/* FONT-INTEGRATION */

/* open-sans-light-300 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/opensans-light-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-light-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* open-sans-light-i-300 */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans LightItalic'), local('OpenSans-LightItalic'),
       url('../fonts/opensans-lightitalic-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-lightitalic-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* open-sans-regular-400 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/opensans-regular-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-regular-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* open-sans-regular-i-400 */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Regular Italic'), local('OpenSans-Regular-Italic'),
       url('../fonts/opensans-italic-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-italic-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* open-sans-semibold-600 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-semibold-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* open-sans-semibold-i-600 */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBoldItalic'), local('OpenSans-SemiBoldItalic'),
       url('../fonts/opensans-semibolditalic-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-semibolditalic-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* open-sans-bold-700 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/opensans-bold-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-bold-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* open-sans-bold-i-700 */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans BoldItalic'), local('OpenSans-BoldItalic'),
       url('../fonts/opensans-bolditalic-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-bolditalic-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* open-sans-extrabold-800 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-extrabold-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* open-sans-bold-i-800 */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBoldItalic'), local('OpenSans-ExtraBoldItalic'),
       url('../fonts/opensans-extrabolditalic-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-extrabolditalic-webfont.woff2') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* CSS Document */

/* CSS Reset, http://cssreset.com */

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
    	}

    /* HTML5 display-role reset for older browsers */

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

	.mod-login__options {
		display: none;
		}

    body {
    	line-height: 1;
    	}

    ol, ul {
    	list-style: none;
    	}

    blockquote, q {
    	quotes: none;
    	}

    blockquote:before, blockquote:after,
    q:before, q:after {
		content: '';
		content: none;
    	}

    table {
		border-collapse: collapse;
		border-spacing: 0;
    	}

/* ########## Site Construction ########## */

body {
	font-size: 18px;
	color: #000000;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: #ffffff;
	line-height: 1.2em;
	}

.container {
	}

#logo {
	float: left;
	width: 50%;
	margin: 20px 0 0 5%;
	}

#claim {
	float: left;
	width: 40%;
	margin: 20px 5% 0 0;
	}

#logo img {
	width: 100%;
	max-width: 480px;
	}

#picture {
	width: 90%;
	margin: 0 5%;
	}

#picture img {
	width: 100%;
	height: auto;
	}

div[role="navigation"] {
	background: #97bf0d;
	width: 90%;
	padding: 0 5%;
	}

nav {
	}

.content_center {
	width: 90%;
	margin: 50px 5%;
	}

#main_content {
	float: left;
	width: 70%;
	margin: 0;
	padding: 0;
	}

#right {
	float: left;
	width: 20%;
	padding: 0;
	margin: 0 0 0 5%;
	}

footer {
	width: 100%;
	background: #97bf0d;
	}

.footer {
	width: 90%;
	margin: 0 5%;
	padding: 40px 0;
	}

.footer a {
	text-decoration: none;
	font-size: 18px;
	font-weight: 300;
	}

.footer a:hover {
	text-decoration: underline;
	color: #000000;
	}
a,
a.textlink {
	color: #000000;
	text-decoration: underline;
	}
a:hover,
a.textlink:hover {
	color: #000000;
	text-decoration: none;
	}

#breadcrumbs a {
	text-decoration: none;
	}

#breadcrumbs a:hover {
	text-decoration: underline;
	}

/* ########## navigation / links ########## */

nav ul.mod-menu {
	margin: 0;
	padding: 0;
	}

nav ul.mod-menu li {
	float: left;
	padding: 20px 0;
	margin: 0 20px 0 0;
	display: block;
	}

nav ul.mod-menu li a {
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
  	font-size: 16px;
	}

nav ul.mod-menu li a:hover {
	text-decoration: underline;
	}

nav ul.mod-menu li ul,
nav ul.mod-menu li ul li ul li,
nav ul.mod-menu li.active ul {
	display: none;
	}

nav ul.mod-menu li:hover ul {
	display: block;
	position: absolute;
	background: #efefef;
	opacity: 0.8;
	margin: 20px 0 20px -20px;
	padding: 10px 0;
  z-index:5555;
	}

nav ul.mod-menu li:hover ul li {
	float: none;
	display: block;
	padding: 5px 20px;
	width: 200px;
	margin: 0;
	}

nav ul.mod-menu li:hover ul li ul {
	display: none;
	}

nav ul.mod-menu li:hover ul li:hover ul {
	display: block;
	position: absolute;
	padding: 8px 20px;
	margin: -35px 0 0 220px;
	background: #ffffff;
	opacity: 0.9;
	border: 1px solid #efefef;
	}

footer ul.mod-menu li a {
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	}

footer ul.mod-menu li a:hover {
	text-decoration: underline;
	color: #000000;
	}

a.menu {
	display: none;
	}

/* ########## html / tags / classes ########## */

.bold, 
strong {
	font-weight: 600;
	}

.imglink {
	text-decoration: none;
	border: none;
	}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

p {
	padding: 10px 0;
	}

#logo p {
	padding: 0;
	}

h1, 
h2 {
	color: #97bf0d;
	font-size: 36px;
	margin: 10px 0 20px 0;
	padding: 0;
	font-weight: 300;
	line-height: 40px;
	text-transform: uppercase;
	}

h3, 
.hl3 {
	color: #97bf0d;
	font-size: 24px;
	margin: 10px 0;
	padding: 0;
	font-weight: 400;
	text-transform: uppercase;
	}

#right h3 {
	color: #ffffff;
	background: #97bf0d;
	font-size: 24px;
	margin: 10px 0;
	padding: 5px;
	font-weight: 400;
	text-transform: uppercase;
	}

h4 {
	background: #97bf0d;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	margin: 15px 0 0 0;
	}

input {
	margin: 5px 0;
	padding: 3px;
	width: 90%;
	border: none;
	height: 18px;
	}

.inputbox {
	margin: 5px 0 20px 0;
    padding: 3px;
    width: 10%;
    border: none;
    height: 18px;
	}

textarea {
	width: 300px;
	border: none;
	height: 80px;
	margin: 5px 0;
	padding: 3px;
	}

.button {
	background: #ffffff;
	width: 306px;
	height: 24px;
	font-size: 12px;
	text-transform: uppercase;
	}

.button:hover {
	background: #1c549e;
	color: #ffffff;
	}

tr,
td {
	vertical-align: top;
	}

#main_content td {
	padding: 0 50px 0 0;
	}

#main_content ul li {
	list-style-type: disc;
	padding: 0;
	margin: 0 0 0 20px;
	}

.block {
	display: inline;
	}

ul.breadcrumb {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
	}

ul.breadcrumb li {
	float: left;
	margin: 0 20px 0 0;
	font-size: 14px;
	text-transform: uppercase;
	}

#right .mod-custom {
	background: #efefef;
	padding: 10px;
	margin: 10px 0;
	}

input,
textarea {
	border: 1px solid #efefef;
	}

#right a {
	font-style: italic;
	color: #65a106;
	text-decoration: none;
	}

#right a:hover {
	font-style: italic;
	color: #97bf0d;
	text-decoration: underline;
	}

#right p {
	padding: 0 0 20px 0;
	}

legend, 
.tooltip {
	display: none;
	}

.tip, 
.hasTooltip{display:block!important}
.fade {display:none!important}



@media (max-width: 980px) {
	body {
		font-size: 16px;
		background: #ffffff;
		}
		
	.container {
		margin-top: 0;
		width: 96%;
		margin: 0 2%;
		}
	
	#logo {
		float: none;
		width: 70%;
		max-width: 400px;
		padding: 10px 0;
		margin: 0;
		}
	
	#claim {
		display: none;
		}
	
	#logo img {
		width: 100%;
		max-width: 300px;
		}
	
	div[role="navigation"] {
		display: none;
		float: none;
		padding: 0;
		margin: 0;
		}
	
	nav ul.mod-menu {
		position: absolute;
		z-index: 100;
		top: 100px;
		margin: 0;
		padding: 2%;
		opacity: 0.9;
		background: #efefef;
		width: 92%;
		}
	
	nav ul.mod-menu li {
		float: none;
		padding: 0;
		margin: 5px 0;
		display: block;
		}
	
	nav ul.mod-menu li ul,
	nav ul.mod-menu li ul li ul,
	nav ul.mod-menu li:hover ul,
	nav ul.mod-menu li:hover ul li ul,
	nav ul.mod-menu li:hover ul li:hover ul,
	nav ul.mod-menu li.current ul,
	nav ul.mod-menu li.parent ul {
		display: block;
		position: relative;
		background: none;
		border: none;
		opacity: 1.0;
		margin: 0 0 0 25px;
		padding: 0;
		}
	
	nav ul.mod-menu li,
	nav ul.mod-menu li ul li,
	nav ul.mod-menu li ul li ul li,
	nav ul.mod-menu li.active ul li {
		display: block;
		padding: 0;
		margin: 5px 0;
		}

	nav ul.mod-menu li:hover ul li,
	nav ul.mod-menu li:hover ul li ul li {
		float: none;
		display: block;
		padding: 0;
		width: auto;
		margin: 5px 0;
		}
		
	#picture {
		width: 100%;
		margin: 0;
		padding: 0;
		}
	
	#picture img {
		width: 100%;
		height: auto;
		}
	
	nav {
		width: 100%;
		height: auto;
		margin: none;
		}
	
	.content_center {
		width: 100%;
		margin: 20px 0;
		}
	
	section {
		}
	
	aside {
		}
	
	#breadcrumbs {
		display: none;
		}
	
	#main_content {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		}
	
	#right {
		float: none;
		width: 90%;
		margin: 20px 0;
		padding: 10px 5%;
		}
	
	footer {
		position: relative;
		margin: 0;
		padding: 2%;
		width: 96%;
		left: 0;
		background: #cdd301;
		}
	
	.footer ul li {
		padding: 0;
		margin: 0;
		}
	
	.footer .nav ul.menu li {
		float: none;
		margin: 0;
		padding: 0;
		}
	
	.footer a,
	.footer a:hover {
		color: #000000;
		}

	a.menu {
		display: block;
		position: fixed;
		top: 30px;
		right: 20px;
		opacity: 0.6;
		z-index: 500;
		}
	
	h1, 
	h2 {
		color: #65a106;
		font-size: 30px;
		margin: 10px 0;
		padding: 0;
		font-weight: 300;
		line-height: 30px;
		}
	
	.block {
		display: block;
		padding: 0 0 5px 0;
		margin: 0;
		}
	
	}