﻿/* Initiatives Progress Bar */

.table-timeline {
    margin-bottom: 2px;
    width: 100%;
}
.table-timeline .tb {
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    width: 20%;
}
.progress-grey {
    height: 10px;
    margin-bottom: 30px;
}
.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.progress-grey .bar, .progress .bar-grey {
	background-color: #dcdcdc;
	background-image: -moz-linear-gradient(top, #e5e5e5, #cecece);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e5e5), to(#cecece));
	background-image: -webkit-linear-gradient(top, #e5e5e5, #cecece);
	background-image: -o-linear-gradient(top, #e5e5e5, #cecece);
	background-image: linear-gradient(to bottom, #e5e5e5, #cecece);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffcecece', GradientType=0);
}

div#mainColMain div#featuredTileContainer {
    height: 310px !important;
}

div#mainColMain .featureItemCarousel.featureWrapper div#featuredTileContainer {
    height: 444px !important;
}

#featuredTilesCarousel:not(.noCarousel) .featuredItemBackground {
    height: 444px !important;
}

div.HighlightLinkList div.Excerpt,
div.MainColumnLinkListComponent div.Excerpt 
{
    display: none;
}

.department #mainColContent img {
    width: 100%;
}

.tier1-start-pop {
    width: 100%;
    text-align: center;
    padding: 20px;
    background-color: #F7F7F7;
}

#mainColMain .ui-tabs-nav::after {
    bottom: -5px;
    margin-top: 0;
	border-bottom: 2px solid #000;
    position: relative;
    width: 100%;
}

#mainColMain .padTop.MainColumnTabListComponent .ui-tabs .ui-tabs-nav li {
	padding-bottom: 5px !important;
}

#mainColMain .padTop.MainColumnTabListComponent .ui-tabs-nav {
    margin: 0 0 40px;
    max-width: 100%;
}

#mainColMain .padTop.MainColumnTabListComponent .ui-tabs-panel.ui-widget-content ul li {
    list-style: square !important;
}

#mainColMain .padTop.FeaturedItemCarousel .carouselControls {
    position: absolute;
    top: 420px;
}

#mainColMain .padTop.FeaturedItemCarousel .carouselControls .carousel-control {
    height: 24px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.featuredItemBackground {
		height: 310px !important;
	}

	.featureItemCarousel.featureWrapper.mobile {
		height: 310px;
	}
}

@media (min-width: 286px) and (max-width: 767px) {
	.featuredItemBackground {
		height: 310px !important;
	}

	.featureItemCarousel.featureWrapper.mobile {
		height: 310px;
	}
}