@media (max-width: 1000px) {	

.clickable {
	pointer-events: auto;
}

#up_btn {
	width: 30px;
	height: 30px;
	bottom:10px;
	right:10px;
}

#down_btn {
	width: 30px;
	height: 30px;
	bottom:10px;
	right:10px;	
}

#main {
	width: 100%;
	height:250px;
	top: 50px;
	padding:0;
	border-top: 5px solid #252f6c;
}

#container {
	z-index:0;
	width: 100%;
	height:auto;
	top: 300px;
	padding:0;
	position:absolute;
}

.container {
    width: 100%;
	height: auto;
	padding: 40px 0 30px 0;
}

.container h1 {
	width: auto;
	height: auto;
	margin: 0 0 0 5vw;
	font-size: 14pt;
	line-height:20px;
}

.container h1b {
	width: auto;
	height: auto;
	margin: 0 0 0 5vw;
	font-size: 14pt;
	line-height:20px;
}

.container h2 {
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14pt;
	line-height:20px;
}

.container h2b {
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14pt;
	line-height:20px;
}

.container h3 {
	width: auto;
	height: auto;
	margin: 0;
	font-size: 10pt;
	line-height:20px;
}

.container h4 {
	width: auto;
	height: auto;
	margin: 0;
	font-size: 9pt;
	line-height:20px;
}

.container h4b {
	width: 90%;
	height: auto;
	margin: 0 5% 0 5%;
	font-size: 9pt;
	line-height:20px;
}

.container h5 {
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	font-size: 14pt;
	line-height:20px;
}

.container h5b {
	z-index: 100;
	width: 100%;
	height: 30px;
	top: 0;
	padding: 15px 0 10px 0;
	font-size: 14pt;
	line-height:30px;
}

.container p {
	width: 100%;
	margin: 0;
	font-size: 8pt;
	line-height: 15px;
}

.container p2 {
	width: 100%;
	margin: 0;
	font-size: 8pt;
	line-height: 15px;
}

.container p3 {
	width: 100%;
	margin: 0;
	font-size: 8pt;
	line-height: 15px;
}

.container p4 {
	width: 90%;
	margin: 0 5% 0 5%;
	font-size: 9pt;
	line-height: 15px;
}

.container p5 {
	width: 90%;
	margin: 0 5% 0 5%;
	font-size: 8pt;
	line-height: 15px;
}

.container p6 {
	width: 100%;
	font-size: 8pt;
	line-height: 15px;
}

.container ul li {
	width: calc(100% - 20px);
	margin: 0 0 0 20px;
	font-size: 8pt;
	line-height: 15px;
}

.title {
	width: auto;
	height: auto;
	margin: 0 0 20px 0;
}

.title ::after{
    width: 100%;
    height: 3px;
    bottom: -5px;
    left: 0;
    content: "";
 }

.title2 {
	width: 95%;
	height: auto;
	padding: 0 0 4px 0;
	margin: 0 0 20px 5%;
}

.title2b {
	width: 95%;
	height: auto;
	padding: 0 0 4px 0;
	margin: 0 0 20px 5%;
}

.title3 {
	width: auto;
	height: auto;
	margin: 0 0 25px 0;
}

.title3 ::after{
    width: 100%;
    height: 3px;
    bottom: -5px;
    left: 0;
    content: "";
 }

.content {
	width: 100%;
	height: auto;
	margin: 0;
}

.content_text {
	width: 90%;
	height: auto;
	margin: 0 0 0 5%;
}

.content_text2 {
	width: 90%;
	height: auto;
	margin: 0 0 0 5%;
}

.content1 {
	width: 100%;
	height: auto;
	margin: 0;
}

.content2 {
	width: 100%;
	height: auto;
	margin: 0;
}

.content2b {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	border-right: none;
}

.content2c {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 30px 0 0 0;
}

.content3 {
	width: 100%;
	height: auto;
	margin: 0;
}

.content4 {
	width: 100%;
	height: auto;
	margin: 0;
}

.content5 {
	width: auto;
	height: auto;
	margin: 0;
}

.content6 {
	width: 90%;
	height: auto;
	margin: 0 0 0 5%;
}

.content_pic {
	z-index:0;
	width: 100%;
	height:250px;
	margin: 0 0 20px 0;
}

#content_left {
	float:right;
	position:relative;
}

#content_right {
	float:right;
	position:relative;
}

#overview_pic {
	width: 90%;
	height: 250px;
	margin: 20px 0 0 5%;
}

#main_button {
	width:100%;
	height: 20px;
	margin: 10px 0 0 0;
}

/***************************************************
			        Register
***************************************************/

#close_btn {
	z-index: 1000;
	width: 35px;
	height: 35px;
	top:-20px;
	right:0px;	
}

#register {
	width: 100%;
	height: auto;
	margin: auto;
	position: relative;
}

#register h1 {
	margin: 30px 0 15px 0;
	font-size: 14pt;
	line-height:20px;
}

#register p {
	height: auto;
	margin: 0;
	font-size: 8pt;
	line-height: 15px;
}

#wufoo_form {
	width: 80%;
	height: 340px;
	margin: 30px 0 40px 10%;
	float: left;
	position: relative;
}

iframe {
	width: 100%;
	height: 100%;
    position: absolute;
}

/***************************************************
			        Location
***************************************************/

#location {
	width: 100%;
	height: auto;
	float: left;
	position:relative;
}

#location_content {
	width: 100%;
	height: auto;
	left: 0;
}

#location_map {
	width: 90%;
	height: auto;
	margin: 0 0 20px 5%;
}

.find_google {
	width: 133px;
	height: 40px;
	margin: 10px 0 0 -3px;
}

/***************************************************
		  Aspiration and sustainability
***************************************************/

#aspiration_content {
    width: 100%;
	height: auto;
	padding: 0 0 30px 0;
}
	
.aspiration_pic {
	z-index:0;
	width: 90%;
	height:auto;
	padding: 20px 5% 20px 5%;
	margin: 15px 0 15px 0;
}

.aspiration_pic ul li {
	width: calc(100% - 20px);
	margin: 0 0 0 20px;
	font-size: 8pt;
	line-height: 15px;
}

#sustainability_content {
    width: 100%;
	height: auto;
	padding: 40px 0 30px 0;
}

#goals_logo {
	width: 131px;
	height: 40px;
}

.mid_line {
	width: 100%;
	height:auto;
	margin: 10px 0 5px 0;
	border-right: none;
	border-bottom: 1px solid #1c1f20;
}

.sustainability {
	width: 90%;
	height:auto;
	margin: 20px 0 0 5%;
	float: left;
	position:relative;
}

.sustainability_box {
	width: 100%;
	height:auto;
	margin: 0 0 20px 0;
	float: left;
	position:relative;
}

.sustainability_box2 {
	width: 100%;
	height:auto;
	margin: 00;
	float: left;
	position:relative;
}

.sustainability_pic {
	width: 100%;
	height:200px;
}

.sustainability_text {
	width: 100%;
	height:auto;
	padding: 0 0 20px 0;
}

/***************************************************
			        Components
***************************************************/

#components {
	width: 100%;
	height: auto;
	padding: 40px 0 0 0;
}

#components_content {
	width: 90%;
	height: auto;
	left: 5%;
}

#components_pic {
	width: 100%;
	height: auto;
	float: left;
	position:relative;
}

.components_content {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	float: left;
	position:relative;
}

.components_pic {
	width: 100%;
	height:220px;
	margin: 10px 0 0 0;
}

#components_map {
	width: 300px;
	height: 343px;
	left: calc(50% - 150px);
	float: left;
	position:relative;
}

#no1 {
	width: 30px;
	height: 30px;
	top: 246px;
	left: 136px;
}

#no2 {
	width: 30px;
	height: 30px;
	top: 228px;
	left: 182px;
}

#no3 {
	width: 30px;
	height: 30px;
	top: 182px;
	left: 152px;
}

#no4 {
	width: 30px;
	height: 30px;
	top: 141px;
	left: 186px;
}

#no5 {
	width: 30px;
	height: 30px;
	top: 81px;
	left: 186px;
}

#no6 {
	width: 30px;
	height: 30px;
	top: 85px;
	left: 125px;
}

/***************************************************
			        Features
***************************************************/

#features_content {
	width: 90%;
	height: auto;
	left: 5%;
}

#features_content ul li {
	width: calc(100% - 20px);
	margin: 0 0 0 20px;
	font-size: 8pt;
	line-height: 15px;
}

.features_content {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

.features_content2 {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

.features_content3 {
	width: 100%;
	height: auto;
	margin: 0;
}

.features_icon {
	width: 50px;
	height: 50px;
}

.features_text {
	width: calc(100% - 70px);
	height: auto;
	margin: 0 0 0 20px;
	float: left;
	position:relative;
}

/***************************************************
			        About Us
***************************************************/

#aboutus {
	width: 100%;
	height: auto;
}

#about_content {
	width: 90%;
	height: auto;
	left: 5%;
}

#mrcb_logo2 {
	width: 95px;
	height: 30px;
	margin: 0 0 10px 5vw;
}

#about_content ul li {
	width: calc(100% - 20px);
	margin: 0 0 0 20px;
	font-size: 8pt;
	line-height: 15px;
}

.find_more {
	width: 0;
	height: 0;
	margin: 0;
	overflow: hidden;
}

.find_more2 {
	width: 133px;
	height: 40px;
	margin: 10px 0 0 -3px;
}

/***************************************************
			        Footer
***************************************************/
#footer {
	width: 100%;
	height: auto;
	padding: 20px 0 20px 0;
	margin:0;
}

#footer_content {
	width: 90%;
	height: auto;
	margin:auto;
	position:relative;
}

#footer_text1 {
	width: 100%;
	height: auto;
	font-size: 8pt;
	line-height:15px;
	text-align: center;
}

#footer_text2 {
	width: 100%;
	height: auto;
	margin: 15px 0 0 0;
	font-size: 8pt;
	line-height:15px;
	text-align: center;
}

#footer_text2 a{
	text-decoration: none;
	color: #1c1f20;
}

	
}