    @font-face {
    	font-family: 'IcoMoon';
    	src: url('../../../../media/jui/fonts/IcoMoon.eot');
    	src: url('../../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
    	font-weight: normal;
    	font-style: normal;
    }
    
    html {
        overflow-y: scroll;
    }    

    * {
        font-family: 'Trebuchet MS', arial, helvetica, "sans serif";
        color: #333;
        font-size: 13px;
    }
    body {
        background-color: #fff; /*#E2FFC6;*/
    }
/*generic*/    
    H6, H6 a {font-size: 1rem; }
    H5, H5 a {font-size: 1.1rem; }
    H4, H4 a {font-size: 1.2rem; }
    H3, H3 a {font-size: 1.4rem; }
    H2, H2 a {font-size: 1.5rem; }
    H1, H1 a, H2 span {font-size: 1.8rem; }

    p {
        font-size: 1rem;
        margin-top: 0.75em;
        margin-bottom: 0.75em;
    }
    header {
        margin: 10px 0;
    }
    #component>div, .module, .moduletable {
        border: 0px solid transparent; /* #262626; */
        border-radius: 0px;
        padding: 10px;
        margin: 2px;
        background-color: #fff; /*#E2FFC6;*/
        height: 100%;
        overflow: hidden;
    }    
    
    a:link {
        text-decoration: none;
    }

/*article blog view*/
    .items-row {
        clear: both;
		padding-top: 10px;
    }
    div[class*="span"], [class*="leading-"] {
        float: left;
    }

/*article images*/
    .item-image img {
        width: 100%;
    }

/*article info*/
    .article-info {
        font-size: 0.8rem;
    }
    dl.article-info {
        width: 100%;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }
    dl.article-info dt {
        float: left;
        padding: 0;
        margin: 0;
        display: none;
    }
    dl.article-info dd:before {
        float: left;
        content: "-";
        display: block;
    }
    dl.article-info dd {
        float: left;
        padding: 0;
        margin: 0;
    }
/*readmore button*/
    .readmore .btn, button {
        float: right;
        margin-top: 5px;
    	margin-left: 5px;
    }
/*icons front end*/    
    .icons .btn {
        float: left;
        display: none; /*do not show the article info icon */
    }
    span.icon-cog:before {
        font-family: 'IcoMoon';
        content: "\38";
    }
    span.caret:before {
        font-family: 'IcoMoon';
        content: "\e011";
    }
    .icons li {
        display: inline;
        float: right;
        margin-left: 5px;
    }
    .icons li a {
        font-size: 0;
    }
    .print-icon a:before {
        font-family: "IcoMoon";
        content: "\e013";
        font-size: 1rem;
    }
    .email-icon a:before {
        font-family: "IcoMoon";
        content: "\4d";
        font-size: 1rem;
    }    
    .edit-icon a:before {
        font-family: "IcoMoon";
        content: "\2c";
        font-size: 1rem;
        color: red;
    }
    blockquote:before {
        font-family: "IcoMoon";
        content: "\60 ";
        font-size: 1rem;
    }
    blockquote:after {
        font-family: "IcoMoon";
        content: " \61";
        font-size: 1rem;
    }
	blockquote {
    	text-indent: 10px;
    	font-weight: bold;
    	font-size: 1.2rem;
    }

/*article content links*/
    .content-links, .article-index {
        float: right;
        margin: 5px 0;
    }
    .article-index {
        width: 50%;
        overflow: hidden;
        border: 1px solid transparent; /* #262626; */
        border-radius: 5px;
        margin-left: 8px;
        background-color: #ccc;

    }
    .article-index ul.nav-stacked {
        list-style-type: decimal;
        margin: 2px;
    }
    pre[class*="language"] {
        background-color: #ccc;
        border: 1px solid transparent; /* #262626; */
        border-radius: 5px; 
        margin: 5px 0;
    }

	code {
		display: inline-block;
		font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
		line-height: 1.5em;
		margin: 5px;
		max-width: 90%;
		white-space: normal;
	}

/*navigation bar*/
    nav li a {
        font-weight: bold;
        font-size: 1rem;
    }
    nav div.toggleMenu {
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 2em;
        background-color: #ecf0f4;
        padding: 10px;
        text-align: right;
    }
    #hamburger {
        float: right;
    }
    nav>ul.menu {
    	background-color: #ecf0f4;
	}
    ul.menu li, ul.nav-child {
    	background-color: #ecf0f4;
        line-height: 3em;
        padding: 10px;
	}
	ul.menu li:hover, ul.menu li.hover, ul.menu li.active {
	    background-color: #94dc28;
	}
	.nav-stacked li {
	    float: none;
	}
    .mobile_up {
        margin-top: -25px;
        background: transparent;
        overflow: visible;
    }
/*buttons - accordion-heading*/	
	.btn, .accordion-heading, .pager ul li, button {
        background-color: #94dc28;
        border: 1px solid transparent; /* #262626; */
        border-radius: 5px;
        padding: 7px;
    }
    .btn:hover, .btn.hover, .accordion-heading:hover, .accordion-heading.hover, .pager ul li:hover {
        background-color: #ccc;
    }
    .btn:active, .accordion-heading:active {
        padding: 9px 7px 5px;
    }
/*contacts accordion*/
    .accordion-heading:after {
        float: right;
        font-family: 'IcoMoon';
        content: "\e011";
        font-size: 1.4rem;
    }
    .accordion-group .accordion-heading a{
        font-size: 1.4rem;
    }
    .accordion-body {
    }
    .accordion-body.closed {
        height: 0px;
        overflow: hidden;
    }
    .pager ul {
        list-style-type: none;
        padding: 0;
        margin: 5px 0;
    }
    .pager ul li {
        float: left;
        margin-right: 4px;
    }
    .pagenavcounter {
        margin: 5px 0;
        font-weight: bold;
    }
    
/*contacts plain*/
    dl.contact-address {
        margin: 5px 0;
    }
	
/*breadcrumbs*/
    #breadcrumb ul {
    	list-style-type: none;
    	overflow: hidden;
	}
    #breadcrumb ul  li {
    	float: left;
    	display: block;
	}
	
/*module html5, xhtml*/    
    .moduletable h3 {
        color: #76bc45; /*#94dc28;*/
    }
    ul.unstyled, .icons ul {
        list-style-type: none;
        padding: 0;
    }
/*forms*/
    
    fieldset {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 0em;
        padding-bottom: 0em;
        padding-left: 0em;
        padding-right: 0em;
        border: 0px;
    }
    input[type="text"], input[type="search"], input[type="password"], form input[type="email"], form textarea {
        width: calc(100% - 5px);
        margin-bottom: 4px;
    }
    input[type="search"] {
        height: 3em;
    }
    .form-inline {
        margin: 5px 0;
    }

/*summary*/

    summary {
        text-align: center;
        margin-top: 20px;
    }

/*custom*/
    .custom {
        line-height: 1.5em;
    }
    .hide_empty_li {
        display: none;
    }
	div.readmore {
    	bottom: 0px;
    	margin: 0px;
	}

/*ePrivacy ribbbon*/

.activebar-container {
	background-color: #e2ffc6;
	border: 1px solid #000000;
	color: #000;
	box-shadow: 0px 0px 500px #000;
}
.activebar-container p {
margin:5px;
text-align:left;
}
.activebar-container button {
float:right;
clear:none;
margin:5px 10px;
padding:5px 10px;
}
.activebar-container button.decline {
color:#fff;
background-color:#f00;
}
.activebar-container button.accept {
color:#000;
/*background-color:#0f0;*/
}
.activebar-container ul.links,.activebar-container ul.links li {
display:block;
}
.activebar-container ul.links li {
margin:0 5px;
float:left;
clear:none;
}

.cookietable table {
	border-collapse: collapse;
	margin: 0 auto;
	width: 90%;
}
.cookietable th {
	z-index: 999999;
}


/*ePrivacy*/

/*ePrivacy module*/

.activebar-container {
	margin: 0;
	display: block;
	position: fixed;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	z-index: 9999;
	overflow: hidden;
	overflow-x: hidden;
	transform: translate(-0%,-0%);
}
.activebar-container p {
margin:5px;
text-align:left;
}
.activebar-container button {
float:right;
clear:none;
margin:5px 10px;
padding:5px 10px;
}
.activebar-container button.decline {
color:#fff;
background-color:#f00;
}
.activebar-container button.accept {
color:#000;
/*background-color:#0f0;*/
}
.activebar-container ul.links,.activebar-container ul.links li {
display:block;
}
.activebar-container ul.links li {
margin:0 5px;
float:left;
clear:none;
}

p.plg_system_eprivacy_custom_message {
display: inline-block;
}

/*slider*/
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  /*-webkit-transition: .4s;
  transition: .4s;*/
}

input:checked + .slider {
  background-color: #94dc28;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:disabled +.slider {
  background-color: #ccc;
}


input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
input:disabled +.slider:before {
  background-color: #ddd;
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

/*For desktop:*/
@media only screen and (min-width: 1024px) {
    /*body {
        background: #cfd url("../images/page.jpg") no-repeat center center fixed;
        background-size: cover;
    }*/
    
    body {
    width: 100%;
    height: 100%;
    background-color: #fff; /*#94dc28;*/
    /*background-image: url("../images/pageglare.png"), url("../images/page.jpeg");*/
    background-attachment: fixed;
    background-position: 0 0, center top;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    }
    
/*overal outline positions*/    
    nav {
        margin: 2px;
    }
    header {
        margin: 0px;
    }
    header > div:first-child {
        float: left;
    }
    #component>div, .module, .moduletable {
        border: 1px solid transparent; /* #262626; */
        border-radius: 5px;
        padding: 10px;
        margin: 2px;
        background-color: #ecf0f4;
        height: 100%;
        overflow: hidden;
    }
    #breadcrumb ul {
        background-color: #ecf0f4;
        border: 1px solid transparent; /* #262626; */
        border-radius: 5px;
        list-style-type: none;
        overflow: hidden;
        padding: 10px;
        margin: 2px;
    }
	nav .moduletable {
        float: right;
        margin: 0 4px;
        padding: 8px;
	}    
    
/*article images*/

    .pull-left.item-image {
        width: 50%;
        float: left;
        margin-right: 5px;
    }
    .pull-left {
        margin-right: 5px;
    }
    .pull-right.item-image {
        width: 50%;
        float: right;
        margin-left: 5px;
    }
    .pull-right {
        margin-left: 5px;
    }
    div[class*="column-"] div[class*="pull-"].item-image {
        width: 100%;
    }
    
    
/*article blog view*/
    [class*="cols-"] div[class*="span"] {
        margin-left: 8px;
    }
    [class*="cols-"] div[class*="span"]:first-of-type {
        margin-left: 0px;
    }
    .cols-2 div[class*="span"] {
        width: calc(50% - 4px);
    }
    .cols-3 div[class*="span"] {
        width: calc(33% - 4px);
    }
/*horizontal navigation*/    
    ul.menu li {
        padding: 10px 10px;
        border-radius: 5px;
        line-height: 1em;
    }
    ul.menu>li, ul.nav-child {
        border: 1px solid transparent; /* #262626; */
        border-radius: 5px;
        margin-right: 5px;
    }
    ul.menu>li>ul {
        margin-top: 10px;
    }
    ul.nav-child>li>ul {
        margin-top: -11px;
    }
    ul.nav-child li {
        background-color: transparent;
        text-decoration: none;
	}
    ul.nav li a:link, ul.nav li a:active, ul.nav li a:visited,
    ul.unstyled li a:link, ul.unstyled li a:active, ul.unstyled li a:visited,
    a.btn:link {

    }
    .mobile_up {
        margin-top: 0;
    }    
    /*forms*/
    input[type="search"] {
        height: 2em;
    }
	/*custom*/

  
  
/*ePrivacy module*/

.activebar-container {
    margin: 25vh 25vw;
    display: block;
    position: fixed;
    /*top: 50%;
    left: 50%;*/
    width: 50%;
    height: auto;
    z-index: 9999;
    overflow: hidden;
    overflow-x: hidden;
    /*transform: translate(-50%,-50%);*/
}

.cookietable {
	position: relative;
	margin-top: 10px;
	width: 100%;
	height: 200px;
	display: block;
	clear: both;
	float: left;
	overflow: scroll;
}


}