/** { 
    -webkit-tap-highlight-color: transparent; 
}
a, article, div, h1, h2, h3, h4, h5, h6, img, section, span {
    -moz-user-select: none; 
    -webkit-user-select: none; 
} */

.container{width:1280px;margin:auto;}
input, select, textarea { 

    -webkit-border-radius:0; 
    border-radius: 0; 
}

select {
	padding-right:8px;
}

::-moz-placeholder {

    color: #333;

}

#top_container{
	max-width: 	1280px;
	width: 	100%;
}

#top_container #top{
	padding: 0;
	border-bottom: 	0;
}
#topic_container{
	width: 	100%;
	max-width: 	100%;

}

#topic_container #topic #maintopic, #topic_container #topic #subtopic, #topic_container #topic #description{
	max-width: 1280px;
		width: 100%;
	margin-right: 	auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#topic_container #topic #banner{
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	/*background-color: black;*/
	margin-bottom: 1%;
}

#topic_container #topic #banner img{
	width: 	1280px;
	max-width: 	100%;
}

#form_container{
	width: 	1280px;
	max-width: 	100%;
	color: #333;
	line-height: 1.5em;
	border-radius: initial;
	background-color: initial;

}

#form #SubmitForm div, #form div {

    margin: 10px 0 10px 0;

}

#form .form_answer{
	max-width: 	82%;
	width: 	100%;
}

#form .pics, #form .form_topic{
	 margin: 1% 0 1%;
}

#firstname, #lastname {

    padding: 0 5% auto  5% !important;

}


#form_container input[type=text], #form_container option{
	line-height: 1.5em;
	padding:1%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width: 	100%;
	max-width: 	1280px;
	border:1px solid #333;
}

#form_container input[type=text]{
	border:0;
	border-bottom: 1px solid #ccc ;
	padding-left:0;
}

#form_container input:hover, #form_container input:focus{
	
}
/** tony css editing 10/1/2019 **/
#content{float:left;padding:10px 0px;width:100%;min-height:500px;}

#content .card{
	display:inline-block;
	width:100%;
	-webkit-box-shadow: 0px 3px 40px -10px #777;
	-moz-box-shadow: 0px 3px 40px -10px #777;
	box-shadow: 0px 3px 40px -10px #777;	
	box-sizing: border-box;
	border:1px solid #D9D9D9;
	border-radius:5px;
	box-sizing:border-box;
	margin:15px 0px;
}

#content .card a.reg{
    background-color: #6C39A2;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
}

#content .card a.full{
    background-color: #CFCFCF;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
}

#content .card .card-up{
	background-color:#6C39A2;
	color:#fff;
	text-align:center;
	padding:10px 0px;
	width:100%;
}

#content .card .card-up h2{
	padding:0px;margin:0px;
}


#content .card .card-bottom{
	box-sizing: border-box;
	padding:10px;
}





/** tony css editing end 10/1/2019 **/


/*----footer style----*/
#footer{
	width:100%;
	color:#fff;
	background-color:#000;
	float:left;
	font-size:1.2em;
	box-sizing:border-box;
	padding:15px 0px;
}

#footer .footer_wrapper{
	width:1280px;
	margin:auto;
}

#footer .footer_wrapper .footer-left{
	width:50%;
	float:left;
}

#footer .footer_wrapper .footer-left a{
	color:#fff;
	margin-right:15px;
	text-decoration:none;
}

#footer .footer_wrapper .footer-right{
	width:50%;
	float:left;
	text-align:right;
}


@media only screen and (max-width: 1300px){
	#topic_container #topic #maintopic, #topic_container #topic #subtopic, #topic_container #topic #description, #form_container{
		
		max-width: 96%;

	}
#footer{width:100%;}
#footer .footer_wrapper{width:100%;}
#footer .footer_wrapper .footer-left{width:100%;text-align:center;}
#footer .footer_wrapper .footer-left a{display:inline-block;}
#footer .footer_wrapper .footer-right{margin-top:10px;width:100%;text-align:center;}
#content .card{width:100%;margin:10px 0px;}
.container{width:100%;}

}


@media only screen and (max-width: 1024px){

#top{
	padding: 10px 0 !important;
}

#top_left, #top_right {

    max-width: 50%;
    height: auto !important;

}

#top_container #top #top_left #polyu_logo img { height:45px; }
#top_container #top #top_right #eim_logo img { height:45px; }
#top_container #top #top_right #tagline_logo img { height:15px; }


#top_container, #topic_container #topic #maintopic, #topic_container #topic #subtopic, #topic_container #topic #description{
	padding: 0 2%;
	max-width: 	1280px;
	width: 96%;
}

#topic_container #topic #banner img {
    max-width: 	1280px;
	width: 100%;
}

#form_container{
	
	
}

#form .form_question_forcheckbox{
	width: 	90%;
}

#form .form_answer{
	max-width: 96%;
}

.form_answer_short{
	max-width: 96% !important;
    width: 96% !important;
}

}

@media only screen and (max-width: 480px){

#top_container #top #top_left #polyu_logo img { height:38px; }
#top_container #top #top_right #eim_logo img { height:38px; }
#top_container #top #top_right #tagline_logo img { height:12px; }



#form_container {
    padding: 0 4% !important;
    max-width: 	92% !important;
}

#maintopic, #subtopic, #description{
	max-width: 	92% !important;
}

#footer .footer_wrapper .footer-left a{width:100%;padding-bottom:15px;}
#footer .footer_wrapper .footer-right{margin-top:0px;}


