.block-header {
  color: #fff;
  padding: 20px;
  font-size: 0.8125em;
  font-weight: bold;
}

.newsletter-signup.active .sprite-email-grey,
.newsletter-signup.active .sprite-email-pink {
  background-position: -417px 0;
  height: 14px;
  width: 22px;
}

#navigation-wrap .links-block .header-search.sprite {
  background-position: -615px 0;
  height: 19px;
  width: 16px;
}

body {
  padding-top: 66px !important;
}

.scale {
  max-width: none;
  min-width: 305px;
}

.hide-mobile {
  display: none !important;
}

.show-mobile {
  display: block;
}

.load-more {
  background: #ff3878;
  color: #fff;
  cursor: pointer;
  font-style: italic;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
.load-more .sprite {
  margin-left: 10px;
}

#phone-blocking {
  -moz-transition: opacity 0.125s ease;
  -webkit-transition: opacity 0.125s ease;
  transition: opacity 0.125s ease;
  height: 0;
  opacity: 0;
}
#phone-blocking.visible {
  background: #000;
  display: block;
  opacity: .5;
  position: fixed;
  top: 0;
  z-index: 2;
}

#header {
  background: #282828;
  border-bottom: 1px solid #000;
  font-size: 8px;
  height: 67px;
  position: fixed;
  z-index: 3;
  top: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  overflow: hidden;
}
#header .logo {
  height: 32px;
  width: 73px;
}
#header .description {
  color: #fff;
  font-size: 17px;
  margin: -2px 0 0 0;
}
#header .attribution, #header strong {
  line-height: 1.5em;
}

.links-block {
  position: relative;
}
#navigation-wrap .links-block {
  background: #ff3878;
  border-bottom: 5px solid #000;
  color: #fff;
  font-family: "Tungsten A", "Tungsten B", "Tungsten", "TrumpGothic", "Arial Narrow", sans-serif;
  font-size: 12px;
  height: 53px;
  padding: 9px 0 0 0;
}
.links-block .search {
  margin: 0 auto;
  width: 72px;
}
.links-block .search .sprite {
  margin: 6px 10px 0 0;
}
.links-block .search .sprite, .links-block .search #searchform {
  float: left;
}
.search-active .links-block .search {
  width: 272px;
}
.search-active .links-block .search #search-submit {
  border: 0px none;
  float: right;
  margin: 7px 0 0 15px;
  overflow: hidden;
  padding: 0;
  text-indent: -999em;
}

#searchform {
  -moz-transition: opacity 0.25s ease 0.5s;
  -webkit-transition: opacity 0.25s ease;
  -webkit-transition-delay: 0.5s;
  transition: opacity 0.25s ease 0.5s;
  opacity: 0;
}
#searchform input {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 12px;
  float: left;
  width: 215px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: 0px none;
  padding: 0 5px;
}
.search-active #searchform {
  opacity: 1;
}

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
  height: 32px;
}

.search-label {
  -moz-transition: opacity 0.5s ease, height 0s linear 0.5s, width 0s linear 0.5s;
  -webkit-transition: opacity 0.5s ease, height 0s linear, width 0s linear;
  -webkit-transition-delay: 0s, 0.5s, 0.5s;
  transition: opacity 0.5s ease, height 0s linear 0.5s, width 0s linear 0.5s;
  display: inline-block;
  opacity: 1;
  height: 30px;
  width: 45px;
}
.search-active .search-label {
  opacity: 0;
  height: 0;
  width: 0;
}

#navigation-wrap {
  -moz-transition: height 0.125s ease;
  -webkit-transition: height 0.125s ease;
  transition: height 0.125s ease;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  top: 67px;
  z-index: 3;
}
#navigation-wrap.open {
  height: 205px;
}
#navigation-wrap.open.search-active {
  -moz-transition: height 0s linear 0.25s;
  -webkit-transition: height 0s linear;
  -webkit-transition-delay: 0.25s;
  transition: height 0s linear 0.25s;
  height: 53px;
}
#navigation-wrap .links-block {
  font-size: 24px;
}

#navigation {
  -moz-transition: height 0.125s ease 0.25s;
  -webkit-transition: height 0.125s ease;
  -webkit-transition-delay: 0.25s;
  transition: height 0.125s ease 0.25s;
  background: #282828;
  height: 150px;
}
.search-active #navigation {
  height: 0;
  overflow: hidden;
}
#navigation .primary,
#navigation .secondary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  float: left;
  font-family: "Tungsten A", "Tungsten B", "Tungsten", "TrumpGothic", "Arial Narrow", sans-serif;
  font-size: 8px;
  font-style: normal;
  height: 50px;
  padding: 0;
  width: 50%;
}
#navigation .primary .menu-item-link,
#navigation .secondary .menu-item-link {
  color: #fff;
  display: block;
  font-size: 3em;
  line-height: 2.125em;
  padding: 0 1em;
  width: auto;
}
#navigation .primary .menu-item-link:after,
#navigation .secondary .menu-item-link:after {
  display: none;
}
#navigation .primary .menu-item-link:hover,
#navigation .secondary .menu-item-link:hover {
  color: #ff3878;
}
#navigation .secondary {
  float: right;
}

#mobile-menu-button {
  background: url("/wp-content/themes/vip/99u/assets/img/button.gif") no-repeat center center #282828;
  border-left: 1px solid #666;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
}

.footer-col,
#sub-footer-inner {
  font-size: 1em;
}

#super-footer .footer-header {
  font-size: 24px;
}
#super-footer blockquote {
  width: 70%;
}
#super-footer .copy {
  width: 90%;
  display: block;
}

#super-footer-inner {
  padding-bottom: 40px;
}

.footer-follow {
  border-bottom: 1px solid #666;
  padding: 20px 20px 20px 20px;
  margin: 0 -20px 20px -20px;
  font-size: 20px;
}
.footer-follow .footer-header {
  vertical-align: middle;
  display: inline-block;
  margin-right: 30px;
}

.sprite-adobe,
.copyright-text {
  display: block;
  float: left;
  margin-top: 15px;
  clear: left;
}

#content-outer-wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#content-wrap {
  font-size: 0.875em;
  padding: 0;
  z-index: -1;
}

article {
  background: #f7f7f7;
  display: block;
  padding: 14px 20px 20px 20px;
  border-bottom: 1px solid #e6e6e6;
  max-width: 100%;
  overflow: hidden;
}
article .entry {
  margin: 10px 0;
  color: #666;
  line-height: 1.5em;
}
article img {
  display: block;
  width: 116%;
  height: auto;
  margin: 15px 0 15px -20px;
}
article .sponsor-logo {
  width: auto;
  display: inline-block;
}

.categories {
  font-size: 20px;
}

.post-title,
#post-title {
  font-size: 2em;
  line-height: 1em;
}

@media (min-width: 500px) and (max-width: 603px) {
  .post-title,
  #post-title {
    font-size: 3em;
  }
}
.byline {
  display: block;
  margin: 10px 0 0;
}

.read-more {
  font-style: italic;
}

/** Trending Categories
****************************************/
#trending-categories {
  font-size: 1em;
}
#trending-categories .block-header {
  margin-bottom: 0;
}

#trending-categories-list {
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  background: #f7f7f7;
  display: block;
  max-height: 135px;
  overflow: hidden;
}
.open #trending-categories-list {
  max-height: 2000px;
}
#trending-categories-list .trending-category.odd a {
  border-right: 1px solid #e6e6e6;
}

.trending-category-link {
  border-bottom: 1px solid #e6e6e6;
  color: #282828;
  display: block;
  float: left;
  font-size: 13px;
  font-style: italic;
  height: 45px;
  line-height: 45px;
  padding: 0 20px 0 20px;
  width: 50%;
}

#trending-categories-more {
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background: #f7f7f7;
  color: #ff3878;
  cursor: pointer;
  font-size: 0.8125em;
  font-style: italic;
  height: 45px;
  opacity: 1;
  text-align: center;
  line-height: 45px;
  width: 100%;
}
.open #trending-categories-more {
  height: 0;
  opacity: 0;
}
#trending-categories-more .sprite {
  margin-left: 10px;
}

.video-play, .video-play-large {
  position: relative;
  padding-right: 40px;
  width: 58px;
  height: 58px;
  -moz-transition: all 0.125s ease;
  -webkit-transition: all 0.125s ease;
  transition: all 0.125s ease;
  background: #ff3878;
  border-radius: 28px;
  margin-top: -28px;
  margin-left: -28px;
  opacity: 0.8;
  overflow: hidden;
  padding: 0;
  position: absolute;
  left: 50%;
  text-indent: -9999em;
  top: 50%;
}
.video-play:after, .video-play-large:after {
  display: inline-block;
  content: "";
  right: 7.5px;
  -webkit-transform: rotate(360deg);
}
.video-play:after, .video-play-large:after {
  border-color: transparent transparent transparent #fff;
  border-style: inset inset inset solid;
  top: 17px;
  border-width: 12.5px;
  width: 0;
  height: 0;
  position: absolute;
}
.ie .video-play:after, .ie .video-play-large:after {
  border-style: solid;
}

.type-videos .permalink:hover .video-play-large,
.type-videos .permalink:hover .video-play {
  opacity: 0.6;
}

#comments {
  margin-top: -71px;
  padding-top: 71px;
}

#disqus_thread {
  display: none;
  padding: 10px 6% 40px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .sprite {
    background-image: url("/wp-content/themes/vip/99u/assets/img/sprite-2x.png");
    background-size: 876px 19px;
  }
}
#post-footer {
  width: 100%;
}
#post-footer .links-block .newsletter-signup {
  background: #282828;
  padding: 8px;
  margin: 0;
  width: 100%;
}
#post-footer .links-block .newsletter-signup input {
  height: 26px;
  width: 90% !important;
}
#post-footer .links-block .newsletter-signup button {
  width: 10% !important;
}

.footer-follow {
  height: 105px;
}

.newsletter-signup-footer {
  height: 41px;
  margin-top: 2px;
  padding: 6px 12px;
  width: 33px;
}
.newsletter-signup-footer input, .newsletter-signup-footer button {
  opacity: 0;
}
.newsletter-signup-footer input {
  border: 0px none;
  border-radius: 0;
  font-size: 12px;
  font-style: italic;
  line-height: 24px;
  padding: 0 10px;
}
.newsletter-signup-footer button.submit.sprite.sprite-right-white {
  margin-top: 5px;
  padding: 0;
  width: 11px;
}
.newsletter-signup-footer.active {
  width: 100%;
}
.newsletter-signup-footer.active input, .newsletter-signup-footer.active button {
  opacity: 1;
}
.newsletter-signup-footer.active input {
  width: 195px !important;
}

#page-footer .links-block {
  margin-left: -12px;
}
#page-footer .links-block .footer-icon {
  margin-top: 11px;
}
#page-footer .links-block .newsletter-signup .sprite-email-pink {
  margin-right: 14px;
}
#page-footer .links-block .sprite-rss-pink {
  margin-left: 59px;
}
@media (min-width: 500px) and (max-width: 603px) {
  #page-footer .links-block .sprite-rss-pink {
    margin-left: 74px;
  }
}

@media (min-width: 500px) and (max-width: 603px) {
  #header .logo {
    height: 39px;
    width: 90px;
  }
  #header .description {
    font-size: 23px;
    margin-top: -5px;
  }
  #header .attribution,
  #header strong {
    line-height: 15px;
  }
  #header .attribution {
    font-size: 12px;
  }

  article img {
    width: 108%;
  }
}
#features .featured,
#related-posts .featured, #sidebar .featured {
  float: left;
  font-weight: bold;
  font-size: 0.8125em;
  width: 22%;
  margin-right: 4%;
  position: relative;
  padding-bottom: 25px;
}
#features .featured:last-child,
#related-posts .featured:last-child, #sidebar .featured:last-child {
  margin-right: 0;
}
#features .featured img,
#related-posts .featured img, #sidebar .featured img {
  height: auto;
  position: relative;
  width: 100%;
}
#features .featured .post-title,
#related-posts .featured .post-title, #sidebar .featured .post-title {
  line-height: 1.5em;
}
#features .featured .thumb-wrap,
#related-posts .featured .thumb-wrap, #sidebar .featured .thumb-wrap {
  display: block;
  position: relative;
  width: 100%;
}
#features .featured .thumb-wrap:after,
#related-posts .featured .thumb-wrap:after, #sidebar .featured .thumb-wrap:after {
  display: inline-block;
  content: "";
  background: #e6e6e6;
  display: block;
  position: absolute;
  height: 1px;
  margin-left: 0;
  width: 5.5%;
}
#features .first.featured,
#related-posts .first.featured, #sidebar .first.featured {
  clear: left;
}
#features .last.featured,
#related-posts .last.featured, #sidebar .last.featured {
  margin-right: 0 !important;
}

#features .scale,
#related-posts .scale {
  padding: 0;
}
#features .featured,
#related-posts .featured {
  margin-right: 32px;
}
#features .featured .video-wrap,
#features .featured .thumb-wrap,
#related-posts .featured .video-wrap,
#related-posts .featured .thumb-wrap {
  margin-bottom: 20px;
}
#features .featured .thumb-wrap:after,
#related-posts .featured .thumb-wrap:after {
  bottom: -12px;
}
#features .post-title,
#related-posts .post-title {
  color: #282828;
  font-size: 1.07692em;
}
#features .block-header,
#related-posts .block-header {
  width: 100%;
  left: 0;
}
#features .video-play,
#related-posts .video-play {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
#features .video-play:after,
#related-posts .video-play:after {
  right: 2px;
  top: 8px;
  border-width: 7px;
}

.slide-wrap {
  max-width: 110%;
  overflow: hidden;
}

.slide {
  margin-top: 5px;
  width: 840px;
  padding: 0 20px;
}

#the-video img {
  height: auto;
  width: 320px;
  vertical-align: bottom;
}

#post-header {
  padding: 0;
}

#post-title {
  font-size: 2em;
  line-height: 1em;
}

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

article {
  background: #fff;
  line-height: 1.45em;
  color: #666;
}
article iframe,
article .author-block {
  width: 100%;
}
article iframe {
  height: auto;
}
article div {
  max-width: 100%;
}

.intro,
.header {
  color: #282828;
  margin: 40px 0 0;
}

.intro,
.header,
.blockquote,
.pullquote {
  color: #282828;
}

.intro {
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.blockquote {
  margin: .5em 0;
}

.pullquote {
  padding: 15px 20px;
}

.entry-content .fullquote {
  font-size: 18px;
  line-height: 27.5px;
}

.entry-content .header {
  font-size: 19px;
}

.caption {
  padding: 0 20px 0 20px;
}

#post-details {
  padding: 14px 20px 0 20px;
}

#post-footer .links-block {
  padding-bottom: 62px;
}
#post-footer .messages {
  margin-top: 30px;
}

.author-block {
  margin-bottom: 10px;
}
.author-block .author-img {
  float: left;
  margin: 15px;
  width: 30%;
}

.author-posts {
  display: block;
  float: none;
}

.sponsor-bar {
  padding: 0 20px;
}

.sponsor-logo {
  margin-left: 10px;
  margin-right: 10px;
}

.author-bio {
  color: #666;
  font-size: 14px;
  padding: 15px;
}

.author-bio-text {
  clear: both;
}

.sponsor-bar {
  overflow: hidden;
}

.sponsor-logo,
.sponsor-tagline {
  display: block;
  float: left;
}

.sponsor-logo {
  margin-left: 0;
  margin-right: 20px;
}

.sponsor-tagline {
  width: 75%;
  margin: 15px 0;
  font-size: 14px;
}

.social-wrap .social-bar {
  max-width: 500px;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

#sidebar {
  display: block;
}
#sidebar .block-header {
  font-size: 13px;
  margin-bottom: 15px;
}
#sidebar .sidebar {
  display: none;
}
#sidebar .featured {
  font-size: 13px;
}
#sidebar #related-posts {
  overflow: hidden;
  position: static !important;
}
#sidebar #related-posts-inner {
  overflow: hidden;
}
#sidebar #detail-load-more-link {
  display: none !important;
}
#the-video.scale {
  padding: 0;
}
