.Share-bar {
  text-align: right;
}

.Share-bar .share-text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 0 0;
  font-family: "DIN W01 Regular"
  font-size: 16px;
  color: #2e2e2e;
  text-transform: uppercase;
}

.Share-bar .addthis_toolbox {
  display: inline-block;
  vertical-align: middle;
}

.Share-bar .custom-images {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .Share-bar {
    position: relative;
    margin: 0 0 10px;
  }
  .Share-bar .share-text {
    padding: 0;
  }
  .Share-bar .mobile-share-bar {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -20px;
    left: 50%;
    width: calc(100% + 40px);
    padding: 20px 10px 15px;
    background: #ffcc31;
    text-align: left;
    transition: all 0.3s ease;
  }
  .Share-bar .mobile-share-bar.is-open {
    visibility: visible;
    opacity: 1;
    left: -20px;
  }
  .Share-bar .close {
    float: right;
  }
  .Share-bar .custom-images a {
    margin: 0 5px;
  }
}

@media screen and (min-width: 768px) {
  .Share-bar {
    float: right;
    width: 300px;
  }
  .Share-bar .custom-images a {
    margin: 0 2px;
  }
}

@media print {
  .Share-bar {
    display: none;
  }
}

.Image-with-text {
  position: relative;
  box-shadow: 7px 7px 0 rgba(99, 99, 99, 0.22);
  margin-top: 20px;
  margin-bottom: 20px;
}

.Image-with-text img {
  display: block;
  max-width: 100%;
}

.Image-with-text .text {
  color: #fff;
}

.Image-with-text .title {
  font-size: 26px;
  font-family: "DIN W01 Regular"
}

.Image-with-text .desc {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .Image-with-text {
    margin: 20px 0 30px;
  }
  .Image-with-text .image {
    position: relative;
  }
  .Image-with-text .image img {
    width: 100%;
  }
  .Image-with-text .image:after {
    position: absolute;
    top: 70%;
    content: "";
    height: 30%;
    width: 100%;
    background-image: linear-gradient(to top, #4c4c4c 0, rgba(76, 76, 76, 0) 100%);
  }
  .Image-with-text .text {
    position: relative;
    padding: 10px 15px 20px;
    background-color: #4c4c4c;
  }
  .Image-with-text .title {
    font-size: 20px;
  }
  .Image-with-text .desc {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) {
  .Image-with-text .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 30px;
    background: #4c4c4c;
    background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.7) 70%, transparent 100%);
  }
}

.WidgetMediaGallery {
  margin: 40px 0;
}

.WidgetMediaGallery:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 767px) {
  .WidgetMediaGallery {
    margin: 30px 0;
  }
}

.WidgetMediaGallery .media {
  position: relative;
  height: 0;
  padding: 0 0 66.66667% 0;
  background: #333333;
  overflow: hidden;
}

.WidgetMediaGallery .media img {
  position: absolute;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-height: 100%;
}

.WidgetMediaGallery .thumbnailSlider {
  position: relative;
  padding-top: 4px;
  height: 78px;
  background: #ffcc31;
}

.WidgetMediaGallery .thumbnailSlider:before, .WidgetMediaGallery .thumbnailSlider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: inherit;
  background: linear-gradient(to right, #ffcc31 0%, rgba(255, 204, 49, 0) 100%) no-repeat center;
  z-index: 3;
}

.WidgetMediaGallery .thumbnailSlider:after {
  left: auto;
  right: 0;
  background: linear-gradient(to right, rgba(255, 204, 49, 0) 0%, #ffcc31 100%) no-repeat center;
}

.WidgetMediaGallery .track {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 70px;
  overflow: hidden;
}

.WidgetMediaGallery .track ul {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  height: inherit;
  padding: 0;
  list-style: none;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}

.WidgetMediaGallery .track li {
  display: inline-block;
  vertical-align: top;
  width: 104px;
  height: inherit;
  margin: 0 2px;
  white-space: normal;
  font-size: 16px;
}

.WidgetMediaGallery .thumb {
  display: block;
  height: inherit;
  opacity: .66;
  transition: opacity 0.3s ease;
}

.WidgetMediaGallery .thumb img {
  max-width: 100%;
}

.WidgetMediaGallery .thumb[data-type="video"] img {
  height: 100%;
}

.WidgetMediaGallery .thumb:active, .WidgetMediaGallery .thumb:hover, .WidgetMediaGallery .thumb:focus {
  opacity: 1;
}

.WidgetMediaGallery .thumb.active {
  position: relative;
  opacity: 1;
}

.WidgetMediaGallery .previous,
.WidgetMediaGallery .next {
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  transition: opacity 0.3s ease;
}

.WidgetMediaGallery .previous[data-state="enabled"],
.WidgetMediaGallery .next[data-state="enabled"] {
  cursor: pointer;
}

.WidgetMediaGallery .previous {
  left: 5px;
  background-image: url("../img/chevron-left.svg");
}

.WidgetMediaGallery .next {
  right: 5px;
  background-image: url("../img/chevron-right.svg");
}

.WidgetMediaGallery .thumbnailSlider:hover .previous[data-state="enabled"],
.WidgetMediaGallery .thumbnailSlider:hover .next[data-state="enabled"] {
  opacity: 1;
}

.isTouchDevice .WidgetMediaGallery .previous[data-state="enabled"],
.isTouchDevice .WidgetMediaGallery .next[data-state="enabled"] {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .WidgetMediaGallery {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 768px) {
  .WidgetMediaGallery .thumbnailSlider {
    padding-top: 12px;
    height: 140px;
  }
  .WidgetMediaGallery .thumbnailSlider:before, .WidgetMediaGallery .thumbnailSlider:after {
    width: 90px;
  }
  .WidgetMediaGallery .track {
    height: 115px;
  }
  .WidgetMediaGallery .track li {
    width: 174px;
    margin: 0 5px;
  }
}

.News-detail-hero {
  height: 352px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.News-detail-hero > .Container {
  position: relative;
  height: inherit;
}

.News-detail-hero .page-title {
  position: absolute;
  top: 195px;
  left: 100px;
  color: #fff;
  font-size: 55px;
  padding: 0 20px 0 0;
  max-width: 825px;
  max-height: 2.4em;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .News-detail-hero {
    height: 206px;
  }
  .News-detail-hero .page-title {
    width: calc(100% - 40px);
    top: 100px;
    left: 20px;
    font-size: 38px;
  }
}

@media screen and (min-width: 768px) {
  .News-detail-body .heading-wrapper {
    position: relative;
  }
  .News-detail-body .heading-wrapper > h1 {
    padding-right: 350px;
  }
  .News-detail-body .heading-wrapper > h2 {
    padding-right: 350px;
  }
  .News-detail-body .Share-bar {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.news-detail-sidebar {
    display: block;
    width: 100%;
    padding-top: 30px;
    background-color: #f0efef;
    padding: 1.0em;
    margin-top: 1.0em;
}

.news-detail-sidebar h3 {
    text-align: center;
}

.news-detail-sidebar .download {
    text-align: center;
}

.news-detail-sidebar .secondary-button {
    min-width: 0;
    width: 100%;
    padding: 12px;
}

@media screen and (min-width: 1024px) {
    .news-detail-sidebar {
        float: right;
        width: 20%;
    }
}
