* {
}
html,
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: bugfix infinite 1s;
	font-family: 'Open Sans', Arial, sans-serif, Helvetica;
	background-color: #EDF0F3;
	color: #000000;
	font-weight: normal; 
	font-weight: 400;
	overflow-x: hidden;
}
.nobosscroll {
	overflow-y: hidden;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }

  to {
    padding: 0;
  }
}


:focus { outline:0; }
a:active { outline:none; }

/* ************************************ */

.material-icons {
	font-size: 18px;
}
#headerwrapper {
	display: block;
	position: relative;
	height: 48px;
	line-height: 48px;
	background-color: #001E37;
}

#accessinfo {
	display: block;
	position: absolute;
	left: 0px;
	top: 60px;
	z-index: 50;
	oveflow: hidden;
	font-size: 14px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: rgba(255,255,255,0.8);
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #001E37;
	border-right-color: #001E37;
	border-bottom-color: #001E37;
}
#accessinfo:hover {
	background-color: rgba(255,255,255,0.9);
}
#accessbut {
	display: block;
	padding: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
	overflow: hidden;
	height: 48px;
}
#accessbut i.material-icons {
	/* float: left; */
	display: inline-block;
	margin: 0px!important;
	padding: 0px!important;
	line-height: 48px!important;
	height: 48px!important;
	font-size: 20pt!important;
	color: #001E37!important;
}
#accessbut label {
	display: inline-block;
	padding-left: 10px!important;
	padding-right: 15px!important;
	font-size: 20pt!important;
	cursor: pointer;
	color: #001E37!important;
	line-height: 48px!important;
	height: 48px!important;
	font-weight: bold!important;
}
#accessinfo.noaccess #accessbut label {
	display: none!important;
}
#accessmenu {
	display: block;
	overflow: hidden;
	width: auto;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
	padding: 15px;
	padding-bottom: 25px;
	color: #001E37!important;
	line-height: 1.5!important;
}
#accessinfo.noaccess #accessmenu {
	display: none!important;
	width: 0px!important;
}

.accessdetailsdiv {
	display: none;
	font-size: 12px;
	font-style: italic;
	color: #00A6E6;
	line-height: 16px;
}
.accessdetailsdiv .material-icons {
    font-size: 14px!important;
	line-height: 14px!important;
}
body.accessdetails .accessdetailsdiv {
	display: block!important;
}
a.popup-youtube, a.downloadlink {
	position: relative;
}
a.popup-youtube div.accessdetailsdiv, a.downloadlink div.accessdetailsdiv {
	position: absolute;
	bottom: 15px;
	left: 0px;
	right: 0px;
	z-index: 10;
	background-color: rgba(0,0,0,0.7);
	padding: 5px;
}

#headerwrapper #hamberger {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 48px;
	padding-left: 48px;
	line-height: 48px;
	color: #FFFFFF;
	font-size: 18pt;
	background-image: url(resources/images/hamberger.svg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	cursor: pointer;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#headerwrapper #hamberger:hover {
	background-color: #0086D0;
}
@media screen and (max-width: 800px) {
	
	#headerwrapper {
		padding-left: 49px!important;
	}
	#headerwrapper #hamberger {
		display: inline-block!important;
	}
	
}
#header {
	display: block;
	position: relative;
	width: 100%;
	max-width: 960px;
	padding-left: 150px;
	padding-right: 58px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	height: 48px;
	line-height: 48px;
	color: #FFFFFF;
	font-size: 12pt;
	text-align: center;
	/* overflow: hidden; */
}
#header #logo {
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 128px;
	height: 48px;
	background-image: url(resources/images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #logo a {
	display: block;
	width: 100%px;
	height: 100%;
	cursor: pointer;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10pt;
}
#header a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 800px) {

	#header {
		padding-left: 60px!important;
		padding-right: 70px!important;
		text-align: right!important;
	}
	#header #logo {
	/* 
		background-position: right top;
		width: 50px!important;
		padding-left: 0px!important;
		overflow: hidden!important; */
	}
	
	#header span.submenu {
		display: none!important;
	}
	
}
#header #myaccount {
	display: inline-block;
	position: relative;
	padding-left: 45px;
	color: #FFFFFF;
	text-decoration: none;
}
#header #myaccount .material-icons {
	position: absolute;
	left: 0px;
	top: 5px;
	font-size: 40px;
}
@media screen and (max-width: 960px) {

	#header #myaccount {
		width: 40px!important;
		padding-left: 0px!important;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #FFFFFF;
		text-indent: 100px;
		overflow: hidden;
	}
	#header #myaccount .material-icons {
		left: 5px!important;
		/* left: -90px!important;
		color: #FFFFFF!important;
		text-indent: inherit!important; */
	}

}
#headerwrapper #logout {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 55px;
	height: 43px;
	padding-top: 5px;
	text-align: center;
	overflow: hidden;
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#headerwrapper #account {
	display: inline-block;
	position: absolute;
	z-index: 10;
	right: 5px;
	top: 55px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	overflow: hidden;
}
#headerwrapper #account .material-icons {
	float: right;
	display: inline-block !important;
	width: 30px !important;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	font-size: 30px !important;
	overflow: hidden !important;
	margin-right: 10px !important;
}
/* @media screen and (max-width: 960px) {
	#header #logout {
		margin-left: 0px!important;
	}
} */
#headerwrapper #logout:hover {
	background-color: #FBF3F3;
}
#logout .material-icons {
	color: #FFFFFF;
	font-size: 40px;
}
#logout:hover .material-icons {
	color: #DD5555;
}

/* ****************************************** */

.slide-menu-open {
	display: none;
	position: fixed;
	left: 0px;
	top: 120px;
	padding: 10px;
	width: 20px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #000000;
	background-color: rgba(0,0,0,0.8)!important;
	color: #6B6B6B;
	border-width: 1px;
	border-style: solid;
	border-color: #525154;
	border-left: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	text-align: center;
}
.slide-menu-open:hover {
	color: #FFFFFF!important;
}

@media screen and (max-width: 800px) {
	
	.slide-menu-open {
		display: block!important;
	}
	
}
.side-menutitle {
	display: block!important;
	font-weight: normal!important;
	font-size: 26px!important;
	line-height: 26px!important;
	color: #FFF!important;
	padding-top: 10px;
	padding-bottom: 10px;
}
.side-menu-wrapper { /* style menu wrapper */
	display: none!important;
	overflow: hidden;
	background-color: #000000;
	position: fixed; /* Fixed position */
	top: 0;
	left: -450px; /* Sidebar initial position. "right" for right positioned menu */
	height: 100vh;
	z-index: 20000;
	transition: 0.5s; /* CSS transition speed */
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
/* 	padding-right: 20px; */
	padding-bottom: 0;
    border-right: 1px solid #131313;
}
@media screen and (max-width: 800px) {
	
	.side-menu-wrapper { /* overlay */
		display: block!important;
	}
	
}
.side-menu-wrapper > a.menu-close { /* close button */
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
    color: #FFFFFF!important;
    font-size: 45px;
    text-decoration: none;
	text-align: center;
	padding: 0px!important;
	margin: 0px!important;
}
.side-menu-wrapper > a.menu-close:hover {
    color: #FFFFFF!important;
    background-color: #0086D0!important;
}
#quickmenu { /* css ul list style */
	height: 90%;
	height: calc( 100vh - 50px );
	overflow: hidden;
}
#quickmenu > .mCSB_inside > .mCSB_container {
    margin-right: 10px!important;
}
ul.quickmenu { /* css ul list style */
    list-style:none;
    padding:0;
    margin:0;
    overflow-y: auto; /* enable scroll for menu items */
	padding-left: 30px;
	height: 100%;
}
ul.quickmenu > li > a { /* links */
    display: block;
	width: 45%;
	width: calc( 50% - 30px );
	height: 80px;
	padding: 10px;
	padding-top: 30px;
	margin-right: 10px;
	margin-top: 10px;
    /* border-bottom: 1px solid #131313;
    padding: 6px 4px 6px 4px;
	font-size: 16px; */
	font-size: 12px;
    background-color: rgba(255,255,255,0.1);
    color: #FFF;
    transition: 0.3s;
    text-decoration: none;
	overflow: hidden;
	text-align: center;
	float: left;
}
ul.quickmenu > li:last-of-type > a { /* links */
	margin-bottom: 10px;
}
ul.quickmenu > li.productssub {
	display: block;
	width: 100%;
	overflow:  auto; /* */
}
ul.quickmenu > li.productssub > a { /* links */
    display: inline-block;
	/* float: left; */
	width: 30%;
	width: calc( 33.33% - 30px );
	height: 40px;
	padding-top: 10px;
	font-size: 10px;
}
ul.quickmenu > li > a .svg-icons {
	display: block;
	width: 40px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 80px 40px;
}
ul.quickmenu > li > a:hover .svg-icons {
	background-position: right center;
}
ul.quickmenu > li.productssub > a .material-icons {
    display: block;
    font-size: 20px!important;
    line-height: 20px!important;
    margin-bottom: 0px;
}
ul.quickmenu > li.productssub > a b {
    height: 20px!important;
}
@media screen and (max-width: 400px) {

	body.nobosscroll .side-menu-wrapper {
		width: 100%!important;
		/* left: -100vw!important; */
	}
	body.nobosscroll ul.quickmenu { /* css ul list style */
		padding-left: 10px!important;
	}
	body.nobosscroll ul.quickmenu > li > a { /* links */
		width: 45%!important;
		width: calc( 50% - 30px )!important;
	}
	
}
ul.quickmenu > li > a:hover { /* links */
    color: #FFFFFF!important;
    background-color: #0086D0!important;
}
.side-menu-wrapper .material-icons {
	display: block;
	font-size: 40px!important;
	line-height: 40px!important;
	margin-bottom: 10px;
}
ul.quickmenu > li > a b { /* links */
	display: block;
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
}
.side-menu-overlay { /* overlay */
	display: none!important;
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 19999;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
	cursor: pointer;
}


@media screen and (max-width: 800px) {
	
	.side-menu-overlay { /* overlay */
		display: block!important;
	}
	
}

/* ****************************************** */

#breadcrumb {
	display: block;
    color: #4E5356;
    font-size: 12pt;
    font-weight: bold;
}
#breadcrumb a  {
    color: #4E5356;
	text-decoration: underline;
}

/* ****************************************** */

#mainbody {
	display: block;
	position: relative;
	min-height: 100vh;
	min-height: calc( 100vh - 48px );
	text-align: center;
	/* padding-bottom: 90px; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.col2 {
	display: block;
	float: left;
	padding-right: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.col33 {
	width: 33%;
}
.col50 {
	width: 50%;
}
.col67 {
	width: 67%;
}
@media screen and (max-width: 960px) {

	.col2 {
		float: none!important;
		width: 100%!important;
		padding-right: 0px!important;
	}
	
}
h1.title {
	display: block;
	text-align: left!important;
	font-size: 18pt;
	font-weight: bold;
	font-weight: 800;
	color: #4E5356;
	text-transform: uppercase;
	line-height: 60px;
	margin-bottom: 16px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
h1.title.white {
	color: #FFF;
	margin-bottom: 0px;
}
h1.title.titlec0 {
		background-image:url(resources/images/titlec0.gif);
}
h1.title.titlec1 {
		background-image:url(resources/images/titlec1.gif);
}
h1.title.titlec2 {
		background-image:url(resources/images/titlec2.gif);
}
h1.title.titlec3 {
		background-image:url(resources/images/titlec3.gif);
}
h1.title.titlec4 {
		background-image:url(resources/images/titlec4.gif);
}
@media screen and (max-width: 800px) {

	.titletext {
		display: block!important;
		height: auto!important;
		/* min-height: 50px!important;
		line-height: auto!important; */
		overflow: auto!important;
		float: none!important;
	}
	
}
.qmenu {
	display: none;
	float: left;
	position: relative;
	color: #005588;
	font-size: 12pt;
	line-height: 50px;
	height: 50px;
	padding-left: 10px;
	padding-right: 34px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	overflow: auto;
}
.qactive {
	display: inline-block;
}
.qmenu .material-icons {
	display: block;
	width: 20px;
	/* height: 20px; */
	font-size: 16pt;
	position: absolute;
	right: 10px;
	top: 13px;
	overflow: hidden;
}
.qmenu:hover {
	background-color: #DCECF9;
	color: #003351;
}

@media screen and (max-width: 800px) {

	.qmenu:first-of-type {
		clear:both!important;
		color: #FF0000!important;
	}

}
/* ************************************ */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	margin-bottom: 15px;
	font-weight: normal;
}
h1 { font-size: 16pt; }
h2 { font-size: 15pt; }
h3 { font-size: 14pt; }
h4 { font-size: 13pt; }
h5 { font-size: 12pt; }
h6 { font-size: 11pt; }
p { font-size: 10pt; }


@media screen and (max-width: 800px) {

	h6 { font-size: 12pt; }
	p { font-size: 12pt; }

}
/* ************************************ */

#dashboardmenu {
	display: block;
	padding-bottom: 50px;
}
.miniboard {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
#dashboard {
	display: block;
	width: 100%;
	max-width: 960px;
	padding: 20px;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

#dashboardmenu.miniboard #dashboard, #dashboardmenu.miniboard h1 {
	background-color: transparent!important;
	color: #FFF!important;
	padding: 0px!important;
	margin: 0px!important;
}

/* ************************************ */

.blockmenu {
	display: block;
	float: left;
	width: 210px;
	height: 210px;
	padding: 10px;
	padding-top: 60px;
	margin: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #4E5356;
	text-decoration: none;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	font-weight: 800;
	overflow: hidden;
}
div.blockmenu {
	background-color: #FFF;
}
a.blockmenu {
	background-color: #ECEFEF;
}
a.blockmenu:hover {
	background-color: #00B4F1;
	color: #FFF;
	cursor: pointer;
}
.blockmenu span {
	display: block;
	height: 60px;
    display:flex;
    align-items: center; /* Vertical center alignment */
    justify-content: center; /* Horizontal center alignment */
}
.blockmenu .material-icons {
	color: #4E5356;
	font-size: 60px;
	margin-bottom: 5px;
}
.blockmenu:hover .material-icons {
	color: #FFF
}
.blockmenu .svg-icons {
	display: block;
	width: 70px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 140px auto;
}
.blockmenu:hover .svg-icons {
	background-position: right center;
}

@media screen and (max-width: 960px) {
	
	.blockmenu {
		width: calc( 33% - 30px )!important;
		width: -moz-calc( 33% - 30px )!important;
		width: -webkit-calc( 33% - 30px )!important;
		height: 160px!important;
		padding-top: 10px!important;
		margin-top: 0px!important;
		margin-bottom: 10px!important;
	}
	div.blockmenu {
		display: none!important;
	}
	
}
@media screen and (max-width: 700px) {
	
	.blockmenu {
		width: calc( 50% - 30px )!important;
		width: -moz-calc( 50% - 30px )!important;
		width: -webkit-calc( 50% - 30px )!important;
	}
	
}
@media screen and (max-width: 500px) {
	
	.blockmenu {
		float: none!important;
		width: 100%!important;
		margin: 0px!important;
		margin-bottom: 10px!important;
	}
}

/* ************************************ */

#socialpluginswrapper {
	display: block;
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top;
}

#socialplugins {
	display: block;
	clear: both;
	position: relative;
	overflow: auto;
	overflow-y: auto;
	padding-top: 15px;
}


#weather {
	display: block;
	background-color: #ECEFEF;
	color: #4E5356;
	padding: 0px!important;
	font-weight: normal;
	font-weight: 400;
}
.weatherblock {
	margin: 0px;
	width: 225px;
}
.weatherblock2 {
	margin: 0px;
	width: 240px;
}

#weather h2 {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(resources/images/bg-weather.png);
	height: 71px;
	font-size: 36px;
	margin-bottom: 10px;
	color: #4E5356;
	text-align: right;
}
#weather h2 i {
	display: block;
	padding-top: 15px;
	padding-right: 10px;
}
#weather h3 {
	display: block;
	font-size: 36px;
	line-height: 40px;
	text-align: left;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	font-weight: normal;
	font-weight: 400;
}
#weather h4 {
	display: block;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	font-weight: normal;
	font-weight: 400;
}
#weather p {
	display: block;
	font-size: 12px;
	text-align: left;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	font-weight: normal;
	font-weight: 400;
}

#twitter {
	display: block;
	background-color: #ECEFEF;
	color: #4E5356;
	padding: 0px!important;
}
.twitterblock {
	margin: 0px;
	margin-left: 10px;
	width: 215px;
}

#twitter h2 {
	display: block;
	background-image: url(resources/images/bg-twitter1.png), url(resources/images/bg-twitter2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
	height: 71px;
	margin-bottom: 10px;
	color: #4E5356;
	text-align: right;
}
.fiddle-timeline {
	display: block;
	height: 130px;
	overflow-x: hidden;
	overflow-y: auto;
}

#newsfeed {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 10px;
	width: 49%;
	text-align: left;
}
@media screen and (max-width: 960px) {
	

	#socialpluginswrapper {
		width: auto!important;
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	
	#socialplugins .blockmenu {
		display: block!important;
		height: 210px!important;
	}
	#newsfeed {
		position: inherit!important;
		right: inherit!important;
		bottom: inherit!important;
		width: inherit!important; 
		clear: both!important;
		padding-top: 25px!important; 
	}
	
}
#newsfeed h3 {
	font-size: 14px;
	font-weight: bold;
	font-weight: 700;
	color: #00A6E6;
	padding: 0px;
	margin: 0px;
}
.newsfeed {
	display: block;
	padding: 4px;
	padding-left: 31px;
	padding-right: 78px;
	background-color: #00A6E6;
	background-image: url(resources/images/bg-newsfeed1.png), url(resources/images/bg-newsfeed2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
}
.newsfeed marquee {
	display: block;
	height: 22px;
	line-height: 22px;
	background-color: #FFF;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-weight: 700;
}
.newsfeed marquee a {
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}
.newsfeed marquee a:hover {
	text-decoration: underline;
}

/* ************************************ */

/* #productssubmenu {
	display: block;
	clear: both;
	padding-top: 25px;
} */

#productssubmenu {
	display: block;
	/* padding: 10px;
	padding-top: 60px; */
	margin: 0px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ECF0F0;
	color: #4E5356;
	text-decoration: none;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	font-weight: 800;
	overflow: auto;
}
@media screen and (max-width: 960px) {
	
	#productssubmenu {
		display: block!important;
		float: none!important;
		width: inherit!important;
		margin: 10px!important;
		height: auto!important;
	}

}
@media screen and (max-width: 500px) {
	
	#productssubmenu {
		margin-left: 0px!important;
		margin-right: 0px!important;
	}

}

.subblockmenu {
	display: block;
	float: left;
	width: 16.66667%;
	height: 90px;
	padding: 5px;
	padding-top: 15px;
	margin: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ECEFEF;
	color: #4E5356;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	overflow: hidden;
}
.subblockmenu:hover {
	background-color: #00B4F1;
	color: #FFF;
	cursor: pointer;
}
.subblockmenu .material-icons {
	display: block;
	color: #4E5356;
	font-size: 30px;
	margin-bottom: 5px;
	text-align: center;
}
.subblockmenu:hover .material-icons {
	color: #FFF
}

@media screen and (max-width: 600px) {
	
	.subblockmenu {
		width: 50%!important;
	}
	
}
@media screen and (max-width: 600px) {
	
	.subblockmenu {
		width: 50%!important;
	}
	
}
@media screen and (max-width: 300px) {
	
	.subblockmenu {
		float: none!important;
		width: 100%!important;
		margin: 0px!important;
		margin-bottom: 10px!important;
	}
	
}

/* ************************************ */

#formbox {
	color: #FFFFFF;
	text-align: left;
    position: relative;
	max-height: 10000000px;
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;/*  */
	overflow: hidden;
}
#formbox form {
	color: #FFFFFF;
}
.noform {
	max-height: 0px!important;
}
#formbox2 {
	margin-left: 200px;
	color: #000000;
	overflow: auto;
}
#formbox2 form {
	color: #000000;
}

/* ************************************ */

#displaymessage {
	display: block;
	padding: 20px;
	background-color: #EFFAF2;
	border: thin solid #55B855;	
	color: #55B855;
}
#displayerrormessage {
	display: block;
	padding: 20px;
	background-color: #FBF3F3;
	border: thin solid #DD5555;
	color: #DD5555;
}

/* ************************************ */

#workarea {
	display: block;
	background-color: #FFFFFF;
	/* margin: 20px;
	padding: 20px; */
	overflow: auto;
	text-align: left;
	color: #2C2E31;
	/* border: thin solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; */
}
.subnav {
	margin: 0px!important;
	/* position: relative!important; */
	padding: 0px!important;
	/* padding-left: 200px!important; */
	background-color: #FFFFFF;
	background-image: url(resources/images/bg-subnav.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#subnav {
	/* position: absolute;
	left: 0px;
	top: 0px; */
    /* transform: translateY(-50%); */
	float: left;
	width: 200px;
	padding-top: 20px;
	color: #333333;
}
#subnav span.subtitle {
	display: block;
	position: relative;
	padding: 5px;
	padding-left: 30px;
	padding-top: 25px;
	font-size: 12pt;
	line-height: 20px;
	font-weight: bold;
	color: #0F95FC;
}
#subnav span.subtitle i.material-icons {
	display: block;
	position: absolute;
	left: 5px;
	top: 25px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	overflow: hidden;
}
#subnav a.subtitle2 {
	display: block;
	position: relative;
	padding: 5px;
	padding-left: 30px;
	font-size: 12pt;
	line-height: 20px;
	font-weight: bold;
	color: #0F95FC;
}
#subnav a.subtitle2 i.material-icons {
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	overflow: hidden;
}
#subnav a {
	display: block;
	padding: 5px;
	padding-left: 25px;
	text-decoration: none;
	color: #666666;
	font-size: 10pt;
}
#subnav a:hover {
	background-color: #EAEAEA;
	color: #333333;
}

h2.worktitle {
	display: block;
	background-color:#F4F4F4;
	color: #000000;
	padding: 20px;
	padding-left: 30px;
	font-size: 20pt;
	margin-bottom: 20px;
	clear: both;
}
.accountblock {
	display: block;
	padding-bottom: 25px;
	overflow: auto;
}
.account {
	display: block;
	position: relative;
	float: left;
	width: 50%;
	padding-left: 120px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 180px;
	padding-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
.accountblock .account:nth-child(even) {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.icontype {
	display: block;
	width: 80px;
	position: absolute;
	left: 20px;
	top: 0px;
	font-size: 80px;
	overflow: hidden;
}
.account.small {
	width: 33.33333%;
	padding-left: 60px!important;
	padding-right: 10px!important;
	height: 70px!important;
	padding-top: 5px!important;
}
.account.small .icontype {
	width: 40px!important;
	left: 10px!important;
	font-size: 40px!important;
}
.account.small p {
	padding: 0px!important;
	margin: 0px!important;
}
@media screen and (max-width: 1060px) {

	.account {
		float: none!important;
		width: 100%!important;
		padding-left: 60px!important;
		padding-right: 10px!important;
		height: auto!important;
		min-height: 75px!important;
		padding-top: 5px!important;
	}
	.accountblock .account {
		border-left-width: 0px!important;
		border-right-width: 0px!important;
		border-bottom-width: 1px!important;
		border-bottom-style: solid!important;
		border-bottom-color: #CCCCCC!important;
	}
	.icontype {
		width: 40px!important;
		left: 10px!important;
		font-size: 40px!important;
	}
	.account p {
		padding: 0px!important;
		margin: 0px!important;
	}
	
}
.account h3 {
	display: block;
	color: #000000;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 18pt;
}
.account h3 a {
	display: block;
	text-decoration: none;
}
.atype0 {
	color: #55B855;
}
.atype0:hover {
	color: #AADCAA!important;
}
.atype1 {
	color: #0F95FC;
}
.atype1:hover {
	color: #87CAFE!important;
}
.atype2 {
	color: #DD5555;
}
.atype2:hover {
	color: #EEAAAA!important;
}
.atype3 {
	color: #FF9900;
}
.atype3:hover {
	color: #FFC978!important;
}
.atype4 {
	color: #990033;
}
.atype4:hover {
	color: #C97893!important;
}

.account p a {
	color: #999999;
	text-decoration: none;
}

.removeblock {
	position: absolute;
	top: 90px;
	left: 30px;
}
.account p a.removelink {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	font-size: 10pt;
}
.account p a.removelink .material-icons {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 16px;

}
.accountblock a:hover {
	color: #333333;
}
@media screen and (max-width: 1060px) {

	.removeblock {
		position: inherit!important;
		top: auto!important;
		left: auto!important;
	}

}

/* ************************************ */

.mce-content-body table th, .mce-content-body table td {
    border-bottom: 1px solid #ddd!important;
    border-right: 1px solid #ddd!important;
}
.mce-content-body textarea
{
    height: inherit!important;
}

/* ************************************ */

#feedback {
	display: block;
	position: absolute;
	right: 0px;
	top: 120px;
	width: 32px;
	height: 108px;
	background-color: #FFF;
	background-image: url(/resources/images/feedback.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
#contact {
	display: block;
	position: absolute;
	right: 0px;
	top: 240px;
	width: 32px;
	height: 96px;
	background-color: #FFF;
	background-image: url(/resources/images/contact.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

#speaktoourteam {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 50px;
	width: 0px;
	padding-right: 80px;
	height: 97px;
	background-image: url(/resources/images/speaktoourteam.png),url(/resources/images/speaktoourteam2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left top;
	cursor: pointer;
	overflow: hidden;
}
#speaktoourteam:hover {
	width: 116px;
    transition: width 1s;
}
#speaktoourteam2 {
	display: block;
	width: 116px;
	height: 80px;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1060px) {
	
	#feedback {
		-webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.25);
		box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.25);
	}
	
	#speaktoourteam {
		position: inherit!important;
		right: inherit!important;
		bottom: inherit!important;
		width: inherit!important;
		height: 80px!important;
		padding: 0px!important;
		padding-top: 80px!important;
		background-color: #00B4F1;
		background-image: url(/resources/images/speaktoourteam.png);
		background-position: center top!important;
		cursor: pointer!important;
		border-top-width: 20px;
		border-top-style: solid;
		border-top-color: #FFF;
    	transition: none!important;
	}
	#speaktoourteam2 {
		width: inherit!important;
		height: 80px!important;
		background-color: #FFF;
		background-image: url(/resources/images/speaktoourteam2.png);
		background-position: center top!important;
	}
	
}

/* ************************************ */

#footerwrapper {
	display: block;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FFF;
}
#footer {
	display: block;
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto
}

/* ************************************ */

#footerwrapper2 {
	display: block;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #F1F2F2;
}
#footer2 {
	display: block;
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	text-align: left;
}
#footer2 a {
	color: #000;
	text-decoration: none;
}
#footer2 a:hover {
	text-decoration: underline;
}

.fcol1 {
	display: block;
	width: 25%;
	float: left;
}
.fcol1 a::after {
	content: "\a";
    white-space: pre;
}
.fcol2 {
	display: block;
	width: 33%;
	float: left;
}
.fcol3 {
	display: block;
	width: 25%;
	float: right;
}

@media screen and (max-width: 800px) {
	
	.fcol1, .fcol2, .fcol3 {
		width: 100%!important;
		float: none!important;
		padding-bottom: 15px!important;
	}
	
}
#social {
	display: block;
	min-height: 40px;
	overflow: auto;
}
#social a {
	display: block;
	width: 29px;
	height: 29px;
	float: left;
	margin-right: 10px;
	opacity: 1;
    transition: opacity 1s;
	cursor: pointer;
}
#social a:hover {
	opacity: 0.7;
	text-decoration: none!important;
}
    
#social a img {
	width: 29px;
	height: 29px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
	border: 0px;
}

/* ************************************ */

#downloadframe {
	
	display: block;
	width: 100%;
	height: 25px;
	opacity: 0;
	
}

/* ************************************ */