@charset "utf-8";
.board { display: block; font-family: 'Lato', sans-serif;  color: #4C4C4E; margin-top: 50px;background-image:url(../images/board-main-bg.png);background-repeat:no-repeat;background-size: cover;}

.board section {
    width: 22.2%;
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    margin-bottom: 40px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    height: auto;
}
.board section:nth-child(4n) {
    margin-right: 0;
}
.board section div:nth-of-type(1) {
    border: solid #A5CF4C 1px;
    /*overflow: hidden;*/
    position: relative;
}


.board section div:nth-of-type(1):before {content: ''; right: -9px; top: -30px; position: absolute; height: 80px; border-right: 8px solid #A4CE4C;}




.board section div:nth-of-type(1) img {
    width: 100%;
}
.board section div:nth-of-type(1) ul {
    display: none;
}
.board section div:nth-of-type(2) {
    padding: 20px 17px;
    display: block;
    position: relative;
    min-height: 185px;
    height: auto; border-radius: 10px;
}

.board section div:nth-of-type(2) p {font-size:19px;color:#4C3932; font-weight: 800;}
.board section div:nth-of-type(2) i {font-size:16px;color:#414042;font-style:normal}

.board section div em { font-weight:600; font-style:normal}


/*.board section div:nth-of-type(2):hover {color:#e60000}*/


.board > section div:nth-of-type(2) .full {
    display: none;
}
.board section.active {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #333;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.board section.active div:nth-of-type(1) img {
    width: auto;
}
.board section .content {
    display: block;
}

/*circles and squares*/

.circle-legend{height: 18px; width: 18px; border: 2px solid #404041; border-radius: 50%; display: inline-block;  margin-right: 5px; margin-top: 7px;}
.square-legend{height: 17px; width: 17px; display: inline-block; margin-right: 5px; margin-top: 7px;}

.yellow-circlegend{background: #D6C044;}
.blue-circlegend{background: #5E9FBA;}
.ltblue-circlegend{background: #87D1D1;}
.brown-circlegend{background: #786249;}
.green-circlegend{background: #8FAD83;}
.lblue-legend{background: #2E6DB6;}
.brown-legend{background: #4B3832;}
.grey-legend{background: #6D6E70;}
.orange-legend{background: #F7931D;}
.red-legend{background: #EE2A26;}
.pink-legend{background: #93268F;}
.green-legend{border: 2px solid #A5CF4C;}

.green-green-border{border: 2px solid #A5CF4C; height: 17px;
    width: 17px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;}

/**/

#no-befr:before{content:none;}
#no-pdng{padding:0}
.no-mrg-rt{margin-right: 0;}
.legend-box{text-align: right; display: block;}
.no-bdr{border:0!important;}
.no-blk-styles{
    padding: 0!important;
    display: unset!important;
    position: unset!important;
    min-height: unset!important;
    height: unset!important;
    border-radius: unset!important;
}

#selectable-content .container section a:link, #selectable-content .container section a:visited, .page-name a:link, .page-name a:visited{color: #4C3932;}



.board2 section {
    width: 22.2%;
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    margin-bottom: 40px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    height: auto;
}
.board2 section:nth-child(4n) {
    margin-right: 0;
}
.board2 section div:nth-of-type(1) {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    overflow: hidden;
    position: relative;
}
.board2 section div:nth-of-type(1) img {
    width: 100%;
}
.board2 section div:nth-of-type(1) ul {
    display: none;
}
.board2 section div:nth-of-type(2) {
    padding: 20px 17px;
    display: block;
    position: relative;
    min-height: 210px;
    height: auto; border-radius: 10px;
}

.board2 section div:nth-of-type(2):hover {color:#e60000}


.board2 > section div:nth-of-type(2) .full {
    display: none;
}
.board2 section.active {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #333;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.board2 section.active div:nth-of-type(1) img {
    width: auto;
}
.board2 section .content {
    display: block;
}






section a{text-decoration:none !important}












.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    background-image: url(../images/leader-cv-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    left: 0px;
    z-index: 9;
}
.overlay section {
    max-width: 1290px;
    margin: 70px auto 0 auto;
    display: block;
    color: #FFF;
    position: relative;
}
.overlay section div:nth-of-type(1) {
    margin-left: 200px;
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin-top: 102px;
}
.overlay section div:nth-of-type(2) {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 102px;
}

.overlay section div:nth-of-type(2) i{color:#fff}

.overlay section div:nth-of-type(2) div {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
}
.overlay p {
    color: #FFF;
}
.overlay section div:nth-of-type(2) p:nth-of-type(1) {
    font-size: 40px;
    line-height: 1.2em;
    margin: 0;
    color: #fff;
}


.overlay section div:nth-of-type(2) p:nth-of-type(1) em { font-style:normal; font-weight:300;}
.overlay section div:nth-of-type(2) p:nth-of-type(2) {
    font-size: 28px;
}

.overlay section div:nth-of-type(2) span{font-weight: 600;color: #fff;}
.overlay section div:nth-of-type(2) div.full span:nth-of-type(1){font-weight: normal; color: #fff;font-size: 18px;}
.overlay section div:nth-of-type(2) div.full i{color: #fff;}
.overlay section div:nth-of-type(2) div.full span:nth-of-type(2){font-weight: 800; color: #fff;}

.overlay section div:nth-of-type(2) div.full p {
    font-size: 18px;
    max-width: 80%;
    color: #fff;
	line-height:1.4;
}
.overlay .closeBtn {
    position: absolute;
    top: 70px;
    right: 20%;
    z-index: 4;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
}
.overlay .leftBtn {
    position: absolute;
    left: 20px;
    top: 40%;
    width: 20px;
    height: 38px;
    display: block;
    cursor: pointer;
}
.overlay .rightBtn {
    position: absolute;
    right: 30px;
    top: 40%;
    width: 20px;
    height: 38px;
    display: block;
    cursor: pointer;
}
.overlay section div:nth-of-type(1) ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    display: inline-block;
}

.overlay section div:nth-of-type(1) ul li {
    padding: 20px 20px 0 0;
    width: auto;
    position: relative;
	line-height:1.4;
	color:#fff;
}
/*.overlay section div:nth-of-type(1) ul li:after {
    content: '';
    width: 10px;
    height: 20px;
    background: url("../images/icon-right.svg") no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
}*/
.overlay section div:nth-of-type(2) p:nth-of-type(1) img {
    display: none;
}
.overlay section a{color: #fff;}


@media screen and (max-width: 1275px) {
    .overlay section div:nth-of-type(2) {
        width: 59%;
    }
    .overlay section div:nth-of-type(1) img {
        max-width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .overlay section div:nth-of-type(2) {
        width: 58%;
        padding-left: 20px;
    }
    .overlay section div:nth-of-type(1) {
        width: 20%;
    }
    .overlay .closeBtn {
        right: 10%;
    }
}
@media screen and (max-width: 1024px) {
    .board section {
        width: 29%;
    }
    .board section:nth-child(4n) {
        margin-right: 40px;
    }
    .board section:nth-child(3n) {
        margin-right: 0px;
    }
    .overlay section div:nth-of-type(1) {
        margin-left: 80px;
        width: 20%;
        margin-right: 20px;
    }
    .overlay section div:nth-of-type(2) {
        width: 67%;
    }
    .overlay section div:nth-of-type(2) p:nth-of-type(1) {
        font-size: 40px;
    }
}
@media screen and (max-width: 935px) {
    .overlay section div:nth-of-type(2) {
        width: 65%;
    }
}
@media screen and (max-width: 768px) {
    .board section {
        width: 46%;
    }
    .board > section {
        margin-right: 40px;
    }
    .board > section:nth-last-of-type(odd) {
        margin-right: 0px;
    }
    .board > section:nth-of-type(3) {
        margin-right: 40px;
    }
    .board > section:nth-of-type(9) {
        margin-right: 40px;
    }
    .board > section:nth-of-type(15) {
        margin-right: 40px;
    }
    .overlay section div:nth-of-type(2) {
        width: 63%;
    }
    .overlay .closeBtn {
        right: 20px;
    }
	
	  .overlay .leftBtn {
        left: 10px; z-index:999999;
    }
    .overlay .rightBtn {
        right: 10px; z-index:999999;
    }
	
}
@media screen and (max-width: 705px) {
    .overlay section {
        margin-top: 20px;
    }
    .overlay .closeBtn {
        top: 20px;
        right: 20px;
    }
    .overlay section div:nth-of-type(1) {
        width: 80%;
        margin: auto;
        display: block;
    }
    .overlay section div:nth-of-type(2) {
        width: 80%;
        margin: auto;
        display: block;
    }
    .overlay section div:nth-of-type(2) div.full p {
        width: 100%;
        max-width: 100%;
    }
    .overlay section div:nth-of-type(2) {
        width: 80%;
    }
    .overlay .leftBtn {
        left: 10px; z-index:999999;
    }
    .overlay .rightBtn {
        right: 10px; z-index:999999;
    }
    .overlay section div:nth-of-type(2) p:nth-of-type(1) {
        margin-top: 20px;
    }
}
@media screen and (max-width: 635px) {
    .board section {
        width: 45%;
    }
}
@media screen and (max-width: 584px) {
    .board section {
        width: 100%;
    }
}
@media screen and (max-width: 425px) {
    .board section {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .overlay section {
        margin-top: 20px;
    }
    .overlay .closeBtn {
        top: 20px;
        right: 20px;
    }
    .overlay section div:nth-of-type(1) {
        width: 80%;
        margin: auto;
        display: block;
    }
    .overlay section div:nth-of-type(2) {
        width: 80%;
        margin: auto;
        display: block;
    }
    .overlay section div:nth-of-type(2) div.full p {
        width: 100%;
        max-width: 100%;
    }
    .overlay .leftBtn {
        left: 10px;
    }
    .overlay .rightBtn {
        right: 10px;
    }
    .overlay section div:nth-of-type(2) p:nth-of-type(1) {
        margin-top: 20px;
    }
	
.download-img {position:absolute; bottom:20px; right:20px; width:15px; height:15px; color:#E60000;}	
	
}