@charset "UTF-8";

/*************************** font ***************************/

@font-face {
	font-family: 'neuzeitgro-reg-webfont';
	src: url(/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/fonts/neuzeitgro-reg-webfont.eot);
	src: url(/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/fonts/neuzeitgro-reg-webfont.eot?) format("embedded-opentype"), url(/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/fonts/neuzeitgro-reg-webfont.woff) format("woff"), url(/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/fonts/neuzeitgro-reg-webfont.ttf) format("truetype"), url(/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/fonts/neuzeitgro-reg-webfont.svg#neuzeitgro-reg-webfont) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'neuzeitgro-lig-webfont';
	src: url(/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/fonts/neuzeitgro-lig-webfont.eot);
	src: url(/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/fonts/neuzeitgro-lig-webfont.eot?) format("embedded-opentype"), url(/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/fonts/neuzeitgro-lig-webfont.woff) format("woff"), url(/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/fonts/neuzeitgro-lig-webfont.ttf) format("truetype"), url(/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/fonts/neuzeitgro-lig-webfont.svg#neuzeitgro-lig-webfont) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'neuzeitgro-bol-webfont';
	src: url(/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/fonts/neuzeitgro-bol-webfont.eot);
	src: url(/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/fonts/neuzeitgro-bol-webfont.eot?) format("embedded-opentype"), url(/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/fonts/neuzeitgro-bol-webfont.woff) format("woff"), url(/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/fonts/neuzeitgro-bol-webfont.ttf) format("truetype"), url(/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/fonts/neuzeitgro-bol-webfont.svg#neuzeitgro-bol-webfont) format("svg");
	font-weight: 400;
	font-style: normal
}

html,
body {
	padding: 0;
	font-family: 'neuzeitgro-lig-webfont', 'Verdana', 'Arial', 'sans-serif', "Microsoft JhengHei", '微軟正黑體', 'STHeiti';
	position: relative;
	margin: 0;
	height: 100%;
	font-size: 22px;
	color: #fff;
	background-color: #fff;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
}

input,
textarea,
select {
	font-family: 'neuzeitgro-lig-webfont', 'Verdana', 'Arial', 'sans-serif', "Microsoft JhengHei", '微軟正黑體', 'STHeiti';
	font-size: 14px;
	line-height: 1.5em;
	color: #002244;
}

.hightlight {
	font-weight: bold;
	color: #f6c687;
}

#debug {
	color: #ff0000;
	left: 0;
	position: fixed;
	top: 0;
}

.clear {
	clear: both;
}

.clearFix {
	zoom: 1;
}

.clearFix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	content: "";
}

.hide,
.desktop .onlyM,
.mobile .onlyD,
.tablet .onlyM {
	display: none;
}

.block {
	display: block;
}

.inlineBlock {
	display: inline-block !important;
	*display: inline !important;
	*zoom: 1 !important;
}

.aCenter {
	text-align: center;
}

.aLeft {
	text-align: left;
}

.aRight {
	text-align: right;
}

.ghost {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 100%;
	vertical-align: middle;
}

.vaTop {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.vaMiddle {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.mobile .vaMiddle {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	text-align: center;
}

.img100 {
	position: relative;
	display: block;
	width: 100%;
}

:focus {
	outline: none;
}

.mobileItem,
.mobileItemIB,
.desktopItem,
.desktopItemIB {
	display: none;
}

.mobile .mobileItem {
	display: block;
}

.mobile .mobileItemIB {
	display: inline-block;
}

.desktop .desktopItem {
	display: block;
}

.desktop .desktopItemIB {
	display: inline-block;
}


/*************************** list ***************************/

ul.disc {
	list-style: disc;
	padding-left: 20px;
}

ul.decimal {
	list-style: decimal;
	padding-left: 20px;
}

ul.low-roman {
	list-style: lower-roman;
	padding-left: 20px;
}

ul.low-alpha {
	list-style: lower-alpha;
	padding-left: 20px;
}

ul.disc li,
ul.decimal li,
ul.low-roman li,
ul.low-alpha {
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #ddd;
}


/*************************** input ***************************/

.placeholder {
	color: #e1d8cc;
}

-webkit-input-placeholder {
	color: #e1d8cc;
}

-moz-placeholder {
	color: #e1d8cc;
	opacity 1;
}

-ms-input-placeholder {
	color: #e1d8cc;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
	font-size: 22px;
	width: 100%;
	border: 0;
	border-radius: 0;
	background: #fff;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-appearance: none;
}

.mobile input {
	font-size: 16px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select {
	padding: 5px;
}

/*
.desktop .checkbox {
	position: relative;
	background-image: url(/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/images/common/checkbox.png);
	background-position: 0 0;
	width: 15px;
	height: 15px;
}

.desktop .checkbox.checked {
	background-position: 0 100%;
}

.mobile .checkbox {
	position: relative;
	background-image: url(/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/images/common/checkboxM2x.png);
	background-position: 0 0;
	background-size: 100% auto;
	width: 15px;
	height: 15px;
}

.mobile .checkbox.checked {
	background-position: 0 100%;
}
*/


/*************************** selectric ***************************/

.selectricItems li.selected {
	background: #002244;
	border-top: 1px solid #002244;
	border-bottom: 1px solid #002244;
	color: #fff;
}

.selectricItems li:hover {
	background: #002244;
	border-top: 1px solid #002244;
	color: #fff;
}

.selectricOpen .selectric {
	border-color: #002244;
}

.mobile select {
	-webkit-appearance: none;
	background: url('data:image/png;base64,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') no-repeat #fff;
	background-size: 20px auto;
	background-position: 100% 50%;
}


/************************* COMMON ****************************/

.desktop .wrapper {
	position: relative;
	overflow: visible;
	min-width: 780px;
	min-height: 100%;
}

.desktop .content {
	margin: 0 auto;
}

.desktop .innerContent {
	position: relative;
	/* min-width: 1024px; */
	width: 1024px;
	margin: 0 auto;
}

.mobile .wrapper {
	position: relative;
	overflow: visible;
	min-width: 320px;
	min-height: 100%;
}

body.mobile {
	font-size: 16px;
	line-height: 1.1em;
}

.mobile .content {
	position: relative;
	margin: 0 auto;
}

.mobile .main {
	position: relative;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
}

.mobile .innerContent {
	position: relative;
}

.mobile.menuOpen .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}


a {
	color: #1274a8;
}

.desktop a:hover {
	text-decoration: underline;
}


/************************* LOADING ****************************/

.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*background: url('/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/images/common/siteloading.gif') no-repeat 50% 50% #fff;*/
}


/***************************** dimBg ********************************/

.dimBg {
	position: fixed;
	display: none;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.dimBg.in {
	opacity: 1;
}

.wrapper {
	height: 100%;
	margin: 0 auto;
}

.wrapper.quiz {
	height: 100% !important;
	overflow: hidden;
}

.headerContainer {
	position: fixed;
	font-family: 'neuzeitgro-reg-webfont', 'Verdana', 'Arial', 'sans-serif', "Microsoft JhengHei", '微軟正黑體', 'STHeiti';
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 28px;
	background: #fff;
	z-index: 5;
	border-bottom: 1px solid #719391;
}

.mobile .headerContainer {
	padding: 0 15px;
}

.header {
	position: relative;
	text-align: right;
	padding: 30px 0;
	max-width: 1280px;
	margin: 0 auto;
}

.header .btn {
	display: inline-block;
	color: #006092;
	font-size: 16px;
	margin: 0 10px;
	vertical-align: middle;
}

.header .ico {
	width: 38px;
}

.mobile .header .btn {
	display: inline-block;
	color: #006092;
	font-size: 12px;
	margin: 0 4px;
	vertical-align: middle;
}

.mobile .header .ico {
	width: 17px;
}

.desktop .lang:hover {
	text-decoration: underline;
}

.logo {
	display: block;
	position: absolute;
	top: 22px;
	height: 51px;
	width: auto;
}

.logo span {
	position: absolute;
	left: -9999px;
}

.innerContainer {
	width: 90%;
	margin: 0 auto;
}

.img100 {
	display: block;
	width: 100%;
}


.topSpace {
	width: 100%;
	display: block;
	height: 88px;
}

.mobile .topSpace {
	height: 46px;
}

/*  Btn Style setting  */
.btnRow {
	display: block;
	width: 100%;
	margin: 40px 0;
}

.btnStyle {
	display: inline-block;
	/*color: #20242b;*/
	color: #fff;
	/*change from Po email*/
	background-color: #82c823;
	padding: 15px 24px;
	line-height: 18px;
	font-size: 18px;
	font-family: neuzeitgro-reg-webfont;
}

.desktop .btnStyle:hover {
	text-decoration: none;
	/*color: #20242b;*/
	color: #fff;
	/*change from Po email*/
	background-color: #a2d830;
}

.gdsbtnStyle.medium {
	/*color: #20242b;*/
	color: #fff;
	/*change from Po email*/
	background-color: #82c823;
	padding: 15px 24px;
	line-height: 18px;
	font-size: 18px;
	font-family: neuzeitgro-reg-webfont;
}

.gdsbtnStyle.medium:hover {
	text-decoration: none;
	/*color: #20242b;*/
	color: #fff;
	/*change from Po email*/
	background-color: #a2d830;
}

.inputBox.checkRow {
	position: relative;
	padding-left: 55px;
	margin: 32px 0;
	line-height: inherit;
}

input[type="checkbox"] {
	position: absolute;
	visibility: hidden;
	width: 0;
	height: 0;
}

.checkbox {
	position: absolute;
	top: 50%;
	/*	top: -10px;*/
	margin-top: -21px;
	left: 0;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin-right: 10px;
	background: #edeceb;
	border: 2px solid #1274a8;
}

input[type="checkbox"]+.checkbox:before {
	display: none;
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	box-shadow: 4px 4px rgba(112, 106, 99, 0.37);
	background: #1274a8;
	border: 2px solid #1274a8;
}

.mobile input[type="checkbox"]+.checkbox:before {
	width: 30px;
	height: 30px;
}

input[type="checkbox"]:checked+.checkbox:before {
	display: block;
}

.floatBox {
	float: left;
	width: 50%;
	text-align: left;
}

.nextBtn {
	position: absolute;
	width: 66px;
	font-size: 18px;
	top: -100px;
	left: 50%;
	color: #3a3a3a;
	text-align: center;
	opacity: 0.4;
	cursor: default;
	margin-left: -33px;

	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.nextBtn.active {
	opacity: 1;
	cursor: pointer;
}

.nextBtn span {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-color: #9acb23;
	border-radius: 50%;
}

.nextBtn span:before,
.nextBtn span:after {
	position: absolute;
	display: block;
	width: 15px;
	height: 2px;
	content: '';
	background-color: #fff;
	top: 37%;
}

.nextBtn span:before {
	right: 50%;
	margin-right: -2px;
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nextBtn span:after {
	left: 50%;
	margin-left: -2px;
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.desktop .nextBtn.active:hover {
	top: -90px;
}

.coffee {
	display: inline-block;
	vertical-align: middle;
}

.mobile .coffee {
	margin-bottom: 20px;
}

.quiz .coffee {
	width: 150px;
}

.quiz .leadin {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	text-align: center;
	margin-left: 0%;
	margin-top: 30px;
}

.ansBtn {
	display: block;
	max-width: 530px;
	margin: 30px auto;
	padding: 20px 0;
	color: #000;
	border: 3px solid #1274a8;
	background-color: #edeceb;
}

.desktop .ansBtn:hover,
.ansBtn.selected {
	color: #fff;
	background-color: #1274a8;
	box-shadow: 4px 4px rgba(112, 106, 99, 0.37);
}


.content {
	text-align: center;
	background-color: #fff;
}

.quiz .content {
	background-color: #f3f3f3;
}

.content section {
	background-color: #edeceb;
}

.content section .page_container {
	position: relative;
	margin: 0 auto 0;
	max-width: 1000px;
	top: 120px;
	z-index: 3;
}

.content .page1 {
	background-color: #006092;
	/*
	background: url(/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/images/img_MPFRA_skyline.png) no-repeat center bottom #006092;
	background-size: 1920px auto;
*/
}

.tablet .scale_Dn .content .page1 .page_container {
	top: 20%;
}

.content .page1 .MPFRA_title {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto 30px;
}

.tablet .greyLine {
	width: 80%;
	margin: 130px auto 0;
}

.greyLine {
	position: relative;
	display: block;
	height: 14px;
	/*	max-width: 840px;*/
	margin-top: 130px;
	background-color: #bbb;
}

.greyLine a {
	position: absolute;
	top: -26px;
	font-size: 20px;
	color: #000;
	padding-top: 75px;
	width: 15%;
	margin-left: -7.5%;
}

.greyLine a:before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	margin-left: -32px;
	width: 64px;
	height: 64px;
	/* height: 40px; */
	border: 2px solid #1274a8;
	border-radius: 50px;
	background-color: #e7e6e5;
}

.greyLine.ansBullet-1-5 a:nth-child(1) {
	left: 0;
}

.greyLine.ansBullet-1-5 a:nth-child(2) {
	left: 25%;
}

.greyLine.ansBullet-1-5 a:nth-child(3) {
	left: 50%;
}

.greyLine.ansBullet-1-5 a:nth-child(4) {
	left: 75%;
}

.greyLine.ansBullet-1-5 a:nth-child(5) {
	right: 0%;
	margin-left: 0;
	margin-right: -7.5%;
}

.greyLine.ansBullet-1-6 a:nth-child(1) {
	left: 0;
}

.greyLine.ansBullet-1-6 a:nth-child(2) {
	left: 20%;
}

.greyLine.ansBullet-1-6 a:nth-child(3) {
	left: 40%;
}

.greyLine.ansBullet-1-6 a:nth-child(4) {
	left: 60%;
}

.greyLine.ansBullet-1-6 a:nth-child(5) {
	left: 80%;
}

.greyLine.ansBullet-1-6 a:nth-child(6) {
	right: 0%;
	margin-left: 0;
	margin-right: -7.5%;
}

.greyLine a.selected:before {
	background-color: #1274a8;
	box-shadow: 4px 4px rgba(112, 106, 99, 0.37);
}

.runningTrack {
	/*
	position: absolute;
	bottom: 54px;
*/
	position: fixed;
	bottom: 40px;
	left: 50%;
	width: 476px;
	margin-left: -238px;
	opacity: 0;
	visibility: hidden;
	z-index: 5;

	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.runningTrack.show {
	opacity: 1;
	visibility: visible;
}

.runningTrack.fixed {
	position: fixed;
}

.runningTrack .runner {
	display: block;
	width: 50px;
	position: absolute;
	top: 0;
	left: -8px;

	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.runningTrack .runner.q1 {
	left: 0;
}

.runningTrack .runner.q2 {
	left: 9%;
}

.runningTrack .runner.q3 {
	left: 18%;
}

.runningTrack .runner.q4 {
	left: 27%;
}

.runningTrack .runner.q5 {
	left: 36%;
}

.runningTrack .runner.q6 {
	left: 45%;
}

.runningTrack .runner.q7 {
	left: 54%;
}

.runningTrack .runner.q8 {
	left: 63%;
}

.runningTrack .runner.q9 {
	left: 72%;
}

.runningTrack .runner.q10 {
	left: 81%;
}

.runningTrack.finished {
	bottom: -40px;
}

.runningTrack.finished>img,
.runningTrack.finished .runner {
	opacity: 0;
	visibility: hidden;
}

.answerArea {
	color: #000;
	font-size: 20px;
	line-height: 1.2em;
	margin-top: 20px;
}

.answerArea .floatBox {
	width: 45%;
	padding-left: 5%;
}

.answerArea a:hover,
.nextBtn:hover {
	text-decoration: none !important;
}

.toolTip {
	display: inline-block;
	position: relative;
	color: #1274a8
}

.toolTip .toolTipWrapper {
	visibility: hidden;
	position: absolute;
	width: 300px;
	background-color: #fff;
	color: #666666;
	text-align: left;
	border-radius: 6px;
	z-index: 1;
	opacity: 0;
	transition: opacity 1s;
	font-size: 13px;
	line-height: 1.5em;
	top: 40px;
	margin-left: -150px;
}

.touchBG {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
	z-index: 30;
}

.toolTip:hover .toolTipWrapper {
	visibility: visible;
	opacity: 1;
}

.toolTip .toolTipHead,
.toolTip .toolTipContent {
	width: 100%;
	display: block;
	padding: 5px 8px;
	box-sizing: border-box;
}

.toolTip .toolTipHead {
	color: #fff;
	background-color: #677683;
	border-radius: 5px 5px 0 0;
}

.toolTip .toolTipContent {
	border-radius: 0 0 5px 5px;
}

.toolTip .toolTipHead:after {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -5px;
	/* margin-top: -5px; */
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #677683 transparent;
}

.questionArea .shoes {
	display: block;
	margin: 0 auto;
	width: 52px;
	margin: 5px auto;
}

.questionArea p {
	font-size: 26px;
	line-height: 1.3em;
	color: #1676a9;
}

.questionArea p.ques {
	position: relative;
	font-size: 26px;
	color: #3a3a3a;
	margin-top: 20px;
}

.questionArea p.ques .small {
	font-size: 80%;
}

.ques a {
	color: #3a3a3a;
}

.page2 .answerArea,
.page3 .answerArea {
	margin-top: 90px;
}

.scale_Dn .header {
	max-width: 1298px;
}

.disclaimer {
	font-size: 14px;
	line-height: 1.1em;
	margin-top: 20px;
	padding: 20px 10px;
	background-color: #f9f9f9;
	color: #848585;
}

.disPop {
	font-size: 13px;
	color: #fff;
}

.mobile .disclaimer {
	/*margin-bottom: 40px;*/
	margin-left: -30px;
	margin-right: -30px;
	padding: 20px 30px;
}

.desktop .disclaimer .disPop:hover {
	text-decoration: underline;
}

.tablet .disclaimer,
.desktop .disclaimer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10;
}

.disclaimer p {
	text-align: left;
}

.disclaimer p.title {
	text-align: center;
	margin-bottom: 10px;
}

.scale_Dn .innerContainer {
	width: 100%;
}

.scale_Dn .btnRow {
	margin: 0 0 20px 0;
}

.scale_Dn .content section .page_container {
	max-width: 1920px;
	padding: 0 0%;
	box-sizing: border-box;

	top: 120px;

	-ms-transform: scale(.75);
	-webkit-transform: scale(.75);
	transform: scale(.75);
	transform-origin: top center;
}

.scale_Dn .btnStart {
	font-size: 100%;
}

.scale_Dn .nextBtn span {
	width: 80%;
	padding-bottom: 80%;
	margin: 0 auto;
}

.scale_Dn .nextBtn span:before,
.scale_Dn .nextBtn span:after {
	width: 13px;
	top: 34%;
}

.scale_Dn .nextBtn {
	top: -90px;
}

.desktop .scale_Dn .nextBtn.active:hover {
	top: -80px;
}

.scale_Dn .runningTrack {
	bottom: 15px;
}

.scale_Dn .runningTrack.finished {
	bottom: -80px;
}

.scale_Dn .toolTip .toolTipHead:after {
	top: -9px;
}

.scale_Dn .toolTip .toolTipWrapper {
	width: 420px;
	font-size: 17px;
	margin-left: -210px;
}


/*
.mobile .coffee {
	display: block;
	margin: 0 auto;
}
*/
.mobile .quiz .coffee {
	width: 28%;
}

.mobile .quiz .leadin {
	/*
    display: block;
    width: 100%;
*/
	width: 100%;
	text-align: justify;
	margin-left: 0;
}

.mobile .toolTip {
	position: static;
}

.mobile .toolTip .toolTipWrapper {
	position: absolute;
	width: 100%;
	left: 50%;
	margin-left: -50%;
}

.mobile .toolTip .text {
	position: relative;
}

.mobile .toolTip .toolTipHead:after {
	display: none;
	/*
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
     margin-top: -5px; 
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #677683 transparent;
*/
}

.mobile .toolTip:hover .text:after {
	content: "";
	position: absolute;
	bottom: -21px;
	left: 50%;
	margin-left: -5px;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #677683 transparent;
}

/* reg Form */


.coffee {
	width: 110px;
}

.reg h1 span {
	display: inline-block;
	vertical-align: middle;
}

.mobile .reg h1 .txt {
	width: 66%;
}

.mobile .reg h1 .coffee {
	width: 22%;
}

.reg .topScore {
	background-color: #006092;
}

.reg .topScore .scoreDiv {
	position: relative;
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}

.reg .topScore .scoreDiv .disPop {
	position: absolute;
	left: 50%;
	margin-left: 38%;
	bottom: 8%;
}

.reg .scoreTitle {
	position: absolute;
	font-size: 2vw;
	top: 50%;
	margin-top: -10%;
	left: 50%;
	margin-left: -22.8%;
	width: 44%;
	z-index: 1;
}

.reg .score {
	position: absolute;
	font-size: 11vh;
	top: 46%;
	left: 50%;
	margin-left: -22.8%;
	width: 44%;
	z-index: 1;
	text-shadow: 4px 4px rgba(112, 106, 99, 1);
}

.tablet .reg .score {
	font-size: 7vh;
}

.formContentWrapper {
	color: #606060;
	padding: 30px 0px 80px 0px;
}

.formContentWrapper h1 {
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 28px;
}

/*
.formContentWrapper p {
	font-size: 24px;
}
*/
.formContentWrapper .red {
	color: #dd1e1e;
	font-size: 18px;
	margin: 20px 2% 0;
}

.formContentWrapper .small {
	font-size: 80%;
}

.formArea {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.like-wrapper {
	text-align: center;
	padding: 0 2%;
}

.fb-like-wrapper {
	width: 64px;
	height: 30px;
	display: inline-block;
}

.fb-like span {
	vertical-align: top !important;
}

.like-wrapper h2 {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	line-height: 1.4em;
}

.mobile .like-wrapper h2 {
	line-height: 1.8em;
	width: 80%;
}

.hidden {
	opacity: 0;
}

.mobile .hidden {
	display: none;
}

.tablet .formArea .subject {
	min-height: 2.6em;
	line-height: 1.3em;
}

.colInner {
	display: block;
}

.colInner .inputBox {
	float: left;
	width: 46%;
	margin: 2%;
}

.colInner .address {
	float: left;
	width: 96%;
	margin: 2%;
}

.colInner .inputBox .input,
.colInner .inputBox input {
	background-color: #ededed;
	height: 50px;
}

.colInner .inputBox .input {
	margin-top: 5px;
}

.memberBtn {
	width: 100%;
}

.memberBtn a {
	width: 50%;
	float: left;
	padding: 12px 0px;
	text-align: center;
	background-color: #ededed;
	color: #606060;
	box-sizing: border-box;
}

.memberBtn a:first-child {
	border-right: 1px solid #dedede;
}

.desktop .memberBtn a:hover,
.memberBtn a.active {
	background-color: #006092;
	color: #fff;
	text-decoration: none;
}

.formArea .checkbox {
	top: -10px;
	margin-top: 0;
}

.formArea .tnc {
	color: #1274a8;
}

.desktop .formArea .tnc:hover {
	text-decoration: underline;
}

.desktop .agree {
	position: relative;
	margin: 0 2%;
	padding: 20px 0;
	font-size: 18px;
}

.tablet .agree {
	position: relative;
	margin: 0 2%;
	padding: 20px 0;
	font-size: 18px;
}

.mobile .agree {
	position: relative;
	margin: 0 2%;
	padding: 20px 0;
	font-size: 13px;
}

.agree .btnSubmit {
	position: absolute;
	right: 0;
	bottom: -50px;
	/*	margin-top: -26px;*/
}

.popup {
	position: relative;
	max-width: 750px;
	margin: 40px auto;
	text-align: left;
	font-size: 16px;
	padding: 36px;
	color: #606060;
	background-color: #fff;
	box-shadow: 4px 4px rgba(112, 106, 99, 0.37);
}

.popup h1 {
	font-weight: bold;
	margin-bottom: 20px;
}

.popup .msg {
	padding: 25px 0;
	margin-bottom: 20px;
}

.popup .btnStyle {
	margin: 10px;
}

.alertPopup {
	/*	width: 45%;*/
	text-align: center;
}

.alertPopup h1 {
	text-align: center;
}

ul.decimal li,
ul.low-roman li,
ul.low-alpha {
	line-height: 1.2em;
	margin: 6px 0;
	font-size: 16px;
	color: #484848;
}

button.mfp-close {
	background-color: #1274a8 !important;
	right: 0px !important;
	top: 0 !important;
	color: #fff !important;
	opacity: 1 !important;
}

.mobile .score,
.mobile .scoreTitle {
	position: relative;
	font-size: 15px;
	top: auto;
	left: auto;
	margin: 0 auto;
	width: 90%;
	z-index: 1;
	line-height: 1.1em;
}

.mobile .reg .topScore .scoreDiv {
	padding: 10px 0;
}

.mobile .score {
	font-size: 40px;
}

.mobile .formContentWrapper h1 {
	font-weight: bold;
	margin-bottom: 22px;
	font-size: 18px;
	line-height: 1.1em;
}

.mobile .formContentWrapper {
	padding: 24px 10px;
}

.mobile .formContentWrapper .red {
	font-size: 14px;
}

.mobile .colInner .inputBox {
	float: none;
	width: auto;
	margin: 14px 2%;
	box-sizing: border-box;
}

.mobile .formArea .checkbox {
	top: 8px;
	border: 2px solid #edeceb;
}

.mobile .formArea .inputBox.checkRow {
	margin: 14px 0;
}

.mobile .colInner .inputBox .input,
.mobile .colInner .inputBox input {
	background-color: #ededed;
	height: auto;
}

.mobile .agree .btnSubmit {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	bottom: 0;
	right: 0;
	margin-top: 20px;
	display: block;
	padding: 15px 0;
}

.mobile .popup {
	margin: 40px 10px;
	font-size: 14px;
	padding: 30px 20px;
}

.tablet .popup {
	max-width: 650px;
}

.mobile button.mfp-close,
.tablet button.mfp-close {
	right: 0 !important;
}

.mobile ul.decimal li,
.mobile ul.low-roman li,
.mobile ul.low-alpha {
	font-size: 14px;
}

.mobile .reg .topScore .scoreDiv .disPop {
	position: relative;
	left: 50%;
	right: 50%;
	margin-right: 22%;
	margin-left: auto;
}

.maskCover {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 160px;
	z-index: 4;
}

/* result page */


.mobile .result .disPop {
	display: inline-block;
	margin-bottom: 10px;
}

.result .content {
	background-color: #f3f3f3;
}

.result .topMessage {
	position: relative;
	padding: 30px 0;
	/*	border-top: 1px solid #719391;*/
	background-color: #7cc1bd;
}

.result .topMessage:before {
	position: absolute;
	bottom: -29px;
	left: 50%;
	margin-left: -15px;
	width: 0;
	height: 0;
	border-width: 15px;
	border-style: solid;
	border-color: #7cc1bd transparent transparent transparent;
	content: '';
}

.result .topMessage h1 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.1em;
}

.mobile .result .topMessage h1 {
	font-size: 18px;
}

.inner {
	max-width: 950px;
	padding: 0 20px;
	margin: 0 auto;
}

/*
.result .topScore .scoreDiv:before {
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin-left: -7px;
	width: 0;
	height: 0;
	content: '';
	border-width: 14px;
	border-style: solid;
	border-color: #006092 transparent transparent transparent;
}
*/
.result .resultSection {
	padding-bottom: 1px;
	color: #fff;
	background-color: #006092;
}

.result .resultSection .sTitle {
	font-size: 28px;
	color: #fff;
	padding: 30px 0;
	text-align: center;
	line-height: 1.1em;
	/*	margin-bottom: 30px;*/
}

.mobile .result .resultSection .sTitle {
	font-size: 18px;
}

.result .resultSection .sTitle .runner {
	display: block;
	width: 120px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.result .resultDetail {
	position: relative;
	padding: 30px 0;
	text-align: right;
}

.result .resultDetail .floatBox:nth-child(1):before {
	position: absolute;
	width: 40px;
	height: 24px;
	text-align: center;
	content: 'VS';
	font-size: 28px;
	letter-spacing: 3px;
	font-weight: bold;
	top: 50%;
	right: 0%;
	margin-top: -12px;
}

.result .resultDetail .floatBox {
	position: relative;
	box-sizing: border-box;
}

/*
.result .resultDetail .floatBox:first-child {
	border-right: 1px solid #cbcbcb;
}
*/
.result .resultDetail .scoreDiv {
	position: relative;
	width: 289px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

.result .resultDetail .scoreDiv .score {
	position: relative;
	color: #f3c881;
	font-size: 124px;
	line-height: 1.5em;
	font-weight: bold;
	height: 176px;
	margin-bottom: 15px;
}

.result .resultDetail .scoreDiv.future .score {
	color: #fff;
}

.result .resultDetail .scoreDiv.future .score span {
	position: absolute;
	display: inline-block;
	bottom: 0px;
	left: 0px;
	line-height: 1em;
	font-size: 52px;
}

.result .actContent {
	text-align: left;
	background-color: #f3f3f3;
	max-width: 1340px;
	padding: 0 20px;
	margin: 0 auto 20px;
	box-sizing: border-box;
}

.result .actContent .sTitle {
	font-size: 28px;
	text-align: center;
	color: #006193;
	padding: 30px 0 20px;
	line-height: 1.1em;
	/*	margin-bottom: 30px;*/
}

.mobile .result .actContent .sTitle {
	font-size: 26px;
	padding: 30px 0;
}

.result .actBox {
	position: relative;
	display: inline-block;
	width: 44%;
	font-size: 22px;
	padding: 50px 20px;
	vertical-align: top;
	color: #606060;
	margin: 10px 1%;
	vertical-align: middle;
	background-color: #fff;
	text-align: left;
}

.result .actBox .ico {
	display: inline-block;
	vertical-align: middle;
	/* position: absolute; */
	width: 20%;
	/* height: 100px; */
	padding: 10px;
	/* margin-top: -50px; */
	box-sizing: border-box;
	border-radius: 50%;
	background-color: #47799e;
}

.desktop .result .actBox .actText {
	width: 75%;
	margin-left: 2%;
}

.tablet .result .actBox .actText {
	width: 75%;
	margin-left: 5%;
}

.footnotice {
	color: #848585;
	padding: 25px 0;
	background-color: #f9f9f9;
	font-size: 14px;
	text-align: left;
	line-height: 1.2em;
}

.mobile .result .actBox {
	display: block;
	width: 90%;
	font-size: 14px;
	padding: 20px 5%;
	margin: 10px 0;
}

.mobile .result .actBox .ico {
	width: 100px;

	margin: 20px auto;
	display: block;
}

.mobile .result .resultDetail .scoreDiv {
	float: none;
	width: 100%;
	text-align: center;
	padding: 36px 0px;
	font-size: 22px;
	line-height: 1.2em;
	box-sizing: border-box;
}

/*
.mobile .result .resultDetail .floatBox:first-child {
	border-right: none;
	border-bottom: 1px solid #cbcbcb;
}
*/
.mobile .result .resultDetail .scoreDiv .score {
	font-size: 94px;
	width: 250px;
	margin: 0 auto 15px;
}

.mobile .result .resultDetail .floatBox .scoreDiv {
	padding: 0 0 60px;
}

.mobile .result .resultDetail .floatBox .scoreDiv .score {
	margin: 0 auto;
	height: auto;
}

.mobile .result .resultDetail {
	padding: 30px 0 0;
}

.mobile .result .resultDetail .floatBox:before {
	top: auto;
	bottom: 0;
	left: 50%;
	right: auto;
	margin-left: -20px;
	margin-top: auto;
}


/*  QUIZ mobile setting     */
.mobile .scrollArea {
	height: 470px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.mobile .page1 .scrollArea {
	height: 400px;
}

.mobile .content .page_container {
	top: 55px;
}

.mobile .header {
	padding: 15px 0;
}

.mobile .header .logo {
	height: 25px;
	top: 10px;
}

.mobile .header .logo img {
	height: 100%;
}

.mobile .content .page1 .MPFRA_title {
	margin: 10px auto 15px;
}

.mobile .btnRow {
	margin: 15px 0;
}

.mobile .btnStyle {
	display: block;
	font-size: 18px;
	text-align: center;
}

.mobile .disclaimer {
	font-size: 12px;
	line-height: 1.1em;
}

.mobile .answerArea {
	margin-top: 20px !important;
	font-size: inherit;
	padding-bottom: 200px;
}

.mobile .nextBtn {
	top: -80px;
	font-size: inherit;
}

.mobile .runningTrack {
	position: fixed;
	bottom: 10px;
	left: 30px;
	right: 30px;
	width: auto;
	margin-left: 0;
}

.mobile .runningTrack .runner {
	top: -8px;
	width: 40px;
}

.mobile .runningTrack .runner.q1 {
	left: 0;
}

.mobile .runningTrack .runner.q2 {
	left: 9%;
}

.mobile .runningTrack .runner.q3 {
	left: 18%;
}

.mobile .runningTrack .runner.q4 {
	left: 27%;
}

.mobile .runningTrack .runner.q5 {
	left: 36%;
}

.mobile .runningTrack .runner.q6 {
	left: 45%;
}

.mobile .runningTrack .runner.q7 {
	left: 54%;
}

.mobile .runningTrack .runner.q8 {
	left: 63%;
}

.mobile .runningTrack .runner.q9 {
	left: 72%;
}

.mobile .runningTrack .runner.q10 {
	left: 81%;
}

.mobile .runningTrack.finished {
	bottom: -70px;
}

.mobile .floatBox {
	float: none;
	width: 100%;
	padding-left: 0;
	text-align: left;
}

.mobile .inputBox.checkRow {
	position: relative;
	padding-left: 46px;
	margin: 28px 0;
	font-size: inherit;
	line-height: 1.1em;
}

.tablet .questionArea {
	padding: 0 40px;
}

.mobile .questionArea {
	width: 90%;
	margin: 0 auto;
}

.mobile .questionArea .shoes {
	margin: 0 auto 8px;
	width: 26px;
}

.mobile .questionArea p {
	font-size: inherit;
}

.mobile .questionArea p.ques {
	font-size: inherit;
	color: #3a3a3a;
	margin-top: 10px;
	line-height: 1.2em;
}

.mobile .ansBtn {
	margin: 26px auto;
	padding: 10px 0;
	font-size: inherit;
}

.mobile .nextBtn span {
	width: 40px;
	padding-bottom: 40px;
	margin: 0 auto 6px;
}

.mobile .nextBtn span:before,
.mobile .nextBtn span:after {
	top: 32%;
}

.mobile .nextBtn span:after {
	margin-left: -3px;
}

.mobile .nextBtn span:before {
	margin-right: -3px;
}

.mobile .greyLine {
	box-sizing: border-box;
	margin: 45px 10px;
	height: 7px;
}

.mobile .greyLine a:before {
	width: 30px;
	height: 30px;
	left: 0;
	top: 50%;
	margin-top: -17px;
	margin-left: 0;
}

.mobile .greyLine a {
	position: absolute;
	top: -14px;
	font-size: 14px;
	text-align: left;
	color: #1274a8;
	padding-left: 38px;
	padding-top: 0;
	line-height: 1.1em;
	width: 80px;
	margin-left: -55px;
	margin-left: 8px;
	transform: rotate(90deg);
	transform-origin: left top;
}

/*
.mobile .greyLine.ansBullet-1-6 a:nth-child(4) {
    left: 63%;
}
*/
.mobile .greyLine a:last-child {
	left: 100%;
	margin-left: 8px;
}

.mobile .greyLine a.selected:before {
	box-shadow: 4px -4px rgba(112, 106, 99, 0.37);
}

.mobile .checkbox {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #edeceb;
	border: 2px solid #1274a8;
}

/* ==========================================================================
   LandscapeOverlay
   ========================================================================== */
.LandscapeOverlay {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC000000', endColorstr='#CC000000');
	color: #fff;
	font-size: 40px;
	text-align: center;
	z-index: 5;
	font-size: 14px;
}

.LandscapeOverlay.active {
	display: block;
}

.LandscapeOverlay .iconRotate {
	margin: 0 auto;
	width: 62px;
	height: 76px;
	background-image: url(/hkcampaign/hk-ihs/static/html/responsive/zh/campaign/readiness-index-campaign/images/rotate.png);
	background-position: 0 0;
	background-size: auto 100%;
}

/*change 20171127*/
.result .topMessage {
	display: none;
	visibility: hidden;
}