@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

#wrapper_newsid, #wrapper_news-a-id, #wrapper_news-b-id {
	display: grid;
	
	top:0px;
	width:105%;
	height:auto;
	margin-left:2.5%;
	margin-right:2.5%;
	margin-top:0%;
	background-color: #ffffff;
	
	grid-template-columns:100px 1.5fr 1fr 100px;
	grid-template-rows: 100px auto;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	
	/*overflow: auto;
   	overflow-x: hidden; */

}

#wrapper_nn1id, #wrapper_nn2id, #wrapper_nn3id, #wrapper_nn4id, #wrapper_nn5id, #wrapper_nn6id{

	display: grid;
	
	top:0px;
	width:100%;
	height:auto;
	margin-left:2.5%;
	margin-right:2.5%;
	margin-top:0%;
	background-color:  #eeeeee;
	
	grid-template-columns:1fr 1fr 1fr 0.06fr 1fr;
	/*grid-template-rows: 100px 100px;*/
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	
	overflow: auto;
   	overflow-x: hidden; 

}
#a-2_hdg{
	grid-row:1/2;
	grid-column: 1/4;
}
#a-2_img{
	grid-row:2/4;
	grid-column: 1/4;
}
#a-2_txt{
	grid-row:4/5;
	grid-column: 1/4;
}
#news_list{
	grid-row:4/5;
	grid-column:5/6;
	border-left: solid 3px #cccccc;
	padding-left:20px;

}
#news01{
	grid-row: 1/2;
	grid-column: 2/3;
	min-width: 500px;
}
#news02{
	grid-row: 1/2;
	grid-column: 3/4;
	min-width:400px;
	background-image: url('../../images/Address_01.png');
	background-size: contain;
	min-width: 500px;
}
#news03{
	grid-row: 1/2;
	grid-column: 3/4;
	min-width:500px;
}
#news04{
	grid-row: 2/3;
	grid-column: 1/2;
	min-width:500px;
}
#news05{
	grid-row: 2/3;
	grid-column: 2/3;
	min-width:500px;
}
#news06{
	grid-row: 2/3;
	grid-column: 3/4;
	min-width:500px;
}


#news_containerid{
	
	/*
	display: grid;
	width:100%;
	margin-left:10%;
	margin-right:10%;
	justify-content: center;
	*/	
	grid-row: 1/2;
	grid-column: 1/5;
	text-align: center;
	padding-top: 30px;
}
.recentNews {
    /*background-color: rgb(255, 255, 255);*/
    grid-column: 2/5;
}
.recentNews .news-title {
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;
   	font-family:"Poppins", sans-serif;
	font-weight: 300;
	font-size: 1.0rem;
	font-size: calc(2.7em + 0.7vw);
    color: #ffffff;
}
.recentNews .row {
    /*display: flex;
    flex-wrap: wrap;*/
    grid-row: 1/3;
	grid-column: 1/5;
    justify-content: space-between;
    margin-bottom: 30px;
    justify-content: center;
    
}
#rowid{
	display: grid;
	top:0px;
	width:100%;
	height:100%;
	/*margin-left:2.5%;
	margin-right:2.5%;*/
	margin-top:0%;
	background-color: #000000;
	
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows: auto auto auto auto auto auto;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	
	overflow: auto;
   	overflow-x: hidden; 
   	
}

.recentNews .ct-blog {
    margin-bottom: 30px;
    border: 1px solid #95A5A6;
    margin: 0px 30px 0px 30px;
}
.ct-blog .inner {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
    height: auto;
    text-align: center;
    min-width: 500px;
}
.ct-blog .inner:hover {
    background-color: #e6e6e6;
}
.ct-blog .fauxcrop {
    /*height: 180px;*/
    overflow: hidden;
}
.ct-blog .fauxcrop img {
    width: 100%;
}
.ct-blog-content {
    display: table;
    padding: 30px 0 28px;
}
.ct-blog-content-text {
    display: table;
    padding: 30px 0 28px;
    height: 300px;
}

.ct-blog-content .ct-blog-date {
    /*border-right: 1px solid #95A5A6;*/
    display: table-cell;
   font-family:"Poppins", sans-serif;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
.ct-blog-content .ct-blog-date span {
    font-size: 16px;
    color: rgb(20, 117, 175);  
    font-weight: 700;
    display: block;
    line-height: 1;
}
.ct-blog-content .ct-blog-rm span{
	font-size: 16px;
    color: rgb(20, 117, 175);  
    font-weight: 700;
    display: block;
    line-height: 1;

}
.ct-blog-content .ct-blog-date strong {
    font-size: 25px;
    color: rgb(20, 117, 175);  
}
.ct-blog-content .ct-blog-header {
    color: #000;
    display: table-cell;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.1;
    padding: 0 120px;
    vertical-align: top;
}
.ct-blog-content-text .ct-blog-header-text {
    color: #666666;
    display: table-cell;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.1;
    padding: 0 120px;
    vertical-align: top;
    text-align: center;
    min-width: 500px;
}
.btn-news {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 30px;
    text-align: center;
}
.btn-news.btn-contests a {
    color: #fff;
    font-family: 'nimbus-sans-condensed', sans-serif;
    font-size: 24px;
    transition: all 0.2s ease-in-out 0s;
}
.btn-news.btn-contests a:hover {
    color: #000;
}

#newsblistid{
	font-weight: 200;
}
ul.bulletlist_pp, ul.bulletlist_ppw {
	color:black;
	list-style: none;
	margin-left: 0.0em;
	font-family:"Poppins", sans-serif;
	font-weight: 200;
	font-size: 1.0rem;
	font-size: calc(0.5em + 0.9vw);
	line-height: 1.25;
	/*text-align: justify;*/
	margin: 0em 0em 2em 0em;
	padding-left:0em!important;
	
}
ul.bulletlist_ppw{
	color:white;
}
ul.l_bulletlist_pp, ul.l_bulletlist_ppw {
	color:black;
	list-style: none;
	margin-left: 0.0em;
	font-family:"Poppins", sans-serif;
	font-weight: 200;
	font-size: 1.0rem;
	font-size: calc(0.5em + 0.9vw);
	line-height: 1.25;
	/*text-align: justify;*/
	margin: -1em 0em 2em 3em;
	padding-left:0em!important;
	
}
ul.l_bulletlist_ppw{
	color:white;
}
ul.bulletlist_pp p{
	margin: 0.0em 0em 0em 0em;
	/*font-size: calc(0.5em + 1.2vw);*/
	font-size: calc(0.2em + 1.2vw)!important;
}
ul.bulletlist_pp li{
	/*padding-left: 2.0em; /*2.0em;*/
	/*margin-left: 2.0em;
	text-indent: -1.0em;
	list-style-position: inside;*/
	list-style-position: inside;
	
	margin: 0em 0em 0.5em 0em;
	padding-left:0em!important;
	padding-top:0px!important;
	/*font-size: calc(0.5em + 1.2vw);*/
	font-size: calc(0.2em + 1.2vw)!important;
}
ul.bulletlist_ppw li{
	/*padding-left: 2.0em; /*2.0em;*/
	/*margin-left: 2.0em;
	text-indent: -1.0em;
	list-style-position: inside;*/
	list-style-position: inside;
	
	margin: 0em 0em 0.5em 0em;
	padding-left:0em!important;
	padding-top:0px!important;
	/*font-size: calc(0.5em + 1.2vw);*/
	font-size: calc(0.2em + 1.2vw)!important;
}	
	ul.bulletlist_pp li p{
		padding-left: 2.0em;
		/*margin-left: 2.0em;
		text-indent: -1.0em;
		list-style-position: inside;*/
		list-style-position: inside;
		font-size: calc(1em + 0.7vw); 
		margin: 0em 0em 0em 0em;
	}
	ul.bulletlist_ppw li p{
		padding-left: 2.0em;
		/*margin-left: 2.0em;
		text-indent: -1.0em;
		list-style-position: inside;*/
		list-style-position: inside;
		font-size: calc(1em + 0.7vw); 
		margin: 0em 0em 0em 0em;
	}
	
ul.bulletlist_sub_pp {
	list-style: none;
	margin: 0em 0em 0em 0em;
	padding-left: 0.0em!important;
	
}
	ul.bulletlist_sub_pp li{
		padding-left: 2.0em;
		/*margin-left: 3.0em;*/
	}
	
	ul.bulletlist_sub_pp li:before{
		position: relative;

		content: '';
		display: inline-block;
		height: 17px!important;
		width: 17px!important;
		background-size: contain;
		background-image: url('../../images/Chevrons_01.png'); /*Chevrons_01.png  Tick_01.png*/
		background-repeat: no-repeat;
		background-position: 0% 50%;
		margin-left:-40px;
		padding-right:40px;
	
		margin-top:0px;
		
		text-align:justify;
	}
	
ul.bulletlist_pp li:before {
	position: relative;
	
	list-style: none;
	content: '';
	display: inline-block;
	height: 25px;
	width: 25px;
	background-size: contain;
	background-image: url('../../images/Chevrons_01.png');
	background-position: 0px -3px!important;
	margin-left:-40px;
	margin-bottom: -6px;
	padding-right:40px;
	
	margin-top:20px;
	background-repeat: no-repeat;
	text-align:justify;
}
ul.bulletlist_ppw li:before {
	position: relative;
	
	list-style: none;
	content: '';
	display: inline-block;
	height: 25px;
	width: 25px;
	background-size: contain;
	background-image: url('../../images/Chevrons_01.png');
	background-position: 0px -3px!important;
	margin-left:-40px;
	margin-bottom: -6px;
	padding-right:40px;
	
	margin-top:20px;
	background-repeat: no-repeat;
	text-align:justify;
}

/****************************/

@media screen and (max-width: 1900px) {
	#news01{
		grid-row: 2/3;
		grid-column: 2/3;
		min-width:500px;
		=
	}
	#news02{
		grid-row: 2/3;
		grid-column: 3/4;
		min-width:500px;
		background-image: url('../../images/Address_01.png');
		background-size: contain;
	}
	#news03{
		grid-row: 2/3;
		grid-column: 1/2;
		min-width:500px;
	}
	#news04{
		grid-row: 2/3;
		grid-column: 2/3;
		min-width:500px;
	}
	#news05{
		grid-row: 3/4;
		grid-column: 1/2;
		min-width:500px;
	}
	#news06{
		grid-row: 3/4;
		grid-column: 2/3;
		min-width:500px;
	}
}
@media screen and (max-width: 1225px) {
	#news01{
		grid-row: 1/2;
		grid-column: 1/2;
		min-width:500px;
	}
	#news02{
		grid-row: 3/4;
		grid-column: 1/2;
		min-width:500px;
	}
	#news03{
		grid-row: 5/6;
		grid-column: 1/2;
		min-width:500px;
	}
	#news04{
		grid-row: 2/3;
		grid-column: 1/2;
		min-width:500px;
	}
	#news05{
		grid-row: 4/5;
		grid-column: 1/2;
		min-width:500px;
	}
	#news06{
		grid-row: 6/7;
		grid-column: 1/2;
		min-width:500px;
	}
}

@media screen and (max-width: 600px) {
	#news01, #news02, #news03, #news04, #news05, #news06{
	
		min-width:400px;
		min-height:200px;
	}
	
	ul.bulletlist_pp li{
		
		margin: 0em 0em -0.5em 0em;
		
	}

}
@media screen and (max-width: 500px) {
	#news01, #news02, #news03, #news04, #news05, #news06{
	
		min-width:300px;
		min-height:200px;
	}
	ul.bulletlist_pp, ul.bulletlist_ppw {
		/*margin: 0em 0em 2em 3em;*/
	}

}

@media screen and (max-width: 400px) {
	
	#rowid{
		/*grid-template-rows: 200px 200px 200px 200px 200px 200px;*/
	}
	
	#news01, #news02, #news03, #news04, #news05, #news06{
	
		min-width:200px;
		min-height:200px;
	}
	.ct-blog-content .ct-blog-header {
		font-size: calc(18px + 0.1vw);
	}

}

@media screen and (max-width: 350px) {
	
	#rowid{
		/*grid-template-rows: 200px 200px 200px 200px 200px 200px;*/
	}
	
	#news01, #news02, #news03, #news04, #news05, #news06{
	
		min-width:200px;
		min-height:200px;
	}
	.ct-blog-content .ct-blog-header {
		font-size: calc(14px + 0.1vw);
	}

}