/*Calendar Colors */
.custom-217 { color:#8f2be7;}
.custom-218 { color:#c01c7d;}
.custom-219 {color:#d6568c;}
.custom-220 { color:#00aaaa;}
.custom-221 {color:#13af4c;}
.custom-222 {color:#14ae4c;}
.custom-223 {color:#89bd3f;}
.custom-224 {color:#2063b1;}
.custom-225 {color:#f89d1b;}
.custom-226 {color:#007bd8;}



.page-node-type-uva_event .page-content--sidebar .button {
  border: 1px solid var(--btn-bg-color);
  margin: 4px 0;
  width: 100%;
  text-align: center;
}

.event-single-info .field-field_image_media, 
article .field-field_image_media {
  margin-bottom: var(--gap);
  width: 50%;
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.page-content--content .field-field_date {
	display:none;
}

@media only screen and (max-width: 767px) {
   .events-list .views-col {
   	width:100% !important;
   }
}