@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 */



/*nav ul { list-style:none; }*/
	
/* xxxxxxxxxxxxxxxx   BackToTop button css   xxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:40px;
    height:40px;
    background-color:#FF9800;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px; box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
	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:white
}
#scroll:hover {
    background-color:#555;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
#topbar {
	width:100%;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px auto;
}
.language {
display:none;
}
.languagebar { 			/* Keep NEW */

	display: flex; justify-content: flex-end; align-items: center;margin: 0; height: 3em; padding: 0; 	

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #003399;
	text-decoration: none;
}
.languagebar a{			/* Keep NEW */
	color: #999999;
	text-decoration: none; padding-left: 0.3em; padding-right: 0.3em
}
.languagebar a:hover{			/* Keep */
	color: #003399;
	text-decoration: none;
}


.logouttop {					/* Keep */
	display: flex; justify-content: flex-end; align-items: center;margin: 0; height: 3em; padding: 0.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .70em;
	color: #003399;
	text-decoration: none;
}


/*log-on login page
----------------------------------------*/

.logo-container {
display: flex; justify-content: flex-end; align-items: center;margin: 0; height: 5em; padding-right: 0;
  margin-top: -1.5em;
}
.banner {margin-right: auto; margin-left: 1em; }

.loginmembers {
	background-color:#0074a6;
	border-radius:3px;
	border:none;
	color:#fff;
	
	font-size:0.85em;
	font-weight: 700;
	text-align:center;
	text-decoration:none;

	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	margin-top: 10px;
	margin-bottom:10px;
		}
.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;
}
.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: 5px;
  background: white;
  text-align: center;
  margin-bottom: 25px;

  letter-spacing: .01em;
  
/*
  &: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;
}
/*

.dddd { 
  max-width: 430px; width: 100%; height: auto;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
*/
.menu-icon {
  width: 100%; 
  height: 2.1em;
  background: red;
/*  text-align: right;*/
  
  box-sizing: border-box;
  padding:0px 24px;
  cursor: pointer;
  color: #fff;
  display: none;
}
.menu-icon h4 {color: white; padding: 0px}   
    
/* MAIN NAVIGATION
----------------------------------------*/    

#nav {
 max-height: 260px; height: 15%;
  text-align: center; 
  font-size: 1.01rem; 
  letter-spacing: 0.01em; font-weight: 600;
}
#nav ul { 
   background-color: rgba(37,150,190,1.00); 
/*
  display:flex;
  flex-direction:column; */
 list-style: none;

padding: 0px 0px;
margin:0px 0px
}
#nav ul li{
  list-style-type: none;padding: 0rem; 
}

#nav ul li a{
  padding:.5rem 1rem;
  display:block;
  text-decoration: none;
  color:#f9f9f9;
}


.nav.fixed {
width: 100%;
position: fixed;
top: 0;
left: 0; right: 0;
	z-index: 9999; 
}


#nav ul li:hover {padding: 0px;
background-color: rgba(240,255,255,1.00);
}
#nav ul li a:hover {
  color: rgb(0, 0, 0);}

#nav ul li.active { 
  background-color: rgba(240,255,255,1.00);} 

.nav ul li a:active {
/*   background-color:rgb(245, 245, 245); */
/*   padding:5px;*/
} 
#nav ul li a:focus{color: rgb(0, 0, 0);}


/************************************************************************************
Mobile Navigation
*************************************************************************************/
#responsive-nav {background:#005788;  line-height: 2.35em; color: #FFFFFF; }

/************************************************************************************
Mobile Navigation Ends
*************************************************************************************/


.dons {display: none;margin: 0}	

img.don{ display: block; width: 100%; }

.select-buttons {  margin: 0px auto;
	padding: 0px;  
			}	 
.select-buttons {  position: relative;
  display: inline-block;  margin-right: 10px; margin-bottom: 25px;
			}		
/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 2 #000000 !important;

  background-image: none; background-color: #D0D1E7;color: #000000;
}
		  
	  
		  
/* Custom Select */
.select {
  position: relative;
  display: block;
  margin: 0;
  width: 19.3em;
  height: 2.1em;
  line-height: 2.0em;
 font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  overflow: hidden;
  border-radius: .25em;
}
select { 
  width: 100%;
  height: 90%;
  margin: 0;
  padding: 0 0 0 .4em;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
/* Arrow */
.select::after {
  content: '\25BC'; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 .4em;
 
  pointer-events: none;
}
/* Transition */
.select:hover::after {
  color: #e74c3c;
}
.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}	


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
  display: block;
}


/************************************************************************************
GENERAL STYLING
*************************************************************************************/
a {
  
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none; 
}




.logo { display:block; max-width: 400px; width: 100%;  float: left }

.lang { display:block; max-width: 300px; width:100%;  float: right; }
		.logo-gmr { display: flex;  }	  

/* site description */
	
#site-description ul,
#site-description li,
#site-description a
  { text-decoration: none; margin: 0 0;
    position: static; font-size: 0.83em; font-weight: 400; padding: 5px 8px 5px ;  list-style: none;text-align: right
  }	

/************************************************************************************
STRUCTURE
*************************************************************************************/
.grad1 {
  height: 135px;
  
}

/* .grad1 {text-align:center;margin:auto;color:#ffffff;font-size:40px;font-weight:bold}*/



/************************************************************************************
CLEARFIX
*************************************************************************************/
.clear {clear:both}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx   media queries  xxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* CSS media Document */

/************************************************************************************
smaller than 1800
*************************************************************************************/
@media screen and (max-width: 1800px) {
  
/************************************************************************************
smaller than 1240
*************************************************************************************/
@media screen and (max-width: 1240px) {
  
/*
.date-time {left: 10; margin-left: 191px; width: 47%; font-size: 99%; padding-left: 10px;  }
 .date-time p {color: white;  text-align: center; padding: 0px; }  
 span.testx { text-align: center; padding-left: 10px;  }
*/

 /* content */

}

  /*Responsive design CSS*/
@media(max-width: 784px) {


.showing {
    max-height: 100vh;
  }

.menu-icon {
    display:flex;
    align-items: center;
    justify-content: space-between;
  }
    .menu-icon {
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  }
  .menu-icon:hover {
  background-color: green;
  cursor: pointer;
}
  
 
.nav ul li {
text-align: left;
padding: 0px 12px;
margin: 0; 
}

}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 730px) {

}

/* for 700px or less */
@media screen and (max-width: 600px) {

	
	.loginmembers {padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 5px; width: 30%}

}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {
  
}

/************************************************************************************
smaller than 420
*************************************************************************************/
@media screen and (max-width: 420px) {


}
   
  /* disable webkit text size adjust (for iPhone) */
  html { -webkit-text-size-adjust: none; }

}