.careers-cols {
    margin-bottom: 40px;
}
#careers .interior-wrapper > .constrainedContent {
    max-width: 1280px;
}
#careers header h2{
    font-size: 2.5rem;
    margin: 0;
}
#paginate{
    text-align: center;
    color: #c5c5c5;
    font: bold 13px Arial, sans-serif;
}
#paginate a{
    padding: 0;
    margin: 0 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #164884;
}
div.careers-entry span.entry-date span{
    font-weight: bold;
    color: #6d6d6d;
    text-transform: uppercase;
    margin-left: 10px;
    padding-left: 10px;
    border-left: solid #6d6d6d 1px;
}
#careers-content div.careers-entry {
    border: 1px solid #aaaaaa;
    padding: 20px;
    padding-right: 50px;
    margin-bottom: 15px;
    background: #fff;
    position: relative;
}
#careers-content div.careers-entry:after {
    content: '';
    background: url(/images/graphics/arrow-grey-right.svg) center no-repeat;
    display: block;
    height: 20px;
    width: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#careers-content div.careers-entry h2{
    font-weight: normal;
    color: #000;
    margin-bottom: 15px;
}
.date-cats {
    color: #edecec;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 1.3rem;
}
.date-cats span {
    color: #124989;

}
#careers-content div#careers-entry-list a.careers-link {
    text-decoration: none;
    display: block;
    color: #333333;
}

#careers-content div#careers-entry-list a.careers-link:hover,
#careers-content div#careers-entry-list a.careers-link:focus {
    -webkit-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.5);
}
#careers-content div.careers-entry .ww{
    font-size: 1.5rem;
}
.careers-entry-detail {
    border: 1px solid #aaaaaa;
    padding: 20px;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
    overflow: auto;
}
#careers-selections h2{
    font: 300 2rem 'Open Sans', sans-serif;
    color: #333333;
    margin-bottom: 30px;
}

#careers-selections ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#careers-selections ul li{
    margin: 0;
    list-style-type: none;
}
#careers-selections ul li a{
    color: #124989;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3rem;
    text-decoration: none;
}
#careers-selections ul li a:hover,
#careers-selections ul li.here a{
    text-decoration: underline;
}
img.careers-image-thumb{
    float: right;
    clear: right;
    margin: 0 0 10px 20px;
}
@media only screen and (min-width: 800px) {
    .careers-cols {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: -ms-flex-start;
        justify-content: flex-start;
        margin-bottom: 120px;
    }
    #careers-content{
        width: calc(100% - 235px);
        max-width: 1020px;
        min-height: 550px;
        margin-right: 45px;
    }
    #careers-selections{
        width: 190px;
    }
}
@media only screen and (min-width: 850px) {
    #careers header h2 {
        font-size: 3.5rem;
    }
    #careers-content div.careers-entry:after {
        height: 35px;
        width: 19px;
        right: 66px;
    }
    #careers-content div.careers-entry {
        padding: 50px 190px 50px 80px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 920px) {
    #careers-content {
        margin-right: 75px;
    }
}