@font-face {
  font-family: 'OPTI Chamption Bold';
  src: url("../fonts/opti_champ_bold/optichab-webfont.eot");
  src: url("../fonts/opti_champ_bold/optichab-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/opti_champ_bold/optichab-webfont.woff2") format('woff2'), url("../fonts/opti_champ_bold/optichab-webfont.woff") format('woff'), url("../fonts/opti_champ_bold/optichab-webfont.ttf") format('truetype'), url("../fonts/opti_champ_bold/optichab-webfont.svg#optichampionboldmedium") format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  -webkit-font-smoothing: auto;
}
html {
  font-size: 62.5%;
}
body {
  background-color: #f9f9f9;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
  padding-bottom: 10rem;
}
img {
  height: auto;
  max-width: 100%;
}
h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 6rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 900px) {
  h1 {
    font-size: 4.2rem;
    line-height: 4.5rem;
  }
}
h2 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 6rem;
  margin-bottom: 1rem;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-top: 0;
}
.section-title {
  border-bottom: 1px solid #d8d8d8;
}
.content-box-primary {
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
  border-radius: 10px;
}
.btn-primary {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 50px;
  white-space: nowrap;
  padding: 1.2rem 2.8rem;
  margin: 0 auto 1rem;
  opacity: 1;
}
.btn-primary.yellow {
  background-color: #ffa500;
  color: #fff;
  border: 2px solid transparent;
}
.btn-primary.blue {
  background-color: #009ec6;
  color: #fff;
  border: 2px solid transparent;
}
.btn-primary.blue:hover,
.btn-primary.blue:focus {
  filter: brightness(110%);
}
.btn-primary.white {
  background-color: #fff;
}
.btn-primary.text-brand-blue {
  color: #009ec6;
}
.btn-primary.purple {
  background-color: #fff;
  color: #572f6e;
}
.btn-primary.btn-small {
  font-size: 1.8rem;
  padding: 0.8rem 2.5rem;
}
.btn-primary i.fa-angle-right {
  font-size: 1.4rem;
}
.btn-primary:hover {
  cursor: pointer;
}
.btn-primary.purple:hover,
.btn-primary.purple:focus {
  background-color: #572f6e;
  color: #fff;
}
.btn-primary.yellow:hover,
.btn-primary.yellow:focus {
  color: #ffa500;
  border: 2px solid #ffa500;
  background: transparent;
  text-decoration: none;
}
.btn-primary.inverted-white:hover,
.btn-primary.inverted-white:focus {
  color: #fff;
  border: 2px solid #fff;
  filter: none;
  background: transparent;
}
.inner-flex-btn {
  display: flex;
  flex-basis: auto;
  margin: 0 auto;
  justify-content: center;
}
.inner-flex-btn .btn-primary {
  margin: 0 0 1rem;
}
.inner-flex-btn > a:hover,
.inner-flex-btn > a:focus {
  background-color: transparent;
  border: 2px solid;
  text-decoration: none;
}
i.fa-chevron-right {
  font-size: initial;
}
.two-column-row,
.three-column-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 900px) {
  .two-column-row {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.two-column-row > div {
  margin-bottom: 3rem;
}
.hide-list-bullets {
  list-style-type: none;
}
.lg-col-wrapper {
  margin: 0 auto;
  max-width: 1250px;
}
#container {
  margin-top: 5rem;
  padding: 2rem;
}
@media only screen and (max-width: 900px) {
  #container {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  #container {
    margin-top: 2rem;
  }
}
#main-content {
  float: left;
  width: 70.73170731707317%;
}
#main-content > h1 {
  margin-top: 0;
}
.main-content-inner a {
  color: #009ec6;
}
.main-content-inner ul,
.main-content-inner ol,
.main-content-inner p {
  line-height: 3rem;
}
aside {
  float: right;
  width: 24.390243902439025%;
}
@media only screen and (max-width: 900px) {
  #main-content,
  aside {
    float: none;
    width: 100%;
    margin-bottom: 3rem;
  }
}
header {
  position: relative;
}
.header-outer {
  background-image: url("/images/mefm_header_bg.png");
  background-color: #ffa500;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 83% 100%;
  padding: 4rem 0 3.5rem;
}
@media only screen and (max-width: 900px) {
  .header-outer {
    background-position: 80% 60%;
    background-size: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 700px) {
  .header-outer {
    background-color: #ffa500;
    background-image: none;
  }
}
.header-outer.chicago {
  background-image: url("/images/mefm_header_chicago.png");
}
@media only screen and (max-width: 700px) {
  .header-outer.chicago {
    background-color: #ffa500;
    background-image: none;
  }
}
@media only screen and (max-width: 900px) {
  .is-sticky header {
    width: 100%;
    min-height: inherit;
    z-index: 9999;
  }
}
.is-sticky .header-outer {
  display: none;
}
@media only screen and (max-width: 900px) {
  .is-sticky .header-outer {
    display: block;
    background-size: cover;
  }
}
.is-sticky .logo {
  width: 125px;
  margin: 2rem 0;
}
@media only screen and (max-width: 900px) {
  .is-sticky .logo {
    margin: 0;
  }
}
.is-sticky .metv-header-nav {
  display: none;
}
.is-sticky .logo-resp {
  display: block;
  float: left;
  width: 125px;
  height: 100%;
  margin: 0 1.5rem 0 0;
}
@media only screen and (max-width: 1200px) {
  .is-sticky .logo-resp {
    margin: 0.7rem 1.5rem 0 0;
  }
}
@media only screen and (max-width: 900px) {
  .is-sticky .logo-resp {
    display: none;
  }
}
.is-sticky .logo-resp .station {
  margin: 0 2.5rem 0 0;
}
.is-sticky .header-player {
  display: none;
}
.is-sticky .header-band-img {
  display: none;
}
.is-sticky .header-band-title {
  font-size: 1.4rem;
}
.is-sticky .main-nav-wrapper {
  min-height: inherit;
  width: 100%;
  z-index: 9999;
}
@media only screen and (max-width: 900px) {
  .is-sticky .main-nav-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  .is-sticky #main-nav .nav-small.nav-open {
    top: 50px;
  }
}
.is-sticky .nav-inner-wrapper {
  display: flex;
  align-items: center;
  padding: 0.5rem 2rem;
}
@media only screen and (max-width: 900px) {
  .is-sticky .nav-inner-wrapper {
    padding: 0;
  }
}
.is-sticky #main-nav {
  flex: 1;
}
.header-inner {
  display: flex;
}
@media only screen and (max-width: 900px) {
  .header-inner {
    display: flex;
    flex-direction: row;
    padding: 2rem;
  }
}
@media only screen and (max-width: 900px) {
  .is-sticky .header-inner {
    padding: 1rem 2rem;
  }
}
.mefm-logo-wrapper {
  display: flex;
  flex: 1 1 30%;
  padding: 0 2rem;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .mefm-logo-wrapper {
    padding: 0;
  }
}
.logo {
  position: relative;
  width: 300px;
  z-index: 9;
  margin: 5rem 0;
}
.logo.kmee {
  width: 250px;
  margin: 2rem 0 4rem;
}
@media only screen and (max-width: 900px) {
  .logo {
    width: 150px;
    margin: 0.7rem 0.5rem;
  }
}
@media only screen and (max-width: 900px) {
  .logo.station {
    width: 125px;
    margin: 0;
  }
}
@media only screen and (max-width: 900px) {
  .menu-btn {
    display: inline-block;
    cursor: pointer;
  }
}
.header-nav-menu-tab {
  display: none;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .header-nav-menu-tab {
    display: flex;
    align-items: center;
    font-size: 3rem;
    margin: 0 2rem 0 0.5rem;
    width: 22px;
  }
}
.metv-header-nav {
  padding: 2rem 0 1.5rem;
}
.metv-header-nav ul {
  background-color: #fff;
  display: none;
  margin-top: 0;
  position: absolute;
  top: 70px;
  width: 300px;
  z-index: 10;
  padding: 1.5rem 5rem 2rem;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.4);
}
.metv-header-nav ul li a {
  color: #3c3c3c;
  display: block;
  font-size: 1.8rem;
  border-bottom: 1px solid #ebebeb;
  padding: 1.5rem 0;
  text-decoration: none;
  transition: none;
  z-index: 99999;
}
.metv-header-nav ul li:last-child a {
  border-bottom: none;
}
.metv-header-nav-inner {
  padding: 0 2rem;
}
.metv-header-nav ul li a:hover,
.metv-header-nav ul li a:focus {
  color: #009ec6;
}
.metv-header-menu-tab {
  color: #101010;
  display: block;
  font-size: 3rem;
  float: left;
  width: 30px;
  margin-top: 1px;
  text-align: center;
  cursor: pointer;
}
.metv-logo {
  margin-left: 2rem;
}
.logo-resp {
  display: none;
}
.header-player {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1 1 40%;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .header-player {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .header-player {
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
  }
}
.header-now-playing {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.15rem;
}
@media only screen and (max-width: 900px) {
  .header-now-playing {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
  }
}
.header-player-info {
  text-align: center;
}
.header-band-img {
  max-width: 125px;
  max-height: 125px;
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 900px) {
  .header-band-img {
    display: none;
  }
}
.header-song-title,
.header-band-title {
  display: block;
}
.header-song-title {
  font-weight: 400;
}
.header-band-title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.itunes-badge,
.amazon-badge {
  margin-right: 0.8rem;
  vertical-align: bottom;
  width: 100px;
}
.main-nav-wrapper {
  background-color: #009ec6;
}
#main-nav {
  background-color: #009ec6;
  font-size: 1.6rem;
  padding: 1.3rem 2rem;
}
@media only screen and (max-width: 900px) {
  #main-nav {
    padding: 0;
  }
}
#main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  #main-nav ul {
    background-color: #009ec6;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}
#main-nav ul.nav-small.nav-open {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  overflow-y: scroll;
}
@media only screen and (max-width: 900px) {
  #main-nav ul.nav-small.nav-open {
    top: 90px;
    left: 0;
  }
}
#main-nav li {
  display: flex;
  align-items: center;
  color: #fff;
  padding-right: 3.5rem;
}
@media only screen and (max-width: 1200px) {
  #main-nav li {
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 900px) {
  #main-nav li {
    padding: 0 3rem 0;
  }
}
@media only screen and (max-width: 900px) {
  #main-nav li.social-nav a {
    border-bottom: none;
  }
}
#main-nav a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  #main-nav a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 900px) {
  #main-nav a {
    font-size: 1.6rem;
    padding: 2rem 1rem;
    border-bottom: 1px solid #efefef;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  #main-nav i {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 900px) {
  #main-nav i {
    font-size: 1.6rem;
  }
}
#main-nav .header-nav-icons li {
  padding-right: 3rem;
}
#main-nav .header-nav-icons li:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 900px) {
  #main-nav .header-nav-icons {
    justify-content: center;
    text-align: center;
    padding: 0 5rem 0;
    border-bottom: none;
    width: auto;
  }
}
.main-nav-inner {
  display: flex;
  flex-direction: row;
}
.main-nav-container {
  align-items: center;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .main-nav-container {
    display: flex;
    width: auto;
    align-items: flex-end;
  }
}
.is-sticky #main-nav a,
.is-sticky #main-nav i {
  display: block;
  font-size: 1.4rem;
}
@media only screen and (max-width: 900px) {
  .is-sticky #main-nav a,
  .is-sticky #main-nav i {
    font-size: 1.6rem;
  }
}
#main-nav a:hover,
.header-nav-search .fa-search:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .header-nav-search {
    padding: 2rem 3rem 2rem 0;
  }
}
.is-sticky #main-nav li,
.is-sticky #main-nav .header-nav-icons li {
  padding-right: 2rem;
}
@media only screen and (max-width: 1200px) {
  .is-sticky #main-nav .header-nav-icons li:last-child {
    padding-right: 0;
  }
}
.header-nav-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-nav-icons .social-nav a {
  border-bottom: none;
}
footer {
  font-size: 2rem;
  padding: 0;
  text-align: center;
}
footer a {
  display: block;
  margin-bottom: 2rem;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.3rem;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
footer .metv-logo {
  margin: 0 0 1.5rem;
}
footer .newsletter-sidebar-input-wrap input {
  background-color: #ebebeb;
  color: #252525;
  border-radius: 50px;
}
footer .newsletter-sidebar {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 2rem;
}
footer .newsletter-sidebar i {
  color: #5a5a5a;
}
footer,
footer a {
  color: #000;
}
footer .newsletter-sidebar button i:hover,
footer .newsletter-sidebar button i:focus {
  color: #009ec6;
}
.footer-affiliate-logos {
  padding-top: 3rem;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 3rem;
}
.footer-affiliate-logos a,
.footer-affiliate-logos a img {
  margin-right: 0.2rem;
  height: 20px;
}
.copyright {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-top: 3rem;
}
.content-grid-item-main,
.content-grid-item {
  margin-bottom: 2.5rem;
}
.content-grid-item-main,
.content-grid-item,
.content-row-item {
  display: flex;
  flex-direction: column;
  flex-basis: auto;
  background-color: #fff;
}
.content-grid-item-thumb img {
  display: block;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.content-grid-item-desc {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  flex-basis: auto;
  line-height: 2.2rem;
  padding: 3rem;
}
@media only screen and (max-width: 500px) {
  .content-grid-item-desc {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.content-grid-item-main .content-grid-item-title {
  color: #3c3c3c;
  font-size: 3.5rem;
  line-height: 3.8rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 500px) {
  .content-grid-item-main .content-grid-item-title {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 1.5rem;
  }
}
.content-grid-item-main .content-grid-item-excerpt {
  font-size: 2.2rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 500px) {
  .content-grid-item-main .content-grid-item-excerpt {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 500px) {
  .content-grid-item-main .content-grid-item-desc {
    padding: 2rem;
  }
}
.content-grid-item-title {
  font-weight: 500;
}
a.content-grid-item-title:hover,
a.content-grid-item-title:focus {
  text-decoration: underline;
}
.content-grid-item-main .content-grid-item-excerpt,
.content-grid-item-main .content-grid-item-excerpt-small {
  color: #464646;
  font-weight: 400;
  margin-bottom: 1rem;
}
.content-grid-item-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1 1 100%;
}
.content-grid-item-2 {
  font-size: 1.8rem;
  width: calc(100% / 2 - 1.5rem);
}
@media only screen and (max-width: 900px) {
  .content-grid-item-2 .btn-primary {
    display: inline-block;
    font-size: 1.6rem;
    padding: 1.2rem 1.8rem;
  }
}
.content-grid-item-3 {
  font-size: 1.8rem;
  width: calc(100% / 3 - 1.5rem);
}
@media only screen and (max-width: 500px) {
  .content-grid-item-3 {
    font-size: 1.6rem;
  }
}
.content-grid-item-3 .btn-primary {
  font-size: 1.6rem;
  padding: 0.8rem 2rem;
}
@media only screen and (max-width: 1200px) {
  .content-grid-item-3 .btn-primary {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
  }
}
@media only screen and (max-width: 900px) {
  .content-grid-item-2,
  .content-grid-item-3 {
    width: 100%;
  }
}
.content-grid-item-2 .content-grid-item-title,
.content-grid-item-3 .content-grid-item-title {
  color: #3c3c3c;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 900px) {
  .content-grid-item-2 .content-grid-item-title,
  .content-grid-item-3 .content-grid-item-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 900px) {
  .content-grid-item-2 .content-grid-item-excerpt,
  .content-grid-item-3 .content-grid-item-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media only screen and (max-width: 900px) {
  .content-grid-item-2 .content-grid-item-desc,
  .content-grid-item-3 .content-grid-item-title {
    padding: 1.5rem 2rem 1.5rem;
  }
}
.content-grid-item-2 .content-grid-item-desc,
.content-grid-item-3 .content-grid-item-desc {
  padding: 1.8rem 2rem 1.5rem;
}
.content-grid-item-2 .content-grid-item-excerpt,
.content-grid-item-3 .content-grid-item-excerpt {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.content-row-item {
  flex-direction: row;
  margin-bottom: 2.5rem;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .content-row-item {
    flex-direction: column;
  }
}
.content-row-item .content-row-item-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 100%;
  padding: 2rem 2.5rem 1.5rem;
}
@media only screen and (max-width: 900px) {
  .content-row-item .content-row-item-desc {
    flex: 1 1 80%;
    padding: 1.7rem 2rem 2rem;
  }
}
.content-row-item .content-row-item-thumb {
  display: flex;
  flex: 1 1 65%;
}
@media only screen and (max-width: 900px) {
  .content-row-item .content-row-item-thumb {
    flex: 1 1 100%;
  }
}
.content-row-item .content-row-item-thumb img {
  flex: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 500px) {
  .content-row-item .content-row-item-thumb img {
    border-radius: 10px 10px 0 0;
  }
}
.content-row-item .content-row-item-title {
  color: #3c3c3c;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin-bottom: 1.2rem;
  text-decoration: none;
}
@media only screen and (max-width: 900px) {
  .content-row-item .content-row-item-title {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .content-row-item .content-row-item-title {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 1.2rem;
  }
}
.content-row-item .content-row-item-excerpt {
  color: #464646;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 500px) {
  .content-row-item .content-row-item-excerpt {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
  }
}
.content-row-item .content-row-item-bottom {
  margin: 2rem 0;
}
.search-bar {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 2rem;
}
.search-bar.closed {
  display: none;
}
.search-bar.open {
  background: #009ec6;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 900px) {
  .search-bar.open {
    width: 95%;
    border-top: none;
    margin-top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .search-bar.open {
    margin-top: 0;
  }
}
.search-bar form {
  background-color: #fff;
  color: #252525;
  border-radius: 50px;
  width: 95%;
}
.search-bar-input-wrap {
  float: left;
  margin-right: -7rem;
  width: 100%;
}
.search-bar-input-wrap input {
  width: 100%;
}
.search-form input {
  padding: 0 3rem;
  vertical-align: middle;
  outline: none;
}
.search-form button {
  float: right;
  width: 70px;
}
.search-form input,
.search-form button {
  background: none;
  border: none;
  display: block;
  float: left;
  height: 50px;
}
.search-form button:hover,
.search-form button:focus {
  color: #009ec6;
}
.content-img-grid {
  position: relative;
}
.content-img-grid-item-sizer,
.content-img-grid-item {
  width: 24.0853658536585%;
}
.content-img-grid-item-gutter {
  width: 1.219512195122%;
}
.content-img-grid-item {
  cursor: pointer;
  float: left;
  margin-bottom: 1.219512195122%;
}
.content-img-grid-item img {
  display: block;
}
.content-img-grid-overlay {
  background: rgba(0,0,0,0.5);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}
.content-img-grid-item-popout {
  background: #fff;
  border: 20px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  height: 400px;
  margin: auto;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 800px;
  overflow: auto;
}
@media only screen and (max-width: 500px) {
  .content-img-grid-item-popout {
    width: 90%;
    height: 600px;
  }
}
.content-img-grid-item-popout img {
  float: left;
  margin: 0 2.4390243902439% 0 0;
  width: 30.4878048780488%;
}
@media only screen and (max-width: 500px) {
  .content-img-grid-item-popout img {
    width: 100%;
  }
}
.content-img-grid-item-open .content-img-grid-overlay {
  display: block;
}
.content-img-grid-close {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}
.content-img-grid-close i {
  font-size: 3rem;
  color: #000;
}
.content-img-grid-details {
  float: right;
  height: 360px;
  overflow: auto;
  width: 67.0731707317073%;
  margin-top: 60px;
}
@media only screen and (max-width: 500px) {
  .content-img-grid-details {
    width: 100%;
    margin-top: 30px;
  }
}
.content-img-grid-h2 {
  max-width: 88.408644400786%;
  margin-bottom: 1.5rem;
}
.content-img-grid-h3 {
  margin-top: 0;
}
.content-img-grid-bg {
  overflow: hidden;
}
.content-img-grid-text-about {
  display: none;
  float: left;
  clear: both;
  margin-bottom: 1rem;
}
.content-img-grid-text-small {
  display: none;
  float: left;
  clear: both;
  margin-bottom: 1rem;
}
.tunein-copy {
  color: #444;
  display: block;
  font-size: 2rem;
  font-weight: 800;
  margin: 1rem 0 2rem;
  text-align: center;
}
.tunein-copy span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
.tunein-copy span a {
  text-decoration: underline;
  font-weight: 600;
}
.tunein-copy span a:hover {
  color: #009ec6;
  text-decoration: none;
}
.request-form {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 600;
  position: relative;
  width: calc(100% / 2 - 1.5rem);
  padding: 2.5rem 0;
}
.request-form form {
  overflow: hidden;
  padding: 0 2rem 0 1.5rem;
}
.request-form input {
  border-radius: 20px;
}
.request-form textarea {
  height: 150px;
  border-radius: 15px;
  resize: none;
}
.request-form input[type="submit"] {
  font-size: 2.5rem;
  width: 75%;
  margin: 1rem 0 0;
  border-radius: 50px;
  text-transform: capitalize;
}
.heading-meta,
.heading-branded {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3.5rem;
  padding: 0 2rem;
}
.heading-meta {
  color: #000;
}
.heading-branded {
  color: #ffa500;
  text-align: center;
  margin-bottom: 2rem;
}
.request-form input[type='text'],
.request-form textarea {
  background: #ededed;
  font-family: 'Work Sans', sans-serif;
  color: #181818;
  font-size: 1.9rem;
  font-weight: 400;
  padding: 1.5rem;
  width: 93%;
  border: none;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 900px) {
  .request-form input[type='text'] {
    width: 92%;
  }
}
.request-form input:hover,
.request-form input:focus,
.request-form textarea:hover,
.request-form textarea:focus {
  outline: none;
}
.request-form-col.submit-col {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2rem;
}
.song-col,
.name-col,
.email-col {
  width: 100%;
  margin-right: 2.151714077316%;
}
.song-col input {
  height: 150px;
}
.videos-play-icon-page {
  position: absolute;
}
.category-section-solid-border {
  margin-bottom: 4rem;
  position: relative;
}
.category-section-solid-border .addthis_sharing_toolbox {
  position: absolute;
  right: 0;
  top: 6px;
}
.category-section-solid-border h2 {
  color: #323232;
  font-family: 'OPTI Chamption Bold', sans-serif;
  font-size: 2.2rem;
  margin-top: 0;
  padding-bottom: 0.5rem;
  border-bottom: 8px solid #323232;
}
.whats-up-item {
  float: left;
  height: 300px;
  width: 48.387096774194%;
}
.whats-up-item:first-child {
  margin-right: 3.225806451613%;
}
.whats-up-text h4 {
  margin: 0;
}
.whats-up-text-bg {
  background-color: #fff;
}
.whats-up-text-light {
  color: #fff;
}
.whats-up-text-center {
  text-align: center;
}
.whats-up-text-facebook {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
}
.whats-up-text-facebook span {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin: -0.5rem 0 -0.7rem;
}
.whats-up-text-welcome {
  font-weight: 700;
  height: 135px;
}
.whats-up-text-welcome h3 {
  font-size: 2.5rem;
  margin: 0;
}
.whats-up-item-today {
  background-color: #7ec5e4;
}
.whats-up-item-today .whats-up-text {
  height: 110px;
  padding: 0 15px;
}
.whats-up-item-today ul {
  font-weight: 700;
  list-style: none;
  margin: 0;
  padding: 0;
}
.whats-up-item-today li {
  margin-bottom: 1rem;
}
.whats-up-today-logo {
  display: block;
  margin: 3rem auto 0;
}
.whats-up-item-video {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.whats-up-item-video .whats-up-text {
  padding: 0 1.5rem;
}
.whats-up-item-video .whats-up-text a {
  color: #fff;
}
.whats-up-item-video .videos-play-icon-page {
  left: 115px;
  top: 49px;
}
.border-dark {
  background: url("../images/dotted_border.png") repeat-x 0 0;
}
.category-section-wrap {
  margin-bottom: 4rem;
}
.category-section-wrap .category-section-dotted-border {
  margin-bottom: 0;
  position: relative;
}
.category-section-dotted-border h2 {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 800;
  margin: 0;
  min-width: 125px;
  padding: 0.3rem 1, 2rem 0.3rem 0.7rem;
}
.homepage-news {
  margin-top: 2rem;
}
.homepage-news-thumb,
.homepage-news-content {
  float: left;
}
.homepage-news-col {
  border-top: 1px solid #323232;
}
.homepage-news-thumb {
  width: 24.193548387097%;
}
.homepage-news-content {
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.9rem;
  padding: 2.222222222222% 2.222222222222% 0;
  width: 72.58064516129%;
}
.homepage-news-title {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2.2rem;
  margin: 0 0 0.5rem;
}
.more-link {
  color: #0092b8 !important;
  font-size: 1.3rem;
  font-weight: 700;
}
.facebook-section,
.twitter-section {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 2rem;
  padding: 1.5rem 1.5rem 2rem 7.3rem;
}
.facebook-section a,
.twitter-section a {
  color: #ccc;
}
.facebook-section-title,
.facebook-section-meta,
.twitter-section-title,
.twitter-section-meta {
  font-family: Arial, sans-serif;
  font-weight: normal;
}
.facebook-section-text,
.twitter-section-text {
  float: left;
  width: 87.910798122066%;
}
.facebook-section-title,
.twitter-section-title {
  display: block;
  font-size: 1.6rem;
}
.facebook-section-title a,
.twitter-section-title a {
  color: #fff;
}
.facebook-section-title a:hover,
.twitter-section-title a:hover {
  color: #323232;
  text-decoration: none;
}
.facebook-section-meta,
.twitter-section-meta {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
}
.facebook-section-img,
.twitter-section-img {
  float: right;
  margin: 35px 0 0 1.5rem;
}
.facebook-section {
  background: url("../images/facebook_section_icon.png") no-repeat 0 20px #3c5a8e;
}
.twitter-section {
  background: url("../images/twitter_section_icon.png") no-repeat 0 20px #29a8df;
}
.category-section-col {
  float: left;
  margin-left: 3.225806451613%;
  width: 48.387096774194%;
}
.homepage-connect-social-sml-text {
  box-sizing: border-box;
  padding: 1rem;
  width: 61.666666666667%;
}
.homepage-connect-social-sml-text img {
  display: block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 900px) {
  .now-playing-wrap {
    display: flex;
    flex-direction: column;
  }
}
.tile-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row;
}
.tile {
  display: block;
  width: calc(100% / 2 - 2rem);
  background-color: #888;
  color: #fff;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  margin-bottom: 4rem;
  text-align: center;
  clear: both;
}
@media only screen and (max-width: 500px) {
  .tile {
    width: 100%;
  }
}
.tile a {
  color: #3c3c3c;
}
.tile a:hover,
.tile a:focus {
  text-decoration: none;
}
.tile a.more-link {
  font-size: 14px;
}
.facebook-tile i {
  color: #4367b2;
}
.facebook-tile,
.twitter-tile {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
  overflow: hidden;
  clear: both;
}
.facebook-tile i,
.twitter-tile i {
  display: block;
  font-size: 2.8rem;
  text-align: center;
  padding-bottom: 1.5rem;
}
.social-tile-content img {
  width: 100%;
  height: auto;
}
.social-tile-content:hover,
.social-tile-content:focus {
  filter: brightness(115%);
}
.twitter-tile i {
  color: #55acee;
}
.instagram-tile {
  background: url("../images/instagram_icon_tile.png") no-repeat 10px 10px #323232;
}
.social-bottom {
  display: block;
  color: #3c3c3c;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 300;
  padding: 2rem 3rem;
}
a.social-tile-viewthis,
.tile-meta {
  display: block;
  font-size: 1.4rem;
  text-align: right;
}
.tile-meta {
  font-weight: bold;
  padding-top: 1.5rem;
  text-transform: uppercase;
  text-align: center;
}
.page-content-wrap {
  line-height: 25px;
}
.about-us-signature {
  color: #009ec6;
  font-weight: 500;
  margin-top: 1rem;
}
.awards-list {
  margin-bottom: 3rem;
}
.contact-form {
  font-weight: 300;
  margin-bottom: 3.5rem;
  padding: 3rem;
  float: left;
  width: 95%;
}
@media only screen and (max-width: 900px) {
  .contact-form {
    width: auto;
  }
}
.contact-form label {
  color: #3c3c3c;
  font-size: 1.4rem;
  position: absolute;
  padding: 0.5rem 1rem;
}
.contact-form textarea {
  padding: 2.5rem 1rem;
}
@media only screen and (max-width: 500px) {
  .contact-form textarea {
    width: 93%;
  }
}
.contact-form input[type='text'] {
  color: #000;
  height: 42px;
  padding: 1.5rem 1rem 0rem;
}
@media only screen and (max-width: 500px) {
  .contact-form input[type='text'] {
    width: 93%;
  }
}
.contact-form #city {
  margin-right: 1rem;
}
.contact-form input[type='submit'] {
  margin-top: 2rem;
}
.contact-form h3 {
  margin-bottom: 0.3rem;
}
.contact-form input[type='text'],
.contact-form textarea {
  background: none;
  border: 1px solid #d8d8d8;
  font-size: 1.6rem;
  padding: 1.5rem 1rem 0;
  margin-bottom: 1.5rem;
  width: 97%;
  border-radius: 10px;
}
.contact-form #city,
.contact-form #zip {
  display: inline-flex;
  width: calc(100% / 2 - 1rem);
}
.other-contact {
  margin-top: 3rem;
  clear: both;
}
.success-message {
  background-color: #b3feb3;
  border: 1px solid #78de78;
  color: #3e833e;
}
.success-message,
.error-message {
  font-weight: 400px;
  margin: 1.5rem 0 0.5rem;
  padding: 2rem;
  text-align: center;
}
.error-message {
  background-color: #feb3b3;
  border: 1px solid #de7878;
  color: #833e3e;
}
.sweepstakes-header {
  margin-bottom: 3rem;
}
.sweepstakes-header h1 {
  float: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .sweepstakes-header h1 {
    float: none;
  }
}
.sweepstakes-rules-link {
  display: block;
  color: #236277;
  font-size: 1.2rem;
  margin-top: 2rem;
  float: right;
  text-decoration: underline;
}
@media only screen and (max-width: 500px) {
  .sweepstakes-rules-link {
    float: none;
  }
}
.sweepstakes-rules-link:hover,
.sweepstakes-rules-link:focus {
  text-decoration: none;
}
.sweepstakes-item {
  float: left;
  margin-bottom: 2rem;
  width: 48.630136986301%;
}
@media only screen and (max-width: 700px) {
  .sweepstakes-item {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 2rem;
  }
}
.sweepstakes-item img {
  display: block;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 700px) {
  .sweepstakes-item img {
    float: left;
    width: 43.103448275862%;
  }
}
@media only screen and (max-width: 500px) {
  .sweepstakes-item img {
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 400px) {
  .sweepstakes-item img {
    width: 100%;
  }
}
.sweepstakes-item-right {
  float: right;
}
@media only screen and (max-width: 700px) {
  .sweepstakes-item-right {
    float: none;
    width: 100%;
  }
}
.sweepstakes-item-copy {
  padding: 0 1rem;
}
@media only screen and (max-width: 700px) {
  .sweepstakes-item-copy {
    float: right;
    padding: 0;
    width: 54.310344827586%;
  }
}
.sweepstakes-item-copy h3 {
  margin: 0 0 1rem;
}
.sweepstakes-winners-link {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 500px) {
  .contact-rick-message {
    width: 100%;
  }
}
aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside li {
  list-style-type: none;
  margin-bottom: 3rem;
}
aside .request-form input[type="submit"] {
  font-size: 1.8rem;
  width: 100%;
}
aside .heading-branded {
  font-size: 2.2rem;
  line-height: 2.4rem;
}
aside .song-list li {
  margin-bottom: 0;
  padding: 1rem 0;
}
aside .song-list li:before {
  font-size: 1.6rem;
}
aside .song-list ul a {
  font-size: 1.6rem;
}
@media only screen and (max-width: 900px) {
  aside .song-list-item {
    display: none;
  }
}
aside .song-info {
  margin-bottom: 0.7rem;
}
aside .remind-me {
  background: url("../images/header_player_bg_gradient.png") no-repeat -35px bottom #02242f;
  padding: 2rem 2rem 3rem;
}
aside .remind-me h3 {
  border-bottom: 1px solid #044053;
  color: #009ec6;
  font-size: 2.7rem;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}
aside .remind-me a {
  color: #fff;
}
aside .request-form,
aside .song-list {
  width: auto;
}
@media only screen and (max-width: 900px) {
  aside .request-form,
  aside .song-list {
    width: 100%;
  }
}
aside .request-form input[type='text'],
aside .request-form textarea {
  width: 91%;
  font-size: 1.6rem;
}
aside .song-list .play-more-btn,
aside .song-list .play-less-btn {
  font-size: 1.4rem;
}
.tune-in-sidebar {
  background: url("../images/sidebar_dotted_border.png") repeat-x 0 bottom;
  color: #444;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 1rem 1rem;
}
.request-line {
  font-weight: 700;
  text-align: center;
  margin-top: 0.5rem;
}
.request-line span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
.song-list {
  display: flex;
  flex-direction: column;
  width: calc(100% / 2 - 1.5rem);
  padding: 2.5rem 0;
}
@media only screen and (max-width: 900px) {
  .song-list {
    padding: 2rem 0 2rem;
  }
}
.song-list .heading-meta {
  margin-bottom: 0.5rem;
}
.song-list ul {
  counter-reset: my-counter;
  font-size: 1.3rem;
  margin: 0;
  padding: 0 1rem 0 2rem;
}
.song-list ul a {
  display: flex;
  flex-direction: column;
  font-size: 1.7rem;
  color: #181818;
  text-transform: capitalize;
}
.song-list ul a:hover,
.song-list ul a:focus {
  color: #009ec6;
  text-decoration: none;
}
.song-list li {
  display: flex;
  background: none;
  list-style: none;
  padding: 0.9rem 0;
}
.song-list li:before {
  content: "•";
  color: #939393;
  font-size: 1.9rem;
  font-weight: 600;
  margin-right: 1rem;
}
@media only screen and (max-width: 900px) {
  .request-form,
  .song-list {
    width: 100%;
  }
}
.song-info {
  margin-bottom: 0.5rem;
}
.song-artist {
  font-weight: 600;
  margin-bottom: 0.1rem;
}
.play-more-btn,
.play-less-btn {
  color: #ffa500;
  font-size: 1.4rem;
  font-weight: 600;
  border: none;
  background: none;
}
.play-more-btn i,
.play-less-btn i {
  margin-right: 0.7rem;
}
.play-more-btn:hover,
.play-less-btn:hover {
  color: #000;
  cursor: pointer;
}
.play-less-btn {
  color: #ff6400;
}
.play-feedback-msg {
  display: none;
  font-size: 1.2rem;
  margin-top: 1rem;
  text-transform: uppercase;
}
.play-more-share {
  margin-top: 0.5rem;
}
.play-more-share a {
  display: block;
  float: left;
  height: 27px;
  width: 65px;
}
.play-more-share a:hover,
.play-more-share a:focus {
  background-position: 0 -27px;
}
.play-facebook-share {
  background: url("../images/facebook_share_btn.png") no-repeat 0 0;
  margin-right: 5px;
}
.play-twitter-share {
  background: url("../images/twitter_tweet_btn.png") no-repeat 0 0;
}
.advertise-with-us {
  background-color: #572f6e;
  color: #fff;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
}
.advertise-with-us h3 {
  margin-top: 0;
}
.advertise-with-us a {
  color: #fff;
  font-weight: 600;
  word-break: break-word;
}
.advertise-callout {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.advertise-contact {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 3rem;
}
.advertise-with-us div,
.advertise-with-us div a {
  color: #fff;
  font-size: 1.8rem;
}
.newsletter-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}
@media only screen and (max-width: 900px) {
  .newsletter-item {
    display: none;
  }
}
.newsletter-subheading {
  font-size: 1.8rem;
  font-weight: 700;
  color: #252525;
  text-align: center;
  margin-bottom: 2rem;
}
.newsletter-sidebar {
  padding: 2rem;
}
.newsletter-sidebar button {
  padding: 0;
  position: absolute;
  top: 1.9rem;
  right: 1rem;
  width: 30px;
  background: none;
  border: none;
  display: block;
}
.newsletter-form button i:hover,
.newsletter-form button i:focus {
  color: #000;
}
.newsletter-form {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.newsletter-sidebar-input-wrap input {
  background-color: #009ec6;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
  padding: 1.7rem 4.5rem 1.7rem 1.5rem;
  border: none;
  border-radius: 50px;
  outline: none;
  width: -webkit-fill-available;
}
.sidebar-ad {
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .sidebar-ad {
    width: 468px;
  }
}
@media only screen and (max-width: 500px) {
  .sidebar-ad {
    width: 320px;
  }
}
.sidebar-promo-lg {
  display: block;
}
@media only screen and (max-width: 900px) {
  .sidebar-promo-lg {
    display: none;
  }
}
.sidebar-promo-sml {
  display: none;
}
@media only screen and (max-width: 900px) {
  .sidebar-promo-sml {
    display: block;
    margin: 0 auto;
  }
}
.callout-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: normal;
  line-height: 2.1rem;
  height: 100%;
  padding-left: 1.5rem;
}
.regular-callout {
  font-size: 1.7rem;
}
.large-callout {
  font-size: 2.1rem;
}
.car-magnet-container {
  background-image: url("/images/car_magnet.png");
  background-size: cover;
  height: 100px;
}
.car-magnet-container:hover,
.car-magnet-container:focus {
  filter: brightness(110%);
}
.car-magnet-container a:hover,
.car-magnet-container a:focus {
  text-decoration: none;
}
.side-store-products-section {
  background-color: #009ec6;
  padding: 2rem 1.5rem;
  text-align: center;
  border-radius: 10px;
}
.side-store-products-section h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.2rem;
  margin: 0 0 2rem;
}
.side-store-product-item {
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.side-store-product-item img {
  border-radius: 100px;
  margin: 0 auto 10px;
  max-width: 180px;
}
.side-store-product-item .product-title {
  color: #252525;
  margin-bottom: 0.5rem;
}
.side-store-product-item .product-price {
  color: #fff;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel.owl-theme.store-products .owl-nav {
  top: 25%;
}
.owl-carousel.owl-theme.store-products .owl-nav .owl-prev .fa-chevron-left {
  font-size: 2.8rem;
  margin-right: 11rem;
}
.owl-carousel.owl-theme.store-products .owl-nav .owl-next .fa-chevron-right {
  font-size: 2.8rem;
  margin-left: 8rem;
}
.owl-carousel.owl-theme.store-products button {
  background: none;
  color: #fff;
  width: 100%;
}
.owl-carousel.owl-theme.store-products button.owl-prev {
  text-align: left;
  margin-left: -0.5rem;
}
.owl-carousel.owl-theme.store-products button.owl-next {
  text-align: right;
  margin-right: -0.5rem;
}
.side-store-product-item .product-title,
.side-store-product-item .product-price {
  font-size: 2rem;
}
.side-store-product-item .product-title,
.side-store-product-item .product-price {
  font-weight: 600;
}
.owl-carousel.owl-theme.store-products button:hover,
.owl-carousel.owl-theme.store-products button:focus {
  outline: none;
  opacity: 1;
}
.owl-carousel.owl-theme.store-products button i:hover,
.owl-carousel.owl-theme.store-products button i:focus {
  color: #252525;
}
.owl-theme .owl-nav {
  display: flex;
}
.aside-sidebar-list-title-only li {
  margin-bottom: 0;
  border-bottom: 2px solid #e1e1e1;
  padding: 1.5rem 0;
}
.aside-sidebar-main-callout-list img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
}
.aside-sidebar-main-callout-list .view-more {
  padding: 4rem 0;
  text-align: center;
}
.aside-sidebar-item-list .aside-item-list-title,
.aside-sidebar-list-title-only {
  padding: 0 2rem;
}
.top-callout-list-item .callout-item-title-link a {
  font-size: 2rem;
  line-height: 2.4rem;
}
.callout-item-title-link > a {
  font-size: 1.6rem;
  line-height: 2rem;
}
.reminder-phone {
  font-size: 1.8rem;
  font-weight: 700;
}
.reminders-section-links {
  font-size: 1.4rem;
  margin: 3rem 0 5rem;
}
.reminders-section-links ul {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.reminders-section-links li {
  display: inline;
}
.reminders-section-links li a {
  background-color: #ebebeb;
  color: #494949;
  display: block;
  float: left;
  font-weight: 700;
  margin-right: 0.1rem;
  padding: 0.4rem 0;
  text-align: center;
  text-decoration: none;
  width: 22px;
}
.reminders-section-links li:last-child a {
  margin-right: 0;
}
.reminders-section-links li a:hover,
.reminders-shortcode {
  background-color: #009ec6;
  color: #fff;
}
.reminders-artist-section-header {
  background: url("../images/sidebar_dotted_border.png") repeat-x 0 bottom;
  color: #464646;
  position: relative;
}
.reminders-to-top {
  color: #bcbcbc;
  font-size: 1.2rem;
  position: absolute;
  right: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  top: 0.9rem;
}
.reminders-to-top:hover,
.reminders-to-top:focus {
  color: #464646;
  text-decoration: none;
}
.reminders-artist-block {
  background-color: #ebebeb;
  box-sizing: border-box;
  color: #494949;
  float: left;
  font-size: 1.3rem;
  font-weight: 700;
  height: 115px;
  margin: 0 0 1.5rem 0;
  padding: 1.8rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 143px;
}
.reminders-artist-block-no-margin {
  margin-right: 0;
}
.reminders-shortcode {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5rem 0;
  width: 100%;
}
.reminders-shortcode span {
  color: #8edffd;
  display: block;
  font-size: 1rem;
  text-transform: none;
}
.reminders-shortcode input {
  background: none;
  border: none;
  cursor: pointer;
  text-align: center;
  width: 100%;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
}
.offset-anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
.form-error,
.form-success {
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
  padding: 1rem 1.5rem;
  text-align: center;
}
.form-error {
  background-color: #fb626a;
}
.form-success {
  background-color: #58cf5e;
}
.form-error-msg {
  display: block;
  color: #f00;
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: -0.7rem;
  margin-bottom: 2rem;
}
.themodal-lock {
  overflow: hidden;
}
.themodal-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(255,255,255,0.8);
  zoom: 1;
}
.themodal-overlay > * {
  -webkit-transform: translateZ(0px);
}
#facebook-modal {
  display: none;
  position: absolute;
  background-color: #033650;
  border: 7px solid #033650;
  box-shadow: 0 0 70px #666;
  height: 380px;
  left: 50%;
  margin: -199px 0 0 -150px;
  top: 50%;
  width: 300px;
}
#facebook-modal .fb-like-box {
  background-color: #fff;
}
#facebook-modal a.close {
  background: url("../images/facebook_modal/modal_close_btn.png") no-repeat 0 0;
  display: block;
  height: 33px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 33px;
  z-index: 9;
}
.fb-modal-title {
  display: block;
}
.survey-modal {
  height: 300px !important;
}
.survey-wrap {
  position: relative;
  z-index: 1;
}
.hide-desktop-flex,
.hide-desktop-block {
  display: none;
}
@media only screen and (max-width: 900px) {
  .hide-desktop-flex {
    display: flex;
  }
}
@media only screen and (max-width: 900px) {
  .hide-desktop-block {
    display: block;
  }
}
.hide-mobile-flex {
  display: flex;
}
@media only screen and (max-width: 900px) {
  .hide-mobile-flex {
    display: none;
  }
}
.hide-mobile-block {
  display: block;
}
@media only screen and (max-width: 900px) {
  .hide-mobile-block {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
