@import "_partials/_ie8-grid-support.scss";

// Custom styling for IE8
.lt-ie9 {
	.show-for-medium-down,
	.show-for-medium,
	.show-for-small,
	.show-on-android {
		display: none !important;
	}

	.show-for-large-up,
	.hide-for-medium-down,
	.hide-on-android {
		display: block !important;
	}




}

/*** layout  corrections ***/ 

html.default{
	#leftCol{
		width: 30% !important;
	}
	#contentCol{
		width: 70% !important;

	}
}


footer.main, footer.nav{
	padding: 20px 0;
}

#leftCol{
	padding-right: 20px; 
}

#leftCol + #contentCol{
	padding-right:0 ;
	padding-left: 0 ;
}

#contentCol{ 
	padding-left: 20px; 
}

#rightCol{
	padding-left: 20px; 
}

/*** NAV ***/

ul.breadcrumbs{
	padding: 10px;
	li{
		padding: 0 3px;
	}
}

.contentRow{
	padding: 20px 0;
}

ul.side-nav{
	li{
		padding: 5px;
		margin-bottom: 10px;
	}
}

a.contactlink{
	text-indent: -2000em;
	background-color: transparent;
	background-image:  url(../images/contact-btn.png);
	background-repeat:  no-repeat;
	background-position: top left;
	width: 67px;
	height: 146px;
	right: 0;
}

/** content **/

ul{
	li{
		h6{
			font-size: 1em;
			font-weight: 600;
			color: #e43431;
		}
	}
}



.timeline{


	article{
			// .year{
			//     width: 25%;
			//     float: left;
			// }

			.milestones{
				background: #ffffff;
				// width: 75%;
				// float: left;
				ul{
					li{
						h6{
							font-size: 1em;
							font-weight: normal;
							color: #003b55;
						}
					}
				}
			}
		}
		
	}

	/** HP **/

	html.home{
		#contentCol, #rightCol{
			padding-top: 30px;
			padding-bottom: 30px;
		}

		#rightCol{
			padding-left: 20px;
			padding-right: 20px;
			section{
				> header{
					padding-top: 25px;
				}
			}
		}
		#contentCol{
			padding-left: 0px;
			padding-right: 20px;
			> article{
				footer{
					float: none;
					margin-top: 10px;
				}

				&:first-child{
					margin-bottom: 25px;
				}
			}
		}
	}

	/** forms **/
	form {

	   input[type=text],input[type=password], textarea{
		background: #f3f3f3;
		margin-bottom: 10px;
		font-size: 14px;
		padding: 5px;
		line-height: 21px;
		border: 1px solid #dddddd; 
	}

}



nav.main{
	
	

	.top-bar-section{

		li.active , li:hover{
			background: #2db8c5;
			> a{
				color : #ffffff;
				font-weight: bold;
			}
		}

		.dropdown{

			li{ 
				a {
					&:hover{
						color : #ffffff;
						background: #2db8c5;
					}
				}
			}
		} 


		
	}
}
