@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//use.typekit.net/izg8atj.css');
* {
    font-family: 'acumin', sans-serif;
}

#wrapper {
    max-width: 1245px !important;
    width: 90%;
    padding: 0 !important;
}

h1 {
    font-size: 32px;
    line-height: 1em;
}

p, ul {
    font-size: 16px;
    line-height: 1.4em;
}

h2#board_title {
    font-size: 30px;
}

.opening {
    width: 100%;   
    background:#faf6f5;
    border: 1px solid #eceaeb;
    border-radius: 7px;
    padding: 20px 20px 56px;
    margin-bottom: 30px;
    margin-right: 30px;
    position: relative;
    box-sizing: border-box;
    min-height: 140px;
}

.opening:hover {
    border: 1px solid#ccc6cc;
}

.opening a:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

a,
h3, h4, h5 {
    color: #2e1b3c;    
}

h3:not(#filter-count) {
    font-size: 28px !important;
    line-height: 45px;    
}

h4 {
    font-size: 28px !important;
}

h5 {
    font-size: 24px !important;
}

.opening a {
    font-size: 24px !important;
}

.opening a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: ' ';
}

.opening:after {
    content: 'Apply Now';
    position: absolute;
    display: inline-block;
    background: #efd338;
    color: #000;
    padding: 10px 20px;
    bottom: 20px;
    left: 20px;
    font-size: 16px;
    line-height: 1em;
    border-radius: 9px;
    font-weight: 700;
    pointer-events: none;
}

/* single job listing */
#app_body {
    max-width: 960px !important;
}