html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-size:100%;
	margin: 0;
	padding: 0;
	font: 1.0em/1.4em 'Antic Slab', serif;
	font-weight: 400;
	width: 100%;
	height: 100%;
	color: #666666;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 17%, #cfcfc3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,#ffffff), color-stop(100%,#cfcfc3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 17%,#cfcfc3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 17%,#cfcfc3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 17%,#cfcfc3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 17%,#cfcfc3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfc3',GradientType=0 ); /* IE6-8 */
	background-attachment: fixed;
}

article, aside, details, footer, header, nav, section {
	display: block;
}

img, object, embed {
	display: block;
	max-width:100%;
}

img {
	height: auto;
}

[hidden] {
	display: none;
}

h1 {
	font: 1.875em/1.2em 'Antic Slab', serif;
	font-weight: 400;
	text-align: left;
	margin: 1.25em 0 0.25em 0;
	padding: 0;
	color: #666666;
}

h2 {
	font: 1.75em/1.2em 'Antic Slab', serif;
	font-weight: 600;
	text-align: left;
	margin: 0.5em 0 0.25em 0;
	padding: 0;
}

h3 {
	font: 1.5em/1.2em 'Antic Slab', serif;
	font-weight: 400;
	text-align: left;
	margin: 0.5em 0 0.25em 0;
	padding: 0;
	color: #000;
}

h4 {
	font: 1.25em/1.2em 'Unica One', sans-serif;
	font-weight: 400;
	text-align: left;
	margin: 0.25em 0 0.5em 0;
	padding: 0;
}

h5 {
	font: 1.1em/1.2em 'Unica One', sans-serif;
	font-weight: 400;
	text-align: left;
	margin: 0.5em 0 0.25em 0;
	padding: 0;
}

h6 {
	font: 1.0em/1.2em 'Unica One', sans-serif;
	font-weight: 400;
	text-align: left;
	margin: 0.5em 0 0.25em 0;
	padding: 0;
}

p {
	font: 1.125em/1.5em 'Antic Slab', serif;
	font-weight: 400;
	text-align: left;
	padding: 0;
	margin: 0.5em 0 1.0em 0;
}

body.home h1, body.home h2, body.home h3, body.home h4, body.home h5, body.home h6, body.home p {
	text-align: center;
}

a {
	color: #018b6a;
}

a:hover {
	color: #2179aa;
}

strong {
	color: #000000;
}

ul {
	display: block;
	list-style-type: disc;
}

article {
	overflow: auto;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
	margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
	margin-bottom: 0;
}

nav ul {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav ul li {
	display:-moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 -4px 0 0;
	padding: 0;
	vertical-align: top;
}

nav ul li a {
	text-decoration: none;
}

.green, body.for-employers h4 {
	color: #018b6a;
}

.blue, body.for-candidates h4 {
	color: #2179aa;
}

.nobreak {
	white-space: nowrap;
}

h1.bottomless, h2.bottomless, h3.bottomless, h4.bottomless, h5.bottomless, h6.bottomless, p.bottomless, section.text h1.bottomless, section.text h2.bottomless, section.text h3.bottomless, section.text h4.bottomless, section.text h5.bottomless, section.text h6.bottomless, section.text p.bottomless {
	margin-bottom: 0;
	padding-bottom: 0;
}

em.testimonial-credit {
	font: 1.15em/1.2em 'Unica One', sans-serif;
	display: block;
	text-align: right;
	padding-top: 10px;
}

span.quote {
	font: 1.15em/1.2em 'Unica One', sans-serif;
}

hr {
	padding: 0;
	margin: 25px 90px 35px 90px;
	border: none;
	border-top: 1px solid #018b6a;
	color: #018b6a;
	text-align: center;
}

body.for-candidates hr {
	padding: 0;
	margin: 25px 90px 35px 90px;
	border: none;
	border-top: 1px solid #2179aa;
	color: #2179aa;
	text-align: center;
}

span.mobile, a.mobile, p.mobile {
	display: none;
}




/* ---- Section Styles ----*/

header#primary {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10%;
	position: relative;
	top: 0;
	z-index: 500;
	float: none;
}

body.home header#primary {
	max-width: none;
}

section#logo {
	width: 246px;
	margin: 0 0 -21px 45px;
	float: left;
}

body.home section#logo {
	width: 246px;
	margin: 0 auto;
	float: none;
}

section#headline {
	z-index: 100;
}

section#background-texture {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/targets.gif') 50% 50px;
	background-size: 200px 200px;
	z-index: -10;
}

section#content-bg-elements1 {
	z-index: -9;
}

section#content-bg-elements2 {
	z-index: -8;
}

nav#corner {
	float: right;
	margin: 15px 15px 0 0;
}

nav#corner ul li a {
	font-size: 1.0em;
	color: #666;
}

nav#corner ul li a.inactive {
	color: #e7e6d9;
}

nav#corner ul li a.inactive:hover {
	color: #e7e6d9;
	text-decoration: none;
}

nav#corner ul li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px #e7e6d9 solid;
}

nav#corner ul li a:hover {
	color: #000;
	text-decoration: underline;
}

nav#corner ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

section#main-content-area {
	background: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	max-width: 80%;
	border: 1px solid #c9c8bb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-moz-box-shadow: 0 4px 4px 2px #ccc;
	-webkit-box-shadow: 0 4px 4px 2px #ccc;
	box-shadow: 0 4px 4px 2px #ccc;
	clear: both;
	position: relative;
	z-index: 800;
	overflow: hidden;
}

body.home section#main-content-area {
	padding: 10px;
	max-width: 90%;
}

nav#main-buttons {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 0 20px 0;
}

nav#main-buttons ul li {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	border-right: 2px #fff solid;
}

nav#main-buttons ul li section#for-employers-button {
	position: relative;
	overflow: hidden;
	height: 245px;
	padding: 10px 10px 0 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #018b6a; /* Old browsers */
	background: -moz-linear-gradient(top,  #79d19c 0%, #018b6a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#79d19c), color-stop(100%,#018b6a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #79d19c 0%,#018b6a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #79d19c 0%,#018b6a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #79d19c 0%,#018b6a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #79d19c 0%,#018b6a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79d19c', endColorstr='#018b6a',GradientType=0 ); /* IE6-8 */
}

nav#main-buttons ul li:hover section#for-employers-button {
/*--	background: #1c9641; /* Old browsers */
/*--	background: -moz-linear-gradient(top,  #1c9641 0%, #017c51 100%); /* FF3.6+ */
/*--	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c9641), color-stop(100%,#017c51)); /* Chrome,Safari4+ */
/*--	background: -webkit-linear-gradient(top,  #1c9641 0%,#017c51 100%); /* Chrome10+,Safari5.1+ */
/*--	background: -o-linear-gradient(top,  #1c9641 0%,#017c51 100%); /* Opera 11.10+ */
/*--	background: -ms-linear-gradient(top,  #1c9641 0%,#017c51 100%); /* IE10+ */
/*--	background: linear-gradient(to bottom,  #1c9641 0%,#017c51 100%); /* W3C */
/*--	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9641', endColorstr='#017c51',GradientType=0 ); /* IE6-8 */
}

nav#main-buttons ul li section#for-candidates-button {
	position: relative;
	overflow: hidden;
	height: 245px;
	padding: 10px 10px 0 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #2179aa; /* Old browsers */
	background: -moz-linear-gradient(top,  #7bccff 0%, #2179aa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7bccff), color-stop(100%,#2179aa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7bccff 0%,#2179aa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7bccff 0%,#2179aa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7bccff 0%,#2179aa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7bccff 0%,#2179aa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bccff', endColorstr='#2179aa',GradientType=0 ); /* IE6-8 */
}

nav#main-buttons ul li:hover section#for-candidates-button {
/*--	background: #3e86c4; /* Old browsers */
/*--	background: -moz-linear-gradient(top,  #3e86c4 0%, #1a6684 100%); /* FF3.6+ */
/*--	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e86c4), color-stop(100%,#1a6684)); /* Chrome,Safari4+ */
/*--	background: -webkit-linear-gradient(top,  #3e86c4 0%,#1a6684 100%); /* Chrome10+,Safari5.1+ */
/*--	background: -o-linear-gradient(top,  #3e86c4 0%,#1a6684 100%); /* Opera 11.10+ */
/*--	background: -ms-linear-gradient(top,  #3e86c4 0%,#1a6684 100%); /* IE10+ */
/*--	background: linear-gradient(to bottom,  #3e86c4 0%,#1a6684 100%); /* W3C */
/*--	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e86c4', endColorstr='#1a6684',GradientType=0 ); /* IE6-8 */
}

nav#main-buttons ul li section h2 {
	padding-top: 20px;
}

nav#main-buttons ul li section#for-employers-button h2 {
	text-shadow: -1px 1px 1px #018b6a;
}

nav#main-buttons ul li section#for-candidates-button h2 {
	text-shadow: -1px 1px 1px #2179aa;
}

nav#main-buttons ul li section h2, nav#main-buttons ul li section h4, nav#main-buttons ul li section p {
	color: #fff;
}

nav#main-buttons ul li section#for-candidates-button p {
	padding: 0 15px;
	margin-bottom: 0;
	text-align: left;
}

nav#main-buttons ul li section h4 {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

nav#main-buttons ul li section ul.list li {
	width: auto;
	float: none;
	display: block;
	border-right: none;
	text-align: left;
	color: #fff;
	-moz-box-sizing: border-box;
	box-sizing: content-box;
}

a.next-button {
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 42%;
	padding: 8px 14px;
	text-shadow: -1px 1px 1px #fff;
	font: 1.125em/1.2em 'Unica One', sans-serif;
	font-weight: 400;
	text-align: center;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #c9c8bb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c9c8bb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c9c8bb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#c9c8bb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#c9c8bb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#c9c8bb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9c8bb',GradientType=0 ); /* IE6-8 */
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px; /* future proofing */
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px; /* future proofing */
}

a.next-button:hover {
	color: #000;
	text-decoration: underline;
	background: #fff;
}

section.centered {
	width: 100%;
	text-align: center;
	margin: 35px auto;
}

aside.button a {
	display: inline-block;
	font: 1.5em/1.2em 'Unica One', sans-serif;
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: 10px 18px;
	background: #2179aa; /* Old browsers */
	background: -moz-linear-gradient(top,  #7bccff 0%, #2179aa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7bccff), color-stop(100%,#2179aa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7bccff 0%,#2179aa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7bccff 0%,#2179aa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7bccff 0%,#2179aa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7bccff 0%,#2179aa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bccff', endColorstr='#2179aa',GradientType=0 ); /* IE6-8 */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-moz-box-shadow: 0 4px 4px 2px #ccc;
	-webkit-box-shadow: 0 4px 4px 2px #ccc;
	box-shadow: 0 4px 4px 2px #ccc;
	color: #fff;
	text-decoration: none;
	text-shadow: -1px 1px 1px #2179aa;
}

aside.button a:hover {
	background: #3e86c4; /* Old browsers */
	background: -moz-linear-gradient(top,  #3e86c4 0%, #1a6684 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e86c4), color-stop(100%,#1a6684)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3e86c4 0%,#1a6684 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3e86c4 0%,#1a6684 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3e86c4 0%,#1a6684 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3e86c4 0%,#1a6684 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e86c4', endColorstr='#1a6684',GradientType=0 ); /* IE6-8 */
}

footer {
	width: 100%;
	position: relative;
	text-align: center;
	color: #666;
	text-shadow: -1px 1px 1px #fff;
	font: 1.0em/1.2em 'Unica One', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 1.5em 0 1.5em 0;
}

footer nav {
	display: inline-block;
	margin-left: 20px;
}

footer nav ul li a {
	color: #666;
	text-decoration: none;
}

footer nav ul li a.inactive {
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

footer nav ul li a.inactive:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

footer nav ul li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px #e7e6d9 solid;
}

footer nav ul li a:hover {
	color: #018b6a;
	text-decoration: underline;
	text-shadow: none;
}

footer nav ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

div.clear {
	display: block;
	clear: both;
}

nav#main-buttons ul li section a.future {
	opacity: 1.0;
}

nav#main-buttons ul li section#for-candidates-button div.slide-hover {
	width: 90%;
	margin: 0 auto;
}

nav#subpage {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto -6px 0;
	padding: 0 10%;
	position: relative;
	top: 0;
	display: block;
	float: none;
	text-align: right;
	overflow: hidden;
	z-index: 900;
}

nav#subpage ul {
	display: block;
	float: right;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
	width: auto;
	height: auto;
}

nav#subpage ul li {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;	
	vertical-align: inherit;
}

nav#subpage ul li a {
	display: block;
	float: right;
	padding: 15px 25px;
	margin: 0 0 0 10px;
	font: 1.875em/1.2em 'Antic Slab', serif;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px; /* future proofing */
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px; /* future proofing */
}

nav#subpage ul li a.active {
	font: 1.25em/1.2em 'Antic Slab', serif;
	margin-top: 12px;
}

nav#subpage ul li a.for-employers {
	background: #018b6a; /* Old browsers */
	background: -moz-linear-gradient(top,  #79d19c 0%, #018b6a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#79d19c), color-stop(100%,#018b6a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #79d19c 0%,#018b6a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #79d19c 0%,#018b6a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #79d19c 0%,#018b6a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #79d19c 0%,#018b6a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79d19c', endColorstr='#018b6a',GradientType=0 ); /* IE6-8 */
}

nav#subpage ul li a.for-employers.inactive:hover {
	background: #018b6a; /* Old browsers */
	background: -moz-linear-gradient(top,  #79d19c 0%, #018b6a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#79d19c), color-stop(100%,#018b6a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #79d19c 0%,#018b6a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #79d19c 0%,#018b6a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #79d19c 0%,#018b6a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #79d19c 0%,#018b6a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79d19c', endColorstr='#018b6a',GradientType=0 ); /* IE6-8 */
}

nav#subpage ul li a.for-employers.active:hover {
	background: #018b6a; /* Old browsers */
	background: -moz-linear-gradient(top,  #3dae83 0%, #018b6a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3dae83), color-stop(100%,#018b6a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3dae83 0%,#018b6a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3dae83 0%,#018b6a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3dae83 0%,#018b6a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3dae83 0%,#018b6a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dae83', endColorstr='#018b6a',GradientType=0 ); /* IE6-8 */
	margin-top: 0;
}

nav#subpage ul li a.for-candidates {
	background: #2179aa; /* Old browsers */
	background: -moz-linear-gradient(top,  #7bccff 0%, #2179aa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7bccff), color-stop(100%,#2179aa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7bccff 0%,#2179aa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7bccff 0%,#2179aa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7bccff 0%,#2179aa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7bccff 0%,#2179aa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bccff', endColorstr='#2179aa',GradientType=0 ); /* IE6-8 */
}

nav#subpage ul li a.for-candidates.inactive:hover {
	background: #2179aa; /* Old browsers */
	background: -moz-linear-gradient(top,  #7bccff 0%, #2179aa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7bccff), color-stop(100%,#2179aa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7bccff 0%,#2179aa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7bccff 0%,#2179aa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7bccff 0%,#2179aa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7bccff 0%,#2179aa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bccff', endColorstr='#2179aa',GradientType=0 ); /* IE6-8 */
}

nav#subpage ul li a.for-candidates.active:hover {
	background: #3e86c4; /* Old browsers */
	background: -moz-linear-gradient(top,  #3e86c4 0%, #1a6684 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e86c4), color-stop(100%,#1a6684)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3e86c4 0%,#1a6684 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3e86c4 0%,#1a6684 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3e86c4 0%,#1a6684 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3e86c4 0%,#1a6684 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e86c4', endColorstr='#1a6684',GradientType=0 ); /* IE6-8 */
	margin-top: 0;
}

nav#subpage-sub {
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	margin: 0;
	padding: 0;
	display: block;
	text-align: right;
	z-index: 916;
}

nav#subpage-sub ul {
	display: block;
	text-align: left;
	margin: 0;
	padding: 15px 27px;
	width: auto;
	background: #fff;
	opacity: 0.8;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px; /* future proofing */
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px; /* future proofing */
	border: 1px #018b6a solid;
	border-top: none;
}

body.for-candidates nav#subpage-sub ul {
	border: 1px #2179aa solid;
	border-top: none;
}


nav#subpage-sub ul li {
	display: inline-block;
	float: none;
	padding: 0;
	margin: 0 -4px 0 0;
	vertical-align: inherit;
}

nav#subpage-sub ul li:last-child {
	margin-right: 0;
}

body.for-candidates nav#subpage-sub ul li:last-child a, nav#subpage-sub ul li:last-child a {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

nav#subpage-sub ul li a {
	display: block;
	font: 1.125em/1.0em 'Unica One', sans-serif;
	font-weight: 400;
	text-align: left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	color: #018b6a;
	border-right: 1px #bde18a solid;
	text-shadow: -1px 1px 1px #fff;
}

nav#subpage-sub ul li a.inactive {
	color: #bde18a;
}

body.for-candidates nav#subpage-sub ul li a {
	display: block;
	font: 1.125em/1.0em 'Unica One', sans-serif;
	font-weight: 400;
	text-align: left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	color: #2179aa;
	border-right: 1px #7bccff solid;
	text-shadow: -1px 1px 1px #fff;
}

body.for-candidates nav#subpage-sub ul li a.inactive {
	color: #7bccff;
}

body.for-candidates nav#subpage-sub ul li a:hover, nav#subpage-sub ul li a:hover {
	color: #000;
}

nav#subpage-sub ul li a.inactive:hover {
	color: #bde18a;
}

body.for-candidates nav#subpage-sub ul li a.inactive:hover {
	color: #7bccff;
}

img.header {
	display: block;
	width: 100%;
	height: auto;
	background: #ccc;
	margin-bottom: -57px;
	position: relative;
	z-index: 915;
}

header h1 {
	font: 2.0em/1.2em 'Antic Slab', serif;
	font-weight: 400;
	margin: 0 0 0 45px;
	padding: 0 0 15px 0;
	color: #fff;
	position: relative;
	z-index: 916;
}

body.home header h1 {
	font: 1.875em/1.2em 'Antic Slab', serif;
	font-weight: 400;
	margin: 1.0em 5%;
	padding: 0;
	color: #666;
}

body.for-candidates header h1 {
	color: #fff;
}

section.text p, section.text h1, section.text h2, section.text h3, section.text h4, section.text h5, section.text h5, section.text h6, section.text ul {
	padding: 0 45px 0 45px;
	margin-top: 0.5em;
}

section.text p {
	font-size: 1.1667em;
}

body.home section.text p {
	padding: 0 15px 10px 15px;
}

section.text ul li {
	font-size: 1.1667em;
	line-height: 1.4em;
}

section.text ul {
	margin: 0 0 1em 1.15em;
}

section.with-sidebar {
	margin-right: 300px;
}

aside.sidebar {
	float: right;
	position: relative;
	width: 240px;
	margin: -10% 45px 25px -240px;
	z-index: 920;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-moz-box-shadow: 0 4px 4px 2px #ccc;
	-webkit-box-shadow: 0 4px 4px 2px #ccc;
	box-shadow: 0 4px 4px 2px #ccc;
	overflow: hidden;
	border: 1px #c9c8bb solid;
}

aside.greenbg {
	background: #018b6a; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #bde18a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#bde18a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#bde18a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#bde18a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#bde18a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#bde18a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bde18a',GradientType=0 ); /* IE6-8 */
}

aside.sidebar header h4 {
	width: 100%;
	padding: 30px;
	margin: 0;
	background: #e7e6d9;
	border-bottom: 1px #c9c8bb solid;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}

aside.sidebar section.text {
	padding: 30px 30px 20px 30px;
	margin-bottom: 0;
}

aside.sidebar section.text p {
	font-size: 1.0em;
	padding: 0 0 10px 0;
}

div.column3 {
	float: left;
	width: 33%;
}



/*----  Image Replacements ----*/

h1#clover-consulting-logo {
	display: block;
	width: 246px;
	height: 74px;
	margin: 0;
	padding: 30px 0 0 0;
	text-indent: 100%;
	overflow: hidden;
	color: transparent;
	white-space: nowrap;
	background-image: url('images/clover-consulting-logo-lg.png');
	background-size: 246px 74px;
	background-position: 0 100%;
	background-repeat: no-repeat;
}

a#facebook:hover {
	background-position: 0 -36px;
}

a.twitter-icon {
	display: block;
	width: 26px;
	height: 21px;
	background: url('images/twitter-icon.jpg');
	background-size: 26px 42px;
	background-position: 0 0;
}

a.twitter-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

a.twitter-icon:hover {
	background-position: 0 -21px;
}




/*--- Responsive Settings ---*/

@media screen and (min-width: 600px) {
	span.non-mobile, a.non-mobile {
		display: inline;
	}
	span.mobile, a.mobile {
		display: none;
	}
}

@media screen and (min-width: 601px) {
	section#content-bg-elements1 {
		width: 100%;
		height: 375px;
		position: absolute;
		top: 0;
		border-bottom: 1px #c9c8bb solid;
	}

	section#content-bg-elements2 {
		width: 100%;
		height: 435px;
		position: absolute;
		top: 0;
		background: url('images/background-gradient.png') repeat-x 50% 100%;
		background-size: 60px 60px;
		border-top: 4px #fff solid;
	}

	body.home section#main-content-area {
		margin: 0 auto;
	}

	section#main-content-area {
		clear: none;
		margin: 0 auto 0 auto;
	}

	body.home h1.no-top-desktop, .no-top-desktop {
		padding-top: 0;
		margin-top: 0;
	}
}

@media screen and (min-width: 768px) {
	section.smartphone, a#nav-lines {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	nav#main-buttons ul li section#for-candidates-button div.slide-hover {
		width: 80%;
	}

	nav#main-buttons ul li section#for-candidates-button div.slide-hover ul.list {
		padding-left: 15px;
	}
}

@media screen and (min-width: 1025px) {
	body.home section#content-bg-elements1 {
		width: 100%;
		height: 375px;
		position: absolute;
		top: 0;
		background: url('images/background-chart-pattern.png') no-repeat 50% 100%;
		background-size: auto 151px;
		border-bottom: 1px #c9c8bb solid;
	}

	body.home section#main-content-area {
		max-width: 80%;
	}

	header h1 {
		font: 3.0em/1.2em 'Antic Slab', serif;
		font-weight: 400;
		margin: -1.1em 0 0 45px;
		padding: 0 0 15px 0;
		color: #fff;
		position: relative;
		z-index: 916;
	}

	nav#main-buttons ul li section#for-candidates-button {
		opacity: 0.8;
		-webkit-transition:opacity 0.3s linear;
		-moz-transition:opacity 0.3s linear;
		-o-transition:opacity 0.3s linear;
		transition:opacity 0.3s linear;
	}

	nav#main-buttons ul li:hover section#for-candidates-button {
		opacity: 1.0;
	}

	nav#main-buttons ul li section#for-employers-button {
		opacity: 0.8;
		-webkit-transition:opacity 0.3s linear;
		-moz-transition:opacity 0.3s linear;
		-o-transition:opacity 0.3s linear;
		transition:opacity 0.3s linear;
	}

	nav#main-buttons ul li:hover section#for-employers-button {
		opacity: 1.0;
	}

	nav#main-buttons ul li section h2 {
		padding-top: 80px;
		-webkit-transition:padding-top 0.3s linear;
		-moz-transition:padding-top 0.3s linear;
		-o-transition:padding-top 0.3s linear;
		transition:padding-top 0.3s linear;
	}

	nav#main-buttons ul li:hover section h2 {
		padding-top: 20px;
	}

	nav#main-buttons ul li section div.slide-hover {
		position: relative;
		overflow: hidden;
		width: 80%;
		left: 100%;
		top: -21px;
		margin: 0 10%;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	nav#main-buttons ul li:hover section div.slide-hover {
		left: 0;
	}

	nav#main-buttons ul li section h4 {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	nav#main-buttons ul li:hover section h4 {
		left: -100%;
	}

	nav#main-buttons ul li section a.future {
		opacity: 0;
		-webkit-transition: opacity 0.3s linear;
		-moz-transition: opacity 0.3s linear;
		-o-transition: opacity 0.3s linear;
		transition: opacity 0.3s linear;
	}

	nav#main-buttons ul li:hover section a.future {
		opacity: 1.0;
	}

	nav#subpage ul li a.active.for-candidates, nav#subpage ul li a.active.for-employers {
		-webkit-transition:all 0.2s linear;
		-moz-transition:all 0.2s linear;
		-o-transition:all 0.2s linear;
		transition:all 0.2s linear;
	}

	nav#subpage ul li a.active.for-candidates:hover, nav#subpage ul li a.active.for-employers:hover {
		font-size: 1.875em;
	}

	nav#main-buttons ul li section ul.list {
		padding-left: 15px;
	}

	nav#subpage-sub ul {
		-webkit-transition:opacity 0.2s linear;
		-moz-transition:opacity 0.2s linear;
		-o-transition:opacity 0.2s linear;
		transition:opacity 0.2s linear;
		opacity: 0.8;
	}

	nav#subpage-sub ul:hover {
		opacity: 1.0;
	}
}

@media screen and (min-width: 1240px) {
	body.home section#main-content-area {
		max-width: 60%;
	}
}

@media screen and (max-width: 1239px) {
	aside.sidebar {
		width: 180px;
	}
	aside.sidebar section.text {
		padding: 20px 20px 15px 20px;
	}
	aside.sidebar header h4 {
		padding: 20px;
	}
	section.with-sidebar {
		margin-right: 240px;
	}
	aside.sidebar section.text p {
		margin-top: 0;
	}
}

@media screen and (max-width: 1024px) {
	nav#main-buttons ul li section#for-employers-button, nav#main-buttons ul li section#for-candidates-button {
		height: 265px;
	}
	img.header {
		margin-bottom: -38px;
	}
}

@media screen and (max-width: 1023px) {
	aside.sidebar {
		display: none;
	}
	section.with-sidebar {
		margin-right: 0;
	}
	section#main-content-area {
		max-width: 90%;
	}
	nav#subpage {
		width: auto;
		max-width: 90%;
		padding: 0 5%;
	}
	section#logo {
		margin-left: 15px;
	}
	nav#subpage ul li a {
		padding: 10px 20px;
		margin: 0 0 0 5px;
		font: 1.5em/1.2em 'Antic Slab', serif;
	}
	nav#subpage ul li a.active {
		font: 1.1em/1.2em 'Antic Slab', serif;
	}
	nav#subpage-sub ul {
		padding: 10px 22px;
	}
	header#primary {
		width: 90%;
		padding: 0 5%;
	}
}

@media screen and (max-width: 767px) {
	body {
		background-attachment: fixed;
	}

	section#background-texture {
		display: none;
	}

	header#primary {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		top: 0;
		background: #fff;
		text-align: right;
	}

	nav#corner {
		display: block;
		display: none;
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
		float: none;
		text-align: center;
	}

	nav#corner ul.persistent {
		display: block;
		width: 100%;
		padding: 0;
	}

	nav#corner ul.persistent li, nav#corner ul.employers li, nav#corner ul.candidates li {
		display: block;
		padding: 0;
		margin: 0;
		border: none;
	}
	section.smartphone {
		background: #e7e6d9;
	}

	section.smartphone section.left {
		display: block;
		width: 50%;
		float: left;
	}

	section.smartphone section.right {
		display: block;
		width: 50%;
		float: right;
	}

	section.smartphone span.sp-employers, section.smartphone span.sp-candidates {
		display: block;
		float: left;
		width: 90%;
		padding: 9px 5%;
		margin: 0;
		color: #fff;
		background: #47ad84;
		border-bottom: 1px #79cb99 solid;
	}

	section.smartphone span.sp-candidates {
		float: right;
		background: #75b5db;
		border-bottom: 1px #98d7fd solid;
	}

	nav#corner ul.employers li a {
		display: block;
		float: left;
		clear: left;
		color: #fff;
		width: 90%;
		padding: 9px 5%;
		margin: 0;
		background: #47ad84; /* Old browsers */
		background: -moz-linear-gradient(top,  #47ad84 0%, #018b6a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47ad84), color-stop(100%,#018b6a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #47ad84 0%,#018b6a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #47ad84 0%,#018b6a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #47ad84 0%,#018b6a 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #47ad84 0%,#018b6a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47ad84', endColorstr='#018b6a',GradientType=0 ); /* IE6-8 */
	}

	nav#corner ul.candidates li a {
		display: block;
		float: right;
		clear: right;
		color: #fff;
		width: 90%;
		padding: 9px 5%;
		margin: 0;
		background: #75b5db; /* Old browsers */
		background: -moz-linear-gradient(top,  #75b5db 0%, #2179aa 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75b5db), 	color-stop(100%,#2179aa)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #75b5db 0%,#2179aa 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #75b5db 0%,#2179aa 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #75b5db 0%,#2179aa 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #75b5db 0%,#2179aa 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75b5db', endColorstr='#2179aa',GradientType=0 ); /* IE6-8 */
	}

	nav#corner ul.persistent li a, a#mobile-nav-toggle {
		display: block;
		clear: both;
		color: #000;
		width: 90%;
		padding: 9px 5%;
		margin: 0;
		background: #e7e6d9; /* Old browsers */
		background: -moz-linear-gradient(top,  #e7e6d9 0%, #c9c8bb 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e6d9), color-stop(100%,#c9c8bb)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e7e6d9 0%,#c9c8bb 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e7e6d9 0%,#c9c8bb 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e7e6d9 0%,#c9c8bb 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e7e6d9 0%,#c9c8bb 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e6d9', endColorstr='#c9c8bb',GradientType=0 ); /* IE6-8 */
	}

	a#mobile-nav-toggle {
		text-decoration: none;
		text-align: center;
		border-top: 2px #fff solid;
	}

	a#nav-lines {
		display: block;
		float: right;
		margin: 0 5% 0 0;
		position: relative;
		top: 0;
		z-index: 5;
		padding: 8px 14px;
		color: #018b6a;
		text-shadow: -1px 1px 1px #fff;
		text-decoration: none;
		font: 1.0em/1.2em 'Unica One', sans-serif;
		font-weight: 400;
		text-align: center;
		background: #e7e6d9; /* Old browsers */
		background: -moz-linear-gradient(top,  #e7e6d9 0%, #c9c8bb 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e6d9), color-stop(100%,#c9c8bb)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e7e6d9 0%,#c9c8bb 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e7e6d9 0%,#c9c8bb 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e7e6d9 0%,#c9c8bb 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e7e6d9 0%,#c9c8bb 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e6d9', endColorstr='#c9c8bb',GradientType=0 ); /* IE6-8 */
		-moz-border-bottom-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		border-bottom-left-radius: 10px; /* future proofing */
		-moz-border-bottom-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		border-bottom-right-radius: 10px; /* future proofing */
	}

	section#logo {
		display: block;
		float: left;
		width: auto;
		margin: 0 0 0 5%;
		padding: 14px 0 14px 0;
	}

	h1#clover-consulting-logo {
		display: block;
		width: 200px;
		height: 60px;
		margin: 0;
		padding: 0;
		text-indent: 100%;
		overflow: hidden;
		color: transparent;
		white-space: nowrap;
		background-image: url('images/clover-consulting-logo-lg.png');
		background-size: 200px 60px;
		background-position: 0 0;
	}

	header#primary div.clear {
		background: #c9c8bb;
		border-bottom: 4px #fff solid;
		padding-bottom: 2px;
	}

	section#headline {
		clear: both;
		display: block;
		margin-top: 0;
		padding-top: 0;
		overflow: visible;
		height: auto;
		background: -moz-linear-gradient(top,  rgba(201,200,187,1) 0%, rgba(201,200,187,0.99) 1%, rgba(201,200,187,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,200,187,1)), color-stop(1%,rgba(201,200,187,0.99)), color-stop(100%,rgba(201,200,187,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(201,200,187,1) 0%,rgba(201,200,187,0.99) 1%,rgba(201,200,187,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(201,200,187,1) 0%,rgba(201,200,187,0.99) 1%,rgba(201,200,187,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(201,200,187,1) 0%,rgba(201,200,187,0.99) 1%,rgba(201,200,187,0) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(201,200,187,1) 0%,rgba(201,200,187,0.99) 1%,rgba(201,200,187,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c8bb', endColorstr='#00c9c8bb',GradientType=0 ); /* IE6-8 */
		background-size: 100% 60px;
		background-repeat: no-repeat;
	}
	body.home header h1 {
		font: 1.25em/1.2em 'Antic Slab', serif;
		margin: 0 5%;
		padding: 1.4em 0;
	}
	nav#main-buttons ul li section#for-employers-button, nav#main-buttons ul li section#for-candidates-button {
		height: auto;
	}
	nav#main-buttons ul li {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 2px #fff solid;
		border-right: none;
	}
	h4.slide-active {
		padding-bottom: 50px;
	}
	nav#main-buttons ul li section div.slide-hover {
		display: none;
	}
	section.text p, section.text ul li {
		font-size: 1.0em;
	}
	aside.button a {
		display: block;
		font: 1.25em/1.2em 'Unica One', sans-serif;
		font-weight: 400;
		text-align: center;
		margin: 0 auto;
		padding: 10px 5%;
		width: 80%;
	}
	aside.button a:hover {
	}
	nav#subpage {
		display: none;
	}
	nav#subpage-sub {
		display: none;
	}
	section#main-content-area {
		margin-top: 15px;
	}
	body.home section#main-content-area {
		margin-top: 0;
	}
	div.column3 {
		float: none;
		width: auto;
	}
	#cdc-link {
		display: block;
		clear: both;
	}
	footer nav {
		margin-top: 0.5em;
	}
	a.twitter-icon {
		display: block;
		width: auto;
		height: inherit;
		background-size: auto auto;
		background-position: 0 0;
	}
	a.twitter-text {
		text-indent: 0;
		white-space: normal;
		overflow: visible;
	}
	a.twitter-icon:hover {
		background-position: 0 0;
	}
}

@media screen and (max-width: 599px) {
	header h1 {
		font: 1.5em/1.2em 'Antic Slab', serif;
		margin: 0 10px 0 20px;
		padding: 15px 0;
		color: #666;
	}
	img.header {
		margin-bottom: 0;
	}
	a.next-button {
		left: 38%;
	}
	section.text p, section.text h1, section.text h2, section.text h3, section.text h4, section.text h5, section.text h5, section.text h6, section.text ul {
		padding: 0 10px 0 20px;
	}
	section.text h4 {
		font-size: 1.1em;
	}
	footer nav {
		margin-left: 0;
	}
	span.non-mobile, a.non-mobile {
		display: none;
	}
	span.mobile, a.mobile {
		display: inline;
	}
	p.mobile {
		display: block;
	}
	body.for-candidates header h1 {
		color: #666;
	}
	h3 {
		font: 1.15em/1.2em 'Antic Slab', serif;
	}
}