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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:open sans, sans-serif;
}
blockquote, q {
	quotes: none;
}
blockquote {
    padding: 30px;
    border-left: 5px solid #aaa;
    background-color: #ececec;
    margin-bottom: 1.6rem;
    font-style: italic;
}
blockquote p:last-of-type {
	margin:0;
}
sup {
	vertical-align: super;
    font-size: smaller;
	line-height:0;
}
sub {
	vertical-align:sub;
	font-size:smaller;
	line-height:0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	padding:7px;
	border:1px solid #bbb;
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style: italic;
}
hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d4dde5;
    margin: 40px 0px;
    padding: 0;
}
img {
	max-width:100%;
	height:auto;
}
ul, li{
	line-height:1.7;
}
ol {
    margin: 0 0 1.5em 2em;
}

ul[id], ul[class] {
	margin:unset;
	list-style:none;
}

ul[id] li, ul[class] li {
	line-height:initial;
}

ul.standard-list {
	margin:0 0 1.5em 2em;
	list-style-type: disc;
}
ul.standard-list li, ol.standard-list li {
	margin-bottom:10px;
	font-size:18px;
	line-height:1.7;
}
ul.standard-list ul {
	list-style-type:circle;
	margin-left:50px;
	margin-top:20px;
	margin-bottom:0;
}

@media (max-width: 992px) {
	blockquote {
		padding:20px;
	}
	ul > ul { 
		margin-left:2em;
	}
	#gkm-wrapper h1 {
		font-size:2.1rem;
	}
	#gkm-wrapper h2 {
		font-size:1.8rem;
	}
	#gkm-wrapper h3 {
		font-size:1.5rem;
	}
	#gkm-wrapper h4 {
		font-size:1.2rem;
	}
	#gkm-wrapper h5 {
		font-size:1rem;
	}
	#gkm-wrapper h6 {
		font-size:.8rem;
	}
	ul.standard-list li, ol.standard-list li {
		font-size:16px;
		line-height:1.6;
	}
}
