/* Breakpoints */
/* Spacing */
/* Fonts */
/* Colors */
/* Margins */
.single-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.single-hero .hero-content {
  position: relative;
  text-align: left;
  margin: auto;
}
.single-hero .hero-content .title {
  font-size: min(4.1005291005vw, 62px);
  max-width: 860px;
}
.single-hero .hero-content .title h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: min(4.1005291005vw, 62px);
  line-height: 1.1em;
  color: #1c1c1c;
  padding-bottom: min(20px, 1.32275132vw);
  text-transform: uppercase;
}
@media (max-width: 660px) {
  .single-hero .hero-content .title h1 {
    font-size: 5.4232804233vw;
  }
}
.single-hero .hero-content .hero-icon {
  margin-bottom: 3.44827586vw;
  max-height: 50px;
}
.single-hero .hero-content .hero-icon img {
  height: 50px;
  width: auto;
}
.single-hero .hero-content .description {
  position: relative;
  margin: 0;
  max-width: 790px;
}
.single-hero .hero-content .description h2 {
  font-size: min(2.7777777778vw, 42px);
  line-height: 1.2;
  color: #1c1c1c;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .single-hero .hero-content .description h2 {
    font-size: 27.7777777778px;
  }
}
.single-hero .hero-content .description p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: min(1.1904761905vw, 18px);
  line-height: 1.6em;
  color: #1c1c1c;
  width: 85%;
}
@media (max-width: 890px) {
  .single-hero .hero-content .description p {
    font-size: 11px;
    width: 65%;
  }
}
@media (max-width: 660px) {
  .single-hero .hero-content .description p {
    width: 90%;
  }
}
.single-hero .hero-content .description p.small-text {
  font-size: 11px;
  line-height: 1.4em;
}

.events {
  width: 100%;
  box-sizing: border-box;
}
.events .event-selector {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: max(25px, min(70px, 4.62962963vw));
  margin-bottom: 25px;
}
.events .event-selector .category-menu {
  display: inline-block;
}
.events .event-selector .category-menu:hover .category-menu-toggle .category-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.events .event-selector .category-menu .category-menu-toggle {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.events .event-selector .category-menu .category-menu-toggle .category-label {
  width: 100%;
  min-width: 250px;
  padding: 5px 30px;
  font-weight: 500;
  border: 2px solid #1c1c1c;
  color: #1c1c1c;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.events .event-selector .category-menu .category-menu-toggle .category-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 10;
  margin-top: 0.5rem;
}
.events .event-selector .category-menu .category-menu-toggle .category-dropdown .category-item {
  display: block;
  padding: 0.75rem 1rem;
  color: #1c1c1c;
  text-decoration: none;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  min-width: 250px;
}
.events .event-selector .category-menu .category-menu-toggle .category-dropdown .category-item:last-child {
  border-bottom: none;
}
.events .event-selector .category-menu .category-menu-toggle .category-dropdown .category-item:hover {
  background-color: #f1f1f1;
  color: #1c1c1c;
}
.events .event-selector .category-menu .category-menu-toggle .category-dropdown .category-item.active {
  font-weight: 700;
  background-color: #7a7a7a;
  color: #ffffff;
}
.events .event-selector .category-menu .category-menu-toggle .category-dropdown .category-item.active:hover {
  background-color: #6e6e6e;
  color: #ffffff;
}
.events .event-list {
  padding-bottom: max(40px, min(80px, 5.55555556vw));
}
.events .event-list article {
  margin-bottom: max(40px, min(70px, 4.86111111vw));
}
.events .event-list .tag {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1em;
  color: #ffffff;
  padding: 5px;
  margin-bottom: max(10px, min(15px, 0.99206349vw));
  background-color: #b20000;
}
@media (max-width: 1000px) {
  .events .event-list .tag {
    font-size: 10px;
  }
}
.events .event-list h4 {
  margin-bottom: max(10px, min(15px, 0.99206349vw));
  font-size: min(24px, 1.58730159vw);
  line-height: 1.5em;
  letter-spacing: -0.456px;
  text-transform: uppercase;
  width: 100%;
  max-width: 80%;
}
@media (max-width: 1000px) {
  .events .event-list h4 {
    font-size: 21.164021164px;
    margin-bottom: 33.0687830688px;
  }
}
.events .event-list .detail .date {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1em;
  color: #1c1c1c;
  margin-bottom: max(10px, min(15px, 0.99206349vw));
}
.events .event-list .detail p {
  font-size: min(1.1904761905vw, 18px);
  line-height: 1.45454545em;
  min-height: 1em;
  margin-bottom: max(10px, min(15px, 0.99206349vw));
  max-width: 80%;
}
@media (max-width: 1000px) {
  .events .event-list .detail p {
    font-size: 11.9047619048px;
    max-width: 100%;
  }
}
.events .event-list .detail a {
  font-size: 12px;
  line-height: 1em;
  color: #1c1c1c;
  text-decoration: underline;
  margin-bottom: max(10px, min(15px, 0.99206349vw));
  letter-spacing: -0.132px;
}
.events .event-list .detail a:hover {
  color: #b20000;
}

html,
body {
  background-color: #ffffff;
}

/*# sourceMappingURL=press-releases.css.map */
