header {
    z-index: 5;
    background-color: #ffba41;
    box-shadow: none;
}
/* .headerWrapper {
    background-color: #ffba41;
}
.headerWrapper header .deskTopSubMenu {
    padding: 15px 15px 0;
    border-bottom: 5px solid #206c66;
}
header > div div a {
    background-color: #fff;
    border-color: #fff;
}
header > div div a:hover,
header > div div a:focus {
    box-shadow: inset -71px 0 0 0 #ffba41, inset 71px 0 0 0 #ffba41;
} */
.introAbout {
    height: calc(60vh + 60px);
    padding-top: 60px;
    background-color: #ffba41;
    position: relative;
}
.introAbout::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 35.7vmax;
    background: url('../img/HeroPeople2.jpg') no-repeat 0 23px;
    background-size: contain;
}
.introAbout > div {
    width: 22vw;
    text-align: center;
    padding-top: 13vh;
    margin: 0 auto;
    position: relative;
    z-index: 4;
}
.introAbout h1 {
    font-family: 'Lora Regular', 'Times New Roman', Times, serif;
    font-weight: 500;
    font-size: 46.7px;
}
.introAbout > div > div {
    margin: 33px auto 0;
    padding: 0 7px;
    width: unset;
    /* width: 385px; */
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    /* justify-content: space-between; */
}
.introAbout > div > p {
    margin-top: 17px;
    font-size: 17px;
    line-height: 25px;
    font-family: 'Helvetica Neue', 'Liberation Regular', Arial, Helvetica, sans-serif;;
}
.introAbout a {
    display: block;
    width: 172px;
    height: 55px;
    padding: 19px 0 0;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: #206C66;
    text-decoration: none;
    text-transform: uppercase;
    border: 3px solid #206C66;
    transition: 0.25s;
    font-family: 'Helvetica Neue', 'Liberation Bold', Arial, Helvetica, sans-serif;;
}
.introAbout a:hover,
.introAbout a:focus {
    color: #000;
    background-color:  #ffba41;
}
.mission {
    width: 892px;
    margin: 0 auto;
    padding: 127px 0 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.globe {
    width: 401px;
    height: 596px;
}
.mission > div + div {
    width: 41%;
    padding-top: 50px;
}
.mission > div > span {
    font-size: 17.2px;
    font-family: 'Lora Bold', 'Times New Roman', Times, serif;
}
.mission > div > h2 {
    font-size: 35.9px;
    line-height: 47px;
    margin-top: 5px;
    font-family: 'Lora Regular', 'Times New Roman', Times, serif;
    font-weight: 500;
}
.mission > div > p {
    margin-top: 34px;
    line-height: 25px;
    font-size: 17px;
    padding-right: 24px;
    font-family: 'Helvetica Neue', 'Liberation Bold', Arial, Helvetica, sans-serif;
}
.byNum {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 90px 0 0;
    max-width: 1082px;
    width: 100%;
    margin: 0 auto;
}
.byNum h2 {
    font-size: 37.4px;
    line-height: 47px;
    margin-top: 5px;
    font-family: 'Lora Regular', 'Times New Roman', Times, serif;
    font-weight: 500;
}
.byNum .holder {
    padding: 50px 0;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
.byNum .holder > div {
    width: 30.4%;
    height: 223px;
    margin: 0 10px;
    border: 1px solid #D8D8D8;
    border-bottom: 13px solid #feba3f;
    border-radius: 4px;
    text-align: center;
}
.byNum .holder > div h1 {
    font-size: 72px;
    margin-top: 60px;
    font-family: 'Lora Bold', 'Times New Roman', Times, serif;
}
.byNum .holder > div span {
    display: block;
    font-size: 20px;
    margin-top: 9px;
    font-family: 'Helvetica Neue', 'Liberation Regular', Arial, Helvetica, sans-serif;
}
.team {
    text-align: center;
    width: 1161px;
    padding: 110px 0 0;
    margin: 0 auto;
}
.team h5 {
    font-family: 'Lora Regular', 'Times New Roman', Times, serif;
    font-weight: 500;
    font-size: 17px;
}
.team h2 {
    font-family: 'Lora Regular', 'Times New Roman', Times, serif;
    font-weight: 500;
    font-size: 36.5px;
    margin-top: 11px;
}
.team .photosMob {
    display: none;
}
.team .photos {
    display: flex;
    padding-top: 68px;
    flex-flow: row wrap;
    justify-content: space-between;
}
.team .photos img {
    height: 390px;
    margin-bottom: 10px;
}
.team .photos img:nth-child(3),
.team .photos img:nth-child(4),
.team .photos img:last-child {
    height: 314px;
}
.joinUs {
    margin: 144px auto 0;
    width: 1051px;
    background: url('../img/ChatFrame.png') no-repeat 0 0;
    background-size: 526px;
}
.joinUs .roll {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.joinUs > div .textBlock {
    width: 533px;
    padding: 108px 78px 0 117px;
}
.joinUs > div .textBlock h2 {
    font-size: 36px;
    font-family: 'Lora Bold', 'Times New Roman', Times, serif;
}
.joinUs > div .textBlock p {
    font-size: 18px;
    font-family: 'Helvetica Neue', 'Liberation Regular', Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    margin-top: 18px;
    line-height: 25px;
}
.joinUs > div .textBlock span {
    font-size: 17px;
    font-family: 'Helvetica Neue', 'Liberation Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-top: 25px;
    display: block;
}
.slick-slide:focus {
    outline: 0;
}
.joinUs .joinUsBtn {
    position: absolute;
    bottom: 32%;
    left: 11%;
}
.joinUs .joinUsBtn button {
    width: 30px;
    height: 22px;
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
}
.joinUs .joinPrev {
    margin-right: 15px;
    background: url('../img/ArrL.png') no-repeat;
}
.joinUs .joinNext {
    background: url('../img/ArrR.png') no-repeat;
}
.joinUs > div .personPic {
    width: 366px;
    height: 479px;
    margin-top: 20px;
    margin-right: 29px;
}
.joinUs > div .personPic img {
    width: 100%;
}
.joinUs > a {
    display: block;
    margin: 45px auto 0;
    border-radius: 4px;
    height: 55px;
    width: 190px;
    padding-top: 19px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background-color: #206C66;
    text-transform: uppercase;
    text-align: center;
    border: 3px solid #206C66;
    transition: 0.25s;
    font-family: 'Helvetica Neue', 'Liberation Bold', Arial, Helvetica, sans-serif;
}
.joinUs > a:hover,
.joinUs > a:focus {
    box-shadow: inset -92px 0 0 0 #fff, inset 92px 0 0 0 #fff;
    color: #000;
}
.news {
    width: 1017px;
    margin: 0 auto;
    padding: 174px 0 0;
    text-align: center;
}
.news h2 {
    font-size: 37.6px;
    font-family: 'Lora Bold', 'Times New Roman', Times, serif;
}
.news .holder {
    margin-top: 90px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.news .holder > div {
    width: 30%;
    height: 51.7vh;
    padding: 0 50px 0 40px;
    border-radius: 3px;
    border: 1px solid #D8D8D8;
    text-align: left;
}
.news .holder > div:first-child {
    background: url('../img/news1.png') no-repeat;
    background-size: contain;
}
.news .holder > div:nth-child(2) {
    background: url('../img/news2.png') no-repeat;
    background-size: contain;
}
.news .holder > div:last-child {
    background: url('../img/news3.png') no-repeat;
    background-size: contain;
}
.news .holder div h6 {
    margin-top: 28.4vh;
    font-family: 'Lora Bold', 'Times New Roman', Times, serif;
    font-size: 20px;
}
.news .holder div p {
    font-family: 'Helvetica Neue', 'Liberation Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 15px;
    line-height: 22px;
    font-weight: 400;
}
.news .holder div a {
    font-family: 'Helvetica Neue', 'Liberation Bold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    margin-top: 26px;
    display: block;
}
.learnMore {
    margin-top: 123px;
    padding: 113px 0 94px;
    text-align: center;
    background-color: #ffba41;
}
.learnMore h1 {
    font-family: 'Lora Regular', 'Times New Roman', Times, serif;
    font-weight: 500;
    font-size: 44.5px;
    width: 490px;
    margin: 0 auto;
}
.learnMore .linkHolder {
    position: relative;
    width: 142px;
    height: 52px;
    margin: 41px auto 0;
    background-color: #fff;
    border-radius: 4px;
    padding: 18px 0;
    border: 2px solid #fff;
    transition: 0.25s;
}
.learnMore a {
    position: absolute;
    display: block;
    font-size: 12px;
    z-index: 1000;
    text-align: center;
    width: 138px;
    top: 0;
    margin: 0 auto;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Helvetica Neue', 'Liberation Bold', Arial, Helvetica, sans-serif;
    background-color: transparent;
    color: #000;
    border-radius: 4px;
    padding: 18px 0;
    font-weight: 600;
}
.learnMore .linkHolder:hover,
.learnMore .linkHolder:focus {
    background-color: #FEBA3F;
}

@media (min-width: 790px) and (max-width: 1173px) {
    header {
        width: 100%;
        margin: 0 auto;
        padding: 11px 10vw;
    }
    header img {
        margin-right: 20px;
    }
    header > div div a:hover,
    header > div div a:focus {
        box-shadow: inset -26px 0 0 0 #ffba41, inset 26px 0 0 0 #ffba41;
    }
    .introAbout {
        height: 40.5vh;
    }
    .introAbout > div {
        width: 24vw;
        padding-top: 2.4vh;
        text-align: center;
    }
    .introAbout h1 {
        font-size: 32.7px
    }
    .introAbout > div > div {
        margin-top: 23px;
        padding: 0;
        width: 80%;    
    }
    .introAbout > div > p {
        margin-top: 7px;
        line-height: 2.2vw;
        font-size: 1.4vw;
    }
    .introAbout a {
        width: 10vw;
        height: unset;
        font-size: 1vw;
        padding: 1vw 0;
    }
    .mission {
        padding: 92px 0 0;
        width: 770px;
    }
    .globe {
        width: 297px;
        height: 338px;
    }
    .mission > div + div {
        padding-top: 25px;
    }
    .mission > div > span {
        font-size: 12.2px;
    }
    .mission > div > h2 {
        font-size: 25.5px;
        line-height: 33px;
        margin-top: 1px;
    }
    .mission > div > p {
        margin-top: 22px;
        padding-right: 17px;
        line-height: 2.2vw;
        font-size: 1.4vw;
    }
    .byNum {
        width: 90%;
        padding: 136px 0 0;
    }
    .byNum h2 {
        font-size: 26.6px;
        line-height: 40px;
        margin-top: 0px;
    }
    .byNum .holder {
        padding: 33px 0;
    }
    .byNum .holder > div {
        height: 159px;
        border-bottom: 10px solid #feba3f
    }
    .byNum .holder > div h1 {
        font-size: 50px;
        margin-top: 42px;
    }
    .byNum .holder > div span {
        line-height: 2.2vw;
        font-size: 1.4vw;
        margin-top: 7px;
    }
    .team {
        padding: 80px 0 0;
        width: 100%;
    }
    .team h5 {
        font-size: 12.8px;
    }
    .team h2 {
        font-size: 25.8px;
        margin-top: 8px;
    }
    .team .photos {
        display: none;
        padding-top: 49px;
    }
    .team .photos img {
        height: 277px;
    }
    .team .photos img:nth-child(3),
    .team .photos img:nth-child(4),
    .team .photos img:last-child {
        height: 223px;
    }
    .team .photosMob {
        display: block;
        padding-top: 41px;
        margin: 0 auto;
    }
    .team .photosMobHolder {
        width: 100%;
    }
    .team .photosMob .photosBtn {
        margin-top: 33px;
    }
    .team .photosMob .photosBtn button {
        width: 30px;
        height: 22px;
        border: 0;
        outline: 0;
        padding: 0;
        cursor: pointer;
    }
    .photosMob .slickIt .image_holder  {
        margin-left: 8.4vw;
        margin-right: 8.4vw;
    }
    .team .photosMob .slickIt .image_holder img {
        width: 100%;
    }
    .team .photosMob .photoPrev,
    .joinUs .joinPrev {
        margin-right: 15px;
        background: url('../img/ArrL.png') no-repeat;
    }
    .team .photosMob .photoNext,
    .joinUs .joinNext {
        background: url('../img/ArrR.png') no-repeat;
    }
    .slickItJoinUs .slick-list .slick-track .slick-slide {
        overflow-y: scroll;
    }
    .joinUs {
        width: 770px;
        margin: 100px auto 0;
        background-size: 374px;
    }
    .joinUs > div .textBlock {
        width: 393px;
        padding: 3vw 4vw 0 3vw;
    }
    .joinUs > div .textBlock h2 {
        font-size: 25.8px;
    }
    .joinUs > div .textBlock p {
        font-size: 1.4vw;
        margin-top: 10px;
        line-height: 2.1vw;    
    }
    .joinUs > div .textBlock span {
        font-size: 1.5vw;
        margin-top: 2vw;
        margin-bottom: 0.5vw;      
    }
    .joinUs > div .textBlock ul {
        margin-top: 28px;
    }
    .joinUs > div .textBlock ul li:first-child a {
        width: 13px;
        height: 8px;
        margin-right: 14px;
    }
    .joinUs > div .textBlock ul li:last-child a {
        width: 13px;
        height: 8px;
    }
    .joinUs > div .personPic {
        width: 259px;
        height: 341px;
        margin-top: 15px;
        margin-right: 22px; 
    }
    .joinUs > a {
        margin: 31px auto 0;
        height: 37px;
        width: 128px;
        padding-top: 11px;
        font-size: 8.9px;
    }
    .joinUs > a:hover,
    .joinUs > a:focus {
        box-shadow: inset -65px 0 0 0 #fff, inset 65px 0 0 0 #fff;
        color: #000;
    }
    .news {
        width: 770px;
        padding: 123px 0 0;
    }
    .news h2 {
        font-size: 26.8px;
    }
    .news .holder {
        margin-top: 64px;
    }
    .news .holder > div {
        height: 36.7vh;
        padding: 0 39px 0 28px;
    }
    .news .holder div h6 {
        margin-top: 20vh;
        font-size: 12.3px;
    }
    .news .holder div p {
        font-size: 10.1px;
        margin-top: 11px;
        line-height: 16px;
    }
    .news .holder div a {
        font-size: 8.8px;
        margin-top: 18px;
    }
    .learnMore {
        margin-top: 87px;
        padding: 10vw 0 6vw;
    }
    .learnMore h1 {
        font-size: 31.5px;
    }
    footer .buttons a:hover,
    footer .buttons a:focus {
        box-shadow: inset -29px 0 0 0 #fff, inset 28px 0 0 0 #fff; 
    }
}
@media (max-width: 789px) {
    header {
        position: fixed;
        width: 100%;
        padding: 9px 30px;
        z-index: 99999;
        background-color: #fff;
        align-items: center;
        border-bottom: 1px solid #cecece;
    }
    .introAbout {
        height: 100.5vh;
    }
    .introAbout > div {
        width: 100%;
        padding-top: 9vh;
    }
    .introAbout h1 {
        font-size: 5vh;
        line-height: 6vh;
        width: 70%;
        margin: 0 auto;
    }
    .introAbout > div > p {
        display: none;
    }
    .introAbout > div > div {
        margin: 36px auto 0;
        padding: 0;
        width: 337px;
    }
    .introAbout a {
        width: 154px;
        height: 57px;
        padding: 19px 0 0;
        font-size: 14px;
    }
    .introAbout::before {
        height: 78vh;
        background: url('../img/HeroPeople2.jpg') no-repeat -42vh 0;
        background-size: cover;
    }
    .introAbout a:hover,
    .introAbout a:focus {
        color: #000;
        background-color: #ffba41;
    }
    .mission {
        width: 100%;
        padding: 3vh 0 0;
        flex-flow: column nowrap;
    }
    .mission p {
        display: none;
    }
    .globe {
        width: 40vmax;
        margin: 0 auto;
        height: auto;
    }
    .mission > div + div {
        width: 100%;
        padding-top: 30px;
    }
    .mission > div > h2 {
        font-size: 4vh;
        line-height: 5vh;
        margin: 0 auto;
        width: 90%;
        text-align: center;
    }
    .mission > div > p {
        margin: 17px auto 0;
        line-height: 26px;
        font-size: 18px;
        padding-right: 0;
        width: 84%;
        text-align: center;
    }
    .byNum {
        display: none;
        width: 100%;
        padding: 72px 0 0;
    }
    .byNum h2 {
        font-size: 34px;
        margin-top: 0;
        padding: 0 5%;
    }
    .byNum .holder {
        padding: 72px 9% 0;
        flex-flow: column nowrap;
    }
    .byNum .holder > div {
        width: 100%;
    }
    .byNum .holder > div h1 {
        font-size: 60px;
        margin-top: 44px;
    }
    .byNum .holder > div span {
        font-size: 19px;
        margin-top: 7px;
    }
    .byNum .holder > div {
        height: 191px;
        margin-bottom: 27px;
        border-bottom: 11px solid #feba3f;
    }
    .team {
        width: 100%;
        padding: 10vh 0 60px;
    }
    .team h2 {
        margin-top: 0;
    }
    .team .photos {
        display: none;
    }
    .team .photosMob {
        display: block;
        padding-top: 30px;
        margin: 0 auto;
    }
    .team .photosMobHolder {
        width: 100%;
    }
    .team .photosMob .photosBtn {
        margin-top: 30px;
    }
    .team .photosMob .photosBtn button {
        width: 30px;
        height: 22px;
        border: 0;
        outline: 0;
        padding: 0;
        cursor: pointer;
    }
    .photosMob .slickIt .image_holder  {
        margin-left: 8.4vw;
        margin-right: 8.4vw;
    }
    .team .photosMob .slickIt .image_holder img {
        width: 100%;
    }
    .team .photosMob .photoPrev,
    .joinUs .joinPrev {
        margin-right: 15px;
        background: url('../img/ArrL.png') no-repeat;
    }
    .team .photosMob .photoNext,
    .joinUs .joinNext {
        background: url('../img/ArrR.png') no-repeat;
    }
    .joinUs {
        width: 100%;
        margin: 0;
        background: none;
    }
    .joinUs .roll {
        flex-flow: column nowrap;
    }
    .joinUs > div .textBlock {
        width: 100%;
        padding: 5vh 5vh 0;
    }
    .joinUs > div .textBlock::before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 3vh;
        background: url('../img/ChatFrameMob1.png') no-repeat;
        background-size: cover;
    }
    .joinUs > div .textBlock::after {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        bottom: -17vw;
        width: 100%;
        height: 16vw;
        background: url('../img/ChatFrameMob2.png') no-repeat;
        background-size: cover;
    }
    .joinUs > div .textBlock h2 {
        font-size: 4vh;
    }
    .joinUs > div .textBlock p {
        font-size: 2.4vh;
        word-spacing: 2px;
        margin-top: 2vh;
        line-height: 3.5vh;    
    }
    .joinUs > div .textBlock span {
        font-size: 2.3vh;
        margin-top: 3vh;
    }
    .joinUs > div .textBlock ul {
        margin-top: 44px;
    }
    .joinUs > div .textBlock ul li:first-child a {
        width: 25px;
        height: 16px;
        margin-right: 24px;
    }
    .joinUs > div .textBlock ul li:last-child a {
        width: 25px;
        height: 16px;
    }
    .joinUs > div .personPic {
        width: 64.7%;
        height: auto;
        align-self: flex-end;
        margin-top: 9vh;
        margin-right: 2vh;
    }
    .joinUs .joinUsBtn {
        bottom: 49%;
    }
    .joinUs .joinUsBtn button {
        width: 30px;
        height: 22px;
        border: 0;
        outline: 0;
        padding: 0;
        cursor: pointer;
    }
    .joinUs > a {
        margin: 31px auto 0;
        height: 56px;
        width: 214px;
        font-size: 14.2px;
    }
    .joinUs > a:hover,
    .joinUs > a:focus {
        box-shadow: inset -104px 0 0 0 #fff, inset 104px 0 0 0 #fff;
    }
    .news {
        width: 100%;
        padding: 65px 5.5% 0;
    }
    .news h2 {
        font-size: 33.9px;
        line-height: 40px;
        width: 100%;
        padding: 0 5%;
        margin: 0 auto;
    }
    .news .holder {
        margin-top: 37px;
        flex-flow: column nowrap;
    }
    .news .holder > div {
        width: 100%;
        margin-bottom: 38px;
        padding: 0 40px;
        height: 115vmin;
    }
    .news .holder div h6 {
        margin-top: 63vmin;
        font-size: 22.7px;
    }
    .news .holder div p {
        font-size: 16.4px;
        margin-top: 13px;
        line-height: 25px;
    }
    .news .holder div a {
        font-size: 15.2px;
        margin-top: 21px;
    }
    .learnMore {
        width: 100%;
        margin-top: 0;
        padding: 10vh 0 2vh;
    }
    .learnMore h1 {
        width: 100%;
        font-size: 5vh;
        padding: 0 5vh;    
        line-height: 48px;
    }
}
@media (max-width: 360px) {
    .byNum h2 {
        font-size: 29px;
    }
}
@media (min-width: 2100px) {
    .introAbout::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0px;
        width: 100%;
        height: 33.7vmax;
        background: url('../img/HeroPeople2.jpg') no-repeat 0 23px;
        background-size: cover;
    }
}