* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 52.5%;
  }
}
body {
  background: #323c48;
  color: #fff;
  font-family: 'filson-soft', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.6rem;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  margin-top: 0;
}
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
  vertical-align: middle;
  margin-top: -0.2rem;
}
h1 {
  font-size: 4.6rem;
  line-height: 5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 3.5rem;
    line-height: 4.1rem;
  }
}
h1 i {
  font-size: 3.5rem;
}
h1 + p {
  margin-top: 0;
}
h2 {
  font-size: 4rem;
  line-height: 4.5rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 500px) {
  h2 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
h3 {
  font-size: 3rem;
  line-height: 3.5rem;
}
h4 {
  font-size: 2.6rem;
  line-height: 3.1rem;
}
img {
  height: auto;
  max-width: 100%;
}
a {
  color: #fff;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
}
p {
  color: #fff;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 400;
}
.btn-primary,
a.btn-primary {
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
  margin-bottom: 1rem;
  padding: 1.4rem 3rem 1.4rem;
  position: relative;
  background: #d75229;
  color: #fff;
  font-size: 2.2rem;
}
.btn-primary:hover,
a.btn-primary:hover,
.btn-primary:focus,
a.btn-primary:focus {
  text-decoration: none;
  cursor: pointer;
}
.btn-primary i,
a.btn-primary i {
  vertical-align: middle;
  margin: -0.2rem 0 0 0.4rem;
  font-size: inherit;
}
.btn-primary:hover,
a.btn-primary:hover,
.btn-primary:focus,
a.btn-primary:focus {
  background-color: #fff;
  color: #d75229;
}
.btn-primary.brand-blue,
a.btn-primary.brand-blue {
  background-color: #323c48;
  color: #fff;
}
.btn-primary.brand-blue:hover,
a.btn-primary.brand-blue:hover,
.btn-primary.brand-blue:focus,
a.btn-primary.brand-blue:focus {
  background-color: #fff;
  color: #323c48;
}
.btn-primary nav li a:hover,
a.btn-primary nav li a:hover,
.btn-primary nav li a:focus,
a.btn-primary nav li a:focus {
  color: #d75229;
  text-decoration: none;
}
button {
  background: none;
  outline: none;
  border: none;
}
button:disabled {
  opacity: 0.6;
}
button:hover,
button:focus {
  cursor: pointer;
}
.branding-block-shape {
  margin-bottom: 10rem;
  background: #f3c442;
  width: 95%;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
}
@media only screen and (max-width: 500px) {
  .branding-block-shape {
    margin-bottom: 6rem;
  }
}
.branding-block-shape h1,
.branding-block-shape h2,
.branding-block-shape h3 {
  color: #323c48;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .branding-block-shape h1,
  .branding-block-shape h2,
  .branding-block-shape h3 {
    margin-bottom: 0;
  }
}
.branding-block-shape h1 {
  font-weight: 800;
}
.branding-block-shape h2 {
  color: #323c48;
  font-weight: 400;
}
.branding-block-shape h4 {
  color: #d75229;
  margin-top: 0.5rem;
}
.branding-block-shape .button-container {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .branding-block-shape .button-container {
    margin: 4rem 0;
  }
}
@media only screen and (max-width: 500px) {
  .branding-block-shape .button-container {
    margin: 3rem 0;
  }
}
.branding-block-shape.left {
  border-radius: 0 240px 240px 0;
  background: linear-gradient(135deg, #eb9619 0%, #f3c442 60%);
}
@include branding-block-shape;
@media only screen and (max-width: 767px) {
  .branding-block-shape.left {
    border-radius: 0 50px 50px 0;
    padding: 3rem 1rem;
  }
}
.branding-block-shape.right {
  border-radius: 240px 0 0 240px;
  background: linear-gradient(135deg, #f3c442 0%, #eb9619 100%);
  float: right;
  clear: both;
}
@include branding-block-shape;
@media only screen and (max-width: 767px) {
  .branding-block-shape.right {
    border-radius: 50px 0 0 50px;
    padding: 3rem 1rem;
  }
}
.branding-block-shape-heading {
  margin-bottom: 10rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.5rem 5rem 1.5rem 2.5rem;
  margin-bottom: 3rem;
  border-radius: 0 100px 100px 0;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
}
@media only screen and (max-width: 500px) {
  .branding-block-shape-heading {
    margin-bottom: 6rem;
  }
}
.branding-block-shape-heading h2 {
  margin-bottom: 0.5rem;
}
.blue-bg {
  background: #323c48;
}
.yellow-bg {
  background: #f3c442;
}
.btn-long {
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
  margin-bottom: 1rem;
  padding: 1.4rem 3rem 1.4rem;
  position: relative;
  display: inline-block;
  padding: 1.4rem 3rem 1.3rem;
  min-width: 200px;
}
.btn-long:hover,
.btn-long:focus {
  text-decoration: none;
  cursor: pointer;
}
.btn-long i {
  vertical-align: middle;
  margin: -0.2rem 0 0 0.4rem;
  font-size: inherit;
}
.btn-brand-bright {
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
  margin-bottom: 1rem;
  padding: 1.4rem 3rem 1.4rem;
  position: relative;
  border: 2px solid;
  background-color: #f3c442;
  color: #323c48;
}
.btn-brand-bright:hover,
.btn-brand-bright:focus {
  text-decoration: none;
  cursor: pointer;
}
.btn-brand-bright i {
  vertical-align: middle;
  margin: -0.2rem 0 0 0.4rem;
  font-size: inherit;
}
.btn-brand-bright:hover,
.btn-brand-bright:focus {
  background-color: #323c48;
  color: #f3c442;
}
.btn-brand-dark {
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
  margin-bottom: 1rem;
  padding: 1.4rem 3rem 1.4rem;
  position: relative;
  border: 2px solid;
  background-color: #323c48;
  color: #fff;
}
.btn-brand-dark:hover,
.btn-brand-dark:focus {
  text-decoration: none;
  cursor: pointer;
}
.btn-brand-dark i {
  vertical-align: middle;
  margin: -0.2rem 0 0 0.4rem;
  font-size: inherit;
}
.btn-brand-dark:hover,
.btn-brand-dark:focus {
  background-color: #fff;
  color: #323c48;
}
.section-spacer {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 500px) {
  .section-spacer {
    margin-bottom: 6rem;
  }
}
.section-spacer-half {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 500px) {
  .section-spacer-half {
    margin-bottom: 3rem;
  }
}
.center {
  text-align: center;
  margin: 0 auto;
}
.hide-mobile {
  display: inherit;
}
@media only screen and (max-width: 900px) {
  .hide-mobile {
    display: none;
  }
}
.wrapper,
.section-inner,
.section-inner-narrow {
  margin: 0 auto;
}
.wrapper {
  max-width: 2000px;
}
.container {
  clear: both;
  overflow: hidden;
}
.section-inner {
  padding: 2rem 2rem 2rem;
  max-width: 1240px;
}
.section-inner:before,
.section-inner:after {
  content: "";
  display: table;
}
@media only screen and (max-width: 900px) {
  .section-inner {
    padding: 2rem;
  }
}
.section-inner.row-callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
}
@media only screen and (max-width: 900px) {
  .section-inner.row-callout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-inner-narrow {
  padding: 2rem 2rem 2rem;
  min-height: 1000px;
  max-width: 1020px;
}
@media only screen and (max-width: 1020px) {
  .section-inner-narrow {
    padding: 1.96078431372549%;
  }
}
.lg-col-wrapper,
.lg-col-wrapper-no-space {
  max-width: 1250px;
  padding: 4rem 2rem 4rem;
}
.two-column-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .two-column-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.two-column-row .column-left {
  width: 35%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .two-column-row .column-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.two-column-row .column-right {
  width: 65%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 767px) {
  .two-column-row .column-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.two-column-grid {
  display: grid;
}
.two-column-grid .two-column-grid-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 4rem;
}
@media only screen and (max-width: 500px) {
  .two-column-grid .two-column-grid-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 2rem;
  }
}
#main-content {
  float: left;
  padding: 5rem 0;
  width: 70.73170731707317%;
}
@media only screen and (max-width: 1200px) {
  #main-content {
    width: 67.47967479674797%;
  }
}
@media only screen and (max-width: 1000px) {
  #main-content {
    width: 63.41463414634146%;
  }
}
@media only screen and (max-width: 900px) {
  #main-content {
    float: none;
    width: 100%;
    padding: 5rem 0 2rem;
  }
}
#main-content ol > li {
  margin-top: 1.5rem;
}
aside {
  float: right;
  width: 25%;
  min-width: 300px;
  padding: 5rem 0;
}
@media only screen and (max-width: 900px) {
  aside {
    float: none;
    padding: 0;
    width: 100%;
  }
}
.leaderboard-wrap {
  margin: 0 auto;
  overflow: hidden;
  width: 728px;
}
@media only screen and (max-width: 760px) {
  .leaderboard-wrap {
    width: 468px;
  }
}
@media only screen and (max-width: 500px) {
  .leaderboard-wrap {
    width: 320px;
  }
}
.middle-wrap {
  margin: 0 auto;
  overflow: hidden;
  width: 728px;
}
.one-column-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5rem 4rem;
}
@media only screen and (max-width: 500px) {
  .one-column-section {
    padding: 4rem 2rem 2rem;
  }
}
.content-grid {
  margin-bottom: 5rem;
  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;
}
@media only screen and (max-width: 500px) {
  .content-grid {
    margin-bottom: 3rem;
  }
}
.content-grid a {
  text-decoration: none;
  color: #323c48;
}
.content-grid a:hover,
.content-grid a:focus {
  text-decoration: none;
}
.content-grid a:hover,
.content-grid a:focus {
  color: #d75229;
}
.content-grid .content-grid-item-title {
  font-size: 3.6rem;
  line-height: 4.2rem;
}
.content-grid .content-grid-item {
  color: #1a1f26;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
  border-radius: 15px;
}
.content-grid .content-grid-item-2 {
  width: calc(100% / 2 - 2rem);
}
@media only screen and (max-width: 700px) {
  .content-grid .content-grid-item-2 {
    width: 100%;
  }
}
.content-grid .content-grid-item-2 .content-grid-item-title {
  font-size: 2.6rem;
  line-height: 3.2rem;
}
.content-grid .content-grid-item-3 {
  width: calc(100% / 3 - 2rem);
}
@media only screen and (max-width: 700px) {
  .content-grid .content-grid-item-3 {
    width: 100%;
  }
}
.content-grid .content-grid-item-3 .content-grid-item-title {
  font-size: 2.4rem;
  line-height: 3rem;
}
.content-grid .content-grid-item-2,
.content-grid .content-grid-item-3 {
  font-size: 2rem;
}
.content-grid .content-grid-item-thumb,
.content-grid .content-grid-item-thumb img {
  display: block;
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.content-grid .content-grid-item-desc {
  background: #f3c442;
  color: #323c48;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0 0 15px 15px;
  padding: 1.7rem 2rem 1.6rem;
  line-height: 2.6rem;
}
.content-grid .content-grid-item-title {
  display: block;
  margin-bottom: 1rem;
}
.content-grid .content-grid-item-excerpt {
  color: #1a1f26;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 700px) {
  .content-grid {
    margin-bottom: 2rem;
  }
}
.content-grid .content-grid-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: 4rem;
}
.content-grid .content-grid-item h1 {
  color: #323c48;
  margin-bottom: 1.5rem;
}
.content-grid .content-grid-item .btn-primary {
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
  margin-bottom: 1rem;
  padding: 1.4rem 3rem 1.4rem;
  position: relative;
  background: #d75229;
  color: #fff;
  display: inline-block;
  margin-top: 1rem;
}
.content-grid .content-grid-item .btn-primary:hover,
.content-grid .content-grid-item .btn-primary:focus {
  text-decoration: none;
  cursor: pointer;
}
.content-grid .content-grid-item .btn-primary i {
  vertical-align: middle;
  margin: -0.2rem 0 0 0.4rem;
  font-size: inherit;
}
.content-grid .content-grid-item .btn-primary:hover,
.content-grid .content-grid-item .btn-primary:focus {
  background-color: #fff;
  color: #d75229;
}
.content-grid .content-breakout-left {
  margin-left: -2rem;
}
.content-grid-section .button-container {
  margin-bottom: 10rem;
}
.content-grid-section .button-container .btn-primary {
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
  margin-bottom: 1rem;
  padding: 1.4rem 3rem 1.4rem;
  position: relative;
  display: inline-block;
  padding: 1.4rem 3rem 1.3rem;
  min-width: 200px;
}
.content-grid-section .button-container .btn-primary:hover,
.content-grid-section .button-container .btn-primary:focus {
  text-decoration: none;
  cursor: pointer;
}
.content-grid-section .button-container .btn-primary i {
  vertical-align: middle;
  margin: -0.2rem 0 0 0.4rem;
  font-size: inherit;
}
@media only screen and (max-width: 700px) {
  .content-grid-section .button-container {
    margin-bottom: 7rem;
  }
}
header {
  background: #f3c442;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
}
header .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 900px) {
  header .section-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header li,
header a {
  color: #323c48;
}
.logo {
  display: block;
}
@media only screen and (max-width: 900px) {
  .logo {
    width: 100%;
  }
}
.main-nav-toggle {
  display: none;
  color: #1a1f26;
  font-size: 3.5rem;
  float: right;
  margin: 0 2rem 0 0;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .main-nav-toggle {
    display: block;
  }
}
#main-nav {
  width: 100%;
}
#main-nav ul li a {
  text-decoration: none;
}
#main-nav ul li a:hover,
#main-nav ul li a:focus,
#main-nav ul li a i:hover,
#main-nav ul li a i:focus {
  color: #d75229;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  #main-nav {
    font-size: 1.8rem;
  }
}
#main-nav ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #main-nav ul {
    display: none;
  }
}
#main-nav ul li {
  display: inline-block;
  margin-left: 3rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#main-nav ul li:hover,
#main-nav ul li:focus {
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  #main-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 2rem;
    margin: 0;
  }
}
@media only screen and (max-width: 900px) {
  #main-nav ul li.menu-btn {
    display: none;
  }
}
#main-nav ul li.social-icon,
#main-nav ul li.search-icon {
  margin-left: 2rem;
}
#main-nav ul li.social-icon {
  width: auto;
}
#main-nav ul li,
#main-nav ul a {
  font-size: 2rem;
}
@media only screen and (max-width: 1100px) {
  #main-nav ul li,
  #main-nav ul a {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 900px) {
  #main-nav ul li,
  #main-nav ul a {
    font-size: 2.4rem;
    width: 100%;
  }
}
#main-nav ul .social-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  #main-nav ul .social-icon-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#main-nav .btn-primary {
  font-size: 1.8rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 900px) {
  #main-nav .dropdown-button {
    padding: 2.5rem 2rem;
  }
}
#main-nav .dropdown-button i {
  margin-left: 0.5rem;
}
#main-nav .dropdown-button.open,
#main-nav .dropdown-button:hover {
  color: #d75229;
}
@media only screen and (max-width: 900px) {
  #main-nav .dropdown-button.open,
  #main-nav .dropdown-button:hover {
    display: inline-block;
  }
}
#main-nav #dropdown {
  display: none;
  position: absolute;
  background: #f3c442;
  font-size: 1.6rem;
  width: 200px;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
  z-index: 20;
  top: 3.5rem;
  margin-left: -1.6rem;
}
@media only screen and (max-width: 900px) {
  #main-nav #dropdown {
    position: relative;
    width: 100%;
    height: auto;
    margin: -1.5rem 0 3rem;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#main-nav #dropdown li {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  #main-nav #dropdown li {
    border-bottom: 1px solid #323c48;
  }
}
#main-nav #dropdown li:first-child > a,
#main-nav #dropdown li:last-child > a {
  padding: 2rem 2rem;
}
#main-nav #dropdown li a {
  display: block;
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 1.5rem 2rem;
}
@media only screen and (max-width: 900px) {
  #main-nav #dropdown li a {
    font-size: 2rem;
    padding: 2.5rem 2rem;
  }
}
#main-nav #dropdown li a:hover,
#main-nav #dropdown li a:focus {
  background: #d2a832;
}
.social-icon i:hover,
.search-icon i:hover,
.social-icon i:focus,
.search-icon i:focus {
  color: #d75229;
}
.social-icon a {
  padding: 0;
}
#main-nav li.search-icon {
  margin-left: 2rem;
}
#main-nav .nav-small.nav-closed,
#main-nav display none,
#main-nav .nav-small {
  background-color: #fff;
  color: #000;
  padding: 0 5rem 1rem;
}
#main-nav .nav-small.nav-closed.nav-open,
#main-nav display none.nav-open,
#main-nav .nav-small.nav-open {
  height: auto;
}
@media only screen and (max-width: 900px) {
  #main-nav .nav-small.nav-closed.nav-open,
  #main-nav display none.nav-open,
  #main-nav .nav-small.nav-open {
    height: calc(100vh - 250px);
    left: 0;
    top: 100px;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 767px) {
  #main-nav .nav-small.nav-closed.nav-open,
  #main-nav display none.nav-open,
  #main-nav .nav-small.nav-open {
    top: 85px;
  }
}
@media only screen and (max-width: 500px) {
  #main-nav .nav-small.nav-closed.nav-open,
  #main-nav display none.nav-open,
  #main-nav .nav-small.nav-open {
    top: 75px;
  }
}
#main-nav .nav-small.nav-open {
  background: #f3c442;
  display: block;
  width: 100%;
  position: absolute;
  z-index: 99999;
  padding: 2rem 0;
  border-top: 1.5px solid #323c48;
  margin-top: 3rem;
  z-index: 5;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
}
.header-wrapper .search-bar.closed {
  display: none;
}
.header-wrapper .search-bar.open {
  background: #f3c442;
  display: block;
  width: 100%;
  position: absolute;
  z-index: 99999;
  padding: 2rem 0;
  border-top: 1.5px solid #323c48;
  z-index: 5;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
}
.search-bar {
  display: none;
  position: relative;
  width: 100%;
}
.search-bar .section-inner {
  padding: 0;
}
.search-bar ::-webkit-input-placeholder {
  color: #fff;
}
.search-bar ::-moz-placeholder {
  color: #fff;
}
.search-bar :-ms-input-placeholder {
  color: #fff;
}
.search-bar ::-ms-input-placeholder {
  color: #fff;
}
.search-bar ::placeholder {
  color: #fff;
}
.search-bar form {
  margin: 0 3rem;
}
@media only screen and (max-width: 900px) {
  .search-bar form {
    margin: 0 2rem;
  }
}
.search-bar .search-bar-input-wrap {
  float: left;
  margin-right: -70px;
  width: 100%;
  background: #323c48;
  border-radius: 50px;
}
.search-form {
  font-size: 2rem;
  width: 94.44444444444444%;
}
.search-form input,
.search-form button {
  background: none;
  border: none;
  display: block;
  float: left;
  height: 50px;
}
.search-form input {
  color: #fff;
  margin-right: 70px;
  padding: 0 3rem;
  margin-bottom: 0;
  outline: none;
  vertical-align: middle;
}
.search-form button {
  color: #fff;
  float: right;
  width: 70px;
}
.search-form button > i:hover,
.search-form button:hover i {
  color: #f3c442;
}
.search-form input {
  width: 100%;
}
.is-sticky header {
  width: 100%;
}
.is-sticky .section-inner {
  padding: 0 1.5rem;
}
.is-sticky .logo {
  width: 100px;
}
.is-sticky #main-nav {
  margin-top: 0;
}
.mobile-header-btn {
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
  margin-bottom: 1rem;
  padding: 1.4rem 3rem 1.4rem;
  position: relative;
  background: #d75229;
  color: #fff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
  margin-bottom: 1rem;
  padding: 1.4rem 3rem 1.4rem;
  position: relative;
  font-size: 1.5rem;
  padding: 0.7rem 1.7rem;
  position: absolute;
  left: 47%;
  display: none;
}
.mobile-header-btn:hover,
.mobile-header-btn:focus {
  text-decoration: none;
  cursor: pointer;
}
.mobile-header-btn i {
  vertical-align: middle;
  margin: -0.2rem 0 0 0.4rem;
  font-size: inherit;
}
.mobile-header-btn:hover,
.mobile-header-btn:focus {
  background-color: #fff;
  color: #d75229;
}
.mobile-header-btn:hover,
.mobile-header-btn:focus {
  text-decoration: none;
  cursor: pointer;
}
.mobile-header-btn i {
  vertical-align: middle;
  margin: -0.2rem 0 0 0.4rem;
  font-size: inherit;
}
@media only screen and (max-width: 500px) {
  .mobile-header-btn {
    display: block;
  }
}
.billboards-full {
  margin-top: -0.1rem;
  border-top: 2px solid #1a1f26;
  border-bottom: 2px solid #1a1f26;
}
.billboards-full .owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
}
.billboards-full .owl-nav .owl-prev {
  float: left;
}
.billboards-full .owl-nav .owl-next {
  float: right;
}
.billboards-full .owl-nav .owl-prev .fa-chevron-left,
.billboards-full .owl-nav .owl-next .fa-chevron-right {
  border-radius: 100px;
}
.billboards-full.owl-carousel. .owl-nav {
  position: absolute;
  width: 100%;
}
.billboards-full.owl-carousel .owl-nav button.owl-next,
.billboards-full .owl-carousel .owl-nav button.owl-prev,
.billboards-full .owl-carousel button.owl-dot {
  border: none;
}
.billboards-full .owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
}
.billboards-full .owl-nav .owl-prev {
  float: left;
}
.billboards-full .owl-nav .owl-next {
  float: right;
}
.billboards-full .owl-nav .owl-prev .fa-chevron-left,
.billboards-full .owl-nav .owl-next .fa-chevron-right {
  border-radius: 100px;
}
.billboards-full.owl-carousel. .owl-nav {
  position: absolute;
  width: 100%;
}
.billboards-full.owl-carousel .owl-nav button.owl-next,
.billboards-full .owl-carousel .owl-nav button.owl-prev,
.billboards-full .owl-carousel button.owl-dot {
  border: none;
}
.billboards-full .owl-nav .owl-prev .fa-chevron-left,
.billboards-full .owl-nav .owl-next .fa-chevron-right {
  font-size: 7rem;
}
@media only screen and (max-width: 1000px) {
  .billboards-full .owl-nav .owl-prev .fa-chevron-left,
  .billboards-full .owl-nav .owl-next .fa-chevron-right {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 700px) {
  .billboards-full .owl-nav .owl-prev .fa-chevron-left,
  .billboards-full .owl-nav .owl-next .fa-chevron-right {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 500px) {
  .billboards-full .owl-nav .owl-prev .fa-chevron-left,
  .billboards-full .owl-nav .owl-next .fa-chevron-right {
    font-size: 3rem;
  }
}
.billboards-full .owl-nav .owl-prev .fa-chevron-left {
  padding: 2rem 3.5rem 2rem 3rem;
}
@media only screen and (max-width: 1000px) {
  .billboards-full .owl-nav .owl-prev .fa-chevron-left {
    padding: 2rem 3rem 2rem 2.5rem;
  }
}
@media only screen and (max-width: 700px) {
  .billboards-full .owl-nav .owl-prev .fa-chevron-left {
    padding: 1rem 1.8rem 1rem 1.5rem;
  }
}
.billboards-full .owl-nav .owl-next .fa-chevron-right {
  padding: 2rem 3rem 2rem 3.5rem;
}
@media only screen and (max-width: 1000px) {
  .billboards-full .owl-nav .owl-next .fa-chevron-right {
    padding: 2rem 2.5rem 2rem 3rem;
  }
}
@media only screen and (max-width: 700px) {
  .billboards-full .owl-nav .owl-next .fa-chevron-right {
    padding: 1rem 1.5rem 1rem 1.8rem;
  }
}
.billboards-full .owl-nav .owl-prev .fa-chevron-left,
.billboards-full .owl-nav .owl-next .fa-chevron-right {
  color: #fff;
  background: #1a1f26;
  border-radius: 100px;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
}
.billboards-full .owl-nav .owl-prev .fa-chevron-left:hover,
.billboards-full .owl-nav .owl-next .fa-chevron-right:hover,
.billboards-full .owl-nav .owl-prev .fa-chevron-left:focus,
.billboards-full .owl-nav .owl-next .fa-chevron-right:focus {
  color: #1a1f26;
  background: #fff;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.billboards-full .owl-nav {
  top: 40%;
}
.billboards-full .owl-nav .owl-prev {
  margin-left: 5%;
}
.billboards-full .owl-nav .owl-next {
  margin-right: 5%;
}
.billboards-full.owl-carousel.owl-theme.billboards-home .owl-nav {
  position: absolute;
  top: 25%;
  width: 100%;
}
.now-next-full {
  background: #f3c442;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
}
@media only screen and (max-width: 900px) {
  .now-next-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  .now-next-full {
    margin: 2rem;
    border-radius: 15px;
  }
}
.now-next-full .now-next-wrap,
.now-next-full .now-next-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 900px) {
  .now-next-full .now-next-wrap,
  .now-next-full .now-next-container {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .now-next-full .now-next-wrap,
  .now-next-full .now-next-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .now-next-full.full-content {
    margin: 2rem;
  }
}
.now-next-wrap,
.hp-schedule-full {
  font-size: 2rem;
}
@media only screen and (max-width: 1000px) {
  .now-next-wrap,
  .hp-schedule-full {
    font-size: 1.8rem;
  }
}
.now-next-container {
  width: 100%;
}
.now-next-container h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .now-next-container h3 {
    margin-bottom: 1rem;
  }
}
.now-next {
  width: 33.333333333333% /* 300/900 */;
}
@media only screen and (max-width: 767px) {
  .now-next {
    float: none;
    text-align: center;
    width: 100%;
  }
}
.now-next.on-now {
  width: 100%;
  border-radius: 0 100px 100px 0;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
  background: #323c48;
  border: 6px solid #f3c442;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 3rem 1rem;
}
@media only screen and (max-width: 767px) {
  .now-next.on-now {
    padding: 2rem 3rem 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .now-next.on-now {
    margin: 2rem 0 3rem;
  }
}
.now-next .on-time {
  font-weight: 400;
  display: inline-block;
}
.now-next .on-now-inner a {
  text-decoration: none;
  color: #f3c442;
}
.now-next .on-now-inner a:hover,
.now-next .on-now-inner a:focus {
  text-decoration: none;
}
.now-next .on-now-inner a:hover,
.now-next .on-now-inner a:focus {
  color: #d75229;
}
.now-next.on-next {
  padding: 3rem 2rem 0;
}
@media only screen and (max-width: 500px) {
  .now-next.on-next {
    padding: 0 2rem 0;
  }
}
.now-next.on-next a {
  text-decoration: none;
  color: #d75229;
}
.now-next.on-next a:hover,
.now-next.on-next a:focus {
  text-decoration: none;
}
.now-next.on-next a:hover,
.now-next.on-next a:focus {
  color: #323c48;
}
.now-next.on-next .now-next-text {
  color: #1a1f26;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .now-next.on-next .now-next-text {
    margin-bottom: 1rem;
  }
}
.home,
.schedule-full {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 900px) {
  .home,
  .schedule-full {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3rem;
  }
}
.home .schedule-full-inner,
.schedule-full .schedule-full-inner {
  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;
}
.home .change-timezone,
.schedule-full .change-timezone {
  text-decoration: none;
  color: #323c48;
  font-weight: 400;
  text-decoration: underline;
}
.home .change-timezone:hover,
.schedule-full .change-timezone:hover,
.home .change-timezone:focus,
.schedule-full .change-timezone:focus {
  text-decoration: none;
}
.home .change-timezone:hover,
.schedule-full .change-timezone:hover,
.home .change-timezone:focus,
.schedule-full .change-timezone:focus {
  color: #d75229;
}
.home .change-timezone:hover,
.schedule-full .change-timezone:hover,
.home .change-timezone:focus,
.schedule-full .change-timezone:focus {
  cursor: pointer;
}
.catchy-binge {
  margin-bottom: 10rem;
  background: #f3c442;
  width: 95%;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
  border-radius: 0 240px 240px 0;
  background: linear-gradient(135deg, #eb9619 0%, #f3c442 60%);
  background: #d75229;
}
@media only screen and (max-width: 500px) {
  .catchy-binge {
    margin-bottom: 6rem;
  }
}
.catchy-binge h1,
.catchy-binge h2,
.catchy-binge h3 {
  color: #323c48;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .catchy-binge h1,
  .catchy-binge h2,
  .catchy-binge h3 {
    margin-bottom: 0;
  }
}
.catchy-binge h1 {
  font-weight: 800;
}
.catchy-binge h2 {
  color: #323c48;
  font-weight: 400;
}
.catchy-binge h4 {
  color: #d75229;
  margin-top: 0.5rem;
}
.catchy-binge .button-container {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .catchy-binge .button-container {
    margin: 4rem 0;
  }
}
@media only screen and (max-width: 500px) {
  .catchy-binge .button-container {
    margin: 3rem 0;
  }
}
@include branding-block-shape;
@media only screen and (max-width: 767px) {
  .catchy-binge {
    border-radius: 0 50px 50px 0;
    padding: 3rem 1rem;
  }
}
.catchy-binge .logo {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 900px) {
  .catchy-binge .logo {
    width: 200px;
  }
}
@media only screen and (max-width: 500px) {
  .catchy-binge .logo {
    width: 150px;
  }
}
.catchy-binge h1,
.catchy-binge h5 {
  color: #fff;
  text-transform: uppercase;
}
.catchy-binge h5 {
  margin-bottom: 0;
}
.catchy-binge h3 {
  color: #f3c442;
  text-transform: uppercase;
}
.catchy-binge .btn {
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
  margin-bottom: 1rem;
  padding: 1.4rem 3rem 1.4rem;
  position: relative;
  display: inline-block;
  padding: 1.4rem 3rem 1.3rem;
  min-width: 200px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
  margin-bottom: 1rem;
  padding: 1.4rem 3rem 1.4rem;
  position: relative;
  border: 2px solid;
  background-color: #323c48;
  color: #fff;
  border: none;
}
.catchy-binge .btn:hover,
.catchy-binge .btn:focus {
  text-decoration: none;
  cursor: pointer;
}
.catchy-binge .btn i {
  vertical-align: middle;
  margin: -0.2rem 0 0 0.4rem;
  font-size: inherit;
}
.catchy-binge .btn:hover,
.catchy-binge .btn:focus {
  text-decoration: none;
  cursor: pointer;
}
.catchy-binge .btn i {
  vertical-align: middle;
  margin: -0.2rem 0 0 0.4rem;
  font-size: inherit;
}
.catchy-binge .btn:hover,
.catchy-binge .btn:focus {
  background-color: #fff;
  color: #323c48;
}
.store-products-inner {
  color: #323c48;
  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;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .store-products-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1rem 3rem;
    margin-top: 4rem;
  }
}
.store-products-inner .store-product-item {
  text-align: center;
  width: 100%;
  margin: 0 2rem 2rem;
}
@media only screen and (max-width: 500px) {
  .store-products-inner .store-product-item {
    margin: 0 2rem 4rem;
  }
}
.store-products-inner .store-product-item .store-product-title,
.store-products-inner .store-product-item .store-product-title a {
  color: #1a1f26;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 1rem;
}
.store-products-inner .store-product-item .store-product-title:hover,
.store-products-inner .store-product-item .store-product-title a:hover,
.store-products-inner .store-product-item .store-product-title:focus,
.store-products-inner .store-product-item .store-product-title a:focus {
  color: #d75229;
}
.store-products-inner .store-product-item .store-product-title:hover,
.store-products-inner .store-product-item .store-product-title a:hover,
.store-products-inner .store-product-item .store-product-title:focus,
.store-products-inner .store-product-item .store-product-title a:focus {
  text-decoration: none;
}
.store-products-inner img {
  border-radius: 100%;
  margin-bottom: 1rem;
}
.newsletter h3 {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  .newsletter .section-inner.row-callout {
    padding: 2rem 2rem 1rem;
  }
}
.newsletter .sidebar-ad-wrap {
  margin-bottom: 0;
}
.newsletter-signup-wrap {
  text-align: center;
  margin: 0 auto;
  width: 60%;
  padding: 5rem 0;
}
@media only screen and (max-width: 900px) {
  .newsletter-signup-wrap {
    width: 80%;
    padding: 4rem 0 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .newsletter-signup-wrap {
    width: 100%;
  }
}
.newsletter-signup-form,
.newsletter-signup-fields {
  position: relative;
}
.newsletter-signup-fields {
  border-radius: 50px;
  margin-top: 1rem;
}
.newsletter-signup-fields input,
.newsletter-signup-fields button {
  border: none;
  height: 60px;
}
.newsletter-signup-fields input {
  background-color: #c9c9c9;
  color: #000;
  border-radius: 50px;
  padding: 0 2rem;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
}
.newsletter-signup-fields button {
  background-color: #f3c442;
  color: #323c48;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 800;
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: 70px;
  margin-top: -0.5rem;
  border: 5px solid #323c48;
}
@media only screen and (max-width: 500px) {
  .newsletter-signup-fields button {
    width: 125px;
  }
}
.newsletter-signup-fields button:hover,
.newsletter-signup-fields button:focus {
  background-color: #fff;
  color: #1a1f26;
  border: 5px solid #323c48;
}
.newsletter-loading {
  display: block;
  position: absolute;
  right: 5px;
  top: 3px;
  width: 49px;
}
.newsletter-thanks {
  padding-left: 0;
  text-align: center;
}
.newsletter-thanks label {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 0;
  position: static;
}
.more-shows .owl-next i {
  margin-left: 8rem;
}
.more-shows .owl-prev i {
  margin-right: 14rem;
}
.more-shows .owl-next i:hover,
.more-shows .owl-prev i:hover,
.more-shows .owl-next i:focus,
.more-shows .owl-prev i:focus {
  color: #f3c442;
}
.more-shows .owl-dots {
  margin-top: -3rem;
}
.cc-branding-container {
  background: linear-gradient(135deg, #f3c442 40%, #eb9619);
}
.cc-branding-container h1 {
  color: #323c48;
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 5.5rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cc-branding-container h1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cc-branding-container h3 {
  color: #323c48;
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.4rem;
  margin-bottom: 0.7rem;
}
.cc-branding-container .two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .cc-branding-container .two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cc-branding-container .content-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .cc-branding-container .content-top-container {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cc-branding-container .content-top-inner {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .cc-branding-container .content-top-inner {
    margin-bottom: 2rem;
  }
}
.cc-branding-container .column-left,
.cc-branding-container .column-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .cc-branding-container .column-left,
  .cc-branding-container .column-right {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cc-branding-container .column-left img,
.cc-branding-container .column-right img {
  width: 500px;
}
@media only screen and (max-width: 767px) {
  .cc-branding-container .column-left img,
  .cc-branding-container .column-right img {
    width: 350px;
  }
}
.cc-branding-container .column-left p,
.cc-branding-container .column-right p {
  width: 80%;
  color: #323c48;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 4rem;
  margin: 2rem 0 3rem;
}
@media only screen and (max-width: 767px) {
  .cc-branding-container .column-left p,
  .cc-branding-container .column-right p {
    width: 100%;
    margin-bottom: 0;
  }
}
.cc-branding-container .column-left {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .cc-branding-container .column-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.cc-branding-container .column-right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .cc-branding-container .column-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 1rem;
  }
}
.cc-branding-container .content-callout-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -2.5rem 0 4rem;
}
@media only screen and (max-width: 767px) {
  .cc-branding-container .content-callout-section {
    margin: 0 0 4rem;
  }
}
.cc-branding-container .content-callout-section video {
  position: relative;
  width: 800px;
  border-radius: 30px;
  border: 5px solid #323c48;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
}
@media only screen and (max-width: 767px) {
  .cc-branding-container .content-callout-section video {
    width: 100%;
    margin-top: 4rem;
  }
}
.cc-branding-container .content-callout-section button {
  position: absolute;
  background: none;
  border: none;
  z-index: 1;
}
.button-inline-container {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .button-inline-container {
    -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;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 3rem;
    margin: 0 auto;
  }
}
.button-inline-container .btn-secondary {
  background-color: #fff;
  color: #323c48;
  font-size: 2rem;
  padding: 1.2rem 3.5rem 1rem;
  border-radius: 50px;
  border: 2px solid #fff;
  min-width: auto;
  text-align: center;
  margin-bottom: 2.5rem;
}
.button-inline-container .btn-secondary:hover,
.button-inline-container .btn-secondary:focus {
  background: transparent;
  text-decoration: none;
  border: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .button-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.align-right {
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
}
.align-left {
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
.left-bg-texture {
  background: url("/images/left_bg_texture.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.right-bg-texture {
  background: url("/images/right_bg_texture.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 4rem;
}
.right-bg-texture h2 {
  color: #323c48;
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.4rem;
  margin-bottom: 0.7rem;
}
.right-bg-texture .btn-secondary {
  background-color: #fff;
  color: #323c48;
  font-size: 2rem;
  padding: 1rem 3.5rem;
  border-radius: 50px;
  min-width: auto;
  text-align: center;
  margin-bottom: 2.5rem;
}
#cc-footer {
  background-color: #2a3139;
  padding: 3rem;
  text-align: center;
}
#cc-footer ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
#cc-footer li {
  display: inline-block;
  border-right: 2px solid #fff;
  margin-right: 1.5rem;
  padding-right: 1.5rem;
}
#cc-footer li:last-child {
  border-right: none;
}
#cc-footer a {
  color: #f3c442;
  font-weight: bold;
}
#cc-footer .copyright {
  color: #fff;
  display: block;
  margin-top: 2rem;
}
.schedPicker {
  color: #323c48;
  background: none;
  outline: none;
  border: none;
  position: relative;
  font-weight: 700;
  background-image: url("/images/calendar_icon_dark.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 80% 48%;
  font-size: 4rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .schedPicker {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 500px) {
  .schedPicker {
    font-size: 2.8rem;
    background-size: 20px;
    background-position: 95% 50%;
    padding-right: 3rem;
    margin-top: -0.5rem;
  }
}
.schedPicker:hover,
.schedPicker:focus {
  color: #d75229;
  cursor: pointer;
}
.sched-item {
  margin-bottom: 5rem;
  padding: 0 2rem;
}
@media only screen and (max-width: 500px) {
  .sched-item {
    margin-bottom: 3rem;
  }
}
.sched-item .sched-show-desc h2 {
  margin-bottom: 1rem;
}
.sched-item .sched-episode-title {
  margin-bottom: 0;
}
.sched-item .sched-show-time {
  font-weight: 700;
}
.sched-item .sched-show-name a {
  text-decoration: none;
  color: #f3c442;
}
.sched-item .sched-show-name a:hover,
.sched-item .sched-show-name a:focus {
  text-decoration: none;
}
.sched-item .sched-show-name a:hover,
.sched-item .sched-show-name a:focus {
  color: #fff;
}
.sched-item p {
  margin: 1rem 0 0;
}
.sched-load-wrapper {
  margin: 4rem auto;
}
.sched-load-more {
  color: #f3c442;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
.sched-load-more:hover,
.sched-load-more:focus {
  text-decoration: none;
}
.sched-load-more:hover,
.sched-load-more:focus {
  cursor: pointer;
}
.previous_show_container {
  margin-top: 5rem;
}
.schedule-prev,
.schedule-next {
  text-decoration: none;
  text-decoration: none;
  color: #d75229;
  font-size: 4rem;
  line-height: 0;
  padding: 1rem 3rem;
}
.schedule-prev:hover,
.schedule-next:hover,
.schedule-prev:focus,
.schedule-next:focus {
  text-decoration: none;
}
.schedule-prev:hover,
.schedule-next:hover,
.schedule-prev:focus,
.schedule-next:focus {
  text-decoration: none;
}
.schedule-prev:hover,
.schedule-next:hover,
.schedule-prev:focus,
.schedule-next:focus {
  color: #1a1f26;
}
@media only screen and (max-width: 500px) {
  .schedule-prev,
  .schedule-next {
    padding: 1rem;
  }
}
.catchy-current-show-wrapper {
  padding: 0 2rem;
}
.catchy-current-show-wrapper .catchy-current-show {
  margin-bottom: 5rem;
  width: 100%;
  border-radius: 40px;
}
.catchy-current-show-wrapper .catchy-current-show .column-left {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 500px) {
  .catchy-current-show-wrapper .catchy-current-show .column-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.catchy-current-show-wrapper .catchy-current-show .column-left .show-image {
  width: 250px;
}
@media only screen and (max-width: 1200px) {
  .catchy-current-show-wrapper .catchy-current-show .column-left .show-image {
    width: 200px;
  }
}
@media only screen and (max-width: 1000px) {
  .catchy-current-show-wrapper .catchy-current-show .column-left .show-image {
    width: 175px;
  }
}
@media only screen and (max-width: 500px) {
  .catchy-current-show-wrapper .catchy-current-show .column-right,
  .catchy-current-show-wrapper .catchy-current-show .column-right-inner {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media only screen and (max-width: 500px) {
  .catchy-current-show-wrapper .catchy-current-show .column-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .catchy-current-show-wrapper .catchy-current-show .column-right-inner {
    padding: 2rem 3rem 0 1rem;
  }
}
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc {
  padding: 2rem 2rem 0 2rem;
}
@media only screen and (max-width: 1000px) {
  .catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc {
    padding: 2rem 1rem 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc {
    padding: 2rem 1rem 0 1rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 500px) {
  .catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc {
    padding: 2rem 0.5rem 0 1rem;
  }
}
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc .sched-show-title a {
  text-decoration: none;
  color: #d75229;
  font-weight: 700;
}
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc .sched-show-title a:hover,
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc .sched-show-title a:focus {
  text-decoration: none;
}
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc .sched-show-title a:hover,
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc .sched-show-title a:focus {
  color: #1a1f26;
}
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc .current-episode-title {
  color: #323c48;
  font-weight: 700;
  margin-bottom: 0;
}
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc p {
  margin-top: 1rem;
}
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc a,
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc .sched-show-episode {
  text-decoration: none;
  font-weight: 700;
}
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc a:hover,
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc .sched-show-episode:hover,
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc a:focus,
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc .sched-show-episode:focus {
  text-decoration: none;
}
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc .sched-episode-title > a {
  text-decoration: none;
  color: #323c48;
}
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc .sched-episode-title > a:hover,
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc .sched-episode-title > a:focus {
  text-decoration: none;
}
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc .sched-episode-title > a:hover,
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc .sched-episode-title > a:focus {
  color: #d75229;
}
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc .sched-show-time,
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc .sched-show-episode,
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc p {
  color: #323c48;
}
.catchy-current-show-wrapper .catchy-current-show .catchy-current-show-desc .sched-show-episode {
  margin-bottom: 0.8rem;
}
.schedule-wtw-buttons a {
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
  margin-bottom: 1rem;
  padding: 1.4rem 3rem 1.4rem;
  position: relative;
  background: #d75229;
  color: #fff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
  margin-bottom: 1rem;
  padding: 1.4rem 3rem 1.4rem;
  position: relative;
  font-size: 1.5rem;
  padding: 0.7rem 1.7rem;
}
.schedule-wtw-buttons a:hover,
.schedule-wtw-buttons a:focus {
  text-decoration: none;
  cursor: pointer;
}
.schedule-wtw-buttons a i {
  vertical-align: middle;
  margin: -0.2rem 0 0 0.4rem;
  font-size: inherit;
}
.schedule-wtw-buttons a:hover,
.schedule-wtw-buttons a:focus {
  background-color: #fff;
  color: #d75229;
}
.schedule-wtw-buttons a:hover,
.schedule-wtw-buttons a:focus {
  text-decoration: none;
  cursor: pointer;
}
.schedule-wtw-buttons a i {
  vertical-align: middle;
  margin: -0.2rem 0 0 0.4rem;
  font-size: inherit;
}
@media only screen and (max-width: 500px) {
  .schedule-wtw-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.schedule-wtw-link {
  font-size: 2rem;
  margin: 3rem 0;
}
.schedule-wtw-link a {
  font-weight: 700;
}
@media only screen and (max-width: 500px) {
  .schedule-wtw-link {
    text-align: center;
    margin-bottom: 2rem;
  }
}
#sched-all-times {
  font-size: 1.6rem;
  font-weight: 400;
}
.sched-date-picker {
  margin-bottom: 4rem;
  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.dropdown-menu {
  display: none;
  background: #f3c442;
  float: left;
  font-size: 1.8rem;
  list-style: none;
  margin: 2px 0 0;
  min-width: 200px;
  padding: 5px 0;
  left: calc(35% - 20px) !important;
  top: 400px !important;
  margin: auto;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
}
@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: #323c48;
}
.datepicker td {
  color: #323c48;
  width: 40px;
  text-align: center;
}
.datepicker td:hover,
.datepicker td:focus {
  color: #d75229;
  cursor: pointer;
}
.datepicker td.active {
  color: #d75229;
}
.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: #323c48;
  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;
}
.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;
}
.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 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;
}
.video-grid-tile h3,
.video-grid-tile h3 a {
  color: #1a1f26;
}
.landing-videos-grid h3,
.landing-videos-grid h3 a,
.video-page-related-wrap a {
  color: #1a1f26;
}
.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: #ffc0cb;
}
.landing-videos-grid h3 a:hover {
  color: #ffc0cb;
}
.video-page-related-wrap .bx-wrapper {
  position: relative;
}
.video-page-info {
  font-size: 16px;
  line-height: 25px;
  margin: 15px 0 50px;
}
.video-page-info h3 {
  color: #ffc0cb;
  font-size: 20px;
  font-style: italic;
  line-height: 25px;
  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: #ffc0cb;
  text-decoration: none;
}
.related-prev-slide,
.related-next-slide {
  background: gradBahamaMama;
  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: #1a1f26;
}
.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: #ffc0cb;
  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: #800080;
}
.next-prev-pagination {
  width: 50px;
}
.video-pages li {
  list-style: none outside none;
}
.section-title {
  margin-bottom: 2.5rem;
}
.section-title a,
.section-title i {
  color: #fff;
  text-decoration: none;
}
.section-title a:hover,
.section-title i:hover,
.section-title a:focus,
.section-title i:focus {
  text-decoration: none;
}
.section-title a:hover,
.section-title i:hover,
.section-title a:focus,
.section-title i:focus,
.section-title a:hover > i,
.section-title i:hover > i {
  color: #f3c442;
}
.title-light {
  color: #fff;
}
.title-bright {
  color: #f3c442;
}
.title-dark {
  color: #323c48;
}
.inline-subtitle {
  color: #d75229;
  margin: 0 0 2rem 1.5rem;
}
@media only screen and (max-width: 500px) {
  .inline-subtitle {
    margin-left: 0;
  }
}
.subtitle {
  color: #d75229;
  margin: 0 0 2rem;
}
.inline-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 500px) {
  .inline-title {
    -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;
  }
}
.owl-theme .owl-nav {
  position: relative;
}
.owl-theme .owl-nav.disabled {
  opacity: 1;
}
.owl-theme .owl-nav.disabled:hover,
.owl-theme .owl-nav.disabled:focus {
  color: #f3c442;
  background-color: none;
}
.owl-theme .owl-nav .fa-chevron-left,
.owl-theme .owl-nav .fa-chevron-right {
  color: #cfd5dd;
  font-size: 2.8rem;
}
.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-theme .owl-nav .owl-next {
  right: 0;
}
.featured-show-grid-1 .owl-nav,
.featured-show-grid-2 .owl-nav,
.more-shows .owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
}
.featured-show-grid-1 .owl-nav .owl-prev,
.featured-show-grid-2 .owl-nav .owl-prev,
.more-shows .owl-nav .owl-prev {
  float: left;
}
.featured-show-grid-1 .owl-nav .owl-next,
.featured-show-grid-2 .owl-nav .owl-next,
.more-shows .owl-nav .owl-next {
  float: right;
}
.featured-show-grid-1 .owl-nav .owl-prev .fa-chevron-left,
.featured-show-grid-2 .owl-nav .owl-prev .fa-chevron-left,
.more-shows .owl-nav .owl-prev .fa-chevron-left,
.featured-show-grid-1 .owl-nav .owl-next .fa-chevron-right,
.featured-show-grid-2 .owl-nav .owl-next .fa-chevron-right,
.more-shows .owl-nav .owl-next .fa-chevron-right {
  border-radius: 100px;
}
.featured-show-grid-1.owl-carousel. .owl-nav,
.featured-show-grid-2.owl-carousel. .owl-nav,
.more-shows.owl-carousel. .owl-nav {
  position: absolute;
  width: 100%;
}
.featured-show-grid-1.owl-carousel .owl-nav button.owl-next,
.featured-show-grid-2.owl-carousel .owl-nav button.owl-next,
.more-shows.owl-carousel .owl-nav button.owl-next,
.featured-show-grid-1 .owl-carousel .owl-nav button.owl-prev,
.featured-show-grid-2 .owl-carousel .owl-nav button.owl-prev,
.more-shows .owl-carousel .owl-nav button.owl-prev,
.featured-show-grid-1 .owl-carousel button.owl-dot,
.featured-show-grid-2 .owl-carousel button.owl-dot,
.more-shows .owl-carousel button.owl-dot {
  border: none;
}
.featured-show-grid-1 .owl-nav,
.featured-show-grid-2 .owl-nav,
.more-shows .owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
}
.featured-show-grid-1 .owl-nav .owl-prev,
.featured-show-grid-2 .owl-nav .owl-prev,
.more-shows .owl-nav .owl-prev {
  float: left;
}
.featured-show-grid-1 .owl-nav .owl-next,
.featured-show-grid-2 .owl-nav .owl-next,
.more-shows .owl-nav .owl-next {
  float: right;
}
.featured-show-grid-1 .owl-nav .owl-prev .fa-chevron-left,
.featured-show-grid-2 .owl-nav .owl-prev .fa-chevron-left,
.more-shows .owl-nav .owl-prev .fa-chevron-left,
.featured-show-grid-1 .owl-nav .owl-next .fa-chevron-right,
.featured-show-grid-2 .owl-nav .owl-next .fa-chevron-right,
.more-shows .owl-nav .owl-next .fa-chevron-right {
  border-radius: 100px;
}
.featured-show-grid-1.owl-carousel. .owl-nav,
.featured-show-grid-2.owl-carousel. .owl-nav,
.more-shows.owl-carousel. .owl-nav {
  position: absolute;
  width: 100%;
}
.featured-show-grid-1.owl-carousel .owl-nav button.owl-next,
.featured-show-grid-2.owl-carousel .owl-nav button.owl-next,
.more-shows.owl-carousel .owl-nav button.owl-next,
.featured-show-grid-1 .owl-carousel .owl-nav button.owl-prev,
.featured-show-grid-2 .owl-carousel .owl-nav button.owl-prev,
.more-shows .owl-carousel .owl-nav button.owl-prev,
.featured-show-grid-1 .owl-carousel button.owl-dot,
.featured-show-grid-2 .owl-carousel button.owl-dot,
.more-shows .owl-carousel button.owl-dot {
  border: none;
}
.featured-show-grid-1 .owl-nav .owl-prev .fa-chevron-left,
.featured-show-grid-2 .owl-nav .owl-prev .fa-chevron-left,
.more-shows .owl-nav .owl-prev .fa-chevron-left,
.featured-show-grid-1 .owl-nav .owl-next .fa-chevron-right,
.featured-show-grid-2 .owl-nav .owl-next .fa-chevron-right,
.more-shows .owl-nav .owl-next .fa-chevron-right {
  font-size: 4rem;
}
@media only screen and (max-width: 1000px) {
  .featured-show-grid-1 .owl-nav .owl-prev .fa-chevron-left,
  .featured-show-grid-2 .owl-nav .owl-prev .fa-chevron-left,
  .more-shows .owl-nav .owl-prev .fa-chevron-left,
  .featured-show-grid-1 .owl-nav .owl-next .fa-chevron-right,
  .featured-show-grid-2 .owl-nav .owl-next .fa-chevron-right,
  .more-shows .owl-nav .owl-next .fa-chevron-right {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 500px) {
  .featured-show-grid-1 .owl-nav .owl-prev .fa-chevron-left,
  .featured-show-grid-2 .owl-nav .owl-prev .fa-chevron-left,
  .more-shows .owl-nav .owl-prev .fa-chevron-left,
  .featured-show-grid-1 .owl-nav .owl-next .fa-chevron-right,
  .featured-show-grid-2 .owl-nav .owl-next .fa-chevron-right,
  .more-shows .owl-nav .owl-next .fa-chevron-right {
    font-size: 2.2rem;
  }
}
.featured-show-grid-1 .owl-nav .owl-prev .fa-chevron-left,
.featured-show-grid-2 .owl-nav .owl-prev .fa-chevron-left,
.more-shows .owl-nav .owl-prev .fa-chevron-left {
  padding: 1.5rem 2.5rem 1.5rem 2.2rem;
}
@media only screen and (max-width: 500px) {
  .featured-show-grid-1 .owl-nav .owl-prev .fa-chevron-left,
  .featured-show-grid-2 .owl-nav .owl-prev .fa-chevron-left,
  .more-shows .owl-nav .owl-prev .fa-chevron-left {
    padding: 1.1rem 1.6rem 1rem 1.3rem;
  }
}
.featured-show-grid-1 .owl-nav .owl-next .fa-chevron-right,
.featured-show-grid-2 .owl-nav .owl-next .fa-chevron-right,
.more-shows .owl-nav .owl-next .fa-chevron-right {
  padding: 1.5rem 2.2rem 1.5rem 2.2rem;
}
@media only screen and (max-width: 500px) {
  .featured-show-grid-1 .owl-nav .owl-next .fa-chevron-right,
  .featured-show-grid-2 .owl-nav .owl-next .fa-chevron-right,
  .more-shows .owl-nav .owl-next .fa-chevron-right {
    padding: 1.1rem 1.3rem 1rem 1.6rem;
  }
}
.featured-show-grid-1 .owl-nav .owl-prev .fa-chevron-left,
.featured-show-grid-2 .owl-nav .owl-prev .fa-chevron-left,
.more-shows .owl-nav .owl-prev .fa-chevron-left,
.featured-show-grid-1 .owl-nav .owl-next .fa-chevron-right,
.featured-show-grid-2 .owl-nav .owl-next .fa-chevron-right,
.more-shows .owl-nav .owl-next .fa-chevron-right {
  color: #1a1f26;
  background: #f3c442;
  border-radius: 100px;
}
.featured-show-grid-1 .owl-nav .owl-prev .fa-chevron-left:hover,
.featured-show-grid-2 .owl-nav .owl-prev .fa-chevron-left:hover,
.more-shows .owl-nav .owl-prev .fa-chevron-left:hover,
.featured-show-grid-1 .owl-nav .owl-next .fa-chevron-right:hover,
.featured-show-grid-2 .owl-nav .owl-next .fa-chevron-right:hover,
.more-shows .owl-nav .owl-next .fa-chevron-right:hover,
.featured-show-grid-1 .owl-nav .owl-prev .fa-chevron-left:focus,
.featured-show-grid-2 .owl-nav .owl-prev .fa-chevron-left:focus,
.more-shows .owl-nav .owl-prev .fa-chevron-left:focus,
.featured-show-grid-1 .owl-nav .owl-next .fa-chevron-right:focus,
.featured-show-grid-2 .owl-nav .owl-next .fa-chevron-right:focus,
.more-shows .owl-nav .owl-next .fa-chevron-right:focus {
  color: #f3c442;
  background: #1a1f26;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.owl-nav {
  top: 20%;
}
@media only screen and (max-width: 400px) {
  .owl-nav {
    top: 15%;
  }
}
.owl-nav .owl-prev {
  margin-left: -3rem;
}
@media only screen and (max-width: 500px) {
  .owl-nav .owl-prev {
    margin-left: -1.5rem;
  }
}
.owl-nav .owl-next {
  margin-right: -3rem;
}
@media only screen and (max-width: 500px) {
  .owl-nav .owl-next {
    margin-right: -1.5rem;
  }
}
.more-shows .owl-nav {
  top: 8%;
}
.more-shows .owl-prev i {
  margin-left: -4rem;
}
@media only screen and (max-width: 500px) {
  .more-shows .owl-prev i {
    margin-right: -5rem;
  }
}
.more-shows .owl-next i {
  margin-right: -4rem;
}
@media only screen and (max-width: 500px) {
  .more-shows .owl-next i {
    margin-right: -1.5rem;
  }
}
.highlight-item-row {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 500px) {
  .highlight-item-row {
    margin-bottom: 3rem;
  }
}
.highlight-item-row .highlight-item-inner {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 500px) {
  .highlight-item-row .highlight-item-inner {
    margin-bottom: 3rem;
  }
}
.highlight-item-row .highlight-item-inner img {
  border: 6px solid #f3c442;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
}
.highlight-item-row .highlight-item-inner a {
  text-decoration: none;
  color: #fff;
  text-decoration: none;
}
.highlight-item-row .highlight-item-inner a:hover,
.highlight-item-row .highlight-item-inner a:focus {
  text-decoration: none;
}
.highlight-item-row .highlight-item-inner a:hover,
.highlight-item-row .highlight-item-inner a:focus {
  color: #f3c442;
}
.highlight-item-row .highlight-item-inner a:hover,
.highlight-item-row .highlight-item-inner a:focus {
  text-decoration: none;
}
.highlight-item-row .highlight-item-inner p {
  margin: 1.2rem 0 -0.7rem;
}
.highlight-item-row .highlight-item-inner .show-title {
  font-weight: 700;
}
.highlight-item-row .highlight-item-inner .show-time {
  color: #f3c442;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex-row-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 500px) {
  .flex-row-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-blockquote {
  color: #1a1f26;
  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;
  paddin: 0 6rem 2rem;
  text-align: center;
}
.content-blockquote-right {
  bottom: 0;
  right: 0;
}
.content-callout-section video {
  width: 100%;
  margin-top: 2rem;
}
.content-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .content-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3rem;
  }
}
.content-list-item-img,
.content-list-item-copy {
  width: 48.101265822785% /* 380/790 */;
}
@media only screen and (max-width: 767px) {
  .content-list-item-img,
  .content-list-item-copy {
    width: 100%;
  }
}
.content-list-item-img img,
.content-list-item-copy img {
  width: 100%;
  margin-bottom: 2rem;
}
.content-list-num {
  background-color: #1a1f26;
  color: #fff;
  display: block;
  font-size: 3.5rem;
  position: absolute;
  top: 0;
  padding: 3rem;
}
@media only screen and (max-width: 767px) {
  .content-list-num {
    font-size: 4rem;
    padding: 4rem;
  }
}
.content-page-header.content-grid,
.content-page-header .content-grid-item {
  margin-bottom: 0;
}
.content-page-header-img-wrapper {
  position: relative;
}
.content-header-photo-credit {
  position: absolute;
  background-color: rgba(0,0,0,0.478);
  color: #fff;
  font-size: 1.2rem;
  bottom: 0;
  padding: 0.2rem 1rem;
}
.byline {
  color: #d75229;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .byline {
    margin: 2rem 0 1rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .byline span {
    display: inline-block;
  }
}
.callout-button-container {
  margin-top: 5rem;
}
.inner-flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
.shows-grid .content-grid-item-3 {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .shows-grid .content-grid-item-3 {
    margin-bottom: 3rem;
  }
}
.shows-grid img {
  border-radius: 15px;
}
.shows-grid img:hover .shows-title a {
  text-decoration: none;
  color: #fff;
}
.shows-grid img:hover .shows-title a:hover,
.shows-grid img:hover .shows-title a:focus {
  text-decoration: none;
}
.shows-grid img:hover .shows-title a:hover,
.shows-grid img:hover .shows-title a:focus {
  color: #f3c442;
}
.shows-grid .shows-title {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  margin-top: 1rem;
}
.shows-grid .shows-title:hover,
.shows-grid .shows-title:focus {
  text-decoration: none;
}
.shows-grid .shows-title:hover,
.shows-grid .shows-title:focus {
  color: #f3c442;
}
.shows-grid a:hover .shows-title {
  color: #f3c442;
}
.now-next-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .now-next-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.now-next-list .list-item-wrapper {
  width: calc(100% / 3 - 2rem);
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .now-next-list .list-item-wrapper {
    width: 100%;
  }
}
.now-next-list .on-time {
  font-weight: bold;
  margin-bottom: 1rem;
}
.now-next-list h4 {
  color: #f3c442;
  margin-bottom: 1rem;
}
.now-next-list p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shows-title {
  text-decoration: none;
  color: #fff;
}
.shows-title:hover,
.shows-title:focus {
  text-decoration: none;
}
.shows-title:hover,
.shows-title:focus {
  color: #f3c442;
}
.shows-time {
  margin-bottom: 1.5rem;
}
.branding-block-limited {
  margin-bottom: 10rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.5rem 5rem 1.5rem 2.5rem;
  margin-bottom: 3rem;
  border-radius: 0 100px 100px 0;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.35);
  background: #323c48;
  border: 6px solid #f3c442;
}
@media only screen and (max-width: 500px) {
  .branding-block-limited {
    margin-bottom: 6rem;
  }
}
.branding-block-limited h2 {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 500px) {
  .branding-block-limited {
    margin-bottom: 3rem;
  }
}
.branding-block-limited h3,
.branding-block-limited p {
  margin: 0 0 1rem;
}
.binge-carousel {
  margin: 0;
  padding: 3rem 2rem 1rem 2.5rem;
}
.binge-carousel .result-item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .binge-carousel .result-item li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.binge-carousel .result-item li .column-left {
  width: 35%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .binge-carousel .result-item li .column-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.binge-carousel .result-item li .column-right {
  width: 65%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 767px) {
  .binge-carousel .result-item li .column-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.binge-carousel .binge-episode-time {
  width: 20%;
  margin: 0.5rem 0rem 0 0;
}
@media only screen and (max-width: 767px) {
  .binge-carousel .binge-episode-time {
    width: 100%;
  }
}
.binge-carousel .episode-wrapper {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .binge-carousel .episode-wrapper {
    width: 100%;
  }
}
.binge-carousel .episode-synopsis {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  margin-left: 1rem;
}
.binge-weekend span {
  font-weight: 400;
}
.schedule-listing-block {
  border-radius: 15px;
  border: 6px solid #f3c442;
}
.schedule-listing-block .schedule-listing-nav {
  background-color: #f3c442;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem 4rem 0.7rem;
}
@media only screen and (max-width: 767px) {
  .schedule-listing-block .schedule-listing-nav {
    padding: 0.5rem 1rem;
  }
}
.schedule-listing-block .schedule-listing-nav #displayed-date {
  color: #323c48;
  font-size: 3.5rem;
  margin: auto;
}
.schedule-listing-block .binge-control-wrap.schedule-listing-nav {
  padding-top: 2rem;
}
.schedule-listing-block .next-button,
.schedule-listing-block .prev-button {
  text-decoration: none;
  text-align: center;
}
.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: #d75229;
}
.schedule-listing-block .next-button i,
.schedule-listing-block .prev-button i {
  background-color: #d75229;
  color: #fff;
  font-size: 3rem;
  border-radius: 50px;
}
.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 {
  background: #fff;
  color: #d75229;
}
.schedule-listing-block .next-button p,
.schedule-listing-block .prev-button p {
  color: #323c48;
  font-weight: 700;
  margin: 0.5rem 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: #d75229;
  cursor: pointer;
}
.schedule-listing-block .next-button i {
  padding: 1.8rem 2.3rem 1.8rem 2.5rem;
}
@media only screen and (max-width: 500px) {
  .schedule-listing-block .next-button i {
    padding: 0.8rem 1.2rem 0.8rem 1.6rem;
  }
}
.schedule-listing-block .prev-button i {
  padding: 1.8rem 2.5rem 1.8rem 2.3rem;
}
@media only screen and (max-width: 500px) {
  .schedule-listing-block .prev-button i {
    padding: 0.8rem 1.6rem 0.8rem 1.2rem;
  }
}
.binge-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.binge-header {
  background-image: url("https://catchy-images.s3.amazonaws.com/binge_header_minus_talent_circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.binge-circle {
  float: right;
  padding-left: 55%;
  padding-right: 9.8%;
  padding-top: 2%;
  padding-bottom: 2%;
}
.specials-section-wrap .schedule-listing-block {
  margin-bottom: 4rem;
}
.video-icon {
  background-image: url("/images/video-play-icon-6.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.video-icon:hover,
.video-icon:focus {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
video {
  background-color: #000;
}
#tune-in-include-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #d75229;
  position: relative;
  border-radius: 15px;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  #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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  padding: 2rem;
}
#tune-in-include-wrapper .tune-in-image {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
@media only screen and (max-width: 1000px) {
  #tune-in-include-wrapper .tune-in-image {
    -webkit-box-flex: 45%;
        -ms-flex: 45%;
            flex: 45%;
  }
}
#tune-in-include-wrapper .tune-in-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px 0 0 15px;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  #tune-in-include-wrapper .tune-in-photo {
    border-radius: 15px 15px 0 0;
  }
}
#tune-in-include-wrapper .tune-in-heading {
  margin-bottom: 0;
}
#tune-in-include-wrapper .tune-in-heading a {
  text-decoration: none;
  color: #fff;
}
#tune-in-include-wrapper .tune-in-heading a:hover,
#tune-in-include-wrapper .tune-in-heading a:focus {
  text-decoration: none;
}
#tune-in-include-wrapper .tune-in-heading a:hover,
#tune-in-include-wrapper .tune-in-heading a:focus {
  color: #f3c442;
}
#tune-in-include-wrapper .tune-in-tagline {
  color: #f3c442;
  font-weight: 700;
  margin: 1rem 0 0;
}
.content-see-also h2 {
  color: #f3c442;
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
.content-see-also .content-see-also-img {
  background: #d75229;
  width: 50%;
  border-radius: 15px;
  float: left;
  margin: 0 2.5rem 1rem 0;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .content-see-also .content-see-also-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.content-see-also .content-see-also-img img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.content-see-also .content-see-also-img img:hover .content-see-also-overlay a {
  color: #f3c442;
}
.content-see-also .content-see-also-img a {
  text-decoration: none;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}
.content-see-also .content-see-also-img a:hover,
.content-see-also .content-see-also-img a:focus {
  text-decoration: none;
}
.content-see-also .content-see-also-img a:hover,
.content-see-also .content-see-also-img a:focus {
  text-decoration: none;
}
.content-see-also .content-see-also-img a:hover,
.content-see-also .content-see-also-img a:focus {
  color: #f3c442;
}
.content-see-also .content-see-also-img .content-see-also-overlay {
  padding: 1rem 2rem 2rem;
}
.page-link.active {
  color: #d75229;
}
.pagination {
  margin: 0 auto;
}
.pagination a {
  color: #fff;
  font-size: 3rem;
  margin: 0 1rem;
}
.wtw-subtitle {
  margin-bottom: 2rem;
}
.wtw-location-title {
  color: #f3c442;
  font-weight: 600;
}
.wtw-location-instruction {
  border-bottom: 3px solid #f3c442;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.wtw-zip-search form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 2px solid #f3c442;
  margin-right: 2rem;
}
@media only screen and (max-width: 500px) {
  .wtw-zip-search form {
    margin-bottom: 6rem;
    width: 100%;
  }
}
.wtw-zip-search input,
.wtw-zip-search button {
  display: block;
  background: none;
  border: none;
  height: 30px;
}
.wtw-zip-search input {
  color: #fff;
  font-size: 1.8rem;
  padding: 0 1rem 0.7rem;
  width: 375px;
  margin-bottom: 0;
  outline: none;
}
.wtw-zip-search button {
  color: #f3c442;
  border: none;
  font-size: 2rem;
  padding: 0;
}
.wtw-zip-search button i:hover,
.wtw-zip-search button i:focus {
  color: #d75229;
}
.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: #f3c442;
  color: #1a1f26;
  cursor: default;
}
.wtw-channel-list-line {
  position: absolute;
  right: 0;
  top: -28px;
  left: 64px;
  border-bottom: 1px solid #ddd;
  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.5rem;
}
.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;
  margin-bottom: 0.5rem;
  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 #f2c342;
  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:checked + label:after {
  content: '\2713';
  font-weight: 900;
  font-size: 4rem;
  position: absolute;
  left: 4px;
  top: 0;
  color: #fff;
}
.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: #323c48;
}
.wtw-tunein-select:not(:hover).wtw-odd-row label {
  color: #fff;
}
.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;
}
form input,
form textarea,
form label,
form select {
  border-radius: 5px;
}
form input,
form textarea,
form select {
  width: 100%;
  margin-bottom: 3rem;
}
form input,
form textarea {
  padding: 1rem;
}
form select {
  background-image: url("/images/select_arrow.png");
  background-position: 100%;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  padding: 0.5rem 1.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 45px;
  width: 100%;
  border-radius: 0;
}
form textarea {
  height: 100px;
}
form label,
form .register-email-form label,
form .form-error-mesg {
  font-weight: bold;
}
form label {
  margin-bottom: 1rem;
}
form select {
  height: 47px;
}
form .g-recaptcha {
  margin: 0 auto 3rem;
  width: 100%;
}
form .form-error-msg,
form label {
  margin: 0 0 0.5rem;
  display: block;
}
#main-content form button[type="submit"] {
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
  margin-bottom: 1rem;
  padding: 1.4rem 3rem 1.4rem;
  position: relative;
  display: inline-block;
  padding: 1.4rem 3rem 1.3rem;
  min-width: 200px;
  margin-top: 2rem;
  width: auto;
}
#main-content form button[type="submit"]:hover,
#main-content form button[type="submit"]:focus {
  text-decoration: none;
  cursor: pointer;
}
#main-content form button[type="submit"] i {
  vertical-align: middle;
  margin: -0.2rem 0 0 0.4rem;
  font-size: inherit;
}
.contact-form {
  min-width: 300px;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .contact-form {
    width: 100%;
  }
}
.contact-form input,
.contact-form textarea,
.contact-form label,
.contact-form select,
.contact-form .form-error-msg {
  display: block;
}
@media only screen and (max-width: 900px) {
  .contact-form input,
  .contact-form textarea,
  .contact-form label,
  .contact-form select,
  .contact-form .form-error-msg {
    width: 100%;
  }
}
.contact-form .contact-form-newsletter-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.contact-form .contact-form-newsletter-signup [type=checkbox] {
  height: 3rem;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.contact-form .contact-form-newsletter-signup label {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
.form-error-msg {
  color: #f00;
  font-size: 1.6rem;
}
.other-contact {
  float: right;
  line-height: 2.5rem;
}
.other-contact h3 {
  margin: 2rem 0 1rem;
}
.privacy-optout-form {
  max-width: 500px;
  margin-top: 2rem;
}
.success-message,
.error-message {
  margin-bottom: 2rem;
  padding: 2rem;
  text-align: center;
}
.success-message {
  background-color: #f3c442;
  color: #323c48;
}
.error-message {
  background-color: #f00;
  color: #fff;
}
.anchor-offset {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
#disqus_thread {
  margin: 30px 0;
}
.search-results-message {
  display: block;
  margin-bottom: 5rem;
}
.search-list-item {
  margin-bottom: 2rem;
}
.search-list-img {
  float: left;
  margin-right: 1.5rem;
  width: 20.408163265306% /* 200/980 */;
}
.search-list-desc h3,
.search-list-desc h3 a {
  margin-bottom: 5rem;
  color: #f3c442;
  line-height: 4rem;
}
@media only screen and (max-width: 500px) {
  .search-list-desc h3,
  .search-list-desc h3 a {
    margin-bottom: 3rem;
  }
}
.search-list-desc h3 a:hover,
.search-list-desc h3 a:focus {
  color: #d75229;
}
.search-nav-wrap {
  padding: 3rem 0 3rem;
}
.search-nav-wrap a {
  text-decoration: none;
  color: #fff;
  font-size: 2.4rem;
  text-decoration: none;
  width: 50%;
}
.search-nav-wrap a:hover,
.search-nav-wrap a:focus {
  text-decoration: none;
}
.search-nav-wrap a:hover,
.search-nav-wrap a:focus {
  color: #f3c442;
}
.search-nav-wrap a:hover,
.search-nav-wrap a:focus {
  color: #d75229;
}
.search-nav-previous {
  float: left;
}
.search-nav-next {
  float: right;
  text-align: right;
}
aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside li {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 500px) {
  aside li {
    margin-bottom: 4rem;
  }
}
aside .newsletter .newsletter-signup-wrap,
aside .newsletter .newsletter-signup-fields button {
  width: 100%;
}
aside .newsletter .newsletter-signup-wrap {
  padding: 0;
}
aside .newsletter .newsletter-signup-fields button {
  position: relative;
}
aside .newsletter-signup-fields input {
  margin-bottom: 2rem;
}
aside .now-next,
aside .on-next {
  width: 100%;
  border: none;
}
aside .now-next-full {
  border-radius: 15px;
  padding: 3rem 0 1rem;
  border: none;
}
aside .now-next-full .now-next.on-now {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2rem 3rem 1.5rem 1.5rem;
}
aside .now-next-full .now-next h4 {
  margin-bottom: 0.5rem;
}
aside .now-next-full .on-next {
  width: 100%;
}
aside .now-next-full .now-next-show {
  margin-bottom: 0;
}
aside .now-next-full,
aside .now-next-full .now-next-wrap,
aside .now-next-full .now-next-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
aside .schedule-full {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0 0;
}
aside .schedule-full .btn-primary {
  min-width: 250px;
  margin-bottom: 3rem;
}
aside .content-grid .content-grid-item {
  margin-bottom: 0;
}
.catchy-binge-sidebar {
  background: #d75229;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 1.5rem;
  border-radius: 0 0 15px 15px;
}
.catchy-binge-sidebar .logo {
  width: 175px;
  margin-bottom: 1rem;
}
.catchy-binge-sidebar h1 {
  font-size: 3rem;
  line-height: 3.4rem;
  text-transform: uppercase;
}
.catchy-binge-sidebar h4 {
  color: #f3c442;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.catchy-binge-sidebar h5 {
  text-transform: uppercase;
}
.catchy-binge-sidebar .btn {
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
  margin-bottom: 1rem;
  padding: 1.4rem 3rem 1.4rem;
  position: relative;
  display: inline-block;
  padding: 1.4rem 3rem 1.3rem;
  min-width: 200px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
  margin-bottom: 1rem;
  padding: 1.4rem 3rem 1.4rem;
  position: relative;
  border: 2px solid;
  background-color: #323c48;
  color: #fff;
  border: none;
}
.catchy-binge-sidebar .btn:hover,
.catchy-binge-sidebar .btn:focus {
  text-decoration: none;
  cursor: pointer;
}
.catchy-binge-sidebar .btn i {
  vertical-align: middle;
  margin: -0.2rem 0 0 0.4rem;
  font-size: inherit;
}
.catchy-binge-sidebar .btn:hover,
.catchy-binge-sidebar .btn:focus {
  text-decoration: none;
  cursor: pointer;
}
.catchy-binge-sidebar .btn i {
  vertical-align: middle;
  margin: -0.2rem 0 0 0.4rem;
  font-size: inherit;
}
.catchy-binge-sidebar .btn:hover,
.catchy-binge-sidebar .btn:focus {
  background-color: #fff;
  color: #323c48;
}
.side-store-products-section {
  background: #f3c442;
  border-radius: 15px;
  padding: 3rem 2rem;
}
.side-store-products-section .side-store-products .owl-nav {
  position: absolute;
  top: 25%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0;
}
.side-store-products-section .side-store-products .owl-nav .owl-prev .fa-chevron-left,
.side-store-products-section .side-store-products .owl-nav .owl-next .fa-chevron-right {
  color: #1a1f26;
  font-size: 3.4rem;
}
.side-store-products-section .side-store-products .owl-nav .owl-prev .fa-chevron-left:hover,
.side-store-products-section .side-store-products .owl-nav .owl-next .fa-chevron-right:hover,
.side-store-products-section .side-store-products .owl-nav .owl-prev .fa-chevron-left:focus,
.side-store-products-section .side-store-products .owl-nav .owl-next .fa-chevron-right:focus {
  color: #d75229;
}
.side-store-products-section .side-store-products .owl-nav .owl-prev .fa-chevron-left {
  margin-left: -1.2rem;
}
.side-store-products-section .side-store-products .owl-nav .owl-next .fa-chevron-right {
  margin-right: -1.2rem;
}
.side-store-products-section .side-store-product-item {
  color: #323c48;
  margin-bottom: 2rem;
}
.side-store-products-section .side-store-product-item a {
  text-decoration: none;
}
.side-store-products-section .side-store-product-item a:hover,
.side-store-products-section .side-store-product-item a:focus {
  text-decoration: none;
}
.side-store-products-section .side-store-product-item img {
  padding: 0 2.5rem;
  margin-bottom: 1rem;
  border-radius: 100%;
}
.side-store-products-section .side-store-product-item .product-title {
  color: #323c48;
  font-weight: 700;
}
.side-store-products-section .side-store-product-item .product-title:hover,
.side-store-products-section .side-store-product-item .product-title:focus {
  color: #d75229;
}
.side-store-products-section .side-store-product-item .product-price {
  font-weight: 400;
}
.sidebar-related-trending .content-grid {
  margin-bottom: 3rem;
}
footer {
  background: #1a1f26;
  padding: 5rem 0 4rem;
  text-align: center;
  clear: both;
}
footer ul li a {
  color: #f3c442;
  text-decoration: none;
}
footer ul li a:hover,
footer ul li a:focus {
  color: #d75229;
  text-decoration: none;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2rem;
}
footer ul li {
  font-size: 2.2rem;
  display: inline-block;
  margin: 0 1.5rem 2rem;
}
footer ul:first-child {
  margin-left: 0;
}
.footer-disclaimer li a {
  color: #fff;
}
footer .leaderboard-wrap {
  margin-bottom: 3rem;
}
.copyright {
  color: #fff;
  font-size: 1.6rem;
}

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