/* PLAYER PAGE STYLES */
html,
body {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  color: #fffeff;
  font-family: 'gothambook',"Roboto Condensed", sans-serif;
  font-size: 16px;
  position: relative;
  background-color: #001849;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  

a,
button,
.button,
input,
textarea {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none; }
  a:hover, a:focus,
  button:hover,
  button:focus,
  .button:hover,
  .button:focus,
  input:hover,
  input:focus,
  textarea:hover,
  textarea:focus {
    text-decoration: none;
    outline: 0; }

input[type="text"],
input[type="email"],
textarea {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

.clear_floats,
.clear {
  clear: both;
  display: block; }
  .clear_floats:before, .clear_floats:after,
  .clear:before,
  .clear:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .clear_floats:after,
  .clear:after {
    clear: both; }

.invisible {
  visibility: hidden;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  color: transparent; }

.jp-flat-audio {
  min-width: 280px !important; }
  .jp-flat-audio .jp-control {
    background-color: #9F0515 !important; }
  .jp-flat-audio .jp-play-bar {
    background-color: #132d46 !important; }
  .jp-flat-audio .jp-title,
  .jp-flat-audio .jp-duration {
    font-size: 13px !important; }

#player_section {
  margin-top: 14px; }
  #player_section .now-playing {
    font-size: 0.7777777778em;
    font-weight: 700;
    line-height: 1; }
  #player_section .hour {
    font-size: 1em;
    line-height: 1;
    vertical-align: middle; }
  #player_section em {
    font-style: normal;
    background: #EF4147;
    color: #fff;
    padding: 0.2142857143em;
    line-height: 1.25;
    display: inline-block;
    vertical-align: middle; }
  #player_section h2 {
    line-height: 1;
    font-size: 1.3333333333em;
    margin: 8px 0 0;
    font-weight: 700;
    padding: 0;
    color: #000000; }
  #player_section .producer {
    font-size: 0.8125em;
    line-height: 1.4615384615em;
    margin-top: 0.3125em;
    font-weight: 400;
    color: #000000; }

.widget {
  margin-top: 15px; }

.desktop_widget {
  display: block; }

.mob_widget {
  display: none; }

/* New Player Styles */
.player_page__header__mob {
  display: none;
  background-color: #0a1421; }
  .player_page__header__mob .logo {
    width: 34%;
    max-width: 100%;
    padding: 24px 22px 0;
    margin-bottom: -16px; }

.nav_toggles {
  list-style-type: none;
  float: right;
  text-align: right;
  width: 66%;
  margin: 0;
  overflow: hidden; }
  .nav_toggles li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
    width: 115px;
    max-width: 33%;
    text-align: right; }
  .nav_toggles .toggle,
  .nav_toggles .callus_toggle {
    background-color: transparent;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0; }
  .nav_toggles .toggle:hover, .nav_toggles .toggle.active, .nav_toggles .toggle[aria-expanded="true"] {
    background-color: #001649; }
  .nav_toggles .callus_toggle:hover {
    background-color: #001649; }
  .nav_toggles .callus_toggle:active,
  .nav_toggles .callus_toggle:focus,
  .nav_toggles .callus_toggle.active,
  .nav_toggles .callus_toggle[aria-expanded="true"] {
    background-color: transparent; }

.back_to_player {
  position: fixed;
  top: 0;
  right: 0;
  width: 115px;
  height: 110px;
  display: none; }
  .back_to_player.active {
    display: block; }
  .back_to_player.contact {
    right: 115px; }
  .back_to_player.t_program {
    right: 0; }

.mob_label {
  display: none; }

.jp-controls {
  position: relative;
  display: block;
  float: left;
  width: 76px;
  height: 76px;
  padding: 10px;
  background-color: #001649;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-top: 5px; 
border: #fff solid 2px;
}
  .jp-controls:hover {
    background-color: rgba(255, 255, 255, 0.22); }

.jp-controls button {
  padding: 0;
  text-indent: 0; }

.jp-play {
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  text-decoration: none;
  font-size: 32px;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 3; }
  .jp-play:before {
    display: block;
    width: 56px;
    line-height: 43px;
    text-align: center;
    opacity: 1.0;
    content: '\f04b';
    font-size: 30px;
    padding-left: 4px; }

.jp-state-playing .jp-play:before {
  padding-left: 0;
  content: '';
  height: 100%;
  background: url(img/icons/icon-pause.png) no-repeat scroll center center transparent;
  background-size: 16px auto; 
  background-position-x: 18px;
}

.jp_play_loader {
  font-size: 10px;
  margin: 0 auto;
  text-indent: -9999em;
  width: 88px;
  height: 88px;
  border-radius: 50%;
 /*background: url(img/icons/jpbutton_bg__new.png) no-repeat scroll center center transparent;
  background-image: url(jpbutton_bg__new.png);*/
  background-size: 100% auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: -1; }

.jp-controls:hover .jp_play_loader:after {
  background-color: #bb2f33; }

.jp-state-playing .jp_play_loader {
  display: block;
  -webkit-animation: load3 5s infinite linear;
  animation: load3 5s infinite linear; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.jp-volume-bar,
.jp-volume-controls button {
  position: static;
  display: block;
  float: left; }

.jp-volume-controls button {
  width: 20px;
  height: 20px;
  font-size: 22px;
  padding: 0;
  color: transparent;
  text-indent: 0;
  background-image: none;
  background-color: transparent; }
  .jp-volume-controls button.jp-mute {
    width: 9px; }

.jp-volume-controls button:before {
  color: #a9a9a9; }

.jp-volume-bar,
.jp-volume-bar-value {
  background-image: none;
  height: 8px; }

.jp-volume-bar {
  width: 62% !important;
  margin: 7px 13px 0;
  background-color: #cecfd2; }

.jp-volume-bar-value {
  background-color: #f27600; }

.jp-state-no-volume .jp-volume-controls {
  display: none; }

.player_page_wrapper {
  max-width: 62.5em;
  clear: both;
  margin: 0 auto; }

.player__main_area {
  /*width: 67%;*/
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
  padding-top: 0px; }

.player__sidebar_area {
  width: 33%;
  float: right; }

.player_button,
input[type="submit"],
.form_wrapper .submit input[type="submit"] {
  display: inline-block;
  padding: 0 26px;
  font-size: 0.875em;
  line-height: 2.1428571429em;
  font-weight: 400;
  height: 2.1428571429em;
  letter-spacing: 0.5px;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px; }

.player_button {
  background-color: #0b5581;
  color: #ffffff; }
  .player_button:hover, .player_button:focus {
    color: #ffffff;
    background-color: #054166; }

.player_button {
  display: block;
  width: 240px;
  margin: auto; }

.onair_section {
  padding: 0; }

.jp_onair {
  display: none; }

.onair__label,
.onair__hour,
.onair__show_title,
.onair__producer {
  margin: 0;
  text-transform: uppercase; }

.onair__hour,
.onair__show_title {
  display: inline-block;
  vertical-align: bottom; }

.onair__label,
.onair__producer {
  display: block; }

.onair__label {
  font-size: 1.125em;
  line-height: 0.8333333333em;
  color: #EF4147; }

.onair__hour,
.onair__show_title,
.onair__producer {
  font-size: 0.875em;
  line-height: 1.2142857143em; }

.onair__label,
.onair__hour,
.onair__show_title {
  font-weight: 700; }

.onair__producer,
.onair__hour {
  color: #a9a9a9; }

.onair__producer {
  font-weight: 400; }

.player_section {
  padding: 30px 0 46px;
 }

.logo,
.the_player {
  float: left; }

.logo {
  width: 165px;
  padding: 0 20px 0 0; }

.the_player {
  width: 72%;
  padding: 0 0 0 30px; }

.jp-current-time {
  display: none; }

.jp-interface {
  padding-top: 0; }

#thePlayer .jp-volume-controls {
  position: static;
  display: block;
  float: left;
  width: 220px;
  padding: 8px 0 7px; }

.jp-player_details {
  float: left;
  padding-left: 57px;
  width: 80%; }

.jp-now_playing {
  float: left;
  clear: both; }

.now_playing_label {
  font-size: 0.75em;
  line-height: 1.5em;
  color: #a9a9a9; }

.now_playing_label,
.jp-track {
  display: block; }

.jp-track {
  font-size: 0.875em;
  line-height: 1.2857142857em; }

.contact_infos_section {
  width: 300px;
  float: left; }

.contact_info__details {
  border-bottom: 1px solid #193d5f;
  padding: 4px 0 38px;
  margin-bottom: 25px;
  text-align: center; }

.call_button {
  display: inline-block;
  margin-bottom: 29px;
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 700;
  color: #f27600;
  text-decoration: none;
  outline: none; }
  .call_button:hover {
    color: #f27600;
    text-decoration: none;
    outline: none; }
    .call_button:hover i {
      border-color: #f27600; }
  .call_button i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 13px;
    margin-right: 7px;
    padding: 5px;
    border: 2px solid #f27600;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }

.contact_section {
  /*width: 370px;*/
  width: calc(100% - 300px);
  float: right;
  padding-left: 27px; }

.contact_infos_section,
.contact_section,
.player__main_area .contact_section {
  margin: 25px 0; }

.contact_section .nav-tabs {
  border-bottom: none;
  border-left: 1px solid #193d5f;
  border-right: 1px solid #193d5f; }
  .contact_section .nav-tabs a {
    font-size: 0.875em;
    line-height: 2.1428571429em;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: left;
    padding: 0 0 2px 22px;
    display: block;
    width: 100%;
    color: #335c84;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom: 1px solid #193d5f;
    border-top: 1px solid transparent;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    background-color: transparent; }
    .contact_section .nav-tabs a:hover, .contact_section .nav-tabs a:focus {
      border-right-width: 0;
      border-left-width: 0;
      border-bottom-color: #193d5f;
      background-color: transparent; }
    .contact_section .nav-tabs a:after, .contact_section .nav-tabs a:hover:after {
      display: none; }
  .contact_section .nav-tabs li {
    width: 50%;
    padding-right: 22px;
    position: relative;
    margin-left: -1px; }
    .contact_section .nav-tabs li:last-child {
      padding-left: 22px;
      padding-right: 0;
      margin-left: 1px; }
      .contact_section .nav-tabs li:last-child a {
        padding-right: 22px;
        padding-left: 0; }
    .contact_section .nav-tabs li:last-child a {
      text-align: right; }
    .contact_section .nav-tabs li.active a {
      border-top-color: #193d5f;
      border-bottom-color: transparent;
      background-color: transparent; }
      .contact_section .nav-tabs li.active a:hover, .contact_section .nav-tabs li.active a:focus {
        border-top-color: #193d5f;
        background-color: transparent; }
      .contact_section .nav-tabs li.active a:after, .contact_section .nav-tabs li.active a:hover:after {
        display: none; }
    .contact_section .nav-tabs li.active:before {
      content: "";
      display: block;
      position: absolute;
      right: -35px;
      top: 0;
      bottom: 0;
      width: 115px;
      height: 1px;
      background-color: #193d5f;
      -ms-transform: rotate(36deg);
      /* IE 9 */
      -webkit-transform: rotate(36deg);
      /* Safari */
      transform: rotate(36deg); }
    .contact_section .nav-tabs li.active:last-child:before {
      right: auto;
      left: -35px;
      -ms-transform: rotate(-36deg);
      /* IE 9 */
      -webkit-transform: rotate(-36deg);
      /* Safari */
      transform: rotate(-36deg); }
  .contact_section .nav-tabs li.active a,
  .contact_section .nav-tabs a:hover {
    color: #ffffff; }
.contact_section .tab-content {
  border: 1px solid #193d5f;
  border-top-width: 0;
  height: 368px;
  overflow: hidden; }
.contact_section .tab-pane {
 max-height: 100%;
    overflow-y: auto;
    border-top: none;
    border-bottom: none;
    padding: 0em 0em 0; }

#contact,
#t_program {
  background-color: transparent; }

#t_program {
  padding-right: 50px; }
  #t_program .label {
    font-size: 1.875em;
    line-height: 40px;
    font-weight: 400;
    padding: 0; }
  #t_program .archives {
    float: right;
    font-size: 1.5em;
    line-height: 1.6666666667em;
    color: #396691;
    padding: 0 12px 0 50px;
    border: 4px solid #396691;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    position: relative; }
    #t_program .archives i {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 50px;
      color: inherit;
      font-size: 19px;
      line-height: 42px;
      text-align: center; }

.form_wrapper {
  padding: 0; }
  .form_wrapper .field {
    margin-bottom: 15px;
    position: relative; }
  .form_wrapper label,
  .form_wrapper .wpcf7-quiz-label {
    font-weight: 400;
    font-size: 0.75em;
    line-height: 0.9166666667em;
    margin-bottom: 10px;
    color: #ffffff; }
  .form_wrapper .textarea {
    margin-bottom: 25px; }
  .form_wrapper textarea {
    min-height: 78px;
    height: 78px;
    margin-bottom: 0;
    border: 1px solid #193d5f;
    background-color: transparent; }
  .form_wrapper input {
    height: 25px;
    padding: 0 7px;
    border: 1px solid #193d5f;
    background-color: transparent; }
  .form_wrapper input,
  .form_wrapper textarea {
    font-size: 0.8125em;
    line-height: 1.3076923077em;
    color: #ffffff; }
    .form_wrapper input:focus,
    .form_wrapper textarea:focus {
      background-color: #193d5f;
      color: #ffffff;
      outline: none; }
  .form_wrapper .wpcf7-not-valid {
    border-color: #EF4147; }
  .form_wrapper .wpcf7-not-valid-tip {
    font-size: 10px;
    text-align: right;
    color: #EF4147;
    top: 0;
    right: 0;
    position: absolute; }
  .form_wrapper .wpcf7-form-control-wrap {
    position: static; }
  .form_wrapper input[class="invalid"] + label {
    color: #EF4147; }
  .form_wrapper input[type="submit"] {
    background-color: #ef4147;
    border-color: #ef4147;
    color: #ffffff;
    border: none; }
    .form_wrapper input[type="submit"]:hover {
      background-color: #bb2f33;
      border-color: #bb2f33;
      border: none; }
  .form_wrapper .notes {
    font-size: 0.75em;
    color: #335c84; }
  .form_wrapper .quiz,
  .form_wrapper .submit {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-left: -2px;
    margin-right: -2px; }
  .form_wrapper .quiz {
    margin-bottom: 0;
    padding-top: 3px;
    padding-left: 2px;
    position: relative; }
    .form_wrapper .quiz label,
    .form_wrapper .quiz .wpcf7-quiz-label,
    .form_wrapper .quiz input {
      float: left; }
    .form_wrapper .quiz input {
      text-align: center;
      width: 70px;
      margin-left: 10px; }
    .form_wrapper .quiz .wpcf7-quiz-label {
      padding-top: 6px;
      margin: 0;
      font-size: 14px; }
    .form_wrapper .quiz .wpcf7-not-valid-tip {
      white-space: nowrap;
      text-align: left;
      bottom: -12px;
      top: auto;
      right: auto;
      left: 2px; }
    .form_wrapper .quiz .wpcf7-form-control-wrap {
      position: static; }
  .form_wrapper .submit {
    text-align: right;
    position: relative;
    margin-bottom: 12px; }
    .form_wrapper .submit input {
      width: 140px;
      height: 32px; }
  .form_wrapper .ajax-loader {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    display: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #001649 inset;
  outline: none !important; }

input:-webkit-contacts-auto-fill-button,
input::-webkit-contacts-auto-fill-button
input:-webkit-credentials-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
  opacity: 0; }

.notes_area {
  margin-top: 6px; }

form.invalid div.wpcf7-validation-errors,
.wpcf7-validation-errors {
  display: none !important;
  border: none !important;
  font-size: 0 !important;
  color: transparent !important; }

form.sent {
  position: relative; }
  form.sent .wpcf7-mail-sent-ok {
    position: absolute;
    width: 190px;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.125em;
    line-height: 1.1666666667em;
    clip: auto;
    padding: 106px 0 0;
    margin: 21% auto 0;
    border: none;
    background: url(img/icons/icon-success.png) no-repeat scroll top center transparent;
    background-size: auto 85px; }

#contact,
#t_program {
  background-color: transparent; }

#t_program {
  padding-right: 50px; }

.broadcasts-container {
  background-color: transparent; }
  .broadcasts-container .hour {
    float: left !important;
    color: #5695d1;
    font-size: 0.875em;
    line-height: 0.9285714286em;
    font-weight: 700; }

.broadcast {
  border-bottom: 1px solid #193d5f;
  padding: 11px 0;
  min-height: 0; }
  .broadcast:first-child {
    padding-top: 0; }

.broadcast-info-wrapper,
.producer,
.broadcast-info-wrapper .hour {
  width: 100%;
  clear: both; }

.broadcast-title {
  font-size: 1em;
  line-height: 1.375em;
  font-weight: 400;
  color: #ffffff;
  margin: 4px 0 1px; }

.producer {
  font-size: 0.875em;
  line-height: 1.5714285714em;
  color: #a9a9a9; }

.player__sidebar_area {
  padding-top: 26px; }
  .player__sidebar_area .happy_childhood_widget {
    text-align: right; }
  .player__sidebar_area .hc {
    display: inline-block; }

.hc {
  margin: auto;
  text-align: center; }
  .hc > div {
    margin-left: auto;
    margin-right: auto; }

.player_page__footer {
  padding-bottom: 25px; }
  .player_page__footer .hc {
    margin: auto;
    text-align: center; }

.scrollable_content {
  position: relative; }

.mCSB_outside + .mCSB_scrollTools {
  right: 22px; }

.mCSB_scrollTools {
  width: 8px;
  right: 22px;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }
  .mCSB_scrollTools .mCSB_draggerRail,
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; }
  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #001849; }
  .mCSB_scrollTools .mCSB_dragger {
    cursor: default; }
    .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:focus .mCSB_dragger_bar
    .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      background-color: #001849;
      opacity: 1;
      filter: "alpha(opacity=100)";
      -ms-filter: "alpha(opacity=100)"; }

