
@font-face { font-family: 'knowledge-reg'; src: url('https://static.reutersmedia.net/resources_v2/fonts/Knowledge-Regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'knowledge-light'; src: url('https://static.reutersmedia.net/resources_v2/fonts/Knowledge-Light.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'knowledge-medium'; src: url('https://static.reutersmedia.net/resources_v2/fonts/Knowledge-Medium.woff') format('woff'); font-weight: normal; font-style: normal; }


*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0;
}

section#top-view {
	width: 100%;
	height: 720px;
	background: #000000;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.top-view-container {
	max-width: 1240px;
	width: 100%;
	position: absolute;
	clear: both;
	height: 720px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
}

.top-view-text-box {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	height: auto;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
}

.client-logo {
	background: url(../images/client-logo.png)no-repeat;
	width: 100%;
	height: 74px;
	background-position: center;
	background-size: 300px;
}

h1 {
	font-size: 2.5em;
	font-family: 'knowledge-reg';
	font-weight: 100;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 auto;
	max-width: 650px;
}

h2 {
	font-size: 1.2em;
	font-family: 'knowledge-reg';
	font-weight: 100;
	color: #ffffff;
	max-width: 650px;
	margin: 0 auto;
}

.social {
	position: absolute;
	right: 15px;
}

.main-image {
	background: url(../images/main-image.jpeg)no-repeat;
	width: 100%;
	background-position: bottom center;
	background-size: cover;
	height: 550px;
	margin: 34px auto;
	max-height: 550px;
}

section#content {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	background: #f9f9f9;
	border-top: 7px solid #ff8000;
	position: relative;
	z-index: 5000;
}

.content-container {
	max-width: 1100px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px;
}

.section {
	clear: both;
	padding: 0px;
	margin: 0px 0 5%;
}

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; }

.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

h3 {
	font-size: 2em;
	font-family: 'knowledge-light';
	text-transform: uppercase;
	font-weight: 100;
	color: #000000;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
}

span.colored {
	color: #ff8000;
	font-weight: 900;
	font-family: 'knowledge-medium';
}

.content-image img {
	box-shadow: 0px 0px 5px #999999;
	width: 100%;
}

.title {
	font-size: 2em;
	font-family: 'knowledge-light';
	font-weight: 100;
	color: #000000;
	padding: 0;
	margin: 0;
}

.description {
	font-size: 1em;
	line-height: 1.2em;
	font-family: 'knowledge-reg';
	font-weight: 100;
	color: #333;
	padding: 0;
	margin: 10px 0;	
}

.published {
	font-size: 0.8em;
	font-family: 'knowledge-reg';
	font-weight: 100;
	color: #b2b1b1;
	padding: 0;
	margin: 10px 0;	
}

a.link {
	color: #ffffff;
	text-decoration: none;
}

button {
  font-size: 2em;
  background: #000000;
  padding: 10px 20px;
	font-size: 1.2em;
	font-family: 'knowledge-reg';
  color: #ffffff;
  position: relative;
  text-decoration: none;
	background-position: 90%;
  z-index: 1;
  overflow: hidden;
   display: inline-block;
   width: 150px;
   border: none;
}
button:hover {
  color: #ffffff;
}
button::after {
  content: "";
  background: #ff8000;
  position: absolute;
  z-index: -1;
  padding: 10px 20px;
  display: block;
  color: #ffffff;
  text-decoration: none;
}
button[class^="slide"]::after {
  transition: all 0.35s;
}
button[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
button.slide_from_left::after {
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}

.client-logo-bottom {
	background: url(../images/client-logo-black.png)no-repeat;
	width: 100%;
	height: 74px;
	background-position: center;
	background-size: 300px;
	margin: 5% auto 0;
}

.custom-footer {
	max-width: 1100px;
	width: 100%;
	margin: 5% auto;
	text-align: center;
	border-top: 1px solid #dddddd;
}

.custom-footer p {
	max-width: 600px;
	width: 100%;
	margin: 5% auto;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
	font-family: 'knowledge-reg';
	font-weight: 100;
	color: #333;
	padding: 0;

}

.footer-link {
	color: #ff8000;
}

@media only screen and (max-width: 764px) {
	.col { 
		margin: 1% 0 10% 0%;
	}
	.span_2_of_2, .span_1_of_2 { width: 100%;
}

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

	section#top-view {
		height: 480px;
	}
	
	.top-view-container {
		height: 468px;
	}

	.main-image {
		height: 290px;
		max-height: 290px;
		background-position: bottom right;
	}
	
	.social {
		display: none;
	}
	h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1em;
	}
	.client-logo {
		background-size: 230px;
	}
	h3 {
		font-size: 1.2em;
	}
}
