.sub-header,.header-navigation ul,.shape,.content,.sub-query,.sub-footer-content
{
	width: 700px !important;
}
.shape
{
    background-size: 100% 114%;
}
.logo img
{
    height: 70px;
}
.search-input
{
    width: 90px;
    margin: 0px 5px;
}
.logo
{
    height: 70px;
    margin-top: 22.5px;
}
.settings-icon
{
    display: none;
}
.language-bar
{
    width: 14%;
    margin-left: 36%;
}
.fill
{
	width: -webkit-calc((100% - 700px) / 2);
	width: calc((100% - 700px) / 2);
}
.left-bar
{
	padding-left: -webkit-calc((100% - 700px) / 2);
	padding-left: calc((100% - 700px) / 2);
}
.blue-query
{
	display: none;
}
.sub-query
{
	margin-left: -webkit-calc((100% - 700px) / 2);
	margin-left: calc((100% - 700px) / 2);
}
.statistic
{
    width: 90%;
    margin:0px auto;
    float: none;
}
.sub-query-right
{
    display: none;
}
.footer-head
{
    margin-left: 0px;
    margin: 0px auto;
    width: 700px;
    height: 200px;
}
.footer-hand
{
	display: none;
}
.days li a
{
    font-size: 10px;
}
.days li a span
{
    font-size: 12px;
}
.hand
{
    display: none;
}
.footer-head p
{
    font-size: 12px;
}
.footer-head img
{
    height: 75px;
    margin-top: 20px;
}
.footer-head .undp
{
    margin-top: 20px;
}
.footer-head-images
{
    width: 400px;
}
.header-navigation ul
{
	width: 330px !important;
	float: right;
	height: 100%;
	position: fixed;
	top: 160px;
    position: absolute;
	right: 0;
    display: none;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
	background-color: rgba(109, 154, 196, 0.79);
}
.header-navigation ul li
{
	float: none;
	text-align: left;
    margin-right: 11px;
    height: initial;
    width: 100%;

}
.header-navigation ul li a
{
	color: #fff;
    display: block;
    margin: 3px auto 0px;
    height: 30px;
    width: 90%;
    border-bottom: 1px solid;
    line-height: 30px;
}
.menu-icon
{
	display: block;
	font-size: 30px;
}
.news-article h4
{
    height: 40px;
}
.discussion ul li:nth-child(1n)
{
    width: 55%;
}
.discussion ul li:nth-child(2n)
{
    width: 45%;
}
.document-content
{

}
.events-content p
{
    margin-top: 3px;
}
.news-icons .global
{
    width: 30%;
}
.sub-query-frame h5
{
    margin: 0px 0px;
}
.sub-query-frame h5:nth-child(1)
{
    margin-top: 10px;
}
.sub-query-frame p
{
    height: 140px;
    overflow: hidden;
}
.query-navigation
{
    width: 66%;
    float: right;
    height: 30px;
    line-height: 30px;
    margin-top: -10px;
}
.query-panel
{
    height: 59px;
    line-height: 20px;
}
.query-panel a
{
   font-size: 12px;
    float: left;
    margin-left: 10%;
    margin-top: 7px;
    display: block;
    width: 90%;
    color: #6d9ac4; 
}
.query-panel a div
{
    width: 40px;
    line-height: 25px;
    float: left;
}
.query-navigation
{
    width: 66%;
    float: right;
    height: 30px;
    line-height: 30px;
    margin-top: -10px;
}
.document-content p,.human-right p
{
    font-size: 12px;
}
.publications-content-sub2 a
{
    margin-top: 10px;
}


.header-navigation #menu
{
    overflow: scroll;
}
.sub-div
{
    opacity: 1;
    width: 95%;
    position: static;
    margin: 0px;
    visibility: visible;
    height: 0px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;

}
.header-navigation .sub-menu
{    
    display: block;
    width: 80% !important;
    top: 0px;
    margin-right: 3%;
    margin-top: 8px;
    height: 100%;
    margin-bottom: 0px;
    position: static;
    padding-bottom: 0px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    background-color: transparent;
    transition: .3s;
}
.sub-menu-arrow
{
    display: none;
}
.drop-down-arrow.absolute {
        width: 20px;
        height: 20px;
        border: solid #fff 1px;
        position: absolute;
        z-index: 100;
        right: 15px;
        top: 8px;
        content: "+";
        color: #fff;
        font-size: 21px;
        line-height: 20px;
        text-align: center;
    }
#menu li.open > .sub-div {
    height:100%;    
}

#menu li > .sub-div {
    height:0;   
}
.header-navigation .sub-menu li a,
.header-navigation .sub-menu li {
    color:#fff;
    background:none;
}
.header-navigation .sub-menu {
    width:92%!important;
}