@charset "UTF-8";
/* =================================================================================================
        _layout_innerpage.scss
        > imported by layout.scss
        > Please try to write all the COMMON STYLES FOR INNERPAGES here.
        > i.e. if a style will be used in more than one type of template, please try to write it here.
 * @TODO Media Query Rewrite
 * @TODO Simplify
================================================================================================= */
body.chrome.innerPage header.subMenuOn nav > .menuTab .menuItem.menuSearchBtn a {
	margin-left: 24px;
	margin-right: 1px;
}

@media screen and (max-width: 1200px) {
	body.chrome.innerPage header.subMenuOn nav > .menuTab .menuItem.menuSearchBtn a {
		margin-left: 25px;
		margin-right: 0px;
	}
}

body.chrome.innerPage header.subMenuOn nav > .menuTab .menuItem.menuSearchBtn:hover a:after,
body.chrome.innerPage header.subMenuOn nav > .menuTab .menuItem.menuSearchBtn.active a:after {
	margin-right: -1px;
}

body.innerPage.hideDatepicker #ui-datepicker-div {
	display: none;
}

body.innerPage {
  /*                                   .navigator li a,
                                   .innerPageHolder a:not(.btn),
                                       .contentLink{
                                       color:#2D59B5;
                                   }*/;
}

body.innerPage main > nav.contentWrapper:first-child {
	margin-top: 0;
	padding: 25px 0 0;
	width: 100%;
	max-width: initial;
	background: #e9e9e9;
}

@media screen and (max-width: 1200px) {
	body.innerPage main > nav.contentWrapper:first-child {
		margin-top: 0px;
	}
}

body.innerPage main > nav.contentWrapper:first-child .navigator {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 90%;
	clear: both;
	padding: 0;
}

@media screen and (max-width: 1200px) {
	body.innerPage main > nav.contentWrapper:first-child .navigator {
		width: 94%;
	}
}

@media screen and (max-width: 767px) {
	body.innerPage main > nav.contentWrapper:first-child .navigator {
		width: 90%;
	}
}

@media screen and (max-width: 380px) {
	body.innerPage main > nav.contentWrapper:first-child .navigator {
		width: 94%;
	}
}

body.innerPage .navigator li a,
  body.innerPage .navigator li {
	font-size: 0.75rem;
}

body.innerPage main .mainHolder {
	overflow: hidden;
	background: #e9e9e9;
}

body.innerPage .sideNav .blockTag:not(.active):before {
	display: none;
}

@media screen and (max-width: 1200px) {
	body.innerPage .sideNav.expandable.expandTb .blockRow {
		display: none;
		opacity: 0;
	}
}

body.innerPage .navigator {
	list-style-type: none;
	padding-bottom: 22px;
	margin-top: 40px;
}

body.innerPage .navigator li {
	display: inline-block;
}

body.innerPage .navigator li + li:before {
	content: '>';
	display: inline-block;
	padding: 0 5px 0 2px;
}

body.innerPage .navigator li a {
	color: #951717;
}

body.innerPage .navigator li a:hover {
	text-decoration: underline;
}

body.innerPage .pageDisplay {
	display: none;
}

body.innerPage .pageDisplay.active {
	display: block;
}

body.innerPage table.pageDisplay {
	display: none;
}

body.innerPage table.pageDisplay.active {
	display: table;
}

body.innerPage .advancedIndex {
	margin-bottom: 50px;
}

body.innerPage .advancedIndex .previousResult,
  body.innerPage .advancedIndex .nextResult {
	float: left;
	margin-right: 10px;
}

body.innerPage .advancedIndex .previousResult a,
    body.innerPage .advancedIndex .nextResult a {
	font-weight: bold;
	color: #941619;
}

@media screen and (max-width: 1920px) {
	body.innerPage .advancedIndex .previousResult,
      body.innerPage .advancedIndex .nextResult {
		margin: 0;
	}

	:lang(zh-hk) body.innerPage .advancedIndex .previousResult, :lang(zh-cn) body.innerPage .advancedIndex .previousResult, :lang(zh-hk)
        body.innerPage .advancedIndex .nextResult, :lang(zh-cn)
        body.innerPage .advancedIndex .nextResult {
		width: 70px;
	}
}

@media screen and (max-width: 1920px) {
	body.innerPage .advancedIndex .previousResult {
		width: 90px;
		text-align: right;
	}
}

@media screen and (max-width: 1920px) {
	body.innerPage .advancedIndex .nextResult {
		width: 60px;
		text-align: left;
	}
}

body.innerPage .advancedIndex .page {
	list-style: none;
	float: left;
	margin: 0 10px;
}

body.innerPage .advancedIndex .page > li {
	float: left;
	margin: 0 10px;
}

body.innerPage .advancedIndex .page > li a {
	color: #941619;
	font-weight: 700;
}

body.innerPage .advancedIndex .page > li.on a {
	color: #353535;
	font-weight: normal;
}

@media screen and (max-width: 1920px) {
	body.innerPage .advancedIndex .page {
		margin: 0;
		display: block;
		width: calc(100% - 150px);
		padding: 0 3%;
		text-align: center;
	}

	:lang(zh-hk) body.innerPage .advancedIndex .page, :lang(zh-cn) body.innerPage .advancedIndex .page {
		width: calc(100% - 150px);
	}

	body.innerPage .advancedIndex .page > li {
		margin: 0;
		display: inline-block;
		width: 8%;
		padding-top: 3px;
		padding-bottom: 3px;
		float: none;
		text-align: center;
	}

	body.innerPage .advancedIndex .page > li a {
		display: inline-block;
	}
}

@media screen and (max-width: 380px) {
	body.innerPage .advancedIndex .page > li {
		width: 17%;
	}
}

body.innerPage .advancedIndex:after {
	content: '';
	clear: both;
	display: block;
}

body.innerPage .title {
	color: #2f2f2f;
	padding: 0 25px 25px 0;
}

body.innerPage .title img {
	vertical-align: baseline;
	display: inline-block;
	padding-left: 8px;
}

body.innerPage .title .blue {
	color: #454095;
	font-weight: inherit;
}

body.innerPage .subTitle {
	margin-bottom: 15px;
}

body.innerPage .innerPageWrapper.first {
	padding-top: 25px;
}

body.innerPage .innerPageWrapper.last {
	padding-bottom: 32px;
}

@media screen and (max-width: 1200px) {
	body.innerPage .innerPageWrapper.last {
		padding-bottom: 25px;
	}

	body.innerPage .innerPageWrapper.last.first {
		padding-bottom: 10px;
	}
}

body.innerPage .innerPageWrapper.showOnTablet, body.innerPage .innerPageWrapper.showOnMobile {
	display: none;
}

body.innerPage .innerPageWrapper.bgLightGrey {
	background: #f5f5f5;
}

body.innerPage .innerPageWrapper.bgLightGrey .blockTagHolder {
	background: #f5f5f5;
}

body.innerPage .innerPageWrapper.bgWhite {
	background: #FFF;
}

body.innerPage .innerPageWrapper.bgWhite .blockTagHolder {
	background: #FFF;
}

body.innerPage .innerPageWrapper .blockDetailHolder {
	width: 100%;
	float: right;
}

body.innerPage .innerPageWrapper .blockDetailHolder .subMainTitle {
	margin-bottom: 10px;
	font-size: 1.875em;
}

body.innerPage .innerPageListGrid {
	margin-right: -20px;
}

body.innerPage .innerPageListGrid .itemRef {
	width: 33.33333%;
}

body.innerPage .innerPageListGrid .item {
	display: inline-block;
	width: 33.33333%;
	padding-bottom: 17px;
	padding-right: 17px;
	-webkit-filter: blur(0);
	transition: initial !important;
}

body.innerPage .innerPageListGrid .item.itemToggle:after {
	position: absolute;
	color: #353535;
	content: '+';
	font-size: 24px;
	margin-top: -25px;
	right: 35px;
	top: 50%;
}

body.innerPage .innerPageListGrid .item.itemToggle a:hover {
	text-decoration: none;
}

body.innerPage .innerPageListGrid .item.itemToggle:hover, body.innerPage .innerPageListGrid .item.itemToggle.active {
	text-decoration: none;
}

body.innerPage .innerPageListGrid .item.itemToggle:hover .outer, body.innerPage .innerPageListGrid .item.itemToggle.active .outer {
	background-color: #cc4c02;
	border-bottom: 3px solid #AB5923;
}

body.innerPage .innerPageListGrid .item.itemToggle:hover .text, body.innerPage .innerPageListGrid .item.itemToggle.active .text {
	color: #FFF;
}

body.innerPage .innerPageListGrid .item.itemToggle:hover:after, body.innerPage .innerPageListGrid .item.itemToggle.active:after {
	color: #FFF;
}

body.innerPage .innerPageListGrid .item.itemToggle.active:after {
	content: '-';
}

body.innerPage .innerPageListGrid .item.itemToggle .outer {
	border-bottom: 3px solid #353535;
	background-color: #353535;
}

body.innerPage .innerPageListGrid .item.itemToggleItem {
	display: none;
}

body.innerPage .innerPageListGrid .item.itemToggleItem .text {
	padding: 20px;
}

body.innerPage .innerPageListGrid .item.itemToggleItem.active {
	display: inline-block;
}

body.innerPage .innerPageListGrid .item.slider.syncSlide {
	left: 66.6%;
}

body.innerPage .innerPageListGrid .item .outer {
	border-bottom: 3px solid #cc4c02;
	background-color: white;
}

body.innerPage .innerPageListGrid .item .text {
	padding: 20px 45px 20px 20px;
}

body.innerPage .innerPageListGrid .item .text + .itemCover {
	margin-top: 10px;
	width: 100%;
}

body.innerPage .innerPageListGrid .item .text ul {
	list-style-type: initial;
	padding-left: 20px;
}

body.innerPage .innerPageListGrid .item.w2 {
	width: 66.66666%;
}

body.innerPage.edge select:focus, body.innerPage.edge textarea:focus, body.innerPage.edge input:focus {
	padding: 0;
	height: auto;
	font: initial !important;
}

body.innerPage .select-style {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

body.innerPage .select-style select {
	max-width: 100%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	border: none;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-right: 40px;
}

@media screen and (max-width: 1200px) {
	body.innerPage .select-style select {
		width: 100%;
	}
}

body.innerPage .select-style p {
	height: 30px;
	padding: 15px 35px 15px 15px;
}

body.innerPage .select-style p:before {
	min-height: 30px;
}

@media screen and (max-width: 767px) {
	body.innerPage .select-style select {
		width: 100%;
	}
}

body.innerPage .select-style select option {
	padding: 0;
	padding-left: 10px;
	width: 100%;
	height: 100%;
	max-width: 100%;
	line-height: inherit;
}

body.innerPage .select-style p {
	padding: 15px 35px 15px 15px;
	border: 1px solid #353535;
	color: #353535;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	body.innerPage .select-style p {
		padding: 10px 35px 10px 15px;
		width: 100%;
	}
}

body.innerPage .select-style p:after {
	content: '';
	border: 5px solid transparent;
	border-top-color: #353535;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 15px;
}

body.innerPage .radioInline {
	display: inline-block;
	margin-right: 20px;
}

body.innerPage .customCheckboxClicker,
body.innerPage input[type="checkbox"], body.innerPage input[type="radio"] {
	vertical-align: middle;
	margin-right: 5px;
	border: 1px solid #353535;
	width: 15px;
	height: 15px;
	position: relative;
	vertical-align: top;
	display: inline-block;
}

body.innerPage input[type="radio"] {
	border-radius: 50%;
	vertical-align: top;
	margin-top: 1px;
}

body.innerPage input[type="radio"]:checked {
	background: transparent !important;
}

body.innerPage input[type="radio"]:checked:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	top: 3px;
	left: 3px;
	background: #353535;
	display: block;
	border-radius: 50%;
}

body.innerPage .customCheckboxClicker,
body.innerPage input[type="checkbox"] {
	vertical-align: top;
}

body.innerPage .customCheckboxClicker.checked, body.innerPage .customCheckboxClicker:checked,
  body.innerPage input[type="checkbox"].checked,
  body.innerPage input[type="checkbox"]:checked {
	background: transparent !important;
}

body.innerPage .customCheckboxClicker.checked:after, body.innerPage .customCheckboxClicker:checked:after,
    body.innerPage input[type="checkbox"].checked:after,
    body.innerPage input[type="checkbox"]:checked:after {
	content: '✔';
	font-size: 15px;
	position: absolute;
	top: -3px;
	font-weight: bold;
}

body.innerPage .wantTo.hideOnTablet, body.innerPage .wantTo.hideOnMobile {
	display: inline-block;
}

body.innerPage .wantTo .wantToText {
	color: #cc4c02;
	display: inline-block;
	vertical-align: middle;
	width: 27%;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-right: 26px;
	text-align: right;
}

body.innerPage .wantTo .wantToList {
	display: inline-block;
	vertical-align: middle;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-right: 32px;
	width: 69%;
}

body.innerPage .wantTo .wantToList ul {
	list-style-type: disc;
	list-style: disc;
	padding-left: 20px;
}

body.innerPage .wantTo .wantToList ul li {
	position: relative;
	color: #353535;
}

body.innerPage .wantTo .wantToList ul li + li {
	margin-top: 10px;
}

body.innerPage .bottomBar .giveFeedback {
	display: block;
	float: left;
	position: relative;
}

body.innerPage .bottomBar .giveFeedback .inlineBreaker:before {
	display: inline-block;
}

body.innerPage .bottomBar .giveFeedback > a {
	display: inline-block;
	vertical-align: middle;
}

body.innerPage .bottomBar .giveFeedback .feedTxt {
	display: inline-block;
	vertical-align: middle;
}

body.innerPage .bottomBar .giveFeedback .feedbackPopup {
	position: absolute;
	background: #FFF;
	padding: 30px;
	z-index: 100;
	display: none;
	width: 250px;
	margin-left: 0;
	border: 1px solid #aaaaaa;
	bottom: calc(100% + 10px);
	z-index: 1600;
}

body.innerPage .bottomBar .giveFeedback .feedbackPopup.active {
	display: block;
}

body.innerPage .bottomBar .giveFeedback .feedbackPopup h5 {
	margin-bottom: 10px;
}

body.innerPage .bottomBar .lastRevision {
	display: block;
	float: right;
}

body.innerPage .lastRevision {
	text-align: right;
	margin-right: 1px;
	padding: 0;
}

body.innerPage .hrLine {
	background-color: #bababa;
	margin-bottom: 30px;
	height: 1px;
}

body.innerPage .hrLine.inBlack {
	background: #353535;
}

body.innerPage .innerPageHolder {
	background: #FFF;
	padding: 25px;
}

body.innerPage .innerPageHolder.noBG {
	background: transparent;
}

body.innerPage .innerPageHolder.bgLightGrey {
	background: #f5f5f5;
}

body.innerPage .innerPageHolder.bgWhite {
	background: #FFF;
}

body.innerPage .innerPageHolder .intro {
	font-weight: normal;
	margin-bottom: 40px;
}

body.innerPage .innerPageHolder a:not(.btn) {
	color: #951717;
}

body.innerPage .innerPageHolder a:not(.btn):hover {
	text-decoration: underline;
}

body.innerPage .innerPageHolder ul {
	margin-bottom: 20px;
}

body.innerPage .innerPageHolder ul li {
	margin-bottom: 10px;
}

body.innerPage .innerPageHolder .blockItem {
	margin-bottom: 35px;
	overflow: hidden;
}

body.innerPage .innerPageHolder .blockItem:last-child {
	margin-bottom: 0;
}

body.innerPage .innerPageHolder .blockItem h2 {
	margin-bottom: 10px;
}

body.innerPage .innerPageHolder .blockItem h3 {
	margin-bottom: 5px;
}

body.innerPage .innerPageHolder .blockItem p {
	margin-bottom: 15px;
}

body.innerPage .innerPageHolder .blockItem.withImg.left .blockImg {
	float: left;
	margin-right: 20px;
}

body.innerPage .innerPageHolder .blockItem.withImg.left .mobileHeading {
	display: none;
}

body.innerPage .innerPageHolder .blockItem.withImg.right .blockImg {
	float: right;
	margin-left: 20px;
}

body.innerPage .innerPageHolder .blockTable {
	margin-bottom: 40px;
}

body.innerPage .innerPageHolder .blockTable .tdRowspan {
	background: #F2F3F5;
}

body.innerPage .innerPageHolder .blockTable .tdRowspanWhite {
	background-color: #fff;
}

body.innerPage .innerPageHolder .blockTable > table {
	width: 100%;
}

body.innerPage .innerPageHolder .blockTable > table th, body.innerPage .innerPageHolder .blockTable > table td {
	padding: 20px 25px;
}

@media screen and (max-width: 480px) {
	body.innerPage .innerPageHolder .blockTable > table th, body.innerPage .innerPageHolder .blockTable > table td {
		padding: 20px 15px;
	}
}

body.innerPage .innerPageHolder .blockTable > table th {
	background: #707070;
	border: 1px solid #ccc;
	color: #FFF;
	text-align: left;
}

body.innerPage .innerPageHolder .blockTable > table td {
	color: #353535;
	border: 1px solid #ccc;
}

body.innerPage .innerPageHolder .blockTable > table > tbody > tr:nth-child(odd) {
	background: #F2F3F5;
}

body.innerPage .innerPageHolder .blockTable > table > tbody > tr:nth-child(even) {
	background: #FFF;
}

@media screen and (max-width: 767px) {
	body.innerPage .innerPageHolder .blockTable > table.responsiveTable th {
		display: none;
	}

	body.innerPage .innerPageHolder .blockTable > table.responsiveTable > tbody > tr {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	body.innerPage .innerPageHolder .blockTable > table.responsiveTable td {
		display: block;
		width: 100% !important;
		border-bottom: 0;
		border-top: 0;
		text-align: left;
	}

	body.innerPage .innerPageHolder .blockTable > table.responsiveTable .responsiveTableContent {
		display: inline-block;
		width: 100%;
		padding: 0;
	}
}

body.innerPage .innerPageHolder .blockTable > table.responsiveTable .responsiveTableHead {
	display: none;
}

@media screen and (max-width: 767px) {
	body.innerPage .innerPageHolder .blockTable > table.responsiveTable .responsiveTableHead {
		display: inline-block;
		padding: 0;
		width: 100%;
		vertical-align: top;
		margin-bottom: 5px;
	}
}

body.innerPage .calendarBlock .ui-widget-content {
	border: 0;
	width: auto;
	padding: 0;
}

body.innerPage .calendarBlock .ui-datepicker table {
	width: 100%;
}

body.innerPage .calendarBlock .ui-datepicker-title {
	padding: 4px 50px;
	width: auto;
}

body.innerPage .calendarBlock .ui-datepicker .ui-datepicker-prev,
body.innerPage .calendarBlock .ui-datepicker .ui-datepicker-next {
	top: 0;
	background: transparent;
}

body.innerPage .calendarBlock .ui-datepicker .ui-datepicker-next {
	right: 0;
}

body.innerPage .calendarBlock .ui-datepicker .ui-datepicker-next span {
	background: url(../images/calendar/btn_calender_next.png) no-repeat;
	background-size: 100% 100%;
}

body.innerPage .calendarBlock .ui-datepicker .ui-datepicker-prev {
	left: 0;
}

body.innerPage .calendarBlock .ui-datepicker .ui-datepicker-prev span {
	background: url(../images/calendar/btn_calender_prev.png) no-repeat;
	background-size: 100% 100%;
}

body.innerPage .contentBlock {
	padding-left: 25px;
}

@media screen and (max-width: 1200px) {
	body.innerPage .contentBlock {
		padding-left: 0;
	}
}

body.innerPage .commonlyUsed .accordions .extendAll.inlineRight {
	float: right;
	padding: 15px 0;
	cursor: pointer;
}

body.innerPage .commonlyUsed .accordions .shareBar .extendAll.inlineRight {
	padding: 0;
}

body.innerPage .searchResult.inActive {
	display: none;
}

body.innerPage .articleContainer {
	margin-bottom: 20px;
}

body.innerPage .linkToTabBtnsHolder.expandable.expandTb {
	margin: 15px 0;
}

@media screen and (max-width: 1200px) {
	body.innerPage #innerPageSideNav {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 1200px) {
	.blockRow.noMarginDt.multi {
		margin: 15px auto;
	}

	.blockRow.noMarginDt.first {
		margin: 15px auto;
	}

	body.innerPage .navigator {
		margin-top: 0;
	}

	.promoteSlider {
		padding: 40px 0 10px;
	}

	.tagBlock.blockTagHolder .tagContentHolder.block-2-3 {
		left: calc(100% * 1/3 - 35px * 2/3);
	}

	body.innerPage main {
		padding-top: 0;
	}

	body.innerPage main.qnaMain {
		padding-top: 0;
	}

	body.innerPage .title {
		padding: 0;
		margin-bottom: 15px;
	}

	body.innerPage .title.articleTitle {
		padding-bottom: 15px;
	}

	body.innerPage .wantTo .wantToText {
		text-align: center;
	}

	body.innerPage .innerPageWrapper.showOnTablet {
		display: block;
	}

	body.innerPage .innerPageWrapper.hideOnTablet {
		display: none;
	}

	body.innerPage .innerPageWrapper .item.hideOnTablet {
		display: none;
	}

	body.innerPage .innerPageWrapper .blockDetailHolder {
		width: 100%;
		padding-left: 0;
		float: left;
	}

	body.innerPage .innerPageWrapper .blockTagHolder {
		background: #e9e9e9;
	}

	body.innerPage .innerPageWrapper .tagBlock.sideNav .blockTag {
		background: #FFF;
		border-color: #f5f5f5;
	}

	body.innerPage .innerPageWrapper .tagBlock.sideNav .blockTag.bgOrange {
		background: #ffc487;
	}

	body.innerPage .innerPageWrapper .tagBlock.sideNav .blockTag.active, body.innerPage .innerPageWrapper .tagBlock.sideNav .blockTag.bgOrange.active {
		cursor: default;
		background: #353535;
		color: #FFF;
	}

	body.innerPage .innerPageWrapper .tagBlock.sideNav .blockTag.active span, body.innerPage .innerPageWrapper .tagBlock.sideNav .blockTag.bgOrange.active span {
		color: #FFF;
	}

	body.innerPage .innerPageWrapper .tagBlock.sideNav .blockTag:not(.active):before {
		display: none;
	}

	body.innerPage .blockHead {
		padding: 0 20px;
	}

	body.innerPage .tagBlock .blockTagContent {
		padding: 0 25px;
	}

	body.innerPage .bottomBar .lastRevision {
		margin-top: 3px;
	}

	body.innerPage .innerPageListGrid .item.itemToggle:not(.active):hover .outer {
		border-bottom: 3px solid #ffdfc0;
		background-color: #ffeedc;
	}

	body.innerPage .innerPageListGrid .item.itemToggle:not(.active):hover .text {
		color: #353535;
	}

	body.innerPage .innerPageListGrid .item.itemToggle:not(.active):hover:after {
		color: #353535;
	}
}

@media screen and (max-width: 1024px) {
	body.innerPage .innerPageListGrid .item,
  body.innerPage .innerPageListGrid .itemRef {
		width: 49.99%;
	}

	body.innerPage .innerPageListGrid .item.w2,
    body.innerPage .innerPageListGrid .itemRef.w2 {
		width: 100%;
	}

	body.innerPage .blockHead {
		padding: 0 15px;
	}
}

@media screen and (max-width: 767px) {
	body.innerPage .innerPageWrapper.showOnMobile {
		display: block;
	}

	body.innerPage .innerPageWrapper.hideOnMobile {
		display: none;
	}

	body.innerPage .item.hideOnMobile {
		display: none;
	}

	body.innerPage .title img {
		height: 16px;
	}

	body.innerPage .wantTo .wantToText {
		padding-right: 10px;
	}

	body.innerPage .innerPageWrapper.bgLightGrey.bgResetTb, body.innerPage .innerPageWrapper.bgWhite.bgResetTb {
		background: transparent;
	}

	body.innerPage .bottomBar .lastRevision {
		margin-top: 5px;
	}

	body.innerPage .innerPageListGrid .item .text {
		padding: 15px 40px 15px 20px;
	}

	body.innerPage header .logoBlock {
		margin: 14px 3%;
	}

	body.innerPage header .logoBlock #headerLogo {
		width: 170px;
		height: 15px;
		margin-top: 5px;
	}
}

@media screen and (max-width: 480px) {
	body.innerPage .wantTo .wantToText {
		width: 100%;
		padding: 0px;
		padding-top: 30px;
		text-align: left;
	}

	body.innerPage .wantTo .wantToList {
		width: 100%;
		padding: 0px;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	body.innerPage .innerPageWrapper.bgLightGrey.bgResetMb, body.innerPage .innerPageWrapper.bgWhite.bgResetMb {
		background: transparent;
	}

	.blockItem.withImg.left .mobileHeading {
		display: block !important;
	}

	.blockItem.withImg.left .desktopHeading {
		display: none;
	}

	.blockItem.withImg.left .blockImg {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 380px) {
	body.innerPage .innerPageListGrid .item,
  body.innerPage .innerPageListGrid .itemRef {
		width: 100%;
	}

	body.innerPage .innerPageListGrid .item.w2,
    body.innerPage .innerPageListGrid .itemRef.w2 {
		width: 100%;
	}

	body.innerPage header .logoBlock {
		margin: 8px 3%;
	}

	body.innerPage .innerPageHolder {
		padding: 25px 10px;
	}
}
