main.container {
    padding-top: 0
}

.grid-listing a {
    color: #464646
}

#siteheader {
    margin-bottom: 0
}

.heroshot {
    background: #000;
    width: 100vw;
    height: 100vh;
    color: #fff;
    margin-bottom: 5rem;
}

.heroshot .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.heroshot .form {
    max-width: 75rem;
}

.heroshot .form div {
    margin-bottom: 1.5rem;
}

.heroshot input:first-child {
    margin-bottom: 1.5rem
}

.heroshot .form button {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .25rem;
    padding: 1.25rem 3rem;
    width: 100%;
}

.features {
    border-bottom: .1rem solid #ddd;
    margin-bottom: 5rem;
    padding-bottom: 3.5rem
}

.features h2 {
    max-width: 75rem;
    margin: 0 auto 3rem;
    text-align: center;
}

.features ul {
    list-style: none;
    padding: 0;
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.features li {
    position: relative;
    padding: 1.5rem 0 1.5rem 5rem;
}

.features i {
    position: absolute;
    left: 0;
    top: 2rem;
    font-size: 3.2rem;
}

.features p:last-child {
    margin: 0
}

@media (min-width: 768px) {
    .heroshot h1 {
        font-size: 3rem
    }

    .heroshot .form div {
        display: flex;
        justify-content: space-between;
    }

    .heroshot .form div input {
        width: calc(50% - .75rem)
    }

    .heroshot input:first-child {
        margin-bottom: 0
    }

    .features ul {
        margin: 0 -1.5rem;
        display: flex;
        flex-wrap: wrap;
    }

    .features li {
        width: 50%;
        padding: 1.5rem 1.5rem 1.5rem 6.5rem;
    }

    .features i {
        left: 1.5rem
    }
}