p {
	font-family: 'Signika', sans-serif;
}
div.chiefInstructorHeading{
	font-size:50px;
	font-family: 'Signika', sans-serif;
}
span.danColour{
	color:red;
}
div#instructors {
	width:900px;
	margin-left: auto;
	margin-right: auto;
}
div#mainInstructor{
	float:left;
	width:100%;
	margin-top:15px;
	height:300px;
}
div#mainInstructorInfo {
	float:left;
}
div#closeAccordion {
	float:right;
	cursor:pointer;
}
div#otherInstructors, div#instructor {
	background-color:#66A3FF;
	height:50px;
	float:left;
	margin-top:15px;
	padding-top:10px;
	text-align:center;
	color:#ffffff;
	width:100%;
	font-family: 'Signika', sans-serif;
	font-size:25px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	
}
div.buttonDiv {
	border-radius:10px;
	background-color:#ADAD85;
	color:#ffffff;
	height:50px;
	float:right;
	margin-top:230px;
	margin-right:20px;
	padding:10px;
	text-align:center;
	font-size:20px;
	font-family: 'Signika', sans-serif;
}
a#mainInstructorAnchor {
	background:url('/images/instructor/mainInstructorDesktop.jpg') center center no-repeat;
    background-size: auto 100%;
    height:300px;
    display:block;
}
@media screen and (max-width:900px) {
	div#instructors {
		width:auto;
	}
}
@media screen and (max-width:768px) {
	a#mainInstructorAnchor {
		background:url('/images/instructor/mainInstructorTablet.jpg') center center no-repeat;
	}
}
@media screen and (max-width:460px) {
	a#mainInstructorAnchor {
		background:url('/images/instructor/mainInstructorMobile.jpg') center center no-repeat;
	}
}
p.textWrapper {
	text-align: justify;
}
div.otherInstructor {
	float:left;
	width:100%;
	height:auto;
	margin-top:15px;
}
div.tabHeader {
	background-color: #fd8a17;
	width:300px;
	height:30px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	margin-top:10px;
	color: #ffffff;
	font-family: 'Signika', sans-serif;
	font-size: 20px;
	text-align: center;
	padding-top:5px;
}
div.tabWrapper {
	border-style: solid;
    border-width: 5px;
    border-color: #fd8a17;
    border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
div#instructorImage1 {
	background:url('/images/instructor/instructor_AngelaR2_5.jpg') left center no-repeat;
    background-size: auto 100%;
    height:120px;
    width:300px;
    float:left;
    margin-right:15px;
    display:block;
}
div#instructorImage2 {
	background:url('/images/instructor/instructor_GholamrezaR2_5.jpg') left center no-repeat;
    background-size: auto 100%;
    height:120px;
    width:300px;
    float:left;
    margin-right:15px;
    display:block;
}
div#instructorImage3 {
	background:url('/images/instructor/instructor_AlexR2_5.jpg') left center no-repeat;
    background-size: auto 100%;
    height:120px;
    width:300px;
    float:left;
    margin-right:15px;
    display:block;
}
div#instructorImage4 {
	background:url('/images/instructor/instructor_JackR2_5.jpg') left center no-repeat;
    background-size: auto 100%;
    height:120px;
    width:300px;
    float:left;
    margin-right:15px;
    display:block;
}
@media screen and (max-width:600px) {
	div#instructorImage1, div#instructorImage2, div#instructorImage3  {
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	div.tabHeader {
		width:100%;
	}
	div.tabWrapper {
		border-top-right-radius:0;
	}
}
@media screen and (max-width:400px) {
	div.chiefInstructorHeading{
		font-size:35px;
	}
}
