/* Base Resets */
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, input, textarea {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	vertical-align: baseline;	
	border-style: none; 
	outline:none;
	line-height:inherit;
    font-weight:inherit;
	color:inherit;
	font-family:inherit;
}

* {
	-webkit-text-size-adjust: none;             
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
    box-sizing: border-box; 
}

html{height:100%; font-weight:normal; line-height:1; font-family: 'PT Sans', sans-serif;}
html, body{}

div{}
ul{list-style: none;}
a{text-decoration:none;}
blockquote, q{quotes: none;	}
blockquote:before, blockquote:after, q:before, q:after{content: ''; content: none;	}
table{border-collapse:collapse; border-spacing:0;}

*:focus {outline: none;}

*:before, *:after{padding:0px; margin:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

span{

}

sup {
    vertical-align: super;
    font-size: 80%;
}

/* clearing */
.clear:after {
    display:table;
    content:'';
	clear: both;
	height: 0px;
    max-height:0px;
}

iframe, video{width:100%; margin:15px 0;}
iframe:first-child, video:first-child{margin-top:0px;}
iframe:last-child, video:last-child{margin-bottom:0px;}

/* hide/show */
.hide {
	display: none;
}
.show {
	display: block;
}

#header li.primaryHide, #footer .globalRootMenu > li, #header .globalRootMenu > li, .mobileHidden{ display:none !important;}
#header .globalRootMenu > .secondaryShow, #footer .globalRootMenu > .footerShow{display:block !important;}