/* Solutions homepage styles.

   developer:   marionm
   requires:    framework
   ========================================================================== */

/* ==========================================================================
   framework overrides
   ========================================================================== */

body { font-family: 'Source Sans Pro', Arial, sans-serif; }

#_footer {
    background: #dedede;
    border-top-color: #afafaf;
    filter: invert(1) brightness(1.1) hue-rotate(180deg);
}

/* ==========================================================================
   solutions section
   ========================================================================== */

#solutions {
    background: linear-gradient(180deg, #131e3f 0%, #101d30 45%, #001822 100%);
    padding: 1rem 0;
}

#solutions hr {
    border: none;
    border-top: 1px solid #2b3753;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1rem;
    width: 100%;
}

#solutions section { padding: 3rem 0; }

#solutions a { color: #fff; }

#solutions a:hover { color: #c2d5fe; }

#solutions img {
    border-radius: .5rem;
    border: 2px solid #3a4c70;
}

#solutions a:hover img { border: 2px solid #4e689d; }

#solutions h2 {
    color: #ffda77;
    font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

#solutions h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: .75rem;
}

#solutions li { padding: .5rem 0; }

#solutions li a {
    background: url('../img/solutions-bullet.svg') no-repeat;
    background-position: 0 .1rem;
    background-size: 1.4375rem 1.1875rem;
    display: inline-block;
    min-height: 1.4375rem;
    padding-left: 2rem;
}

#solutions li a:hover {
    background: url('../img/solutions-bullet-hover.svg') no-repeat;
    background-position: 0 .1rem;
    background-size: 1.4375rem 1.1875rem;
}

/* header
   ========================================================================== */

#header {
    padding: 3rem 0;
    text-align: center;
}

#header h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
}

/* ==========================================================================
   education section
   ========================================================================== */

#education {
    background: #001f29 url('../img/education-bg.png') no-repeat top center;
    background-size: contain;
    padding: 8rem 0 4rem;
    text-align: center;
}

#education h2 {
    color: #fff;
    font-size: 2.75rem;
    font-weight: 600;
}

#education h2 + p {
    color: #a0e4e7;
    font-size: 1.625rem;
    font-weight: 300;
    margin: 0 auto 2rem;
    max-width: 700px;
}

/* panel styles
   ========================================================================== */

#education .education-panel {
    background: #0f3337;
    border-radius: .5rem;
    border: 2px solid #225055;
    margin: 0 auto 3rem;
    padding: 2rem 4rem;
    text-align: left;
    width: 85%;
}

#education .education-panel.technology {
    background: #0f3337 url('../img/education-technology.png') repeat-x bottom;
    background-position-y: bottom -12%;
    background-size: 800px auto;
    padding-bottom: 8rem;
}

#education .education-panel.initiatives {
    background: #0f3337 url('../img/education-initiatives.png') repeat-x bottom;
    background-position-y: bottom -4%;
    background-size: 900px auto;
    padding-bottom: 8rem;
}

#education .education-panel.solutions {
    background: transparent;
    border: none;
    margin-bottom: 0;
    padding: 0 2rem;
}

#education .education-panel h3 {
    color: #9fd4c7;
    font-size: 1.625rem;
    margin-bottom: 1rem;
}

#education .education-panel img {
    display: block;
    margin-top: 1.5rem;
    width: 100%;
}

#education .education-panel:not(.solutions) li > a {
    background: url('../img/education-bullet.svg') no-repeat;
    background-position: 0 .3rem;
    background-size: 1.4375rem 1.1875rem;
    color: #fff;
    display: inline-block;
    font-size: 1.375rem;
    font-weight: 600;
    min-height: 1.4375rem;
    padding-left: 2rem;
}

#education .education-panel:not(.solutions) li > a:hover {
    background: url('../img/education-bullet-hover.svg') no-repeat;
    background-position: 0 .3rem;
    background-size: 1.4375rem 1.1875rem;
    color: #defcfd;
}

#education .education-panel.solutions li > a {
    align-items: center;
    background: #0f3337;
    border-radius: .25rem;
    border: 1px solid #1e4a4f;
    color: #fff;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    padding: 1rem;
    text-align: center;
    width: 100%;
}

#education .education-panel.solutions li > a:hover {
    background: #134247;
    border: 1px solid #2d666c;
}

#education .education-panel p {
    margin-top: 2rem;
    text-align: right;
}

#education .education-panel p a { color: #a0e4e7; }

#education .education-panel p a:hover { color: #defcfd; }

/* ==========================================================================
   core areas section
   ========================================================================== */

#core-areas {
    background: #062134;
    padding: 4rem 0;
}

#core-areas h2 {
    color: #5a95c3;
    font-size: 2.625rem;
    font-weight: 300;
    margin-bottom: 4rem;
    text-align: center;
}

#core-areas a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    gap: 1rem;
}

#core-areas a:hover { color: #defcfd; }

#core-areas img {
    border-radius: .5rem;
    border: 1px solid #3b5a70;
    display: block;
    opacity: .9;
}

#core-areas a:hover img {
    border: 1px solid #3485b9;
    opacity: 1;
}

/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {
    .sneauxphlayke { max-width: 750px !important; }

    #solutions .cgrid { justify-items: center; }

    #solutions h2 { text-align: center; }

    #education .education-panel {
        max-width: 750px !important;
        padding: 2rem;
    }

    #core-areas ul {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 750px !important;
    }
}

/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
    #education { padding-top: 5rem; }

    #education .education-panel.technology,
    #education .education-panel.initiatives {
        background-size: 745px auto;
        padding-bottom: 9rem;
    }
}

/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
    #solutions h3 { margin-top: .3rem; }

    #solutions h2 {
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }

    #solutions section ul {
        margin: 0 auto;
        max-width: 305px !important;
    }

    #solutions li a {
        background-position: 0 .24rem;
        font-size: 1.25rem;
    }

    #education { padding-top: 2.5rem; }

    #education .education-panel { max-width: 350px !important; }

    #education .education-panel.technology,
    #education .education-panel.initiatives { background-size: 675px auto; }

    #core-areas a {
        flex-direction: column;
        text-align: center;
    }
}

/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {
}

/* printer styles
   ========================================================================== */

@media print {
}