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%;
	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 {
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.sticky {
}
.gallery-caption {
}
embed, object, iframe, img {
	max-width: 100%;
	height: auto;
}
@font-face {
  font-family: 'CenturyGothic';
  src: url('fonts/CenturyGothic.eot#iefix') 
  format('embedded-opentype'),  url('fonts/CenturyGothic.woff') 
  format('woff'), url('fonts/CenturyGothic.ttf')  
  format('truetype'), url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*Default CSS*/
body {
	font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:28px;
	color: #62605f;
}
ul {margin-left:20px;}
ul li {margin-bottom:5px}
.clear {
	clear: both;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
a, a:visited {
	color: #478bb9;
	text-decoration: none;
}
a:hover {
	color: #478bb9;
	text-decoration: underline;
}
dt {
	font-weight: bold;
	line-height: 24px;
}
dd {
	margin: 0 1.5em 1.5em;
	line-height: 24px;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
	padding: 15px;
}
tr {
	border: solid 1px #dedede;
	vertical-align: middle;
}
td {
	border: solid 1px #dedede;
	padding: 10px;
	vertical-align: middle;
	line-height: 22px;
}
img {
	max-width: 100%;
	height: auto;
}
input {
	-webkit-transition: all 0.5s, color 0.5s, box-shadow 0.5s;
	-moz-transition: all 0.5s, color 0.5s, box-shadow 0.5s;
	transition: all 0.5s, color 0.5s, box-shadow 0.5s;
}
#all-container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
}
.wrapper {
	  padding-left: 7.3%;
}
#logo {
	padding-top: 52px;
	padding-bottom: 48px;
}
.logo-container {
	padding-left: 5%;
	background-image: url( "images/bg-logo.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	width: 33.3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#banner {
	float: right;
}
#page-wrap {
	background-image: url(images/bg-sidebar.png);
	background-repeat: repeat-y;
	background-position: right top;
}
#content {
	float: left;
	width: 60%;
	padding-top: 65px;
	padding-bottom: 50px;
	padding-left:5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content p {
	font-size: 18px;
	line-height: 30px;
	color: #62605f;
	padding-bottom: 25px;
}
#content h1 {
	font-size:24px;
	color:#7d755f;
	margin-bottom:25px;
}
#sidebar {
	float: right;
	width: 33.5%;
	padding-top: 65px;
}
#sidebar-inner {
	padding-right: 25px;
	padding-left: 35px;
}
.form-title {
	font-size: 16px;
	font-weight: bold;
	color: #62605f;
	line-height: normal;
	padding-bottom: 15px;
}
#sidebarform {
}
.input-sidebarform {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 14px;
	padding-left: 10px;
	height: 35px;
	width: 100%;
	background-color: #999999;
	margin-bottom: 6px;
	border: solid 1px #999999;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
}
.radioboxesarea {
	margin-top: 20px;
}
.radioboxes {
	float: left;
	width: 50%;
}
.radioarea {
	font-size: 15px;
	padding-bottom: 10px;
}
.submit-button {
	float: right;
	width: 50%;
}
.submit-sidebarform {
	background-color: #999999;
	border: 1px solid #999999;
	text-align: center;
	height: 75px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
}
.submit-sidebarform:hover {
	background-color: #7d755f;
	border: 1px solid #7d755f;
}
#footer-container {
	background-image: url(images/bg-sidebar.png);
	background-repeat: repeat-y;
	background-position: right top;
}
#footer-container-inner {
	padding-top: 25px;
	padding-bottom: 40px;
	background-color: #444444;
	border-top-style: solid;
	border-top-color: #808080;
	border-top-width: 8px;
	color: #f2f2f2;
	line-height: 28px;
}
.footer-social {
	padding-top: 25px;
	padding-bottom: 15px;
	background-color: #222222;
}
.sharing-buttons {
	padding-bottom: 80px;
}
.sharing-buttons a {
	padding-top: 28px;
	padding-right: 35px;
	padding-bottom: 28px;
	padding-left: 35px;
	display: inline-block;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	width:100%;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
}
.button-text {
	float: left;
	padding-top: 4px;
}
.button-icon {
	float: right;
}


.sharing-buttons a.buttonone {
	background-color:#b3b3b3;
}
.sharing-buttons a.buttontwo {
	background-color:#c8c8c8;
}

.left-area-footer {
	width: 66.6%;
}
input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=radio].css-checkbox + label.css-label {
	padding-left: 28px;
	height: 20px;
	display: inline-block;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
}
input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -20px;
}
label.css-label {
	background-image: url(/web/20190124064840im_/http://hunt2hire.com/images/radioboxes.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
#all-container {
	width: 90%;
}
#banner {
  float: none;
  width: 100%;
  text-align: center;
}
#page-wrap {
	background-size: 34%;
}
.radioboxes {
  float: none;
  width: 100%;
}
.submit-button {
  float: none;
  width: 100%;
}
.logo-container {
	width:100%;
	padding-left:0px;
	text-align:center;
}
#footer-container-inner {
	width:100%;
}
.left-area-footer {
  width: 100%;
}
}
@media only screen and (max-width: 767px) {
#all-container {
	width: 90%;
}
#banner {
  float: none;
  width: 100%;
  text-align: center;
}
#page-wrap {
  background-image: none;
}
.radioboxes {
  float: none;
  width: 100%;
}
.submit-button {
  float: none;
  width: 100%;
}
.logo-container {
	width:100%;
	padding-left:0px;
	text-align:center;
}
#content {
	float:none;
	width:100%;
	padding-left:0px;
	padding-bottom: 20px
}
#sidebar {
  float: none;
  width: 100%;
  background-color: #f2f2f2;
  padding-bottom: 40px;
  padding-top: 40px;
}
#footer-container-inner {
	width:100%;
}
.left-area-footer {
  width: 100%;
}
#sidebar-inner {
  padding-right: 25px;
  padding-left: 25px;
}
}
/*
     FILE ARCHIVED ON 06:48:40 Jan 24, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:29:55 Aug 14, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  RedisCDXSource: 2.517
  PetaboxLoader3.datanode: 919.466 (5)
  LoadShardBlock: 296.164 (3)
  exclusion.robots.policy: 0.185
  CDXLines.iter: 16.499 (3)
  load_resource: 1166.203
  exclusion.robots: 0.197
  captures_list: 318.73
  esindex: 0.015
  PetaboxLoader3.resolve: 512.578 (3)
*/