/* Scss Document */
/* PixelSpectrum Colors */
/* White, Gray, Black Scales */
/* Brand Classes */
@import url("https://use.typekit.net/bwx5ziq.css");
.rln-blue {
  color: #3097d6; }

.rln-orange {
  color: #ff5b1a; }

.rln-green {
  color: #89af2c; }

.rln-gray {
  color: #83786f; }

.white {
  color: #FFFFFF; }

.txl {
  text-align: left; }

.txc {
  text-align: center; }

.txr {
  text-align: right; }

.txj {
  text-align: justify; }

.p0 {
  padding: 0px; }

.pl0 {
  padding-left: 0px; }

.pr0 {
  padding-right: 0px; }

.mt0 {
  margin-top: 0px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt60 {
  margin-top: 60px; }

.mt90 {
  margin-top: 90px; }

.mt120 {
  margin-top: 120px; }

.mb0 {
  margin-bottom: 0px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb60 {
  margin-bottom: 60px; }

.mb90 {
  margin-bottom: 90px; }

.mb120 {
  margin-bottom: 120px; }

.mb-90 {
  margin-bottom: -90px; }

.pt0 {
  padding-top: 0px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt60 {
  padding-top: 60px; }

.pt90 {
  padding-top: 90px; }

.pt120 {
  padding-top: 120px; }

.pb0 {
  padding-bottom: 0px; }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.pb60 {
  padding-bottom: 60px; }

.pb90 {
  padding-bottom: 90px; }

.pb120 {
  padding-bottom: 120px; }

.my0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.my20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.my30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.my40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.my60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.my90 {
  margin-top: 90px;
  margin-bottom: 90px; }

.my120 {
  margin-top: 120px;
  margin-bottom: 120px; }

.py0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.py20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.py30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.py60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.py90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.py120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.fxl {
  font-size: 6.45vw; }

.fxl- {
  font-size: 6.3vw; }

.fxl-- {
  font-size: 6.1vw; }

.fs16 {
  font-size: 1.000rem; }

.fs21 {
  font-size: 1.313em; }

.fs24 {
  font-size: 1.500em; }

.fs25 {
  font-size: 1.563em; }

.fs26 {
  font-size: 1.625em; }

.fs28 {
  font-size: 1.750em; }

.fs30 {
  font-size: 1.875em; }

.fs32 {
  font-size: 2.000em; }

.fs36 {
  font-size: 2.250em; }

.fs42 {
  font-size: 2.625em; }

.fs44 {
  font-size: 2.750em; }

.fs48 {
  font-size: 3.000em; }

.fs54 {
  font-size: 3.375em; }

.fs60 {
  font-size: 3.750em; }

.fw100 {
  font-weight: 100; }

.fw200 {
  font-weight: 200; }

.fw300 {
  font-weight: 300; }

.fw400 {
  font-weight: 400; }

.fw500 {
  font-weight: 500; }

.fw600 {
  font-weight: 600; }

.fw700 {
  font-weight: 700; }

.fw800 {
  font-weight: 800; }

.fw900 {
  font-weight: 900; }

.lh24 {
  line-height: 1.500em; }

.lh28 {
  line-height: 1.750em; }

.lh32 {
  line-height: 2.000em; }

.lh36 {
  line-height: 2.250em; }

.lh40 {
  line-height: 2.500em; }

.lh60 {
  line-height: 3.750em; }

.regular {
  font-weight: normal; }

.col-no-MGR {
  margin-right: 0px;
  padding-right: 0px; }

.col-rPAD {
  padding-left: 0px;
  padding-right: 20px; }

.col-lPAD {
  padding-left: 20px;
  padding-right: 0px; }

.nin {
  visibility: hidden; }

html, body {
  margin: 0;
  height: 100%; }

html {
  overflow: hidden; }

body {
  background: #FFFFFF;
  padding-top: 80px;
  font-size: 16px;
  letter-spacing: 1px;
  overflow: auto;
  overflow-x: hidden;
  color: #1E1B19; }
  body.syndicated {
    padding-top: 80px; }
  body.OnAir {
    background: #100C08; }
  body.custom-background {
    background: #FFFFFF; }

a {
  color: #3097d6; }

.modal {
  z-index: 25000;
  margin-top: 84px; }
  .modal .modal-dialog, .modal .modal-content {
    height: 90%; }
    .modal .modal-dialog .modal-body, .modal .modal-content .modal-body {
      max-height: 78%;
      overflow-y: scroll; }
    .modal .modal-dialog .modal-footer, .modal .modal-content .modal-footer {
      height: 65px; }

.btn {
  background-color: #83786f;
  color: #FFFFFF;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 16px 32px;
  font-family: "rajdhani", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #FFFFFF;
  border-radius: 9px;
  font-size: 2rem;
  font-weight: bold; }
  .btn:hover {
    color: #3D342D;
    border: 1px solid #FFFFFF;
    text-decoration: none !important; }
  .btn.btn-primary {
    background-color: #3097d6; }
    .btn.btn-primary:hover {
      background-color: #83786f;
      color: #FFFFFF; }
  .btn.btn-secondary {
    background-color: #ff5b1a; }
    .btn.btn-secondary:hover {
      background-color: #83786f;
      color: #FFFFFF; }
  .btn.btn-tertiary {
    background-color: #89af2c; }
    .btn.btn-tertiary:hover {
      background-color: #83786f;
      color: #FFFFFF; }
  .btn.btn-white {
    background-color: #090604;
    border: 2px solid #FFFFFF;
    color: #FFFFFF; }
    .btn.btn-white:hover {
      background-color: #090604;
      border: 2px solid #FFFFFF;
      color: #FFFFFF; }
  .btn.btn-pad {
    margin-top: 12px;
    margin-bottom: 54px; }
  .btn.btn-topped {
    margin-top: 36px; }
  .btn.btn-sm {
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 1.2rem; }
  .btn.btn-wm {
    width: 100%; }

.btn-spacer {
  display: inline-block;
  width: 36px; }

h1, h2, h3, h4, h5 {
  font-family: "rajdhani", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1 {
  font-size: 2.313em;
  font-weight: 400;
  line-height: 1.438em;
  color: #3097d6; }

h2 {
  font-size: 2.063em;
  font-weight: 400;
  line-height: 1.438em;
  color: #3097d6; }
  h2 span {
    font-weight: 700; }
    h2 span.border-rt {
      border-right: 1px solid #3097d6;
      padding-right: 10px; }

h3 {
  font-size: 1.813em;
  font-weight: 600;
  line-height: 1.438em;
  color: #3097d6; }

h4 {
  font-size: 1.563em;
  font-weight: 500;
  line-height: 1.438em;
  color: #3097d6; }

h5 {
  font-size: 1.313em;
  font-weight: 700;
  line-height: 1.313em;
  color: #3097d6; }

.body-flow {
  margin-bottom: -10px; }

.cform {
  text-shadow: none;
  text-align: center;
  margin-top: 3rem;
  border: 0px; }
  .cform form {
    margin: 3rem 0 5rem 0; }
    .cform form .captcha {
      margin-top: 2rem; }
      .cform form .captcha img {
        width: 21%; }
  .cform h2 {
    font-weight: 300;
    color: #000000; }
  .cform input,
  .cform textarea {
    border: 0px;
    border-bottom: 1px solid #000000;
    background: transparent none;
    width: 100%;
    padding: 1rem 0;
    margin: 1rem 0;
    color: #1E1B19; }
  .cform #sendmessage {
    background-color: #3097d6;
    font-weight: 700;
    margin: 2em 0;
    color: #FFFFFF;
    border: 0px; }

/* /cform */
form input,
form .form-control {
  border-color: #685443; }

.notif {
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  padding: 3rem 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0; }
  .notif .wrapinner {
    box-shadow: 0 0 40px #100C08;
    border-radius: .65rem;
    background: #FFFFFF;
    display: block;
    margin: 0 auto;
    padding: 3rem;
    width: 60%; }
    .notif .wrapinner h3 {
      text-transform: uppercase;
      text-align: center;
      font-size: 2.625vw;
      font-weight: 300;
      margin: 0 0 30px; }
    .notif .wrapinner p {
      text-align: center;
      font-weight: 300;
      font-size: 16px;
      color: #484848; }
    .notif .wrapinner .atag {
      margin: 30px 0 0; }
      .notif .wrapinner .atag a {
        text-transform: uppercase;
        text-decoration: none;
        background: #3097d6;
        text-align: center;
        border-radius: 4px;
        font-weight: 700;
        font-size: 18px;
        display: block;
        margin: 0 auto;
        padding: 10px;
        color: #FFFFFF;
        width: 200px; }
        .notif .wrapinner .atag a:hover {
          background: #ff5b1a; }
    .notif .wrapinner .mainbox {
      display: none; }
      .notif .wrapinner .mainbox.openbox {
        display: block; }
      .notif .wrapinner .mainbox.success h3 {
        color: #89af2c; }
      .notif .wrapinner .mainbox.success .atag a.closepopup {
        background: #89af2c; }
      .notif .wrapinner .mainbox.errorsubmission h3 {
        color: #ff5b1a; }
      .notif .wrapinner .mainbox.errorsubmission .atag a.closepopup {
        background: #ff5b1a; }
      .notif .wrapinner .mainbox.errorcaptcha h3 {
        color: #3097d6; }
      .notif .wrapinner .mainbox.errorcaptcha .atag a.closepopup {
        background: #3097d6; }

/* /notif */
.notifopen {
  transition: all 0.3s ease-in-out;
  z-index: 9999999;
  opacity: 1; }

header {
  box-shadow: 0 0 18px #000000;
  background: #FFFFFF;
  position: fixed;
  z-index: 24000;
  display: block;
  height: 120px;
  width: 100%;
  top: 0;
  left: 0; }
  header .row-top {
    padding: 0.8rem 5%;
    width: 100%;
    margin: 0; }
    header .row-top a.logo {
      background: #FFFFFF;
      height: 100px; }
      header .row-top a.logo img {
        margin-left: 4px;
        margin-top: 0px; }
    header .row-top .hdr-watch-now {
      margin: 2.5rem .5rem 0;
      display: block;
      float: right;
      height: 30px; }
    header .row-top .menu-square {
      display: block;
      float: right;
      width: 72px;
      top: 72px;
      margin: 4px 4px 0 0; }
    header .row-top .btn-group.btn-navigation button {
      border: 0px;
      background: #FFFFFF;
      border-radius: 0px;
      padding: 2rem; }
      header .row-top .btn-group.btn-navigation button i img {
        margin: 0; }
      header .row-top .btn-group.btn-navigation button:hover {
        background: #ececec; }
    header .row-top .btn-group.btn-navigation.open {
      background: #ececec; }
      header .row-top .btn-group.btn-navigation.open button {
        background: #ececec; }
      header .row-top .btn-group.btn-navigation.open .dropdown-toggle {
        border-color: #3097d6;
        color: #3097d6; }
      header .row-top .btn-group.btn-navigation.open .dropdown-menu {
        position: absolute !important;
        font-family: "rajdhani", "Helvetica Neue", Helvetica, Arial, sans-serif;
        border: 1px solid #FFFFFF;
        background: #89af2c;
        left: auto !important;
        border-radius: 0px;
        color: #3097d6;
        overflow: hidden;
        padding: 0px;
        right: -2px; }
        header .row-top .btn-group.btn-navigation.open .dropdown-menu a {
          text-transform: uppercase;
          border: 1px solid #FFFFFF;
          text-align: center;
          font-size: 1.5rem;
          font-weight: 700;
          min-width: 200px;
          max-width: 320px;
          text-align: left;
          padding: 20px;
          color: #FFFFFF; }
          header .row-top .btn-group.btn-navigation.open .dropdown-menu a:hover, header .row-top .btn-group.btn-navigation.open .dropdown-menu a.active {
            color: #FFFFFF;
            background: #ff5b1a; }
        header .row-top .btn-group.btn-navigation.open .dropdown-menu li:first-child a {
          border-top: 0px solid #FFFFFF; }
  header .divider.divider-header {
    bottom: 0px; }

.hero-anchor {
  padding-bottom: 100px; }

.hero {
  margin: 0;
  padding: 0;
  line-height: 24px;
  min-height: 250px;
  width: 100%;
  border-bottom: 1px solid #3D342D;
  box-shadow: 0 6px 12px -4px #83786f; }
  .hero.hero-home {
    background: url(/img/hero-film.jpg) #000 center right repeat-x;
    background-size: cover;
    border-bottom: 4px solid #FFFFFF;
    margin-top: 40px;
    height: 880px; }
    .hero.hero-home .carousel {
      overflow: hidden; }
      .hero.hero-home .carousel .item {
        position: relative;
        height: 880px;
        width: 100%; }
        .hero.hero-home .carousel .item.two {
          background-color: #090604; }
          .hero.hero-home .carousel .item.two video {
            object-fit: cover;
            position: absolute;
            height: 880px;
            width: 100%;
            left: 0;
            top: 0;
            opacity: .25;
            z-index: 9; }
  .hero.hero-onair {
    background: url(/img/hero-onair.jpg) center top no-repeat;
    height: auto !important;
    background-size: cover;
    min-height: 250px;
    padding-left: 4%;
    color: #FFFFFF; }
    .hero.hero-onair h1 {
      line-height: 1.150em; }
    .hero.hero-onair h4 {
      color: #FFFFFF; }
  .hero.hero-multiplex {
    background: url(/img/hero-multiplex.jpg) center bottom repeat-x;
    background-size: cover;
    height: 450px; }
  .hero.hero.hero-about {
    background-color: #090604;
    position: relative;
    min-height: 500px;
    overflow: hidden; }
    .hero.hero.hero-about h1 {
      text-shadow: 0 0 8px #090604;
      padding: 14rem 20% 0;
      position: relative;
      text-align: center;
      line-height: 100%;
      font-size: 10rem;
      color: #FFFFFF; }
    .hero.hero.hero-about video {
      position: absolute;
      opacity: .42;
      width: 100%;
      top: -10rem; }
    .hero.hero.hero-about p {
      line-height: 120%;
      text-shadow: 0 0 12px rgba(255, 255, 255, 0.65); }
  .hero.hero.hero-contact {
    background: url(/img/hero-contact.jpg) #000000 center center repeat-x;
    background-size: cover;
    height: 380px; }
  .hero.hero-segments {
    background: #1E1B19;
    position: relative;
    height: 596px; }
    .hero.hero-segments .col-video-play {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: calc(100% - 204px); }
    .hero.hero-segments .col-adsect {
      position: absolute;
      display: block;
      width: 200px;
      right: 0;
      top: 0; }
      .hero.hero-segments .col-adsect a {
        display: block; }
        .hero.hero-segments .col-adsect a:last-of-type {
          margin-top: -28px; }
    .hero.hero-segments-pl {
      border-bottom: 4px solid #1E1B19;
      background: transparent;
      height: 100%;
      width: 100%;
      position: relative;
      display: flex;
      box-shadow: none; }
      .hero.hero-segments-pl .col-video-play {
        border-right: 4px solid #1E1B19;
        display: inline-flex;
        background: transparent;
        min-height: 600px;
        max-height: 600px;
        height: 100%;
        width: 75%;
        overflow: hidden; }
      .hero.hero-segments-pl .col-adsect {
        width: calc(25% - 1px);
        overflow: hidden;
        max-height: 600px;
        max-width: 25%; }
        .hero.hero-segments-pl .col-adsect .playlist {
          min-height: 55%;
          display: block;
          width: 100%;
          overflow-x: hidden;
          overflow-y: auto;
          color: #83786f; }
          .hero.hero-segments-pl .col-adsect .playlist .pl-scroll .pl-item {
            border-bottom: 1px solid #3D342D;
            padding: 10px; }
            .hero.hero-segments-pl .col-adsect .playlist .pl-scroll .pl-item a,
            .hero.hero-segments-pl .col-adsect .playlist .pl-scroll .pl-item a h5,
            .hero.hero-segments-pl .col-adsect .playlist .pl-scroll .pl-item a i {
              color: #83786f; }
            .hero.hero-segments-pl .col-adsect .playlist .pl-scroll .pl-item a {
              font-weight: 300;
              font-size: 1.000rem;
              line-height: 120%;
              clear: both;
              display: block; }
              .hero.hero-segments-pl .col-adsect .playlist .pl-scroll .pl-item a i.pi {
                display: inline-block;
                font-size: 3.500em;
                vertical-align: top;
                padding-right: 10px; }
              .hero.hero-segments-pl .col-adsect .playlist .pl-scroll .pl-item a span {
                display: inline-block;
                max-width: 78.5%; }
                .hero.hero-segments-pl .col-adsect .playlist .pl-scroll .pl-item a span h5 {
                  font-size: 1.000rem; }
                .hero.hero-segments-pl .col-adsect .playlist .pl-scroll .pl-item a span .author,
                .hero.hero-segments-pl .col-adsect .playlist .pl-scroll .pl-item a span .channel {
                  white-space: nowrap;
                  text-overflow: ellipsis;
                  overflow: hidden; }
                .hero.hero-segments-pl .col-adsect .playlist .pl-scroll .pl-item a span .author {
                  font-size: 0.875rem; }
                .hero.hero-segments-pl .col-adsect .playlist .pl-scroll .pl-item a span .channel {
                  font-size: 0.750rem; }
                .hero.hero-segments-pl .col-adsect .playlist .pl-scroll .pl-item a span p,
                .hero.hero-segments-pl .col-adsect .playlist .pl-scroll .pl-item a span h5 {
                  margin-bottom: 1px; }
          .hero.hero-segments-pl .col-adsect .playlist .pi-scroll .pl-item:hover a, .hero.hero-segments-pl .col-adsect .playlist .pi-scroll .pl-item:hover a i, .hero.hero-segments-pl .col-adsect .playlist .pi-scroll .pl-item:hover a h5 {
            color: #89af2c; }
          .hero.hero-segments-pl .col-adsect .playlist .pi-scroll .pl-item.active {
            background-color: #000000;
            position: relative; }
            .hero.hero-segments-pl .col-adsect .playlist .pi-scroll .pl-item.active a,
            .hero.hero-segments-pl .col-adsect .playlist .pi-scroll .pl-item.active a h5,
            .hero.hero-segments-pl .col-adsect .playlist .pi-scroll .pl-item.active a i {
              color: #FFFFFF !important; }
            .hero.hero-segments-pl .col-adsect .playlist .pi-scroll .pl-item.active:after {
              content: 'Playing Now';
              position: absolute;
              color: #3097d6;
              font-size: 9px;
              height: 100%;
              right: 10px;
              top: 48%; }
        .hero.hero-segments-pl .col-adsect:after {
          content: 'Playing Now';
          position: absolute;
          color: #3097d6;
          font-size: 9px;
          height: 100%;
          right: 10px;
          top: 48%; }
        .hero.hero-segments-pl .col-adsect .pl-ad {
          position: absolute;
          bottom: 0px; }
          .hero.hero-segments-pl .col-adsect .pl-ad a {
            display: block;
            clear: both; }
            .hero.hero-segments-pl .col-adsect .pl-ad a img {
              width: 100%; }
  .hero.hero-channels {
    background: url(/img/hero-channels.jpg) #000 center right repeat-x;
    background-size: cover;
    height: 450px; }
  .hero.hero-contact {
    background: url(/img/hero-contact.jpg) #000 center center repeat-x;
    background-size: cover;
    height: 250px; }

.channels-ql {
  position: absolute;
  top: 0px;
  left: -2rem;
  width: 180px;
  z-index: 19000; }
  .channels-ql .list {
    background: rgba(30, 27, 25, 0.95);
    min-height: 600px;
    max-height: 600px;
    width: 100%;
    color: #FFFFFF;
    margin-left: -172px;
    transition: .5s; }
    .channels-ql .list.in {
      margin-left: 2rem;
      transition: .5s; }
    .channels-ql .list a {
      border-bottom: 2px solid #000000;
      line-height: 125%;
      color: #FFFFFF;
      display: flex;
      padding: 7px;
      width: 100%; }
      .channels-ql .list a i, .channels-ql .list a span {
        display: inline-flex;
        opacity: .13; }
      .channels-ql .list a i {
        padding: 1rem; }
      .channels-ql .list a span {
        padding: 1rem 0; }
      .channels-ql .list a.onair i, .channels-ql .list a.onair span, .channels-ql .list a.cta i, .channels-ql .list a.cta span {
        display: inline-flex;
        color: #3097d6;
        opacity: 1.00; }
      .channels-ql .list a:hover {
        text-decoration: none;
        color: #89af2c; }
    .channels-ql .list .pi,
    .channels-ql .list .info {
      display: inline-block; }
    .channels-ql .list .pi {
      font-size: 2.300rem; }
    .channels-ql .list .info {
      max-width: 74%; }
      .channels-ql .list .info bdi,
      .channels-ql .list .info p {
        display: block; }
      .channels-ql .list .info bdi {
        font-size: 0.875rem;
        font-weight: 700;
        margin-bottom: 0px; }
      .channels-ql .list .info p {
        line-height: 150%;
        font-size: 0.625rem;
        margin-top: -1px;
        margin-bottom: 0px; }
    .channels-ql .list .cta {
      padding: 1rem 2rem;
      display: block; }
      .channels-ql .list .cta h5 {
        color: #FFFFFF;
        font-size: 1.125rem;
        margin-bottom: 0px;
        margin-top: 0px;
        font-weight: 500; }
        .channels-ql .list .cta h5:hover {
          color: #89af2c; }
      .channels-ql .list .cta p {
        line-height: 150%;
        font-size: 1rem;
        margin-bottom: 0px; }
        .channels-ql .list .cta p u {
          color: #ff5b1a; }
  .channels-ql .mvch-btn {
    background: #1E1B19;
    color: #FFFFFF;
    font-size: 0.750em;
    width: calc(100% + 2rem);
    text-align: center;
    padding: 2px 0;
    font-weight: 200;
    border-radius: 0px 0px 9px 0px;
    cursor: pointer; }
    .channels-ql .mvch-btn.in {
      background: #000000; }
    .channels-ql .mvch-btn bdi {
      font-weight: 700; }
    .channels-ql .mvch-btn i {
      display: none; }
      .channels-ql .mvch-btn i.in {
        display: inline-block; }

main {
  /*padding: 0 8%;*/
  min-height: 90%; }
  main .pod {
    padding: 0 8%; }
    main .pod.pod-dexterity h5 {
      font-size: 1.000em;
      font-weight: bold;
      color: #3D342D;
      margin-bottom: 0px; }
    main .pod.pod-dexterity p {
      font-size: 0.813em; }
  main .block-it {
    display: block !important;
    clear: both !important; }
  main .pi-energy {
    margin: 116px 0 0 0px; }
  main .inner-box {
    padding: 0 5%; }
  main .doctrinal-statement .subtitle {
    font-family: "rajdhani", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 2.5rem; }
  main .doctrinal-statement .verbiage {
    font-size: 1.75rem; }
  main .doctrinal-statement .verse {
    font-size: 1.5rem;
    margin-top: 2rem;
    color: #83786f; }
  main .sect {
    width: 100%;
    position: relative; }
    main .sect.sect-pad {
      margin-bottom: 10rem;
      padding: 5rem 10%; }
    main .sect.sect-red {
      background: url(/img/texture-red.png) top center repeat;
      margin-top: 1px;
      margin-bottom: 1px;
      color: #FFFFFF;
      min-height: 100px; }
      main .sect.sect-red .abyss {
        position: absolute;
        bottom: 0px;
        right: 0px; }
    main .sect.sect-blue {
      background-image: url("/img/hero-atmosphere-lg.jpg");
      background-position: center top;
      background-repeat: no-repeat;
      background-color: #000000;
      background-size: 100%;
      line-height: 250%;
      text-align: center;
      margin-top: 1px;
      margin-bottom: 1px;
      min-height: 100px;
      color: #FFFFFF;
      clear: left; }
      main .sect.sect-blue h2 {
        font-size: 2.75vw;
        color: #FFFFFF; }
      main .sect.sect-blue p {
        margin: 2rem auto;
        font-size: 1.5vw;
        width: 70%; }
    main .sect.sect-green {
      background-image: url("/img/hero-call-for-entries.jpg");
      background-position: left bottom;
      background-repeat: no-repeat;
      background-size: 100%;
      background-color: #FFFFFF;
      text-align: center;
      margin-bottom: 1px;
      margin-top: 1px;
      min-height: 100px;
      clear: left; }
      main .sect.sect-green h2 {
        font-size: 2.75vw; }
      main .sect.sect-green p {
        font-size: 1.5vw;
        line-height: 200%;
        color: #3D342D; }
      main .sect.sect-green h3 {
        font-weight: normal; }
    main .sect.sect-orange {
      background-image: url("/img/rln-crusader.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      margin-top: 1px;
      margin-bottom: 1px;
      min-height: 100px;
      text-align: center;
      color: #1E1B19;
      clear: left; }
      main .sect.sect-orange h2 {
        font-size: 60px;
        color: #ff5b1a; }
      main .sect.sect-orange p {
        margin: 2rem auto;
        line-height: 250%;
        font-size: 1.5vw;
        width: 70%; }
      main .sect.sect-orange .follow {
        text-align: center; }
    main .sect.sect-gray {
      background: #83786f;
      margin-top: 1px;
      margin-bottom: 1px;
      min-height: 100px;
      clear: left; }
    main .sect.sect-border-bttm {
      border-bottom: 1px solid #3D342D; }
    main .sect.sect-resurection-movie img {
      width: 100%; }
    main .sect.sect-one-stop {
      background-color: #050504;
      text-align: center;
      margin-top: .5rem;
      padding: 13rem 0;
      color: #FFFFFF; }
      main .sect.sect-one-stop img {
        height: 120px; }
      main .sect.sect-one-stop h2, main .sect.sect-one-stop h3 {
        color: #FFFFFF; }
      main .sect.sect-one-stop h3 {
        padding: 2rem 20%; }
    main .sect.sect-suite {
      padding: 7rem 5%; }
      main .sect.sect-suite .suite-option {
        background-color: #090604;
        vertical-align: middle;
        padding: 5rem 5rem;
        text-align: center;
        min-height: 240px;
        color: #FFFFFF; }
      main .sect.sect-suite h3 {
        color: #090604; }
    main .sect.sect-how-what {
      background-color: #090604;
      margin-top: .5rem;
      color: #FFFFFF; }
      main .sect.sect-how-what .blurb {
        display: inline-block;
        padding: 7rem 7%;
        max-height: 50vw;
        width: 49.7%; }
        main .sect.sect-how-what .blurb h2 {
          color: #FFFFFF; }
      main .sect.sect-how-what .img {
        display: inline-block;
        max-height: 50vw;
        overflow: hidden;
        width: 49.7%; }
        main .sect.sect-how-what .img img {
          width: 100%; }
      main .sect.sect-how-what.one .blurb {
        float: left; }
      main .sect.sect-how-what.two .blurb {
        float: right; }
    main .sect.sect-remnant-app {
      background: url("/img/atmosphere-bg-01.jpg") no-repeat center center;
      background-size: cover;
      text-align: center;
      padding: 13rem 10%;
      min-height: 400px;
      color: #FFFFFF; }
      main .sect.sect-remnant-app h3 {
        font-weight: 400; }
      main .sect.sect-remnant-app .qpoints {
        font-family: "rajdhani", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500;
        display: inline-block;
        margin: 5rem auto;
        text-align: left; }
      main .sect.sect-remnant-app .btn {
        font-size: 3rem; }
        main .sect.sect-remnant-app .btn:hover {
          background-color: #FFFFFF;
          color: #090604; }
    main .sect .img-dd {
      margin-top: -28px; }
  main .social-media {
    width: 4.5%;
    background: #1E1B19;
    border-radius: 10px 0 0 10px;
    padding: 10px 7px;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 200px;
    border: 1px solid #FFFFFF;
    border-right: 0px;
    z-index: 18000;
    text-align: center; }
    main .social-media .on {
      color: #FFFFFF;
      margin: -2px 0 0;
      font-size: 0.438em;
      display: block;
      text-transform: uppercase; }
    main .social-media .pxspectrum {
      margin-bottom: 5px; }
    main .social-media div {
      display: inline-block; }
    main .social-media .stalker-media {
      color: #685443;
      text-align: center;
      font-size: 0.500em;
      text-transform: uppercase;
      float: right;
      width: 28%;
      display: none;
      margin-right: -3px;
      padding-top: 10px; }
    main .social-media .stalker-icons {
      float: left;
      width: 100%; }
    main .social-media a {
      margin: 18px 0;
      display: block; }
      main .social-media a:first-child {
        margin-top: 0px; }
      main .social-media a:last-child {
        margin-bottom: 0px; }
    main .social-media:hover {
      width: 6%; }
      main .social-media:hover .stalker-media {
        display: block; }
      main .social-media:hover .stalker-icons {
        width: 62%; }

.item.one {
  vertical-align: middle; }
  .item.one video.Remnant-TS {
    vertical-align: middle;
    margin-top: -6%;
    width: 100%; }

/*** TEMPORARY STYLES ***/
.col-selection {
  margin: 20px 0;
  color: #83786f; }
  .col-selection h5 {
    color: #83786f; }
  .col-selection a {
    color: #83786f;
    line-height: .750em; }
  .col-selection img {
    width: 100%; }
  .col-selection dl {
    font-size: 0.750em;
    margin-top: -10px; }
  .col-selection .channel {
    padding-left: 24px;
    background-size: contain; }
    .col-selection .channel.channel-video {
      background: url(../img/channels/icn-music-video.svg) no-repeat left center; }

.channel-lineup img {
  margin: 0 12px 4px 0; }

.contact-section {
  background-color: #FFFFFF;
  color: #1E1B19; }

.onair-bar {
  background-color: #1a5a81;
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  color: #FFFFFF;
  height: 46px;
  width: 100%;
  padding: 0 5%; }
  .onair-bar a {
    border-right: 1px solid #FFFFFF;
    display: inline-block;
    font-size: 1rem;
    padding: 12px 0;
    text-align: center;
    font-weight: 700;
    color: #FFFFFF;
    width: 12.5%;
    height: 44px;
    float: left; }
    .onair-bar a:hover, .onair-bar a:focus, .onair-bar a.current {
      background-color: #2583bd;
      text-decoration: none;
      color: #FFFFFF; }
    .onair-bar a:first-of-type {
      padding-top: 6px; }
    .onair-bar a:first-of-type:after {
      content: ""; }
    .onair-bar a:last-of-type {
      border-right: 0px; }
    .onair-bar a.disabled {
      cursor: default; }
      .onair-bar a.disabled span {
        opacity: .20; }
      .onair-bar a.disabled:hover, .onair-bar a.disabled:focus {
        background-color: #1a5a81; }
    .onair-bar a span {
      vertical-align: middle; }
    .onair-bar a i {
      vertical-align: middle;
      font-size: 2.000rem; }
      .onair-bar a i.pi-mv {
        font-size: 3.500rem; }

.chnl-row {
  height: 54px;
  color: #FFFFFF;
  width: 100%;
  padding: 12px 0; }
  .chnl-row.rlnb {
    background-color: #3097d6; }
  .chnl-row.rlng {
    background-color: #89af2c; }
  .chnl-row.rlno {
    background-color: #ff5b1a; }
  .chnl-row a {
    color: #FFFFFF;
    font-size: 1.000rem;
    margin-top: 2px;
    margin-left: 10px; }
  .chnl-row i {
    font-size: 3.250rem;
    vertical-align: middle; }
    .chnl-row i.pi-mv {
      font-size: 4.500rem; }
    .chnl-row i.glyphicon {
      font-size: 1.000rem;
      vertical-align: text-bottom;
      margin-top: -3.75px; }
  .chnl-row p {
    vertical-align: middle;
    display: inline-flex;
    margin-bottom: 0px;
    font-weight: 700;
    color: #FFFFFF; }
  .chnl-row .mv {
    margin-top: -6px;
    text-align: right; }
    .chnl-row .mv span,
    .chnl-row .mv i {
      opacity: .5; }
    .chnl-row .mv span {
      font-size: .750rem;
      vertical-align: middle; }

.MVbar {
  width: 100%; }
  .MVbar .top {
    background: #3097d6;
    height: 30px; }
  .MVbar .middle {
    background: #89af2c;
    margin: 4px 0;
    padding: 10px 20px;
    display: flex; }
    .MVbar .middle .c1 {
      width: 20%; }
      .MVbar .middle .c1 .pi {
        font-size: 15.500rem;
        color: #FFFFFF; }
    .MVbar .middle .watching {
      width: 80%;
      color: #FFFFFF; }
      .MVbar .middle .watching .info {
        float: right; }
        .MVbar .middle .watching .info img {
          display: inline-block;
          vertical-align: top;
          font-size: 2.500em;
          margin-top: 9px; }
        .MVbar .middle .watching .info .detail {
          display: inline-block; }
          .MVbar .middle .watching .info .detail bdi {
            font-size: 0.850rem;
            text-transform: uppercase; }
          .MVbar .middle .watching .info .detail h5 {
            color: #FFFFFF;
            margin-top: -5px;
            margin-bottom: 0px; }
  .MVbar .bottom {
    background: #ff5b1a;
    height: 30px; }

footer {
  background: #090604;
  margin-top: 1px;
  min-height: 60px;
  width: 100%;
  color: #FFFFFF; }
  footer.divider-footer {
    top: 1px; }
  footer section {
    padding: 30px 0;
    color: #FFFFFF;
    max-width: 960px;
    margin: 0 auto; }
    footer section a {
      color: #FFFFFF !important; }
      footer section a:hover, footer section a:active {
        color: #3097d6; }
    footer section ul.fnav {
      font-family: "rajdhani", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      text-align: center;
      clear: both;
      display: block;
      margin: 0 auto; }
      footer section ul.fnav li {
        display: inline-block; }
        footer section ul.fnav li a {
          padding: 6px 12px; }
    footer section p.copyright {
      font-size: 0.625em;
      text-align: center;
      clear: left;
      color: #CCA285;
      margin: 30px 0; }

@media (max-width: 767px) {
  .btn {
    padding: 10px 20px; }

  .hero {
    /*&.hero-segments {
        background: $rln-gray-dark21;
        position: relative;
        min-height: 460px;
        height: auto;
        
        .col-video-play {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 83%;
        }
        
        .col-adsect {
            position: absolute;
            display: block;
            width: 230px;
            right: 0;
            top: 0;
        }
    }
    
    &.hero-channels {
        background: url(/img/hero-channels.jpg) #000 center right repeat-x;
        background-size: cover;
        height: 450px;
    }
    
    &.hero-about {
        background: url(/img/hero-about.jpg) #000 center right repeat-x;
        background-size: cover;
        height: 250px;
    }
    
    &.hero-contact {
        background: url(/img/hero-contact.jpg) #000 center right repeat-x;
        background-size: cover;
        height: 250px;
    }*/ }
    .hero.hero-onair {
      background: #000000;
      background-image: none;
      height: auto !important;
      background-size: cover;
      min-height: 250px;
      padding-left: 4%;
      padding-top: 18px;
      color: #FFFFFF; } }
