/*
  This file contains all the base styling for sass files. Pulling in all the 
  necessary variables and mixins but does not actually output anything so is
  safe to use as a base for other css files without adding excessive weight
*/
/*********************
BREAKPOINTS
*********************/
/*
  screen-tiny: 321 - 320
  screen-xs: 480px - 767px
  screen-sm: 768px - 969px
  screen-md: 970px - 1199px
  screen-lg: 1200px
*/
/*********************
Placeholder
*********************/
/*********************
VENDOR PREFIX
*********************/
.view-id-article_feed {
  margin-top: 6px;
}

@media screen and (min-width:768px) {
  .view-id-article_feed {
    margin-top: 0;
  }
}

.view-id-article_feed .empty-view {
  padding: 45px 40px;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 22px;
}

.view-id-article_feed .row {
  margin: 0 -3px;
}

.view-id-article_feed .row [class*="col-"] {
  overflow: hidden;
  margin-bottom: 6px;
}

@media screen and (min-width:768px) {
  .view-id-article_feed .row [class*="col-"] .group-copy {
    height: 215px;
  }
}

.view-id-article_feed .row [class*="col-"]:nth-child(n+5) {
  display: none;
}

@media screen and (min-width:768px) {
  .view-id-article_feed .row [class*="col-"]:nth-child(n+5) {
    display: block;
  }
}

.view-id-article_feed .row [class*="col-"].col-placeholder {
  display: none;
}

@media screen and (min-width:970px) {
  .view-id-article_feed .row [class*="col-"].col-placeholder {
    display: block;
  }
}

.view-id-article_feed .row [class*="col-"].col-placeholder .group-article-content.field-group-html-element:before {
  background-image: none;
  display: none;
}

.view-id-article_feed .row [class*="col-"].col-placeholder .group-article-content.field-group-html-element:after,.view-id-article_feed .row [class*="col-"].col-placeholder .group-article-content.field-group-html-element:hover:before {
  display: none;
}

.view-id-article_feed .row [class*="col-"].col-stacked-2 ~ [class*="col-"].col-md-6 > a:after {
  top: 212px !important;
}

.view-id-article_feed .row [class*="col-"].col-stacked-2 ~ [class*="col-"].col-md-6 > a .field-article-teaser-image {
  height: 192px;
}

.view-id-article_feed .row [class*="col-"].col-stacked-2 ~ [class*="col-"].col-md-6 > a .group-copy {
  height: 198px;
}

@media screen and (min-width:768px) {
  .view-id-article_feed .row [class*="col-"].col-stacked-2 .row [class*="col-"] .group-article-content.field-group-html-element {
    height: 192px;
  }
}

.view-id-article_feed .row [class*="col-"].col-stacked-2 .row [class*="col-"] .group-article-content.field-group-html-element:before {
  background-image: none;
}

.view-id-article_feed .row [class*="col-"].col-stacked-2 .row [class*="col-"] .group-article-content.field-group-html-element:after {
  top: 20px !important;
}

.view-id-article_feed .row [class*="col-"].col-stacked-2 .row [class*="col-"] .group-article-content.field-group-html-element .field-article-teaser-image,.view-id-article_feed .row [class*="col-"].col-stacked-2 .row [class*="col-"] .group-article-content.field-group-html-element .group-copy {
  height: 217px;
  color: #fff;
}

.view-id-article_feed .row [class*="col-"].col-stacked-2 .row [class*="col-"] .group-article-content.field-group-html-element .field-article-teaser-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 0;
  background-color: #d92231;
}

.view-id-article_feed .row [class*="col-"].col-stacked-2 .row [class*="col-"] .group-article-content.field-group-html-element .field-article-teaser-image .xrx-grid-img,.view-id-article_feed .row [class*="col-"].col-stacked-2 .row [class*="col-"] .group-article-content.field-group-html-element .field-article-teaser-image img {
  display: none;
}

.view-id-article_feed .row [class*="col-"].col-stacked-2 .row [class*="col-"] .group-article-content.field-group-html-element.article-video:after {
  right: -7px;
  top: 33px;
  background-size: 40px;
  width: 40px;
  height: 40px;
  left: auto;
}

.view-id-article_feed .row [class*="col-"].col-stacked-2 .row [class*="col-"]:last-child {
  margin-bottom: 0;
}

.view-id-article_feed .row [class*="col-"].col-stacked-2 .row [class*="col-"]:last-child .group-article-content.field-group-html-element .field-article-teaser-image {
  background-color: #333;
}

.view-id-article_feed .row [class*="col-"].col-social {
  display: block;
}

.view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element {
  background-color: #333;
  color: #fff;
}

@media screen and (min-width:768px) {
  .view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element {
    height: 390px;
  }
}

.view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
  background-image: none;
  transition: all 0s ease-in-out;
}

.view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element:hover {
  background-color: #242424;
}

.view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element:hover:before {
  z-index: -1;
}

.view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element:after {
  background-image: none;
  content: "\ea91";
  font-size: 30px;
  color: #fff;
  font-family: "icomoon";
  background-color: transparent;
  display: block;
  position: absolute;
  top: 20px;
  z-index: 1;
  left: 20px;
}

html[dir="rtl"] .view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element:after {
  left: auto;
  right: 20px;
}

.view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element:hover:after {
  background-image: none;
  background-color: transparent;
}

.view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element div {
  font-family: "Roboto",sans-serif;
  font-weight: 300;
  font-size: 20px;
}

@media screen and (min-width:768px) {
  .view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element div {
    position: absolute;
    zoom: 1;
  }
}

.view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element div a {
  color: #fff;
}

.view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element .message {
  padding: 75px 20px 0;
  z-index: 2;
  line-height: 30px;
  max-width: 100%;
}

@media screen and (min-width:768px) {
  .view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element .message {
    top: 100px;
    padding-top: 0;
    margin-top: 0;
  }
}

.view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element .message a {
  border-bottom: 1px solid #fff;
}

.view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element .message a:active,.view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element .message a:focus,.view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element .message a:hover {
  text-decoration: none;
}

.view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element .account-details {
  font-size: 16px;
  padding: 0 20px 30px;
  z-index: 3;
  margin-top: 15px;
}

@media screen and (min-width:768px) {
  .view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element .account-details {
    bottom: 45px;
    margin-top: 0;
    padding-bottom: 0;
  }
}

.view-id-article_feed .row [class*="col-"].col-social .group-article-content.field-group-html-element .account-details span {
  padding: 0 10px;
}

.view-id-article_feed .row [class*="col-"].col-social.linkedin-col .group-article-content.field-group-html-element:after {
  content: "\eac9";
}

.view-id-article_feed .row [class*="col-"].col-social.facebook-col .group-article-content.field-group-html-element:after {
  content: "\e600";
  font-size: 35px;
}
