	.fuzz { box-shadow: 0px 0px 5px #333, inset 0px 0px 2px #333; } 
	.carousel-inner .item {height:500px;-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}
	.pic1 {background: url(images/pcav.jpg) no-repeat center center fixed;}
	.pic2 {background: url(images/mga.jpg) no-repeat center center fixed;}
	.pic3 {background: url(images/hrcav.jpg) no-repeat center center fixed;}
	.topbar {background-color:#0E78BE;color: white}
	.centered {margin-left: auto;margin-right: auto}
	.marketing-text { }

	.btn-info {
		background-color:#0E78BE !important;
		color: white !important;
		border-color: #0E78BE !important;
	}
	.tick {
		background: url(images/tick.png);
		background-size: 24px;
		background-repeat: no-repeat;
		background-position: center;
	}

	.ftable {
		display: flex;
		flex-flow: column nowrap;
		border-right: 1px solid #cccccc;
		flex: 1 1 auto;
	}

	.fth {
		display: none;
		background-color: #EEEEEE;
		position: sticky;
		position: -webkit-sticky;
		top:0px;
		border-top: 1px solid #cccccc;
	}

	.fth > .ftd {
		white-space: normal;
	}

	.ftr {
		width: 100%;
		display: flex;
		flex-row: row nowrap;
	}

	.ftd {
		display: flex;
		flex-flow: row;
		flex-grow: 1;
		flex-basis: 0;
		padding: 10px 10px 5px 5px;
		overflow-wrap: break-word;
		text-overflow: clip;
		overflow: hidden;
		min-width: 0px;
		white-space: normal;
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
	}
