.container { width:100%; }

a { text-decoration:none; color:#005eb5; }
a:hover { color:#666; }

@media only screen and (min-width:921px) {
	.menu li:hover { background-color:#ee7e2d; }
	.menu li > .subNav { background-color:#ee7e2d; }
}
.breadcrumbs > a:last-child { color:#b1daff; }
.breadcrumbs > a:hover { color:#b1daff; }
.subNav > a { color:#b1daff; }
@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:#005eb5; 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; }
@media only screen and (max-width:920px){
	
	.innerPageHeader { width:100%; max-width:100%; padding:1em 0; background-image:none; }
	
}

/*-------------------*/

.content { width:100%; max-width:1030px; margin:0 auto; background-image:url(../images/common/grey-dot.jpg), url(../images/common/grey-dot.jpg); background-repeat:repeat-y; background-color:#fff; background-position:0 0, right 0; }
.innerContent { padding:2em 35px; color:#666666; }
.innerContent > h2 { font-size:2em; line-height:1.3em; margin:1.2em 0 .3em 0; color:#005eb5; }
.innerContent > h3 { font-size:1.5em; line-height:1.3em; margin:1.2em 0 .3em 0; }
.innerContent > p { font-size:1em; line-height:1.6em; margin:.3em 0 1em 0; }
.innerContent > hr { height:1px; width:100%; border:0; margin:2em 0; background-image:url(../images/common/grey-dot.jpg); background-position:0 0; background-repeat:repeat-x; }



@media only screen and (max-width:800px){
	.content { width:100%; max-width:100%; background-image:none; }
	.innerContent { padding:2em 4%; }
	
	.innerContent > h2 { font-size:1.5em; }
	.innerContent > h3 { font-size:1.3em; }
	.innerContent > p { font-size:.95em; margin-top:1.5em; }
	
	
}
@media only screen and (max-width:480px){
	.innerContent > h2 { font-size:1.2em; }
	.innerContent > h3 { font-size:1em; }
	.innerContent > p { font-size:.9em; margin-top:1.5em; }
	
}
@media only screen and (max-width:320px){
	.innerContent > h2 { font-size:1.1em; }
}


/*---------------------------*/

ul.bulletList { width:100%; overflow:hidden; margin:.5em 0 1em 0; }
.bulletList li { margin-bottom:.5em; padding:0 20px 0 12px; background-image:url(../images/disclaimer/bullet-icon.png); background-position:0 .45em; background-repeat:no-repeat; font-size:1em; line-height:1.2em; color:#666; }
.bulletList li > p { margin-bottom:.8em; }

ol.alphaList { list-style-type:lower-latin; margin-left:1em; margin:0 0 1em 1em; overflow:hidden; }
.alphaList li { font-size:1em; line-height:1.5em; margin-bottom:.5em;  }

ol.numericList { list-style-type:decimal; margin:.5em 0 1em 1em; }
.numericList li { font-size:1em; line-height:1.6em; margin-bottom:.5em; color:#666;  }

@media only screen and (max-width:480px){
	.bulletList li,.alphaList li, .numericList li { font-size:.9em; }
}


/*-------------------*/

.accordionPanel { margin:0 1px; padding-bottom:3em;  }

.accordion { border:1px solid #005eb5; border-top:0; }
.accordion > h2 { font-family:'ProximaNova-Bold', 'ITFDevanagari-Bold', sans-serif; font-size:1em; line-height:1.2em; letter-spacing:.1em; padding:1px; cursor:pointer; }
.accordion > h2 { background-color:#fff; background-image:url(../images/common/plus-icon.png); background-repeat:no-repeat; background-position:.9em 1.2em; padding:1em 1em 1em 35px; background-size:10px auto; border-top:1px solid #005eb5; color:#666666; }
.accordion > h2.active { background-color:#005eb5; background-image:url(../images/common/minus-icon.png); color:#fff; }

.panelAccordion { background-color:#005eb5; padding:0 2px 2px; }
.insidePanel { background-color:#fff; padding:2em 33px; color:#666; }
.insidePanel > p { font-size:1em; line-height:1.6em; margin-bottom:1.5em; }
.insidePanel > h3 { font-size:1.2em; line-height:1.6em; margin-top:1.5em; color:#005eb5; }

.insidePanel > .bulletList li:first-child { margin-top:0; }


@media only screen and (max-width:800px) {
	.accordionPanel { margin:0;  }
	.accordion > h2 { background-size:10px auto; }
	.panelAccordion { padding:0 2px 2px; }
}

@media only screen and (max-width:480px) {
	.accordion > h2 { font-size:.9em; line-height:1.2em }
	.accordion > h2 { background-position:1em 1.2em; }
	.panelAccordion { padding:0 1px 1px; }
	
	.insidePanel { background-color:#fff; padding:1em 4%; }
	.insidePanel > p, .insidePanel > h3 { font-size:.9em; }
}

