/* RESULTS-SCHOOLS */
.testimonials-width-container {
    max-width: 1440px;
    justify-self: center;
}

.page-content {
    position: relative;
    /* top: 50px; */
}

.bground-blue {
    background-color: #62a2be;
}
.bground-light-green {
    background-color: #D7E0CA
}

.call-out-section {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.call-out {
    width: 100%;
    height: 100%;
    background-color: #62a2be;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-container {
    margin-right: 20px;
    margin-left: 20px;
}
.single-testimonial {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 20px;
    border-top: solid white 1px;
    line-height: 24px;
    font-style: italic;
}
.single-testimonial.photo {
    display: none;
}
.testimonials-container > .testimonial-section:first-child > .single-testimonial:first-child {
    border-top: none;
}
.testimonial-text {
   padding-top: 30px;
   padding-bottom: 30px;
}
.testimonial-attribution {
    padding-left: 30px;
    padding-right: 30px;
    /* padding-bottom: 30px; */
    margin-left: 20px;
    /* font-weight: 100; */
    display: flex;
    justify-content: flex-end;
    font-weight: 500;
}

@media only screen and (min-width: 780px) and (max-width: 891px) {
    .call-out-section {
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .call-out {
        width: 100%;
        height: 100%;
        background-color: #62a2be;
        color: white;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}
@media only screen and (min-width: 990px) and (max-width: 1300px) {

    .call-out-section {
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .call-out {
        width: 100%;
        height: 100%;
        background-color: #62a2be;
        color: white;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}



/* TESTIMONIALS CSS */


@media only screen and (min-width: 768px) and (max-width: 1300px) {
    .call-out-section {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .call-out {
        width: 100%;
        height: 100%;
        background-color: #62a2be;
        color: white;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .testimonials-container {
        margin: 20px;
    }
    .single-testimonial {
        font-family: 'Raleway', sans-serif;
        font-weight: 200;
        font-style: normal;
        padding-bottom: 20px;
        border-top: solid white 1px;
        line-height: 24px;
        font-style: italic;
    }
    /* .single-testimonial.last-testimonial {
        width: 89%;
    } */
    .single-testimonial.photo {
        display: none;
    }
    .testimonials-container > .testimonial-section:first-child > .single-testimonial:first-child {
        border-top: none;
    }
    .testimonial-text {
       padding-top: 30px;
       padding-bottom: 30px;
    }
    .testimonial-attribution {
        padding-left: 30px;
        padding-right: 30px;
        /* padding-bottom: 30px; */
        margin-left: 20px;
        /* font-weight: 100; */
    }










    .testimonials-container {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .single-testimonial {
        font-family: 'Raleway', sans-serif;
        font-weight: 200;
        font-style: normal;
        padding: 30px;
        border-top: solid white 1px;
        line-height: 36px;
    }
    .testimonials-container > .testimonial-section:first-child > .single-testimonial:first-child {
        border-top: none;
    }
    .testimonial-text {
       padding: 30px;
       font-style: italic;
    }
    .testimonial-attribution {
        padding-left: 30px;
        padding-right: 30px;
        /* padding-bottom: 30px; */
        margin-left: 20px;
        /* font-weight: 100; */
    }
}

@media only screen and (min-width: 1024px){
    .call-out-section {
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .call-out {
        width: 100%;
        height: 100%;
        background-color: #62a2be;
        color: white;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .single-testimonial.photo {
        display: flex;
    }
    .testimonials-container {
        margin-bottom: 60px;
        /* margin-top: 60px; */
    }
    .testimonial-section {
        display: flex;
        justify-content: space-evenly;
    }
    .single-testimonial {
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        width: 40%;
        font-family: 'Raleway', sans-serif;
        font-weight: 200;
        font-style: normal;
        padding: 0px;
        border-top: solid white 1px;
        line-height: 36px;
        margin: 0px;
        /* margin-top: 60px; */
        font-style: italic;
    }
    .single-testimonial.first-testimonial {
        border-top: none !important;
    }
    .testimonial-section:last-child > .single-testimonial:last-child {
        width: 89%;
    }
    .testimonials-container > .testimonial-section:first-child > .single-testimonial:first-child {
        border-top: solid white 1px;
    }
    .single-testimonial.photo {
        border-top: none;
        display: flex;
        justify-content: center;
    }
    .testimonial-text {
       padding: none;
    }
    .testimonial-attribution {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        margin-left: 20px;
        /* font-weight: 100; */
    }
    .single-testimonial > div {
        display: flex;
        align-items: center;
        /* justify-content: center; */
    }
    .single-testimonial > div > img{
        width: 420px;
        justify-self: center;
        height: 400px;
        align-self: center;
    }
    .single-testimonial > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .single-testimonial.long-testimonial {
        display: flex;
        width: 87% !important;
        font-family: 'Raleway', sans-serif;
        font-weight: 200;
        font-style: normal;
        padding: 0px;
        border-top: solid white 1px;
        line-height: 36px;
        margin: 0px;
        /* margin-top: 60px; */
        font-style: italic;
    }
}

/* HEADER IMAGE */
.header-image-container > img {
    width: 100vw;
    height: 100%;
    
}

.header-image-container {
    height: 150px;
    background-image: url('https://www.dropbox.com/scl/fi/40t9coj1sv920659a8umh/07-150x414.jpg?rlkey=ysgdnhzh7dzrms2s842g0e8zi&st=0fqj2c5n&raw=1');
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.header-image-tablet {
    display: none;
}
.header-image-desktop {
    display: none;
}
.header-image-mobile {
    display: block;
}

@media only screen and (min-width: 414px) and (max-width: 1023px) {
    .header-image-container {
        height: 200px;
        background-image: url('https://www.dropbox.com/scl/fi/6bp295znb1ellna8zk193/07-768x200.jpg?rlkey=2wl44sedk125kotiyvnwz3zjg&st=xc5cf8zp&raw=1');
        width: 100vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .header-image-tablet {
        display: block;
    }
    .header-image-desktop {
        display: none;
    }
    .header-image-mobile {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .header-image-container {
        height: 300px;
        background-image: url('https://www.dropbox.com/scl/fi/4tu4z1ot7zpfpfife9udl/06-1440x300px.jpg?rlkey=qpyzbsqghv67gx06iq90t7b6t&st=3r090rec&raw=1');
        width: 100vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        /* max-width: 1440px; */
        justify-self: center;
        border-color: 1px red;
    }
    .header-image-tablet {
        display: none;
    }
    .header-image-desktop {
        display: block;
    }
    .header-image-mobile {
        display: none;
    }
}
