﻿
#banner { display: flex; justify-content: center; align-items: center; }
    #banner > .caption { position: relative; top: 0; left: 0; width: 58% !important; max-width: none; text-transform: none; font-size: 1.9vw !important; text-align: center !important; margin-top: 6vw; white-space: initial; line-height: 1.4em; padding: 1vw 0.8vw !important; }
        #banner > .caption > .t > .name { font-style: italic; color: #F05125; }


#blue-intro { height: 210px; padding-top: 78px; }

#testimonials { }
    #testimonials > .tt { display: flex; height: 642px; }
        #testimonials > .tt > .img { flex: 1; background-position: center; background-size: cover; }
        #testimonials > .tt > .t-w { flex: 1; display: flex; align-items: center; line-height: 1em; background: #004D69; color: white; font-size: 22px; }
            #testimonials > .tt > .t-w > .t { max-width: 468px; margin: 0 65px 20px; }
                #testimonials > .tt > .t-w > .t > .name { font-size: 28px; font-weight: bold; color: #FF4E00; margin-top: 25px; font-style: italic; }

        #testimonials > .tt:nth-child(even) { }
            #testimonials > .tt:nth-child(even) > .img { order: 2; }
            #testimonials > .tt:nth-child(even) > .t-w { justify-content: flex-end; background: #00BBDC; }
                #testimonials > .tt:nth-child(even) > .t-w > .t > .name { color: #004D69; }

@media(max-width:1439px) {
}

@media(max-width:1023px) {
    #blue-intro { height: 115px; padding-top: 40px; }
    #testimonials { overflow: hidden; }
        #testimonials > .tt { height: 258px; }
            #testimonials > .tt > .t-w { }
                #testimonials > .tt > .t-w > .t { max-width: none; margin: 0 40px 0; font-size: 14px; }
                    #testimonials > .tt > .t-w > .t > h3 { font-size: 18px; margin-bottom: 14px; }
                    #testimonials > .tt > .t-w > .t > .name { font-size: 18px; margin-top: 20px; }
}

@media(max-width:767px) {

    #blue-intro { height: 70px; padding: 22px 0 0; }
    #testimonials { }
        #testimonials > .tt { display: block; height: auto; }
            #testimonials > .tt > .img { height: 215px; }
            #testimonials > .tt > .t-w { }
                #testimonials > .tt > .t-w > .t { margin: 25px 20px 60px; text-align: center; }
}
