html {
	font-family: "Fira Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 300;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.004 );
}

body {
	background: #FFF;
}

h1, h2, h3, h4, h5 {
	color: #222;
	font-weight: normal;
}

h1 {
	font-size: 5em;
}

h2 {
	border-left: 2px solid #EE2072;
	padding: 10px 30px;
	font-size: 3.5em;
	line-height: 1em;
	margin: 100px 5px 60px;
}

h3 {
	color: #333;
	margin: 0px 0px 7px 0px;
	font-size: 2.2em;
}
h4 {
	margin: 0em;
	color: #333;
	text-transform: uppercase;
}

p {
	margin: 20px 10px 10px 10px;
	color: #222;
	font-size: 22px;
}

a {
	text-decoration: none;
	color: #222;
}

p a {
	color: #000;
	text-decoration: underline;
}

@media only screen and (min-width: 64.063em) {
	#sections {
		margin-bottom: 300px;
	}

	#sidebar {
		margin-top: 100px;
	}
}

@media only screen and (min-width: 40.063em) {
	#sidebar {
		margin-bottom: 200px;
	}
}



.section {
	border: 1px solid #CCC;
	min-height: 230px;
	background-color: #FFF;
	margin-bottom: 35px;
	padding: 15px 10px 2px;
}

.section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.section a.visit {
	position: relative;
	display: inline-block;
	z-index: 100;
	margin: 20px 10px;
	padding: 12px;
	border: 4px solid #3C9EB3;
	float: right;
}

.section p a {
	color: #555;
}

#sidebar hr {
	margin: 30px 0px;
}

#sidebar a {
	display: block;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 10px 10px 10px 17px;
	margin-top: 15px;
	font-size: 20px;
	-webkit-transition: background-color 0.3s ease,
						border-color 0.3s ease;
	transition: background-color 0.3s ease,
				border-color 0.3s ease;
}

#sidebar a:hover,
#sidebar a:focus,
#sidebar a:active {
	padding: 10px;

	border-left: 8px solid #FFF;
	border-color: #EE2072;
}

#sidebar img {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0px 0px 3px 0px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease,
						margin 0.3s ease;
	transition: opacity 0.25s ease,
				margin 0.3s ease;
}

#sidebar a:hover img,
#sidebar a:focus img,
#sidebar a:active img {
	opacity: 1;
	margin: 0px 15px 3px 0px;
}

.employment {
	float: right;
}
