@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/worksans/v23/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBi8Jow.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/worksans/v23/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBi8Jow.ttf) format('truetype');
}

/* line 17, ../sass/common.sass */
.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 22, ../sass/common.sass */
body {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  background: white;
  color: #444;
  font-size: 16px;
}

/* line 28, ../sass/common.sass */
p, ul, li {
  color: #666;
  line-height: 1.6em;
  font-weight: 300;
}

/* line 33, ../sass/common.sass */
img {
  max-width: 100%;
}

/* line 36, ../sass/common.sass */
li {
  line-height: 1.5em;
}

/* line 39, ../sass/common.sass */
a {
  color: #157bd1;
  cursor: pointer;
}
/* line 42, ../sass/common.sass */
a:hover {
  color: #1060a3;
  text-decoration: none;
}

/* line 46, ../sass/common.sass */
h1, h2 {
  font-weight: 300;
  color: #666;
  margin-bottom: 10px;
}

/* line 51, ../sass/common.sass */
h1 {
  font-size: 36px;
}

/* line 54, ../sass/common.sass */
h2 {
  font-size: 28px;
}

/* line 57, ../sass/common.sass */
h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

/* line 61, ../sass/common.sass */
h4 {
  font-size: 16px;
  font-weight: bold;
  color: #666;
}

/* line 66, ../sass/common.sass */
select, input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px 10px;
  box-sizing: border-box;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

/* line 74, ../sass/common.sass */
.left {
  float: left;
}

/* line 77, ../sass/common.sass */
.container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

/* line 82, ../sass/common.sass */
.row-inset {
  max-width: 1100px;
  margin: auto;
  padding: 0 15px;
}

/* line 88, ../sass/common.sass */
.content > div {
  margin-bottom: 40px;
  clear: both;
}
/* line 91, ../sass/common.sass */
.content > div:after {
  content: "";
  clear: both;
  display: block;
}

/* line 96, ../sass/common.sass */
select:-moz-focusring {
  outline: none;
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* line 102, ../sass/common.sass */
.header {
  background: white;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  overflow: hidden;
}
/* line 109, ../sass/common.sass */
.header .header-brand a {
  background-image: url("../themes/sj/assets/images/advisor/simply-jobs-logo.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin: auto;
  width: 235px;
  height: 38px;
  text-indent: -9999px;
  margin: 10px 10px 10px 0;
  background-size: contain;
}
/* line 120, ../sass/common.sass */
.header .pull-right {
  text-align: right;
}
/* line 122, ../sass/common.sass */
.header .pull-right span {
  color: #666;
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
  color: #157bd1;
}
/* line 128, ../sass/common.sass */
.header .pull-right a {
  font-weight: 300;
  font-size: 12px;
}

/* line 133, ../sass/common.sass */
.form-banner {
  position: relative;
}
/* line 137, ../sass/common.sass */
.form-banner h1 span {
  color: #96d703;
}

/* line 140, ../sass/common.sass */
.btn, .btn-primary {
  font-weight: 300;
  color: white;
  font-size: 18px;
  padding: 12px 30px !important;
  background: #157bd1 !important;
  border: none !important;
  border-radius: 5px;
  white-space: normal;
  margin-bottom: 10px;
  cursor: pointer;
  text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
}
/* line 152, ../sass/common.sass */
.btn:hover, .btn-primary:hover {
  color: white;
  background: #1060a3 !important;
  top: 1px;
  position: relative;
}

/* line 157, ../sass/common.sass */
.btn-sm {
  padding: 8px 20px !important;
  font-size: 16px;
  border-radius: 2px;
}

/* line 162, ../sass/common.sass */
.form-container {
  background: white;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
/* line 166, ../sass/common.sass */
.form-container .form-header {
  text-align: center;
  background: #157bd1;
  padding: 15px 10px;
  border-radius: 5px 5px 0 0;
}
/* line 171, ../sass/common.sass */
.form-container .form-header h2 {
  color: white;
  font-weight: normal;
  font-size: 20px;
  margin: 0;
}
/* line 176, ../sass/common.sass */
.form-container .form-body {
  padding: 20px 30px;
}
/* line 178, ../sass/common.sass */
.form-container .form-footer {
  text-align: center;
  margin: 20px 0;
}

/* line 181, ../sass/common.sass */
.form-note {
  font-weight: 300;
  font-size: 14px;
}

/* line 185, ../sass/common.sass */
.footer {
  clear: both;
  background: #333333;
  overflow: auto;
  padding: 30px 60px;
  text-align: center;
}
/* line 191, ../sass/common.sass */
.footer .footer-logo {
  width: 300px;
}
/* line 193, ../sass/common.sass */
.footer p {
  color: #999;
  text-align: center;
}
/* line 196, ../sass/common.sass */
.footer a {
  color: white;
}

/* line 201, ../sass/common.sass */
#home .form-banner {
  background: #edeef2 url("../themes/sj/assets/images/advisor/simply-jobs-hero.jpg") no-repeat left center;
  padding-top: 100px;
  padding-bottom: 100px;
}
/* line 205, ../sass/common.sass */
#home .form-banner .form-container {
  padding: 30px;
  text-align: center;
}
/* line 208, ../sass/common.sass */
#home .form-banner .form-container .btn {
  display: block;
  margin: 20px;
}
/* line 212, ../sass/common.sass */
#home .intro, #home .job-categories {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
/* line 216, ../sass/common.sass */
#home .intro h2, #home .job-categories h2 {
  margin-bottom: 30px;
}
/* line 218, ../sass/common.sass */
#home .intro img, #home .job-categories img {
  margin-bottom: 15px;
}
/* line 220, ../sass/common.sass */
#home .intro ul, #home .job-categories ul {
  text-align: left;
}
/* line 223, ../sass/common.sass */
#home .bg-gray {
  background: whitesmoke;
}

@media (max-width: 1200px) {
  /* line 229, ../sass/common.sass */
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 235, ../sass/common.sass */
  .body {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  /* line 244, ../sass/common.sass */
  .header .header-brand a {
    max-width: 320px;
    margin: auto;
    float: none;
    background-size: contain;
  }
  /* line 249, ../sass/common.sass */
  .header p {
    float: none;
    margin: auto;
  }
  /* line 252, ../sass/common.sass */
  .header .pull-right {
    float: none !important;
  }
}
@media (max-width: 480px) {
  /* line 258, ../sass/common.sass */
  .header .pull-right {
    display: none;
  }

  /* line 260, ../sass/common.sass */
  .container > div {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 264, ../sass/common.sass */
  #home .form-banner {
    background-size: contain;
    background-position: top;
    background: #edeef2;
    background-image: none;
    padding: 20px 15px 10px;
  }
  /* line 270, ../sass/common.sass */
  #home .form-banner .form-container {
    padding: 10px;
    background-size: contain !important;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 276, ../sass/common.sass */
  #home .intro, #home .job-categories {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
  /* line 280, ../sass/common.sass */
  #home .intro img {
    margin-top: 30px;
  }

  /* line 282, ../sass/common.sass */
  h1 {
    font-size: 28px;
  }
}

@charset "UTF-8";
.container {
  max-width: 100% !important;
}
/* line 32, ../sass/common.sass */
.uppercase, .small-header, .btn-small, h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* line 36, ../sass/common.sass */
.small-header {
    font-size: 18px;
}

/* line 40, ../sass/common.sass */
.btn-small {
    font-size: 13px;
    padding: 10px 30px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/* line 47, ../sass/common.sass */
body {
    font-family: Arial, sans-serif;
    background: white;
    color: #444;
    font-size: 15px;
}

/* line 53, ../sass/common.sass */
p, ul, li {
    color: #333;
    line-height: 1.75em;
}

/* line 57, ../sass/common.sass */
blockquote {
    font-style: italic;
    color: #8f8f8f;
}

/* line 61, ../sass/common.sass */
img {
    max-width: 100%;
}

/* line 64, ../sass/common.sass */
li {
    line-height: 1.75em;
}

/* line 67, ../sass/common.sass */
a {
    color: #2faadf;
    cursor: pointer;
}
/* line 70, ../sass/common.sass */
a:hover {
    color: #71c5e9;
}

/* line 73, ../sass/common.sass */
h1, h2, h3 {
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

/* line 78, ../sass/common.sass */
h1 {
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    letter-spacing: -0.025em;
}
/* line 83, ../sass/common.sass */
h1 span {
    color: #70c41f;
}

/* line 86, ../sass/common.sass */
h2 {
    font-size: 21px;
    font-weight: 400;
}

/* line 90, ../sass/common.sass */
h3 {
    font-weight: 400;
    font-size: 18px;
}

/* line 94, ../sass/common.sass */
h5 {
    font-weight: bold;
    font-size: 15px;
}

/* line 98, ../sass/common.sass */
select, input[type="text"], input[type="tel"], input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 10px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* line 105, ../sass/common.sass */
.left {
    float: left;
}

/* line 108, ../sass/common.sass */
.main {
    background: white;
}

/* line 117, ../sass/common.sass */
.content > div {
    margin-bottom: 40px;
    clear: both;
}
/* line 120, ../sass/common.sass */
.content > div:after {
    content: "";
    clear: both;
    display: block;
}

/* line 125, ../sass/common.sass */
.btn {
    font-size: 23px;
    font-weight: 700;
    color: white;
    padding: 10px 10px;
    background: #70c41f;
    border-radius: 5px;
    white-space: normal;
    cursor: pointer;
    text-shadow: #579818 0 -1px 0;
}
/* line 135, ../sass/common.sass */
.btn:hover {
    background: #579818;
    color: white;
    top: 1px;
    position: relative;
}
/* line 141, ../sass/common.sass */
.btn.btn-red {
    background: -webkit-gradient(linear, left top, left bottom, from(#db5d60), to(#d23337));
    background: -moz-linear-gradient(top, #db5d60, #d23337);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$red-lt', endColorstr='$red');
    border: 1px solid #ac2629;
    box-shadow: #ac2629 0 5px 0;
    text-shadow: #ac2629 0 -1px 0;
}
/* line 148, ../sass/common.sass */
.btn.btn-red:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#db5d60), to(#ac2629));
    background: -moz-linear-gradient(top, #db5d60, #ac2629);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$red-lt', endColorstr='$red-md');
    box-shadow: #821d1f 0 4px 0;
}
/* line 153, ../sass/common.sass */
.btn.btn-hollow {
    color: #2faadf;
    text-transform: capitalize;
    background: none;
    box-shadow: none;
    font-size: 16px;
    letter-spacing: 0;
    border: 2px solid #e6e6e6;
    text-shadow: none;
}
/* line 162, ../sass/common.sass */
.btn.btn-hollow:hover {
    color: #71c5e9;
    text-decoration: none;
    border: 2px solid #71c5e9;
}
/* line 166, ../sass/common.sass */
.btn.btn-hollow-white {
    border: 2px solid white;
    color: white;
}
/* line 169, ../sass/common.sass */
.btn.btn-hollow-white:hover {
    color: #70c41f;
    background: white;
    border: 2px solid white;
}
/* line 173, ../sass/common.sass */
.btn.btn-skip {
    background: whitesmoke;
    border: 1px solid #ddd;
    color: #bbb;
    font-size: 16px;
    padding: 8px 12px;
}
/* line 179, ../sass/common.sass */
.btn.btn-skip:hover {
    background: #eee;
}
/* line 182, ../sass/common.sass */
.btn.btn-sm {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: normal;
    box-shadow: none;
    letter-spacing: 0;
}
/* line 189, ../sass/common.sass */
.btn.next:after {
    content: "›";
    padding-left: 5px;
}

/* line 192, ../sass/common.sass */
.btn-link {
    display: block;
}
/* line 194, ../sass/common.sass */
.btn-link.previous {
    margin: 30px auto 10px;
}
/* line 196, ../sass/common.sass */
.btn-link.previous:before {
    content: "‹";
    padding-right: 5px;
}
/* line 199, ../sass/common.sass */
.btn-link:hover {
    color: #166d92;
    text-decoration: none;
}

/* line 203, ../sass/common.sass */
h4 {
    font-weight: normal;
}

/* line 207, ../sass/common.sass */
select:-moz-focusring {
    outline: none;
    color: transparent;
    text-shadow: 0 0 0 #000;
}

/* line 217, ../sass/common.sass */
.header {
    text-align: center;
    padding: 10px;
}

/* line 221, ../sass/common.sass */
.adsense-row {
    border-bottom: 1px dotted #ddd;
    padding: 15px;
    text-align: center;
}
/* line 225, ../sass/common.sass */
.adsense-row .adsense {
    display: block;
    margin: auto;
    background: #ddd;
    width: 728px;
    height: 90px;
    text-align: center;
    max-width: 100%;
}
/* line 233, ../sass/common.sass */
.adsense-row .adsense span {
    display: block;
    font-size: 24px;
    color: #999;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* line 245, ../sass/common.sass */
.progress-container {
    overflow: auto;
    text-align: center;
    width: 100%;
}
/* line 249, ../sass/common.sass */
.progress-container span {
    display: inline-block;
    position: relative;
    top: -4px;
    color: #999;
    margin-right: 10px;
}
/* line 255, ../sass/common.sass */
.progress-container .progress {
    border: none;
    background: #e6e6e6;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    height: 15px;
}
/* line 263, ../sass/common.sass */
.progress-container .progress-bar {
    background: #70c41f;
    box-shadow: none;
}

/* line 269, ../sass/common.sass */
.special-offers .progress-container span {
    top: 0;
}
/* line 271, ../sass/common.sass */
.special-offers .progress-container .col-xs-3 {
    padding: 0 1px;
}

/* line 274, ../sass/common.sass */
.img-responsive {
    margin: auto;
}

/* line 277, ../sass/common.sass */
.nopadding {
    padding: 0;
}

/* line 280, ../sass/common.sass */
.clear {
    clear: both;
}

/* line 282, ../sass/common.sass */
.body {
    padding: 0 15px;
}

/* line 287, ../sass/common.sass */
.form-container {
    padding: 30px 15px;
    background: #e4e4e4;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#d6d6d6));
    background: -moz-linear-gradient(top, #f4f4f4, #d6d6d6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#d6d6d6');
}

/* line 294, ../sass/common.sass */
.form-header {
    padding: 0 20px;
}

/* line 297, ../sass/common.sass */
.form-header-mobile {
    background: #084592;
    position: relative;
    padding: 10px 20px 20px;
}
/* line 301, ../sass/common.sass */
.form-header-mobile h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
}
/* line 311, ../sass/common.sass */
.form-header-mobile .banner-box {
    width: 161.5px;
    height: 38px;
    border-radius: 5px;
    display: block;
    margin: 7.5px auto 0px;
    background-color: #fff;
    text-align: center;
}
/* line 319, ../sass/common.sass */
.form-header-mobile .banner-box span {
    font-size: 23.5px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #373737;
    line-height: 38px;
}
/* line 325, ../sass/common.sass */
.form-header-mobile .form-header-arrow {
    border-top: 13.648px solid #fff;
    border-right: 13.648px solid transparent;
    border-left: 13.648px solid transparent;
    bottom: -13.648px;
    left: 50%;
    margin-left: -13.648px;
    position: absolute;
    bottom: -13px;
}

/* line 336, ../sass/common.sass */
.contact-intro .app1 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #373737;
    letter-spacing: -0.01em;
}
/* line 344, ../sass/common.sass */
.contact-intro .app2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22.5px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #373737;
    margin-top: 1px;
    margin-bottom: 5px;
}

/* line 354, ../sass/common.sass */
.form {
    display: block;
    position: relative;
    width: 100%;
    padding: 77px 20px;
    text-align: center;
}
/* line 357, ../sass/common.sass */
.form .bg-darken {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* line 364, ../sass/common.sass */
.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form select {
    font-size: 18px;
}
/* line 366, ../sass/common.sass */
.form .address-summary {
    font-size: 18px;
}
/* line 368, ../sass/common.sass */
.form h1 {
    color: white;
    margin-top: 0px;
}
/* line 371, ../sass/common.sass */
.form h1 span {
    color: #face4e;
}
/* line 374, ../sass/common.sass */
.form form .inner-form {
    background: white;
    border-radius: 3px;
    padding: 15px 10px 20px;
    text-align: left;
}
/* line 379, ../sass/common.sass */
.form form .inner-form label {
    color: #166d92;
    font-size: 18px;
    margin-top: 10px;
}
/* line 383, ../sass/common.sass */
.form form .inner-form input[type="text"], .form form .inner-form input[type="tel"] {
    text-align: left;
}
/* line 385, ../sass/common.sass */
.form form .section-label {
    color: #2faadf;
    font-size: 21px;
    font-weight: normal;
}
/* line 389, ../sass/common.sass */
.form form .form-footer {
    text-align: center;
}
/* line 391, ../sass/common.sass */
.form form .form-footer .btn {
    width: 50%;
    margin: auto;
}
/* line 394, ../sass/common.sass */
.form form .form-footer .btn.btn-skip {
    margin: 20px auto;
    width: 30%;
    display: block;
}
/* line 398, ../sass/common.sass */
.form form .address-summary {
    text-align: center;
}
/* line 400, ../sass/common.sass */
.form select, .form input[type="text"], .form input[type="tel"], .form input[type="email"] {
    background: #e8e8e8;
    width: 100%;
    padding: 5px 10px;
    height: 44px;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-align: center;
}
/* line 408, ../sass/common.sass */
.form .btn {
    width: 100%;
}
/* line 410, ../sass/common.sass */
.form .form-footer {
    padding-top: 15px;
    clear: both;
}
/* line 413, ../sass/common.sass */
.form .trust {
    text-align: center;
}
/* line 415, ../sass/common.sass */
.form .form-footer-submit label {
    font-weight: normal;
    text-align: left;
    font-size: 12px;
}
/* line 419, ../sass/common.sass */
.form .btn-submit-container {
    padding: 30px 0;
}
/* line 421, ../sass/common.sass */
.form .disclaimer {
    text-align: left;
    font-style: italic;
}
/* line 424, ../sass/common.sass */
.form .disclaimer a {
    color: #2faadf;
    text-decoration: underline;
}
/* line 427, ../sass/common.sass */
.form .disclaimer a:hover {
    color: #2faadf;
}

/* line 430, ../sass/common.sass */


/* .control-label {
    font-size: 21px;
    color: #333;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    line-height: 28px;
} */

/* line 438, ../sass/common.sass */
.inner-form {
    background: #eeeeee;
    padding: 20px;
    border-radius: 5px;
}
/* line 442, ../sass/common.sass */
.inner-form .control-label {
    color: #666;
    margin-bottom: 5px;
}
/* line 445, ../sass/common.sass */
.inner-form select {
    margin-bottom: 20px;
}
/* line 447, ../sass/common.sass */
.inner-form .disclaimer {
    color: #999;
}
/* line 449, ../sass/common.sass */
.inner-form .tip {
    font-size: 13px;
    font-weight: normal;
    width: 18px;
    height: 18px;
    padding: 0 5px;
    border: 1px solid #2faadf;
    border-radius: 9px;
    position: relative;
    top: -3px;
}
/* line 459, ../sass/common.sass */
.inner-form .tip:hover {
    background: #2faadf;
    color: white;
    text-decoration: none;
}

/* line 464, ../sass/common.sass */
.mapIt {
    display: inline-block;
    text-align: center;
    margin: auto;
    position: relative;
    overflow: hidden;
    margin-top: 13px;
}
/* line 471, ../sass/common.sass */
.mapIt .fa-map-marker, .mapIt .fa-check {
    position: absolute;
    z-index: 55;
    top: -15px;
    font-size: 35px;
    color: #999;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    left: 3%;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* line 487, ../sass/common.sass */
.mapIt .fa-map-marker {
    top: 50%;
    margin-top: -25px;
    color: #999;
}
/* line 491, ../sass/common.sass */
.mapIt .fa-check {
    top: 100%;
    margin-top: 0px;
    color: #70c41f;
}
/* line 496, ../sass/common.sass */
.mapIt.success .fa-check {
    top: 50%;
    margin-top: -25px;
}
/* line 499, ../sass/common.sass */
.mapIt.success .fa-map-marker {
    top: 100%;
    margin-top: 0px;
}

/* line 503, ../sass/common.sass */
button.close {
    position: relative;
    top: -10px;
    right: -10px;
}

/* line 508, ../sass/common.sass */
.form-intro {
    color: white;
}
/* line 510, ../sass/common.sass */
.form-intro span {
    color: #ffc20e;
}

/* line 514, ../sass/common.sass */
#education label.error {
    color: #FB3A3A;
    display: inline-block;
    margin: 0px 0 20px;
    padding: 0;
    position: relative;
    top: -10px;
    text-align: center;
    font-weight: normal;
}

/* line 524, ../sass/common.sass */
.address {
    margin: 0;
}

/* line 526, ../sass/common.sass */
.alert {
    padding: 5px 10px;
    border: none;
}

/* line 530, ../sass/common.sass */
#app-page fieldset {
    padding-bottom: 10px;
    margin: auto;
    width: 100%;
    max-width: 500px;
    left: 0;
    right: 0;
}

/* line 537, ../sass/common.sass */
#app-page fieldset:not(:first-of-type) {
    display: none;
}

/* line 540, ../sass/common.sass */
.tcpa {
    font-size: 13px;
    text-align: left;
}
/* line 543, ../sass/common.sass */
.tcpa .input {
    float: left;
}

/* line 546, ../sass/common.sass */
.verified {
    width: 140px;
    display: block;
    margin: 20px auto;
}

/* line 551, ../sass/common.sass */
.footer-links {
    background: whitesmoke;
    padding: 20px;
}
/* line 554, ../sass/common.sass */
.footer-links hr {
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #fff;
}
/* line 557, ../sass/common.sass */
.footer-links ul {
    padding: 0;
    text-align: center;
}
/* line 560, ../sass/common.sass */
.footer-links li {
    list-style: none;
    min-height: 44px;
    border-bottom: 1px solid #ddd;
}
/* line 564, ../sass/common.sass */
.footer-links li:last-child {
    border-bottom: none;
}
/* line 566, ../sass/common.sass */
.footer-links li a {
    padding: 10px 20px;
    display: block;
}

/* line 570, ../sass/common.sass */
.form-footer {
    background: whitesmoke;
    padding: 40px 20px;
    text-align: center;
}
/* line 574, ../sass/common.sass */
.form-footer h2 {
    font-size: 41px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #1172d7;
    text-align: right;
}
/* line 580, ../sass/common.sass */
.form-footer .match-rate {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #65adf9;
    text-align: right;
    margin-top: 20px;
}
/* line 587, ../sass/common.sass */
.form-footer .match-list {
    list-style: none;
    padding: none;
}
/* line 590, ../sass/common.sass */
.form-footer .match-list img {
    float: left;
    margin: 0 20px 40px;
}
/* line 593, ../sass/common.sass */
.form-footer h3 {
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0.025em;
    color: #1172d7;
    text-align: left;
    margin-left: 24px;
}
/* line 600, ../sass/common.sass */
.form-footer .icon-subtitle {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #1172d7;
    margin-left: 24px;
    text-align: left;
}
/* line 610, ../sass/common.sass */
.form-footer .get-matched .briefcase {
    background: url("../themes/sj/assets/images/briefcase-icon.png") no-repeat;
    width: 46px;
    height: 37px;
    display: block;
    margin: auto;
    background-size: cover;
}
/* line 617, ../sass/common.sass */
.form-footer .get-matched ol {
    padding: 0;
}
/* line 619, ../sass/common.sass */
.form-footer .get-matched ol li {
    list-style: none;
    counter-increment: step-counter;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}
/* line 624, ../sass/common.sass */
.form-footer .get-matched ol li:first-child {
    border-top: 1px solid #ddd;
}
/* line 626, ../sass/common.sass */
.form-footer .get-matched ol li:before {
    content: counter(step-counter) ". ";
}

/* line 631, ../sass/common.sass */
.footer {
    overflow: auto;
    padding: 20px;
}
/* line 634, ../sass/common.sass */
.footer .footer-brand {
    text-align: center;
}
/* line 636, ../sass/common.sass */
.footer .footer-brand a {
    display: block;
    width: 55px;
    height: 46px;
    margin: 0 auto 20px;
    background: url("../themes/sj/assets/images/simplyjobs-icon-white.png") no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
/* line 644, ../sass/common.sass */
.footer .footer-brand img {
    width: 60px;
    margin-bottom: 10px;
}
/* line 647, ../sass/common.sass */
.footer li {
    color: white;
}
/* line 649, ../sass/common.sass */
.footer p {
    color: white;
    text-align: center;
}
/* line 652, ../sass/common.sass */
.footer ul {
    padding: 0px;
    text-align: center;
}
/* line 655, ../sass/common.sass */
.footer ul li {
    list-style: none;
    margin-bottom: 8px;
    list-style: none;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 661, ../sass/common.sass */
.footer ul li:last-child {
    border-right: 0;
}
/* line 663, ../sass/common.sass */
.footer ul li a {
    color: white;
    padding: 10px 20px;
}
/* line 666, ../sass/common.sass */
.footer ul li a:hover {
    text-decoration: none;
    color: white;
}

/* line 673, ../sass/common.sass */
* {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    box-sizing: border-box;
}

/* line 679, ../sass/common.sass */
html, body {
    min-height: 100%;
    width: 100%;
    display: block;
    position: relative;
}

/* line 685, ../sass/common.sass */
.main {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

/* line 698, ../sass/common.sass */
.header {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    text-align: center;
}
/* line 704, ../sass/common.sass */
.header #logo {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 220px;
}

/* line 735, ../sass/common.sass */
.form-wrapper {
    max-width: 800px;
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 0 50px;
}
/* line 742, ../sass/common.sass */
.form-wrapper form {
    border-top: 5px solid #333;
    padding: 30px 15px 0;
    min-height: 200px;
}
/* line 746, ../sass/common.sass */
.form-wrapper .btn {
    margin-top: 20px;
}

/* line 749, ../sass/common.sass */
.jobs-wrapper, .zip-wrapper, .button-col {
    height: 100%;
    margin: 0 auto;
}

/* line 830, ../sass/common.sass */
#store-logo {
    padding-top: 10px;
}

/* line 850, ../sass/common.sass */
.jobs1 {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    color: #373737;
    padding-top: 30px;
    letter-spacing: -0.05em;
}

/* line 908, ../sass/common.sass */
.footer {
    padding-top: 0px;
    width: 100%;
}

/* line 933, ../sass/common.sass */
.disclaimer2, .disclaimer3 {
    margin-top: 20px;
}

/* line 936, ../sass/common.sass */
.arrow {
    display: block;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    top: 15px;
    left: 50%;
    margin-left: -15px;
    z-index: 2;
    animation: float 1.5s ease-in-out infinite;
}

/* line 948, ../sass/common.sass */
.animated {
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
/* line 961, ../sass/common.sass */
.bounce {
    animation-name: bounce;
}

/* line 966, ../sass/common.sass */
.form {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 480px) {
    /* line 973, ../sass/common.sass */
    #warehouse .form {
        background-image: url("../themes/sj/assets/images/headers/warehouse.jpg");
        background-position: top -100px center;
    }
    #app-page #warehouse .form {
        background-image: none;
    }
    /* line 976, ../sass/common.sass */
    #warehouse .consider {
        background: #084592;
    }
}
@media (max-width: 1200px) {

}


@media (min-width: 768px) and (max-width: 992px) {
    .greencheckbox span{
        display: inline-block;
        padding-top: 1px;
        position: absolute;
        left: 32px;
        right: 0;
    }
}


@media (max-width: 768px) {
    /* line 989, ../sass/common.sass */
    .header {
        position: fixed;
        bottom: 0;
        z-index: 9;
    }

    /* line 995, ../sass/common.sass */
    .mobile-header {
        font-size: 18px;
        text-align: center;
        padding: 15px 10px;
    }
    /* line 999, ../sass/common.sass */
    .mobile-header .header2 {
        font-size: 34px;
        color: #1172d7;
        display: block;
        font-weight: bold;
    }

    /* line 1007, ../sass/common.sass */
    .form-container {
        background: none;
        padding: 0;
    }

    /* line 1012, ../sass/common.sass */
    #home-page .form {
        background: #363639;
        height: auto;
        padding: 40px 15px;
    }
    /* line 1017, ../sass/common.sass */
    #home-page .form form .form-footer .btn {
        width: 80%;
    }
    /* line 1019, ../sass/common.sass */
    #home-page .form .submit-btn {
        margin-top: 12px;
        max-width: 415px;
    }
    /* line 1022, ../sass/common.sass */
    #home-page .form-box {
        margin: 0;
        padding: 0;
        background: none;
    }
    /* line 1026, ../sass/common.sass */
    #home-page .form-box label {
        color: white;
        font-size: 18px;
        font-weight: normal;
        display: block;
    }
    /* line 1031, ../sass/common.sass */
    #home-page .form-footer-submit {
        border-top: 1px solid #ddd;
        padding: 20px;
    }
    /* line 1035, ../sass/common.sass */
    #home-page .mobile-form input[type="text"] {
        font-weight: bold;
        height: 60px;
        font-size: 32px;
        text-align: center;
    }
    /* line 1040, ../sass/common.sass */
    #home-page .consider1 {
        text-align: center;
        margin-bottom: 20px;
    }
    /* line 1043, ../sass/common.sass */
    #home-page .check {
        height: 30px;
        width: 300px;
        margin: auto;
    }
    /* line 1047, ../sass/common.sass */
    #home-page .check img {
        width: 11px;
        margin-top: 5px;
    }
    /* line 1050, ../sass/common.sass */
    #home-page .check .check-text {
        font-size: 14px;
    }

    /* line 1053, ../sass/common.sass */
    #app-page .form {
        background: none;
    }
    /* line 1055, ../sass/common.sass */
    #app-page .form-wrapper {
        background: none;
    }
    /* line 1057, ../sass/common.sass */
    #app-page .form-wrapper form {
        border: none;
        padding: 20px 0px;
    }
    /* line 1060, ../sass/common.sass */
    #app-page .form-footer {
        display: none;
    }
    /* line 1062, ../sass/common.sass */
    #app-page .footer {
        padding-bottom: 80px;
    }
}
@media (min-width: 699px) {

    /* line 1076, ../sass/common.sass */
    .radioSelectContainer > label {
        display: none;
    }

    /* line 1078, ../sass/common.sass */
    .extendedRadioContainer {
        display: none;
    }

    /* line 1081, ../sass/common.sass */
    .radioContainer label {
        font-size: 16px;
    }
    /* line 1084, ../sass/common.sass */
    .radioContainer label:last-child {
        margin-right: 0;
    }
}
@media (max-width: 699px) {
    /* line 1091, ../sass/common.sass */
    .radioSelectContainer, .radioContainer {
        position: relative;
        overflow: hidden;
    }
    /* line 1095, ../sass/common.sass */
    .radioSelectContainer select, .radioContainer select {
        display: none;
    }
    /* line 1097, ../sass/common.sass */
    .radioSelectContainer label, .radioSelectContainer .labelContainer, .radioContainer label, .radioContainer .labelContainer {
        display: block;
        margin: 10px 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f2f2f2));
        background: -moz-linear-gradient(top, #fcfcfc, #f2f2f2);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f2f2f2');
        border-radius: 4px;
        border: 2px solid #e6e6e6;
        padding: 10px;
        cursor: pointer;
    }
    /* line 1107, ../sass/common.sass */
    .radioSelectContainer label:hover, .radioSelectContainer .labelContainer:hover, .radioContainer label:hover, .radioContainer .labelContainer:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dbdbdb));
        background: -moz-linear-gradient(top, #fcfcfc, #dbdbdb);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#dbdbdb');
    }
    /* line 1112, ../sass/common.sass */
    .radioSelectContainer label > span, .radioSelectContainer .labelContainer > span, .radioContainer label > span, .radioContainer .labelContainer > span {
        text-align: left;
        display: block;
        font-size: 16px;
        color: #444;
        background: url("../themes/sj/assets/images/right-arrow-gray.png") no-repeat right center;
        background-size: 8px 13px;
    }
    /* line 1119, ../sass/common.sass */
    .radioSelectContainer label > input, .radioSelectContainer .labelContainer > input, .radioContainer label > input, .radioContainer .labelContainer > input {
        position: absolute;
        top: -20px;
    }
    /* line 1122, ../sass/common.sass */
    .radioSelectContainer label > input:checked + span, .radioSelectContainer .labelContainer > input:checked + span, .radioContainer label > input:checked + span, .radioContainer .labelContainer > input:checked + span {
        background-color: #404040;
        color: #F7F7F7;
    }
    /* line 1125, ../sass/common.sass */
    .radioSelectContainer label label, .radioSelectContainer .labelContainer label, .radioContainer label label, .radioContainer .labelContainer label {
        display: none;
    }
    /* line 1127, ../sass/common.sass */
    .radioSelectContainer label.active, .radioSelectContainer .labelContainer.active, .radioContainer label.active, .radioContainer .labelContainer.active {
        background: #777;
        border: 2px solid #777;
        overflow: auto;
    }
    /* line 1132, ../sass/common.sass */
    .radioSelectContainer label.active > span, .radioSelectContainer .labelContainer.active > span, .radioContainer label.active > span, .radioContainer .labelContainer.active > span {
        color: white;
        margin-bottom: 10px;
        background: url("../themes/sj/assets/images/down-arrow-gray.png") no-repeat right center;
        background-size: 13px 8px;
    }
    /* line 1137, ../sass/common.sass */
    .radioSelectContainer label.active label, .radioSelectContainer .labelContainer.active label, .radioContainer label.active label, .radioContainer .labelContainer.active label {
        display: block;
        width: 48%;
        float: left;
        margin: 3px 1%;
    }
}
@media (max-width: 480px) {
    /* line 1148, ../sass/common.sass */
    .adsense-row .adsense {
        width: 234px;
        height: 60px;
    }
    /* line 1151, ../sass/common.sass */
    .adsense-row .adsense span {
        font-size: 14px;
    }

    /* line 1154, ../sass/common.sass */
    .footer ul {
        margin-bottom: 40px;
    }
    /* line 1156, ../sass/common.sass */
    .footer ul li {
        text-align: center;
        border-bottom: 1px solid #7d7e82;
        border-top: 1px solid #ced0d1;
        border-right: none;
        margin-bottom: 0px;
        display: block;
    }
    /* line 1163, ../sass/common.sass */
    .footer ul li:first-child {
        border-top: none;
    }
    /* line 1165, ../sass/common.sass */
    .footer ul li:last-child {
        border-bottom: none;
    }
    /* line 1167, ../sass/common.sass */
    .footer ul li a {
        display: block;
        padding: 10px 0;
    }

    /* line 1172, ../sass/common.sass */
    #privacy h1 {
        font-size: 32px;
    }
    /* line 1174, ../sass/common.sass */
    #privacy h2 {
        font-size: 21px;
    }
}

.consider .right-job {
    font-size: 36px;
    display: block;
}

/* TESTING CSS */



/* Tablet */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {


    .button-col {
        padding-top: 15px;
    }


    /* form box and inputs and span */

    .mobileonly input {
        margin-top: 0 !important;
        margin-bottom: 0!important;
        display: block;
        padding: 12px !important;

    }




    .formal-box{

        width: 309px;
        height: 66px;
        position: relative;
        display: block;
        margin: 0 auto;


    }


    .formal-box input{
        position: absolute;
        bottom: 1px;
        left: 1px;
        border: none;
        outline: none;
        width: 306px !important;
        height: 40px !important;
        padding: 0 10px !important;
        color: #373737;
        font-size: 23px !important;
        font-weight: 400;
        letter-spacing: -0.01em;
        background: transparent !important;
        text-align: left !important;
    }





    .formal-box span, span.fbox-label {
        font-size: 11px !important;
        font-weight: 400;
        letter-spacing: -0.025em;
        color: #868686;
        left: 12px;
        top: 8.5px;
        position: absolute;
        text-align: left;
        text-transform: uppercase;
    }


    .fbox1 {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #373737;
    }


    .fbox2 {
        border-right: 1px solid #373737;
        border-left: 1px solid #373737;
        border-bottom: 0px solid #373737;
    }


    .fbox3 {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid #373737;
    }



    /* form Button */

    .mobileonly input[type="submit"]{



        width: 309px;
        height: 56px;
        display: block;
        text-align: center;
        position: relative;
        background-color: #70c41f;
        margin: 4px auto 0px;
        border-radius: 5px;
        font-size: 27.5px;
        padding: 0 !important;

    }

    .form{

        padding-bottom: 0px;

    }


    input#zpInput{


        width: 309px;
        height: 50px !important;
        display: block;
        background-color: #fff;
        outline: none;
        font-size: 33.5px !important;
        font-weight: 700;
        color: #373737;
        margin: 0px auto 0 auto;
        border-radius: 5px;
        border: none;
        text-align: center;
        margin-bottom: 10px;
        padding: 0px 5px;
        box-sizing: border-box;


    }



    /* column number is column percent */

    .col80{

        width: 80%;
        padding:6px;
        box-sizing:border-box;
        margin:auto;

    }

    .col84{

        width: 84%;
        padding:6px;
        box-sizing:border-box;
        margin:auto;

    }

    .col86{
        width: 86%;
        padding:6px;
        box-sizing:border-box;
        margin:auto;

    }


    .col90{

        width: 90%;
        padding:6px;
        box-sizing:border-box;
        margin:auto;
    }

    .col33 {

        height: 27px;
        width: 100%;
        display: block;
        text-align: center;
        padding-right: 13px;
    }

    .col33 a{


        color: #8a8a8a;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9.2px;
        text-decoration: none;
        text-transform: uppercase;

    }


    .col33 span{


        color: #8a8a8a;
        line-height: 27px;
        display: inline-block;

    }


    .mobileonly img {
        width: 55%;
        min-width: 222.5px;
        margin: 0px auto;
        display: block;
        padding-top: 20px;
    }


    .form-box form {

        padding-bottom: 20px;
        padding-top: 20px;

    }











}



@media  (min-width: 769px) and (max-width: 991px){

    img#img_dyn_job {
        display: none;
    }
    .checkboxleadform {
        font-size: 11px;
        max-width: 306px;
        font-weight: normal;
        padding: 8px;
        box-sizing:border-box;
        margin: -15px auto;
        position: relative;

    }

    a.text-center.link {
        padding-bottom: 7px;
    }


    /*
    .checkboxleadform input#checkbox-Beyond {
        display: block;
        position: absolute;
        left: -4px;
        top: 12px;
    } */


    .checkboxleadform input#checkboxLead {
        display: block;
        margin-left: 5px;
        float: left;
        margin-top: 3px !Important;
    }

    .checkboxleadform a {
        display: block;
        margin-top: 9px;
        color: #beaea9;
        text-decoration: underline;
        font-weight: normal;
    }

    .greencheckbox {
        display: block;
        position: absolute;
        left: 0;
        color: #fff;
        box-sizing: border-box;
        text-align: center;
        background: #70c41f;
        right: 0;
        bottom: 23px;
        margin: auto;
        max-width: 145px;
        font-size: 1.2em;
        text-transform: uppercase;
        border-radius: 6px;
        padding-right: 25px;
        padding-left: 25px;
        padding-top: 3px;
        height: 33px;
    }


    .greencheckbox input#checkboxLead {
        display: inline-block;
    }



    .greencheckbox input#checkboxLeadPhone {
        display: block;
        margin-right: 5px;
        position: relative;
        margin-bottom: 5px !important;
        width: 17px !important;
        height: 30px !Important;
        float: left;
        padding: 5px;
        box-sizing: border-box;
    }


    .form {

        background-image: none !important;
        background-color: #363639;

    }

    .form-box form label{


        display: block;
        font-size: 1.6em;
        margin: auto;
        color: #fff;

    }


    .mobile-header{display: none;}






    .col84 p{

        max-width: 310px;
        margin: auto;
        padding: 10px;
        padding-bottom: 15px;
    }


    /* form box and inputs and span */

    .mobileonly input {
        margin-top: 0 !important;
        margin-bottom: 0!important;
        display: block;
        padding: 12px !important;

    }




    .formal-box{

        width: 309px;
        height: 66px;
        position: relative;
        display: block;
        margin: 0 auto;


    }


    .formal-box input{
        position: absolute;
        bottom: 1px;
        left: 1px;
        border: none;
        outline: none;
        width: 306px !important;
        height: 40px !important;
        padding: 0 10px !important;
        color: #373737;
        font-size: 23px !important;
        font-weight: 400;
        letter-spacing: -0.01em;
        background: transparent !important;
        text-align: left !important;
    }





    .formal-box span, span.fbox-label {
        font-size: 11px !important;
        font-weight: 400;
        letter-spacing: -0.025em;
        color: #868686;
        left: 12px;
        top: 8.5px;
        position: absolute;
        text-align: left;
        text-transform: uppercase;
    }


    .fbox1 {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #373737;
    }


    .fbox2 {
        border-right: 1px solid #373737;
        border-left: 1px solid #373737;
        border-bottom: 0px solid #373737;
    }


    .fbox3 {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid #373737;
    }



    /* form Button */

    .mobileonly input[type="submit"]{



        width: 309px;
        height: 56px;
        display: block;
        text-align: center;
        position: relative;
        background-color: #70c41f;
        margin: 4px auto 0px;
        border-radius: 5px;
        font-size: 27.5px;
        padding: 0 !important;

    }

    .form{

        padding-bottom: 0px;

    }


    input#zpInput{
        width: 309px;
        height: 50px !important;
        display: block;
        background-color: #fff;
        outline: none;
        font-size: 33.5px !important;
        font-weight: 700;
        color: #373737;
        margin: 0px auto 0 auto;
        border-radius: 5px;
        border: none;
        text-align: center;
        padding: 0px 5px;
        box-sizing: border-box;
    }



    /* column number is column percent */

    .col80{

        width: 80%;
        padding:6px;
        box-sizing:border-box;
        margin:auto;

    }

    .col84{

        width: 84%;
        padding:6px;
        box-sizing:border-box;
        margin:auto;

    }

    .col86{
        width: 86%;
        padding:6px;
        box-sizing:border-box;
        margin:auto;

    }


    .col90{

        width: 90%;
        padding:6px;
        box-sizing:border-box;
        margin:auto;
    }

    .col33 {
        background-color: #eeeded;
        height: 27px;
        width: 100%;
        display: block;
        text-align: center;
    }

    .col33 a{


        color: #8a8a8a;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9.2px;
        text-decoration: none;
        text-transform: uppercase;

    }


    .col33 span{


        color: #8a8a8a;
        line-height: 27px;
        display: inline-block;

    }


    .mobileonly img {
        width: auto;
        min-width: 222.5px;
        margin: 0px auto;
        display: block;
        padding-top: 20px;
    }


    .form-box form {

        padding-bottom: 20px;
        padding-top: 20px;

    }




}


/* Mobile */
@media  (max-width: 768px) {


    .btn{
        text-transform: uppercase;
    }



    .checkboxleadform {
        font-size: 11px;
        max-width: 306px;
        font-weight: normal;
        padding: 8px;
        box-sizing:border-box;
        margin: -15px auto;

        position: relative;

    }


    a.text-center.link {
        padding-bottom: 7px;
    }

    /*
    .checkboxleadform input#checkbox-Beyond {
        display: block;
        position: absolute;
        left: -4px;
        top: 12px;
    } */


    .checkboxleadform input#checkboxLead {
        display: block;
        margin-left: 5px;
        float: left;
        margin-top: 3px !Important;
    }


    .checkboxleadform a {
        display: block;
        margin-top: 9px;
        color: #484848;
        text-decoration: underline;
        font-weight: normal;
    }


    .btn.next:after {
        content: "" !important;
        padding-left: 5px;
    }

    .greencheckbox {
        display: block;
        position: absolute;
        left: 0;
        color: #fff;
        box-sizing: border-box;
        text-align: center;
        background: #70c41f;
        right: 0;
        bottom: 23px;
        margin: auto;
        max-width: 145px;
        font-size: 1.2em;
        text-transform: uppercase;
        border-radius: 6px;
        padding-right: 25px;
        padding-left: 25px;
        padding-top: 3px;
        height: 33px;
    }

    .greencheckbox input#checkboxLead {
        display: inline-block;
    }

    .greencheckbox input#checkboxLeadPhone {
        display: block;
        margin-right: 5px;
        position: relative;
        margin-bottom: 5px !important;
        width: 17px !important;
        height: 30px !Important;
        float: left;
        padding: 5px;
        box-sizing: border-box;
    }


    .mobile-header span.header1 {
        font-size: 22px;
    }

    .mobile-header span.header3 {
        font-size: 22px;
        font-weight: 500;
    }

    .mobile-header span.header2 {
        text-transform: capitalize !important;
    }

    .formal-box input{

        max-width: 100% !important;

    }

    /* form box and inputs and span */

    .mobileonly input {
        margin-top: 0 !important;
        margin-bottom: 0!important;
        display: block;
    }

    .formal-box{

        width: 309px;
        height: 66px;
        position: relative;
        display: block;
        margin: 0 auto;


    }


    .formal-box input{
        position: absolute;
        bottom: 1px;
        left: 1px;
        border: none;
        outline: none;
        width: 306px !important;
        height: 40px !important;
        padding: 0 10px !important;
        color: #373737;
        font-size: 23px !important;
        font-weight: 400;
        letter-spacing: -0.01em;
        background: transparent !important;
        text-align: left !important;
    }





    .formal-box span, span.fbox-label {
        font-size: 11px !important;
        font-weight: 400;
        letter-spacing: -0.025em;
        color: #868686;
        left: 12px;
        top: 8.5px;
        position: absolute;
        text-align: left;
        text-transform: uppercase;
    }


    .fbox1 {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #373737;
    }


    .fbox2 {
        border-right: 1px solid #373737;
        border-left: 1px solid #373737;
        border-bottom: 0px solid #373737;
    }


    .fbox3 {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid #373737;
    }



    /* form Button */

    .mobileonly input[type="submit"]{
        width: 309px;
        height: 56px;
        display: block;
        text-align: center;
        position: relative;
        background-color: #70c41f;
        margin: 4px auto 0px;
        border-radius: 5px;
        font-size: 27.5px;
        padding: 0 !important;

    }

    .form{
        padding-bottom: 0px;
    }

    input#zpInput{
        width: 309px;
        height: 50px !important;
        display: block;
        background-color: #fff;
        outline: none;
        font-size: 33.5px !important;
        font-weight: 700;
        color: #373737;
        margin: 0px auto 0 auto;
        border-radius: 5px;
        border: none;
        text-align: center;
        margin-bottom: 10px;
        padding: 0px 5px;
        box-sizing: border-box;
    }


    /* column number is column percent */
    .col80{
        width: 80%;
        padding:6px;
        box-sizing:border-box;
        margin:auto;
    }
    .col84{
        width: 100%;
        padding:6px;
        box-sizing:border-box;
        margin:auto;
    }

    .col86{
        width: 86%;
        padding:6px;
        box-sizing:border-box;
        margin:auto;
    }

    .col90{
        width: 90%;
        padding:6px;
        box-sizing:border-box;
        margin:auto;
    }

    .col33 {
        background-color: #eeeded;
        height: 27px;
        width: 100%;
        display: block;
        text-align: center;
    }

    .col33 a{
        color: #8a8a8a;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9.2px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .col33 span{
        color: #8a8a8a;
        line-height: 27px;
        display: inline-block;
    }

    .mobileonly img {
        width: 55%;
        min-width: 222.5px;
        margin: 0px auto;
        display: block;
        padding-top: 0px;
        margin-bottom: -33px;
    }

    .form-box form {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .dangertext span{ color: red;}


}

@media (max-width: 374px) and (min-width: 320px) {
    .formal-box {
        width: 263.577px;
        height: 56.298px;
        margin: 0 auto;
    }

    .submit-btn, .mobileonly input[type="submit"] {
        width: 100%;
        height: 47.768px;
    }

    a.next.btn{
        width: 94% !important;
        margin:auto;
    }

    .mapIt {
        width: 93%;
        border-radius: 7px;
        border-bottom-right-radius: 14px !important;
    }

    .submit-btn, .mobileonly input[type="submit"] {
        width: 93%;
        height: 47.768px;
        font-size: 1.5em;
    }

    .col84 {
        width: 98%;}
}

@media  (min-device-width: 769px) {

    fieldset .disclaimer {
        width: 100%;
        margin: 10px auto;
        max-width: 396px;
    }

    fieldset p.disclaimer.small label {
        font-weight: normal;
        display: inline;
    }
}

/* Desktop */
@media  (min-device-width: 992px){

    .desktopblue {
        background: rgb(8, 69, 146);
        width: 100%;
        color: #fff;
        height: auto !important;
        margin: auto;
        max-width: 800px;
        padding-top: 2px;
        padding-bottom: 15px;
    }
    .desktopblue h3, .desktopblue h1, .desktopblue h2{
        font-weight: normal !important;
        color: #fff;
    }

    .white{ color:#fff;}

    .form-wrapper form {
        border-top: none;
    }

    .desktoponly .control-label {
        font-size: 26px;
        color: #000;
    }

    .form select, .form input[type="text"], .form input[type="tel"], .form input[type="email"] {
        background: #e8e8e8;
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
        margin-bottom: 10px;
        text-align: center;
        border: none;
    }

    .desktoponly .next.btn {
        max-width: 396px;
    }

    section.desktoponly {
        padding-bottom: 31px;
    }

    .twoem{ font-size: 26px !important;}

    /*
    .dmsflex {
        display: flex;
        flex-direction: column;
        min-width: 1024px;
        align-items: center;
    }
    */

    .mdsixbox{ text-align: left; padding: 10px;}
    .mdsixbox h2{ text-align: left;}

    h2.ssrate {
        color: #1172d7;
        text-align: right;
        font-size: 2.6em;
        line-height: 1.2;
    }
    h3.ssrate{
        font-size: 21px;
        font-weight: 400;
        letter-spacing: -0.025em;
        color: #65adf9;
        display: block;
        text-align: right;
    }
    .applysix img{ padding-top: 23px;}
}

.applysix h2, .applysix p{
    color: #1172d7;
}

.applysix h2{font-weight: 500;}
/* POST SUBMIT LOADER STYLES */

#loader-container{
    display: none;
    width: 100%;
    padding-top: 32px;
    text-align: center;
    background-color: #363639;
}

.load-txt{
    display: block;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: white;
}
.load2{ display: none; }

.loader-android {
    display: block;
    position: relative;
    margin: 0px auto;
    width: 54px;
    height: 54px;
    zoom: 1.7;
}

.loader-android .circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 54px;
    width: 54px;
    position: relative;
}

.loader-android .path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    -webkit-animation:  dash 1.5s ease-in-out infinite ;
    animation:  dash 1.5s ease-in-out infinite ;
    stroke: #70c41f;
    stroke-linecap: square;
}

@keyframes rotate{
    100%{ transform: rotate(360deg); }
}
@-webkit-keyframes rotate{
    100%{ transform: rotate(360deg); }
}

@keyframes dash{
    0%{
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50%{
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }
    100%{
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

@-webkit-keyframesdash{
    0%{
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50%{
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }
    100%{
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}
@media (min-width: 300px) and (max-width: 370px){
    .load-txt{ font-size: 22px; }
}
@media (min-width: 412px){
    .load-txt{ font-size: 28px; }
}
@media (min-width: 600px){
    #loader-container{ padding-top: 60px; }
    .loader-android{ zoom: 2.5; }
    .load-txt{
        margin-bottom: 65px;
        font-size: 42px;
    }
}
#home-page .form .disclaimer {
  color: white;
}

.disclaimer3 a {
    color: #999;
    text-decoration: underline;
}

.footerinfo p {
    color: #7d7d7d;
}

.babysitbg{
    background-color: #197b30;
}

.bg-callcenter, .bg-construction, .bg-employement, .bg-welder{

    background: #0072bc;
}

.bg-driver{
    background: #39707f;
}

.bg-homehealthcare{
    background: #00746b;
}

.bg-housecleaning{
    background: #598527;
}

.bg-housekeeping{
    background: #362f2b;
}

.bg-janitor{
    background: #39707f;
}

.bg-onlineteaching{

    background: #662d91;
}

.bg-securityguard, .bg-telemarketing{
    background: #0072bc;
}

.bg-temporary{
    background: #197b30;
}

.babysitbg{
    background-color: #197b30;
}

.bg-callcenter, .bg-construction, .bg-employement, .bg-welder{
    background: #0072bc;
}

.bg-driver{

    background: #39707f;
}

#dispensary .consider {
    background-color: #1a6b1a;
}

.bg-homehealthcare{

    background: #00746b;
}

.bg-housecleaning{
    background: #598527;
}


.bg-housekeeping{
    background: #362f2b;
}

.bg-janitor{
    background: #39707f;
}


.bg-onlineteaching{
    background: #662d91;
}


.bg-securityguard, .bg-telemarketing{
    background: #0072bc;
}


.bg-temporary{
    background: #197b30;
}

h1 span {
    text-transform: capitalize;
}

@media (min-width: 768px) and (max-width: 992px) {
    #home-page .form .btn, #app-page .form .btn, #app-page .form .btn {
        width: 55%;
        min-width: auto !important;

    }
}

.formal-box.fbox1 .clear_input_div{

    position: initial !important;
}

.formal-box.fbox1 .clear_input_div a{

    top: 18px !important;
}

input#autocomplete2{
    padding-right: 40px !important;

}

input#autocomplete {
    padding-right: 40px;
    width:  100% !important;
    text-align: left !important;
    max-width: 396px;
}

.clear_input_div a {

    z-index: 9999;
    right: 0 !important;
    color: #70c41f;
    font-weight: bold;
    font-size: 31px;
}

@media (max-width: 330px){
    .formal-box.fbox1 .clear_input_div a{
        top: 9px !important;
    }
}

.cfone{
    font-size: 10px;width: 100%;max-width: 395px; margin:auto; display: block;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    section.desktoponly{
        display: none !important;
    }
}

/*
 * Author: Tudor Corcimar <tcorcimar@thedmsgrp.com>
 * Description: Apply new design changes: [SJ-1251]
 * Date: 12.27.2017
 */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiA8.ttf) format('truetype');
}

.container{
    width: 800px;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.form-box{
    width: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.55);
    padding: 55px 55px 0 55px;
    position: relative;
    border-radius: 14px 14px 0px 0px;
    -moz-border-radius: 14px 14px 0px 0px;
    -webkit-border-radius: 14px 14px 0px 0px;
}
.form-box form{
    max-width: 500px;
    margin: 0 auto;
}
.form-title {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 54px;
    line-height: 55px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    text-transform: capitalize;
    padding: 0 0 20px 0;
    font-family: 'Roboto', sans-serif;
}
.field-with-icon {
    position: relative;
}
.field-with-icon .fa-search, .field-with-icon .fa-map-marker{
    position: absolute;
    left: 17px;
    bottom: 17px;
    height: auto;
    top: auto;
    font-size: 20px;
    color: black;
    font-weight: normal;
    pointer-events: none;
}
.field-with-icon .fa-search{
    font-size: 18px !important;
    left: 18px !important;
}
.form-label{
    width: 100%;
    display: block;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #ffffff;
    padding: 0 0 3px 0;
    margin: 0;
}
#home-page .form-label {
  font-size: 16px;
}
.form input[type="text"],
.form input[type="search"],
.form input[type="number"],
.form input[type="tel"],
.form input[type="email"]{
    width: 100%;
    height: 52px;
    display: block;
    text-align: left;
    outline: none;
    font-size: 27px;
    font-weight: 500;
    color: #000000;
    padding: 0 15px 0 48px;
    margin: 0;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 1px solid #aaa;
    font-family: 'Roboto', sans-serif;
}
.submit-btn{
    height: 52px;
    background-color: #70c41f;
    font-size: 27px;
    font-weight: bolder;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    width: 80%;
    padding: 1px 30px 0 30px;
    margin: 40px 40px 20px 40px;
    border: 2px solid #ffffff;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    transition: all .14s linear;
}
.submit-btn:hover{
    background: #79db1a;
}
.submit-btn:active,
.submit-btn:focus{
    outline: none;
}
.jobs-count{
    font-size: 16px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 0 0 20px 0;
}
.bold{
    font-weight: bold;
}
.org-details{
    background: #ffffff;
    color: #000000;
    text-align: left;
    padding: 25px;
    border-radius: 0px 0px 14px 14px;
    -moz-border-radius: 0px 0px 14px 14px;
    -webkit-border-radius: 0px 0px 14px 14px;
    border: 0px solid #000000;
}
.position-relative{
    position: relative;
}
.org-logo{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
}
.org-logo > img{
    height: auto;
    margin: -35px 0 0 0;
    position: relative;
    top: 50%;
    max-height: 80px;
}
.branded-intro, .branded-intro h2 {
  text-align: left;
}
.check{
    font-size: 16px;
    color: black;
    padding: 0 0 4px 0;
}
.check:last-child{
    padding: 0;
}
.check .glyphicon-ok{
    color: #70c41f;
    margin: 0 5px 0 0;
    font-size: 14px;
}
.recomanded{
    display: block;
    padding: 15px 25px 45px 25px;
    background: #ffffff;
    border-top: 2px solid #cccccc;
}
.recomanded-title{
    display: block;
    width: 100%;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 22px;
    text-align: center;
    padding: 25px 0 35px 0;
}
.color-green{
    color: #70c41f;
}
.recomanded-title span{
    font-weight: 500;
}
.recomanded .jobs-btn{
    color: #2faadf;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 1px solid #2faadf;
    display: block;
    width: 100%;
    padding: 15px 10px 12px 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 15px 0;
}
.recomanded a{
    color: #3176c8;
    font-size: 11px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}
.footer{
    background: #f8f8f8;
    font-family: 'Roboto', sans-serif;
    padding: 25px 25px 15px 25px;
}
.footer-logo{
    text-align: center;
    padding: 20px 0 0 0;
}
.footer-logo img{
    margin: 0 auto;
    width: 170px;
}
.footer .info,
.footer .copyright{
    text-align: center;
    padding: 0 0 15px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: black;
    font-weight: 300;
}
.footer .copyright{
    font-size: 14px;
}
@media (max-width: 992px) {
    .container{
        width: 100%;
    }
    .main .mobile-form img{
        width: 100%;
    }
    .form-box{
        background: none;
        padding: 0;
        margin: 0;
    }
    .form-box form{
        margin: 0 auto;
    }
}
