﻿/*Hide extraneous P tag that's appearing in the header, pushing the agency title down*/
body p:first-child {
    /*display: none;*/
}

/* Main Container */
#size { background-image: url(/ibc/images/col_bg.jpg); }
/* Left / 1st Column */
#col1 { color: #46679d ; }
/* Column 1 - Left Navigation */
#col1 #leftnavul .linkhdr, #col1 #leftnavul #ifahome { border-bottom: 1px solid #46679d; }
#col1 #leftnav > ul li:first-child a, #col1 #leftnav ul #ifahome a { background-image: url(/ibc/images/icon_home.png); background-repeat: no-repeat; background-position: left center;}
#col1 #leftnavul .linkhdr a, #col1 #leftnavul #ifahome a { color: #46679d; }
#col1 #leftnavul .linkhdr a, #col1 #leftnavul #ifahome a { color: #46679d; }
#col1 #leftnav .linkhdr:hover a, #col1 #leftnavul #ifahome:hover a{ color: #46679d!important; }
#col1 #leftnav li:hover { background-color: #46679d; }
#col1 #leftnav li:hover a{ color: #ffffff; }
#col1 #leftnav ul li li { border-bottom: 1px solid #8197bc; }
#col1 #leftnav ul li li:hover { background-color: #8197bc; }
#col1 #leftnav ul li.navMore:hover { background-color: #46679d; }
#col1 #leftnav ul li.navMore:hover a { color: #ffffff; }
/* Column 1 - Left Navigation - Sub Menu */ /* jQuery UI Menu 1.10.0 */ 
.ui-menu .ui-menu { background-color: #46679d; }
/* Column 1 - Social Media */
#icon-social { /*background-image: url();*/ }

/* Center / 2nd Column */
#col2 h3, #col2full h3 { color: #46679d; border-bottom: 1px solid #46679d; }
/* Column 2 - Sub Page */
#lowerIndiana .breadcrumb a, #lowerIndianafull .breadcrumb a, #lowerIndianafull span { color: #8197bc; }
#lowerIndiana span { color: #46679d; }
#lowerIndiana .breadcrumb, #lowerIndianafull .breadcrumb { padding-left: 0px; }
/* Column 2 - Top */
#col2top .logo { background-image: url(/ibc/images/logo.png); width: 93px; height: 91px; }
#col2top h1 { padding-left: 105px; }
/* Column 2 - Billboards */
.ws_bullets a { background: url(/ibc/images/pagination.png) left top; }
#col2 #slides .caption .learn_more a { background-color: #46679d; background-image: url(/ibc/images/col_bg.jpg); background-repeat: repeat-x; background-position: center center; }
#col2 a.prev, #col2 a.next { background: url() no-repeat transparent; }
#col2 iframe { width: 100%!important; }
/* Right / 3rd Column */
#col3 {color: #46679d; }
#col3 p a { color: #46679d; }
/* Column 3 - Top - Online Services */
#col3 #col3topfluid #services_link { background-image: url(/ibc/images/icon_online_services.png); background-repeat: no-repeat; background-position: 0 0; }
#col3 #col3topfluid p, #col3 #col3topfluid #subscriber, #col3 #col3topfluid p a, #col3 #col3topfluid #subscriber a  { color: #46679d; }
/* Column 3 - FAQs / I Want Tos */
#col3 .faq_box { background: #8197bc; /* Old browsers */
background: -moz-linear-gradient(top, #8197bc 30%, #46679d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#8197bc), color-stop(100%,#46679d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #8197bc 30%,#46679d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8197bc 30%,#46679d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #8197bc 30%,#46679d 100%); /* IE10+ */
background: linear-gradient(to bottom, #8197bc 30%,#46679d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8197bc', endColorstr='#46679d',GradientType=0 ); /* IE6-9 */}
#col3 .faq_box { background-color: #8197bc; }
#col3 #faqlink, #col3 #wantlink2 { background-color: #8197bc; }
#col3 #faqlink2, #col3 #wantlink { color: #46679d !important; }
#col3 #faqlink, #col3 #faqlink2 { background-image: url(/ibc/images/icon_faqs.png); }
#col3 #col3midfluid, #col3 .col3midfluid { background: #8197bc; /* Old browsers */
background: -moz-linear-gradient(top, #8197bc; 30%, #46679d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #8197bc;), color-stop(100%,#46679d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #8197bc; 30%,#46679d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8197bc; 30%,#46679d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #8197bc; 30%,#46679d 100%); /* IE10+ */
background: linear-gradient(to bottom, #8197bc; 30%,#46679d 100%); /* W3C */}
#col3 #col3midfluid, #col3 .col3midfluid  { background-color: #8197bc;; }
/* Agency Customizations */
 
.countdowntext {
    font-size: 18px;
    padding-bottom: 10px;
    font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
ul.countdown {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  text-align: center !important;
  font-family: 'roboto', sans-serif;
  height: auto;
  border: 2px solid #e4b340;
  width: auto;
  margin-bottom: 15px;
}
ul.countdown li {   
  display: inline-block;
  float: left;
  padding: 5px 0;
  text-align: center;
  width: 50%;
}
ul.countdown li span {
font-size: 35px;
  font-weight: 300;
  line-height: 35px;
  color: #3d6098;
}
ul.countdown li p {
  color: #3d6098;
  float: none !important;
  font-size: 12px;
  text-transform: uppercase;
}
.days-li {
  background-color: #e4b340;
  color: #fff;
}
.days-li span, .days-li p {
  color: #fff !important;
}
.last {  }

.form1 table {
    border: none!important;
}
.recaptchatable {
    border: none!important;
}
.form1 input[type="text"],
.form1 textarea[type="text"] {
    width: 319px!important;
}
.form1 em {
    color: #FF0000 !important;
    font-weight: bold;
}
.form1 label {
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
}
.td_label {
    width: 150px!important;
}
.form1 td {
    border: none!important;
    margin: none!important;
    padding: none!important;
    vertical-align: top;
}
  
.form1 input.submit {
  float: right;
  margin: 0;
  padding: 6px 10px 4px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  background-color: #4b6b9f;  
}
#Visioning {
    margin-left: 15px;
}
.form1 input,
.form1 textarea {
margin: 3px 0 3px;
padding: 5px;
background: #e6e6e6;
border: none;
}
#calendar .event_name { font-size: 1.1em!important; }
#calendar .event_name a {  }
#calendar .event_desc p { margin-top:-5px; }
#calendar .event_desc { font-size: 0.9em!important; }
#calendar img { float:right;}
#calendar span { font-size: 0.9em!important; }
#main-menu-nav li a { padding: 15px 14px 37px 21px !important; }
  .county-select { padding: 10px 0px; }
  .county-container { display: none; } 
  .county-container table tr td {   padding: 10px 5px !important; }
  .county-container table tr:nth-child(1) {  border-bottom: 1px solid #c0c0c0; }
  .county-container table tr:nth-child(1) td {   font-weight: bold; padding: 10px 0px !important; }
  .county-container table { left: 0px !important; }

/* Agency Blog Styles*/
#col2 .tr-data {padding: 0 20px;}
#col2 #col2content h5.tr-blog {margin: 10px 0; padding: 0; font-size: 18px; text-decoration: none;}
#col2 #col2content h5.tr-blog a {text-decoration: none;}
#col2 .tr-small {margin: 0 0 10px 0; padding: 0; font-size: 12px; color: #46679d;}
#col2 .tr-desc, #col2 .tr-long {margin: 0 0 20px 0; border-bottom: 1px solid #ccc; padding:0 0 20px 0;}
#col2 .tr-desc p,
#col2 .tr-desc ul,
#col2 .tr-desc ol,
#col2 .tr-desc li,
#col2 .tr-desc div,
#col2 .t-desc span {
font-family: 'RobotoCondensed', Arial, Helvetica !important;
font-size: 14px;
line-height: 22px !important;
color: #4b4a47;
}
.tr-btn, .tr-close {font-size: 14px; font-weight: bold; color: #46679d;}
#col2 .tr-long {display: none;}
#col2.paginate-page {
    display: block;
}
#col2 .pagination {
    margin: 0 0 20px 0;
    padding: 0;
    background: #f6f6f6; /* old browsers */
    background: rgba(255,255,255,0.5);
}
 #col2 .pagination ul {
    display: block;
    overflow: hidden;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
}
 #col2 .pagination ul li {
    display: block;
    float: left;
    margin: 2px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
    background: #ddd;
}
#col2 .pagination ul li:hover,
#col2 .pagination ul li.active {
    background: #fff;
}
 #col2 .pagination-txt {
    padding: 20px;
    text-align: center;
}

/* Agency Media Queries */
@media only screen and (max-width : 768px) {
#programs, #blogs, #indepth, #media { width:98%; min-height: inherit; margin-right: 0; margin-left: 0; }
#col2top .logo { height: 50px; width: 50px; background-size: cover; }
#col2top h1 { padding-left: 75px; }
#col2 #slides, #col2 #image, #col2full #slides, #col2full #image  { margin-top: 60px;}
}
 
.bold{font-weight: bold;}
.tilt{font-style: oblique;}
.warning{color: #992222;}
.detail{font-size: 85%; color: #555555;}
.centering{text-align: center;}
.float-right{float: right; padding: 0 0 5px 5px;}
.float-left{float: left; padding: 0 5px 5px 0;}
.clearit{clear: both}
.float{float: left; padding: 0 5px 5px 0; width: 100px; text-align: center;}
.spaced-list li, .spaced-list dd{margin: .5em 0;}
.break{padding: none; margin: 1em 0;}
.break li{list-style: none;}
#col2 a[href*=".jpg"], #col2 a[href*=".png"], #col2 a[href*=".gif"], #col2 a[href*=".jpeg"], #col2 a.no-icon
{ background: none!important; 
    padding-right: 0px!important;}
body #col2 .basic-table, body #col2full .basic-table{border: 1px solid #777777; text-align: left;}
body #col2 .basic-table td, body #col2 .basic-table tr, body #col2full .basic-table td, body #col2full .basic-table tr {text-align: left;}
body #col2 .basic-table th, body #col2full .basic-table th {text-align: center;}
body #col2 .basic-table th.table-head, body #col2 .basic-table th.head, body #col2full .basic-table th.table-head, body #col2full .basic-table th.head {background-color: #000033; color: #ffffff;}
body #col2 .basic-table th.table-subhead, body #col2full .basic-table th.subhead, body #col2full .basic-table th.table-subhead, body #col2 .basic-table th.subhead{background-color: #000066; color: #ffffff;}
body #col2 .basic-table th.table-section, body #col2 .basic-table td.table-section, body #col2 .basic-table th.section, body #col2 .basic-table td.section, body #col2full .basic-table th.table-section, body #col2full .basic-table td.table-section, body #col2full .basic-table th.section, body #col2full .basic-table td.section {background-color: #eeeeff; color: #000000;}
.table-list{border: 1px solid #333333; padding: 2px; margin: 0; width: 225px;}
.table-list li{list-style: none; border: 1px solid #aaaaaa; padding: 2px;}
#col2 #col2sub ul.cg-table{padding: 2px; border: 1px solid #555555; background-color: #aaaaaa;}
#col2 #col2sub ul.cg-table li{width: 514px; text-align: left; list-style: none; display: block; background-color: #666666; color: #ffffff; padding: 2px; border: 1px solid #000000; clear: left; margin: 2px 0 0 0;}
#col2 #col2sub ul.cg-table ul{margin: -1.4em 0 0 205px; padding: 0;}
#col2 #col2sub ul.cg-table li li{background-color: #ffffff; color: #000000; width: 300px;}
#col2 #col2sub ul.cg-table li li ul{margin: 0 0 0 20px;}
#col2 #col2sub ul.cg-table li li li{border: none; width: 250px; list-style: auto;}
#col1midfluid{margin-top: 3px; border: 1px solid #020328; width: 207px; padding: 0;}
#col1midfluid h3{margin: 0; padding: 5px;}
#col1midfluid a{color: #ffffff;}
#col1midfluid ul{padding: 0 10px 0 15px; margin: .5em 10px}
#col1midfluid ul li{margin: .5em 0; line-height: 1.2em;}
#col2full #col2content {width: 100%; }
#col2 #col2content h4, #col2full #col2content h4, #col2 #col2sub h4, h5, h6 {margin: .5em 20px .5em 5px;}
#col2 #col2content h4, #col2 #col2sub h4 {padding: 0;}
#col2 #col2content ul, #col2 #col2sub ul {margin: 1em 20px;}
#col2 #col2content ol, #col2 #col2sub ol {margin: 1em 20px 1em 40px;}
#col2 #col2content p, #col2 #col2sub p, #col2full #col2content p {margin: 1em 20px;}
#col2 #col2content div, #col2 #col2sub div {margin: 1em 0;}
#col2 #col2content div.float {margin: 0;}
#col2 #col2content h4, #col2full #col2content h4, #col2 #col2sub h4 {font-size: 120%; color: #8197bc; }
#col2 #col2content h5, #col2full #col2content h5, #col2 #col2sub h5 {font-size: 100%; color: #333399;}
#col2 #col2content h6, #col2full #col2content h6, #col2 #col2sub h6 {font-size: 85%; color: #666699;}
/* #col2 #col2content, #col2 #col2sub {padding: 0 10px;} */
#col2 #col2content li ul, #col2full #col2content li ul, #col2 #col2sub li ul {margin: 0 0 0 20px; padding: 0;}
#col2 #col2content li ol, #col2full #col2content li ol, #col2 #col2sub li ol {margin: 0 0 0 20px; padding: 0;}
#col2full #image {width: auto; height: auto;}
/*-----Social Media Container Styles-----*/
#tabs {
    border-bottom:1px solid #ccc;
    height:28px;
}
#tabs li {
    float:left;
    list-style:none;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    margin-right:5px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    -moz-box-shadow: 0 -2px 2px #dadada;
    -webkit-box-shadow:  0 -2px 2px #dadada;
    box-shadow: 0 -2px 2px #dadada;
}
#tabs li a {
    font-size:13px;
    font-weight:bold;
    color:#000000;
    padding:7px 14px 6px 12px;
    display:block;
    background:#FFFFFF;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    text-decoration:none;
    background: -moz-linear-gradient(top, #ebebeb, white 10%);
    background: -webkit-gradient(linear, 0 0, 0 10%, from(#ebebeb), to(white));
    border-top: 1px solid white;
    text-shadow:-1px -1px 0 #fff;
    outline:none;
} 
#tabs li a.inactive{
    padding-top:5px;
    padding-bottom:5px;
    color:#666666;
    background: -moz-linear-gradient(top, #dedede, white 75%);
    background: -webkit-gradient(linear, 0 0, 0 75%, from(#dedede), to(white));
    border-top: 1px solid white;
}
#tabs li a:hover, #tabs li a.inactive:hover {
    border-top: 1px solid #dedede;
    color:#000000;
}
.container{
    clear:both;
    padding:0px;
    width:100%;
    /*background-color:#fff;*/
    text-align:left;
    max-height:330px;
    overflow-y:auto;
}

.social.container{
    margin-bottom: 30px;
}

#instafeed img{
  width:31%;
  padding:0 1% 2% 1%;
}
#tab1.social.container{
    padding: 0 10px;
}
#tab2.social.container{
    padding: 0 20px;
}

@media only screen and (max-width : 1024px) {
    #tab1.social.container{
        padding: 0;
    }
    #tab2.social.container{
        padding: 0;
    }
}

#answer01, #answer02, #answer03, #answer04, #answer05, #answer06, #answer07, #answer08, #answer09, #answer10, #answer11, #answer12, #answer13, #answer14 {display: none;}

.input-keyword{
    width:97.4%;
    height:40px;
    padding-left: 10px; 
    font-size: 16px;
}
.select-county, .select-pillar{
    box-sizing: border-box;
    width:49%;
    float:left;
    height:40px;
    padding-left:10px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}
.search-btn{
    width:150px;
    height:40px;
    margin-bottom: 20px;
    line-height: 42px;
    font-size: 20px;
    text-align: center;
    border: solid 1px #ccc;
    background-color: #46679d;
    color: #fff;
    clear: both;
    cursor: pointer;
}
.search-btn:hover{
    background-color: #8197bc;
}
.select-pillar{
    margin-left:2%;
}
.search-page-title, .results-header, .results-info-head, .results-info {
    text-transform: uppercase;
    color: #46679d;
}
#col2 #col2content div{
    margin:0 !important;
}
.ibc-result-link{
    color: #8197bc;
}
.ibc-result-link:hover{
    color: #46679d;
}
.ibc-result-more{
    margin-top: 5px;
    color:#8197bc;
    text-decoration: underline;
    cursor: pointer;
}
.ibc-result-more:hover{
    color:#46679d;
}
.ibc-result-wrap {
    padding: 10px 0 10px 0;
}
.ibc-result-org, .ibc-result-county{
    font-weight: 600;
}
.ibc-result-descrip {
    width: 100%;
}
#col2 #col2content .results-wrapper .pagination ul, #col2 #col2sub .results-wrapper .pagination ul {
    margin: 0;
}

.ig-follow{
    margin: 0px 5px 10px 5px !important;
}


/* ActiveData form styles */
.ad-form .errormessage {font-size:11px;font-family:Arial;color:#FF0000;} 
.ad-form td {font-size:11px;font-family:Arial;} INPUT{font-size:11px;font-family:Arial;} 
.ad-form select {font-size:11px;font-family:Arial;} TEXTAREA{font-size:11px;font-family:Arial;} 
.ad-form .hiding {display:none;} 
.ad-form .text25 {width:25px;} 
.ad-form .text60 {width:60px;} 
.ad-form .text80 {width:80px;} 
.ad-form #divOEMScheduler {border:solid 1px #ECE9D8;}
.ad-form #cellCBlock {height:150px;overflow-y:scroll;border-top:2px inset #C0C0C0;border-left:2px inset #C0C0C0;border-bottom:1px solid #C0C0C0;border-right:1px solid #C0C0C0;} 
.ad-form .ccontainer {width:100%;} 
.ad-form .sccontainer {margin-left:30px;display:none;}
.ad-form table,.ad-form  div {font-size:16px;}
.ad-form body {background-color:#fff;}

.ad-form.test, .ad-form.test td{
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #333;
}

.ad-form.test td input, .ad-form.test td select, .ad-form.test td textarea, .ad-form.test option{
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
    height:30px;
    padding:4px;
    border: solid 1px #7C7C7C;
    color:#333;
    font-size:13px;
    float:left
}

.ad-form.test label{
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    padding: 4px;
}

.ad-form.test #btnADXSubmit{
    display: block;
    float: left;
    clear: left;
    margin: 0;
    border: none;
    padding: 10px 15px;
    line-height: 12px;
    font-family: 'Open Sans', sans-serif;
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    background: #2f6289;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.ad-form.test #btnADXSubmit:hover{
    text-decoration: none;
    background: #233e51;
    color: #fff;
    cursor: pointer;
}

/* 2016 Header */
.in-header{
    background: #46679d;
}
.in-header .menu,
.in-header .close {
    color: #fff;
    background: rgba(255,255,255,0.25);
}
.in-utility {
    color: #fff;
    background: #46679d;
}
.in-utility .feedback .icon,
.in-utility .feedback .form {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}
.in-menus .skin-minimal.breadcrumbs {
  border-top-color: rgba(0,0,0,0.3);
  border-bottom-color: rgba(255,255,255,0.1);
  background: #46679d;
}
.in-search .select2-container--default .select2-selection--single {
    border: 1px solid #46679d;
    background-color: #46679d;
}
.in-title-bar input[type="submit"] {
    background-color: #46679d;
}
.person {
    display: block;
}
.sbHolder,
#col1 #col1top,
#col2 #col2top,
#col2full #col2top,
#col3top {
    display: none !important;
}
#col2{
    padding-top: 20px;
}