.jobadder-container {
    position: relative;
    padding: 0 10%;
}

.ja-jobs-widget .title {
    font-size: 24px;
    color: #464646;
    font-weight: 700;
    text-decoration: none
}

#ja-jobs-widget {
    position: relative
}

.ja-loading {
    position: absolute;
    top: 10px;
    right: 10px
}

.ja-loading.left {
    left: 10px;
    right: auto
}

.ja-form {
    margin-bottom: 3em
}

.ja-form .ja-field-container {
    margin-bottom: .5em
}

.ja-form .ja-field-container:after,
.ja-form .ja-field-container:before {
    content: "";
    display: table
}

.ja-form .ja-field-container:after {
    clear: both
}

.ja-form .ja-field-container {
    zoom: 1
}

.ja-form .ja-field-container label {
    display: block;
    float: left;
    width: 100px;
    padding-top: 6px
}

.ja-form .ja-field-container .ja-field {
    float: left
}

.ja-form .ja-field-container input[type=date],
.ja-form .ja-field-container input[type=number],
.ja-form .ja-field-container input[type=search],
.ja-form .ja-field-container input[type=text],
.ja-form .ja-field-container input[type=password],
.ja-form .ja-field-container input[type=datetime],
.ja-form .ja-field-container input[type=datetime-local],
.ja-form .ja-field-container input[type=month],
.ja-form .ja-field-container input[type=time],
.ja-form .ja-field-container input[type=week],
.ja-form .ja-field-container input[type=email],
.ja-form .ja-field-container input[type=url],
.ja-form .ja-field-container input[type=tel],
.ja-form .ja-field-container input[type=color],
.ja-form .ja-field-container select,
.ja-form .ja-field-container textarea {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #333;
    border: 1px solid #ccc
}

.ja-form .ja-field-container select {
    width: 240px;
    padding: 2px
}

.ja-form .ja-field-container input[type=date],
.ja-form .ja-field-container input[type=number],
.ja-form .ja-field-container input[type=search],
.ja-form .ja-field-container input[type=text],
.ja-form .ja-field-container input[type=password],
.ja-form .ja-field-container input[type=datetime],
.ja-form .ja-field-container input[type=datetime-local],
.ja-form .ja-field-container input[type=month],
.ja-form .ja-field-container input[type=time],
.ja-form .ja-field-container input[type=week],
.ja-form .ja-field-container input[type=email],
.ja-form .ja-field-container input[type=url],
.ja-form .ja-field-container input[type=tel],
.ja-form .ja-field-container input[type=color],
.ja-form .ja-field-container textarea {
    width: 230px;
    padding: 3px 4px
}

.ja-form .ja-field-container .checkbox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.ja-form .ja-field-container .checkbox {
    display: block;
    margin-left: 95px
}

.ja-form .ja-field-container .checkbox br {
    clear: left
}

.ja-form .ja-field-container .checkbox input {
    width: 15px;
    height: 19px;
    float: left
}

.ja-form .ja-field-container .checkbox label {
    height: 21px;
    width: auto;
    line-height: 21px;
    float: left;
    padding: 2px 12px 0 5px
}

.ja-form .ja-submit {
    margin-top: 1em;
    margin-left: 100px;
    vertical-align: middle
}

.ja-form .ja-submit .ja-loading {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 10px;
    vertical-align: middle
}

.ja-button {
    font-size: 1em;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    padding: 4px 18px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9)) #f9f9f9;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    color: #333;
    display: inline-block;
    text-shadow: 1px 1px 1px #fff;
    -webkit-box-shadow: inset 1px 1px 0 0 #fff;
    box-shadow: inset 1px 1px 0 0 #fff
}

.ja-button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9)) #e9e9e9;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    cursor: pointer!important
}

.ja-button:active {
    position: relative;
    top: 1px
}

.ja-form .ja-field-container .error {
    color: #900;
    border-color: #900
}

.ja-form .ja-field-container .validation-error {
    display: block;
    clear: both;
    margin-top: 5px;
    color: #a00
}

.ja-form .ja-error-container {
    color: #a00;
    margin-top: 2em;
    margin-left: 100px
}

.ja-form .ja-error-container p {
    margin-bottom: 0
}

.ja-job-list {
    margin-bottom: 3em
}

.ja-job-list .job {
    margin-bottom: 1em;
    padding: .5em;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
}

.ja-job-list .job.hot {
    background-color: #fffdfd
}

.ja-job-list .job .title {
    margin: 20px 0;
    flex:1;
}

.ja-job-list .job .title a {
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all .225s ease 0s;
    transition: all .225s ease 0s
}

.ja-job-list .job .title a:hover {
    color: #1ea236
}

.ja-job-list .job .meta {
}

.ja-job-list .job .meta {
    display: flex;
}

.ja-job-list .job .meta p {
    font-size: .9em;
}

.ja-job-list .job .meta .classifications {
    padding: 0 !important;
}

@media (max-width:767px) {
    .ja-job-list .job .meta .classifications {
        text-align: left;
        margin: 0
    }
}

.ja-job-list .job .meta .classifications li[data-id="18409"] {
    padding: 3px 7px;
    margin-right: 3px;
    background-color: #ededed;
    white-space: pre;
    position: relative;
    font-weight: 300
}

.ja-job-list .job .meta .classifications li[data-id="18409"]:before {
    content: '';
    background-image: url(../img/icons/tag-green.png);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    position: absolute;
    left: -35px
}

.ja-job-list .job .meta .classifications li[data-id="18410"] {
    padding: 3px 7px;
    background-color: #ededed;
    white-space: pre;
    font-weight: 300
}

@media (max-width:767px) {
    .ja-job-list .job .meta .classifications li[data-id="18410"] {
        margin-right: 0
    }
}

.ja-job-list .job .meta .classifications li[data-id="18411"] {
    position: relative;
    margin-right: 50px;
    font-weight: 300
}

@media (max-width:767px) {
    .ja-job-list .job .meta .classifications li[data-id="18411"] {
        display: block;
        margin: 25px 0
    }
}

.ja-job-list .job .meta .classifications li[data-id="18411"]:before {
    content: url(../img/icons/location.png);
    position: absolute;
    left: -35px;
    top: -2px
}

.ja-job-list .job .meta .classifications li {
    display: inline;
    margin-right: .5em
}

.ja-job-list .job .meta .date-posted {
    font-weight: 300
}

@media (max-width:767px) {
    .ja-job-list .job .meta .date-posted {
        float: left;
        margin-left: 40px
    }
}

.ja-job-list .job .meta .date-posted:before {
    content: url(../img/icons/cal.png);
    position: absolute;
    left: -35px;
    top: -2px
}

.ja-job-list .job .meta .salary {
    clear: left;
    float: left
}

.ja-job-list .job .meta .reference {
    float: right;
    text-align: right
}

.ja-job-list .job .summary {
    display: none
}

.ja-job-list .job .view-details {
    display: none!important;
    font-size: .9em;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    padding: 4px 10px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9)) #f9f9f9;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    color: #333;
    text-shadow: 1px 1px 1px #fff;
    -webkit-box-shadow: inset 1px 1px 0 0 #fff;
    box-shadow: inset 1px 1px 0 0 #fff
}

.ja-job-list .job .view-details:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9)) #e9e9e9;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    cursor: pointer!important
}

.ja-job-list .job .view-details:active {
    position: relative;
    top: 1px
}

.ja-pager-container:after,
.ja-pager-container:before {
    content: "";
    display: table
}

.ja-pager-container:after {
    clear: both
}

.ja-pager-container {
    zoom: 1
}

.ja-pager {
    float: left;
    font-size: .9em
}

.ja-pager:after,
.ja-pager:before {
    content: "";
    display: table
}

.ja-pager:after {
    clear: both
}

.ja-pager {
    zoom: 1
}

.ja-pager a,
.ja-pager span {
    display: block;
    float: left;
    line-height: 23px;
    padding: 0 8px;
    margin-right: 3px;
    color: #333;
    background-color: #f3f3f3;
    border: 1px solid #ddd
}

.ja-pager .current-page,
.ja-pager a:hover {
    color: #fff;
    background-color: #bbb;
    border-color: #999;
    text-decoration: none
}

.ja-pager-summary {
    float: right;
    line-height: 25px;
    font-size: .9em
}

.ja-job-details {
    max-width: 700px;
    position: static
}

@media (max-width:959px) {
    .ja-job-details {
        max-width: 100%
    }
}

.ja-job-details .title {
    font-size: 32px;
    color: #464646;
    font-weight: 700;
    text-decoration: none
}

.ja-job-details .meta {
    margin-bottom: 1em
}

.ja-job-details .meta:after,
.ja-job-details .meta:before {
    content: "";
    display: table
}

.ja-job-details .meta:after {
    clear: both
}

.ja-job-details .meta {
    zoom: 1
}

@media (max-width:959px) {
    .ja-job-details .meta {
        padding-top: 15px
    }
}

.ja-job-details .meta p {
    font-size: .9em;
    margin-bottom: .5em
}

.ja-job-details .meta .classifications {
    float: left;
    list-style: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    padding: 0
}

@media (max-width:959px) {
    .ja-job-details .meta .classifications {
        position: relative
    }
}

.ja-job-details .meta .classifications li {
    display: block;
    margin-right: .5em
}

.ja-job-details .meta .classifications li[data-id="18409"] {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    padding-bottom: 30px;
    padding-top: 28px;
    position: relative
}

.ja-job-details .meta .classifications li[data-id="18409"]:before {
    content: 'Job Title';
    position: absolute;
    margin-top: -30px;
    font-size: 15px;
    color: #9B9B9B;
    font-weight: 700
}

.ja-job-details .meta .classifications li[data-id="18409"]:after {
    content: url(../img/icons/profile.png);
    position: absolute;
    margin-top: -30px;
    top: 30px;
    right: 0
}

.ja-job-details .meta .classifications li[data-id="18410"] {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    padding-bottom: 30px;
    padding-top: 28px;
    position: relative
}

.ja-job-details .meta .classifications li[data-id="18410"]:before {
    content: 'Division';
    position: absolute;
    margin-top: -30px;
    font-size: 15px;
    color: #9B9B9B;
    font-weight: 700
}

.ja-job-details .meta .classifications li[data-id="18410"]:after {
    content: url(../img/icons/department.png);
    position: absolute;
    margin-top: -30px;
    right: 0;
    top: 30px
}

.ja-job-details .meta .classifications li[data-id="18411"] {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    padding-bottom: 30px;
    padding-top: 28px;
    position: relative
}

.ja-job-details .meta .classifications li[data-id="18411"]:before {
    content: 'Location';
    position: absolute;
    margin-top: -30px;
    font-size: 15px;
    color: #9B9B9B;
    font-weight: 700
}

.ja-job-details .meta .classifications li[data-id="18411"]:after {
    content: url(../img/icons/location.png);
    position: absolute;
    margin-top: -30px;
    right: 0;
    top: 30px
}

.ja-job-details .meta .date-posted {
    clear: right;
    float: left;
    list-style: none;
    position: absolute;
    right: 0;
    top: 250px;
    width: 220px;
    padding: 28px 0 30px;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    color: #333
}

@media (max-width:959px) {
    .ja-job-details .meta .date-posted {
        position: static;
        float: right
    }
}

@media (max-width:767px) {
    .ja-job-details .meta .date-posted {
        position: relative;
        float: left;
        top: 0
    }
}

.ja-job-details .meta .date-posted:before {
    content: 'Post Date';
    position: absolute;
    margin-top: -30px;
    font-size: 15px;
    color: #9B9B9B;
    font-weight: 700
}

.ja-job-details .meta .date-posted:after {
    content: url(../img/icons/cal.png);
    position: absolute;
    margin-top: -30px;
    right: 8px
}

.ja-job-details .meta .salary {
    clear: left;
    float: left
}

.ja-job-details .meta .reference {
    float: right;
    text-align: right
}

.ja-job-details .apply {
    padding: 2em 0 .5em;
    text-align: left
}

.ja-job-details .apply .back-link {
    font-size: .9em;
    margin-right: 1em
}

.ja-job-details .apply .ja-button {
    background: #1ea236;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    -webkit-transition: all .225s ease 0s;
    transition: all .225s ease 0s;
    border: none;
    border-radius: 0;
    padding: 8px 20px
}

.ja-apply-iframe iframe {
    width: 100%;
    height: 500px;
    border: none
}

.ja-apply-iframe .apply {
    margin: 2em 0 .5em;
    text-align: center
}

.ja-apply-iframe .apply .back-link {
    font-size: .9em
}

.ja-job-apply .ja-submit .back-link {
    font-size: .9em;
    margin-left: 1em
}

.powered-by-jobadder {
    color: #bbb;
    font-size: .9em;
    text-align: center;
    margin: 2em 0 1em;
    display: none
}

.powered-by-jobadder a {
    color: #bbb
}

.powered-by-jobadder a:hover {
    color: #aaa
}

@media (max-width: 479px){
    .ja-job-list .job {
	    flex-direction: column;
    }
}
