
/* 
 * [n] Lippens Laurence - Lode Lagrainge
 * [c] e2e 
 * [w] www.e2e.be
 * [d] month 2009
*/

/*  First Things First  */
@import "horz-menu.css"; /* Horizontaal menu - module mod_mainmenu */
@import "forms.css"; /*  Rsform  */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700&display=swap');
@import url('/media/system/css/joomla-fontawesome.min.css')


.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
	vertical-align: top;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.dropup,
.dropdown {
	position: relative;
}
.dropdown-toggle {
	*margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
	outline: 0;
}
.btn-group {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
	vertical-align: middle;
	white-space: nowrap;
	*margin-left: .3em;
}
.btn-group:first-child {
	*margin-left: 0;
}
.btn-group + .btn-group {
	margin-left: 5px;
}
.btn-group > .btn {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group > .btn + .btn {
	margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 13px;
}
.btn-group > .btn-mini {
	font-size: 9.75px;
}
.btn-group > .btn-small {
	font-size: 12px;
}
.btn-group > .btn-large {
	font-size: 16.25px;
}
.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
	z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	*padding-top: 5px;
	*padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 2px;
	*padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
	*padding-top: 7px;
	*padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
	background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #002f8d;
}
.btn-group.open .btn-warning.dropdown-toggle {
	background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
	background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
	background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
	background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
	background-color: #222;
}
button:hover, a.btn:hover {
    background-color: #dff4ff;
    border: 0px solid #c2e1ef !important;
    color: #336699;
}
.btn .caret {
	margin-top: 8px;
	margin-left: 0;
}
.btn-large .caret {
	margin-top: 6px;
}
.btn-large .caret {
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
	margin-top: 8px;
}
.dropup .btn-large .caret {
	border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
	outline: 0;
}
.open {
	*z-index: 1000;
}
.open > .dropdown-menu {
	display: block;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.dropdown-menu .menuitem-group {
	margin: 4px 1px;
	overflow: hidden;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #eee;
	color: #555;
	text-transform: capitalize;
	font-size: 95%;
	padding: 3px 20px;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	text-decoration: none;
	color: #fff;
	background-color: #005783;
	background-image: -moz-linear-gradient(top,#005e8d,#004d74);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#005e8d),to(#004d74));
	background-image: -webkit-linear-gradient(top,#005e8d,#004d74);
	background-image: -o-linear-gradient(top,#005e8d,#004d74);
	background-image: linear-gradient(to bottom,#005e8d,#004d74);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d', endColorstr='#ff004c73', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #333;
	text-decoration: none;
	outline: 0;
	background-color: #005783;
	background-image: -moz-linear-gradient(top,#005e8d,#004d74);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#005e8d),to(#004d74));
	background-image: -webkit-linear-gradient(top,#005e8d,#004d74);
	background-image: -o-linear-gradient(top,#005e8d,#004d74);
	background-image: linear-gradient(to bottom,#005e8d,#004d74);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d', endColorstr='#ff004c73', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: default;
}
.pull-right > .dropdown-menu {
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	-webkit-border-radius: 5px 5px 5px 0;
	-moz-border-radius: 5px 5px 5px 0;
	border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
	padding-left: 20px;
	padding-right: 20px;
}
input[type='text'] {
    cursor: text;
    font-size: 14px;
    padding: 6px;
}
.pos-media.media-left{
	max-width: 300px;
    float: left;
}
.control-group {
    float: none !important;
	padding-top: 20px;
    width: 100%;
}
@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;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
	font-size: 13px;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: .25em;
	line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
	font-weight: normal;
}
.icon-joomla:before {
	content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
	content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
	content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
	content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
	content: "\e008";
}
.icon-arrow-first:before {
	content: "\e003";
}
.icon-arrow-last:before {
	content: "\e004";
}
.icon-arrow-up-2:before {
	content: "\e009";
}
.icon-arrow-right-2:before {
	content: "\e00a";
}
.icon-arrow-down-2:before {
	content: "\e00b";
}
.icon-arrow-left-2:before {
	content: "\e00c";
}
.icon-arrow-up-3:before {
	content: "\e00f";
}
.icon-arrow-right-3:before {
	content: "\e010";
}
.icon-arrow-down-3:before {
	content: "\e011";
}
.icon-arrow-left-3:before {
	content: "\e012";
}
.icon-menu-2:before {
	content: "\e00e";
}
.icon-arrow-up-4:before {
	content: "\e201";
}
.icon-arrow-right-4:before {
	content: "\e202";
}
.icon-arrow-down-4:before {
	content: "\e203";
}
.icon-arrow-left-4:before {
	content: "\e204";
}
.icon-share:before,
.icon-redo:before {
	content: "\27";
}
.icon-undo:before {
	content: "\28";
}
.icon-forward-2:before {
	content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
	content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
	content: "\6c";
}
.icon-undo-2:before {
	content: "\e207";
}
.icon-move:before {
	content: "\7a";
}
.icon-expand:before {
	content: "\66";
}
.icon-contract:before {
	content: "\67";
}
.icon-expand-2:before {
	content: "\68";
}
.icon-contract-2:before {
	content: "\69";
}
.icon-play:before {
	content: "\e208";
}
.icon-pause:before {
	content: "\e209";
}
.icon-stop:before {
	content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
	content: "\7c";
}
.icon-next:before,
.icon-forward:before {
	content: "\7b";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
.icon-play-circle:before {
	content: "\e00d";
}
.icon-pause-circle:before {
	content: "\e211";
}
.icon-stop-circle:before {
	content: "\e212";
}
.icon-backward-circle:before {
	content: "\e213";
}
.icon-forward-circle:before {
	content: "\e214";
}
.icon-loop:before {
	content: "\e001";
}
.icon-shuffle:before {
	content: "\e002";
}
.icon-search:before {
	content: "\53";
}
.icon-zoom-in:before {
	content: "\64";
}
.icon-zoom-out:before {
	content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
	content: "\2b";
}
.icon-pencil-2:before {
	content: "\2c";
}
.icon-brush:before {
	content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
	content: "\5d";
}
.icon-minus-sign:before,
.icon-minus-2:before {
	content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
	content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
	content: "\47";
}
.icon-new:before,
.icon-plus:before {
	content: "\2a";
}
.icon-plus-circle:before {
	content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
	content: "\4b";
}
.icon-ban-circle:before,
.icon-minus-circle:before {
	content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
	content: "\4a";
}
.icon-cancel-circle:before {
	content: "\e217";
}
.icon-checkmark-2:before {
	content: "\e218";
}
.icon-checkmark-circle:before {
	content: "\e219";
}
.icon-info:before {
	content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
	content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
	content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
	content: "\e222";
}
.icon-notification:before {
	content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
	content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
	content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
	content: "\e225";
}
.icon-checkbox-unchecked:before {
	content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
	content: "\3e";
}
.icon-checkbox-partial:before {
	content: "\3f";
}
.icon-square:before {
	content: "\e226";
}
.icon-radio-unchecked:before {
	content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
	content: "\e228";
}
.icon-circle:before {
	content: "\e229";
}
.icon-signup:before {
	content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
	content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
	content: "\59";
}
.icon-menu:before {
	content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
	content: "\31";
}
.icon-list-2:before {
	content: "\e231";
}
.icon-menu-3:before {
	content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
	content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
	content: "\2e";
}
.icon-folder-plus:before {
	content: "\e234";
}
.icon-folder-minus:before {
	content: "\e235";
}
.icon-folder-3:before {
	content: "\e236";
}
.icon-folder-plus-2:before {
	content: "\e237";
}
.icon-folder-remove:before {
	content: "\e238";
}
.icon-file:before {
	content: "\e016";
}
.icon-file-2:before {
	content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
	content: "\29";
}
.icon-file-minus:before {
	content: "\e017";
}
.icon-file-check:before {
	content: "\e240";
}
.icon-file-remove:before {
	content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
	content: "\e018";
}
.icon-stack:before {
	content: "\e242";
}
.icon-tree:before {
	content: "\e243";
}
.icon-tree-2:before {
	content: "\e244";
}
.icon-paragraph-left:before {
	content: "\e246";
}
.icon-paragraph-center:before {
	content: "\e247";
}
.icon-paragraph-right:before {
	content: "\e248";
}
.icon-paragraph-justify:before {
	content: "\e249";
}
.icon-screen:before {
	content: "\e01c";
}
.icon-tablet:before {
	content: "\e01d";
}
.icon-mobile:before {
	content: "\e01e";
}
.icon-box-add:before {
	content: "\51";
}
.icon-box-remove:before {
	content: "\52";
}
.icon-download:before {
	content: "\e021";
}
.icon-upload:before {
	content: "\e022";
}
.icon-home:before {
	content: "\21";
}
.icon-home-2:before {
	content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
	content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
	content: "\e251";
}
.icon-link:before {
	content: "\e252";
}
.icon-picture:before,
.icon-image:before {
	content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
	content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
	content: "\e014";
}
.icon-camera:before {
	content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
	content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
	content: "\56";
}
.icon-music:before {
	content: "\57";
}
.icon-user:before {
	content: "\22";
}
.icon-users:before {
	content: "\e01f";
}
.icon-vcard:before {
	content: "\6d";
}
.icon-address:before {
	content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
	content: "\26";
}
.icon-enter:before {
	content: "\e257";
}
.icon-exit:before {
	content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
	content: "\24";
}
.icon-comments-2:before {
	content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
	content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
	content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
	content: "\e259";
}
.icon-phone:before {
	content: "\e260";
}
.icon-phone-2:before {
	content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
	content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
	content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
	content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
	content: "\50";
}
.icon-briefcase:before {
	content: "\e020";
}
.icon-tag:before {
	content: "\e262";
}
.icon-tag-2:before {
	content: "\e263";
}
.icon-tags:before {
	content: "\e264";
}
.icon-tags-2:before {
	content: "\e265";
}
.icon-options:before,
.icon-cog:before {
	content: "\38";
}
.icon-cogs:before {
	content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
	content: "\36";
}
.icon-wrench:before {
	content: "\3a";
}
.icon-equalizer:before {
	content: "\39";
}
.icon-dashboard:before {
	content: "\78";
}
.icon-switch:before {
	content: "\e266";
}
.icon-filter:before {
	content: "\54";
}
.icon-purge:before,
.icon-trash:before {
	content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
	content: "\23";
}
.icon-unlock:before {
	content: "\e267";
}
.icon-key:before {
	content: "\5f";
}
.icon-support:before {
	content: "\46";
}
.icon-database:before {
	content: "\62";
}
.icon-scissors:before {
	content: "\e268";
}
.icon-health:before {
	content: "\6a";
}
.icon-wand:before {
	content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
	content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
	content: "\e269";
}
.icon-clock:before {
	content: "\6e";
}
.icon-compass:before {
	content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
	content: "\e01b";
}
.icon-book:before {
	content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
	content: "\79";
}
.icon-print:before,
.icon-printer:before {
	content: "\e013";
}
.icon-feed:before {
	content: "\71";
}
.icon-calendar:before {
	content: "\43";
}
.icon-calendar-2:before {
	content: "\44";
}
.icon-calendar-3:before {
	content: "\e273";
}
.icon-pie:before {
	content: "\77";
}
.icon-bars:before {
	content: "\76";
}
.icon-chart:before {
	content: "\75";
}
.icon-power-cord:before {
	content: "\32";
}
.icon-cube:before {
	content: "\33";
}
.icon-puzzle:before {
	content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
	content: "\72";
}
.icon-lamp:before {
	content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
	content: "\73";
}
.icon-location:before {
	content: "\63";
}
.icon-shield:before {
	content: "\e274";
}
.icon-flag:before {
	content: "\35";
}
.icon-flag-3:before {
	content: "\e275";
}
.icon-bookmark:before {
	content: "\e023";
}
.icon-bookmark-2:before {
	content: "\e276";
}
.icon-heart:before {
	content: "\e277";
}
.icon-heart-2:before {
	content: "\e278";
}
.icon-thumbs-up:before {
	content: "\5b";
}
.icon-thumbs-down:before {
	content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
	content: "\40";
}
.icon-star-2:before {
	content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
	content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
	content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
	content: "\e280";
}
.icon-smiley-sad:before {
	content: "\e281";
}
.icon-smiley-sad-2:before {
	content: "\e282";
}
.icon-smiley-neutral:before {
	content: "\e283";
}
.icon-smiley-neutral-2:before {
	content: "\e284";
}
.icon-cart:before {
	content: "\e019";
}
.icon-basket:before {
	content: "\e01a";
}
.icon-credit:before {
	content: "\e286";
}
.icon-credit-2:before {
	content: "\e287";
}
.icon-expired:before {
	content: "\4b";
}



.mceToolbarGroup{display: table}
/* 1. Start with Link Colors.... change as needed. */
a:link { color: #36c;   }
a:visited { color: #99c;   }
a:hover {  color: #c33;   }
a:active,  a:focus { color: #000;   }
code, pre { color: #c33;   } /* very optional, but still useful. W3C uses about the same colors for codes */


/* Typography */

h1, h2, h3{ color:#5a5d6c; margin:0; margin:0; font-weight: 200; font-size: 120%; margin-bottom: 15px;}
table.contentpaneopen h1, table.contentpaneopen h2, table.contentpaneopen h3 {
margin :15px 0;
}
table.contentpaneopen h1:first-child, table.contentpaneopen h2:first-child, table.contentpaneopen h3:first-child {
margin :0 0 15px;
}
h2 {
  margin :15px 0 15px;
}

/* 2. Set Site Width  */
.site-width { max-width:1150px; }

/*  Allright, that's it, get css-ing!  */

body{ background:#dfdfdf url(../images/wit.gif) top repeat-x; line-height: 150%;}

.site-wrapper { padding:0 0 50px;}

.header			{ height:110px; position: relative;}
.logo			{ background:url(../images/logo.png) right top no-repeat; height:210px; width:250px; background-size: 100%; margin-left: 40px;}
.logo a 		{ display:block;height:60px; width:250px; cursor:hand; margin-top: 38px;}
.logo a h1		{ display:none;}
.menu			{ height:64px; background-color: #1d1c3b;}


.bottom_wrapper		{ 	background: #fff}
	.leftCol		{	width:220px; }
	.contentOne		{  	width:740px; }
	.contentNarrow	{  	width:520px; }
	.contentWide	{  	width:100%; }
	
	.rightCol		{ 	width:220px; }


.footer		  	{ height:64px; background-color: #1d1c3b; }
	.footer table 	{ width:100%;}
	.footer .contentpaneopen td {	padding:1em 2em; color:#FFF;}
	.e2etag			{ text-align:right; padding:1em 2em; vertical-align:top; color:#FFF;}
	.footer .contentpaneopen td a, .e2etag a{ color:#FFF; font-weight:bold; text-decoration:none;}

span.article_separator{ height:0; display:none;}



/* Recurring Classes */
.inner	{ 	padding:1em 2em 2.5em; font-size:1.2em;}
.left   { float: left; }
.right  { float:right; }
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: .1em; }
.wrapper { margin: 0 auto;}

/* Bread Crumbs */

span.pathway {display:block; font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif; font-size:0.9em; overflow:hidden; padding:0; margin:0;}

table.contentpaneopen, table.contentpane {margin:0;padding:7px 0 0 0;width:100%;}
.rightCol table.contentpaneopen, .rightCol table.contentpane {margin:5px 0 0;padding:0;width:100%;}
td.buttonheading {text-align:right;}

span.pathway {color:#00458B; display:block; font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
font-size:0.9em; font-weight:normal; margin:0;
overflow:hidden; padding:0 0 10px;
}
span.pathway a {color:#000000; font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
font-size:1em; font-weight:bold; margin:0; text-decoration:none; }


/* Lang Select */
.lang-select{ position:relative; top:-12px; margin:0 20px 0 0}
#jflanguageselection ul.jflanguageselection li{ padding:0 0 5px; margin:0 2px;}
#jflanguageselection ul.jflanguageselection li a { color:#3366CC; display:block; text-decoration:none; font-weight:bold; }
#jflanguageselection ul.jflanguageselection li#active_language {font-size:1em;font-weight:bold;background:url(../images/lang-select-active.jpg) bottom center no-repeat;}

#jflanguageselection {float:right;margin:0;}



/* Content Heading */
.mod_placehere_leading .contentpaneopen .contentheading, form p.contentheading, p.contentheading {
padding:0;
text-align:right;
text-transform: capitalize ;
}
.rightCol .contentheading {
color:#0068b3;
font-weight:bold;
padding:0;
font-size:1.2em;
text-decoration:none;
text-align:right;
}
.page-header h2, .page-header h1, .contentheading, #yoo-zoo h1.title, #userForm h2, #yoo-zoo h1.pos-title{
border-bottom:0px solid #fec515;
padding:20px 0 0;
width:100%;
color:#0000fe;
font-size:34px;
font-weight:200;
    line-height: 120%;
}
#yoo-zoo .pos-content h1{
	font-weight: 600;
	font-size: 22px;
	color: #5a5d6c;
}
#yoo-zoo h1.title, #userForm h2{padding-bottom: 20px;}
.EITA-News-default

.contentheading{
margin-bottom: 20px;
}

.mod_placehere{ margin:3px 0;}
.Crumbs .mod_placehere{ margin:28px 0;}



#form-login ul {
display:block;
}

.rightCol .inner ul.rotate {
top: 10px;
}


/*  Members */
.ledenInfoTable td {
padding:5px 10px 15px;
}

.tdLedenOmschrijving {
border-bottom:1px solid #D0D0D0;
border-top:1px solid #E4E4E4;
margin:0 0 10px;
padding:10px 0;
}

.ledenInfoTable .contentheading {
margin:0 auto;
padding:5px 0;
text-align:center;
width:80%;
}

.ledenInfoTable .ledenLogo img{ float:right; }

.ledenAdres {
margin:10px 0 0;
text-align:right;
}
.ledenAdres h3 {
color:#105FAA;
margin:0;
text-align:right;
}

.rsg_galleryblock {
border: none;
}

#UwVraag {
font-size: 1.5em;
}

/**/
#yoo-zoo { margin:20px 0; line-height:170%;}

#yoo-zoo h1 { margin:20px 0; line-height:20px;}

div.pos-related { padding:20px;margin:20px 0; text-align:center; border-top: 1px dotted #BBBBBB;}

div.pos-related a, a.backbutton, .formResponsive input[type="submit"] {
	background: none;
	border: none;
background-color: #f8f8f8;
color: #4b5063;
font-size: 16px;
margin: 0 5px;
padding: 7px 20px;
text-shadow: 0 1px 1px #FFF;
display:inline-block;
text-decoration:none;
text-transform:uppercase;
}

div.pos-related a:hover, a.backbutton:hover, .formResponsive input[type="submit"]:hover {
cursor: pointer;
	color: white;
	background-color: #4b5063;
}

div.pos-related a:active, a.backbutton:active{
-webkit-box-shadow: inset 0 0 30px 0 #999, 0 1px 0 0 #FFF;
box-shadow: inset 0 0 30px 0 #999, 0 1px 0 0 #FFF;
}

 a.backbutton {
  float: right;
}

#yoo-zoo .teaser-item {
  border: 1px solid #e6e6e6;
  margin: 0;
  padding: 10px 20px 5px !important;
}
#yoo-zoo.EITA-News-default-news .teaser-item .pos-title{
	margin-top: 20px;
}
#yoo-zoo.EITA-default .teaser-item a {
  color: #0068B3;
  text-decoration: none;
  font: bold 14px/1 "helvetica neue", helvetica, arial, sans-serif;
}

#yoo-zoo.EITA-default .teaser-item a {
  color: #000;
  margin: 0 0 0 40px;
}

#yoo-zoo.EITA-default .teaser-item a:after {
  content: " ";
  background: url(../images/yellow-cross.jpg) no-repeat;
  position: absolute;
  left: -40px;
  top: 0;
  width: 22px;
  height: 13px;
  display: block;
}

hr {
  height: 1px;
  background: #FEC515;
  border: 0;
}

#yoo-zoo.EITA-News-default .teaser-item {
	margin:0 0 15px;
}


#yoo-zoo.EITA-News-default .teaser-item a {
  color: #0068B3;
  margin: 0 0 10px 0px;
	font: bold 18px/1 "helvetica neue", helvetica, arial, sans-serif;
	text-decoration:none;	
}

#yoo-zoo.EITA-News-default .pos-links {
	text-align:right;
	margin:0 0 10px 0;	
}

#yoo-zoo.EITA-News-default .pos-links a{
	background: #FEC515;
	padding:4px 5px;
	font: bold 14px/1 "helvetica neue", helvetica, arial, sans-serif;	
}


#yoo-zoo.EITA-News-default .pos-links a:hover{
	color: #0068b3;
	background:#feab1b;
	padding:4px 5px;
}


#yoo-zoo .teaser-item .pos-content {
  display: block;
	margin:20px 0 0;
}

#yoo-zoo.EITA-News-default h1.pos-title a {
  color: #0068B3;
  margin: 0 0 10px 0px;
	font: bold 24px/1 "helvetica neue", helvetica, arial, sans-serif;
	text-decoration:none;	
}
/*.moduletable-news{
	border-top: 1px solid #ddd;
}
.moduletable-events{
	border: 1px solid #ddd;
}*/
.innerleft{
	width: 47.1%;
	margin: 0 1.3% 5% 1.4%;
	float: left;
	border: 1px solid #ddd;
}
.innerright{
	width: 47.1%;
	margin: 0 1.4% 5% 1.3%;
	float: right;
	border: 1px solid #ddd;
}
.moduletable-news h3, .moduletable-events h3{
	padding: 20px 25px;
	background-color: #0000fe;
	font-weight: 300;
	font-size: 24px;
	color: white;
	display: block;
}
.moduletable-news ul, .moduletable-events ul{
	margin: 25px;
}
.item-pagehome .page-header{display: none;}
.item-pagehome .custom{width: 30.333333%; margin: 2.4% 1.4%; float: left; border: 1px solid #ddd;}
.item-pagehome .custom img{width: 100%; height: auto; float: left;}
.item-pagehome .custom div{margin: 25px; font-size: 16px; line-height: 26px; color: #4b5063; height: 200px; float: left;}
.item-pagehome .custom div.readmore, .innerleft .custom div.readmore, .innerright .custom div.readmore{margin: 0; background-color: #f8f8f8; width: 100%; height: auto;}
.innerleft .custom div.readmore, .innerright .custom div.readmore{float: left; }
.item-pagehome .custom a.readmore, .innerleft .custom a.readmore, .innerright .custom a.readmore{margin: 13px 0 13px 25px; text-transform: uppercase; text-decoration: none; color: #4b5063; float: left; background-image: url(more.png); background-repeat: no-repeat; background-position: center left; padding-left: 20px; font-size: 14px;}
.zoo-item-list p.title, p.pos-title {
    margin: 0px;
    font-size: 24px;
    font-weight: 600;
    color: #5a5d6c;
}
#yoo-zoo .items h2.pos-subtitle {
    margin: 3px 0px 0px 0px;
    font-size: 16px;
    color: #5a5d6c;
    line-height: 16px;
    font-weight: bold;
    text-transform: none;
}
#yoo-zoo .items div.teaser-item {
        padding: 0 0 20px 0;
        margin: 0 7px 20px;
}
#yoo-zoo .items div.teaser-item:last-child div.teaser-item-bg {
    padding-bottom: 20px;
}
#yoo-zoo .items div.teaser-item-bg {
    padding: 0;
    background: none;
        overflow: hidden;
    vertical-align: middle;
    display: table-cell;
}
.moduletable-events .layout-default > div:nth-child(2), .moduletable-news .layout-default > div:nth-child(2), h2.pos-subtitle{font-weight: bold; color: #5a5d6c;}
.moduletable-events .element-date, .pos-content .element-date{font-size: 20px; font-weight: 300; padding: 10px 0; color: #5a5d6c;}
.moduletable-events .element-textarea, .moduletable-news .element-textarea{font-weight: 400; padding: 0px 0 10px; color: #5a5d6c;line-height: 26px;}
.moduletable-news .element-textarea{padding-top: 10px;}
.element-itemlink a, #yoo-zoo.EITA-News-default .pos-links a, #yoo-zoo.EITA-News-default .pos-links a:hover {
	    text-transform: uppercase;
    text-decoration: none;
    color: #5a5d6c;
    float: left;
    font-size: 14px;
	background-color: white;
	padding: 0; 
	font-family: 'Source Sans Pro', Verdana, "Tahoma", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#yoo-zoo.EITA-News-default .pos-links a, #yoo-zoo.EITA-News-default .pos-links a:hover{padding-top: 20px;}
#yoo-zoo.EITA-News-default .teaser-item .pos-title a{color:#4b5063; font-weight: bold; font-size: 24px; }
#yoo-zoo .teaser-item .pos-content {
    display: block;
    /*margin: 0;*/
}
.pos-meta{font-weight: bold; color: #5a5d6c}
.footer .custom p, .footer .e2etag{font-size: 12px;}
.footer .e2etag{padding-top: 12px !important;}

ul.zoo-list > li {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 0px solid #ddd;
    padding-bottom: 20px;
}
h1.slogan{
	    position: absolute;
    top: 33px;
    right: 0;
    text-align: right;
	font-weight: normal;
	color: #0000fe;
	font-style: italic;
}
a img {
    border: none;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}
.EITA-Members-default .pos-top{float: left; width: 32%; padding-top: 20px; text-align: center;}
.EITA-Members-default .pos-top a img{
	    border: none;
    height: auto;
    width: auto;
    margin-bottom: 20px;
    max-height: 120px;
	    max-width: 280px;
}
/*.EITA-Members-default .pos-top .element-image{
	float: right; 
	width: 25%; 
	height: auto; 
	clear: left;

}*/
.EITA-Members-default .pos-title, .EITA-Members-default .floatbox, .EITA-Members-default .pos-bottom{
	float: right !important;
	width: 65% !important;
}
#yoo-zoo.EITA-Members-default h1.pos-title{
	padding: 0;
	margin: 0 0 20px;
}
#yoo-zoo.EITA-Members-default h3{
	padding-top: 20px;
	margin: 0px;
    font-size: 24px;
    font-weight: 600;
    color: #5a5d6c;
}
#yoo-zoo.EITA-Members-default .element-textarea h1{
    font-size: 20px;
    font-weight: 600;
    color: #5a5d6c;
}
.pos-bottom{
	margin-bottom: 80px;
}
#yoo-zoo.EITA-Members-default .teaser-item-bg .pos-title, #yoo-zoo.EITA-Members-default .teaser-item .pos-title{
	width: 80% !important;
	float: right !important;
}
#yoo-zoo.EITA-Members-default .teaser-item-bg .floatbox, #yoo-zoo.EITA-Members-default .teaser-item .pos-media{
	width: 90% !important;
    float: none !important;
    overflow: auto;
    text-align: center;
    margin: 0 auto;
}
#yoo-zoo.EITA-Members-default .teaser-item .floatbox .pos-media{
	width: 100% !important;
}
#yoo-zoo.EITA-Members-default .items div.teaser-item {
    padding-bottom: 0px;
	width: 17.5%;
    margin: 1%;
    float: left;
	height: 190px !important;
	display: table;
}
#yoo-zoo.EITA-Members-default div.teaser-item img{margin-bottom: 0px; width: auto}
#yoo-zoo.EITA-Members-default div.teaser-item .pos-title a{
	font-size: 32px;
    margin-top: 1%;
    font-weight: 200;
    display: block;
    vertical-align: middle;
    padding-left: 20px;
}
#mod-zoofilter-115 .form-elements, #mod-zoofilter-115 .clearfix{display: inline-block;
float: left;}
#mod-zoofilter-115 .form-elements select{padding: 5px; font-size: 16px;min-width: 300px;}
.innertop, #yoo-zoo.EITA-Members-default{width: 100%; float: left;}
.innertop{margin-top: 30px}
.innertop .button{
	    margin-top: 5px;
    padding: 7px 20px;
    border: 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
}
.zoo-filter-result.EITA-Members-default .teaser-item{width: 100%;
 float: left;}
#yoo-zoo.zoo-filter-result.EITA-Members-default .width100{width: 100%;}
#yoo-zoo.zoo-filter-result.EITA-Members-default .width100 h2.pos-title{
	    font-size: 32px;
    margin-top: 1%;
    font-weight: 200;
    display: block;
    vertical-align: middle;
    padding-left: 0px;
	margin-top: 0;
}
#yoo-zoo.zoo-filter-result.EITA-Members-default .width100 .pos-media{
	    margin-bottom: 12px;
	    display: table;
    height: 190px;
}
#yoo-zoo.zoo-filter-result.EITA-Members-default .width100 .pos-media a{
	vertical-align: middle;
    display: table-cell;
}
.hamburger{
	display: none;
}

.leftCol .inner li{
	border-bottom: 1px dotted #a3a3a3;
}
.formResponsive input, .formResponsive textarea {

	padding: 10px !important;
    font-size: 16px !important;
    width: 100%!important;
    max-width: 350px !important;
}
.chzn-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100% !important;
    max-width: 350px;
    /* padding: 10px; */
}
#com-content-formTabs{
	display: none;
}
#com-content-form > button{
    display: none;
}
.edit.item-page > #adminForm > fieldset{
    padding: 0;
    margin: 0;
    border: 0px solid;
}
.edit.item-page > #adminForm > fieldset .controls input[type='text'] {
    width: calc(100% - 2rem);
    color: #22262a;
    appearance: none;
    background-color: var(--body-bg);
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-clip: padding-box;
    padding: .6rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
        font: 16px 'Source Sans Pro', Verdana, "Tahoma", Arial, Helvetica, sans-serif;
}
joomla-tab button[role=tab] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: unset;
    color: #0d1321;
    background-color: #0000;
    padding: .75em 1.3em;
    text-decoration: none;
    display: block;
    position: relative;
    box-shadow: 1px 0 #0000000d;
    margin: 0;
    font-weight: normal;
    font-size: 16px;
}
.edit.item-page .btn.btn-primary, .edit.item-page .btn.btn-primary:hover{
    background-color: #010149;
    border: 1px solid #010149 !important;
    text-shadow: none;
    color: white;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 15px !important;
    border-radius: 5px;
    margin-right: 10px;
}
.edit.item-page .btn.btn-danger, .edit.item-page .btn.btn-danger:hover{
    background-color: red;
    border: 1px solid red !important;
    text-shadow: none;
    color: white;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 15px !important;
    border-radius: 5px;
    margin-right: 10px;
}
.edit.item-page .btn.btn-secondary, .edit.item-page .btn.btn-secondary:hover{
    background-color: #fff;
    border: 1px solid #666 !important;
    text-shadow: none;
    color: #666;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 15px !important;
    border-radius: 5px;
    margin-right: 10px;
}
.edit.item-page .d-grid.gap-2.d-sm-block.mb-2{
        display: block;
    float: left;
    margin: 30px 0;
}
.icon-check:before {
    content: "";
    font-family: "Font Awesome 6 Free";
}
.mod-breadcrumbs.breadcrumb.px-3.py-2{
        display: flex;
    gap: 10px;
    margin: 0 0 20px;
}
.mod-breadcrumbs.breadcrumb.px-3.py-2 li a::after{
    content: ">";
    display: inline-block;
    font-weight: bold;
    color: #e1c45c;
    margin-left: 10px;
}
.mod-breadcrumbs.breadcrumb.px-3.py-2 li .icon-location:before {
    content: url(home.svg);
    height: 15px;
    display: inline-block;
    width: 12px;
    margin-top: 4px;
}
.float-end > div > a{
        display: inline-block;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    background-color: #f7f7f7;
}





@media screen and (max-width: 1024px){
	.menu .level1 a:link, .menu .level1 a:visited{
		margin: 0;
	}
	.item-pagehome .custom {
  width: 29.333%;
  margin: 2.4% 1.4%;
  float: left;
  border: 1px solid #ddd;
}
	.item-pagehome .custom div {
  margin: 25px;
  font-size: 16px;
  line-height: 26px;
  color: #4b5063;
  height: unset;
  float: left;
}
	.innerleft {
  width: 46.1%;
  margin: 0 1.3% 5% 1.4%;
  float: left;
  border: 1px solid #ddd;
}
}

@media screen and (max-width: 850px){
	.submenu-dropdown{
		display: none;
		background-color: #1d1c3b;
z-index: 99;
position: absolute;
top: 64px;
		width: 100%;
	}
	.menu .level1 {
  margin: 0 20px;
  width: calc(100% - 40px);
}
	.menu .level1 li {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
  position: relative;
  clear: both;
  width: 100%;
}
	#mainmenu{
		position: relative;
	}
.hamburger {
  /*padding: 15px 15px;*/
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0 0 0 0px;
  overflow: visible;
	padding: 0 20px;
	border: 0 solid #2f2f2f;
    border-width: 0 1px;
	width: 100%;
position: relative;
z-index: 99;
}
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.active:hover {
    opacity: 0.7; }
  .hamburger.active .hamburger-inner,
  .hamburger.active .hamburger-inner::before,
  .hamburger.active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
	margin-bottom: 4px;
}
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -10px; }
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
margin-top: 0}
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.active{background-color: rgba(255,255,255,.05);}
.hamburger--squeeze.active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.active .hamburger-inner::after {
    bottom: -4px;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
#tmenu{
	color: white;
line-height: 56px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0;
font-size: 1.4rem;
}
	.item-pagehome .custom {
  width: 97%;
  margin: 2.4% 1.4%;
  float: left;
  border: 1px solid #ddd;
}
	.innerleft, .innerright {
  width: 97.3%;
  margin: 0 1.3% 5% 1.4%;
  float: left;
  border: 1px solid #ddd;
}
	.header {
  height: 130px;
  position: relative;
}
	h1.slogan {
  position: absolute;
  top: 75px;
  right: 15px;
  text-align: right;
  font-weight: normal;
  color: #0000fe;
  font-style: italic;
}
	.subnav.level2 {
  position: relative;
  display: block;
  float: left;
}
	.menu .level1 > a:link, .menu .level1 > a:visited {
  color: #FFFFFF;
  float: left;
  font-size: 1em;
  height: 51px;
  line-height: 50px;
  margin: 0 10px;
  padding: 0 11px;
  position: relative;
  text-decoration: none;
  top: 6px;
  text-transform: uppercase;
  font-weight: bold;
}
	.menu .level1 li .subnav.level2 li {
  display: block;
  width: 100%;
  border-bottom: 0px solid #dfc362;
  padding: 5px;
  background-color: #1d1c3b;
}
	.menu .level1 li .subnav.level2 li a {
  display: block;
  width: calc(100% - 60px);
  margin: 0 30px;
  padding: 5px 0;
  line-height: 120%;
  vertical-align: top;
  top: 0;
  float: none;
  font-weight: normal;
}
	.page-header h2, .contentheading, #yoo-zoo h1.title, #userForm h2, #yoo-zoo h1.pos-title {
  border-bottom: 0px solid #fec515;
  padding: 50px 0 0;
  width: 100%;
  color: #0000fe;
  font-size: 34px;
  font-weight: 200;
  line-height: 140%;
}
	#yoo-zoo.EITA-Members-default .items div.teaser-item {
  padding-bottom: 0px;
  width: 47%;
  margin: 1%;
  float: left;
  height: 190px !important;
  display: table;
}
	#mod-zoofilter-115 .form-elements, #mod-zoofilter-115 .clearfix {
  display: inline-block;
  float: left;
  width: calc(100% - 95px);
}
	.page-header h2, .contentheading, #yoo-zoo h1.title, #userForm h2, #yoo-zoo h1.pos-title {
  border-bottom: 0px solid #fec515;
  padding: 20px 0 0;
  width: 100%;
  color: #0000fe;
  font-size: 34px;
  font-weight: 200;
}
	.EITA-Members-default .pos-title, .EITA-Members-default .floatbox, .EITA-Members-default .pos-bottom {
  float: right !important;
  width: 100% !important;
}
	.EITA-Members-default .pos-top {
  float: left;
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
	.footer {
  height: auto;
  background-color: #1d1c3b;
}
	.menu .level1 li:hover .subnav.level2 {
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
	.item-pagehome .custom div {
  margin: 25px;
  font-size: 16px;
  line-height: 26px;
  color: #4b5063;
  height: unset;
  float: left;
}
	.inner {
  padding: 1em 1em 2.5em;
  font-size: 1.2em;
}
        .contentOne {
    width: 100%;
}
    .leftCol {
    width: calc(100% - 3em);
}
    .mod-breadcrumbs__wrapper{
        display: none;
    }
}