@charset "UTF-8";
/* CSS Document */
.topicImage{
	width: 100%;
	height: auto;
}
#support{
		height:auto;
		background-color:#2b2b2c;
		padding:1%;
		margin-top:3em;
		margin-bottom:1em;
		}
		
.supportHead{
	font-family: 'Roboto Condensed',Helvetica,sans-serif;
	text-align:center;
	font-size:2em;
	text-transform:uppercase;
	color:#ed1d24;
	font-weight:bold;
	line-height: 1.5em;
	}
.adspotspace{
	padding-bottom:2em !important;
	padding-top:2em !important;
	}	
.supportText{
		font-family: 'Roboto Condensed',Helvetica,sans-serif;
		font-size:1.25em;
		line-height: 1.25em;
		text-align:center;
		color:#ffffff;
		}		

.sponsorBox{
	width:100%;
	background-color:#ffffff;
	height:auto;
	padding: 3em;
	margin-top: 3em;
	}
.sponsorBox.makeWhite.addPadding2 {
    margin-bottom: 8em;
}	
.topBottomSpace{
	margin-bottom: 0.25em !important;
    margin-top: 0.5em !important;
	}	

.addPadding2{ 
padding-left: 2%;
padding-right: 2%;
padding-top: 1%;
padding-bottom: 1%;
}
.sponsors{
		/*padding:3%;
		margin-left: 30%;*/
		}	
.sponsorimage{
	 width: 100%;
    height: auto;
    padding: 1em;	
	}		
.rightrule{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	
	}			
.sponsorHead{
	font-family: 'Roboto Condensed',Helvetica,sans-serif;
	text-align:center;
	font-size:2em;
	line-height: 1em;
	text-transform:uppercase;
	color:#000000;
	font-weight:bold;
	margin: 0;
    padding: 0;
	/*margin-top: 1em;*/
	}

/*Landscape iPad*/	
@media only screen and (min-width:768px){
	.topBottomSpace{
	margin-bottom: 0.75em !important;
    margin-top: 0.5em !important;
	}	
.makeWhite{color:#000000 !important;}


}
	

@media only screen and (min-width:1024px){
	.sponsorimage{
    padding: 0;	
	}
.rightrule{
	border-bottom:none;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000000;
	
	}
	
}