/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } body { line-height: 1 } ol, ul { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } table { border-collapse: collapse; border-spacing: 0 }
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary { display: block; }

html { overflow-y: scroll; }
body { -webkit-tap-highlight-color: rgba(0,0,0,0); }
body, html { height: 100%; }

body, select, input, textarea, button { font: 400 14px/1.52 -apple-system,BlinkMacSystemFont,"RT Fonts","Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; color: #313133; outline: none; }
body {
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility:	hidden;
	-moz-backface-visibility:		hidden;
	-ms-backface-visibility:		hidden;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	html { margin-left: 1px; }
}

a { outline: none; color: #158dd1; text-decoration: none; }
	a:hover { text-decoration: underline; }

	a img { border: 0 none; }
	a > img { vertical-align: bottom; }

h1,h2,h3,h4,h5 { margin: .5em 0 1em 0; line-height: normal; font-weight: normal; text-rendering: optimizeLegibility; }
	h1 { font-size: 28px; }
	h2 { font-size: 22px; }
	h3 { font-size: 18px; }
	h4 { font-size: 16px; }
	h5 { font-size: 14px; }
	p { margin-bottom: 40px; }

	b, strong { font-weight: 800; }

	.clr { clear: both }
	.clrfix:after { clear: both; content: ""; display: block; height: 0; width: 0; visibility: hidden; }
	.hide { display: none; }
	.left { float: left; }
	.right { float: right; }

.bx_editmode .bx_areas *[id^=bx_incl]{display:block;}