/*-----------------------------------------------------  BELOW ARE CUSTOMIZED CONTENT STYLE ELEMENTS (PLEASE EDIT)  -----------------------------------------------------*/
/* FORMAT ELEMENTS 
-------------------------------------------- */
form {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
hr {
	color: #dde8eb !important;
	background-color: #dde8eb;
	height: 1px;
	border: none;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:0px;
	padding-bottom:0px;
}
/* PARAGRAPHS 
-------------------------------------------- */
p {
	padding:0px;
	padding-bottom:0px;
	margin: 0px;
	line-height:22px;
    margin-bottom:20px;
}
/* LINKS 
-------------------------------------------- */

/*a:link {
	color:#3b8200;
	text-decoration: none;
}
a:visited {
	color:#3b8200;
	text-decoration: none;
}
a:hover {
	color:#4fb644;
	text-decoration: none;
} */



a:link {
	color:#000;
	text-decoration: underline;
}
a:visited {
	color:#000;
	text-decoration: underline;
}
a:hover {
	color:#808080;
	text-decoration: none;
}






/* HEADER STYLES 
-------------------------------------------- */
h1 {
	
	font-size:36px;
color:#001820;
font-weight:600;
/* font-style:italic; */
margin-bottom:14px;

}


h2 {
	font-weight:600;
	text-transform:capitalize;
	line-height:30px;	
}
h3 {
	
	font-size:18px;
	font-weight:600;
	text-transform:capitalize;

}
h4 {
	
	font-size:16px;
	text-transform:capitalize;
	font-weight:bold;
}
h5 {


	font-weight:300;
	font-size:25px;
	margin-bottom:12px;
	margin-top:10px !important;
	padding-top:13px;
}
h6 {
	font-size:13px;
	line-height: 1.4em;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}
h1, h2, h3, h4,  h6 {
	text-decoration: none;
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	clear: both;
}
h3 {
	text-decoration: none;
	margin-bottom: 8px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	clear: both;
}
/*-----------------------------------------------------  BELOW ARE STANDARD CONTENT STYLE ELEMENTS (DO NOT TOUCH)  -----------------------------------------------------*/









/* LIST STYLES 
-------------------------------------------- */
.typography ul, .typography ol,
.content ul, .content ol {
	margin: 0 0 18px 24px;
}
.typography li,
.content li {
	margin: 5px 10px;
	line-height:20px;

}
.typography li li {

}
/* QUOTES
-------------------------------------------- */
.typography blockquote {
	
}
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}
/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 18px 0;
	font-size: 11px;
	color: #666;
	border-collapse:collapse;
}
.typography tr {
}
.typography td {
	border:1px solid #999;
	padding:5px;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}
/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
.typography img.right {
	float: right;
	margin-left: 20px;
}
.typography img.left {
	float: left;
}
.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}
.typography img.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}




/* LINK ICONS - shows type of file
------------------------------------ */
.typography a[href$=".pdf"], .typography a[href$=".PDF"], .typography a.pdf {
 padding: 2px;
 padding-left: 20px;
 background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
 .typography a[href$=".doc"], .typography a[href$=".DOC"], .typography a.doc {
 padding: 2px;
 padding-left: 20px;
 background: url(../images/icons/page_word.png) no-repeat left center;
}
 .typography a[href$=".xls"], .typography a[href$=".XLS"], .typography a.xls {
 padding: 2px;
 padding-left: 20px;
 background: url(../images/icons/page_excel.png) no-repeat left center;
}
 .typography a[href$=".gz"], .typography a[href$=".GZ"], .typography a[href$=".gzip"], .typography a[href$=".GZIP"], .typography a[href$=".zip"], .typography a[href$=".ZIP"], .typography a.archive {
 padding: 2px;
 padding-left: 20px;
 background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
 .typography a[href$=".exe"], .typography a[href$=".EXE"], .typography a.application {
 padding: 2px;
 padding-left: 20px;
 background: url(../images/icons/application.png) no-repeat left center;
}
