.container { width:100%; }

.container { width:100%; }

@media only screen and (min-width:921px) {
	.menu li:hover { background-color:#dcad5b; }
	.menu li > .subNav { background-color:#dcad5b; }
}

.breadcrumbs > a:last-child { color:#f1debd; }
.breadcrumbs > a:hover { color:#f1debd; }
.subNav > a { color:#f1debd; }
@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:#dcad5b; 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; }
.innerSubHeader > h2 { font-size:2.5em; line-height:1.2em; color:#ce9021; padding:0 35px; }
.innerSubHeader > p { font-size:1.3em; line-height:1.3em; color:#666; padding:0 35px; margin-top:1em; }

@media only screen and (max-width:920px){
	
	.innerPageHeader { width:100%; max-width:100%; padding:1em 0; background-image:none; }
	.innerSubHeader > h2 { display:none; }
	.innerSubHeader > p { font-size:1.1em; padding:0 4%; margin-top:0; }
	
}
@media only screen and (max-width:480px){
	
	.innerSubHeader > p { font-size:1em; }
	
}
/*-------------------*/

.informationTab > ul { width:100%; overflow:hidden; background-image:url(../images/services/information-one-dot.jpg), url(../images/services/information-two-dot.jpg); background-repeat:repeat-y; background-position:0 0, right 0; background-size:33.3333% 1px, 66.6667% 1px; background-color:#fffaf1; }
.informationTab > ul > li:nth-child(1) { width:33.3333%; float:left; }
.informationTab > ul > li:nth-child(2) { width:66.6666%; float:left; }

.innerInformation { padding:1.5em 0 2em 0; text-align:center; }
.innerInformation > h2 { font-size:1.3em; line-height:1.6em; color:#e4a22e; letter-spacing:.06em; }
.informationTab > ul > li:nth-child(1) > .innerInformation > h2 { font-family:'ProximaNova-Regular','ITFDevanagari-Book',sans-serif; font-size:1em; line-height:1.6em; color:#e4a22e; letter-spacing:.06em; }

.innerInformation > ul { width:100%; overflow:hidden; background-image:url(../images/services/orange-dot.jpg), url(../images/services/orange-dot.jpg); background-repeat:no-repeat; background-position:33.3333% center, 66.6666% center; background-size:1px 200px; margin-top:1em;  }
.innerInformation > ul li { width:29.3333%; padding:0 2%; float:left; }

.innerInformation > ul li > h3 { width:45px; margin:0 auto; }
.innerInformation > ul li > h3 > img,.downloaDetail > h3 > img { width:100%; height:auto; vertical-align:top; }
.innerInformation > ul li > h4 { font-size:1em; line-height:1.2em; padding:.7em 0 .5em 0; color:#e4a22e; }
.innerInformation > ul li > p { font-size:.9em; line-height:1.2em; color:#666666; }

.downloaDetail { margin-top:1em; }
.downloaDetail > h3 { width:30px; margin:0 auto; margin-bottom:1em; }
.downloaDetail > h4 { font-size:1.2em; line-height:1.2em; padding:.7em 0 .5em 0; color:#e4a22e; }
.downloaDetail > p { font-size:.9em; line-height:1.2em; color:#666666; }

@media only screen and (max-width:800px){
	.informationTab > ul { width:100%; overflow:hidden; background-image:none; background-color:transparent; }
	.informationTab > ul > li:nth-child(1) { width:100%; float:left; background-color:#fffaf1; }
	.informationTab > ul > li:nth-child(2) { width:100%; float:left; background-color:#fff4e1; }
}

@media only screen and (max-width:600px){
	
	.innerInformation > ul { width:100%; overflow:hidden; background-image:none; margin-top:1em;  }
	.innerInformation > ul li { width:96%; padding:1em 4% 1.5em 4%; margin-bottom:1em; background-image:url(../images/services/orange-dot.jpg); background-repeat:no-repeat; background-position:center bottom; background-size:70% 1px; float:left; }
	.innerInformation > ul li:last-child { background-image:none; margin-bottom:0; }
}

@media only screen and (max-width:480px){
	.innerInformation { padding:1.5em 0 2em 0; }
	.innerInformation > h2 { font-size:1.3em; }
	
	.innerInformation > ul li > h4 { font-size:.95em; font-weight:600; }
	.innerInformation > ul li > p {  font-size:.8em; }
	
	.downloaDetail > h4 { font-size:.95em; font-weight:600; }
	.downloaDetail > p {  font-size:.8em; }
}