.cellContainer
			{
				position: relative;
				width: 100%;
				padding-bottom: 11%;
				float: left;
				height: 225px;
				background-color: #00BEDF;
				font-family: "Century Gothic";
				text-align:center;
			}

		img
			{
				width: 100%;
				height: 100%;
				position: absolute;
				left: 0;
			}

			.header .cellContainer {
		    background: #453392;
				width:98%;
		}
.header .cellContainer img {
    height: 100%;
    width: auto;
}

		.CenterCellContainer
			{
				height: 100%;
				width: 100%;
			}

		.wrapper
			{
				position:absolute;
				width: 98%;
				top: 5px;
				margin: 0 auto;
				max-width: 1920px;
			}

		.tilecontainer
			{
				width: 90%;
				margin-left: 2%;
			}

		.carousel-inner > .item > img,
		.carousel-inner > .item > a > img
			{
				width: 100%;
				margin: auto;
			}
		.carousel-control.left,
		.carousel-control.right
				{
					background-image:none !important;
					filter:none !important;
				}
		.col-fixed
			{
				width: 24%;
				float: left;
				margin: 5px;
			}

		.col-fixed-last
			{
				clear: left;
			}

		.col-fixed-lg
			{
				width: 48.6%;
				height: 100%;
				float: left;
				margin: 5px;
			}

		.row-fixed
			{
				height: auto;
				overflow: auto;
			}
		.carousel
			{
				height: 500px;

			}
		/* Since positioning the image, we need to help out the caption */
		.carousel-caption
			{
				z-index: 10;
			}
		/* Declare heights because of positioning of img element */
		 .carousel .item
			{
				width: 100%;
				height: 460px;
				background-color: #777;
			}
		.carousel-inner > .item > img
			{
				position: absolute;
				top: 0;
				left: 0;
				min-width: 100%;
				height: 460px;
			}
		@media (min-width: 768px)
			{
				.carousel-caption p
					{
						margin-bottom: 20px;
						font-size: 21px;
						line-height: 1.4;
					}
			}
		.col-line-green
			{
				background-color: #A5C859;
				margin: 0;
				width 100%;
				padding-bottom: 10px;
			}
		.col-line-purple
			{
				background-color: #673E92;
				margin: 0;
				width 100%;
				padding-bottom: 10px;
			}
