@charset "utf-8";
	 html { /* Vertical scrollbar */ 
  overflow-y: scroll;
}
* { 
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}
/* CSS Document */

	@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);
	@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
	/*  courtesy of HTML5 Boilerplate  */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  
  /* Reset */
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
nav ul { list-style:none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
nav ul { list-style:none; }
a:hover, a:active { outline: none; }
a, a:active, a:visited {  text-decoration:none }
a:hover { color: #47a3da; }
/*xxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#mobile {  
display:none; 

  }
.mobile-logo {
width:100%; display:none;
}
.mobile-logo img {	position:fixed; float:left;
		}
		
		
		
.language {
display:none;
	
}


.language-content {
    display: none;
    position: absolute;
    background-color: #404040;
    max-width: 100px; 

    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 4px 4px; text-decoration:none;list-style:none; text-align:left;
}

.language:hover .language-content {top:0px; position:relative;
    display: block;list-style:none;  text-decoration: none;
}
.language:hover .language-content ul { top:0px; padding:10px;
    text-decoration: none; position:relative;
	list-style:none;
	color:#FFF;
	opacity:1; 
}

.language:hover .language-content li {list-style:none;text-decoration: none; margin:0px 0px; display:block; padding:4px 0;
}


.language:hover .language-content ul li a {
    text-decoration: none;
	list-style:none;
	color:#FFF; width:auto;

		padding: 0px;
		opacity:1; display:block; 
}

.language-selector {  color:#FFF;}		
		
		
		
		
		
		
		
		/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

#container-mobile #content {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-599px;
    height:0;
    width:0;
  z-index: 1;
  overflow: hidden; 
}
#container-mobile #content .left-burger {
  position: relative;
  width: 90%;
  float: left;
  z-index: 100;
}
#container-mobile #content .left-burger h2 {
  position: relative;
  z-index: auto;
}
#container-mobile #content .left-burger .triangle {
}
#container-mobile #content .right-slider {
  position: relative;
  width: 50%;
  float: left;
  background: transparent;
}
#container-mobile #content .right-slider h2 {
  position: absolute;
  bottom: 30px;
  right: 30px; background-color:#F00
}

#main-nav {
  width: 50%;
  position: relative;
  z-index: 100;
  display: inline-block; 
}
#main-nav .logo {
  padding: 0px 50px;
  margin: 0;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  position: relative;
}
/*
#main-nav #bun {
  position: fixed;
  cursor: pointer;
  right: 30px;
  top: 10px;
   display: block;
  background: red;
  width: 38px;
  height: 38px; z-index: 999;
  border: 1px solid red;
  border-radius: 3px;
  box-shadow: 0px 0px 0px 1px red;
  overflow: hidden;  
}*/
#main-nav #bun .mmm-burger {
  position: relative;
  width: 25px;
  margin: 2px 7px 0;
  height: 3px;
  background: #fff;
}
#main-nav #bun .mmm-burger:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  right: 0;
  top: -8px;
}
#main-nav #bun .mmm-burger:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  right: 0;
  top: 8px;
}
#main-nav #bun:before {
  content: '';
  top: -10px;
  left: -45px;
  width: 30px;
  height: 75px;
  position: absolute;
  opacity: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transition: left 300ms linear 50ms, opacity 20ms linear;
  transition: left 300ms linear 50ms, opacity 20ms linear;
}
#main-nav #bun:hover:before {
  opacity: 1;
  left: 100px;
}

#sidebar-item {
  position: fixed;
  z-index: 4;
  height: 100%;
  width: 300px;
  background: #404040;
  overflow-x: hidden;  /*  overflow-y: hidden; */

  margin: 5px auto;
  left: -300px; 
  top: 0;
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
}
 #mobile-nav .mobile-logo {
  color: #fff; 
  font-size: 1em;
  width: 100%;
  text-align: center;
  padding: 3px 0;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 1500ms ease;
  transition: opacity 1500ms ease;
}
#sidebar-item #mobile-nav ul {
  margin: 0;
  padding: 4px 0;
}
#sidebar-item #mobile-nav ul .nav-item {
  position: relative;
  border-top: 0px solid trandsparent;
  border-bottom: 0px solid trandsparent;
  float: left;
  list-style: none;
  width: 100%;
  color: #fff;
  font-size: 1.25em;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #333;
  overflow: hidden;
  cursor: pointer;
  -webkit-transform: scale(0.75, 0.75);
          transform: scale(0.75, 0.75);
  opacity: 0;
  -webkit-transition: left 300ms linear 2s, opacity 100ms ease-in 600ms;
  transition: left 300ms linear 2s, opacity 100ms ease-in 600ms;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.45, 1.8, 0.5, 0.75) 500ms;
  transition: -webkit-transform 0.3s cubic-bezier(0.45, 1.8, 0.5, 0.75) 500ms;
  transition: transform 0.3s cubic-bezier(0.45, 1.8, 0.5, 0.75) 500ms;
  transition: transform 0.3s cubic-bezier(0.45, 1.8, 0.5, 0.75) 500ms, -webkit-transform 0.3s cubic-bezier(0.45, 1.8, 0.5, 0.75) 500ms;
  -webkit-transition: border-top 40 ease 0ms, border-bottom 40 ease 0ms, box-shadow 150 ms ease-in;
  transition: border-top 40 ease 0ms, border-bottom 40 ease 0ms, box-shadow 150 ms ease-in;
}
#sidebar-item #mobile-nav ul .nav-item:hover {
  box-shadow: 0 0px 12px 3px #333;
  z-index: 100;
}
#sidebar-item #mobile-nav ul .nav-item:hover:after {
  color: #fff;
}
#sidebar-item #mobile-nav ul .nav-item h3 {
  position: relative;
  font-size: 0.95em;
  font-weight: 400;
  color: #fff;
  padding: 15px 25px;
  margin: 0;
  text-shadow: 0px -2px #333;
}
#sidebar-item #mobile-nav ul .nav-item:first-child {
  border-top: 1px solid #333;
  margin: 0;
}
#sidebar-item #mobile-nav ul .nav-item:first-child:hover {
  box-shadow: 0 4px 16px 0px #333 !important;
}
#sidebar-item #mobile-nav ul .nav-item:last-child {
  border-bottom: 1px solid #333;
}
#sidebar-item #mobile-nav ul .nav-item:last-child:hover {
  box-shadow: 0 -4px 16px 0px #333 !important;
}
#sidebar-item #mobile-nav ul .sub-nav {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-shadow: inset 0 -7px 12px rgba(0, 0, 0, 0.15) !important;
}
#sidebar-item #mobile-nav ul .sub-nav .sub-nav-item {
  position: relative;
  float: left;
  list-style: none;
  width: 100%;
  color: #fff; 
  font-size: 1.25rem;
  font-weight: 300;
  overflow: hidden;
  cursor: pointer;
  border-top: 1px solid #4a4a4a;
  border-bottom: 1px solid #333;
}
#sidebar-item #mobile-nav ul .sub-nav .sub-nav-item:hover {
  background: rgba(0, 0, 0, 0.1);
}
#sidebar-item #mobile-nav ul .sub-nav .sub-nav-item:hover h4 {
  color: #fff;
}
#sidebar-item #mobile-nav ul .sub-nav .sub-nav-item h4 {
  position: relative;
  font-size: 1em;
  font-weight: 300;
  color: #f1f1f1;
  padding: 11px 20px 10px 40px;
  margin: 0;
  text-shadow: 0px -2px #333;
}
#sidebar-item #mobile-nav ul .sub-nav .sub-nav-item:first-child {
  border-top: none;
}
#sidebar-item #mobile-nav ul .sub-nav .sub-nav-item:last-child {
  border-bottom: none;
}

.nav-slide {
  left: 0 !important;
}
.nav-slide #mobile-nav .mobile-logo {
  opacity: 1 !important;
}

.body-slide {
  left: 300px !important;
}
.body-slide #main-nav .logo {
  opacity: 0 !important;
}

.item-slide {
  -webkit-transform: scale(1, 1) !important;
          transform: scale(1, 1) !important;
  opacity: 1 !important;
}

.scroll-jam {
  height: 100%;
  overflow-y: hidden;
}

.arrowed:after {
  content: '+';
  width: 25px;
  height: 25px;
  position: absolute;
  color: #333;
  right: 6px;
  font-size: 26px;
  top: 9px;
}

.selected {
  box-shadow: 0 0 12px 3px #333 !important;
}
.selected:after {
  content: "_";
  width: 25px;
  height: 25px;
  position: absolute;
  color: #f1f1f1;
  right: 4px;
  font-size: 20px;
  top: 4px;
}















/* xxxxxxxxxxxxxxxx   BackToTop button css   xxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:40px;
    height:40px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	z-index:99;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/* GLOBAL */
body
{
	border-top:5px solid #e56038;
	font-family: 'Open Sans', sans-serif;
	color:#333333;
}
p {
	padding: 0 0 20px 0; 
}
a {
        text-decoration:none;
        color:inherit;
        transition: color .2s ease;
}
div#languagebar { 			/* Keep */
	top: 0px;
	left: 0px;
	height: 30px;
	width: 100%;
	float:right;		/* left */
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #003399;
	text-decoration: none;
	display:inline;
		min-width:2.1em;
}
div#languagebar a{			/* Keep */
	color: #999999;
	text-decoration: none;
}
div#languagebar a:hover{			/* Keep */
	color: #003399;
	text-decoration: none;
}
div#logouttop {					/* Keep */
	top: 0px;
	left: 0px;
	height: 15px;
	width: 100%;
		margin-top: 0px;
	float:right;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #003399;
	text-decoration: none;
}
.lang_bar {
	color:#f1f1f1;
	width:25%;
	font-size:0.75em;
	text-align:right;
	min-width:2.1em;
	float:right; 
}


.loginbutton {
	background-color:#0074a6;
	border-radius:3px;
	border:none;
	color:#fff;
	display:inline-block;
	font-family:Verdana, arial, sans-serif;
	font-size:1.125em;
	font-weight: 700;
	text-align:center;
	text-decoration:none;
	float:right;
	padding-top: 12px;
	padding-right: 26px;
	padding-bottom: 12px;
	padding-left: 26px;
	margin-top: 12px;
	margin-bottom:12px;
		}
.loginbutton:visited {/* Read More Buttons*/
	background-color:#0074a6;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}
.loginbutton:hover{
	background-color:#00a3eb;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}/* Read More Buttons*/

.loginmembers {
	background-color:#0074a6;
	border-radius:3px;
	border:none;
	color:#fff;
	display:inline-block;
	font-family:Verdana, arial, sans-serif;
	font-size:1.05em;
	font-weight: 700;
	text-align:center;
	text-decoration:none;
	float:right;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 18px;
	margin-top: 12px;
	margin-bottom:12px;
		}
.loginmembers:visited {/* Read More Buttons*/
	background-color:#0074a6;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}
.loginmembers:hover{
	background-color:#00a3eb;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}/* Read More Buttons*/

/*log-on login page
----------------------------------------*/
#log-on {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 14px;
	font-family: calibri;
	margin-top: 50px;
	}
.login-block {
  margin: 0 auto;
  width: 400px;
}
.login {
  width: 300px;
  background: white;
  opacity: 0.9;
  padding: 50px 50px 50px 30px;
  margin: 0 auto;
  display: block;
  position: absolute;
}
.loginheader  {
	font-size: 60px;
	color: rgb(102, 204,255);
	opacity: 0.9;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -12px;
	margin-left: 0px;
}
input { 
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgb(255, 120, 0);
  padding: 10px;
  background: white;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: .1em;
  
  &:focus {
    border: 3px solid rgb(255, 120, 0);
  }
}

.button {

	background: rgb(255, 120, 0);
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.button:hover {
	background-color:#0093eb;
}
.loginforgot {
	width:100%;
	margin-top:20px;
	font-family: 'calibri', Arial, sans-serif;
	line-height:  1.1em;
	display: block;
	text-decoration: none;
	list-style: none;
	text-align: center;
	color: #999;
}
/*------------------  log-on log-on page ENDS ENDS  -------------------*/

	/* INFO CONTACT US STARTS
--------------------------------------------*/
#info-contact {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 14px;
	font-family: calibri;

	margin-top: 50px;
	float: left;
	}
.info-contact-block {
  margin: 0 auto;
  width: 460px;
  float:left;
}
.info-contact-login {
	width: 400px;
	opacity: 0.9;
	display: block;
	position: inherit;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
	left: 80px;
	top: 550px;
}
.info-contact-loginheader  {
	font-size:2.9em;
	color: rgb(102, 204,255);
	opacity: 0.9;

	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 5px;
}
.info-contact-loginheader2  {
	font-size:1.7em;
	color: rgb(102, 204,255);
	opacity: 0.9;

	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 5px;
}
.info-contact-address {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 3.125em;
	width: 25.000em;
	margin-left: 3.750em;
	padding-left: 1.875em;
	float: left;
	}
.p_contacts {
	font-size: 0.875em;
	font-family: 'calibri', Arial, sans-serif;
	color: #666;
	letter-spacing: 0.1em;
	padding-bottom: 0.625em;
	}
.p_contacts-add {
	font-size: 14px;
	font-family: 'calibri', Arial, sans-serif;
	color: #666;
	letter-spacing: 0.1em;
	padding-bottom: 2px;
	line-height: 0.85em;
	font-weight: 700;
	}
.info-contact-map {
	margin-bottom:5%;
	margin-top: 12%;
	height: 240px;
	float: left;
	width: 325px;
	font-family: 'calibri',Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	margin-right: auto;
	margin-left:3%;
	padding: 3px;
	}
textarea {
	width: 350px;
	max-width: 350px;
	height: 150px;
	line-height: 150%;
	background-color:#FDFDFD;
	font-family:Arial, Helvetica, sans-serif;
	}
.submit input {
	width: auto;
	background: #F60;
	border: 0;
	display: block;
	text-decoration: none;
	cursor: pointer;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: right;
	margin-top: 15px;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	}
	/* INFO CONTACT US ENDS ENDS ENDS
--------------------------------------------*/
#container {
	width: auto;
	max-width:1200px;
	margin: 0 auto;

}
h1 {
	font-size: 32px;
	text-align: left;
	font-family: Georgia;
	font-weight: normal;
	/* text-shadow: #ddd 2px 2px 2px; */
	color: #888;
	padding: 20px 0;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding: 0 0 20px 0;
}
#wrapper {
	width: auto;
	max-width:1200px;
	margin-right: auto;
	margin-left: auto;
}

.topbar {
	width:100%;
	padding-bottom: 0px;
	padding-top: 30px;
	margin-top: 5px;
}
.loginbutton {
	background-color:#0074a6;
	border-radius:3px;
	border:none;
	color:#fff;
	display:inline-block;
	font-family:Verdana, arial, sans-serif;
	font-size:1.125em;
	font-weight: 700;
	text-align:center;
	text-decoration:none;
	float:right;
	padding-top: 12px;
	padding-right: 26px;
	padding-bottom: 12px;
	padding-left: 26px;
	margin-top: 12px;
	margin-bottom:12px;
		}
.loginbutton:visited {/* Read More Buttons*/
	background-color:#0074a6;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}
.loginbutton:hover{
	background-color:#00a3eb;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}/* Read More Buttons*/



/*log-on login page
----------------------------------------*/
#log-on {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 14px;
	font-family: calibri;
	margin-top: 50px;
	}
.login-block {
  margin: 0 auto;
  width: 400px;
}
.login {
  width: 300px;
  background: white;
  opacity: 0.9;
  padding: 50px 50px 50px 30px;
  margin: 0 auto;
  display: block;
  position: absolute;
}
.loginheader  {
	font-size: 60px;
	color: rgb(102, 204,255);
	opacity: 0.9;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -12px;
	margin-left: 0px;
}
input { 
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgb(255, 120, 0);
  padding: 10px;
  background: white;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: .1em;
  
  &:focus {
    border: 3px solid rgb(255, 120, 0);
  }
}

.button {
	width: 100%;
	background: rgb(255, 120, 0);
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.button:hover {
	background-color:#0093eb;
}
.loginforgot {
	width:100%;
	margin-top:20px;
	font-family: 'calibri', Arial, sans-serif;
	line-height:  1.1em;
	display: block;
	text-decoration: none;
	list-style: none;
	text-align: center;
	color: #999;
}
/*------------------  log-on log-on page ENDS ENDS  -------------------*/

/* xxxxxxxxxxxxxxx   Navigation-menu xxxxxxxxxxxxxxxxxx*/
nav ul {
	width: auto;
	max-width:1200px;
	padding:0 1.875em;
	overflow: hidden;
	margin: 0 auto;
background-color:#036C81
}
nav ul li {
	display:inline-block;
	}

nav ul li a, nav ul li a:link, nav ul li a:visited {
	font-weight:500;
	display: inline-block;
	padding: 1em 2em;
	text-decoration: none;

	color:#fff;
	background-color:#036C81
	}

nav ul li a:hover, nav ul li a:active {
	color:#fff;	background-color:#a6a5a5; opacity:3;
		}
		
nav ul li a.active, nav ul li a.active:link, nav ul li a.active:visited {
	background-color: #e6e6e6;
	color: #036C81;
		}
/* xxxxxxxxxxxxxxx   dropdown sub-menu xxxxxxxxxxxxxxxxxx*/
#dropdown {
		width: auto;
	max-width:1200px;
		margin: 0 auto;
		border-top: none;
		display: none;
		position: relative;
		overflow: hidden;
		left:0%;
		height: 325px;
		text-decoration:none;
		background-color:#e6e6e6; /*#47a3da;*/
	}
		#dropdown a {text-decoration: none;}

.loading {
	}
	
	#dropdown.minheight {
		min-height: 270px;
		height: auto;
		_height: 270px; /* for I6 */
	}
/* xxxxxxxxxxxxxxx   main container xxxxxxxxxxxxxxxxxx*/
	#main {
	width: auto;
	max-width:1200px;
	left:0%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#333;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;


	}
		#main-docs {

width: auto;
	max-width:1200px;
	left:0%;
	height:570px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;


	}
	mainsubholder {
 						/* background: #ecf0f1; */

  padding: 1em 0 1em 1em;
}
mainsubholder .overview {
  min-height: 275px;
 					 height:275px;
}
mainsubholder .overview .widget-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
mainsubholder .overview .widget-container .widget {
  background: #bdc3c7;
  -webkit-box-flex: 6;
  -webkit-flex: 9 1 0%;
      -ms-flex: 9 1 0%;
          flex: 9 1 0%;
  margin: 0 1em 1em 0;
  min-width: 20em;
}
mainsubholder .overview .widget-container .widget header {
  background: #2c3e50;
  color: #ecf0f1;
  padding: 1em;
}
mainsubholder .overview .widget-container .widget header h3::before {
  display: inline-block;
  width: 1.5em;
}
mainsubholder .overview .widget-container .widget .content {
	padding: 1em;
	
}
mainsubholder .overview .widget-container .widget .content li {
	list-style-type: square;
	margin: 0 0 0 1em;

}
mainsubholder .overview .widget-container .widget .content .ok::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: yellow;
  border-radius: 50%;
  margin: 0 1em 0 0;
}
.div-1 {
	display: inline-block;
	width: 66.666%;
	border-radius: 5px;
	padding-top: 1em;
}
.div-2 {
	display: inline-block;
	width:  33.333%;
	background-color: #F69; border-radius: 5px;
	padding-top: 1em;
}
.close {
	position: absolute;
	top: 10px;
	right: 10px;
	padding:10px;
}
.close a:hover { color: #3c7289; }

	/* xxxxxxxxxxxxxxx  inner container xxxxxxxxxxxxxxxxxx*/
	#ajax {
		position: absolute;
		width:99%;  /* width:auto; max-width:1000px;  */
		left:0%;
		margin-left:6%; margin-right:4%;
		padding-bottom:3em;
	}
	#ajax h2 {
	text-align: center;
	font-size: 180%;
	color:#afdefa;
			}
	#ajax h4 {
	color:#036C81;
	margin:0;
	font-size:160%;
	font-weight:400;
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 0.6em;
	padding-left: 0;
	}
	#ajax ul {
	float:left;
	width:31%;
	position: relative;
	display:block;
	}
	#ajax ul:nth-child(3n+3) {
		margin-left:50px;	
	}

	#ajax ul li {
	padding: 0em;
	list-style:none; width:auto;
	}
	#ajax ul li a {
		line-height: 2em;
		color: #036C81;
		border-radius:3px;
		padding-top: 0px;

		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		opacity:1;
			}
	#ajax ul li a:hover {
		background-color:#3c7289;
		color:#FFF;
		opacity:5;
			}
		
	footer p {
		text-align: center;
	}
.div-1 { float: left; width: 53.3333%; }
.div-2 { float: left; width: 33.3333%; }
.div-3 { float: left; width: 33.3333%; }



/* HEADER */
	#container-members{
}

#container-members header {
	width:auto;
	position:relative;
	height:auto;
	max-width:1200px;
	background-color:#333333;

	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
strong {
       font-weight:700;
		
	}
/*   header h1
header p {
        margin-left:102px;
}   */

header img {
	float:left;
	margin-left:40px;
}
ul.newitem {
	list-style:none;
	font-size: 14px;
	text-indent:0px;
	width:100%;
	margin-top: 0.5%;
	margin-bottom: 1%;
	position:relative;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	display:inline-block;
}
.newitem li { 	
	float:left;
	width:28%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;	
	color:#fff;
display:inline-block
}
.newitem li { border-right:1px dotted grey; height:50px }
.newitem li:last-child {
    border:none;
}
ul li a:hover.newitem {
        color:#E56038;
}
.newitem img { float:left; margin-left:30px; }


/* MOBILE */
#mobileMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%; 
        display: none;
}
#mobileMenu ul li {
        display:block;
        background-color: #E56038;
        color: #fff;
        padding: 12px 0;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid #CC5836;
}
.toggleMobile {
        display: none;
	}

/* SPACER */
#spacer {
	width:auto;
	max-width:1200px;
	height:60px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #666;
	font-size:14px;
	background-color:#e6e6e6;
}
#spacer p {
	margin-top:15px;
	width:96%;
	position:absolute;
	margin-left:40px;
	padding-top: 0px;
	margin-right: 0px;
}
#spacer-hidden { display:none;}

/* 1 COLUMNS */
#container-1 {
	width:100%;
	max-width:1200px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: 'Open Sans', sans-serif;
	background-color:#e6e6e6; font-size:1.05em;
}
#container-1 article.reports {position: relative;
	color:#fff;
	float:left;
	width:36%;
	background-color:#036C81;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	min-height:655px; display:block; border-radius:3px;
	}
#container-1 article.docs { position: relative;
	float:left;
	color:#fff;
	width:59%;
	background-color:#036C81;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 10px;
	min-height:655px;	display:block; border-radius:3px;
}
#container-1 article h3, 
#container-2 h3 {
	color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	text-align: center;
	margin-top:20px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	padding:3px;
	width: auto;
	left: 10%;
	z-index: 4;
}
#container-1 article h4 {
	color:#afdefa;
	margin:0;
	font-size:125%;
	font-weight:300;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0em;
	}

ul.reportlist {
	position:relative;
	width: auto;
	height:380px;
	color: #fff;
	text-indent:0px;
	list-style-type: none;	
	padding-left:3em;
}
.reportlist li {
	line-height:1.6em;
 	display:block;
	width: 100%;
	text-decoration: none;
}


/* DOCUMENTBOX */

.documentlist h6 {
font-size:100%;

}
ul.documentlist {
		width: auto;
		height:auto;
		color: #fff;
		text-indent:0px;
		list-style-type: none;
		margin-left:0px; margin-bottom:50px;
		left:0;
		display:block;
			position:relative; overflow:hidden;
}
.documentlist li {
	text-decoration: none; margin-left:40px; margin-right:20px; 
}
.documentlist ul li a {
    text-decoration: none; 
	color:#FFF;
		border-radius:3px;
		padding-top: 0px;
		padding-right: 5px;
		padding-bottom: 5px;
		opacity:1; display:block;
}
.documentlist ul li a:hover { 
	opacity:5;
}

/*xxxxxxxxxxxxxx LINK BOX xxxxxxxxxxxxxxxxxxxxxxx*/
.box {
  width:28%;
  height: 60px;
  margin-top: 10px;
  margin-bottom:0px; float: right;

  padding: 0px;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.box2 {
  width:28%;
  height: 60px;
  margin-top: 10px;
  margin-bottom:0px; float: left;

  padding: 0px;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.reports a.expand, .docs a.expand {
  width: 60px;
  height: 40px;
  background: #fff;
  font-weight: 700;
  color: #036C81;
  display: block;
  margin-top: 0px ;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}
.reports a.expand, .docs a.expand {
	border-radius:3px;
}

.box a.expand span.plus{
  opacity: 1;
  padding-left: 2px; 
}
.box a.expand span.minus {
  opacity: 0;
}

 /* DOCUMENT BOX CALENDAR LAYOUT */ 
.calendar {
	float:left;
	margin-top:0px;
	margin-right:0px;
	margin-left:-80px;
	width:80px;
	height:58px;
	padding-left: 0px;
	position: relative;
	padding-bottom:4px;
	display:block;
}
.num-day { position: relative;
    height:35px;
    font-size: 20px;
	font-weight:600;
    color: #333;
    text-align: center;
	float:left;
	padding-top: 2px;
	border-right: 1px dotted grey;
	width:33px;
}
.calendar-month, .year  {
position: relative;
	font-family:'Open Sans', sans-serif;
    font-size: 14px;  
	line-height:14px;	
	color: darkgrey;
	padding-top: 4px;
	padding-left: 5px;
	width:40%; 	
	float:left ; 
}
.calendar-month {
	letter-spacing: 0.14em; 
}

/*xxxxxxxxxxxxxx charts & social media container xxxxxxxxxxxxxxxxxxxxxxx*/
#container-2 {
	width:auto;
	max-width:1200px;
	min-height: 425px; height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 45px;
	padding-left: 0;
	letter-spacing: 0.03em; 
	font-size:0.95em; 	
	background-color:#e6e6e6;
}
/* HIGHCHARTSDATA BOX */
#container-2 article.chartdata {
		float:left;
		color:#FFF;
		width:61%;
		background-color:#036C81;
		margin-top: 0px;
		margin-right: 10px;
		margin-bottom: 0px;
		margin-left: 20px;	
		min-height:250px;
		border-radius:3px;
	}
/* TWITTER BOX */
#container-2 article.Social-media { 
	color:#fff;
	float:left;
	width:34%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-left:20px; padding-right:10px;
	background-color:#036C81; 
		min-height:384px; height:384px;
		border-radius:3px;
}

p.twitter {
        margin:15px auto; font-style:italic; font-size:14px; width:90%;color:#fff;
}

/* SKIPtoTOP */
.go-top
{
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;

        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover
{
        background-color: rgba(0, 0, 0, 0.6);
}
/******************** Footer starts*********************/

 /* ========================================
  Primary footer
  ========================================
*/
.primary-footer {
	
	width:auto;
	max-width:1200px;
	color: #648880;
	font-size: 16px;
	padding-bottom: 14px;
	padding-top: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9CC;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;

}
.primary-footer small {
	float: left;
	font-weight: 400;
}
.footer {
width: 100%;
height: 170px;
box-sizing: border-box;
background: #f5f5f5;
padding: 10px 20px 10px 20px;
margin: 10px 0 10px;
border: 1px solid #ccc;
}
.footer .col {
	width: 210px; 
	float: left;
	margin: 0 0 0 30px;
}
.footer .col p {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #343434;
}
.footer a {
  color:#343434;
  font-size:14px;
  line-height:22px;
  font-weight:300;
  text-decoration:none;
  display:block;
}
.footer a:hover {
  text-decoration:underline;
}
.footer-contact {
	color: #666;
	font-size:12px;
	font-weight:300;
	padding:0px 0px 10px 0px;
	text-align: center;
}
.footer-contact div {
  display:inline;
}
.footer-contact a {
  display:inline;
  color:inherit;
  font-size:inherit;
  line-height:inherit;
    text-decoration: none;
}
.footer-copyright {
  font-size:11px;
  font-weight:300;
  text-align: center;
}

.footer-divider {
  margin:0px 4px 0px 4px;
  color:#F00;
}
  .footer-contact span.mobile {
    display: inline-block;
  }
  /******************** Footer ENDS*********************/

/* MISC */
.clear
{
        clear:both;
}
.hidden {
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
        clip: rect(1px, 1px, 1px, 1px);
}












/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */












@media (max-width: 1216px)
{ 
#main { margin:0px auto; 
	padding:0px; width:100%; height:auto;
	}
	.newitem img {
		position: relative;
		height:auto;   	
	}
	
 ul.newitem { position: relative;
 	float:none; display:inline-block;
	top:0px;
	margin-bottom:0.75em;
    
		width:100%;
		height:auto;

	  
}

ul.newitem li { 
		margin-left:0.0em;
		margin-right:0.15em;
		margin-top:1em;margin-bottom:0.5em;
		border:none;
		width:29%;
		line-height:1.3em;	
		display:block; 
	}	
	
 #container-1 {width:100%; margin:0px;  }
  #container-2 {  width:100%; margin:0px;}
  
  #container-1 article.reports {
	position:relative;
	width:28%;
	height:100%;
		margin: 0px;
		 padding:0px;
		 display:block; overflow:hidden;          
}  

ul.reportlist {
	width:99%;
	height:auto;
	color: #fff;
	margin-left:0px; margin-right:0px;
	list-style-type: none; margin-bottom:10%;
}
.reportlist li {
	line-height:1.8em;
	width: 100%;
	text-decoration: none;
	display:block;
	margin:0 0px;
}

#container-1 article.docs {
	width:71.5%;
	position:relative;

		margin: 0px;
		margin-left:0.5%;
		padding:0px;
		 display:block; min-height:425px; height:100%; 
	
}
ul.documentlist {
	
		list-style-type: none;
		margin-left:20px;
		margin-right:20px;
		display:inline-block;           
}
.documentlist li {	
		margin:0.1em;
		text-decoration: none; 					
}


.box {

  margin-top: 0px;
  margin-bottom:2.5%;
  margin-left:auto;
  margin-right:auto;						

}
.reports a.expand, .docs a.expand {

  background: #fff;
  font-weight: 700;
  color: #036C81;
  display: block;
  margin-top: 0px ;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0px;
  position: inherit;
  left: 0;
  right: 0;
  bottom: 0px;
}




#container-2 article.chartdata {
			   width:71.5%;
	position:relative;

		margin: 0px;
		margin-left:0; margin-right:0.5%;
		padding:0px;
		 display:block; height:100%;
	}
#container-2 article.Social-media {
    position:relative;
	width:28%;
	height:100%;
		margin: 0px;
		 padding:5px;
		 display:block; overflow:hidden;         
 }	
#container-2 article.Social-media p {
        margin:10px auto; font-style:italic; font-size:0.93em; width:70%;
}

}

@media (max-width: 1188px)
{ 


ul.newitem li { 
		margin-left:0.0em;
		margin-right:0.15em;
		margin-top:1em;margin-bottom:0.75em; padding-left:3px; padding-right:3px;
		border:none;
		width:28.5%; height:auto;
		line-height:1.3em;	
		display:block;
	}	
	#container-1 article.docs {
	 min-height:555px;
	 height:auto;
	 overflow:hidden; 
	}
}

@media (max-width: 1067px)
{ 


ul.newitem li { 
		margin-left:0.5em;
		margin-right:0.15em;
		margin-top:1em;margin-bottom:0.75em;
		padding:0;
		border:none;
		max-width:290px;
		width:auto; height:100%;
		line-height:1.3em;	
		display:block; 
	}	
}

@media (max-width: 1053px)
{ 


ul.newitem li { 
		margin-left:0.2em;
		margin-right:0.15em;
		margin-top:1em;margin-bottom:0.75em;
		padding:0;
		border:none;
		max-width:290px;
		width:27.45%; height:100%;
		line-height:1.3em;	
		display:block; 
	}	
}


@media (max-width: 1040px)
{ 
.topbar {
	padding-bottom:0;
	margin-top:0;
	min-height:10%; 
}
.loginbutton {
	border-radius:0.125em; /* 2px */
    overflow: hidden;
	font-size:0.825em;
	padding-top: 0.375em; /* 6px */
	padding-right: 0.375em; /* 6px */
	padding-bottom: 0.375em; /* 6px */
	padding-left:0.375em; /* 6px */
	font-weight: 500;
 	max-height:100%;
 	min-height:85%;
  	margin-right:0.750em; /* 12px */
	margin-top:0.375em; /* 6px */
	float:right;
}

.lang_bar {
	color:#EBEBEB;
	background-color: #F00;
	width:100%;
		height:25%;
		margin:0;
	font-size:0.75em;
	text-align:left;
	min-width:2.1em;
	padding-right:0;
	float:left;
	text-align:center;
	line-height:1.9em;
	display:inline-block;
}
.lang_bar a {
	color:#FFF;
	text-decoration:none;
}
.lang_bar a:hover{			/* Keep */
	color: #666;
	text-decoration: none;
}

.topbar img { height:auto; display: block;}

/* xxxxxxxxxxxxxxx   Navigation-menu xxxxxxxxxxxxxxxxxx*/
nav ul {
	width: auto;
	height:45px;

	padding:0.75em;

	margin: 0 auto;

}
nav ul li {
	display:inline-block; width:auto; padding:0.75em;
	}

nav ul li a, nav ul li a:link, nav ul li a:visited {
	display: inline-block;
	padding: 1em 0.5em;

	}


	.newitem img {
	margin-top: 0.50em;
	margin-bottom:1.50em;
	padding-right:1.01em;
		max-width:20%;
		height:auto;
		display: block;
	}
#container header nav ul li {
	margin-top: -599px;
	top:0px;
	clear:both;

	}
	#container-members {
		background-color:#300;
		height:auto;
		margin-top:0;
		margin-left:auto;
		margin-right:auto;
		max-width:99.59%;
	}
	header img {
		display:block;
		margin-top:0px;
		margin-left:0.5em;
		width:auto;
		height:auto;
	}

	
#main { margin:0px auto; 
	padding:0px;
	}



 #container-1 {width:100%; margin:0px;  }
  #container-2 {  width:100%; margin:0px;}


}

@media (max-width: 927px)
{ 


ul.newitem li { 
		margin-left:0.2em;
		margin-right:0.15em;
		margin-top:1em;margin-bottom:0.75em;
		padding:5px;
		border:none;
		max-width:290px;
		width:27.35%; height:auto;
		line-height:1.3em;	
		display:block; 
	}	
}
@media (max-width: 915px) 
{
		

		
		header img {
		margin-left:0.3em;
		width:auto;
		height:auto;
	}

  	
/*	.newitem img {
		  position: relative;
		max-width:20%;
		height:30%;
	}*/
	
	#container-members {
		position:relative;
		display:block;
		font-size:0.95em;
		width:100%;
		height:auto; 

	}
.topbar img {
		height:auto;
		max-width:60%; 
	}
	.newitem img {
	margin-top: 1.50em;
	margin-bottom:1.50em;
	padding-right:1.01em;
		height:78%;
		display: block; 
	}
ul.newitem {
	float:none;
	margin-left:0;
	margin-right:0;
	border:none;
	display:block;
	margin-top:0px; width:100%;
}
	
ul.newitem li {
	float:none;
 display:block;
 max-width:90%;
width:auto;
height:30%;
margin-top:0px;
	margin-left:9.5em;
	margin-right:1.01em;
	padding-top:0.3em;
	padding-left:1.01em;
	border-right:none;
	line-height:17px;
	font-size:0.99em;
	text-align:left; 
}


	  #spacer {
      display:none;

        }
	#spacer-hidden {
	display:block; 	background-color:#e6e6e6;
	font-size:0.85em;
	padding-top:2%;
	padding-left:2%;
	text-align:center;
	width:auto;
	height:3.95em;
	}
	#spacer p {
    text-align:left;
	color:#333;
    position: static;
    margin: 0 auto; 
 }

.topbar {
	padding-bottom:60px;
	margin-top:0; 

}	
#container-1 article.reports {
	position:relative;
	margin-bottom: 20px;
	padding:0px;
	display:block; min-height:325px; height:100%; width:100%; font-size:110%;
}
ul.reportlist {
	width:99%;
	height:auto;
	color: #fff;
	margin-left:0px; margin-right:0px;
	list-style-type: none; margin-bottom:3%; text-align:center;	display:inline-block;
}
.reportlist li {
	line-height:1.8em;

	width: 100%;
	text-decoration: none;
	display:inline-block;
	margin:0 0px; text-align:center;
}
#container-1 article.docs {
	font-size:110%;
	position:relative;
	margin: 0px;
	padding:0px;
	display:block; min-height:585px; height:100%; width:100%; 
}
.box {
	width:60px;

  margin-top: 1%;
  margin-bottom:1%;
  margin-left:auto;
  margin-right:auto;  						
}



#container-2 article.chartdata {
			   margin: 0 0 10px 0px;
				padding:0px;
            width:100%;
	}
#container-2 article.Social-media {
      margin: 0 0 40px 0px;
      width:100%;
	  display:inline-block; min-height:200px; height:220px;
 }	
#container-2 article.Social-media p {
        margin:10px auto; font-style:italic; font-size:0.93em; width:90%;
}	
}

@media screen and (max-width:741px) 
{
	#main { display:none;}
		


}

@media (max-width: 755px)
{
       	#main { display:none;}
.chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
}		
.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

div#logouttop {					/* Keep */
display:none;
}
div#languagebar { 			/* Keep */
	display:none;
}
.loginbutton {
	display:none;
}
.loginmembers{display:none;}

	#spacer-hidden {
	display: none;
	}


#mobile { 
		display:block; 
		width:100%; 
	}
.mobile-logo { position: fixed;
                top: 0px;
                left: 50px;
                display:block;
				width:99.9%;
				color:#FFF;
				height:43px;

                cursor: pointer;
                z-index: 2; background-color:#fff; overflow:hidden;
}
.mobile-logo img { margin-left:0px; position: static; width:39%; min-width:245px; display:block; 

		}	
fa fa-angle-down {background-color:#FC0; margin-top:20px;}
.language-selector {font-size:90%; font-weight:400; 
display:block; 
top:0; 
left:90%; 	
margin-top:0px;
margin-left:-15px;
margin-right:0px;/* was 25px */
margin-bottom:0px;
padding:6px;
color:#404040; position:fixed; width:58px; height:43px; text-align:left; vertical-align:baseline;
}		
.language { top:36px;left:81%; 
    position:fixed;
    display: block; 
	margin:5px auto;
	font-size:75%;list-style:none; text-decoration: none; 
	max-width:755px; width:51%;
	z-index:9999; 


	}

.language:hover .language-content ul { top:0px; padding:0px;
    text-decoration: none; position:relative;
	list-style:none;
	color:#FFF;
	opacity:1;  
}
.language:hover .language-content li {list-style:none;text-decoration: none; margin:0px 0px; display:block; padding:10px 2px; 
}
.language:hover .language-content ul li a {
    text-decoration: none;
	list-style:none;
	color:#FFF; width:auto; text-align:left;

		padding: 0px;
		opacity:1; display:block; 
}
.language:hover .language-content ul li a:hover { 
	opacity:5; text-decoration:none;list-style:none; color:#999; margin:0px
}
	
	
	   #container-mobile #content {
    position:absolute;
    top:0;
    left:0;
    margin-left:8px;
    margin-top:20px;
    height:auto;
    width:100%;

  z-index: 99;
  overflow: visible;
}

#sidebar-item {
  position: fixed;
  z-index: 4;
  height: 85%;
  width: 300px;
  overflow-x: hidden;  /*  overflow-y: visible; */

  margin: 55px auto;
  left: -300px; 
  top: 0px; 

}

#sidebar-item #mobile-nav ul .nav-item  {
  position: relative;
  margin:0px;
  padding: 15px 25px;

  list-style: none;
  width: 100%; 
  color: #fff;
  font-size: 1.15em;

  overflow: visible

}

#sidebar-item #mobile-nav ul .sub-nav .sub-nav-item {
  position: relative;
  margin:0px;

  list-style: none;
  width: 100%;
  color: #fff; 
  font-size: 1.0em;

  overflow: visible;

}
#sidebar-item #mobile-nav ul .nav-item h3 {
  position: relative; display:block;
  font-size: 0.95em;
  font-weight: 300;
  color: #fff;
  padding: 0px 25px;
  margin: 0;
  text-shadow: 0px -2px #333;
}

#mobile-nav ul {
	width: 100%; height:auto;
	padding:0 0em;
	overflow: visible;
	margin: 0;
background-color:#404040;
}
#mobile-nav ul li {
	display:block; text-decoration:none;
	}
#mobile-nav ul li a, #mobile-nav ul li a:link, #mobile-nav ul li a:visited {
	font-weight:300;
	display: inline-block;
	padding: 0em 0em;
	text-decoration: none;
	background-color:rgba(0, 0, 0, 0);
	}
	   #mobileMenu {
                display: block;
                z-index: 99;
        }

        .toggleMobile  {
                position: fixed;
                top: 0px;
                left: 0px;
                display: block;
                width: 50px;
                height: 43px; padding:10px;
                cursor: pointer;
                z-index: 999; background-color:#fff;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute; margin:5px;
                width: 30px;
				top:0px;
                height: 2px; padding-top:0px;
                left: 5px;
                background:#404040; 
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 6px;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 22px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
header { display:none;}
nav {}
ul {}
	
	/* xxxxxxxxxxxxxxx   dropdown sub-menu xxxxxxxxxxxxxxxxxx*/
#dropdown {
		width: auto;
		height: 28em; display:none;

	}

	/* xxxxxxxxxxxxxxx  inner container xxxxxxxxxxxxxxxxxx*/
	#ajax {
		position: absolute;
		width:98%;  /* width:auto; max-width:1000px;  */
		height:100%;
		left:0%;
		margin-left:1%; margin-right:1%;
		padding-bottom:1.5em; display:none;
	}
	#ajax h2 {
	text-align: center;
	font-size: 140%;
	color:#afdefa; display:none;
			}
	#ajax h4 { display:none;
	
	/*color:#309;
	margin:0;
	font-size:120%;
	font-weight:500;
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 0.4em;
	padding-left: 0; */
	}
	#ajax ul { float: left;
	
	width:31%;height:50%; top:20px;
	position: relative; 
	display:block;margin-left:40px; background-color:#FC0;display:none;	 
	}
		#ajax ul:nth-child(2n+2) {
		margin-left:40px; display:none; 	
	}

	#ajax ul:nth-child(3n+3) {
		top:40px;
		left:20px;
		margin-left:42.5%;height:auto; background-color:#C90;display:none;	
	}

	#ajax ul li {
	padding: 0em;
	list-style:none; width:100%; display:none; font-size:90%;line-height:2.1em;
	}
	#ajax ul li a {

		padding-top: 1px;
		padding-right: 2px;
		padding-bottom: 1px;
		padding-left: 2px;
		opacity:1; display:none;
			}

}


@media (max-width: 681px)
{ 
/* xxxxxxxxxxxxxxx   Navigation-menu xxxxxxxxxxxxxxxxxx*/
nav ul {
	max-width:681px;
	width: 100%;
	height:auto;

	padding:0.25em;

	margin: 0 auto;

}
nav ul li {
	display:inline-block; width:auto; margin:0 0em; padding:0.15em; font-size:90%;
	}

nav ul li a, nav ul li a:link, nav ul li a:visited {
	display: inline-block;
	padding: 0.55em 0.25em;

	}
}

@media (max-width: 615px)
{

	   
	   #spacer {
         display:none;
        }
		
.newitem li {
	margin-left:23%;
	margin-right:2.01em;
	border-bottom:1px dotted #FFF;
	max-width:75%;
	left:0px;
		font-size:0.93em;
}
	
.topbar {
	margin-bottom:40px;
	margin-top:-20px; 
}


}



@media (max-width: 500px)
{
.topbar {
	height:10%;
	margin-bottom:4.75%;
	clear:both;
	margin-top:-30px; 

}

	#container header {  
	margin-top: 10px; display:none; 

	}
	
	header img {
		display:none;
	}
nav ul {
	max-width:500px;
	width: 100%;
	height:auto;

	padding:0.25em;

	margin: 0 auto;

}
nav ul li {
	display:inline-block; width:100%; margin:0.5em 0em;  font-size:100%; 
	}

nav ul li a, nav ul li a:link, nav ul li a:visited {
	display: inline-block;
	padding: 0.55em 0.95em;
	margin-top:0;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;   
	
	

	}
   	.newitem img {
		position: relative;
		height:auto; width:100%;	
	}
	
	ul.newitem {
	float:none;
	margin-left:0;
	margin-right:0;
	border:none;
	display:block;
	margin-top:0px; width:100%;
}
	
ul.newitem li {
	margin-left:7.5em;
}
 ul.newitem { 
 	float:none;
	top:0px;
	margin-top:0.25em;
		width:auto;
		height:auto;
		display:block;
}
	
#container-1 {
	border:none; margin-top:0px; 
}
.reports h3 { 
	width:60%;
	left:0;
	margin-left:77px;
	margin-right:28px;
	text-align: right;
}
	#container-1 article h4 {
	width:88%;
	height:auto;
	color: #afdefa;
	list-style-type: none;
	}
		 
 #container-1 article.reports {
	 font-size:120%;
	 line-height:1.8em;
	 text-align:center;
		margin-top: 0%;
		margin-bottom:1%;
         width:100%;
		 padding:0px;
		 padding-bottom:10px;
		 
		  min-height:420px;
		  height:auto;
		  display:block;
		  border-bottom:3px solid #333;
}    
#container-1 article.docs {
	 font-size:120%;
		margin: 0px;
		padding:0px;
         width:100%;
		 position:relative;
		 display:inline-block;
}
ul.documentlist {
	
		width: 99%;
		list-style-type: none;
		margin:0.2em;
		position:relative;
		height:auto;
}
.documentlist li {	
		margin:0.5em;
		text-decoration: none;
		height:auto
}
.calendar {
	position: absolute;
	float:none;
	margin-top:1px;
	left:9px;
	margin-left:9px;
	width:70px;
	display:BLOCK;
	
}

#container-2 article.chartdata {
			margin: 0px;
				padding:0px;
            width:100%;
	}	
    #container-2 article.Social-media {
         margin: 0 0 40px 0px;
          width:auto;
        }
 

#container-2 article.chartdata {
			margin: 0px;
				padding:0px;
            width:100%;
	}	
    #container-2 article.Social-media {
         margin: 20px 0 40px 0px;
          width:auto; height:auto
        }
}

@media (max-width: 483px)
{	
  /*  .mobile-logo img { margin-left:10px; position: relative; max-width:483px; height:auto;
		}
    #mobileMenu {
                display: block;
                z-index: 99; background-color:#F90;
        }

        .toggleMobile  {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 36px;
                cursor: pointer;
                z-index: 999; 
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 40px;
                height: 8px;
                left: 0;
                background: #EDA28C;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
*/

}

  @media all and (min-width:320px) and (max-width:440px)
{
.mobile-logo { position: fixed;
                top: 0px;
                left: 50px;
                display:block;
				width:100%;
				color:#FFF;
				height:43px;

                cursor: pointer;
                z-index: 2; background-color:#FFF; overflow:hidden;
}	
 .mobile-logo img { float:none;margin-left:0px; padding:3px 2px; position: relative; min-width:75%; height:auto;
		}
}
@media (max-width: 320px)
{	
.topbar {
	height:6%;
	margin-bottom:0.75%;
	clear:both;
	margin-top:0;  
}
/*.mobile-logo img { margin-left:10px; position: relative; width:100%; height:auto;
		}


 xxx box with plus + xxx */

a.expand {
	position:relative;
	width: 70px;
  height: 40px;
  background: #F90;
  font-weight: 700;
  color: fff;
  margin-right:50px;
  left:20px;
  bottom:20px;
}
.box {
  width: 24%;
  height: 60px;
  margin-left:auto;
  margin-right:auto; 
  
}
.box a.expand {

  background: #fff;

}

}

<script>
$('document').ready(function() {
  var screenHeight = $(window).height();
  var screenWidth = $(window).width();
  var navHeight = $('#main-nav').height();
  var contentHeight = screenHeight - navHeight;

  var delay = 300;
  $('.nav-item').each(function() {
    $(this).css('transition-delay', delay + 'ms');
    delay = delay + 100;
  });

  $('#mobile-nav').height(screenHeight);
  $('#content').css({
    'height': contentHeight,
    'margin-top': navHeight
  });

  $('.nav-item').each(function() {
    if ($(this).next().is('.sub-nav')) {
      $(this).addClass('arrowed');
    } else {};
  });
  $('.toggleMobile').click(function() {
    closeOut()
  });
  $('#content').click(function() {
    if ($('#container-mobile').hasClass('body-slide')) {
      closeOut()
    } else {};
  });
  $('.arrowed').click(function() {
    $(this).toggleClass('selected');
    $(this).siblings().removeClass("selected");
    $('.sub-nav').each(function() {
      $(this).slideUp("slow");
    });
    if ($(this).next('.sub-nav').is(':visible')) {
      $(this).next('.sub-nav').slideUp('slow');
    } else {
      $(this).next('.sub-nav').slideDown('slow');
    };
  });
});

function closeOut() {
  $('body').toggleClass('scroll-jam');
  $('#sidebar-item').toggleClass('nav-slide');
  $('#container-mobile').toggleClass('body-slide');
  $('.nav-item').toggleClass('item-slide');
  $('.nav-item').removeClass('selected');
  $('.sub-nav').each(function() {
    $(this).hide();
  });
  triangleRezise()
}

function triangleRezise() {
  if ($('#container-mobile').hasClass('body-slide')) {
    $('.triangle').css('transition', '300ms ease');
    var screenHeight = $(window).height();
    var screenWidth = $(window).width();
    var navHeight = $('#main-nav').height();
    var triangleHeight = screenHeight - navHeight;
    var triangleWidth = screenWidth - 300;
    var triangleWidth = triangleWidth / 3;
    var triangleWidth = triangleWidth * 2;
    var triangleHeight = triangleHeight * 2;
    var triangleHeight = "" + triangleHeight + "px ";
    var triangleWidth = "" + triangleWidth + "px ";
    var triangle = triangleHeight + triangleWidth + "0px 0px";
    $('.triangle').css("border-width", triangle);
  } else {
    var screenHeight = $(window).height();
    var screenWidth = $(window).width();
    var navHeight = $('#main-nav').height();
    var triangleHeight = screenHeight - navHeight;
    var triangleWidth = screenWidth / 3;
    var triangleWidth = triangleWidth * 2;
    var triangleHeight = triangleHeight * 2;
    var triangleHeight = "" + triangleHeight + "px ";
    var triangleWidth = "" + triangleWidth + "px ";
    var triangle = triangleHeight + triangleWidth + "0px 0px";
    $('.triangle').css("border-width", triangle);
    setTimeout(function() {
      $('.triangle').css('transition', 'none');
    }, 300);
  };
};
triangleRezise();
$(window).resize(function() {
  triangleRezise()
});
</script>


