.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
*{
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 400;
	box-sizing: border-box;
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
a{
	color:#000;
	color:inherit;
	text-decoration: none;
}
a:hover{
	color:#000;
	color:inherit;
	text-decoration: underline;
}
br.mobile{
	display: none;
}
.btn{
	border: 1px #009999 solid;
    color: #009999;
    padding: 0.5rem 1.5rem;
    display: inline-block;
    margin: 1rem 0;
    border-radius: 4rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
}
.btn:hover{
	background-color: #009999;
	color: #FFF;
	text-decoration: none;
}
.btn.btn_white{
	border-color:#FFF;
	color:#FFF;
}
.btn.btn_white:hover{
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}
html,body {
	font-size: 16px;
	line-height: 1.5;
	background-color: #FFF;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	outline: 0;
	border:0;
}
p,ul,li{
	font-size: 0.9rem;
	margin:0;
	line-height: 1.5;
	-webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
}
body{
	width: 100%;
	max-width: 90rem;
	margin: auto;
}
.wrapper{
	width: 100%;
	max-width: 80rem;
	margin: auto;
}
#a1>div{
	float: left;
	width: 33.3333%;
	padding:1rem;
}
#a1 .a1b{
	text-align: center;
	padding: 1.35rem 0;
}
#a1 .a1c{
	text-align: right;
	padding: 2.4rem 1rem;
}
#a1 .a1c a{
	display: inline-block;
	margin-left:0.5rem;
	color:#898f9c;
	font-size: 2rem;
}
#a1 .a1c a:hover{
	color: #000;
}
#a2 img{
	width: 100%;
	display: block;
}
#b1 .b1a{
	padding: 5rem 3rem;
}
#b1 .b1a h2{
	font-size: 3rem;
	font-weight: 500;
	color:#009999;
	padding-bottom: 1rem;
	line-height: 1.2;
}
#b1 .b1a p{
	font-size: 1.5rem;
	color:#898f9c;
	text-align: justify;
}
#b1 .b1a p strong{
	font-weight: 600;
}
#b1 .b1a img{
	max-height: 64px;
}
.c1{
	background-color: #ff4545;
}
.c1 #c1txt{
	position: relative;
}
.c1 .c1a{
	width: 50%;
    position: absolute;
    padding: 3rem;
    color: #FFF;
}
.c1 .c1a h2{
	font-size: 3rem;
	padding-bottom: 1rem;
	line-height: 1.2;
}
.c1 .c1a p{
	text-align: justify;
	font-size: 1.5rem;
	text-align: justify;
	-webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
}
.c1 .c1b{
	width: 50%;
	background-color: #e1e3e6;
	float:right;
}
.c1 .c1b img{
	display: block;
	width: 100%;
}
.d1 .wrapper>div{
	float:left;
	width: 50%;
	padding:3rem;
}
.d1 h2{
	font-size: 2.5rem;
	font-weight: 500;
	color:#009999;
	padding-bottom: 1rem;
	padding-top:1rem;
	line-height: 1.1;
}
.d1 p{
	font-size: 1.5rem;
	color:#898f9c;
	text-align: justify;
}
.d1 p strong{
	font-weight: 600;
}
.d1 img{
	max-height: 64px;
}
.e1{
	background-color: #00a7a7;
}
.e1 #e1txt{
	position: relative;
}
.e1 .e1a{
	width: 50%;
    position: absolute;
    padding: 2.5rem;
    color: #FFF;
    right: 0;
}
.e1 .e1a h2{
	font-size: 3rem;
	padding-bottom: 1rem;
	line-height: 1.2;
}
.e1 .e1a p{
	text-align: justify;
	font-size: 1.5rem;
	text-align: justify;
	-webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
}
.e1 .e1b{
	width: 50%;
	background-color: #e1e3e6;
	float:left;
}
.e1 .e1b img{
	display: block;
	width: 100%;
}
.f1>div{
	float: left;
	width: 33.3333%;
	text-align: center;
	padding: 1rem;
}
.f1>div strong{
	font-size:0.9rem;
	font-weight: 600;
	color: #009999;
	margin-bottom:0.5rem;
}
.f2 a{
	display: inline-block;
}
.f2>div{
	float: left;
	text-align: center;
	padding: 2rem;
	width: 90%;
	margin: auto;
}
.f2>div strong{
	font-size:0.9rem;
	font-weight: 600;
	color: #009999;
}
.f3{
	background-color: #e6e6e6;
}
.f3>div{
	float: left;
	text-align: center;
	padding: 2rem;
	width: 100%;
}
.f3>div strong{
	font-size:0.9rem;
	font-weight: 600;
	color: #009999;
}
.address {
    background-color: #009999;
    padding: 3rem;
    text-align: center;
    color: #FFF;
    margin-top: 2rem;
    font-size: 1.4rem;
}
footer{
	text-align: center;
	padding: 2rem;
	font-size: 0.9rem;
}

@media (max-width:1300px){
	
	html{
		font-size:75%;
	}
	
}
@media (max-width:1090px){
	
	html{
		font-size:60%;
	}
	
}
@media (max-width:768px){

	body{
		width: 100%;
		max-width: 100%;
		margin: auto;
	}
	.wrapper{
		width: 100%;
		max-width: 100%;
		margin: auto;
	}
	#a1 .a1a{
		width: 35%;
		float: left;
	} 
	#a1 .a1b{
		text-align: right;
		width: 65%;
   		padding: 1rem;
	} 
	#a1 .a1c {
	    float: none;
	    width: 100%;
	    clear: both;
	    text-align: center;
	    padding: 1rem;
	}
	.c1 .c1a {
    	width: 100%;
	    position: relative;
	    padding: 3rem;
	    color: #FFF;
	}
	.c1 .c1b {
	    width: 100%;
	    float: none;
	}
	.d1 .wrapper>div {
	    float: none;
	    width: 100%;
	}
	.e1 .e1a {
	    width: 100%;
	    position: relative;
	    right: auto;
	}
	.e1 .e1b {
	    width: 100%;
	    float: none;
	}
	.f1>div {
	    float: none;
	    width: 100%;
	}
	.f2>div{
		float: none;
	    width: 100%;
	}
	br.mobile{
		display: inline-block;
	}
	span.divider{
		display: none;
	}
	
}	