
.content {
    width: 75%;
    margin: 0 auto
}
.page-title {
    color: #333333
}

.page-title {
    padding: 25px 0;
    font-size: 30px;
    font-weight: 300;
    margin: 0
}



.job-role-list {
    width: 100%;
    display: inline-block;
    position: relative
}

.job-role-list .role-title {
    margin: -20px 0 0;
    padding: 20px 0 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

.job-role-list .role-title h5 {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 22px
}

.job-role-list .mobile-role-count {
    display: none
}

.job-role-list .role-count {
    float: right;
    font-size: 13px;
    padding: 3px 15px;
    border-radius: 25px;
    margin-right: 30px
}

.job-role-list .open-list .hidden-content {
    display: inline-table
}

.job-role-list .open-list>li {
    border-bottom: 0
}

.job-role-list .open-list>li input[type=radio] {
    display: none
}

.job-role-list .open-list>li .role-title {
    margin-bottom: 10px
}

.job-role-list .hidden-content {
    display: none;
    width: 100%
}

.job-role-list>ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.job-role-list>ul>li {
    position: relative;
    padding: 20px 0 0;
    margin: 0
}

.job-role-list>ul>li:last-child {
    border: 0
}

.job-role-list>ul>li input[type=radio] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 60px;
    z-index: 1;
    opacity: 0;
    margin: -20px 0
}

.job-role-list>ul>li input[type=radio]:hover~.role-title {
    background: #F7F7F7;
    padding-left: 20px;
    border-radius: 3px
}

.job-role-list>ul>li input[type=radio]:checked~.hidden-content {
    margin-top: 0;
    max-height: 0;
    padding: 0;
    opacity: 1;
    display: inline-table
}

.job-role-list .role-count {
    background-color: #e6e6e6
}

.job-role-list>ul {
    border-top: 1px solid #e6e6e6
}

.job-role-list>ul>li {
    border-bottom: 1px solid #e6e6e6
}

.job-role-list>ul>li input[type=radio]:hover~.role-title {
    background: #F7F7F7
}

.job-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.job-list>li {
    padding: 20px 10px;
    border-radius: 4px;
    margin-bottom: 20px
}

.job-list .job-title {
    font-size: 20px;
    margin-bottom: 10px;
    display: block
}

.job-list .job-title:hover {
    text-decoration: none
}

.job-list .job-location {
    text-align: right;
    padding: 25px 10px;
    font-size: 15px
}

.job-list .job-location .location-info,
.job-list .job-location .location-icon {
    display: inline-block;
    vertical-align: middle;
    color: inherit
}

.job-list .job-location .location-icon i {
    vertical-align: middle;
    font-size: 20px;
}

.job-list-info {
    width: 60%
}

.job-location {
    width: 40%
}


.job-list-info,
.job-location {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.job-list>li {
    background: #ffffff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2)
}

.job-list>li:hover {
    background-color: #F7F7F7
}

.job-list .job-desc {
    color: #333333
}

.job-list .job-title {
    color: #333333
}

.job-list .job-location .location-icon i {
    color: #8A0202
}




@media only screen and (max-width: 720px) {

    .job-role-list>ul>li {
        padding: 10px 0
    }
    .job-role-list>ul>li input[type=radio] {
        top: 0;
        height: 25px;
        margin: 10px 0
    }
    .job-role-list>ul>li input[type=radio]:checked~.hidden-content {
        margin-top: 10px
    }
    .job-role-list>ul>li input[type=radio]:hover~.role-title {
        background: none;
        padding-left: 0
    }
    .job-role-list ul li .role-title h5 {
        width: 100%;
        margin-bottom: 0
    }
    .page-title {
        text-align: center
    }
    .job-role-list .mobile-role-count {
        display: inline;
        vertical-align: middle;
        font-size: 13px
    }
    .job-role-list .role-count {
        display: none
    }
    .job-role-list .mobile-role-count {
        color: #333333
    }
    .job-list>li {
        margin-left: 2px;
        margin-right: 2px
    }
    .job-list .job-location {
        width: 100%;
        text-align: right;
        border-top: 1px solid #ececec;
        margin-top: 20px;
        padding-top: 10px;
        padding-bottom: 5px
    }
    .job-list .location-info {
        width: 70%
    }
    /*.job-list .location-icon i {
        float: right;
        padding-top: 7px
    }*/
    .job-list .job-list-info {
        width: 100%
    }
}
