:root {
    --primary: #0065A4;
    --primary-dark: #1B315E;
    --primary-light: #75BEE9;
    --primary-alt: #0087CB;
    --secondary: #1B315E;
    --tertiary: #0065A4;
    --tertiary-alt: #1B315E;
    --tertiary-alt2: #6ABE66;
    --tertiary-alt3: #75BEE9;
    --tertiary-alt4: #ffb000;
    --tertiary-alt5: #9A5DA9;
    --tertiary-alt6: #FA6032;
    --alert: #ffb000;
    --neutral-grey: #D6D7D6;
    --neutral-grey-dark: #626267;
    --neutral-grey-darker: #31313B;
    --neutral-grey-light: #EFEEED;
    --semantic-black: #000000;
    --semantic-white: #fff;
    --vylla-yellow: #fbaf1a;
    --bg-primary: rgba(106,190,102,0.3);
    --bg-primary-vylla: #F9F5F2;
    --success: #57B947;
    --success-alt: #6ABE66;
}

body {
    font-family: "Montserrat", sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-header[role=banner] .navbar {
    padding: 0;
}

.main-header[role=banner] .navbar .navbar-brand {
    position: relative;
    display: block;
    margin: 5px 0 0 5px;
    width: 150px;
    height: 37px;
    background: url(/media/gnikd024/carrington_logo_final_2col_rgb.png) no-repeat 0 0;
    background-size: contain;
    z-index: 1;
}

@media (min-width: 992px) {
    .main-header[role=banner] .navbar .navbar-brand {
        width: 267px;
        height: 63px;
        margin: 0 45px 0 0;
    }
}

.main-nav-container {
    background: var(--primary);
}

.navbarsDefault > .navbar-nav {
    background: var(--semantic-white);
}

.main-header .navbar .navbar-tagline {
    width: 280px;
    height: 51px;
    background: url(/media/rs3pjdmn/makehomework-wordmark-2.png) no-repeat 0 0;
    background-size: cover;
}

@media (min-width: 1300px) {
    .main-header[role=banner] .navbar .navbar-brand {
        margin: 0;
    }

    .main-nav-container {
        background: url(/media/cdsltngy/bg-navigation-2.png) no-repeat right 0 var(--primary);
    }

    .main-header .navbar {
        flex-wrap: wrap;
    }

    .main-header .navbarsDefault {
        background: transparent;
        align-items: stretch;
    }

    .navbarsDefault > .navbar-nav {
        flex-direction: row;
        flex: 1 1 auto;
        align-items: center;
        justify-content: flex-end;
        background: url(/media/qscarkbo/bg-navigation-repeater-2.png) repeat-x transparent;
    }
}

.main-content {
    padding-left: 30px;
    padding-right: 30px;
}


/*************************/
/* Footer styles */
/*************************/
footer.main-footer .list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px; }
footer.main-footer .list li {
    margin-bottom: 3px; }
footer.main-footer .list li a {
    font-size: 14px;
    line-height: 22.4px;
    font-size: 0.875rem;
    line-height: 1.4rem; }
footer.main-footer .list.small li {
    margin: 0; }
footer.main-footer .list.small a {
    font-size: 12px;
    line-height: 19.2px;
    font-size: 0.75rem;
    line-height: 1.2rem; }
footer.main-footer[role=contentinfo] {
    padding-top: 100px;
    background-color: var(--neutral-grey-light);
    text-align: left;
}

footer.main-footer[role=contentinfo] .container .row {
    justify-content: space-between;
    gap: 10px;
    margin: 0;
}

footer.main-footer[role=contentinfo] .col-sm-6 {
    padding: 0;
    flex: 0 0 45%;
}

footer.main-footer[role=contentinfo] .col-sm-12 {
    padding: 0;
}

footer.main-footer[role=contentinfo] .h4 {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 7px solid var(--primary);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    line-height: 1;
    color: var(--semantic-black);
}

footer.main-footer .h4 > a {
    color: var(--neutral-grey-dark);
    text-decoration: none;
}

footer.main-footer[role=contentinfo] .list a {
    display: inline-block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: var(--neutral-grey-darker);
    text-decoration: none;
}

footer.main-footer[role=contentinfo] a:hover, footer.main-footer[role=contentinfo] a:active {
    color: var(--semantic-black);
    text-decoration: none;
}

footer.main-footer[role=contentinfo] .footer-copyright p {
    color: var(--neutral-grey-darker);
}

footer.main-footer[role=contentinfo] .footer-copyright a, footer.main-footer[role=contentinfo] .footer-copyright a:visited {
    color: var(--neutral-grey-darker);
    text-decoration: none;
}

    footer.main-footer[role=contentinfo] .footer-copyright a:hover, footer.main-footer[role=contentinfo] .footer-copyright a:active {
        color: var(--primary-alt);
        text-decoration: none;
    }
    footer.main-footer[role=contentinfo] .footer-copyright a svg g {
        fill: var(--neutral-grey-darker);
    }

footer.main-footer[role=contentinfo] .footer-copyright img {
    vertical-align: bottom;
}

footer.main-footer[role=contentinfo] .social {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

footer .social {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
@media (min-width: 768px) {
    footer .social {
        text-align: left;
    }
}
footer .social li {
    display: inline; }
footer .social li:last-child a {
    margin: 0; }
footer .social li a {
    display: inline-block;
    margin: 0 20px 0 0; }
footer .social li a:hover svg {
    color: white; }
footer .social svg {
    color: rgba(255, 255, 255, 0.5);
    font-size: 25px;
    line-height: 40px;
    font-size: 1.5625rem;
    line-height: 2.5rem; }

footer.main-footer[role=contentinfo] .social svg {
    color: var(--neutral-grey-darker);
}

footer.main-footer[role=contentinfo] .social svg g {
    fill: var(--neutral-grey-darker);
}

footer.main-footer[role=contentinfo] .social li {
    display: block;
}

footer.main-footer[role=contentinfo] .social li a {
    margin: 0;
}

footer.main-footer[role=contentinfo] .social li a:hover svg {
    filter: brightness(0);
}

@media (min-width: 768px) {
    footer.main-footer[role=contentinfo] > .container > .row {
        gap: 30px;
    }

    footer.main-footer[role=contentinfo] .col-sm-6 {
        flex: 0 0 100%;
    }
}

@media (min-width: 992px) {
    footer.main-footer[role=contentinfo] .list a {
        padding-top: 5px;
    }

    footer.main-footer[role=contentinfo] .social {
        gap: 25px;
        padding-top: 30px;
    }
}