.assoc-section {
	background-color:white;
	color:#525252;height:
	height:125px;
}

@media only screen and (min-width: 601px) {

	.navbar-brand,
	.navbar-nav li a {
		line-height: 50px;
		height: 50px;
		padding-top: 0;
	}
	.assoc-section {
		text-align:right;
	}
	.navbar-brand img {
		top:4px;
	}
	.navbar-brand {
		width:200px;
	}
}


@media only screen and (max-width: 600px) {

	.assoc-section h3 {
		font-size:.9em;
	}
	.assoc-section {
		height:270px;
	}
	.navbar-brand img {
		height:40px;
		top:-10px;
	}
}

.navbar {
	margin-bottom:0px !important;
	border-radius:0px;
}

#footerBox {
	padding:20px;
	/* background-color: #1E3666; */
	background-color: #222222;
	text-align:center;
	color:white;
}

.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
}

.affix + .container-fluid {
  padding-top: 70px;
}


#topLogo img {
	height:100px;
	width:300px;
}


#topLogo {
	margin-top:14px;
	margin-left:10px;
	/*
	-webkit-filter: drop-shadow(0px 0px 1px #e1e1e1);
	filter: drop-shadow(0px 0px 1px #e1e1e1);
	*/
}


@media only screen and (max-width: 600px) {

	#topLogo img {
		width:95%;
	}
}

.lt {text-align:left; }
.ctr {text-align:center; }
.rt {text-align:right; }