/******  Temp Home Page Feb 2014 **********/

html {
  font-size: 16px;
}
.homeContainer {
  position: relative;
  z-index: 500;
}
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
th,
td,
span {
  color: #6a6a6a;
}
textarea:disabled,
input:not([type]):disabled,
input[type="color"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="email"]:disabled,
input[type="month"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="week"]:disabled,
select:disabled {
  background-color: #ebebe4;
}
.centerCont > h1 {
  float: left;
  width: 100%;
  text-align: center;
}
#main {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
#main .centerCont {
  margin: 0px auto;
  width: 1025px;
}
#main .mainTop {
  float: left;
  width: 100%;
  background: url(../Content/Images/header_bg.png) repeat 0 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.46);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.46);
  padding: 20px 0;
  position: relative;
  z-index: 1000;
}
#main .mainTop .mainLogo {
  float: left;
  width: 440px;
  height: 96px;
  display: block;
  text-indent: -9999px;
  background: url(../Content/Images/main_logo.png) 0 0 no-repeat;
}
#main .mainTop .nav {
  float: right;
  width: 50%;
}
#main .mainTop .nav ul {
  float: right;
  width: 100%;
  padding: 0;
  margin: 61px 6px -16px 0;
  list-style: none;
}
#main .mainTop .nav ul li {
  float: right;
  margin: 0 10px;
  font: 1rem helvetica, arial, sans-serif;
  color: white;
}
#main .mainTop .nav ul li .menu-btn {
  color: #234e64 !important;
  background: white;
  -webkit-box-shadow: 0 4px 0 0 #c4c4c4;
  box-shadow: 0 3px 0 0 #c4c4c4;
  height: 47px;
  width: 93px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  margin-top: -14px;
  font-weight: bold;
  line-height: 49px;
  font-size: 18px;
}
#main .mainTop .nav ul li .menu-btn:hover {
  background-position: 0 -48px;
  opacity: 1 !important;
  color: #555555 !important;
}
#main .mainTop .nav ul li a {
  float: left;
  color: white;
  font-size: 20px;
  text-shadow: 1px 1px 1px black;
  text-decoration: none;
}
#main .mainTop .nav ul li a:hover {
  color: white !important;
}
#main .mainTop .nav ul li a.logInBtn {
  width: 98px;
  height: 47px;
  background: white;
  -webkit-box-shadow: 0 4px 0 0 #c4c4c4;
  box-shadow: 0 3px 0 0 #c4c4c4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 47px;
  font-size: 20px;
  font-weight: bold;
  color: #234e64 !important;
  text-shadow: none !important;
  margin-top: -14px;
}
#main .mainTop .nav ul li a.logInBtn:hover {
  background-position: 0 -48px;
  opacity: 1 !important;
  color: #555555 !important;
}
#main .mainTop .nav ul li:hover > a {
  opacity: .8;
  text-decoration: none !important;
}
#main .mainTop .nav ul .freeToolsNav {
  position: relative;
}
#main .mainTop .nav ul .freeToolsNav .ddNav {
  background: url(../Content/Images/nav_overlay.png) repeat scroll 0 0 transparent;
  display: none;
  left: -86px;
  padding: 24px 10px;
  position: absolute;
  top: 41px;
  width: 241px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.45);
}
#main .mainTop .nav ul .freeToolsNav .ddNav .arrow {
  background: url(../Content/Images/dd_nav_arrow.png) no-repeat scroll 0 0 transparent;
  height: 20px;
  position: absolute;
  top: 0;
  width: 29px;
  left: 50%;
  margin-left: -14px;
  margin-top: -20px;
}
#main .mainTop .nav ul .freeToolsNav .ddNav ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0;
}
#main .mainTop .nav ul .freeToolsNav .ddNav ul li {
  float: left;
  width: 100%;
}
#main .mainTop .nav ul .freeToolsNav .ddNav ul li a {
  font-size: 18px;
  margin-bottom: 12px;
  text-shadow: none !important;
}
#main .mainTop .nav ul .freeToolsNav .ddNav ul li:last-child a {
  margin-bottom: 0;
}
#main .mainTop .nav ul .freeToolsNav:hover .ddNav {
  display: block;
}
#main .homeButton {
  float: left;
  width: 100%;
  background: #e0922f;
  -webkit-box-shadow: 0 4px 0 0 #c07e2a;
  box-shadow: 0 4px 0 0 #c07e2a;
  width: 100% !important;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  font-size: 1.5em !important;
  color: white !important;
  font-size: 24px !important;
  text-decoration: none;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  padding: 12px 0;
}
#main .homeButton:hover {
  background: #cf8527;
  color: white !important;
  -webkit-box-shadow: 0 4px 0 0 #aa6f25;
  box-shadow: 0 4px 0 0 #aa6f25;
}
#main .heroSec {
  float: left;
  width: 100%;
  background: url(../Content/Images/hero_small.jpg) center top no-repeat;
  background-size: 100% auto;
  padding-top: 136px;
  margin-top: -136px;
  height: 650px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.75);
}
#main .heroSec .homeInputs input[type="text"],
#main .heroSec .homeInputs input[type="email"] {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 92%;
  padding: 15px 4%;
  font-size: 24px;
  font-family: helvetica, arial, sans-serif;
  outline: none !important;
  opacity: .98;
  border: none !important;
  margin-bottom: 10px;
}
#main .heroSec .homeInputs {
  width: 400px;
  margin: 0px auto;
}
#main .heroSec h1 {
  float: left;
  width: 100%;
  color: white;
  text-align: center;
  text-shadow: 1px 2px 2px black;
  -webkit-font-smoothing: antialiased !important;
}
#main .heroSec .mainH {
  font-size: 7rem;
  margin-top: 90px;
  margin-left: -23px;
  margin-bottom: 0;
}
#main .heroSec .subH {
  font-size: 3.9rem;
  margin-top: 10px;
  margin-bottom: 49px;
}
#main .heroSec .learnMore {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 59px;
  height: 19px;
}
#main .heroSec .learnMore a {
  position: absolute;
  left: 50%;
  top: 0;
  width: 124px;
  height: 19px;
  background: url(../Content/Images/learn_more.png) 0 0 no-repeat;
  display: block;
  margin-left: -62px;
}
#main .heroSec .learnMore a:hover {
  opacity: 0.8;
}
#main .tag {
  float: left;
  width: 100%;
  padding: 45px 0;
}
#main .tag p {
  float: left;
  color: #6a6a6a;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 40px;
  font-weight: 100;
}
#main .blueHowItWorks {
  float: left;
  width: 100%;
  background: #377ea2;
  padding: 45px 0;
}
#main .blueHowItWorks .howItWorksTitle {
  margin: 0px auto;
  width: 74%;
  padding: 7px 0 30px;
  border-bottom: 1px solid #d7f2ff;
  color: #d7f2ff;
  font-size: 2.8rem;
  text-align: center;
  text-shadow: 1px 1px 1px #3d609d;
}
#main .blueHowItWorks .howSecs {
  float: none;
  width: 500px;
  margin: 0px auto;
}
#main .blueHowItWorks .howSecs > div {
  margin: 0px auto;
  width: 500px;
  padding: 25px 0;
  float: left;
}
#main .blueHowItWorks .howSecs > div p {
  color: #d7f2ff !important;
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 27px;
}
#main .blueHowItWorks .howSecs .yourJob p {
  margin: 31px 54px 0 0;
  float: right;
}
#main .blueHowItWorks .howSecs .yourJob .bubleIcon {
  width: 109px;
  float: left;
  height: 97px;
  background: url(../Content/Images/home_sprite.png) -7px -73px;
  margin-left: 46px;
}
#main .blueHowItWorks .howSecs .text p {
  text-align: center;
}
#main .blueHowItWorks .howSecs .blownMind p {
  float: left;
  text-align: right;
  margin-left: 35px;
}
#main .blueHowItWorks .howSecs .blownMind .mindBlownIcon {
  height: 137px;
  width: 130px;
  float: right;
  background: url(../Content/Images/brain.png) no-repeat;
  margin: 10px 40px 0 0;
}
#main .blueHowItWorks .howSecs .scoreCandidates p {
  text-align: left;
  float: right;
  margin: 10px;
}
#main .blueHowItWorks .howSecs .scoreCandidates .scoreNum {
  height: 146px;
  width: 146px;
  background: url(../Content/Images/home_sprite.png) -3px -246px;
  float: left;
  margin: 9px 0 0 44px;
}
#main .homeVideoSec {
  float: left;
  width: 100%;
  padding: 40px 0;
}
#main .homeVideoSec .videoContainer {
  position: relative;
  padding-bottom: 53.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#main .homeVideoSec .videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .footerSec {
  float: left;
  width: 100%;
  background: #494949;
  padding: 45px 0;
}
#main .footerSec .left {
  width: 27%;
  padding: 0 1% 0 0;
  float: left;
  position: relative;
}
#main .footerSec .left h3 {
  float: left;
  width: 100%;
  font-size: 1.6rem;
  color: white;
  padding: 0 0 20px;
  text-align: center;
  margin: 0;
}
#main .footerSec .left input {
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  width: 92%;
  padding: 12px 4% !important;
  font-size: 22px;
  font-family: helvetica, arial, sans-serif;
  outline: none !important;
  opacity: .98;
  border: none !important;
  margin-bottom: 10px;
}
#main .footerSec .left a {
  width: 100%;
  color: white;
  float: left;
  background: #e0922f;
  height: 55px;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 22px;
  text-decoration: none;
  line-height: 55px;
  font-weight: bold;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 4px 0 0 #c07e2a;
  box-shadow: 0 4px 0 0 #c07e2a;
}
#main .footerSec .left a:hover {
  background: #cf8527;
  color: white !important;
  -webkit-box-shadow: 0 4px 0 0 #aa6f25;
  box-shadow: 0 4px 0 0 #aa6f25;
}
#main .footerSec .left .arrowIcon {
  width: 40px;
  height: 79px;
  background: url(../Content/Images/footer_arow.png) no-repeat 0 0;
  position: absolute;
  margin: 8px -45px;
}
#main .footerSec .center {
  width: 68%;
  padding: 0;
  float: right;
}
#main .footerSec .center ul.employers {
  width: 24%;
}
#main .footerSec .center ul.freeTools {
  width: 39%;
}
#main .footerSec .center ul.jobSeekers {
  width: 35%;
}
#main .footerSec .center > ul {
  width: 33%;
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
#main .footerSec .center > ul li {
  float: left;
  margin-bottom: 9px;
  width: 100%;
}
#main .footerSec .center > ul li a {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: white;
  text-decoration: none;
}
#main .footerSec .center > ul li a:hover {
  color: #e0922f !important;
}
#main .footerSec .center > ul li p {
  font-weight: bold;
  font-size: 18px;
  color: white;
}
#main .footerSec .center .footerSocial {
  float: right;
  width: 100%;
}
#main .footerSec .center .footerSocial ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: 72px;
}
#main .footerSec .center .footerSocial ul li {
  float: right;
  margin: 0 10px;
}
#main .footerSec .center .footerSocial ul li a {
  float: left;
  width: 38px;
  height: 38px;
  background-image: url(../Content/Images/home_sprite.png);
}
#main .footerSec .center .footerSocial ul li .twitter {
  background-position: -24px 65px;
}
#main .footerSec .center .footerSocial ul li .facebook {
  background-position: -94px 65px;
}
#main .footerSec .center .footerSocial ul li .linkedin {
  background-position: -162px 65px;
}
#main .footerSec .center .footerSocial ul li .google {
  background-position: -224px 65px;
}
#main .footerSec .center .footerSocial ul li a:hover {
  opacity: 0.8;
}
#main .footerInfo {
  float: left;
  width: 100%;
  margin-top: 38px;
}
#main .footerInfo .copy {
  float: left;
}
#main .footerInfo .copy p {
  float: left;
  color: white;
  padding: 0;
  font-size: 14px;
}
#main .footerInfo .terms {
  float: right;
  margin-right: 86px;
  color: white;
}
#main .footerInfo .terms p {
  color: white !important;
  padding: 0;
}
#main .footerInfo .terms a {
  color: white;
  font-size: 14px;
  padding: 0;
}
#mainPostJob {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
#mainPostJob .centerCont {
  margin: 0px auto;
  width: 1025px;
}
#mainPostJob .mainTop {
  float: left;
  width: 100%;
  background: url(../Content/Images/header_bg.png) repeat 0 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.46);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.46);
  padding: 5px 0;
  position: relative;
  z-index: 1000;
}
#mainPostJob .mainTop .mainLogo {
  float: left;
  width: 100%;
  height: 96px;
  display: block;
  text-indent: -9999px;
  background: url(../Content/Images/main_logo.png) center center no-repeat;
}
#mainPostJob .mainTop .nav {
  float: right;
  width: 50%;
}
#mainPostJob .mainTop .nav ul {
  float: right;
  width: 100%;
  padding: 0;
  margin: 61px 6px -16px 0;
  list-style: none;
}
#mainPostJob .mainTop .nav ul li {
  float: right;
  margin: 0 10px;
  font: 1rem helvetica, arial, sans-serif;
  color: white;
}
#mainPostJob .mainTop .nav ul li .menu-btn {
  color: #234e64 !important;
  background: white;
  -webkit-box-shadow: 0 4px 0 0 #c4c4c4;
  box-shadow: 0 3px 0 0 #c4c4c4;
  height: 47px;
  width: 93px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  margin-top: -14px;
  font-weight: bold;
  line-height: 49px;
  font-size: 18px;
}
#mainPostJob .mainTop .nav ul li .menu-btn:hover {
  background-position: 0 -48px;
  opacity: 1 !important;
  color: #555555 !important;
}
#mainPostJob .mainTop .nav ul li a {
  float: left;
  color: white;
  font-size: 20px;
  text-shadow: 1px 1px 1px black;
  text-decoration: none;
}
#mainPostJob .mainTop .nav ul li a:hover {
  color: white !important;
}
#mainPostJob .mainTop .nav ul li a.logInBtn {
  width: 98px;
  height: 47px;
  background: white;
  -webkit-box-shadow: 0 4px 0 0 #c4c4c4;
  box-shadow: 0 3px 0 0 #c4c4c4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 47px;
  font-size: 20px;
  font-weight: bold;
  color: #234e64 !important;
  text-shadow: none !important;
  margin-top: -14px;
}
#mainPostJob .mainTop .nav ul li a.logInBtn:hover {
  background-position: 0 -48px;
  opacity: 1 !important;
  color: #555555 !important;
}
#mainPostJob .mainTop .nav ul li:hover > a {
  opacity: .8;
  text-decoration: none !important;
}
#mainPostJob .mainTop .nav ul .freeToolsNav {
  position: relative;
}
#mainPostJob .mainTop .nav ul .freeToolsNav .ddNav {
  background: url(../Content/Images/nav_overlay.png) repeat scroll 0 0 transparent;
  display: none;
  left: -86px;
  padding: 24px 10px;
  position: absolute;
  top: 41px;
  width: 241px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.45);
}
#mainPostJob .mainTop .nav ul .freeToolsNav .ddNav .arrow {
  background: url(../Content/Images/dd_nav_arrow.png) no-repeat scroll 0 0 transparent;
  height: 20px;
  position: absolute;
  top: 0;
  width: 29px;
  left: 50%;
  margin-left: -14px;
  margin-top: -20px;
}
#mainPostJob .mainTop .nav ul .freeToolsNav .ddNav ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0;
}
#mainPostJob .mainTop .nav ul .freeToolsNav .ddNav ul li {
  float: left;
  width: 100%;
}
#mainPostJob .mainTop .nav ul .freeToolsNav .ddNav ul li a {
  font-size: 18px;
  margin-bottom: 12px;
  text-shadow: none !important;
}
#mainPostJob .mainTop .nav ul .freeToolsNav .ddNav ul li:last-child a {
  margin-bottom: 0;
}
#mainPostJob .mainTop .nav ul .freeToolsNav:hover .ddNav {
  display: block;
}
#mainPostJob .homeButton {
  float: left;
  width: 100%;
  background: #e0922f;
  -webkit-box-shadow: 0 4px 0 0 #c07e2a;
  box-shadow: 0 4px 0 0 #c07e2a;
  width: 100% !important;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  font-size: 1.5em !important;
  color: white !important;
  font-size: 24px !important;
  text-decoration: none;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  padding: 12px 0;
}
#mainPostJob .homeButton:hover {
  background: #cf8527;
  color: white !important;
  -webkit-box-shadow: 0 4px 0 0 #aa6f25;
  box-shadow: 0 4px 0 0 #aa6f25;
}
#mainPostJob .heroSec {
  float: left;
  width: 100%;
  background: url(../Content/Images/hero_small.jpg) center top no-repeat;
  background-size: 100% auto;
  padding-top: 136px;
  margin-top: -107px;
  height: 650px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.75);
}
#mainPostJob .heroSec .homeInputs input[type="text"],
#mainPostJob .heroSec .homeInputs input[type="email"] {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 92%;
  padding: 15px 4%;
  font-size: 24px;
  font-family: helvetica, arial, sans-serif;
  outline: none !important;
  opacity: .98;
  border: none !important;
  margin-bottom: 10px;
}
#mainPostJob .heroSec .homeInputs {
  width: 400px;
  margin: 0px auto;
}
#mainPostJob .heroSec h1 {
  float: left;
  width: 100%;
  color: white;
  text-align: center;
  text-shadow: 1px 2px 2px black;
  -webkit-font-smoothing: antialiased !important;
}
#mainPostJob .heroSec .mainHeader {
  font-size: 3.5rem;
  margin-top: 0px;
  margin-bottom: 19px;
}
#mainPostJob .heroSec .subHeader {
  color: white;
  font: 1.4rem 'helvetica neue', helvetica, arial, sans-serif;
  float: left;
  margin: 0 10% 27px;
  width: 80%;
  line-height: 31px;
}
#mainPostJob .heroSec .findCandidates {
  font: 2rem 'helvetica neue', helvetica, arial, sans-serif;
  margin-top: 10px;
  margin-bottom: 20px;
  color: white;
  text-align: center;
  float: left;
  width: 100%;
}
#mainPostJob .heroSec .learnMore {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 59px;
  height: 19px;
}
#mainPostJob .heroSec .learnMore a {
  position: absolute;
  left: 50%;
  top: 0;
  width: 124px;
  height: 19px;
  background: url(../Content/Images/learn_more.png) 0 0 no-repeat;
  display: block;
  margin-left: -62px;
}
#mainPostJob .heroSec .learnMore a:hover {
  opacity: 0.8;
}
#mainPostJob .tag {
  float: left;
  width: 100%;
  padding: 45px 0;
}
#mainPostJob .tag p {
  float: left;
  color: #6a6a6a;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 40px;
  font-weight: 100;
}
#mainPostJob .testies {
  width: 80%;
  margin: 30px auto;
}
#mainPostJob .testies .left {
  float: left;
  width: 20%;
}
#mainPostJob .testies .left .picClip {
  width: 90%;
  float: left;
  border: 1px solid #cccccc;
  padding: 3px;
  margin-left: 25px;
}
#mainPostJob .testies .left .picClip img {
  float: left;
  display: block;
  width: 100%;
  height: auto;
}
#mainPostJob .testies .right {
  float: right;
  width: 80%;
}
#mainPostJob .testies .right .testieText {
  width: 90%;
  float: right;
  margin-top: 40px;
}
#mainPostJob .testies .right .testieText p {
  margin: 0;
}
#mainPostJob .testies .right .testieText .mainText {
  float: left;
  font: 1.1rem 'helvetica neue', helvetica, arial, sans-serif;
  color: #333333;
  line-height: 30px;
  text-align: left;
  margin-left: -7px;
  margin-bottom: 3px;
  font-style: italic;
}
#mainPostJob .testies .right .testieText .name {
  float: left;
  font: 1rem 'helvetica neue', helvetica, arial, sans-serif;
  color: #999999;
  text-align: left;
}
#mainPostJob .testies .right .testieText .name a {
  color: #e0922f;
  font-size: inherit;
}
#mainPostJob .blueHowItWorks {
  float: left;
  width: 100%;
  background: #377ea2;
  padding: 45px 0;
}
#mainPostJob .blueHowItWorks .howItWorksTitle {
  margin: 0px auto;
  width: 74%;
  padding: 7px 0 30px;
  border-bottom: 1px solid #d7f2ff;
  color: #d7f2ff;
  font-size: 2.8rem;
  text-align: center;
  text-shadow: 1px 1px 1px #3d609d;
}
#mainPostJob .blueHowItWorks .howSecs {
  float: none;
  width: 500px;
  margin: 0px auto;
}
#mainPostJob .blueHowItWorks .howSecs > div {
  margin: 0px auto;
  width: 500px;
  padding: 25px 0;
  float: left;
}
#mainPostJob .blueHowItWorks .howSecs > div p {
  color: #d7f2ff !important;
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 27px;
}
#mainPostJob .blueHowItWorks .howSecs .yourJob p {
  margin: 31px 54px 0 0;
  float: right;
}
#mainPostJob .blueHowItWorks .howSecs .yourJob .bubleIcon {
  width: 109px;
  float: left;
  height: 97px;
  background: url(../Content/Images/home_sprite.png) -7px -73px;
  margin-left: 46px;
}
#mainPostJob .blueHowItWorks .howSecs .text p {
  text-align: center;
}
#mainPostJob .blueHowItWorks .howSecs .blownMind p {
  float: left;
  text-align: right;
  margin-left: 35px;
}
#mainPostJob .blueHowItWorks .howSecs .blownMind .mindBlownIcon {
  height: 137px;
  width: 130px;
  float: right;
  background: url(../Content/Images/brain.png) no-repeat;
  margin: 10px 40px 0 0;
}
#mainPostJob .blueHowItWorks .howSecs .scoreCandidates p {
  text-align: left;
  float: right;
  margin: 10px;
}
#mainPostJob .blueHowItWorks .howSecs .scoreCandidates .scoreNum {
  height: 146px;
  width: 146px;
  background: url(../Content/Images/home_sprite.png) -3px -246px;
  float: left;
  margin: 9px 0 0 44px;
}
#mainPostJob .homeVideoSec {
  float: left;
  width: 100%;
  padding: 40px 0;
}
#mainPostJob .homeVideoSec .videoContainer {
  position: relative;
  padding-bottom: 53.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#mainPostJob .homeVideoSec .videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mainPostJob .footerSec {
  float: left;
  width: 100%;
  background: #494949;
  padding: 45px 0;
}
#mainPostJob .footerSec .left {
  width: 27%;
  padding: 0 1% 0 0;
  float: left;
  position: relative;
}
#mainPostJob .footerSec .left h3 {
  float: left;
  width: 100%;
  font-size: 1.6rem;
  color: white;
  padding: 0 0 20px;
  text-align: center;
  margin: 0;
}
#mainPostJob .footerSec .left input {
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  width: 92%;
  padding: 12px 4% !important;
  font-size: 22px;
  font-family: helvetica, arial, sans-serif;
  outline: none !important;
  opacity: .98;
  border: none !important;
  margin-bottom: 10px;
}
#mainPostJob .footerSec .left a {
  width: 100%;
  color: white;
  float: left;
  background: #e0922f;
  height: 55px;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 22px;
  text-decoration: none;
  line-height: 55px;
  font-weight: bold;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 4px 0 0 #c07e2a;
  box-shadow: 0 4px 0 0 #c07e2a;
}
#mainPostJob .footerSec .left a:hover {
  background: #cf8527;
  color: white !important;
  -webkit-box-shadow: 0 4px 0 0 #aa6f25;
  box-shadow: 0 4px 0 0 #aa6f25;
}
#mainPostJob .footerSec .left .arrowIcon {
  width: 40px;
  height: 79px;
  background: url(../Content/Images/footer_arow.png) no-repeat 0 0;
  position: absolute;
  margin: 8px -45px;
}
#mainPostJob .footerSec .center {
  width: 68%;
  padding: 0;
  float: right;
}
#mainPostJob .footerSec .center ul.employers {
  width: 24%;
}
#mainPostJob .footerSec .center ul.freeTools {
  width: 39%;
}
#mainPostJob .footerSec .center ul.jobSeekers {
  width: 35%;
}
#mainPostJob .footerSec .center > ul {
  width: 33%;
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
#mainPostJob .footerSec .center > ul li {
  float: left;
  margin-bottom: 9px;
  width: 100%;
}
#mainPostJob .footerSec .center > ul li a {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: white;
  text-decoration: none;
}
#mainPostJob .footerSec .center > ul li a:hover {
  color: #e0922f !important;
}
#mainPostJob .footerSec .center > ul li p {
  font-weight: bold;
  font-size: 18px;
  color: white;
}
#mainPostJob .footerSec .center .footerSocial {
  float: right;
  width: 100%;
}
#mainPostJob .footerSec .center .footerSocial ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: 72px;
}
#mainPostJob .footerSec .center .footerSocial ul li {
  float: right;
  margin: 0 10px;
}
#mainPostJob .footerSec .center .footerSocial ul li a {
  float: left;
  width: 38px;
  height: 38px;
  background-image: url(../Content/Images/home_sprite.png);
}
#mainPostJob .footerSec .center .footerSocial ul li .twitter {
  background-position: -24px 65px;
}
#mainPostJob .footerSec .center .footerSocial ul li .facebook {
  background-position: -94px 65px;
}
#mainPostJob .footerSec .center .footerSocial ul li .linkedin {
  background-position: -162px 65px;
}
#mainPostJob .footerSec .center .footerSocial ul li .google {
  background-position: -224px 65px;
}
#mainPostJob .footerSec .center .footerSocial ul li a:hover {
  opacity: 0.8;
}
#mainPostJob .footerInfo {
  float: left;
  width: 100%;
  margin-top: 38px;
}
#mainPostJob .footerInfo .copy {
  float: left;
}
#mainPostJob .footerInfo .copy p {
  float: left;
  color: white;
  padding: 0;
  font-size: 14px;
}
#mainPostJob .footerInfo .terms {
  float: right;
  margin-right: 86px;
  color: white;
}
#mainPostJob .footerInfo .terms p {
  color: white !important;
  padding: 0;
}
#mainPostJob .footerInfo .terms a {
  color: white;
  font-size: 14px;
  padding: 0;
}
.tombstone_holder {
  width: 100%;
  float: none;
  overflow: auto;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
}
.tombstone_holder p {
  margin: 5px auto;
}
.tombstones {
  width: 100%;
  text-align: justify;
  list-style: none;
  padding: 0 2%;
  box-sizing: border-box;
}
.tombstones li {
  width: 19%;
  display: inline-block;
  list-style: none;
  box-sizing: border-box;
}
.tombstones li a {
  text-decoration: none;
  display: inline-block;
  padding: 3%;
}
.tombstones li a img {
  width: 100%;
}
.tombstones:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.logInSpec {
  display: none !important;
}
#main .blueHowItWorks .howSecs > div p.mobileP {
  display: none ;
}
.pushy ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main p,
#main h1,
#main h2,
#main h3,
#main h3,
#main span,
#main a {
  font-family: helvetica, arial, sans-serif;
}
select {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: #cdcdcd;
  font-style: italic;
  line-height: 30px;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #cdcdcd;
  font-style: italic;
  line-height: 30px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #cdcdcd;
  font-style: italic;
  line-height: 30px;
}
:-ms-input-placeholder {
  color: #cdcdcd;
  font-style: italic;
  line-height: 30px;
}
.subPgCont {
  float: left;
  width: 100%;
  padding: 40px 0;
}
.subPgCont h1 {
  float: left;
  width: 100%;
  font-size: 2.8rem;
  color: #6a6a6a;
  text-align: center;
  padding: 0;
  margin-bottom: 40px;
}
#payPage .left {
  float: left;
  width: 44%;
  padding: 0 5% 0 0;
}
#payPage .left > div {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
#payPage .left > div h2 {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 37px;
  font-weight: 600;
  font-size: 2rem;
}
#payPage .left > div .fees {
  float: left;
  font-size: .75rem;
  font-weight: 100;
  font-style: italic;
  margin-left: 31px;
}
#payPage .left > div .price {
  float: left;
  width: 30%;
}
#payPage .left > div .price p {
  color: #e0922f;
  font-size: 2.5rem;
  float: left;
  width: 100%;
  text-align: center;
  margin: 18px 0 0;
  font-weight: 100;
}
#payPage .left > div .sell {
  float: left;
  width: 100%;
}
#payPage .left > div .sell h3 {
  font-size: 2rem;
  font-weight: 100;
  margin: 0;
}
#payPage .left > div h4 {
  font-size: 2rem;
  font-weight: 400;
  font-family: helvetica, arial, sans-serif;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 37px;
}
#payPage .left > div ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
}
#payPage .left > div ul li {
  float: left;
  width: 100%;
  padding: 3px 0 3px 34px;
  background: url(../Content/Images/payment_check.png) 1px 0 no-repeat;
  margin: 4px 0;
}
#payPage .left > div ul li p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 100;
}
#payPage .right {
  float: right;
  width: 44%;
  padding: 0 0 0 6%;
  border-left: 1px solid #7a7a7a;
}
#payPage .right > div {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
#payPage .right > div a:hover {
  color: #6a6a6a !important;
  opacity: .7 !important;
}
#payPage .right > div form {
  float: left;
  padding: 0;
  margin: 0;
}
#payPage .right > div form h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 2.9rem;
  color: #6a6a6a;
  color: #e0922f;
  margin: 0 0 20px;
  letter-spacing: 1px;
  height: 56px;
}
#payPage .right > div form h2 span {
  color: #e0922f !important;
}
#payPage .right > div form h3 {
  float: left;
  text-align: left;
  font-size: 1.5rem;
  color: #6a6a6a;
  margin: 18px 0 10px 15px;
}
#payPage .right > div form input[type="text"],
#payPage .right > div form input[type="password"] {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 92%;
  padding: 15px 4%;
  font-size: 24px;
  font-family: helvetica, arial, sans-serif;
  outline: none !important;
  opacity: .98;
  border: 1px solid #bdbdbd;
  margin-bottom: 10px;
  color: #6a6a6a;
}
#payPage .right > div form .error {
  border-color: #a50808 !important;
}
#payPage .right > div form input[type="submit"] {
  float: left;
  width: 100%;
  background: #e0922f;
  -webkit-box-shadow: 0 4px 0 0 #c07e2a;
  box-shadow: 0 4px 0 0 #c07e2a;
  width: 100% !important;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  font-size: 1.5em !important;
  color: white !important;
  font-size: 24px !important;
  text-decoration: none;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  padding: 12px 0;
}
#payPage .right > div form input[type="submit"]:hover,
#payPage .right > div form input[type="submit"]:active {
  background: #cf8527;
  color: white !important;
  -webkit-box-shadow: 0 4px 0 0 #aa6f25;
  box-shadow: 0 4px 0 0 #aa6f25;
  outline: none !important;
  border: none !important;
  cursor: pointer;
}
#payPage .right > div form .getStartedIcon {
  float: left;
  background: url(../Content/Images/payment_arrow.png) no-repeat 0 0;
  width: 51px;
  height: 89px;
  position: absolute;
  margin: 19px 0 0 -41px;
}
#payPage .right > div form .dateCvc {
  float: left;
  width: 100%;
}
#payPage .right > div form .dateCvc select,
#payPage .right > div form .dateCvc input[type="number"] {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 92%;
  padding: 15px 4%;
  font-size: 20px;
  font-family: helvetica, arial, sans-serif;
  outline: none !important;
  opacity: .98;
  border: 1px solid #bdbdbd;
  margin-bottom: 10px;
  color: #6a6a6a;
  width: 48%;
  -webkit-appearance: none;
}
#payPage .right > div form .dateCvc #monthDd {
  float: left;
}
#payPage .right > div form .dateCvc #yearDd {
  float: right !important;
}
#payPage .right > div form .dateCvc input:last-child {
  margin-right: 0 !important;
}
#payPage .right > div form .promo {
  float: left;
  width: 100%;
}
#payPage .right > div form .promo .promoHide {
  float: left;
  width: 100%;
}
#payPage .right > div form .promo > a {
  padding: 0;
  margin: 0 0 9px;
  float: left;
}
#payPage .right > div form .promo a {
  text-decoration: none;
  color: #e0922f;
}
#payPage .right > div form .promo input[type="text"] {
  width: 56%;
  float: left;
}
#payPage .right > div form .promo input[type="submit"] {
  width: 32% !important;
  float: right;
  margin-top: -1px;
  padding: 11px 0 !important;
}
#payPage .right > div form .appliedPromo {
  float: left;
  width: 100%;
}
#payPage .right > div form .appliedPromo > div {
  float: left;
  width: 100%;
}
#payPage .right > div form .appliedPromo > div p {
  color: #6a6a6a;
  line-height: 21px;
}
#payPage .right > div form .appliedPromo > div a {
  color: #e0922f;
  text-decoration: none;
}
#payPage .right > div form .agreeTerms {
  float: left;
  width: 100%;
}
#payPage .right > div form .agreeTerms .check {
  float: left;
  background: url(../Content/Images/check_box_sprite.png) -2px -2px no-repeat;
  width: 21px;
  height: 21px;
  cursor: pointer;
  margin: 0 5px;
}
#payPage .right > div form .agreeTerms .check input {
  opacity: 0;
  cursor: pointer;
}
#payPage .right > div form .agreeTerms .check:hover {
  background-position: -33px -2px;
}
#payPage .right > div form .agreeTerms .check.current {
  background-position: -64px -2px;
}
#payPage .right > div form .finish {
  float: left;
  width: 100%;
}
#payPage .right > div form .finish p {
  float: left;
  width: 100%;
  text-align: center;
  color: #6a6a6a;
  margin-bottom: 9px;
}
#payPage label {
  color: #6a6a6a;
  font: 0.9rem helvetica, arial, sans-serif;
  font-style: italic;
  line-height: 24px;
}
#payPage label a {
  color: #e0922f;
  text-decoration: none;
}
/* /#payPage */

.have_account {
  width: 100%;
  float: left;
  margin: 0 0 .7em 0;
}
.check {
  float: left;
  background: url(../Content/Images/check_box_sprite.png) -2px -2px no-repeat;
  width: 21px;
  height: 21px;
  cursor: pointer;
  margin: 0 5px;
}
.check input {
  opacity: 0;
  cursor: pointer;
}
.check:hover {
  background-position: -33px -2px !important;
}
.check.current {
  background-position: -64px -2px !important;
}
#features {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 2%;
  color: #6a6a6a;
  font: 1.125rem helvetica, arial, sans-serif;
}
#features p {
  font-size: 1.25em;
  text-align: center;
}
#features .featureBox {
  width: 100%;
}
#features .feature {
  margin: 0 auto;
  /*float: left; 
        width: 46%;*/
  width: 100%;
  max-width: 500px;
  margin-bottom: 2em;
  padding: 0 2%;
}
#features .feature p {
  font-size: 1.125em;
  text-align: left;
  width: 100%;
  margin: 0;
}
#features h1 {
  float: left;
  width: 100%;
  font-size: 2.8rem;
  color: #6a6a6a;
  text-align: center;
  padding: 0;
  margin: 1em 0 .1em;
}
#features h2 {
  width: 100%;
  margin: .1em 0;
  text-align: center;
}
#pricing a {
  color: #e0922f;
}
#pricing .centerCont > p {
  float: left;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  margin: -27px 0 0;
  font-weight: 100;
}
#pricing .prices {
  float: left;
  width: 100%;
  margin: 36px 0;
}
#pricing .prices .left {
  float: left;
  width: 47%;
  margin: 0 3% 0 0;
}
#pricing .prices .left .priceGuide {
  float: right;
  width: 50%;
  border: 3px solid #6a6a6a;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10% 5%;
}
#pricing .prices .left .priceGuide table {
  width: 100%;
}
#pricing .prices .left .priceGuide table tr th,
#pricing .prices .left .priceGuide table tr td {
  font: 1.125rem helvetica, arial, sans-serif;
  text-align: center;
  padding: 7px 0;
}
#pricing .prices .left .priceGuide table tr th {
  font-weight: bold;
}
#pricing .prices .right {
  float: right;
  width: 47%;
  margin: 0 0 0 3%;
}
#pricing .prices .right > div {
  width: 50%;
}
#pricing .prices .right > div p {
  font-weight: bold;
  font-size: 1.125rem;
  margin-top: 0;
  text-align: center;
}
#pricing .faq {
  float: left;
  width: 100%;
}
#pricing .faq h1 {
  float: left;
  width: 100%;
  font-size: 2.8rem;
  color: #6a6a6a;
  text-align: center;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 20px;
}
#pricing .faq > div {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
#pricing .faq > div .q,
#pricing .faq > div .a {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  margin: 0 0 9px;
}
#pricing .faq > div .q {
  font-weight: bold;
}
#pricing .faq > div .a {
  font-weight: 100;
}
#webApply .applyOver .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../Content/Images/overlay_bg.png) 0 0 repeat;
  z-index: 1000;
  -webkit-transform: translateZ(0);
  cursor: pointer;
}
#webApply .applyOver .applyCont {
  width: 50%;
  height: 461px;
  left: 50%;
  top: 50%;
  margin: -225px 0 0 -25%;
  background: white;
  position: fixed;
  z-index: 1500;
  overflow: hidden;
}
#webApply .applyOver .applyCont > h2 {
  padding: 0;
  text-align: center;
  float: left;
  width: 86%;
  margin: 17px 7% 8px;
  font-size: 1.8rem;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 9px;
}
#webApply .applyOver .applyCont p {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0 0 9px;
  line-height: 23px;
}
#webApply .applyOver .applyCont > div {
  float: left;
  width: 200%;
}
#webApply .applyOver .applyCont > div > div {
  width: 50%;
}
#webApply .applyOver .applyCont > div > div > div {
  width: 86%;
  padding: 0 7%;
}
#webApply .applyOver .applyCont > div .left {
  float: left;
}
#webApply .applyOver .applyCont > div .left form > div {
  float: left;
  width: 100%;
}
#webApply .applyOver .applyCont > div .left form > div label {
  display: none;
}
#webApply .applyOver .applyCont > div .left form > div input[type="text"],
#webApply .applyOver .applyCont > div .left form > div input[type="password"],
#webApply .applyOver .applyCont > div .left form > div input[type="email"] {
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  width: 92%;
  padding: 12px 3.5% !important;
  font-size: 22px;
  font-family: helvetica, arial, sans-serif;
  outline: none !important;
  opacity: .98;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}
#webApply .applyOver .applyCont > div .left form > div button {
  float: none !important;
  background: #e0922f;
  -webkit-box-shadow: 0 4px 0 0 #c07e2a;
  box-shadow: 0 4px 0 0 #c07e2a;
  width: 100% !important;
  margin: 10px 0 0;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  font-size: 1.5em !important;
  color: white !important;
  font-size: 24px !important;
  text-decoration: none;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  padding: 12px 0;
  height: 54px;
  outline: none !important;
}
#webApply .applyOver .applyCont > div .left form > div button span {
  color: white;
}
#webApply .applyOver .applyCont > div .left form > div button:hover {
  background: #cf8527;
  color: white !important;
  -webkit-box-shadow: 0 4px 0 0 #aa6f25;
  box-shadow: 0 4px 0 0 #aa6f25;
}
#webApply .applyOver .applyCont > div .left form > div .alreadyRegisteredBtn {
  float: left;
  width: 100%;
  margin: 20px 0 0!important;
  color: #6a6a6a;
  text-decoration: none;
  font-size: 1.125rem;
  cursor: pointer;
}
#webApply .applyOver .applyCont > div .left form > div .alreadyRegisteredBtn:hover {
  color: #e0922f;
}
#webApply .applyOver .applyCont > div .fb_iframe_widget > span {
  height: 22px !important;
}
#webApply .applyOver .applyCont > div .fb_iframe_widget > span > iframe {
  height: 22px !important;
}
#webApply .applyOver .applyCont > div .right {
  float: right;
}
#webApply .applyOver .applyCont > div .right form > div {
  float: left;
  width: 100%;
}
#webApply .applyOver .applyCont > div .right form > div label {
  display: none;
}
#webApply .applyOver .applyCont > div .right form > div input[type="text"],
#webApply .applyOver .applyCont > div .right form > div input[type="password"],
#webApply .applyOver .applyCont > div .right form > div input[type="email"] {
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  width: 92%;
  padding: 12px 3.5% !important;
  font-size: 22px;
  font-family: helvetica, arial, sans-serif;
  outline: none !important;
  opacity: .98;
  border: 1px solid #cccccc !important;
  margin-bottom: 10px;
}
#webApply .applyOver .applyCont > div .right form > div button {
  float: none !important;
  background: #e0922f;
  -webkit-box-shadow: 0 4px 0 0 #c07e2a;
  box-shadow: 0 4px 0 0 #c07e2a;
  width: 100% !important;
  margin: 10px 0 0;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  font-size: 1.5em !important;
  color: white !important;
  font-size: 24px !important;
  text-decoration: none;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  padding: 12px 0;
  outline: none !important;
}
#webApply .applyOver .applyCont > div .right form > div button span {
  color: white;
}
#webApply .applyOver .applyCont > div .right form > div button:hover {
  background: #cf8527;
  color: white !important;
  -webkit-box-shadow: 0 4px 0 0 #aa6f25;
  box-shadow: 0 4px 0 0 #aa6f25;
}
#webApply .applyOver .applyCont > div .right form > div .needToRegisterBtn {
  float: left;
  width: 100%;
  margin: 20px 0 0!important;
  color: #6a6a6a;
  text-decoration: none;
  font-size: 1.125rem;
  cursor: pointer;
}
#webApply .applyOver .applyCont > div .right form > div .needToRegisterBtn:hover {
  color: #e0922f;
}
#webApply .applyOver .applyCont > div .right .checkArea {
  width: 100% !important;
  margin: 0 0 9px;
  float: left;
}
#webApply .applyOver .applyCont > div .right .checkArea label {
  display: block !important;
  font: 1rem helvetica, arial, sans-serif;
  color: #6a6a6a;
  float: left;
  margin: 3px;
}
#applyPage {
  float: left;
  width: 100%;
  padding: 0 0 40px !important;
}
#applyPage .applyBtn {
  float: left;
  width: 100%;
  height: 78px;
}
#applyPage .applyBtn > div {
  float: left;
  width: 100%;
  background: #494949;
}
#applyPage .applyBtn .persistApply.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#applyPage .applyBtn .centerCont {
  width: 575px !important;
}
#applyPage .applyBtn p {
  float: left;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}
#applyPage .applyBtn a {
  float: right;
  background: #e0922f;
  -webkit-box-shadow: 0 4px 0 0 #c07e2a;
  box-shadow: 0 4px 0 0 #c07e2a;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  font-size: 1.5em !important;
  color: white !important;
  font-size: 24px !important;
  text-decoration: none;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  padding: 12px 19px;
  margin: 10px 0;
}
#applyPage .applyBtn a:hover {
  background: #cf8527;
  color: white !important;
  -webkit-box-shadow: 0 4px 0 0 #aa6f25;
  box-shadow: 0 4px 0 0 #aa6f25;
}
#applyPage .jobInfo {
  float: left;
  width: 100%;
  padding-top: 40px;
}
#applyPage .jobInfo .left {
  float: left;
  width: 36%;
  padding: 0 4% 0 0;
}
#applyPage .jobInfo .left > div {
  float: left;
  width: 90%;
  padding: 8% 5%;
  background: #fbfbfb;
  border: 1px solid #cccccc;
}
#applyPage .jobInfo .left > div h2 {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}
#applyPage .jobInfo .left > div > div {
  float: left;
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #eeeeee;
}
#applyPage .jobInfo .left > div > div h4 {
  float: left;
  padding: 0;
  margin: 0;
  font: bold 1.125rem helvetica, arial, sans-serif;
}
#applyPage .jobInfo .left > div > div p {
  float: right;
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
}
#applyPage .jobInfo .left > div > div:last-child {
  border-bottom: none !important;
}
#applyPage .jobInfo .right {
  float: right;
  width: 56%;
  padding: 0 0 0 4%;
  border-left: 1px solid #6a6a6a;
  margin-left: -1px;
}
#applyPage .jobInfo .right .position {
  float: left;
  width: 90%;
  border: 1px solid #cccccc;
  padding: 2.5% 5%;
  background: #fbfbfb;
}
#applyPage .jobInfo .right .position h1 {
  margin: 0 0 20px !important;
  float: left;
  text-align: left;
  font-size: 2rem;
}
#applyPage .jobInfo .right .position p {
  float: left;
  width: 100%;
  margin: 0 0 10px !important;
  font-size: 1rem;
  line-height: 24px;
}
#applyPage .jobInfo .right .comp {
  float: left;
  width: 90%;
  border: 1px solid #cccccc;
  padding: 5%;
  margin-top: 20px;
  background: #fbfbfb;
}
#applyPage .jobInfo .right .comp h2 {
  margin: 0 0 20px;
}
#applyPage .jobInfo .right .comp p {
  float: left;
  width: 100%;
  margin: 0 0 10px !important;
  font-size: 1rem;
  line-height: 24px;
}
#applyPage #mobileApply {
  float: left;
  width: 100%;
}
#applyPage #mobileApply .applyMask {
  float: left;
  width: 100%;
  overflow-x: hidden;
}
#applyPage #mobileApply .applyMask > div {
  width: 200%;
  float: left;
  padding-top: 35px;
}
#applyPage #mobileApply .applyMask p {
  float: left;
  width: 100%;
  color: white;
  display: block !important;
  margin: 16px 0 -19px !important;
  line-height: 25px;
  font-size: 1.125rem;
}
#applyPage #mobileApply .applyMask .left {
  float: left;
  width: 50%;
}
#applyPage #mobileApply .applyMask .left form > div {
  float: left;
  width: 100%;
}
#applyPage #mobileApply .applyMask .left form > div label {
  display: none;
}
#applyPage #mobileApply .applyMask .left form > div input[type="text"],
#applyPage #mobileApply .applyMask .left form > div input[type="password"],
#applyPage #mobileApply .applyMask .left form > div input[type="email"] {
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  width: 60%;
  padding: 12px 4% !important;
  font-size: 22px;
  font-family: helvetica, arial, sans-serif;
  outline: none !important;
  opacity: .98;
  border: none !important;
  margin-bottom: 10px;
}
#applyPage #mobileApply .applyMask .left form > div input[type="submit"] {
  float: none !important;
  background: #e0922f;
  -webkit-box-shadow: 0 4px 0 0 #c07e2a;
  box-shadow: 0 4px 0 0 #c07e2a;
  width: 68% !important;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  font-size: 1.5em !important;
  color: white !important;
  font-size: 24px !important;
  text-decoration: none;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  padding: 12px 0;
}
#applyPage #mobileApply .applyMask .left form > div input[type="submit"]:hover {
  background: #cf8527;
  color: white !important;
  -webkit-box-shadow: 0 4px 0 0 #aa6f25;
  box-shadow: 0 4px 0 0 #aa6f25;
}
#applyPage #mobileApply .applyMask .left form > div .alreadyRegisteredBtn {
  float: left;
  width: 100%;
  margin: 10px 0 0!important;
  color: white;
  text-decoration: none;
  font-size: 1.125rem;
  cursor: pointer;
}
#applyPage #mobileApply .applyMask .left form > div .alreadyRegisteredBtn:hover {
  color: #e0922f;
}
#applyPage #mobileApply .applyMask .right {
  float: right;
  width: 50%;
}
#applyPage #mobileApply .applyMask .right .checkArea {
  width: 68% !important;
  margin: 0 0 9px;
  float: left;
  padding: 0 16%;
}
#applyPage #mobileApply .applyMask .right .checkArea label {
  display: block !important;
  font: 1rem helvetica, arial, sans-serif;
  color: white;
  float: left;
  margin: 3px;
}
#applyPage #mobileApply .applyMask .right form > div {
  float: left;
  width: 100%;
}
#applyPage #mobileApply .applyMask .right form > div label {
  display: none;
}
#applyPage #mobileApply .applyMask .right form > div input[type="text"],
#applyPage #mobileApply .applyMask .right form > div input[type="password"],
#applyPage #mobileApply .applyMask .right form > div input[type="email"] {
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  width: 60%;
  padding: 12px 4% !important;
  font-size: 22px;
  font-family: helvetica, arial, sans-serif;
  outline: none !important;
  opacity: .98;
  border: none !important;
  margin-bottom: 10px;
}
#applyPage #mobileApply .applyMask .right form > div input[type="submit"] {
  float: none !important;
  background: #e0922f;
  -webkit-box-shadow: 0 4px 0 0 #c07e2a;
  box-shadow: 0 4px 0 0 #c07e2a;
  width: 68% !important;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  font-size: 1.5em !important;
  color: white !important;
  font-size: 24px !important;
  text-decoration: none;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  padding: 12px 0;
}
#applyPage #mobileApply .applyMask .right form > div input[type="submit"]:hover {
  background: #cf8527;
  color: white !important;
  -webkit-box-shadow: 0 4px 0 0 #aa6f25;
  box-shadow: 0 4px 0 0 #aa6f25;
}
#applyPage #mobileApply .applyMask .right form > div .needToRegisterBtn {
  float: left;
  width: 100%;
  margin: 10px 0 0!important;
  color: white;
  text-decoration: none;
  font-size: 1.125rem;
  cursor: pointer;
}
#applyPage #mobileApply .applyMask .right form > div .needToRegisterBtn:hover {
  color: #e0922f;
}
#applyPage #mobileApply .applyMask .right form > div .check {
  background: url(../Content/Images/check_box_sprite_light.png) -2px -2px no-repeat !important;
}
#applyPage #mobileApply .applyMask .right form > div .check:hover {
  background-position: -33px -2px !important;
}
#applyPage #mobileApply .applyMask .right form > div .check.current {
  background-position: -64px -2px !important;
}
#screening {
  float: left;
  width: 100%;
  padding: 0px 0 40px;
}
#screening h2 {
  float: left;
  width: 100%;
  text-align: center;
  color: #e0922f;
  font-size: 1.7rem;
  margin: -16px 0 31px;
}
#screening h2 span {
  color: inherit;
}
#screening .mainScreen {
  width: 100%;
  float: left;
}
#screening .mainScreen form {
  float: left;
  width: 100%;
}
#screening .mainScreen form .button {
  width: 250px;
  margin: 0px auto;
}
#screening .mainScreen form .button > input {
  width: 250px;
  background: #e0922f;
  -webkit-box-shadow: 0 4px 0 0 #c07e2a;
  box-shadow: 0 4px 0 0 #c07e2a;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  font-size: 1.5em !important;
  color: white !important;
  font-size: 24px !important;
  text-decoration: none;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  padding: 12px 0;
  margin-top: 32px;
}
#screening .mainScreen form .button > input:hover {
  background: #cf8527;
  color: white !important;
  -webkit-box-shadow: 0 4px 0 0 #aa6f25;
  box-shadow: 0 4px 0 0 #aa6f25;
}
#screening .mainScreen form .left {
  width: 40%;
  float: left;
  padding: 0 5%;
}
#screening .mainScreen form .left > div {
  float: left;
  width: 100%;
}
#screening .mainScreen form .left > div .label {
  float: left;
  width: 40%;
}
#screening .mainScreen form .left > div .label label {
  width: 100%;
  float: left;
  font-family: helvetica, arial, sans-serif;
  color: #6a6a6a;
  font-size: 1.2rem;
  padding: 9px 0;
}
#screening .mainScreen form .left > div .boxes {
  float: right;
  width: 60%;
}
#screening .mainScreen form .left > div .boxes input[type="text"] {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 92%;
  padding: 6px 4% 12px;
  font-size: 18px;
  font-family: helvetica, arial, sans-serif;
  outline: none !important;
  opacity: .98;
  border: 1px solid #cccccc !important;
  margin-bottom: 10px;
}
#screening .mainScreen form .left > div .boxes select {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  padding: 8px 4% 8px;
  font-size: 18px;
  font-family: helvetica, arial, sans-serif;
  outline: none !important;
  opacity: .98;
  border: 1px solid #cccccc !important;
  margin-bottom: 10px;
}
#screening .mainScreen form .right {
  width: 40%;
  float: right;
  padding: 0 5%;
  border-left: 1px solid #cccccc;
  margin-left: -1px;
}
#screening .mainScreen form .right > div {
  float: left;
  width: 100%;
}
#screening .mainScreen form .right > div .label {
  float: left;
  width: 40%;
}
#screening .mainScreen form .right > div .label label {
  width: 100%;
  float: left;
  font-family: helvetica, arial, sans-serif;
  color: #6a6a6a;
  font-size: 1.2rem;
  padding: 9px 0;
}
#screening .mainScreen form .right > div .label label span {
  color: #999999;
  font-size: .8rem;
}
#screening .mainScreen form .right > div .boxes {
  float: right;
  width: 60%;
}
#screening .mainScreen form .right > div .boxes input[type="text"] {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 92%;
  padding: 6px 4% 12px;
  font-size: 18px;
  font-family: helvetica, arial, sans-serif;
  outline: none !important;
  opacity: .98;
  border: 1px solid #cccccc !important;
  margin-bottom: 10px;
}
#screening .mainScreen form .right > div .boxes select {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  padding: 8px 4% 8px;
  font-size: 18px;
  font-family: helvetica, arial, sans-serif;
  outline: none !important;
  opacity: .98;
  border: 1px solid #cccccc !important;
  margin-bottom: 10px;
}
#screening .mainScreen form .right > div .boxes textarea {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 92%;
  max-width: 92%;
  min-width: 92%;
  padding: 8px 4% 8px;
  font-size: 18px;
  font-family: helvetica, arial, sans-serif;
  outline: none !important;
  opacity: .98;
  border: 1px solid #cccccc !important;
  margin-bottom: 10px;
}
#accountRegister {
  float: left;
  width: 100%;
  margin: 40px 0;
}
#accountRegister .centerCont {
  width: 766px;
}
#accountRegister .centerCont > a {
  float: left;
  width: 40%;
  margin: 0 5%;
  background: #e0922f;
  -webkit-box-shadow: 0 4px 0 0 #c07e2a;
  box-shadow: 0 4px 0 0 #c07e2a;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  font-size: 1.5em !important;
  color: white !important;
  font-size: 24px !important;
  text-decoration: none;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  padding: 12px 0;
}
#accountRegister .centerCont > a:hover {
  background: #cf8527;
  color: white !important;
  -webkit-box-shadow: 0 4px 0 0 #aa6f25;
  box-shadow: 0 4px 0 0 #aa6f25;
}
/*********** Media Queries ***********/

/* All Responsive Design Elements ----------- */

@media all and (min-width: 1px) and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
  .mobileNav {
    display: block !important;
  }
  .fullNav {
    display: none !important;
  }
  .centerCont {
    width: 90% !important;
    padding: 0 5% !important;
  }
  #main .mainTop .mainLogo {
    width: 213px;
  }
  #mainPostJob .mainTop .nav ul,
  #main .mainTop .nav ul {
    margin: 45px 6px -16px 0 !important;
  }
  #payPage .right > div form .dateCvc input {
    width: 22.6% !important;
  }
  #applyPage .jobInfo .left > div > div h4,
  #applyPage .jobInfo .left > div > div p {
    font-size: 1rem !important;
  }
}
/* Super Large Screens ----------- */

@media all and (min-width: 1800px) {
  
}
/* iPads (portrait and landscape) ----------- */

@media all and (min-width: 767px) and (max-width: 1024px) {
  #mainPostJob .heroSec .mainH,
  #main .heroSec .mainH {
    font-size: 5rem !important;
    margin-left: -10px !important;
    margin-top: 64px !important;
  }
  #mainPostJob .heroSec .subH,
  #main .heroSec .subH {
    font-size: 2.9rem !important;
    margin-left: -27px !important;
    margin-top: 10px !important;
  }
  #mainPostJob .heroSec .learnMore,
  #main .heroSec .learnMore {
    margin-top: 38px !important;
  }
  #main .heroSec {
    height: 544px !important;
  }
  #mainPostJob .heroSec {
    background-size: 140%;
    padding-top: 120px;
    height: 760px;
  }
  #mainPostJob .footerSec .left h3,
  #main .footerSec .left h3 {
    font-size: 1.3rem !important;
  }
}
/* iPads (portrait only) ----------- */

@media all and (min-width: 768px) and (max-width: 800px) {
  #mainPostJob .tag p,
  #main .tag p {
    font-size: 1.4rem !important;
  }
}
/* Smartphones - Iphone, and Android Phones (portrait and landscape) ----------- */

@media all and (min-width: 1px) and (max-width: 766px) {
  #mainPostJob .heroSec .subHeader {
    display: none;
  }
  #mainPostJob .heroSec .mainH,
  #main .heroSec .mainH {
    font-size: 3.7rem !important;
    margin-left: -10px !important;
    margin-top: 47px !important;
  }
  #mainPostJob .heroSec .subH,
  #main .heroSec .subH {
    font-size: 2.2rem !important;
    margin-left: -40px !important;
    margin-top: 10px !important;
  }
  #mainPostJob .heroSec .learnMore,
  #main .heroSec .learnMore {
    margin-top: 38px !important;
  }
  #main .heroSec {
    width: 438px !important;
  }
  #mainPostJob .heroSec {
    background-size: 220%;
  }
  .tombstones li {
    width: 100%;
    padding: 0 15%;
  }
  #mainPostJob .tag p,
  #main .tag p {
    font-size: 1.4rem !important;
  }
  #mainPostJob .footerSec .left,
  #main .footerSec .left {
    width: 90%;
    margin: 0 5%;
  }
  #mainPostJob .footerSec .center,
  #main .footerSec .center {
    width: 90%;
    margin: 37px 5%;
  }
  #mainPostJob .footerInfo .terms,
  #main .footerInfo .terms {
    float: left !important;
    margin-left: 27px;
  }
  #mainPostJob .footerSec .center .footerSocial ul,
  #main .footerSec .center .footerSocial ul {
    float: none !important;
    margin: 0px auto !important;
    width: 233px !important;
  }
  #mainPostJob .footerSec .center .footerSocial,
  #main .footerSec .center .footerSocial {
    margin-top: 22px;
    padding: 14px 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-bottom: -32px;
  }
  #mainPostJob .footerInfo .copy,
  #main .footerInfo .copy {
    margin-left: 27px;
  }
  #mainPostJob .homeVideoSec .videoContainer,
  #main .homeVideoSec .videoContainer {
    padding-bottom: 52% !important;
  }
  #payPage .right,
  #payPage .left {
    padding: 0 5% !important;
    width: 90% !important;
    border-left: none !important;
    float: left !important;
  }
  #payPage .right {
    border-bottom: 3px solid #cccccc;
  }
  #payPage .right > div form input[type="text"] {
    font-size: 20px !important;
  }
  #pricing .prices .left,
  #pricing .prices .right {
    width: 90%;
    margin: 0 5%;
  }
  #pricing .prices .left .priceGuide {
    float: none !important;
    margin: 0px auto !important;
    margin-bottom: 23px;
  }
  #pricing .prices .right > div {
    margin: 34px auto;
    line-height: 23px;
  }
  #applyPage .jobInfo .left {
    width: 95% !important;
    padding: 0 2.5% !important;
    margin-top: 25px !important;
  }
  #applyPage .jobInfo .right {
    width: 95% !important;
    padding: 0 2.5% !important;
    border-left: none !important;
    margin-left: 0 !important;
  }
  #applyPage .jobInfo .right .position h1 {
    text-align: center !important;
    font-size: 1.8rem !important;
  }
  #applyPage .jobInfo .right .comp h2 {
    text-align: center !important;
    font-size: 1.3rem !important;
  }
  #applyPage .applyBtn p {
    display: none !important;
  }
  #applyPage .applyBtn a {
    width: 200px !important;
    float: none !important;
    display: block;
    margin: 0px auto !important;
  }
  #applyPage .applyBtn > .persistApply {
    text-align: center;
    padding: 24px 0;
  }
  #applyPage .applyBtn .centerCont {
    width: 100% !important;
    padding: 0 !important;
  }
  #mobileApply {
    display: block !important;
  }
  #webApply {
    display: none !important;
  }
  .pushy,
  #container,
  .push {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  #applyPage .applyBtn > div.persistApply.sticky {
    position: static !important;
    float: left !important;
  }
  #applyPage .applyBtn {
    height: auto !important;
  }
  #applyPage #mobileApply .applyMask .left form > div {
    width: 90% !important;
    padding: 0 5%;
  }
  #applyPage .applyBtn p {
    width: 90% !important;
    padding: 0 5% !important;
  }
  #applyPage #mobileApply .applyMask .left form > div input[type="text"],
  #applyPage #mobileApply .applyMask .left form > div input[type="password"],
  #applyPage #mobileApply .applyMask .left form > div input[type="email"] {
    width: 92% !important;
  }
  #applyPage #mobileApply .applyMask .left form > div input[type="submit"] {
    width: 100% !important;
  }
  .fbLike {
    padding: 0 5% 6px !important;
  }
  #screening .mainScreen form .left,
  #screening .mainScreen form .right {
    width: 80% !important;
    padding: 0 10% !important;
    border: none !important;
  }
}
#u_0_3 {
  display: none !important;
}
@media all and (min-width: 1px) and (max-width: 575px) {
  #mainPostJob .heroSec .mainH,
  #main .heroSec .mainH {
    font-size: 2.1rem !important;
  }
  #mainPostJob .heroSec .subH,
  #main .heroSec .subH {
    margin-left: -72px !important;
    font-size: 1.5rem !important;
    width: 128% !important;
    margin-bottom: 23px !important;
  }
  #mainPostJob .heroSec .homeInputs,
  #main .heroSec .homeInputs {
    width: 90%;
  }
  #main .heroSec {
    height: 438px !important;
  }
  #mainPostJob .heroSec {
    background-size: 350%;
  }
  .logInDisplay {
    display: none !important;
  }
  .logInSpec {
    display: block !important;
  }
  #mainPostJob .mainTop .nav ul li .menu-btn,
  #main .mainTop .nav ul li .menu-btn {
    margin-top: -33px !important;
  }
  #main .mainTop .mainLogo {
    width: 144px !important;
    height: 67px !important;
    background-size: 200% auto;
  }
  #mainPostJob .blueHowItWorks .howItWorksTitle,
  #main .blueHowItWorks .howItWorksTitle {
    font-size: 2.3rem !important;
    width: 93% !important;
  }
  #mainPostJob .blueHowItWorks .howSecs > div,
  #main .blueHowItWorks .howSecs > div {
    width: 100% !important;
    float: left;
    border-bottom: 1px solid #b1cee0;
    padding: 38px 0 !important;
  }
  #mainPostJob .blueHowItWorks .howSecs > div:last-child,
  #main .blueHowItWorks .howSecs > div:last-child {
    border-bottom: none !important;
  }
  #mainPostJob .blueHowItWorks .howSecs .yourJob .bubleIcon,
  #main .blueHowItWorks .howSecs .yourJob .bubleIcon {
    float: none !important;
    margin: 0 auto 15px !important;
  }
  #mainPostJob .blueHowItWorks .howSecs > div p,
  #main .blueHowItWorks .howSecs > div p {
    display: none !important;
  }
  #mainPostJob .blueHowItWorks .howSecs > div p.mobileP,
  #main .blueHowItWorks .howSecs > div p.mobileP {
    display: block !important;
    margin: 0 !important;
    float: left !important;
    text-align: center !important;
    width: 100%;
  }
  #mainPostJob .blueHowItWorks .howSecs .blownMind .mindBlownIcon,
  #main .blueHowItWorks .howSecs .blownMind .mindBlownIcon {
    float: none !important;
    margin: -30px auto 10px !important;
    background: url(../Content/Images/brain.png) no-repeat;
  }
  #mainPostJob .blueHowItWorks .howSecs .scoreCandidates .scoreNum,
  #main .blueHowItWorks .howSecs .scoreCandidates .scoreNum {
    float: none !important;
    margin: -11px auto 12px !important;
  }
  #mainPostJob .footerSec .left .arrowIcon,
  #main .footerSec .left .arrowIcon {
    margin: 26px -30px !important;
  }
  #mainPostJob .footerSec .left h3,
  #main .footerSec .left h3 {
    font-size: 1.4rem !important;
    padding: 0px !important;
  }
  #mainPostJob .footerSec .center > ul,
  #main .footerSec .center > ul {
    width: 100% !important;
    margin-bottom: 25px !important;
  }
  #mainPostJob .footerSec .center > ul li p,
  #main .footerSec .center > ul li p {
    font-size: 1.7rem !important;
    text-align: center;
    margin: 12px 0 !important;
  }
  #mainPostJob .footerSec .center > ul li a,
  #main .footerSec .center > ul li a {
    text-align: center;
  }
  #mainPostJob .homeVideoSec .videoContainer,
  #main .homeVideoSec .videoContainer {
    padding-bottom: 46.25% !important;
  }
  #mainPostJob .blueHowItWorks .howSecs,
  #main .blueHowItWorks .howSecs {
    width: 100% !important;
  }
  #payPage .left > div h2 {
    font-size: 1.6rem !important;
  }
  #payPage .left > div .sell {
    width: 59% !important;
  }
  #payPage .left > div .sell h3 {
    font-size: 1.7rem !important;
  }
  #payPage .left > div ul li {
    width: 95% !important;
  }
  #main .footerSec .left input {
    font-size: 20px !important;
  }
  #pricing .prices .left .priceGuide {
    width: 90% !important;
  }
  #pricing .prices .right > div {
    width: 90% !important;
  }
  #main .mainTop .nav {
    width: 45% !important;
  }
}
@media all and (min-width: 1px) and (max-width: 355px) {
  #mainPostJob .mainTop .mainLogo {
    width: 219px;
    background-position: 0 0;
    float: none !important;
    margin: 0px auto;
    display: block;
  }
  #mainPostJob .heroSec {
    background-size: 408%;
  }
  #mainPostJob .testies .left {
    width: 70%;
    margin: 0 15% 0 8%;
  }
  #mainPostJob .testies .right {
    width: 100%;
  }
  #mainPostJob .heroSec .mainHeader {
    font-size: 2.5rem;
  }
  #mainPostJob .testies .right .testieText .name {
    width: 76%;
    float: right;
    margin-top: 13px;
  }
  #payPage .right > div form .dateCvc input {
    width: 22.2% !important;
  }
  #payPage h1 {
    font-size: 2.4rem !important;
  }
  #screening .mainScreen form .left > div .label,
  #screening .mainScreen form .right > div .label {
    width: 100% !important;
  }
  #screening .mainScreen form .left > div .label label,
  #screening .mainScreen form .right > div .label label {
    float: left;
    width: 100%;
    text-align: center;
  }
  #screening .mainScreen form .left > div .boxes,
  #screening .mainScreen form .right > div .boxes {
    width: 100%;
  }
  #screening .mainScreen form .left > div .boxes .input,
  #screening .mainScreen form .right > div .boxes .input {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #screening .mainScreen form .right > div .boxes textarea.input {
    text-align: left !important;
    padding: 10px 5%;
    min-height: 80px;
  }
  #screening .mainScreen form .left,
  #screening .mainScreen form .right {
    width: 90% !important;
    padding: 0 5% !important;
    border: none !important;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Retina-specific stuff here */
}
/**************** special media quiries ***********/

/* iPads (portrait and landscape) ----------- */

@media all and (min-width: 1px) and (max-width: 1170px) {
  #main .heroSec {
    background-size: auto 100% !important;
  }
}
/*! Pushy - v0.9.1 - 2013-9-16
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

/* Menu Appearance */

.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 400;
  background: #333332;
  font-size: 0.9em;
  font-weight: bold;
  -webkit-box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, 0.7);
  box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, 0.7);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */

}
.pushy a {
  display: block;
  color: #b3b3b1;
  padding: 15px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.pushy a:hover {
  background: #3880a4;
  color: white !important;
  text-decoration: none;
  opacity: 0.8;
}
/* Menu Movement */

.pushy-left {
  -webkit-transform: translate3d(200px, 0, 0);
  -moz-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  -o-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}
.pushy-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 5000 !important;
}
.container-push,
.push-push {
  -webkit-transform: translate3d(-200px, 0, 0);
  -moz-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  -o-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}
/* Menu Transitions */

.pushy,
#container,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  /* improves performance issues on mobile*/

}
#container {
  min-width: none !important;
  max-width: none !important;
}
/* Site Overlay */

.site-overlay {
  display: none;
}
.pushy-active .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 200px;
  bottom: 0;
  left: 0px;
  z-index: 9999;
}
/* Example Media Query */

@media screen and (max-width: 768px) {
  .pushy {
    font-size: 1.0em;
  }
}
#webApply .applyOver .applyCont > div .left form > div input.error {
  border: 1px solid #bf0a0a;
}
input.error {
  border: 1px solid #bf0a0a;
}
