@charset "utf-8";
.board { display: block; font-family: 'MTN Brighter Sans', sans-serif;  color: #4C4C4E; margin-top: 50px;background-image:url(../images/board-main-bg.png);background-repeat:no-repeat;background-size: cover;}

.board-bg-img { background-repeat: no-repeat; padding: 30px 0;  padding-top: 30px; background-size: cover;margin-top:30px}

.board section {
    width: 30.2%;
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    margin-bottom: 40px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 2px 4px 6px #ffcc00;
    cursor: pointer;
    height: auto;
	border-radius: 25px; position: relative;}
	
.board section:nth-child(3n) {
    margin-right: 0;
}
.board section div:nth-of-type(1) {
    /*border: solid #A5CF4C 1px;
    overflow: hidden;*/
    position: relative;
}
.boardline-arrow-btn
{
	position: relative;
}
.boardline-arrow-btn:after {
    content: "\e93c";
    font-weight: bold;
    font-family: 'icomoon';
    font-size: 20px;
    position: absolute;
    right: 0px;
    bottom: 30px;
    padding: 11px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    color: #000;
    z-index: 4;
}

.overlay .boardline-arrow-btn:after { display: none;}


.board section div:nth-of-type(1) img {
    width: 100%;    border-radius: 20px;margin-bottom: 81px;
}
.board section div:nth-of-type(1) ul {
    display: none;
}
.board section div:nth-of-type(2) { 
    padding: 10px 17px;
    display: block;
    position: absolute;
    min-height: 80px;
    bottom: 0;
    z-index: 1;
    height: auto;
    border-radius: 10px;
    width: 100%;
	background: rgba(255,255,255, 0.5);
    backdrop-filter: blur(15px);

}


.board section div:nth-of-type(2) p { font-size: 16px; color: #212529;display: inline-block;  background: #FFCC00; margin-bottom:0; padding:2px 5px}

.board section div:nth-of-type(2) i { font-size: 14px; color: #000;display: inline-block;  margin-bottom:0; font-style:normal}
/*.inside-ptag{color:#fff;background:none}*/

.board section div:nth-of-type(2) b {font-family: MTN Brighter Sans; line-height: 1.4; font-size: 21px; font-weight:normal; color: #000;display:block; margin-bottom: 0;padding-right: 30px;margin-top: 10px;}
.board section div:nth-of-type(2) span {font-size:16px;color:#fff; 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;}

/**/

#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;
    top: 0px;
    left: 0px;
    z-index: 15;
	
}
.overlay section {
    max-width: 1290px;
    margin: 70px auto 0 auto;
    display: block;
    color: #FFF;
    position: relative;
	background:#ffffff !important;
	padding:10px 0;margin-top:80px;
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);border-radius:20px;}
	
	
.overlay section div:nth-of-type(1) {
   margin-left: 85px;
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
}

.overlay section div:nth-of-type(1) img {border-radius:20px;max-width: 95%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.overlay section div:nth-of-type(2) {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 40px;
}

.overlay section div:nth-of-type(2) i{font-size: 18px; max-width: 80%; color: #212529; line-height: 1.4; background: none;font-style:normal;margin-bottom:30px;display:block}

.overlay section div:nth-of-type(2) div {
    min-width: 90%;
    margin-left: 0px;
    margin-top: 0px; 
}


.overlay section div:nth-of-type(2) div h3{font-size:25px;}

.overlay p {
    color: #FFF;
}
.overlay section div:nth-of-type(2) p:nth-of-type(1) {
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 20px;
    background: #FFCC00;
    color: #212529;
    padding: 10px 20px 10px 0;
    display: inline-block;
}


.overlay section div:nth-of-type(2) b:nth-of-type(1) {
    color: #000000;
    display: block;
    font-size: 35px;
    line-height: 1.4;
    font-family: MTN Brighter Sans;
}

.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: 18px; color:#212529;}

.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: #000;}
.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: 16px;
    max-width: 98%;
    color: #212529;
	line-height:1.4;
	background:none
}
.overlay .closeBtn { position: absolute; top: 100px; left: 20%; z-index: 4; display: block; cursor: pointer;background: #000000;
    padding: 10px 25px 10px 45px;
    color: #000;
    border-radius: 25px;}
	
	.overlay .closeBtn p{position:relative;margin-bottom:0;color:#ffffff;font-size:18px}
	.overlay .closeBtn p:before{position:absolute;content: ''; background-image:url('../images/icons/close-icon.png'); width: 20px; height: 20px;left:-30px;top:3px;}
	
.overlay .leftBtn {
    position: absolute;
    left: 20px;
    top: 40%;
    display: flex;
    background: #000000;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
}



.overlay .leftBtn img {width: 12px;margin: 0 auto;margin-left: 12px;}
.overlay .rightBtn img {width: 12px;margin: 0 auto;margin-right: 12px;}



.overlay .rightBtn {
   position: absolute;
    right: 20px;
    top: 40%;
   display: flex;
    background: #000000;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
}
.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; min-width: 193px;}

.overlay .legend-box {
    text-align: left;
    display: block;
}


@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 {top: 95px;left: 5%;}
	
	
	
	
}
@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:991px)

{
	
	.overlay section div:nth-of-type(1) img {
      
        height: 220px!important;
	}

.overlay section {margin-top: 0px;}
.overlay .closeBtn {
    top: 15px;
}
.overlay section div:nth-of-type(2) b:nth-of-type(1) {
    
    font-size: 25px;
    line-height: 1;
}

}



@media screen and (max-width: 935px) {
    .overlay section div:nth-of-type(2) {
        width: 65%;
		
    }
	/*.overlay
	{
		padding-top: 100px;
	}*/
}
@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: s0px;
    }
    .board > section:nth-of-type(9) {
        margin-right: 0px;
    }
    .board > section:nth-of-type(15) {
        margin-right: 0px;
    }
    .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;
    }
    .board section div:nth-of-type(2){
        padding-right: 40px;
    }
	
}
@media screen and (max-width: 705px) {
 
    .overlay .closeBtn {
        top: 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: 00px;
    }
    .overlay .closeBtn {
        top: 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;}	
	
}