/**************************
*	GLOBAL
**************************/
body
{
	font-size: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #333;
	}

#pagewrapper {
	width:1030px;
	margin-left: auto;
	margin-right:auto;
	-webkit-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.75);
box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.75);
}

a {
	text-decoration: none;
	color: #03c;
}

.header-menu a {
color: #fff;
}

.lower a {
color: #000;
}

.heavy
{
	font-weight: 700;;
}

ul, li
{
	margin: 0;
	padding: 0;
}

.logo, .boldred
{
	font-weight: 900;
	color: #c00;
}

a.boldred
{
	color: #c00;
}


/************
*	SLIDE SHOW
************/

.slideshow {
	margin: 0 0 45px 0;
	width: 1030px;
	padding:0;
	border: none;
}
.slideshow .box
{
	position: absolute;
	top: 80px;
	min-width: 290px;
	max-width: 380px;
	font-size: 13px;
	display: block;
	z-index: 100;
	right: 0;
}

.slideshow .box .box-title {
	display: block;
	background-color: rgba(204,0,0,0.7);
	color: white;
	font: 400 24px/1.1 "ProximaNova","Helvetica Neue",Arial,sans-serif;
	margin: 0px;
	padding: 8px 12px;

}

.slideshow .box .box-content {
	background-color: rgba(0,0,0,.7);
	color: white;
	padding: 12px;
	line-height: 1.5;
	margin: 0px;
} 

.slideshow .box .box-content a {
	color: #fff;
	text-decoration: underline;
	overflow: hidden;
	font-weight: bold;
}

.slideshow .box .box-content a:hover {
	text-decoration: underline;
}

.container-slideshow {
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 8px;
	border: none;	
	position: relative;
	overflow: hidden;
	width:1030px;
	height:287px;
}

/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    background: url(../img/slideShow/b05.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb05 div {
    background-position: -7px -7px;
}

.jssorb05 div:hover, .jssorb05 .av:hover {
    background-position: -37px -7px;
}

.jssorb05 .av {
    background-position: -67px -7px;
}

.jssorb05 .dn, .jssorb05 .dn:hover {
    background-position: -97px -7px;
}

/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l              (normal)
.jssora12r              (normal)
.jssora12l:hover        (normal mouseover)
.jssora12r:hover        (normal mouseover)
.jssora12ldn            (mousedown)
.jssora12rdn            (mousedown)
*/
.jssora12l, .jssora12r, .jssora12ldn, .jssora12rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(../image/a12.png) no-repeat;
    overflow: hidden;
}

.jssora12l {
    background-position: -16px -37px;
}

.jssora12r {
    background-position: -75px -37px;
}

.jssora12l:hover {
    background-position: -136px -37px;
}

.jssora12r:hover {
    background-position: -195px -37px;
}

.jssora12ldn {
    background-position: -256px -37px;
}

.jssora12rdn {
    background-position: -315px -37px;
}

/* jssor slider arrow navigator skin 20 css */
/*
.jssora20l              (normal)
.jssora20r              (normal)
.jssora20l:hover        (normal mouseover)
.jssora20r:hover        (normal mouseover)
.jssora20ldn            (mousedown)
.jssora20rdn            (mousedown)
*/
.jssora20l, .jssora20r, .jssora20ldn, .jssora20rdn
{
	position: absolute;
	cursor: pointer;
	display: block;
    background: url(../img/slideShow/arrows.png) no-repeat;
    overflow:hidden;
}
.jssora20l { background-position: -3px -33px; }
.jssora20r { background-position: -63px -33px; }
.jssora20l:hover { background-position: -123px -33px; }
.jssora20r:hover { background-position: -183px -33px; }
.jssora20ldn { background-position: -243px -33px; }
.jssora20rdn { background-position: -303px -33px; }


/**************
*	END SHOW
**************/



.content
{
	margin: 0 70px 100px 210px;
	font-size: 1.125em;
}
.widecontent
{
	margin: 0 70px 100px 70px;
	font-size: 1.125em;
}
.nearfullwidth
{
	margin: 35px 0 100px 35px;
	font-size: 1.125em;
}
.horizscroll .widecontent
{
	overflow: auto;
}

.content p
{
	padding-bottom: 1em;
	text-align: left;
}

.twocolcontent, .widecontent
{
	margin: 36px 70px 100px 70px;
	font-size: 1.125em;
}

.twocolcontent p
{
	padding-bottom: 1em;
}

.widecontent p 
{
	text-align: justify;
}

/************************** 
*	HEADER
**************************/

.header
{
	height: 120px;
}

.header-logo {
	width: 76px;
	margin: 32px 60px 0 70px;
	float: left;
	padding: 10px 0 0 0;
}

.header-logo img {
	width: 100%;
}


.header-name {
width: 750px;
float: left;
margin-top: 62px;
}


.header-menu {
	background-color: rgb(55,55,55);
	color:white;
	font-size: 14.5px;
	position: relative;
}


.left-menu {
	display:inline;
/*	padding-left:70px; */
	padding-left:110px;
    float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgb(55,55,55);  
}

.left-menu li{
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
/*	margin-right: 20px;  */
    margin-right: 25px;
}

.left-menu-gvmid {
	
	padding-left:220px;
	margin-top:5px;
	margin-bottom:4px;  
	padding-top: 2px;
	padding-bottom: 1px;
	background-color: rgb(55,55,55);  
}

.left-menu-gvmid li{
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
/*	margin-right: 20px;  */
    margin-right: 25px;
}

.left-menu-gvmid li a:hover { 
	color: white;
	text-decoration: none; 
}

.right-menu {
	display:inline;
	list-style-type: none;
	background-color: #c00;
	background-color: #c00;
	float: right;
/*	padding: 5px 80px 5px 10px;   */
    padding: 5px 45px 5px 45px;
    text-align: right;
	}

.right-menu .menu-item {
	background-color: #c00;
}

.right-menu li {
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu-item:hover {
	cursor: pointer;
}

.menu-item span {

}



.sub-menu {
	background-color: rgba(55,55,55, .8);
	display: none;
	position: absolute;
	list-style-type: none;
	padding-bottom: 3px;
	top: 25px;
	z-index: 150;
	font-size: 13px;
}


	
.sub-menu-1 {  /* Home menu  */
	left: 80px;
}

.sub-menu-2 {   /* News menu  */
	/*left:168px;*/
	left:185px;
}

.sub-menu-3 {   /* Tools Menu */
/*	left:270px;  */
	left:325px;
}

.sub-menu-31{  /* Visualization sub-menu  */
	left:440px; 
}	

.sub-menu-32{   /* Data Analysis sub-menu  */
	left:440px; 
	margin-top: 43px;
}	

.sub-menu-9{  /* Contribute data menu */
	left:490px; 
}	

.sub-menu-4 {   /* Data Download menu  */
/*	left:705px;  */
	left:385px; 
}


.sub-menu-5 {   /* LOGIN menu  */
/*	left:785px;    */
	left: 720px;  
}

.sub-menu-6 {   /* WOVOdat Tools Index menu  */
/*	left:675px;   */
	left:840px; 

}

.sub-menu-7 {  /* Account menu  */
	left: 720px;
}

.sub-menu-8 {   /* News & Learn menu  */
	left: 605px;
}

.sub-menu li  {
	padding: 10px 20px;
	margin-top: 6px;
	border-bottom: 1px solid #999;
}

.sub-menu li:last-of-type {
	border-bottom: none;
	padding-bottom: 10px;
}



.stripe {
	width: 10px;
	background: lightgray;
	height: 72px;
	display: block;
	position: absolute;
	left:2px;
	top: 2px;
}


.leftcolumn
{
	float: left;
	width: 420px;
}

.rightcolumn
{
	width: 420px;
	margin-left: 470px;
}

h2.pagetitle
{
	margin-top: 0;
}

#manual
{
	background-color: #ddd;
	font-size: .9em;
	padding: 1em;
	margin-bottom: 2em;
}

#manual ul
{
	margin-left: 2em;
}


#breadcrumbs
{
clear: both; background-color: #ccc; padding: 5px 70px; font-size: .8em;
}


/************************** 
*	FORMS
**************************/
.form
{
	background-color: #333;
	color: #fff;
	margin: 2em 0;
	padding: 0 2em 2em 2em;
}

.form table input, .form table textarea
{
	color: #666;
	margin: 5px;
}

input#submit, input#reset, input#back
{
	background-color: #c33;
	color: #fff;
	border: none;
}

input#submit:hover, input#reset:hover
{
color: #eee;
text-decoration: underline;
}

td.label
{
	text-align: right;
	padding-right: 10px;
}


.form table tr td
{
	padding: 5px 0;
}

.form a:link
{
	color: #fff;
}

.form a:active, .form a:hover{
color: #eee;
text-decoration: underline;
}

.width50
{
	width: 50%;
}

.grey
{
	background-color: #ccc;
	text-align: center;
	padding: 2em;
	color: #000;
}

.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/************************** 
*	Search Results
**************************/

#pager
{
	width: 70%;
	padding: 1em 10%;
}
#backnext
{
	width: 70%;
	padding: 0 2%;
	text-align: center;
	font-weight: bold;
}

table.table-style-two
{
	font-size: .7em;
}

table.table-style-two tr { vertical-align: top; border-bottom: 1px solid #ccc; }

table.table-style-two td, table.table-style-two th
{
	padding: 8px;
}

span.pager, a:link.pager, a:visited.pager
{
	color: #666;
	text-decoration: none;
	padding: 0 4px;
}

a:hover.pager, a:active.pager
{
	text-decoration: underline;
	color: #000;
}

span.pager.thispage
{
font-weight: bold;
color: #c00;
}



/************************** 
*	Logged In and Out
**************************/
.left-menu li.logshow
{
	display: none;
}

.left-menu li.loghide
{
	display: inline;
}

.left-menu-gvmid li.logshow
{
	display: none;
}

.left-menu-gvmid li.loghide
{
	display: inline;
}




/************************** 
*	FOOTER
**************************/
.footer-container {
	margin-top: 20px;
	clear: both;
}

.footlarge {font-size: 1.2em;}

.footer-container a:hover {
	color:#333;
}

.upper{
	background-color: #ccc;
	list-style-type: none;
	font-size: .8em;
	line-height: 1.8em;
/*	padding: 40px 70px;   */
    padding: 20px 70px;

}

.upper a:link, .upper a:visited {
	color: #000;
}

.upper a:hover, .upper a:active {
	text-decoration: underline;
}

.upper a.boldred
{
	color: #c00;
	font-size: 1.2em;
}

.upper .list {
	padding-top: 15px;
	padding-left: 10px;
	vertical-align: top;
}

#footerright, #footerrighttoo
{
	float: right;
	text-align: right;
	font-size: 1.1em;
	font-weight: 900;
}

.upper .list span:first-of-type {
	font-size: 16px;
}

.upper .list span:last-of-type {
	font-size: 13px;
}

.upper .space {
	width:370px;
}

.upper .right div:first-of-type {
	padding-top: 10px;
}

.upper .right div:first-of-type a {
	color:rgb(250,192,144);
	font-size: 14px;
}

.upper .right div:last-of-type {
	font-size: 10px;
	margin-top: 5px;
}

.upper .right div:nth-of-type(2) {
	text-align: center;
}

.upper .right a:hover {
	color:yellow;
}

.lower {
padding: 60px 70px;
	font-size: .8em;
	line-height: 1.8em;
	padding: 40px 70px;
}
.lower a {
}

.clearfix
{
	clear: both;
}

/* Use it for home page new event note - 14 June 2021  */
.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #c00;    }
    49%{    color: #c00; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #c00;    }
}
