/* CSS Document */
/*
  ========================================
  Clearfix
  ========================================
*/
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  clear: both;
  *zoom: 1;
}
article, section, aside, hgroup, nav, header, footer, figure, figcaption { 
    display: block;
}
*{
    margin: 0px;
    padding: 0px;
}
html {
  overflow-y: scroll;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	font-family:'PT Sans', Arial, sans-serif;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #C00;	
}
#wrapper {
	max-width: 1260px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
}
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;
}
.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*/






.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 {
	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  -------------------*/

	/* 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;
	}

VerificationBox {background-color: #EAE9E9; 	font-size: 1.875em;
	font-family: 'calibri', Arial, sans-serif;color: #666; }

.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
--------------------------------------------*/

header {
width: 100%;
}

.don,.don:visited {
padding:5px 10px 6px;
color:#fff;
text-decoration:none;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
text-shadow:0 -1px 1px rgba(0,0,0,0.25);
border-bottom:1px solid rgba(0,0,0,0.25);
position:relative;
cursor:pointer;
}
.large.don,.large.don:visited{ /* Read More Buttons*/
	font-size:11px;
	margin-left:10px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;position:relative;
}
.magenta.don,.magenta.don:visited {/* Read More Buttons*/
	background-color:#a9014b;position:relative;
}
.magenta.don:hover{
	background-color:#630030;position:relative;
}/* Read More Buttons*/
img {
    border: none;
}
p {
	font-size: 0.95em;
	line-height:1.3em;
	padding: 10px;
	font-weight: normal;
	color: #333;
}
.italicbody {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-style:italic;
	font-size:0.93em;
	line-height:1.25em;
	margin-top: 0px;
	color: #a7833e;
}
H1{}
H2{}
H3{}
H4{
	font-size: 1.08em;
	line-height:1.3em;
	font-weight: 200;
	color: #FFF;
	padding-top: 3px;
	padding-left: 11px;
	padding-bottom: 4px;
	letter-spacing: -0.3pt;
}
H5{
	font-size: 0.99em;
	line-height:1.3em;
	font-weight: 200;
	color: #FFF;
	padding-top: 3px;
	padding-left: 11px;
	padding-bottom: 4px;
	letter-spacing: -0.3pt;
}
.logo {
	display: inline-block;
	float: left;
	background-color: #fff;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 59%;
}
nav li.navRight { /* possible login far right */
    float: right;
    margin-right: 0px;
	background-color:#F00;
	text-align:right;
	position:relative;
	margin-left:55px;
}
nav li.separator
{
    display:none;
}
.blue ul li{
	background-color: #039;
}
nav {
	margin-left:Auto;
	margin-right:Auto;
	max-width:1260px;
	width:100%;
	padding: 0;
	background: #014464;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	font-family: 'PT Sans', Arial, sans-serif;
	z-index:2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777777;
}
nav:after {
  content: "";
  display: table;
  clear: both;
}
nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
background: #014464;
  z-index:2;
  
}
 nav li {
  margin: 0px;
  display: inline-block;
  float: left;
background: #014464;
background: -moz-linear-gradient(top, #0272a7, #013953);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
border-right:1px solid #777777;
}
nav a {
  display: block;
  padding: 0 25px;
  color: #FFF;
  line-height: 45px;
  text-decoration: none;
    font-size: 1.00em; /* 24 */
border-bottom:1px solid #111111;
}

nav ul li a:active,  {
	
}
nav ul li ul li:hover { background: #88b47f;  }
nav a:hover { background-color: #00675c;  }
nav ul ul {
  display: none;
  position: absolute;
  top: 45px;
}
nav ul li:hover > ul { display: inherit;  }

nav ul ul li {
  width: 270px;
  float: none;
  display: list-item;
  position: relative;
  background-color: #1F88A7;
}
 nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 270px;
}
li > a:after { content: ' '; }
.toggle, [id^=drop] {
 display: none;
}

li > a:only-child:after { content: ''; }

/* body content destop*/
#content {
	width: 595px;
	height:576px;
	float: left;
	margin-right: 10px;
	margin-top: 16px;
	border: 0px solid #d5dce4;
	margin-left: 0px;
	background-color:#F7F7F7;
}
.boxheader {
	background-color:#2C727C;
	height: 24px;
	position: relative;
	padding-bottom: 5px;
	padding-top: 5px;
	visibility: inherit;
	clear: both;
	width: 100%;

	overflow: visible;
}
aside {
	width: 320px;
height:250px;
	display: inline-block;
/*	background-color:#fafafa;  */
	margin-right: 10px; 
	margin-top: 0px; overflow: hidden;

}

#rightsidebar {
	width: 320px;
height: 250px; /*	height:280px; if border of 1px needed */
	display: inline-block;
 overflow: hidden;
	margin-top: 16px; 
/*	border: 1px solid #d5dce4;  */
}
.aside2 {
	width: 320px;
height:200px;
	display: inline-block;
	background-color:#d5dce4; 
	margin-right: 10px; 
	margin-top: 16px; overflow: hidden;

}
.aside3 {
		max-width: 320px; width: 49%;
height:250px;
	display: block;
	background-color:#fafafa; 
	margin-right: 10px; 
	margin-top: 0px; overflow: hidden;

}
#rightsidebar2 {
width: 320px;
height: 250px; /*	height:280px; if border of 1px needed */
	display: inline-block;
 overflow: hidden;
	margin-top: 16px; 
/*	border: 1px solid #d5dce4;  */
}
/******************** Footer starts*********************/

 /* ========================================
  Primary footer
  ========================================
*/

.primary-footer {
	color: #648880;
	font-size: 16px;
	padding-bottom: 14px;
	padding-top: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9CC;
	margin-top: 80px;
}
.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*********************/
.clear {
	clear:both;
	margin-right: auto;
	margin-left: auto;
	}
/* body content destop ends*/


/* -------Mobile Devices Menu1--------------------- */



@media all and (max-width : 768px) {
#wrapper {
	width:100%;
}
p {
	font-size: 90%;
}
.boxheader h4{
	font-size: 1.58em;
	line-height:0.9em;
	font-weight: 400;
	color: #FFF;
	padding-top: 2px;
	padding-left: 11px;
	padding-bottom: 2px;
	letter-spacing: -0.3pt;
}
.boxheader h5{
	font-size: 1.68em;
	line-height:0.9em;
	font-weight: 400;
	color: #FFF;
	padding-top: 2px;
	padding-left: 11px;
	padding-bottom: 2px;
	letter-spacing: -0.3pt;
}

.lang_bar {
	color:#EBEBEB;
	background-color:#000;
	width:100%;
		height:25%;
		margin:0;
	font-size:0.75em;
	text-align:right;
	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 {

	padding-bottom:0;
	margin-top:0;
	min-height:10%;
}
.topbar img { /* body charts scaling*/
  position: relative;
    display: inline-block;
  max-width:75%;
  min-width:75%;
  background-image:url(logo.jpg) no-repeat center;
  margin-top:0.063em; /* 1px */
  top:0.063em; /* 1px */
  }
.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;
}

	
.img{ /* picture slider*/
	display:none;
	}
.boxheader img { /* body charts scaling*/
    max-width: 100%;
    height: auto;
}

nav, nav a { margin: 0; border: none;  }

.toggle + a,.menu { display: none;
 }

 nav ul li {
  margin: 0;
  display: inline-block;
  float: left;
  width:100%;
font-family:'PT Sans', Arial, sans-serif;
font-weight:400;
}
 nav li { /* adjust Home & Conference Bkg color*/
  margin: 0;
  display: inline-block;
  float: left;
background: #254441;

}
navigmenu,.navmenu {
	width:100%;
}
.menu ul {
	 font-size: 0.84em;
}
.MENU li{
  padding:15%;
  color: #FFF;
  font-size: 1.1em;
  line-height: 2.813em;  /* 45 */
  text-decoration: none;
  border: none;
}
.toggle {
  display: block;
  background-color: #254441;
  padding: 0 4%;
  color: #FFF;
font-family:'PT Sans', Arial, sans-serif;
  font-size: 1.1em; /*  20px */
  line-height: 2.813em;  /* 45 */
  text-decoration: none;
  border: none;

  
}

nav a {
	display: block;
	padding: 0 4%;
	color: #FFF;
	line-height: 2.813em;  /* 45 */
	text-decoration: none;
	font-size: 1.1em; /* 24 */
}

.toggle:hover { background-color: #000000; }

[id^=drop]:checked + ul { display: block; }

nav ul  {

}
nav ul li {
  display: block;
  font-size: 1.1em; 
  }

nav ul ul .toggle,
 nav ul ul a { padding: 0 2.500em;  /*  40px */  }


nav ul ul ul a { padding: 0 5.000em;  /* 80px */   }

nav a:hover,
 nav ul ul ul a { background-color: #000000;    }
nav ul li ul li .toggle,
 nav ul ul a { background-color: #212121;  }


nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
  
  
}
nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }
 
nav ul ul li {
  display: block;
  width: 100%;
}
nav ul ul ul li { position: static;
}

/*------Body contents mobile-------*/
#content {
	width: 99%;

	margin-top: 5%;
	padding-left:0;
	padding-bottom:-5%;
		margin-left: 0%;
		
}
aside {
	width: 99%;
	height:23%;
	margin-top: 5%;
	padding-bottom:5%;
		background-color:#fafafa;
}

#rightsidebar {
	width: 99%;
	height:23%;
	margin-top: 0.5%;
	padding-bottom:5%;
}
/* ---------not sure if needed-------------
.magenta don a{color:#FFF;
	text-decoration:none;}
.magenta don {
	height:inherit;}
	-----------------------------------------*/
	
footer {
	padding: 1% 1%;
	width: 98%;
	float: none;
	}
footer {
	border: solid 1px #ccc;
	background-color:#EBEBEB
}
  #footer-contact {
    
  }
 .footer-divider {
    display:none;
  }
 .footer-contact span.mobile {
    display: block;
	font-size:1.05em;
	line-height: 1.59em;
	

  }
} /*(max-width : 768px) ends*/

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 100%;
}
#contentxx {
  display: block;
  width: 33%;
}
 .footer-contact span.mobile {
    display: block;

	background-color: #006;
	color:#FFF;
	

  }
	}

/* menu ENDS
--------------------------------------------*/

