.banner-section .custom-banner {
  text-align: center;
  margin-bottom: 28px;
}
.banner-section .custom-banner .banner-content {
  display: inline-block;
}

.about-section .about-top {
  padding: 20px 0;
}
@media screen and (max-width: 576px) {
  .about-section .about-top {
    margin-bottom: 20px;
  }
}
.about-section .about-top .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 0 -2%;
}
@media screen and (max-width: 576px) {
  .about-section .about-top .row {
    margin: 0;
  }
}
.about-section .about-top .row .nav-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 23%;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .about-section .about-top .row .nav-block {
    width: 48%;
    margin: 0 0 3% 2%;
  }
}
@media screen and (max-width: 576px) {
  .about-section .about-top .row .nav-block {
    width: 100%;
    margin: 0 0 3% 0;
  }
}
.about-section .about-top .row .nav-block .img {
  display: block;
  position: relative;
  height: 184px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.about-section .about-top .row .nav-block .img img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.about-section .about-top .row .nav-block .link {
  font-family: "Biotif", Arial, sans;
  font-size: 18px;
  font-size: 1.125rem;
  color: #9a031e;
  margin: 4px 0 28px 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .about-section .about-top .row .nav-block .link {
    margin: 4px 0 0 0;
  }
}
.about-section .about-top .row .nav-block a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .about-section .about-top .row .three {
    margin-left: 0;
  }
}

.how-section a.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

.blue-section .useful {
  padding: 30px;
  background-color: #bfdbf7;
  text-align: center;
  margin: 30px 0 30px 0;
}
.blue-section .useful h1 {
  margin: 0 0 16px 0;
}
.blue-section .useful p {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Biotif", Arial, sans;
  margin-bottom: 28px;
}
.blue-section .useful a {
  display: inline-block;
  color: #ffffff;
  font-family: "Biotif", Arial, sans;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 16px 6px 16px;
  background-color: #9a031e;
  margin-bottom: 16px;
}
.blue-section .useful a img {
  width: 14px;
  height: 14px;
  transform: translateY(1.5px);
}
.blue-section .useful a .white {
  display: inline-block;
}
.blue-section .useful a .red {
  display: none;
}
.blue-section .useful a:hover {
  color: #ed1a3b;
}
.blue-section .useful a:hover .white {
  display: none;
}
.blue-section .useful a:hover .red {
  display: inline-block;
}

.say-section a.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}
.say-section .reviews {
  margin-bottom: 42px;
}
.say-section .reviews h2 {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 29px;
  font-size: 1.8125rem;
  color: #212121;
  margin-bottom: 16px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .say-section .reviews h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 375px) {
  .say-section .reviews h2 {
    margin-top: 20px;
  }
}
.say-section .reviews h2 a {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 29px;
  font-size: 1.8125rem;
  color: #9a031e;
}
.say-section .reviews h2 a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 375px) {
  .say-section .reviews h2 {
    text-align: center;
  }
}
.say-section .reviews .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.say-section .reviews .row .item {
  width: 33.3333333%;
  padding: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .say-section .reviews .row .item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .say-section .reviews .row .item {
    width: 100%;
  }
}
.say-section .reviews .row .item img {
  display: inline-block;
}
.say-section .reviews .row .item h3 {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 23px;
  font-size: 1.4375rem;
  color: #212121;
  margin-bottom: 16px;
}
.say-section .reviews .row .item h4 {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0086db;
  margin-bottom: 16px;
}
.say-section .reviews .row .item p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
}

.advisory-section .advisory h2 {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 29px;
  font-size: 1.8125rem;
  color: #212121;
  margin-bottom: 16px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .advisory-section .advisory h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 375px) {
  .advisory-section .advisory h2 {
    margin-top: 20px;
  }
}
.advisory-section .advisory h2 a {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 29px;
  font-size: 1.8125rem;
  color: #9a031e;
}
.advisory-section .advisory h2 a:hover {
  text-decoration: underline;
}
.advisory-section .advisory p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #444444;
  font-family: "Biotif", Arial, sans;
  margin-bottom: 28px;
}
.advisory-section .advisory p a {
  font-family: "Biotif", Arial, sans;
  font-size: 18px;
  font-size: 1.125rem;
  color: #9a031e;
}
.advisory-section .advisory p a:hover {
  text-decoration: underline;
}
.advisory-section .advisory .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 0 -2%;
}
.advisory-section .advisory .row .row-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 23%;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .advisory-section .advisory .row .row-item {
    width: 48%;
    margin: 0 0 3% 2%;
  }
}
@media screen and (max-width: 576px) {
  .advisory-section .advisory .row .row-item {
    width: 100%;
    margin: 0 0 3% 0;
  }
}
.advisory-section .advisory .row .row-item img {
  width: 100%;
}
.advisory-section .advisory .row .row-item p {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #444444;
  font-family: "Biotif", Arial, sans;
  margin-bottom: 28px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .advisory-section .advisory .row .row-item p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .advisory-section .advisory .row .three {
    margin-left: 0;
  }
}

.who-section a.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}
.who-section .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 0 -2%;
}
.who-section .row .row-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 23%;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .who-section .row .row-item {
    width: 48%;
    margin: 0 0 3% 2%;
  }
}
@media screen and (max-width: 576px) {
  .who-section .row .row-item {
    width: 100%;
    margin: 0 0 3% 0;
  }
}
.who-section .row .row-item img {
  width: 100%;
}
.who-section .row .row-item p {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #444444;
  font-family: "Biotif", Arial, sans;
  margin-bottom: 28px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .who-section .row .row-item p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .who-section .row .three {
    margin-left: 0;
  }
}

.top-section {
  background-image: url(../images/03926aa589bcc7ba2038052f913c638b.png);
  background-size: cover;
  margin-top: -60px;
}
.top-section .blue-block {
  text-align: center;
  padding: 40px;
  margin-bottom: 42px;
}
.top-section .blue-block h1 {
  margin-top: 0;
  color: #ffffff;
}
.top-section .blue-block p {
  font-family: "Biotif", Arial, sans;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
}

.membership-section .membership-block {
  text-align: center;
  margin-bottom: 26px;
}
.membership-section .membership-block h2 {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 29px;
  font-size: 1.8125rem;
  color: #212121;
  margin-bottom: 16px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .membership-section .membership-block h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 375px) {
  .membership-section .membership-block h2 {
    margin-top: 20px;
  }
}
.membership-section .membership-block h2 a {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 29px;
  font-size: 1.8125rem;
  color: #9a031e;
}
.membership-section .membership-block h2 a:hover {
  text-decoration: underline;
}
.membership-section .membership-block hr {
  border-top: 1px solid #dcdcdc;
  margin: 24px 0 42px 0;
}
.membership-section .membership-block .grey-block {
  display: flex;
  flex-direction: column;
  background-color: #efefef;
  padding: 20px;
}
.membership-section .membership-block .grey-block .options {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.membership-section .membership-block .grey-block .options .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 25%;
  border: 1px solid #efefef;
  background-color: #ffffff;
  padding: 16px;
}
.membership-section .membership-block .grey-block .options .column ul {
  padding-left: 26px;
}
.membership-section .membership-block .grey-block .options .column ul li {
  list-style: disc;
  marging-bottom: 16px;
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #444444;
}
.membership-section .membership-block .grey-block .options .column h4 {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 16px;
}
.membership-section .membership-block .grey-block .options .column span p {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 35px;
  font-size: 2.1875rem;
  color: #212121;
}
.membership-section .membership-block .grey-block .options .column p {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #212121;
  margin-bottom: 16px;
}
.membership-section .membership-block .grey-block .options .column a {
  display: inline-block;
  color: #ffffff;
  font-family: "Biotif", Arial, sans;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 16px 6px 16px;
  background-color: #9a031e;
}
.membership-section .membership-block .grey-block .options .column a:hover {
  color: #ed1a3b;
}
@media screen and (max-width: 992px) {
  .membership-section .membership-block .grey-block .options .column {
    width: 49%;
    margin-bottom: 2%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 576px) {
  .membership-section .membership-block .grey-block .options .column {
    width: 100%;
    margin-bottom: 4%;
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .membership-section .membership-block .grey-block .options .column:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .membership-section .membership-block .grey-block .options .three {
    margin-left: 0;
  }
}
.membership-section .membership-block .grey-block .options .two {
  border: 10px solid #9a031e;
}
.membership-section .membership-block .grey-block .options .two h3 {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 23px;
  font-size: 1.4375rem;
  text-transform: uppercase;
  color: #9a031e;
  margin-bottom: 16px;
}
.membership-section .membership-block .grey-block .offer h5 {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 40px;
  font-size: 2.5rem;
  color: #212121;
  margin: 32px 0;
}
.membership-section .membership-block .grey-block .offer .select {
  display: inline-block;
  color: #ffffff;
  font-family: "Biotif", Arial, sans;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 10px 16px 6px 16px;
  background-color: #9a031e;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.membership-section .membership-block .grey-block .offer .select:hover {
  color: #ed1a3b;
}
.membership-section .membership-block .grey-block .offer .underline {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 23px;
  font-size: 1.4375rem;
  color: #212121;
  text-decoration: underline;
  margin: 42px 0 16px 0;
}
.membership-section .membership-block .grey-block .offer p {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #212121;
  margin-bottom: 16px;
}
.membership-section .membership-block .grey-block .offer p a {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #9a031e;
}
.membership-section .membership-block .grey-block .offer p a:hover {
  text-decoration: underline;
}

.toughest-jobs .about {
  text-align: center;
  border: 0 !important;
}
.toughest-jobs .about h2 {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 29px;
  font-size: 1.8125rem;
  color: #212121;
  margin-bottom: 16px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .toughest-jobs .about h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 375px) {
  .toughest-jobs .about h2 {
    margin-top: 20px;
  }
}
.toughest-jobs .about h2 a {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 29px;
  font-size: 1.8125rem;
  color: #9a031e;
}
.toughest-jobs .about h2 a:hover {
  text-decoration: underline;
}
.toughest-jobs .about h2 {
  margin: 0 0 32px 0 !important;
}
.toughest-jobs .about h2::before {
  content: none !important;
}

.il-members {
  border-top: 0 !important;
  padding-top: 0 !important;
}

.say-about .title-say {
  background-color: #efefef;
  padding: 28px 20px 20px 20px;
  margin-top: 56px;
  text-align: center;
}
.say-about .title-say p {
  font-family: "Biotif", Arial, sans;
  font-weight: bold;
  font-size: 29px;
  font-size: 1.8125rem;
  color: #212121;
}
.say-about .reviews {
  margin-bottom: 42px;
}
.say-about .reviews h2 {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 29px;
  font-size: 1.8125rem;
  color: #212121;
  margin-bottom: 16px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .say-about .reviews h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 375px) {
  .say-about .reviews h2 {
    margin-top: 20px;
  }
}
.say-about .reviews h2 a {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 29px;
  font-size: 1.8125rem;
  color: #9a031e;
}
.say-about .reviews h2 a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 375px) {
  .say-about .reviews h2 {
    text-align: center;
  }
}
.say-about .reviews .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.say-about .reviews .row .item {
  width: 33.3333333%;
  padding: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .say-about .reviews .row .item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .say-about .reviews .row .item {
    width: 100%;
  }
}
.say-about .reviews .row .item img {
  display: inline-block;
}
.say-about .reviews .row .item h3 {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 23px;
  font-size: 1.4375rem;
  color: #212121;
  margin-bottom: 16px;
}
.say-about .reviews .row .item h4 {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0086db;
  margin-bottom: 16px;
}
.say-about .reviews .row .item p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
}

.get-section .get h2 {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 29px;
  font-size: 1.8125rem;
  color: #212121;
  margin-bottom: 16px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .get-section .get h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 375px) {
  .get-section .get h2 {
    margin-top: 20px;
  }
}
.get-section .get h2 a {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 29px;
  font-size: 1.8125rem;
  color: #9a031e;
}
.get-section .get h2 a:hover {
  text-decoration: underline;
}
.get-section .get ol {
  padding-left: 42px;
  counter-reset: my-counter;
}
.get-section .get ol li {
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #444444;
  padding-bottom: 16px;
  position: relative;
}
.get-section .get ol li a {
  color: #9a031e;
}
.get-section .get ol li a:hover {
  text-decoration: underline;
}
.get-section .get ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  left: -42px;
  font-family: "Tiempos", Times New Roman, serif;
  background: #000000;
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
}

.darkBlue-section {
  background-color: #0086db;
  margin: 56px 0 96px 0;
}
.darkBlue-section .join {
  padding: 30px 0 20px 0;
  text-align: center;
}
.darkBlue-section .join p {
  font-family: "Biotif", Arial, sans;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}
.darkBlue-section .join .join-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .darkBlue-section .join .join-button {
    flex-direction: column;
  }
}
.darkBlue-section .join .join-button div {
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .darkBlue-section .join .join-button div {
    margin-left: 0;
    margin-top: 20px;
  }
}
.darkBlue-section .join .join-button div a {
  display: inline-block;
  color: #444444;
  font-family: "Biotif", Arial, sans;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 10px 16px 6px 16px;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.darkBlue-section .join .join-button div a i {
  margin-right: 5px;
}
.darkBlue-section .join .join-button div a img {
  width: 14px;
  height: 14px;
  transform: translateY(1.5px);
}
.darkBlue-section .join .join-button div a .dark {
  display: inline-block;
}
.darkBlue-section .join .join-button div a .blue {
  display: none;
}
.darkBlue-section .join .join-button div a.gallery {
  position: relative;
}
.darkBlue-section .join .join-button div a:hover {
  color: #0086db;
}
.darkBlue-section .join .join-button div a:hover .dark {
  display: none;
}
.darkBlue-section .join .join-button div a:hover .blue {
  display: inline-block;
}
.darkBlue-section .join .join-button div:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .darkBlue-section .join .join-button div:first-child {
    margin-top: 0;
  }
}

.page-blue-section {
  padding: 90px 0 75px;
  margin-bottom: 100px;
  background: transparent url(../images/700a2051d2bc98dd03f6964ae645d323.jpg) center center no-repeat;
  margin-top: -60px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
@media screen and (max-width: 768px) {
  .page-blue-section {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-blue-section {
    padding: 40px 0;
  }
}
.page-blue-section .page-blue-section-wrapper h1 {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 66px;
  font-family: "Biotif", Arial, sans;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .page-blue-section .page-blue-section-wrapper h1 {
    font-size: 41px;
    font-size: 2.5625rem;
    line-height: 52px;
  }
}
@media screen and (max-width: 576px) {
  .page-blue-section .page-blue-section-wrapper h1 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
  }
}
.page-blue-section .page-blue-section-wrapper .description {
  color: #ffffff;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 37px;
  font-family: "Biotif", Arial, sans;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page-blue-section .page-blue-section-wrapper .description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
  }
}

.three-posts-block {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .three-posts-block {
    margin-bottom: 50px;
  }
}
.three-posts-block h2 {
  margin-bottom: 41px;
}
.three-posts-block .block-description {
  margin: -20px 0 25px 0;
  font-family: "Tiempos", Times New Roman, serif;
  color: #444444;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 29px;
  font-weight: normal;
}
.three-posts-block .three-posts-block-wrapper ul {
  list-style: none;
  margin: 0 0 0 -4%;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .three-posts-block .three-posts-block-wrapper ul {
    display: block;
    margin: 0;
  }
}
.three-posts-block .three-posts-block-wrapper ul .post-item {
  width: 29.3%;
  margin-bottom: 0;
  margin-left: 4%;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .three-posts-block .three-posts-block-wrapper ul .post-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.three-posts-block .three-posts-block-wrapper ul .post-item .thumb {
  display: block;
  position: relative;
  height: 229px;
  overflow: hidden;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .three-posts-block .three-posts-block-wrapper ul .post-item .thumb {
    height: 439px;
  }
}
@media screen and (max-width: 576px) {
  .three-posts-block .three-posts-block-wrapper ul .post-item .thumb {
    height: 250px;
  }
}
.three-posts-block .three-posts-block-wrapper ul .post-item .thumb img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.three-posts-block .three-posts-block-wrapper ul .post-item .excerpt {
  text-align: center;
  font-family: "Tiempos", Times New Roman, serif;
  color: #444444;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 29px;
  font-weight: normal;
  margin-bottom: 18px;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* after 3 line show ... */
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .three-posts-block .three-posts-block-wrapper ul .post-item .excerpt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    -webkit-line-clamp: initial;
    display: block;
    height: auto;
  }
}
.three-posts-block .three-posts-block-wrapper ul .post-item .link {
  display: block;
  text-align: center;
  font-family: "Tiempos", Times New Roman, serif;
  color: #9a031e;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 29px;
}
.three-posts-block .three-posts-block-wrapper ul .post-item .link:hover {
  text-decoration: underline;
}
.three-posts-block .three-posts-block-wrapper ul .post-item .link:after {
  content: "";
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRUQxQTNCO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjE0LjgsNDc4bC0yMC43LTIxLjZMNDAzLjMsMjU2TDE5NC4xLDU1LjZMMjE0LjgsMzRsMjMxLjcsMjIyTDIxNC44LDQ3OHogTTMxNy45LDI1Nkw4Ni4yLDM0TDY1LjUsNTUuNg0KCUwyNzQuNywyNTZMNjUuNSw0NTYuNEw4Ni4yLDQ3OEwzMTcuOSwyNTZ6Ii8+DQo8L3N2Zz4NCg==) top left no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
}

.two-columns-section h1 {
  margin-bottom: 36px;
}
.two-columns-section .two-columns-section-wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  .two-columns-section .two-columns-section-wrapper {
    display: block;
  }
}
.two-columns-section .two-columns-section-wrapper .column-one {
  flex: 1 0 0px;
  min-width: 0px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .two-columns-section .two-columns-section-wrapper .column-one {
    padding-right: 0;
    margin-bottom: 36px;
  }
}
.two-columns-section .two-columns-section-wrapper .column-two {
  width: 375px;
}
@media screen and (max-width: 768px) {
  .two-columns-section .two-columns-section-wrapper .column-two {
    width: 100%;
  }
}
.two-columns-section .two-columns-section-wrapper .column-two .single-image {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .two-columns-section .two-columns-section-wrapper .column-two .single-image img {
    width: 100%;
  }
}

.wp-block-quote {
  font-family: "Stanleyposter", Times New Roman, serif;
  border-top: 2px dotted #707070;
  border-bottom: 2px dotted #707070;
  margin-top: 175px;
  margin-bottom: 42px;
  position: relative;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .wp-block-quote {
    margin-top: 105px;
  }
}
.wp-block-quote:before {
  content: "";
  position: absolute;
  top: -150px;
  left: calc(50% - 70px);
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgwIiBoZWlnaHQ9IjE4MCIgdmlld0JveD0iMCAwIDE4MCAxODAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMTgwIDkwQzE4MCAxMDcuOCAxNzQuNzIyIDEyNS4yMDEgMTY0LjgzMiAxNDAuMDAxQzE1NC45NDMgMTU0LjgwMiAxNDAuODg3IDE2Ni4zMzcgMTI0LjQ0MiAxNzMuMTQ5QzEwNy45OTYgMTc5Ljk2MSA4OS45MDAyIDE4MS43NDMgNzIuNDQxOSAxNzguMjcxQzU0Ljk4MzYgMTc0Ljc5OCAzOC45NDcxIDE2Ni4yMjYgMjYuMzYwNCAxNTMuNjRDMTMuNzczNyAxNDEuMDUzIDUuMjAyMDMgMTI1LjAxNiAxLjcyOTM3IDEwNy41NThDLTEuNzQzMyA5MC4wOTk4IDAuMDM4OTk1NyA3Mi4wMDM4IDYuODUwODggNTUuNTU4NUMxMy42NjI4IDM5LjExMzEgMjUuMTk4MyAyNS4wNTcxIDM5Ljk5ODcgMTUuMTY3N0M1NC43OTkxIDUuMjc4NDEgNzIuMTk5NyAwIDkwIDBDMTEzLjg3IDAgMTM2Ljc2MSA5LjQ4MjExIDE1My42NCAyNi4zNjA0QzE3MC41MTggNDMuMjM4NyAxODAgNjYuMTMwNSAxODAgOTAiIGZpbGw9IiNCRkRCRjciLz4NCjxwYXRoIGQ9Ik04Mi4yMzQ2IDU5VjkwLjgyNTNDODIuMjM0NiAxMTAuNzA2IDY4LjQ5NTQgMTIwLjM1MyA1NC43NTM3IDEyMS44MTFWMTA4Ljk1QzY0LjEwOTkgMTA3LjQ4OSA2OS4zNzEgMTAwLjc2NSA2OS4zNzEgOTAuODIxNFY4OS4xMTAySDUzVjU5SDgyLjIzNDZaTTEyNy44NDEgOTAuODI3OUMxMjcuODQxIDExMC43MDkgMTE0LjEwMSAxMjAuMzU2IDEwMC4zNjIgMTIxLjgxNFYxMDguOTVDMTEwLjAwNSAxMDcuNDg5IDExNC45NzkgMTAwLjc2NSAxMTQuOTc5IDkwLjgyMTRWODkuMTEwMkg5OC4zMTVWNTlIMTI3Ljg0MVY5MC44Mjc5WiIgZmlsbD0iIzExMUY3RCIvPg0KPC9zdmc+DQo=) top left no-repeat;
  display: inline-block;
  width: 140px;
  height: 140px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
@media screen and (max-width: 768px) {
  .wp-block-quote:before {
    width: 70px;
    height: 70px;
    top: -85px;
    left: calc(50% - 35px);
  }
}
.wp-block-quote p {
  color: #9a031e;
  font-size: 32px;
  font-size: 2rem;
  line-height: 41px;
  font-family: "Stanleyposter", Times New Roman, serif;
  width: 74%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wp-block-quote p {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 29px;
    width: 100%;
  }
}

.calendar-section h1 {
  margin: 40px 0 56px 0;
}
.calendar-section .two-column-block-wrapper {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .calendar-section .two-column-block-wrapper {
    flex-direction: column;
  }
}
.calendar-section .two-column-block-wrapper .column {
  display: flex;
  flex-direction: column;
  width: 49%;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .calendar-section .two-column-block-wrapper .column {
    width: 100%;
    margin-left: 0;
  }
}
.calendar-section .two-column-block-wrapper .column .item {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 42px;
}
.calendar-section .two-column-block-wrapper .column .item .text p a:after {
  content: "";
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xIDEzTDcgN0wxIDFWM0w1IDdMMSAxMVYxM1oiIGZpbGw9IiM5QTAzMUUiLz4NCjxwYXRoIGQ9Ik03IDEzTDEzIDdMNyAxVjNMMTEgN0w3IDExVjEzWiIgZmlsbD0iIzlBMDMxRSIvPg0KPC9zdmc+DQo=) top left no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
}
.calendar-section .two-column-block-wrapper .column:first-child {
  margin-left: 0;
}

.partner-section h1 {
  margin-top: 60px;
  border-bottom: 2px solid #dcdcdc;
}
.partner-section .partnership-block-wrapper .preview {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-top: 50px;
}
.partner-section .partnership-block-wrapper .preview .left-side {
  width: 100%;
}
.partner-section .partnership-block-wrapper .preview .left-side .text p {
  color: #212121;
  font-weight: bold;
}
.partner-section .partnership-block-wrapper .preview .left-side .text p a {
  font-weight: bold;
}
.partner-section .partnership-block-wrapper .preview .right-side {
  width: 214px;
  margin-left: 2%;
}
.partner-section .partnership-block-wrapper .preview .right-side .fs-icon {
  position: absolute;
  right: 0;
  top: -42px;
  width: 42px;
  height: 35px;
}
.partner-section .partnership-block-wrapper .preview .right-side .fs-icon a {
  display: block;
  font-size: 0px;
  font-size: 0rem;
  padding: 0;
}
.partner-section .partnership-block-wrapper .preview .right-side .fs-icon a img {
  display: block;
}
.partner-section .partnership-block-wrapper .preview .right-side .fs-icon a .hover {
  display: none;
}
.partner-section .partnership-block-wrapper .preview .right-side .fs-icon a:hover .hover {
  display: block;
}
.partner-section .partnership-block-wrapper .preview .right-side .fs-icon a:hover .base {
  display: none;
}
.partner-section .partnership-block-wrapper .preview .right-side .image a {
  display: block;
  margin-bottom: 10px;
}
.partner-section .partnership-block-wrapper .preview .right-side p {
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  color: #444444;
}
.partner-section .partnership-block-wrapper .preview .right-side p a {
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 16px;
  font-size: 1rem;
  color: #9a031e;
}
.partner-section .partnership-block-wrapper .preview .right-side p a:hover {
  text-decoration: underline;
}

.cross-section h4 {
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #444444;
  margin: 80px 0 28px 0;
}
.cross-section .membership-list span p {
  font-weight: normal !important;
  text-decoration: underline;
}

.contact-section h1 {
  margin-top: 60px;
}

.article-section {
  padding-top: 60px;
}
.article-section .article-bordered-cell {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 42px;
}
.article-section .article-bordered-cell a {
  color: #9a031e;
  font-family: "Tiempos", Times New Roman, serif;
}
.article-section h2 {
  margin-bottom: 30px;
}
.article-section .more-resources .row {
  margin-bottom: 0;
}
.article-section .more-resources .row .promo .info .teg span p:after {
  display: none;
}

.contributing-section h1 {
  margin-top: 60px;
}
.contributing-section .contributing-block .text ul {
  margin-bottom: 28px;
}
.contributing-section .contributing-block .text ul li a {
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #9a031e;
}
.contributing-section .contributing-block .text ul li a:hover {
  text-decoration: underline;
}

.right-sidebar-layout {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .right-sidebar-layout {
    display: block;
  }
}
.right-sidebar-layout .main-col {
  flex: 1 0 0px;
  min-width: 0px;
}
@media screen and (max-width: 768px) {
  .right-sidebar-layout .main-col {
    margin-bottom: 50px;
  }
}
.right-sidebar-layout .sidebar-col {
  width: 374px;
  margin-left: 30px;
}
@media screen and (max-width: 992px) {
  .right-sidebar-layout .sidebar-col {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .right-sidebar-layout .sidebar-col {
    margin-left: 0;
    width: 100%;
  }
}
.right-sidebar-layout .sidebar-col .sidebar-holder {
  margin-bottom: 42px;
}
.right-sidebar-layout.bordered-right-sidebar .main-col {
  padding-right: 30px;
  border-right: 1px solid #f0f2f2;
}
@media screen and (max-width: 768px) {
  .right-sidebar-layout.bordered-right-sidebar .main-col {
    padding-right: 0;
    border-right: none;
  }
}
.right-sidebar-layout.bordered-right-sidebar .main-col h1 {
  border-bottom: 1px solid #f0f2f2;
  padding-bottom: 28px;
  margin-bottom: 48px;
}
.archive .right-sidebar-layout .sidebar-col, .single-content_author .right-sidebar-layout .sidebar-col {
  width: 300px;
}
@media screen and (max-width: 992px) {
  .archive .right-sidebar-layout .sidebar-col, .single-content_author .right-sidebar-layout .sidebar-col {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .archive .right-sidebar-layout .sidebar-col, .single-content_author .right-sidebar-layout .sidebar-col {
    width: 100%;
  }
}

.left-sidebar-layout {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .left-sidebar-layout {
    display: block;
  }
}
.left-sidebar-layout .main-col {
  flex: 1 0 0px;
  min-width: 0px;
}
@media screen and (max-width: 768px) {
  .left-sidebar-layout .main-col {
    margin-bottom: 50px;
  }
}
.left-sidebar-layout .sidebar-col {
  width: 374px;
  margin-right: 30px;
}
@media screen and (max-width: 992px) {
  .left-sidebar-layout .sidebar-col {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .left-sidebar-layout .sidebar-col {
    margin-left: 0;
    width: 100%;
  }
}
.left-sidebar-layout .sidebar-col .sidebar-holder {
  margin-bottom: 42px;
}
.left-sidebar-layout.bordered-right-sidebar .main-col {
  padding-right: 30px;
  border-right: 1px solid #f0f2f2;
}
@media screen and (max-width: 768px) {
  .left-sidebar-layout.bordered-right-sidebar .main-col {
    padding-right: 0;
    border-right: none;
  }
}
.left-sidebar-layout.bordered-right-sidebar .main-col h1 {
  border-bottom: 1px solid #f0f2f2;
  padding-bottom: 28px;
  margin-bottom: 48px;
}
.left-sidebar-layout.bordered-left-sidebar .main-col {
  padding-left: 30px;
  border-left: 1px solid #f0f2f2;
}

.topics-list h1 {
  margin-bottom: 42px;
}
.topics-list .featured-topic {
  margin-bottom: 42px;
}
.topics-list .featured-topic .thumb {
  position: relative;
  padding-bottom: 66.4%;
  height: 0;
  display: block;
  margin-bottom: 14px;
}
.topics-list .featured-topic .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.topics-list .featured-topic .thumb.video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTczIDQ4Ljg4NjNDNzIuOTk0NiA1MC41MDYzIDcyLjI3NzQgNTIuMDU4NSA3MS4wMDQ5IDUzLjIwNEM2OS43MzI1IDU0LjM0OTUgNjguMDA4MiA1NC45OTUyIDY2LjIwODcgNTVIMS42OTA5OFYxLjUwNUg3M1Y0OC44ODYzWiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0xNi4wNjQzIDM5LjI4MDJDMTYuMDcwNyAzOS42ODY3IDE2LjE2ODMgNDAuMDg3OCAxNi4zNTExIDQwLjQ2MDNDMTYuNTM0IDQwLjgzMjcgMTYuNzk4NSA0MS4xNjg5IDE3LjEyOTIgNDEuNDQ5M0MxNy40NTk5IDQxLjcyOTYgMTcuODUwMiA0MS45NDgzIDE4LjI3NzEgNDIuMDkyN0MxOC43MDM5IDQyLjIzNzEgMTkuMTU4OSA0Mi4zMDQzIDE5LjYxNTMgNDIuMjkwMkg1NC43ODc3QzU1LjcwMTYgNDIuMjkzNCA1Ni41ODE2IDQxLjk4MTkgNTcuMjQzNCA0MS40MjA5QzU3LjkwNTIgNDAuODU5OSA1OC4yOTc3IDQwLjA5MjkgNTguMzM4NyAzOS4yODAyVjE2LjU1NDlDNTguMzMyMyAxNi4xNDg1IDU4LjIzNDcgMTUuNzQ3MyA1OC4wNTE5IDE1LjM3NDlDNTcuODY5IDE1LjAwMjQgNTcuNjA0NSAxNC42NjYyIDU3LjI3MzggMTQuMzg1OUM1Ni45NDMxIDE0LjEwNTYgNTYuNTUyOCAxMy44ODY4IDU2LjEyNiAxMy43NDI0QzU1LjY5OTEgMTMuNTk4IDU1LjI0NDEgMTMuNTMwOSA1NC43ODc3IDEzLjU0NDlIMTkuNjE1M0MxOC43MDE0IDEzLjU0MTggMTcuODIxNCAxMy44NTMzIDE3LjE1OTYgMTQuNDE0M0MxNi40OTc4IDE0Ljk3NTMgMTYuMTA1MyAxNS43NDIzIDE2LjA2NDMgMTYuNTU0OVYzOS4yODAyWk0zMi45NzQxIDIxLjA2OTlMNDQuODEwOSAyOC41OTQ4TDMyLjk3NDEgMzYuMTE5OFYyMS4wNjk5WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.topics-list .featured-topic .thumb.audio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNTAyIiBkPSJNNzIuNzEyIDQ4LjE1OTdDNzIuNzA2NyA0OS43NTQ4IDcxLjk5MjMgNTEuMjgzMyA3MC43MjUgNTIuNDExMkM2OS40NTc3IDUzLjUzOTEgNjcuNzQwNCA1NC4xNzQ5IDY1Ljk0ODEgNTQuMTc5N0gxLjY5MDkyVjEuNTA1SDcyLjcxMlY0OC4xNTk3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0zMC42MDY3IDQwLjMzMzhIMjguOTE1OFYzMy4yNjAzSDMwLjYwNjdWNDAuMzMzOFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzMuOTg4NyA0Mi43NDE3SDMyLjI5NzdWMzAuODUyM0gzMy45ODg3VjQyLjc0MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTQyLjQ0MzYgMzMuMjYwM0g0NC4xMzQ2VjQwLjMzMzhINDIuNDQzNlYzMy4yNjAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0zOS4wNjE2IDMwLjg1MjNINDAuNzUyNlY0Mi43NDE3SDM5LjA2MTZWMzAuODUyM1oiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzcuMzcwNyA0NS4xNDk3SDM1LjY3OTdWMjguNDQ0M0gzNy4zNzA3VjQ1LjE0OTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI0LjY4ODQgMjguNTk0OEgyMy4zMzU2QzIyLjc4ODkgMjguNjA2MiAyMi4yNTg3IDI4Ljc2MzUgMjEuODEzNyAyOS4wNDYzQzIwLjk2ODIgMjkuNjQ4MyAxOC42MDA4IDMxLjkwNTggMTguNjAwOCAzMS45MDU4VjQxLjk4OTNDMTkuNTk1IDQyLjk2MTggMjAuNjY4OSA0My44NjczIDIxLjgxMzcgNDQuNjk4MkMyMi4zMiA0NC45ODQyIDIyLjkwNTEgNDUuMTQwNCAyMy41MDQ3IDQ1LjE0OTdDMjQuMTg2MSA0NS4xNTU5IDI0Ljg0NjkgNDQuOTQyIDI1LjM2NDcgNDQuNTQ3N1YyOS4wNDYzQzI1LjE5NTYgMjguODk1OCAyNS4wMjY2IDI4LjU5NDggMjQuNjg4NCAyOC41OTQ4WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik01NS45NzE0IDMyLjM1NzNWMjguNzQ1M0M1NS45OTEyIDI2LjU5MzIgNTUuNTkwNyAyNC40NTQ0IDU0Ljc4NzcgMjIuNDI0NEM1My45MzI0IDIwLjIyNzggNTIuNTQ3MiAxOC4yMjQ0IDUwLjcyOTQgMTYuNTU0OUM0OC45NjQ3IDE0Ljc0MzkgNDYuNzY5OSAxMy4zMDQ2IDQ0LjMwMzcgMTIuMzQwOUM0MS44NyAxMS4xNDc1IDM5LjEzNDcgMTAuNTI1OSAzNi4zNTYxIDEwLjUzNDlDMzMuNjAwNiAxMC41NDY5IDMwLjg4MzcgMTEuMTEyOSAyOC40MDg1IDEyLjE5MDRDMjYuMDAyOSAxMy4yNDUxIDIzLjgyNzIgMTQuNjcyIDIxLjk4MjcgMTYuNDA0NEMyMC4zMTY0IDE4LjE3NDggMTguOTQ5MiAyMC4xNTIxIDE3LjkyNDQgMjIuMjczOUMxNy4xMjA4IDI0LjM1NTggMTYuNzIwNSAyNi41NDQxIDE2Ljc0MDcgMjguNzQ1M1YzMi4yMDY4QzE1LjY4NzggMzMuNTIxMiAxNS4xNTI4IDM1LjEwODYgMTUuMjE4OCAzNi43MjE4QzE1LjExOTIgMzguMjkyMiAxNS42NTk2IDM5Ljg0MTkgMTYuNzQwNyA0MS4wODYyVjQxLjIzNjdDMTYuNzM3IDQxLjM3NiAxNi43NjUxIDQxLjUxNDUgMTYuODIzMyA0MS42NDM4QzE2Ljg4MTQgNDEuNzczMSAxNi45Njg1IDQxLjg5MDUgMTcuMDc5MSA0MS45ODlDMTcuMTg5OCA0Mi4wODc1IDE3LjMyMTggNDIuMTY1IDE3LjQ2NzEgNDIuMjE2OEMxNy42MTI0IDQyLjI2ODUgMTcuNzY3OSA0Mi4yOTM1IDE3LjkyNDQgNDIuMjkwMkMxOC42MDA4IDQyLjI5MDIgMjAuNzk5MSA0MS44Mzg3IDIwLjc5OTEgNDEuMjM2N1YyOC43NDUzQzIwLjkwNjQgMjYuODM2IDIxLjM2MzMgMjQuOTU1MSAyMi4xNTE4IDIzLjE3NjlDMjMuMDI5OCAyMS4zMjc4IDI0LjI5MTkgMTkuNjQyOCAyNS44NzIgMTguMjEwNEMyNy4zOTM5IDE2Ljg1NTkgMzMuOTg4NyAxNS4zNTA5IDM2LjE4NyAxNS4zNTA5QzM3LjM3MDYgMTUuMzUwOSA0NC45OCAxNi43MDU0IDQ2LjUwMTkgMTguMjEwNEM0OC4wODIgMTkuNjQyOCA0OS4zNDQyIDIxLjMyNzggNTAuMjIyMSAyMy4xNzY5QzUxLjA4OTcgMjQuOTMzIDUxLjU0OTggMjYuODI3IDUxLjU3NDkgMjguNzQ1M1Y0MS4yMzY3QzUxLjU3NDkgNDEuODM4NyA1My45NDIyIDQyLjI5MDIgNTQuNDQ5NSA0Mi4yOTAyQzU0LjYwNiA0Mi4yOTM1IDU0Ljc2MTYgNDIuMjY4NSA1NC45MDY4IDQyLjIxNjhDNTUuMDUyMSA0Mi4xNjUgNTUuMTg0MSA0Mi4wODc1IDU1LjI5NDggNDEuOTg5QzU1LjQwNTQgNDEuODkwNSA1NS40OTI1IDQxLjc3MzEgNTUuNTUwNyA0MS42NDM4QzU1LjYwODggNDEuNTE0NSA1NS42MzY5IDQxLjM3NiA1NS42MzMyIDQxLjIzNjdWNDEuMDg2MkM1Ni4yMDQyIDQwLjQ4NzYgNTYuNjMzNCAzOS43OTIzIDU2Ljg5NDkgMzkuMDQyM0M1Ny4xNTY0IDM4LjI5MjMgNTcuMjQ0OSAzNy41MDMgNTcuMTU1MSAzNi43MjE4QzU3LjMzMDYgMzUuOTYxNiA1Ny4zMTU1IDM1LjE3NjMgNTcuMTEwOSAzNC40MjE5QzU2LjkwNjMgMzMuNjY3NSA1Ni41MTcyIDMyLjk2MjUgNTUuOTcxNCAzMi4zNTczWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik00OS4zNzY2IDI4LjU5NDhINDguMTkyOUM0Ny44NTQ3IDI4LjU5NDggNDcuNjg1NiAyOC43NDUzIDQ3LjUxNjUgMjkuMTk2OFY0NC42OTgyQzQ4LjA1OTkgNDUuMDUxNyA0OC43MDUgNDUuMjYwNSA0OS4zNzY2IDQ1LjMwMDJDNDkuOTc5NiA0NS4zMTI1IDUwLjU3MTYgNDUuMTU0NCA1MS4wNjc1IDQ0Ljg0ODdDNTEuOTEzIDQ0LjI0NjcgNTQuMjgwNCA0Mi4xMzk4IDU0LjI4MDQgNDIuMTM5OFYzMi4wNTYzQzU0LjI4MDQgMzIuMDU2MyA1MS45MTMgMjkuNzk4OCA1MS4wNjc1IDI5LjE5NjhDNTAuNTk3OCAyOC44MyA1MC4wMDEgMjguNjE3NSA0OS4zNzY2IDI4LjU5NDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.topics-list .featured-topic .thumb.gallery:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTQiIGhlaWdodD0iNTQiIHZpZXdCb3g9IjAgMCA1NCA1NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTUyLjc3MjggNDYuNzAyN0M1Mi43Njg5IDQ4LjI0OTYgNTIuMjUwNCA0OS43MzE4IDUxLjMzMDYgNTAuODI1NkM1MC40MTA4IDUxLjkxOTQgNDkuMTY0NCA1Mi41MzU5IDQ3Ljg2MzcgNTIuNTQwNUgxLjIyNzI5VjEuNDU5NDZINTIuNzcyOFY0Ni43MDI3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik00MC4zNzczIDEyLjQwNTRIMTguNTMxOUMxNy44Njg1IDEyLjQwMjMgMTcuMjI5OSAxMi43MDQ0IDE2Ljc0OTYgMTMuMjQ4NEMxNi4yNjkyIDEzLjc5MjUgMTUuOTg0NCAxNC41MzYzIDE1Ljk1NDYgMTUuMzI0M1YzMi45ODM4QzE1Ljk1OTMgMzMuMzc3OSAxNi4wMzAxIDMzLjc2NjkgMTYuMTYyOCAzNC4xMjgxQzE2LjI5NTUgMzQuNDg5MyAxNi40ODc1IDM0LjgxNTMgMTYuNzI3NSAzNS4wODcyQzE2Ljk2NzUgMzUuMzU5IDE3LjI1MDggMzUuNTcxMSAxNy41NjA2IDM1LjcxMTJDMTcuODcwNCAzNS44NTEyIDE4LjIwMDYgMzUuOTE2MyAxOC41MzE5IDM1LjkwMjdINDAuMzc3M0M0MS4wNDA3IDM1LjkwNTcgNDEuNjc5MyAzNS42MDM3IDQyLjE1OTYgMzUuMDU5NkM0Mi42NCAzNC41MTU2IDQyLjkyNDggMzMuNzcxOCA0Mi45NTQ2IDMyLjk4MzhWMTUuMzI0M0M0Mi45NDk5IDE0LjkzMDIgNDIuODc5MSAxNC41NDEyIDQyLjc0NjQgMTQuMThDNDIuNjEzNyAxMy44MTg4IDQyLjQyMTcgMTMuNDkyOCA0Mi4xODE3IDEzLjIyMDlDNDEuOTQxNiAxMi45NDkxIDQxLjY1ODQgMTIuNzM2OSA0MS4zNDg2IDEyLjU5NjlDNDEuMDM4OCAxMi40NTY5IDQwLjcwODYgMTIuMzkxOCA0MC4zNzczIDEyLjQwNTRWMTIuNDA1NFpNNDAuNSAzMS42NzAzQzQwLjUgMzIuMDE4NiA0MC4zODM3IDMyLjM1MjcgNDAuMTc2NSAzMi41OTkxQzM5Ljk2OTQgMzIuODQ1NCAzOS42ODg0IDMyLjk4MzggMzkuMzk1NSAzMi45ODM4SDE5LjUxMzdDMTkuMjIwNyAzMi45ODM4IDE4LjkzOTggMzIuODQ1NCAxOC43MzI2IDMyLjU5OTFDMTguNTI1NSAzMi4zNTI3IDE4LjQwOTEgMzIuMDE4NiAxOC40MDkxIDMxLjY3MDNWMTYuNjM3OEMxOC40MDkxIDE2LjI4OTUgMTguNTI1NSAxNS45NTU0IDE4LjczMjYgMTUuNzA5QzE4LjkzOTggMTUuNDYyNyAxOS4yMjA3IDE1LjMyNDMgMTkuNTEzNyAxNS4zMjQzSDM5LjM5NTVDMzkuNjg4NCAxNS4zMjQzIDM5Ljk2OTQgMTUuNDYyNyA0MC4xNzY1IDE1LjcwOUM0MC4zODM3IDE1Ljk1NTQgNDAuNSAxNi4yODk1IDQwLjUgMTYuNjM3OFYzMS42NzAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0yMi4zMzY0IDIwLjcyNDNDMjIuMzM2NCAyMC4yMzM2IDIyLjQ1ODcgMTkuNzUzOSAyMi42ODggMTkuMzQ1OUMyMi45MTcyIDE4LjkzNzkgMjMuMjQzMSAxOC42MTk5IDIzLjYyNDMgMTguNDMyMUMyNC4wMDU1IDE4LjI0NDMgMjQuNDI1IDE4LjE5NTIgMjQuODI5OCAxOC4yOTA5QzI1LjIzNDUgMTguMzg2NiAyNS42MDYyIDE4LjYyMjkgMjUuODk4IDE4Ljk2OTlDMjYuMTg5OCAxOS4zMTY5IDI2LjM4ODUgMTkuNzU5IDI2LjQ2OSAyMC4yNDAzQzI2LjU0OTUgMjAuNzIxNiAyNi41MDgyIDIxLjIyMDQgMjYuMzUwMyAyMS42NzM4QzI2LjE5MjQgMjIuMTI3MSAyNS45MjQ5IDIyLjUxNDYgMjUuNTgxOCAyMi43ODczQzI1LjIzODcgMjMuMDU5OSAyNC44MzU0IDIzLjIwNTQgMjQuNDIyNyAyMy4yMDU0QzIzLjg3NDUgMjMuMTg2MyAyMy4zNTMxIDIyLjkxODggMjIuOTY1MiAyMi40NTc2QzIyLjU3NzQgMjEuOTk2NCAyMi4zNTI0IDIxLjM3NjMgMjIuMzM2NCAyMC43MjQzVjIwLjcyNDNaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTIwLjg2MzYgMjkuOTE4OUgzOC4wNDU1TDMyLjI3NzMgMTguODI3TDI4LjIyNzMgMjcuNTgzOEwyNC4wNTQ2IDI1LjU0MDVMMjAuODYzNiAyOS45MTg5WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0xMy41IDM4LjY3NTdWMTguMjQzMkMxMi44NTYyIDE4LjI3MDEgMTIuMjQ0OSAxOC41ODYzIDExLjc4OTQgMTkuMTI3OUMxMS4zMzM5IDE5LjY2OTYgMTEuMDY4MSAyMC4zOTY2IDExLjA0NTUgMjEuMTYyMlYzOC44MjE2QzExLjA1MDIgMzkuMjE1NyAxMS4xMjEgMzkuNjA0OCAxMS4yNTM3IDM5Ljk2NkMxMS4zODY0IDQwLjMyNzEgMTEuNTc4NCA0MC42NTMyIDExLjgxODQgNDAuOTI1QzEyLjA1ODQgNDEuMTk2OCAxMi4zNDE2IDQxLjQwOSAxMi42NTE1IDQxLjU0OUMxMi45NjEzIDQxLjY4OTEgMTMuMjkxNSA0MS43NTQyIDEzLjYyMjcgNDEuNzQwNUgzNS40NjgyQzM2LjEzMTUgNDEuNzQzNiAzNi43NzAyIDQxLjQ0MTUgMzcuMjUwNSA0MC44OTc1QzM3LjczMDggNDAuMzUzNSAzOC4wMTU3IDM5LjYwOTcgMzguMDQ1NSAzOC44MjE2SDEzLjVWMzguNjc1N1oiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg==) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.topics-list .featured-topic .thumb:hover:after {
  opacity: 1;
}
.topics-list .featured-topic .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topics-list .featured-topic .info {
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 23px;
}
.topics-list .featured-topic .info .date span {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  color: #858585;
  position: relative;
  display: inline;
  margin-bottom: 0;
  line-height: 18px;
}
.topics-list .featured-topic .info .date span a {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
}
.topics-list .featured-topic .info .date {
  margin-bottom: 8px;
}
.topics-list .featured-topic .info .title {
  font-size: 29px;
  line-height: 32px;
  margin-bottom: 16px;
  color: #212121;
  font-family: "Stanleyposter", Times New Roman, serif;
  font-weight: normal;
  text-decoration: none;
}
.topics-list .featured-topic .info .title:hover {
  text-decoration: underline;
}
.topics-list .featured-topic .info .excerpt {
  color: #444444;
  font-family: "Tiempos", Times New Roman, serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 29px;
  margin-bottom: 24px;
}
.topics-list .featured-topic .secondary-topics {
  padding: 0;
  border-bottom: 1px solid #b3b3b3;
  list-style: none;
}
.topics-list .featured-topic .secondary-topics li {
  border-bottom: 1px solid #f0f2f2;
  padding-bottom: 12px;
  margin-bottom: 12px;
  list-style: none;
}
.topics-list .featured-topic .secondary-topics li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.topics-list .featured-topic .secondary-topics li a {
  display: block;
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  text-decoration: none;
  font-weight: bold;
  color: #222222;
}
.topics-list .featured-topic .secondary-topics li a:hover {
  text-decoration: underline;
  color: #9a031e;
}
.topics-list .topics {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topics-list .topics li {
  display: flex;
  border-bottom: 1px solid #f0f2f2;
  padding-bottom: 22px;
  margin-bottom: 23px;
}
@media screen and (max-width: 576px) {
  .topics-list .topics li {
    display: block;
  }
}
.topics-list .topics li .thumb {
  width: 173px;
  height: 115px;
  margin-right: 14px;
  position: relative;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 576px) {
  .topics-list .topics li .thumb {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
}
.topics-list .topics li .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.topics-list .topics li .thumb:hover:after {
  opacity: 1;
}
.topics-list .topics li .thumb img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.topics-list .topics li .thumb.video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTczIDQ4Ljg4NjNDNzIuOTk0NiA1MC41MDYzIDcyLjI3NzQgNTIuMDU4NSA3MS4wMDQ5IDUzLjIwNEM2OS43MzI1IDU0LjM0OTUgNjguMDA4MiA1NC45OTUyIDY2LjIwODcgNTVIMS42OTA5OFYxLjUwNUg3M1Y0OC44ODYzWiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0xNi4wNjQzIDM5LjI4MDJDMTYuMDcwNyAzOS42ODY3IDE2LjE2ODMgNDAuMDg3OCAxNi4zNTExIDQwLjQ2MDNDMTYuNTM0IDQwLjgzMjcgMTYuNzk4NSA0MS4xNjg5IDE3LjEyOTIgNDEuNDQ5M0MxNy40NTk5IDQxLjcyOTYgMTcuODUwMiA0MS45NDgzIDE4LjI3NzEgNDIuMDkyN0MxOC43MDM5IDQyLjIzNzEgMTkuMTU4OSA0Mi4zMDQzIDE5LjYxNTMgNDIuMjkwMkg1NC43ODc3QzU1LjcwMTYgNDIuMjkzNCA1Ni41ODE2IDQxLjk4MTkgNTcuMjQzNCA0MS40MjA5QzU3LjkwNTIgNDAuODU5OSA1OC4yOTc3IDQwLjA5MjkgNTguMzM4NyAzOS4yODAyVjE2LjU1NDlDNTguMzMyMyAxNi4xNDg1IDU4LjIzNDcgMTUuNzQ3MyA1OC4wNTE5IDE1LjM3NDlDNTcuODY5IDE1LjAwMjQgNTcuNjA0NSAxNC42NjYyIDU3LjI3MzggMTQuMzg1OUM1Ni45NDMxIDE0LjEwNTYgNTYuNTUyOCAxMy44ODY4IDU2LjEyNiAxMy43NDI0QzU1LjY5OTEgMTMuNTk4IDU1LjI0NDEgMTMuNTMwOSA1NC43ODc3IDEzLjU0NDlIMTkuNjE1M0MxOC43MDE0IDEzLjU0MTggMTcuODIxNCAxMy44NTMzIDE3LjE1OTYgMTQuNDE0M0MxNi40OTc4IDE0Ljk3NTMgMTYuMTA1MyAxNS43NDIzIDE2LjA2NDMgMTYuNTU0OVYzOS4yODAyWk0zMi45NzQxIDIxLjA2OTlMNDQuODEwOSAyOC41OTQ4TDMyLjk3NDEgMzYuMTE5OFYyMS4wNjk5WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.topics-list .topics li .thumb.audio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNTAyIiBkPSJNNzIuNzEyIDQ4LjE1OTdDNzIuNzA2NyA0OS43NTQ4IDcxLjk5MjMgNTEuMjgzMyA3MC43MjUgNTIuNDExMkM2OS40NTc3IDUzLjUzOTEgNjcuNzQwNCA1NC4xNzQ5IDY1Ljk0ODEgNTQuMTc5N0gxLjY5MDkyVjEuNTA1SDcyLjcxMlY0OC4xNTk3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0zMC42MDY3IDQwLjMzMzhIMjguOTE1OFYzMy4yNjAzSDMwLjYwNjdWNDAuMzMzOFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzMuOTg4NyA0Mi43NDE3SDMyLjI5NzdWMzAuODUyM0gzMy45ODg3VjQyLjc0MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTQyLjQ0MzYgMzMuMjYwM0g0NC4xMzQ2VjQwLjMzMzhINDIuNDQzNlYzMy4yNjAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0zOS4wNjE2IDMwLjg1MjNINDAuNzUyNlY0Mi43NDE3SDM5LjA2MTZWMzAuODUyM1oiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzcuMzcwNyA0NS4xNDk3SDM1LjY3OTdWMjguNDQ0M0gzNy4zNzA3VjQ1LjE0OTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI0LjY4ODQgMjguNTk0OEgyMy4zMzU2QzIyLjc4ODkgMjguNjA2MiAyMi4yNTg3IDI4Ljc2MzUgMjEuODEzNyAyOS4wNDYzQzIwLjk2ODIgMjkuNjQ4MyAxOC42MDA4IDMxLjkwNTggMTguNjAwOCAzMS45MDU4VjQxLjk4OTNDMTkuNTk1IDQyLjk2MTggMjAuNjY4OSA0My44NjczIDIxLjgxMzcgNDQuNjk4MkMyMi4zMiA0NC45ODQyIDIyLjkwNTEgNDUuMTQwNCAyMy41MDQ3IDQ1LjE0OTdDMjQuMTg2MSA0NS4xNTU5IDI0Ljg0NjkgNDQuOTQyIDI1LjM2NDcgNDQuNTQ3N1YyOS4wNDYzQzI1LjE5NTYgMjguODk1OCAyNS4wMjY2IDI4LjU5NDggMjQuNjg4NCAyOC41OTQ4WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik01NS45NzE0IDMyLjM1NzNWMjguNzQ1M0M1NS45OTEyIDI2LjU5MzIgNTUuNTkwNyAyNC40NTQ0IDU0Ljc4NzcgMjIuNDI0NEM1My45MzI0IDIwLjIyNzggNTIuNTQ3MiAxOC4yMjQ0IDUwLjcyOTQgMTYuNTU0OUM0OC45NjQ3IDE0Ljc0MzkgNDYuNzY5OSAxMy4zMDQ2IDQ0LjMwMzcgMTIuMzQwOUM0MS44NyAxMS4xNDc1IDM5LjEzNDcgMTAuNTI1OSAzNi4zNTYxIDEwLjUzNDlDMzMuNjAwNiAxMC41NDY5IDMwLjg4MzcgMTEuMTEyOSAyOC40MDg1IDEyLjE5MDRDMjYuMDAyOSAxMy4yNDUxIDIzLjgyNzIgMTQuNjcyIDIxLjk4MjcgMTYuNDA0NEMyMC4zMTY0IDE4LjE3NDggMTguOTQ5MiAyMC4xNTIxIDE3LjkyNDQgMjIuMjczOUMxNy4xMjA4IDI0LjM1NTggMTYuNzIwNSAyNi41NDQxIDE2Ljc0MDcgMjguNzQ1M1YzMi4yMDY4QzE1LjY4NzggMzMuNTIxMiAxNS4xNTI4IDM1LjEwODYgMTUuMjE4OCAzNi43MjE4QzE1LjExOTIgMzguMjkyMiAxNS42NTk2IDM5Ljg0MTkgMTYuNzQwNyA0MS4wODYyVjQxLjIzNjdDMTYuNzM3IDQxLjM3NiAxNi43NjUxIDQxLjUxNDUgMTYuODIzMyA0MS42NDM4QzE2Ljg4MTQgNDEuNzczMSAxNi45Njg1IDQxLjg5MDUgMTcuMDc5MSA0MS45ODlDMTcuMTg5OCA0Mi4wODc1IDE3LjMyMTggNDIuMTY1IDE3LjQ2NzEgNDIuMjE2OEMxNy42MTI0IDQyLjI2ODUgMTcuNzY3OSA0Mi4yOTM1IDE3LjkyNDQgNDIuMjkwMkMxOC42MDA4IDQyLjI5MDIgMjAuNzk5MSA0MS44Mzg3IDIwLjc5OTEgNDEuMjM2N1YyOC43NDUzQzIwLjkwNjQgMjYuODM2IDIxLjM2MzMgMjQuOTU1MSAyMi4xNTE4IDIzLjE3NjlDMjMuMDI5OCAyMS4zMjc4IDI0LjI5MTkgMTkuNjQyOCAyNS44NzIgMTguMjEwNEMyNy4zOTM5IDE2Ljg1NTkgMzMuOTg4NyAxNS4zNTA5IDM2LjE4NyAxNS4zNTA5QzM3LjM3MDYgMTUuMzUwOSA0NC45OCAxNi43MDU0IDQ2LjUwMTkgMTguMjEwNEM0OC4wODIgMTkuNjQyOCA0OS4zNDQyIDIxLjMyNzggNTAuMjIyMSAyMy4xNzY5QzUxLjA4OTcgMjQuOTMzIDUxLjU0OTggMjYuODI3IDUxLjU3NDkgMjguNzQ1M1Y0MS4yMzY3QzUxLjU3NDkgNDEuODM4NyA1My45NDIyIDQyLjI5MDIgNTQuNDQ5NSA0Mi4yOTAyQzU0LjYwNiA0Mi4yOTM1IDU0Ljc2MTYgNDIuMjY4NSA1NC45MDY4IDQyLjIxNjhDNTUuMDUyMSA0Mi4xNjUgNTUuMTg0MSA0Mi4wODc1IDU1LjI5NDggNDEuOTg5QzU1LjQwNTQgNDEuODkwNSA1NS40OTI1IDQxLjc3MzEgNTUuNTUwNyA0MS42NDM4QzU1LjYwODggNDEuNTE0NSA1NS42MzY5IDQxLjM3NiA1NS42MzMyIDQxLjIzNjdWNDEuMDg2MkM1Ni4yMDQyIDQwLjQ4NzYgNTYuNjMzNCAzOS43OTIzIDU2Ljg5NDkgMzkuMDQyM0M1Ny4xNTY0IDM4LjI5MjMgNTcuMjQ0OSAzNy41MDMgNTcuMTU1MSAzNi43MjE4QzU3LjMzMDYgMzUuOTYxNiA1Ny4zMTU1IDM1LjE3NjMgNTcuMTEwOSAzNC40MjE5QzU2LjkwNjMgMzMuNjY3NSA1Ni41MTcyIDMyLjk2MjUgNTUuOTcxNCAzMi4zNTczWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik00OS4zNzY2IDI4LjU5NDhINDguMTkyOUM0Ny44NTQ3IDI4LjU5NDggNDcuNjg1NiAyOC43NDUzIDQ3LjUxNjUgMjkuMTk2OFY0NC42OTgyQzQ4LjA1OTkgNDUuMDUxNyA0OC43MDUgNDUuMjYwNSA0OS4zNzY2IDQ1LjMwMDJDNDkuOTc5NiA0NS4zMTI1IDUwLjU3MTYgNDUuMTU0NCA1MS4wNjc1IDQ0Ljg0ODdDNTEuOTEzIDQ0LjI0NjcgNTQuMjgwNCA0Mi4xMzk4IDU0LjI4MDQgNDIuMTM5OFYzMi4wNTYzQzU0LjI4MDQgMzIuMDU2MyA1MS45MTMgMjkuNzk4OCA1MS4wNjc1IDI5LjE5NjhDNTAuNTk3OCAyOC44MyA1MC4wMDEgMjguNjE3NSA0OS4zNzY2IDI4LjU5NDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.topics-list .topics li .content {
  flex: 1 0 0px;
  min-width: 0px;
}
.topics-list .topics li .content .cat-label {
  display: inline-block;
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  color: #9a031e;
  padding: 4px 8px;
  background-color: #f0f2f2;
  margin-bottom: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.topics-list .topics li .content .cat-label:hover {
  background-color: #222222;
  color: #ffffff;
}
.topics-list .topics li .content .title {
  text-decoration: none;
  color: #222222;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 36px;
  font-family: "Stanleyposter", Times New Roman, serif;
  display: block;
  margin-bottom: 8px;
}
.topics-list .topics li .content .title:hover {
  text-decoration: underline;
  color: #9a031e;
}
.topics-list .topics li .content .date span {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  color: #858585;
  position: relative;
  display: inline;
  margin-bottom: 0;
  line-height: 18px;
}
.topics-list .topics li .content .date span a {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
}
.topics-list .topics li .content .excerpt {
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  color: #222222;
}
.topics-list .topics.large-topics li .thumb {
  width: 343px;
  height: 228px;
}
@media screen and (max-width: 1200px) {
  .topics-list .topics.large-topics li .thumb {
    width: 243px;
    height: 128px;
  }
}
@media screen and (max-width: 576px) {
  .topics-list .topics.large-topics li .thumb {
    width: 100%;
    height: 300px;
  }
}
.topics-list .topics.large-topics li .content .title {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .topics-list .topics.large-topics li .content .title {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
.topics-list .topics.large-topics li:last-child {
  border: none;
}

.sidebar-topics-widget {
  display: block;
}
.sidebar-topics-widget .label {
  background-color: #f0f2f2;
  padding: 17px 55px 10px 10px;
  text-transform: uppercase;
  color: #9a031e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  font-family: "Biotif", Arial, sans;
  font-variant: normal;
  display: block;
  font-weight: bold;
}
.sidebar-topics-widget .sidebar-topics {
  list-style: none;
  margin: 0;
  padding: 20px 10px;
  background-color: #f0f2f2;
}
.sidebar-topics-widget .sidebar-topics li {
  margin-bottom: 19px;
  padding-bottom: 18px;
  border-bottom: 1px solid #b3b3b3;
  display: flex;
}
.sidebar-topics-widget .sidebar-topics li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar-topics-widget .sidebar-topics li .thumb {
  width: 100px;
  height: 67px;
  position: relative;
  overflow: hidden;
  margin-right: 8px;
}
.sidebar-topics-widget .sidebar-topics li .thumb img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.sidebar-topics-widget .sidebar-topics li .title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  color: #222222;
  text-decoration: none;
  flex: 1 0 0px;
  min-width: 0px;
}
.sidebar-topics-widget .sidebar-topics li .title:hover {
  color: #9a031e;
  text-decoration: underline;
}

.sidebar-single-topic-widget {
  background-color: #f0f2f2;
  padding: 20px;
}
.sidebar-single-topic-widget .thumb {
  display: block;
  padding-bottom: 66.4%;
  height: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
}
.sidebar-single-topic-widget .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.sidebar-single-topic-widget .thumb:hover:after {
  opacity: 1;
}
.sidebar-single-topic-widget .thumb img {
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar-single-topic-widget .title {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 36px;
  color: #222222;
  margin-bottom: 8px;
  text-decoration: none;
  display: block;
}
.sidebar-single-topic-widget .title:hover {
  color: #9a031e;
  text-decoration: underline;
}
.sidebar-single-topic-widget .excerpt {
  margin-bottom: 0;
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
}

.sidebar-resources-widget .sidebar-topics {
  list-style: none;
  margin: 0;
  padding: 20px;
  background-color: #f0f2f2;
}
.sidebar-resources-widget .sidebar-topics li {
  margin-bottom: 20px;
  display: flex;
}
.sidebar-resources-widget .sidebar-topics li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar-resources-widget .sidebar-topics li .thumb {
  width: 100px;
  height: 67px;
  position: relative;
  overflow: hidden;
  margin-right: 8px;
}
.sidebar-resources-widget .sidebar-topics li .thumb img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.sidebar-resources-widget .sidebar-topics li .thumb.video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTczIDQ4Ljg4NjNDNzIuOTk0NiA1MC41MDYzIDcyLjI3NzQgNTIuMDU4NSA3MS4wMDQ5IDUzLjIwNEM2OS43MzI1IDU0LjM0OTUgNjguMDA4MiA1NC45OTUyIDY2LjIwODcgNTVIMS42OTA5OFYxLjUwNUg3M1Y0OC44ODYzWiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0xNi4wNjQzIDM5LjI4MDJDMTYuMDcwNyAzOS42ODY3IDE2LjE2ODMgNDAuMDg3OCAxNi4zNTExIDQwLjQ2MDNDMTYuNTM0IDQwLjgzMjcgMTYuNzk4NSA0MS4xNjg5IDE3LjEyOTIgNDEuNDQ5M0MxNy40NTk5IDQxLjcyOTYgMTcuODUwMiA0MS45NDgzIDE4LjI3NzEgNDIuMDkyN0MxOC43MDM5IDQyLjIzNzEgMTkuMTU4OSA0Mi4zMDQzIDE5LjYxNTMgNDIuMjkwMkg1NC43ODc3QzU1LjcwMTYgNDIuMjkzNCA1Ni41ODE2IDQxLjk4MTkgNTcuMjQzNCA0MS40MjA5QzU3LjkwNTIgNDAuODU5OSA1OC4yOTc3IDQwLjA5MjkgNTguMzM4NyAzOS4yODAyVjE2LjU1NDlDNTguMzMyMyAxNi4xNDg1IDU4LjIzNDcgMTUuNzQ3MyA1OC4wNTE5IDE1LjM3NDlDNTcuODY5IDE1LjAwMjQgNTcuNjA0NSAxNC42NjYyIDU3LjI3MzggMTQuMzg1OUM1Ni45NDMxIDE0LjEwNTYgNTYuNTUyOCAxMy44ODY4IDU2LjEyNiAxMy43NDI0QzU1LjY5OTEgMTMuNTk4IDU1LjI0NDEgMTMuNTMwOSA1NC43ODc3IDEzLjU0NDlIMTkuNjE1M0MxOC43MDE0IDEzLjU0MTggMTcuODIxNCAxMy44NTMzIDE3LjE1OTYgMTQuNDE0M0MxNi40OTc4IDE0Ljk3NTMgMTYuMTA1MyAxNS43NDIzIDE2LjA2NDMgMTYuNTU0OVYzOS4yODAyWk0zMi45NzQxIDIxLjA2OTlMNDQuODEwOSAyOC41OTQ4TDMyLjk3NDEgMzYuMTE5OFYyMS4wNjk5WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.sidebar-resources-widget .sidebar-topics li .thumb.audio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNTAyIiBkPSJNNzIuNzEyIDQ4LjE1OTdDNzIuNzA2NyA0OS43NTQ4IDcxLjk5MjMgNTEuMjgzMyA3MC43MjUgNTIuNDExMkM2OS40NTc3IDUzLjUzOTEgNjcuNzQwNCA1NC4xNzQ5IDY1Ljk0ODEgNTQuMTc5N0gxLjY5MDkyVjEuNTA1SDcyLjcxMlY0OC4xNTk3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0zMC42MDY3IDQwLjMzMzhIMjguOTE1OFYzMy4yNjAzSDMwLjYwNjdWNDAuMzMzOFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzMuOTg4NyA0Mi43NDE3SDMyLjI5NzdWMzAuODUyM0gzMy45ODg3VjQyLjc0MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTQyLjQ0MzYgMzMuMjYwM0g0NC4xMzQ2VjQwLjMzMzhINDIuNDQzNlYzMy4yNjAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0zOS4wNjE2IDMwLjg1MjNINDAuNzUyNlY0Mi43NDE3SDM5LjA2MTZWMzAuODUyM1oiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzcuMzcwNyA0NS4xNDk3SDM1LjY3OTdWMjguNDQ0M0gzNy4zNzA3VjQ1LjE0OTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI0LjY4ODQgMjguNTk0OEgyMy4zMzU2QzIyLjc4ODkgMjguNjA2MiAyMi4yNTg3IDI4Ljc2MzUgMjEuODEzNyAyOS4wNDYzQzIwLjk2ODIgMjkuNjQ4MyAxOC42MDA4IDMxLjkwNTggMTguNjAwOCAzMS45MDU4VjQxLjk4OTNDMTkuNTk1IDQyLjk2MTggMjAuNjY4OSA0My44NjczIDIxLjgxMzcgNDQuNjk4MkMyMi4zMiA0NC45ODQyIDIyLjkwNTEgNDUuMTQwNCAyMy41MDQ3IDQ1LjE0OTdDMjQuMTg2MSA0NS4xNTU5IDI0Ljg0NjkgNDQuOTQyIDI1LjM2NDcgNDQuNTQ3N1YyOS4wNDYzQzI1LjE5NTYgMjguODk1OCAyNS4wMjY2IDI4LjU5NDggMjQuNjg4NCAyOC41OTQ4WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik01NS45NzE0IDMyLjM1NzNWMjguNzQ1M0M1NS45OTEyIDI2LjU5MzIgNTUuNTkwNyAyNC40NTQ0IDU0Ljc4NzcgMjIuNDI0NEM1My45MzI0IDIwLjIyNzggNTIuNTQ3MiAxOC4yMjQ0IDUwLjcyOTQgMTYuNTU0OUM0OC45NjQ3IDE0Ljc0MzkgNDYuNzY5OSAxMy4zMDQ2IDQ0LjMwMzcgMTIuMzQwOUM0MS44NyAxMS4xNDc1IDM5LjEzNDcgMTAuNTI1OSAzNi4zNTYxIDEwLjUzNDlDMzMuNjAwNiAxMC41NDY5IDMwLjg4MzcgMTEuMTEyOSAyOC40MDg1IDEyLjE5MDRDMjYuMDAyOSAxMy4yNDUxIDIzLjgyNzIgMTQuNjcyIDIxLjk4MjcgMTYuNDA0NEMyMC4zMTY0IDE4LjE3NDggMTguOTQ5MiAyMC4xNTIxIDE3LjkyNDQgMjIuMjczOUMxNy4xMjA4IDI0LjM1NTggMTYuNzIwNSAyNi41NDQxIDE2Ljc0MDcgMjguNzQ1M1YzMi4yMDY4QzE1LjY4NzggMzMuNTIxMiAxNS4xNTI4IDM1LjEwODYgMTUuMjE4OCAzNi43MjE4QzE1LjExOTIgMzguMjkyMiAxNS42NTk2IDM5Ljg0MTkgMTYuNzQwNyA0MS4wODYyVjQxLjIzNjdDMTYuNzM3IDQxLjM3NiAxNi43NjUxIDQxLjUxNDUgMTYuODIzMyA0MS42NDM4QzE2Ljg4MTQgNDEuNzczMSAxNi45Njg1IDQxLjg5MDUgMTcuMDc5MSA0MS45ODlDMTcuMTg5OCA0Mi4wODc1IDE3LjMyMTggNDIuMTY1IDE3LjQ2NzEgNDIuMjE2OEMxNy42MTI0IDQyLjI2ODUgMTcuNzY3OSA0Mi4yOTM1IDE3LjkyNDQgNDIuMjkwMkMxOC42MDA4IDQyLjI5MDIgMjAuNzk5MSA0MS44Mzg3IDIwLjc5OTEgNDEuMjM2N1YyOC43NDUzQzIwLjkwNjQgMjYuODM2IDIxLjM2MzMgMjQuOTU1MSAyMi4xNTE4IDIzLjE3NjlDMjMuMDI5OCAyMS4zMjc4IDI0LjI5MTkgMTkuNjQyOCAyNS44NzIgMTguMjEwNEMyNy4zOTM5IDE2Ljg1NTkgMzMuOTg4NyAxNS4zNTA5IDM2LjE4NyAxNS4zNTA5QzM3LjM3MDYgMTUuMzUwOSA0NC45OCAxNi43MDU0IDQ2LjUwMTkgMTguMjEwNEM0OC4wODIgMTkuNjQyOCA0OS4zNDQyIDIxLjMyNzggNTAuMjIyMSAyMy4xNzY5QzUxLjA4OTcgMjQuOTMzIDUxLjU0OTggMjYuODI3IDUxLjU3NDkgMjguNzQ1M1Y0MS4yMzY3QzUxLjU3NDkgNDEuODM4NyA1My45NDIyIDQyLjI5MDIgNTQuNDQ5NSA0Mi4yOTAyQzU0LjYwNiA0Mi4yOTM1IDU0Ljc2MTYgNDIuMjY4NSA1NC45MDY4IDQyLjIxNjhDNTUuMDUyMSA0Mi4xNjUgNTUuMTg0MSA0Mi4wODc1IDU1LjI5NDggNDEuOTg5QzU1LjQwNTQgNDEuODkwNSA1NS40OTI1IDQxLjc3MzEgNTUuNTUwNyA0MS42NDM4QzU1LjYwODggNDEuNTE0NSA1NS42MzY5IDQxLjM3NiA1NS42MzMyIDQxLjIzNjdWNDEuMDg2MkM1Ni4yMDQyIDQwLjQ4NzYgNTYuNjMzNCAzOS43OTIzIDU2Ljg5NDkgMzkuMDQyM0M1Ny4xNTY0IDM4LjI5MjMgNTcuMjQ0OSAzNy41MDMgNTcuMTU1MSAzNi43MjE4QzU3LjMzMDYgMzUuOTYxNiA1Ny4zMTU1IDM1LjE3NjMgNTcuMTEwOSAzNC40MjE5QzU2LjkwNjMgMzMuNjY3NSA1Ni41MTcyIDMyLjk2MjUgNTUuOTcxNCAzMi4zNTczWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik00OS4zNzY2IDI4LjU5NDhINDguMTkyOUM0Ny44NTQ3IDI4LjU5NDggNDcuNjg1NiAyOC43NDUzIDQ3LjUxNjUgMjkuMTk2OFY0NC42OTgyQzQ4LjA1OTkgNDUuMDUxNyA0OC43MDUgNDUuMjYwNSA0OS4zNzY2IDQ1LjMwMDJDNDkuOTc5NiA0NS4zMTI1IDUwLjU3MTYgNDUuMTU0NCA1MS4wNjc1IDQ0Ljg0ODdDNTEuOTEzIDQ0LjI0NjcgNTQuMjgwNCA0Mi4xMzk4IDU0LjI4MDQgNDIuMTM5OFYzMi4wNTYzQzU0LjI4MDQgMzIuMDU2MyA1MS45MTMgMjkuNzk4OCA1MS4wNjc1IDI5LjE5NjhDNTAuNTk3OCAyOC44MyA1MC4wMDEgMjguNjE3NSA0OS4zNzY2IDI4LjU5NDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.sidebar-resources-widget .sidebar-topics li .title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  color: #222222;
  text-decoration: none;
  flex: 1 0 0px;
  min-width: 0px;
}
.sidebar-resources-widget .sidebar-topics li .title:hover {
  color: #9a031e;
  text-decoration: underline;
}

.post-title-section {
  margin: 0 0 44px 0;
  position: relative;
}
.post-title-section .title-bg {
  max-height: 907px;
  overflow: hidden;
}
.post-title-section .title-bg img {
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.post-title-section .fs-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 35px;
}
.post-title-section .fs-icon a {
  display: block;
  font-size: 0px;
  font-size: 0rem;
  padding: 0;
}
.post-title-section .fs-icon a img {
  display: block;
}
.post-title-section .fs-icon a .hover {
  display: none;
}
.post-title-section .fs-icon a:hover .hover {
  display: block;
}
.post-title-section .fs-icon a:hover .base {
  display: none;
}
.post-title-section .title-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.81));
}
@media screen and (max-width: 768px) {
  .post-title-section .title-info {
    position: relative;
    background: none;
  }
}
.post-title-section .title-info .eyebrow-title {
  text-align: center;
  color: #ffffff;
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .post-title-section .title-info .eyebrow-title {
    text-align: left;
    color: #222222;
  }
}
.post-title-section .title-info .eyebrow-title a {
  color: #ffffff;
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.post-title-section .title-info .eyebrow-title a:hover {
  color: #9a031e;
}
@media screen and (max-width: 768px) {
  .post-title-section .title-info .eyebrow-title a {
    text-align: left;
    color: #222222;
  }
}
.post-title-section .title-info .eyebrow-title a:after {
  display: none;
}
.post-title-section .title-info .eyebrow-title:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .post-title-section .title-info .eyebrow-title:after {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.post-title-section .title-info .title {
  text-align: center;
  padding: 32px 0;
}
@media screen and (max-width: 768px) {
  .post-title-section .title-info .title {
    text-align: left;
    padding: 32px 0 0 0;
  }
}
.post-title-section .title-info .title h4 a {
  display: inline-block;
  color: #ffffff;
  position: relative;
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .post-title-section .title-info .title h4 a {
    color: #212121;
  }
}
.post-title-section .title-info .title h4 a:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 25%;
  width: 74px;
  height: 2px;
  background-color: #ed1a3b;
}
@media screen and (max-width: 768px) {
  .post-title-section .title-info .title h4 a:before {
    left: 0;
  }
}
.post-title-section .title-info .title h4 a:hover {
  color: #9a031e;
  text-decoration: underline;
}
.post-title-section .title-info .title h1 {
  font-size: 66px;
  font-size: 4.125rem;
  line-height: 82px;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .post-title-section .title-info .title h1 {
    font-size: 41px;
    font-size: 2.5625rem;
    line-height: 57px;
  }
}
@media screen and (max-width: 768px) {
  .post-title-section .title-info .title h1 {
    color: #212121;
  }
}
.post-title-section .title-info .title .date span {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  color: #858585;
  position: relative;
  display: inline;
  margin-bottom: 0;
  line-height: 18px;
}
.post-title-section .title-info .title .date span a {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
}
.post-title-section .title-info .title .date {
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .post-title-section .title-info .title .date {
    justify-content: left;
  }
}
.post-title-section .title-info .title .date span {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .post-title-section .title-info .title .date span {
    color: #212121;
  }
}
@media screen and (max-width: 768px) {
  .post-title-section .title-info .title .date span:last-child {
    color: #858585;
  }
}
.post-title-section .title-info .title .date span:last-child:before {
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .post-title-section .title-info .title .date span:last-child:before {
    background-color: #858585;
  }
}
.post-title-section.no-image .title-info {
  position: initial;
  background: none;
}
.post-title-section.no-image .title-info .title {
  color: #222222;
}
.post-title-section.no-image .title-info .title h4 {
  color: #222222;
}
.post-title-section.no-image .title-info .title h1 {
  color: #222222;
}
.post-title-section.no-image .title-info .title .date span {
  color: #222222;
}
.post-title-section.no-image .title-info .title .eyebrow-title {
  color: #222222;
}
.post-title-section.no-image .title-info .title .eyebrow-title a {
  color: #222222;
}
.post-title-section.no-image .title-info .title .eyebrow-title a:hover {
  color: #9a031e;
}

.post-section .title-info .eyebrow-title a {
  text-decoration: none;
}
.post-section .title-info .eyebrow-title a:after {
  display: none;
}
.post-section h1 {
  font-size: 66px;
  font-size: 4.125rem;
  line-height: 82px;
}
@media screen and (max-width: 992px) {
  .post-section h1 {
    font-size: 41px;
    font-size: 2.5625rem;
    line-height: 57px;
  }
}
.post-section .date span {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  color: #858585;
  position: relative;
  display: inline;
  margin-bottom: 0;
  line-height: 18px;
}
.post-section .date span a {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
}
.post-section .date {
  margin-bottom: 36px;
}
.post-section .date .black {
  color: #000000;
}
.post-section .post-layout {
  display: flex;
  margin: 0 0 100px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .post-section .post-layout {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .post-section .post-layout {
    flex-direction: column;
  }
}
.post-section .post-layout .post-col {
  flex: 1 0 0px;
  min-width: 0px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .post-section .post-layout .post-col {
    margin-bottom: 50px;
  }
}
.post-section .post-layout .post-col .main-post {
  padding-right: 6%;
  border-right: 1px solid #f0f2f2;
}
@media screen and (max-width: 992px) {
  .post-section .post-layout .post-col .main-post {
    padding-right: 0;
    border-right: none;
  }
}
.post-section .post-layout .post-col .main-post .video-block {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 36px;
}
.post-section .post-layout .post-col .main-post .video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-section .post-layout .post-col .main-post .page-option {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #f0f2f2;
  border-bottom: 1px solid #f0f2f2;
  margin-bottom: 50px;
}
.post-section .post-layout .post-col .main-post .page-option .addtoany_list {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
}
.post-section .post-layout .post-col .main-post .page-option .addtoany_list a {
  display: block;
  font-size: 0px;
  font-size: 0rem;
  padding: 0;
  margin-left: 10px;
}
.post-section .post-layout .post-col .main-post .page-option .addtoany_list a img {
  display: block;
  width: 36px;
  height: 36px;
}
.post-section .post-layout .post-col .main-post .page-option .addtoany_list a .hover {
  display: none;
}
.post-section .post-layout .post-col .main-post .page-option .addtoany_list a:first-child {
  margin-left: 0;
}
.post-section .post-layout .post-col .main-post .page-option .addtoany_list a:hover .hover {
  display: block;
}
.post-section .post-layout .post-col .main-post .page-option .addtoany_list a:hover .base {
  display: none;
}
.post-section .post-layout .post-col .main-post .story-content {
  margin-top: 36px;
}
.post-section .post-layout .post-col .main-post .story-content:before, .post-section .post-layout .post-col .main-post .story-content:after {
  content: "";
  display: table;
}
.post-section .post-layout .post-col .main-post .story-content::after {
  content: "";
  display: table;
  clear: both;
}
.post-section .post-layout .post-col .sleeve-section {
  margin-bottom: 50px;
  padding-right: 6%;
}
@media screen and (max-width: 992px) {
  .post-section .post-layout .post-col .sleeve-section {
    padding-right: 0;
  }
}
.post-section .post-layout .post-col .sleeve-section .label {
  background-color: #444444;
  color: #ffffff;
  padding: 16px 25px;
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  position: relative;
}
.post-section .post-layout .post-col .sleeve-section .label:before {
  content: "";
  position: absolute;
  left: 22px;
  bottom: -9px;
  border: 0;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #444444;
  z-index: 1;
}
.post-section .post-layout .post-col .sleeve-section ul li {
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid #ffffff;
  background-color: #f0f2f2;
  padding: 16px 10px 16px 80px;
}
.post-section .post-layout .post-col .sleeve-section ul li h3 {
  margin-bottom: 0;
}
.post-section .post-layout .post-col .sleeve-section ul .item {
  position: relative;
}
.post-section .post-layout .post-col .sleeve-section ul .item .number-box {
  background-color: #dcdcdc;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post-section .post-layout .post-col .sleeve-section ul .item .number-box .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ed1a3b;
  color: #ffffff;
  font-family: "Tiempos", Times New Roman, serif;
  font-weight: 900;
  font-size: 14px;
  font-size: 0.875rem;
}
.post-section .post-layout .post-col .sleeve-section ul .item .thumb {
  width: 100px;
  height: 67px;
  margin-right: 20px;
}
.post-section .post-layout .post-col .sleeve-section ul .item .title {
  flex: 1 0 0px;
}
.post-section .post-layout .post-col .sleeve-section ul .item .title:hover {
  color: #9a031e;
  text-decoration: underline;
}
.post-section .post-layout .post-col .sleeve-section ul .selected .number-box .number {
  background-color: #888888;
  color: #ffffff;
}
.post-section .post-layout .post-col .sleeve-section ul .selected div {
  position: relative;
}
.post-section .post-layout .post-col .sleeve-section ul .selected div .currently-reading {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: "Tiempos", Times New Roman, serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  text-align: center;
  padding: 18px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}
.post-section .post-layout .post-col .sleeve-section ul .selected h3 {
  flex: 1 0 0px;
  margin-left: 20px;
  opacity: 0.4;
}
.post-section .post-layout .post-col .latest-video-section {
  margin-bottom: 80px;
  padding-right: 6%;
}
@media screen and (max-width: 992px) {
  .post-section .post-layout .post-col .latest-video-section {
    padding-right: 0;
  }
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts {
  list-style: none;
  margin: 0 0 0 -2%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts {
    margin: 0;
    display: block;
  }
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li {
  width: 31.3%;
  margin-left: 2%;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li {
    width: 100%;
    margin-left: 0;
  }
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li .thumb {
  width: 100%;
  height: 164px;
  margin-right: 14px;
  position: relative;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 768px) {
  .post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li .thumb {
    height: 350px;
  }
}
@media screen and (max-width: 576px) {
  .post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li .thumb {
    width: 100%;
    height: 200px;
  }
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li .thumb.video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTczIDQ4Ljg4NjNDNzIuOTk0NiA1MC41MDYzIDcyLjI3NzQgNTIuMDU4NSA3MS4wMDQ5IDUzLjIwNEM2OS43MzI1IDU0LjM0OTUgNjguMDA4MiA1NC45OTUyIDY2LjIwODcgNTVIMS42OTA5OFYxLjUwNUg3M1Y0OC44ODYzWiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0xNi4wNjQzIDM5LjI4MDJDMTYuMDcwNyAzOS42ODY3IDE2LjE2ODMgNDAuMDg3OCAxNi4zNTExIDQwLjQ2MDNDMTYuNTM0IDQwLjgzMjcgMTYuNzk4NSA0MS4xNjg5IDE3LjEyOTIgNDEuNDQ5M0MxNy40NTk5IDQxLjcyOTYgMTcuODUwMiA0MS45NDgzIDE4LjI3NzEgNDIuMDkyN0MxOC43MDM5IDQyLjIzNzEgMTkuMTU4OSA0Mi4zMDQzIDE5LjYxNTMgNDIuMjkwMkg1NC43ODc3QzU1LjcwMTYgNDIuMjkzNCA1Ni41ODE2IDQxLjk4MTkgNTcuMjQzNCA0MS40MjA5QzU3LjkwNTIgNDAuODU5OSA1OC4yOTc3IDQwLjA5MjkgNTguMzM4NyAzOS4yODAyVjE2LjU1NDlDNTguMzMyMyAxNi4xNDg1IDU4LjIzNDcgMTUuNzQ3MyA1OC4wNTE5IDE1LjM3NDlDNTcuODY5IDE1LjAwMjQgNTcuNjA0NSAxNC42NjYyIDU3LjI3MzggMTQuMzg1OUM1Ni45NDMxIDE0LjEwNTYgNTYuNTUyOCAxMy44ODY4IDU2LjEyNiAxMy43NDI0QzU1LjY5OTEgMTMuNTk4IDU1LjI0NDEgMTMuNTMwOSA1NC43ODc3IDEzLjU0NDlIMTkuNjE1M0MxOC43MDE0IDEzLjU0MTggMTcuODIxNCAxMy44NTMzIDE3LjE1OTYgMTQuNDE0M0MxNi40OTc4IDE0Ljk3NTMgMTYuMTA1MyAxNS43NDIzIDE2LjA2NDMgMTYuNTU0OVYzOS4yODAyWk0zMi45NzQxIDIxLjA2OTlMNDQuODEwOSAyOC41OTQ4TDMyLjk3NDEgMzYuMTE5OFYyMS4wNjk5WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li .thumb.audio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNTAyIiBkPSJNNzIuNzEyIDQ4LjE1OTdDNzIuNzA2NyA0OS43NTQ4IDcxLjk5MjMgNTEuMjgzMyA3MC43MjUgNTIuNDExMkM2OS40NTc3IDUzLjUzOTEgNjcuNzQwNCA1NC4xNzQ5IDY1Ljk0ODEgNTQuMTc5N0gxLjY5MDkyVjEuNTA1SDcyLjcxMlY0OC4xNTk3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0zMC42MDY3IDQwLjMzMzhIMjguOTE1OFYzMy4yNjAzSDMwLjYwNjdWNDAuMzMzOFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzMuOTg4NyA0Mi43NDE3SDMyLjI5NzdWMzAuODUyM0gzMy45ODg3VjQyLjc0MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTQyLjQ0MzYgMzMuMjYwM0g0NC4xMzQ2VjQwLjMzMzhINDIuNDQzNlYzMy4yNjAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0zOS4wNjE2IDMwLjg1MjNINDAuNzUyNlY0Mi43NDE3SDM5LjA2MTZWMzAuODUyM1oiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzcuMzcwNyA0NS4xNDk3SDM1LjY3OTdWMjguNDQ0M0gzNy4zNzA3VjQ1LjE0OTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI0LjY4ODQgMjguNTk0OEgyMy4zMzU2QzIyLjc4ODkgMjguNjA2MiAyMi4yNTg3IDI4Ljc2MzUgMjEuODEzNyAyOS4wNDYzQzIwLjk2ODIgMjkuNjQ4MyAxOC42MDA4IDMxLjkwNTggMTguNjAwOCAzMS45MDU4VjQxLjk4OTNDMTkuNTk1IDQyLjk2MTggMjAuNjY4OSA0My44NjczIDIxLjgxMzcgNDQuNjk4MkMyMi4zMiA0NC45ODQyIDIyLjkwNTEgNDUuMTQwNCAyMy41MDQ3IDQ1LjE0OTdDMjQuMTg2MSA0NS4xNTU5IDI0Ljg0NjkgNDQuOTQyIDI1LjM2NDcgNDQuNTQ3N1YyOS4wNDYzQzI1LjE5NTYgMjguODk1OCAyNS4wMjY2IDI4LjU5NDggMjQuNjg4NCAyOC41OTQ4WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik01NS45NzE0IDMyLjM1NzNWMjguNzQ1M0M1NS45OTEyIDI2LjU5MzIgNTUuNTkwNyAyNC40NTQ0IDU0Ljc4NzcgMjIuNDI0NEM1My45MzI0IDIwLjIyNzggNTIuNTQ3MiAxOC4yMjQ0IDUwLjcyOTQgMTYuNTU0OUM0OC45NjQ3IDE0Ljc0MzkgNDYuNzY5OSAxMy4zMDQ2IDQ0LjMwMzcgMTIuMzQwOUM0MS44NyAxMS4xNDc1IDM5LjEzNDcgMTAuNTI1OSAzNi4zNTYxIDEwLjUzNDlDMzMuNjAwNiAxMC41NDY5IDMwLjg4MzcgMTEuMTEyOSAyOC40MDg1IDEyLjE5MDRDMjYuMDAyOSAxMy4yNDUxIDIzLjgyNzIgMTQuNjcyIDIxLjk4MjcgMTYuNDA0NEMyMC4zMTY0IDE4LjE3NDggMTguOTQ5MiAyMC4xNTIxIDE3LjkyNDQgMjIuMjczOUMxNy4xMjA4IDI0LjM1NTggMTYuNzIwNSAyNi41NDQxIDE2Ljc0MDcgMjguNzQ1M1YzMi4yMDY4QzE1LjY4NzggMzMuNTIxMiAxNS4xNTI4IDM1LjEwODYgMTUuMjE4OCAzNi43MjE4QzE1LjExOTIgMzguMjkyMiAxNS42NTk2IDM5Ljg0MTkgMTYuNzQwNyA0MS4wODYyVjQxLjIzNjdDMTYuNzM3IDQxLjM3NiAxNi43NjUxIDQxLjUxNDUgMTYuODIzMyA0MS42NDM4QzE2Ljg4MTQgNDEuNzczMSAxNi45Njg1IDQxLjg5MDUgMTcuMDc5MSA0MS45ODlDMTcuMTg5OCA0Mi4wODc1IDE3LjMyMTggNDIuMTY1IDE3LjQ2NzEgNDIuMjE2OEMxNy42MTI0IDQyLjI2ODUgMTcuNzY3OSA0Mi4yOTM1IDE3LjkyNDQgNDIuMjkwMkMxOC42MDA4IDQyLjI5MDIgMjAuNzk5MSA0MS44Mzg3IDIwLjc5OTEgNDEuMjM2N1YyOC43NDUzQzIwLjkwNjQgMjYuODM2IDIxLjM2MzMgMjQuOTU1MSAyMi4xNTE4IDIzLjE3NjlDMjMuMDI5OCAyMS4zMjc4IDI0LjI5MTkgMTkuNjQyOCAyNS44NzIgMTguMjEwNEMyNy4zOTM5IDE2Ljg1NTkgMzMuOTg4NyAxNS4zNTA5IDM2LjE4NyAxNS4zNTA5QzM3LjM3MDYgMTUuMzUwOSA0NC45OCAxNi43MDU0IDQ2LjUwMTkgMTguMjEwNEM0OC4wODIgMTkuNjQyOCA0OS4zNDQyIDIxLjMyNzggNTAuMjIyMSAyMy4xNzY5QzUxLjA4OTcgMjQuOTMzIDUxLjU0OTggMjYuODI3IDUxLjU3NDkgMjguNzQ1M1Y0MS4yMzY3QzUxLjU3NDkgNDEuODM4NyA1My45NDIyIDQyLjI5MDIgNTQuNDQ5NSA0Mi4yOTAyQzU0LjYwNiA0Mi4yOTM1IDU0Ljc2MTYgNDIuMjY4NSA1NC45MDY4IDQyLjIxNjhDNTUuMDUyMSA0Mi4xNjUgNTUuMTg0MSA0Mi4wODc1IDU1LjI5NDggNDEuOTg5QzU1LjQwNTQgNDEuODkwNSA1NS40OTI1IDQxLjc3MzEgNTUuNTUwNyA0MS42NDM4QzU1LjYwODggNDEuNTE0NSA1NS42MzY5IDQxLjM3NiA1NS42MzMyIDQxLjIzNjdWNDEuMDg2MkM1Ni4yMDQyIDQwLjQ4NzYgNTYuNjMzNCAzOS43OTIzIDU2Ljg5NDkgMzkuMDQyM0M1Ny4xNTY0IDM4LjI5MjMgNTcuMjQ0OSAzNy41MDMgNTcuMTU1MSAzNi43MjE4QzU3LjMzMDYgMzUuOTYxNiA1Ny4zMTU1IDM1LjE3NjMgNTcuMTEwOSAzNC40MjE5QzU2LjkwNjMgMzMuNjY3NSA1Ni41MTcyIDMyLjk2MjUgNTUuOTcxNCAzMi4zNTczWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik00OS4zNzY2IDI4LjU5NDhINDguMTkyOUM0Ny44NTQ3IDI4LjU5NDggNDcuNjg1NiAyOC43NDUzIDQ3LjUxNjUgMjkuMTk2OFY0NC42OTgyQzQ4LjA1OTkgNDUuMDUxNyA0OC43MDUgNDUuMjYwNSA0OS4zNzY2IDQ1LjMwMDJDNDkuOTc5NiA0NS4zMTI1IDUwLjU3MTYgNDUuMTU0NCA1MS4wNjc1IDQ0Ljg0ODdDNTEuOTEzIDQ0LjI0NjcgNTQuMjgwNCA0Mi4xMzk4IDU0LjI4MDQgNDIuMTM5OFYzMi4wNTYzQzU0LjI4MDQgMzIuMDU2MyA1MS45MTMgMjkuNzk4OCA1MS4wNjc1IDI5LjE5NjhDNTAuNTk3OCAyOC44MyA1MC4wMDEgMjguNjE3NSA0OS4zNzY2IDI4LjU5NDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li .thumb:hover:after {
  opacity: 1;
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li .thumb img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li .info {
  padding: 20px;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  flex: 1 0 0px;
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li .info .title {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #222222;
  display: block;
  margin-bottom: 8px;
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li .info .title:hover {
  text-decoration: underline;
  color: #9a031e;
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li .info .meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li .info .meta .date {
  position: relative;
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #858585;
  display: block;
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li .info .meta .author {
  padding-left: 5px;
  margin-left: 5px;
  position: relative;
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #858585;
  display: block;
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li .info .meta .author a {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #9a031e;
  text-decoration: none;
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li .info .meta .author a:hover {
  text-decoration: underline;
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li .info .meta .author:before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 1px;
  background-color: #858585;
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li .info .excerpt {
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  color: #222222;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .posts li .info .excerpt {
    display: none;
  }
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .btn {
  display: block;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #f0f2f2;
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .btn .select {
  display: inline-block;
  color: #ffffff;
  font-family: "Biotif", Arial, sans;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 10px 16px 6px 16px;
  background-color: #9a031e;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .btn .select:hover {
  color: #ed1a3b;
}
.post-section .post-layout .post-col .latest-video-section .three-cols-posts-section-wrapper .btn .select {
  margin: 30px 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.post-section .post-layout .post-col .related-articles {
  padding-right: 6%;
  border-right: 1px solid #f0f2f2;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .post-section .post-layout .post-col .related-articles {
    padding-right: 0;
    border-right: none;
  }
}
.post-section .post-layout .post-col .related-articles span {
  display: block;
  margin-top: 8px;
}
.post-section .post-layout .post-col .related-articles span h4 {
  color: #222222;
}
.post-section .post-layout .post-col .related-articles .featured-topic {
  margin-bottom: 42px;
}
.post-section .post-layout .post-col .related-articles .featured-topic .thumb {
  position: relative;
  padding-bottom: 66.4%;
  height: 0;
  display: block;
  margin-bottom: 14px;
}
.post-section .post-layout .post-col .related-articles .featured-topic .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.post-section .post-layout .post-col .related-articles .featured-topic .thumb.video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTczIDQ4Ljg4NjNDNzIuOTk0NiA1MC41MDYzIDcyLjI3NzQgNTIuMDU4NSA3MS4wMDQ5IDUzLjIwNEM2OS43MzI1IDU0LjM0OTUgNjguMDA4MiA1NC45OTUyIDY2LjIwODcgNTVIMS42OTA5OFYxLjUwNUg3M1Y0OC44ODYzWiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0xNi4wNjQzIDM5LjI4MDJDMTYuMDcwNyAzOS42ODY3IDE2LjE2ODMgNDAuMDg3OCAxNi4zNTExIDQwLjQ2MDNDMTYuNTM0IDQwLjgzMjcgMTYuNzk4NSA0MS4xNjg5IDE3LjEyOTIgNDEuNDQ5M0MxNy40NTk5IDQxLjcyOTYgMTcuODUwMiA0MS45NDgzIDE4LjI3NzEgNDIuMDkyN0MxOC43MDM5IDQyLjIzNzEgMTkuMTU4OSA0Mi4zMDQzIDE5LjYxNTMgNDIuMjkwMkg1NC43ODc3QzU1LjcwMTYgNDIuMjkzNCA1Ni41ODE2IDQxLjk4MTkgNTcuMjQzNCA0MS40MjA5QzU3LjkwNTIgNDAuODU5OSA1OC4yOTc3IDQwLjA5MjkgNTguMzM4NyAzOS4yODAyVjE2LjU1NDlDNTguMzMyMyAxNi4xNDg1IDU4LjIzNDcgMTUuNzQ3MyA1OC4wNTE5IDE1LjM3NDlDNTcuODY5IDE1LjAwMjQgNTcuNjA0NSAxNC42NjYyIDU3LjI3MzggMTQuMzg1OUM1Ni45NDMxIDE0LjEwNTYgNTYuNTUyOCAxMy44ODY4IDU2LjEyNiAxMy43NDI0QzU1LjY5OTEgMTMuNTk4IDU1LjI0NDEgMTMuNTMwOSA1NC43ODc3IDEzLjU0NDlIMTkuNjE1M0MxOC43MDE0IDEzLjU0MTggMTcuODIxNCAxMy44NTMzIDE3LjE1OTYgMTQuNDE0M0MxNi40OTc4IDE0Ljk3NTMgMTYuMTA1MyAxNS43NDIzIDE2LjA2NDMgMTYuNTU0OVYzOS4yODAyWk0zMi45NzQxIDIxLjA2OTlMNDQuODEwOSAyOC41OTQ4TDMyLjk3NDEgMzYuMTE5OFYyMS4wNjk5WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.post-section .post-layout .post-col .related-articles .featured-topic .thumb.audio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNTAyIiBkPSJNNzIuNzEyIDQ4LjE1OTdDNzIuNzA2NyA0OS43NTQ4IDcxLjk5MjMgNTEuMjgzMyA3MC43MjUgNTIuNDExMkM2OS40NTc3IDUzLjUzOTEgNjcuNzQwNCA1NC4xNzQ5IDY1Ljk0ODEgNTQuMTc5N0gxLjY5MDkyVjEuNTA1SDcyLjcxMlY0OC4xNTk3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0zMC42MDY3IDQwLjMzMzhIMjguOTE1OFYzMy4yNjAzSDMwLjYwNjdWNDAuMzMzOFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzMuOTg4NyA0Mi43NDE3SDMyLjI5NzdWMzAuODUyM0gzMy45ODg3VjQyLjc0MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTQyLjQ0MzYgMzMuMjYwM0g0NC4xMzQ2VjQwLjMzMzhINDIuNDQzNlYzMy4yNjAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0zOS4wNjE2IDMwLjg1MjNINDAuNzUyNlY0Mi43NDE3SDM5LjA2MTZWMzAuODUyM1oiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzcuMzcwNyA0NS4xNDk3SDM1LjY3OTdWMjguNDQ0M0gzNy4zNzA3VjQ1LjE0OTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI0LjY4ODQgMjguNTk0OEgyMy4zMzU2QzIyLjc4ODkgMjguNjA2MiAyMi4yNTg3IDI4Ljc2MzUgMjEuODEzNyAyOS4wNDYzQzIwLjk2ODIgMjkuNjQ4MyAxOC42MDA4IDMxLjkwNTggMTguNjAwOCAzMS45MDU4VjQxLjk4OTNDMTkuNTk1IDQyLjk2MTggMjAuNjY4OSA0My44NjczIDIxLjgxMzcgNDQuNjk4MkMyMi4zMiA0NC45ODQyIDIyLjkwNTEgNDUuMTQwNCAyMy41MDQ3IDQ1LjE0OTdDMjQuMTg2MSA0NS4xNTU5IDI0Ljg0NjkgNDQuOTQyIDI1LjM2NDcgNDQuNTQ3N1YyOS4wNDYzQzI1LjE5NTYgMjguODk1OCAyNS4wMjY2IDI4LjU5NDggMjQuNjg4NCAyOC41OTQ4WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik01NS45NzE0IDMyLjM1NzNWMjguNzQ1M0M1NS45OTEyIDI2LjU5MzIgNTUuNTkwNyAyNC40NTQ0IDU0Ljc4NzcgMjIuNDI0NEM1My45MzI0IDIwLjIyNzggNTIuNTQ3MiAxOC4yMjQ0IDUwLjcyOTQgMTYuNTU0OUM0OC45NjQ3IDE0Ljc0MzkgNDYuNzY5OSAxMy4zMDQ2IDQ0LjMwMzcgMTIuMzQwOUM0MS44NyAxMS4xNDc1IDM5LjEzNDcgMTAuNTI1OSAzNi4zNTYxIDEwLjUzNDlDMzMuNjAwNiAxMC41NDY5IDMwLjg4MzcgMTEuMTEyOSAyOC40MDg1IDEyLjE5MDRDMjYuMDAyOSAxMy4yNDUxIDIzLjgyNzIgMTQuNjcyIDIxLjk4MjcgMTYuNDA0NEMyMC4zMTY0IDE4LjE3NDggMTguOTQ5MiAyMC4xNTIxIDE3LjkyNDQgMjIuMjczOUMxNy4xMjA4IDI0LjM1NTggMTYuNzIwNSAyNi41NDQxIDE2Ljc0MDcgMjguNzQ1M1YzMi4yMDY4QzE1LjY4NzggMzMuNTIxMiAxNS4xNTI4IDM1LjEwODYgMTUuMjE4OCAzNi43MjE4QzE1LjExOTIgMzguMjkyMiAxNS42NTk2IDM5Ljg0MTkgMTYuNzQwNyA0MS4wODYyVjQxLjIzNjdDMTYuNzM3IDQxLjM3NiAxNi43NjUxIDQxLjUxNDUgMTYuODIzMyA0MS42NDM4QzE2Ljg4MTQgNDEuNzczMSAxNi45Njg1IDQxLjg5MDUgMTcuMDc5MSA0MS45ODlDMTcuMTg5OCA0Mi4wODc1IDE3LjMyMTggNDIuMTY1IDE3LjQ2NzEgNDIuMjE2OEMxNy42MTI0IDQyLjI2ODUgMTcuNzY3OSA0Mi4yOTM1IDE3LjkyNDQgNDIuMjkwMkMxOC42MDA4IDQyLjI5MDIgMjAuNzk5MSA0MS44Mzg3IDIwLjc5OTEgNDEuMjM2N1YyOC43NDUzQzIwLjkwNjQgMjYuODM2IDIxLjM2MzMgMjQuOTU1MSAyMi4xNTE4IDIzLjE3NjlDMjMuMDI5OCAyMS4zMjc4IDI0LjI5MTkgMTkuNjQyOCAyNS44NzIgMTguMjEwNEMyNy4zOTM5IDE2Ljg1NTkgMzMuOTg4NyAxNS4zNTA5IDM2LjE4NyAxNS4zNTA5QzM3LjM3MDYgMTUuMzUwOSA0NC45OCAxNi43MDU0IDQ2LjUwMTkgMTguMjEwNEM0OC4wODIgMTkuNjQyOCA0OS4zNDQyIDIxLjMyNzggNTAuMjIyMSAyMy4xNzY5QzUxLjA4OTcgMjQuOTMzIDUxLjU0OTggMjYuODI3IDUxLjU3NDkgMjguNzQ1M1Y0MS4yMzY3QzUxLjU3NDkgNDEuODM4NyA1My45NDIyIDQyLjI5MDIgNTQuNDQ5NSA0Mi4yOTAyQzU0LjYwNiA0Mi4yOTM1IDU0Ljc2MTYgNDIuMjY4NSA1NC45MDY4IDQyLjIxNjhDNTUuMDUyMSA0Mi4xNjUgNTUuMTg0MSA0Mi4wODc1IDU1LjI5NDggNDEuOTg5QzU1LjQwNTQgNDEuODkwNSA1NS40OTI1IDQxLjc3MzEgNTUuNTUwNyA0MS42NDM4QzU1LjYwODggNDEuNTE0NSA1NS42MzY5IDQxLjM3NiA1NS42MzMyIDQxLjIzNjdWNDEuMDg2MkM1Ni4yMDQyIDQwLjQ4NzYgNTYuNjMzNCAzOS43OTIzIDU2Ljg5NDkgMzkuMDQyM0M1Ny4xNTY0IDM4LjI5MjMgNTcuMjQ0OSAzNy41MDMgNTcuMTU1MSAzNi43MjE4QzU3LjMzMDYgMzUuOTYxNiA1Ny4zMTU1IDM1LjE3NjMgNTcuMTEwOSAzNC40MjE5QzU2LjkwNjMgMzMuNjY3NSA1Ni41MTcyIDMyLjk2MjUgNTUuOTcxNCAzMi4zNTczWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik00OS4zNzY2IDI4LjU5NDhINDguMTkyOUM0Ny44NTQ3IDI4LjU5NDggNDcuNjg1NiAyOC43NDUzIDQ3LjUxNjUgMjkuMTk2OFY0NC42OTgyQzQ4LjA1OTkgNDUuMDUxNyA0OC43MDUgNDUuMjYwNSA0OS4zNzY2IDQ1LjMwMDJDNDkuOTc5NiA0NS4zMTI1IDUwLjU3MTYgNDUuMTU0NCA1MS4wNjc1IDQ0Ljg0ODdDNTEuOTEzIDQ0LjI0NjcgNTQuMjgwNCA0Mi4xMzk4IDU0LjI4MDQgNDIuMTM5OFYzMi4wNTYzQzU0LjI4MDQgMzIuMDU2MyA1MS45MTMgMjkuNzk4OCA1MS4wNjc1IDI5LjE5NjhDNTAuNTk3OCAyOC44MyA1MC4wMDEgMjguNjE3NSA0OS4zNzY2IDI4LjU5NDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.post-section .post-layout .post-col .related-articles .featured-topic .thumb.gallery:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTQiIGhlaWdodD0iNTQiIHZpZXdCb3g9IjAgMCA1NCA1NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTUyLjc3MjggNDYuNzAyN0M1Mi43Njg5IDQ4LjI0OTYgNTIuMjUwNCA0OS43MzE4IDUxLjMzMDYgNTAuODI1NkM1MC40MTA4IDUxLjkxOTQgNDkuMTY0NCA1Mi41MzU5IDQ3Ljg2MzcgNTIuNTQwNUgxLjIyNzI5VjEuNDU5NDZINTIuNzcyOFY0Ni43MDI3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik00MC4zNzczIDEyLjQwNTRIMTguNTMxOUMxNy44Njg1IDEyLjQwMjMgMTcuMjI5OSAxMi43MDQ0IDE2Ljc0OTYgMTMuMjQ4NEMxNi4yNjkyIDEzLjc5MjUgMTUuOTg0NCAxNC41MzYzIDE1Ljk1NDYgMTUuMzI0M1YzMi45ODM4QzE1Ljk1OTMgMzMuMzc3OSAxNi4wMzAxIDMzLjc2NjkgMTYuMTYyOCAzNC4xMjgxQzE2LjI5NTUgMzQuNDg5MyAxNi40ODc1IDM0LjgxNTMgMTYuNzI3NSAzNS4wODcyQzE2Ljk2NzUgMzUuMzU5IDE3LjI1MDggMzUuNTcxMSAxNy41NjA2IDM1LjcxMTJDMTcuODcwNCAzNS44NTEyIDE4LjIwMDYgMzUuOTE2MyAxOC41MzE5IDM1LjkwMjdINDAuMzc3M0M0MS4wNDA3IDM1LjkwNTcgNDEuNjc5MyAzNS42MDM3IDQyLjE1OTYgMzUuMDU5NkM0Mi42NCAzNC41MTU2IDQyLjkyNDggMzMuNzcxOCA0Mi45NTQ2IDMyLjk4MzhWMTUuMzI0M0M0Mi45NDk5IDE0LjkzMDIgNDIuODc5MSAxNC41NDEyIDQyLjc0NjQgMTQuMThDNDIuNjEzNyAxMy44MTg4IDQyLjQyMTcgMTMuNDkyOCA0Mi4xODE3IDEzLjIyMDlDNDEuOTQxNiAxMi45NDkxIDQxLjY1ODQgMTIuNzM2OSA0MS4zNDg2IDEyLjU5NjlDNDEuMDM4OCAxMi40NTY5IDQwLjcwODYgMTIuMzkxOCA0MC4zNzczIDEyLjQwNTRWMTIuNDA1NFpNNDAuNSAzMS42NzAzQzQwLjUgMzIuMDE4NiA0MC4zODM3IDMyLjM1MjcgNDAuMTc2NSAzMi41OTkxQzM5Ljk2OTQgMzIuODQ1NCAzOS42ODg0IDMyLjk4MzggMzkuMzk1NSAzMi45ODM4SDE5LjUxMzdDMTkuMjIwNyAzMi45ODM4IDE4LjkzOTggMzIuODQ1NCAxOC43MzI2IDMyLjU5OTFDMTguNTI1NSAzMi4zNTI3IDE4LjQwOTEgMzIuMDE4NiAxOC40MDkxIDMxLjY3MDNWMTYuNjM3OEMxOC40MDkxIDE2LjI4OTUgMTguNTI1NSAxNS45NTU0IDE4LjczMjYgMTUuNzA5QzE4LjkzOTggMTUuNDYyNyAxOS4yMjA3IDE1LjMyNDMgMTkuNTEzNyAxNS4zMjQzSDM5LjM5NTVDMzkuNjg4NCAxNS4zMjQzIDM5Ljk2OTQgMTUuNDYyNyA0MC4xNzY1IDE1LjcwOUM0MC4zODM3IDE1Ljk1NTQgNDAuNSAxNi4yODk1IDQwLjUgMTYuNjM3OFYzMS42NzAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0yMi4zMzY0IDIwLjcyNDNDMjIuMzM2NCAyMC4yMzM2IDIyLjQ1ODcgMTkuNzUzOSAyMi42ODggMTkuMzQ1OUMyMi45MTcyIDE4LjkzNzkgMjMuMjQzMSAxOC42MTk5IDIzLjYyNDMgMTguNDMyMUMyNC4wMDU1IDE4LjI0NDMgMjQuNDI1IDE4LjE5NTIgMjQuODI5OCAxOC4yOTA5QzI1LjIzNDUgMTguMzg2NiAyNS42MDYyIDE4LjYyMjkgMjUuODk4IDE4Ljk2OTlDMjYuMTg5OCAxOS4zMTY5IDI2LjM4ODUgMTkuNzU5IDI2LjQ2OSAyMC4yNDAzQzI2LjU0OTUgMjAuNzIxNiAyNi41MDgyIDIxLjIyMDQgMjYuMzUwMyAyMS42NzM4QzI2LjE5MjQgMjIuMTI3MSAyNS45MjQ5IDIyLjUxNDYgMjUuNTgxOCAyMi43ODczQzI1LjIzODcgMjMuMDU5OSAyNC44MzU0IDIzLjIwNTQgMjQuNDIyNyAyMy4yMDU0QzIzLjg3NDUgMjMuMTg2MyAyMy4zNTMxIDIyLjkxODggMjIuOTY1MiAyMi40NTc2QzIyLjU3NzQgMjEuOTk2NCAyMi4zNTI0IDIxLjM3NjMgMjIuMzM2NCAyMC43MjQzVjIwLjcyNDNaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTIwLjg2MzYgMjkuOTE4OUgzOC4wNDU1TDMyLjI3NzMgMTguODI3TDI4LjIyNzMgMjcuNTgzOEwyNC4wNTQ2IDI1LjU0MDVMMjAuODYzNiAyOS45MTg5WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0xMy41IDM4LjY3NTdWMTguMjQzMkMxMi44NTYyIDE4LjI3MDEgMTIuMjQ0OSAxOC41ODYzIDExLjc4OTQgMTkuMTI3OUMxMS4zMzM5IDE5LjY2OTYgMTEuMDY4MSAyMC4zOTY2IDExLjA0NTUgMjEuMTYyMlYzOC44MjE2QzExLjA1MDIgMzkuMjE1NyAxMS4xMjEgMzkuNjA0OCAxMS4yNTM3IDM5Ljk2NkMxMS4zODY0IDQwLjMyNzEgMTEuNTc4NCA0MC42NTMyIDExLjgxODQgNDAuOTI1QzEyLjA1ODQgNDEuMTk2OCAxMi4zNDE2IDQxLjQwOSAxMi42NTE1IDQxLjU0OUMxMi45NjEzIDQxLjY4OTEgMTMuMjkxNSA0MS43NTQyIDEzLjYyMjcgNDEuNzQwNUgzNS40NjgyQzM2LjEzMTUgNDEuNzQzNiAzNi43NzAyIDQxLjQ0MTUgMzcuMjUwNSA0MC44OTc1QzM3LjczMDggNDAuMzUzNSAzOC4wMTU3IDM5LjYwOTcgMzguMDQ1NSAzOC44MjE2SDEzLjVWMzguNjc1N1oiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg==) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.post-section .post-layout .post-col .related-articles .featured-topic .thumb:hover:after {
  opacity: 1;
}
.post-section .post-layout .post-col .related-articles .featured-topic .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-section .post-layout .post-col .related-articles .featured-topic .info {
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 23px;
}
.post-section .post-layout .post-col .related-articles .featured-topic .info .date span {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  color: #858585;
  position: relative;
  display: inline;
  margin-bottom: 0;
  line-height: 18px;
}
.post-section .post-layout .post-col .related-articles .featured-topic .info .date span a {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
}
.post-section .post-layout .post-col .related-articles .featured-topic .info .date {
  margin-bottom: 8px;
}
.post-section .post-layout .post-col .related-articles .featured-topic .info .title {
  font-size: 29px;
  line-height: 32px;
  margin-bottom: 16px;
  color: #212121;
  font-family: "Stanleyposter", Times New Roman, serif;
  font-weight: normal;
  text-decoration: none;
}
.post-section .post-layout .post-col .related-articles .featured-topic .info .title:hover {
  text-decoration: underline;
}
.post-section .post-layout .post-col .related-articles .featured-topic .info .excerpt {
  color: #444444;
  font-family: "Tiempos", Times New Roman, serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 29px;
  margin-bottom: 24px;
}
.post-section .post-layout .post-col .related-articles .featured-topic .secondary-topics {
  padding: 0;
  border-bottom: 1px solid #b3b3b3;
  list-style: none;
}
.post-section .post-layout .post-col .related-articles .featured-topic .secondary-topics li {
  border-bottom: 1px solid #f0f2f2;
  padding-bottom: 12px;
  margin-bottom: 12px;
  list-style: none;
}
.post-section .post-layout .post-col .related-articles .featured-topic .secondary-topics li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.post-section .post-layout .post-col .related-articles .featured-topic .secondary-topics li a {
  display: block;
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  text-decoration: none;
  font-weight: bold;
  color: #222222;
}
.post-section .post-layout .post-col .related-articles .featured-topic .secondary-topics li a:hover {
  text-decoration: underline;
  color: #9a031e;
}
.post-section .post-layout .post-col .related-articles .topics {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-section .post-layout .post-col .related-articles .topics li {
  display: flex;
  border-bottom: 1px solid #f0f2f2;
  padding-bottom: 22px;
  margin-bottom: 23px;
}
@media screen and (max-width: 576px) {
  .post-section .post-layout .post-col .related-articles .topics li {
    display: block;
  }
}
.post-section .post-layout .post-col .related-articles .topics li .thumb {
  width: 173px;
  height: 115px;
  margin-right: 14px;
  position: relative;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 576px) {
  .post-section .post-layout .post-col .related-articles .topics li .thumb {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
}
.post-section .post-layout .post-col .related-articles .topics li .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.post-section .post-layout .post-col .related-articles .topics li .thumb:hover:after {
  opacity: 1;
}
.post-section .post-layout .post-col .related-articles .topics li .thumb img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.post-section .post-layout .post-col .related-articles .topics li .thumb.video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTczIDQ4Ljg4NjNDNzIuOTk0NiA1MC41MDYzIDcyLjI3NzQgNTIuMDU4NSA3MS4wMDQ5IDUzLjIwNEM2OS43MzI1IDU0LjM0OTUgNjguMDA4MiA1NC45OTUyIDY2LjIwODcgNTVIMS42OTA5OFYxLjUwNUg3M1Y0OC44ODYzWiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0xNi4wNjQzIDM5LjI4MDJDMTYuMDcwNyAzOS42ODY3IDE2LjE2ODMgNDAuMDg3OCAxNi4zNTExIDQwLjQ2MDNDMTYuNTM0IDQwLjgzMjcgMTYuNzk4NSA0MS4xNjg5IDE3LjEyOTIgNDEuNDQ5M0MxNy40NTk5IDQxLjcyOTYgMTcuODUwMiA0MS45NDgzIDE4LjI3NzEgNDIuMDkyN0MxOC43MDM5IDQyLjIzNzEgMTkuMTU4OSA0Mi4zMDQzIDE5LjYxNTMgNDIuMjkwMkg1NC43ODc3QzU1LjcwMTYgNDIuMjkzNCA1Ni41ODE2IDQxLjk4MTkgNTcuMjQzNCA0MS40MjA5QzU3LjkwNTIgNDAuODU5OSA1OC4yOTc3IDQwLjA5MjkgNTguMzM4NyAzOS4yODAyVjE2LjU1NDlDNTguMzMyMyAxNi4xNDg1IDU4LjIzNDcgMTUuNzQ3MyA1OC4wNTE5IDE1LjM3NDlDNTcuODY5IDE1LjAwMjQgNTcuNjA0NSAxNC42NjYyIDU3LjI3MzggMTQuMzg1OUM1Ni45NDMxIDE0LjEwNTYgNTYuNTUyOCAxMy44ODY4IDU2LjEyNiAxMy43NDI0QzU1LjY5OTEgMTMuNTk4IDU1LjI0NDEgMTMuNTMwOSA1NC43ODc3IDEzLjU0NDlIMTkuNjE1M0MxOC43MDE0IDEzLjU0MTggMTcuODIxNCAxMy44NTMzIDE3LjE1OTYgMTQuNDE0M0MxNi40OTc4IDE0Ljk3NTMgMTYuMTA1MyAxNS43NDIzIDE2LjA2NDMgMTYuNTU0OVYzOS4yODAyWk0zMi45NzQxIDIxLjA2OTlMNDQuODEwOSAyOC41OTQ4TDMyLjk3NDEgMzYuMTE5OFYyMS4wNjk5WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.post-section .post-layout .post-col .related-articles .topics li .thumb.audio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNTAyIiBkPSJNNzIuNzEyIDQ4LjE1OTdDNzIuNzA2NyA0OS43NTQ4IDcxLjk5MjMgNTEuMjgzMyA3MC43MjUgNTIuNDExMkM2OS40NTc3IDUzLjUzOTEgNjcuNzQwNCA1NC4xNzQ5IDY1Ljk0ODEgNTQuMTc5N0gxLjY5MDkyVjEuNTA1SDcyLjcxMlY0OC4xNTk3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0zMC42MDY3IDQwLjMzMzhIMjguOTE1OFYzMy4yNjAzSDMwLjYwNjdWNDAuMzMzOFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzMuOTg4NyA0Mi43NDE3SDMyLjI5NzdWMzAuODUyM0gzMy45ODg3VjQyLjc0MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTQyLjQ0MzYgMzMuMjYwM0g0NC4xMzQ2VjQwLjMzMzhINDIuNDQzNlYzMy4yNjAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0zOS4wNjE2IDMwLjg1MjNINDAuNzUyNlY0Mi43NDE3SDM5LjA2MTZWMzAuODUyM1oiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzcuMzcwNyA0NS4xNDk3SDM1LjY3OTdWMjguNDQ0M0gzNy4zNzA3VjQ1LjE0OTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI0LjY4ODQgMjguNTk0OEgyMy4zMzU2QzIyLjc4ODkgMjguNjA2MiAyMi4yNTg3IDI4Ljc2MzUgMjEuODEzNyAyOS4wNDYzQzIwLjk2ODIgMjkuNjQ4MyAxOC42MDA4IDMxLjkwNTggMTguNjAwOCAzMS45MDU4VjQxLjk4OTNDMTkuNTk1IDQyLjk2MTggMjAuNjY4OSA0My44NjczIDIxLjgxMzcgNDQuNjk4MkMyMi4zMiA0NC45ODQyIDIyLjkwNTEgNDUuMTQwNCAyMy41MDQ3IDQ1LjE0OTdDMjQuMTg2MSA0NS4xNTU5IDI0Ljg0NjkgNDQuOTQyIDI1LjM2NDcgNDQuNTQ3N1YyOS4wNDYzQzI1LjE5NTYgMjguODk1OCAyNS4wMjY2IDI4LjU5NDggMjQuNjg4NCAyOC41OTQ4WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik01NS45NzE0IDMyLjM1NzNWMjguNzQ1M0M1NS45OTEyIDI2LjU5MzIgNTUuNTkwNyAyNC40NTQ0IDU0Ljc4NzcgMjIuNDI0NEM1My45MzI0IDIwLjIyNzggNTIuNTQ3MiAxOC4yMjQ0IDUwLjcyOTQgMTYuNTU0OUM0OC45NjQ3IDE0Ljc0MzkgNDYuNzY5OSAxMy4zMDQ2IDQ0LjMwMzcgMTIuMzQwOUM0MS44NyAxMS4xNDc1IDM5LjEzNDcgMTAuNTI1OSAzNi4zNTYxIDEwLjUzNDlDMzMuNjAwNiAxMC41NDY5IDMwLjg4MzcgMTEuMTEyOSAyOC40MDg1IDEyLjE5MDRDMjYuMDAyOSAxMy4yNDUxIDIzLjgyNzIgMTQuNjcyIDIxLjk4MjcgMTYuNDA0NEMyMC4zMTY0IDE4LjE3NDggMTguOTQ5MiAyMC4xNTIxIDE3LjkyNDQgMjIuMjczOUMxNy4xMjA4IDI0LjM1NTggMTYuNzIwNSAyNi41NDQxIDE2Ljc0MDcgMjguNzQ1M1YzMi4yMDY4QzE1LjY4NzggMzMuNTIxMiAxNS4xNTI4IDM1LjEwODYgMTUuMjE4OCAzNi43MjE4QzE1LjExOTIgMzguMjkyMiAxNS42NTk2IDM5Ljg0MTkgMTYuNzQwNyA0MS4wODYyVjQxLjIzNjdDMTYuNzM3IDQxLjM3NiAxNi43NjUxIDQxLjUxNDUgMTYuODIzMyA0MS42NDM4QzE2Ljg4MTQgNDEuNzczMSAxNi45Njg1IDQxLjg5MDUgMTcuMDc5MSA0MS45ODlDMTcuMTg5OCA0Mi4wODc1IDE3LjMyMTggNDIuMTY1IDE3LjQ2NzEgNDIuMjE2OEMxNy42MTI0IDQyLjI2ODUgMTcuNzY3OSA0Mi4yOTM1IDE3LjkyNDQgNDIuMjkwMkMxOC42MDA4IDQyLjI5MDIgMjAuNzk5MSA0MS44Mzg3IDIwLjc5OTEgNDEuMjM2N1YyOC43NDUzQzIwLjkwNjQgMjYuODM2IDIxLjM2MzMgMjQuOTU1MSAyMi4xNTE4IDIzLjE3NjlDMjMuMDI5OCAyMS4zMjc4IDI0LjI5MTkgMTkuNjQyOCAyNS44NzIgMTguMjEwNEMyNy4zOTM5IDE2Ljg1NTkgMzMuOTg4NyAxNS4zNTA5IDM2LjE4NyAxNS4zNTA5QzM3LjM3MDYgMTUuMzUwOSA0NC45OCAxNi43MDU0IDQ2LjUwMTkgMTguMjEwNEM0OC4wODIgMTkuNjQyOCA0OS4zNDQyIDIxLjMyNzggNTAuMjIyMSAyMy4xNzY5QzUxLjA4OTcgMjQuOTMzIDUxLjU0OTggMjYuODI3IDUxLjU3NDkgMjguNzQ1M1Y0MS4yMzY3QzUxLjU3NDkgNDEuODM4NyA1My45NDIyIDQyLjI5MDIgNTQuNDQ5NSA0Mi4yOTAyQzU0LjYwNiA0Mi4yOTM1IDU0Ljc2MTYgNDIuMjY4NSA1NC45MDY4IDQyLjIxNjhDNTUuMDUyMSA0Mi4xNjUgNTUuMTg0MSA0Mi4wODc1IDU1LjI5NDggNDEuOTg5QzU1LjQwNTQgNDEuODkwNSA1NS40OTI1IDQxLjc3MzEgNTUuNTUwNyA0MS42NDM4QzU1LjYwODggNDEuNTE0NSA1NS42MzY5IDQxLjM3NiA1NS42MzMyIDQxLjIzNjdWNDEuMDg2MkM1Ni4yMDQyIDQwLjQ4NzYgNTYuNjMzNCAzOS43OTIzIDU2Ljg5NDkgMzkuMDQyM0M1Ny4xNTY0IDM4LjI5MjMgNTcuMjQ0OSAzNy41MDMgNTcuMTU1MSAzNi43MjE4QzU3LjMzMDYgMzUuOTYxNiA1Ny4zMTU1IDM1LjE3NjMgNTcuMTEwOSAzNC40MjE5QzU2LjkwNjMgMzMuNjY3NSA1Ni41MTcyIDMyLjk2MjUgNTUuOTcxNCAzMi4zNTczWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik00OS4zNzY2IDI4LjU5NDhINDguMTkyOUM0Ny44NTQ3IDI4LjU5NDggNDcuNjg1NiAyOC43NDUzIDQ3LjUxNjUgMjkuMTk2OFY0NC42OTgyQzQ4LjA1OTkgNDUuMDUxNyA0OC43MDUgNDUuMjYwNSA0OS4zNzY2IDQ1LjMwMDJDNDkuOTc5NiA0NS4zMTI1IDUwLjU3MTYgNDUuMTU0NCA1MS4wNjc1IDQ0Ljg0ODdDNTEuOTEzIDQ0LjI0NjcgNTQuMjgwNCA0Mi4xMzk4IDU0LjI4MDQgNDIuMTM5OFYzMi4wNTYzQzU0LjI4MDQgMzIuMDU2MyA1MS45MTMgMjkuNzk4OCA1MS4wNjc1IDI5LjE5NjhDNTAuNTk3OCAyOC44MyA1MC4wMDEgMjguNjE3NSA0OS4zNzY2IDI4LjU5NDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.post-section .post-layout .post-col .related-articles .topics li .content {
  flex: 1 0 0px;
  min-width: 0px;
}
.post-section .post-layout .post-col .related-articles .topics li .content .cat-label {
  display: inline-block;
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  color: #9a031e;
  padding: 4px 8px;
  background-color: #f0f2f2;
  margin-bottom: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.post-section .post-layout .post-col .related-articles .topics li .content .cat-label:hover {
  background-color: #222222;
  color: #ffffff;
}
.post-section .post-layout .post-col .related-articles .topics li .content .title {
  text-decoration: none;
  color: #222222;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 36px;
  font-family: "Stanleyposter", Times New Roman, serif;
  display: block;
  margin-bottom: 8px;
}
.post-section .post-layout .post-col .related-articles .topics li .content .title:hover {
  text-decoration: underline;
  color: #9a031e;
}
.post-section .post-layout .post-col .related-articles .topics li .content .date span {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  color: #858585;
  position: relative;
  display: inline;
  margin-bottom: 0;
  line-height: 18px;
}
.post-section .post-layout .post-col .related-articles .topics li .content .date span a {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
}
.post-section .post-layout .post-col .related-articles .topics li .content .excerpt {
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  color: #222222;
}
.post-section .post-layout .post-col .related-articles .topics.large-topics li .thumb {
  width: 343px;
  height: 228px;
}
@media screen and (max-width: 1200px) {
  .post-section .post-layout .post-col .related-articles .topics.large-topics li .thumb {
    width: 243px;
    height: 128px;
  }
}
@media screen and (max-width: 576px) {
  .post-section .post-layout .post-col .related-articles .topics.large-topics li .thumb {
    width: 100%;
    height: 300px;
  }
}
.post-section .post-layout .post-col .related-articles .topics.large-topics li .content .title {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .post-section .post-layout .post-col .related-articles .topics.large-topics li .content .title {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
.post-section .post-layout .post-col .related-articles .topics.large-topics li:last-child {
  border: none;
}
.post-section .post-layout .post-col .related-articles .btn {
  text-align: center;
  margin: 0;
  border-top: 1px solid #f0f2f2;
  border-bottom: 1px solid #f0f2f2;
}
.post-section .post-layout .post-col .related-articles .btn .select {
  display: inline-block;
  color: #ffffff;
  font-family: "Biotif", Arial, sans;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 10px 16px 6px 16px;
  background-color: #9a031e;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.post-section .post-layout .post-col .related-articles .btn .select:hover {
  color: #ed1a3b;
}
.post-section .post-layout .post-col .related-articles .btn .select {
  margin: 30px 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.post-section .post-layout .post-col .comment-warning {
  padding-right: 6%;
  border-right: 1px solid #f0f2f2;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .post-section .post-layout .post-col .comment-warning {
    padding-right: 0;
    border-right: none;
  }
}
.post-section .post-layout .post-col .comment-warning span {
  display: block;
  margin-top: 8px;
}
.post-section .post-layout .post-col .comment-warning span h4 {
  color: #222222;
}
.post-section .post-layout .post-col .comment-warning .comment {
  display: flex;
  flex-direction: row;
  padding: 25px 0;
  background-color: #f0f2f2;
}
@media screen and (max-width: 576px) {
  .post-section .post-layout .post-col .comment-warning .comment {
    flex-direction: column;
  }
}
.post-section .post-layout .post-col .comment-warning .comment .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
}
@media screen and (max-width: 576px) {
  .post-section .post-layout .post-col .comment-warning .comment .left {
    width: 100%;
  }
}
.post-section .post-layout .post-col .comment-warning .comment .left img {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}
.post-section .post-layout .post-col .comment-warning .comment .left p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Tiempos", Times New Roman, serif;
  color: #444444;
  margin: 0;
}
.post-section .post-layout .post-col .comment-warning .comment .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
}
@media screen and (max-width: 576px) {
  .post-section .post-layout .post-col .comment-warning .comment .right {
    width: 100%;
  }
}
.post-section .post-layout .post-col .comment-warning .comment .right h3 {
  margin-bottom: 23px;
}
.post-section .post-layout .post-col .comment-warning .comment .right .sub-icon {
  display: flex;
  flex-direction: row;
}
.post-section .post-layout .post-col .comment-warning .comment .right .sub-icon .btn {
  margin: 0 8px 0 0;
}
.post-section .post-layout .post-col .comment-warning .comment .right .sub-icon .btn .select {
  display: inline-block;
  color: #ffffff;
  font-family: "Biotif", Arial, sans;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 10px 16px 6px 16px;
  background-color: #9a031e;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.post-section .post-layout .post-col .comment-warning .comment .right .sub-icon .btn .select:hover {
  color: #ed1a3b;
}
.post-section .post-layout .post-col .comment-warning .comment .right .sub-icon .btn .select {
  margin: 0 8px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.post-section .post-layout .post-col .comment-warning .comment .right .sub-icon .btn:last-child {
  margin: 0;
}
.post-section .post-layout .post-col .two-column {
  display: block;
  padding-right: 6%;
  border-right: 1px solid #f0f2f2;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .post-section .post-layout .post-col .two-column {
    padding-right: 0;
    border-right: none;
  }
}
.post-section .post-layout .post-col .two-column .sidebar-topics {
  display: flex;
  flex-flow: column wrap;
  max-height: 566px;
}
@media screen and (max-width: 768px) {
  .post-section .post-layout .post-col .two-column .sidebar-topics {
    max-height: none;
  }
}
.post-section .post-layout .post-col .two-column .sidebar-topics li {
  width: 48%;
  padding: 0 0 18px 0;
}
@media screen and (max-width: 768px) {
  .post-section .post-layout .post-col .two-column .sidebar-topics li {
    width: 100%;
  }
}
.post-section .post-layout .post-col .two-column .sidebar-topics .indent {
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .post-section .post-layout .post-col .two-column .sidebar-topics .indent {
    margin-right: 0;
  }
}
.post-section .post-layout .post-col .two-column .sidebar-topics .five {
  border-bottom: none;
  margin: 0 4% 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .post-section .post-layout .post-col .two-column .sidebar-topics .five {
    margin-bottom: 19px;
    padding: 0 0 18px 0;
    border-bottom: 1px solid #f0f2f2;
  }
}
.post-section .post-layout .post-col .two-column .sidebar-topics li:last-child {
  padding: 0;
}
.post-section .post-layout .post-sidebar {
  width: 300px;
  margin-left: 4%;
}
@media screen and (max-width: 992px) {
  .post-section .post-layout .post-sidebar {
    width: 100%;
    margin-left: 0;
  }
}
.post-section .post-layout .post-sidebar .sidebar-holder {
  margin-bottom: 42px;
}
.post-section .post-layout .post-sidebar .sidebar-holder .sidebar-video-widget .label {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #9a031e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  font-family: "Biotif", Arial, sans;
  font-variant: normal;
  display: inline-block;
  font-weight: bold;
}
.post-section .post-layout .post-sidebar .sidebar-holder .sidebar-video-widget .aside-item li {
  display: flex;
  margin-bottom: 20px;
}
.post-section .post-layout .post-sidebar .sidebar-holder .sidebar-video-widget .aside-item li .thumb {
  width: 100px;
  height: 67px;
  position: relative;
  overflow: hidden;
  margin-right: 12px;
}
.post-section .post-layout .post-sidebar .sidebar-holder .sidebar-video-widget .aside-item li .thumb img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.post-section .post-layout .post-sidebar .sidebar-holder .sidebar-video-widget .aside-item li .title {
  color: #222222;
  flex: 1 0 0px;
  min-width: 0px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Stanleyposter", Times New Roman, serif;
}
.post-section .post-layout .post-sidebar .sidebar-holder .sidebar-video-widget .aside-item li .title:hover {
  color: #9a031e;
  text-decoration: underline;
}
.post-section .post-layout .post-sidebar .sidebar-holder .sidebar-video-widget .aside-item li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .post-section .post-layout .post-sidebar .sidebar-holder:last-child {
    display: none;
  }
}

.top-select-section {
  background-color: #444444;
  color: #ffffff;
  padding: 36px 10px 40px;
  transform: translateY(-60px);
  position: relative;
  z-index: 2;
}
.top-select-section h2 {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.top-select-section .select {
  max-width: 504px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.top-select-section .select .item a {
  background-color: #ffffff;
  display: block;
  width: 100%;
  border-radius: 5px;
  height: 40px;
  padding: 7px;
  color: #9a031e;
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 18px;
  font-size: 1.125rem;
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
}
.top-select-section .select .item a .number {
  display: flex;
  float: left;
  margin-top: 3px;
}
.top-select-section .select .item a .number span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #888888;
  border-radius: 50%;
  margin-right: 10px;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
}
.top-select-section .select .item a .select-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik01LjcgMEgyNC4zQzI4IDAgMzAgMi4xNDkgMzAgNC44VjI1LjJDMzAgMjcuODUxIDI4IDMwIDI0LjMgMzBINS43QzIgMzAgMCAyNy44NTEgMCAyNS4yVjQuOEMwIDIuMTQ5IDIgMCA1LjcgMFoiIGZpbGw9IiM0NDQ0NDQiLz4NCjxwYXRoIGQ9Ik04IDEyTDE1IDE5TDIyIDEySDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=);
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  right: 5px;
}
.top-select-section .select .item .selector {
  color: #444444;
}
.top-select-section .select .item .selector:hover {
  color: #9a031e;
}
.top-select-section .select .dropdown {
  max-width: 504px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #444444;
  padding: 5px 0;
  position: absolute;
  top: 41px;
  display: none;
}
.top-select-section .select .dropdown li {
  transition: background-color 0.2s ease;
}
.top-select-section .select .dropdown li .item a {
  border-radius: 0;
}
.top-select-section .select .dropdown li .item a:hover {
  background-color: #cfebfe;
}
.top-select-section .select .dropdown .selected {
  background-color: #cfebfe;
}
.top-select-section .select .dropdown .selected .selectedItem {
  padding: 7px;
  padding-right: 40px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #444444;
  font-size: 18px;
  font-size: 1.125rem;
}
.top-select-section .select .dropdown .selected .selectedItem .number {
  display: flex;
  float: left;
  margin-top: 3px;
}
.top-select-section .select .dropdown .selected .selectedItem .number span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #888888;
  border-radius: 50%;
  margin-right: 10px;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
}

.pager {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager ul li a, .pager ul li span {
  margin: 10px 6px;
  font: "Tiempos", Times New Roman, serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  color: #9a031e;
  text-decoration: none;
}
.pager ul li a.current, .pager ul li span.current {
  color: #222222;
}
.pager ul li a.prev, .pager ul li span.prev {
  margin-right: 40px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ed1a3b;
  position: relative;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.pager ul li a.prev:after, .pager ul li span.prev:after {
  content: "";
  display: block;
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNCAxNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQgMTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xLDEzbDYtNkwxLDF2Mmw0LDRsLTQsNFYxM3oiLz4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03LDEzbDYtNkw3LDF2Mmw0LDRsLTQsNFYxM3oiLz4NCjwvc3ZnPg0K) top left no-repeat;
  width: 13px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -moz-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  -o-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.pager ul li a.prev:hover, .pager ul li span.prev:hover {
  background-color: #222222;
}
.pager ul li a.prev.inactive, .pager ul li span.prev.inactive {
  background-color: #dcdcdc;
  cursor: initial;
}
.pager ul li a.next, .pager ul li span.next {
  margin-left: 40px;
  margin-right: 40px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ed1a3b;
  position: relative;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.pager ul li a.next:hover, .pager ul li span.next:hover {
  background-color: #222222;
}
.pager ul li a.next.inactive, .pager ul li span.next.inactive {
  background-color: #dcdcdc;
  cursor: initial;
}
.pager ul li a.next:after, .pager ul li span.next:after {
  content: "";
  display: block;
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNCAxNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQgMTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xLDEzbDYtNkwxLDF2Mmw0LDRsLTQsNFYxM3oiLz4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03LDEzbDYtNkw3LDF2Mmw0LDRsLTQsNFYxM3oiLz4NCjwvc3ZnPg0K) top left no-repeat;
  width: 13px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-background-size: cover !important;
  background-size: cover !important;
}

.wide-posts-section {
  margin-bottom: 42px;
}
.wide-posts-section .wide-posts-section-wrapper {
  padding: 20px;
  background-color: #f0f2f2;
}
.wide-posts-section .wide-posts-section-wrapper .topics {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wide-posts-section .wide-posts-section-wrapper .topics li {
  margin-bottom: 20px;
  list-style: none;
}
.wide-posts-section .wide-posts-section-wrapper .topics li .content .title {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
  color: #333333;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}
.wide-posts-section .wide-posts-section-wrapper .topics li .content .title:hover {
  text-decoration: underline;
  color: #9a031e;
}
.wide-posts-section .wide-posts-section-wrapper .topics li .content .author {
  color: #858585;
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  margin-bottom: 8px;
}
.wide-posts-section .wide-posts-section-wrapper .topics li .content .excerpt {
  color: #858585;
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
}
.wide-posts-section .wide-posts-section-wrapper .more-line {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.grey-bg-text-section {
  margin-bottom: 42px;
}
.grey-bg-text-section .grey-bg-text-section-wrapper {
  padding: 20px;
  background-color: #f0f2f2;
}

.featured-report-section .subheader a {
  color: #9a031e;
  font-family: "Tiempos", Times New Roman, serif;
}
.featured-report-section .featured-report-section-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .featured-report-section .featured-report-section-wrapper {
    display: block;
  }
}
.featured-report-section .featured-report-section-wrapper .main-col {
  flex: 1 0 0px;
  min-width: 0px;
  padding-bottom: 23px;
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 768px) {
  .featured-report-section .featured-report-section-wrapper .main-col {
    width: 100%;
    margin-bottom: 30px;
  }
}
.featured-report-section .featured-report-section-wrapper .main-col .thumb {
  position: relative;
  padding-bottom: 66.4%;
  height: 0;
  display: block;
  margin-bottom: 14px;
}
.featured-report-section .featured-report-section-wrapper .main-col .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.featured-report-section .featured-report-section-wrapper .main-col .thumb.video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTczIDQ4Ljg4NjNDNzIuOTk0NiA1MC41MDYzIDcyLjI3NzQgNTIuMDU4NSA3MS4wMDQ5IDUzLjIwNEM2OS43MzI1IDU0LjM0OTUgNjguMDA4MiA1NC45OTUyIDY2LjIwODcgNTVIMS42OTA5OFYxLjUwNUg3M1Y0OC44ODYzWiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0xNi4wNjQzIDM5LjI4MDJDMTYuMDcwNyAzOS42ODY3IDE2LjE2ODMgNDAuMDg3OCAxNi4zNTExIDQwLjQ2MDNDMTYuNTM0IDQwLjgzMjcgMTYuNzk4NSA0MS4xNjg5IDE3LjEyOTIgNDEuNDQ5M0MxNy40NTk5IDQxLjcyOTYgMTcuODUwMiA0MS45NDgzIDE4LjI3NzEgNDIuMDkyN0MxOC43MDM5IDQyLjIzNzEgMTkuMTU4OSA0Mi4zMDQzIDE5LjYxNTMgNDIuMjkwMkg1NC43ODc3QzU1LjcwMTYgNDIuMjkzNCA1Ni41ODE2IDQxLjk4MTkgNTcuMjQzNCA0MS40MjA5QzU3LjkwNTIgNDAuODU5OSA1OC4yOTc3IDQwLjA5MjkgNTguMzM4NyAzOS4yODAyVjE2LjU1NDlDNTguMzMyMyAxNi4xNDg1IDU4LjIzNDcgMTUuNzQ3MyA1OC4wNTE5IDE1LjM3NDlDNTcuODY5IDE1LjAwMjQgNTcuNjA0NSAxNC42NjYyIDU3LjI3MzggMTQuMzg1OUM1Ni45NDMxIDE0LjEwNTYgNTYuNTUyOCAxMy44ODY4IDU2LjEyNiAxMy43NDI0QzU1LjY5OTEgMTMuNTk4IDU1LjI0NDEgMTMuNTMwOSA1NC43ODc3IDEzLjU0NDlIMTkuNjE1M0MxOC43MDE0IDEzLjU0MTggMTcuODIxNCAxMy44NTMzIDE3LjE1OTYgMTQuNDE0M0MxNi40OTc4IDE0Ljk3NTMgMTYuMTA1MyAxNS43NDIzIDE2LjA2NDMgMTYuNTU0OVYzOS4yODAyWk0zMi45NzQxIDIxLjA2OTlMNDQuODEwOSAyOC41OTQ4TDMyLjk3NDEgMzYuMTE5OFYyMS4wNjk5WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.featured-report-section .featured-report-section-wrapper .main-col .thumb.audio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNTAyIiBkPSJNNzIuNzEyIDQ4LjE1OTdDNzIuNzA2NyA0OS43NTQ4IDcxLjk5MjMgNTEuMjgzMyA3MC43MjUgNTIuNDExMkM2OS40NTc3IDUzLjUzOTEgNjcuNzQwNCA1NC4xNzQ5IDY1Ljk0ODEgNTQuMTc5N0gxLjY5MDkyVjEuNTA1SDcyLjcxMlY0OC4xNTk3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0zMC42MDY3IDQwLjMzMzhIMjguOTE1OFYzMy4yNjAzSDMwLjYwNjdWNDAuMzMzOFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzMuOTg4NyA0Mi43NDE3SDMyLjI5NzdWMzAuODUyM0gzMy45ODg3VjQyLjc0MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTQyLjQ0MzYgMzMuMjYwM0g0NC4xMzQ2VjQwLjMzMzhINDIuNDQzNlYzMy4yNjAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0zOS4wNjE2IDMwLjg1MjNINDAuNzUyNlY0Mi43NDE3SDM5LjA2MTZWMzAuODUyM1oiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzcuMzcwNyA0NS4xNDk3SDM1LjY3OTdWMjguNDQ0M0gzNy4zNzA3VjQ1LjE0OTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI0LjY4ODQgMjguNTk0OEgyMy4zMzU2QzIyLjc4ODkgMjguNjA2MiAyMi4yNTg3IDI4Ljc2MzUgMjEuODEzNyAyOS4wNDYzQzIwLjk2ODIgMjkuNjQ4MyAxOC42MDA4IDMxLjkwNTggMTguNjAwOCAzMS45MDU4VjQxLjk4OTNDMTkuNTk1IDQyLjk2MTggMjAuNjY4OSA0My44NjczIDIxLjgxMzcgNDQuNjk4MkMyMi4zMiA0NC45ODQyIDIyLjkwNTEgNDUuMTQwNCAyMy41MDQ3IDQ1LjE0OTdDMjQuMTg2MSA0NS4xNTU5IDI0Ljg0NjkgNDQuOTQyIDI1LjM2NDcgNDQuNTQ3N1YyOS4wNDYzQzI1LjE5NTYgMjguODk1OCAyNS4wMjY2IDI4LjU5NDggMjQuNjg4NCAyOC41OTQ4WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik01NS45NzE0IDMyLjM1NzNWMjguNzQ1M0M1NS45OTEyIDI2LjU5MzIgNTUuNTkwNyAyNC40NTQ0IDU0Ljc4NzcgMjIuNDI0NEM1My45MzI0IDIwLjIyNzggNTIuNTQ3MiAxOC4yMjQ0IDUwLjcyOTQgMTYuNTU0OUM0OC45NjQ3IDE0Ljc0MzkgNDYuNzY5OSAxMy4zMDQ2IDQ0LjMwMzcgMTIuMzQwOUM0MS44NyAxMS4xNDc1IDM5LjEzNDcgMTAuNTI1OSAzNi4zNTYxIDEwLjUzNDlDMzMuNjAwNiAxMC41NDY5IDMwLjg4MzcgMTEuMTEyOSAyOC40MDg1IDEyLjE5MDRDMjYuMDAyOSAxMy4yNDUxIDIzLjgyNzIgMTQuNjcyIDIxLjk4MjcgMTYuNDA0NEMyMC4zMTY0IDE4LjE3NDggMTguOTQ5MiAyMC4xNTIxIDE3LjkyNDQgMjIuMjczOUMxNy4xMjA4IDI0LjM1NTggMTYuNzIwNSAyNi41NDQxIDE2Ljc0MDcgMjguNzQ1M1YzMi4yMDY4QzE1LjY4NzggMzMuNTIxMiAxNS4xNTI4IDM1LjEwODYgMTUuMjE4OCAzNi43MjE4QzE1LjExOTIgMzguMjkyMiAxNS42NTk2IDM5Ljg0MTkgMTYuNzQwNyA0MS4wODYyVjQxLjIzNjdDMTYuNzM3IDQxLjM3NiAxNi43NjUxIDQxLjUxNDUgMTYuODIzMyA0MS42NDM4QzE2Ljg4MTQgNDEuNzczMSAxNi45Njg1IDQxLjg5MDUgMTcuMDc5MSA0MS45ODlDMTcuMTg5OCA0Mi4wODc1IDE3LjMyMTggNDIuMTY1IDE3LjQ2NzEgNDIuMjE2OEMxNy42MTI0IDQyLjI2ODUgMTcuNzY3OSA0Mi4yOTM1IDE3LjkyNDQgNDIuMjkwMkMxOC42MDA4IDQyLjI5MDIgMjAuNzk5MSA0MS44Mzg3IDIwLjc5OTEgNDEuMjM2N1YyOC43NDUzQzIwLjkwNjQgMjYuODM2IDIxLjM2MzMgMjQuOTU1MSAyMi4xNTE4IDIzLjE3NjlDMjMuMDI5OCAyMS4zMjc4IDI0LjI5MTkgMTkuNjQyOCAyNS44NzIgMTguMjEwNEMyNy4zOTM5IDE2Ljg1NTkgMzMuOTg4NyAxNS4zNTA5IDM2LjE4NyAxNS4zNTA5QzM3LjM3MDYgMTUuMzUwOSA0NC45OCAxNi43MDU0IDQ2LjUwMTkgMTguMjEwNEM0OC4wODIgMTkuNjQyOCA0OS4zNDQyIDIxLjMyNzggNTAuMjIyMSAyMy4xNzY5QzUxLjA4OTcgMjQuOTMzIDUxLjU0OTggMjYuODI3IDUxLjU3NDkgMjguNzQ1M1Y0MS4yMzY3QzUxLjU3NDkgNDEuODM4NyA1My45NDIyIDQyLjI5MDIgNTQuNDQ5NSA0Mi4yOTAyQzU0LjYwNiA0Mi4yOTM1IDU0Ljc2MTYgNDIuMjY4NSA1NC45MDY4IDQyLjIxNjhDNTUuMDUyMSA0Mi4xNjUgNTUuMTg0MSA0Mi4wODc1IDU1LjI5NDggNDEuOTg5QzU1LjQwNTQgNDEuODkwNSA1NS40OTI1IDQxLjc3MzEgNTUuNTUwNyA0MS42NDM4QzU1LjYwODggNDEuNTE0NSA1NS42MzY5IDQxLjM3NiA1NS42MzMyIDQxLjIzNjdWNDEuMDg2MkM1Ni4yMDQyIDQwLjQ4NzYgNTYuNjMzNCAzOS43OTIzIDU2Ljg5NDkgMzkuMDQyM0M1Ny4xNTY0IDM4LjI5MjMgNTcuMjQ0OSAzNy41MDMgNTcuMTU1MSAzNi43MjE4QzU3LjMzMDYgMzUuOTYxNiA1Ny4zMTU1IDM1LjE3NjMgNTcuMTEwOSAzNC40MjE5QzU2LjkwNjMgMzMuNjY3NSA1Ni41MTcyIDMyLjk2MjUgNTUuOTcxNCAzMi4zNTczWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik00OS4zNzY2IDI4LjU5NDhINDguMTkyOUM0Ny44NTQ3IDI4LjU5NDggNDcuNjg1NiAyOC43NDUzIDQ3LjUxNjUgMjkuMTk2OFY0NC42OTgyQzQ4LjA1OTkgNDUuMDUxNyA0OC43MDUgNDUuMjYwNSA0OS4zNzY2IDQ1LjMwMDJDNDkuOTc5NiA0NS4zMTI1IDUwLjU3MTYgNDUuMTU0NCA1MS4wNjc1IDQ0Ljg0ODdDNTEuOTEzIDQ0LjI0NjcgNTQuMjgwNCA0Mi4xMzk4IDU0LjI4MDQgNDIuMTM5OFYzMi4wNTYzQzU0LjI4MDQgMzIuMDU2MyA1MS45MTMgMjkuNzk4OCA1MS4wNjc1IDI5LjE5NjhDNTAuNTk3OCAyOC44MyA1MC4wMDEgMjguNjE3NSA0OS4zNzY2IDI4LjU5NDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.featured-report-section .featured-report-section-wrapper .main-col .thumb:hover:after {
  opacity: 1;
}
.featured-report-section .featured-report-section-wrapper .main-col .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-report-section .featured-report-section-wrapper .main-col h2 {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
}
.featured-report-section .featured-report-section-wrapper .main-col h2 a {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
  color: #222222;
  text-decoration: none;
  margin-bottom: 8px;
}
.featured-report-section .featured-report-section-wrapper .main-col h2 a:hover {
  color: #9a031e;
  text-decoration: underline;
}
.featured-report-section .featured-report-section-wrapper .main-col .excerpt {
  color: #444444;
  font-family: "Tiempos", Times New Roman, serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 29px;
  margin-bottom: 24px;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block {
  width: 100%;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider {
  margin: 0;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider li {
  position: relative;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider li .thumbnail {
  display: block;
  position: relative;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider li .thumbnail:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  left: 0;
  top: 0;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider li .thumbnail:hover:after {
  opacity: 1;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider li .thumbnail.video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTczIDQ4Ljg4NjNDNzIuOTk0NiA1MC41MDYzIDcyLjI3NzQgNTIuMDU4NSA3MS4wMDQ5IDUzLjIwNEM2OS43MzI1IDU0LjM0OTUgNjguMDA4MiA1NC45OTUyIDY2LjIwODcgNTVIMS42OTA5OFYxLjUwNUg3M1Y0OC44ODYzWiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0xNi4wNjQzIDM5LjI4MDJDMTYuMDcwNyAzOS42ODY3IDE2LjE2ODMgNDAuMDg3OCAxNi4zNTExIDQwLjQ2MDNDMTYuNTM0IDQwLjgzMjcgMTYuNzk4NSA0MS4xNjg5IDE3LjEyOTIgNDEuNDQ5M0MxNy40NTk5IDQxLjcyOTYgMTcuODUwMiA0MS45NDgzIDE4LjI3NzEgNDIuMDkyN0MxOC43MDM5IDQyLjIzNzEgMTkuMTU4OSA0Mi4zMDQzIDE5LjYxNTMgNDIuMjkwMkg1NC43ODc3QzU1LjcwMTYgNDIuMjkzNCA1Ni41ODE2IDQxLjk4MTkgNTcuMjQzNCA0MS40MjA5QzU3LjkwNTIgNDAuODU5OSA1OC4yOTc3IDQwLjA5MjkgNTguMzM4NyAzOS4yODAyVjE2LjU1NDlDNTguMzMyMyAxNi4xNDg1IDU4LjIzNDcgMTUuNzQ3MyA1OC4wNTE5IDE1LjM3NDlDNTcuODY5IDE1LjAwMjQgNTcuNjA0NSAxNC42NjYyIDU3LjI3MzggMTQuMzg1OUM1Ni45NDMxIDE0LjEwNTYgNTYuNTUyOCAxMy44ODY4IDU2LjEyNiAxMy43NDI0QzU1LjY5OTEgMTMuNTk4IDU1LjI0NDEgMTMuNTMwOSA1NC43ODc3IDEzLjU0NDlIMTkuNjE1M0MxOC43MDE0IDEzLjU0MTggMTcuODIxNCAxMy44NTMzIDE3LjE1OTYgMTQuNDE0M0MxNi40OTc4IDE0Ljk3NTMgMTYuMTA1MyAxNS43NDIzIDE2LjA2NDMgMTYuNTU0OVYzOS4yODAyWk0zMi45NzQxIDIxLjA2OTlMNDQuODEwOSAyOC41OTQ4TDMyLjk3NDEgMzYuMTE5OFYyMS4wNjk5WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider li .thumbnail.audio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNTAyIiBkPSJNNzIuNzEyIDQ4LjE1OTdDNzIuNzA2NyA0OS43NTQ4IDcxLjk5MjMgNTEuMjgzMyA3MC43MjUgNTIuNDExMkM2OS40NTc3IDUzLjUzOTEgNjcuNzQwNCA1NC4xNzQ5IDY1Ljk0ODEgNTQuMTc5N0gxLjY5MDkyVjEuNTA1SDcyLjcxMlY0OC4xNTk3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0zMC42MDY3IDQwLjMzMzhIMjguOTE1OFYzMy4yNjAzSDMwLjYwNjdWNDAuMzMzOFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzMuOTg4NyA0Mi43NDE3SDMyLjI5NzdWMzAuODUyM0gzMy45ODg3VjQyLjc0MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTQyLjQ0MzYgMzMuMjYwM0g0NC4xMzQ2VjQwLjMzMzhINDIuNDQzNlYzMy4yNjAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0zOS4wNjE2IDMwLjg1MjNINDAuNzUyNlY0Mi43NDE3SDM5LjA2MTZWMzAuODUyM1oiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzcuMzcwNyA0NS4xNDk3SDM1LjY3OTdWMjguNDQ0M0gzNy4zNzA3VjQ1LjE0OTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI0LjY4ODQgMjguNTk0OEgyMy4zMzU2QzIyLjc4ODkgMjguNjA2MiAyMi4yNTg3IDI4Ljc2MzUgMjEuODEzNyAyOS4wNDYzQzIwLjk2ODIgMjkuNjQ4MyAxOC42MDA4IDMxLjkwNTggMTguNjAwOCAzMS45MDU4VjQxLjk4OTNDMTkuNTk1IDQyLjk2MTggMjAuNjY4OSA0My44NjczIDIxLjgxMzcgNDQuNjk4MkMyMi4zMiA0NC45ODQyIDIyLjkwNTEgNDUuMTQwNCAyMy41MDQ3IDQ1LjE0OTdDMjQuMTg2MSA0NS4xNTU5IDI0Ljg0NjkgNDQuOTQyIDI1LjM2NDcgNDQuNTQ3N1YyOS4wNDYzQzI1LjE5NTYgMjguODk1OCAyNS4wMjY2IDI4LjU5NDggMjQuNjg4NCAyOC41OTQ4WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik01NS45NzE0IDMyLjM1NzNWMjguNzQ1M0M1NS45OTEyIDI2LjU5MzIgNTUuNTkwNyAyNC40NTQ0IDU0Ljc4NzcgMjIuNDI0NEM1My45MzI0IDIwLjIyNzggNTIuNTQ3MiAxOC4yMjQ0IDUwLjcyOTQgMTYuNTU0OUM0OC45NjQ3IDE0Ljc0MzkgNDYuNzY5OSAxMy4zMDQ2IDQ0LjMwMzcgMTIuMzQwOUM0MS44NyAxMS4xNDc1IDM5LjEzNDcgMTAuNTI1OSAzNi4zNTYxIDEwLjUzNDlDMzMuNjAwNiAxMC41NDY5IDMwLjg4MzcgMTEuMTEyOSAyOC40MDg1IDEyLjE5MDRDMjYuMDAyOSAxMy4yNDUxIDIzLjgyNzIgMTQuNjcyIDIxLjk4MjcgMTYuNDA0NEMyMC4zMTY0IDE4LjE3NDggMTguOTQ5MiAyMC4xNTIxIDE3LjkyNDQgMjIuMjczOUMxNy4xMjA4IDI0LjM1NTggMTYuNzIwNSAyNi41NDQxIDE2Ljc0MDcgMjguNzQ1M1YzMi4yMDY4QzE1LjY4NzggMzMuNTIxMiAxNS4xNTI4IDM1LjEwODYgMTUuMjE4OCAzNi43MjE4QzE1LjExOTIgMzguMjkyMiAxNS42NTk2IDM5Ljg0MTkgMTYuNzQwNyA0MS4wODYyVjQxLjIzNjdDMTYuNzM3IDQxLjM3NiAxNi43NjUxIDQxLjUxNDUgMTYuODIzMyA0MS42NDM4QzE2Ljg4MTQgNDEuNzczMSAxNi45Njg1IDQxLjg5MDUgMTcuMDc5MSA0MS45ODlDMTcuMTg5OCA0Mi4wODc1IDE3LjMyMTggNDIuMTY1IDE3LjQ2NzEgNDIuMjE2OEMxNy42MTI0IDQyLjI2ODUgMTcuNzY3OSA0Mi4yOTM1IDE3LjkyNDQgNDIuMjkwMkMxOC42MDA4IDQyLjI5MDIgMjAuNzk5MSA0MS44Mzg3IDIwLjc5OTEgNDEuMjM2N1YyOC43NDUzQzIwLjkwNjQgMjYuODM2IDIxLjM2MzMgMjQuOTU1MSAyMi4xNTE4IDIzLjE3NjlDMjMuMDI5OCAyMS4zMjc4IDI0LjI5MTkgMTkuNjQyOCAyNS44NzIgMTguMjEwNEMyNy4zOTM5IDE2Ljg1NTkgMzMuOTg4NyAxNS4zNTA5IDM2LjE4NyAxNS4zNTA5QzM3LjM3MDYgMTUuMzUwOSA0NC45OCAxNi43MDU0IDQ2LjUwMTkgMTguMjEwNEM0OC4wODIgMTkuNjQyOCA0OS4zNDQyIDIxLjMyNzggNTAuMjIyMSAyMy4xNzY5QzUxLjA4OTcgMjQuOTMzIDUxLjU0OTggMjYuODI3IDUxLjU3NDkgMjguNzQ1M1Y0MS4yMzY3QzUxLjU3NDkgNDEuODM4NyA1My45NDIyIDQyLjI5MDIgNTQuNDQ5NSA0Mi4yOTAyQzU0LjYwNiA0Mi4yOTM1IDU0Ljc2MTYgNDIuMjY4NSA1NC45MDY4IDQyLjIxNjhDNTUuMDUyMSA0Mi4xNjUgNTUuMTg0MSA0Mi4wODc1IDU1LjI5NDggNDEuOTg5QzU1LjQwNTQgNDEuODkwNSA1NS40OTI1IDQxLjc3MzEgNTUuNTUwNyA0MS42NDM4QzU1LjYwODggNDEuNTE0NSA1NS42MzY5IDQxLjM3NiA1NS42MzMyIDQxLjIzNjdWNDEuMDg2MkM1Ni4yMDQyIDQwLjQ4NzYgNTYuNjMzNCAzOS43OTIzIDU2Ljg5NDkgMzkuMDQyM0M1Ny4xNTY0IDM4LjI5MjMgNTcuMjQ0OSAzNy41MDMgNTcuMTU1MSAzNi43MjE4QzU3LjMzMDYgMzUuOTYxNiA1Ny4zMTU1IDM1LjE3NjMgNTcuMTEwOSAzNC40MjE5QzU2LjkwNjMgMzMuNjY3NSA1Ni41MTcyIDMyLjk2MjUgNTUuOTcxNCAzMi4zNTczWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik00OS4zNzY2IDI4LjU5NDhINDguMTkyOUM0Ny44NTQ3IDI4LjU5NDggNDcuNjg1NiAyOC43NDUzIDQ3LjUxNjUgMjkuMTk2OFY0NC42OTgyQzQ4LjA1OTkgNDUuMDUxNyA0OC43MDUgNDUuMjYwNSA0OS4zNzY2IDQ1LjMwMDJDNDkuOTc5NiA0NS4zMTI1IDUwLjU3MTYgNDUuMTU0NCA1MS4wNjc1IDQ0Ljg0ODdDNTEuOTEzIDQ0LjI0NjcgNTQuMjgwNCA0Mi4xMzk4IDU0LjI4MDQgNDIuMTM5OFYzMi4wNTYzQzU0LjI4MDQgMzIuMDU2MyA1MS45MTMgMjkuNzk4OCA1MS4wNjc1IDI5LjE5NjhDNTAuNTk3OCAyOC44MyA1MC4wMDEgMjguNjE3NSA0OS4zNzY2IDI4LjU5NDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider li .caption {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8) 70%);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-right: 80px;
  padding-bottom: 64px;
  padding-left: 80px;
  width: 100%;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider li .caption .title {
  text-decoration: none;
  text-align: center;
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider li .caption .title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
  }
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider li .caption .title:hover {
  text-decoration: underline;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider li .caption .caption-text {
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider li .caption .caption-text {
    display: none;
  }
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider .flex-control-nav {
  bottom: 16px;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider .flex-control-paging li a {
  border: 2px solid #ffffff;
  width: 16px;
  height: 16px;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider .flex-control-paging li a.flex-active {
  background-color: #ffffff;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider .flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 50%;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider .flex-direction-nav a {
  text-shadow: none;
  background-color: #ed1a3b;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  width: 50px;
  height: 50px;
  opacity: 0.6;
  z-index: 1;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider .flex-direction-nav a:hover {
  opacity: 1;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider .flex-direction-nav a:before {
  display: none;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider .flex-direction-nav a:after {
  content: "";
  display: block;
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNCAxNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQgMTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xLDEzbDYtNkwxLDF2Mmw0LDRsLTQsNFYxM3oiLz4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03LDEzbDYtNkw3LDF2Mmw0LDRsLTQsNFYxM3oiLz4NCjwvc3ZnPg0K) top left no-repeat;
  width: 13px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider .flex-direction-nav a.flex-prev {
  left: 30px;
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider .flex-direction-nav a.flex-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -moz-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  -o-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
}
.featured-report-section .featured-report-section-wrapper .main-col .slider-block .articles-slider .flex-direction-nav a.flex-next {
  right: 30px;
}
.featured-report-section .featured-report-section-wrapper .right-col {
  width: 375px;
  margin-left: 30px;
}
@media screen and (max-width: 992px) {
  .featured-report-section .featured-report-section-wrapper .right-col {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .featured-report-section .featured-report-section-wrapper .right-col {
    width: 100%;
    margin-left: 0;
  }
}
.featured-report-section .featured-report-section-wrapper .right-col .right-col-wrapper {
  padding: 20px;
  background-color: #f0f2f2;
}
@media screen and (max-width: 768px) {
  .featured-report-section .featured-report-section-wrapper .right-col .right-col-wrapper {
    margin-left: 0;
    display: flex;
    width: 100%;
    align-items: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .featured-report-section .featured-report-section-wrapper .right-col .right-col-wrapper {
    width: 100%;
    display: block;
  }
}
.featured-report-section .featured-report-section-wrapper .right-col .thumb {
  position: relative;
  padding-bottom: 66.4%;
  height: 0;
  display: block;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .featured-report-section .featured-report-section-wrapper .right-col .thumb {
    padding-bottom: 0;
    margin-right: 20px;
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .featured-report-section .featured-report-section-wrapper .right-col .thumb {
    width: 100%;
  }
}
.featured-report-section .featured-report-section-wrapper .right-col .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.featured-report-section .featured-report-section-wrapper .right-col .thumb.video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTczIDQ4Ljg4NjNDNzIuOTk0NiA1MC41MDYzIDcyLjI3NzQgNTIuMDU4NSA3MS4wMDQ5IDUzLjIwNEM2OS43MzI1IDU0LjM0OTUgNjguMDA4MiA1NC45OTUyIDY2LjIwODcgNTVIMS42OTA5OFYxLjUwNUg3M1Y0OC44ODYzWiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0xNi4wNjQzIDM5LjI4MDJDMTYuMDcwNyAzOS42ODY3IDE2LjE2ODMgNDAuMDg3OCAxNi4zNTExIDQwLjQ2MDNDMTYuNTM0IDQwLjgzMjcgMTYuNzk4NSA0MS4xNjg5IDE3LjEyOTIgNDEuNDQ5M0MxNy40NTk5IDQxLjcyOTYgMTcuODUwMiA0MS45NDgzIDE4LjI3NzEgNDIuMDkyN0MxOC43MDM5IDQyLjIzNzEgMTkuMTU4OSA0Mi4zMDQzIDE5LjYxNTMgNDIuMjkwMkg1NC43ODc3QzU1LjcwMTYgNDIuMjkzNCA1Ni41ODE2IDQxLjk4MTkgNTcuMjQzNCA0MS40MjA5QzU3LjkwNTIgNDAuODU5OSA1OC4yOTc3IDQwLjA5MjkgNTguMzM4NyAzOS4yODAyVjE2LjU1NDlDNTguMzMyMyAxNi4xNDg1IDU4LjIzNDcgMTUuNzQ3MyA1OC4wNTE5IDE1LjM3NDlDNTcuODY5IDE1LjAwMjQgNTcuNjA0NSAxNC42NjYyIDU3LjI3MzggMTQuMzg1OUM1Ni45NDMxIDE0LjEwNTYgNTYuNTUyOCAxMy44ODY4IDU2LjEyNiAxMy43NDI0QzU1LjY5OTEgMTMuNTk4IDU1LjI0NDEgMTMuNTMwOSA1NC43ODc3IDEzLjU0NDlIMTkuNjE1M0MxOC43MDE0IDEzLjU0MTggMTcuODIxNCAxMy44NTMzIDE3LjE1OTYgMTQuNDE0M0MxNi40OTc4IDE0Ljk3NTMgMTYuMTA1MyAxNS43NDIzIDE2LjA2NDMgMTYuNTU0OVYzOS4yODAyWk0zMi45NzQxIDIxLjA2OTlMNDQuODEwOSAyOC41OTQ4TDMyLjk3NDEgMzYuMTE5OFYyMS4wNjk5WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.featured-report-section .featured-report-section-wrapper .right-col .thumb.audio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNTAyIiBkPSJNNzIuNzEyIDQ4LjE1OTdDNzIuNzA2NyA0OS43NTQ4IDcxLjk5MjMgNTEuMjgzMyA3MC43MjUgNTIuNDExMkM2OS40NTc3IDUzLjUzOTEgNjcuNzQwNCA1NC4xNzQ5IDY1Ljk0ODEgNTQuMTc5N0gxLjY5MDkyVjEuNTA1SDcyLjcxMlY0OC4xNTk3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0zMC42MDY3IDQwLjMzMzhIMjguOTE1OFYzMy4yNjAzSDMwLjYwNjdWNDAuMzMzOFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzMuOTg4NyA0Mi43NDE3SDMyLjI5NzdWMzAuODUyM0gzMy45ODg3VjQyLjc0MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTQyLjQ0MzYgMzMuMjYwM0g0NC4xMzQ2VjQwLjMzMzhINDIuNDQzNlYzMy4yNjAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0zOS4wNjE2IDMwLjg1MjNINDAuNzUyNlY0Mi43NDE3SDM5LjA2MTZWMzAuODUyM1oiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzcuMzcwNyA0NS4xNDk3SDM1LjY3OTdWMjguNDQ0M0gzNy4zNzA3VjQ1LjE0OTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI0LjY4ODQgMjguNTk0OEgyMy4zMzU2QzIyLjc4ODkgMjguNjA2MiAyMi4yNTg3IDI4Ljc2MzUgMjEuODEzNyAyOS4wNDYzQzIwLjk2ODIgMjkuNjQ4MyAxOC42MDA4IDMxLjkwNTggMTguNjAwOCAzMS45MDU4VjQxLjk4OTNDMTkuNTk1IDQyLjk2MTggMjAuNjY4OSA0My44NjczIDIxLjgxMzcgNDQuNjk4MkMyMi4zMiA0NC45ODQyIDIyLjkwNTEgNDUuMTQwNCAyMy41MDQ3IDQ1LjE0OTdDMjQuMTg2MSA0NS4xNTU5IDI0Ljg0NjkgNDQuOTQyIDI1LjM2NDcgNDQuNTQ3N1YyOS4wNDYzQzI1LjE5NTYgMjguODk1OCAyNS4wMjY2IDI4LjU5NDggMjQuNjg4NCAyOC41OTQ4WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik01NS45NzE0IDMyLjM1NzNWMjguNzQ1M0M1NS45OTEyIDI2LjU5MzIgNTUuNTkwNyAyNC40NTQ0IDU0Ljc4NzcgMjIuNDI0NEM1My45MzI0IDIwLjIyNzggNTIuNTQ3MiAxOC4yMjQ0IDUwLjcyOTQgMTYuNTU0OUM0OC45NjQ3IDE0Ljc0MzkgNDYuNzY5OSAxMy4zMDQ2IDQ0LjMwMzcgMTIuMzQwOUM0MS44NyAxMS4xNDc1IDM5LjEzNDcgMTAuNTI1OSAzNi4zNTYxIDEwLjUzNDlDMzMuNjAwNiAxMC41NDY5IDMwLjg4MzcgMTEuMTEyOSAyOC40MDg1IDEyLjE5MDRDMjYuMDAyOSAxMy4yNDUxIDIzLjgyNzIgMTQuNjcyIDIxLjk4MjcgMTYuNDA0NEMyMC4zMTY0IDE4LjE3NDggMTguOTQ5MiAyMC4xNTIxIDE3LjkyNDQgMjIuMjczOUMxNy4xMjA4IDI0LjM1NTggMTYuNzIwNSAyNi41NDQxIDE2Ljc0MDcgMjguNzQ1M1YzMi4yMDY4QzE1LjY4NzggMzMuNTIxMiAxNS4xNTI4IDM1LjEwODYgMTUuMjE4OCAzNi43MjE4QzE1LjExOTIgMzguMjkyMiAxNS42NTk2IDM5Ljg0MTkgMTYuNzQwNyA0MS4wODYyVjQxLjIzNjdDMTYuNzM3IDQxLjM3NiAxNi43NjUxIDQxLjUxNDUgMTYuODIzMyA0MS42NDM4QzE2Ljg4MTQgNDEuNzczMSAxNi45Njg1IDQxLjg5MDUgMTcuMDc5MSA0MS45ODlDMTcuMTg5OCA0Mi4wODc1IDE3LjMyMTggNDIuMTY1IDE3LjQ2NzEgNDIuMjE2OEMxNy42MTI0IDQyLjI2ODUgMTcuNzY3OSA0Mi4yOTM1IDE3LjkyNDQgNDIuMjkwMkMxOC42MDA4IDQyLjI5MDIgMjAuNzk5MSA0MS44Mzg3IDIwLjc5OTEgNDEuMjM2N1YyOC43NDUzQzIwLjkwNjQgMjYuODM2IDIxLjM2MzMgMjQuOTU1MSAyMi4xNTE4IDIzLjE3NjlDMjMuMDI5OCAyMS4zMjc4IDI0LjI5MTkgMTkuNjQyOCAyNS44NzIgMTguMjEwNEMyNy4zOTM5IDE2Ljg1NTkgMzMuOTg4NyAxNS4zNTA5IDM2LjE4NyAxNS4zNTA5QzM3LjM3MDYgMTUuMzUwOSA0NC45OCAxNi43MDU0IDQ2LjUwMTkgMTguMjEwNEM0OC4wODIgMTkuNjQyOCA0OS4zNDQyIDIxLjMyNzggNTAuMjIyMSAyMy4xNzY5QzUxLjA4OTcgMjQuOTMzIDUxLjU0OTggMjYuODI3IDUxLjU3NDkgMjguNzQ1M1Y0MS4yMzY3QzUxLjU3NDkgNDEuODM4NyA1My45NDIyIDQyLjI5MDIgNTQuNDQ5NSA0Mi4yOTAyQzU0LjYwNiA0Mi4yOTM1IDU0Ljc2MTYgNDIuMjY4NSA1NC45MDY4IDQyLjIxNjhDNTUuMDUyMSA0Mi4xNjUgNTUuMTg0MSA0Mi4wODc1IDU1LjI5NDggNDEuOTg5QzU1LjQwNTQgNDEuODkwNSA1NS40OTI1IDQxLjc3MzEgNTUuNTUwNyA0MS42NDM4QzU1LjYwODggNDEuNTE0NSA1NS42MzY5IDQxLjM3NiA1NS42MzMyIDQxLjIzNjdWNDEuMDg2MkM1Ni4yMDQyIDQwLjQ4NzYgNTYuNjMzNCAzOS43OTIzIDU2Ljg5NDkgMzkuMDQyM0M1Ny4xNTY0IDM4LjI5MjMgNTcuMjQ0OSAzNy41MDMgNTcuMTU1MSAzNi43MjE4QzU3LjMzMDYgMzUuOTYxNiA1Ny4zMTU1IDM1LjE3NjMgNTcuMTEwOSAzNC40MjE5QzU2LjkwNjMgMzMuNjY3NSA1Ni41MTcyIDMyLjk2MjUgNTUuOTcxNCAzMi4zNTczWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik00OS4zNzY2IDI4LjU5NDhINDguMTkyOUM0Ny44NTQ3IDI4LjU5NDggNDcuNjg1NiAyOC43NDUzIDQ3LjUxNjUgMjkuMTk2OFY0NC42OTgyQzQ4LjA1OTkgNDUuMDUxNyA0OC43MDUgNDUuMjYwNSA0OS4zNzY2IDQ1LjMwMDJDNDkuOTc5NiA0NS4zMTI1IDUwLjU3MTYgNDUuMTU0NCA1MS4wNjc1IDQ0Ljg0ODdDNTEuOTEzIDQ0LjI0NjcgNTQuMjgwNCA0Mi4xMzk4IDU0LjI4MDQgNDIuMTM5OFYzMi4wNTYzQzU0LjI4MDQgMzIuMDU2MyA1MS45MTMgMjkuNzk4OCA1MS4wNjc1IDI5LjE5NjhDNTAuNTk3OCAyOC44MyA1MC4wMDEgMjguNjE3NSA0OS4zNzY2IDI4LjU5NDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.featured-report-section .featured-report-section-wrapper .right-col .thumb:hover:after {
  opacity: 1;
}
.featured-report-section .featured-report-section-wrapper .right-col .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .featured-report-section .featured-report-section-wrapper .right-col .thumb img {
    position: relative;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .featured-report-section .featured-report-section-wrapper .right-col .info {
    flex: 1 0 0px;
    min-width: 0px;
  }
}
.featured-report-section .featured-report-section-wrapper .right-col h2 {
  margin-bottom: 8px;
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
}
.featured-report-section .featured-report-section-wrapper .right-col h2 a {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  color: #222222;
  text-decoration: none;
  margin-bottom: 8px;
}
.featured-report-section .featured-report-section-wrapper .right-col h2 a:hover {
  color: #9a031e;
  text-decoration: underline;
}
.featured-report-section .featured-report-section-wrapper .right-col .excerpt {
  text-decoration: none;
  margin-bottom: 8px;
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 29px;
  color: #222222;
}

.three-cols-posts-section {
  margin-bottom: 80px;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts {
  list-style: none;
  margin: 0 0 0 -2%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .three-cols-posts-section .three-cols-posts-section-wrapper .posts {
    margin: 0;
    display: block;
  }
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts li {
  width: 31.3%;
  margin-left: 2%;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .three-cols-posts-section .three-cols-posts-section-wrapper .posts li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .three-cols-posts-section .three-cols-posts-section-wrapper .posts li {
    width: 100%;
    margin-left: 0;
  }
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts li .thumb {
  width: 100%;
  height: 250px;
  margin-right: 14px;
  position: relative;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 768px) {
  .three-cols-posts-section .three-cols-posts-section-wrapper .posts li .thumb {
    height: 350px;
  }
}
@media screen and (max-width: 576px) {
  .three-cols-posts-section .three-cols-posts-section-wrapper .posts li .thumb {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts li .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts li .thumb.video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTczIDQ4Ljg4NjNDNzIuOTk0NiA1MC41MDYzIDcyLjI3NzQgNTIuMDU4NSA3MS4wMDQ5IDUzLjIwNEM2OS43MzI1IDU0LjM0OTUgNjguMDA4MiA1NC45OTUyIDY2LjIwODcgNTVIMS42OTA5OFYxLjUwNUg3M1Y0OC44ODYzWiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0xNi4wNjQzIDM5LjI4MDJDMTYuMDcwNyAzOS42ODY3IDE2LjE2ODMgNDAuMDg3OCAxNi4zNTExIDQwLjQ2MDNDMTYuNTM0IDQwLjgzMjcgMTYuNzk4NSA0MS4xNjg5IDE3LjEyOTIgNDEuNDQ5M0MxNy40NTk5IDQxLjcyOTYgMTcuODUwMiA0MS45NDgzIDE4LjI3NzEgNDIuMDkyN0MxOC43MDM5IDQyLjIzNzEgMTkuMTU4OSA0Mi4zMDQzIDE5LjYxNTMgNDIuMjkwMkg1NC43ODc3QzU1LjcwMTYgNDIuMjkzNCA1Ni41ODE2IDQxLjk4MTkgNTcuMjQzNCA0MS40MjA5QzU3LjkwNTIgNDAuODU5OSA1OC4yOTc3IDQwLjA5MjkgNTguMzM4NyAzOS4yODAyVjE2LjU1NDlDNTguMzMyMyAxNi4xNDg1IDU4LjIzNDcgMTUuNzQ3MyA1OC4wNTE5IDE1LjM3NDlDNTcuODY5IDE1LjAwMjQgNTcuNjA0NSAxNC42NjYyIDU3LjI3MzggMTQuMzg1OUM1Ni45NDMxIDE0LjEwNTYgNTYuNTUyOCAxMy44ODY4IDU2LjEyNiAxMy43NDI0QzU1LjY5OTEgMTMuNTk4IDU1LjI0NDEgMTMuNTMwOSA1NC43ODc3IDEzLjU0NDlIMTkuNjE1M0MxOC43MDE0IDEzLjU0MTggMTcuODIxNCAxMy44NTMzIDE3LjE1OTYgMTQuNDE0M0MxNi40OTc4IDE0Ljk3NTMgMTYuMTA1MyAxNS43NDIzIDE2LjA2NDMgMTYuNTU0OVYzOS4yODAyWk0zMi45NzQxIDIxLjA2OTlMNDQuODEwOSAyOC41OTQ4TDMyLjk3NDEgMzYuMTE5OFYyMS4wNjk5WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts li .thumb.audio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNTAyIiBkPSJNNzIuNzEyIDQ4LjE1OTdDNzIuNzA2NyA0OS43NTQ4IDcxLjk5MjMgNTEuMjgzMyA3MC43MjUgNTIuNDExMkM2OS40NTc3IDUzLjUzOTEgNjcuNzQwNCA1NC4xNzQ5IDY1Ljk0ODEgNTQuMTc5N0gxLjY5MDkyVjEuNTA1SDcyLjcxMlY0OC4xNTk3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0zMC42MDY3IDQwLjMzMzhIMjguOTE1OFYzMy4yNjAzSDMwLjYwNjdWNDAuMzMzOFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzMuOTg4NyA0Mi43NDE3SDMyLjI5NzdWMzAuODUyM0gzMy45ODg3VjQyLjc0MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTQyLjQ0MzYgMzMuMjYwM0g0NC4xMzQ2VjQwLjMzMzhINDIuNDQzNlYzMy4yNjAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0zOS4wNjE2IDMwLjg1MjNINDAuNzUyNlY0Mi43NDE3SDM5LjA2MTZWMzAuODUyM1oiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzcuMzcwNyA0NS4xNDk3SDM1LjY3OTdWMjguNDQ0M0gzNy4zNzA3VjQ1LjE0OTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI0LjY4ODQgMjguNTk0OEgyMy4zMzU2QzIyLjc4ODkgMjguNjA2MiAyMi4yNTg3IDI4Ljc2MzUgMjEuODEzNyAyOS4wNDYzQzIwLjk2ODIgMjkuNjQ4MyAxOC42MDA4IDMxLjkwNTggMTguNjAwOCAzMS45MDU4VjQxLjk4OTNDMTkuNTk1IDQyLjk2MTggMjAuNjY4OSA0My44NjczIDIxLjgxMzcgNDQuNjk4MkMyMi4zMiA0NC45ODQyIDIyLjkwNTEgNDUuMTQwNCAyMy41MDQ3IDQ1LjE0OTdDMjQuMTg2MSA0NS4xNTU5IDI0Ljg0NjkgNDQuOTQyIDI1LjM2NDcgNDQuNTQ3N1YyOS4wNDYzQzI1LjE5NTYgMjguODk1OCAyNS4wMjY2IDI4LjU5NDggMjQuNjg4NCAyOC41OTQ4WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik01NS45NzE0IDMyLjM1NzNWMjguNzQ1M0M1NS45OTEyIDI2LjU5MzIgNTUuNTkwNyAyNC40NTQ0IDU0Ljc4NzcgMjIuNDI0NEM1My45MzI0IDIwLjIyNzggNTIuNTQ3MiAxOC4yMjQ0IDUwLjcyOTQgMTYuNTU0OUM0OC45NjQ3IDE0Ljc0MzkgNDYuNzY5OSAxMy4zMDQ2IDQ0LjMwMzcgMTIuMzQwOUM0MS44NyAxMS4xNDc1IDM5LjEzNDcgMTAuNTI1OSAzNi4zNTYxIDEwLjUzNDlDMzMuNjAwNiAxMC41NDY5IDMwLjg4MzcgMTEuMTEyOSAyOC40MDg1IDEyLjE5MDRDMjYuMDAyOSAxMy4yNDUxIDIzLjgyNzIgMTQuNjcyIDIxLjk4MjcgMTYuNDA0NEMyMC4zMTY0IDE4LjE3NDggMTguOTQ5MiAyMC4xNTIxIDE3LjkyNDQgMjIuMjczOUMxNy4xMjA4IDI0LjM1NTggMTYuNzIwNSAyNi41NDQxIDE2Ljc0MDcgMjguNzQ1M1YzMi4yMDY4QzE1LjY4NzggMzMuNTIxMiAxNS4xNTI4IDM1LjEwODYgMTUuMjE4OCAzNi43MjE4QzE1LjExOTIgMzguMjkyMiAxNS42NTk2IDM5Ljg0MTkgMTYuNzQwNyA0MS4wODYyVjQxLjIzNjdDMTYuNzM3IDQxLjM3NiAxNi43NjUxIDQxLjUxNDUgMTYuODIzMyA0MS42NDM4QzE2Ljg4MTQgNDEuNzczMSAxNi45Njg1IDQxLjg5MDUgMTcuMDc5MSA0MS45ODlDMTcuMTg5OCA0Mi4wODc1IDE3LjMyMTggNDIuMTY1IDE3LjQ2NzEgNDIuMjE2OEMxNy42MTI0IDQyLjI2ODUgMTcuNzY3OSA0Mi4yOTM1IDE3LjkyNDQgNDIuMjkwMkMxOC42MDA4IDQyLjI5MDIgMjAuNzk5MSA0MS44Mzg3IDIwLjc5OTEgNDEuMjM2N1YyOC43NDUzQzIwLjkwNjQgMjYuODM2IDIxLjM2MzMgMjQuOTU1MSAyMi4xNTE4IDIzLjE3NjlDMjMuMDI5OCAyMS4zMjc4IDI0LjI5MTkgMTkuNjQyOCAyNS44NzIgMTguMjEwNEMyNy4zOTM5IDE2Ljg1NTkgMzMuOTg4NyAxNS4zNTA5IDM2LjE4NyAxNS4zNTA5QzM3LjM3MDYgMTUuMzUwOSA0NC45OCAxNi43MDU0IDQ2LjUwMTkgMTguMjEwNEM0OC4wODIgMTkuNjQyOCA0OS4zNDQyIDIxLjMyNzggNTAuMjIyMSAyMy4xNzY5QzUxLjA4OTcgMjQuOTMzIDUxLjU0OTggMjYuODI3IDUxLjU3NDkgMjguNzQ1M1Y0MS4yMzY3QzUxLjU3NDkgNDEuODM4NyA1My45NDIyIDQyLjI5MDIgNTQuNDQ5NSA0Mi4yOTAyQzU0LjYwNiA0Mi4yOTM1IDU0Ljc2MTYgNDIuMjY4NSA1NC45MDY4IDQyLjIxNjhDNTUuMDUyMSA0Mi4xNjUgNTUuMTg0MSA0Mi4wODc1IDU1LjI5NDggNDEuOTg5QzU1LjQwNTQgNDEuODkwNSA1NS40OTI1IDQxLjc3MzEgNTUuNTUwNyA0MS42NDM4QzU1LjYwODggNDEuNTE0NSA1NS42MzY5IDQxLjM3NiA1NS42MzMyIDQxLjIzNjdWNDEuMDg2MkM1Ni4yMDQyIDQwLjQ4NzYgNTYuNjMzNCAzOS43OTIzIDU2Ljg5NDkgMzkuMDQyM0M1Ny4xNTY0IDM4LjI5MjMgNTcuMjQ0OSAzNy41MDMgNTcuMTU1MSAzNi43MjE4QzU3LjMzMDYgMzUuOTYxNiA1Ny4zMTU1IDM1LjE3NjMgNTcuMTEwOSAzNC40MjE5QzU2LjkwNjMgMzMuNjY3NSA1Ni41MTcyIDMyLjk2MjUgNTUuOTcxNCAzMi4zNTczWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik00OS4zNzY2IDI4LjU5NDhINDguMTkyOUM0Ny44NTQ3IDI4LjU5NDggNDcuNjg1NiAyOC43NDUzIDQ3LjUxNjUgMjkuMTk2OFY0NC42OTgyQzQ4LjA1OTkgNDUuMDUxNyA0OC43MDUgNDUuMjYwNSA0OS4zNzY2IDQ1LjMwMDJDNDkuOTc5NiA0NS4zMTI1IDUwLjU3MTYgNDUuMTU0NCA1MS4wNjc1IDQ0Ljg0ODdDNTEuOTEzIDQ0LjI0NjcgNTQuMjgwNCA0Mi4xMzk4IDU0LjI4MDQgNDIuMTM5OFYzMi4wNTYzQzU0LjI4MDQgMzIuMDU2MyA1MS45MTMgMjkuNzk4OCA1MS4wNjc1IDI5LjE5NjhDNTAuNTk3OCAyOC44MyA1MC4wMDEgMjguNjE3NSA0OS4zNzY2IDI4LjU5NDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts li .thumb:hover:after {
  opacity: 1;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts li .thumb img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts li .info {
  padding: 20px;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  flex: 1 0 0px;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts li .info .title {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 36px;
  color: #222222;
  display: block;
  margin-bottom: 8px;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts li .info .title:hover {
  text-decoration: underline;
  color: #9a031e;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts li .info .meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts li .info .meta .date {
  position: relative;
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #858585;
  display: block;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts li .info .meta .author {
  padding-left: 5px;
  margin-left: 5px;
  position: relative;
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #858585;
  display: block;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts li .info .meta .author a {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #9a031e;
  text-decoration: none;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts li .info .meta .author a:hover {
  text-decoration: underline;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts li .info .meta .author:before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 1px;
  background-color: #858585;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts li .info .excerpt {
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  color: #222222;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .three-cols-posts-section .three-cols-posts-section-wrapper .posts li .info .excerpt {
    display: none;
  }
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts .month {
  text-align: center;
  margin-bottom: 10px;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts .download-button {
  text-align: center;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts .download-button .button {
  display: table;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  font-family: "Biotif", Arial, sans;
  border: 1px solid #ed1a3b;
  background-color: #ed1a3b;
  font-weight: bold;
  text-align: center;
  padding: 10px 16px 7px 16px;
  margin: 0 auto;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts .download-button .button:hover {
  background-color: #ffffff;
  color: #ed1a3b;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts .download-button .button i {
  margin-right: 5px;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts.tall-thumbs li {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .three-cols-posts-section .three-cols-posts-section-wrapper .posts.tall-thumbs li {
    max-width: 450px;
    margin: 0 auto 30px;
  }
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts.tall-thumbs li .title {
  font-size: 29px;
  line-height: 32px;
  margin-bottom: 16px;
  font-family: "Stanleyposter", Times New Roman, serif;
  font-weight: normal;
  display: block;
  color: #222222;
  text-decoration: none;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts.tall-thumbs li .title:hover {
  color: #9a031e;
  text-decoration: underline;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts.tall-thumbs .thumb {
  height: 486px;
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .three-cols-posts-section .three-cols-posts-section-wrapper .posts.tall-thumbs .thumb {
    height: 587px;
  }
}
@media screen and (max-width: 576px) {
  .three-cols-posts-section .three-cols-posts-section-wrapper .posts.tall-thumbs .thumb {
    height: 444px;
  }
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts.firms li {
  text-align: center;
  padding: 25px 0;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts.firms li i {
  color: #0184df;
  display: block;
  margin-bottom: 10px;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts.firms li a {
  color: #222222;
  text-decoration: none;
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 23px;
  font-size: 1.4375rem;
}
.three-cols-posts-section .three-cols-posts-section-wrapper .posts.firms li a:hover {
  color: #9a031e;
  text-decoration: underline;
}

.two-cols-posts-section {
  margin-bottom: 80px;
}
.two-cols-posts-section .two-cols-posts-section-wrapper .posts {
  list-style: none;
  margin: 0 0 0 -2%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .two-cols-posts-section .two-cols-posts-section-wrapper .posts {
    margin: 0;
    display: block;
  }
}
.two-cols-posts-section .two-cols-posts-section-wrapper .posts li {
  width: 48%;
  margin-left: 2%;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .two-cols-posts-section .two-cols-posts-section-wrapper .posts li {
    width: 100%;
    margin-left: 0;
  }
}
.two-cols-posts-section .two-cols-posts-section-wrapper .posts li .thumb {
  width: 100%;
  height: 382px;
  margin-right: 14px;
  position: relative;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 576px) {
  .two-cols-posts-section .two-cols-posts-section-wrapper .posts li .thumb {
    width: 100%;
    height: 200px;
    margin-right: 0;
  }
}
.two-cols-posts-section .two-cols-posts-section-wrapper .posts li .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.two-cols-posts-section .two-cols-posts-section-wrapper .posts li .thumb.video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTczIDQ4Ljg4NjNDNzIuOTk0NiA1MC41MDYzIDcyLjI3NzQgNTIuMDU4NSA3MS4wMDQ5IDUzLjIwNEM2OS43MzI1IDU0LjM0OTUgNjguMDA4MiA1NC45OTUyIDY2LjIwODcgNTVIMS42OTA5OFYxLjUwNUg3M1Y0OC44ODYzWiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0xNi4wNjQzIDM5LjI4MDJDMTYuMDcwNyAzOS42ODY3IDE2LjE2ODMgNDAuMDg3OCAxNi4zNTExIDQwLjQ2MDNDMTYuNTM0IDQwLjgzMjcgMTYuNzk4NSA0MS4xNjg5IDE3LjEyOTIgNDEuNDQ5M0MxNy40NTk5IDQxLjcyOTYgMTcuODUwMiA0MS45NDgzIDE4LjI3NzEgNDIuMDkyN0MxOC43MDM5IDQyLjIzNzEgMTkuMTU4OSA0Mi4zMDQzIDE5LjYxNTMgNDIuMjkwMkg1NC43ODc3QzU1LjcwMTYgNDIuMjkzNCA1Ni41ODE2IDQxLjk4MTkgNTcuMjQzNCA0MS40MjA5QzU3LjkwNTIgNDAuODU5OSA1OC4yOTc3IDQwLjA5MjkgNTguMzM4NyAzOS4yODAyVjE2LjU1NDlDNTguMzMyMyAxNi4xNDg1IDU4LjIzNDcgMTUuNzQ3MyA1OC4wNTE5IDE1LjM3NDlDNTcuODY5IDE1LjAwMjQgNTcuNjA0NSAxNC42NjYyIDU3LjI3MzggMTQuMzg1OUM1Ni45NDMxIDE0LjEwNTYgNTYuNTUyOCAxMy44ODY4IDU2LjEyNiAxMy43NDI0QzU1LjY5OTEgMTMuNTk4IDU1LjI0NDEgMTMuNTMwOSA1NC43ODc3IDEzLjU0NDlIMTkuNjE1M0MxOC43MDE0IDEzLjU0MTggMTcuODIxNCAxMy44NTMzIDE3LjE1OTYgMTQuNDE0M0MxNi40OTc4IDE0Ljk3NTMgMTYuMTA1MyAxNS43NDIzIDE2LjA2NDMgMTYuNTU0OVYzOS4yODAyWk0zMi45NzQxIDIxLjA2OTlMNDQuODEwOSAyOC41OTQ4TDMyLjk3NDEgMzYuMTE5OFYyMS4wNjk5WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.two-cols-posts-section .two-cols-posts-section-wrapper .posts li .thumb.audio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNTAyIiBkPSJNNzIuNzEyIDQ4LjE1OTdDNzIuNzA2NyA0OS43NTQ4IDcxLjk5MjMgNTEuMjgzMyA3MC43MjUgNTIuNDExMkM2OS40NTc3IDUzLjUzOTEgNjcuNzQwNCA1NC4xNzQ5IDY1Ljk0ODEgNTQuMTc5N0gxLjY5MDkyVjEuNTA1SDcyLjcxMlY0OC4xNTk3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0zMC42MDY3IDQwLjMzMzhIMjguOTE1OFYzMy4yNjAzSDMwLjYwNjdWNDAuMzMzOFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzMuOTg4NyA0Mi43NDE3SDMyLjI5NzdWMzAuODUyM0gzMy45ODg3VjQyLjc0MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTQyLjQ0MzYgMzMuMjYwM0g0NC4xMzQ2VjQwLjMzMzhINDIuNDQzNlYzMy4yNjAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0zOS4wNjE2IDMwLjg1MjNINDAuNzUyNlY0Mi43NDE3SDM5LjA2MTZWMzAuODUyM1oiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzcuMzcwNyA0NS4xNDk3SDM1LjY3OTdWMjguNDQ0M0gzNy4zNzA3VjQ1LjE0OTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI0LjY4ODQgMjguNTk0OEgyMy4zMzU2QzIyLjc4ODkgMjguNjA2MiAyMi4yNTg3IDI4Ljc2MzUgMjEuODEzNyAyOS4wNDYzQzIwLjk2ODIgMjkuNjQ4MyAxOC42MDA4IDMxLjkwNTggMTguNjAwOCAzMS45MDU4VjQxLjk4OTNDMTkuNTk1IDQyLjk2MTggMjAuNjY4OSA0My44NjczIDIxLjgxMzcgNDQuNjk4MkMyMi4zMiA0NC45ODQyIDIyLjkwNTEgNDUuMTQwNCAyMy41MDQ3IDQ1LjE0OTdDMjQuMTg2MSA0NS4xNTU5IDI0Ljg0NjkgNDQuOTQyIDI1LjM2NDcgNDQuNTQ3N1YyOS4wNDYzQzI1LjE5NTYgMjguODk1OCAyNS4wMjY2IDI4LjU5NDggMjQuNjg4NCAyOC41OTQ4WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik01NS45NzE0IDMyLjM1NzNWMjguNzQ1M0M1NS45OTEyIDI2LjU5MzIgNTUuNTkwNyAyNC40NTQ0IDU0Ljc4NzcgMjIuNDI0NEM1My45MzI0IDIwLjIyNzggNTIuNTQ3MiAxOC4yMjQ0IDUwLjcyOTQgMTYuNTU0OUM0OC45NjQ3IDE0Ljc0MzkgNDYuNzY5OSAxMy4zMDQ2IDQ0LjMwMzcgMTIuMzQwOUM0MS44NyAxMS4xNDc1IDM5LjEzNDcgMTAuNTI1OSAzNi4zNTYxIDEwLjUzNDlDMzMuNjAwNiAxMC41NDY5IDMwLjg4MzcgMTEuMTEyOSAyOC40MDg1IDEyLjE5MDRDMjYuMDAyOSAxMy4yNDUxIDIzLjgyNzIgMTQuNjcyIDIxLjk4MjcgMTYuNDA0NEMyMC4zMTY0IDE4LjE3NDggMTguOTQ5MiAyMC4xNTIxIDE3LjkyNDQgMjIuMjczOUMxNy4xMjA4IDI0LjM1NTggMTYuNzIwNSAyNi41NDQxIDE2Ljc0MDcgMjguNzQ1M1YzMi4yMDY4QzE1LjY4NzggMzMuNTIxMiAxNS4xNTI4IDM1LjEwODYgMTUuMjE4OCAzNi43MjE4QzE1LjExOTIgMzguMjkyMiAxNS42NTk2IDM5Ljg0MTkgMTYuNzQwNyA0MS4wODYyVjQxLjIzNjdDMTYuNzM3IDQxLjM3NiAxNi43NjUxIDQxLjUxNDUgMTYuODIzMyA0MS42NDM4QzE2Ljg4MTQgNDEuNzczMSAxNi45Njg1IDQxLjg5MDUgMTcuMDc5MSA0MS45ODlDMTcuMTg5OCA0Mi4wODc1IDE3LjMyMTggNDIuMTY1IDE3LjQ2NzEgNDIuMjE2OEMxNy42MTI0IDQyLjI2ODUgMTcuNzY3OSA0Mi4yOTM1IDE3LjkyNDQgNDIuMjkwMkMxOC42MDA4IDQyLjI5MDIgMjAuNzk5MSA0MS44Mzg3IDIwLjc5OTEgNDEuMjM2N1YyOC43NDUzQzIwLjkwNjQgMjYuODM2IDIxLjM2MzMgMjQuOTU1MSAyMi4xNTE4IDIzLjE3NjlDMjMuMDI5OCAyMS4zMjc4IDI0LjI5MTkgMTkuNjQyOCAyNS44NzIgMTguMjEwNEMyNy4zOTM5IDE2Ljg1NTkgMzMuOTg4NyAxNS4zNTA5IDM2LjE4NyAxNS4zNTA5QzM3LjM3MDYgMTUuMzUwOSA0NC45OCAxNi43MDU0IDQ2LjUwMTkgMTguMjEwNEM0OC4wODIgMTkuNjQyOCA0OS4zNDQyIDIxLjMyNzggNTAuMjIyMSAyMy4xNzY5QzUxLjA4OTcgMjQuOTMzIDUxLjU0OTggMjYuODI3IDUxLjU3NDkgMjguNzQ1M1Y0MS4yMzY3QzUxLjU3NDkgNDEuODM4NyA1My45NDIyIDQyLjI5MDIgNTQuNDQ5NSA0Mi4yOTAyQzU0LjYwNiA0Mi4yOTM1IDU0Ljc2MTYgNDIuMjY4NSA1NC45MDY4IDQyLjIxNjhDNTUuMDUyMSA0Mi4xNjUgNTUuMTg0MSA0Mi4wODc1IDU1LjI5NDggNDEuOTg5QzU1LjQwNTQgNDEuODkwNSA1NS40OTI1IDQxLjc3MzEgNTUuNTUwNyA0MS42NDM4QzU1LjYwODggNDEuNTE0NSA1NS42MzY5IDQxLjM3NiA1NS42MzMyIDQxLjIzNjdWNDEuMDg2MkM1Ni4yMDQyIDQwLjQ4NzYgNTYuNjMzNCAzOS43OTIzIDU2Ljg5NDkgMzkuMDQyM0M1Ny4xNTY0IDM4LjI5MjMgNTcuMjQ0OSAzNy41MDMgNTcuMTU1MSAzNi43MjE4QzU3LjMzMDYgMzUuOTYxNiA1Ny4zMTU1IDM1LjE3NjMgNTcuMTEwOSAzNC40MjE5QzU2LjkwNjMgMzMuNjY3NSA1Ni41MTcyIDMyLjk2MjUgNTUuOTcxNCAzMi4zNTczWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik00OS4zNzY2IDI4LjU5NDhINDguMTkyOUM0Ny44NTQ3IDI4LjU5NDggNDcuNjg1NiAyOC43NDUzIDQ3LjUxNjUgMjkuMTk2OFY0NC42OTgyQzQ4LjA1OTkgNDUuMDUxNyA0OC43MDUgNDUuMjYwNSA0OS4zNzY2IDQ1LjMwMDJDNDkuOTc5NiA0NS4zMTI1IDUwLjU3MTYgNDUuMTU0NCA1MS4wNjc1IDQ0Ljg0ODdDNTEuOTEzIDQ0LjI0NjcgNTQuMjgwNCA0Mi4xMzk4IDU0LjI4MDQgNDIuMTM5OFYzMi4wNTYzQzU0LjI4MDQgMzIuMDU2MyA1MS45MTMgMjkuNzk4OCA1MS4wNjc1IDI5LjE5NjhDNTAuNTk3OCAyOC44MyA1MC4wMDEgMjguNjE3NSA0OS4zNzY2IDI4LjU5NDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.two-cols-posts-section .two-cols-posts-section-wrapper .posts li .thumb.gallery:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTQiIGhlaWdodD0iNTQiIHZpZXdCb3g9IjAgMCA1NCA1NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTUyLjc3MjggNDYuNzAyN0M1Mi43Njg5IDQ4LjI0OTYgNTIuMjUwNCA0OS43MzE4IDUxLjMzMDYgNTAuODI1NkM1MC40MTA4IDUxLjkxOTQgNDkuMTY0NCA1Mi41MzU5IDQ3Ljg2MzcgNTIuNTQwNUgxLjIyNzI5VjEuNDU5NDZINTIuNzcyOFY0Ni43MDI3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik00MC4zNzczIDEyLjQwNTRIMTguNTMxOUMxNy44Njg1IDEyLjQwMjMgMTcuMjI5OSAxMi43MDQ0IDE2Ljc0OTYgMTMuMjQ4NEMxNi4yNjkyIDEzLjc5MjUgMTUuOTg0NCAxNC41MzYzIDE1Ljk1NDYgMTUuMzI0M1YzMi45ODM4QzE1Ljk1OTMgMzMuMzc3OSAxNi4wMzAxIDMzLjc2NjkgMTYuMTYyOCAzNC4xMjgxQzE2LjI5NTUgMzQuNDg5MyAxNi40ODc1IDM0LjgxNTMgMTYuNzI3NSAzNS4wODcyQzE2Ljk2NzUgMzUuMzU5IDE3LjI1MDggMzUuNTcxMSAxNy41NjA2IDM1LjcxMTJDMTcuODcwNCAzNS44NTEyIDE4LjIwMDYgMzUuOTE2MyAxOC41MzE5IDM1LjkwMjdINDAuMzc3M0M0MS4wNDA3IDM1LjkwNTcgNDEuNjc5MyAzNS42MDM3IDQyLjE1OTYgMzUuMDU5NkM0Mi42NCAzNC41MTU2IDQyLjkyNDggMzMuNzcxOCA0Mi45NTQ2IDMyLjk4MzhWMTUuMzI0M0M0Mi45NDk5IDE0LjkzMDIgNDIuODc5MSAxNC41NDEyIDQyLjc0NjQgMTQuMThDNDIuNjEzNyAxMy44MTg4IDQyLjQyMTcgMTMuNDkyOCA0Mi4xODE3IDEzLjIyMDlDNDEuOTQxNiAxMi45NDkxIDQxLjY1ODQgMTIuNzM2OSA0MS4zNDg2IDEyLjU5NjlDNDEuMDM4OCAxMi40NTY5IDQwLjcwODYgMTIuMzkxOCA0MC4zNzczIDEyLjQwNTRWMTIuNDA1NFpNNDAuNSAzMS42NzAzQzQwLjUgMzIuMDE4NiA0MC4zODM3IDMyLjM1MjcgNDAuMTc2NSAzMi41OTkxQzM5Ljk2OTQgMzIuODQ1NCAzOS42ODg0IDMyLjk4MzggMzkuMzk1NSAzMi45ODM4SDE5LjUxMzdDMTkuMjIwNyAzMi45ODM4IDE4LjkzOTggMzIuODQ1NCAxOC43MzI2IDMyLjU5OTFDMTguNTI1NSAzMi4zNTI3IDE4LjQwOTEgMzIuMDE4NiAxOC40MDkxIDMxLjY3MDNWMTYuNjM3OEMxOC40MDkxIDE2LjI4OTUgMTguNTI1NSAxNS45NTU0IDE4LjczMjYgMTUuNzA5QzE4LjkzOTggMTUuNDYyNyAxOS4yMjA3IDE1LjMyNDMgMTkuNTEzNyAxNS4zMjQzSDM5LjM5NTVDMzkuNjg4NCAxNS4zMjQzIDM5Ljk2OTQgMTUuNDYyNyA0MC4xNzY1IDE1LjcwOUM0MC4zODM3IDE1Ljk1NTQgNDAuNSAxNi4yODk1IDQwLjUgMTYuNjM3OFYzMS42NzAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0yMi4zMzY0IDIwLjcyNDNDMjIuMzM2NCAyMC4yMzM2IDIyLjQ1ODcgMTkuNzUzOSAyMi42ODggMTkuMzQ1OUMyMi45MTcyIDE4LjkzNzkgMjMuMjQzMSAxOC42MTk5IDIzLjYyNDMgMTguNDMyMUMyNC4wMDU1IDE4LjI0NDMgMjQuNDI1IDE4LjE5NTIgMjQuODI5OCAxOC4yOTA5QzI1LjIzNDUgMTguMzg2NiAyNS42MDYyIDE4LjYyMjkgMjUuODk4IDE4Ljk2OTlDMjYuMTg5OCAxOS4zMTY5IDI2LjM4ODUgMTkuNzU5IDI2LjQ2OSAyMC4yNDAzQzI2LjU0OTUgMjAuNzIxNiAyNi41MDgyIDIxLjIyMDQgMjYuMzUwMyAyMS42NzM4QzI2LjE5MjQgMjIuMTI3MSAyNS45MjQ5IDIyLjUxNDYgMjUuNTgxOCAyMi43ODczQzI1LjIzODcgMjMuMDU5OSAyNC44MzU0IDIzLjIwNTQgMjQuNDIyNyAyMy4yMDU0QzIzLjg3NDUgMjMuMTg2MyAyMy4zNTMxIDIyLjkxODggMjIuOTY1MiAyMi40NTc2QzIyLjU3NzQgMjEuOTk2NCAyMi4zNTI0IDIxLjM3NjMgMjIuMzM2NCAyMC43MjQzVjIwLjcyNDNaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTIwLjg2MzYgMjkuOTE4OUgzOC4wNDU1TDMyLjI3NzMgMTguODI3TDI4LjIyNzMgMjcuNTgzOEwyNC4wNTQ2IDI1LjU0MDVMMjAuODYzNiAyOS45MTg5WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0xMy41IDM4LjY3NTdWMTguMjQzMkMxMi44NTYyIDE4LjI3MDEgMTIuMjQ0OSAxOC41ODYzIDExLjc4OTQgMTkuMTI3OUMxMS4zMzM5IDE5LjY2OTYgMTEuMDY4MSAyMC4zOTY2IDExLjA0NTUgMjEuMTYyMlYzOC44MjE2QzExLjA1MDIgMzkuMjE1NyAxMS4xMjEgMzkuNjA0OCAxMS4yNTM3IDM5Ljk2NkMxMS4zODY0IDQwLjMyNzEgMTEuNTc4NCA0MC42NTMyIDExLjgxODQgNDAuOTI1QzEyLjA1ODQgNDEuMTk2OCAxMi4zNDE2IDQxLjQwOSAxMi42NTE1IDQxLjU0OUMxMi45NjEzIDQxLjY4OTEgMTMuMjkxNSA0MS43NTQyIDEzLjYyMjcgNDEuNzQwNUgzNS40NjgyQzM2LjEzMTUgNDEuNzQzNiAzNi43NzAyIDQxLjQ0MTUgMzcuMjUwNSA0MC44OTc1QzM3LjczMDggNDAuMzUzNSAzOC4wMTU3IDM5LjYwOTcgMzguMDQ1NSAzOC44MjE2SDEzLjVWMzguNjc1N1oiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg==) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.two-cols-posts-section .two-cols-posts-section-wrapper .posts li .thumb:hover:after {
  opacity: 1;
}
.two-cols-posts-section .two-cols-posts-section-wrapper .posts li .thumb img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.two-cols-posts-section .two-cols-posts-section-wrapper .posts li .info {
  flex: 1 0 0px;
  padding: 15px 0;
}
.two-cols-posts-section .two-cols-posts-section-wrapper .posts li .info .title {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
  color: #222222;
  display: block;
  margin-bottom: 8px;
}
.two-cols-posts-section .two-cols-posts-section-wrapper .posts li .info .title:hover {
  text-decoration: underline;
  color: #9a031e;
}
.two-cols-posts-section .two-cols-posts-section-wrapper .posts li .info .meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.two-cols-posts-section .two-cols-posts-section-wrapper .posts li .info .meta .date {
  position: relative;
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #858585;
  display: block;
}
.two-cols-posts-section .two-cols-posts-section-wrapper .posts li .info .meta .author {
  padding-left: 5px;
  margin-left: 5px;
  position: relative;
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #858585;
  display: block;
}
.two-cols-posts-section .two-cols-posts-section-wrapper .posts li .info .meta .author a {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #9a031e;
  text-decoration: none;
}
.two-cols-posts-section .two-cols-posts-section-wrapper .posts li .info .meta .author a:hover {
  text-decoration: underline;
}
.two-cols-posts-section .two-cols-posts-section-wrapper .posts li .info .meta .author:before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 1px;
  background-color: #858585;
}
.two-cols-posts-section .two-cols-posts-section-wrapper .posts li .info .excerpt {
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  color: #222222;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .two-cols-posts-section .two-cols-posts-section-wrapper .posts li .info .excerpt {
    display: none;
  }
}

.resources-top-section .description {
  margin-bottom: 42px;
}
.resources-top-section .resources-top-section-wrapper {
  margin-bottom: 42px;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .resources-top-section .resources-top-section-wrapper .resources-search-block {
    display: block;
  }
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .left-col {
  width: 100%;
  max-width: 374px;
  margin-right: 25px;
  background-color: #efefef;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  .resources-top-section .resources-top-section-wrapper .resources-search-block .left-col {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .resources-top-section .resources-top-section-wrapper .resources-search-block .left-col {
    margin-right: 0;
    max-width: initial;
    margin-bottom: 30px;
  }
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .left-col p {
  font-family: "Biotif", Arial, sans;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  color: #444444;
  margin-bottom: unset;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .left-col ul {
  margin: 15px 0;
  padding: 0 0 0 20px;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .left-col ul li {
  margin-bottom: 15px;
  list-style: disc;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .left-col ul li a {
  font-family: "Biotif", Arial, sans;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  text-decoration: none;
  color: #9a031e;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .left-col ul li a:hover {
  text-decoration: underline;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .left-col .red-btn {
  display: inline-block;
  color: #ffffff;
  font-family: "Biotif", Arial, sans;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 16px 6px 16px;
  background-color: #9a031e;
  margin-top: 42px;
  text-transform: uppercase;
  border: 1px solid #9a031e;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .left-col .red-btn:hover {
  background-color: #ffffff;
  color: #9a031e;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col {
  flex: 1 0 0px;
  min-width: 0px;
}
@media screen and (max-width: 768px) {
  .resources-top-section .resources-top-section-wrapper .resources-search-block .right-col {
    width: 100%;
  }
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics {
  list-style: none;
  margin: 0;
  padding: 0;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics li {
  display: flex;
  border-bottom: 1px solid #f0f2f2;
  padding-bottom: 22px;
  margin-bottom: 23px;
}
@media screen and (max-width: 576px) {
  .resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics li {
    display: block;
  }
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics li .thumb {
  width: 173px;
  height: 115px;
  margin-right: 14px;
  position: relative;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 576px) {
  .resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics li .thumb {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics li .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics li .thumb:hover:after {
  opacity: 1;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics li .thumb img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics li .thumb.video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTczIDQ4Ljg4NjNDNzIuOTk0NiA1MC41MDYzIDcyLjI3NzQgNTIuMDU4NSA3MS4wMDQ5IDUzLjIwNEM2OS43MzI1IDU0LjM0OTUgNjguMDA4MiA1NC45OTUyIDY2LjIwODcgNTVIMS42OTA5OFYxLjUwNUg3M1Y0OC44ODYzWiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0xNi4wNjQzIDM5LjI4MDJDMTYuMDcwNyAzOS42ODY3IDE2LjE2ODMgNDAuMDg3OCAxNi4zNTExIDQwLjQ2MDNDMTYuNTM0IDQwLjgzMjcgMTYuNzk4NSA0MS4xNjg5IDE3LjEyOTIgNDEuNDQ5M0MxNy40NTk5IDQxLjcyOTYgMTcuODUwMiA0MS45NDgzIDE4LjI3NzEgNDIuMDkyN0MxOC43MDM5IDQyLjIzNzEgMTkuMTU4OSA0Mi4zMDQzIDE5LjYxNTMgNDIuMjkwMkg1NC43ODc3QzU1LjcwMTYgNDIuMjkzNCA1Ni41ODE2IDQxLjk4MTkgNTcuMjQzNCA0MS40MjA5QzU3LjkwNTIgNDAuODU5OSA1OC4yOTc3IDQwLjA5MjkgNTguMzM4NyAzOS4yODAyVjE2LjU1NDlDNTguMzMyMyAxNi4xNDg1IDU4LjIzNDcgMTUuNzQ3MyA1OC4wNTE5IDE1LjM3NDlDNTcuODY5IDE1LjAwMjQgNTcuNjA0NSAxNC42NjYyIDU3LjI3MzggMTQuMzg1OUM1Ni45NDMxIDE0LjEwNTYgNTYuNTUyOCAxMy44ODY4IDU2LjEyNiAxMy43NDI0QzU1LjY5OTEgMTMuNTk4IDU1LjI0NDEgMTMuNTMwOSA1NC43ODc3IDEzLjU0NDlIMTkuNjE1M0MxOC43MDE0IDEzLjU0MTggMTcuODIxNCAxMy44NTMzIDE3LjE1OTYgMTQuNDE0M0MxNi40OTc4IDE0Ljk3NTMgMTYuMTA1MyAxNS43NDIzIDE2LjA2NDMgMTYuNTU0OVYzOS4yODAyWk0zMi45NzQxIDIxLjA2OTlMNDQuODEwOSAyOC41OTQ4TDMyLjk3NDEgMzYuMTE5OFYyMS4wNjk5WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics li .thumb.audio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNTAyIiBkPSJNNzIuNzEyIDQ4LjE1OTdDNzIuNzA2NyA0OS43NTQ4IDcxLjk5MjMgNTEuMjgzMyA3MC43MjUgNTIuNDExMkM2OS40NTc3IDUzLjUzOTEgNjcuNzQwNCA1NC4xNzQ5IDY1Ljk0ODEgNTQuMTc5N0gxLjY5MDkyVjEuNTA1SDcyLjcxMlY0OC4xNTk3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0zMC42MDY3IDQwLjMzMzhIMjguOTE1OFYzMy4yNjAzSDMwLjYwNjdWNDAuMzMzOFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzMuOTg4NyA0Mi43NDE3SDMyLjI5NzdWMzAuODUyM0gzMy45ODg3VjQyLjc0MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTQyLjQ0MzYgMzMuMjYwM0g0NC4xMzQ2VjQwLjMzMzhINDIuNDQzNlYzMy4yNjAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0zOS4wNjE2IDMwLjg1MjNINDAuNzUyNlY0Mi43NDE3SDM5LjA2MTZWMzAuODUyM1oiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzcuMzcwNyA0NS4xNDk3SDM1LjY3OTdWMjguNDQ0M0gzNy4zNzA3VjQ1LjE0OTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI0LjY4ODQgMjguNTk0OEgyMy4zMzU2QzIyLjc4ODkgMjguNjA2MiAyMi4yNTg3IDI4Ljc2MzUgMjEuODEzNyAyOS4wNDYzQzIwLjk2ODIgMjkuNjQ4MyAxOC42MDA4IDMxLjkwNTggMTguNjAwOCAzMS45MDU4VjQxLjk4OTNDMTkuNTk1IDQyLjk2MTggMjAuNjY4OSA0My44NjczIDIxLjgxMzcgNDQuNjk4MkMyMi4zMiA0NC45ODQyIDIyLjkwNTEgNDUuMTQwNCAyMy41MDQ3IDQ1LjE0OTdDMjQuMTg2MSA0NS4xNTU5IDI0Ljg0NjkgNDQuOTQyIDI1LjM2NDcgNDQuNTQ3N1YyOS4wNDYzQzI1LjE5NTYgMjguODk1OCAyNS4wMjY2IDI4LjU5NDggMjQuNjg4NCAyOC41OTQ4WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik01NS45NzE0IDMyLjM1NzNWMjguNzQ1M0M1NS45OTEyIDI2LjU5MzIgNTUuNTkwNyAyNC40NTQ0IDU0Ljc4NzcgMjIuNDI0NEM1My45MzI0IDIwLjIyNzggNTIuNTQ3MiAxOC4yMjQ0IDUwLjcyOTQgMTYuNTU0OUM0OC45NjQ3IDE0Ljc0MzkgNDYuNzY5OSAxMy4zMDQ2IDQ0LjMwMzcgMTIuMzQwOUM0MS44NyAxMS4xNDc1IDM5LjEzNDcgMTAuNTI1OSAzNi4zNTYxIDEwLjUzNDlDMzMuNjAwNiAxMC41NDY5IDMwLjg4MzcgMTEuMTEyOSAyOC40MDg1IDEyLjE5MDRDMjYuMDAyOSAxMy4yNDUxIDIzLjgyNzIgMTQuNjcyIDIxLjk4MjcgMTYuNDA0NEMyMC4zMTY0IDE4LjE3NDggMTguOTQ5MiAyMC4xNTIxIDE3LjkyNDQgMjIuMjczOUMxNy4xMjA4IDI0LjM1NTggMTYuNzIwNSAyNi41NDQxIDE2Ljc0MDcgMjguNzQ1M1YzMi4yMDY4QzE1LjY4NzggMzMuNTIxMiAxNS4xNTI4IDM1LjEwODYgMTUuMjE4OCAzNi43MjE4QzE1LjExOTIgMzguMjkyMiAxNS42NTk2IDM5Ljg0MTkgMTYuNzQwNyA0MS4wODYyVjQxLjIzNjdDMTYuNzM3IDQxLjM3NiAxNi43NjUxIDQxLjUxNDUgMTYuODIzMyA0MS42NDM4QzE2Ljg4MTQgNDEuNzczMSAxNi45Njg1IDQxLjg5MDUgMTcuMDc5MSA0MS45ODlDMTcuMTg5OCA0Mi4wODc1IDE3LjMyMTggNDIuMTY1IDE3LjQ2NzEgNDIuMjE2OEMxNy42MTI0IDQyLjI2ODUgMTcuNzY3OSA0Mi4yOTM1IDE3LjkyNDQgNDIuMjkwMkMxOC42MDA4IDQyLjI5MDIgMjAuNzk5MSA0MS44Mzg3IDIwLjc5OTEgNDEuMjM2N1YyOC43NDUzQzIwLjkwNjQgMjYuODM2IDIxLjM2MzMgMjQuOTU1MSAyMi4xNTE4IDIzLjE3NjlDMjMuMDI5OCAyMS4zMjc4IDI0LjI5MTkgMTkuNjQyOCAyNS44NzIgMTguMjEwNEMyNy4zOTM5IDE2Ljg1NTkgMzMuOTg4NyAxNS4zNTA5IDM2LjE4NyAxNS4zNTA5QzM3LjM3MDYgMTUuMzUwOSA0NC45OCAxNi43MDU0IDQ2LjUwMTkgMTguMjEwNEM0OC4wODIgMTkuNjQyOCA0OS4zNDQyIDIxLjMyNzggNTAuMjIyMSAyMy4xNzY5QzUxLjA4OTcgMjQuOTMzIDUxLjU0OTggMjYuODI3IDUxLjU3NDkgMjguNzQ1M1Y0MS4yMzY3QzUxLjU3NDkgNDEuODM4NyA1My45NDIyIDQyLjI5MDIgNTQuNDQ5NSA0Mi4yOTAyQzU0LjYwNiA0Mi4yOTM1IDU0Ljc2MTYgNDIuMjY4NSA1NC45MDY4IDQyLjIxNjhDNTUuMDUyMSA0Mi4xNjUgNTUuMTg0MSA0Mi4wODc1IDU1LjI5NDggNDEuOTg5QzU1LjQwNTQgNDEuODkwNSA1NS40OTI1IDQxLjc3MzEgNTUuNTUwNyA0MS42NDM4QzU1LjYwODggNDEuNTE0NSA1NS42MzY5IDQxLjM3NiA1NS42MzMyIDQxLjIzNjdWNDEuMDg2MkM1Ni4yMDQyIDQwLjQ4NzYgNTYuNjMzNCAzOS43OTIzIDU2Ljg5NDkgMzkuMDQyM0M1Ny4xNTY0IDM4LjI5MjMgNTcuMjQ0OSAzNy41MDMgNTcuMTU1MSAzNi43MjE4QzU3LjMzMDYgMzUuOTYxNiA1Ny4zMTU1IDM1LjE3NjMgNTcuMTEwOSAzNC40MjE5QzU2LjkwNjMgMzMuNjY3NSA1Ni41MTcyIDMyLjk2MjUgNTUuOTcxNCAzMi4zNTczWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik00OS4zNzY2IDI4LjU5NDhINDguMTkyOUM0Ny44NTQ3IDI4LjU5NDggNDcuNjg1NiAyOC43NDUzIDQ3LjUxNjUgMjkuMTk2OFY0NC42OTgyQzQ4LjA1OTkgNDUuMDUxNyA0OC43MDUgNDUuMjYwNSA0OS4zNzY2IDQ1LjMwMDJDNDkuOTc5NiA0NS4zMTI1IDUwLjU3MTYgNDUuMTU0NCA1MS4wNjc1IDQ0Ljg0ODdDNTEuOTEzIDQ0LjI0NjcgNTQuMjgwNCA0Mi4xMzk4IDU0LjI4MDQgNDIuMTM5OFYzMi4wNTYzQzU0LjI4MDQgMzIuMDU2MyA1MS45MTMgMjkuNzk4OCA1MS4wNjc1IDI5LjE5NjhDNTAuNTk3OCAyOC44MyA1MC4wMDEgMjguNjE3NSA0OS4zNzY2IDI4LjU5NDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics li .content {
  flex: 1 0 0px;
  min-width: 0px;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics li .content .cat-label {
  display: inline-block;
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  color: #9a031e;
  padding: 4px 8px;
  background-color: #f0f2f2;
  margin-bottom: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics li .content .cat-label:hover {
  background-color: #222222;
  color: #ffffff;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics li .content .title {
  text-decoration: none;
  color: #222222;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 36px;
  font-family: "Stanleyposter", Times New Roman, serif;
  display: block;
  margin-bottom: 8px;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics li .content .title:hover {
  text-decoration: underline;
  color: #9a031e;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics li .content .date span {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  color: #858585;
  position: relative;
  display: inline;
  margin-bottom: 0;
  line-height: 18px;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics li .content .date span a {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics li .content .excerpt {
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  color: #222222;
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics.large-topics li .thumb {
  width: 343px;
  height: 228px;
}
@media screen and (max-width: 1200px) {
  .resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics.large-topics li .thumb {
    width: 243px;
    height: 128px;
  }
}
@media screen and (max-width: 576px) {
  .resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics.large-topics li .thumb {
    width: 100%;
    height: 300px;
  }
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics.large-topics li .content .title {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics.large-topics li .content .title {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
.resources-top-section .resources-top-section-wrapper .resources-search-block .right-col .topics.large-topics li:last-child {
  border: none;
}

.events-page h1 {
  text-align: center;
}
.events-page .events-page-featured-image-block {
  background: transparent url(../images/d249da93088792b1a292a66dc101d019.jpg) center center no-repeat;
  margin-bottom: 42px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  text-align: center;
  min-height: 700px;
  padding: 50px;
}
.events-page .events-page-featured-image-block .next-event-block {
  padding: 20px;
  background-color: #ffffff;
  float: right;
  max-width: 400px;
}
.events-page .events-page-featured-image-block .next-event-block p {
  text-align: center;
}
.events-page .events-page-featured-image-block .next-event-block img {
  margin: 0 auto 30px;
  max-width: 300px;
  width: 100%;
}
.events-page .events-page-featured-image-block .next-event-block .red-button {
  display: table;
  background-color: #ed1a3b;
  color: #ffffff;
  padding: 10px 16px 7px 16px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #ed1a3b;
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.events-page .events-page-featured-image-block .next-event-block .red-button:hover {
  background-color: #ffffff;
  color: #ed1a3b;
}
.events-page .darkBlue-section {
  margin-bottom: 42px;
}
.events-page .video-block {
  margin-bottom: 42px;
}
.events-page .events-faq-title {
  background-color: #efefef;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.events-page .events-faq-title h2 {
  text-align: center;
  font-family: "Biotif", Arial, sans;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 36px;
  color: #222222;
  margin-bottom: 0;
  font-weight: bold;
}
.events-page .events-page-content h2 {
  margin-bottom: 20px;
}
.events-page .events-page-content h3 {
  margin-bottom: 20px;
}
.events-page .events-page-content img {
  margin-bottom: 20px;
}
.events-page .events-page-content ul {
  padding: 0 0 0 20px;
  margin-bottom: 42px;
}
.events-page .events-page-content ul li {
  margin-bottom: 16px;
  list-style-type: disc;
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 29px;
}

.featured-galleries-section .featured-galleries-section-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .featured-galleries-section .featured-galleries-section-wrapper {
    display: block;
  }
}
.featured-galleries-section .featured-galleries-section-wrapper .main-col {
  flex: 1 0 0px;
  min-width: 0px;
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 768px) {
  .featured-galleries-section .featured-galleries-section-wrapper .main-col {
    width: 100%;
    margin-bottom: 30px;
  }
}
.featured-galleries-section .featured-galleries-section-wrapper .main-col .thumb {
  position: relative;
  padding-bottom: 66.4%;
  height: 0;
  display: block;
  margin-bottom: 14px;
}
.featured-galleries-section .featured-galleries-section-wrapper .main-col .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.featured-galleries-section .featured-galleries-section-wrapper .main-col .thumb.video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTczIDQ4Ljg4NjNDNzIuOTk0NiA1MC41MDYzIDcyLjI3NzQgNTIuMDU4NSA3MS4wMDQ5IDUzLjIwNEM2OS43MzI1IDU0LjM0OTUgNjguMDA4MiA1NC45OTUyIDY2LjIwODcgNTVIMS42OTA5OFYxLjUwNUg3M1Y0OC44ODYzWiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0xNi4wNjQzIDM5LjI4MDJDMTYuMDcwNyAzOS42ODY3IDE2LjE2ODMgNDAuMDg3OCAxNi4zNTExIDQwLjQ2MDNDMTYuNTM0IDQwLjgzMjcgMTYuNzk4NSA0MS4xNjg5IDE3LjEyOTIgNDEuNDQ5M0MxNy40NTk5IDQxLjcyOTYgMTcuODUwMiA0MS45NDgzIDE4LjI3NzEgNDIuMDkyN0MxOC43MDM5IDQyLjIzNzEgMTkuMTU4OSA0Mi4zMDQzIDE5LjYxNTMgNDIuMjkwMkg1NC43ODc3QzU1LjcwMTYgNDIuMjkzNCA1Ni41ODE2IDQxLjk4MTkgNTcuMjQzNCA0MS40MjA5QzU3LjkwNTIgNDAuODU5OSA1OC4yOTc3IDQwLjA5MjkgNTguMzM4NyAzOS4yODAyVjE2LjU1NDlDNTguMzMyMyAxNi4xNDg1IDU4LjIzNDcgMTUuNzQ3MyA1OC4wNTE5IDE1LjM3NDlDNTcuODY5IDE1LjAwMjQgNTcuNjA0NSAxNC42NjYyIDU3LjI3MzggMTQuMzg1OUM1Ni45NDMxIDE0LjEwNTYgNTYuNTUyOCAxMy44ODY4IDU2LjEyNiAxMy43NDI0QzU1LjY5OTEgMTMuNTk4IDU1LjI0NDEgMTMuNTMwOSA1NC43ODc3IDEzLjU0NDlIMTkuNjE1M0MxOC43MDE0IDEzLjU0MTggMTcuODIxNCAxMy44NTMzIDE3LjE1OTYgMTQuNDE0M0MxNi40OTc4IDE0Ljk3NTMgMTYuMTA1MyAxNS43NDIzIDE2LjA2NDMgMTYuNTU0OVYzOS4yODAyWk0zMi45NzQxIDIxLjA2OTlMNDQuODEwOSAyOC41OTQ4TDMyLjk3NDEgMzYuMTE5OFYyMS4wNjk5WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.featured-galleries-section .featured-galleries-section-wrapper .main-col .thumb.audio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNTAyIiBkPSJNNzIuNzEyIDQ4LjE1OTdDNzIuNzA2NyA0OS43NTQ4IDcxLjk5MjMgNTEuMjgzMyA3MC43MjUgNTIuNDExMkM2OS40NTc3IDUzLjUzOTEgNjcuNzQwNCA1NC4xNzQ5IDY1Ljk0ODEgNTQuMTc5N0gxLjY5MDkyVjEuNTA1SDcyLjcxMlY0OC4xNTk3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0zMC42MDY3IDQwLjMzMzhIMjguOTE1OFYzMy4yNjAzSDMwLjYwNjdWNDAuMzMzOFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzMuOTg4NyA0Mi43NDE3SDMyLjI5NzdWMzAuODUyM0gzMy45ODg3VjQyLjc0MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTQyLjQ0MzYgMzMuMjYwM0g0NC4xMzQ2VjQwLjMzMzhINDIuNDQzNlYzMy4yNjAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0zOS4wNjE2IDMwLjg1MjNINDAuNzUyNlY0Mi43NDE3SDM5LjA2MTZWMzAuODUyM1oiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzcuMzcwNyA0NS4xNDk3SDM1LjY3OTdWMjguNDQ0M0gzNy4zNzA3VjQ1LjE0OTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI0LjY4ODQgMjguNTk0OEgyMy4zMzU2QzIyLjc4ODkgMjguNjA2MiAyMi4yNTg3IDI4Ljc2MzUgMjEuODEzNyAyOS4wNDYzQzIwLjk2ODIgMjkuNjQ4MyAxOC42MDA4IDMxLjkwNTggMTguNjAwOCAzMS45MDU4VjQxLjk4OTNDMTkuNTk1IDQyLjk2MTggMjAuNjY4OSA0My44NjczIDIxLjgxMzcgNDQuNjk4MkMyMi4zMiA0NC45ODQyIDIyLjkwNTEgNDUuMTQwNCAyMy41MDQ3IDQ1LjE0OTdDMjQuMTg2MSA0NS4xNTU5IDI0Ljg0NjkgNDQuOTQyIDI1LjM2NDcgNDQuNTQ3N1YyOS4wNDYzQzI1LjE5NTYgMjguODk1OCAyNS4wMjY2IDI4LjU5NDggMjQuNjg4NCAyOC41OTQ4WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik01NS45NzE0IDMyLjM1NzNWMjguNzQ1M0M1NS45OTEyIDI2LjU5MzIgNTUuNTkwNyAyNC40NTQ0IDU0Ljc4NzcgMjIuNDI0NEM1My45MzI0IDIwLjIyNzggNTIuNTQ3MiAxOC4yMjQ0IDUwLjcyOTQgMTYuNTU0OUM0OC45NjQ3IDE0Ljc0MzkgNDYuNzY5OSAxMy4zMDQ2IDQ0LjMwMzcgMTIuMzQwOUM0MS44NyAxMS4xNDc1IDM5LjEzNDcgMTAuNTI1OSAzNi4zNTYxIDEwLjUzNDlDMzMuNjAwNiAxMC41NDY5IDMwLjg4MzcgMTEuMTEyOSAyOC40MDg1IDEyLjE5MDRDMjYuMDAyOSAxMy4yNDUxIDIzLjgyNzIgMTQuNjcyIDIxLjk4MjcgMTYuNDA0NEMyMC4zMTY0IDE4LjE3NDggMTguOTQ5MiAyMC4xNTIxIDE3LjkyNDQgMjIuMjczOUMxNy4xMjA4IDI0LjM1NTggMTYuNzIwNSAyNi41NDQxIDE2Ljc0MDcgMjguNzQ1M1YzMi4yMDY4QzE1LjY4NzggMzMuNTIxMiAxNS4xNTI4IDM1LjEwODYgMTUuMjE4OCAzNi43MjE4QzE1LjExOTIgMzguMjkyMiAxNS42NTk2IDM5Ljg0MTkgMTYuNzQwNyA0MS4wODYyVjQxLjIzNjdDMTYuNzM3IDQxLjM3NiAxNi43NjUxIDQxLjUxNDUgMTYuODIzMyA0MS42NDM4QzE2Ljg4MTQgNDEuNzczMSAxNi45Njg1IDQxLjg5MDUgMTcuMDc5MSA0MS45ODlDMTcuMTg5OCA0Mi4wODc1IDE3LjMyMTggNDIuMTY1IDE3LjQ2NzEgNDIuMjE2OEMxNy42MTI0IDQyLjI2ODUgMTcuNzY3OSA0Mi4yOTM1IDE3LjkyNDQgNDIuMjkwMkMxOC42MDA4IDQyLjI5MDIgMjAuNzk5MSA0MS44Mzg3IDIwLjc5OTEgNDEuMjM2N1YyOC43NDUzQzIwLjkwNjQgMjYuODM2IDIxLjM2MzMgMjQuOTU1MSAyMi4xNTE4IDIzLjE3NjlDMjMuMDI5OCAyMS4zMjc4IDI0LjI5MTkgMTkuNjQyOCAyNS44NzIgMTguMjEwNEMyNy4zOTM5IDE2Ljg1NTkgMzMuOTg4NyAxNS4zNTA5IDM2LjE4NyAxNS4zNTA5QzM3LjM3MDYgMTUuMzUwOSA0NC45OCAxNi43MDU0IDQ2LjUwMTkgMTguMjEwNEM0OC4wODIgMTkuNjQyOCA0OS4zNDQyIDIxLjMyNzggNTAuMjIyMSAyMy4xNzY5QzUxLjA4OTcgMjQuOTMzIDUxLjU0OTggMjYuODI3IDUxLjU3NDkgMjguNzQ1M1Y0MS4yMzY3QzUxLjU3NDkgNDEuODM4NyA1My45NDIyIDQyLjI5MDIgNTQuNDQ5NSA0Mi4yOTAyQzU0LjYwNiA0Mi4yOTM1IDU0Ljc2MTYgNDIuMjY4NSA1NC45MDY4IDQyLjIxNjhDNTUuMDUyMSA0Mi4xNjUgNTUuMTg0MSA0Mi4wODc1IDU1LjI5NDggNDEuOTg5QzU1LjQwNTQgNDEuODkwNSA1NS40OTI1IDQxLjc3MzEgNTUuNTUwNyA0MS42NDM4QzU1LjYwODggNDEuNTE0NSA1NS42MzY5IDQxLjM3NiA1NS42MzMyIDQxLjIzNjdWNDEuMDg2MkM1Ni4yMDQyIDQwLjQ4NzYgNTYuNjMzNCAzOS43OTIzIDU2Ljg5NDkgMzkuMDQyM0M1Ny4xNTY0IDM4LjI5MjMgNTcuMjQ0OSAzNy41MDMgNTcuMTU1MSAzNi43MjE4QzU3LjMzMDYgMzUuOTYxNiA1Ny4zMTU1IDM1LjE3NjMgNTcuMTEwOSAzNC40MjE5QzU2LjkwNjMgMzMuNjY3NSA1Ni41MTcyIDMyLjk2MjUgNTUuOTcxNCAzMi4zNTczWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik00OS4zNzY2IDI4LjU5NDhINDguMTkyOUM0Ny44NTQ3IDI4LjU5NDggNDcuNjg1NiAyOC43NDUzIDQ3LjUxNjUgMjkuMTk2OFY0NC42OTgyQzQ4LjA1OTkgNDUuMDUxNyA0OC43MDUgNDUuMjYwNSA0OS4zNzY2IDQ1LjMwMDJDNDkuOTc5NiA0NS4zMTI1IDUwLjU3MTYgNDUuMTU0NCA1MS4wNjc1IDQ0Ljg0ODdDNTEuOTEzIDQ0LjI0NjcgNTQuMjgwNCA0Mi4xMzk4IDU0LjI4MDQgNDIuMTM5OFYzMi4wNTYzQzU0LjI4MDQgMzIuMDU2MyA1MS45MTMgMjkuNzk4OCA1MS4wNjc1IDI5LjE5NjhDNTAuNTk3OCAyOC44MyA1MC4wMDEgMjguNjE3NSA0OS4zNzY2IDI4LjU5NDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.featured-galleries-section .featured-galleries-section-wrapper .main-col .thumb.gallery:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTQiIGhlaWdodD0iNTQiIHZpZXdCb3g9IjAgMCA1NCA1NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTUyLjc3MjggNDYuNzAyN0M1Mi43Njg5IDQ4LjI0OTYgNTIuMjUwNCA0OS43MzE4IDUxLjMzMDYgNTAuODI1NkM1MC40MTA4IDUxLjkxOTQgNDkuMTY0NCA1Mi41MzU5IDQ3Ljg2MzcgNTIuNTQwNUgxLjIyNzI5VjEuNDU5NDZINTIuNzcyOFY0Ni43MDI3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik00MC4zNzczIDEyLjQwNTRIMTguNTMxOUMxNy44Njg1IDEyLjQwMjMgMTcuMjI5OSAxMi43MDQ0IDE2Ljc0OTYgMTMuMjQ4NEMxNi4yNjkyIDEzLjc5MjUgMTUuOTg0NCAxNC41MzYzIDE1Ljk1NDYgMTUuMzI0M1YzMi45ODM4QzE1Ljk1OTMgMzMuMzc3OSAxNi4wMzAxIDMzLjc2NjkgMTYuMTYyOCAzNC4xMjgxQzE2LjI5NTUgMzQuNDg5MyAxNi40ODc1IDM0LjgxNTMgMTYuNzI3NSAzNS4wODcyQzE2Ljk2NzUgMzUuMzU5IDE3LjI1MDggMzUuNTcxMSAxNy41NjA2IDM1LjcxMTJDMTcuODcwNCAzNS44NTEyIDE4LjIwMDYgMzUuOTE2MyAxOC41MzE5IDM1LjkwMjdINDAuMzc3M0M0MS4wNDA3IDM1LjkwNTcgNDEuNjc5MyAzNS42MDM3IDQyLjE1OTYgMzUuMDU5NkM0Mi42NCAzNC41MTU2IDQyLjkyNDggMzMuNzcxOCA0Mi45NTQ2IDMyLjk4MzhWMTUuMzI0M0M0Mi45NDk5IDE0LjkzMDIgNDIuODc5MSAxNC41NDEyIDQyLjc0NjQgMTQuMThDNDIuNjEzNyAxMy44MTg4IDQyLjQyMTcgMTMuNDkyOCA0Mi4xODE3IDEzLjIyMDlDNDEuOTQxNiAxMi45NDkxIDQxLjY1ODQgMTIuNzM2OSA0MS4zNDg2IDEyLjU5NjlDNDEuMDM4OCAxMi40NTY5IDQwLjcwODYgMTIuMzkxOCA0MC4zNzczIDEyLjQwNTRWMTIuNDA1NFpNNDAuNSAzMS42NzAzQzQwLjUgMzIuMDE4NiA0MC4zODM3IDMyLjM1MjcgNDAuMTc2NSAzMi41OTkxQzM5Ljk2OTQgMzIuODQ1NCAzOS42ODg0IDMyLjk4MzggMzkuMzk1NSAzMi45ODM4SDE5LjUxMzdDMTkuMjIwNyAzMi45ODM4IDE4LjkzOTggMzIuODQ1NCAxOC43MzI2IDMyLjU5OTFDMTguNTI1NSAzMi4zNTI3IDE4LjQwOTEgMzIuMDE4NiAxOC40MDkxIDMxLjY3MDNWMTYuNjM3OEMxOC40MDkxIDE2LjI4OTUgMTguNTI1NSAxNS45NTU0IDE4LjczMjYgMTUuNzA5QzE4LjkzOTggMTUuNDYyNyAxOS4yMjA3IDE1LjMyNDMgMTkuNTEzNyAxNS4zMjQzSDM5LjM5NTVDMzkuNjg4NCAxNS4zMjQzIDM5Ljk2OTQgMTUuNDYyNyA0MC4xNzY1IDE1LjcwOUM0MC4zODM3IDE1Ljk1NTQgNDAuNSAxNi4yODk1IDQwLjUgMTYuNjM3OFYzMS42NzAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0yMi4zMzY0IDIwLjcyNDNDMjIuMzM2NCAyMC4yMzM2IDIyLjQ1ODcgMTkuNzUzOSAyMi42ODggMTkuMzQ1OUMyMi45MTcyIDE4LjkzNzkgMjMuMjQzMSAxOC42MTk5IDIzLjYyNDMgMTguNDMyMUMyNC4wMDU1IDE4LjI0NDMgMjQuNDI1IDE4LjE5NTIgMjQuODI5OCAxOC4yOTA5QzI1LjIzNDUgMTguMzg2NiAyNS42MDYyIDE4LjYyMjkgMjUuODk4IDE4Ljk2OTlDMjYuMTg5OCAxOS4zMTY5IDI2LjM4ODUgMTkuNzU5IDI2LjQ2OSAyMC4yNDAzQzI2LjU0OTUgMjAuNzIxNiAyNi41MDgyIDIxLjIyMDQgMjYuMzUwMyAyMS42NzM4QzI2LjE5MjQgMjIuMTI3MSAyNS45MjQ5IDIyLjUxNDYgMjUuNTgxOCAyMi43ODczQzI1LjIzODcgMjMuMDU5OSAyNC44MzU0IDIzLjIwNTQgMjQuNDIyNyAyMy4yMDU0QzIzLjg3NDUgMjMuMTg2MyAyMy4zNTMxIDIyLjkxODggMjIuOTY1MiAyMi40NTc2QzIyLjU3NzQgMjEuOTk2NCAyMi4zNTI0IDIxLjM3NjMgMjIuMzM2NCAyMC43MjQzVjIwLjcyNDNaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTIwLjg2MzYgMjkuOTE4OUgzOC4wNDU1TDMyLjI3NzMgMTguODI3TDI4LjIyNzMgMjcuNTgzOEwyNC4wNTQ2IDI1LjU0MDVMMjAuODYzNiAyOS45MTg5WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0xMy41IDM4LjY3NTdWMTguMjQzMkMxMi44NTYyIDE4LjI3MDEgMTIuMjQ0OSAxOC41ODYzIDExLjc4OTQgMTkuMTI3OUMxMS4zMzM5IDE5LjY2OTYgMTEuMDY4MSAyMC4zOTY2IDExLjA0NTUgMjEuMTYyMlYzOC44MjE2QzExLjA1MDIgMzkuMjE1NyAxMS4xMjEgMzkuNjA0OCAxMS4yNTM3IDM5Ljk2NkMxMS4zODY0IDQwLjMyNzEgMTEuNTc4NCA0MC42NTMyIDExLjgxODQgNDAuOTI1QzEyLjA1ODQgNDEuMTk2OCAxMi4zNDE2IDQxLjQwOSAxMi42NTE1IDQxLjU0OUMxMi45NjEzIDQxLjY4OTEgMTMuMjkxNSA0MS43NTQyIDEzLjYyMjcgNDEuNzQwNUgzNS40NjgyQzM2LjEzMTUgNDEuNzQzNiAzNi43NzAyIDQxLjQ0MTUgMzcuMjUwNSA0MC44OTc1QzM3LjczMDggNDAuMzUzNSAzOC4wMTU3IDM5LjYwOTcgMzguMDQ1NSAzOC44MjE2SDEzLjVWMzguNjc1N1oiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg==) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.featured-galleries-section .featured-galleries-section-wrapper .main-col .thumb:hover:after {
  opacity: 1;
}
.featured-galleries-section .featured-galleries-section-wrapper .main-col .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-galleries-section .featured-galleries-section-wrapper .main-col .info {
  padding: 15px 22px 27px;
}
.featured-galleries-section .featured-galleries-section-wrapper .main-col .info .title {
  margin-bottom: 8px;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 36px;
  display: block;
  color: #222222;
  font-family: "Stanleyposter", Times New Roman, serif;
}
.featured-galleries-section .featured-galleries-section-wrapper .main-col .info a:hover {
  color: #9a031e;
  text-decoration: underline;
}
.featured-galleries-section .featured-galleries-section-wrapper .main-col .info .date span {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  color: #858585;
  position: relative;
  display: inline;
  margin-bottom: 0;
  line-height: 18px;
}
.featured-galleries-section .featured-galleries-section-wrapper .main-col .info .date span a {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
}
.featured-galleries-section .featured-galleries-section-wrapper .main-col .info .date {
  margin-bottom: 8px;
}
.featured-galleries-section .featured-galleries-section-wrapper .main-col .info .excerpt {
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  color: #444444;
  margin-bottom: 0;
}
.featured-galleries-section .featured-galleries-section-wrapper .main-col .info {
  padding: 0;
}
.featured-galleries-section .featured-galleries-section-wrapper .main-col .info .title {
  margin-bottom: 16px;
}
.featured-galleries-section .featured-galleries-section-wrapper .main-col .info .excerpt {
  margin-bottom: 24px;
  font-size: 18px;
  font-size: 1.125rem;
}
.featured-galleries-section .featured-galleries-section-wrapper .right-col {
  width: 375px;
  margin-left: 30px;
}
@media screen and (max-width: 992px) {
  .featured-galleries-section .featured-galleries-section-wrapper .right-col {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .featured-galleries-section .featured-galleries-section-wrapper .right-col {
    width: 100%;
    margin-left: 0;
  }
}
.featured-galleries-section .featured-galleries-section-wrapper .right-col .right-col-wrapper .posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.featured-galleries-section .featured-galleries-section-wrapper .right-col .right-col-wrapper .posts li {
  display: flex;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 22px;
  margin-bottom: 23px;
}
.featured-galleries-section .featured-galleries-section-wrapper .right-col .right-col-wrapper .posts li .thumb {
  width: 173px;
  height: 115px;
  margin-right: 14px;
  position: relative;
  overflow: hidden;
  display: block;
}
.featured-galleries-section .featured-galleries-section-wrapper .right-col .right-col-wrapper .posts li .thumb img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.featured-galleries-section .featured-galleries-section-wrapper .right-col .right-col-wrapper .posts li .thumb.gallery:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTQiIGhlaWdodD0iNTQiIHZpZXdCb3g9IjAgMCA1NCA1NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTUyLjc3MjggNDYuNzAyN0M1Mi43Njg5IDQ4LjI0OTYgNTIuMjUwNCA0OS43MzE4IDUxLjMzMDYgNTAuODI1NkM1MC40MTA4IDUxLjkxOTQgNDkuMTY0NCA1Mi41MzU5IDQ3Ljg2MzcgNTIuNTQwNUgxLjIyNzI5VjEuNDU5NDZINTIuNzcyOFY0Ni43MDI3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik00MC4zNzczIDEyLjQwNTRIMTguNTMxOUMxNy44Njg1IDEyLjQwMjMgMTcuMjI5OSAxMi43MDQ0IDE2Ljc0OTYgMTMuMjQ4NEMxNi4yNjkyIDEzLjc5MjUgMTUuOTg0NCAxNC41MzYzIDE1Ljk1NDYgMTUuMzI0M1YzMi45ODM4QzE1Ljk1OTMgMzMuMzc3OSAxNi4wMzAxIDMzLjc2NjkgMTYuMTYyOCAzNC4xMjgxQzE2LjI5NTUgMzQuNDg5MyAxNi40ODc1IDM0LjgxNTMgMTYuNzI3NSAzNS4wODcyQzE2Ljk2NzUgMzUuMzU5IDE3LjI1MDggMzUuNTcxMSAxNy41NjA2IDM1LjcxMTJDMTcuODcwNCAzNS44NTEyIDE4LjIwMDYgMzUuOTE2MyAxOC41MzE5IDM1LjkwMjdINDAuMzc3M0M0MS4wNDA3IDM1LjkwNTcgNDEuNjc5MyAzNS42MDM3IDQyLjE1OTYgMzUuMDU5NkM0Mi42NCAzNC41MTU2IDQyLjkyNDggMzMuNzcxOCA0Mi45NTQ2IDMyLjk4MzhWMTUuMzI0M0M0Mi45NDk5IDE0LjkzMDIgNDIuODc5MSAxNC41NDEyIDQyLjc0NjQgMTQuMThDNDIuNjEzNyAxMy44MTg4IDQyLjQyMTcgMTMuNDkyOCA0Mi4xODE3IDEzLjIyMDlDNDEuOTQxNiAxMi45NDkxIDQxLjY1ODQgMTIuNzM2OSA0MS4zNDg2IDEyLjU5NjlDNDEuMDM4OCAxMi40NTY5IDQwLjcwODYgMTIuMzkxOCA0MC4zNzczIDEyLjQwNTRWMTIuNDA1NFpNNDAuNSAzMS42NzAzQzQwLjUgMzIuMDE4NiA0MC4zODM3IDMyLjM1MjcgNDAuMTc2NSAzMi41OTkxQzM5Ljk2OTQgMzIuODQ1NCAzOS42ODg0IDMyLjk4MzggMzkuMzk1NSAzMi45ODM4SDE5LjUxMzdDMTkuMjIwNyAzMi45ODM4IDE4LjkzOTggMzIuODQ1NCAxOC43MzI2IDMyLjU5OTFDMTguNTI1NSAzMi4zNTI3IDE4LjQwOTEgMzIuMDE4NiAxOC40MDkxIDMxLjY3MDNWMTYuNjM3OEMxOC40MDkxIDE2LjI4OTUgMTguNTI1NSAxNS45NTU0IDE4LjczMjYgMTUuNzA5QzE4LjkzOTggMTUuNDYyNyAxOS4yMjA3IDE1LjMyNDMgMTkuNTEzNyAxNS4zMjQzSDM5LjM5NTVDMzkuNjg4NCAxNS4zMjQzIDM5Ljk2OTQgMTUuNDYyNyA0MC4xNzY1IDE1LjcwOUM0MC4zODM3IDE1Ljk1NTQgNDAuNSAxNi4yODk1IDQwLjUgMTYuNjM3OFYzMS42NzAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0yMi4zMzY0IDIwLjcyNDNDMjIuMzM2NCAyMC4yMzM2IDIyLjQ1ODcgMTkuNzUzOSAyMi42ODggMTkuMzQ1OUMyMi45MTcyIDE4LjkzNzkgMjMuMjQzMSAxOC42MTk5IDIzLjYyNDMgMTguNDMyMUMyNC4wMDU1IDE4LjI0NDMgMjQuNDI1IDE4LjE5NTIgMjQuODI5OCAxOC4yOTA5QzI1LjIzNDUgMTguMzg2NiAyNS42MDYyIDE4LjYyMjkgMjUuODk4IDE4Ljk2OTlDMjYuMTg5OCAxOS4zMTY5IDI2LjM4ODUgMTkuNzU5IDI2LjQ2OSAyMC4yNDAzQzI2LjU0OTUgMjAuNzIxNiAyNi41MDgyIDIxLjIyMDQgMjYuMzUwMyAyMS42NzM4QzI2LjE5MjQgMjIuMTI3MSAyNS45MjQ5IDIyLjUxNDYgMjUuNTgxOCAyMi43ODczQzI1LjIzODcgMjMuMDU5OSAyNC44MzU0IDIzLjIwNTQgMjQuNDIyNyAyMy4yMDU0QzIzLjg3NDUgMjMuMTg2MyAyMy4zNTMxIDIyLjkxODggMjIuOTY1MiAyMi40NTc2QzIyLjU3NzQgMjEuOTk2NCAyMi4zNTI0IDIxLjM3NjMgMjIuMzM2NCAyMC43MjQzVjIwLjcyNDNaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTIwLjg2MzYgMjkuOTE4OUgzOC4wNDU1TDMyLjI3NzMgMTguODI3TDI4LjIyNzMgMjcuNTgzOEwyNC4wNTQ2IDI1LjU0MDVMMjAuODYzNiAyOS45MTg5WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0xMy41IDM4LjY3NTdWMTguMjQzMkMxMi44NTYyIDE4LjI3MDEgMTIuMjQ0OSAxOC41ODYzIDExLjc4OTQgMTkuMTI3OUMxMS4zMzM5IDE5LjY2OTYgMTEuMDY4MSAyMC4zOTY2IDExLjA0NTUgMjEuMTYyMlYzOC44MjE2QzExLjA1MDIgMzkuMjE1NyAxMS4xMjEgMzkuNjA0OCAxMS4yNTM3IDM5Ljk2NkMxMS4zODY0IDQwLjMyNzEgMTEuNTc4NCA0MC42NTMyIDExLjgxODQgNDAuOTI1QzEyLjA1ODQgNDEuMTk2OCAxMi4zNDE2IDQxLjQwOSAxMi42NTE1IDQxLjU0OUMxMi45NjEzIDQxLjY4OTEgMTMuMjkxNSA0MS43NTQyIDEzLjYyMjcgNDEuNzQwNUgzNS40NjgyQzM2LjEzMTUgNDEuNzQzNiAzNi43NzAyIDQxLjQ0MTUgMzcuMjUwNSA0MC44OTc1QzM3LjczMDggNDAuMzUzNSAzOC4wMTU3IDM5LjYwOTcgMzguMDQ1NSAzOC44MjE2SDEzLjVWMzguNjc1N1oiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg==) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.featured-galleries-section .featured-galleries-section-wrapper .right-col .right-col-wrapper .posts li .thumb.gallery:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.featured-galleries-section .featured-galleries-section-wrapper .right-col .right-col-wrapper .posts li .thumb:hover:after {
  opacity: 1;
}
.featured-galleries-section .featured-galleries-section-wrapper .right-col .right-col-wrapper .posts li .info {
  flex: 1 0 0px;
}
.featured-galleries-section .featured-galleries-section-wrapper .right-col .right-col-wrapper .posts li .info .title {
  text-decoration: none;
  color: #222222;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  font-family: "Stanleyposter", Times New Roman, serif;
  display: block;
  margin-bottom: 8px;
}
.featured-galleries-section .featured-galleries-section-wrapper .right-col .right-col-wrapper .posts li .info .title:hover {
  text-decoration: underline;
  color: #9a031e;
}
.featured-galleries-section .featured-galleries-section-wrapper .right-col .right-col-wrapper .posts li .info .date {
  color: #858585;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  font-family: "Biotif", Arial, sans;
}

.awards-featured-purple-section {
  background-color: #b8c1e0;
  margin-bottom: 42px;
  margin-top: -60px;
}
.awards-featured-purple-section .awards-featured-purple-section-wrapper {
  padding: 40px 0;
}
.awards-featured-purple-section .awards-featured-purple-section-wrapper .awardsLogo {
  margin: 0 auto 40px;
  border-width: 2px;
  border-style: solid;
  border-color: hsl(0deg, 0%, 100%);
  border-radius: 20em;
  padding: 20px;
  background-color: hsla(0deg, 0%, 98%, 0.75);
  box-shadow: 0em 0em 2.16em 0.25em hsl(0deg, 0%, 100%);
}
.awards-featured-purple-section .awards-featured-purple-section-wrapper h1 {
  margin-bottom: 16px;
  text-align: center;
}
.awards-featured-purple-section .awards-featured-purple-section-wrapper p a {
  color: #9a031e;
  font-family: "Tiempos", Times New Roman, serif;
}
.awards-featured-purple-section .awards-featured-purple-section-wrapper p a:hover {
  text-decoration: underline;
}
.awards-featured-purple-section .awards-featured-purple-section-wrapper ul {
  padding: 0 0 0 20px;
}
.awards-featured-purple-section .awards-featured-purple-section-wrapper ul li {
  list-style-type: disc;
}
.awards-featured-purple-section .awards-featured-purple-section-wrapper .red-button {
  display: table;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  font-family: "Biotif", Arial, sans;
  border: 1px solid #ed1a3b;
  background-color: #ed1a3b;
  font-weight: bold;
  text-align: center;
  padding: 10px 16px 7px 16px;
  margin: 0 auto;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.awards-featured-purple-section .awards-featured-purple-section-wrapper .red-button:hover {
  background-color: #ffffff;
  color: #ed1a3b;
}

.innovation-answered-top-section {
  margin-bottom: 42px;
  margin-top: -60px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.innovation-answered-top-section .innovation-answered-top-section-wrapper {
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .innovation-answered-top-section .innovation-answered-top-section-wrapper {
    flex-direction: column;
  }
}
.innovation-answered-top-section .innovation-answered-top-section-wrapper .left-col {
  padding: 20px;
}
.innovation-answered-top-section .innovation-answered-top-section-wrapper .left-col img {
  max-height: 300px;
}
.innovation-answered-top-section .innovation-answered-top-section-wrapper .right-col h1 {
  text-align: center;
  font-family: "Biotif", Arial, sans;
  color: #222222;
  font-size: 90px;
  font-size: 5.625rem;
  line-height: 90px;
  margin-bottom: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .innovation-answered-top-section .innovation-answered-top-section-wrapper .right-col h1 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
  }
}
.innovation-answered-top-section .innovation-answered-top-section-wrapper .right-col h2 {
  text-align: center;
  font-family: "Biotif", Arial, sans;
  color: #222222;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 29px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .innovation-answered-top-section .innovation-answered-top-section-wrapper .right-col h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}

.oqt-top-section {
  margin-bottom: 42px;
  margin-top: -60px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.oqt-top-section .oqt-top-section-wrapper {
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .oqt-top-section .oqt-top-section-wrapper {
    flex-direction: column;
  }
}
.oqt-top-section .oqt-top-section-wrapper .left-col {
  padding: 20px;
}
.oqt-top-section .oqt-top-section-wrapper .left-col img {
  max-height: 300px;
}
.oqt-top-section .oqt-top-section-wrapper .right-col {
  flex: 1 0 0px;
}
.oqt-top-section .oqt-top-section-wrapper .right-col h1 {
  text-align: center;
  font-family: "Biotif", Arial, sans;
  color: #222222;
  font-size: 90px;
  font-size: 5.625rem;
  line-height: 90px;
  margin-bottom: 16px;
  font-weight: bold;
  text-shadow: 2px 2px 15px #cccccc;
}
@media screen and (max-width: 768px) {
  .oqt-top-section .oqt-top-section-wrapper .right-col h1 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
  }
}
.oqt-top-section .oqt-top-section-wrapper .right-col h2 {
  text-align: center;
  font-family: "Biotif", Arial, sans;
  color: #222222;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 29px;
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .oqt-top-section .oqt-top-section-wrapper .right-col h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
.oqt-top-section .oqt-top-section-wrapper .right-col h3 {
  text-align: center;
  font-family: "Biotif", Arial, sans;
  color: #222222;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 29px;
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .oqt-top-section .oqt-top-section-wrapper .right-col h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}

.services-stickers-section {
  margin-bottom: 42px;
}
.services-stickers-section .services-stickers-section-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .services-stickers-section .services-stickers-section-wrapper ul {
    flex-direction: column;
  }
}
.services-stickers-section .services-stickers-section-wrapper ul li {
  width: 25%;
  border: 1px solid #efefef;
}
@media screen and (max-width: 768px) {
  .services-stickers-section .services-stickers-section-wrapper ul li {
    width: 100%;
  }
}
.services-stickers-section .services-stickers-section-wrapper ul li a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 25px;
  text-align: center;
}
.services-stickers-section .services-stickers-section-wrapper ul li a img {
  display: inline-block;
}

.featured-video-section {
  margin-bottom: 42px;
}
.featured-video-section .featured-video-section-wrapper {
  background-color: #333333;
  padding: 20px;
}
.featured-video-section .featured-video-section-wrapper .section-title {
  font-family: "Biotif", Arial, sans;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  color: #ffffff;
  padding: 27px 0 29px 0;
  display: block;
  text-align: center;
  margin: 0;
}
.featured-video-section .featured-video-section-wrapper .video-holder {
  display: flex;
  flex-direction: row;
  background-color: #444444;
}
@media screen and (max-width: 768px) {
  .featured-video-section .featured-video-section-wrapper .video-holder {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.featured-video-section .featured-video-section-wrapper .video-holder .video-preview-holder {
  height: auto;
  width: 65%;
  background-color: #444444;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .featured-video-section .featured-video-section-wrapper .video-holder .video-preview-holder {
    width: 100%;
  }
}
.featured-video-section .featured-video-section-wrapper .video-holder .video-preview-holder .video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin: 0;
}
.featured-video-section .featured-video-section-wrapper .video-holder .video-preview-holder .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-video-section .featured-video-section-wrapper .video-holder .details {
  width: 35%;
  padding: 16px 36px 16px 26px;
}
@media screen and (max-width: 768px) {
  .featured-video-section .featured-video-section-wrapper .video-holder .details {
    width: 100%;
  }
}
.featured-video-section .featured-video-section-wrapper .video-holder .details .title {
  display: block;
  color: #ffffff;
  font-size: 32px;
  font-size: 2rem;
  padding: 0 0 5px 0;
  font-family: "Stanleyposter", Times New Roman, serif;
}
@media screen and (max-width: 992px) {
  .featured-video-section .featured-video-section-wrapper .video-holder .details .title {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.featured-video-section .featured-video-section-wrapper .video-holder .details .title:hover {
  text-decoration: underline;
  color: #9a031e;
}
.featured-video-section .featured-video-section-wrapper .video-holder .details .meta {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.featured-video-section .featured-video-section-wrapper .video-holder .details .meta .date {
  color: #dcdcdc;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-family: "Biotif", Arial, sans;
}
.featured-video-section .featured-video-section-wrapper .video-holder .details .meta .author {
  color: #dcdcdc;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-family: "Biotif", Arial, sans;
  margin-left: 5px;
  position: relative;
}
.featured-video-section .featured-video-section-wrapper .video-holder .details .meta .author a {
  color: #dcdcdc;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-family: "Biotif", Arial, sans;
  font-weight: bold;
  text-decoration: none;
}
.featured-video-section .featured-video-section-wrapper .video-holder .details .meta .author a:hover {
  text-decoration: underline;
  color: #9a031e;
}
.featured-video-section .featured-video-section-wrapper .video-holder .details .excerpt {
  font-family: "Tiempos", Times New Roman, serif;
  color: #ffffff;
  padding: 0 0 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.featured-video-section .featured-video-section-wrapper .video-holder .details .social {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .featured-video-section .featured-video-section-wrapper .video-holder .details .social {
    justify-content: center;
  }
}
.featured-video-section .featured-video-section-wrapper .video-holder .details .social a {
  display: block;
  font-size: 0px;
  font-size: 0rem;
  padding: 0;
  margin-right: 10px;
}
.featured-video-section .featured-video-section-wrapper .video-holder .details .social a img {
  display: block;
  width: 36px;
  height: 36px;
}
.featured-video-section .featured-video-section-wrapper .video-holder .details .social a .hover {
  display: none;
}
.featured-video-section .featured-video-section-wrapper .video-holder .details .social a:hover .hover {
  display: block;
}
.featured-video-section .featured-video-section-wrapper .video-holder .details .social a:hover .base {
  display: none;
}

.sidebar-series-widget {
  padding: 20px;
  background-color: #f0f2f2;
}
.sidebar-series-widget .featured-seria .thumb {
  width: 100%;
  height: 222px;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 14px;
}
.sidebar-series-widget .featured-seria .thumb img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.sidebar-series-widget .featured-seria .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.sidebar-series-widget .featured-seria .thumb:hover:after {
  opacity: 1;
}
.sidebar-series-widget .featured-seria .thumb.video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTczIDQ4Ljg4NjNDNzIuOTk0NiA1MC41MDYzIDcyLjI3NzQgNTIuMDU4NSA3MS4wMDQ5IDUzLjIwNEM2OS43MzI1IDU0LjM0OTUgNjguMDA4MiA1NC45OTUyIDY2LjIwODcgNTVIMS42OTA5OFYxLjUwNUg3M1Y0OC44ODYzWiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0xNi4wNjQzIDM5LjI4MDJDMTYuMDcwNyAzOS42ODY3IDE2LjE2ODMgNDAuMDg3OCAxNi4zNTExIDQwLjQ2MDNDMTYuNTM0IDQwLjgzMjcgMTYuNzk4NSA0MS4xNjg5IDE3LjEyOTIgNDEuNDQ5M0MxNy40NTk5IDQxLjcyOTYgMTcuODUwMiA0MS45NDgzIDE4LjI3NzEgNDIuMDkyN0MxOC43MDM5IDQyLjIzNzEgMTkuMTU4OSA0Mi4zMDQzIDE5LjYxNTMgNDIuMjkwMkg1NC43ODc3QzU1LjcwMTYgNDIuMjkzNCA1Ni41ODE2IDQxLjk4MTkgNTcuMjQzNCA0MS40MjA5QzU3LjkwNTIgNDAuODU5OSA1OC4yOTc3IDQwLjA5MjkgNTguMzM4NyAzOS4yODAyVjE2LjU1NDlDNTguMzMyMyAxNi4xNDg1IDU4LjIzNDcgMTUuNzQ3MyA1OC4wNTE5IDE1LjM3NDlDNTcuODY5IDE1LjAwMjQgNTcuNjA0NSAxNC42NjYyIDU3LjI3MzggMTQuMzg1OUM1Ni45NDMxIDE0LjEwNTYgNTYuNTUyOCAxMy44ODY4IDU2LjEyNiAxMy43NDI0QzU1LjY5OTEgMTMuNTk4IDU1LjI0NDEgMTMuNTMwOSA1NC43ODc3IDEzLjU0NDlIMTkuNjE1M0MxOC43MDE0IDEzLjU0MTggMTcuODIxNCAxMy44NTMzIDE3LjE1OTYgMTQuNDE0M0MxNi40OTc4IDE0Ljk3NTMgMTYuMTA1MyAxNS43NDIzIDE2LjA2NDMgMTYuNTU0OVYzOS4yODAyWk0zMi45NzQxIDIxLjA2OTlMNDQuODEwOSAyOC41OTQ4TDMyLjk3NDEgMzYuMTE5OFYyMS4wNjk5WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.sidebar-series-widget .featured-seria .thumb.audio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNTAyIiBkPSJNNzIuNzEyIDQ4LjE1OTdDNzIuNzA2NyA0OS43NTQ4IDcxLjk5MjMgNTEuMjgzMyA3MC43MjUgNTIuNDExMkM2OS40NTc3IDUzLjUzOTEgNjcuNzQwNCA1NC4xNzQ5IDY1Ljk0ODEgNTQuMTc5N0gxLjY5MDkyVjEuNTA1SDcyLjcxMlY0OC4xNTk3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0zMC42MDY3IDQwLjMzMzhIMjguOTE1OFYzMy4yNjAzSDMwLjYwNjdWNDAuMzMzOFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzMuOTg4NyA0Mi43NDE3SDMyLjI5NzdWMzAuODUyM0gzMy45ODg3VjQyLjc0MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTQyLjQ0MzYgMzMuMjYwM0g0NC4xMzQ2VjQwLjMzMzhINDIuNDQzNlYzMy4yNjAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0zOS4wNjE2IDMwLjg1MjNINDAuNzUyNlY0Mi43NDE3SDM5LjA2MTZWMzAuODUyM1oiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzcuMzcwNyA0NS4xNDk3SDM1LjY3OTdWMjguNDQ0M0gzNy4zNzA3VjQ1LjE0OTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI0LjY4ODQgMjguNTk0OEgyMy4zMzU2QzIyLjc4ODkgMjguNjA2MiAyMi4yNTg3IDI4Ljc2MzUgMjEuODEzNyAyOS4wNDYzQzIwLjk2ODIgMjkuNjQ4MyAxOC42MDA4IDMxLjkwNTggMTguNjAwOCAzMS45MDU4VjQxLjk4OTNDMTkuNTk1IDQyLjk2MTggMjAuNjY4OSA0My44NjczIDIxLjgxMzcgNDQuNjk4MkMyMi4zMiA0NC45ODQyIDIyLjkwNTEgNDUuMTQwNCAyMy41MDQ3IDQ1LjE0OTdDMjQuMTg2MSA0NS4xNTU5IDI0Ljg0NjkgNDQuOTQyIDI1LjM2NDcgNDQuNTQ3N1YyOS4wNDYzQzI1LjE5NTYgMjguODk1OCAyNS4wMjY2IDI4LjU5NDggMjQuNjg4NCAyOC41OTQ4WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik01NS45NzE0IDMyLjM1NzNWMjguNzQ1M0M1NS45OTEyIDI2LjU5MzIgNTUuNTkwNyAyNC40NTQ0IDU0Ljc4NzcgMjIuNDI0NEM1My45MzI0IDIwLjIyNzggNTIuNTQ3MiAxOC4yMjQ0IDUwLjcyOTQgMTYuNTU0OUM0OC45NjQ3IDE0Ljc0MzkgNDYuNzY5OSAxMy4zMDQ2IDQ0LjMwMzcgMTIuMzQwOUM0MS44NyAxMS4xNDc1IDM5LjEzNDcgMTAuNTI1OSAzNi4zNTYxIDEwLjUzNDlDMzMuNjAwNiAxMC41NDY5IDMwLjg4MzcgMTEuMTEyOSAyOC40MDg1IDEyLjE5MDRDMjYuMDAyOSAxMy4yNDUxIDIzLjgyNzIgMTQuNjcyIDIxLjk4MjcgMTYuNDA0NEMyMC4zMTY0IDE4LjE3NDggMTguOTQ5MiAyMC4xNTIxIDE3LjkyNDQgMjIuMjczOUMxNy4xMjA4IDI0LjM1NTggMTYuNzIwNSAyNi41NDQxIDE2Ljc0MDcgMjguNzQ1M1YzMi4yMDY4QzE1LjY4NzggMzMuNTIxMiAxNS4xNTI4IDM1LjEwODYgMTUuMjE4OCAzNi43MjE4QzE1LjExOTIgMzguMjkyMiAxNS42NTk2IDM5Ljg0MTkgMTYuNzQwNyA0MS4wODYyVjQxLjIzNjdDMTYuNzM3IDQxLjM3NiAxNi43NjUxIDQxLjUxNDUgMTYuODIzMyA0MS42NDM4QzE2Ljg4MTQgNDEuNzczMSAxNi45Njg1IDQxLjg5MDUgMTcuMDc5MSA0MS45ODlDMTcuMTg5OCA0Mi4wODc1IDE3LjMyMTggNDIuMTY1IDE3LjQ2NzEgNDIuMjE2OEMxNy42MTI0IDQyLjI2ODUgMTcuNzY3OSA0Mi4yOTM1IDE3LjkyNDQgNDIuMjkwMkMxOC42MDA4IDQyLjI5MDIgMjAuNzk5MSA0MS44Mzg3IDIwLjc5OTEgNDEuMjM2N1YyOC43NDUzQzIwLjkwNjQgMjYuODM2IDIxLjM2MzMgMjQuOTU1MSAyMi4xNTE4IDIzLjE3NjlDMjMuMDI5OCAyMS4zMjc4IDI0LjI5MTkgMTkuNjQyOCAyNS44NzIgMTguMjEwNEMyNy4zOTM5IDE2Ljg1NTkgMzMuOTg4NyAxNS4zNTA5IDM2LjE4NyAxNS4zNTA5QzM3LjM3MDYgMTUuMzUwOSA0NC45OCAxNi43MDU0IDQ2LjUwMTkgMTguMjEwNEM0OC4wODIgMTkuNjQyOCA0OS4zNDQyIDIxLjMyNzggNTAuMjIyMSAyMy4xNzY5QzUxLjA4OTcgMjQuOTMzIDUxLjU0OTggMjYuODI3IDUxLjU3NDkgMjguNzQ1M1Y0MS4yMzY3QzUxLjU3NDkgNDEuODM4NyA1My45NDIyIDQyLjI5MDIgNTQuNDQ5NSA0Mi4yOTAyQzU0LjYwNiA0Mi4yOTM1IDU0Ljc2MTYgNDIuMjY4NSA1NC45MDY4IDQyLjIxNjhDNTUuMDUyMSA0Mi4xNjUgNTUuMTg0MSA0Mi4wODc1IDU1LjI5NDggNDEuOTg5QzU1LjQwNTQgNDEuODkwNSA1NS40OTI1IDQxLjc3MzEgNTUuNTUwNyA0MS42NDM4QzU1LjYwODggNDEuNTE0NSA1NS42MzY5IDQxLjM3NiA1NS42MzMyIDQxLjIzNjdWNDEuMDg2MkM1Ni4yMDQyIDQwLjQ4NzYgNTYuNjMzNCAzOS43OTIzIDU2Ljg5NDkgMzkuMDQyM0M1Ny4xNTY0IDM4LjI5MjMgNTcuMjQ0OSAzNy41MDMgNTcuMTU1MSAzNi43MjE4QzU3LjMzMDYgMzUuOTYxNiA1Ny4zMTU1IDM1LjE3NjMgNTcuMTEwOSAzNC40MjE5QzU2LjkwNjMgMzMuNjY3NSA1Ni41MTcyIDMyLjk2MjUgNTUuOTcxNCAzMi4zNTczWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik00OS4zNzY2IDI4LjU5NDhINDguMTkyOUM0Ny44NTQ3IDI4LjU5NDggNDcuNjg1NiAyOC43NDUzIDQ3LjUxNjUgMjkuMTk2OFY0NC42OTgyQzQ4LjA1OTkgNDUuMDUxNyA0OC43MDUgNDUuMjYwNSA0OS4zNzY2IDQ1LjMwMDJDNDkuOTc5NiA0NS4zMTI1IDUwLjU3MTYgNDUuMTU0NCA1MS4wNjc1IDQ0Ljg0ODdDNTEuOTEzIDQ0LjI0NjcgNTQuMjgwNCA0Mi4xMzk4IDU0LjI4MDQgNDIuMTM5OFYzMi4wNTYzQzU0LjI4MDQgMzIuMDU2MyA1MS45MTMgMjkuNzk4OCA1MS4wNjc1IDI5LjE5NjhDNTAuNTk3OCAyOC44MyA1MC4wMDEgMjguNjE3NSA0OS4zNzY2IDI4LjU5NDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.sidebar-series-widget .featured-seria .thumb.gallery:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTQiIGhlaWdodD0iNTQiIHZpZXdCb3g9IjAgMCA1NCA1NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTUyLjc3MjggNDYuNzAyN0M1Mi43Njg5IDQ4LjI0OTYgNTIuMjUwNCA0OS43MzE4IDUxLjMzMDYgNTAuODI1NkM1MC40MTA4IDUxLjkxOTQgNDkuMTY0NCA1Mi41MzU5IDQ3Ljg2MzcgNTIuNTQwNUgxLjIyNzI5VjEuNDU5NDZINTIuNzcyOFY0Ni43MDI3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik00MC4zNzczIDEyLjQwNTRIMTguNTMxOUMxNy44Njg1IDEyLjQwMjMgMTcuMjI5OSAxMi43MDQ0IDE2Ljc0OTYgMTMuMjQ4NEMxNi4yNjkyIDEzLjc5MjUgMTUuOTg0NCAxNC41MzYzIDE1Ljk1NDYgMTUuMzI0M1YzMi45ODM4QzE1Ljk1OTMgMzMuMzc3OSAxNi4wMzAxIDMzLjc2NjkgMTYuMTYyOCAzNC4xMjgxQzE2LjI5NTUgMzQuNDg5MyAxNi40ODc1IDM0LjgxNTMgMTYuNzI3NSAzNS4wODcyQzE2Ljk2NzUgMzUuMzU5IDE3LjI1MDggMzUuNTcxMSAxNy41NjA2IDM1LjcxMTJDMTcuODcwNCAzNS44NTEyIDE4LjIwMDYgMzUuOTE2MyAxOC41MzE5IDM1LjkwMjdINDAuMzc3M0M0MS4wNDA3IDM1LjkwNTcgNDEuNjc5MyAzNS42MDM3IDQyLjE1OTYgMzUuMDU5NkM0Mi42NCAzNC41MTU2IDQyLjkyNDggMzMuNzcxOCA0Mi45NTQ2IDMyLjk4MzhWMTUuMzI0M0M0Mi45NDk5IDE0LjkzMDIgNDIuODc5MSAxNC41NDEyIDQyLjc0NjQgMTQuMThDNDIuNjEzNyAxMy44MTg4IDQyLjQyMTcgMTMuNDkyOCA0Mi4xODE3IDEzLjIyMDlDNDEuOTQxNiAxMi45NDkxIDQxLjY1ODQgMTIuNzM2OSA0MS4zNDg2IDEyLjU5NjlDNDEuMDM4OCAxMi40NTY5IDQwLjcwODYgMTIuMzkxOCA0MC4zNzczIDEyLjQwNTRWMTIuNDA1NFpNNDAuNSAzMS42NzAzQzQwLjUgMzIuMDE4NiA0MC4zODM3IDMyLjM1MjcgNDAuMTc2NSAzMi41OTkxQzM5Ljk2OTQgMzIuODQ1NCAzOS42ODg0IDMyLjk4MzggMzkuMzk1NSAzMi45ODM4SDE5LjUxMzdDMTkuMjIwNyAzMi45ODM4IDE4LjkzOTggMzIuODQ1NCAxOC43MzI2IDMyLjU5OTFDMTguNTI1NSAzMi4zNTI3IDE4LjQwOTEgMzIuMDE4NiAxOC40MDkxIDMxLjY3MDNWMTYuNjM3OEMxOC40MDkxIDE2LjI4OTUgMTguNTI1NSAxNS45NTU0IDE4LjczMjYgMTUuNzA5QzE4LjkzOTggMTUuNDYyNyAxOS4yMjA3IDE1LjMyNDMgMTkuNTEzNyAxNS4zMjQzSDM5LjM5NTVDMzkuNjg4NCAxNS4zMjQzIDM5Ljk2OTQgMTUuNDYyNyA0MC4xNzY1IDE1LjcwOUM0MC4zODM3IDE1Ljk1NTQgNDAuNSAxNi4yODk1IDQwLjUgMTYuNjM3OFYzMS42NzAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0yMi4zMzY0IDIwLjcyNDNDMjIuMzM2NCAyMC4yMzM2IDIyLjQ1ODcgMTkuNzUzOSAyMi42ODggMTkuMzQ1OUMyMi45MTcyIDE4LjkzNzkgMjMuMjQzMSAxOC42MTk5IDIzLjYyNDMgMTguNDMyMUMyNC4wMDU1IDE4LjI0NDMgMjQuNDI1IDE4LjE5NTIgMjQuODI5OCAxOC4yOTA5QzI1LjIzNDUgMTguMzg2NiAyNS42MDYyIDE4LjYyMjkgMjUuODk4IDE4Ljk2OTlDMjYuMTg5OCAxOS4zMTY5IDI2LjM4ODUgMTkuNzU5IDI2LjQ2OSAyMC4yNDAzQzI2LjU0OTUgMjAuNzIxNiAyNi41MDgyIDIxLjIyMDQgMjYuMzUwMyAyMS42NzM4QzI2LjE5MjQgMjIuMTI3MSAyNS45MjQ5IDIyLjUxNDYgMjUuNTgxOCAyMi43ODczQzI1LjIzODcgMjMuMDU5OSAyNC44MzU0IDIzLjIwNTQgMjQuNDIyNyAyMy4yMDU0QzIzLjg3NDUgMjMuMTg2MyAyMy4zNTMxIDIyLjkxODggMjIuOTY1MiAyMi40NTc2QzIyLjU3NzQgMjEuOTk2NCAyMi4zNTI0IDIxLjM3NjMgMjIuMzM2NCAyMC43MjQzVjIwLjcyNDNaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTIwLjg2MzYgMjkuOTE4OUgzOC4wNDU1TDMyLjI3NzMgMTguODI3TDI4LjIyNzMgMjcuNTgzOEwyNC4wNTQ2IDI1LjU0MDVMMjAuODYzNiAyOS45MTg5WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0xMy41IDM4LjY3NTdWMTguMjQzMkMxMi44NTYyIDE4LjI3MDEgMTIuMjQ0OSAxOC41ODYzIDExLjc4OTQgMTkuMTI3OUMxMS4zMzM5IDE5LjY2OTYgMTEuMDY4MSAyMC4zOTY2IDExLjA0NTUgMjEuMTYyMlYzOC44MjE2QzExLjA1MDIgMzkuMjE1NyAxMS4xMjEgMzkuNjA0OCAxMS4yNTM3IDM5Ljk2NkMxMS4zODY0IDQwLjMyNzEgMTEuNTc4NCA0MC42NTMyIDExLjgxODQgNDAuOTI1QzEyLjA1ODQgNDEuMTk2OCAxMi4zNDE2IDQxLjQwOSAxMi42NTE1IDQxLjU0OUMxMi45NjEzIDQxLjY4OTEgMTMuMjkxNSA0MS43NTQyIDEzLjYyMjcgNDEuNzQwNUgzNS40NjgyQzM2LjEzMTUgNDEuNzQzNiAzNi43NzAyIDQxLjQ0MTUgMzcuMjUwNSA0MC44OTc1QzM3LjczMDggNDAuMzUzNSAzOC4wMTU3IDM5LjYwOTcgMzguMDQ1NSAzOC44MjE2SDEzLjVWMzguNjc1N1oiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg==) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.sidebar-series-widget .featured-seria .title {
  font-size: 29px;
  line-height: 32px;
  margin-bottom: 16px;
  color: #212121;
  font-family: "Stanleyposter", Times New Roman, serif;
  font-weight: normal;
  font-size: 29px;
  font-size: 1.8125rem;
  text-decoration: none;
  display: block;
}
.sidebar-series-widget .featured-seria .title:hover {
  color: #9a031e;
  text-decoration: underline;
}
.sidebar-series-widget .featured-seria .excerpt {
  margin-bottom: 20px;
  color: #444444;
  font-family: "Tiempos", Times New Roman, serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 29px;
}
.sidebar-series-widget .series-topics {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-series-widget .series-topics li {
  margin-bottom: 20px;
  display: flex;
}
.sidebar-series-widget .series-topics li .thumb {
  display: block;
  width: 100px;
  height: 66px;
  position: relative;
  overflow: hidden;
  margin-right: 14px;
}
.sidebar-series-widget .series-topics li .thumb img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.sidebar-series-widget .series-topics li .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.sidebar-series-widget .series-topics li .thumb:hover:after {
  opacity: 1;
}
.sidebar-series-widget .series-topics li .thumb.video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTczIDQ4Ljg4NjNDNzIuOTk0NiA1MC41MDYzIDcyLjI3NzQgNTIuMDU4NSA3MS4wMDQ5IDUzLjIwNEM2OS43MzI1IDU0LjM0OTUgNjguMDA4MiA1NC45OTUyIDY2LjIwODcgNTVIMS42OTA5OFYxLjUwNUg3M1Y0OC44ODYzWiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0xNi4wNjQzIDM5LjI4MDJDMTYuMDcwNyAzOS42ODY3IDE2LjE2ODMgNDAuMDg3OCAxNi4zNTExIDQwLjQ2MDNDMTYuNTM0IDQwLjgzMjcgMTYuNzk4NSA0MS4xNjg5IDE3LjEyOTIgNDEuNDQ5M0MxNy40NTk5IDQxLjcyOTYgMTcuODUwMiA0MS45NDgzIDE4LjI3NzEgNDIuMDkyN0MxOC43MDM5IDQyLjIzNzEgMTkuMTU4OSA0Mi4zMDQzIDE5LjYxNTMgNDIuMjkwMkg1NC43ODc3QzU1LjcwMTYgNDIuMjkzNCA1Ni41ODE2IDQxLjk4MTkgNTcuMjQzNCA0MS40MjA5QzU3LjkwNTIgNDAuODU5OSA1OC4yOTc3IDQwLjA5MjkgNTguMzM4NyAzOS4yODAyVjE2LjU1NDlDNTguMzMyMyAxNi4xNDg1IDU4LjIzNDcgMTUuNzQ3MyA1OC4wNTE5IDE1LjM3NDlDNTcuODY5IDE1LjAwMjQgNTcuNjA0NSAxNC42NjYyIDU3LjI3MzggMTQuMzg1OUM1Ni45NDMxIDE0LjEwNTYgNTYuNTUyOCAxMy44ODY4IDU2LjEyNiAxMy43NDI0QzU1LjY5OTEgMTMuNTk4IDU1LjI0NDEgMTMuNTMwOSA1NC43ODc3IDEzLjU0NDlIMTkuNjE1M0MxOC43MDE0IDEzLjU0MTggMTcuODIxNCAxMy44NTMzIDE3LjE1OTYgMTQuNDE0M0MxNi40OTc4IDE0Ljk3NTMgMTYuMTA1MyAxNS43NDIzIDE2LjA2NDMgMTYuNTU0OVYzOS4yODAyWk0zMi45NzQxIDIxLjA2OTlMNDQuODEwOSAyOC41OTQ4TDMyLjk3NDEgMzYuMTE5OFYyMS4wNjk5WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.sidebar-series-widget .series-topics li .thumb.audio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNTAyIiBkPSJNNzIuNzEyIDQ4LjE1OTdDNzIuNzA2NyA0OS43NTQ4IDcxLjk5MjMgNTEuMjgzMyA3MC43MjUgNTIuNDExMkM2OS40NTc3IDUzLjUzOTEgNjcuNzQwNCA1NC4xNzQ5IDY1Ljk0ODEgNTQuMTc5N0gxLjY5MDkyVjEuNTA1SDcyLjcxMlY0OC4xNTk3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0zMC42MDY3IDQwLjMzMzhIMjguOTE1OFYzMy4yNjAzSDMwLjYwNjdWNDAuMzMzOFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzMuOTg4NyA0Mi43NDE3SDMyLjI5NzdWMzAuODUyM0gzMy45ODg3VjQyLjc0MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTQyLjQ0MzYgMzMuMjYwM0g0NC4xMzQ2VjQwLjMzMzhINDIuNDQzNlYzMy4yNjAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0zOS4wNjE2IDMwLjg1MjNINDAuNzUyNlY0Mi43NDE3SDM5LjA2MTZWMzAuODUyM1oiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzcuMzcwNyA0NS4xNDk3SDM1LjY3OTdWMjguNDQ0M0gzNy4zNzA3VjQ1LjE0OTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI0LjY4ODQgMjguNTk0OEgyMy4zMzU2QzIyLjc4ODkgMjguNjA2MiAyMi4yNTg3IDI4Ljc2MzUgMjEuODEzNyAyOS4wNDYzQzIwLjk2ODIgMjkuNjQ4MyAxOC42MDA4IDMxLjkwNTggMTguNjAwOCAzMS45MDU4VjQxLjk4OTNDMTkuNTk1IDQyLjk2MTggMjAuNjY4OSA0My44NjczIDIxLjgxMzcgNDQuNjk4MkMyMi4zMiA0NC45ODQyIDIyLjkwNTEgNDUuMTQwNCAyMy41MDQ3IDQ1LjE0OTdDMjQuMTg2MSA0NS4xNTU5IDI0Ljg0NjkgNDQuOTQyIDI1LjM2NDcgNDQuNTQ3N1YyOS4wNDYzQzI1LjE5NTYgMjguODk1OCAyNS4wMjY2IDI4LjU5NDggMjQuNjg4NCAyOC41OTQ4WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik01NS45NzE0IDMyLjM1NzNWMjguNzQ1M0M1NS45OTEyIDI2LjU5MzIgNTUuNTkwNyAyNC40NTQ0IDU0Ljc4NzcgMjIuNDI0NEM1My45MzI0IDIwLjIyNzggNTIuNTQ3MiAxOC4yMjQ0IDUwLjcyOTQgMTYuNTU0OUM0OC45NjQ3IDE0Ljc0MzkgNDYuNzY5OSAxMy4zMDQ2IDQ0LjMwMzcgMTIuMzQwOUM0MS44NyAxMS4xNDc1IDM5LjEzNDcgMTAuNTI1OSAzNi4zNTYxIDEwLjUzNDlDMzMuNjAwNiAxMC41NDY5IDMwLjg4MzcgMTEuMTEyOSAyOC40MDg1IDEyLjE5MDRDMjYuMDAyOSAxMy4yNDUxIDIzLjgyNzIgMTQuNjcyIDIxLjk4MjcgMTYuNDA0NEMyMC4zMTY0IDE4LjE3NDggMTguOTQ5MiAyMC4xNTIxIDE3LjkyNDQgMjIuMjczOUMxNy4xMjA4IDI0LjM1NTggMTYuNzIwNSAyNi41NDQxIDE2Ljc0MDcgMjguNzQ1M1YzMi4yMDY4QzE1LjY4NzggMzMuNTIxMiAxNS4xNTI4IDM1LjEwODYgMTUuMjE4OCAzNi43MjE4QzE1LjExOTIgMzguMjkyMiAxNS42NTk2IDM5Ljg0MTkgMTYuNzQwNyA0MS4wODYyVjQxLjIzNjdDMTYuNzM3IDQxLjM3NiAxNi43NjUxIDQxLjUxNDUgMTYuODIzMyA0MS42NDM4QzE2Ljg4MTQgNDEuNzczMSAxNi45Njg1IDQxLjg5MDUgMTcuMDc5MSA0MS45ODlDMTcuMTg5OCA0Mi4wODc1IDE3LjMyMTggNDIuMTY1IDE3LjQ2NzEgNDIuMjE2OEMxNy42MTI0IDQyLjI2ODUgMTcuNzY3OSA0Mi4yOTM1IDE3LjkyNDQgNDIuMjkwMkMxOC42MDA4IDQyLjI5MDIgMjAuNzk5MSA0MS44Mzg3IDIwLjc5OTEgNDEuMjM2N1YyOC43NDUzQzIwLjkwNjQgMjYuODM2IDIxLjM2MzMgMjQuOTU1MSAyMi4xNTE4IDIzLjE3NjlDMjMuMDI5OCAyMS4zMjc4IDI0LjI5MTkgMTkuNjQyOCAyNS44NzIgMTguMjEwNEMyNy4zOTM5IDE2Ljg1NTkgMzMuOTg4NyAxNS4zNTA5IDM2LjE4NyAxNS4zNTA5QzM3LjM3MDYgMTUuMzUwOSA0NC45OCAxNi43MDU0IDQ2LjUwMTkgMTguMjEwNEM0OC4wODIgMTkuNjQyOCA0OS4zNDQyIDIxLjMyNzggNTAuMjIyMSAyMy4xNzY5QzUxLjA4OTcgMjQuOTMzIDUxLjU0OTggMjYuODI3IDUxLjU3NDkgMjguNzQ1M1Y0MS4yMzY3QzUxLjU3NDkgNDEuODM4NyA1My45NDIyIDQyLjI5MDIgNTQuNDQ5NSA0Mi4yOTAyQzU0LjYwNiA0Mi4yOTM1IDU0Ljc2MTYgNDIuMjY4NSA1NC45MDY4IDQyLjIxNjhDNTUuMDUyMSA0Mi4xNjUgNTUuMTg0MSA0Mi4wODc1IDU1LjI5NDggNDEuOTg5QzU1LjQwNTQgNDEuODkwNSA1NS40OTI1IDQxLjc3MzEgNTUuNTUwNyA0MS42NDM4QzU1LjYwODggNDEuNTE0NSA1NS42MzY5IDQxLjM3NiA1NS42MzMyIDQxLjIzNjdWNDEuMDg2MkM1Ni4yMDQyIDQwLjQ4NzYgNTYuNjMzNCAzOS43OTIzIDU2Ljg5NDkgMzkuMDQyM0M1Ny4xNTY0IDM4LjI5MjMgNTcuMjQ0OSAzNy41MDMgNTcuMTU1MSAzNi43MjE4QzU3LjMzMDYgMzUuOTYxNiA1Ny4zMTU1IDM1LjE3NjMgNTcuMTEwOSAzNC40MjE5QzU2LjkwNjMgMzMuNjY3NSA1Ni41MTcyIDMyLjk2MjUgNTUuOTcxNCAzMi4zNTczWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik00OS4zNzY2IDI4LjU5NDhINDguMTkyOUM0Ny44NTQ3IDI4LjU5NDggNDcuNjg1NiAyOC43NDUzIDQ3LjUxNjUgMjkuMTk2OFY0NC42OTgyQzQ4LjA1OTkgNDUuMDUxNyA0OC43MDUgNDUuMjYwNSA0OS4zNzY2IDQ1LjMwMDJDNDkuOTc5NiA0NS4zMTI1IDUwLjU3MTYgNDUuMTU0NCA1MS4wNjc1IDQ0Ljg0ODdDNTEuOTEzIDQ0LjI0NjcgNTQuMjgwNCA0Mi4xMzk4IDU0LjI4MDQgNDIuMTM5OFYzMi4wNTYzQzU0LjI4MDQgMzIuMDU2MyA1MS45MTMgMjkuNzk4OCA1MS4wNjc1IDI5LjE5NjhDNTAuNTk3OCAyOC44MyA1MC4wMDEgMjguNjE3NSA0OS4zNzY2IDI4LjU5NDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.sidebar-series-widget .series-topics li .thumb.gallery:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTQiIGhlaWdodD0iNTQiIHZpZXdCb3g9IjAgMCA1NCA1NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTUyLjc3MjggNDYuNzAyN0M1Mi43Njg5IDQ4LjI0OTYgNTIuMjUwNCA0OS43MzE4IDUxLjMzMDYgNTAuODI1NkM1MC40MTA4IDUxLjkxOTQgNDkuMTY0NCA1Mi41MzU5IDQ3Ljg2MzcgNTIuNTQwNUgxLjIyNzI5VjEuNDU5NDZINTIuNzcyOFY0Ni43MDI3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik00MC4zNzczIDEyLjQwNTRIMTguNTMxOUMxNy44Njg1IDEyLjQwMjMgMTcuMjI5OSAxMi43MDQ0IDE2Ljc0OTYgMTMuMjQ4NEMxNi4yNjkyIDEzLjc5MjUgMTUuOTg0NCAxNC41MzYzIDE1Ljk1NDYgMTUuMzI0M1YzMi45ODM4QzE1Ljk1OTMgMzMuMzc3OSAxNi4wMzAxIDMzLjc2NjkgMTYuMTYyOCAzNC4xMjgxQzE2LjI5NTUgMzQuNDg5MyAxNi40ODc1IDM0LjgxNTMgMTYuNzI3NSAzNS4wODcyQzE2Ljk2NzUgMzUuMzU5IDE3LjI1MDggMzUuNTcxMSAxNy41NjA2IDM1LjcxMTJDMTcuODcwNCAzNS44NTEyIDE4LjIwMDYgMzUuOTE2MyAxOC41MzE5IDM1LjkwMjdINDAuMzc3M0M0MS4wNDA3IDM1LjkwNTcgNDEuNjc5MyAzNS42MDM3IDQyLjE1OTYgMzUuMDU5NkM0Mi42NCAzNC41MTU2IDQyLjkyNDggMzMuNzcxOCA0Mi45NTQ2IDMyLjk4MzhWMTUuMzI0M0M0Mi45NDk5IDE0LjkzMDIgNDIuODc5MSAxNC41NDEyIDQyLjc0NjQgMTQuMThDNDIuNjEzNyAxMy44MTg4IDQyLjQyMTcgMTMuNDkyOCA0Mi4xODE3IDEzLjIyMDlDNDEuOTQxNiAxMi45NDkxIDQxLjY1ODQgMTIuNzM2OSA0MS4zNDg2IDEyLjU5NjlDNDEuMDM4OCAxMi40NTY5IDQwLjcwODYgMTIuMzkxOCA0MC4zNzczIDEyLjQwNTRWMTIuNDA1NFpNNDAuNSAzMS42NzAzQzQwLjUgMzIuMDE4NiA0MC4zODM3IDMyLjM1MjcgNDAuMTc2NSAzMi41OTkxQzM5Ljk2OTQgMzIuODQ1NCAzOS42ODg0IDMyLjk4MzggMzkuMzk1NSAzMi45ODM4SDE5LjUxMzdDMTkuMjIwNyAzMi45ODM4IDE4LjkzOTggMzIuODQ1NCAxOC43MzI2IDMyLjU5OTFDMTguNTI1NSAzMi4zNTI3IDE4LjQwOTEgMzIuMDE4NiAxOC40MDkxIDMxLjY3MDNWMTYuNjM3OEMxOC40MDkxIDE2LjI4OTUgMTguNTI1NSAxNS45NTU0IDE4LjczMjYgMTUuNzA5QzE4LjkzOTggMTUuNDYyNyAxOS4yMjA3IDE1LjMyNDMgMTkuNTEzNyAxNS4zMjQzSDM5LjM5NTVDMzkuNjg4NCAxNS4zMjQzIDM5Ljk2OTQgMTUuNDYyNyA0MC4xNzY1IDE1LjcwOUM0MC4zODM3IDE1Ljk1NTQgNDAuNSAxNi4yODk1IDQwLjUgMTYuNjM3OFYzMS42NzAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0yMi4zMzY0IDIwLjcyNDNDMjIuMzM2NCAyMC4yMzM2IDIyLjQ1ODcgMTkuNzUzOSAyMi42ODggMTkuMzQ1OUMyMi45MTcyIDE4LjkzNzkgMjMuMjQzMSAxOC42MTk5IDIzLjYyNDMgMTguNDMyMUMyNC4wMDU1IDE4LjI0NDMgMjQuNDI1IDE4LjE5NTIgMjQuODI5OCAxOC4yOTA5QzI1LjIzNDUgMTguMzg2NiAyNS42MDYyIDE4LjYyMjkgMjUuODk4IDE4Ljk2OTlDMjYuMTg5OCAxOS4zMTY5IDI2LjM4ODUgMTkuNzU5IDI2LjQ2OSAyMC4yNDAzQzI2LjU0OTUgMjAuNzIxNiAyNi41MDgyIDIxLjIyMDQgMjYuMzUwMyAyMS42NzM4QzI2LjE5MjQgMjIuMTI3MSAyNS45MjQ5IDIyLjUxNDYgMjUuNTgxOCAyMi43ODczQzI1LjIzODcgMjMuMDU5OSAyNC44MzU0IDIzLjIwNTQgMjQuNDIyNyAyMy4yMDU0QzIzLjg3NDUgMjMuMTg2MyAyMy4zNTMxIDIyLjkxODggMjIuOTY1MiAyMi40NTc2QzIyLjU3NzQgMjEuOTk2NCAyMi4zNTI0IDIxLjM3NjMgMjIuMzM2NCAyMC43MjQzVjIwLjcyNDNaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTIwLjg2MzYgMjkuOTE4OUgzOC4wNDU1TDMyLjI3NzMgMTguODI3TDI4LjIyNzMgMjcuNTgzOEwyNC4wNTQ2IDI1LjU0MDVMMjAuODYzNiAyOS45MTg5WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0xMy41IDM4LjY3NTdWMTguMjQzMkMxMi44NTYyIDE4LjI3MDEgMTIuMjQ0OSAxOC41ODYzIDExLjc4OTQgMTkuMTI3OUMxMS4zMzM5IDE5LjY2OTYgMTEuMDY4MSAyMC4zOTY2IDExLjA0NTUgMjEuMTYyMlYzOC44MjE2QzExLjA1MDIgMzkuMjE1NyAxMS4xMjEgMzkuNjA0OCAxMS4yNTM3IDM5Ljk2NkMxMS4zODY0IDQwLjMyNzEgMTEuNTc4NCA0MC42NTMyIDExLjgxODQgNDAuOTI1QzEyLjA1ODQgNDEuMTk2OCAxMi4zNDE2IDQxLjQwOSAxMi42NTE1IDQxLjU0OUMxMi45NjEzIDQxLjY4OTEgMTMuMjkxNSA0MS43NTQyIDEzLjYyMjcgNDEuNzQwNUgzNS40NjgyQzM2LjEzMTUgNDEuNzQzNiAzNi43NzAyIDQxLjQ0MTUgMzcuMjUwNSA0MC44OTc1QzM3LjczMDggNDAuMzUzNSAzOC4wMTU3IDM5LjYwOTcgMzguMDQ1NSAzOC44MjE2SDEzLjVWMzguNjc1N1oiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg==) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.sidebar-series-widget .series-topics li .title {
  flex: 1 0 0px;
  min-width: 0px;
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  color: #222222;
  text-decoration: none;
  display: block;
}
.sidebar-series-widget .series-topics li .title:hover {
  color: #9a031e;
  text-decoration: underline;
}
.sidebar-series-widget .more-line {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.video-list-topics-list .right-sidebar-layout {
  margin-bottom: 0;
}

.two-columns-variable-layout {
  margin-bottom: 42px;
}
.two-columns-variable-layout .two-columns-variable-layout-wrapper {
  display: flex;
  margin: 0 0 0 -2%;
}
.two-columns-variable-layout .two-columns-variable-layout-wrapper ul li {
  color: #222222;
  font-family: "Tiempos", Times New Roman, serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 29px;
  margin-bottom: 16px;
  list-style: disc;
}
.two-columns-variable-layout .two-columns-variable-layout-wrapper ol {
  padding: 0 0 0 20px;
}
.two-columns-variable-layout .two-columns-variable-layout-wrapper ol li {
  color: #222222;
  font-family: "Tiempos", Times New Roman, serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 29px;
  margin-bottom: 16px;
  list-style: decimal;
}
@media screen and (max-width: 768px) {
  .two-columns-variable-layout .two-columns-variable-layout-wrapper {
    margin: 0;
    display: block;
  }
}
.two-columns-variable-layout .two-columns-variable-layout-wrapper .col {
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .two-columns-variable-layout .two-columns-variable-layout-wrapper .col {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .two-columns-variable-layout .two-columns-variable-layout-wrapper .col:last-child {
    margin-bottom: 0;
  }
}
.two-columns-variable-layout .two-columns-variable-layout-wrapper .col.col-small {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .two-columns-variable-layout .two-columns-variable-layout-wrapper .col.col-small {
    width: 100%;
  }
}
.two-columns-variable-layout .two-columns-variable-layout-wrapper .col.col-small .sidebar-holder {
  margin-bottom: 42px;
}
.two-columns-variable-layout .two-columns-variable-layout-wrapper .col.col-large {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .two-columns-variable-layout .two-columns-variable-layout-wrapper .col.col-large {
    width: 100%;
  }
}
.two-columns-variable-layout .two-columns-variable-layout-wrapper .col.col-half {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .two-columns-variable-layout .two-columns-variable-layout-wrapper .col.col-half {
    width: 100%;
  }
}
.two-columns-variable-layout .two-columns-variable-layout-wrapper .col .submit-red-button {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .two-columns-variable-layout.interview-post-layout .two-columns-variable-layout-wrapper {
    display: block;
    margin: 0;
  }
  .two-columns-variable-layout.interview-post-layout .two-columns-variable-layout-wrapper .col.col-large {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .two-columns-variable-layout.interview-post-layout .two-columns-variable-layout-wrapper .col.col-large .interview-post {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .two-columns-variable-layout.interview-post-layout .two-columns-variable-layout-wrapper .col.col-large .interview-post .caption .title {
    padding: 0 10%;
  }
  .two-columns-variable-layout.interview-post-layout .two-columns-variable-layout-wrapper .col.col-large .interview-post .caption .excerpt {
    padding: 0 10%;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .two-columns-variable-layout.interview-post-layout .two-columns-variable-layout-wrapper .col.col-large .interview-post .caption {
    position: relative;
    bottom: 0;
    left: 0;
    background: none;
    padding: 0;
  }
  .two-columns-variable-layout.interview-post-layout .two-columns-variable-layout-wrapper .col.col-large .interview-post .caption .title {
    color: #222222;
    text-align: left;
    padding: 0;
  }
  .two-columns-variable-layout.interview-post-layout .two-columns-variable-layout-wrapper .col.col-large .interview-post .caption .title:hover {
    color: #9a031e;
  }
  .two-columns-variable-layout.interview-post-layout .two-columns-variable-layout-wrapper .col.col-large .interview-post .caption .date {
    color: #858585;
    text-align: left;
  }
  .two-columns-variable-layout.interview-post-layout .two-columns-variable-layout-wrapper .col.col-large .interview-post .caption .date span {
    color: #858585;
  }
  .two-columns-variable-layout.interview-post-layout .two-columns-variable-layout-wrapper .col.col-large .interview-post .caption .excerpt {
    color: #222222;
    text-align: left;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .two-columns-variable-layout.interview-post-layout .two-columns-variable-layout-wrapper .col.col-small {
    width: 100%;
    margin-left: 0;
  }
}
.two-columns-variable-layout.topics-and-slider-block .topics-list .topics.large-topics {
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .two-columns-variable-layout.post-and-slider-block .two-columns-variable-layout-wrapper {
    display: block;
    margin: 0;
  }
  .two-columns-variable-layout.post-and-slider-block .two-columns-variable-layout-wrapper .col.col-small {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .two-columns-variable-layout.post-and-slider-block .two-columns-variable-layout-wrapper .col.col-small .interview-sidebar-post {
    display: flex;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .two-columns-variable-layout.post-and-slider-block .two-columns-variable-layout-wrapper .col.col-small .interview-sidebar-post {
    display: block;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .two-columns-variable-layout.post-and-slider-block .two-columns-variable-layout-wrapper .col.col-small .interview-sidebar-post .img {
    width: 40%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .two-columns-variable-layout.post-and-slider-block .two-columns-variable-layout-wrapper .col.col-small .interview-sidebar-post .img {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .two-columns-variable-layout.post-and-slider-block .two-columns-variable-layout-wrapper .col.col-small .interview-sidebar-post .info {
    width: 58%;
    padding-top: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .two-columns-variable-layout.post-and-slider-block .two-columns-variable-layout-wrapper .col.col-small .interview-sidebar-post .info {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .two-columns-variable-layout.post-and-slider-block .two-columns-variable-layout-wrapper .col.col-large {
    width: 100%;
    margin-left: 0;
  }
}

.four-column-bordered-section {
  margin-bottom: 42px;
}
.four-column-bordered-section .four-column-bordered-section-wrapper .items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.four-column-bordered-section .four-column-bordered-section-wrapper .items li {
  list-style: none;
  padding: 25px 25px 20px 25px;
  border: 1px solid #efefef;
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 992px) {
  .four-column-bordered-section .four-column-bordered-section-wrapper .items li {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .four-column-bordered-section .four-column-bordered-section-wrapper .items li {
    width: 100%;
  }
}
.four-column-bordered-section .four-column-bordered-section-wrapper .items li .thumb {
  display: block;
  position: relative;
  height: 162px;
  overflow: hidden;
  margin: 0 auto 5px;
  max-width: 300px;
}
.four-column-bordered-section .four-column-bordered-section-wrapper .items li .thumb img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.four-column-bordered-section .four-column-bordered-section-wrapper .items li .description {
  color: #222222;
  font-family: "Biotif", Arial, sans;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
  text-align: center;
  display: block;
}
.four-column-bordered-section .four-column-bordered-section-wrapper .items li .link {
  color: #9a031e;
  font-family: "Biotif", Arial, sans;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
  text-align: center;
  text-decoration: none;
  display: block;
}
.four-column-bordered-section .four-column-bordered-section-wrapper .items li .link:hover {
  text-decoration: underline;
}

.three-column-download-section {
  margin-bottom: 42px;
}
.three-column-download-section .three-column-download-section-wrapper .items {
  list-style: none;
  margin: 0 0 0 -2%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .three-column-download-section .three-column-download-section-wrapper .items {
    margin: 0;
    display: block;
  }
}
.three-column-download-section .three-column-download-section-wrapper .items li {
  list-style: none;
  text-align: center;
  width: 31.3%;
  margin-left: 2%;
}
@media screen and (max-width: 992px) {
  .three-column-download-section .three-column-download-section-wrapper .items li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .three-column-download-section .three-column-download-section-wrapper .items li {
    width: 100%;
    margin-left: 0;
  }
}
.three-column-download-section .three-column-download-section-wrapper .items li .thumb {
  display: block;
  position: relative;
  height: 440px;
  overflow: hidden;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .three-column-download-section .three-column-download-section-wrapper .items li .thumb {
    max-width: 300px;
  }
}
.three-column-download-section .three-column-download-section-wrapper .items li .thumb img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.three-column-download-section .three-column-download-section-wrapper .items li .description {
  color: #222222;
  font-family: "Tiempos", Times New Roman, serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  margin-bottom: 5px;
  text-align: center;
  padding: 0 10%;
}
.three-column-download-section .three-column-download-section-wrapper .items li .link {
  color: #9a031e;
  font-family: "Tiempos", Times New Roman, serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  margin-bottom: 5px;
  text-align: center;
  text-decoration: none;
}
.three-column-download-section .three-column-download-section-wrapper .items li .link:hover {
  text-decoration: underline;
}

.small-left-sidebar-layout {
  margin-bottom: 42px;
}
.small-left-sidebar-layout .small-left-sidebar-layout-wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  .small-left-sidebar-layout .small-left-sidebar-layout-wrapper {
    display: block;
  }
}
.small-left-sidebar-layout .small-left-sidebar-layout-wrapper .sidebar {
  width: 236px;
  margin-right: 25px;
  background-color: #fed83e;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .small-left-sidebar-layout .small-left-sidebar-layout-wrapper .sidebar {
    width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
  }
}
.small-left-sidebar-layout .small-left-sidebar-layout-wrapper .sidebar .sidebar-holder {
  margin-bottom: 42px;
}
.small-left-sidebar-layout .small-left-sidebar-layout-wrapper .sidebar .sidebar-holder.center {
  text-align: center;
}
.small-left-sidebar-layout .small-left-sidebar-layout-wrapper .sidebar .sidebar-holder img {
  margin-bottom: 10px;
}
.small-left-sidebar-layout .small-left-sidebar-layout-wrapper .sidebar .sidebar-holder strong {
  text-align: center;
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.small-left-sidebar-layout .small-left-sidebar-layout-wrapper .sidebar .sidebar-holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.small-left-sidebar-layout .small-left-sidebar-layout-wrapper .sidebar .sidebar-holder ul li {
  list-style: none;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .small-left-sidebar-layout .small-left-sidebar-layout-wrapper .sidebar .sidebar-holder ul li {
    border-color: #f0f2f2;
  }
}
.small-left-sidebar-layout .small-left-sidebar-layout-wrapper .sidebar .sidebar-holder ul li a {
  display: block;
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
  text-decoration: none;
}
.small-left-sidebar-layout .small-left-sidebar-layout-wrapper .sidebar .sidebar-holder ul li a:hover {
  text-decoration: underline;
  color: #9a031e;
}
.small-left-sidebar-layout .small-left-sidebar-layout-wrapper .sidebar .sidebar-holder .title {
  display: block;
}
.small-left-sidebar-layout .small-left-sidebar-layout-wrapper .sidebar .sidebar-holder .link {
  display: block;
  color: #9a031e;
  font-family: "Stanleyposter", Times New Roman, serif;
}
.small-left-sidebar-layout .small-left-sidebar-layout-wrapper .main-col {
  flex: 1 0 0px;
  min-width: 0px;
}
.article-half-columns {
  margin-bottom: 42px;
}
.article-half-columns h2 {
  margin-bottom: 30px;
}
.article-half-columns .article-half-columns-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -2%;
}
@media screen and (max-width: 992px) {
  .article-half-columns .article-half-columns-wrapper {
    margin: 0;
  }
}
.article-half-columns .article-half-columns-wrapper .col-half {
  width: 48%;
  margin-left: 2%;
}
@media screen and (max-width: 992px) {
  .article-half-columns .article-half-columns-wrapper .col-half {
    margin: 0;
    width: 100%;
  }
}
.article-half-columns .article-half-columns-wrapper .col-half img {
  float: left;
  margin-right: 15px;
  max-width: 25%;
}
.wide-sidebar-topic-section {
  margin-bottom: 42px;
}
.wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper {
  display: flex;
  border-bottom: 1px solid #f0f2f2;
  padding-bottom: 22px;
  margin-bottom: 23px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper {
    display: block;
  }
}
.wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper .thumb {
  width: 49%;
}
.wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper .thumb a {
  width: 100%;
  height: 383px;
  margin-right: 14px;
  position: relative;
  overflow: hidden;
  display: block;
}
.wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper .thumb a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper .thumb a:hover:after {
  opacity: 1;
}
.wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper .thumb a img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper .thumb a.video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTczIDQ4Ljg4NjNDNzIuOTk0NiA1MC41MDYzIDcyLjI3NzQgNTIuMDU4NSA3MS4wMDQ5IDUzLjIwNEM2OS43MzI1IDU0LjM0OTUgNjguMDA4MiA1NC45OTUyIDY2LjIwODcgNTVIMS42OTA5OFYxLjUwNUg3M1Y0OC44ODYzWiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0xNi4wNjQzIDM5LjI4MDJDMTYuMDcwNyAzOS42ODY3IDE2LjE2ODMgNDAuMDg3OCAxNi4zNTExIDQwLjQ2MDNDMTYuNTM0IDQwLjgzMjcgMTYuNzk4NSA0MS4xNjg5IDE3LjEyOTIgNDEuNDQ5M0MxNy40NTk5IDQxLjcyOTYgMTcuODUwMiA0MS45NDgzIDE4LjI3NzEgNDIuMDkyN0MxOC43MDM5IDQyLjIzNzEgMTkuMTU4OSA0Mi4zMDQzIDE5LjYxNTMgNDIuMjkwMkg1NC43ODc3QzU1LjcwMTYgNDIuMjkzNCA1Ni41ODE2IDQxLjk4MTkgNTcuMjQzNCA0MS40MjA5QzU3LjkwNTIgNDAuODU5OSA1OC4yOTc3IDQwLjA5MjkgNTguMzM4NyAzOS4yODAyVjE2LjU1NDlDNTguMzMyMyAxNi4xNDg1IDU4LjIzNDcgMTUuNzQ3MyA1OC4wNTE5IDE1LjM3NDlDNTcuODY5IDE1LjAwMjQgNTcuNjA0NSAxNC42NjYyIDU3LjI3MzggMTQuMzg1OUM1Ni45NDMxIDE0LjEwNTYgNTYuNTUyOCAxMy44ODY4IDU2LjEyNiAxMy43NDI0QzU1LjY5OTEgMTMuNTk4IDU1LjI0NDEgMTMuNTMwOSA1NC43ODc3IDEzLjU0NDlIMTkuNjE1M0MxOC43MDE0IDEzLjU0MTggMTcuODIxNCAxMy44NTMzIDE3LjE1OTYgMTQuNDE0M0MxNi40OTc4IDE0Ljk3NTMgMTYuMTA1MyAxNS43NDIzIDE2LjA2NDMgMTYuNTU0OVYzOS4yODAyWk0zMi45NzQxIDIxLjA2OTlMNDQuODEwOSAyOC41OTQ4TDMyLjk3NDEgMzYuMTE5OFYyMS4wNjk5WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper .thumb a.audio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNTAyIiBkPSJNNzIuNzEyIDQ4LjE1OTdDNzIuNzA2NyA0OS43NTQ4IDcxLjk5MjMgNTEuMjgzMyA3MC43MjUgNTIuNDExMkM2OS40NTc3IDUzLjUzOTEgNjcuNzQwNCA1NC4xNzQ5IDY1Ljk0ODEgNTQuMTc5N0gxLjY5MDkyVjEuNTA1SDcyLjcxMlY0OC4xNTk3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0zMC42MDY3IDQwLjMzMzhIMjguOTE1OFYzMy4yNjAzSDMwLjYwNjdWNDAuMzMzOFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzMuOTg4NyA0Mi43NDE3SDMyLjI5NzdWMzAuODUyM0gzMy45ODg3VjQyLjc0MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTQyLjQ0MzYgMzMuMjYwM0g0NC4xMzQ2VjQwLjMzMzhINDIuNDQzNlYzMy4yNjAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0zOS4wNjE2IDMwLjg1MjNINDAuNzUyNlY0Mi43NDE3SDM5LjA2MTZWMzAuODUyM1oiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzcuMzcwNyA0NS4xNDk3SDM1LjY3OTdWMjguNDQ0M0gzNy4zNzA3VjQ1LjE0OTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI0LjY4ODQgMjguNTk0OEgyMy4zMzU2QzIyLjc4ODkgMjguNjA2MiAyMi4yNTg3IDI4Ljc2MzUgMjEuODEzNyAyOS4wNDYzQzIwLjk2ODIgMjkuNjQ4MyAxOC42MDA4IDMxLjkwNTggMTguNjAwOCAzMS45MDU4VjQxLjk4OTNDMTkuNTk1IDQyLjk2MTggMjAuNjY4OSA0My44NjczIDIxLjgxMzcgNDQuNjk4MkMyMi4zMiA0NC45ODQyIDIyLjkwNTEgNDUuMTQwNCAyMy41MDQ3IDQ1LjE0OTdDMjQuMTg2MSA0NS4xNTU5IDI0Ljg0NjkgNDQuOTQyIDI1LjM2NDcgNDQuNTQ3N1YyOS4wNDYzQzI1LjE5NTYgMjguODk1OCAyNS4wMjY2IDI4LjU5NDggMjQuNjg4NCAyOC41OTQ4WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik01NS45NzE0IDMyLjM1NzNWMjguNzQ1M0M1NS45OTEyIDI2LjU5MzIgNTUuNTkwNyAyNC40NTQ0IDU0Ljc4NzcgMjIuNDI0NEM1My45MzI0IDIwLjIyNzggNTIuNTQ3MiAxOC4yMjQ0IDUwLjcyOTQgMTYuNTU0OUM0OC45NjQ3IDE0Ljc0MzkgNDYuNzY5OSAxMy4zMDQ2IDQ0LjMwMzcgMTIuMzQwOUM0MS44NyAxMS4xNDc1IDM5LjEzNDcgMTAuNTI1OSAzNi4zNTYxIDEwLjUzNDlDMzMuNjAwNiAxMC41NDY5IDMwLjg4MzcgMTEuMTEyOSAyOC40MDg1IDEyLjE5MDRDMjYuMDAyOSAxMy4yNDUxIDIzLjgyNzIgMTQuNjcyIDIxLjk4MjcgMTYuNDA0NEMyMC4zMTY0IDE4LjE3NDggMTguOTQ5MiAyMC4xNTIxIDE3LjkyNDQgMjIuMjczOUMxNy4xMjA4IDI0LjM1NTggMTYuNzIwNSAyNi41NDQxIDE2Ljc0MDcgMjguNzQ1M1YzMi4yMDY4QzE1LjY4NzggMzMuNTIxMiAxNS4xNTI4IDM1LjEwODYgMTUuMjE4OCAzNi43MjE4QzE1LjExOTIgMzguMjkyMiAxNS42NTk2IDM5Ljg0MTkgMTYuNzQwNyA0MS4wODYyVjQxLjIzNjdDMTYuNzM3IDQxLjM3NiAxNi43NjUxIDQxLjUxNDUgMTYuODIzMyA0MS42NDM4QzE2Ljg4MTQgNDEuNzczMSAxNi45Njg1IDQxLjg5MDUgMTcuMDc5MSA0MS45ODlDMTcuMTg5OCA0Mi4wODc1IDE3LjMyMTggNDIuMTY1IDE3LjQ2NzEgNDIuMjE2OEMxNy42MTI0IDQyLjI2ODUgMTcuNzY3OSA0Mi4yOTM1IDE3LjkyNDQgNDIuMjkwMkMxOC42MDA4IDQyLjI5MDIgMjAuNzk5MSA0MS44Mzg3IDIwLjc5OTEgNDEuMjM2N1YyOC43NDUzQzIwLjkwNjQgMjYuODM2IDIxLjM2MzMgMjQuOTU1MSAyMi4xNTE4IDIzLjE3NjlDMjMuMDI5OCAyMS4zMjc4IDI0LjI5MTkgMTkuNjQyOCAyNS44NzIgMTguMjEwNEMyNy4zOTM5IDE2Ljg1NTkgMzMuOTg4NyAxNS4zNTA5IDM2LjE4NyAxNS4zNTA5QzM3LjM3MDYgMTUuMzUwOSA0NC45OCAxNi43MDU0IDQ2LjUwMTkgMTguMjEwNEM0OC4wODIgMTkuNjQyOCA0OS4zNDQyIDIxLjMyNzggNTAuMjIyMSAyMy4xNzY5QzUxLjA4OTcgMjQuOTMzIDUxLjU0OTggMjYuODI3IDUxLjU3NDkgMjguNzQ1M1Y0MS4yMzY3QzUxLjU3NDkgNDEuODM4NyA1My45NDIyIDQyLjI5MDIgNTQuNDQ5NSA0Mi4yOTAyQzU0LjYwNiA0Mi4yOTM1IDU0Ljc2MTYgNDIuMjY4NSA1NC45MDY4IDQyLjIxNjhDNTUuMDUyMSA0Mi4xNjUgNTUuMTg0MSA0Mi4wODc1IDU1LjI5NDggNDEuOTg5QzU1LjQwNTQgNDEuODkwNSA1NS40OTI1IDQxLjc3MzEgNTUuNTUwNyA0MS42NDM4QzU1LjYwODggNDEuNTE0NSA1NS42MzY5IDQxLjM3NiA1NS42MzMyIDQxLjIzNjdWNDEuMDg2MkM1Ni4yMDQyIDQwLjQ4NzYgNTYuNjMzNCAzOS43OTIzIDU2Ljg5NDkgMzkuMDQyM0M1Ny4xNTY0IDM4LjI5MjMgNTcuMjQ0OSAzNy41MDMgNTcuMTU1MSAzNi43MjE4QzU3LjMzMDYgMzUuOTYxNiA1Ny4zMTU1IDM1LjE3NjMgNTcuMTEwOSAzNC40MjE5QzU2LjkwNjMgMzMuNjY3NSA1Ni41MTcyIDMyLjk2MjUgNTUuOTcxNCAzMi4zNTczWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik00OS4zNzY2IDI4LjU5NDhINDguMTkyOUM0Ny44NTQ3IDI4LjU5NDggNDcuNjg1NiAyOC43NDUzIDQ3LjUxNjUgMjkuMTk2OFY0NC42OTgyQzQ4LjA1OTkgNDUuMDUxNyA0OC43MDUgNDUuMjYwNSA0OS4zNzY2IDQ1LjMwMDJDNDkuOTc5NiA0NS4zMTI1IDUwLjU3MTYgNDUuMTU0NCA1MS4wNjc1IDQ0Ljg0ODdDNTEuOTEzIDQ0LjI0NjcgNTQuMjgwNCA0Mi4xMzk4IDU0LjI4MDQgNDIuMTM5OFYzMi4wNTYzQzU0LjI4MDQgMzIuMDU2MyA1MS45MTMgMjkuNzk4OCA1MS4wNjc1IDI5LjE5NjhDNTAuNTk3OCAyOC44MyA1MC4wMDEgMjguNjE3NSA0OS4zNzY2IDI4LjU5NDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper .thumb {
    width: 100%;
    margin-bottom: 20px;
  }
}
.wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper .content {
  width: 49%;
  min-width: 0px;
}
@media screen and (max-width: 768px) {
  .wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper .content {
    width: 100%;
  }
}
.wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper .content .title {
  text-decoration: none;
  color: #222222;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 36px;
  font-family: "Stanleyposter", Times New Roman, serif;
  display: block;
  margin-bottom: 8px;
}
.wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper .content .title:hover {
  text-decoration: underline;
  color: #9a031e;
}
.wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper .content .date span {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  color: #858585;
  position: relative;
  display: inline;
  margin-bottom: 0;
  line-height: 18px;
}
.wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper .content .date span a {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
}
.wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper .content .date {
  margin-bottom: 8px;
}
.wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper .content .excerpt {
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  color: #222222;
}
.wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper .content .excerpt a {
  font-family: "Tiempos", Times New Roman, serif;
  font-weight: normal;
  text-decoration: none;
}
.wide-sidebar-topic-section .wide-sidebar-topic-section-wrapper .content .excerpt a:hover {
  text-decoration: underline;
}

.firms-section .firms-section-wrapper .firm-item {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 28px;
  margin-bottom: 29px;
}
.firms-section .firms-section-wrapper .firm-item .sidebar-col img {
  width: 80%;
}

.search-list-wrapper .left-sidebar-layout .sidebar-col {
  width: 300px;
}
@media screen and (max-width: 992px) {
  .search-list-wrapper .left-sidebar-layout .sidebar-col {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-right: 0;
    border: none;
    background-color: #ffffff;
    z-index: 100;
    padding: 20px;
    overflow-y: auto;
    display: none;
  }
  .search-list-wrapper .left-sidebar-layout .sidebar-col.active {
    display: block;
  }
}
.search-list-wrapper .left-sidebar-layout .sidebar-col .close {
  position: absolute;
  right: 20px;
  top: 20px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #000000;
  display: none;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background-color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .search-list-wrapper .left-sidebar-layout .sidebar-col .close {
    display: flex;
  }
}
.search-list-wrapper .left-sidebar-layout .sidebar-col .close i {
  color: #0086db;
  font-size: 20px;
  font-size: 1.25rem;
}
.search-list-wrapper .left-sidebar-layout .sidebar-col .sidebar-holder {
  margin-bottom: 20px;
}
.search-list-wrapper .left-sidebar-layout .sidebar-col .sidebar-holder .active-filters {
  border-top: 4px solid #dcdcdc;
  border-bottom: 1px solid #f0f2f2;
  padding: 12px 0 15px;
  margin-bottom: 12px;
}
.search-list-wrapper .left-sidebar-layout .sidebar-col .sidebar-holder .active-filters h2 {
  display: flex;
  justify-content: space-between;
}
.search-list-wrapper .left-sidebar-layout .sidebar-col .sidebar-holder .active-filters h2 span {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
}
.search-list-wrapper .left-sidebar-layout .sidebar-col .sidebar-holder .active-filters h2 .removeAllFilters {
  text-decoration: none;
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 16px;
  font-size: 1rem;
  color: #9a031e;
}
.search-list-wrapper .left-sidebar-layout .sidebar-col .sidebar-holder .active-filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-list-wrapper .left-sidebar-layout .sidebar-col .sidebar-holder .active-filters ul li {
  margin: 0 8px 8px 0;
}
@media screen and (max-width: 992px) {
  .search-list-wrapper .left-sidebar-layout .sidebar-col .sidebar-holder .active-filters ul li {
    display: inline-block;
  }
}
.search-list-wrapper .left-sidebar-layout .sidebar-col .sidebar-holder .active-filters ul li .remove {
  position: relative;
  padding: 6px 10px 2px 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #9a031e;
  display: inline-block;
  font-family: "Biotif", Arial, sans;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
.search-list-wrapper .left-sidebar-layout .sidebar-col .sidebar-holder .active-filters ul li .remove i {
  color: #ffffff;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 992px) {
  .search-list-wrapper .left-sidebar-layout .main-col {
    padding-left: 0;
    border-left: none;
  }
}
.search-list-wrapper .left-sidebar-layout .main-col .topics li .content {
  position: relative;
}
.search-list-wrapper .left-sidebar-layout .main-col .topics li .content .bookmark-control {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  display: block;
  width: 28px;
  height: 28px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 1;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTQiIGhlaWdodD0iNTQiIHZpZXdCb3g9IjAgMCA1NCA1NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0yNyA1Mi41QzQxLjA4MzMgNTIuNSA1Mi41IDQxLjA4MzMgNTIuNSAyN0M1Mi41IDEyLjkxNjcgNDEuMDgzMyAxLjUgMjcgMS41QzEyLjkxNjcgMS41IDEuNSAxMi45MTY3IDEuNSAyN0MxLjUgNDEuMDgzMyAxMi45MTY3IDUyLjUgMjcgNTIuNVoiIGZpbGw9IiNBQkFCQUIiLz4NCjxwYXRoIGQ9Ik0zOSAxMS45OTk5SDIwLjI1QzE5LjMxNTggMTEuOTQzMiAxOC4zOTcxIDEyLjI1ODQgMTcuNjk0NSAxMi44NzY2QzE2Ljk5MTkgMTMuNDk0OSAxNi41NjI1IDE0LjM2NiAxNi41IDE1LjI5OTlWNDEuOTk5OUwyNS41IDM1LjI0OTlMMzQuNSA0MS45OTk5VjE1LjI5OTlDMzQuNSAxMy40OTk5IDM1LjQgMTEuOTk5OSAzOSAxMS45OTk5WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0yNCAyMUgyN1YyNEgzMFYyN0gyN1YzMEgyNFYyN0gyMVYyNEgyNFYyMVoiIGZpbGw9IiNBQkFCQUIiLz4NCjwvc3ZnPg0K) top left no-repeat;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.search-list-wrapper .left-sidebar-layout .main-col .topics li .content .bookmark-control.checked {
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0yMSA0MkMzMi41OTggNDIgNDIgMzIuNTk4IDQyIDIxQzQyIDkuNDAyMDIgMzIuNTk4IDAgMjEgMEM5LjQwMjAyIDAgMCA5LjQwMjAyIDAgMjFDMCAzMi41OTggOS40MDIwMiA0MiAyMSA0MloiIGZpbGw9IiNBQkFCQUIiLz4NCjxwYXRoIGQ9Ik0zMS4wMDUgMTYuMzA1TDI5LjE2IDE0LjU4QzI5LjA2MTQgMTQuNDYzMiAyOC45Mzg2IDE0LjM2OTMgMjguOCAxNC4zMDQ5QzI4LjY2MTMgMTQuMjQwNSAyOC41MTAzIDE0LjIwNzEgMjguMzU3NSAxNC4yMDcxQzI4LjIwNDcgMTQuMjA3MSAyOC4wNTM3IDE0LjI0MDUgMjcuOTE1MSAxNC4zMDQ5QzI3Ljc3NjQgMTQuMzY5MyAyNy42NTM2IDE0LjQ2MzIgMjcuNTU1IDE0LjU4TDE5LjE1NSAyMi44NkwxNS4zMyAxOS4xNTVDMTUuMjMxNCAxOS4wMzgyIDE1LjEwODYgMTguOTQ0MyAxNC45NyAxOC44Nzk5QzE0LjgzMTMgMTguODE1NSAxNC42ODAzIDE4Ljc4MjEgMTQuNTI3NSAxOC43ODIxQzE0LjM3NDcgMTguNzgyMSAxNC4yMjM3IDE4LjgxNTUgMTQuMDg1MSAxOC44Nzk5QzEzLjk0NjQgMTguOTQ0MyAxMy44MjM2IDE5LjAzODIgMTMuNzI1IDE5LjE1NUwxMS44NjUgMjAuODhDMTEuNzQ4MiAyMC45Nzg2IDExLjY1NDMgMjEuMTAxNCAxMS41ODk5IDIxLjI0MDFDMTEuNTI1NSAyMS4zNzg3IDExLjQ5MjEgMjEuNTI5NyAxMS40OTIxIDIxLjY4MjVDMTEuNDkyMSAyMS44MzUzIDExLjUyNTUgMjEuOTg2MyAxMS41ODk5IDIyLjEyNDlDMTEuNjU0MyAyMi4yNjM2IDExLjc0ODIgMjIuMzg2NCAxMS44NjUgMjIuNDg1TDE4LjI4NSAyOC43ODVDMTguMzgzNiAyOC45MDE4IDE4LjUwNjQgMjguOTk1NyAxOC42NDUxIDI5LjA2MDFDMTguNzgzNyAyOS4xMjQ1IDE4LjkzNDcgMjkuMTU3OSAxOS4wODc1IDI5LjE1NzlDMTkuMjQwMyAyOS4xNTc5IDE5LjM5MTMgMjkuMTI0NSAxOS41MyAyOS4wNjAxQzE5LjY2ODYgMjguOTk1NyAxOS43OTE0IDI4LjkwMTggMTkuODkgMjguNzg1TDMwLjg4NSAxOEMzMS4wOTg3IDE3Ljc3NTQgMzEuMjI3NiAxNy40ODMzIDMxLjI0OTUgMTcuMTc0MUMzMS4yNzE0IDE2Ljg2NDggMzEuMTg1IDE2LjU1NzUgMzEuMDA1IDE2LjMwNVYxNi4zMDVaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) top left no-repeat;
}
.search-list-wrapper .left-sidebar-layout .main-col .topics li .content .bookmark-control:hover {
  opacity: 0.5;
}

.search-top-heading {
  border-bottom: 1px solid #f0f2f2;
  padding-bottom: 20px;
  margin-bottom: 48px;
}
.search-top-heading .highlight {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .search-top-heading .highlight {
    display: block;
  }
}
.search-top-heading .highlight .right {
  padding-top: 5px;
}
@media screen and (max-width: 992px) {
  .search-top-heading .highlight .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.search-top-heading .highlight .right .mobile-filter {
  display: none;
  padding: 7px 14px;
  background-color: #9a031e;
  color: #ffffff;
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 16px;
  font-size: 1rem;
}
.search-top-heading .highlight .right .mobile-filter i {
  margin-right: 5px;
}
@media screen and (max-width: 992px) {
  .search-top-heading .highlight .right .mobile-filter {
    display: inline-block;
  }
}
.search-top-heading .highlight .right .sort-form {
  display: flex;
}
.search-top-heading .highlight .right .sort-form label {
  font-family: "Tiempos", Times New Roman, serif;
  color: #888888;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
  padding-right: 5px;
  position: relative;
}
.search-top-heading .highlight .right .sort-form label:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 2px;
  background-color: #888888;
}
.search-top-heading .highlight .right .sort-form .select-wrapper {
  position: relative;
  padding: 0 15px 0 0;
}
.search-top-heading .highlight .right .sort-form .select-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 3px;
  border: 0;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ed1a3b;
}
.search-top-heading .highlight .right .sort-form .select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 none;
  color: #ed1a3b;
  outline: none;
}
.search-top-heading .highlight .search-help {
  font-weight: normal;
  font-family: "Tiempos", Times New Roman, serif;
}
.search-top-heading .search-details {
  position: relative;
}

.search-sidebar-filter {
  border-top: 1px solid #b3b3b3;
}
@media screen and (max-width: 992px) {
  .search-sidebar-filter {
    border: none;
  }
}
.search-sidebar-filter .sidebar-holder .block-title {
  font-family: "Stanleyposter", Times New Roman, serif;
  color: #222222;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  padding: 15px 0;
  margin-bottom: 0;
}
.search-sidebar-filter .sidebar-holder .search-form {
  padding: 15px;
  background-color: #f0f2f2;
}
.search-sidebar-filter .sidebar-holder .search-form .fieldset {
  width: 100%;
  position: relative;
}
.search-sidebar-filter .sidebar-holder .search-form .fieldset:before {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 38px;
  background-color: #dcdcdc;
}
.search-sidebar-filter .sidebar-holder .search-form .fieldset:after {
  content: "\f002";
  font-weight: 600;
  display: block;
  width: 24px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: 4px;
  font-family: "Font Awesome 6 Free";
  z-index: 1;
  color: #5b5858;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.search-sidebar-filter .sidebar-holder .search-form .fieldset:after:hover {
  color: #ed1a3b;
}
.search-sidebar-filter .sidebar-holder .search-form .fieldset input[type=search] {
  width: 100%;
  padding: 0 50px 2px 11px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: "Tiempos", Times New Roman, serif;
  font-display: swap;
  border: 1px solid #888888;
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
  -webkit-appearance: textfield;
  height: 44px;
}
.search-sidebar-filter .sidebar-holder .search-form .fieldset input[type=search]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  font-size: 1rem;
  color: #cccccc;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: "Tiempos", Times New Roman, serif;
}
.search-sidebar-filter .sidebar-holder .search-form .fieldset input[type=search]::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  font-size: 1rem;
  color: #cccccc;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: "Tiempos", Times New Roman, serif;
}
.search-sidebar-filter .sidebar-holder .search-form .fieldset input[type=search]:-ms-input-placeholder { /* IE 10+ */
  font-size: 16px;
  font-size: 1rem;
  color: #cccccc;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: "Tiempos", Times New Roman, serif;
}
.search-sidebar-filter .sidebar-holder .search-form .fieldset input[type=search]:-moz-placeholder { /* Firefox 18- */
  font-size: 16px;
  font-size: 1rem;
  color: #cccccc;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: "Tiempos", Times New Roman, serif;
}
.search-sidebar-filter .sidebar-holder .search-form .fieldset input[type=search]:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0;
}
.search-sidebar-filter .sidebar-holder .search-form .fieldset input[type=search]:focus::-moz-placeholder { /* Firefox 19+ */
  opacity: 0;
}
.search-sidebar-filter .sidebar-holder .search-form .fieldset input[type=search]:focus:-ms-input-placeholder { /* IE 10+ */
  opacity: 0;
}
.search-sidebar-filter .sidebar-holder .search-form .fieldset input[type=search]:focus:-moz-placeholder { /* Firefox 18- */
  opacity: 0;
}
.search-sidebar-filter .sidebar-holder .search-form .fieldset input[type=submit] {
  outline: none;
  background-color: transparent;
  border: none;
  width: 24px;
  height: 22px;
  position: absolute;
  text-indent: -10000px;
  top: 10px;
  right: 6px;
  cursor: pointer;
  z-index: 2;
}
.search-sidebar-filter .sidebar-holder .filter-block {
  border: 1px solid #f0f2f2;
  margin-bottom: 20px;
}
.search-sidebar-filter .sidebar-holder .filter-block .block-label {
  padding: 10px 12px 8px;
  background-color: #f0f2f2;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  color: #222222;
  font-family: "Stanleyposter", Times New Roman, serif;
  position: relative;
  cursor: pointer;
}
.search-sidebar-filter .sidebar-holder .filter-block .block-label .facet-toggle {
  position: absolute;
  right: 10px;
  top: 12px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.search-sidebar-filter .sidebar-holder .filter-block .block-label .facet-toggle path {
  fill: #ed1a3b;
}
.search-sidebar-filter .sidebar-holder .filter-block .block-label.active .facet-toggle {
  position: absolute;
  right: 10px;
  top: 12px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.search-sidebar-filter .sidebar-holder .filter-block .facet-content {
  max-height: 300px;
  display: block;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 8px;
  padding: 0 12px;
}
@media screen and (max-width: 992px) {
  .search-sidebar-filter .sidebar-holder .filter-block .facet-content {
    display: none;
  }
}
.search-sidebar-filter .sidebar-holder .filter-block .facet-content .filter li {
  cursor: pointer;
  margin-bottom: 1px;
  padding: 5px 6px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Tiempos", Times New Roman, serif;
}
.search-sidebar-filter .sidebar-holder .filter-block .facet-content .filter li label {
  cursor: pointer;
}
.search-sidebar-filter .sidebar-holder .filter-block .facet-content .filter li input {
  cursor: pointer;
}
.search-sidebar-filter .sidebar-holder .filter-block .datepicker .field {
  width: 100%;
  margin-bottom: 12px;
}
.search-sidebar-filter .sidebar-holder .filter-block .datepicker .field input {
  width: 100%;
  border: 1px solid #dcdcdc;
  color: #888888;
  height: 36px;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
}
.search-sidebar-filter .sidebar-holder .filter-block .datepicker .apply-button {
  border: 1px solid #ed1a3b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Biotif", Arial, sans;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background-color: #ed1a3b;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 9px 12px 5px 12px;
  cursor: pointer;
}
.search-sidebar-filter .sidebar-holder .filter-block .datepicker .apply-button:hover {
  background-color: #ffffff;
  color: #ed1a3b;
}
.search-sidebar-filter .sidebar-holder .filter-block .datepicker .apply-button:disabled {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}
.search-sidebar-filter .sidebar-holder .filter-block .datepicker .apply-button:disabled:hover {
  color: #ffffff;
}
.search-sidebar-filter .sidebar-holder .filter-block .library-link {
  padding: 10px 12px 8px 18px;
  display: flex;
  position: relative;
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #9a031e;
  text-decoration: none;
  align-items: center;
}
.search-sidebar-filter .sidebar-holder .filter-block .library-link i {
  color: #0086db;
  padding-right: 5px;
  font-size: 19px;
  font-size: 1.1875rem;
}

.nonpage-search-form .fieldset {
  display: flex;
}
.nonpage-search-form .fieldset input {
  height: 33px;
  padding: 10px;
  border: 1px solid #222222;
  min-width: 210px;
  border-right: none;
}
.nonpage-search-form .fieldset input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
  font-size: 0.875rem;
  color: #cccccc;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: "Tiempos", Times New Roman, serif;
}
.nonpage-search-form .fieldset input::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
  font-size: 0.875rem;
  color: #cccccc;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: "Tiempos", Times New Roman, serif;
}
.nonpage-search-form .fieldset input:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
  font-size: 0.875rem;
  color: #cccccc;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: "Tiempos", Times New Roman, serif;
}
.nonpage-search-form .fieldset input:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
  font-size: 0.875rem;
  color: #cccccc;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: "Tiempos", Times New Roman, serif;
}
.nonpage-search-form .fieldset input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0;
}
.nonpage-search-form .fieldset input:focus::-moz-placeholder { /* Firefox 19+ */
  opacity: 0;
}
.nonpage-search-form .fieldset input:focus:-ms-input-placeholder { /* IE 10+ */
  opacity: 0;
}
.nonpage-search-form .fieldset input:focus:-moz-placeholder { /* Firefox 18- */
  opacity: 0;
}
.nonpage-search-form .fieldset input.red-button {
  display: block;
  margin: 0;
  border: 1px solid #ed1a3b;
  cursor: pointer;
  min-width: initial;
}

.post-preview-section {
  padding-top: 50px;
}
.post-preview-section .eyebrow-title a {
  text-decoration: none;
}
.post-preview-section .eyebrow-title a:after {
  display: none;
}
.post-preview-section .post-preview {
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .post-preview-section .post-preview {
    flex-direction: column;
  }
}
.post-preview-section .post-preview .post-info {
  display: flex;
  flex-direction: column;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .post-preview-section .post-preview .post-info {
    width: 100%;
    order: 1;
  }
}
.post-preview-section .post-preview .post-info p {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.post-preview-section .post-preview .image {
  display: flex;
  position: relative;
  width: 33%;
  height: 250px;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .post-preview-section .post-preview .image {
    width: 100%;
    height: 350px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .post-preview-section .post-preview .image {
    height: 250px;
  }
}
.post-preview-section .post-preview .image img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.register-access-section .grey-block {
  background-color: #f0f2f2;
  border-top: 2px solid #9a031e;
  padding: 20px 24px;
  text-align: center;
  margin-bottom: 150px;
}
.register-access-section .grey-block .pre-header-title {
  font-family: "Biotif", Arial, sans;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.register-access-section .grey-block .register-block {
  background-color: #ffffff;
  box-shadow: 0 0 7px 1px #dcdcdc;
  border: 1px solid #dcdcdc;
  padding: 29px 40px 40px;
}
.register-access-section .grey-block .register-block h1 {
  color: #9a031e;
}
.register-access-section .grey-block .register-block .text {
  text-align: left;
}
.register-access-section .grey-block .register-block .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 66px;
  background-color: #9a031e;
  margin-left: -50px;
  margin-right: -50px;
  position: relative;
  text-align: center;
}
.register-access-section .grey-block .register-block .btn a {
  display: inline-block;
  font-family: "Biotif", Arial, sans;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  background-color: #ffffff;
  text-transform: uppercase;
  padding: 6px 16px 2px 16px;
}
.register-access-section .grey-block .register-block .btn a:hover {
  text-decoration: underline;
}
.register-access-section .grey-block .register-block .btn:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  border: 0;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-top: 6px solid #000000;
}
.register-access-section .grey-block .register-block .btn:after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  border: 0;
  height: 0;
  width: 0;
  border-right: 10px solid transparent;
  border-top: 6px solid #000000;
}
.register-access-section .grey-block p {
  font-family: "Biotif", Arial, sans;
  font-size: 22px;
  font-size: 1.375rem;
  color: #444444;
  margin-top: 17px;
  margin-bottom: 0;
}
.register-access-section .grey-block p a {
  font-family: "Biotif", Arial, sans;
  font-size: 22px;
  font-size: 1.375rem;
}
.register-access-section .grey-block p a strong {
  font-weight: 500;
}
.register-access-section .grey-block p a:hover {
  text-decoration: underline;
}

.plans-access-section .plans-access-section-wrapper {
  border-top: 2px solid #9a031e;
  background-color: #f0f2f2;
  padding: 17px 20px;
}
.plans-access-section .plans-access-section-wrapper .top-block {
  text-align: center;
  padding-bottom: 19px;
}
.plans-access-section .plans-access-section-wrapper .top-block h3 {
  text-align: center;
  font-family: "Biotif", Arial, sans;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #212121;
  margin-bottom: 5px;
}
.plans-access-section .plans-access-section-wrapper .top-block p {
  text-align: center;
  font-family: "Biotif", Arial, sans;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  color: #444444;
  margin-bottom: 5px;
}
.plans-access-section .plans-access-section-wrapper .top-block p strong {
  text-decoration: underline;
}
.plans-access-section .plans-access-section-wrapper .middle-block {
  background: #ffffff;
  -webkit-box-shadow: 0 0 7px 1px #dcdcdc;
  -moz-box-shadow: 0 0 7px 1px #dcdcdc;
  box-shadow: 0 0 7px 1px #dcdcdc;
  border: 1px solid #dcdcdc;
  padding: 29px 40px 20px;
  text-align: center;
}
.plans-access-section .plans-access-section-wrapper .middle-block h3 {
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 36px;
  color: #444444;
  text-align: center;
}
.plans-access-section .plans-access-section-wrapper .middle-block img {
  display: block;
  margin: 0 auto 16px;
}
.plans-access-section .plans-access-section-wrapper .middle-block .plans {
  display: flex;
  margin: 0 0 42px 0;
  padding: 0;
  flex-wrap: wrap;
}
.plans-access-section .plans-access-section-wrapper .middle-block .plans li {
  width: 20%;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
@media screen and (max-width: 992px) {
  .plans-access-section .plans-access-section-wrapper .middle-block .plans li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .plans-access-section .plans-access-section-wrapper .middle-block .plans li {
    width: 100%;
  }
}
.plans-access-section .plans-access-section-wrapper .middle-block .plans li:last-child {
  border-right: none;
}
.plans-access-section .plans-access-section-wrapper .middle-block .plans li .title {
  background-color: #f0f2f2;
  padding: 17px 14px 13px;
  text-align: center;
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  color: #ed1a3b;
  font-weight: bold;
}
.plans-access-section .plans-access-section-wrapper .middle-block .plans li .price {
  background-color: #ffffff;
  padding: 20px 14px;
  text-align: center;
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  color: #444444;
  font-weight: bold;
}
.plans-access-section .plans-access-section-wrapper .middle-block .plans li .description {
  background-color: #f7f8f8;
  padding: 20px 14px;
  text-align: center;
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  color: #444444;
  font-weight: bold;
}
.plans-access-section .plans-access-section-wrapper .middle-block .plans li .button-cell {
  background-color: #ffffff;
  padding: 20px 14px;
  text-align: center;
}
.plans-access-section .plans-access-section-wrapper .middle-block .plans li .button-cell .button {
  border: 1px solid #ed1a3b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  font-family: "Biotif", Arial, sans;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background-color: #9a031e;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  padding: 8px 16px 5px 16px;
  font-weight: bold;
}
.plans-access-section .plans-access-section-wrapper .middle-block .plans li .button-cell .button:hover {
  background-color: #ffffff;
  color: #9a031e;
}
.plans-access-section .plans-access-section-wrapper .middle-block .red-ribbon {
  background-color: #9a031e;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  margin-left: -50px;
  margin-right: -50px;
}
.plans-access-section .plans-access-section-wrapper .middle-block .red-ribbon:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  border: 0;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-top: 6px solid #000000;
}
.plans-access-section .plans-access-section-wrapper .middle-block .red-ribbon:after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  border: 0;
  height: 0;
  width: 0;
  border-right: 10px solid transparent;
  border-top: 6px solid #000000;
}
.plans-access-section .plans-access-section-wrapper .middle-block .red-ribbon .link {
  background: #ffffff;
  -webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  color: #9a031e;
  display: inline-block;
  font-family: "Biotif", Arial, sans;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 17px;
}
.plans-access-section .plans-access-section-wrapper .middle-block .red-ribbon .link:hover {
  text-decoration: underline;
}
.plans-access-section .plans-access-section-wrapper .bottom-block {
  padding-top: 20px;
}
.plans-access-section .plans-access-section-wrapper .bottom-block p {
  color: #444444;
  font-family: "Biotif", Arial, sans;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.plans-access-section .plans-access-section-wrapper .bottom-block p strong {
  color: #ed1a3b;
}
.plans-access-section .plans-access-section-wrapper .bottom-block p a {
  font-family: "Biotif", Arial, sans;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
}
.plans-access-section .plans-access-section-wrapper .bottom-block p a:hover {
  text-decoration: underline;
}

.slider-block {
  width: 100%;
  margin-bottom: 42px;
}
.slider-block .articles-slider {
  margin: 0;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.slider-block .articles-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-block .articles-slider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-block .articles-slider .slides {
  display: flex;
}
.slider-block .articles-slider li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-block .articles-slider li .img {
  position: relative;
  height: 100%;
}
.slider-block .articles-slider li .img img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: contain;
}
.slider-block .articles-slider li .thumb {
  display: block;
  position: relative;
}
.slider-block .articles-slider li .thumb:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.slider-block .articles-slider li .thumb:hover:before {
  opacity: 1;
}
.slider-block .articles-slider li .thumb.video:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTczIDQ4Ljg4NjNDNzIuOTk0NiA1MC41MDYzIDcyLjI3NzQgNTIuMDU4NSA3MS4wMDQ5IDUzLjIwNEM2OS43MzI1IDU0LjM0OTUgNjguMDA4MiA1NC45OTUyIDY2LjIwODcgNTVIMS42OTA5OFYxLjUwNUg3M1Y0OC44ODYzWiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0xNi4wNjQzIDM5LjI4MDJDMTYuMDcwNyAzOS42ODY3IDE2LjE2ODMgNDAuMDg3OCAxNi4zNTExIDQwLjQ2MDNDMTYuNTM0IDQwLjgzMjcgMTYuNzk4NSA0MS4xNjg5IDE3LjEyOTIgNDEuNDQ5M0MxNy40NTk5IDQxLjcyOTYgMTcuODUwMiA0MS45NDgzIDE4LjI3NzEgNDIuMDkyN0MxOC43MDM5IDQyLjIzNzEgMTkuMTU4OSA0Mi4zMDQzIDE5LjYxNTMgNDIuMjkwMkg1NC43ODc3QzU1LjcwMTYgNDIuMjkzNCA1Ni41ODE2IDQxLjk4MTkgNTcuMjQzNCA0MS40MjA5QzU3LjkwNTIgNDAuODU5OSA1OC4yOTc3IDQwLjA5MjkgNTguMzM4NyAzOS4yODAyVjE2LjU1NDlDNTguMzMyMyAxNi4xNDg1IDU4LjIzNDcgMTUuNzQ3MyA1OC4wNTE5IDE1LjM3NDlDNTcuODY5IDE1LjAwMjQgNTcuNjA0NSAxNC42NjYyIDU3LjI3MzggMTQuMzg1OUM1Ni45NDMxIDE0LjEwNTYgNTYuNTUyOCAxMy44ODY4IDU2LjEyNiAxMy43NDI0QzU1LjY5OTEgMTMuNTk4IDU1LjI0NDEgMTMuNTMwOSA1NC43ODc3IDEzLjU0NDlIMTkuNjE1M0MxOC43MDE0IDEzLjU0MTggMTcuODIxNCAxMy44NTMzIDE3LjE1OTYgMTQuNDE0M0MxNi40OTc4IDE0Ljk3NTMgMTYuMTA1MyAxNS43NDIzIDE2LjA2NDMgMTYuNTU0OVYzOS4yODAyWk0zMi45NzQxIDIxLjA2OTlMNDQuODEwOSAyOC41OTQ4TDMyLjk3NDEgMzYuMTE5OFYyMS4wNjk5WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.slider-block .articles-slider li .thumb.audio:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 37px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIG9wYWNpdHk9IjAuNTAyIiBkPSJNNzIuNzEyIDQ4LjE1OTdDNzIuNzA2NyA0OS43NTQ4IDcxLjk5MjMgNTEuMjgzMyA3MC43MjUgNTIuNDExMkM2OS40NTc3IDUzLjUzOTEgNjcuNzQwNCA1NC4xNzQ5IDY1Ljk0ODEgNTQuMTc5N0gxLjY5MDkyVjEuNTA1SDcyLjcxMlY0OC4xNTk3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0zMC42MDY3IDQwLjMzMzhIMjguOTE1OFYzMy4yNjAzSDMwLjYwNjdWNDAuMzMzOFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzMuOTg4NyA0Mi43NDE3SDMyLjI5NzdWMzAuODUyM0gzMy45ODg3VjQyLjc0MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTQyLjQ0MzYgMzMuMjYwM0g0NC4xMzQ2VjQwLjMzMzhINDIuNDQzNlYzMy4yNjAzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0zOS4wNjE2IDMwLjg1MjNINDAuNzUyNlY0Mi43NDE3SDM5LjA2MTZWMzAuODUyM1oiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNMzcuMzcwNyA0NS4xNDk3SDM1LjY3OTdWMjguNDQ0M0gzNy4zNzA3VjQ1LjE0OTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTI0LjY4ODQgMjguNTk0OEgyMy4zMzU2QzIyLjc4ODkgMjguNjA2MiAyMi4yNTg3IDI4Ljc2MzUgMjEuODEzNyAyOS4wNDYzQzIwLjk2ODIgMjkuNjQ4MyAxOC42MDA4IDMxLjkwNTggMTguNjAwOCAzMS45MDU4VjQxLjk4OTNDMTkuNTk1IDQyLjk2MTggMjAuNjY4OSA0My44NjczIDIxLjgxMzcgNDQuNjk4MkMyMi4zMiA0NC45ODQyIDIyLjkwNTEgNDUuMTQwNCAyMy41MDQ3IDQ1LjE0OTdDMjQuMTg2MSA0NS4xNTU5IDI0Ljg0NjkgNDQuOTQyIDI1LjM2NDcgNDQuNTQ3N1YyOS4wNDYzQzI1LjE5NTYgMjguODk1OCAyNS4wMjY2IDI4LjU5NDggMjQuNjg4NCAyOC41OTQ4WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik01NS45NzE0IDMyLjM1NzNWMjguNzQ1M0M1NS45OTEyIDI2LjU5MzIgNTUuNTkwNyAyNC40NTQ0IDU0Ljc4NzcgMjIuNDI0NEM1My45MzI0IDIwLjIyNzggNTIuNTQ3MiAxOC4yMjQ0IDUwLjcyOTQgMTYuNTU0OUM0OC45NjQ3IDE0Ljc0MzkgNDYuNzY5OSAxMy4zMDQ2IDQ0LjMwMzcgMTIuMzQwOUM0MS44NyAxMS4xNDc1IDM5LjEzNDcgMTAuNTI1OSAzNi4zNTYxIDEwLjUzNDlDMzMuNjAwNiAxMC41NDY5IDMwLjg4MzcgMTEuMTEyOSAyOC40MDg1IDEyLjE5MDRDMjYuMDAyOSAxMy4yNDUxIDIzLjgyNzIgMTQuNjcyIDIxLjk4MjcgMTYuNDA0NEMyMC4zMTY0IDE4LjE3NDggMTguOTQ5MiAyMC4xNTIxIDE3LjkyNDQgMjIuMjczOUMxNy4xMjA4IDI0LjM1NTggMTYuNzIwNSAyNi41NDQxIDE2Ljc0MDcgMjguNzQ1M1YzMi4yMDY4QzE1LjY4NzggMzMuNTIxMiAxNS4xNTI4IDM1LjEwODYgMTUuMjE4OCAzNi43MjE4QzE1LjExOTIgMzguMjkyMiAxNS42NTk2IDM5Ljg0MTkgMTYuNzQwNyA0MS4wODYyVjQxLjIzNjdDMTYuNzM3IDQxLjM3NiAxNi43NjUxIDQxLjUxNDUgMTYuODIzMyA0MS42NDM4QzE2Ljg4MTQgNDEuNzczMSAxNi45Njg1IDQxLjg5MDUgMTcuMDc5MSA0MS45ODlDMTcuMTg5OCA0Mi4wODc1IDE3LjMyMTggNDIuMTY1IDE3LjQ2NzEgNDIuMjE2OEMxNy42MTI0IDQyLjI2ODUgMTcuNzY3OSA0Mi4yOTM1IDE3LjkyNDQgNDIuMjkwMkMxOC42MDA4IDQyLjI5MDIgMjAuNzk5MSA0MS44Mzg3IDIwLjc5OTEgNDEuMjM2N1YyOC43NDUzQzIwLjkwNjQgMjYuODM2IDIxLjM2MzMgMjQuOTU1MSAyMi4xNTE4IDIzLjE3NjlDMjMuMDI5OCAyMS4zMjc4IDI0LjI5MTkgMTkuNjQyOCAyNS44NzIgMTguMjEwNEMyNy4zOTM5IDE2Ljg1NTkgMzMuOTg4NyAxNS4zNTA5IDM2LjE4NyAxNS4zNTA5QzM3LjM3MDYgMTUuMzUwOSA0NC45OCAxNi43MDU0IDQ2LjUwMTkgMTguMjEwNEM0OC4wODIgMTkuNjQyOCA0OS4zNDQyIDIxLjMyNzggNTAuMjIyMSAyMy4xNzY5QzUxLjA4OTcgMjQuOTMzIDUxLjU0OTggMjYuODI3IDUxLjU3NDkgMjguNzQ1M1Y0MS4yMzY3QzUxLjU3NDkgNDEuODM4NyA1My45NDIyIDQyLjI5MDIgNTQuNDQ5NSA0Mi4yOTAyQzU0LjYwNiA0Mi4yOTM1IDU0Ljc2MTYgNDIuMjY4NSA1NC45MDY4IDQyLjIxNjhDNTUuMDUyMSA0Mi4xNjUgNTUuMTg0MSA0Mi4wODc1IDU1LjI5NDggNDEuOTg5QzU1LjQwNTQgNDEuODkwNSA1NS40OTI1IDQxLjc3MzEgNTUuNTUwNyA0MS42NDM4QzU1LjYwODggNDEuNTE0NSA1NS42MzY5IDQxLjM3NiA1NS42MzMyIDQxLjIzNjdWNDEuMDg2MkM1Ni4yMDQyIDQwLjQ4NzYgNTYuNjMzNCAzOS43OTIzIDU2Ljg5NDkgMzkuMDQyM0M1Ny4xNTY0IDM4LjI5MjMgNTcuMjQ0OSAzNy41MDMgNTcuMTU1MSAzNi43MjE4QzU3LjMzMDYgMzUuOTYxNiA1Ny4zMTU1IDM1LjE3NjMgNTcuMTEwOSAzNC40MjE5QzU2LjkwNjMgMzMuNjY3NSA1Ni41MTcyIDMyLjk2MjUgNTUuOTcxNCAzMi4zNTczWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik00OS4zNzY2IDI4LjU5NDhINDguMTkyOUM0Ny44NTQ3IDI4LjU5NDggNDcuNjg1NiAyOC43NDUzIDQ3LjUxNjUgMjkuMTk2OFY0NC42OTgyQzQ4LjA1OTkgNDUuMDUxNyA0OC43MDUgNDUuMjYwNSA0OS4zNzY2IDQ1LjMwMDJDNDkuOTc5NiA0NS4zMTI1IDUwLjU3MTYgNDUuMTU0NCA1MS4wNjc1IDQ0Ljg0ODdDNTEuOTEzIDQ0LjI0NjcgNTQuMjgwNCA0Mi4xMzk4IDU0LjI4MDQgNDIuMTM5OFYzMi4wNTYzQzU0LjI4MDQgMzIuMDU2MyA1MS45MTMgMjkuNzk4OCA1MS4wNjc1IDI5LjE5NjhDNTAuNTk3OCAyOC44MyA1MC4wMDEgMjguNjE3NSA0OS4zNzY2IDI4LjU5NDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=) top left no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.slider-block .articles-slider li .caption {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8) 70%);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-right: 80px;
  padding-bottom: 64px;
  padding-left: 80px;
  width: 100%;
}
.slider-block .articles-slider li .caption .title {
  text-decoration: none;
  text-align: center;
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .slider-block .articles-slider li .caption .title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
  }
}
.slider-block .articles-slider li .caption .title:hover {
  text-decoration: underline;
}
.slider-block .articles-slider li .caption .caption-text {
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .slider-block .articles-slider li .caption .caption-text {
    display: none;
  }
}
.slider-block .articles-slider .flex-control-nav {
  bottom: 16px;
}
.slider-block .articles-slider .flex-control-paging li {
  margin: 0 3px;
}
.slider-block .articles-slider .flex-control-paging li a {
  border: 2px solid #ffffff;
  width: 16px;
  height: 16px;
}
.slider-block .articles-slider .flex-control-paging li a.flex-active {
  background-color: #ffffff;
}
.slider-block .articles-slider .flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 50%;
}
.slider-block .articles-slider .flex-direction-nav li {
  height: auto;
}
.slider-block .articles-slider .flex-direction-nav a {
  text-shadow: none;
  background-color: #ed1a3b;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  width: 50px;
  height: 50px;
  opacity: 0.6;
  z-index: 1;
}
.slider-block .articles-slider .flex-direction-nav a:hover {
  opacity: 1;
}
.slider-block .articles-slider .flex-direction-nav a:before {
  display: none;
}
.slider-block .articles-slider .flex-direction-nav a:after {
  content: "";
  display: block;
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNCAxNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQgMTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xLDEzbDYtNkwxLDF2Mmw0LDRsLTQsNFYxM3oiLz4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03LDEzbDYtNkw3LDF2Mmw0LDRsLTQsNFYxM3oiLz4NCjwvc3ZnPg0K) top left no-repeat;
  width: 13px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.slider-block .articles-slider .flex-direction-nav a.flex-prev {
  left: 30px;
}
.slider-block .articles-slider .flex-direction-nav a.flex-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -moz-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  -o-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
}
.slider-block .articles-slider .flex-direction-nav a.flex-next {
  right: 30px;
}
.slider-block .articles-slider.sidebar-articles-slider ul li {
  list-style: none;
  margin-bottom: 0;
}
.slider-block .articles-slider.sidebar-articles-slider ul li .caption {
  background: #222222;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}
.slider-block .articles-slider.sidebar-articles-slider ul li .caption .title {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 36px;
}
@media screen and (max-width: 576px) {
  .slider-block .articles-slider.sidebar-articles-slider ul li .caption .title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 23px;
  }
}
.slider-block .articles-slider.sidebar-articles-slider .flex-direction-nav {
  top: 25%;
}
.slider-block.black-captions-slider-block .flex-control-nav {
  display: none;
}
.slider-block.black-captions-slider-block .flex-caption {
  background-color: #000000;
  color: #ffffff;
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.slider-block.black-captions-slider-block .control-panel {
  display: flex;
  justify-content: space-between;
  background-color: #000000;
  padding: 10px 20px;
}
.slider-block.black-captions-slider-block .control-panel .counter {
  display: flex;
  color: #ffffff;
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
.slider-block.black-captions-slider-block .control-panel .counter .current-slide {
  color: #ffffff;
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
.slider-block.black-captions-slider-block .control-panel .counter .total-slides {
  color: #ffffff;
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
.slider-block.black-captions-slider-block .control-panel .caption-toggle {
  color: #ed1a3b;
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.slider-block.black-captions-slider-block .control-panel .caption-toggle span:after {
  content: "HIDE CAPTION";
  color: #ed1a3b;
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.slider-block.black-captions-slider-block .control-panel .caption-toggle:after {
  content: "\f00d";
  font-weight: 600;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Font Awesome 6 Free";
  z-index: 1;
  color: #ffffff;
}
.slider-block.black-captions-slider-block .control-panel .caption-toggle.active:after {
  content: "\f0d8";
  font-size: 17px;
  font-size: 1.0625rem;
  width: 20px;
  height: 20px;
  top: 1px;
  right: 5px;
}
.slider-block.black-captions-slider-block .control-panel .caption-toggle.active span:after {
  content: "SHOW CAPTION";
}

.audio-block-single {
  margin-bottom: 36px;
  width: 100%;
  position: relative;
}
.audio-block-single img {
  width: 100%;
  display: block;
  height: auto;
}
.audio-block-single iframe {
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .audio-block-single iframe {
    position: relative;
  }
}
.audio-block-single.no-image iframe {
  position: initial;
}

.interview-post {
  position: relative;
  padding-bottom: 23px;
  border-bottom: 1px solid #b3b3b3;
}
.interview-post .thumb {
  position: relative;
  padding-bottom: 66.4%;
  height: 0;
  display: block;
}
.interview-post .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.interview-post .caption {
  position: absolute;
  bottom: 23px;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8) 80%);
  padding-top: 100px;
}
.interview-post .caption .title {
  color: #ffffff;
  text-align: center;
  font-family: "Stanleyposter", Times New Roman, serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
  display: block;
  margin-bottom: 8px;
}
.interview-post .caption .title:hover {
  color: #9a031e;
  text-decoration: underline;
}
.interview-post .caption .date {
  margin-bottom: 8px;
  text-align: center;
  color: #ffffff;
}
.interview-post .caption .date .date span {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  color: #858585;
  position: relative;
  display: inline;
  margin-bottom: 0;
  line-height: 18px;
}
.interview-post .caption .date .date span a {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
}
.interview-post .caption .date span {
  color: #ffffff;
}
.interview-post .caption .date a {
  font-family: "Biotif", Arial, sans;
  color: #9a031e;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
}
.interview-post .caption .date a:hover {
  text-decoration: underline;
}
.interview-post .caption .excerpt {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  font-family: "Tiempos", Times New Roman, serif;
  margin-bottom: 29px;
}

.interview-sidebar-post {
  padding-bottom: 23px;
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 992px) {
  .interview-sidebar-post {
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  .interview-sidebar-post {
    display: block;
  }
}
.interview-sidebar-post .img {
  display: block;
  position: relative;
  height: 250px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .interview-sidebar-post .img {
    width: 40%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 576px) {
  .interview-sidebar-post .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.interview-sidebar-post .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.interview-sidebar-post .img:hover:after {
  opacity: 1;
}
.interview-sidebar-post .img img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.interview-sidebar-post .info {
  padding: 15px 22px 27px;
}
.interview-sidebar-post .info .title {
  margin-bottom: 8px;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 36px;
  display: block;
  color: #222222;
  font-family: "Stanleyposter", Times New Roman, serif;
}
.interview-sidebar-post .info a:hover {
  color: #9a031e;
  text-decoration: underline;
}
.interview-sidebar-post .info .date span {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  color: #858585;
  position: relative;
  display: inline;
  margin-bottom: 0;
  line-height: 18px;
}
.interview-sidebar-post .info .date span a {
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
}
.interview-sidebar-post .info .date {
  margin-bottom: 8px;
}
.interview-sidebar-post .info .excerpt {
  font-family: "Tiempos", Times New Roman, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  color: #444444;
  margin-bottom: 0;
}
.interview-sidebar-post .info {
  padding: 15px 0 0;
}

.member-section .membership-prices-block {
  width: 100%;
  margin-bottom: 42px;
}
@media screen and (max-width: 992px) {
  .member-section .membership-prices-block {
    margin-bottom: 2px;
  }
}
.member-section .membership-prices-block .prices {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.member-section .membership-prices-block .prices li {
  list-style: none;
  width: 20%;
}
@media screen and (max-width: 992px) {
  .member-section .membership-prices-block .prices li {
    width: 33.3%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .member-section .membership-prices-block .prices li {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .member-section .membership-prices-block .prices li {
    width: 100%;
  }
}
.member-section .membership-prices-block .prices li .title {
  text-align: center;
  color: #212121;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 32px;
  margin-bottom: 16px;
  font-family: "Stanleyposter", Times New Roman, serif;
}
.member-section .membership-prices-block .prices li .price {
  text-align: center;
  color: #212121;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 36px;
  margin-bottom: 16px;
  font-family: "Stanleyposter", Times New Roman, serif;
}
.member-section .membership-prices-block .prices li .users {
  text-align: center;
  color: #212121;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 29px;
  margin-bottom: 16px;
  font-family: "Stanleyposter", Times New Roman, serif;
}
.member-section .membership-prices-block .prices li .button-cell {
  text-align: center;
}
.member-section .membership-prices-block .prices li .button-cell .button {
  display: inline-block;
  padding: 9px 16px 6px 16px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Biotif", Arial, sans;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
}
.member-section .membership-prices-block .prices li .button-cell .button:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0px 12px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 12px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 12px 4px rgba(0, 0, 0, 0.3);
}

.join-new-page h1 {
  font-family: "Biotif", Arial, sans;
  color: #000000;
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 40px;
  margin-bottom: 50px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .join-new-page h1 {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 576px) {
  .join-new-page h1 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
}

.join-columns {
  margin-bottom: 40px;
}
.join-columns .container {
  max-width: 1010px;
}
.join-columns .join-columns-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .join-columns .join-columns-wrapper {
    display: block;
  }
}
.join-columns .join-columns-wrapper .col {
  width: 100%;
  max-width: 48%;
}
@media screen and (max-width: 768px) {
  .join-columns .join-columns-wrapper .col {
    max-width: initial;
  }
}
@media screen and (max-width: 992px) {
  .join-columns .join-columns-wrapper .col.left-col {
    margin-bottom: 30px;
  }
}
.join-columns .join-columns-wrapper .col.left-col .enterprise-offer {
  position: relative;
  background-color: #ddf4fb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 40px 32px;
}
@media screen and (max-width: 576px) {
  .join-columns .join-columns-wrapper .col.left-col .enterprise-offer {
    padding: 32px 24px;
  }
}
.join-columns .join-columns-wrapper .col.left-col .enterprise-offer .badge {
  position: absolute;
  right: -8px;
  top: -7px;
  width: 30%;
}
@media screen and (max-width: 576px) {
  .join-columns .join-columns-wrapper .col.left-col .enterprise-offer .badge {
    right: -6px;
    top: -5px;
  }
}
.join-columns .join-columns-wrapper .col.left-col .enterprise-offer h2 {
  font-family: "Biotif", Arial, sans;
  font-weight: bold;
  color: #000000;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 37px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .join-columns .join-columns-wrapper .col.left-col .enterprise-offer h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 31px;
  }
}
@media screen and (max-width: 576px) {
  .join-columns .join-columns-wrapper .col.left-col .enterprise-offer h2 {
    text-align: center;
  }
}
.join-columns .join-columns-wrapper .col.left-col .enterprise-offer .price-line {
  padding: 11px 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f1fbfd;
  width: 100%;
  margin-bottom: 48px;
}
@media screen and (max-width: 576px) {
  .join-columns .join-columns-wrapper .col.left-col .enterprise-offer .price-line {
    display: block;
    text-align: center;
  }
}
.join-columns .join-columns-wrapper .col.left-col .enterprise-offer .price-line .title {
  font-family: "Biotif", Arial, sans;
  color: #000000;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 19px;
  font-weight: normal;
  padding-top: 6px;
  flex: 1 0 0px;
}
@media screen and (max-width: 576px) {
  .join-columns .join-columns-wrapper .col.left-col .enterprise-offer .price-line .title {
    margin-bottom: 10px;
  }
}
.join-columns .join-columns-wrapper .col.left-col .enterprise-offer .price-line .price {
  font-family: "Biotif", Arial, sans;
  color: #000000;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 19px;
  font-weight: normal;
  padding: 5px 16px 0 16px;
}
@media screen and (max-width: 576px) {
  .join-columns .join-columns-wrapper .col.left-col .enterprise-offer .price-line .price {
    margin-bottom: 10px;
  }
}
.join-columns .join-columns-wrapper .col.left-col .enterprise-offer .price-line .button {
  display: inline-block;
  text-decoration: none;
  background-color: #0066cc;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 9px 12px 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-family: "Biotif", Arial, sans;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 17px;
  border: 1px solid #0066cc;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.join-columns .join-columns-wrapper .col.left-col .enterprise-offer .price-line .button:hover {
  background-color: #f1fbfd;
  color: #0066cc;
}
.join-columns .join-columns-wrapper .col.left-col .enterprise-offer .features h3 {
  color: #006699;
  font-family: "Biotif", Arial, sans;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .join-columns .join-columns-wrapper .col.left-col .enterprise-offer .features h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.join-columns .join-columns-wrapper .col.left-col .enterprise-offer .features ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 24px;
}
.join-columns .join-columns-wrapper .col.left-col .enterprise-offer .features ul li {
  font-size: 22px;
  font-size: 1.375rem;
  color: #000000;
  font-weight: 300;
  margin-bottom: 4px;
  position: relative;
  font-family: "Biotif", Arial, sans;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .join-columns .join-columns-wrapper .col.left-col .enterprise-offer .features ul li {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 2px;
  }
}
.join-columns .join-columns-wrapper .col.left-col .enterprise-offer .features ul li:last-child {
  font-weight: normal;
}
.join-columns .join-columns-wrapper .col.left-col .enterprise-offer .features ul li:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #000000;
  position: absolute;
  left: -24px;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .join-columns .join-columns-wrapper .col.left-col .enterprise-offer .features ul li:before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 576px) {
  .join-columns .join-columns-wrapper .col.left-col .enterprise-offer .features ul li:before {
    width: 10px;
    height: 10px;
  }
}
.join-columns .join-columns-wrapper .col.left-col .enterprise-offer .features ul li .red {
  font-weight: 600;
  color: #ff0000;
}
.join-columns .join-columns-wrapper .col.right-col .individual-offer {
  background-color: #fef3cb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 40px 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .join-columns .join-columns-wrapper .col.right-col .individual-offer {
    padding: 32px 24px;
  }
}
.join-columns .join-columns-wrapper .col.right-col .individual-offer h2 {
  font-family: "Biotif", Arial, sans;
  font-weight: bold;
  color: #000000;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 37px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .join-columns .join-columns-wrapper .col.right-col .individual-offer h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 31px;
  }
}
@media screen and (max-width: 576px) {
  .join-columns .join-columns-wrapper .col.right-col .individual-offer h2 {
    text-align: center;
  }
}
.join-columns .join-columns-wrapper .col.right-col .individual-offer .price-line {
  padding: 11px 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fefcf1;
  width: 100%;
  margin-bottom: 17px;
}
@media screen and (max-width: 576px) {
  .join-columns .join-columns-wrapper .col.right-col .individual-offer .price-line {
    display: block;
    text-align: center;
  }
}
.join-columns .join-columns-wrapper .col.right-col .individual-offer .price-line .title {
  font-family: "Biotif", Arial, sans;
  color: #000000;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 19px;
  font-weight: normal;
  padding-top: 6px;
  flex: 1 0 0px;
}
@media screen and (max-width: 576px) {
  .join-columns .join-columns-wrapper .col.right-col .individual-offer .price-line .title {
    margin-bottom: 10px;
  }
}
.join-columns .join-columns-wrapper .col.right-col .individual-offer .price-line .price {
  font-family: "Biotif", Arial, sans;
  color: #000000;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 19px;
  font-weight: normal;
  padding: 5px 16px 0 16px;
}
@media screen and (max-width: 576px) {
  .join-columns .join-columns-wrapper .col.right-col .individual-offer .price-line .price {
    margin-bottom: 10px;
  }
}
.join-columns .join-columns-wrapper .col.right-col .individual-offer .price-line .button {
  display: inline-block;
  text-decoration: none;
  background-color: #0066cc;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 9px 12px 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-family: "Biotif", Arial, sans;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 17px;
  border: 1px solid #0066cc;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.join-columns .join-columns-wrapper .col.right-col .individual-offer .price-line .button:hover {
  background-color: #fefcf1;
  color: #0066cc;
}
.join-columns .join-columns-wrapper .col.right-col .individual-offer .features {
  padding-top: 40px;
}
.join-columns .join-columns-wrapper .col.right-col .individual-offer .features h3 {
  color: #006699;
  font-family: "Biotif", Arial, sans;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .join-columns .join-columns-wrapper .col.right-col .individual-offer .features h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.join-columns .join-columns-wrapper .col.right-col .individual-offer .features ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 24px;
}
.join-columns .join-columns-wrapper .col.right-col .individual-offer .features ul li {
  font-size: 22px;
  font-size: 1.375rem;
  color: #000000;
  font-weight: 300;
  margin-bottom: 4px;
  position: relative;
  font-family: "Biotif", Arial, sans;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .join-columns .join-columns-wrapper .col.right-col .individual-offer .features ul li {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 2px;
  }
}
.join-columns .join-columns-wrapper .col.right-col .individual-offer .features ul li:last-child {
  font-weight: normal;
}
.join-columns .join-columns-wrapper .col.right-col .individual-offer .features ul li:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #000000;
  position: absolute;
  left: -24px;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .join-columns .join-columns-wrapper .col.right-col .individual-offer .features ul li:before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 576px) {
  .join-columns .join-columns-wrapper .col.right-col .individual-offer .features ul li:before {
    width: 10px;
    height: 10px;
  }
}
.join-columns .join-columns-wrapper .col.right-col .individual-offer .features ul li .red {
  font-weight: 600;
  color: #ff0000;
}
.join-columns .join-columns-wrapper .col.right-col .contact-block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .join-columns .join-columns-wrapper .col.right-col .contact-block {
    align-items: flex-start;
  }
}
.join-columns .join-columns-wrapper .col.right-col .contact-block .thumb {
  width: 94px;
  height: 94px;
  margin-right: 15px;
}
@media screen and (max-width: 576px) {
  .join-columns .join-columns-wrapper .col.right-col .contact-block .thumb {
    width: 80px;
    height: 80px;
  }
}
.join-columns .join-columns-wrapper .col.right-col .contact-block .text-data {
  flex: 1 0 0px;
}
.join-columns .join-columns-wrapper .col.right-col .contact-block .text-data p {
  font-family: "Biotif", Arial, sans;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .join-columns .join-columns-wrapper .col.right-col .contact-block .text-data p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
  }
}
.join-columns .join-columns-wrapper .col.right-col .contact-block .text-data .links {
  padding-left: 18px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 576px) {
  .join-columns .join-columns-wrapper .col.right-col .contact-block .text-data .links {
    padding-left: 0;
  }
}
.join-columns .join-columns-wrapper .col.right-col .contact-block .text-data .links a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
  color: #003399;
  font-family: "Biotif", Arial, sans;
  padding: 0 12px;
}
@media screen and (max-width: 576px) {
  .join-columns .join-columns-wrapper .col.right-col .contact-block .text-data .links a {
    font-size: 16px;
    font-size: 1rem;
  }
  .join-columns .join-columns-wrapper .col.right-col .contact-block .text-data .links a:first-child {
    padding-left: 0;
  }
}
.join-columns .join-columns-wrapper .col.right-col .contact-block .text-data .links a:hover {
  text-decoration: none;
}

.join-consultants-section {
  margin-bottom: 35px;
}
.join-consultants-section .container {
  max-width: 1010px;
}
.join-consultants-section .join-consultants-section-wrapper {
  background-color: #f1f1f1;
  padding: 40px 40px 20px 40px;
}
@media screen and (max-width: 768px) {
  .join-consultants-section .join-consultants-section-wrapper {
    padding: 30px 30px 10px 30px;
  }
}
.join-consultants-section .join-consultants-section-wrapper h3 {
  color: #000000;
  font-family: "Biotif", Arial, sans;
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 22px;
  font-size: 1.375rem;
}
.join-consultants-section .join-consultants-section-wrapper p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 27px;
  font-weight: 300;
  color: #000000;
  position: relative;
  font-family: "Biotif", Arial, sans;
}
@media screen and (max-width: 576px) {
  .join-consultants-section .join-consultants-section-wrapper p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
  }
}
.join-consultants-section .join-consultants-section-wrapper p a {
  color: #003399;
  font-family: "Biotif", Arial, sans;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 27px;
  font-weight: 300;
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .join-consultants-section .join-consultants-section-wrapper p a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
  }
}
.join-consultants-section .join-consultants-section-wrapper p a:hover {
  text-decoration: none;
}

.join-notes .container {
  max-width: 980px;
}
.join-notes p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: "Biotif", Arial, sans;
}

.large-carousel-section {
  margin-bottom: 60px;
}
.large-carousel-section .large-slider {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
.large-carousel-section .large-slider.slick-initialized {
  opacity: 100%;
  visibility: visible;
}
.large-carousel-section .large-slider .slide {
  width: 100%;
  position: relative;
}
.large-carousel-section .large-slider .slide .img img {
  width: 100%;
}
.large-carousel-section .large-slider .slide .title-wrapper {
  position: absolute;
  bottom: 23%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .large-carousel-section .large-slider .slide .title-wrapper {
    max-width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .large-carousel-section .large-slider .slide .title-wrapper {
    max-width: 100%;
    bottom: initial;
    top: 50%;
  }
}
.large-carousel-section .large-slider .slide .title-wrapper .title {
  text-align: center;
  font-family: "Stanleyposter", Times New Roman, serif;
  color: #ffffff;
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 58px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .large-carousel-section .large-slider .slide .title-wrapper .title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 50px;
  }
}
@media screen and (max-width: 992px) {
  .large-carousel-section .large-slider .slide .title-wrapper .title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .large-carousel-section .large-slider .slide .title-wrapper .title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
  }
}
.large-carousel-section .large-slider .slide .title-wrapper .button {
  background-color: #9a031e;
  color: #ffffff;
  text-transform: uppercase;
  padding: 14px 20px 13px 20px;
  font-family: "Biotif", Arial, sans;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border: 1px solid #9a031e;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
}
.large-carousel-section .large-slider .slide .title-wrapper .button:hover {
  background-color: #ffffff;
  color: #9a031e;
}
.large-carousel-section .large-slider .slick-dots {
  bottom: 10px;
  margin: 0;
}
.large-carousel-section .large-slider .slick-dots li {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .large-carousel-section .large-slider .slick-dots {
    bottom: -30px;
  }
}
.large-carousel-section .large-slider .slick-dots li button {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background-color: #ffffff;
  width: 14px;
  height: 14px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 0;
  opacity: 0.5;
}
@media screen and (max-width: 576px) {
  .large-carousel-section .large-slider .slick-dots li button {
    background-color: #000000;
  }
}
.large-carousel-section .large-slider .slick-dots li button:hover {
  opacity: 1;
}
.large-carousel-section .large-slider .slick-dots li button:before {
  display: none;
}
.large-carousel-section .large-slider .slick-dots li.slick-active button {
  opacity: 1;
}

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