* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

body {
    height: 100%;
    width: 100%;
    position: relative;
     -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    left: 0;
     -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke:1px transparent;
}

.flex-container {
    display: flex;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: 'Lato', Helvetica, sans-serif;
    justify-content: space-around;
    align-items: stretch;
}

nav {
    position: fixed;
    height: 70px;
    width: 100%;
    z-index: 100;
    background: rgba(226,226,226, 0.9);
     -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    left: 0;
}

.nav-mobile-menu {
    display: none;
    width: 90%;
    width: calc(100% - 75px);
    height: auto;
    background: #8124f7;
    position: absolute;
    left: 100%;
    color: white;
    padding: 3rem 2rem;
    font-family: 'Raleway', Helvetica, sans-serif;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 1;
}

.nav-hamburger {
    display: none;
    width: 30px;
    height: 25px;
    position: relative;
    margin: 22px;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: black;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.nav-hamburger span:nth-child(1) {
    top: 0;
}

.nav-hamburger span:nth-child(2) {
    top: 10px;
}

.nav-hamburger span:nth-child(3) {
    top: 20px;
}

.nav-hamburger.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav-hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -30px;
}

.nav-hamburger.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nav-mobile-header {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.8rem;
    padding-left: 2rem;
}

.nav-mobile-menu ul {
    list-style: none;
    padding-left: 2rem;
}

.nav-mobile-menu a {
    text-decoration: none;
    color: white;
    letter-spacing: 1px;
}

.nav-mobile-subheader {
    font-size: 1.4rem;
    line-height: 2rem;
}

.nav-mobile-menu hr {
    margin: 2rem 0;
}

footer {
    padding: 3rem;
}

.footer-address-box, .footer-box {
    margin-bottom: 30px;
}

.footer-address-box {
    width: 300px;
}

.footer-address-box img {
    width: 200px;
}

.footer-address-box a {
    text-decoration: none;
    color: #000026;
}

.footer-box {
    background: white;
    padding: 0.4rem;
    border: 1px solid #000026;
    height: auto;
    color: white;
    display: flex;
    flex-grow: 1;
    position: relative;
}

.footer-box div {
    background: #000026;
    padding: 1.6rem;
    color: white;
    width: 250px;
    flex-grow: 1;
}

.footer-box ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-box ul li {
    padding: 8px 0;
}

.footer-box a{
    color: white;
    text-decoration: none;
}

.trademark-text {
    color: #a4a4a4;
}

.social-icons {
    position: absolute;
    margin: 2rem 0 0 0;
    width: 230px !important;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    height: auto !important;
    justify-content: space-between;
}

.facebook-logo {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../images/facebook.svg');
}

.linkedin-logo {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../images/linked_in.svg');
}

.medium-logo {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../images/medium.svg');
}

.twitter-logo {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../images/twitter.svg');
}

.instagram-logo {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../images/instagram.svg');
}

.box-header {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.5rem;
}

.box-body {
    font-family: 'Raleway', Helvetica, sans-serif;
    font-size: 1.7rem;
    line-height: 2.5rem;
}

.purple-box, .green-box, .blue-box, .red-box, .white-box {
    background: transparent;
    border: 1px solid white;
    padding: 0.8rem;
    height: auto;
    display: flex;
    align-items: stretch;
}

.purple-box>div {
    background: rgba(129,36,247, 0.7);
    color: white;
    padding: 1.6rem;
    width: 100%;
}

.green-box>div {
    background: rgba(0,223,153, 0.7);
    color: white;
    padding: 1.6rem;
    width: 100%;
}

.blue-box>div{
    background: rgba(20,161,255, 0.7);
    color: white;
    padding: 1.6rem;
    width: 100%;
}

.red-box>div {
    background: rgba(217,12,17, 0.7);
    color: white;
    padding: 1.6rem;
    width: 100%;
}

.white-box>div {
    background: rgba(255,255,255, 0.7);
    color: #000026;
    padding: 1.6rem;
    width: 100%;
}

.about-hero-container {
    background: url('../images/about-banner.png') no-repeat;
    background-size: cover;
    text-align: center;
    height: 500px;
    display: flex;
    align-items: center;
}

.about-hero-container .purple-box>div {
    padding: 5rem 7.5rem;
}

.about-hero-container .sixup-header {
    padding-bottom: 3rem;
    font-size: 5rem;
}

.about-hero-container .sixup-subheader {
    font-size: 2.5rem;
}

.partner-hero-container {
    background: url('../images/partners-header.png') no-repeat;
    background-size: cover;
    text-align: center;
    height: 500px;
    display: flex;
    align-items: center;
}

.foundation-container-top {
    position: relative;
}

.foundation-container-mobile {
    display: none;
}

.foundation-header {
    position: absolute;
    top: 8%;
    left: 43%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 6rem;
    font-weight: bolder;
    -webkit-transform:scale(1.5,1); /* Safari and Chrome */
    -moz-transform:scale(1.5,1); /* Firefox */
    -ms-transform:scale(1.5,1); /* IE 9 */
    -o-transform:scale(1.5,1); /* Opera */
    transform:scale(1.5,1); /* W3C */
}

.foundation-header-mobile {
    position: absolute;
    top: 3%;
    left: 33%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 6rem;
    font-weight: bolder;
    -webkit-transform:scale(1.5,1); /* Safari and Chrome */
    -moz-transform:scale(1.5,1); /* Firefox */
    -ms-transform:scale(1.5,1); /* IE 9 */
    -o-transform:scale(1.5,1); /* Opera */
    transform:scale(1.5,1); /* W3C */
}

.foundation-subheader {
    position: absolute;
    top: 20%;
    left: 45%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: normal;
    -webkit-transform:scale(1.2,1); /* Safari and Chrome */
    -moz-transform:scale(1.2,1); /* Firefox */
    -ms-transform:scale(1.2,1); /* IE 9 */
    -o-transform:scale(1.2,1); /* Opera */
    transform:scale(1.2,1); /* W3C */
}

.foundation-subheader-mobile {
    position: absolute;
    top: 12%;
    left: 35%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: normal;
    -webkit-transform:scale(1.2,1); /* Safari and Chrome */
    -moz-transform:scale(1.2,1); /* Firefox */
    -ms-transform:scale(1.2,1); /* IE 9 */
    -o-transform:scale(1.2,1); /* Opera */
    transform:scale(1.2,1); /* W3C */
}

.foundation-header-innovate {
    position: absolute;
    top: 30%;
    left: 8%;
    outline: white;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    display: flex;
    width:80%;
}

.foundation-header-innovate-mobile {
    position: absolute;
    top: 20%;
    left: 8%;
    outline: white;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 2.5rem;
    display: flex;
    width:95%;
}

.foundation-learn-button {
    position: absolute;
    top: 70%;
    left: 8%;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    background-color: transparent;
    border: solid 2px #ffffff;
    width: 198px;
    height: 50px;
    cursor: pointer;
}

.foundation-learn-button-mobile {
    position: absolute;
    top: 85%;
    left: 8%;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    background-color: transparent;
    border: solid 2px #ffffff;
    width: 168px;
    height: 40px;
    cursor: pointer;
}

.foundation-header-text {
    position: absolute;
    top: 43%;
    left: 8%;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    display: flex;
    width: 80%;
    font-weight: lighter;
    text-shadow: 2px 2px 2px rgba(80, 80, 80, 0.6);
}

.foundation-header-text-mobile {
    position: absolute;
    top: 25%;
    left: 8%;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    display: flex;
    width: 80%;
    height: 320px;
    font-weight: lighter;
    text-shadow: 2px 2px 2px rgba(80, 80, 80, 0.6);
    line-height: 1.8;
}

.foundation-header-text2 {
    position: absolute;
    top: 51%;
    left: 8%;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    display: flex;
    width: 80%;
    font-weight: lighter;
    text-shadow: 2px 2px 2px rgba(80, 80, 80, 0.6);
}

.foundation-header-text3 {
    position: absolute;
    top: 60%;
    left: 8%;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    display: flex;
    width: 80%;
    font-weight: lighter;
    text-shadow: 2px 2px 2px rgba(80, 80, 80, 0.6);
}

.foundation-header-container {
    background: url('../images/foundation3.jpg') no-repeat;
    background-size: auto 100%;
    background-position: center;
    text-align: center;
    height: 500px;
    z-index: -1;
}

.foundation-header-container:before {
  background-color: rgba(40, 39, 41, 0.62);
    content: "";
    display: block;
    width: 100%;
    height:500px;
}

.partner-hero-container .blue-box>div {
    padding: 5rem 8rem;
}

.partner-hero-container .sixup-header {
    font-size: 5rem;
    padding-bottom: 3rem;
}

.about-hero-container .purple-box, .partner-hero-container .blue-box {
    width: 1000px;
    margin: auto;
}

.service-options-container .white-box {
    max-width: 1000px;
    width: 80%;
    margin: auto;
}

.width-80 {
    width: 80%;
    margin: auto;
}

.black-text {
    color: black;
}

.scholarship-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.scholarship-container {
    margin-left: 10%;
    width: 80%;
    font-size: 13px;
    background-color: #fafafa;
    margin-top: 20px;
}

.scholarship-container div {
    margin-top: 10px;
}

.scholarship-header-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    align-self: center;
}

.scholarship-start {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}

.scholarship-header {
    font-family: "Roboto", sans-serif;
    font-size: 3.65em;
    margin-top: 40px;
    text-align: center;
}

.scholarship-subheader {
    font-family: "Roboto", sans-serif;
    font-size: 1.8em;
    width: 480px;
    margin-top: 10px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    width: 100%;
}

.scholarship-apply-box {
    float: right;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 80px;
}

.scholarship-top-box {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}

.scholarship-apply-header {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: lighter;
    margin-top: 10px;
}

.scholarship-apply-body {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: lighter;
    margin-top: 8px;
}

.scholarship-apply-footer {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: lighter;
    margin-top: 8px;
}

.scholarship-apply-disclosure {
    background-color: #fafafa;
}

.scholarship-apply-link {
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: #d0021b;
}

.about-sunwoo-container {
    background: url('../images/sunwoo.png') no-repeat;
    background-size: cover;
    min-height: 600px;
    padding: 7% 10% 4rem 0;
    text-align: right;
}

.about-sunwoo-container .green-box{
    width: 650px;
    text-align: left;
    display: inline-block;
}

.about-sunwoo-container .green-box>div {
    padding: 5rem;
}

.about-sunwoo-container p {
    margin: 0;
}

.about-sunwoo-container p:nth-child(even) {
    margin: 1rem 0;
}

.about-sunwoo-container .about-founder-text{
    text-align: right;
    color: black;
    position: relative;
    top: 3rem;
}

.about-founder-name {
    font-weight: bold;
    font-family: 'Raleway', Helvetica, sans-serif;
    font-size: 2rem;
}

.about-founder-title {
    font-style: italic;
    font-family: 'Raleway', Helvetica, sans-serif;
    font-size: 1.4rem;
}

.about-augustine-container {
    background: url('../images/about-augustine.png') no-repeat;
    background-position: 50%;
    background-size: cover;
    text-align: left;
    min-height: 600px;
    padding: 7% 0 4rem 10%;
}

.about-augustine-container .purple-box {
    width: 650px;
    display: inline-block;
    text-align: left;
}

.about-augustine-container .purple-box>div {
    background: rgba(158,90,255, 0.9);
    padding: 5rem;
}

.about-augustine-container .about-founder-text{
    text-align: left;
    color: black;
    position: relative;
    top: 3rem;
}

.about-augustine-container p {
    margin: 0;
}

.about-augustine-container p:nth-child(2) {
    margin: 1rem 0;
}

.about-heath-container {
    background: url('../images/heath.png') no-repeat;
    background-size: cover;
    text-align: right;
    min-height: 600px;
    padding: 7% 10% 4rem 0;
}

.about-heath-container .blue-box {
    width: 650px;
    text-align: left;
    display: inline-block;
}

.about-heath-container .blue-box>div {
    padding: 5rem;
}

.about-heath-container .about-founder-text{
    text-align: right;
    color: black;
    position: relative;
    top: 3rem;
}

.about-heath-container p {
    margin: 0;
}

.about-heath-container p:nth-child(2) {
    margin: 1rem 0;
}

.about-team-container {
    background-color: #EDF8FC;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#EDF8FC), to(#E1EFEF));
    background: -webkit-radial-gradient(circle, #EDF8FC, #E1EFEF);
    background: -moz-radial-gradient(circle, #EDF8FC, #E1EFEF);
    background: -ms-radial-gradient(circle, #EDF8FC, #E1EFEF);
    min-height: 600px;
    padding: 6rem 3rem;
}

.about-team-container .sixup-body {
    padding-bottom: 8rem;
}

.about-team-container>div {
    color: #000026;
    text-align: center;
    padding-bottom: 3rem;
    font-family: 'Lato', Helvetica, sans-serif;
}

.about-team-individual-container {
    padding-bottom: 3rem;
    width: 300px;
}

.about-team-individual-container:empty {
    padding-bottom: 0;
}

.about-team-photos-container {
    display: flex;
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-around;
}

.about-team-individual-photo-container {
    padding: 0.8rem;
    outline: 1px solid white;
    margin: 0 2rem 1rem 2rem;
    display: inline-block;
}

.about-team-individual-photo-container img {
    width: 150px;
}

.about-team-individual-name {
    font-size: 1.7rem;
}

.about-team-individual-title, .about-team-individual-advisor {
    font-size: 1.2rem;
    line-height: 1.7rem;
}

.about-team-individual-advisor {
    font-weight: 300;
}

.partner-about-container {
    min-height: 200px;
    background: rgba(20,161,255, 1);
    text-align: center;
    display: flex;
    align-items: center;
    color: white;
    padding: 6rem 3rem;
}

.foundation-menu-container {
    height: 86px;
    background: rgba(20,161,255, 1);
    text-align: center;
    display: flex;
    background-color: #ffffff;
    justify-content: center;
}

.foundation-menu-items {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 50%;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: slategray;
}

.foundation-menu-items-mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    color: slategray;
}
.foundation-menu-items-mobile a{
    text-decoration:none;
    color: slategray;
}


.foundation-menu-items div:hover {
    color: black;
}

.foundation-menu-items div {
    cursor: pointer;
}


.pathway-container {
    height: 1100px;
    width: 100%;
    background: rgba(249,249,249);
    display: flex;
    padding: 6rem 0;
    flex-direction: row;
    justify-content: space-evenly;
}

.pathway-container-mobile {
    height: 1600px;
    width: 100%;
    background: rgba(249,249,249);
    display: flex;
    padding: 6rem 0;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
}


.pathway-left-mobile {
    margin-left: 10%;
}

.future-left-mobile {
    margin-left: 10%;
    height: 100%;
}

.future-prime-container {
    height: 630px;
    background: #ffffff;
    padding: 6rem 1.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.future-prime-container-mobile {
    height: 1700px;
    background: #ffffff;
    padding: 6rem 1.5rem;
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-left: 10%;
}

.future-button-container {
    background: #ffffff;
    padding: 6rem 1.5rem;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.future-middle {
    width: 0px;
    padding-right: 5px;
}

.future-break {
    width: 5px;
}

.future-right {
    padding-right: 5px;
}

.future-right-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.pathway-header {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    margin-bottom: 10px;
}


.pathway-header-mobile {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}

.pathway-header-mobile1 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    margin-top: -20px;
}

.pathway-subheader {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin-left: 2px;
    color: #363D4F;
}

.pathway-subheader-mobile {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    margin-left: 2px;
    color: #363D4F;
}


.pathway-header-box {
    margin-bottom: 50px;
    height: 60px;
}

.pathway-header-box-mobile {
    margin-bottom: 30px;
}

.upmatch-header {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 12px;
    color: #152935;
}

.upmatch-header-mobile {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 12px;
    color: #152935;
    margin-top: 15px;
}

.future-header-mobile {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    width: 80%;
}

.upmatch-text {
    width: 500px;
    height: 153px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 2.5;
    margin-bottom: 100px;
    color: #474747;
}

.upmatch-text-mobile {
    height: 137px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 2.5;
    color: #474747;
    width: 95%;
    font-weight: lighter;
}

.future-text-mobile {
    height: 310px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 2.5;
    color: #474747;
    width: 95%;
    font-weight: lighter;
    margin-bottom: 10px;
    margin-top: -10px;
}

.future-text-mobile2 {
    height: 140px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 2.5;
    color: #474747;
    width: 95%;
    font-weight: lighter;
}



.college-graph-mobile {
    margin-top: 150px;
    width: 90%;
    margin-bottom: 30px;
}

.future-text-box {
    width: 500px;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.future-text {
    width: 383px;
    height: 56px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 70px;
    color: #474747;
}

.futureprime-text-mobile {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 70px;
    color: #474747;
    font-weight: lighter;
    text-align: center;
}

.future-icon {
    margin-top: -10px;
}

.future-icon2 {
    margin-top: -30px;
}

.college-graph {
    margin-bottom: 80px;
}

.college-dropout {
    margin-bottom: 80px;
    margin-top: 100px;
    width: 90%;
}

.college-dropout-mobile {
    margin-bottom: 30px;
    margin-top: 100px;
    width: 90%;
}

.college-pie-mobile {
    margin-top: 70px;
    width: 90%;
}

.future-button {
    width: 240px;
    height: 50px;
    align-self: center;
    background: rgba(121,102,139);
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 30px;
}

.thought-leadership-container {
    position: relative;
}

.future-thought-leadership {
    height: 380px;
    background: url('../images/future-pencil.jpg') no-repeat;
    background-size:     cover; 
    background-position: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: -1
}

.future-thought-leadership-mobile {
    height: 300px;
    background: url('../images/future-pencil.jpg') no-repeat;
    background-size: auto 100%;
    background-position: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: -1
}

.future-thought-leadership:before {
    background-color: rgba(225,225,225);
    content: "";
    display: block;
    width: 100%;
    height:380px;
    opacity: 0.5;
}

.future-thought-leadership-mobile:before {
    background-color: rgba(225,225,225);
    content: "";
    display: block;
    width: 100%;
    height:380px;
    opacity: 0.5;
}

.leadership-header {
    position: absolute;
    top: 20%;
    left: 28%;
    transform: translate(-50%, -50%);
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    width: 550px;
}

.leadership-header-mobile {
    position: absolute;
    top: 20%;
    left: 45%;
    transform: translate(-50%, -50%);
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    width: 250px;
}

.thought-leadership-text {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 53%;
    left: 28%;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    display: flex;
    width: 550px;
    height: 155px;
    line-height: 2;
    color: #363D4F;
}

.thought-leadership-text-mobile {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 53%;
    left: 52%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    display: flex;
    width: 300px;
    height: 155px;
    line-height: 2;
    color: #363D4F;
}


.foundation-link {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 83%;
    left: 28%;
    color: #0095b7;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    width: 550px;
}

.future-prime-footer {
    height: 420px;
    background: #ffffff;
    padding: 6rem 1.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.future-prime-footer-mobile {
    height: 700px;
    background: #ffffff;
    padding: 6rem 1.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 10%;
}

.future-footer-text {
    width: 500px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 2.5;
    margin-bottom: 20px;
    color: #474747;
}

.future-footer-text-mobile {
    width: 80%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 2.5;
    margin-bottom: 20px;
    color: #474747;
    font-weight: lighter;
}

.future-contact {
    color: #474747;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 19px;
}

.future-contact-mobile {
    color: #474747;
    font-weight: medium;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.future-contact-title {
    color: #474747;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    font-size: 19px;
}

.future-contact-title-mobile {
    color: #474747;
    font-weight: regular;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.future-contact-email {
    color: #474747;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    margin-top: 12px;
}

.future-backdrop {
    background: rgba(121,102,139);
}

.future-box {
    background: transparent;
    padding: 0.8rem;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.future-box-mobile {
    background: transparent;
    padding: 0.8rem;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.future-bullet-container {
    list-style-type: circle;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 150px;
    font-size: 33px;
    color: white;
}

.future-bullet {
    list-style-type: disc;
}

.loan-sub-hero-container {
    min-height: 200px;
    background: rgba(0,223,153, 1);
    text-align: center;
    display: flex;
    align-items: center;
    color: white;
    padding: 6rem 3rem;
}

.partner-about-container .sixup-body {
    line-height: 3.5rem;
}

.partner-goals-container {
    min-height: 350px;
    background: url('../images/partners-background2.png') no-repeat;
    background-size: cover;
    text-align: center;
    color: white;
    padding: 6rem 0;
}

.partner-goals-container .sixup-header {
    padding-bottom: 3rem;
}

.partner-with-us-container {
    min-height: 200px;
    background-color: #EDF8FC;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#EDF8FC), to(#E1EFEF));
    background: -webkit-radial-gradient(circle, #EDF8FC, #E1EFEF);
    background: -moz-radial-gradient(circle, #EDF8FC, #E1EFEF);
    background: -ms-radial-gradient(circle, #EDF8FC, #E1EFEF);
    text-align: center;
    padding: 6rem 4rem;
}

.partner-with-us-container .sixup-header {
    padding-bottom: 3rem;
}

.partner-with-us-container .sixup-body {
    line-height: 2.5rem;
}

.partner-with-us-container .other-cta-button button {
    padding: 20px 25px;
}

.partner-with-us-container .other-cta {
    margin-top: 5rem;
}

.partner-goals-item-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: stretch;
}

.partner-goals-item-container .green-box {
    width: 30%;
    margin-bottom: 4rem;
    min-height: 130px;
}

.partner-goals-item-container .green-box>div {
    display: flex;
    align-items: center;
    background: rgba(0, 223, 153, 0.9);
}

.partner-goals-item-container .box-body {
    width: 100%;
    line-height: 1.9rem;
    letter-spacing: 1px;
}

.partner-current-container {
    min-height: 600px;
    background: #8124f7;
    padding: 6rem 4rem;
    color: white;
    text-align: center;
}

.partner-current-container .sixup-header {
    margin-bottom: 3rem;
}

.partner-current-box-container {
    text-align: center;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 1.5rem;
    padding-top: 3rem;
}

.no-pad-top {
    padding-top: 0;
}

.partner-current-box-icons {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.partner-current-box-icons-new {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-evenly;
    width: 100%;
    max-width: 1000px;
    flex-direction: row;
    margin: auto;
}

.vc-investors-bottom-row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.partner-current-box-icons-item-np {
    width: 220px;
    height: 220px;
    margin-top: -10px;
    margin-bottom: -20px;
}

.partner-current-box-icons-item-np img {
    width: 220px;
    height: 220px;
}

.partner-current-box-icons-item-np-reduced {
    width: 220px;
    height: 220px;
    padding: 35px 20px 5px 20px;
    margin-top: -10px;
    margin-bottom: -30px;
}

.partner-current-box-icons-item-np-reduced img {
    width:180px;
    height:180px;
}

.partner-current-box-icons-item-banks {
    margin-top: -40px;
    margin-bottom: -30px;
    width: 220px;
}

.partner-current-box-icons-item-banks img {
    width: 220px;
}

.partner-current-box-icons-item-k12-reduced {
    margin-top: 0px;
    padding: 10px;
    width: 220px;
    height: 220px;
}

.partner-current-box-icons-item-k12-reduced img {
    width: 200px;
    height: 200px;
}

.partner-current-box-icons-item-k12-reduced2 {
    margin-top: -60px;
    margin-bottom: -30px;
    padding: 20px;
    width: 220px;
    height: 220px;
}

.partner-current-box-icons-item-k12-reduced2 img {
    width: 180px;
    height: 180px;
}

.partner-current-box-icons-item-vc {
    margin-top: 10px;
    width: 220px;
    height: 220px;
}

.partner-current-box-icons-item-vc img {
    width: 220px;
    height: 220px;
}


.pad-top-7 {
    padding-top: 7rem;
}

.pad-top-8 {
    padding-top: 8rem;
}

.pad-top-11 {
    padding-top: 11rem;
}

.partner-current-box-icons img {
    width: 220px;
    height: 220px;
}


.shrink img {
    width: 180px;
}

.partner-current-category {
    border-bottom: 1px solid white;
    padding: 0 3.5rem 1rem;
}

.partner-icon-lykes img{
    width: 270px;
    position: relative;
}

.partner-icon-genesys img{
    width: 250px;
    position: relative;
    top: 20px;
}

.partner-icon-mailman img {
    width: 190px;
    position: relative;
    top: -5px;
}

.partner-icon-wti img {
    width: 150px;
    position: relative;
    top: -35px;
}

.announcement-banner {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: gray;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    opacity: 0.9;
    font-family: 'Lato', Helvetica, sans-serif;
}

.announcement-content {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.scholarship-content {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.scholarship-page-link {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.announcement-left {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 42%;
    color: white;
    font-family: 'Lato', Helvetica, sans-serif;
    border-right: 1px solid white;
}

.announcement-scholarship {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: white;
    font-family: 'Lato', Helvetica, sans-serif;
}

.announcement-right {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 46%;
    color: white;
    font-family: 'Lato', Helvetica, sans-serif;
    padding-left: 10px;
}

.annoucement-close {
    width: 9%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.contact-info-container {
    display: grid;
    color: black;
}

.contact-info-span {
    font-size: 1.5rem;
}

.contact-info-label {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 3px;
    color: #8124f7;
}

.esg-link {
    margin-top: 5px;
    color: white;
}

.nav-main-links {
    width: 60%;
    display: inline-block;
    height: 100%;
}

.nav-brand-logo {
    display: inline-block;
    text-align: center;
    width: 10%;
}

.nav-brand-logo div {
    position: relative;
    top: 12px;
    left: 20px;
    width: 125px;
}

.nav-main-links-container {
    display: flex;
    list-style: none;
    padding: 0 4rem;
    margin: 0;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}

.nav-buttons-container {
    width: 10%;
    display: inline-block;
}

.nav-buttons-subcontainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.nav-main-links-container li {
    align-self: stretch;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.nav-link {
    color: #000026;
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 1.8rem;
    position: relative;
}

.nav-link a {
    color: inherit;
    text-decoration: none;
}

.nav-apply-button-container {
    width: 5%;
    text-align: center;
    display: inline-block;
}

.nav-login-button-container {
    background: #e5e5e5;
    width: 5%;
    text-align: center;
    display: inline-block;
}

.nav-apply-button {
    padding: 0.4rem;
    outline: 1px solid #000026;
    display: inline-block;
}

.nav-login-button {
    background: #666666;
    padding: 0.3rem;
    display: inline-block;
}

.nav-apply-button2 {
    background: #d0021b;
    color: white;
    padding: 0.4rem;
    display: inline-block;
}

.nav-apply-button button {
    color: white;
    background: #000026;
    padding: 10px 50px;
    font-weight: bold;
    font-size: 1.8rem;
    font-family: 'Raleway', Helvetica, sans-serif;
    cursor: pointer;
    border-radius: 0;
    border: none;
}

.nav-apply-button2 button {
    color: white;
    background: #d0021b;
    padding: 10px 50px;
    font-weight: 550;
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    border-radius: 0;
    border: none;
    width: 150px;
    height: 38px;
}

.nav-login-button button {
    background-color: #e5e5e5;
    color: #666666;
    padding: 10px 20px;
    font-weight: 550;
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    border-radius: 0;
    border: none;
    width: 120px;
}

.nav-apply-button button:focus {
    outline: none;
}

.nav-main-links-container .active {
    border-bottom: 5px solid #d0021b;;
    color: #d0021b;
    padding-top: 5px;
}

.nav-sub-links{
    display: none;
    position: absolute;
    height: 220px;
    width: 640px;
    background: white;
    top: 70px;
    left: -130px;
    border: 2px solid #000026;
    padding: 2rem;
    align-items: center;
}

.nav-sub-links a {
    cursor: pointer;
}

.nav-sub-links ul {
    padding: 0;
    position: relative;
    width: auto;
    display: inline-block;
}

.nav-sub-links.pathways ul {
    padding-right: 34px;
    margin-right: 34px;
}

.nav-sub-links.our-loans ul {
    padding-right: 80px;
    margin-right: 80px;
}

.nav-sub-links.our-services ul {
    padding-right: 76px;
    margin-right: 76px;
}

.nav-sub-links.our-partners ul {
    padding-right: 39px;
    margin-right: 39px;
}

.nav-sub-links.our-company ul {
    padding-right: 104px;
    margin-right: 104px;
}

.nav-sub-links.our-company {
    left: -330px;
}

.nav-sub-links ul:after {
    content: '';
    position: absolute;
    right: 0;
    height: 50%;
    top: 25%;
    border-right: 1px solid #000026;

}

.nav-sub-links ul li {
    padding: 0.9rem 0;
    color: #000026;
}

.nav-link:hover {
    border-bottom: 5px solid #d0021b !important;
    color: #d0021b !important;
}

.nav-link:not(.active):hover {
    padding-top: 5px;
}

.nav-main-links-container:hover .nav-link.active {
    border-bottom: inherit;
    color: inherit;
    padding-top: 0;
}

.nav-main-links-container:hover .nav-link.active:hover {
    padding-top: 5px;
}

.nav-link:hover .nav-sub-links {
    display: flex;
}

.nav-sub-links .cta-button {
    outline: 2px solid #8124f7;
}

.nav-sub-links .cta-button:hover {
    background: #8124f7;
}

.nav-sub-links .cta-button button {
    background: #8124f7;
    font-weight: 400;
}

.parent-container {
    padding-top: 70px;
}

.italic {
    font-style: italic;
}

.home-hero-container {
    position: relative;
}

.carousel .slick-list {
    overflow: hidden;
}

.home-hero-container .slick-dots {
    bottom: 105px;
}

.home-hero-quote-container {
    display: flex;
    align-items: center;
    min-height: 700px;
    overflow: hidden;
    padding-bottom: 4rem;
}

.home-main-quote-container {
    position: absolute;
    bottom: 3rem;
    right: 5rem;
    left: 5rem;
}

.home-hero-quote-container:focus {
    outline: none;
}

.home-hero-quote-container>div {
    width: 65%;
    min-width: 875px;
    margin-left: -0.8rem;
    min-height: 440px;
    display: flex;
    align-items: stretch;
}

.home-hero-quote-container .home-main-subheader {
    font-size: 2.5rem;
}

.home-hero-quote-container .home-quote-author {
    font-size: 1.9rem;
    font-weight: 600;
}

.home-hero-quote-container .home-quote-title {
    font-size: 1.6rem;
}

.home-hero-quote-container>div>div {
    padding: 3rem 5rem 5rem;
    height: auto;
    position: relative;
}

.student-hero-quote-1 {
    background: url('../images/program-banner-2.png') no-repeat;
    background-size: cover;
}

.student-hero-quote-2 {
    background: url('../images/program-banner-1.png') no-repeat;
    background-size: cover;
    justify-content: flex-end !important;
}

.student-hero-quote-2 .purple-box{
    margin-right: -0.8rem;
}

.student-hero-quote-3 {
    background: url('../images/program-banner-3.png') no-repeat;
    background-size: cover;
}

.home-main-header {
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 7rem;
    color: #000026;
    line-height: 7rem;
    margin-bottom: 8rem;
}

.home-main-subheader {
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 2.2rem;
    color: white;
    margin-top: 1rem;
    font-weight: 300;
    line-height: 3rem;
    letter-spacing: 1px;
}

.future-main-subheader {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    color: white;
    margin-top: 1rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1px;
}

.future-main-subheader-mobile {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: white;
    margin-top: 1rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1px;
}

.future-quote-mark {
    font-family: "Gill Sans", regular;
    font-size: 90px;
}

.home-quote-author {
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 2.1rem;
    color: white;
    font-style: italic;
    padding-top: 1rem;
    font-weight: bold;
    text-align: right;
}

.future-quote-author {
    font-family: "Roboto", sans-serif;;
    font-size: 2.1rem;
    color: white;
    padding-top: 1rem;
    font-weight: medium;
    text-align: center;
}

.future-quote-author-mobile {
    font-family: "Roboto", sans-serif;;
    font-size: 16px;
    color: white;
    padding-top: 1rem;
    font-weight: medium;
    text-align: center;
}


.future-divider {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 18px;
}

.future-span {
    width: 180px;
    border-top: solid 0.5px #ffffff;
}

.home-quote-title {
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 1.4rem;
    color: white;
    padding-top: 0.5rem;
    text-align: right;
}

.future-quote-title {
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    color: white;
    padding-top: 0.5rem;
    text-align: center;
    font-weight: lighter;
}

.home-hero-cta-container {
    text-align: center;
    position: absolute;
    top: 615px;
    left: 0;
    right: 0;
}

.home-cta, .other-cta {
    display: inline-block;
}

.cta-button {
    outline: 1px solid #000026;
    background: transparent;
    padding: 0.5rem;
}

.other-cta-button {
    outline: 1px solid #d90c11;
    background: transparent;
    padding: 0.5rem;
}

.cta-button button {
    color: white;
    background: #000026;
    font-family: 'Raleway', Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    border: none;
    border-radius: 0;
    padding: 15px 10px;
    cursor: pointer;
    min-width: 200px;
}

.cta-button button:focus {
    outline: none;
}

.other-cta-button button {
    color: white;
    background: #d90c11;
    font-family: 'Raleway', Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    border: none;
    border-radius: 0;
    padding: 10px 5px;
    cursor: pointer;
    min-width: 150px;
}

.other-cta-button button:focus {
    outline: none;
}

.home-loan-requirements-container {
    min-height: 600px;
    background-color: #EDF8FC;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#EDF8FC), to(#E1EFEF));
    background: -webkit-radial-gradient(circle, #EDF8FC, #E1EFEF);
    background: -moz-radial-gradient(circle, #EDF8FC, #E1EFEF);
    background: -ms-radial-gradient(circle, #EDF8FC, #E1EFEF);
    text-align: center;
    padding: 6rem 3rem;
    position: relative;
}

.home-loan-requirements-container .sixup-body {
    font-size: 1.8rem;
}

.sixup-header {
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: bold;
}

.sixup-subheader {
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 300;
}

.home-loan-requirements-container .sixup-subheader {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.home-loan-requirements-container ul {
    width: 65%;
    margin: auto;
    padding-top: 2rem;
    text-align: left;
    list-style: none;
}

.sixup-body {
    font-family: 'Raleway', Helvetica, sans-serif;
    font-weight: 300;
    font-size: 2rem;
}

.home-loan-requirements-container li {
    padding-bottom: 1.5rem;
    position: relative;
}

.home-loan-requirements-container li:before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../images/checkbox.svg) no-repeat;
    position: absolute;
    left: -40px;
    top: -5px;
}

.home-loan-requirements-cta-container {
    padding-top: 3rem;
}

.home-pathway-container {
    text-align: center;
    color: white;
    min-height: 450px;
    background: cadetblue;
    padding: 6rem 3rem;
    background: url('../images/program-pathway-1.png') no-repeat;
    background-size: cover;
}


.home-pathway-box-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 5rem;
    padding: 0 4rem;
}

.home-pathway-box-container .purple-box, .home-pathway-box-container .green-box, .home-pathway-box-container .red-box, .home-pathway-box-container .blue-box {
    min-height: 100px;
    width: 22%;
}

.home-pathway-box-container>div>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-pathway-box-container .box-header{
    color: white;
}

.home-more-reasons-container {
    color: #ffffff;
    text-align: center;
    min-height: 500px;
    background: #8124f7;
    padding: 6rem 3rem;
}

.home-more-reasons-container .sixup-header {
    margin-bottom: 3rem;
    color: #000026;
}

.home-more-reasons-box-container {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    min-height: 100px;
}

.home-more-reasons-box-container>div {
    width: 25%;
}

.sixup-body-header {
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
}

.home-more-reasons-box-container .sixup-body-header {
    margin: 2rem 0;
}

.home-more-reasons-container .home-more-reasons-cta-container {
    margin-top: 4rem;
}

.home-more-reasons-icon {
    width: 160px;
    margin: auto;
}

.home-ready-container {
    min-height: 500px;
    background: #14a1ff;
    text-align: center;
    padding: 6rem 0;
}

.home-ready-container .sixup-header {
    margin-bottom: 30px;
}

.home-ready-box-container {
    display: flex;
    align-items: stretch;
    min-height: 100px;
    justify-content: space-around;
}

.home-ready-box-container>div {
    position: relative;
    padding-bottom: 160px;
    min-width: 160px;
}

.home-ready-box-container .sixup-body-header {
    margin: 4rem 2rem 2rem;
    color: white;
}

.home-ready-box-container .box-body {
    color: white;
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
}

.home-ready-apply-cta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-ready-chat-cta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-ready-icon {
    width: 380px;
    position: relative;
    top: -70px;
    height: 170px;
    margin: auto;
}

.home-ready-icon img {
    width: 100%;
}

.home-advice-container {
    min-height: 500px;
    background: #00df99;
    text-align: center;
    padding: 6rem 3rem;
}

.home-advice-container .sixup-header {
    padding-bottom: 3rem;
}

.home-advice-box-container {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    color: white;
}

.home-advice-box-container a {
    color: white;
    text-decoration: none;
}

.home-advice-box-container>div {
    width: 30%;
    padding-bottom: 80px;
}

.home-advice-box-container .sixup-body-header {
    margin: 2rem;
}

.home-advice-box-container .box-body {
    padding-top: 2rem;
    font-size: 2rem;
    color: #000026;
}

.home-resources-icon {
    width: 160px;
    margin: auto;
}

.home-student-quote-container {
    position: relative;
}

.further-resources-container {
    min-height: 500px;
    background: dimgrey;
    text-align: center;
    padding-top: 6rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
}

.further-resources-container .sixup-header {
    padding-bottom: 3rem;
    color: white;
    font-weight: normal;
}

.further-resources-container .further-resources-box-container{
    text-align: left;
}

.further-resources-box-container{
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    color: white;
}

.further-resources-box-container a:hover {
    color: rgb(194, 194, 194);
    text-decoration: none;
}

.further-resources-box-container a {
    color: white;
    text-decoration: none;
}

.further-resources-box-container>div {
    width: 30%;
    padding-bottom: 50px;
}

.further-resources-box-container .sixup-body-header {
    font-family: 'Raleway', Helvetica, sans-serif;
    font-weight: bold;
    font-size: 2.0rem;
}

.further-resources-box-container .box-body {
    padding-top: 0.5rem;
    font-size: 1.75rem;
    color: #000026;
    font-family: 'Raleway', Helvetica, sans-serif;
}

.partner-quote-container {
    position: relative;
}

.partner-quote-container .slick-dots {
    bottom: 20px;
}

.partner-quote-container .blue-box {
    width: 60%;
    margin-right: -0.8rem;
}

.partner-quote-container .future-box {
    width: 60%;
    margin-right: -0.8rem;
}

.partner-quote-container .future-box-mobile {
    width: 60%;
    margin-right: -0.8rem;
}

.partner-quote-container .blue-box>div {
    padding: 4rem;
}

.home-student-quote-container .slick-dots{
    bottom: 20px;
}

.home-student-quote-container .purple-box {
    width: 60%;
    margin-left: -0.8rem;
}

.home-student-quote-container .purple-box>div {
    padding: 4rem 4rem 4rem 8rem;
}

.home-student-quote-text {
    font-family: 'Raleway', Helvetica, sans-serif;
    font-size: 3rem;
    font-style: italic;
}

.student-testimony {
    overflow: hidden;
}

.partner-testimony {
    overflow: hidden;
}

.partner-testimony-1 {
    justify-content: flex-end !important;
}

.partner-testimony-2 {
    justify-content: flex-start !important;
}

.partner-testimony .blue-box {
    margin-left: -0.8rem;
}

.partner-testimony .future-box {
    margin-left: -0.8rem;
}

.student-testimony:focus {
    outline: none;
}

.partner-testimony:focus {
    outline: none;
}

.student-testimony-1 {
    background: url('../images/pathway-test-stacey.png') no-repeat;
    background-size: cover;
}

.student-testimony-2 {
    background: url('../images/pathway-test-oscar.png') no-repeat;
    background-size: cover;
    justify-content: flex-end !important;
}

.student-testimony-2 .purple-box, .student-testimony-3 .purple-box {
    margin-right: -0.8rem;
}

.student-testimony-3 {
    background: url('../images/pathway-test-anngellie.png') no-repeat;
    background-size: cover;
    justify-content: flex-end !important;
}

.partner-testimony-1 {
    background: url('../images/partners-test-bryan.png') no-repeat;
    background-size: cover;
}

.partner-testimony-2 {
    background: url('../images/partners-test-kathy.png') no-repeat;
    background-size: cover;
    justify-content: flex-start;
}

.partner-testimony-1 .blue-box {
    margin-right: -0.8rem;
}

.home-student-quote-author {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 3.5rem;
    font-weight: bold;
    margin-top: 1rem;
}

.home-student-quote-container .home-student-quote-author {
    text-align: right;
    padding-right: 10rem;
}

.home-pathway-detail-container {
    position: relative;
}

.home-pathway-detail-box {
    height: 850px;
    position: relative;
    padding: 3rem 0;
}

.home-finance-detail-container {
    background: url('../images/pathway-finance.png') center center no-repeat;
    background-size: cover;
}

.home-academic-detail-container {
    background: url('../images/pathway-academic.png') center center no-repeat;
    background-size: cover;
}

.home-wellness-detail-container {
    background: url('../images/pathway-personalwellness.png') center center no-repeat;
    background-size: cover;
}

.home-career-detail-container {
    background: url('../images/pathway-career.png') center center no-repeat;
    background-size: cover;
}

.home-pathway-detail-header {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    color: #000026;
    text-align: right;
    margin-bottom: 2rem;
}

.home-pathway-detail-box-title {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-family: 'Raleway', Helvetica, sans-serif;
}

.home-pathway-detail-body {
    margin-bottom: 2rem;
    font-style: italic;
    font-size: 2rem;
    font-family: 'Raleway', Helvetica, sans-serif;
}

.home-pathway-detail-menu {
    position: absolute;
    width: 30rem;
    left: 4rem;
    top: 10rem;
}

.home-pathway-detail-box>div {
    padding-left: 38rem;
    padding-top: 10.5rem;
}

.home-pathway-detail-box-info {
    width: 1000px;
    clear: both;
}

.home-pathway-detail-title {
    padding: 3rem 3rem 15rem;
}

.green-box-menu, .blue-box-menu, .purple-box-menu, .red-box-menu {
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    height: 12rem;
    justify-content: center;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 2rem;
    margin: 2rem 0;
    cursor: pointer;
    letter-spacing: 2px;
}

.green-box-menu.active {
    background: #00df99;
}

.blue-box-menu.active {
    background: #14a1ff;
}

.purple-box-menu.active {
    background: #8124f7;
}

.red-box-menu.active {
    background: #d90c11;
}

.hidden {
    display: none;
}

.mid-bold {
    font-weight: 500;
}

.bold {
    font-weight: 600;
}

.mobile-break {
    display: none;
}

.text-right {
    text-align: right;
}

.loan-hero-container {
    min-height: 500px;
    background: url('../images/loan-header.png') no-repeat;
    background-size: cover;
    color: #000026;
    display: flex;
    align-items: center;
}

.loan-hero-container .green-box {
    width: 1000px;
    margin: auto;
}

.loan-hero-container .green-box>div {
    color: #000026;
    text-align: center;
    padding: 5rem 8rem;
}

.loan-hero-container .sixup-header {
    font-size: 5rem;
}

.loan-detail-container {
    padding: 6rem 3rem;
    min-height: 500px;
    background-color: #EDF8FC;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#EDF8FC), to(#E1EFEF));
    background: -webkit-radial-gradient(circle, #EDF8FC, #E1EFEF);
    background: -moz-radial-gradient(circle, #EDF8FC, #E1EFEF);
    background: -ms-radial-gradient(circle, #EDF8FC, #E1EFEF);
    color: #000026;
    text-align: center;
}

.loan-detail-container ul {
    width: 800px;
    text-align: left;
    margin: auto;
    list-style: none;
    padding-top: 3rem;
}

.loan-detail-container li {
    padding-bottom: 2rem;
    position: relative;
}

.loan-detail-container li:before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../images/checkbox.svg) no-repeat;
    position: absolute;
    left: -40px;
    top: -5px;
}

.loan-detail-container a {
    color: #000026;
    text-decoration: none;
    font-style: italic;
}

.loan-detail-container .home-cta {
    margin-top: 4rem;
}

.loan-options-container {
    text-align: center;
    color: white;
    background: url('../images/loan-background2.png') no-repeat;
    background-size: cover;
    min-height: 1000px;
    padding: 6rem 3rem;
}

.loan-options-container .box-body {
    width: 80%;
    margin: auto;
}

.loan-options-container .sixup-subheader {
    padding: 3rem 0 2rem;
}

.loan-options-box-container {
    display: flex;
    width: 70%;
    margin: auto;
    justify-content: space-between;
}

.loan-options-box-container .blue-box, .loan-options-box-container .green-box {
    width: 45%;
    margin: 3rem 0 4rem;
    height: 370px;
}

.loan-options-box-container .box-header {
    color: white;
    padding: 2rem 0 3rem;
}

.loan-options-container .purple-box {
    width: 70%;
    margin: 3rem auto;
}

.loan-options-container .sixup-subheader a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.service-options-container {
    min-height: 500px;
    padding: 6rem 0;
    background: url('../images/ourservices-banner.png') center center no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.service-options-container .sixup-header {
    font-size: 5rem;
    padding-bottom: 3rem;
}

.service-options-box-container {
    display: flex;
    width: 80%;
    max-width: 1000px;
    align-items: stretch;
    margin: 3rem auto 0;
    justify-content: space-between;
}

.service-options-container .white-box>div {
    padding: 5rem 8rem;
    background: rgba(255,255,255, 0.9);
}

.service-options-box-container>div {
    width: 20%;
}

.service-options-box-container>div>div {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.service-options-box-container .box-header{
    color: white;
}

.service-options-box-container .green-box {
    border: 1px solid #00df99;
}

.service-options-box-container .blue-box {
    border: 1px solid #14a1ff;
}

.service-options-box-container .purple-box {
    border: 1px solid #8124f7;
}

.service-options-box-container .red-box {
    border: 1px solid #d90c11;
}

.service-finance-container {
    min-height: 450px;
    background: url('../images/services-pathways-finance.png') 50% 50% no-repeat;
    background-size: cover;
    padding: 6rem 3rem;
    text-align: center;
    color: white;
}

.service-academic-container {
    min-height: 450px;
    background: url('../images/services-pathways-academics.png') no-repeat;
    background-size: cover;
    padding: 6rem 3rem;
    text-align: center;
    color: white;
}

.service-wellness-container {
    min-height: 450px;
    background: url('../images/services-pathways-wellness.png') no-repeat;
    background-size: cover;
    padding: 6rem 3rem;
    text-align: center;
    color: white;
}

.service-career-container {
    min-height: 450px;
    background: url('../images/services-pathways-career.png') no-repeat;
    background-size: cover;
    padding: 6rem 3rem;
    text-align: center;
    color: white;
}

.service-finance-container .green-box>div {
    background: rgba(0,223,153, 0.9);
}

.service-academic-container .blue-box>div {
    background: rgba(20,161,255, 0.9);
}

.service-wellness-container .purple-box>div {
    background: rgba(129,36,247, 0.9);
}

.service-career-container .red-box>div {
    background: rgba(217,12,17, 0.9);
}

.service-finance-container>.green-box, .service-academic-container>.blue-box, .service-wellness-container>.purple-box, .service-career-container>.red-box {
    display: inline-block;
    margin-bottom: 2rem;
}

.service-finance-container>.green-box>div , .service-academic-container>.blue-box>div , .service-wellness-container>.purple-box>div , .service-career-container>.red-box>div {
    padding: 1.6rem 4.8rem;
}

.service-finance-box-container, .service-academic-box-container, .service-career-box-container{
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

.service-finance-container .sixup-header, .service-academic-container .sixup-header, .service-career-container .sixup-header, .service-wellness-container .sixup-header{
    font-size: 2.7rem;
}

.service-finance-box-container>div, .service-academic-box-container>div, .service-career-box-container>div{
    width: 60%;
    margin: 3rem 0;
}

.service-wellness-box-container .purple-box {
    width: 60%;
    margin: 3rem auto;
}

.foot-note-text {
    font-size: 1.5rem;
    font-family: 'Raleway', Helvetica, sans-serif;
    font-style: italic;
    margin-top: 4rem;
}

.disclosure-container {
    margin: auto;
    padding: 12rem 10rem 6rem;
    font-family: 'Lato', Helvetica, sans-serif;
}

.disclosure-container * {
    font-size: 120%;
}

.disclosure-header {
    display: flex;
}

.reduce-font {
    font-size: 100%;
}

.col-md-5 {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.col-md-7 {
    width: 59%;
    display: inline-block;
}

.col-md-3 {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.col-md-2 {
    width: 16.67%;
    display: inline-block;
    float: left;
}

.disclosure-ft-18 {
    font-size: 18px;
}

.disclosure-ft-15 {
    font-size: 15px;
}

.disclosure-ft-16 {
    font-size: 16px;
}

.disclosure-ft-22 {
    font-size: 22px;
}

.disclosure-main-header {
    width: 1200px;
    border-bottom: 1px solid black;
    margin-bottom: 15px;
}

.disclosure-container .container {
    padding-top: 15px;
    clear: both;
}

.disclosure-rate-box {
    padding: 0.2em;
    min-height: 5em;
    border: 1px solid black;
    background: #A2A2A2;
}

.disclosure-rate-box-left {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    margin: 1em 0;
}

.disclosure-rate-box-middle {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin: 1em 0;
}

.disclosure-rate-box-right {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    margin: 1em 0;
}

.disclosure-invert-box {
    background: white;
    border: 1px solid black;
    width: 80%;
    margin: 0 10%;
    font-size: 1.0em;
}

.disclosure-bottom-box-lg {
    border: 1px solid black;
    border-top: none;
    min-height: 200px;
    padding: 5px;
}

.disclosure-bottom-box-md {
    border: 1px solid black;
    border-top: none;
    min-height: 100px;
    padding: 5px;
}

.disclosure-bottom-box-sm {
    border: 1px solid black;
    border-top: none;
    min-height: 50px;
    padding: 5px;
}

.col-md-4 {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.marg-bottom-md {
    margin-bottom: 1em;
}

.padd-left-15 {
    padding-left: 15px;
}

.disclosure-reference-header {
    background: #A2A2A2;
    padding: 5px;
    font-size: 1.2em;
    margin: 1em 0;
}

.federal-alternative-box {
    padding: 20px;
}

/* Privacy Policy Css*/
.privacy-policy-container {
    font-size: 2rem;
    padding: 100px 5rem;
    font-family: 'Montserrat', Helvetica, sans-serif;
}

.black-bg {
    background: black;
}

.gray-bg {
    background: gray;
}

.white-text {
    color: white;
}

.underline {
    border-bottom: 1px solid black;
}

.width-25 {
    display: inline-block;
    width: 25%;
}

.width-75 {
    display: inline-block;
    width: 75%;
}

.width-60 {
    width: 60%;
}

.width-20 {
    width: 20%;
}

.width-45 {
    width: 45%;
}

.width-55 {
    width: 55%;
}

.width-90 {
    width: 90%;
}

.width-100 {
    width: 100%;
    margin-top: 5rem;
}

.no-mg-top {
    margin-top: 0 !important;
}

.text-center {
    text-align: center;
}

.clear {
    clear: both;
}

.privacy-policy-container .width-25, .privacy-policy-container .width-75, .privacy-policy-container .width-60, .privacy-policy-container .width-20, .privacy-policy-container .width-45, .privacy-policy-container .width-55, .privacy-policy-container .width-100 {
    float: left;
    padding: 5px 10px;
}

.privacy-parent-container {
    display: flex;
    align-items: stretch;

}

.privacy-policy-box-container {
    margin-top: 5rem;
    display: flex;
    clear: both;
    align-items: stretch;
    font-family: 'Raleway', Helvetica, sans-serif;
}

.bdr-blk {
    border: black 1px solid;
}

.privacy-policy-box-container ul {
    margin: 5px;
    padding-left: 13px;
}

#privacy-choices-bullet {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}

.float-right {
    float: right;
}

.online-privacy-container {
    font-size: 100%;
    padding: 10rem 6rem;
    font-family: 'Raleway', Helvetica, sans-serif;
}

.online-privacy-container h1{
    font-size: 28px;
}

.online-privacy-container h3{
    font-size: 20px;
}

.online-privacy-container p{
    font-size: 16px;
}

.online-privacy-container li{
    font-size: 16px;
}

/* Slick Css Override */
.carousel .slick-dots li button:before {
    font-size: 20px !important;
    opacity: 0.8;
    color: #9654f3;
}

.slick-dots li {
    margin: 0 15px !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.home-hero-container .slick-track .slick-slide {
    height: 700px !important;
    align-items: center !important;
    justify-content: flex-start;
    width: 100%;
}

.home-student-quote-container .slick-track .slick-slide {
    height: 500px !important;
    align-items: center !important;
    justify-content: flex-start;
}

.partner-quote-container .slick-track .slick-slide {
    height: 500px !important;
    align-items: center !important;
}

.subscribe-form-modal {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: transparent;
    left: 0;
    top: 0;
    z-index: 1000;
}

.subscribe-form-container {
    width: 50%;
    margin: 10% auto 25%;
    background: white;
    border: 1px solid black;
    border-radius: 8px;
    padding: 10px;
    overflow: scroll;
}

.subscribe-form-close-button {
    text-align: right;
    font-family: 'Lato', Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.subscribe-form-close-button span {
    cursor: pointer;
}
.scholarship-title{
	height:50px;
	width:100%;
	background: rgba(226,226,226, 0.9);
	display:table;
	padding-left:10px;
    cursor: pointer;
	
}
.scholarship-title-text{
	vertical-align:middle;
	display:inline-block;
	width:90%
}
.scholarship-title-expand{
	vertical-align:middle;
	display:inline-block;
	width:6%;
	font-weight:1000;
	font-size:24px;
}


#mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica,Arial,sans-serif;
}

#mc_embed_signup div#mce-responses {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

#mc_embed_signup #mce-success-response {
    width: 100% !important;
    margin: 1em 0 !important;
    padding: 0 !important;
    text-align: center;
}

#mc_embed_signup h2 {
    text-align: center;
}

#mc_embed_signup .clear {
    text-align: center;
}

.subscribe-link {
    padding-top: 5rem;
    font-size: 2rem;
    color: rgba(20,161,255, 1);
    font-family: 'Raleway', Helvetica, sans-serif;
}

.subscribe-link span {
    cursor: pointer;
}

@media (max-width: 1300px) {
    .loan-options-box-container {
        width: 70%;
    }

    .blue-box .home-main-header{
        margin-bottom: 2.2rem;
    }

}

@media print{
    .no-print, .no-print *
    {
        display: none !important;
    }
    .privacy-parent-container{
        page-break-inside: avoid;
    }
}

@media (max-width: 439px) {
    .partner-current-box-container {
        margin-bottom: 40px;
    }

    .partner-current-box-icons-item-np {
        margin-top: -40px;
        margin-bottom: -40px;
    }

    .partner-current-box-icons-item-np-reduced {
        margin-top: -40px;
        margin-bottom: -40px;
    }

    .partner-current-box-icons-item-banks {
        margin-top: -50px;
        margin-bottom: -60px;
    }


    .partner-current-box-icons-item-k12-reduced {
        margin-top: -50px;
        margin-bottom: -50px;
    }


    .partner-current-box-icons-item-k12-reduced2 {
        margin-top: -50px;
        margin-bottom: -50px;
    }

    .partner-current-box-icons-item-vc {
        margin-top: -50px;
        margin-bottom: -50px;
    }

    .accventures {
        margin-top: -20px;
        margin-bottom: -70px;
    }

}

@media (max-width: 1200px) {
    .home-student-quote-container .student-testimony>div {
        width: 75%;
    }

    .partner-quote-container .blue-box {
        width: 75%;
    }

   .partner-quote-container .future-box {
        width: 75%;
    }

    .loan-options-box-container {
        width: 80%;
    }

    .loan-options-container .purple-box {
        width: 80%;
    }

    .nav-sub-links.our-partners {
        left: -180px;
    }

    .home-main-header {
        margin-bottom: 4rem;
        font-size: 6rem;
    }

}

@media (max-width: 1100px) {
    .footer-box>div {
        width: 100%;
    }

    footer .flex-container {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

/* Media Queries */
@media (max-width: 1000px) {
    footer {
        padding: 3rem;
    }

    .nav-hamburger, .nav-mobile-menu {
        display: inline-block;
    }

    .nav-main-links, .nav-buttons-container {
        display: none;
    }

    .nav-buttons-container {
        display: none;
    }

    .nav-buttons-subcontainer {
        display: none;
    }

    .nav-apply-button-container {
        display: none;
    }

    .nav-apply-button2 {
        display: none;
    }

    .nav-login-button {
        display: none;
    }

    .nav-brand-logo {
        width: 100%;
        position: absolute;
        display: none;
    }

    .home-pathway-detail-box-info {
        width: 810px;
    }

    .home-hero-quote-container>div{
        width: 70%;
    }

    .loan-options-box-container {
        width: 90%;
    }

    .loan-options-container .purple-box {
        width: 90%;
    }

    .nav-sub-links {
        display: none;
    }

    .nav-brand-logo div {
        width: 150px;
        left: 0;
        margin: auto;
        top: 8px;
    }

    .partner-icon-rethink {
        position: relative;
        top: -20px;
    }

    .partner-icon-wti {
        padding: 6rem 0 1rem;
    }

    .partner-icon-emerge {
        padding-top: 6rem;
    }
}

@media (max-width: 900px) {
    .home-hero-quote-container>div{
        width: 80%;
        min-width: 780px;
    }

    .loan-options-box-container {
        width: 100%;
    }

    .loan-options-container .purple-box {
        width: 100%;
    }

    .service-finance-box-container, .service-academic-box-container, .service-career-box-container {
        flex-direction: column;
        align-items: center;
    }

    .service-finance-box-container>div, .service-academic-box-container>div, .service-career-box-container>div {
        width: 60%;
    }

    .loan-detail-container ul {
        width: 95%;
    }

    .service-options-box-container {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .service-options-box-container>div {
        width: 45%;
        margin-bottom: 3rem;
        height: 100px;
    }

    footer .flex-container {
        flex-direction: column;
    }

    .footer-box {
        flex-direction: column;
    }

    .home-pathway-detail-menu {
        width: 20rem;
    }

    .home-pathway-detail-box>div {
        padding-left: 28rem;
        width: 95%;
    }

    .home-pathway-box-container {
        padding: 0;
    }

    .partner-current-box-icons {
        flex-direction: column;
        padding-top: 0;
    }

    .partner-current-box-icons img {
        margin: -7rem;
    }

    .partner-icon-mailman img {
        margin: -30px;
    }

    .partner-icon-lykes img {
        margin: -11rem 0 -8rem;
    }

    .pad-top-8 img {
        margin: -4.5rem;
    }

    .partner-icon-genesys img {
        margin: -9rem 0 -4.5rem;
    }

    .pad-top-7 img {
        margin: -5rem;
    }

    .pad-top-7 div:last-child {
        margin-top: -2rem;
    }
}

@media (max-width: 800px) {
    html {
        font-size: 55%;
    }

    footer {
        padding: 3rem;
    }

    footer .flex-container {
        flex-direction: column;
        align-items: center;
    }

    .foundation-container-main {
        display: none;
    }

    .foundation-container-mobile {
        display: contents;
    }

    .footer-box, .footer-address-box{
        width: 100%;
    }

    .home-pathway-box-container {
        flex-direction: column;
    }

   .partner-quote-container .future-box-mobile {
        width: 75%;
    }

    .home-pathway-box-container .green-box, .home-pathway-box-container .purple-box, .home-pathway-box-container .blue-box, .home-pathway-box-container .red-box {
        width: 70%;
        margin: 0 auto 3rem;
    }

    .home-more-reasons-box-container {
        flex-direction: column;
    }

    .home-more-reasons-box-container>div {
        width: 80%;
        margin: 0 auto 3rem;
    }

    .partner-goals-item-container .green-box {
        width: 45%;
        min-height: 100px;
    }

    .desktop-break {
        display: none;
    }

    .home-hero-quote-container>div {
        min-width: 600px;
    }

    .loan-options-box-container {
        flex-direction: column;
        width: 60%;
        align-items: center;
    }

    .loan-options-box-container .blue-box, .loan-options-box-container .green-box {
        width: 100%;
        height: 330px;
    }

    .loan-options-container .purple-box {
        width: 60%;
    }

    .service-finance-box-container>div, .service-academic-box-container>div, .service-career-box-container>div, .service-wellness-box-container .purple-box {
        width: 70%;
    }

    .about-augustine-container .purple-box, .about-sunwoo-container .green-box, .about-heath-container .blue-box {
        margin-bottom: 2rem;
        width: 80%;
    }

    .home-hero-quote-container>div>div {
        padding: 2.5rem;
    }

    .loan-options-container .box-body {
        padding: 0 3rem;
    }

    .about-team-individual-container {
        width: 240px;
    }

    .about-team-container {
        padding: 6rem 0;
    }

    .home-ready-box-container .box-body {
        top: 240px;
    }

    .home-ready-box-container {
        flex-wrap: wrap;
    }

    .home-ready-box-container>div {
        width: 100%;
        padding-bottom: 100px;
        margin-top: 2rem;
    }

    .home-ready-icon img {
        width: 95%;
        max-width: 380px;
    }

    .home-ready-box-container>div:last-child {
        margin-top: 6rem;
    }

    .subscribe-form-container {
        width: 90%;
    }
}

@media (max-width: 600px) {
    .home-pathway-box-container .green-box, .home-pathway-box-container .purple-box, .home-pathway-box-container .blue-box, .home-pathway-box-container .red-box {
        width: 90%;
        margin: 0 auto 3rem;
    }

    .further-resources-box-container {
        flex-direction: column;
        float: center;
        width: 100%
    }

    .further-resources-box-container>div {
        width: 100%;
        padding-bottom: 50px;
    }

    .about-hero-container .purple-box>div {
        padding: 5rem 1rem;
    }

    .home-loan-requirements-container ul {
        width: 100%;
    }

    .home-hero-quote-container {
        height: 500px;
        min-height: 0;
    }

    .home-hero-quote-container>div{
        width: 105%;
        margin-right: -0.8rem;
        height: 300px;
        min-height: inherit;
        min-width: inherit;
    }

    .home-main-quote-container {
        left: 2rem;
    }

    .home-hero-container .slick-track .slick-slide {
        height: 510px !important;
    }

    .home-hero-container .slick-dots {
        bottom: 90px;
    }

    .home-hero-cta-container {
        top: 440px;
    }

    .home-hero-container .home-main-header{
        font-size: 4.5rem;
        line-height: 4rem;
        margin-bottom: 6rem;
        margin-top: 0;
    }

    .home-hero-container .blue-box .home-main-header{
        margin-bottom: 2.2rem;
    }

    .home-ready-box-container .cta-button button {
        min-width: 150px;
    }

    .home-student-quote-container .student-testimony>div {
        width: 105%;
        margin-right: -0.8rem;
    }

    .partner-quote-container .blue-box {
        width: 105%;
        margin-left: -0.8rem;
    }

    .partner-quote-container .future-box {
        width: 105%;
        margin-left: -0.8rem;
    }

    .home-student-quote-container .home-student-quote-author {
        text-align: right;
        padding-right: 5rem;
    }

    .home-advice-container {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .home-advice-box-container {
        flex-direction: column;
    }

    .home-advice-box-container>div {
        width: 100%;
    }

    .mobile-break {
        display: block;
    }

    .partner-goals-item-container .green-box {
        width: 80%;
    }

    .privacy-policy-container {
        padding: 100px 1rem;
    }

    .home-pathway-detail-menu {
        display: none;
    }

    .hidden {
        display: block;
    }

    .home-pathway-detail-box {
        height: 500px;
    }

    .home-pathway-detail-box>div {
        padding: 3rem;
        width: 100%;
    }

    .home-pathway-detail-box-info {
        width: 100%;
        position: absolute;
        bottom: 3rem;
    }

    .home-hero-container {
        min-height: 500px;
    }

    .service-finance-box-container>div, .service-academic-box-container>div, .service-career-box-container>div, .service-wellness-box-container .purple-box {
        width: 90%;
        margin: 1rem 0;
    }

    .loan-options-box-container {
        width: 95%;
    }

    .loan-options-container .purple-box {
        width: 95%;
    }

    .about-sunwoo-container, .about-augustine-container, .about-heath-container {
        padding: 3rem 1rem;
        text-align: center;
    }

    .about-augustine-container .purple-box, .about-sunwoo-container .green-box, .about-heath-container .blue-box {
        width: 100%;
        margin: 0 auto 2rem;
    }

    .about-augustine-container .purple-box>div, .about-sunwoo-container .green-box>div, .about-heath-container .blue-box>div {
        padding: 5rem 3rem;
    }

    .home-main-quote-container {
        bottom: 2.5rem;
        right: 2.5rem;
    }

    .loan-options-container .box-body {
        padding: 0;
    }

    .service-options-container .white-box {
        width: 100%;
        border-left: none;
        border-right: none;
    }

    .loan-hero-container .green-box, .partner-hero-container .blue-box, .service-options-container .white-box, .about-hero-container .purple-box {
        padding: 0.9rem 0;
        border-right: 0;
        border-left: 0;
    }

    .loan-hero-container .green-box>div, .partner-hero-container .blue-box>div, .service-options-container .white-box>div {
        padding: 5rem 1rem;
    }

    .home-main-subheader {
        line-height: 2rem;
    }

    .about-team-photos-container {
        flex-direction: column;
        align-items: center;
    }

    footer {
        padding: 0;
    }

    .footer-address-box {
        padding-left: 3rem;
    }

    .footer-box {
        padding: 0.4rem 0 0;
        margin-bottom: 0;
    }

    .footer-box div {
        padding-left: 3.9rem;
    }

    .partner-current-container {
        padding: 6rem 0;
    }

    .parent-current-third-box {
        width: 30%;
    }

    .partner-current-container {
        min-height: 450px;
    }

    .loan-options-box-container .blue-box, .loan-options-box-container .green-box {
        height: 280px;
    }

    .family-office-icons {
        flex-wrap: wrap;
    }

    .family-office-icons>div {
        margin: 0 15%;
    }

    .about-augustine-container {
        background: url('../images/mobile-about-augustine.png') center center no-repeat;
        background-position: 100% 50%;
        background-size: cover;
    }

    .partner-testimony-2 {
        background: url('../images/mobile-partners-kathy.png') 100% 50% no-repeat;
        background-size: cover;
    }

    .home-finance-detail-container {
        background: url('../images/mobile-pathway-finance.png') center center no-repeat;
        background-size: cover;
    }

    .home-wellness-detail-container {
        background: url('../images/mobile-pathway-wellness.png') center center no-repeat;
        background-size: cover;
    }

    .home-career-detail-container {
        background: url('../images/mobile-pathway-career.png') center center no-repeat;
        background-size: cover;
    }

    .home-ready-icon {
        width: 100%;
    }

    .service-finance-container {
        background: url('../images/mobile-services-pathways-finance.png') no-repeat;
    }

    .service-academic-container {
        background: url('../images/mobile-services-pathways-academics.png') no-repeat;
    }

    .service-wellness-container {
        background: url('../images/mobile-services-pathways-wellness.png') no-repeat;
    }

    .service-career-container {
        background: url('../images/mobile-services-pathways-career.png') no-repeat;
    }
}

@media (max-height: 500px){
    .subscribe-form-container {
        height: 95%;
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 45%;
    }
}

/* FAKE CSS DELETE THESE BELOW */

.fake-team-image {
    width: 200px;
    height: 200px;
    margin: auto;
    background: black;
    text-align: center;
}

.home-more-reasons-box-container .fake-team-image {
    margin: auto;
    height: 100px;
    width: 100px;
}

.home-ready-box-container  .fake-team-image, .home-advice-box-container .fake-team-image{
    margin: auto;
    height: 150px;
    width: 150px;
}

.parent-current-third-box .fake-team-image {
    width: 80px;
    height: 80px;
    margin: 2rem auto;
}

/* Normalize CSS*/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

button,
hr,
input {
    overflow: visible
}

audio,
canvas,
progress,
video {
    display: inline-block
}

progress,
sub,
sup {
    vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.covid-bar{
	width:100%;
	margin:0px;
	padding-bottom:20px;
	background-color: #333333;
}
.covid-bar a{
	font-size:24px;
	font-weight:700;
	color:#ffffff;
	text-decoration:none;
	padding-top:0px;
}
.covid-message{
	font-size:16px;
	margin:auto;
	margin-top:3%;
	max-width:800px;
	margin-bottom:10%;
}
.covid-question{
	font-size:18px;
	font-weight:700;
	margin:10px;
	color:#333399;
	margin-top:30px;
	cursor:pointer;
}

.covid-answer{
	font-size:18px;
	margin:10px;
	padding:5px;
	background-color:#efefef;
}





