@import url('https://assets.gradle.com/lato/css/lato-font.css');

html {
    height: 100%;
    box-sizing: border-box;
}
*, :after, :before {
    box-sizing: inherit;
}

body {
    color: #02303A;
    font-family: Lato, sans-serif;
    font-size: 16px;
    margin: 0;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #1ba8cb;
    text-decoration: none;
}
a:hover {
    color: #35c1e4;
    outline: 0;
    text-decoration: none;
}

h1, h2, h3, h4 {
    font-weight: 500;
}

.corona {
    background-color: #F7F7F8;
    padding: .8em;
    border-radius: 6px;
    background: #F7F7F8;
    color: #686868;
    font-style: normal;
    margin-bottom: 2em;
}

#logo { 
    display: none;
}

#content {
    line-height: 1.5;
}

#main {
    padding-top: 0;
    position: relative;
}

#wrapper {
    max-width: 1200px;
    margin: 0 auto;
    overflow: auto;
    padding: 0;
    min-height: inherit;
}

#main #logo {
    height: 43px;
    margin-top: 5px;
    margin-left: 24px;
    margin-bottom: 50px;
}

#header {
    margin-top: 80px;
    padding-right: 0;
}
#header .company-name, #header .location {
    display: none;
}
#header .app-title {
    font-size: 50px;
    margin: 0;
    text-align: center;
}
#header a {
    position: absolute;
    top: 12px;
    right: 150px;
    padding: 0;
}
/* Cannot change HTML content the sane way so commence <hacks> */
#header a[href="/gradle"] {
    color: white;
    display: none;
}
#header a[href="/gradle"]:after {
    content: "View all jobs";
    color: #1C7487;
}

#header #apply_button {
    display: none;
}

/* </hacks> */
#header #apply_button {
    border-radius: 0;
    right: 25px;
    background-image: none;
    background: none;
    background-color: white;
    color: #00C489;
}
@media screen and (max-width: 600px) {
    #header a {
        display: none;
    }
    #header #apply_button {
        display: block;
    }
    #header .app-title {
        font-size: 32px;
    }
}

#app_body {
    color: inherit;
    max-width: none;
    margin: inherit;
    padding-left: 0 !important;
    padding-bottom: 0;
    font-family: inherit;
    width: auto;
    position: static;
}
#app_body h1 {
    font-size: 50px;
    margin-bottom: inherit;
}

#content, #application {
    margin: 0 auto;
    padding: 20px;
    max-width: 800px;
}

input[type=email], input[type=text], textarea {
    box-shadow: none;
    border-color: #9A9A9A;
    border-style: solid;
    margin-bottom: 17px;
    display: block;
    width: 80%;
    padding: 10px;
    border-width: 1px;
    border-radius: 3px;
    outline: 0;
    margin-right: auto;
    margin-left: auto;
}

input[type=email]:focus, input[type=text]:focus, textarea:focus {
    border-color: #00C489;
}

.addthis_toolbox {
    max-width: 800px;
    margin: 0 auto !important;
}

#footer {
    display: none;
}