H1, H2, H3, H4, H5, H6 {
		font-family:  'Jaldi', Arial, Helvetica, sans-serif;
		color: #13B085;
		text-transform: uppercase;
}
H1 {
	font-size: 3.35rem;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
}

H2 {
	font-size: 2rem;
	margin: 0;
	padding: 0.7rem 0 0;
	line-height: 1.3em;
	letter-spacing: 1px;
}
H3 {
	font-size: 1.35rem;
	margin: 0;
	padding: 0.5rem 0 0;
}
H4 {
	font-size: 1.35rem;
	margin: 0;
	padding: 0.5rem 0 0;
}
H5 {
	font-size: 1.2rem;
  	margin: 0;
	margin: 0.5rem 0 0;
  	
}
H6 {
	font-size: 1.1rem;
	margin: 0.5rem 0 0;
}
P {
	font-size: 1.25rem;
	line-height: 1.5em;
	margin-top: 0.8rem;
	color: #000;
}
h1:after, .homepage h2:after, .footer h2:after {
  content:'';
  display:block;
  height:4px;
  width:75px;
  background-color:#A558BB;
  margin:5px auto;
	margin-bottom:30px;
}

.caption p:before {
   content:'';
  display:block;
  height:4px;
  width:75px;
  background-color:#A558BB;

  margin:0 auto;
	  margin-bottom:24px;
}



#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color:white;
}

#contentWrapper p, #contentWrapper a:link, #contentWrapper li{
	font-size: 1rem;
}

hr {
	border-bottom: solid #E4E7F0 1px;
	border-top: solid #E4E7F0 1px;
}
table {
	color: #000;
	line-height: 1.7rem;
}
li {
	font-size: 1rem;

}
blockquote {
margin: 1em 0;
}

blockquote p {
padding: 1em ;
    background-color: #F5F5F5;
}

blockquote img{
padding: 0 0 1em 0 ;
}

a:link, a:visited {
	color: #A558BB;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.textcontent {
	font-size: 1em !important;
	color: #000000;
}
#breadCrumbFeatures {
	text-align: right;
	float: right;
	font-size: 0.875rem !important;
	padding: 16px 0  0;
}
#breadcrumbs {
	width: 70%;
	float: left;
	padding: 16px 0  0;
	font-size: 0.875rem !important;
	color: #848484;
}
#breadcrumbs:empty {
	padding: 0px;
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadCrumbFeatures a:link, #breadCrumbFeatures a:visited {
	text-decoration: none!important;
	color: #000;
	font-weight: 400 !important;
	/* font-size: 0.875rem; */
}
#breadcrumbs a:hover, #breadCrumbFeatures a:hover {
	text-decoration: underline !important;
	color: #848484;
	font-weight: 400 !important;
}
.CollapsiblePanel {  /*holds the login text - non user definable */
	margin: 0px;
	padding: 0px;
	width: 250px;
	float: right;
	position: relative;
	z-index: 9;
}
#logintext {  /* holds the login text - non user definable */
	margin: 0px;
	padding-right: 30px;
	width: 80px;
	float: right;
	text-align: right;
}
.tableBorder {  /*used for standard tables*/
	border-color: #050000;
	border-width: 1px;
	border-style: solid;
}
.tableHeading, .tableHeading a:link, .tableHeading a:visited, .tableHeading a:active, .tableHeading a:hover {
	background-color: #000;
	color: #FFFFFF;
	font-family: Lato, Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	text-align: center;
}
.tableContent1 {
	background-color: #F6F6F6;
	font-family: Lato, Helvetica, Arial, sans-serif !important;
	font-size: inherit;
	padding: 4px;
}
.tableContent2 {
	background-color: #E0E0E0;
	font-size: inherit;
	font-family: Lato, Helvetica, Arial, sans-serif !important;
}
.button {
	color: #fff !important;
	border-radius: 2em;
	cursor: pointer;
	font-size: 1.125rem;
	padding: 0.6em 2.5em 0.6em;
	text-transform: uppercase;
	background-color: #13B085;
	font-weight: 700 !important;
	border: 0px;
	/*! line-height: 1.2rem; */
}

.button:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;

}

#contentBody .button {
	margin-top: 1em;
	display: inline-block;
}



input, textarea, select, button {
	background-color: #efefef;
}
.CollapsiblePanel .tableContent1 {
	background-color: #F0F1F5;
}

@media only screen and (max-width: 1200px) {
.CollapsiblePanel {
	width: 162px;
}
}

@media only screen and (max-width: 960px) {
.CollapsiblePanel {
	width: 135px;
}
}
/*--------------colors -------------------------- */


.blue {
 	background-color: #284175;
}
.lightBlue {
	background-color: #4B65A0;
}
.brightBlue {
  	background-color: #5C6FF7;
}
.green {
  	background-color:#13B085;
}
.red {
	background-color: #CB1639 ;
}
.black {
	background-color: #000;
}

.darkgrey {
	background-color: #343434;
}
.grey {
	background-color: #707070;
}
.lightgrey {
	background-color: #F0F1F5;
}
.white {
	background-color: #fff;
}


/*--------------------------------------- */