@charset "utf-8";
/* CSS Document */

.rightcontent ul 	{ padding: 10px 25px; }
.mainbody ul, .mainbody ol 	{ padding: 10px 40px; }
/* Main Content */
.mainbody {  }
.mainbody p {
    line-height: 25px;
    padding-bottom: 10px;
    margin-right: 10px;
	color: black;
}
.mainbody li {
    line-height: 25px;
}
/* About Us Content */
.rightcontent h3 {
    color: white;
    font-size: 1.375em;
    font-weight: 300;
    line-height: 30px;
}

.rightcontent p {
    font-size: 1em;
    font-weight: 300;
    line-height: 30px;
}
.rightcontent p, 
.rightcontent ul li, 
.rightcontent a, .footer a { color:#CCC; }

.rightcontent a { text-decoration: underline; }
.rightcontent a:hover, .rightcontent a:focus, .footer a:hover, .footer a:hover { color: #019299;}

.rightcontent .cont {
    margin-bottom: 20px;
}
.cont .fab { padding-right: 5px; }
