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

.rln-orange {
  color: #E07744; }

.rln-green {
  color: #99AF33; }

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

.black {
  color: #070707; }

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

.pt8 {
  padding-top: 8px; }

.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: #ececec;
  padding-top: 80px;
  font-size: 16px;
  letter-spacing: 1px;
  overflow: auto;
  overflow-x: hidden;
  color: #131313; }
  body.syndicated {
    padding-top: 80px; }
  body.OnAir {
    background: #131313; }

a {
  color: #3456E8; }

.disabled {
  cursor: default;
  opacity: .33; }

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

#Remnant .btn, #Remnant .button, #wpforms-submit-51 {
  background-color: #83786f;
  background-image: none;
  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: 5rem;
  font-size: 2rem;
  font-weight: bold; }
  #Remnant .btn:hover, #Remnant .button:hover, #wpforms-submit-51:hover {
    color: #212121;
    border: 1px solid #FFFFFF;
    text-decoration: none !important; }
  #Remnant .btn.btn-primary, #Remnant .btn.button-primary, #Remnant .button.btn-primary, #Remnant .button.button-primary, #wpforms-submit-51.btn-primary, #wpforms-submit-51.button-primary {
    background-color: #E07744; }
    #Remnant .btn.btn-primary:hover, #Remnant .btn.button-primary:hover, #Remnant .button.btn-primary:hover, #Remnant .button.button-primary:hover, #wpforms-submit-51.btn-primary:hover, #wpforms-submit-51.button-primary:hover {
      background-color: #83786f;
      color: #FFFFFF; }
  #Remnant .btn.btn-secondary, #Remnant .btn.button-secondary, #Remnant .button.btn-secondary, #Remnant .button.button-secondary, #wpforms-submit-51.btn-secondary, #wpforms-submit-51.button-secondary {
    background-color: #3456E8; }
    #Remnant .btn.btn-secondary:hover, #Remnant .btn.button-secondary:hover, #Remnant .button.btn-secondary:hover, #Remnant .button.button-secondary:hover, #wpforms-submit-51.btn-secondary:hover, #wpforms-submit-51.button-secondary:hover {
      background-color: #83786f;
      color: #FFFFFF; }
  #Remnant .btn.btn-tertiary, #Remnant .button.btn-tertiary, #wpforms-submit-51.btn-tertiary {
    background-color: #99AF33; }
    #Remnant .btn.btn-tertiary:hover, #Remnant .button.btn-tertiary:hover, #wpforms-submit-51.btn-tertiary:hover {
      background-color: #83786f;
      color: #FFFFFF; }
  #Remnant .btn.btn-black, #Remnant .button.btn-black, #wpforms-submit-51.btn-black {
    background-color: #070707;
    color: #FFFFFF; }
    #Remnant .btn.btn-black:hover, #Remnant .button.btn-black:hover, #wpforms-submit-51.btn-black:hover {
      background-color: #83786f;
      color: #FFFFFF; }
  #Remnant .btn.btn-pad, #Remnant .button.btn-pad, #wpforms-submit-51.btn-pad {
    margin-top: 12px;
    margin-bottom: 54px; }
  #Remnant .btn.btn-topped, #Remnant .button.btn-topped, #wpforms-submit-51.btn-topped {
    margin-top: 36px; }
  #Remnant .btn.btn-sm, #Remnant .button.btn-sm, #wpforms-submit-51.btn-sm {
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 1.2rem; }
  #Remnant .btn.btn-wm, #Remnant .button.btn-wm, #wpforms-submit-51.btn-wm {
    width: 100%; }
  @media screen and (max-width: 480px) {
    #Remnant .btn, #Remnant .button, #wpforms-submit-51 {
      white-space: unset;
      width: 80%; } }

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

.alert-space {
  margin: 3rem 3rem 4rem; }
  .alert-space.alert-info {
    border: 1px solid #3456E8;
    color: #3456E8; }
    .alert-space.alert-info .close {
      color: #3456E8;
      opacity: 1; }

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: #3456E8; }

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

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

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

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

.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: #131313; }
  .cform #sendmessage {
    background-color: #3456E8;
    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 #131313;
    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: #3456E8;
        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: #E07744; }
    .notif .wrapinner .mainbox {
      display: none; }
      .notif .wrapinner .mainbox.openbox {
        display: block; }
      .notif .wrapinner .mainbox.success h3 {
        color: #99AF33; }
      .notif .wrapinner .mainbox.success .atag a.closepopup {
        background: #99AF33; }
      .notif .wrapinner .mainbox.errorsubmission h3 {
        color: #E07744; }
      .notif .wrapinner .mainbox.errorsubmission .atag a.closepopup {
        background: #E07744; }
      .notif .wrapinner .mainbox.errorcaptcha h3 {
        color: #3456E8; }
      .notif .wrapinner .mainbox.errorcaptcha .atag a.closepopup {
        background: #3456E8; }

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

/* Stand Alone Switchboard Document */
html, body {
  font-family: "rajdhani", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #131313;
  padding: 0;
  margin: 0; }

html {
  font-size: 12px; }

body {
  font-size: 16px; }

#Switchboard {
  text-align: center;
  max-width: 640px;
  margin: 0 auto; }
  #Switchboard header.brand {
    padding: 3rem 0; }
    #Switchboard header.brand a {
      display: block; }
      #Switchboard header.brand a img {
        height: 9rem; }
  #Switchboard p {
    font-size: 1.5rem;
    margin: 0 0 2rem;
    padding: 0 5rem;
    color: #FFFFFF; }
    @media (max-width: 500px) {
      #Switchboard p {
        font-size: 1.25rem;
        padding: 0 3rem; } }
  #Switchboard .nav-switchboard {
    padding: 0rem 1.5rem 0;
    max-width: 320px;
    z-index: 999999;
    margin: 0 auto;
    height: auto;
    top: 100px;
    left: 0px; }
    #Switchboard .nav-switchboard--hdr {
      font-family: "rajdhani", "Helvetica Neue", Helvetica, Arial, sans-serif;
      border-radius: 0.9rem 0.9rem 0 0;
      background-color: #777777;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 0px;
      font-size: 1.33rem;
      padding: 0.5rem 0;
      font-weight: 600;
      display: block;
      color: #131313;
      width: 100%; }
      #Switchboard .nav-switchboard--hdr img {
        width: 24px; }
    #Switchboard .nav-switchboard--switch {
      border-radius: 0 0 0.9rem 0.9rem;
      border: 1px solid #777777;
      border-top: 0px;
      overflow: hidden; }
      #Switchboard .nav-switchboard--switch a {
        border-bottom: 1px solid #777777;
        background-color: #070707;
        padding: 1.5rem 2rem;
        display: block; }
        #Switchboard .nav-switchboard--switch a:last-of-type {
          border-bottom: 0px; }
      #Switchboard .nav-switchboard--switch img {
        height: 77px; }
  #Switchboard footer {
    padding: 3rem 5rem;
    font-size: 1.25rem;
    color: #cccccc; }
    @media (max-width: 500px) {
      #Switchboard footer {
        font-size: 1.25rem;
        padding: 3rem 3rem; } }
    #Switchboard footer a {
      color: #E07744; }

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

  .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; } }
@media (max-width: 500px) {
  header#masthead .row-top a.logo {
    left: 1rem; }
  header#masthead .right-nav {
    background-color: #070707;
    position: relative;
    padding: 0 1rem;
    height: 60px;
    width: 102%;
    top: 100px;
    left: 1%; }
    header#masthead .right-nav .switchboard {
      position: absolute;
      margin-top: 2rem;
      text-align: left;
      float: left;
      left: -36px;
      top: 0px; }
      header#masthead .right-nav .switchboard .dropdown-menu {
        margin-left: -.5rem; }
  header#masthead .navbar-main {
    margin-top: .5rem; }
    header#masthead .navbar-main .icon-bar {
      background-color: #FFFFFF; }

  #primary .row-rln-register .msg {
    padding-bottom: 0px; }
    #primary .row-rln-register .msg h2 {
      font-size: 2em; }
    #primary .row-rln-register .msg p {
      font-size: 1.6em; }
    #primary .row-rln-register .msg .mb60 {
      margin-bottom: 40px; }
    #primary .row-rln-register .msg .btn-black {
      width: 100% !important; }
  #primary .row-rln-register .reg {
    padding-bottom: 5rem; }

  footer {
    background-size: auto; }
    footer .ftr--col.c2 .fnav,
    footer .ftr--col.c4 .fnav {
      padding-left: 4rem; }
    footer .ftr-mid .ftr--col.c2 h3, footer .ftr-mid .ftr--col.c4 h3 {
      padding-left: 3.5rem;
      text-align: left; } }
