		.page-kcs-list li div{
			display: table;
			margin: 10px 0px;
			width: 100%;
		}

		.page-kcs-list li div a{
			display: table-cell;
			vertical-align: middle;
			width: 85%;
			font-size: 16px;
			line-height: 20px;
			text-decoration: none !important;
			color: black;
		}
		.kcs-row .map_div img{
			width: 100%;
			transition: all 0.2s;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			filter: grayscale(100%);
			-webkit-filter: grayscale(100%);
			-moz-filter: grayscale(100%);
}

.kcs-row .map_div img:hover{
			filter: grayscale(0%);
			-webkit-filter: grayscale(0%);
			-moz-filter: grayscale(0%);
}

		.page-kcs-list li div a:hover,
		.page-kcs-list li div a:focus,
		.page-kcs-list li div a:active{
			color: #3171ee;
		}
		.ka_upf_Admin_pic_css{
			width: 100%;
			max-width: 100%;
			height: 225px;
			object-fit: contain;
		}
		.map_div {
			display: block;
			width: 100%;
			height: 225px;
			max-height: 225px;
		}
		.American_title {
				width: 48%;
			}
