/* General */
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, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}

header, footer, section, nav, article {
	margin: 0 auto;
	padding: 0;
}

body {
	background-color: #fff;
	background-image: url('../images/footer-background.png');
    background-position: center bottom 114px;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
	background-size: 70% auto;
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	font-size: 62.5%;
	line-height:160%;
	min-width: 320px;
	position: relative;
	text-align: center;
	-webkit-text-size-adjust: none;
	width: 100%;
}

body.noslider {
    background-position: center bottom 50px;
}

body.overflowhidden, body.overflowhidden #container {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

.simulatehover {
	cursor: pointer;
}

h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}

h1 {
	color: #000;
	font-size: 420%;
	line-height: 120%;
}

h2 {
	color: #4a4a4a;
    font-size: 420%;
    font-weight: 700;
    line-height: 120%;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

h2 span {
	background-image: url('../images/h2.png');
	background-repeat: repeat-x;
    display: inline-block;
    height: 17px;
    margin: 0 10px;
    width: 40px;
}

h3 {
	color: #4a4a4a;
	font-size: 280%;
	line-height: 140%;
}

.articletable h3 {
	font-size: 210%;
}

h3 span {
    color: #666;
    display: block;
    font-size: 44.44%;
    font-style: italic;
    font-weight: 100;
    line-height: 100%;
    margin-bottom: 15px;
}

img {
	border-spacing: 0;
	border: 0;
}

hr {
	background: none;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	height: 0;
	margin: 1.5em 0 1em 0;
	padding: 0;
	width: 100%;	
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

strong {
	font-weight: 700;
}

cite {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

ins {
	font-family: 'Ubuntu', sans-serif;
}

ol, ul {
	list-style: none;
}

ul {
	list-style-type: none;
}

ul li {
	line-height: 160%;
}

ol {
	margin-left: 20px;
}

ol li ol {
	margin-bottom: 10px;
}

ol li {
	background: none;
	list-style-type: decimal;
	line-height: 180%;
	padding-left: 0;
}

.clear {
	clear: both;
	height: 0;
	float: none !important;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

body iframe {
	border: 0;
	overflow-x: hidden;
}

input.button, a.button {
	background-color: #ccc;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 160%;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
}
input.button:hover, a.button:hover, a.button:active {
	background-color: #ccc;
}

/* Alignment & Visibility */
.left {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.top {
	vertical-align: top !important;
}

.middle {
	vertical-align: middle !important;
}

.bottom {
	vertical-align: bottom !important;
}

.hidden {
	display: none !important;
}

#pagelimits {
	min-width: 320px;
	max-width: 1600px;
}

.only-smartphone,
.only-tablet,
.only-desktop,
.only-widescreen {
	display: none !important;
}

/* Spacer */
.spacer-0 {
	margin-top: 0 !important;
}

.spacer-0_5 {
	margin-top: 0.5em !important;
}

.spacer-1 {
	margin-top: 1em !important;
}

.spacer-1_5 {
	margin-top: 1.5em !important;
}

.spacer-2 {
	margin-top: 2em !important;
}

.spacer-2_5 {
	margin-top: 2.5em !important;
}

.spacer-3 {
	margin-top: 3em !important;
}

/* Smartphone */
@media screen and (max-width: 720px) {
	.only-smartphone {
		display: block !important;
	}
	
	.no-smartphone {
		display: none !important;
	}
	
	/* Spacer */
	.spacer-sp-0 {
		margin-top: 0 !important;
	}
	
	.spacer-sp-0_5 {
		margin-top: 0.5em !important;
	}
	
	.spacer-sp-1 {
		margin-top: 1em !important;
	}
	
	.spacer-sp-1_5 {
		margin-top: 1.5em !important;
	}
	
	.spacer-sp-2 {
		margin-top: 2em !important;
	}
	
	.spacer-sp-2_5 {
		margin-top: 2.5em !important;
	}
	
	.spacer-sp-3 {
		margin-top: 3em !important;
	}
	
	body {
		background-position:center bottom 275px;
	}
	
	h2 {
		font-size: 280%;
	}
}

/* Largescreen */
@media screen and (min-width: 720px) {
	.only-largescreen {
		display: block !important;
	}
	
	.no-largescreen {
		display: none !important;
	}
	
	/* Spacer */
	.spacer-ls-0 {
		margin-top: 0 !important;
	}
	
	.spacer-ls-0_5 {
		margin-top: 0.5em !important;
	}
	
	.spacer-ls-1 {
		margin-top: 1em !important;
	}
	
	.spacer-ls-1_5 {
		margin-top: 1.5em !important;
	}
	
	.spacer-ls-2 {
		margin-top: 2em !important;
	}
	
	.spacer-ls-2_5 {
		margin-top: 2.5em !important;
	}
	
	.spacer-ls-3 {
		margin-top: 3em !important;
	}
}

/* Tablet */
@media screen and (min-width: 720px) and (max-width: 959px) {
	.only-tablet {
		display: block !important;
	}
	
	.no-tablet {
		display: none !important;
	}
	
	/* Spacer */
	.spacer-tb-0 {
		margin-top: 0 !important;
	}
	
	.spacer-tb-0_5 {
		margin-top: 0.5em !important;
	}
	
	.spacer-tb-1 {
		margin-top: 1em !important;
	}
	
	.spacer-tb-1_5 {
		margin-top: 1.5em !important;
	}
	
	.spacer-tb-2 {
		margin-top: 2em !important;
	}
	
	.spacer-tb-2_5 {
		margin-top: 2.5em !important;
	}
	
	.spacer-tb-3 {
		margin-top: 3em !important;
	}
	
	h2 {
		font-size: 320%;
	}
}

/* Desktop */
@media screen and (min-width: 960px) and (max-width: 1279px) {
	p {
		font-size: 100%;
		line-height: 150%;
	}
	
	ul li {
		font-size: 100%;
		line-height: 150%;
	}
	
	.only-desktop {
		display: block !important;
	}
	
	.no-desktop {
		display: none !important;
	}
	
	/* Spacer */
	.spacer-dt-0 {
		margin-top: 0 !important;
	}
	
	.spacer-dt-0_5 {
		margin-top: 0.5em !important;
	}
	
	.spacer-dt-1 {
		margin-top: 1em !important;
	}
	
	.spacer-dt-1_5 {
		margin-top: 1.5em !important;
	}
	
	.spacer-dt-2 {
		margin-top: 2em !important;
	}
	
	.spacer-dt-2_5 {
		margin-top: 2.5em !important;
	}
	
	.spacer-dt-3 {
		margin-top: 3em !important;
	}
	
	h2 {
		font-size: 360%;
	}
}

/* Widescreen */
@media screen and (min-width: 1280px) {
	.only-widescreen {
		display: block !important;
	}
	
	.no-widescreen {
		display: none !important;
	}
	
	/* Spacer */
	.spacer-ws-0 {
		margin-top: 0 !important;
	}
	
	.spacer-ws-0_5 {
		margin-top: 0.5em !important;
	}
	
	.spacer-ws-1 {
		margin-top: 1em !important;
	}
	
	.spacer-ws-1_5 {
		margin-top: 1.5em !important;
	}
	
	.spacer-ws-2 {
		margin-top: 2em !important;
	}
	
	.spacer-ws-2_5 {
		margin-top: 2.5em !important;
	}
	
	.spacer-ws-3 {
		margin-top: 3em !important;
	}
}