@charset "UTF-8";
/* CSS Document */

#firstBand {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#firstBand .section{
max-width:1600px;
text-align:center;
margin-left:auto;
margin-right:auto;
position:relative;/*needed to become parent div for absolute positioned make a gift button*/
}

#firstBand .section .region{/*override text align center*/
 text-align:left;
}

#header .section{
max-width:1600px;
text-align:center;
margin-left:auto;
margin-right:auto;
}

#secondaryNav .section{
max-width:1600px;
text-align:center;
margin-left:auto;
margin-right:auto;
}


#latestNews {
background-color: #003da5;
text-align:center;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
}

#latestNews .section{
max-width:1200px;
text-align:center;
margin-left:auto;
margin-right:auto;
}

#latestNews h2.block-title{

}

#events {
text-align:center;
margin-left:auto;
margin-right:auto;
margin-top:25px;
margin-bottom:25px;
}

#events .section{
max-width:1100px;
text-align:center;
margin-left:auto;
margin-right:auto;
}


#audienceNav .section{
max-width:1300px;
text-align:center;
margin-left:auto;
margin-right:auto;
}

#conversion {
text-align:center;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
background-color:#eee;
}

#conversion .section{
max-width:1100px;
text-align:center;
margin-left:auto;
margin-right:auto;
}

@media all and (min-width: 480px) {

#audienceNav {
margin-bottom:0px;
}

}


