/*Calendar Colors */
.custom-217 { color:#78b6b7;}
.custom-218 { color:#c01c7d;}
.custom-219 {color:#d6568c;}
.custom-220 { color:#86d75e;}
.custom-221 {color:#f9bf62;}
.custom-222 {color:#14ae4c;}
.custom-223 {color:#dd771f;}
.custom-224 {color:#8b3140;}
.custom-225 {color:#9886ca;}
.custom-226 {color:#183a71;}



.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;
   }
}