@font-face{font-family:DINWeb;src:url(../fonts/DINWeb/DINWeb.woff) format('woff')}
@font-face{font-family:DINWeb-Bold;src:url(../fonts/DINWeb/DINWeb-Bold.woff) format('woff')}
@font-face{font-family:DINWeb-Medium;src:url(../fonts/DINWeb/DINWeb-Medium.woff) format('woff')}
@font-face{font-family:DINWeb-Light;src:url(../fonts/DINWeb/DINWeb-Light.woff) format('woff')}

body, h2, h3, h4, h5, h6, a {
	font-family: DINWeb, Helvetica, Arial, sans-serif;
	margin: 0;
}

h1 {
	font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
    font-size: 2.75rem;
    line-height: 63px;
    margin-bottom: 0 !important;
}

.subtitle {
	line-height: 1.5rem;
	font-size: 2rem;
}

section {
	padding: 30px 0;
}

a {
	color: #e95f26;
}

a:hover {
	color: #faa519;
}

a.orangeBtn {
	background-color: #e95f26;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
	margin: 0 10px;
}

a.downloadBtn::before {
	content:'\f019';
	font-family: fontAwesome;
	padding-right:5px;
	font-size:14px;
}

a.orangeBtn:hover {
	background-color: #ce4901;
}
a.greyBtn {
	background-color: #9b9c9d;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
	margin: 0 10px;
}
a.greyBtn:hover {
	background-color: #595a5c;
}


#logo {
	margin: 15px;
}

ul.nav {
	float: right;
	padding: 24px 0 0;
}

ul.nav li {
	list-style: none;
	float: left;
	padding: 0 15px;
	margin: 0;
}

ul.nav a {
	color:#595A5C;
}
ul.nav a:hover {
	color: #e95f26;
}

ul.nav.ft {
	font-size: 0.85rem;
	padding:0;
	margin:0;
}

ul.nav.ft a {
	color: #fff;
}
ul.nav.ft a:hover {
	color: #e9edee;
}

.hero {
    background: #000 url('../img/black-lines.jpg') center center;
    color: #fff;
    text-align: center;
    padding: 60px 0;
    background-size: cover;
}

.hero p {
	margin: 46px 0 0 0;

}

.cta, .quote {
	background: #e9edee ;
}

.cta {
	-webkit-box-shadow: 0px -5px 16px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px -5px 16px 0px rgba(0,0,0,0.8);
    box-shadow: 0px -5px 16px 0px rgba(0,0,0,0.8);
}

.quote {
	text-align: center;
	font-size: 18px;
}

.quoteContainer {
	max-height: 240px;
    overflow: hidden;
}

.quoteDesc::before {
	content:'\f10d';
	font-family: fontAwesome;
	color: #fff;
	font-size:44px;
	position: relative;
	right: 48%;
	top: 40px;

}
.quoteDesc::after {
	content:'\f10e';
	font-family: fontAwesome;
	color: #fff;
	font-size:44px;
	position: relative;
	left: 48%;
	bottom: 40px;
}

.links, .contributors {
	padding: 60px 0;
}

.footer {
	background-color: #000;
}


.r7Links {
	max-width: 100%;
	float: right;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0px -4px 6px 1px rgba(220,220,220,1);
	-moz-box-shadow: 0px -4px 6px 1px rgba(220,220,220,1);
	box-shadow: 0px -4px 6px 1px rgba(220,220,220,1);
	height: 69px;

}

.r7Links > a::after {
	content:'\f078';
	font-family: fontAwesome;
}

.r7Links ul {
    position: absolute;
    padding: 5px 15px 0 15px;
    width: 100%;
    top: 68px;
    background-color: #fff;
    margin: 0;
    display: none;
    border: 1px solid #dcdcdc;
    border-top-style: none;
    right:0;
}
.r7Links:hover ul {
	display:block;
}

.r7Links ul li {
	padding: 8px 0;
    list-style-type: none;
    border-bottom: 1px solid #ddd;
}

.r7Links ul a {
	font-size:0.875rem;
	color:#595A5C;
}
.r7Links ul a:hover {
	color:#e95f26;
}


@media (max-width: 600px) {
	.r7Links > a::after {
		content:none;
	}
	h1 {
		line-height: 40px;

	}
	.subtitle {
		margin-top: 2rem;
		line-height: 2rem;
	}
	.quoteContainer {
		max-height: 350px;
	}
}


@media (max-width: 420px) {
	a.orangeBtn {
		display: block;
	}

	a.greyBtn {
		display: block;
		margin: 20px 10px 0;
	}
	ul.nav {
		float: left;
		padding:10px 0 0 5px
	}

	ul.nav li {
		padding: 0 10px;
	}

	.r7Links {
		padding: 0 0 0 14px;
		float: left;
		height: auto;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
}