.detailPageHeader {
  padding: 4rem 0;
}

.pageDetail {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100vh);
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100vh);
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100vh);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
}

.storiesDetailContent {
  padding-bottom: 15rem;
}

@media only screen and (max-width: 992px) {
  .pageDetail {
    flex-direction: column;
  }
  .storiesDetailContent {
    padding-bottom: 8rem;
  }
}

.side {
  width: 10%;
}

.main {
  width: 90%;
  display: flex;
}

@media only screen and (max-width: 992px) {
  .main {
    width: 100%;
  }
  .side {
    display: none;
  }
  .main {
    flex-direction: column;
  }
  .main .slick-slide img {
    height: 33.33vh;
  }
}

.slideshowContainer {
  position: relative;
}

#stories-slideshow .slick-slide {
  position: relative;
}

#stories-slideshow .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 4rem;
  text-align: left;
  padding: 0 4rem;
}

.shareButtonWrapper {
  position: absolute;
  bottom: 0;
  right: 4rem;
}

.shareButton {
  line-height: 4rem;
  font-size: 1.8rem;
}

.shareLinks {
  text-align: center;
}

.shareLinks .btn {
  display: inline-block;
  margin: 1rem;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.shareLinks .btn.facebook {
  border-color: #43609a;
  color: #43609a;
}
.shareLinks .btn.facebook:hover {
  background-color: #43609a;
  color: white;
}

.shareLinks .btn.linkedin:hover {
  background-color: #0090d2;
  color: white;
}

.shareLinks .btn.twitter {
  border-color: #29b6f6;
  color: #29b6f6;
}
.shareLinks .btn.twitter:hover {
  background-color: #29b6f6;
  color: white;
}

.shareLinks .btn.google-plus {
  border-color: #f44336;
  color: #f44336;
}
.shareLinks .btn.google-plus:hover {
  background-color: #f44336;
  color: white;
}

.storiesDate {
  padding-bottom: 1rem;
  display: block;
}

.sideNav a > i:before {
  color: inherit;
}

@media only screen and (max-width: 992px) {
  .pageDetail .slideshowContainer {
    margin-top: 0;
    height: auto;
  }

  .pageDetailHeader {
    padding: 2rem 0 4rem;
    margin-bottom: 2rem;
  }
  .pageDetailHeader.blue-gradient-after .storiesTags {
    color: #0090d2;
  }
  .pageDetailHeader.blue-gradient-after .storiesTags:before {
    color: #0090d2;
    background: none;
    border: 1px solid #0090d2;
  }
  .pageDetailHeader.orange-gradient-after .storiesTags {
    color: #f07d1c;
  }
  .pageDetailHeader.orange-gradient-after .storiesTags:before {
    color: #f07d1c;
    background: none;
    border: 1px solid #f07d1c;
  }
  .pageDetailHeader.acqua-color-after .storiesTags {
    color: #9ec41a;
  }
  .pageDetailHeader.acqua-gradient-after .storiesTags:before {
    color: #9ec41a;
    background: none;
    border: 1px solid #9ec41a;
  }
  .pageDetailHeader.green-color-after .storiesTags {
    color: #9ec41a;
  }
  .pageDetailHeader.green-gradient-after .storiesTags:before {
    color: #9ec41a;
    background: none;
    border: 1px solid #9ec41a;
  }

  .white-color.blue-color {
    color: #0090d2;
  }
  .white-color.grey-color {
    color: #46535c;
  }
  .white-color.lightGrey-color {
    color: #f2f3f3;
  }
  .white-color.orange-color {
    color: #f07d1c;
  }
  .white-color.acqua-color {
    color: #12b5c7;
  }
  .white-color.green-color {
    color: #9ec41a;
  }
  .white-color.pink-color {
    color: #e5007d;
  }

  #stories-slideshow .slick-dots {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  #stories-slideshow .slick-dots {
    padding: 0 2rem;
  }
  .shareButtonWrapper {
    right: 2rem;
  }
  .breadcrumbs,
  .breadcrumbs > a,
  .breadcrumbs > a:first-child:after,
  .breadcrumbs > a:nth-child(n + 2):after {
    display: inline-block;
    vertical-align: middle;
  }
}

.navFix {
  height: 100%;
  position: relative;
}
.sideNav {
  border-left: 1px solid #f1f1f1;
}

@media only screen and (max-width: 992px) {
  .sideBar {
    padding: 1rem;
  }

  .sideBar:hover {
    width: 100% !important;
  }

  .sideBar a strong {
    visibility: visible;
    opacity: 1;
    margin-left: 0rem;
    width: auto;
  }
}
