.chidden {
	display: none;
}
#main-container {
	background-color: transparent;
	border-top: 0 none;
}
#left-col {
	width: 100%;
	color: white;
}
.photo-section {
	clear: both;
	overflow: hidden;
}
.photo-container {
	overflow: hidden;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}
.photo-container.no-bio {
	cursor: inherit;
}
.pseudo {
	display: none;
	visibility: hidden;
}
.photo-container .photo h3 {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: rgba(169, 33, 26,0.7);
	color: rgb(255, 255, 255);
	margin: 0;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.59em;
	z-index: 60;
	padding: 0 10px;
}
.allover-media-team .photo-container .photo h3 {
	padding: 12px 0;
	bottom: 11px;
}
.photo-container .photo h4 {
	position: absolute;
	width: 100%;
	bottom: 11px;
	background-color: rgb(169, 33, 26);
	color: white;
	text-align: center;
	margin: 0;
	font-weight: normal;
	padding-bottom: 7px;
	z-index: 60;
	font-size: 12px;
	height: 19px;
}
.photo-container h4.small {
	font-size: 13px;
	padding-top: 1px;
	z-index: 60;
}
.photo-container img {
	width: 100%;
	display: block;
}
.hidden {
	display: none !important;
}
.open img.hidden {
	display: inline-block !important;
}
.photo-container.open {
}
#board-members {
	clear: both;
	overflow: hidden;
	margin-top: 10px;
}
#board-members div {
	float: left;
	width: 49%;
	padding-right: 25px;
	padding-left: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#board-members h3 {
	text-transform: uppercase;
	margin-top: 1em;
	margin-bottom: 0.75em;
	font-size: 16px;
}
#board-members p {
	font-size: 12px;
}
.photo-container .photo, .exec-content .photo {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#cboxLoadedContent .exec-content .photo {
	width: auto;
}
#cboxLoadedContent .exec-content .photo img{
	width: 231px;
}
.exec-content.text {
	display: block;
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 16px;
	overflow: hidden;
	background-color: #000099;
}
.exec-content.text .bio {
	margin-left: 251px;
}
.exec-content.text .bio h3 {
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
	font-size: 20px;
}
.exec-content.text .bio h3 span{
	font-size: 14px;
}
.exec-content.text .bio h4 {
	color:  rgb(255, 255, 255);
	font-size: 14px;
	margin-top: 0;
	padding-top: 0;
}
.exec-content.text .bio p {
	color: #fff;
	padding-left: 0;
}
article h1 {
	text-transform: uppercase;
	font-size: 23px;
}
article h2 {
	text-transform: uppercase;
}
.white {
	color: white;
}
#footer-container {
	background-color: white;
}
#footer-container footer {
	color: #555655;
}
/* pop-up stuff */
#pop-bg {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.3;
	background-color: black;
	z-index: 202;
}
#pop-bio {
	display: none;
	opacity: inherit;
	width: 400px;
	z-index: 203;
	zoom: 1; /* fix IE bugs! */
	background-color: #666;
	color: white;
	padding: 10px;
	text-align: left;
	border: 1px solid rgba(255,255,255,0.25);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px white;
	-moz-box-shadow: 0 0 20px white;
	box-shadow: 0 0 20px white;
}
#pop-bio p:first-child {
	margin-top: 0;
}
#pop-bio p:last-child {
	margin-bottom: 0;
}
#close-pop {
	height: 24px;
	width: 24px;
	cursor: pointer;
	background-image: url(../images/mc/x.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -6px;
	right: -8px;
	opacity: 0.7;
}
#close-pop:hover {
	opacity: 1;
}
.image-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(48,55,67,0.25);
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}


/* Responsive */
@media (min-width: 1200px) {
}
@media(min-width:993px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 992px) {
}
@media (max-width: 767px) {
.allover-media-team {
	display: none;
}
.exec-content .photo {
	float: none;
	margin: 0 auto;
}
.exec-content.text {
	margin-left: 0;
}
.exec-content.text .bio {
	margin-left: 0;
	padding-top: 10px;
}
#board-members div {
	float: none;
	display: block;
	width: 100%;
}
}
