.container { width:100%; }

.container { width:100%; }

@media only screen and (min-width:921px) {
	.menu li:hover { background-color:#b23655; }
	.menu li > .subNav { background-color:#b23655; }
}

.breadcrumbs > a:last-child { color:#e0afbb; }
.breadcrumbs > a:hover { color:#e0afbb; }
.subNav > a { color:#e0afbb; }
@media only screen and (max-width:920px) {
	.container { padding-top:90px; }
}
@media only screen and (max-width:480px) {
	.container { padding-top:80px; }
}
@media only screen and (max-width:320px) {
	.container { padding-top:65px; }
}

.pageHeader { width:100%; background-color:#b23655; position:relative; }
.innerPageHeader { width:100%; max-width:1030px; margin:0 auto; padding:1.5em 0 0 0; background-image:url(../images/common/grey-dot.jpg), url(../images/common/grey-dot.jpg); background-repeat:repeat-y; background-position:0 0, right 0; }

.subHeader { width:100%; background-color:#fff; position:relative; }
.innerSubHeader { width:100%; max-width:1030px; margin:0 auto; padding:1.5em 0; background-image:url(../images/common/grey-dot.jpg), url(../images/common/grey-dot.jpg); background-repeat:repeat-y; background-position:0 0, right 0; background-color:#f9eff2; }
.innerSubHeader > h2 { font-size:2.5em; line-height:1.2em; color:#b23655; padding:0 35px; }
.innerSubHeader > p { font-size:1em; line-height:1.3em; color:#666; padding:0 35px; margin-top:1em; }

@media only screen and (max-width:920px){
	.subHeader { display:none; }
	.innerPageHeader { width:100%; max-width:100%; padding:1em 0; background-image:none; }
	.innerSubHeader > h2 { display:none; }
	.innerSubHeader > p { padding:0 4%; margin-top:0; }
	
}
@media only screen and (max-width:480px){
	
	.innerSubHeader > p { font-size:.9em; }
	
}

/*-------------------*/

ul.bulletList { width:100%; overflow:hidden; }
.bulletList li { margin-top:.5em; font-size:1em; line-height:1.2em; padding:0 20px 0 12px; background-image:url(../images/news-and-events/bullet-icon.png); background-position:0 .45em; background-repeat:no-repeat; color:#666; }
.bulletList li > p { margin-bottom:1.5em; }

ul.dashedList { width:100%; overflow:hidden; }
.dashedList > li { width:100%; margin-top:.5em; float:left; }
.dashedList > li > p { font-size:.9em; line-height:1.6em; padding:0 20px 0 12px;  background-image:url(../images/news-and-events/bullet-icon.jpg); background-position:0 .7em; background-repeat:no-repeat; background-size:5px 1px; color:#666; }

ol.alphaList { width:100%; list-style-type:lower-latin; margin-left:1em; margin-top:.5em; }
.alphaList li { font-size:.9em; line-height:1.5em; margin-bottom:.5em;  }

@media only screen and (max-width:800px){
	.bulletList li > p,.dashedList > li > p,.alphaList li { font-size:.95em; }
	
}
@media only screen and (max-width:480px){
	.bulletList li > p,.dashedList > li > p,.alphaList li { font-size:.8em; }
}

/*-------------------*/
