html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: 'quicksandbold';
	src: url('font/quicksand-bold-webfont.eot');
	src: url('font/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('font/quicksand-bold-webfont.woff') format('woff'),
			 url('font/quicksand-bold-webfont.ttf') format('truetype'),
			 url('font/quicksand-bold-webfont.svg#quicksandbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'quicksandlight';
	src: url('font/quicksand-light-webfont.eot');
	src: url('font/quicksand-light-webfont.eot?#iefix') format('embedded-opentype'),
			 url('font/quicksand-light-webfont.woff') format('woff'),
			 url('font/quicksand-light-webfont.ttf') format('truetype'),
			 url('font/quicksand-light-webfont.svg#quicksandlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'quicksandregular';
	src: url('font/quicksand-regular-webfont.eot');
	src: url('font/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('font/quicksand-regular-webfont.woff') format('woff'),
			 url('font/quicksand-regular-webfont.ttf') format('truetype'),
			 url('font/quicksand-regular-webfont.svg#quicksandregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'noto_serifitalic';
	src: url('font/notoserif-italic-webfont.eot');
	src: url('font/notoserif-italic-webfont.eot?#iefix') format('embedded-opentype'),
			 url('font/notoserif-italic-webfont.woff') format('woff'),
			 url('font/notoserif-italic-webfont.ttf') format('truetype'),
			 url('font/notoserif-italic-webfont.svg#noto_serifitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

body {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1;
	color:#5d5d5d;
}

#landing {
	padding: 200px 0 300px;
	background: url(img/landing_bg.jpg) no-repeat center center / cover;
}
#landing .container {
	width: 960px;
	margin: 0 auto;
}
#landing h2 {
	margin: 0 0 90px;
	text-align: center;
	font-size: 48px;
	font-family: 'quicksandregular';
	color: #FFF;
	text-transform: uppercase;
}
#landing .box {
	width: 450px;
	height: 450px;
	float: left;
	text-align: center;
}
#landing .box a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none !important;
	background: rgba(255, 255, 255, 0.8);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
#landing .box a div {
	height: 265px;
	line-height: 265px;
	margin: 0 0 30px;
}
#landing .box p.tag {
	color: #5D5D5D;
	margin: 0 0 20px;
}
#landing .box a div img {
	display: inline-block;
	vertical-align: bottom;
}
#landing .box a span {
	display: inline-block;
	padding: 10px 45px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	letter-spacing: 2px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'quicksandbold';
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
#landing .box a:hover {
	background: #FFF;
	opacity: 1;
}
#landing .box.hern-assoc {
	margin-right: 60px;
}
#landing .box.hern-assoc a span {
	border-color: #f7a11a;
	color: #f7a11a;
}
#landing .box.hern-assoc a:hover span {
	background: #f7a11a;
	color: #FFF;
}
#landing .box.hern-finance a span {
	border-color: #7bc142;
	color: #7bc142;
}
#landing .box.hern-finance a:hover span {
	background: #7bc142;
	color: #FFF;
}