/* Default/Mobile View */		
*{
	box-sizing:border-box;   
	font-family:Arial,Sans-Serif;
	font-size:13px;
	color:#333333;
}

body{
	background-color:#ededed;
	margin:0px;
}

a{
	color:#ee1b23;
}

a:hover{
	text-decoration:underline;
}

input[type=text],select,textarea{
	border:1px solid #bcbcbc !important;
}

.en__errorHeader,
.en__errorList{
	display:none;
}

#errorList .en__errorList{
	display:block;
}

.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 0px;
	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 0px;
}

#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;
}

#layoutContainer{
	width:100%;
	margin:0 auto;
}

#preHeader{
	z-index:99;
	position:absolute;
	text-align:right;
	padding:15px 15px;
	width:100%;
}

#preHeader a{
	color:#000;
	font-size:11px;
	text-decoration:none;
}

#preHeader a:hover{
	text-decoration:underline;
}

#header{
	padding:0px 0px;
	position:relative;
	overflow:hidden;
	/*height:100px;*/
}

#header #logo{
	float:left;
	width:auto;
	margin:25px 0px;
	height:40px;
}

#header #logo img{
	width:auto;
	height:40px;
}

#header #contact{
	display:none;
}

#mainContainer{
	position:relative;
	background-color:#ffffff;
}

div.en__component--row--1{
	padding-left:15px;
	padding-right:15px;
}

.en__component--page div.en__component--row--1:nth-of-type(2) {
	padding: 0px;
}

.en__component--page div.en__component--row--1:nth-of-type(2) img{
	width: 100% !important;
	height: auto !important;
}

.en__field__label{
	width:100%;
}

.en__field__element{
	width:100%;
}

h1{
	color:#ff0000;
	font-size:18px;
}

h2{
	font-size:16px;
	margin:0px;
	padding:15px 0px;
}

.stepguide{
	margin-top:20px;
}

.stepguide img{
	width:100% !important;
	height:auto !important;
	max-width:600px;
}

p.note{
	font-size:10px;
	margin-top:0px;
}

p.note span{
	color:#ff0000;
}

input + label{
	display:inline !important;
}

.en__mandatory > .en__field__label:after{
	content:" *";
	color:#ff0000;
}

.en__field--address2 > .en__field__label{
	visibility:hidden;
}

.en__field--dirgift > .en__field__label,
.en__field--opt-in > .en__field__label,
.en__field--opt-in-old-fr- > .en__field__label{
	display:none;
}

.en__field__label{
	width:auto !important;
}

.en__field--donationAmt .en__field__item{
	display:block;
}

.en__field,
.en__field__element,
.en__field__item,
.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:100%;
	margin:0px !important;
}

.en__field--ccvv .en__field__label{
	display:block;
}

.en__field--ccvv .en__field__element--text{
	width:30%;	
}

.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__field--donationAmt{
	display:none;
}

.en__field--title{
	display:none;
}

.en__field__element--select .en__field__item{
	padding:0px;
}

.en__field__element--splitselect .en__field__item{
	width:calc(49.5% - 1px);
}

.en__submit{
	text-align:center;
	padding:20px 0px;
}

.en__submit button{
	background:#ff0000 url("https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/1951/arrowright.png?v=1460136552000") 93% 0% no-repeat;
	color:white;
	padding:5px 30px 5px 20px;
	border:none;
	font-size:18px;
	/*font-weight:bold;*/
	transition:all 0.15s ease-out 0s;
	text-transform:uppercase;
	border-radius:3px;
	font-weight:bold;
	font-size:16px;
}
		
.en__submit button:hover{
	background:#cc0000 url("https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/1951/arrowright.png?v=1460136552000") 96% 0% no-repeat;
}

#footerQuote{
	display:none;
}

#footer{
	padding: 15px;
	overflow:hidden;
	text-align:center;
}

#legalText{
	font-size:11px;
	margin-top:5px;
	line-height:14px;
	margin-bottom:20px;
}

#copyright p{
	font-size:11px;
	margin-top:5px;
	line-height:14px;
}

#footer #copyright p a{
	text-decoration:underline;
	color: #221f20;
	font-size:11px;
	line-height:12px;
}

/* E-Cards */

.en__ecarditems h2{
	padding-top:0px;
	margin:0px;
}

.en__ecarditems__list{
	text-align:center;
}

.en__ecarditems__thumb{
    width: 40% !important;
    height: auto !important;
	max-width:200px;
}

.en__ecarditems__thumb img{
    width: 100% !important;
    height: auto !important;
}

.en__ecarditems .en__ecarditems__button {
	background:#f00;
}

.en__ecardrecipients .en__ecarditems__button{
	background:#f00;
}

.en__ecarditems__prevwrap{
	max-width:650px;
	width:90% !important;
}

/* 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;
}

/* Top Up Tooltip */

span[id*='_tooltip']{
}

div.tooltip {
	position:absolute;
	z-index:50;display:none;
	width: 100%;
	box-sizing: border-box;
}

div.tooltip .bubble {
	margin-left:15px;
	margin-right:15px;
	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:hidden;
}

.spacer{
	height:20px;
}

img.honourStep{
	height:auto;
	max-width:100%;
}

/* Misc. */

.en__field--gftrsn{
	margin-top:30px !important;	
}

.en__field--recnzegft label{
	display:none;
}

#charcounter{
	font-size:.8em;
}
