/* -----------------------------------------------------
TABLE OF CONTENTS
--------------------------------------------------------
    1. Help Footer Styles
    2. Global Footer Specific Styles
    3. Media Query Break Points
--------------------------------------------------------
----------------------------------------------------- */


/* -----------------------------------------------------
1. Help Footer Styles
----------------------------------------------------- */
.help-footer {
	position:relative;
	z-index:3;
	height:auto;
	width:100%;	
	background: #888 url(http://www.in.gov/core/images/footer/help-bg.png) repeat;	
}

.help-content {
	width: 906px;
	margin: 0 auto;
	padding: 30px 0;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.help-footer h2 {
	height: 50px;
  margin-top: 0;
  padding: 3px 20px 3px 56px;
  margin-bottom: 2px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  background: url(http://www.in.gov/core/images/footer/help-panel-bg.png) repeat;
  background: rgba(136,136,136,0.8);
}

.help-footer h2 i {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 auto;
	background-image: url(http://www.in.gov/core/images/footer/help-header-icons-2x.png);
	background-position: 0 -56px;
	background-repeat: no-repeat;
	background-size: 112px 112px;
}

.help-faqs h2 i {
	background-position: -56px -56px;
}

.help-faqs h2.icon {
	position: relative;
	padding: 3px 20px 3px 66px;
}

.help-faqs h2.icon i {
	background-color: #b86d13;
}

.help-footer .panel {
	position: relative;
	height: 270px;
	margin: 0;
	padding: 15px;
	background: url(http://www.in.gov/core/images/footer/help-panel-bg.png) repeat;
	background: rgba(136,136,136,0.8);
}

.help-links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.help-links ul li {
	position: relative;
	margin: 0;
	border-bottom: 2px solid #aaa;
	padding: 10px 10px 10px 35px;
	list-style-type: none;
	font-size: 14px;
}

.help-links ul li:last-child {
	border-bottom: none;
}

.help-links ul li .icon {
	position: absolute;
	top: 50%;
	left: 5px;
	bottom: 0;
	display: block;
	width: 25px;
	height: 25px;
	margin-top: -10px;
	background-image: url(http://www.in.gov/core/images/footer/icons-help-2x.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 175px 25px;	
}

.help-links .icon.chat {background-position: 0 0;}
.help-links .icon.email {background-position: -25px 0;}
.help-links .icon.tour {background-position: -50px 0;}
.help-links .icon.person {background-position: -75px 0;}
.help-links .icon.agency {background-position: -100px 0;}
.help-links .icon.phone {background-position: -125px 0;}

.help-faqs .panel {
	overflow: hidden;
	height: 300px;
	padding: 0;
}

.faqs-container {
	width: 800%;
}

.help-faqs ol {
	width: 12.5%;
	float: left;
	margin: 0;
	padding: 15px 45px;
	list-style-type: decimal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.help-faqs ol li {
	margin: 0;
	padding: 5px;
	list-style-type: decimal;
	font-size: 14px;
}

.help-footer a {
	color: #fff;
	text-decoration: none;
}


.help-footer a:hover {
	text-decoration: underline;
	opacity: 0.7;
}

.help-footer .see-all {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	padding: 5px 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
	text-align: center;
	background: #888;
	background: rgba(110,110,110,0.8);
}

.help-footer .see-all:hover {
	background: #666;
	text-decoration: none;
}

.help-faqs .see-all .icon {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 25px;
	height: 25px;
	background-image: url(http://www.in.gov/core/images/footer/icons-help-2x.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 175px 25px;	
}


.help-faqs .see-all strong {
	position: relative; 
	display: inline-block;
	height: 25px;
	padding-left: 30px;
}

.help-faqs .see-all .faqs {background-position: -150px 0;}




/* -----------------------------------------------------
2. Global Footer Specific Styles
----------------------------------------------------- */
.footer {
	position:relative;
	z-index:3;
	height:auto;
	width:100%;	
	background: #333 url(http://www.in.gov/core/images/footer/footer-bg.jpg) repeat-x top center;	
}

.footer-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.footer-content {
	width: 906px;
	margin: 0 auto;
	padding: 30px 0;
	color: #fff;
}

.footer .panel {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #3f3f3f; /* old browsers */
	background: rgba(251,248,248,0.1);
}

.mv-boxes {
	display: block;
	width: 7568px;
	width: 800%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.mv-box {
	min-height: 130px;
	width: 866px;
	width: 12.5%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.mv-box .columns {
	position: relative;
	min-height: 130px;
	padding: 0 15px;
}

.mv-box .columns .border {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: #444;
}
.mv-box .columns .border2 {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1px;
	width: 1px;
	background: #444;
}


.footer h1, 
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

.footer h2 {
	margin-top: 0;
	padding: 3px 20px;
	margin-bottom: 2px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	background: #3f3f3f; /* old browsers */
	background: rgba(251,248,248,0.1);
}

.footer h2.icon {
	position: relative;
	padding: 3px 20px 3px 66px;
}

.footer h2.icon i {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: block;
	width: 56px;
	background: #B86C14;
}

.footer h2.icon i {
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 auto;
	background-color: #b86d13;
	background-image: url(http://www.in.gov/core/images/header-icons@2x.png);
	background-position: 0 -56px;
	background-repeat: no-repeat;
	background-size: 280px 112px;
}

.footer h5 {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a i {
	display: inline-block;;
}

.footer a:hover,
.footer a:focus {
	color: #bbb;
	text-decoration: underline;
}

.footer ul,
.footer ul li {
	margin: 0 0 8px 0;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 1.2em;
}

.footer ul li a {
	display: block;
}

.quick-info,
.state-info {
	min-height: 160px;
}

/*
.quick-info li:nth-child(odd) {
	float: left;
	clear: left;
	width: 48%;
}

.quick-info li:nth-child(even) {
	float: right;
	clear: right;
	width: 48%;
}
*/

.footer .state-info ul li {
	font-size: 14px;
}

.pence-img-cta {
	display: block;
	margin: 0 0 20px 0;
}

.pence-img-cta img {
	display: block;
	margin: 0;
}

ul.icons {
	overflow: hidden;
	display: block;
	width: 100%;
}

ul.icons li {
	position: relative;
	display: block;
	min-height: 33px;
	margin: 0 0 10px 0;
	padding: 0 0 0 43px;
	line-height: 18px;
}

ul.icons li span {
	position: absolute;
	left: -99999px;
}

ul.social li {
	float: left;
	margin-right: 4px;
}

.icons i {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 33px;
	height: 33px;
	background-color: #111;
	background-image: url(http://www.in.gov/core/images/footer/footer-icons@1x.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* Display higher resolution icons for retina displays */
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.icons i {
		background-image: url(http://www.in.gov/core/images/footer/footer-icons@2x.png);
		background-size: 429px 33px;
	}
}

.mph i {background-position: 0 0;}
.maps i {background-position: -33px 0;}
.news i {background-position: -66px 0;}
.assembly i {background-position: -99px 0;}
.judicial i {background-position: -132px 0;}
.email i {background-position: -165px 0;}
.twitter i {background-position: -198px 0;}
.facebook i {background-position: -231px 0;}
.youtube i {background-position: -264px 0;}
.rss i {background-position: -297px 0;}

.icons li:hover i,
.icons li:focus i {
	background-color: #666;
}

.suggestions a {
	text-decoration: underline;;
}




/* -----------------------------------------------------
3. Media Query Break Points
----------------------------------------------------- */
 @media only screen and (max-width : 1165px) {
 }

@media only screen and (max-width : 931px) {
	.help-footer {
		padding: 0 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}

	.help-content {
		width: 100%;
	}

	.help-footer .panel {
		height: auto;
		padding-bottom: 50px;
	}

	.help-footer h2 {
	  height: 36px;
	  padding-left: 40px;
	  font-weight: 600;
	  font-size: 18px;
	  line-height: 36px;
	}

	.help-footer h2 i {
		width: 42px;
		height: 42px;
		background-position: 0 -42px;
		background-size: 84px 84px;
	}

	.help-faqs h2 i {
		background-position: -42px -42px;
	}

	.help-faqs h2.icon {
		position: relative;
		padding: 3px 20px 3px 50px;
	}
	
	.help-faqs {
		margin: 30px 0 0 0;
	}

	 .footer-content {
		width: 100%;
		margin: 0 auto;
		padding: 30px;
	}

	.footer h2 {
		text-align: left;
	}

	/*.mv-boxes {
		display: block;
		width: 100%;
		overflow: hidden;
	}

	.mv-box {
		min-height: 130px;
		width: 100%;
		float: left;
	}*/

	.mv-box .columns {
		position: relative;
		min-height: inherit;
		padding: 0;
	}

	.mv-box .columns .border,
	.mv-box .columns .border2 {
		display: none;
	}
	
	.footer h2.icon {
		overflow: hidden;
		padding-left: 50px;
	}

	.footer h2.icon i {
		display: block;
		width: 42px;
		height: 42px;
		margin: 0 auto;
		background-color: #b86d13;
		background-image: url(http://www.in.gov/core/images/header-icons@2x.png);
		background-position: 0 -42px;
		background-repeat: no-repeat;
		background-size: 210px 84px;
	}

	.help-footer .columns {
		padding: 0;
		float: none;
	}

	.help-footer .columns:first-child {
		padding: 0;
	}

	.help-footer .columns:last-child {
		float: none;
		padding: 0;
	}

 	.help-footer .span-1,
 	.help-footer .span-2,
 	.help-footer .span-3,
 	.help-footer .span-4,
 	.help-footer .span-5,
 	.help-footer .span-6,
 	.help-footer .span-7,
 	.help-footer .span-8,
 	.help-footer .span-9,
 	.help-footer .span-10,
	.help-footer .span-11 {
		width: 100%;
	}

}

@media only screen and (max-width : 909px) {
	.middle {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.footer h2 {
		font-size: 1.5em;
		padding: 10px 20px;
	}

	.quick-info li:nth-child(odd) {
		float: none;
		clear: both;
		width: 100%;
	}

	.quick-info li:nth-child(even) {
		float: none;
		clear: both;
		width: 100%;
	}

	.pence-img-cta {
		margin: 20px 0;
	}
}

@media only screen and (max-width : 640px) {
	.footer h2 {
		font-size: 18px;
		font-weight: 600;
		line-height: 36px;
		padding: 10px 20px;
	}

	.state-seal {
		display: none;
	}

	ul.social li {
		margin-right: 1px;
	}
}