
.toggleTitle h2 {
	color: #274268;
}

.toggleTitle:hover, .toggleTitle:focus {
	padding:  0; 
}
.toggleTitle {
	 padding: 0; 
	 border-bottom: 0; 
}

.body {
	margin: 0 0 48px 0;
}
.body p {
	font-weight: 400;
	color: #274268;
	font-size: 1.2rem;
	line-height: 1.4rem;
}
h3 {
	margin: 12px 0px 6px 0px;
}
#intro {
  background: #00A79D;
	text-align: center;
	font-size: 2rem;
	line-height: 2.3rem;
	padding: 12px 0;
}
.hero { 
	padding: 100px 0;
}
#headings {
	text-align: center
}
#headings h1 {
    color: #FFF;
    font-size: 8vw;
    line-height: 8vw;
    display: block;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 800;
}

#event-images {
	display: flex;
	margin-bottom: 24px
}

.event-image-tile {
	height: 350px;
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.event-image-text {
	background-color: white;
	padding: 15px 30px;
	max-width: 150px;
	text-align: center;
}
.event-image-text p {
	color: #00A79D;
	margin: 0;
	font-weight: bold;
	font-size: 1.2rem;
}
.intro-event {
	background-color: #00A79D;
	height: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 40px;
	text-align: center;
}
.intro-event p {
	color: white;
	font-weight: 400;
}
#event-h2 {
	border-bottom: white solid 2px;
	padding: 2px;
}
#event-h2 h2 {
	color: white;
	font-weight: bold;
}
.event-single-image {
	height: 200px;
}
.section-divider {
	width: 100%;
	background-color: #274268;
	height: 3px;
	margin: 12px 0;
}
#location-right img {
	height: 200px;
	object-fit: cover;
}
#googleMap {
	height: 200px;
}
#location {
	margin-top: 24px;
}
#location-left p, .event-video p{
	color: #274268;
	font-size: 1.2rem;
	line-height: 1.4rem;
}
#location-date{
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.7rem;
}
#location-add {
	font-weight: 400;
}

.event-video {
	margin: 36px auto;
}
.event-video h3 {
	
}
#event-video-text {
	padding: 12px;
}
#event-sections {
	margin: 48px 0;
}
section {
	margin: 24px 0;
}
.section-body {
	padding: 10px 20px;
	color: #274268;
	font-size: 1.2rem;
	line-height: 1.4rem;
}

.event-section h2{
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-weight: bold;
	color: #274268;
}

#lineup ul {
	list-style-type: none;
}
#lineup li {
	display: flex;
	width: 100%;
	margin: 0;
	color: #274268;
	justify-content: space-between;
	font-size: 1.3rem;
	line-height: 1.5rem;
	padding: 10px 0;
	font-weight: 700;
}

#lineup ul>li:nth-child(odd){
    background-color:  rgba(49, 146, 114, .15);
}

#lineup strong {
	    margin-left: 20px;
}
#lineup a {
	margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
		#event-images {
		flex-direction: column;
    justify-content: center;
    align-items: center;
	}
	.span4, .span8 {
		width: 80%
	}
	[class*="span"] {
    margin-left: 0;
/*    float: left;*/
	}
	.event-image-tile {
		height: 200px;
		margin: 20px 1px;
	}
	.intro-event { 
		height: 300px;
	}
}

@media only screen and (max-width: 749px) {
	#intro {
		font-size: 1.2rem;
    line-height: 1.5rem;
	}
	#lineup a {
		margin-right: 0px;
		margin-left: 20px;
	}
	#lineup li {
		flex-direction: column
	}
}