@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
body{
    background: #EFEFEF;
    max-width: 100%;
}
body .container {
    background: #ffffff;
    padding: 0;
    width: 100%;
}
.header{
    height: 65px;
    text-align: center;
    padding: 19px 0 0 0;
    max-width: 100%;
}
.header .logo{
    height: 30px;
}
.search-banner{
    background: #245295;
    padding: 20px 0;
}
.align-center{
    margin: 0 auto;
    float: none;
}
.search-form {
    position: relative;
}
.search-form input,
.search-form select{
    font-family: 'Work Sans', sans-serif;
    border: medium none;
    font-size: 22px;
    font-weight: 400;
    height: 40px;
    border-radius: 6px;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
    margin-right: 3px;
    padding-left: 35px;
}
.search-form .job-search-input input{
    background-image: url(../images/alternative-design/magnifier-icon.png);
    background-position: 9px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    width: 215px;
}
.search-form .job-search-zip-input input{
    background-image: url(../images/alternative-design/location-icon.jpg);
    background-position: 9px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    width: 125px;
}
.search-form .job-search-radius select{
    margin-top: 1px;
    width: 130px;
}
.search-button{
    border: 0px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 21px;
    height: 40px;
    line-height: 40px;
    width: auto;
    cursor: pointer;
    transition: all .2s;
    box-sizing: border-box;
    background: #3190f4;
}
.jobs-list-layout{
    padding: 35px 360px 35px 35px;
    position: relative;
}
.jobs-list-title h1{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #373737;
    display: block;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.8em;
    text-align: left;
    font-family: 'Work Sans', sans-serif;
    margin: 0 0 0 0;
}
.jobs-list-title{
    padding: 0 0 25px 0;
}
.jobs-results-count{
    color: #373737;
    display: block;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.8em;
    text-align: left;
    font-family: 'Work Sans', sans-serif;
    margin: 0px 0px -10px;
}
.jobs-list-aside{
    position: absolute;
    width: 300px;
    right: 20px;
    top: 35px;
}
.jobs-list-content{
    position: relative;
}
.job-list .job-result{
    position: relative;
    border-bottom: 1px solid #E5E4E4;
    height: 78px;
}
.job-result:hover{
    background: #f5f5f5;
}
.job-result-first{
    border-top: 1px solid #E5E4E4;
}
.job-result a.job-link{
    display: block;
    padding: 15px 35px 0px 75px;
    cursor: default;
    text-decoration: none;
}
.job-result .job-logo{
    width: 60px;
    position: absolute;
    left: 0;
    top: 15px;
}

@media only screen and (max-width: 767px) {
  .job-result .job-logo{
    display: none;
  }
}
.job-result .job-title{
    box-sizing: border-box;
    color: #1172d7;
    display: block;
    float: none;
    font-size: 16px;
    margin: 0px 10px 4px 0px;
    max-width: 382px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    line-height: 1.4;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}
.job-result .job-title:hover{
    cursor: pointer;
}
.job-result  .job-description{
    display: none;
}
.job-result  .job-location{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 13px;
    line-height: 1.4;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}
nav.job-list-pagination{
    text-align: center;
}
.pagination{
    margin: 35px auto;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.footer{
    background: #373737;
    margin: 0;
    color: #959595;
    font-size: 11px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    line-height: 19px;
}
.footer ul{
    margin: 0px;
    display: inline-block;
    margin: 0 10px 0 0;
}
.footer ul li{
    display: inline-block;
    margin: 0 10px 0 0;
}
.footer ul li a{
    color: #959595;
    text-decoration: none;
}
.footer ul li strong{
    font-weight: normal;
}
.footer-image{
    height: 170px;
    float: right;
    margin: 0 50px 0 0;
}
.footer-info{
    display: inline-block;
    padding: 50px 50px 10px 50px;
}
.popular-jobs-nav .popular-jobs-title{
text-align: center;
    color: #373737;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    margin-top: 20px;
}
.popular-jobs-nav .popular-jobs-nav-location{
    display: block;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
.popular-jobs-nav-item{
    background-color: #e0eeff;
    border-radius: 5px;
    color: #1172d7;
    cursor: pointer;
    float: none;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 7px;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 300px;
    position: relative;
}
.popular-jobs-nav-item .icon-star{
    position: absolute;
    height: 30px;
    width: 30px;
    left: 5px;
    top: 5px;
    background: #ffffff;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 0px solid #000000;
}
.popular-jobs-nav-item .icon-star .fa-star{
    color: #ff6600;
    position: absolute;
    top: 6px;
    left: 6px;
}
.popular-jobs-nav-item:hover{
    opacity: 0.85;
}
.icon-arrow{
    background: url(../images/alternative-design/arrow.png) 4px 4px no-repeat transparent;
    background-size: 12px auto;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
}
.search-button .fa-search{
    position: relative;
    top: -6px;
}
.search-logo{
    display: none;
}
.job-company-name,
.subdued{
    display: none;
}
.job-list-pagination+script+div,
.job-list+script+div{
    display: none;
}
@media (max-width: 767px) {
    .jobs-list-layout{
        padding: 0px;
        max-width: 100%;
        margin: 0px;
        overflow: hidden;
    }
    .jobs-list-layout .jobs-list-title{
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    .jobs-list-aside{
        position: relative;
        margin: 0 auto;
        right: auto;
        top: auto;
    }
    .popular-jobs-nav-item{
        background: #1172d7;
        color: #ffffff;
        width: auto;
    }
    .footer-image{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .footer-info{
        text-align: left;
        padding: 15px;
    }
    .footer ul{
        padding: 0;
    }
    .jobs-results-count{
        background: #373737;
        line-height: 25px;
        text-align: center;
        color: #b7b7b7;
        font-size: 13px;
        font-weight: normal;
        font-family: Arial;
    }
    .search-form .job-search-zip-input{
        display: none;
    }
    .footer{
        width: 100%;
        margin: 0;
    }
    .search-button{
        background: none;
        margin-left: auto;
        max-width: 80px;
    }
    .search-banner{
        overflow: hidden;
        margin-bottom: 10px;
        padding: 8px 0;
    }
    .search-form .job-search-input{
        display: inline-block;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: -20px;
        position: absolute;
        top: -70px;
    }
    .header{
        display: none;
    }
    .search-logo{
        display: block;
        width: 200px;
        left: 5px;
        opacity: 1;
        position: absolute;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .search-form.active .search-logo{
        opacity: 0;
        pointer-events: none;
    }
    .search-form.active .job-search-input{
        position: static;
    }
    .jobs-list-title h1{
        width: 80%;
        margin: 0 auto;
        text-align: center;
        line-height: 30px;
        padding: 5px 0 10px 0;
        font-family: 'Work Sans', sans-serif;
        font-weight: normal;
        color: #373737;
        font-size: 20px;
        text-align: center;
        padding-bottom: 10px;
    }
    .jobs-list-title h1 .blue-on-mobile{
        color: #1172d7;
        display: block;
        font-size: 27px;
        font-weight: 600;
        line-height: 26px;
        padding-bottom: 0px;
        margin-top: 15px;
        margin-bottom: 0px;
        text-align: center;
        font-family: 'Work Sans', sans-serif;
    }
    .job-list{
        margin-top: 10px;
    }
    .job-list .job-result .mobile-job-result.visible-xs,
    .job-list .job-result.visible-xs{
        display: none !important;
    }
    .remove-on-mobile{
        display: none;
    }
    .job-result a.job-link{
        display: block;
        padding: 15px 15px 0px 36px;
        cursor: default;
        text-decoration: none;

    }
    .job-result .job-title{
        color: #373737;
        cursor: pointer;
        font-size: 17px;
        text-decoration: none;
        font-family: 'Work Sans', sans-serif;
        font-weight: 500;
    }
    .job-result .job-location{
        display: block;
        color: #9f9f9f;
        text-decoration: none;
        font-weight: 400;
        font-size: 12px;
        margin-bottom: 8px;
        font-family: 'Work Sans', sans-serif;
    }
    .jobs-list-aside{
        width: auto;
        padding: 0 15px 15px 15px;
        text-align: center;
    }
    .job-list .job-result:after{
        content: "New";
        width: 80px;
        height: 15px;
        z-index: 99;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        line-height: 15px;
        top: 8px;
        left: -27px;
        color: white;
        font-size: 9px;
        text-align: center;
        text-transform: uppercase;
        background: #ff6600;
        position: absolute;
        display: block;
    }
    .job-list .job-result{
        height: 70px;
        overflow: hidden;
    }
    .job-list-pagination li{
        display: none;
    }
    .job-list-pagination ul{
        width: 100%;
        padding: 0 15px;
        margin: 15px 0;
    }
    .job-list-pagination ul li:last-child{
        display: block;
        width: 100%;
    }
    .job-list-pagination ul li:last-child a:before{
        content: 'Show more Jobs ';
    }
    .job-list-pagination .pagination>li:last-child>a{
        display: block;
        width: 100%;
        text-align: center;
        line-height: 35px;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        text-transform: none;
        cursor: pointer;
        font-weight: normal;
        border: 0px solid #0b529b;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        background: #70c41f;
        text-transform: capitalize;
    }
}
