.hero .news--container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto !important;
}

.news--item {
  height: auto;
}

.news--item .headline {
  position: relative;
}

@media screen and (min-width: 960px) {
  figure.align_center {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

figure.align_center img {
  max-width: 100% !important;
  margin: auto !important;
}

.widget-image__title {
  margin-top: 1em;
  text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sharingButtons {
  max-width: 400px;
  margin: 2rem 0;
  padding: 1rem;
  background: rgba(0, 0, 0, .03);
  border: solid 1px rgba(0, 0, 0, .05);
  border-radius: .5em;
}

.sharingButtons:first-child {
  margin-top: 0;
}

.sharingButtons:last-child {
  margin-bottom: 0;
}

.sharingButtons__title {
  font-size: 1em;
  margin-bottom: .5em;
}

.sharingButtons__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none !important;
  margin: -.5rem !important;
  padding: 0 !important;
}

.sharingButtons__item {
  padding: .5rem;
}

.sharingButtons__link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  font-size: 1.4em;
  color: #fff !important;
  border-radius: .3em;
  transition: all 200ms ease;
}

.sharingButtons__link:hover,
.sharingButtons__link:focus {
  transform: scale(1.15);
}

.sharingButtons__link--facebook {
  background: #3578E5;
}

.sharingButtons__link--twitter {
  background: rgb(29,161,242);
}

.sharingButtons__link--linkedin {
  background: rgb(10, 102, 194);
}

.sharingButtons__link .instagram-share-btn {
  margin: 0;
}

.safemailButton {
  line-height: 42px !important;
  color: #FFFFFF !important;
  background: #1696C7;
  padding: 0 1em !important;
  float: right;
  font-weight: bold;
  margin-top: 4px;
  margin-right: 8px;
  font-size: 13.4px;
  text-transform: uppercase;
}

.safemailButton:hover,
.safemailButton:focus {
  color: #FFFFFF;
  border-bottom: 0;
}

.logo--block {
  width: 45%;
}

@media screen and (max-width: 1240px) {
  .logo--block {
    width: auto;
  }
  .login--bar {
    float: right;
  }
}

@media screen and (max-width: 850px) {
  .logo--block {
    width: 100%;
  }
  .login--bar {
    float: left;
    width: 100%;
  }

  .safemailButton {
    margin-right: 4px;
  }
}

/* Carousel image new changes (stay full width) */
.hero--content .slide img {
  width: 100%;
}

.hero--content .slide .hero--image .slick-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.hero .hero--content .hero--image h2 {
  font-size: 2rem;
}

@media screen and (max-width: 1360px) {
  .hero .hero--content .hero--image h2 {
    font-size: 2rem;
  }
}

.carousel-title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}

.slick-box {
  padding: 10px;
}

@media screen and (min-width: 1360px) {
  .slick-box {
    bottom: 10px;
  }
}

@media screen and (max-width: 943px) {
  .hero--content .slide .hero--image,
  .hero--content .slide .hero--image .slick-box {
    position: relative;
  }
}

/* Frontpage storytelling highlights */
.home-tpl .home-highlights-container,
.home-tpl .storytelling-container {
  margin: 3rem 0;
  overflow: initial;
}

.home-tpl main .home-highlights-container__h2,
.home-tpl main .storytelling-container__h2 {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 1.5rem;
}

.home-tpl main .storytelling-container__more-link {
  margin-top: 1.5rem;
  text-align: center;
}

.home-tpl main .home-highlights-container__list,
.home-tpl main .storytelling-container__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1rem -0.08rem;
}

.home-tpl main .home-highlights-container__list-item,
.home-tpl main .storytelling-container__list-item {
  display: flex;
  flex-direction: column;
  width: 33.333%;
  padding: 1rem .08rem;
}

.home-tpl main .home-highlights-container__list-item a:hover,
.home-tpl main .storytelling-container__list-item a:hover {
  border: none;
}

.home-tpl main .home-highlights-container__list-item a:hover img,
.home-tpl main .storytelling-container__list-item a:hover img {
  opacity: .8;
  transition: .25s ease-in;
}

.home-tpl main .home-highlights-container__list-item h3,
.home-tpl main .storytelling-container__list-item h3 {
  font-size: 1.25rem;
  padding: 1rem;
}

.home-tpl main .home-highlights-container__list-item a:hover h3,
.home-tpl main .storytelling-container__list-item a:hover h3 {
  color: #1696C7;
}

.home-tpl main .storytelling-container__list-item .date {
  color: #000;
  margin-bottom: 0;
  margin-top: .5rem;
}

.home-tpl .home-highlights-container__list-item--video,
.home-tpl .home-highlights-container__list-item--image,
.home-tpl .storytelling-container__list-item--image {
  height: 300px;
}

.home-tpl .home-highlights-container__list-item--video iframe {
  height: 100%;
  width: 100%;
}

.home-tpl main .home-highlights-container__list-item img,
.home-tpl main .storytelling-container__list-item img {
  margin: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .home-tpl main .home-highlights-container__list,
  .home-tpl main .storytelling-container__list {
    justify-content: flex-start;
  }

  .home-tpl main .home-highlights-container__list-item,
  .home-tpl main .storytelling-container__list-item {
    width: 50%;
  }
}

@media screen and (max-width: 800px) {
  .home-tpl main .home-highlights-container__list-item,
  .home-tpl main .storytelling-container__list-item {
    width: 100%;
  }
}

@media screen and (max-width: 680px) {
  .home-tpl main .home-highlights-container__h2,
  .home-tpl main .storytelling-container__h2 {
    padding-bottom: 1rem;
  }

  .home-tpl main .home-highlights-container__list,
  .home-tpl main .storytelling-container__list {
    margin: 0;
  }
}