html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins {background-color:#ff9;color:#000;text-decoration:none;}
mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
hr {display:block;height:1px;border:0;  border-top:1px solid #cccccc;margin:1em 0;padding:0;}
input, select {vertical-align:middle;}




body {
    font-family: Arial, Helvetica, sans-serif;
}

.splash {
    width: 100%;
    height: 800px;
    background: url('../img/header-bg.png');
}

.splash-wrap {
    max-width: 800px;
    margin: 0 auto;
}

.splash-logo {
    width: 100px;
    height: 100px;
    margin: 60px 0 60px 0;
}

.splash-h1 {
    color: #fff;
    font-weight: bold;
    font-size: 600%;
}

.splash-txt {
    color: #fff;
    font-size: 50px;
    padding: 20px 0 0 0;
}

.splash-cta {
    margin: 60px 0 0 0;
    width: 480px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.splash-cta-txt {
    width: 250px;
    font-size: 24px;
    padding: 10px 0px 10px 0px;
}

.splash-cta-btn {
    padding: 10px 20px;
    color: #000;
    font-size: 24px;
    background: #fff;
    text-decoration: none;
}

.splash-cta-btn:hover {
    color: #fff;
    background: #000;
}




.story {
    padding: 100px 0;
}

.story-wrap {
    margin: 0 auto;
    max-width: 800px;
}

.story-txt {
    font-size: 24px;
}

.story-txt-bold {
    font-weight: bold;
}

.story-txt-email {
    color: #000;
}




.career {
    color: #fff;
    padding: 50px 0 20px 0;
    background: #000;
}

.career-wrap {
    max-width: 800px;
    margin: 0 auto;
}

.career-h3 {
    color: #fff;
    margin: 0 0 30px 0;
    font-size: 24px;
}

.career-cta {
    margin: 0 0 30px 0;
    font-size: 24px;
    font-style: italic;
}

.career-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.career-col {
    width: 170px;
    height: 50px;
}

.career-title {
    margin: 0 0 15px 0;
    padding: 10px;
}

.career-btn {
    color: #000;
    width: 100px;
    margin: 0 auto;
    padding: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #fff;
}

.career-city {
    margin: 0 0 15px 0;
    padding: 10px;
    text-align: center;
}

.career-copy {
    color: #fff;
    width: 100%;
    padding: 60px 0px 20px 0px;
    text-align: center;
}

/* Mobile */
@media only screen and (max-width: 320px) {
    .splash {
        height: 500px;
    }
    .splash-wrap {
        padding: 0 20px;
    }
    .splash-logo {
        width: 50px;
        height: 50px;
    }
    .splash-h1 {
        font-size: 200%;
    }
    .splash-txt {
        font-size: 18px;
    }
    .splash-cta-txt {
        display: none;
    }
    .story-wrap {
        padding: 0 20px;
    }
    .story-txt {
        font-size: 18px;
    }
    .career-h3 {
        padding: 0 0 0 20px;
    }
    .career-cta {
        padding: 0 20px 0 20px;
    }
    .career-row {
        margin: 0 0 30px 0;
    }
    .career-col {
        width: 100%
    }
    .career-title {
        text-align: center;
    }
}

/* Tablet */
@media only screen and (min-width: 321px) and (max-width: 768px) {
    .splash {
        height: 660px;
    }
    .splash-wrap {
        padding: 0 20px;
    }
    .splash-logo {
        width: 80px;
        height: 80px;
    }
    .splash-h1 {
        font-size: 280%;
    }
    .splash-txt {
        font-size: 20px;
    }
    .splash-cta-txt {
        display: none;
    }
    .story-wrap {
        padding: 0 20px;
    }
    .story-txt {
        font-size: 20px;
    }
    .career-h3 {
        padding: 0 0 0 20px;
    }
    .career-cta {
        padding: 0 20px 0 20px;
    }
    .career-row {
        margin: 0 0 30px 0;
        background: #666;
    }
    .career-col {
        width: 100%;
    }
    .career-title {
        text-align: center;
    }
}

/* Desktop */
@media only screen and (min-width: 769px) {

};
