@charset "utf-8";
/* CSS Document */

body,
html {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    background-color: #000000;
}

body.no-scroll {
    overflow-y: hidden;
}

/* CHAT POP UP CSS --------------------------------------*/
/* ------------------------------------------------------*/
.chat-invite {
    position: absolute;
    z-index: 9999;
    top: 120px;
    left: 50%;
    display: none;
    margin-left: -250px;
    background: #fff;
    width: 500px;
    height: auto;
    -moz-box-shadow: 0 0 5px #333333;
    -webkit-box-shadow: 0 0 5px #333333;
    box-shadow: 0 0 5px #333333;
}

.chat-mid {
    padding: 20px 30px 10px 30px;
    font-size: 24px;
    font-weight: 300;
    color: #444;
}

.chat-box {
    margin: 10px 20px 20px 20px;
    border: 1px solid #ddd;
    padding: 20px;
    background: #f8f8f8;
}

.chat-box h6,
.chat-box p {
    margin: 0;
    padding: 0;
    color: #444;
}

.chat-box h6 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #444;
}

.chat-top {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    background: #eee;
}

.chat-clear {
    clear: both;
}

.chat-top-logo {
    width: 200px;
    float: left;
    clear: left;
}

.chat-top-logo img {
    display: block;
    width: 200px;
}

.chat-top-phone {
    width: 280px;
    height: 78px;
    float: right;
    clear: right;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 78px;
    color: #444;
}

.chat-btm {
    height: 50px;
    border-top: 1px solid #ddd;
    padding: 20px 30px;
    background: #eee;
}

.chat-btm ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.chat-btm ul li {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.chat-btm .btn {
    display: block;
    margin: 0 4px;
    border:1px solid #2e5088;
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #2e5088;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    -webkit-appearance: none;
}

.chat-btm .btn:hover {
    border:1px solid #5478b2;
    text-decoration: none;
    background: #5478b2;
    color: #fff;
    cursor: pointer;
}

.chat-btm .btn.no-thanks {
    border:1px solid #ccc;
    color: #444;
    background: #ddd;
}

.chat-btm .no-thanks.btn:hover {
    border:1px solid #ccc;
    text-decoration: none;
    background: #ccc;
    color: #444;
    cursor: pointer;
}
/* END CHAT POP UP CSS --------------------------------------*/
/* ------------------------------------------------------*/

.inHistCTA {
    display: none;
    width: 569px;
    height: 165px;
    overflow: hidden;
    position: absolute;
    top: 203px;
    left: -285px;
    margin-left: 50%;
    z-index: 11;
}

#buffer {
    display: none;
}

#oldBrowser{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:108px;
	z-index: 2147483647;
	font-size: 12px;
}

#oldBrowser img{
	vertical-align:middle;
}

#oldBrowser h4, #oldBrowser h5{
	padding:0px;
	margin:0px;
	margin-bottom:8px;
	font-size:16px;
	font-weight:800;
}

#obClose{
	cursor:pointer;	
}

#oldBrowser h5, #oldBrowser a, #oldBrowser a:link, #oldBrowser a:hover, #oldBrowser a:visited{
	color:#ffffff;
	text-decoration:underline;	
}

.obLink, .obLink:visited, .obLink:link, .obLink:hover{
	color:#3F5D93 !important;
	text-decoration:underline;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bbb;
}

.tour-btn {
    position: absolute;
    z-index: 10;
    top: 100px;
    right: -160px;
    display: block;
    width: 160px;
    outline: 1px solid #1c3763;
    border: 1px solid #5675a8;
    margin: 0 0 20px 0;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background: #2e5088;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    -webkit-appearance: none;
}

.show-general-alert .tour-btn,
.show-amber-alert .tour-btn {
    top: 125px;
}

.tour-btn:hover {
    text-decoration: none;
    background: #5478b2;
    color: #fff;
    cursor: pointer;
}

#masterWrap {
    width: 0px;
    height: 0px;
    position: static;
    top: 0px;
    left: 0px;
    overflow: visible;
}

#tourVidWrap,
#inHistVidWrap {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

#inHistVidClose {
    position: fixed;
    right: 0;
    top: 0px;
    z-index: 1001;
    height: 66px;
    width: auto;
    padding-right: 66px;
    font-size: 18px;
    font-weight: 800;
    line-height: 61px;
    color: #ffffff;
    cursor: pointer;
    display: none;
}

#inHistVidClose i {
    position: fixed;
    top: 10px;
    right: 20px;
    overflow: hidden;
    display: block;
    height: 40px;
    width: 40px;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

#closeTourVideo {
    position: fixed;
    right: 0;
    top: 0px;
    z-index: 1001;
    height: 66px;
    width: auto;
    padding-right: 66px;
    font-size: 18px;
    font-weight: 800;
    line-height: 61px;
    color: #ffffff;
    cursor: pointer;
    display: none;
}

#closeTourVideo i {
    position: fixed;
    top: 10px;
    right: 20px;
    overflow: hidden;
    display: block;
    height: 40px;
    width: 40px;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

#closeSAYT {
    width: auto;
    font-size: 18px;
    font-weight: 600;
    color: #444444;
    cursor: pointer;
    position: absolute;
    margin-top: 3px;
    right: 30px;
    padding-top: 10px;
    width: 272px;
}

#closeSAYT i {
    color: #444444;
    font-size: 30px;
    height: 30px;
    margin-top: -4px;
    overflow: hidden;
    text-align: center;
    width: 40px;
    position: absolute;
    right: 0px;
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
}

.underlined {
    text-decoration: underline;
}

#swapSides,
#saveCat {
    font-size: 11px;
}

#vidHeader {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

#vidHeader h2 {
    float: left;
    margin-right: 12px;
}

#vidContent {
    width: 960px;
    margin-top: 58px;
}

#vidCloseBtn {
    padding-top: 20px;
    float: left;
}

#grayOut {
    background: url(http://www.in.gov/core/images/lnCatChangeBG.png) repeat top left;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000000;
    display: none;
}

#grayOutSAYT {
    background: url(http://www.in.gov/core/images/lnCatChangeBG.png) repeat top left;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
    display: none;
    opacity: 0.5;
}

#theVideoWrap {
    position: fixed;
    width: 960px;
    height: 540px;
    margin-left: 50%;
    left: -480px;
    z-index: 100000000;
    margin-top: 5%;
    display: none;
}

#snWrapper {
    width: 116px;
    position: fixed;
    left: -120px;
    top: 15%;
    top: 95px;
    z-index: 121;
}

#snSeeMore {
    background: url(http://www.in.gov/core/images/lnShowMore.png) repeat-x top right;
    width: 28px;
    height: 39px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 101;
    cursor: pointer;
}

.snml {
    cursor: pointer;
}

.snml:hover {
    opacity: 0.5;
}

.snSeeMoreClose {
    background: url(http://www.in.gov/core/images/lnShowMoreClose.png) repeat-x top right;
}

#snHelper {
    width: 82px;
    height: 39px;
    position: absolute;
    top: 0px;
    left: 32px;
}

#snIndicator {
    position: relative;
    display: block;
    width: 28px;
    height: 340px;
    float: left;
    margin-right: 4px;
    background-color: #b86d13;
    margin-top: 43px;
    z-index: 100;
}

#snMoreWrap {
    position: fixed;
    width: 0px;
    top: 15%;
    top:95px;
    background: url(http://in.gov/core/images/lnShowMoreBG.png) repeat top left;
    z-index: 120;
    color: #ffffff;
    overflow: hidden;
}

#snMoreText {
    font-size: 13px;
    display: block;
    width: 130px;
    padding: 10px;
}

#snMoreLinks {
    font-size: 13px;
    width: 140px;
    padding: 10px;
    ;
    display: block;
}

.vertText {
    position: absolute;
    top: 162px;
    left: -158px;
    display: block;
    float: none;
    width: 340px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-indent: 0;
}

#snNav {
    width: 39px;
    float: left;
}

.sn {
    width: 39px;
    height: 39px;
    background-color: #2c2c2c;
    opacity: 0.7;
    margin-bottom: 4px;
    cursor: pointer;
    overflow: hidden;
}

.snHover {
    width: 0px;
    float: right;
    /*background: url(http://www.in.gov/core/images/lnHoverWhite.png) repeat top left;*/
    
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    position: absolute;
    left: 39px;
    height: 39px;
    margin-top: -44px;
    overflow: hidden;
}

.snHoverText {
    width: 172px;
    position: absolute;
    left: -172px;
    margin-top: 10px;
}
/*.snHoverArrow{
	width:18px;
	height:39px;
	position:absolute;
	left:150px;
	margin-top:-44px;
	background: url(http://www.in.gov/core/images/lnHoverArrow.png) no-repeat top left;
	width:0px;
}*/

.sna {
    width: 39px;
    height: 39px;
    background-color: #2c2c2c;
    opacity: 0.7;
    margin-bottom: 4px;
    cursor: pointer;
}

.midSn {
    width: 39px;
    height: 39px;
    margin-bottom: 4px;
    cursor: pointer;
}

#snRightArrow {
    width: 39px;
    height: 39px;
    position: absolute;
    top: 43px;
    margin-left: 75px;
    overflow: hidden;
}

#snRightArrowWrap {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(http://www.in.gov/core/images/snRightArrow.png) no-repeat top left;
    z-index: 5;
}

#topsnSlide {
    height: 340px;
    overflow: hidden;
    position: absolute;
    top: 43px;
    width: 39px;
    z-index: 5;
}

#raPickCat {
    width: 0px;
    height: 39px;
    background: url(http://www.in.gov/core/images/lnCatChangeBG.png) top right no-repeat;
    position: absolute;
    top: 43px;
    left: 114px;
    overflow: hidden;
}

#raPickCat.overflow {
    overflow: visible;
}

#raPickCatText {
    color: #ffffff;
    font-size: 10px;
    vertical-align: top;
    position: absolute;
    top: 1px;
    left: 29px;
    width: 147px;
}

#litterBox {
    margin-left: 10px;
}

.raCatBox {
    position: relative;
    float: left;
    height: 12px;
    margin-left: 4px;
    margin-top: 20px;
    width: 12px;
    cursor: pointer;
}

.ra-tooltip {
    display: none;
    position: absolute;
    z-index: 10;
    bottom: -50px;
    left: -75px;
    width: 140px;
    padding: 10px;
    font-size: 11px;
    text-align: center;
    background: #eee;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}

.raCatBox:hover .ra-tooltip {
    display: block;
}

.ra-tooltip .mask {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eee;
}

.ra-tooltip .fa {
    position: absolute;
    z-index: 1;
    top: -12px;
    left: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #eee;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.ra-tooltip span {
    position: relative;
    z-index: 3;
}
/*#botsnSlide{
height:254px;
position:absolute;
overflow:hidden;
top:86px;
width:39px;
z-index:5;
}

#botsnSlideContain{
height:254px;
position:absolute;
top:0px;
}*/
/*#midsnSlide{
height:39px;
width:39px;
overflow:hidden;
top:43px;
position:absolute;	
z-index:6;
}

#midsnSlideContain{
height:254px;
position:absolute;
top:0px;	
z-index:5;
}

#midsnSlideBG{
position:absolute;
height:39px;
left:0px;
width:312px;
z-index:4;
background: url(http://www.in.gov/core/images/snCatBG.jpg) repeat-x top left;
}*/

.selectedsnSlideBG {
    background-color: #B86D13;
}

#midsnSlideBG2 {
    position: absolute;
    height: 39px;
    top: 0px;
    left: -39px;
    width: 312px;
    z-index: 4;
    background: url(http://www.in.gov/core/images/snCatBG.jpg) repeat-x top left;
}

#snTopArrow {
    position: absolute;
    height: 0px;
    width: 39px;
    overflow: hidden;
    top: 43px;
    left: 75px;
    z-index: 4;
}

#snBotArrow {
    position: absolute;
    height: 39px;
    width: 39px;
    overflow: hidden;
    top: 86px;
    left: 75px;
    z-index: 4;
}

#topNavWrap {
    height: 77px;
    width: 100%;
    background: url(http://www.in.gov/core/images/tnRepeat.png) repeat-x top;
    position: fixed;
    top: 5px;
    z-index: 205;
}

.show-general-alert #topNavWrap,
.show-amber-alert #topNavWrap {
    top: 25px;
}

#heroBG {
    /*background: url(http://www.in.gov/core/images/parBG.jpg) no-repeat top left;*/
    
    background-size: 100% auto;
    position: fixed;
    width: 100%;
    height: 567px;
    top: 0px;
    z-index: 0;
}

#tnContainer {
    width: 1242px;
    height: 77px;
    margin-left: auto;
    margin-right: auto;
}

#mainLogo {
    float: left;
    cursor: pointer;
}

#mainLogo a {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
}

.tnDiv {
    width: 2px;
    height: 77px;
    background: url(http://www.in.gov/core/images/tnDivide.png) no-repeat top;
    float: left;
}

.tnItem {
    float: left;
    font-size: 14px;
    color: #ffffff;
    height: 20px;
    margin-top: 0px;
    padding: 0px 10px;
    padding-top: 27px;
    height: 49px;
    cursor: pointer;
}

.tnCatColor {
    width: 12px;
    height: 12px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

#tnMain .tnCatColor,
#raCBMain {
    background-color: #b86d13;
}

#tnBusAg .tnCatColor,
#raCBBA {
    background-color: #bfa12e;
}

#tnRes .tnCatColor,
#raCBRE {
    background-color: #357d59;
}

#tnGov .tnCatColor,
#raCBGO {
    background-color: #1588b5;
}

#tnEd .tnCatColor,
#raCBED {
    background-color: #496fb4;
}

#tnTax .tnCatColor,
#raCBTF {
    background-color: #6a6180;
}

#tnVis .tnCatColor,
#raCBVP {
    background-color: #b33936;
}

#tnFam .tnCatColor,
#raCBFH {
    background-color: #8a7456;
}

.downPointer {
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}

#row1 {
    display: block;
    position: relative;
    width: 100%;
    background-color: #dddddd;
    margin-top: 567px;
    z-index: 3
}

#onlineServices {
    width: 533px;
    float: left;
    display: block;
}

#onlineServices .boxHeader {
    background-color: #d3d3d3;
}

.rowWrap {
    width: 909px;
    margin: 0px auto;
    padding: 33px 0px;
    overflow: hidden;
}

.rowWrap::-moz-selection { background: none;}
.rowWrap::selection { background: none;}

.boxHeader {
    position: relative;
    height: 56px;
    border-bottom: 2px #dddddd solid;
}

.boxHeader i {
    position: absolute;
    overflow: hidden;
    height: 56px;
    width: 56px;
    background-image: url(http://www.in.gov/core/images/header-icons@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 280px 112px;
}

.boxHeader i.desktop {
    background-position: -56px 0;
}

.boxHeader i.newspaper {
    background-position: -112px 0;
}

.boxHeader i.calendar {
    background-position: -168px 0;
}

h3 {
    margin: 0px;
    padding-left: 20px;
    padding-top: 3px;
    font-weight: 300;
    font-size: 36px;
    text-transform: uppercase;
    color: #333333;
}

.top-sites {
    overflow: hidden;
    height: 179px;
    width: 347px;
    margin-bottom: 19px;
}

.widget-boxes {
    height: 179px;
    width: 2776px;
}

.top-site {
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    height: 179px;
    width: 347px;
    margin-bottom: 20px;
    background: #d3d3d3;
}

.top-site img {
    position: absolute;
    top: 0;
    width: 347px;
}

.my-widget-txt {
    position: absolute;
    display: none;
    bottom: 28px;
    width: 347px;
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
    color: #264274;
    background: rgba(255, 255, 255, 0.7);
}

.my-widget-btn {
    position: absolute;
    height: auto;
    width: 338px;
    border-top: 1px solid #fff;
    padding: 5px;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.1);
}

.top-site .my-widget-btn {
    bottom: 0;
}

a.top-site:link .my-widget-btn span,
a.top-site:visited .my-widget-btn span {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #2a4c86;
}

a.top-site:hover img {
    opacity: 0.8;
}

a.top-site:hover .my-widget-btn span {
    color: #2a4c86;
    text-decoration: underline;
}

#topForms {
    width: 347px;
    height: 152px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #d3d3d3;
}

.tfBox {
    width: 800%;
    height: 100px;
    margin: 0px;
}

.boxContent.tfBox {
    padding: 0;
    font-size: 16px;
}

#statsGraph {
    position: relative;
    float: left;
    width: 89px;
    height: 159px;
    background-image: url(http://www.in.gov/core/images/statsCoolBG.jpg);
    background-position: top center;
    background-color: #d3d3d3;
    cursor: pointer;
}

#statsGraph img {
    border-top: 9px solid #d3d3d3;
    border-bottom: 10px solid #d3d3d3;
}

#statsWrap {
    float: right;
    width: 442px;
    overflow: hidden;
}

#statsRightArrow{
    background-color: #d3d3d3;
    color: #274375;
    float: left;
    font-size: 14px;
    height: 159px;
    line-height: 162px;
    margin-left: 8px;
    text-align: center;
    width: 20px;
    cursor:pointer;
}

.stats-boxes {
    display: block;
    width: 800%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

ul.stats {
    display: block;
    overflow: hidden;
    float: left;
    width: 12.5%;
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.stats li {
    position: relative;
    overflow: hidden;
    /*width: 136px;*/
    width: 31.33333333333333%;
    height: 159px;
    /*margin-left: 11px;*/
    margin-left: 2%;
    background-color: #d3d3d3;
    float: left;
    color: #274375;
    padding: 15px;
    line-height: 17px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.stats.one li {width: 98%; margin-left: 2%;}
.stats.two li {width: 48%; margin-left: 2%;}

.statNum {
    font-size: 23px;
    font-weight: 700;
    text-transform: lowercase;
}

.statInfo {
    font-size: 14px;
    text-transform: lowercase;
}

.statCTA {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.statCTA a {
    display: block;
    padding: 3px;
    background: #eee;
}

.newCol {
    float: left;
    margin-left: 24px;
}

.clear {
    clear: both;
}

.boxContent {
    position: relative;
    ;
    padding: 20px;
    font-size: 20px;
}

.boxContent li {
    list-style: none;
}

.topForms {
    float: left;
    width: 12.5%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;/* Safari/Chrome, other WebKit */ 
    -moz-box-sizing: border-box;/* Firefox, other Gecko */
    box-sizing: border-box;/* Opera/IE 8+ */
}

.topForms li {
    display: block;
    line-height: 1.2em;
    margin: 0 0 6px 0;
    font-size: 14px;
}

.boxContent a:link,
.boxContent a:visited {
    color: #2a4c86;
    text-decoration: none;
}

.boxContent a:hover {
    color: #2a4c86;
    text-decoration: underline;
}

#osBoxContent {
    position: absolute;
    width: 493px;
    height: 281px;
}

.col50Left {
  position: absolute;
  z-index: 2;
  width: 272px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #2a4c86;
}

.col50Left li {
    height: 25px;
}

.osSelected {
    background-color: #B86C14;
    background-image: url(http://www.in.gov/core/images/osSelectedArrow.png);
    background-repeat: no-repeat;
    background-position: top right;
    color: #ffffff;
    padding-top: 3px;
    padding-left: 5px;
}

.col50Right {
    position: absolute;
    z-index: -1;
    top: -7px;
    left: 291px;
    height: 228px;
    width: 195px;
    margin-left: -25px;
    padding: 20px;
    color: #2a4c86;
    background-color: #eeeeee;
}

.col50Right {
    position: absolute;
    z-index: -1;
    top: -7px;
    left: 291px;
    height: 282px;
    width: 195px;
    margin-left: -25px;
    padding: 15px;
    color: #2a4c86;
    background-color: #eeeeee;
}

.col50Left li,
.col50Right li {
    list-style: none;
    margin-bottom: 12px;
}

.osItem {
    font-size: 15px;
    cursor: pointer;
}

.col50Left li.osService {
    height: auto;
    margin: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
}

.col50Left li.osService:first-child {
    border-top: none;
}

.col50Left li.osService:last-child {
    border-bottom: none;
}

.osService {
    font-size: 13px;
}

.seeAll {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.seeAll a {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #2a4c86;
    background-color: #eee;
}

.seeAll a:hover {
    text-decoration: underline;
    color: #2a4c86;
}

.osSALinkWrapper{
	display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #2a4c86;
    background-color: #eee;
}

.osSALinkWrapper a{
	display:inline;	
}

.subAccount{
	display:inline
}

.text-only {
    display: none;
}

.osReturns {
    display: none;
}

.osSelection {
    display: block;
}

#osBoxContentBA,
#osBoxContentRE,
#osBoxContentGO,
#osBoxContentED,
#osBoxContentTF,
#osBoxContentVP,
#osBoxContentFH {
    position: absolute;
    left: 533px;
    top: 0px;
}

#osBoxContent {
    position: absolute;
    left: 0px;
    top: 0px;
}

#osBoxContainer {
    position: relative;
    overflow: hidden;
    width: 533px;
    height: 382px;
    background-color: #d3d3d3;
}

.help-cta {
    display: block;
    overflow: hidden;
    height: 90px;
    width: 212px;
    margin-bottom: 19px;
    padding: 15px 120px 15px 15px;
    font-weight: 400;
    text-decoration: none;
    color: #333;
    background: #d3d3d3 url(http://www.in.gov/core/images/help-cta-2x.png) no-repeat right center; 
    background-size: 120px 120px;
    cursor: pointer;
}

.help-cta em {
    font-style: normal;
}

.help-cta .button {
    width: 190px;
    margin: 15px 0 0 0;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #3a5b91;
}

.help-cta .button b {
    display: none;
}

.help-cta:hover .button {
    text-decoration: none;
    background: #5478b2;
    color: #fff;
    cursor: pointer;
}

.chat-on {
    display: block;
}

.chat-off {
    display: none;
}

#mainSearchContainer {
    width: 385px;
    height: 250px;
    position: absolute;
    margin-left: 50%;
    left: -191px;
    top: 200px;
    z-index: 11;
}

#indianaWrap {
    width: 385px;
    height: 72px;
    position: absolute;
    top: 0px;
}

#mainSearchBarWrap {
    width: 380px;
    height: 58px;
    position: absolute;
    top: 80px;
}

#mainSearchBar {
    box-sizing: border-box;
    border: none;
    color: #fff;
    padding: 0 60px 0 10px;
    width: 380px;
    font-size: 25px;
    height: 58px;
    background: url(http://www.in.gov/core/images/stateSearch.png) no-repeat center left #cd985b;
    float: left;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#mainSearchBarWrap.mobile,
#mainSearchBar.mobile {
    position: absolute !important;
    width: 100% !important;
    left: 0px !important;
    top: 126px !important;
}

#mmSearchBar {
    background: url(http://www.in.gov/core/images/mmSearchBG.jpg) top left no-repeat #cd985b;
}

#mainSearchSubmit {
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0px;
    text-indent: -9999px;
    top: 0px;
    width: 56px;
    height: 58px;
    background: url(http://www.in.gov/core/images/mainSearchSubmit.png) no-repeat top left #B86C14;
    border: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#mainSearchSubmit:hover {
    cursor: pointer;
    ;
    opacity: 0.7;
}

#startYourSearch {
    background: url(http://www.in.gov/core/images/startYourSearch.png) no-repeat top center;
    width: 380px;
    height: 23px;
    position: absolute;
    top: 155px;
}

#mmWrapper ul.icons {
    overflow: hidden;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-right: 30px;
}

#mmWrapper ul.icons li {
    position: relative;
    display: block;
    width: 58px;
    height: 58px;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

#mmWrapper ul.icons li:hover {
    opacity: 0.7;
}

#mmWrapper ul.icons li span {
    position: absolute;
    left: -99999px;
}

#mmWrapper ul.social li {
    float: left;
    margin-left: 10px;
}

#mmWrapper .icons i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 33px;
    height: 33px;
    margin: -16px 0 0 -16px;
    background-color: transparent;
    background-image: url(http://www.in.gov/core/images/footer-icons@2x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 429px 33px;
}

#mmWrapper .mph i {
    background-position: 0 0;
}

#mmWrapper .maps i {
    background-position: -33px 0;
}

#mmWrapper .news i {
    background-position: -66px 0;
}

#mmWrapper .assembly i {
    background-position: -99px 0;
}

#mmWrapper .judicial i {
    background-position: -132px 0;
}

#mmWrapper .email i {
    background-position: -165px 0;
}

#mmWrapper .twitter i {
    background-position: -198px 0;
}

#mmWrapper .facebook i {
    background-position: -231px 0;
}

#mmWrapper .youtube i {
    background-position: -264px 0;
}

#mmWrapper .rss i {
    background-position: -297px 0;
}

#photoInfoBtn {
    display: block;
    position: absolute;
    top: 567px;
    left: 0;
    right: 0;
    z-index: 100;
    overflow: hidden;
    width: 100%;
    height: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ih-logo {
    position: absolute;
    z-index: 115;
    top: 0;
    left: 0;
    bottom: 0;
    height: 65px;
    width: 65px;
    padding: 5px;
}

.ih-logo img {
    display: block;
    opacity: 0.9;
}

.ih-img {
    position: absolute;
    z-index: 110;
    top: 0;
    left: 0;
    bottom: 0;
    width: 69%;
    background: url(http://www.in.gov/core/images/inhistory-bg1.png) repeat-x;
}

.ih-img {width: 100%;} /*temporary style*/

.ih-vid {
    position: absolute;
    z-index: 110;
    top: 0;
    right: 0;
    bottom: 0;
    width: 31%;
    background: url(http://www.in.gov/core/images/inhistory-bg2.png) repeat-x;
}

.ih-vid {display: none;} /*temporary style*/


.ih-img:hover,
.ih-vid:hover {
    cursor: pointer;
    background: url(http://www.in.gov/core/images/inhistory-bg4.png) repeat-x;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

#photoInfoBtn .ih-vid img {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
}

#photoInfoBtn .ih-vid img.ih-hover-img {
    opacity: 0;
}

#photoInfoBtn:hover .ih-vid img {
    opacity: 0;
}

#photoInfoBtn:hover .ih-vid img.ih-hover-img {
    display: block;
    opacity: 1;
}

.ih-border{
    position: absolute;
    bottom: 0;
    height: 73px;
    width: 0px;
    border-left: 1px solid rgba(0,0,0,0.5);
    border-right: 1px solid rgba(255,255,255,0.2);
}

.b1 {left: 75px;}
.b2 {right: 0;}

.b2 {display: none;} /*temporary style*/

.ih-caption {
    margin: 0;
    line-height: 1.1em;
    text-shadow: 1px 1px 0 #000;
}

.ih-img:hover .ih-caption,
.ih-vid:hover .ih-caption {
    color: #fff;
    text-decoration: underline;
}

.ih-img .ih-caption {
    padding: 20px 15px 0 93px;
}

.ih-vid .ih-caption {
     padding: 20px 100px 0 15px;   
}

.ih-caption h6 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
}

.ih-caption h6 em {
    font-weight: 300;
}

.ih-link {
    margin: 0;
    padding: 0;
    font-size: 13px;
    text-decoration: none;;
    color: #fff;
}

.ih-link a,
.ih-link a:hover,
.ih-link a:focus {
    color: #fff;
    text-decoration: none;
}

#iamRightArrow {
    left: 100%;
    margin-left: -74px;
    top: -18px;
    background-color: transparent;
}

#iamRightArrow i {
    color: #ffffff;
}

input[type="search"] {
    background: url(http://www.in.gov/core/images/mainSearchSubmit.jpg) no-repeat top left;
}

select2-search__field,
span input[type="search"] {
    background-image: none;
}

.whiteJaggiesDown {
    width: 100%;
    height: 13px;
    background: url(http://www.in.gov/core/images/diamondsDown.png) repeat-x top left;
    position: relative;
    z-index: 3;
}

.whiteJaggiesUp {
    width: 100%;
    height: 13px;
    background: url(http://www.in.gov/core/images/diamondsUp.png) repeat-x top left;
    position: relative;
    z-index: 3;
}

#quickStatsWrap {
    float: left;
    height: 139px;
    margin-top: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    width: 531px;
}

#qsGraph {
    width: 104px;
    height: 85px;
    background: url(http://www.in.gov/core/images/quickStatsGraph.jpg) no-repeat top left;
    margin-right: 25px;
    float: left;
    margin-top: 25px;
}

#qsStatsWrap {
    width: 1360px;
    height: 85px;
    margin-left: 0px;
    top: 0px;
}

.qsStats {
    font-size: 14px;
    color: #254273;
    margin-right: 25px;
    float: left;
    width: 277px;
}

.qsStats span {
    font-size: 18px;
    font-weight: 800;
}

.cta-wrap {
    display: none;
    position: relative;
    float: left;
    overflow: hidden;
    width: 347px;
    height: 111px;
    margin: 19px 0 0 24px;
    background: #d3d3d3;
}

#topCTAWrap {
    display: block;
}

.cta-container {
    width: 600%;
    height: 111px;
    margin-left: 0px;
}

.topCTA {
    width: 16.66666666666667%;
    height: 111px;
    float: left;
}

.topCTA::-moz-selection,
.topCTA a::-moz-selection,
.topCTA img::-moz-selection,
.cta-wrap::-moz-selection,
.cta-container::-moz-selection,
.topCTA::selection,
.topCTA a::selection,
.topCTA img::selection,
.cta-wrap::selection,
.cta-container::selection { background: none;}


.topCTA img::-moz-selection { background: none;}
.topCTA img::selection { background: none;}

.topCTA img {
    display: block;
    width: 260px;
    height: 104px;
    margin: 0 auto;
    margin-top: 4px;
}

.cta-arrow-lft,
.cta-arrow-rgt {
    position: absolute;
    top: 0;
    left: 327px;
    height: 111px;
    width: 20px;
    background: transparent;
    cursor: pointer;
    background: #d3d3d3;
}

.cta-arrow-lft {
    left: 0px;
}

.cta-arrow-lft i,
.cta-arrow-rgt i {
    display: block;
    font-size: 14px;
    line-height: 114px;
    text-align: center;
    color: #254273;
}

.rightArrow {
    position: relative;
    width: 81px;
    height: 97px;
    background: #ddd;
    cursor: pointer;
}

.rightArrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -24px;
    margin-left: -20px;
    font-size: 50px;
    text-align: center;
    color: #254273;
}

#qsRightArrow {
    float: left;
    margin-top: 45px;
}

#row2BG {
    -ms-transition: background-image 1s linear;
    -o-transition: background-image 1s linear;
    -moz-transition: background-image 1s linear;
    -webkit-transition: background-image 1s linear;
    transition: background-image 1s linear;
    width: 100%;
    height: 704px;
    background: no-repeat top left;
    background-size: 100% auto;
    background-image: url(http://www.in.gov/core/images/row2BG_SE.jpg);
    position: absolute;
    top: -13px;
    z-index: 1;
}

#iamAWrapper {
    width: 532px;
    height: 229px;
    background-color: #dddddd;
    box-shadow: 0 0 5px #333333;
    -moz-box-shadow: 0 0 5px #333333;
}

#row2 {
    position: relative;
    width: 100%;
    z-index: 2;
    height: 545px;
}

#row2Container {
    width: 902px;
    margin-top: 15px;
    position: absolute;
    z-index: 3;
    margin-left: 50%;
    left: -451px;
}

#iamaHeader {
    width: 532px;
    height: 63px;
    background-color: #B86D13;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

#iamaLogo {
    width: 180px;
    height: 63px;
    background: url(http://www.in.gov/core/images/iamALogo.png) no-repeat top left;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-right: 20px;
}

#iamaText {
    font-size: 33px;
    color: #ffffff;
    font-weight: 300;
    padding-top: 6px;
    position: absolute;
    top: 2px;
    left: 532px;
}

#iamaContentBG {
    background: #dddddd;
    height: 131px;
    position: absolute;
    left: 0px;
    top: 63px;
    width: 532px;
}

#iamaContent {
    font-size: 16px;
    color: #254273;
    height: 131px;
    position: absolute;
    left: 0px;
    top: 63px;
    width: 493px;
    line-height: 22px;
}

#iamaSeeMoreLink {
    width: 532px;
    height: 35px;
    position: absolute;
    top: 200px;
    left: 0px;
}

#row2BBContainer {
    width: 347px;
    height: 230px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 556px;
    box-shadow: 0 0 5px #333333;
    -moz-box-shadow: 0 0 5px #333333;
}

.row2BBSingleWrap {
    height: 230px;
    width: 2500px;
    position: absolute;
    top: 0px;
    display: none;
}

#row2BBWrap {
    width: 100%;
    height: 230px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.r2BB {
    width: 347px;
    height: 230px;
    float: left;
}

#r2BB_RE {
    width: 700%;
}

.r2BBBG img {
    height: 100%;
}

.r2BBDescribe {
    position: absolute;
    top: 135px;
    width: 347px;
    height: 95px;
    color: #fff;
    background: url(http://www.in.gov/core/images/r2BBDesBG.png) repeat-x;
}

.r2BBDescribe h3 {
    font-size: 28px;
    line-height: 30px;
    width: 271px;
    color: #fff;
}

.r2BBDescribe h3 > a {
    font-size: 28px;
    line-height: 30px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.r2BBDescribe h3 > a:hover {
	text-decoration: underline;
}

.r2BBDescribe p {
    padding: 0px 22px;
    margin: 0px;
    width: 265px;
    font-size: 14px;
    line-height: 20px;
}

#row2BBNext {
    position: absolute;
    top: 135px;
    left: 285px;
    height: 95px;
    width: 55px;
    background: url(http://www.in.gov/core/images/r2BBArrow.png) no-repeat top left;
    z-index: 5;
    cursor: pointer;
}

#row2LargeBB {
    position: relative;
    -ms-transition: background-image 1s ease;
    -o-transition: background-image 1s ease;
    -moz-transition: background-image 1s ease;
    -webkit-transition: background-image 1s ease;
    transition: background-image 1s ease;
    margin-top: 25px;
    background-image: url(http://www.in.gov/core/images/iama-pla.png);
    background-repeat: no-repeat;
    width: 900px;
    height: 260px;
    box-shadow: 0 0 5px #333333;
    -moz-box-shadow: 0 0 5px #333333;
}

#row2LargeBB a {
    display: block;
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

#row2BBBNext {
    position: absolute;
    top: 343px;
    left: 841px;
    height: 95px;
    width: 55px;
    background: url(http://www.in.gov/core/images/r2BBArrow.png) no-repeat top left;
    z-index: 5;
    cursor: pointer;
}

#row3 {
    height: 383px;
    width: 100%;
    background-color: #dddddd;
    position: relative;
    z-index: 3;
}

#row3Content {
    width: 904px;
    position: absolute;
    top: 0px;
    margin-left: 50%;
    left: -452px;
}

#row4 {
   /* height: 394px;*/
    height: 454px;
    width: 100%;
    background: url(http://www.in.gov/core/images/cityBG.jpg) repeat-x top center #bbbbbb;
    position: relative;
    z-index: 3;
}

#row5 {
    height: 458px;
    width: 100%;
    background: url(http://www.in.gov/core/images/row5Grad.jpg) repeat-x bottom center #bbbbbb;
    background-size: auto 100%;
    position: relative;
    z-index: 3;
}

#eventsBoxHeader {
    border-bottom: none;
    margin-bottom: 2px;
    background: url(http://www.in.gov/core/images/50White.png) repeat top left;
}

#eventsBox {
    position: relative;
    background: url(http://www.in.gov/core/images/50White.png) repeat top left;
    height: 284px;
    width: 904px;
    padding-bottom: 30px;
}

#adxSearchingContainer {
    border: none;
    position: absolute;
}

#btnShowAdvancedSearch {
    display: none;
}

#KeywordItem label {
    display: none;
}

.MicrosoftMap {
    height: 266px;
    overflow: hidden;
    width: 421px;
}

#txtKeywords {
    border: solid 1px #9b9b9b;
    color: #9b9b9b;
    font-size: 14px;
    font-style: italic;
    height: 29px;
    margin-left: 462px;
    margin-top: -42px;
    padding-left: 10px;
    position: absolute;
    width: 374px;
}

#btnSearch {
    background: url("http://www.in.gov/core/images/mapSearchBtn.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
    height: 33px;
    margin-left: 852px;
    margin-top: -42px;
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
    width: 33px;
}

#seeAllNews,
#seeAllEvents {
    height: 27px;
    width: 100%;
    background: url(http://www.in.gov/core/images/50White.png) repeat top left;
    color: #264274;
    font-size: 14px;
    text-align: center;
    padding-top: 7px;
}

#seeAllEvents {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: none;
    background: rgba(255, 255, 255, 0.7);
}

#eventsListWrapper {
    float: left;
    width: 100%;
    background:
}

#eventsList {
    list-style: none;
    padding: 20px;
    margin: 0px;
    box-sizing: border-box;
}

#eventsList li {
    width: 46%;
    min-height: 53px;
}

#seeAllNews a,
#seeAllEvents a {
    color: #264274;
    text-decoration: none;
}

#seeAllNews a:hover,
#seeAllEvents a:hover {
    text-decoration: underline;
}

#seeAllNews .bold {
    font-weight: 700;
}

#eventsMap {
    width: 421px;
    height: 266px;
    overflow: hidden;
    position: absolute;
    border: 1px solid #666666;
    margin-left: 462px;
    margin-top: 19px;
}

#row5split6 {
    position: relative;
    z-index: 3;
    width: 100%;
    background: url(http://www.in.gov/core/images/row5split6.jpg) repeat-x bottom center #bbbbbb;
    height: 18px;
}

#row6 {
    width: 100%;
    background: url(http://www.in.gov/core/images/row6BG.jpg) repeat top center;
    position: relative;
    z-index: 3;
}

#transPlaceholder {
    background-color: #ddd;
    padding: 20px 0px;
    min-height: 480px;
}

.oneThird {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.lastOneThird {
    margin-right: 0px;
}

.oneThird h4 {
    color: #444;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
    width: 90%;
    padding: 0px 5%;
}

#footer {
    padding-bottom: 50px;
    width: 100%;
    background: url(http://www.in.gov/core/images/footerBG.jpg) repeat-x top center;
    position: relative;
    z-index: 3;
    background-size: auto 100%;
}

#newsWrap {
    float: left;
}

#newsSection {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.page {
    position: relative;
    min-height: 51px;
    width: 44%;
    padding: 10px;
    background: #dddddd;
    margin-bottom: 10px;
    margin-right: 10px;
}

.even {
    float: left;
    clear: left;
}

.odd {
    float: right;
    clear: right;
}

#newsContainer,
#newsContainer2 {
    background-color: #d3d3d3;
    padding: 10px;
    padding-right: 0px;
    overflow: auto;
    width: 596px;
    min-height: 251px;
    max-height: 251px;
}

.news-date {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 64px;
    height: 51px;
    background: url(http://www.in.gov/core/images/newsDateBG.png) no-repeat top left #B56B22;
}

.news-date-month {
    font-weight: 700;
    font-size: 11px;
    padding-left: 20px;
    color: #ffffff;
}

.news-date-day {
    font-weight: 700;
    font-size: 25px;
    color: #B56B22;
    text-align: center;
    margin-top: 0px;
}

.news-details {
    visibility: hidden;
    padding-left: 75px;
}

.news-details span {
    display: none;
}

.news-details .news-details-title {
    display: block;
    visibility: visible;
    font-weight: 400;
    font-size: 14px;
    color: #264578;
    margin-top: 0px;
    line-height: 1.4em;
    width: 100%;
}

.news-details .news-details-title a {
    color: #264578;
    text-decoration: none;
}

.news-details br {
    display: none;
}

#newsWrap .boxHeader {
    background-color: #d3d3d3;
    width: 606px;
}

#row3Content {
    margin-top: 20px;
}

#subscribeWrap {
    float: left;
    width: 296px;
    margin-left: 2px;
}

#subscribeHeader {
    width: 296px;
    height: 66px;
    background: url(http://www.in.gov/core/images/getEmailUpdates.png) no-repeat top left #B86D13;
    z-index: 5;
    position: absolute;
}

#subContainer {
    padding: 20px;
    padding-left: 24px;
    padding-top: 5px;
    background-color: #d3d3d3;
    margin-top: 60px;
    z-index: 4;
    position: absolute;
}

#subContainer p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

#subSubmit {
    width: 246px;
    height: 47px;
    background-color: #B86D13;
    text-align: center;
    margin-top: 18px;
    cursor: pointer;
}

.form_button {
    display: block;
    width: 100%;
    height: 47px;
    background-image: none;
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 47px;
    border: none;
    cursor: pointer;
}

#subSubmit:hover {
    opacity: 0.8;
}

#subSubmit p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    padding-top: 10px;
}

#email {
    height: 31px;
    width: 224px;
    border: solid #9b9b9b 1px;
    padding: 0px 10px;
}

#phone {
    height: 31px;
    width: 224px;
    border: solid #9b9b9b 1px;
    padding: 0px 10px;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

ol.form {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ol.form li:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.wireless_fields {
    display: none;
}

#subscription_type {
    height: 37px;
    width: 247px;
    border: solid #9b9b9b 1px;
    margin-bottom: 15px;
}

.fieldHead {
    font-size: 14px;
    font-weight: 800;
    color: #333333;
}

#heroBGFader {
    background: url(http://www.in.gov/core/images/r2BBDesBG2.png) repeat-x bottom;
    width: 100%;
    height: 100%;
}

#row6Content {
    width: 904px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
}

#transBH {
    width: 100%;
    border-bottom: none;
    padding-top: 20px;
    text-align: center;
}

#transBH h3 {
    position: relative;
    display: inline-block;
    width: 442px;
    padding-left: 20px;
}

#transBH h3 i {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 56px;
    width: 56px;
    background-image: url(http://www.in.gov/core/images/header-icons@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 280px 112px;
}

#transBH i.graph {
    background-position: -224px 0;
}

#footerContent {
    width: 903px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
}

#contentWrap {
    width: 100%;
    position: absolute;
    top: 0px;
}

#row4Content {
    width: 911px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

#row5Content {
    width: 904px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 38px;
}

#pInfoWrap {
    position: fixed;
    top: 100%;
    width: 100%;
}

#photoInfo {
    background-color: #d3d3d3;
    padding: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9px;
    position: relative;
    color: #333333;
}

.pInfoTitle {
    margin: 0px;
    font-weight: 300;
    font-size: 36px;
    color: #333333;
    padding: 0px;
    text-transform: uppercase;
}

#photoInfo a {
    color: #254273;
    text-decoration: none;
}

#upDownToggle {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 5px;
    right: 53px;
    cursor: pointer;
    z-index: 5;
}

#pInfoClose {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 5;
}

#mmWrapper {
    width: 100%;
    height: 100%;
    background: url(http://www.in.gov/core/images/mmBG.png) repeat-x bottom center #DBDBDD;
    position: fixed;
    top: -100%;
    left: 0px;
    z-index: 200;
    overflow: hidden;
}

#mmCloseBtn {
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 5;
    height: 66px;
    width: auto;
    padding-right: 66px;
    font-size: 18px;
    font-weight: 600;
    line-height: 61px;
    color: #2C4C87;
    cursor: pointer;
}

#mmCloseBtn i {
    position: absolute;
    top: 10px;
    right: 20px;
    overflow: hidden;
    display: block;
    height: 40px;
    width: 40px;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
}

#mmFooter {
    height: 110px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 5;
    background-color: #B86D13;
}

#mmFSocial {
    height: 110px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#mmFName {
    padding-left: 40px;
    padding-top: 30px;
    padding-right: 40px;
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    background: url(http://www.in.gov/core/images/mmFNameBG.png) repeat-x top left;
    float: left;
    height: 100%;
    margin-right: 26px;
}

#mmFSearch {
    padding-top: 26px;
}

#mmSearchBar {
    height: 56px;
    width: 29%;
    border: none;
    font-size: 20px;
    padding-left: 20px;
    color: #ffffff;
}

#mmSearchSubmit {
    width: 56px;
    height: 58px;
    background: url(http://www.in.gov/core/images/mmFSearchBtn.png) no-repeat top left;
    border: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
}

#mmSearchSubmit:hover {
    cursor: pointer;
    opacity: 0.7;
}

#mmContainer {
    position: absolute;
    width: 63%;
    left: 5%;
    top: 95px;
    height: 69%;
    overflow-y: auto;
}

.show-general-alert #mmContainer,
.show-amber-alert #mmContainer {
    top: 120px;
}

.show-general-alert #mmCloseBtn,
.show-amber-alert #mmCloseBtn {
    top: 105px;
}

.show-general-alert .mm-billboard,
.show-amber-alert .mm-billboard {
    top: 160px;
}

#mmContainer h3 a:link,
#mmContainer h3 a:visited {
    text-decoration: none;
    color: #2a4c86;
}

#mmContainer h3 a:hover {
    text-decoration: underline;
    color: #2a4c86;
}

.mmItem,
.mmItemM {
    width: 99%;
    padding-right: 1%;
    line-height: 30px;
}

.mmItem a,
.mmItemM a {
    color: #254273;
    text-decoration: underline;
    font-weight: 400;
}

.mmItem a:hover,
.mmItemM a:hover {
    text-decoration: underline;
    opacity: 0.5;
}

.mmListHeader h3,
.mm-section h3 {
    margin: 0 0 20px 0;
    padding: 0;
}

.mm-section h4 {
    margin: 0 30px 10px 0;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 19px;
    text-transform: none;
    color: #333333;
    background-color: #ccc;
}

.mmList,
.mmMainList {
    list-style-type: none;
}

.mm-section ul {
    margin: 0 0 30px 0;
    padding: 0 30px 0 10px;
}

.mm-section ul li {
    display: block;
    width: 100%;
    margin: 0 0 12px 0;
    padding: 0;
    line-height: 21px;
}

.miLeft {
    float: left;
    clear: right;
}

.miRight {
    float: right;
}

.mmColumn {
    width: 50%;
}

.mmListBA {
    display: none;
}

.mmListRE {
    display: none;
}

.mmListGO {
    display: none;
}

.mmListED {
    display: none;
}

.mmListTF {
    display: none;
}

.mmListVP {
    display: none;
}

.mmListFH {
    display: none;
}

.general-alert {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    padding: 5px 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4em;
    text-align: center;
    overflow: hidden;
    background-color: #ca8224;
}

.ingov-alert {
    display: none;
    position: absolute;
    z-index: 99999;
    left: 0;
    right: 0;
    top: 0;
    height: 20px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #ca8224;
    -webkit-animation: color_change 1s infinite alternate;
    -moz-animation: color_change 1s infinite alternate;
    -ms-animation: color_change 1s infinite alternate;
    -o-animation: color_change 1s infinite alternate;
    animation: color_change 1s infinite alternate;
}

@-webkit-keyframes color_change {
    from {
        background-color: #ca8224;
    }
    to {
        background-color: #b86d13;
    }
}

@-moz-keyframes color_change {
    from {
        background-color: #ca8224;
    }
    to {
        background-color: #b86d13;
    }
}

@-ms-keyframes color_change {
    from {
        background-color: #ca8224;
    }
    to {
        background-color: #b86d13;
    }
}

@-o-keyframes color_change {
    from {
        background-color: #ca8224;
    }
    to {
        background-color: #b86d13;
    }
}

@keyframes color_change {
    from {
        background-color: #ca8224;
    }
    to {
        background-color: #b86d13;
    }
}

.show-general-alert .general-alert,
.show-amber-alert .ingov-alert {
    display: block;
}

.ingov-alert a {
    display: block;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(http://www.in.gov/core/images/amber-alert.png) no-repeat center center;
}

.ingov-alert a span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    
    clip: rect(1px, 1px, 1px, 1px);
}

.ingov-alert img {
    display: block;
    height: 20px;
    width: 470px;
    margin: 0 auto;
}

#catLine {
    position: fixed;
    z-index: 1000;
    height: 5px;
    background-color: #B86D13;
    width: 100%;
    top: 0px;
    left: 0px;
}

.show-alert #catLine {
    top: 20px;
}

#socialBox {
    height: 370px;
}

#socialBox,
.traffic-wrapper {
    background: url(http://www.in.gov/core/images/50White.png) repeat top left;
}

.traffic-wrapper {
    position: relative;
    padding: 0px;
    height: 206px;
    overflow: hidden;
}

#trafficBox {
    padding: 20px;
    height: 136px;
    overflow: auto;
}

#trafficBox ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}

#trafficBox ul li {
    font-weight: bold;
    color: #333333;
}

#trafficBox ul li a {
    text-decoration: none;
    color: #284476;
    font-size: 14px;
    font-weight: 400;
}

#trafficBox ul li a:hover {
    text-decoration: underline;
}

.see-all-traffic a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #2a4c86;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.7);
}

.see-all-traffic a:hover {
    text-decoration: underline;
    color: #2a4c86;
}

#r4left {
    width: 533px;
    float: left;
    margin-right: 23px;
}

#r4right {
    width: 347px;
    float: left;
}

.whiteBoxHeader {
    background: url(http://www.in.gov/core/images/50White.png) repeat top left;
    margin-bottom: 2px;
}

#mobileMenu {
    display: none;
}

#mobileTopNav {
    display: none;
}

#mobileFooterWrap {
    display: none;
}

#socialSelect {
    width: 186px;
    float: left;
}

#socialWrap {
    padding-top: 20px;
    padding-left: 20px;
}

#socialContent {
    height: 263px;
    width: 307px;
    float: left;
}

#sTwitterBtn {
    width: 186px;
    height: 66px;
    margin-bottom: 3px;
    margin-top: 8px;
    cursor: pointer;
}

.socialTSelect {
    background: #aaa;
}

.socialTSelected {
    background: #00acee;
}

.socialFSelect {
    background: #aaa;
}

.socialFSelected {
    background: #3b5999;
}

.socialYSelect {
    background: #aaa;
}

.socialYSelected {
    background: #bc0001;
}

.socialTSelect,
.socialFSelect,
.socialYSelect {
    width: 100%;
    height: 66px;
    margin: 0 0 4px 0;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 66px;
    color: #fff;
}

.socialTSelect .fa,
.socialFSelect .fa,
.socialYSelect .fa {
    display: block;
    margin: 15px 10px 0 0;
    float: left;
    font-size: 36px;
}

.ie-twitter-stuff,
.ie-youtube-stuff {
    display: none
}

#twitterStuff {
    height: 263px;
    overflow: hidden;
}

#sFacebookBtn {
    width: 186px;
    height: 66px;
    margin-bottom: 3px;
    cursor: pointer;
}

#facebookStuff {
    position: relative;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    display: none;
    background: #fff;
}

.fb-link {
    position: absolute;
    top: 40px;
    left: 50%;
    display: block;
    width: 210px;
    height: 58px;
    margin-left: -105px;
}

.fb-link img {
    display: block;
    width: 210px;
    height: 58px;
}

#fb-container,
#fb-container2 {
    width: 210px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -118px;
    padding: 10px 15px 10px 10px;
    background: #fff;
}

#fb-container2 {
    display: none;
}

#sYoutubeBtn {
    width: 186px;
    height: 66px;
    cursor: pointer;
}

#youtubeStuff {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    padding: 10px 20px;
    display: none;
}

#youtubeStuff ul {
    list-style: none;
}

#youtubeStuff li {
    width: 100%;
    list-style: none;
}

.media-list-img {
    cursor: pointer;
}

.youtube-menu-playlist-item img {
    width: 35%;
    float: left;
    margin-right: 10px;
}

.youtube-menu-playlist-item p {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #333333;
}

#connectWrap {
    margin-top: 20px;
    padding-bottom: 10px;
}

.socialIcon,
#connectText {
    float: left;
    margin-right: 10px;
}

.socialIcon {
    width: 46px;
    height: 47px;
}

#lottoWrapper {
    height: 140px;
    margin-top: 25px;
}

#pbLotto {
    background: url("http://www.in.gov/core/images/lottopb.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
}

#hlLotto {
    background: url("http://www.in.gov/core/images/lottohl.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
}

#mmLotto {
    background: url("http://www.in.gov/core/images/lottomm.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
}

#c5Lotto {
    background: url("http://www.in.gov/core/images/lottoc5.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
}

#prLotto {
    background: url("http://www.in.gov/core/images/lottopr.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
}

#ewLotto {
    background: url("http://www.in.gov/core/images/lottoew.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
}

@font-face {
    font-family: "Archer-Bold";
    src: local("Archer-Bold"), url("../fonts/Archer-Bold.otf") format("opentype");
}

.lottoInfoWrap {
    font-family: Archer-Bold;
    width: 200px;
}

.lottoInfoWrap {
    color: #ffffff;
}

#hlLotto .lottoInfoWrap {
    color: #222222;
}

.lottoJack {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
    text-align: center;
    width: 100%;
}

.lottoDay {
    font-size: 12px;
    margin-bottom: 6px;
    text-align: center;
    width: 100%;
}

.lottoWhen {
    text-align: center;
    width: 100%;
}

.lottoLeft {
    margin-left: 0;
    margin-top: 33px;
}

.lottoRight {
    margin-left: 143px;
    margin-top: 33px;
}

.navigation {
    border: medium;
    color: #fff;
    cursor: pointer;
    height: 55px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 43px;
    width: 15px;
    z-index: 10000;
}

#next {
    right: 0px;
    left: auto;
    background: url(http://www.in.gov/core/images/lottoNext.jpg) no-repeat top left;
}

#prev {
    background: url(http://www.in.gov/core/images/lottoPrev.jpg) no-repeat top left;
}

.lottoLink {
    text-decoration: none;
}

#connectText {
    font-size: 14px;
    font-weight: 700;
    color: #AAAAAA;
    margin-left: 20px;
    margin-top: 12px;
    margin-right: 69px;
}

#homeMFooterWrap,
.mobileJaggiesUp,
.mobileJaggiesDown {
    display: none;
}

#seeAllTrans {
    display: block;
    padding: 10px 20px;
    background: #eeeeee;
    width: 100%;
    box-sizing: border-box;
}

#seeAllTrans a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #264578;
}

#seeAllTrans a:hover {
    text-decoration: underline;
}

.imgHeader {
    padding-left: 63px;
}

.seeAllText,
#mobileCatIndicator {
    display: none;
}
/* --------------------  GOOGLE SAYT STYLES  ------------------------------ */

.personTitle {
    font-weight: 600;
}

#rtSearchResults {
    width: 904px;
    height: 0px;
    background-color: #eeeeee;
    position: absolute;
    margin-left: 50%;
    left: -455px;
    margin-top: 153px;
    z-index: 99;
    overflow: hidden;
    box-shadow: 0px 0px 5px #444444;
}

#rtSearchResults.mobile {
    height: 0px !important;
}

#searchRefine {
    width: 100%;
    height: 48px;
    font-size: 12px;
    color: #333333;
    padding-top: 8px;
    background-color: #dddddd;
}

#sRefineText,
#sRefineCats,
#sRefineAgencies {
    float: left;
}

.resultsHeader {
    height: 45px;
    width: 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 20px;
    font-weight: bold;
    color: #444444;
    padding-left: 20px;
    line-height: 43px;
    box-sizing: border-box;
}

#sRefineText {
    line-height: 41px;
    padding-left: 20px;
    margin-right: 61px;
}

#sRefineCats {
    margin-right: 20px;
}

#sRefineCat,
#sRefineAgency {
    height: 28px;
    margin-top: 10px;
}

.rf {
    float: left;
    height: 322px;
    overflow: hidden;
}

#resultsAll,
#resultsServicesWrapper,
#resultsAgenciesWrapper,
#resultsPeopleWrapper,
#resultsFormsWrapper {
    width: 0px;
    overflow: hidden;
}

.rtText {
    overflow: hidden;
}

.resultsContainer {
    overflow-x: hidden;
    overflow-y: auto;
    width: 692px;
    height: 275px;
    background-color: #ffffff;
    -webkit-box-shadow: -10px 0 5px rgba(30, 30, 30, 0.49) inset;
    box-shadow: -10px 0 5px rgba(30, 30, 30, 0.49) inset;
}

.hiddenTab .rtText {
    height: 0px;
    width: 0px;
    overflow: hidden;
}

.aReturn,
.aReturn:hover {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    color: #333333;
}

.resultsTab {
    position: relative;
    width: 53px;
    height: 322px;
    background-image: url(http://www.in.gov/core/images/resultsCatGrad.png);
    background-repeat: repeat-y;
    background-position: top left;
    background-color: #B56E12;
    overflow: hidden;
    cursor: pointer;
}

#resultsAll {
    width: 0px;
}

.ss {
    float: left;
    width: 33%;
    margin-top: 6px;
}

.saytBtn {
    background-color: #3a5b91;
    color: #ffffff;
    cursor: pointer;
    height: 35px;
    margin-top: 11px;
    padding-top: 12px;
    text-align: center;
    width: 100%;
}

.ssHeader {
    color: #444444;
    font-size: 16px;
    font-weight: bold;
}

.ssResults {
    list-style-image: url(http://www.in.gov/core/images/listArrow.jpg);
    color: #2e5088;
    font-weight: 700;
    margin-left: 21px;
    margin-top: 3px;
    padding: 0px;
}

.ob-result {
    color: #3A5B91;
}

.ssResults li a:link,
.ssResults li a:visited,
.ssResults li {
    color: #2e5088;
    font-weight: 600;
}

.ssResults li a:hover {
    color: #2e5088;
    font-weight: 600;
    text-decoration: underline;
}

#secondarySearch {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 10px;
    height: 133px;
    box-shadow: 0px 0px 5px #444444;
}

.rtText {
    position: absolute;
    z-index: 100;
    top: 144px;
    left: -135px;
    width: 300px;
    margin-left: 10px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

.aReturn a:link,
.aReturn a:visited,
.aReturn a:hover {
    color: #2a4c86;
}

.sReturnTitle {
    font-size: 16px;
    font-weight: 600;
}

.sReturnLink {
    font-size: 12px;
    font-weight: 400;
}

.sReturnShort {
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
}

#rtSearchResults a:hover,
.aReturn:hover {
    opacity: 0.8;
}

#allResults:hover,
#closeSAYT:hover {
    opacity: 0.8;
}

.nav-jumper {
    display: none;
}

.jumper-offset {
    display: block;
    height: 45px;
}

.mobile-txt,
#seeAllTrans .mobile-txt {
    display: none;
}

/*---- Home Graph Box Styles ----*/

.hg-boxes {
    display: block;
    width: 7568px;
    width: 800%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    background-color: #ddd;
    padding: 20px 0px;
    min-height: 520px;
}

.ie-stats-cta,
.ie-social-links,
.ie-see-all  {
    display: none;
}

.hg-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; 
}

.hg-box .columns {
    position: relative;
    min-height: 130px;
    padding: 0 15px;
}

.hg-box .columns .border {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #444;
}
.hg-box .columns .border2 {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1px;
    width: 1px;
    background: #444;
}

.home-graph-container{
    width:904px;
    margin:0 auto;
    overflow: hidden;
}

.stat-title{

    color: #444;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
    width: 90%;
    padding: 0px 5%;
    min-height: 40px;

}


/*  get social off the mega menu at this resolution */

@media screen and (max-width: 1245px) {
    #mmFSocial {
        display: none;
    }
    #mmSearchBar {
        width: 35%;
    }

    .ih-vid .ih-link {
        display: none;
    }
}

@media screen and (max-width: 1144px) {
    #snWrapper {
        left: -32px !important;
    }
    #snWrapper.sn-rgt {
        left: auto !important;
        right: -32px !important;
    }
    #snMoreWrap {
        display: none;
    }
}
/* First break point for top level navigation */

@media screen and (max-width: 1165px) {
    #tnBusAg {
        width: 75px;
        padding-top: 18px;
        padding-bottom: 9px;
    }
    #tnContainer {
        width: 816px;
    }
    #tnTax {
        width: 53px;
        padding-top: 18px;
        padding-bottom: 9px;
    }
    #tnVis {
        width: 65px;
        padding-top: 18px;
        padding-bottom: 9px;
    }
    #tnFam {
        width: 58px;
        padding-top: 18px;
        padding-bottom: 9px;
    }
    #mmContainer {
        width: 95%;
    }
    #mmCloseBtn {
        right: 26px;
    }
    .tnCatColor {
        height: 4px;
        position: absolute;
        bottom: 10px;
        z-index: 100;
    }
}

@media screen and (max-width: 1144px) {
    #snMoreWrap {
        display: none;
    }
}

@media screen and (max-width: 1086px) {
    #snHelper,
    #snTopArrow,
    #snBotArrow,
    #raPickCat {
        display: none;
    }

    #snRightArrow {
        top: 0 !important;
        left: -42px;
        margin-right: 0;
    }

    .sn-rgt #snRightArrow {
        top: 0 !important;
        left: auto;
        right: 32px;
        margin-right: 0;
    }

    .sn-rgt #snRightArrowWrap {
        left: auto;
        right: 0;
    }
}

@media screen and (max-width: 1000px) {
    #snWrapper {
        display: none;
    }
}
/* Break to mobile */

@media screen and (max-width: 931px) {
    .tour-btn {
        display: none;
    }
	
	.subAccount{
		display:none;
	}

    td,
    table {
        margin: 0px;
        padding: 0px;
    }
    img {
        margin: 0px;
        border: none;
        padding: 0px;
    }
    table {
        border-spacing: 0px;
        border-collapse: separate;
    }
    .hmfIcon {
        position: relative;
        width: 47px;
        height: 46px;
        float: left;
        border-right: 1px solid #1f3e6c;
        cursor: pointer;
        background: #3a5b91 url(http://www.in.gov/core/images/icons-mobile-footer.png) no-repeat 0 0;
        background-size: 329px 46px;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        
        box-sizing: border-box;
        /* Opera/IE 8+ */
    }
    .hmfIcon .bg {
        position: absolute;
        z-index: 102;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        background: rgba(255, 255, 255, 0.1);
        -webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.6);
        box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.6);
    }
    .hmfIcon.active .bg {
        display: block;
    }
    .hmfIcon span {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        /* IE6, IE7 */
        
        clip: rect(1px, 1px, 1px, 1px);
    }
    .hmfIcon img {
        position: relative;
        z-index: 101;
        display: none;
    }
    #hmfOnline {
        background-position: 0 0;
    }
    #hmfIAm {
        background-position: -47px 0;
    }
    #hmfNews {
        background-position: -94px 0;
    }
    #hmfSocial {
        background-position: -141px 0;
    }
    #hmfTrans {
        background-position: -188px 0;
    }
    #hmfFooter {
        background-position: -235px 0;
    }
    #homeMFooterWrap {
        position: fixed;
        bottom: 0px;
        z-index: 100;
        display: block;
        width: 100%;
        height: 46px;
    }
    #hmfCatSelect {
        height: 44px;
        width: 100%;
        padding-left: 291px;
        padding-top: 14px;
        color: #ffffff;
        font-size: 12px;
        font-weight: bold;
        background-color: #B86D13;
    }
    #mobileCatChoose {
        position: fixed;
        z-index: 101;
        bottom: 0px;
        right: 0px;
        width: 35px;
        height: 44px;
        cursor: pointer;
    }
    #mobileCatChoose .arrow {
        display: block;
        position: absolute;
        z-index: 101;
        bottom: 0px;
        right: -5px;
        width: 36px;
        height: 44px;
        cursor: pointer;
        overflow: hidden;
        background: url(http://www.in.gov/core/images/icons-mobile-footer.png) no-repeat -294px 0;
        background-size: 329px 46px;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        
        box-sizing: border-box;
        /* Opera/IE 8+ */
    }
    #mobileCatChoose .arrow:focus {
        background-color: transparent;
    }
    #topNavWrap,
    #snWrapper,
    #snMoreWrap,
    #photoInfoBtn {
        display: none;
    }
    #mobileMenu {
        display: block;
    }
    #mobileTopNav {
        position: fixed;
        z-index: 10000000;
        top: 0;
        left: 0;
        display: block;
        height: 44px;
        margin: 0;
        border: solid 1px #223d69;
        border-top: 1px solid #535353;
        padding: 0;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        background-color: #304f81;
    }
    #mobileLogo {
        float: left;
        height: 44px;
        width: 34%;
        text-align: center;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        
        box-sizing: border-box;
        /* Opera/IE 8+ */
    }
    #mobNavSearchWrap {
        float: left;
        height: 44px;
        width: 36%;
        border-left: solid 1px #223d69;
        border-right: solid 1px #223d69;
        font-size: 16px;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        
        box-sizing: border-box;
        /* Opera/IE 8+ */
    }
    #mobileNavSearch,
    #mobileMenuWrap {
        width: 120px;
        margin-left: auto;
        margin-right: auto;
    }
    #mobileNavSearchImg {
        margin-right: 8%;
    }
    #mobileMenuBtnWrap {
        float: left;
        height: 44px;
        width: 30%;
        font-size: 16px;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        
        box-sizing: border-box;
        /* Opera/IE 8+ */
    }
    #mobileMenuBtn {
        float: left;
        width: 19px;
        margin-left: 8%;
        margin-top: 15px;
        margin-right: 10px;
    }
    .hamMenuBar {
        height: 3px;
        width: 19px;
        margin-bottom: 3px;
        background-color: #ffffff;
    }
    #mobileSearchText,
    #mobileMenuText {
        margin-top: 0px;
        padding-top: 11px;
    }
    #mobileSearchImg {
        float: left;
        width: 27px;
        margin-top: 0px;
        margin-left: 5px;
        margin-right: 5px;
    }
    #mobileFooterWrap {
        display: block;
        height: 100%;
        width: 100%;
        margin: 0px;
        border-top: 1px solid #555555;
        padding: 0px;
        background-color: #333333;
    }
    #mobileFooterWrap a {
        text-decoration: none;
        color: #ffffff;
    }
    .mfNavItem {
        display: block;
        width: 100%;
        height: 42px;
        border-top: 1px solid #222222;
        border-bottom: 1px solid #555555;
        background-color: #333333;
        color: #ffffff;
    }
    .mfCatColor {
        width: 12px;
        height: 12px;
        float: left;
        margin-top: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
    #viewFull {
        cursor: pointer;
    }
    .mfIMG {
        width: 36px;
        height: 42px;
        float: left;
        margin-right: 7px
    }
    .mfNavItemText {
        margin-top: 10px;
    }
    #mfccMain {
        background-color: #B86D13;
    }
    #mfccBA {
        background-color: #BFA12E;
    }
    #mfccRE {
        background-color: #367E59;
    }
    #mfccGO {
        background-color: #1588B5;
    }
    #mfccED {
        background-color: #4A6FB5;
    }
    #mfccTF {
        background-color: #6A6180;
    }
    #mfccVP {
        background-color: #B33936;
    }
    #mfccFH {
        background-color: #8A7456;
    }
    #indianaWrap,
    #startYourSearch,
    #row5split6,
    #row2BBContainer,
    #row2LargeBB,
    #lottoWrapper,
    #eventsMap,
    #locationFieldWrap,
    #row2BG,
    .deskWJ {
        display: none !important;
    }
    #row2 {
        height: auto;
    }
    #row2Container {
        position: static;
    }
    #mainSearchContainer {
        width: 100% !important;
        margin-left: 0px !important;
        left: 0px !important;
        top: 0px !important;
        box-sizing: border-box !important;
    }
    #mainSearchBarWrap {
        width: 100% !important;
        padding: 0px 30px !important;
        box-sizing: border-box !important;
        top: 126px;
    }

    #mainSearchBar {
        width: 100% !important;
        padding: 0px 60px 0 10px !important;
        box-sizing: border-box !important;
        top: 126px;
        font-size: 16px;
    }

    #mainSearchSubmit {
        right: 30px !important;
    }
    #heroBG {
        background-size: auto 100%;
        height: 100%;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #row2BG {
        background-image: none;
    }
    #row1 {
        margin-top: 211px;
        background-color: transparent;
    }
    .rowWrap,
    #row2,
    #row3,
    #row4,
    #row5,
    #row6,
    #row4Content,
    #contentWrap,
    #row2Container,
    #row3Content {
        width: 100%;
        margin-left: 0px;
        left: 0px;
        overflow: hidden;
    }
    #row3 {
        background-color: transparent;
    }
    #row4,
    #row5 {
        background: transparent;
    }
    .rowBox,
    .rowWrap {
        float: none;
        clear: both;
        width: 100%;
        padding: 0px 30px;
        box-sizing: border-box;
    }
    #onlineServices {
        width: 100%;
        margin-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 30px;
        background-color: transparent;
    }
    .boxHeader {
        background-color: #eeeeee;
        border: none;
        margin-bottom: 2px;
    }
    #osBoxContainer,
    .boxContent,
    .col50Left,
    .col50Right {
        position: static;
        height: auto;
    }
    #osBoxContainer {
        width: auto;
        opacity: 0.9;
    }
    #osBoxContent {
        top: auto;
        left: auto;
        height: auto;
        position: static;
        padding: 0px;
        margin: 0px;
        width: 100%;
    }
    #osBoxContentBA,
    #osBoxContentRE,
    #osBoxContentGO,
    #osBoxContentED,
    #osBoxContentTF,
    #osBoxContentVP,
    #osBoxContentFH {
        top: auto;
        left: auto;
        height: auto;
        position: static;
        padding: 0px;
        margin: 0px;
        width: 100%;
        display: none;
    }
    #statsGraph {
        position: static;
        display: none;
    }
    .osSelected {
        color: #ffffff;
        background-color: #304f81 !important;
        background-image: none;
    }
    .col50Right {
        margin-left: 0px;
        background-color: #eee;
        width: 100%;
        color: #ffffff;
        padding: 10px 0px 2px 20px;
    }
    .col50Left {
        width: 100%;
        color: #333333;
    }
    .seeAll {
        position: static;
        width: 100%;
        margin: 0px;
        padding: 0px;
        text-align: center;
        background-color: #F5F5F5;
    }
    .osItem {
        height: 34px !important;
        line-height: 34px !important;
        margin-bottom: 0px !important;
    }
    .osService {
        
    }
    .col50Left li {
        padding-left: 16px;
    }
    .osSelection {
        height: 0px;
        overflow: hidden;
        padding: 0px;
        margin: 0px;
    }
    .osService:nth-child(1) {
        margin-top: 10px;
    }
    .newCol {
        float: none;
        margin-left: 0px;
    }
    #topSites {
        background-color: #D3D3D3;
        width: 100%;
        text-align: center;
        padding-top: 95px;
        padding-left: 0px;
        padding-right: 0px;
        height: auto;
        margin-bottom: 0px;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
        padding-bottom: 20px;
    }
    #myWidgetText {
        margin-left: 0px;
        position: static;
        width: 100%;
        box-sizing: border-box;
        height: auto;
    }
    #myWidgetButton {
        position: static;
        width: 100%;
        margin-top: 0px;
    }
    .top-sites {
        display: none;
    }
    #topForms {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 30px;
        background-color: transparent;
        margin-top: 30px;
    }
    #formsContainer {
        width: 100%;
        background: #dddddd;
        opacity: 0.9;
    }
    .tfBox {
        width: 800%;
        height: 180px;
    }
    .topForms {
        width: 12.5%;
    }

    #statsWrap {
        width: 100%;
        float: none;
    }
    .stats li {
        width: 100%;
        margin-left: 0px;
        padding: 24px 15px 24px 25px;
        background-color: #333333;
        color: #ffffff;
        height: auto;
        box-sizing: border-box;
    }

    .statCTA a:link,
    .statCTA a:hover,
    .statCTA a:visited {
        color: #ffffff;
    }

    .cta-wrap {
        width: 100%;
        margin: 0;
    }

    .cta-arrow-rgt {
        left: auto;
        right: 0;
    }

    #quickStatsWrap {
        display: none;
        width: auto;
    }
    #iamAWrapper {
        position: static;
        margin-top: 30px;
        width: 100%;
    }
    #row2Container {
        margin-top: 0px;
        background-color: #dddddd;
    }
    #iamContainer {
        padding-bottom: 30px;
        width: 100%;
        overflow: hidden;
    }
    #iamaLogo {
        position: static;
    }
    #iamaText {
        margin-left: 27px;
        top: 0px;
        margin-top: 72px;
    }
    #iamaHeader {
        width: 100%;
        position: static;
    }
    #iamaContent,
    #iamaSeeMoreLink,
    #iamaContentBG {
        position: static;
        height: auto;
    }
    #iamaContent {
        width: auto;
        background-color: #eeeeee;
    }
    #iamaSeeMoreLink {
        background-color: #ffffff;
    }
    .mobileJaggiesUp,
    .mobileJaggiesDown {
        display: block;
    }
    .whiteJaggiesUp {
        margin-top: 30px;
    }
    #row3Content {
        position: static;
    }
    #newsWrap {
        margin-top: 17px;
    }
    #newsWrap .boxHeader {
        width: 100%;
        background-color: #eeeeee;
    }
    #newsSection li {
        display: none;
    }
    #newsSection li:nth-child(1),
    #newsSection li:nth-child(2),
    #newsSection li:nth-child(3) {
        display: block;
        min-height: 72px;
    }
    .even,
    .odd {
        float: none;
    }
    #newsContainer,
    #newsContainer2 {
        width: 100%;
        box-sizing: border-box;
        max-height: none;
        min-height: inherit;
        margin-right: 0px;
        padding: 10px 10px 10px 10px;
    }
    .page {
        width: 100%;
        box-sizing: border-box;
        margin-right: 0px;
    }
    #seeAllNews,
    #seeAllEvents {
        background: rgba(255, 255, 255, 1);
    }
    #seeAllEvents {
        margin: 0;
    }
    #subContainer,
    #subscribeHeader {
        display: none;
    }
    .whiteBoxHeader,
    #eventsBoxHeader {
        background: rgba(225, 225, 225, 1);
    }
    #r4left,
    #r4right {
        width: 100%;
        margin-right: 0px;
        float: none;
    }
    #r4right {
        margin-top: 30px;
    }
    #socialSelect,
    #socialContent {
        float: none;
        width: 100%;
    }
    #socialWrap {
        padding-right: 20px;
    }
    #connectText {
        color: #333333;
        float: none;
        font-size: 21px;
        margin-bottom: 11px;
        margin-left: 0;
        font-size: 16px;
        text-align: center;
        width: 100%;
    }
    #connectWrap {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }

    #connectIcons {
        width: 100%;
    }

    .socialIcon {
        width: 18%;
        height: auto;
        margin: 0 1%;
        text-align: center;
    }

    .socialIcon img {
        display: block;
        margin: 0 auto;
    }

    #row5 {
        height: auto;
        position: static;
    }
    #row4 {
        height: auto;
    }
    #sTwitterBtn,
    #sFacebookBtn,
    #sYoutubeBtn {
        float: left;
        width: 33%;
        height: 44px;
        margin: 0 1px 0 0;
        padding-left: 0px;
        font-size: 16px;
        line-height: 44px;
        -webkit-box-sizing: border-box;
        /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
        
        -moz-box-sizing: border-box;
        /* Firefox 1 - 28 */
        
        box-sizing: border-box;
    }
    .socialTSelect .fa,
    .socialFSelect .fa,
    .socialYSelect .fa {
        display: block;
        margin: 0 0 0 -5px;
        padding: 0;
        float: none;
        font-size: 28px;
        line-height: 44px;
        text-align: center;
    }
    .socialTSelect,
    .socialFSelect,
    .socialYSelect {
        padding: 0;
    }
    .socialTSelect span,
    .socialFSelect span,
    .socialYSelect span {
        display: none;
    }
    #socialSelect {
        height: 44px;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        box-sizing: border-box;
    }

    #socialBox {
        height: 450px;
    }

    #socialBox,
    #trafficBox,
    #newsContainer2 {
        background: rgba(200, 200, 200, .9);
        background-image: none;
    }

    #eventsBox,
    #row6Content,
    #row5Content,
    #eventsListWrapper,
    #eventsList li {
        width: 100%;
    }
    #eventsBox {
        height: auto;
        margin-bottom: 30px;
    }
    #eventsList li {
        min-height: 72px;
    }
    #eventsListWrapper {
        margin-bottom: 0px;
        float: none;
    }
    #transBH {
        background-color: transparent;
        text-align: left;
        width: 425px;
        margin-left: auto;
        margin-right: auto;
    }
    #transBH img {
        float: left;
        margin-left: 0px !important;
        position: static !important;
    }
    #govDeliveryIcon {
        background-color: #BC0001;
    }
    #twitterIcon {
        background-color: #00ACEE;
    }
    #facebookIcon {
        background-color: #3B5999;
    }
    #youtubeIcon {
        background-color: #BC0001;
    }
    #rssIcon {
        background-color: #B86C14;
    }
    #row3 {
        height: auto;
    }
    #newsWrap {
        float: none;
    }
    #iamaSeeMoreLink img {
        display: none;
    }
    .seeAllText {
        display: block;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        color: #264578;
        background: #ffffff;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
    #iamaSeeMoreLink {
        width: auto;
        color: #ffffff;
    }
    #row2Container {
        padding-bottom: 20px;
    }
    #iamAWrapper {
        height: auto;
    }
    #mobileFooterWrap {
        min-height: 576px;
    }
    .boxHeader i {
        display: none;
    }
    #mobileCatIndicator {
        display: block;
        width: 100%;
        height: 43px;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
        position: absolute;
        top: 80px;
    }
    #mobCatIN {
        background-color: #B86C14;
        background-image: url(http://www.in.gov/core/images/mobCatIN.png);
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        height: 43px;
    }
    #mobCatIN h1 {
        display: none;
    }
    .imgHeader {
        padding-left: 20px;
    }
    .oneThird {
        width: 100%;
    }
    #iamRightArrow {
        position: absolute;
        margin-left: -105px;
        top: 56px;
    }
    #grayOutSAYT {
        display: none !important;
    }
    .inHistCTA {
        display: none;
    }
    #photoInfoBtn {
        display: none !important;
    }
    
    .desktop-txt,
    #seeAllTrans .desktop-txt {
        display: none;
    }

    .mobile-txt,
    #seeAllTrans .mobile-txt {
        display: block;
    }

    .home-graph-container{
        width:100%;
    }

    .help-cta {
        width: 100%;
        height: auto;
        padding: 0;
        background-color: none;
    }

    .help-cta span {
        display: none;
    }

    .help-cta .button {
        width: 100%;
        margin: 0;
        padding: 15px;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        text-indent: 0;
        text-transform: none;
        color: #fff;
        background: #3a5b91
        box-sizing: border-box;
    }

    .help-cta .button b {
        display: inline-block;
        margin-right: 10px;
        font-weight: 300;
    }
}

@media screen and (max-width: 560px) {
    #iamaLogo,
    .boxHeader img {
        display: none;
    }
    .topCTA {
        text-align: left;
    }
    .imgHeader {
        padding-left: 20px;
    }
    #iamaText {
        margin-left: -142px;
    }
    #mainSearchBar {
        background-color: #cd985b;
        background-image: url(http://www.in.gov/core/images/stateSearch.png);
        background-position: center left;
        background-repeat: no-repeat;
        background-size: 150px 28px;
    }

    .socialIcon img {
        display: block;
        margin: 0 auto;
        width: 75%;
        height: auto;
    }

    .help-cta .button {
        width: 100%;
        margin: 0;
        padding: 10px;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        text-transform: none;
        color: #fff;
        background: #3a5b91
        box-sizing: border-box;
    }

    .help-cta .button strong {
        display: block;
    }
}

@media screen and (max-width: 430px) {
    #mobCatIN {
        background-position: center center;
        background-size: 100% auto;
    }
    #iamRightArrow {
        display: none;
    }

    h3 {
        font-size: 24px;
    }

    #facebookStuff {
        overflow: hidden;
    }

    #facebookStuff {
        background-size: 191px 53px;
    }

    #fb-container {
        display: none;
    }

    #fb-container2 {
        display: block;
        padding-left: 90px;
    }

    #seeAllNews {
        height: auto;
        padding-bottom: 10px;
    }
    .boxHeader {
        height: 40px;
    }
    .whiteBoxHeader h3 {
        padding-top: 0px;
    }
    #transBH {
        width: auto;
    }
    #transBH h3 {
        font-size: 21px;
    }
    #sTwitterBtn,
    #sFacebookBtn,
    #sYoutubeBtn {
        width: 32%;
    }

    .topCTA img {
        width: 160px;
        height: 64px;
        margin-top: 24px;
    }

    #topSites {
        background-size: contain;
    }
    #hmfCatSelectText {
        display: none;
    }
    .col50Left li {
        padding-right: 15px;
    }
    .osItem {
        overflow: hidden;
    }
    #topForms {}
    #topForms li {
        font-size: 14px;
    }
    #iamaText {
        font-size: 27px;
    }
    #iamaHeader {
        height: 51px;
    }
}
