body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Trebuchet,Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	-webkit-text-size-adjust: 100%;
}

.display-none {
	display: none;
}

.headline {
	font-family: "C4 Headline", "Channel 4 Heavy", Trebuchet,Verdana,Helvetica,Arial,sans-serif;
}

.content {
	max-width: 960px;
	margin: auto;
}

.header {
	background: url('Images/HeaderBG.png');
}

.logo {
	height: 250px;
	width: 170px;
	float: left;
	
	background: url("Images/c4-logo.png") right 22px no-repeat;
}

.title {
	height: 100px;
	text-align: center;
}

.title .headline {
	color: #dcddcd;
	padding-top: 30px;
	font-size: 33px;
}

.sub-title {
	background: #242424;
	height: 150px;
	margin-left: 170px;
}

.sub-title .sub-content {
	display: table;
	margin: 0 auto;
}

.sub-title .headline {
	color: #dcddcd;
	text-align: center;
	float: left;
	
	margin-top: 15px;
}

.sub-title .headline .line1 {
	font-size: 50px;
}

.sub-title .headline .line2 {
	font-size: 25px;
}

.icons {
	float: left;
	margin: 25px 0 0 30px;
}

.icon {
	height: 69px;
	width: 68px;
	float: left;
	margin-left: 10px;
}

.icon:first-child {
	margin-left: 0;
}

.icon1 {
	background: url("Images/teacher.png");
	background-size: cover;
}

.icon2 {
	background: url("Images/robot.png");
	background-size: cover;
}

.icon3 {
	background: url("Images/calculator.png");
	background-size: cover;
}

.icon4 {
	background: url("Images/money-bag.png");
	background-size: cover;
}

.cloud-section {
	background: #dcddcd;
}

.cloud-top {
	position: relative;
	top: -30px;
	left: 0px;
	height: 31px;
	
	background-image: url("Images/cloud-top.png");
	background-repeat: repeat-x;
}

.cloud-tear {
	height: 36px;
	background-color: #fff;
	background-image: url("Images/paper-tear.png");
	background-repeat: repeat-x;
}

.reason-content {
	overflow-x: hidden;
	margin-top: -25px;
	position: relative;
	padding-bottom: 10px;
}

.reason-nav {
	width: 60px;
	height: 10px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
}

.reason-nav-dot {
	height: 5px;
	width: 5px;
	float: left;
	margin: 0 5px;
	background: #a2a29a;
}

.selected-dot {
	background: white;
}

.reason-modules {
	display: table;
	position: relative;
}

.button {
	cursor: pointer;
}

.cloud-section .left,
.cloud-section .right {
	position: absolute;
	top: 315px;
	height: 40px;
	width: 25px;
	background: red;
	display: none;
	z-index: 2;
}

.cloud-section .left {
	left: 0px;
	background: url("Images/ArrowLeft.png");
}

.cloud-section .right {
	right: 0px;
	background: url("Images/ArrowRight.png");
}

.reason-module {
	width: 21%;
	float: left;
	padding: 0 2% 10px;
}

.reason-img {
	height: 40px;
	width: 40px;
	margin: 0 auto;
	display: block;
}

.reason-title,
.reason-text {
	margin-top: 10px;
}

.reason-title {
	font-size: 16px;
	height: 38px;
}

.body {
	display: table;
	width: 100%;
}

.case-studies {
	width: 55%;
	float: left;
	padding: 0;
	overflow-x: hidden;
}

.case-studies-header {
	position: relative;
	width: 90%;
	padding: 10px 1.5%;
}

.case-studies-title {
	font-size: 16px;
}

.case-studies-navigation {
	position: absolute;
	top: 12px;
	right: 0px;
	background: url("Images/Navigation.png");
	height: 15px;
	width: 87px;
	cursor: pointer;
}

.current-study {
	position: absolute;
	background: url("Images/Navigation-current.png");
	height: 15px;
	width: 15px;
}

.case-study-content {
	width: 500%;
	display: table;
	position: relative;
}

.case-study {
	width: 19.4%;
	padding: 0 0.3%;
	float: left;
}

.case-study-name {
	font-size: 24px;
	margin: 12px 0;
}

.case-study-img {
	width: 30%;
	max-width: 200px;
	float: right;
	margin-bottom: 3%;
	margin-left: 4%;
}

.case-study-body {
	width: 100%;
}

.apply {
	width: 40%;
	background: url("Images/post-it.png") no-repeat;
	background-size: 100% 100%;
	float: left;
	padding: 10px 2.5% 30px;
}

.apply-title {
	font-size: 16px;
}

.apply-body {
	width: 92%;
}

.footer img {
	float: right;
	margin-bottom: 20px;
	margin-right: 10px;
}

@media screen and (max-width: 900px) {
	.title .headline {
		padding-top: 20px;
		font-size: 30px;
	}
}

@media screen and (max-width: 860px) {
	.sub-title .headline {
		margin-top: 20px;
	}
	
	.sub-title .headline .line1 {
		font-size: 40px;
	}
	
	.sub-title .headline .line2 {
		font-size: 20px;
	}

	.icons {
		margin: 10px 0 0 10px;
	}
	
	.icon {
		width: 50px;
		height: 50px;
	}
	
	.icon:nth-child(odd) {
		clear: left;
		margin-left: 0;
	}
	
	.icon3,
	.icon4 {
		margin-top: 10px;
	}
	
	.reason-modules {
		width: 200%;
		left: 0px;
	}
	
	.cloud-section .left,
	.cloud-section .right {
		display: block;
	}
	
	.reason-module {
		width: 20%;
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	
	.reason-module .icon3,
	.reason-module .icon4 {
		margin-top: 0px;
	}
	
	.case-studies {
		width: 100%;
	}
	
	.case-study-img {
		width: 25%;
		margin-bottom: 4%;
		margin-left: 5%;
	}
	
	.case-study-body {
		width: 100%;
		padding: 0;
	}
	
	.apply, .footer {
		width: 94%;
		max-width: 600px;
		margin-left: 1%;
	}
}

@media screen and (max-width: 600px) {
	.logo {
		height: 215px;
		width: 125px;
		background-position: 5px 18px;
		background-size: cover;
	}
	
	.title {
		height: 75px;
	}
	
	.title .headline {
		font-size: 20px;
		padding-top: 26px;
	}
	
	.sub-title {
		text-align: center;
		height: 140px;
		margin-left: 125px;
	}
	
	.sub-title .headline {
		margin-top: 10px;
	}
	
	.sub-title .headline .line1 {
		font-size: 28px;
	}
	
	.sub-title .headline .line2 {
		font-size: 14px;
	}
	
	.icons {
		margin-left: 0px;
		clear: left;
	}
	
	.icon {
		width: 38px;
		height: 38px;
		margin: 0 0 0 10px;
	}
	
	.icon:nth-child(odd) {
		clear: none;
		margin: 0 0 0 10px;
	}
	
	.icon:first-child {
		margin-left: 0;
	}
	
	.icon3,
	.icon4 {
		margin-top: 0;
	}
	
	.reason-nav {
		display: block;
	}
	
	.reason-modules {
		width: 400%;
		left: 0px;
	}
	
	.cloud-section .left,
	.cloud-section .right {
		display: block;
	}
	
	.reason-module {
		width: 20%;
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	
	.case-study-img {
		width: 40%;
	}
}

@media screen and (max-width: 543px) {
	.title .headline {
		padding-top: 15px;
	}
}

@media screen and (max-width: 332px) {
	.title .headline {
		padding: 2px 0;
	}
}