.c-red {
  color: #ef0000; }

.c-yellow {
  color: #ffdc25; }

.c-red {
  color: #ef0000; }

.c-white {
  color: #ffffff; }

.theme-black-bg {
  background-color: #000000 !important; }

.yellow-bg {
  background-color: #ffdc25 !important; }

@font-face {
  font-family: 'Fakt SmCon';
  src: url("../fonts/FaktSmCon-Medium.eot");
  src: url("../fonts/FaktSmCon-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/FaktSmCon-Medium.woff2") format("woff2"), url("../fonts/FaktSmCon-Medium.woff") format("woff"), url("../fonts/FaktSmCon-Medium.ttf") format("truetype"), url("../fonts/FaktSmCon-Medium.svg#FaktSmCon-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Fakt SmCon Normal';
  src: url("../fonts/FaktSmCon-Normal.eot");
  src: url("../fonts/FaktSmCon-Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/FaktSmCon-Normal.woff2") format("woff2"), url("../fonts/FaktSmCon-Normal.woff") format("woff"), url("../fonts/FaktSmCon-Normal.ttf") format("truetype"), url("../fonts/FaktSmCon-Normal.svg#FaktSmCon-Normal") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Fakt SmCon Bold';
  src: url("../fonts/FaktSmCon-Bold.eot");
  src: url("../fonts/FaktSmCon-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FaktSmCon-Bold.woff2") format("woff2"), url("../fonts/FaktSmCon-Bold.woff") format("woff"), url("../fonts/FaktSmCon-Bold.ttf") format("truetype"), url("../fonts/FaktSmCon-Bold.svg#FaktSmCon-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0; }

body, html {
  height: 100%; }

body {
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-family: 'Fakt SmCon';
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  padding: 0px !important;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden; }

ul.floated-list {
  margin-bottom: 0;
  list-style: none; }
  ul.floated-list li {
    float: left;
    display: block; }
    ul.floated-list li a {
      display: block; }
    ul.floated-list li ul {
      margin-bottom: 0; }
      ul.floated-list li ul li {
        float: none; }

a {
  color: inherit; }
  a:hover {
    color: inerit; }

img {
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #000000;
  font-family: 'Fakt SmCon Bold';
  font-style: normal;
  font-weight: bold; }

h1 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.01em; }
  @media only screen and (max-width: 980px) {
    h1 {
      font-size: 26px;
      line-height: 30px; } }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 22px !important;
      line-height: 28px !important; } }

h2 {
  font-size: 26px;
  line-height: 31px;
  letter-spacing: -0.01em; }
  @media only screen and (max-width: 980px) {
    h2 {
      font-size: 22px;
      line-height: 28px; } }

h3 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.01em; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 15px; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit; }

.clear {
  clear: both; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.div-center {
  display: table;
  margin: 0 auto;
  float: none !important; }

.fullHeight {
  height: 100%; }

.mytable {
  display: table;
  width: 100%;
  height: 100%; }

.fixed-table-layout {
  table-layout: fixed; }

.float-left {
  display: table;
  float: left; }

.table-cell {
  display: table-cell; }

.va-middle {
  vertical-align: middle; }

.va-top {
  vertical-align: top; }

.va-bottom {
  vertical-align: bottom; }

.static {
  position: static; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.cover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.font-lg {
  font-size: 26px; }

.font-md {
  font-size: 26px;
  line-height: 31px; }

.font-sm {
  font-size: 22px;
  line-height: 26px; }

p, .text-normal {
  font-family: 'Fakt SmCon';
  font-weight: 500;
  font-style: normal; }

.text-bold {
  font-family: 'Fakt SmCon Bold';
  font-weight: bold; }

.pt-50 {
  padding-top: 50px; }
  @media only screen and (max-width: 767px) {
    .pt-50 {
      padding-top: 30px; } }

.pb-50 {
  padding-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .pb-50 {
      padding-bottom: 30px; } }

.pr-0 {
  padding-right: 0 !important; }

.mt-0 {
  margin-top: 0; }

.mt-50 {
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .mt-50 {
      margin-top: 30px; } }

.mb-0 {
  margin-bottom: 0; }

.mb-30 {
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .mb-30 {
      margin-bottom: 25px; } }

.mb-40 {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .mb-40 {
      margin-bottom: 25px; } }

.mb-45 {
  margin-bottom: 45px; }
  @media only screen and (max-width: 767px) {
    .mb-45 {
      margin-bottom: 25px; } }

.mb-49 {
  margin-bottom: 49px; }
  @media only screen and (max-width: 767px) {
    .mb-49 {
      margin-bottom: 30px; } }

.mb-50 {
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .mb-50 {
      margin-bottom: 30px; } }

.mb-60 {
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .mb-60 {
      margin-bottom: 35px; } }

.mr-30 {
  margin-right: 30px; }

.mb-75 {
  margin-bottom: 75px; }
  @media only screen and (max-width: 980px) {
    .mb-75 {
      margin-bottom: 40px; } }

.img-contain {
  max-width: 100%; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.div-right {
  float: right; }

.flex-wrap {
  flex-wrap: wrap; }

.flex {
  display: flex; }

.container {
  width: 1110px; }
  @media only screen and (max-width: 1199px) {
    .container {
      width: 100%; } }

.col-60 {
  width: 61%;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 767px) {
    .col-60 {
      width: 100%; } }

.col-40 {
  width: 39%;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 767px) {
    .col-40 {
      width: 100%; } }

.col-2-5 {
  width: 41%;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 767px) {
    .col-2-5 {
      width: 100%; } }

.col-3-5 {
  width: 59%;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 767px) {
    .col-3-5 {
      width: 100%; } }

.header {
  background-color: #ffffff;
  padding: 30px 0 50px;
  position: relative; }
  .header .logo {
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .header .logo img {
        width: 120px; } }
  .header .main-nav {
    margin-top: 31px; }
    .header .main-nav ul li {
      position: relative; }
      .header .main-nav ul li a {
        font-family: 'Fakt SmCon Bold';
        font-weight: bold;
        font-size: 24px;
        line-height: 29px;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        color: #EF0000;
        display: block;
        padding: 0 15px; }
        .header .main-nav ul li a:hover {
          color: #000000;
          opacity: 1; }
        @media only screen and (max-width: 980px) {
          .header .main-nav ul li a {
            font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .header .main-nav {
        display: none; } }
  .header .toggle {
    display: none;
    position: absolute;
    left: 15px;
    top: 30px; }
    @media only screen and (max-width: 767px) {
      .header .toggle {
        display: table; } }
  @media only screen and (max-width: 767px) {
    .header {
      padding: 15px 20px; } }

.news-feed-article__img {
  display: block; }

.news-feed-article__title {
  padding-right: 30px; }
  .news-feed-article__title .icon {
    position: absolute;
    bottom: 10px;
    right: 0; }
    @media only screen and (max-width: 1199px) {
      .news-feed-article__title .icon {
        top: 0;
        bottom: auto; } }

.featured-article .news-feed-article__wrapper h1 {
  font-size: 26px;
  line-height: 31px; }
  .featured-article .news-feed-article__wrapper h1 .text-normal {
    font-family: 'Fakt SmCon';
    font-weight: 500;
    font-style: normal; }

.article-title {
  margin-top: 15px !important;
  margin-bottom: 0; }

.section-title > h1 {
  margin-top: 0;
  margin-bottom: 15px !important; }

.title--sm .icon {
  bottom: 5px; }

.title--sm .icon.top-0 {
  top: 0;
  bottom: auto; }

.music-title {
  margin-top: 20px;
  padding-right: 0; }
  .music-title .icon {
    top: 0; }
  .music-title h5 {
    margin-top: 15px;
    margin-bottom: 8px;
    line-height: 19px; }
  .music-title p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0; }

.rating-icon .dot-circle {
  display: table;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #27AE60;
  cursor: pointer; }

.rating-icon .yellow--dot-circle {
  background: #FFDC25; }

.rating-icon .red--dot-circle {
  background: #EF0000; }

.rating-icon .rating {
  display: none;
  width: 162px;
  height: 68px;
  background: url(../images/tool-tip-left.svg) no-repeat;
  position: absolute;
  bottom: 81%;
  left: 3px;
  z-index: 3;
  padding: 14px;
  vertical-align: middle;
  text-transform: uppercase; }
  .rating-icon .rating span {
    display: inline-block;
    font-size: 14px;
    font-family: 'Fakt SmCon Bold';
    line-height: 1.2; }
  .rating-icon .rating .m-icon {
    display: table;
    float: right; }
  .rating-icon .rating a {
    display: inline-block; }
  .rating-icon .rating .spotify {
    padding: 0 3px; }

.rating-icon:hover > .rating,
.rating-icon:focus > .rating {
  display: table; }

.listen-icon .sound-icon {
  cursor: pointer; }

.listen-icon .listen {
  display: none;
  width: 122px;
  height: 57px;
  background: url(../images/tool-tip-right.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 82%;
  right: 10px;
  z-index: 3;
  padding: 8px 7px;
  vertical-align: middle; }
  .listen-icon .listen span {
    display: inline-block;
    position: absolute;
    font-size: 14px;
    font-family: 'Fakt SmCon bold';
    top: 17px;
    left: 10px; }
    @media only screen and (max-width: 787px) {
      .listen-icon .listen span {
        top: 11px; } }
  .listen-icon .listen .m-icon {
    display: table;
    float: right; }
  .listen-icon .listen a {
    display: inline-block; }
  .listen-icon .listen .spotify {
    padding: 0 3px; }

.listen-icon:hover > .listen,
.listen-icon:focus > .listen {
  display: table; }

.blackquotation {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 30px; }
  .blackquotation h2 {
    color: #ffffff;
    font-size: 38px;
    line-height: 1.4;
    font-family: 'Fakt SmCon';
    margin: 0; }
    .blackquotation h2:after, .blackquotation h2:before {
      content: '';
      display: table;
      width: 65px;
      height: 50px; }
      @media only screen and (max-width: 980px) {
        .blackquotation h2:after, .blackquotation h2:before {
          width: 35px;
          height: 27px; } }
    .blackquotation h2:after {
      background: url(../images/quote-rt.svg) no-repeat;
      background-size: cover;
      float: right;
      margin-top: 20px; }
      @media only screen and (max-width: 980px) {
        .blackquotation h2:after {
          margin: 0; } }
    .blackquotation h2:before {
      background: url(../images/quote-left.svg) no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 1199px) {
        .blackquotation h2:before {
          margin-bottom: 10px; } }
    @media only screen and (max-width: 1199px) {
      .blackquotation h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 980px) {
      .blackquotation h2 {
        font-size: 18px;
        line-height: 1.3; } }

.music-play-list {
  background: #000000;
  padding: 30px;
  margin-left: 12px; }
  @media only screen and (max-width: 980px) {
    .music-play-list {
      padding: 25px 20px;
      margin: 0; } }
  @media only screen and (max-width: 767px) {
    .music-play-list {
      margin-bottom: 30px; } }
  .music-play-list .song-list {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    overflow: hidden; }
    .music-play-list .song-list .section-embed {
      display: flex;
      padding-top: 15px; }
      .music-play-list .song-list .section-embed iframe {
        flex-grow: 1;
        border: none;
        margin: 0;
        padding: 0; }
  .music-play-list .song-list .section-title h2, .music-play-list .song-img .section-title h2 {
    margin-top: 0; }
    .music-play-list .song-list .section-title h2 img, .music-play-list .song-img .section-title h2 img {
      margin-left: 10px; }
  @media only screen and (max-width: 767px) {
    .music-play-list .song-list, .music-play-list .song-img {
      width: 100%; } }
  .music-play-list .song-img {
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .music-play-list .song-img {
        margin-top: 20px; } }

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.play-list-wrapper {
  background: #ef0000;
  padding: 40px 40px; }
  @media only screen and (max-width: 980px) {
    .play-list-wrapper {
      padding: 20px; } }
  .play-list-wrapper .play-list ul {
    list-style: none; }
    .play-list-wrapper .play-list ul li a {
      font-family: Fakt SmCon;
      font-style: normal;
      font-weight: normal;
      font-size: 26px;
      line-height: 1.6;
      text-transform: capitalize;
      display: block;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      padding: 13px 0; }
      @media only screen and (max-width: 980px) {
        .play-list-wrapper .play-list ul li a {
          font-size: 16px; } }
    .play-list-wrapper .play-list ul li:first-child > a {
      padding-top: 0; }
    .play-list-wrapper .play-list ul li:last-child > a {
      border: 0;
      padding-bottom: 0; }

.video-content-wrapper {
  min-height: 360px; }

.video-wrapper {
  display: table;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 980px) {
    .video-wrapper {
      height: auto;
      display: block; } }
  .video-wrapper .video-feed-article-text {
    background: #1a1a1a;
    padding: 40px 30px;
    height: 100%;
    display: table;
    width: 100%; }
    .video-wrapper .video-feed-article-text h2 {
      margin-top: 0; }
    .video-wrapper .video-feed-article-text h3 {
      margin-top: 55px;
      margin-bottom: 0; }
    .video-wrapper .video-feed-article-text h1 {
      font-size: 32px;
      line-height: 38px;
      letter-spacing: -0.02em;
      margin: 0; }
  .video-wrapper .song-info .song-info-desc {
    padding-top: 8px; }
    .video-wrapper .song-info .song-info-desc span {
      display: inline-block;
      font-size: 14px;
      line-height: 17px;
      color: #ffdc25;
      font-family: 'Fakt SmCon'; }
    .video-wrapper .song-info .song-info-desc .legend {
      width: 100px;
      font-family: 'Fakt SmCon Bold';
      text-transform: uppercase; }
  @media only screen and (max-width: 980px) {
    .video-wrapper .song-info {
      width: 100%;
      position: relative;
      padding: 30px 0 0;
      left: 0;
      right: 0;
      bottom: 0; } }

@media only screen and (max-width: 980px) {
  .xs-div-center {
    display: table;
    margin-left: auto;
    margin-right: auto; } }

.video-thumb {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 50%; }

.p-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pr-12 {
  padding-right: 12px; }
  @media only screen and (max-width: 980px) {
    .pr-12 {
      padding-right: 0; } }

.in-studio-wrapper .in-studio-list {
  background: #000000;
  height: 100%;
  padding: 50px 50px 20px 28px; }
  @media only screen and (max-width: 1199px) {
    .in-studio-wrapper .in-studio-list {
      padding: 30px; } }
  .in-studio-wrapper .in-studio-list h2 {
    margin-bottom: 20px; }

.in-studio-wrapper ul {
  list-style: none;
  color: #1a1a1a;
  font-family: 'Fakt SmCon'; }
  .in-studio-wrapper ul li {
    display: block;
    width: 100%;
    padding-left: 40px;
    padding-bottom: 20px;
    position: relative; }
    .in-studio-wrapper ul li a {
      color: #ef0000;
      font-size: 18px;
      line-height: 1.6;
      font-family: 'Fakt SmCon'; }
    .in-studio-wrapper ul li span {
      position: absolute;
      font-size: 42px;
      line-height: 50px;
      color: #FFFFFF;
      left: 0;
      top: -5px; }

.in-studio-wrapper .black-bg {
  background: #000000; }

.in-studio-wrapper .icon {
  right: 12px; }
  @media only screen and (max-width: 980px) {
    .in-studio-wrapper .icon {
      right: 0; } }

.news-feed-article.yellow-bg {
  height: 100%; }
  .news-feed-article.yellow-bg .news-feed-article__title {
    margin: 0 15px; }
    .news-feed-article.yellow-bg .news-feed-article__title h3 {
      margin: 13px 0 8px; }

.music-list .pl-12 {
  padding-left: 12px; }

.music-list .pl-24 {
  padding-left: 24px; }

@media only screen and (max-width: 980px) {
  .music-list .pl-12, .music-list .pl-24 {
    padding-left: 0; }
  .music-list .news-feed-article {
    display: table;
    margin: 0 auto 20px;
    float: none; } }

@media all and (min-width: 1024px) {
  .offcanvas,
  .body-inactive,
  .toggle {
    display: none !important; } }

.offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background: #ef0000;
  width: 400px;
  z-index: 99;
  padding: 0; }
  .offcanvas .main-nav {
    width: 100%;
    display: block; }
  .offcanvas ul {
    padding: 40px 15px 0; }
    .offcanvas ul li {
      width: 100%;
      padding: 0; }
      .offcanvas ul li a {
        display: block;
        width: 100%;
        clear: both;
        font-family: 'Fakt SmCon';
        font-size: 18px;
        padding: .5em 1em;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: bold; }
        .offcanvas ul li a:hover, .offcanvas ul li a:focus {
          color: #ffffff !important;
          background: #e40000;
          opacity: 1; }
      .offcanvas ul li ul {
        display: none;
        padding: 0;
        margin-bottom: 0; }
        .offcanvas ul li ul li {
          border-bottom: 0; }
          .offcanvas ul li ul li a {
            padding-left: 30px; }
  .offcanvas .coff {
    top: 0;
    right: 0;
    z-index: 999; }
    .offcanvas .coff a {
      display: block; }
  @media all and (max-width: 767px) {
    .offcanvas {
      width: 100%; } }

.offcanvas.show-offcanvas {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.show-offcanvas {
  box-shadow: 10px 0 15px -5px rgba(0, 0, 0, 0.1); }

.body-inactive {
  z-index: 11;
  display: none; }

.video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.mr-2 {
  margin-right: 11px; }

.w-100 {
  width: 100%; }

.h-350 {
  height: 350px;
  object-fit: cover; }

.news-img {
  height: 395px;
  object-fit: cover; }

.lead-stories-img {
  height: 490px;
  object-fit: cover; }

.interviews-img {
  height: 445px;
  object-fit: cover; }

.extras-img {
  height: 400px;
  object-fit: cover; }

.reviews-img {
  height: auto;
  width: 100%;
  object-fit: cover; }

.ad-box img {
  width: 100%;
  max-width: 728px;
  max-height: 90px; }

#footer {
  background-color: #000;
  color: #fff;
  font-family: Arial, sans-serif; }

#footer a {
  color: #fff; }

#footer a:hover {
  color: #e51937; }

#footer .menu a {
  font-size: 16px; }

#footer .footer-logo {
  margin-top: 10px; }

footer {
  background-color: #000;
  color: #eee;
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 20px 0; }

footer .mobile-site-footer {
  text-align: right; }

footer .mobile-site-footer a {
  color: #c9c9c9 !important; }

footer .comscore-header-links {
  margin: 10px 0; }

footer .comscore-header-links a {
  margin-right: 20px; }

footer .comscore-header-links a:last-child {
  margin-right: 0; }

footer ul.social-links {
  margin-top: 15px; }

footer ul.social-links li {
  display: inline-block;
  padding-bottom: 20px;
  margin-right: 5px;
  padding-left: 4px; }

footer ul.social-links li .social-icon {
  display: inline-block; }

footer ul.social-links li .social-icon.square img {
  color: white;
  height: auto;
  text-align: center;
  width: 45px; }

footer ul.social-links li .social-icon.square span {
  font-size: 24px;
  color: white;
  line-height: 42px;
  margin-left: 3px; }

footer .comscore--link:hover {
  color: #e51937;
  text-decoration: none; }

footer .menu {
  display: inline-block;
  margin-bottom: 10px; }

footer .menu a {
  font-size: 14px;
  margin-right: 20px;
  font-family: "Fakt SemiCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

footer .menu a:hover {
  color: #e51937;
  text-decoration: none; }

#newsletter-1 button {
  border-color: #FF0000;
  background-color: #FF0000 !important;
  font-weight: 700; }

.fl-right {
  float: right; }

.fl-left {
  float: left; }

.new-music {
  display: table; }
  .new-music .news-feed-article__img {
    display: table; }
  .new-music .listen-icon {
    right: 0;
    bottom: -40px;
    position: absolute;
    z-index: 2; }

.h-100 {
  height: 100%;
  display: table; }
  @media only screen and (max-width: 980px) {
    .h-100 {
      height: auto;
      display: block; } }

.in-studio-list-wrapper {
  background: #000000; }

input[type=email] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.full-width {
  width: 1080px; }

@media only screen and (max-width: 767px) {
  .col-40 .interviews-img {
    height: 100%; } }

.search {
  display: flex;
  width: 100%;
  padding: 0;
  justify-content: center;
  align-content: center;
  height: 0;
  flex-wrap: wrap;
  transition: height .2s ease;
  overflow: hidden; }
  .search.active {
    height: 70px; }
  .search form {
    line-height: 40px; }
  .search .query-holder {
    float: left;
    transition: width 0.5s ease;
    overflow: hidden;
    position: relative; }
    .search .query-holder input {
      display: block;
      font-family: "Fakt SemiCondensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px;
      line-height: 40px;
      padding: 0 42px 0 15px;
      background: #FFF;
      border: 1px solid #000;
      color: #000;
      outline: none;
      width: 100%; }
      .search .query-holder input::-webkit-input-placeholder {
        color: black;
        opacity: 1; }
      .search .query-holder input::-moz-placeholder {
        color: black;
        opacity: 1; }
      .search .query-holder input:-ms-input-placeholder {
        color: black;
        opacity: 1; }
      .search .query-holder input:-moz-placeholder {
        color: black;
        opacity: 1; }
    .search .query-holder .menu-header-search {
      position: absolute;
      right: 0;
      top: 0;
      background: transparent;
      border: none; }
      .search .query-holder .menu-header-search span {
        color: black; }

.menu-header-search span,
.search-submit span {
  float: left;
  color: #EF0000;
  cursor: pointer;
  display: block;
  font-family: 'sm-icons';
  font-size: 0;
  padding: 0 15px;
  transition: all 0.2s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .menu-header-search span:after,
  .search-submit span:after {
    content: '\f002';
    font-size: 20px; }
