@charset "utf-8";
/* CSS Document */
@import url('/font/roboto.css');

#why_to_invest{
	top:0;
	left:0;
    min-height: 200px;
	width:100%;
	margin-top:105px;
	background:url(/images/bg.jpg) center no-repeat;
}
#why_to_invest .va-table {
    display: table;
    min-height: 200px !important;
    width: 100%;
	     padding-top: 0px;
		
}

#why_to_invest .table-cell {
    display: table-cell;
    vertical-align: middle;
}

#learn-body{
	padding-top:50px;
	padding-bottom:50px;
	background:#fff;
	}
.career-content{
	font-size: 16px;
    text-align: justify;
    font-family: 'muliregular';
    line-height: 26px;
	    padding-top: 45px;
	}
.career-content p a{
	    color: #333;
	}
.career-content p a:hover {
    color: #9f0083;
}
.select-member-type{
	font-size: 15px;
    font-family: 'mulisemibold';
    text-align: -webkit-center;
    margin-bottom: 10px;
	}	
.form-space{
		min-height:390px;
		background:#fff;
	padding-top: 0px;
    padding-left: 43px;
    padding-right: 45px;
    padding-bottom: 9px;
		
		}
.kc-new-invest-link {
    font-family: 'muliregular';
    font-size: 16px;
    padding-top: 10px;
	    margin-bottom: 27px;
}
.kc-new-invest-link a {
	color: #fff;
    background:#fe6c1e;
    padding:6px 10px 9px 12px;;
    border-radius: 5px;
    font-size: 14px;
	margin-right:10px;
}

.kc-new-invest-link a:hover{
	    background: #0a3d7b;
	}
.career-disc {
    padding-top: 25px;
    line-height: 20px;
    font-size: 14px;
}
.form-head {
    font-family: 'mulibold';
    font-size: 25px;
    line-height: 25px;
    color: #232020;
    text-align: center;
    padding-bottom: 18px;
}

@-moz-document url-prefix() { 	

#why_to_invest .va-table {
    padding-top: 70px;
}
}