/* Page set-ups. */
 
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: inherit;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

html {
	min-width: 1090px;
}

body {
	background: #dddddd;
	position: relative;
	margin: 0;
	min-width: 1090px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #141414;
	}
	
#page_body {
	margin: 0px auto;
	border: 0px solid #ccc;
	background: #EBEBEB;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
}
	
/* ! Header */

header {
	height: auto;
	top: 0;;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	background-size: 1080px auto;
	font-family: Tahoma, Geneva, sans-serif;
}

.space01 {
	height: 30px;
	display: block;
}

header h1 {
	color: #333333;
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
}

header h3 {
	color: #333333;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	letter-spacing: -0px;
}

header h4 {
	color: #333333;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	letter-spacing: -0px;
	margin: 0 20px 10px 20px;
}

header p {
	color: #333333;
	font-size: 1em;
	text-align: left;
	letter-spacing: -0px;
	margin-bottom: 1em;
}

.bodyContent {
	line-height: 150%;
}

.bodyContent ol {
	margin: 0 50px 10px 50px;
	line-height: 150%;
	font-weight: 100; 
}

.bodyContent ul {
	margin: 0 30px 10px 30px;
	line-height: 150%;
	font-weight: 100; 
}

.bodyContent strong {
	color: #333333;
}

/* ! Main Content */

.contentwidth {
	width: 1080px;
	margin: 0 auto;
}

.list {
	width: 960px;
	height: auto;
	margin: 0 auto;
}

.list ol {
	font-weight: 800;
}

.list ul {
	font-weight: normal;
	list-style-type:square;
	margin:0 0 10px 10px;
	line-height: 120%;
}

.list p {
	font-weight: normal;
	margin:0 0 0 10px;
	line-height: 120%;
}

.nextButton {
	height: 54px;
	width: 299px;
	display: block;
	background-image: url("images/nextButton.png");
	margin: auto;
}

.nextButton span {
	position: absolute;
	top: -999px;
}
		
.nextButton:hover {
	background-position: 0px -54px;
}

.thankYou {
	height: 54px;
	width: 299px;
	display: block;
	background-image: url("images/thankYou.png");
	margin: auto;
}

.thankYou span {
	position: absolute;
	top: -999px;
}
		
.thankYou:hover {
	background-position: 0px -54px;
}

/* ! Footer */

footer {
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	margin: 40px auto;
	color: rgba(0,0,0,.25);
	padding-top: 64px;
	padding-bottom: 20px;
	background: url(../images-global/footer-panic_icon.png) 50% 0% no-repeat;
	-webkit-background-size: 56px 56px;
	-moz-background-size: 56px 56px;
	background-size: 56px 56px;
}

/* ! Support */

section#support {
	margin: 0 30px 40px 30px;
}

section#support article {
	padding: 15px 50px 0px 50px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
section#support article:nth-child(odd) {
	-webkit-transform: rotateX(60deg);
	-moz-transform: rotateX(60deg);
	transform: rotateX(60deg);
}
section#support article:nth-child(even) {
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	background: black;
}

section#support article:first-child {
	padding-top: 30px;
}
section#support article:last-child {
	padding-bottom: 20px;
}

section#support.closed #support-answers {
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
}
section#support.open #support-answers {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}
section#support.open #support-answers article {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	background: transparent;
}

section#support h3 {
	color: #333333;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	letter-spacing: -0px;
	font-family: Tahoma, Geneva, sans-serif;
}

section#support h4 {
	color: #333333;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	letter-spacing: -0px;
}

section#support p {
	margin-bottom: 25px;
	padding: 10px 0 0 30px;
	font-weight:100;
}

section#support ul {
	margin: 0 20px;
}

section#support li {
	color: #333333;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	font-weight:bold;
}

section#support li.norm {
	font-weight:100;
}

section#support ol {
	font-weight:100;
}

section#support article a {
/* 	text-decoration: underline; */
	color: #85e36d;
}

section#support .email-us {
	position: relative;
	margin-bottom: 15px;
	left: -15px;
}

section#support .email-us h3 {
	padding-left: 46px;
	padding-top: 4px;
	background: url(images/help-send-email.png) no-repeat left top;
}

section#support .email-us p {
/* 	text-align: center; */
	margin: 0;
	padding-top: 2px;
	padding-left: 46px;
}

section#support .email-us form {
	margin-top: 15px;
	padding-left: 46px;
}

section#support .email-us form input, section#support .email-us form select {
	font-size: 18px;
}


