@import url("fonts/stylesheet.css");

body {
	background-color: #61210F;
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: 'noto_sansregular', sans-serif;
	font-size: 16px;
}
bodyX:before{
    content:"";
    width:100%;
    height:100%;
    display:block;
    background:green;
}
#header {
	position: fixed;
	top: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px 0px;
	height: 130px;
	overflow:visible;
	border-bottom: solid 5px #61210F;
	background-color: rgba(255,255,255,1.0);
	display: block;
	z-index: 100;
	background-repeat: repeat-x;
}
#headerContent {
	position: relative;
	width: 90%;
	margin: auto;
	padding: 0px;
	overflow:hidden;
}
a {
	color: #000000;
	text-decoration: none;
}
#logo {
	position: relative;
	float: left;
	margin: 8px 0px 0px 50px;
	max-width: 100%;
	z-index: 10;
}
#logo img {
	margin: 0px;
	padding: 0px;
	height: 220px;
	display: block;
	filter:drop-shadow(5px 5px 8px rgba(0,0,0,0.6));
}
#openingSpace {
	clear: both;
	height: 120px;
}
	
#videoHolder {
	width: 100%;
	height: 600px;
	background-color: black;
	margin: 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
	text-decoration: none;
	text-align: center;
}
#address {
	position: absolute;
	bottom: 12px;
	right: 20px;
	z-index: 100;
}
.addressInfo {
	margin: 0px;
	padding: 0px;
	font-family: 'noto_sansregular', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 145%;
	color: #333333;
	text-decoration: none;
}
.estimateHeader {
	margin-bottom: 0px;
	padding: 0px;
	font-family: 'OpenSansCondensedBold', sans-serif;
	font-size: calc(100% + .6vw);
	font-weight: bold;
	color: #61210F;
	text-decoration: none;
}
.footerHeader {
	margin-bottom: 0px;
	padding: 0px;
	font-family: 'OpenSansCondensedBold', sans-serif;
	font-size: calc(100% + .6vw);
	font-weight: bold;
	color: #61210F;
	text-decoration: none;
}
.footerInfo {
	margin: 0px;
	padding: 0px;
	font-family: 'noto_sansregular', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 145%;
	color: #333333;
	text-decoration: none;
}
.gradLine {
	width: 100%;
	height: 6px;
	background-image: linear-gradient(to right, rgba(97,33,15,1) 0%, rgba(97,33,15,1) 30%, rgba(97,33,15,0.0) 70%, rgba(97,33,15,0.0) 100%);
	margin: 0px;
	padding: 0px;
	display: block;
}
#address a {
	color: #333333;
	text-decoration: none;
}
#social {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
}
#social img {
	max-width: 45px;
	margin-left: 8px;
}
#socialFooter {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 25px;
	z-index: 100;
}
#socialFooter img {
	max-width: 35px;
	margin-left: 8px;
}
#mainContentx {
	position: relative;
	top: 0px;
	width: 100%;
	display: block;
	margin: auto;
	overflow: visible;
	z-index: 0;
}
#frontPicx {
	postion: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
}
#mainContent {
	position: relative;
	top: 0px;
	height: 80vh;
	display: block;
	margin: auto;
	overflow: visible;
	background-image: url(../images/lakefront-photo.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	z-index: 0;
}
#mainContentInside {
	position: relative;
	top: 0px;
	height: auto;
	display: block;
	margin-top: 100px;
	overflow: visible;
	z-index: 0;
}
#mainContentSpacer {
	position: relative;
	top: 0px;
	height: 130px;
	display: block;
	margin: auto;
	overflow: visible;
	z-index: 0;
	border: solid 1px red;
}
#mainArea {
	position: relative;
	width: 100%;
	min-height: 400px;
	margin: 0px auto;
	border-top: solid 5px #61210F;
	background-image: url(../images/wood-background.jpg);
	background-size: 50%;
	background-color: rgba(255,255,255,0.0);
	overflow:hidden;
}

#mainAreaContent {
	position: relative;
	width: 90%;
	max-width: 1400px;
	min-height: 400px;
	margin: 30px auto;
	background-color: rgba(255,255,255,0.0);
	overflow:hidden;
}
.mainAreaContentInside {
	height: 70px;
	width: 100%;
}
.mainAreaTable {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 50px 20px;
}
.mainAreaData {
	position: relative;
	width: 50%;
	display: table-cell;
	vertical-align: top;
}
.tPicture {
	position: relative;
	width: 100%;
	border: solid 1px #666666;
}
#openingSlogan {
	position: absolute;
	bottom: 5%;
	right: 10%;
	min-width: 25%;
}
#openingSloganText {
	position: relative;
	padding: 18px 0px;
	width: 100%;
	z-index: 1;
	background-image: url(../images/wood-background.jpg);
	background-size: 100%;
	background-color: rgba(97,33,15,0.5);
	border: solid 2px #61210F;
	border-radius: 10px;
}
#openingSloganText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: calc(100% + .3vw);
	color: #333333;
	padding: 0px 25px;
	margin: 0px;
	text-align: center;
}
#openingSloganText ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: calc(100% + .2vw);
	font-weight: bold;
	color: #333333;
	padding: 0px 25px;
	margin: 0px;
	text-align: center;
	line-height: 165%;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#openingSloganText h1 {
	padding: 0px 25px;
	font-size: calc(100% + 0.9vw);
	margin: 0px;
	text-align: center;
}
#footer {
	position: relative;
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	height: auto;
	overflow:hidden;
	background-color: #61210F;
	border-top: solid 2px #FFFFFF;
	
}
#footer .a {
	color: #FFFFFF;
}
#footer .leftBox {
	position:relative;
	margin-left: 25px;
	width: 355px;
	float: left;
	text-align: left;
}
#footer .rightBox {
	position:relative;
	margin-right: 25px;
	width: 65%;
	float: right;
	text-align: left;
}
#footer .addresses {
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.addressBox {
	display: inline-block;
	margin: 12px;
	text-align: left;
	background-color: #FFFFFF;
}

#footer #largeNav {
	display: block;
}
#footer #mobileNav {
	display: none;
}
#footer ul {
	width: 100%;
	margin: auto;
	padding: 0px;
	text-align: center;
	list-style-type: none;
	display: none;
}
#footer ul li {
	display: inline;
	white-space: nowrap;
	margin: 0px 10px;
}
#footer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}
#footer p {
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#footer p a {
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.pageBlocks {
	position: relative;
	width: 100%;
	padding: 20px 0px;
	overflow: hidden;
	z-index: 10;
}
.pageBlockContainer {
	position: relative;
	width: 90%;
	margin: auto;
	z-index: 10;
}
#coreImage {
	float: right;
	max-width: 90%;
	border-radius: 10px;
	margin-left: 20px;
}
#bottomImage {
	max-width: 90%;
	border-radius: 10px;
	margin: 20px auto;
	display: block;
}
#qualityImage {
	float:right;
	max-width: 60%;
	border-radius: 10px;
	margin-left: 20px;
	margin-bottom: 5px;
}
.floatLeft {
	float: right;
	margin-top: 50px;
	border: solid 1px black;
}
.stemCellColumn {
	position: relative;	
	width: 16%;
	min-width: 200px;
	height: auto;
	padding: 0px;
	margin: 10px;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
}
.stemCellBox {
	position: relative;	
	width: 90%;
	height: auto;
	padding: 0px;
	margin: 10px 0px;
	overflow: visible;
	display: inline-block;

}
.stemCellBox img {
	max-width: 98%;
	margin: auto;
	border: solid 1px #333333;
	border-radius: 5px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
.contactColumn {
	position: relative;	
	width: 46%;
	min-width: 200px;
	height: auto;
	padding: 0px;
	margin: 10px;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}
.contactBox {
	position: relative;	
	width: 90%;
	height: auto;
	padding: 0px;
	margin: 10px 0px;
	overflow: visible;
	display: inline-block;
	text-align: left;

}
.affiliateBox {
	position: relative;	
	width: 90%;
	height: auto;
	padding: 0px;
	margin: 10px 0px;
	overflow: visible;
	display: inline-block;
	text-align: left;

}
#contactForm {
	width: 100%;
	magin: auto;
	text-align:center;
}
.contactFields {
	border: 1px solid #203A73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align:left;
	margin: 3px auto;
	width: 80%;
}
.contactCheckBox {
	border: 1px solid #203A73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align:left;
	margin: 0px 4px 0px 25px;
}
.contactSubmit {
	border: 1px solid #203A73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin: 15px;
	padding: 5px 25px;
	background-color: #65C9FD;
}
.infoRequestBox {
	position: relative;	
	width: 90%;
	height: auto;
	padding: 0px;
	margin: 10px 0px;
	overflow: visible;
	display: inline-block;
	text-align: left;
	border: solid 2px #65C9FD;
	border-radius: 10px;
	background-color: #FBEEDB;
}
.infoRequestBox h3, .infoRequestBox p {
	margin: 6px 15px;
}
.infoReqCheckBox {
	font-family: 'noto_sansregular', sans-serif;
	font-size: 14px;
	line-height: 145%;
	color: #333333;
	text-decoration: none;
	text-align:left;
	width: 50%;
	display:inline-block;
}

.basicTxt {
	font-family: 'noto_sansregular', sans-serif;
	font-size: 18px;
	line-height: 180%;
	color: #333333;
	text-decoration: none;
}
.mediumTxt {
	font-family: 'noto_sansregular', sans-serif;
	font-size: 14px;
	line-height: 145%;
	color: #333333;
	text-decoration: none;
}
.smallTxt {
	font-family: 'noto_sansregular', sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #333333;
	text-decoration: none;
}
.mediumTxt a, .smallTxt a, basicTxt a {
	color: #000000;
	text-decoration: underline;
}
.mediumTxt a:hover, .smallTxt a:hover, basicTxt a:hover {
	color: #666666;
	text-decoration: none;
	background-color:#FFFFCC;
}
.boldText {
	font-family: boldText, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.boldText a {
	color: #333333;
	text-decoration: none;
}
.boldText a:hover {
	color: #333333;
	text-decoration: underline;
}
.picBorder {
	margin: 5px;
	border: solid 1px #333333;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
h1 {
	font-family: 'OpenSansCondensedBold', sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #61210F;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
h2 {
	font-family: 'OpenSansCondensedBold', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #61210F;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	margin-bottom: 0px;
}
h3 {
	font-family: 'OpenSansCondensedBold', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	line-height: 130%;
	/*letter-spacing: -.01em;
	word-spacing: -.03em; */
}
h4 {
	font-family: 'OpenSansCondensedBold', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	/*letter-spacing: -.01em;
	word-spacing: -.03em; */
}
h5 {
	font-family: 'OpenSansCondensedBold', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-decoration: none;
	/* background-color: #6285CB; */
	border-bottom: solid 1px #203A73;
	padding: 5px 5px 5px 2px;
	margin: 0px;
	display: block;
	text-transform: uppercase;	/* width: auto;
	background-color:#6285CB; */
	
	
}
h6 {
	font-family: 'OpenSansCondensedBold', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #203A73;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-decoration: none;
	/* background-color: #6285CB; */
	border-bottom: solid 1px #203A73;
	padding: 5px 5px 5px 2px;
	margin: 0px;
	display: block;
	text-transform: uppercase;	/* width: auto;
	background-color:#6285CB; */
	
	
}
img {
	max-width: 100%;
}
.clearIt {
	clear:both;
}
.clearLine {
	clear:both;
	height: 5px;
	border-bottom: solid 2px #C5D939;
	margin-bottom: 5px;
}
.thirdBoxContainer {
	width: 100%;
	text-align: center;
}

.thirdBox {
	position: relative;	
	width: 29%;
	min-width: 180px;
	height: auto;
	padding: 20px;
	margin: 5px;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
	text-align: left;
}
.thirdBoxX {
	position: relative;
	width: 29%;
	height: auto;
	/* float: left; */
	display: inline-block;
	margin: 5px;
	padding: 20px;
}
.thirdBox h2 {
	margin-bottom: 0px;
}
.thirdBox img {
	max-width: 100%;
	margin: 8px auto;
}
.liteGray {
	background-color:#6285CB;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #EEEEEE 0%, #91AADB 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #EEEEEE 0%, #91AADB 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #EEEEEE 0%, #91AADB 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #EEEEEE), color-stop(1, #91AADB));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #91AADB 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #EEEEEE 0%, #91AADB 100%);
		border: 0px solid #CC0000;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px; 
}
.tcycle {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding-bottom: 40px;
	border: solid 1px #6285CB;
	/* border-bottom: solid 2px #6285CB; */
	overflow: hidden;
}
.tcycle div {
	position: relative;
	width: 96%;
	margin: auto;
}
.cycle-slideshow {
	position: relative;
	width: 94%;
	/* max-width: 1200px; */
	margin: auto;
	padding-bottom: 18px;
	border: solid 1px #6285CB;
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
	/* border-bottom: solid 2px #6285CB; */
	overflow: hidden;
	z-index: 10;
}
.cycle-slide {
	position: relative;
	width: 94%;
	margin: auto;
	padding: 20px 40px 10px 20px;
	text-align: center;
}
.cycle-slide p {
	text-align: left;
}
.cycle-slideshowX p, .cycle-slideshowX h3 {
	position: relative;
	color: #FFFFFF;
	max-width: 94%;
}
.slidePic {
	float:left;
	margin-right: 25px;
}
.boldLink {
	font-size:18px;
	font-weight:bold;
	color:#CC0033;
	text-decoration: none;
	font-family: OpenSansCondensedBold, sans-serif;
}
.boldSmallLink {
	font-size:14px;
	font-weight:bold;
	color:#CC0033;
	text-decoration: none;
	font-family: OpenSansCondensedBold, sans-serif;
}
.boldLink:hover, .boldSmallLink:hover {
	color:#CC0033;
	text-decoration: underline;
}
.timeline {
	position: relative;
	width: 25%;
	min-width: 250px;
	float: right;
	margin-left: 15px;
	padding: 5px 10px;
	border: solid 1px #888888;
	background-color: rgba(255,255,255,0.5);
}
.leftCol {
	float: left;
	width: 18%;
	text-align:center;
}
.rightCol {
	float: right;
	width: 79%;
}
.boardleftCol {
	float: left;
	width: 10%;
	text-align:center;
}
.boardrightCol {
	float: right;
	width: 87%;
}
.frontSlidePic {
	float:left;
	margin-right: 25px;
}
#logoIcon {
	float: left;
	margin-bottom: 100px;
}
#copyRight {
	font-size:12px;
	clear:both;
	text-align: center;
}
#patentTable {
	postion: relative;
	width: 98%;
	height: 600px;
	margin: auto;
	
	overflow-y:auto;
}
#patentTable td {
	font-family: 'noto_sansregular', sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #333333;
	text-decoration: none;
	padding: 4px 4px 4px 10px;
	background-color: #EFEFEF;
	border-bottom: solid 1px #CCCCCC;
}
#patentTable th {
	font-family: OpenSansCondensedBold, sans-serif;
	font-size: 14px;
	line-height: 145%;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #65C9FD;
	padding: 5px 20px 5px 10px;
	white-space: nowrap;
}
#strategyImage {
	position: relative;
	width: 70%;
	max-width: 900px;
	margin: auto;
}
.linkButton {
	text-align: center;
}
.linkButton a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px 30px 6px 30px;
	background-color: #61210F;
	border: solid 1px #FFFFFF;
	border-radius: 19px;
	line-height: 28px;
}
#patentTable a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #CC0000;
}
#back2Top {
    width: 30px;
    line-height: 30px;
    overflow: hidden;
    z-index: 190;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 10px;
    right: 0;
    background-color: #61210F;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #D1D6DC;
    color: #EEEEEE;
}
.noMobile {

}
.mobileOnly {
	visibility: hidden;
}
.estimateHeaderLink {
	color: #61210F;
	text-decoration: none;
}
.centerTxt {
	text-align: center;
}
.contactImage {
	position: relative;
	width: 60%;
	max-width: 145px;
}
.redText {
	color: #CC0000;
}
.aboutLink {
	border-bottom: solid 0px #888888;
}
.aboutLink:hover {
	color: #444444;
	border-bottom: solid 1px #888888;
}

@media only screen and (max-width: 1400px) {
	.infoReqCheckBox {
		width: 90%;
		}

}


@media only screen and (max-width: 1200px) {
		#mainContent {
		background-image: url(../images/lakefront-photo-1200.webp);
		background-position: center center;
		}
		#header {
		height: auto;
		text-align: center;
		border-bottom: solid 5px #FFFFFF;
		background-color: rgba(255,255,255,1.0);
		}
		.contactColumn {
		width: 100%;
		}
		#strategyImage {
		width: 86%;
		}
		#logo {
		position: relative;
		float: none;
		margin: 8px 0px 0px 0px;
		width: 200px;
		max-width: 100%;
		height: auto;
		z-index: 10;
		display: inline-block;
		text-align: center;
		}
		#logo img {
		margin: auto;
		padding: 0px;
		max-width: 95%;
		height: auto;
		display: block;
		}
		#mainContentSpacer {
		height: 225px;
		}
		#mainContentInside {
		margin-top: 250px;
		}
		#address {
		position: relative;
		bottom: 40px;
		right: 0px;
		display: inline-block;
		text-align: left;
		margin-left: 22px;
		height: 100%;
		z-index: 100;
		}
		.thirdBox {
		width: 44%;
		padding: 10px;
		margin: 5px;
		}
		#footer .leftBox {
		margin-left: 0px;
		float: none;
		margin: auto;
		white-space:nowrap;
		text-align: left;
		}
		#footer .rightBox {
		clear:both;
		position:relative;
		margin-right: auto;
		margin-left: auto;
		width: 95%;
		float: none;
		text-align: center;
		}
		.addressBox {
		min-width: 170px;
		}
		#copyRight {
		font-size:12px;
		clear:both;
		margin-left: 0px;
		text-align: center;
		}
		#openingSlogan h1{
		font-size: 28px;
		}

		#openingSlogan {
		width: 100%;
		right: 0px;
		}
		#openingSloganText{
		width: 90%;
		margin: auto;
		}
		#openingSloganText h1{
		font-size: 24px;
		}
		
		#footer #largeNav {
		display: none;
		}
		#footer #mobileNav {
		display: block;
		}
		#footer {
		padding-top: 0px;
		}
		#footer ul {
		display: block;
		}
		#footer ul li {
		display: block;
		white-space: nowrap;
		margin: 0px auto;
		padding: 15px 0px;
		border-bottom: solid 1px #FFFFFF;
		}
		.whoCat, .scholarCat, .amadouCat,  .mediaCat {
		display:none;
		background-color:#D74E64;
		}
		.trigger {
		cursor: pointer;
		}
		.toggle {
		position: relative;
		}
		#footer ul li a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		line-height: 180%;
		color: #FFFFFF;
		text-decoration: none;
		}
		#footer ul li:hover {
		background-color: #7765A4;
		text-decoration: underline;
		}
		.thirdBox img {
		float: left;
		max-width: 200px;
		margin-right: 15px;
		}
		.thirdBox {
		width: 94%;
		padding: 20px;
		margin: 5px;
		}
		.slidePic {
		float: none;
		max-width: 94%;
		margin: auto;
		}
		.frontSlidePic {
		float:none;
		margin-right: auto;
		margin-left: auto;
		}
		#logoIcon {
		float: left;
		margin-bottom: 10px;
		}
		#qualityImage {
		float:none;
		max-width: 90%;
		margin: 25px auto 25px auto;
		display:block;
		}
		#bgaLogo {
		float:none;
		max-width: 90%;
		margin: auto;
		display:block;
		}
		#coreImage {
		float: none;
		max-width: 90%;
		margin: auto;
		display:block;
		}
		h3, h2 {
		text-align: center;
		}
		.stemCellColumn {
		min-width: 240px;
		height: auto;
		padding: 0px;
		margin: 10px;
		}
		#openingSpace {
		clear: both;
		height: 160px;
		}
		.noMobile {
		display: none;
		}
		.mobileOnly {
		visibility: visible;
		}
		.mainAreaContentInside {
		height: 34px;
		}
		
}

@media only screen and (max-width: 860px) {
		#header {
		position: relative;
		}
		#mainContent {
		height: 450px;
		}
		#mainContentInside {
		margin-top: 0px;
		}
		.mainAreaContentInside {
		display: none;
		}
		.mainAreaContent {
		margin-top: 0px;
		}
		#mainContentSpacer {
		height: 0px;
		}
		.mainAreaTable {
		position: relative;
		width: 100%;
		display: block;
		border-collapse: separate;
		border-spacing: 50px 20px;
		}
		.mainAreaData {
		position: relative;
		width: 100%;
		display: block;
		margin: 20px auto 70px auto;
		vertical-align: top;
		}
		.tPicture {
		position: relative;
		width: 90%;
		max-width: 400px;
		margin: auto;
		border: solid 1px #666666;
		display: block;
		}
}

@media only screen and (max-width: 680px) {
		#address {
		position: relative;
		width: 100%;
		bottom: 0px;
		right: 0px;
		display: inline-block;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		height: 100%;
		z-index: 100;
		text-align: center;
		}
		.gradLine, .estimateHeader {
		display: none;
		}		
		#logo img {
		margin: auto;
		padding: 0px;
		width: 150px;
		max-width: 95%;
		height: auto;
		display: block;
		}
		h1 {
		text-align: center;
		}


}
@media only screen and (max-width: 480px) {
		#social img {
		max-width: 25px;
		}
		.thirdBox {
		width: 94%;
		padding: 10px;
		margin: 5px;
		}
		.timeline {
		position: relative;
		width: 90%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		}
		.leftCol {
		float: none;
		width: 100%;
		
		}
		.rightCol {
		float: none;
		width: 100%;
		}
		.boardleftCol {
		float: none;
		width: 100%;
		text-align:center;
		}
		.boardrightCol {
		float: right;
		width: 100%;
		}
		.cycle-slide {
		width: 90%;
		}
		.cycle-slide h3 {
		clear:both;
		}
		
		h1, h5 {
		text-align: center;
		}
		#logoIcon {
		display: none;
		float: left;
		margin-bottom: 0px;
		}
		#openingSlogan h1{
		font-size: 18px;
		}
		.infoReqCheckBox {
		width: 90%;
		}
		#strategyImage {
		width: 96%;
		}
		
}
@supports (-webkit-touch-callout: none) {
    #mainContent {
	background-attachment: scroll;
	}
}