/*
  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
*********************/
a[class*="xrx-node-type-"] {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

[class*="col-"] > a[class*="xrx-node-type-"] {
  height: 100% !important;
}

a[class*="xrx-node-type-"]:active,a[class*="xrx-node-type-"]:hover {
  outline: 0 !important;
}

a[class*="xrx-node-type-"]:focus:before {
  background-color: rgba(0,0,0,.3) !important;
}

a[class*="xrx-node-type-"]:after {
  /* @mixin square-red-arrow-after */
  background-repeat: no-repeat;
  background-color: #d92231;
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 5;
  content: "";
  padding: 0;
  background-position: 50%;
  background-image: url(/sites/all/themes/xerox/images/icons/hero/mobile_arrow_hero_white.png);
  width: 40px;
  background-size: 18.5px 18.5px;
  height: 40px;
  top: 195px;
}

html[dir="rtl"] a[class*="xrx-node-type-"]:after {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}

@media screen and (min-width:768px) {
  a[class*="xrx-node-type-"]:after {
    background-image: url(/sites/all/themes/xerox/images/icons/hero/arrow_white_tablet.png);
    width: 35px;
    height: 35px;
    top: 50px;
    background-size: 22.5px 22.5px;
  }
}

@media screen and (min-width:970px) {
  a[class*="xrx-node-type-"]:after {
    background-image: url(/sites/all/themes/xerox/images/icons/hero/arrow_white_desktop.png);
    top: 50px;
    background-size: auto;
  }
}

@media screen and (min-width:768px) {
  a[class*="xrx-node-type-"]:after {
    top: 195px;
  }
}

@media screen and (min-width:970px) {
  a[class*="xrx-node-type-"]:after {
    top: 195px;
  }
}

a[class*="xrx-node-type-"]:focus,a[class*="xrx-node-type-"]:hover {
  text-decoration: none;
}

a[class*="xrx-node-type-"]:hover:after {
  /* @mixin square-white-arrow-after */
  background-color: #fff;
  background-image: url(/sites/all/themes/xerox/images/icons/hero/mobile_arrow_hero_red.png);
}

@media screen and (min-width:768px) {
  a[class*="xrx-node-type-"]:hover:after {
    background-image: url(/sites/all/themes/xerox/images/icons/hero/arrow_red_tablet.png);
  }
}

@media screen and (min-width:970px) {
  a[class*="xrx-node-type-"]:hover:after {
    background-image: url(/sites/all/themes/xerox/images/icons/hero/arrow_red_desktop.png);
  }
}

a[class*="xrx-node-type-"] .field-article-teaser-image,a[class*="xrx-node-type-"] .field-teaser-image-field {
  max-width: 100%;
  overflow: hidden;
  background-color: #333;
  position: relative;
  height: 175px;
}

.suppress-image a[class*="xrx-node-type-"] .field-article-teaser-image,.suppress-image
a[class*="xrx-node-type-"] .field-teaser-image-field {
  display: none;
}

a[class*="xrx-node-type-"] .group-copy,a[class*="xrx-node-type-"] .group-teaser-info {
  display: block;
  color: #000;
  z-index: 2;
  overflow: hidden;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 20px 20px;
}

html[dir="rtl"] a[class*="xrx-node-type-"] .group-copy,html[dir="rtl"]
a[class*="xrx-node-type-"] .group-teaser-info {
  padding: 20px 20px 20px 40px;
}

a[class*="xrx-node-type-"] .group-copy:last-child,a[class*="xrx-node-type-"] .group-teaser-info:last-child {
  margin-bottom: 0;
}

a[class*="xrx-node-type-"] .group-copy div,a[class*="xrx-node-type-"] .group-teaser-info div {
  position: relative;
  z-index: 3;
}

a[class*="xrx-node-type-"] .group-copy .field-article-category,a[class*="xrx-node-type-"] .group-copy .field-industry-category,a[class*="xrx-node-type-"] .group-teaser-info .field-article-category,a[class*="xrx-node-type-"] .group-teaser-info .field-industry-category {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.chrome .i18n-el a[class*="xrx-node-type-"] .group-copy .field-article-category,.chrome .i18n-el
a[class*="xrx-node-type-"] .group-copy .field-industry-category,.chrome .i18n-el
a[class*="xrx-node-type-"] .group-teaser-info .field-article-category,.chrome .i18n-el
a[class*="xrx-node-type-"] .group-teaser-info .field-industry-category {
  text-transform: none;
}

a[class*="xrx-node-type-"] .group-copy .field-article-category + .field-article-category,a[class*="xrx-node-type-"] .group-copy .field-article-category + .field-industry-category,a[class*="xrx-node-type-"] .group-copy .field-industry-category + .field-article-category,a[class*="xrx-node-type-"] .group-copy .field-industry-category + .field-industry-category,a[class*="xrx-node-type-"] .group-teaser-info .field-article-category + .field-article-category,a[class*="xrx-node-type-"] .group-teaser-info .field-article-category + .field-industry-category,a[class*="xrx-node-type-"] .group-teaser-info .field-industry-category + .field-article-category,a[class*="xrx-node-type-"] .group-teaser-info .field-industry-category + .field-industry-category {
  display: none;
}

a[class*="xrx-node-type-"] .group-copy .field-article-teaser-title,a[class*="xrx-node-type-"] .group-copy .field-teaser-title,a[class*="xrx-node-type-"] .group-copy .field-teaser-title-field,a[class*="xrx-node-type-"] .group-copy .field-title,a[class*="xrx-node-type-"] .group-teaser-info .field-article-teaser-title,a[class*="xrx-node-type-"] .group-teaser-info .field-teaser-title,a[class*="xrx-node-type-"] .group-teaser-info .field-teaser-title-field,a[class*="xrx-node-type-"] .group-teaser-info .field-title {
  font-size: 23px;
  line-height: normal;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  background-color: transparent;
  padding: 0;
}

@media screen and (min-width:768px) {
  a[class*="xrx-node-type-"] .group-copy .field-article-teaser-title,a[class*="xrx-node-type-"] .group-copy .field-teaser-title,a[class*="xrx-node-type-"] .group-copy .field-teaser-title-field,a[class*="xrx-node-type-"] .group-copy .field-title,a[class*="xrx-node-type-"] .group-teaser-info .field-article-teaser-title,a[class*="xrx-node-type-"] .group-teaser-info .field-teaser-title,a[class*="xrx-node-type-"] .group-teaser-info .field-teaser-title-field,a[class*="xrx-node-type-"] .group-teaser-info .field-title {
    font-size: 30px;
  }
}

a[class*="xrx-node-type-"] .group-copy .field-teaser-copy,a[class*="xrx-node-type-"] .group-teaser-info .field-teaser-copy {
  margin-bottom: 10px;
}

a[class*="xrx-node-type-"] .group-copy .field-article-teaser-cta,a[class*="xrx-node-type-"] .group-copy .field-teaser-cta-field,a[class*="xrx-node-type-"] .group-teaser-info .field-article-teaser-cta,a[class*="xrx-node-type-"] .group-teaser-info .field-teaser-cta-field {
  display: none;
  padding-bottom: 20px;
  position: relative;
}

a[class*="xrx-node-type-"] .group-copy .field-article-teaser-cta span,a[class*="xrx-node-type-"] .group-copy .field-teaser-cta-field span,a[class*="xrx-node-type-"] .group-teaser-info .field-article-teaser-cta span,a[class*="xrx-node-type-"] .group-teaser-info .field-teaser-cta-field span {
  font-family: "Roboto Condensed",sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 3em !important;
  display: inline-block;
  background-color: #d92231;
  border: 1px solid #d92231;
  color: #fff !important;
  padding: 0 30px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  min-width: 100px;
  white-space: nowrap;
  display: inline-block !important;
  font-family: "Roboto Condensed",sans-serif;
}

a[class*="xrx-node-type-"] .group-copy .field-article-teaser-cta span:after,a[class*="xrx-node-type-"] .group-copy .field-teaser-cta-field span:after,a[class*="xrx-node-type-"] .group-teaser-info .field-article-teaser-cta span:after,a[class*="xrx-node-type-"] .group-teaser-info .field-teaser-cta-field span:after {
  right: 15px;
}

html[dir="rtl"] a[class*="xrx-node-type-"] .group-copy .field-article-teaser-cta span:after,html[dir="rtl"]
a[class*="xrx-node-type-"] .group-copy .field-teaser-cta-field span:after,html[dir="rtl"]
a[class*="xrx-node-type-"] .group-teaser-info .field-article-teaser-cta span:after,html[dir="rtl"]
a[class*="xrx-node-type-"] .group-teaser-info .field-teaser-cta-field span:after {
  right: auto;
  left: 15px;
}

a[class*="xrx-node-type-"] .group-copy .field-article-teaser-cta em,a[class*="xrx-node-type-"] .group-copy .field-teaser-cta-field em,a[class*="xrx-node-type-"] .group-teaser-info .field-article-teaser-cta em,a[class*="xrx-node-type-"] .group-teaser-info .field-teaser-cta-field em {
  display: none;
}

a[class*="xrx-node-type-"]:hover .group-copy .field-article-teaser-cta span,a[class*="xrx-node-type-"]:hover .group-copy .field-teaser-cta-field span,a[class*="xrx-node-type-"]:hover .group-teaser-info .field-article-teaser-cta span,a[class*="xrx-node-type-"]:hover .group-teaser-info .field-teaser-cta-field span {
  font-family: "Roboto Condensed",sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 3em !important;
  display: inline-block;
  background-color: #d92231;
  border: 1px solid #d92231;
  color: #fff !important;
  padding: 0 30px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  min-width: 100px;
  white-space: nowrap;
}

a[class*="xrx-node-type-"] .field-language-icon {
  padding: 20px 40px 20px 20px;
}

a[class*="xrx-node-type-"] .field-language-icon em {
  color: #333;
  display: inline-block;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 11px;
  font-style: normal;
}

a[class*="xrx-node-type-"].article-infographic:before {
  background-image: none;
}

a[class*="xrx-node-type-"].article-video:after {
  left: 50%;
  top: 50%;
  display: block;
  content: "";
  z-index: 2;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  background-image: url(/sites/all/themes/xerox/images/icons/play.png);
  background-repeat: no-repeat;
  background-color: transparent;
  transform: translate(-50%,-50%);
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
}

@media screen and (min-width:768px) {
  a[class*="xrx-node-type-"].article-video:after {
    width: 92px;
    height: 92px;
    background-size: 92px 92px;
  }
}

.thumb-wrap a[class*="xrx-node-type-"].article-video:after {
  top: 80px;
}

@media screen and (min-width:768px) {
  .thumb-wrap a[class*="xrx-node-type-"].article-video:after {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
}

@media screen and (min-width:970px) {
  .thumb-wrap a[class*="xrx-node-type-"].article-video:after {
    width: 92px;
    height: 92px;
    background-size: 92px 92px;
  }
}

a[class*="xrx-node-type-"].article-video:hover:after {
  left: 50%;
  top: 50%;
  display: block;
  content: "";
  z-index: 2;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  background-image: url(/sites/all/themes/xerox/images/icons/play.png);
  background-repeat: no-repeat;
  background-color: transparent;
  transform: translate(-50%,-50%);
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(/sites/all/themes/xerox/images/icons/play-hover.png);
}

@media screen and (min-width:768px) {
  a[class*="xrx-node-type-"].article-video:hover:after {
    width: 92px;
    height: 92px;
    background-size: 92px 92px;
  }
}

.thumb-wrap a[class*="xrx-node-type-"].article-video:hover:after {
  top: 80px;
}

@media screen and (min-width:768px) {
  .thumb-wrap a[class*="xrx-node-type-"].article-video:hover:after {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
}

@media screen and (min-width:970px) {
  .thumb-wrap a[class*="xrx-node-type-"].article-video:hover:after {
    width: 92px;
    height: 92px;
    background-size: 92px 92px;
  }
}

a[class*="xrx-node-type-"] .field-blog-post-date,a[class*="xrx-node-type-"] .group-date-info-div > div {
  display: none;
  color: #000;
  font-size: 12px;
  font-family: "Roboto Condensed",sans-serif;
}

a[class*="xrx-node-type-"] .field-blog-post-date:after,a[class*="xrx-node-type-"] .group-date-info-div > div:after {
  content: "|";
  padding: 0 5px;
  display: inline-block;
}

a[class*="xrx-node-type-"] .field-blog-post-date:last-child:after,a[class*="xrx-node-type-"] .group-date-info-div > div:last-child:after {
  display: none;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-article_small_listing:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-article_small_listing:hover:before {
  background-color: rgba(0,0,0,.3);
}

a[class*="xrx-node-type-"].xrx-node-view-mode-article_small_listing .field-title {
  display: block;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-article_small_listing .group-copy,a[class*="xrx-node-type-"].xrx-node-view-mode-article_small_listing .group-teaser-info {
  min-height: 150px;
}

@media screen and (min-width:768px) {
  .node-component-collection a[class*="xrx-node-type-"].xrx-node-view-mode-article_small_listing {
    min-height: 400px;
  }
}

@media screen and (min-width:768px) {
  .view-article-carousel a[class*="xrx-node-type-"].xrx-node-view-mode-article_small_listing {
    min-height: 0px;
  }
}

a[class*="xrx-node-type-"].xrx-node-view-mode-article_graphic_listing {
  background-color: #ebebeb;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-article_graphic_listing .field-title {
  display: block;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-article_graphic_listing:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-article_graphic_listing:hover:before {
  background-color: rgba(0,0,0,.3);
}

@media screen and (min-width:768px) {
  a[class*="xrx-node-type-"].xrx-node-view-mode-article_graphic_listing {
    height: 390px;
  }
}

a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser {
  /*
    &.xrx-node-type-topic {
      .group-copy {
        .field-teaser-copy {
          display: block;
        }
      }
    }
    */
}

.group-insights-content a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view,.group-insights-content a[class*="xrx-node-type-"].xrx-node-view-mode-teaser {
  background-color: #fff;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view:before,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view:hover:before,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser:hover:before {
  background-color: rgba(0,0,0,.3);
}

@media screen and (min-width:768px) {
  a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser {
    height: 345px;
  }
  .suppress-image a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view,.suppress-image a[class*="xrx-node-type-"].xrx-node-view-mode-teaser {
    height: 170px;
  }
}

a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view:after,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser:after {
  top: 137px;
  width: 25px;
  height: 25px;
  background-size: 22.5px 22.5px;
}

.suppress-image a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view:after,.suppress-image a[class*="xrx-node-type-"].xrx-node-view-mode-teaser:after {
  top: 16px;
}

.node-component-columns a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view:after,.node-component-columns a[class*="xrx-node-type-"].xrx-node-view-mode-teaser:after {
  top: 195px;
}

@media screen and (min-width:768px) {
  a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view:after,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser:after {
    top: 137px;
  }
  .node-component-columns a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view:after,.node-component-columns a[class*="xrx-node-type-"].xrx-node-view-mode-teaser:after {
    top: 195px;
  }
}

@media screen and (min-width:970px) {
  a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view:after,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser:after {
    top: 137px;
  }
  .node-component-columns a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view:after,.node-component-columns a[class*="xrx-node-type-"].xrx-node-view-mode-teaser:after {
    top: 195px;
  }
}

a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .field-article-teaser-image,a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .field-teaser-image-field,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .field-article-teaser-image,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .field-teaser-image-field {
  height: 122px;
}

.node-component-columns a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .field-article-teaser-image,.node-component-columns
a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .field-teaser-image-field,.node-component-columns a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .field-article-teaser-image,.node-component-columns
a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .field-teaser-image-field {
  height: 180px;
}

.node-component-columns a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .field-article-teaser-image .xrx-grid-img > div,.node-component-columns
a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .field-teaser-image-field .xrx-grid-img > div,.node-component-columns a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .field-article-teaser-image .xrx-grid-img > div,.node-component-columns
a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .field-teaser-image-field .xrx-grid-img > div {
  background-position: top;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .group-copy,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .group-copy {
  padding: 16px 30px 35px 16px;
}

html[dir="rtl"] a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .group-copy,html[dir="rtl"] a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .group-copy {
  padding: 16px 16px 35px 30px;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .group-copy .field-article-category,a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .group-copy .field-industry-category,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .group-copy .field-article-category,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .group-copy .field-industry-category {
  font-size: 12px;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .group-copy .field-article-teaser-title,a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .group-copy .field-teaser-title,a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .group-copy .field-teaser-title-field,a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .group-copy .field-title,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .group-copy .field-article-teaser-title,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .group-copy .field-teaser-title,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .group-copy .field-teaser-title-field,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .group-copy .field-title {
  font-size: 20px;
  overflow: hidden;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .group-copy .field-teaser-copy,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .group-copy .field-teaser-copy {
  display: block;
  font-size: 14px;
  line-height: 20px;
  max-height: 80px;
  overflow: hidden;
}

.node-component-columns a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .group-copy .field-teaser-copy,.node-component-columns a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .group-copy .field-teaser-copy {
  display: none;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .group-copy .field-teaser-copy > p,a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .group-copy .field-teaser-copy > span,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .group-copy .field-teaser-copy > p,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .group-copy .field-teaser-copy > span {
  font-size: 14px;
  line-height: 20px;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .group-date-info-div,a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view > .field-blog-post-date,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .group-date-info-div,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser > .field-blog-post-date {
  padding: 10px 30px 10px 16px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view .group-date-info-div > div,a[class*="xrx-node-type-"].xrx-node-view-mode-insights_view > .field-blog-post-date > div,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser .group-date-info-div > div,a[class*="xrx-node-type-"].xrx-node-view-mode-teaser > .field-blog-post-date > div {
  display: inline-block;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-right_rail {
  height: auto;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-right_rail:after {
  display: none;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-right_rail:hover {
  text-decoration: underline;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-right_rail .field-article-teaser-image,a[class*="xrx-node-type-"].xrx-node-view-mode-right_rail .field-teaser-image-field {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 0;
  top: 0;
}

html[dir="rtl"] a[class*="xrx-node-type-"].xrx-node-view-mode-right_rail .field-article-teaser-image,html[dir="rtl"]
a[class*="xrx-node-type-"].xrx-node-view-mode-right_rail .field-teaser-image-field {
  left: auto;
  right: 0;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-right_rail .group-copy {
  padding: 0 0 0 80px;
}

html[dir="rtl"] a[class*="xrx-node-type-"].xrx-node-view-mode-right_rail .group-copy {
  padding: 0 80px 0 0;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-right_rail .group-copy .field-article-category,a[class*="xrx-node-type-"].xrx-node-view-mode-right_rail .group-copy .field-industry-category {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}

a[class*="xrx-node-type-"].xrx-node-view-mode-right_rail .group-copy .field-article-teaser-title,a[class*="xrx-node-type-"].xrx-node-view-mode-right_rail .group-copy .field-teaser-title,a[class*="xrx-node-type-"].xrx-node-view-mode-right_rail .group-copy .field-teaser-title-field {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}

.xrx-core-background-color-red a[class*="xrx-node-type-"] {
  background-color: #d92231;
}

.xrx-core-background-color-red a[class*="xrx-node-type-"] .group-copy,.xrx-core-background-color-red a[class*="xrx-node-type-"] .group-teaser-info {
  color: #fff;
}
