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;
}
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;
}


body {
    font-family: sans-serif;
    min-height: 740px;
    background: #e0e0e0;
}

b, strong { font-weight: bold }
i, em { font-style: italic }

a {
    background: #0B7FC1;
	padding: 4px 12px;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
}

a:hover {
	background: #096aa1;
}
a:focus {
    background: #075581;
	color: #fff;
}

.fallback-message {
    line-height: 1.3;

    width: 780px;
    padding: 10px 10px 0;
    margin: 20px auto;

    border: 1px solid #E4C652;
    border-radius: 10px;
    background: #EEDC94;
}

.fallback-message p {
    margin-bottom: 10px;
}

.impress-supported .fallback-message {
    display: none;
}


h1 {
	font-size: 250%;
	line-height: 200%;
}
h2 {
	font-size: 175%;
	line-height: 175%;
}
h3 {
	font-size: 150%;
	line-height: 150%;
}
h4 {
	font-size: 125%;
	line-height: 125%;
	margin-bottom:25px;
}



ol {
	margin-left: 30px;
	list-style-type: decimal;
}

ul {
	margin-left: 0;
	list-style-type: disc;
}
ul li,ol li {
	font-size: 75%;
}

ul li ul, ol li ol {
	margin-left: 25px;
}
ul li ul li, ol li ol li {
	font-size: 100%;
}

.step {
    position: relative;
    width: 900px;
    padding: 40px;
    margin: 20px auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    -ms-box-sizing:     border-box;
    -o-box-sizing:      border-box;
    box-sizing:         border-box;

    font-size: 48px;
    line-height: 1.5;
}

#title {
	width: 1750px !important;
	text-align: center;
}
#overview {
	display: none;
}


.impress-enabled .step {
    margin: 0;
    opacity: 0.5;

    -webkit-transition: opacity 1s;
    -moz-transition:    opacity 1s;
    -ms-transition:     opacity 1s;
    -o-transition:      opacity 1s;
    transition:         opacity 1s;
}

.impress-enabled .step.active { opacity: 1 }


.slide {
    display: block;

    width: 900px;
    height: 700px;
    padding: 40px 60px;

    background: #fff;
    border-radius: 6px;

    color: #444;

    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
}

#overview { display: none }

.impress-on-overview .step {
    opacity: 1;
    cursor: pointer;
}

.impress-enabled          { pointer-events: none }
.impress-enabled #impress { pointer-events: auto }
