/*
---------------------------------------------
START Reset
- - - - - - - - - - - - - - - - - - - - - - -
*/

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    *, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    padding: 0;
    margin: 0;
     }
    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, tt, var,
    b, u, i,
    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, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    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-size: 1.2rem;
        background-color: rgba(68, 130, 196, 1);
		font-family: arial, helvetica, verdana, sans-serif;
    }
    
    blockquote, q {
        quotes: none;
    }
    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    p, li, pre {
        line-height: 1.3em;
    }
    main li {
        margin-bottom: .25rem;
    }
    /*
    - - - - - - - - - - - - - - - - - - - - - - -   
    END Reset
    ---------------------------------------------
	*/
			body {
			background-color: #CCC9BD;
			}
			header {
			background-color: #072F40;
			color: #fff;
			}
			header p {
			background-image: url(../home/img/BannerImage.png);
			background-repeat: no-repeat;
			background-position: 10px 10px;
			height: 60px;
			text-indent: -987654px;
			margin-bottom: unset;
			position: relative;
			}
			header p:after {
				display: block;
				content: "";
				background-image: url(../EN-US/img/EpicLogo.svg);
				background-repeat: no-repeat;
				background-size: auto 30px;
				height: 30px;
				width: 100px;
				position: absolute;
				top: 15px;
				right: 0;
			}
			h1, main, header p {
			max-width: 1100px;
			margin: 0 auto;
			}
			h1 {
			color: #072F40;
			font-size: 2rem;
			font-family: georgia, times new roman, times, serif;
			margin-bottom: .7em;
			margin-top: .6em;
			}
			main {
			display: block;
			background-color: #F4EFDF;
			color: #333;
			background-repeat: no-repeat;
			padding: 1rem 2rem;
			margin-bottom: 4rem;
			}
			h2 {
			font-size: 1.35rem;
			line-height: 130%;
			background-color: #CCC9BD;
			padding: .5rem 1rem;
			margin: -2rem;
			margin-bottom: 1em;
			}
            h3 {
            font-size: 1.2rem;
            margin-bottom: .5rem;
            }
			p {
			line-height: 145%;
			margin-bottom: 1em;
			}
			article {
			background-color: #fff;
			color: #444;
			margin: 1rem 0 2rem 0;
			border-radius: 2px;
			box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
			padding: 2rem;
			}
			article h3:first-of-type {
			margin-top: 4rem;
			}
			ol {
		        list-style: none;
		    }
		    main li {
		    	margin-left: 1.5rem;
		    	margin-bottom: .25rem;
		    }
		    main article li {
		    	margin-left: 1.5rem;
		    	margin-bottom: 1rem;
		    }
		    main article li ul {
		    	margin-top: .75rem;
		    }
		    ol > li {
		    	position: relative;
		    	padding: 1rem 0 1rem 60px ;
		    	padding-bottom: 1rem;
		    	border-bottom: 1px solid #ccc;
		    }
		    ol > li:last-child {
		    	border-bottom: none;
		    }
		    ol > li:before {
		    	position: absolute;
		    	content: attr(data-label);
		    	display: inline-block;
		    	color: #fff;
		    	background-color: black;
		    	font-weight: bold;
		    	padding: .25rem.5rem;
		    	margin-left: -50px;
		    }
		    .article li {
		    	margin-left: 0;
		    }
			article img, .modal-screen, .mobile-screen, .app-buttons img {
			width: 100%;
			max-width: 450px;
			margin: .5rem;
			}
			.mobile-screen {
			max-width: 300px;
			width: 70%;
			}
			.modal-screen-wide {
				max-width: 600px;
			}
			.app-buttons img {
				max-width: 250px;
			}

			figure {
				margin: 1rem auto;
			}
			figure.floater {
				width: 50%;
				margin: 0 0 2rem 2rem;
				max-width: 400px;
				float: right;
			}
			@media (max-width: 600px) {
				main {
					padding: .75rem 
				}

				ol li {
					margin-left: 0;
				}
				article {
				    padding: 1rem;
				}
				ol > li {
				    padding: 1rem 0 1rem 30px;
				}

			}