/* Framework overrides
========================================================================== */


/* Media Queries
========================================================================== */


/* Small only */

@media screen and (max-width: 39.9375em) {
    .grid-container {
        padding-right: .625rem;
        padding-left: .625rem;
    }
    .menu .login-button {
        background-color: #07233B;
        padding: 9px 1.5rem;
    }
    .footer .menu li a,
    footer .menu li a,
    .terms.menu li:first-child a {
        padding-left: 0px;
    }
    footer .menu a,
    .footer .menu a {
        padding-bottom: 10px;
    }    
    .footer-bottom p {
        padding: 30px 0;
    }
}
@media screen and (max-width: 64em) {
    .main-nav {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .top-header .grid-container {
        padding-right: 0;
        padding-left: 0;
    }
}
/* Medium and up */

@media screen and (min-width: 40em) {
    .h1,
    h1 {
        font-size: 2rem;
        line-height: 1.125;
    }
    .h2,
    h2 {
        font-size: 1.625rem;
        margin-bottom: 4rem;
    }
    .h3,
    h3 {
        font-size: 1.375rem
    }
    .h4,
    h4 {
        font-size: 1.25rem
    }
    .h5,
    h5 {
        font-size: 1.1rem
    }
    .h6,
    h6 {
        font-size: 1rem
    }
    .see-more-margin {
        margin-top: 3.75rem;
    }
    .menu.find-menu li,
    footer .menu li,
    .footer .menu li {
        border-right: solid 1px #64ACFF;
    }
}
/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    footer,.footer {
        text-align: center;
    }
    footer .menu, .footer .menu {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-bottom .menu {
        margin-bottom: 1rem;
    }
}
/* Large and up */

@media screen and (min-width: 64em) {
    .header-cta-block {
        width: 450px;
        padding: 3rem;
        position: absolute;
        bottom: 0;
    }
}
/* Large only */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {}