.portfolio-menu {
    text-align: center;
    margin: 30px auto;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 15px;
    border: 1px solid #F1F1F1;
    cursor: pointer;
    transition: all .5 ease;
}

.portfolio-menu ul {
    padding: 0;
}

.portfolio-menu ul li:hover {
    background: #F1F1F1;
    color: #1f3248;
}

.portfolio-menu ul li.active {
    background: #F1F1F1;
    color: #1f3248;
}

.portfolio-item {
    max-width: 1000px;
    margin: 30px auto;
}

.portfolio-item .item {
    width: 32%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
}

.portfolio-item .item div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {
    .portfolio-item .item {
        width: 50%;
        padding: 0 15px;
    }
}

@media screen and (max-width: 640px) {
    .portfolio-item .item {
        width: 100%;
    }
}

#employer-post-new-job .res-steps-container .res-steps {
    width: 25%;
    text-align: center;
    float: left;
    cursor: pointer
}

#employer-post-new-job .res-steps-container .res-steps .res-step-bar {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #ffc470;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    padding-top: 7px;
    font-size: 20px
}

#employer-post-new-job .res-steps-container .res-steps .res-progress-title {
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
    display: block
}

#employer-post-new-job .res-steps-container .res-steps .res-progress-bar {
    height: 5px;
    background: #ffc470;
    width: 50%;
    margin: -22px 0 0 50%;
    float: left
}

#employer-post-new-job .res-steps-container .res-step-two .res-progress-bar,
#employer-post-new-job .res-steps-container .res-step-three .res-progress-bar,
#employer-post-new-job .res-steps-container .res-step-four .res-progress-bar {
    width: 100%;
    margin-left: 0%
}

#employer-post-new-job .res-steps-container .res-step-four .res-progress-bar {
    width: 50%;
    margin-right: 50%
}

#employer-post-new-job .res-steps-container .res-step-five .res-progress-bar {
    width: 50%;
    margin-right: 50%;
}


#employer-post-new-job .res-step-form h3 {
    margin: 10px 0;
    color: #ffc470;
    font-size: 18px
}

#employer-post-new-job .res-step-form .form-horizontal label {
    font-weight: normal
}

#employer-post-new-job .res-form-two,
#employer-post-new-job .res-form-three,
#employer-post-new-job .res-form-four {
    left: 150%
}

#employer-post-new-job .active .res-step-bar {
    background: #f19b20 !important
}

#employer-post-new-job .active .res-progress-title {
    color: #ffc470;
}

.form-input {
    display: block;
    width: 100%;
    max-height: 52px;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #8491a5;
    background-color: #ffffff;
    background-image: none;
    border-radius: 35px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 2px solid #8491a5;
}

.prod_step .step_header {
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #f2f2f7;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 32px;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #1f3248;
    font-weight: 600;
}

.option-cards {
    display: flex;
    justify-content: start;
    grid-gap: 15px;
    box-sizing: content-box;
}


.option-cards .single-card {
    cursor: pointer;
    background: #f2f2f7;
    border-radius: 10px;
    padding: 16px 15px 25px;
    flex-grow: 1;
    flex-basis: 0%;
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
}

.option-cards .single-card.active {
    border: 2px solid #1f3248;
}

div.rightcolumn {
    width: 220px;
    float: right;
}

.cb,
.cbwh {
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px #ccc;
    margin-top: 20px;
    font-size: 12px;
}

.cb {
    display: block;
}

.priceheader {
    font-family: 'SansaReg', Arial;
    height: 50px;
    color: #fff;
    background: #000 url(../../Librarys/cd/both/sprite_buttons.svg) no-repeat scroll 100px -238px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
}

div.ctabuttons {
    height: 80px;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    border: medium none;
    height: 0;
    width: 0;
}

.contentoffer {
    padding-top: 5px;
    height: 30px;
    text-align: center;
    font-weight: normal;
}
}
