/*
  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
*********************/
/* 3 item infographic */
.view-item-infographic-carousel .item {
  height: 435px;
}

.view-item-infographic-carousel .item .thumb-wrap {
  width: 100%;
  height: 435px;
  background: #ebebeb;
  box-sizing: border-box;
  display: block;
}

.view-item-infographic-carousel .item .thumb {
  position: relative;
}

.view-item-infographic-carousel .item .thumb-wrap .field-info-pull-quote,.view-item-infographic-carousel .item .thumb .field-info-pull-quote {
  width: 90%;
  margin-bottom: 10px;
  padding: 35px 30px 0;
  box-sizing: border-box;
  position: relative;
  color: #000;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 300;
  font-size: 36px;
  text-align: left;
  line-height: 42px;
  z-index: 2;
}

html[dir="rtl"] .view-item-infographic-carousel .item .thumb-wrap .field-info-pull-quote,html[dir="rtl"] .view-item-infographic-carousel .item .thumb .field-info-pull-quote {
  text-align: right;
}

@media screen and (min-width:768px) {
  .view-item-infographic-carousel .item .thumb-wrap .field-info-pull-quote,.view-item-infographic-carousel .item .thumb .field-info-pull-quote {
    font-size: 33px;
    line-height: 37px;
  }
}

@media screen and (min-width:970px) {
  .view-item-infographic-carousel .item .thumb-wrap .field-info-pull-quote,.view-item-infographic-carousel .item .thumb .field-info-pull-quote {
    font-size: 36px;
    line-height: 42px;
  }
}

.view-item-infographic-carousel .item .thumb-wrap .field-info-subhead,.view-item-infographic-carousel .item .thumb .field-info-subhead {
  width: 90%;
  padding: 0 30px;
  position: relative;
  box-sizing: border-box;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
  z-index: 2;
}

html[dir="rtl"] .view-item-infographic-carousel .item .thumb-wrap .field-info-subhead,html[dir="rtl"] .view-item-infographic-carousel .item .thumb .field-info-subhead {
  text-align: right;
}

@media screen and (min-width:768px) {
  .view-item-infographic-carousel .item .thumb-wrap .field-info-subhead,.view-item-infographic-carousel .item .thumb .field-info-subhead {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (min-width:970px) {
  .view-item-infographic-carousel .item .thumb-wrap .field-info-subhead,.view-item-infographic-carousel .item .thumb .field-info-subhead {
    max-width: none;
    font-size: 24px;
    line-height: 28px;
  }
}

.view-item-infographic-carousel .item .thumb-wrap .field-info-link,.view-item-infographic-carousel .item .thumb .field-info-link {
  width: 90%;
  padding: 0 30px;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  z-index: 3;
  position: relative;
  font-weight: 700;
  font-family: "Roboto Condensed",sans-serif;
  display: inline;
  /* @mixin red-arrow-after */
}

.view-item-infographic-carousel .item .thumb-wrap .field-info-link:after,.view-item-infographic-carousel .item .thumb .field-info-link:after {
  background-image: url(/sites/all/themes/xerox/images/icons/arrow-right-coral.png);
  content: "";
  display: block;
  width: 10px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.chrome .view-item-infographic-carousel .item .thumb-wrap .field-info-link:after,.chrome .view-item-infographic-carousel .item .thumb .field-info-link:after {
  top: 55%;
}

html[dir="rtl"] .view-item-infographic-carousel .item .thumb-wrap .field-info-link:after,html[dir="rtl"] .view-item-infographic-carousel .item .thumb .field-info-link:after {
  right: auto;
  left: 10px;
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (min-width:970px) {
  .view-item-infographic-carousel .item .thumb-wrap .field-info-link:after,.view-item-infographic-carousel .item .thumb .field-info-link:after {
    top: 50%;
  }
}

@media screen and (min-width:768px) {
  .view-item-infographic-carousel .item .thumb-wrap .field-info-link,.view-item-infographic-carousel .item .thumb .field-info-link {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (min-width:970px) {
  .view-item-infographic-carousel .item .thumb-wrap .field-info-link,.view-item-infographic-carousel .item .thumb .field-info-link {
    font-size: 20px;
    line-height: 24px;
  }
}

.view-item-infographic-carousel .item .thumb-wrap .field-info-link.no-title,.view-item-infographic-carousel .item .thumb .field-info-link.no-title {
  display: none;
}

.view-item-infographic-carousel .item .thumb-wrap .field-info-cta-image,.view-item-infographic-carousel .item .thumb .field-info-cta-image {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #ebebeb;
  transition: all 0s ease-in-out;
}

.view-item-infographic-carousel .item .thumb-wrap .field-info-cta-image img,.view-item-infographic-carousel .item .thumb .field-info-cta-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.view-item-infographic-carousel .item .link-wrap {
  width: 100%;
  text-decoration: none;
  position: relative;
  transition: all 0s ease-in-out;
}

.view-item-infographic-carousel .item .link-wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: transparent;
  transition: all 0s ease-in-out;
}

.view-item-infographic-carousel .item .link-wrap: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;
  transition: all 0s ease-in-out;
  top: 30px;
}

html[dir="rtl"] .view-item-infographic-carousel .item .link-wrap:after {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}

@media screen and (min-width:768px) {
  .view-item-infographic-carousel .item .link-wrap: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) {
  .view-item-infographic-carousel .item .link-wrap:after {
    background-image: url(/sites/all/themes/xerox/images/icons/hero/arrow_white_desktop.png);
    top: 50px;
    background-size: auto;
  }
}

.view-item-infographic-carousel .item .link-wrap:hover:before {
  background-color: rgba(0,0,0,.1);
}

.view-item-infographic-carousel .item .link-wrap: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) {
  .view-item-infographic-carousel .item .link-wrap:hover:after {
    background-image: url(/sites/all/themes/xerox/images/icons/hero/arrow_red_tablet.png);
  }
}

@media screen and (min-width:970px) {
  .view-item-infographic-carousel .item .link-wrap:hover:after {
    background-image: url(/sites/all/themes/xerox/images/icons/hero/arrow_red_desktop.png);
  }
}

.view-item-infographic-carousel .carousel-control {
  display: none;
}
