
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body{
}
a,a:visited
{
	text-decoration:underline;	
	color:#03567b;	
	-webkit-transition: background-color 300ms ease-out 0s;
	-moz-transition: background-color 300ms ease-out 0s;
	-o-transition: background-color 300ms ease-out 0s;
	transition: background-color 300ms ease-out 0s;
}
a:hover {
	color:#0676a8;   
	text-decoration:none;
}
#main-content p a:focus {
    color: #03567b;
    text-decoration: underline;
    background: #ededed;
}
h1,h2,h3,h4,h5,h6
{	
    font-family: 'Lato', sans-serif;
}
h1 {
    border-bottom: 3px solid #E7EDEE;
    color: #03567B;
    font-size: 1.5em;
    font-weight: bold;
    margin: 1em 0;
    padding-bottom: 19px;
    position:relative;
}
h1:after {
    background-color: #1D6484;
    bottom: -3px;
    content: " ";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 55px;
}
h1 a { color: #000000; }
h2 {
    font-size: 1.5em;
    font-weight: normal;
    color: #03567b;
    margin: 0 0 0.83em 0;
}
h2 a { color: #000000; }
h3 {
    font-size: 1.1em;
    font-weight: bold;
    color: #008da9;
    margin: 0 0 1em 0;
}
h3 a { color: #000000; }
h4 {
    font-size: 1.1em;
    font-weight: normal;
    color: #03567b;
    margin: 0 0 1.33em 0;
}
h5 {
    font-size: 1em;
    font-weight: bold;
    color: #635f5b;
    margin: 0 0 1.67em 0;
}
h5 a { color: #000000; }
h6 {
    font-size: 1em;
    font-weight: bold;
    color: #585958;
    margin: 0 0 2.33em 0;
}
h6 a { color: #000000; }

#main-content ul li{
    list-style: none;
}
#main-content ul li:before{
	content: '\25A0';
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	left: -1.35em;
	top: 0;
	color: #AFAFAF;
	font-size: 0.8em;
}
/*resets for li bullet*/
#main-content .multi-date-list li:before,
#main-content .related-information-section li:before,
#main-content .categories-list li:before,
#main-content .occurence-type li:before
{
    display: none;
}

table.sc-responsive-table
{
}

table.sc-responsive-table th,table.sc-responsive-table-heading th
{
    font-weight: bold;
}
table.sc-responsive-table td, table.sc-responsive-table th,table.sc-responsive-table-heading td, table.sc-responsive-table-heading th
{
    padding: 9px 10px;
    text-align: left;
}
table.sc-responsive-table, table.sc-responsive-table-heading
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin: 0 0 18px;
}
table.sc-responsive-table thead, table.sc-responsive-table tfoot, table.sc-responsive-table-heading thead, table.sc-responsive-table-heading tfoot 
{
    background: none repeat scroll 0 0 #F5F5F5;
}
table.sc-responsive-table thead tr th, table.sc-responsive-table tfoot tr th, table.sc-responsive-table tbody tr td, table.sc-responsive-table tr td, table.sc-responsive-table tfoot tr td, table.sc-responsive-table-heading thead tr th, table.sc-responsive-table-heading tfoot tr th, table.sc-responsive-table-heading tbody tr td, table.sc-responsive-table-heading tr td, table.sc-responsive-table-heading tfoot tr td
{
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}
table.sc-responsive-table thead tr th, table.sc-responsive-table tfoot tr td, table.sc-responsive-table-heading thead tr th, table.sc-responsive-table-heading tfoot tr td
{
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px 9px;
}
table.sc-responsive-table thead tr th:first-child, table.sc-responsive-table tfoot tr td:first-child, table.sc-responsive-table-heading thead tr th:first-child, table.sc-responsive-table-heading tfoot tr td:first-child
{
    border-left: medium none;
}
table.sc-responsive-table thead tr th:last-child, table.sc-responsive-table tfoot tr td:last-child, table.sc-responsive-table-heading thead tr th:last-child, table.sc-responsive-table-heading tfoot tr td:last-child
{
    border-right: medium none;
}
table.sc-responsive-table tbody tr.even, table.sc-responsive-table tbody tr.alt, table.sc-responsive-table-heading tbody tr.even, table.sc-responsive-table-heading tbody tr.alt
{
    background: none repeat scroll 0 0 #F9F9F9;
}
table.sc-responsive-table tbody tr:nth-child(2n), table.sc-responsive-table-heading tbody tr:nth-child(2n)
{
    background: none repeat scroll 0 0 #F9F9F9;
}
table.sc-responsive-table tbody tr td, table.sc-responsive-table-heading tbody tr td
{
    border: medium none;
    color: #333333;
    padding: 9px 10px;
    vertical-align: top;
}