@charset "utf-8";
/* CSS Document */

.nasaButton {
	background-color: #ebebeb;
	margin: 14px 0;
	display: block;
	text-decoration: none;
}

.nasaButton .pad {
	padding: 12px 18px;
	display: block;
}


/* 2general */

.fullwidthBanner img {
	width: 100%;
}

.page {	
	font-size: 18px;
	line-height: 27px;
	display: none;
}
.activePage {
	display: block;
}
.page img {
	width: 100%;
}
.page p {
	
}
.page ul {
	list-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.page ol {
	margin-top: 20px;
	margin-bottom: 20px;
}

.page li {
	margin-bottom: 5px;
	padding-left: 12px;
}

.inlineButton {
	display: block;
	padding: 20px 50px;
	text-align: center;
	color: #fff;
	margin: 14px auto;
	width: 40%;
	transition: all 0.7s;
	cursor: pointer;
	text-decoration: none;
}
.redButton {
	background-color: #bb0000;
}

.redButton:hover {
	background-color: #f14040;
}
.greyButton {
	background-color: #565656;
}
.greyButton:hover {
	background-color: #a0a0a0;
}

/* /2general */

/* layouts */

/* 1 col */
.page .contentPad {
	padding: 42px;
}

/* /1 col */

/* 2 col */


.page .leftCol {
    width: 280px;
    margin: 20px;
    float: left;

}
.page .rightCol {
	min-height: 260px;
    width: 700px;
    margin: 20px;
	float: right;
}

@media only screen and (max-width: 1116px) {	
	.conentArea .leftCol {
		float: none;
		width: 80%;
		margin: auto;
	}
	.conentArea .rightCol {
		float: none;
		width: auto;
	}	
}

/* /2 col */




/* grid? */

.gridBox {
	width: 50%;
	float: left;
}
@media only screen and (max-width: 640px) {
	.gridBox {
		width: auto;
		float: none;
	}	
}
.gridBox3 {
	width: 30%;
	float: left;
	background-color: #4a4a4a;
	min-height: 270px;
	margin: 14px 1.5% 14px 1.5%;
}
@media only screen and (max-width: 1000px) {
	.gridBox3 {
		width: auto;
		float: none;
	}	
}
/* /grid? */





/* /layouts */


/* about us - team */

.teamMember {	
	margin: 0 0 30px 0;
	
}
.teamMember .photo {
	margin-bottom: 32px;
}
.teamMember .photo img {
	width: 100%;
	
}
.teamMember .bio {
	font-size: 14px;
	line-height: 19px;
	color: #676767;
	padding: 0 46px;
	margin: 0 0 20px 0;
	height: 152px;
	overflow: hidden;
	transition: all 1.2s;
}
.teamMember .readMore {
	text-align: right;
	font-size: 12px;
    padding-right: 50px;
    color: #d71c1c;
	text-decoration: none;
	cursor: pointer;
	display: block;
}
.teamMember .readMore:hover {
	text-decoration: underline;
}
.teamMember .name {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	padding-left: 50px;
	display: block;
	text-decoration: none;
	color: #000;
}
.teamMember .name:hover {
	text-decoration: underline;
}
.teamMember .title {
	font-size: 15px;
	padding-left: 50px;
}


/* /about us - team */