.calendar-section {
	margin: 40px 0;
}

.calendar-section-heading {
	font-size: 21px;
}

.calendar-section-row {
	display: flex;
}

.calendar-section-row .col-map {
	width: 32%;
}

.calendar-section-row .col-map h2 {
	margin-top: 0;
}

.calendar-section-row .col-map .map-container {
	position: relative;
}

.calendar-section-row .col-map .main-image {
	width: 100%;
	height: auto;
}

.calendar-section-row .col-map .active-image {
	display: none;
	position: absolute;
	pointer-events: none;
}
.calendar-section-row .col-map .active-image.current {
	display: block !important;
	opacity: 1 !important;
}

.calendar-section-row .col-map map area {
	cursor: pointer;
}

.calendar-section-row .col-map .image-map-rural {
	width: 90%;
  top: -0.5%;
  right: -0.5%;
}
.calendar-section-row .col-map .image-map-washoe {
	width: 16%;
	top: -0.5%;
	left: -0.7%;
}
.calendar-section-row .col-map .image-map-northern {
	width: 45.6%;
  top: 28.7%;
  left: -2%;
}
.calendar-section-row .col-map .image-map-southern {
	width: 88%;
  top: 40.5%;
  left: 13%;
}
.calendar-section-row .col-map .image-map-clark {
	width: 54%;
  top: 71%;
  left: 47%;
}




.calendar-section-row .col-calendar {
	width: 68%;
	padding-left: 80px;
}

.calendar-section-row .legend {
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 10px;
	font-weight: 600;
	padding: 10px 10px 0 0;
}

.calendar-section-row .legend > div {
	display: flex;
	align-items: center;
}

.calendar-section-row .legend > div:not(:last-child) {
	margin-bottom: 10px;
}

.calendar-section-row .legend .box {
	width: 28px;
	height: 26px;
	margin-right: 10px;
	background-color: #000;
}

.calendar-section-row .legend .nevada .box {background-color: #005A9C;}
.calendar-section-row .legend .rural .box {background-color: #89CCCE;}
.calendar-section-row .legend .washoe .box {background-color: #CEA5B6;}
.calendar-section-row .legend .northern .box {background-color: #FEE4A7;}
.calendar-section-row .legend .southern .box {background-color: #A9C199;}
.calendar-section-row .legend .clark .box {background-color: #EFB78E;}

.calendar-section .mobile-title {
	display: none;
	text-align: center;
	font-size: 22px;
  color: #003e4a;
  font-weight: bold;
  margin: 30px 0;
}



/* EventOn plugin overrides/new styles */
.evo_eventcard_tiemzone {
	margin-left: 5px;
}

.evo_lightbox_content {
	max-width: 750px !important;
}

.evo_month_title {
	font-size: 24px !important;
	font-family: 'Raleway', sans-serif !important;
}

.custom-eventon-calendar-title {
  position: absolute;
	left: 330px;
  bottom: 0;
  font-size: 29px;
  color: #003e4a;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
}

.evcal_desc2.evcal_event_title {
	font-family: 'Raleway', sans-serif !important;
}

.evo_h3 {
	font-family: 'Raleway', sans-serif !important;
}



@media screen and (max-width: 1290px) {
	.calendar-section-row .legend {
		font-size: 8px;
	}

	.calendar-section-row .legend > div:not(:last-child) {
		margin-bottom: 4px;
	}

	.custom-eventon-calendar-title {
		font-size: 22px;
	}
}

@media screen and (max-width: 1050px) {
	.calendar-section-row {
		display: block;
	}

	.calendar-section-row .col-map {
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
	}

	.calendar-section-row .col-calendar {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}

	.custom-eventon-calendar-title {
		display: none;
	}

	.calendar-section .mobile-title {
		display: block;
	}

	.calendar-section-heading {
		font-size: 18px;
	}
}