span.event-status.badge.badge-primary.hidden {
    display: none;
}

.badge-gray {
  background-color: #d4d4d4;
  color: #4b2e83; }

.status .badge, .archive-type .badge {
  opacity: 0.8; }

.call-to-action .btn.btn-lg.white span {
  border-color: #b7a57a; }

.home .single-event {
  margin-bottom: 40px;
  border-bottom: 1px solid #e8e3d3;
  padding-bottom: 40px;
  min-height: 426px; }
  @media (min-width: 768px) {
    .home .single-event {
      display: grid;
      grid-template-columns: 0.75fr 1.25fr;
      grid-column-gap: 20px; }
      .home .single-event .thumbnail {
        grid-column: 1;
        grid-row: 1 / span 4; } }
  .home .single-event .thumbnail img {
    width: 100%;
    /*-webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.14);
            box-shadow: 0 8px 10px rgba(0, 0, 0, 0.14);*/ }
  @media (max-width: 767px) {
    .home .single-event .thumbnail {
      margin-bottom: 20px; } }

.home .single-event .badge,
.single-uw_oplevents .badge,
.archive .badge {
  padding: .35em .75em;
  font-size: 90%; }

.home .single-event h3.event-title,
.single-uw_oplevents h3.event-title,
.archive h3.event-title {
  margin-bottom: 0; }

.home .single-event .event-details,
.single-uw_oplevents .event-details,
.archive .event-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 10px; }
  .home .single-event .event-details .status,
  .single-uw_oplevents .event-details .status,
  .archive .event-details .status {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .home .single-event .event-details .date-time,
  .single-uw_oplevents .event-details .date-time,
  .archive .event-details .date-time {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .home .single-event .event-details .location,
  .single-uw_oplevents .event-details .location,
  .archive .event-details .location {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .home .single-event .event-details p,
  .single-uw_oplevents .event-details p,
  .archive .event-details p {
    margin-bottom: 0; }
    .home .single-event .event-details p.status,
    .single-uw_oplevents .event-details p.status,
    .archive .event-details p.status {
      margin-top: 10px;
      margin-bottom: 10px; }
      .home .single-event .event-details p.status .cost,
      .home .single-event .event-details p.status .event-status,
      .home .single-event .event-details p.status .recording,
      .home .single-event .event-details p.status .livestream,
      .single-uw_oplevents .event-details p.status .cost,
      .single-uw_oplevents .event-details p.status .event-status,
      .single-uw_oplevents .event-details p.status .recording,
      .single-uw_oplevents .event-details p.status .livestream,
      .archive .event-details p.status .cost,
      .archive .event-details p.status .event-status,
      .archive .event-details p.status .recording,
      .archive .event-details p.status .livestream {
        margin-right: 5px; }

.card {
  background-color: #e8e3d3;
  border: 0 none;
  border-radius: 2px; }

.card .card-body {
  padding: 2rem; }

.card .card-body p {
  font-family: Open Sans,sans-serif;
  font-weight: 300; }

.card .card-body h2, .card .card-body h3, .card .card-body h4 {
  color: #4b2e83;
  font-family: Encode Sans Compressed,sans-serif;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1rem; }

.card .card-body .card-title-slant {
  margin-bottom: 0; }

.card .card-body .card-img {
  margin-bottom: 2rem;
  border-radius: 2px; }

.card .card-body .card-img.card-img-inset {
  width: auto;
  margin-top: 1rem; }

.card .card-body .btn-group-sm > .btn-primary.btn, .card .card-body .btn-sm.btn-primary {
  border-radius: 2px; }

.card .card-body .btn-group-sm > .btn-primary.btn:active, .card .card-body .btn-group-sm > .btn-primary.btn:hover, .card .card-body .btn-sm.btn-primary:active, .card .card-body .btn-sm.btn-primary:hover {
  border-color: #b7a57a;
  background-color: #b7a57a;
  border-radius: 2px; }

.card.white.purple-top .card-title {
  font-family: Encode Sans Compressed,sans-serif;
  font-size: 2rem;
  font-weight: 700;
  background-color: #4b2e83;
  color: #fff;
  padding: 1.35rem 2rem;
  margin-bottom: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.card.white.purple-top .card-body {
  background-color: #fff;
  border: 1px solid rgba(112, 112, 112, 0.2);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

.card.white.text-button .card-body {
  background-color: #fff;
  border: 1px solid rgba(112, 112, 112, 0.2);
  border-radius: 2px; }

.card.full-width, .card.large {
  width: 100%;
  margin: 20px auto;
  border: 1px solid rgba(112, 112, 112, 0.2);
  /*-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.14);*/
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden; }

.card.full-width.white, .card.large.white {
  background-color: #fff; }

.card.full-width.white h2, .card.full-width.white h3, .card.full-width.white h4, .card.full-width.white p, .card.large.white h2, .card.large.white h3, .card.large.white h4, .card.large.white p {
  color: #373a3c; }

.card.full-width.white .card-body, .card.large.white .card-body {
  background-color: #fff; }

.card.full-width.purple, .card.large.purple {
  background-color: #4b2e83; }

.card.full-width.purple h2, .card.full-width.purple h3, .card.full-width.purple h4, .card.full-width.purple p, .card.large.purple h2, .card.large.purple h3, .card.large.purple h4, .card.large.purple p {
  color: #fff; }

.card.full-width.purple .card-body, .card.large.purple .card-body {
  background-color: #4b2e83; }

.card.full-width.lightgold, .card.large.lightgold {
  background-color: #e8e3d3; }

.card.full-width.lightgold h2, .card.full-width.lightgold h3, .card.full-width.lightgold h4, .card.large.lightgold h2, .card.large.lightgold h3, .card.large.lightgold h4 {
  color: #373a3c; }

.card.full-width.lightgold p, .card.large.lightgold p {
  color: #4b2e83; }

.card.full-width.lightgold .card-body, .card.large.lightgold .card-body {
  background-color: #e8e3d3; }

.card.full-width .image-large, .card.large .image-large {
  width: 100%;
  height: auto;
  background: url(../img/uw-band.png) no-repeat;
  background-size: cover;
  background-position: 50%; }

.card.full-width .card-body, .card.large .card-body {
  padding-left: 15px;
  padding-right: 0;
  -webkit-transform: skew(-15deg, 0);
          transform: skew(-15deg, 0);
  position: relative;
  left: -3.5rem; }

@media (min-width: 768px) and (max-width: 991px) {
  .card.full-width .card-body, .card.large .card-body {
    left: -5rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .card.full-width .card-body, .card.large .card-body {
    left: -3.75rem; } }

.card.full-width .inner-card-body, .card.large .inner-card-body {
  margin-left: 5rem;
  padding-right: 1rem;
  -webkit-transform: skew(15deg, 0);
          transform: skew(15deg, 0);
  max-width: 75%; }

@media (max-width: 767px) {
  .card.full-width .inner-card-body, .card.large .inner-card-body {
    max-width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .card.full-width .inner-card-body, .card.large .inner-card-body {
    max-width: 85%; } }

@media (max-width: 767px) {
  .card.full-width, .card.large {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr; }
  .card.full-width .card-body, .card.full-width .inner-card-body, .card.large .card-body, .card.large .inner-card-body {
    -webkit-transform: none;
            transform: none; } }

.card.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  border: 0 none !important;
  /*-webkit-box-shadow: 0 0 0 !important;
          box-shadow: 0 0 0 !important;*/
  border-radius: 0; }

.card.full-width .card-body {
  padding: 9rem 0;
  left: -4rem; }

@media (max-width: 767px) {
  .card.full-width .card-body {
    padding: 2rem 3rem 6rem; } }

@media (max-width: 991px) and (min-width: 768px) {
  .card.full-width .card-body {
    left: -5rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .card.full-width .card-body {
    left: -4.5rem; } }

.card.full-width.img-right .card-body {
  left: 5rem; }

@media (max-width: 767px) {
  .card.full-width.img-right .card-body {
    left: -4rem;
    padding: 3rem; } }

.udub-slant-divider {
  overflow: hidden;
  display: block;
  margin: .5rem 0 1rem; }

.udub-slant-divider span {
  -webkit-transform: skew(-15deg, 0);
          transform: skew(-15deg, 0);
  display: block;
  height: .3rem;
  width: 4rem;
  background-color: #4b2e83;
  margin: 0 0 0 -5px; }

.udub-slant-divider.gold span {
  background-color: #b7a57a; }

.udub-slant-divider.white span {
  background-color: #fff; }

.single-uw_oplevents header.entry-header {
  margin-bottom: 0; }
  .single-uw_oplevents header.entry-header h1.entry-title {
    margin-bottom: 0; }

.single-uw_oplevents .entry-content {
  margin-top: 5px; }

.single-uw_oplevents .date-time {
  font-size: 19px;
  font-weight: bold; }

.single-uw_oplevents .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  padding-top: 0;
  height: auto;
  margin-left: auto;
  margin-right: auto; }
  .single-uw_oplevents .video-embed iframe, .single-uw_oplevents .video-embed object, .single-uw_oplevents .video-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.single-uw_oplevents .event-info-card {
  background: white; }
  .single-uw_oplevents .event-info-card .event-description p {
    font-size: 18px;
    font-weight: normal; }

.single-uw_oplevents .panel-information.card.white, .single-uw_oplevents .speaker-information-card.white {
  background-color: white;
  padding: 0;
  clear: both; }
  .single-uw_oplevents .panel-information.card.white .panelists.card-body, .single-uw_oplevents .speaker-information-card.white .panelists.card-body {
    padding: 0; }
    .single-uw_oplevents .panel-information.card.white .panelists.card-body .speaker-card, .single-uw_oplevents .speaker-information-card.white .panelists.card-body .speaker-card {
      background: white;
      border-bottom: 1px solid rgba(112, 112, 112, 0.2); }
      .single-uw_oplevents .panel-information.card.white .panelists.card-body .speaker-card:last-of-type, .single-uw_oplevents .speaker-information-card.white .panelists.card-body .speaker-card:last-of-type {
        border-bottom: 0 none; }
      .single-uw_oplevents .panel-information.card.white .panelists.card-body .speaker-card .card-body, .single-uw_oplevents .speaker-information-card.white .panelists.card-body .speaker-card .card-body {
        border: 0 none; }
        .single-uw_oplevents .panel-information.card.white .panelists.card-body .speaker-card .card-body .speaker-name, .single-uw_oplevents .panel-information.card.white .panelists.card-body .speaker-card .card-body .speaker-title, .single-uw_oplevents .speaker-information-card.white .panelists.card-body .speaker-card .card-body .speaker-name, .single-uw_oplevents .speaker-information-card.white .panelists.card-body .speaker-card .card-body .speaker-title {
          color: #4b2e83; }
        .single-uw_oplevents .panel-information.card.white .panelists.card-body .speaker-card .card-body .speaker-name, .single-uw_oplevents .speaker-information-card.white .panelists.card-body .speaker-card .card-body .speaker-name {
          background: white;
          padding: 0; }

.single-uw_oplevents .speaker-photo, .single-uw_oplevents img.alignright, .single-uw_oplevents .panel-info .thumbnail, .single-uw_oplevents .thumbnail {
  float: right;
  max-width: 50%;
  margin: 0 0 20px 20px; }
  @media (max-width: 767px) {
    .single-uw_oplevents .speaker-photo, .single-uw_oplevents img.alignright, .single-uw_oplevents .panel-info .thumbnail, .single-uw_oplevents .thumbnail {
      float: none;
      max-width: 100%;
      width: 100%;
      margin: 0 auto 20px;
      text-align: center;
      display: block; }
      .single-uw_oplevents .speaker-photo img, .single-uw_oplevents img.alignright img, .single-uw_oplevents .panel-info .thumbnail img, .single-uw_oplevents .thumbnail img {
        width: 100%; } }

.single-uw_oplevents .speaker-photo img, .single-uw_oplevents img.panel-speaker-photo, .single-uw_oplevents img.moderator-photo, .single-uw_oplevents img.alignright, .single-uw_oplevents .panel-info .thumbnail img {
  /*-webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.14);
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.14);*/ }

.single-uw_oplevents .speaker-photo img {display: block;}

.single-uw_oplevents .event-description h2, .single-uw_oplevents .event-description h3, .single-uw_oplevents .event-description h4 {
  clear: none;
  line-height: 1.25;
  margin-top: 0; }

.single-uw_oplevents .speaker-name {
  margin-bottom: 0;
  font-weight: bold; }

.single-uw_oplevents .speaker-information-card.white h4.card-title {
  color: #4b2e83;
  background: white;
  padding: 0;
  font-weight: bold; }

.single-uw_oplevents .speaker-information-card.white .card-body {
  padding: 20px; }

.single-uw_oplevents .speaker-information-card.white .speaker-photo {
  float: left;
  width: 40%;
  margin: 0 20px 5px 0; }

.single-uw_oplevents .speaker-card, .single-uw_oplevents .moderator-card, .single-uw_oplevents .speaker-information-card {
  padding: 20px;
  margin-bottom: 20px; }
  .single-uw_oplevents .speaker-card .panel-speaker-photo, .single-uw_oplevents .speaker-card .moderator-photo, .single-uw_oplevents .moderator-card .panel-speaker-photo, .single-uw_oplevents .moderator-card .moderator-photo, .single-uw_oplevents .speaker-information-card .panel-speaker-photo, .single-uw_oplevents .speaker-information-card .moderator-photo {
    float: left;
    width: 40%;
    margin: 0 20px 5px 0; }
  .single-uw_oplevents .speaker-card .speaker-name, .single-uw_oplevents .speaker-card .moderator-name, .single-uw_oplevents .moderator-card .speaker-name, .single-uw_oplevents .moderator-card .moderator-name, .single-uw_oplevents .speaker-information-card .speaker-name, .single-uw_oplevents .speaker-information-card .moderator-name {
    display: inline; }
  .single-uw_oplevents .speaker-card .card-body, .single-uw_oplevents .moderator-card .card-body, .single-uw_oplevents .speaker-information-card .card-body {
    padding: 0; }
  .single-uw_oplevents .speaker-card .udub-slant-divider, .single-uw_oplevents .moderator-card .udub-slant-divider, .single-uw_oplevents .speaker-information-card .udub-slant-divider {
    margin: 0.5rem 0; }
  .single-uw_oplevents .speaker-card .speaker-title, .single-uw_oplevents .speaker-card .moderator-title, .single-uw_oplevents .moderator-card .speaker-title, .single-uw_oplevents .moderator-card .moderator-title, .single-uw_oplevents .speaker-information-card .speaker-title, .single-uw_oplevents .speaker-information-card .moderator-title {
    font-weight: 600; }
  .single-uw_oplevents .speaker-card .speaker-bio, .single-uw_oplevents .speaker-card .speaker-title, .single-uw_oplevents .moderator-card .speaker-bio, .single-uw_oplevents .moderator-card .speaker-title, .single-uw_oplevents .speaker-information-card .speaker-bio, .single-uw_oplevents .speaker-information-card .speaker-title {
    color: #4b2e83; }
  .single-uw_oplevents .speaker-card .speaker-bio p, .single-uw_oplevents .moderator-card .speaker-bio p, .single-uw_oplevents .speaker-information-card .speaker-bio p {
    color: #373A3C; }

.single-uw_oplevents .moderator-card {
  background-color: #EFEDF4;
  border-color: #938C9E; }
  .single-uw_oplevents .moderator-card .moderator-title {
    color: #4b2e83; }
  .single-uw_oplevents .moderator-card .moderator-bio, .single-uw_oplevents .moderator-card .moderator-bio p {
    color: #373a3c; }

.single-uw_oplevents .registration {
  margin-bottom: 20px; }

.single-uw_oplevents .about-the-series, .single-uw_oplevents .about-the-category {
  margin-bottom: 20px; }
  .single-uw_oplevents .about-the-series .card-body p, .single-uw_oplevents .about-the-category .card-body p {
    font-weight: normal; }
  .single-uw_oplevents .about-the-series .card-body, .single-uw_oplevents .about-the-category .card-body {
    padding: 2rem 2rem 1rem 2rem; }
  .single-uw_oplevents .about-the-series h4, .single-uw_oplevents .about-the-category h4 {
    margin-top: 0; }

@media (max-width: 767px) {
  .single-uw_oplevents footer > * {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem; } }

.post-type-archive-uw_oplevents .entry-content {
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .post-type-archive-uw_oplevents .entry-content {
      display: grid;
      grid-template-columns: 0.75fr 1.25fr;
      grid-column-gap: 20px; }
      .post-type-archive-uw_oplevents .entry-content .event-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (max-width: 767px) {
    .post-type-archive-uw_oplevents .entry-content .thumbnail img {
      width: 100%; } }

@media (max-width: 767px) and (max-width: 767px) {
  .post-type-archive-uw_oplevents .entry-content .thumbnail {
    margin-bottom: 20px; } }
  .post-type-archive-uw_oplevents .entry-content .event-info {
    margin: 0; }
  .post-type-archive-uw_oplevents .entry-content .entry-title {
    font-size: 30px;
    line-height: 1.2;
    margin: 0; }

.able-wrapper {
  max-width: 100%; }
  .able-wrapper .able-seekbar {
    height: .7em; }
  .able-wrapper .able-status-bar {
    height: 2em;
    min-height: 2em; }
  .able-wrapper .able-seekbar-loaded {
    background-color: #4b2e83; }

#oplfiltersort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px; }
  #oplfiltersort p {
    margin-bottom: 0;
    margin-right: 5px; }
  #oplfiltersort #oplfilters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #oplfiltersort #oplfilters button {
      margin-right: 2px; }
    #oplfiltersort #oplfilters .selected span {
      background-color: #b7a57a;
      border-color: #b7a57a; }
    #oplfiltersort #oplfilters ul.dropdown-menu.show {
      padding-left: 0; }
      #oplfiltersort #oplfilters ul.dropdown-menu.show a.dropdown-item {
        color: #4b2e83; }
        #oplfiltersort #oplfilters ul.dropdown-menu.show a.dropdown-item:hover, #oplfiltersort #oplfilters ul.dropdown-menu.show a.dropdown-item:active, #oplfiltersort #oplfilters ul.dropdown-menu.show a.dropdown-item:focus {
          color: #fff;
          background-color: #b7a57a;
          opacity: 0.8; }
      #oplfiltersort #oplfilters ul.dropdown-menu.show .dropdown-item.selected {
        color: #fff;
        background-color: #b7a57a;
        opacity: 0.8; }

.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
          transition-duration: 0s; }
