/* General */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#content-main a {
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
}

.hide-on-redesigned-page {
  display: none;
}

.show-on-redesigned-page {
  display: block;
}

#main-inner:after,
#content-featured:after {
  display: none;
}

.now-reading {
  text-align: center;
  margin: 35px 0 25px;
}
.now-reading .now-reading-term {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 17px 20px;
  background: #ff6600;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-top: 53px;
}
@media only screen and (max-width: 479px) {
  .now-reading {
    font-size: 24px;
  }
}

/* Jumbotron */
.jumbotron {
  background: #dcdfe4;
  margin: 0 auto;
  border-top: 1px solid #e0e0e0;
}

.jumbotron .view-content {
  width: 100%;
  margin: auto;
  position: relative;
}

.jumbotron .view-content:after {
  content: "";
  display: block;
  width: 0;
  height: 12px;
  background: #b0b2b6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: ease 0.5s;
  -webkit-transition-delay: 0.1s;
  -moz-transition: ease 0.5s 0.1s;
  -o-transition: ease 0.5s 0.1s;
  transition: ease 0.5s 0.1s;
}

.jumbotron .homepage-slider {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.jumbotron .view-content:hover:after {
  opacity: 1;
  bottom: -11px;
  width: 100%;
}

.jumbotron .homepage-slider-output {
  z-index: 20;
  position: relative;
}

.jumbotron .homepage-slider-slide {
  position: relative;
  z-index: 120;
}

.jumbotron .homepage-slider-slide:not(:first-child) {
  display: none;
}

.jumbotron .views-field {
  font-family: 'Playfair Display';
  font-weight: 900;
  font-size: 40px;
  color: #fff;
}

.jumbotron .views-field-group {
  position: absolute;
  width: auto !important;
  bottom: 55px;
  max-width: 1280px;
  left: 0;
  right: 0 !important;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-transition: all ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media (max-width: 1340px) {
  .jumbotron .views-field-group {
    width: auto;
  }
}

.jumbotron .views-field-name {
  font-size: 13px;
  line-height: 16px;
  padding-top: 9px;
}

.jumbotron .views-field-name a {
  color: #81a3f1;
}

.jumbotron .views-field-created {
  font-size: 13px;
  line-height: 16px;
}

.jumbotron .views-field-title {
  clear: both;
  padding-top: 4%;
}

.jumbotron .views-field-title a {
  color: #fff;
  font-size: 40px;
  line-height: 43px;
  font-family: 'Playfair Display';
  font-weight: 900;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}

.jumbotron .views-field-body {
  font-size: 17px;
  line-height: 26px;
  padding-top: 1.5%;
}

.jumbotron .views-field-field-homepage-slide-image-fid img {
  max-width: 100%;
}

.jumbotron .views-field-field-homepage-slide-image-fid .field-content {
  position: relative;
  display: block;
  overflow: hidden;
  height: 540px;
}
@media (max-width: 767px) {
  .jumbotron .views-field-field-homepage-slide-image-fid .field-content {
    height: 400px;
  }
}
.jumbotron .views-field-field-homepage-slide-image-fid .field-content:after {
  position: absolute;
  content: "";
  top: 65%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.jumbotron .views-field-field-homepage-slide-image-fid .field-content.image-overlay:after {
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.jumbotron .views-field-picture {
  float: left;
  margin-right: 5px;
}

.jumbotron .views-field-picture img {
  max-width: 100%;
  height: auto;
}

.jumbotron .views-field-picture .picture {
  width: 37px;
  height: 37px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.jumbotron .homepage-slider-tabs {
  display: none;
}

.jumbotron .homepage-slider-tabs-position {
  position: absolute;
  display: block;
  left: 30px;
  bottom: 11px;
  height: 30px;
  z-index: 22;
}

.jumbotron .homepage-slider-tabs-position em {
  display: block;
  float: left;
}

.jumbotron .homepage-slider-tabs-position em i {
  width: 11px;
  height: 11px;
  display: block;
  background: #c2c2c2;
  float: left;
  margin-right: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}

.jumbotron .homepage-slider-tabs-position em:hover i,
.jumbotron .homepage-slider-tabs-position em.on i {
  background: #fff;
}

.jumbotron .homepage-slider-arrows {
  position: absolute;
  right: 20px;
  bottom: 109px;
  width: auto;
  max-width: 1300px;
  z-index: 22;
  margin: 0 auto;
  left: 0;
  -webkit-transition: all ease;
  -webkit-transition-delay: 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.jumbotron .homepage-slider-arrow {
  width: 58px;
  height: 58px;
  display: block;
  background: #ff6600;
  text-decoration: none;
  position: absolute;
  top: 0;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
}

.jumbotron .homepage-slider-arrow:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.jumbotron .homepage-slider-arrow i {
  color: #fff;
  font-size: 25px;
  vertical-align: middle;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
}

body:not(.mobile) .jumbotron .homepage-slider-arrow:hover {
  background: #fff;
}

body:not(.mobile) .jumbotron .homepage-slider-arrow:hover i {
  color: #ff6600;
}

.jumbotron .homepage-slider-arrow.homepage-slider-arrow-prev {
  right: 78px;
}

.jumbotron .homepage-slider-arrow.homepage-slider-arrow-next {
  right: 0;
}

.jumbotron .homepage-slider-arrow.homepage-slider-arrow-next i {
  position: relative;
  left: 4px;
}

div.field-alternative-slide {
  top: 0;
  pointer-events: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
div.field-alternative-slide .views-field-body {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  margin: auto;
}
div.field-alternative-slide .views-field-body .field-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
div.field-alternative-slide .views-field-body .field-content p {
  font-family: "Gotham-Light";
  font-size: 54px;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  letter-spacing: -0.01em;
  text-indent: -10px;
}
div.field-alternative-slide .views-field-body .field-content p + p {
  font-family: "Gotham-Book";
  font-size: 36px;
  text-transform: none;
  margin-top: 10px;
  margin-top: 5px;
  text-indent: -20px;
  letter-spacing: normal;
}
div.field-alternative-slide .views-field-field-homepage-slide-link-url-1 {
  max-width: 1024px;
  margin: -20px auto 0;
  font-family: "Gotham-Medium";
  font-size: 17px;
  text-transform: uppercase;
  text-indent: 11px;
  line-height: 24px;
}
div.field-alternative-slide .views-field-field-homepage-slide-link-url-1 .homepage-slide-secondary-link {
  position: relative;
  display: inline-block;
  border: 1px solid #af0dd7;
  padding: 8px 8px 5px 0;
  margin-left: 24px;
}
div.field-alternative-slide .views-field-field-homepage-slide-link-url-1 .homepage-slide-secondary-link a {
  color: #fff;
  font-weight: normal;
  letter-spacing: .12em;
  pointer-events: all;
  vertical-align: top;
  letter-spacing: 0.07em;
}
div.field-alternative-slide .views-field-field-homepage-slide-link-url-1 .homepage-slide-secondary-link i.icon {
  margin: 0 5px;
  font-size: 24px;
  vertical-align: top;
}

/* Hompage */
.homepage-category__block {
  padding-top: 10px;
  overflow: hidden;
}
.homepage-category__block:first-child {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .homepage-category__block {
    padding-top: 0;
  }
  .homepage-category__block:first-child {
    padding-top: 0;
  }
}
.homepage-category_title__block {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 16px;
  line-height: 1;
  color: #454545;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
}
.homepage-category_title__block a {
  display: inline-block;
  margin: 0 0 0 11px;
  padding: 13px 11px 11px;
  font: 16px/1 'AvenirNextLTPro-Demi';
  color: #fff;
  background: #ff6600;
  letter-spacing: .06em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.homepage-category__block > a {
  font-size: 15px;
  line-height: 24px;
  color: black;
}

.homepage-category__block a .icon-arrow-right {
  font-size: 12px;
  margin-left: 12px;
}

.homepage-category_title__block + a:link {
  float: right;
  text-transform: uppercase;
  font-family: 'AvenirNextLTPro-Bold';
  position: relative;
  right: 28px;
  top: 26px;
}

.homepage-category_title__block + a:hover {
  text-decoration: none;
  color: #ff6600;
}

.view-category-tiles .view-content {
  margin: 0 -10px;
}

.view-category-tiles .views-row .row-bg {
  background: #f8f9fa;
  height: 330px;
  width: 100%;
  overflow: hidden;
  padding: 195px 20px 20px;
  position: relative;
  z-index: 10;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .view-category-tiles .views-row .row-bg {
    padding: 207px 20px 20px;
  }
}

.view-category-tiles .views-row.no-image .row-bg {
  padding-top: 80px;
}

.view-category-tiles .views-row {
  float: left;
  position: relative;
  padding: 10px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.no-touchevents .view-category-tiles .views-row:hover .row-bg {
  background: #eaecef;
}

.views-fields {
  position: relative;
}

.view-category-tiles .views-row:hover .views-fields:after {
  opacity: 1;
  width: 100%;
  bottom: -4px;
}

.view-category-tiles .views-row.small-picture .views-field.views-field-field-images-fid,
.view-category-tiles .views-row.small-picture .views-field.views-field-field-full-image-fid {
  width: 41%;
}

.view-category-tiles .views-row.small-picture .row-bg {
  padding-left: 25px;
}

.view-category-tiles .views-row.big-vertical .row-bg {
  height: 640px;
}

.view-category-tiles .views-field-picture {
  position: absolute;
  top: 152px;
  z-index: 100;
}
@media (max-width: 767px) {
  .view-category-tiles .views-field-picture {
    top: 163px;
  }
}

.view-category-tiles .no-image .views-field-picture {
  top: 37px;
}

.view-category-tiles .views-field.views-field-picture img {
  max-width: 100%;
  height: auto;
}

.view-category-tiles .views-field.views-field-picture .picture {
  width: 37px;
  height: 37px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.views-field.views-field-title .field-content {
  line-height: 1;
  max-width: 650px;
  display: block;
}

.view-category-tiles .views-field-title a,
.view-category-tiles .views-field-field-bha-original-title-value a {
  color: #454545;
  font-size: 19px;
  font-family: 'Playfair Display';
  font-weight: 900;
}
.view-category-tiles .views-field-title a.ellip,
.view-category-tiles .views-field-field-bha-original-title-value a.ellip {
  line-height: 1.22;
}

.view-category-tiles .views-field.views-field-name {
  float: left;
  padding-right: 10px;
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.view-category-tiles .views-field.views-field-name a {
  line-height: 16px;
  color: #ff6600;
}

.view-category-tiles .views-field.views-field-created {
  font-family: 'AvenirNextLTPro-Regular';
  font-size: 11px;
  line-height: 16px;
  color: #999999;
  letter-spacing: 0.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.view-category-tiles .views-field.views-field-created em {
  font-style: normal;
}

.view-category-tiles .views-field-wrapper {
  height: 168px;
  min-height: 230px;
  overflow: hidden;
  padding-top: 12px;
  clear: both;
}

.view-category-tiles .no-image .views-field-wrapper {
  padding-top: 22px;
}

.view-category-tiles .views-field.views-field-tid {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 4px 0 0px 0;
}

.view-category-tiles .views-field.views-field-tid a {
  color: #ff6600;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
  font-family: 'AvenirNextLTPro-Bold';
  letter-spacing: 1px;
}

.view-category-tiles .views-field.views-field-field-full-image-fid,
.view-category-tiles .views-field.views-field-field-bha-teaser-image-fid,
.view-category-tiles .views-field.views-field-field-images-fid {
  width: 100%;
  min-height: 50px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 169px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .view-category-tiles .views-field.views-field-field-full-image-fid,
  .view-category-tiles .views-field.views-field-field-bha-teaser-image-fid,
  .view-category-tiles .views-field.views-field-field-images-fid {
    height: 181px;
  }
}

.view-category-tiles .views-field.views-field-field-full-image-fid img,
.view-category-tiles .views-field.views-field-field-bha-teaser-image-fid img,
.view-category-tiles .views-field.views-field-field-images-fid img {
  width: auto;
  height: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  min-width: 100%;
}

.view-category-tiles .views-field.views-field-field-sponsored-value {
  position: absolute;
  top: 24px;
  right: 26px;
  background: #fff;
  padding: 2px 4px;
}

.view-category-tiles .views-field.views-field-field-sponsored-value span {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
  font-family: 'AvenirNextLTPro-Bold';
}

.view-category-tiles .views-field.views-field-field-bha-original-title-value {
  padding: 8px 0;
}

.view-category-tiles .views-field.views-field-title .field-content a,
.view-category-tiles .views-field.views-field-field-bha-original-title-value .field-content a {
  display: block;
  margin: 0 auto;
}

.view-category-tiles .views-field.views-field-created {
  width: auto;
  line-height: inherit;
  font-size: 12px;
  position: static;
}

.view-category-tiles .big-title .views-field.views-field-teaser {
  display: none;
}

.view-category-tiles .big-title .views-field.views-field-field-bha-original-title-value {
  padding-top: 20px;
}

.view-category-tiles .big-title .views-field.views-field-field-bha-original-title-value .field-content a {
  height: 96px;
}

.view-category-tiles .big-title .views-field.views-field-title:after,
.view-category-tiles .big-title .views-field.views-field-field-bha-original-title-value:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.view-category-tiles .views-field.views-field-teaser .field-content {
  display: none;
}

.view-category-tiles .views-row.no-image .views-field-teaser .field-content {
  margin-top: 30px;
  display: block;
  font: 15px/1.3 "AvenirNextLTPro-Regular";
}

.view-category-tiles .views-field.views-field-edit-node {
  position: absolute;
  bottom: 0;
  right: 10px;
}

@media (max-width: 767px) {
  .view-category-tiles .views-row.no-image .views-field-teaser .field-content {
    max-height: 153px;
    margin-top: 15px;
  }
}
.view-category-tiles .views-row.no-image .views-field-wrapper {
  height: 230px;
}

.view-category-tiles .views-field.views-field-comment-count {
  position: absolute;
  bottom: 12px;
  right: 11px;
  display: none;
}

.view-category-tiles .views-field.views-field-comment-count .icon-comment i {
  color: #fff;
  position: relative;
  top: -8px;
  left: 50%;
  font-size: 10px;
  font-style: normal;
  font-family: 'AvenirNextLTPro-Bold';
}

.view-category-tiles .views-field.views-field-comment-count .icon-comment:before {
  display: none;
}

.view-category-tiles .views-field.views-field-comment-count .icon-comment:after {
  color: #ff6600;
  content: "\e80b";
  font-size: 20px;
}

.view-category-tiles .views-field.views-field-shared {
  color: #ff6600;
  font-size: 12px;
  position: absolute;
  bottom: 18px;
  left: 24px;
  display: none;
}

.view-category-tiles .views-field.views-field-shared i {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.view-category-tiles .views-field.views-field-shared span {
  font-size: 10px;
  font-style: normal;
  font-family: 'AvenirNextLTPro-Bold';
  text-transform: uppercase;
}

.view-category-tiles #views_infinite_scroll-ajax-loader > img,
.view-category-tiles .item-list .pager {
  padding: 0;
  margin: 0;
}
.view-category-tiles #views_infinite_scroll-ajax-loader > img li,
.view-category-tiles .item-list .pager li {
  padding: 0;
  margin: 0;
}
.view-category-tiles #views_infinite_scroll-ajax-loader > img li a,
.view-category-tiles .item-list .pager li a {
  content: 'LOADING...';
  color: #fff;
  text-transform: uppercase;
  background: #ff6600;
  display: block;
  padding: 21px 0 17px 0;
  font-size: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family: "AvenirNextLTPro-Demi";
  letter-spacing: .04em;
  width: 31.3%;
  margin: 25px auto 35px;
}
.view-category-tiles #views_infinite_scroll-ajax-loader > img li a.views-throbbing,
.view-category-tiles .item-list .pager li a.views-throbbing {
  opacity: .5;
}

@media (max-width: 1024px) {
  .view-category-tiles .item-list .pager li a {
    content: 'LOADING...';
    color: #fff;
    text-transform: uppercase;
    background: #ff6600;
    display: block;
    padding: 16px 0 13px;
    font-size: 18px;
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
.view-category-tiles .views-row {
  width: 33.3333%;
}

.view-category-tiles .blogher-ad {
  display: none;
}

/* Mobile styles */
@media (max-width: 1296px) {
  .jumbotron .views-field-title {
    padding-top: 4%;
  }

  .jumbotron .views-field-title a {
    font-size: 36px;
    line-height: 1;
  }

  .jumbotron .views-field-body {
    font-size: 16px;
    line-height: 22px;
    padding-top: 1.5%;
  }

  .views-field.views-field-title .field-content {
    max-width: 520px;
    display: block;
  }
}
@media (max-width: 1023px) {
  #content-main {
    margin-right: 0;
  }

  .jumbotron .views-field-title a {
    font-size: 32px;
    line-height: 1;
  }

  .jumbotron .views-field-body {
    display: none;
  }

  .view-category-tiles .views-row {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #main-inner {
    padding: 0;
  }

  .leaderboard {
    display: none !important;
  }

  #content-area {
    margin-top: 0;
    padding: 0;
  }

  #content-left {
    margin-right: 0;
  }

  #content-sub {
    display: none !important;
  }

  .homepage-category__block {
    padding-top: 0;
  }

  /* Grid mobile styles */
  .homepage-category_title__block {
    background: #ff6600;
    font-size: 11px;
    text-align: center;
    color: white;
    font-family: 'AvenirNextLTPro-Regular';
    line-height: 1.5;
    margin: 0;
    padding: 17px 0 11px;
    float: none;
    width: auto;
  }
  .homepage-category_title__block a {
    display: block;
    line-height: 1.4;
    text-align: center;
    font-size: 19px;
    background: none;
    color: #fff;
    position: static;
    padding: 0;
    margin: 0;
    max-width: 100%;
  }

  .homepage-category_title__block + a:link {
    top: 14px;
    right: 6px;
    font-size: 12px;
  }

  .homepage-category__block a .icon-arrow-right {
    font-size: 10px;
    margin-left: 6px;
  }

  .view-category-tiles {
    float: none;
  }

  .view-category-tiles .view-content {
    margin: 0;
    float: none;
  }
  .view-category-tiles .view-content > div:first-child {
    border-top: none;
  }

  .view-category-tiles .blogher-ad {
    border-top: 1px solid #cccccc;
    padding: 20px 10px 10px 10px;
    text-align: center;
    display: block;
  }

  .view-category-tiles .views-row {
    width: auto;
    padding: 0;
    float: none;
    border-top: 1px solid #c5c5c5;
  }

  .view-category-tiles .views-row .row-bg {
    background: #fff;
    border-radius: 0;
    height: auto;
    padding-right: 15px;
    padding-left: 19px;
    padding-bottom: 8px;
  }

  .view-category-tiles .views-field.views-field-field-sponsored-value {
    display: none;
  }

  .view-category-tiles .views-field.views-field-picture .picture {
    width: 39px;
    height: 39px;
  }

  .view-category-tiles .views-field.views-field-field-full-image-fid img,
  .view-category-tiles .views-field.views-field-field-bha-teaser-image-fid img,
  .view-category-tiles .views-field.views-field-field-images-fid img {
    min-width: 100%;
  }

  .view-category-tiles .views-row .views-fields:after {
    display: none;
  }

  .view-category-tiles .views-field.views-field-teaser {
    padding: 0 4.75% 0 3.75%;
  }

  .view-category-tiles .views-field.views-field-field-bha-original-title-value,
  .view-category-tiles .big-title .views-field.views-field-field-bha-original-title-value {
    padding-left: 3.75%;
    padding-right: 4.75%;
  }

  /* Jumbotron mobile styles */
  .jumbotron {
    background: #fff;
    color: #fff;
    padding-bottom: 0;
  }

  .jumbotron .views-field {
    color: black;
  }

  .jumbotron .view-content:after,
  .jumbotron .views-field-picture,
  .jumbotron .views-field-body {
    display: none;
  }

  .jumbotron .views-field-name {
    float: left;
    padding-top: 16px;
  }

  .jumbotron .views-field-created {
    float: left;
    padding-top: 16px;
    padding-left: 5px;
  }

  .jumbotron .views-field-title,
  .jumbotron .field-bha-original-title-value {
    padding-top: 8px;
    padding-bottom: 30px;
    width: 100%;
  }

  .jumbotron .views-field-title a,
  .jumbotron .field-bha-original-title-value a {
    color: #000;
    font-size: 20px/1.2;
  }

  .jumbotron .views-field-group {
    position: static;
    padding: 0 20px;
    width: auto;
  }

  .jumbotron .homepage-slider-arrows {
    top: 320px;
  }

  .jumbotron .homepage-slider-tabs {
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
  }

  .jumbotron .homepage-slider-tabs-position {
    right: 0;
    left: 0px;
    margin: 0 auto;
    text-align: center;
    bottom: 80px;
  }

  .jumbotron .homepage-slider-tabs-position em {
    float: none;
    display: inline-block;
    padding: 10px 8px;
  }

  .jumbotron .homepage-slider-tabs-position em i {
    margin-right: 0;
    width: 9px;
    height: 9px;
  }

  .views-field-field-homepage-slide-image-fid {
    position: relative;
  }

  .views-field-field-homepage-slide-image-fid img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .view-category-tiles .views-field.views-field-teaser {
    padding: 0;
  }
  .view-category-tiles #views_infinite_scroll-ajax-loader:after {
    border-radius: 0;
    padding: 22px 10px;
    display: block !important;
    font-size: 19px;
    line-height: 1;
  }
  .view-category-tiles .views-field-wrapper {
    height: auto !important;
    min-height: 100%;
    padding: 15px 0 20px;
  }
  .view-category-tiles .views-field.views-field-shared {
    margin: 6px 0 0 0;
  }
  .view-category-tiles .views-field.views-field-shared span {
    font-size: 11px;
    display: inline-block;
    vertical-align: bottom;
  }
  .view-category-tiles .views-field.views-field-shared i {
    font-size: 15px;
    margin: 0px 5px 0 0;
    display: inline-block;
  }
  .view-category-tiles .views-field.views-field-name {
    width: auto;
    line-height: inherit;
    font-size: 12px;
    padding: 0 10px 0 0;
    margin: 3px 0 0 0;
  }
  .view-category-tiles .views-field.views-field-name span {
    font-size: 12px;
  }
  .view-category-tiles .views-field.views-field-created {
    width: auto;
    line-height: inherit;
    font-size: 12px;
    position: static;
    margin: 3px 0 0 0;
  }
  .view-category-tiles .views-field.views-field-tid a {
    font-size: 11px;
  }
  .view-category-tiles .views-field.views-field-title .field-content a {
    font-size: 20px;
    max-height: 100%;
  }
  .view-category-tiles .views-field.views-field-title .field-content a,
  .view-category-tiles .views-field.views-field-field-bha-original-title-value .field-content a {
    max-height: 100%;
    overflow: hidden;
    text-overflow: inherit;
    line-height: 1.1;
    display: -webkit-box;
    margin: 0 auto;
  }
  .view-category-tiles .views-field.views-field-comment-count {
    bottom: 20px;
    right: 19px;
  }
  .view-category-tiles .views-field.views-field-shared {
    bottom: 26px;
    left: 19px;
  }

  .now-reading {
    background: #ff6600;
    font-size: 11px;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    font-family: 'AvenirNextLTPro-Regular';
    padding: 15px 10px 12px;
    line-height: 1.5;
    display: block;
    border-radius: 0;
    position: relative;
    z-index: 1;
    margin: 0;
  }
  .now-reading .now-reading-term {
    padding: 0;
    margin: 0;
  }
  .now-reading .now-reading-term {
    display: block;
    line-height: 1.2;
    text-align: center;
    font-size: 19px;
    background: none;
    color: #fff;
    position: static;
    padding: 0;
    margin: 0;
    max-width: 100%;
  }

  #main-inner .item-list {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .view-category-tiles .views-field.views-field-field-full-image-fid,
  .view-category-tiles .views-field.views-field-field-bha-teaser-image-fid,
  .view-category-tiles .views-field.views-field-field-images-fid {
    width: 100%;
    overflow: hidden;
  }

  .view-category-tiles .big-title .views-field.views-field-title a,
  .view-category-tiles .views-field.views-field-field-bha-original-title-value a,
  .view-category-tiles .big-title .views-field.views-field-field-bha-original-title-value a {
    position: relative;
    top: -6px;
  }
}
.filter-by-menu {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 0;
  margin-top: -35px;
  background: #f6f7fb;
  border-top: 1px solid #dee1e5;
  border-bottom: 1px solid #dee1e5;
  height: 30px;
  padding-top: 13px;
  padding-bottom: 9px;
}
.filter-by-menu > label {
  display: inline-block;
  vertical-align: top;
  font: 12px/2 'AvenirNextLTPro-Demi';
  min-width: 100px;
  padding-left: 35px;
  font-weight: 400;
  margin-top: 3px;
}
@media only screen and (max-width: 1024px) {
  .filter-by-menu > label {
    padding-left: 10px;
    width: 80px;
  }
}
.filter-by-menu .filter-by-menu-inner {
  margin: 0;
  line-height: 1;
  padding: 0;
}
.filter-by-menu .item-list {
  display: inline-block;
  text-align: center;
  line-height: 0;
  width: 80%;
  margin: 0 auto !important;
  position: relative;
  right: 21px;
}
@media only screen and (max-width: 1024px) {
  .filter-by-menu .item-list {
    position: absolute;
    left: 100px;
    right: 0;
    overflow: auto;
    white-space: nowrap;
    height: 57px;
    text-align: left;
    width: auto;
  }
}
.filter-by-menu .item-list li {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  margin: 0 0 0 6%;
  position: relative;
}
.filter-by-menu .item-list li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  .filter-by-menu .item-list li {
    margin-left: 2%;
  }
}
.filter-by-menu .item-list li a {
  color: #888;
  padding-left: 24px;
  font: 15px/28px 'AvenirNextLTPro-Regular';
}
.filter-by-menu .item-list li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .filter-by-menu .item-list li a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .filter-by-menu {
    display: none;
  }
}

.filter-by-menu .item-list li a:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMEFFMDdEM0E2NkIxMUU1QkYzQjgxOUYzMEY3NDk3NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMEFFMDdENEE2NkIxMUU1QkYzQjgxOUYzMEY3NDk3NiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEwQUUwN0QxQTY2QjExRTVCRjNCODE5RjMwRjc0OTc2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEwQUUwN0QyQTY2QjExRTVCRjNCODE5RjMwRjc0OTc2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FSpzggAABIBJREFUeNrsnctLVHEUx4+zqHzkQtPIRFOnh4vei5AIytCmRZvaWLjQbNHCaFf2J2RQRBYIKUKQu1ok2AONIIQgKgy0hzKmCWUpYWrqwjqne+406Thz72/uOPdxvvBlYGa8/s5n7u/e+3udX8pA8DMkUevQu9Fb0dv4dSM6G52GzkDPo6fQP/h1DP0e/Y5fX6O/JyuAlBUGSFAOo8vRh9A7qAxxHvM3uhf9FN2N7kLPuAmgD12BrkEfQ6cn+P9Nox+g29BP0AtOBUjV7wz6PHpTkmrYEPo6+jZXf0cATEXXoy/wNc4OomvkFfQN9C+rq5eVquKLe6ON4Ok3q8tctio7AixEd6Lb0QVgXxVwGR9ymW0BsJrvggFwjo5wmauTCXANugV9B50JzlMml72VY1lRgLn8zHUanK9ajiV3pQAWoXvQZeAelXFMRYkGWIp+ji4B96mEYytNFEA/+jE6D9yrPI7RbzXAHH5MyQf3K59jzbEK4CpuW/rBO/JzzKutAHgLvQ+8J4r5ZrwA6UGzDryrulgP29E6Ewr5aT0TvK1J0PotP5k9A5sFXqjF0my2Cldxe1H0r+180mgVpm73frB3r0oyNMwP2TOxzsB6gRdRBcwm6hlI3fBBsFdnqJ00DtrwxNRyZ2CtwIuqbGYU8QwkmAMqPRIe0xB3PCwsPgMrBJ4hURWujFSFa4SNYdUsrsL06EJTJtKFjSHR4P16etXPwEqBZ0rpfMkLVeGAMDGtQDjAcuFhWuU6QBqN2iw8TIuY5RLAPcJCWXsJ4C7hoKydBNAvHJTl90nrIy4VE8A84aCsDQQwSzgoK4sApgoHZaURwLXCQVkZBHBeOKiLAP4UDMqaEoDxaUYAxqcJAvhNOCjrCwEMCgdlDeojcSI1DRDAN8JBWb0E8JVwUNZLAjgm1VhJH4mdPibSLTxMq1tviZA6hYdp0YLF0MA6jXN+BRkbNqolA+v0RodwMawOZvbf3Jg24WJYIVaLp7cNQvLyGzhFNFu/GCJMb6M3rgqfmLoGYZlAIk3xHQJtJqZoqWJO8aUPGoXTsmqERelTZJmDcRle5kBfaBBeS3QJIqSUWm6lEqUGeSTMQqJF2HcjfRBtrdxZ0BbaeV2TzALMAqS7cb3w+8sgqAKQRHlVWjwMr5UZLCsjycdo2fsz8N6q9Rfog+jZaF8ysuR/DrS8f17qdB3gmGdjfdFo1g4a+jyKHvUAvFGO1dBwr8/kr0JrI0ZcDG+EYzRc28xmLqIWyn50nwvh9XFs/Wb+yKf4Kx0ALdeUW9TDMZmuXarZ2yZAW2jS5AJ4TRzLhMofx5M/kO7O59DHQcvx7DRRmU9wDHOqB7Eig+V90NaaOKntTGWlBOD34j2QVTlUqZubFt+dAq3bx64a5jIGuKkKdgGoi3pxKKX7RUhievYIorI0cNnarTxwIhNx0+R1yj1lh0Tc1J5PyERSSQXvAIDh0jcjINNmBNvBms0I3oK2GUEXuHAzgmjK4bvhFli6HUZ62Nk6zR7ntqq+HcYH0LbDSNo05T8CDABHnwJI7vUlWwAAAABJRU5ErkJggg==") 0 0 no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
  cursor: pointer;
  width: 17px;
  height: 17px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.filter-by-menu .item-list li a.active {
  color: #ff6600;
}
.filter-by-menu .item-list li a.active:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RjY4MjY1RUJEMjUxMUU1ODEwRUQzNjIxODkwNTMyQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RjY4MjY1RkJEMjUxMUU1ODEwRUQzNjIxODkwNTMyQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRGNjgyNjVDQkQyNTExRTU4MTBFRDM2MjE4OTA1MzJDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRGNjgyNjVEQkQyNTExRTU4MTBFRDM2MjE4OTA1MzJDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+zmQ7sAAABvdJREFUeNrsXXtM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");
}

.jumbotron .view-content:after {
  display: none;
}

.jumbotron-static-title {
  display: none;
}

@media (max-width: 767px) {
  .jumbotron {
    display: none;
  }

  .jumbotron .views-field-group {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    height: 400px;
    padding: 0;
    width: 100% !important;
  }

  .jumbotron .views-field {
    text-align: center;
  }

  .jumbotron .views-field-title {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }

  .views-field.views-field-title .field-content {
    padding-right: 20px;
    display: inline-block;
  }

  .views-field.views-field-title .field-content,
  .jumbotron .views-field-title a {
    color: white;
    font-size: 24px;
    line-height: 1.4;
    padding: 0 15px;
    display: inline-block;
  }

  .jumbotron .homepage-slider-tabs {
    display: block;
  }

  .jumbotron .homepage-slider-tabs-position {
    bottom: 20px;
  }

  .jumbotron .homepage-slider-tabs-position em:hover i,
  .jumbotron .homepage-slider-tabs-position em.on i {
    background: white;
  }

  .jumbotron .homepage-slider-tabs-position em i {
    background: #7f7f7f;
    width: 12px;
    height: 12px;
  }

  .jumbotron .homepage-slider-arrows {
    display: none;
  }

  .jumbotron-static-title {
    display: block;
    position: absolute;
    top: 25px;
    margin: 0 auto;
    color: white;
    font-size: 12px;
    z-index: 11111;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
  }

  .jumbotron-static-title span {
    position: relative;
    color: white;
  }

  .jumbotron-static-title span:after {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    right: 0;
    bottom: -7px;
    background: white;
  }

  .views-field.views-field-title .field-content {
    padding: 0;
    display: block;
  }

  .view-category-tiles .views-field.views-field-field-bha-original-title-value,
  .view-category-tiles .big-title .views-field.views-field-field-bha-original-title-value {
    padding-left: 0;
    padding-right: 0;
  }
}
/* necessary plugin styles  for elipsis*/
.ellip {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.share-icons {
  display: none;
  position: absolute;
  z-index: 10;
  right: 16px !important;
  top: 15px !important;
}
.share-icons > a {
  display: inline-block;
  text-align: center;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  background-image: none !important;
  margin: 0 0 0 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #ff6600 !important;
  color: #fff;
  font-size: 13px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
}
.no-touchevents .share-icons > a:hover {
  opacity: .8;
  text-decoration: none;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.conference-quick-keys-menu-inner {
  margin: 0 auto;
  padding: 0 20px;
  width: auto !important;
  min-width: auto !important;
  max-width: 1280px !important;
}
.conference-quick-keys-menu-inner .links {
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .conference-quick-keys-menu-inner ul.links li {
    font-size: 10px;
  }
  .conference-quick-keys-menu-inner ul.links li a {
    padding: 0 5px 0 5px;
  }
}
@media (max-width: 767px) {
  .conference-quick-keys-menu-inner {
    padding: 0 10px;
  }
  .conference-quick-keys-menu-inner ul.links {
    height: auto;
    text-align-last: center;
    text-align: center;
  }
  .conference-quick-keys-menu-inner ul.links li {
    display: block;
  }
}

#main [id^="zergnet-widget-"] .zergheadline a {
  font-size: 19px;
  font-weight: 900;
  line-height: 1.22;
  margin-top: 58px;
}
#main [id^="zergnet-widget-"] .zergheadline a .zergdestW {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
  font-family: 'AvenirNextLTPro-Bold';
  letter-spacing: 1px;
  padding-top: 32px;
}

@media (max-width: 1110px) {
  .views-row [id^="zergnet-widget-"] .zergimg {
    position: relative;
  }
  .views-row [id^="zergnet-widget-"] .zergentity img {
    width: 100% !important;
    height: auto !important;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto !important;
  }
}
