@charset "utf-8";

#sec_01 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 0px;
	display: block;
}


#sec_02 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
.container blockquote {
	position: relative;
	background-color: #1C95A9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 30px;
}
.container blockquote:before{
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 15px;
    content: "“";
    font-family: sans-serif;
    color: #FFF;
    font-size: 90px;
    line-height: 1;
}
.container ol {
	list-style-type: none;
	padding: 0px;
}
.container ol li {
	text-indent: -2.6em;
	padding-left: 2.6em;
}
.container ol li ul {
	list-style-type: none;
}
.container ol li ul li {
	text-indent: -2em;
	padding-left: 2em;
}
.container .quote {
	background-color: #51AEBD;
	padding: 15px;
}




#sec_03 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 0px;
	display: block;
}

#sec_04 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 0px;
	display: block;
}
#sec_05 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 0px;
	display: block;
}


/* Media Queries */
@media screen and (min-width:568px) {

}

@media screen and (min-width:768px) {

#sec_01 {
	clear: both;
	margin-top: 80px;
	margin-bottom: 0px;
	display: block;
}
#sec_01 .center {
	text-align: center;	
}

#sec_02 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 40px;
	display: block;
}

#sec_03 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 40px;
	display: block;
}
#sec_04 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 40px;
	display: block;
}
#sec_05 {
	clear: both;
	margin-top: 80px;
	margin-bottom: 40px;
	display: block;
}

}

@media screen and (min-width:1000px) {


}

@media screen and (min-width:1200px) {

}
