@charset "utf-8";
/* CSS Document */

.hidden{
	display:none;
}

.car-error {
    clear: both;
    display: none;
}

.donation-form .errors{
	padding-left:60px;
}

/* --------------------- FORM LAYOUT STYLING --------------------- */

.donation-form {
    width: 100%;
    padding: 0;
}
.appeal-banner {
    background-image: url(http://www.caritas.org.au/images/default-source/donation-form/banners/general-banner-philippines-pc14.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.intro-content {
    padding: 40px;
    margin: 0px;
    width: 400px;
    color: #fff;
	font-size:2em;
	height:300px;
	vertical-align:middle;
	background-color:rgba(0,0,0,0.3);
	
}
.intro-content h1 {
	color:#fff;
	margin:0;
	font-size: 1.8em;
    	line-height: 1.167em;
}
.intro-content h2 {
	color:#fff;
	margin:0;
}
.intro-content p {
	line-height:1.2em;
}

.donation-form ul {
    padding: 0;
}

.donation-form li {
    list-style-type: none;
	background:none;
	padding-left:0;
}


ul.appeal-list{
	margin:0;
}

ul.personal-details-list, ul.payment-list{
	padding-left:60px;
	width:500px;
    float: left;
}

.donation-form li.li-products, .donation-form li.li-appeals {
    width: 100%;
    padding: 0;
    text-align: center;
    display: table;
	margin:0;
	list-style-type:none;
}

.tb-row {
    display: table;
    width: 100%;
    margin: 2px 0;
}

.tb-cell {
    display: table-cell;
    padding-right: 10px;
}

.tb-cell-last {
    display: table-cell;
    padding-right: 0;
}

.donation-form .tb-row li.tb-cell {
    padding-right: 30px;
}

.price-point {
	min-height:290px;

}
.price-point img {
        width: 100%;
        text-align: center;
}

.price-point input {
        width: 80%;
        margin: 5px auto 0 auto;
}

.dollar-amount {
}

.prod-desc {
    font-size: 0.8em;
}

.donation-form select {
    width: 100%;
    border: 0;
	border-bottom:1px dashed #CCC;
    font-size: 1.2em;
    background-color: #fff;
	vertical-align:inherit;
	padding:10px 0;
}

.personal-details-list input[type="text"], .payment-list input[type="text"], .personal-details-list input[type="number"], .payment-list input[type="number"] {
    width: 100%;
    padding: 10px;
    font-size: 1.2em;
	border-radius:0;
}

.donation-form input[type="submit"] {
    margin: auto;
    padding: 10px;
    font-size: 1.4em;
    text-align: center;
}

.personal-details-list label {
    display: none;
}

.li-optin label, .rdo-membertype + label {
    display: inline !important;
	font-weight:normal;
	font-size:0.9em;
}
.dob-label, .donating-as, .dob {
	display:table-cell !important;
}

.li-dob { display:table;width:100%;}

.li-state, .li-postcode, .li-cardccv, .supporterid, .li-dob-month, .li-dob-year {
    width: 80px; padding-left:20px;
}
.li-dob-day{
	width:80px;
}
.li-supporterid, .li-dob-year, .li-cardccv, .li-country, .li-homephone {
	padding-right:0 !important;
}
.donation-form input[type="text"].dob-day, .donation-form input[type="text"].dob-month, .donation-form input[type="text"].dob-year { width:80px; !important}


/* --------------------- RADIO BUTTONS ------------------------------------------- */

input.rdo-appeal, input.rdo-product {
    display: none;
}

    input.rdo-appeal + label {
        padding: 20px;
        text-align: center;
        font-size: 1.2em;
        font-weight: 700;
        background-color: #eae8dc;
        color: #000;
        cursor: pointer;
        display: table-cell;
		max-width:0;
    }
        input.rdo-appeal + label:hover {
            background-color: #006c71;
            color: #fff;
        }

    input.rdo-appeal:checked + label {
        background-color: #b82907;
		color:#fff;
    }

    input.rdo-product + label {
        text-align: center;
	    width: 230px;
        cursor: pointer;
		float:left;
		margin:5px;
		border:2px solid #eae8dc;
	    padding: 0 0 5px 0;
    }
    input.rdo-product + label .dollar-amount{
		font-size: 1.4em;
		font-weight: 700;
		margin: -50px auto 10px;
		z-index:20;
		position:relative;
		padding:10px;
		color:#000;
		width:90px;
		height:90px;
		background-image:url(/images/default-source/brand-elements/circle-grey3-400x400.png);
		background-size:contain;
		background-repeat:no-repeat;
		line-height:70px;
    }
	input.rdo-product + label .prod-desc{
		padding: 0 10px;
	}

        input.rdo-product + label:hover {
	    width: 234px;
		margin:5px 3px;
        }

        input.rdo-product + label:hover .dollar-amount {
		color:#fff;
		background-image:url(/images/default-source/brand-elements/circle-strawberry1-400x400.png);
        }
		input.rdo-product + label:hover .prod-desc{
			padding: 0 12px;
		}

    input.rdo-product:checked + label {
		border:2px solid #b82907;
	    width: 234px;
		margin:5px 3px;
    }
	input.rdo-product:checked + label .prod-desc{
		padding: 0 10px;
	}
    input.rdo-product:checked + label .dollar-amount{
		color:#fff;
		background-image:url(/images/default-source/brand-elements/circle-strawberry1-400x400.png);
    }

	input.rdo-product + label.price-point.other-amount{width:960px; min-height:40px; text-align:center; background-image:url(/images/default-source/brand-elements/circle-grey3-400x400.png);
		background-size:contain;
		background-repeat:no-repeat; }
	input.rdo-product + label.price-point.other-amount:hover{width:964px; min-height:40px;background-image:url(/images/default-source/brand-elements/circle-strawberry1-400x400.png);}
	input.rdo-product:checked + label.price-point.other-amount{width:964px; min-height:40px; background-image:url(/images/default-source/brand-elements/circle-strawberry1-400x400.png);}
.other-amount-label{float:left; margin-left:46px; }
.price-point.other-amount div.form-field {width:240px; overflow:hidden;}

.donation-form input[type=number]::-webkit-inner-spin-button, .donation-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.donation-form input[type=number] {
    -moz-appearance: textfield; 
}

/* --------------------- FORM HEADERS ------------------------------------------- */

.section-header{
	width:100%;
	background-color:#d0ccc1;
	color:#000;
	padding: 20px;
	clear:both;
}
.section-header h2 {
	font-color:#000;
	margin:0;
}
/* --------------------- RIGHT HAND SIDE BOXES ------------------------------------------- */

.other-ways, .security-info {
	margin:20px;
	float:right;
    padding: 30px 15px;
	width:250px;
}

.other-ways div{
	background-color:#eae8dc;
	min-height:180px;
	padding:15px;
	margin-top:80px;
}
.other-ways div h3{
	margin-top:0;
}

.security-info img{
	width:100%;
}




/* --------------------- EXISTING STYLES ------------------------------------------- */




.content.content__aside {
    background-image: none;
    background-color: #fff;
}

.col_wide.col_wide__aside_white {
    background-image: none;
    background-color: #fff;
}

.content_edge.content_edge__aside_white.DDfix {
    background-color: #fff;
    background-image: none;
}

.col_wide .breadcrumbs {
    padding-left: 0px !important;
}

.col_aside {
    display: none;
}

.col_main__has_inner {
    width: 100% !important;
}

.col_main_inner.col_main_inner__white {
/*    width: auto;
    padding: 10px;
*/
	width:100% !important;
	padding:10px 0;
    box-sizing: content-box;
}


.donation-form div {
    box-sizing: border-box;
}

.col_main_inner__shadow {
    background-image: none;
}
