html, body {
  overflow-x: hidden;
}

body {
  margin-top: 150px;
}

body.tm-popup-open {
  overflow: hidden;
}

#main-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9998;
  background: #fff;
}
#main-nav:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(135deg, #6c757d 7%, #9CA0A0 100%);
  mix-blend-mode: multiply;
  z-index: -2;
}
#main-nav .main-nav-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  display: flex;
  position: absolute;
  left: 50%;
  top: calc(50% - 50px);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  max-height: calc(100% - 300px);
  height: calc(100% - 300px);
}
@media (max-width: 992px) {
  #main-nav .main-nav-inner {
    padding-top: 15px;
    margin-top: 140px;
    max-height: calc(100% - 250px);
    height: calc(100% - 250px);
  }
}
#main-nav .main-nav-col-1 {
  width: 544px;
  margin-right: 44px;
  position: relative;
}
#main-nav .main-nav-col-1:after {
  content: " ";
  position: absolute;
  left: calc(100% + 44px);
  width: 1px;
  top: 41px;
  bottom: 0;
  background: #fff;
}
#main-nav .main-nav-col-2 {
  width: 520px;
  margin-left: 44px;
}
#main-nav .main-nav-col-2 h1, #main-nav .main-nav-col-2 h2, #main-nav .main-nav-col-2 h3, #main-nav .main-nav-col-2 h4, #main-nav .main-nav-col-2 p, #main-nav .main-nav-col-2 li {
  color: #F4717C;
}
#main-nav .main-nav-col-2 h4 {
  font-size: 28px;
  line-height: 1.43;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px 0;
}
#main-nav .main-nav-col-2 p, #main-nav .main-nav-col-2 li {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.58;
  color: #fff;
}
#main-nav .main-nav-col-2 strong {
  font-weight: 500;
}
#main-nav .main-nav-col-title {
  padding: 0 0 20px;
  margin: 0 0 19px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #fff;
  border-bottom: solid 1px #fff;
}
#main-nav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#main-nav ul.menu li {
  display: block;
}
#main-nav ul.menu li a {
  position: relative;
  font-size: 32px;
  line-height: 1.63;
  letter-spacing: normal;
  color: #fff;
  display: block;
  width: fit-content;
}
#main-nav ul.menu li a:before {
  content: " ";
  display: block;
  position: absolute;
  top: calc(100% - 5px);
  width: 0;
  left: 50%;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
#main-nav ul.menu li a:hover {
  color: #fff;
}
#main-nav ul.menu li a:hover:before {
  left: 0;
  width: 100%;
}
#main-nav ul.menu li.menu-item-has-children {
  position: relative;
}
#main-nav ul.menu li.menu-item-has-children:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 10px;
  color: #fff;
  transition: 0.3s ease-in-out;
  background-image: url(../img/white-arrow.svg);
  width: 19px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#main-nav ul.menu li.menu-item-has-children.opened:after {
  transform: rotate(90deg);
}
#main-nav ul.menu li .sub-menu {
  display: none;
}
#main-nav .main-nav-bottom {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  #main-nav .main-nav-bottom {
    bottom: 2%;
  }
}
#main-nav .main-nav-bottom .social {
  line-height: 0;
}
#main-nav .main-nav-bottom .social a {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 20px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}
#main-nav .main-nav-bottom .social a:hover {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
#main-nav .main-nav-bottom .social a.linkedin {
  background-image: url("../img/linkedin.svg");
}
#main-nav .main-nav-bottom .social a.facebook {
  background-image: url("../img/facebook.svg");
}
#main-nav .main-nav-bottom .social a.twitter {
  background-image: url("../img/twitter.svg");
}
#main-nav .main-nav-bottom .text-right {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.25px;
  text-align: right;
  color: #fff;
}
#main-nav .slant-dec {
  opacity: 0.05;
}

body.menu-active header.main-navbar {
  z-index: 9999;
}

section.homepage {
  overflow: hidden;
  height: calc(100vh - 150px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.homepage .homepage-bg-image {
  position: absolute;
  z-index: -4;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
section.homepage .homepage-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(90%);
}
@media (min-width: 992px) {
  section.homepage .homepage-bg-image img {
    height: auto;
  }
}
section.homepage .filter {
  opacity: 0.65;
  opacity: 0.8;
  mix-blend-mode: multiply;
  background: -moz-linear-gradient(-45deg, rgb(86, 90, 90) 10%, rgb(213, 215, 215) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(86, 90, 90) 10%, rgb(213, 215, 215) 100%);
  background: linear-gradient(135deg, rgb(86, 90, 90) 10%, rgb(213, 215, 215) 100%);
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.95;
}
section.homepage .hero-content {
  width: 100%;
  position: relative;
  z-index: -2;
}
section.homepage .hero-content h1 {
  font-size: 54px;
  line-height: 1.28;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 767px) {
  section.homepage .hero-content h1 {
    font-size: 40px;
    margin-bottom: 100px;
  }
}
section.homepage .hph-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
section.homepage .hph-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(90%);
  position: absolute;
}
@media (min-width: 992px) {
  section.homepage .hph-bg-image img {
    height: auto;
  }
}
section.homepage .hph-bg-image.active {
  opacity: 1;
}
section.homepage .hph-bg-image .hero-content {
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
section.homepage .hph-bg-image .filter {
  z-index: 2;
}
section.homepage .homepage-buttons {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  height: 190px;
}
@media (max-width: 580px) {
  section.homepage .homepage-buttons {
    flex-wrap: wrap;
    height: 200px;
  }
}
section.homepage .homepage-buttons .homepage-button {
  width: 25%;
  height: 190px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 580px) {
  section.homepage .homepage-buttons .homepage-button {
    width: 50%;
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
section.homepage .homepage-buttons .homepage-button:last-child {
  border-right: none;
}
section.homepage .homepage-buttons .homepage-button a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: 2.2px;
  text-align: center;
  color: #EE2536;
  transition: 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.5);
}
section.homepage .homepage-buttons .homepage-button a img {
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 50px;
  margin-bottom: 20px;
}
@media (max-width: 580px) {
  section.homepage .homepage-buttons .homepage-button a img {
    max-height: 40px;
    margin-bottom: 10px;
  }
}
section.homepage .homepage-buttons .homepage-button a span {
  position: relative;
}
section.homepage .homepage-buttons .homepage-button a span:after {
  content: " ";
  display: block;
  position: absolute;
  top: calc(100% + 3px);
  width: 0;
  left: 50%;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
section.homepage .homepage-buttons .homepage-button a:hover {
  text-decoration: none !important;
  background-color: rgba(248, 249, 251, 0.1019607843);
}
section.homepage .homepage-buttons .homepage-button a:hover span:after {
  left: 0;
  width: 100%;
}

section.newsroom-hero {
  height: calc(100vh - 150px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.newsroom-hero .nhp-bg-images .nhp-bg-image {
  opacity: 0;
  position: absolute;
  z-index: -3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s ease-in-out;
}
section.newsroom-hero .nhp-bg-images .nhp-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(90%);
}
section.newsroom-hero .nhp-bg-images .nhp-bg-image.active {
  opacity: 1;
}
section.newsroom-hero .filter {
  opacity: 0.65;
  opacity: 0.8;
  mix-blend-mode: multiply;
  background: -moz-linear-gradient(-45deg, rgb(86, 90, 90) 10%, rgb(213, 215, 215) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(86, 90, 90) 10%, rgb(213, 215, 215) 100%);
  background: linear-gradient(135deg, rgb(86, 90, 90) 10%, rgb(213, 215, 215) 100%);
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.95;
}
section.newsroom-hero .hero-content {
  width: 100%;
  margin-bottom: 90px;
}
section.newsroom-hero .hero-content h1 {
  font-size: 54px;
  line-height: 1.28;
  color: #fff;
}
section.newsroom-hero .newsroom-hero-posts {
  position: absolute;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  bottom: 91px;
  padding-left: 30px;
  padding-right: 30px;
}
section.newsroom-hero .newsroom-hero-posts .newsroom-hero-posts-inner {
  width: 1461px;
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
}
section.newsroom-hero .newsroom-hero-posts .newsroom-hero-post {
  width: 33.3%;
  padding: 22px 34px 43px;
  border: solid 1px #dbdbdb;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
section.newsroom-hero .newsroom-hero-posts .newsroom-hero-post .nhp-date-featured {
  display: block;
}
section.newsroom-hero .newsroom-hero-posts .newsroom-hero-post span.nhp-date {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #F4717C;
  transition: 0.3s ease-in-out;
}
section.newsroom-hero .newsroom-hero-posts .newsroom-hero-post span.nhp-featured {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: 0.5px;
  color: #9CA0A0;
  padding: 10px 20px;
  background-color: #EAEBEB;
  border-radius: 99px;
  margin-left: 13px;
  transition: 0.3s ease-in-out;
}
section.newsroom-hero .newsroom-hero-posts .newsroom-hero-post h4 {
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: 0.23px;
  color: #492A4C;
  margin-top: 21px;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
section.newsroom-hero .newsroom-hero-posts .newsroom-hero-post .read-more-btn {
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
@media (min-width: 992px) {
  section.newsroom-hero .newsroom-hero-posts .newsroom-hero-post.active {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    background-color: #EE2536;
    border-color: #EE2536;
  }
  section.newsroom-hero .newsroom-hero-posts .newsroom-hero-post.active span.nhp-date, section.newsroom-hero .newsroom-hero-posts .newsroom-hero-post.active h4 {
    color: #fff;
  }
  section.newsroom-hero .newsroom-hero-posts .newsroom-hero-post.active span.nhp-featured {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1019607843);
  }
  section.newsroom-hero .newsroom-hero-posts .newsroom-hero-post.active .read-more-btn {
    margin-top: 37px;
    height: 58px;
    color: #fff;
  }
  section.newsroom-hero .newsroom-hero-posts .newsroom-hero-post.active .read-more-btn .btn-primary {
    border-color: #fff;
    color: #fff;
    background-image: url(../img/white-arrow.svg);
    font-size: 16px;
    line-height: 1;
    padding: 18px 96px 21px 25px;
  }
}
@media (max-width: 991px) {
  section.newsroom-hero .newsroom-hero-posts .newsroom-hero-post {
    width: 50%;
    padding-bottom: 22px;
  }
  section.newsroom-hero .newsroom-hero-posts .newsroom-hero-post:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 767px) {
  section.newsroom-hero .newsroom-hero-posts .newsroom-hero-post {
    width: 100%;
  }
  section.newsroom-hero .newsroom-hero-posts .newsroom-hero-post:nth-child(n+2) {
    display: none;
  }
}

section.latest-news .article-date-cat {
  margin-bottom: 18px;
}
section.latest-news .article-date-cat .article-date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #EE2536;
}
section.latest-news .article-date-cat .article-cat {
  margin-left: 15px;
  font-size: 12px;
  line-height: 0.83;
  letter-spacing: 0.5px;
  color: #9CA0A0;
  border-radius: 99px;
  background-color: #EAEBEB;
  padding: 10px 17px;
  display: inline-block;
}
section.latest-news.not-recent-news {
  padding: 145px 0 53px;
  background: #e6e9f1;
  background: #F9F9FB;
}
section.latest-news.not-recent-news .ln-intro {
  margin-bottom: 67px;
}
section.latest-news.not-recent-news.latest-videos {
  padding: 53px 0 80px;
}

section.latest-videos {
  background: #e6e9f1;
  padding-top: 80px;
  padding-bottom: 80px;
}

section.all-news, section.all-resources, section.all-videos, section.our-network-locations {
  background: #e6e9f1;
  background: #F9F9FB;
  padding-top: 80px;
  padding-bottom: 80px;
}
section.all-news .container .container, section.all-resources .container .container, section.all-videos .container .container, section.our-network-locations .container .container {
  padding: 0;
}
section.all-news .all-resources-title, section.all-resources .all-resources-title, section.all-videos .all-resources-title, section.our-network-locations .all-resources-title {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #F4717C;
  margin-bottom: 102px;
}
section.all-news .all-resources-title img, section.all-resources .all-resources-title img, section.all-videos .all-resources-title img, section.our-network-locations .all-resources-title img {
  width: auto;
  height: 46px;
  margin-right: 26px;
}
section.all-news .an-filters, section.all-resources .an-filters, section.all-videos .an-filters, section.our-network-locations .an-filters {
  margin: -10px -10px 20px;
}
section.all-news .an-filter, section.all-resources .an-filter, section.all-videos .an-filter, section.our-network-locations .an-filter {
  display: inline-block;
  font-size: 16px;
  line-height: 0.63;
  letter-spacing: 0.67px;
  color: #9CA0A0;
  padding: 20px 30px;
  border-radius: 99px;
  background-color: #fff;
  margin: 10px;
  cursor: pointer;
  /*&:first-child { margin-left: 0; }
  &:first-of-type { margin-left: 0; }*/
}
section.all-news .an-filter.active, section.all-resources .an-filter.active, section.all-videos .an-filter.active, section.our-network-locations .an-filter.active {
  color: #fff;
  background-color: #F4717C;
}
section.all-news .an-filter:hover, section.all-resources .an-filter:hover, section.all-videos .an-filter:hover, section.our-network-locations .an-filter:hover {
  color: #fff;
  background-color: #EE2536;
}
section.all-news .pos-relative, section.all-resources .pos-relative, section.all-videos .pos-relative, section.our-network-locations .pos-relative {
  position: relative;
}
section.all-news input[type=text], section.all-resources input[type=text], section.all-videos input[type=text], section.our-network-locations input[type=text] {
  font-size: 16px;
  line-height: 0.63;
  letter-spacing: 0.67px;
  color: #9CA0A0;
  padding: 15px 23px 15px 27px;
  border-radius: 99px;
  background-color: #fff;
  border: none;
  outline: none;
  width: 100%;
}
section.all-news button[type=submit], section.all-resources button[type=submit], section.all-videos button[type=submit], section.our-network-locations button[type=submit] {
  position: absolute;
  background: none;
  border: none;
  outline: none;
  background-image: url(../img/search-icon-blue.svg);
  top: 15px;
  right: 23px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
section.all-news .all-news-results, section.all-news .all-resources-results, section.all-news .all-videos-results, section.all-news .all-location-results, section.all-resources .all-news-results, section.all-resources .all-resources-results, section.all-resources .all-videos-results, section.all-resources .all-location-results, section.all-videos .all-news-results, section.all-videos .all-resources-results, section.all-videos .all-videos-results, section.all-videos .all-location-results, section.our-network-locations .all-news-results, section.our-network-locations .all-resources-results, section.our-network-locations .all-videos-results, section.our-network-locations .all-location-results {
  margin-top: 94px;
}
section.all-news .all-news-results .article-sm, section.all-news .all-resources-results .article-sm, section.all-news .all-videos-results .article-sm, section.all-news .all-location-results .article-sm, section.all-resources .all-news-results .article-sm, section.all-resources .all-resources-results .article-sm, section.all-resources .all-videos-results .article-sm, section.all-resources .all-location-results .article-sm, section.all-videos .all-news-results .article-sm, section.all-videos .all-resources-results .article-sm, section.all-videos .all-videos-results .article-sm, section.all-videos .all-location-results .article-sm, section.our-network-locations .all-news-results .article-sm, section.our-network-locations .all-resources-results .article-sm, section.our-network-locations .all-videos-results .article-sm, section.our-network-locations .all-location-results .article-sm {
  display: flex;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin: 28px 0;
  height: calc(100% - 46px);
  background: #fff;
  position: relative;
}
section.all-news .all-news-results .article-sm img, section.all-news .all-resources-results .article-sm img, section.all-news .all-videos-results .article-sm img, section.all-news .all-location-results .article-sm img, section.all-resources .all-news-results .article-sm img, section.all-resources .all-resources-results .article-sm img, section.all-resources .all-videos-results .article-sm img, section.all-resources .all-location-results .article-sm img, section.all-videos .all-news-results .article-sm img, section.all-videos .all-resources-results .article-sm img, section.all-videos .all-videos-results .article-sm img, section.all-videos .all-location-results .article-sm img, section.our-network-locations .all-news-results .article-sm img, section.our-network-locations .all-resources-results .article-sm img, section.our-network-locations .all-videos-results .article-sm img, section.our-network-locations .all-location-results .article-sm img {
  border-radius: 5px 0 0 5px;
  position: absolute;
  width: 140px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.all-news .all-news-results .article-sm a, section.all-news .all-resources-results .article-sm a, section.all-news .all-videos-results .article-sm a, section.all-news .all-location-results .article-sm a, section.all-resources .all-news-results .article-sm a, section.all-resources .all-resources-results .article-sm a, section.all-resources .all-videos-results .article-sm a, section.all-resources .all-location-results .article-sm a, section.all-videos .all-news-results .article-sm a, section.all-videos .all-resources-results .article-sm a, section.all-videos .all-videos-results .article-sm a, section.all-videos .all-location-results .article-sm a, section.our-network-locations .all-news-results .article-sm a, section.our-network-locations .all-resources-results .article-sm a, section.our-network-locations .all-videos-results .article-sm a, section.our-network-locations .all-location-results .article-sm a {
  color: #F4717C;
}
section.all-news .all-news-results .article-sm a:hover, section.all-news .all-resources-results .article-sm a:hover, section.all-news .all-videos-results .article-sm a:hover, section.all-news .all-location-results .article-sm a:hover, section.all-resources .all-news-results .article-sm a:hover, section.all-resources .all-resources-results .article-sm a:hover, section.all-resources .all-videos-results .article-sm a:hover, section.all-resources .all-location-results .article-sm a:hover, section.all-videos .all-news-results .article-sm a:hover, section.all-videos .all-resources-results .article-sm a:hover, section.all-videos .all-videos-results .article-sm a:hover, section.all-videos .all-location-results .article-sm a:hover, section.our-network-locations .all-news-results .article-sm a:hover, section.our-network-locations .all-resources-results .article-sm a:hover, section.our-network-locations .all-videos-results .article-sm a:hover, section.our-network-locations .all-location-results .article-sm a:hover {
  color: #F4717C;
}
section.all-news .all-news-results .article-sm .content, section.all-news .all-resources-results .article-sm .content, section.all-news .all-videos-results .article-sm .content, section.all-news .all-location-results .article-sm .content, section.all-resources .all-news-results .article-sm .content, section.all-resources .all-resources-results .article-sm .content, section.all-resources .all-videos-results .article-sm .content, section.all-resources .all-location-results .article-sm .content, section.all-videos .all-news-results .article-sm .content, section.all-videos .all-resources-results .article-sm .content, section.all-videos .all-videos-results .article-sm .content, section.all-videos .all-location-results .article-sm .content, section.our-network-locations .all-news-results .article-sm .content, section.our-network-locations .all-resources-results .article-sm .content, section.our-network-locations .all-videos-results .article-sm .content, section.our-network-locations .all-location-results .article-sm .content {
  padding: 31px 39px 22px 39px;
  background-color: #fff;
  width: calc(100% - 140px);
  width: 100%;
  border-radius: 0 5px 5px 0;
  padding-left: 160px;
}
section.all-news .all-news-results .article-sm .article-date-cat, section.all-news .all-resources-results .article-sm .article-date-cat, section.all-news .all-videos-results .article-sm .article-date-cat, section.all-news .all-location-results .article-sm .article-date-cat, section.all-resources .all-news-results .article-sm .article-date-cat, section.all-resources .all-resources-results .article-sm .article-date-cat, section.all-resources .all-videos-results .article-sm .article-date-cat, section.all-resources .all-location-results .article-sm .article-date-cat, section.all-videos .all-news-results .article-sm .article-date-cat, section.all-videos .all-resources-results .article-sm .article-date-cat, section.all-videos .all-videos-results .article-sm .article-date-cat, section.all-videos .all-location-results .article-sm .article-date-cat, section.our-network-locations .all-news-results .article-sm .article-date-cat, section.our-network-locations .all-resources-results .article-sm .article-date-cat, section.our-network-locations .all-videos-results .article-sm .article-date-cat, section.our-network-locations .all-location-results .article-sm .article-date-cat {
  margin-top: 12px;
}
section.all-news .all-news-results .article-sm .article-date-cat .article-date, section.all-news .all-resources-results .article-sm .article-date-cat .article-date, section.all-news .all-videos-results .article-sm .article-date-cat .article-date, section.all-news .all-location-results .article-sm .article-date-cat .article-date, section.all-resources .all-news-results .article-sm .article-date-cat .article-date, section.all-resources .all-resources-results .article-sm .article-date-cat .article-date, section.all-resources .all-videos-results .article-sm .article-date-cat .article-date, section.all-resources .all-location-results .article-sm .article-date-cat .article-date, section.all-videos .all-news-results .article-sm .article-date-cat .article-date, section.all-videos .all-resources-results .article-sm .article-date-cat .article-date, section.all-videos .all-videos-results .article-sm .article-date-cat .article-date, section.all-videos .all-location-results .article-sm .article-date-cat .article-date, section.our-network-locations .all-news-results .article-sm .article-date-cat .article-date, section.our-network-locations .all-resources-results .article-sm .article-date-cat .article-date, section.our-network-locations .all-videos-results .article-sm .article-date-cat .article-date, section.our-network-locations .all-location-results .article-sm .article-date-cat .article-date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #F4717C;
}
section.all-news .all-news-results .article-sm .article-date-cat .article-cat, section.all-news .all-resources-results .article-sm .article-date-cat .article-cat, section.all-news .all-videos-results .article-sm .article-date-cat .article-cat, section.all-news .all-location-results .article-sm .article-date-cat .article-cat, section.all-resources .all-news-results .article-sm .article-date-cat .article-cat, section.all-resources .all-resources-results .article-sm .article-date-cat .article-cat, section.all-resources .all-videos-results .article-sm .article-date-cat .article-cat, section.all-resources .all-location-results .article-sm .article-date-cat .article-cat, section.all-videos .all-news-results .article-sm .article-date-cat .article-cat, section.all-videos .all-resources-results .article-sm .article-date-cat .article-cat, section.all-videos .all-videos-results .article-sm .article-date-cat .article-cat, section.all-videos .all-location-results .article-sm .article-date-cat .article-cat, section.our-network-locations .all-news-results .article-sm .article-date-cat .article-cat, section.our-network-locations .all-resources-results .article-sm .article-date-cat .article-cat, section.our-network-locations .all-videos-results .article-sm .article-date-cat .article-cat, section.our-network-locations .all-location-results .article-sm .article-date-cat .article-cat {
  margin-left: 15px;
  font-size: 12px;
  line-height: 0.83;
  letter-spacing: 0.5px;
  color: #D5D7D7;
  border-radius: 99px;
  background-color: #D5D7D7;
  padding: 10px 17px;
  display: inline-block;
}
section.all-news .all-news-results .resource, section.all-news .all-resources-results .resource, section.all-news .all-videos-results .resource, section.all-news .all-location-results .resource, section.all-resources .all-news-results .resource, section.all-resources .all-resources-results .resource, section.all-resources .all-videos-results .resource, section.all-resources .all-location-results .resource, section.all-videos .all-news-results .resource, section.all-videos .all-resources-results .resource, section.all-videos .all-videos-results .resource, section.all-videos .all-location-results .resource, section.our-network-locations .all-news-results .resource, section.our-network-locations .all-resources-results .resource, section.our-network-locations .all-videos-results .resource, section.our-network-locations .all-location-results .resource {
  margin-bottom: 50px;
  margin-bottom: 70px;
  border-radius: 5px;
  border: solid 1px #dbdbdb;
  background-color: #fff;
  display: flex;
}
section.all-news .all-news-results .resource .resource-left, section.all-news .all-resources-results .resource .resource-left, section.all-news .all-videos-results .resource .resource-left, section.all-news .all-location-results .resource .resource-left, section.all-resources .all-news-results .resource .resource-left, section.all-resources .all-resources-results .resource .resource-left, section.all-resources .all-videos-results .resource .resource-left, section.all-resources .all-location-results .resource .resource-left, section.all-videos .all-news-results .resource .resource-left, section.all-videos .all-resources-results .resource .resource-left, section.all-videos .all-videos-results .resource .resource-left, section.all-videos .all-location-results .resource .resource-left, section.our-network-locations .all-news-results .resource .resource-left, section.our-network-locations .all-resources-results .resource .resource-left, section.our-network-locations .all-videos-results .resource .resource-left, section.our-network-locations .all-location-results .resource .resource-left {
  position: relative;
  padding-left: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  width: 250px;
  min-width: 250px;
  padding-left: 0;
  padding-right: 40px;
  align-items: center;
  border-radius: 5px 0 0 5px;
  width: 125px;
  min-width: 125px;
  padding-right: 20px;
}
@media (max-width: 500px) {
  section.all-news .all-news-results .resource .resource-left, section.all-news .all-resources-results .resource .resource-left, section.all-news .all-videos-results .resource .resource-left, section.all-news .all-location-results .resource .resource-left, section.all-resources .all-news-results .resource .resource-left, section.all-resources .all-resources-results .resource .resource-left, section.all-resources .all-videos-results .resource .resource-left, section.all-resources .all-location-results .resource .resource-left, section.all-videos .all-news-results .resource .resource-left, section.all-videos .all-resources-results .resource .resource-left, section.all-videos .all-videos-results .resource .resource-left, section.all-videos .all-location-results .resource .resource-left, section.our-network-locations .all-news-results .resource .resource-left, section.our-network-locations .all-resources-results .resource .resource-left, section.our-network-locations .all-videos-results .resource .resource-left, section.our-network-locations .all-location-results .resource .resource-left {
    padding: 15px;
    margin: 0;
    width: auto;
    min-width: 105px;
    align-items: flex-start;
  }
}
section.all-news .all-news-results .resource .resource-left:after, section.all-news .all-resources-results .resource .resource-left:after, section.all-news .all-videos-results .resource .resource-left:after, section.all-news .all-location-results .resource .resource-left:after, section.all-resources .all-news-results .resource .resource-left:after, section.all-resources .all-resources-results .resource .resource-left:after, section.all-resources .all-videos-results .resource .resource-left:after, section.all-resources .all-location-results .resource .resource-left:after, section.all-videos .all-news-results .resource .resource-left:after, section.all-videos .all-resources-results .resource .resource-left:after, section.all-videos .all-videos-results .resource .resource-left:after, section.all-videos .all-location-results .resource .resource-left:after, section.our-network-locations .all-news-results .resource .resource-left:after, section.our-network-locations .all-resources-results .resource .resource-left:after, section.our-network-locations .all-videos-results .resource .resource-left:after, section.our-network-locations .all-location-results .resource .resource-left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FCFCFD;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  z-index: 0;
  border-right: solid 1px #dbdbdb;
}
section.all-news .all-news-results .resource .resource-left img, section.all-news .all-resources-results .resource .resource-left img, section.all-news .all-videos-results .resource .resource-left img, section.all-news .all-location-results .resource .resource-left img, section.all-resources .all-news-results .resource .resource-left img, section.all-resources .all-resources-results .resource .resource-left img, section.all-resources .all-videos-results .resource .resource-left img, section.all-resources .all-location-results .resource .resource-left img, section.all-videos .all-news-results .resource .resource-left img, section.all-videos .all-resources-results .resource .resource-left img, section.all-videos .all-videos-results .resource .resource-left img, section.all-videos .all-location-results .resource .resource-left img, section.our-network-locations .all-news-results .resource .resource-left img, section.our-network-locations .all-resources-results .resource .resource-left img, section.our-network-locations .all-videos-results .resource .resource-left img, section.our-network-locations .all-location-results .resource .resource-left img {
  position: relative;
  z-index: 2;
  max-height: 55px;
  max-width: 100px;
}
@media (max-width: 500px) {
  section.all-news .all-news-results .resource .resource-left img, section.all-news .all-resources-results .resource .resource-left img, section.all-news .all-videos-results .resource .resource-left img, section.all-news .all-location-results .resource .resource-left img, section.all-resources .all-news-results .resource .resource-left img, section.all-resources .all-resources-results .resource .resource-left img, section.all-resources .all-videos-results .resource .resource-left img, section.all-resources .all-location-results .resource .resource-left img, section.all-videos .all-news-results .resource .resource-left img, section.all-videos .all-resources-results .resource .resource-left img, section.all-videos .all-videos-results .resource .resource-left img, section.all-videos .all-location-results .resource .resource-left img, section.our-network-locations .all-news-results .resource .resource-left img, section.our-network-locations .all-resources-results .resource .resource-left img, section.our-network-locations .all-videos-results .resource .resource-left img, section.our-network-locations .all-location-results .resource .resource-left img {
    max-width: 50px;
  }
}
section.all-news .all-news-results .resource .resource-right, section.all-news .all-resources-results .resource .resource-right, section.all-news .all-videos-results .resource .resource-right, section.all-news .all-location-results .resource .resource-right, section.all-resources .all-news-results .resource .resource-right, section.all-resources .all-resources-results .resource .resource-right, section.all-resources .all-videos-results .resource .resource-right, section.all-resources .all-location-results .resource .resource-right, section.all-videos .all-news-results .resource .resource-right, section.all-videos .all-resources-results .resource .resource-right, section.all-videos .all-videos-results .resource .resource-right, section.all-videos .all-location-results .resource .resource-right, section.our-network-locations .all-news-results .resource .resource-right, section.our-network-locations .all-resources-results .resource .resource-right, section.our-network-locations .all-videos-results .resource .resource-right, section.our-network-locations .all-location-results .resource .resource-right {
  padding: 35px;
}
@media (max-width: 500px) {
  section.all-news .all-news-results .resource .resource-right, section.all-news .all-resources-results .resource .resource-right, section.all-news .all-videos-results .resource .resource-right, section.all-news .all-location-results .resource .resource-right, section.all-resources .all-news-results .resource .resource-right, section.all-resources .all-resources-results .resource .resource-right, section.all-resources .all-videos-results .resource .resource-right, section.all-resources .all-location-results .resource .resource-right, section.all-videos .all-news-results .resource .resource-right, section.all-videos .all-resources-results .resource .resource-right, section.all-videos .all-videos-results .resource .resource-right, section.all-videos .all-location-results .resource .resource-right, section.our-network-locations .all-news-results .resource .resource-right, section.our-network-locations .all-resources-results .resource .resource-right, section.our-network-locations .all-videos-results .resource .resource-right, section.our-network-locations .all-location-results .resource .resource-right {
    padding: 35px 20px;
  }
}
section.all-news .all-news-results .resource .resource-right h4, section.all-news .all-resources-results .resource .resource-right h4, section.all-news .all-videos-results .resource .resource-right h4, section.all-news .all-location-results .resource .resource-right h4, section.all-resources .all-news-results .resource .resource-right h4, section.all-resources .all-resources-results .resource .resource-right h4, section.all-resources .all-videos-results .resource .resource-right h4, section.all-resources .all-location-results .resource .resource-right h4, section.all-videos .all-news-results .resource .resource-right h4, section.all-videos .all-resources-results .resource .resource-right h4, section.all-videos .all-videos-results .resource .resource-right h4, section.all-videos .all-location-results .resource .resource-right h4, section.our-network-locations .all-news-results .resource .resource-right h4, section.our-network-locations .all-resources-results .resource .resource-right h4, section.our-network-locations .all-videos-results .resource .resource-right h4, section.our-network-locations .all-location-results .resource .resource-right h4 {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: normal;
  color: #F4717C;
  text-decoration: underline;
}
section.all-news .all-news-results .resource .resource-right .resource-short-desc, section.all-news .all-resources-results .resource .resource-right .resource-short-desc, section.all-news .all-videos-results .resource .resource-right .resource-short-desc, section.all-news .all-location-results .resource .resource-right .resource-short-desc, section.all-resources .all-news-results .resource .resource-right .resource-short-desc, section.all-resources .all-resources-results .resource .resource-right .resource-short-desc, section.all-resources .all-videos-results .resource .resource-right .resource-short-desc, section.all-resources .all-location-results .resource .resource-right .resource-short-desc, section.all-videos .all-news-results .resource .resource-right .resource-short-desc, section.all-videos .all-resources-results .resource .resource-right .resource-short-desc, section.all-videos .all-videos-results .resource .resource-right .resource-short-desc, section.all-videos .all-location-results .resource .resource-right .resource-short-desc, section.our-network-locations .all-news-results .resource .resource-right .resource-short-desc, section.our-network-locations .all-resources-results .resource .resource-right .resource-short-desc, section.our-network-locations .all-videos-results .resource .resource-right .resource-short-desc, section.our-network-locations .all-location-results .resource .resource-right .resource-short-desc {
  font-size: 19px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: normal;
  color: #9CA0A0;
}
section.all-news .all-news-results-loader, section.all-news .all-resources-results-loader, section.all-news .all-videos-results-loader, section.all-news .all-location-results-loader, section.all-resources .all-news-results-loader, section.all-resources .all-resources-results-loader, section.all-resources .all-videos-results-loader, section.all-resources .all-location-results-loader, section.all-videos .all-news-results-loader, section.all-videos .all-resources-results-loader, section.all-videos .all-videos-results-loader, section.all-videos .all-location-results-loader, section.our-network-locations .all-news-results-loader, section.our-network-locations .all-resources-results-loader, section.our-network-locations .all-videos-results-loader, section.our-network-locations .all-location-results-loader {
  text-align: center;
  margin: 50px;
}
section.all-news .all-news-results-loader .lds-dual-ring, section.all-news .all-resources-results-loader .lds-dual-ring, section.all-news .all-videos-results-loader .lds-dual-ring, section.all-news .all-location-results-loader .lds-dual-ring, section.all-resources .all-news-results-loader .lds-dual-ring, section.all-resources .all-resources-results-loader .lds-dual-ring, section.all-resources .all-videos-results-loader .lds-dual-ring, section.all-resources .all-location-results-loader .lds-dual-ring, section.all-videos .all-news-results-loader .lds-dual-ring, section.all-videos .all-resources-results-loader .lds-dual-ring, section.all-videos .all-videos-results-loader .lds-dual-ring, section.all-videos .all-location-results-loader .lds-dual-ring, section.our-network-locations .all-news-results-loader .lds-dual-ring, section.our-network-locations .all-resources-results-loader .lds-dual-ring, section.our-network-locations .all-videos-results-loader .lds-dual-ring, section.our-network-locations .all-location-results-loader .lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
section.all-news .all-news-results-loader .lds-dual-ring:after, section.all-news .all-resources-results-loader .lds-dual-ring:after, section.all-news .all-videos-results-loader .lds-dual-ring:after, section.all-news .all-location-results-loader .lds-dual-ring:after, section.all-resources .all-news-results-loader .lds-dual-ring:after, section.all-resources .all-resources-results-loader .lds-dual-ring:after, section.all-resources .all-videos-results-loader .lds-dual-ring:after, section.all-resources .all-location-results-loader .lds-dual-ring:after, section.all-videos .all-news-results-loader .lds-dual-ring:after, section.all-videos .all-resources-results-loader .lds-dual-ring:after, section.all-videos .all-videos-results-loader .lds-dual-ring:after, section.all-videos .all-location-results-loader .lds-dual-ring:after, section.our-network-locations .all-news-results-loader .lds-dual-ring:after, section.our-network-locations .all-resources-results-loader .lds-dual-ring:after, section.our-network-locations .all-videos-results-loader .lds-dual-ring:after, section.our-network-locations .all-location-results-loader .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  border: 6px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

section.timeline {
  position: relative;
  padding-top: 235px;
  padding-bottom: 95px;
  text-align: center;
}
section.timeline .tl-bg {
  background-image: linear-gradient(322deg, #F4717C 100%, #F4717C 19%);
  /*background: $rose-300;
  background: #4080b0;*/
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
section.timeline .filter {
  opacity: 0.65;
  opacity: 0.8;
  mix-blend-mode: multiply;
  background: -moz-linear-gradient(-45deg, rgb(86, 90, 90) 10%, rgb(213, 215, 215) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(86, 90, 90) 10%, rgb(213, 215, 215) 100%);
  background: linear-gradient(135deg, rgb(86, 90, 90) 10%, rgb(213, 215, 215) 100%);
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
section.timeline .limit-width {
  width: 895px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.timeline h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
}
section.timeline h4 {
  font-size: 28px;
  line-height: 1.43;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
section.timeline .timeline-top {
  position: relative;
  padding-bottom: 183px;
}
section.timeline .timeline-top .gray-lines, section.timeline .timeline-top .white-lines {
  position: absolute;
  left: 50%;
  top: calc(100% - 109px - 36px);
  margin-left: -6px;
  width: 12px;
  height: 109px;
}
section.timeline .timeline-top .gray-lines:before, section.timeline .timeline-top .white-lines:before {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  width: 2px;
  height: 100px;
  height: 100px;
  background: #F4717C;
}
section.timeline .timeline-top .gray-lines:after, section.timeline .timeline-top .white-lines:after {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  background: #F4717C;
  top: 95px;
  border-radius: 50%;
  margin-left: -6px;
  width: 12px;
  height: 12px;
}
section.timeline .timeline-top .white-lines {
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
section.timeline .timeline-top .white-lines:before {
  background: #fff;
}
section.timeline .timeline-top .white-lines:after {
  background: #fff;
}
section.timeline .timeline-top.fill-white .white-lines {
  height: 109px;
}
section.timeline .timeline-middle .timeline-spot {
  width: 513px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 183px;
  padding-bottom: 500px;
}
section.timeline .timeline-middle .timeline-spot .tl-year {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.34px;
  color: #F4717C;
  margin-bottom: 25px;
}
section.timeline .timeline-middle .timeline-spot .tl-content, section.timeline .timeline-middle .timeline-spot .tl-content p, section.timeline .timeline-middle .timeline-spot .tl-content li {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.25px;
  color: #ededed;
}
section.timeline .timeline-middle .timeline-spot .gray-lines, section.timeline .timeline-middle .timeline-spot .white-lines {
  position: absolute;
  left: 50%;
  top: calc(100% - 147px - 36px - 150px);
  margin-left: -6px;
  width: 12px;
  height: 150px;
}
section.timeline .timeline-middle .timeline-spot .gray-lines:before, section.timeline .timeline-middle .timeline-spot .white-lines:before {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  width: 2px;
  height: 100px;
  height: 141px;
  background: #F4717C;
}
section.timeline .timeline-middle .timeline-spot .gray-lines:after, section.timeline .timeline-middle .timeline-spot .white-lines:after {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  background: #F4717C;
  top: 136px;
  border-radius: 50%;
  margin-left: -6px;
  width: 12px;
  height: 12px;
}
section.timeline .timeline-middle .timeline-spot .white-lines {
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
section.timeline .timeline-middle .timeline-spot .white-lines:before {
  background: #fff;
}
section.timeline .timeline-middle .timeline-spot .white-lines:after {
  background: #fff;
}
section.timeline .timeline-middle .timeline-spot.fill-white .white-lines {
  height: 150px;
}
section.timeline .timeline-end {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #fff;
}
section.timeline .slant-dec {
  position: fixed;
  top: -100%;
  height: 300%;
}

section.our-network-search {
  background-image: linear-gradient(to left, #F4717C, #F4717C);
  padding: 169px 0;
  color: #fff;
  text-align: center;
  position: relative;
}
section.our-network-search .ons-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section.our-network-search .ons-background img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
section.our-network-search .container {
  position: relative;
  z-index: 2;
}
section.our-network-search .limit-width {
  width: 897px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.our-network-search .ons-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
}
section.our-network-search .ons-subtitle {
  font-size: 28px;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 17px;
}
section.our-network-search .ons-content {
  margin-bottom: 76px;
}
section.our-network-search .ons-content p, section.our-network-search .ons-content li {
  font-size: 19px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
section.our-network-search form.our-network-search-form {
  display: flex;
  flex-wrap: wrap;
}
section.our-network-search form.our-network-search-form .full-width {
  position: relative;
  margin: 25px 0;
  width: 100%;
  height: fit-content;
}
section.our-network-search form.our-network-search-form .full-width input[type=text] {
  display: block;
  width: 100%;
  padding: 32px 110px 33px 26px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: none;
  background-color: #fafafc;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #9CA0A0;
}
section.our-network-search form.our-network-search-form .full-width button#network-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 85px;
  height: auto;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #EE2536;
  border: none;
  outline: none;
  background-image: url(../img/search-icon-light.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
section.our-network-search form.our-network-search-form .half-width.left-half {
  margin: 25px 0;
  width: 50%;
  padding-right: 25px;
}
section.our-network-search form.our-network-search-form .half-width.right-half {
  margin: 25px 0;
  width: 50%;
  padding-left: 25px;
}
@media (max-width: 767px) {
  section.our-network-search form.our-network-search-form .half-width.left-half, section.our-network-search form.our-network-search-form .half-width.right-half {
    width: 100%;
    padding: 0;
  }
}
section.our-network-search form.our-network-search-form .select2 {
  width: 100% !important;
}
section.our-network-search form.our-network-search-form .select2 .select2-selection {
  padding: 32px 110px 33px 26px;
  padding: 0;
  height: auto;
  text-align: left;
}
section.our-network-search form.our-network-search-form .select2 .select2-selection .select2-selection__rendered {
  padding: 0;
  padding: 32px 110px 33px 26px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #D5D7D7;
}
section.our-network-search form.our-network-search-form .select2 .select2-selection .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 85px;
  height: auto;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #F4717C;
  border: none;
  outline: none;
  cursor: pointer;
}
section.our-network-search form.our-network-search-form .select2 .select2-selection .select2-selection__arrow b {
  background-image: url(../img/white-arrow.svg);
  transform: rotate(90deg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  width: 30px;
  height: 30px;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  margin: 0;
  transition: 0.3s ease-in-out;
}
section.our-network-search form.our-network-search-form .select2.select2-container--open b {
  transform: rotate(270deg) !important;
}
section.our-network-search form.our-network-search-form .select2 .select2-selection.select2-selection--multiple {
  padding: 32px 110px 33px 26px;
  padding: 22px 110px 29px 26px;
  position: relative;
}
section.our-network-search form.our-network-search-form .select2 .select2-selection.select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
section.our-network-search form.our-network-search-form .select2 .select2-selection.select2-selection--multiple:before {
  content: " ";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 85px;
  height: auto;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #EE2536;
  border: none;
  outline: none;
  cursor: pointer;
}
section.our-network-search form.our-network-search-form .select2 .select2-selection.select2-selection--multiple:after {
  content: " ";
  position: absolute;
  background-image: url(../img/white-arrow.svg);
  transform: rotate(90deg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  width: 30px;
  height: 30px;
  right: 30px;
  top: calc(50% - 15px);
  margin: 0;
  transition: 0.3s ease-in-out;
}
section.our-network-search form.our-network-search-form .select2 .select2-selection.select2-selection--multiple .select2-search--inline {
  display: contents; /*this will make the container disappear, making the child the one who sets the width of the element*/
}
section.our-network-search form.our-network-search-form .select2 .select2-selection.select2-selection--multiple .select2-search__field {
  color: #9CA0A0;
  height: 25px;
}
section.our-network-search form.our-network-search-form .select2 .select2-selection.select2-selection--multiple .select2-search__field::-webkit-input-placeholder { /* Edge */
  color: #9CA0A0;
}
section.our-network-search form.our-network-search-form .select2 .select2-selection.select2-selection--multiple .select2-search__field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9CA0A0;
}
section.our-network-search form.our-network-search-form .select2 .select2-selection.select2-selection--multiple .select2-search__field::placeholder {
  color: #9CA0A0;
}
section.our-network-search form.our-network-search-form .select2 .select2-selection.select2-selection--multiple .select2-search__field:placeholder-shown {
  width: 100% !important; /*makes the placeholder to be 100% of the width while there are no options selected*/
  color: #9CA0A0;
}

.slant-dec {
  position: absolute;
  z-index: -1;
  background-color: #E6E9F1;
  opacity: 0.2;
  opacity: 0.05;
  top: 0;
  right: 0;
}
.slant-dec.dec-one {
  width: 94%;
  height: 100%;
  -webkit-clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
}
.slant-dec.dec-two {
  width: 30%;
  height: 65%;
  -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}

.select2-results img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.select2-results .select2-results__option {
  /*&:first-child { display: none; }*/
  background: #fff !important;
  font-size: 16px;
  line-height: 1;
  color: #a6b0bf !important;
  border-bottom: solid 1px #dbdbdb;
  padding: 20px 0;
  margin: 0 25px;
  padding: 20px 25px;
  margin: 0;
}
.select2-results .select2-results__option.select2-results__option--selected {
  background: #EAEBEB !important;
  color: #9CA0A0 !important;
}

/*
body > .select2-container {
  margin-top: 32px;
}
*/
body.admin-bar > .select2-container {
  margin-top: 32px;
}

section.team {
  background-color: #e6e9f1;
  background-color: #F9F9FB;
  padding: 80px 0 126px;
}
section.team .team-form {
  margin-bottom: 90px;
}
section.team .team-filter {
  display: inline-block;
  font-size: 16px;
  line-height: 0.63;
  letter-spacing: 0.67px;
  color: #9CA0A0;
  padding: 20px 30px;
  border-radius: 99px;
  background-color: #fff;
  margin-left: 20px;
  cursor: pointer;
}
section.team .team-filter:first-child {
  margin-left: 0;
}
section.team .team-filter:hover {
  color: #fff;
  background-color: #EE2536;
}
section.team .team-filter.active {
  color: #fff;
  background-color: #EE2536;
}
section.team .team-member {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin-bottom: 60px;
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
}
section.team .team-member .tm-image {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 72.2%;
}
section.team .team-member .tm-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.team .team-member .content {
  padding: 37px 40px 90px;
  position: relative;
  height: 100%;
}
section.team .team-member .content .tm-name {
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: 0.23px;
  color: #EE2536;
}
section.team .team-member .content .tm-job-title {
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: 0.23px;
  color: #492A4C;
}
section.team .team-member .content .tm-categories {
  position: absolute;
  left: 40px;
  bottom: 30px;
  right: 100px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #EE2536;
}
section.team .team-member .content .tm-open-popup {
  position: absolute;
  cursor: pointer;
  right: 40px;
  bottom: 34px;
  width: 40px;
  height: 40px;
  background-color: #EE2536;
  border-radius: 50%;
}
section.team .team-member .content .tm-open-popup:before {
  content: " ";
  position: absolute;
  width: 21px;
  height: 2px;
  background: #fff;
  top: 19px;
  left: 9px;
}
section.team .team-member .content .tm-open-popup:after {
  content: " ";
  position: absolute;
  width: 2px;
  height: 21px;
  background: #fff;
  left: 19px;
  top: 9px;
}
section.team .team-member .content .tm-open-popup:hover {
  background: #F4717C;
}
section.team .team-member .content .tm-popup {
  display: none;
}
section.team .team-member.design-style-large {
  flex-direction: row;
}
section.team .team-member.design-style-large .tm-image {
  height: 100%;
  width: 50%;
  padding-bottom: 89.7%;
  padding-bottom: 44.85%;
}
section.team .team-member.design-style-large .content {
  width: 50%;
}
section.team .team-member.design-style-large .content .tm-short-desc {
  margin-top: 38px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.25px;
  color: #9CA0A0;
}

section.our-network-locations {
  background-color: #F8F9FB;
  padding: 109px 0 90px;
  padding: 109px 0 40px;
}
section.our-network-locations .location-loop {
  margin-bottom: 50px;
  border-radius: 5px;
  border: solid 1px #dbdbdb;
  background-color: #fff;
  display: flex;
}
@media (max-width: 767px) {
  section.our-network-locations .location-loop {
    display: block;
  }
}
section.our-network-locations .location-loop .ll-left {
  position: relative;
  padding-left: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  width: 250px;
  min-width: 250px;
}
@media (max-width: 767px) {
  section.our-network-locations .location-loop .ll-left {
    min-width: 0;
    width: 100%;
    padding: 20px 20px 45px;
  }
}
section.our-network-locations .location-loop .ll-left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FCFCFD;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  z-index: 0;
  border-right: solid 1px #dbdbdb;
}
@media (max-width: 767px) {
  section.our-network-locations .location-loop .ll-left:after {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    border-right: none;
    border-bottom: solid 1px #dbdbdb;
  }
}
section.our-network-locations .location-loop .ll-left .ll-logo {
  position: relative;
  z-index: 2;
  font-size: 65px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #EE2536;
}
section.our-network-locations .location-loop .ll-left .ll-country {
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #492A4C;
}
section.our-network-locations .location-loop .ll-right {
  padding: 18px 25px 20px 25px;
}
@media (max-width: 767px) {
  section.our-network-locations .location-loop .ll-right {
    padding: 15px 20px 20px;
  }
}
section.our-network-locations .location-loop .ll-title {
  font-size: 28px;
  line-height: 1.43;
  letter-spacing: 0.25px;
  color: #EE2536;
}
section.our-network-locations .location-loop .ll-short-description {
  font-size: 15px;
  line-height: 1.53;
  letter-spacing: 0.2px;
  color: #a6b0bf;
  margin-bottom: 6px;
}
section.our-network-locations .location-loop .ll-meta {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.25px;
  color: #9CA0A0;
  margin-bottom: 6px;
}
section.our-network-locations .location-loop .ll-services {
  font-size: 15px;
  line-height: 1.53;
  letter-spacing: 0.2px;
  color: #a6b0bf;
}
section.our-network-locations .location-loop .ll-services .ll-services-intro {
  color: #EE2536;
}
section.our-network-locations .location-loop .ll-service {
  position: relative;
  display: inline-block;
  /*cursor: pointer;*/
}
section.our-network-locations .location-loop .ll-service .ll-service-tooltip-positioner {
  position: absolute;
  left: 50%;
  top: 50%;
}
section.our-network-locations .location-loop .ll-service .ll-service-tooltip {
  cursor: default;
  position: absolute;
  z-index: 10;
  padding: 36px 29px 30px;
  border-radius: 5px 5px 5px 0;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #F4717C;
  bottom: 33px;
  left: 0;
  width: 307px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
section.our-network-locations .location-loop .ll-service .ll-service-tooltip:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 33px solid transparent;
  border-top-color: #F4717C;
  border-bottom: 0;
  border-left: 0;
  margin-left: 0;
  margin-bottom: -33px;
}
section.our-network-locations .location-loop .ll-service .ll-service-tooltip .ll-service-tooltip-icon {
  display: inline-block;
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
section.our-network-locations .location-loop .ll-service .ll-service-tooltip .ll-service-tooltip-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 40px;
  max-height: 40px;
  width: auto;
  height: auto;
  display: block;
}
section.our-network-locations .location-loop .ll-service .ll-service-tooltip .ll-service-tooltip-title {
  display: block;
  margin-top: 17px;
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0.25px;
  color: #F4717C;
}
section.our-network-locations .location-loop .ll-service .ll-service-tooltip .ll-service-tooltip-desc, section.our-network-locations .location-loop .ll-service .ll-service-tooltip .ll-service-tooltip-desc p, section.our-network-locations .location-loop .ll-service .ll-service-tooltip .ll-service-tooltip-desc li {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.25px;
  color: #fff;
}
section.our-network-locations .location-loop .ll-service.tooltip-right .ll-service-tooltip {
  left: auto;
  right: 0;
  border-radius: 5px 5px 0 5px;
}
section.our-network-locations .location-loop .ll-service.tooltip-right .ll-service-tooltip:before {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: 33px solid transparent;
}
section.our-network-locations .location-loop .ll-service.active .ll-service-tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

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

section.resources-images, section.resources-videos {
  background: #F9F9FB;
  padding: 87px 0 8px;
}
section.resources-images #download-all-images-form, section.resources-videos #download-all-images-form {
  display: none !important;
}
section.resources-images h2, section.resources-videos h2 {
  font-size: 40px;
  line-height: 1.25;
  color: #F4717C;
}
section.resources-images h2 img, section.resources-videos h2 img {
  width: 55px;
  height: auto;
  margin-right: 22px;
  vertical-align: -5px;
}
section.resources-images .download-all-images, section.resources-images .download-all-videos, section.resources-videos .download-all-images, section.resources-videos .download-all-videos {
  position: relative;
  background: none;
}
section.resources-images .download-all-images:hover, section.resources-images .download-all-videos:hover, section.resources-videos .download-all-images:hover, section.resources-videos .download-all-videos:hover {
  background-color: #EE2536;
}
section.resources-images .download-all-images:after, section.resources-images .download-all-videos:after, section.resources-videos .download-all-images:after, section.resources-videos .download-all-videos:after {
  content: " ";
  position: absolute;
  right: 28px;
  width: 28px;
  height: 11px;
  background-image: url(../img/red-arrow.svg);
  transform: rotate(90deg);
  top: calc(50% - 5px);
}
section.resources-images .image-slider-outer, section.resources-videos .image-slider-outer {
  padding: 50px;
}
@media (max-width: 767px) {
  section.resources-images .image-slider-outer, section.resources-videos .image-slider-outer {
    padding: 40px 15px;
  }
}
section.resources-images .image-slider-outer li, section.resources-videos .image-slider-outer li {
  position: relative;
}
section.resources-images .image-slider-outer li img, section.resources-videos .image-slider-outer li img {
  width: 100%;
  height: auto;
}
section.resources-images .image-slider-outer li .download-img, section.resources-videos .image-slider-outer li .download-img {
  position: absolute;
  bottom: 69px;
  right: 55px;
  border-color: #fff;
  color: #fff;
  background: none;
}
@media (max-width: 767px) {
  section.resources-images .image-slider-outer li .download-img, section.resources-videos .image-slider-outer li .download-img {
    right: 30px;
    bottom: 30px;
    padding: 10px 47px 10px 19px;
  }
}
section.resources-images .image-slider-outer li .download-img:after, section.resources-videos .image-slider-outer li .download-img:after {
  content: " ";
  position: absolute;
  right: 28px;
  width: 28px;
  height: 11px;
  background-image: url(../img/white-arrow.svg);
  transform: rotate(90deg);
  top: calc(50% - 5px);
}
@media (max-width: 767px) {
  section.resources-images .image-slider-outer li .download-img:after, section.resources-videos .image-slider-outer li .download-img:after {
    right: 14px;
  }
}
section.resources-images .image-slider-outer li .img-counter, section.resources-videos .image-slider-outer li .img-counter {
  position: absolute;
  left: 81px;
  bottom: 89px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.25px;
  text-align: right;
  color: #fff;
}
@media (max-width: 767px) {
  section.resources-images .image-slider-outer li .img-counter, section.resources-videos .image-slider-outer li .img-counter {
    left: 40px;
    bottom: 40px;
  }
}
section.resources-images .image-slider-outer li .img-counter .img-counter-current, section.resources-videos .image-slider-outer li .img-counter .img-counter-current {
  font-weight: 500;
}
section.resources-images .image-slider-outer .lSSlideWrapper, section.resources-videos .image-slider-outer .lSSlideWrapper {
  position: relative;
}
section.resources-images .image-slider-outer .lSSlideWrapper .lSNext, section.resources-videos .image-slider-outer .lSSlideWrapper .lSNext {
  width: 60px;
  height: 60px;
  margin: 0 30px;
  padding: 25px 21px 26px 20px;
  border: solid 1.5px #fff;
  background: none;
  border-radius: 50%;
  bottom: 69px;
  top: auto;
  left: auto;
  right: 246px;
  position: absolute;
  display: block;
  background-image: url(../img/white-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 15;
}
@media (max-width: 767px) {
  section.resources-images .image-slider-outer .lSSlideWrapper .lSNext, section.resources-videos .image-slider-outer .lSSlideWrapper .lSNext {
    right: 0;
    bottom: 100px;
    height: 47px;
    width: 47px;
    opacity: 1;
    padding: 0;
  }
}
section.resources-images .image-slider-outer .lSSlideWrapper .lSPrev, section.resources-videos .image-slider-outer .lSSlideWrapper .lSPrev {
  width: 60px;
  height: 60px;
  margin: 0 30px;
  padding: 25px 21px 26px 20px;
  border: solid 1.5px #fff;
  background: none;
  border-radius: 50%;
  bottom: 69px;
  top: auto;
  left: auto;
  right: 336px;
  position: absolute;
  display: block;
  background-image: url(../img/white-arrow.svg);
  transform: rotate(180deg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 15;
}
@media (max-width: 767px) {
  section.resources-images .image-slider-outer .lSSlideWrapper .lSPrev, section.resources-videos .image-slider-outer .lSSlideWrapper .lSPrev {
    right: 61px;
    bottom: 100px;
    height: 47px;
    width: 47px;
    opacity: 1;
    padding: 0;
  }
}
section.resources-images .video-slider-outer, section.resources-videos .video-slider-outer {
  margin-top: 81px;
  padding-left: 190px;
  padding-right: 190px;
  position: relative;
}
@media (max-width: 830px) {
  section.resources-images .video-slider-outer, section.resources-videos .video-slider-outer {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 480px) {
  section.resources-images .video-slider-outer, section.resources-videos .video-slider-outer {
    padding-left: 80px;
    padding-right: 80px;
  }
}
section.resources-images .video-slider-outer .video-short-desc, section.resources-videos .video-slider-outer .video-short-desc {
  margin-top: 30px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.25px;
  color: #9CA0A0;
}
section.resources-images .video-slider-outer .video-placeholder, section.resources-videos .video-slider-outer .video-placeholder {
  width: 100%;
  height: 0;
  padding-bottom: 64.3%;
  position: relative;
}
section.resources-images .video-slider-outer .video-placeholder img, section.resources-videos .video-slider-outer .video-placeholder img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.resources-images .video-slider-outer .video-placeholder .placeholder-filter img, section.resources-videos .video-slider-outer .video-placeholder .placeholder-filter img {
  position: absolute;
  width: 70px;
  height: 70px;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
}
section.resources-images .video-slider-outer .lSAction, section.resources-videos .video-slider-outer .lSAction {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
section.resources-images .video-slider-outer .lSAction .lSNext, section.resources-videos .video-slider-outer .lSAction .lSNext {
  width: 60px;
  height: 60px;
  margin: 0 30px;
  padding: 25px 21px 26px 20px;
  border: solid 1.5px #fff;
  background: none;
  border-radius: 50%;
  bottom: 69px;
  top: auto;
  left: auto;
  right: 246px;
  position: absolute;
  display: block;
  background-image: url(../img/white-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 15;
  background-color: #6f6f6f;
  right: 51px;
  left: auto;
  width: 70px;
  height: 70px;
  top: calc(50% - 35px - 15px);
}
@media (max-width: 830px) {
  section.resources-images .video-slider-outer .lSAction .lSNext, section.resources-videos .video-slider-outer .lSAction .lSNext {
    right: -10px;
  }
}
@media (max-width: 480px) {
  section.resources-images .video-slider-outer .lSAction .lSNext, section.resources-videos .video-slider-outer .lSAction .lSNext {
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 25px;
  }
}
section.resources-images .video-slider-outer .lSAction .lSPrev, section.resources-videos .video-slider-outer .lSAction .lSPrev {
  width: 60px;
  height: 60px;
  margin: 0 30px;
  padding: 25px 21px 26px 20px;
  border: solid 1.5px #fff;
  background: none;
  border-radius: 50%;
  bottom: 69px;
  top: auto;
  left: auto;
  right: 336px;
  position: absolute;
  display: block;
  background-image: url(../img/white-arrow.svg);
  transform: rotate(180deg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 15;
  background-color: #6f6f6f;
  left: 51px;
  right: auto;
  width: 70px;
  height: 70px;
  top: calc(50% - 35px - 15px);
}
@media (max-width: 830px) {
  section.resources-images .video-slider-outer .lSAction .lSPrev, section.resources-videos .video-slider-outer .lSAction .lSPrev {
    left: -10px;
  }
}
@media (max-width: 480px) {
  section.resources-images .video-slider-outer .lSAction .lSPrev, section.resources-videos .video-slider-outer .lSAction .lSPrev {
    width: 50px;
    height: 50px;
    padding: 0;
    margin-left: 25px;
  }
}

section.resources-videos {
  background: #FFFFFF;
  padding: 87px 0 100px;
}

#tm-popup-backdrop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  background-color: #152133;
  cursor: pointer;
  z-index: 999998;
}

#tm-popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  overflow-y: auto;
  z-index: 999999;
}
#tm-popup .tm-popup-close {
  width: 40px;
  height: 40px;
  top: 37px;
  right: 30px;
  position: absolute;
  background-color: #F4717C;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}
#tm-popup .tm-popup-close:before {
  content: " ";
  position: absolute;
  width: 21px;
  height: 2px;
  background: #fff;
  top: 19px;
  left: 9px;
  transform: rotate(45deg);
}
#tm-popup .tm-popup-close:after {
  content: " ";
  position: absolute;
  width: 2px;
  height: 21px;
  background: #fff;
  left: 19px;
  top: 9px;
  transform: rotate(45deg);
}
#tm-popup .tm-popup-inner .tm-popup-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 67.5%;
}
#tm-popup .tm-popup-inner .tm-popup-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#tm-popup .tm-popup-inner .tm-popup-content {
  display: flex;
}
#tm-popup .tm-popup-inner .tm-popup-content .tm-popup-content-left {
  background: #fff;
  padding: 50px 60px;
}
#tm-popup .tm-popup-inner .tm-popup-content .tm-popup-content-left p, #tm-popup .tm-popup-inner .tm-popup-content .tm-popup-content-left li {
  font-size: 19px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: 0.25px;
  color: #9CA0A0;
}
#tm-popup .tm-popup-inner .tm-popup-content .tm-popup-content-left span.tmp-name {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.23px;
  color: #F4717C;
}
#tm-popup .tm-popup-inner .tm-popup-content .tm-popup-content-left span.tmp-job-title {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.23px;
  color: #F4717C;
}
#tm-popup .tm-popup-inner .tm-popup-content .tm-popup-content-left .tmp-categories {
  margin-top: 27px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #F4717C;
  text-transform: uppercase;
}
#tm-popup .tm-popup-inner .tm-popup-content .tm-popup-content-right {
  background-color: #f9f9fb;
  padding: 50px 55px;
}
#tm-popup .tm-popup-inner .tm-popup-content .tm-popup-content-right .tm-popup-content-right-title {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #F4717C;
  margin-bottom: 45px;
}
#tm-popup .tm-popup-inner .tm-popup-content .tm-popup-content-right a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: 1.33px;
  color: #F4717C;
  text-decoration: underline;
}

section.latest-videos .video-article-lg, section.all-videos .video-article-lg {
  display: flex;
  margin-bottom: 93px;
}
@media (max-width: 991px) {
  section.latest-videos .video-article-lg, section.all-videos .video-article-lg {
    display: block;
    margin-bottom: 50px;
  }
}
section.latest-videos .video-article-lg .video-embed, section.all-videos .video-article-lg .video-embed {
  width: 66.6%;
  position: relative;
}
@media (max-width: 991px) {
  section.latest-videos .video-article-lg .video-embed, section.all-videos .video-article-lg .video-embed {
    width: 100%;
  }
}
section.latest-videos .video-article-lg .video-embed .video-placeholder, section.all-videos .video-article-lg .video-embed .video-placeholder {
  width: 100%;
  height: 0;
  padding-bottom: 66.3%;
  position: relative;
}
section.latest-videos .video-article-lg .video-embed .video-placeholder img, section.all-videos .video-article-lg .video-embed .video-placeholder img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 0 0 5px;
}
section.latest-videos .video-article-lg .video-embed .placeholder-filter img, section.all-videos .video-article-lg .video-embed .placeholder-filter img {
  position: absolute;
  width: 70px;
  height: 70px;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
}
section.latest-videos .video-article-lg .content, section.all-videos .video-article-lg .content {
  width: 33.4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  section.latest-videos .video-article-lg .content, section.all-videos .video-article-lg .content {
    width: 100%;
  }
}
section.latest-videos .video-article-lg .content .video-short-desc, section.all-videos .video-article-lg .content .video-short-desc {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0.25px;
  color: #9CA0A0;
}
section.latest-videos .video-article-sm, section.all-videos .video-article-sm {
  display: block !important;
}
@media (min-width: 992px) {
  section.latest-videos .video-article-sm, section.all-videos .video-article-sm {
    height: 100%;
  }
}
@media (max-width: 991px) {
  section.latest-videos .video-article-sm, section.all-videos .video-article-sm {
    margin-bottom: 50px !important;
  }
}
section.latest-videos .video-article-sm .video-embed, section.all-videos .video-article-sm .video-embed {
  width: 100%;
  height: 0;
  padding-bottom: 72.3%;
  position: relative;
}
section.latest-videos .video-article-sm .video-embed .video-placeholder, section.all-videos .video-article-sm .video-embed .video-placeholder {
  width: 100%;
  height: 0;
  padding-bottom: 72.3%;
  position: relative;
}
section.latest-videos .video-article-sm .video-embed .video-placeholder img, section.all-videos .video-article-sm .video-embed .video-placeholder img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 0 0 5px;
}
section.latest-videos .video-article-sm .video-embed .placeholder-filter img, section.all-videos .video-article-sm .video-embed .placeholder-filter img {
  position: absolute;
  width: 70px;
  height: 70px;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
}
section.latest-videos .video-article-sm .content, section.all-videos .video-article-sm .content {
  padding: 40px 40px 40px 40px !important;
  width: 100% !important;
}

.wfs-pagination {
  text-align: center;
  margin-top: 30px;
}
.wfs-pagination .prev, .wfs-pagination .next {
  display: none !important;
}
.wfs-pagination .page-numbers {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.17px;
  text-align: center;
  color: #9CA0A0;
  padding: 9px;
  background-color: #fefefe;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 10px;
  display: inline-block;
  border-radius: 50%;
}
.wfs-pagination .page-numbers:hover {
  background-color: #EE2536;
  color: #fff;
}
.wfs-pagination .page-numbers.current {
  color: #ededed;
  background-color: #EE2536;
}

div.single-location-main {
  position: relative;
}
div.single-location-main:before {
  content: " ";
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translate(-300px, 0);
  top: 0;
  bottom: 0;
  background: #F9F9FB;
  height: 100%;
  width: 100%;
  transform: skew(-15deg);
}
div.single-location-main section.single-location-hero {
  padding-top: 325px;
  padding-bottom: 73px;
}
div.single-location-main section.single-location-hero h1 {
  font-size: 70px;
  line-height: 1.25;
  letter-spacing: 0.44px;
  color: #EE2536;
}
div.single-location-main section.single-location-hero h2 {
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0.25px;
  color: #EE2536;
}
div.single-location-main section.single-location-hero #breadcrumbs {
  color: #EE2536;
  margin-top: 20px;
}
div.single-location-main section.single-location-hero #breadcrumbs a {
  color: inherit;
}
div.single-location-main section.single-location-map {
  padding-top: 72px;
  padding-bottom: 53px;
}
div.single-location-main section.single-location-map .map-and-pin {
  position: relative;
}
div.single-location-main section.single-location-map .map-and-pin .map img {
  width: 100%;
  height: auto;
}
div.single-location-main section.single-location-map .map-and-pin .pin {
  position: absolute;
  transform: translate(-50%, -100%);
}
div.single-location-main section.single-location-lists {
  padding-top: 52px;
  padding-bottom: 132px;
}
div.single-location-main section.single-location-lists .sl-list {
  padding: 38px 0 65px;
  border-bottom: solid 1px #dbdbdb;
}
div.single-location-main section.single-location-lists .bl-title {
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 0.21px;
  color: #F4717C;
}
div.single-location-main section.single-location-lists .bl-title .bl-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin: 0 26px 0 0;
  background-color: #f9f9fb;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
div.single-location-main section.single-location-lists .bl-title .bl-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 40px;
  max-height: 40px;
  width: auto;
  height: auto;
  display: block;
}
div.single-location-main section.single-location-lists .bl-list {
  margin-bottom: 0;
  list-style: none;
  padding-left: 37px;
}
div.single-location-main section.single-location-lists .bl-list li {
  position: relative;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.32;
  letter-spacing: 0.25px;
  color: #9CA0A0;
  margin-bottom: 14px;
}
div.single-location-main section.single-location-lists .bl-list li:before {
  content: " ";
  position: absolute;
  left: -37px;
  top: 8px;
  width: 20px;
  height: 10px;
  background-image: url(../img/red-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

header .navbar-items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .navbar-items a.tracking, header .navbar-items a.search {
  top: -4px;
}
header .navbar-items .search-bar-outer {
  position: relative;
}
header .navbar-items .search-bar-outer .search-bar {
  display: block;
  position: absolute;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  left: calc(100% + 20px);
  right: -20px;
  width: auto;
  top: -7px;
  bottom: auto;
}
header .navbar-items .search-bar-outer .search-bar.active {
  left: 0;
}
header .navbar-items .search-bar-outer .search-bar input[type=text] {
  display: block;
  width: 100%;
  padding: 32px 110px 33px 26px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: none;
  background-color: #fafafc;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #a6b0bf;
  padding: 14px 20px;
}
header .navbar-items .search-bar-outer .search-bar button {
  position: absolute;
  background: none;
  border: none;
  outline: none;
  background-image: url(../img/search-icon-blue.svg);
  top: 15px;
  right: 23px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

section.search-page {
  padding: 60px 0 60px;
}
section.search-page form label {
  width: 100%;
}
section.search-page form label span {
  display: block;
  margin-bottom: 5px;
}
section.search-page form input, section.search-page form select {
  width: 100%;
  margin-bottom: 20px;
  height: 35px;
  padding: 5px 9px;
}

/*# sourceMappingURL=custom.min.css.map */
