/* This stylesheet includes styling for additional pages besides the Torden homepage. */

#content .page,#content-full .page{
	margin-left: 20px;
	padding-right: 20px;
}

.post-title{
	font-size: 27px;
	color: #0035b5;
	text-transform: uppercase;
	margin: 40px 0 15px 0;
	padding-bottom: 20px;
	line-height: 1;
	font-weight: 400;
	border-bottom: 1px dashed LightGrey;
}

/*Beginning of Our Mission page styling*/

.mission .post-entry h2{
	width: 20%;
	float: left;
	margin-top: 5px;
	margin-bottom: 60px;
	clear: both;
}

.mission .post-entry h3{
	width: 100%;
	text-transform: uppercase;
	float: left;
}

.mission .post-entry h4{
	margin-top: 5px;
	width: 80%;
	float: left;
}

/*Styling for shortcode [indent]*/
.indent{
	margin-left: 20%;
	margin-bottom: 20px;
}

.mission .post-entry .indent h4{
	width: 100%;
}

.mission .post-entry p{
	word-wrap: normal;
}

@media screen and (max-width:480px){
	.mission .post-entry h2{
		width: 100%;
	}
	.mission .post-entry h4{
		width: 100%;
	}
	.indent{
		margin-left: 5%;
	}
}

/*End of Our Mission page styling*/

/*Beginning of Our Core Services page styling*/

.services .post-entry a{
	font-size: 19px;
	text-transform: uppercase;
	line-height: 25px;
}

.services .post-entry p{
	margin-top: 0;
	margin-bottom: 10px;
}

.services .post-entry h2{
	margin-top: 15px;
	margin-bottom: 15px;
}

.services .post-entry h2 a{
	font-size: 22px;
	font-weight: 400;
}

.services .post-entry h4{
	margin-bottom: 0;
}

.services .post-entry h6{
	margin-bottom: 20px;
}

/*End of Our Core Services page styling*/

/*Beginning of Join Us page styling*/



/*End of Join Us page styling*/

/*Beginning of Contact page styling*/

.contact #widgets{
	margin-top: 20px;
}

.contact1{
	padding-bottom: 5px;
}

.contact1 .widget_black_studio_tinymce {
	width: 48.936170212766%;
	float: left;
}

.contact2{
	border-top: 1px dashed LightGrey;
	padding-top: 25px;
	margin-bottom: 0;
	clear: both;
}

.contact2 .widget_black_studio_tinymce {
	width: 48.936170212766%;
	float: left;
	height: auto;
	min-height: 90px;
}

.contact2 .widget_black_studio_tinymce div{
	padding-right: 10px;
}

.contact3{
	padding-top: 25px;
	clear: both;
}

.contact3 .widget_black_studio_tinymce {
	width: 100%;
}

/*Beginning of Contact page mobile styling*/

@media screen and (max-width: 740px){
	.contact1 .widget_black_studio_tinymce {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 480px){
	.contact1 .widget_black_studio_tinymce {
		width: 100%;	
	}
	.contact2{
		padding-top: 0;
	}
	.contact2 .widget_black_studio_tinymce {
		width: 100%;
		height: inherit;
		min-height: inherit;
		padding-top: 25px;	
	}
}

/*End of Contact page mobile styling*/

/*End of Contact page styling*/

/*Beginning of Advantages page styling*/

.advantages ul li h4{
	margin-top: 0;
	margin-bottom: 0;
}


/*End of Advantages page styling*/

/*Beginning of Support & Leadership page styling*/

.post-entry h3.staff-member-name,
.staff-member-name{
	font-size: 27px;
	color: #0035b5;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 10px;
}

.post-entry h4.staff-member-position,
.staff-member-position{
	font-size: 19px;
	color: #0035b5;
	font-weight: 400;
	width: 100%;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
}

.staff-member-info-wrap{
	float: left;
	width: 71%;
	margin-bottom: 10px;
	padding-right: 15px;
}

.staff-member-listing img{
	float: right;
	width: 22%;
	margin-top: 20px;
	padding: 5px;
	border: 1px solid LightGrey;
	-moz-box-shadow: 0 3px 3px;
	-webkit-box-shadow: 0 3px 3px;
	box-shadow: 0 3px 3px;
	clear: both;
}

/*Beginning of Support & Leadership page mobile styling*/

@media screen and (max-width: 480px){
	.staff-member-info-wrap{
		width: 100%;
	}
	.staff-member-listing img{
		width: 97%;
	}
}

/*End of Support & Leadership page mobile styling*/

/*End of Support & Leadership page styling*/

/*Beginning of Support page styling*/

.support .post-entry h2{
	margin-top: 30px;
}

.support .post-entry .alignright{
	clear: both;
	max-width: 40%;
}

/*Beginning of Support page mobile styling*/

@media screen and (max-width: 725px){
	.support .post-entry .alignright{
		clear: none;
		max-width: 95%;
		float: none;
		display: block;
		margin: 0 auto;
	}
}

/*End of Support page mobile styling*/

/*End of Support page styling*/