#activities {
	position: relative;
	width: 98%;
	margin: 35px auto 60px auto;
	text-align: center;
}
#activities div {
	position: relative;
	width: 31%;
	min-width: 290px;
	margin: 20px 5px;
	display: inline-block;
	vertical-align: top;
}
#activities img {
	width: 100%;
	height: auto;
	border: solid 1px #DCDCDC;
}
#activities a {
	font-family: "Rum Raisin", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #003C86;
	padding-bottom: 0;
	margin-bottom: 0;
}
#viewMedia {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,1.0);
	/* border: 2px solid #31A552;
	border-radius: 20px; */
	background-image: url(../images/wave-only.png);
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 200;
	display:none;
}
#mediaContainer {
	position: relative;
	width: 98%;
	height: 90vh;
	margin: 80px auto;
}
#trainSlides, #classSlides, #gogoSlides {
	position: relative;
	width: 610;
	max-width: 100%;
	margin: auto;
	text-align: center;
	display: none;
}
#trainVid, #classVid, #gogoVid {
	position: relative;
	width: 1000;
	max-width: 100%;
	margin: auto;
	text-align: center;
	display: none;
}
.mediaLink {
	font-family: "Rum Raisin", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #003C86;
	padding-bottom: 0;
	margin-bottom: 0;
}
#trainLink, #classLink, #gogoLink, #classVidLink, #themeVidLink, #trainVidLink, #gogoVidLink {
	cursor: pointer;
}
.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.5;
  cursor: pointer;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
#gVid {
  border: solid 1px #DCDCDC;
}
