/* MDNW RESET - A COMBINATION OF RESET, NORMALIZE, FOUNDATION, & OTHERS */

/* RESET & NORMALIZE HTML ELEMENGS */
/* 1REM = 10px */
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
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,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}
html{font-size:62.5%;line-height: 1.625;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-y:scroll;} 
body{background:white;color:#222;padding:0;margin:0;position:relative;cursor:default}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,p,blockquote,th,td{margin:0;padding:0;direction:ltr}
article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}
ol,ul{list-style:none}
table{border-collapse:separate;border-spacing:0}
caption,th,td{font-weight:normal;text-align:left}
blockquote:before,blockquote:after,q:before,q:after{content:""}
blockquote,q{quotes:"" ""}
a{text-decoration: none;}
a:hover,a:active{outline:0,cursor:pointer;color:#107acb}
a,a:visited{color:#0992e5;text-decoration:none;line-height:inherit}
a:focus{outline:none}
a img{border:0}
hr{
	background: transparent;
	border: medium none;
	border-top: 1px solid #ddd; 
	border-top: 1px solid rgba(0,0,0,0.15); 
	border-bottom: 1px solid #FFF;
	border-bottom: 1px solid rgba(255,255,255,0.5);
    margin: 24px 0 24px; margin: 2.4rem 0 2.4rem;
  	clear: both;
  	}
p{margin-bottom:24px;margin-bottom:2.4rem}
dt{font-weight:bold}
dd{margin:0 15px 15px;margin:0 1.5rem 1.5rem}
b,strong{font-weight:bold}
dfn,cite,em,i{font-style:italic}

blockquote{
	margin:0 0 12.5px; margin:0 0 2.4rem;
	padding:16px 20px 1px; padding: 1.6rem 2rem 0.1rem;
	border-left:1px solid #ddd}
blockquote cite{display:block;font-size:15px;font-size:1.5rem;color:#555}
blockquote cite:before{content:"\2014 \0020"}
blockquote cite a,blockquote cite a:visited{color:#555}
blockquote,blockquote p{color:#ffffff}

address{margin:0 0 24px;margin:0 0 2.4rem}
pre{background:#eee;font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;margin-bottom:24px;margin-bottom:2.4rem;max-width:100%;overflow:auto;padding:12px;padding:1.2rem}
code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}
abbr,acronym{text-transform:uppercase;font-size:11px;font-size:1.1rem;color:#222;border-bottom:1px dotted #ddd;cursor:help}
abbr{text-transform:none}
mark,ins{background:#fff9c0;text-decoration:none}
sup{bottom:1ex}
sub{top:.5ex}
figure{margin:0}
table{width:100%}
th{font-weight:bold}
img{height:auto;max-width:100%}
button,input,select,textarea{margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],textarea{color:#666;border:1px solid #ccc;border-radius:3px}
input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,textarea:focus{color:#111}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"]{padding:10px;padding:0.6rem}
textarea{overflow:auto;padding:10px;padding:1rem;vertical-align:top;width:98%;height:auto;min-height:50px}

img,object,embed,iframe{max-width:100%;}
img{height:auto;-ms-interpolation-mode:bicubic;display:inline-block;vertical-align:middle}

/* ALIGNMENT RULES */
.alignleft,a.jackbox.alignleft{display:inline;float:left;margin-right:15px;margin-right:1.5em !important}
.alignright,a.jackbox.alignrig