body {
    overflow-x: hidden;
}

#chairmen {
    text-align: center;
}

#chairmen > div {
    background: none;
}

.currentChairmanCont {
}

.visionMission {
    display: inline-block;
    vertical-align: top;
    border: 2px solid transparent;
    padding: 0;
    margin: 10px;
    position: relative;
    min-width: 200px;
    max-width: 600px;
    text-align: left;
    overflow: hidden;
}

.visionMission .title {
    font-size: 1.7em;
}

.vision, .mission {
    padding-left: 15px;
}

a.chairman {
    font-size: 0.8em;
    font-weight: normal;
    border: 2px solid transparent;
    padding: 0;
    margin: 10px;
    position: relative;
    display: inline-block;
    width: 200px;
    height: 280px;
    text-align: center;
    overflow: hidden;
}

a.chairman .thub, .chairmanBio .thub {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    margin-top: 10px;
    width: 150px;
    height: 150px;
    background-size: 100% auto;
    background-position: 50% 0;
    background-repeat: no-repeat;
    border: 2px solid #666666;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -webkit-box-shadow: 0px 0px 10px 0px #a2d8cb;
    -moz-box-shadow: 0px 0px 10px 0px #a2d8cb;
    box-shadow: 0px 0px 10px 0px #a2d8cb;
}

a.chairman .thub .horizontalLine {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

a.chairman .thub .horizontalLine span {
    display: none;
    border: 2px solid #f39200;
    width: 0;
}

a.chairman .name, a.chairman .dates {
    position: relative;
    z-index: 2;
}

a.chairman .name {
    font-size: 1.2em;
    font-weight: bolder;
    margin: 10px 0 5px 0;
    padding: 0 5px;
}

a.chairman.current {

}

a.chairman.current .name {
    margin: 5px 0 2px 0;
}

a.chairman .title {
    font-weight: bold;
    padding-bottom: 5px;
}

a.chairman:hover {
    border: 2px solid #666666;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #e7e7e7;
}

a.chairman:hover .name, a.chairman:hover .dates, a.chairman:hover .title {
    color: #0e0e0e;
}

a.chairman:hover .thub {
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.boardMembers > .country {
    display: inline-table;
    margin: 10px;
    padding:10px;
    width: 250px;
    text-align: center;
    font-size: 1em;
}

.boardMembers > .country > .flag {
    display: inline-block;
    width: 200px;
    height: 133px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.boardMembers > .country > .member {
    display: block;
    padding: 5px;
}

.boardMembers > .country > .member > .name {
    font-weight: bolder;
}

.boardToggle a:link, .boardToggle a:visited{
    margin: 0 20px;
}

.boardToggle a:hover, .boardToggle a.active {
    border-bottom: 2px solid #000;
}

#chairmen .section {
    position: absolute;
}

.chairmanBio .bio {
    max-width: 700px;
}

.chairmanBio .thub {
    background-size: auto 100%;
}

.chairmanBio .name {
    margin-top: 10px;
    font-size: 1.3em;
    color: #000000;
}

.chairmanBio .title {
    margin-top: 5px;
    font-size: 1.1em;
}

.chairmanBio {
    text-align: left;
}

.chairmanBio .row1, .chairmanBio .row2 {
    text-align: center;
}