/*
---------------------------------------------------------------- BORDER-BOX STYLES ----------------------------------------------------------------
*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
---------------------------------------------------------------- RESET STYLES ----------------------------------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/*
---------------------------------------------------------------- TYPOGRAPHIC STYLES ----------------------------------------------------------------
*/

/*
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*/

body {
  margin: 0;
  padding: 0;
  background: white;
  line-height: 16px;
  font-weight: 700;
  font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #999999;
  font-size: 16px;
  text-align: left;
  line-height: 1; }

p {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

a:link, a:visited, a:hover, a:active {
  color: #f6000a;
  text-decoration: none; }

::-moz-selection {
  background: #f6000a;
  color: white;
  text-shadow: none; }

::-webkit-selection {
  background: #f6000a;
  color: white;
  text-shadow: none; }

::selection {
  background: #f6000a;
  color: white;
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

h1, h2, h3 {
  font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700; }

h1 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #f6000a;
  text-transform: uppercase;
  line-height: 25px; }

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
  color: #f6000a;
  text-decoration: none; }

/*
---------------------------------------------------------------- SHARED STYLES ----------------------------------------------------------------
*/
.wrapper {
  width: 100%;
  display: block;
  height: auto;
  overflow: hidden; }

.nav {
  margin: 0;
  list-style: none;
  padding: 0; }

.nav > li {
  display: inline-block;
  zoom: 1; }

.nav > li > a {
  text-decoration: none; }

.header-wrapper, .network-social-wrapper, .navigation-wrapper, .article-single-wrapper, .pagination-wrapper {
  margin-bottom: 20px; }

.page p {
  text-transform: uppercase; }

.search-results-title h1, .page h1 {
  text-align: center;
  margin-bottom: 16px; }

.playlist-title h1 {
  text-align: center;
  margin-bottom: 16px; }

.playlist-title {
  position: relative; }

.sign-out {
  position: absolute;
  right: 0;
  top: 4px; }

/*
.list .body-wrapper {
  background: black url("/i/bmw/bmw-skin-5.jpg") no-repeat center top;
  background-attachment: fixed; }
*/

/*
---------------------------------------------------------------- GRID STYLES ----------------------------------------------------------------
*/
ul.grid {
  list-style-type: none;
  padding-left: 0; }

.grid {
  height: auto;
  overflow: hidden;
  width: 94.047619%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0; }

.grid .one-half {
  width: 48.9583333%;
  float: left;
  height: auto;
  overflow: hidden;
  margin-right: 2.0833334%;
  display: block; }
  .grid .one-half:nth-child(2n) {
    margin-right: 0; }
  @media (max-width: 767px) {
    .grid .one-half {
      width: 100%;
      margin-right: 0; } }

.grid .one-quarter {
  width: 22.9166667%;
  float: left;
  height: auto;
  overflow: hidden;
  margin-right: 2.0833333%; }
  @media (max-width: 767px) {
    .grid .one-quarter {
      width: 48.9583333%; } }

.grid .three-quarters {
  width: 75%;
  float: left;
  height: auto;
  overflow: hidden;
  margin-right: 0%; }
  @media (max-width: 767px) {
    .grid .three-quarters {
      width: 48.9583333%;
      margin-right: 0; } }

.grid .two-thirds {
  width: 64.58333336%;
  float: left;
  height: auto;
  overflow: hidden;
  margin-right: 2.0833333%; }
  @media (max-width: 767px) {
    .grid .two-thirds {
      width: 100%;
      margin-right: 0; } }

.grid .one-third {
  width: 33.3333333%;
  float: left;
  height: auto;
  overflow: hidden; }
  @media (max-width: 767px) {
    .grid .one-third {
      width: 100%;
      margin-right: 0; } }

.grid .auto {
  width: auto;
  float: left;
  height: auto;
  overflow: hidden; }

.grid .full {
  width: 100%;
  height: auto;
  overflow: hidden; }

.grid .one-half.hic {
  max-height: 700px;
  float: right; }

.grid .one-half.hic:nth-child(2) {
  margin-right: 2.0833334% !important;
}
.grid .one-half.hic:first-child {
  margin-right: 0 !important;
}
 @media (max-width: 767px) {
  .grid .one-half.hic:first-child,
  .grid .one-half.hic:nth-child(2) {margin-right:0 !important;}
}
.article-list .hic .image-wrapper img {
  width: auto;
  max-width: 100%; }

.grid .one-half:nth-last-child(2) {
  margin-right: 2.0833334%; }

.grid .after-hic {
  margin-right: 2.0833334% !important; }

.grid .after-hic-2 {
  margin-right: 0 !important; }

.grid .one-half:last-child {
  margin-right: 0; }

/*
---------------------------------------------------------------- HEADER STYLES ----------------------------------------------------------------
*/
.header {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #f6000a; }

@media (max-width: 767px) {
  .header {
    margin-top: 20px; } }
.header,
.header a:link,
.header a:visited,
.header a:active,
.header a:hover {
  color: #f6000a; }

.indie .header {
  padding-bottom: 0;
  border-bottom: none; }

.indie .header a:link,
.indie .header a:visited,
.indie .header a:active,
.indie .header a:hover {
  color: white; }

.network-social-wrapper {
  margin-bottom: 19px;
  height: 0px; }

@media (max-width: 767px) {
  .network-social-wrapper {
    display: none; } }
.network-nav {
  display: none; }

.social-nav {
  text-align: right;
  padding-top: 8px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 12px;
  right: 0; }

.social-nav a {
  display: block; }

.social-nav li {
  width: 97px;
  display: inline-block;
  line-height: 8px;
  margin-right: 14px; }

.social-nav li:nth-child(2n) {
  width: 60px;
  position: relative;
  top: -.75px;
  margin-right: 0; }

.logo {
  text-align: center; }

@media (min-width: 768px) {
  .logo {
    margin-bottom: 16px; } }
.logo h1 {
  font-size: 55px;
  line-height: 40px;
  font-weight: 800; }

.logo a {
  display: inline-block; }

.logo .d {
  letter-spacing: -2.5px; }

.logo .e {
  letter-spacing: 0.5px; }

.logo .v {
  letter-spacing: -4.5px; }

.logo .o {
  letter-spacing: -3.0px; }

.logo .u {
  letter-spacing: -4.0px; }

.logo .r {
  /* 	letter-spacing: ; */ }

.logo a:link,
.logo a:visited,
.logo a:active,
.logo a:hover {
  color: #f6000a; }

.indie .logo a:link,
.indie .logo a:visited,
.indie .logo a:active,
.indie .logo a:hover {
  color: white; }

.mobile-nav {
  position: absolute;
  right: 0;
  top: 0; }

@media (min-width: 768px) {
  .mobile-nav {
    display: none; } }
.mobile-nav a {
  display: block;
  text-indent: -9999px;
  background: url(../img/menu.png) no-repeat left top;
  height: 21px;
  width: 25px; }

.mobile-nav li {
  width: auto;
  float: right; }

.indie .mobile-nav a {
  background: url(../img/menu.png) no-repeat right top; }

/*
---------------------------------------------------------------- NAVIGATION STYLES ----------------------------------------------------------------
*/
.navigation {
  font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase; }

.main-nav {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  padding: 0;
  text-align: center; }

.header .main-nav {
  float: right; }

.main-nav .nav {
  height: auto;
  overflow: visible; }

.main-nav li > a {
  margin-right: 19px;
  padding-top: 2px; }

.main-nav li:last-child a {
  margin-right: 0;
  text-align: right; }

.main-nav a:link,
.main-nav a:visited,
.main-nav a:active,
.main-nav a:hover {
  color: #f6000a; }

.indie .main-nav a:link,
.indie .main-nav a:visited,
.indie .main-nav a:active,
.indie .main-nav a:hover {
  color: white; }

@media (max-width: 767px) {
  .main-nav {
    display: none; } }
/*
---------------------------------------------------------------- ARTICLE LIST STYLES ----------------------------------------------------------------
*/
.copy-wrapper {
  text-transform: uppercase; }

.article-list .article {
  margin-bottom: 20px;
  text-align: center;
  height: auto;
  position: relative;
  overflow: hidden;
  max-height: 340px;
  color: white; }

.article-list .image-wrapper {
  overflow: hidden;
  height: auto; }

.article-list .image-wrapper img {
  max-width: 100%; }

@media (max-width: 767px) {
  .article-list .image-wrapper img {
    max-width: none;
    width: 100%; } }
.article-list .image-wrapper a {
  display: block;
  height: auto;
  overflow: hidden; }

.article-list .copy-wrapper {
  padding: 0 20px;
  display: block;
  overflow: hidden;
  height: auto;
  width: 100%;
  top: 40%;
  position: absolute;
  transition: top 0.25s ease; }

.article-list .copy-wrapper p {
	margin-bottom: 0;
}

@media (max-width: 960px) {
  .article-list .copy-wrapper {
    top: 35%; } }
@media (max-width: 860px) {
  .article-list .copy-wrapper {
    top: 30%; } }
@media (max-width: 767px) {
  .article-list .copy-wrapper {
    top: 45%; } }
@media (max-width: 450px) {
  .article-list .copy-wrapper {
    top: 35%; } }
@media (max-width: 400px) {
  .article-list .copy-wrapper {
    top: 40%; } }
.article-list .copy-wrapper a:link, .article-list .copy-wrapper a:visited, .article-list .copy-wrapper a:hover, .article-list .copy-wrapper a:active {
  color: #ffffff; }

@media (max-width: 400px) {
  .article-list .copy-wrapper p {
    display: none; } }
.article-list .article-title {
  text-align: center;
  margin-bottom: 10px; }

.article-list .article-title a ,
.article-list .copy-wrapper a{
	display: inline-block;
	width: 100%;
}

.article-list h1 {
  color: white; }

.article-list h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
  color: white; }

.article-list .ui-wrapper {
  top: 0;
  height: 48px;
  width: auto;
  right: 0; }

.article-list .ui-wrapper .social {
  width: auto; }

.article-list .ui-wrapper .social a {
  width: auto;
  float: right;
  padding: 16px; }

.article-list .ui-wrapper .social a.stash {
  background: rgba(0, 0, 0, 0.4); }


/* featured video styles - show front of cadillac */
.featured-video .copy-wrapper { top: 20% }
.category-group.featured {margin-bottom: 18px; }

/*
---------------------------------------------------------------- SINGLE ARTICLE STYLES ----------------------------------------------------------------
*/
.indie .header {
  margin-bottom: 18px; }

.indie .header-wrapper {
  background-color: #202020;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px; }

.article-single {
  padding-bottom: 20px; }

.article-single .article-title {
  margin-bottom: 10px; }

.article-single .article {
  margin-bottom: 0;
  max-height: none;
  position: relative;
  padding-bottom: 0;
  border: none; }

.article-single .inner-wrapper {
  overflow: hidden;
  height: auto;
  position: relative;
  margin-top: 20px; }

.article-single .content-wrapper {
  width: 66.6666667%;
  padding-right: 20px;
  float: left;
  min-height: 250px;
  position: relative; }

@media (max-width: 767px) {
  .article-single .content-wrapper {
    padding-right: 0;
    min-height: 0; } }
@media (max-width: 960px) {
  .article-single .content-wrapper {
    width: 64.4444444%; } }
@media (max-width: 768px) {
  .article-single .content-wrapper {
    width: 58.1717452%; } }
@media (max-width: 767px) {
  .article-single .content-wrapper {
    width: 100%;
    max-width: none; } }
.article-single .ad-wrapper {
  width: 31.25%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0; }

@media (max-width: 960px) {
  .article-single .ad-wrapper {
    width: 35.6347439%; } }
@media (max-width: 768px) {
  .article-single .ad-wrapper {
    width: 41.5512465%; } }
@media (max-width: 767px) {
  .article-single .ad-wrapper {
    display: none; } }
.article-single .ad-wrapper .ad {
  height: 250px;
  overflow: hidden; }

.article-single .ad-wrapper img {
  /* 	max-width: 100%; */ }

.article-single .copy-wrapper {
  color: white;
  padding: 0;
  margin-top: 64px; }

.article-single .copy-wrapper h1 {
  color: white; }

.article-single .copy-wrapper a:link,
.article-single .copy-wrapper a:active,
.article-single .copy-wrapper a:hover,
.article-single .copy-wrapper a:visited {
  color: white; }

.indie .article-single .copy-wrapper p a:link,
.indie .article-single .copy-wrapper p a:visited,
.indie .article-single .copy-wrapper p a:active,
.indie .article-single .copy-wrapper p a:hover {
  color: #f6000a; }

.ui-wrapper {
  font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  overflow: hidden;
  height: auto;
  width: 100%;
  position: absolute;
  top: 0; }

@media (max-width: 960px) {
  .ui-wrapper {
    padding-right: 20px; } }
@media (max-width: 767px) {
  .ui-wrapper {
    padding-right: 0; } }
.ui-wrapper .sep {
  font-size: 16px;
  font-weight: normal; }

.ui-wrapper a {
  color: #ffffff; }

.ui-wrapper .social {
  display: block;
  margin: 0 auto;
  width: 300px;
  text-align: center;
  overflow: hidden;
  height: auto; }

@media (max-width: 767px) {
  .ui-wrapper .social {
    width: 100%;
    padding: 0 20px 0 20px; } }
.ui-wrapper .social a {
  display: block;
  width: 33.333333333%;
  float: left;
  padding: 16px 7px;
  height: auto; }

.ui-wrapper .social .facebook {
  background: #2D5E8F; }

.ui-wrapper .social .twitter {
  background: #31B5D8; }

.ui-wrapper .social .save {
  background: #f6000a; }

@media (max-width: 350px) {
  .ui-wrapper .social .sep, .ui-wrapper .social .like-count, .ui-wrapper .social .tweet-count, .ui-wrapper .social .devour-count {
    display: none; } }
.article-single .social {
  float: left; }

@media (max-width: 1023px) and (min-width: 751px) {
  .article-single .social {
    padding-bottom: 0;
    margin-bottom: 0; } }
.article-single .social {
  width: 100%; }

.article-single .social {
  padding: 0; }

.banner-ad-wrapper {
/* enable margin-bottom and remove display none when an ad is active */
  	margin-bottom: 20px;
/* 	display: none;   */
  }

.banner-ad-wide-wrapper {
/* enable margin-bottom and remove display none when an ad is active */
/*   	margin-bottom: 20px;  */
	display: none;
	}

.banner-ad {
  padding: 20px 0;
  background: #999999; }

.banner-ad-wrapper .ad,
.banner-ad-wide-wrapper .ad {
  margin: 0 auto; }

@media (max-width: 767px) {
  .banner-ad-wrapper,
  .banner-ad-wide-wrapper {
    display: none; } }
.banner-ad > div,
.banner-ad-wide > div {
  margin: 0 auto; }

.category-group {
  display: inline-block;
  overflow: hidden;
  height: auto;
  background: #f6000a;
  color: #ffffff;
  text-transform: uppercase;
  width: auto;
  margin: 0;
  padding: 9px 8px;
  text-align: center;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  height: 30px; }

.category-group a {
  color: #ffffff;
  height: 30px; }

.category-group .sep {
  vertical-align: 0%;
  font-size: 12px; }

.category-group h2,
.category-group h3 {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; }

.category-group.featured {
  background: #f6000a;
  position: relative;
  overflow: visible;
  margin-top:13px; }

.featured-question {
  position: absolute;
  left: 130px;
  top: 7px; }

.featured-question a {
  display: block;
  background: transparent url("http://uncrate.com/img/q.png") no-repeat left top;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  overflow: hidden;
  text-indent: -99999px; }

/*
---------------------------------------------------------------- PAGINATION STYLES ----------------------------------------------------------------
*/
.pagination .nav > li {
  width: 100%; }

.pagination a:link,
.pagination a:active,
.pagination a:hover,
.pagination a:visited {
  font-weight: 700;
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  background: #f6000a;
  padding-top: 20px;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 68px; }

/*
---------------------------------------------------------------- FOOTER STYLES ----------------------------------------------------------------
*/
.footer {
  padding-top: 2px;
  border-top: 1px solid #f6000a;
  height: 46px; }

@media (max-width: 700px) {
  .footer {
    height: auto;
    margin-bottom: 16px; } }
.footer-nav {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  color: #f6000a;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  line-height: 20px; }

.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active {
  color: #f6000a;
  margin-right: 12px; }

.footer .sep {
  margin-right: 12px; }

/*
---------------------------------------------------------------- OFF-CANVAS NAVIGATION STYLES ----------------------------------------------------------------
*/
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: f6000a;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  background: #f6000a;
  color: white; }

.sidr .sidr-inner {
  padding: 0;
  background: #f6000a; }

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr.right {
  left: auto;
  right: -260px; }

.sidr.left {
  left: -260px;
  right: auto; }

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  padding: 0 15px;
  margin: 0 0 5px; }

.sidr p {
  font-size: 13px;
  margin: 0 0 12px; }

.sidr p a {
  color: rgba(255, 255, 255, 0.9); }

.sidr > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr ul {
  display: block;
  margin: 0;
  padding: 0; }

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 40px;
  border-bottom: 1px solid white; }

.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: white; }

.sidr ul li ul {
  border-bottom: none;
  margin: 0; }

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px; }

.sidr ul li ul li:last-child {
  border-bottom: none; }

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px; }

.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222222; }

.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px; }

.sidr form {
  margin: 0 15px; }

.sidr label {
  font-size: 13px; }

.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  width: 100%;
  font-size: 12px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both; }

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none; }

.sidr input[type=button], .sidr input[type=submit] {
  color: #333;
  background: white; }

.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9); }

.sidr .sidr-class-nav {
  font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1em;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5em; }

ul li.sidr-class-label {
  display: none; }

/*
---------------------------------------------------------------- FORM STYLES ----------------------------------------------------------------
*/
form {
  margin: 0 0 20px; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

legend small {
  font-size: 15px;
  color: #f6000a; }

label,
input,
button,
select,
textarea {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase; }

input,
button,
select,
textarea {
  font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

label {
  display: block;
  margin-bottom: 5px;
  font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 40px;
  padding: 4px 6px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle; }

input,
textarea,
.uneditable-input {
  width: 100%; }

textarea {
  height: auto; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: white;
  border: 1px solid #f6000a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6); }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"],
input[type="image"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select,
input[type="file"] {
  height: 40px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px; }

select {
  width: 100%;
  border: 1px solid #f6000a;
  background-color: white;
  border-radius: 0; }

select[multiple],
select[size] {
  height: auto; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #bc9850;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f6000a;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 0;
  border: none;
  height: 40px;
  width: 100%; }

.form-wrapper {
  margin-top: 20px;
  padding-bottom: 14px; }

.form-wrapper h1 {
  margin-bottom: 14px; }

.form-title h1 {
  display: inline-block; }

.form-title .sign-out {
  display: inline-block;
  margin: -2px 0 0 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 35px;
  font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-left: 20px; }

.search-wrapper input {
  width: 70%;
  float: left; }

.search-wrapper .btn {
  width: 25%;
  float: right;
  margin-top: 0; }

form small {
  display: block;
  margin-bottom: 5px;
  font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px; }

form .inline {
  width: auto;
  display: block;
  margin-right: 10px;
  margin-bottom: 20px;
  float: left; }

small.inline {
  max-width: 498px; }

.white-popup h1 {
  margin-bottom: 16px; }

.white-popup p {
  text-transform: uppercase; }

.white-popup small {
  font-size: 16px;
  font-weight: 700; }

.white-popup .nav {
  clear: both; }

.contact p {
  margin-bottom: 0; }

/*
---------------------------------------------------------------- IE STYLES ----------------------------------------------------------------
*/
.lt-ie9 .grid .one-half {
  width: 470px;
  margin: 0 5px 20px; }

.lt-ie9 .article-single .content-wrapper {
  width: 620px;
  float: left; }

.lt-ie9 .article-single .buy a {
  float: left;
  width: 260px; }

.lt-ie9 .article-single .social {
  float: right;
  clear: right;
  width: 300px; }

.lt-ie8 .category-group .category,
.lt-ie8 .category-group .subcategory,
.lt-ie8 .category-group .sep {
  display: inline; }

.lt-ie8 .nav li {
  display: block;
  width: auto;
  float: left; }

.lt-ie8 .social-nav .nav {
  float: right; }

.lt-ie9 .article-list .copy-wrapper {
  left: 0;
  width: 430px; }

/*
---------------------------------------------------------------- MAGNIFIC STYLES ----------------------------------------------------------------
*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px 20px 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* HIC Card and Featured Post */
.sponsored-post-list .article {position: relative;border:1px solid #c7c7c7;padding-bottom: 20px;margin-bottom: 20px;text-align:center;}
.sponsored-post-list .hic {border:0;}
.sponsored-post-list .image-wrapper img{max-width:100%;border-bottom:1px solid #c7c7c7;}
.sponsored-post-list .image-wrapper a{display:block;height:auto;overflow:hidden;}
.sponsored-post-list .category-group {background:0;display:inline-block;overflow:hidden;height:auto;color:#30525f;padding-bottom:3px;border-bottom:1px solid #f6000a;text-transform:uppercase;width:auto;margin:16px 0 17px;text-align:center;font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;font-style:normal;font-size:12px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}
.sponsored-post-list .category-group a{color:#30525f;}
.sponsored-post-list .category-group .sep{vertical-align:0%;font-size:12px;}
.sponsored-post-list .category-group h2,
.sponsored-post-list .category-group h3{letter-spacing:0;display:inline-block;font-size:12px;font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;font-style:normal;}
.sponsored-post-list .category-group.featured{background:0;color:#30525f;border-bottom:1px solid #30525f;position:relative;overflow:visible;}
.sponsored-post-list .category-group.featured a {color: #30525f;}
.sponsored-post-list .featured-question{position:absolute;left:112px;top:-2px;}
.sponsored-post-list .featured-question a{display:block;background:#ffffff url(//uncrate.com/img/q.png) no-repeat left top;width:16px;height:16px;background-size:16px 16px;overflow:hidden;text-indent:-99999px;}
.sponsored-post-list .copy-wrapper{padding:0 20px;display:block;overflow:hidden;height:auto;max-height:212px;margin-bottom:12px;position:relative;text-align:left;}
.sponsored-post-list .copy-wrapper p {font-family: 'Sentinel A', 'Sentinel B', Georgia, 'Times New Roman', serif;font-weight:normal;line-height:22px;font-size:17px;font-style:normal;text-transform: none;letter-spacing: normal;color:#000;}
@media (max-width:42em){
.sponsored-post-list .copy-wrapper{max-height:none;margin-bottom:0;}
}
@media (min-width:768px){
  .sponsored-post-list .article-list .copy-wrapper{min-height:209px;}
}
.sponsored-post-list .card .copy-wrapper{min-height:0;}
.sponsored-post-list .article-list .ui-wrapper{min-height:92px;}
@media (min-width:42em){
  .sponsored-post-list .copy-wrapper p{cursor:pointer;}
}
.sponsored-post-list .gradient-overlay{display:block;overflow:hidden;height:75px;background:-moz-linear-gradient(top,rgba(255,255,255,0) 0%,white 100%);/* FF3.6+ */background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,white));/* Chrome,Safari4+ */background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0%,white 100%);/* Chrome10+,Safari5.1+ */background:-o-linear-gradient(top,rgba(255,255,255,0) 0%,white 100%);/* Opera 11.10+ */background:-ms-linear-gradient(top,rgba(255,255,255,0) 0%,white 100%);/* IE10+ */background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,white 100%);/* W3C */filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0 );/* IE6-9 */position:absolute;bottom:0;left:0;width:100%;}
@media (max-width:42em){
  .sponsored-post-list .gradient-overlay{display:none;}
}
.sponsored-post-list h1.article-title {font-family: 'Knockout 48 A', 'Knockout 48 B', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;margin: -2px 0 0 0;
padding: 0;
font-size: 36px;
font-weight: 400;
color: #000;
text-transform: uppercase;
line-height: 35px;
letter-spacing: 1px;
font-style: normal;
}
.sponsored-post-list .article-title,
.sponsored-post-list .article-title a,
.sponsored-post-list .article-title a:link,
.sponsored-post-list .article-title a:visited,
.sponsored-post-list .article-title a:focus,
.sponsored-post-list .article-title a:hover {text-align:center;color:#000;}
.sponsored-post-list .ui-wrapper {position:relative;font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;font-size:12px;font-weight:bold;color:#ffffff;text-transform:uppercase;overflow:hidden;height:auto;}
.sponsored-post-list .ui-wrapper .sep{font-size:12px;font-weight:normal;}
.sponsored-post-list .ui-wrapper a{color:#ffffff;}
@media (max-width:767px){
  .sponsored-post-list .ui-wrapper .buy{width:100%;overflow:hidden;padding:0 20px 0 20px;}
}
.sponsored-post-list .ui-wrapper .buy{padding:0 20px;}
.sponsored-post-list .ui-wrapper .buy a{display:block;width:100%;height:36px;background:#000000;margin:0 auto 20px;text-align:center;padding:12px 7px;font-size:12px;font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;font-style:normal;}
@media (max-width:767px){
  .sponsored-post-list .ui-wrapper .buy a{width:100%;}
}
.sponsored-post-list .ui-wrapper .buy.no{display:block;height:36px;width:auto;margin-bottom:20px;}
.sponsored-post-list .ui-wrapper .buy.no a{background:#ffffff;display:none;}
.sponsored-post-list .ui-wrapper .social{display:block;margin:0 auto;width:100%;text-align:center;overflow:hidden;height:auto;padding: 0 20px;}
@media (max-width:767px){
  .sponsored-post-list .ui-wrapper .social{width:100%;}
}
.sponsored-post-list .ui-wrapper .social a{display:block;width:50%;float:left;padding:12px 7px;height:36px;}
.sponsored-post-list .ui-wrapper .social .facebook{background:#3c3c3c;}
.sponsored-post-list .ui-wrapper .social .twitter{background:#666666;}
.sponsored-post-list .ui-wrapper .social .stash{background:#999999;}
@media (max-width:350px){
  .sponsored-post-list .ui-wrapper .social .sep,.ui-wrapper .social .like-count,.ui-wrapper .social .tweet-count,.ui-wrapper .social .stash-count{display:none;}
}
.sponsored-post-list .article-list .copy-wrapper,
.sponsored-post-list .copy-wrapper{text-align:center;}
.sponsored-post-list .copy-wrapper p a:link, .sponsored-post-list .copy-wrapper p a:visited, .sponsored-post-list .copy-wrapper p a:hover, .sponsored-post-list .copy-wrapper p a:active{color: #a08f68;text-decoration: none;}
/* ----------------------------------------------------------------
SPONSORED ARTICLE STYLES
---------------------------------------------------------------- */

.sponsored-post-list-wrapper .article{background:#ffffff;}
.sponsored-post-list .banner-ad-wrapper{padding-top:20px;background:#f4f3f1;margin-bottom:20px;}
.sponsored-post-list .banner-ad-wrapper.indie-ad{background:#ffffff;padding-top:0;margin-bottom:0;}
.sponsored-post-list .fm-cs-ad .fm-cs-ad-header .fm-cs-ad-title{font-family:'Knockout 48 A','Knockout 48 B',"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif !important;font-weight:400;font-style:normal;}
.sponsored-post-list .banner-ad-wrapper.indie-ad .ad,
.sponsored-post-list .banner-ad-wrapper.indie-ad > div{margin-bottom:0;}
.sponsored-post-list .banner-ad-wrapper .ad,
.sponsored-post-list .banner-ad-wrapper > div{margin:0 auto 20px;}
@media (max-width:767px){
  .sponsored-post-list .banner-ad-wrapper{display:none;}
}
.sponsored-post-list-wrapper .high-impact-banner.article{background:none;border:none;padding-bottom:0;}
.sponsored-post-list-wrapper .high-impact-banner.article img{border:none;}
.sponsored-post-list .banner-ad > div{text-align:center;}

@media (min-width:768px){
  .article-list .multiple-actions .copy-wrapper.reveal{max-height:none;}
}
@media (min-width:768px){
  .article-single .multiple-actions .copy-wrapper.reveal{max-height:none;}
}
.copy-wrapper.reveal{max-height:none;}
.copy-wrapper.reveal .gradient-overlay{display:none;}
/*
---------------------------------------------------------------- SITE METER STYLES ----------------------------------------------------------------
*/
#idSiteMeterHREF {
  display: none; }

iframe[src*="specificclick"], img[src*="lijit"], img[src*="mathtag"], img[src*="adnxs"], img[src*="doubleclick"], img[src*="scorecardresearch"], img[src*="imrworldwide"] {
  display: none; }