/* Content */
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px !important;
    line-height: 140% !important;
    font-weight: normal;
    color: #454545;
    background: url('../images/bg_pattern.png') #fff;
}
p {
  margin: 0 0 10px;
  line-height: 150%;
}
p {
    padding-bottom: 12px;
    margin: 0 0 10px 0 !important;
    font-size: 14px !important;
    line-height: 140% !important;
}
/*h1 {
    font-size: 34px;
    line-height: 36px;
    margin: 0px 0 12px 0;
    text-transform: uppercase;
    font-weight: bold;
}
h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 0px 0 21px 0;
    text-transform: uppercase;
    font-weight: 600;
	color: #2056A6;
}
h3 {
    font-size: 22px;
    line-height: 24px;
    margin: 0px 0 22px 0;
    text-transform: uppercase;
    font-weight: 600;
}
h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 0px 0 22px 0;
    font-weight: 600;
}
h5 {
    font-size: 14px;
    line-height: 16px;
    margin: 0px 0 25px 0;
    text-transform: uppercase;
    font-weight: 600;
}*/

h1,
.h1 {
  font-size: 35px;
  	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 20px;
	color: #2056A6;
	padding-bottom: 10px;
	font-weight: normal;
}
h2,
.h2 {
font-family: 'Lato', sans-serif;  font-weight: 100;
	font-size: 25px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	color: #2056A6;
	line-height: 27px;
	font-weight: normal;
}
h3,
.h3 {
  font-size: 20px;
  line-height: 24px;
font-family: "Lato",sans-serif;
color: #2056A6;
padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	font-weight: normal;
}
h4,
.h4 {
  font-size: 18px;
  color: #2056A6;
line-height: 130%;
	font-weight: normal;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 14px;
}
.intropara{
	font-size: 20px !important;
	color: #2056A6;
	line-height: 130%;
}
.quote{
	font-size: 20px !important;
	color: #2056A6;
	padding: 10px 30px;
	font-style:italic;
	background-color: #f8f8f8;
}
.termdate {
	background-color: #2056a6;
	padding: 10px;
	color: #ffffff;
	width: 25%;
	float: left;
	margin-right: 5px;
}
.termdatetext {
	background-color: #a1c4f8;
	padding: 10px;
	color: #000000;
	width: 70%;
	float: left;
}ul,
ol {
    padding: 0 0 18px 0px;
    list-style: disc inside;
}
hr {
    margin: 0;
    padding: 0;
    border: none;
    height: 20px;
    display: block;
    border-top: #d5d5d5 1px solid;
}