/*************************************************************
	BASICS
**************************************************************/

@font-face {
    font-family: 'AddisAbaba';
    src: url('../fonts/AddisAbaba.ttf');
}

body { background-color: #2d9aa6; font-size: 10px; font-family: 'Roboto',Helvetica,Arial,sans-serif; font-weight: 400; color:#888; }

img { max-width: 100%; }


/*************************************************************
	MASTHEAD
**************************************************************/

.masthead { position:relative; background: #ebebeb; }

/* Main Banner */
.masthead h1 { font-size:1em; margin:0; padding:0; height:26em; text-indent:-9999px; background: #FFF url("/assets/global/images/kids-electrical-safety-guide/masthead-large.png") no-repeat center top; border-bottom: 1.2em solid #2d9aa6; }
.masthead h2 { font-family:'Cutive';font-size:2.4em;letter-spacing:.3em; font-weight: normal; ;text-transform:uppercase;color:#FFF;text-align:center;line-height: 2.7em; height:2.3em; margin: -1.4em 0 0 0; background: url("/assets/global/images/kids-electrical-safety-guide/ribbon-large.png") no-repeat center center; }

/* Likes */
.likes{list-style:none; margin:0; padding:0; position: absolute; top: 1em; right: 1em; }
.likes div{float: left; margin-right: 5px;}
.likes .tweet{width: 82px;}

/* Social Icons */
.social { list-style:none; margin:0; padding:0; position: absolute; top:1.5em; right:5em; }
.social li { float:left; padding-left:1em; }
.social a { float:left; width:4.8em; height:4.8em; text-indent:-9999px; background: #2c9aa6 url("/assets/global/images/kids-electrical-safety-guide/sprite-social.png") no-repeat 0 0; border-radius: 50%; box-shadow: 3px 3px 0px #FFF; }
.social a:hover { background-color:#000; }
.social .facebook a { background-position: 0 0; }
.social .twitter a { background-position: 0 -10em; }
.social .google-plus a { background-position: 0 -20em; }


/*************************************************************
	INTRO
**************************************************************/

.intro { margin:0; background: #ebebeb; padding: 0; color: #232323; border-bottom: 1.2em solid #2d9aa6; }
.intro p { width:42em; margin: 0 auto; padding: 2em 2em 2em 2em;  font-size: 1.8em; text-align: center; line-height: 2.5em; }

/*************************************************************
	FOOTER
**************************************************************/

footer {border-top: 1.2em solid #2d9aa6; overflow: hidden; padding: 3em 5em;background:#ebebeb; margin-bottom:2em;}
.container {max-width:960px;margin:0 auto;}
.credit {float: left; width:25%;padding-top:2em;}
.sponsor {font-family:'Cutive';font-size:1.6em;text-transform:uppercase;color:#001A66;}
.logo {display:block;margin-top:1em;}
.shop { float:right; width:70%; text-align:center; color:#FFF; background:#2d9aa6; border-radius: 1em; padding: 1em 0;}
.shop p {font-family: 'Cutive'; font-size: 2em; padding: 0 1em;}
.button {display: inline-block; padding: 1em 1.3em .7em 1.3em; margin: 0 1em 1em 1em; font-family:'Cutive'; font-size:1.6em; line-height:1em; background:#247a83; color:#FFF; text-decoration: none; text-transform: uppercase; border-radius: 2em; }
.button:hover {background:#FFF; color: #000;}

/*************************************************************
	BOOK
**************************************************************/

.flipbook {
    position: relative;
    padding: 0;
    padding-top: 90px;
	background: url("/assets/global/images/kids-electrical-safety-guide/bg-wood.png") fixed;
	background-position: center -34em;
	box-shadow: inset 0px 0px 5em #000;
}

.wrapper {
	margin: 1em auto;
 	width: 118em;
}

.wrapper:before{
	color: #f00;
	font-size: 28px;
	font-weight: bold;
}

.bb-bookblock {
	min-height: 71em;
	position: relative;
	background: #fff;
	z-index: 100;
}

/* Book Navigation */

nav{position: relative;}

nav a{
	position: absolute;
    top: 27em;
    width: 5.6em;
    height: 11.3em;
    text-indent: -999em;
}

nav a:hover{
	opacity: .8;
	-webkit-transition: opacity .5s ease;
		-moz-transition: opacity .5s ease;
        -ms-transition: opacity .5s ease;
        -o-transition: opacity .5s ease;
		transition: opacity .5s ease;
}

#bb-nav-prev{
    left: -5.7em;
    background: url("/assets/global/images/kids-electrical-safety-guide/arrow-left.png") no-repeat;
}

#bb-nav-next{
	right: -5.7em;
	background: url("/assets/global/images/kids-electrical-safety-guide/arrow-right.png") no-repeat;
}

/* Book Layout */

.book-bkg{
	position: relative;
	height: 100%;
	padding: 1em;
}

.inner-cover{
	background: #fff;
	-webkit-box-shadow:  0px 0px 10px 4px #000;
    box-shadow:  0px 0px 10px 4px #000;
	box-sizing: border-box;
}

.left-side{
	float: left;
	width: 50%;
	height: 100%;
	background: url("/assets/global/images/kids-electrical-safety-guide/page-ends.jpg") left repeat-y;
	background-color: #fff;
}

.right-side{
	float: right;
	width: 50%;
	height: 100%;
	background: url("/assets/global/images/kids-electrical-safety-guide/spine-gradient.jpg") left repeat-y,
				url("/assets/global/images/kids-electrical-safety-guide/page-ends.jpg") right repeat-y;
	background-color: #fff;
}

.pages.safety {
    padding: 0;
}

.pages.text{
	margin: 10em 4em;
}

.pages.pics {
	margin: 0 1.5em;
}
.pages.pics img {width:100%; height:auto;}

/* Book Text */

.pages.text:before{
	display: inline-block;
	content:"";
	background: url("/assets/global/images/kids-electrical-safety-guide/slide-border.jpg.png") repeat-x;
	width: 100%;
	height: 20px;
	margin-bottom: 2em;
}

.pages.text:after{
	display: inline-block;
	content:"";
	background: url("/assets/global/images/kids-electrical-safety-guide/slide-border.jpg.png") repeat-x;
	width: 100%;
	height: 20px;
	margin-top: 4em;
}

.pages.text p { margin: 0; font-size:2.6em; line-height:1.8em;font-weight: 300;}

.pages.text .callout {
	position: relative;
	display:block;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #6ecbea;
	color: #fff;
	font-size:.7em;
    line-height: 1.5em;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    margin: .5em 0;
    padding: .5em 1em;
}

.pages.text .callout:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #6ecbea;
	position: absolute;
	top: 22px;
	right: -14px;
	z-index: 2;
}

.pages p:first-child:first-letter{
	float: left;padding: .2em .3em;font-size: 1.4em;font-family: Helvetica;font-weight: bold;line-height: 1em;
	font-size: 1.3em;
	border: .3em solid #d90000;
	color: #d90000;
	padding: .2em .3em;
	margin: .3em;
	background: rgb(255,217,124);
	-webkit-box-shadow:  -5px 5px 0 0 rgb(255,217,124);
	box-shadow:  -5px 5px 0 0 rgb(255,217,124);
	text-shadow: 1px 1px 0px #FFF;
}

/* Flip Style */

.bb-page {
	width: 50%;
	height: 100%;
	left: 50%;
	position: absolute;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.bb-page > div,
.bb-outer,
.bb-content {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

.bb-content {
	background: #fff;
}

.bb-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.bb-overlay, .bb-outer {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bb-page > div {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bb-back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.bb-outer {
	width: 100%;
	overflow: hidden;
	z-index: 999;
}

.bb-overlay,
.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.2);
}

.bb-bookblock > div.bb-page:first-child,
.bb-bookblock > div.bb-page:first-child .bb-back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.bb-item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #fff;
}

/* Download PDF */

.download {
    display: block;
    padding: 1.3em 1.3em .7em 1.3em; margin: 0 1em 1em 1em; font-family:'Cutive'; font-size:1.6em; line-height:1em; background:#81012b; color:#FFF; text-decoration: none; text-transform: uppercase; border-radius: 2em; width: 300px; margin: 30px auto 0 auto ; text-align: center; -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all  ease-out .2s;
    border: none;
}
.download:hover {background:#FFF; color: #000;}

.nico-downloads {text-align: center; padding-bottom: 15px;}
.nico-downloads .download {display: inline-block; margin-left: 20px; margin-right: 20px;}

/* Book Toolbar */

.interactiveBook-toolbar {
    padding: 5px 18px;
    border: 1px solid #000;
    background: rgba(0,0,0, 0.6);
    font-size: 14px;
    color: black;
}

.interactiveBook-toolbar .left-undo-section {
    width: 25%;
    float: left;
}

.interactiveBook-toolbar .right-undo-section {
    width: 25%;
    float: left;
    text-align: right;
}

.interactiveBook-toolbar .pen-section {
    width: 50%;
    float: left;
    min-height: 1em;
    text-align: center;
}

.interactiveBook-toolbar.interactiveBook-add-toolbar {
    width: 100%;
    padding: 0;
    background: rgba(0,0,0, 0.0);
    border: none;
}

.interactiveBook-toolbar .ui-selectmenu-button {
    height: 25px;
    margin-right: 10px;
}

.interactiveBook-toolbar .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 3px 2.1em 0 1em;
}

.interactiveBook-row {
    display: inline-block;
    margin-bottom: 5px;
    line-height: 20px;
    vertical-align: middle;
}

.interactiveBook-color {
    margin: -10px;
}

.interactiveBook-color .pencil-icon-hover {
    display: none;
}

.interactiveBook-color li.js-active .pencil-icon-hover,
.interactiveBook-color li:hover .pencil-icon-hover {
    display: block;
}

.interactiveBook-color li.js-active .pencil-icon,
.interactiveBook-toolbar li:hover .pencil-icon {
    display: none;
}


.interactiveBook-toolbar ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.interactiveBook-toolbar li,
.interactiveBook-toolbar button {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 4px;
    vertical-align: top;
    cursor: pointer;
}

.interactiveBook-toolbar li.width {
    background: #000;
    border: 3px solid #fff;
}

.interactiveBook-toolbar .interactiveBook-clear-btn {
    height: 25px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* display: block; */
    padding: 6px 12px 4px;
    margin: 0 1em 1em 1em;
    font-family: 'Cutive';
    font-size: 11px;
    line-height: 1em;
    background: #81012b;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2em;
    width: 88px;
    text-align: center;
    line-height: 18px;
}
.interactiveBook-toolbar .interactiveBook-clear-btn:focus{outline: none;}
.interactiveBook-clear-btn.js-active {
    border: 1px solid #C52020;
    color: #A50E0E;
}

.width-select .ui-menu-item {
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    margin: 5px auto !important;
    padding: 0 !important;
    border-radius: 50%;

    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;

    background: black;
}

.width-select .ui-menu-item:first-child {
    width: 4px;
    height: 4px;
}

.width-select .ui-menu-item:nth-child(2) {
    width: 8px;
    height: 8px;
}

.width-select .ui-menu-item:last-child {
    width: 20px;
    height: 20px;
}

.ui-selectmenu-button[aria-activedescendant] .ui-selectmenu-text {
    border: 1px solid #fff;
    margin: 5px auto !important;
    padding: 0 !important;
    border-radius: 50%;

    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.ui-selectmenu-button[aria-activedescendant="ui-id-2"] .ui-selectmenu-text {
    width: 4px;
    height: 4px;
    margin-top: 10px !important;
}

.ui-selectmenu-button[aria-activedescendant="ui-id-3"] .ui-selectmenu-text {
    width: 8px;
    height: 8px;
    margin-top: 6px !important;
}

.ui-selectmenu-button[aria-activedescendant="ui-id-4"] .ui-selectmenu-text {
    width: 12px;
    height: 12px;
}

.ui-selectmenu-button[aria-activedescendant="ui-id-5"] .ui-selectmenu-text {
    width: 20px;
    height: 20px;
    margin-top: 2px !important;
}

/*************************************************************
	HACKS
**************************************************************/

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*************************************************************
	MEDIA QUERIES
**************************************************************/


/* Tablet and Smaller Desktop */

@media only screen and (min-width: 960px) and (max-width: 1279px) {

	.wrapper { width: 81em; }

	nav a { top: 15em; }
	.bb-bookblock { min-height: 52em; }

	.pages { padding: 2em 2em 2em 3em; }
	.pages.text { margin: 2em; }
	.pages.text p { font-size: 2.4em;line-height:1.8em;font-weight: 300; }
	.pages.text .callout {display:block;font-family: Helvetica, Arial, sans-serif; font-size:.6em; line-height: 1.5em;}
	.pages p:first-child::first-letter {float: left;padding: .2em .3em;font-size: 1.3em;font-family: Helvetica;font-weight: bold;line-height: 1em;background: rgb(255,217,124);text-shadow: 1px 1px 0px #FFF;box-shadow: -5px 5px 0 0 rgb(255,217,124);}
	.pages.text:before {content:'';background:none;width:0;height:0;margin:0; }
	.pages.text:after {content:'';background:none;width:0;height:0;margin:0; }

	.pages.pics {margin: 4em 1em;}
	.pages.pics img {margin-left: 0;}

}



/* Tablets */

@media only screen and (min-width: 768px) and (max-width: 959px) {

	.masthead h1 { height:24em; background: #FFF url("/assets/global/images/kids-electrical-safety-guide/masthead-mid.png") no-repeat center top; }
	.masthead h2 { font-size:2.0em;line-height: 3em; height:2.7em; margin-top:-1.6em; background: url("/assets/global/images/kids-electrical-safety-guide/ribbon-mid.png") no-repeat center top; letter-spacing: .25em; }
	.intro p { width:25em; font-size: 1.6em; line-height: 1.8em; }

	.sponsor {font-size:1.2em;}

	.wrapper { width: 70em; }

	nav a { top: 20em; }

	.bb-bookblock { min-height: 36em; }

	.pages { padding: 1em 2em 0 2em; }
	.pages.text{ margin: 1em 2em 0 2em; }
	.pages.text p { font-size: 1.5em; }
	.pages.text .callout { font-family: Helvetica, Arial, sans-serif; font-size:.8em; line-height: 1.5em; }
	.pages.text:before { content:'';background:none;width:0;height:0;margin:0; }
	.pages.text:after { content:'';background:none;width:0;height:0;margin:0; }
	.pages.text p { font-size:1.8em; line-height:1.8em;font-weight: 400; }
	.pages p:first-child:first-letter { float: left; padding: .2em .3em; font-size: 1.3em; font-family: Helvetica;font-weight: bold; line-height: 1em; background: rgb(255,217,124); text-shadow: 1px 1px 0px #FFF; box-shadow: -5px 5px 0 0 rgb(255,217,124); }

	.pages.pics { padding: 0em 2em; margin:  2.65em 2em; }

	.container {max-width:768px;}
	.button {font-size:1.4em;}
	.shop p {font-size:1.6em;}

}

/* Mobile Large */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.likes{display: none;}
	.intro p { width:26em; background:none; padding:2em; font-size: 1.6em; line-height: 1.5em; }

	.wrapper { width: 45em; margin: 0 auto; }
	.inner-cover{ -webkit-box-shadow:  none; box-shadow: none; }
	.book-bkg { width: 95.6%; }

	nav { position: relative; top: 0; left: 0; }
	nav a { display: inline-block; text-indent: 0; width: 4em; height: 1em; line-height: 1em; font-size: 1.5em; text-decoration: none; color: #2d9aa6; text-shadow: 0 1px 0 #ffffff; text-align: center; }

	#bb-nav-prev, #bb-nav-next { position: relative; top: 0; background-image: none; background-color: #ebebeb; padding: 1em; border-radius: 5px 5px 0 0; }
	#bb-nav-prev { left: 0;	}
	#bb-nav-prev:before { content: "◀ "; }
	#bb-nav-next { right: -2em; }
	#bb-nav-next:after { content: " ▶"; }

	.bb-bookblock { min-height: 71em; }
	.left-side {position: absolute; top: 0; width: 100%; height: auto; margin: 0; background: url("/assets/global/images/kids-electrical-safety-guide/page-ends.jpg") left repeat-y, url("/assets/global/images/kids-electrical-safety-guide/page-ends.jpg") right repeat-y; }
	.right-side {position: absolute; bottom: 0; width: 100%; height: auto; margin: 0; background: url("/assets/global/images/kids-electrical-safety-guide/page-ends.jpg") left repeat-y, url("/assets/global/images/kids-electrical-safety-guide/page-ends.jpg") right repeat-y; }
	.bb-item { background: url("/assets/global/images/kids-electrical-safety-guide/page-ends.jpg") left repeat-y, url("/assets/global/images/kids-electrical-safety-guide/page-ends.jpg") right repeat-y;	background-color: #fff; }

	.pages.pics { padding: 0em 4em; margin: 1em 4em 0 4em;}
	.pages.pics img { margin-left: 0; }

	.pages.text { padding: 0 2em; margin: 1em 2em; }
	.pages.text p { font-size: 2em; }
	.pages.text .callout { font-size: .7em; }
	.pages.text .callout:after { border: none;}


}


/* Mobile Normal */

@media only screen and (min-width: 0px) and (max-width: 479px) {
	.likes{display: none;}
	.intro p { width:16em; background:none; padding:2em; font-size: 1.4em; line-height: 1.5em; }

	.wrapper { width: 29em; }
	.book-bkg {	width: 97%; padding: .5em; }
	.inner-cover { -webkit-box-shadow:  none; box-shadow: none; }

	nav { position: relative; top: 0; left: 0; width: 21.6em; }
	nav a { display: inline-block; text-indent: 0; width: 4em; height: 1em; line-height: 1em; font-size: 1.5em; text-decoration: none; color: #2d9aa6; text-shadow: 0 1px 0 #ffffff; text-align: center; }

	#bb-nav-prev, #bb-nav-next { position: relative; top: 0; background-image: none; background-color: #ebebeb; padding: 1em; border-radius: 5px 5px 0 0; }
	#bb-nav-prev { left: 0; }
	#bb-nav-prev:before { content: "◀ ";}
/* 	#bb-nav-next { float:right; } */
	#bb-nav-next:after { content: " ▶"; }

	.bb-bookblock { width: 28em; min-height: 46em; }
	.left-side {position: absolute; top: 0; width: 100%; height: auto; margin: 0; background: url("/assets/global/images/kids-electrical-safety-guide/page-ends.jpg") left repeat-y, url("/assets/global/images/kids-electrical-safety-guide/page-ends.jpg") right repeat-y; }
	.right-side {position: absolute; bottom: 0; width: 100%; height: auto; margin: 0; background: url("/assets/global/images/kids-electrical-safety-guide/page-ends.jpg") left repeat-y, url("/assets/global/images/kids-electrical-safety-guide/page-ends.jpg") right repeat-y; }
	.bb-item { background: url("/assets/global/images/kids-electrical-safety-guide/page-ends.jpg") left repeat-y, url("/assets/global/images/kids-electrical-safety-guide/page-ends.jpg") right repeat-y;	background-color: #fff; }

	.pages { padding:3em; }
	.pages.pics { padding:1em 1em 0 1em;margin:0 4em; }
	.pages.pics img { margin-left: 0; }

	.pages.text { padding: 0em 1em; margin:0 2em; }
	.pages.text .callout { font-size:.9em;font-weight: inherit; font-style:italic; line-height: 1em; padding:0; margin:0; background: none;display:inline;color:inherit; }
	.pages.text .callout:after { border: none; }
	.pages.text p { text-align:center;font-size:1.4em; line-height:1.3em;font-weight: 400;margin: 0; }

	.button {font-size:1.4em;}
}

/* Mobile All */

@media only screen and (max-width: 767px) {

	.masthead h1 { height:28em; background: #FFF url("/assets/global/images/kids-electrical-safety-guide/masthead-small.png") no-repeat center top; }
	.masthead h2 { font-size:1.5em; padding:1.4em 2.5em; line-height:1.4em; width:16.5em; margin: -3.2em auto 0 auto; background: url("/assets/global/images/kids-electrical-safety-guide/ribbon-small.png") no-repeat center center; }

	.social { width:18em; top:18em; right:50%; margin-right:-10em; }
	.social a { background: #2d9aa6 url("/assets/global/images/kids-electrical-safety-guide/sprite-social.png") no-repeat 0 0; box-shadow: 1px 1px 0px #FFF; }
	footer {padding: 3em;}
	.container {max-width: 44em;margin:0 auto;}
	.credit,
	.shop {text-align:center;width:100%; float:none; margin-bottom:2em;}
	.shop p {padding: 0 2em;}
	.pages.text:before {content:'';background:none;width:0;height:0;margin:0; }
	.pages.text:after {content:'';background:none;width:0;height:0;margin:0; }
	.pages p:first-child:first-letter { float: none;padding: 0;font-size: inherit;font-family: inherit;line-height: inherit;background: none;text-shadow: none;box-shadow: none;color:inherit;border:none; font-weight:400;margin:0; }
}

/*@media print {*/
    /*body * {*/
        /*visibility: hidden;*/
    /*}*/
    /*.print-book { visibility: visible; }*/
/*}*/

/*************************************************************
	NORMALIZE RESET
**************************************************************/

/*! normalize.css 2012-02-07T12:37 UTC - http://github.com/necolas/normalize.css */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:hover,a:active{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:1em 0}pre,code,kbd,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
