/* css additions for careers page */
header h1 span{
    display:block;
    font-family:"Roboto",sans-serif;
    font-weight:300;
    color:#fff;
    font-size:.3em;
    text-transform:uppercase;
    letter-spacing:2px;
    box-sizing:border-box;
    padding-left:2px;
}
section.job-openings .edge-content,
section.job-openings .edge-content--lower,
section.job-openings .edge-content--lower:before,
section.job-openings .edge-content--upper,
section.job .edge-content,
section.job .edge-content--lower,
section.job .edge-content--lower:before,
section.job .edge-content--upper{
    background-color:#f6f6f6;
}
section.job-openings .edge-content--lower:before,
section.job .edge-content--lower:before{
    box-shadow:0px 0px 100px rgba(0,0,0,.8);
    box-shadow:0px 0px 0px rgba(0,0,0,0);
}
section.job-openings .columns--2 h2,
section.job .columns--2 h2{
    text-align:left;
    font-family:"Playfair Display",sans-serif;
    font-size:2.2em;
    padding:0 0 20px 0;
    width:100%;
    line-height:130%;
}
section.job-openings .columns--2 h2 a,
section.job .columns--2 h2 a{
    color:#009cf6;
    color:#00e3a6;
}
section.job-openings h1.title{
    font-size:6em;
}
section.job-openings h1:not(.title){
    padding-bottom:0px;
    padding-top:10px;
}

.jobs-wrapper{
    width:100%;
    display:block;
    box-sizing:border-box;
    max-width:740px;
    padding:20px 0px 20px 20px;
    margin:0 auto;
}
.jobs-wrapper .job{
    width:100%;
    display:block;
    box-sizing:border-box;
    position:relative;
    padding:20px 20px 0 0;
    transition:all .5s;
    overflow:hidden;
    cursor:pointer;
}
.jobs-wrapper .job:before{
    width:4px;
    height:75%;
    position:absolute;
    left:0px;
    top:15%;
    border-radius:2px;
    background-color:#00e3a6;
    content:"";
    transform:translateX(-4px);
    transition:all .5s;
}
.jobs-wrapper .job:hover{
    padding:20px 0 0 20px;
}
.jobs-wrapper .job:hover:before{
    transform:translateX(0px);
}
.job .job-icon{
    width:60px;
    height:60px;
    position:absolute;
    left:0px;
    top:50%;
    margin:-30px 0 0 0;
}
.job .job-title{
    width:100%;
    margin-bottom:10px;
    box-sizing:border-box;
    padding:0 80px 0 0;
    position:relative;
}
.job .job-title h2{
    font-family:"Playfair Display",serif;
    color:#00e3a6;
    font-size:4em;
    font-weight:300;
}
.job .job-title .job-fte{
    height:100%;
    width:60px;
    position:absolute;
    right:0px;
    top:0px;
}
.job .job-title .job-fte span{
    height:42px;
    width:60px;
    border-radius:21px;
    background-color:#00e3a6;
    color:#fff;
    font-weight:400;
    font-size:1.6em;
    position:absolute;
    right:0px;
    top:50%;
    margin:-21px 0 0 0;
    text-align:center;
    line-height:34px;
}
.job .job-title .job-fte span sup{
    font-weight:300;
    font-size:.8em;
}
.job .job-description{
    width:100%;
    border-bottom:1px solid #e8e8e8;
    box-sizing:border-box;
    padding:0 0 20px 0;
}
.job .job-description p{
    display: block;
    font-family:"Roboto",sans-serif;
    font-weight:300;
    font-size:1.8em;
    line-height:135%;
    color:#272727;
    opacity:.6;
    margin-bottom:10px;
}
.job .job-description a{
    color:#00e3a6;
    font-family:"Roboto",sans-serif;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:1.3em;
}
.job-details h1{
    font-size:4em;
}
.job-details h1 span{
    font-family:"Roboto",sans-serif;
    font-size:.4em;
    font-weight:300;
    letter-spacing:4px;
    text-transform:uppercase;
    display:block;
    margin:0 0 5px 0;
    box-sizing:border-box;
    padding-left:4px;
}
.job-details h2{
    font-size:3em;
}
.job-details p.lead{
    font-size:2em;
    font-weight:400;
    opacity:1;
}
.job-details .inline-list{
    width:100%;
    max-width:740px;
    box-sizing:border-box;
    padding:0 20px;
    display:block;
    margin:0 auto;
}
.job-details .requirements .requirements-section{
    float:left;
    padding:20px 0px;
    box-sizing:border-box;

}
.job-details .requirements .requirements-section .content{
    width:100%;
}
.job-details .requirements .requirements-section.needed{
    width:100%;
}
.job-details .requirements .requirements-section.bonus{
    width:100%;
    color:#00e3a6;
}

.job-details .inline-list h2{
    font-size:1.6em;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:5px;
    width:100%;
    text-align:center;
}
.job-details .inline-list ul{
    width:100%;
    padding:12px 0 0 0;
    margin:0;
    list-style-type:none;
    font-size:1.4em;
    font-weight:400;
}
.job-details .inline-list ul li{
    width:100%;
    padding:10px 0;
    margin:0;
    border-bottom:1px solid #272727;
}
.job-details .inline-list ul li:last-child{
    border-color:transparent;
}
.job-details .requirements .requirements-section.needed ul li{
    border-color:#272727;
}
.job-details .requirements .requirements-section.bonus ul li{
    border-color:#00e3a6;
}
.job-details .requirements .requirements-section.needed ul li:last-child{
    border-color:transparent;
}
.job-details .requirements .requirements-section.bonus ul li:last-child{
    border-color:transparent;
}

section.howtoapply .edge-content,
section.howtoapply .edge-content--lower,
section.howtoapply .edge-content--lower:before,
section.howtoapply .edge-content--upper{
    background-color:#00e3a6;
}
section.howtoapply .edge-content--lower:before{
    box-shadow:0px 0px 100px rgba(0,0,0,.8);
    box-shadow:0px 0px 0px rgba(0,0,0,0);
}
section.howtoapply .application .text-wrapper{
    background-color:#fff;
    padding:60px 46px;
    border-radius:2px;
    box-shadow:0px 2px 6px rgba(0,0,0,.2);
}
section.howtoapply .application .text-wrapper h3{
    font-family:"Playfair Display",serif;
    font-weight:normal;
    color:#878787;
    font-size:2.2em;
    text-align:center;
}
section.howtoapply .application .text-wrapper h3 a{
    color:#00e3a6;
}
section.howtoapply .application .text-wrapper .button-wrapper{
    margin-top:30px;
}


section.about-hugo .edge-content,
section.about-hugo .edge-content--lower,
section.about-hugo .edge-content--lower:before,
section.about-hugo .edge-content--upper{
    background-color:#333;
    background-color:#00e3a6;
}
section.about-hugo .edge-content--lower:before{
    box-shadow:0px 0px 100px rgba(0,0,0,.8);
    box-shadow:0px 0px 0px rgba(0,0,0,0);
}
section.about-hugo .text-wrapper h1,
section.about-hugo .text-wrapper p{
    color:#fff;
    opacity:1;
    text-align:center;
}
section.about-hugo .text-wrapper h1{
    font-size:5em;
}
section.about-hugo .text-wrapper span.hugo-logo{
    width:100%;
    height:100px;
    display:block;
    background-image:url('../img/hugo_signature.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:auto 100%;
}
section.about-hugo .edge-content--upper{
    padding-bottom:200px;
}
@media screen and (max-width:760px){
    section.about-hugo .edge-content--upper{
        padding-bottom:120px;
    }
}


section.team .edge-content,
section.team .edge-content--lower,
section.team .edge-content--lower:before,
section.team .edge-content--upper{
    background-color:#00ad8e;
}
section.team .edge-content--lower:before{
    box-shadow:0px 0px 100px rgba(0,0,0,.8);
    box-shadow:0px 0px 0px rgba(0,0,0,0);
}
section.team .text-wrapper h1,
section.team .text-wrapper p{
    color:#fff;
    opacity:1;
    text-align:center;
}
section.team .text-wrapper h1{
    font-size:5em;
}

.job .content-wrapper ul.content-list {
    color:#272727;
    font-size:1.7em;
    margin-left: 25px;
    padding: 0;
    opacity: 0.6;
    font-weight: 300;
}
.job .content-wrapper ul.content-list li {
    padding: 0 0 0.5em;
}
.job .content-wrapper p a {
    color: #00e3a6;
    font-weight: bold;
}
.img-wrapper {
    text-align: center;
}
.img-wrapper img {
    max-width: 100%;
    margin: 0.5em 0;
}
