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

.hidden {
  display: none !important; }

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

*, *: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, .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;
  cursor: pointer; }
  button *, .button * {
    color: #2785d7;
    border-color: #2785d7; }
  button a, .button a {
    color: #2785d7; }
    button a:hover, .button a:hover {
      color: #0060b4; }
  button button:hover, .button button:hover {
    color: white; }
  button:before, .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, .button:hover, .button:active {
    color: white;
    background: #2785d7; }
  button:active, .button:active {
    box-shadow: 0 0 0 rgba(39, 133, 215, 0.2); }
    button:active:before, .button:active:before {
      opacity: 1;
      height: 8px; }
  button.red, .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;
    cursor: pointer; }
    button.red *, .button.red * {
      color: #e81c40;
      border-color: #e81c40; }
    button.red a, .button.red a {
      color: #e81c40; }
      button.red a:hover, .button.red a:hover {
        color: #a5001d; }
    button.red button:hover, .button.red button:hover {
      color: white; }
    button.red:before, .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, .button.red:hover, .button.red:active {
      color: white;
      background: #e81c40; }
    button.red:active, .button.red:active {
      box-shadow: 0 0 0 rgba(232, 28, 64, 0.2); }
      button.red:active:before, .button.red:active:before {
        opacity: 1;
        height: 8px; }
  button.dk-blue, .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;
    cursor: pointer; }
    button.dk-blue *, .button.dk-blue * {
      color: #262666;
      border-color: #262666; }
    button.dk-blue a, .button.dk-blue a {
      color: #262666; }
      button.dk-blue a:hover, .button.dk-blue a:hover {
        color: #000043; }
    button.dk-blue button:hover, .button.dk-blue button:hover {
      color: white; }
    button.dk-blue:before, .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, .button.dk-blue:hover, .button.dk-blue:active {
      color: white;
      background: #262666; }
    button.dk-blue:active, .button.dk-blue:active {
      box-shadow: 0 0 0 rgba(38, 38, 102, 0.2); }
      button.dk-blue:active:before, .button.dk-blue:active:before {
        opacity: 1;
        height: 8px; }
  button.green, .button.green {
    position: relative;
    box-shadow: -6px 6px 0 rgba(50, 104, 39, 0.2);
    position: relative;
    background: white;
    border: 4px solid #48833C;
    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;
    cursor: pointer; }
    button.green *, .button.green * {
      color: #48833C;
      border-color: #48833C; }
    button.green a, .button.green a {
      color: #48833C; }
      button.green a:hover, .button.green a:hover {
        color: #326827; }
    button.green button:hover, .button.green button:hover {
      color: white; }
    button.green:before, .button.green:before {
      content: '';
      position: absolute;
      top: -4px;
      left: -4px;
      width: calc(100% + 8px);
      height: 0;
      background: #326827;
      pointer-events: none;
      opacity: 0; }
    button.green:hover, button.green:active, .button.green:hover, .button.green:active {
      color: white;
      background: #48833C; }
    button.green:active, .button.green:active {
      box-shadow: 0 0 0 rgba(72, 131, 60, 0.2); }
      button.green:active:before, .button.green:active:before {
        opacity: 1;
        height: 8px; }
  button.med-black, .button.med-black {
    position: relative;
    box-shadow: -6px 6px 0 rgba(1, 1, 18, 0.2);
    position: relative;
    background: white;
    border: 4px solid #060623;
    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;
    cursor: pointer; }
    button.med-black *, .button.med-black * {
      color: #060623;
      border-color: #060623; }
    button.med-black a, .button.med-black a {
      color: #060623; }
      button.med-black a:hover, .button.med-black a:hover {
        color: #010112; }
    button.med-black button:hover, .button.med-black button:hover {
      color: white; }
    button.med-black:before, .button.med-black:before {
      content: '';
      position: absolute;
      top: -4px;
      left: -4px;
      width: calc(100% + 8px);
      height: 0;
      background: #010112;
      pointer-events: none;
      opacity: 0; }
    button.med-black:hover, button.med-black:active, .button.med-black:hover, .button.med-black:active {
      color: white;
      background: #060623; }
    button.med-black:active, .button.med-black:active {
      box-shadow: 0 0 0 rgba(6, 6, 35, 0.2); }
      button.med-black:active:before, .button.med-black:active:before {
        opacity: 1;
        height: 8px; }
  button.orange, .button.orange {
    position: relative;
    box-shadow: -6px 6px 0 rgba(209, 84, 0, 0.2);
    position: relative;
    background: white;
    border: 4px solid #FF6700;
    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;
    cursor: pointer; }
    button.orange *, .button.orange * {
      color: #FF6700;
      border-color: #FF6700; }
    button.orange a, .button.orange a {
      color: #FF6700; }
      button.orange a:hover, .button.orange a:hover {
        color: #D15400; }
    button.orange button:hover, .button.orange button:hover {
      color: white; }
    button.orange:before, .button.orange:before {
      content: '';
      position: absolute;
      top: -4px;
      left: -4px;
      width: calc(100% + 8px);
      height: 0;
      background: #D15400;
      pointer-events: none;
      opacity: 0; }
    button.orange:hover, button.orange:active, .button.orange:hover, .button.orange:active {
      color: white;
      background: #FF6700; }
    button.orange:active, .button.orange:active {
      box-shadow: 0 0 0 rgba(255, 103, 0, 0.2); }
      button.orange:active:before, .button.orange: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;
  cursor: pointer; }
  .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;
  cursor: pointer; }
  .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; }

.green button {
  position: relative;
  box-shadow: -6px 6px 0 rgba(50, 104, 39, 0.2);
  position: relative;
  background: white;
  border: 4px solid #48833C;
  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;
  cursor: pointer; }
  .green button * {
    color: #48833C;
    border-color: #48833C; }
  .green button a {
    color: #48833C; }
    .green button a:hover {
      color: #326827; }
  .green button button:hover {
    color: white; }
  .green button:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: 0;
    background: #326827;
    pointer-events: none;
    opacity: 0; }
  .green button:hover, .green button:active {
    color: white;
    background: #48833C; }
  .green button:active {
    box-shadow: 0 0 0 rgba(72, 131, 60, 0.2); }
    .green button:active:before {
      opacity: 1;
      height: 8px; }

.med-black button {
  position: relative;
  box-shadow: -6px 6px 0 rgba(1, 1, 18, 0.2);
  position: relative;
  background: white;
  border: 4px solid #060623;
  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;
  cursor: pointer; }
  .med-black button * {
    color: #060623;
    border-color: #060623; }
  .med-black button a {
    color: #060623; }
    .med-black button a:hover {
      color: #010112; }
  .med-black button button:hover {
    color: white; }
  .med-black button:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: 0;
    background: #010112;
    pointer-events: none;
    opacity: 0; }
  .med-black button:hover, .med-black button:active {
    color: white;
    background: #060623; }
  .med-black button:active {
    box-shadow: 0 0 0 rgba(6, 6, 35, 0.2); }
    .med-black button:active:before {
      opacity: 1;
      height: 8px; }

.orange button {
  position: relative;
  box-shadow: -6px 6px 0 rgba(209, 84, 0, 0.2);
  position: relative;
  background: white;
  border: 4px solid #FF6700;
  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;
  cursor: pointer; }
  .orange button * {
    color: #FF6700;
    border-color: #FF6700; }
  .orange button a {
    color: #FF6700; }
    .orange button a:hover {
      color: #D15400; }
  .orange button button:hover {
    color: white; }
  .orange button:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: 0;
    background: #D15400;
    pointer-events: none;
    opacity: 0; }
  .orange button:hover, .orange button:active {
    color: white;
    background: #FF6700; }
  .orange button:active {
    box-shadow: 0 0 0 rgba(255, 103, 0, 0.2); }
    .orange 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; }

.component-green * {
  color: #48833C;
  border-color: #48833C; }

.component-green a {
  color: #48833C; }
  .component-green a:hover {
    color: #326827; }

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

.component-med-black * {
  color: #060623;
  border-color: #060623; }

.component-med-black a {
  color: #060623; }
  .component-med-black a:hover {
    color: #010112; }

.component-med-black button:hover {
  color: white; }

.component-orange * {
  color: #FF6700;
  border-color: #FF6700; }

.component-orange a {
  color: #FF6700; }
  .component-orange a:hover {
    color: #D15400; }

.component-orange 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: 20px;
    font-family: "museo-slab", sans-serif;
    font-weight: bold;
    padding: 15px 10px; }
    @media (min-width: 1010px) {
      .component.tile.collection .collection-info {
        font-size: 23px; } }
  .component.tile.collection .info-container {
    margin-top: -50px; }
  .component.tile.collection .article-info.primary {
    margin-top: 0; }
  .component.tile.collection .article-info.secondary {
    margin-top: 20px; }
  .component.tile.collection .related.more-stories {
    padding-top: 20px;
    font-family: "museo-sans", sans-serif;
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
    color: black; }
  .component.tile.collection .related.article-info.secondary {
    margin-top: 20px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    width: 100%;
    padding: 0px; }
    .component.tile.collection .related.article-info.secondary .ticker {
      margin-left: 10px;
      position: absolute;
      margin-top: -20px;
      z-index: 10; }
      @media (min-width: 1010px) {
        .component.tile.collection .related.article-info.secondary .ticker {
          margin-left: 345px; } }
    .component.tile.collection .related.article-info.secondary a {
      text-decoration: none; }
    .component.tile.collection .related.article-info.secondary h2 {
      float: left;
      padding-left: 10px; }
      @media (min-width: 1010px) {
        .component.tile.collection .related.article-info.secondary h2 {
          margin-top: 31px;
          margin-left: 337px;
          width: 44%; } }
    .component.tile.collection .related.article-info.secondary .img-container {
      display: inline-block;
      float: left;
      height: 100%;
      margin-top: -2px;
      margin-right: 10px;
      border-bottom: none;
      margin-bottom: 0px; }
      .component.tile.collection .related.article-info.secondary .img-container img {
        width: 325px;
        height: 181px;
        margin: 2px 0px 0px 0px; }
    .component.tile.collection .related.article-info.secondary .vertical-bar {
      display: none; }
      @media (min-width: 360px) {
        .component.tile.collection .related.article-info.secondary .vertical-bar {
          width: 4px;
          height: 181px;
          background-color: #2785d7;
          float: left;
          margin-left: -10px;
          margin-right: 15px;
          display: block; } }
  .component.tile.collection hr {
    display: block;
    border: 2px solid #efefef; }
  .component.tile.collection .related.info-container {
    margin-top: 0px; }
  .component.tile.collection .article-info {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    float: left; }
    .component.tile.collection .article-info .ticker {
      text-align: right; }
  .component.tile.collection .polldaddy.article-info.secondary {
    position: relative;
    left: -45px;
    width: 75px;
    margin-top: 0px;
    padding: 10px 0px 0px 40px !important; }
    .component.tile.collection .polldaddy.article-info.secondary a {
      font-size: 20px !important;
      font-family: "museo-sans", sans-serif !important;
      font-weight: bold !important;
      color: #2785d7 !important; }
    .component.tile.collection .polldaddy.article-info.secondary .pds-question-top {
      font-size: 32px !important;
      font-family: "museo-slab", sans-serif !important;
      font-weight: bold !important;
      color: #2785d7 !important; }
    .component.tile.collection .polldaddy.article-info.secondary .pds-answer-span {
      font-size: 20px !important;
      font-family: "museo-sans", sans-serif !important;
      font-weight: bold !important;
      color: #2785d7 !important; }
    .component.tile.collection .polldaddy.article-info.secondary .pds-answer-text {
      font-size: 20px !important;
      font-family: "museo-sans", sans-serif !important;
      font-weight: bold !important;
      color: #2785d7 !important; }
    .component.tile.collection .polldaddy.article-info.secondary .pds-feedback-result {
      font-size: 16px !important;
      font-family: "museo-sans", sans-serif !important;
      font-weight: bold !important;
      color: #2785d7 !important; }
    .component.tile.collection .polldaddy.article-info.secondary .pds-total-votes {
      font-size: 16px !important;
      font-family: "museo-sans", sans-serif !important;
      font-weight: bold !important;
      color: #2785d7 !important; }
    .component.tile.collection .polldaddy.article-info.secondary #pds-sharing {
      display: none; }
    .component.tile.collection .polldaddy.article-info.secondary .pds-admin-bar {
      display: none; }
    .component.tile.collection .polldaddy.article-info.secondary #account-options {
      display: none; }
    .component.tile.collection .polldaddy.article-info.secondary .pds-box-outer {
      padding: none !important; }
    @media (min-width: 1010px) {
      .component.tile.collection .polldaddy.article-info.secondary {
        position: relative;
        left: -130px;
        width: 75px;
        margin-top: 0px;
        padding: 10px 0px 0px 12px !important; } }
  .component.tile.collection .PDS_Poll .pds-box {
    border: none !important; }
  .component.tile.collection .pds-box-top .pds-answer {
    border-top: none !important;
    border-bottom: none !important; }
  .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; } }
    .component.tile.collection .sponsor .nickelodeon-info {
      font-size: 18px;
      color: grey;
      position: relative;
      top: -10px;
      left: -35px; }
    .component.tile.collection .sponsor .nickelodeon-logo {
      width: 25px;
      height: 36px;
      position: relative;
      top: -10px;
      left: 0px;
      background: url("../img/sponsor/sponsor-nickelodeon-AIWCN-wide.png");
      background-repeat: no-repeat;
      background-size: 100%; }
      @media (min-width: 360px) {
        .component.tile.collection .sponsor .nickelodeon-logo {
          width: 136px;
          height: 42px; } }
    .component.tile.collection .sponsor .skoty-info {
      font-size: 13px;
      position: relative;
      top: -7px;
      left: 18px;
      color: grey; }
    .component.tile.collection .sponsor .skoty-logo {
      width: 28px;
      height: 31px;
      background: url("../img/sponsor/sponsor-skoty.png");
      background-repeat: no-repeat;
      background-size: 100%;
      position: relative;
      top: -15px;
      left: 39px; }
    .component.tile.collection .sponsor .nflzone-info {
      font-size: 13px;
      position: relative;
      top: -7px;
      left: 18px;
      color: grey; }
    .component.tile.collection .sponsor .nflzone-logo {
      width: 70px;
      height: 46px;
      background: url("../img/sponsor/sponsor-nfl-zone.png");
      background-repeat: no-repeat;
      background-size: 100%;
      position: relative;
      top: -12px;
      left: 20px; }
  .component.tile.collection .collection-info {
    border-top: 4px solid #2785d7;
    border-bottom: 4px solid #2785d7; }
    .component.tile.collection .collection-info.skoty {
      border-top: 4px solid #FF6700;
      border-bottom: 4px solid #FF6700; }
    .component.tile.collection .collection-info.nflzone {
      border-top: 4px solid #e81c40;
      border-bottom: 4px solid #e81c40; }
  @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 .sponsor .nickelodeon-info {
          font-size: 27px;
          position: relative;
          top: 3px;
          left: 90px;
          color: grey; }
        .component.tile.collection .sponsor .nickelodeon-logo {
          width: 45px;
          height: 56px;
          background: url("../img/sponsor/sponsor-nickelodeon-AIWCN-wide.png");
          background-repeat: no-repeat;
          background-size: 100%;
          position: relative;
          top: -33px;
          left: -5px;
          float: right; }
        .component.tile.collection .sponsor .skoty-info {
          font-size: 23px;
          position: relative;
          top: 3px;
          left: 126px;
          color: grey; }
        .component.tile.collection .sponsor .skoty-logo {
          width: 45px;
          height: 56px;
          background: url("../img/sponsor/sponsor-skoty.png");
          background-repeat: no-repeat;
          background-size: 100%;
          position: relative;
          top: -35px;
          left: 260px; }
        .component.tile.collection .sponsor .nflzone-info {
          font-size: 23px;
          position: relative;
          top: 3px;
          left: 95px;
          color: grey; }
        .component.tile.collection .sponsor .nflzone-logo {
          width: 85px;
          height: 46px;
          background: url("../img/sponsor/sponsor-nfl-zone.png");
          background-repeat: no-repeat;
          background-size: 100%;
          position: relative;
          top: -25px;
          left: 241px; }
      .component.tile.collection .collection-info {
        border-top: 4px solid #2785d7;
        border-bottom: 4px solid #2785d7; }
        .component.tile.collection .collection-info.skoty {
          border-top: 4px solid #FF6700;
          border-bottom: 4px solid #FF6700; }
        .component.tile.collection .collection-info.nflzone {
          border-top: 4px solid #e81c40;
          border-bottom: 4px solid #e81c40; }
      .component.tile.collection .article-info {
        -webkit-transform: translateX(135px);
        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: -50px; } }
  .component.tile.collection .skoty-category {
    color: #FF6700; }
  .component.tile.collection .nflzone-category {
    color: #e81c40; }
  @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), .component.tile.has-scoreboard {
    width: calc(100% + 2px);
    background: none;
    left: -1px; }
    @media (min-width: 1010px) {
      .component.tile:first-child:not(.no-image), .component.tile.has-scoreboard {
        background: none;
        padding-left: 0;
        padding-right: 0; }
        .component.tile:first-child:not(.no-image) .image-container, .component.tile.has-scoreboard .image-container {
          margin-right: 0; }
          .component.tile:first-child:not(.no-image) .image-container img, .component.tile.has-scoreboard .image-container img {
            box-shadow: none;
            min-height: 380px; }
        .component.tile:first-child:not(.no-image) .article-info, .component.tile.has-scoreboard .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.has-scoreboard .article-info {
    padding-bottom: 30px; }
  .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;
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    position: relative;
    box-shadow: -6px 6px 0 rgba(0, 96, 180, 0.2); }
    @media (min-width: 1010px) {
      .component.tile .article-info {
        -webkit-transform: none;
        transform: none; } }
    .component.tile .article-info.has-img h2 {
      margin-left: 55px; }
    .component.tile .article-info.has-skoty-img h2 {
      margin-left: 55px; }
    .component.tile .article-info.has-skoty-img img {
      width: 50px;
      height: 50px;
      margin-top: 2px;
      margin-right: 10px;
      margin-left: -1px; }
    .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 .article-info img {
      display: inline-block;
      float: left;
      align: right;
      width: 42px;
      height: 42px;
      margin-top: 10px;
      margin-right: 10px;
      border-bottom: none;
      position: absolute; }
  .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: 20px;
      font-family: "museo-slab", sans-serif;
      font-weight: bold;
      padding: 15px 10px; }
      @media (min-width: 1010px) {
        .component.tile.red.collection .collection-info {
          font-size: 23px; } }
    .component.tile.red.collection .info-container {
      margin-top: -50px; }
    .component.tile.red.collection .article-info.primary {
      margin-top: 0; }
    .component.tile.red.collection .article-info.secondary {
      margin-top: 20px; }
    .component.tile.red.collection .related.more-stories {
      padding-top: 20px;
      font-family: "museo-sans", sans-serif;
      font-size: 22px;
      line-height: 34px;
      font-weight: bold;
      color: black; }
    .component.tile.red.collection .related.article-info.secondary {
      margin-top: 20px;
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      width: 100%;
      padding: 0px; }
      .component.tile.red.collection .related.article-info.secondary .ticker {
        margin-left: 10px;
        position: absolute;
        margin-top: -20px;
        z-index: 10; }
        @media (min-width: 1010px) {
          .component.tile.red.collection .related.article-info.secondary .ticker {
            margin-left: 345px; } }
      .component.tile.red.collection .related.article-info.secondary a {
        text-decoration: none; }
      .component.tile.red.collection .related.article-info.secondary h2 {
        float: left;
        padding-left: 10px; }
        @media (min-width: 1010px) {
          .component.tile.red.collection .related.article-info.secondary h2 {
            margin-top: 31px;
            margin-left: 337px;
            width: 44%; } }
      .component.tile.red.collection .related.article-info.secondary .img-container {
        display: inline-block;
        float: left;
        height: 100%;
        margin-top: -2px;
        margin-right: 10px;
        border-bottom: none;
        margin-bottom: 0px; }
        .component.tile.red.collection .related.article-info.secondary .img-container img {
          width: 325px;
          height: 181px;
          margin: 2px 0px 0px 0px; }
      .component.tile.red.collection .related.article-info.secondary .vertical-bar {
        display: none; }
        @media (min-width: 360px) {
          .component.tile.red.collection .related.article-info.secondary .vertical-bar {
            width: 4px;
            height: 181px;
            background-color: #e81c40;
            float: left;
            margin-left: -10px;
            margin-right: 15px;
            display: block; } }
    .component.tile.red.collection hr {
      display: block;
      border: 2px solid #efefef; }
    .component.tile.red.collection .related.info-container {
      margin-top: 0px; }
    .component.tile.red.collection .article-info {
      -webkit-transform: translateX(-6px);
      transform: translateX(-6px);
      float: left; }
      .component.tile.red.collection .article-info .ticker {
        text-align: right; }
    .component.tile.red.collection .polldaddy.article-info.secondary {
      position: relative;
      left: -45px;
      width: 75px;
      margin-top: 0px;
      padding: 10px 0px 0px 40px !important; }
      .component.tile.red.collection .polldaddy.article-info.secondary a {
        font-size: 20px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.red.collection .polldaddy.article-info.secondary .pds-question-top {
        font-size: 32px !important;
        font-family: "museo-slab", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.red.collection .polldaddy.article-info.secondary .pds-answer-span {
        font-size: 20px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.red.collection .polldaddy.article-info.secondary .pds-answer-text {
        font-size: 20px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.red.collection .polldaddy.article-info.secondary .pds-feedback-result {
        font-size: 16px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.red.collection .polldaddy.article-info.secondary .pds-total-votes {
        font-size: 16px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.red.collection .polldaddy.article-info.secondary #pds-sharing {
        display: none; }
      .component.tile.red.collection .polldaddy.article-info.secondary .pds-admin-bar {
        display: none; }
      .component.tile.red.collection .polldaddy.article-info.secondary #account-options {
        display: none; }
      .component.tile.red.collection .polldaddy.article-info.secondary .pds-box-outer {
        padding: none !important; }
      @media (min-width: 1010px) {
        .component.tile.red.collection .polldaddy.article-info.secondary {
          position: relative;
          left: -130px;
          width: 75px;
          margin-top: 0px;
          padding: 10px 0px 0px 12px !important; } }
    .component.tile.red.collection .PDS_Poll .pds-box {
      border: none !important; }
    .component.tile.red.collection .pds-box-top .pds-answer {
      border-top: none !important;
      border-bottom: none !important; }
    .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; } }
      .component.tile.red.collection .sponsor .nickelodeon-info {
        font-size: 18px;
        color: grey;
        position: relative;
        top: -10px;
        left: -35px; }
      .component.tile.red.collection .sponsor .nickelodeon-logo {
        width: 25px;
        height: 36px;
        position: relative;
        top: -10px;
        left: 0px;
        background: url("../img/sponsor/sponsor-nickelodeon-AIWCN-wide.png");
        background-repeat: no-repeat;
        background-size: 100%; }
        @media (min-width: 360px) {
          .component.tile.red.collection .sponsor .nickelodeon-logo {
            width: 136px;
            height: 42px; } }
      .component.tile.red.collection .sponsor .skoty-info {
        font-size: 13px;
        position: relative;
        top: -7px;
        left: 18px;
        color: grey; }
      .component.tile.red.collection .sponsor .skoty-logo {
        width: 28px;
        height: 31px;
        background: url("../img/sponsor/sponsor-skoty.png");
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
        top: -15px;
        left: 39px; }
      .component.tile.red.collection .sponsor .nflzone-info {
        font-size: 13px;
        position: relative;
        top: -7px;
        left: 18px;
        color: grey; }
      .component.tile.red.collection .sponsor .nflzone-logo {
        width: 70px;
        height: 46px;
        background: url("../img/sponsor/sponsor-nfl-zone.png");
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
        top: -12px;
        left: 20px; }
    .component.tile.red.collection .collection-info {
      border-top: 4px solid #e81c40;
      border-bottom: 4px solid #e81c40; }
      .component.tile.red.collection .collection-info.skoty {
        border-top: 4px solid #FF6700;
        border-bottom: 4px solid #FF6700; }
      .component.tile.red.collection .collection-info.nflzone {
        border-top: 4px solid #e81c40;
        border-bottom: 4px solid #e81c40; }
    @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 .sponsor .nickelodeon-info {
            font-size: 27px;
            position: relative;
            top: 3px;
            left: 90px;
            color: grey; }
          .component.tile.red.collection .sponsor .nickelodeon-logo {
            width: 45px;
            height: 56px;
            background: url("../img/sponsor/sponsor-nickelodeon-AIWCN-wide.png");
            background-repeat: no-repeat;
            background-size: 100%;
            position: relative;
            top: -33px;
            left: -5px;
            float: right; }
          .component.tile.red.collection .sponsor .skoty-info {
            font-size: 23px;
            position: relative;
            top: 3px;
            left: 126px;
            color: grey; }
          .component.tile.red.collection .sponsor .skoty-logo {
            width: 45px;
            height: 56px;
            background: url("../img/sponsor/sponsor-skoty.png");
            background-repeat: no-repeat;
            background-size: 100%;
            position: relative;
            top: -35px;
            left: 260px; }
          .component.tile.red.collection .sponsor .nflzone-info {
            font-size: 23px;
            position: relative;
            top: 3px;
            left: 95px;
            color: grey; }
          .component.tile.red.collection .sponsor .nflzone-logo {
            width: 85px;
            height: 46px;
            background: url("../img/sponsor/sponsor-nfl-zone.png");
            background-repeat: no-repeat;
            background-size: 100%;
            position: relative;
            top: -25px;
            left: 241px; }
        .component.tile.red.collection .collection-info {
          border-top: 4px solid #e81c40;
          border-bottom: 4px solid #e81c40; }
          .component.tile.red.collection .collection-info.skoty {
            border-top: 4px solid #FF6700;
            border-bottom: 4px solid #FF6700; }
          .component.tile.red.collection .collection-info.nflzone {
            border-top: 4px solid #e81c40;
            border-bottom: 4px solid #e81c40; }
        .component.tile.red.collection .article-info {
          -webkit-transform: translateX(135px);
          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: -50px; } }
    .component.tile.red.collection .skoty-category {
      color: #FF6700; }
    .component.tile.red.collection .nflzone-category {
      color: #e81c40; }
    @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), .component.tile.red.has-scoreboard {
      width: calc(100% + 2px);
      background: none;
      left: -1px; }
      @media (min-width: 1010px) {
        .component.tile.red:first-child:not(.no-image), .component.tile.red.has-scoreboard {
          background: none;
          padding-left: 0;
          padding-right: 0; }
          .component.tile.red:first-child:not(.no-image) .image-container, .component.tile.red.has-scoreboard .image-container {
            margin-right: 0; }
            .component.tile.red:first-child:not(.no-image) .image-container img, .component.tile.red.has-scoreboard .image-container img {
              box-shadow: none;
              min-height: 380px; }
          .component.tile.red:first-child:not(.no-image) .article-info, .component.tile.red.has-scoreboard .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.has-scoreboard .article-info {
      padding-bottom: 30px; }
    .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;
      -webkit-transform: translateX(6px);
      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 {
          -webkit-transform: none;
          transform: none; } }
      .component.tile.red .article-info.has-img h2 {
        margin-left: 55px; }
      .component.tile.red .article-info.has-skoty-img h2 {
        margin-left: 55px; }
      .component.tile.red .article-info.has-skoty-img img {
        width: 50px;
        height: 50px;
        margin-top: 2px;
        margin-right: 10px;
        margin-left: -1px; }
      .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.red .article-info img {
        display: inline-block;
        float: left;
        align: right;
        width: 42px;
        height: 42px;
        margin-top: 10px;
        margin-right: 10px;
        border-bottom: none;
        position: absolute; }
  .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: 20px;
      font-family: "museo-slab", sans-serif;
      font-weight: bold;
      padding: 15px 10px; }
      @media (min-width: 1010px) {
        .component.tile.dk-blue.collection .collection-info {
          font-size: 23px; } }
    .component.tile.dk-blue.collection .info-container {
      margin-top: -50px; }
    .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 .related.more-stories {
      padding-top: 20px;
      font-family: "museo-sans", sans-serif;
      font-size: 22px;
      line-height: 34px;
      font-weight: bold;
      color: black; }
    .component.tile.dk-blue.collection .related.article-info.secondary {
      margin-top: 20px;
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      width: 100%;
      padding: 0px; }
      .component.tile.dk-blue.collection .related.article-info.secondary .ticker {
        margin-left: 10px;
        position: absolute;
        margin-top: -20px;
        z-index: 10; }
        @media (min-width: 1010px) {
          .component.tile.dk-blue.collection .related.article-info.secondary .ticker {
            margin-left: 345px; } }
      .component.tile.dk-blue.collection .related.article-info.secondary a {
        text-decoration: none; }
      .component.tile.dk-blue.collection .related.article-info.secondary h2 {
        float: left;
        padding-left: 10px; }
        @media (min-width: 1010px) {
          .component.tile.dk-blue.collection .related.article-info.secondary h2 {
            margin-top: 31px;
            margin-left: 337px;
            width: 44%; } }
      .component.tile.dk-blue.collection .related.article-info.secondary .img-container {
        display: inline-block;
        float: left;
        height: 100%;
        margin-top: -2px;
        margin-right: 10px;
        border-bottom: none;
        margin-bottom: 0px; }
        .component.tile.dk-blue.collection .related.article-info.secondary .img-container img {
          width: 325px;
          height: 181px;
          margin: 2px 0px 0px 0px; }
      .component.tile.dk-blue.collection .related.article-info.secondary .vertical-bar {
        display: none; }
        @media (min-width: 360px) {
          .component.tile.dk-blue.collection .related.article-info.secondary .vertical-bar {
            width: 4px;
            height: 181px;
            background-color: #262666;
            float: left;
            margin-left: -10px;
            margin-right: 15px;
            display: block; } }
    .component.tile.dk-blue.collection hr {
      display: block;
      border: 2px solid #efefef; }
    .component.tile.dk-blue.collection .related.info-container {
      margin-top: 0px; }
    .component.tile.dk-blue.collection .article-info {
      -webkit-transform: translateX(-6px);
      transform: translateX(-6px);
      float: left; }
      .component.tile.dk-blue.collection .article-info .ticker {
        text-align: right; }
    .component.tile.dk-blue.collection .polldaddy.article-info.secondary {
      position: relative;
      left: -45px;
      width: 75px;
      margin-top: 0px;
      padding: 10px 0px 0px 40px !important; }
      .component.tile.dk-blue.collection .polldaddy.article-info.secondary a {
        font-size: 20px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.dk-blue.collection .polldaddy.article-info.secondary .pds-question-top {
        font-size: 32px !important;
        font-family: "museo-slab", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.dk-blue.collection .polldaddy.article-info.secondary .pds-answer-span {
        font-size: 20px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.dk-blue.collection .polldaddy.article-info.secondary .pds-answer-text {
        font-size: 20px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.dk-blue.collection .polldaddy.article-info.secondary .pds-feedback-result {
        font-size: 16px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.dk-blue.collection .polldaddy.article-info.secondary .pds-total-votes {
        font-size: 16px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.dk-blue.collection .polldaddy.article-info.secondary #pds-sharing {
        display: none; }
      .component.tile.dk-blue.collection .polldaddy.article-info.secondary .pds-admin-bar {
        display: none; }
      .component.tile.dk-blue.collection .polldaddy.article-info.secondary #account-options {
        display: none; }
      .component.tile.dk-blue.collection .polldaddy.article-info.secondary .pds-box-outer {
        padding: none !important; }
      @media (min-width: 1010px) {
        .component.tile.dk-blue.collection .polldaddy.article-info.secondary {
          position: relative;
          left: -130px;
          width: 75px;
          margin-top: 0px;
          padding: 10px 0px 0px 12px !important; } }
    .component.tile.dk-blue.collection .PDS_Poll .pds-box {
      border: none !important; }
    .component.tile.dk-blue.collection .pds-box-top .pds-answer {
      border-top: none !important;
      border-bottom: none !important; }
    .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; } }
      .component.tile.dk-blue.collection .sponsor .nickelodeon-info {
        font-size: 18px;
        color: grey;
        position: relative;
        top: -10px;
        left: -35px; }
      .component.tile.dk-blue.collection .sponsor .nickelodeon-logo {
        width: 25px;
        height: 36px;
        position: relative;
        top: -10px;
        left: 0px;
        background: url("../img/sponsor/sponsor-nickelodeon-AIWCN-wide.png");
        background-repeat: no-repeat;
        background-size: 100%; }
        @media (min-width: 360px) {
          .component.tile.dk-blue.collection .sponsor .nickelodeon-logo {
            width: 136px;
            height: 42px; } }
      .component.tile.dk-blue.collection .sponsor .skoty-info {
        font-size: 13px;
        position: relative;
        top: -7px;
        left: 18px;
        color: grey; }
      .component.tile.dk-blue.collection .sponsor .skoty-logo {
        width: 28px;
        height: 31px;
        background: url("../img/sponsor/sponsor-skoty.png");
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
        top: -15px;
        left: 39px; }
      .component.tile.dk-blue.collection .sponsor .nflzone-info {
        font-size: 13px;
        position: relative;
        top: -7px;
        left: 18px;
        color: grey; }
      .component.tile.dk-blue.collection .sponsor .nflzone-logo {
        width: 70px;
        height: 46px;
        background: url("../img/sponsor/sponsor-nfl-zone.png");
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
        top: -12px;
        left: 20px; }
    .component.tile.dk-blue.collection .collection-info {
      border-top: 4px solid #262666;
      border-bottom: 4px solid #262666; }
      .component.tile.dk-blue.collection .collection-info.skoty {
        border-top: 4px solid #FF6700;
        border-bottom: 4px solid #FF6700; }
      .component.tile.dk-blue.collection .collection-info.nflzone {
        border-top: 4px solid #e81c40;
        border-bottom: 4px solid #e81c40; }
    @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 .sponsor .nickelodeon-info {
            font-size: 27px;
            position: relative;
            top: 3px;
            left: 90px;
            color: grey; }
          .component.tile.dk-blue.collection .sponsor .nickelodeon-logo {
            width: 45px;
            height: 56px;
            background: url("../img/sponsor/sponsor-nickelodeon-AIWCN-wide.png");
            background-repeat: no-repeat;
            background-size: 100%;
            position: relative;
            top: -33px;
            left: -5px;
            float: right; }
          .component.tile.dk-blue.collection .sponsor .skoty-info {
            font-size: 23px;
            position: relative;
            top: 3px;
            left: 126px;
            color: grey; }
          .component.tile.dk-blue.collection .sponsor .skoty-logo {
            width: 45px;
            height: 56px;
            background: url("../img/sponsor/sponsor-skoty.png");
            background-repeat: no-repeat;
            background-size: 100%;
            position: relative;
            top: -35px;
            left: 260px; }
          .component.tile.dk-blue.collection .sponsor .nflzone-info {
            font-size: 23px;
            position: relative;
            top: 3px;
            left: 95px;
            color: grey; }
          .component.tile.dk-blue.collection .sponsor .nflzone-logo {
            width: 85px;
            height: 46px;
            background: url("../img/sponsor/sponsor-nfl-zone.png");
            background-repeat: no-repeat;
            background-size: 100%;
            position: relative;
            top: -25px;
            left: 241px; }
        .component.tile.dk-blue.collection .collection-info {
          border-top: 4px solid #262666;
          border-bottom: 4px solid #262666; }
          .component.tile.dk-blue.collection .collection-info.skoty {
            border-top: 4px solid #FF6700;
            border-bottom: 4px solid #FF6700; }
          .component.tile.dk-blue.collection .collection-info.nflzone {
            border-top: 4px solid #e81c40;
            border-bottom: 4px solid #e81c40; }
        .component.tile.dk-blue.collection .article-info {
          -webkit-transform: translateX(135px);
          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: -50px; } }
    .component.tile.dk-blue.collection .skoty-category {
      color: #FF6700; }
    .component.tile.dk-blue.collection .nflzone-category {
      color: #e81c40; }
    @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), .component.tile.dk-blue.has-scoreboard {
      width: calc(100% + 2px);
      background: none;
      left: -1px; }
      @media (min-width: 1010px) {
        .component.tile.dk-blue:first-child:not(.no-image), .component.tile.dk-blue.has-scoreboard {
          background: none;
          padding-left: 0;
          padding-right: 0; }
          .component.tile.dk-blue:first-child:not(.no-image) .image-container, .component.tile.dk-blue.has-scoreboard .image-container {
            margin-right: 0; }
            .component.tile.dk-blue:first-child:not(.no-image) .image-container img, .component.tile.dk-blue.has-scoreboard .image-container img {
              box-shadow: none;
              min-height: 380px; }
          .component.tile.dk-blue:first-child:not(.no-image) .article-info, .component.tile.dk-blue.has-scoreboard .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.has-scoreboard .article-info {
      padding-bottom: 30px; }
    .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;
      -webkit-transform: translateX(6px);
      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 {
          -webkit-transform: none;
          transform: none; } }
      .component.tile.dk-blue .article-info.has-img h2 {
        margin-left: 55px; }
      .component.tile.dk-blue .article-info.has-skoty-img h2 {
        margin-left: 55px; }
      .component.tile.dk-blue .article-info.has-skoty-img img {
        width: 50px;
        height: 50px;
        margin-top: 2px;
        margin-right: 10px;
        margin-left: -1px; }
      .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.tile.dk-blue .article-info img {
        display: inline-block;
        float: left;
        align: right;
        width: 42px;
        height: 42px;
        margin-top: 10px;
        margin-right: 10px;
        border-bottom: none;
        position: absolute; }
  .component.tile.green {
    margin-bottom: 10px;
    padding-bottom: 20px;
    -webkit-font-smoothing: antialiased; }
    .component.tile.green * {
      color: #48833C;
      border-color: #48833C; }
    .component.tile.green a {
      color: #48833C; }
      .component.tile.green a:hover {
        color: #326827; }
    .component.tile.green button:hover {
      color: white; }
    .component.tile.green:before, .component.tile.green:after {
      content: ' ';
      display: table; }
    .component.tile.green:after {
      clear: both; }
    .component.tile.green.collection:first-child:not(.no-image) .article-info {
      width: 75%;
      border-bottom-width: 4px;
      box-shadow: -6px 6px 0 rgba(50, 104, 39, 0.2); }
    .component.tile.green.collection:first-child:not(.no-image) .collection-info {
      background: white; }
    .component.tile.green.collection .collection-info {
      position: relative;
      z-index: 1;
      border-top: 4px solid #48833C;
      border-bottom: 4px solid #48833C;
      box-shadow: 0 6px 0 rgba(50, 104, 39, 0.2);
      font-size: 20px;
      font-family: "museo-slab", sans-serif;
      font-weight: bold;
      padding: 15px 10px; }
      @media (min-width: 1010px) {
        .component.tile.green.collection .collection-info {
          font-size: 23px; } }
    .component.tile.green.collection .info-container {
      margin-top: -50px; }
    .component.tile.green.collection .article-info.primary {
      margin-top: 0; }
    .component.tile.green.collection .article-info.secondary {
      margin-top: 20px; }
    .component.tile.green.collection .related.more-stories {
      padding-top: 20px;
      font-family: "museo-sans", sans-serif;
      font-size: 22px;
      line-height: 34px;
      font-weight: bold;
      color: black; }
    .component.tile.green.collection .related.article-info.secondary {
      margin-top: 20px;
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      width: 100%;
      padding: 0px; }
      .component.tile.green.collection .related.article-info.secondary .ticker {
        margin-left: 10px;
        position: absolute;
        margin-top: -20px;
        z-index: 10; }
        @media (min-width: 1010px) {
          .component.tile.green.collection .related.article-info.secondary .ticker {
            margin-left: 345px; } }
      .component.tile.green.collection .related.article-info.secondary a {
        text-decoration: none; }
      .component.tile.green.collection .related.article-info.secondary h2 {
        float: left;
        padding-left: 10px; }
        @media (min-width: 1010px) {
          .component.tile.green.collection .related.article-info.secondary h2 {
            margin-top: 31px;
            margin-left: 337px;
            width: 44%; } }
      .component.tile.green.collection .related.article-info.secondary .img-container {
        display: inline-block;
        float: left;
        height: 100%;
        margin-top: -2px;
        margin-right: 10px;
        border-bottom: none;
        margin-bottom: 0px; }
        .component.tile.green.collection .related.article-info.secondary .img-container img {
          width: 325px;
          height: 181px;
          margin: 2px 0px 0px 0px; }
      .component.tile.green.collection .related.article-info.secondary .vertical-bar {
        display: none; }
        @media (min-width: 360px) {
          .component.tile.green.collection .related.article-info.secondary .vertical-bar {
            width: 4px;
            height: 181px;
            background-color: #48833C;
            float: left;
            margin-left: -10px;
            margin-right: 15px;
            display: block; } }
    .component.tile.green.collection hr {
      display: block;
      border: 2px solid #efefef; }
    .component.tile.green.collection .related.info-container {
      margin-top: 0px; }
    .component.tile.green.collection .article-info {
      -webkit-transform: translateX(-6px);
      transform: translateX(-6px);
      float: left; }
      .component.tile.green.collection .article-info .ticker {
        text-align: right; }
    .component.tile.green.collection .polldaddy.article-info.secondary {
      position: relative;
      left: -45px;
      width: 75px;
      margin-top: 0px;
      padding: 10px 0px 0px 40px !important; }
      .component.tile.green.collection .polldaddy.article-info.secondary a {
        font-size: 20px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.green.collection .polldaddy.article-info.secondary .pds-question-top {
        font-size: 32px !important;
        font-family: "museo-slab", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.green.collection .polldaddy.article-info.secondary .pds-answer-span {
        font-size: 20px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.green.collection .polldaddy.article-info.secondary .pds-answer-text {
        font-size: 20px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.green.collection .polldaddy.article-info.secondary .pds-feedback-result {
        font-size: 16px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.green.collection .polldaddy.article-info.secondary .pds-total-votes {
        font-size: 16px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.green.collection .polldaddy.article-info.secondary #pds-sharing {
        display: none; }
      .component.tile.green.collection .polldaddy.article-info.secondary .pds-admin-bar {
        display: none; }
      .component.tile.green.collection .polldaddy.article-info.secondary #account-options {
        display: none; }
      .component.tile.green.collection .polldaddy.article-info.secondary .pds-box-outer {
        padding: none !important; }
      @media (min-width: 1010px) {
        .component.tile.green.collection .polldaddy.article-info.secondary {
          position: relative;
          left: -130px;
          width: 75px;
          margin-top: 0px;
          padding: 10px 0px 0px 12px !important; } }
    .component.tile.green.collection .PDS_Poll .pds-box {
      border: none !important; }
    .component.tile.green.collection .pds-box-top .pds-answer {
      border-top: none !important;
      border-bottom: none !important; }
    .component.tile.green.collection .sponsor {
      position: absolute;
      top: 10px;
      right: 0;
      height: 42px;
      width: 108px; }
      @media (min-width: 360px) {
        .component.tile.green.collection .sponsor {
          top: 7px;
          right: 7px;
          width: 136px; } }
      .component.tile.green.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.green.collection .sponsor .franklin-logo {
            width: 136px;
            height: 42px; } }
      .component.tile.green.collection .sponsor .nickelodeon-info {
        font-size: 18px;
        color: grey;
        position: relative;
        top: -10px;
        left: -35px; }
      .component.tile.green.collection .sponsor .nickelodeon-logo {
        width: 25px;
        height: 36px;
        position: relative;
        top: -10px;
        left: 0px;
        background: url("../img/sponsor/sponsor-nickelodeon-AIWCN-wide.png");
        background-repeat: no-repeat;
        background-size: 100%; }
        @media (min-width: 360px) {
          .component.tile.green.collection .sponsor .nickelodeon-logo {
            width: 136px;
            height: 42px; } }
      .component.tile.green.collection .sponsor .skoty-info {
        font-size: 13px;
        position: relative;
        top: -7px;
        left: 18px;
        color: grey; }
      .component.tile.green.collection .sponsor .skoty-logo {
        width: 28px;
        height: 31px;
        background: url("../img/sponsor/sponsor-skoty.png");
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
        top: -15px;
        left: 39px; }
      .component.tile.green.collection .sponsor .nflzone-info {
        font-size: 13px;
        position: relative;
        top: -7px;
        left: 18px;
        color: grey; }
      .component.tile.green.collection .sponsor .nflzone-logo {
        width: 70px;
        height: 46px;
        background: url("../img/sponsor/sponsor-nfl-zone.png");
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
        top: -12px;
        left: 20px; }
    .component.tile.green.collection .collection-info {
      border-top: 4px solid #48833C;
      border-bottom: 4px solid #48833C; }
      .component.tile.green.collection .collection-info.skoty {
        border-top: 4px solid #FF6700;
        border-bottom: 4px solid #FF6700; }
      .component.tile.green.collection .collection-info.nflzone {
        border-top: 4px solid #e81c40;
        border-bottom: 4px solid #e81c40; }
    @media (min-width: 1010px) {
      .component.tile.green.collection {
        padding-left: 0;
        padding-right: 0; }
        .component.tile.green.collection .sponsor {
          width: 315px;
          height: 35px;
          top: 10px;
          right: 18px; }
          .component.tile.green.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.green.collection .sponsor .nickelodeon-info {
            font-size: 27px;
            position: relative;
            top: 3px;
            left: 90px;
            color: grey; }
          .component.tile.green.collection .sponsor .nickelodeon-logo {
            width: 45px;
            height: 56px;
            background: url("../img/sponsor/sponsor-nickelodeon-AIWCN-wide.png");
            background-repeat: no-repeat;
            background-size: 100%;
            position: relative;
            top: -33px;
            left: -5px;
            float: right; }
          .component.tile.green.collection .sponsor .skoty-info {
            font-size: 23px;
            position: relative;
            top: 3px;
            left: 126px;
            color: grey; }
          .component.tile.green.collection .sponsor .skoty-logo {
            width: 45px;
            height: 56px;
            background: url("../img/sponsor/sponsor-skoty.png");
            background-repeat: no-repeat;
            background-size: 100%;
            position: relative;
            top: -35px;
            left: 260px; }
          .component.tile.green.collection .sponsor .nflzone-info {
            font-size: 23px;
            position: relative;
            top: 3px;
            left: 95px;
            color: grey; }
          .component.tile.green.collection .sponsor .nflzone-logo {
            width: 85px;
            height: 46px;
            background: url("../img/sponsor/sponsor-nfl-zone.png");
            background-repeat: no-repeat;
            background-size: 100%;
            position: relative;
            top: -25px;
            left: 241px; }
        .component.tile.green.collection .collection-info {
          border-top: 4px solid #48833C;
          border-bottom: 4px solid #48833C; }
          .component.tile.green.collection .collection-info.skoty {
            border-top: 4px solid #FF6700;
            border-bottom: 4px solid #FF6700; }
          .component.tile.green.collection .collection-info.nflzone {
            border-top: 4px solid #e81c40;
            border-bottom: 4px solid #e81c40; }
        .component.tile.green.collection .article-info {
          -webkit-transform: translateX(135px);
          transform: translateX(135px); }
          .component.tile.green.collection .article-info .ticker {
            text-align: left; }
        .component.tile.green.collection .image-container {
          margin: 0; }
          .component.tile.green.collection .image-container img {
            box-shadow: none; }
        .component.tile.green.collection .info-container {
          margin-top: -50px; } }
    .component.tile.green.collection .skoty-category {
      color: #FF6700; }
    .component.tile.green.collection .nflzone-category {
      color: #e81c40; }
    @media (min-width: 1010px) {
      .component.tile.green {
        padding-left: 40px;
        padding-right: 40px; } }
    .component.tile.green.no-image .article-info {
      margin-top: 20px; }
    .component.tile.green:first-child:not(.no-image), .component.tile.green.has-scoreboard {
      width: calc(100% + 2px);
      background: none;
      left: -1px; }
      @media (min-width: 1010px) {
        .component.tile.green:first-child:not(.no-image), .component.tile.green.has-scoreboard {
          background: none;
          padding-left: 0;
          padding-right: 0; }
          .component.tile.green:first-child:not(.no-image) .image-container, .component.tile.green.has-scoreboard .image-container {
            margin-right: 0; }
            .component.tile.green:first-child:not(.no-image) .image-container img, .component.tile.green.has-scoreboard .image-container img {
              box-shadow: none;
              min-height: 380px; }
          .component.tile.green:first-child:not(.no-image) .article-info, .component.tile.green.has-scoreboard .article-info {
            width: 100%;
            box-shadow: 0 6px 0 rgba(50, 104, 39, 0.2);
            border-bottom-width: 10px; } }
    .component.tile.green .image-container {
      display: block;
      background: #dcdee1;
      position: relative; }
      .component.tile.green .image-container img {
        display: block;
        min-height: 218px; }
      @media (min-width: 1010px) {
        .component.tile.green .image-container {
          margin-right: 10px; }
          .component.tile.green .image-container .overlay {
            width: 100%;
            height: calc(100% - 6px);
            position: absolute;
            top: 0;
            left: 0;
            background: #48833C;
            opacity: 0;
            transition: opacity .2s ease-in-out; }
            .component.tile.green .image-container .overlay:hover {
              opacity: .8; }
          .component.tile.green .image-container img {
            position: relative;
            box-shadow: -6px 6px 0 rgba(50, 104, 39, 0.2);
            min-height: 329px; } }
    .component.tile.green img {
      border-bottom: 8px solid #48833C; }
    .component.tile.green.has-scoreboard .article-info {
      padding-bottom: 30px; }
    .component.tile.green .article-info {
      width: 75%;
      min-width: 355px;
      float: right;
      margin-top: -50px;
      position: relative;
      background: white;
      border: 4px solid #48833C;
      padding: 10px 30px;
      -webkit-transform: translateX(6px);
      transform: translateX(6px);
      position: relative;
      box-shadow: -6px 6px 0 rgba(50, 104, 39, 0.2); }
      @media (min-width: 1010px) {
        .component.tile.green .article-info {
          -webkit-transform: none;
          transform: none; } }
      .component.tile.green .article-info.has-img h2 {
        margin-left: 55px; }
      .component.tile.green .article-info.has-skoty-img h2 {
        margin-left: 55px; }
      .component.tile.green .article-info.has-skoty-img img {
        width: 50px;
        height: 50px;
        margin-top: 2px;
        margin-right: 10px;
        margin-left: -1px; }
      .component.tile.green .article-info h2 {
        font-size: 27px;
        margin-top: 10px; }
      .component.tile.green .article-info .ticker {
        display: block;
        margin-top: -30px; }
        .component.tile.green .article-info .ticker span {
          display: inline-block;
          background: #48833C;
          color: white;
          font-size: 13px;
          line-height: 13px;
          font-weight: 500;
          text-transform: uppercase;
          padding: 10px 20px;
          -webkit-font-smoothing: antialiased; }
      .component.tile.green .article-info img {
        display: inline-block;
        float: left;
        align: right;
        width: 42px;
        height: 42px;
        margin-top: 10px;
        margin-right: 10px;
        border-bottom: none;
        position: absolute; }
  .component.tile.med-black {
    margin-bottom: 10px;
    padding-bottom: 20px;
    -webkit-font-smoothing: antialiased; }
    .component.tile.med-black * {
      color: #060623;
      border-color: #060623; }
    .component.tile.med-black a {
      color: #060623; }
      .component.tile.med-black a:hover {
        color: #010112; }
    .component.tile.med-black button:hover {
      color: white; }
    .component.tile.med-black:before, .component.tile.med-black:after {
      content: ' ';
      display: table; }
    .component.tile.med-black:after {
      clear: both; }
    .component.tile.med-black.collection:first-child:not(.no-image) .article-info {
      width: 75%;
      border-bottom-width: 4px;
      box-shadow: -6px 6px 0 rgba(1, 1, 18, 0.2); }
    .component.tile.med-black.collection:first-child:not(.no-image) .collection-info {
      background: white; }
    .component.tile.med-black.collection .collection-info {
      position: relative;
      z-index: 1;
      border-top: 4px solid #060623;
      border-bottom: 4px solid #060623;
      box-shadow: 0 6px 0 rgba(1, 1, 18, 0.2);
      font-size: 20px;
      font-family: "museo-slab", sans-serif;
      font-weight: bold;
      padding: 15px 10px; }
      @media (min-width: 1010px) {
        .component.tile.med-black.collection .collection-info {
          font-size: 23px; } }
    .component.tile.med-black.collection .info-container {
      margin-top: -50px; }
    .component.tile.med-black.collection .article-info.primary {
      margin-top: 0; }
    .component.tile.med-black.collection .article-info.secondary {
      margin-top: 20px; }
    .component.tile.med-black.collection .related.more-stories {
      padding-top: 20px;
      font-family: "museo-sans", sans-serif;
      font-size: 22px;
      line-height: 34px;
      font-weight: bold;
      color: black; }
    .component.tile.med-black.collection .related.article-info.secondary {
      margin-top: 20px;
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      width: 100%;
      padding: 0px; }
      .component.tile.med-black.collection .related.article-info.secondary .ticker {
        margin-left: 10px;
        position: absolute;
        margin-top: -20px;
        z-index: 10; }
        @media (min-width: 1010px) {
          .component.tile.med-black.collection .related.article-info.secondary .ticker {
            margin-left: 345px; } }
      .component.tile.med-black.collection .related.article-info.secondary a {
        text-decoration: none; }
      .component.tile.med-black.collection .related.article-info.secondary h2 {
        float: left;
        padding-left: 10px; }
        @media (min-width: 1010px) {
          .component.tile.med-black.collection .related.article-info.secondary h2 {
            margin-top: 31px;
            margin-left: 337px;
            width: 44%; } }
      .component.tile.med-black.collection .related.article-info.secondary .img-container {
        display: inline-block;
        float: left;
        height: 100%;
        margin-top: -2px;
        margin-right: 10px;
        border-bottom: none;
        margin-bottom: 0px; }
        .component.tile.med-black.collection .related.article-info.secondary .img-container img {
          width: 325px;
          height: 181px;
          margin: 2px 0px 0px 0px; }
      .component.tile.med-black.collection .related.article-info.secondary .vertical-bar {
        display: none; }
        @media (min-width: 360px) {
          .component.tile.med-black.collection .related.article-info.secondary .vertical-bar {
            width: 4px;
            height: 181px;
            background-color: #060623;
            float: left;
            margin-left: -10px;
            margin-right: 15px;
            display: block; } }
    .component.tile.med-black.collection hr {
      display: block;
      border: 2px solid #efefef; }
    .component.tile.med-black.collection .related.info-container {
      margin-top: 0px; }
    .component.tile.med-black.collection .article-info {
      -webkit-transform: translateX(-6px);
      transform: translateX(-6px);
      float: left; }
      .component.tile.med-black.collection .article-info .ticker {
        text-align: right; }
    .component.tile.med-black.collection .polldaddy.article-info.secondary {
      position: relative;
      left: -45px;
      width: 75px;
      margin-top: 0px;
      padding: 10px 0px 0px 40px !important; }
      .component.tile.med-black.collection .polldaddy.article-info.secondary a {
        font-size: 20px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.med-black.collection .polldaddy.article-info.secondary .pds-question-top {
        font-size: 32px !important;
        font-family: "museo-slab", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.med-black.collection .polldaddy.article-info.secondary .pds-answer-span {
        font-size: 20px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.med-black.collection .polldaddy.article-info.secondary .pds-answer-text {
        font-size: 20px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.med-black.collection .polldaddy.article-info.secondary .pds-feedback-result {
        font-size: 16px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.med-black.collection .polldaddy.article-info.secondary .pds-total-votes {
        font-size: 16px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.med-black.collection .polldaddy.article-info.secondary #pds-sharing {
        display: none; }
      .component.tile.med-black.collection .polldaddy.article-info.secondary .pds-admin-bar {
        display: none; }
      .component.tile.med-black.collection .polldaddy.article-info.secondary #account-options {
        display: none; }
      .component.tile.med-black.collection .polldaddy.article-info.secondary .pds-box-outer {
        padding: none !important; }
      @media (min-width: 1010px) {
        .component.tile.med-black.collection .polldaddy.article-info.secondary {
          position: relative;
          left: -130px;
          width: 75px;
          margin-top: 0px;
          padding: 10px 0px 0px 12px !important; } }
    .component.tile.med-black.collection .PDS_Poll .pds-box {
      border: none !important; }
    .component.tile.med-black.collection .pds-box-top .pds-answer {
      border-top: none !important;
      border-bottom: none !important; }
    .component.tile.med-black.collection .sponsor {
      position: absolute;
      top: 10px;
      right: 0;
      height: 42px;
      width: 108px; }
      @media (min-width: 360px) {
        .component.tile.med-black.collection .sponsor {
          top: 7px;
          right: 7px;
          width: 136px; } }
      .component.tile.med-black.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.med-black.collection .sponsor .franklin-logo {
            width: 136px;
            height: 42px; } }
      .component.tile.med-black.collection .sponsor .nickelodeon-info {
        font-size: 18px;
        color: grey;
        position: relative;
        top: -10px;
        left: -35px; }
      .component.tile.med-black.collection .sponsor .nickelodeon-logo {
        width: 25px;
        height: 36px;
        position: relative;
        top: -10px;
        left: 0px;
        background: url("../img/sponsor/sponsor-nickelodeon-AIWCN-wide.png");
        background-repeat: no-repeat;
        background-size: 100%; }
        @media (min-width: 360px) {
          .component.tile.med-black.collection .sponsor .nickelodeon-logo {
            width: 136px;
            height: 42px; } }
      .component.tile.med-black.collection .sponsor .skoty-info {
        font-size: 13px;
        position: relative;
        top: -7px;
        left: 18px;
        color: grey; }
      .component.tile.med-black.collection .sponsor .skoty-logo {
        width: 28px;
        height: 31px;
        background: url("../img/sponsor/sponsor-skoty.png");
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
        top: -15px;
        left: 39px; }
      .component.tile.med-black.collection .sponsor .nflzone-info {
        font-size: 13px;
        position: relative;
        top: -7px;
        left: 18px;
        color: grey; }
      .component.tile.med-black.collection .sponsor .nflzone-logo {
        width: 70px;
        height: 46px;
        background: url("../img/sponsor/sponsor-nfl-zone.png");
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
        top: -12px;
        left: 20px; }
    .component.tile.med-black.collection .collection-info {
      border-top: 4px solid #060623;
      border-bottom: 4px solid #060623; }
      .component.tile.med-black.collection .collection-info.skoty {
        border-top: 4px solid #FF6700;
        border-bottom: 4px solid #FF6700; }
      .component.tile.med-black.collection .collection-info.nflzone {
        border-top: 4px solid #e81c40;
        border-bottom: 4px solid #e81c40; }
    @media (min-width: 1010px) {
      .component.tile.med-black.collection {
        padding-left: 0;
        padding-right: 0; }
        .component.tile.med-black.collection .sponsor {
          width: 315px;
          height: 35px;
          top: 10px;
          right: 18px; }
          .component.tile.med-black.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.med-black.collection .sponsor .nickelodeon-info {
            font-size: 27px;
            position: relative;
            top: 3px;
            left: 90px;
            color: grey; }
          .component.tile.med-black.collection .sponsor .nickelodeon-logo {
            width: 45px;
            height: 56px;
            background: url("../img/sponsor/sponsor-nickelodeon-AIWCN-wide.png");
            background-repeat: no-repeat;
            background-size: 100%;
            position: relative;
            top: -33px;
            left: -5px;
            float: right; }
          .component.tile.med-black.collection .sponsor .skoty-info {
            font-size: 23px;
            position: relative;
            top: 3px;
            left: 126px;
            color: grey; }
          .component.tile.med-black.collection .sponsor .skoty-logo {
            width: 45px;
            height: 56px;
            background: url("../img/sponsor/sponsor-skoty.png");
            background-repeat: no-repeat;
            background-size: 100%;
            position: relative;
            top: -35px;
            left: 260px; }
          .component.tile.med-black.collection .sponsor .nflzone-info {
            font-size: 23px;
            position: relative;
            top: 3px;
            left: 95px;
            color: grey; }
          .component.tile.med-black.collection .sponsor .nflzone-logo {
            width: 85px;
            height: 46px;
            background: url("../img/sponsor/sponsor-nfl-zone.png");
            background-repeat: no-repeat;
            background-size: 100%;
            position: relative;
            top: -25px;
            left: 241px; }
        .component.tile.med-black.collection .collection-info {
          border-top: 4px solid #060623;
          border-bottom: 4px solid #060623; }
          .component.tile.med-black.collection .collection-info.skoty {
            border-top: 4px solid #FF6700;
            border-bottom: 4px solid #FF6700; }
          .component.tile.med-black.collection .collection-info.nflzone {
            border-top: 4px solid #e81c40;
            border-bottom: 4px solid #e81c40; }
        .component.tile.med-black.collection .article-info {
          -webkit-transform: translateX(135px);
          transform: translateX(135px); }
          .component.tile.med-black.collection .article-info .ticker {
            text-align: left; }
        .component.tile.med-black.collection .image-container {
          margin: 0; }
          .component.tile.med-black.collection .image-container img {
            box-shadow: none; }
        .component.tile.med-black.collection .info-container {
          margin-top: -50px; } }
    .component.tile.med-black.collection .skoty-category {
      color: #FF6700; }
    .component.tile.med-black.collection .nflzone-category {
      color: #e81c40; }
    @media (min-width: 1010px) {
      .component.tile.med-black {
        padding-left: 40px;
        padding-right: 40px; } }
    .component.tile.med-black.no-image .article-info {
      margin-top: 20px; }
    .component.tile.med-black:first-child:not(.no-image), .component.tile.med-black.has-scoreboard {
      width: calc(100% + 2px);
      background: none;
      left: -1px; }
      @media (min-width: 1010px) {
        .component.tile.med-black:first-child:not(.no-image), .component.tile.med-black.has-scoreboard {
          background: none;
          padding-left: 0;
          padding-right: 0; }
          .component.tile.med-black:first-child:not(.no-image) .image-container, .component.tile.med-black.has-scoreboard .image-container {
            margin-right: 0; }
            .component.tile.med-black:first-child:not(.no-image) .image-container img, .component.tile.med-black.has-scoreboard .image-container img {
              box-shadow: none;
              min-height: 380px; }
          .component.tile.med-black:first-child:not(.no-image) .article-info, .component.tile.med-black.has-scoreboard .article-info {
            width: 100%;
            box-shadow: 0 6px 0 rgba(1, 1, 18, 0.2);
            border-bottom-width: 10px; } }
    .component.tile.med-black .image-container {
      display: block;
      background: #dcdee1;
      position: relative; }
      .component.tile.med-black .image-container img {
        display: block;
        min-height: 218px; }
      @media (min-width: 1010px) {
        .component.tile.med-black .image-container {
          margin-right: 10px; }
          .component.tile.med-black .image-container .overlay {
            width: 100%;
            height: calc(100% - 6px);
            position: absolute;
            top: 0;
            left: 0;
            background: #060623;
            opacity: 0;
            transition: opacity .2s ease-in-out; }
            .component.tile.med-black .image-container .overlay:hover {
              opacity: .8; }
          .component.tile.med-black .image-container img {
            position: relative;
            box-shadow: -6px 6px 0 rgba(1, 1, 18, 0.2);
            min-height: 329px; } }
    .component.tile.med-black img {
      border-bottom: 8px solid #060623; }
    .component.tile.med-black.has-scoreboard .article-info {
      padding-bottom: 30px; }
    .component.tile.med-black .article-info {
      width: 75%;
      min-width: 355px;
      float: right;
      margin-top: -50px;
      position: relative;
      background: white;
      border: 4px solid #060623;
      padding: 10px 30px;
      -webkit-transform: translateX(6px);
      transform: translateX(6px);
      position: relative;
      box-shadow: -6px 6px 0 rgba(1, 1, 18, 0.2); }
      @media (min-width: 1010px) {
        .component.tile.med-black .article-info {
          -webkit-transform: none;
          transform: none; } }
      .component.tile.med-black .article-info.has-img h2 {
        margin-left: 55px; }
      .component.tile.med-black .article-info.has-skoty-img h2 {
        margin-left: 55px; }
      .component.tile.med-black .article-info.has-skoty-img img {
        width: 50px;
        height: 50px;
        margin-top: 2px;
        margin-right: 10px;
        margin-left: -1px; }
      .component.tile.med-black .article-info h2 {
        font-size: 27px;
        margin-top: 10px; }
      .component.tile.med-black .article-info .ticker {
        display: block;
        margin-top: -30px; }
        .component.tile.med-black .article-info .ticker span {
          display: inline-block;
          background: #060623;
          color: white;
          font-size: 13px;
          line-height: 13px;
          font-weight: 500;
          text-transform: uppercase;
          padding: 10px 20px;
          -webkit-font-smoothing: antialiased; }
      .component.tile.med-black .article-info img {
        display: inline-block;
        float: left;
        align: right;
        width: 42px;
        height: 42px;
        margin-top: 10px;
        margin-right: 10px;
        border-bottom: none;
        position: absolute; }
  .component.tile.orange {
    margin-bottom: 10px;
    padding-bottom: 20px;
    -webkit-font-smoothing: antialiased; }
    .component.tile.orange * {
      color: #FF6700;
      border-color: #FF6700; }
    .component.tile.orange a {
      color: #FF6700; }
      .component.tile.orange a:hover {
        color: #D15400; }
    .component.tile.orange button:hover {
      color: white; }
    .component.tile.orange:before, .component.tile.orange:after {
      content: ' ';
      display: table; }
    .component.tile.orange:after {
      clear: both; }
    .component.tile.orange.collection:first-child:not(.no-image) .article-info {
      width: 75%;
      border-bottom-width: 4px;
      box-shadow: -6px 6px 0 rgba(209, 84, 0, 0.2); }
    .component.tile.orange.collection:first-child:not(.no-image) .collection-info {
      background: white; }
    .component.tile.orange.collection .collection-info {
      position: relative;
      z-index: 1;
      border-top: 4px solid #FF6700;
      border-bottom: 4px solid #FF6700;
      box-shadow: 0 6px 0 rgba(209, 84, 0, 0.2);
      font-size: 20px;
      font-family: "museo-slab", sans-serif;
      font-weight: bold;
      padding: 15px 10px; }
      @media (min-width: 1010px) {
        .component.tile.orange.collection .collection-info {
          font-size: 23px; } }
    .component.tile.orange.collection .info-container {
      margin-top: -50px; }
    .component.tile.orange.collection .article-info.primary {
      margin-top: 0; }
    .component.tile.orange.collection .article-info.secondary {
      margin-top: 20px; }
    .component.tile.orange.collection .related.more-stories {
      padding-top: 20px;
      font-family: "museo-sans", sans-serif;
      font-size: 22px;
      line-height: 34px;
      font-weight: bold;
      color: black; }
    .component.tile.orange.collection .related.article-info.secondary {
      margin-top: 20px;
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      width: 100%;
      padding: 0px; }
      .component.tile.orange.collection .related.article-info.secondary .ticker {
        margin-left: 10px;
        position: absolute;
        margin-top: -20px;
        z-index: 10; }
        @media (min-width: 1010px) {
          .component.tile.orange.collection .related.article-info.secondary .ticker {
            margin-left: 345px; } }
      .component.tile.orange.collection .related.article-info.secondary a {
        text-decoration: none; }
      .component.tile.orange.collection .related.article-info.secondary h2 {
        float: left;
        padding-left: 10px; }
        @media (min-width: 1010px) {
          .component.tile.orange.collection .related.article-info.secondary h2 {
            margin-top: 31px;
            margin-left: 337px;
            width: 44%; } }
      .component.tile.orange.collection .related.article-info.secondary .img-container {
        display: inline-block;
        float: left;
        height: 100%;
        margin-top: -2px;
        margin-right: 10px;
        border-bottom: none;
        margin-bottom: 0px; }
        .component.tile.orange.collection .related.article-info.secondary .img-container img {
          width: 325px;
          height: 181px;
          margin: 2px 0px 0px 0px; }
      .component.tile.orange.collection .related.article-info.secondary .vertical-bar {
        display: none; }
        @media (min-width: 360px) {
          .component.tile.orange.collection .related.article-info.secondary .vertical-bar {
            width: 4px;
            height: 181px;
            background-color: #FF6700;
            float: left;
            margin-left: -10px;
            margin-right: 15px;
            display: block; } }
    .component.tile.orange.collection hr {
      display: block;
      border: 2px solid #efefef; }
    .component.tile.orange.collection .related.info-container {
      margin-top: 0px; }
    .component.tile.orange.collection .article-info {
      -webkit-transform: translateX(-6px);
      transform: translateX(-6px);
      float: left; }
      .component.tile.orange.collection .article-info .ticker {
        text-align: right; }
    .component.tile.orange.collection .polldaddy.article-info.secondary {
      position: relative;
      left: -45px;
      width: 75px;
      margin-top: 0px;
      padding: 10px 0px 0px 40px !important; }
      .component.tile.orange.collection .polldaddy.article-info.secondary a {
        font-size: 20px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.orange.collection .polldaddy.article-info.secondary .pds-question-top {
        font-size: 32px !important;
        font-family: "museo-slab", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.orange.collection .polldaddy.article-info.secondary .pds-answer-span {
        font-size: 20px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.orange.collection .polldaddy.article-info.secondary .pds-answer-text {
        font-size: 20px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.orange.collection .polldaddy.article-info.secondary .pds-feedback-result {
        font-size: 16px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.orange.collection .polldaddy.article-info.secondary .pds-total-votes {
        font-size: 16px !important;
        font-family: "museo-sans", sans-serif !important;
        font-weight: bold !important;
        color: #2785d7 !important; }
      .component.tile.orange.collection .polldaddy.article-info.secondary #pds-sharing {
        display: none; }
      .component.tile.orange.collection .polldaddy.article-info.secondary .pds-admin-bar {
        display: none; }
      .component.tile.orange.collection .polldaddy.article-info.secondary #account-options {
        display: none; }
      .component.tile.orange.collection .polldaddy.article-info.secondary .pds-box-outer {
        padding: none !important; }
      @media (min-width: 1010px) {
        .component.tile.orange.collection .polldaddy.article-info.secondary {
          position: relative;
          left: -130px;
          width: 75px;
          margin-top: 0px;
          padding: 10px 0px 0px 12px !important; } }
    .component.tile.orange.collection .PDS_Poll .pds-box {
      border: none !important; }
    .component.tile.orange.collection .pds-box-top .pds-answer {
      border-top: none !important;
      border-bottom: none !important; }
    .component.tile.orange.collection .sponsor {
      position: absolute;
      top: 10px;
      right: 0;
      height: 42px;
      width: 108px; }
      @media (min-width: 360px) {
        .component.tile.orange.collection .sponsor {
          top: 7px;
          right: 7px;
          width: 136px; } }
      .component.tile.orange.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.orange.collection .sponsor .franklin-logo {
            width: 136px;
            height: 42px; } }
      .component.tile.orange.collection .sponsor .nickelodeon-info {
        font-size: 18px;
        color: grey;
        position: relative;
        top: -10px;
        left: -35px; }
      .component.tile.orange.collection .sponsor .nickelodeon-logo {
        width: 25px;
        height: 36px;
        position: relative;
        top: -10px;
        left: 0px;
        background: url("../img/sponsor/sponsor-nickelodeon-AIWCN-wide.png");
        background-repeat: no-repeat;
        background-size: 100%; }
        @media (min-width: 360px) {
          .component.tile.orange.collection .sponsor .nickelodeon-logo {
            width: 136px;
            height: 42px; } }
      .component.tile.orange.collection .sponsor .skoty-info {
        font-size: 13px;
        position: relative;
        top: -7px;
        left: 18px;
        color: grey; }
      .component.tile.orange.collection .sponsor .skoty-logo {
        width: 28px;
        height: 31px;
        background: url("../img/sponsor/sponsor-skoty.png");
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
        top: -15px;
        left: 39px; }
      .component.tile.orange.collection .sponsor .nflzone-info {
        font-size: 13px;
        position: relative;
        top: -7px;
        left: 18px;
        color: grey; }
      .component.tile.orange.collection .sponsor .nflzone-logo {
        width: 70px;
        height: 46px;
        background: url("../img/sponsor/sponsor-nfl-zone.png");
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
        top: -12px;
        left: 20px; }
    .component.tile.orange.collection .collection-info {
      border-top: 4px solid #FF6700;
      border-bottom: 4px solid #FF6700; }
      .component.tile.orange.collection .collection-info.skoty {
        border-top: 4px solid #FF6700;
        border-bottom: 4px solid #FF6700; }
      .component.tile.orange.collection .collection-info.nflzone {
        border-top: 4px solid #e81c40;
        border-bottom: 4px solid #e81c40; }
    @media (min-width: 1010px) {
      .component.tile.orange.collection {
        padding-left: 0;
        padding-right: 0; }
        .component.tile.orange.collection .sponsor {
          width: 315px;
          height: 35px;
          top: 10px;
          right: 18px; }
          .component.tile.orange.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.orange.collection .sponsor .nickelodeon-info {
            font-size: 27px;
            position: relative;
            top: 3px;
            left: 90px;
            color: grey; }
          .component.tile.orange.collection .sponsor .nickelodeon-logo {
            width: 45px;
            height: 56px;
            background: url("../img/sponsor/sponsor-nickelodeon-AIWCN-wide.png");
            background-repeat: no-repeat;
            background-size: 100%;
            position: relative;
            top: -33px;
            left: -5px;
            float: right; }
          .component.tile.orange.collection .sponsor .skoty-info {
            font-size: 23px;
            position: relative;
            top: 3px;
            left: 126px;
            color: grey; }
          .component.tile.orange.collection .sponsor .skoty-logo {
            width: 45px;
            height: 56px;
            background: url("../img/sponsor/sponsor-skoty.png");
            background-repeat: no-repeat;
            background-size: 100%;
            position: relative;
            top: -35px;
            left: 260px; }
          .component.tile.orange.collection .sponsor .nflzone-info {
            font-size: 23px;
            position: relative;
            top: 3px;
            left: 95px;
            color: grey; }
          .component.tile.orange.collection .sponsor .nflzone-logo {
            width: 85px;
            height: 46px;
            background: url("../img/sponsor/sponsor-nfl-zone.png");
            background-repeat: no-repeat;
            background-size: 100%;
            position: relative;
            top: -25px;
            left: 241px; }
        .component.tile.orange.collection .collection-info {
          border-top: 4px solid #FF6700;
          border-bottom: 4px solid #FF6700; }
          .component.tile.orange.collection .collection-info.skoty {
            border-top: 4px solid #FF6700;
            border-bottom: 4px solid #FF6700; }
          .component.tile.orange.collection .collection-info.nflzone {
            border-top: 4px solid #e81c40;
            border-bottom: 4px solid #e81c40; }
        .component.tile.orange.collection .article-info {
          -webkit-transform: translateX(135px);
          transform: translateX(135px); }
          .component.tile.orange.collection .article-info .ticker {
            text-align: left; }
        .component.tile.orange.collection .image-container {
          margin: 0; }
          .component.tile.orange.collection .image-container img {
            box-shadow: none; }
        .component.tile.orange.collection .info-container {
          margin-top: -50px; } }
    .component.tile.orange.collection .skoty-category {
      color: #FF6700; }
    .component.tile.orange.collection .nflzone-category {
      color: #e81c40; }
    @media (min-width: 1010px) {
      .component.tile.orange {
        padding-left: 40px;
        padding-right: 40px; } }
    .component.tile.orange.no-image .article-info {
      margin-top: 20px; }
    .component.tile.orange:first-child:not(.no-image), .component.tile.orange.has-scoreboard {
      width: calc(100% + 2px);
      background: none;
      left: -1px; }
      @media (min-width: 1010px) {
        .component.tile.orange:first-child:not(.no-image), .component.tile.orange.has-scoreboard {
          background: none;
          padding-left: 0;
          padding-right: 0; }
          .component.tile.orange:first-child:not(.no-image) .image-container, .component.tile.orange.has-scoreboard .image-container {
            margin-right: 0; }
            .component.tile.orange:first-child:not(.no-image) .image-container img, .component.tile.orange.has-scoreboard .image-container img {
              box-shadow: none;
              min-height: 380px; }
          .component.tile.orange:first-child:not(.no-image) .article-info, .component.tile.orange.has-scoreboard .article-info {
            width: 100%;
            box-shadow: 0 6px 0 rgba(209, 84, 0, 0.2);
            border-bottom-width: 10px; } }
    .component.tile.orange .image-container {
      display: block;
      background: #dcdee1;
      position: relative; }
      .component.tile.orange .image-container img {
        display: block;
        min-height: 218px; }
      @media (min-width: 1010px) {
        .component.tile.orange .image-container {
          margin-right: 10px; }
          .component.tile.orange .image-container .overlay {
            width: 100%;
            height: calc(100% - 6px);
            position: absolute;
            top: 0;
            left: 0;
            background: #FF6700;
            opacity: 0;
            transition: opacity .2s ease-in-out; }
            .component.tile.orange .image-container .overlay:hover {
              opacity: .8; }
          .component.tile.orange .image-container img {
            position: relative;
            box-shadow: -6px 6px 0 rgba(209, 84, 0, 0.2);
            min-height: 329px; } }
    .component.tile.orange img {
      border-bottom: 8px solid #FF6700; }
    .component.tile.orange.has-scoreboard .article-info {
      padding-bottom: 30px; }
    .component.tile.orange .article-info {
      width: 75%;
      min-width: 355px;
      float: right;
      margin-top: -50px;
      position: relative;
      background: white;
      border: 4px solid #FF6700;
      padding: 10px 30px;
      -webkit-transform: translateX(6px);
      transform: translateX(6px);
      position: relative;
      box-shadow: -6px 6px 0 rgba(209, 84, 0, 0.2); }
      @media (min-width: 1010px) {
        .component.tile.orange .article-info {
          -webkit-transform: none;
          transform: none; } }
      .component.tile.orange .article-info.has-img h2 {
        margin-left: 55px; }
      .component.tile.orange .article-info.has-skoty-img h2 {
        margin-left: 55px; }
      .component.tile.orange .article-info.has-skoty-img img {
        width: 50px;
        height: 50px;
        margin-top: 2px;
        margin-right: 10px;
        margin-left: -1px; }
      .component.tile.orange .article-info h2 {
        font-size: 27px;
        margin-top: 10px; }
      .component.tile.orange .article-info .ticker {
        display: block;
        margin-top: -30px; }
        .component.tile.orange .article-info .ticker span {
          display: inline-block;
          background: #FF6700;
          color: white;
          font-size: 13px;
          line-height: 13px;
          font-weight: 500;
          text-transform: uppercase;
          padding: 10px 20px;
          -webkit-font-smoothing: antialiased; }
      .component.tile.orange .article-info img {
        display: inline-block;
        float: left;
        align: right;
        width: 42px;
        height: 42px;
        margin-top: 10px;
        margin-right: 10px;
        border-bottom: none;
        position: absolute; }

.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.list-box.green {
    background: white;
    border: 4px solid #48833C;
    padding: 18px 25px;
    position: relative;
    position: relative;
    box-shadow: -6px 6px 0 rgba(50, 104, 39, 0.2); }
    .component.list-box.green * {
      color: #48833C;
      border-color: #48833C; }
    .component.list-box.green a {
      color: #48833C; }
      .component.list-box.green a:hover {
        color: #326827; }
    .component.list-box.green button:hover {
      color: white; }
    .component.list-box.green a {
      text-decoration: none; }
    .component.list-box.green button {
      margin-top: 15px; }
    .component.list-box.green .ticker {
      display: block;
      margin-top: -38px; }
      .component.list-box.green .ticker span {
        display: inline-block;
        background: #48833C;
        color: white;
        font-size: 13px;
        line-height: 13px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 20px;
        -webkit-font-smoothing: antialiased; }
    .component.list-box.green .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .component.list-box.green.cool-stuff {
      min-height: 500px; }
    .component.list-box.green.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.green.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.green.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.green .item {
      position: relative;
      padding: 17px;
      padding-top: 23px;
      padding-left: 50px;
      border-bottom: 2px solid #e9e9e9;
      min-height: 75px; }
      .component.list-box.green .item:last-child {
        border-bottom: none; }
      .component.list-box.green .item .counter {
        position: absolute;
        top: 28px;
        left: 0;
        color: #fff;
        background: #48833C;
        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.med-black {
    background: white;
    border: 4px solid #060623;
    padding: 18px 25px;
    position: relative;
    position: relative;
    box-shadow: -6px 6px 0 rgba(1, 1, 18, 0.2); }
    .component.list-box.med-black * {
      color: #060623;
      border-color: #060623; }
    .component.list-box.med-black a {
      color: #060623; }
      .component.list-box.med-black a:hover {
        color: #010112; }
    .component.list-box.med-black button:hover {
      color: white; }
    .component.list-box.med-black a {
      text-decoration: none; }
    .component.list-box.med-black button {
      margin-top: 15px; }
    .component.list-box.med-black .ticker {
      display: block;
      margin-top: -38px; }
      .component.list-box.med-black .ticker span {
        display: inline-block;
        background: #060623;
        color: white;
        font-size: 13px;
        line-height: 13px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 20px;
        -webkit-font-smoothing: antialiased; }
    .component.list-box.med-black .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .component.list-box.med-black.cool-stuff {
      min-height: 500px; }
    .component.list-box.med-black.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.med-black.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.med-black.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.med-black .item {
      position: relative;
      padding: 17px;
      padding-top: 23px;
      padding-left: 50px;
      border-bottom: 2px solid #e9e9e9;
      min-height: 75px; }
      .component.list-box.med-black .item:last-child {
        border-bottom: none; }
      .component.list-box.med-black .item .counter {
        position: absolute;
        top: 28px;
        left: 0;
        color: #fff;
        background: #060623;
        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.orange {
    background: white;
    border: 4px solid #FF6700;
    padding: 18px 25px;
    position: relative;
    position: relative;
    box-shadow: -6px 6px 0 rgba(209, 84, 0, 0.2); }
    .component.list-box.orange * {
      color: #FF6700;
      border-color: #FF6700; }
    .component.list-box.orange a {
      color: #FF6700; }
      .component.list-box.orange a:hover {
        color: #D15400; }
    .component.list-box.orange button:hover {
      color: white; }
    .component.list-box.orange a {
      text-decoration: none; }
    .component.list-box.orange button {
      margin-top: 15px; }
    .component.list-box.orange .ticker {
      display: block;
      margin-top: -38px; }
      .component.list-box.orange .ticker span {
        display: inline-block;
        background: #FF6700;
        color: white;
        font-size: 13px;
        line-height: 13px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 20px;
        -webkit-font-smoothing: antialiased; }
    .component.list-box.orange .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .component.list-box.orange.cool-stuff {
      min-height: 500px; }
    .component.list-box.orange.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.orange.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.orange.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.orange .item {
      position: relative;
      padding: 17px;
      padding-top: 23px;
      padding-left: 50px;
      border-bottom: 2px solid #e9e9e9;
      min-height: 75px; }
      .component.list-box.orange .item:last-child {
        border-bottom: none; }
      .component.list-box.orange .item .counter {
        position: absolute;
        top: 28px;
        left: 0;
        color: #fff;
        background: #FF6700;
        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;
    line-height: 34px; }
  .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;
      line-height: 34px; }
    .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;
      line-height: 34px; }
    .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.video-player.green {
    background: white;
    border: 4px solid #48833C;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 10px;
    padding: 0;
    position: relative;
    box-shadow: -6px 6px 0 rgba(50, 104, 39, 0.2); }
    .component.video-player.green * {
      color: #48833C;
      border-color: #48833C; }
    .component.video-player.green a {
      color: #48833C; }
      .component.video-player.green a:hover {
        color: #326827; }
    .component.video-player.green button:hover {
      color: white; }
    @media (min-width: 670px) {
      .component.video-player.green {
        border-left-width: 4px;
        border-right-width: 4px; } }
    .component.video-player.green .headline {
      padding: 18px 48px;
      color: #48833C;
      border-top: 4px solid #48833C;
      font-family: "museo-slab", sans-serif;
      font-size: 27px;
      font-weight: 700;
      line-height: 34px; }
    .component.video-player.green .ticker {
      display: block;
      margin-top: -33px;
      position: absolute;
      left: 30px; }
      .component.video-player.green .ticker span {
        display: inline-block;
        background: #48833C;
        color: white;
        font-size: 13px;
        line-height: 13px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 20px;
        -webkit-font-smoothing: antialiased; }
      .component.video-player.green .ticker span {
        padding-left: 37px;
        padding-right: 37px;
        padding-top: 9px;
        padding-bottom: 7px;
        font-size: 13px; }
    .component.video-player.green .video-ratio {
      padding: 1px;
      background: black;
      position: relative; }
    .component.video-player.green .video-wrapper {
      min-height: 310px;
      position: relative; }
      .component.video-player.green .video-wrapper iframe {
        margin: 0;
        padding: 0; }
  .component.video-player.med-black {
    background: white;
    border: 4px solid #060623;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 10px;
    padding: 0;
    position: relative;
    box-shadow: -6px 6px 0 rgba(1, 1, 18, 0.2); }
    .component.video-player.med-black * {
      color: #060623;
      border-color: #060623; }
    .component.video-player.med-black a {
      color: #060623; }
      .component.video-player.med-black a:hover {
        color: #010112; }
    .component.video-player.med-black button:hover {
      color: white; }
    @media (min-width: 670px) {
      .component.video-player.med-black {
        border-left-width: 4px;
        border-right-width: 4px; } }
    .component.video-player.med-black .headline {
      padding: 18px 48px;
      color: #060623;
      border-top: 4px solid #060623;
      font-family: "museo-slab", sans-serif;
      font-size: 27px;
      font-weight: 700;
      line-height: 34px; }
    .component.video-player.med-black .ticker {
      display: block;
      margin-top: -33px;
      position: absolute;
      left: 30px; }
      .component.video-player.med-black .ticker span {
        display: inline-block;
        background: #060623;
        color: white;
        font-size: 13px;
        line-height: 13px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 20px;
        -webkit-font-smoothing: antialiased; }
      .component.video-player.med-black .ticker span {
        padding-left: 37px;
        padding-right: 37px;
        padding-top: 9px;
        padding-bottom: 7px;
        font-size: 13px; }
    .component.video-player.med-black .video-ratio {
      padding: 1px;
      background: black;
      position: relative; }
    .component.video-player.med-black .video-wrapper {
      min-height: 310px;
      position: relative; }
      .component.video-player.med-black .video-wrapper iframe {
        margin: 0;
        padding: 0; }
  .component.video-player.orange {
    background: white;
    border: 4px solid #FF6700;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 10px;
    padding: 0;
    position: relative;
    box-shadow: -6px 6px 0 rgba(209, 84, 0, 0.2); }
    .component.video-player.orange * {
      color: #FF6700;
      border-color: #FF6700; }
    .component.video-player.orange a {
      color: #FF6700; }
      .component.video-player.orange a:hover {
        color: #D15400; }
    .component.video-player.orange button:hover {
      color: white; }
    @media (min-width: 670px) {
      .component.video-player.orange {
        border-left-width: 4px;
        border-right-width: 4px; } }
    .component.video-player.orange .headline {
      padding: 18px 48px;
      color: #FF6700;
      border-top: 4px solid #FF6700;
      font-family: "museo-slab", sans-serif;
      font-size: 27px;
      font-weight: 700;
      line-height: 34px; }
    .component.video-player.orange .ticker {
      display: block;
      margin-top: -33px;
      position: absolute;
      left: 30px; }
      .component.video-player.orange .ticker span {
        display: inline-block;
        background: #FF6700;
        color: white;
        font-size: 13px;
        line-height: 13px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 20px;
        -webkit-font-smoothing: antialiased; }
      .component.video-player.orange .ticker span {
        padding-left: 37px;
        padding-right: 37px;
        padding-top: 9px;
        padding-bottom: 7px;
        font-size: 13px; }
    .component.video-player.orange .video-ratio {
      padding: 1px;
      background: black;
      position: relative; }
    .component.video-player.orange .video-wrapper {
      min-height: 310px;
      position: relative; }
      .component.video-player.orange .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 .show-captions {
    color: #1177FF;
    padding-left: 20px;
    display: block;
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 20px;
    text-align: left;
    width: 60%;
    cursor: pointer;
    z-index: 1; }
    .component.gallery .show-captions a {
      text-decoration: none; }
    @media (min-width: 1010px) {
      .component.gallery .show-captions {
        padding-top: 10px;
        height: auto;
        width: 30%;
        z-index: 1; }
        .component.gallery .show-captions a {
          text-decoration: none; } }
  .component.gallery .show-info {
    height: 0;
    opacity: 0;
    transition: height 1s ease-in-out, opacity 1s ease-in-out;
    overflow: hidden;
    z-index: 1; }
    .component.gallery .show-info.active {
      height: auto;
      opacity: 1;
      float: left; }
  .component.gallery .image-headline {
    color: #FFFFFF;
    padding-left: 20px;
    display: block;
    text-align: left;
    font-size: 21px;
    font-weight: bold; }
  .component.gallery .caption {
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 10px;
    display: block;
    text-align: left;
    font-size: 16px; }
  .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 .credit {
    float: left;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 10px;
    display: block;
    text-align: left;
    font-size: 14px;
    font-style: italic; }
  .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 .show-captions {
      color: #1177FF;
      padding-left: 20px;
      display: block;
      padding-top: 25px;
      padding-bottom: 10px;
      font-size: 20px;
      text-align: left;
      width: 60%;
      cursor: pointer;
      z-index: 1; }
      .component.gallery.red .show-captions a {
        text-decoration: none; }
      @media (min-width: 1010px) {
        .component.gallery.red .show-captions {
          padding-top: 10px;
          height: auto;
          width: 30%;
          z-index: 1; }
          .component.gallery.red .show-captions a {
            text-decoration: none; } }
    .component.gallery.red .show-info {
      height: 0;
      opacity: 0;
      transition: height 1s ease-in-out, opacity 1s ease-in-out;
      overflow: hidden;
      z-index: 1; }
      .component.gallery.red .show-info.active {
        height: auto;
        opacity: 1;
        float: left; }
    .component.gallery.red .image-headline {
      color: #FFFFFF;
      padding-left: 20px;
      display: block;
      text-align: left;
      font-size: 21px;
      font-weight: bold; }
    .component.gallery.red .caption {
      color: #FFFFFF;
      padding-left: 20px;
      padding-right: 10px;
      display: block;
      text-align: left;
      font-size: 16px; }
    .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 .credit {
      float: left;
      color: #FFFFFF;
      padding-left: 20px;
      padding-right: 10px;
      display: block;
      text-align: left;
      font-size: 14px;
      font-style: italic; }
    .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 .show-captions {
      color: #1177FF;
      padding-left: 20px;
      display: block;
      padding-top: 25px;
      padding-bottom: 10px;
      font-size: 20px;
      text-align: left;
      width: 60%;
      cursor: pointer;
      z-index: 1; }
      .component.gallery.dk-blue .show-captions a {
        text-decoration: none; }
      @media (min-width: 1010px) {
        .component.gallery.dk-blue .show-captions {
          padding-top: 10px;
          height: auto;
          width: 30%;
          z-index: 1; }
          .component.gallery.dk-blue .show-captions a {
            text-decoration: none; } }
    .component.gallery.dk-blue .show-info {
      height: 0;
      opacity: 0;
      transition: height 1s ease-in-out, opacity 1s ease-in-out;
      overflow: hidden;
      z-index: 1; }
      .component.gallery.dk-blue .show-info.active {
        height: auto;
        opacity: 1;
        float: left; }
    .component.gallery.dk-blue .image-headline {
      color: #FFFFFF;
      padding-left: 20px;
      display: block;
      text-align: left;
      font-size: 21px;
      font-weight: bold; }
    .component.gallery.dk-blue .caption {
      color: #FFFFFF;
      padding-left: 20px;
      padding-right: 10px;
      display: block;
      text-align: left;
      font-size: 16px; }
    .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 .credit {
      float: left;
      color: #FFFFFF;
      padding-left: 20px;
      padding-right: 10px;
      display: block;
      text-align: left;
      font-size: 14px;
      font-style: italic; }
    .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.gallery.green {
    background: white;
    border: 4px solid #48833C;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 10px;
    padding: 0;
    position: relative;
    box-shadow: -6px 6px 0 rgba(50, 104, 39, 0.2); }
    .component.gallery.green * {
      color: #48833C;
      border-color: #48833C; }
    .component.gallery.green a {
      color: #48833C; }
      .component.gallery.green a:hover {
        color: #326827; }
    .component.gallery.green button:hover {
      color: white; }
    @media (min-width: 670px) {
      .component.gallery.green {
        border-left-width: 4px;
        border-right-width: 4px; } }
    .component.gallery.green img {
      border: none; }
    .component.gallery.green .show-captions {
      color: #1177FF;
      padding-left: 20px;
      display: block;
      padding-top: 25px;
      padding-bottom: 10px;
      font-size: 20px;
      text-align: left;
      width: 60%;
      cursor: pointer;
      z-index: 1; }
      .component.gallery.green .show-captions a {
        text-decoration: none; }
      @media (min-width: 1010px) {
        .component.gallery.green .show-captions {
          padding-top: 10px;
          height: auto;
          width: 30%;
          z-index: 1; }
          .component.gallery.green .show-captions a {
            text-decoration: none; } }
    .component.gallery.green .show-info {
      height: 0;
      opacity: 0;
      transition: height 1s ease-in-out, opacity 1s ease-in-out;
      overflow: hidden;
      z-index: 1; }
      .component.gallery.green .show-info.active {
        height: auto;
        opacity: 1;
        float: left; }
    .component.gallery.green .image-headline {
      color: #FFFFFF;
      padding-left: 20px;
      display: block;
      text-align: left;
      font-size: 21px;
      font-weight: bold; }
    .component.gallery.green .caption {
      color: #FFFFFF;
      padding-left: 20px;
      padding-right: 10px;
      display: block;
      text-align: left;
      font-size: 16px; }
    .component.gallery.green .headline {
      padding: 18px 48px;
      color: #48833C;
      border-top: 4px solid #48833C;
      font-family: "museo-slab", sans-serif;
      font-size: 27px;
      font-weight: 700; }
    .component.gallery.green .credit {
      float: left;
      color: #FFFFFF;
      padding-left: 20px;
      padding-right: 10px;
      display: block;
      text-align: left;
      font-size: 14px;
      font-style: italic; }
    .component.gallery.green .ticker {
      display: block;
      margin-top: -33px;
      position: absolute;
      left: 30px; }
      .component.gallery.green .ticker span {
        display: inline-block;
        background: #48833C;
        color: white;
        font-size: 13px;
        line-height: 13px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 20px;
        -webkit-font-smoothing: antialiased; }
      .component.gallery.green .ticker span {
        padding-left: 37px;
        padding-right: 37px;
        padding-top: 9px;
        padding-bottom: 7px;
        font-size: 13px; }
  .component.gallery.med-black {
    background: white;
    border: 4px solid #060623;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 10px;
    padding: 0;
    position: relative;
    box-shadow: -6px 6px 0 rgba(1, 1, 18, 0.2); }
    .component.gallery.med-black * {
      color: #060623;
      border-color: #060623; }
    .component.gallery.med-black a {
      color: #060623; }
      .component.gallery.med-black a:hover {
        color: #010112; }
    .component.gallery.med-black button:hover {
      color: white; }
    @media (min-width: 670px) {
      .component.gallery.med-black {
        border-left-width: 4px;
        border-right-width: 4px; } }
    .component.gallery.med-black img {
      border: none; }
    .component.gallery.med-black .show-captions {
      color: #1177FF;
      padding-left: 20px;
      display: block;
      padding-top: 25px;
      padding-bottom: 10px;
      font-size: 20px;
      text-align: left;
      width: 60%;
      cursor: pointer;
      z-index: 1; }
      .component.gallery.med-black .show-captions a {
        text-decoration: none; }
      @media (min-width: 1010px) {
        .component.gallery.med-black .show-captions {
          padding-top: 10px;
          height: auto;
          width: 30%;
          z-index: 1; }
          .component.gallery.med-black .show-captions a {
            text-decoration: none; } }
    .component.gallery.med-black .show-info {
      height: 0;
      opacity: 0;
      transition: height 1s ease-in-out, opacity 1s ease-in-out;
      overflow: hidden;
      z-index: 1; }
      .component.gallery.med-black .show-info.active {
        height: auto;
        opacity: 1;
        float: left; }
    .component.gallery.med-black .image-headline {
      color: #FFFFFF;
      padding-left: 20px;
      display: block;
      text-align: left;
      font-size: 21px;
      font-weight: bold; }
    .component.gallery.med-black .caption {
      color: #FFFFFF;
      padding-left: 20px;
      padding-right: 10px;
      display: block;
      text-align: left;
      font-size: 16px; }
    .component.gallery.med-black .headline {
      padding: 18px 48px;
      color: #060623;
      border-top: 4px solid #060623;
      font-family: "museo-slab", sans-serif;
      font-size: 27px;
      font-weight: 700; }
    .component.gallery.med-black .credit {
      float: left;
      color: #FFFFFF;
      padding-left: 20px;
      padding-right: 10px;
      display: block;
      text-align: left;
      font-size: 14px;
      font-style: italic; }
    .component.gallery.med-black .ticker {
      display: block;
      margin-top: -33px;
      position: absolute;
      left: 30px; }
      .component.gallery.med-black .ticker span {
        display: inline-block;
        background: #060623;
        color: white;
        font-size: 13px;
        line-height: 13px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 20px;
        -webkit-font-smoothing: antialiased; }
      .component.gallery.med-black .ticker span {
        padding-left: 37px;
        padding-right: 37px;
        padding-top: 9px;
        padding-bottom: 7px;
        font-size: 13px; }
  .component.gallery.orange {
    background: white;
    border: 4px solid #FF6700;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 10px;
    padding: 0;
    position: relative;
    box-shadow: -6px 6px 0 rgba(209, 84, 0, 0.2); }
    .component.gallery.orange * {
      color: #FF6700;
      border-color: #FF6700; }
    .component.gallery.orange a {
      color: #FF6700; }
      .component.gallery.orange a:hover {
        color: #D15400; }
    .component.gallery.orange button:hover {
      color: white; }
    @media (min-width: 670px) {
      .component.gallery.orange {
        border-left-width: 4px;
        border-right-width: 4px; } }
    .component.gallery.orange img {
      border: none; }
    .component.gallery.orange .show-captions {
      color: #1177FF;
      padding-left: 20px;
      display: block;
      padding-top: 25px;
      padding-bottom: 10px;
      font-size: 20px;
      text-align: left;
      width: 60%;
      cursor: pointer;
      z-index: 1; }
      .component.gallery.orange .show-captions a {
        text-decoration: none; }
      @media (min-width: 1010px) {
        .component.gallery.orange .show-captions {
          padding-top: 10px;
          height: auto;
          width: 30%;
          z-index: 1; }
          .component.gallery.orange .show-captions a {
            text-decoration: none; } }
    .component.gallery.orange .show-info {
      height: 0;
      opacity: 0;
      transition: height 1s ease-in-out, opacity 1s ease-in-out;
      overflow: hidden;
      z-index: 1; }
      .component.gallery.orange .show-info.active {
        height: auto;
        opacity: 1;
        float: left; }
    .component.gallery.orange .image-headline {
      color: #FFFFFF;
      padding-left: 20px;
      display: block;
      text-align: left;
      font-size: 21px;
      font-weight: bold; }
    .component.gallery.orange .caption {
      color: #FFFFFF;
      padding-left: 20px;
      padding-right: 10px;
      display: block;
      text-align: left;
      font-size: 16px; }
    .component.gallery.orange .headline {
      padding: 18px 48px;
      color: #FF6700;
      border-top: 4px solid #FF6700;
      font-family: "museo-slab", sans-serif;
      font-size: 27px;
      font-weight: 700; }
    .component.gallery.orange .credit {
      float: left;
      color: #FFFFFF;
      padding-left: 20px;
      padding-right: 10px;
      display: block;
      text-align: left;
      font-size: 14px;
      font-style: italic; }
    .component.gallery.orange .ticker {
      display: block;
      margin-top: -33px;
      position: absolute;
      left: 30px; }
      .component.gallery.orange .ticker span {
        display: inline-block;
        background: #FF6700;
        color: white;
        font-size: 13px;
        line-height: 13px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 20px;
        -webkit-font-smoothing: antialiased; }
      .component.gallery.orange .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.subscribe-box.green {
    background: white;
    border: 4px solid #48833C;
    padding: 18px 25px;
    padding-top: 50px;
    position: relative;
    box-shadow: -6px 6px 0 rgba(50, 104, 39, 0.2); }
    .component.subscribe-box.green * {
      color: #48833C;
      border-color: #48833C; }
    .component.subscribe-box.green a {
      color: #48833C; }
      .component.subscribe-box.green a:hover {
        color: #326827; }
    .component.subscribe-box.green button:hover {
      color: white; }
    .component.subscribe-box.green h3 {
      position: absolute;
      top: 0;
      left: 0;
      color: white;
      text-transform: uppercase;
      background: #48833C;
      width: 100%;
      text-align: center;
      padding-bottom: 0;
      font-size: 16px; }
    .component.subscribe-box.green img {
      position: relative;
      box-shadow: -6px 6px 0 rgba(50, 104, 39, 0.2);
      margin: 0 auto;
      display: block;
      margin-bottom: 20px; }
    .component.subscribe-box.green button {
      font-size: 19px;
      margin-bottom: 15px; }
      .component.subscribe-box.green button:last-child {
        margin-bottom: 10px; }
  .component.subscribe-box.med-black {
    background: white;
    border: 4px solid #060623;
    padding: 18px 25px;
    padding-top: 50px;
    position: relative;
    box-shadow: -6px 6px 0 rgba(1, 1, 18, 0.2); }
    .component.subscribe-box.med-black * {
      color: #060623;
      border-color: #060623; }
    .component.subscribe-box.med-black a {
      color: #060623; }
      .component.subscribe-box.med-black a:hover {
        color: #010112; }
    .component.subscribe-box.med-black button:hover {
      color: white; }
    .component.subscribe-box.med-black h3 {
      position: absolute;
      top: 0;
      left: 0;
      color: white;
      text-transform: uppercase;
      background: #060623;
      width: 100%;
      text-align: center;
      padding-bottom: 0;
      font-size: 16px; }
    .component.subscribe-box.med-black img {
      position: relative;
      box-shadow: -6px 6px 0 rgba(1, 1, 18, 0.2);
      margin: 0 auto;
      display: block;
      margin-bottom: 20px; }
    .component.subscribe-box.med-black button {
      font-size: 19px;
      margin-bottom: 15px; }
      .component.subscribe-box.med-black button:last-child {
        margin-bottom: 10px; }
  .component.subscribe-box.orange {
    background: white;
    border: 4px solid #FF6700;
    padding: 18px 25px;
    padding-top: 50px;
    position: relative;
    box-shadow: -6px 6px 0 rgba(209, 84, 0, 0.2); }
    .component.subscribe-box.orange * {
      color: #FF6700;
      border-color: #FF6700; }
    .component.subscribe-box.orange a {
      color: #FF6700; }
      .component.subscribe-box.orange a:hover {
        color: #D15400; }
    .component.subscribe-box.orange button:hover {
      color: white; }
    .component.subscribe-box.orange h3 {
      position: absolute;
      top: 0;
      left: 0;
      color: white;
      text-transform: uppercase;
      background: #FF6700;
      width: 100%;
      text-align: center;
      padding-bottom: 0;
      font-size: 16px; }
    .component.subscribe-box.orange img {
      position: relative;
      box-shadow: -6px 6px 0 rgba(209, 84, 0, 0.2);
      margin: 0 auto;
      display: block;
      margin-bottom: 20px; }
    .component.subscribe-box.orange button {
      font-size: 19px;
      margin-bottom: 15px; }
      .component.subscribe-box.orange button:last-child {
        margin-bottom: 10px; }

.component.scores-box {
  background: #2785d7;
  color: black;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1010px) {
    .component.scores-box {
      position: relative;
      box-shadow: -6px 6px 0 rgba(0, 96, 180, 0.2);
      max-width: 579px; } }
  @media (min-width: 670px) {
    .component.scores-box {
      width: calc(100% + 2px); } }
  .component.scores-box .game {
    color: white;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    text-transform: uppercase;
    padding: 10px 21px 6px; }
  .component.scores-box .inner {
    min-height: 136px;
    position: relative;
    background: white;
    border: 4px solid #2785d7;
    border-top: none; }
  .component.scores-box .team {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d0d0d0; }
    @media (min-width: 360px) {
      .component.scores-box .team {
        width: calc(100% - 100px); } }
    .component.scores-box .team:last-child {
      border-bottom: none; }
    .component.scores-box .team .logo {
      width: 75px;
      display: block;
      padding: 5px;
      border: 10px solid #2785d7;
      border-top: 5px solid #2785d7;
      border-bottom: 5px solid #2785d7; }
    .component.scores-box .team .name, .component.scores-box .team .score {
      position: absolute;
      left: 107px;
      top: 23px;
      font-size: 20px;
      line-height: 25px;
      font-weight: bold; }
    .component.scores-box .team .score {
      left: auto;
      right: 9px; }
  .component.scores-box .status {
    display: none;
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 53px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300; }
    @media (min-width: 360px) {
      .component.scores-box .status {
        display: block; } }
  .component.scores-box.red {
    background: #e81c40;
    color: black;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1010px) {
      .component.scores-box.red {
        position: relative;
        box-shadow: -6px 6px 0 rgba(165, 0, 29, 0.2);
        max-width: 579px; } }
    @media (min-width: 670px) {
      .component.scores-box.red {
        width: calc(100% + 2px); } }
    .component.scores-box.red .game {
      color: white;
      font-size: 13px;
      font-weight: bold;
      line-height: 15px;
      text-transform: uppercase;
      padding: 10px 21px 6px; }
    .component.scores-box.red .inner {
      min-height: 136px;
      position: relative;
      background: white;
      border: 4px solid #e81c40;
      border-top: none; }
    .component.scores-box.red .team {
      width: 100%;
      position: relative;
      border-bottom: 2px solid #d0d0d0; }
      @media (min-width: 360px) {
        .component.scores-box.red .team {
          width: calc(100% - 100px); } }
      .component.scores-box.red .team:last-child {
        border-bottom: none; }
      .component.scores-box.red .team .logo {
        width: 75px;
        display: block;
        padding: 5px;
        border: 10px solid #e81c40;
        border-top: 5px solid #e81c40;
        border-bottom: 5px solid #e81c40; }
      .component.scores-box.red .team .name, .component.scores-box.red .team .score {
        position: absolute;
        left: 107px;
        top: 23px;
        font-size: 20px;
        line-height: 25px;
        font-weight: bold; }
      .component.scores-box.red .team .score {
        left: auto;
        right: 9px; }
    .component.scores-box.red .status {
      display: none;
      width: 100px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 53px;
      font-size: 13px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 300; }
      @media (min-width: 360px) {
        .component.scores-box.red .status {
          display: block; } }
  .component.scores-box.dk-blue {
    background: #262666;
    color: black;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1010px) {
      .component.scores-box.dk-blue {
        position: relative;
        box-shadow: -6px 6px 0 rgba(0, 0, 67, 0.2);
        max-width: 579px; } }
    @media (min-width: 670px) {
      .component.scores-box.dk-blue {
        width: calc(100% + 2px); } }
    .component.scores-box.dk-blue .game {
      color: white;
      font-size: 13px;
      font-weight: bold;
      line-height: 15px;
      text-transform: uppercase;
      padding: 10px 21px 6px; }
    .component.scores-box.dk-blue .inner {
      min-height: 136px;
      position: relative;
      background: white;
      border: 4px solid #262666;
      border-top: none; }
    .component.scores-box.dk-blue .team {
      width: 100%;
      position: relative;
      border-bottom: 2px solid #d0d0d0; }
      @media (min-width: 360px) {
        .component.scores-box.dk-blue .team {
          width: calc(100% - 100px); } }
      .component.scores-box.dk-blue .team:last-child {
        border-bottom: none; }
      .component.scores-box.dk-blue .team .logo {
        width: 75px;
        display: block;
        padding: 5px;
        border: 10px solid #262666;
        border-top: 5px solid #262666;
        border-bottom: 5px solid #262666; }
      .component.scores-box.dk-blue .team .name, .component.scores-box.dk-blue .team .score {
        position: absolute;
        left: 107px;
        top: 23px;
        font-size: 20px;
        line-height: 25px;
        font-weight: bold; }
      .component.scores-box.dk-blue .team .score {
        left: auto;
        right: 9px; }
    .component.scores-box.dk-blue .status {
      display: none;
      width: 100px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 53px;
      font-size: 13px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 300; }
      @media (min-width: 360px) {
        .component.scores-box.dk-blue .status {
          display: block; } }
  .component.scores-box.green {
    background: #48833C;
    color: black;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1010px) {
      .component.scores-box.green {
        position: relative;
        box-shadow: -6px 6px 0 rgba(50, 104, 39, 0.2);
        max-width: 579px; } }
    @media (min-width: 670px) {
      .component.scores-box.green {
        width: calc(100% + 2px); } }
    .component.scores-box.green .game {
      color: white;
      font-size: 13px;
      font-weight: bold;
      line-height: 15px;
      text-transform: uppercase;
      padding: 10px 21px 6px; }
    .component.scores-box.green .inner {
      min-height: 136px;
      position: relative;
      background: white;
      border: 4px solid #48833C;
      border-top: none; }
    .component.scores-box.green .team {
      width: 100%;
      position: relative;
      border-bottom: 2px solid #d0d0d0; }
      @media (min-width: 360px) {
        .component.scores-box.green .team {
          width: calc(100% - 100px); } }
      .component.scores-box.green .team:last-child {
        border-bottom: none; }
      .component.scores-box.green .team .logo {
        width: 75px;
        display: block;
        padding: 5px;
        border: 10px solid #48833C;
        border-top: 5px solid #48833C;
        border-bottom: 5px solid #48833C; }
      .component.scores-box.green .team .name, .component.scores-box.green .team .score {
        position: absolute;
        left: 107px;
        top: 23px;
        font-size: 20px;
        line-height: 25px;
        font-weight: bold; }
      .component.scores-box.green .team .score {
        left: auto;
        right: 9px; }
    .component.scores-box.green .status {
      display: none;
      width: 100px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 53px;
      font-size: 13px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 300; }
      @media (min-width: 360px) {
        .component.scores-box.green .status {
          display: block; } }
  .component.scores-box.med-black {
    background: #060623;
    color: black;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1010px) {
      .component.scores-box.med-black {
        position: relative;
        box-shadow: -6px 6px 0 rgba(1, 1, 18, 0.2);
        max-width: 579px; } }
    @media (min-width: 670px) {
      .component.scores-box.med-black {
        width: calc(100% + 2px); } }
    .component.scores-box.med-black .game {
      color: white;
      font-size: 13px;
      font-weight: bold;
      line-height: 15px;
      text-transform: uppercase;
      padding: 10px 21px 6px; }
    .component.scores-box.med-black .inner {
      min-height: 136px;
      position: relative;
      background: white;
      border: 4px solid #060623;
      border-top: none; }
    .component.scores-box.med-black .team {
      width: 100%;
      position: relative;
      border-bottom: 2px solid #d0d0d0; }
      @media (min-width: 360px) {
        .component.scores-box.med-black .team {
          width: calc(100% - 100px); } }
      .component.scores-box.med-black .team:last-child {
        border-bottom: none; }
      .component.scores-box.med-black .team .logo {
        width: 75px;
        display: block;
        padding: 5px;
        border: 10px solid #060623;
        border-top: 5px solid #060623;
        border-bottom: 5px solid #060623; }
      .component.scores-box.med-black .team .name, .component.scores-box.med-black .team .score {
        position: absolute;
        left: 107px;
        top: 23px;
        font-size: 20px;
        line-height: 25px;
        font-weight: bold; }
      .component.scores-box.med-black .team .score {
        left: auto;
        right: 9px; }
    .component.scores-box.med-black .status {
      display: none;
      width: 100px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 53px;
      font-size: 13px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 300; }
      @media (min-width: 360px) {
        .component.scores-box.med-black .status {
          display: block; } }
  .component.scores-box.orange {
    background: #FF6700;
    color: black;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1010px) {
      .component.scores-box.orange {
        position: relative;
        box-shadow: -6px 6px 0 rgba(209, 84, 0, 0.2);
        max-width: 579px; } }
    @media (min-width: 670px) {
      .component.scores-box.orange {
        width: calc(100% + 2px); } }
    .component.scores-box.orange .game {
      color: white;
      font-size: 13px;
      font-weight: bold;
      line-height: 15px;
      text-transform: uppercase;
      padding: 10px 21px 6px; }
    .component.scores-box.orange .inner {
      min-height: 136px;
      position: relative;
      background: white;
      border: 4px solid #FF6700;
      border-top: none; }
    .component.scores-box.orange .team {
      width: 100%;
      position: relative;
      border-bottom: 2px solid #d0d0d0; }
      @media (min-width: 360px) {
        .component.scores-box.orange .team {
          width: calc(100% - 100px); } }
      .component.scores-box.orange .team:last-child {
        border-bottom: none; }
      .component.scores-box.orange .team .logo {
        width: 75px;
        display: block;
        padding: 5px;
        border: 10px solid #FF6700;
        border-top: 5px solid #FF6700;
        border-bottom: 5px solid #FF6700; }
      .component.scores-box.orange .team .name, .component.scores-box.orange .team .score {
        position: absolute;
        left: 107px;
        top: 23px;
        font-size: 20px;
        line-height: 25px;
        font-weight: bold; }
      .component.scores-box.orange .team .score {
        left: auto;
        right: 9px; }
    .component.scores-box.orange .status {
      display: none;
      width: 100px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 53px;
      font-size: 13px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 300; }
      @media (min-width: 360px) {
        .component.scores-box.orange .status {
          display: block; } }

.component.form {
  border: 4px solid #2785d7;
  margin: 20px 10px; }
  .component.form.skoty {
    margin: 0px 10px; }
    .component.form.skoty p {
      padding-top: 5px;
      padding-bottom: 5px; }
  .component.form .skoty_headline {
    color: #2785d7;
    font-family: "museo-sans", sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 34px; }
  .component.form .skoty-para1 {
    font-family: "museo-sans", sans-serif;
    font-size: 20px;
    font-weight: 600; }
  .component.form .skoty-para2 {
    font-family: "museo-sans", sans-serif;
    font-size: 15px; }
    .component.form .skoty-para2 p {
      padding-top: 0px;
      padding-bottom: 0px; }
  .component.form .skoty-checkbox-text {
    position: relative;
    top: -20px;
    left: 30px; }
  @media (min-width: 1010px) {
    .component.form {
      position: relative;
      box-shadow: -6px 6px 0 rgba(0, 96, 180, 0.2); } }
  .component.form h1 {
    color: white;
    background: #2785d7;
    padding: 10px 20px; }
  .component.form p {
    padding-top: 10px;
    padding-bottom: 10px; }
  .component.form ul {
    list-style: disc;
    margin-left: 21px; }
  .component.form img {
    max-width: 100%;
    display: block; }
  .component.form input:not(.button), .component.form textarea, .component.form select {
    border: 4px solid #d0d0d0;
    outline: none;
    font-size: 24px;
    padding: 10px;
    margin-bottom: 20px;
    display: block;
    min-width: 50%;
    border-radius: 0;
    background: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .component.form input:not(.button).is-required, .component.form textarea.is-required, .component.form select.is-required {
      border-color: #e81c40; }
    .component.form input:not(.button):focus, .component.form textarea:focus, .component.form select:focus {
      border-color: #2785d7; }
    .component.form input:not(.button).skoty_checkbox, .component.form textarea.skoty_checkbox, .component.form select.skoty_checkbox {
      margin-top: 0px;
      margin-bottom: 0px;
      min-width: 0;
      -webkit-appearance: checkbox; }
  .component.form textarea {
    width: 100%;
    min-height: 160px; }
  .component.form label {
    display: block;
    font-size: 19px;
    font-weight: bold;
    padding: 5px 2px; }
  .component.form aside {
    padding-top: 20px;
    font-size: 14px;
    line-height: 16px;
    max-width: 500px; }
  .component.form .divider {
    width: 100%;
    border-bottom: 2px solid #d0d0d0;
    margin-bottom: 40px; }
  .component.form .skoty-divider {
    width: 100%;
    border-bottom: 2px solid #d0d0d0;
    margin-top: 15px;
    margin-bottom: 15px; }
  .component.form .inner {
    padding: 20px; }
  .component.form .button {
    color: #2785d7;
    max-width: 200px;
    display: block;
    margin-left: 8px; }
    .component.form .button:hover, .component.form .button:active {
      color: white; }
    .component.form .button.alone-left {
      float: left;
      margin-top: -69px;
      text-align: center; }
    .component.form .button.alone-right {
      float: left;
      text-align: center;
      margin-top: -69px;
      margin-left: 265px; }
  .component.form.red {
    border: 4px solid #e81c40;
    margin: 20px 10px; }
    .component.form.red.skoty {
      margin: 0px 10px; }
      .component.form.red.skoty p {
        padding-top: 5px;
        padding-bottom: 5px; }
    .component.form.red .skoty_headline {
      color: #e81c40;
      font-family: "museo-sans", sans-serif;
      font-size: 25px;
      font-weight: bold;
      line-height: 34px; }
    .component.form.red .skoty-para1 {
      font-family: "museo-sans", sans-serif;
      font-size: 20px;
      font-weight: 600; }
    .component.form.red .skoty-para2 {
      font-family: "museo-sans", sans-serif;
      font-size: 15px; }
      .component.form.red .skoty-para2 p {
        padding-top: 0px;
        padding-bottom: 0px; }
    .component.form.red .skoty-checkbox-text {
      position: relative;
      top: -20px;
      left: 30px; }
    @media (min-width: 1010px) {
      .component.form.red {
        position: relative;
        box-shadow: -6px 6px 0 rgba(165, 0, 29, 0.2); } }
    .component.form.red h1 {
      color: white;
      background: #e81c40;
      padding: 10px 20px; }
    .component.form.red p {
      padding-top: 10px;
      padding-bottom: 10px; }
    .component.form.red ul {
      list-style: disc;
      margin-left: 21px; }
    .component.form.red img {
      max-width: 100%;
      display: block; }
    .component.form.red input:not(.button), .component.form.red textarea, .component.form.red select {
      border: 4px solid #d0d0d0;
      outline: none;
      font-size: 24px;
      padding: 10px;
      margin-bottom: 20px;
      display: block;
      min-width: 50%;
      border-radius: 0;
      background: white;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .component.form.red input:not(.button).is-required, .component.form.red textarea.is-required, .component.form.red select.is-required {
        border-color: #e81c40; }
      .component.form.red input:not(.button):focus, .component.form.red textarea:focus, .component.form.red select:focus {
        border-color: #e81c40; }
      .component.form.red input:not(.button).skoty_checkbox, .component.form.red textarea.skoty_checkbox, .component.form.red select.skoty_checkbox {
        margin-top: 0px;
        margin-bottom: 0px;
        min-width: 0;
        -webkit-appearance: checkbox; }
    .component.form.red textarea {
      width: 100%;
      min-height: 160px; }
    .component.form.red label {
      display: block;
      font-size: 19px;
      font-weight: bold;
      padding: 5px 2px; }
    .component.form.red aside {
      padding-top: 20px;
      font-size: 14px;
      line-height: 16px;
      max-width: 500px; }
    .component.form.red .divider {
      width: 100%;
      border-bottom: 2px solid #d0d0d0;
      margin-bottom: 40px; }
    .component.form.red .skoty-divider {
      width: 100%;
      border-bottom: 2px solid #d0d0d0;
      margin-top: 15px;
      margin-bottom: 15px; }
    .component.form.red .inner {
      padding: 20px; }
    .component.form.red .button {
      color: #e81c40;
      max-width: 200px;
      display: block;
      margin-left: 8px; }
      .component.form.red .button:hover, .component.form.red .button:active {
        color: white; }
      .component.form.red .button.alone-left {
        float: left;
        margin-top: -69px;
        text-align: center; }
      .component.form.red .button.alone-right {
        float: left;
        text-align: center;
        margin-top: -69px;
        margin-left: 265px; }
  .component.form.dk-blue {
    border: 4px solid #262666;
    margin: 20px 10px; }
    .component.form.dk-blue.skoty {
      margin: 0px 10px; }
      .component.form.dk-blue.skoty p {
        padding-top: 5px;
        padding-bottom: 5px; }
    .component.form.dk-blue .skoty_headline {
      color: #262666;
      font-family: "museo-sans", sans-serif;
      font-size: 25px;
      font-weight: bold;
      line-height: 34px; }
    .component.form.dk-blue .skoty-para1 {
      font-family: "museo-sans", sans-serif;
      font-size: 20px;
      font-weight: 600; }
    .component.form.dk-blue .skoty-para2 {
      font-family: "museo-sans", sans-serif;
      font-size: 15px; }
      .component.form.dk-blue .skoty-para2 p {
        padding-top: 0px;
        padding-bottom: 0px; }
    .component.form.dk-blue .skoty-checkbox-text {
      position: relative;
      top: -20px;
      left: 30px; }
    @media (min-width: 1010px) {
      .component.form.dk-blue {
        position: relative;
        box-shadow: -6px 6px 0 rgba(0, 0, 67, 0.2); } }
    .component.form.dk-blue h1 {
      color: white;
      background: #262666;
      padding: 10px 20px; }
    .component.form.dk-blue p {
      padding-top: 10px;
      padding-bottom: 10px; }
    .component.form.dk-blue ul {
      list-style: disc;
      margin-left: 21px; }
    .component.form.dk-blue img {
      max-width: 100%;
      display: block; }
    .component.form.dk-blue input:not(.button), .component.form.dk-blue textarea, .component.form.dk-blue select {
      border: 4px solid #d0d0d0;
      outline: none;
      font-size: 24px;
      padding: 10px;
      margin-bottom: 20px;
      display: block;
      min-width: 50%;
      border-radius: 0;
      background: white;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .component.form.dk-blue input:not(.button).is-required, .component.form.dk-blue textarea.is-required, .component.form.dk-blue select.is-required {
        border-color: #e81c40; }
      .component.form.dk-blue input:not(.button):focus, .component.form.dk-blue textarea:focus, .component.form.dk-blue select:focus {
        border-color: #262666; }
      .component.form.dk-blue input:not(.button).skoty_checkbox, .component.form.dk-blue textarea.skoty_checkbox, .component.form.dk-blue select.skoty_checkbox {
        margin-top: 0px;
        margin-bottom: 0px;
        min-width: 0;
        -webkit-appearance: checkbox; }
    .component.form.dk-blue textarea {
      width: 100%;
      min-height: 160px; }
    .component.form.dk-blue label {
      display: block;
      font-size: 19px;
      font-weight: bold;
      padding: 5px 2px; }
    .component.form.dk-blue aside {
      padding-top: 20px;
      font-size: 14px;
      line-height: 16px;
      max-width: 500px; }
    .component.form.dk-blue .divider {
      width: 100%;
      border-bottom: 2px solid #d0d0d0;
      margin-bottom: 40px; }
    .component.form.dk-blue .skoty-divider {
      width: 100%;
      border-bottom: 2px solid #d0d0d0;
      margin-top: 15px;
      margin-bottom: 15px; }
    .component.form.dk-blue .inner {
      padding: 20px; }
    .component.form.dk-blue .button {
      color: #262666;
      max-width: 200px;
      display: block;
      margin-left: 8px; }
      .component.form.dk-blue .button:hover, .component.form.dk-blue .button:active {
        color: white; }
      .component.form.dk-blue .button.alone-left {
        float: left;
        margin-top: -69px;
        text-align: center; }
      .component.form.dk-blue .button.alone-right {
        float: left;
        text-align: center;
        margin-top: -69px;
        margin-left: 265px; }
  .component.form.green {
    border: 4px solid #48833C;
    margin: 20px 10px; }
    .component.form.green.skoty {
      margin: 0px 10px; }
      .component.form.green.skoty p {
        padding-top: 5px;
        padding-bottom: 5px; }
    .component.form.green .skoty_headline {
      color: #48833C;
      font-family: "museo-sans", sans-serif;
      font-size: 25px;
      font-weight: bold;
      line-height: 34px; }
    .component.form.green .skoty-para1 {
      font-family: "museo-sans", sans-serif;
      font-size: 20px;
      font-weight: 600; }
    .component.form.green .skoty-para2 {
      font-family: "museo-sans", sans-serif;
      font-size: 15px; }
      .component.form.green .skoty-para2 p {
        padding-top: 0px;
        padding-bottom: 0px; }
    .component.form.green .skoty-checkbox-text {
      position: relative;
      top: -20px;
      left: 30px; }
    @media (min-width: 1010px) {
      .component.form.green {
        position: relative;
        box-shadow: -6px 6px 0 rgba(50, 104, 39, 0.2); } }
    .component.form.green h1 {
      color: white;
      background: #48833C;
      padding: 10px 20px; }
    .component.form.green p {
      padding-top: 10px;
      padding-bottom: 10px; }
    .component.form.green ul {
      list-style: disc;
      margin-left: 21px; }
    .component.form.green img {
      max-width: 100%;
      display: block; }
    .component.form.green input:not(.button), .component.form.green textarea, .component.form.green select {
      border: 4px solid #d0d0d0;
      outline: none;
      font-size: 24px;
      padding: 10px;
      margin-bottom: 20px;
      display: block;
      min-width: 50%;
      border-radius: 0;
      background: white;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .component.form.green input:not(.button).is-required, .component.form.green textarea.is-required, .component.form.green select.is-required {
        border-color: #e81c40; }
      .component.form.green input:not(.button):focus, .component.form.green textarea:focus, .component.form.green select:focus {
        border-color: #48833C; }
      .component.form.green input:not(.button).skoty_checkbox, .component.form.green textarea.skoty_checkbox, .component.form.green select.skoty_checkbox {
        margin-top: 0px;
        margin-bottom: 0px;
        min-width: 0;
        -webkit-appearance: checkbox; }
    .component.form.green textarea {
      width: 100%;
      min-height: 160px; }
    .component.form.green label {
      display: block;
      font-size: 19px;
      font-weight: bold;
      padding: 5px 2px; }
    .component.form.green aside {
      padding-top: 20px;
      font-size: 14px;
      line-height: 16px;
      max-width: 500px; }
    .component.form.green .divider {
      width: 100%;
      border-bottom: 2px solid #d0d0d0;
      margin-bottom: 40px; }
    .component.form.green .skoty-divider {
      width: 100%;
      border-bottom: 2px solid #d0d0d0;
      margin-top: 15px;
      margin-bottom: 15px; }
    .component.form.green .inner {
      padding: 20px; }
    .component.form.green .button {
      color: #48833C;
      max-width: 200px;
      display: block;
      margin-left: 8px; }
      .component.form.green .button:hover, .component.form.green .button:active {
        color: white; }
      .component.form.green .button.alone-left {
        float: left;
        margin-top: -69px;
        text-align: center; }
      .component.form.green .button.alone-right {
        float: left;
        text-align: center;
        margin-top: -69px;
        margin-left: 265px; }
  .component.form.med-black {
    border: 4px solid #060623;
    margin: 20px 10px; }
    .component.form.med-black.skoty {
      margin: 0px 10px; }
      .component.form.med-black.skoty p {
        padding-top: 5px;
        padding-bottom: 5px; }
    .component.form.med-black .skoty_headline {
      color: #060623;
      font-family: "museo-sans", sans-serif;
      font-size: 25px;
      font-weight: bold;
      line-height: 34px; }
    .component.form.med-black .skoty-para1 {
      font-family: "museo-sans", sans-serif;
      font-size: 20px;
      font-weight: 600; }
    .component.form.med-black .skoty-para2 {
      font-family: "museo-sans", sans-serif;
      font-size: 15px; }
      .component.form.med-black .skoty-para2 p {
        padding-top: 0px;
        padding-bottom: 0px; }
    .component.form.med-black .skoty-checkbox-text {
      position: relative;
      top: -20px;
      left: 30px; }
    @media (min-width: 1010px) {
      .component.form.med-black {
        position: relative;
        box-shadow: -6px 6px 0 rgba(1, 1, 18, 0.2); } }
    .component.form.med-black h1 {
      color: white;
      background: #060623;
      padding: 10px 20px; }
    .component.form.med-black p {
      padding-top: 10px;
      padding-bottom: 10px; }
    .component.form.med-black ul {
      list-style: disc;
      margin-left: 21px; }
    .component.form.med-black img {
      max-width: 100%;
      display: block; }
    .component.form.med-black input:not(.button), .component.form.med-black textarea, .component.form.med-black select {
      border: 4px solid #d0d0d0;
      outline: none;
      font-size: 24px;
      padding: 10px;
      margin-bottom: 20px;
      display: block;
      min-width: 50%;
      border-radius: 0;
      background: white;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .component.form.med-black input:not(.button).is-required, .component.form.med-black textarea.is-required, .component.form.med-black select.is-required {
        border-color: #e81c40; }
      .component.form.med-black input:not(.button):focus, .component.form.med-black textarea:focus, .component.form.med-black select:focus {
        border-color: #060623; }
      .component.form.med-black input:not(.button).skoty_checkbox, .component.form.med-black textarea.skoty_checkbox, .component.form.med-black select.skoty_checkbox {
        margin-top: 0px;
        margin-bottom: 0px;
        min-width: 0;
        -webkit-appearance: checkbox; }
    .component.form.med-black textarea {
      width: 100%;
      min-height: 160px; }
    .component.form.med-black label {
      display: block;
      font-size: 19px;
      font-weight: bold;
      padding: 5px 2px; }
    .component.form.med-black aside {
      padding-top: 20px;
      font-size: 14px;
      line-height: 16px;
      max-width: 500px; }
    .component.form.med-black .divider {
      width: 100%;
      border-bottom: 2px solid #d0d0d0;
      margin-bottom: 40px; }
    .component.form.med-black .skoty-divider {
      width: 100%;
      border-bottom: 2px solid #d0d0d0;
      margin-top: 15px;
      margin-bottom: 15px; }
    .component.form.med-black .inner {
      padding: 20px; }
    .component.form.med-black .button {
      color: #060623;
      max-width: 200px;
      display: block;
      margin-left: 8px; }
      .component.form.med-black .button:hover, .component.form.med-black .button:active {
        color: white; }
      .component.form.med-black .button.alone-left {
        float: left;
        margin-top: -69px;
        text-align: center; }
      .component.form.med-black .button.alone-right {
        float: left;
        text-align: center;
        margin-top: -69px;
        margin-left: 265px; }
  .component.form.orange {
    border: 4px solid #FF6700;
    margin: 20px 10px; }
    .component.form.orange.skoty {
      margin: 0px 10px; }
      .component.form.orange.skoty p {
        padding-top: 5px;
        padding-bottom: 5px; }
    .component.form.orange .skoty_headline {
      color: #FF6700;
      font-family: "museo-sans", sans-serif;
      font-size: 25px;
      font-weight: bold;
      line-height: 34px; }
    .component.form.orange .skoty-para1 {
      font-family: "museo-sans", sans-serif;
      font-size: 20px;
      font-weight: 600; }
    .component.form.orange .skoty-para2 {
      font-family: "museo-sans", sans-serif;
      font-size: 15px; }
      .component.form.orange .skoty-para2 p {
        padding-top: 0px;
        padding-bottom: 0px; }
    .component.form.orange .skoty-checkbox-text {
      position: relative;
      top: -20px;
      left: 30px; }
    @media (min-width: 1010px) {
      .component.form.orange {
        position: relative;
        box-shadow: -6px 6px 0 rgba(209, 84, 0, 0.2); } }
    .component.form.orange h1 {
      color: white;
      background: #FF6700;
      padding: 10px 20px; }
    .component.form.orange p {
      padding-top: 10px;
      padding-bottom: 10px; }
    .component.form.orange ul {
      list-style: disc;
      margin-left: 21px; }
    .component.form.orange img {
      max-width: 100%;
      display: block; }
    .component.form.orange input:not(.button), .component.form.orange textarea, .component.form.orange select {
      border: 4px solid #d0d0d0;
      outline: none;
      font-size: 24px;
      padding: 10px;
      margin-bottom: 20px;
      display: block;
      min-width: 50%;
      border-radius: 0;
      background: white;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .component.form.orange input:not(.button).is-required, .component.form.orange textarea.is-required, .component.form.orange select.is-required {
        border-color: #e81c40; }
      .component.form.orange input:not(.button):focus, .component.form.orange textarea:focus, .component.form.orange select:focus {
        border-color: #FF6700; }
      .component.form.orange input:not(.button).skoty_checkbox, .component.form.orange textarea.skoty_checkbox, .component.form.orange select.skoty_checkbox {
        margin-top: 0px;
        margin-bottom: 0px;
        min-width: 0;
        -webkit-appearance: checkbox; }
    .component.form.orange textarea {
      width: 100%;
      min-height: 160px; }
    .component.form.orange label {
      display: block;
      font-size: 19px;
      font-weight: bold;
      padding: 5px 2px; }
    .component.form.orange aside {
      padding-top: 20px;
      font-size: 14px;
      line-height: 16px;
      max-width: 500px; }
    .component.form.orange .divider {
      width: 100%;
      border-bottom: 2px solid #d0d0d0;
      margin-bottom: 40px; }
    .component.form.orange .skoty-divider {
      width: 100%;
      border-bottom: 2px solid #d0d0d0;
      margin-top: 15px;
      margin-bottom: 15px; }
    .component.form.orange .inner {
      padding: 20px; }
    .component.form.orange .button {
      color: #FF6700;
      max-width: 200px;
      display: block;
      margin-left: 8px; }
      .component.form.orange .button:hover, .component.form.orange .button:active {
        color: white; }
      .component.form.orange .button.alone-left {
        float: left;
        margin-top: -69px;
        text-align: center; }
      .component.form.orange .button.alone-right {
        float: left;
        text-align: center;
        margin-top: -69px;
        margin-left: 265px; }

.component.box {
  border: 4px solid #2785d7;
  position: relative;
  box-shadow: -6px 6px 0 rgba(0, 96, 180, 0.2);
  padding: 20px;
  width: auto;
  margin: 20px 10px; }
  .component.box.skoty {
    padding-top: 10px;
    padding-bottom: 10px; }
  .component.box.red {
    border: 4px solid #e81c40;
    position: relative;
    box-shadow: -6px 6px 0 rgba(165, 0, 29, 0.2);
    padding: 20px;
    width: auto;
    margin: 20px 10px; }
    .component.box.red.skoty {
      padding-top: 10px;
      padding-bottom: 10px; }
  .component.box.dk-blue {
    border: 4px solid #262666;
    position: relative;
    box-shadow: -6px 6px 0 rgba(0, 0, 67, 0.2);
    padding: 20px;
    width: auto;
    margin: 20px 10px; }
    .component.box.dk-blue.skoty {
      padding-top: 10px;
      padding-bottom: 10px; }
  .component.box.green {
    border: 4px solid #48833C;
    position: relative;
    box-shadow: -6px 6px 0 rgba(50, 104, 39, 0.2);
    padding: 20px;
    width: auto;
    margin: 20px 10px; }
    .component.box.green.skoty {
      padding-top: 10px;
      padding-bottom: 10px; }
  .component.box.med-black {
    border: 4px solid #060623;
    position: relative;
    box-shadow: -6px 6px 0 rgba(1, 1, 18, 0.2);
    padding: 20px;
    width: auto;
    margin: 20px 10px; }
    .component.box.med-black.skoty {
      padding-top: 10px;
      padding-bottom: 10px; }
  .component.box.orange {
    border: 4px solid #FF6700;
    position: relative;
    box-shadow: -6px 6px 0 rgba(209, 84, 0, 0.2);
    padding: 20px;
    width: auto;
    margin: 20px 10px; }
    .component.box.orange.skoty {
      padding-top: 10px;
      padding-bottom: 10px; }

.component.lazy-image {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  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 .img-counter {
    color: #FFFFFF;
    padding-left: 20px;
    display: block;
    text-align: left; }
  .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;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 200px;
    right: 20px;
    position: absolute;
    z-index: 10;
    cursor: pointer; }
  .component.gallery .swiper-button-prev {
    background: none;
    border-top: 5px solid white;
    border-left: 5px solid white;
    width: 23px;
    height: 23px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 200px;
    left: 20px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    opacity: 0.3; }
  .component.gallery .full-screen {
    display: block;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 8px;
    left: 570px;
    z-index: 10;
    cursor: pointer;
    background: url("../img/icons/fullScreen.svg");
    background-repeat: no-repeat;
    background-size: 100%; }
  .component.gallery .interstitialiframe {
    position: absolute !important;
    top: 10px !important;
    left: -13px !important;
    display: block; }
    .component.gallery .interstitialiframe iframe {
      margin-top: 0px; }
    @media (min-width: 1010px) {
      .component.gallery .interstitialiframe {
        top: 70px !important;
        left: 25% !important; }
        .component.gallery .interstitialiframe iframe {
          margin-top: 0px; } }
  .component.gallery .js-interstitial-close {
    cursor: pointer;
    position: absolute;
    top: -37px;
    left: 190px;
    z-index: 99999;
    font-size: 20px;
    font-weight: bold;
    color: black; }
    @media (min-width: 1010px) {
      .component.gallery .js-interstitial-close {
        position: absolute;
        top: 5px;
        left: 487px;
        color: black; } }
  .component.gallery .interstitial-title {
    border: solid 2px #2785d7;
    color: white;
    background-color: grey;
    text-align: center;
    z-index: 99999; }
  .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: 183px;
      position: relative; }
      @media (min-width: 1010px) {
        .component.gallery .swiper-container.gallery-top .img-wrapper {
          height: 370px; } }
    .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%, 0%, 0);
      transform: translate3d(-50%, 0%, 0); }
      @media (min-width: 1010px) {
        .component.gallery .swiper-container.gallery-top img {
          max-width: 100%; } }
  .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;
    text-transform: capitalize; }
    .component.paginator a:hover {
      color: #0060b4; }

main.list .component.gallery, main.list .component.video-player {
  margin-top: 0px;
  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.list .component.scores-box {
  -webkit-font-smoothing: antialiased;
  margin-top: -10px;
  margin-bottom: 10px; }
  @media (min-width: 1010px) {
    main.list .component.scores-box {
      top: -60px;
      margin-bottom: 0; } }

main.list .left-rail .component.subscribe-box {
  margin-bottom: 20px; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }

main.content img {
  box-shadow: none !important; }

html.full-screen-gallery-active, body.full-screen-gallery-active {
  overflow: hidden; }

.component.gallery .swiper-container.gallery-top.active {
  display: block;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: black;
  border: 5px solid #2785d7; }
  .component.gallery .swiper-container.gallery-top.active .owl-carousel .owl-stage-outer {
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0px);
    transform: translate3d(0px, -50%, 0px); }
  .component.gallery .swiper-container.gallery-top.active .full-screen {
    background: url("../img/icons/close.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 3%;
    left: 91%; }

.skoty-inner {
  font-weight: bold;
  text-align: center; }

main.content .instagram-media {
  width: 100%; }

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 .byline .item-prop-author {
    color: #262666; }

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 12px;
  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: 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;
    left: -5px;
    font-weight: bold;
    font-size: 13px;
    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 {
      padding-top: 36px;
      color: #2785d7;
      background-image: url("../img/icons/nav@2x.png");
      background-size: 195px 36px;
      display: inline-block;
      background-repeat: no-repeat;
      margin-left: 9px;
      cursor: pointer;
      transition: opacity .3s ease-in-out; }
      nav.site .main-links .icon-link:hover {
        opacity: 1; }
      nav.site .main-links .icon-link.sports {
        width: 40px;
        background-position: 0px 0px; }
      nav.site .main-links .icon-link.games {
        width: 42px;
        background-position: -50px 0px; }
      nav.site .main-links .icon-link.skoty {
        width: 52px;
        background-position: -100px 0px; }
      nav.site .main-links .icon-link.more {
        width: 36px;
        background-position: -160px 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: 19px;
          font-family: "museo-slab", sans-serif;
          font-weight: 700;
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 24px;
          display: inline-block;
          background-repeat: no-repeat;
          background-position: 20px 10px;
          background-size: 28px; }
          nav.site .main-links .submenu li a.icon {
            padding-left: 63px; }
          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"); }
    @media (min-width: 1010px) {
      nav.site .main-links {
        font-size: 18px;
        font-weight: 500;
        padding-left: 5px;
        margin-top: -1px; }
        nav.site .main-links .icon-link {
          background-image: url("../img/icons/nav-desktop@2x.png");
          background-size: 250px 46px;
          padding-top: 47px;
          margin-left: 12px; }
          nav.site .main-links .icon-link.sports {
            width: 54px;
            background-position: 1px 0px; }
          nav.site .main-links .icon-link.games {
            width: 58px;
            background-position: -62px 0px; }
          nav.site .main-links .icon-link.skoty {
            width: 68px;
            background-position: -127px 0px; }
          nav.site .main-links .icon-link.more {
            width: 47px;
            background-position: -204px 0px; } }
  nav.site .secondary-links {
    color: #2f9bdd;
    float: left;
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
    padding-top: 21px;
    padding-left: 45px; }
    nav.site .secondary-links li {
      padding-right: 10px;
      display: inline; }
    nav.site .secondary-links a:hover {
      color: #0060b4; }
  nav.site .logo {
    width: 54px;
    height: 41px;
    display: inline-block;
    color: #dcdee1;
    padding: 10px 20px;
    margin-top: 5px;
    background-image: url("../img/branding/logo-small.svg");
    text-indent: -9999px;
    background-size: 100%;
    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: 360px) {
      nav.site .logo {
        width: 120px;
        height: 42px;
        background-image: url("../img/branding/logo.svg");
        margin-top: 7px; } }
    @media (min-width: 1010px) {
      nav.site .logo {
        margin-top: 0px;
        width: 189px;
        height: 66px; } }

.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-sponsor-nickelodeon {
  color: white; }
  #main-banner-sponsor-nickelodeon .sponsor-nickelodeon {
    background: #2785d7; }
  #main-banner-sponsor-nickelodeon h1 {
    font-size: 32px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 12px; }
  #main-banner-sponsor-nickelodeon .nickelodeon-info {
    font-size: 15px;
    position: absolute;
    top: 85px;
    right: 24px; }
  #main-banner-sponsor-nickelodeon .nickelodeon-logo {
    width: 25px;
    height: 36px;
    background: url("../img/sponsor/sponsor-nickelodeon-AIWCN-wide.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 106px;
    right: 55px; }
  @media (min-width: 1010px) {
    #main-banner-sponsor-nickelodeon h1 {
      font-size: 50px;
      padding-bottom: 10px;
      padding-top: 56px;
      padding-left: 0px; }
    #main-banner-sponsor-nickelodeon .nickelodeon-info {
      font-size: 27px;
      position: absolute;
      top: 185px;
      right: 280px; }
    #main-banner-sponsor-nickelodeon .nickelodeon-logo {
      width: 80px;
      height: 91px;
      background: url("../img/sponsor/sponsor-nickelodeon-AIWCN-wide.png");
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      top: 149px;
      right: 180px; } }

#main-banner-sponsor-skoty {
  color: white; }
  #main-banner-sponsor-skoty .sponsor-skoty {
    background: #2785d7; }
  #main-banner-sponsor-skoty h1 {
    font-size: 19px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 12px;
    float: left; }
  #main-banner-sponsor-skoty .skoty-info {
    font-size: 13px;
    float: right;
    padding-top: 4px;
    padding-right: 14px; }
  #main-banner-sponsor-skoty .skoty-logo {
    width: 30px;
    height: 34px;
    background: url("../img/sponsor/sponsor-skoty.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 22px;
    margin-right: -55px;
    float: right; }
  @media (min-width: 1010px) {
    #main-banner-sponsor-skoty h1 {
      font-size: 50px;
      padding-bottom: 10px;
      padding-top: 56px;
      padding-left: 0px;
      float: left; }
    #main-banner-sponsor-skoty .skoty-info {
      font-size: 27px;
      float: right;
      padding-top: 44px;
      padding-right: 107px; }
    #main-banner-sponsor-skoty .skoty-logo {
      width: 75px;
      height: 90px;
      background: url("../img/sponsor/sponsor-skoty.png");
      background-repeat: no-repeat;
      background-size: 100%;
      margin-top: 8px;
      margin-right: -247px; } }

#main-banner-sponsor-nflzone {
  color: white; }
  #main-banner-sponsor-nflzone .sponsor-nflzone {
    background: #2785d7; }
  #main-banner-sponsor-nflzone h1 {
    font-size: 19px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 12px;
    float: left; }
  #main-banner-sponsor-nflzone .nflzone-info {
    font-size: 13px;
    float: right;
    padding-top: 4px;
    padding-right: 14px; }
  #main-banner-sponsor-nflzone .nflzone-logo {
    width: 70px;
    height: 34px;
    background: url("../img/sponsor/sponsor-nfl-zone.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 22px;
    margin-right: -68px;
    float: right; }
  @media (min-width: 1010px) {
    #main-banner-sponsor-nflzone h1 {
      font-size: 50px;
      padding-bottom: 10px;
      padding-top: 56px;
      padding-left: 0px;
      float: left; }
    #main-banner-sponsor-nflzone .nflzone-info {
      font-size: 27px;
      float: right;
      padding-top: 44px;
      padding-right: 175px; }
    #main-banner-sponsor-nflzone .nflzone-logo {
      width: 175px;
      height: 96px;
      background: url("../img/sponsor/sponsor-nfl-zone.png");
      background-repeat: no-repeat;
      background-size: 100%;
      margin-top: 0px;
      margin-right: -325px;
      position: relative;
      top: 22px; } }

#main-banner-sponsor-nickelodeon-article {
  position: relative;
  top: 33px; }
  #main-banner-sponsor-nickelodeon-article .nickelodeon-info {
    color: grey;
    font-size: 20px;
    float: left;
    padding-left: 10px; }
  #main-banner-sponsor-nickelodeon-article .nickelodeon-logo {
    width: 40px;
    height: 51px;
    background: url("../img/sponsor/sponsor-nickelodeon-AIWCN-wide.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    top: -12px;
    left: 125px; }
  @media (min-width: 1010px) {
    #main-banner-sponsor-nickelodeon-article {
      position: relative;
      top: 33px; }
      #main-banner-sponsor-nickelodeon-article .nickelodeon-info {
        color: grey;
        font-size: 27px;
        float: left; }
      #main-banner-sponsor-nickelodeon-article .nickelodeon-logo {
        width: 80px;
        height: 91px;
        background: url("../img/sponsor/sponsor-nickelodeon-AIWCN-wide.png");
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
        top: -27px;
        left: 175px; } }

#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 {
      opacity: 0;
      display: block;
      width: 137px;
      height: 48px;
      text-indent: -9999px;
      background-image: url("../img/branding/logo-reversed.svg");
      background-size: 100%;
      margin-left: 20px; }
      @media (min-width: 360px) {
        footer .subscribe .logo {
          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); }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.component.medals .olympics-events-data {
  padding-top: 0px; }
  @media (min-width: 1010px) {
    :not(.is-narrow) .component.medals .olympics-events-data {
      padding-top: 50px; } }

.component.medals .medal_header {
  width: 100%;
  text-align: center;
  padding-top: 80px;
  border-bottom: 2px solid #d7d7d9; }
  .component.medals .medal_header li {
    width: 33%;
    font-family: "museo-sans", sans-serif; }
    .component.medals .medal_header li a {
      color: #0a1529;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase; }
  .component.medals .medal_header .selected {
    border-bottom: 2px solid #fe4020;
    box-shadow: 0 1px 0 #fe4020; }
    .component.medals .medal_header .selected a {
      color: #fe4020; }

.component.medals .collapsable {
  height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height .3s ease-in-out, border .3s ease-in-out; }
  .component.medals .collapsable.active {
    height: auto;
    border-top: 1px solid #d9d9d9; }

.component.medals .event-accordion {
  width: 100%;
  background-color: #f1f1f1;
  margin: 5px 0;
  padding-left: 10px; }
  .component.medals .event-accordion .accordion-arrow {
    width: 10%;
    height: 54px;
    border: none;
    padding: 14px;
    position: relative;
    right: 0;
    transition: all 452.483ms cubic-bezier(0.1, 0.63, 0.47, 1.12) 0ms; }
  .component.medals .event-accordion.active .accordion-arrow {
    transform: rotate(180deg); }
  .component.medals .event-accordion .subtitle {
    display: inline-block;
    width: 88%;
    text-align: left;
    cursor: pointer; }

.component.medals .medal_table {
  color: #0a1529; }
  @media (min-width: 1010px) {
    :not(.is-narrow) .component.medals .medal_table {
      margin-top: 20px; } }
  .component.medals .medal_table .team-column {
    text-align: left; }
    .component.medals .medal_table .team-column .country-text {
      text-transform: uppercase; }
      @media (min-width: 1010px) {
        :not(.is-narrow) .component.medals .medal_table .team-column .country-text {
          position: relative;
          text-transform: none; } }
  .component.medals .medal_table tr {
    border-bottom: 1px solid #d7d7d9; }
  .component.medals .medal_table td, .component.medals .medal_table th {
    padding: 30px 0;
    text-align: center;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    color: #0a1529;
    font-size: 12px; }
    @media (min-width: 1010px) {
      :not(.is-narrow) .component.medals .medal_table td, :not(.is-narrow) .component.medals .medal_table th {
        font-size: 14px; } }
  .component.medals .medal_table td {
    font-weight: 600; }
  .component.medals .medal_table .country-flag {
    -webkit-box-shadow: 0px 0px 111px -16px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 111px -16px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 111px -16px rgba(0, 0, 0, 0.75);
    margin-right: 5px;
    width: 18px;
    height: 12px; }
    @media (min-width: 1010px) {
      :not(.is-narrow) .component.medals .medal_table .country-flag {
        margin-right: 20px;
        width: 32px;
        height: 22px; } }
  .component.medals .medal_table.country .team-column, .component.medals .medal_table.athlete .team-column {
    width: 40%; }
  .component.medals .medal_table.country .gold,
  .component.medals .medal_table.country .silver,
  .component.medals .medal_table.country .bronze,
  .component.medals .medal_table.country .total, .component.medals .medal_table.athlete .gold,
  .component.medals .medal_table.athlete .silver,
  .component.medals .medal_table.athlete .bronze,
  .component.medals .medal_table.athlete .total {
    width: 15%; }
  .component.medals .medal_table.event .team-column {
    width: 25%; }
  .component.medals .medal_table.event .gold,
  .component.medals .medal_table.event .silver,
  .component.medals .medal_table.event .bronze {
    width: 25%; }
  .component.medals .medal_table.event .team-column {
    text-align: left; }
  .component.medals .medal_table.event th {
    text-align: left; }
  .component.medals .medal_table.event td {
    text-align: left; }
  .component.medals .medal_table.event .country-flag {
    margin-right: 5px; }
  .component.medals .medal_table.event .medal-text {
    margin-top: 10px; }
    .component.medals .medal_table.event .medal-text .country-text {
      position: relative;
      top: -5px;
      text-transform: uppercase; }
      @media (min-width: 1010px) {
        :not(.is-narrow) .component.medals .medal_table.event .medal-text .country-text {
          text-transform: none; } }

.component.medals .pagination a {
  width: 40px;
  height: 40px;
  display: inline-block; }
  .component.medals .pagination a img {
    max-height: 100%;
    max-width: 100%; }

.component.medals .pagination .text {
  width: 180px;
  height: 55px;
  font-family: "museo-sans", sans-serif;
  font-size: 14px;
  text-align: right;
  color: #0a1529;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase; }

.component.medals .pagination .next-page {
  float: right;
  padding-right: 15px; }

.component.medals .pagination .prev-page .text {
  text-align: left; }

.container-full-width.top-medalist {
  background: #f0f1f2;
  border-bottom: none;
  height: 415px;
  margin-bottom: 30px;
  border: 4px solid #e52244;
  box-shadow: -6px 6px 0 #fde8ed; }
  @media (min-width: 1010px) {
    :not(.is-narrow) .container-full-width.top-medalist {
      position: relative;
      height: 415px;
      margin-bottom: 0;
      background: url("/img/misc/top-medalist-bg.png");
      background-size: 100% 100%;
      overflow: visible; } }
  .container-full-width.top-medalist .medal-header {
    background-color: #e52244;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    background-image: url("/img/misc/divider-olympic-colors@2x.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 4px; }
  .container-full-width.top-medalist .medals-top-container {
    width: 100%;
    text-align: center; }
    .container-full-width.top-medalist .medals-top-container .medal-tracker {
      font-family: "museo-sans", sans-serif;
      color: #0a1529;
      font-size: 22px;
      padding: 15px; }
      .container-full-width.top-medalist .medals-top-container .medal-tracker span {
        font-weight: 600; }
      .container-full-width.top-medalist .medals-top-container .medal-tracker img {
        position: relative;
        top: 10px; }
    .container-full-width.top-medalist .medals-top-container .medal-select {
      width: 90% !important;
      min-width: 280px;
      border: 1px solid #0a1529;
      margin: 10px; }
      .container-full-width.top-medalist .medals-top-container .medal-select .medal-option {
        color: #0a1529; }
  .container-full-width.top-medalist .component.topmedalist {
    width: 100%;
    padding: 20px 28px; }
    .container-full-width.top-medalist .component.topmedalist .medal-icon {
      width: 25%;
      margin-top: 80px; }
      @media (min-width: 1010px) {
        :not(.is-narrow) .container-full-width.top-medalist .component.topmedalist .medal-icon {
          margin-top: -7px; } }
      .container-full-width.top-medalist .component.topmedalist .medal-icon .medal-logo {
        width: 236px;
        height: 51px;
        text-align: center; }
        .container-full-width.top-medalist .component.topmedalist .medal-icon .medal-logo img {
          max-height: 100%;
          max-width: 100%; }
    .container-full-width.top-medalist .component.topmedalist .top-medalist-container {
      position: absolute;
      width: 100%;
      padding: 0 26px;
      margin-left: 0; }
      @media (min-width: 1010px) {
        :not(.is-narrow) .container-full-width.top-medalist .component.topmedalist .top-medalist-container {
          width: 68%;
          display: inline-block;
          margin-left: -10px; } }
      .container-full-width.top-medalist .component.topmedalist .top-medalist-container .left {
        float: left; }
      .container-full-width.top-medalist .component.topmedalist .top-medalist-container .right {
        float: right; }
      .container-full-width.top-medalist .component.topmedalist .top-medalist-container .top-medalist-wrapper {
        position: relative;
        min-width: 272px;
        height: 83px;
        padding: 5px;
        margin: 10px auto 0px;
        border-radius: 2px;
        background-color: rgba(255, 255, 255, 0.7);
        box-shadow: 0 2px 10px 0 rgba(186, 186, 186, 0.5); }
        .container-full-width.top-medalist .component.topmedalist .top-medalist-container .top-medalist-wrapper .table-data {
          margin-top: 5px; }
        @media (min-width: 1010px) {
          :not(.is-narrow) .container-full-width.top-medalist .component.topmedalist .top-medalist-container .top-medalist-wrapper {
            float: left;
            margin-right: 10px !important;
            width: 46%; } }
        .container-full-width.top-medalist .component.topmedalist .top-medalist-container .top-medalist-wrapper table td, .container-full-width.top-medalist .component.topmedalist .top-medalist-container .top-medalist-wrapper table th {
          text-align: center !important;
          font-family: "museo-sans", sans-serif;
          font-size: 12px;
          font-weight: 500;
          letter-spacing: 0.9px; }
        .container-full-width.top-medalist .component.topmedalist .top-medalist-container .top-medalist-wrapper table .table-heading .flag-column {
          width: 28%; }
        .container-full-width.top-medalist .component.topmedalist .top-medalist-container .top-medalist-wrapper table .table-heading .gold {
          color: #b4ab68;
          width: 18%; }
        .container-full-width.top-medalist .component.topmedalist .top-medalist-container .top-medalist-wrapper table .table-heading .silver {
          color: #898989;
          width: 18%; }
        .container-full-width.top-medalist .component.topmedalist .top-medalist-container .top-medalist-wrapper table .table-heading .bronze {
          color: #ba8a40;
          width: 18%; }
        .container-full-width.top-medalist .component.topmedalist .top-medalist-container .top-medalist-wrapper table .table-heading .total {
          color: #0a1529;
          width: 18%; }
        .container-full-width.top-medalist .component.topmedalist .top-medalist-container .top-medalist-wrapper table .table-row .numeric-score {
          font-size: 26px;
          font-weight: 700;
          line-height: 0.67;
          letter-spacing: 2.1px;
          color: #262b31;
          padding-top: 10px; }
        .container-full-width.top-medalist .component.topmedalist .top-medalist-container .top-medalist-wrapper table .flag-column span.index {
          position: absolute;
          top: -3px;
          left: 5px;
          text-transform: uppercase;
          font-size: 18px;
          font-weight: 700;
          padding-top: 5px; }
        .container-full-width.top-medalist .component.topmedalist .top-medalist-container .top-medalist-wrapper table .flag-column img {
          position: absolute;
          bottom: 18px;
          left: 11px;
          background-color: rgba(255, 255, 255, 0.7);
          box-shadow: 0 2px 10px 0 rgba(186, 186, 186, 0.5); }

.medal-tracker-widget {
  float: none;
  margin-top: 30px; }
  .medal-tracker-widget .top-medalist {
    height: 415px; }
    .medal-tracker-widget .top-medalist .medal-icon {
      margin-top: -10px !important;
      width: 100% !important; }
      .medal-tracker-widget .top-medalist .medal-icon .medal-logo {
        width: inherit !important; }
    .medal-tracker-widget .top-medalist .top-medalist-container {
      margin-top: -8px !important;
      margin-left: -34px !important;
      max-width: 670px; }
      .medal-tracker-widget .top-medalist .top-medalist-container .top-medalist-wrapper .table-data {
        width: 100% !important; }
  @media (min-width: 1010px) {
    .medal-tracker-widget {
      float: right;
      min-width: 320px; } }

.container-full-width.main-medals {
  border-top: none; }

.container-full-width.overflow-visible {
  overflow: visible; }

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