nav .logo {
	width: 180px;
	filter: alpha(opacity=0); /* internet explorer */
	-khtml-opacity: 0;      /* khtml, old safari */
	-moz-opacity: 0;       /* mozilla, netscape */
	opacity: 0;           /* fx, safari, opera */
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

nav.stuck .logo {
	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
}

.bio-copy .title {
	margin-bottom: 14px;
}

.bio-social img {
	margin: 0;
}

ul.bio-social {
	display: block;
	margin-bottom: 14px;
}

.bio-slider ul.bio-social li {
	float: none;
}

ul.bio-social li {
	display: inline-block;
	margin: 0 3px;
}

ul.bio-social li:first-child {
	margin-left: 0;
}

ul.bio-social li:last-child {
	margin-right: 0;
}

ul.bio-social li a {
	display: block;
	width: 24px;
	height: 24px;
}

.bio-social img {
	width: 100%;
	border: none;
	background: none;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
}

.bio-social img:hover {
	filter: alpha(opacity=110); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
}



.bio-copy .bio-pic {
	width: 155px;
}

#contact-form .dfinput_full input[type="submit"] {
	float: left;
}

.social-icns img {
	width: 100%;
}

.social-icns ul {
	padding-bottom: 35px;
	margin: 0 auto;
	display: inline-block;
	width: auto;
}

.social-icns ul li {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.social-icns ul li:hover {
	opacity: 0.8;
}

.social-icons ul li a {
	display: block;
}

input[type="checkbox"] {
	padding: 0;
	background: none;
	-webkit-appearance: checkbox !important;
     -moz-appearance: checkbox !important;
     -ms-appearance: checkbox !important;
     -o-appearance: checkbox !important;
     appearance: checkbox !important;
}

input[type="checkbox"]:focus {
	border: none;
}

/*
#menu {
	border-top: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

#i-menu {
	border-top: 0;
	height: 77px;
}

.sticky-wrapper nav#menu.stuck {
	height: 77px;
}

section.feature.feature-interal {
	margin-top: 77px;
}
*/

.bio-slider {
	position: relative;
	overflow: hidden;
}

.bio-slider li {
	list-style: none;
}

.bio-slider ul li {
	float: left;
}

.bio-copy {
	width: auto;
}

.bio-pic img {
	margin-left: 5px;
}

ul#bio-controls {
	text-align: center;
}

ul#bio-controls a {
	color: #ffffff;
}

ul#bio-controls a:hover {
	color: #257bb7;
}

#footer {
	border-bottom: 0;
	padding-bottom: 0;	
	text-align: left;
}

#footer .logo {
	margin-bottom: 14px;
}

.footer-address {
	width: 340px;
	margin: 0 auto;
}

a.lightbox {
	display: block;
	width: 50%;
	height: auto;
	float: left;
	margin: 0 21px 21px 0;
	position: relative;
	line-height: 0;
}

a.lightbox.right {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}

a.lightbox:focus {
	outline: none;
}

.lightbox-hover {
	position: absolute;
	background: rgba(37,123,183,0);
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ffffff;
	padding: 0;
	margin: 0;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;

	filter: alpha(opacity=0); /* internet explorer */
	-khtml-opacity: 0;      /* khtml, old safari */
	-moz-opacity: 0;       /* mozilla, netscape */
	opacity: 0;           /* fx, safari, opera */
}

.lightbox-hover:hover {
	background: rgba(37,123,183,0.8);
	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
}

.news-article a.lightbox img {
	width: 100%;
	margin: 0;
}

.fluid-width-video-wrapper {
	margin-bottom: 21px;
}

.footer-logo {
	width: 48%;
	text-align: right;
	float: left;
}

.footer-logo img {
	width: 220px;
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
}

.footer-address {
	width: 48%;
	float: right;
}


@media only screen and (min-width: 1300px) {
  /* Large screen, non-retina */
}
/* 860 AND DOWN */
@media (min-width: 860px) and (max-width: 1000px) {


}
/* Tablet and down */
@media (max-width: 860px) {

	.wrapper {
		max-width: 95%;
	}

	nav ul li a {
		padding: 28px 14px;
	}

	.copy ul.two-col {
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-fill: balance;
		padding-left: 0;
		text-align: center;
	}

}
/* 768 AND DOWN */
@media (max-width: 767px) {


	.footer-logo {
		width: 100%;
		text-align: center;
		float: none;
	}

	.footer-logo img {
		width: 220px;
		filter: alpha(opacity=70); /* internet explorer */
		-khtml-opacity: 0.7;      /* khtml, old safari */
		-moz-opacity: 0.7;       /* mozilla, netscape */
		opacity: 0.7;           /* fx, safari, opera */
	}

	.footer-address {
		width: 100%;
		float: none;
		text-align: left;
	}

	#footer i {
		padding-left: 0;
	}

	#disclaimer {
		padding-left: 20px;
		padding-right: 20px;
	}

	#footer {
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.footer-address {
		width: 100%;
		margin-bottom: 20px;
	}

	a.lightbox {
		width: 100%;
		margin: 0 0 21px 0;
		float: none;
	}

	.news-article p.meta {
		text-align: center;
	}

}
/* 480 AND DOWN */
@media (max-width: 480px) {
	.bio-copy .bio-pic {
		width: 80px;
	}

	.bio-copy .bio-pic img {
		border: 2px solid #ffffff;
		margin-left: 5px;
	}

	.bio-copy h2 {
		font-size: 18px;
		line-height: 21px;
		padding-bottom: 7px;
	}

	.bio-copy .title {
		line-height: 14px;
	}
}


