@charset "utf-8";
/* CSS Document */

/*********************
Footer
*********************/

.footer-wrap {
    max-width: 1350px;
    margin: 0 auto;
}

.nav-container {
    background: #161D27;
    color: #fff;
}

.small-container p {
    color: #fff;
}

.small-container hr {
    margin: 15px 0;
    height: 1px;
    border-width: 0;
    background-color: #fff;
}

.small-section {
    color: #BFBFBF;
    display: flex;
    justify-content: space-between;
}

.small-container {
    padding-bottom: 1.5em;
}

.small-container p a {
    color: #fff;
    text-decoration: none;
}

.small-container p a:hover {
    text-decoration: underline;
}

.small-section small a {
    color: #BFBFBF;
    text-decoration: none;
}

.small-section small a:hover {
    text-decoration: underline;
}

.small-heading::after {
    content: ": ";
}

.footer-bottom-container {
    background: #ECF3FA;
    padding: 1.5em 0 3em;
}

.inner-bottom-container {
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.legal-section a {
    color: #626A72;
    text-decoration: none;
}

.legal-section a:hover {
    text-decoration: underline;
}

.legal-section small:not(:nth-of-type(2)) a::after {
    content: " |";
    padding: 0 5px;
    display: inline-block;
}

.tag-line {
    display: flex;
    align-items: center;
    color: #626A72;
}

.tag-line img {
    height: 30px;
    margin-right: 5px;
}

.nav-container {
    background: #161D27;
    color: #fff;
    padding-top: 3em;
}

.midsection-nav {
    display: flex;
    margin: 2em 0 5em;
}

.midsection-nav .footer-explanation {
    width: 35%;
}

.midsection-nav .nav-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 4em;
}

.nav-container hr {
    margin: 0 0 1em;
    height: 1px;
    border-width: 0;
    background-color: #fff;
}

.footer-explanation p {
    max-width: 280px;
    letter-spacing: 0.3px;
    line-height: 22px;
    margin: 0;
}

.footer-nav h4 {
    margin: 0
}

.footer-nav-items {
    padding: 0;
    list-style-type: none;
    line-height: 30px;
}

.footer-nav-items li a {
    text-decoration: none;
    color: #fff;
}

.footer-nav-items li a:hover {
    text-decoration: underline;
}

/*********************
Media
*********************/

@media only screen and (max-width: 1400px) {
    .footer-wrap,
    .inner-bottom-container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1250px) {
    .footer-wrap,
    .inner-bottom-container {
        max-width: 1100px;
    }
}

@media only screen and (max-width: 1150px) {
    .footer-wrap,
    .inner-bottom-container {
        padding: 0 2em;
    }
    .midsection-nav .nav-wrapper {
        grid-gap: 2em;
    }
}

/* Large devices (laptops/desktops, 992px and smaller) */

@media only screen and (max-width: 950px) {
    .small-section {
        flex-direction: column;
    }
    .small-section > small:nth-of-type(2) {
        margin: 1em 0 0;
    }
    .midsection-nav .nav-wrapper {
        grid-gap: 1em;
    }
}

@media only screen and (max-width: 900px) {
    .midsection-nav {
        flex-direction: column;
        margin: 2em 0 4em;
    }
    .midsection-nav .footer-explanation {
        width: 70%;
        margin-bottom: 2.5em;
    }
    .footer-explanation p {
        max-width: unset;
    }
}

/* Medium devices (landscape tablets, 768px and smaller) */
@media only screen and (max-width: 768px) {
    .footer_sign-up {
        flex-direction: column;
        padding: 3em 0;
    }
}

@media only screen and (min-width: 600px) {
    .legal-section-mobile {
        display: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and smaller) */
@media only screen and (max-width: 600px) {
    .midsection-nav .footer-explanation {
        width: 100%;
    }
    .midsection-nav .nav-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 1.5em;
    }
    .midsection-nav {
        margin: 2em 0;
    }
    .email-container form {
        width: 100%;
    }
    .inner-intro p {
        max-width: 100%;
    }
    .small-container p,
    .small-container hr {
        display: none;
    }
    .small-heading {
        display: block;
    }
    .small-heading::after {
        display: none;
    }
    .small-section > small:nth-of-type(1) .small-heading:nth-of-type(2) {
        margin-top: 1.5em;
    }
    .small-section > small:nth-of-type(2) {
        margin: 2.5em 0 0;
    }
    .small-section > small:nth-of-type(1) {
        margin: 0 0 3em;
    }
    .small-section small {
        font-size: 12px;
    }
    .bottom-container .legal-section {
        display: none;
    }
    .legal-section {
        display: none;
    }
    .legal-section-mobile {
        display: flex;
        flex-direction: column;
        line-height: 26px;
    }
    .bottom-container {
        padding: 1em 0;
    }
}

@media only screen and (max-width: 500px) {
    .form-submit {
        justify-content: left;
        align-items: baseline;
        flex-direction: column;
        grid-gap: 2em;
    }
}






































