*{
	font-family: Calvert MT Std;
}


input[type="text"]::-moz-selection {
	text-shadow: none;
	border-color: transparent;
}
input[type="text"]::selection {
	text-shadow: none;
	border-color: transparent;
}
input[type="text"]:focus{
	outline:none;
}

h1,h2,h3,a{
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

a.back{
	font-size: 11px;
	color: #999;
}
.lang {
	display: inline-block;
    top: 32px;
    left: 177px;
    position: absolute;
    z-index: 999999;
}
#landing .lang{
    /* top: 60px;
    left: 65px; */
	display: inline-block;
	margin-left: 18px;
    top: 27px;
}
.template_nav .lang{
	display: none;
}

.search-icon{
	display: inline-block;
    top: 32px;
    left: 150px;
    position: absolute;
    z-index: 999999;
    cursor: pointer;
}
#landing .search-icon{
	left: 165px;
    top: 30px;
}

.lang a{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.search-bar{
	position: absolute;
	color: #999;
	z-index: 999999;
	top: 57px;
    left: 150px;
}
#landing .search-bar{
    left: 160px;
}
.title_box .search-bar{
	left: 0;
	top: 80px;
	width: 100%;
}
.search-bar .screen-reader-text{
	display: none;
}
.search-bar input[type="submit"]{
	display: none;
}
.title_box .search-bar input[type="search"]#s{
	width: 100%;
}
.title_box .back_wrap{
	text-align: left;
}
.template_contentwrapper{
	/*height:1500px;*/
}

.template_nav .social{
	position: absolute;
	left: 57px;
	top: 52px;
}
.template_banner .template_nav .social{
	left: -127px;
}
.template_nav .social a{
	text-decoration: none;
}
.template_nav .social img{
	width: 30px;
}


.template_contentwrapper .template_banner{
	min-width: 960px;
	width:100%;
	/* height: 550px; */
	height: 400px;
	/* overflow: hidden; */
	/*Banner at the top*/
	background: url("/20230224210212oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/about/header_banner.jpg") no-repeat fixed top center ;
	/*background-size: cover !important;*/
}

@media screen and (min-width: 1600px) {
	.template_contentwrapper .template_banner{
		/*background-size: cover !important;*/
	}
}

.template_contentwrapper .banner_deemer{
	width: 100%;
	height: 550px;
	background: rgba(0,0,0,.05) !important;
    /*background: none !important;*/
	position: absolute;
}

.template_banner .template_header{
	position: absolute;
    width: 960px;
    color: white;
    margin: auto;
    left: 0;
    right: 0;
}

.template_header .title_box{
	position: relative;
	float: left;
	width:25%;
	height: 450px;
	overflow: hidden;
	/*background: rgba(192,192,192,0.6);*/
}
.template_header .title_box#banner_title .blurry_bg{
	width: 203px;
	opacity: 0.6;
	/* min-width: 915%; */
	position: absolute;
	top: 0;
	/* left: -666px; */
	-webkit-filter: blur(16px);
	height: 450px;
}


.template_header .title_box>*{
	margin-left: 10px;
}
.template_header .title_box .logo{
	position: relative;
	z-index:10;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 3px white solid;
	-webkit-transition: padding-bottom .3s ;
	-o-transition: padding-bottom .3s ;
	transition: padding-bottom .3s ;
}
.template_header .title_box .logo.expand{
	padding-bottom: 65px;
}
.template_header .title_box .breadcrumb,
.title_box .breadcrumb{
	position: relative;
	z-index:10;
	margin-top: 16px;
	margin-bottom: 12px;
	font-size: 11px;
	font-weight: 300;
}
.template_header .title_box .breadcrumb a{
	color: white;
	text-decoration: none;
}
.template_header .title_box .page_title,
.title_box .page_title{
	position: relative;
	z-index:10;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.3;
	padding-right: 5px;
	margin-top: -3px;

}

.template_nav{
	width: 68%;
	position: relative;
	float: right;
	margin:	0 auto;
	padding: 20px;
	padding-top: 30px;
	/*text-align: right;*/
	color: white;
	z-index:99999;
}

.nav_section {
	width: 20%;
	float: left;
}
.nav_section.about-us{
	width: 12%;
	margin-right: 1em;
}
.zh .nav_section.about-us{
	width: 82px !important;
	margin-right: 1em;
}
 .nav_section.admission{
	width: 144px !important;
	margin-right: 1em;
}
.zh .nav_section.admission{
	width: 144px !important;
	margin-right: 1em;
}
.nav_section.college-life-support {
	width: 105px;
	margin-right: 1em;
}

.zh .nav_section.college-life-support{
	width: 117px !important;
	margin-right: 1em;
}
.nav_section.whole-person-development {
	width: 18%;
}
.zh .nav_section.whole-person-development{
	width: 14%;
	margin-right: 1em;
}
.nav_section.news-information {
	width: 17%;
	margin-right: 1em;
}
.zh .nav_section.news-information{
	width: 14%;
}
.nav_section:nth-child(8) {
	width: 20%;
	margin-right: 30px;
}
.zh .nav_section:nth-child(8){
	width: 18%;
	margin-right: 0px;
}
.nav_section:nth-child(9) {
	margin-right: 30px;
}
.zh .nav_section:nth-child(9) {
	margin-right: 0;
}
.zh .template_banner .nav_section:nth-child(9){
    width: 17%; 
}
.template_banner .nav_section:nth-child(10){
	width: 19%;
}


.template_nav .logo{
	display: none !important;
}

.nav_section:hover .title{
	/* border-bottom:  */
}

.template_nav .title,
.template_nav .subtitle{
	text-decoration: none;
	color: white;
	z-index:3;
	text-shadow: 0px 0px 26px rgba(0,0,0,0.35);
}

/*.template_nav a .subtitle{
	color: black;
	}*/

	.template_nav .title{
		font-size: 14px;
		font-weight: 200;
		/*margin-bottom: .8em;*/
		line-height: 1.3em;
		padding-bottom: 10px;
	}
	.template_nav a .subtitle{
		font-size: 12px;
	}
	.template_nav .subtitle{
		border:none;
		line-height: 1.3em;
		background: rgba(50,50,50,0.9);
		padding: 16px;
		width: 210px;
		vertical-align: top;
	}

	/*.template_nav .subtitle .text{
		width:90%;
		float: left;
		}*/

		.template_nav .sub-menu a:not(:last-child) .subtitle{
			border-bottom: grey 1px solid;
		}

		.template_nav .sub-menu{
			display:none;
			padding-right: 1.5em;
			margin: .5em .5em 1em 0;
		}

		.nav_section:hover .sub-menu{
			display: block;
			transition-duration: 0.3s;
		}

		.template_nav .deem{
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
			filter: alpha(opacity=10);
			-moz-opacity: 0.1;
			-khtml-opacity: 0.1;
			opacity: 0.1;
			cursor: default;
		}

		/* Sweep To Right */
		.hvr-sweep-to-right {
			display: inline-block;
			vertical-align: middle;
			-webkit-transform: translateZ(0);
			transform: translateZ(0);
			box-shadow: 0 0 1px rgba(0, 0, 0, 0);
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			-moz-osx-font-smoothing: grayscale;
			position: relative;
			-webkit-transition-property: color;
			transition-property: color;
			-webkit-transition-duration: 0.3s;
			transition-duration: 0.3s;
		}
		.hvr-sweep-to-right:before {
			content: "";
			position: absolute;
			z-index: -1;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			opacity: 0;
			width:0;
			-webkit-transition: width .5s, opacity 1.2s;
			-o-transition: width .5s, opacity 1.2s;
			-ms- transition: width .5s, opacity 1.2s;
			transition: width .5s, opacity 1.2s;
  /*-webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;*/
}

.template_nav .about-us .hvr-sweep-to-right:before{
	background: #85C4A5;
}


.template_nav a .subtitle:hover{
	color: black !important;
}

.template_nav .about-us a .subtitle{
	color: #85C4A5;
}

.template_nav .college-life-support .hvr-sweep-to-right:before{
	background: #cac06d;
}

.template_nav .college-life-support a .subtitle{
	color: #cac06d;
}

.template_nav .whole-person-development .hvr-sweep-to-right:before{
	background: #b5c877;
}

.template_nav .whole-person-development a .subtitle{
	color: #b5c877;
}

.template_nav .admission .hvr-sweep-to-right:before{
	background: #99cc47;
}

.template_nav .admission a .subtitle{
	color: #99cc47;
}
.template_nav .news-information .hvr-sweep-to-right:before{
	background: #7eb7c9;
}

.template_nav .news-information a .subtitle{
	color: #7eb7c9;
}

.news-information .sub-menu{
	float: right;
}
#admission .template_content .leftcol .title_box{
	color: #99cc47;
}
#admission #bottom_left_logo{
	    background-image: url("/20230224210212oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/ge/footer_logo.png") !important;
}
#admission #go_to_top_btn {
    background-image: url("/20230224210212oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/ge/to-top_btn.png");
}


a .hvr-sweep-to-right:hover, a .hvr-sweep-to-right:focus, a .hvr-sweep-to-right:active {
	color: white;
}

a .hvr-sweep-to-right::after, a .hvr-sweep-to-right::after, a .hvr-sweep-to-right::after {
	content: url("/20230224210212oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/all-menu-footer/nav-sun_icn.png");
	position: absolute;
	top: 32%;
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms- transition: all .5s;
	transition: all .5s;
}

a .hvr-sweep-to-right:hover::after, a .hvr-sweep-to-right:focus::after, a .hvr-sweep-to-right:active::after {
	content: url("/20230224210212oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/all-menu-footer/nav-sun_icn.png");
	position: absolute;
	top: 32%;
	/*opacity: 1;*/
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  /*-webkit-transform: scaleX(1);
  transform: scaleX(1);*/
  opacity: 1;
  width: 100%;
}

/* Underline From Left */
.hvr-underline-from-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: white;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.nav_section:hover .hvr-underline-from-left:before, .nav_section:hover .hvr-underline-from-left:before, .nav_section:hover .hvr-underline-from-lefte:before {
	right: 0;
}
/*.template_nav ul{
	list-style-type: none;
	font-size: 16px;
	line-height: 27px;
	font-weight: 200;
	cursor: pointer;
}

.template_nav ul li.deem{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	cursor: default;
	}*/
	.template_content{
		position: relative;
		min-width: 960px;
		/*max-width: 1200px;*/
		margin: auto;
		margin-top: 0px;

	/*background: url("https://webarchive.lib.cuhk.edu.hk/20230224210212oe_/https://placehold.it/960x800");
	background-position: center; 
	height: 100%;*/
}

.keypage a:hover{
	color: white !important;
}

.keypage .template_banner .page_title{
	position: absolute;
	font-size: 55px;
	font-weight: 400;
	line-height: 37px;
	top: 350px;
	bottom: 1em;
	text-shadow: 0px 0px 32px rgba(0,0,0,0.3);
}
.template_contentwrapper.keypage .template_banner{
	/*background-size: cover !important;*/
}
.template_contentwrapper.keypage .template_banner .banner_deemer{
	height: 100%;
}

.keypage .topintro{
	width: 100%;
	min-width: 960px;
	background-size: cover;
	position: relative;
	z-index: 999;
}
.keypage .topintro .link{
	text-align: center;
	margin-top: 2em;
}
.hover_content{
	opacity: 0;
}

.hover_content ul{
	list-style: none;
	padding-left: 0;
	line-height: 25px;
}

.hover_content	li a{
	color: white;
	text-decoration: none;
}

.na{
	opacity: 0.3;
}

.navleft{
	background-color: white;
}

/*.inner_content{
    width: 960px;
    height: 100%;
    margin: 0 auto;
    }*/
    .inner_content{
    	max-width: 960px;
    	position: relative;
    	margin: auto;
    	overflow: hidden;
    }
    .inner_content table td{
    	/* border: 1px solid black;
    	padding: .5em; */
    }
    .circlewrapper{
    	/* width: 1200px;*/
    	position: relative;
    	text-align: center;
    }
    .circle{
    	-webkit-border-radius: 50%;
    	-moz-border-radius: 50%;
    	border-radius: 50%;
    }
    .firsthighpos{
    	padding-top:2%;
    	text-align: center;
    }
    .secondhighpos{
    	padding-top:5%;
    	text-align: center;
    }

    .inline_content{
    	display: inline-block;
    }


    .inline_div{
    	display: inline-block;
    	vertical-align: top;
    	margin-left: 20px;
    	text-align: left;
    }

    .center_content{
    	text-align: center;
    }

    .content_top_padding{
    	padding-top: 5%;
    }


/*=======================================
=            Template Banner            =
=======================================*/
/*#gep_row1_left.title_box .breadcrumb,*/
.template_content .title_box .breadcrumb {
	border-top: 3px solid #99cc47;
	padding-top: 15px;
}


#gep_row1 {
	padding-top: 40px;
}

#gep_row1_left.title_box {
	position: relative;
	float: left;
	width: 26%;
}

#gep_row1_left.title_box .breadcrumb {
	border-top: 5px solid #99cc47;
	padding-top: 15px;
}

#gep_row1_right, #gep_row2_right {
	position: relative;
	float: right;
	width: 74%;
}

#gep_row1_right > div {
	padding: 15px 0 0 25px;
	width: 80%;
	line-height: 1.5em;
}

.title_box .intro{
	margin: 10px 0 0 0;
	line-height: 1.8em;
}

#gep_row2 {
	clear: both;
	position: relative;
	padding-top: 20px;
}

#gep_row2_right {
	float: none;
	padding-left: 26%;
	padding-bottom: 30px;
}

#gep_row2_right > div {
	padding: 0 25px;
}
/*=====  End of Template Banner  ======*/
/*=============================================
=            Template - Table List            =
=============================================*/

.title_box.table_list .row{
	background-color: white !important;
	padding: 1em 0 0 0;
}

.table_list .leftcol {
	width: 27%;
	vertical-align: top;
	color: white;
}

.table_list .tabletitle{
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3;
}
.table_list .row{
	padding: 2em 0;
}
.table_list .table_des{
	font-size: 11px;
	margin-top: 10px;
}

.table_list .row.details{
	background-color: white;
	display: none;
	margin: .5em 1em;
	/*height: 0;
	overflow: hidden;*/
}
.table_list .row .table_col{
	
	display: inline-block;
}
.row .row_wrapper{
	width: 960px;
	margin: auto;
}
.row .row_wrapper .leftcol,
.row .row_wrapper .rightcol{
	display: inline-block;
	min-height: 100px;
}
.row .row_wrapper .leftcol{
	width: 24%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row .row_wrapper .rightcol{
	width: 75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 2em;
}
.row.filter .row_wrapper .rightcol{
	padding-bottom: 0;
}

.table_list .row.details .leftcol{
	color: #505050;
}

.table_list .row.details .arrow{
	background-image: url('/20230224210212oe_/https://wys.cuhk.edu.hk/img/stud/tablearrow.png');
	position: absolute;
	width: 91px;
	height: 35px;
	left: 50%;
	margin-top: -65px;
}

.table_list .row.details .leftcol .room,
.table_list .row.details .leftcol .contact{
	margin: 5px 0;
}

.table_list .row.details .leftcol .room:before,
.table_list .row.details .leftcol .contact:before{
	display: inline-block;
	width: 15px;
	height: 15px;
	text-align: right;
}
.table_list .row.details .leftcol .room:before{
	content: url('/20230224210212oe_/https://wys.cuhk.edu.hk/img/stud/room_icn.gif');
	margin-right: 10px;
	top:5px;
	position: relative;
}
.table_list .row.details .leftcol .contact:before{
	content: url('/20230224210212oe_/https://wys.cuhk.edu.hk/img/stud/contact_icn.gif');
	margin-right: 10px;
	top:5px;
	position: relative;
}

.template_content .leftcol{
	width: 24%;
}
.template_content .rightcol{
	width: 75%;
}
/*.rightcol{
    width: 680px;
    }*/

    .rightcol .info{
    	display: inline-block;
    	width: 23%;
    	margin: 5px;

    	text-align: center;
    }
    .p_title {
    	margin: 12px 1px 6px 1px;

    	font-size: 22px;

    	text-align: center;

    	color: white;
    }

    .rightcol .info .name{
    	font-size: 1.1em;
    }

    .rightcol .info .details{
    	font-size: .75em;
    }


    .p_name,
    .p_detail {
    	color: rgb(80, 80, 80);
    }

    #p_row_last{
    	width: 960px;
    	margin: 0 auto 0 auto;
    	padding-bottom: 2em;
		/* padding: .5em 0 4em 0; */
}

.white #p_row_last #bottom_left_logo{
	background-image: url("/20230224210212oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/footer_logo_white.png") !important;
}
 .white #p_row_last #go_to_top_btn{
	    background-image: url("/20230224210212oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/to-top_btn_white.png");
}

#bottom_left_logo {
	bottom: -18px;
	float: left;
	width: 127px;
	height: 47px;
	background-image: url("/20230224210212oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/about/footer_logo.png");
	cursor: pointer;
}

#go_to_top_btn {
	float: right;
	width: 30px;
	height: 14px;
	margin-top: 20px;
	background-image: url("/20230224210212oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/about/to-top_btn.png");
	cursor: pointer;
}
    /*=====  End of Template - Table List  ======*/

/*========================================
=            2 Columns Layout            =
========================================*/
.template_content .twocolumns{
	
	/*display: inline-block;*/
	min-width: 960px;
	height: auto;
	padding: 2em 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.feature_text_box{
	text-align: center;
	margin-bottom: 2em;
}
.template_content .feature_text{
	font-weight: 500;
	font-size: 18px;

}
.template_content .feature_text:before,
.template_content .feature_text:after{
	content: ' ';
	display: block;
	width: 100px;
	height: 2px;
	position: relative;
	margin: 1.5em auto;
}
.template_content .feature_text.small{
	font-size: 12px;
}
.template_content .feature_text.small:before,
.template_content .feature_text.small:after{
	content: none;
}
.template_content .twocolumns .leftcol .title_box{
	/*width: 260px;
	vertical-align: top;
	padding: 0;*/
}
.template_content .twocolumns .leftcol{
	
	/*
	width: 25%;
	min-width: 260px;*/
	padding-right: 20px;
	vertical-align: top;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	/*display: table-cell;*/
}
.template_content .twocolumns .rightcol{
	width: 70%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 30px;
	margin-top: 10px;
	/*min-width: 680px;
	display: table-cell;*/
}
.title_box .rightcol{
	/* padding-top: 1em; */
	padding-left: 35px;
}


/*=====  End of 2 Columns Layout  ======*/

.fullwidth{
	width: 100%;
}

/*.fullwidth .row_wrapper{
	display: table;
}
.fullwidth .leftcol,
.fullwidth .rightcol{
	display: table-cell;
}
*/
.fullwidth.title_box .leftcol{
	/*width: 260px;*/
	padding-bottom: 1em;
}
.fullwidth.title_box .rightcol{
	/*width: 696px;
	width: 72%;*/

}
.fullwidth.title_box .row{
	width: 100%;
}


.template_content p{
	/*padding: 37px 0 23px 0;*/
	font-size: 13px;
	font-weight: 200;
	line-height: 1.6;
}
.transparent{
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/* IE 5-7 */
	filter: alpha(opacity=50);

	/* Netscape */
	-moz-opacity: 0.5;

	/* Safari 1.x */
	-khtml-opacity: 0.5;

	/* Good browsers */
	opacity: 0.5;
}


/*===========================================
=            Content Circle Slider Image            =
===========================================*/
.circle_slider{
	height: auto;
	margin: 4em 0;
}
.circle_slider .slider_img{
	width: 100%;
	height: 300px;
	position: relative;
	overflow:hidden;
}
.circle_slider .slider_slide{
	width: 100%;
    height: 300px;
    overflow: hidden;
}
.circle_slider .slider_img,
.circle_slider .slider_desc
{
	display: inline-block;
	vertical-align: top;
}

.circle_slider .slider_desc{
	width: 50%;
}

.circle_slider .slider_img {
	width: 45%;
	position: relative;
	text-align: center;
	height: 270px;
}


.circle_slider .slider_img .slider_slide> img {
	max-width: 270px;
	position: relative;
	top:0;
	bottom:0;
	left:0;
	right:0;
	border-radius: 100%;
}


.circle_slider .slider_desc {
	width: 53%;
	position: relative;
	min-height: 180px;

}
.circle_slider .slider_desc .slider_title{
	position: absolute;
}

.circle_slider .slider_arrows {
	font-size: 25px;
	margin-top: 73px;
	font-weight: 200;
	display: inline-block;
	cursor: pointer;
	color: #888;
	padding: 0 .5em 0 0;
}
.circle_slider .slider_arrows:hover{
	color: #999;
}

.circle_slider .slider_pagination {
	position: absolute;
	/* bottom: 20px; */
	font-size: .6em;
}

/*=====  End of Circle Content Slider Image  ======*/

/*=====================================
=            Contact Block            =
=====================================*/
.contact_block{
	border-left: 6px solid white;
	padding: 1em 2em;
	margin: 1em 0;
}
.contact_block h3{
	color: #505050 !important;
}

.contact_block .download_list{
	padding: 1em;
	min-height: 140px;
}

.contact_block .download_list li{
	list-style: none;
}
.contact_block .download_list li:before{
	padding-right: 1em;
}
.contact_block .person_name{
	font-weight: bold;
}
.contact_block .email a{
	color: white;
}
.row .row_wrapper .contact_block .leftcol{
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row .row_wrapper .contact_block .rightcol{
	width: 49%;
	margin-left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*=====  End of Contact Block  ======*/
.inner_content .main_content table td{
	padding: 5px;
}
/*======================================
=            Download Block            =
======================================*/



/*=====  End of Download Block  ======*/
