/**
 * Created by Pradhan on 12/27/15.
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    /*background: #e8e8e8;*/
    font-family: 'Open Sans', sans-serif;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

h1, h2, h3 {
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
    font-weight: 300;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 38px;
    font-weight: 100;
    color: #000;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 15px 0;
}

h5 {
    font-size: 20px;
}

strong {
    font-weight: 600;
}

p {
    font-size: 15px;
}

a {
    color: #60884f;
}

a:hover, a:active {
    color: #60884f;
}

h1.line-height {
    line-height: 50px;
}

hr {
    margin: 30px 0;
    border-top: 2px solid #d4d4d4;
}

.parsley-errors-list,
.inv {
    display: none;
}

.no-float {
    float: none !important;
}

.parsley-error {
    border: 1px solid #f00 !important;
}

label.radio-select.parsley-error {
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-bottom: 1px solid #f00 !important;
}

::selection {
    background: #87bc46; /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #87bc46; /* Gecko Browsers */
}

.btn-sm {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100px;
    text-align: center;
}

.btn-white {
    background: #fff;
    color: #60884f;
}

.services .btn-white {
    color: #51485f;
}

.btn {
    text-transform: uppercase;
}

.btn-primary {
    background-image: linear-gradient(to top, #92ad6f, #a0b97f);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11);
    border: none;
}

.btn-primary:hover {
    background: #718656;
}

.btn-primary[disabled]:hover,
.btn-primary[disabled].active,
.btn-primary[disabled] {
    background: #9cad9d;
    border: none;
}

.btn-lg {
    font-size: 18px;
    border: none;
    height: 90px;
    line-height: 70px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.str-header {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #161616;
    display: block;
    margin-bottom: 15px;
}

/* PROGRESS BAR */
.progress-success,
.progress {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #c4c4c4;
}

.progress-bar {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.progressbar-top-wrapper {
    padding: 15px;
    background: #fff;
    border: solid 1px #ccc;
}

.progress-sm {
    height: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.progress-success {
    background: #7aa16a;
}

.progress-wrapper {
    margin-bottom: 0;
    padding: 0 15px;
}

/* HEADER CSS */
.navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: none;
}

.navbar-default {
    border-bottom: 1px solid #dbdbdb;
    padding: 5px 0;
    margin: 0;
}

.navbar-default li a {
    color: #383838;
    font-size: 15px;
}

.navbar-default li a:hover {
    background: none;
    color: #60884f;
}

.navbar-default li a.apply-now {
    background: #92ad6f;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.navbar-default li a.sign-in {
    background: #4092ff;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 5px;
}

.header-banner {
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
}

.header-banner .about_bg,
.header-banner .home_bg {
    background: url("../img/hero-bg-02.jpg") no-repeat left;
    -webkit-background-size: cover;
    background-size: cover;
}

.header-banner .home_bg {
    background: url("../img/bg-home-new.jpg") no-repeat left;
    -webkit-background-size: cover;
    background-size: cover;
}

.header-banner .inc_500_bg {
    background: url("../img/hero-inc-500.png") no-repeat left;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff !important;
}

.header-banner .vday_bg {
    background: url("../img/bg-hero-contact.png") no-repeat left;
    -webkit-background-size: contain;
    background-size: cover;
    color: #fff !important;
}

.text-white {
    color: #fff !important;
}

.v-text {
    color: #fff !important;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.78;

    margin-bottom: 50px;
}

.vday_bg {
    min-height: 450px;
}

.vday_bg .btn-job {
    background: #f45aff !important;
    width: 100% !important;
}

@media (max-width: 480px) {
    .header-banner .vday_bg {
        background:  url("../img/bg-hero-contact.png") no-repeat left;
        -webkit-background-size: cover;
        background-size: cover;
    }

    /*.header-banner .home_bg,*/
    /*.header-banner .inc_500_bg {*/
        /*background: url("../img/mb-hero-inc-500.jpg") no-repeat bottom center;*/
        /*-webkit-background-size: cover;*/
        /*background-size: cover;*/
        /*color: #fff !important;*/
    /*}*/

    .header-banner .home_bg .banner-search-form,
    .header-banner .inc_500_bg .banner-search-form {
        margin-top: 100px;
    }
}

.inc_500_bg .banner-content h1,
.inc_500_bg .banner-content h3,
.inc_500_bg .banner-content h6 {
    color: #fff !important;
}

.header-banner .services_bg {
    background: url("../img/sh-services-bg.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.header-banner .work_bg {
    background: url("../img/hero-work.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.header-banner .clients_bg {
    background: url("../img/hero_clients_n.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.header-banner .contact_bg {
    background: url("../img/bg-hero-contact.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.header-banner .package_bg {
    background: url("../img/bg-hero-package.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.header-banner .job_results_bg,
.header-banner .mandatory_bg {
    background: url("../img/hero_show_results.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.header-banner .mandatory_bg {
    background: url("../img/package_hero.png") no-repeat center;
}

.header-banner .banner-content {
    padding: 50px 0;
    color: #333;
    padding-bottom: 0px;
}

.header-banner .clients_bg .banner-content,
.header-banner .contact_bg .banner-content {
    padding: 100px 0;
}

.header-banner .logo {
    margin-bottom: 70px;
}

.header-banner .banner-content .tt-menu {
    color: #333;
    box-shadow: 0 0 3px #aaa;
}

.header-banner h4 {
    margin: 10px 0 30px;
}

/* HEADER BANNER */

.banner-content h1, .banner-content h3 {
    color: #333;
}

.banner-content h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.13;
    color: #333;
}

.banner-content h3 {
    margin: 20px 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;
    color: #383838;
}

.banner-content .banner-search-form h6 {
    font-size: 14px;
    font-weight: 300;
    color: #333;
}

.new-btn-green,
.banner-content .btn-job,
.banner-content .form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 54px;
}

.new-btn-green,
.banner-content .btn-job {
    display: block;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    width: 203px;
    font-size: 16px;
    line-height: 44px;
    font-weight: 500;
    background-image: linear-gradient(to top, #92ad6f, #a0b97f);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11);
    border: none;
}

.btn-job.btn-danger {
    width: 100%;
    background: #f05638;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    line-height: 44px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11);
    border: none;
    letter-spacing: 1px;
}

.new-btn-green:hover {
    color: #fff;
}

/* CONTENT */
.content-box {
    padding: 10px 0;
}

.content-box h1 {
    margin: 10px 0;
}

.content-box h1.new {
    margin-bottom: 20px;
}

.content-box h4 {
    font-size: 18px;
    font-weight: 300;
    color: #383838;
    margin: 10px 0;
}

.content-header {
    /*border-bottom: 1px solid #dbdbdb;*/
    /*margin-bottom: 100px;*/
}

.content-header p {
    margin: 35px 0 0;
    font-size: 14px;
    line-height: 27px;
}

.gray-box {
    background: #f8f8f8;
}

.margin-top {
    margin-top: 30px;
}

/* FEATURES */
.home-content-special {
    position: relative;
}

.home-content-gray-bg {
    background: #f8f8f8;
}

.margin-50 {
    margin: 30px auto;
}

.neg-margin {
    /*margin-top: -100px;*/
    margin-bottom: -110px;
}

.feature-box {
    background-color: #fff;
    border: solid 1px #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #161616;
    min-height: 250px;
    overflow: hidden;
    margin-bottom: 15px;
}

.feature-box .feature-icon {
    /*background-color: #92ad6f;*/
    display: block;
    /*margin-bottom: 15px;*/
    text-align: center;
    padding: 20px;
    padding-bottom: 0px;
}

.feature-box .feature-icon img {
    height: 70px;
}

.feature-box .feature-icon h5 {
    color: #383838;
    font-weight: bold;
    font-size: 20px;
    margin: 10px;
}

.feature-box strong,
.feature-box p {
    color: #161616;
    font-size: 14px;
    padding: 15px;
}

/* TEAMS */
.teams {
    margin-top: 110px;
}

.profiles {
    margin: 60px 0 0;
}

.profiles img {
    height: 150px;
}

.profile-info {
    margin: 20px 0;
}

.profile-info h1 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.profile-info p {
    font-size: 14px;
    text-align: center;
    color: #161616;
}

.profile-info strong {
    color: #7aa16a;
    font-size: 15px;
}

.profile-info h4 {
    line-height: 30px;
}

.inc-500-info {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #383838;
    text-transform: uppercase;
}

.inc-500-info strong {
    font-size: 18px;
    font-weight: bold;
    color: #383838;
}

/* DEDICATION */
.bg-grass {
    background: url("../img/home-footer.png") bottom;
    background-size: cover;
}

.dedication p {
    font-size: 14px;
    line-height: 24px;
}

.circular-progress {
    height: 130px;
    width: 130px;
    margin: auto;
}

.analytics {
    padding: 30px 0;
    margin-top: 60px;
}

.analytics .progressbar-text {
    font-weight: 600;
    font-size: 18px;
}

.analytics p {
    font-size: 18px;
    font-weight: 300;
    color: #383838;
    text-transform: uppercase;
    width: 135px;
    margin: 10px auto;
}

/* Job Steps */
.job-steps .job-step-icon {
    height: 80px;
}

.job-steps .pricing-box {
    background: #fff;
    position: relative;
    /*padding: 80px 0 0;*/
}

.job-steps .pricing-box .step-icons {
    /*position: absolute;*/
    /*top: 36px;*/
    /*left: 50%;*/
    /*margin-left: -40px;*/
}

.job-steps .pricing-box .step-content {
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    padding: 15px;
    min-height: 180px;
}

.job-steps strong,
.job-steps p {
    font-size: 14px;
    color: #161616;
}

.job-steps strong {
    display: block;
    font-weight: bold;
    margin: 25px 0 10px;
}

.job-steps .btn-apply {
    height: 54px;
    border-radius: 4px;
    line-height: 43px;
    font-size: 16px;
}

.icon {
    padding: 20px 0 10px 70px;
}

.icon-travel {
    background: url("../img/icon_pin.png") left top no-repeat;
}

.icon-message {
    background: url("../img/icon_message.png") left top no-repeat;
}

.icon-edit {
    background: url("../img/icon_edit.png") left top no-repeat;
}

.icon-check {
    background: url("../img/icon_check.png") left top no-repeat;
}

.icon-laptop {
    background: url("../img/icon_laptop.png") left top no-repeat;
}

.icon-stack {
    background: url("../img/icon_stack.png") left top no-repeat;
}

.services-list {
    /*background: url("../img/sh-services-mid.png");*/
    background-size: cover;
}

.services-list .service-box,
.sh-bordered-box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    border: solid 1px #ccc;;
    padding: 20px;
    margin: 15px 0;
}

.services-list p {
    min-height: 80px;
    font-size: 14px;
    color: #161616;
}

.services-list h5 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #161616;
    margin: 0 0 15px;
}

.services-list .service-icon {
    height: 49px;
    margin: 0 0 15px;
}

.box-shadow {
    box-shadow: 0 18px 22px 0 rgba(25, 68, 119, 0.15);
}

/* CONTACT */
.contact-map {
    background: url("../img/bg-contact-map.png") no-repeat;
    background-size: cover;
    margin-bottom: 0;
}

ul.contact-details {
    margin: 0;
    padding: 15px;
    list-style: none;
}

ul.contact-details li:not(:last-child) {
    font-size: 14px;
    text-align: left;
    color: #161616;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.contact-info h4 {
    font-size: 14px;
    font-weight: bold;
    color: #161616;
    text-transform: none;
    margin-top: 0;
    padding-top: 0;
}

.contact-form label {
    font-size: 14px;
    font-weight: bold;
    color: #4a4a4a;
}

.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-icons i {
    color: #86aca6;
    font-size: 20px;
}

.social-icons li {
    display: inline-block;
    padding: 15px;
}

.contact-form {
    margin: 0 -20px -20px;
    background: #f9f9f9;
    border-top: solid 1px #ccc;
    padding: 30px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

/* FORMS */
.form-group {
    margin-bottom: 10px;
    overflow: hidden;
}

.control-label {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: normal;
}

.form-control {
    border: 1px solid #d7dbdc;
    box-shadow: none;
}

/* FOOTER */
footer {
    background: #434343;
    color: #fff;
    font-size: 15px;
    padding: 30px 0;
    margin-top: -1px;
}

.footer-menu {
    line-height: 40px;
    font-weight: 300;
}

.footer-menu a {
    color: #fff;
}

/* CLIENTS */
.clients .spacing {
    padding: 30px;
}

.clients-pic {
    position: relative;
}

.clients-pic:before {
    content: '';
    background: url("../img/double_quotes.png") no-repeat left top;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

.carousel-indicators {
    bottom: -20px;
}

.carousel-indicators li,
.carousel-indicators .active {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 25px;
    height: 5px;
    border: none;
}

.carousel-indicators li {
    background: #d7d7d7;
}

.carousel-indicators .active {
    background: #fff;
}

/* WORK */
p.text-24 {
    font-size: 24px;
    font-weight: 100;
}

p.text-18 {
    font-size: 18px;
    font-weight: 100;
}

.payroll-service p {
}

/*
    CREDENTIALS MODAL
*/
#credentials-modal .modal-header {
    border-bottom: none;
    margin-bottom: 30px;
}

#credentials-modal .modal-content {
    padding: 30px 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#credentials-modal .control-label {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    line-height: 34px;
    margin-bottom: 0;
}

#credentials-modal .register-user .control-label {
    font-size: 15px;
}

#credentials-modal .links {
    margin: 15px 0;
}

#credentials-modal .links a {
    margin: 5px 15px;
    font-size: 18px;
}

.credentials-steps {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    font-size: 18px;
    color: #000;
    padding: 25px 0;
    margin-bottom: 20px;
}

#credentials-modal .btn-login {
    font-size: 12px;
    padding: 5px 20px;
    text-transform: capitalize;
    font-weight: 100;
}

.agreement .modal-body {
    padding: 30px;
}

.agreement p {
    font-size: 15px;
    font-weight: 100;
}

.fixed-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.work-lists {
    margin: 20px;
}

.work-lists strong {
    display: block;
    margin: 0px 0 10px;
    font-size: 14px;
    color: #161616;
}

.work-lists p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #161616;
    margin: 0;
}

.work-lists .sh-bordered-box {
    min-height: 170px;
}

.bg-travel-bag {
    background: url("../img/bg-work-btn.png");
    background-size: cover;
}

.overlay-video {
    position: relative;
    display: inline-block;

    /* ie7 inline-block support */
    *display: inline;
    *zoom: 1;
}

.overlay-video img {
    /*top: 0px;*/
    /*left: 0px;*/
    max-width: 100%;
}

/*
JOBS PAGE CSS
*/
.online-package .form-control {
    margin-bottom: 5px;
}

.online-package h1,
.online-package h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #383838;
}

.online-package h1 {
    font-size: 38px;
}

.online-package h3 {
    font-size: 18px;
    line-height: 28px;
}

.offer-box {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #dbdbdb;
}

.display-table {
    display: table;
    width: 100%;
}

.offer-box .offer-header {
    padding: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 14px;
    font-weight: 800;
    color: #383838;
    height: 71px;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    overflow: hidden;
}

.offer-box .offer-content {
    padding: 15px;
}

.offer-box .offer-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.offer-box .offer-content ul li {
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 600;
    color: #383838;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
}

.offer-box .offer-content ul li:last-child {
    border-bottom: none;
}

.offer-box .offer-content ul li label {
    font-size: 13px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
}

.btn-outline {
    background: #fff;
    text-transform: uppercase;
    border: solid 1px #383838;
    /*display: block;*/
}

.btn-outline.active {
    background: #92ad6f;
    color: #fff;
    border-color: #92ad6f;
    box-shadow: none;
}

.offer-gray {
    background: #f8f8f8;
}

.request-rate-form label {
    font-size: 14px;
    font-weight: normal;
    color: #383838;
}

.recruiter-option-btn .btn-group {
    display: block;
    overflow: hidden;
}

.recruiter-option-btn .btn-group .btn {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    margin: 5px 0;
}

.twitter-typeahead {
    width: 100%;
}

.tt-menu {
    background: #fff;
    width: 100%;
    border: 1px solid #eee;
}

.tt-selectable {
    padding: 5px 10px;
}

.tt-selectable:hover {
    background: rgba(146, 173, 111, 0.53);
}

.scroll-fix-main {
    background: #fff;
}

.page-info {
    max-height: 400px;
    overflow-y: scroll;
}

/*
MANDATORY PAGE
*/

#mandatory-form .panel {
    border: none;
    margin-bottom: 40px;
    color: #333;
}

#mandatory-form .panel .panel-heading {
    background: #262a2d;
    text-align: center;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 32px;
    padding: 50px 0;
    color: #fff;
    border: none;
    position: relative;
}

#mandatory-form .panel .panel-heading small {
    display: block;
    font-size: 18px;
    position: absolute;
    bottom: 15px;
    left: 50px;
}

#mandatory-form .form-group {
    padding: 25px 20px;
    border-bottom: 1px solid #dadada;
    /*overflow: hidden;*/
    clear: both;
}

.no-border {
    border: none !important;
}

#mandatory-form .control-label {
    font-size: 19px;
    color: #555;
    padding: 10px 30px;
    font-weight: 300;
    text-align: left;
}

#mandatory-form label.radio-select {
    font-weight: 300;
    line-height: 39px;
    font-size: 20px;
    color: #333;
}

#mandatory-form .yes-no-option {
    margin-top: 15px;
}

#mandatory-form .inv {
    display: none;
}

#mandatory-form .terms-and-condition {
    margin: 15px 0;
    padding: 15px;
    background-color: #f8f8f8;
    border: 1px solid #eee;
    height: 230px;
    overflow: scroll;
    line-height: 22px;
    text-align: left;
    display: none;
    font-weight: 100;
}

#mandatory-form h3 {
    font-size: 23px;
    font-weight: normal;
}

#mandatory-form .button-group {
    padding: 25px 0;
}

#mandatory-form .button-group label {
    font-size: 20px;
    font-weight: normal;
    display: block;
}

#mandatory-form a {
    color: #333;
}

.btn-xlg {
    height: 50px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

/* FORM SECTION */

.form-section h1 {
    text-align: center;
    margin-bottom: 50px;
}

.yes-no-option {
    margin-top: 15px;
}

.add-remove-button {
    padding: 4px 0;
    margin: 0 -15px;
}

.add-remove-button i {
    cursor: pointer;
}

.search-filter-mobile {
    background: #fff;
    padding: 10px 15px;
}

.search-filter-mobile .navbar-toggle {
    padding: 0;
    text-align: left;
    float: none;
}

.fixed-search-bar {
    position: fixed;
    top: 53px;
    width: 100%;
    z-index: 999;
}

.has-loader .form-control-feedback.ts-loader {
    width: auto;
    height: auto;
    padding: 10px;
    display: none;
}

.thank-you-wrapper {
    background-image: linear-gradient(to top, #92ad6f, #a0b97f);
}

.thank-you .fa-7x {
    font-size: 90px;
}

.thank-you {
    /*background: url("../img/bg-pattern.png") no-repeat #FFF;*/
    background: #fff;
    padding: 70px 50px;
}

.thank-you h3 {
    line-height: 30px;
}

.thank-you a.btn-primary {
    height: 50px;
    font-size: 20px;
    line-height: 42px;
}

.quote-count {
    color: black;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    /*font-weight: bold;*/
    padding: 4px 0;
}

.selected-count {
    display: inline-block;
    color: black;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    border-radius: 100px;
    padding: 5px 15px;
    background-color: #92ad6f;
}

/*.quote-now-btn {*/
/*background: #C62828;*/
/*font-weight: normal;*/
/*font-size: 14px;*/
/*!*width: 120px;*!*/
/*color: #FFF;*/
/*margin-left: 15px;*/
/*box-shadow: 2px 2px 2px #AAA;*/
/*}*/

.quote-now-btn:hover {
    color: #fff;
}

.offer-gray.multiple-selected {
    z-index: 99;
    box-shadow: 0 0 6px #c6c6c6;
    top: 20px;
    position: relative;
    margin-bottom: 27px;
}

h5.selected-jobs-display {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 0;
    z-index: 999;
    background: #92ad6f;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 15px;
    padding: 10px;
    right: 0;
}

.selected-jobs-text {
    color: #92ad6f;
    font-size: 14px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.selected-jobs-text span {
    color: #fff;
    background: #92ad6f;
    padding: 2px 10px;
    text-align: center;
    border-radius: 100px;
    font-size: 12px;
    margin-right: 7px;
}

.job-option-wrapper {
    position: relative;
}

.job-option-wrapper label {
    display: block;
}

.other-jobs {
    position: absolute;
    background: #fff;
    height: 30px;
    width: 82%;
    bottom: 18px;
    border-radius: 5px;
    left: 25px;
}

.job-1 {
    z-index: 4;
    box-shadow: 0 0px 10px #9c9c9c;
    top: 10px;
}

.job-2 {
    z-index: 3;
    width: 72%;
    top: 0px;
    left: 40px;
    box-shadow: 0 0px 10px #9c9c9c;
}

.apply-now.quote-count.btn-red {
    background: #89242a;
    color: #fff;
}

.apply-now.quote-count.btn-red.btn-block {
    display: block;
    width: 100%;
}

.stability-home-info,
.stability-home-info h1,
.stability-home-info h2,
.stability-home-info h3,
.stability-home-info p {
    font-family: "Open Sans";
    font-weight: 500;
}

.stability-home-info h1 {
    font-size: 38px;
    color: #383838;
}

.sh-job-flow h1 {
    font-weight: 300;
}

.stability-home-info h2 {
    font-size: 18px;
    color: #383838;
}

.stability-home-info h3 {
    font-size: 14px;
    color: #383838;
}

.stability-home-info p {
    font-size: 14px;
    color: #161616;
}

.stability-home-info ul li {
    text-align: left;
}

.job-flow-page .navbar-job {
    padding: 5px 0;
}

.select-job-btn {
    background-color: rgba(96, 125, 139, 0.51);
    text-transform: uppercase;
    border: 0;
    padding: 10px;
    color: #fff;
    height: 50px;
}

.select-job-btn:hover,
.select-job-btn.active {
    background-color: #92ad6f;
    color: #fff;
}

.border-wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    border: solid 1px #dbdbdb;
}

.job-selection-group {
    margin-bottom: -15px;
    padding: 5px;
}

.achievement-wrapper .bordered-box {
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 22px 32px 0 rgba(25, 68, 119, 0.15);
    border: solid 1px #ccc;
    text-align: center;
    font-size: 14px;
    color: #161616;
}

.neg-margin-60 {
    margin-top: -60px;
}

.neg-margin-130 {
    margin-top: -130px;
}

.form-group.with-icons {
    position: relative;
}

.form-group.with-icons input,
.form-group.with-icons select {
    padding-left: 50px;
}

.form-group.with-icons > .fa {
    position: absolute;
    z-index: 9;
    font-size: 20px;
    color: #9fa3a7;
    width: 50px;
    text-align: center;
    top: 17px;
}

.form-group.select-dropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group.select-dropdown .fa-caret-down {
    right: 0;
    z-index: 1;
    width: auto;
}

.navbar-filters {
    margin: 10px 0 0;
}

.navbar-filters .form-group.with-icons > .fa {
    top: 7px;
    width: 40px;
}

.navbar-filters .form-group.with-icons input,
.navbar-filters .form-group.with-icons select {
    padding-left: 40px;
}

.no-shadow {
    box-shadow: none !important;
}

.sh-bordered-box.job-results-table {
    padding: 0;
}

.job-results-table .table {
    display: table;
}

.job-results-table .table div {
    display: table-cell;
}

.table-head {
    padding: 15px 0;
    border-bottom: 1px solid #d8d8d8;
}

.table-head span {
    font-size: 14px;
    font-weight: 600;
    color: #4a4a4a;
    display: block;
}

.job-results .select-job-btn,
.job-results .quote-my-job-btn,
.thankyou-accept-btn,
.search-job,
.quote-now-btn.quote-me-btn {
    padding: 4px 10px;
    height: auto;
    background: #f05638;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.search-job:hover {
    color: #fff;
}

.search-job {
    min-height: 34px;
}

.job-results .select-job-btn.active {
    background-color: #9a9a9a !important;
}

.job-results .table-row .show-job-details,
.job-results .table-row .select-job-btn {
    height: 30px;
    min-width: 110px;
}

.job-results .table-row .select-job-btn {
    padding: 5px;
    background-color: #92ad6f;
}

.job-results .select-job-btn.quote-me-btn {
    padding: 5px 10px;
    margin-left: 10px;
}

.job-results-table .btn-outline {
    /*height: 34px;*/
    height: auto;
    padding: 4px 10px;
    border: solid 1px #92ad6f;
    font-size: 14px;
    font-weight: bold;
    color: #92ad6f;
}

.table-row {
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}

.job-results-table .table-row .job-summary {
    padding: 10px 0;
    background: #fff;
}

.job-results-table .table-row .job-summary:hover {
    background: #f4faf9;
}

.job-results-table .table-row .job-summary.active {
    background: #e4eae9;
}

.job-results-table .table-row .job-details a {
    color: #fff;
}

.job-results-table .table-row .job-details {
    padding: 10px 0;
    display: none;
    background: #8bada7;
    color: #fff;
}

.quote-details span {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 100px;
    background-color: #fff;
    margin-right: 10px;
    text-align: center;
}

.quote-details {
    /*width: 65%;*/
}

.job-selected-overlay {
    padding: 5px;
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(159, 163, 167, 0.9);
    display: none;
    height: 100%;
}

.job-results-table .job-pagination {
    margin: 0 15px;
}

.job-results-table .job-pagination li.active span {
    background: #92ad6f;
    border-color: #92ad6f;
}

.job-results-table .table-row .btn-outline,
.job-results-table .table-row .btn-group,
.job-selected-overlay .select-job-btn {
    margin: -5px 0;
}

.job-results-table .table-row a {
    text-decoration: underline;
}

.selected-jobs-detail {
    background: rgba(130, 130, 130, 0.95);
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    z-index: 999;
}

i.square-box {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #eee;
    color: #f05638;
    position: absolute;
    top: -3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.location-modal .modal-content {
    border-top: 5px solid #92ad6f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.location-modal i {
    text-decoration: none;
}

.location-modal .modal-title {
    text-transform: none;
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
}

.location-modal .modal-body {
    padding: 0;
}

.location-modal .location-info strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #4a4a4a;
}

.location-footer-summary {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #4a4a4a;
}

.location-footer-summary i {
    display: inline-block;
    padding: 0px 10px;
    border-radius: 50px;
    font-size: 13px;
    background-color: #ededed;
    text-align: center;
    font-style: normal;
    font-weight: normal;
}

.location-info,
.location-footer-summary {
    font-size: 14px;
    text-align: left;
    color: #4a4a4a;
}

.location-modal .padding-15 {
    padding: 15px 0;
}

.job-result-contact-page {
    background: url("../img/home-footer.png") no-repeat bottom;
    background-size: cover;
}

.job-result-contact-page hr {
    border: none;
    height: 1px;
    background-color: #d8d8d8;
}

.job-result-contact-page .content-box {
    padding: 10px 0 30px;
}

.job-result-contact-page .sh-job-flow h1 {
    font-size: 30px;
}

.job-result-contact-page .contact-details {
    overflow: hidden;
}

.job-result-contact-page .job-option-wrapper {
    padding: 30px;
}

.job-result-contact-page .contact-footer {
    padding: 30px 0;
    background-color: #f9f9f9;
    border-top: solid 1px #ccc;
    margin: 0 -20px -20px;
}

.slider-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider-box .job-details-wrapper {
    border-radius: 10px;
    background-color: #f9f9f9;
    border: solid 1px #dadada;
    padding: 15px;
    margin: 0 15px;
}

.slider-box .job-details-wrapper li {
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
    color: #161616;
    font-size: 14px;
}

.slider-box .job-details-wrapper label {
    display: inline-block;
    font-weight: normal;
}

.slider-box .job-details-wrapper li:last-child {
    border: none;
}

.slider-box .job-details-wrapper .offer-header {
    font-size: 14px;
    font-weight: bold;
    color: #161616;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
}

.job-contact-form .form-group label {
    font-weight: bold;
}

.slick-prev:before, .slick-next:before {
    color: #333 !important;
}

.icon-red {
    color: #f05638 !important;
    margin-right: 10px;
}

a.unselect-job {
    color: #fff;
    text-decoration: none;
    position: relative;
}

a.unselect-job i {
    position: absolute;
    font-size: 20px;
    right: 0px;
    top: 5px;
}

.location-modal hr {
    margin: 10px 15px;
    border-top: 1px solid #eee;
}

/* Job Design Mobile*/
.table-design-mobile {
    font-weight: bold;
    overflow: hidden;
    color: #161616;
    padding: 0;
}

.table-design-mobile small {
    font-size: 12px;
    display: block;
    font-weight: 300;
    color: #161616;
}

.table-design-mobile .border-bottom {
    border-bottom: 1px solid #d8d8d8;
    padding: 5px 0;
    margin: 0 15px;
}

.table-design-mobile .btn-big {
    height: 45px !important;
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 0;
    line-height: 36px;
}

.table-design-mobile .btn.btn-details {
    background-color: #8bada7;
    border: none;
}

.table-design-mobile .job-summary {
    /*position: relative;*/
}

.table-design-mobile a {
    color: #161616;
    font-weight: normal;
    text-decoration: underline;
}

.table-design-mobile .job-selected-overlay {
    padding: 30px 15px;
}

.table-design-mobile .job-selected-overlay strong {
    font-size: 14px;
    /*margin: 15px 0;*/
    display: block;
}

.highlight-rate {
    background: #eee;
    margin: -15px;
    padding: 15px;
}

.table-design-mobile .highlight-rate {
    padding: 14px 15px 5px;
}

.table-design-mobile i.square-box {
    top: 0;
}

.table-design-mobile .job-selected-overlay {
    height: 100%;
}

.table-design-mobile a.unselect-job {
    position: absolute;
    right: 15px;
    color: #fff;
    top: 15px;
}

.table-design-mobile .select-job-btn.active {
    background-color: #9a9a9a;
}

.job-table-header {
    display: none;
}

.job-table-header.fixed {
    display: block;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 65px;
    z-index: 99;
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
    font-size: 14px;
    font-weight: 600;
    color: #4a4a4a;
}

.ajax-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(55, 87, 48, 0.74);
    width: 100%;
    height: 100%;
}

.ajax-loader .loading-content {
    position: fixed;
    top: 30%;
    left: 50%;
    width: 230px;
    margin-left: -100px;
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
}

/*
RESPONSIVE CSS
*/

@media (max-width: 480px) {
    .banner-content h1,
    .stability-home-info h1,
    h1 {
        font-size: 24px;
    }

    .header-banner .services {
        background-position: left;
    }

    .banner-content img {
        max-width: 100%;
    }

    .bg-grass {
        background: url("../img/home-footer.png") center 70px;
    }

    footer,
    footer .footer-menu {
        text-align: center;
    }

    .social-icons i {
        font-size: 30px;
    }

    #mandatory-form .panel .panel-heading {
        padding: 20px 0;
    }

    #mandatory-form .form-group {
        padding: 10px 0;
    }

    #mandatory-form .control-label {
        padding: 0;
    }

    #mandatory-form .control-label,
    #mandatory-form label.radio-select {
        font-size: 14px;
    }

    .add-remove-button {
        margin: auto;
    }

}

#thank-you .thank-you-wrapper {
    background: #fff;
    color: #333;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

#thank-you .sh-bordered-box {
    /*padding: 30px 50px;*/
}

#thank-you h1,
#thank-you h2 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #333;
}

#thank-you h1 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.15;
    margin-bottom: 30px;
}

#thank-you h2 {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 30px;
}

#thank-you p {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 30px;
}

#thank-you .no-thanks {
    font-size: 14px;
    font-weight: 600;
    color: #161616;
    text-decoration: underline;
    cursor: pointer;
}

#thank-you .modal-body h1 {
    margin: 30px 0;
}

#thank-you .modal-body p {
    font-size: 13px;
    line-height: 1;
    color: #4a4a4a;
}

#thank-you .social-share-buttons {
    margin: 30px 0;
}

#thank-you .btn {
    border-radius: 2px;
}

#thank-you .social-share-buttons .btn {
    width: 100%;
    height: 44px;
    color: #fff;
    font-size: 14px;
}

#thank-you .social-share-buttons .btn-facebook {
    background-color: #337ab7;
}

#thank-you .social-share-buttons .btn-linkedin {
    background-color: #006599;
}

#thank-you .social-share-buttons .btn-email {
    background-color: #9b9b9b;
}

/*stash here*/
.stash-body,
.stash-body h1,
.stash-body h2,
.stash-body h3,
.stash-body p {
    font-family: 'Roboto', sans-serif;
}

.header-banner .stash-bg {
    background: url("../images/stash.png");
    min-height: 400px;
}

.stash-body {
    /*background-color: #f9f9f9;*/
}

.stash-body h1 {
    font-size: 34px;
    font-weight: bold;
    color: #333;
}

.stash-body h2,
.stash-body h3 {
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
}

.stash-body h3 {
    font-size: 16px;
}

.stash-body h5 {
    font-size: 14px;
}

.stash-body hr {
    width: 200px;
    border-color: #cbcbcb;
    margin: 30px auto;
}

.stash-body p {
    line-height: 1.71;
    font-size: 14px;
    color: #4a4a4a;
}

.stash-points h3 {
    text-align: left;
}

.stash-body .point-wrapper {
    margin: 0 0px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}

.stash-body .numbers {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    background-color: #9b9b9b;
    padding: 12px 23px 15px 18px;
}

.stash-body .texts {
    padding: 10px 16px 11px;
}

.stash-body .points-image {
}

.stash-body .points-image h1, h5 {
    color: #4a4a4a;
}

.stash-body .img-responsive {
    margin: auto;
}

.gift {
    margin-bottom: 30px;
}

.gift h2 {
    margin-bottom: 15px;
    font-size: 24px;
}

.font-16 {
    font-size: 16px !important;
}

.margin-0 {
    margin: 0 !important;
}

/*end of stash here*/