@charset "utf-8";
/* CSS Document */


article {
	display:block;
	width:780px;
	margin:0 0 10px;
	line-height:24px!important;
}

article a, article a:visited {
	line-height:24px;
	color:#79789b;
	text-decoration:none;
	border-bottom:1px solid #e1a8a8;
}
article a:hover {
	color:#a6a97b;
}

article img {
	border: none;
}
article a img {
	border:none;
	outline:none;
	display: block;
}
article h1 a {
	display:inline-block;
}


article ul {
	list-style: disc;
}
article ul li {
	margin: 0;
}

article ul, article ol {

	margin: 0.5em 0 1.5em 1.5em;

	padding-left: 20px;

}

article ol {
	list-style: decimal;
}

article ol ol {

	list-style:lower-latin;

}

article ol ol ol {

	list-style:lower-roman;

}

article ol ol ol ol {

	list-style:lower-latin;

}

article ul ul, article ol ol, article ul ol, article ol ul {

	margin-bottom:0;

}
article ol li, article ul li {
	margin-bottom: 5px;
}

article dl	{

	margin:0 1.5em;

}

article dt {

	font-weight: bold;

}

article dd {

	margin: 0 0 1em 1.5em;

}

article small {

	font-size: 0.68em;

}

article strong {
	font-weight:bold;
}

article code, article pre {

	font-family: "Courier New", Courier, Monaco, "Lucida Console", monospace;

	overflow: auto;

	background-color: #F7F7F7;

}

article pre {

	padding: 1em;

	line-height: 1.5em;

	border: 1px solid #ddd;

	margin: 1.5em 0;

}

article hr {

	border: 1px dotted #666;

	margin-bottom: 1.5em;

}

article blockquote {

	background: url(../blockquote-l.html) no-repeat left top;

	padding: 10px 15px;

	margin: 0 3em 1em;

	font-size: 1em;

	text-indent: 2em;

}

article blockquote > div {

	background: url(../blockquote-r.html) no-repeat right bottom;

	padding-bottom: 0.1em;

}

article blockquote cite {

	float: right;

}

article abbr, article acronym { cursor: help; border-bottom: 1px dotted #888; }

article sup, article sub {

	height: 0;

	line-height: 1;

	vertical-align: baseline;

	position: relative;

	font-size: 0.7em;

}

article sup {

	bottom: 1ex;

}

article sub {

	top: .5ex;

}


/* Headers */

article h1, article h2, article h3, article h4, article h5, article h6 {
	margin: 0;
	padding: 0;
	line-height: 1.1em;
	font-weight:bold;
}
article h1, article h2 {
	color:#47466d;
}
article h3, article h4, article h5, article h6 {
	color:#e57474;
}
article h2, article h3 {
	margin:20px 0 10px;
}
article h4, article h5, article h6 {
	margin:15px 0 10px;
}
article h1 {
	font-size:24px;
	border-bottom: 1px solid #dadf99;
	padding-bottom:3px;
	margin:30px 0 10px;
}
article h2 {
	font-size:22px;
}
article h3 {
	font-size:20px;
}
article h4 {
	font-size:19px;
}
article h5 {
	font-size:18px;
}
article h6 {
	font-size:16px;
}
article p {
	margin:10px 0;
}


article.article-news {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	width:380px;
	margin:0;
}
article.article-opened {
	display:block;
	width:780px;
	margin:0 0 10px;
}
article .article-details.hide {
	display:none;
}
article .article-details {
	margin:20px 0;
}
article .contact-details.hide {
	display:none;
}
article .first-gallery-image {
	width:200px;	
	margin-right: 15px;
	display:none;
}
article .first-gallery-image-default {
	width:200px;
	margin-right: 15px;
	display:none;
}
article.article-news .first-gallery-image-default, article.article-news .first-gallery-image {
	display:block;
	float:left;
}

article p.article-date {
	margin: 0 0 10px;	
    /*border-top: 1px solid #dadf99;*/
    padding-left: 25px;
    background: url(../png/icon_calendar.png) no-repeat left center;
    color: #a6a97b;
	font-size: 14px;
}
article.article-news p.article-date {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
}
article p.article-date.display-block {
	display:block;
}
article .article-read-more {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	margin:0;
	padding:7px 15px;
	font-size:14px;
	text-transform:lowercase;
	color:#fff;
	background:#e57474;
	border:none;
}
article .article-read-more:hover {
	color:#fff;
	background:#b6b7ae; 
}

article .contact-text {
	max-width:500px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
}
article .contact-text h2:first-child {
	margin-bottom: 45px;
}


article table {
	max-width:600px;
	height:auto !important;
	margin:30px 0;	
	border-bottom: 1px solid #DADF99;
}

article table, article tr, article td {
		/*border-right:1px solid #B9BBA9;*/
		padding: 7px;
		font-size: 14px;
		font-style: normal;
		color:#5e5e5e;
}
article thead td {
	font-size:16px;
	letter-spacing: 1px;
	font-weight:bold;
	color:#fff;
	background:#7974FC;
	text-align:center;
	text-transform: uppercase;
	border-bottom: 1px solid #413BC1;
}
article table tr {
	background:#fafafa;
	border-top: 1px solid #EAEAEA;
}
article table tr:nth-child(even) {
	background:#f1f1f1;
}
article td .responsive-label {
	display:none;
}


/* RESPONSIVE STYLES */
@media screen and (max-width: 1100px){	
	article {
		width:100%;
	}
	article.article-news {
		width: 46%;
    	margin: 10px 1%;
	}
	article.article-news.article-opened {
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	article.article-news p.article-date {
		display: block;
    	margin-left: 215px;
	}
	article.article-news.article-opened p.article-date {
		margin-left:0;
	}
	article h1 {
		font-size:21px;
	}
	article h2 {
		font-size:20px;
	}
	article h3 {
		font-size:19px;
	}
	article h4 {
		font-size:18px;
	}
	article h5 {
		font-size:17px;
	}
	article h6 {
		font-size:16px;
	}
}
@media screen and (max-width: 850px){	
	article.article-news {
		width: 100%;
    	margin: 10px 0;
	}
}
/* Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 650px and also iPads specifically. */
@media only screen and (max-width: 650px), (min-device-width: 768px) and (max-device-width: 1024px)  {
	/* Force table to not be like tables anymore */
	article table {
		width:90%;
		border-top: 5px solid #7974FC;
	}
	article table, article thead, article tbody, article th, article td, article tr { 
		display: block; 
	}	
	/* Hide table headers (but not display: none;, for accessibility) */
	article thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}	
	article tr { /*border: 1px solid #ccc;*/ }	
	article td { 
		/* Behave  like a "row" 
		border: none;
		border-bottom: 1px solid #eee; */
		position: relative;
		padding-left: 35%;
		border-bottom: 1px solid #fff; 
	}	
	article td .responsive-label { 
		/* Now like a table header */
		display:block;
		position: absolute;
		/* Top/left values mimic padding */
		top: 0px;
		left: 0px;
		width: 30%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight: bold;
		text-transform: uppercase;
		border-right: 1px solid #DADF99;
	}
}
@media screen and (max-width: 400px){	
	article.article-news .first-gallery-image-default, article.article-news .first-gallery-image {
		float:none;
	}
	article.article-news p.article-date {
		margin-left:0;
		margin-top:10px;
	}
}	
/* END RESPONSIVE STYLES */
/*
     FILE ARCHIVED ON 22:45:48 Jan 11, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:01:10 Aug 08, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.445
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.008
  esindex: 0.011
  cdx.remote: 63.44
  LoadShardBlock: 135.899 (3)
  PetaboxLoader3.datanode: 200.443 (5)
  load_resource: 552.26 (2)
  PetaboxLoader3.resolve: 429.801 (2)
*/