@charset "utf-8";
/* CSS Document */

/* =Heading styles
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 20px;
}
h1 {
    font-size: 50px;
    line-height: 50px;
}
h2 {
    font-size: 30px;
    line-height: 30px;
}
h3 {
    font-size:25px;
    line-height: 25px;
}
h4 {
    font-size: 18px;
    line-height: 18px;
}
h5 {
    font-size: 16px;
    line-height: 16px;
}
h6 {
    font-size: 13px;
    line-height: 13px;
}
/* =Columns Page styles
-------------------------------------------------------------- */
.column {
	margin:0px 3% 20px 0px;
	float:left;
}
.one-fourth {
	width:22.7%;
}
.one-half {
	width:48.5%;
}
.one-third {
	width:31.3%;
}
.three-fourth {
	width:74.3%;
}
.two-third {
	width:65.7%;
}
.one-fifth {
	width:17.6%;
}
.four-fifth {
	width:79%;
}
.five-fifth {
	width:79%;
}
.three-fifth {
	width:58.8%;
}
.two-fifth {
	width:38.2%;
}
.one-sixth {
	width: 14.1%;
}
.two-sixth {
	width:31.4%;
}
.three-sixth {
	width:48.5%;
}
.four-sixth {
	width: 65.6%;
}
.five-sixth {
	width: 82.9%;
}
.last {
	border-right:none !important;
	margin-right:0 !important;
}
/* =Dropcap Page styles
-------------------------------------------------------------- */
.dropcap-default {
	font-size:25px;
}
/* =whitespace styles starts here
-------------------------------------------------------------- */
.hr_invisible {
	clear: both;
	float:left;
	padding:0;
	overflow: hidden;
	width:100%;
}
.margin0 {
	margin-bottom:0;
}
.small.hr_invisible {
	margin-bottom:10px;
	padding:0;
}
.medium.hr_invisible {
	margin-bottom:20px;
	padding:0;
}
.large.hr_invisible {
	margin-bottom:30px;
	padding:0;
}
.xlarge.hr_invisible {
	margin-bottom:70px;
	padding:0;
}
@media only screen and (max-width:767px){
.one-half, .one-third, .one-fourth{
	width:100%;
}
}
@media only screen and (max-width:479px) {
h1, h2, h3, h4, h5, h6{
	margin-bottom:0;
}
h1 {
	font-size:41px;
}
.column {
	margin-right:0;
}
}
@media only screen and (max-width:259px) {
.xlarge.hr_invisible {
	margin-bottom:20px;
}
h1 {
	font-size:31px;
}
}