@charset "UTF-8";
@import url(../fonts/fontawesome-free-6.4.2-web/css/all.css);
#edit-submit-search {
  font-size: 0; /* Hide the original text */
  position: relative;
  background-color: #007BFF; /* Optional: Set background color */
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
}
.search-submit-button{
  background-color: #b30125!important;
  color:#fff;
  border:0px;
  height:50px;
  width: 50px;
}
body.toolbar-horizontal {
  padding-top: 79px;
}

a .contextual {
  display: none !important;
}

p a {
  border-bottom: 2px solid #b30125;
}

.article-content li>a {
  border-bottom: 2px solid #b30125;
}

p a:hover {
  color: #b30125;
}

a.visually-hidden.focusable:focus {
    clip: none;
    clip-path: none;
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.container-main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .container-main {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-main {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-main {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  .container-main {
    max-width: 1290px;
  }
}

@media (max-width: 768px) {
  .component--events-slider div.container div.row div.text-md-start .row h4 {
    width: initial !important;
  }
}
@media (max-width: 1199px) {
  .component--events-slider .row {
    justify-content: left !important;
  }

  .component--events-slider div.container div.row div.text-md-start {
    display: grid;
    grid-template-areas: "first" "second" "third";
    grid-row-gap: 30px;
    margin-bottom: 0px !important;
  }

  .component--events-slider div.container div.row div.text-md-start .row:first-child {
    grid-area: first;
  }

  .component--events-slider div.container div.row div.text-md-start .row:nth-child(2) {
    grid-area: third;
  }

  .component--events-slider div.container div.row div.text-md-start .row:nth-child(3) {
    grid-area: second;
  }

  .component--events-slider .row h4 {
    padding-left: 0px;
  }

  section.component--events-slider .key-issues-slider {
    margin-top: 0px !important;
  }

  .component--events-slider .btn.margin-50px-top {
    margin-top: 0px;
  }

  section.component--events-slider .slider-navigation-style-03.swiper-button-prev {
    left: 0 !important;
  }

  section.component--events-slider .slider-navigation-style-03.swiper-button-next {
    left: 50px !important;
  }
}
@media (max-width: 768px) {
  .cookiesjsr-banner {
    flex-direction: column-reverse;
  }

  .cookiesjsr--app .cookiesjsr-banner--info {
    width: 100%;
  }

  .cookiesjsr--app .cookiesjsr-banner--action {
    flex-direction: row;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .issue-page section.our-position .col-md-5,
.issue-page section.our-position .col-md-7,
.issue-page section.title .col-md-5,
.issue-page section.title .col-md-7 {
    width: 100%;
    flex-shrink: 0;
  }

  .issue-page section.key-stats div.container div.key-stats-content {
    margin-left: 0px !important;
  }

  .issue-page section.resource-feed,
.issue-page section.key-stats {
    padding: 50px 0px;
  }

  .issue-page section.key-stats .container {
    flex-direction: column;
  }
}
a.btn {
  text-align: left;
  padding: 10px 60px 10px 16px;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
  margin-right: 10px;
}
a.btn:after {
  content: "";
  width: 18px;
  height: 21px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 23px;
  top: 17px;
}
a.btn.btn-red-solid {
  background-color: #b30125;
  border: solid 2px #b30125;
  color: #fff;
}
a.btn.btn-red-solid:after {
  background-image: url(../img/ico/icon-long-arrow-right-white.svg);
}
@media (hover: hover) and (pointer: fine) {
  a.btn.btn-red-solid:hover, a.btn.btn-red-solid:active {
    background-color: transparent;
    border: solid 2px #b30125;
    color: #b30125;
  }
  a.btn.btn-red-solid:hover:after, a.btn.btn-red-solid:active:after {
    background-image: url(../img/ico/icon-long-arrow-right-red.svg);
  }
}
a.btn.btn-red-outline {
  background-color: transparent;
  border: solid 2px #b30125;
  color: #b30125;
}
a.btn.btn-red-outline:after {
  background-image: url(../img/ico/icon-long-arrow-right-red.svg);
}
@media (hover: hover) and (pointer: fine) {
  a.btn.btn-red-outline:hover {
    background-color: #b30125;
    color: #fff;
  }
  a.btn.btn-red-outline:hover:after {
    background-image: url(../img/ico/icon-long-arrow-right-white.svg);
  }
}
a.btn.btn-white-solid {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  color: #b30125;
}
a.btn.btn-white-solid:after {
  background-image: url(../img/ico/icon-long-arrow-right-red.svg);
}
@media (hover: hover) and (pointer: fine) {
  a.btn.btn-white-solid:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  a.btn.btn-white-solid:hover:after {
    background-image: url(../img/ico/icon-long-arrow-right-white.svg);
  }
}
a.btn.btn-white-outline {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: solid 2px #ffffff;
}
a.btn.btn-white-outline:after {
  background-image: url(../img/ico/icon-long-arrow-right-white.svg);
}
@media (hover: hover) and (pointer: fine) {
  a.btn.btn-white-outline:hover {
    background-color: #fff;
    color: #b30125;
  }
  a.btn.btn-white-outline:hover:after {
    background-image: url(../img/ico/icon-long-arrow-right-red.svg);
  }
}

.btn-red a {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-red:hover a {
    color: #b30125;
  }
}

@media (hover: hover) and (pointer: fine) {
  .bg-ahla-blue .btn-red:hover a {
    color: #fff;
  }
}
.body-field ul,
.body-field ol {
  padding-left: 1rem;
}

.font-light {
  color: #fff;
}

.font-dark, .paragraphs--view.persons {
  color: #181818;
}

.text-ahla-red, .partner-carousel .header h3, .paragraphs--view.persons .views-field-title a,
.paragraphs--view.persons .views-field-title a:hover,
.paragraphs--view.persons .views-field-title a:active {
  color: #b30125;
}

.text-ahla-blue {
  color: #02254a;
}

.text-ahla-grey, .partner-carousel button::after, .upcoming-events .grid a:hover, .upcoming-events .grid a:active {
  color: #707070;
}

.text-ahla-black {
  color: #181818;
}

.btn.btn-transparent-red {
  background-color: #fff;
  padding: 10px 60px 10px 16px;
  position: relative;
}

.btn.btn-transparent-red:hover a {
  color: #fff;
}

.btn.btn-red {
  padding: 10px 60px 10px 16px;
  position: relative;
}

.btn.btn-transparent-red:after,
.btn.btn-red:after {
  background-image: url(../img/ico/icon-long-arrow-right-white.svg);
  content: "";
  width: 18px;
  height: 21px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 23px;
  top: 15px;
}

.btn.btn-transparent-red:after,
.btn.btn-red:hover:after {
  background-image: url(../img/ico/icon-long-arrow-right-red.svg);
}

.btn.btn-transparent-red:hover:after {
  background-image: url(../img/ico/icon-long-arrow-right-white.svg);
}

.bg-ahla- {
  z-index: 1;
}
.bg-ahla- + div[class*=container] {
  position: relative;
  z-index: 5;
}

.bg-ahla-red {
  background-color: #b30125;
  z-index: 1;
}
.bg-ahla-red + div[class*=container] {
  position: relative;
  z-index: 5;
}
.bg-ahla-red + div[class*=container] p,
.bg-ahla-red + div[class*=container] h1,
.bg-ahla-red + div[class*=container] h2,
.bg-ahla-red + div[class*=container] h3,
.bg-ahla-red + div[class*=container] h4,
.bg-ahla-red + div[class*=container] h5,
.bg-ahla-red + div[class*=container] h6,
.bg-ahla-red + div[class*=container] li {
  color: #ffffff;
  position: relative;
}
.bg-ahla-red + div[class*=container] p a,
.bg-ahla-red + div[class*=container] h1 a,
.bg-ahla-red + div[class*=container] h2 a,
.bg-ahla-red + div[class*=container] h3 a,
.bg-ahla-red + div[class*=container] h4 a,
.bg-ahla-red + div[class*=container] h5 a,
.bg-ahla-red + div[class*=container] h6 a,
.bg-ahla-red + div[class*=container] li a {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.bg-ahla-red + div[class*=container] p a:hover, .bg-ahla-red + div[class*=container] p a:active,
.bg-ahla-red + div[class*=container] h1 a:hover,
.bg-ahla-red + div[class*=container] h1 a:active,
.bg-ahla-red + div[class*=container] h2 a:hover,
.bg-ahla-red + div[class*=container] h2 a:active,
.bg-ahla-red + div[class*=container] h3 a:hover,
.bg-ahla-red + div[class*=container] h3 a:active,
.bg-ahla-red + div[class*=container] h4 a:hover,
.bg-ahla-red + div[class*=container] h4 a:active,
.bg-ahla-red + div[class*=container] h5 a:hover,
.bg-ahla-red + div[class*=container] h5 a:active,
.bg-ahla-red + div[class*=container] h6 a:hover,
.bg-ahla-red + div[class*=container] h6 a:active,
.bg-ahla-red + div[class*=container] li a:hover,
.bg-ahla-red + div[class*=container] li a:active {
  color: #fff;
}
.bg-ahla-red + div[class*=container] ul li::marker,
.bg-ahla-red + div[class*=container] ol li::marker {
  color: #fff;
}
.bg-ahla-red + div[class*=container] .btn.btn-transparent-red,
.bg-ahla-red + div[class*=container] .btn.btn-red {
  background: #fff;
  color: #b30125;
  border: 1px solid #fff;
}
.bg-ahla-red + div[class*=container] .btn.btn-transparent-red a,
.bg-ahla-red + div[class*=container] .btn.btn-red a {
  color: #b30125;
}
.bg-ahla-red + div[class*=container] .btn.btn-transparent-red:hover,
.bg-ahla-red + div[class*=container] .btn.btn-red:hover {
  background: transparent;
  color: #fff;
}
.bg-ahla-red + div[class*=container] .btn.btn-transparent-red:hover a,
.bg-ahla-red + div[class*=container] .btn.btn-red:hover a {
  background: transparent;
  color: #fff;
}
.bg-ahla-red + div[class*=container] .btn.btn-transparent-red:hover:after,
.bg-ahla-red + div[class*=container] .btn.btn-red:hover:after {
  background-image: url(../img/ico/icon-long-arrow-right-white.svg);
}
.bg-ahla-red + div[class*=container] .btn.btn-red:hover:after {
  background-image: url(../img/ico/icon-long-arrow-right-white.svg);
}
.bg-ahla-red + div[class*=container] .btn.btn-red:after {
  background-image: url(../img/ico/icon-long-arrow-right-red.svg);
}

.bg-ahla-blue {
  background-color: #072C45;
  z-index: 1;
}
.bg-ahla-blue + div[class*=container] {
  position: relative;
  z-index: 5;
}
.bg-ahla-blue + div[class*=container] p,
.bg-ahla-blue + div[class*=container] h1,
.bg-ahla-blue + div[class*=container] h2,
.bg-ahla-blue + div[class*=container] h3,
.bg-ahla-blue + div[class*=container] h4,
.bg-ahla-blue + div[class*=container] h5,
.bg-ahla-blue + div[class*=container] h6,
.bg-ahla-blue + div[class*=container] li {
  color: #ffffff;
  position: relative;
}
.bg-ahla-blue + div[class*=container] p a,
.bg-ahla-blue + div[class*=container] h1 a,
.bg-ahla-blue + div[class*=container] h2 a,
.bg-ahla-blue + div[class*=container] h3 a,
.bg-ahla-blue + div[class*=container] h4 a,
.bg-ahla-blue + div[class*=container] h5 a,
.bg-ahla-blue + div[class*=container] h6 a,
.bg-ahla-blue + div[class*=container] li a {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.bg-ahla-blue + div[class*=container] p a:hover, .bg-ahla-blue + div[class*=container] p a:active,
.bg-ahla-blue + div[class*=container] h1 a:hover,
.bg-ahla-blue + div[class*=container] h1 a:active,
.bg-ahla-blue + div[class*=container] h2 a:hover,
.bg-ahla-blue + div[class*=container] h2 a:active,
.bg-ahla-blue + div[class*=container] h3 a:hover,
.bg-ahla-blue + div[class*=container] h3 a:active,
.bg-ahla-blue + div[class*=container] h4 a:hover,
.bg-ahla-blue + div[class*=container] h4 a:active,
.bg-ahla-blue + div[class*=container] h5 a:hover,
.bg-ahla-blue + div[class*=container] h5 a:active,
.bg-ahla-blue + div[class*=container] h6 a:hover,
.bg-ahla-blue + div[class*=container] h6 a:active,
.bg-ahla-blue + div[class*=container] li a:hover,
.bg-ahla-blue + div[class*=container] li a:active {
  color: #fff;
}
.bg-ahla-blue + div[class*=container] ul li::marker,
.bg-ahla-blue + div[class*=container] ol li::marker {
  color: #fff;
}
.bg-ahla-blue + div[class*=container] .btn.btn-transparent-red,
.bg-ahla-blue + div[class*=container] .btn.btn-red {
  background: #fff;
  color: #b30125;
  border: 1px solid #fff;
}
.bg-ahla-blue + div[class*=container] .btn.btn-transparent-red a,
.bg-ahla-blue + div[class*=container] .btn.btn-red a {
  color: #b30125;
}
.bg-ahla-blue + div[class*=container] .btn.btn-transparent-red:hover,
.bg-ahla-blue + div[class*=container] .btn.btn-red:hover {
  background: transparent;
  color: #fff;
}
.bg-ahla-blue + div[class*=container] .btn.btn-transparent-red:hover a,
.bg-ahla-blue + div[class*=container] .btn.btn-red:hover a {
  background: transparent;
  color: #fff;
}
.bg-ahla-blue + div[class*=container] .btn.btn-red:hover:after {
  background-image: url(../img/ico/icon-long-arrow-right-white.svg);
}
.bg-ahla-blue + div[class*=container] .btn.btn-red:after {
  background-image: url(../img/ico/icon-long-arrow-right-red.svg);
}

.bg-ahla-white {
  background-color: #ffffff;
  z-index: 1;
}
.bg-ahla-white + div[class*=container] {
  position: relative;
  z-index: 5;
}
.bg-ahla-white + div[class*=container] * {
  position: relative;
  border-bottom: 0px;
}

.bg-ahla-gray {
  background-color: #f5f5f5;
  z-index: 1;
}
.bg-ahla-gray + div[class*=container] {
  position: relative;
  z-index: 5;
}
.bg-ahla-gray + div[class*=container] * {
  position: relative;
}

.bg-ahla-gradient {
  background-image: linear-gradient(#fff, #000);
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
}
.bg-ahla-gradient + * {
  position: relative;
  z-index: 5;
}

.partner-carousel button, nav.slick__arrow button {
  position: relative;
  margin: auto 0 auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.1215686275);
}
.partner-carousel button::after, nav.slick__arrow button::after {
  content: "";
  width: 14px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.partner-carousel button.slick-prev::after, nav.slick__arrow button.slick-prev::after {
  background-image: url("../img/ico/icon-long-arrow-left-gray.svg");
}
.partner-carousel button.slick-next::after, nav.slick__arrow button.slick-next::after {
  background-image: url("../img/ico/icon-long-arrow-right-gray.svg");
}

header#main-header div.header-top {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 12px 40px 14px 40px;
}
header#main-header div.header-top div.header-top-container {
  max-width: 1360px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header#main-header div.header-top div.header-top-container a.logo img {
  max-width: 426px;
  height: auto;
  width: 100%;
}
header#main-header div.header-top div.header-top-container a.logo img.mobile-logo {
  max-width: 100px;
  display: none;
}
@media (max-width: 600px) {
  header#main-header div.header-top div.header-top-container a.logo {
    flex: 1;
  }
  header#main-header div.header-top div.header-top-container a.logo img {
    display: none;
  }
  header#main-header div.header-top div.header-top-container a.logo img.mobile-logo {
    display: block;
    margin: 0 auto;
  }
}
header#main-header div.header-top div.header-top-container div.header-top-navigation {
  display: flex;
}
@media (min-width: 1181px) {
  header#main-header div.header-top div.header-top-container div.header-top-navigation button.mobile-menu-toggle {
    display: none;
  }
}
header#main-header div.header-top div.header-top-container div.header-top-navigation nav.header-secondary-navigation ul,
header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-social-links ul {
  list-style: none;
  display: flex;
  width: max-content;
  margin-bottom: 0;
}
header#main-header div.header-top div.header-top-container div.header-top-navigation nav.header-secondary-navigation li:not(:last-child) {
  margin-right: 20px;
}

/* Reduce secondary navigation spacing at problematic widths to prevent wrapping */
@media (max-width: 1262px) and (min-width: 1196px) {
  header#main-header div.header-top div.header-top-container div.header-top-navigation nav.header-secondary-navigation li:not(:last-child) {
    margin-right: 12px;
  }
}

/* More aggressive spacing reduction for the most problematic range */
@media (max-width: 1195px) and (min-width: 1181px) {
  header#main-header div.header-top div.header-top-container div.header-top-navigation nav.header-secondary-navigation li:not(:last-child) {
    margin-right: 8px;
  }
}
header#main-header div.header-top div.header-top-container div.header-top-navigation nav.header-secondary-navigation li a {
  color: #232323;
}
header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-social-links {
  margin-left: 20px;
}

/* Reduce social links spacing at problematic widths to prevent wrapping */
@media (max-width: 1262px) and (min-width: 1196px) {
  header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-social-links {
    margin-left: 12px;
  }
}

/* More aggressive spacing reduction for the most problematic range */
@media (max-width: 1195px) and (min-width: 1181px) {
  header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-social-links {
    margin-left: 8px;
  }
}
header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-social-links li:not(:last-child) {
  margin-right: 12px;
}

/* Reduce social icon spacing at problematic widths to prevent wrapping */
@media (max-width: 1262px) and (min-width: 1196px) {
  header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-social-links li:not(:last-child) {
    margin-right: 6px;
  }
}

/* More aggressive spacing reduction for the most problematic range */
@media (max-width: 1195px) and (min-width: 1181px) {
  header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-social-links li:not(:last-child) {
    margin-right: 4px;
  }
}
header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-social-links li a {
  color: #232323;
}
header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-social-links li a i {
  font-size: 19px;
}
header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-member-login {
  margin-left: 23px;
}

/* When multiple member login buttons are present (logged in state), reduce spacing on subsequent buttons to prevent wrapping */
header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-member-login + div.header-top-member-login {
  margin-left: 8px;
}

/* Additional spacing reductions for member login buttons at problematic widths */
@media (max-width: 1262px) and (min-width: 1196px) {
  header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-member-login {
    margin-left: 15px;
  }

  header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-member-login + div.header-top-member-login {
    margin-left: 5px;
  }
}

/* Most aggressive spacing reduction for the most problematic range */
@media (max-width: 1195px) and (min-width: 1181px) {
  header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-member-login {
    margin-left: 8px;
  }

  header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-member-login + div.header-top-member-login {
    margin-left: 2px;
  }

  /* Slightly reduce button text size and padding for this critical range */
  header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-member-login a {
    font-size: 13px;
    padding: 8px 11px 8px 11px;
  }

  /* Also reduce secondary nav font size slightly */
  header#main-header div.header-top div.header-top-container div.header-top-navigation nav.header-secondary-navigation li a {
    font-size: 13px;
  }

  /* Reduce social icon size slightly */
  header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-social-links li a i {
    font-size: 17px;
  }
}
header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-member-login a {
  background: #b30125;
  color: #fff;
  padding: 9px 13px 9px 13px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.2px;
  border-radius: 4px;
}
@media (max-width: 1180px) {
  header#main-header div.header-top div.header-top-container div.header-top-navigation nav.header-secondary-navigation,
header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-social-links,
header#main-header div.header-top div.header-top-container div.header-top-navigation div.header-top-member-login {
    display: none;
  }
}
header#main-header div.header-bottom {
  background: #b30125;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}
@media (max-width: 1180px) {
  header#main-header div.header-bottom {
    display: none;
  }
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item {
  padding: 16px;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item.hover > section.mega-menu-item {
  display: flex;
  flex-direction: column;
  z-index: 999;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item.hover > a:after, header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item.hover > span:after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #007CC1;
  position: absolute;
  left: 0;
  bottom: -20px;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item a, header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item span {
  color: #fff;
  font-weight: 600;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item section.mega-menu-item {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  width: 100VW;
  left: 0;
  display: none;
  padding: unset;
  margin-top: 16px;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item section.mega-menu-item .layout .layout__region .layout-component.link-list-block {
  padding: 32px 40px;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item section.mega-menu-item .layout .layout__region .layout-component.link-list-block p {
  color: #444444;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: solid 1px #888888;
  margin-bottom: 13px;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item section.mega-menu-item .layout .layout__region .layout-component.link-list-block ul {
  list-style: none;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item section.mega-menu-item .layout .layout__region .layout-component.link-list-block ul li a {
  color: #444444;
  font-weight: 500;
  font-size: 14px;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item section.mega-menu-item .layout .layout__region .layout-component.image-link-block {
  background: #eeeeee;
  padding: 30px 40px 46px 40px;
  height: 100%;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item section.mega-menu-item .layout .layout__region .layout-component.image-link-block img {
  margin-bottom: 14px;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item section.mega-menu-item .layout .layout__region .layout-component.image-link-block p.image-link-block-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item section.mega-menu-item .layout .layout__region .layout-component.image-link-block p.image-link-block-desc {
  font-size: 14px;
  line-height: 20px;
  color: #232323;
  font-weight: 400;
  margin-bottom: 10px;
  max-width: 360px;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item section.mega-menu-item .layout .layout__region .layout-component.image-link-block div {
  display: flex;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item section.mega-menu-item .layout .layout__region .layout-component.image-link-block div a {
  color: #b30125;
  font-weight: 600;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item section.mega-menu-item .layout .layout__region .layout-component.link-title-description-block {
  padding: 32px 40px;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item section.mega-menu-item .layout .layout__region .layout-component.link-title-description-block a {
  display: block;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item section.mega-menu-item .layout .layout__region .layout-component.link-title-description-block a p {
  font-size: 16px;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item section.mega-menu-item .layout .layout__region .layout-component.link-title-description-block a p.link-title-description-block-title {
  color: #02254a;
  font-weight: 500;
  margin-bottom: 5px;
  padding-bottom: 1px;
  border-bottom: solid 1px #888888;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item section.mega-menu-item .layout .layout__region .layout-component.link-title-description-block a p.link-title-description-block-desc {
  color: #505050;
  font-weight: 400;
  margin-bottom: 0;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item section.mega-menu-item .layout .layout__region .layout-component.callout-link-block {
  display: flex;
}
header#main-header div.header-bottom nav#main-navigation ul.menu-level-0 li.menu-item section.mega-menu-item .layout .layout__region .layout-component.callout-link-block a {
  width: 100%;
  background: #b30125;
  color: #fff;
  padding: 14px 40px;
  font-size: 20px;
  font-weight: 400;
}
header#main-header div.header-bottom div.search-toggle {
  margin-left: 34px;
}

.ahla-nav-mobile .ahla-nav-header-mobile .mobile-menu-prev {
  display: flex;
  align-items: center;
}
.ahla-nav-mobile .ahla-nav-header-mobile .mobile-menu-prev .prev-label {
  margin-left: 10px;
}
.ahla-nav-mobile div.ahla-nav-main {
  padding: 10px 0 !important;
}
.ahla-nav-mobile div.ahla-nav-main .nav-top-buttons {
  display: flex;
  padding: 10px 30px 20px 30px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e1e1e1;
}
.ahla-nav-mobile div.ahla-nav-main .nav-top-buttons a {
  background: #b30125;
  color: #fff;
  padding: 9px 13px 9px 13px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.2px;
  border-radius: 4px;
}
.ahla-nav-mobile div.ahla-nav-main .nav-top-buttons a:not(:last-of-type) {
  margin-right: 20px;
}
.ahla-nav-mobile div.ahla-nav-main ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  padding: 10px 40px 10px 30px !important;
}
.ahla-nav-mobile.sub-page div.ahla-nav-main .nav-top-buttons {
  display: none;
}

footer#main-footer {
  background-color: #02254a;
  padding-top: 60px;
  padding-bottom: 44px;
  color: #fff;
}
footer#main-footer .row {
  margin-left: unset;
  margin-right: unset;
}
footer#main-footer > div:first-child {
  padding-left: 0;
}
footer#main-footer > div:last-child {
  padding-right: 0;
}
footer#main-footer a,
footer#main-footer a:hover {
  color: #fff;
}
footer#main-footer address {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #b1bcc7;
}
footer#main-footer .social {
  padding: 24px 0 33px 12px;
  margin-bottom: 20px;
  border-bottom: solid 1px #4b647e;
}
@media (min-width: 992px) {
  footer#main-footer .social {
    padding: 2px 0 0 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
footer#main-footer .social a {
  display: inline-block;
  font-size: 22px;
  margin-right: 22px;
}
footer#main-footer .inquiries {
  text-align: left;
}
footer#main-footer .inquiries:hover {
  color: #02254a;
}
footer#main-footer .inquiries i {
  float: right;
  padding-top: 4px;
}
footer#main-footer nav {
  text-align: right;
}
footer#main-footer .footer-logo {
  max-width: 134px;
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  footer#main-footer .footer-logo {
    max-width: 160px;
    margin-bottom: 19px;
  }
}
footer#main-footer .footer-logo-text {
  margin-bottom: 22px;
}
@media (min-width: 992px) {
  footer#main-footer .footer-logo-text {
    font-weight: 600 !important;
  }
}
footer#main-footer .footer-label {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 13px;
}
footer#main-footer .footer-link {
  font-size: 18px;
  font-weight: 400;
  color: #b2bdc8 !important;
}
footer#main-footer .footer-link-small {
  font-size: 16px;
  font-weight: 400;
  color: #b2bdc8 !important;
}
footer#main-footer .footer-partner-orgs {
  margin-bottom: 13px;
}
footer#main-footer .footer-partner-orgs ul {
  margin-bottom: 22px;
  border-bottom: solid 1px #5b7189;
  padding-bottom: 22px;
}
@media (min-width: 992px) {
  footer#main-footer .footer-partner-orgs {
    margin-top: -45px;
  }
  footer#main-footer .footer-partner-orgs ul {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  footer#main-footer .footer-additional-links {
    margin-top: -45px;
  }
}
@media (min-width: 992px) and (max-width: 1198px) {
  footer#main-footer .footer-additional-links .btn {
    padding-right: 20px;
  }
}
footer#main-footer .footer-copyright-privacy {
  position: relative;
  padding-top: 28px;
}
footer#main-footer .footer-copyright-privacy:before {
  content: "";
  border-top: solid 1px #5b7189;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  footer#main-footer .footer-copyright-privacy {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    margin-top: 76px;
  }
  footer#main-footer .footer-copyright-privacy:before {
    border-top: solid 1px #8091a4;
    left: 15px;
    right: 15px;
    top: 5px;
  }
}
footer#main-footer .copyright {
  font-weight: 400;
  color: #b2bdc8;
  margin-bottom: 10px;
}
footer#main-footer .copyright p {
  margin-bottom: 0;
}
footer#main-footer .privacy-links {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  footer#main-footer .privacy-links {
    flex-direction: row;
  }
  footer#main-footer .privacy-links a:not(:last-child) {
    margin-right: 10px;
  }
  footer#main-footer .privacy-links a:not(:last-child):after {
    content: "|";
    margin-left: 10px;
  }
}

main#main {
  height: inherit;
}

/********* Components **********/
.paragraph--type--secondary-nav-block .container {
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

.paragraph--type--secondary-nav-block .container a {
  margin-right: 5px;
}

ul.field-secondary-nav-links {
  list-style-type: none;
  font-size: 20px;
  line-height: 36px;
  display: flex;
  flex-shrink: 0;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

ul.field-secondary-nav-links .btn.btn-red {
  padding-right: 16px;
  font-size: 20px;
}

ul.field-secondary-nav-links .btn.btn-red:after {
  content: none;
}

.newsroom .views-row {
  display: grid;
  grid-template-areas: "date thumb" "title thumb" "desc thumb" "video thumb" "line thumb";
  column-gap: 50px;
  margin-top: 30px;
}

.newsroom .views-field-created {
  grid-area: date;
}

.newsroom .views-field-title {
  grid-area: title;
}

.newsroom .views-field-body {
  grid-area: desc;
}

.newsroom .views-field-field-primary-image {
  grid-area: thumb;
}

.newsroom .views-field-thumbnail__target-id {
  grid-area: video;
}

.newsroom .views-field-nothing {
  grid-area: line;
}

.newsroom .views-field-created {
  color: #707070;
  font-weight: medium;
}

.newsroom .views-field-title h2 {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.28px;
  margin-bottom: 7px;
}

.newsroom .views-field-title h2 a {
  color: #02254a;
}

.newsroom .views-field-body p {
  font-weight: 300;
  color: #181818;
}

.newsroom .pager {
  margin-top: 60px;
}

.newsroom .pager ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

.newsroom .pager ul li {
  display: flex;
  justify-content: space-around;
  height: 46px;
  width: 46px;
  background: rgba(179, 1, 37, 0.15) 0% 0% no-repeat padding-box;
  color: #B30125;
  font-size: 26px;
  line-height: 35px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  margin-right: 10px;
}

.newsroom .pager ul li a {
  display: flex;
  justify-content: space-around;
  height: 46px;
  width: 46px;
}

.newsroom .pager ul li.pager__item--next,
.newsroom .pager ul li.pager__item--previous,
.newsroom .pager ul li.is-active {
  background-color: #B30125;
  color: #fff;
}

.newsroom .pager ul li.pager__item--next a,
.newsroom .pager ul li.pager__item--previous a,
.newsroom .pager ul li.is-active a {
  color: #fff;
  font-weight: bold;
}

.newsroom .pager ul li.pager__item--first,
.newsroom .pager ul li.pager__item--last {
  display: none;
}

.newsroom .myButton {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}

.node--article--full h2 {
  font-size: 42px;
  line-height: 50px;
}

.node--article--full h3 {
  color: #181818;
  font: normal normal 300 26px/34px Poppins;
}

body .node--article--full {
  font-weight: normal;
  letter-spacing: -0.2px;
}

.node--article--full img {
  display: block;
  margin: 0 auto;
}

body.path-newsroom .newsroom-wrapper {
  display: grid;
  grid-template-areas: "featured news";
  grid-column-gap: 1px;
  grid-template-columns: 1fr 1fr;
  max-width: 1700px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  body.path-newsroom .newsroom-wrapper {
    background-color: unset;
    display: block;
  }
}
body.path-newsroom .newsroom-featured {
  grid-area: featured;
  background-color: white;
  padding-right: 36px;
}

body.path-newsroom .newsroom-main {
  grid-area: news;
  background-color: white;
  padding-left: 36px;
}

@media (max-width: 1200px) {
  body.path-newsroom .newsroom-main .views-row {
    display: block;
  }
}
@media (max-width: 768px) {
  body.path-newsroom .newsroom-main {
    padding-left: unset;
  }
}
body.path-newsroom.paginated .newsroom-wrapper {
  grid-template-areas: "news";
  grid-template-columns: 1fr;
}

body.path-newsroom.paginated .newsroom-featured {
  display: none;
}

body.path-newsroom.unpaginated article .newsroom-main .container {
  padding-left: 36px;
}

body.path-newsroom.unpaginated article .newsroom-main .views-field-nothing {
  display: none;
}

body.path-newsroom.unpaginated article .newsroom-main .views-field-field-primary-image {
  width: 290px;
}

body.path-newsroom.unpaginated .newsroom-main .views-field-title h2 {
  font: normal normal bold 20px/30px Playfair Display;
}

body.path-newsroom.unpaginated .newsroom-main .views-field-body {
  display: none;
}

.embed_2 .newsroom .views-row {
  grid-template-areas: "thumb" "date" "title" "desc" "video" "line";
}

body.path-newsroom .embed_2 .views-row:not(:first-child) .views-field-field-primary-image {
  display: none;
}

body.path-newsroom .embed_2 .views-field-title h2 {
  font: normal normal bold 36px/42px Playfair Display;
}

body.path-newsroom .embed_2 .views-field-body {
  font: normal normal 300 18px/32px Poppins;
}

body.path-newsroom .embed_2 .views-row:last-child .views-field-nothing {
  display: none;
}

section.latest-news {
  padding: 0;
  display: flex;
}
section.latest-news p.news-item-category {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
}
section.latest-news p.news-item-date {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 950px) {
  section.latest-news {
    flex-direction: column;
  }
}
section.latest-news div.featured-news-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 60%;
}
@media (max-width: 950px) {
  section.latest-news div.featured-news-item {
    width: 100%;
  }
}
section.latest-news div.featured-news-item div.featured-news-item-wrapper {
  position: relative;
  padding: 50px 0 52px 0;
}
@media (min-width: 950px) {
  section.latest-news div.featured-news-item div.featured-news-item-wrapper {
    padding: 50px 0 52px 40px;
  }
}
section.latest-news div.featured-news-item div.featured-news-item-wrapper:before {
  position: absolute;
  content: "";
  background: #02254a;
  opacity: 0.9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.latest-news div.featured-news-item div.featured-news-item-wrapper div.featured-news-item-content {
  position: relative;
  max-width: 780px;
  margin-right: 80px;
  margin-left: auto;
}
@media (max-width: 950px) {
  section.latest-news div.featured-news-item div.featured-news-item-wrapper div.featured-news-item-content {
    margin-left: 80px;
  }
}
@media (max-width: 450px) {
  section.latest-news div.featured-news-item div.featured-news-item-wrapper div.featured-news-item-content {
    margin-left: unset !important;
    margin-right: unset !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}
section.latest-news div.featured-news-item div.featured-news-item-wrapper div.featured-news-item-content p,
section.latest-news div.featured-news-item div.featured-news-item-wrapper div.featured-news-item-content h1 {
  margin-bottom: 0;
  color: #fff;
}
section.latest-news div.featured-news-item div.featured-news-item-wrapper div.featured-news-item-content p.news-item-category {
  margin-bottom: 8px;
}
section.latest-news div.featured-news-item div.featured-news-item-wrapper div.featured-news-item-content h1 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 11px;
}
section.latest-news div.featured-news-item div.featured-news-item-wrapper div.featured-news-item-content p.news-item-date {
  margin-bottom: 8px;
}
section.latest-news div.featured-news-item div.featured-news-item-wrapper div.featured-news-item-content p.featured-news-item-excerpt {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
section.latest-news div.latest-news-items {
  padding-right: 40px;
  width: 40%;
}
@media (max-width: 950px) {
  section.latest-news div.latest-news-items {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 450px) {
  section.latest-news div.latest-news-items {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.latest-news div.latest-news-items ul {
  list-style: none;
}
section.latest-news div.latest-news-items ul li div.latest-news-item {
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px #dbdbdb;
  padding-bottom: 26px;
  padding-top: 26px;
  padding-left: 18px;
  padding-right: 18px;
}
section.latest-news div.latest-news-items ul li div.latest-news-item p.news-item-category {
  color: #707070;
  margin-bottom: 8px;
}
section.latest-news div.latest-news-items ul li div.latest-news-item div.latest-news-item-content-wrapper {
  display: flex;
}
section.latest-news div.latest-news-items ul li div.latest-news-item div.latest-news-item-content-wrapper div.latest-news-item-media {
  margin-right: 22px;
  border: solid 1px #CCCCCC;
  border-radius: 4px;
  width: 100%;
  max-width: 147px;
  height: fit-content;
}
section.latest-news div.latest-news-items ul li div.latest-news-item div.latest-news-item-content-wrapper div.latest-news-item-media img {
  max-width: 147px;
  width: 100%;
  height: auto;
}
section.latest-news div.latest-news-items ul li div.latest-news-item div.latest-news-item-content-wrapper div.latest-news-item-content h2 {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.28px;
  margin-bottom: 7px;
  color: #02254a;
}
section.latest-news div.latest-news-items ul li div.latest-news-item div.latest-news-item-content-wrapper div.latest-news-item-content p.news-item-date {
  color: #232323;
  margin-bottom: 0;
}
section.latest-news.featured-content div.latest-news-items {
  padding-right: 0;
}
section.latest-news.featured-content div.latest-news-items ul {
  margin-bottom: 0;
}
section.latest-news .modal.micromodal-slide .modal__btn {
  position: absolute;
  right: -4rem;
  top: -4rem;
  background: transparent;
  font-size: 3rem;
  color: #fff;
}
section.latest-news:not(.has-featured-article) {
  justify-content: center;
  background: #f5f5f5;
}
section.latest-news:not(.has-featured-article) div.latest-news-items {
  max-width: 1151px;
  width: 100%;
}

section.key-issues {
  padding: 100px 6.66% 100px 6.66%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../img/bg-keyissues-1.jpg");
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
section.key-issues p.key-issues-title {
  font-size: 48px;
  line-height: 54px;
  color: #181818;
  margin-bottom: 16px;
  text-align: center;
}
section.key-issues p.key-issues-description {
  font-size: 26px;
  line-height: 34px;
  letter-spacing: -0.26px;
  color: #181818;
  font-weight: 300;
  text-align: center;
  max-width: 1064px;
}
section.key-issues .key-issues-view {
  width: 100%;
}
section.key-issues .key-issues-slider {
  position: relative;
  margin-top: 77px;
}
section.key-issues .key-issues-slider .swiper {
  overflow: hidden;
}
section.key-issues .key-issues-slider .swiper-button-next,
section.key-issues .key-issues-slider .swiper-button-prev {
  height: 40px;
  width: 40px;
  background: #fff;
  border: 2px solid #CCCCCC;
  color: red;
  border-radius: 100px;
}
section.key-issues .key-issues-slider .swiper-button-next {
  right: -26px;
}
@media (max-width: 425px) {
  section.key-issues .key-issues-slider .swiper-button-next {
    right: -16px;
  }
}
section.key-issues .key-issues-slider .swiper-button-prev {
  left: -26px;
}
@media (max-width: 425px) {
  section.key-issues .key-issues-slider .swiper-button-prev {
    left: -16px;
  }
}
section.key-issues div.key-issue-card {
  max-width: 360px;
  height: 492px;
  border-radius: 4px;
  background: #022d5a url("../img/bg-issues-blue@2x.jpg") no-repeat center;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1019607843);
  transition: all 0.3s ease-in-out;
}
section.key-issues div.key-issue-card div.key-issue-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 36px;
  transform: translateY(218px);
  transition: all 0.25s ease-in-out;
}
section.key-issues div.key-issue-card div.key-issue-content p.key-issue-heading {
  font-size: 26px;
  line-height: 42px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 425px) {
  section.key-issues div.key-issue-card div.key-issue-content p.key-issue-heading {
    font-size: 20px !important;
  }
}
section.key-issues div.key-issue-card div.key-issue-content p.key-issue-description {
  font-size: 18px;
  line-height: 30px;
  color: #181818;
  font-weight: 400;
  transform: translateY(75px);
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
section.key-issues div.key-issue-card div.key-issue-content a {
  color: #b30125;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
section.key-issues div.key-issue-card:hover {
  background: #fbfbfb url("../img/bg-issues-white@2x.jpg") no-repeat center;
}
section.key-issues div.key-issue-card:hover div.key-issue-content {
  transform: translateY(119px);
}
section.key-issues div.key-issue-card:hover div.key-issue-content p.key-issue-heading {
  color: #232323;
  transform: scale(0.9);
}
section.key-issues div.key-issue-card:hover div.key-issue-content p.key-issue-description {
  transform: translateY(0);
  opacity: 1;
}
section.key-issues div.key-issue-card:hover div.key-issue-content a {
  opacity: 1;
}

section.component--events-slider .key-issues-slider {
  position: relative;
  margin-top: 77px;
}
section.component--events-slider .key-issues-slider .swiper {
  overflow: hidden;
}
section.component--events-slider .key-issues-slider .swiper-button-next,
section.component--events-slider .key-issues-slider .swiper-button-prev {
  height: 40px;
  width: 40px;
  background: #fff;
  border: 2px solid #CCCCCC;
  color: red;
  border-radius: 100px;
}
section.component--events-slider .slider-navigation-style-03.swiper-button-prev,
section.component--events-slider .slider-navigation-style-03.swiper-button-next {
  background: #fff;
  color: #b30125;
  font-size: 22px;
}
section.component--events-slider .slider-navigation-style-03.swiper-button-prev {
  left: 140px;
}
section.component--events-slider .slider-navigation-style-03.swiper-button-next {
  left: 190px;
}
section.component--events-slider div.key-issue-card {
  max-width: 360px;
  height: 418px;
  border-radius: 4px;
}
section.component--events-slider div.key-issue-card.has-image .bg-ahla-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), #000);
}
section.component--events-slider .upcoming-events article {
  height: 100%;
}
section.component--events-slider a {
  color: #fff;
}

/**
Paragraph Components
*/
section.paragraph {
  padding-top: 0;
  padding-bottom: 50px;
}

section.paragraph.paragraph--type--content-with-image,
section.paragraph.paragraph--type--split-text-with-callout,
section.paragraph.paragraph--type--quick-links-grid,
section.paragraph.paragraph--type--statistics,
section.paragraph.paragraph--type--split-text-with-image,
section.paragraph.paragraph--type--reduced-width-text-column,
section.paragraph.paragraph--type--two-column-text,
section.paragraph.paragraph--type--full-width-text-over-image,
section.paragraph.paragraph--type--full-width-text {
  padding-top: 50px;
}

.wysiwyg-content p {
  font-weight: 400;
  font-size: 20px;
}
.wysiwyg-content .btn {
  margin-bottom: 20px;
}
.wysiwyg-content ul, .wysiwyg-content ol {
  padding-left: 20px;
  font-size: 20px;
}
.wysiwyg-content ul li, .wysiwyg-content ol li {
  font-weight: 400;
}
.wysiwyg-content ul li::marker, .wysiwyg-content ol li::marker {
  color: #b30125;
  font-weight: normal;
}

section.page-title {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  padding: 50px 0;
}

section.page-title h1 {
  margin-bottom: 0px;
}

.paragraph--type--content-with-image h5 {
  color: #02254a;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0.52px;
}

.paragraph--type--content-with-image h6 {
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: -0.2px;
}

.members-access-cta h3 {
  font: normal normal bold 48px/54px Playfair Display;
}
.members-access-cta .icon-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}
@media (max-width: 767px) {
  .members-access-cta .icon-column {
    margin-bottom: 30px;
  }
}
.members-access-cta .icon-column .icon-wrapper {
  padding: 10% 4px;
}
.members-access-cta .icon-column .icon-wrapper:nth-child(1), .members-access-cta .icon-column .icon-wrapper:nth-child(2), .members-access-cta .icon-column .icon-wrapper:nth-child(3) {
  border-bottom: 1px dashed #AAAAAA;
}
.members-access-cta .icon-column .icon-wrapper:nth-child(1), .members-access-cta .icon-column .icon-wrapper:nth-child(2), .members-access-cta .icon-column .icon-wrapper:nth-child(4), .members-access-cta .icon-column .icon-wrapper:nth-child(5) {
  border-right: 1px dashed #AAAAAA;
}
.members-access-cta .icon-column i {
  font-size: 55px;
  display: block;
  margin-bottom: 12px;
}

div.feature-box-icon.feature-box-svg.margin-20px-bottom {
  max-width: 37px;
  max-height: 37px;
  width: auto;
  height: auto;
}
.members-access-cta .description-column h3 i {
  color: #fff;
  background-color: #b30125;
  margin-right: 14px;
  border-radius: 100%;
  border: 2px solid #b30125;
  padding: 3px 6px;
}
.members-access-cta .description-column p {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
}
.members-access-cta .description-column ul {
  list-style: none;
}
.members-access-cta .description-column li {
  padding-bottom: 18px;
  font-weight: 400;
}
.members-access-cta .description-column li:before {
  content: "•";
  color: #b30125;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
}
@media (min-width: 985px) {
  .members-access-cta .description-column .btn {
    margin-right: 20px;
  }
}

.paragraphs--view.persons {
  background-color: #EAEAEA;
  padding-top: 0;
}
.paragraphs--view.persons .grid-three {
  display: grid;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .paragraphs--view.persons .grid-three {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 12px;
  }
}
.paragraphs--view.persons .views-row {
  color: #232323;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  width: 80%;
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 768px) {
  .paragraphs--view.persons .views-row {
    width: 100%;
    margin: auto;
  }
}
.paragraphs--view.persons .views-row img {
  margin-bottom: 24px;
  width: 100%;
}
.paragraphs--view.persons.has_title {
  padding-top: 130px;
  padding-bottom: 24px;
}
.paragraphs--view.persons.block_1 {
  padding: 130px 0;
  background-color: #ffffff;
  /**
  * This .views-row ~ .views-row is a workaround to only target the first div with the views-row class. Drupal injects a
  * contextual div, especially if logged in.
  * https://stackoverflow.com/questions/2717480/css-selector-for-first-element-with-class/8539107#8539107
  */
}
@media (min-width: 768px) {
  .paragraphs--view.persons.block_1 .views-row {
    grid-column: 1/span 3;
    padding-bottom: 40px;
    width: 33%;
  }
  .paragraphs--view.persons.block_1 .views-row ~ .views-row {
    grid-column: auto/auto;
    padding-bottom: 0;
    width: 100%;
  }
}
.paragraph--type--statistics .row {
  align-items: center;
}
.paragraph--type--statistics h2 {
  font-size: 3.5rem;
  line-height: 4rem;
  letter-spacing: 0;
}
.paragraph--type--statistics .btn {
  display: block;
  width: fit-content;
  margin-top: 2rem;
}

.paragraph--type--statistic h2 {
  margin-bottom: 0;
  line-height: 5rem;
  font-size: 5.2rem;
}
.paragraph--type--statistic p {
  font-size: 1.75rem;
  line-height: 2.4rem;
}

.upcoming-events .grid {
  display: flex;
}
.upcoming-events .grid .grid__content,
.upcoming-events .grid .slick__slide,
.upcoming-events .grid article {
  height: 100%;
}
.upcoming-events .grid a {
  color: #ffffff;
}
.upcoming-events .grid a:hover article, .upcoming-events .grid a:active article {
  background-image: none !important;
  background-color: #fff;
}
.upcoming-events .grid a:hover article .bg-ahla-gradient, .upcoming-events .grid a:active article .bg-ahla-gradient {
  background-image: none;
}
.upcoming-events .grid a:hover article h2, .upcoming-events .grid a:active article h2 {
  color: #072C45;
}
.upcoming-events .grid a:hover article .info-wrapper .date, .upcoming-events .grid a:active article .info-wrapper .date {
  color: #b30125;
}
.upcoming-events article {
  padding: 55px 40px 42px;
  font-size: 18px;
  line-height: normal;
  display: grid;
  row-gap: 20px;
}
.upcoming-events article .event-type {
  height: fit-content;
}
.upcoming-events h2 {
  font-size: 30px;
  line-height: 36px;
  align-self: start;
}
.upcoming-events .info-wrapper {
  align-self: end;
  z-index: 99;
}
.upcoming-events .info-wrapper .date {
  border-top: 1px solid #fff;
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}
.upcoming-events .info-wrapper .date i {
  position: absolute;
  right: 0;
}

.upcoming-events .swiper-slide {
  height: auto;
  align-items: stretch;
}

section.component--events-slider .upcoming-events div.key-issue-card {
  height: auto;
}

nav.slick__arrow {
  display: flex;
  column-gap: 20px;
}
@media (min-width: 768px) {
  nav.slick__arrow {
    position: absolute;
    left: -25%;
    top: 70%;
  }
}
nav.slick__arrow button::after {
  color: #fff;
  border: 1px solid #fff;
}

.events.event_grid .events.grid-four form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "sort key-events";
  align-items: start;
  margin-bottom: 50px;
}
.events.event_grid .events.grid-four form label {
  color: #707070;
}
.events.event_grid .events.grid-four form .form-item-sort-bef-combine {
  grid-area: sort;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
}
.events.event_grid .events.grid-four form .form-item-sort-bef-combine select {
  max-width: 170px;
}
.events.event_grid .events.grid-four form .form-item-entityqueue-relationship-1 {
  grid-area: key-events;
  justify-self: end;
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  grid-template-areas: "label input";
}
.events.event_grid .events.grid-four form .form-item-entityqueue-relationship-1 input {
  grid-area: input;
  margin: 0;
}
.events.event_grid .events.grid-four form .form-item-entityqueue-relationship-1 label {
  grid-area: label;
}
.events.event_grid .events.grid-four .rows-wrapper {
  display: grid;
  gap: 25px;
}
@media (min-width: 768px) {
  .events.event_grid .events.grid-four .rows-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px;
  }
}
.events.event_grid .events.grid-four .rows-wrapper a {
  display: block;
  position: relative;
}
.events.event_grid .events.grid-four .rows-wrapper a .background-image, .events.event_grid .events.grid-four .rows-wrapper a .bg-ahla-gradient {
  display: none;
  position: relative;
  border-radius: 10px;
}
.events.event_grid .events.grid-four .rows-wrapper a:hover, .events.event_grid .events.grid-four .rows-wrapper a:active {
  color: #fff;
}
.events.event_grid .events.grid-four .rows-wrapper a:hover .background-image, .events.event_grid .events.grid-four .rows-wrapper a:hover .bg-ahla-gradient, .events.event_grid .events.grid-four .rows-wrapper a:active .background-image, .events.event_grid .events.grid-four .rows-wrapper a:active .bg-ahla-gradient {
  display: block;
  position: absolute !important;
}
.events.event_grid .events.grid-four .rows-wrapper a:hover .background-image, .events.event_grid .events.grid-four .rows-wrapper a:active .background-image {
  height: 100%;
  width: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
}
.events.event_grid .events.grid-four .rows-wrapper a:hover .background-image + *, .events.event_grid .events.grid-four .rows-wrapper a:active .background-image + * {
  position: relative;
  z-index: 5;
}
.events.event_grid .events.grid-four .rows-wrapper a:hover *, .events.event_grid .events.grid-four .rows-wrapper a:active * {
  color: #fff;
}
.events.event_grid .events.grid-four article {
  padding: 25px 30px;
  font-size: 18px;
  line-height: normal;
  display: grid;
  row-gap: 60px;
  height: 100%;
  box-shadow: 0px 6px 30px #000;
  border-radius: 10px;
}
.events.event_grid .events.grid-four article .city-state {
  height: fit-content;
  color: #707070;
}
.events.event_grid .events.grid-four h2 {
  font-size: 30px;
  line-height: 36px;
  align-self: start;
  color: #072C45;
}
.events.event_grid .events.grid-four .info-wrapper {
  align-self: end;
}
.events.event_grid .events.grid-four .info-wrapper .powered {
  color: #707070;
}
.events.event_grid .events.grid-four .info-wrapper .date {
  border-top: 1px solid #707070;
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}
.events.event_grid .events.grid-four .info-wrapper .date i {
  position: absolute;
  right: 0;
}

.partner-carousel {
  display: flex;
  background-image: url("../img/bg-logo-grid@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 160px;
}
@media (max-width: 768px) {
  .partner-carousel {
    background-position: center 240px;
  }
}
.partner-carousel .slick-list {
  width: 100%;
}
.partner-carousel .slick-slide {
  width: 100%;
}
.partner-carousel .slick-slide.platinum-partners .header h3 {
  text-transform: uppercase;
}
.partner-carousel .header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .partner-carousel .header {
    flex-direction: column;
    padding-top: 20px;
  }
}
.partner-carousel .header h3 {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 0;
}
.partner-carousel .header img {
  width: 100%;
  max-width: 260px;
  height: auto;
  padding-bottom: 4px;
}
@media (max-width: 768px) {
  .partner-carousel .header img {
    border-bottom: solid 1px red;
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
}
.partner-carousel .header .header-divider {
  width: 1px;
  height: 90px;
  background-color: #707070;
  margin: 0 32px;
  align-self: end;
}
@media (max-width: 768px) {
  .partner-carousel .header .header-divider {
    display: none;
  }
}
.partner-carousel [class*=grid-] .partner-logos {
  display: grid;
  max-width: 1050px;
  margin: 0 auto;
}
.partner-carousel [class*=grid-] .partner-logos .logo-wrapper {
  align-self: center;
}
.partner-carousel [class*=grid-] .partner-logos .logo-wrapper .field-content {
  display: flex;
  justify-content: center;
}
.partner-carousel .grid-three .partner-logos {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 20%;
}
.partner-carousel .grid-four .partner-logos {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 15%;
}
.partner-carousel .grid-five .partner-logos {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 50px 10%;
}

section.paragraph.paragraph--partner-carousel {
  padding-top: 100px;
}

section.featured-item {
  padding-bottom: 0;
}
section.featured-item .container {
  padding-bottom: 100px;
  border-bottom: 1px solid #707070;
}

section.resource-center {
  padding: 0;
}
section.resource-center .resource-center-container {
  max-width: 1280px;
  width: 100%;
}
section.resource-center .resource-center-header {
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  padding: 36px 0 52px 0;
}
section.resource-center .resource-center-header h1 {
  color: #02254a;
  font-size: 72px;
  line-height: 92px;
  margin-bottom: 60px;
}
section.resource-center .resource-center-header .resource-center-search {
  display: flex;
}
section.resource-center .resource-center-header .resource-center-search input {
  max-width: 705px;
  height: 50px;
  width: 100%;
  border: none;
  margin-bottom: 0;
  font-family: "Playfair Display", sans-serif;
  color: #181818;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.22px;
}
section.resource-center .resource-center-header .resource-center-search input::placeholder {
  font-family: "Playfair Display", sans-serif;
  color: #181818;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.22px;
}
section.resource-center .resource-center-header .resource-center-search button {
  border: none;
  background: #AF1E2D;
  height: 50px;
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.resource-center .resource-center-header .resource-center-search button i {
  color: #fff;
  font-size: 22px;
}
section.resource-center .resource-center-content {
  display: flex;
  justify-content: center;
}
section.resource-center .resource-center-content .resource-center-featured {
  padding: 80px 20px 20px 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  section.resource-center .resource-center-content .resource-center-featured {
    flex-direction: column;
    padding: 30px 20px 0px 20px;
  }
}
section.resource-center .resource-center-content .resource-center-view {
  margin-top: 60px;
}
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container {
  display: flex;
  padding-bottom: 85px;
}
@media (max-width: 1180px) {
  section.resource-center .resource-center-content .resource-center-view .resource-center-view-container {
    flex-direction: column;
  }
}
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .views-exposed-form {
  background: #F5F5F5;
  max-width: 304px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px 22px;
  min-height: 650px;
  height: 100%;
}
@media (max-width: 1180px) {
  section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .views-exposed-form {
    max-width: 100%;
    min-height: unset;
  }
}
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .views-exposed-form .form-item-title,
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .views-exposed-form .form-item-members-only {
  display: none;
}
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .views-exposed-form .form-item-sort-bef-combine {
  order: 1;
  margin-bottom: 10px;
}
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .views-exposed-form .form-item-sort-bef-combine select {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .views-exposed-form .form-item-sort-bef-combine label {
  display: none;
}
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .views-exposed-form .form-item-field-related-initiative-target-id,
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .views-exposed-form .form-item-field-resource-related-issue-target-id,
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .views-exposed-form .form-item-field-resource-members-only-value {
  display: flex;
  align-items: center;
  order: 2;
}

.paragraph--type--hospitality-regulations label,
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .views-exposed-form .form-item-field-related-initiative-target-id label,
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .views-exposed-form .form-item-field-resource-related-issue-target-id label,
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .views-exposed-form .form-item-field-resource-members-only-value label {
  color: #505050;
  font-size: 18px;
  line-height: 38.5px;
  margin-left: 6px;
}
#access-prompt-modal input.form-checkbox,
.paragraph--type--hospitality-regulations input.form-checkbox,
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .views-exposed-form input.form-checkbox {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 23px;
  height: 22px;
  border: solid 2px #d26479;
  border-radius: 2px;
  transform: translateY(-0.075em);
  background-color: transparent;
  display: grid;
  place-content: center;
  transition: 120ms background-color ease-in-out;
}
#access-prompt-modal input.form-checkbox::before,
.paragraph--type--hospitality-regulations input.form-checkbox::before,
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .views-exposed-form input.form-checkbox::before {
  position: relative;
  left: -1px;
  top: -2px;
  content: "";
  width: 15px;
  height: 14px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #fff;
}
#access-prompt-modal input.form-checkbox:checked,
.paragraph--type--hospitality-regulations input.form-checkbox:checked,
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .views-exposed-form input.form-checkbox:checked {
  background-color: #c32644;
  border: solid 2px #c32644;
}
#access-prompt-modal input.form-checkbox:checked::before,
.paragraph--type--hospitality-regulations input.form-checkbox:checked::before,
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .views-exposed-form input.form-checkbox:checked::before {
  transform: scale(1) rotate(12deg);
}
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .resource-center-view-content {
  margin-left: 50px;
  width: 100%;
}
@media (max-width: 1180px) {
  section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .resource-center-view-content {
    margin-left: unset;
  }
}
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .resource-center-view-content .resource-center-view-content-cards {
  display: grid;
  grid-template-columns: repeat(2, fit-content(420px));
  grid-column-gap: 20px;
  max-width: 862px;
  border-bottom: solid 1px #7d7d7d;
  padding-bottom: 36px;
}
@media (max-width: 768px) {
  section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .resource-center-view-content .resource-center-view-content-cards {
    grid-template-columns: 1fr;
  }
}
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .resource-center-view-content .resource-center-view-content-cards .resource-card {
  padding: 24px 20px 20px 20px;
}
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .resource-center-view-content .resource-center-view-content-cards .resource-card .resource-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .resource-center-view-content .resource-center-view-content-cards .resource-card .resource-card-header i {
  color: #707070;
  margin-right: 9px;
  font-size: 18px;
}
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .resource-center-view-content .resource-center-view-content-cards .resource-card .resource-card-header p.resource-category {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.36px;
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 0;
}
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .resource-center-view-content .resource-center-view-content-cards .resource-card .resource-card-content a h2 {
  color: #02254a;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.3px;
  margin-bottom: 9px;
}
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .resource-center-view-content .resource-center-view-content-cards .resource-card .resource-card-content p.resource-card-description {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.2px;
  color: #181818;
  font-weight: 400;
  margin-bottom: 0;
}
section.resource-center .resource-center-content .resource-center-view .resource-center-view-container .resource-center-view-content .resource-center-view-content-cards .resource-card .resource-card-content p.resource-card-attribution {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.16px;
  color: #181818;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 3px;
}
section.resource-center #views-exposed-form-resource-center-embed-1 p.filter-title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.24px;
  color: #02254A;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
}
section.resource-center #views-exposed-form-resource-center-embed-1 .filter-group .filter-group--header p {
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #02254a;
}
section.resource-center #views-exposed-form-resource-center-embed-1 .bef-checkboxes.bef-nested ul {
  margin-bottom: 0;
  list-style: none;
}
section.resource-center #views-exposed-form-resource-center-embed-1 .bef-checkboxes.bef-nested ul li ul {
  margin-left: 10px;
  padding-left: 20px;
  border-left: solid 2px #505050;
}

.paragraph--type--hospitality-regulations .js-form-type-checkbox,
section.resource-center #views-exposed-form-resource-center-embed-1 .js-form-type-checkbox {
  display: flex;
  margin-bottom: 14px;
  align-items: baseline;
}
.paragraph--type--hospitality-regulations .views-exposed-form .js-form-type-checkbox {
  margin-bottom: 0px;
}
#access-prompt-modal .js-form-type-checkbox input,
.paragraph--type--hospitality-regulations .js-form-type-checkbox input,
section.resource-center #views-exposed-form-resource-center-embed-1 .js-form-type-checkbox input {
  margin-right: 6px;
  margin-top: 1px;
}
.paragraph--type--hospitality-regulations .js-form-type-checkbox label
section.resource-center #views-exposed-form-resource-center-embed-1 .js-form-type-checkbox label {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  color: #505050;
}
section.resource-center #views-exposed-form-resource-center-embed-1 .types-filter-wrapper legend {
  margin-top: 4px;
  margin-bottom: 12px;
}
section.resource-center #views-exposed-form-resource-center-embed-1 .types-filter-wrapper legend span {
  font-size: 20px;
}

.filter-group.toggle .filter-group--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-group.toggle .filter-group--header:hover {
  cursor: pointer;
}
.filter-group.toggle .filter-group--header:after {
  content: "+";
  font-size: 26px;
  line-height: 26px;
  font-weight: 300;
}
.filter-group.toggle .filter-group--filters {
  display: none;
}
.filter-group.toggle.open .filter-group--header:after {
  content: "-";
}

div.resource-center-featured-card {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1019607843);
  max-width: 360px;
  width: 100%;
  height: 400px;
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 1180px) {
  div.resource-center-featured-card {
    max-width: unset;
    height: unset;
  }
  div.resource-center-featured-card:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
div.resource-center-featured-card p.resource-category {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.36px;
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 70px;
}
div.resource-center-featured-card h2 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #02254a;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700 !important;
  margin-bottom: 0;
}
div.resource-center-featured-card a.resource-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  margin-top: auto;
  border-top: solid 1px #d6d6d6;
}
@media (max-width: 1180px) {
  div.resource-center-featured-card a.resource-links {
    margin-top: 30px;
  }
}
div.resource-center-featured-card a.resource-links p.view-report {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.18px;
  color: #b30125;
  margin-bottom: 0;
}
div.resource-center-featured-card a.resource-links i.fa-long-arrow-alt-right {
  font-size: 25px;
  line-height: 20px;
  color: #b30125;
}
div.resource-center-featured-card a.resource-links i.fa-lock {
  font-size: 22px;
  line-height: 22px;
  color: #707070;
}

section.resource-feed h2.title {
  font-size: 48px;
  line-height: 54px;
}
section.resource-feed p.subtitle {
  font-size: 26px;
  line-height: 34px;
  letter-spacing: -0.26px;
  color: #181818;
  font-weight: 300;
}
section.resource-feed .swiper-button-next, section.resource-feed .swiper-button-prev {
  border: 1px solid #cccccc;
}
section.resource-feed .swiper-button-next i, section.resource-feed .swiper-button-prev i {
  color: #b30125;
  font-size: 22px;
}
section.resource-feed .swiper-wrapper {
  padding: 40px 20px;
}
section.resource-feed .swiper {
  overflow: hidden;
}
section.resource-feed .swiper-slide {
  max-width: 360px;
}

a:focus-visible {
  outline: 2px solid #2a5f7a !important;
}

.issue-page section.title {
  padding-bottom: 0px;
}
.issue-page .title h1 {
  color: #02254A;
  padding-bottom: 40px;
  margin-right: 40px;
  border-bottom: 5px solid #cbd1df;
  font-size: 4rem;
}
.issue-page p {
  font: normal normal normal 20px/32px Poppins;
  letter-spacing: -0.2px;
}
.issue-page section.key-stats div.container {
  display: flex;
}
.issue-page section.key-stats div.container .key-stats-intro {
  max-width: 480px;
  width: 100%;
}
.issue-page section.key-stats div.container .key-stats-intro h3 {
  font-size: 26px;
  letter-spacing: 0.52px;
  color: #02254A;
  line-height: 38px;
}
.issue-page section.key-stats div.container div.key-stats-content {
  margin-left: 74px;
  flex: 1;
}
.issue-page section.key-stats div.container div.key-stats-content ul {
  list-style: none;
}
.issue-page section.key-stats div.container div.key-stats-content ul li {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.2px;
  color: #181818;
  font-weight: 400;
  display: flex;
}
.issue-page section.key-stats div.container div.key-stats-content ul li:before {
  content: "•";
  font-weight: bold;
  margin-right: 10px;
  color: #B30125;
}

.issue-resources h2 {
  margin-bottom: 46px;
}

.resource-card {
  margin-bottom: 30px;
}
.resource-card a {
  display: block;
}
.resource-card .fas {
  font-size: 36px;
}
.resource-card h3 {
  font-size: 22px;
  line-height: 28px;
  color: #181818;
  min-height: 62px;
  margin-top: 24px;
}

.issue-page .resource-card a {
  border: 1px solid #cccccc;
  padding: 50px 30px;
  background: #fff;
}

article.featured-event {
  padding-bottom: 84px;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 60px;
}
article.featured-event .featured-event-wrapper {
  display: flex;
}
article.featured-event .featured-event-wrapper.image-right {
  flex-direction: row-reverse;
}
article.featured-event .featured-event-wrapper.image-right .image-wrapper {
  margin-right: 30px;
}
@media (max-width: 768px) {
  article.featured-event .featured-event-wrapper {
    flex-direction: column !important;
  }
  article.featured-event .featured-event-wrapper .image-wrapper {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}
article.featured-event .content-wrapper {
  max-width: 683px;
}
article.featured-event .content-wrapper h2.title {
  font-size: 48px;
  line-height: 54px;
  color: #181818;
}
article.featured-event .content-wrapper p.subtitle {
  font-size: 26px;
  line-height: 34px;
  letter-spacing: -0.26px;
  color: #181818;
}
article.featured-event .content-wrapper p.summary {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.2px;
  color: #181818;
  font-weight: 400;
}

.events-archive-view form.views-exposed-form {
  flex-wrap: wrap;
}
.events-archive-view form.views-exposed-form .keyword-filter-wrapper {
  width: 100%;
  display: flex;
  align-items: end;
}
@media (min-width: 531px) {
  .events-archive-view form.views-exposed-form .keyword-filter-wrapper {
    margin-bottom: 15px;
  }
}
.events-archive-view form.views-exposed-form .keyword-filter-wrapper .form-item-keyword {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 501px) {
  .events-archive-view form.views-exposed-form .form-item-series,
.events-archive-view form.views-exposed-form .form-item-issue,
.events-archive-view form.views-exposed-form .form-item-initiative {
    margin-right: 20px;
  }
}
.events-archive-view form.views-exposed-form .form-item-series,
.events-archive-view form.views-exposed-form .form-item-issue,
.events-archive-view form.views-exposed-form .form-item-initiative,
.events-archive-view form.views-exposed-form .form-item-sort-bef-combine {
  width: 23%;
}
@media (max-width: 992px) {
  .events-archive-view form.views-exposed-form .form-item-series,
.events-archive-view form.views-exposed-form .form-item-issue,
.events-archive-view form.views-exposed-form .form-item-initiative,
.events-archive-view form.views-exposed-form .form-item-sort-bef-combine {
    width: 48%;
  }
}
@media (max-width: 530px) {
  .events-archive-view form.views-exposed-form .form-item-series,
.events-archive-view form.views-exposed-form .form-item-issue,
.events-archive-view form.views-exposed-form .form-item-initiative,
.events-archive-view form.views-exposed-form .form-item-sort-bef-combine {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .events-archive-view form.views-exposed-form .form-item-issue {
    margin-right: 0;
  }
}
.events-archive-view form.views-exposed-form .form-item-keyword input {
  margin-bottom: 0;
}
.events-archive-view .rows-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 32px;
}
@media (min-width: 768px) {
  .events-archive-view .rows-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.events-archive-view .rows-wrapper > div {
  max-width: 386px;
}
@media (max-width: 768px) {
  .events-archive-view .rows-wrapper > div {
    max-width: 100%;
  }
}
.events-archive-view form.views-exposed-form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .events-archive-view form.views-exposed-form {
    flex-direction: column;
  }
}
.events-archive-view form.views-exposed-form .form-item {
  margin-top: 12px;
}
.events-archive-view form.views-exposed-form .form-item label {
  font-size: 18px;
  line-height: 28px;
  color: #505050;
  font-weight: 400;
}
.events-archive-view form.views-exposed-form .form-item select {
  width: 100%;
  margin-bottom: 0;
}
.events-archive-view form.views-exposed-form .form-item select, .events-archive-view form.views-exposed-form .form-item input {
  font-size: 15px;
}
.events-archive-view form.views-exposed-form .form-item.form-item-keyword input {
  font-size: 17px;
  color: #000;
}
.events-archive-view form.views-exposed-form .form-actions {
  margin-left: 12px;
  position: relative;
}
.events-archive-view form.views-exposed-form .form-actions input {
  border: none;
  background: #AF1E2D;
  height: 48px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}

article.featured-event .component-content-with-image {
  padding-bottom: 84px;
  margin-bottom: 84px;
  border-bottom: solid 1px #CCCCCC;
}

.event-card {
  background: #fff;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 285px;
  padding: 25px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.event-card .event-card-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.event-card.has-image:hover .event-card-bg {
  opacity: 1;
}
.event-card.has-image:hover p.event-card-location,
.event-card.has-image:hover .event-card-title,
.event-card.has-image:hover .event-card-powered-by,
.event-card.has-image:hover .event-card-footer .event-card-date,
.event-card.has-image:hover .event-card-footer .event-card-arrow i {
  color: #fff;
}
.event-card a {
  z-index: 1;
}
.event-card p.event-card-location {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.36px;
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 10px;
  z-index: 1;
}
.event-card-title {
  margin: 0 0 10px 0;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #072C45;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  z-index: 1;
}
.event-card-powered-by {
  color: #707070;
  z-index: 1;
}
.event-card-powered-by .powered-by-label {
  margin-bottom: -6px;
}
.event-card-powered-by .powered-by-value {
  margin: 0;
}
.event-card-footer {
  z-index: 1;
  border-top: solid 1px #777777;
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.event-card-footer .event-card-date {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.18px;
  color: #B30125;
  text-transform: uppercase;
}
.event-card-footer .event-card-arrow i {
  color: #B30125;
}

.event--full article {
  margin-top: 68px;
}
.event--full article .event-info {
  display: flex;
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .event--full article .event-info {
    flex-direction: column-reverse;
  }
}
.event--full article .event-info .btn {
  margin-bottom: 10px;
}
.event--full article .event-info .event-info-main {
  width: 100%;
  margin-right: 56px;
}
.event--full article .event-info .event-info-main img {
  margin-bottom: 28px;
}
.event--full article .event-info .event-info-main h1 {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.28px;
  color: #181818;
}
.event--full article .event-info .event-info-main p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.2px;
  font-weight: 400;
}
.event--full article .event-info .event-info-sidebar {
  max-width: 392px;
  width: 100%;
}
@media (max-width: 768px) {
  .event--full article .event-info .event-info-sidebar {
    max-width: 100%;
  }
}
.event--full article .event-info .event-info-sidebar a.event-registration-button {
  width: 100%;
  text-align: left;
}
.event--full article .event-info .event-info-sidebar nav.event-navigation {
  margin: 20px 0;
}
.event--full article .event-info .event-info-sidebar nav.event-navigation ul {
  list-style: none;
  padding: 0 0 0 16px;
  margin: 0;
}
.event--full article .event-info .event-info-sidebar nav.event-navigation ul li a {
  text-transform: uppercase;
  font-size: 15px;
}
.event--full article .event-info .event-info-sidebar div.event-info-sidebar-content {
  background: #f5f5f5;
}
.event--full article .event-info .event-info-sidebar div.event-info-sidebar-content div.event-info-sidebar-content-section {
  padding: 20px 0;
  margin: 0 32px;
}
.event--full article .event-info .event-info-sidebar div.event-info-sidebar-content div.event-info-sidebar-content-section:not(:last-of-type) {
  border-bottom: 1px solid #CCCCCC;
}
.event--full article .event-info .event-info-sidebar div.event-info-sidebar-content div.event-info-sidebar-content-section p.event-info-label {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.16px;
  color: #BE0026;
  text-transform: uppercase;
  font-weight: 600;
}
.event--full article .event-info .event-info-sidebar div.event-info-sidebar-content div.event-info-sidebar-content-section p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.2px;
  color: #181818;
  margin-bottom: 0;
}
.event--full article .event-info .event-info-sidebar div.event-info-sidebar-content div.event-info-sidebar-content-section.registration-details p {
  margin-bottom: 16px;
}
.event--full article .event-info .event-info-sidebar div.event-info-sidebar-content div.event-info-sidebar-content-section.registration-details iframe, .event--full article .event-info .event-info-sidebar div.event-info-sidebar-content div.event-info-sidebar-content-section.registration-details img {
  max-width: 100%;
}
.event--full article .event-info .event-info-sidebar div.event-info-sidebar-content div.event-info-sidebar-content-section.registration-details ul, .event--full article .event-info .event-info-sidebar div.event-info-sidebar-content div.event-info-sidebar-content-section.registration-details ol {
  padding-left: 20px;
}
.event--full article .event-speakers {
  margin-top: 56px;
}
.event--full article .event-speakers.agenda-empty {
  margin-bottom: 56px;
}
.event--full article .event-speakers h2 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  margin-bottom: 46px;
}
.event--full article .event-speakers .event-speaker-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
.event--full article .event-speaker.large {
  background-color: red;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  max-width: 390px;
  max-height: 390px;
  width: 25.7766027759vw;
  height: 25.7766027759vw;
}
@media (max-width: 1000px) {
  .event--full article .event-speaker.large {
    width: 37VW;
    height: 37VW;
    max-width: unset;
  }
}
@media (max-width: 680px) {
  .event--full article .event-speaker.large {
    width: 74VW;
    height: 74VW;
    max-width: unset;
  }
  .event--full article .event-speaker.large div.event-speaker-info p.event-speaker-name,
  .event--full article .event-speaker.large div.event-speaker-info p.event-speaker-title {
    font-size: 16px !important;
  }
}
.event--full article .event-speaker.large div.event-speaker-info {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  left: 0;
  padding-left: 10px;
  background: rgba(0, 0, 0, 0.7);
}
.event--full article .event-speaker.large div.event-speaker-info p.event-speaker-name,
.event--full article .event-speaker.large div.event-speaker-info p.event-speaker-title {
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
  color: #FFFFFF;
}
.event--full article .event-speaker.compact {
  display: flex;
  align-items: center;
}
.event--full article .event-speaker.compact div.event-speaker-image {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: red;
}
.event--full article .event-speaker.compact div.event-speaker-info {
  margin-left: 16px;
}
.event--full article .event-speaker.compact div.event-speaker-info p.event-speaker-name {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.2px;
  color: #B30125;
  font-weight: 500;
}
.event--full article .event-speaker.compact div.event-speaker-info p.event-speaker-title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.2px;
  color: #707070;
  font-weight: 500;
}
.event--full article .event-agenda {
  margin-top: 56px;
}
.event--full article .event-agenda h2 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
.event--full article .event-agenda .agenda-item-timeslot {
  text-transform: uppercase;
  color: #C32644;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 24px;
}
.event--full article .event-agenda .agenda-item-title {
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0.52px;
  color: #02254A !important;
}
.event--full article .event-agenda i.icon-feather-plus, .event--full article .event-agenda i.icon-feather-minus {
  font-size: 33px;
  color: #B30125 !important;
  right: 10px;
}
.event--full article .event-agenda .panel-body p {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.2px;
  line-height: 32px;
  margin-bottom: 0;
}
.event--full article .event-agenda .panel-collapse {
  border-bottom: solid 1px #cccccc;
}
.event--full article .event-agenda .agenda-item-speakers {
  display: flex;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .event--full article .event-agenda .agenda-item-speakers {
    flex-direction: column;
  }
}
.event--full article .event-agenda .agenda-item-speakers a:not(:last-of-type) {
  margin-right: 50px;
}
@media (max-width: 768px) {
  .event--full article .event-agenda .agenda-item-speakers a:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.event--full article .event-sponsors {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 160px;
}
.event--full article .event-sponsors .event-sponsors-header {
  display: flex;
  align-items: end;
  margin-bottom: 90px;
}
.event--full article .event-sponsors .event-sponsors-header img {
  width: 235px;
  height: auto;
}
.event--full article .event-sponsors .event-sponsors-header h2 {
  font-size: 35px;
  line-height: 46px;
  color: #B30125;
  margin-bottom: 0;
  height: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 26px;
  margin-left: 26px;
  border-left: solid 1px #707070;
}
.event--full article .event-sponsors .event-sponsors-container {
  display: flex;
  align-items: center;
}
.event--full article .event-sponsors .event-sponsors-container article.partner-logo {
  margin: 0 40px;
}
.event--full article .event-sponsors .event-sponsors-container article.partner-logo a img {
  max-height: 120px;
  max-width: 220px;
  width: auto;
}
.event--full article .event-gallery {
  margin-bottom: 120px;
}

.paragraph--type--accordion h2 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
.paragraph--type--accordion .accordion-item-title {
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0.52px;
  color: #02254A;
}
.paragraph--type--accordion i.icon-feather-plus, .paragraph--type--accordion .paragraph--type--accordion i.icon-feather-minus {
  font-size: 33px;
  color: #B30125 !important;
  right: 10px;
}
.paragraph--type--accordion .panel-body p {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.2px;
  line-height: 32px;
}

#accordion-committees .panel-title span {
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0.52px;
  color: #02254A;
}
#accordion-committees i.icon-feather-plus, #accordion-committees #accordion-committees i.icon-feater-minus {
  font-size: 33px;
  color: #B30125 !important;
  right: 10px;
}
#accordion-committees .panel-body p {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.2px;
  line-height: 32px;
  margin-bottom: 0;
}

div.media-gallery h2.gallery-title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
}
div.media-gallery p.gallery-description {
  font-size: 26px;
  line-height: 34px;
  letter-spacing: -0.26px;
  font-weight: 300;
  margin-bottom: 44px;
}
div.media-gallery div.gallery-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 36px;
}
div.media-gallery div.gallery-items a img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
}
div.media-gallery.media-gallery-full {
  margin-top: 60px;
  margin-bottom: 60px;
}
div.media-gallery.media-gallery-preview h2.gallery-title,
div.media-gallery.media-gallery-preview p.gallery-description {
  text-align: center;
}
@media (max-width: 768px) {
  div.media-gallery.media-gallery-preview div.gallery-items {
    grid-template-columns: 1fr;
  }
}
div.media-gallery.media-gallery-preview div.gallery-link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.admin-tabs {
  background: #f5f5f5;
  display: flex;
  justify-content: center;
}
.admin-tabs nav {
  max-width: 1232px;
  width: 100%;
  padding: 20px;
}
.admin-tabs nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.admin-tabs nav ul li:not(:last-child) {
  margin-right: 24px;
}

nav.pager {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 67px;
}
nav.pager ul.pager__items {
  display: flex;
  list-style: none;
  position: relative;
}
nav.pager ul.pager__items li:not(:last-child) {
  margin-right: 7px;
}
nav.pager ul.pager__items li.pager__item--first, nav.pager ul.pager__items li.pager__item--last {
  display: none;
}
nav.pager ul.pager__items li.pager__item a {
  width: 46px;
  height: 46px;
  background: #f3dee0;
  color: #c32644;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0.26px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700 !important;
  padding-bottom: 6px;
}
nav.pager ul.pager__items li.pager__item a:hover {
  background: #c32644;
  color: #fff;
}
nav.pager ul.pager__items li.pager__item.pager__item--next a, nav.pager ul.pager__items li.pager__item.pager__item--previous a {
  background: #c32644;
  color: #fff;
  padding-bottom: 0;
}
nav.pager ul.pager__items li.pager__item.pager__item--next .pagination-next-icon, nav.pager ul.pager__items li.pager__item.pager__item--previous .pagination-next-icon {
  width: 0px;
  height: 0px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #fff;
}
nav.pager ul.pager__items li.pager__item.pager__item--next .pagination-prev-icon, nav.pager ul.pager__items li.pager__item.pager__item--previous .pagination-prev-icon {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 13px solid #fff;
}
nav.pager ul.pager__items li.is-active a {
  background: #c32644;
  color: #fff;
}

section.component--content-with-media div.container-main {
  position: relative;
  z-index: 6;
}
section.component--content-with-media .media-wrapper {
  margin-bottom: 24px;
}
section.component--content-with-media .media-wrapper img {
  width: 100%;
}
section.component--content-with-media .content-only .content-wrapper {
  max-width: 100%;
}
section.component--content-with-media .content-wrapper {
  width: 100%;
}
section.component--content-with-media .content-wrapper h2.title {
  font-size: 48px;
  line-height: 54px;
  color: #181818;
}
section.component--content-with-media .content-wrapper p.subtitle {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  color: #181818;
  font-weight: 300;
}
section.component--content-with-media .content-wrapper div.body-wrapper p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
section.component--content-with-media .content-wrapper div.body-wrapper ul {
  list-style: none;
}
section.component--content-with-media .content-wrapper div.body-wrapper ul li {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  display: flex;
}
section.component--content-with-media .content-wrapper div.body-wrapper ul li:not(:last-child) {
  margin-bottom: 10px;
}
section.component--content-with-media .content-wrapper div.body-wrapper ul li:before {
  content: "•";
  color: #b30125;
  margin-right: 10px;
}
@media (min-width: 992px) {
  section.component--content-with-media div.container-main {
    display: flex;
    align-items: center;
  }
  section.component--content-with-media div.container-main.media-right {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  section.component--content-with-media div.container-main.media-right .media-wrapper {
    margin-left: 35px;
    width: 100%;
  }
  section.component--content-with-media div.container-main.media-left .media-wrapper {
    margin-right: 55px;
  }
  section.component--content-with-media .media-wrapper {
    margin-bottom: unset;
    display: flex;
    justify-content: center;
  }
  section.component--content-with-media .media-wrapper img {
    width: initial;
  }
  section.component--content-with-media .content-wrapper {
    max-width: 683px;
  }
}
section.component--media-gallery {
  padding-top: 42px;
}
section.component--events-slider p.events-slider-subtitle {
  font-size: 22px;
  line-height: 36px;
  font-weight: 300 !important;
  margin-top: 10px;
}
section.component--events-slider .block-grid, section.component--events-slider .blazy.block-grid {
  display: flex;
}
section.component--cta .container-main .cta-content h4.cta-title {
  margin-bottom: 10px;
}
section.component--cta .container-main .cta-content p.cta-subtitle {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.32px;
}
@media (min-width: 992px) {
  section.component--cta .container-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  section.component--cta .container-main .cta-content {
    flex: 1;
    padding-right: 20px;
    max-width: 760px;
  }
  section.component--cta .container-main .cta-content h4 {
    font-size: 54px;
    line-height: 62px;
    letter-spacing: 0px;
  }
}

.lg-container .lg-prev:after {
  content: "\f104";
  font-weight: 900;
  font-family: "FONT AWESOME 5 FREE";
}

.lg-container .lg-next:before {
  content: "";
}

.lg-container .lg-next:after {
  content: "\f105";
  font-weight: 900;
  font-family: "FONT AWESOME 5 FREE";
}

.lg-container .lg-toolbar .lg-close:after {
  content: "\f00d";
  font-weight: 900;
  font-family: "FONT AWESOME 5 FREE";
}

.lg-container .lg-toolbar .lg-download:after {
  content: "\f019";
  font-weight: 900;
  font-family: "FONT AWESOME 5 FREE";
}

section.component--content-with-media.paragraph--type--content-with-image .content-wrapper h2.title {
  font: normal normal bold 26px/38px Playfair Display;
  color: #02254A;
}

section.component--content-with-media.paragraph--type--content-with-image .content-wrapper p.subtitle {
  font: normal normal normal 20px/32px Poppins;
}

.video-thumbnail {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.video-thumbnail a {
  display: inline-block;
  position: relative;
}
.video-thumbnail a .video-thumbnail-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(242, 242, 242, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-thumbnail a .video-thumbnail-overlay i {
  font-size: 82px;
}

.js-form-item-bundle {
  display: none;
}

.search-results-view .search-header {
  background-color: #f5f5f5;
  padding-bottom: 10px;
}
.search-results-view .search-header form.views-exposed-form {
  display: flex;
  align-items: center;
}
.search-results-view .search-header form.views-exposed-form .js-form-item-term {
  max-width: 754px;
  width: 100%;
}
.search-results-view .search-header form.views-exposed-form .js-form-item-term label {
  display: none;
}
.search-results-view .search-header form.views-exposed-form .js-form-item-term input[type=text] {
  margin: 0;
  padding: 8px 0 12px 10px;
  font-size: 22px;
  letter-spacing: 0.22px;
  color: #02254A;
  font-family: "Playfair Display", sans-serif;
  border: none;
}
.search-results-view .search-header form.views-exposed-form .js-form-item-mo {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.search-results-view .search-header form.views-exposed-form .form-actions input[type=submit] {
  background: #af1e2d;
  margin-bottom: 0;
  color: #fff;
  height: 50px;
}
.search-results-view .search-header nav.search-tabs {
  margin-top: 28px;
}
.search-results-view .search-header nav.search-tabs ul {
  list-style: none;
  margin-bottom: 0;
  display: flex;
}
.search-results-view .search-header nav.search-tabs ul li a {
  font-size: 22px;
  color: #666666;
  font-weight: 400;
  padding: 7px 26px;
  border-bottom: solid 4px #f5f5f5;
}
.search-results-view .search-header nav.search-tabs ul li a.active {
  border-bottom: solid 4px #b30125;
  color: #181818;
}
.search-results-view .search-main {
  padding-top: 44px;
}
.search-results-view .search-main .search-results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.search-results-view .search-main .search-results-header .search-results-summary p {
  font-size: 22px;
  color: #181818;
  font-weight: 400;
  margin-bottom: 0;
}
.search-results-view .search-main .search-results-header .members-only-filter {
  display: flex;
  align-items: center;
}
.search-results-view .search-main .search-results-header .members-only-filter label {
  font-size: 18px;
  color: #181818;
  font-weight: 400;
  margin-left: 10px;
}
.search-results-view .search-main .search-results-header .members-only-filter input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 23px;
  height: 22px;
  border: solid 2px #d26479;
  border-radius: 2px;
  transform: translateY(-0.075em);
  background-color: transparent;
  display: grid;
  place-content: center;
  transition: 120ms background-color ease-in-out;
}
.search-results-view .search-main .search-results-header .members-only-filter input[type=checkbox]::before {
  position: relative;
  left: -1px;
  top: -2px;
  content: "";
  width: 15px;
  height: 14px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #fff;
}
.search-results-view .search-main .search-results-header .members-only-filter input[type=checkbox]:checked {
  background-color: #c32644;
  border: solid 2px #c32644;
}
.search-results-view .search-main .search-results-header .members-only-filter input[type=checkbox]:checked::before {
  transform: scale(1) rotate(12deg);
}
.search-results-view .search-main .search-results h2.top-results-heading,
.search-results-view .search-main .search-results h2.more-results-heading {
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0.52px;
  color: #181818;
  font-weight: 500;
}
.search-results-view .search-main .search-results h2.more-results-heading {
  border-top: solid 1px #cccccc;
  padding-top: 40px;
}
.search-results-view .search-main .search-results.video-search-results {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 50px;
}
.search-results-view .search-main .search-results.video-search-results .video-search-result a.myButton img {
  width: 100%;
  margin-bottom: 10px;
}
.search-results-view .search-main .search-results.video-search-results .video-search-result .video-search-result-title {
  font-size: 22px;
  letter-spacing: -0.22px;
  line-height: 30px;
  color: #02254A;
}
.search-results-view .search-main .search-results .video-feed {
  border-top: solid 1px #cccccc;
  padding: 40px 0 0 0;
  margin-top: 18px;
  margin-bottom: 50px;
}
.search-results-view .search-main .search-results .video-feed h2.video-feed-heading {
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0.52px;
  color: #181818;
  font-weight: 500;
  margin-bottom: 6px;
}
.search-results-view .search-main .search-results .video-feed .video-feed-items {
  display: flex;
  align-items: center;
}
.search-results-view .search-main .search-results .video-feed .video-feed-items .slick-arrow {
  height: 40px;
  width: 40px;
  background-color: #fff;
  border: 1.5px solid #CCCCCC;
  border-radius: 100px;
  z-index: 2;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.search-results-view .search-main .search-results .video-feed .video-feed-items .slick-arrow.slick-next {
  background-image: url("../img/ico/arrow-right-red.svg");
  margin-left: -30px;
  right: -10px;
  position: relative;
}
.search-results-view .search-main .search-results .video-feed .video-feed-items .slick-arrow.slick-prev {
  background-image: url("../img/ico/arrow-left-red.svg");
  margin-right: -30px;
  left: -10px;
  position: relative;
}
.search-results-view .search-main .search-results .video-feed .video-feed-items .slick-list {
  flex: 1;
}
.search-results-view .search-main .search-results .video-feed .video-feed-items .slick-list .slick-slide:not(:last-of-type) {
  margin-right: 25px;
}
.search-results-view .search-main .search-results .video-feed .video-feed-items .slick-list .slick-slide img {
  width: 100%;
}
.search-results-view .search-main .search-results .video-feed .video-feed-items .slick-list .slick-slide p.video-feed-item-title {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.22px;
  color: #02254A;
  margin-top: 20px;
  margin-bottom: 0;
}
.search-results-view .search-main .search-results .search-result .search-result-members-only {
  display: flex;
  align-items: end;
  margin-bottom: 5px;
}
.search-results-view .search-main .search-results .search-result .search-result-members-only img {
  width: 14px;
  height: auto;
}
.search-results-view .search-main .search-results .search-result .search-result-members-only p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.7px;
  color: #B30125;
  text-transform: uppercase;
  margin-left: 10px;
}
.search-results-view .search-main .search-results .search-result .search-result-title {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.28px;
  font-weight: 500;
  margin-bottom: 4px;
}
.search-results-view .search-main .search-results .search-result .search-result-title a {
  color: #02254A;
}
.search-results-view .search-main .search-results .search-result .search-result-summary {
  margin-bottom: 6px;
}
.search-results-view .search-main .search-results .search-result .search-result-summary p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.2px;
  color: #181818;
  font-weight: 400;
  margin-bottom: 0;
}
.search-results-view .search-main .search-results .search-result .search-result-meta {
  display: flex;
}
.search-results-view .search-main .search-results .search-result .search-result-meta p.search-result-meta-category,
.search-results-view .search-main .search-results .search-result .search-result-meta p.search-result-meta-last-updated {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.28px;
  color: #181818;
  font-weight: 400;
}
.search-results-view .search-main .search-results .search-result .search-result-meta p.search-result-meta-last-updated {
  margin-left: 6px;
}
.search-results-view .search-main .search-results .search-result .search-result-meta p.search-result-meta-last-updated:before {
  content: "-";
  margin-right: 6px;
}

.path-user-login .user-login-form {
  max-width: 1260px;
  margin: 0 auto;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--tab,
.cookiesjsr-service-group.active .cookiesjsr-service-group--content,
.cookiesjsr-banner {
  background: #181818;
}

.cookiesjsr-btn.important {
  color: #181818;
}

.cookiesjsr-btn.invert {
  border-color: #181818;
  color: #181818;
}

.cookiesjsr-btn.invert.important {
  background-color: #181818;
  color: #fff;
  border-color: #181818;
}

.cookiesjsr-banner--info {
  width: 70%;
}

.cookiesjsr-banner--action {
  width: 30%;
}

.people .views-field-title span {
  font-weight: 600;
}

.component--statistics p.statistics-description {
  font-weight: 400;
  margin-bottom: 24px;
}

.component--quick-links-grid .feature-box {
  padding: 48px 27px;
  transition: all ease-in-out 200ms;
}
.component--quick-links-grid .feature-box:hover {
  transform: scale(1.01) translateY(-8px);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1019607843);
  border: solid 1px #fff !important;
}
.component--quick-links-grid .feature-box-icon {
  margin-bottom: 20px;
}
.component--quick-links-grid span {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
}
.component--quick-links-grid p {
  color: #505050;
  font-weight: 400;
  letter-spacing: -0.36px;
  line-height: 30px;
  margin-bottom: 20px !important;
}
.component--quick-links-grid a {
  font-weight: 500;
  font-size: 18px;
}

.view-layout--archive .view-container {
  display: flex;
  margin-top: 40px;
}
@media (max-width: 1180px) {
  .view-layout--archive .view-container {
    flex-direction: column;
  }
}
.view-layout--archive .view-content-wrapper {
  margin-left: 40px;
}
@media (max-width: 1180px) {
  .view-layout--archive .view-content-wrapper {
    margin-left: unset;
  }
}
.view-layout--archive .view-content-wrapper .view-content {
  display: grid;
  grid-template-columns: repeat(2, fit-content(420px));
  grid-column-gap: 20px;
  max-width: 862px;
}
@media (max-width: 768px) {
  .view-layout--archive .view-content-wrapper .view-content {
    grid-template-columns: 1fr;
  }
}

.htng-card {
  padding: 24px 20px 20px 20px;
}
.htng-card--content .htng-card--title {
  color: #02254a;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.3px;
  margin-bottom: 9px;
}
.htng-card--content .htng-card--description {
  margin-bottom: 10px;
}
.htng-card--content .htng-card--description p,
.htng-card--content .htng-card--current-doc {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #181818;
  font-weight: 400;
  margin-bottom: 0;
}
.htng-card--content .htng-card--current-doc p, .htng-card--content .htng-card--current-doc a,
.htng-card--content .htng-card--previous-docs p,
.htng-card--content .htng-card--previous-docs a {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.htng-card--content .htng-card--current-doc strong,
.htng-card--content .htng-card--previous-docs strong {
  font-weight: 600;
}

.htng-tech-specs-view .htng-header {
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  padding: 36px 0 52px 0;
}
.htng-tech-specs-view .htng-header h1 {
  color: #02254a;
  font-size: 72px;
  line-height: 92px;
  margin-bottom: 60px;
}
.htng-tech-specs-view .htng-header .htng-search {
  display: flex;
}
.htng-tech-specs-view .htng-header .htng-search input {
  max-width: 705px;
  height: 50px;
  width: 100%;
  border: none;
  margin-bottom: 0;
  font-family: "Playfair Display", sans-serif;
  color: #181818;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.22px;
}
.htng-tech-specs-view .htng-header .htng-search input::placeholder {
  font-family: "Playfair Display", sans-serif;
  color: #181818;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.22px;
}
.htng-tech-specs-view .htng-header .htng-search button {
  border: none;
  background: #AF1E2D;
  height: 50px;
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.htng-tech-specs-view .htng-header .htng-search button i {
  color: #fff;
  font-size: 22px;
}
.htng-tech-specs-view .view-container .views-exposed-form {
  background: #F5F5F5;
  max-width: 304px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px 22px;
  min-height: 650px;
  height: 100%;
}
@media (max-width: 1180px) {
  .htng-tech-specs-view .view-container .views-exposed-form {
    min-height: unset;
    max-width: unset;
  }
}
.htng-tech-specs-view .view-container .views-exposed-form .form-item-combine {
  display: none;
}
.htng-tech-specs-view .view-container .views-exposed-form input.form-checkbox {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 23px;
  height: 22px;
  border: solid 2px #d26479;
  border-radius: 2px;
  transform: translateY(-0.075em);
  background-color: transparent;
  display: grid;
  place-content: center;
  transition: 120ms background-color ease-in-out;
}
.htng-tech-specs-view .view-container .views-exposed-form input.form-checkbox::before {
  position: relative;
  left: -1px;
  top: -2px;
  content: "";
  width: 15px;
  height: 14px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #fff;
}
.htng-tech-specs-view .view-container .views-exposed-form input.form-checkbox:checked {
  background-color: #c32644;
  border: solid 2px #c32644;
}
.htng-tech-specs-view .view-container .views-exposed-form input.form-checkbox:checked::before {
  transform: scale(1) rotate(12deg);
}
.htng-tech-specs-view #views-exposed-form-htng-technical-specifications-page-1 p.filter-title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.24px;
  color: #02254A;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
}
.htng-tech-specs-view #views-exposed-form-htng-technical-specifications-page-1 .filter-group .filter-group--header p {
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #02254a;
}
.htng-tech-specs-view #views-exposed-form-htng-technical-specifications-page-1 .js-form-type-checkbox {
  display: flex;
  margin-bottom: 14px;
}
.htng-tech-specs-view #views-exposed-form-htng-technical-specifications-page-1 .js-form-type-checkbox input {
  margin-right: 6px;
  margin-top: 1px;
}
.htng-tech-specs-view #views-exposed-form-htng-technical-specifications-page-1 .js-form-type-checkbox label {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  color: #505050;
}
.htng-tech-specs-view #views-exposed-form-htng-technical-specifications-page-1 .types-filter-wrapper legend {
  margin-top: 4px;
  margin-bottom: 12px;
}
.htng-tech-specs-view #views-exposed-form-htng-technical-specifications-page-1 .types-filter-wrapper legend span {
  font-size: 20px;
}

article.basic-page .basic-page-header {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  padding: 50px 0;
}
article.basic-page .basic-page-header h1 {
  margin: 0;
}
article.basic-page .content-container {
  margin-top: 60px;
  margin-bottom: 60px;
}

#toolbar-administration {
  position: relative;
  z-index: 9999;
}

.search-form-wrapper .search-form-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.search-form-wrapper .search-form-container form {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 576px;
}
.search-form-wrapper .search-form-container form .search-form-keyword-wrapper {
  display: flex;
}
.search-form-wrapper .search-form-container form input[type=text] {
  color: #232323;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-weight: 300;
  padding: 10px 38px 10px 20px;
  line-height: 40px;
  margin-bottom: 0;
  color: #232323;
  border-bottom: 1px solid #232323;
  width: 100%;
}
.search-form-wrapper .search-form-container form input[type=text]::placeholder {
  color: #000;
  opacity: 0.65;
  font-style: italic;
}
.search-form-wrapper .search-form-container form button {
  color: #fff;
  font-size: 34px;
  /* color: #fff; */
  /* bottom: 37px; */
  right: 0;
  line-height: normal;
  outline: none;
  cursor: pointer;
  z-index: 0;
  margin-right: 0;
  border: none;
  background: #b30125;
  top: inherit;
  height: 61px;
  padding: 0px 28px;
}

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

#ahla_v2_datepicker {
  margin-bottom: 20px;
}
#ahla_v2_datepicker .ui-datepicker,
#ahla_v2_datepicker .ui-datepicker .ui-datepicker-header,
#ahla_v2_datepicker .ui-datepicker .ui-state-default {
  background: #AF1E2D;
  color: #fff;
  border: none;
  letter-spacing: 0.36px;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
}
#ahla_v2_datepicker .ui-datepicker .ui-datepicker-header {
  font-size: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#ahla_v2_datepicker .ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-e {
  background-position: -32px 0;
}
#ahla_v2_datepicker .ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-w {
  background-position: -96px 0;
}
#ahla_v2_datepicker .ui-datepicker .ui-state-hover {
  top: 2px;
  background: #AF1E2D;
  border: none;
  cursor: pointer;
}
#ahla_v2_datepicker .ui-datepicker-next.ui-state-hover {
  right: 2px;
}
#ahla_v2_datepicker .ui-datepicker-prev.ui-state-hover {
  left: 2px;
}
#ahla_v2_datepicker .ui-datepicker-next.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_444444_256x240.png);
  background-position: -32px 0;
}
#ahla_v2_datepicker .ui-datepicker-prev.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_444444_256x240.png);
  background-position: -96px 0;
}

#ahla_v2_datepicker .ui-datepicker .ui-icon {
  filter: invert(100%) sepia(0%) saturate(8%) hue-rotate(19deg) brightness(104%) contrast(100%);
}


.paragraph--type--events-master .container-main .events-archive-view {
  display: grid;
  grid-template-areas: "lft results results"
                       "lft results results"
                       "lft pager pager";
  column-gap: 60px;
}

.paragraph--type--events-master .container-main .rows-wrapper {
  grid-area: results;
  padding-top: 170px;
}
.paragraph--type--events-master .container-main .rows-wrapper.has-date-selected {
  padding-top: 220px;
}
.paragraph--type--events-master .container-main .pager {
  grid-area: pager;
}
.paragraph--type--events-master .container-main .form-item-sort-bef-combine {
  padding-bottom: 30px !important;
}
.paragraph--type--events-master .container-main .form-item-series,
.paragraph--type--events-master .container-main .form-item-issue,
.paragraph--type--events-master .container-main .form-item-initiative,
.paragraph--type--events-master .container-main .form-item-field-date-value,
.paragraph--type--events-master .container-main .form-item-sort-bef-combine {
  grid-area: lft;
}
.paragraph--type--events-master .container-main .form-item-series,
.paragraph--type--events-master .container-main .form-item-issue,
.paragraph--type--events-master .container-main .form-item-initiative,
.paragraph--type--events-master .container-main .form-item-sort-bef-combine {
  padding: 0px 20px;
}

.paragraph--type--events-master .events-archive-view form.views-exposed-form {
  grid-row: span 3;
  display: grid;
  grid-template-areas: "calendar"
                       "filterType"
                       "filterA"
                       "filterD"
                       "filterZ"
                       "callout";
  margin-bottom: 540px;
}
.paragraph--type--events-master .container-main .form-item-field-date-value {
  grid-area: calendar;
  align-self: self-end;
}

.paragraph--type--events-master .container-main .ahla_v2_datepicker_clear_wrapper {
  display: block;
  grid-area: filterZ;
  position: absolute;
  left: 34%;
  width: 66%;
  top: 150px;
  font-size: 30px;
  line-height: 36px;
  color: #072C45;
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
}
.paragraph--type--events-master .container-main .ahla_v2_datepicker_clear_wrapper a {
  font-size: 18px;
  text-transform: lowercase;
  font-family: Poppins;
  font-weight: normal;
}
.paragraph--type--events-master .container-main .form-item-keyword {
  grid-area: filterZ;
  position: absolute;
  left: 34%;
  width: 66%;
}
.paragraph--type--events-master .container-main .form-item-field-industry-event-value {
  grid-area: filterType;
}
.paragraph--type--events-master .container-main .form-item-series {
  grid-area: filterA;
}
.paragraph--type--events-master .container-main .form-item-sort-bef-combine {
  grid-area: filterD;
}
.paragraph--type--events-master .container-main .form-actions {
  grid-area: filterZ;
}
.paragraph--type--events-master .events-archive-view form.views-exposed-form .form-actions {
  position: absolute;
  right: -1px;
  top: 90px;
  height: 50px;
}
.paragraph--type--events-master .events-archive-view form.views-exposed-form .form-item-series,
.paragraph--type--events-master .events-archive-view form.views-exposed-form .form-item-issue,
.paragraph--type--events-master .events-archive-view form.views-exposed-form .form-item-initiative,
.paragraph--type--events-master .events-archive-view form.views-exposed-form .form-item-sort-bef-combine {
  margin-top: 0;
  background: 0% 0% no-repeat padding-box padding-box rgb(245, 245, 245);
  width: 340px;
}
.paragraph--type--events-master .events-archive-view form.views-exposed-form .form-item label {
  line-height: 36px;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.paragraph--type--events-master .events-archive-view form.views-exposed-form .form-radios .form-item label {
  margin-top: 0px;
}
.paragraph--type--events-master .events-archive-view form.views-exposed-form .form-item select, .events-archive-view form.views-exposed-form .form-item input {
  font-size: 18px;
}
.paragraph--type--events-master .form-item-field-date-value label {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@media (min-width: 768px) {
  .paragraph--type--events-master .events-archive-view .rows-wrapper {
      grid-template-columns: 1fr;
  }
  .paragraph--type--events-master .events-archive-view .rows-wrapper > div {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .paragraph--type--events-master .event-card {
    min-width: 840px;
  }
}

@media (max-width: 1199px) {
  .paragraph--type--events-master .events-archive-view form.views-exposed-form {
    grid-row: span 3;
    display: grid;
    grid-template-areas: "keywordSection"
                         "calendar"
                         "filterType"
                         "filterA"
                         "filterD"
                         "filterZ"
                         "callout";
  }
  .paragraph--type--events-master .events-archive-view form.views-exposed-form .form-actions {
    grid-area: keywordSection;
    position: relative;
    left: 240px;
  }
  .paragraph--type--events-master .container-main .form-item-keyword {
    grid-area: keywordSection;
    position: relative;
    left: 0;
    width: 340px;
  }
}

.ahla_v2_master_events_filter_toggle {
  display: none;
  margin-bottom: 30px;
}
.ahla_v2_master_events_filter_toggle:after {
  content: "\25BC"; /* Unicode character for downward-pointing triangle */
  margin-left: 10px;
}
.ahla_v2_master_events_filter_toggle.open:after {
  content: "\25B6";
}

@media (max-width: 768px) {
  .paragraph--type--events-master .events-archive-view form.views-exposed-form {
    margin-bottom: 20px;
  }
  .paragraph--type--events-master .container-main .rows-wrapper.has-date-selected,
  .paragraph--type--events-master .container-main .rows-wrapper {
    padding-top: 0;
  }
  .paragraph--type--events-master .container-main .events-archive-view {
    grid-template-areas: "toggle"
                         "lft"
                         "results"
                         "pager";
  }
  .ahla_v2_master_events_filter_toggle {
    grid-area: toggle;
    display: inline;
  }
  .paragraph--type--events-master .container-main .events-archive-view form {
    grid-area: lft;
  }
  .paragraph--type--events-master .container-main .ahla_v2_datepicker_clear_wrapper {
    position: initial;
    width: 100%;
    left: 0;
  }
}
.paragraph--type--events-master fieldset {
  grid-area: filterType;
  align-self: center;
}

.paragraph--type--events-master .ahla_v2_datepicker_callout {
  grid-area: filterZ;
}
.paragraph--type--events-master .ahla_v2_datepicker_callout h2 {
  margin-top: 20px;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #072C45;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
.paragraph--type--events-master .event-card .event-card-bg {
  background-position: top;
}


.rows-wrapper .event-card-content {
  display: none;
}

.paragraph--type--events-master .event-card.has-image:hover .event-card-content {
  color: #fff;
}
.paragraph--type--events-master .rows-wrapper .event-card-content {
  margin-top:30px;
  display: block;
  z-index: 1;
}
.paragraph--type--events-master .rows-wrapper .event-card-content p {
  margin-bottom: 0;
}

.paragraph--type--events-master .form-item-field-date-value-1 {
  display: none;
}

.paragraph--type--events-master td a {
   pointer-events: none;
   cursor: default;
}
.paragraph--type--events-master td a.has-event {
  font-weight: 800;
  pointer-events: auto;
  cursor: pointer;
}

.paragraph--type--events-master .ui-datepicker-title {
  cursor: pointer;
}


.subaccordion form {
  display: none;
}
.subaccordion .accordion-event {
  background: 0% 0% no-repeat padding-box padding-box rgb(245, 245, 245);
  margin: 5px 0;
  padding: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}

.reg-count {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 18px;
  color: #707070;
}
.subaccordion .reg-count {
  top: 12px;
}
.paragraph--type--hospitality-regulations .subaccordion .panel .panel-heading {
  padding: 10px 0;
}
.paragraph--type--hospitality-regulations .panel .panel-heading {
  padding: 25px 25px 25px 0;
}

.subaccordion .accordion-style-02 .panel .panel-body {
  padding-top: 0;
}
.subaccordion .accordion-event h3 .topic {
  font-size: 32px;
  margin-bottom: 10px;
  margin-top: 40px;
}
.subaccordion .accordion-event h3 .topic,
.subaccordion .accordion-event .views-field-title {
  color: #02254a;
  text-transform: initial;
  margin-bottom: 10px;
  font: normal normal medium 32px/36px Poppins;
}
.subaccordion .accordion-event .views-field-title {
  font: normal normal 600 26px / 36px Poppins;
}

.subaccordion .accordion-event .views-field-created {
  float: right;
  font-style: italic;
  color: #525252;
}
.subaccordion .accordion-event .topic {
  color: #b30125;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}
.accordion-style-02 .panel .subaccordion.panel-body {
  padding: 30px 0px 30px 0;
}

.subpanel {
  padding-left: 20px;
  padding-right: 20px;
}
.subpanel .views-row {
  box-shadow: 0px 6px 30px #0000001A;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.paragraph--type--hospitality-regulations .accordion-item-title {
  font-size: 36px;
}
.paragraph--type--hospitality-regulations .subaccordion .accordion-item-title {
  font: normal normal bold 26px/38px Playfair Display;
}

.paragraph--type--hospitality-regulations .container-main {
  display: grid;
  padding-top: 40px;
  column-gap: 40px;
}
@media (min-width: 768px) {
.paragraph--type--hospitality-regulations .container-main {
  grid-template-areas: "filters results results";
  grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
    .paragraph--type--hospitality-regulations .container-main {

  grid-template-areas: "filters"
                        "results";
    }
}

.paragraph--type--hospitality-regulations .views-exposed-form {
  grid-area: filters;
  background: 0% 0% no-repeat padding-box padding-box rgb(245, 245, 245);
  padding: 40px 20px;
}
.paragraph--type--hospitality-regulations .views-exposed-form legend {
  font: normal normal bold 24px/32px Playfair Display;
  color: #02254A;
}
.paragraph--type--hospitality-regulations .paragraph--type--accordion {
  grid-area: results;
  padding-top: 0;
}

#access-prompt-modal:not(.active) {
  display: none;
}

#access-prompt-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(48, 52, 64, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

#access-prompt-modal .access-prompt-modal-content {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 40px;
  max-width: 864px;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  #access-prompt-modal .access-prompt-modal-content {
    height: 100vh;
    overflow: auto;
  }
}
#access-prompt-modal .access-prompt-modal-content h2 {
  font: normal normal bold 40px/48px Playfair Display;
}
#access-prompt-modal .access-prompt-modal-content h3 {
  font: normal normal bold 26px/38px Playfair Display;
  letter-spacing: 0.52px;
  color: #02254A;
}

#access-prompt-modal .access-prompt-modal-content p {
  font: normal normal normal 20px/32px Poppins;
}
#access-prompt-modal .webform-confirmation {
  text-align: center;
}

#access-prompt-modal .webform-confirmation__back {
  display: none;
}

#access-prompt-modal form {
  display: grid;
  grid-template-areas: "first last"
                       "email phone"
                       "company empy"
                       "consent empy"
                       "centered centered";
  grid-column-gap: 40px;
}
#access-prompt-modal form .form-item-first-name {
  grid-area: first;
}
#access-prompt-modal form .form-item-email {
  grid-area: email;
}
#access-prompt-modal form .form-item-company {
  grid-area: company;
}
#access-prompt-modal form div[data-drupal-messages] {
  grid-area: empy;
}
#access-prompt-modal form .form-item-i-consent-to-receive-emails-or-texts-from-ahla {
  grid-area: consent;
  display: flex;
  align-items: baseline;
}
#access-prompt-modal form .form-item-last-name {
  grid-area: last;
}
#access-prompt-modal form .form-item-phone {
  grid-area: phone;
}
#access-prompt-modal form .form-actions {
  grid-area: centered;
  margin: 30px auto 0 auto;
  position: relative !important;
}
#access-prompt-modal .access-prompt-modal-content form {
  text-align: left;
}

#access-prompt-modal form .form-required::after {
  content: "*";
  color: #b30125;
}

form.webform-submission-hospitality-regulations-access-form #edit-actions:hover .btn-red  {
  background: transparent;
  color: #b30125;
}

form.webform-submission-hospitality-regulations-access-form #edit-actions:after {
  background-image: url(../img/ico/icon-long-arrow-right-white.svg);
  content: "";
  width: 18px;
  height: 21px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 23px;
  top: 15px;
}

form.webform-submission-hospitality-regulations-access-form #edit-actions:hover:after {
  background-image: url(../img/ico/icon-long-arrow-right-red.svg);
}

form.webform-submission-hospitality-regulations-access-form #edit-actions:after:hover {
  background-image: url(../img/ico/icon-long-arrow-right-red.svg);
}

form.webform-submission-hospitality-regulations-access-form #edit-actions #edit-submit {
  margin-bottom: 0;
}

form.webform-submission-hospitality-regulations-access-form #edit-actions #edit-submit:after {
  display: none;
}

form.webform-submission-hospitality-regulations-access-form .btn.btn-red:after {
  display: none;
}

/* Optional: Style agenda expand/collapse links like header links */
.agenda-expand-controls .header-top-member-login a {
  color: #d72631; /* Example: matches AHLA red */
  font-weight: 600;
  text-decoration: none;
  padding: 6px 18px;
  border-radius: 4px;
  border: 1px solid #d72631;
  transition: background 0.2s, color 0.2s;
  background: #fff;
  margin-right: 8px;
}

.agenda-expand-controls .header-top-member-login a:hover,
.agenda-expand-controls .header-top-member-login a:focus {
  background: #d72631;
  color: #fff;
  text-decoration: none;
}
