article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}
pre {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.orange {
  color: #f6974a;
}
.pink {
  color: #e22d80;
}
.lightPink {
  color: #ff1a8c;
}
.redOrange {
  color: #ff4500;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.666666666666667%;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
h1 {
  font-size: 3.8rem;
  line-height: 4.3rem;
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 500px) {
  h2 {
    font-size: 2.7rem;
    line-height: 3.3rem;
  }
}
#main-content h2,
#main-content > a {
  color: #e22d80;
}
#main-content h2 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}
h3 {
  font-size: 2.6rem;
  line-height: 3.2rem;
}
@media only screen and (max-width: 500px) {
  h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
h4 {
  font-size: 2rem;
  line-height: 2.6rem;
}
h5 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
h6 {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
img {
  height: auto;
  max-width: 100%;
  display: block;
}
ul {
  margin: 0;
  padding: 0;
}
.section-inner-narrow ul {
  margin: 20px 0 20px 20px;
}
a {
  text-decoration: none;
  color: #fff;
  color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
a a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e22d80;
}
a i {
  font-size: 90%;
}
p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 0 0 1.5rem;
}
.btn-primary {
  display: block;
}
.start-btn-primary,
#main-content a.start-btn-primary {
  background: #e22d80;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.1rem 2.3rem 1.2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  border: 3px solid #e22d80;
}
@media only screen and (max-width: 500px) {
  .start-btn-primary,
  #main-content a.start-btn-primary {
    font-size: 1.5rem;
  }
}
.start-btn-primary:hover,
#main-content a.start-btn-primary:hover,
.start-btn-primary:focus,
#main-content a.start-btn-primary:focus,
.start-btn-primary:active,
#main-content a.start-btn-primary:active {
  background-color: #fff;
  color: #e22d80;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  text-decoration: none;
  border: 3px solid #e22d80;
}
.start-btn-primary .light,
#main-content a.start-btn-primary .light {
  font-weight: 300;
}
.start-btn-primary i,
#main-content a.start-btn-primary i {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 0.25rem;
}
.start-btn-primary i.fa-angle-double-right,
#main-content a.start-btn-primary i.fa-angle-double-right {
  font-size: 2rem;
  margin-left: 1rem;
  margin-top: -3px;
  vertical-align: middle;
}
.btn-secondary {
  background: #e22d80;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  padding: 1.5rem;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 1rem;
  padding: 1.3rem 3rem 1.2rem;
  position: relative;
  text-decoration: none;
  border: 3px solid;
  border-color: #e22d80;
  text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
  .btn-secondary {
    font-size: 1.8rem;
  }
}
.btn-secondary.small {
  font-size: 1.6rem;
  padding: 0.8rem 0.6rem;
  margin: 0;
}
.btn-secondary i {
  vertical-align: middle;
  font-size: 90%;
  margin-top: -2px;
  margin-left: 4px;
}
@media only screen and (max-width: 500px) {
  .btn-secondary i {
    margin-top: -2px;
  }
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #fff;
  color: #e22d80;
  text-decoration: none;
}
.btn-secondary.medium {
  font-size: 1.8rem;
  padding: 1rem 1.5rem 0.9rem;
}
.btn-secondary.white {
  background-color: #fff;
  color: #e22d80;
  border: 2px solid transparent;
}
.btn-secondary.white:hover,
.btn-secondary.white:focus {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-secondary.orange {
  background-color: #f6974a;
  color: #fff;
  border: 2px solid transparent;
}
.btn-secondary.orange:hover,
.btn-secondary.orange:focus {
  background-color: #fff;
  color: #f6974a;
  border: 2px solid #f6974a;
}
.btn-secondary.redOrange {
  background-color: #e63946;
  color: #fff;
  border: 2px solid transparent;
}
.btn-secondary.redOrange:hover,
.btn-secondary.redOrange:focus {
  background-color: #fff;
  color: #e63946;
  border: 2px solid #e63946;
}
.brand-gradient {
  background: -webkit-gradient(linear, left top, right bottom, from(#24004f), color-stop(10%, #24004f), color-stop(50%, #3a0072), to(#30cfd0));
  background: linear-gradient(to bottom right, #24004f 0%, #24004f 10%, #3a0072 50%, #30cfd0 100%);
}
@media only screen and (max-width: 500px) {
  .brand-gradient {
    background: linear-gradient(150deg, #24004f 0%, #24004f 10%, #3a0072 75%, #30cfd0 100%);
  }
}
.bg-dark {
  background: #170844;
  overflow: auto;
}
.bg-light {
  background: #f3ffff;
  overflow: auto;
}
.bg-light h2,
.bg-light h3 {
  color: #e22d80;
}
.bg-light h3 a {
  color: #132056;
}
.bg-light h3 a:hover,
.bg-light h3 a:focus {
  color: #e22d80;
}
.bg-light p a {
  color: #e22d80;
}
.bg-light p a:hover,
.bg-light p a:focus {
  color: #132056;
}
.section-spacing-top {
  margin-top: 4rem;
}
.section-spacing-bottom {
  margin-bottom: 4rem;
}
.font-slanted {
  font-style: italic;
}
.bg-img-wrap,
video#main-bg-video {
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  right: 0;
  width: auto;
  z-index: -100;
}
.bg-img-wrap,
video#main-bg-video {
  background-image: url("../images/main_bg_video_day.jpg");
}
header {
  line-height: initial;
}
.wrapper,
.section-inner,
.section-inner-narrow {
  margin: 0 auto;
}
.wrapper {
  max-width: 2000px;
}
.container {
  clear: both;
  line-height: 23px;
  line-height: 2.3rem;
  overflow: hidden;
}
.section-inner {
  padding: 40px 2rem 40px;
  max-width: 1240px;
}
@media only screen and (max-width: 700px) {
  .section-inner {
    padding: 3rem 2rem;
  }
}
.section-inner.row-callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 700px) {
  .section-inner.row-callout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-inner-narrow {
  padding: 40px 20px 20px;
  min-height: 1000px;
  max-width: 1020px;
}
.section-inner-narrow a {
  color: #540d6e;
}
@media only screen and (max-width: 1020px) {
  .section-inner-narrow {
    padding: 1.96078431372549%;
  }
}
.two-column-featured-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 900px) {
  .two-column-featured-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.two-column-sidebar {
  width: 30%;
}
@media only screen and (max-width: 900px) {
  .two-column-sidebar {
    width: 100%;
  }
}
.column-breakout:before {
  content: "";
  display: block;
  height: 100px;
  width: 100px;
  margin-left: -100px;
  padding: 0;
  background: #f00;
}
.flex-row-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 700px) {
  .flex-row-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main-content {
  float: left;
  font-size: 16px;
  line-height: 25px;
  width: 70% /* 840/1200 */;
  margin-bottom: 3rem;
}
aside {
  float: right;
  width: 26.6666666667% /* 330/1200 */;
  margin-top: 2.5rem;
  margin-bottom: 4rem;
}
.two-column-content,
+columns(2),
.three-column-content,
+columns(3),
.section-flex,
display:flex,
flex-direction: row,
justify-content: space-between,
+to-width(900px),
flex-direction: column,
.leaderboard-wrap {
  margin: 0 auto;
  overflow: hidden;
  width: 728px;
}
.middle-wrap {
  margin: 0 auto;
  overflow: hidden;
  width: 728px;
}
.video-wrapper {
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed,
.limelight-player-footprint {
  height: 100% !important;
  left: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
}
.page-title {
  color: #e22d80;
  margin-bottom: 2rem;
}
.desktop-only {
  display: block;
}
@media only screen and (max-width: 900px) {
  .desktop-only {
    display: none;
  }
}
.mobile-only {
  display: none;
}
@media only screen and (max-width: 900px) {
  .mobile-only {
    display: block;
  }
}
.change-timezone {
  position: relative;
  color: #e22d80;
  font-weight: bold;
  margin: 1.5rem 0 0;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  width: 100%;
  margin-left: 0;
}
@media only screen and (max-width: 500px) {
  .change-timezone {
    margin-top: 0.5rem;
    margin-left: 0;
  }
}
.timezone-dropdown .dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow-y: auto;
  background-color: rgba(23,8,68,0.95);
  color: #fff;
  border: 5px solid #f6974a;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0.5rem 0;
  padding: 0;
  letter-spacing: 0.6px;
  cursor: pointer;
  z-index: 9;
}
.timezone-dropdown .dropdown-options.light {
  background-color: rgba(255,255,255,0.95);
  color: #e22d80;
  border: 4px solid #e22d80;
}
.timezone-dropdown .dropdown-options li {
  font-size: 1.8rem;
  margin-bottom: 0;
  padding: 0.5rem 0.5rem;
}
.timezone-dropdown .dropdown-options li:hover,
.timezone-dropdown .dropdown-options li:focus {
  background-color: #e22d80;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .header-wrapper {
    padding-bottom: 0;
  }
}
.header-wrapper .leaderboard-wrap {
  margin: 0 auto;
  text-align: center;
  padding-top: 1rem;
}
header .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 2rem;
}
@media only screen and (max-width: 900px) {
  header .section-inner {
    padding: 1rem 2rem;
  }
}
.logo {
  display: block;
  margin-right: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 250px;
}
@media only screen and (max-width: 1200px) {
  .logo {
    width: 200px;
  }
}
@media only screen and (max-width: 1000px) {
  .logo {
    width: 150px;
  }
}
@media only screen and (max-width: 900px) {
  .logo {
    width: 125px;
    margin-bottom: 0.5rem;
  }
}
#main-nav {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 900px) {
  #main-nav {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
#main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
}
@media only screen and (max-width: 900px) {
  #main-nav ul {
    display: block;
  }
}
#main-nav ul li {
  display: inline-block;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: bold;
  margin-left: 3rem;
}
@media only screen and (max-width: 900px) {
  #main-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    padding: 2rem 2rem;
    margin: 0;
    padding: 0;
  }
  #main-nav ul li .fa-search {
    padding: 1rem;
  }
}
#main-nav ul a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 0.2rem;
}
#main-nav ul a.btn-secondary {
  padding: 0.6rem 1rem;
}
@media only screen and (max-width: 900px) {
  #main-nav ul a.btn-secondary {
    padding: 1rem;
  }
}
@media only screen and (max-width: 900px) {
  #main-nav ul a {
    padding: 1.2rem 1rem;
  }
}
#main-nav ul a:hover,
#main-nav ul a.active {
  color: #ff1a8c;
}
@media only screen and (max-width: 900px) {
  #main-nav ul a:hover,
  #main-nav ul a.active {
    border-bottom: none;
    color: #fff;
  }
}
#main-nav .nav-small.nav-closed {
  display: none;
}
#main-nav .nav-small {
  background-color: #fff;
  color: #fff;
  padding: 0 5rem 1rem;
}
#main-nav .nav-small.nav-open {
  height: auto;
}
@media only screen and (max-width: 900px) {
  #main-nav .nav-small.nav-open {
    height: 400px;
    left: 0;
    top: 75px;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 767px) {
  #main-nav .nav-small.nav-open {
    top: 75px;
  }
}
@media only screen and (max-width: 600px) {
  #main-nav .nav-small.nav-open {
    top: 105px;
  }
}
#main-nav .nav-small.nav-open {
  background: #e22d80;
  display: block;
  width: 100%;
  position: absolute;
  z-index: 99999;
  padding: 1rem 0.5rem;
}
#main-nav .main-nav-toggle {
  display: none;
  background-color: transparent;
  border: none;
  float: right;
  width: 40px;
  font-size: 3.5rem;
  margin: 0 5px 0 0;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  #main-nav .main-nav-toggle {
    display: block;
  }
}
#main-nav .main-nav-toggle:hover {
  color: #e22d80;
}
#main-nav li.search-btn {
  position: relative;
  margin-left: -4rem;
}
@media only screen and (max-width: 900px) {
  #main-nav li.search-btn {
    margin-left: 0rem;
  }
}
#main-nav li.search-btn:hover,
#main-nav li.search-btn:active {
  color: #e22d80;
}
@media only screen and (max-width: 900px) {
  #main-nav li.search-btn:hover,
  #main-nav li.search-btn:active {
    color: #fff;
  }
}
#main-nav ul li:first-child {
  margin-left: 0;
}
.search-btn span {
  cursor: pointer;
  height: 50px;
  width: 50px;
  padding: 1rem 1.3rem;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-bar {
  border-top: 1px solid #e22d80;
  border-bottom: 1px solid #e22d80;
  padding: 2rem;
  display: none;
  position: relative;
  width: 100%;
}
.search-bar.open {
  background: #170844;
  display: block;
  width: 100%;
  position: absolute;
  z-index: 99999;
  margin-top: -0.1rem;
}
.search-bar.open form {
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 50px;
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 600px) {
  .search-bar.open form {
    width: 90%;
  }
}
.search-bar.open input {
  background: none;
  border: none;
  display: block;
  float: left;
  height: 50px;
  width: 100%;
  margin-right: 7rem;
  padding: 0 3rem;
  vertical-align: middle;
  outline: none;
}
.search-bar.open button {
  float: right;
  width: 70px;
  background: none;
  border: none;
}
.search-bar.open button i {
  font-size: 2rem;
  margin-top: 1.5rem;
}
.search-bar.open button i:hover,
.search-bar.open button i:focus {
  color: #e22d80;
}
.search-bar-input-wrap {
  margin-right: -7rem;
  width: 100%;
  float: left;
}
.is-sticky header {
  background: -webkit-gradient(linear, left top, left bottom, from(#540d6e), to(#132056));
  background: linear-gradient(#540d6e, #132056);
  padding: 2px 0;
  width: 100%;
  z-index: 999;
}
.is-sticky .section-inner {
  padding: 0 15px;
}
.is-sticky .logo {
  margin: 8px 0;
  width: 150px;
}
.is-sticky #main-nav {
  margin-top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.is-sticky #main-nav a.active,
.is-sticky #main-nav a:hover {
  color: #e22d80;
  border-bottom: 5px solid #e22d80;
}
.header-buttons.mobile-only {
  margin: 0.7rem auto 0;
  gap: 4rem;
}
@media only screen and (max-width: 900px) {
  .header-buttons.mobile-only {
    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;
    gap: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  .header-buttons.mobile-only {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 175px;
    margin: 0;
    gap: 0;
  }
}
@media only screen and (max-width: 900px) {
  .header-buttons.mobile-only .btn-secondary {
    font-size: 1.6rem;
    padding: 0.7rem 1.1rem 0.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .header-buttons.mobile-only .btn-secondary {
    font-size: 1.3rem;
    margin: 0.5rem 0 0.7rem;
    padding: 0.5rem 0.8rem;
  }
}
.billboard-slider-wrap {
  padding-top: 2.5rem;
  margin-bottom: 4rem;
}
.billboard-slider-wrap .owl-nav {
  position: absolute;
  width: calc(100% - 125px);
  height: 0;
  top: 45%;
  left: 5%;
}
@media only screen and (max-width: 1200px) {
  .billboard-slider-wrap .owl-nav {
    width: calc(100% - 60px);
    left: 3%;
  }
}
@media only screen and (max-width: 1000px) {
  .billboard-slider-wrap .owl-nav {
    width: calc(100% - 35px);
    left: 2%;
  }
}
@media only screen and (max-width: 500px) {
  .billboard-slider-wrap .owl-nav {
    left: 1%;
    width: calc(100% - 10px);
  }
}
.billboard-slider-wrap .owl-nav .owl-prev {
  float: left;
}
.billboard-slider-wrap .owl-nav .owl-next {
  float: right;
}
.billboard-slider-wrap .owl-nav .owl-prev .fa-chevron-left,
.billboard-slider-wrap .owl-nav .owl-next .fa-chevron-right {
  border-radius: 100px;
}
.billboard-slider-wrap.owl-carousel. .owl-nav {
  position: absolute;
  width: 100%;
}
.billboard-slider-wrap.owl-carousel .owl-nav button.owl-next,
.billboard-slider-wrap .owl-carousel .owl-nav button.owl-prev,
.billboard-slider-wrap .owl-carousel button.owl-dot {
  border: none;
}
.billboard-slider-wrap .owl-nav .owl-prev .fa-chevron-left,
.billboard-slider-wrap .owl-nav .owl-next .fa-chevron-right {
  color: #e22d80;
  font-size: 5rem;
}
@media only screen and (max-width: 1000px) {
  .billboard-slider-wrap .owl-nav .owl-prev .fa-chevron-left,
  .billboard-slider-wrap .owl-nav .owl-next .fa-chevron-right {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 500px) {
  .billboard-slider-wrap .owl-nav .owl-prev .fa-chevron-left,
  .billboard-slider-wrap .owl-nav .owl-next .fa-chevron-right {
    font-size: 3rem;
  }
}
.billboard-slider-wrap .owl-nav .owl-prev .fa-chevron-left:hover,
.billboard-slider-wrap .owl-nav .owl-next .fa-chevron-right:hover,
.billboard-slider-wrap .owl-nav .owl-prev .fa-chevron-left:focus,
.billboard-slider-wrap .owl-nav .owl-next .fa-chevron-right:focus {
  color: #fff;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.billboard-slider {
  list-style: none;
}
.billboard-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
}
.billboard-button-wrapper .billboard-button-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
}
.billboard-button-wrapper .billboard-button-inner.right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.billboard-button-wrapper .billboard-button-inner.left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.billboard-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 4%;
  padding: 0 4rem;
  z-index: 999999;
}
@media only screen and (max-width: 500px) {
  .billboard-button {
    bottom: 0 !important;
  }
}
@media only screen and (max-width: 500px) {
  .billboard-button a {
    font-size: 1.2rem;
    padding: 0.2rem 2rem 0.15rem;
  }
}
.hp-billboard-slider li img {
  display: block;
}
.hp-billboard-slide-hidden {
  visibility: hidden;
}
.hp-prev-slide,
.hp-next-slide {
  background: -webkit-gradient(linear, left top, left bottom, from(#e22d80), to(#e63946));
  background: linear-gradient(#e22d80, #e63946);
  display: block;
  font-size: 30px;
  line-height: 0;
  padding: 1.162790697674% /* 20/2000 */;
  position: absolute;
  top: 45%;
}
.hp-prev-slide {
  left: 0;
}
.hp-next-slide {
  right: 0;
}
.hp-billboard-slider-wrap .bx-prev,
.hp-billboard-slider-wrap .bx-next {
  color: #fff;
}
.hp-billboard-slider-wrap .bx-prev:hover,
.hp-billboard-slider-wrap .bx-next:hover {
  color: #132056;
}
.schedule-airings {
  border-radius: 40px 0;
  border-width: 8px;
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 3rem;
  text-transform: uppercase;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 500px) {
  .schedule-airings {
    border-radius: 20px 0;
  }
}
.schedule-airings.orange {
  border-color: #f6974a;
}
.schedule-airings.pink {
  border-color: #e22d80;
}
.schedule-airings.blue {
  border-color: #170844;
}
.schedule-airings .now-next {
  float: left;
  font-weight: 700;
  width: calc(100% / 3 - 2rem);
}
@media only screen and (max-width: 700px) {
  .schedule-airings .now-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0rem 1rem 1.5rem;
    text-align: center;
    width: 100%;
  }
}
.schedule-airings .now-next span {
  color: #fff;
  font-size: 1.8rem;
  margin-right: 0.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 700px) {
  .schedule-airings .now-next span {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
.schedule-airings .now-next.time {
  font-weight: 300;
}
.schedule-airings .now-next a {
  color: #e22d80;
  font-size: 2.4rem;
  display: inline-block;
  text-decoration: none;
  margin-top: 1.5rem;
}
.schedule-airings .now-next a:hover,
.schedule-airings .now-next a:focus {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .schedule-airings .now-next a {
    font-size: 2rem;
    margin-top: 0.3rem;
  }
}
.schedule-airings-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 700px) {
  .schedule-airings-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.hp-now-next a:hover {
  color: #e1faf9;
  background: none;
}
.hp-gradient-dark-wrap {
  padding-top: 1.666666666666667%;
  background: -webkit-gradient(linear, left top, left bottom, from(#132056), to(#540d6e));
  background: linear-gradient(#132056, #540d6e);
}
@media only screen and (max-width: 900px) {
  .hp-newsletter .section-inner.row-callout {
    padding: 2rem 0 3rem;
  }
}
.hp-newsletter.sidebar-ad-wrap {
  margin-bottom: 0;
}
.hp-newsletter.sidebar-newsletter-signup-wrap {
  width: 70%;
  padding-top: 1.5rem;
  text-align: center;
  margin: 2rem auto 2rem;
}
@media only screen and (max-width: 700px) {
  .hp-newsletter.sidebar-newsletter-signup-wrap {
    width: 100%;
  }
}
.hp-newsletter-signup-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#e22d80), to(#e63946));
  background: linear-gradient(#e22d80, #e63946);
  margin: 0 auto;
  max-width: 1200px;
  padding: 17px 0;
}
.hp-newsletter-signup-form,
.hp-newsletter-signup-fields {
  position: relative;
}
.hp-newsletter-signup-form {
  padding-left: 400px;
  margin: 0 auto;
  width: 800px;
}
.hp-newsletter-signup-form form {
  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;
  width: 100%;
}
.hp-newsletter-signup-wrap label {
  color: #fff;
  font-size: 2rem;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  top: 6px;
}
.hp-newsletter-signup-wrap label span {
  display: block;
}
.hp-newsletter-signup-fields {
  background-color: #fff;
  padding-right: 6rem;
  margin-top: 1rem;
  width: 100%;
}
.hp-newsletter-signup-fields input,
.hp-newsletter-signup-fields button {
  border: none;
  display: block;
  height: 55px;
}
.hp-newsletter-signup-fields input {
  padding-left: 20px;
  width: 100%;
  color: #000;
}
@media only screen and (max-width: 700px) {
  .hp-newsletter-signup-fields input {
    font-size: 14px;
  }
}
.hp-newsletter-signup-fields button {
  background-color: #132056;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
}
.hp-newsletter-signup-fields button:hover {
  background-color: #540d6e;
}
.hp-newsletter-loading {
  display: block;
  position: absolute;
  right: 5px;
  top: 3px;
  width: 49px;
}
@media only screen and (max-width: 1200px) {
  .hp-newsletter-loading {
    width: 39px;
  }
}
.hp-newsletter-thanks {
  padding-left: 0;
  text-align: center;
}
.hp-newsletter-thanks label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 0 !important;
  position: static;
}
.half-newsletter-callout {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .half-newsletter-callout {
    width: 100%;
  }
}
.hp-tagline-wrap {
  background: url("../images/bg_lighter_trans.png") repeat 0 0;
  padding: 3.75% 0 /* 75/2000 */;
  z-index: 0;
}
.hp-tagline-wrap img {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  width: 1276px;
}
.schedule-full {
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.schedule-full a {
  text-decoration: none;
}
.schedule-full:hover,
.schedule-full:focus {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .schedule-full {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 700px) {
  .schedule-full {
    font-size: 1.7rem;
    margin-top: 1rem;
    width: 200px;
  }
}
.schedule-full .sched-eastern-note {
  color: #e22d80;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: bold;
  margin-top: 0.5rem;
  cursor: pointer;
}
.schedule-full .sched-eastern-note:hover,
.schedule-full .sched-eastern-note:focus {
  color: #fff;
}
@media only screen and (max-width: 500px) {
  .schedule-full .sched-eastern-note {
    margin-top: 0;
  }
}
.schedule-full #tzholder {
  color: #000;
}
h1 .view-all {
  color: #e22d80;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
  h1 .view-all {
    font-size: 18px;
  }
}
h1 .view-all:hover {
  color: #fff;
}
.bg-light h1 a.view-all:hover {
  color: #132056;
}
.view-social,
.view-social a {
  color: #540d6e;
}
.view-social {
  font-size: 1.4rem;
}
.view-social a:hover {
  text-decoration: none;
}
.hp-social-slider-wrap {
  padding: 0 75px /* 75/1200 */;
  position: relative;
}
.hp-social-slider {
  font-size: 2.5rem;
  line-height: 3.5rem;
  list-style: none;
  text-transform: uppercase;
}
.hp-social-slider li span {
  color: #540d6e;
  font-size: 1.6rem;
}
.hp-social-slider-wrap .social-prev-slide,
.hp-social-slider-wrap .social-next-slide {
  color: #fff;
  font-size: 5rem;
  position: absolute;
  top: 22% /* Firebug */;
}
.hp-social-slider-wrap .social-prev-slide {
  left: 0;
}
.hp-social-slider-wrap .social-next-slide {
  right: 0;
}
.hp-social-slider-wrap .social-prev-slide:hover,
.hp-social-slider-wrap .social-next-slide:hover {
  color: #540d6e;
}
.hp-social-more {
  color: #540d6e;
  text-decoration: none;
}
.hp-social-more:hover {
  text-decoration: underline;
}
.hp-content-display h1 {
  margin-bottom: 0;
  padding: 1% 1.5% 0.5% /* 20/2000 & 30/2000 & 10/2000 */;
}
.hp-content-item {
  float: left;
  position: relative;
  width: 33.333333333333% /* 666.66666666666667/2000 */;
}
.hp-content-item img {
  display: block;
}
.hp-content-item-overlay {
  background: url("../images/bg_dark_trans_50.png") repeat 0 0;
  bottom: 0;
  font-size: 2.5rem;
  padding: 4.5% /* 30/666.66666666666667 */;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
.hp-content-item-overlay a {
  color: #fff;
  text-decoration: none;
}
.hp-content-item-overlay a:hover {
  color: #ccc;
}
.hp-videos-grid .video-grid-tile h3 {
  font-size: 2.3rem;
  line-height: 2.6rem;
}
@media only screen {
  .hp-videos-grid .video-grid-tile h3 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
.hp-start-stories,
.hp-videos {
  padding: 3rem 4rem 3rem 10rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 1300px) {
  .hp-start-stories,
  .hp-videos {
    padding: 3rem 4rem 3rem 2rem;
  }
}
@media only screen and (max-width: 900px) {
  .hp-start-stories,
  .hp-videos {
    padding: 3rem 2rem 1rem;
    margin-right: 0;
  }
}
.hp-stories {
  padding: 1rem 0 5rem;
}
@media only screen and (max-width: 900px) {
  .hp-stories {
    padding: 1rem 0 3rem;
  }
}
.hp-videos .video-grid-tile {
  width: calc(100% / 2 - 1rem);
}
@media only screen and (max-width: 500px) {
  .hp-videos .video-grid-tile {
    width: 100%;
  }
}
.schedPicker {
  color: #fff;
  background: none;
  position: relative;
  font-weight: bold;
  background-image: url("/images/calendar_icon_light.png");
  background-repeat: no-repeat;
  background-size: 4rem;
  background-position: 80% 48%;
  font-size: 4rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
}
@media only screen and (max-width: 500px) {
  .schedPicker {
    font-size: 3.4rem;
    background-size: 2.5rem;
    background-position: 90% 48%;
    padding-right: 1rem;
    margin-top: -1rem;
  }
}
.schedPicker:hover,
.schedPicker:focus {
  color: #540d6e;
  cursor: pointer;
}
.schedule-wtw-link {
  color: #000;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: bold;
  margin: 3rem 0;
}
.schedule-wtw-link a {
  color: #e22d80;
}
.schedule-wtw-link a:hover,
.schedule-wtw-link a:focus {
  text-decoration: none;
}
.schedule-wtw-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
.sched-date-picker-pdf,
btn-primary() {
  text-align: left;
}
.schedule-listing-block {
  margin-top: 5rem;
}
.schedule-listing-block .schedule-listing-nav {
  background-color: #e22d80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 4rem 0.7rem;
}
@media only screen and (max-width: 767px) {
  .schedule-listing-block .schedule-listing-nav {
    padding: 1rem 1rem;
  }
}
.schedule-listing-block .schedule-listing-nav #displayed-date {
  color: #fff;
  font-size: 3.5rem;
  margin: auto;
}
.schedule-listing-block .next-button,
.schedule-listing-block .prev-button {
  text-decoration: none;
  text-align: center;
}
.schedule-listing-block .next-button a,
.schedule-listing-block .prev-button a {
  text-decoration: none;
}
.schedule-listing-block .next-button:hover,
.schedule-listing-block .prev-button:hover,
.schedule-listing-block .next-button:focus,
.schedule-listing-block .prev-button:focus {
  text-decoration: none;
}
.schedule-listing-block .next-button:hover p,
.schedule-listing-block .prev-button:hover p,
.schedule-listing-block .next-button:focus p,
.schedule-listing-block .prev-button:focus p {
  color: #fff;
}
.schedule-listing-block .next-button i:hover,
.schedule-listing-block .prev-button i:hover,
.schedule-listing-block .next-button i:focus,
.schedule-listing-block .prev-button i:focus {
  color: #540d6e;
}
.schedule-listing-block .next-button p,
.schedule-listing-block .prev-button p {
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.schedule-listing-block .next-button p:hover,
.schedule-listing-block .prev-button p:hover,
.schedule-listing-block .next-button p:focus,
.schedule-listing-block .prev-button p:focus {
  color: #540d6e;
  cursor: pointer;
}
.sched-date-picker {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}
.sched-date-picker-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.datepicker {
  padding: 4px;
  width: 250px;
}
.datepicker.wider {
  width: 290px;
}
.datepicker table {
  text-align: center;
  width: 100%;
}
.datepicker th,
.datepicker td {
  border: 2px solid #fff;
}
td.day,
th.prev,
th.next,
th.switch,
span.month,
span.year {
  cursor: pointer;
}
th.prev,
th.next {
  font-size: 2rem;
}
th.prev:hover,
th.next:hover,
th.switch:hover {
  color: #e22d80;
}
td.day:hover,
span.month:hover,
span.year:hover {
  background-color: #e1faf9;
}
td.day.active,
span.month.active,
span.year.active {
  background-color: #132056;
  color: #fff;
  font-weight: bold;
}
span.month,
span.year {
  display: block;
  float: left;
  margin: 2px;
  width: 40px;
}
.datepicker.dropdown-menu {
  display: none;
  background: #fff;
  float: left;
  font-size: 1.6rem;
  list-style: none;
  margin: 2px 0 0;
  min-width: 200px;
  padding: 5px 0;
  left: calc(32% - 30px) !important;
  top: 250px !important;
  margin: auto;
  position: absolute;
  text-align: left;
}
@media only screen and (max-width: 500px) {
  .datepicker.dropdown-menu {
    left: calc(20% - 20px) !important;
    top: 300px !important;
  }
}
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  display: none;
  padding: 4px;
  width: 250px;
}
.datepicker:hover,
.datepicker:focus {
  cursor: pointer;
}
.datepicker th.switch {
  color: #132056;
}
.datepicker tr {
  color: #e22d80;
  font-weight: 700;
}
.datepicker td {
  color: #132056;
  width: 40px;
  text-align: center;
}
.datepicker td:hover,
.datepicker td:focus {
  color: #e22d80;
  cursor: pointer;
}
.datepicker td.active {
  color: #fff;
}
.datepicker td > div {
  display: none;
}
.datepicker td table {
  width: 100%;
  margin: 0;
}
.datepicker td td.day:hover {
  background: #eee;
  cursor: pointer;
}
.datepicker td td.day.disabled {
  color: #eee;
}
.datepicker td td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker td td span:hover {
  background: #eee;
}
.datepicker td td span.active color #fff {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datepicker td td span.old {
  color: #999;
}
.datepicker td td th.switch {
  color: #132056;
  width: 145px;
}
.datepicker td td thead tr:first-child th {
  cursor: pointer;
}
.datepicker td td thead tr:first-child th:hover {
  background: #eee;
}
.date-picker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.datepicker td.old,
.datepicker td.new {
  color: #999;
}
.sched-load-more {
  background-color: #e22d80;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding: 1.2rem 0 1rem;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.sched-load-more:hover {
  background-color: #540d6e;
}
@media only screen and (max-width: 900px) {
  .sched-tz-wrap {
    margin-bottom: 12px;
    text-align: center;
  }
}
.sched-change-timezone {
  color: #e22d80;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.sched-change-timezone:hover,
.sched-change-timezone:focus {
  color: #f6974a;
}
@media only screen and (max-width: 500px) {
  .sched-change-timezone {
    display: block;
    margin-bottom: 1rem;
  }
}
.on-now {
  border-radius: 40px 0;
  border-width: 8px;
  border-style: solid;
  margin: -20px;
  padding: 20px;
}
@media only screen and (max-width: 500px) {
  .on-now {
    border-radius: 20px 0;
  }
}
.on-now.orange {
  border-color: #f6974a;
}
.on-now.pink {
  border-color: #e22d80;
}
.on-now.blue {
  border-color: #170844;
}
@media only screen and (max-width: 1000px) {
  .on-now {
    margin: 0;
    padding: 20px;
  }
}
.on-now .sched-show-info {
  margin-bottom: 0;
}
.sched-item {
  clear: both;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 700px) {
  .sched-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.sched-item.on-now {
  margin-bottom: 4rem;
}
.sched-show-time {
  color: #f6974a;
  font-size: 2.8rem;
  font-weight: bold;
  font-style: italic;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
  width: 20%;
}
@media only screen and (max-width: 900px) {
  .sched-show-time {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .sched-show-time {
    font-size: 2.4rem;
  }
}
.sched-show-info,
.leaderboard-schedule {
  width: 100%;
}
.sched-show-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 500px) {
  .sched-show-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sched-show-img {
  display: block;
  width: 20%;
}
@media only screen and (max-width: 900px) {
  .sched-show-img {
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .sched-show-img {
    display: none;
  }
}
.sched-show-desc {
  width: 75%;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 900px) {
  .sched-show-desc {
    width: 60%;
  }
}
@media only screen and (max-width: 600px) {
  .sched-show-desc {
    width: 100%;
    padding: 0;
  }
  .sched-show-desc img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 1rem;
  }
}
.sched-show-desc h1 {
  font-size: 3.2rem;
  line-height: 3.7rem;
  margin-bottom: 0.4rem;
  margin-left: -0.3rem;
  text-transform: none;
}
@media only screen and (max-width: 500px) {
  .sched-show-desc h1 {
    font-size: 2.6rem;
    line-height: 3.3rem;
  }
}
.sched-show-desc h1 a {
  color: #132056;
}
.sched-show-desc h1 a:hover,
.sched-show-desc h1 a:focus {
  color: #e22d80;
}
.sched-show-desc h4 {
  color: #170844;
  font-style: normal;
}
.leaderboard-schedule {
  padding: 2rem 0;
}
#schedule-message {
  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;
  background-color: #e1faf9;
  margin: 2rem 0;
}
#schedule-message a {
  text-decoration: none;
  color: #e22d80;
}
#schedule-message h2 {
  margin: 3rem 2rem;
  line-height: 30px;
  line-height: 3rem;
}
#schedule-message span {
  color: #540d6e;
  text-decoration: underline;
}
.schedule-airings.pink {
  border-radius: 40px 0;
  border-width: 8px;
  border-style: solid;
  color: #e22d80;
  padding: 3rem 2rem 3.5rem;
}
@media only screen and (max-width: 500px) {
  .schedule-airings.pink {
    border-radius: 20px 0;
  }
}
.schedule-airings.pink.orange {
  border-color: #f6974a;
}
.schedule-airings.pink.pink {
  border-color: #e22d80;
}
.schedule-airings.pink.blue {
  border-color: #170844;
}
.schedule-airings.pink span {
  color: #e22d80;
}
.schedule-airings.pink a {
  color: #132056;
}
.schedule-airings .stacked {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.schedule-airings .stacked .now-next {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 900px) {
  .schedule-airings .stacked .now-next {
    margin-bottom: 1rem;
  }
}
.schedule-airings .stacked .now-next a {
  margin-top: 0.5rem;
  color: #132056;
}
.schedule-airings .stacked .now-next a:hover,
.schedule-airings .stacked .now-next a:focus {
  color: #e22d80;
}
.schedule-airings .stacked span {
  font-size: 2rem;
  margin-bottom: 0.3rem;
}
.schedule-airings .stacked .time {
  font-weight: 500;
}
.schedule-airings .stacked .schedule-full {
  margin-top: 1rem;
}
@media only screen and (max-width: 500px) {
  .schedule-airings .stacked .schedule-full {
    margin-top: 0;
  }
}
.schedule-airings .stacked .schedule-full a {
  color: #fff;
  display: block;
  margin-bottom: 2rem;
}
.schedule-airings .stacked .schedule-full a:hover,
.schedule-airings .stacked .schedule-full a:focus {
  color: #e22d80;
}
.schedule-airings .stacked .schedule-full #tzholder span {
  color: #132056;
}
.schedule-airings .stacked .schedule-full #tzholder span:hover,
.schedule-airings .stacked .schedule-full #tzholder span:focus {
  color: #e22d80;
}
.calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-top: 2px solid #e22d80;
  border-left: 8px solid #e22d80;
  border-bottom: 9px solid #e22d80;
  border-right: 8px solid #e22d80;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.day {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 10px;
}
.day-name {
  background-color: #e22d80;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1.5rem 1rem 1.7rem;
}
@media only screen and (max-width: 500px) {
  .day-name {
    font-size: 1.4rem;
    padding: 0.6rem 0;
  }
}
.day-month {
  font-size: 2.2rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 500px) {
  .day-month {
    font-size: 1.4rem;
  }
}
.day-date {
  font-size: 2.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .day-date {
    font-size: 1.4rem;
  }
}
.day-info {
  background-color: #fff;
  border-radius: 15px;
  padding: 0.8rem 1rem 0.7rem;
}
@media only screen and (max-width: 500px) {
  .day-info {
    padding: 0.2rem 0.3rem;
  }
}
.day-info:hover {
  background-color: #e22d80;
  border-radius: 0;
  color: #fff;
}
.day-selected .day__month,
.day-selected .day__date {
  color: #fff;
}
.day-selected .day-info {
  background-color: #e22d80;
  color: #fff;
  border-radius: 0;
}
.plus-logo {
  width: 40%;
  display: block;
  margin: 0 auto;
}
.current-show-wrapper .show-image {
  border-radius: 0;
}
.lineup-list .sched-show-time {
  margin-bottom: 1rem;
}
.show-featured-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 600px) {
  .show-featured-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.show-featured {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 500px) {
  .show-featured {
    margin-bottom: 2rem;
  }
}
.show-featured-lg {
  width: 65.83333333333333%;
}
@media only screen and (max-width: 600px) {
  .show-featured-lg {
    width: 100%;
  }
}
.show-featured-sml {
  width: 32.666666666666664%;
}
@media only screen and (max-width: 600px) {
  .show-featured-sml {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .show-featured-lg,
  .show-featured-sml,
  .show-featured img {
    width: 100%;
  }
}
.show-featured-sml img,
.show-featured img {
  border-radius: 40px 0;
  border-width: 8px;
  border-style: solid;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 500px) {
  .show-featured-sml img,
  .show-featured img {
    border-radius: 20px 0;
  }
}
.show-featured-sml img.orange,
.show-featured img.orange {
  border-color: #f6974a;
}
.show-featured-sml img.pink,
.show-featured img.pink {
  border-color: #e22d80;
}
.show-featured-sml img.blue,
.show-featured img.blue {
  border-color: #170844;
}
.show-featured-sml h1,
.show-featured h1 {
  font-size: 4.5rem;
  line-height: 5rem;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1100px) {
  .show-featured-sml h1,
  .show-featured h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .show-featured-sml h1,
  .show-featured h1 {
    font-size: 3rem;
  }
}
.show-grid-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 25px;
  width: 100%;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1000px) {
  .show-grid-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .show-grid-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 20px;
  }
}
@media only screen and (max-width: 500px) {
  .show-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
    margin-bottom: 0;
  }
}
.show-grid-wrap.quarter {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 767px) {
  .show-grid-wrap.quarter {
    grid-template-columns: repeat(2, 1fr);
  }
}
.show-grid-tile-inner:hover .show-title {
  color: #e22d80;
}
.show-grid-tile img {
  display: block;
  margin-bottom: 1rem;
}
.show-title {
  font-size: 2.2rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .show-title {
    font-size: 2rem;
  }
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e22d80;
}
a a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
.show-banner-wrap {
  background: url("../images/show_banner_bg_v5.jpg") no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
.show-banner-inner {
  padding: 0 2rem;
}
@media only screen and (max-width: 1000px) {
  .show-banner-inner {
    padding: 4rem 2rem 0;
  }
}
.show-banner-inner .show-banner-img {
  display: block;
  max-width: 80%;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .show-banner-inner .column-left {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.column-right,
+to-width(700px),
width 100%,
.show-desc {
  font-size: 16px;
  line-height: 25px;
  float: left;
  width: 63.833333333333% /* 790/1200 */;
}
.show-desc .leaderboard-wrap {
  display: none;
}
.show-tunein-list {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.8rem;
  list-style: none;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  .show-tunein-list {
    font-size: 18px;
  }
}
.show-tunein-list li {
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 1rem;
}
.show-sidebar {
  margin-bottom: 2.5%;
  min-width: 300px;
}
.show-next-episode {
  border-radius: 40px 0;
  border-width: 8px;
  border-style: solid;
  border-radius: 20px 0;
  font-size: 2rem;
  padding: 2rem 2rem 2.5rem;
}
@media only screen and (max-width: 500px) {
  .show-next-episode {
    border-radius: 20px 0;
  }
}
.show-next-episode.orange {
  border-color: #f6974a;
}
.show-next-episode.pink {
  border-color: #e22d80;
}
.show-next-episode.blue {
  border-color: #170844;
}
.show-next-episode.dark {
  background: #132056;
  color: #fff;
  border: none;
}
.show-next-episode h2 {
  color: #e22d80;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}
.show-next-episode .next-episode-desc {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.show-next-episode .show-next-episode-time {
  font-size: 1.8rem;
  font-weight: bold;
  font-style: italic;
  margin: 0 0 0.18rem;
}
.show-next-episode .show-next-episode-title {
  color: #f6974a;
  display: block;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0.5rem 0 0.3rem;
}
.next-airings-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media only screen and (max-width: 500px) {
  .next-airings-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.now-next-later-inner {
  background: #132056;
  padding: 2rem 2rem 1rem;
}
.now-next-later-inner .now-next-later-time {
  color: #fff;
  font-size: 2rem;
  font-style: italic;
  font-weight: 600;
  margin-left: 0.5rem;
}
.now-next-later-item {
  margin: 1rem 0 2rem;
}
.sidebar-ad-wrap {
  margin: 0 auto 7.894736842105263%;
  width: 300px;
}
#start_float-sticky-wrapper {
  margin: 0 auto 7.894736842105263%;
  width: 300px;
}
#start_float-sticky-wrapper {
  margin: 0 auto 7.894736842105263%;
  width: 300px;
}
.show-guide-tabs-wrap {
  font-size: 3.5rem;
  margin: 2rem 0 3rem;
  text-transform: uppercase;
}
.show-guide-tabs {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: 700;
  list-style: none;
}
.show-guide-tabs li {
  display: inline-block;
  padding: 20px 9px;
}
@media only screen and (max-width: 700px) {
  .show-guide-tabs li {
    font-size: 2.8rem;
    padding: 15px 6px;
  }
}
.show-guide-tabs li:first-child {
  padding-left: 0;
}
.show-guide-episode h4 {
  color: #540d6e;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.show-guide-tab-link {
  color: #e22d80;
  cursor: pointer;
}
.show-guide-tab-link:hover {
  color: #170844;
}
.show-guide-tab-link-current {
  color: #e22d80;
  padding: 20px 9px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.show-guide-tab-link-current:after {
  content: "";
  position: absolute;
  background-color: #170844;
  bottom: 0;
  top: 80%;
  left: 30%;
  width: 55%;
  height: 2px;
  border-bottom: 2px solid #170844;
}
.show-guide-tab-link-current span {
  display: inline-block;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
}
@media only screen and (max-width: 700px) {
  .show-guide-tab-link-current {
    padding: 15px 6px;
  }
}
.show-guide-tab-link-current:hover {
  color: #170844;
}
.show-guide-tab-content {
  display: none;
}
.show-guide-tab-content-current {
  display: inherit;
}
.show-guide-episode {
  margin-bottom: 2rem;
}
.show-guide-episode h3 {
  margin-bottom: 0.5rem;
}
.show-related-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
@media only screen and (max-width: 700px) {
  .show-related-wrapper {
    margin: 0 0 20px 0;
  }
}
.show-related-show {
  width: 30.801687763713% /* 790 - 60 / 3 / 790 */;
  line-height: 1.95rem;
  text-align: center;
}
.show-related-show img {
  display: block;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 500px) {
  .show-related-show:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .show-related-show:nth-child(2) {
    width: 47.929606625259% /* 483 - 20 / 2 / 483 */;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 350px) {
  .show-related-show:nth-child(2) {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .show-related-show:nth-child(3) {
    width: 47.929606625259% /* 483 - 20 / 2 / 483 */;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 350px) {
  .show-related-show:nth-child(3) {
    width: 100%;
    margin-top: 15px;
  }
}
.show-related-wrapper:after {
  content: "";
  margin-left: 30.801687763713% /* the width of the flex item */;
  display: block;
}
.show-related-text {
  padding: 0 5px;
  margin: 0;
  text-decoration: none;
  color: #540d6e;
  cursor: pointer;
  font-weight: 600;
}
.show-video-player {
  margin: 40px 0;
}
@media only screen and (max-width: 600px) {
  .show-video-player {
    margin: 20px 0;
  }
}
.videos-grid-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two-column-content.videos-grid-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 1%;
}
.two-column-content.videos-grid-wrap .video-grid-tile {
  width: calc(100% / 2 - 1rem);
}
@media only screen and (max-width: 500px) {
  .two-column-content.videos-grid-wrap .video-grid-tile {
    width: 100%;
  }
}
.videos-grid-wrap:after {
  content: "";
  margin-left: 31.666666666667%;
  display: block;
}
.video-grid-tile {
  font-size: 16px;
  margin: 0 0 2.4% /* firebug */;
  width: 31.666666666667% /* 380/1200 */;
}
@media only screen and (max-width: 1200px) {
  .video-grid-tile {
    font-size: 14px;
  }
}
.video-grid-tile-2 {
  font-size: 2.4rem;
  width: calc(100% / 2 - 1rem);
}
@media only screen and (max-width: 700px) {
  .video-grid-tile-2 {
    width: 100%;
  }
}
.video-grid-tile img,
.video-page-related-slider li img {
  border: 1px solid #333;
  display: block;
  margin-bottom: 10px;
}
.video-grid-tile h3 {
/*text-transform: uppercase*/
  line-height: 25px;
  line-height: 2.5rem;
}
.landing-videos-grid h3,
.landing-videos-grid h3 a,
.video-page-related-wrap a {
  color: #132056;
}
.video-grid-tile h3 a,
.video-page-related-wrap a {
  text-decoration: none;
}
.video-page-related-wrap a:hover {
  text-decoration: underline;
}
.video-grid-tile h3 a:hover {
  color: #e22d80;
}
.landing-videos-grid h3 a:hover {
  color: #e22d80;
}
.video-page-related-wrap .bx-wrapper {
  position: relative;
}
.video-page-info {
  font-size: 16px;
  line-height: 25px;
  margin: 15px 0 50px;
}
.video-page-info h2,
.video-page-info h3 {
  color: #e22d80;
  font-size: 2.8rem;
  font-style: italic;
  line-height: 3.5rem;
  text-transform: uppercase;
}
.video-page-related-slider {
  list-style: none;
}
.video-page-related-slider h3 {
  text-transform: uppercase;
}
.video-page-related-slider h3 a {
  color: #fff;
}
.video-page-related-slider h3 a:hover {
  color: #e22d80;
  text-decoration: none;
}
.related-prev-slide,
.related-next-slide {
  background: -webkit-gradient(linear, left top, left bottom, from(#e22d80), to(#e63946));
  background: linear-gradient(#e22d80, #e63946);
  color: #fff;
  display: block;
  font-size: 30px;
  font-size: 3rem;
  padding: 10px;
  position: absolute;
  top: 87px;
}
.related-prev-slide:hover,
.related-next-slide:hover {
  color: #132056;
}
.related-prev-slide {
  left: 0;
}
.related-next-slide {
  right: 0;
}
.video-pages {
  padding: 20px 0 30px;
}
.video-pagination {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.video-pagination .page-number {
  display: inline;
}
.page-number span,
.page-number-link,
.next-prev-pagination {
  background-color: #e22d80;
  color: #fff;
  display: block;
  float: left;
  font-weight: robBold;
  margin: 0 4px 4px 0;
  padding: 7px 0 4px;
  text-align: center;
  width: 27px;
}
.page-number span,
.page-number-link:hover,
.next-prev-pagination:hover {
  background-color: #fff;
  color: #540d6e;
}
.next-prev-pagination {
  width: 50px;
}
.video-pages li {
  list-style: none outside none;
}
.section-header {
  color: #fff;
}
.section-header--orange {
  color: #f6974a;
}
.content-landing h1 {
  color: #e22d80;
  font-size: 8rem;
  line-height: 8rem;
  margin: 0 0 20px;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(#e22d80, #e63946);
  -webkit-background-clip: text;
}
.content-top-featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
  position: relative;
}
.content-top-featured img {
  border-radius: 40px 0;
  border-width: 8px;
  border-style: solid;
  display: block;
}
@media only screen and (max-width: 500px) {
  .content-top-featured img {
    border-radius: 20px 0;
  }
}
.content-top-featured img.orange {
  border-color: #f6974a;
}
.content-top-featured img.pink {
  border-color: #e22d80;
}
.content-top-featured img.blue {
  border-color: #170844;
}
.content-top-featured .content-top-featured-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-top-featured h2 {
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 900px) {
  .content-top-featured h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-top-featured h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
.content-header-photo-credit {
  position: absolute;
  background-color: rgba(0,0,0,0.478);
  color: #fff;
  font-size: 1.2rem;
  bottom: 0;
  left: 0;
  padding: 0.2rem 1rem;
}
@media only screen and (max-width: 1225px) {
  .content-header-photo-credit {
    margin-left: 0;
  }
}
.content-top-featured-desc a {
  text-decoration: none;
  padding-right: 1rem;
}
.landing-content-grid .video-grid-tile {
  color: #e1faf9;
  margin-bottom: 30px;
}
.landing-content-grid .video-grid-tile img {
  border: none;
}
.landing-content-grid .video-grid-tile a {
  color: #fff;
}
.landing-content-grid .video-grid-tile a:hover {
  color: #e22d80;
}
.landing-content-grid .video-grid-tile h3 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 500px) {
  .landing-content-grid .video-grid-tile h3 {
    font-size: 18px;
  }
}
.landing-content-grid a.more-link {
  text-decoration: none;
}
.content-page-header-img {
  border-radius: 40px 0;
  border-width: 8px;
  border-style: solid;
  border: none;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .content-page-header-img {
    border-radius: 20px 0;
  }
}
.content-page-header-img.orange {
  border-color: #f6974a;
}
.content-page-header-img.pink {
  border-color: #e22d80;
}
.content-page-header-img.blue {
  border-color: #170844;
}
.content-page-header-img-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.content-page-header-img-wrapper .section-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.content-page-img-wrap {
  color: #132056;
  float: right;
  line-height: 1.8rem;
  margin: 0 0 2.53164556962% 2.53164556962% /* 20/790 */;
  max-width: 48.101265822785% /* 380/790 */;
}
.content-page-img-wrap img,
.content-page-img-credit {
  display: block;
}
.content-page-img-wrap img {
  margin-bottom: 3px;
}
.content-page-img-credit {
  color: #6d6f71;
  font-size: 10px;
  margin-bottom: 5px;
  text-decoration: none;
}
.content-page-img-credit:hover {
  color: #000;
}
.content-see-also {
  float: right;
  margin: 0 0 2.53164556962% 2.53164556962% /* 20/790 */;
  width: 48.101265822785% /* 380/790 */;
}
@media only screen and (max-width: 1200px) {
  .content-see-also h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 900px) {
  .content-see-also h2 {
    font-size: 22px;
  }
}
.content-see-also {
  position: relative;
}
.content-see-also h2 {
  text-transform: uppercase;
}
.content-see-also a {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2rem;
}
.content-see-also-overlay {
  background: #132056;
  bottom: 0;
  color: #fff;
  padding: 1.5rem 1.5rem 1.7rem;
}
@media only screen and (max-width: 1200px) {
  .content-see-also-overlay {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
@media only screen and (max-width: 900px) {
  .content-see-also-overlay {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
.content-see-also-overlay a {
  color: #fff;
  text-decoration: none;
}
.content-see-also-overlay a:hover,
.content-see-also-overlay a:focus {
  color: #e22d80;
}
.content-see-also-small {
  background-color: #540d6e;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  padding: 2.53164556962% /* 20/790 */;
}
.content-blockquote {
  color: #e22d80;
  font-size: 2.2rem;
  font-weight: 300;
  margin: 0 0 2rem;
  position: relative;
}
.content-blockquote-left,
.content-blockquote p,
.content-blockquote-right {
  display: block;
  float: left;
}
.content-blockquote-left,
.content-blockquote-right {
  font-size: 100px;
  position: absolute;
}
.content-blockquote-left {
  left: 0;
  top: 0;
}
.content-blockquote p {
  font-style: italic;
  margin: 0;
  padding: 0 60px 20px;
  text-align: center;
}
.content-blockquote-right {
  bottom: 0;
  right: 0;
}
.content-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-grid-item {
  margin-bottom: 2.5% /* 30/1200 */;
}
.content-grid-item .content-grid-item-desc {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
}
.content-grid-item .content-grid-item-desc a {
  font-weight: 700;
  padding: 0.8rem 0;
  text-decoration: none;
  text-transform: uppercase;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  -webkit-transition: 0s;
  transition: 0s;
}
.content-grid-item .content-grid-item-desc a:hover,
.content-grid-item .content-grid-item-desc a:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 500px) {
  .content-grid-item .content-grid-item-desc a {
    padding-bottom: 0;
  }
}
.content-grid-item img {
  margin-bottom: 1.5rem;
}
.content-grid-two {
  margin-bottom: 2rem;
}
.content-grid-two .content-grid-item {
  font-size: 2.2rem;
  width: 48.75% /* 585/1200 */;
}
@media only screen and (max-width: 900px) {
  .content-grid-two .content-grid-item {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 500px) {
  .content-grid-two .content-grid-item {
    width: 100%;
  }
}
.content-grid-three .content-grid-item {
  font-size: 2rem;
  line-height: 2.4rem;
  width: calc(100% / 3 - 2rem);
}
@media only screen and (max-width: 700px) {
  .content-grid-three .content-grid-item {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .content-grid-three .content-grid-item {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.content-grid-three:after {
  content: "";
  margin-left: 31.6666666666667%;
  display: block;
}
.two-column-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .two-column-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.two-column-content .column-left,
.two-column-content .column-right {
  width: calc(50% - 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 700px) {
  .two-column-content .column-left,
  .two-column-content .column-right {
    width: 100%;
  }
}
.two-column-content .column-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}
.two-column-content .column-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (max-width: 700px) {
  .two-column-content .column-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.content-item-desc-callout {
  color: #132056;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2rem;
  text-transform: uppercase;
}
.content-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.79746835443% /* 30/790 */;
}
@media only screen and (max-width: 500px) {
  .content-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-list-item-img,
.content-list-item-copy {
  width: 48.101265822785% /* 380/790 */;
}
.content-list-item-img {
  float: left;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .content-list-item-img {
    width: 34.904013961605585%;
  }
}
@media only screen and (max-width: 450px) {
  .content-list-item-img {
    float: none;
    margin: 0 auto 10px;
    max-width: 400px;
    width: 100%;
  }
}
.content-list-num {
  background-color: #132056;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  display: block;
  left: -75px;
  padding: 38px 30px 75px 75px;
  position: absolute;
  top: -20px;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}
.content-list-num span {
  display: block;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
}
@media only screen and (max-width: 1200px) {
  .content-list-num {
    left: -80px;
    padding-right: 25px;
    top: -25px;
  }
}
@media only screen and (max-width: 700px) {
  .content-list-num {
    left: -85px;
    padding-right: 21px;
    top: -29px;
  }
}
@media only screen and (max-width: 1200px) {
  .content-list-num {
    padding-right: 16px;
    top: -31px;
  }
}
.content-list-item-copy {
  float: right;
}
@media only screen and (max-width: 900px) {
  .content-list-item-copy {
    width: 62.478184991274%;
  }
}
@media only screen and (max-width: 450px) {
  .content-list-item-copy {
    float: none;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
}
.featured-show-wrapper .featured-story {
  margin-top: 2rem;
}
.featured-show-wrapper .featured-story img {
  border-radius: 40px 0;
  border-width: 8px;
  border-style: solid;
}
@media only screen and (max-width: 500px) {
  .featured-show-wrapper .featured-story img {
    border-radius: 20px 0;
  }
}
.featured-show-wrapper .featured-story img.orange {
  border-color: #f6974a;
}
.featured-show-wrapper .featured-story img.pink {
  border-color: #e22d80;
}
.featured-show-wrapper .featured-story img.blue {
  border-color: #170844;
}
.featured-show-wrapper .featured-story h2 {
  margin-bottom: 4rem;
}
.featured-show-wrapper .featured-story h2 a:hover,
.featured-show-wrapper .featured-story h2 a:focus {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
@media only screen and (max-width: 500px) {
  .featured-show-wrapper .featured-story {
    margin-bottom: 3rem;
  }
}
.stories-content ul li::marker,
.stories-content ol li::marker {
  font-size: 2rem;
  font-weight: bold;
}
.stories-content .story-headings {
  margin-bottom: 2rem;
}
.stories-content .content-page-title h1 {
  color: #132056;
}
.stories-content p > a {
  color: #e22d80;
}
.stories-content p > a:hover,
.stories-content p > a:focus {
  text-decoration: none;
}
.stories-content .byline {
  color: #132056;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}
.stories-content .content-inner-main {
  padding: 0 4.5rem 3rem;
}
@media only screen and (max-width: 500px) {
  .stories-content .content-inner-main {
    padding: 0 0 1rem;
  }
}
.list-h2 {
  font-size: 25px;
}
.content-video {
  background-color: #132056;
  clear: both;
  margin-bottom: 30px;
}
.content-video-player {
  float: left;
  width: 63.291139240506% /* 500/790 */;
}
.content-video-player iframe {
  display: block;
}
.content-video-desc {
  color: #fff;
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2.53164556962% /* 20/790 */;
  width: 36.708860759494% /* 290/790 */;
}
.content-video-desc h3 {
  margin-bottom: 5px;
}
.content-social-wrap {
  margin-bottom: 3.79746835443% /* 30/790 */;
  max-width: 450px;
}
.content-social-wrap a {
  text-decoration: none;
}
.content-prev-next-wrap {
  background: rgba(226,45,128,0.7);
  bottom: 0;
  display: none;
  padding: 15px 40px;
  position: fixed;
  width: 100%;
  z-index: 99999;
}
.content-prev-next-wrap:hover {
  background: #e22d80;
}
.content-prev-next-wrap:hover .content-prev-link,
.content-prev-next-wrap:hover .content-next-link {
  color: #540d6e;
}
.content-prev-link,
.content-next-link {
  color: #fff;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  width: 50%;
}
.content-prev-link {
  float: left;
}
.content-next-link {
  float: right;
  text-align: right;
}
.content-prev-next-static {
  margin-bottom: -50px;
  position: static;
}
.leaderboard-content {
  margin-bottom: 2.5% /* 30/1200 */;
}
.leaderboard-inner-content {
  margin: 30px auto;
  width: 468px;
}
h1.content-tagged-heading {
  font-size: 6rem;
  line-height: 6rem;
  margin-bottom: 40px;
}
h4.loader-text {
  text-align: center;
}
.content-page-img-nowrap {
  font-style: italic;
  color: #540d6e;
  font-size: 14px;
}
.survey-wrap {
  position: relative;
  z-index: 1;
}
.start-unstoppable {
  width: 65.833333333333%;
}
.start-unstoppable.interior {
  width: 100%;
  margin-top: 2rem;
}
@media only screen and (max-width: 700px) {
  .start-unstoppable {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.start-unstoppable .start-unstoppable-inner {
  background: #30a3b9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 2rem 1.8rem;
}
@media only screen and (max-width: 500px) {
  .start-unstoppable .start-unstoppable-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.start-unstoppable .content-left,
.start-unstoppable .content-right {
  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;
  width: 50%;
}
@media only screen and (max-width: 500px) {
  .start-unstoppable .content-left,
  .start-unstoppable .content-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.start-unstoppable .content-left img {
  width: 300px;
}
@media only screen and (max-width: 500px) {
  .start-unstoppable .content-left img {
    margin-bottom: 1rem;
  }
}
.start-unstoppable .content-right .title {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4.5rem;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
  .start-unstoppable .content-right .title {
    font-size: 3rem;
  }
}
.start-unstoppable .content-right .time {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}
.start-unstoppable .content-right .subheading {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.6rem;
  line-height: 3rem;
  font-style: italic;
}
@media only screen and (max-width: 500px) {
  .start-unstoppable .content-right .subheading {
    font-size: 2.2rem;
  }
}
.start-lineup-full,
.start-lineup-stacked {
  background-image: url("/images/start_lineup_pattern.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 40px 0;
  border-width: 8px;
  border-style: solid;
  border: none;
  margin-bottom: 4rem;
  max-width: 1200px;
}
@media only screen and (max-width: 500px) {
  .start-lineup-full,
  .start-lineup-stacked {
    border-radius: 20px 0;
  }
}
.start-lineup-full.orange,
.start-lineup-stacked.orange {
  border-color: #f6974a;
}
.start-lineup-full.pink,
.start-lineup-stacked.pink {
  border-color: #e22d80;
}
.start-lineup-full.blue,
.start-lineup-stacked.blue {
  border-color: #170844;
}
@media only screen and (max-width: 500px) {
  .start-lineup-full,
  .start-lineup-stacked {
    margin-bottom: 2rem;
  }
}
.start-lineup-full {
  padding: 5rem 2rem 4rem;
}
.start-lineup-full .two-column-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.start-lineup-full .column-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.start-lineup-full h1 {
  color: #fff;
  margin-bottom: 2rem;
}
.start-lineup-full h2,
.start-lineup-full h3 {
  color: #e22d80;
}
.start-lineup-full .lineup-logo {
  width: 250px;
  margin: 0 auto 2rem;
  text-align: center;
}
.start-lineup-stacked {
  padding: 5rem 2rem;
}
.start-lineup-stacked .lineup-logo {
  width: 225px;
  margin: 0 auto 1.5rem;
}
.start-lineup-stacked h2 {
  color: #fff;
}
.start-lineup-stacked h4 {
  color: #e22d80;
  margin-bottom: 2.5rem;
}
.lineup-show-img {
  border: 8px solid #e22d80;
  margin-bottom: 4rem;
}
.panel-blocks li {
  color: #fff;
}
#tune_in_include_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, from(#e22d80), to(#e63946));
  background: linear-gradient(#e22d80, #e63946);
  width: 100%;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 550px) {
  #tune_in_include_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#tune_in_include_wrapper .tune-in-desc {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 90%;
          flex: 1 1 90%;
  padding: 1.5rem 2.5rem 1.3rem;
}
@media only screen and (max-width: 550px) {
  #tune_in_include_wrapper .tune-in-desc {
    padding: 2rem 2.5rem 2rem;
  }
}
#tune_in_include_wrapper .tune-in-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
}
#tune_in_include_wrapper .tune_in_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 0 0 10px;
}
p.tune_in_h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.7rem;
  line-height: 3rem;
  font-style: italic;
  font-weight: 700;
  margin: 0 0 1rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 550px) {
  p.tune_in_h1 {
    margin-bottom: 0.7rem;
  }
}
p.tune_in_h1 a {
  color: #fff;
  text-decoration: none;
}
p.tune_in_h1 a:hover,
p.tune_in_h1 a:focus {
  color: #540d6e;
}
.tune_in_tagline {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.wtw-subtitle {
  margin-bottom: 2rem;
}
.wtw-location-title {
  color: #132056;
  font-weight: 600;
}
.wtw-location-instruction {
  border-bottom: 3px solid #152058;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.wtw-zip-search {
  margin: 5rem 0;
}
@media only screen and (max-width: 700px) {
  .wtw-zip-search {
    margin: 4rem 0;
  }
}
.wtw-zip-search form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 2px solid #e22d80;
  margin-right: 2rem;
}
@media only screen and (max-width: 500px) {
  .wtw-zip-search form {
    width: 100%;
  }
}
.wtw-zip-search input,
.wtw-zip-search button {
  display: block;
  background: none;
  border: none;
  height: 30px;
}
.wtw-zip-search input {
  color: #000;
  font-size: 1.8rem;
  padding: 0 1rem 0.7rem;
  width: 375px;
  margin-bottom: 0;
  outline: none;
}
.wtw-zip-search button {
  color: #e22d80;
  border: none;
  font-size: 2rem;
  padding: 0;
}
.wtw-zip-search button i:hover,
.wtw-zip-search button i:focus {
  color: #000;
}
.wtw-zip-search button:hover,
.wtw-zip-search button:focus {
  color: #000;
}
.wtw-tunein-info {
  font-weight: 600;
  padding: 1.5rem;
}
.wtw-tunein-select:hover,
.wtw-tunein-select:focus,
.wtw-tunein-select:hover a,
.wtw-tunein-select:focus a,
.wtw-tunein-select.wtw-tunein-info a:hover,
.wtw-tunein-select.wtw-tunein-info a:focus {
  background: #152058;
  color: #fff;
  cursor: default;
}
.wtw-channel-list-line {
  position: absolute;
  right: 0;
  top: -28px;
  left: 64px;
  border-bottom: 1px solid #152058;
  border-top: none;
}
.wtw-channel-list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.wtw-channel-list li {
  position: relative;
  padding: 3rem 1.5rem 2.3rem;
}
.wtw-channel-list li:first-child .wtw-channel-list-line {
  border-bottom: none;
}
.wtw-channel-checkbox-wrap input {
  margin: 0;
  position: absolute;
  opacity: 0;
}
.wtw-channel-checkbox-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 600;
}
.wtw-channel-checkbox-wrap input + label {
  cursor: pointer;
  font-weight: 400;
  padding: 0;
  position: relative;
}
.wtw-channel-checkbox-wrap input + label:before {
  background: transparent;
  border: 3px solid #152058;
  border-radius: 1px;
  content: "";
  display: inline-block;
  height: 25px;
  margin-right: 2rem;
  vertical-align: middle;
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  margin-top: -0.4rem;
}
.wtw-channel-checkbox-wrap input + label:before:hover {
  color: #f00;
}
.wtw-channel-checkbox-wrap input:checked + label {
  background: #152058;
  color: #fff;
  padding: 3rem 1.5rem 2.3rem;
  margin: -3rem -1.5rem -2.3rem;
}
.wtw-channel-checkbox-wrap input:checked + label:before {
  border-color: #fff;
}
.wtw-channel-checkbox-wrap input:checked + label a {
  color: #fff;
}
.wtw-channel-checkbox-wrap input:checked + label:after {
  content: '\2713';
  font-weight: 900;
  font-size: 4rem;
  position: absolute;
  left: 13px;
  top: 32px;
  color: #fff;
}
@media only screen and (max-width: 500px) {
  .wtw-channel-checkbox-wrap input:checked + label:after {
    top: 28px;
  }
}
.wtw-tunein-select:hover input + label:before,
.wtw-tunein-select:focus input + label:before {
  color: #000;
  border: 3px solid #000;
}
.wtw-tunein-select:hover .wtw-channel-checkbox-wrap input:checked + label:after {
  color: #fff;
}
.wtw-tunein-select:hover .wtw-channel-checkbox-wrap input + label:before {
  border: 3px solid #e22d80;
}
@media only screen and (max-width: 500px) {
  .channel-info {
    font-size: 1.8rem;
    margin-top: 0.2rem;
  }
}
.wtw-see-schedule-container {
  padding-bottom: 3rem;
  margin: 0 0 2rem;
}
table.provider-table td {
  width: 50%;
  display: table-cell;
}
@media only screen and (max-width: 500px) {
  table.provider-table td:nth-child(odd) {
    border-bottom: 1px solid #132056;
    width: 65%;
  }
  table.provider-table td:nth-child(even) {
    border-bottom: 1px solid #132056;
    padding-left: 10px;
    border-left: 1px dotted #132056;
    width: 35%;
  }
}
.schedule-wtw-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
.leaderboard-tunein {
  margin-bottom: 20px;
  margin-top: 20px;
}
.wtw-channel-list a.start-btn-primary {
  border-radius: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.contact-form {
  min-width: 300px;
  width: 51.020408163265% /* 500/980 */;
}
.contact-form input,
.contact-form textarea,
.contact-form label,
.form-error-msg {
  display: block;
}
.contact-form label,
.register-email-form label,
.form-error-msg {
  font-weight: bold;
}
.contact-form input[type=text],
.contact-form textarea {
  margin-bottom: 15px;
}
.contact-form input[type=text],
.contact-form textarea {
  border: 1px solid #ccc;
  width: 100%;
}
.contact-form input[type=text] {
  height: 30px;
  padding: 0 5px;
}
.contact-form textarea {
  height: 100px;
  padding: 5px;
}
.g-recaptcha {
  margin: 0 auto 12px;
  width: 100%;
}
.form-error-msg,
.contact-form label {
  margin: 0 0 5px;
}
.form-error-msg {
  color: #e22d80;
  font-size: 13px;
}
.contact-form input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#e22d80), to(#e63946));
  background: linear-gradient(#e22d80, #e63946);
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: robBold;
  padding: 8px 0;
  text-transform: uppercase;
  width: 318px;
}
.contact-form input[type=submit]:hover {
  background: #540d6e;
}
.other-contact {
  float: right;
  line-height: 25px;
  width: 40.816326530612% /* 400/980 */;
}
.other-contact h3 {
  margin: 25px 0 10px;
}
.kcsg-contact-sched {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  display: block;
  font-size: 2rem;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}
.kcsg-contact-sched:hover {
  color: #000;
}
.eng-checkbox {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 10px;
}
.eng-checkbox input,
.eng-checkbox label {
  display: inline;
}
.eng-checkbox input {
  margin-right: 5px;
}
.contact-form-newsletter-signup input[type="checkbox"] {
  display: inline;
  margin-right: 5px;
  margin-bottom: 10px;
}
.contact-form-newsletter-signup label {
  display: inline;
}
.contact-form-newsletter-signup label a {
  color: #e22d80;
}
.contact-form-newsletter-signup label a:hover,
.contact-form-newsletter-signup label a:focus {
  color: #132056;
}
.search-results-message {
  display: block;
  margin-bottom: 3rem;
}
.search-list-item {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 500px) {
  .search-list-item {
    margin-bottom: 3rem;
  }
}
.search-list-img {
  float: left;
  margin-right: 1.5rem;
  width: 20.408163265306% /* 200/980 */;
}
.search-list-desc h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  text-transform: capitalize;
}
.search-nav-wrap {
  padding: 2rem 0 5rem;
}
.search-nav-wrap a {
  color: #e22d80;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  margin-top: 3rem;
}
.search-nav-wrap a:hover,
.search-nav-wrap a:focus {
  color: #132056;
}
@media only screen and (max-width: 500px) {
  .search-nav-wrap a {
    font-size: 2rem;
  }
}
.search-nav-previous {
  float: left;
}
.search-nav-next {
  float: right;
}
aside .schedule-airings {
  margin-bottom: 4rem;
}
.sidebar-related-trending-item {
  position: relative;
  margin-bottom: 3rem;
  width: 100%;
  width: 100%;
}
@media (max-width: 900px) {
  .sidebar-related-trending-item {
    width: calc(100% / 3);
  }
}
@media (max-width: 767px) {
  .sidebar-related-trending-item {
    width: calc(100% / 1);
  }
}
@media only screen and (max-width: 500px) {
  .sidebar-related-trending-item {
    margin-bottom: 2rem;
  }
}
.sidebar-related-trending-item img {
  width: 100%;
  margin-bottom: 1rem;
}
.sidebar-newsletter-signup-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#e22d80), to(#e63946));
  background: linear-gradient(#e22d80, #e63946);
  color: #fff;
  margin-bottom: 23px;
  padding: 2.2rem 2.2rem 2rem;
  text-transform: uppercase;
}
.sidebar-newsletter-signup-wrap input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  position: relative;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 2px solid #fff;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.sidebar-newsletter-signup-wrap input[type="checkbox"]:checked::before {
  content: '\2713';
  position: absolute;
  top: -5px;
  left: 1px;
  font-size: 2.4rem;
}
.sidebar-newsletter-signup-form label {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6rem;
}
.sidebar-newsletter-signup-fields {
  background-color: #fff;
  margin-top: 10px;
  padding-right: 58px;
  position: relative;
}
.sidebar-newsletter-signup-fields input,
.sidebar-newsletter-signup-fields button {
  border: none;
  display: block;
  height: 53px;
}
.sidebar-newsletter-signup-fields input {
  padding-left: 20px;
  width: 100%;
  outline: none;
  color: #000;
}
.sidebar-newsletter-signup-fields button {
  background-color: #132056;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 53px;
}
.sidebar-newsletter-signup-fields button:hover {
  background-color: #540d6e;
}
.sidebar-newsletter-signup-form.ast-newsletter-thanks label {
  color: #fff;
}
.sidebar-newsletter-loading {
  display: block;
  position: absolute;
  right: 5px;
  top: 3px;
  width: 47px;
}
@media only screen and (max-width: 1200px) {
  .sidebar-newsletter-loading {
    width: 37px;
  }
}
.sidebar-newsletter-thanks {
  padding-left: 0 !important;
}
.sidebar-newsletter-thanks label {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: robBold;
  margin-bottom: 0 !important;
  position: static !important;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .sidebar-newsletter-thanks label {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 900px) {
  .sidebar-mystart-stories .startstory-video-block-side-header-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .sidebar-mystart-stories .startstory-video-block-side-header-img span img {
    display: none;
  }
}
.start-story-header {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 550px) {
  .start-story-header {
    margin: 3rem 0 4rem;
  }
}
.start-story-header img {
  float: left;
  margin: 0 auto;
  padding-right: 8rem;
}
@media only screen and (max-width: 800px) {
  .start-story-header img {
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 550px) {
  .start-story-header img {
    padding-right: 0;
  }
}
.start-inline-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 550px) {
  .start-inline-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#mystart-videos-section.section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: none;
  background: #e1faf9;
  padding: 1.5rem;
  margin-bottom: 4rem;
}
#mystart-videos-section .mystart-video-block:first-child {
  margin-left: 0;
}
.section-heading {
  color: #e22c7f;
  font-size: 3.5rem;
  line-height: 3.5rem;
  margin: 0;
}
.section-heading.footer-section {
  padding-bottom: 10px;
  color: #000;
}
.mystart-video-block {
  float: left;
  margin-left: 3.296703296703%;
  width: 31.135531135531%;
}
.mystart-video-block img {
  display: block;
}
.mystart-video-thumb {
  position: relative;
}
.mystart-video-play-icon {
  left: 43.176470588235%;
  position: absolute;
  top: 35%;
  width: 20%;
  border-radius: 5px;
}
.mystart-section-logo {
  display: inline-block;
  vertical-align: middle;
}
.mystart-section-text {
  display: inline-block;
}
.mystart-videos-title a {
  color: #1d2355;
  text-decoration: none;
}
@media only screen and (max-width: 900px) {
  .mystart-videos-title a {
    color: #1d2355;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.mystart-widget-padding {
  padding: 1rem 2rem;
}
a.mystart-section-text,
a.mystart-section-text:link {
  font-size: 19px;
  text-decoration: none;
  color: #e22981;
  font-style: italic;
}
a.mystart-section-text:hover,
a.mystart-section-text:link:hover,
a.mystart-section-text:focus,
a.mystart-section-text:link:focus {
  text-decoration: underline;
}
.startstory-video-block-side-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
.startstory-video-block-side-item-img {
  position: relative;
  width: 53.8461538461538%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 195px;
  flex: 0 0 195px;
}
.startstory-video-block-side-item-img-info {
  top: 69px;
  color: #fff;
  font-size: 1.7rem;
  right: 0;
  opacity: 1;
  position: absolute;
}
.startstory-video-block-side-item-info {
  line-height: 1.8rem;
  margin-left: 1.2rem;
  width: 43.0769230769231%;
  text-align: left;
}
.startstory-video-block-side-item-info h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 2.2rem;
  margin-bottom: 1rem;
  text-transform: none;
}
.startstory-video-block-side-item-info h3 a {
  font-size: 14px;
  color: #1d2355;
  text-decoration: none;
}
.startstory-video-block-side-item-info h3 a:hover,
.startstory-video-block-side-item-info h3 a:focus {
  text-decoration: underline;
}
a.startstory-video-block-side-more {
  color: #000 !important;
  font-size: 18px;
}
.sidebar-mystart-header {
  margin: 0px auto;
  width: 70%;
}
.sidebar-mystart-first {
  margin: 1rem 0 2rem;
}
.sidebar-mystart-first h2 a {
  display: block;
  color: #e22d80;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  width: 100%;
}
.sidebar-mystart-first h2 a:hover,
.sidebar-mystart-first h2 a:focus {
  text-decoration: underline;
}
.startstory-video-block-side-header-img {
  position: relative;
}
.startstory-video-block-side-header-img span {
  left: 43.176470588235%;
  position: absolute;
  top: 31.470588235294%;
  width: 17.647058823529%;
}
.mystart-sidebar-side {
  background: #e1faf9;
  margin-bottom: 25px;
}
.mystart-sidebar-list {
  padding-left: 10px;
  padding-right: 10px;
}
.success-message,
.error-message {
  font-weight: 400px;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
}
.success-message {
  background-color: #ceff1a;
  color: #132056;
}
.error-message {
  background-color: #e22d80;
  color: #fff;
}
.anchor-offset {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
#disqus_thread {
  margin: 30px 0;
}
.landing-page-container aside {
  margin-top: 3rem;
}
.landing-page-container .landing-page-intro {
  margin-bottom: 5rem;
}
.landing-page-container .landing-page-banner-wrap {
  background-color: #170844;
}
.landing-page-container .landing-page-banner-wrap .womens-history-banner {
  padding: 0 2rem 3rem;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .landing-page-container .landing-page-banner-wrap .womens-history-banner {
    padding: 2rem 2rem 1rem;
  }
}
.landing-page-container .landing-page-banner-wrap p {
  color: #bdfffc;
  font-size: 2.4rem;
  line-height: 3.4rem;
  padding-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .landing-page-container .landing-page-banner-wrap p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.landing-page-container .show-sidebar img {
  margin-bottom: 4rem;
}
.landing-page-desc h3 {
  color: #540d6e;
  font-size: 3rem;
  line-height: 3.4rem;
  font-style: italic;
  text-transform: uppercase;
}
#main-content #start_middle {
  margin: 4rem auto;
}
.womens-history-banner {
  margin-top: 2rem;
}
.calendar-grid-container {
  margin: 4rem 0 6rem;
}
.calendar-grid-row {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 1000px) {
  .calendar-grid-row {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .calendar-grid-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 700px) {
  .calendar-grid-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  .calendar-grid-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.calendar-grid-row .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e22d80;
  color: #fff;
  height: 200px;
  font-size: 4rem;
  margin: 2%;
  text-align: center;
}
.calendar-grid-row .day.transparent,
.calendar-grid-row .day.transparent:hover,
.calendar-grid-row .day.transparent:focus {
  background-color: transparent;
}
@media only screen and (max-width: 700px) {
  .calendar-grid-row .day.transparent,
  .calendar-grid-row .day.transparent:hover,
  .calendar-grid-row .day.transparent:focus {
    display: none;
  }
}
.calendar-grid-row .day:hover,
.calendar-grid-row .day:focus {
  cursor: pointer;
}
.calendar-grid-row .day-calendar-reveal {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  list-style-type: none;
  margin: 2%;
  height: 200px;
  max-height: 200px;
}
.calendar-grid-row .day-calendar-reveal.featured {
  border: 3px solid #e22d80;
}
.calendar-grid-row .day-calendar-reveal img {
  height: 200px;
}
.calendar-grid-row .day-calendar-reveal .calendar-desc {
  background-color: rgba(19,32,86,0.8);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 2rem;
  line-height: 2.4rem;
  padding: 1rem 2rem;
  width: 100%;
  text-transform: uppercase;
}
.calendar-grid-row .day-calendar-reveal .number {
  background-color: #e22d80;
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  left: 0.5rem;
  width: 23px;
  height: 23px;
  margin-top: 0.5rem;
  text-align: center;
  border-radius: 100px;
}
.day-calendar-reveal:hover .calendar-desc,
.day-calendar-reveal:focus .calendar-desc {
  background-color: #540d6e;
  opacity: 0.9;
}
.suffrage-banner .section-inner {
  padding: 0;
}
.suffrage-banner img {
  display: block;
}
.timeline-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 500px) {
  .timeline-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.timeline-container .timeline-left {
  width: 10%;
  min-width: 75px;
}
.timeline-container .timeline-left .timeline-year {
  color: #e22d80;
  font-size: 4rem;
  font-weight: robBold;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 550px) {
  .timeline-container .timeline-left .timeline-year {
    margin-bottom: 2rem;
  }
}
.timeline-container .timeline-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url("/images/timeline.png");
  background-repeat: no-repeat;
  background-position: -3.7rem 83%;
}
@media only screen and (max-width: 1200px) {
  .timeline-container .timeline-right {
    background-position: -5.3rem 83%;
  }
}
@media only screen and (max-width: 900px) {
  .timeline-container .timeline-right {
    background-position: -10.3rem 83%;
  }
}
@media only screen and (max-width: 550px) {
  .timeline-container .timeline-right {
    background-position: -7.3rem 83%;
  }
}
.timeline-container .timeline-right .timeline-content-container {
  background-image: url("/images/timeline-dot.png");
  background-size: 75px;
  background-position: 4.9rem 2.5rem;
  background-repeat: no-repeat;
  padding-left: 12rem;
}
@media only screen and (max-width: 1200px) {
  .timeline-container .timeline-right .timeline-content-container {
    padding-left: 13.5rem;
  }
}
@media only screen and (max-width: 900px) {
  .timeline-container .timeline-right .timeline-content-container {
    background-position: 0 2.5rem;
    padding-left: 8.5rem;
  }
}
@media only screen and (max-width: 550px) {
  .timeline-container .timeline-right .timeline-content-container {
    background-position: 3rem 2.5rem;
    padding-left: 11.5rem;
  }
}
.timeline-container .timeline-right .timeline-image img {
  display: block;
  border-left: 6px solid #e22d80;
}
.timeline-container .timeline-right .timeline-name a,
.timeline-container .timeline-right .timeline-video-link a {
  font-weight: robBold;
  text-decoration: none;
  text-transform: uppercase;
}
.timeline-container .timeline-right .timeline-name a:hover,
.timeline-container .timeline-right .timeline-video-link a:hover,
.timeline-container .timeline-right .timeline-name a:focus,
.timeline-container .timeline-right .timeline-video-link a:focus {
  text-decoration: underline;
}
.timeline-container .timeline-right .timeline-description-wrapper {
  background: #132056;
  padding: 2.5rem 2rem;
  margin-bottom: 3rem;
  border-left: 6px solid #e22d80;
}
.timeline-container .timeline-right .timeline-description-wrapper .timeline-description {
  color: #fff;
  margin-bottom: 1rem;
}
.timeline-container .timeline-right .timeline-description-wrapper .timeline-video-link a {
  color: #e22d80;
  font-size: 1.8rem;
}
.timeline-container .timeline-right .timeline-description-wrapper .timeline-cta {
  font-size: 1.8rem;
  text-transform: uppercase;
}
.timeline-container .timeline-right .timeline-cta-wrapper {
  padding: 2.5rem 2rem;
  margin-bottom: 3rem;
  border-left: 6px solid #e22d80;
}
.timeline-name-heading,
.timeline-name a {
  color: #e22d80;
  font-size: 2.4rem;
  font-weight: robBold;
  text-decoration: none;
  text-transform: uppercase;
}
.timeline-cta {
  color: #540d6e;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: robBold;
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.extra-btf-ad {
  display: none;
}
footer {
  background-color: #170844;
  padding: 2rem 0 0 /* 75/2000 */;
  text-align: center;
  clear: both;
}
@media only screen and (max-width: 700px) {
  footer {
    padding: 2rem 0 0;
  }
}
#footer-nav {
  margin-bottom: 6.25%;
}
#footer-nav ul {
  font-size: 2rem;
  padding: 2rem;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  #footer-nav ul {
    font-size: 1.6rem;
    padding: 0 2rem;
  }
}
#footer-nav ul li {
  display: inline-block;
  padding: 0 4rem 3rem;
}
@media only screen and (max-width: 700px) {
  #footer-nav ul li {
    display: block;
    padding: 0 0 2rem;
  }
}
#footer-nav ul li a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
#footer-nav ul li a:hover {
  color: #e22d80;
}
footer .leaderboard-wrap {
  margin-bottom: 30px;
}
.copyright {
  color: #e1faf9;
  font-size: 1.2rem;
}
.privacy-banner-wrapper {
  background-color: #332f29;
  color: #fff;
  opacity: 0.9;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 99999;
}
@media only screen and (max-width: 900px) {
  .privacy-banner-wrapper {
    bottom: 0px;
  }
}
.privacy-banner-wrapper .privacy-banner-inner {
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-size: 1.8rem;
  padding: 2rem 1.5rem 2.2rem;
  margin: auto;
}
@media only screen and (max-width: 900px) {
  .privacy-banner-wrapper .privacy-banner-inner {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 500px) {
  .privacy-banner-wrapper .privacy-banner-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.privacy-banner-wrapper .privacy-banner-message {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.6rem;
}
@media only screen and (max-width: 500px) {
  .privacy-banner-wrapper .privacy-banner-message {
    margin-bottom: 2.4rem;
  }
}
.privacy-banner-wrapper .privacy-banner-message a {
  color: #fff;
  text-decoration: underline;
}
.privacy-banner-wrapper .privacy-banner-message a:hover,
.privacy-banner-wrapper .privacy-banner-message a:focus {
  text-decoration: none;
}
.privacy-banner-wrapper .close-btn {
  background-color: #585858;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 0.8rem 7rem;
  margin-left: 3rem;
  border-radius: 50px;
  -webkit-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .privacy-banner-wrapper .close-btn {
    font-size: 2rem;
    padding: 0.8rem 4rem;
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .privacy-banner-wrapper .close-btn {
    margin-left: 0;
  }
}
.privacy-banner-wrapper .close-btn:hover,
.privacy-banner-wrapper .close-btn:focus {
  background-color: #fff;
  color: #585858;
  text-decoration: none;
}
.more-stories-module {
  padding-top: 2.5rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .more-stories-module {
    -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;
  }
}
.more-stories-module h1 {
  padding-top: 1.5rem;
  margin-bottom: 0;
}
.more-stories-module-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0 0;
}
@media only screen and (max-width: 500px) {
  .more-stories-module-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.more-stories-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% / 4 - 0.7rem);
}
@media only screen and (max-width: 500px) {
  .more-stories-item {
    width: calc(100% / 2 - 0.5rem);
    margin-bottom: 1.5rem;
  }
}
.more-stories-item img {
  display: block;
}
.more-stories-item .content-top-featured-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 1rem 1.5rem 1.4rem;
}
@media only screen and (max-width: 500px) {
  .more-stories-item .content-top-featured-desc {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 4%;
  }
}
.more-main-link {
  background: #fff;
  color: #e22d80;
  font-size: 1.8rem;
  padding: 1rem 4rem;
  text-decoration: none;
}
.more-main-link:hover,
.more-main-link:focus {
  color: #132056;
  text-decoration: none;
}
.more-featured {
  margin: 3rem 0 0;
  text-align: right;
}
@media only screen and (max-width: 500px) {
  .more-featured {
    margin: 2rem 0 3rem;
    text-align: center;
  }
}
.more-featured i {
  font-size: 1.4rem;
}
#more-featured-container {
  margin: 0 auto;
  text-align: center;
}
.more-featured-item {
  width: calc(100% / 2 - 1rem);
}
.more-featured-container {
  padding-bottom: 0;
}
@media screen and (max-width: 900px), handheld and (max-device-width: 900px) {
  #main-content,
  aside {
    float: none;
    width: 100%;
  }
}
.middle-wrap header .section-inner,
margin: 0 auto header .section-inner,
overflow: hidden header .section-inner,
width: 728px header .section-inner {
  padding: 15px;
}
.middle-wrap .search-btn span,
margin: 0 auto .search-btn span,
overflow: hidden .search-btn span,
width: 728px .search-btn span {
  display: none;
}
.middle-wrap .search-btn form,
margin: 0 auto .search-btn form,
overflow: hidden .search-btn form,
width: 728px .search-btn form {
  background: #132056;
  padding: 4px;
  position: static;
  visibility: visible;
}
.middle-wrap .search-btn form input[type="search"],
margin: 0 auto .search-btn form input[type="search"],
overflow: hidden .search-btn form input[type="search"],
width: 728px .search-btn form input[type="search"] {
  width: 100%;
}
.middle-wrap .show-grid-no-space-lg,
margin: 0 auto .show-grid-no-space-lg,
overflow: hidden .show-grid-no-space-lg,
width: 728px .show-grid-no-space-lg {
  margin-right: 2.4% /* firebug */;
}
.middle-wrap .show-grid-no-space-med,
margin: 0 auto .show-grid-no-space-med,
overflow: hidden .show-grid-no-space-med,
width: 728px .show-grid-no-space-med {
  margin-right: 0;
}
.middle-wrap .hp-content-item-overlay,
margin: 0 auto .hp-content-item-overlay,
overflow: hidden .hp-content-item-overlay,
width: 728px .hp-content-item-overlay {
  font-size: 18px;
  font-size: 1.8rem;
}
.middle-wrap .ast-subscribe-form,
margin: 0 auto .ast-subscribe-form,
overflow: hidden .ast-subscribe-form,
width: 728px .ast-subscribe-form {
  padding: 0;
}
.middle-wrap .ast-subscribe-form label,
margin: 0 auto .ast-subscribe-form label,
overflow: hidden .ast-subscribe-form label,
width: 728px .ast-subscribe-form label {
  display: block;
  margin-bottom: 10px;
  position: static;
}
@media screen and (max-width: 800px), handheld and (max-device-width: 800px) {
  .middle-wrap {
    width: 468px;
  }
  .video-grid-tile {
    margin: 0 0 2.2%;
    width: 48.75% /* 590/1200 */;
  }
  .leaderboard-inner-content {
    width: 320px;
  }
}
@media screen and (max-width: 730px), handheld and (max-device-width: 730px) {
  .leaderboard-wrap {
    width: 468px;
  }
}
@media screen and (max-width: 650px), handheld and (max-device-width: 650px) {
  .hp-newsletter-signup-wrap {
    padding: 15px;
  }
  .hp-newsletter-signup-form {
    padding-left: 0;
    width: 100%;
  }
  .hp-newsletter-signup-wrap label span {
    display: inline;
  }
  .hp-newsletter-signup-wrap label {
    display: block;
    margin-bottom: 8px;
    position: static;
  }
}
@media screen and (max-width: 600px), handheld and (max-device-width: 600px) {
  .leaderboard-schedule .leaderboard-wrap {
    width: 320px;
  }
  .hp-content-item {
    width: 50%;
  }
  .hp-content-item-resp {
    display: none;
  }
  .sidebar-related-trending-item-overlay {
    position: static;
  }
  .sidebar-related-trending-item-overlay a:hover {
    color: #e22d80;
  }
  .sidebar-newsletter-signup-form label {
    font-size: 2rem;
    line-height: 2.4rem;
    top: 2px;
  }
}
@media screen and (max-width: 550px), handheld and (max-device-width: 550px) {
  .contact-form,
  .other-contact {
    float: none;
    width: 100%;
  }
  .contact-form {
    min-width: 100%;
  }
  .other-contact {
    border-top: 1px dashed #ccc;
    margin-top: 30px;
    text-align: center;
  }
  .g-recaptcha {
    width: 304px;
  }
  .contact-form input[type="submit"] {
    margin: 0 auto;
  }
}

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