  .alert-box {border-style: solid;border-width: 1px;display: block;font-weight: normal;margin-bottom: 1.11111rem;padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;position: relative;background-color: #008CBA;border-color: #0078a0;color: #FFFFFF;}
.alert-box.info {background-color: #a0d3e8;border-color: #74bfdd;color: #000000;}
.no-events-msg, .medium-8.campus-select:last-child {padding-left: .9375em;}
.no-events-msg {display: none;}
.event-container-row {display: flex;flex-wrap: wrap}
.event-container {box-shadow: 0 0 10px rgb(0 0 0 / 15%), 0 3px 3px rgb(0 0 0 / 15%);background-color: white;margin-left: 10px;margin-bottom: 25px;padding: 0;width: calc(33% - 20px);background: white;}
.event-container:hover, .event-container:focus-within {box-shadow: 0 0 20px rgb(0 0 0 / 15%), 0 5px 5px rgb(0 0 0 / 15%);}
.event-container:hover .event, .event-container:hover .date, .event-container:focus-within .event, .event-container:focus-within .date {text-decoration: underline;}
.event-container .date { color: #a1093a; }	
.event-container .vis {border: none; box-shadow:none!important}
.campus-select select {
  display: block;
  background-color: #fff;
  color: #00448D;
  font-family: "Inter-Light", sans-serif;
  font-size: 16px;
  font-weight: 600;
  width: calc(33% - 10px);
  text-align: left;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  line-height: 28px;
  vertical-align: text-bottom;
  padding: 15px;
  margin: 10px 0 0 -5px;
  background-image: url(/_resources/images/icons/keyboard_arrow_down-24px.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2em;
  height: auto;
}
.campus-select select:hover {text-decoration:underline;}
@media only screen and (max-width: 992px) { 
	.event-container {width: calc(50% - 20px);}
	#select-location {width: calc(50% - 10px);}
}
@media only screen and (max-width: 768px) { 
	.event-container {width: calc(100% - 20px);}
	#select-location {width: calc(100% - 10px);}
}
/* select list update */
