.cmRadioHeaderSticky {
    width: 970px;
    height: 48px;

    position: fixed;
    z-index: 4096;
    top: -48px;
    left: 50%;

    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    background-color: rgba(0,0,0,0.65);
}

.cmRadioHeaderSticky::before,
.cmRadioHeaderSticky::after {
    content: " ";
    display: block;
    width: 100vw;
    height: 48px;
    position: absolute;
    background-color: rgba(0,0,0,0.65);
}

.cmRadioHeaderSticky::before {
    left: -100vw;
}

.cmRadioHeaderSticky::after {
    right: -100vw;
}

.cmRadioHeaderSticky div {
    z-index: 1024;
}

.cmRadioHeaderSticky > canvas {
    position: absolute;
    left:0;
    z-index: 512;
}

.cmRadioHeaderSticky .header {
    float: none;
}

.cmRadioHeaderStickyLogoBar {
    padding: 5px 10px;
    width: 73px;
    height: 38px;
    overflow: hidden;

    position: absolute;
    top: 0;
    left: 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 38px;
    background-color: transparent;
}

.cmRadioHeaderSticky .cmRadioHeaderListenLive {
    width: 159px;
    height: 48px;
    padding: 11px 12px 11px 10px;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: hidden;

    position: absolute;
    left: 93px;
    top: 0;

    border-bottom-left-radius: 20px 26px;
    border-top-left-radius: 20px 26px;
}

.cmRadioHeaderSticky .cmListenLiveButton {
    background-size: 100% 100%;
}

.cmRadioHeaderSticky .cmRadioHeaderNowPlaying {
    width: 205px;
    height: 48px;
    overflow-x: visible;
    overflow-y: hidden;
    -ms-overflow-style: none;

    background-color: transparent;

    position: absolute;
    top: 0;
    left: 252px;
}

.cmRadioHeaderSticky .cmRadioHeaderNowPlayingSong {
    max-width: 117px;
}

.cmRadioHeaderSticky .cmRadioHeaderLSPSong {
    max-width: 138px;
}

.cmRadioHeaderSticky .cmRadioNowPlayingArtistImage,
.cmRadioHeaderSticky .cmRadioNowPlayingArtistImage:hover {
    width: 32px;
    height: 32px;
    border-radius: 16px;
}

.cmRadioHeaderSticky .cmRadioHeaderLSP {
    width: 163px;
    height: 48px;
    overflow: hidden;

    background-color: transparent;

    position: absolute;
    top: 0;
    left: 457px;
}

.cmRadioHeaderStickyWidgets {
    width: 258px;
    height: 26px;
    padding: 11px 9px 11px 12px;

    position: absolute;
    top: 0;
    left: 620px;
}

.cmRadioHeaderSticky .cmRadioHeaderWidgetItem {
    height: 26px;
    margin-right: 9px;
}

.cmRadioHeaderSticky .cmHeaderWeatherWidget {
    width: 66px;
    margin-right: 0;
    margin-left: 0;
}

.cmRadioHeaderStickySocial {
    width: 61px;
    height: 26px;
    padding: 11px 10px 11px 0;

    position: absolute;
    top: 0;
    left: 899px;
}


/* Radio desktop header CSS */

/* Aggressive font overrides */
.cmUserAnonymous a,
.cmRadioHeaderTopBar > ul > li a,
.cmRadioHeaderNowPlayingHeader,
.cmRadioHeaderNowPlayingSong,
.cmRadioHeaderNowPlayingArtist,
.cmRadioHeaderLSPHeader,
.cmRadioHeaderLSPSong,
.cmRadioHeaderLSPArtist,
.cmRadioHeaderOnAirHeader,
.cmRadioHeaderOnAirShow {
    font-family: Montserrat;
}

/* Font size settings */
.cmRadioHeaderPlayingBar,
.cmRadioHeaderWidgets,
.cmRadioHeaderTopBar,
.cmRadioHeaderSticky {
    font-size: 11px;
}

.header {
    font-size: 9px;
}

/* Overrides */

iframe[name=google_conversion_frame] {
    position: absolute;
}

.RP06, .RP07 {
    position: absolute;
}

.cmHeaderWrap,
.cmSubHeaderWrap {
    border: none;
}

.cmSubHeaderWrap {
    padding: 0;
}

/* Abstractions / mixins */
.deactivated {
    pointer-events: none;
    cursor: default;
}

/* Overall container */
.cmRadioHeader {
    width: 970px;
    height: 242px;
    -webkit-font-smoothing: antialiased;
}

.cmMainContainer {
    margin-top: 0;
    z-index: 128;
}

.cmHeaderWrap {
    background-color: transparent;
}

.cmV2HeaderBackgroundImage {
    position: absolute;
    width: 100%;
    height: 242px;
    background-position: center bottom;
    background-size: 100% auto;
}

.cmBaseBodyOverflowFix {
    min-width: 970px;
    width: 100%;
    overflow-x: hidden;
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Top bar; secondary navigation */
.cmRadioHeaderTopBar > ul::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 970px;
    height: 44px;
    content: '';
    background: url(../assets/images/radio-music-shared/nav-bar-gradient.png);
}

.cmRadioHeaderTopBar {
    height: 44px;
}

.cmRadioHeaderTopBar > ul {
    min-width: 90%;
    max-width: 100%;
    white-space: nowrap;
    height: 44px;
    float: right;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    color: #181818;
    position: relative;
    text-align: right;
}

.cmRadioHeaderTopBar > ul::after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 1000%;
    height: 44px;
    background-color: rgba(255,255,255,0.75);
    content: " ";
}

.cmRadioHeaderTopBar > ul > li {
    display: inline-block;
    margin: 0;
    padding-right: 30px;
    padding-top: 16px;
    padding-bottom: 15px;
    position: relative;
    z-index: 128;
}

.cmRadioHeaderTopBar > ul > li svg {
    margin-left: 5px;
}

.cmRadioHeaderTopBar > ul > li:last-child {
    margin-right: 0;
}

/* Inner navigation menus */

ul.cmRadioHeaderNavTwoInner {
    position: absolute;
    top: 44px;
    right: 0;
    width: 206px;
    background-color: #e8e5e0;
    color: #181818;
    text-align: left;
    text-transform: none;
    display: none;
}

ul.cmRadioHeaderNavTwoInner li {
    position: relative;
}

ul.cmRadioHeaderNavTwoInner > svg,
ul.cmRadioHeaderNavTwoTop .hasChildren svg {
    display: none;
}

ul.cmRadioHeaderNavTwoInner .hasChildren svg {
    display: block;
    float: right;
    margin-right: 10.5px;
    margin-top: 3.5px;
}

ul.cmRadioHeaderNavTwoInner .hasChildren + svg {
    display: none;
}

ul.cmRadioHeaderNavTwoInner::before {
    background-image: url('../assets/images/radio-music-shared/dd_arrow.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    content: " ";
    height: 8px;
    width: 15px;
    right: 24px;
}

.cmRadioHeaderNavTwoInner > li {
    display: block;
    padding: 16px 11px 16px 22px;
    box-sizing: border-box;
    margin-right: 0;
}

.cmRadioHeaderNavTwoInner > li::after {
    content: " ";
    height: 1px;
    width: 184px;
    margin-top: 15px;
    background-color: #d5d3ce;
    margin-left: -11px;
    display: block;
    position: absolute;
}

.cmRadioHeaderNavTwoInner > li:last-child::after {
    display: none;
}

.cmRadioHeaderNavTwoInner > li > a {
    width: 100%;
    display: inline-block;
}

.cmRadioHeaderNavTwoInner > li > a.hasChildren::before {
    background-image: url('../assets/images/radio-music-shared/arrow.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: " ";
    height: 12px;
    width: 12px;
    position: absolute;
    right: 11px;
    margin-right: 8px;
}

.cmRadioHeaderNavTwoInner > li > a > span {
    width: 120px;
    display: inline-block;
}

/* Inner menu elements with child menus */

ul.cmRadioHeaderNavTwoInner ul.cmRadioHeaderNavTwoInner {
    left: 206px;
    top: 0;
}

ul.cmRadioHeaderNavTwoInner ul.cmRadioHeaderNavTwoInner::before {
    position: absolute;
    content: " ";
    left: 0;
    height: 70%;
    top: 15%;
    width: 1px;
    background-color: #d5d3ce;
}

ul.cmRadioHeaderNavTwoInner ul.cmRadioHeaderNavTwoInner::after {
    display: none !important;
}

/* General nav menu item styles */

.cmRadioHeaderTopBar > ul > li,
#cmHeaderUserRegistration .cmUserAnonymous a,
.cmRadioHeaderTopBar > ul > li a,
.cmRadioHeaderTopBar > ul > li a > span {
    font-family: Montserrat, sans-serif;
    color: #181818;
    border-bottom-style: none;
    border-bottom-width: 0;
    display: inline-block;
}

.cmRadioHeaderNavDropdownCaret {
    fill: #181818;
}


/* Janrain auth element styles */

.cmUserAuthed {
    max-width: 12em;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cmUserAuthed a,
.cmUserAuthed a:hover {
    border-bottom-style: none;
    border-bottom-width: 0;
}

#cmHeaderUserRegistration {
    float: none;
    padding-right: 0;
}

.cmHeaderUserRegistration .cmRadioHeaderNavTwoInner a span {
    font-weight: normal;
    color: #909090;
}

.cmHeaderUserRegistration .cmRadioHeaderNavTwoInner li:last-child a span {
    color: #181818;
}

.cmHeaderUserRegistration .cmRadioHeaderNavTwoInner li:nth-last-of-type(2)::after {
    background-color: #909090;
}

/* Search item styles */

.cmRadioHeaderSearchBox {
    position: absolute;
    top: 44px;
    right: 0;
    width: 230px;
    height: 64px;
    box-sizing: border-box;
    padding: 16px 11px;
    background-color: #e8e5e0;
    color: #181818;
    display: none;
}

.cmRadioHeaderSearchBox::before {
    background-image: url('../assets/images/radio-music-shared/dd_arrow.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    content: " ";
    height: 8px;
    width: 15px;
    right: 24px;
    top: 0;
}

.cmRadioHeaderSearchArea {
    height: 32px;
    width: 208px;
    padding: 10px 13px;
    box-sizing: border-box;
    border-radius: 16px;
    background-color: #fff;
}

.cmRadioHeaderSearchArea input {
    border: none;
    box-shadow: none;
    width: 152px;
    height: 12px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
/*
    If only these transforms worked! But for whatever
    reason, on IE9, the search field just can't be pulled
    upwards with a transform. Who knows. But since we know
    the element's height, a negative margin-top works just
    as well.

    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0,-50%);
*/
    font-family: Montserrat;
    color: #979797;
    text-transform: uppercase;
    font-size: 10px;
}

.cmRadioHeaderSearchArea input:focus {
    color: #909090;
}

.cmRadioHeaderSearchArea button {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    background-image: url('../assets/images/radio-music-shared/search_disabled-arrow.png');
    background-color: transparent;
    background-size: 15px 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    pointer-events: none;
    cursor: default;
}

.cmRadioHeaderSearchArea .enabled {
    background-image: url('../assets/images/radio-music-shared/search_enabled-arrow.png');
    pointer-events: auto;
    cursor: pointer;
}

/* Logo bar */

.cmRadioHeaderLogoBar {
    height: 64px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 9px;
    position: relative;
}

.cmRadioHeaderLogoBar > a,
.cmRadioHeaderLogoBar > a:hover {
    display: block;
    height: 94px;
    width: 193px;
    margin-left: 25px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    border-bottom: none;
    border-style: none;
}

.cmRadioHeaderLogo {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

/* Widget bar and social links */

.cmRadioHeaderWidgetBar {
    height: 27px;
    width: 100%;
}

.cmRadioHeaderWidgets {
    width: 649px;
    height: 27px;
    float: right;
}

.cmRadioHeaderSocial {
    width: 58px;
    height: 27px;
    float: right;
}

.cmRadioHeaderSocialItem:first-child {
    margin-right: 6px;
}
.cmRadioHeaderSocialItem {
    display:inline-block;
    float: left;
    width: 26px;
}

.cmRadioHeaderSocialIcon {
    background-size: 100%;
    -webkit-background-size: 100%;
    height: 26px;
    width: 26px;
}

.cmRadioHeaderSocialIconFacebook { background-image: url(../assets/images/radio-music-shared/social/facebook.png); }
.cmRadioHeaderSocialIconEmail { background-image: url(../assets/images/radio-music-shared/social/email.png); }
.cmRadioHeaderSocialIconFlickr { background-image: url(../assets/images/radio-music-shared/social/flickr.png); }
.cmRadioHeaderSocialIconGooglePlus { background-image: url(../assets/images/radio-music-shared/social/googleplus.png); }
.cmRadioHeaderSocialIconIHeart { background-image: url(../assets/images/radio-music-shared/social/iheart.png); }
.cmRadioHeaderSocialIconInstagram { background-image: url(../assets/images/radio-music-shared/social/instagram.png); }
.cmRadioHeaderSocialIconLinkedIn { background-image: url(../assets/images/radio-music-shared/social/linkedin.png); }
.cmRadioHeaderSocialIconPinterest { background-image: url(../assets/images/radio-music-shared/social/pinterest.png); }
.cmRadioHeaderSocialIconTuneIn { background-image: url(../assets/images/radio-music-shared/social/tunein.png); }
.cmRadioHeaderSocialIconTwitter { background-image: url(../assets/images/radio-music-shared/social/twitter.png); }
.cmRadioHeaderSocialIconVimeo { background-image: url(../assets/images/radio-music-shared/social/vimeo.png); }
.cmRadioHeaderSocialIconYoutube { background-image: url(../assets/images/radio-music-shared/social/youtube.png);}

.cmWeatherWidgetIcon, .cmWeatherWidgetTemperature {
    float: left;
}

.cmRadioHeaderWidgetItem {
    display: block;
    float: right;
    text-align: center;
    border-radius: 13.5px;
    width: 87px;
    height: 27px;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 14px;
    background-color: rgba(0,0,0,0.5);
    position: relative;
}

.cmRadioHeaderWidgetItem > a,
.cmHeaderWeatherWidgetTemperature {
    display: inline-block;
    height: 1em;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 7.5em;
    border-bottom-style: none;
    border-bottom-width: 0;
}

.cmHeaderWeatherWidget {
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: 4px;
}

.cmHeaderWeatherWidget > a {
    height: auto;
    border-bottom-style: none;
    border-bottom-width: 0;
}

.spriteWeatherRadio {
    float: left;
    width: 22.5px;
    height: 22.5px;
    margin-top: 1px;
    background-image: url(../assets/images/radio-music-shared/sprites/sprite_weather_white.png);
}

.cmHeaderWeatherWidgetTemperature {
    float: left;
    margin-left: 2px;
    -webkit-transform: translate(0%, 50%);
    -moz-transform: translate(0%, 50%);
    -o-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
}

/* Bottom bar; listen live, now playing, LSP, on air */

.cmRadioHeaderPlayingBar {
    height: 48px;
    margin-top: 20px;
    width: 100%;
    position: relative;
}

.cmRadioHeaderPlayingBar > canvas {
    position: absolute;
    left: 0;
    z-index: 16;
}

.cmRadioHeaderPlayingBar::before {
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 48px;
    background-color: rgba(0,0,0, 0.65);
    content: " ";
}

.cmRadioHeaderPlayingBar::after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 48px;
    background-color: rgba(0,0,0, 0.65);
    content: " ";
}

.cmRadioHeaderListenLive {
    height: 48px;
    width: 218px;
    padding: 8px 38px 8px 25px;
    background-color: transparent;
    box-sizing: border-box;
    position: absolute;
    z-index: 32;
    left: 0;
    top: 0;
}

.cmRadioHeaderListenLive .cmListenLiveButton {
    display: block;
    height: 100%;
    width: 100%;
    background-image: url(../assets/images/radio-music-shared/Listen_live-lockup.png);
    background-repeat: no-repeat;
}

.cmRadioHeaderNowPlaying {
    height: 48px;
    width: 293px;
    float: left;
    background-color: rgba(0,0,0,0.65);
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    position: absolute;
    left: 218px;
    top: 0;
    overflow: hidden;
}

.cmRadioHeaderNowPlayingCurve {
    position: absolute;
    top: -2px;
    left: -3px;
}

.cmRadioNowPlayingArtistImage,
.cmRadioNowPlayingArtistImage:hover {
    display: block;
    border-bottom-style: none;
    border-bottom-width: 0;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    position: absolute;
    top: 50%;
    left: 26px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
}

.cmRadioHeaderNowPlayingButton {
    height: 10px;
    width: 9px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
    left: 55px;
}

.cmRadioHeaderNowPlayingPlayButton {
    stroke: none;
}

.cmRadioHeaderNowPlayingInner {
    position: absolute;
    top: 50%;
    left: 74px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0, -50%);
    white-space: nowrap;
    height: 25px;
    overflow: hidden;
}

.cmRadioHeaderNowPlayingHeader {
    font-weight: bold;
    margin-bottom: 0.25em;
}

a.cmRadioHeaderNowPlayingSong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    float: left;
    margin-right: 0.5em;
    border-bottom-style: none;
    border-bottom-width: 0;
    max-width: 19em;
}

a.cmRadioHeaderNowPlayingArtist {
    overflow: hidden;
    color: #909090;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0.5em;
    border-bottom-style: none;
    border-bottom-width: 0;
}

.cmRadioHeaderNowPlayingArrow {
    display: none;
    float: left;
    width: 8px;
    height: 8px;
    margin-top: 2px;
    border-bottom-style: none;
    border-bottom-width: 0;
    background-image: url(../assets/images/radio-music-shared/modules_dropdown-arrow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cmRadioHeaderLSP {
    height: 48px;
    width: 263px;
    float: left;
    background-color: rgba(0,0,0,0.65);
    font-family: Montserrat;
    text-transform: uppercase;
    position: absolute;
    right: 196px;
    top: 0;
}

.cmRadioHeaderLSPInner {
    position: absolute;
    top: 50%;
    left: 1em;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0, -50%);
    white-space: nowrap;
    height: 25px;
    overflow: hidden;
}

.cmRadioHeaderLSPHeader {
    font-weight: bold;
    margin-bottom: 0.25em;
}

a.cmRadioHeaderLSPSong {
    max-width: 22em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    float: left;
    margin-right: 0.5em;
    border-bottom-style: none;
    border-bottom-width: 0;
}

a.cmRadioHeaderLSPArtist {
    overflow: hidden;
    color: #909090;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0.5em;
    border-bottom-style: none;
    border-bottom-width: 0;
}

.cmRadioHeaderLSPArrow {
    display: none;
    float: left;
    width: 8px;
    height: 8px;
    margin-top: 2px;
    border-bottom-style: none;
    border-bottom-width: 0;
    background-image: url(../assets/images/radio-music-shared/modules_dropdown-arrow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cmRadioHeaderOnAir {
    height: 48px;
    width: 171px;
    padding-right: 25px;
    float: left;
    background-color: rgba(0,0,0,0.65);
    font-family: Montserrat;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
}

.cmRadioHeaderOnAirImage,
.cmRadioHeaderOnAirImage:hover {
    display: block;
    border-bottom-style: none;
    border-bottom-width: 0;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    position: absolute;
    top: 50%;
    left: 26px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.cmRadioHeaderOnAirImage.bullhorn,
.cmRadioHeaderOnAirImage.microphone,
.cmRadioHeaderOnAirImage.radio_tower,
.cmRadioHeaderOnAirImage.speech_bubble,
.cmRadioHeaderOnAirImage.tag {
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    background-size: auto;
}

.cmRadioHeaderOnAirImage.bullhorn {
    background-image: url(../assets/images/radio-music-shared/program_fallback/On-Air-Promo-Icon_bullhorn.svg);
}

.cmRadioHeaderOnAirImage.microphone {
    background-image: url(../assets/images/radio-music-shared/program_fallback/On-Air-Promo-Icon_microphone.svg);
}

.cmRadioHeaderOnAirImage.radio_tower {
    background-image: url(../assets/images/radio-music-shared/program_fallback/On-Air-Promo-Icon_radio-tower.svg);
}

.cmRadioHeaderOnAirImage.speech_bubble {
    background-image: url(../assets/images/radio-music-shared/program_fallback/On-Air-Promo-Icon_speech-bubble.svg);
}

.cmRadioHeaderOnAirImage.tag {
    background-image: url(../assets/images/radio-music-shared/program_fallback/On-Air-Promo-Icon_tag.svg);
}

.cmRadioHeaderOnAirInner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0, -50%);
    left: 55px;
}

.cmRadioHeaderOnAirHeader {
    font-weight: bold;
    margin-bottom: 0.25em;
}

a.cmRadioHeaderOnAirShow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    float: left;
    margin-right: 0.5em;
    border-bottom-style: none;
    border-bottom-width: 0;
    max-width: 102px;
}


.cmRadioHeaderOnAirArrow {
    display: none;
    float: left;
    width: 8px;
    height: 8px;
    margin-top: 2px;
    border-bottom-style: none;
    border-bottom-width: 0;
    background-image: url(../assets/images/radio-music-shared/modules_dropdown-arrow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.music-site-refresh a, .music-site-refresh abbr, .music-site-refresh acronym, .music-site-refresh address, .music-site-refresh applet, .music-site-refresh b, .music-site-refresh big, .music-site-refresh blockquote, .music-site-refresh body, .music-site-refresh caption, .music-site-refresh center, .music-site-refresh cite, .music-site-refresh code, .music-site-refresh dd, .music-site-refresh del, .music-site-refresh dfn, .music-site-refresh div, .music-site-refresh dl, .music-site-refresh dt, .music-site-refresh em, .music-site-refresh fieldset, .music-site-refresh font, .music-site-refresh form, .music-site-refresh html, .music-site-refresh i, .music-site-refresh iframe, .music-site-refresh img, .music-site-refresh input, .music-site-refresh ins, .music-site-refresh kbd, .music-site-refresh label, .music-site-refresh li, .music-site-refresh object, .music-site-refresh ol, .music-site-refresh p, .music-site-refresh pre, .music-site-refresh q, .music-site-refresh s, .music-site-refresh samp, .music-site-refresh select, .music-site-refresh small, .music-site-refresh strike, .music-site-refresh strong, .music-site-refresh sub, .music-site-refresh sup, .music-site-refresh textarea, .music-site-refresh tt, .music-site-refresh u, .music-site-refresh ul, .music-site-refresh var {
  font-family:Montserrat, sans-serif;
}

.music-site-refresh span:not([class*="icon-"],[class*="fa"]) {
  font-family:Montserrat, sans-serif !important;
}

.music-site-refresh h1, .music-site-refresh h1:not(.cmTeaseImageSliderListItemLink)>*,.music-site-refresh h2, .music-site-refresh h2:not(.cmTeaseImageSliderListItemLink)>*,.music-site-refresh h3, .music-site-refresh h3:not(.cmTeaseImageSliderListItemLink)>*,.music-site-refresh h4, .music-site-refresh h4:not(.cmTeaseImageSliderListItemLink)>*,.music-site-refresh h5, .music-site-refresh h5:not(.cmTeaseImageSliderListItemLink)>*, .music-site-refresh h6, .music-site-refresh h6:not(.cmTeaseImageSliderListItemLink)>* {
  font-family:'Roboto Slab', serif;
  font-weight:700;
  text-transform:uppercase;
  text-decoration:none;
  color:#444;
}

.cmTeaseImageSliderListItemLink {
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  padding:13px 22px;
}

.music-site-refresh .cmTeaseImageSliderListItemLink >a {
  font-family:'Roboto Slab', serif;
  font-weight:700;
  text-transform:none;
}

/*  Aggressive overrides for the Image Rotator
 *  allow for an overflow in the title but to
 *  still have hidden images
 */
.music-site-refresh .cmCol6 > .cmTeaseListRotate {
  overflow: visible !important;
}

.music-site-refresh .cmCol6 > .cmTease > .cmRotator {
  overflow: hidden !important;
  width: 608px;
  position: relative;
  float: left;
  padding-left: 5px;
  overflow-wrap: break-word;
}

/* The H2 is the Subtitle in Medley and comes in a lower
 * priority than H3.cmModuleHeader
 */
.music-site-refresh .cmTease > h2,
.music-site-refresh .cmTease > h2 > a,
.music-site-refresh .cmCol4 > .cmTease > h2,
.music-site-refresh .cmCol3 > .cmTease > h2,
.music-site-refresh .cmCol6 > .cmTease:nth-child(2) > h2:first-child,
.music-site-refresh .cmCol6 > .cmTease:nth-child(2) > h2:first-child > a,
.music-site-refresh .cmTease .cmTeaseListItem > .cmTeaseListMultiFeedItemTextPhoto > h5 > a,
.music-site-refresh .cmTeaseCol3 > h2:first-child,
.music-site-refresh .info > h4,
.music-site-refresh .cmModule > h4 {
  font-family: 'Roboto Slab', serif !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 0;
  color: #444;
}



.music-site-refresh .cmTease > h2 > a:hover,
.music-site-refresh .cmCol6 > .cmTease:nth-child(2) > h2:first-child > a:hover,
.music-site-refresh .cmTease .cmTeaseListItem > .cmTeaseListMultiFeedItemTextPhoto > h5 > a:hover {
  border-bottom: none;
  text-decoration: underline;
}

.music-site-refresh .cmTease > h2,
.music-site-refresh .cmTeaseCol3 > h2:first-child {
	padding: 0 0 0 0;
}

/* Wrap around Ribbon for Headers */
/* Positioning and Properties */
.music-site-refresh .cmCol6 > h3.cmModuleHeader:before,
.music-site-refresh .cmCol6 > .gridBackground > .gridBackgroundInner > h3.cmModuleHeader:before,
.music-site-refresh .cmCol6 > h3.cmModuleHeader:after,
.music-site-refresh .cmCol6 > .gridBackground > .gridBackgroundInner > h3.cmModuleHeader:after {
  position: absolute;
  right: 100%;
  margin-top: -1px;
  width: 20px;
  height: 36px;
  content: " ";
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  /* IE8+ - must be on one line, unfortunately */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=-0.8390996311772797, M22=1, SizingMethod='auto expand')";
  /* IE6 and 7 */
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=1, M12=0, M21=-0.8390996311772797, M22=1, SizingMethod='auto expand');
  -moz-transform: skew(0deg, -40deg);
  -ms-transform: skew(0deg, -40deg);
  -o-transform: skew(0deg, -40deg);
  -webkit-transform: skew(0deg, -40deg);
  transform: skew(0deg, -40deg);
}


/* Aggressive overrides for callout box */
.music-site-refresh .cmCol6 > h3.cmModuleHeader,
.music-site-refresh .cmCol6 > .gridBackground > .gridBackgroundInner > h3.cmModuleHeader {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25) !important;
}

.music-site-refresh .cmCol6 > h3.cmModuleHeader:after,
.music-site-refresh .cmCol6 > .gridBackground > .gridBackgroundInner > h3.cmModuleHeader:after {
  background: rgba(0, 0, 0, 0.15);
}

/* GRAY BORDER BLUE HEADER For Callout Box in Medley */
.music-site-refresh .gridBackground > .gridBackgroundInner {
  padding: 0 !important;
  border: none !important;
}

.music-site-refresh .gridBackground {
  border: 1px solid #dddddd  !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  background: none !important;
}

.music-site-refresh .cmCol6 > .gridBackground {
  border: none  !important;
}

.music-site-refresh .cmCol6 > .gridBackground > div > h3:first-child + div {
  border: 1px solid #dddddd  !important;
}

.music-site-refresh .cmCol6 > .gridBackground > div > div:first-child {
  border: 1px solid #dddddd  !important;
}

/* Reducing width in box to match header size */
.music-site-refresh .cmTease.cmTeaseCol6 {
  width: 613px;
}

/* Station Background Header settings and aggressive overrides */
.music-site-refresh h3.cmModuleHeader {
  min-height: 22px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bold !important;
  font-size: 16px !important;
  margin: 0 0 2px 0 !important;
  float: none !important;
  padding: 10px 0 5px 15px !important;
  max-width: 100%;
  text-transform: uppercase !important;
  color: white !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7) !important;
  border-top: none;
  box-shadow: none;
}

.music-site-refresh h3.cmModuleHeader.cmRightRailHeader {
  width: 285px !important;
}

/* Aggressive overrides for text */
.music-site-refresh .cmTease > .cmTeaseSummary,
.music-site-refresh .cmTease > .cmTeaseSummary > p,
.music-site-refresh .cmTease > .cmTeaseSummary > p > em,
.music-site-refresh .cmTease > .cmTeaseSummary > p > em > strong,
.music-site-refresh .cmTease > .cmTeaseSummary > p > strong,
.music-site-refresh .cmTease > .cmTeaseSummary > ul > li {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.music-site-refresh .cmTease > .cmTeaseSummary,
.music-site-refresh .cmTease > .cmTeaseSummary > p,
.music-site-refresh .cmTease > .cmTeaseSummary > p > em,
.music-site-refresh .cmTease > .cmTeaseSummary > p > em > strong,
.music-site-refresh .cmTease > .cmTeaseSummary > p > strong {
  padding: 3px;
}

.music-site-refresh .cmCol6.cmGridHeaderOnly {
  border: none !important;
}

.music-site-refresh a,
.music-site-refresh .cmTease > .cmTeaseHdlnList, .music-site-refresh .cmTeaseRelated > a, .music-site-refresh li > a,
.music-site-refresh .cmTeaseListItemLink > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  text-decoration: none;
}

.music-site-refresh .cmTease > .cmTeaseHdlnList:first-child {
  margin-top: 10px;
}

.music-site-refresh #cmGridObject .gridBackground .cmTease {
  max-width: 100%;
}

/* Remove the <span>&gt;&nbsp;</span> placed before MORE links */
.music-site-refresh .cmTease > .cmTeaseListMore > a span,
.music-site-refresh .cmTeaseListMore.cmTeaseListStdMore > a span {
  display: none;
}

/* Add an overlay to the more button*/
.music-site-refresh .cmTease > .cmTeaseListMore > a:after,
.music-site-refresh .cmTeaseListMore.cmTeaseListStdMore > a:after {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.25) none;
  /* Primary Station Color */
  color: white;
  text-shadow: none;
  text-decoration: none;
  padding: 7px 8px 6px 8px;
  position: relative;
  content: 'More';
  border: none;
  box-shadow: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  bottom: 23px;
  float: left;
}

.music-site-refresh .cmTease > .cmTeaseListMore > a,
.music-site-refresh .cmTeaseListMore.cmTeaseListStdMore > a {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 0;
  padding: 8px 8px 7px 8px !important;
  color: white;
  text-shadow: none;
  text-decoration: none;
}

/* Aggressive formatting of the More link in some lists */
.music-site-refresh .cmTease > .cmTeaseListMore > a:hover:after,
.music-site-refresh .cmTeaseListMore.cmTeaseListStdMore > a:hover:after {
  opacity: 1;
  border: none !important;
  text-decoration: none !important;
}

.music-site-refresh .cmTease > .cmTeaseListMore > a:hover,
.music-site-refresh .cmTeaseListMore.cmTeaseListStdMore > a:hover {
  border: none !important;
  text-decoration: none !important;
}

.music-site-refresh .cmTeaseListMore {
  height: 29px;
  width: 48px;
  margin-left: 10px;
}

.music-site-refresh .cmTeaseListHdlnPhoto {
  width: 285px;
  margin-left: 10px;
}

.music-site-refresh .gridBackground > .gridBackgroundInner > .cmTease .cmTeaseListItem {
  overflow: hidden;
  width: 275px;
  margin-bottom: 6px;
  margin-left: 10px;
}

.music-site-refresh .gridBackground > .gridBackgroundInner > .cmTease .cmTeaseListItemPhoto {
  margin-right: 4px;
}

/* ROTATOR CONTROLS (The little controls to change images in the small image carousels) */
.music-site-refresh h3 + .cmTease > .cmRotator .cmRotatorControls,
.music-site-refresh .cmTease:first-child > .cmRotator .cmRotatorControls,
.music-site-refresh .cmTease:first-child > h2 + .cmRotator .cmRotatorControls {
  min-width: 50px;
  float: right;
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
}

/* Aggressive font override for newsletters and rss*/
.music-site-refresh .cmCol3 > .cmFeedUtilities > ul > li > a {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  background: none;
  color: white;
  text-shadow: none;
  text-transform: uppercase;
  text-decoration: underline;
}

.music-site-refresh .cmCol3 > .cmFeedUtilities > ul > li > a:hover {
  color: white;
  border-bottom: none;
}

.music-site-refresh .sprite.iconRss {
  display: none;
}

.music-site-refresh .sprite.iconEmail {
  background: none;
}

.music-site-refresh .cmCol3 > .cmFeedUtilities {
  border: none;
  margin-bottom: 10px;
  padding: 10px 0 10px 10px;
}

/* FOOTER */
.music-site-refresh #cmFooterSiteMap {
  border: none;
}

.music-site-refresh #cmFooterContainer > div > .cmFooterTerms {
  margin-top: 8px;
  padding-top: 8px;
  border-top: #fff 1px solid;
  /* Primary Color ?? */
}

.music-site-refresh #cmFooterContainer > div > #cmFooterSiteMap > div > h4,
.music-site-refresh #cmFooterContainer > div > #cmFooterSiteMap > .cmSiteMapColumn > ul > li > a,
.music-site-refresh #cmFooterContainer > div > .cmFooterTerms > * {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 14px;
  background: none;
  text-shadow: none;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
}

.music-site-refresh #cmFooterContainer > div > #cmFooterSiteMap > div > h4,
.music-site-refresh #cmFooterContainer > div > #cmFooterSiteMap > .cmSiteMapColumn > ul > li > a,
.music-site-refresh #cmFooterContainer > div > .cmFooterTerms > p > a {
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 15px;
  border-bottom: none;
}

.music-site-refresh #cmFooterContainer > div > .cmFooterTerms > p > img {
  vertical-align: middle;
}

.music-site-refresh #cmFooterContainer > div > #cmFooterSiteMap > div > h4 {
  font-weight: bold;
}

.music-site-refresh #cmFooterContainer > div > .cmFooterTerms > p > a:hover,
.music-site-refresh #cmFooterContainer > div > #cmFooterSiteMap > .cmSiteMapColumn > ul > li > a:hover {
  text-decoration: underline   !important;
}

.music-site-refresh .cmOuterFooterWrap {
  padding: 0;
}

.music-site-refresh #cmFooterSiteMap > .cmSiteMapColumn > ul > li {
  background: none !important;
}

/* Images */
.music-site-refresh .cmDarkBoxShadow {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
}

.music-site-refresh .cmModuleHeader {
  margin-bottom: 15px;
}

.music-site-refresh .cmGridHeaderOnly .cmModuleHeader {
  margin-bottom: 0;
}

.music-site-refresh .cmCol6 > .cmBreadcrumb > .PB00 {
  width: 169px;
}


/* Page Wrap Ad */
#cmg_wppr {
    /* top: 242px !important; */
}