/*
    CSS Document for JnJ 
    Build: Synechron Inc.
    Date: August 2016
    Base: v1
*/
/* ---------------------------------------- Variables ---------------------------------------- */
/* ------------------------------ Typography baseline (in px/ratio) */
/* 20px */
/* ------------------------------ Colors */
/* ---------- color shades */
/* ---------- theme palette*/
/* ---------- theme arrays*/
/* ------------------------------ Font stacks */
/* ------------------------------ Breakpoints (in px) */
/* Large Desktop CSS */
/* Small Desktop CSS */
/* Ipad CSS CSS */
/* Ipad CSS CSS */
/* Mobile Devices CSS */
/* ---------------------------------------- Mixins ---------------------------------------- */
/* ------------------------------ Background size */
/* ------------------------------ Box shadow */
/* ------------------------------ Border Radius */
/* ------------------------------ Transform */
/* ------------------------------ Transition */
/* ------------------------------ Media Queries */
/*
		 $point:	Breakpoint integer in px
	$constraint:	Constraint for media query (min/max)
	   $feature:	Media feature of query (width/height)
*/
body,
html {
  height: 100%;
  overflow: hidden; }

#heroCarousal .slider-caption h2 {
  font-size: 26px;
  margin-bottom: 10px; }

#heroCarousal .slider-caption h3 {
  font-size: 16px;
  margin-bottom: 10px; }

#heroCarousal .slider-caption a.btn-link {
  line-height: 25px;
  font-size: 14px; }

#heroCarousal .slider-caption a.btn-link span {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-image: url(../images/icons/red-arrow-down.png);
  background-size: 100% 100%;
  margin: 2px 10px;
  position: absolute; }

#heroCarousal a.btn-link {
  text-decoration: none !important;
  outline: none !important; }

#heroCarousal {
  height: 100%; }

#heroCarousal .slider-caption {
  left: 12%;
  text-align: left;
  top: 48%;
  padding: 0;
  right: auto;
  width: 100%;
  max-width: 700px;
  position: absolute; }
  #heroCarousal .slider-caption h2 {
    font-size: 52px;
    line-height: 1.2;
    transition: all 0.5s ease-in;
    top: 0;
    position: relative; }
  #heroCarousal .slider-caption h3 {
    transition: all 0.5s ease-in;
    top: 0;
    position: relative; }
    #heroCarousal .slider-caption h3 p {
      font-family: "FreightText Pro";
      font-size: 24px;
      line-height: 1.4;
      margin-bottom: 25px; }
  #heroCarousal .slider-caption a.btn-link {
    color: #fff;
    line-height: 32px;
    font-size: 17px;
    padding: 0;
    display: block;
    text-align: left;
    font-family: 'berthold_akzidenz_grotesk_bMd'; }
    #heroCarousal .slider-caption a.btn-link span {
      background-image: url("../images/icons/red-arrow-down.png"); }
  @media screen and (max-width: 820px) {
    #heroCarousal .slider-caption {
      max-width: 500px;
      top: 54%; } }
  @media screen and (max-width: 767px) {
    #heroCarousal .slider-caption {
      max-width: 90%;
      left: 5%;
      top: auto;
      bottom: 12%; }
      #heroCarousal .slider-caption a.btn-link {
        line-height: 28px; }
        #heroCarousal .slider-caption a.btn-link span {
          height: 26px;
          width: 26px;
          position: relative;
          top: 10px; }
          #heroCarousal .slider-caption a.btn-link span i {
            top: 1px; }
      #heroCarousal .slider-caption h2 {
        font-size: 24px; }
      #heroCarousal .slider-caption h3 p {
        font-size: 16px; } }

#heroCarousal .slick-list,
#heroCarousal .slick-track,
#heroCarousal .slick-slide,
#heroCarousal .slick-slide > div {
  height: 100%; }

#heroCarousal {
  color: #fff; }
  #heroCarousal .item > div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    background-color: #ebebeb; }
    @media screen and (max-width: 820px) {
      #heroCarousal .item > div {
        background-position: top center; } }
  #heroCarousal .item .desktop {
    display: block; }
  #heroCarousal .item .mobile {
    display: none; }
  @media screen and (max-width: 767px) {
    #heroCarousal .item .desktop {
      display: none; }
    #heroCarousal .item .mobile {
      display: block; } }
  #heroCarousal ul.slick-dots {
    position: absolute;
    left: 0;
    width: calc(17% + 900px);
    line-height: 1;
    margin: 0;
    bottom: 5%;
    list-style-type: none;
    text-align: center;
    padding: 11px 0 0;
    height: 35px;
    transition: background 0.2s ease-in; }
    @media screen and (max-width: 820px) {
      #heroCarousal ul.slick-dots {
        width: 100%; } }
    #heroCarousal ul.slick-dots li {
      display: inline-block;
      overflow: hidden;
      margin: 0 4px; }
      #heroCarousal ul.slick-dots li button {
        text-indent: -999px;
        background-color: transparent;
        outline: none;
        border: none;
        border: 2px solid #ccc;
        width: 10px;
        height: 10px;
        padding: 0;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px; }
      #heroCarousal ul.slick-dots li.slick-active button {
        background-color: #ccc; }
  #heroCarousal .slick-arrow {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 30px;
    left: 6%;
    line-height: 1;
    padding: 6px 0 0;
    position: absolute;
    text-align: center;
    top: calc(48% + 75px);
    width: 30px;
    z-index: 2;
    transition: left 0.5s ease-in; }
    @media screen and (max-width: 1024px) {
      #heroCarousal .slick-arrow {
        padding-top: 9px; } }
    @media screen and (max-width: 820px) {
      #heroCarousal .slick-arrow {
        padding-top: 10px;
        left: 5%;
        top: calc(54% + 85px); } }
    #heroCarousal .slick-arrow.slick-prev:before, #heroCarousal .slick-arrow.slick-next:before {
      font-family: 'FontAwesome';
      font-size: 40px;
      line-height: 1;
      opacity: .75;
      color: white;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute; }
    #heroCarousal .slick-arrow.slick-next::before {
      content: "\f105";
      top: 5px;
      left: 8px; }
    #heroCarousal .slick-arrow.slick-prev::before {
      content: "\f104";
      top: 5px;
      left: 5px; }
    #heroCarousal .slick-arrow.slick-next {
      left: calc(17% + 750px);
      transition: left 0.5s ease-in; }
      @media screen and (max-width: 820px) {
        #heroCarousal .slick-arrow.slick-next {
          left: calc(17% + 520px); } }
    @media screen and (max-width: 767px) {
      #heroCarousal .slick-arrow {
        display: none !important; } }
  #heroCarousal.link-activated .slick-arrow.slick-next {
    left: 150%; }
  #heroCarousal.link-activated .slick-arrow.slick-prev {
    left: -5%; }
  #heroCarousal.link-activated .slider-caption h2 {
    top: -500px; }
  #heroCarousal.link-activated .slider-caption h3 {
    top: 700px; }

/*----------- Mobile Devices Portrait CSS */
@media screen and (max-width: 360px) {
  #heroCarousal .slider-caption {
    top: 35%; } }

/*# sourceMappingURL=carousal.css.map */
