.press-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
}

.press-card img {
  width: 100%;
}

.press-card h2 {
  margin: 4px 0 24px;
  font-family: "Marriott";
  text-transform: uppercase;
  position: relative;
  color: #000041;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  text-transform: uppercase;
  z-index: 99;
}

span.taxonomy-term,
.press-card-date {
  font-family: "Maax Reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 15.4px */
  letter-spacing: 1px;
  text-transform: uppercase;
}

p.publication {
  font-family: "Maax Reg";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.35rem */
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-top: 2.5rem;
}

section.block-hero_footer.high {
  height: 770px;
}

.press-load-more {
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 160px;
}

.press-archive-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.press-filters .btn-primary {
  background-color: #000041;
  border-color: transparent;
  display: inline-flex;
  padding: 18px 24px;
  align-items: center;
}

.press-filters .btn-primary:hover,
.press-filters .btn-primary:focus,
.press-filters .btn-primary:active,
.press-filters .btn-primary:not(:disabled):not(.disabled).active, 
.press-filters .btn-primary:not(:disabled):not(.disabled):active, 
.press-filters .show>.btn-primary.dropdown-toggle {
  background-color: #69CBBA;
  color: #000041;
  border-color: transparent;
}

.press-filters .btn-primary:focus{
  outline: 0px !important;
  box-shadow: none !important;
}

.press-filters .dropdown-toggle{
  top: 0px !important;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: 'Maax Reg';
  margin: 0 !important;
}

.press-filters .dropdown-toggle:after{
  display:none !important;
}

.press-filters .dropdown-menu {
  max-height: 300px;
  top: 54px !important;
  background: #FDE9D3 !important;
  border-radius: 0px !important;
  padding: 1.75rem;
  min-width: fit-content;
  z-index: 99999;
}

.taxonomy-term {
  color: #000041;
}

.custom-caret {
  display: inline-block;
  width: 15px;
  height: 8px;
  margin-left: 5px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="8" viewBox="0 0 15 8" fill="none"><path d="M0.898438 0.449738L7.34818 6.89948L13.7979 0.449738" stroke="white"/></svg>') no-repeat center center;
  background-size: contain;
}

.press-filters .btn-primary:hover .custom-caret {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="8" viewBox="0 0 15 8" fill="none"><path d="M0.898438 0.449738L7.34818 6.89948L13.7979 0.449738" stroke="purple"/></svg>') no-repeat center center;
  background-size: contain;
}


.custom-checkbox {
   position: relative;
   padding-left: 35px;
   cursor: pointer;
   font-size: 16px;
   user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #00205B;
  background-color: transparent;
}

.custom-checkbox:hover input ~ .checkbox-icon {
  background-color: #f0f0f0;
}

.custom-checkbox input:checked ~ .checkbox-icon {
  background-color: #00205B;
}

.checkbox-icon:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkbox-icon:after {
  display: block;
}

.custom-checkbox .checkbox-icon:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.dropdown-menu .dropdown-item.custom-checkbox {
  padding: 0px 12px 8px 0;
  font-family: 'Maax Reg';
  color: #000041;
  font-size: 0.875rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.3125rem */
  letter-spacing: 0.03125rem;
}

.dropdown-menu .dropdown-item.custom-checkbox .title {
  font-size: 0.875rem !important;
}

.dropdown-menu .dropdown-item.custom-checkbox:last-child {
  padding: 0px 12px 0 0;
}

.press-filters .dropdown-menu .dropdown-item.custom-checkbox:hover,
.press-filters .dropdown-menu .dropdown-item.custom-checkbox:active {
  background-color: transparent !important;
}

.press-filters .dropdown-item {
  padding: 0.5rem 1rem;
}

.press-filters .dropdown-item input[type="checkbox"] {
  margin-right: 0.5rem;
}

.press-slider .slick-dots > li {
  display: inline-block;
}
.press-slider .slick-dots > li:only-child {
  display: none;
}



.press-load-more .btn-primary{
  width: 178px;
  padding: 12px 0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 1px;
  text-transform: uppercase;
  background: transparent;
  
  color: #000041;
  border-bottom: 1px solid #000041;
  border-top: 1px solid #000041;
  padding: 10px 15px;
  color: #000041;
  transition: all .5s;
}

.press-load-more .btn-primary:hover,
.press-load-more .btn-primary:active,
.press-load-more .btn-primary:not(:disabled):not(.disabled):active {
  text-decoration: none;
  background-color: transparent;
  color: #000041;
  border-bottom: 1px solid #81D8D0;
  border-top: 1px solid #81D8D0;
}

@media only screen and (max-width: 1148px) {
  .press-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 748.89px) {
  .press-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .press-filters .mr-5 {
    margin-right: 1rem !important;
  }

  .press-filters .dropdown {
    position: inherit;
  }

  .press-filters .btn-primary {
    padding: 18px 18px;
  }

  .press-load-more {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  
}