H1, H2, H3, H4, H5, H6 {
  
    color: #174B80;
text-transform: uppercase;
 	font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

}
H1 {
   
    margin-top: 0;
    margin-bottom: 0;


    font-size: 1.875em;
}

 h1:after {
    content: '';
    bottom: 0;
	left: 355px;
	position: relative;
    width: 40px;
    border-bottom: 4px solid #3897E5;
    display: block;
    height: 0.2em;
}

H2 {
	font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;
    font-size: 1.65rem;
     margin: 0.5rem 0 ;
     color: #1A5968;
	
}


H3 {
    font-size: 1.45rem;
  margin: 0.5rem 0 ;
line-height: 1.5em;
color: #1592E6;
}

H4 {
  font-size: 1.25rem;
  margin: 0.5rem 0 ;
      color: #1A5968;
}



H5 {
  font-size: 1.25rem;
   margin-bottom: 0 !important;
   color: #1592E6;
}

H6 {
	font-size: 1.1rem;
  	margin-bottom: 0 !important;
}


P {
	    font-size: 1rem;
	    line-height: 1.65rem;
	    font-weight: 400;
	    margin-top: 0.8rem;
	    color: #333;
}

blockquote {
    background-color: #E5EFF8;
    padding: 10px 5%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
}

hr {
		border-bottom: solid #E4E7F0 1px;
		border-top: solid #E4E7F0 1px;
}
table {
	color: #333;
	line-height: 1.7rem;
}
li {
	color: #333;
	line-height: 1.7rem;
}
a:link, a:visited {
	color: #3897E5;
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}

.textcontent {
	font-size: 1em !important;
	color: #000000;
}
#breadCrumbFeatures  {
	text-align: right;
	float: right;
	font-size: 0.7rem !important;
	padding: 15px 0;
}

#breadcrumbs {
	width: 65%; 
	float: left;
	padding: 15px 0;
	font-size: 0.7rem !important;
	color: #999;
}
#breadcrumbs:empty {
	padding: 0px;
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadCrumbFeatures a:link, #breadCrumbFeatures a:visited {
	text-decoration: none!important;
	color: #999;
	  	font-weight: 400 !important;
	  	  	text-transform: uppercase;
}
#breadcrumbs a:hover, #breadCrumbFeatures a:hover {
	text-decoration: underline !important;
	color: #999;
	  	font-weight: 400 !important;
}
.CollapsiblePanel {  /*holds the login text - non user definable */
	margin: 0px;
	padding: 0px;
	width: 192px;
	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:  #195966;
	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 {
	padding: 3px;
	font-family:  Lato, Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	color: white;
	    background: #195966;
    border: 1px solid #195966;
	border-radius: 2px;
	cursor: pointer;
}

input, textarea, select, button {
    background-color: #efefef;
    border: 
}

.CollapsiblePanel .tableContent1 {background-color: #eee;}


@media only screen and (max-width: 1200px) {
.CollapsiblePanel {
   
    width: 162px;
}}


@media only screen and (max-width: 960px) {
.CollapsiblePanel {
   
    width: 135px;
}}