.sinceBox {
    padding-bottom: 50px;
}

.sinceBox .sectionText {
    padding-bottom: 50px;
}

.sinceBox .sectionPic {
    margin-bottom: 30px;
}

.introductionBox {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #d9f3f8;
}

@media (max-width: 767px) {
    .introductionBox {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.introductionBox .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .introductionBox .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.introductionBox .left {
    width: 50%;
}

@media (max-width: 767px) {
    .introductionBox .left {
        width: 100%;
        margin-bottom: 12px;
    }
}

@media (min-width: 961px) {
    .introductionBox .left,
    .introductionBox .right {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.introductionBox .right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 50%;
}


/*
@media (max-width: 960px) {
    .introductionBox .right .sectionTitle {
        display: none;
    }
}
*/

.introductionBox .sectionText {
    font-size: 20px;
}

.leadershipBox {
    padding-top: 50px;
    padding-bottom: 60px;
}

@media (max-width: 960px) {
    .leadershipBox {
        padding-top: 50px;
    }
}

.leaderList {
    padding-top: 25px;
}

@media (min-width: 768px) {
    .leaderList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media (max-width: 767px) {
    .leaderList {
        padding-top: 30px;
    }
    .rightBox .tt-title {
        text-align: center;
    }
}

.leaderList .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.leaderList li {
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
}

.leaderList .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

.leaderList .pic {
    position: relative;
    z-index: 3;
    width: 150px;
    height: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #6acdde;
    -webkit-box-shadow: 0 0 0 5px white;
    box-shadow: 0 0 0 5px white;
}

.leaderList .pic img {
    display: block;
    width: 100%;
}

.leaderList .bottom {
    width: 100%;
    height: 100%;
    margin-top: -75px;
    padding: 90px 15px 0px;
    text-align: center;
    background-color: #d9f3f8;
}

.leaderList .text {
    color: #a9a9a9;
}

.leaderList.less li:nth-child(1),
.leaderList.less li:nth-child(2) {
    width: 50%;
}

.offeringsBox {
    padding-bottom: 50px;
}

.offeringsBox .sectionText {
    padding-bottom: 20px;
}

.offeringsBox .box {
    text-align: center;
}

.teamCardBox {
    margin-bottom: 30px;
}

.teamCardBox .hidden {
    display: none;
}

.js .timelineBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1200px;
}

@media (max-width: 767px) {
    .js .timelineBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.js .timelineBox .rightBox {
    width: 60%;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .js .timelineBox .rightBox {
        width: 100%;
        padding-left: 0;
        padding-bottom: 12px;
    }
}

.js .timelinePic {
    width: 40%;
    max-width: 100%;
}

@media (min-width: 1201px) {
    .js .timelinePic img {
        display: block;
    }
}

@media (max-width: 1200px) {
    .js .timelinePic {
        width: 100%;
    }
    /*
    .js .timelinePic img {
        height: 270px;
    }
    */
}

.js .slideArrow {
    opacity: 1;
    width: 30px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 20px 33px;
    background-position: 50%;
}

.js .slideArrow.prev {
    left: 0;
}

.js .slideArrow.next {
    right: 0;
}

.cd-h-timeline__events {
    padding-bottom: 60px;
}

@media (max-width: 1000px) {
    .milestonesTopBox {
        /*border-top: 1px solid #eee;*/
        padding-top: 20px;
    }
}

.milestonesTopBox {
    margin-bottom: 60px;
}