@font-face {
  font-family: FranklinBold;
  src: url("../font/FranklinITCStd-Light.eot");
  src: local("FranklinITCStd-Bold"), url("../font/FranklinITCStd-Bold.eot?#iefix") format("embedded-opentype"), url("../font/FranklinITCStd-Bold.otf") format("opentype"), url("../font/FranklinITCStd-Bold.ttf") format("truetype"), url("../font/FranklinITCStd-Bold.svg") format("svg");
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: FranklinLight;
  src: url("../font/FranklinITCStd-Light.eot");
  src: local("FranklinITCStd-Light"), url("../font/FranklinITCStd-Light.eot?#iefix") format("embedded-opentype"), url("../font/FranklinITCStd-Light.otf") format("opentype"), url("../font/FranklinITCStd-Light.ttf") format("truetype"), url("../font/FranklinITCStd-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: FranklinThin;
  src: url("../font/FranklinITCPro-Thin.eot");
  src: local("FranklinITCPro-Thin"), url("../font/FranklinITCPro-Thin.eot?#iefix") format("embedded-opentype"), url("../font/FranklinITCPro-Thin.otf") format("opentype"), url("../font/FranklinITCPro-Thin.ttf") format("truetype"), url("../font/FranklinITCPro-Thin.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  -webkit-text-size-adjust: none;
  /* Prevent font scaling in landscape */
}

.hidden {
  display: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.top-bar {
  top: 0;
  position: relative;
}
.top-bar li a:not(.button) {
  height: 45px;
}

/* font families */
/* colors */
/* other */
h1 {
  font: 44px "FranklinBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
  font: 36px "FranklinThin", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 {
  font: 18px "FranklinBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
  font: 16px Georgia, Times, "Times New Roman", serif;
  line-height: 22px;
  margin-bottom: 1em;
}

a {
  font-weight: bold;
  color: inherit;
}

a:hover {
  color: inherit;
}

a[class^="icon-"], a[class*=" icon-"] {
  font-weight: normal;
}

body {
  padding-top: 45px;
}

hr {
  border-style: solid;
  border-width: 1px;
  border-top-color: #efefef;
  border-bottom-color: white;
}

/* icon styles */
.icon-wp:before {
  content: url("../img/favicon.png");
  margin-right: 5px;
  float: left;
}

.icon-youtube:before {
  content: url("../img/youtube-logo.png");
  margin-right: 3px;
  float: left;
}

.icon-instagram:before {
  content: url("../img/instagram-logo.png");
  margin-right: 3px;
  float: left;
}

/* nav bar styles */
.top-bar .wp-logo-large {
  height: 25px;
  margin: 11px 20px 0 0;
}
.top-bar .wp-logo-small {
  height: 35px;
  margin: 5px 10px 0 -5px;
}
.top-bar .sponsor-logo-large {
  height: 25px;
  margin: 11px 20px 0 0;
  position: relative;
  top: -1px;
}
.top-bar .sponsor-logo-small {
  height: 25px;
  position: relative;
  top: -5px;
}
.top-bar .title {
  display: inline-block;
  line-height: 46px;
  vertical-align: top;
  font: 13px "FranklinBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  text-transform: uppercase;
  margin-top: 14px;
  cursor: default;
}
.top-bar .title .live {
  background-color: #de473b;
  padding: 1px 4px;
  margin-right: 5px;
}
.top-bar .title-area {
  padding-left: 15px;
}
.top-bar .social-tools i {
  font-size: 16px;
  height: 26px;
}

.expanded .top-bar-section .dropdown {
  position: static;
  visibility: visible;
}

#loading-indicator {
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 10px;
  height: 40px;
  visibility: hidden;
  text-align: center;
}
#loading-indicator h5 {
  display: none;
}

#loading-indicator.loading {
  visibility: visible;
}

#loading-indicator.finished {
  background: none;
  visibility: visible;
}
#loading-indicator.finished h5 {
  display: block;
}

/* advertising styles */
.leaderboard {
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  min-height: 100px;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

.leaderboard::before {
  content: "ADVERTISEMENT";
  position: absolute;
  top: 50px;
  left: -25px;
  font-size: 9px;
  color: #cdcdcd;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}

.slug-leaderboard {
  width: 728px;
  height: 90px;
  max-height: 90px;
  margin: 0 auto;
  padding: 0 !important;
  z-index: -9999;
  overflow: hidden;
}

.slug-leaderboard object{
  display: block;
  height:90px;
}

.mobile-leaderboard {
  text-align: center;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
  overflow: hidden;
  background-color: white;
}

#slug_t {
  height: 50px;
  width: 300px;
  max-height: 50px;
  margin: 0 auto;
  padding: 0 !important;
  z-index: -9999;
  overflow: hidden;
}

/* universal card style overrides */
.wp-embed-gallery .wp-embed-gallery-desc-share, .wp-embed-gallery .wp-embed-gallery-last-share {
  display: none;
}
.wp-embed-gallery .wp-embed-gallery-desc-credit {
  width: 100%;
}

/* modal styles */
#modal {
  /* custom styles for ugc content */
}
#modal .reveal-modal {
  padding: 10px 10px 0 10px;
  z-index: 98;
}
#modal .reveal-modal h5 {
  text-align: left;
}
#modal .reveal-modal .modal-content .row-fluid {
  padding-bottom: 10px;
  text-align: center;
}
#modal .reveal-modal .modal-footer {
  margin: 0 -10px;
}
#modal .reveal-modal .modal-footer p {
  font: 14px "FranklinThin", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#modal .reveal-modal iframe {
  border: none;
}
#modal .modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 40;
  top: 0;
  left: 0;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  cursor: pointer;
  display: none;
}
#modal .modal-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background-color: black;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-left: -35px;
  margin-top: -35px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=60);
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
  color: white;
  font-size: 40px;
  text-align: center;
  line-height: 70px;
  display: none;
}
#modal.open .reveal-modal {
  visibility: visible;
  display: block;
}
#modal.open .modal-bg {
  display: block;
}
#modal.open .modal-loading {
  display: none;
}
#modal.loading .modal-bg {
  display: block;
}
#modal.loading .modal-loading {
  display: block;
}
#modal.instagram .reveal-modal {
  max-width: 634px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#modal .ugc {
  padding: 10px 20px 0 20px;
}
#modal .ugc blockquote {
  border-left: none;
  font-size: 15px;
  line-height: 21px;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-align: left;
  padding: 0;
}
#modal .ugc p.credit {
  color: #8b8b8b;
  font: 11px arial;
  line-height: 16px;
  font-weight: normal;
  text-align: left;
}
#modal .ugc img {
  width: 40%;
  float: left;
  margin: 0 20px 20px 0;
}
#modal .ugc ul.share {
  list-style: none;
  margin: 0;
  border-top: 2px solid #2e6d9d;
  padding: 10px 0;
  margin-top: 20px;
}
#modal .ugc ul.share li {
  display: inline;
  font-size: 11px;
  text-align: center;
  padding: 15px 0;
}
#modal .ugc ul.share li:first-child {
  border-right: 1px solid #999;
}
#modal .ugc ul.share li a {
  color: #666;
  text-transform: uppercase;
  font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: lighter;
}
#modal .ugc ul.share li a i {
  color: #333;
  font-size: 21px;
  margin-left: 10px;
}

.launch-modal {
  cursor: pointer;
}

.alert-bar {
  background-color: red;
  width: 100%;
  display: none;
}

.alert-bar.active {
  display: block;
}

/* BEGIN FEEL WHAT MODULE */
.feel-what {
  padding-top: 10px;
}
.feel-what h5 {
  color: white;
}
.feel-what .button {
  background-color: #e9e9e9;
  color: #1d1d1d;
  border: 1px solid #c3c3c3;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  height: 35px;
}
.feel-what .button:hover {
  background-color: #c3c3c3;
}
.feel-what .button.disabled {
  color: #7f7f7f;
}
.feel-what .button.disabled:hover {
  background-color: #e9e9e9;
}
.feel-what .label {
  background-color: transparent;
  font-size: 12px;
  padding: 5px 0 0 0;
  color: #e9e9e9;
}
.feel-what p.small {
  font-size: 13px;
  line-height: 16px;
  padding-top: 10px;
  color: #ccc;
  clear: both;
  display: block;
}
.feel-what .votes {
  margin: 0 87px 0 114px;
}
.feel-what .votes .bar {
  float: left;
  width: 100%;
  height: 35px;
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(left, #dec000, #b03436);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dec000), to(#b03436));
  background-image: -webkit-linear-gradient(left, #dec000, #b03436);
  background-image: -o-linear-gradient(left, #dec000, #b03436);
  background-image: -moz-linear-gradient(left, #dec000, #b03436);
  background-image: linear-gradient(left, #dec000, #b03436);
  background-repeat: repeat-y;
  border-color: #B03436 #B03436 #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#DEC000', endColorstr='#B03436', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.feel-what .votes .center {
  width: 50%;
  display: block;
  height: 100%;
  border-right: 2px dotted white;
}
.feel-what .votes .marker {
  display: inline-block;
  z-index: 100;
  width: 3px;
  background-color: transparent;
  height: 100%;
  min-height: 35px;
  position: relative;
  position: relative;
  top: -35px;
  left: 50%;
  margin-left: -3px;
  -moz-transition: left 2s;
  -webkit-transition: left 2s;
  -o-transition: left 2s;
  transition: left 2s;
}
.feel-what .votes .marker:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #1f1f1f;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.feel-what .votes .marker:after {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 10px solid #1f1f1f;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.feel-what .show-for-small {
  clear: both;
  padding-top: 10px;
}

@media all and (max-width: 767px) {
  .feel-what .votes {
    margin: 0;
  }

  .feel-what .button {
    width: 48%;
  }

  .top-bar .title {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}


.sponsor-name{
  text-transform: capitalize;
}
