/* Foundation Elements */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

P {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
  line-height: inherit; }
a img {
  border: none; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; }

.small-1 {
width: 8.33333%; }

.small-2 {
width: 16.66667%; }

.small-3 {
width: 25%; }

.small-4 {
width: 33.33333%; }

.small-5 {
width: 41.66667%; }

.small-6 {
width: 50%; }

.small-7 {
width: 58.33333%; }

.small-8 {
width: 66.66667%; }

.small-9 {
width: 75%; }

.small-10 {
width: 83.33333%; }

.small-11 {
width: 91.66667%; }

.small-12 {
width: 100%; }

@media only screen and (min-width: 40.063em) {

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }
}


/* Widgets */

body, html {
    background: transparent;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin: 0;
}

a {
    text-decoration: none;
}

#trends {
  max-width: 100%;
}

.loading {
  display: none;
}

#preloader {
  color: #000;
  font-weight: 700;
  font-size: 12px;
}

.widget_vertical #preloader {
  position: relative;
  left: -15px;
}

#preloader img {
  vertical-align: middle;
  width: 25px;
  height: 25px;
}

#widgetTitle,
.widgetTitle {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.widget_vertical #widgetTitle,
.widget_vertical .widgetTitle,
.widget_vertical #spottingTrends {
    position: relative;
    left: -15px;
}

.widget_horizontal > .columns,
.widget_magazine > .columns {
    padding: 0;
}

#poweredBy,
.poweredBy {
    text-align: right;
    font-size: 13px;
    margin: 0;
    padding: 5px 0;
}

#poweredBy a {
  color: #666 !important;
}

.widget_vertical #poweredBy,
.widget_vertical .poweredBy {
    position: relative;
    right: -15px;
}

#poweredBy img,
.poweredBy img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 90px;
    height: 16px;
}

.trend {
    padding-top: 15px;
    overflow: hidden;
}

article.trend .description {
    padding: 0;
}

article.trend .description .title {
    margin-top: 6px;
}

article.trend p {
    font-size: 12px;
    line-height: 1.2;
}

article.trend p.title a {
    font-size: 14px;
    font-weight: 700;
}

article.trend p.title a.provider {
    font-size: 12px !important;
}

.thumbWrapper {
    text-align: center;
    overflow: hidden;
    height: 140px;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;  
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.thumbWrapper a {
    display: block;
}

.trend.horizontal:nth-child(4n+1) {
    clear: left;
}

article.trend .thumbnail img {
    clear: both;
    display: block;
    max-height: 140px;
    max-width: 100%;
    margin: 0 auto;
}

article.trend .thumbnail {
    display: block;
    width: 100%;
}

.horizontal .thumbnail {
    max-width: 100%;
    width: 100%;
}

article.vertical .columns {
    height: auto;
}

.vertical .thumbWrapper {
    padding-left: 0;
}

.vertical .thumbnail {
    display: block;
    max-width: 100%;
    max-height: 150px;
    width: 100%;
}

.trend.vertical .description {
    vertical-align: top;
    height: auto;

}

.trend.vertical .description .title {
    margin: 0;
}

.trend.magazine:nth-child(3n+1) {
    clear: left;
}

article.trend.magazine .thumbWrapper {
  height: 200px;
}

article.trend.magazine .thumbnail img {
    max-height: 200px;
    max-width: 100%;
}

article.trend.magazine .description {
  padding-bottom: 10px;
  position: relative;
}

.magazine .title {
    margin-bottom: 6px;
}

.magazine .tagline {
    display: none;
}

article.trend a.provider {
    font-weight: normal !important;
    font-size: 12px;
    margin-top: 4px;
    display: block;
    text-align: left;
    width: 100%;
}

article.trend a.revealTagline {
    font-size: 14px;
}

.trend.vertical a.provider {
    text-align: left;
}

.sponsored {
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
  article.trend.magazine .thumbWrapper {
    height: 160px;
  }

  article.trend.magazine .thumbnail img {
      max-height: 160px;
  }
}

@media only screen and (max-width: 641px) {
    .trend.magazine:nth-child(3n+1) {
        clear: none;
    }
    .trend.horizontal:nth-child(2n+1),
    .trend.magazine:nth-child(2n+1) {
        clear: left;
    }
}

