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

@font-face {
	font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro SemiBold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ---------------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

body {
	margin: 0;
}

a {
	text-decoration: none;
}

a:focus,
a:hover,
a:active {
	outline: none;
}

a img {
	border: 0;
}

img {
	vertical-align: bottom;
	color: transparent;
	max-width: 100%;
	height: auto;
}

p,
ul,
ol,
form {
	margin: 0;
	padding: 0;
}

input:focus,
textarea:focus,
select:focus { 
	outline: none;
}

iframe {
	border: 0;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

/* ---------------------------------------------------- */

.row {
	overflow: hidden;
	margin: 0 -8px;
}

.col {
	float: left;
	padding: 0 8px;
}

.c1 {
	width: 8.33%;
}

.c2 {
	width: 16.66%;
}

.c3 {
	width: 25%;
}

.c4 {
	width: 33.33%;
}

.c5 {
	width: 41.66%;
}

.c6 {
	width: 50%;
}

.c7 {
	width: 58.33%;
}

.c8 {
	width: 66.66%;
}

.c9 {
	width: 75%;
}

.c10 {
	width: 83.33%;
}

.c11 {
	width: 91.66%;
}

.c12 {
	width: 100%;
}

/* ---------------------------------------------------- */

div.clearer {
	clear: both;
}

div.spacer {
	height: 15px;
	display: block;
	clear: both;
}

span.hide { 
	display: none;
}

/* ---------------------------------------------------- */

body {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	background: #fff;
}

#container {
	width: 1150px;
	margin: 0 auto;
	padding: 0 10px;
}

/* ---------------------------------------------------- */

#header {
	overflow: hidden;
}

#header #logo {
	float: left;
	margin-bottom: 8px;
}

#header .meta {
	float: right;
}

/* ---------------------------------------------------- */

.meta ul {
	list-style-type: none;
	margin-top: 8px;
}

.meta ul li,
.meta ul li a {
	font-size: 14px;
}

#header .meta ul li {
	text-align: right;
}

.meta ul li a {
	color: #010101;
	font-family: 'Source Sans Pro SemiBold', Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.meta ul li a:hover {
	text-decoration: underline;
}

.meta ul li.flag a {
	background: transparent url("../images/flag.png") no-repeat right 0;
	padding-right: 30px;
	margin-top: 3px;
	display: inline-block;
}

/* ---------------------------------------------------- */

#header #search {
	margin-top: 4px;
}

#header #search input[type="text"] {
	border: 1px solid #c6c6c8;
	width: 111px;
	font-size: 12px;
	padding: 4px;
	text-align: right;
}

#header #search input.submit {
	background: #fff url("../images/search.png") no-repeat 0 0;
	border: 0;
	margin: 5px;
	cursor: pointer;
	width: 30px;
}

/* ---------------------------------------------------- */

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li {
	position: relative ;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 9999;
}

.sf-menu &gt; li {
	float: left;
}

.sf-menu li:hover &gt; ul,
.sf-menu li.sfHover &gt; ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/* ---------------------------------------------------- */

#mainmenu {
	background: #e5e5e5;
	height: 50px;
	margin-bottom: 43px;
}

#mainmenu ul {
	list-style-type: none;
}

#mainmenu ul li {
	float: left;
}

#mainmenu ul li a {
	display: block;
	font-size: 20px;
	color: #010101;
	background: #e5e5e5;
	text-transform: uppercase;
	padding: 0 17px;
	line-height: 50px;
	letter-spacing: 0.8px;
}

#mainmenu ul li.selected &gt; a,
#mainmenu ul li &gt; a:hover,
#mainmenu ul li.sfHover &gt; a {
	background: #ff9111;
}

#mainmenu ul ul {
	display: none;
	padding-top: 10px;
	background: transparent url("../images/icon_responsive_menu_arrow.png") no-repeat 30px top;
	border: 2px solid #fff;
}

#mainmenu ul li ul li {
	clear: both;
	width: 260px;
	display: block;
}

#mainmenu ul li ul li:first-child {
	padding-top: 0;
}

#mainmenu ul li ul a {
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
	text-transform: none;
	display: block;
	background: #e1e1e1;
	color: #000;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 13px;
	letter-spacing: normal;
}

#mainmenu ul li ul li.selected &gt; a,
#mainmenu ul li ul li &gt; a:hover {
	font-weight: normal;
	background: #ff9111 url("../images/arrow.png") no-repeat left center;
}

#mainmenu ul ul ul {
	padding-top: 0;
}

#mainmenu ul ul ul li.selected &gt; a,
#mainmenu ul ul ul li &gt; a:hover {
	background-image: none;
}

/* ---------------------------------------------------- */

#mainmenu-responsive {
	display: none;
	z-index: 100000;
	margin-bottom: 20px;
}

#mainmenu-responsive ul {
	list-style-type: none;
}

#mainmenu-responsive ul ul {
	padding: 0;
}

#mainmenu-responsive ul li a {
	color: #000;
	background: #e2e2e2;
	font-size: 18px;
	border: 0;
	padding-left: 11px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 20px;
	display: block;
	padding: 7px 0 7px 18px;
	border-bottom: 1px solid  #e2e2e2;
}

#mainmenu-responsive ul li a:hover,
#mainmenu-responsive ul li.selected &gt; a {
	color: #000;
	background: #ff9111 url("../images/arrow.png") no-repeat left center;
}

#mainmenu-responsive ul li li a {
	font-size: 18px;
	font-weight: normal;
	padding-left: 33px;
	text-transform: none;
	font-family: 'Source Sans Pro SemiBold', Arial, Helvetica, sans-serif;
}

#mainmenu-responsive ul li li a:hover,
#mainmenu-responsive ul li li.selected &gt; a {
	color: #000;
	background: #ff9111;
}

#mainmenu-responsive ul li li li a {
	padding-left: 55px;
}

/* ---------------------------------------------------- */

#nav-toggle {
	display: none;
	color: #010101;
	background: #e5e5e5;
	font-size: 18px;
	font-weight: normal;
	cursor: pointer;
	text-transform: uppercase;
	padding: 8px 16px;
	margin-bottom: 10px;
	position: relative;
}

#nav-toggle button {
	border: 0;
	padding: 5px;
	background: #e5e5e5;
	cursor: pointer;
}

#nav-toggle button .line {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #010101;
}

#nav-toggle button .line+.line {
	margin-top: 4px;
}

#nav-toggle.open,
#nav-toggle.open button {
	background: #ff9111;
}

#nav-toggle .arrow {
	position: absolute;
	left: 39px;
	bottom: -12px;
	width: 33px;
	height: 19px;
	background: transparent url("../images/icon_responsive_menu_arrow.png") no-repeat left top;
	display: none;
}

#nav-toggle.open .arrow {
	display: block;
}

/* ---------------------------------------------------- */

#sidebar {
	width:  275px;
	float: left;
}

.submenu,
#submenu {
	background: #e5e5e5;
	margin-bottom: 20px;
}

.submenu ul,
#submenu ul {
	list-style-type: none;
}

.submenu ul li,
.submenu ul li a,
#submenu ul li,
#submenu ul li a {
	font-size: 18px;
	line-height: 22px;
}

.submenu ul li a,
#submenu ul li a {
	color: #000;
	padding: 0;
	display: block;
	padding: 6px 14px 6px 24px;
	margin-bottom: 1px;
}

.submenu ul li &gt; a:hover,
.submenu ul ul li &gt; a:hover,
.submenu ul li.selected &gt; a,
.submenu ul ul li.selected &gt; a,
#submenu ul li &gt; a:hover,
#submenu ul ul li &gt; a:hover,
#submenu ul li.selected &gt; a,
#submenu ul ul li.selected &gt; a {
	background: #ff9212 url("../images/arrow.png") no-repeat left center;
}

.submenu ul ul li &gt; a:hover,
.submenu ul ul li.selected &gt; a,
#submenu ul ul li &gt; a:hover,
#submenu ul ul li.selected &gt; a {
	background-image: none;
}

.submenu ul ul li a,
#submenu ul ul li a {
	padding-left: 40px;
	font-family: 'Source Sans Pro SemiBold', Arial, Helvetica, sans-serif;
}

/* ---------------------------------------------------- */

.submenu p {
	text-transform: uppercase;
	padding: 4px 0 6px 24px;
	font-size: 20px;
}

#sidebar input.textdb-input {
	border: 1px solid #ff9212;
	font-size: 12px;
	padding: 3px;
	margin-bottom: 20px;
	margin-left: 24px;
}

#sidebar input.button {
	background: #fff url("../images/icon_textdb_box_button2.png") no-repeat right top;
	padding: 5px;
	border: 0;
	width: 25px;
	height: 25px;
	cursor: pointer;
	vertical-align: sub;
}

/* ---------------------------------------------------- */

#main {
	float: left;
	width: 66.52173913%; /* 765px */
	margin-left: 5%;
}

/* ---------------------------------------------------- */

.full-width #sidebar {
	display: none;
}

.full-width #content {
	float: none;
}

.full-width #main {
	float: none;
	margin-left: 0;
	width: 100%;
}

/* ---------------------------------------------------- */

#breadcrumb ul {
	overflow: hidden;
	display: inline-block;
	list-style-type: none;
	background: #ff9112;
	padding: 4px 0 4px 6px;
	margin-bottom: 5px;
}

#breadcrumb ul li {
	float: left;
	margin-right: 5px;
	line-height: 18px;
}

#breadcrumb ul li:after {
	content: "/";
	color: #010101;
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}

#breadcrumb ul li:last-child:after {
	content: "";
	margin-right: 0;
}

#breadcrumb ul li a {
	color: #010101;
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
}

#breadcrumb ul li a:hover {
	text-decoration: none;
}

#breadcrumb ul li {
	color: #010101;
	font-size: 18px;
}

/* ---------------------------------------------------- */

#content {
	float: left;
	width: 100%;
}

#content p.pre-headline {
	text-transform: uppercase;
}

/* ---------------------------------------------------- */

#sidebar .box,
#content .box {
	margin-bottom: 16px;
	background: #e8e7e8;
	padding: 15px;
	position: relative;
	font-size: 18px;
}

#sidebar .box .headline,
#content .box .headline {
	color: #010101;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#sidebar .box h2,
#content .box h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-transform: none;
}

#sidebar .box .icon,
#content .box .icon {
	position: absolute;
}

#sidebar .box .icon.numbers,
#content .box .icon.numbers {
	right: -4px;
	top: -4px;
	width: 58px;
	height: 91px;
	background: transparent url("../images/icon_box_numbers.png") no-repeat left top;
}

#sidebar .box .icon.like,
#content .box .icon.like {
	right: 0;
	top: -7px;
	width: 66px;
	height: 65px;
	background: transparent url("../images/icon_box_like.png") no-repeat left top;
}

#sidebar .box a,
#content .box a {
	color: #010101;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

#sidebar .box a:hover,
#content .box a:hover {
	text-decoration: underline;
}

#sidebar .box a.more,
#content .box a.more {
	float: right;
	margin-top: 10px;	
}

#content .box {
	position: relative;
	padding-bottom: 50px;
}

#content .box.no-margin {
	padding-bottom: 8px;
}

#content .box a.more {
	float: none;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#sidebar .box a.hover-area,
#content .box a.hover-area {
	margin: -15px -15px 15px -15px;
	padding: 15px 15px 5px 15px;
	display: block;
	font-weight: normal;
}

#sidebar .box a.hover-area:hover,
#content .box a.hover-area:hover {
	background: #ff9212;
	text-decoration: none;
}

/* ---------------------------------------------------- */

#sidebar .box.link:hover,
#content .box.link:hover {
	background: #ff9211;
}

#sidebar .box.link:hover .icon.numbers,
#content .box.link:hover .icon.numbers {
	background-image: url("../images/icon_box_numbers_over.png");
}

#sidebar .box.link:hover .icon.like,
#content .box.link:hover .icon.like {
	background-image: url("../images/icon_box_like_over.png");
}

#sidebar a.box-link,
#content a.box-link {
	text-decoration: none;
}

/* ---------------------------------------------------- */

.sidebar-content h2 {
	font-size: 20px;
	margin: 5px 0 5px 0;
	text-transform: uppercase;
	font-weight: bold;
}

.sidebar-content p {
	font-size: 17px;
	line-height: 22px;
	margin: 0 0 15px 0;
}

.sidebar-content hr {
	border: 0;
	height: 0;
	border-top: #d3d3d3 1px solid;
	margin-top: 20px;
	margin-bottom: 25px;
}

.sidebar-content #textdb-box a {
	text-decoration: none;
}

.sidebar-content #textdb-box a:hover {
	text-decoration: underline;
}

.sidebar-content.responsive {
	display: none;
}

/* ---------------------------------------------------- */

#content .col.c12.multi .image.float {
	margin-top: -10px;
	width: 20%;
}

#content .col.c12.multi .big-img {
	display: none;
}

/* ---------------------------------------------------- */

.full-width .row {
	overflow: visible;
}

#sidebar #textdb-box,
#content #textdb-box {
	background: #ff9211;
	position: relative;
}

#sidebar #textdb-box .headline,
#content #textdb-box .headline {
	color: #010101;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#sidebar #textdb-box h2,
#sidebar #textdb-box h2 a,
#content #textdb-box h2,
#content #textdb-box h2 a {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-transform: none;
}

#sidebar #textdb-box ul,
#content #textdb-box ul {
	list-style-type: none;
	margin: 0;
}

#sidebar #textdb-box ul li,
#sidebar #textdb-box ul li a,
#content #textdb-box ul li,
#content #textdb-box ul li a {
	font-size: 18px;
	line-height: 18px;
}

#sidebar #textdb-box ul li a,
#content #textdb-box ul li a {
	font-weight: bold;
	color: #010101;
	text-decoration: none;
}

#sidebar #textdb-box ul li a:hover,
#content #textdb-box ul li a:hover {
	text-decoration: underline;
}

#sidebar #textdb-box .icon,
#content #textdb-box .icon {
	position: absolute;
	right: 0;
	top: -10px;
	width: 147px;
	height: 137px;
	background: transparent url("../images/icon_textdb_box.png") no-repeat left top;
}

#sidebar #textdb-box form,
#content #textdb-box form {
	float: right;
}

#sidebar #textdb-box input,
#content #textdb-box input {
	border: 0;
	font-size: 12px;
	padding: 3px;
}

#sidebar #textdb-box input.button,
#content #textdb-box input.button {
	background:#ff9211 url("../images/icon_textdb_box_button.png") no-repeat right top;
	padding: 5px;
	border: 0;
	width: 35px;
	height: 25px;
	cursor: pointer;
	vertical-align: sub;
}

/* ---------------------------------------------------- */

#sidebar .textdb-box-small #textdb-box .headline,
#content .textdb-box-small #textdb-box .headline {
	margin-bottom: 20px;
	margin-top: 5px;
}

#sidebar .textdb-box-small #textdb-box .icon,
#content .textdb-box-small #textdb-box .icon {
	position: absolute;
	right: 0;
	top: -10px;
	width: 71px;
	height: 67px;
	background: transparent url("../images/icon_textdb_box_small.png") no-repeat left top;
}

#sidebar .textdb-box-small #textdb-box h2,
#sidebar .textdb-box-small #textdb-box h2 a,
#content .textdb-box-small #textdb-box h2,
#content .textdb-box-small #textdb-box h2 a {
	font-size: 18px;
	line-height: 20px;
}

#sidebar .textdb-box-small #textdb-box ul,
#sidebar .textdb-box-small #textdb-box form,
#content .textdb-box-small #textdb-box ul,
#content .textdb-box-small #textdb-box form {
	display: none;
}

/* ---------------------------------------------------- */

.full-width #facebook-page {
	width: 100%; 
	margin-bottom: 15px;
}

/* ---------------------------------------------------- */

#content .newsletter {
	padding-bottom: 13px;
}

#content .newsletter input,
#content .newsletter label {
	display: block;
}

#content .newsletter label {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 18px;
}

#content .newsletter input[type="text"] {
	border: 0;
	width: 100%;
	margin-bottom: 15px;
	padding: 3px;
	color: #6a696c;
}

#content .newsletter .button {
	font-size: 18px;
	background: transparent;
	color: #000;
	padding: 3px 3px 3px 0;
	border: 0;
	cursor: pointer;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
	margin-top: 30px;
}

#content .newsletter:hover {
	background: #ff9211;
}


#content .newsletter p {
	margin: 15px 0 0 0;
}

#content .newsletter #recaptcha_image,
#content .newsletter #recaptcha_image img {
	width: 100% !important;
	height: auto !important; 
}

#content .newsletter #recaptcha_image img {
	margin-bottom: 5px;
}

#content .newsletter .captcha2_reload {
    vertical-align: sub;
}

/* ---------------------------------------------------- */

#content #content-icons {
	overflow: hidden;
	margin: 40px 0;
	clear: both;
}

#content #content-icons .social {
	float: left;
}

#content #content-icons .social a {
	text-indent: -9999px;
	display: block;
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 10px;
}

#content #content-icons .social a.twitter {
	background: #fff url("../images/twitter_small.png") no-repeat left top;
}

#content #content-icons .social a.twitter:hover {
	background-image: url("../images/twitter_small_over.png");
}

#content #content-icons .social a.facebook {
	background: #fff url("../images/facebook_small.png") no-repeat left top;
}

#content #content-icons .social a.facebook:hover {
	background-image: url("../images/facebook_small_over.png");
}

#content #content-icons .print {
	float: right;
}

#content #content-icons .print a {
	font-size: 15px;
	text-decoration: underline;
	color: #000;
	background: #fff url("../images/printer.png") no-repeat left top;
	padding-left: 30px;
}

#content #content-icons .print a:hover {
	text-decoration: none;
}

/* ---------------------------------------------------- */

#content .news-nav-container a {
	font-size: 18px;
	padding: 5px;
}

#content .news-nav-container a.selected {
	font-weight: bold;
	text-decoration: none;
}

#content .news-nav-container a.prev,
#content .news-nav-container a.next,
#content .news-nav-container .page-nav {
	float: left;
}

#content .news-nav-container .page-nav {
	margin-top: 5px;
}

/* ---------------------------------------------------- */

#content .news-item {
	margin-bottom: 20px;
    overflow: hidden;
}

#content .news-item div.image.float.right,
#content .news-item div.image.float.left {
	margin-bottom: 30px;
}

#content .news-item h2 {
	font-size: 22px;
}

#content .news-item a.more {
	margin-bottom: 20px;
	display: block;
}

/* ---------------------------------------------------- */

#content #textdb-list .item {
	margin-bottom: 8px;
}

#content #textdb-list .item h2 {
	text-transform: none;
	font-size: 18px;
	margin: 0 0 10px 0;
	font-weight: bold;
	display: inline-block;
}

#content #textdb-list .item .details-toggle {
	font-size: 15px;
	font-style: italic;
	background: #fff url("../images/icon_info.png") no-repeat left 1px;
	padding-left: 22px;
	margin-left: 10px;
}

#content #textdb-list .item .details {
	display: none;
	padding: 10px 0 12px 20px; 
}

#content #textdb-list #params {
	margin-bottom: 20px;
}

#content #textdb-list #params span {
	font-size: 15px;
	font-style: italic;
	margin-right: 10px;
}

#content #textdb-list #params a {
	font-size: 18px;
	font-style: normal;
	margin-right: 25px;
	padding-right: 18px;
}

#content #textdb-list #params a.asc {
	background: #fff url("../images/icon_sort_up.png") no-repeat right 5px;
}

#content #textdb-list #params a.desc {
	background: #fff url("../images/icon_sort_down.png") no-repeat right 5px;
}

/* ---------------------------------------------------- */

#content #search-results h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: none;
}

#content #search-results.docs h2 {
	font-size: 18px;
}

#content #search-results h3,
#content #search-results h3 a {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: normal;
}

#content #search-results p {
	margin-bottom: 30px;
}

#textdb-search input.textdb-input {
	border: 1px solid #ff9212;
	font-size: 12px;
	padding: 3px;
	margin-bottom: 20px;
	margin-left: 0;
}

#textdb-search input.button {
	background: #fff url("../images/icon_textdb_box_button2.png") no-repeat right top;
	padding: 5px;
	border: 0;
	width: 25px;
	height: 25px;
	cursor: pointer;
	vertical-align: sub;
}

/* ---------------------------------------------------- */

#content #textdb-tags a.size1 {
	font-size: 24px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

#content #textdb-tags a.size2 {
	font-size: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

#content #textdb-tags a.size3 {
	font-size: 18px;
	font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
}

#content #textdb-tags a.size4 {
	font-size: 27px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ---------------------------------------------------- */

#content .text-item {
	overflow: hidden;
	margin-bottom: 10px;
}

#content .text-item .text {
	display: none;
}

/* ---------------------------------------------------- */

#content .podcast-embed {
	margin: 5px 0 20px 0;
}

/* ---------------------------------------------------- */

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

/* ------------------------------------------------------------------------- */

#rexx-form {
    margin: 0 0 20px 0;
    padding: 10px 0 20px 0;
	font-size: 16px;
}

#rexx-form form {
    position: relative;
}

#rexx-form .control {
    overflow: hidden;
    margin: 5px 0 15px 0;
}

#rexx-form .control.robotron {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}

#rexx-form .control.textfield input,
#rexx-form .control.textarea textarea {
    color: #000;
    background: #EDEDEE;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid #EDEDEE;
    padding: 10px 8px;
    margin: 0;
    width: 100%;
    float: left;
}

#rexx-form .control.textarea textarea,
#rexx-form .control.textarea select {
    height: 200px;
}

#rexx-form .control.submit-button button {
    color: #fff;
    background: #A9A9A9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px 0 0 0;
    padding: 12px 12px;
    cursor: pointer;
    border: 0;
}

#rexx-form .control.validate-alert.textfield input, 
#rexx-form .control.validate-alert.textarea textarea {
     border: 1px solid #FF0000;
}

#rexx-form .control.radio-group.validate-alert,
#rexx-form .control.select.validate-alert,
#rexx-form .control.checkbox.validate-alert {
	border: 1px solid #FF0000;
	padding: 10px;
}

#rexx-form .validate-alert-text {
    color: #FF0000;
}

#rexx-form p {
    margin: 10px 0;
}

#rexx-form p.required-msg {
    text-align: right;
    font-size: 16px;
}

#rexx-form .control.checkbox input {
    float: left;
    margin: 3px 0;
    padding: 3px;
}

#rexx-form .control.checkbox label {
	margin-left: 10px;
	display: inline !important;
}

#rexx-form .control.radio-group input {
	display: inline;
}

#rexx-form .required {
	color: #ff0000;
}

#content #rexx-form hr {
	margin-top: 35px;
	margin-bottom: 35px;
}

#content #rexx-form p.radio-group-headline {
	margin: 0 0 5px 0;
}

#rexx-form .control.select label {
	display: block;
	margin-bottom: 5px;
}

#rexx-form .control.radio-group .radio-button {
	margin-bottom: 15px;
}

#rexx-form .control.radio-group .radio-button label {
	display: inline;
}

/* ---------------------------------------------------- */

.sidebar-content a,
#content a {
	color: #000;
	text-decoration: underline;
}

.sidebar-content a:hover,
#content a:hover {
	text-decoration: none;
}

#content h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

#content h2 {
	font-size: 20px;
	margin: 0 0 14px 0;
	text-transform: uppercase;
	font-weight: bold;
}

#content h3 {
	font-size: 18px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 15px;
	line-height: 24px;
}

#content ul,
#content ol {
	list-style-position: outside;
	margin-left: 20px;
}

#content ul {
	list-style-type: disc;
}

#content ul ul,
#content ol ol {
	margin-top: 7px;
	margin-bottom: 0;
}

#content ul li,
#content ol li {
	margin-bottom: 7px;
}

#content ul li:last-child,
#content ol li:last-child {
	margin-bottom: 0;
}

#content table 	{
	margin: 10px 0 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#content table th,
#content table thead td {
	font-weight: bold;
}

#content table td, 
#content table th {
	padding: 12px;
	border: 1px solid;
	text-align: left;
	vertical-align: top;
}

#content table td p {
	margin: 0;
}

#content hr {
	border: 0;
	height: 0;
	border-top: #d3d3d3 1px solid;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ---------------------------------------------------- */

#content a[href^="http://"],
#content a[href^="https://"],
.sidebar-content a[href^="http://"],
.sidebar-content a[href^="https://"] {
	background: transparent url("../images/icons.png") no-repeat right -580px;
	padding-right: 9px;
}

#content a.not-extern,
.sidebar-content a.not-extern {
	background: 0;
	padding: 0;
}

#content a[href $=".pdf"],
.sidebar-content a[href $=".pdf"] {
	background: transparent url("../images/icons.png") no-repeat left -143px;
	padding-left: 20px;
	display: inline-block;
}

#content a[href $=".doc"],
#content a[href $=".docx"],
.sidebar-content a[href $=".doc"],
.sidebar-content a[href $=".docx"] {
	background: transparent url("../images/icons.png") no-repeat left -309px;
	padding-left: 19px;
	display: inline-block;
}

#content a[href $=".zip"],
.sidebar-content a[href $=".zip"] {
	background: transparent url("../images/icons.png") no-repeat left -445px;
	padding-left: 19px;
	display: inline-block;
}

#content a.lightbox,
#content a.lightbox-gallery,
.sidebar-content a.lightbox,
.sidebar-content a.lightbox-gallery {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

#content a.lightbox span,
#content a.lightbox-gallery span,
.sidebar-content a.lightbox span,
.sidebar-content a.lightbox-gallery span {
	background: transparent url("../images/icons.png") no-repeat left top;
	position: absolute; 
	width: 28px;
	height: 28px;
	right: 9px;
	bottom: 9px;
	display: none;
}

.no-touch #content a:hover.lightbox span,
.no-touch #content a:hover.lightbox-gallery span,
.no-touch .sidebar-content a:hover.lightbox span,
.no-touch .sidebar-content a:hover.lightbox-gallery span {
	display: block;
}

#content div.image,
#content div.image a,
.sidebar-content div.image,
.sidebar-content div.image a {
	max-width: 100%;
	background: 0;
	padding: 0;
	z-index: 1000;
}

#content div.image.left,
.sidebar-content div.image.left {
	float: left;
}

#content div.image.right,
.sidebar-content div.image.right {
	float: right;
}

#content div.image.center,
.sidebar-content div.image.center {
	text-align: center;
}

#content div.image.float {
	width: 38%;
}

#content div.image.float.left  {
	margin: 3px 15px 15px 0;
}

#content div.image.float.right {
	margin: 3px 0 15px 15px;
}

#content div.image.separate,
.sidebar-content div.image.separate {
	margin: 0 0 15px 0;
}

#content div.gallery a {
	float: left;
	margin: 0 15px 10px 0;
	width: 100%;
}

#content div.gallery .row {
	overflow: visible;
	margin: 0 -5px;
}

#content div.gallery .col {
	padding: 0 5px;
}

/* ---------------------------------------------------- */

#content .google-maps {
	position: relative;
    padding-bottom: 90%;
    height: 0;
    overflow: hidden;
}

#content .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ---------------------------------------------------- */

#footer {
	clear: both;
	background: #e5e5e5;
	padding: 30px 20px 14px 20px;
	overflow: hidden;
}

#footer .left {
	float: left;
}

#footer .left a.twitter-button,
#footer .left a.facebook-button {
	display: block;
	width: 34px;
	height: 34px;
	text-indent: -9999px;
	float: left;
	margin-right: 15px;
	margin-bottom: 43px;
}

#footer .left a.twitter-button {
	background: transparent url("../images/twitter_big.png") no-repeat left top;
}

#footer .left a.twitter-button:hover {
	background-image: url("../images/twitter_big_over.png");
}

#footer .left a.facebook-button {
	background: transparent url("../images/facebook_big.png") no-repeat left top;
}

#footer .left a.facebook-button:hover {
	background-image: url("../images/facebook_big_over.png");
}

#footer .left p {
	clear: both;
}

#footer .right {
	float: right;
}

#footer .right .meta ul {
	margin: 0;
	text-align: right;
}

/* ---------------------------------------------------- */

.mfp-wrap {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade .mfp-arrow,
.mfp-with-fade.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content,
.mfp-with-fade.mfp-ready .mfp-arrow {
	opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
	opacity: 0.75;
}

.mfp-with-fade.mfp-removing .mfp-content,
.mfp-with-fade.mfp-removing .mfp-arrow, 
.mfp-with-fade.mfp-removing.mfp-bg {
	opacity: 0;
}

/* ---------------------------------------------------- */

@media screen and (max-width: 1150px) {
	#container {
		width: 100%;
	}

	#mainmenu ul li a {
		padding-left: 13px;
		padding-right: 13px;
		letter-spacing: normal;
	}

	#main {
		margin-left: 30px;
	}
}

@media screen and (max-width: 1050px) {
	#main {
		width: 100%;
		margin: 0;
	}

	#mainmenu,
	#sidebar {
		display: none;
	}

	.sidebar-content.responsive {
		display: block;
	}

	.sidebar-content div.image, 
	.sidebar-content div.image a,
	.sidebar-content div.image img,
	.sidebar-content div.image.float,
	.sidebar-content div.item img {
		width: 100%;
	}

	#nav-toggle {
		display: inline-block;
	}

	#content #textdb-box .icon {
		position: absolute;
		right: 0;
		top: -10px;
		width: 71px;
		height: 67px;
		background: transparent url("../images/icon_textdb_box_small.png") no-repeat left top;
	}
}

@media screen and (max-width: 880px) {
	.row .col {
		width: 50%;
	}

	.three-cols .row .col,
	.row .col.multi .col {
		width: 100%;
	}

	#rexx-form label {
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}

	#rexx-form .control.textfield input, 
	#rexx-form .control.textarea textarea {
		width: 100%;
	}

	#rexx-form .control.select select {
		width: 100%;
	}

	#rexx-form .control.radio-group input {
		margin-bottom: 0;
		margin-top: 15px;
	}
}

@media screen and (max-width: 760px) {
	#rexx-form .control.checkbox label {
		display: block !important;
		margin: 0;
	}
}

@media screen and (max-width: 600px) {
	#content div.image, 
	#content div.image a,
	#content div.image img,
	#content div.image.float,
	#content div.item img {
		width: 100%;
	}

	.row .col {
		width: 100%;
	}

	body {
		font-size: 18px;
	}

	#header #logo {
		width: 100%;
		float: none;
	}

	#header {
		margin-bottom: 8px;
	}

	#header .meta ul {
		display: none;
	}

	#content h1 {
		font-size: 25px;
		line-height: 25px;
	}

	#content p {
		line-height: 22px;
	}

	#footer .left {
		float: none;
		text-align: center;
	}

	#footer .left a.twitter-button, 
	#footer .left a.facebook-button {
		display: inline-block;
		float: none;
		margin-bottom: 17px;
	}

	#footer .right {
		float: none;
		text-align: center;
	}

	#footer .right .meta ul {
		margin-top: 17px;
		text-align: center;
	}

	#footer .right .meta ul li,
	#footer .right .meta ul li a {
		font-size: 18px;
	}

	#content .col.c12.multi .image.float {
		display: none;
	}

	#content .col.c12.multi .big-img {
		display: block;
	}
}

/* ---------------------------------------------------- */

</pre></body></html>