/*! end @import */
/*! @import https://cu-communityapps.github.io/CD_cwd_events/src/app/css/framework/drupal.css */
.rlc-paginate {
  width: 100%;
  clear: both;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

.rlc-paginate ul {
  padding-left: 0;
}

.rlc-paginate ul li {
  display: inline-block;
  margin: 0 4px 8px 0;
  padding: 0;
  font-size: 13px;
  line-height: 2;
  border: 0;
}

.rlc-paginate ul li a {
  display: inline-block;
  padding: 0 0.6em;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.rlc-paginate ul li a:hover,
.rlc-paginate ul li a:focus {
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}

.rlc-paginate ul li.is-active a {
  min-width: 2.5em;
  min-height: 2em;
  padding: 0 0.6em;
  text-align: center;
}

.rlc-paginate ul li.is-active a {
  background: #3584ba !important;
  font-weight: 600;
  color: #fff;
  border: 1px solid #3584ba;
}

/*! end @import */
/*! @import https://cu-communityapps.github.io/CD_cwd_events/src/app/dist/cwd_events.css */
.rlv-heading a {
  float: right;
  margin-top: 0.5em;
  position: relative;
  z-index: 1;
  font-size: 15px;
  text-decoration: none;
}
.rlv-heading h2 {
  display: inline-block;
}

.rlv-event-filter-by {
  float: left;
  width: 100%;
  margin: 10px 0px 20px 0px;
}
.rlv-event-filter-by ul {
  margin: 0;
  margin-bottom: 5px !important;
}
.rlv-event-filter-by ul.events-filters li {
  float: left;
  list-style: none;
  background: none;
  line-height: 24px;
  margin: 0 5px 5px 0;
  padding: 0;
}
.rlv-event-filter-by ul.events-filters li button {
  float: left;
  padding: 5px 13px 5px;
  background: #e7eff3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none !important;
  border-style: none;
}
.rlv-event-filter-by ul.events-filters li button.active {
  color: #fff !important;
  background: #4B7995 !important;
}
.rlv-event-filter-by ul.events-filters li button:hover {
  background: #d3e1e8;
  color: #000;
}
.rlv-event-filter-by .hidden {
  position: absolute;
  left: -10000em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* calendar */
/***** Events *****/
.rlv-inline-compact .event-month-and-day {
  text-align: center;
  line-height: 17px;
  border-left: 4px solid #b31b1b;
  border-right: 1px solid #eee;
  padding: 3px 0 8px 8px;
  margin-left: 18px;
  margin-top: 4px;
  height: 50px;
}
.rlv-inline-compact .event-month-and-day .event-month {
  float: left;
  text-transform: uppercase;
  color: #767676;
  display: block;
  font-size: 12px;
  padding-left: 4px;
}
.rlv-inline-compact .event-month-and-day .event-day {
  clear: both;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  display: block;
  letter-spacing: -3px;
  text-align: left;
}
.rlv-inline-compact .event-month-and-day .event-day sup {
  top: -6px;
  font-size: 10px;
  margin-left: 3px;
  letter-spacing: 0.005em;
}
.rlv-inline-compact .event-title-and-location a {
  text-decoration: underline;
  font-size: 16px;
  margin-bottom: 7px;
  display: inline-block;
  text-align: left;
}
.rlv-inline-compact .event-title-and-location a:focus, .rlv-inline-compact .event-title-and-location a:hover {
  text-decoration: none !important;
}
.rlv-inline-compact .event-title-and-location .event-location,
.rlv-inline-compact .event-title-and-location .event-times {
  padding: 0 7px;
}
.rlv-inline-compact .events-listing-inline {
  background: #fff;
  padding: 16px 10px 16px 6px;
  margin-bottom: 0;
  margin-top: 0;
  /*padding-bottom: 114px;*/
}
.rlv-inline-compact #block-eventsblock {
  padding: 22px;
}
.rlv-inline-compact #block-eventsblock h2 {
  color: #000;
  margin: 8px 0 0 0;
  font-size: 34px;
  float: none;
  background: #fff;
  padding: 13px 0 10px 20px;
}
.rlv-inline-compact .events-listing-inline .events-list .views-row {
  margin-bottom: 23px;
}
.rlv-inline-compact .events-listing-inline .events-list .event-title-and-location {
  width: 74.66667%;
}
@media (min-width: 768px) {
  .rlv-inline-compact .col-sm-2 {
    width: 16.66667%;
  }
}
@media (min-width: 768px) {
  .rlv-inline-compact .col-sm-1,
.rlv-inline-compact .col-sm-2,
.rlv-inline-compact .col-sm-3,
.rlv-inline-compact .col-sm-4,
.rlv-inline-compact .col-sm-5,
.rlv-inline-compact .col-sm-6,
.rlv-inline-compact .col-sm-7,
.rlv-inline-compact .col-sm-8,
.rlv-inline-compact .col-sm-9,
.rlv-inline-compact .col-sm-10,
.rlv-inline-compact .col-sm-11,
.rlv-inline-compact .col-sm-12 {
    float: left;
  }
}
.rlv-inline-compact .col-sm-8.event-title-and-location {
  /* min-width: 62%; */
  word-wrap: break-word;
  width: 300px;
  padding: 10px;
}
.rlv-inline-compact .views-row {
  max-width: 500px;
}
.rlv-inline-compact span.fa.fa-clock-o, .rlv-inline-compact span.fa.fa-map-marker {
  margin-right: 10px;
}
.rlv-inline-compact .events a {
  margin-bottom: 20px;
}
.rlv-inline-compact div.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.rlv-inline-compact .room-icon,
.rlv-inline-compact .access-time-icon {
  font-size: inherit;
  margin-right: 5px;
}

.calendar-container table td,
.calendar-container table th {
  border-width: 1px;
  font-size: 1rem;
}
.calendar-container td {
  vertical-align: top;
}
.calendar-container > .flex-grid {
  margin: 0px;
}

.rlv-modern-standard .events .field {
  clear: both;
}
.rlv-modern-standard .events .meta {
  color: #767676;
  font-size: 13px;
  font-weight: 400;
}
.rlv-modern-standard .events a.group-link-wrapper {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #000;
  transition: background 0.15s, box-shadow 0.15s;
  margin: 0px 0 25px 0 !important;
}
.rlv-modern-standard .events a.group-link-wrapper:hover, .rlv-modern-standard .events a.group-link-wrapper:focus {
  background: rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.05);
}
.rlv-modern-standard .events a.group-link-wrapper:hover h3, .rlv-modern-standard .events a.group-link-wrapper:focus h3 {
  text-decoration: underline;
  color: #127cb5;
}
.rlv-modern-standard .events a.group-link-wrapper:active {
  background: rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.09);
}
.rlv-modern-standard .events a.group-link-wrapper:active h3 {
  color: #000;
}
.rlv-modern-standard .inline-events-type {
  float: none;
  padding: 2px 8px 1px;
  background: #fcf3e1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none !important;
  color: #000;
  margin-left: 10px;
}
.rlv-modern-standard img {
  float: left;
  margin: 0 20px 0px 0px;
  object-fit: cover;
  object-position: 100% 0;
  width: 200px;
  height: 150px;
}

.rlv-standard .events-listing {
  position: relative;
  float: left;
  width: 100%;
  margin: 1em 0 2em;
  min-height: 120px;
}
.rlv-standard .events-listing .node {
  float: left;
  width: 100%;
  margin: 1em 0 2em;
}
.rlv-standard .events-listing .node h3 {
  margin-bottom: 8px;
  font-family: Avenir Next, Proxima Nova, "proxima-nova", Segoe UI Bold, Helvetica Neue, sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.rlv-standard .events-listing h4 {
  text-transform: none;
}
.rlv-standard .events-listing .description {
  clear: right;
  padding-left: 112px;
  font-size: 13px;
}
.rlv-standard .events-listing .description :last-child {
  margin-bottom: 0;
}
.rlv-standard .events-listing .meta {
  font-weight: normal;
  font-size: 1em;
  color: #666;
  margin-bottom: 12px;
}
.rlv-standard .events-listing .location {
  float: right;
}
.rlv-standard .events-listing .date {
  float: right;
  margin-left: 20px;
}
.rlv-standard .events-listing .date .fulldate {
  margin-right: 5px;
}
.rlv-standard .events-listing .month-header {
  text-align: center;
  color: #fff;
  float: left;
  width: 100%;
  padding: 9px 0;
  margin-top: 12px;
  font-size: 20px;
  background: #762425;
}
.rlv-standard .events-listing .day-header {
  font-size: 14px;
  border-top: 1px solid #e0e0e0;
  padding: 10px 0 5px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  background: 4;
  background: -moz-linear-gradient(45deg, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(45deg, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(45deg, #ffffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(45deg, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(45deg, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f2f2f2", GradientType=1);
  font-family: Avenir Next, Proxima Nova, "proxima-nova", Segoe UI Semibold, Helvetica Neue, sans-serif;
  font-weight: 500;
}
.rlv-standard .event-icon {
  font-size: 14px;
  margin: 0 8px 0 0;
  color: #555;
}
.rlv-standard .events-listing img {
  float: left;
  margin: 0 20px 0px 0px;
  object-fit: cover;
  object-position: 100% 0;
  width: 200px;
  height: 150px;
}
.rlv-standard .events-listing .location {
  float: left;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rlv-modern-compact {
  /*! end @import */
  /*! @import https://cu-communityapps.github.io/CD_cwd_events/src/app/dist/cwd_events.css */
}
.rlv-modern-compact .card {
  border: none;
}
.rlv-modern-compact .events .field {
  clear: both;
}
.rlv-modern-compact .events time {
  width: auto;
  min-height: 0;
  margin: 0 0 1em;
}
.rlv-modern-compact .events time .month {
  float: left;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  padding: 9px 12px;
  text-transform: uppercase;
}
.rlv-modern-compact .events time .day {
  float: left;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  padding: 9px 12px;
}
.rlv-modern-compact .events h3 {
  width: 100%;
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 0.25em;
  font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
}
.rlv-modern-compact .events .meta {
  color: #767676;
  font-size: 13px;
  font-weight: 400;
}
.rlv-modern-compact .events-listing > div.events-list > div > div > a {
  margin: 0px 0 25px 0 !important;
}
.rlv-modern-compact .events a.group-link-wrapper {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #000;
  transition: background 0.15s, box-shadow 0.15s;
}
.rlv-modern-compact .events a:hover h3,
.rlv-modern-compact .events a:focus h3 {
  text-decoration: underline;
  color: #127cb5;
}
.rlv-modern-compact .events a:active h3 {
  color: #000;
}
.rlv-modern-compact .events a:hover,
.rlv-modern-compact .events a:focus {
  background: rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.05);
}
.rlv-modern-compact .events a:active {
  background: rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.09);
}
.rlv-modern-compact img {
  float: left;
  margin: 0 20px 0px 0px;
  object-fit: cover;
  object-position: 100% 0;
  width: 200px;
  height: 150px;
}
.rlv-modern-compact .group-image {
  width: 100%;
}
.rlv-modern-compact .group-image img {
  vertical-align: middle;
  width: 100%;
  height: auto;
  border-bottom: 8px solid #b31b1b;
  margin-bottom: 1em;
}
.rlv-modern-compact .cwd-card-grid .group-image {
  width: 100%;
}

.rlv-loading {
  text-align: center;
  margin: auto;
  padding: 4em;
}

.rlc-add-cal {
  float: right;
  font-size: 13px;
  padding-bottom: var(--spacing-4);
  /* Add To Calendar
  -----------------*/
}
.rlc-add-cal > a {
  width: auto;
  font-size: var(--spacing-4);
  padding-right: var(--spacing-2);
  color: var(--light-black);
  text-decoration: none;
  display: inline-block;
}
.rlc-add-cal a:first-child {
  padding-left: var(--spacing-2);
}
.rlc-add-cal .google {
  color: #2d863e;
  background: transparent;
  box-shadow: none;
}
.rlc-add-cal .microsoft {
  color: var(--waLightBlue);
  background: transparent;
  box-shadow: none;
}
.rlc-add-cal .apple {
  color: #545a5f;
  background: transparent;
  box-shadow: none;
}

.rlv-event-description {
  word-break: break-word;
}

.rlv-event-title {
  margin-top: 0;
  font-weight: normal;
  width: calc(100% - 74px);
  margin: 0;
}
.rlv-event-title a {
  color: #1179b1;
  text-decoration: none;
  background-color: transparent;
}
.rlv-event-title a:hover,
.rlv-event-title a:focus {
  color: var(--black);
  text-decoration: underline;
}
.rlv-event-title a:active {
  color: #666;
}

.rlv-event-image {
  opacity: 0;
  animation: fade-in 0.3s ease-out forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.rlv-filter-button {
  float: left;
  padding: 5px 13px 5px;
  background: #e7eff3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none !important;
  border-style: none;
}
.rlv-filter-button.active {
  color: #fff !important;
  background: #4B7995 !important;
}
.rlv-filter-button :hover {
  background: #d3e1e8;
  color: #000;
}
.rlv-filter-button :focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.rlv-month-view {
  border: 1px solid #eee;
  table-layout: fixed;
  width: 100%;
}
.rlv-month-view thead th {
  text-align: center;
}
.rlv-month-view .day {
  width: 24px;
  height: 129px;
  line-height: 24px;
  overflow-x: hidden;
  overflow-y: auto;
}
.rlv-month-view .current-day {
  background-color: #eaf6ff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 2%;
}
.rlv-month-view .selected-day {
  background-color: #fcf3e1;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 2%;
  color: black;
}
.rlv-month-view .content {
  display: flex;
  flex-direction: column;
}
.rlv-month-view .content div {
  height: 25px;
}
.rlv-month-view .content .event {
  margin: 0;
  padding: 2px 5px;
  width: 100%;
  text-align: left;
  height: 24px;
}
.rlv-month-view .content .button-text {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}
.rlv-month-view .content button .MuiIconButton-label {
  min-width: 20px;
  font-size: 1rem;
}
.rlv-month-view .content .day-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
.rlv-month-view .content .day-wrapper button.day-btn {
  border-radius: 50%;
  border: none;
  padding-bottom: 4px;
  padding-top: 4px;
}
.rlv-month-view .content .day-wrapper button.day-btn:hover {
  background-color: #fcf3e1;
}

.rlv-tool-bar {
  display: flex;
  height: 50px;
}
.rlv-tool-bar .links {
  flex: 1;
  display: flex;
  align-items: center;
}
.rlv-tool-bar .header-title {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rlv-tool-bar .view {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.rlv-tool-bar button.active {
  text-decoration: none;
  background-color: #1f4763;
  box-shadow: 0px 2px 4px -1px;
}
.rlv-tool-bar button {
  white-space: nowrap;
}
.rlv-tool-bar button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rlv-tool-bar button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rlv-tool-bar button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.rlv-truncate {
  word-break: break-word;
}

div[data-reach-dialog-overlay] > div {
  display: table;
}

@media only screen and (max-width: 833px) {
  [data-reach-dialog-content] {
    width: 100vw;
  }

  img {
    width: 100vw;
    padding-bottom: 10px;
  }
}
.rlv-time {
  background: #b31b1b;
  color: #fff;
  float: left;
  text-align: center;
  transition: background 0.15s;
  width: auto;
  min-height: 0;
  margin: 0 0 1em;
}
.rlv-time .month {
  float: left;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  padding: 9px 12px;
  text-transform: uppercase;
}
.rlv-time .day {
  float: left;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  padding: 9px 12px;
}

#rlv-filters .padded {
  padding: 10px;
}
#rlv-filters .heading {
  background-color: inherit;
}
#rlv-filters .heading h4,
#rlv-filters .heading p {
  margin-bottom: 5px;
}
#rlv-filters .filter-groups label {
  margin-right: 4px;
}
#rlv-filters ul {
  list-style: none;
  padding-left: 10px;
}
#rlv-filters .filter-group {
  max-height: 275px;
  overflow-y: auto;
}
#rlv-filters button {
  margin-top: 10px;
  width: 100%;
  height: 42px;
}

@media only screen and (max-width: 833px) {
  #rlv-filters {
    display: none;
  }
}
.rlv-event-inner div.field.field-name-summary.summary {
  padding-top: var(--spacing-2);
  min-height: 150px;
}
.rlv-event-inner .rlv-event-image-wrapper {
  float: left;
  padding-right: 15px;
}
.rlv-event-inner .clear {
  clear: both;
}

.rlv-tag {
  padding: 2px 8px 1px;
  background: var(--off-white);
  border-radius: var(--spacing-1);
  text-decoration: none !important;
  color: var(--black);
  margin-left: var(--spacing-2);
}

.rlv-agenda-inner-content .events .field {
  clear: both;
}
.rlv-agenda-inner-content .events time {
  width: auto;
  min-height: 0;
  margin: 0 0 1em;
}
.rlv-agenda-inner-content .events time .month {
  float: left;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  padding: 9px 12px;
  text-transform: uppercase;
}
.rlv-agenda-inner-content .events time .day {
  float: left;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  padding: 9px 12px;
}
.rlv-agenda-inner-content .events h3 {
  width: 100%;
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 0.25em;
  font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
}
.rlv-agenda-inner-content .events .meta {
  color: #767676;
  font-size: 13px;
  font-weight: 400;
}
.rlv-agenda-inner-content .events a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #000;
  transition: background 0.15s, box-shadow 0.15s;
}
.rlv-agenda-inner-content .events a:hover h3,
.rlv-agenda-inner-content .events a:focus h3 {
  text-decoration: underline;
  color: #127cb5;
}
.rlv-agenda-inner-content .events a:active h3 {
  color: #000;
}
.rlv-agenda-inner-content .events a:hover,
.rlv-agenda-inner-content .events a:focus {
  background: rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.05);
}
.rlv-agenda-inner-content .events a:active {
  background: rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.09);
}
.rlv-agenda-inner-content .inline-events-type {
  float: none;
  padding: 2px 8px 1px;
  background: #fcf3e1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none !important;
  color: #000;
  margin-left: 10px;
}
.rlv-agenda-inner-content img {
  float: left;
  margin: 0 20px 0px 0px;
  object-fit: cover;
  object-position: 100% 0;
  width: 200px;
  height: 150px;
}
@media only screen and (max-width: 833px) {
  .rlv-agenda-inner-content img {
    width: 100vw;
    padding-bottom: 10px;
  }
}