/* Verbatim from peekchina innovation.html + main.css */

/* Allsafe — legacy peekchina shell; full width under site header shell */
.Allsafe {
	width: calc(100% - 120px);
	max-width: 1400px;
	margin: auto;
}

body.qng-body-site-content-width .Allsafe,
body.qng-body-application-page .Allsafe,
body.qng-body-application-single .Allsafe,
.qng-application-page .Allsafe {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

@media screen and (max-width:768px) {
	.Allsafe {
		width: calc(100% - 20px);
	}

	body.qng-body-site-content-width .Allsafe,
	body.qng-body-application-page .Allsafe,
	body.qng-body-application-single .Allsafe,
	.qng-application-page .Allsafe {
		width: 100%;
	}
}

/* M2 shared */
.M2-title1 {
	display: block;
	font-family: Roboto-Regular;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #f4c909;
	text-align: center;
	position: relative;
}

.M2-title2 {
	font-family: Roboto-Bold;
	font-size: 46px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #044fac;
	display: block;
	text-align: center;
}

.M2-info {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	text-align: center;
	width: 69%;
	margin: 0 auto;
	padding-top: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.M2-blockbor {
	display: flex;
	flex-flow: wrap;
	padding-top: 57px;
}


.M2-block {
	width: 23.2%;
	margin-right: 2.4%;
}

.M2-block:nth-child(4n) {
	margin-right: 0;
}

.M2-bpic {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	border: solid 1px #e5e5e5;
}

.M2-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(4, 79, 172, 0.5);
	opacity: 0;
	transition: 0.5s;
}

.M2-maskpic {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.M2-block:hover .M2-mask {
	opacity: 1;
}

.M2-block:hover .M2-maskpic {
	opacity: 1;
}

.M2-block:hover .M2-bbtitle {
	color: #044fac;
}

.M2-block:hover .M2-bbbtn {
	color: #044fac;
}

.M2-bbsafe {
	padding-top: 35px;
	width: 80%;
	margin: auto;
}

.M2-bbtitle {
	font-family: Roboto-Bold;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.M2-bbinfo {
	font-family: Roboto-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	padding-top: 31px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

}

.M2-bbbtn {
	font-family: Roboto-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #1b3884;
	display: block;
	padding-top: 56px;
}

.M2-bbbtn i {
	font-size: 10px;
	font-weight: bolder;
}

/* M5 */
.M5 {
	background-color: rgba(4, 79, 172, 0.05);
}

.M5 .M2-title1 {
	text-align: start;
}

.M5 .M2-title2 {
	text-align: start;
}

.M5-border {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: -100px;
	padding-bottom: 131px;
}

.M5-left {
	width: 32%;
	padding-top: 225px;
	padding-left: 12.8%;
}

.M5-info {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	padding-top: 50px;
}

.M5-btn {
	font-family: Roboto-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #044fac;
	padding-top: 58px;
	display: block;
}

.M5-btn:hover {
	text-decoration: underline;
}

.M5-btn i {
	font-size: 10px;
	line-height: 30px;
}

.M5-right {
	width: 62.8%;
	padding-top: 174px;
}

.M5-right .row {
	padding-bottom: 38px;
}

.M5-right .owl-carousel {
	display: block;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.M5-right .owl-carousel.owl-loading {
	display: block;
	min-height: 200px;
}

.M5-right .owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.M5-right .owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 57px;
}

.M5-right.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.M5-right .owl-carousel .owl-item {
	float: left;
	padding: 5px;
}

.M5-right .owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.M5-right .owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.M5-right .owl-theme .owl-controls {
	position: absolute;
	left: 20px;
	bottom: 0px;
}

.M5-right .owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.M5-right .owl-theme .owl-controls .owl-page span {
	display: block;
	margin-right: 9px;
	font-size: 0px;
	width: 20px;
	height: 7px;
	background-color: #f4c909;
	border-radius: 3px;
}

.M5-right .owl-theme .owl-controls .owl-page.active span {
	width: 63px;
	height: 7px;
	background-color: #044fac;
	border-radius: 3px;
	opacity: 1;
}

.M5-right .owl-theme .owl-buttons {
	width: 89px;
	height: 42px;
	position: relative;
	margin: auto;
	display: none !important
}

.M5-right .owl-theme .owl-buttons div {
	width: 42px;
	height: 42px;
	background: #fff;
	position: absolute;
	line-height: 42px;
	font-size: 24px;
	transition: 0.5s;
}

.M5-right .owl-theme .owl-prev {
	left: 0px;
}

.M5-right .owl-theme .owl-next {
	right: 0px;
}

.M5-right .owl-theme .owl-buttons div:hover {
	background: #3080f9;
	color: #fff;
}

.M5-rtitle1 {
	font-family: Roboto-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #f4c909;
	padding-top: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.M5-rtitle2 {
	font-family: Roboto-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.M5-rinfo {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	padding-top: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.M5-rbpic {
	display: block;
	overflow: hidden;
}

.M5-right .owl-carousel .owl-item {
	display: flex;
	align-items: stretch;
}

.M5-right .owl-carousel .owl-item .item {
	width: 100%;
	height: 100%;
}

.M5-right .M5-rblock {
	background: #fff;
	border: solid 1px #e5e5e5;
	border-radius: 5px;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.M5-right .M5-rbpic {
	width: 100%;
	flex: 0 0 auto;
	border: none;
}

.M5-right .M5-rbpic img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}

.M5-right .M5-rblock .M5-rtitle1 {
	margin: 0;
	padding: 12px 14px 0;
	line-height: 22px;
	font-size: 15px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
}

.M5-right .M5-rblock .M5-rtitle2 {
	padding: 8px 14px 14px;
	margin: 0;
	font-size: 17px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
}

.M5-right .M5-rblock .M5-rtitle2:hover {
	color: #044fac;
}

.M5-right .qng-m5-news-slider {
	--qng-m5-visible: 4;
	--qng-m5-gap: 12px;
	position: relative;
	width: 100%;
	padding-bottom: 48px;
	box-sizing: border-box;
}

.M5-right .qng-m5-news-row {
	margin-bottom: 14px;
}

.M5-right .qng-m5-news-row:last-child {
	margin-bottom: 0;
}

.M5-right .qng-m5-news-row__viewport {
	overflow: hidden;
	touch-action: pan-y;
	cursor: grab;
}

.M5-right .qng-m5-news-row__viewport:active {
	cursor: grabbing;
}

.M5-right .qng-m5-news-track {
	display: flex;
	flex-wrap: nowrap;
	gap: var(--qng-m5-gap);
	transition: transform 0.35s ease;
	will-change: transform;
}

.M5-right .qng-m5-news-card {
	flex: 0 0 calc(
		(100% - (var(--qng-m5-visible) - 1) * var(--qng-m5-gap)) / var(--qng-m5-visible)
	);
	min-width: 0;
	box-sizing: border-box;
}

.M5-right .qng-m5-news-slider__nav {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	z-index: 2;
}

.M5-right .qng-m5-news-nav {
	width: 42px;
	height: 42px;
	border: none;
	border-radius: 0;
	background: #fff;
	color: #333;
	font-size: 28px;
	line-height: 42px;
	padding: 0;
	cursor: pointer;
	transition: background 0.3s, color 0.3s;
}

.M5-right .qng-m5-news-nav:hover:not(:disabled) {
	background: #3080f9;
	color: #fff;
}

.M5-right .qng-m5-news-nav:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.M5-right .qng-m5-news-slider--row-2 .qng-m5-news-row[data-row="2"] .qng-m5-news-row__viewport {
	outline: 1px solid rgba(4, 79, 172, 0.15);
	outline-offset: 2px;
}

@media screen and (max-width: 979px) {
	.M5-right .qng-m5-news-slider {
		--qng-m5-visible: 3;
	}
}

@media screen and (max-width: 767px) {
	.M5-right .qng-m5-news-slider {
		--qng-m5-visible: 2;
	}
}

@media screen and (max-width: 479px) {
	.M5-right .qng-m5-news-slider {
		--qng-m5-visible: 1;
	}
}

@media screen and (max-width:1888px) {
	.M5 .M2-title2 {
		font-size: 40px;
	}

	.M5-left {
		width: 37%;
	}
}

@media screen and (max-width:1666px) {
	.M5-left {
		padding-left: 122px;
	}

	.M5-left {
		width: 33%;
	}
}

@media screen and (max-width:1333px) {
	.M5-right {
		padding-top: 136px;
	}

	.M5 .M2-title2 {
		font-size: 26px;
		line-height: 30px;
	}

	.M5-left {
		padding-top: 70px;
	}

	.M5-right .owl-carousel .owl-wrapper-outer {
		padding-bottom: 34px;
	}

	.M5-border {
		max-width: 1400px;
		width: calc(100% - 120px);
		margin: 0 auto;
	}

	.M5-left {
		padding-left: 0px;
	}

	.M5-right {
		padding-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.M5 .M2-title2 {
		font-size: 24px;
	}

	.M5-left {
		padding-left: 0px;
		width: 100%;
		padding-top: 30px;
	}

	.M5-info {
		padding-top: 12px;
	}

	.M5-btn {
		font-size: 14px;
		padding-top: 1px;
	}

	.M5-right {
		padding-top: 23px;
		width: 100%;
	}



	.M5-info {
		font-size: 14px;
		line-height: 26px;
	}

	.M5-rinfo {
		font-size: 14px;
		line-height: 26px;
	}

	.M5-rtitle1 {
		font-size: 14px;
		line-height: 26px;
	}

	.M5-rtitle2 {
		font-size: 16px;
		line-height: 30px;
	}

	.M5-right .owl-carousel .owl-wrapper-outer {
		padding-bottom: 30px;
	}


}

@media screen and (max-width:768px) {
	.M5 .M2-title2 {
		font-size: 22px;
	}

	.M5-border {
		max-width: 1600px;
		width: calc(100% - 20px);
		margin: 0 auto;
	}
}

@media screen and (max-width:538px) {
	.M5 .M2-title2 {
		font-size: 20px;
	}

	.M5-right {
		padding-top: 10px;
	}

	.M5-right .owl-carousel .owl-wrapper-outer {
		padding-bottom: 40px;
	}

	.M5-rtitle1 {
		font-size: 12px;
		line-height: 22px;
	}

	.M5-rtitle1 {
		padding-top: 18px;
	}

	.M5-rtitle2 {
		font-size: 14px;
		line-height: 26px;
	}

	.M5-rinfo {
		font-size: 12px;
		line-height: 22px;
	}

}

/* Page pagination — scoped; never use bare .page (collides with body.page on WP pages). */

.qng-app-pagination {
	display: flex;
	justify-content: center;
}

.qng-app-pagination .page-border {
	display: flex;
	flex-flow: wrap;
}

.qng-app-pagination .page-box {
	display: flex;
	flex-flow: wrap;
}

.qng-app-pagination a {
	display: block;
	width: 31px;
	height: 31px;
	background-color: #ffffff;
	border: solid 1px #d8d8d8;
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #666666;
	text-align: center;
	margin-left: 15px;
}

.qng-app-pagination a:hover {
	border: 1px solid #044fac;
}

.qng-app-pagination .page-box a {
	margin-top: 5px;
}

.qng-app-pagination .pagepre {
	text-align: center;
	margin-left: 13px;
	background-color: #ffffff;
	border: solid 1px #d8d8d8;
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #333333;
	width: 91px;
	height: 31px;
}

.qng-app-pagination .pagepre:hover {
	background-color: #044fac;
	color: #fff;
}

.qng-app-pagination .no:hover {
	border: solid 1px #e5e5e5 !important;
	background-color: #ffffff !important;
	color: #999999 !important;
}

.qng-app-pagination .page-long {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-left: 10px;
	width: 163px;
	height: 31px;
	background-color: #044fac;
	margin-top: 5px;
	margin-left: 10px;
	border: 1px solid #044fac;
	cursor: pointer;
}

.qng-app-pagination .page-long:hover {
	color: #044fac;
	background-color: #fff;
}

.qng-app-pagination .page-select {
	border: 1px solid #044fac;
}

.qng-app-pagination .page-arrow {
	display: flex;
	align-items: center;
}

@media screen and (max-width:1333px) {
	.qng-app-pagination {
		display: flex;
		justify-content: center;
	}

	.productMBorder {
		margin-bottom: 30px;
	}

	.qng-app-pagination .pagepre {
		width: 90px;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (max-width:999px) {
	.qng-app-pagination .pagepre {
		width: 80px;
		height: 30px;
		font-size: 12px;
		line-height: 28px;
	}

	.qng-app-pagination a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}

	.qng-app-pagination .page-long {
		width: 113px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
}

/* p2M2 */
.p2M2 .M5-border {
	margin-top: 0px;
	padding-bottom: 82px;
}

.p2M2 .M5-right {
	padding-top: 96px;
}

.p2M2 .M5-left {
	padding-top: 149px;
}

.p2M3 {
	background-color: rgba(4, 79, 172, 0.05);
}

@media screen and (max-width:1333px) {
	.p2M2 .M5-right {
		padding-top: 48px;
	}

	.p2M2 .M5-left {
		padding-top: 64px;
	}

	.p2M2 .M5-border {
		margin-top: 0px;
		padding-bottom: 17px;
	}
}

@media screen and (max-width:999px) {
	.p2M2 .M5-left {
		padding-top: 16px;
	}

	.p2M2 .M5-right {
		padding-top: 7px;
	}

	.p2M2 .M5-border {
		margin-top: 0px;
		padding-bottom: 0px;
	}

	.p2M3 {
		margin-bottom: 0px;
	}
}

/* innovation inM */
/* ****************innovation************************* */
.inM1-border {
	padding-bottom: 80px;
}

.inM2-block {
	width: 47.7%;
	margin-right: 4.6%;
	border-radius: 5px;
	margin-top: 60px;
	background: #fff;
	border: solid 1px #e5e5e5;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-self: flex-start;
	height: auto;
}

.inM1 .M2-blockbor .inM2-block:nth-child(-n+2) {
	margin-top: 0;
}

.inM2-block:nth-child(2n) {
	margin-right: 0;
}

.inM2-bpic {
	border: none;
	display: block;
	width: 100%;
	flex: 0 0 auto;
}

.inM2-bpic img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}

.inM2-block .M2-bbtitle {
	font-family: Roboto-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.inM2-block .M2-bbottom {
	padding: 0;
	box-sizing: border-box;
	flex: 0 0 auto;
	width: 100%;
}

.inM2-block .M2-bbsafe {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 14px 16px 16px;
	text-align: left;
	box-sizing: border-box;
	overflow: hidden;
}

.inM2-block .M2-bbtitle {
	display: block;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
}

.inM2-block .M2-bbinfo {
	font-family: Roboto-Light;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0;
	color: #666666;
	margin: 0;
	padding: 10px 0 0;
	line-height: 21px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-word;
	width: 100%;
	box-sizing: border-box;
}

.inM2-block .M2-bbinfo a {
	display: inline;
	color: inherit;
	text-decoration: none;
}

.inM2-block .M2-bbinfo a:hover {
	color: #044fac;
}

.inM2-block .M2-bbbtn {
	font-family: Roboto-Regular;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #999999;
	padding-top: 10px;
	display: block;
	text-align: left;
}

.inM2-block:hover .M2-bbtitle {
	color: #044fac;
}

.inM2-block:hover .M2-bbbtn {
	color: #044fac;
}

.inM1 .M2-blockbor {
	padding-bottom: 64px;
	align-items: flex-start;
	align-content: flex-start;
}

@media screen and (max-width:1333px) {
	.inM2-block {
		margin-top: 23px;
	}

	.inM2-block .M2-bbtitle {
		font-size: 22px;
	}

	.inM2-block .M2-bbsafe {
		padding-top: 12px;
	}

	.inM2-block .M2-bbinfo {
		padding-top: 8px;
		line-height: 20px;
	}

	.inM2-block .M2-bbbtn {
		padding-top: 3px;
	}

	.inM1 .M2-blockbor {
		padding-bottom: 40px;
	}

	.inM1-border {
		padding-bottom: 54px;
	}
}

@media screen and (max-width:999px) {
	.inM2-block .M2-bbtitle {
		font-size: 20px;
	}

	.inM2-block .M2-bbinfo {
		font-size: 14px;
		line-height: 20px;
	}

	.inM2-block .M2-bbbtn {
		font-size: 14px;
		line-height: 22px;
	}

	.inM1 .M2-blockbor {
		padding-bottom: 25px;
	}

	.inM1-border {
		padding-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.inM2-block .M2-bbtitle {
		font-size: 18px;
	}
}

@media screen and (max-width:538px) {
	.inM2-block .M2-bbtitle {
		font-size: 16px;
	}

	.inM2-block .M2-bbinfo {
		font-size: 12px;
		line-height: 18px;
		padding-top: 6px;
	}

	.inM2-block .M2-bbbtn {
		font-size: 12px;
		line-height: 22px;
	}

	.inM1 .M2-blockbor {
		padding-bottom: 20px;
	}

	.inM2-block {
		margin-top: 16px;
	}
}

/* rem root on this theme is ~100px — keep px for application blocks */
.qng-application-page,
.inM1,
.M5.p2M2 {
	font-size: 14px;
}

/* Site shell — match header width (1600px + pad-x) */
body.qng-body-site-content-width .qng-application-page,
body.qng-body-application-page .qng-application-page,
body.qng-body-application-single .qng-application-page {
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--qng-site-header-pad-x, 36px);
	padding-right: var(--qng-site-header-pad-x, 36px);
	box-sizing: border-box;
}

body.qng-body-site-content-width .qng-application-page .M5-border,
body.qng-body-application-page .qng-application-page .M5-border {
	max-width: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

body.qng-body-site-content-width .qng-application-page .M5-left,
body.qng-body-application-page .qng-application-page .M5-left {
	padding-left: 0;
}
