/* Patching the CSS which is around ... */

/* Recover fucked up styles */
.ul-is-ul ul {
    padding-left: 1em;
    margin: 20px 0;
    font-size: 17px; /* like .purpose_block p */
    line-height: 26px; /* same */
    color: #666;
}

.ul-is-ul li {
    list-style: disc;
}


/* Job postings */

ul.line-buttons a:link,
ul.line-buttons a:visited,
ul.line-buttons a:hover,
ul.line-buttons a:focus {
    display: block;
    padding: 15px;
    margin: 8px 0;
    background-color: #f5f5f5;
    text-decoration: none;
}

ul.line-buttons a:hover,
ul.line-buttons a:focus {
    color: #222;
}

ul.line-buttons a .h4 {
    display: block; 
    /* text-transform: uppercase; */
    /* font-weight: 900; */
    
}

/* Fixing stuff broken by .perceptible-links */

a.btn:link, a.btn:hover, a.btn:visited, a.btn:focus {
    text-decoration: none !important;
}

a.btn:hover, a.btn:focus {
    color: #222 !important;
}

/* Fucking readable links which are not WORSE then the other text */

a.equality:link, a.equality:visited {
    color: inherit;
}

a.equality:hover, a.equality:focus {
    color: inherit;
    opacity: .8;
}


/* resetting most of this: */
footer.sane {
    overflow: auto;
    position: relative;
    bottom: 0;
    left: 0;
    opacity: inherit;
    
    transform: none;
}


ul.bullets {
    padding-left: 2em;
    margin: 0 0 20px; /* like p */
}

ul.bullets, ul.bullets li {
    list-style: disc;
}

.perceptible-links a:link, .perceptible-links a:visited {
    text-decoration: underline;
}

.perceptible-links a:hover, .perceptible-links a:focus {
    color: blue;
}

.readable-font {
    font-size: 140%;
    line-height: 124%;
}
