h3,
.h3 {
  color: #209082;
  font-size: 20px;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 30px;
}

h2,
.h2 {
  color: #209082;
  font-size: 20px;
  font-weight: 900;
}

h1,
.h1 {
  color: #20988e;
  font-weight: 900;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 15px;
}

h1.dark {
  color: #333333;
}

.text-secondary {
  color: #21988e !important;
}

body {
  font-family: "myriad-pro", sans-serif;
}

.team-member {
  float: left;
  width: 25%;
  height: 250px;
  display: block;
  transition: transform 0.2s;
}

.team-member-inner {
  width: 100%;
  height: 250px;
  /*background: rgba(36, 189, 177, 0.53);*/
  position: relative;
  transition: all 0.5s;
  opacity: 0;
}

.team-member:active {
  transform: scale(1.1);
}

.mobile-topbar {
  width: 100%;
  height: 110px;
  background: rgba(255, 255, 255, 0.82);
  position: fixed;
  z-index: 6;
  top: 0;
}

.mobile-topbar img {
  max-height: 56px;
  margin-top: 30px;
  margin-left: 30px;
}

.team-member-text {
  width: 100%;
  background: rgb(56, 180, 170);
  color: #fff;
  text-align: center;
  padding: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  /*height: 50px;*/
  padding-top: 50px;
  transition: all 0.2s;
  overflow: hidden;
}

.team-member:hover .team-member-inner {
  opacity: 1;
}

.team-member:hover .team-member-text {
  padding-top: 5px;
}

.team-members-top {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.team-members-bottom {
  padding: 30px;
  overflow: hidden;
}

.tm-get-involved {
  background: #1d8a81;
  padding: 90px 20px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 100;
}

.tm-get-involved:hover,
.tm-get-involved:focus {
  text-decoration: none;
  color: #fff;
  background: #1b7871;
}

.block-left {
  position: fixed;
  width: calc(100% - 375px);
  height: 100vh;
  background: #eeeeee;
  overflow-x: hidden;
  overflow-y: auto;
}

#prodCarousel {
  position: fixed;
  width: calc(100% - 375px);
  height: 100vh;
  /*padding: 130px;*/
  background: #eeeeee;
}

#prodCarousel .item {
  width: 100%;
  height: 100vh;
}

#prodCarousel .item.video {
  width: 100%;
  height: 100%;
}

.block-right-scroll {
  height: 100%;
  overflow: auto;
  /*height: 38vh;

	@media (min-height: 800px) {
		height: 40vh;
	}*/
}

.subtext {
  color: #209082;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  margin-top: -10px;
  margin-bottom: 10px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgb(32, 152, 142);
}

.carousel-control.left,
.carousel-control.right {
  background: none;
  background-image: none;
  height: 150px;
}

.carousel-control img {
  margin-top: 50vh;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.block-right {
  width: 375px;
  position: absolute;
  height: 100vh;
  right: 0;
  top: 0;
}

.logo {
  margin: 0 auto;
  margin-top: 30px;
  max-height: 200px;
}

.menu-open {
  background: url(../img/menu-open.png) no-repeat;
  width: 44px;
  height: 45px;
  position: fixed;
  top: 35px;
  right: 35px;
  z-index: 7;
  transition: transform 0.2s;
}

.menu-close {
  background: url(../img/menu-close.png) no-repeat;
  width: 44px;
  height: 45px;
  position: fixed;
  top: 35px;
  right: 35px;
  z-index: 7;
  opacity: 0.8;
}

.open .menu-close {
  opacity: 1;
}

.menu-open:hover,
.menu-close:hover {
  opacity: 0.8;
}

.menu-open:focus,
.menu-close:focus {
  opacity: 1;
}

.menu-open:active {
  transform: scale(0.85);
  opacity: 1;
}

.menu-close:active {
  transform: scale(1.15);
}

.menu-close.inactive,
.menu-open.inactive {
  display: none;
  opacity: 1;
}

.news-article {
  margin-bottom: 25px;
  font-style: normal;
}

.block-right-content {
  padding: 50px;
  height: 45vh;
}

.block-right-content--tall {
  height: 49vh;
}

.company {
  height: 57vh;
}

@media (max-width: 1024px) {
  .block-right-content,
  .company {
    height: auto;
  }
}

.block-right-content.single-production,
.block-right-content .company {
  /* overflow: hidden; */
}

.block-right-content.normal-bottom {
  padding-bottom: 50px;
}

.block-right-content p {
  margin: 0 0 15px;
}

.red-arrow {
  position: fixed;
  bottom: 24px;
  width: 310px;
  margin-left: 30px;
  background: #fff;
}

.red-arrow .pact-member {
  height: 75px;
}

.carousel-logo {
  position: absolute;
  right: 40px;
  bottom: 60px;
  display: block;
  max-width: 252px;
  padding: 2px;
  background: black;
}

.menu-container {
  transition: all 0.5s;
  width: 0;
  height: 0;
  position: fixed;
  right: 38px;
  top: 38px;
  background: #20988e;
  z-index: 6;
  overflow: hidden;
  color: #fff;
  font-family: "myriad-pro", sans-serif;
  pointer-events: none;
}

.open {
  max-height: 2000px !important;
  height: 2000px;
}

.menu-container.open {
  top: 0;
  right: 0;
  width: 375px;
  height: 100vh;
  pointer-events: all;
}

.menu-container-inner {
  opacity: 0;
  transition: opacity 0.2s;
  transition-delay: 0s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  height: calc(100vh - 55px);
}

.open .menu-container-inner {
  opacity: 1;
  transition-delay: 0.2s;
}

.menu-list {
  list-style: none;
  text-align: right;
  text-transform: uppercase;
  margin-top: 115px;
  margin-right: 45px;
  font-size: 16px;
  letter-spacing: 1px;
  height: 2000px;
}

.menu-list a {
  color: #fff;
  font-weight: 100;
}

.menu-list .active a {
  color: #fff;
  font-weight: 600;
}

.menu-list li {
  margin-bottom: 18px;
  max-height: 50px;
  transition: all 0.5s;
}

.menu-list li.inactive {
  margin-right: -175px;
  opacity: 0;
  max-height: 0;
  margin-bottom: 0;
  pointer-events: none;
}

.menu-bottom {
  margin-bottom: 45px;
  margin-right: 45px;
  text-align: right;
  transition: all 0.3s;
}

.menu-bottom.inactive {
  right: -175px;
  opacity: 0;
}

.news-articles h2 {
  margin-top: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #1db4a7;
  font-size: 20px;
  letter-spacing: 1px;
}

.news-articles {
  margin: 35px 20px;
  max-height: 90vh;
}

.news-img {
  width: 100%;
  padding-bottom: 65%;
}

.social-bottom {
  text-align: right;
}

.social-bottom .social-link img {
  width: 31px;
  height: 31px;
  -webkit-filter: brightness(0.9);
}

.social-link:hover {
  text-decoration: none;
}

.social-link {
  padding: 3px;
}

.social-link img {
  width: 31px;
  height: 31px;
}

.social-link:hover {
  opacity: 0.8;
}

.contact-text {
  padding-top: 20px;
  text-align: right;
}

.red-arrow-img-mobile {
  display: none;
}

.red-arrow-img {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
}

@media (max-width: 1023px) {
  .red-arrow-img {
    display: none;
  }

  .red-arrow-img-mobile {
    display: block;
    width: 100px;
    margin: auto;
    margin-top: 10px;
  }
}

.award {
  border: 1px solid #dadada;
  padding: 3px 30px;
  text-align: center;
  margin-bottom: 8px;
}

.bafta-winner-award {
  margin-bottom: 20px;
}

.bafta-winner-award--production {
  margin-bottom: 0;
}

.award-img {
  height: 50px;
  margin-bottom: 15px;
}

.awards-n-buttons {
  padding-left: 50px;
  padding-bottom: 60px;
  overflow: hidden;
}

.format-award {
  height: 110px;
}

@media (max-width: 767px) {
  .awards-n-buttons {
    padding-left: 30px;
  }
}

@media (min-width: 1025px) {
  .awards-n-buttons {
    margin-top: 70px;
  }

  .awards-n-buttons--production {
    margin-top: 140px;
  }
}

.award img {
  max-width: 152px;
  max-height: 40px;
}

.awards {
  margin-bottom: 28px;
}

.sub-menu-list {
  list-style: none;
  text-transform: none;
  font-size: 14px;
  max-height: 0;
  opacity: 0;
  transition: all 0.5s;
  height: 75vh;
  overflow-y: auto;
}

.sub-menu-list li {
  margin-bottom: 4px;
}

.sub-menu-list strong {
  margin-top: 20px;
  display: block;
}

.open > .sub-menu-list {
  max-height: 720px;
  opacity: 1;
  padding-right: 25px;
  overflow: overlay;
  width: 105%;
}

.carousel-control {
  opacity: 1;
  transition: width 0.5s;
  width: 10%;
}

#homeCarousel:hover .carousel-control {
  width: 15%;
}

.carousel-name {
  position: absolute;
  left: 30px;
  top: 30px;
  padding: 15px 25px;
  background: rgba(24, 111, 104, 0.74);
  color: #fff;
}

.carousel-category {
  position: absolute;
  top: 102px;
  left: 30px;
  background: #21988e;
  text-align: center;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  letter-spacing: 1px;
  width: initial;
}

.carousel-social {
  position: absolute;
  top: 130px;
  left: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 152px;
}

.carousel-name h2 {
  margin: 0;
  color: #fff;
}

.carousel-name p {
  margin: 0;
}

.carousel-btn {
  top: 160px;
  left: 30px;
  position: absolute;
  background: #fefefe;
  border: 0;
  border-radius: 0;
  color: #21988e;
  font-weight: bold;
  z-index: 10;
  pointer-events: all;
}

#prodCarousel:hover .carousel-control {
  width: 15%;
}

.menu-list a {
  display: block;
  transition: all 0.3s;
}

.menu-list .open > a {
  background: url(../img/sub-menu-shrink.png) no-repeat left top;
  display: inline-block;
  padding-left: 45px;
  padding-right: 10px;
}

.news-share-container {
  -webkit-filter: url("#goo");
  filter: url("#goo");
  height: 52px;
  margin-top: 20px;
}
.news-share-bottom {
  -webkit-filter: brightness(0.9) url("#goo");
  filter: brightness(0.9) url("#goo");
}

/* .share-button {
	width: 41px;
	height: 41px;
	background: #fff;
	background-image: url(../img/share.png);
	display: block;
	position: absolute;
	z-index: 5;
	border-radius: 50%;
	padding: 5px;
	border: 5px solid #fff;
} */

.share-button {
  width: 51px;
  height: 51px;
  background: #fff;
  background-image: url(../img/share.png);
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  z-index: 5;
  border-radius: 50%;
  padding: 5px;
  border: 10px solid #fff;
  margin-top: -5px;
  margin-left: -2px;
}

.facebook-button {
  width: 41px;
  height: 41px;
  background: #fff;
  background-image: url(../img/facebook.png);
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  border-radius: 50%;
  padding: 5px;
  border: 5px solid #fff;
}
.twitter-button {
  width: 41px;
  height: 41px;
  background: #fff;
  background-image: url(../img/x.svg);
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  border-radius: 50%;
  padding: 5px;
  border: 5px solid #fff;
}

.instagram-button {
  width: 41px;
  height: 41px;
  background: #fff;
  background-image: url(../img/instagram.png);
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  border-radius: 50%;
  padding: 5px;
  border: 5px solid #fff;
  border: 2px solid #dcdcdc;
  cursor: pointer;
  margin-left: 100px;
}

.no-slider .facebook-button,
.no-slider .twitter-button {
  margin-top: 25px;
}

.no-slider .facebook-button {
  margin-left: 60px;
}

.light {
  font-weight: 100;
}

.contact-map {
  width: 100%;
  height: 100vh;
}

.faq-item {
  margin-bottom: 10px;
}

.faq-item p {
  display: none;
}

.faq-item a {
  display: block;
  color: #00aceb;
  font-weight: bold;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.carousel-play {
  width: 136px;
  height: 50px;
  background: url(../img/play.png) no-repeat;
  background-size: 50px;
  position: absolute;
  top: 1px;
  margin-right: -155px;
  right: 0px;
  display: block;
  color: white;
  padding-left: 60px;
  padding-top: 14px;
}

.carousel-play:hover,
.carousel-play:focus {
  opacity: 0.8;
  color: white;
}

.position {
  position: relative;
  margin-top: -30px;
  margin-left: 100px;
}

.read-more {
  color: white;
  background-color: #209082;
  padding: 8px;
  border-radius: 4px;
}

.read-more:hover {
  color: white;
}

@media (max-width: 1199px) {
  .team-member,
  .team-member-inner {
    height: 180px;
  }
  .tm-get-involved {
    padding: 55px 20px;
  }

  .news-img {
    padding-bottom: 0;
    width: 100%;
    height: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  body {
    padding-top: 110px;
  }
  .block-right-scroll {
    height: auto;
  }
  .news-articles {
    max-height: none;
  }
  #prodCarousel {
    width: 100%;
    position: relative;
    height: 395px;
    padding: 0;
  }
  .block-right {
    width: 100%;
    position: relative;
  }
  .block-left {
    width: 100%;
    position: relative;
  }
  #prodCarousel .item {
    height: 400px;
  }
  .carousel-control img {
    margin-top: 200px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .logo {
    float: right;
  }
  .team-member-inner {
    opacity: 1;
  }

  .team-member-text {
    padding-top: 5px;
  }

  .block-left,
  .block-right {
    height: auto;
  }

  .contact-map {
    width: 100%;
    height: 300px;
  }

  .social-bottom-contact {
    position: fixed;
    bottom: 25px;
    right: 25px;
  }

  .awards {
    margin-bottom: 28px;
    margin-top: 125px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 86px;
  }

  .mobile-topbar {
    width: 100%;
    height: 86px;
    background: rgba(255, 255, 255, 0.82);
    position: fixed;
    z-index: 6;
    top: 0;
  }

  .mobile-topbar img {
    max-height: 48px;
    margin-top: 20px;
    margin-left: 14px;
  }

  .news-articles h2 {
    font-size: 18px;
    margin-top: 5vw;
  }

  .social-bottom-contact {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .awards {
    margin-top: 30px;
  }

  .team-member {
    width: 100%;
    height: 80vw;
  }

  .team-member-inner {
    height: 80vw;
  }
  .team-member-text {
    width: 100%;
    font-size: 14px;
  }
  .team-members-bottom {
    padding: 20px;
  }

  .tm-get-involved {
    padding: 27vw 15px;
    font-size: 20px;
  }

  .red-arrow {
    position: relative;
  }

  .block-right-content {
    padding: 30px;
    padding-bottom: 0;
  }
  .carousel-logo img {
    max-width: calc(100% - 40px) !important;
    float: right;
  }
  .carousel-control img {
    width: 30px;
  }
  .red-arrow {
    position: relative;
    width: calc(100% - 60px);
    margin-left: 30px;
  }
  .red-arrow img {
    max-width: 100%;
  }
  #homeCarousel .carousel-control {
    width: 15%;
  }
  #homeCarousel:hover .carousel-control {
    width: 20%;
  }
  #prodCarousel .carousel-control {
    width: 15%;
  }
  #prodCarousel:hover .carousel-control {
    width: 20%;
  }
  #prodCarousel {
    width: 100%;
    position: relative;
    height: 235px;
    padding: 0;
    margin-bottom: 0px;
  }
  #prodCarousel .item {
    height: 235px;
  }

  .carousel-control img {
    margin-top: 125px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .logo {
    max-width: 50%;
  }
  .menu-open,
  .menu-close {
    top: 20px;
    right: 20px;
  }
  .menu-list {
    margin-top: 80px;
    margin-right: 34px;
  }
  .menu-bottom {
    position: absolute;
    bottom: 34px;
    right: 34px;
  }
  .menu-container.open {
    width: 100%;
    /* overflow-y: scroll; */
  }
}

/* chromebook */

@media screen and (min-device-aspect-ratio: 16 / 9) and (max-width: 1366px) {
  .red-arrow {
    position: relative;
    margin-bottom: 40px;
  }
  .block-right-content {
    padding: 50px;
    padding-bottom: 50px;
  }
}

/*  mobile landscape (why am i bothering with this) */

@media (max-width: 800px) and (max-height: 500px) {
  .menu-bottom {
    position: absolute;
    bottom: 34px;
    left: 34px;
    right: auto;
  }
}

img.red-arrow-logo {
  /*width: 221px;*/
}

.block-right-content h3 {
  font-size: 15px;
}

.people-carousel.carousel-control {
  top: 165px;
  width: 13%;
}

.page-id-28 .block-left {
  overflow: auto;
}

.bottom {
  color: black;
  position: absolute;
  z-index: 10000;
}

@media (max-width: 768px) {
  .carousel.slide {
    margin-bottom: 175px;
  }

  .item {
    margin-bottom: 220px;
  }

  .carousel-logo {
    position: relative;
    bottom: -100%;
    right: auto;
    display: block;
    max-width: 100%;
    padding: 2px;
    z-index: 200;
    background: #20988e;
  }

  .carousel-logo img {
    max-width: 100% !important;
    float: none;
    padding: 5px;
    padding-right: 30%;
    padding-left: 30%;
  }
}

.single-production .carousel.slide {
  margin-bottom: 0px;
}

.buttons-social {
  margin-top: 5px;
}

.buttons-social .facebook-button {
  margin-left: 50px;
  border: 2px solid #dcdcdc;
  cursor: pointer;
}

.buttons-social .twitter-button {
  border: 2px solid #dcdcdc;
  cursor: pointer;
}

.awards-n-buttons-news {
  text-align: right;
  margin-bottom: 30px;
}

.award-wrapper,
.award-wrapper .award-img {
  margin-bottom: 0;
}

.news-image {
  height: 75px;
}

.right-block {
  padding-top: 30px;
  position: absolute;
  right: 0;
  width: 375px;
  height: 100%;
}

.right-block__hamburger {
}

.right-block__logo {
}

.right-block__content {
  padding: 30px 50px 0px;
}

.right-block__heading {
  margin-bottom: 10px;
}

.right-block__scroll-content {
  height: calc(100vh - 426px);
}

.right-block__scroll-content--no-footer-images {
  height: calc(100vh - 320px);
}

.right-block__scroll-content--tall {
  height: calc(100vh - 370px);
}

.right-block__awards {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  border-top: 1px solid #b7b7b7;
}

@media (min-width: 1024px) {
  .right-block__awards {
    border: 0;
    margin-top: 0;
  }
}

.right-block__award {
  margin-bottom: 10px;
}

.right-block__img--award {
  height: 50px;
}

.right-block__img--margin-bottom {
  margin-bottom: 10px;
}

.right-block__img--margin-left {
  margin-left: 30px;
}

.right-block__social-medias {
  margin-top: 10px;
}

.right-block__social-media {
  width: 41px;
  height: 41px;
  background: #fff;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  padding: 5px;
  border: 2px solid #dcdcdc;
  display: inline-block;
  margin-right: 5px;
}

.right-block__social-media--twitter {
  background-image: url(../img/x.svg);
}

.right-block__social-media--facebook {
  background-image: url(../img/facebook.png);
}

.right-block__social-media--instagram {
  background-image: url(../img/instagram.png);
}

@media (max-width: 1023px) {
  .right-block {
    position: relative;
    width: auto;
  }

  .right-block__content {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }

  .right-block__scroll-content {
    height: auto;
  }

  .right-block__img--margin-bottom {
    margin-bottom: 0px;
  }

  .right-block__awards {
    margin-top: 0px;
  }

  .right-block__img--margin-left {
    margin-left: 0;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu-list li {
  font-style: normal;
}

.partnership-img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
}

@media (max-width: 1023px) {
  .partnership-img {
    display: none;
  }
}

.home-carousel-slide {
  width: 100%;
  height: 250px;
  margin: auto;
}

.home-carousel-item,
.slide.home-carousel-slider {
  margin-bottom: 0;
}

.right-block--front-page {
  padding-top: 0;
}

@media (min-width: 768px) {
  .home-carousel-slide {
    height: 400px;
  }

  .home-carousel-logo {
    display: none;
  }
}

@media (min-width: 1024px) {
  .home-carousel-slider {
    position: fixed;
    width: calc(100% - 375px);
    height: 100vh;
  }

  .home-carousel-slide {
    height: 100vh;
  }

  .right-block--front-page {
    padding-top: 30px;
  }
}

.footer {
  padding-bottom: 10px;
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .footer {
    display: none;
  }
}

.footer-logos {
  list-style: none;
  padding-top: 10px;
  border-top: 1px solid #b7b7b7;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}

.footer-logo {
}

.footer-link {
  display: block;
}

.footer-image {
  max-width: 100%;
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .team-members-top {
    text-align: center;
  }

  .team-member {
    position: relative;
    display: inline-block;
    float: none;
    width: 280px;
    height: 280px;
    flex: 1 0 25%;
    max-width: 25%;
  }

  .team-member-inner {
    position: absolute;
    bottom: 0;
  }

  .block-left--company {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .team-members-top {
    text-align: left;
    padding-left: 6px;
  }
}

.personal-data-form {
  padding: 50px;
  background: #20988e;
  display: none;
  min-height: 0;
  max-height: 0;
  color: #fff;
}

.personal-data-form textarea {
  background: transparent;
  border: 1px solid #fff;
}

.personal-data-form input[type="submit"] {
  background: #00aceb;
  border: none;
  border-radius: 0;
  padding: 0.75rem 2rem;
}

.personal-data-form .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 250px;
}

.personal-data-form input[type="submit"]:hover {
  background: #fff;
}

.show {
  display: block;
  /*min-height: 100vh;*/
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.company__awards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.block-left--padded {
  padding: 2rem 0;
}

.btn-secondary {
  background-color: #20988e;
  border-color: #20988e;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.6em 1.2em;
  font-weight: bold;
  transition: transform 0.2s ease-in-out;
}

.btn-secondary:hover {
  color: #fff;
  transform: scale(1.05);
}

a.chevron::after {
  content: ">";
  display: inline-block;
  margin-inline-start: 0.5ch;
  transform: translateX(0);
  transition: transform 0.2s;
}

a.chevron:hover::after {
  transform: translateX(2px);
}

.flex > .news-share-container {
  margin-top: 5px;
}
