/* Tablets and Up */

#layoutContainer{
	width:100%;
	max-width:770px;
	margin:0 auto;
}

#preHeader{
	position:relative;
	display:block;
}

#header #logo{
	float:left;
	width:auto;
	height:40px;
}

#header #contact{
	display:block;
	float:right;
	width:500px;
	margin:33px 0px 0px 0px; 
	text-align:right;
} 

#header #contact img{
	position:relative;
	top:1px;
}		

#header #contact #contactInfo{
	float:right;
	text-align:left;
	margin-left:10px;
	font-size:12px;
	line-height:1.2em;
}

#header #contact #contactInfo strong{
	font-size:12px;
}

#header #contact #contactInfo .contactPhone{
	font-size:12px;
	color:#ee1b23;
}

#header #contact #contactInfo .contactEmail{
	font-size:12px;
	color:#ee1b23;
}

#mainContainer{
	position:relative;
	background-color:#ffffff;
	width:770px;
    box-shadow: 1px 1px 5px 3px rgba(221,221,221,1);
    -webkit-box-shadow: 1px 1px 5px 3px rgba(221,221,221,1);
    -moz-box-shadow: 1px 1px 5px 3px rgba(221,221,221,1);
}

div.en__component--row--1{
	padding-left:25px;
	padding-right:25px;
}

.en__component--page div.en__component--row--1:last-of-type,
.en__component--page div.en__component--row--1:nth-of-type(2) {
	display:block;
	padding-left:0px;
	padding-right:0px;
	
}

.en__component--page div.en__component--row--1:nth-of-type(2) img{
	width:100%;
	height:auto;
}

.en__errorHeader,
.en__errorList{
	display:none;
	padding-left:25px;
}

#errorList + .en__errorHeader{
	display:block !important;
}

#errorList + .en__errorHeader + .en__errorList{
	display:block !important;
}

.en__field__label{
	width:200px !important;
	text-align:right;
	padding-right:5px;
}

input + label{
	width:auto;
	text-align:left;
	padding-right:0px;
}

.en__field__element{
	width:auto;
}

h1{
	color:#ff0000;
	font-size:24px;
}

h2{
	font-size:15px;
	margin:0px;
	padding:25px 0px;
}

h3{
	font-weight:normal;
}

p.welcomeText{
	margin-top:0px;
	line-height:1.7em;
}

.en__field{
		padding-bottom:9px !important;
}

.en__field--othamt1 .en__field__item{
	max-width:500px;
}


input[type=text],select{
	padding:4px !important;
}

.en__field__element .en__field__input--text,
.en__field__element .en__field__input--select,
.en__field__element .en__field__input--splitselect,
.en__field__element .en__field__input--other{
	width:200px;
	margin:0px;
}

.en__field__element .en__field__input--select{
	width:auto;
	min-width:auto;
	max-width:200px;
}

.en__field__element--splitselect .en__field__item{
	width:auto;
	padding:0px;
}            

.en__field__element--splitselect .en__field__item select{
	width:90px;
	min-width:90px;
}            

#en__field_supporter_postcode,
#en__field_transaction_donationAmt,
#en__field_transaction_ccvv,
[name='transaction.othamt2.other']{
		width:100px !important;
}


.en__field__element--select .en__field__item{
	width:auto;
	display:inline-block;
}

.en__field__element--select .en__field__item--other {
	width:auto;
	display:inline-block;
}

.en__field__element--radio{
	position:relative;
}

.en__field__element--radio .en__field__item--other{
	position:absolute;
	left: 70px;
	bottom:-5px;
}

.en__field--ccvv .en__field__label{
	display:inline-block;
}

.en__field--ccvv .en__field__element--text{
	width:auto;	
}

.whatsThis{
	color:#910000;
	text-decoration:none;
	background: transparent url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/1951/cc-icon.png?v=1445882523000) 0px 0px/35px auto no-repeat;	
	display: inline-block;
    padding-left: 40px;
    margin-left: 5px;
    height: 25px;
    vertical-align: middle;
    padding-top: 3px;
}

.en__submit{
	text-align:right;
	padding:40px;
}

#footerQuote{
	display:block;
	position:relative;
	margin:20px 0px;
}

#footerQuote img{
	display:block;
	position:absolute;
	bottom:0px;
}

#footerQuote p{
	padding:10px 20px 10px 157px;
	font-size:15px;
	line-height:1.35em;
	color:#ff0000;
	background-color:#ffe5e5;
	margin:0px;
}

#footerQuoteAuthor{
	color:#333333;
	font-size:.6em;
	font-style:italic;
}

#footer{
	border-top: 4px solid #bcbdbc;
	margin:0px auto 20px auto;
	padding: 10px 25px;
	overflow:hidden;
	text-align:left;
}

#legalText{
	display:inline-block;
	text-align:left;
	vertical-align:top;
	width:400px;
	font-size:11px;
	margin-top:5px;
	line-height:12px;
	margin-bottom:20px;
}

#copyright{
	display:inline-block;
	width:300px;
	text-align:left;
	margin-left:15px;
}

#copyright p{
	font-size:.85em;
	margin-top:5px;
	line-height:1.7em;
}

#footer #copyright p a{
	text-decoration:underline;
	color: #221f20;
	line-height:1.7em;
}

label{
	outline:0;
}

.en__field__error{
	display:none;
}

.en__errorList{
	margin-top:25px !important;
}

#errorList .en__field__error, .en__error{
	display:block;
	font-size:12px;
	font-weight:normal;
	margin:0px 0px 10px 20px;
	color:#000;
	background:url('https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/1951/error-bullet.png?v=1441324546000') left 3px no-repeat !important;
	padding:0px;
	padding-left:15px;
	cursor:pointer;
	list-style:none;
}

#errorList .en__field__error:last-of-type{
	margin:0px 0px 0px 20px;
}

#errorList{
	display:none;
	border:1px solid #dfdfdf;
	background-color:#fcfcfc;
	padding:20px;
	padding-top:0px;
	margin-top:20px;
	outline:0;
}

#errorList h2{
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
}

input[type=checkbox] + label{
	/*max-width:500px;
	display:inline-block !important;
	text-align:left;*/
}

/*Top Up Tooltip*/

span[id*='_tooltip'] img{
	vertical-align:bottom;
}

div.tooltip {
	position:absolute;
	z-index:50;
	width: 250px;
	box-sizing: border-box;
	display:none;
}

div.tooltip .bubble {
	width: 250px;
	padding: 15px;
	border: 2px solid #cccccc;
	background: #ffffff;
	border-radius: 15px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #ddd;
	box-sizing: border-box;
}

div.tooltip .point{
	visibility:visible;
	margin-top:-2px;
	margin-left:200px;
	width: 25px;
	background: transparent url('https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/1951/point.png?v=1454436351000') no-repeat top center;
	box-sizing: border-box;
}

/* Loading Message */
#loadingMessage{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	background-color:#ffffff;
	padding:50px;
	box-shadow:1px 1px 5px 3px #dddddd;
	-webkit-box-shadow: 1px 1px 5px 3px #dddddd;
	-moz-box-shadow: 1px 1px 5px 3px #dddddd;
}
