/* css reset */
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, h1, h2,h3, p, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
a {
	color: #044158;
}
#sup {
	font-size:xx-small;
	vertical-align:super;
}
.login {
	width: 210px;
	border-radius: 4px;
	color: #FFF;
	background-color: #216f98;
	border-style: hidden;
	font-family: verdana;
	margin: 0 auto;
	padding:20px;
	font-size: 30px;
	font-weight:bold;
	text-decoration: none;
}
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;
}
#copyright {
	text-align: center;
	padding-bottom: 15px;
	top: -5px;
	font-size: 12px;
	color: #044158;
}
.surveybtn {
	background-color:rgba(33, 111, 152, 0.7);
	display: inline-block;
	height: auto;
	width: auto;
	text-align: center;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.surveybtn:hover {
	cursor: pointer; cursor: hand;
	-webkit-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.30);
	box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.30);
}
.list{
	text-indent: -10px;
	padding-left: 15px;
	line-height: 135%;
}
.logo {
	position: absolute;
	top: 36px;
}
.logo img {
	margin-top: 10px;
	margin-left: 10px;
	width: 450px;
}
#smallabout {
	background-color:rgba(33, 111, 152, 0.7);
	height: auto;
	width: 35%;
	float: right;
	margin-top: 10px;
	padding: 5px;
	-webkit-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.30);
	box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.30);
	color: white;
}
body {
	font-family: "Arial";
}
header {
	background-color: #f5f5f5;
	background-image: url(../images/penalty_apr_3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 35px;
	width: 100%;
	margin-bottom: -50px;
}
.wrapper {
	max-width: 1400px;
	overflow: hidden;
	margin: auto;
}
ul {
	padding: 0;
	margin: 0;
	background-color: rgb(33, 111, 152);
	overflow: hidden;
}
ul, ul a {
	
	text-decoration: none;
	list-style-type: none;
	color: white;
}
p, a {
	line-height: 135%;
	padding: 5px;
}
li {
	display: inline;
	float: right;
	text-align: center;
	padding: 10px 20px;
}
li:nth-child(1) {
	float: left;
	margin-left: 50px;
}
li:nth-child(2) {
	margin-right: 50px;
}
.nav li:nth-child(n+2) a:hover {
	color: #044158;
}
.pagehead {
	padding-top:180px;
	padding-bottom: 230px;
	color:#fff;
	text-align: center;
}
.pagehead h2 {
	font-size: 40px;
	margin: 5px;
	color: white;
}
.pagehead p {
	font-size: 18px;
	margin-bottom: 50px;
	color: #044158;
}
.aboutimgc {
	float: left;
	width: 35%;
	max-width: 40%;
	margin-right: 10px;
	font: 0/0 a;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	right: 0;
}
.aboutimgc:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
#aboutimage {
	height: auto;
	max-width: 75%;
	vertical-align: middle;
	display: inline-block;
}
.card {
	background-color: #fff;
	padding: 40px;
	-webkit-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.15);
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
}
.card:nth-child(7) {
	margin-bottom: 0px;
}
h3 {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 15px;
	color: #216f98
}
h4 {
	font-size: 16px;
	margin-top: 5px;
	 margin-bottom: 10px;
	color: #216f98;
}
h5 {
	font-size: 14px;
	margin: 0px;
	color: #216f98;
}
.text {
	color: #044158;
	font-size: 14px;
	overflow: hidden;
	font-weight: 500;
}
#About {
	position: relative;
	z-index: 1;
}
#Privacy {
	position: relative;
}
#FAQ {
	position: relative;
}
#Contact {
	position: relative;
	margin-bottom: 15px;
}
/* Text positioning and styling */
.t0 {
	float: right;
	width: 65%;
	margin-right: 10px;
}
.t1 {
	right: 0;
	width: 15%;
	text-align: center;
	margin-right: 15px;
	position: absolute;
	top: 40%;
}
.t2 {
	float: left;
	width: 36%;
	margin-right: 10px;
	text-align: left;
}
.t3 {
	float: left;
	width: 45%;
	margin-left: 10px;
}
.t4 {
	width: 14%;
	float: left;
	margin-right: 10px;
	top: 40%;
	text-align: left;
	padding-top: 140px;
}
#orderchange {
	float: right;
	width: 85%;
}
.t5 {
	float: left;
	margin-right: 20px;
	text-align: left;
}
.t5 a {
	display:block;
	float:left;
}
.t6 {
	right: 0;
	width: 15%;
	 float: left;
	text-align: left;
	margin-right: 15px;
	position:absolute;
	top: 40%;
}
.t7 {
	float: left;
	width: 41%;
	 margin-right: 20px;
	text-align: left;
}
.t8 {
	float: left;
	width: 45%;
	text-align: left;
}
.t8 a {
	text-decoration: none;
	color: #044158;
}
.t8 a:hover {
	text-decoration: underline;
	color: #044158;
}
.t7 a {
	text-decoration: none;
	color: #044158;
}
.t7 a:hover {
	text-decoration: underline;
	color: #044158;
}
#enablecookiespopup {
	margin-top: -260px;
}
@media all and (max-width:800px) {
.t2 {
	width: 39%;
}
.t3 {
	width: 40%;
}
.t4 {
	padding-top: 280px;
}
.t6 {
	width: 15%;
	margin-right: 55px;
}
.t8 {
	width: 35%;
}
}
@media all and (max-width:740px) {
.card {
	max-width: 100%;
	padding: 20px;
	margin: 0px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
header {
	background-position: 50% 10px;
}
body {
	background-position:0px -50px;
}
.logo img {
	width: 360px;
}
p {
	font-size: 14px;
}
.pagehead {
	padding-top: 100px;
	padding-bottom: 150px;
}
.pagehead h2 {
	font-size: 28px;
	color: white;
}
.pagehead p {
	font-size: 12px;
	margin-bottom: 50px;
	color: #044158;
}
.surveybtn {
	font-size: 16px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 50px;
}
.aboutimgc {
	float: left;
	width: 35%;
	margin-right: 10px;
	position: static;
}
#aboutimage {
	max-width: 265px;
	height: auto;
	 padding-left: 70%;
}
li, li a {
	margin: 0px;
	padding: 4px;
	font-size: 12px;
	text-align: center;
	
}
li:nth-child(1) {
	margin-left: 0px;
	float: left;
	padding-top: 4px;
}
li:nth-child(2) {
	margin-right: 0px;
}
.t0 {
	float: none;
	width: 100%;
}
.t1 {
	float: left;
	margin-right: 330px;
	width: 100%;
	text-align: left;
	position: static;
}
.t2 {
	float: none;
	text-align: left;
	margin-bottom: 10px;
	width: auto;
}
.t3 {
	float: none;
	margin-right: 10px;
	margin-left: 0px;
	width: auto;
}
.t4 {
	float: left;
	margin-right: 1000px;
	width: 100%;
	position: static;
	text-align: left;
	 padding-top: 0px;
}
#orderchange {
		float: left;
		width: 100%;
	}
.t5 {
	float: none;
	margin-right: 10px;
	margin-bottom: 10px;
	width: auto;
	text-align: left;
}
.t6 {
	float: left;
	margin-right: 1000px;
	width: 100%;
	text-align: left;
	position: static;
}
.t7 {
	float: none;
	margin-right: 10px;
	margin-bottom: 10px;
	width: auto;
	text-align: left;
}
.t8 {
	float: none;
	margin-right: 10px;
	margin-bottom: 10px;
	width: auto;
	text-align: left;
}
#enablecookiespopup {
	margin-top: -170px;
}
}
@media all and (max-width:500px) {
.t1 {
	margin-right: 40px;
}
}
@media all and (max-width:400px) {
header {
	background-image: url(../images/penalty_apr_3.jpg);
	background-size: cover;
	background-position: 65% 10px;
	margin-bottom: 0px;
}
h4 {
	margin-top:20px;
}
li {
	padding: 2px;
}
.logo img {
	width: 70%;
	height: 70%;
}
.surveybtn {
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	margin-bottom: 50px;
}
.surveybtn:before {
	content: "Your ILD health status \A \A";
	font-size: 15px;
	white-space: pre;
}
.pagehead {
	padding: 0;
	padding-bottom: 140px;
	padding-top: 140px;
}
.pagehead h2 {
	display: none;
}
.pagehead p {
	display: none;
}
}
@media all and (max-width:380px) {
#aboutimage {
	padding-left: 40%;
}
}
@media all and (max-width:330px) {
#aboutimage {
	padding-left: 30%;
}
}
@media all and (max-width:260px) {
li, li a {
	font-size: 10px;
}
#aboutimage {
	max-width: 175px;
	height: auto;
}
}