﻿/**  Site Colors  **/
/**  Dark Blue: #0172b8;  **/
/**  Light Blue: #ddedfd;  **/
/**  Orange: #f15c22;  **/


/* Sharepoint overrides */

.ie10 .ms-cui-modalDiv-ie,.ms-cui-glass-ie {
	background-color:transparent !important;
}

/* fix scrolling on list pages */
#s4-bodyContainer {
	position: relative;
}

/* hide body scrolling (SharePoint will handle) 
body {
	height:100%;
	overflow:hidden;
	width:100%;
}*/
		
/* popout breadcrumb menu needs background color for firefox */
.s4-breadcrumb-menu {
	background:#F2F2F2;
}

/* if you want to change the left nav width, change this and the margin-left in .s4-ca */
body #s4-leftpanel {
	/* width:155px; */
}		

/* body area normally has a white background */
.s4-ca {
	background:transparent none repeat scroll 0 0;
	/* margin-left:155px; */
}

/* when the ribbon has no content (anonymous logons) hide the container */
body #s4-ribbonrow {
	min-height: 0 !important;
	height: auto !important;
}	


/* overwrite JQM loader */
.ui-loader {
	display:none;
}	


/* overwrite form styles */

#ctl00_ctl43_g_c1549436_5476_4c37_a5a8_229168697a9e_pnlDymanic table.noWrapList label {
/* width: 100%; */
margin-left: 5px!important;
margin-top: 1px!important;
padding-top: 2px!important;
width:200px!important;
}

#ctl00_ctl43_g_c1549436_5476_4c37_a5a8_229168697a9e_pnlDymanic .noWrapList {
width:250px!important;
}

#ctl00_ctl43_g_c1549436_5476_4c37_a5a8_229168697a9e_pnlDymanic .noWrapList {
margin: 0px 0 0;
}

#ctl00_ctl43_g_c1549436_5476_4c37_a5a8_229168697a9e_pnlDymanic table.noWrapList label {
padding-top: 2px;
margin: 6px 0 0 4px;
}

#ctl00_ctl43_g_c1549436_5476_4c37_a5a8_229168697a9e_pnlDymanic table.noWrapList input {
margin: 0px 0 0 0px!important;
}

#ctl00_ctl43_g_c1549436_5476_4c37_a5a8_229168697a9e_pnlDymanic .selections .itemLabel {
width: 125px!important;
}

/* Web Part font override */

.ms-WPBody {
  font-size: .85em;
  font-family: Lato, Arial, Helvetica, sans-serif !important;
}




/*  Global Styles  */

body {
	background: url('/Style Library/2010/images/bg-main.jpg') no-repeat top center #248cf7;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: 300;
	color: #555;
	line-height: 1.4em;
}

p {
	line-height: 1.6em;
	/*margin-bottom: 1.1em;*/
}

a {
	color: #0172b8;
	text-decoration: none;
}

a:visited {
	color: #0172b8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

h1, h2, h4 {
	color: #0172b8;
}

h3, h5, h6 {
	color: #555;
}

h1 {
	font-size: 2.1em;
	margin-top: 0;
}

h2 {
	font-size: 1.9em;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: .75em;
}

h3, h4 {
	margin-top: 1em;
	margin-bottom: .5em;
}

h5, h6 {
	margin-top: .1em;
	margin-bottom: .25em;
}

h3 {
	font-size: 1.6em;
	line-height: 1.3em;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 5px;
}

h4 {
	font-size: 1.3em;
	line-height: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

/*  Modified to control lists of links on 02/15/2011 - RLP  */
ul {
/*	list-style: disc;
	margin: 15px 30px; */
/*	list-style:none;
	margin:0;
	padding:0px; */
	list-style: disc;
	/*margin: 15px 20px;*/
	/*padding:0;*/
}
ol {
	/*list-style: decimal;*/
	/*margin: 15px 30px;*/
	/*padding:0;*/
}

ol ol {
  list-style-type: lower-alpha;
  margin-top: 5px;
}

li {
	margin: 5px 0;
}

/*  Added to control lists of links on 02/15/2011 - RLP  */

ul li {
/*	background-image: url('/Style Library/Images/bl_lstbulet.gif');
	background-repeat: no-repeat;
	background-position: 4px 1px;
	padding-left: 15px;
	padding-right: 5px;
	line-height:15px;	*/
}
dl {
	margin: 15px 0;
}
dt {
	font-weight: 700;
	margin-bottom: 5px;
}
dd {
	margin: 0 0 0 15px;
}

strong {
	/*font-weight: 700;*/
	font-family: 'Lato';
	font-weight: 700;
}

em {
	/*font-style: italic;*/
	font-family: 'Lato';
	font-style:italic;
}

em strong, strong em, i b, b i { 
	font-family: 'Lato';
	font-weight: 700;
	font-style: italic;
}

blockquote {
	font-style: italic;
	padding: 15px 15px 1px;
	margin-bottom: 15px;
	background: #ddedfd;
}
code {
	font-family: "Courier New";
	padding: 3px 5px;
	background: #efefef;
	margin-bottom: 15px;
	display: inline-block;
}
.clear {
	clear: both;
}
#container {
	width: 850px;
	margin: 0 auto;
}
#content-container {
	width: 850px;
	margin: 0 auto;
}
#footer-container {
	width: 850px;
	margin: 0 auto;
}

/*  Header  */

#header {
	background: url('/Style Library/2010/images/bg-header.png') top center no-repeat;	
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}
#header h1 {
	position: absolute;
	text-indent: -9999px;
}
#header #logo {
	position: absolute;
	top: 23px;
	left: 361px;
}
#header ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
#header ul li {
	margin: 0;
	display: inline;
}
#header ul li a {
	display: block;
	float: left;
}

/*  Top Nav  */

#top-nav {
	height: 30px;
	padding-top: 30px;
}

#top-nav ul {
	position: absolute;
	top: 30px;
	padding-top: 5px;
}

#top-nav li a {
	font-size: .7em;
	font-weight: 700;
	line-height: 20px;
}

#top-nav ul#top-nav-left {
	left: 30px;
}

#top-nav ul#top-nav-right {
	right: 30px;
}

#top-nav ul#top-nav-left li a {
	margin: 0 20px;
}

#top-nav ul#top-nav-right li a {
	margin: 0 10px;
}



/*  Main Nav  */

#nav {
	height: 55px;
}

#nav ul {
	position: absolute;
	height: 55px;
}

#nav ul#nav-left {
	left: 10px;
}

#nav ul#nav-right {
	right: 10px;
}

#nav ul li a {
	margin: 19px 11px 0 11px;
	height: 17px;
	/* text-indent: -9999px; */
	font-family: 'Lato';
	font-size: .65em;
	text-transform: uppercase;
	line-height: 1.2em;
	color: #f05320;
	text-align: center;
	font-weight: 700;
	letter-spacing: .02em;
}


#nav ul li a#city-county-admin-btn {
	width: 83px;
}

#nav ul li a#courts-laws-btn {
	width: 39px;
}

#nav ul li a#culture-recreation-btn {
	width: 60px;
}

#nav ul li a#education-jobs-btn {
	width: 56px;
}

#nav ul li a#neighborhood-services-btn {
	width: 78px;
}

#nav ul li a#public-safety-btn {
	width: 38px;
}

#nav ul li a#taxes-budgets-btn {
	width: 44px;
}

#nav ul li a#voting-public-records-btn {
	width: 80px;
}

#nav ul li a:hover {
	text-decoration: none;
	color: #076eb3;
}



/*  Sub Navigation  */

.sub-nav {
	display: none;
	background-color: #003159;
	padding: 10px 5px;
	min-height: 1px;
}

.sub-nav ul {
	list-style: none;
	margin: 0;
}

.sub-nav ul li {
	display: inline;
	margin: 0;
}

.sub-nav ul li a {
	display: block;
	float: left;
	margin: 0px 5px;
	padding: 5px 5px;
	line-height: 14px;
	width: 260px;
	/*text-align: center;*/
	text-decoration: none;
	font-size: .7em;
	font-weight: 400;
	color: #FFFFFF;
}

.sub-nav ul li a:hover {
	background: #eaf4fe;
	color: #035ca0;
	font-weight:700;
}

.sub-nav .nav-arrow {
	position: absolute;
	width: 28px;
	height: 9px;
	top: 106px;
	background: url('/Style%20Library/2010/images/nav-arrow-up.jpg') no-repeat top center;
}

#city-county-admin .nav-arrow {
	left: 48px;
}

#courts-laws .nav-arrow {
	left: 132px;
}

#culture-recreation .nav-arrow {
	left: 201px;
}

#education-jobs .nav-arrow {
	left: 283px;
}

#neighborhood-services .nav-arrow {
	right: 275px;
}

#public-safety .nav-arrow {
	right: 196px;
}

#taxes-budgets .nav-arrow {
	right: 135px;
}

#voting-public-records .nav-arrow {
	right: 50px;
}



/*  Search Bar  */

#search-bar {
	background: url('/Style Library/2010/images/bg-search-bar.jpg') no-repeat top center;
	height: 35px;
	text-align: center;
}
#search-bar #search-center {
	width: 516px;
	margin: 0 auto;
	padding-top: 6px;
}
#search-bar #search-text {
	width: 410px;
	margin: 0 10px;
	height: 16px;
}
#search-bar input {
	display: block;
	float: left;
}
#search-bar img,
#search-bar #search-submit {
	display: block;
	float: left;
	margin-top: 2px;
}

/*  Billboard  */

#billboard {
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
#billboard img {
	display: block;
}

#billboard:hover .slide-control { display: block !important; }

#billboard .slide-control {
    display: none;
    height: 40px;
    margin-top: -150px;
    position: absolute;
    width: 35px;
    z-index: 100;
	background-image: url(/PublishingImages/arrows2.png);
	background-position: -80px 0;
	background-repeat: no-repeat;
	cursor: pointer;
}

#prev-slide { background-position: -38px 0!important; margin-left: 5px; }

#next-slide { background-position: -1px 0!important; margin-left: 790px; }

/*  Content  */

#content {
	background: #fff;
	min-height: 400px;
	padding: 10px 10px 20px;
}

#content-sidebar {
	background: #fff;
	min-height: 400px;
	padding: 10px 10px 20px;
}

#sidebar {
	float: left;
	width: 200px;
}

#sidebar h3 {
	font-size: 1.2em;
}

#sidebar h4 {
	line-height: 20px;
	font-size: 1.1em;
	font-family: 'Arvo', 'serif';
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	border-bottom: 1px solid #efefef;
}

#content-sidebar #main-content {
	float: right;
	width: 620px;
	min-height: 200px;
}

#content #main-content {
	float: none;
	width: inherit;
}

.section {
	background: #fff;
	margin-bottom: 10px;
	border: none!important;
}

.col2 .section-header {
	line-height: 32px;
	font-size: 1.2em;
	font-family: 'Arvo', 'serif';
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	border-bottom: 1px solid #efefef;
}

.col2 .section h4 {
	line-height: 32px;
	font-size: 1.2em;
	font-family: 'Arvo', 'serif';
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	border-bottom: 1px solid #efefef;
}

#main-content .section-header img {
	height:32px;
}

.section-header li {
	line-height:18px;
}

.section-header ul {
	margin: 10px 20px;
}

.section-header div.HeaderDisplay {
	display:block !important;
	padding:3px 0 3px 3px;
	font-weight:700;
}

.section-header div img {
	margin:9px 0;
}

.section-content {
	padding: 10px; /*20px*/
}

.section-content table td,  
.section-content table th {
  padding: 3px;
}

.col2 .section-content {
	font-size: .9em;
}

.col2 h5 {
	font-size: 1.3em;
}

.col2 h6 {
	font-size: 1.1em;
}

/*  Layout  */

#two-col-layout .col1 {
	width: 305px;
	float: left;
}
#two-col-layout .col2 {
	width: 305px;
	float: right;
}
#two-col-layout-sidebar .col1 {
	width: 410px;
	float: left;
}
#two-col-layout-sidebar .col2 {
	width: 200px;
	float: right;
}
#three-col-layout .col1 {
	width: 200px;
	float: left;
	margin-right: 10px;
}
#three-col-layout .col2 {
	width: 200px;
	float: left;
}
#three-col-layout .col3 {
	width: 200px;
	float: right;
}

/*  Left Navigation  */

#left-nav {
}

#left-nav ul {
	margin: 0;
	padding-left:0;
	list-style: none;
}

#left-nav ul li {
	text-align: left;
	display: block;
	margin: 0 0 8px 0;
	line-height: 1.2em;
	font-weight: 500;
	color: #0172b8;
	cursor: pointer;
}

#left-nav ul li:first-child {
	/*font-weight: 700;*/
}

#left-nav ul li a {
	text-decoration: none;
}

#left-nav ul li a:hover {
	text-decoration: underline;
}

#left-nav ul li ul {
	margin-top: 7px;
	margin-right: 5px;
	margin-left: 14px;
	margin-bottom: 10px;
	font-size: .85em;
}

#left-nav ul li ul li, 
#left-nav ul li ul li a {
	font-weight: 400;
	color: #555;
}

#left-nav ul li ul li ul {
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: .95em;
}

#left-nav ul li ul li ul li {
	line-height: 1.2em;
}

#left-nav ul li ul li ul li, 
#left-nav ul li ul li ul li a {
	color: #777;
}

#left-nav .section-content {
	/*padding: 15px 20px;*/
	border: 1px solid #efefef;
	background-color: #fcfcfc;
}

#left-nav .more-nav {
	background: url('/Style Library/2010/images/bg-arrow.jpg') no-repeat bottom left;
	height: 8px;
	width: 5px;
	display: inline-block;
	margin-left: 5px;
	float: right;
	line-height: 1em;
	margin-top: 5px;
}


/*  Social Icons  */

#social-icons {
	margin-bottom: 10px;
	text-align: center;
}
#social-icons img {
	display: inline-block;
	margin: 0 2px;
}

/*  Calendar of Events  */

#calendar-events img.TempCalendar {
	display: block;
	width: 150px;
	margin: 0 auto;
}

/*  Breadcrumnbs  */

#breadcrumbs {
	height: 35px;
	margin-bottom: 10px;
	font-size: .8em;
	line-height: 13px;
}

#breadcrumbs .current {
	color: #0172b8;
	font-weight: 700;
}


/*  Banner  */

#main-content .banner {
	margin-bottom: 10px;
}
#main-content .banner img {
	display: block;
}

/*  Content Footer  */

#content-footer {
	background: url('/Style Library/2010/images/bg-content-footer.png') no-repeat top center;
	min-height: 50px;
	text-align: center;
	padding-bottom: 15px;
	font-weight: 400;
}
#content-footer ul {
	margin: 14px 0 0; /* 15px */
	list-style: none;
}
#content-footer ul li {
	margin: 0;
	display: inline;
}
#content-footer ul li a {
	text-decoration: none;
	color: #f15c22;
	border-right: 1px solid #f15c22;
	margin: 0 8px 0 0;
	padding: 0 10px 0 0;
	font-size: 10px;
}
#content-footer ul li a.last {
	border-right: none;
	margin: 0;
	padding: 0;
}
#content-footer ul li a:hover {
	text-decoration: underline;
}

/*  Footer  */

#footer {
	padding: 20px 0;
}
#footer .col {
	width: 140px;
	padding: 0 15px;
	float: left;
	font-size: 10px;
}
#footer .col h4 {
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	font-size: 10px;
}
#footer .col ul {
	list-style: none;
	margin: 0 0 25px;
}
#footer .col ul li {
	display: list-item;
	margin: 0 0 7px;
}
#footer .col ul li a {
	color: #fff;
	text-decoration: none;
	line-height: 13px;
}
#footer .col ul li a:hover {
	text-decoration: underline;
}

/* Link Icons  */

#main-content a[href^="mailto:"] {
	padding-right: 20px;
	display:inline-block;
	background: transparent url('/Style Library/2010/images/icon-mailto.gif') no-repeat center right;
} 
#main-content a[target="_new"] {
	padding-right: 20px;
	display:inline-block;
	background: transparent url('/Style Library/2010/images/icon-popup.gif') no-repeat center right;
}
#main-content a[href$=".doc"] {
	padding-right: 20px;
	display:inline-block;
	background: transparent url('/Style Library/2010/images/icon-doc.gif') no-repeat center right;
}
#main-content a[href$=".xls"] {
	padding-right: 20px;
	display:inline-block;
	background: transparent url('/Style Library/2010/images/icon-xls.gif') no-repeat center right;
}
#main-content a[href$='.pps'], 
#main-content a[href$='.ppt'] {
	padding-right: 20px;
	display:inline-block;
	background: transparent url('/Style Library/2010/images/icon-pps.gif') no-repeat center right;
}
#main-content a[href$='.mov'],
#main-content a[href$='.wmv'],
#main-content a[href$='.mp4'],
#main-content a[href$='.avi'],
#main-content a[href$='.mpg'] {
	padding-right: 20px;
	display:inline-block;
	background: transparent url('/Style Library/2010/images/icon-film.gif') no-repeat center right;
}
#main-content a[href$='.mp3'], 
#main-content a[href$='.wav'], 
#main-content a[href$='.ogg'], 
#main-content a[href$='.wma'], 
#main-content a[href$='.m4a'] {
	padding-right: 20px;
	display:inline-block;
	background: transparent url('/Style Library/2010/images/icon-music.gif') no-repeat center right;
}
#main-content a.external {
	padding-right: 18px;
	background: transparent url('/Style Library/2010/images/icon-external.gif') no-repeat center right;
}
#main-content a[href$=".pdf"], 
#main-content a[href$=".PDF"] {
	padding-right: 20px; 
	display:inline-block;
	background: transparent url('/Style Library/2010/images/icon-pdf.gif') no-repeat center right;
}
#main-content a[target="_blank"] {
	padding-right: 18px;
	display:inline-block;
	background: transparent url('/Style Library/2010/images/icon-external.gif') no-repeat center right;
}

/*  Clear out external link icons for twitter feeds  */
#clearit a[target="_blank"] {
	padding-right: 0px;
	background: none;
}


/*  Migid Content  */

.migidContent-left {
 float: left;
 width: 410px;
}
.migidImage-right {
 float: right;
 width: 160px;
}

/*#widget p
{
	margin-bottom:0;
}*/

td#MSOTlPn_MainTD
{
	vertical-align:top;
}

/*  Added to control display of multi-line bullet lists  */
ul.plain_list {
	list-style:none;
	margin:0;
	padding:0px;
}
ul.plain_list li {
	background-image: url('/Style Library/Images/bl_lstbulet.gif');
	background-repeat: no-repeat;
	background-position: 4px 1px;
	padding-left: 15px;
	padding-right: 5px;
	line-height:15px;
}

/*  Added to enable standard header graphics - 02/23/2011, RLP  */
#Left-nav-header{
	width:198px;
	height:32px;
	border-bottom: 1px solid #ddedfd;
	background-repeat:no-repeat;
}
#Left-nav-header-home{
	width:198px;
	height:32px;
	border-bottom: 1px solid #ddedfd;
	background-repeat:no-repeat;
	background-image:url('/Style Library/2010/images/header_elected_officials.jpg');
}
#Calendar-header{
	width:198px;
	height:32px;
	border-bottom: 1px solid #ddedfd;
	background-repeat:no-repeat;
	background-image:url('/Style Library/2010/images/header_calendar.jpg');
}
#Resource-header{
	width:198px;
	height:32px;
	border-bottom: 1px solid #ddedfd;
	background-repeat:no-repeat;
	background-image:url('/Style Library/2010/images/header_resources.jpg');
}
#IndyTV-header{
	width:303px;
	height:32px;
	border-bottom: 1px solid #ddedfd;
	background-repeat:no-repeat;
	background-image:url('/Style Library/2010/images/header_indy_tv.jpg');
}
#News-header{
	width:198px;
	height:32px;
	border-bottom: 1px solid #ddedfd;
	background-repeat:no-repeat;
	background-image:url('/Style Library/2010/images/header_news.jpg');
}
#LearnMore-header{
	width:198px;
	height:32px;
	border-bottom: 1px solid #ddedfd;
	background-repeat:no-repeat;
	background-image:url('/Style Library/2010/images/header_learn_more.jpg');
}
/* Added to enable syling suggested by WV Interactive - 7/25/2011, RLP */
/*h1, h2, h3, h4, h5 {
	color:#0172b8;
}
h1 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}
h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}*/
table {
	border:0px;
}
.padding {
	padding: 10px;
}
.\315padding {
	padding:15px;
} 
.\320padding {
	padding:20px;
} 
.mayortitle {
	margin-bottom:10px; 
	display:block; 
	color:#ddedfd; 
	font-size:130%;
}
.fullspan {
	width:100%;
}
.blue {
	color:#0172b8!important;
}
.orange {
	color:#f15c22!important;
}
table.padded td {
	padding:5px;
}

/* Define styles for MiniGrid Calendar - Added 12/22/2011 - Rick Petrecca */
#MiniGrid table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 100%;
}

#MiniGrid th {
	font-weight: 400;
}

#MiniGrid td {
	padding-top: 7px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 6px;
	text-align: center;
	line-height: 1.2em;
}
#MiniGrid .calendartext {
	font-size: .9em!important;
}

#MiniGrid a.calendartext {
	text-decoration: underline;
}

#MiniGrid .titleSmallGrid {
	font-size: 1.2em!important;
	color: #0172b8!important;
	padding-top: 7px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 7px;
	text-align: center;
}

#MiniGrid .dayheaderSmallGrid {
	font-weight: 700!important;
	font-size: .7em!important;
	color: #FFFFFF!important;
	background-color: #0172b8!important;
	padding: 3px 2px;
	text-align:center;
}

#MiniGrid .calendarcellSmallGrid {
	font-size: .7em!important;
	color: #555!important;
	background-color: #efefef!important;
}

#MiniGrid .calendarcellhiliteSmallGrid {
	font-size: .7em!important;
	color: #555!important;
	background-color: #fefefe!important;
}

#MiniGrid a.calendarcellSmallGrid {
	font-size: .7em !important;
	color: #555 !important;
	background-color: #fefefe !important;
	text-decoration: underline;
}

/* This style controls the style of grid cells not being used. */
#MiniGrid .otherdaySmallGrid {
	font-size: .8em!important;
	color: #ffffff;
	background-color: #ffffff!important;
	text-align: center;
}

#MiniGrid BODY {
	font-size: .8em!important;
	color: #555;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0px;
}

#sidebar #MiniGrid ul {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #f5f5f5;
	padding-top: 10px;
}

#sidebar #MiniGrid ul li {
	display: block;
	width: 100%;
	float: left;
	clear:both;
}

#sidebar #MiniGrid .event_date, #sidebar #MiniGrid .event_link {
	float:left;
}

#sidebar #MiniGrid .event_date {
	text-align: center;
	line-height: .5em;
	float:left;
	width: 25px;
	padding: 5px;
	margin-right: 5px;
	margin-top: 2px;
	border: 1px solid #efefef;
	background-color: #fefefe;
	overflow: hidden;
}

#sidebar #MiniGrid .event_date .month {
	font-size: .7em;
	display: block;
}

#sidebar #MiniGrid .event_date .day {
	font-size: 1.2em;
	line-height: 1.1em;
	display: block;
}

#sidebar #MiniGrid .event_link {
	font-size: .8em;
	float: left;
	width: 135px;
	line-height: 1.3em;
}

#sidebar #MiniGrid h3 {
	color: #0172b8!important;
	border-bottom: 1px solid #efefef;
	padding-bottom: 5px;
	margin-bottom: 2px;
}



/* Styles for MAC interface and general reuse*/


.bg-info {
    padding: 15px;   
}

.btn-set {  
  line-height: 1 !important;
  font-size: .9em !important;
  padding: 6px 12px !important;
}

.btn-default {
  color: #ffffff!important;
  background-color: #95a5a6;
  border-color: #95a5a6;
}

.ms-WPBody .btn-default {
  color: #FFF !important;
  font-family: Lato, Arial, Helvetica, sans-serif !important;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
color: #ffffff;
background-color: #7f9293;
border-color: #74898a;
}

.btn-primary {
color: #ffffff;
background-color: #2c3e50;
border-color: #2c3e50;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #1e2a36;
border-color: #161f29;
}

.btn-success {
color: #ffffff;
background-color: #18bc9c;
border-color: #18bc9c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #13987e;
border-color: #11866f;
}

.btn-info {
color: #ffffff;
background-color: #3498db;
border-color: #3498db;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #2383c4;
border-color: #2077b2;
}

.btn-warning {
color: #ffffff;
background-color: #f39c12;
border-color: #f39c12;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #d2850b;
border-color: #be780a;
}

.btn-danger {
color: #ffffff;
background-color: #e74c3c;
border-color: #e74c3c;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #df2e1b;
border-color: #cd2a19;
}

/* Bootstrap Customizations */

/* Orange Buttons */


.btn-orange {
  color: #FFF;
  background-color: #f15c22!important;
  border-color: #d9440a;
  margin: 10px;
  min-width: 145px;
  min-height: 35px;
  line-height:1.2em;
  background-image:none!important;
  padding-right: 12px!important;
}

.btn-blue {
  color: #FFF;
  background-color: #0271b8!important;
  border-color: #0267ae;
  margin: 10px;
  min-width: 145px;
  min-height: 35px;
  line-height:1.2em;
  background-image:none!important;
  padding-right: 12px!important;
}


.col2 .section-content .btn-orange {
	min-height: 20px;
	min-width: 85px;
	line-height: 1.4em;
	margin: 5px;
}

.col2 .section-content .btn-blue {
	min-height: 20px;
	width: 120px;
	line-height: 1.4em;
	margin: 5px;
}


#sister_menu .btn-orange {
	min-width: 70px;
	line-height: 1.1em;
	min-height: 30px;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 8px!important;
	padding-left: 8px;
}

a.btn-orange, a.btn-blue {
  color: #FFF;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  color: #FFF;
  background-color: #d9440a!important;
  border-color: #bf2a00;
  text-decoration:none!important;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: #FFF;
  background-color: #0267ae!important;
  border-color: #025da4;
  text-decoration:none!important;
}


.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-orange .badge {
  background-color: #f15c22;
  border-color: #e9541a;
}


.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #18bc9c;
  border-color: #18bc9c;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #15a589;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
/*.alert-info {
  background-color: #3498db;
  border-color: #3498db;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #258cd1;
}
.alert-info .alert-link {
  color: #e6e6e6;
}*/
.alert-warning {
  background-color: #f39c12;
  border-color: #f39c12;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #e08e0b;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #e43725;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}

.macUi h2 {
	font-size: 3em;
	font-weight:normal;
	color:#555;
}

.macUi .col-md-12, .macUi .col-md-12 {
	width: 95%;
}

.macUi a:visited, .macUi a:link {
	color: #fff;
	text-decoration: none;
}

.macUi #accordion a:visited, .macUi #accordion a:link {
	color: #000;
}

.macUi .panel-title {
    font-size: 1.6em; /* was 1.3, revert for new portal */
    padding: 10px 15px;
    font-weight:normal;
}

.macUi-success {
    background-color: #60C9B4;
    border-color: #18bc9c;
}

.macUi-success:hover {
    background-color: #35AC95;
    border-color: #11866f;
}

.macUi .panel-default {
    margin-bottom:10px !important;
}

.macUi .panel-title small {
    color:white;   
}

.macUi .panel-heading {
    padding:0;
}

.macUi .list-group-item a {
    display:block;   
}

.macUi .list-group-item:hover {
    background-color:#bce8f1;   
}

.macUi .list-group-item i {
    line-height: 1.25;   
}

.macUi ul {
	margin:0px;
}

.alert a:link, .alert a:visited  {
 color:#555;  
}

.request-brand {
    padding-left: 45px; 
    color:#21569e !important;
    font-weight:bold;
}

.indy-request-brand {
    margin: 0px 0 0 -15px;  
    font-size: 5em; /*remove on new portal update*/ 
}
/* Override SP thumbnail */
div.thumbnail {
	display: block;
	padding: 4px;
	position: static;
	width: auto;
}

/* Extras */

.float-left {float:left;}
.float-right {float:right;}
.padding-none{padding:0 !important;}
.padding{padding:10px !important;}
.padding-sm{padding:5px !important;}
.padding-lg{padding:22px !important;}
.padding-top-none{padding-top:0 !important;}
.padding-top{padding-top:10px !important;}
.padding-top-sm{padding-top:5px !important;}
.padding-top-lg{padding-top:22px !important;}
.padding-right-none{padding-right:0 !important;}
.padding-right{padding-right:10px !important;}
.padding-right-sm{padding-right:5px !important;}
.padding-right-lg{padding-right:22px !important;}
.padding-bottom-none{padding-bottom:0 !important;}
.padding-bottom{padding-bottom:10px !important;}
.padding-bottom-sm{padding-bottom:5px !important;}
.padding-bottom-lg{padding-bottom:22px !important;}
.padding-left-none{padding-left:0 !important;}
.padding-left{padding-left:10px !important;}
.padding-left-sm{padding-left:5px !important;}
.padding-left-lg{padding-left:22px !important;}
.margin-none{margin:0 !important;}
.margin{margin:10px !important;}
.margin-sm{margin:5px !important;}
.margin-lg{margin:22px !important;}
.margin-top-none{margin-top:0 !important;}
.margin-top{margin-top:10px !important;}
.margin-top-lg{margin-top:22px !important;}
.margin-top-sm{margin-top:5px !important;}
.margin-right-none{margin-right:0 !important;}
.margin-right{margin-right:10px !important;}
.margin-right-lg{margin-right:22px !important;}
.margin-right-sm{margin-right:5px !important;}
.margin-bottom-none{margin-bottom:0 !important;}
.margin-bottom{margin-bottom:10px !important;}
.margin-bottom-lg{margin-bottom:22px !important;}
.margin-bottom-sm{margin-bottom:5px !important;}
.margin-left-none{margin-left:0 !important;}
.margin-left{margin-left:10px !important;}
.margin-left-lg{margin-left:22px !important;}
.margin-left-sm{margin-left:5px !important;}
.border-left-none{border-left:none !important;}
.border-right-none{border-right:none !important;}
.border-bottom-none{border-bottom:none !important;}
.border-top-none{border-top:none !important;}
.border-all {border: 1px solid #e5e5e5 !important;}
.background-grey {background-color: #f5f5f5 !important;}
.display-block{display:block;}
.display-inline-block{display:inline-block;}
.no-underline:hover{text-decoration:none;}
.clickable{cursor:pointer;}
.strong{font-weight:bold;}
.em{font-style:italic;}
.small{font-size:85%;}
.no-link{color:#333;}
.text-sans-serif{font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;}
.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.text-default{font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.4em;line-height:1.428571429;font-weight:normal;}
.text-hilite{color:#21b384;}
.text-hilite:hover{color:#198764;text-decoration:underline;}
.text-strike{text-decoration:line-through;}
.text-upper{text-transform:uppercase;}
.text-lower{text-transform:lowercase;}
.mvm {
	margin-top: .75em;
	margin-bottom: .75em;
}
.mtn {
	margin-top: 0;
}
.mtl, .mal {
	margin-top: 1.5em;
}
.mbl, .mal {
	margin-bottom: 1.5em;
}
.mal, .mhl {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.mhmm {
	margin-left: 1em;
	margin-right: 1em;
}
.mls {
	margin-left: .25em;
}
.ptl {
	padding-top: 1.5em;
}
.pbs, .pvs {
	padding-bottom: .25em;
}
.pvs, .pts {
	padding-top: .25em;
}
.clearfix {
	zoom: 1;
}
.unit {
	float: left;
}
.unitRight {
	float: right;
}
.size1of2 {
	width: 50%;
}
.size1of1 {
	width: 100%;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

.dynamicForms {	
	font-family: Lato, Arial, Helvetica, sans-serif!important;
	line-height: 1.3em;
}

.dynamicForms #dynamicHeader {
	font-family: Lato, sans-serif!important;
	font-weight: 400!important;
	font-size: 1.6em!important;
	line-height: 1.6em;
	padding-top: 25px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.dynamicForms .itemLabel {
	margin-right:5px;
	font-weight: 400;
	width: 35%!important;
}

.dynamicForms .selections {
	margin: 5px 0 15px 0!important;
	/*border-bottom: 1px solid #efefef;*/
	padding-bottom: 15px;
	float: left;
	width: 100%;
}

.dynamicForms input[type='text'],  
.dynamicForms textarea{
	width: 60%!important;
	border: 1px solid #e5e5e5;
	line-height: 1.8em;
	font-weight: 300;
}