<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/******* mobile styles begin *********/

/* navigation */
.navigationHeader
{
background-color:#fff;
	
}
.head-nav
{
display:none;
position:relative;
margin:0px 0px 10px 0px;
list-style-position:inside;
list-style-type:none;
padding:0px;
text-indent:0;
font-family:"Open Sans";
font-weight:300;
font-size:18px;	
z-index:2000;
}
.head-nav &gt; li &gt; a
{
	color:#fff;
	padding:12px;
	font-size:22px;
	display:block;
	text-indent:0px;

}
.head-nav &gt; li &gt; ul
{
list-style-position:inside;
list-style-type:none;
text-indent:0px;
padding:0px;
margin:0px 0px 0px 10px;
	
}
.head-nav &gt; li &gt; ul &gt; li &gt; a
{
	color:#fff;
	padding:12px 12px 12px 15px;
	font-size:22px;
	display:block;	
}
.head-nav &gt; li a:hover
{
text-decoration:none;
color:#fff;	
}
.showNavMobile{
display:block!important;
	background-color:#000;
}
.mobileMenuButton
{
margin:15px 0px 0px 0px;

padding:10px;
color:#fff;
font-size:18px;
font-weight:400;
clear:both;
background:url(../img/mobile-arrow-icon.png) #000 center right no-repeat;
}
/* end navigation */

body, html
{
background-color:#f7f7f7;	
}
.navigation 
{
padding-top:20px;
padding-bottom:20px;	
}
.navigationHeader .search
 {
	float:left;

	
 }
 .lang
 {
	 overflow:hidden;
	text-align:right; 

 }
 .lang a {
padding: 6px 11px;
display: block;
float: right;
color: #000;
font-weight: 600;
background-color:#e6dc58;
border-radius:7px;
margin-left:5px;
}
.lang a:hover
{
color:#000;	
}
.three-home-boxes,.user-info-boxes
{
background-color:#ffffff;


}
.three-home-boxes h2
{
	display:block;
padding:7px 0px 7px 21px;
margin:0px;
background:url(../img/box-arrow.png) center left no-repeat;	
font-weight:300;
font-size:22px;
}
.three-home-boxes p a
{
	color:#000;
}
.three-home-boxes p a:hover
{
text-decoration:none;	
}
.logo-mark{
padding-left:0px!important;	
padding-right:0px!important;
background-color:#e6dd56;
}
.news-box
{
position:relative;
overflow:hidden;
}
.news-box .read-more a
{
background:url(../img/read-more-mini-icon.png) center right no-repeat;
display:block;
padding:4px 26px 4px 0px;
float:left;
clear:both;
	
}
 .navigationHeader .search-submit
 {
	display:block;
	float:left;
	width:30px;
	height:30px;
	border:none;
	background:url(../img/search-icon.png) center center no-repeat;
 }
.navigationHeader .search-field
 {
	float:left;
	padding:5px;
	border-radius:10px;
	border:2px solid #CCC;
	margin-right:10px;
	max-width:120px;
 }
/******* mobile styles end ********/
 .did-you-know
 {
	padding-bottom:44px;
	background:url(../img/did-you-know-box-arrow.jpg) bottom right no-repeat; 
	
 }
 .did-you-know .dyk-content
{
	background-color:#e6dd55;
	padding:10px;
	overflow:hidden;
}
.dyk-content h2
{
padding:0px;
margin:0px;
font-weight:300;
font-size:35px;	
}
.dyk-content p
{
line-height:150%;	
}
.dyk-content a.read-more
{
padding:14px 28px 14px 0px;
display:block;
float:left;
clear:both;
color:#000;
background:url(../img/read-more-icon.png) center right no-repeat;
}
.dyk-content a.read-more:hover
{
color:#000;	
}
.news-box .read-more a
{
	color:#000;
	font-weight:600;
}
/* video embed stylews */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:15px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* end video embed styles */

/* gallery */
ul.gallery
{
list-style-position:inside;
list-style-type:none;
text-indent:0;
margin:0px;
padding:0px;	
}
ul.gallery li .imgCaption
{
position:absolute;
bottom:0px;
left:0px;
width:100%;	
}
ul.gallery li .imgCaption span
{
/*padding:5px;*/
display:block;
background:url(../img/yellow-bg-80.png);
font-size:13px;
}
.customPager
{
overflow:hidden;	
}
.customPager a
{
	float:left;
	margin:0px 3px 3px 0px;
	padding:4px;
	background-color:#e4dc57;
	color:#000;
	display:block;
	min-width:28px;
	min-height:25px;
	text-align:center;
}

.customPager a:hover
{
	color:#000;
}
.customPager a.active
{
	float:left;
	margin:0px 3px 3px 0px;
	padding:4px;
	background-color:#000;
	color:#fff;
	display:block;
	min-width:28px;
	min-height:25px;
	text-align:center;	
}
.customPager a.active:hover
{
	color:#fff;
}
.bx-wrapper
{
margin-bottom:10px!important;	
}
/* end gallery */

/* download styles */
ul.downloads
{
	list-style-type:none;
	list-style-position:inside;
	padding:0px;
	margin:0px;
	text-indent:0;
}
ul.downloads li a
{
	background:url(../img/download-symbol.jpg) center left no-repeat;
	display:block;
	padding:5px 0px 5px 48px;
	margin:0px 0px 5px 0px;
	text-decoration:none;
	color:#000;
}
ul.downloads li a p
{

padding:0px;
margin:0px;
line-height:150%;
color:#000;	
font-size:13px;
}ul.downloads li a:hover
{
color:#000;
text-decoration:none;	
}
/* end download styles */

/* timeline scroller */
.timelineBoxScroller .previous, .timelineBoxScroller .next
{
display:none;	
}
/* end timeline scroller */


/* standard archive */
.row.archive
{
background-color:#fff;
padding-top:12px;	
}

.row.archive h1
{
padding: 0px;
margin: 0px;
font-weight: 300;
font-size: 37px;	
}
archiveTitle
{
padding:15px;	
}
.dateBlock
{
overflow:hidden;
padding-bottom:10px;
}
.dateBlock span
{
padding:10px;
background-color:#333;
color:#fff;
font-weight:300;
font-size:16px;
display:block;
float:left;	
}
.dateBlock span.separatorDash
{
display:block;
float:left;
padding:10px;
background-color:#e6dc58;
color:#000;
font-weight:600;
}
.news-entry
{
overflow:hidden;
margin-bottom:15px;
padding-bottom:15px;
border-bottom:1px solid #DADADA;	
}
.news-entry h2
{
margin:0px;
padding:0px 0px 10px 0px;
font-weight:400;
}
.news-entry h2 a
{
color:#000;
text-decoration:none;	
}
.news-entry h2 a
{
color:#000;
text-decoration:none;	
}
.news-entry .smDate
{
font-size:16px;
font-weight:300;
padding:0px 0px 10px 0px;
margin:0px;
}
.smDateSingle
{
	font-size:16px;
font-weight:300;
padding:0px 0px 0px 0px;
margin:0px;
}
.news-entry .news-excerpt
{
padding:0px 0px 10px 0px;
margin:0px;	
}
.news-entry .news-excerpt a
{
color:#000;	
}
/* end standard archive */

/* right box styles */
.aboutBox
{
background-color:#e6dc58;
padding:10px;
margin-bottom:15px;
}
.aboutBox .aboutEntry h3
{
font-size:16px;
font-weight:600;
padding:0px 0px 7px 0px;
color:#000;	
margin:0px;
}
.aboutBox .aboutEntry h3 a,.aboutBox .aboutEntry h3 a:hover
{
color:#000;	
}
.aboutBox h2
{
	font-weight:300;
	color:#000;
	font-size:22px;
	padding:0px 0px 12px 0px;
	margin:0px;
}
.aboutBox h2 a
{
color:#000;	
}
.aboutBox .aboutEntry{
border-bottom:none;
padding-bottom:15px;
margin-bottom:15px;
}
.aboutEntry p.smDate
{
padding:0px;
margin:0px;
font-size:12px;
color:#545550;	
}
.aboutEntry p.excerpt, .aboutEntry p.excerpt a
{
padding:0px;
margin:0px;
font-size:13px;
color:#545550;		
}
.aboutEntry p.excerpt a:hover
{
text-decoration:none;	
}
.newsBox{
	background-color:#6d6d6d;
	
}
.newsBox h2
{
	font-weight:300;
	color:#fff;
	font-size:22px;
	padding:12px 0px 12px 12px;
	margin:0px;	
}
.newsBox .newsEntry
{
padding:0px 12px 25px 12px;	
}
.newsBox .newsEntry,.newsBox .newsEntry a
{
color:#fff;	
}

.newsEntry p.smDate
{
padding:0px;
margin:0px;
font-size:14px;
font-weight:600;
color:#fff;	
}
.newsEntry p.excerpt, .newsEntry p.excerpt a
{
padding:0px;
margin:0px;
font-size:14px;
color:#fff;		
}
.moreNews
{
background-color:#000;
margin-bottom:20px;	
}
.moreNews a
{
	display:block;
	padding:12px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
}
.moreNews a:hover
{
color:#fff;	
}
/* end rightbox styles */

.excavation-excerpt p a
{
color:#000;	
}
.news-box-holder
{
background-color:#e6dc58;
padding-bottom:10px;	
}

/* begin share box */

.shareBox
{
position:relative;
float:none;
margin-left:0px;
z-index:2000;
}
.shareBox .shareButtonWrap
{
display:none;
position:relative;
top:0px;
right:0px;
min-width: 100%;
box-shadow:none;
background-color:#fff;
}
.shareBox .shareButtonWrap a
{
display:block;
color:#000;
font-size:12px;
white-space: nowrap;	
}
.shareBox .shareButtonWrap a:hover
{
color:#000;	
}
.shareBox .shareButton
{
background:url(../img/shareButtonIcon.jpg) center left no-repeat #cebb05;
color:#fff;
font-size:15px;
height:40px;
padding:10px 10px 10px 53px;
cursor:pointer;	

}
/* share links */
.facebookShare 
{

background:url(../img/facebook-icon.png) center left no-repeat;
padding:10px 10px 10px 38px;
margin-left:10px;
}
.twitterShare 
{

background:url(../img/twitter-icon.png) center left no-repeat;
padding:10px 10px 10px 38px;
margin-left:10px;
}
.googleplusShare 
{

background:url(../img/googleplus-icon.png) center left no-repeat;
padding:10px 10px 10px 38px;
margin-left:10px;
}
/* end share links */
/* end share box */


/* begin timeline scroller */
.timelineBoxScroller
{
background:none;
padding:15px;
position:relative;
	
}
.timelineBoxScroller .timelineWrap
{
position:relative;
min-height:auto;
margin-left:0px;
margin-right:0px;
overflow:hidden;
}
.timelineBoxScroller .previous
{
	display:none;	
}
.timelineBoxScroller .next
{
		display:none;	
}
.timelineBoxScroller ul.yearBlocks
{
list-style-position:inside;
list-style-type:none;
margin:0px;
padding:0px;
text-indent:0;	
overflow:hidden;
position:inherit;
left:0px;
width:auto;
}
.timelineBoxScroller ul.yearBlocks li
{
display:block;
float:left;	
margin-right:3px;
margin-bottom:3px;
}
.timelineBoxScroller ul.yearBlocks li a
{
display:block;
padding:15px;

font-size:17px;
font-weight:300;
color:#000;
background-color:#CCC;
}
.timelineBoxScroller ul.yearBlocks li.yearBlock.active
{

background:none;
background-color:#000;
}
.timelineBoxScroller ul.yearBlocks li.yearBlock.active a
{
color:#fff;
background:none;
}
.timelineBoxScroller ul.yearBlocks li.yearBlock.active a:hover
{
text-decoration:none;	
}
/* end timeline scroller */
.central img.size-full
{
display:block;
width:100%;
height:auto;
	
}
@media (max-width: 768px)
{
.timelineBoxScroller ul.yearBlocks
{
position:relative!important;
left:0px!important;	
}
}
@media (max-width: 480px)
{
.timelineBoxScroller ul.yearBlocks
{
position:relative!important;
left:0px!important;	
}
}
/******* tablet styles begin *******/
@media (min-width: 768px)
{
	.navigationHeader .search-field
 {
	max-width:160px; 
	border:1px solid #CCC;
 }
	.three-home-boxes h2
	
	{
	font-size:20px;	
	}
/* navigation */
.navigation 
{
margin-bottom:7px;
padding-right:0px!important;
padding-bottom:0px;	
}
.head-nav
{
display:block;
float:none;	
clear:both;
position:relative;
margin:10px 0px 0px 10px;
list-style-position:inside;
padding:0px;
text-indent:0;
font-family:"Open Sans";
font-weight:300;
font-size:18px;	
top:0px;
background:none;
z-index:2400;
}

.head-nav li
{
white-space:nowrap;	
}

.head-nav &gt; li:hover
{
background-color:#f1f1f1;	
}
.head-nav li a:hover
{
text-decoration:none;	
color:#000;
}
.head-nav &gt; li
{
display:block;
float:left;
	position:relative;
	margin-right:2px;
}
.head-nav &gt; li.active &gt; a
{
background-color:#f1f1f1;		
}
.head-nav &gt; li.active &gt; ul &gt; li.active &gt; a
{
font-weight:400;	
}
.head-nav &gt; li &gt; a
{
padding:10px 7px;
display:block;
color:#000;	
font-size:16px;
font-weight:400;
}
.head-nav &gt; li &gt; ul &gt; li &gt; a
{
	font-size:16px;
}
.head-nav &gt; li &gt; ul &gt; li &gt; a:hover
{
font-weight:400;
color:#000;	
}
.head-nav li ul
{
display:none;
list-style-type:none;
list-style-position:inside;
margin:0px;
padding:0px;
text-indent:0;
min-width:210px;
font-size:15px;
z-index:2400;
position:relative;
}
.head-nav li:hover ul
{
	display:block;
	position:absolute;
	z-index:10000;
	top:38px;
	left:0px;
	background-color:#f1f1f1;
}
.head-nav li ul li a
{
display:block;
padding:15px 15px 15px 10px;
color:#000;
}
.head-nav li ul li a:hover
{
background-color:#f1f1f1;	
}
.homeHP.active
{
display:none;	
}
/* end navigation */

.news-box-holder
{
position:relative;
height:300px;
margin-right:-15px!important;	
background:none;
padding-bottom:0px;
}
.news-box
{
position:absolute!important;
right:0px;
bottom:0px;	
max-width:350px;
padding-bottom:10px;
background:url(../img/yellow-bg-80.png);
}
.logo-mark{
padding-left:0px!important;	
padding-right:0px!important;
background-color:#e6dd56;
}
 .navigation
 {
padding-left:0px!important;	 
padding-top:0px;
 }
 .navigationHeader .search-lang-box{
	float:none;
	clear:both; 
	overflow:hidden; 
	padding:10px 0px 0px 10px;
	
 }
 .navigationHeader .search
 {
margin-right:15px;
	
	
 }
 .lang
 {
	 overflow:hidden;
	text-align:right; 
width:80px;
float:right;
 }
 .lang a
 {
	padding: 6px 11px;
	display:block; 
	float:right;
	color:#000;
	font-weight:600;
	background:none;
border-radius:0px;
margin-left:0px;
 }
 .lang a:hover
{
color:#000;	
}
 .navigationBox{
	
 }
 .navigationHeader
 {
	
	
 }

footer .container
{
	margin-top:10px;
	margin-bottom:10px;
}
.interactive-map
{
	margin-top:20px;
margin-bottom:15px;	
position:relative;
}
.interactive-map .addressBox
{
position:Absolute;
top:15px;
left:30px;
padding:10px;
min-width:250px;
box-shadow:0px 0px 3px #000;
background-color:#fff;	
}
footer
{
	
}
footer .right
{
	
overflow:hidden;
float:none;
padding-top:15px;
}
footer .navigationFooter
{
float:left;	
}
footer .foot-nav
{
list-style-position:inside;
list-style-type:none;
margin:0px;
text-indent:0;
padding:0px;	
}
footer .foot-nav li
{
display:block;
float:left;
	
}
footer .foot-nav li a
{
padding:10px 7px;
font-weight:400;
font-size:14px;
color:#000;	
}

footer .foot-nav li a:hover
{
color:#000;	
}
footer .socialFooter
{
float:right;	
margin-left:25px;
}
.news-box h2.news-title
{
font-size:25px;
padding:7px 0px 0px 0px;
margin:0px;
font-weight:400;	
}
/* begin timeline scroller */
.timelineBoxScroller
{
background-color:#e4dc57;
padding:7px;
position:relative;
	
}
.timelineBoxScroller .timelineWrap
{
position:relative;
min-height:120px;
margin-left:70px;
margin-right:70px;
overflow:hidden;
}
.timelineBoxScroller .previous
{
	display:block;
position:absolute;
left:0px;
top:0px;
width:70px;
height:120px;	
}
.timelineBoxScroller .next
{
		display:block;
position:absolute;
right:0px;
top:0px;
width:70px;
height:120px;	
}
.timelineBoxScroller ul.yearBlocks
{
list-style-position:inside;
list-style-type:none;
margin:0px;
padding:0px;
text-indent:0;	
overflow:hidden;
position:absolute;
left:0px;
width:500%;
}
.timelineBoxScroller ul.yearBlocks li
{
display:block;
float:left;	
margin-right:0px;
margin-bottom:0px;
background:none;
}
.timelineBoxScroller ul.yearBlocks li a
{
display:block;
padding:43px 45px;
background:none;
font-size:24px;
font-weight:300;
color:#000;
}
.timelineBoxScroller ul.yearBlocks li.yearBlock.active
{
background:none;
background:url(../img/left-parenthasis.png) no-repeat center left;	
}
.timelineBoxScroller ul.yearBlocks li.yearBlock.active a
{
	background:none;
color:#fff;
background:url(../img/right-parenthasis.png) no-repeat  center right;	
}
.timelineBoxScroller ul.yearBlocks li.yearBlock.active a:hover
{
text-decoration:none;	
}
/* end timeline scroller */



/* begin share box */

.shareBox
{
position:relative;
float:right;
margin-left:10px;
z-index:2000;
}
.shareBox .shareButtonWrap
{
display:none;
position:absolute;
top:40px;
right:0px;
min-width: 100%;
box-shadow:0px 0px 2px #000;
background-color:#fff;
}
.shareBox .shareButtonWrap a
{
display:block;
color:#000;
font-size:12px;
white-space: nowrap;	
}
.shareBox .shareButtonWrap a:hover
{
color:#000;	
}
.shareBox .shareButton
{
background:url(../img/shareButtonIcon.jpg) center left no-repeat #cebb05;
color:#fff;
font-size:15px;
height:40px;
padding:10px 10px 10px 53px;
cursor:pointer;	

}
/* share links */
.facebookShare 
{

background:url(../img/facebook-icon.png) center left no-repeat;
padding:10px 10px 10px 38px;
margin-left:10px;
}
.twitterShare 
{

background:url(../img/twitter-icon.png) center left no-repeat;
padding:10px 10px 10px 38px;
margin-left:10px;
}
.googleplusShare 
{

background:url(../img/googleplus-icon.png) center left no-repeat;
padding:10px 10px 10px 38px;
margin-left:10px;
}
/* end share links */
/* end share box */

/* main content styles */
.archiveBlock
{

display:table;	
}
.rightBox
{
float:none!important;
display:table-cell;	
background-color:#f0e7b0;
padding:15px 0px 15px 0px;
vertical-align: top;
}
.central
{
padding-top:15px;
background-color:#fff;
display:table-cell;
float:none!important;
padding-bottom:15px;
vertical-align: top;

}
.central p
{
line-height:170%;	
}
.central h1
{
color:#a6a6a6;
font-weight:300;
font-size:27px;
margin:0px;
padding:0px 160px 12px 0px;	
line-height:130%;
}
.central img.size-full
{
display:block;
width:100%;
height:auto;
	
}
.archiveTitle
{
padding:15px;
background-color:#f6f6f6;	
}
.archiveTitle h1
{
padding:0px;
margin:0px;
font-weight:300;
font-size:37px;
}
.excavation-excerpt
{
overflow:hidden;	
padding-bottom:25px;
}
.excavation-excerpt h2
{
margin:0px;
padding:0px 0px 15px 0px;	
}
.excavation-excerpt p
{
margin:0px;
padding:0px 0px 15px 0px;	
}
.excavation-excerpt p a
{
color:#000;	
}
.excavation-excerpt h2 a,.excavation-excerpt h2 a:hover
{
font-weight:300;
font-size:26px;
text-decoration:none;
color:#000;	
}
.excavation-excerpt .thumbImg
{
float: left;
margin: 0px 15px 15px 0px;
max-width:300px;
}

.aboutBox{
margin-bottom:0px;
}
.moreNews
{
background:url(../img/news-more-bg.jpg) #bbbbbb bottom center no-repeat 	;
padding-bottom:28px;
margin-bottom:0px;
}
/* news archive */

.news-entry .thumb
{
float:none;
max-width:auto;
margin:0px 0px 15px 0px;	
}
/* end news archive */
.aboutBox
{
background:none;
padding:0px;
}
.aboutBox .aboutEntry
{
border-bottom: 1px dotted #000;	
}
/* end main content stylews */


}

/******* tablet styles end ********/

/******* desktop normal styles begin *******/
@media (min-width: 992px)
{
	.navigationHeader .search-lang-box
	{
	margin-right:10px;	
	}
	.navigation 
{
margin-bottom:0px;
padding-bottom:0px;	
}
	.three-home-boxes h2
	
	{
	font-size:27px;	
	}
/* navigation */
.head-nav
{
display:block;	
float:right;
margin-top:20px;
font-size:16px;	
margin-right:10px;
}
.head-nav li a
{
color:#333;	
}
.head-nav li ul
{
min-width:180px;
top:40px;	
}
.head-nav &gt; li &gt; a
{
padding:10px 7px;
display:block;
color:#000;	
font-size:13px;
font-weight:700;
}
.logo-mark
{
background:none;	
}
/* end navigation */
.news-box-holder
{

height:350px;	
}
.news-box
{

max-width:450px;

}
.news-box h2.news-title
{
font-size:28px;
	
}
.logo-mark{
padding-left:0px!important;	
padding-right:15px!important;
}
.navigationHeader .search-lang-box{
	float:right;
	clear:both; 
	margin-top:20px;
 }
.navigationHeader .search
 {
	float:left; 
 }
 , .lang
 {
	float:left; 
 }
 footer .right
{
	
overflow:hidden;
float:right;
padding-top:15px;
}
.news-entry .thumb
{
float:left;
max-width:250px;
margin:0px 15px 15px 0px;	
}
.central h1
{
color:#a6a6a6;
font-weight:300;
font-size:35px;
margin:0px;
padding:0px 160px 12px 0px;	
line-height:130%;
}
}

/******* desktop normal styles end ********/

/******* desktop large styles begin *******/
@media (min-width: 1200px)
{
/* navigation */
.head-nav
{
display:block;
font-size:18px;		
}
.head-nav &gt; li &gt; a
{
color:#333;	
font-weight:400;
font-size:16px;
padding:10px;
}
.head-nav li ul
{
min-width:210px;	
}
/* end navigation */
.news-box-holder
{
position:relative;
height:400px;	
}
.news-box
{

max-width:500px;
}	
}

/******* desktop large styles end ********/</pre></body></html>