.flex {
  display: -webkit-box;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: inline-flex;
}

.zdex1 {
  z-index: 1;
}

.zdex2 {
  z-index: 2;
}

.flex-1 {
  -webkit-box-flex: 1;
  flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
  flex: 2;
}

.flex-just-end {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.flex-just-start {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.flex-just-center {
  -webkit-box-pack: center;
  justify-content: center;
}

.flex-align-end {
  -webkit-box-align: end;
  align-items: flex-end;
}

.flex-align-start {
  -webkit-box-align: start;
  align-items: flex-start;
}

.flex-align-center {
  -webkit-box-align: center;
  align-items: center;
}

.flex-row-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

.flex-row-nowrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
}

.flex-column-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column wrap;
}

.flex-column-nowrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}

.comp-navigation .row.navbar {
  margin: 0;
}

.comp-navigation .nav-left {
  -webkit-box-flex: 1;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.comp-navigation .open-close {
  min-width: 50px;
}

@-webkit-keyframes mob-menu-after {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes mob-menu-after {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@-webkit-keyframes mob-menu-before {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes mob-menu-before {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media (max-width: 767px) {
  .csr-landing-page .hero {
    display: block;
  }
}

@media screen and (min-width: 1040px) {
  .csr-landing-page .hero .header-image {
    min-height: 500px;
  }
}

.csr-row {
  display: flex;
  flex-wrap: wrap;
}

.csr-column {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
}

.image img {
  width: 100%;
  height: auto;
}

@media (max-width: 950px) {
  .csr-column {
    flex-basis: 100%;
  }

  .csr-column .content-block {
    padding: 10px 30px 30px 50px !important;
  }

  .csr-hero-slider .csr-card {
    height: 350px !important;
  }
}

.csr-hero-slider {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
}

.csr-hero-slider .csr-card {
  position: relative;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.csr-hero-slider .csr-card img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}

.csr-column .content-block {
  padding: 30px 30px 30px 50px;
}

.csr-slide-hidden {
  display: none;
}

.slidersix.companyinfo {
  text-align: center;
}

.csr-hero-sliderindex {
  margin-right: 4px;
}

.csr-column.text {
  align-items: center;
  display: flex;
  justify-content: center;
}

.csr-landing-page .hero .header-image picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .csr-landing-page .hero .header-image picture {
    position: relative;
  }
}

.csr-landing-page .hero .header-image img {
  min-height: 475px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.csr-landing-page .hero .hero-slider-one:not(.slick-initialized) {
  max-height: 600px;
  overflow: hidden;
}

.csr-landing-page .hero .hero-slider img {
  max-height: 600px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.csr-landing-page
  .hero
  .hero-slider
  .carousel-section-header:not(.one)
  .hero-slider-buttons {
  min-width: 100px;
  float: left;
  margin-right: 10px;
  border-right: 2px solid var(--teal-500);
}

.csr-landing-page
  .hero
  .hero-slider
  .carousel-section-header:not(.one)
  .hero-slider-nav-parent {
  font-size: 16px;
  font-weight: 700;
  width: calc(100% - 150px);
  float: left;
}

.csr-landing-page
  .hero
  .hero-slider
  .carousel-section-header:not(.one)
  .hero-slider-nav:not(.slick-initialized)
  .hero-slider-nav-item:not(:first-of-type) {
  position: absolute;
  top: 0;
  z-index: -1;
}

.img-holder__square {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.img-holder__square img {
  position: absolute;
  height: auto;
}

.contactform {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.contactform .jotform-form {
  padding-top: 0;
}

.contactform .jotform-form ul {
  list-style: none;
}

.contactform .jotform-form label {
  display: -webkit-box;
  display: flex;
}

.contactform .jotform-form input,
.contactform .jotform-form textarea {
  border: 1px solid var(--gray-300);
  border-radius: 4px;
}

.contactform .jotform-form button.form-submit-button[type="submit"],
.contactform .jotform-form button[type="submit"],
.contactform .jotform-form input[type="submit"] {
  background: var(--teal-500);
  border-radius: 0;
  border: none !important;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  box-shadow: none;
  text-shadow: none;
}

.contactform .jotform-form button.form-submit-button[type="submit"]:hover,
.contactform .jotform-form button[type="submit"]:hover,
.contactform .jotform-form input[type="submit"]:hover {
  background-color: var(--teal-800);
}

.slick-slide:focus {
  outline: var(--white) 1px solid;
}

.carousel-section-header .sliderindexholder {
  margin-right: 3px;
  margin-left: 3px;
  font-size: 14px;
  color: var(--teal-500);
}

.carousel-section-header .slick-next.slick-disabled,
.carousel-section-header .slick-prev.slick-disabled {
  opacity: 0.25;
}

.carousel-section-header .slick-dots {
  margin-bottom: 0;
  margin-right: 3px;
  padding-left: 0;
}

.carousel-section-header .slick-dots li {
  display: none;
  list-style: none;
}

.carousel-section-header .slick-dots li.slick-active {
  display: block;
}

.carousel-section-header .carousel-navigation {
  display: none;
}

@media screen and (min-width: 768px) {
  .carousel-section-header .carousel-navigation {
    display: -webkit-box;
    display: flex;
  }
}

.carousel-section-header .carousel-navigation.one {
  margin-right: 5px;
}

.carousel-section-header .carousel-navigation.one .sliderindex:after,
.carousel-section-header .carousel-navigation.one .sliderindextotal:after {
  content: "1";
  display: inline-block;
}

.carousel-section-header .carousel-navigation.one .sliderindex:after {
  margin-right: 3px;
}

.sliderfour,
.slidersix {
  padding-top: 15px;
  padding-bottom: 15px;
}

.sliderfour > article,
.sliderfour > div,
.slidersix > article,
.slidersix > div {
  display: inline-block;
}

.sliderfour.slick-initialized > article,
.sliderfour.slick-initialized > div,
.slidersix.slick-initialized > article,
.slidersix.slick-initialized > div {
  display: block;
}

.sliderfour .img-holder,
.slidersix .img-holder {
  min-height: 150px;
}

.sliderfour img,
.slidersix img {
  visibility: hidden;
  display: inline-block;
}

.sliderfour.slick-slider img,
.slidersix.slick-slider img {
  visibility: visible;
  width: 100%;
}

.sliderfour.slick-slider.news-posts img,
.slidersix.slick-slider.news-posts img {
  height: 20vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.sliderfour.slick-slider.news-posts img.contain,
.slidersix.slick-slider.news-posts img.contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.sliderfour.slick-slider.news-posts .slick-slide .inline-flex,
.slidersix.slick-slider.news-posts .slick-slide .inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

.sliderfour.slick-slider.news-posts .slick-slide .inline-flex article,
.slidersix.slick-slider.news-posts .slick-slide .inline-flex article {
  display: -webkit-box;
  display: flex;
}

.sliderfour.slick-slider img {
  visibility: visible;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.sliderfour.slick-slider .view-image,
.sliderfour.slick-slider .view-video {
  width: 100%;
}

.sliderfour.slick-slider .view-image img,
.sliderfour.slick-slider .view-video img {
  height: 250px;
  width: 100%;
}

.mobile-slider-arrows {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  width: 25%;
}

@media screen and (max-width: 600px) {
  .mobile-slider-arrows {
    display: -webkit-box;
    display: flex;
  }
}

.mobile-slider-arrows.next,
.mobile-slider-arrows.slick-next {
  right: 0;
}

.mobile-slider-arrows.prev,
.mobile-slider-arrows.slick-prev {
  left: 0;
}

.mobile-slider-arrows button {
  background-color: transparent;
  font-size: 5rem;
  border: 0;
  color: var(--white);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  opacity: 1;
  -webkit-transform: opacity 0.3s ease;
  transform: opacity 0.3s ease;
}

.mobile-slider-arrows button.slick-disabled {
  opacity: 0;
}

.article-container,
article {
  width: 100%;
}

.article-container > a {
  display: block;
}

section .section-description {
  font-size: 1.25em;
}

.video_thumbnail {
  height: 100%;
  display: block;
  padding-bottom: 100%;
}

.text-white {
  color: var(--white);
}

.csr-featured-cards .csr-card {
  border: 1px solid #666;
  background-color: #fff;
  -webkit-transition: box-shadow ease 0.5s;
  transition: box-shadow ease 0.5s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
  height: 100%;
  display: grid;
}

.csr-featured-cards .csr-card__content {
  padding: 15px;
}

.csr-featured-cards .csr-card__image {
  align-self: start;
  background-color: var(--white);
}

.csr-featured-cards .csr-card:hover {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
}

.csr-featured-cards .csr-card:hover .content-holder a {
  text-decoration: none;
  color: var(--teal-500);
}

#mediatab .view-image a:after,
#mediatab .view-image picture:after {
  content: "View Image";
}

#mediatab .view-video a:after,
#mediatab .view-video picture:after {
  content: "View Video";
}

#mediatab .view-image,
#mediatab .view-video {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #mediatab .view-image,
  #mediatab .view-video {
    float: left;
  }
}

#mediatab .view-image a,
#mediatab .view-image picture,
#mediatab .view-video a,
#mediatab .view-video picture {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#mediatab .view-image a:after,
#mediatab .view-image picture:after,
#mediatab .view-video a:after,
#mediatab .view-video picture:after {
  text-transform: uppercase;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--gray-700);
  color: var(--white);
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

#mediatab .view-image a:hover:after,
#mediatab .view-image picture:hover:after,
#mediatab .view-video a:hover:after,
#mediatab .view-video picture:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#mediatab .view-image a img,
#mediatab .view-image picture img,
#mediatab .view-video a img,
#mediatab .view-video picture img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#mediatab #section-logos .imagedownload a {
  padding: 0 15px;
}

#mediatab #section-logos .imagedownload a img {
  -o-object-fit: contain;
  object-fit: contain;
}

#mediatab .slick-track {
  display: block;
}

@media screen and (min-width: 768px) {
  #mediatab .slick-track {
    display: -webkit-box;
    display: flex;
  }
}

#mediatab .vidplaceholder {
  min-height: 250px;
  background-color: var(--gray-500);
}

@media screen and (max-width: 600px) {
  #mediatab .sliderfour.images img {
    height: 165px;
    padding: 5px;
  }
}
#mediatab .sliderfour.video a .videooverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#mediatab .sliderfour.video a .videooverlay .fa-play-circle {
  color: var(--white);
  text-shadow: 0 0 2px var(--black);
}

@media screen and (max-width: 991px ) {
  #mediatab #section-images .carousel-navigation {
    display: -webkit-box !important;
    display: flex !important;
  }
}
.modal .modal-content {
  box-shadow: none;
  padding: 7px;
}

.modal .modal-content .modal-header {
  padding: 0;
}

.modal .modal-content .modal-header:after {
  display: none;
}

.modal .modal-content .modal-header .close span {
  opacity: 0.2;
  color: var(--black);
}

.modal.modal-768 .modal-dialog {
  width: 768px;
}

.modal.modal-900 .modal-dialog {
  width: 900px;
}

@media (max-width: 899px) {
  .modal.modal-768 .modal-dialog,
  .modal.modal-900 .modal-dialog {
    width: auto;
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.35);
}

.modal-backdrop.in {
  opacity: 1;
}

.companyinfo .info-block {
  text-align: center;
}

.companyinfo .info-block h4 {
  color: var(--gray-700);
  font-size: 1.25em;
  margin-top: 5px;
}

.companyinfo .info-block img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 180px;
}

.companyinfo .info-block .info-graphic {
  color: var(--teal-500);
  font-size: 4em;
}

.companyinfo.slidersix:not(.slick-slider) .info-block {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .companyinfo.slidersix:not(.slick-slider) .info-block {
    width: 100%;
  }
}

.companyinfo.slidersix:not(.slick-slider) img {
  visibility: visible;
}

.backgroundimageunderlay {
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.backgroundimageunderlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(69%, var(--white)),
    to(rgba(255, 255, 255, 0.25))
  );
  background-image: linear-gradient(
    to top,
    var(--white) 69%,
    rgba(255, 255, 255, 0.25)
  );
}

.csr-partnerlogo-card a img {
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: transparent;
  margin-bottom: 5px;
}

.csr-partnerlogo-card a:hover img {
  border-color: var(--teal-500);
}

#csr-social-feed {
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

#csr-social-feed .csr-social-card {
  scroll-snap-align: end;
}

@media (max-width: 510px) {
  #csr-social-feed .csr-social-card {
    scroll-snap-align: center;
  }
}

body.modal-open {
  overflow: visible;
}

.hidden-heading {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#csr-modal-embed-carousel .sliderone-nav {
  width: 100%;
}

#csr-modal-embed-carousel .sliderone-nav .slick-track {
  margin: 0;
}

#csr-modal-embed-carousel .nav-item:not(.slick-slide) {
  float: left;
}

#csr-modal-embed-carousel .nav-item img {
  max-height: 250px;
  width: auto;
}

#csr-modal-embed-carousel .infographic-static {
  background-color: var(--white);
}

#csr-modal-embed-carousel.slick-current .infographic-view {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#csr-modal-embed-carousel .animated-bottom-bar {
  position: relative;
  cursor: pointer;
  padding-bottom: 7px;
  white-space: normal;
}

#csr-modal-embed-carousel .animated-bottom-bar:after {
  content: " ";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  box-sizing: border-box;
  opacity: 0;
}

#csr-modal-embed-carousel .animated-bottom-bar:hover:after,
#csr-modal-embed-carousel .circle:hover + .animated-bottom-bar:after {
  width: 100%;
  opacity: 1;
  border-bottom: 6px solid var(--teal-800);
}

#csr-modal-embed-carousel #circle-nav-left:hover,
#csr-modal-embed-carousel #circle-nav-right:hover {
  cursor: pointer;
}

#csr-modal-embed-carousel #circle-nav-left,
#csr-modal-embed-carousel #circle-nav-right {
  z-index: 10;
  width: 5%;
}

#csr-modal-embed-carousel #circle-nav-left i,
#csr-modal-embed-carousel #circle-nav-right i {
  font-size: 3.5em;
  top: 40%;
}

#csr-modal-embed-carousel #circle-nav-left i {
  float: left;
  margin-left: 25%;
}

#csr-modal-embed-carousel #circle-nav-right i {
  float: right;
  margin-right: 25%;
}

#csr-modal-embed-carousel #circle-nav-left {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--white)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(90deg, var(--white) 0, rgba(255, 255, 255, 0) 100%);
}

#csr-modal-embed-carousel #circle-nav-right {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(var(--white))
  );
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, var(--white) 100%);
}

#csr-modal-embed-carousel #circle-navigation {
  width: 100%;
  background-color: var(--white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#csr-modal-embed-carousel #circle-navigation-row {
  white-space: nowrap;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#csr-modal-embed-carousel #circle-navigation-row::-webkit-scrollbar,
#csr-modal-embed-carousel #circle-navigation-row::-webkit-scrollbar-thumb,
#csr-modal-embed-carousel #circle-navigation-row::-webkit-scrollbar-track {
  width: 0;
  height: 0;
  background-color: transparent;
}

#csr-modal-embed-carousel #circle-navigation-row .nav-item {
  display: inline-block;
}

#csr-modal-embed-carousel .circle {
  position: relative;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#csr-modal-embed-carousel .slick-slide .circle:hover > img,
#csr-modal-embed-carousel .slick-slide.slick-current .circle > img {
  opacity: 1;
  border: 5px solid var(--teal-100);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding: 3px;
}

#csr-modal-embed-carousel .circle img {
  height: auto;
  margin: 0 auto;
  max-width: 11vw;
  min-height: 11vw;
  padding: 3px;
  border: 5px solid var(--white);
  border-radius: 50%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  #csr-modal-embed-carousel #circle-nav-left i,
  #csr-modal-embed-carousel #circle-nav-right i {
    font-size: 3em;
    top: 38%;
  }

  #csr-modal-embed-carousel .sticky #circle-nav-left i,
  #csr-modal-embed-carousel .sticky #circle-nav-right i {
    font-size: 1.8em;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #csr-modal-embed-carousel .circle img {
    max-width: 14vw;
    min-height: 14vw;
  }

  #csr-modal-embed-carousel .nav-item {
    width: 12%;
    min-width: 90px;
  }

  #csr-modal-embed-carousel #circle-nav-left i,
  #csr-modal-embed-carousel #circle-nav-right i {
    font-size: 2em;
    top: 35%;
  }

  #csr-modal-embed-carousel .sticky #circle-nav-left i,
  #csr-modal-embed-carousel .sticky #circle-nav-right i {
    font-size: 1.2em;
    top: 31%;
  }
}

@media (max-width: 767px) {
  #csr-modal-embed-carousel .circle img {
    max-width: 14vw;
    min-height: 14vw;
    border: 3px solid var(--white);
  }

  #csr-modal-embed-carousel .circle.active img,
  #csr-modal-embed-carousel .circle.focused img,
  #csr-modal-embed-carousel .circle:hover img {
    border: 3px solid var(--teal-200);
    padding: 3px;
  }

  #csr-modal-embed-carousel .nav-item {
    width: 16%;
  }

  #csr-modal-embed-carousel #circle-nav-left i,
  #csr-modal-embed-carousel #circle-nav-right i {
    font-size: 2em;
    top: 37%;
  }

  #csr-modal-embed-carousel .sticky #circle-nav-left i,
  #csr-modal-embed-carousel .sticky #circle-nav-right i {
    font-size: 1.2em;
    top: 31%;
  }
}

@media (max-width: 510px) {
  #csr-modal-embed-carousel #circle-nav-left i,
  #csr-modal-embed-carousel #circle-nav-right i {
    font-size: 1.5em;
  }

  #csr-modal-embed-carousel .sticky #circle-nav-left i,
  #csr-modal-embed-carousel .sticky #circle-nav-right i {
    font-size: 1em;
    top: 32%;
  }

  #csr-modal-embed-carousel .visible-xs-phone {
    display: block;
  }

  #csr-modal-embed-carousel .nav-item {
    min-width: 55px;
    width: 17%;
  }

  #csr-modal-embed-carousel .circle img {
    max-width: 100%;
    min-height: 100%;
  }

  #csr-modal-embed-carousel .sticky.shrink #circle-navigation-row .circle {
    width: 75%;
  }
}

a .videooverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a .videooverlay .fa-play-circle {
  color: var(--white);
  text-shadow: 0 0 2px var(--black);
}

.media-viewer.in .modal-dialog {
  width: 60vw;
}

.csr-hashtags {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.csr-hashtags .csr-hashtag-tag {
  display: -webkit-box;
  display: flex;
}

.csr-hashtags .csr-hashtag-tag > a {
  padding: 5px 10px;
  background-color: var(--teal-500);
  color: var(--white);
  border-radius: 1em;
  border: 3px solid var(--teal-800);
  -webkit-transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    -webkit-transform 0.25s ease;
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    -webkit-transform 0.25s ease;
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    transform 0.25s ease;
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    transform 0.25s ease,
    -webkit-transform 0.25s ease;
}

.csr-hashtags .csr-hashtag-tag > a:hover {
  background-color: var(--teal-500);
  border-color: var(--teal-500);
}

.modal {
  z-index: 11000;
}

.modal-dialog {
  margin: 30px auto;
}

.modal .embed-responsive {
  padding-bottom: 56.25%;
}

.modal .modal-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 30px;
  max-height: 95vh;
  overflow: hidden;
}

.modal .modal-body img {
  max-height: 60vh;
  object-fit: contain;
}

.modal .modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.slick-arrow.slick-hidden {
  display: none;
}