#logos {
    margin-bottom: 2.75em !important;
    overflow: hidden;
}

a.secondary-button.light.small-12:link,
a.secondary-button.light.small-12:active,
a.secondary-button.light.small-12:visited {
    background-color: transparent;
    color: white !important;
}


a.secondary-button.light.small-12:hover {
    border-color: #1A4574;
    background-color: #1274A2 !important;
}

a.primary-button,
a.secondary-button {
    padding-top: .485em !important;
    padding-bottom: .485em !important;
}

/* Special case for weird button stacking behavior */
@media (max-width: 784px) {
    .primary-button {
        margin-top: 1em
    }

    .primary-button,
    .secondary-button {
        display: inline-block;
        margin: 0.3em auto 0.3em auto;

    }

}

/* Override gutter width for small devices*/
@media only screen and (max-width: 40.062em) {
    .hero-wrap #hero {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #wrapper #content .medium-6,
    #wrapper #content .medium-12,
    #wrapper #content .small-12 {
        /*padding-left: 1.8em;*/
        /*padding-right: 1.8em;*/
    }

    div.hr {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    div.hr.comp {
        margin-top: 1.2em !important;
        margin-bottom: .7em !important;
    }

}

@media (max-width: 64.062em) {
    #homepage-logo {
        margin-left: 1.2em;
        margin-top: 1.1em;
        max-width: 13.3em;
    }

    #hero {
        padding: 0 !important;
        margin: 0
    }

    a.primary-button.right-margin {
        margin-right: 0 !important;
    }

    a.primary-button.right-margin,
    a.secondary-button {
        width: 18em;
        margin: .5em !important;
    }

    a.primary-button.right-margin.small-12,
    a.secondary-button.small-12 {
        width: 100%;
        margin: inherit !important;
    }

    #logos {
        text-align: center;
    }
}

@media (min-width: 64.063em) {
    #homepage-logo {
        max-width: 19em;

        margin-top: 2em;
        margin-left: 2em;
    }

    #hero {
        padding: 4em 1em;
    }
}

img.playbutton {
    max-height: 1.5em;
    margin-right: .5em;
    top: -.1em;
    position: relative;
}