/* some icons cant given a class to get the right glyph */
/* fonts */
@font-face {
  font-family: "Avenir";
  src: url(fonts/avenir-roman.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Avenir";
  src: url(fonts/avenir-oblique.woff) format("woff");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "Avenir";
  src: url(fonts/avenir-black.woff) format("woff");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Avenir";
  src: url(fonts/avenir-blackoblique.woff) format("woff");
  font-style: italic;
  font-weight: bold;
}
html {
  height: 100%;
  font-size: 18px;
}
/* Site wide */
body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #2D3A42;
  padding-top: 0;
  position: relative;
  min-height: 100%;
}
body.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#otto-radio {
  overflow: hidden;
  padding-top: 60px;
  min-height: 100%;
  background-color: white;
}
h1,
h2,
h3,
h4 {
  font-style: normal;
  font-weight: bold;
}
/* overrides */
h1 {
  font-size: 2.333rem;
}
h2 {
  font-size: 1.667rem;
}
h3 {
  font-size: 1.333rem;
}
h4 {
  font-size: 1rem;
}
p.emphasis {
  font-size: 1.167rem;
  font-weight: bold;
  margin-bottom: .2rem;
}
a {
  color: #40B4E5;
}
a:hover,
a:active,
a:focus {
  color: #40B4E5;
}
a.not-linked {
  cursor: inherit !important;
}
label {
  color: #99A8C0;
  font-size: 0.8333rem;
}
.otto-blue {
  color: #40B4E5;
}
.otto-green {
  color: #7BD57F;
}
.otto-blue-bg {
  background-color: #40B4E5;
}
.otto-green-bg {
  background-color: #7BD57F;
}
.otto-blue-border {
  border-color: #40B4E5;
}
.otto-green-border {
  border-color: #7BD57F;
}
/* Remove the focus dash around things */
a:focus,
a:active,
button,
button:focus,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="email"]::-moz-focus-inner,
input[type="search"]::-moz-focus-inner,
input[type="tel"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
}
*:focus {
  outline: none !important;
}
#TextMeModal .modal-header {
  border-bottom: none;
}
ol.circle-numbers {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
}
ol.circle-numbers > li {
  position: relative;
  margin: 20px 0 6px 2em;
  padding: 4px 8px;
  list-style: none;
}
ol.circle-numbers > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -2px;
  left: -2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  margin-right: 8px;
  padding: 4px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  text-align: center;
}
/* Responsive sizing for col widths */
.sizer {
  position: relative;
  width: 100%;
  float: left;
}
.sizer:before {
  content: '';
  display: block;
}
.sizer.strip:before {
  margin-top: 75px;
}
.sizer.widescreen:before {
  margin-top: 56.25%;
}
.sizer.letterbox:before {
  margin-top: 75%;
}
.sizer.square:before {
  margin-top: 100%;
}
.sizer .absolute {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
img.bgCover {
  background: transparent no-repeat center center / cover;
}
img.bgContain {
  background: transparent no-repeat center center / contain;
}
.shadowed {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
html.show-backdrop {
  overflow-y: hidden;
}
html.show-backdrop #page-backdrop {
  display: block;
}
#page-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 130;
  background-color: #000;
  opacity: .5;
}
#page-loading {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#page-loading .line {
  background-color: rgba(255, 255, 255, 0.2);
  height: 3px;
  width: 10%;
  margin-left: 0;
  animation-duration: 1.75s;
  animation-name: moveLine;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in;
}
#page-loading.page-loaded .line {
  display: none;
}
@keyframes moveLine {
  0% {
    margin-left: 0%;
    width: 5%;
  }
  33% {
    width: 40%;
  }
  66% {
    width: 40%;
  }
  100% {
    width: 5%;
    margin-left: 95%;
  }
}
@media screen and (max-width: 543px) {
  h1 {
    font-size: 1.667rem;
  }
  h2 {
    font-size: 1.333rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  h4 {
    font-size: 1rem;
  }
}
/* Uber Trip */
#uberTripBanner {
  display: none;
}
html[uber=true] header {
  top: 60px;
}
html[uber=true] #uberTripBanner {
  cursor: pointer;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ecf7fc;
  color: #475366;
  z-index: 30;
  height: 60px;
}
html[uber=true] #uberTripBanner .inner {
  height: 60px;
  display: table;
}
html[uber=true] #uberTripBanner .inner .innerInner {
  display: table-cell;
  vertical-align: middle;
}
html[uber=true] #uberTripBanner .time {
  display: inline-block;
  vertical-align: top;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
html[uber=true] #uberTripBanner .time .innerInner {
  text-align: center;
  width: 60px;
}
html[uber=true] #uberTripBanner .time .icon-uber {
  color: #485366;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
html[uber=true] #uberTripBanner .time label {
  display: block;
  color: #99A8C0;
  font-size: 12px;
  margin: 5px 0 -2px 0;
  line-height: 1;
}
html[uber=true] #uberTripBanner .info {
  display: inline-block;
  padding-left: 18px;
  vertical-align: top;
}
html[uber=true] #uberTripBanner .info p {
  margin: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
}
html[uber=true] #uberTripBanner .info label {
  display: block;
  color: #99A8C0;
  font-size: 12px;
  margin: 5px 0 -2px 0;
  line-height: 1;
}
html[uber=true] #uberTripBanner .icon-close {
  position: absolute;
  right: 8px;
  top: 10px;
  font-size: 20px;
  padding: 10px;
  color: rgba(0, 0, 0, 0.3);
}
/* Bootstrap overrides */
@media (min-width: 1200px) {
  .container {
    width: 940px;
  }
}
.container,
.container-fluid,
.full-width-container,
.player-wrapper {
  min-width: 305px;
}
body.modal-open {
  padding-right: 0 !important;
}
.btn {
  border-radius: 2em;
  font-size: 0.8333rem;
}
.navbar-dark .btn-outline-primary {
  color: #fff;
  border-color: #fff;
}
.navbar-dark .btn-outline-primary:hover,
.navbar-dark .btn-outline-primary:focus {
  color: #fff !important;
  border-color: #fff !important;
  background-color: transparent;
}
.navbar-dark .btn-outline-primary:active,
.navbar-dark .btn-outline-primary.active {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.bg-primary {
  background-color: #40B4E5 !important;
}
.btn-primary {
  background-color: #40B4E5;
  border-color: #40B4E5;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #40B4E5;
  border-color: #40B4E5;
}
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: rgba(0, 0, 0, 0.08) !important;
  border-color: transparent !important;
}
.btn-outline-primary {
  border-color: #40B4E5;
  color: #40B4E5;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: transparent;
  color: #40B4E5;
  border-color: #40B4E5;
}
.btn-outline-primary:active {
  background-color: rgba(64, 180, 229, 0.1) !important;
  color: #40B4E5 !important;
  border-color: #40B4E5 !important;
}
.btn-success {
  background-color: #7BD57F !important;
  border-color: #7BD57F;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #7BD57F !important;
  border-color: #7BD57F;
}
.btn-success:active {
  background-color: #7BD57F !important;
  border-color: #7BD57F !important;
}
.form-control {
  border-radius: 0;
}
.dropdown-menu {
  margin-top: .5rem;
  padding: .3rem 0;
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.dropdown-menu li {
  padding: .3rem 2rem .3rem .5rem;
}
.dropdown-menu li.divider {
  margin-top: .3rem;
  padding-top: .6rem;
  border-top: solid 1px #ddd;
}
.dropdown-menu button {
  font-size: 0.6667rem;
}
.dropdown-menu button.has-icon [class^="icon-"],
.dropdown-menu button.has-icon [class*=" icon-"] {
  font-size: 1rem;
  padding: .5rem;
}
.m-t-half {
  margin-top: .5rem;
}
.m-r-half {
  margin-right: .5rem;
}
/* Forms */
/* form changes */
input[type=email],
input[type=text],
input[type=password],
input[type=tel],
input[type=search] {
  width: 100%;
  text-align: center;
  border: none;
  border-bottom: solid 1px #ddd;
  border-color: #ddd !important;
  padding: 0 0 5px 0;
  margin: 20px 0;
  color: #2D3A42;
}
/* React bootstrap fixes */
.dropdown-toggle.no-caret:after {
  display: none;
}
.text-muted {
  color: #99A8C0 !important;
}
.jumbotron {
  background-color: #eee;
  padding: 1rem;
  margin: 0;
  border-radius: 0;
}
.small,
small {
  font-size: 0.6667rem;
}
hr {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.popover {
  font-family: 'Avenir', sans-serif;
  font-size: 1rem;
  border: none;
  border-radius: 0;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.popover .popover-content {
  background-color: white;
}
.popover .popover-arrow {
  border: none !important;
}
.popover .popover-arrow:after {
  border: none !important;
  color: white !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: scaleX(2.5);
  position: absolute;
  z-index: -1;
}
.popover.popover-bottom .popover-arrow {
  top: -18px;
}
.popover.popover-bottom .popover-arrow:after {
  content: '\25B2' !important;
}
.popover.popover-top .popover-arrow,
.popover.bs-tether-element-attached-bottom .popover-arrow {
  bottom: 5px !important;
}
.popover.popover-top .popover-arrow:after,
.popover.bs-tether-element-attached-bottom .popover-arrow:after {
  content: '\25BC' !important;
}
.modal.modal-bg-primary .modal-content {
  background-color: #40B4E5;
  color: white;
}
.modal.modal-bg-primary .modal-content .modal-header button.close:before {
  color: white;
}
.modal.modal-bg-primary .modal-content label {
  color: white;
}
.modal.modal-bg-primary .modal-content .toggles li img {
  border-color: white;
  background-image: url(/img/widgets/icon-check-white.svg);
}
.embed-responsive {
  overflow: visible;
}
/* Jquery UI */
.ui-menu {
  background-color: #fff;
  border: solid 1px #ddd;
  border-top: none;
}
.ui-menu .ui-menu-item + .ui-menu-item {
  border-top: solid 1px #ddd;
}
.ui-menu .ui-state-active {
  margin: 0;
  background-color: #ddd;
}
.sm-gutters {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 621px) {
  .sm-gutters {
    padding-left: 0;
    padding-right: 0;
  }
}
button,
.nolink,
.nolink:hover {
  color: #2D3A42;
  background-color: transparent;
}
.btn.link {
  padding: 0;
}
[class^="icon-"],
[class*=" icon-"] {
  color: #2D3A42;
  font-size: 1rem;
  position: relative;
  border: solid 1px transparent;
}
[class^="icon-"]:hover,
[class*=" icon-"]:hover {
  color: #2D3A42;
}
[class^="icon-"].small,
[class*=" icon-"].small {
  font-size: 1.1rem;
}
[class^="icon-"].medium,
[class*=" icon-"].medium {
  font-size: 1.335rem;
}
[class^="icon-"].large,
[class*=" icon-"].large {
  font-size: 2rem;
}
[class^="icon-"].circle,
[class*=" icon-"].circle {
  padding: .6rem;
  border: solid 1px #2D3A42;
  border-radius: 50%;
}
[class^="icon-"].circle.medium,
[class*=" icon-"].circle.medium {
  padding: .8rem;
}
[class^="icon-"].white,
[class*=" icon-"].white {
  color: #fff;
  border-color: #fff;
}
[class^="icon-"].otto-blue,
[class*=" icon-"].otto-blue {
  color: #40B4E5;
  border-color: #40B4E5;
}
[class^="icon-"].otto-green,
[class*=" icon-"].otto-green {
  color: #7BD57F;
  border-color: #7BD57F;
}
[class^="icon-"].no-border,
[class*=" icon-"].no-border,
[class^="icon-"].no-border:active,
[class*=" icon-"].no-border:active {
  border-color: transparent !important;
  border-radius: 0;
}
[class^="icon-"].media,
[class*=" icon-"].media {
  border: solid 1px rgba(255, 255, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.4);
}
[class^="icon-"].icon-avatar,
[class*=" icon-"].icon-avatar {
  font-size: 1.5rem;
}
[class^="icon-"].icon-avatar.circle,
[class*=" icon-"].icon-avatar.circle {
  padding: .2rem;
}
[class^="icon-"].no-click,
[class*=" icon-"].no-click {
  display: inline-block;
  vertical-align: initial;
  margin-right: 1rem;
}
[class^="icon-"].after,
[class*=" icon-"].after {
  float: right;
  margin-left: .25rem;
  margin-top: -0.25rem;
}
a[class^="icon-"],
a[class*=" icon-"] {
  text-decoration: none !important;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  left: -1rem;
  margin-right: -0.5rem;
}
.has-icon {
  position: relative;
  padding-left: 2.85rem;
}
.has-icon [class^="icon-"],
.has-icon [class*=" icon-"] {
  position: absolute;
  left: 1.1rem;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: .6rem;
}
.has-icon [class^="icon-"].circle,
.has-icon [class*=" icon-"].circle {
  left: 0;
}
.has-icon.bullet [class^="icon-"],
.has-icon.bullet [class*=" icon-"] {
  left: 0;
}
button.thinking,
a.thinking {
  cursor: progress;
  background-color: transparent !important;
  border-color: transparent !important;
  background: transparent url(/img/buttons/rings-blue.svg) no-repeat center center / auto 100%;
}
button.thinking[class^="icon-"]:before,
a.thinking[class^="icon-"]:before,
button.thinking[class*=" icon-"]:before,
a.thinking[class*=" icon-"]:before,
button.thinking [class^="icon-"]:before,
a.thinking [class^="icon-"]:before,
button.thinking [class*=" icon-"]:before,
a.thinking [class*=" icon-"]:before {
  visibility: hidden;
}
button.thinking span,
a.thinking span {
  visibility: hidden;
}
.btn-stacked {
  border-radius: 0;
  font-size: 0.6667rem;
  text-align: center;
}
.btn-stacked [class^="icon-"],
.btn-stacked [class*=" icon-"] {
  display: block;
  float: none;
  left: 0;
  margin-right: 0;
  font-size: 1.5rem;
}
.btn-stacked label {
  display: block;
  margin-top: .5rem;
  cursor: pointer;
}
.btn.liked {
  color: #7BD57F;
}
.btn.liked .icon-chaka {
  color: #7BD57F;
}
.btn.favorited {
  color: #7BD57F;
}
.btn.favorited .icon-star,
.btn.favorited .icon-starsolid {
  color: #7BD57F;
}
.article-buttons {
  position: initial;
}
.article-buttons > button,
.article-buttons > .btn-group > button,
.article-buttons > .btn-group > .dropdown > button {
  margin: 10px !important;
  padding: 10px;
  width: 40px;
  height: 40px;
  color: white;
  border-radius: 50% !important;
  background-color: rgba(0, 0, 0, 0.4);
}
.article-buttons > button:before,
.article-buttons > .btn-group > button:before,
.article-buttons > .btn-group > .dropdown > button:before {
  font-size: 100%;
}
.article-buttons > button:hover,
.article-buttons > .btn-group > button:hover,
.article-buttons > .btn-group > .dropdown > button:hover {
  color: white;
}
.article-buttons > .btn-group > .dropdown > button {
  margin-right: 0 !important;
}
.article-buttons .dropdown-menu-right {
  margin-right: -140%;
  margin-top: 0;
}
.article-buttons .dropdown-menu-right > li,
.article-buttons .dropdown-menu-right > div > li {
  padding: .5rem 1rem;
}
.article-buttons .dropdown-menu-right .social-buttons {
  text-align: center;
  white-space: nowrap;
}
.article-buttons .dropdown-menu-right .social-buttons .btn {
  padding: .1rem;
  font-size: .9rem;
}
.article-buttons .dropdown-menu-right .social-buttons .btn + .btn {
  margin-left: 1rem;
}
.article-buttons .button-playtoggle.active {
  background-color: #7BD57F;
  visibility: visible !important;
}
.article-buttons .button-playtoggle.active.loading {
  width: 40px;
  height: 40px;
  background: #7BD57F url(/img/buttons/rings.svg) no-repeat center center / 90%;
}
.article-buttons .button-playtoggle.active.loading:before {
  visibility: hidden;
}
.btn-search-radio {
  background: #40B4E5 url(/img/buttons/icon-radio.svg) no-repeat right 5px / contain !important;
  color: white !important;
  text-transform: uppercase;
  padding-right: 50px;
  white-space: nowrap;
  line-height: 1.5;
  margin: 0 1rem 1rem 0;
}
.hr-button {
  margin: 0 auto;
  margin-top: -2.6rem;
}
a.btn.has-icon {
  border-radius: 0;
}
a.btn.has-icon.install-button {
  padding-left: 5.5rem;
  line-height: 1;
  text-align: left;
}
a.btn.has-icon.install-button .icon-android {
  left: 2.75rem;
}
.item-favorite .icon-starsolid {
  color: #7BD57F;
}
.icon-love-selected:before {
  color: red;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(#FF6565, #AB0000);
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.station-add {
  background: transparent url(/img/buttons/station-add.svg) no-repeat 20px;
  padding-left: 65px;
  padding-right: 30px;
  white-space: nowrap;
}
.btn.white-bg,
.btn.white-bg:active {
  background-color: white !important;
  color: #40B4E5 !important;
}
.btn.white,
.btn.white:active {
  color: white !important;
  border-color: white;
}
.btn.white.btn-outline-primary,
.btn.white:active.btn-outline-primary {
  border-color: white !important;
}
.btn.btn-outline-primary.has-icon {
  padding-left: 2.6rem;
}
.btn.btn-outline-primary.has-icon [class^="icon-"],
.btn.btn-outline-primary.has-icon [class*=" icon-"] {
  left: .25rem;
}
.btn.btn-outline-primary.otto-green-bg,
.btn.btn-outline-primary.otto-green-bg:active {
  border-color: #7BD57F !important;
  background-color: #7BD57F !important;
}
.btn.btn-outline-primary.otto-green-bg .loading,
.btn.btn-outline-primary.otto-green-bg:active .loading {
  background: transparent url(/img/buttons/rings-white.svg) no-repeat center center / 90%;
}
.btn.btn-outline-primary.otto-green-bg .loading:before,
.btn.btn-outline-primary.otto-green-bg:active .loading:before {
  visibility: hidden;
}
.station-buttons .station-play {
  width: 144px;
  text-align: center;
  padding-left: 2.25rem;
  padding-right: 1rem;
  height: 40px !important;
}
.uber-button {
  background-color: white !important;
  border-color: white !important;
  color: black !important;
}
.btn.no-border {
  border-color: transparent !important;
}
header.navbar {
  padding: 0;
  position: fixed;
  background-color: #40B4E5;
  height: 60px;
  z-index: 30;
  transform-style: preserve-3d;
}
header.navbar * {
  transform: translate3d(0, 0, 0);
}
header.navbar.search-open,
header.navbar.menu-open {
  position: absolute;
}
header.navbar .otto-radio {
  margin: 15px 0 15px 15px;
  width: 117px;
  height: 30px;
  background: transparent no-repeat center center / contain;
  background-image: url(/img/header/otto-radio-lg.svg);
}
header.navbar .navbar-nav {
  margin: 11px 15px 0 0;
}
header.navbar .navbar-nav .nav-link {
  font-size: 15px;
  padding: 8px 0 8px 2rem;
}
header.navbar .navbar-nav .nav-link [class^="icon-"],
header.navbar .navbar-nav .nav-link [class*=" icon-"] {
  left: 0;
  padding: 0;
}
header.navbar .navbar-nav .btn-outline-primary {
  font-size: 15px;
  padding: 9px 18px;
}
header.navbar .navbar-nav .nav-item + .nav-item {
  margin-left: 40px;
}
header.navbar .dropdown-toggle {
  padding: 0;
  border: none;
  border-radius: 0;
}
header.navbar .account-dropdown {
  margin-top: .55rem !important;
  margin-right: -15px !important;
}
header.navbar .small-signup {
  display: none;
}
header.navbar .small-signup .icon-more {
  left: 0;
  margin-right: 0;
  padding: 10px 5px;
}
header.navbar .noaccount-dropdown {
  margin-top: .5rem !important;
  margin-right: -15px !important;
}
header.navbar .noaccount-dropdown li.no-btn a {
  margin: 10px 20px;
  color: #2D3A42 !important;
  text-decoration: none;
  white-space: nowrap;
}
header.navbar .signedin-avatar {
  margin-left: 40px;
  cursor: pointer;
  left: 0;
  margin-right: 0;
}
header.navbar .signedin-avatar.user-avatar {
  border: none;
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center / cover;
  border-radius: 50%;
}
header.navbar .signedin-avatar.icon-revavatar {
  font-size: 1.5rem;
  padding: 5px;
}
header.navbar .user-avatar {
  border: none;
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center / cover;
  background-image: url(/img/header/avatar.svg);
  border-radius: 50%;
  cursor: pointer;
}
/* header show */
header {
  transition-duration: .2s;
}
body.hide-header header {
  transform: translateY(-100%);
}
body.hide-header header.search-open,
body.hide-header header.menu-open {
  transform: none;
}
@media screen and (max-width: 640px) {
  header.navbar .navbar-nav .nav-link {
    padding: 0;
  }
  header.navbar .navbar-nav .nav-link [class^="icon-"],
  header.navbar .navbar-nav .nav-link [class*=" icon-"] {
    position: relative;
    top: 0;
    transform: translateY(0);
    padding: 5px 5px;
  }
  header.navbar .navbar-nav .nav-link span {
    display: none;
  }
  header.navbar .navbar-nav .big-signup {
    display: none;
  }
  header.navbar .navbar-nav .small-signup {
    display: block;
  }
  header.navbar .navbar-nav .nav-item + .nav-item {
    margin-left: 15px;
  }
  header.navbar .navbar-nav .signedin-avatar {
    margin-left: 15px;
  }
}
@media screen and (max-width: 370px) {
  header.navbar .otto-radio {
    width: 72px;
    height: 30px;
    background-image: url(/img/header/otto-radio.svg);
  }
}
footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eee;
  font-size: 0.6667rem;
  padding-bottom: 30px;
}
footer.fake {
  position: relative;
  visibility: hidden;
}
footer ul li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
footer ul a.nav-link {
  padding: .5rem 0;
  text-decoration: none;
  color: #2D3A42;
  display: block;
}
footer ul a.nav-link.active {
  color: #7BD57F;
}
footer ul a.nav-link.active:active,
footer ul a.nav-link.active:focus {
  background-color: transparent;
}
footer .nav.social {
  display: inline-block;
}
footer .social .nav-item {
  margin: 0;
}
footer .social .nav-item + .nav-item {
  margin-left: .5rem;
}
footer .text-muted {
  color: #99A8C0;
}
footer .btn,
footer a.nav-link:active,
footer a.nav-link:focus,
footer a.nav-link:hover,
footer a.nav-link:visited {
  color: #2D3A42;
}
body.branch-banner-is-active footer {
  padding-bottom: 91px;
}
body.show-player footer {
  animation-duration: .2s;
  animation-fill-mode: forwards;
  padding-bottom: 145px;
}
@media screen and (max-width: 543px) {
  body.show-player footer {
    padding-bottom: 115px;
  }
}
html[splash=true] #otto-radio {
  padding-top: 0;
}
html[splash=true] #otto-radio .splash {
  padding-top: 60px;
}
html[splash=true] .full-width-container.can-scroll .big-play {
  background-color: #7BD57F;
  border-color: #40B4E5;
}
html[splash=true] .popover {
  margin-top: 10px;
}
html[page=homepage-public] .phone .phone-sizer {
  width: 100%;
  float: left;
  position: relative;
}
html[page=homepage-public] .phone .phone-sizer:before {
  margin-top: 219%;
  content: '';
  display: block;
}
html[page=homepage-public] .phone .phone-sizer .phone {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent no-repeat top center / contain;
  background-image: url(/img/home/bg-phone.svg);
}
html[page=homepage-public] .phone .phone-sizer .phone .screens {
  position: relative;
  height: 100%;
  margin: 14% 7%;
}
html[page=homepage-public] .phone .phone-sizer .phone .screens img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border: solid 1px rgba(0, 0, 0, 0.3);
}
html[page=homepage-public] .home-list {
  font-size: 0.8333rem;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  html[page=homepage-public] .home-col-left,
  html[page=homepage-personal] .home-col-left {
    padding: 0 35px 0 0;
  }
  html[page=homepage-public] .home-col-right,
  html[page=homepage-personal] .home-col-right {
    padding: 0 0 0 35px;
  }
}
@media screen and (max-width: 767px) {
  html[page=homepage-public] .player-cards .text-inside h5,
  html[page=homepage-personal] .player-cards .text-inside h5,
  html[page=homepage-public] .player-cards .text-inside label,
  html[page=homepage-personal] .player-cards .text-inside label {
    color: white !important;
  }
}
.md-block {
  display: block;
}
@media screen and (max-width: 770px) {
  .md-block {
    display: inline-block;
  }
}
.pulsar {
  background-color: transparent;
  border: 10px solid #f1f1f1;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: pulsate 3.75s ease-out;
  animation-iteration-count: infinite;
  opacity: 0.0;
}
.pulsar.two {
  animation-delay: .75s;
}
.pulsar.three {
  animation-delay: 1.5s;
}
.pulsar.four {
  animation-delay: 2.25s;
}
.pulsar.five {
  animation-delay: 3s;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 1.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0.0;
  }
}
.isvg {
  margin-top: 25%;
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  padding-top: 280%;
}
.isvg svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
}
.isvg svg .rainbow-stripe,
.isvg svg .rainbow-filtered .rainbow-stripe path {
  animation: rainbow 1.25s infinite;
  animation-timing-function: linear;
}
.isvg svg .rainbow-stripe-2,
.isvg svg .rainbow-filtered .rainbow-stripe-2 path {
  animation-delay: -1s;
}
.isvg svg .rainbow-stripe-3,
.isvg svg .rainbow-filtered .rainbow-stripe-3 path {
  animation-delay: -0.75s;
}
.isvg svg .rainbow-stripe-4,
.isvg svg .rainbow-filtered .rainbow-stripe-4 path {
  animation-delay: -0.5s;
}
.isvg svg .rainbow-stripe-5,
.isvg svg .rainbow-filtered .rainbow-stripe-5 path {
  animation-delay: -0.25s;
}
@keyframes rainbow {
  0% {
    fill: #5CE673;
  }
  20% {
    fill: #4DA6FF;
  }
  40% {
    fill: #56D6F0;
  }
  60% {
    fill: #FFA64D;
  }
  80% {
    fill: #FFD34D;
  }
  100% {
    fill: #5CE673;
  }
}
.learn-more .svgSize {
  background: transparent no-repeat center center / contain;
  display: inline-block;
}
.learn-more .svgSize img {
  visibility: hidden;
  width: 100%;
  height: auto;
}
.learn-more .time {
  background-image: url(/img/learn-more/time-desktop.svg);
  width: 75.2%;
  max-width: 527px;
}
.learn-more .equal {
  background-image: url(/img/learn-more/equal.svg);
  width: 4%;
  max-width: 34px;
  margin: 2.5% 4%;
  vertical-align: top;
}
.learn-more .heart {
  background-image: url(/img/learn-more/heart.svg);
  width: 11.9%;
  max-width: 82px;
}
.learn-more .play {
  background-image: url(/img/learn-more/play.svg);
  width: 16.1%;
}
.learn-more .arrow {
  background-image: url(/img/learn-more/arrow.svg);
  width: 8.75%;
  margin: 0 3%;
}
.learn-more .car {
  background-image: url(/img/learn-more/car.svg);
  width: 28%;
}
.learn-more .magnify {
  background-image: url(/img/learn-more/magnify.svg);
  width: 16.1%;
}
.learn-more .tough {
  background-image: url(/img/learn-more/tough.svg);
  width: 25.25%;
}
.learn-more .footer-color {
  background-color: #2e3a42;
  margin-bottom: -3rem;
  padding: 4rem 0 2rem 0;
  color: white;
}
@media screen and (max-width: 543px) {
  .learn-more .svgSize {
    display: block;
    margin: 0 auto;
  }
  .learn-more .time {
    width: 100%;
    max-width: none;
    background-image: url(/img/learn-more/time-mobile.svg);
  }
  .learn-more .equal {
    margin: 1.5rem auto;
    width: 34px;
  }
  .learn-more .heart {
    width: 30%;
    max-width: none;
  }
  .learn-more .play {
    width: 145px;
  }
  .learn-more .arrow {
    background-image: url(/img/learn-more/arrow-down.svg);
    width: 52px;
    height: 79px;
    margin: 2rem auto;
  }
  .learn-more .car {
    width: 252px;
  }
  .learn-more .magnify {
    width: 145px;
  }
  .learn-more .tough {
    width: 230px;
  }
}
#LoginModal .has-error .form-error {
  display: none;
}
.login-wrapper .buttonForgot {
  position: absolute;
  right: 1rem;
  top: 0;
}
.login-wrapper .icon-pageback {
  color: #40B4E5;
  margin-top: -0.5rem;
  float: left;
}
.login-wrapper .login-facebook {
  padding-left: 60px;
  position: relative;
  padding-bottom: .7rem;
  white-space: normal;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.login-wrapper .login-facebook:before {
  font-family: 'otto' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2px;
  border: solid 1px white;
  border-radius: 50%;
  padding: 13px;
}
@media screen and (max-width: 543px) {
  .login-wrapper .login-facebook {
    padding-left: 1.5rem;
  }
  .login-wrapper .login-facebook:before {
    display: none;
  }
}
@media screen and (max-width: 388px) {
  .login-wrapper .login-facebook {
    font-size: .8rem;
  }
}
label.text-muted {
  font-size: 0.6667rem;
}
.social-buttons button + button {
  margin-left: .5rem;
}
.detail-share [class^="icon-"],
.detail-share [class*=" icon-"] {
  font-size: 1rem;
  padding: .5rem;
}
.details .detailsCard.itunes .source-image {
  width: 30%;
  max-width: 160px;
}
.details-buttons {
  padding-right: 15px;
  display: inline-block;
}
.details-buttons .nav-item > .btn {
  font-size: 1.5rem;
}
.details-buttons .nav-item > .btn.icon-star,
.details-buttons .nav-item > .btn.icon-starsolid {
  font-size: 1rem;
  padding: .4rem !important;
}
.details-buttons .nav-item > .btn.icon-starsolid {
  background-color: #7BD57F;
  border-color: #7BD57F;
  color: white;
}
.details-buttons.article {
  margin-top: 15px;
}
.details-play-button {
  padding: 1rem 0 1rem 3.5rem;
  color: #40B4E5;
}
.details-play-button [class^="icon-"],
.details-play-button [class*=" icon-"] {
  left: .45rem !important;
  top: 1.6rem;
  color: #fff;
  border-color: #40B4E5;
  background-color: #40B4E5;
}
.details-play-button [class^="icon-"].playing,
.details-play-button [class*=" icon-"].playing {
  border-color: #7BD57F;
  background-color: #7BD57F;
}
.details-play-button [class^="icon-"].playing.loading,
.details-play-button [class*=" icon-"].playing.loading {
  background: #7BD57F url(/img/buttons/rings.svg) no-repeat center center / 90%;
  height: 2.311rem;
}
.details-play-button [class^="icon-"].playing.loading:before,
.details-play-button [class*=" icon-"].playing.loading:before {
  visibility: hidden;
}
body.line-clamp .mini-details label.title {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: none;
}
.mini-details {
  position: relative;
  padding-left: 75px;
  min-height: 60px;
}
.mini-details .image-wrapper {
  position: absolute;
  left: 0px;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.08);
}
.mini-details .image-wrapper div {
  width: 60px;
  height: 60px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background: transparent no-repeat center center / cover;
}
.mini-details .image-wrapper img {
  visibility: hidden;
  width: 1px;
  height: 1px;
}
.mini-details label.title {
  font-size: 0.8333rem;
  line-height: 1.15rem;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  max-height: 2.3rem;
  color: #2D3A42;
  display: block;
}
.mini-details label.timestamp {
  font-size: 12px;
  color: #99A8C0 !important;
  text-decoration: none !important;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  margin: 0;
  display: block;
}
.mini-details a {
  color: #2D3A42;
}
.mini-details a:hover,
.mini-details a:focus,
.mini-details a:active {
  text-decoration: none;
}
.mini-details a.active label.title {
  color: #56B95B;
}
.stars {
  position: relative;
  height: 1rem;
  display: inline-block;
  width: 120px;
  margin-top: 4px;
}
.stars .filled,
.stars .unfilled {
  position: absolute;
  top: 0;
  left: 0;
}
.stars .filled div,
.stars .unfilled div {
  display: inline-block;
  border: none;
}
.stars .filled div + div,
.stars .unfilled div + div {
  margin-left: .25rem;
}
.stars .filled {
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
}
.stars .filled .icon-starsolid:before {
  color: #40B4E5;
}
.stars .unfilled {
  white-space: nowrap;
  z-index: 1;
}
.stars .unfilled .icon-starsolid:before {
  color: #DEDEDE;
}
.stars.stars-5 .filled {
  width: .5rem;
}
.stars.stars-1-0 .filled {
  width: 1rem;
}
.stars.stars-1-5 .filled {
  width: 1.75rem;
}
.stars.stars-2-0 .filled {
  width: 2.25rem;
}
.stars.stars-2-5 .filled {
  width: 3rem;
}
.stars.stars-3-0 .filled {
  width: 3.75rem;
}
.stars.stars-3-5 .filled {
  width: 4.25rem;
}
.stars.stars-4-0 .filled {
  width: 4.75rem;
}
.stars.stars-4-5 .filled {
  width: 5.5rem;
}
.stars.stars-5-0 .filled {
  width: 6rem;
}
.first-episode-description {
  max-height: 8rem;
  overflow: hidden;
}
body.touch .list-article .article-buttons .hover-visible {
  visibility: visible;
}
.list-article {
  display: flex;
  x-justify-content: space-around;
  x-align-items: stretch;
  padding-top: 15px;
}
.list-article .wrapper-title {
  flex: 1;
  min-width: 0;
}
.list-article .wrapper-buttons {
  width: 120px;
  flex: 0 0 120px;
  padding: 0  0 0 30px;
}
@media screen and (max-width: 374px) {
  body .list-article .article-buttons .hover-visible {
    visibility: visible;
  }
}
.list-article {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.list-article.first-of-type {
  border-top: none;
}
body.line-clamp p.first-episode-description {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: none;
}
.list-article.showCoverImage .first-column {
  position: relative;
  padding-left: 90px;
}
.list-article .image-wrapper {
  position: absolute;
  left: 15px;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.08);
}
.list-article .image-wrapper div {
  width: 60px;
  height: 60px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background: transparent no-repeat center center / cover;
}
.list-article .image-wrapper img {
  visibility: hidden;
  width: 1px;
  height: 1px;
}
.list-article a {
  text-decoration: none;
}
.list-article a.active h5 {
  color: #56B95B;
}
.list-article a:hover,
.list-article a:focus,
.list-article a:active {
  text-decoration: none;
}
.list-article h5 {
  font-size: 1rem;
  margin-bottom: .4rem;
  overflow: hidden;
  line-height: 1.2rem;
  max-height: 2.4rem;
}
.list-article label {
  color: #99A8C0;
  font-size: 0.6667rem;
  margin-bottom: 0;
  display: block;
}
.list-article .article-buttons {
  position: relative;
}
.list-article .article-buttons .hover-visible {
  visibility: hidden;
}
.list-article .article-buttons > button,
.list-article .article-buttons > .btn-group > button,
.list-article .article-buttons > .btn-group > .dropdown > button {
  margin-top: 0 !important;
  margin-left: 0 !important;
  color: #40B4E5;
  background-color: white;
  border-color: #40B4E5;
}
.list-article .article-buttons > button.active,
.list-article .article-buttons > .btn-group > button.active,
.list-article .article-buttons > .btn-group > .dropdown > button.active {
  color: #fff;
  border-color: #7BD57F;
  background-color: #7BD57F;
}
.list-article .article-buttons > .btn-group > button.button-playtoggle {
  visibility: visible !important;
  margin-left: 10px !important;
  margin-right: 0 !important;
}
.list-article:hover .article-buttons .hover-visible {
  visibility: visible;
}
.hide-some-podcasts .details-podcast-column:nth-child(n+13) {
  display: none;
}
.details-podcast .details {
  position: relative;
  padding-left: 155px;
  min-height: 155px;
}
.details-podcast h4 {
  margin-bottom: .25rem;
}
.details-podcast h4 a {
  color: #2D3A42 !important;
  text-decoration: none !important;
}
.details-podcast p {
  font-size: 15px;
  margin-bottom: 0rem;
}
.details-podcast label {
  margin: 0 0 .25rem 0;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}
.details-podcast .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  height: 145px;
  display: inline-block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background: transparent no-repeat center center / cover;
}
.details-podcast .image img {
  visibility: hidden;
}
.details-podcast .description {
  font-size: 15px;
  overflow: hidden;
  max-height: 4.9rem;
  margin-bottom: 0;
}
body.line-clamp .details-podcast p.description {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: none;
}
@media screen and (max-width: 543px) {
  .details-podcast .details {
    padding-left: 110px;
    min-height: 110px;
  }
  .details-podcast .details .image {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 355px) {
  .details-play-button span {
    display: none;
  }
}
.interest {
  cursor: pointer;
}
.interest .sizer {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.interest .sizer:before {
  margin-top: 65%;
}
.interest .sizer:before {
  content: '';
  display: block;
}
.interest .sizer img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent no-repeat center center / cover;
  width: 100%;
  height: 100%;
}
.interest .sizer div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.interest .sizer label {
  font-weight: normal;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px 0;
  text-align: center;
  line-height: 1;
}
.interest:hover img,
.interest.selected img {
  filter: grayscale(100%);
}
.interest.selected .sizer div {
  background-color: #7BD57F;
  opacity: .4;
}
.interest.selected label {
  display: block;
  background-color: #7BD57F;
}
@media screen and (max-width: 543px) {
  .interest .sizer label {
    font-size: .8rem;
  }
}
.otto-carousel {
  margin-left: 0;
  position: relative;
}
.otto-carousel .row {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
}
.otto-carousel .flickity-slider {
  z-index: 1;
}
.otto-carousel .flickity-viewport {
  width: 100%;
  overflow-x: hidden;
  overflow: visible;
}
.otto-carousel .flickity-prev-next-button {
  position: absolute;
  z-index: 2;
  height: 60%;
  width: 60px;
  background: transparent no-repeat center center;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  padding: 0;
  border-radius: 0;
}
.otto-carousel .flickity-prev-next-button svg {
  display: none;
}
.otto-carousel .flickity-prev-next-button .arrow {
  fill: #fff;
}
.otto-carousel .flickity-prev-next-button.previous {
  left: 0;
}
.otto-carousel .flickity-prev-next-button.next {
  right: 0;
}
.otto-carousel .flickity-prev-next-button:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'otto' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 2em;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.otto-carousel .flickity-prev-next-button:disabled {
  display: none !important;
}
.otto-carousel:hover .flickity-prev-next-button {
  display: block;
}
body.touch .otto-carousel .flickity-prev-next-button {
  display: none !important;
}
/* broadcast specific */
.broadcast-play {
  position: absolute;
  z-index: 6;
  left: 15px;
  right: 15px;
  visibility: hidden;
}
.broadcast-play:before {
  display: block;
  content: '';
  margin-top: 56.25%;
}
.broadcast-play .big-play-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 60%;
  height: 100%;
}
.broadcast-play .big-play-wrapper .embed-responsive {
  top: 15%;
  left: -80%;
  visibility: visible;
}
.broadcast-play .big-play {
  position: absolute;
  border: solid 10px #40B4E5;
  background-color: #7BD57F;
  cursor: pointer;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.broadcast-play .big-play.button-time {
  animation: pulse 5s infinite;
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.broadcast-play .showChangeLength .change-length {
  display: block;
  position: absolute;
  top: 88%;
  left: -80%;
  width: 100%;
}
.broadcast-play .showChangeLength .change-length > div {
  font-size: 1.5rem;
  display: none;
}
.broadcast-play .showChangeLength .big-play {
  background-color: #7BD57F;
}
.broadcast-play .showChangeLength .broadcast-time {
  position: absolute;
}
.broadcast-play .change-length {
  display: none;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  line-height: 19px;
  z-index: 7;
}
.carousel-stations .fake-card .meta-info-wrapper {
  display: none;
}
.row.show-big-play .flickity-slider {
  margin-left: 16.67%;
}
.row.show-big-play .player-slide.show-big-play {
  margin-left: 16.67%;
}
.show-play .player-card .over-image .over-menu .article-buttons .icon-play {
  visibility: visible;
  background-color: #7BD57F;
}
@media screen and (max-width: 640px) {
  .broadcast-play .big-play {
    border-width: 5px;
  }
  .broadcast-play .showChangeLength .change-length div {
    display: block;
  }
  .broadcast-play .showChangeLength .change-length span {
    display: none;
  }
}
@media screen and (min-width: 1px) {
  .broadcast-play .big-play-wrapper {
    right: 63%;
  }
}
@media screen and (min-width: 320px) {
  .broadcast-play .big-play-wrapper {
    right: 66%;
  }
  .broadcast-play .big-play-wrapper .embed-responsive {
    top: 20%;
  }
}
@media screen and (min-width: 360px) {
  .broadcast-play .big-play-wrapper {
    right: 69%;
  }
  .broadcast-play .big-play-wrapper .embed-responsive {
    top: 25%;
  }
}
@media screen and (min-width: 544px) {
  .broadcast-play .big-play-wrapper {
    right: 63%;
  }
  .broadcast-play .big-play-wrapper .embed-responsive {
    top: 15%;
  }
}
@media screen and (min-width: 650px) {
  .broadcast-play .big-play-wrapper {
    right: 62%;
  }
}
@media screen and (min-width: 700px) {
  .broadcast-play .big-play-wrapper {
    right: 63%;
  }
}
@media screen and (min-width: 768px) {
  .broadcast-play .big-play-wrapper {
    right: 60%;
  }
}
@media screen and (min-width: 992px) {
  .carousel-broadcast .slide-play-button {
    max-width: 170px !important;
  }
}
/* big play button */
.player-cards .big-play-wrapper {
  top: 50%;
  transform: translate(20%, -50%);
  position: absolute;
  width: 400%;
  right: -30px;
  z-index: 6;
}
.player-cards .showChangeLength .change-length {
  display: block;
}
.player-cards .showChangeLength .change-length > div {
  font-size: 1.5rem;
  display: none;
}
.player-cards .showChangeLength .big-play {
  background-color: #7BD57F;
}
.player-cards .showChangeLength .broadcast-time {
  position: absolute;
}
.player-cards .big-play {
  position: absolute;
  border: solid 10px #40B4E5;
  background-color: #7BD57F;
  cursor: pointer;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.player-cards .big-play.button-time {
  animation: pulse 5s infinite;
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.player-cards .change-length {
  display: none;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  line-height: 19px;
}
.scroll-cards {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.scroll-cards > li {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  padding: 0 15px 0 0;
}
/* scroll buttons */
.player-cards {
  position: relative;
}
.player-cards:hover .scroll-button {
  visibility: visible;
}
.player-cards .scroll-button {
  visibility: hidden;
  height: 100%;
  top: 0;
  width: 60px;
  position: absolute;
  z-index: 10;
  background: transparent no-repeat center center;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  padding: 0;
  border: none;
}
.player-cards .scroll-button:before {
  font-size: 2em;
  color: #fff;
}
.player-cards .prev {
  left: 0;
}
.player-cards .next {
  right: 0;
}
.player-cards.canGoForward .next {
  display: block;
}
.player-cards.canGoBack .prev {
  display: block;
}
@keyframes horizontalScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -900% 0;
  }
}
.station-card {
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.station-card[data-id="*NEWS"] .background-image {
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: horizontalScroll 60s infinite;
  animation-timing-function: linear;
}
.station-card:hover .over-menu .hover-visible {
  visibility: visible;
}
.station-card .over-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.station-card .over-menu .hover-visible {
  visibility: hidden;
}
.station-card:hover .background-image.blurry {
  animation: unblur 300ms forwards;
}
.station-card .background-image.blurry {
  filter: blur(5px);
}
.station-card .image-wrapper {
  border-radius: 5px;
  box-shadow: none;
}
.station-card .foreground .fg-ripple,
.station-card .foreground .fg-radio,
.station-card .foreground .fg-radio-you,
.station-card .foreground .fg-gradient,
.station-card .foreground img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.station-card .foreground .fg-ripple {
  background: transparent url(/img/station/fg-ripple.svg) no-repeat top left;
}
.station-card .foreground .fg-radio {
  background: transparent url(/img/station/fg-radio.svg) no-repeat left 15px bottom 15px;
}
.station-card .foreground .fg-radio-you {
  background: transparent url(/img/station/fg-radio-you.svg) no-repeat center center;
  background-size: 50%;
}
.station-card .foreground .fg-gradient {
  background-color: rgba(0, 0, 0, 0.2);
}
.station-card .foreground.no-gradient .fg-gradient {
  display: none;
}
.station-card .foreground.station-news .fg-gradient {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.station-card .title {
  position: absolute;
  bottom: 20px;
  left: 13px;
  color: white;
}
.station-card .title h3 {
  color: white;
  margin: 0;
  font-size: 2rem;
}
.station-card .title p {
  color: white;
  margin: 0;
}
@keyframes unblur {
  0% {
    filter: blur(5px);
  }
  100% {
    filter: blur(0);
  }
}
.podcast-card .icon-starsolid {
  background-color: #7BD57F !important;
}
.player-card {
  position: relative;
}
.player-card:hover .over-menu .hover-visible {
  visibility: visible;
}
.player-card .absolute {
  background-color: rgba(0, 0, 0, 0.08);
}
.player-card .over-image {
  position: relative;
  z-index: 5;
}
.player-card .over-image .source-image {
  position: absolute;
  width: 12%;
  min-width: 50px;
  height: auto;
  top: 10px;
  left: 10px;
  background: transparent no-repeat center center / cover;
  background-color: #fff;
  visibility: hidden;
}
.player-card .over-image .over-menu {
  position: absolute;
  top: 0;
  right: 0;
}
.player-card .over-image .hover-visible {
  visibility: hidden;
}
.player-card .image-wrapper {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.player-card .image-wrapper > img,
.player-card .image-wrapper > div {
  width: 100%;
  height: 100%;
  background: transparent no-repeat center center / cover;
}
.player-card .image-wrapper > img {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.player-card .meta-info-wrapper {
  float: left;
  width: 100%;
  margin-top: .25rem;
}
.player-card a:hover {
  text-decoration: none !important;
}
.player-card h5 {
  margin: 10px 0 .2rem 0;
  color: #2D3A42 !important;
  text-decoration: none !important;
  font-size: 0.8333rem;
  font-weight: normal;
  line-height: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.player-card label {
  display: block;
  font-size: 12px;
  color: #99A8C0 !important;
  text-decoration: none !important;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.player-card label .remaining {
  color: #40B4E5 !important;
}
.player-card .progressBar {
  visibility: hidden;
  margin: 5px 0 0 0;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.08);
}
.player-card .progressBar.show {
  visibility: visible;
}
.player-card .progressBar .progress {
  height: 3px;
  background-color: #40B4E5;
}
.player-card.noSource .sizer {
  float: none;
}
.player-card.noSource .sizer:before {
  margin-top: 0;
}
.player-card.noSource .sizer .absolute {
  position: relative;
  background-color: transparent;
}
.player-card.noSource .sizer .absolute .over-image img {
  position: relative;
  top: 0;
  left: 0;
  width: 225px;
  max-width: 225px;
  height: 225px;
}
.player-card.noSource .sizer .absolute .image-wrapper {
  display: none;
}
.player-card .image-wrapper.blurry .background-image {
  transform: translateZ(0);
  filter: blur(15px);
  height: 267%;
  margin-left: -25%;
  margin-top: -50%;
  transform: rotate(-45deg);
  transform-origin: 50% 50% 0;
  width: 150%;
}
.player-card.itunes .over-image .source-image {
  width: 24%;
}
.player-card.broadcast-text h5 {
  color: #fff !important;
  font-size: 1rem;
  line-height: 1.2rem;
}
.player-card.broadcast-text .progressBar {
  display: none;
}
.player-card.broadcast-text label {
  color: rgba(255, 255, 255, 0.6) !important;
}
/* modal for changing broadcast length */
.broadcastLengthButtons {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.broadcastLengthButtons li {
  margin: 0;
  padding: .5rem;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.broadcastLengthButtons li button {
  color: #40B4E5;
  border: solid 1px #40B4E5;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}
.broadcastLengthButtons li button.active {
  color: #fff;
  border-color: #7BD57F;
  background-color: #7BD57F;
}
.broadcastLengthButtons li button.active label {
  color: white;
}
.broadcastLengthButtons li button > div {
  font-size: 2rem;
  line-height: 1;
  margin-top: 15px;
}
.broadcastLengthButtons li button > label {
  font-size: 0.9rem;
  line-height: 1;
  margin: 0;
  top: -10px;
  position: relative;
  cursor: pointer;
  color: #40B4E5;
}
.fake-card .absolute,
.fake-card h5,
.fake-card label {
  background-color: rgba(0, 0, 0, 0.08);
}
/* Show the buttons all the time for mobile */
body.touch .over-menu .hover-visible {
  visibility: visible;
}
body.touch .player-cards .scroll-button {
  display: none;
}
body.line-clamp h5 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: none;
}
.player-cards .container-fluid {
  max-width: 1400px;
}
.player-cards li.show-play .player-card .over-menu .article-buttons .icon-play {
  visibility: visible;
  background-color: #7BD57F;
}
.show-play .player-card .over-menu .article-buttons .icon-play {
  visibility: visible;
  background-color: #7BD57F;
}
.station-card .over-menu .show-play.article-buttons .btn-group .btn.icon-play {
  visibility: visible;
}
/* when the homepage gets too small */
@media screen and (max-width: 767px) {
  .player-cards .broadcast-text h5 {
    font-size: 0.8333rem;
    font-weight: normal;
    line-height: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .player-cards .big-play {
    border-width: 5px;
  }
  .player-cards .showChangeLength .change-length {
    margin-top: -15px;
    margin-left: 40%;
  }
  .player-cards .showChangeLength .change-length div {
    display: block;
  }
  .player-cards .showChangeLength .change-length span {
    display: none;
  }
}
@media screen and (min-width: 320px) {
  .player-cards .big-play-wrapper {
    width: 350%;
  }
  .player-cards .showChangeLength .change-length {
    margin-top: -15px;
    margin-left: 40%;
  }
}
@media screen and (min-width: 360px) {
  .player-cards .big-play-wrapper {
    width: 300%;
  }
  .player-cards .showChangeLength .change-length {
    margin-top: -15px;
    margin-left: 45%;
  }
}
@media screen and (min-width: 400px) {
  .player-cards .big-play-wrapper {
    width: 260%;
  }
  .player-cards .showChangeLength .change-length {
    margin-top: -25px;
    margin-left: 45%;
  }
}
@media screen and (min-width: 440px) {
  .player-cards .big-play-wrapper {
    width: 220%;
  }
  .player-cards .showChangeLength .change-length {
    margin-top: -35px;
    margin-left: 45%;
  }
}
@media screen and (min-width: 544px) {
  .player-cards .big-play-wrapper {
    width: 190%;
  }
  .player-cards .showChangeLength .change-length {
    margin-top: -25px;
    margin-left: 45%;
  }
}
@media screen and (min-width: 640px) {
  .player-cards .showChangeLength .change-length {
    margin-top: -35px;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .player-cards .big-play-wrapper {
    width: 150%;
  }
}
@media screen and (min-width: 992px) {
  .player-cards .big-play-wrapper {
    width: 130%;
  }
}
@media screen and (min-width: 1200px) {
  .player-cards .big-play-wrapper {
    width: 110%;
  }
}
.sub-nav {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
  list-style-type: none;
  white-space: nowrap;
}
.sub-nav .nav-item {
  float: none !important;
  display: inline-block;
}
.sub-nav .nav-item a {
  padding: 15px 0 10px 0;
  display: block;
  color: #2D3A42;
  border-bottom: solid 3px white;
}
.sub-nav .nav-item a:hover,
.sub-nav .nav-item a.active {
  text-decoration: none;
  border-bottom: solid 3px #7BD57F;
}
.sub-nav .nav-item + .nav-item {
  margin-left: 40px;
}
.toggles {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: inline-block;
}
.toggles li {
  vertical-align: top;
  margin: 15px;
  text-align: center;
  display: inline-block;
}
.toggles li img {
  vertical-align: top;
  display: block;
  border: solid 1px #99A8C0;
  border-radius: 40px;
  background: transparent no-repeat center center;
  background-image: url(/img/widgets/icon-check.svg);
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
}
.toggles li img.selected {
  border-color: #7BD57F;
  background-color: #7BD57F;
  background-image: url(/img/widgets/icon-check-white.svg);
}
.toggles li label {
  margin: 10px auto 0 auto;
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}
.user-name h1 {
  display: inline-block;
  margin: 0 1rem 0 0;
}
.user-name button {
  vertical-align: top;
}
.user-name input {
  display: inline-block;
}
.user-name form {
  display: none;
}
.user-name.editing h1,
.user-name.editing button[type=button] {
  display: none;
}
.user-name.editing form {
  display: block;
}
.avatar-editor {
  text-align: center;
}
.avatar-editor input {
  display: none;
}
.avatar-editor .hover-menu {
  margin-top: 40%;
  display: none;
}
.avatar-editor:hover .hover-menu {
  display: block;
}
.avatar-editor button {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
}
.avatar-editor button + button {
  margin-left: 1rem;
}
.userAvatarLarge {
  position: relative;
  width: 100%;
  float: left;
}
.userAvatarLarge:before {
  margin-top: 100%;
  content: '';
  display: block;
}
.userAvatarLarge .avatar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent no-repeat center center / cover;
  background-image: url(/img/header/avatar.svg);
  border-radius: 50%;
}
.userAvatarLarge .avatar.default {
  background-color: #eee;
  background-size: 65%;
  background-position: 54% center;
}
.userAvatarLarge .avatar.default .icon-close {
  display: none !important;
}
.userAvatarLarge.working {
  opacity: .5;
}
.userAvatarLarge.working:hover .hover-menu {
  display: none !important;
}
body.touch .hover-menu {
  display: block !important;
}
.AvatarCropper-base canvas,
.AvatarCropper-base input[type=range] {
  margin: 0 auto;
}
.stats-wrapper {
  padding-bottom: .5rem;
}
.stats-wrapper h1 {
  margin-bottom: 0;
}
.stats-wrapper label {
  font-size: 12px;
  color: #2D3A42;
  line-height: .9rem;
}
.stats-wrapper > .row > div:before {
  content: '';
  display: block;
  position: absolute;
  top: 20%;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #979797;
}
.stats-wrapper > .row > div:first-child:before {
  display: none;
}
.connect-facebook {
  padding-left: 60px;
  position: relative;
  white-space: normal;
}
.connect-facebook:before {
  font-family: 'otto' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2px;
  border: solid 1px #40B4E5;
  border-radius: 50%;
  padding: 13px;
}
.col-inner {
  white-space: nowrap;
}
.two-lines {
  line-height: 1.25rem;
}
.one-line,
.two-lines {
  width: 70%;
  vertical-align: middle;
  display: inline-block;
}
.one-line div,
.two-lines div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.connections > div > div {
  min-height: 100px;
  padding: 25px 0;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.row-with-toggle p,
.row-with-toggle button {
  display: inline-block;
}
.row-with-toggle p {
  margin-right: 1.5rem;
}
.keyword-search-wrapper {
  position: relative;
  width: 100%;
  display: block;
  height: 38px;
}
.keyword-search-wrapper .icon-search {
  position: absolute;
  left: 0;
  top: 0;
}
.keyword-search-wrapper .inputWrapper {
  position: absolute;
  left: 50px;
  right: 80px;
  top: 0;
}
.keyword-search-wrapper input {
  margin: 5px 0 0 0;
  text-align: left;
}
.keyword-search-wrapper .icon-close {
  position: absolute;
  right: 75px;
  top: -5px;
  color: #2D3A42;
  cursor: pointer;
  margin: 5px;
}
.keyword-search-wrapper .icon-close:before {
  border: solid 1px #2D3A42;
  border-radius: 100%;
  padding: 5px;
  font-size: 10px;
}
.keyword-search-wrapper .btn.link {
  position: absolute;
  right: 0;
  padding: 4px 0 0 0;
}
.pills {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pills li {
  margin: 0 .5rem .5rem 0;
  padding: .25rem .5rem;
  display: inline-block;
  font-size: 15px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pills li.pills-interests {
  cursor: not-allowed;
  background-color: #2D3A42;
  color: #fff;
  border: solid 1px #2D3A42;
}
.pills li.pills-keywords {
  cursor: pointer;
  background-color: #7BD57F;
  color: #fff;
  border: solid 1px #7BD57F;
}
.pills li.pills-keywords.unselected {
  background-color: white;
  color: #40B4E5;
  border: solid 1px #40B4E5;
}
.pills li.pills-suggested {
  cursor: cell;
  color: #40B4E5;
  border: solid 1px #40B4E5;
}
.pills li.pills-suggested.selected {
  cursor: pointer;
  border: solid 1px #7BD57F;
  background-color: #7BD57F;
  color: #fff;
}
.emailToggles {
  position: relative;
}
.emailToggles li {
  cursor: pointer;
}
.emailToggles li.first {
  margin-bottom: .5rem;
}
.emailToggles li.not-first,
.emailToggles li.last {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  padding-left: 40px;
  margin-left: 20px;
}
.emailToggles li.not-first:before,
.emailToggles li.last:before {
  content: '';
  position: absolute;
  left: 21px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  height: 1px;
  width: 30px;
  margin-top: 20px;
}
.emailToggles li.last:before {
  background-color: #fff;
  height: 31px;
  left: 20px;
}
.emailToggles li + li {
  padding: .5rem 0;
}
.emailToggles .circle {
  border-color: #99A8C0;
  color: #99A8C0;
  margin-right: 1rem;
}
.emailToggles li.checked .circle {
  border-color: #7BD57F;
  background-color: #7BD57F;
  color: #fff;
}
.emailToggles li.disabled {
  cursor: inherit !important;
}
.emailToggles li.disabled .circle,
.emailToggles li.disabled span {
  cursor: inherit !important;
  opacity: .2 !important;
}
html[page=account-recents] .sub-nav {
  display: none;
}
.loading {
  cursor: progress;
  background: transparent url(/img/buttons/rings-blue.svg) no-repeat center center / auto 100%;
  height: 60px;
}
@media screen and (max-width: 543px) {
  .sub-nav .nav-item + .nav-item {
    margin-left: 15px;
  }
}
@media screen and (max-width: 454px) {
  .toggles li {
    width: 120px;
  }
}
@media screen and (max-width: 345px) {
  .toggles li {
    width: 100px;
  }
}
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.player {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 200;
}
.player .nav-player {
  position: absolute;
  top: 10px;
  right: 0;
}
.player .nav-player .nav-item > .btn {
  padding: 0;
}
.player .nav-player .nav-item .dropup.btn-group > .btn {
  padding: 0;
}
.player .nav-player .nav-item .dropup.btn-group > .btn > [class^="icon-"],
.player .nav-player .nav-item .dropup.btn-group > .btn > [class*=" icon-"] {
  left: 0;
  margin-right: 0;
}
.player .nav-player .item-share {
  padding-right: .5rem;
}
.player .nav-player .social-buttons {
  text-align: center;
}
.player .nav-player .social-buttons .btn {
  padding: .1rem;
  font-size: .9rem;
}
.player .nav-player .social-buttons .btn + .btn {
  margin-left: 1rem;
}
.player .nav-player .menu-player-more.dropdown-menu {
  min-width: 215px;
  margin-left: -400%;
}
.player .icon-pageup {
  position: absolute;
  cursor: pointer;
  right: -6px;
  top: -3px;
  border: none;
  display: none;
}
.player .real-player {
  background-color: rgba(4, 34, 64, 0.95);
  height: 90px;
  display: flex;
  x-justify-content: space-around;
  x-align-items: stretch;
}
.player .real-player .buttons {
  height: 100%;
  width: 200px;
  flex: 0 0 200px;
  padding: 0 25px 0 15px;
}
.player .real-player .buttons .inside {
  padding-top: 15px;
  position: relative;
}
.player .real-player .controls {
  height: 100%;
  flex: 1;
  min-width: 0;
  padding: 0 15px 0 0;
}
.player .real-player .controls .inside {
  position: relative;
  padding-top: 15px;
}
.player .real-player .extra {
  height: 100%;
  width: 350px;
  flex: 0 0 350px;
  padding: 0 15px;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}
.player .real-player .extra .inside {
  padding-top: 7px;
}
.player .buttons button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: solid 1px rgba(255, 255, 255, 0.4);
  padding: 0;
  margin: 0;
  vertical-align: middle;
  float: none;
}
.player .buttons button:before {
  font-size: 18px;
}
.player .buttons button[disabled] {
  opacity: .5;
  cursor: auto;
}
.player .buttons button.icon-play {
  margin: 0 10px;
  width: 60px;
  height: 60px;
}
.player .buttons button.icon-play:before {
  font-size: 25px;
}
.player .buttons button.icon-play.playing:before {
  content: "\e934";
  right: 0;
}
.player .buttons button.icon-play.loading {
  background: transparent url(/img/buttons/rings.svg) no-repeat center center / 90%;
}
.player .buttons button.icon-play.loading:before {
  visibility: hidden;
}
.player .controls {
  position: relative;
}
.player .controls h4,
.player .controls label {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 10px 0;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  font-weight: normal;
  text-decoration: none !important;
}
.player .controls a:hover,
.player .controls a:active {
  text-decoration: none !important;
}
.player .controls a:hover *,
.player .controls a:active * {
  text-decoration: none !important;
}
.player .controls .playing-source {
  position: absolute;
  top: 9px;
  left: 0;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.player .controls h4 {
  margin: 0 40px 0 40px;
}
.player .controls .end-broadcast {
  display: none;
  right: 15px;
  top: -2px;
}
.player .controls .player-nav {
  -webkit-user-select: none;
  position: relative;
  height: 30px;
  margin-top: 15px;
}
.player .controls .player-nav button {
  position: absolute;
  background-color: transparent;
  vertical-align: middle;
  margin: 0;
  float: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
}
.player .controls .player-nav button:before {
  font-size: 30px;
}
.player .controls .player-nav button[disabled] {
  opacity: .5;
  cursor: auto;
}
.player .controls .player-nav label {
  position: absolute;
  top: 10px;
  font-size: 12px;
  line-height: 1;
  width: 45px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.player .controls .player-nav label.timeIn {
  top: 20px;
  left: 0;
  text-align: left;
}
.player .controls .player-nav label.timeTogo {
  top: 20px;
  right: 0;
  text-align: right;
}
.player .controls .player-nav .progressBar {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  background-color: rgba(255, 255, 255, 0.15);
  height: 4px;
  border-radius: 8px;
}
.player .controls .player-nav .progressBar[disabled] {
  opacity: .5;
  cursor: auto;
}
.player .controls .player-nav .progressBar[disabled] .progress {
  width: 0 !important;
}
.player .controls .player-nav .progressBar[disabled] .drag {
  display: none;
}
.player .controls .player-nav .progressBar .progress {
  width: 0;
  background-color: #72BEE9;
  height: 4px;
  border-radius: 8px;
  overflow: visible;
}
.player .controls .player-nav .progressBar .drag {
  padding: 5px;
  float: right;
  margin-top: -11px;
  margin-right: -13px;
  cursor: ew-resize;
}
.player .controls .player-nav .progressBar .drag div {
  width: 16px;
  height: 16px;
  border-radius: 32px;
  background-color: #72BEE9;
}
.player .extra .nextUp .label-wrapper {
  position: relative;
  height: 31px;
  margin-top: 3px;
}
.player .extra .nextUp .label-wrapper .icon-list {
  position: absolute;
  top: 0;
  right: 0;
}
.player .extra .nextUp label {
  display: block;
  color: #99A8C0;
  font-size: 12px;
  font-weight: normal;
  vertical-align: top;
  margin: 0 40px 0 0;
  padding-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.player .extra .nextUp .next-wrapper {
  position: relative;
  padding-left: 40px;
}
.player .extra .nextUp img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.player .extra .nextUp h4 {
  margin: 0;
  font-weight: normal;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  height: 42px;
  text-decoration: none !important;
}
.player .extra .nextUp .icon-pageup {
  display: block;
  top: 2px;
  right: 0;
  padding: 0 !important;
}
.player-playlist {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  bottom: 90px;
  width: 350px;
  background-color: rgba(4, 34, 64, 0.95);
  color: white;
}
.player-playlist .playlist-header {
  padding: 20px 35px 0 20px;
  position: relative;
}
.player-playlist .playlist-header h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.player-playlist .playlist-header .icon-pagedown {
  position: absolute;
  top: 10px;
  right: 5px;
  border: none;
  padding: 0 !important;
}
.player-playlist .button-end {
  padding-left: 1.5rem;
  font-size: 15px;
}
.player-playlist .button-end .icon-stop {
  padding: .5rem;
  left: -0.5rem;
}
.player-playlist .button-end span {
  color: white;
}
.player-playlist .mini-list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 60px;
  overflow-y: auto;
  padding-bottom: 20px;
}
.player-playlist .mini-list .mini-details label.title {
  color: white;
}
.player-playlist .mini-list .mini-details .active label.title {
  color: #7BD57F;
}
.player-playlist.broadcast .mini-list {
  top: 90px;
}
.player .controls h4 {
  margin-right: 40px;
}
.player .nav-love,
.player .nav-share {
  display: none;
}
.player .nav-more .item-love,
.player .nav-more .item-share {
  display: block;
}
@media screen and (min-width: 668px) {
  .player .nav-more .item-playlist {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .player .controls h4 {
    margin-right: 80px;
  }
  .player .nav-love {
    display: inline-block;
  }
  .player .nav-more .item-love,
  .player .nav-more .item-playlist {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .player .controls h4 {
    margin-right: 120px;
  }
  .player .nav-love,
  .player .nav-share {
    display: inline-block;
  }
  .player .nav-more .item-love,
  .player .nav-more .item-share,
  .player .nav-more .item-playlist {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .player .real-player .extra {
    width: 300px;
    flex: 0 0 300px;
  }
  .player-playlist {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .player .real-player .extra {
    width: 250px;
    flex: 0 0 250px;
  }
  .player .controls h4 {
    margin-right: 40px;
  }
  .player .nav-love {
    display: none;
  }
  .player .nav-more .item-love,
  .player .nav-more .item-share {
    display: block;
  }
  .player-playlist {
    width: 250px;
  }
}
@media screen and (max-width: 667px) {
  .player-playlist {
    left: 0;
    bottom: 70px;
    width: auto;
  }
  .player .controls .icon-pageup {
    display: block;
    top: 6px !important;
    right: -6px;
  }
  .player .real-player {
    height: 70px;
  }
  .player .real-player .extra {
    display: none;
  }
  .player .real-player .controls .inside {
    padding-top: 8px;
  }
  .player .real-player .controls .playing-source {
    width: 20px;
    height: 20px;
    top: 6px;
  }
  .player .real-player .controls h4 {
    font-size: 12px;
    margin-left: 25px;
  }
  .player .real-player .controls .player-nav {
    margin-top: 8px;
  }
  .player .real-player .controls .nav-more {
    margin-top: -8px;
  }
  .player .real-player .buttons {
    width: 170px;
    flex: 0 0 170px;
  }
  .player .buttons button {
    width: 30px;
    height: 30px;
  }
  .player .buttons button:before {
    font-size: 15px;
  }
  .player .buttons button.icon-play {
    width: 40px;
    height: 40px;
  }
  .player .buttons button.icon-play:before {
    font-size: 18px;
  }
}
/* player show */
.player {
  transition-duration: .3s;
  transition-property: transform;
  transform: translateY(100%);
}
body.show-player .player {
  transform: translateY(0);
}
.people-circle {
  float: left;
  width: 100%;
  margin-bottom: 1rem;
}
.people-circle .sizer {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
}
.people-circle .sizer:before {
  margin-top: 100%;
}
.people-circle .sizer:before {
  content: '';
  display: block;
}
.people-circle .sizer .photo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent no-repeat center center / contain;
}
.people-circle .sizer .icon-linkedin {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(26, 114, 168, 0.7);
  transition: all 1s ease 0s;
  border-radius: 100%;
}
.people-circle .sizer .icon-linkedin:before {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 350%;
  color: white;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a:hover .people-circle .sizer .icon-linkedin {
  opacity: 1;
}
header .search-container {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
header .search-input-wrapper {
  background-color: white;
  height: 60px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 20;
}
header .search-input-wrapper.only-stations {
  box-shadow: none;
  border-bottom: solid 1px #c8c8c8;
}
header .search-input-wrapper .icon-search {
  position: absolute;
  left: 0;
  top: 0;
  color: #99A8C0;
  font-size: 1.5rem;
  padding: 16px;
}
header .search-input-wrapper .input-wrapper {
  position: absolute;
  left: 72px;
  right: 50px;
  top: 0;
  bottom: 0;
}
header .search-input-wrapper .input-wrapper input {
  margin: 20px 0 0 0;
  border-bottom: none;
  text-align: left;
}
header .search-input-wrapper .icon-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px;
  color: #2D3A42;
  cursor: pointer;
}
header .search-input-wrapper .icon-close:before {
  border: solid 1px #2D3A42;
  border-radius: 100%;
  padding: 5px;
  font-size: 10px;
}
header .search-dropdown {
  position: relative;
  z-index: 10;
  margin: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
}
header .search-dropdown .icon-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.1rem;
  color: #40B4E5;
  padding: .45rem;
  cursor: pointer;
  z-index: 1;
}
header h5 {
  color: #99A8C0;
  font-size: 0.6667rem;
  margin: 0;
  font-weight: bold;
}
header .loading {
  cursor: progress;
  background: transparent url(/img/buttons/rings-blue.svg) no-repeat center center / auto 100%;
  height: 60px;
}
header p {
  color: #373a3c;
}
header .recent-search {
  display: block;
  text-decoration: none;
}
header .recent-search:active {
  text-decoration: none;
  background-color: #eee;
}
header .recent-search:hover {
  text-decoration: none;
}
html[page=partners] .uber-phone {
  margin: 0 auto;
  width: 288px;
  height: 533px;
  background: transparent url(/img/partners/uber-phone-bg.svg) no-repeat center center / cover;
}
html[page=partners] .uber-phone img {
  width: 260px;
  height: 463px;
  margin: 37px 0 0 15px;
}
html[page=partners] .sizer {
  display: inline-block;
  position: relative;
  width: 100%;
}
html[page=partners] .sizer:before {
  margin-top: 42%;
  content: '';
  display: block;
}
html[page=partners] .sizer .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
html[page=partners] .sizer .banner {
  position: absolute;
  left: 5%;
  bottom: 10%;
  z-index: 2;
}
html[page=partners] .sizer .banner-bg {
  width: 100%;
  display: block;
  max-width: 300px;
}
html[page=partners] .sizer label {
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 767px) {
  html[page=partners] .sizer .banner-bg {
    width: 80%;
  }
  html[page=partners] .sizer label {
    font-size: 14px;
  }
  html[page=partners] .text-xs-center {
    text-align: center;
  }
  html[page=partners] .m-t-xs-0 {
    margin-top: 0 !important;
  }
  html[page=partners] .m-r-xs-0 {
    margin-right: 0 !important;
  }
}
html[page=partners] .install-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 40px 0 20px 0;
}
html[page=partners] .install-buttons li {
  padding: 0 5px;
  margin: 0 0 5px 0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
html[page=partners] .button-apple {
  background: transparent url(/img/partners/button-apple.png) no-repeat center center / contain;
  width: 169px;
  height: 50px;
  display: block;
}
html[page=partners] .button-samsung {
  background: transparent url(/img/partners/button-samsung.png) no-repeat center center / contain;
  width: 225px;
  height: 50px;
  display: block;
}
html[page=partners] .button-google {
  background: transparent url(/img/partners/button-google.png) no-repeat center center / contain;
  width: 169px;
  height: 50px;
  display: block;
}
html[page=partners] .install-buttons label {
  font-size: 12px;
  font-weight: normal;
}
html[page=partners] .video {
  position: relative;
  padding-left: 160px;
}
html[page=partners] .button-video {
  width: 135px;
  height: 90px;
  background: transparent url(/img/partners/button-video.png) no-repeat center center / contain;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
html[page=partners] .button-video div {
  width: 53px;
  height: 53px;
  display: inline-block;
  margin-top: 20px;
  background: transparent url(/img/partners/button-play.svg) no-repeat center center / cover;
}
.modal {
  padding-right: 0 !important;
}
.modal-dialog .modal-header {
  border-bottom: none;
  height: 0;
}
.modal-dialog .modal-header button.close {
  position: absolute;
  top: 18px;
  right: 7px;
  opacity: 1;
}
.modal-dialog .modal-header button.close:before {
  font-family: 'otto' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  font-size: 1.1rem;
  color: #40B4E5;
  padding: .45rem;
}
.modal-dialog .modal-header button.close span {
  display: none;
}
.modal-dialog .modal-content {
  border-color: transparent;
  border-radius: 0;
}
.modal-dialog .modal-body {
  margin: 1.5rem 4rem 2rem 4rem;
  padding: 0;
}
.modal-dialog .modal-body h2 {
  margin: 0 0 2.5rem 0;
}
.modal-dialog.modal-max {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  max-width: 100%;
  margin: 0;
}
@media screen and (max-width: 543px) {
  .modal-dialog {
    margin: 0;
    min-width: 305px;
  }
  .modal-dialog .modal-body {
    margin: 1.5rem 1rem 2rem 1rem;
  }
}
.fullscreen .modal-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  max-width: 100%;
  margin: 0;
}
.fullscreen .modal-dialog .modal-content {
  background: transparent;
  border: none;
}
.fullscreen .modal-dialog .modal-content .modal-body {
  text-align: center;
}
.fullscreen .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.modal-dialog iframe,
.modal-dialog video {
  height: 607.5px;
  margin-top: 10px;
  width: 1080px;
}
@media (max-width: 554px) {
  .modal-dialog iframe,
  .modal-dialog iframe {
    height: 163.125px;
    margin-top: 10px;
    width: 290px;
  }
}
@media (min-width: 555px) {
  .modal-dialog iframe,
  .modal-dialog iframe {
    height: 289.125px;
    margin-top: 10px;
    width: 514px;
  }
}
@media (min-width: 768px) {
  .modal-dialog iframe,
  .modal-dialog video {
    height: 415.125px;
    margin-top: 10px;
    width: 738px;
  }
}
@media (min-width: 992px) {
  .modal-dialog iframe,
  .modal-dialog video {
    height: 541.1255px;
    margin-top: 10px;
    width: 962px;
  }
}
@media (min-width: 1200px) {
  .modal-dialog iframe,
  .modal-dialog video {
    height: 607.5px;
    margin-top: 10px;
    width: 1080px;
  }
}
body.modal-open #branch-banner-iframe {
  display: none;
}
.modal.darker-transparency {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}
.modal.darker-transparency .flex-header,
.modal.darker-transparency .flex-footer {
  background-color: transparent !important;
}
.modal.darker-transparency .flex-footer {
  box-shadow: none;
}
.modal.fullscreen.full-height .modal-content {
  height: 100%;
}
.modal.fullscreen.full-height .modal-content .modal-header {
  display: none;
}
.modal.fullscreen.full-height .modal-content .modal-body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal.fullscreen.full-height .modal-content .full-height {
  height: 100%;
}
.modal.fullscreen.full-height .modal-content .flex-body {
  display: flex;
  flex-direction: column;
}
.modal.fullscreen.full-height .modal-content .flex-header {
  padding: 3rem 0 2rem 0;
  flex: 0 0 auto;
}
.modal.fullscreen.full-height .modal-content .flex-content {
  flex: 1 1 auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.modal.fullscreen.full-height .modal-content .flex-footer {
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
  height: 100px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.fullscreen.full-height .modal-content .btn {
  background-color: transparent;
  color: white;
  font-size: 18px;
}
.modal.fullscreen.full-height .modal-content .btn[disabled] {
  opacity: .75;
}
@media screen and (max-width: 767px) {
  .modal.fullscreen.full-height .modal-content .flex-header {
    padding: 2rem 0 1rem 0;
  }
  .modal.fullscreen.full-height .modal-content h1 {
    font-size: 1.333rem;
  }
  .modal.fullscreen.full-height .modal-content .flex-footer {
    height: 50px;
  }
  .modal.fullscreen.full-height .modal-content .flex-footer .btn {
    font-size: 15px;
    padding: .3rem 1rem;
  }
}
.modal-onboarding .has-img {
  overflow: hidden !important;
}
.modal-onboarding .has-img > div {
  min-height: 450px;
}
.modal-onboarding .img-app-wrapper {
  width: 268px;
  height: 450px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.modal-onboarding .img-app-wrapper img {
  width: 100%;
  height: 100%;
  background: transparent no-repeat center center / cover;
  background-position: top center;
}
.modal-onboarding .profile-image {
  width: 211px;
  height: 119px;
  top: 83px;
  margin-left: 29px;
  position: absolute;
  z-index: -1;
}
.modal-onboarding .profile-image.blurry {
  filter: blur(5px);
}
@media screen and (min-width: 768px) {
  .modal-onboarding .has-img > div {
    min-height: 542px;
  }
  .modal-onboarding .img-app-wrapper {
    width: 323px;
    height: 542px;
  }
  .modal-onboarding .profile-image {
    width: 254px;
    height: 143px;
    top: 100px;
    margin-left: 35px;
  }
}
.image-editor {
  text-align: center;
}
.image-editor .cropit-preview {
  background-color: #eee;
  background-size: cover;
  width: 260px;
  height: 260px;
  margin: 0 auto;
}
.image-editor .tools button {
  border-radius: 0;
  font-size: 1.5rem;
  padding: 0;
}
.image-editor .tools .icon-rotatecw {
  margin: 0 15px;
}
.image-editor .tools input[type=range] {
  margin: 0 10px;
  width: 100px;
}
.image-editor .cropit-preview-image-container {
  cursor: move;
}
.md-show {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .md-hide {
    display: none !important;
  }
  .md-show {
    display: block !important;
  }
}
.sm-show {
  display: none !important;
}
@media screen and (min-width: 544px) and (max-width: 767px) {
  .md-hide {
    display: none !important;
  }
  .sm-hide {
    display: none !important;
  }
  .sm-show {
    display: block !important;
  }
}
@media screen and (max-width: 543px) {
  .xs-hide {
    display: none !important;
  }
  .xs-show {
    display: block !important;
  }
  .sm-hide {
    display: none !important;
  }
  .stats-wrapper > .row > div:before {
    display: none;
  }
}
