.group:after {
  content: "";
  display: table;
  clear: both; }

html, body, div, p, ul, li, nav, h1, form, 
.form div button, dl, dt, dd, h2, h3 {
	font-family: helvatica, arial;
	margin: 0;
	padding: 0;
	list-style: none; 
background-color: none}

html, body {
	width: 100%;
	color: #666666;
}

/*------ Nav ------*/




/*-------------Banner-------------*/



.banner {
	width: 100%;
	text-align: center;
	background: #00df8e; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #00df8e 6%, #008e5e 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(6%,#00df8e), color-stop(100%,#008e5e)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #00df8e 6%,#008e5e 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #00df8e 6%,#008e5e 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #00df8e 6%,#008e5e 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #00df8e 6%,#008e5e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00df8e', endColorstr='#008e5e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}


.banner-title h1, .banner-title h2 {
	color: white;
	font-weight: 100;
	text-shadow: 2px 2px 2px #2e481a;
}

.banner-title h1 {
	font-size: 4.5em;
	padding-bottom: 15px;
}

.banner-title h2 {
	font-size: 2.15em;

}

.banner-title {
	float: left;
}

.banner-wrapper {
	margin: 0 auto;
	max-width: 1200px;
	padding-top: 100px;


}

.banner-title{
	margin-top: 110px;
	
}

.banner-image {
	float: right;
	padding-bottom: 20px;
}



/*------bar---------*/

   {
	border: 1px solid grey;
}

.bar {
	height: 35px;
	background: #f5f5d4;
}

/*-------Main Body ---------*/

.schedule-links {
	color: #ec8400;
	text-decoration: none;
}

.first-location,
.second-location, 
.third-location, 
.fourth-location  {
	
	width: 100%;
}

.second-location {
	overflow: auto;
	padding-bottom: 50px;
}

.map-border {

	border: 1px solid #cccccc;
}


.fourth-location {
	
	width: 100%;
}

.second-location, .fourth-location {
	background: #f3f2ed;
}

.second-location-map, .fourth-location-image {
	float: right;
}

.second-location-info, .fourth-location-info {
	float: left;
}

.first-location-wrapper,
.second-location-wrapper, 
.third-location-wrapper, 
.fourth-location-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.first-location-wrapper,
.second-location-wrapper, 
.third-location-wrapper, 
.fourth-location-wrapper {
	padding-top: 50px;
	padding-bottom: 50px
}

.first-location div div,
.second-location div div, 
.third-location div div, 
.fourth-location div div {
	display: inline-block;
}

.first-location-info h2,
.second-location-info h2, 
.third-location-info h2, 
.fourth-location-info h2 {
	color: orange;
	font-size: 4em;
}

.second-location-info, .fourth-location-info  {
	vertical-align: top;
	padding-top: 80px;
	text-align: center;
	padding-right: 10%;
}

.second-location-info {
	width: 50%;
}

.fourth-location-info {
	width: 42%;
}

.fourth-location-image {
	
	vertical-align: top;
	padding-top: 0px;
	text-align: center;
	padding-right: 2%;
}

.first-location-info,
.third-location-info {
	width: 50%;
	vertical-align: top;
	padding-top: 75px;
	text-align: center;
	padding-left: 10%;
}

.first-location p,
.second-location p, 
.third-location p, 
.fourth-location p {
	padding: 20px 0;
	font-size: 1.2em;
	line-height: 1.3em;
}

/*------Footer--------*/
.bottom-bar {
	height: 10px;
	background-color: #2c6a8c;
}


 {border: 1px solid grey;}


/*--------@media---------*/
@media screen and (max-width: 1358px) {

.banner-title {
	padding-left: 4%;
}



}


@media screen and (max-width: 1300px) {
	.banner-wrapper {
		padding-left: 3%;
		padding-right: 2%;
	}

	.first-location-wrapper, .second-location-wrapper, .third-location-wrapper, .fourth-location-wrapper {
		padding-left: 3%;
		padding-right: 3%;
	}

	.second-location-info, .fourth-location-info {
		padding-right: 0;
	}

	.first-location-info, .third-location-info {
		padding-left: 0;
		float: right;
	}

	.fourth-location-info {
		width: 45%;
	}


	
}

@media screen and (max-width: 1150px) {
	.banner-title h1 {
		font-size: 3.8em;
	}

	.banner-title h2 {
		font-size: 1.9em;
	}

	.banner-title {
		padding-left: 6.5%;
	}

	.banner-image img {
		height: 340px;

	}

	.banner-image {
		padding-top: 15px;
	}

	.fourth-location-image {
		padding-right: 0;
	}

	.fourth-location-image img {
		width: 500px;
	}

	
}


@media screen and (max-width: 1060px) {
	.banner-title {
		padding-left: 4.25%;
		padding-top: 0px;
		margin-top: 80px;
	}

	.banner-image img {
		height: 300px;
	}

	.banner-image {
		padding-top: 10px;
	}

	.fourth-location-image img { 
		width: 450px
	}
}



@media screen and (max-width: 930px) {
	.banner-title h1 {
		font-size: 3.5em;
	}

	.banner-title h2  {
		font-size: 1.6em;
	}

	.banner-image img {
		height: 280px;
	}

	.banner-title {
		margin-top: 65px;
	}

	.banner-image {
		padding-top: 0px;
	}

	.first-location-info, .second-location-info, .third-location-info, .fourth-location-info {
		display: block;
		width: 80%;
		padding-top: 20px;
		float: none;
	}

	.first-location-map, .second-location-map, .third-location-map, .fourth-location-image {
		width: 100%;
		float: none;
		display: block;

	}

	.first-location-wrapper, .second-location-wrapper, .third-location-wrapper, .fourth-location-wrapper {
		text-align: center;
		padding-right: 0;
		padding-left: 0;
	}

	.map-border {
		width: 70%;
	}

	.map-border iframe{
		width: 100%;

	}


}

@media screen and (max-width: 860px) {

	 {border: 1px solid grey}



	.banner-title {
		margin-top: 85px;
	}
	.banner-title h1 {
		font-size: 3.3em;
	}

	.banner-title h2 {
		font-size: 1.5em;
	}

	.banner-image img {
		height: 270px;
		padding-top: 20px;
	}

	.banner-wrapper {
		padding-left: 1%;
		margin-right: -20px;
		padding-top: 110px;
	}


}


@media screen and (max-width: 800px) {

		 {border: 1px solid black;}

	.banner-wrapper {
		text-align: center;
		 padding-left: 0;
		 padding-right: 0;
		margin: 0;
		
		

	}
	.banner-title {
		width: 100%;


	}

	.banner-image {
		width: 80%;
		padding-right: 80px;


	}

	.banner-image img {
		float: right;
	
	}

	.banner-title {
		display: block;
		background-color: #f5f5d4;
		margin-top: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0;
		margin-left: 0;
		

	}


	.bar {
		display: none;
	}

	.banner-title h1  {
		padding-bottom: 10px;
		margin: 0;

	}

	.banner-title h1,
	.banner-title h2 {
		color: #ec8400;
		text-shadow: none;
	}

}





@media screen and (max-width: 590px) {
	

	.banner-wrapper {
		padding-top: 60px;

	}

	.banner-image {
		padding-bottom: 10px;
	}



	.fourth-location-image img {
		width: 82%;
	}
}

@media screen and (max-width: 520px) {
	.banner-title h1 {
		font-size: 2.8em;
	}

	.banner-title h2 {
		font-size: 1.4em;
	}

	.second-location-info h2, .third-location-info h2, .fourth-location-info h2 {
		font-size: 3.2em;
	}

	.map-border {
		width: 80%;
	}
}


@media screen and (max-width: 450px) {
	.banner-title h1  {
		font-size: 2.2em;
	}

	.banner-title h2 {
		font-size: 1em;
	}
	.banner-image {
		padding-right: 10%;
		

	}
}

