<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import 'uswds.min.css';
@import 'nwds.css';
html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.wrapper {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

.grid-container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 1024px) {
  .grid-container {
    min-width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  .grid-container {
    width: 100%;
  }
}

.tabs .nav-tabs {
  padding: 0;
  border-bottom: 2px solid #205493;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .tabs .nav-tabs {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.tabs .nav-tabs .nav-tabs_tab {
  display: block;
  padding: 8px 20px;
  border: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #f1f1f1;
  color: #000;
  font-size: 1.125rem;
  margin-right: 7px;
}
.tabs .nav-tabs .nav-tabs_tab:last-child {
  margin-right: 0;
}
.tabs .nav-tabs .nav-tabs_tab[aria-selected=true] {
  display: block;
  color: #f1f1f1;
  font-weight: bold;
  background-color: #205493;
}

.header .header-container {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.header .header-title {
  font-family: "Arial", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 720px) {
  .header .header-title {
    font-size: 1rem;
  }
}

.icon_logo {
  width: 90px;
  height: 56px;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 720px) {
  .icon_logo {
    width: 60px;
    height: 37px;
  }
}

.navigation ul.usa-nav__primary {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 -1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .navigation ul.usa-nav__primary {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.navigation ul.usa-nav__primary li.usa-nav__primary-item.active a.usa-nav__link {
    color: white !important;
    background-color: 
    #0050d8 !important;
}
.navigation ul.usa-nav__primary li.usa-nav__primary-item {
  border: none;
}
.navigation ul.usa-nav__primary li.usa-nav__primary-item a.usa-nav__link {
/*  font-size: 1.125rem; */
  padding: 1rem 1.5rem;
  color: #ffffff;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .navigation ul.usa-nav__primary li.usa-nav__primary-item a.usa-nav__link {
    padding: 1rem 0;
  }
}
.navigation ul.usa-nav__primary li.usa-nav__primary-item.active a.usa-nav__link {
  color: #005ea2;
}

.event-header {
  padding: 60px 0;
}
@media screen and (min-width: 1024px) {
  .event-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.event-header h1 {
  font-size: 2.4em;
}

.page-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
/*  padding-top: 20px; */
}

.contact-info {
  margin: 30px 0 40px 0;
  padding: 5px 2rem 25px 2rem;
  background-color: #205493;
  border-radius: 7px;
  color: #fff;
}

.contact-info a {
  color: #fff!important;
}

.contact-info h3 {
  margin-bottom: 0;
  font-size: 16px;
}

.contact-info p {
  margin-top: 5px;
  margin-left: 10px;
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  .contact-info {
    padding: 5px 15px 25px 25px;
    margin: 25px 0 0 -35px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-info .usa-button {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1.5rem auto 1rem auto;
  }
}

.event-button-group {
  margin-top: 40px;
}
.event-button-group a {
  color: #fff!important;
}
@media screen and (max-width: 1024px) {
  .event-button-group {
    text-align: center;
  }
}
.event-button-group a.usa-button {
  margin-bottom: 20px;
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  .event-button-group a.usa-button {
    width: auto;
    margin-right: 0;
  }
}

.event-description h2 {
  margin-bottom: 5px;
}
.event-description h3 {
  margin: 5px 0 15px;
}
.event-description p {
  margin-top: 5px;
}

.list_dashed {
  list-style-type: none;
}
.list_dashed &gt; li {
  text-indent: -5px;
  font-size: 1.25em;
}
.list_dashed &gt; li:before {
  content: "-";
  text-indent: -5px;
  margin-right: 7px;
}

.event-content p {
  font-size: 1.25em;
}

.event-content a {
  color: #0071bc;
  text-decoration: none;
}

.event-banner {
  background: url("../images/curation-at-scale-concept2.1.jpg");
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: cover;
  min-height:300px;
}

@media screen and (max-width: 1024px) {
.event-banner {
    min-height: 200px;
}
}
@media screen and (max-width: 767px) {
.event-banner {
    min-height: 120px;
}
}

.organizer {
  width: 180px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #f1f1f1;
}
.organizer__img {
  height: 200px;
  overflow: hidden;
  position: relative
}
.organizer__img img {
  min-height: 100%;
  max-width: 200px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.organizer__name {
  background-color: #205493;
  color: #fff;
  text-align: center;
  padding: 13px 5px;
  font-weight: bold;
}
.organizer__title {
  background-color: #f1f1f1;
  text-align: center;
  padding: 13px 5px;
  font-size: 18px;
  min-height: 71px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .organizer {
    margin: 1rem auto;
  }
}

.footer {
  padding: 30px 0;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .footer {
    margin-top: 50px;
  }
}
.footer a {
  text-decoration: none;
  color: #fff;
}
.footer .footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.footer .footer-container .footer-col {
  flex: 1 0 100%;
  margin-bottom: 15px;
  padding: 0 10px;
}
@media screen and (min-width: 720px) {
  .footer .footer-container .footer-col {
    flex: 1 0 25%;
  }
}

.footer-lower-text {
  text-align: center;
  font-size: 0.9rem;
}

.icon_social {
  width: 38px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}
.event-info {text-align: center;}
.event-info h1 {font-size: 2.5em;}

@media screen and (min-width: 1024px) {
  .speaker__info {
     padding-left: 30px;
   }
}

.speaker {
  margin-bottom: 50px;
}

.speaker a {
  color: #0071bc;
}

.speaker h2 {
  margin-top:0;
}

.speaker h2 span {
  font-size: 17px;
}

.speaker h3 {
  font-size: 1em;
  color: #000000;
}

.speaker h4 {
  font-weight: 400;
  font-style: italic;
}

.speaker .organizer__img img {
  margin-top: 7px;
}

.youtube h3 {
  margin: 5px 0 0 0;
}
</pre></body></html>