<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.squaredTwo {position: relative;}

.checkbox-custom input[type="checkbox"]{
	opacity: 0;
}

.checkbox-custom input[type="checkbox"] + label:before {
	content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 0px;
    margin-left: -16px;
    margin-right: 5px;
    border: 1px solid #000;
	position: relative;
	left: 1px;
	bottom:0px;
}
.checkbox-custom input[type="checkbox"] + label {
	color: #000;
    font-size: 1.4rem;
	position: relative;
}

.checkbox-custom input[type="checkbox"]:checked + label:before {
    background: #000;
}

.checkbox-custom input[type="checkbox"]:checked + label:after {
    opacity: 1;
    content: "";
    position: absolute;
    width: 8px;
    height: 5px;
    background: transparent;
    top: 2px;
    left: -1.3rem;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-popup .checkbox-custom input[type="checkbox"] + label{
	color:#fff;
}

.search-popup .checkbox-custom input[type="checkbox"] + label:before {
	border:1px solid #fff;
	color:#fff;
}

.search-popup .checkbox-custom input[type="checkbox"]:checked + label:before {
    background: #000;
}

.loader {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 100%;
  z-index: 99;
  height: 75vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader img {
  width: 150px;
  display: inline-block;
}

.filter-items.year .filter-item.filter-item-parent .months span {
  text-indent: 5px;
}

.pure-g ul.months li label {
  right: auto;
  left: 1px;
}

#LoadMore {
  font-size: 12px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: #000000;
  text-decoration: none;
  padding: 17px 26px;
  display: flex;
  border: none;
  -webkit-transition: left 0.4s ease-out;
  transition: left 0.4s ease-out;
  margin-top: 10px;
  /* cursor: wait; */
}
.event-flag {
  width: fit-content !important;
  object-fit: contain;
  margin-left: 1em;
}
.event-flag-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 70px;
}
/* #LoadMore:hover{
    background:linear-gradient(to right, #ffc027 0%, #ee21a3 100%);
} */
.pure-g.archive-wrapper {
  padding-bottom: 40px;
}
.component-filter.jplist-panel .filter-items {
  padding-top: 5px;
}
.component-filter.jplist-panel .filter-items .filter-item {
  margin: 2px 0;
}

.new-elements {
  opacity: 1 !important;
}

.new-elements.feed-item .small-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.disclaimer-text {
  font-size: 14px;
}

.jplist-panel .filter-item.filter-item-header {
  margin: 2px 0;
}
.cta-link.NextLoad.color-standard-white:before {
  bottom: -1px;
}
.dnone {
  display: none;
}
.component-filter.jplist-panel .content-filters .filter-items {
  padding-top: 0px;
  border-top: none;
  padding-left: 22px;
}
.component-filter .filter-set.allinsights {
  margin-bottom: 5px;
}
.jplist-panel.component-filter .filter-items .months {
  margin-left: 22px;
}

#spinner-load {
  margin: 10px auto 0px;
}
.text-center {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  /* body:not(.page-template-archive-press) .component-filter.jplist-panel {
   
  } */

  .component-filter.jplist-panel.award-pannel {
    padding-right: 0;
    overflow-y: hidden;
  }
  .events-archive .component-filter.jplist-panel {
    padding-right: 0;
    overflow-y: hidden;
    height: calc(100vh - 170px);
  }
  .thinking-btn {
    bottom: 0;
    width: 100%;
  }
  .filter-set.topic-panel {
    margin-top: 20px;
  }
  .component-filter.jplist-panel.events-pannel {
    height: auto;
  }

  .component-filter.jplist-panel.award-pannel.mCS_no_scrollbar {
    /* height:auto; */
    padding-right: 30px;
  }
  .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 3px !important;
  }

  .noclick {
    pointer-events: none;
  }

  .checkbox-custom input[type="checkbox"]:focus{
    opacity: 1;
  }
}

.filter-items.year .filter-item-parent:before {
  content: "";
}
.searchExactPhraseLabel{
	font-size: 1em;
}

.search-button{
	bottom:auto;
	top:0;
}
.component-search .search-button{
	bottom:auto;
	top:16px;
}
.component-search input[type="text"] {
    padding: 20px 46% 20px 20px;
}

.component-search .search-dropdown{
	right: 50px;
    top: calc(30% - 0.75em);
    position: absolute;
    font-size: 1.5em;
    background: #000;
    color: #fff;
}

.component-search .search-button + div{
	margin-bottom: 1rem;
    margin-top: 0.3rem;
}

.search-popup .searchExactPhraseLabel{
	color:#fff;
	position: relative;
    top: 3px;
}

.filter-item .checkbox-custom input[type="checkbox"] + label{
  cursor:pointer;
}

#LoadMore:focus-visble{
  border:1px solid red;
}

@media only screen and (max-width: 1023px) {
  .loader{
    height:auto;
  }
}

a.staff-profile{
  z-index: 1;
  position: relative;
}</pre></body></html>