@font-face {
    font-family: MontserratRegular; 
    src:url("../fonts/MontserratRegular.eot"), /*IE*/
        url("../fonts/MontserratRegular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/MontserratRegular.woff") format("woff"),
        url("../fonts/MontserratRegular.ttf") format("truetype"), /*Non-IE*/
        url("../fonts/MontserratRegular.svg#MontserratRegular") format("svg");
}

@font-face {
    font-family: RobotoRegular; 
    src:url("../fonts/RobotoRegular.eot"), /*IE*/
        url("../fonts/RobotoRegular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/RobotoRegular.woff") format("woff"),
        url("../fonts/RobotoRegular.ttf") format("truetype"), /*Non-IE*/
        url("../fonts/RobotoRegular.svg#RobotoRegular") format("svg");
}

body {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	letter-spacing: 1.5px;
	overflow-x: hidden;
}

h1, h2, p, a, ul, ul2 {
	padding:0;
	margin:0;
}

.clickable {
	pointer-events: none;
}

#up_btn {
	z-index: 1000;
	width: 50px;
	height: 50px;
	bottom:15px;
	right:15px;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	background-image:url(../images/up_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	cursor:pointer;
	display: none;
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 	
}

#up_btn:hover {
	background-color: rgba(0, 0, 0, 1);
}

#down_btn {
	z-index: 1000;
	width: 50px;
	height: 50px;
	bottom: 15px;
	right:15px;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	background-image:url(../images/down_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 	
}

#down_btn:hover {
	background-color: rgba(0, 0, 0, 1);
}

img {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    object-fit: contain;
}

#main {
	z-index:0;
	width: 100%;
	height:700px;
	top: 80px;
	padding:0;
	position:absolute;
}

#overview {
	z-index:0;
	width: 100%;
	height:100%;
	position:absolute;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/main_BG.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#overview_text {
	z-index:100;
	width: 100%;
	height:100%;
	position:absolute;
	background-repeat:no-repeat;
	background-position: 0% 100%;
	background-image: url(../images/main_text.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#container {
	z-index:0;
	width: 100%;
	height:auto;
	top: 780px;
	padding:0;
	position:absolute;
}

.container {
    width: 100%;
	height: auto;
	padding: 80px 0 70px 0;
	float:left;
	position:relative;
}

.container h1 {
	width: auto;
	height: auto;
	margin: 0 0 0 10vw;
	font-family: RobotoRegular;
	font-size: 24pt;
	font-weight: 600;
	line-height:30px;
	color: #bc934a;
	text-align: left;
	text-transform: uppercase;
}

.container h1b {
	width: auto;
	height: auto;
	margin: 0 0 0 10vw;
	font-family: RobotoRegular;
	font-size: 24pt;
	font-weight: 600;
	line-height:30px;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
}

.container h2 {
	width: auto;
	height: auto;
	margin: 0;
	font-family: RobotoRegular;
	font-size: 24pt;
	font-weight: 600;
	line-height:30px;
	color: #bc934a;
	text-align: left;
	text-transform: uppercase;
}

.container h2b {
	width: auto;
	height: auto;
	margin: 0;
	font-family: RobotoRegular;
	font-size: 24pt;
	font-weight: 600;
	line-height:30px;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
}

.container h3 {
	width: auto;
	height: auto;
	margin: 0;
	font-family: RobotoRegular;
	font-size: 14pt;
	font-weight: 600;
	line-height:30px;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
}

.container h4 {
	width: auto;
	height: auto;
	margin: 0;
	font-family: RobotoRegular;
	font-size: 12pt;
	font-weight: 600;
	line-height:30px;
	color: #1c1f20;
	text-align: left;
	text-transform: uppercase;
}

.container h4b {
	width: 90%;
	height: auto;
	margin: 0 5% 0 5%;
	font-family: RobotoRegular;
	font-size: 12pt;
	font-weight: 600;
	line-height:30px;
	color: #1c1f20;
	text-align: center;
	float: left;
	position: relative;
	text-transform: uppercase;
}

.container h5 {
	width: 100%;
	height: auto;
	margin: 0 0 50px 0;
	font-family: RobotoRegular;
	font-size: 24pt;
	font-weight: 600;
	line-height:30px;
	color: #bc934a;
	text-align: center;
	text-transform: uppercase;
	float: left;
	position: relative;
}

.container h5b {
	z-index: 100;
	width: 100%;
	height: 40px;
	top: 0;
	padding: 80px 0 40px 0;
	font-family: RobotoRegular;
	font-size: 24pt;
	font-weight: 600;
	line-height:40px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	background-image: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
}

.container p {
	width: 100%;
	margin: 0;
	font-family: MontserratRegular;
	font-size: 10pt;
	font-weight: 300;
	line-height: 20px;
	color: #1c1f20;
	text-align: left;
	float: left;
	position: relative;
}

.container p2 {
	width: 100%;
	margin: 0;
	font-family: MontserratRegular;
	font-size: 10pt;
	font-weight: 300;
	line-height: 20px;
	color: #ffffff;
	text-align: left;
	float: left;
	position: relative;
}

.container p3 {
	width: 100%;
	margin: 0;
	font-family: MontserratRegular;
	font-size: 10pt;
	font-weight: 300;
	line-height: 20px;
	color: #ffffff;
	text-align: left;
}

.container p4 {
	width: 90%;
	margin: 0 5% 0 5%;
	font-family: RobotoRegular;
	font-size: 12pt;
	font-weight: 600;
	line-height: 20px;
	color: #1c1f20;
	text-align: center;
	font-style: italic;
	float: left;
	position: relative;
}

.container p5 {
	width: 90%;
	margin: 0 5% 0 5%;
	font-family: MontserratRegular;
	font-size: 10pt;
	font-weight: 300;
	line-height: 20px;
	color: #1c1f20;
	text-align: center;
	float: left;
	position: relative;
}

.container p6 {
	width: 100%;
	font-family: MontserratRegular;
	font-size: 10pt;
	font-weight: 600;
	line-height: 20px;
	color: #1c1f20;
	text-align: left;
	float: left;
	position: relative;
}

.container ul li {
	width: calc(100% - 30px);
	margin: 0 0 0 30px;
	float:left; 
	position:relative;
	list-style-type: disc;
	font-family: MontserratRegular;
	font-size: 10pt;
	font-weight: 300;
	line-height: 20px;
	color: #1c1f20;
}

.title {
	width: auto;
	height: auto;
	margin: 0 0 50px 0;
	float: left;
	position: relative;
	overflow: visible;
	display: inline;
}

.title ::after{
    width: 100%;
    height: 3px;
    bottom: -5px;
    left: 0;
    content: "";
    position: absolute;
	border-bottom: 1px solid #1c1f20;
 }

.title2 {
	width: 100%;
	height: auto;
	padding: 0 0 4px 0;
	margin: 0 0 30px 0;
	float: left;
	position: relative;
	overflow: visible;
	display: inline;
	border-bottom: 1px solid #1c1f20;
}

.title2b {
	width: 100%;
	height: auto;
	padding: 0 0 4px 0;
	margin: 0 0 30px 0;
	float: left;
	position: relative;
	overflow: visible;
	display: inline;
	border-bottom: 1px solid #ffffff;
}

.title3 {
	width: auto;
	height: auto;
	margin: 0 0 35px 0;
	float: left;
	position: relative;
	overflow: visible;
	display: inline;
}

.title3 ::after{
    width: 100%;
    height: 3px;
    bottom: -5px;
    left: 0;
    content: "";
    position: absolute;
	background:-webkit-linear-gradient(0deg, rgba(3,78,162,1) 0%, rgba(3,78,162,1) 33%, rgba(237,28,36,1) 34%, rgba(237,28,36,1) 66%, rgba(3,78,162,1) 67%, rgba(3,78,162,1) 100%);
 }

.content {
	width: 100%;
	height: auto;
	margin: 0;
	float: left;
	position: relative;
}

.content_text {
	width: 40%;
	height: auto;
	margin: 0 10% 0 0;
	float: left;
	position: relative;
}

.content_text2 {
	width: 75%;
	height: auto;
	float: left;
	position: relative;
}

.content1 {
	width: 50%;
	height: auto;
	margin: 0 0 0 10%;
	float: left;
	position: relative;
}

.content2 {
	width: 30%;
	height: auto;
	margin: 0;
	float: left;
	position: relative;
}

.content2b {
	width: 30%;
	height: auto;
	padding: 0 50px 0 0;
	margin: 0;
	float: left;
	position: relative;
	border-right: 1px solid #ffffff;
}

.content2c {
	width: 30%;
	height: auto;
	padding: 0 0 0 50px;
	margin: 0;
	float: left;
	position: relative;
}

.content3 {
	width: 40%;
	height: auto;
	margin: 0;
	float: left;
	position: relative;
}

.content4 {
	width: 60%;
	height: auto;
	margin: 0 0 0 10%;
	float: left;
	position: relative;
}

.content5 {
	width: auto;
	height: auto;
	margin: 0;
	float: left;
	position: relative;
}

.content6 {
	width: 50%;
	height: auto;
	margin: 0 0 0 10%;
	float: left;
	position: relative;
}

.content_pic {
	z-index:0;
	width: 90%;
	height:550px;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#content_left {
	float:right;
	position:relative;
}

#content_right {
	float:right;
	position:relative;
}

#overview_pic {
	width: 100%;
	height: 400px;
	margin: 0;
	float: left;
	position: relative;
}

#main_button {
	z-index:100;
	width:100%;
	height: 20px;
	margin: 10px 0 0 0;
	float: left;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/***************************************************
			        Register
***************************************************/

#popup {
	z-index:2500;
    width: 100%;
	height: 100%;
	position:fixed;
	overflow: hidden;
}

#popup_BG {
	z-index:500;
	width: 100%;
	height: 100%;
	position:absolute;
	background: rgba(0,0,0,0.7);
}

#popup_content {
	z-index:800;
    width: 100%;
	height: 100%;
	margin: auto;
	position:relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#close_btn {
	z-index: 1000;
	width: 50px;
	height: 50px;
	top:-30px;
	right:-30px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	background-image:url(../images/close_btn2.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	cursor:pointer;
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 	
}

#close_btn:hover {
	background-color: rgba(0, 0, 0, 1);
}

#register {
	z-index: 2000;
	width: 550px;
	height: auto;
	margin: auto;
	position: relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/register_BG.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#register h1 {
	width: 100%;
	height: auto;
	margin: 40px 0 20px 0;
	font-family: RobotoRegular;
	font-size: 20pt;
	font-weight: 600;
	line-height:30px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	float: left;
	position: relative;
}

#register p {
	width: 100%;
	height: auto;
	margin: 0;
	font-family: MontserratRegular;
	font-size: 10pt;
	font-weight: 300;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	font-style: italic;
	float: left;
	position: relative;
}

#wufoo_form {
	width: 80%;
	height: 340px;
	margin: 40px 0 50px 10%;
	float: left;
	position: relative;
}

iframe {
	width: 100%;
	height: 100%;
    position: absolute;
}

/***************************************************
			        Location
***************************************************/

#location {
	width: 100%;
	height: auto;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/location_BG.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#location_content {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

#location_map {
	width: 70%;
	height: auto;
	float: left;
	position:relative;
}

.find_google {
	width: 200px;
	height: 60px;
	margin: 10px 0 0 -5px;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 0% 0%;
	background-image: url(../images/find_google.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/***************************************************
		  Aspiration and sustainability
***************************************************/

#aspiration_content {
    width: 100%;
	height: auto;
	padding: 0 0 70px 0;
	float:left;
	position:relative;
}

.aspiration_pic {
	z-index:0;
	width: 100%;
	height:auto;
	padding: 30px;
	margin: 0 0 50px 0;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	box-shadow: 0px 0px 15px 2px #1c1f20;
}

.aspiration_pic ul li {
	width: calc(100% - 20px);
	margin: 0 0 0 20px;
	float:left; 
	position:relative;
	list-style-type: disc;
	font-family: MontserratRegular;
	font-size: 10pt;
	font-weight: 300;
	line-height: 20px;
	color: #ffffff;
}

#sustainability_content {
    width: 100%;
	height: auto;
	padding: 80px 0 70px 0;
	float:left;
	position:relative;
	background-color: #ffffff;
}

#goals_logo {
	width: 197px;
	height: 60px;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 0% 50%;
	background-image: url(../images/goals_logo.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mid_line {
	width: auto;
	height:60px;
	margin: 0 30px 0 30px;
	float: left;
	position:relative;
	border-right: 1px solid #1c1f20;
}

.sustainability {
	width: 80%;
	height:auto;
	margin: 80px 0 0 10%;
	float: left;
	position:relative;
}

.sustainability_box {
	width: 22%;
	height:auto;
	margin: 0 4% 0 0;
	float: left;
	position:relative;
	box-shadow: 0px 0px 15px 2px #aaaaaa;
}

.sustainability_box2 {
	width: 22%;
	height:auto;
	margin: 0;
	float: left;
	position:relative;
	box-shadow: 0px 0px 15px 2px #aaaaaa;
}

.sustainability_pic {
	width: 100%;
	height:200px;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sustainability_text {
	width: 100%;
	height:220px;
	float: left;
	position:relative;
}

/***************************************************
			        Components
***************************************************/

#components {
	width: 100%;
	height: auto;
	padding: 80px 0 0 0;
	float: left;
	position: relative;
}

#components_content {
	width: 80%;
	height: auto;
	left: 10%;
	float: left;
	position: relative;
}

#components_pic {
	width: calc(100% - 600px);
	height: 686px;
	float: left;
	position:relative;
}

.components_content {
	width: 90%;
	height: auto;
	top: 80px;
	left: 0;
	position: absolute;
}

.components_pic {
	width: 100%;
	height:400px;
	margin: 10px 0 0 0;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	box-shadow: 0px 0px 15px 2px #aaaaaa;
}

#components_map {
	width: 600px;
	height: 686px;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/components/components_map.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#no1 {
	z-index: 100;
	width: 60px;
	height: 60px;
	top: 492px;
	left: 272px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/components/no1.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	cursor: pointer;
	-webkit-animation: blink1 2s ease-in-out 0s infinite;
	-moz-animation: blink1 2s ease-in-out 0s infinite;
	-ms-animation: blink1 2s ease-in-out 0s infinite;
	-o-animation: blink1 2s ease-in-out 0s infinite;
	animation: blink1 2s ease-in-out 0s infinite;
}

#no2 {
	z-index: 100;
	width: 60px;
	height: 60px;
	top: 456px;
	left: 364px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/components/no2.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	cursor: pointer;
	-webkit-animation: blink1 2s ease-in-out 0s infinite;
	-moz-animation: blink1 2s ease-in-out 0s infinite;
	-ms-animation: blink1 2s ease-in-out 0s infinite;
	-o-animation: blink1 2s ease-in-out 0s infinite;
	animation: blink1 2s ease-in-out 0s infinite;
}

#no3 {
	z-index: 100;
	width: 60px;
	height: 60px;
	top: 364px;
	left: 304px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/components/no3.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	cursor: pointer;
	-webkit-animation: blink1 2s ease-in-out 0s infinite;
	-moz-animation: blink1 2s ease-in-out 0s infinite;
	-ms-animation: blink1 2s ease-in-out 0s infinite;
	-o-animation: blink1 2s ease-in-out 0s infinite;
	animation: blink1 2s ease-in-out 0s infinite;
}

#no4 {
	z-index: 100;
	width: 60px;
	height: 60px;
	top: 282px;
	left: 372px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/components/no4.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	cursor: pointer;
	-webkit-animation: blink1 2s ease-in-out 0s infinite;
	-moz-animation: blink1 2s ease-in-out 0s infinite;
	-ms-animation: blink1 2s ease-in-out 0s infinite;
	-o-animation: blink1 2s ease-in-out 0s infinite;
	animation: blink1 2s ease-in-out 0s infinite;
}

#no5 {
	z-index: 100;
	width: 60px;
	height: 60px;
	top: 162px;
	left: 372px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/components/no5.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	cursor: pointer;
	-webkit-animation: blink1 2s ease-in-out 0s infinite;
	-moz-animation: blink1 2s ease-in-out 0s infinite;
	-ms-animation: blink1 2s ease-in-out 0s infinite;
	-o-animation: blink1 2s ease-in-out 0s infinite;
	animation: blink1 2s ease-in-out 0s infinite;
}

#no6 {
	z-index: 100;
	width: 60px;
	height: 60px;
	top: 170px;
	left: 250px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/components/no6.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	cursor: pointer;
	-webkit-animation: blink1 2s ease-in-out 0s infinite;
	-moz-animation: blink1 2s ease-in-out 0s infinite;
	-ms-animation: blink1 2s ease-in-out 0s infinite;
	-o-animation: blink1 2s ease-in-out 0s infinite;
	animation: blink1 2s ease-in-out 0s infinite;
}


 @keyframes blink1 {
 0% {
 opacity: 1;
}
 50% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}

/***************************************************
			        Features
***************************************************/

#features_content {
	width: 80%;
	height: auto;
	left: 10%;
	float: left;
	position: relative;
}

#features_content ul li {
	width: calc(100% - 20px);
	margin: 0 0 0 20px;
	float:left; 
	position:relative;
	list-style-type: disc;
	font-family: MontserratRegular;
	font-size: 10pt;
	font-weight: 300;
	line-height: 20px;
	color: #1c1f20;
}

.features_content {
	width: 30%;
	height: 200px;
	margin: 0 5% 0 0;
	float: left;
	position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features_content2 {
	width: 30%;
	height: 200px;
	margin: 0;
	float: left;
	position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features_content3 {
	width: 30%;
	height: 200px;
	margin: 0 5% 0 0;
	float: left;
	position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features_icon {
	width: 80px;
	height: 100%;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.features_text {
	width: calc(100% - 100px);
	height: auto;
	margin: 0 0 0 20px;
	float: left;
	position:relative;
}

/***************************************************
			        About Us
***************************************************/

#aboutus {
	width: 100%;
	height: auto;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/about_BG.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#about_content {
	width: 80%;
	height: auto;
	left: 10%;
	float: left;
	position: relative;
}

#mrcb_logo2 {
	width: 158px;
	height: 50px;
	margin: 0 0 20px 10vw;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/mrcb_logo2.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#about_content ul li {
	width: calc(100% - 20px);
	margin: 0 0 0 20px;
	float:left; 
	position:relative;
	list-style-type: disc;
	font-family: MontserratRegular;
	font-size: 10pt;
	font-weight: 300;
	line-height: 20px;
	color: #ffffff;
}

.find_more {
	width: 200px;
	height: 60px;
	margin: 10px 0 0 -5px;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 0% 0%;
	background-image: url(../images/find_more.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.find_more2 {
	width: 0;
	height: 0;
	margin: 0;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 0% 0%;
	background-image: url(../images/find_more.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	overflow: hidden;
}

/***************************************************
			        Footer
***************************************************/
#footer {
	z-index:1000;
	width: 100%;
	height: auto;
	padding: 50px 0 40px 0;
	margin:0;
    float: left;
	position:relative;
    background-color: #ffffff;
}

#footer_content {
	width: 80%;
	height: auto;
	margin:auto;
	position:relative;
}

#footer_text1 {
	width: auto;
	height: auto;
	float: left;
	position:relative;
	font-family: MontserratRegular;
	font-size: 10pt;
	font-weight: 600;
	line-height:20px;
	text-align: left;
	color: #1c1f20;
}

#footer_text2 {
	width: auto;
	height: auto;
	float: right;
	position:relative;
	font-family: MontserratRegular;
	font-size: 10pt;
	font-weight: 600;
	line-height:20px;
	text-align: left;
	color: #1c1f20;
}

#footer_text2 a{
	text-decoration: none;
	color: #1c1f20;
}
