*:focus {outline:none !important}

.tSubTitle {
	font-family: Oswald;
    font-size: 18pt;
    line-height: 28pt;
    color: #3d4759;
    padding-bottom: 15px;
}

.tInput {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	
	width: 100%;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #cccccc;
	border-radius: 0px;
}

.btnDonation {
	display: inline-block; 
	background-color: #f3f3f3; 
	text-align: center;
	width: 202px;
	padding: 15px 0px;
	color: #3d4759;
	border: 1px solid #cccccc;
	cursor: pointer;
}

.btnDonation:hover {
	background-color: #e2e2e2;
}

.btnDonationActive {
	display: inline-block; 
	background-color: #3d4759; 
	text-align: center;
	width: 202px;
	padding: 15px 0px;
	color: #ffffff;
	border: 1px solid #3d4759;
}

/* Start Custom Donation Checkbox */
input[type=checkbox].css-checkbox {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:30px;
	height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-weight: normal;
	/*font-size:10px;*/
	vertical-align:middle;
	cursor:pointer;
	line-height: 20px;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -20px;
}

label.css-label {
	background-image:url(/wp-content/themes/house2020/images/checkBoxDonation.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* End Custom Donation Checkbox */

.btnLink {
	background-color: #3d4759;
    color: #ffffff !important;
    border: none;
    font-family: 'Quattrocento';
    padding: 5px;
    font-size: 12pt;
	width: 100%;
	display: inline-block;
	text-decoration: none !important;
}

.btnLink:hover, .btnLink:active {
	color: #ffffff !important;	
	text-decoration: none !important;
}

#monthly_60 {
    margin-left: 5px; 
	margin-right: 5px;
}
            
#monthly_30 {
   	margin-right: 5px;
}
            
#single_500, #single_360x {
  	margin-left: 5px; 
    margin-right: 5px;
}
            
#single_250, #single_240 {
  	margin-right: 5px;
}

.city {
	display: inline-block; 
	width: 48%; 
	float: left;
}
                
.state {
    display: inline-block; 
	width: 25%;
}
                
.zip {
	display: inline-block; 
	width: 25%; 
	float: right;
}

#monthlyAmount {
	/*vertical-align: middle; */
	display: inline-block; 
	margin: 0px 0px 0px 25px;
}

#monthlyOther {
	vertical-align: middle; 
	margin: 0px 0px 0px 25px; 
	display: none;
}
                    
#singleAmount {                
	vertical-align: middle; 
	display: inline-block; 
	/*margin: 12px 0px 0px 25px;*/
    margin: 0px 0px 0px 25px;
}
                    
#singleOther {
	vertical-align: middle; 
	margin: 0px 0px 0px 25px; 
	display: none;
}

#dollarGroup {
	float: left; 
	display: inline-block; 
	font-size: 50px; 
	color: #3d4759; 
	font-family: 'Open Sans', sans-serif; 
	font-weight: bold;
}

#customMonthly {
	font-size: 50px; 
	line-height: 50px; 
	margin: 0px; 
	width: 300px; 
	padding: 0px !important; 
	height: 50px; 
	background-color: transparent; 
	border: 0px;
}

#customSingle {
	font-size: 50px; 
	line-height: 50px; 
	margin: 0px; 
	width: 300px; 
	padding: 0px !important; 
	height: 50px; 
	background-color: transparent; 
	border: 0px;
}

#monthlyGiftNote {
	clear: both; 
	font-size: 12px; 
	text-align: left;
}

#giftTypeChoice {
	display: inline-block; 
	float: right; 
	margin-right: 25px;
    margin-top: 15px;
}

.tshirtBox1, .tshirtBox2, .tshirtBox3 {
	display: inline-block; 
	width: 33%;
}

.blanketBox1, .blanketBox2, .sunshadeBox1, .sunshadeBox2 {
	display: inline-block; 
	width: 45%;
}

.submitButton {
	background-color: #3d4759;
    color: #ffffff;
    border: none;
    font-family: 'Quattrocento';
    padding: 5px;
    font-size: 12pt;
}

.avgGift {
    position: absolute; 
    font-size: 11px; 
    width: 202px; 
    text-align: center;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 700px) 
{
	html, body {
  overflow-x: hidden;
}
body {
  position: relative
}
	.avgGift {
        width: 41.5%;
        font-size: 9px;
        text-align: center;
    }
    
	.genericImage {
		display: inline-block;
		width: 100%;
	}
	
	#genImage {
		display: inline-block; 
		width: 100%; 
		height: auto;
	}
	
	#monthly_100    {
		float: left;	
		width: 47%;
	}
	
	#monthly_60    {
    	margin: 0px;
		float: right;
		width: 47%;
	}
            
	#monthly_30 {
		margin: 17px 0px 0px 0px;
   		float: left;
		width: 47%;
	}
	
	#monthly_other {
		margin: 17px 0px 0px 0px;
   		float: right;
		width: 47%;
	}
	
	#single_1200, #single_1000 {
		float: left;	
		width: 47%;
	}
            
	#single_500, #single_360x {
  		margin: 0px;
		float: right;
		width: 47%;
	}
            
	#single_250, #single_240 {
  		margin: 17px 0px 0px 0px;
   		float: left;
		width: 47%;
	}
	
	#single_other {
  		margin: 17px 0px 0px 0px;
   		float: right;
		width: 47%;
	}
	
	.city {
		display: inline-block; 
		width: 100%; 
	}
                
	.state {
    	display: inline-block; 
		width: 100%;
		padding: 0px 0px 15px 0px;
	}
	
	.station, .frequency {
		display: inline-block; 
		width: 100%;
		padding: 0px 15px 15px 15px;
	}
                
	.zip {
		display: inline-block; 
		width: 100%; 
	}
	
	#monthlyAmount {
		text-align: center;
		width: 100%;
		margin: 0px;
		padding: 0px;
		display: inline-block;
		margin: 5px 0px 24px 0px;
	}
	
	#singleAmount {
		text-align: center;
		width: 100%;
		margin: 0px;
		padding: 0px;
		display: inline-block;
		margin: 5px 0px 24px 0px;
	}
	
	#monthlyOther {
		text-align: center;
		width: 100%;
		margin: 0px;
		padding: 0px;
		display: inline-block;
		display: none;
		font-size: 50px;
		margin-bottom: 20px;
	}

	#singleOther {
		text-align: center;
		width: 100%;
		margin: 0px;
		padding: 0px;
		display: inline-block;
		display: none;
		font-size: 50px;
		margin-bottom: 20px;
	}
	
	#dollarGroup {
		claer: both;
		width: 100%;
		margin: 0px;
		display: inline-block; 
	}
	
	#customMonthly {
		font-size: 35px; 
		line-height: 40px; 
		margin: 0px; 
		width: 150px; 
		padding: 0px !important; 
		height: 40px; 
		background-color: transparent; 
		border: 0px;
		
	}

	#customSingle {
		font-size: 35px; 
		line-height: 40px; 
		margin: 0px; 
		width: 300px; 
		padding: 0px !important; 
		height: 40px; 
		background-color: transparent; 
		border: 0px;
	}

	#monthlyGiftNote {
		text-align: center;
		padding: 10px 25px 0px 25px;
		line-height: 18px;
		width: 100%;
	}
	
	#giftTypeChoice {
		display: inline-block; 
		float: none; 
		margin: 0px;
		padding: 0px 20px;
	}
	.tshirtBox1 {
		display: inline-block; 
		width: 35%;
	}
	
	.tshirtBox2 {
		display: inline-block; 
		width: 50%;
	}
	
	.tshirtBox3 {
		display: inline-block; 
		width: 100%;
		padding-top: 10px;
	}
	
	.blanketBox1, .sunshadeBox1 {
		display: inline-block; 
		width: 100%;
	}
	
	.blanketBox2, .sunshadeBox2 {
		display: inline-block; 
		width: 80%;
		padding-top: 10px;
	}
}