@charset "utf-8";

/* default */
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, progress,
time, mark, audio, video,
button, input, optgroup, select, textarea{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	vertical-align: baseline;
	box-sizing: border-box;
}
a{text-decoration: none !important;}
p{margin:0 !important;}
b{text-decoration: none;}
button{background-color: transparent; cursor: pointer;}
em,address{font-style:normal}
img,button{
	-ms-user-select: none; 
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	line-height: 1;
}
label{cursor: pointer;}
/* :focus{outline:0} */

/* 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;
	table-layout:fixed;
}

/* Remove the border on images inside links in IE 10. */
img{border-style: none;}

/* Show the overflow in Edge. */
button, input{overflow: visible;}

/* Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"]{-webkit-appearance: button;}

/* Remove the inner border and padding in Firefox */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{
	border-style: none;
	padding: 0;
}
/* Remove the inner border and padding in iOS and Safari */

/* Remove the default vertical scrollbar in IE 10+ */
textarea{overflow: auto;}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* 
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"], [type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

.txt-light{font-weight: 300 !important;}
.txt-medi{font-weight: 500 !important;}
.txt-bold{font-weight: 700 !important;}
.align-lft{float: left;}
.align-rgt{float: right;}

.clearfix:after {
	content:'';
	display:block;
	clear:both;
	visibility:hidden;
}
.invisible {
	overflow:hidden;
	visibility:hidden;
	position:absolute;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
}

/* skip navigation */
#skipNav{
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 100;
}
#skipNav a{
	display: block;
	overflow: hidden;
	height: 1px;
	margin-bottom: -1px;
	color: #333;
	text-align: center;
	font-size: 15px;
}
#skipNav a:active,
#skipNav a:focus{
	height: auto;
	padding: 10px 0;
	background-color: #f1f1f1;
}