@charset "utf-8";
/* CSS Document */


body {
	background-color:#ffffff;
	font-family:Source Sans Pro, Helvetica, Arial, sans-serif
}


.container {
 	width: 1000px; 
	height: 700px;
	background-color:#ffffff;
	margin: 30px 30px 0px 30px;	
	border: 0px dotted red;
}


/* ////// Added height: 330px ////// */

.content1 {
	float: left;
	width: 100%;
	min-height: 396px;
	margin-top: -20px;
	margin-bottom: 20px;
	background-color:#E8EDED;
	border: 0px dotted blue;
	padding:0px;
}


.content1 img {
	float:right;
	padding: 20px 90px 30px 0px
}


.video {
	width: 60%;
	float: left;
	margin-top: 25px; 
	margin-left: 28px;
	margin-bottom: 25px;
}



.introheading .title {
    font-size:28px;
    font-weight:600;
    margin-bottom:10px;
    line-height:30px;
}

.introheading .intro {
    font-size:14px;
    font-weight:400;
    line-height:23px;
}


.btn-default {
	background: #007C85;
	border-color: #007C85;
	background-image: none;  
	/* border: 2px dotted blue; */ /* removed border */
	/* width:300px; */ /* removed element width */
	color: #ffffff;
}

	
.btn-default:hover {
	background: #036268;
	border-color: #036268; /* added border hover colour */
}


.btn-default:focus {
	background: #0C4F56;
	/* border-color: #036268; */ /* removed border colour */
}



.btn-primary{
	background: #037fac;
	border-color: #037fac;
	background-image: #037fac;
}


.brand-btn-default-bg {
    background-color: #007c85; /* added new class for courses heading */
}


/* added new class to remove all box shadows at any device size */
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    -webkit-box-shadow: none;
    box-shadow: none;
}



.nav>li>a{	
	padding: 10px 10px;
}



.guidelink {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 15px; 
		padding-right: 15px;
		/* border-bottom-left-radius; */
		border-radius: 3px;
		background-color: #007C85;
		text-align: center;
		font-size: 14px;
		color: #ffffff;
		text-decoration: none;
		width: 200px;
	}


.guidelink:hover {
		background-color: #036268;
		text-decoration: none;
		color: #ffffff;
	}


	
/* //////////// FOOTER CLASSES //////////// */


.footer {
	clear:left;
	width: 100%;
	height:220px;
	margin: 0px 60px 0px 0px;
	background-color:#1F2121;
	line-height:26px;
	
}

.footer img {
	
	float:right;
	margin-top: 40px;
	margin-right: 80px;
}


.footercontent {
	float:left;
	margin: 34px 20px 40px 70px;
	padding: 0px;
	color:#ffffff;
	line-height:20px;
}


.footercontent a {
	color: #ffffff;
}


.terms {
	margin-bottom: 54px;
	line-height:24px;
}



	
/* //////////// MEDIA QUERY - MAX WIDTH 800px //////////// */

@media screen and (max-width: 800px) {
.content1 img {
	display: none;
	}

.brand-header.brand-header-bg.header-image {
	background-image: url("https://az659834.vo.msecnd.net/eventsairwesteuprod/production-cambridgeassess-public/505b8a3f108c49a0b327a8bb073d7273");
	background-repeat: no-repeat;
   	height: 30px;
    	background-position: left;
   	background-position-x: 10px;
   	background-position-y: 5px;
	}

.img-responsive.center-block {
	display: none;
	
	
	}
.introheading {
    float:left;
    margin: 20px 20px 0px 28px;
    background-color:transparent; /* changed bg to reflect colour of panel this is on */
	}
	

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    webkit-box-shadow: none;
    box-shadow: none;
	}
	
	

.content2 {
	width: 100%;
	display: block;
	}

.content2 p {
margin-bottom: 0.6155em;
}


.content3 {
	width: 100%;
	display: block;
	}
}


.content4 {
	float: left;
	width: 1000px;
	margin-top: -20px;
	margin-bottom: 20px;
}



/* //////////// MEDIA QUERY - MAX WIDTH 800px (2???) //////////// */


@media screen and (min-width: 760px) {

.introheading {
     float:left;
     width: 30%;
     margin: 20px 0px 0px 28px;
     background-color:#E8EDED;
}

	
.content2 {
	float:left;
	width: 60%;
	margin-right: 20px;
	margin-bottom: 60px;	
}

.content2 p {
	margin-bottom: 0.6155em;
}


.content3 {
	float:left;
	width: 30%;
	}
}



/* //////////// MEDIA QUERY - MAX WIDTH 480px - mobile //////////// */


@media only screen and (max-width:480px) {

		
.video {
	width: 82%;
	/*margin-top: -80px; */
	/*margin-left: 11px;*/
	/*margin-bottom: 0px;*/
	
}	
	
                
div.footer {
    height:300px;                    
}
    
	
.footercontent {
    float:left;
    margin: 20px 20px 0px 30px;       
}
   
	
div.footer img {
    float:left;
    margin-top: 40px;
    margin-left:30px;
    margin-bottom: 20px;
}              
  
	
.terms {
    margin-bottom: 30px;
} 
 
	
.p_last {
    margin-bottom:24px;
    }
	
	
	#clearButton {
		margin-bottom: 3px;
	}	
	
	#searchButton {
		margin-bottom: 3px;
	}
	
	#openAdvancedSearchButton {
		margin-bottom: 3px;
	}
	
/* ////// Added content 1 ////// */

.content1 {
	height: 500px;
	border: 0px solid #DD0C0C;
}
	

.guidelink {
		margin-bottom: 100px;
		border: 0px solid #DD0C0C;
	}
}

	
	
	
/* //////////// MEDIA QUERY - MAX WIDTH 320px - mobile iPhone5/SE //////////// */


@media only screen and (max-width:320px) {

		
.video {
	width: 77%;
	margin-left: 27px;
	margin-bottom: 20px;	
	margin-top: 15px; 
}	
}
