<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
  --primary: #1D4D7E;
  --secondary: #853a51;
  --tertiary: #94C4C1;
}

.bg-tertiary{
  background-color: var(--tertiary);
  background: var(--tertiary);
}

/*
.subtitle{
  font-size: 28px !important;
  font-weight: 800 !important;
}
  */
.event h2 {
  margin-top: 25px;
  margin-bottom: 20px;
}

.event h3 {
  margin-top: 25px;
  font-weight: 600;
}

.event .h4 {
  font-size: 1rem;
  font-weight: 700;
}


ul.social-media {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.event ul.social-media li {
  display: inline-block;
  padding: 0; 
  display: flex;
  font-size: 0.9rem;
}

ul.social-media li:first-child {
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 72px;
}

ul.social-media li.email-btn {
  background-color: var(--secondary);
  border-radius: 4px;
}

/*
ul.social-media li iframe {
  width: 80px !important;
}

ul.social-media li iframe .btn-o {
  width: 80px !important;
}

ul.social-media li iframe .btn-o a {
  padding-left: 16px;
  padding-right: 16px;
}*/

ul.social-media li.email-btn a i {
  padding-top: 2px;
}

ul.social-media li a {
  text-decoration: none;
  padding: 3px 12px;
  display: flex;
}

ul.social-media li a i {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.event-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.event .alert.alert-warning .event-alert-msg:last-child p {
  margin-bottom: 0;
}

.event ul li {
  font-size: 1rem;
}

.event .event-hero {
  margin-top: 30px;
  /*
  display: flex;
  flex-direction: column;
  align-items: stretch;
  display: grid;*/
}
.event-overview{
  margin: 20px auto;
  justify-content: space-evenly;
}
.agenda-wrapper{
  width: 80%;
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.event-hero {
  justify-content: space-around !important;
}

.event-hero &gt; .col-md-6{
  padding: 0px;
}
/* .event .event-hero div:first-child {
  flex: 1;
  grid-column: 1;
} */

.event .event-hero img {
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 800px;
}

.event .event-details {
  background-color: #F8F9FA;
}

/* .event .event-hero div:last-child {
  flex: 1;
  grid-column: 2;
} */


.event-hr-purple {
  background-color: #6346A3;
  max-width: 120px;
  height: 3px;
  margin-inline-start: initial;
}

.event-info i {
  color: #000;
  font-size: 1.1rem;
  margin-right: 7px;
}

.event-info
.event-info .event-date,
.event-info .event-time {
  margin-bottom: 7px;
}

.event-registration-btn {
  margin-top: 20px;
}

.event-registration-btn a {
  padding: 8px 14px;
  color: #fff;
  max-width: none;
  background-color: var(--primary);
  border-color: var(--primary);
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 5px;
}

.event-registration-btn a:link,
.event-registration-btn a:visited {
  color: #fff;
  text-decoration: none;
}

.event-registration-btn a svg {
  margin-left: 6px;
}

.event-registration-btn a svg path {
  stroke: #fff;
}

.custom-section {
  margin-top: 30px;
}

.event-resources {
  margin-top: 30px;
}

.event-see-also {
  margin-top: 30px; 
}

.event-speaker {
  margin-top: 30px;
  margin-bottom: 20px;
}

.event-speaker.wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.event-speaker .backdrop-bg {
  position: absolute;
  border-radius: 4px 4px 0 0;
  width: auto;
  height: 110px;
  background: var(--tertiary);
  top: 5px;
  left: 5px;
  right: 5px;
}

.event-speaker img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
  margin-bottom: 5px;
  max-width: 175px;
  box-shadow: 0px 2px 5px 0px #d4d4d4;
  z-index: 1;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.event-speaker .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.event-speaker .card-body .card-text a {
  text-decoration: none;
}

.event-speaker .card-body .position {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #5a5858;
  font-size: 14px;
}

.event-speaker .card-body .bio {
  margin-top: 30px;
  display: block;
}

.event-speaker .bio-name-block,
.event-speaker .bio-body-block,
.video-speaker .bio-name-block,
.video-speaker .bio-body-block {
  display: none;
  visibility: hidden;
}

.event-contact {
  margin-top: 30px;
}

.events .event-listing-container {
  display: flex;
  border: 1px solid #868686;
  flex-wrap: wrap;
  padding: 30px 30px;
  margin-bottom: 20px;
  border-radius: 5px;
  align-items: center;
}

.events #featured {
  background-color: #effae2;
  border: 1px solid #9bb763;
}

.events #featured .featured-event-header {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
}

.events #featured .featured-event-header .featured-event-title {
  font-size: .9rem;
  margin-bottom: 4px;
  font-weight: 700;
}

.events #featured .featured-event-header .featured-event-anchor img {
  transform: scaleX(-1);
  width: 20px;
}

.events .event-info-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.events .event-date-wrapper {
  flex-basis: 70px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
}

.events .event-date-wrapper .event-date {
  text-align: center;
}

.events .event-date-wrapper .event-date .event-day {
  font-size: 2rem;
}

.events .event-date-wrapper .event-date .event-month {
  margin-top: -7px;
  text-transform: uppercase;
  font-weight: 700;
}

.events .event-details .scope {
  margin-bottom: 12px;
}

.events .event-btn {
  margin-left: auto;
  flex-basis: 100px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
}

.events .event-btn a {
  padding: 8px 14px;
  color: #fff;
  max-width: none;
  background-color: #587d0c;
  border-color: #587d0c;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 5px;
}


.event-info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  padding: 25px 50px !important;
}

.event-type {
  margin-top: 10px;
  margin-bottom: 10px;
}

.event-type-b{
  padding-top: 10px;
}

.about-oer-events {
  margin-top: 50px;
  background-image: url("../images/oer-events-wtext.png");
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 400px;
  background-color: #F8F9FA;
}

.about-oer-content {
  padding-top: 300px;
}

.about-oer-content:last-child {
  padding-right: 40px;
}

.about-oer-container {
  padding: 40px 0 40px 40px;
}

.about-oer-icon {
  margin-bottom: 12px;
}

.about-oer-icon i {
  font-size: 40px;
  font-weight: 700;
  color: var(--secondary);
}

@media only screen and (max-width: 800px) {
  .agenda-wrapper{
    margin: 20px auto;
    width: 100%;
  }
  .event-speaker.wrapper {
    display: block;
  }

  .events .event-info-wrapper {
    flex-direction: column;
  }

  .events .event-info-wrapper {
    flex-direction: column;
  }

  .events .event-btn {
    flex-basis: auto;
  }

  .events .event-nav-buttons {
    padding-left: 0;
  }
  iframe{
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .event-hero img {
    width: 100%;
    height: auto;    
  }

  .about-oer-events {
    background-size: contain;
  }

  .about-oer-content {
    padding-top: 110px;
    padding-bottom: 7%
  }

  .about-oer-container {
    padding: 7%;
    padding-bottom: 0;
  }

}

.video-main{
  /*
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 30px !important;
  */
}

.video-cards {
  display: flex;
  justify-content: space-between;
}

.video-info{
  margin-top: 20px;
}

.video-presmod{
  margin-top: 30px;
}

.video-presmod &gt; .row{
  margin-top: 30px;
  flex-wrap: wrap;
  height: fit-content
}

.video-speaker {
  /*
  height: 180px !important;
  width: 500px !important; 
  margin: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;*/
  display: flex;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid lightgrey;
  border-left: 8px solid var(--secondary);
  margin-bottom: 26px;
  /*flex-grow: 1;
  width: 49%;*/
}

.video-mod {
  /*
  height: 180px !important;
  width: 500px !important;
  margin: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid lightgrey;
  border-left: 8px solid var(--tertiary);
  flex-grow: 1;
  width: 49%;*/
  display: flex;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid lightgrey;
  border-left: 8px solid var(--tertiary);
  margin-bottom: 26px;
}

.video-speaker-content {
  display: flex;
}

.vs-info {
  /*
  display: flex;  
  flex-direction: column;
  justify-content: space-between;
  align-self: center;*/
  align-content: center;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 10px;
}

.vs-info p {
  margin-bottom: 2px;
}

.vs-img{
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 150px;
}
.vs-img &gt; img{
  height: 125px;
  width: 125px;
  border-radius: 50%;
  border: 5px solid white;
  margin-left: auto;
  margin-right: auto;
  /*
  margin-top: 34px;
  margin-bottom: 5px;*/
  max-width: 150px;
  box-shadow: 0px 2px 5px 0px #d4d4d4;
  z-index: 1;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.vs-name{
  font-weight: 700;
  font-size: 16px;
}
.video-presmod &gt; .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
</pre></body></html>