@charset "utf-8";
/* CSS Document */
/* Main Style Sheet */

body {
	font: 16px Arial, Helvetica, sans-serif;
	color: #565656;
	/*background: #C2C1C6 url("../img/bg.gif") left top repeat-x; */
	background-image: linear-gradient(-90deg, #C2C1C6, #DADDE4);
}
/*-----------------------------------general styles start--------------------------------------------*/
.center-block {
	/*class that centers*/
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center {
	margin-left: 0;
	margin: auto;
}
img { /*makes images responsive*/
	display: block;
	height: auto;
	max-width: 100%;
/*	 &:extend(.img-responsive);*/
}
img.floatRight {
	float: right;
	padding: 10px;
}
img.floatLeft {
	float: left;
	padding: 10px;
}
.nopadding { /*class that takes away all padding and margins*/
	padding: 0px;
	margin: 0px;
}
.noLeftPadding {
	padding-left: 0px;
	margin-left: 0px;
}
.noRightPadding {
	padding-right: 0px;
	margin-right: 0px;
}
.noBottomPadding {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.noTopPadding {
	padding-top: 0px;
	margin-top: 0px;
}
.addMarqueePad {
	padding-right: 2.5em;
}
.noWrap {
	white-space: nowrap;
	text-wrap: none;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline; 
}
.italic {
	font-style: italic;
}
a {
	color: #143956;
	text-decoration: none;
}
a:hover {
	color: #4E8425;
	text-decoration: none;
}
p {
	font: 16px Arial, Helvetica, sans-serif;
	color: #565656;
	padding: 0px 10px 10px;
}
ul li, ol li {
	text-align: left;
	list-style: none;
	margin-left: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
}

ul li h2, ol li h2 {
	margin-top: 15px !important;
	margin-bottom: 0px !important;
	padding-bottom: 10px !important;
	padding-left: 0px;
	margin-left: 0px;
}
/* Added-Modified by Kenya on March 3, 2017 */
/*  vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */
ol.withDiscs li, ul.withDiscs li, ol.withDiscs li a, ul.withDiscs li a, ol.withDiscs a, ul.withDiscs a {
	list-style: circle !important;
	padding-left: 5px;
}

ol.withBullets li, ul.withBullets li, ol.withBullets li a, ul.withBullets li a, ol.withBullets a, ul.withBullets a {
	list-style: circle !important;
	padding-left: 5px;
}

ol.withSquare li, ul.withSquare li, ol.withSquare li a, ul.withSquare li a, ol.withSquare a, ul.withSquare a {
	list-style: circle !important;
	padding-left: 5px;
}

.withBullets li a, .withSquare li a, .withDiscs li a, .withRightBar li a {
	text-decoration: underline;
}

.withRightBar li { 	
	display: inline-block;
	display: inline-flex;
}

.withRightBar li:after {
	content: " |";
	color: #565656;
	padding-left: 2px;
	margin-right:-5px;	
}
	@-moz-document url-prefix(){
		.withRightBar li:after {
			display:inline-block;	
			padding-left: 10px;
		}		
	}
.withRightBar li a {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding-right: 5px;
}
.withRightBar li.last:after {
	content: "";
}
/*.hideMobile {
	display: none;
	visibility: hidden;
}
.showMobile {
	display: contents;
	visibility: visible;
}*/
/*  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
h1 {
	font: 20px Myriad Pro, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: 100;
	border-bottom: 1px solid #558F2A;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
h2 {
	font: 20px Myriad Pro, Arial, Helvetica, sans-serif;
	color: #143956;
	font-weight: 100;
	padding: 0px 0px 6px 10px;
	margin: 0px 0px 18px 0px;
}
h3 {
	font: 18px Myriad Pro, Arial, Helvetica, sans-serif;
	color: #143956;
	font-weight: 100;
	border-bottom: 1px solid #99A0B2;
	border-top: 1px solid #99A0B2;
	padding: 0px 0px 6px 10px;
	margin: 0px 0px 15px 0px;
}
h4 {
	font: 18px Myriad Pro, Arial, Helvetica, sans-serif;
	color: #143956;
	font-weight: 100;
	padding: 0px 0px 6px 10px;
	border-bottom: 1px solid #99A0B2;
	margin: 0px 0px 15px 0px;
}
h5 {
	font: 18px Myriad Pro, Arial, Helvetica, sans-serif;
	color: #143956;
	font-weight: 100;
	padding: 0px 0px 6px 10px;
	margin: 0px 0px 15px 0px;
}
h6 {
	font: 17px Myriad Pro, Arial, Helvetica, sans-serif;
	color: #143956;
	font-weight: 100;
	padding: 0px 0px 5px 10px;
	margin: 0px 0px 10px 0px;
}
address {
	font: 16px Arial, Helvetica, sans-serif;
	color: #565656;
	padding: 10px 30px;
	font-style: italic;
	font-weight: 600;
}

/* ---------- ---------------------- ------------- -------- ------------  */
/* USE the following 2 classes for text block with caption over an image */
.imageHolder {
	position: relative;	
}
.imageHolder .caption {
	position: absolute;
	width: 95%;
	height: 40px;
	bottom: 0px;
	left: 5px;
	color: #fff;
	background: black;
	text-align: center;
	font-weight: bold;
	opacity: 0.6;
}
/* ---------- ---------------------- ------------- -------- ------------  */
.goldFont {
 color:#efb81f;
 font-weight: 100;
}
.greenFont {
	color: #4d8226;
}
.redNew, .redFont {
	color: #DF1518;
	font-weight: bold;
}
.source, .disclaimer {
	font: 12px Myriad Pro, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-bottom: 5px;
}
.source a, .disclaimer a {
	font: 12px Myriad Pro, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #143956;
	text-decoration: underline;
}
.GreenImpact, .GreenImpact a, .quote {
	font: 17px Arial, Helvetica, sans-serif;
	color: #4d8226;
	text-align: center;
	font-weight: bold;
}
.BlueImpact, .BlueImpact a {
	font: 17px Arial, Helvetica, sans-serif;
	color: #143956;
	text-align: center;
	font-weight: bold;
}
.quoteAuthor {
	font: 15px Arial, Helvetica, sans-serif;
	color: #4d8226;
	text-align: center;
	font-style: italic;
}
.GreenImpact a:hover {
	font: 17px Arial, Helvetica, sans-serif;
	color: #143956;
	text-align: center;
	font-weight: bold;
}
.GreenImpactMedium, .GreenImpactMedium a {
	font: 19px Arial, Helvetica, sans-serif;
	color: #4d8226;
	text-align: center;
	font-weight: bold;
}
.GreenImpactLarge, .GreenImpactLarge a {
	font: 22px Arial, Helvetica, sans-serif;
	color: #4d8226;
	text-align: center;
	font-weight: bold;
}
.GreenImpactLarge a:hover {
	font: 22px Arial, Helvetica, sans-serif;
	color: #143956;
	text-align: center;
	font-weight: bold;
}
.GreenText {
	font: inherit;
	color: #4d8226;
	font-weight: bold;
}
.GreenText a {
	font: inherit;
	color: #4d8226;
	font-weight: bold;
	text-decoration: underline;
}
/*-----------------------------------general styles ends--------------------------------------------*/

/* =================== REGULAR CAROUSEL ====================== */
.carousel-inner > .item > img,  .carousel-inner > .item > a > img {
	width: 40%;
	margin: auto;
}
/*-----------------------------------Bigger Carousel--------------------------------------------*/
/*.carousel-caption.biggerCarousel h2{
	font: 20px Myriad Pro, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 100;
	text-shadow: 2px 2px 2px grey;
	margin-bottom: 10px !important;
}*/

/*-----------------------------------top ALDOT header areas start--------------------------------------------*/
header { /*These properties apply to the entire header area*/
	background: url("../templateImages/header.png") center top no-repeat; /*The top Background image*/
	position: relative;
}
#Aldotsearch { /*These properties apply to the Search Textbox and Button Combined*/
	padding-top: 34.7px;
	position: absolute;
	right: 17%;/*additional properties in mediaQueries.css for smaller screens*/
}
#search-query-fieldLg, #search-query-fieldSm { /*These properties apply to the Search text box only*/
	width: 218px;
	height: 30px;
}
#searchButtonLg, #searchButtonSm {
	width: 72.5 px;
	height: 30px;
}
#smallSearch {
	background-image: linear-gradient(-90deg, #F3F4F8, #e8ebf2);
	text-align: justify;
	margin-top: 0px;
	padding: 4px 8px;
	border-left: 1px #608597 solid;
	border-right: 1px #608597 solid;
	border-top: none;
}
#seal { /*These properties apply to the ALDOT Seal*/
	left: 12%;
	z-index: 300;
	position: absolute;
	width: 8%;
}
#logo { /*These properties apply to the ALDOT Rectangular Logo*/
	margin: auto;
	position: absolute;
	margin-top: 4px;
	left: 18.5%;
}
#ColWithNav /*These properties apply to the column with the navbar*/ {
	margin-top: 85px; /*This determines the space above the navbar*/
}
#ManagementTitleSection img {
	margin-left: 12px;
	margin-right: 12px;
}
/*-----------------------------------bureau specific header area start--------------------------------------------*/
       
#dropdownMenuLg, #dropdownMenuSm {
	width: 90%;/*additional properties in mediaQueries.css for smaller screens*/
}
.panel {
	margin-bottom: 0px;
}
.panel-body {
	background-color: #fff;
	border-left: 1px #608597 solid;
	border-right: 1px #608597 solid;
	border-bottom: none;
	border-top: 1px outset #333;
	padding: 2px;
	margin: 0px;
}
 @-moz-document url-prefix() {
 fieldset {
display: table-cell;
}
}
#bannerLg img, #bannerSm img {
	height: 200px;
	width: 71.6%;
	border-radius: 5px 0px 0px 0px;
	float: left;
	padding-left: 5px;
	padding-right: 2px;/*additional properties in mediaQueries.css for smaller screens*/
}
#BureauBoxLgLongerName, #BureauBoxSmLongerName {
	background-color: #669933;
	border-right: 3px #4d8226 solid;
	border-left: 3px #4d8226 solid;
	border-top: 4px #4d8226 solid;
	width: 28%;
	height: 200px;
	border-radius: 0px 5px 0px 0px;
	margin-right: 3px;/*additional properties in mediaQueries.css for smaller screens*/
}
#BureauBoxLgLongerName h2, #BureauBoxSmLongerName h2 {
	font: 22px Myriad Pro, Arial, Helvetica, sans-serif;
	color: #143956;
	font-weight: 15px;
	margin-top: 60px;
	margin-bottom: 20px;
	border-top: 1.5px #ffffff outset;
	border-bottom: 1.5px #ffffff inset;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
#BureauBoxLg, #BureauBoxSm {
	background-color: #669933;
	border-right: 3px #4d8226 solid;
	border-left: 3px #4d8226 solid;
	border-top: 4px #4d8226 solid;
	width: 28%;
	height: 200px;
	border-radius: 0px 5px 0px 0px;
	margin-right: 3px;/*additional properties in mediaQueries.css for smaller screens*/
}
#BureauBoxLg h2, #BureauBoxSm h2 {
	font: 22px Myriad Pro, Arial, Helvetica, sans-serif;
	color: #143956;
	font-weight: 15px;
	margin-top: 60px;
	margin-bottom: 30px;
	border-top: 1.5px #ffffff outset;
	border-bottom: 1.5px #ffffff inset;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
#BureauBoxLgLongerName h2.travel, #BureauBoxSmLongerName h2.travel, #BureauBoxLg h2.travel, #BureauBoxSm h2.travel {
	margin-top: 60px;
}
#ManagementTitleSection h2 {
	font: 21px Myriad Pro, Arial, Helvetica, sans-serif;
	color: #143956;
	font-weight: bold;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	padding-left: 12px;
	text-align: left;
}
#ManagementTitleSection h6 {
	font: 17px Myriad Pro, Arial, Helvetica, sans-serif;
	color: #143956;
	font-weight: 100;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	padding-left: 12px;
	text-align: center;
}
/*----------------------Image Gallery Start-------------------------*/
.imageGallery img {
	width: 250px;
	height: 200px;
}
div.GalleryTextbox {
	width: 100%;
	height: 210px;
	background-color: white;
	text-align: center;
}
.GalleryDrop {
	width: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #143956;
}
.imgFullWidth img {
	width: 100%;
}
/*----------------------List Group Start-------------------------*/

.ItemLink {
	color: #143956;
	font-weight: bold;
	text-align: center;
}

.listTitle {
	width: 100%;
	background-image: linear-gradient(-90deg, #143956, #547e9f);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #eeeeee;
	margin-bottom: 0px;
	font: 20px Myriad Pro, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 2px grey;
}
.LPADownloads {
	margin-bottom: 0px;
}
/*----------------------Standard well-------------------------*/
.well {
	background-color: #ffffff;
	background-color: #fefefe;
	border: solid #efefef 1px;
}
/*----------------------File Accordion Start-------------------------*/

#fileAccordion {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.fileAccHeading {
	background-color: #89afc8 !important;
	color: #eee !important;
}
.fileAccHeading.panel-heading {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}
.fileAccPanelBody {
	background-color: #fefefe;
	border-left: solid #efefef 1px;
	border-right: solid #efefef 1px;
	border-bottom: solid #efefef 1px;
	margin-bottom: 0px !important;
	padding: 10px 10px 10px 10px;
	margin-top: 0px !important;
}
.lessPadPanel.panel.panel-default {
	margin-bottom: -4px !important;
}
/*--------------------Accordion end-----------------------*/

/*--------------Accordion with Table start------------------*/

.accord h3, .accordDoubleRow h3 {
	background-image: linear-gradient(-90deg, #82b4cc, #577C8F);
	color: white;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
	margin-bottom: 1px;
	margin-top: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#accordian1.accordDoubleRow.container-fluid {
	margin-left: 0px !important;
	margin-right: 100px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#accordian2.accordDoubleRow.container-fluid {
	margin-left: 50px !important;
	margin-right: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.accord {
	margin-left: 20px !important;
	margin-right: 20px !important;
	padding-left: 15px !important;
	padding-right: 15px;
}
.Inner {
	border-left: solid .5px #efefef;
	border-right: solid .5px #efefef;
	border-bottom: solid .5px #efefef;
	background-color: #fefefe;
	padding-top: 5px;
	width: 100%;
}
.dataTable {
	width: 100% !important;
	border-collapse: collapse;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px !important;
	margin-right: 0px !important;
	font: 12px Myriad Pro, Arial, Helvetica, sans-serif;
}

.dataTable th {
	background-color: #f3f7fa;
	color: #09314c;
	font-weight: bolder;
}
.dataTable td {
	background-color: #f5f7f8;
}
.dataTable td, .dataTable th {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border: .75px solid #dee2e5;
	text-align: left;
}
.dataTable tr:first-child th {
	border-top-left-radius: 7px;
}
table.dataTable tr.odd {
	background-color: inherit;
}
table.dataTable tr.even {
	background-color: inherit;
}
table.dataTable thead th, table.dataTable tfoot th {
	background-color: #b8ccd9 !important;
	color: white !important;
	border-radius: 0px !important;
	text-shadow: 1px 1px grey;
}
.dataTable.regTable, .dataTable.regTable tr, .dataTable.regTable th, .dataTable.regTable td {
	background-color: transparent !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #eee !important;
}
/*--------------Accordian with Table end------------------*/
/*--------------Media Objects------------------*/
.media .media-body {
	width: auto;
	min-width: 200px;
}
.media .media-object {
	min-width: 75px;
	max-width: 75px;
}
/*--------------Multiple Accordians on a page-----------*/
.blueHeading {
	font: 19px Myriad Pro, Arial, Helvetica, sans-serif;
	background-image: linear-gradient(-90deg, #89afc8, #b8ccd9);
	width: 100%;
	color: #eee;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-weight: bold;
	margin-bottom: 0px;
	text-shadow: 1px 1px grey;
	margin-top: 0px !important;
}
.multiAccHeading {
	font: 19px Myriad Pro, Arial, Helvetica, sans-serif;
	background-image: linear-gradient(-90deg, #143956, #547e9f);
	width: 100%;
	color: #eee;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-weight: bold;
	margin-bottom: 0px;
	text-shadow: 1px 1px grey;
	margin-top: 0px !important;
}
.panel-collapse {
	margin-top: 0px !important;
	margin-bottom: 0px;
}
.InnerAcc {
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	width: 100%;
	background-color: #ffffff;
	border-left: solid .5px #efefef !important;
	border-right: solid .5px #efefef !important;
	border-bottom: solid .5px #efefef !important;
	margin-top: 0px !important;
}
.accordMuti h3 {
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #9cbfd6;
	width: 100%;
	font-weight: bold;
	margin-top: 0px !important;
	color: #fff;
	text-shadow: 1px 1px 2px grey;
	border-radius: none !important;
}
div.accordMuti .panel-default >.panel-heading {
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #9cbfd6;
	width: 100%;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 2px grey;
	border-radius: none !important;
	margin-bottom: 0px !important;
}

/*#Multiaccordion.panel-group.accordMuti { spacing between accordians
		margin-bottom: 10px !important;
}*/

.Multiaccordion.panel-group.accordMuti { /*spacing between accordians*/
	margin-bottom: 10px !important;
}
.multiPanel.panel.panel-default {
	margin-bottom: -4px !important;
}
.dataTable.tableCounty {
	background-color: transparent;
}
.dataTable.tableCounty tr, .dataTable.tableCounty th {
	background-color: transparent !important;
}
/*Contact Us plain mailto version*/
.contactPage {
	background: url(../mp/img/contactBackground.jpg) no-repeat center fixed;
	background-color: blue;
	background-size: cover;
	background-origin: content-box;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.contactHeader {
	width: 100%;
	color: white;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	font: 22px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-image: linear-gradient(-90deg, #143956, #547e9f);
	text-shadow: 2px 2px 2px grey;
}
.contactWell {
	/*background: url(../mp/img/contactBackground.jpg); */
	border-color: #afafaf 1px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 15px;
	/*border-top-left-radius: 20px;
	border-top-right-radius: 20px;*/
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.contactWell h1 {
	font: 22px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: none;
	text-align: center;
	text-shadow: 2px 2px 2px grey;
	padding-top: 10px;
}
textarea {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	height: 250px;
	background-color: #fafafa;
	border-bottom-color: #afafaf 1px;
	border-top-color: #afafaf 1px;
	border-right-color: #afafaf 1px;
	border-left-color: #afafaf 1px;
	box-shadow: none;
	padding: 12px 10px;
}
.contactInput {
	width: 70% !important;
	margin-left: 15% !important;
	margin-right: 15% !important;
	height: 28px;
	background-color: #fafafa;
	border-bottom-color: #afafaf 1px;
	border-top-color: #afafaf 1px;
	border-right-color: #afafaf 1px;
	border-left-color: #afafaf 1px;
	box-shadow: none;
}
.green-label {
	margin-left: 15% !important;
	color: #143956 !important;
}
.submit {
	background-color: green;
	color: white;
	height: 40px;
	width: 30% !important;
	margin-left: 19% !important;
	margin-right: 0% !important;
	text-shadow: 1px 1px 1px grey;
}
.reset {
	background-color: green;
	color: white;
	height: 40px;
	width: 30% !important;
	margin-left: 2% !important;
	margin-right: 16% !important;
	text-shadow: 1px 1px 1px grey;
}
.contactInput[type=text] {
	width: 100%;
	padding: 12px 10px;
	box-sizing: border-box;
}
.GreenContact {
	font: 22px Arial, Helvetica, sans-serif;
	color: #4d8226;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
}
/*-------------- ALDOT Homepage ------------------*/
#hmMarquee.general {
	background-color: #fff;
	padding-top: 2px;
	border-top: 2px  #B2B2B2 groove;
	border-left:  2px #333 outset;
	border-right: 2px  #333 groove;
} 
#hmMarquee.badWeather {
	background-color: yellow;
}
#hmMarquee marquee a {
	color: red;
	font-size: large;
	font-weight: bold;
}

#homediv1 {
	float: left;
	width: 70%;
	margin: 0em;
}
#homediv2 {
	float: right;
	position: relative;
	margin-top: -.25em;
	width: 30%;	
}

#roadProjects, #doingBusiness {
	position: relative;
	font-size: 15px;
	margin-right: -10%;
}
#homediv1 h2, #doingBusiness h2 {
	margin-bottom: 0em;
}
#roadProjects table, #doingBusiness table {
	margin-left: 15px;
}
#roadProjects table tr td, #doingBusiness table tr td {
	padding-bottom: 8px;
}
#rpLeft, #rpRight, #dbLeft, #dbRight {
	border: none;
}
#rpLeft, #dbLeft {
	float: left;
}
#roadProjects table tr td:first-child {
	padding-right: 45px;
}
#doingBusiness table tr td:first-child{
	padding-right: 40px;
}

#featuredInfo {
	min-width: 250px;
	margin-left: 2em;
}
#placeholderdiv img {
	height: 150px;
	width: 150px;
	border: 0;
	border-radius: 8px;
	margin-left: 30px;
}
#aldotOffices {
	margin-left: 10px;
}
#homeOfficesDropdown {
	margin: 0 10px;
}
/* +++++++++++++++++++    Vertical Slider  ++++++++++++++++++++++++ */
#hmSidebar.well {
	min-height: 450px !important;
	min-width: 175px !important;
	width: 225px;
	margin: 0em 2em;
}
#hmSlideNext, #hmSlidePrev {
	font-size: 30px;
}
#hmSlideNext a:hover {

}
#myCarousel img.indent {
	margin-left:  15px;
}

.btn-vertical-slider { 
	margin-left: 35px; 
	cursor: pointer;	
}
.carousel.vertical .carousel-inner .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}
 .carousel.vertical .active {
  top: 0;
}
 .carousel.vertical .next {
  top: 100%;
}
 .carousel.vertical .prev {
  top: -100%;
}
 .carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}
 .carousel.vertical .active.left {
  top: -100%;
}
 .carousel.vertical .active.right {
  top: 100%;
}
 .carousel.vertical .item {
    left: 0;
}

/*--------------ALDOT Homepage end------------------*/
/* Rest Areas */
#tblRestAreas tr td {
	column-span: 2;
	text-align: center;
}
/*Contact Us*/
.ContactUs img {
	width: 180px;
}
.contactUs h4 {
	text-align: center;
}
.contactUs h6 {
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
.contactUs p {
	text-align: center;
}

/* Explore ALDOT */
/*  Additional formatting is in the mediaQueries.css file for responsiveness */
 #div1 {
	float: left;
	width: 43%;
	margin-left: 50px; 
}
#div2 {
	margin: 0 1% 0 10%;
	width: auto;
}
.exploreLft {	
	font-weight: bold;
}
.exploreRt {
	width: 50%;
	font-weight: bold;
}

/*------------------------------Button Primary------------------------*/
.btn-primary {
	/*width: 150px;*/
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: linear-gradient(-90deg, #143956, #547e9f);
}
.btn2-primary {
	/*width: 350px;*/
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: linear-gradient(-90deg, #143956, #547e9f);
}
/*-----------------------------------header areas end--------------------------------------------*/

/*-----------------------------------navigation start--------------------------------------------*/

.navbar-default {
	text-align: right;
	font-size: 11.5px;
	font-weight: bold;
	background-image: linear-gradient(-90deg, #F3F4F8, #e8ebf2);
	border-top: 2px outset #fff;
	margin: 0px, 0px, 0px, 0px;
	border-radius: 15px 15px 0px 0px;
	min-height: 28px !important;
	display: block;
	box-shadow: 1px;
	border-bottom: 1px inset #fff;
	overflow: hidden;
}
.navbar-default ul {
	/*margin: 0px, 0px, 0px, 0px;*/
	display: inline;
}
.navbar-default li {
	display: block;
	border-right: .5px inset #B2B2B2;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 0px;
	margin-left: 0px;
	color: #143956 !important;
	text-align: right;
	line-height: 28px !important;/*additional properties in mediaQueries.css for smaller screens*/
}
.navbar-nav > li > a {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	position: relative;
	top: 6px;
}
.navbar-default a:li hover {
 background-color: #619F32 !important; /* green */
 color: #ffffff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-default li.first {
	border-left: 1px outset #B2B2B2;
	margin-left: 38px;
}
.navbar-default li.last {
	border-right: 1px inset #B2B2B2;
}
.navbar-default li:hover, .navbar li a:hover {
	background-color: #619F32 !important;  /* green */
	color: #ffffff !important;
}
.navbar-default li a, .navbar li a:hover {
	text-decoration: none;
}
/*-----------------------------------navigation end--------------------------------------------*/

/*-----------------------------------main content start--------------------------------------------*/


.row {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#mainContent {
	background-color: #fff;
	background-size: 100% 100%;
    background-repeat: no-repeat;
	text-align: left;
	margin-top: 0px;
	padding: 0px 10px 10px 10px;
	border-left: 1px #608597 solid;
	border-right: 1px #608597 solid;
	border-top: none;
	margin-bottom: 0px;	
}
.breadcrumb {
	margin-bottom: 20px;
	margin-top: 0px;
}
.RightSideImage {
	margin-left: 10px;
	margin-bottom: 5px;
}
.LeftSideImage {
	margin-right: 10px;
	margin-bottom: 5px;
}
.imgShrink {
	width: 30%;
	height: 30%;
	padding: 10px;
}
.imgMedShrink {
	width: 50%;
	height: 50%;
	padding: 10px;
}
.leftFlt {
	float: left;
}
.rightFlt {
	float: right;
}
/*-----------------------------------main content end--------------------------------------------*/


/*-----------------------------------footer start--------------------------------------------*/

#footer {
	font-size: 16px;
	border-top: 15px solid #608597;
	margin-bottom: 12px;
	margin-top: 0px;
	background-image: linear-gradient(-90deg, #577C8F, #163C51);
	text-align: center;
}
#footer li {
	display: inline;
	border-right: 1px solid #ffffff;
	padding: 0px 10px;
	position: relative;
}
#footer li.last {
	border-right: none;
}
#footer li a {
	color: #ffffff;
	text-decoration: none;
}
#footerLinks {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~ END FOOTER Here ~~~~~~~~~~~~~~~~~~~ */
