.wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0rem;
  position: relative; }
  .wrapper:before {
    content: '';
    display: block; }
  .wrapper:after {
    content: '';
    display: table;
    clear: both; }
  .wrapper--wide {
    max-width: 200rem; }
  .wrapper--small {
    max-width: 98rem; }
  .wrapper--search {
    max-width: 110rem; }

/* Columns */
[class*="col-"] {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  float: left; }

.primary-col {
  padding-right: 2.5rem; }
  @media (max-width: 840px) {
    .primary-col {
      padding-right: 0.5rem; } }

.stats-content {
  padding: 2rem; }

@media (max-width: 840px) {
  .stats-menu {
    margin-top: 1rem; } }

/*loop through $mq-breakpoints in _mq.scss and create collapse classes
to remove padding from grid item at a certain breakpoint */
@media (max-width: 400px) {
  .col-mobile-collapse {
    padding: 0 !important; } }

@media (max-width: 640px) {
  .col-phablet-collapse {
    padding: 0 !important; } }

@media (max-width: 840px) {
  .col-tablet-collapse {
    padding: 0 !important; } }

@media (max-width: 1025px) {
  .col-desktop-collapse {
    padding: 0 !important; } }

@media (max-width: 1300px) {
  .col-wide-collapse {
    padding: 0 !important; } }

@media (min-width: 400px) {
  .col-mobile-upwards-collapse {
    padding: 0 !important; } }

@media (min-width: 640px) {
  .col-phablet-upwards-collapse {
    padding: 0 !important; } }

@media (min-width: 840px) {
  .col-tablet-upwards-collapse {
    padding: 0 !important; } }

@media (min-width: 1025px) {
  .col-desktop-upwards-collapse {
    padding: 0 !important; } }

@media (min-width: 1300px) {
  .col-wide-upwards-collapse {
    padding: 0 !important; } }

.col-collapse {
  padding: 0 !important !important; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

@media (max-width: 81.24em) {
  .col-1-wide {
    width: 8.33333%; }
  .col-2-wide {
    width: 16.66667%; }
  .col-3-wide {
    width: 25%; }
  .col-4-wide {
    width: 33.33333%; }
  .col-5-wide {
    width: 41.66667%; }
  .col-6-wide {
    width: 50%; }
  .col-7-wide {
    width: 58.33333%; }
  .col-8-wide {
    width: 66.66667%; }
  .col-9-wide {
    width: 75%; }
  .col-10-wide {
    width: 83.33333%; }
  .col-11-wide {
    width: 91.66667%; }
  .col-12-wide {
    width: 100%; } }

@media (max-width: 64.0525em) {
  .col-1-desk {
    width: 8.33333%; }
  .col-2-desk {
    width: 16.66667%; }
  .col-3-desk {
    width: 25%; }
  .col-4-desk {
    width: 33.33333%; }
  .col-5-desk {
    width: 41.66667%; }
  .col-6-desk {
    width: 50%; }
  .col-7-desk {
    width: 58.33333%; }
  .col-8-desk {
    width: 66.66667%; }
  .col-9-desk {
    width: 75%; }
  .col-10-desk {
    width: 83.33333%; }
  .col-11-desk {
    width: 91.66667%; }
  .col-12-desk {
    width: 100%; } }

@media (max-width: 52.49em) {
  .col-1-tab {
    width: 8.33333%; }
  .col-2-tab {
    width: 16.66667%; }
  .col-3-tab {
    width: 25%; }
  .col-4-tab {
    width: 33.33333%; }
  .col-5-tab {
    width: 41.66667%; }
  .col-6-tab {
    width: 50%; }
  .col-7-tab {
    width: 58.33333%; }
  .col-8-tab {
    width: 66.66667%; }
  .col-9-tab {
    width: 75%; }
  .col-10-tab {
    width: 83.33333%; }
  .col-11-tab {
    width: 91.66667%; }
  .col-12-tab {
    width: 100%; } }

@media (max-width: 39.99em) {
  .col-1-phab {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    width: 8.33333%; }
  .col-2-phab {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    width: 16.66667%; }
  .col-3-phab {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    width: 25%; }
  .col-4-phab {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    width: 33.33333%; }
  .col-5-phab {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    width: 41.66667%; }
  .col-6-phab {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    width: 50%; }
  .col-7-phab {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    width: 58.33333%; }
  .col-8-phab {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    width: 66.66667%; }
  .col-9-phab {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    width: 75%; }
  .col-10-phab {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    width: 83.33333%; }
  .col-11-phab {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    width: 91.66667%; }
  .col-12-phab {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    width: 100%; } }

@media (max-width: 24.99em) {
  .col-1-mob {
    width: 8.33333%; }
  .col-2-mob {
    width: 16.66667%; }
  .col-3-mob {
    width: 25%; }
  .col-4-mob {
    width: 33.33333%; }
  .col-5-mob {
    width: 41.66667%; }
  .col-6-mob {
    width: 50%; }
  .col-7-mob {
    width: 58.33333%; }
  .col-8-mob {
    width: 66.66667%; }
  .col-9-mob {
    width: 75%; }
  .col-10-mob {
    width: 83.33333%; }
  .col-11-mob {
    width: 91.66667%; }
  .col-12-mob {
    width: 100%; } }

/* Block Grids */
[class*="block-list"] {
  clear: both;
  font-size: 0; }
  [class*="block-list"] > li {
    display: inline-block;
    vertical-align: top;
    clear: both;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%; }

[class*="block-list"].small-gutters > li {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

[class*="block-list"].large-gutters > li {
  padding-left: 1rem;
  padding-right: 1rem; }

.flex-grid {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.center-flex-grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (max-width: 640px) {
  .scroll-grid {
    overflow: auto;
    white-space: nowrap; }
    .scroll-grid > li {
      width: 80% !important;
      width: 40% !important;
      display: inline-block !important;
      margin-right: 1rem;
      padding-left: 0 !important;
      padding-right: 0 !important;
      float: none !important;
      clear: none !important; } }

@media (max-width: 640px) {
  .scroll-grid > li {
    width: 75% !important; } }

@media (max-width: 840px) {
  .scroll-grid-tablet {
    overflow: auto;
    white-space: nowrap; }
    .scroll-grid-tablet > li {
      width: 80% !important;
      width: 40% !important;
      display: inline-block !important;
      margin-right: 1rem;
      padding-left: 0 !important;
      padding-right: 0 !important;
      float: none !important;
      clear: none !important; } }

@media (max-width: 640px) {
  .scroll-grid-tablet > li {
    width: 75% !important; } }

@media (min-width: 25em) {
  .block-list-1 > li {
    width: 100%; }
  .block-list-2 > li {
    width: 50%; }
  .block-list-3 > li {
    width: 33.33333%; }
  .block-list-4 > li {
    width: 25%; }
  .block-list-5 > li {
    width: 20%; }
  .block-list-6 > li {
    width: 16.66667%; } }

@media (max-width: 81.24em) {
  .block-list-1-wide > li {
    width: 100%; }
  .block-list-2-wide > li {
    width: 50%; }
  .block-list-3-wide > li {
    width: 33.33333%; }
  .block-list-4-wide > li {
    width: 25%; }
  .block-list-5-wide > li {
    width: 20%; }
  .block-list-6-wide > li {
    width: 16.66667%; } }

@media (max-width: 64.0525em) {
  .block-list-1-desk > li {
    width: 100%; }
  .block-list-2-desk > li {
    width: 50%; }
  .block-list-3-desk > li {
    width: 33.33333%; }
  .block-list-4-desk > li {
    width: 25%; } }

@media (max-width: 76.25em) {
  .block-list-1-narrow > li {
    width: 100%; }
  .block-list-2-narrow > li {
    width: 50%; }
  .block-list-3-narrow > li {
    width: 33.33333%; }
  .block-list-4-narrow > li {
    width: 25%; } }

@media (max-width: 52.49em) {
  .block-list-1-tab > li {
    width: 100%; }
  .block-list-2-tab > li {
    width: 50%; }
  .block-list-3-tab > li {
    width: 33.33333%; }
  .block-list-4-tab > li {
    width: 25%; } }

@media (max-width: 39.99em) {
  .block-list-1-phab > li {
    width: 100%; }
  .block-list-2-phab > li {
    width: 50%; }
  .block-list-3-phab > li {
    width: 33.33333%; }
  .block-list-4-phab > li {
    width: 25%; } }

@media (max-width: 24.99em) {
  .block-list-1-mob > li {
    width: 100%; }
  .block-list-2-mob > li {
    width: 50%; }
  .block-list-3-mob > li {
    width: 33.33333%; }
  .block-list-4-mob > li {
    width: 25%; } }

[class*="block-grid-"] {
  display: block;
  padding: 0; }
  [class*="block-grid-"]:before {
    content: '';
    display: block; }
  [class*="block-grid-"]:after {
    content: '';
    display: table;
    clear: both; }

[class*="block-grid-"] > li {
  float: left;
  padding: 0 0.5rem 1rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

@media only screen and (min-width: 640px) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

@media only screen and (min-width: 840px) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

.block-indent {
  padding: 0 8rem; }

.block-grid--small-gutter {
  margin: 0 -0.25rem; }
  .block-grid--small-gutter > li {
    padding: 0 0.25rem 0.5rem; }

.inline-list > li {
  display: inline-block;
  margin-right: 1rem; }
  .inline-list > li:last-child {
    margin-right: 0; }

.content-grid > li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.fixed-cols {
  color: #ffffff;
  height: calc( 100vh - 16.7rem); }
  .fixed-cols__primary {
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0; }
  .fixed-cols__primary-top {
    background: radial-gradient(circle at 7% 3%, #193980, #00143d 26%);
    padding: 2rem; }
    .fixed-cols__primary-top:before {
      content: '';
      display: block; }
    .fixed-cols__primary-top:after {
      content: '';
      display: table;
      clear: both; }
  .fixed-cols__primary-bottom {
    background: #04132b;
    overflow: hidden;
    padding: 0 2rem 0 1.5rem; }
    .fixed-cols__primary-bottom:before {
      content: '';
      display: block; }
    .fixed-cols__primary-bottom:after {
      content: '';
      display: table;
      clear: both; }
  .fixed-cols__secondary {
    background: #020813;
    overflow-y: scroll;
    padding: 0; }
  @media (min-width: 840px) {
    .fixed-cols__primary::-webkit-scrollbar, .fixed-cols__secondary::-webkit-scrollbar {
      background: #020813;
      width: 5px; }
    .fixed-cols__primary::-webkit-scrollbar-thumb, .fixed-cols__secondary::-webkit-scrollbar-thumb {
      background: #5191CD;
      color: #19398A; } }
  .fixed-cols--modal {
    height: calc(100vh - 8rem);
    box-shadow: 0px 2px 10px rgba(17, 17, 17, 0.6); }
  @media (max-width: 840px) {
    .fixed-cols {
      height: auto; }
      .fixed-cols__primary-top {
        padding: 2rem 1rem; } }
  @media (max-width: 640px) {
    .fixed-cols__primary-top {
      padding: 0 0 1rem; } }

#main-content:before {
  content: '';
  display: block; }

#main-content:after {
  content: '';
  display: table;
  clear: both; }


.app-buttons:before {
  content: '';
  display: block; }

.app-buttons:after {
  content: '';
  display: table;
  clear: both; }

.app-buttons a {
  display: block;
  float: left;
  margin-right: 10px; }

.app-button.apple {
  background-position: -475px 0px;
  background-image: url("../i/sprites/global-sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 135px;
  height: 40px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .app-button.apple {
      background-size: 652px 616px;
      background-image: url("../i/sprites/global-sprite%40x2.png"); } }

.app-button.android {
  background-position: -296px -227px;
  background-image: url("../i/sprites/global-sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 135px;
  height: 40px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .app-button.android {
      background-size: 652px 616px;
      background-image: url("../i/sprites/global-sprite%40x2.png"); } }

.app-button.mobile {
  background-position: -199px -369px;
  background-image: url("../i/sprites/global-sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 135px;
  height: 40px;
  height: 40px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .app-button.mobile {
      background-size: 652px 616px;
      background-image: url("../i/sprites/global-sprite%40x2.png"); } }

.btn {
 color: inherit;
    text-decoration: none;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    box-shadow: 1px 1px 1px rgba(23, 23, 23, 0.3);
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: block;
    transition: all 0.2s linear;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    padding: 10px;
    font-size: 13px;
    background-color: #19398A; }
  .btn::after {
    content: '';
    background: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    border-radius: 50%;
    padding-top: 240%;
    padding-left: 240%;
    margin-top: -120%;
    margin-left: -120%;
    opacity: 0;
    transition: all .4s; }
  .btn:active {
    box-shadow: none; }
    .btn:active::after {
      padding-top: 0;
      padding-left: 0;
      margin-top: 0;
      margin-left: 0;
      opacity: 1;
      transition: 0s; }
  .btn:focus {
    background-color: #11275f;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4); }
  @media (min-width: 64.0625em) {
    .btn:hover {
      background-color: #11275f;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4); } }
  .btn .icon {
    fill: #ffffff; }
  .btn--flat {
    box-shadow: none; }
  .btn--inline {
    display: inline-block; }
  .btn--inverse {
    background-color: #ffffff;
    color: #5191CD; }
    .btn--inverse .icon {
      fill: #5191CD; }
    .btn--inverse:hover {
      background-color: #F5F5F5;
      color: #3478b7; }
  .btn--outline {
    background-color: transparent;
    border: 1px solid #5191CD;
    color: #5191CD; }
    .btn--outline:focus {
      color: #ffffff; }
    @media (min-width: 64.0625em) {
      .btn--outline:hover {
        color: #ffffff; } }
  .btn--wide {
    text-align: left;
    min-width: 15rem; }
  .btn--cta-right {
        min-width: 10rem;
    height: 2.5rem;
    margin: auto 1rem auto auto;
    text-transform: uppercase;
    text-align: center; 
	background: #6eb43f;}
  .btn--mobile {
    margin: 0 1rem;
    position: relative; }
  .btn--alternate {
   background: #000; 
    color: #fff;
    font-size: 14px;
    padding: 10px;   }
    .btn--alternate:focus {
     background: #6eb43f; }
    @media (min-width: 64.0625em) {
      .btn--alternate:hover {
       background: #6eb43f; } }
  .btn--grey {
    background: #F5F5F5;
    color: #111111; }
    .btn--grey .icon {
      fill: #111111; }
    .btn--grey:hover {
      background: #cfcfcf; }
  .btn--inactive {
    font-weight: 300;
    cursor: default;
    background: #ffffff;
    color: #111111;
    opacity: 0.5; }
    .btn--inactive:focus {
      box-shadow: 1px 1px 1px rgba(23, 23, 23, 0.3);
      background: #ffffff; }
    @media (min-width: 64.0625em) {
      .btn--inactive:hover {
        box-shadow: 1px 1px 1px rgba(23, 23, 23, 0.3);
        background: #ffffff; } }

.social-btn {
  background: blue;
  border-radius: .3rem;
  display: block;
  padding: .6rem 1rem; }
  .social-btn__icn {
    fill: #ffffff;
    height: 1.5rem;
    margin-bottom: -.3rem;
    margin-right: .3rem;
    width: 1.5rem; }
  .social-btn--facebook {
    background: #2a5f9d; }
    .social-btn--facebook:hover {
      background: #255389; }
  .social-btn--twitter {
    background: #4099ff; }
    .social-btn--twitter:hover {
      background: #278bff; }
  .social-btn--link {
    background: #794996; }
    .social-btn--link:hover {
      background: #6b4185; }

@media (max-width: 24.99em) {
  .drop-down,
  .drop-down-dekstop,
  .drop-down-tablet,
  .drop-down-phablet {
    display: block;
    margin-right: 0; } }

.drop-down {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 1rem 0;
  background-color: #ffffff;
  box-shadow: 1px 1px 3px rgba(17, 17, 17, 0.2);
  border-radius: 3px;
  padding-right: 2rem;
  min-width: 18rem;
  max-width: 22rem;
  text-align: left;
  cursor: pointer;
  transition: all .2s; }
  .drop-down a {
    color: inherit;
    text-decoration: none; }
  .drop-down:after {
    content: '';
    display: inline-block;
    background-position: -345px -272px;
    background-image: url("../i/sprites/global-sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .drop-down:after {
        background-size: 652px 616px;
        background-image: url("../i/sprites/global-sprite%40x2.png"); } }
  .drop-down:first-child {
    margin-right: 1%; }
  .drop-down .drop-down__clickzone {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    transition: all .2s;
    border-bottom: solid 3px #5191CD;
    border-radius: 3px; }
  .drop-down .drop-down__label {
    color: #a8a8a8;
    display: block;
    font-size: 1.1rem;
    top: .8rem;
    left: 1.5rem;
    position: absolute; }
  .drop-down .drop-down__current {
    display: block;
    padding: 2.4rem 2.5rem 1rem 1.5rem;
    line-height: 2rem;
    position: relative;
    transition: all .2s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #19398A;
    min-height: 4rem;
    font-weight: bold; }
  .drop-down .drop-down__arrow {
    display: block; }
  .drop-down .drop-down__dropdown-list, .drop-down .drop-down__dropdown-list--anchors {
    visibility: hidden;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    background: #ffffff;
    min-width: 100%;
    transition: .1s;
    max-height: 60rem;
    overflow-y: auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 1px 2px 3px rgba(17, 17, 17, 0.2);
    margin-top: -3px;
    z-index: 10; }
    .drop-down .drop-down__dropdown-list:before, .drop-down .drop-down__dropdown-list--anchors:before {
      content: '';
      position: absolute;
      top: 0;
      left: 1rem;
      right: 1rem;
      height: 1px;
      background: #F5F5F5; }
    .drop-down .drop-down__dropdown-list .drop-down__dropdown-list__option, .drop-down .drop-down__dropdown-list--anchors .drop-down__dropdown-list__option {
      color: #333;
      cursor: pointer;
      transition: all .2s; }
      .drop-down .drop-down__dropdown-list .drop-down__dropdown-list__option:focus, .drop-down .drop-down__dropdown-list--anchors .drop-down__dropdown-list__option:focus {
        background-color: #5191CD;
        color: white; }
      @media (min-width: 64.0625em) {
        .drop-down .drop-down__dropdown-list .drop-down__dropdown-list__option:hover, .drop-down .drop-down__dropdown-list--anchors .drop-down__dropdown-list__option:hover {
          background-color: #5191CD;
          color: white; } }
  .drop-down .drop-down__dropdown-list.drop-down__dropdown-list--anchors .drop-down__dropdown-list__option {
    padding: 0; }
  .drop-down .drop-down__dropdown-list.drop-down__dropdown-list--anchors a {
    display: block;
    padding: .8rem 1rem; }
    .drop-down .drop-down__dropdown-list.drop-down__dropdown-list--anchors a:active {
      transition: background-color 0s !important;
      background-color: #5191CD;
      color: #FFFFFF; }
  .drop-down .drop-down__dropdown-list .drop-down__dropdown-list__option {
    padding: .8rem 1rem; }
    .drop-down .drop-down__dropdown-list .drop-down__dropdown-list__option:active {
      transition: background-color 0s !important;
      background-color: #5191CD;
      color: #FFFFFF; }
  .drop-down.is-open .drop-down__dropdown-list, .drop-down.is-open .drop-down__dropdown-list--anchors {
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .drop-down.is-open:after {
    -webkit-transform: scaleY(-1) translateY(50%);
            transform: scaleY(-1) translateY(50%);
    -webkit-filter: FlipV;
            filter: FlipV;
    -ms-filter: "FlipV"; }
  .drop-down--linklist {
    padding-right: 5rem;
    border: none;
    border-bottom: 1px solid #F5F5F5;
    box-shadow: none; }
    .drop-down--linklist:hover {
      background-color: transparent;
      border-bottom: 1px solid #a8a8a8; }
      .drop-down--linklist:hover .drop-down__caret-down .icon {
        opacity: 1; }
    .drop-down--linklist .drop-down__label {
      left: 0;
      top: 0.6rem;
      font-weight: normal; }
    .drop-down--linklist .drop-down__current {
      padding: 2.4rem 0 .4em;
      color: #5191CD;
      font-size: 1.8rem;
      line-height: 2.4rem; }
    .drop-down--linklist .drop-down__caret-down {
      border: none; }
      .drop-down--linklist .drop-down__caret-down .icon {
        margin: 0 0 0 -0.4rem;
        width: 1.4rem;
        height: 1.5rem;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        opacity: 0.7;
        transition: opacity .2s; }
    .drop-down--linklist .drop-down__dropdown-list .drop-down__dropdown-list__option {
      padding: 0; }
      .drop-down--linklist .drop-down__dropdown-list .drop-down__dropdown-list__option a {
        display: inline-block;
        width: 100%;
        padding: .8rem 1rem;
        color: #061D42;
        text-decoration: none; }

.drop-down-desktop .drop-down__label,
.drop-down-desktop .drop-down__current,
.drop-down-desktop .drop-down__arrow,
.drop-down-desktop .drop-down__caret-down {
  display: none; }

@media (max-width: 64.0525em) {
  .drop-down-desktop {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 1rem 0;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px rgba(17, 17, 17, 0.2);
    border-radius: 3px;
    padding-right: 2rem;
    min-width: 18rem;
    max-width: 22rem;
    text-align: left;
    cursor: pointer;
    transition: all .2s; }
    .drop-down-desktop a {
      color: inherit;
      text-decoration: none; }
    .drop-down-desktop:after {
      content: '';
      display: inline-block;
      background-position: -345px -272px;
      background-image: url("../i/sprites/global-sprite.png");
      background-repeat: no-repeat;
      display: inline-block;
      width: 10px;
      height: 6px;
      position: absolute;
      top: 50%;
      right: 1rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
    @media (max-width: 64.0525em) and (-webkit-min-device-pixel-ratio: 2), (max-width: 64.0525em) and (min-resolution: 192dpi) {
      .drop-down-desktop:after {
        background-size: 652px 616px;
        background-image: url("../i/sprites/global-sprite%40x2.png"); } }

@media (max-width: 64.0525em) {
    .drop-down-desktop:first-child {
      margin-right: 1%; }
    .drop-down-desktop .drop-down__clickzone {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10;
      transition: all .2s;
      border-bottom: solid 3px #5191CD;
      border-radius: 3px; }
    .drop-down-desktop .drop-down__label {
      color: #a8a8a8;
      display: block;
      font-size: 1.1rem;
      top: .8rem;
      left: 1.5rem;
      position: absolute; }
    .drop-down-desktop .drop-down__current {
      display: block;
      padding: 2.4rem 2.5rem 1rem 1.5rem;
      line-height: 2rem;
      position: relative;
      transition: all .2s;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      color: #19398A;
      min-height: 4rem;
      font-weight: bold; }
    .drop-down-desktop .drop-down__arrow {
      display: block; }
    .drop-down-desktop .drop-down__dropdown-list, .drop-down-desktop .drop-down__dropdown-list--anchors {
      visibility: hidden;
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: top center;
              transform-origin: top center;
      position: absolute;
      top: 100%;
      left: 0px;
      right: 0px;
      background: #ffffff;
      min-width: 100%;
      transition: .1s;
      max-height: 60rem;
      overflow-y: auto;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      box-shadow: 1px 2px 3px rgba(17, 17, 17, 0.2);
      margin-top: -3px;
      z-index: 10; }
      .drop-down-desktop .drop-down__dropdown-list:before, .drop-down-desktop .drop-down__dropdown-list--anchors:before {
        content: '';
        position: absolute;
        top: 0;
        left: 1rem;
        right: 1rem;
        height: 1px;
        background: #F5F5F5; }
      .drop-down-desktop .drop-down__dropdown-list .drop-down__dropdown-list__option, .drop-down-desktop .drop-down__dropdown-list--anchors .drop-down__dropdown-list__option {
        color: #333;
        cursor: pointer;
        transition: all .2s; }
        .drop-down-desktop .drop-down__dropdown-list .drop-down__dropdown-list__option:focus, .drop-down-desktop .drop-down__dropdown-list--anchors .drop-down__dropdown-list__option:focus {
          background-color: #5191CD;
          color: white; } }
      @media (max-width: 64.0525em) and (min-width: 64.0625em) {
        .drop-down-desktop .drop-down__dropdown-list .drop-down__dropdown-list__option:hover, .drop-down-desktop .drop-down__dropdown-list--anchors .drop-down__dropdown-list__option:hover {
          background-color: #5191CD;
          color: white; } }

@media (max-width: 64.0525em) {
    .drop-down-desktop .drop-down__dropdown-list.drop-down__dropdown-list--anchors .drop-down__dropdown-list__option {
      padding: 0; }
    .drop-down-desktop .drop-down__dropdown-list.drop-down__dropdown-list--anchors a {
      display: block;
      padding: .8rem 1rem; }
      .drop-down-desktop .drop-down__dropdown-list.drop-down__dropdown-list--anchors a:active {
        transition: background-color 0s !important;
        background-color: #5191CD;
        color: #FFFFFF; }
    .drop-down-desktop .drop-down__dropdown-list .drop-down__dropdown-list__option {
      padding: .8rem 1rem; }
      .drop-down-desktop .drop-down__dropdown-list .drop-down__dropdown-list__option:active {
        transition: background-color 0s !important;
        background-color: #5191CD;
        color: #FFFFFF; }
    .drop-down-desktop.is-open .drop-down__dropdown-list, .drop-down-desktop.is-open .drop-down__dropdown-list--anchors {
      visibility: visible;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .drop-down-desktop.is-open:after {
      -webkit-transform: scaleY(-1) translateY(50%);
              transform: scaleY(-1) translateY(50%);
      -webkit-filter: FlipV;
              filter: FlipV;
      -ms-filter: "FlipV"; }
    .drop-down-desktop--linklist {
      padding-right: 5rem;
      border: none;
      border-bottom: 1px solid #F5F5F5;
      box-shadow: none; }
      .drop-down-desktop--linklist:hover {
        background-color: transparent;
        border-bottom: 1px solid #a8a8a8; }
        .drop-down-desktop--linklist:hover .drop-down__caret-down .icon {
          opacity: 1; }
      .drop-down-desktop--linklist .drop-down__label {
        left: 0;
        top: 0.6rem;
        font-weight: normal; }
      .drop-down-desktop--linklist .drop-down__current {
        padding: 2.4rem 0 .4em;
        color: #5191CD;
        font-size: 1.8rem;
        line-height: 2.4rem; }
      .drop-down-desktop--linklist .drop-down__caret-down {
        border: none; }
        .drop-down-desktop--linklist .drop-down__caret-down .icon {
          margin: 0 0 0 -0.4rem;
          width: 1.4rem;
          height: 1.5rem;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          opacity: 0.7;
          transition: opacity .2s; }
      .drop-down-desktop--linklist .drop-down__dropdown-list .drop-down__dropdown-list__option {
        padding: 0; }
        .drop-down-desktop--linklist .drop-down__dropdown-list .drop-down__dropdown-list__option a {
          display: inline-block;
          width: 100%;
          padding: .8rem 1rem;
          color: #061D42;
          text-decoration: none; } }

.drop-down-tablet .drop-down__label,
.drop-down-tablet .drop-down__current,
.drop-down-tablet .drop-down__arrow,
.drop-down-tablet .drop-down__caret-down {
  display: none; }

@media (max-width: 52.49em) {
  .drop-down-tablet {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 1rem 0;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px rgba(17, 17, 17, 0.2);
    border-radius: 3px;
    padding-right: 2rem;
    min-width: 18rem;
    max-width: 22rem;
    text-align: left;
    cursor: pointer;
    transition: all .2s; }
    .drop-down-tablet a {
      color: inherit;
      text-decoration: none; }
    .drop-down-tablet:after {
      content: '';
      display: inline-block;
      background-position: -345px -272px;
      background-image: url("../i/sprites/global-sprite.png");
      background-repeat: no-repeat;
      display: inline-block;
      width: 10px;
      height: 6px;
      position: absolute;
      top: 50%;
      right: 1rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
    @media (max-width: 52.49em) and (-webkit-min-device-pixel-ratio: 2), (max-width: 52.49em) and (min-resolution: 192dpi) {
      .drop-down-tablet:after {
        background-size: 652px 616px;
        background-image: url("../i/sprites/global-sprite%40x2.png"); } }

@media (max-width: 52.49em) {
    .drop-down-tablet:first-child {
      margin-right: 1%; }
    .drop-down-tablet .drop-down__clickzone {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10;
      transition: all .2s;
      border-bottom: solid 3px #5191CD;
      border-radius: 3px; }
    .drop-down-tablet .drop-down__label {
      color: #a8a8a8;
      display: block;
      font-size: 1.1rem;
      top: .8rem;
      left: 1.5rem;
      position: absolute; }
    .drop-down-tablet .drop-down__current {
      display: block;
      padding: 2.4rem 2.5rem 1rem 1.5rem;
      line-height: 2rem;
      position: relative;
      transition: all .2s;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      color: #19398A;
      min-height: 4rem;
      font-weight: bold; }
    .drop-down-tablet .drop-down__arrow {
      display: block; }
    .drop-down-tablet .drop-down__dropdown-list, .drop-down-tablet .drop-down__dropdown-list--anchors {
      visibility: hidden;
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: top center;
              transform-origin: top center;
      position: absolute;
      top: 100%;
      left: 0px;
      right: 0px;
      background: #ffffff;
      min-width: 100%;
      transition: .1s;
      max-height: 60rem;
      overflow-y: auto;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      box-shadow: 1px 2px 3px rgba(17, 17, 17, 0.2);
      margin-top: -3px;
      z-index: 10; }
      .drop-down-tablet .drop-down__dropdown-list:before, .drop-down-tablet .drop-down__dropdown-list--anchors:before {
        content: '';
        position: absolute;
        top: 0;
        left: 1rem;
        right: 1rem;
        height: 1px;
        background: #F5F5F5; }
      .drop-down-tablet .drop-down__dropdown-list .drop-down__dropdown-list__option, .drop-down-tablet .drop-down__dropdown-list--anchors .drop-down__dropdown-list__option {
        color: #333;
        cursor: pointer;
        transition: all .2s; }
        .drop-down-tablet .drop-down__dropdown-list .drop-down__dropdown-list__option:focus, .drop-down-tablet .drop-down__dropdown-list--anchors .drop-down__dropdown-list__option:focus {
          background-color: #5191CD;
          color: white; } }
      @media (max-width: 52.49em) and (min-width: 64.0625em) {
        .drop-down-tablet .drop-down__dropdown-list .drop-down__dropdown-list__option:hover, .drop-down-tablet .drop-down__dropdown-list--anchors .drop-down__dropdown-list__option:hover {
          background-color: #5191CD;
          color: white; } }

@media (max-width: 52.49em) {
    .drop-down-tablet .drop-down__dropdown-list.drop-down__dropdown-list--anchors .drop-down__dropdown-list__option {
      padding: 0; }
    .drop-down-tablet .drop-down__dropdown-list.drop-down__dropdown-list--anchors a {
      display: block;
      padding: .8rem 1rem; }
      .drop-down-tablet .drop-down__dropdown-list.drop-down__dropdown-list--anchors a:active {
        transition: background-color 0s !important;
        background-color: #5191CD;
        color: #FFFFFF; }
    .drop-down-tablet .drop-down__dropdown-list .drop-down__dropdown-list__option {
      padding: .8rem 1rem; }
      .drop-down-tablet .drop-down__dropdown-list .drop-down__dropdown-list__option:active {
        transition: background-color 0s !important;
        background-color: #5191CD;
        color: #FFFFFF; }
    .drop-down-tablet.is-open .drop-down__dropdown-list, .drop-down-tablet.is-open .drop-down__dropdown-list--anchors {
      visibility: visible;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .drop-down-tablet.is-open:after {
      -webkit-transform: scaleY(-1) translateY(50%);
              transform: scaleY(-1) translateY(50%);
      -webkit-filter: FlipV;
              filter: FlipV;
      -ms-filter: "FlipV"; }
    .drop-down-tablet--linklist {
      padding-right: 5rem;
      border: none;
      border-bottom: 1px solid #F5F5F5;
      box-shadow: none; }
      .drop-down-tablet--linklist:hover {
        background-color: transparent;
        border-bottom: 1px solid #a8a8a8; }
        .drop-down-tablet--linklist:hover .drop-down__caret-down .icon {
          opacity: 1; }
      .drop-down-tablet--linklist .drop-down__label {
        left: 0;
        top: 0.6rem;
        font-weight: normal; }
      .drop-down-tablet--linklist .drop-down__current {
        padding: 2.4rem 0 .4em;
        color: #5191CD;
        font-size: 1.8rem;
        line-height: 2.4rem; }
      .drop-down-tablet--linklist .drop-down__caret-down {
        border: none; }
        .drop-down-tablet--linklist .drop-down__caret-down .icon {
          margin: 0 0 0 -0.4rem;
          width: 1.4rem;
          height: 1.5rem;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          opacity: 0.7;
          transition: opacity .2s; }
      .drop-down-tablet--linklist .drop-down__dropdown-list .drop-down__dropdown-list__option {
        padding: 0; }
        .drop-down-tablet--linklist .drop-down__dropdown-list .drop-down__dropdown-list__option a {
          display: inline-block;
          width: 100%;
          padding: .8rem 1rem;
          color: #061D42;
          text-decoration: none; } }

.drop-down-phablet .drop-down__label,
.drop-down-phablet .drop-down__current,
.drop-down-phablet .drop-down__arrow,
.drop-down-phablet .drop-down__caret-down {
  display: none; }

@media (max-width: 39.99em) {
  .drop-down-phablet {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 1rem 0;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px rgba(17, 17, 17, 0.2);
    border-radius: 3px;
    padding-right: 2rem;
    min-width: 18rem;
    max-width: 22rem;
    text-align: left;
    cursor: pointer;
    transition: all .2s; }
    .drop-down-phablet a {
      color: inherit;
      text-decoration: none; }
    .drop-down-phablet:after {
      content: '';
      display: inline-block;
      background-position: -345px -272px;
      background-image: url("../i/sprites/global-sprite.png");
      background-repeat: no-repeat;
      display: inline-block;
      width: 10px;
      height: 6px;
      position: absolute;
      top: 50%;
      right: 1rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
    @media (max-width: 39.99em) and (-webkit-min-device-pixel-ratio: 2), (max-width: 39.99em) and (min-resolution: 192dpi) {
      .drop-down-phablet:after {
        background-size: 652px 616px;
        background-image: url("../i/sprites/global-sprite%40x2.png"); } }

@media (max-width: 39.99em) {
    .drop-down-phablet:first-child {
      margin-right: 1%; }
    .drop-down-phablet .drop-down__clickzone {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10;
      transition: all .2s;
      border-bottom: solid 3px #5191CD;
      border-radius: 3px; }
    .drop-down-phablet .drop-down__label {
      color: #a8a8a8;
      display: block;
      font-size: 1.1rem;
      top: .8rem;
      left: 1.5rem;
      position: absolute; }
    .drop-down-phablet .drop-down__current {
      display: block;
      padding: 2.4rem 2.5rem 1rem 1.5rem;
      line-height: 2rem;
      position: relative;
      transition: all .2s;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      color: #19398A;
      min-height: 4rem;
      font-weight: bold; }
    .drop-down-phablet .drop-down__arrow {
      display: block; }
    .drop-down-phablet .drop-down__dropdown-list, .drop-down-phablet .drop-down__dropdown-list--anchors {
      visibility: hidden;
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: top center;
              transform-origin: top center;
      position: absolute;
      top: 100%;
      left: 0px;
      right: 0px;
      background: #ffffff;
      min-width: 100%;
      transition: .1s;
      max-height: 60rem;
      overflow-y: auto;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      box-shadow: 1px 2px 3px rgba(17, 17, 17, 0.2);
      margin-top: -3px;
      z-index: 10; }
      .drop-down-phablet .drop-down__dropdown-list:before, .drop-down-phablet .drop-down__dropdown-list--anchors:before {
        content: '';
        position: absolute;
        top: 0;
        left: 1rem;
        right: 1rem;
        height: 1px;
        background: #F5F5F5; }
      .drop-down-phablet .drop-down__dropdown-list .drop-down__dropdown-list__option, .drop-down-phablet .drop-down__dropdown-list--anchors .drop-down__dropdown-list__option {
        color: #333;
        cursor: pointer;
        transition: all .2s; }
        .drop-down-phablet .drop-down__dropdown-list .drop-down__dropdown-list__option:focus, .drop-down-phablet .drop-down__dropdown-list--anchors .drop-down__dropdown-list__option:focus {
          background-color: #5191CD;
          color: white; } }
      @media (max-width: 39.99em) and (min-width: 64.0625em) {
        .drop-down-phablet .drop-down__dropdown-list .drop-down__dropdown-list__option:hover, .drop-down-phablet .drop-down__dropdown-list--anchors .drop-down__dropdown-list__option:hover {
          background-color: #5191CD;
          color: white; } }

@media (max-width: 39.99em) {
    .drop-down-phablet .drop-down__dropdown-list.drop-down__dropdown-list--anchors .drop-down__dropdown-list__option {
      padding: 0; }
    .drop-down-phablet .drop-down__dropdown-list.drop-down__dropdown-list--anchors a {
      display: block;
      padding: .8rem 1rem; }
      .drop-down-phablet .drop-down__dropdown-list.drop-down__dropdown-list--anchors a:active {
        transition: background-color 0s !important;
        background-color: #5191CD;
        color: #FFFFFF; }
    .drop-down-phablet .drop-down__dropdown-list .drop-down__dropdown-list__option {
      padding: .8rem 1rem; }
      .drop-down-phablet .drop-down__dropdown-list .drop-down__dropdown-list__option:active {
        transition: background-color 0s !important;
        background-color: #5191CD;
        color: #FFFFFF; }
    .drop-down-phablet.is-open .drop-down__dropdown-list, .drop-down-phablet.is-open .drop-down__dropdown-list--anchors {
      visibility: visible;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .drop-down-phablet.is-open:after {
      -webkit-transform: scaleY(-1) translateY(50%);
              transform: scaleY(-1) translateY(50%);
      -webkit-filter: FlipV;
              filter: FlipV;
      -ms-filter: "FlipV"; }
    .drop-down-phablet--linklist {
      padding-right: 5rem;
      border: none;
      border-bottom: 1px solid #F5F5F5;
      box-shadow: none; }
      .drop-down-phablet--linklist:hover {
        background-color: transparent;
        border-bottom: 1px solid #a8a8a8; }
        .drop-down-phablet--linklist:hover .drop-down__caret-down .icon {
          opacity: 1; }
      .drop-down-phablet--linklist .drop-down__label {
        left: 0;
        top: 0.6rem;
        font-weight: normal; }
      .drop-down-phablet--linklist .drop-down__current {
        padding: 2.4rem 0 .4em;
        color: #5191CD;
        font-size: 1.8rem;
        line-height: 2.4rem; }
      .drop-down-phablet--linklist .drop-down__caret-down {
        border: none; }
        .drop-down-phablet--linklist .drop-down__caret-down .icon {
          margin: 0 0 0 -0.4rem;
          width: 1.4rem;
          height: 1.5rem;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          opacity: 0.7;
          transition: opacity .2s; }
      .drop-down-phablet--linklist .drop-down__dropdown-list .drop-down__dropdown-list__option {
        padding: 0; }
        .drop-down-phablet--linklist .drop-down__dropdown-list .drop-down__dropdown-list__option a {
          display: inline-block;
          width: 100%;
          padding: .8rem 1rem;
          color: #061D42;
          text-decoration: none; } }

@media (max-width: 39.99em) {
  .drop-down {
    width: 49%;
    min-width: 0;
    max-width: none; }
  .single-filter .drop-down {
    width: 100%; } }

/**
 * Footer of the widget
 * Used to display a bottom button that's only viewable on mobile
 */
.widget-footer {
  clear: both;
  padding: 0 0.5rem; }
  .widget-footer:before {
    content: '';
    display: block; }
  .widget-footer:after {
    content: '';
    display: table;
    clear: both; }
  .widget-footer__button {
    width: 100%;
    display: none;
    position: relative;
    text-transform: uppercase; }
  .widget-footer__loading {
    text-align: center;
    margin-bottom: 2rem; }
    .widget-footer__loading .loader {
      display: inline-block;
      vertical-align: middle;
      margin-right: 1rem; }
  @media (max-width: 52.49em) {
    .widget-footer {
      padding: 0 1rem; }
      .widget-footer__button {
        display: block; } }
  @media (max-width: 39.99em) {
    .widget-footer {
      margin: 1rem 0; } }

.social-list li {
  margin-right: .5rem; }

.social-list--no-title li:first-child {
  display: none; }

.social-list__item {
  display: block; }
  .social-list__item .icon {
    width: 2rem;
    height: 2rem;
    display: block;
    fill: #ffffff; }
  .social-list__item:focus {
    opacity: .8; }
  @media (min-width: 64.0625em) {
    .social-list__item:hover {
      opacity: .8; } }

.instagram-video {
  position: relative; }
  .instagram-video__button {
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    background-position: -552px -45px;
    background-image: url("../i/sprites/global-sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 57px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .instagram-video__button {
        background-size: 652px 616px;
        background-image: url("../i/sprites/global-sprite%40x2.png"); } }
  .instagram-video:focus {
    cursor: pointer; }
  @media (min-width: 64.0625em) {
    .instagram-video:hover {
      cursor: pointer; } }
  .instagram-video.is-playing .instagram-video__button {
    display: none; }

.marker {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0.3rem 1rem 0.4rem;
  border-radius: 3px;
  background-color: #5191CD;
  color: #ffffff;
  font-size: 1.6rem; }
  .marker .icon {
    width: 1.8rem;
    height: 1.8rem;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0.5rem;
    fill: #ffffff;
    font-weight: 700; }
  .marker--video {
    background-color: #EF4123; }
  .marker--gallery {
    color: #19398A;
    background-color: #FFCC00; }
    .marker--gallery .icon {
      fill: #19398A; }
  @media (max-width: 24.99em) {
    .marker {
      padding-right: 0.5rem; } }

.table {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #111111;
  margin: 2rem 0 4rem;
  text-align: center;
  width: 100%; }
  .table__logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
    margin-top: -.1rem; }
  .table th {
    font-size: 1.4rem;
    padding: 1.2rem 1rem;
    white-space: nowrap;
    color: #676767; }
  .table__row {
    border-bottom: 0.05rem solid #F5F5F5; }
    .table__row:nth-child(odd) {
      background-color: #fff; }
  .table tr:nth-child(even) {
    background-color: #F5F5F5;
    border-bottom: rgba(255, 255, 255, 0.6); }
  .table td {
    padding: 0.8rem 1rem; }
  @media (max-width: 52.49em) {
    .table--scroll-on-tablet {
      display: block; }
      .table--scroll-on-tablet tbody {
        display: block;
        width: 100%;
        overflow-x: scroll; }
      .table--scroll-on-tablet td {
        padding: 0.5rem; } }
  @media (max-width: 39.99em) {
    .table--scroll-on-phablet {
      display: block; }
      .table--scroll-on-phablet tbody {
        display: block;
        width: 100%;
        overflow-x: scroll; }
      .table--scroll-on-phablet td {
        padding: 0.5rem; } }

/**
 * Generic component for displaying a card
 */
.card {
  border-radius: 0.6rem;
  color: #ffffff;
  display: block;
  height: 7rem;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .card__bg {
    position: absolute;
    background-size: cover;
    border-radius: 0.6rem;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1; }
  .card__details {
    text-align: left; }
  .card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    width: 100%;
    z-index: 1; }
  .card__inner {
    padding: 0 15px 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #061D42 35%, transparent); }
  .card__link {
    background-color: rgba(17, 17, 17, 0.2);
    border: none;
    border-radius: 0 0.6rem 0.6rem 0;
    font-size: 0;
    margin: 1rem auto 0;
    height: 100%;
    position: relative;
    width: 2.5rem;
    text-transform: uppercase;
    font-weight: 700; }
    .card__link:after {
      content: '';
      display: inline-block;
      background-position: -461px -210px;
      background-image: url("../i/sprites/global-sprite.png");
      background-repeat: no-repeat;
      display: inline-block;
      width: 7px;
      height: 12px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 1rem; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .card__link:after {
          background-size: 652px 616px;
          background-image: url("../i/sprites/global-sprite%40x2.png"); } }
  .card__title {
    font-size: 1.4rem;
    margin: 0.5rem 0; }
  .card__subtitle {
    color: #ffffff;
    height: 2rem;
    margin: 1rem 0 2rem; }
  .card__inner.DD {
    background: linear-gradient(to right, #004c93 35%, transparent); }
  .card--with-team-bg .card__inner.DD {
    background-image: url("../i/stats-bgs/DD.png");
    background-color: #004c93;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
  .card__inner.GL {
    background: linear-gradient(to right, #e4660b 35%, transparent); }
  .card--with-team-bg .card__inner.GL {
    background-image: url("../i/stats-bgs/GL.png");
    background-color: #e4660b;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
  .card__inner.KKR {
    background: linear-gradient(to right, #3d2256 35%, transparent); }
  .card--with-team-bg .card__inner.KKR {
    background-image: url("../i/stats-bgs/KKR.png");
    background-color: #3d2256;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
  .card__inner.KXIP {
    background: linear-gradient(to right, #b32524 35%, transparent); }
  .card--with-team-bg .card__inner.KXIP {
    background-image: url("../i/stats-bgs/KXIP.png");
    background-color: #b32524;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
  .card__inner.MI {
    background: linear-gradient(to right, #005ea0 35%, transparent); }
  .card--with-team-bg .card__inner.MI {
    background-image: url("../i/stats-bgs/MI.png");
    background-color: #005ea0;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
  .card__inner.RCB {
    background: linear-gradient(to right, #000 35%, transparent); }
  .card--with-team-bg .card__inner.RCB {
    background-image: url("../i/stats-bgs/RCB.png");
    background-color: #000;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
  .card__inner.RPS {
    background: linear-gradient(to right, #153359 35%, transparent); }
  .card--with-team-bg .card__inner.RPS {
    background-image: url("../i/stats-bgs/RPS.png");
    background-color: #153359;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
  .card__inner.SRH {
    background: linear-gradient(to right, #fb653f 35%, transparent); }
  .card--with-team-bg .card__inner.SRH {
    background-image: url("../i/stats-bgs/SRH.png");
    background-color: #fb653f;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
  .card__inner.CSK {
    background: linear-gradient(to right, #FDB913 35%, transparent); }
  .card--with-team-bg .card__inner.CSK {
    background-image: url("../i/stats-bgs/CSK.png");
    background-color: #FDB913;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
  .card__inner.RR {
    background: linear-gradient(to right, #004B8C 35%, transparent); }
  .card--with-team-bg .card__inner.RR {
    background-image: url("../i/stats-bgs/RR.png");
    background-color: #004B8C;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
  .card__inner.SPN {
    background: linear-gradient(to right, #27c1e3 35%, transparent); }
  .card--with-team-bg .card__inner.SPN {
    background-image: url("../i/stats-bgs/SPN.html");
    background-color: #27c1e3;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
  .card__inner.TRL {
    background: linear-gradient(to right, #d60282 35%, transparent); }
  .card--with-team-bg .card__inner.TRL {
    background-image: url("../i/stats-bgs/TRL.html");
    background-color: #d60282;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
  .card--with-team-bg {
    height: 280px; }
  @media (min-width: 40em) {
    .card {
      text-align: center;
      height: 37rem;
      margin-top: 2rem; }
      .card__details {
        text-align: center; }
      .card__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 1rem 1rem 0; }
      .card__title {
        margin-top: 1rem;
        font-size: 2.2rem; }
      .card__link {
        font-size: 1.4rem;
        margin-top: 1rem;
        border-radius: 0;
        background-color: transparent;
        height: auto;
        width: auto; }
        .card__link:after {
          content: none; }
      .card__inner.DD {
        background: linear-gradient(to top, #004c93 35%, transparent); }
      .card--with-team-bg .card__inner.DD {
        background-image: url("../i/stats-bgs/DD.png"), linear-gradient(to top, #004c93 35%, transparent);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain; }
      .card__inner.GL {
        background: linear-gradient(to top, #e4660b 35%, transparent); }
      .card--with-team-bg .card__inner.GL {
        background-image: url("../i/stats-bgs/GL.png"), linear-gradient(to top, #e4660b 35%, transparent);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain; }
      .card__inner.KKR {
        background: linear-gradient(to top, #3d2256 35%, transparent); }
      .card--with-team-bg .card__inner.KKR {
        background-image: url("../i/stats-bgs/KKR.png"), linear-gradient(to top, #3d2256 35%, transparent);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain; }
      .card__inner.KXIP {
        background: linear-gradient(to top, #b32524 35%, transparent); }
      .card--with-team-bg .card__inner.KXIP {
        background-image: url("../i/stats-bgs/KXIP.png"), linear-gradient(to top, #b32524 35%, transparent);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain; }
      .card__inner.MI {
        background: linear-gradient(to top, #005ea0 35%, transparent); }
      .card--with-team-bg .card__inner.MI {
        background-image: url("../i/stats-bgs/MI.png"), linear-gradient(to top, #005ea0 35%, transparent);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain; }
      .card__inner.RCB {
        background: linear-gradient(to top, #000 35%, transparent); }
      .card--with-team-bg .card__inner.RCB {
        background-image: url("../i/stats-bgs/RCB.png"), linear-gradient(to top, #000 35%, transparent);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain; }
      .card__inner.RPS {
        background: linear-gradient(to top, #153359 35%, transparent); }
      .card--with-team-bg .card__inner.RPS {
        background-image: url("../i/stats-bgs/RPS.png"), linear-gradient(to top, #153359 35%, transparent);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain; }
      .card__inner.SRH {
        background: linear-gradient(to top, #fb653f 35%, transparent); }
      .card--with-team-bg .card__inner.SRH {
        background-image: url("../i/stats-bgs/SRH.png"), linear-gradient(to top, #fb653f 35%, transparent);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain; }
      .card__inner.CSK {
        background: linear-gradient(to top, #FDB913 35%, transparent); }
      .card--with-team-bg .card__inner.CSK {
        background-image: url("../i/stats-bgs/CSK.png"), linear-gradient(to top, #FDB913 35%, transparent);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain; }
      .card__inner.RR {
        background: linear-gradient(to top, #004B8C 35%, transparent); }
      .card--with-team-bg .card__inner.RR {
        background-image: url("../i/stats-bgs/RR.png"), linear-gradient(to top, #004B8C 35%, transparent);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain; }
      .card__inner.SPN {
        background: linear-gradient(to top, #27c1e3 35%, transparent); }
      .card--with-team-bg .card__inner.SPN {
        background-image: url("../i/stats-bgs/SPN.html"), linear-gradient(to top, #27c1e3 35%, transparent);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain; }
      .card__inner.TRL {
        background: linear-gradient(to top, #d60282 35%, transparent); }
      .card--with-team-bg .card__inner.TRL {
        background-image: url("../i/stats-bgs/TRL.html"), linear-gradient(to top, #d60282 35%, transparent);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain; } }
  @media (min-width: 64.0625em) {
    .card__title {
      font-size: 2.8rem; } }

.loader {
  position: relative;
  width: 30px;
  height: 30px;
  margin: auto; }
  .loader__blob {
    position: absolute;
    background-color: #262525;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    animation-name: bounce_loading-blob;
    -o-animation-name: bounce_loading-blob;
    -ms-animation-name: bounce_loading-blob;
    -webkit-animation-name: bounce_loading-blob;
    -moz-animation-name: bounce_loading-blob;
    animation-duration: 1.1s;
    -o-animation-duration: 1.1s;
    -ms-animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal; }
    .loader__blob--1 {
      left: 0;
      top: 12px;
      animation-delay: 0.41s;
      -o-animation-delay: 0.41s;
      -ms-animation-delay: 0.41s;
      -webkit-animation-delay: 0.41s;
      -moz-animation-delay: 0.41s; }
    .loader__blob--2 {
      left: 3px;
      top: 3px;
      animation-delay: 0.55s;
      -o-animation-delay: 0.55s;
      -ms-animation-delay: 0.55s;
      -webkit-animation-delay: 0.55s;
      -moz-animation-delay: 0.55s; }
    .loader__blob--3 {
      top: 0;
      left: 12px;
      animation-delay: 0.69s;
      -o-animation-delay: 0.69s;
      -ms-animation-delay: 0.69s;
      -webkit-animation-delay: 0.69s;
      -moz-animation-delay: 0.69s; }
    .loader__blob--4 {
      right: 3px;
      top: 3px;
      animation-delay: 0.83s;
      -o-animation-delay: 0.83s;
      -ms-animation-delay: 0.83s;
      -webkit-animation-delay: 0.83s;
      -moz-animation-delay: 0.83s; }
    .loader__blob--5 {
      right: 0;
      top: 12px;
      animation-delay: 0.97s;
      -o-animation-delay: 0.97s;
      -ms-animation-delay: 0.97s;
      -webkit-animation-delay: 0.97s;
      -moz-animation-delay: 0.97s; }
    .loader__blob--6 {
      right: 3px;
      bottom: 3px;
      animation-delay: 1.1s;
      -o-animation-delay: 1.1s;
      -ms-animation-delay: 1.1s;
      -webkit-animation-delay: 1.1s;
      -moz-animation-delay: 1.1s; }
    .loader__blob--7 {
      left: 12px;
      bottom: 0;
      animation-delay: 1.24s;
      -o-animation-delay: 1.24s;
      -ms-animation-delay: 1.24s;
      -webkit-animation-delay: 1.24s;
      -moz-animation-delay: 1.24s; }
    .loader__blob--8 {
      left: 3px;
      bottom: 3px;
      animation-delay: 1.38s;
      -o-animation-delay: 1.38s;
      -ms-animation-delay: 1.38s;
      -webkit-animation-delay: 1.38s;
      -moz-animation-delay: 1.38s; }

@keyframes bounce_loading-blob {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3); } }

@-webkit-keyframes bounce_loading-blob {
  0% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(0.3); } }

@media (max-width: 640px) {
  .content-grid li {
    border-bottom: 1px solid #e0e0e0;
    padding: 0.5rem 0; }
    .content-grid li:first-child {
      border-top: 1px solid #e0e0e0; } }

.object-fit-cover-picture__img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center"; }

.widget {
  clear: both;
  position: relative;
  margin: 1.5rem 0;
  /**
     * Modifiers for flipping colours based on theme
     */ }
  .widget:before {
    content: '';
    display: block; }
  .widget:after {
    content: '';
    display: table;
    clear: both; }
  .widget__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto .5rem 4rem .5rem; }
    .widget__header--no-link-to .widget__pipe {
      display: none; }
  .widget__pipe {
    height: 1.9rem;
    border-left: 1px solid #a8a8a8;
    margin: 0 .5rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .widget__title {
    font-weight: 300; }
    .widget__title--bold {
      font-weight: 700; }
  .widget__carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .widget__carousel button {
      background: #ffffff;
      border: none;
      width: 3.5rem;
      height: 3.5rem;
      border-radius: 5px;
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
      margin-left: .5rem;
      -webkit-transform: scale(1);
              transform: scale(1);
      transition: -webkit-transform 0.25s;
      transition: transform 0.25s;
      transition: transform 0.25s, -webkit-transform 0.25s; }
      .widget__carousel button .icon {
        width: 1rem;
        height: 1rem; }
      .widget__carousel button:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .widget__carousel button.faded {
        opacity: .5;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        pointer-events: none;
        cursor: default;
        -webkit-transform: scale(1);
                transform: scale(1); }
  .widget--t-dark {
    margin: 0;
    padding: 5.5rem 0; }
    .widget--t-dark .widget__title {
      color: #ffffff; }
    .widget--t-dark .pager__button {
      opacity: .4; }
    .widget--t-dark .pager__button.is-active {
      background: #EF4123;
      opacity: 1; }
    .widget--t-dark .social-follow__pipe {
      border-left: 1px solid #ffffff;
      opacity: .5; }
    @media (max-width: 39.99em) {
      .widget--t-dark {
        padding: 1.5rem 0; } }
  @media (max-width: 39.99em) {
    .widget {
      margin: 5px 0; }
      .widget__title {
        font-size: 2.4rem;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .widget__header {
        margin-bottom: 1rem; } }

.inline-player {
  transition: all .2s ease-in-out; }
  .inline-player__content {
    position: relative;
    padding-top: 56.25%;
    width: 100% !important;
    height: 0 !important; }
    .inline-player__content iframe, .inline-player__content object, .inline-player__content embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .inline-player__content video {
      width: 100%;
      height: auto; }
    .inline-player__content.vjs-fullscreen {
      padding-bottom: 0; }
  .inline-player .bc-player-default_default .vjs-big-play-button:before {
    display: none; }
  .inline-player .bc-player-default_default .vjs-menu {
    display: none !important; }
  .inline-player .bc-player-default_default.vjs-mouse .vjs-big-play-button, .inline-player .bc-player-default_default .vjs-big-play-button {
    display: block;
    background-color: transparent;
    background-position: 0px 0px;
    background-image: url("../i/sprites/global-sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 136px;
    height: 136px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transition: .2s;
    border-radius: 0;
    box-shadow: none;
    border: 0; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .inline-player .bc-player-default_default.vjs-mouse .vjs-big-play-button, .inline-player .bc-player-default_default .vjs-big-play-button {
        background-size: 652px 616px;
        background-image: url("../i/sprites/global-sprite%40x2.png"); } }
    .inline-player .bc-player-default_default.vjs-mouse .vjs-big-play-button:hover, .inline-player .bc-player-default_default .vjs-big-play-button:hover {
      opacity: .6; }
    @media (max-width: 39.99em) {
      .inline-player .bc-player-default_default.vjs-mouse .vjs-big-play-button, .inline-player .bc-player-default_default .vjs-big-play-button {
        background-position: -615px -103px;
        background-image: url("../i/sprites/global-sprite.png");
        background-repeat: no-repeat;
        display: inline-block;
        width: 35px;
        height: 35px; } }
  @media (max-width: 39.99em) and (-webkit-min-device-pixel-ratio: 2), (max-width: 39.99em) and (min-resolution: 192dpi) {
    .inline-player .bc-player-default_default.vjs-mouse .vjs-big-play-button, .inline-player .bc-player-default_default .vjs-big-play-button {
      background-size: 652px 616px;
      background-image: url("../i/sprites/global-sprite%40x2.png"); } }
  .inline-player .bc-player-default_default.vjs-has-started .vjs-big-play-button {
    display: none; }
  .inline-player video::-webkit-media-controls-start-playback-button {
    display: none; }
  .inline-player .bc-player-default_default:-webkit-full-screen {
    width: 100% !important; }

@media (max-width: 640px) {
  .twitterThumb.left,
  .twitterThumb.right {
    float: none;
    margin: 0;
    width: 100%; } }

.content-slider {
  overflow: hidden; }
  .content-slider__outer-wrapper {
    position: relative;
    width: auto;
    position: relative; }
  .content-slider__slide-wrapper {
    overflow: hidden;
    margin: 0 auto;
    width: 90%;
    position: relative; }
    @media (max-width: 52.49em) {
      .content-slider__slide-wrapper {
        width: 100%; } }
  .content-slider__inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    transition: left 0.5s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: left 0.5s ease-in-out, transform 0.3s ease-in-out;
    transition: left 0.5s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    left: 0;
    padding-bottom: 2rem; }
    .content-slider__inner-wrapper.nudge-right {
      -webkit-transform: translateX(30px);
              transform: translateX(30px); }
    .content-slider__inner-wrapper.nudge-left {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px); }
    .content-slider__inner-wrapper > li {
      margin-bottom: 0; }
  .content-slider__item {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    transition: opacity .6s; }
    .content-slider__item.is-active {
      opacity: 1; }
  .content-slider__slideBtn {
    background: none;
    border: none;
    transition: color 0.25s;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 50;
    transition: opacity 0.25s;
    padding: 0;
    width: 10rem;
    padding: 0 1rem;
    text-align: left; }
    .content-slider__slideBtn.disabled {
      display: none; }
    .content-slider__slideBtn:focus {
      color: #19398A; }
    @media (min-width: 64.0625em) {
      .content-slider__slideBtn:hover {
        color: #19398A; } }
    .content-slider__slideBtn .icon {
      width: 2.5rem;
      height: 2.5rem; }
    .content-slider__slideBtn--prev {
      left: 0; }
      .content-slider__slideBtn--prev .icon {
        margin-left: 1rem; }
    .content-slider__slideBtn--next {
      right: 0;
      text-align: right; }
      .content-slider__slideBtn--next .icon {
        margin-right: 1rem; }
  .content-slider__wrapper {
    width: 95%;
    margin: 0 auto; }
  @media (min-width: 52.5em) {
    .content-slider--large-thumbs .content-slider__item {
      width: 33.33%; } }
  .content-slider--stats {
    /**
         * Turn stats carousel into scrollable list
         */ }
    @media (max-width: 81.24em) {
      .content-slider--stats {
        margin: 1.5rem -1rem; }
        .content-slider--stats .pager,
        .content-slider--stats .widget__carousel,
        .content-slider--stats .social-follow__pipe {
          display: none; }
        .content-slider--stats .content-slider__item {
          width: 20rem;
          opacity: 1; }
        .content-slider--stats .content-slider__inner-wrapper {
          overflow-x: scroll;
          -webkit-overflow-scrolling: touch; } }
  .content-slider--no-padding .content-slider__item {
    padding: 0;
    margin: 0; }
  @media (max-width: 52.49em) {
    .content-slider--no-padding .content-slider__outer-wrapper, .content-slider--no-padding .content-slider__inner-wrapper {
      padding: 0; }
    .content-slider--no-padding .content-slider__inner-wrapper {
      margin: 0; }
    .content-slider--no-padding .content-slider__item:first-child {
      margin-left: 1rem; } }
  @media (max-width: 52.49em) {
    .content-slider__inner-wrapper {
      overflow-x: scroll;
      overflow-y: hidden;
      padding-top: 1rem;
      padding-bottom: 0;
      -webkit-overflow-scrolling: touch; }
      .content-slider__inner-wrapper:after {
        content: "";
        display: inline-block;
        height: auto;
        min-width: 1rem;
        background-color: transparent; }
    .content-slider__item {
      opacity: 1; }
      .content-slider__item:last-of-type {
        margin-right: 0; }
    .content-slider--stats .content-slider__item {
      max-width: 20rem; } }
  @media (max-width: 39.99em) {
    .content-slider .thumbnail__picture {
      width: 100%;
      max-width: none; } }

.social-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto; }
  .social-follow__title {
    position: relative;
    display: inline-block;
    vertical-align: super;
    padding: 0 1rem;
    font-size: 1.2rem;
    font-weight: 700; }
  .social-follow__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center; }
  .social-follow__link {
    margin: 0 .2rem;
    color: #fff;
    transition: .2s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
    width: 4rem;
    height: 4rem;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
    .social-follow__link svg {
      width: 1.8rem;
      height: 1.8rem;
      fill: #fff; }
    .social-follow__link--facebook {
      background-color: #2a5f9d; }
    .social-follow__link--twitter {
      background-color: #4099ff; }
    .social-follow__link--instagram {
      background: linear-gradient(to bottom left, #fec95f 0%, #d31c7a 36%, #8555c5 67%, #6434b9 100%); }
    .social-follow__link:focus {
      -webkit-transform: scale(1);
              transform: scale(1); }
    @media (min-width: 64.0625em) {
      .social-follow__link:hover {
        -webkit-transform: scale(1);
                transform: scale(1); } }
  .social-follow__pipe {
    height: 1.9rem;
    border-left: 1px solid #a8a8a8;
    margin: 0 .5rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  @media (max-width: 39.99em) {
    .social-follow {
      margin-left: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a {
  color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 52.49em) {
    .flip-clock-wrapper {
      -webkit-box-align: initial;
          -ms-flex-align: initial;
              align-items: initial; } }

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.flip-clock-wrapper:after {
  clear: both; }

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 0.2rem;
  width: 4.2rem;
  height: 6rem;
  font-size: 5rem;
  font-weight: bold;
  line-height: 6rem;
  background-color: #061D42;
  border-radius: 4px; }
  @media (max-width: 64.0525em) {
    .flip-clock-wrapper ul {
      width: 3.5rem;
      height: 5rem;
      font-size: 4rem; } }

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 6rem;
  text-decoration: none !important; }
  @media (max-width: 64.0525em) {
    .flip-clock-wrapper ul li {
      line-height: 5rem; } }

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 5rem;
  overflow: hidden;
  outline: 1px solid transparent; }
  @media (max-width: 64.0525em) {
    .flip-clock-wrapper ul li a div {
      font-size: 4rem; } }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: transparent; }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-image: url("../i/elements/countdown-notch.png"), url("../i/elements/countdown-notch.png"), linear-gradient(to bottom, #061D42 0%, #061D42 50%, #061D42 50%, #030f21 50%, #030f21 100%);
  background-position: left 2px center, right 2px center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 0.25rem, 0.25rem, cover;
  border-radius: 4px;
  font-size: 5rem; }
  .flip-clock-wrapper ul li a div div.inn--half {
    height: 300%;
    background: transparent;
    text-shadow: none;
    color: #fff; }
  @media (max-width: 64.0525em) {
    .flip-clock-wrapper ul li a div div.inn {
      font-size: 4rem; } }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 1.2rem;
  height: 95px; }
  @media (max-width: 64.0525em) {
    .flip-clock-divider {
      width: 0.65rem;
      height: 80px; } }
  @media (max-width: 52.49em) {
    .flip-clock-divider {
      height: 70px; } }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: transparent;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  color: #fff;
  text-shadow: none;
  bottom: 0;
  letter-spacing: 1px;
  text-transform: uppercase; }

.flip-clock-divider.days .flip-clock-label {
  right: -63px; }
  @media (max-width: 64.0525em) {
    .flip-clock-divider.days .flip-clock-label {
      right: -57px; } }

.flip-clock-divider.hours .flip-clock-label {
  right: -69px; }
  @media (max-width: 64.0525em) {
    .flip-clock-divider.hours .flip-clock-label {
      right: -62px; } }

.flip-clock-divider.minutes .flip-clock-label {
  right: -74px; }
  @media (max-width: 64.0525em) {
    .flip-clock-divider.minutes .flip-clock-label {
      right: -66px; } }

.flip-clock-divider.seconds .flip-clock-label {
  right: -75px; }
  @media (max-width: 64.0525em) {
    .flip-clock-divider.seconds .flip-clock-label {
      right: -69px; } }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }
  100% {
    -webkit-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg); }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }
  100% {
    -webkit-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); }
  100% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.shell {
  position: absolute;
  height: 100%;
  left: -10rem;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg); }
  .shell--carousel {
    bottom: -25rem;
    left: 0;
    -webkit-transform: rotate(110deg) scale(1.9);
            transform: rotate(110deg) scale(1.9); }
    @media (max-width: 64.0525em) {
      .shell--carousel {
        -webkit-transform: rotate(110deg) scale(1.7);
                transform: rotate(110deg) scale(1.7); } }
    @media (max-width: 39.99em) {
      .shell--carousel {
        -webkit-transform: rotate(110deg) scale(1);
                transform: rotate(110deg) scale(1);
        top: 0;
        left: -10rem; } }
  .shell--right {
    right: -5rem;
    left: auto;
    -webkit-transform: rotate(10deg) scale(1.3);
            transform: rotate(10deg) scale(1.3); }
  .shell--playlist-cards {
    -webkit-transform: rotate(0deg) scale(2);
            transform: rotate(0deg) scale(2);
    left: -25rem;
    top: 50rem; }
    @media (max-width: 64.0525em) {
      .shell--playlist-cards {
        -webkit-transform: rotate(15deg) scale(1.5);
                transform: rotate(15deg) scale(1.5);
        left: -30rem;
        top: 35rem; } }
    @media (max-width: 52.49em) {
      .shell--playlist-cards {
        -webkit-transform: rotate(15deg) scale(1.25);
                transform: rotate(15deg) scale(1.25);
        left: -25rem;
        top: 40rem; } }

.pager {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .pager__container {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .pager__container:focus .pager__button {
      background-color: #a6a6a6;
      cursor: pointer; }
      .pager__container:focus .pager__button.is-active {
        background-color: #19398A; }
    @media (min-width: 64.0625em) {
      .pager__container:hover .pager__button {
        background-color: #a6a6a6;
        cursor: pointer; }
        .pager__container:hover .pager__button.is-active {
          background-color: #19398A; } }
  .pager__button {
    display: inline-block;
    border: none;
    width: 8rem;
    height: .3rem;
    margin: .5rem;
    background-color: #d9d9d9;
    transition: background-color 0.15s ease-in; }
    .pager__button.is-active {
      background-color: #19398A; }
  .pager--small .pager__button {
    width: 3rem;
    margin: .2rem;
    opacity: .3;
    background-color: #ffffff;
    transition: background-color 0.15s ease-in, opacity 0.15s ease-in; }
    .pager--small .pager__button.is-active {
      opacity: 1; }
  .pager--small .pager__container:focus .pager__button {
    background-color: #EC008C;
    opacity: 1; }
  @media (min-width: 64.0625em) {
    .pager--small .pager__container:hover .pager__button {
      background-color: #EC008C;
      opacity: 1; } }
  @media (max-width: 64.0525em) {
    .pager__button {
      width: 6rem; } }

.match-item {
  --match-item-height: 3rem;
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none; }
  .match-item__summary, .match-item__venue {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #ffffff;
    line-height: 2.5rem;
    font-size: 1.1rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    transition: opacity 0.2s ease; }
  .match-item__summary {
    font-weight: 700; }
  .match-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    padding-top: 2.5rem;
    transition: padding-top 0.2s ease; }
  .match-item__team {
    min-width: 9rem;
    height: var(--match-item-height);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: linear-gradient(to bottom, #a8a8a8 0%, #b2b2b2 50%, #a3a3a3 50%, #a0a0a0 100%);
    overflow: hidden;
    transition: height 0.2s ease;
    z-index: 5; }
    .match-item__team.t-DD {
      background: linear-gradient(to bottom, #004c93 0%, #0057a7 50%, #004789 50%, #004484 100%); }
    .match-item__team.t-KXIP {
      background: linear-gradient(to bottom, #b32524 0%, #c42927 50%, #ab2322 50%, #a62221 100%); }
    .match-item__team.t-KKR {
      background: linear-gradient(to bottom, #3d2256 0%, #472865 50%, #381f4f 50%, #351e4b 100%); }
    .match-item__team.t-MI {
      background: linear-gradient(to bottom, #005ea0 0%, #006ab4 50%, #005896 50%, #005591 100%); }
    .match-item__team.t-RCB {
      background: linear-gradient(to bottom, #000 0%, #0a0a0a 50%, black 50%, black 100%); }
    .match-item__team.t-SRH {
      background: linear-gradient(to bottom, #fb653f 0%, #fb7553 50%, #fb5d35 50%, #fb5930 100%); }
    .match-item__team.t-GL {
      background: linear-gradient(to bottom, #e4660b 0%, #f36f10 50%, #da620b 50%, #d55f0a 100%); }
    .match-item__team.t-RPS {
      background: linear-gradient(to bottom, #153359 0%, #193c6a 50%, #132e51 50%, #122c4d 100%); }
    .match-item__team.t-CSK {
      background: linear-gradient(to bottom, #FDB913 0%, #fdbf27 50%, #fdb609 50%, #fdb504 100%); }
    .match-item__team.t-RR {
      background: linear-gradient(to bottom, #004B8C 0%, #0056a0 50%, #004682 50%, #00437d 100%); }
    .match-item__team.t-SPN {
      background: linear-gradient(to bottom, #27c1e3 0%, #39c6e5 50%, #1ebee2 50%, #1dbbde 100%); }
    .match-item__team.t-TRL {
      background: linear-gradient(to bottom, #d60282 0%, #ea028e 50%, #cc027c 50%, #c70279 100%); }
    .match-item__team--a {
      padding-left: 1rem;
      border-radius: 6px 0 0 6px; }
      .match-item__team--a .match-item__team-name {
        padding-right: 5rem; }
      .match-item__team--a .match-item__team-logo {
        right: -2rem; }
    .match-item__team--b {
      padding-right: 1rem;
      border-radius: 0 6px 6px 0;
      text-align: right; }
      .match-item__team--b .match-item__team-name {
        padding-left: 5rem; }
      .match-item__team--b .match-item__team-logo {
        left: -2rem; }
  .match-item__team-name {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: var(--match-item-height);
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    font-weight: 700;
    font-size: 1.6rem;
    transition: line-height 0.2s ease, font-size 0.2s ease;
    z-index: 10; }
  .match-item__team-logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 5; }
  .match-item__scorebox {
    min-width: 9rem;
    height: var(--match-item-height);
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    vertical-align: middle;
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
    background: linear-gradient(to right, #c31126, #DF142B, #c31126);
    border-radius: 6px;
    border: 0px solid #ffffff;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    transition: margin 0.2s ease, height 0.2s ease, top 0.2s ease, border-width 0.2s ease;
    z-index: 10; }
    .match-item__scorebox::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ffffff;
      border-radius: 6px;
      transition: opacity 0.2s ease; }
  .match-item__score {
    position: relative;
    min-width: 3.5rem;
    top: -1px;
    color: #111111;
    line-height: 1;
    white-space: nowrap;
    font-size: 1.4rem;
    transition: font-size 0.2s ease; }
    .match-item__score--a {
      text-align: right; }
    .match-item__score--runs {
      font-weight: 700; }
    .match-item__score--delimiter {
      margin: 0 -3px; }
  .match-item__runs {
    font-weight: 700;
    font-size: 1.8rem;
    margin-right: -4px; }
  .match-item__versus {
    position: relative;
    padding: 0 1.5rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    transition: font-size 0.2s ease, color 0.2s ease;
    z-index: 5; }
    .match-item__versus::before {
      content: '';
      width: 1.6rem;
      height: 1.6rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 100%;
      background-color: #19398A;
      transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease;
      z-index: -1; }
  .match-item__time {
    position: relative;
    line-height: 1;
    text-align: center;
    transition: color 0.2s ease; }
    .match-item__time .time__ist {
      display: block;
      font-weight: 700;
      font-size: 1.2rem;
      transition: font-size 0.2s ease; }
    .match-item__time .time__gmt {
      display: block;
      font-size: 1rem;
      transition: font-size 0.2s ease; }
  .match-item:focus .match-item__scorebox {
    margin: 0 -0.5rem; }
  @media (min-width: 64.0625em) {
    .match-item:hover .match-item__scorebox {
      margin: 0 -0.5rem; } }
  .match-item--live {
    --match-item-height: 3.6rem;
    top: 0.3rem; }
    .match-item--live .match-item__summary, .match-item--live .match-item__venue {
      opacity: 0; }
    .match-item--live .match-item__content {
      padding-top: 0; }
    .match-item--live .match-item__team-name {
      font-size: 2rem; }
    .match-item--live .match-item__scorebox {
      height: calc( ( 0.3rem * 2 ) + var(--match-item-height));
      top: -0.3rem;
      border-width: 2px;
      min-width: 16rem; }
      .match-item--live .match-item__scorebox::before {
        opacity: 0; }
    .match-item--live .match-item__score {
      color: #ffffff;
      font-size: 2.1rem;
      min-width: 5rem; }
    .match-item--live .match-item__versus {
      color: #DF142B;
      font-size: 1.4rem; }
      .match-item--live .match-item__versus::before {
        width: 2.3rem;
        height: 2.3rem;
        background-color: #ffffff;
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2); }
    .match-item--live .match-item__time {
      color: #ffffff; }
      .match-item--live .match-item__time .time__ist {
        font-size: 1.6rem; }
      .match-item--live .match-item__time .time__gmt {
        font-size: 1.2rem; }
  @media (max-width: 64.0525em) {
    .match-item__scorebox {
      padding: 0 .5rem; }
    .match-item__versus {
      padding: 0 1rem; }
    .match-item__team {
      min-width: 6rem; }
      .match-item__team--a .match-item__team-name {
        padding-right: 2rem; }
      .match-item__team--b .match-item__team-name {
        padding-left: 2rem; }
    .match-item__team-name {
      font-size: 1.4rem; }
    .match-item__team-logo {
      display: none; } }

.tLogo100x--with-border,
.tLogo70x--with-border,
.tLogo50x--with-border,
.tLogo40x--with-border,
.tLogo30x--with-border {
  position: relative;
  z-index: 1; }
  .tLogo100x--with-border::before,
  .tLogo70x--with-border::before,
  .tLogo50x--with-border::before,
  .tLogo40x--with-border::before,
  .tLogo30x--with-border::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 3px solid #a8a8a8;
    border-radius: 100%;
    z-index: -1; }
  .tLogo100x--with-border.t-DD::before,
  .tLogo70x--with-border.t-DD::before,
  .tLogo50x--with-border.t-DD::before,
  .tLogo40x--with-border.t-DD::before,
  .tLogo30x--with-border.t-DD::before {
    border-color: #004c93; }
  .tLogo100x--with-border.t-KXIP::before,
  .tLogo70x--with-border.t-KXIP::before,
  .tLogo50x--with-border.t-KXIP::before,
  .tLogo40x--with-border.t-KXIP::before,
  .tLogo30x--with-border.t-KXIP::before {
    border-color: #b32524; }
  .tLogo100x--with-border.t-KKR::before,
  .tLogo70x--with-border.t-KKR::before,
  .tLogo50x--with-border.t-KKR::before,
  .tLogo40x--with-border.t-KKR::before,
  .tLogo30x--with-border.t-KKR::before {
    border-color: #3d2256; }
  .tLogo100x--with-border.t-MI::before,
  .tLogo70x--with-border.t-MI::before,
  .tLogo50x--with-border.t-MI::before,
  .tLogo40x--with-border.t-MI::before,
  .tLogo30x--with-border.t-MI::before {
    border-color: #005ea0; }
  .tLogo100x--with-border.t-RCB::before,
  .tLogo70x--with-border.t-RCB::before,
  .tLogo50x--with-border.t-RCB::before,
  .tLogo40x--with-border.t-RCB::before,
  .tLogo30x--with-border.t-RCB::before {
    border-color: #000; }
  .tLogo100x--with-border.t-SRH::before,
  .tLogo70x--with-border.t-SRH::before,
  .tLogo50x--with-border.t-SRH::before,
  .tLogo40x--with-border.t-SRH::before,
  .tLogo30x--with-border.t-SRH::before {
    border-color: #fb653f; }
  .tLogo100x--with-border.t-GL::before,
  .tLogo70x--with-border.t-GL::before,
  .tLogo50x--with-border.t-GL::before,
  .tLogo40x--with-border.t-GL::before,
  .tLogo30x--with-border.t-GL::before {
    border-color: #e4660b; }
  .tLogo100x--with-border.t-RPS::before,
  .tLogo70x--with-border.t-RPS::before,
  .tLogo50x--with-border.t-RPS::before,
  .tLogo40x--with-border.t-RPS::before,
  .tLogo30x--with-border.t-RPS::before {
    border-color: #153359; }
  .tLogo100x--with-border.t-CSK::before,
  .tLogo70x--with-border.t-CSK::before,
  .tLogo50x--with-border.t-CSK::before,
  .tLogo40x--with-border.t-CSK::before,
  .tLogo30x--with-border.t-CSK::before {
    border-color: #FDB913; }
  .tLogo100x--with-border.t-RR::before,
  .tLogo70x--with-border.t-RR::before,
  .tLogo50x--with-border.t-RR::before,
  .tLogo40x--with-border.t-RR::before,
  .tLogo30x--with-border.t-RR::before {
    border-color: #004B8C; }
  .tLogo100x--with-border.t-SPN::before,
  .tLogo70x--with-border.t-SPN::before,
  .tLogo50x--with-border.t-SPN::before,
  .tLogo40x--with-border.t-SPN::before,
  .tLogo30x--with-border.t-SPN::before {
    border-color: #27c1e3; }
  .tLogo100x--with-border.t-TRL::before,
  .tLogo70x--with-border.t-TRL::before,
  .tLogo50x--with-border.t-TRL::before,
  .tLogo40x--with-border.t-TRL::before,
  .tLogo30x--with-border.t-TRL::before {
    border-color: #d60282; }

.tLogo100x--with-border::before {
  width: 12.5rem;
  height: 12.5rem; }

.tLogo70x--with-border::before {
  width: 8.5rem;
  height: 8.5rem; }

.tLogo50x--with-border::before {
  width: 6.5rem;
  height: 6.5rem; }

.tLogo40x--with-border::before {
  width: 5.5rem;
  height: 5.5rem; }

.tLogo30x--with-border::before {
  width: 4rem;
  height: 4rem; }

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  top: 0;
  left: 0;
  overflow-y: auto;
  background: rgba(27, 57, 108, 0.8); }
  .modal__inner-wrapper {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0, 0, 0.18, 0.71), -webkit-transform 0.3s;
    transition: opacity 0.3s cubic-bezier(0, 0, 0.18, 0.71), transform 0.3s;
    transition: opacity 0.3s cubic-bezier(0, 0, 0.18, 0.71), transform 0.3s, -webkit-transform 0.3s;
    position: relative;
    margin: 0 auto;
    height: 100%;
    padding: 2rem; }
  .modal .inline-player {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0, 0, 0.18, 0.71); }
  .modal .close {
	      cursor: pointer;
 }
  .modal.open {
    visibility: visible; }
    .modal.open .modal__inner-wrapper {
      visibility: visible;
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
    .modal.open .inline-player {
      opacity: 1; }
  .modal__close {
    padding: 1.5rem;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    z-index: 210;
    right: 1rem;
    top: 1rem;
    text-align: center;
    box-shadow: 0px 1px 4px rgba(17, 17, 17, 0.2);
    transition: box-shadow .2s ease, -webkit-transform .2s ease;
    transition: box-shadow .2s ease, transform .2s ease;
    transition: box-shadow .2s ease, transform .2s ease, -webkit-transform .2s ease; }
    .modal__close .icon {
      width: 1.7rem;
      height: 1.7rem;
      display: block;
      fill: #19398A; }
    .modal__close:focus {
      box-shadow: 0px 1px 4px rgba(17, 17, 17, 0.6);
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    @media (min-width: 64.0625em) {
      .modal__close:hover {
        box-shadow: 0px 1px 4px rgba(17, 17, 17, 0.6);
        -webkit-transform: scale(1.1);
                transform: scale(1.1); } }
  .modal.close {
    display: none; }
  @media (max-width: 64.0525em) {
    .modal__close {
      right: 1rem;
      top: 1rem;
      padding: 1.1rem; } }
  @media (max-width: 52.49em) {
    .modal__inner-wrapper {
      padding: 0; } }

.small-media-item__heading {
  font-size: 1.6rem; }

.small-media-item__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1rem; }

.small-media-item__img-container {
  position: relative; }

.small-media-item__img {
  border-radius: .3rem;
  width: 100%; }

.small-media-item__placeholder {
  background: radial-gradient(circle at 5% 10%, #19398A, 35%, #04132b 60%);
  border-radius: .3rem;
  overflow: hidden;
  padding-top: 100%;
  position: relative; }
  .small-media-item__placeholder:before {
    background-image: url(../i/element-bgs/ipl-logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%; }

.small-media-item__meta {
  padding: 1rem 0; }

.small-media-item__play-icn {
  left: 50%;
  opacity: .6;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%); }

.small-media-item__time, .small-media-item__photo-no {
  background: #EF4123;
  border-radius: 1rem;
  bottom: .5rem;
  color: #ffffff;
  display: block;
  font-size: 1.1rem;
  font-weight: 900;
  margin: 0 auto;
  padding: .2rem 1rem;
  position: absolute;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.small-media-item__photo-no {
  background: #ffcb37;
  border-radius: .5rem;
  color: #19398A;
  font-size: 1.4rem;
  margin-bottom: -.1rem;
  padding: .1rem 1rem; }

.small-media-item__time-icn {
  display: inline-block;
  fill: #ffffff;
  height: .7rem;
  margin-right: .3rem;
  width: .7rem; }

.small-media-item__camera-icn {
  display: inline-block;
  fill: #19398A;
  height: 1rem;
  width: 1.7rem; }

.small-media-item__views {
  font-size: 1rem;
  font-weight: 700;
  padding-right: 1rem; }

.small-media-item__views-icn {
  display: inline-block;
  fill: #ffffff;
  height: 1rem;
  margin-bottom: -.2rem;
  margin-right: .3rem;
  width: 1.5rem; }

.small-media-item__views-icn--dark {
  fill: #111111; }

.small-media-item__tag {
  color: #5191CD;
  font-size: 1.1rem;
  font-weight: 700;
  padding-right: 1rem;
  text-transform: uppercase; }

.small-media-item__tag--gallery {
  color: #ffcb37; }

.small-media-item__date {
  font-size: 1.1rem;
  letter-spacing: .1rem;
  text-transform: uppercase; }

.small-media-item:hover .small-media-item__heading {
  text-decoration: underline; }

.tag {
  background-color: #19398A;
  background: linear-gradient(to top, #153074 50%, #19398A 50%);
  border-radius: 0.5rem;
  color: #ffffff;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase; }

/* WIDGETS
========================================================================== */
.gallery-preview__slide {
  position: absolute;
  height: 100%;
  width: 100%; }

.gallery-preview__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .gallery-preview__loader .loader__blob {
    background-color: white; }

.gallery-preview__cta {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0; }

.gallery-preview__metadata {
  transition: opacity .2s ease-out; }

.gallery-preview:focus .gallery-preview__metadata {
  opacity: 0; }

.gallery-preview:focus .gallery-preview__cta {
  opacity: 1; }

@media (min-width: 64.0625em) {
  .gallery-preview:hover .gallery-preview__metadata {
    opacity: 0; }
  .gallery-preview:hover .gallery-preview__cta {
    opacity: 1; } }

.gallery-preview.is-loaded .gallery-item__img-container {
  background-image: radial-gradient(circle at 5% 10%, #214bb5, 35%, #061D42 60%);
  background-size: cover; }

.gallery-preview.is-loaded .gallery-preview__cta {
  z-index: 0; }

.fading-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 1s ease-in-out; }
  .fading-item.is-faded {
    opacity: 0; }

@media (max-width: 52.49em) {
  .social-share {
    position: fixed;
    padding: .5rem;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    box-shadow: 0 -4px 8px 0 rgba(17, 17, 17, 0.1);
    z-index: 100; } }

.social-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .social-share__list--no-collapse .social-share-item {
    font-size: initial !important; }

.social-share__callout {
  text-transform: uppercase;
  margin-right: 1rem;
  color: #2a5f9d;
  font-size: 1.2rem;
  font-weight: 700; }

.social-share--inline {
  background: transparent;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: relative; }
  .social-share--inline .social-share__callout {
    color: #ffffff; }

.social-share--gallery-slider {
  background: none;
  position: static;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 0; }
  .social-share--gallery-slider .social-share__callout {
    display: none; }
  .social-share--gallery-slider .social-share-item:nth-child(n + 4) {
    display: none; }

.social-share-item {
  width: auto;
  color: #ffffff;
  font-size: 0;
  margin-right: 1rem;
  font-weight: 400; }
  .social-share-item:last-child {
    margin-right: 0; }
  .social-share-item__icon {
    height: 2rem;
    width: 2rem;
    fill: #ffffff; }
    @media (min-width: 52.5em) {
      .social-share-item__icon {
        margin-right: 0.75rem; } }
  .social-share-item__link {
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem; }
    @media (min-width: 52.5em) {
      .social-share-item__link {
        padding: 0.7rem 1rem; } }
  .social-share-item__network {
    font-weight: 700; }
  .social-share-item--facebook .social-share-item__link {
    background: #2a5f9d; }
    .social-share-item--facebook .social-share-item__link:focus {
      background: #255389; }
    @media (min-width: 64.0625em) {
      .social-share-item--facebook .social-share-item__link:hover {
        background: #255389; } }
  .social-share-item--twitter .social-share-item__link {
    background: #4099ff; }
    .social-share-item--twitter .social-share-item__link:focus {
      background: #278bff; }
    @media (min-width: 64.0625em) {
      .social-share-item--twitter .social-share-item__link:hover {
        background: #278bff; } }
  .social-share-item--whatsapp .social-share-item__link {
    background: #69bf5e; }
  .social-share-item--facebook-messenger .social-share-item__link {
    border: solid 1.25px #F5F5F5;
    background: #ffffff; }
  .social-share-item--facebook-messenger .social-share-item__icon {
    fill: #007FFF; }
  .social-share-item--copy-link .social-share-item__link {
    background: #794996; }
    .social-share-item--copy-link .social-share-item__link:focus {
      background: #6b4185; }
    @media (min-width: 64.0625em) {
      .social-share-item--copy-link .social-share-item__link:hover {
        background: #6b4185; } }
    .social-share-item--copy-link .social-share-item__link.show-confirm {
      position: relative;
      background: #6b4185; }
      .social-share-item--copy-link .social-share-item__link.show-confirm:after {
        content: 'Copied!';
        -webkit-animation: 100ms ease-in 0s 1 forwards show;
                animation: 100ms ease-in 0s 1 forwards show;
        background: #111111;
        border-radius: 0.5rem;
        border: solid 1px #a8a8a8;
        box-sizing: border-box;
        color: #ffffff;
        font-size: 1rem;
        opacity: 0;
        padding: 0.5rem;
        position: absolute;
        right: 0px;
        top: -27px; }
      @media (min-width: 52.5em) {
        .social-share-item--copy-link .social-share-item__link.show-confirm:after {
          background: #6b4185;
          border: none;
          font-size: 1.4rem;
          height: 100%;
          padding: 0.8rem 1rem 0 0;
          text-align: right;
          top: 0px;
          width: 70%;
          font-weight: 700; } }
  @media (min-width: 52.5em) {
    .social-share-item {
      font-size: 1.4rem; } }

.social-share-body-padding {
  padding-bottom: 50px; }

.mcContent {
  position: relative; }

@-webkit-keyframes pollSlideLeft {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes pollSlideLeft {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes pollSlideRight {
  from {
    opacity: 1;
    -webkit-transform: translateX(0); }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%); } }

@keyframes pollSlideRight {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@-webkit-keyframes pollFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes pollFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes pollFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes pollFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.mcContentOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999990;
  display: none;
  -webkit-animation: pollFadeIn 0.2s ease-out;
  animation: pollFadeIn 0.2s ease-out; }
  .mcContentOverlay.open {
    display: block;
    position: fixed; }
  .mcContentOverlay.closing {
    -webkit-animation: pollFadeOut 0.2s ease-out;
    animation: pollFadeOut 0.2s ease-out; }

.pulsePoll {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #061D42;
  z-index: 999999999;
  overflow: hidden;
  width: 320px;
  opacity: 0;
  margin-right: -320px;
  display: none;
  -webkit-animation: pollSlideLeft 0.2s ease-out;
  animation: pollSlideLeft 0.2s ease-out; }
  .pulsePoll.closing {
    -webkit-animation: pollSlideRight 0.2s ease-out;
    animation: pollSlideRight 0.2s ease-out; }
  .pulsePoll.open {
    margin-right: 0;
    display: block;
    opacity: 1;
    position: fixed; }
  .pulsePoll header {
    background-color: #19398A;
    padding: 10px 15px; }
    .pulsePoll header:before {
      content: '';
      display: block; }
    .pulsePoll header:after {
      content: '';
      display: table;
      clear: both; }
    .pulsePoll header .pulseIcon {
      background-position: -436px -169px;
      background-image: url("../i/sprites/global-sprite.png");
      background-repeat: no-repeat;
      display: inline-block;
      width: 20px;
      height: 16px;
      float: left;
      margin-right: 10px;
      position: relative;
      top: 2px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .pulsePoll header .pulseIcon {
          background-size: 652px 616px;
          background-image: url("../i/sprites/global-sprite%40x2.png"); } }
    .pulsePoll header h4 {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 0.9em;
      float: left;
      color: #fff;
      line-height: 20px; }
    .pulsePoll header .pulseButton {
      float: right;
      display: block;
      transition: all 0.2s linear;
      opacity: 0;
      margin-left: 10px; }
      .pulsePoll header .pulseButton span {
        display: block; }
      .pulsePoll header .pulseButton.back {
        opacity: 0;
        position: absolute;
        top: 10px;
        right: 45px;
        cursor: pointer;
        width: 20px;
        height: 20px;
        z-index: 9; }
        .pulsePoll header .pulseButton.back:before {
          content: '';
          position: absolute;
          width: 2px;
          background-color: #fff;
          height: 11px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .pulsePoll header .pulseButton.back:after {
          content: '';
          top: 7px;
          position: absolute;
          width: 2px;
          background-color: #fff;
          height: 11px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
      .pulsePoll header .pulseButton.close {
        background: none;
        position: absolute;
        top: 10px;
        right: 12px;
        cursor: pointer;
        width: 20px;
        height: 20px;
        opacity: 0.4;
        z-index: 9; }
        .pulsePoll header .pulseButton.close:before {
          content: '';
          position: absolute;
          width: 2px;
          background-color: #fff;
          height: 20px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .pulsePoll header .pulseButton.close:after {
          content: '';
          position: absolute;
          width: 2px;
          background-color: #fff;
          height: 20px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .pulsePoll header .pulseButton.close:hover {
          opacity: 1; }
      .pulsePoll header .pulseButton.on {
        opacity: 0.4; }
        .pulsePoll header .pulseButton.on:hover {
          opacity: 1; }
  .pulsePoll a {
    cursor: pointer; }

@-webkit-keyframes pollSlide {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px); } }

@keyframes pollSlide {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px); } }

@-webkit-keyframes pollSlideIn {
  from {
    opacity: 1;
    -webkit-transform: translateX(0px); }
  to {
    opacity: 0;
    -webkit-transform: translateX(-200px); } }
  .pulsePoll .pulseSlide {
    position: relative;
    left: 0;
    white-space: nowrap;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .pulsePoll .pulseSlide .slide {
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-right: -4px;
      vertical-align: top;
      width: 100%;
      transition: all  0.3s;
      overflow-y: auto; }
      .pulsePoll .pulseSlide .slide .slideContent {
        padding: 0 20px 20px;
        white-space: normal; }
  .pulsePoll .empty-state p, .pulsePoll .empty {
    margin-bottom: 20px;
    font-size: 1em;
    color: #fff;
    color: rgba(255, 255, 255, 0.5); }
  .pulsePoll .title {
    color: #fff;
    font-weight: 600;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 15px 0;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer; }
  .pulsePoll .arrow, .pulsePoll .button {
    color: #fff;
    background: #19398A;
    border-color: #4593ce;
    text-transform: none;
    white-space: normal;
    padding-left: 10px;
    text-align: left;
    line-height: 1.4em;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1em;
    transition: background ease-in-out 0.3s;
    text-decoration: none; }
    .pulsePoll .arrow:hover, .pulsePoll .button:hover {
      text-decoration: none;
      background: #082759;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
    .pulsePoll .arrow .arrow-icon, .pulsePoll .button .arrow-icon {
      top: 11px;
      right: -6px;
      position: absolute;
      width: 20px;
      height: 20px;
      opacity: 0.3;
      z-index: 9; }
      .pulsePoll .arrow .arrow-icon:before, .pulsePoll .button .arrow-icon:before {
        content: '';
        position: absolute;
        width: 2px;
        background-color: #fff;
        height: 8px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .pulsePoll .arrow .arrow-icon:after, .pulsePoll .button .arrow-icon:after {
        content: '';
        top: 5px;
        position: absolute;
        width: 2px;
        background-color: #fff;
        height: 8px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .pulsePoll .arrow .arrow-icon:hover, .pulsePoll .button .arrow-icon:hover {
        opacity: 1; }
  .pulsePoll .button {
    padding-right: 25px;
    position: relative; }
  .pulsePoll .questions .questionList {
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .pulsePoll .questions .arrow {
    padding-left: 10px;
    text-align: left; }
  .pulsePoll .questions li {
    font-size: 14px;
    margin-bottom: 10px; }
    .pulsePoll .questions li a {
      display: block; }
    .pulsePoll .questions li:nth-child(1) {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .pulsePoll .questions li:nth-child(2) {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    .pulsePoll .questions li:nth-child(3) {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .pulsePoll .questions li:nth-child(4) {
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
    .pulsePoll .questions li:nth-child(5) {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
    .pulsePoll .questions li:nth-child(6) {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
    .pulsePoll .questions li:nth-child(7) {
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s; }
    .pulsePoll .questions li:nth-child(8) {
      -webkit-animation-delay: 0.8s;
      animation-delay: 0.8s; }
    .pulsePoll .questions li:nth-child(9) {
      -webkit-animation-delay: 0.9s;
      animation-delay: 0.9s; }
  .pulsePoll .questions .options a {
    float: left;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    color: #fff;
    text-decoration: none; }
    .pulsePoll .questions .options a span {
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: middle;
      width: 6px;
      height: 10px;
      background-position: -65px -40px;
      margin-left: 5px; }
    .pulsePoll .questions .options a:hover {
      text-decoration: underline; }
    .pulsePoll .questions .options a:last-child {
      margin-bottom: 0;
      float: right; }
  .pulsePoll .question li {
    margin-bottom: 10px; }
    .pulsePoll .question li a {
      color: #fff;
      display: block;
      text-align: left;
      position: relative; }
      .pulsePoll .question li a .tick {
        position: absolute;
        top: 50%;
        margin-top: -9px;
        right: 6px;
        cursor: pointer;
        width: 20px;
        height: 20px;
        opacity: 0.4;
        z-index: 9; }
        .pulsePoll .question li a .tick:before {
          content: '';
          position: absolute;
          width: 2px;
          background-color: #fff;
          height: 15px;
          top: 0px;
          left: 7px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .pulsePoll .question li a .tick:after {
          content: '';
          position: absolute;
          width: 2px;
          left: 0px;
          top: 6px;
          background-color: #fff;
          height: 8px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
      .pulsePoll .question li a .vote-result {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 10px;
        color: #fff;
        font-size: 14px;
        transition: all 1s linear 0.3s;
        opacity: 0;
        z-index: 10; }
      .pulsePoll .question li a .bar {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
        background: #5191CD;
        max-width: 0;
        transition: all 0.5s cubic-bezier(1, 0.07, 0.83, 0.67) 0.3s;
        z-index: 5; }
      .pulsePoll .question li a p {
        color: #ffffff;
        z-index: 10;
        position: relative;
        font-size: 14px;
        line-height: 1.4em; }
      .pulsePoll .question li a:hover .tick {
        opacity: 1; }
  .pulsePoll .question .votes {
    padding: 5px 0 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    text-align: right;
    opacity: 0;
    transition: all .5s ease-out 1.5s;
    color: #fff; }
  .pulsePoll .question .more {
    font-size: 12px;
    opacity: 0;
    transition: all .5s ease-out 1.5s; }
    .pulsePoll .question .more span {
      top: 11px;
      right: -6px;
      position: absolute;
      width: 20px;
      height: 20px;
      opacity: 0.3;
      z-index: 9; }
      .pulsePoll .question .more span:before {
        content: '';
        position: absolute;
        width: 2px;
        background-color: #fff;
        height: 8px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .pulsePoll .question .more span:after {
        content: '';
        top: 5px;
        position: absolute;
        width: 2px;
        background-color: #fff;
        height: 8px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .pulsePoll .question .more span:hover {
        opacity: 1; }
  .pulsePoll .question.result-slide li a {
    cursor: default; }
    .pulsePoll .question.result-slide li a .vote-result {
      opacity: 1; }
    .pulsePoll .question.result-slide li a .bar {
      max-width: 100%; }
  .pulsePoll .question.result-slide .votes {
    opacity: 1; }
  .pulsePoll .question.result-slide .more {
    opacity: 1; }
  .pulsePoll .pulseHistory .questionList {
    margin: 0;
    padding: 0;
    border: 0; }
  .pulsePoll .result-slide .button:hover {
    background: #19398A; }
  .pulsePoll .result-slide .questionList .button:hover {
    background: #051939;
    cursor: pointer; }
  .pulsePoll .pulse h5 {
    padding-left: 5px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 15px 0; }
  .pulsePoll .pulse .liveBtn {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    margin: 0; }
  .pulsePoll .pulse p {
    padding-left: 5px;
    line-height: 1.6em;
    color: #fff;
    font-size: 14px; }

.matchCenter .mcContentOverlay {
  position: fixed; }

.matchCenter .pulsePoll {
  position: fixed;
  overflow-y: auto; }
  @media (max-width: 450px) {
    .matchCenter .pulsePoll {
      width: auto;
      left: 0; } }
  .matchCenter .pulsePoll .pulseSlide .slide {
    height: auto;
    overflow: visible; }

.matchCenter .pulse-poll-btn {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  font-weight: 900;
  padding: 0 2rem;
  transition: background ease-in-out 0.3s; }
  .matchCenter .pulse-poll-btn__num {
    background: #EC008C;
    border-radius: 100%;
    display: block;
    position: absolute;
    margin-left: -1rem;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 2.1rem;
    height: 2.2rem;
    width: 2.2rem;
    opacity: 0;
    transition: opacity ease-in-out 0.1s; }
    .matchCenter .pulse-poll-btn__num.has-questions {
      opacity: 1; }
  .matchCenter .pulse-poll-btn__icon {
    display: inline-block;
    margin: 0 0.5rem;
    vertical-align: middle;
    width: 3rem;
    height: 3em;
    fill: #ffffff; }

@media (max-width: 52.49em) {
  .matchCenter .pulse-poll-btn__icon {
    margin: 0 !important;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

.top-bar {
  background: #ffffff;
  color: #9b9b9b;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem 0 .5rem; }
  .top-bar::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: .4rem;
    width: 28rem;
    background: linear-gradient(to right, #5191CD, #ffffff); }
  .top-bar li {
    padding: 1rem 0; }
    .top-bar li:first-child {
      margin-left: 0; }
  .top-bar a {
    color: inherit;
    text-decoration: none; }
  .top-bar__links {
    font-size: 1.4rem;
    line-height: 2rem; }
    .top-bar__links li {
      padding-left: .5rem;
      padding-right: .5rem; }
    .top-bar__links li.has-link {
      padding: 0; }
    .top-bar__links a {
      position: relative;
      padding: 1rem .5rem;
      transition: color .1s ease-in;
      font-weight: 700; }
      .top-bar__links a:hover {
        color: #111111; }
      .top-bar__links a.highlight-link {
        color: #5191CD;
        text-transform: uppercase; }
        .top-bar__links a.highlight-link:hover {
          color: #295e8f; }
  .top-bar__social li {
    font-weight: 700;
    font-size: 1.3rem;
    vertical-align: middle;
    text-transform: uppercase;
    margin-left: 1rem; }
    .top-bar__social li:hover .facebook .icon {
      fill: #2a5f9d; }
    .top-bar__social li:hover .instagram .icon {
      fill: #262626; }
    .top-bar__social li:hover .twitter .icon {
      fill: #4099ff; }
  .top-bar__social a {
    display: block;
    line-height: 0; }
  .top-bar__social .icon {
    width: 2rem;
    height: 2rem;
    fill: #a8a8a8;
    transition: fill 0.1s ease-in; }

.page-header {
  box-shadow: 1px 1px 1px rgba(23, 23, 23, 0.3);
  background: #6eb43f;
  color: #ffffff;
  width: 100%;
  height: 7.7rem;
  z-index: 100; }
  .page-header__menu-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page-header__logo {
    background-position: -475px -122px;
    background-image: url("../i/sprites/global-sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 98px;
    height: 50px;
    margin: 1.5rem 0 1.2rem 2rem;
    margin-right: calc( 17rem + calc( 2rem + 2 * 2rem) + 1px - calc( 9.8rem + 2rem));
    overflow: hidden;
    text-indent: -90rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .page-header__logo {
        background-size: 652px 616px;
        background-image: url("../i/sprites/global-sprite%40x2.png"); } }
    .page-header__logo:hover {
      opacity: 0.6; }

.pulse-poll-btn {
  float: left;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  font-weight: 900;
  padding: 0 2rem;
  height: 7.7rem;
  width: 17rem;
  padding-top: 0.5rem;
  transition: background ease-in-out 0.3s; }
  .pulse-poll-btn__num {
    background: #EC008C;
    border-radius: 100%;
    display: block;
    position: absolute;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 2.1rem;
    height: 2.2rem;
    width: 2.2rem;
    opacity: 0;
    transition: opacity ease-in-out 0.1s; }
    .pulse-poll-btn__num.has-questions {
      opacity: 1; }
  .pulse-poll-btn__icon {
    display: inline-block;
    margin: 0 0.5rem;
    vertical-align: middle;
    width: 3rem;
    height: 3em;
    fill: #ffffff; }
  .pulse-poll-btn:hover {
    background: rgba(6, 29, 66, 0.5); }

.burger {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  font-weight: 700;
  display: none;
  height: 4.5rem;
  font-size: 1.8rem;
  line-height: 5rem;
  padding: 0 1.5rem; }
  .burger__icon {
    width: 2.2rem;
    height: 1.6rem;
    margin: auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer; }
    .burger__icon span {
      display: block;
      position: absolute;
      height: 0.2rem;
      width: 100%;
      background: #ffffff;
      border-radius: 0.5rem;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      transition: .25s ease-in-out; }
    .burger__icon span:nth-child(1) {
      top: 0px; }
    .burger__icon span:nth-child(2),
    .burger__icon span:nth-child(3) {
      top: 0.7rem; }
    .burger__icon span:nth-child(4) {
      top: 1.4rem; }

.page-header.search-active .site-search__btn {
  background: #061D42; }

.page-header.search-active .site-search__btn-icon:before {
  width: 0;
  height: 100%;
  border-radius: 0;
  border-width: calc( 0.2rem / 2);
  left: 50%;
  background-color: #ffffff;
  transition: all .2s, background-color .0s linear .3s;
  -webkit-transform: translate(calc( -0.2rem / 2), calc( -0.2rem / 2)) rotate(45deg);
          transform: translate(calc( -0.2rem / 2), calc( -0.2rem / 2)) rotate(45deg); }

.page-header.search-active .site-search__btn-icon:after {
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }

.page-header.search-active .site-search-form {
  padding: 3rem 0;
  max-height: 100rem; }
  .page-header.search-active .site-search-form__container {
    opacity: 1; }

.page-header.search-active .site-search-form,
.page-header.search-active .top-bar,
.page-header.search-active .wrapper {
  z-index: 20; }

.page-header.mobile-menu-active .burger {
  background: #061D42; }
  .page-header.mobile-menu-active .burger__icon span:nth-child(1) {
    top: 0.6rem;
    width: 0%;
    left: 50%; }
  .page-header.mobile-menu-active .burger__icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .page-header.mobile-menu-active .burger__icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .page-header.mobile-menu-active .burger__icon span:nth-child(4) {
    top: 0.6rem;
    width: 0%;
    left: 50%; }

.page-header.mobile-menu-active .page-header__menu-wrapper {
  height: 4.5rem; }

.site-search {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }
  .site-search__btn {
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    float: left;
    height: 7.7rem;
    padding: 0 2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transition: background ease-in-out 0.3s; }
    .site-search__btn:hover {
      background: rgba(6, 29, 66, 0.5); }
  .site-search__btn-icon {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    position: relative;
    cursor: pointer;
    margin: auto; }
    .site-search__btn-icon:before, .site-search__btn-icon:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      border: 0.2rem solid #ffffff; }
    .site-search__btn-icon:before {
      width: 75%;
      height: 75%;
      border-radius: 50%;
      border-width: 0.2rem;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      transition: all .2s, background-color .0s linear .0s; }
    .site-search__btn-icon:after {
      border-width: calc( 0.2rem / 2);
      width: 0;
      height: 25%;
      left: 85%;
      top: 75%;
      margin-left: 0;
      margin-top: 0;
      background-color: #ffffff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      transition: all .2s; }

.site-search-form {
  background: #061D42;
  max-height: 0;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease-in-out max-height, 0.3s ease-in-out padding;
  width: 100%;
  z-index: 20; }
  .site-search-form__container {
    position: relative;
    opacity: 0;
    transition: opacity .2s ease; }
  .site-search-form__search-box {
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    font-size: 3rem;
    outline: 0;
    padding-right: 4rem;
    width: 100%; }
    .site-search-form__search-box::-webkit-input-placeholder {
      color: #ffffff;
      opacity: .6; }
    .site-search-form__search-box:-moz-placeholder {
      /* Firefox 18- */
      color: #ffffff; }
    .site-search-form__search-box::-moz-placeholder {
      /* Firefox 19+ */
      color: #ffffff; }
    .site-search-form__search-box:-ms-input-placeholder {
      color: #ffffff; }
  .site-search-form__btn {
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    right: 1rem;
    text-indent: -10rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 120%;
    height: 120%;
    right: -0.2rem; }
  .site-search-form__icon {
    width: 2.4rem;
    height: 2.4rem;
    fill: #ffffff;
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.sponsor-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .sponsor-list__title {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    color: #8c8c8c;
    display: inline-block;
    font-weight: 700;
    justify-self: flex-end;
    max-width: 14.7rem;
    text-align: center;
    font-size: 1.2rem;
    text-transform: uppercase; }
  .sponsor-list__item {
    font-size: 0;
    padding: 1rem 4rem;
    text-align: center;
    vertical-align: top; }
  .sponsor-list__item--has-border {
    border-left: 1px solid #e8e8e8; }
    @media (max-width: 374px) {
      .sponsor-list__item--has-border {
        border-left: 0; } }
  .sponsor-list__sponsor {
    display: block;
    margin: 0 auto 1rem; }
    .sponsor-list__sponsor:hover {
      opacity: .8; }

@media (max-width: 1200px) {
  .page-footer__background::before {
    left: -10rem; }
  .page-footer__background::after {
    right: -10rem; } }

@media (max-width: 1025px) {
  .page-footer__background::before {
    left: -18rem; }
  .page-footer__background::after {
    right: -18rem; } }

@media (max-width: 840px) {
  .page-footer__background::before, .page-footer__background::after {
    display: none; }
  .page-footer__nav-section {
    padding: 3rem 0; }
    .page-footer__nav-section .social-follow--footer {
      margin-bottom: 0; }
  .page-footer__menu {
    margin-top: 3rem; }
    .page-footer__menu > ul > li {
      padding-bottom: 2rem; }
  .page-footer__bottom {
    padding: 2rem 0 1rem; }
  .page-footer__bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .sponsor-list__item {
    padding: 1rem 3rem; }
  .footer-list {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .ipl-copy,
  .foot-menu {
    margin: 0; }
  .ipl-copy {
    margin-bottom: 1rem; } }

@media (max-width: 640px) {
  .sponsor-list__item {
    padding: 1rem 2rem; } }

.match-scroller__fixed-container {
  position: relative;
  height: 6.6rem; }
  @media (max-width: 52.49em) {
    .match-scroller__fixed-container {
      display: none !important; } }

.match-scroller {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  background: linear-gradient(to right, #061D42 0%, #061D42 30%, #19398A 50%, #061D42 70%, #061D42 100%);
  border-top: 2px solid #EF4123;
  overflow: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 30; }
  .match-scroller.has-animations {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .match-scroller.has-animations .match-scroller__list {
      transition: left .2s ease, right .2s ease; }
  .match-scroller__list {
    position: relative;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0.3rem 3.2rem 0.6rem 0.5rem; }
    .match-scroller__list:first-child::before {
      display: none; }
  .match-scroller__date {
    position: relative;
    line-height: 1;
    padding: 0 2rem;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase; }
    .match-scroller__date::before, .match-scroller__date::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 1px;
      background-color: rgba(255, 255, 255, 0.2); }
    .match-scroller__date::before {
      left: 0; }
    .match-scroller__date::after {
      right: 0; }
  .match-scroller__month {
    display: block;
    font-size: 1rem; }
  .match-scroller__day {
    display: block;
    font-size: 3.2rem; }
  .match-scroller__item {
    position: relative;
    display: inline-block; }
    .match-scroller__item .match-item {
      padding: 0 2rem;
      transition: padding .2s ease; }
      .match-scroller__item .match-item:focus {
        padding: 0 1rem 0 1rem; }
      @media (min-width: 64.0625em) {
        .match-scroller__item .match-item:hover {
          padding: 0 1rem 0 1rem; } }
    .match-scroller__item + .match-scroller__item .match-item::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 1px;
      background-color: rgba(255, 255, 255, 0.2); }
  .match-scroller__nav {
    width: 3.2rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    z-index: 20; }
  .match-scroller__btn {
    width: 2.6rem;
    height: 2.6rem;
    position: relative;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
    transition: background-color .2s ease; }
    .match-scroller__btn .icon {
      width: 1.2rem;
      height: 1.2rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .match-scroller__btn:focus {
      background-color: #e8e8e8; }
    @media (min-width: 64.0625em) {
      .match-scroller__btn:hover {
        background-color: #e8e8e8; } }
    .match-scroller__btn.is-inactive {
      cursor: default; }
      .match-scroller__btn.is-inactive .icon {
        opacity: 0.6; }
      .match-scroller__btn.is-inactive:focus {
        background-color: #ffffff; }
      @media (min-width: 64.0625em) {
        .match-scroller__btn.is-inactive:hover {
          background-color: #ffffff; } }

/*
 * Styling to show media item in the smaller mobile view written as mixin so this can be applied on media query for mobile or class if needed on larger screens
 */
.gallery-item {
  height: 52rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  background: #ffffff;
  overflow: hidden;
  -webkit-animation: gallery-image-zoom-out 0.2s forwards cubic-bezier(0, 0, 0.18, 0.71);
          animation: gallery-image-zoom-out 0.2s forwards cubic-bezier(0, 0, 0.18, 0.71);
  transition: box-shadow .2s ease, border-radius .2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 5; }
  .gallery-item:focus {
    -webkit-animation: gallery-image-zoom-in 0.15s forwards cubic-bezier(0, 0, 0.18, 0.71);
            animation: gallery-image-zoom-in 0.15s forwards cubic-bezier(0, 0, 0.18, 0.71);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    z-index: 20; }
  @media (min-width: 64.0625em) {
    .gallery-item:hover {
      -webkit-animation: gallery-image-zoom-in 0.15s forwards cubic-bezier(0, 0, 0.18, 0.71);
              animation: gallery-image-zoom-in 0.15s forwards cubic-bezier(0, 0, 0.18, 0.71);
      box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
      border-radius: 2px;
      z-index: 20; } }
  .gallery-item__img-container {
    position: relative;
    background-image: url("../i/elements/content-item-bg-small.png");
    background-color: #061D42;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .gallery-item__txt-container {
    height: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    bottom: -.2rem;
    left: -.2rem;
    right: -.2rem;
    padding: 2rem 2rem 3.5rem;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(to top, #061D42 0%, #061D42 30%, rgba(6, 29, 66, 0));
    z-index: 10; }
  .gallery-item__tag {
    color: #ffffff;
    font-weight: 700;
    display: block;
    font-size: 1.2rem;
    text-transform: uppercase; }
  .gallery-item__heading {
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-size: 2.2rem;
    font-weight: 700; }
  .gallery-item__preview {
    color: #ffffff;
    line-height: 1.6rem; }
  .gallery-item__date {
    display: block;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem; }
  .gallery-item--vertical-list-item {
    width: 100%;
    min-height: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0; }
    .gallery-item--vertical-list-item .media-item__img-container {
      height: auto;
      margin: 0;
      width: 45%;
      max-width: 30rem; }
    .gallery-item--vertical-list-item .media-item__img {
      height: auto;
      max-height: 13rem;
      width: 100%; }
    .gallery-item--vertical-list-item .media-item__txt-container {
      padding: 1rem;
      width: 55%; }
    @media (max-width: 64.0525em) {
      .gallery-item--vertical-list-item .media-item__preview {
        display: none; } }
  .gallery-item--no-tag .gallery-item__tag {
    display: none !important; }
  .gallery-item--new .gallery-item__tag {
    color: #cf0a2c !important; }
  .gallery-item--new.gallery-item--picture-bg .gallery-item__tag {
    background-color: #cf0a2c !important;
    color: #ffffff !important; }
  .gallery-item .object-fit-cover-picture__img {
    width: 102%;
    height: 102%;
    display: block;
    position: absolute;
    top: -1%;
    left: -1%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .gallery-item .marker {
    margin-bottom: 0.5rem;
    z-index: 10; }
  @media (max-width: 39.99em) {
    .gallery-item {
      height: 40rem; } }
  @media (max-width: 39.99em) {
    .gallery-item--picture-bg {
      background: #19398A;
      background-image: radial-gradient(circle at 5% 10%, #214bb5, 35%, #061D42 60%);
      position: relative;
      padding: 0; }
      .gallery-item--picture-bg.media__item--small-picture {
        min-height: 20rem; }
        .gallery-item--picture-bg.media__item--small-picture .media-item__heading {
          font-size: 1.6rem;
          line-height: 2rem; }
      .gallery-item--picture-bg .media-item__img-container {
        height: 100%;
        overflow: hidden;
        position: absolute;
        background-color: transparent;
        margin: 0;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0; }
      .gallery-item--picture-bg .media-item__img {
        min-height: 100%;
        min-width: 100%; }
      .gallery-item--picture-bg .media-item__txt-container {
        padding: 5rem 1.5rem 2rem;
        position: relative;
        background: linear-gradient(rgba(0, 47, 82, 0), rgba(0, 0, 0, 0.8) 90%);
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0; }
      .gallery-item--picture-bg .media-item__heading {
        font-weight: 700;
        font-size: 2rem;
        color: #ffffff; }
      .gallery-item--picture-bg .media-item__tag {
        font-weight: 400;
        background-color: #19398A;
        color: #ffffff;
        font-size: 1.1rem;
        margin-bottom: 1rem;
        padding: 0.2rem 1rem;
        display: inline-block; }
      .gallery-item--picture-bg .media-item__preview {
        display: none; }
      .gallery-item--picture-bg .media-item__date {
        margin-top: 0;
        padding-top: 0.5rem; } }
  @media (max-width: 39.99em) and (max-width: 64.0525em) {
    .gallery-item--picture-bg .media-item__heading {
      font-size: 1.6rem; } }
  @media (max-width: 39.99em) {
    .gallery-item--new.gallery-item--picture-bg .gallery-item__tag {
      background-color: transparent !important;
      color: #cf0a2c !important; } }

.video-item {
  background: #ffffff;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  white-space: normal; }
  .video-item__tag {
    color: #19398A;
    font-weight: 700;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase; }
  .video-item__index-container {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1rem 0 0; }
  .video-item__index {
    font-weight: 700;
    font-size: 2.8rem;
    color: #ffffff;
    text-shadow: 2px 2px #111111;
    z-index: 10;
    position: relative; }
  .video-item__img-container {
    background-image: url("../i/elements/content-item-bg-small.png");
    background-color: #a8a8a8;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto;
    overflow: hidden;
    position: relative; }
    .video-item__img-container:after {
      content: '';
      display: inline-block;
      display: block;
      padding-top: 56.25%; }
    .video-item__img-container .video-item__time {
      display: none; }
  .video-item__txt-container {
    color: #ffffff;
    padding: 6rem 1rem 1rem;
    background: linear-gradient(rgba(11, 35, 94, 0), #0b235e 85%);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }
  .video-item__meta {
    font-size: 1.1rem;
    padding-top: 1.5rem; }
    .video-item__meta li {
      padding: 0; }
  .video-item__img {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    left: 50%;
    position: absolute;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%; }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .video-item__img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: top;
           object-position: top;
        width: 100%; } }
  .video-item__heading {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.2;
    max-height: 4.2rem;
    overflow: hidden;
    padding: 0 1rem;
    text-align: center; }
  .video-item__preview {
    color: #676767;
    line-height: 1.6rem;
    padding-top: 1rem; }
  .video-item__date {
    font-size: 1.1rem;
    opacity: 0.8;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.1rem; }
  .video-item__time {
    background: #EF4123;
    border-radius: 2rem;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1rem;
    padding: 0.3rem 1rem; }
  .video-item__views {
    font-size: 1.1rem; }
  .video-item__watch-icn {
    height: 1rem;
    margin-right: 0.2rem;
    width: 1.5rem;
    vertical-align: middle;
    fill: #ffffff; }
  .video-item__play-icn {
    height: 1rem;
    margin-right: 0.3rem;
    width: 0.7rem;
    fill: #ffffff; }
  .video-item .marker {
    left: 1rem;
    position: absolute;
    top: 1rem; }
  .video-item--trending .video-item__index-container {
    display: block; }
  .video-item::after {
    content: '';
    display: block;
    position: absolute;
    background-position: -615px -103px;
    background-image: url("../i/sprites/global-sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 35px;
    height: 35px;
    top: 0.5rem;
    left: 0.5rem;
    transition: 0.3s ease-in-out opacity; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .video-item::after {
        background-size: 652px 616px;
        background-image: url("../i/sprites/global-sprite%40x2.png"); } }
  .video-item:focus::after {
    opacity: 0.6; }
  @media (min-width: 64.0625em) {
    .video-item:hover::after {
      opacity: 0.6; } }
  @media (max-width: 840px) {
    .video-item {
      z-index: 10; } }
  @media (max-width: 640px) {
    .video-item__heading {
      font-size: 1.4rem; }
    .video-item__time {
      font-size: 0.9rem; }
    .video-item__date {
      font-size: 1rem; }
    .video-item--inline-mobile {
      border-radius: 0; }
      .video-item--inline-mobile .video-item__img-container {
        border-radius: 5px; }
      .video-item--inline-mobile .video-item__img-container,
      .video-item--inline-mobile .video-item__txt-container {
        float: left;
        position: relative;
        width: 50%; }
      .video-item--inline-mobile .video-item__img-container .video-item__time {
        display: inline-block; }
      .video-item--inline-mobile .video-item__heading {
        color: #111111;
        font-size: 1.4rem;
        max-height: none;
        padding: 0;
        text-align: left; }
      .video-item--inline-mobile .video-item__txt-container {
        background: none;
        color: #111111;
        padding: 1rem; }
      .video-item--inline-mobile .video-item__time {
        color: #ffffff;
        bottom: 0.5rem;
        left: 0.5rem;
        position: absolute; }
      .video-item--inline-mobile .video-item__meta li {
        width: 50%; }
      .video-item--inline-mobile .video-item__watch-icn {
        fill: #111111; }
      .video-item--inline-mobile .video-item__date {
        opacity: 1; }
      .video-item--inline-mobile .inline-thumb-hide {
        display: none; }
      .video-item--inline-mobile::after {
        display: none; } }

.article-item {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .article-item__tag {
    margin-right: 0.2rem;
	    font-size: 13px; }
  .article-item__img-container {
    background: radial-gradient(circle at 5% 10%, #214bb5, 35%, #061D42 60%);
    overflow: hidden;
    position: relative;
    border-radius: 0.5rem; }
    .article-item__img-container::before {
      content: '';
      display: inline-block;
      display: block;
      background-size: 50%;
      position: absolute;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%;
      background-position: center; }
    .article-item__img-container::after {
      content: '';
      display: inline-block;
      display: block;
      padding-top: 72.25%; }
    .article-item__img-container .object-fit-cover-picture__img {
      transition: -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
      -webkit-transform: scale(1);
              transform: scale(1); }
  .article-item__txt-container {
    padding: 0 1rem 1rem;
    margin-top: -1.5rem;
    z-index: 10;
    height: 100%;
    display: block; }
  .article-item__content {
    overflow: hidden;
    padding: 1.5rem;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(120, 120, 120, 0.2);
    width: 100%;
    height: auto;
    min-height: 11rem;
    position: relative;
    transition: all .3s ease-in-out; }
  .article-item__theme-line {
    position: relative;
    height: 0.4rem;
    width: 100%;
    background-color: #00b49d; }
  .article-item__heading {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.2;
    max-height: calc( ( 1.8rem * 1.2 ) * 2);
    overflow: hidden;
    margin-bottom: 1rem;
    text-overflow: ellipsis; }
  .article-item__meta {
    bottom: 0rem; }
  .article-item__date {
    font-weight: 300;
    color: #9a9a9a;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.1rem;
    text-transform: uppercase; }
  .article-item:hover .article-item__content {
    box-shadow: 0 0 10px rgba(120, 120, 120, 0.6); }
  .article-item:hover .article-item__img-container .object-fit-cover-picture__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .article-item:hover .article-item__heading {
    text-decoration: underline; }

@media (max-width: 39.99em) {
  .article-item {
    box-shadow: none;
    width: 100%;
    padding: 0;
	    margin-bottom: -105px; }
    .article-item__heading {
      font-size: 15px;
      max-height: calc( ( 1.5rem * 1.2 ) * 2); }
    .article-item__img-container {
      display: inline-block;
      width: 100%;
  }
    .article-item__txt-container {
      margin: 0px 0 0 0rem;
    padding: 10px;
      /*display: inline-block;  /*
    /* width: calc(55% + .8rem); */
    /* position: absolute; */
    top: 50%;
    height: auto;
    min-height: calc(100% - 1.8rem);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffffff;
    /* box-shadow: 0 0 5px rgba(120, 120, 120, 0.2); */ }
    .article-item__content {
          min-height: auto;
    /* height: 100%; */
    /* position: absolute; */
    background: transparent;
    /* box-shadow: none; */ }
    .article-item .media-item__img {
      position: absolute;
      min-height: auto; } }

@media (max-width: 24.99em) {
  .article-item__img-container {
    min-height: 14rem; }
  .article-item__content {
    padding: 1rem; } }

.media-item {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  box-shadow: 0px 2px 6px #a8a8a8;
  overflow: hidden;
  padding: 1rem;
  position: relative;
  /**
   * Simplified design without tags or preview, where the marker is centred in the middle of the image
   */ }
  .media-item__tag {
    color: #19398A;
    font-weight: 700;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase; }
  .media-item__img-container {
    background-image: url("../i/elements/content-item-bg-small.png");
    background-color: #a8a8a8;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto;
    height: 15.4rem;
    margin: -2rem 1rem;
    overflow: hidden;
    position: relative; }
  .media-item__img {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    width: 100%; }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .media-item__img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: top;
           object-position: top;
        width: 100%; } }
  .media-item__heading {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.2; }
  .media-item__preview {
    color: #676767;
    line-height: 1.6rem;
    padding-top: 1rem; }
  .media-item__date {
    color: #9a9a9a;
    display: block;
    font-size: 1.2rem;
    margin-top: auto;
    padding-top: 1rem; }
  .media-item .marker {
    left: 1rem;
    position: absolute;
    top: 1rem;
    z-index: 10; }
  .media-item:hover .media-item__img {
    transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.18, 0.71);
    transition: transform 0.8s cubic-bezier(0, 0, 0.18, 0.71);
    transition: transform 0.8s cubic-bezier(0, 0, 0.18, 0.71), -webkit-transform 0.8s cubic-bezier(0, 0, 0.18, 0.71); }
    .media-item:hover .media-item__img:focus {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    @media (min-width: 64.0625em) {
      .media-item:hover .media-item__img:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); } }
  .media-item--centred-marker {
    background: none;
    box-shadow: none;
    padding: 0; }
    .media-item--centred-marker .media-item__heading {
      font-weight: 700;
      font-size: 1.8rem; }
    .media-item--centred-marker .media-item__preview,
    .media-item--centred-marker .media-item__tag {
      display: none; }
    .media-item--centred-marker .media-item__date {
      color: #676767;
      margin-top: inherit; }
    .media-item--centred-marker .marker {
      background: rgba(38, 57, 115, 0.95);
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 1.4rem;
      line-height: 3.4rem;
      opacity: 0.9; }
      .media-item--centred-marker .marker:before {
        background-color: rgba(25, 38, 77, 0.95);
        background-position: -615px -63px;
        background-image: url("../i/sprites/global-sprite.png");
        background-repeat: no-repeat;
        display: inline-block;
        width: 36px;
        height: 35px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .media-item--centred-marker .marker:before {
            background-size: 652px 616px;
            background-image: url("../i/sprites/global-sprite%40x2.png"); } }
  @media (min-width: 640px) {
    .media-item--picture-bg {
      background: #19398A; } }
  .media-item--vertical-list-item {
    width: 100%;
    min-height: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0; }
    .media-item--vertical-list-item .media-item__img-container {
      height: auto;
      margin: 0;
      width: 45%;
      max-width: 30rem; }
    .media-item--vertical-list-item .media-item__img {
      height: auto;
      max-height: 13rem;
      width: 100%; }
    .media-item--vertical-list-item .media-item__txt-container {
      padding: 1rem;
      width: 55%; }
    @media (max-width: 64.0525em) {
      .media-item--vertical-list-item .media-item__preview {
        display: none; } }
  .media-item--no-tag .media-item__tag {
    display: none !important; }
  .media-item--new .media-item__tag {
    color: #cf0a2c !important; }
  .media-item--new.media-item--picture-bg .media-item__tag {
    background-color: #cf0a2c !important;
    color: #ffffff !important; }

@media (max-width: 39.99em) {
  .media-item {
    box-shadow: none;
    width: 100%;
    min-height: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0; }
    .media-item .media-item__img-container {
      height: auto;
      margin: 0;
      width: 45%;
      max-width: 30rem; }
    .media-item .media-item__img {
      height: auto;
      max-height: 13rem;
      width: 100%; }
    .media-item .media-item__txt-container {
      padding: 1rem;
      width: 55%; } }
  @media (max-width: 39.99em) and (max-width: 64.0525em) {
    .media-item .media-item__preview {
      display: none; } }

@media (max-width: 39.99em) {
    .media-item__img-container {
      max-height: 13rem; }
    .media-item--new.media-item--picture-bg .media-item__tag {
      background-color: transparent !important;
      color: #cf0a2c !important; } }

@media (min-width: 40em) {
  .media-item--picture-bg {
    background-image: radial-gradient(circle at 5% 10%, #214bb5, 35%, #061D42 60%);
    position: relative;
    padding: 0; }
    .media-item--picture-bg.media__item--small-picture {
      min-height: 20rem; }
      .media-item--picture-bg.media__item--small-picture .media-item__heading {
        font-size: 1.6rem;
        line-height: 2rem; }
    .media-item--picture-bg .media-item__img-container {
      height: 100%;
      overflow: hidden;
      position: absolute;
      background-color: transparent;
      margin: 0;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
    .media-item--picture-bg .media-item__img {
      min-height: 100%;
      min-width: 100%; }
    .media-item--picture-bg .media-item__txt-container {
      padding: 5rem 1.5rem 2rem;
      position: relative;
      background: linear-gradient(rgba(0, 47, 82, 0), rgba(0, 0, 0, 0.8) 90%);
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0; }
    .media-item--picture-bg .media-item__heading {
      font-weight: 700;
      font-size: 2rem;
      color: #ffffff; }
    .media-item--picture-bg .media-item__tag {
      font-weight: 400;
      background-color: #19398A;
      color: #ffffff;
      font-size: 1.1rem;
      margin-bottom: 1rem;
      padding: 0.2rem 1rem;
      display: inline-block; }
    .media-item--picture-bg .media-item__preview {
      display: none; }
    .media-item--picture-bg .media-item__date {
      margin-top: 0;
      padding-top: 0.5rem; } }
  @media (min-width: 40em) and (max-width: 64.0525em) {
    .media-item--picture-bg .media-item__heading {
      font-size: 1.6rem; } }

.gallery-list {
  position: relative;
  padding: 3rem 0 6rem;
  background: linear-gradient(to right, #19398A, #5191CD);
  overflow: hidden; }
  .gallery-list::before {
    content: '';
    background-image: url("../i/element-bgs/gallery-bg.png");
    width: 915px;
    height: 679px;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
      .gallery-list::before {
        background-image: url("../i/element-bgs/gallery-bg%402x.png");
        background-size: 915px 679px; } }
  .gallery-list .widget__header {
    margin: 0 0 2rem 0;
    color: #ffffff; }
    .gallery-list .widget__header .btn {
      margin-right: 0; }
      .gallery-list .widget__header .btn:focus {
        background-color: #FFCC00;
        color: #19398A; }
      @media (min-width: 64.0625em) {
        .gallery-list .widget__header .btn:hover {
          background-color: #FFCC00;
          color: #19398A; } }
  .gallery-list .content-grid > li {
    padding: 0; }
    .gallery-list .content-grid > li:first-of-type .gallery-item {
      border-radius: 2px 0 0 2px; }
    .gallery-list .content-grid > li:last-of-type .gallery-item {
      border-radius: 0 2px 2px 0; }
  .gallery-list .widget-footer {
    padding: 0; }
    .gallery-list .widget-footer .btn {
      margin-top: 1.5rem; }
  @media (max-width: 52.49em) {
    .gallery-list {
      padding-bottom: 1rem; }
      .gallery-list::before {
        display: none; }
      .gallery-list .content-grid > li {
        margin-right: -4px; } }
  @media (max-width: 52.49em) {
    .gallery-list .scroll-grid-tablet {
      margin: 0 -1rem; }
      .gallery-list .scroll-grid-tablet li:first-of-type {
        margin-left: 1rem; }
      .gallery-list .scroll-grid-tablet li:last-of-type {
        margin-right: 1rem; } }

.gallery-index .gallery-item {
  height: 100%;
  -webkit-animation: none;
          animation: none;
  border-radius: 6px;
  transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.18, 0.71);
  transition: transform 0.4s cubic-bezier(0, 0, 0.18, 0.71);
  transition: transform 0.4s cubic-bezier(0, 0, 0.18, 0.71), -webkit-transform 0.4s cubic-bezier(0, 0, 0.18, 0.71);
  position: relative; }
  .gallery-index .gallery-item__img-container::after {
    content: '';
    display: block;
    padding-top: 56.25%; }
  .gallery-index .gallery-item__txt-container {
    padding: 1rem 1rem 2rem 1rem;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 6px 6px; }
  .gallery-index .gallery-item__heading {
    font-size: 1.8rem; }
  .gallery-index .gallery-item .marker {
    padding: 0.2rem 1rem 0.3rem;
    font-size: 1.4rem; }
  .gallery-index .gallery-item:focus {
    box-shadow: none;
    -webkit-animation: none;
            animation: none;
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }
  @media (min-width: 64.0625em) {
    .gallery-index .gallery-item:hover {
      box-shadow: none;
      -webkit-animation: none;
              animation: none;
      -webkit-transform: scale(1.03);
              transform: scale(1.03); } }

@media (max-width: 39.99em) {
  .gallery-preview.is-loaded .gallery-item__img-container {
    width: 40%;
    height: 100%; }
  .gallery-index {
    margin: 0 -1rem; }
    .gallery-index--search {
      margin: 0; }
    .gallery-index .content-grid li {
      border: none; }
    .gallery-index .gallery-item__img-container {
      width: 40%;
      border-radius: 6px; }
    .gallery-index .gallery-item__img {
      top: 0;
      left: 0; }
    .gallery-index .gallery-item__txt-container {
      height: 100%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      background: none;
      text-align: left; }
    .gallery-index .gallery-item .marker {
      position: absolute;
      bottom: 1rem;
      left: 1rem;
      margin: 0; }
    .gallery-index .gallery-item__heading {
      margin-left: 40%;
      color: #111111;
      padding-left: 1rem; }
    .gallery-index .gallery-item__date {
      margin-left: 40%;
      color: rgba(0, 0, 0, 0.7);
      padding-left: 1rem; } }

@media (min-width: 640px) {
  .latest-videos .media-item--picture-bg .media-item__tag {
    background: #19398A; } }

.content-hero {
  background: #061D42;
  color: #ffffff;
  overflow: hidden;
  padding: 3rem 2rem;
  position: relative; }
  .content-hero__featured-item {
    position: relative;
    z-index: 5; }
  .content-hero__table {
    padding-left: 7rem;
    position: relative;
    z-index: 5; }
  .content-hero__featured-tag {
    background-color: #061D42;
    background: linear-gradient(to top, #19398A 50%, #214bb5 50%);
    border-radius: .5rem;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 900;
    margin-bottom: .5rem;
    padding: .5rem 1rem;
    text-transform: uppercase; }
  .content-hero__featured-tag--video {
    background: linear-gradient(to top, #e2370c 50%, #F34114 50%); }
  .content-hero__featured-tag--gallery {
    background: linear-gradient(to top, #ffbe04 50%, #ffcb37 50%);
    color: #19398A; }
  .content-hero__featured-title {
    font-size: 5.3rem;
    line-height: 4.6rem;
    padding-bottom: 3rem;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    width: 66.66%; }
    .content-hero__featured-title:hover {
      text-decoration: underline; }
  .content-hero__img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: .9;
    position: absolute;
    top: 0;
    width: 100%; }
  .content-hero__items-container {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 2rem;
    padding: 0;
    position: relative;
    z-index: 5; }
    .content-hero__items-container:before {
      background: #5191CD;
      border-radius: .15rem;
      height: .7rem;
      content: '';
      display: inline-block;
      left: 0;
      position: absolute;
      top: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 10rem; }
  .content-hero__items-title {
    display: block;
    font-size: 1.6rem;
    padding: 1rem 0; }
  .content-hero__items-list {
    margin: 0 -2.2rem; }
    .content-hero__items-list li {
      padding: 0 2.2rem; }
  .content-hero__related {
    margin: 0 -2rem; }
    .content-hero__related > li {
      padding: 0 2rem; }
  .content-hero:before {
    background: linear-gradient(to top, #061d42, rgba(6, 29, 66, 0.8), rgba(255, 255, 255, 0));
    bottom: 0;
    height: 65%;
    content: '';
    display: inline-block;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1; }

.content-hero-related {
  padding-left: 2.5rem;
  position: relative; }
  .content-hero-related__title {
    font-size: 1.4rem; }
    .content-hero-related__title:hover {
      text-decoration: underline; }
  .content-hero-related__icn {
    fill: #ffffff;
    height: 1.7rem;
    left: 0;
    position: absolute;
    top: .1rem;
    width: 1.7rem; }

@media (min-width: 52.5em) {
  .content-hero__featured-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .content-hero__main {
    margin-top: auto; } }

@media (max-width: 1230px) {
  .content-hero__table {
    padding-left: 0; } }

@media (max-width: 840px) {
  .content-hero {
    padding: 0 0 1rem; }
    .content-hero__featured-item {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding: 2rem 1rem;
      margin-top: -15rem; }
    .content-hero__featured-title {
      font-size: 5.2rem;
      line-height: 5.2rem;
      padding-bottom: 1rem;
      width: auto; }
    .content-hero__table {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      padding-top: 1rem; }
    .content-hero__img {
      position: relative; }
    .content-hero__img-container {
      display: block;
      position: relative; }
      .content-hero__img-container:before {
        background: linear-gradient(to top, #061D42, rgba(255, 255, 255, 0));
        bottom: 0;
        height: 50%;
        content: '';
        display: inline-block;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1; }
    .content-hero__items-title {
      padding-top: 2rem; }
    .content-hero__items-container {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin: 0 1rem;
      width: auto; }
    .content-hero__items-list {
      margin: 0; }
      .content-hero__items-list li {
        padding: 1rem 0; }
        .content-hero__items-list li:last-child {
          border-bottom: 0; }
    .content-hero:before {
      display: none; } }

@media (max-width: 640px) {
  .content-hero__featured-item {
    margin-top: -5rem;
    padding: 2rem 0; }
  .content-hero__featured-title {
    font-size: 3.2rem;
    line-height: 3.2rem; }
  .content-hero__items-container {
    margin: 0;
    padding: 0; }
  .content-hero__related {
    margin: 0; }
    .content-hero__related li {
      padding: .5rem 0; }
  .content-hero__items-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); } }

.content-filters__filter {
  width: 49%;
  min-width: 0;
  margin-bottom: 0; }

.content-filters--single .content-filters__filter {
  width: 100%;
  margin-right: 0; }

.section-header + .content-filters {
  padding-top: 0; }

.iplLeaders li {
  padding: 0; }

.iplLeaders .leaderCard {
  margin-bottom: 0.9375em; }

@media (840px) {
  .iplLeaders li {
    padding: 0 0.9375em; } }

.iplStatLeaders {
  margin-bottom: 20px; }
  .iplStatLeaders li {
    margin-bottom: 0; }

.leaderHeader {
  color: #ffffff;
  font-size: 1.6rem;
  text-align: right;
  text-transform: none;
  transition: all 0.2s linear;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 0.2rem 0;
  font-weight: 700; }
  .leaderHeader a {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: block; }

.leaderBackdrop {
  position: relative;
  display: block;
  background-image: linear-gradient(to top right, #19398a, #0d1e49);
  border-radius: 5px;
  -webkit-backface-visibility: hidden; }
  .leaderBackdrop::before {
    content: '';
    border-radius: 5px;
    display: block;
    background-image: linear-gradient(to top right, #153074, #214bb5);
    transition: opacity 0.3s ease-out;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
  .leaderBackdrop .pos {
    font-size: 12px;
    color: #111111;
    font-weight: 600;
    float: left;
    line-height: 18px; }
  .leaderBackdrop .leaderStat {
    background-color: #0b235e;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 19.3rem;
    position: relative;
    z-index: 20; }
    .leaderBackdrop .leaderStat:after {
      content: '';
      background-image: url("../i/element-bgs/ipl_ambient.svg");
      background-position: bottom -12rem left 3rem;
      background-repeat: no-repeat;
      background-size: 135%;
      opacity: 0.5;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      border-bottom-right-radius: 5px; }
    .leaderBackdrop .leaderStat .stat-content {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      position: absolute;
      height: 100%; }
    .leaderBackdrop .leaderStat .stat-container {
      bottom: 0;
      left: 0;
      right: 0; }
    .leaderBackdrop .leaderStat .digits {
      color: #ffffff;
      font-size: 4.2rem;
      line-height: 4.2rem;
      display: block;
      font-weight: 700; }
    .leaderBackdrop .leaderStat .statLabel {
      font-size: 1.1rem;
      letter-spacing: 0.2rem;
      color: #ffffff;
      opacity: 0.7;
      clear: both;
      display: block;
      text-transform: uppercase; }
    .leaderBackdrop .leaderStat .pos {
      font-size: 12px;
      color: #111111;
      font-weight: 600;
      float: left;
      line-height: 18px; }
    .leaderBackdrop .leaderStat h1 {
      color: #ffffff;
      font-size: 1.6rem;
      padding: 0.7rem 0;
      line-height: 1.1;
      font-weight: 300; }
      .leaderBackdrop .leaderStat h1 a {
        color: #ffffff;
        color: inherit;
        text-decoration: none; }
      .leaderBackdrop .leaderStat h1 span {
        display: block;
        font-size: 2.2rem;
        font-weight: 700; }
    .leaderBackdrop .leaderStat h2 {
      font-size: 12px;
      font-weight: normal;
      color: #ffffff;
      margin-top: 20px;
      margin-bottom: 15px;
      display: none; }
      .leaderBackdrop .leaderStat h2 i {
        font-style: normal;
        color: #888; }
    .leaderBackdrop .leaderStat--fairplay h1 {
      position: absolute;
      width: 100%;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      font-size: 2.2rem;
      font-weight: 700; }
  .leaderBackdrop .imageContainer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 20.5rem; }
  .leaderBackdrop .fairPlayTeamLogo {
    padding: 10px 0;
    text-align: center; }
  .leaderBackdrop .imgContainer {
    position: relative;
    width: 100%; }
  .leaderBackdrop img {
    display: block;
    position: absolute;
    bottom: -2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
    max-height: 21rem;
    z-index: 1; }

.leaderChart {
  position: relative;
  padding: 5px 15px;
  margin-top: 1px;
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  min-height: 45px; }
  .leaderChart .leaderChart__inner {
    width: 100%; }
  .leaderChart .leaderChart__content {
    padding-left: 10px;
    overflow: hidden; }
  .leaderChart .pos {
    float: left;
    font-size: 12px;
    font-weight: 600; }
  .leaderChart h1 {
    font-size: 0.9em;
    text-transform: uppercase;
    float: left; }
    .leaderChart h1 a {
      color: #111111;
      color: inherit;
      text-decoration: none;
      font-weight: 400;
      text-transform: none; }
  .leaderChart h2 {
    clear: both;
    font-size: 0.8em;
    font-weight: normal;
    color: #b6b6b6;
    float: left; }
    .leaderChart h2 i {
      font-style: normal;
      color: #888; }
  .leaderChart .stat {
    font-size: 12px;
    float: right;
    color: #111111;
    font-weight: 400; }
  .leaderChart h3 {
    font-size: 13px;
    font-weight: normal;
    padding: 0 35px 0 0;
    line-height: 15px; }
  .leaderChart span {
    position: absolute;
    top: 7px;
    left: 20px;
    font-size: 12px;
    color: #111111;
    font-weight: 600; }
  .leaderChart .tLogo50x tLogo50x--with-border {
    position: absolute;
    top: 10px;
    right: 10px; }

.view-all {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  bottom: 2.5rem;
  width: 100%; }
  .view-all .completeList {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 0 .4rem 0;
    border-bottom: 2px solid rgba(81, 145, 205, 0.6);
    pointer-events: auto; }
  .view-all:hover .completeList {
    padding: 0 0 .7rem 0;
    border-color: #5191cd; }

.stats-content {
  padding-right: 0; }
  @media (max-width: 52.49em) {
    .stats-content {
      padding: 0; } }
  .stats-content__header {
    margin: 1rem auto !important; }

.stats-table__header {
  margin-top: 2rem; }
  .stats-table__header h1 {
    font-weight: 400; }

.stats-table__filters {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.stats-table__filter {
  z-index: 20;
  width: 20rem; }
  .stats-table__filter:last-child {
    margin-right: 0; }

@media (min-width: 52.5em) {
  .stats-table {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative; }
    .stats-table:before {
      content: '';
      display: block; }
    .stats-table:after {
      content: '';
      display: table;
      clear: both; } }

@media (min-width: 64.0625em) {
  .stats-table__header {
    float: left; }
  .stats-table__filters {
    float: right; } }

@media (max-width: 52.49em) {
  .stats-table__header, .stats-table__filters {
    float: none; }
  .stats-table__filter {
    width: 40%;
    margin-right: 1rem; } }

.gallery-slider {
  margin-top: 2rem;
  background: #19398A;
  position: relative;
  margin-bottom: 2rem;
  clear: both;
  background: radial-gradient(circle at 40% 70%, #1d42a0, #061D42 50%); }
  .gallery-slider:before {
    content: '';
    display: block; }
  .gallery-slider:after {
    content: '';
    display: table;
    clear: both; }
  .gallery-slider__nav {
    background: rgba(81, 145, 205, 0.8);
    transition: background .2s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 10rem;
    width: 4rem;
    line-height: 11rem;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    color: white; }
    .gallery-slider__nav:focus {
      background: #19398A; }
    @media (min-width: 64.0625em) {
      .gallery-slider__nav:hover {
        background: #19398A; } }
    .gallery-slider__nav--prev {
      left: 0; }
    .gallery-slider__nav--next {
      right: 0; }
  .gallery-slider__thumb-nav {
    background: rgba(81, 145, 205, 0.6);
    transition: .2s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 4rem;
    width: 2rem;
    line-height: 5rem;
    text-align: center;
    z-index: 10;
    cursor: pointer; }
    .gallery-slider__thumb-nav:focus {
      background: rgba(25, 57, 138, 0.8); }
    @media (min-width: 64.0625em) {
      .gallery-slider__thumb-nav:hover {
        background: rgba(25, 57, 138, 0.8); } }
    .gallery-slider__thumb-nav--left {
      left: 0; }
    .gallery-slider__thumb-nav--right {
      right: 0; }
    .gallery-slider__thumb-nav svg.icon {
      width: 1.5rem;
      height: 1.5rem;
      color: #fff; }
  .gallery-slider__expand {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    text-align: center;
    line-height: 5rem;
    color: white;
    transition: .2s;
    z-index: 10;
    cursor: pointer;
    overflow: hidden; }
    .gallery-slider__expand .icon {
      width: 3rem;
      height: 3rem;
      vertical-align: middle;
      opacity: .8; }
    .gallery-slider__expand:focus {
      background: rgba(25, 57, 138, 0.8); }
      .gallery-slider__expand:focus .icon {
        opacity: 1; }
    @media (min-width: 64.0625em) {
      .gallery-slider__expand:hover {
        background: rgba(25, 57, 138, 0.8); }
        .gallery-slider__expand:hover .icon {
          opacity: 1; } }
  .gallery-slider__content {
    position: relative; }
  .gallery-slider__slides-container {
    width: 100%;
    overflow: hidden;
    max-height: 50rem; }
    .gallery-slider__slides-container .slider-viewport__list {
      width: 300%; }
    @media (max-width: 64.0525em) {
      .gallery-slider__slides-container {
        overflow: auto; } }
  .gallery-slider__slides {
    font-size: 0;
    white-space: nowrap;
    transition: .2s;
    position: relative;
    left: 0; }
  .gallery-slider__slide {
    display: inline-block;
    vertical-align: middle;
    width: 33.33333333333333%; }
    .gallery-slider__slide picture {
      display: block;
      position: relative;
      width: 100%; }
    .gallery-slider__slide img {
      display: block;
      max-height: 50rem;
      width: auto;
      margin: auto; }
  .gallery-slider__info {
    color: white;
    padding: 2rem; }
  .gallery-slider__date {
    font-weight: 300;
    font-size: 1.2rem;
    margin-bottom: .8rem; }
  .gallery-slider__bullet {
    padding: 0 1rem;
    font-family: Arial, sans-serif; }
  .gallery-slider__title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2; }
  .gallery-slider__thumbnails-container {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .gallery-slider__thumbnails {
    font-size: 0;
    white-space: nowrap;
    padding: 2rem 1rem 2rem 2rem;
    transition: .2s;
    position: relative;
    left: 0;
    overflow: hidden;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: 5; }
    .gallery-slider__thumbnails:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 70%;
      opacity: 0.5;
      z-index: -1; }
    @media (max-width: 64.0525em) {
      .gallery-slider__thumbnails {
        overflow: auto; } }
  .gallery-slider__thumbnail {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    width: 15rem;
    height: 8.4rem;
    overflow: hidden;
    transition: .1s;
    cursor: pointer;
    color: #fff;
    font-size: 1.2rem; }
    .gallery-slider__thumbnail.is-active {
      box-shadow: 0 0 0 2px #5191CD; }
    .gallery-slider__thumbnail img {
      display: block;
      width: 100%; }
    .gallery-slider__thumbnail:focus {
      box-shadow: 0 0 0 2px #5191CD; }
    @media (min-width: 64.0625em) {
      .gallery-slider__thumbnail:hover {
        box-shadow: 0 0 0 2px #5191CD; } }
  .gallery-slider__details {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    padding: 0 2rem 2rem 2rem;
    display: none; }
    .gallery-slider__details p {
      color: #ffffff;
      margin-bottom: 1rem; }
  .gallery-slider__photo-number {
    display: block; }
  .gallery-slider__photo-summary {
    font-size: 1.4rem; }
  .gallery-slider__photo-date, .gallery-slider__photo-number {
    opacity: .8; }
  .gallery-slider.expanded {
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: none;
    top: 0;
    left: 0;
    background: rgba(0, 16, 54, 0.9);
    z-index: 3000;
    margin: 0; }
    .gallery-slider.expanded .gallery-slider__expand {
      position: fixed;
      z-index: 301; }
      .gallery-slider.expanded .gallery-slider__expand .expand {
        display: none; }
    .gallery-slider.expanded .gallery-slider__info, .gallery-slider.expanded .gallery-slider__thumbnails-container {
      display: none; }
    .gallery-slider.expanded .gallery-slider__slides-container {
      position: fixed;
      top: 0;
      left: 0;
      right: 15%;
      bottom: 0;
      max-height: none;
      width: 85%; }
    .gallery-slider.expanded .gallery-slider__nav--next {
      right: 15%; }
    .gallery-slider.expanded .gallery-slider__details {
      display: block;
      width: 15%; }
    .gallery-slider.expanded .gallery-slider__slide img {
      max-height: 100%;
      max-width: 100%; }
    .gallery-slider.expanded .gallery-slider .is-portrait img {
      width: auto; }
    .gallery-slider.expanded .gallery-slider__content, .gallery-slider.expanded .gallery-slider__slide, .gallery-slider.expanded .gallery-slider__slide picture {
      height: 100vh; }
    .gallery-slider.expanded .gallery-slider__photo-sharing .social-share-item {
      font-size: 0; }
      @media (min-width: 52.5em) {
        .gallery-slider.expanded .gallery-slider__photo-sharing .social-share-item__icon {
          margin-right: 0; } }
      @media (min-width: 52.5em) {
        .gallery-slider.expanded .gallery-slider__photo-sharing .social-share-item__link {
          padding: 1rem; } }
    .gallery-slider.expanded .gallery-slider__photo-sharing .social-share-item--copy-link .social-share-item__link.show-confirm::after {
      content: 'Copied!';
      -webkit-animation: 100ms ease-in 0s 1 forwards show;
              animation: 100ms ease-in 0s 1 forwards show;
      background: #111111;
      border-radius: 0.5rem;
      border: solid 1px #a8a8a8;
      box-sizing: border-box;
      color: #ffffff;
      font-size: 1rem;
      opacity: 0;
      padding: 0.5rem;
      position: absolute;
      right: 0px;
      top: -27px;
      height: 2.2rem;
      width: 4.5rem;
      text-align: center; }
    .gallery-slider.expanded .slider-viewport__list {
      height: 100%; }
    .gallery-slider.expanded .photo-gallery__image {
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .gallery-slider--modal-only {
    display: none; }
    .gallery-slider--modal-only.expanded {
      display: block; }

@media (min-width: 52.5em) and (max-width: 64.0525em) {
  .gallery-slider.expanded .gallery-slider__slides-container {
    right: 20%;
    width: 80%; }
  .gallery-slider.expanded .gallery-slider__nav--next {
    right: 20%; }
  .gallery-slider.expanded .gallery-slider__details {
    width: 20%; } }

@media (max-width: 52.49em) {
  .gallery-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .gallery-slider__slides-container, .gallery-slider__slide img {
      max-height: 40rem; }
    .gallery-slider__content, .gallery-slider__thumbnails-container {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 100%; }
    .gallery-slider__info {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%;
      padding-top: 2rem;
      padding-bottom: 1rem; }
    .gallery-slider__photo-summary {
      display: none; }
    .gallery-slider.expanded .gallery-slider__slides-container {
      right: 25%;
      width: 75%; }
    .gallery-slider.expanded .gallery-slider__nav--next {
      right: 25%; }
    .gallery-slider.expanded .gallery-slider__details {
      width: 25%;
      padding: 0 1rem; } }

@media (max-width: 39.99em) {
  .gallery-slider {
    margin: 0 0 2rem 0; }
    .gallery-slider__slides-container, .gallery-slider__slide img {
      max-height: 25rem; }
    .gallery-slider__nav {
      width: 3rem;
      height: 6rem;
      line-height: 7rem; }
      .gallery-slider__nav .icon {
        height: 6rem; }
    .gallery-slider__thumb-nav {
      display: none; }
    .gallery-slider.expanded .gallery-slider__slides-container {
      right: 0;
      width: 100%; }
    .gallery-slider.expanded .gallery-slider__nav--next {
      right: 0; }
    .gallery-slider.expanded .gallery-slider__details {
      position: static; }
      .gallery-slider.expanded .gallery-slider__details p {
        display: none; }
    .gallery-slider.expanded .gallery-slider__photo-sharing {
      display: none; }
    .gallery-slider--modal-only {
      display: none; }
      .gallery-slider--modal-only.expanded {
        display: block; } }

@media (max-width: 39.99em) {
  .team-archive-performance__scroll-container {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
  .team-archive-performance__canvas-container {
    width: 500px; } }

.basic-article {
  background: #ffffff;
  box-shadow: 0px 2px 6px #a8a8a8;
  padding: 3rem 8rem; }
  .basic-article__header {
    border-bottom: 1px solid #a8a8a8;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    padding-right: 40%; }
    .basic-article__header span {
      float: right; }
  .basic-article__heading {
    margin-bottom: 1rem; }
  .basic-article p {
    font-size: 1.6rem; }
  .basic-article a {
    color: inherit;
    text-decoration: none;
    color: #19398A; }
  .basic-article ol {
    padding-left: 1.5rem;
    margin: 2rem 0; }
    .basic-article ol li {
      list-style-type: decimal; }
  .basic-article ul {
    padding-left: 2rem; }
    .basic-article ul li {
      list-style-type: disc; }
  .basic-article table {
    width: 100%;
    max-width: 100%; }
    .basic-article table th {
      height: 4rem;
      padding: 1rem;
      background: #19398A;
      color: #fff;
      white-space: nowrap;
      font-weight: 700; }
    .basic-article table tr:nth-child(odd) {
      background-color: #e8e8e8; }
    .basic-article table td {
      padding: 1rem; }
  .basic-article--static {
    padding: 2rem 1rem;
    box-shadow: none; }
  .basic-article--no-title .basic-article__heading, .basic-article--no-title .basic-article__header {
    display: none; }
  @media (max-width: 52.49em) {
    .basic-article {
      box-shadow: none;
      padding: 2rem; }
      .basic-article__header {
        padding-right: 0; }
      .basic-article table {
        display: block;
        overflow: auto;
        position: relative; } }
  @media (max-width: 24.99em) {
    .basic-article {
      padding: 0; }
      .basic-article__header span {
        float: none;
        margin-left: 1rem; } }

.main-article {
  background: #ffffff;
  border-top: 3px solid #19398A;
  font-size: 1.6rem;
  overflow: hidden;
  padding-bottom: 5rem; }
  .main-article__header {
    background: linear-gradient(to right, #19398A, #061D42);
    margin-bottom: 3rem;
    padding: 5rem 3rem 10rem;
    position: relative; }
    .main-article__header::before {
      background-image: url("../i/element-bgs/ipl_ambient_alt.svg");
      background-position: center right;
      background-repeat: no-repeat;
      background-size: auto 260%;
      bottom: 0;
      height: 100%;
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      width: 35%; }
  .main-article__tag {
    background: #19398A;
    color: #ffffff;
    display: inline-block;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    padding: 0.2rem 1rem;
    text-transform: uppercase; }
  .main-article__wrapper {
    max-width: 88rem;
    z-index: 5; }
  .main-article__photo {
    display: block;
    margin-bottom: 3rem;
    margin-top: -10rem;
    max-width: 98rem; }
  .main-article__body p {
    margin-bottom: 2rem; }
  .main-article__body ul {
    padding-left: 1.5rem; }
    .main-article__body ul li {
      list-style: disc; }
  .main-article__body ol {
    padding-left: 1.5rem; }
    .main-article__body ol li {
      list-style-type: decimal; }
  .main-article__body table {
    width: 100%;
    max-width: 100%; }
    .main-article__body table th {
      height: 4rem;
      padding: 1rem;
      background: #19398A;
      color: #fff;
      white-space: nowrap;
      font-weight: 700; }
    .main-article__body table tr:nth-child(odd) {
      background-color: #e8e8e8; }
    .main-article__body table td {
      padding: 1rem; }
  .main-article__body blockquote {
    background: linear-gradient(to right, #19398A, #5191CD);
    color: #ffffff;
    overflow: hidden;
    padding: 3rem;
    position: relative; }
    .main-article__body blockquote p {
      margin: 0;
      position: relative;
      z-index: 1; }
    .main-article__body blockquote:after {
      background-image: url("../i/element-bgs/ipl_ambient_light.svg");
      background-position: center right;
      background-repeat: no-repeat;
      background-size: auto 350%;
      bottom: 0;
      height: 100%;
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      width: 35%; }
      @media (max-width: 640px) {
        .main-article__body blockquote:after {
          background-size: auto 160%;
          width: 50%; } }
  .main-article__profile-pic {
    border: 3px solid #ffffff;
    border-radius: 100%;
    height: 5rem;
    margin-right: 1rem;
    width: 5rem; }
  .main-article__promo-url {
    margin-left: 0.5rem;
    opacity: 0.6; }
  .main-article__author {
    text-transform: uppercase; }
  .main-article__summary {
    border-top: 1px solid #a8a8a8;
    font-size: 1.8rem;
    margin-top: 3rem;
    padding-top: 3rem; }
    .main-article__summary p {
      margin: 0; }
  .main-article__meta {
    color: #ffffff;
    display: block;
    margin-top: 1rem; }
    .main-article__meta li {
      margin-right: 2.5rem; }
  .main-article__sharing {
    margin-top: 1rem; }
  .main-article__heading {
    color: #ffffff;
    font-size: 5.6rem;
    line-height: 5.6rem;
    text-shadow: 2px 2px black;
    text-transform: uppercase; }
  .main-article .embeddable-video .inline-player {
    margin: 0; }
  @media (max-width: 52.49em) {
    .main-article__body table {
      display: block;
      overflow: auto;
      position: relative; } }

.article-share {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  bottom: 0;
  box-shadow: 0 -2px 10px 0 #a8a8a887;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  position: fixed;
  width: 100%;
  z-index: 10; }
  .article-share__buttons {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .article-share__current {
    border-right: 1px solid #a8a8a8;
    color: #19398A;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.8rem;
    margin-right: 1.5rem;
    padding: 0.5rem 1.5rem 0.5rem 0; }
  .article-share__title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 1.8rem;
    margin-right: 2rem;
    max-height: 4.6rem;
    overflow: hidden;
    text-overflow: ellipsis; }

.related-items {
  margin-bottom: 15rem;
  max-width: 98rem; }
  .related-items__title {
    margin-bottom: 3rem; }
  .related-items__item {
    margin-bottom: 1rem; }

@media (max-width: 52.49em) {
  .main-article__heading {
    font-size: 4rem;
    line-height: 4rem; }
  .article-share {
    z-index: 100; } }

@media (max-width: 39.99em) {
  .main-article {
    padding-bottom: 1.5rem; }
    .main-article__heading {
      font-size: 3.5rem;
      line-height: 3.5rem; }
    .main-article__header {
      padding: 2.5rem 1rem 9rem; }
    .main-article__photo {
      margin-bottom: 1.5rem; }
  .related-items {
    margin-bottom: 1.5rem;
    padding-top: 0; }
    .related-items__item {
      margin-bottom: 0; }
  .related-title {
    padding: 0; } }

.article-photo {
  display: block;
  font-size: 0;
  min-width: 100%;
  position: relative;
  width: auto; }
  .article-photo--full {
    margin-bottom: 3rem;
    margin-left: -8rem;
    margin-right: -8rem; }
  .article-photo__image {
    width: 100%; }
  .article-photo__text {
    color: #a8a8a8;
    display: block;
    font-size: 1.4rem;
    padding: 0.6rem 0;
    text-align: center;
    width: 100%; }

.articleWidget.full-width {
  margin-bottom: 2rem;
  margin-left: -8rem;
  margin-right: -8rem; }

.articleWidget.center {
  margin-bottom: 2rem;
  width: 100%; }

.articleWidget.left {
  float: left;
  margin-right: 2rem;
  width: 50%; }

.articleWidget.right {
  float: right;
  margin-left: 2rem;
  width: 50%; }

@media (max-width: 640px) {
  .article-photo--full {
    margin-left: -2rem;
    margin-right: -2rem; }
  .articleWidget.full-width {
    margin-left: -2rem;
    margin-right: -2rem; }
  .articleWidget.left .article-photo__text, .articleWidget.right .article-photo__text {
    display: none; } }

.video-hero {
  background: #061D42;
  overflow: hidden;
  position: relative; }
  .video-hero__featured-img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    position: absolute;
    top: 0;
    width: 100%; }
  .video-hero__featured-item {
    position: relative; }
  .video-hero__featured-item-container {
    background: linear-gradient(to top, #061D42, rgba(6, 29, 66, 0.5), transparent);
    position: relative;
    z-index: 5; }
  .video-hero__featured-item-wrapper {
    padding: 25rem 10rem 6rem; }
  .video-hero__featured-tag {
    background-color: #061D42;
    background: linear-gradient(to top, #e2370c 50%, #F34114 50%);
    border-radius: .5rem;
    color: #ffffff;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 900;
    margin-bottom: .5rem;
    padding: .5rem 1rem;
    text-transform: uppercase; }
  .video-hero__tag-icn {
    fill: #ffffff;
    height: 1rem;
    margin-bottom: -.1rem;
    margin-right: .3rem;
    width: 1rem; }
  .video-hero__play-icn {
    position: absolute;
    top: 3rem; }
  .video-hero__title {
    color: #ffffff;
    font-size: 6rem;
    font-weight: 900;
    line-height: 5.8rem;
    margin-bottom: 2rem;
    text-transform: uppercase; }
  .video-hero__description {
    color: #ffffff;
    font-size: 1.8rem; }
  .video-hero__slider-container {
    background: #061D42;
    padding: 0 2rem 3rem;
    position: relative; }
  .video-hero__featured-link:hover .video-hero__title {
    text-decoration: underline; }

@media (max-width: 840px) {
  .video-hero__featured-img {
    position: relative; }
  .video-hero__featured-img-container {
    display: block;
    position: relative; }
    .video-hero__featured-img-container:after {
      background: linear-gradient(to top, #061D42, rgba(6, 29, 66, 0.5), transparent);
      bottom: 0;
      height: 20%;
      content: '';
      display: inline-block;
      position: absolute;
      width: 100%; }
  .video-hero__featured-item-wrapper {
    padding: 2rem 1rem;
    margin-top: -5rem; }
  .video-hero__featured-tag {
    margin-bottom: 1rem; }
  .video-hero__slider-container {
    padding: 0 0 3rem; }
  .video-hero__title {
    font-size: 5.2rem;
    line-height: 5.2rem;
    margin-bottom: 1rem;
    text-transform: uppercase; }
  .video-hero .widget__header {
    margin: auto 1.5rem 1rem; }
  .video-hero .content-slider__inner-wrapper {
    padding-left: 1.5rem; } }

@media (max-width: 640px) {
  .video-hero__featured-item-wrapper {
    padding: 2rem 1rem; }
  .video-hero__featured-img-container:after {
    height: 50%; }
  .video-hero__slider-container {
    padding-bottom: 1rem; }
  .video-hero__title {
    font-size: 3.2rem;
    line-height: 3.2rem; }
  .video-hero__description {
    font-size: 1.4rem; }
  .video-hero .video-hero__slider {
    padding: 0; } }

.video-player__title {
  margin-bottom: 1rem;
  line-height: 1.2; }

.video-player__description {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  opacity: .8; }

.video-player__details {
  padding: 3rem 0 2rem; }
  .video-player__details::after {
    content: '';
    display: block;
    width: 100%;
    height: .1rem;
    margin-top: 1.5rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)); }

.video-player__share {
  padding: 0 0 2rem 0; }

.video-player__watch-icn {
  fill: #ffffff;
  height: 1.2rem;
  margin-bottom: -.1rem;
  margin-right: .1rem;
  width: 1.2rem; }

.video-player__date {
  letter-spacing: .1rem;
  text-transform: uppercase; }

@media (max-width: 64.0525em) {
  .video-player--modal .video-player__details {
    padding: 2rem 0; }
  .video-player--modal .video-player__title {
    font-size: 2.2rem; }
  .video-player--modal .video-player__description {
    font-size: 1.4rem;
    margin-bottom: 0; }
  .video-player--modal .video-player__share {
    padding: 1rem 0; }
  .video-player--modal .social-btn__text {
    display: none; } }

@media (max-width: 640px) {
  .video-player__title {
    font-size: 1.8rem; }
  .video-player__description {
    font-size: 1.4rem; }
  .video-player__details {
    padding: 1rem; }
  .video-player__share {
    padding: 0 1rem; } }

.auto-playlist .loader__blob {
  background: rgba(255, 255, 255, 0.7); }

.auto-playlist--modal .video-item__time {
  position: absolute;
  left: 1rem;
  bottom: .6rem; }

@media (max-width: 840px) {
  .auto-playlist__list {
    padding: .5rem 0; } }

.auto-playlist-item {
  overflow: hidden;
  padding: .7rem 1.5rem;
  position: relative; }
  .auto-playlist-item:before {
    content: '';
    display: block; }
  .auto-playlist-item:after {
    content: '';
    display: table;
    clear: both; }
  .auto-playlist-item__img {
    border-radius: .5rem;
    width: 100%; }
  .auto-playlist-item__title {
    font-size: 1.6rem;
    max-height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis; }
  .auto-playlist-item__meta {
    margin-top: 1rem; }
  .auto-playlist-item__views {
    font-size: 1.2rem; }
  .auto-playlist-item__date {
    display: block;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.7); }
  .auto-playlist-item__time {
    background: #EF4123;
    border-radius: 2rem;
    bottom: .5rem;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    left: 1rem;
    line-height: 1rem;
    padding: .3rem 1rem;
    position: absolute; }
  .auto-playlist-item__views-icn {
    fill: #ffffff;
    height: 1.2rem;
    margin-bottom: -.2rem;
    margin-right: .5rem;
    width: 1.2rem; }
  .auto-playlist-item__tag {
    color: #F34114;
    display: none;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase; }
  .auto-playlist-item__col {
    position: relative;
    z-index: 2; }
  @media (max-width: 840px) {
    .auto-playlist-item__title {
      max-height: none;
      overflow: visible; } }
  @media (max-width: 640px) {
    .auto-playlist-item {
      padding: .5rem; }
      .auto-playlist-item__title {
        font-size: 1.4rem; } }

.auto-playlist-item.is-playing,
.auto-playlist-item.is-paused {
  background: linear-gradient(to left top, #19398A -40%, #04132b 50%); }
  .auto-playlist-item.is-playing .auto-playlist-item__tag,
  .auto-playlist-item.is-paused .auto-playlist-item__tag {
    display: block; }
  .auto-playlist-item.is-playing:after,
  .auto-playlist-item.is-paused:after {
    background-image: url(../i/element-bgs/ipl_ambient.svg);
    background-position: bottom 100% right 140%;
    background-repeat: no-repeat;
    background-size: 160% auto;
    bottom: 0;
    height: 150%;
    content: '';
    display: inline-block;
    opacity: .6;
    position: absolute;
    right: 0;
    width: 50%; }
  @media (max-width: 640px) {
    .auto-playlist-item.is-playing,
    .auto-playlist-item.is-paused {
      margin: .5rem 0;
      padding: 1rem .5rem; } }

.featured-item {
  border-radius: 0;
  -webkit-animation: gallery-image-zoom-out 0.2s forwards cubic-bezier(0, 0, 0.18, 0.71);
          animation: gallery-image-zoom-out 0.2s forwards cubic-bezier(0, 0, 0.18, 0.71);
  transition: box-shadow .2s ease, border-radius .2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 5;
  height: 52rem;
  background: #ffffff;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative; }
  .featured-item::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 75%;
    width: 100%;
    background: linear-gradient(rgba(6, 29, 66, 0), rgba(6, 29, 66, 0.7) 100%);
    z-index: 10; }
  .featured-item:focus {
    -webkit-animation: gallery-image-zoom-in 0.2s forwards cubic-bezier(0, 0, 0.18, 0.71);
            animation: gallery-image-zoom-in 0.2s forwards cubic-bezier(0, 0, 0.18, 0.71);
    box-shadow: 0 0 10px 1px rgba(17, 17, 17, 0.3);
    z-index: 20; }
  @media (min-width: 64.0625em) {
    .featured-item:hover {
      -webkit-animation: gallery-image-zoom-in 0.2s forwards cubic-bezier(0, 0, 0.18, 0.71);
              animation: gallery-image-zoom-in 0.2s forwards cubic-bezier(0, 0, 0.18, 0.71);
      box-shadow: 0 0 10px 1px rgba(17, 17, 17, 0.3);
      z-index: 20; } }
  .featured-item__txt-container {
    color: #ffffff;
    position: absolute;
    bottom: 6rem;
    right: 0;
    left: 0;
    background: none;
    z-index: 15; }
  .featured-item__heading {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 1;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis; }
  .featured-item__second-name {
    display: block;
    font-size: 5.7rem;
    font-weight: 700; }
  .featured-item__img-container {
    background-image: url("../i/elements/content-item-bg-small.png");
    background-color: #a8a8a8;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto;
    overflow: hidden;
    position: relative;
    height: 100%; }
    .featured-item__img-container::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      background-image: url("../i/element-bgs/white_burst_featured.png");
      background-size: 80%;
      background-repeat: no-repeat;
      background-position: bottom right;
      width: 100%;
      height: 100%; }
  .featured-item__video-count {
    position: absolute;
    bottom: 3.3rem;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    color: #ffffff;
    letter-spacing: .1rem;
    text-transform: uppercase;
    z-index: 10; }
  .featured-item__link {
    position: absolute;
    bottom: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 20; }
  .featured-item__border {
    background: transparent;
    position: absolute;
    bottom: 0;
    height: .5rem;
    width: 100%;
    display: block;
    z-index: 10; }
  .featured-item.DD .featured-item__border {
    background: #004c93; }
  .featured-item.GL .featured-item__border {
    background: #e4660b; }
  .featured-item.KKR .featured-item__border {
    background: #3d2256; }
  .featured-item.KXIP .featured-item__border {
    background: #b32524; }
  .featured-item.MI .featured-item__border {
    background: #005ea0; }
  .featured-item.RCB .featured-item__border {
    background: #000; }
  .featured-item.RPS .featured-item__border {
    background: #153359; }
  .featured-item.SRH .featured-item__border {
    background: #fb653f; }
  .featured-item.CSK .featured-item__border {
    background: #FDB913; }
  .featured-item.RR .featured-item__border {
    background: #004B8C; }
  .featured-item.SPN .featured-item__border {
    background: #27c1e3; }
  .featured-item.TRL .featured-item__border {
    background: #d60282; }
  @media (max-width: 64.0525em) {
    .featured-item__heading {
      font-size: 2.5rem; }
    .featured-item__second-name {
      font-size: 3.7rem; } }
  @media (max-width: 39.99em) {
    .featured-item {
      height: 40rem; } }
  @media (max-width: 24.99em) {
    .featured-item__heading {
      font-size: 2.2rem; }
    .featured-item__second-name {
      font-size: 3.2rem; } }
@media (min-width: 52.5em) {
  .standings-table--abridged {
    margin: 0; }
    .standings-table--abridged th {
      padding: 0 .5rem 1rem; }
    .standings-table--abridged td {
      padding: .4rem; }
    .standings-table--abridged td {
      font-size: 1.3rem; }
    .standings-table--abridged .standings-table__optional {
      display: none; }
  .standings-table--full {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative; }
    .standings-table--full td {
      font-size: 1.6rem; }
    .standings-table--full:before {
      content: '';
      display: block; }
    .standings-table--full:after {
      content: '';
      display: table;
      clear: both; } }

@media (min-width: 52.5em) and (max-width: 64.0525em) {
  .standings-table th:last-child,
  .standings-table td:last-child {
    display: none; }
  .standings-table--abridged .table__logo {
    display: none; } }

@media (min-width: 52.5em) and (max-width: 81.24em) {
  .standings-table--full .table__logo {
    display: none; } }

@media (max-width: 81.24em) {
  .standings-table--full .standings-table__team-name {
    display: none; }
    .standings-table--full .standings-table__team-name--short {
      display: inline; } }

@media (max-width: 52.49em) {
  .standings-table--full {
    display: block; }
    .standings-table--full tbody {
      display: block;
      width: 100%;
      overflow-x: scroll; }
    .standings-table--full td {
      padding: 0.5rem; }
    .standings-table--full td, .standings-table--full th {
      font-size: 1.2rem; }
    .standings-table--full td {
      height: 4.4rem; }
    .standings-table--full th {
      height: 3.5rem; }
    .standings-table--full .standings-table__freeze {
      position: absolute;
      background-color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .standings-table--full .standings-table__freeze:first-child {
        width: 3.1rem;
        min-width: auto; }
      .standings-table--full .standings-table__freeze:nth-child(2) {
        left: 3.1rem;
        width: 10.3rem;
        box-shadow: 3px 0 2px 0 rgba(192, 192, 192, 0.4); }
    .standings-table--full .standings-table__header .standings-table__freeze:nth-child(2) {
      box-shadow: none; }
    .standings-table--full .standings-table__padded {
      padding-left: calc( 3.1rem + 10.3rem + 1rem) !important; }
    .standings-table--full .table__logo {
      -webkit-transform: scale(0.85);
              transform: scale(0.85); } }

@media (max-width: 39.99em) {
  .standings-table--abridged {
    margin: 0; }
    .standings-table--abridged th {
      padding: 0 .5rem 1rem; }
    .standings-table--abridged td {
      padding: .4rem; }
    .standings-table--abridged td {
      font-size: 1.3rem; }
    .standings-table--abridged .standings-table__optional {
      display: none; } }

.playoffs {
  padding: 1rem; }
  .playoffs__match {
    color: inherit;
    text-decoration: none;
    display: block;
    transition: all .2s ease-in; }
    .playoffs__match--final .playoffs__overs {
      display: block; }
    .playoffs__match--final .playoffs__runs {
      float: left;
      padding: 1rem 0; }
    .playoffs__match--final .playoffs__details {
      display: inline-block;
      vertical-align: middle; }
      .playoffs__match--final .playoffs__details:first-of-type .playoffs__team, .playoffs__match--final .playoffs__details:first-of-type .playoffs__runs, .playoffs__match--final .playoffs__details:last-of-type .playoffs__team, .playoffs__match--final .playoffs__details:last-of-type .playoffs__runs {
        text-align: center; }
    .playoffs__match--final .playoffs__team, .playoffs__match--final .playoffs__runs {
      display: block; }
  .playoffs__header {
    background: rgba(0, 0, 0, 0.5);
    padding: .5rem 1rem;
    transition: all .2s ease-in;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .playoffs__header:before {
      content: '';
      display: block; }
    .playoffs__header:after {
      content: '';
      display: table;
      clear: both; }
    .playoffs__header p {
      transition: all .2s ease-in;
      color: #ffffff; }
  .playoffs__description {
    font-weight: 700;
    float: left; }
  .playoffs__date {
    float: right; }
  .playoffs__scores {
    font-weight: 700;
    text-align: center;
    font-size: 1.4rem;
    padding: 1rem .5rem; }
  .playoffs__overs {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.2;
    display: none; }
  .playoffs__versus {
    font-weight: 400;
    font-size: 1.4rem;
    padding: 0 .5rem; }
  .playoffs__logo {
    display: inline-block;
    vertical-align: middle; }
  .playoffs__team, .playoffs__runs {
    display: inline-block;
    min-width: 5rem;
    vertical-align: middle; }
    .playoffs__team:first-of-type, .playoffs__runs:first-of-type {
      text-align: right; }
    .playoffs__team:last-of-type, .playoffs__runs:last-of-type {
      text-align: left; }

.tabbed-standings {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  overflow: hidden; }
  .tabbed-standings__footer {
    padding: 1rem 1.5rem; }
    .tabbed-standings__footer:before {
      content: '';
      display: block; }
    .tabbed-standings__footer:after {
      content: '';
      display: table;
      clear: both; }
  .tabbed-standings__link {
    background: #19398A;
    float: left;
    text-transform: uppercase;
    width: 60%; }
    .tabbed-standings__link:hover {
      background: #061D42; }
  .tabbed-standings__share {
    float: right;
    background: #ffffff;
    color: #4099ff;
    text-transform: uppercase;
    width: 38%; }
    .tabbed-standings__share .tabbed-standings__share-twitter {
      fill: #4099ff; }
    .tabbed-standings__share:hover {
      background: #4099ff;
      color: #ffffff; }
      .tabbed-standings__share:hover .tabbed-standings__share-twitter {
        fill: #ffffff; }
  .tabbed-standings__share-twitter {
    display: inline-block;
    margin-bottom: -.1rem;
    margin-right: .5rem;
    height: 1.1rem;
    width: 1.4rem; }

@media (max-width: 940px) {
  .tabbed-standings__footer {
    padding: 1rem 0; } }

@media (max-width: 840px) {
  .tabbed-standings {
    background: #19398A; }
  .tabbed-standings__link {
    background: #061D42; } }

.venue-info__column {
  width: 100%; }
  .venue-info__column--map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.venue-info__map {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 30rem;
  width: 100%; }

.venue-info__details {
  padding: .5rem;
  opacity: .75; }

.venue-info__seating {
  width: 100%; }
  .venue-info__seating img {
    width: 100%;
    height: auto; }

@media (min-width: 52.5em) {
  .venue-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .venue-info__column {
      width: 50%;
      padding: 0.5rem; } }

.venue-card {
  height: 35rem;
  padding-top: 100%; }
  .venue-card__bullet {
    font-family: Arial sans-serif;
    margin: 0 1rem; }
  .venue-card__subtitle {
    height: auto;
    font-weight: 300;
    opacity: .8;
    margin-bottom: 0; }
  .venue-card .card__link {
    border-bottom: solid 2px #19398A;
    padding: 0 0 .4rem 0;
    margin-bottom: 0.2rem;
    transition: all .3s ease; }
    .venue-card .card__link:focus {
      background: transparent; }
      .venue-card .card__link:focus .card__link {
        padding: 0 0 0.6rem;
        margin-bottom: 0; }
      .venue-card .card__link:focus::before {
        opacity: 0.60; }
    @media (min-width: 64.0625em) {
      .venue-card .card__link:hover {
        background: transparent; }
        .venue-card .card__link:hover .card__link {
          padding: 0 0 0.6rem;
          margin-bottom: 0; }
        .venue-card .card__link:hover::before {
          opacity: 0.60; } }
  .venue-card .card__inner:focus .card__link {
    padding: 0 0 0.6rem;
    margin-bottom: 0;
    border-color: #19398A; }
  .venue-card .card__inner:focus::before {
    opacity: 0.60; }
  @media (min-width: 64.0625em) {
    .venue-card .card__inner:hover .card__link {
      padding: 0 0 0.6rem;
      margin-bottom: 0;
      border-color: #19398A; }
    .venue-card .card__inner:hover::before {
      opacity: 0.60; } }
  .venue-card .card__title {
    font-size: 2.2rem; }
  @media (max-width: 64.0525em) {
    .venue-card {
      height: 20rem; } }
  @media (max-width: 39.99em) {
    .venue-card {
      height: auto;
      padding-top: 0; }
      .venue-card .card__inner {
        padding: 1rem;
        position: relative; }
      .venue-card .card__subtitle,
      .venue-card .card__title {
        margin: 0; }
      .venue-card .card__title {
        font-size: 1.8rem; } }

.quick-links {
  overflow: hidden;
  position: relative; }
  .quick-links::before, .quick-links::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 50%;
    background-image: url(../i/element-bgs/quicklinks_pattern_gradient.png);
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .quick-links::before, .quick-links::after {
        background-image: url(../i/element-bgs/quicklinks_pattern_gradient%402x.png); } }
  .quick-links::before {
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .quick-links::after {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  .quick-links__list {
    font-size: 0;
    padding: 0 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 10; }
    .quick-links__list li {
      vertical-align: middle;
      position: relative; }
  .quick-links__icon {
    height: 3.2rem;
    width: 3rem;
    fill: #ffffff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0; }
  .quick-links__title {
    padding: 1.5rem 2.4rem 1.5rem calc( 3rem + 1rem);
    margin-right: 1.2rem;
    text-transform: uppercase;
    font-style: italic;
    display: block; }
  .quick-links__link {
    color: inherit;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 1.5rem 1.2rem;
    max-width: 16rem; }
  .quick-links__title, .quick-links__link {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.2;
    position: relative;
    font-weight: 700; }
  .quick-links li.highlight-link .quick-links__link {
    color: #F59E0E; }

.quick-links--mobile-only {
  width: 100%; }
  .quick-links--mobile-only .quick-links__list {
    max-width: 50rem; }
  .quick-links--mobile-only .quick-links__list li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    text-align: center; }
    .quick-links--mobile-only .quick-links__list li::after {
      content: '';
      display: inline-block;
      position: absolute;
      height: 70%;
      top: 15%;
      right: 0;
      background: rgba(255, 255, 255, 0.1);
      width: 0.1rem; }
    .quick-links--mobile-only .quick-links__list li:last-child::after {
      content: none; }
  .quick-links--mobile-only .quick-links__link {
    text-transform: uppercase;
    padding-top: 1rem;
    padding-bottom: 1rem; }

@media (min-width: 840px) {
  .quick-links {
    background: linear-gradient(90deg, #19398A 0%, #061D42 49.83%, #19398A 100%); }
    .quick-links__title::after {
      content: '';
      display: inline-block;
      position: absolute;
      height: 70%;
      top: 15%;
      right: 0;
      background: rgba(255, 255, 255, 0.1);
      width: 0.1rem; }
    .quick-links--mobile-only {
      display: none; }
    .quick-links__link::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 15%;
      height: 0.2rem;
      opacity: 0;
      transition: all 0.2s ease-in-out;
      width: 0;
      left: 10%;
      background: linear-gradient(194.81deg, #5191CD 0%, #19398A 100%); }
    .quick-links__link:hover::after {
      opacity: 1;
      width: 80%; } }

@media (max-width: 840px) {
  .quick-links {
    display: none; }
    .quick-links--mobile-only {
      background-color: #061D42;
      display: block; }
      .quick-links--mobile-only::before, .quick-links--mobile-only::after {
        background-image: url(../i/element-bgs/quicklinks_pattern_gradient_mobile.png); } }
      @media only screen and (max-width: 840px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 840px) and (min-device-pixel-ratio: 2) {
        .quick-links--mobile-only::before, .quick-links--mobile-only::after {
          background-image: url(../i/element-bgs/quicklinks_pattern_gradient_mobile%402x.png); } }

.homePageTakeover {
  position: relative;
  background-color: #061D42;
  overflow: hidden; }
  .homePageTakeover::before, .homePageTakeover::after {
    content: '';
    position: absolute;
    z-index: 0; }
  .homePageTakeover::before {
    width: 615px;
    height: 326px;
    top: 0;
    left: -1rem;
    background-image: url("../i/element-bgs/footer-bg-left.png"); }
    @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
      .homePageTakeover::before {
        background-image: url("../i/element-bgs/footer-bg-left%402x.png");
        background-size: 615px 326px; } }
  .homePageTakeover::after {
    width: 582px;
    height: 320px;
    bottom: 0;
    right: -1rem;
    background-image: url("../i/element-bgs/footer-bg-right.png"); }
    @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
      .homePageTakeover::after {
        background-image: url("../i/element-bgs/footer-bg-right%402x.png");
        background-size: 582px 320px; } }
  .homePageTakeover.photo-background-loaded::before, .homePageTakeover.photo-background-loaded::after {
    content: none; }
  .homePageTakeover .homePageTakeoverContent {
    position: relative;
    z-index: 10; }
  .homePageTakeover .scorebox {
    background-color: transparent;
    padding: 2.5rem 0 0; }
  .homePageTakeover .versus {
    color: #ffffff;
    font-size: 3rem;
    width: 4rem;
    height: 4rem;
    line-height: 3.5rem;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 100%;
    background-color: #19398A;
    transition: opacity 0.2s ease;
    opacity: 0;
    z-index: -1;
    box-shadow: 1px 1px 1px rgba(17, 17, 17, 0.8); }
  .homePageTakeover__buttons {
    margin: 2rem auto 4.5rem;
    width: 100%;
    position: relative;
    z-index: 10;
    text-align: center; }
    .homePageTakeover__buttons a {
      min-width: 15rem;
      text-transform: uppercase;
      color: #111111; }
  .homePageTakeover__button {
    display: inline-block;
    margin-right: 1rem; }
    .homePageTakeover__button:last-of-type {
      margin-right: 0; }
  .homePageTakeover__button--data-only {
    display: none; }
  .homePageTakeover .team-badge {
    transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53); }
  .homePageTakeover.pre-data .versus {
    opacity: 1;
    z-index: 20; }
  .homePageTakeover.has-started .homePageTakeover__button--data-only {
    display: inline-block; }
  @media (max-width: 64.0525em) {
    .homePageTakeover .hpto-header::after {
      width: 90%; } }
  @media (max-width: 52.49em) {
    .homePageTakeover {
      padding: 0 .5rem; }
      .homePageTakeover::before, .homePageTakeover::after {
        content: none; }
      .homePageTakeover .scorebox {
        padding: 1rem 0; }
      .homePageTakeover .hpto-header {
        padding: .5rem 0; }
        .homePageTakeover .hpto-header__title {
          font-size: 1.2rem; }
      .homePageTakeover__buttons {
        margin-bottom: 2.5rem; }
        .homePageTakeover__buttons a {
          min-width: 13rem; } }
  @media (max-width: 39.99em) {
    .homePageTakeover .versus {
      font-size: 2rem;
      width: 3rem;
      height: 3rem;
      line-height: 2.5rem; }
    .homePageTakeover__buttons {
      margin: 0 0 2rem; } }

.hpto-header {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 10;
  line-height: 1;
  padding: 1.5rem 0; }
  .hpto-header__title {
    font-weight: 400;
    font-size: 1.4rem; }
  .hpto-header__match-name {
    font-weight: 700; }
  .hpto-header::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -2px;
    width: 70%;
    height: 2px;
    max-width: 1400px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 0.5) 50%, rgba(255, 255, 255, 0) 100%); }

/* Scorebox */
.scorebox {
  clear: both;
  padding: 0px;
  background-color: #0f183a;
  background-size: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem 0 5rem 0;
  position: relative; }
  .scorebox:before {
    content: '';
    display: block; }
  .scorebox:after {
    content: '';
    display: table;
    clear: both; }
  .scorebox > .wrapper {
    position: relative;
    z-index: 10; }
  .scorebox__BG {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    display: block;
    max-height: 45rem; }
    .scorebox__BG img {
      display: block;
      width: 100%; }
      @supports ((display: -webkit-box) or (display: flex)) {
        .scorebox__BG img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
      @supports not ((display: -webkit-box) or (display: flex)) {
        .scorebox__BG img {
          height: 100%;
          width: auto;
          position: absolute;
          top: 0;
          left: 0; } }
    .scorebox__BG::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      background-image: linear-gradient(rgba(25, 57, 138, 0.46), #061D42);
      z-index: 1; }
  .scorebox .row {
    max-width: 72em; }
  .scorebox .matchSummary {
    margin-bottom: 2.5rem; }
    .scorebox .matchSummary > a {
      color: #ffffff;
      text-decoration: none; }
      .scorebox .matchSummary > a:focus {
        text-decoration: underline; }
      @media (min-width: 64.0625em) {
        .scorebox .matchSummary > a:hover {
          text-decoration: underline; } }
    .scorebox .matchSummary .summary {
      font-weight: 700;
      font-size: 2.1rem;
      text-align: center;
      color: #ffffff; }
  .scorebox .hpto-header {
    margin-bottom: 2rem; }
  .scorebox .scoreboard {
    margin: 0 auto; }
  .scorebox .teamScores {
    margin: 0 auto;
    position: relative;
    width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .scorebox .teamScores:before {
      content: '';
      display: block; }
    .scorebox .teamScores:after {
      content: '';
      display: table;
      clear: both; }
  .scorebox .team {
    font-size: 0.7em;
    letter-spacing: 0.5px;
    display: block;
    text-decoration: none;
    width: 50%;
    color: #fff;
    max-width: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .scorebox .team.fielding .team-name, .scorebox .team.fielding .teamSmall, .scorebox .team.fielding .runs, .scorebox .team.fielding .runRate, .scorebox .team.fielding .overs, .scorebox .team.fielding .progressBar, .scorebox .team.fielding .teamScore {
      opacity: 0.5; }
    .scorebox .team.loser .team-name, .scorebox .team.loser .runs, .scorebox .team.loser .runRate, .scorebox .team.loser .overs, .scorebox .team.loser .progressBar, .scorebox .team.loser .teamScore {
      opacity: 0.5; }
  .scorebox .team-details {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    .scorebox .team-details.home {
      padding-left: 0;
      padding-right: 1.5rem;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .scorebox .team-details.away {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
  .scorebox .team-link:focus {
    text-decoration: none; }
    .scorebox .team-link:focus .team,
    .scorebox .team-link:focus .team-name {
      text-decoration: underline; }
  @media (min-width: 64.0625em) {
    .scorebox .team-link:hover {
      text-decoration: none; }
      .scorebox .team-link:hover .team,
      .scorebox .team-link:hover .team-name {
        text-decoration: underline; } }
  .scorebox .team-badge {
    position: relative;
    z-index: 10; }
  .scorebox .teamFull {
    width: 100%; }
  .scorebox .teamSmall {
    text-decoration: none;
    color: #fff; }
  .scorebox .team-name {
    font-weight: 700;
    font-size: 1.8rem;
    color: white;
    text-decoration: none;
    height: calc( 1.8rem * 1.2 * 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .scorebox .team-name p {
      line-height: 1.2; }
    .scorebox .team-name.home {
      text-align: right; }
  .scorebox .runs {
    font-size: 6.4em;
    line-height: 1.2; }
    .scorebox .runs span {
      font-weight: 700; }
  .scorebox .runRate, .scorebox .overs, .scorebox .teamScore {
    font-weight: 700;
    font-size: 1.6rem; }
    .scorebox .runRate span, .scorebox .overs span, .scorebox .teamScore span {
      font-weight: 400; }
  .scorebox .opposition {
    display: none; }
  .scorebox .progressBar {
    float: left;
    margin-top: 5px; }
    .scorebox .progressBar .over {
      width: 4px;
      height: 12px;
      margin-right: 2px;
      background: #F5F5F5;
      opacity: .4;
      float: left;
      border-radius: 1px; }
      .scorebox .progressBar .over.complete {
        opacity: 1; }

@keyframes glow {
  0% {
    background: #F5F5F5; }
  50% {
    background: #65ef3c; }
  100% {
    background: #F5F5F5; } }

@-webkit-keyframes glow {
  0% {
    background: #F5F5F5; }
  50% {
    background: #65ef3c; }
  100% {
    background: #F5F5F5; } }
      .scorebox .progressBar .over.current {
        background: #65ef3c;
        opacity: 1;
        -webkit-animation: glow 2s linear infinite;
                animation: glow 2s linear infinite; }
  .scorebox .venue {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px; }
  .scorebox.preMatch .team-name {
    font-size: 3.4rem; }
  @media (min-width: 40em) {
    .scorebox.preMatch .team-name {
      height: 100%; } }
  @media (max-width: 64.0525em) {
    .scorebox .scoreboard {
      padding: 0; }
    .scorebox .team {
      max-width: 35rem; }
    .scorebox .team-details {
      padding-left: 1rem; }
      .scorebox .team-details.home {
        padding-right: 1rem; } }
  @media (max-width: 800px) {
    .scorebox {
      padding: .1rem 0 2rem; }
      .scorebox .matchSummary .columns {
        padding: 0; }
      .scorebox .matchSummary .summary {
        text-indent: inherit;
        font-size: 1.4rem; }
      .scorebox .matchSummary .matchNav {
        margin-right: 0;
        background: black;
        float: none;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600; }
        .scorebox .matchSummary .matchNav:hover {
          background: #333; }
      .scorebox .matchSummary .summary {
        height: auto;
        line-height: 1.2; }
      .scorebox .teamScores .dhms-container .seconds, .scorebox .teamScores .dhms-container .s-label {
        display: none; }
      .scorebox .team-badge {
        margin-bottom: 10px;
        display: block; }
      .scorebox .team-name {
        clear: both; }
      .scorebox .runs {
        font-size: 3rem; }
      .scorebox .runRate, .scorebox .overs, .scorebox .teamScore {
        font-size: 11px;
        margin-bottom: 0; }
      .scorebox.preMatch .team-name {
        font-size: 1.8rem; } }
  @media (max-width: 39.99em) {
    .scorebox .team {
      max-width: 26rem; }
    .scorebox .team-details .team-logo {
      display: inline-block; } }
  @media (max-width: 500px) {
    .scorebox .teamScores .team-name {
      font-size: 1.2rem; }
    .scorebox .venue {
      font-size: 1.2rem;
      margin-bottom: 5px; }
    .scorebox .matchSummary {
      margin-bottom: 10px; }
      .scorebox .matchSummary .runRate {
        display: block;
        font-size: 0.8em;
        margin-top: 5px;
        display: inline; } }
  @media (max-width: 400px) {
    .scorebox .columns {
      padding: 0; }
    .scorebox.preMatch .smallDate {
      color: #fff;
      font-size: 0.75em;
      text-align: center;
      margin: 12.5px 10px 0;
      float: left;
      display: block;
      opacity: 0.35; }
    .scorebox .team-details {
      padding-left: .5rem; }
      .scorebox .team-details.home {
        padding-right: .5rem; } }
63

.superOver {
  width: 100px;
  margin: 1rem auto;
  border-radius: 2px;
  background-color: #cf0a2c;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: bold; }

.match-countdown {
  text-align: center;
  position: relative;
  z-index: 10; }
  .match-countdown__clock-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .match-countdown__label {
    font-size: 2.1rem;
    color: #ffffff;
    line-height: 1;
    padding-top: 1rem; }
  @media (max-width: 52.49em) {
    .match-countdown {
      padding-bottom: 1rem; }
      .match-countdown__label {
        font-size: 1.2rem;
        padding: 0 0 .5rem 0;
        text-transform: uppercase; } }

.sub-menu {
  box-shadow: 1px 1px 1px rgba(23, 23, 23, 0.3);
  background: #061D42;
  position: relative;
  text-align: center;
  z-index: 1; }
  .sub-menu__list {
    overflow-x: scroll;
    padding: 1.4rem 0.5rem;
    white-space: nowrap; }
    .sub-menu__list::-webkit-scrollbar {
      height: 0;
      width: 0;
      background: transparent; }
    @media (min-width: 64.0625em) {
      .sub-menu__list:hover .sub-menu__top-link {
        opacity: 0.6; } }
  .sub-menu__list-item {
    vertical-align: middle; }
  .sub-menu__top-link {
    display: block;
    font-size: 1.4rem;
    padding: 0 0.7rem 0.2rem;
    white-space: normal;
    border-bottom: solid 2px transparent;
    color: #ffffff;
    margin: 0 1.4rem;
    position: relative;
    transition: opacity ease-in-out 0.2s; }
    .sub-menu__top-link--is-active, .sub-menu__top-link:active {
      border-bottom: solid 2px #5191CD;
      -o-border-image: linear-gradient(194.81deg, #5191CD 0%, #19398A 100%) 1 1;
         border-image: linear-gradient(194.81deg, #5191CD 0%, #19398A 100%) 1 1; }
    .sub-menu__top-link--is-active, .sub-menu__top-link:hover {
      opacity: 1 !important; }
  .sub-menu .social-share {
    margin-top: 0;
    position: absolute;
    right: 4rem;
    top: 1rem; }
    .sub-menu .social-share__icons {
      padding: 0; }

@media (max-width: 840px) {
  .sub-menu .social-share {
    display: none; } }

.main-photo img {
  width: 100%; }

.main-photo__sharing {
  position: absolute;
  top: 0;
  right: 0; }

.main-photo__description {
  min-height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 3rem; }
  .main-photo__description--no-caption .main-photo__sharing {
    right: auto;
    left: 0; }

.main-photo__text {
  width: 50%;
  padding-right: 3rem; }

.main-photo--portrait {
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .main-photo--portrait img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto; }

@media (max-width: 52.49em) {
  .main-photo {
    margin-bottom: 1rem; }
    .main-photo__description {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .main-photo__sharing {
      position: relative;
      margin-bottom: 1rem;
      box-shadow: none; }
    .main-photo__text {
      width: 100%;
      padding: 0 2rem; } }

.photo-item img {
  width: 100%;
  height: auto; }

.photo-item .media-item__img {
  -webkit-transform: none;
          transform: none;
  position: relative;
  left: 0; }

.photo-item .media-item__img-container {
  margin: 0;
  height: auto; }

.photo-item .media-item:hover .media-item__img {
  -webkit-transform: none;
          transform: none; }

.player-hero {
  color: #ffffff;
  position: relative;
  margin-top: 2rem; }
 
.player-bio {
  padding: 2rem 0;
  color: #111111;
  font-weight: 300;
  font-size: 1.6rem; }

.promo {
  position: relative;
  background-size: cover; }
  .promo__main {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.4rem 0;
    z-index: 1; }
  .promo__bg-wrap {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
  .promo__title {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0.6rem; }
  .promo__description {
    font-size: 1.3rem;
    max-width: 45rem; }
  .promo__links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem; }
  .promo__link {
    background: #EF4123;
    padding: 1rem 6rem;
    text-transform: uppercase;
    width: 100%; }
    .promo__link:first-child {
      margin-right: 0.5rem; }
    .promo__link.apple {
      background-position: -475px 0px;
      background-image: url("../i/sprites/global-sprite.png");
      background-repeat: no-repeat;
      display: inline-block;
      width: 135px;
      height: 40px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .promo__link.apple {
          background-size: 652px 616px;
          background-image: url("../i/sprites/global-sprite%40x2.png"); } }
    .promo__link.google {
      background-position: -296px -227px;
      background-image: url("../i/sprites/global-sprite.png");
      background-repeat: no-repeat;
      display: inline-block;
      width: 135px;
      height: 40px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .promo__link.google {
          background-size: 652px 616px;
          background-image: url("../i/sprites/global-sprite%40x2.png"); } }
    .promo__link.apple, .promo__link.google {
      font-size: 0;
      background-color: transparent; }
      .promo__link.apple:focus, .promo__link.google:focus {
        background-color: transparent; }
      @media (min-width: 64.0625em) {
        .promo__link.apple:hover, .promo__link.google:hover {
          background-color: transparent; } }
    .promo__link:focus {
      background-color: #d02b0f; }
    @media (min-width: 64.0625em) {
      .promo__link:hover {
        background-color: #d02b0f; } }
  @media (min-width: 52.5em) {
    .promo__link {
      width: auto; }
    .promo__main {
      padding: 3.6rem 0; }
    .promo__title {
      font-size: 4.2rem;
      margin-bottom: 1.2rem; } }
  @media (min-width: 81.25em) {
    .promo__main {
      height: 20vw;
      max-height: 30rem; } }
  @media (max-width: 52.49em) {
    .promo--background .promo__main {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      min-height: 300px; } }
  .promo--background .promo__bg-wrap {
    background: linear-gradient(to bottom, rgba(6, 29, 66, 0) 0%, #061D42 100%); }
    @media (min-width: 52.5em) {
      .promo--background .promo__bg-wrap {
        background: linear-gradient(270deg, rgba(6, 29, 66, 0) 0%, #061D42 80%); } }
  .promo--aside {
    padding-top: 5rem; }
  .promo--aside .promo__bg-wrap {
    background: linear-gradient(225deg, #5191CD 0%, #19398A 100%);
    top: 5rem;
    height: auto;
    bottom: 0; }
  .promo--aside .promo__main {
    width: 50%;
    float: left; }
    @media (max-width: 52.49em) {
      .promo--aside .promo__main {
        width: 100%;
        float: none;
        min-height: 260px; } }
  .promo--aside .promo__description {
    max-width: none; }
  .promo--aside .promo__shell {
    height: 300%;
    left: auto;
    right: -50%;
    top: -100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 100%; }
    .promo--aside .promo__shell g {
      fill: rgba(255, 255, 255, 0.06); }
  .promo--aside .promo__photo-wrap {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    top: -5rem; }
    @media (max-width: 64.0525em) {
      .promo--aside .promo__photo-wrap {
        max-width: 40%;
        overflow: hidden; } }
    @media (min-width: 52.5em) {
      .promo--aside .promo__photo-wrap {
        display: block; } }
  .promo--aside .promo__photo {
    width: auto;
    height: 100%;
    display: block; }
  @media (min-width: 25em) {
    .promo--aside .promo__link:first-child {
      margin-right: 1.6rem; } }

.promo-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0; }
  .promo-bg__wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
  .promo-bg__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center"; }

.viewers-choice {
  background: linear-gradient(0deg, #214bb5 0%, #19398A 100%);
  color: #ffffff;
  padding: 4rem 1rem 16rem;
  text-align: center;
  font-size: 1.6rem; }
  .viewers-choice__wrapper {
    max-width: 73rem;
    padding: 0 1rem;
    margin: 0 auto; }
    .viewers-choice__wrapper ul {
      padding-top: 1rem;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
      grid-column-gap: 1rem;
      width: 80%;
      margin: 0 auto;
      text-align: left; }
    .viewers-choice__wrapper li {
      font-size: 1.4rem;
      list-style-type: disc; }
  .viewers-choice__logo {
    margin-bottom: 2rem;
    width: 14.5rem; }
  .viewers-choice__description {
    display: inline-block;
    margin-top: 1rem;
    max-width: 69rem; }
  .viewers-choice__player {
    margin-top: -11rem; }
  .viewers-choice.t-vivo {
    background: linear-gradient(0deg, #11abfe 0%, #018FDB 100%); }
  .viewers-choice.t-green {
    background: linear-gradient(0deg, #01d862 0%, #01A54B 100%); }

@media (max-width: 640px) {
  .viewers-choice {
    padding: 3rem 1rem 14rem;
    font-size: 1.4rem;
    text-align: left; }
    .viewers-choice__title {
      font-size: 2.4rem;
      line-height: 2.4rem; }
    .viewers-choice__logo {
      max-width: 10rem; } }

.venue-hero {
  padding: 25rem 3rem 2rem 3rem;
  color: #ffffff;
  position: relative;
  background-size: cover;
  background-position: center center; }
  .venue-hero:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #222, transparent); }
  .venue-hero__title {
    position: relative;
    line-height: 1.2; }
  .venue-hero__details {
    position: relative; }
    .venue-hero__details:before {
      content: '';
      display: inline-block;
      background-color: rgba(168, 168, 168, 0.2);
      height: 1px;
      width: calc( 100% + 6rem);
      margin: 0 -3rem 1rem -3rem; }
    .venue-hero__details li {
      display: inline-block; }
      .venue-hero__details li:after {
        content: '';
        display: inline-block;
        background-color: #ffffff;
        border-radius: 100%;
        height: .4rem;
        margin-left: 5rem;
        margin-right: 5rem;
        vertical-align: middle;
        width: .4rem; }
      .venue-hero__details li:last-child:after {
        display: none; }
  .venue-hero__team {
    position: relative;
    margin-left: 4.5rem; }
    @media (max-width: 52.49em) {
      .venue-hero__team {
        margin-bottom: 1rem; } }
  .venue-hero__logo {
    position: absolute;
    top: 50%;
    left: -4.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .venue-hero__value {
    font-weight: 700; }
  @media (min-width: 52.5em) and (max-width: 64.0525em) {
    .venue-hero {
      padding-top: 20rem; }
      .venue-hero__details li:after {
        margin-left: 2rem;
        margin-right: 2rem; } }
  @media (min-width: 52.5em) {
    .venue-hero__title {
      font-size: 3rem; } }
  @media (max-width: 52.49em) {
    .venue-hero {
      padding: 15rem 1rem 1rem 1rem; }
      .venue-hero__details:before {
        width: calc( 100% + 2rem);
        margin: 0 -1rem .5rem -1rem; }
      .venue-hero__details li {
        display: block; }
        .venue-hero__details li:after {
          display: none; } }

/* UTILITIES
========================================================================== */
.u-center {
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.u-text-center {
  text-align: center !important; }

.u-left {
  float: left !important; }

.u-right {
  float: right !important; }

.u-center-text {
  text-align: center !important; }

.u-left-text {
  text-align: left !important; }

.u-right-text {
  text-align: right !important; }

.u-padding {
  padding: 1rem !important; }

.u-no-padding {
  padding: 0 !important; }

@media (max-width: 640px) {
  .u-no-padding-phab {
    padding: 0 !important; } }

.u-visually-hidden {
  visibility: hidden; }

.u-overflow-visible {
  overflow: visible !important; }

.u-body-no-scroll {
  overflow: hidden;
  width: 100%;
  height: 100%; }

.u-screen-reader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.u-no-margin {
  margin: 0 !important; }

@media (max-width: 640px) {
  .u-no-margin-phablet {
    margin: 0 !important; } }

.u-no-margin-bottom {
  margin-bottom: 0 !important; }

.u-no-margin-top {
  margin-top: 0 !important; }

.u-negative-margin {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  width: auto; }
  @media (max-width: 840px) {
    .u-negative-margin {
      margin-right: 0;
      margin-left: 0; } }

.u-negative-margin--all {
  margin: -0.5rem; }

@media (max-width: 52.49em) {
  .u-negative-margin-tablet {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
    width: auto; } }

.u-margin {
  margin: .5rem; }

.u-margin-bottom {
  margin-bottom: 1rem; }

@media (max-width: 39.99em) {
  .u-negative-margin-phablet {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    width: auto; } }

.u-hide {
  display: none !important; }

.u-font-light {
  font-weight: 300; }

@media (max-width: 81.24em) {
  .u-hide-wide {
    display: none !important; } }

.u-show {
  display: block !important; }

.u-no-font {
  font-size: 0; }

.u-text-white {
  color: #ffffff !important; }

.u-text-upper {
  text-transform: uppercase !important; }

@media (max-width: 52.49em) {
  .u-flex-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 64.0525em) {
  .u-hide-desktop {
    display: none; } }

@media (min-width: 64.0625em) {
  .u-show-desktop {
    display: none; } }

@media (max-width: 52.49em) {
  .u-body-no-scroll {
    position: fixed; }
  .u-hide-tablet {
    display: none; }
  .u-display-tablet {
    display: inline-block !important; } }

@media (min-width: 52.5em) {
  .u-show-tablet {
    display: none !important; } }

@media (max-width: 39.99em) {
  .u-hide-phablet {
	  min-width: 5rem;
   /* display: none !important;*/ } }

@media (min-width: 40em) {
  .u-show-phablet {
	  min-width: 5rem;
   /* display: none !important;*/ } }

@media (max-width: 64.0525em) {
  .u-hide-desktop {
    display: none !important; } }

@media (min-width: 25em) {
  .u-show-mobile {
    display: none; } }

@media (max-width: 24.99em) {
  .u-hide-mobile {
    display: none; } }
.video-item__txt-container {
    color: #ffffff;
    padding: 6rem 1rem 1rem;
    background: linear-gradient(rgba(11, 35, 94, 0), #0b235e 85%);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.video-item {
    background: #ffffff;
    border-radius: 0.5rem;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    white-space: normal;
}
.video-item__heading {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    max-height: 4.2rem;
    overflow: hidden;
    padding: 0 1rem;
    text-align: center;
}
.video-item__meta {
    font-size: 1.1rem;
    padding-top: 1.5rem;
}

.center-flex-grid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.t-final .btn:not(.promo__link) {
    background: linear-gradient(129.74deg, #9C7033 0%, #FFD063 58.25%, #B3803A 100%);
    color: #fff;
}

.widget__header {
	background: #6eb43f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 2px;
    margin-right: 2px;
}
.widget__carousel button.faded {
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: default;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.widget__carousel button {
    background: #ffffff;
    border: none;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    margin-left: .5rem;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}
.u-left {
    float: left !important;
}

.video-item__play-icn {
    height: 1rem;
    margin-right: 0.3rem;
    width: 0.7rem;
    fill: #ffffff;
}