/* Default Style Reset */
section {
	display:block;
	margin:0;
	padding:0;
}
/* /Default Style Reset */


/* .sections */
#contentBody {
}
.contentBodyInner {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.sections {
}
.sections section {
}
.sectionContent {
	padding:10px 5px 10px 5px;
}
section.LV1 > .sectionContent,
section.LV2 > .sectionContent,
section.LV1 > .sectionContentWrapper > .sectionContentMain > .sectionContent,
section.LV2 > .sectionContentWrapper > .sectionContentMain > .sectionContent {
	padding:10px 5px 10px 5px;
} 
section.LV3 > .sectionContent {
	padding:10px 0px 10px 0px;
}
section.LV4 > .sectionContent {
	padding:10px 0px 10px 0px;
}
section.LV5 > .sectionContent {
	padding:10px 0px 10px 0px;
}
.section30,
.section50,
.section70{
	width:100%;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px){
	.sectionContent {
		padding:10px 10px 10px 10px;
	}
	section.LV1 > .sectionContent,
	section.LV2 > .sectionContent,
	section.LV1 > .sectionContentWrapper > .sectionContentMain > .sectionContent,
	section.LV2 > .sectionContentWrapper > .sectionContentMain > .sectionContent {
		padding:10px 10px 10px 10px;
	}
	section.LV3 > .sectionContent {
		padding:10px 0px 10px 0px;
	}
	section.LV4 > .sectionContent {
		padding:10px 0px 10px 0px;
	}
	section.LV5 > .sectionContent {
		padding:10px 0px 10px 0px;
	}
	.subSections section{
		float:left!important;
		padding-right:10px;
	}
	.section30{
		width:30%;
	}
	.section50{
		width:50%;
	}
	.section70{
		width:70%;
	}
}
@media only screen and (min-device-width: 1280px){
	.sectionContent {
		padding:10px 10px 10px 10px;
	}
	section.LV1 > .sectionContent, 
	section.LV2 > .sectionContent,
	section.LV1 > .sectionContentWrapper > .sectionContentMain > .sectionContent,
	section.LV2 > .sectionContentWrapper > .sectionContentMain > .sectionContent {
		padding:10px 10px 10px 10px;
	}
	section.LV3 > .sectionContent {
		padding:10px 0px 10px 0px;
	}

	section.LV4 > .sectionContent {
		padding:10px 0px 10px 0px;
	}

	section.LV5 > .sectionContent {
		padding:10px 0px 10px 0px;
	}
	.subSections section{
		float:left!important;
		padding-right:10px;
	}
	.section30{
		width:30%;
	}
	.section50{
		width:50%;
	}
	.section70{
		width:70%;
	}
}
/* /.sections */


/* .sectionContentWrapper */
.sectionContentWrapper {
}
.sectionContentMain {
	padding:0;
}
.sectionContentSub {
	padding:5px 0 5px 0;
	border:none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {

}
@media only screen and (min-device-width: 1280px) {
	.sectionContentWrapper {
		display: -webkit-flex!important;
		display: -ms-box!important;
		display: flex!important;
		width:100%;
	}
	.sectionContentMain {
		-webkit-flex-order: 1;
		-ms-flex-order: 1;
		order: 1;
		-webkit-flex: 1.0;
		-ms-flex: 1.0;
		flex: 1.0;
	}
	.sectionContentSub {
		min-width:180px;
		width:180px;
		-webkit-flex-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin:0 5px 0 5px;
		padding:10px 0 0 0;
	}
}
/* /.sectionContentWrapper */