.container-fostrap2 {
    background-color: #232c48;
}

.orgchart {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
}

.sp-wrapper {
    background-color: #232c48;
    background-image: url(/Portals/125/Images/img/about/gradient.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

h2.darktext {
    font-size: 4rem;
    color: #232c48;
}

.leaderimg-1 {
    color: #232c48;
    padding-bottom: 2rem;
    transition: all .2s ease-in-out;
}

.leaderimg-1:hover {
    color: #232c48;
    padding-bottom: 2rem;
    filter: drop-shadow(8px 8px 10px gray);
    transform: scale(1.1);
}

.leaderimg-2 {
    color: #232c48;
    padding-bottom: 2rem;
    transition: all .2s ease-in-out;
}

.leaderimg-2:hover {
    color: #232c48;
    padding-bottom: 2rem;
    filter: drop-shadow(8px 8px 10px gray);
    transform: scale(1.1);
}

.leaderimg-3 {
    color: #232c48;
    padding-bottom: 2rem;
    transition: all .2s ease-in-out;
}

.leaderimg-3:hover {
    color: #232c48;
    padding-bottom: 2rem;
    filter: drop-shadow(8px 8px 10px gray);
    transform: scale(1.1);
}

.leaderimg-4 {
    color: #232c48;
    padding-bottom: 2rem;
    transition: all .2s ease-in-out;
}

.leaderimg-4:hover {
    color: #232c48;
    padding-bottom: 2rem;
    filter: drop-shadow(8px 8px 10px gray);
    transform: scale(1.1);
}

.imgrollover {
    filter: contrast(70%) brightness(120%);
}

.imgrollover:hover {
    filter: saturate(2);
    filter: contrast(100%);
}

.titlecontainer {
    width: 100%;
    padding: 1rem;
    background-color: #ffffff;
}

.titlecontainer:hover {
    width: 100%;
    padding: 1rem;
    background-color: #ffffff;
}

h3.titletext {
    font-size: .9rem!important;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-align: center;
}

h2.nametext {
    font-size: 1rem!important;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-align: center;
}

.p {
    padding: 5rem 20rem;
}

h2.pagetitle {
    text-align: left;
    padding-left: 21rem;
}

h2.pagetitle:before {
    content: "";
    display: inline-block;
    width: 150px;
    background-color: #f2a022;
    padding: 1rem 7rem 0.1%;
    margin: 3.1rem 1rem 0.5rem;
}

.SeniorLeaders {
    padding: 4rem 20rem;
}

.nametext2 {
    font-weight: 300;
    font-size: 1.8rem;
    margin-bottom: 0rem;
    margin-top: 2rem;
}

.biolink {
    padding-bottom: 1rem;
}

.directorsinitiatives {
    background-color: #dcdcdc;
    padding: 6rem;
}

h2.DITitle {
    font-size: 4rem;
    padding-left: 10rem;
}

h2.DITitle:before {
    content: "";
    display: inline-block;
    width: 96px;
    background-color: #f2a022;
    padding: 1rem 2rem 0.1%;
    margin: 3.1rem 6rem 0.5rem;
}

h3.DITitle {
    font-size: 2rem!important;
    font=weight: 300;
    text-align: center;
}

.centertext {
    text-align: center;
}


/*--------- Large monitor ----------*/

@media screen and (min-width: 1580px) {
    h3.titletext {
        font-size: 1.2rem!important;
        font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        text-align: center;
    }
    h2.nametext {
        font-size: 2rem!important;
        font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        text-align: center;
    }
}


/*--------- small laptop ----------*/

@media screen and (min-width: 1100px) and (max-width:1579px) {
    .p {
        padding: 5rem 8rem;
    }
    h2.nametext {
        font-size: 1.4rem!important;
        font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        text-align: center;
    }
    .SeniorLeaders {
        padding: 4rem 10rem;
    }
    h2.DITitle {
        padding-left: 0rem;
    }
}


/*--------- Tablet ----------*/

@media screen and (min-width: 500px) and (max-width:768px) {
    .SeniorLeaders {
        padding: 4rem 10rem;
    }
    h2.DITitle {
        padding-left: 0rem;
    }
    .p {
        padding: 5rem 2rem!important;
    }
}


/*--------- Phone ----------*/

@media screen and (max-width: 500px) {
    .p {
        padding: 5rem 2rem!important;
    }
    h3.titletext {
        font-size: 1.3rem!important;
    }
    h2.nametext {
        font-size: 1.8rem!important;
    }
    .SeniorLeaders {
        padding: 4rem;
    }
    h2.DITitle {
        padding-left: 0rem;
    }
}