/*
Theme Name: UNODA
Theme URI: http://www.un.org/disarmament/
Author: Renan Max Hamoy (Lead Developer), Mohamad Reza (Project Manager), Alexa Steinbr&uuml;ck (Developer), Nadine Gilden (Designer)
Author URI: http://hamoy.net, http://www.alexasteinbruck.com
Description: United Nations Office for Disarmament Affairs
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unoda
Domain Path: /languages
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

UNODA is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@media print {

	a[href]:after {
		content: none;
	}
	.top-widget-area, #un_top{
		display:none;
	}
}
.site-main article {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	-ms-word-wrap: break-word;
	-webkit-hyphens: auto;
	word-wrap: break-word;
}
body {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 1.4em;
	line-height: 1.5;
}
h1, .h1 {
	font-size: 2.2rem; /* equal to 22px */
}
h2, .h2 {
	font-size: 2.0rem; /* equal to 20px */
}
h3, .h3 {
	font-size: 1.8rem; /* equal to 18px */
	border-bottom: 1px solid #C6D7E8; /*Current UNODA site style for h3*/
}
h4, .h4 {
	font-size: 1.6rem; /* equal to 16px */
}
h5, .h5 {
	font-size: 1.4rem; /* equal to 14px */
}
h6, .h6 {
	font-size: 1.2rem; /* equal to 12px */
}
#page {
	max-width: 1200px;
	padding-right: 0px;
    padding-left: 0px;
    overflow:hidden;
}


@media screen and (max-width: 500px) {
/*#page {
	padding-left: 0;
	padding-right: 0;
}*/
#news_container, #update_container, #announcements_container, #events_container, .disclaimer-footer {
	padding-right: 15px;
	padding-left: 15px;
}
#events_container {
    padding: 15px;
	}
/* #featured_container h6, #spotlight-header, .events-header {
	padding-left: 15px;
} */

.dropdown-menu>li>a {
white-space: normal;	
}
}

.site-header {
	background: #fff url('../../../../img/headerbk.png') 19% 0% no-repeat;
}
.hometxt {
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 0 0 1.5rem;
}
.unodaemmblem {
	margin: 5px 0 10px 0;
}
#un_top {
border-bottom: #BDC4CA solid 5px; 
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; 
height: 40px;
color: #333; 	
	background: #eaeaea;
	padding: 0 0 0 0;
	margin: 0;
}
#un_top a.unslogan {
	color: #000000;
	padding-top: 5px;
	display: block;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
#un_top {
	height: 45px;
}
#un_top a.unslogan {
	color: #4a4a4a;
	padding-top: 9px;
	display: block;
}
#site-navigation {

	position: absolute;
 	z-index: 1000;
 	top: 45px;
    /*padding-right: 15px;*/
}
}

.un_banner {
	width: 100%;
	float: left;
	margin: 0px 0 0 0;
}
.un_icon {
	float: left;
}
.rwd-break {
	display: block;
}
#iyw {
	/*margin-left: 40px;*/
}

.un_icon img {
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}
#un_top .un_icon span {
    font-size: 1.235rem;
    line-height: 2.6rem;
    width: 250px;
	text-decoration: none;
	margin-left: 5px;	
	margin-right: 5px;
}

@media screen and (min-width: 445px) {
.rwd-break {
	display: none;
}
#iyw {
	margin-left: 0px;
}

}
@media screen and (max-width: 445px) {
#un_top a.unslogan {
	color: #4a4a4a;
	padding-top: 0px;
	display: block;
}	
.un_icon img {
	margin: 9px 5px 0 5px;
	float: left;
}
#un_top {
	height: 50px;
}
#site-navigation {
 	top: 50px;
}
#un_top .un_icon span {
    font-size: 1.1rem;
	
}
}
@media screen and (max-width: 330px) {
#un_top .un_icon span {
  display:none;
	
}
#lang_sel_list {

padding-left: 0px!important;
}
}


*/
/* =Top Widget

-------------------------------------------------------------- */

#lang ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
#lang ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding-left: 1px;
	padding-right: 1px;
}
#lang ul li#arabic {
	direction: rtl;
	font-size: 1.2em;
}
#lang ul li a:hover {
	color: #FFFBFF;
}
/* CSS needed for the search form on top of page */
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0px;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
input[type="text"] {
	padding: 5px;
	font-family: inherit;
	border: 0px;
	border-radius: 0px;
	background-color: rgb(189, 196, 202);
}
input[type="submit"] {
	padding: 6px 10px;
	margin-bottom: 0px;
	line-height: 1.25;
	color: rgb(255, 255, 255);
	text-align: center;
	text-shadow: none;
	vertical-align: middle;
	cursor: pointer;
	border: 0px solid rgb(204, 204, 204);
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: none;
	background-color: rgb(35, 106, 167);
}
.button {
	padding: 6px 10px;
	margin-bottom: 0px;
	line-height: 1.4;
	color: rgb(255, 255, 255);
	text-align: center;
	text-shadow: none;
	vertical-align: middle;
	cursor: pointer;
	border: 0px solid rgb(204, 204, 204);
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: none;
	background-color: rgb(35, 106, 167);
}
.button:hover {
	color: rgb(220, 236, 249);
}
.top-widget-area {
	float: right;
	padding: 10% 0% 0% 25%;
	width: 100%;
}
.widget_search label {
	display: none;
}
#search-2 {
	float: right;
}
#search-2 input[type="text"] {
	width: 220px;
}
[class^="gs"] {
	box-sizing: content-box;
}
#searchbox .textbox {
	width: 235px;
	height: 31px;
	vertical-align: middle;
}

@media screen and (max-width: 370px) {
/*#searchbox .textbox {
	width: 100%;
	margin-bottom: 5px
}*/

#lang_sel_list ul a, #lang_sel_list_list ul a:visited {
	font-size: 0.9rem;
}
}

/*@media screen and (max-width: 670px) {
#lang_sel_list ul a, #lang_sel_list_list ul a:visited {
	font-size: 1.0rem;
}
}*/

/* =WPML

-------------------------------------------------------------- */

#icl_lang_sel_widget-1 {
	margin: 30px 0 20px 0;
}
.icl_lang_sel_current {
	font-weight:bold;
}
#lang_sel_list {
	height: 30px;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: right;
     margin-right: 35px;
}
#lang_sel_list a, #lang_sel_list a:visited {
	font-size: 1.4rem;
	color: #4a4a4a;
	background: transparent;
}
#lang_sel_list ul a, #lang_sel_list_list ul a:visited {
	background: transparent;
	color: #4a4a4a;
}
#lang_sel_list ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
}
#lang_sel_list li {
	padding-right: 10px !important;
	margin-top: 10px!important;
}
#lang_sel_list li:last-child {
	border: none;
}

@media screen and (min-width: 470px) and (max-width: 886px) {
#lang_sel_list a, #lang_sel_list a:visited {
	font-size: 1.3rem;
}
.button {
	padding: 4px 9px;
	font-size: 1.4rem;
}
#searchbox .textbox {
	width: 200px;
	height: 26px;
}
#cse-search-box {
  margin-left: 0%!important;
}
}
@media screen and (min-width: 320px) and (max-width: 470px) {
#lang_sel_list a, #lang_sel_list a:visited {
	font-size: 1.1rem;
}
#lang_sel_list {
	height: 30px;
}
.button {
	padding: 3px 7px;
	font-size: 1.3rem;
}
#searchbox .textbox {
	width: 200px;
	height: 21px;
}
#cse-search-box {
  margin-left: 0%!important;
}
}

/* =Google Custom Search 

-------------------------------------------------------------- */

.gsc-result-info {
	text-align: left;
	color: #097ada !important;
	font-size: 12px;
	padding-left: 8px;
	margin: 10px 0 10px 0;
}
.gs-result .gs-title, .gs-result .gs-title * {
	color: #097ada !important;
	text-decoration: none !important;
}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
	text-decoration: none;
}
.gs-result .gs-snippet {
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	cursor: pointer;
	text-decoration: none !important;
	margin-right: 5px;
	display: inline;
	border: 1px solid #097ada !important;
	padding: 2px 5px 2px 5px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page a {
	cursor: pointer;
	color: #097ada !important;
	text-decoration: none !important;
	margin-right: 5px;
	display: inline;
	border: 1px solid #097ada !important;
	padding: 2px 5px 2px 5px;
}
.gsc-cursor-current-page {
	color: #fff !important;
	background-color: #097ada !important;
	text-shadow: 0 0px 0px #000 !important;
	padding: 2px 5px 2px 5px !important;
}
.cse input.gsc-search-button, input.gsc-search-button {
	padding: 6px 10px;
	margin-bottom: 0;
	font-size: 13px !important;
	font-weight: normal !important;
	line-height: 1.25;
	color: #ffffff;
	text-align: center;
	text-shadow: none;
	vertical-align: middle;
	cursor: pointer;
	background-color: #236aa7 !important;
	background-image: none;
	border: 0px solid #cccccc !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#cse-search-box {
	margin-left:9%;
}
/* =Sidebar */

#rightnav {
	float: right;
	font-size: 1.4rem;
	font-weight: 700;
	height: auto;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#rightnav a:link, a:active {
	text-decoration: none;
}
#rightnav a:hover {
	text-decoration: underline;
}
#rightnav a:visited {
	text-decoration: none;
}
#rightnav div ul li {
	list-style: none;
	padding: 10px 0px 0px 0px;
}
#rightnav div ul li ul li {
	list-style: none;
	padding: 5px 0px 0px 0px;
}
#rightnav .title {
	border: 0px none rgb(0, 0, 0);
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	margin: 1px;
	padding: 1px;
	text-align: center;
	width: 97%;
	background-image: url(https://www.un.org/disarmament/images/cil/right-nav-bg.jpg);
	background-repeat: no-repeat;
}
#rightnav .mark {
	border-collapse: collapse;
	font-size: 1.3rem;
	line-height: 12px;
}
#rightnav .mark a:link {
	border-collapse: separate;
	font-size: 1.3rem;
	line-height: 15px;
}
#rightnav .boxblue {
	border-left-style: inset;
	border-right-style: inset;
	display: block;
	font-size: 1.3rem;
	font-style: italic;
	font-weight: 700;
	padding-left: 5px;
	text-align: center;
	background-color: rgb(117, 176, 232);
}
#rightnav a:link, #rightnav a:active, #rightnav a:visited {
	text-decoration: none;
	background: none;
	color: #236AA7;
}
#sidebar-second {
	border: none;
	float: right;
}
#sidebar-second {
	float: right;
	width: 180px;
}
#rightnav div ul li {
	padding-right: 5px;
	font-size: 1.3rem;
}
#rightnav div ul {
	font-size: inherit;
}

#leftnav {
	float: right;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.25;
	height: auto;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#leftnav a:link, a:active {
	text-decoration: none;
}
#leftnav a:hover {
	text-decoration: underline;
}
#leftnav a:visited {
	text-decoration: none;
}
#leftnav div ul li {
	list-style: none;
	padding: 10px 0px 0px 0px;
}
#leftnav div ul li ul li {
	list-style: none;
	padding: 5px 0px 0px 0px;
}
#leftnav .title {
	border: 0px none rgb(0, 0, 0);
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	margin: 1px;
	padding: 1px;
	text-align: center;
	width: 97%;
	background-image: url(https://www.un.org/disarmament/images/cil/right-nav-bg.jpg);
	background-repeat: no-repeat;
}
#leftnav .mark {
	border-collapse: collapse;
	font-size: 1.3rem;
	line-height: 12px;
}
#leftnav .mark a:link {
	border-collapse: separate;
	font-size: 1.3rem;
	line-height: 15px;
}
#leftnav .boxblue {
	border-left-style: inset;
	border-right-style: inset;
	display: block;
	font-size: 1.3rem;
	font-style: italic;
	font-weight: 700;
	padding-left: 5px;
	text-align: center;
	background-color: rgb(117, 176, 232);
}
#leftnav a:link, #leftnav a:active, #leftnav a:visited {
	text-decoration: none;
	background: none;
	color: #236AA7;
}
#sidebar-second {
	border: none;
	float: right;
}
#sidebar-second {
	float: right;
	width: 180px;
}
#leftnav div ul li {
	padding-right: 5px;
	font-size: 1.3rem;
}
#leftnav div ul {
	font-size: inherit;
}

#publinks {
	padding-left: 25px;
}
.displayNone {
	display: none;
}
/* New Menu using bootstrap CSS */
a.menu:after, .dropdown-toggle:after {
	content: none;
}

/*****************HAMBURGER - overwriting bootstrap styling******************/



#site-navigation {
	height: auto;
	overflow-y: visible;
}
#nav-hamburger {
	/*position: absolute;
  top: 40px;
  right: 0;
  z-index: 300;*/
	margin: 0;
}
#nav-hamburger .icon-bar {
	background-color: #236aa7;
	width: 30px;
	height: 5px;
	border-radius: 20%;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
#topnav {
	background-color: #236aa7;
}
#topnav, #bottomnav {
	padding-bottom: 30px;
}
#topnav .nav-tabs {
	font-size: 1.5rem;
	background-color: #236aa7;
	border: solid 0px #E3E3E3;
}
#topnav .nav-tabs>li {
	width: 100%;
}
#bottomnav .nav-tabs>li {
	width: 100%;
}
#topnav .nav .dropdown-toggle .caret {
display:none}

#topnav .dropdown-menu li > a:hover, #topnav .dropdown-menu li > a:focus, #topnav .dropdown-submenu:hover > a {
	color: #ffffff;
	background-color: #105DBC;
	background-image: -moz-linear-gradient(top, #08C, #236aa7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#236aa7));
	background-image: -webkit-linear-gradient(top, #08C, #236aa7);
	background-image: -o-linear-gradient(top, #08C, #236aa7);
	background-image: linear-gradient(to bottom, #08C, #236aa7);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#236aa7', GradientType=0);
}
#topnav .dropdown-menu a {
	color: #105DBC;
}



@media screen and (min-width: 768px) {

#bottomnav, #topnav {
	padding-bottom: 0px;
}
#bottomnav .nav-tabs>li {
	width: auto;
}
#topnav .nav-tabs>li {
	text-align: center;
}
#topnav .nav-tabs #item-about {
	/* french */
	width: 10%; 
}
#topnav .nav-tabs #item-institutions {
	/* russian 17 */
	width: 17%;
}
#topnav .nav-tabs #item-databases {
	width: 15%;
}
#topnav .nav-tabs #item-publications {
	width: 14%;
}
#topnav .nav-tabs #item-statements {
	/* english 12 */
	width: 12%;
}
#topnav .nav-tabs #item-offices {
	/* chinese 14 */
	width: 14%;
}
#topnav .nav-tabs #item-links {
	width: 9%;
}
#topnav .nav-tabs #item-sitemap {
	width: 9%;
}
}
#topnav .nav-tabs > li > a {
	color: #ffffff;
	border-radius: 0;
}
#topnav .nav > li > a:hover {
	background-color: #ffffff;
	color: #105DBC;
}
#topnav .nav-tabs .open .dropdown-toggle, #topnav .nav-pills .open .dropdown-toggle, #topnav .nav > li.dropdown.open.active > a:hover {
	color: #105DBC;
	background-color: #ffffff;
	border-color: #999;
}
#topnav .nav-tabs .open .dropdown-toggle, #topnav .nav-pills .open .dropdown-toggle, #topnav .nav > li.dropdown.open.active > a {
	color: #105DBC;
	background-color: #ffffff;
	border-color: #999;
}
#topnav .dropdown-menu {
	background-color: #dcecf9;
}
#topnav .nav > li > a:focus {
	background-color: #236aa7;
	border-color: #105DBC;
	color: #ffffff;
	border: 0px;
}

#bottomnav .nav-tabs {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #dcecf9;
	border: solid 0px #E3E3E3;
	display: table;
	margin: 0 auto;
}
#bottomnav {
	background-color: #dcecf9;
}
#bottomnav .nav .dropdown-toggle .caret {
display:none;
}
#bottomnav .dropdown-menu li > a:hover, #bottomnav .dropdown-menu li > a:focus, #bottomnav .dropdown-submenu:hover > a {
	color: #ffffff;
	background-color: #105DBC;
	background-image: -moz-linear-gradient(top, #08C, #236aa7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#236aa7));
	background-image: -webkit-linear-gradient(top, #08C, #236aa7);
	background-image: -o-linear-gradient(top, #08C, #236aa7);
	background-image: linear-gradient(to bottom, #08C, #236aa7);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#236aa7', GradientType=0);
}
#bottomnav .dropdown-menu li > a {
	font-size: 14px;
}
#bottomnav .dropdown-menu a {
	color: #105DBC;
}
#bottomnav .nav-tabs > li > a {
	color: #236aa7;
	border-radius: 0;
	padding-right: 20px;
	padding-left: 20px;
}
/*#bottomnav .nav-tabs > li > a.last {
	padding-left: 39px;
	padding-left: 25px\9;
}*/

#bottomnav .nav > li > a:hover {
	background-color: #ffffff;
	color: #105DBC;
}
#bottomnav .nav-tabs .open .dropdown-toggle, #bottomnav .nav-pills .open .dropdown-toggle, #bottomnav .nav > li.dropdown.open.active > a:hover {
	color: #105DBC;
	background-color: #ffffff;
	border-color: #999;
}
#bottomnav .nav-tabs .open .dropdown-toggle, #bottomnav .nav-pills .open .dropdown-toggle, #bottomnav .nav > li.dropdown.open.active > a {
	color: #105DBC;
	background-color: #ffffff;
	border-color: #999;
}
#bottomnav .dropdown-menu {
	background-color: #dcecf9;
}
#bottomnav .nav > li > a:focus {
	background-color: #dcecf9;
	border-color: #dcecf9;
	color: #105DBC;
	border: 0px;
}


/* end of new menu CSS */

/* Responsive images */
img {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.entry-content {
	margin-right: 15px;
    margin-left: 15px;
}
.entry-header {
	margin-right: 15px;
    margin-left: 15px;
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full, img.size-large, img.header-image, img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.relatedBox, .relatedbox {
	background: none repeat scroll 0% 0% #F3F3F3;
	border: 1px solid #C6D7E8;
	float: left;
	margin-bottom: 15px;
	padding: 15px;
	width: 385px;
}
@media (max-width: 475px){
.relatedBox, .relatedbox {
	width: 100%;
}
}
.leftBox, .leftbox {
	margin-left: 0px;
	margin-right: 20px;
	float: left;
}
.rightBox, .rightbox {
	margin-left: 20px;
	margin-right: 0px;
	float: right;
}
.fullBox, .fullbox {
	width: 100%;
}
.relatedBox h3, .relatedbox h3 {
	font-weight: bold;
	font-size: 1.6rem;
	margin-top: 0px;
}
.relatedBox ul, .relatedbox ul {
	list-style-type: none;
	padding-left: 20px;
}
.scrollBox ul, .scrollbox ul {
	height: 155px;
	overflow: auto;
	background: white;
	border: 1px solid #C6D7E8;
	list-style: none;
	margin-left: 5px;
	padding-top: 10px;
}
.scrollBox ul li, .scrollbox ul li {
	margin-bottom: 5px;
	font-size: 1.5rem;
}
/* =Footer
-------------------------------------------------------------- */

.site-footer {
	background: #236aa7;
	margin-top: 30px; /* not working */
	color: #cccccc;
	border-top: 10px solid #DCECF9;
	border-bottom: 10px solid #DCECF9;
	padding-bottom: 20px;
}
.site-footer ul {
	list-style-type: none;
	padding: 5px;
}
.site-footer a {
	color: #ffffff;
}
.site-footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
.site-footer a:hover {
	color: #cccccc;
	text-decoration: none;
}
.menu-footer {
	font-size: 1.4rem;
	line-height: 1.8;
}
.disclaimer-footer p {
	margin: 10px 0px 20px;
	font-size: 1.4rem;
	color: #999;
}
/* =Home

-------------------------------------------------------------- */

.homecontent {
	margin: 40px 20px 0 0;
}
#post-862 h1 {
	display: none;
}
.subtitle h3 {
	font-size: 1.5rem;
	font-size: 21px;
	font-weight: 700;
}
#post-862 .innercontent {
	margin: 40px 20px 0 0;
}
#myslider {
	margin-top: 5px;
}
#banner_pod {
	overflow: auto;
	width: 100%
}
.pod_header {
	float: left;
	width: 40%;
}
.more_links {
	float: right;
	text-align: right;
	width: 50%;
	margin-right: 50px;
	margin-top: 9px;
}
.sm_icon {
	margin-left: 8px;
}
/* =Pods General

-------------------------------------------------------------- */

.pods-pagination-advanced {
	overflow: auto;
 width: 100%  padding-top: 20px;
	clear: both;
	display: block;
}
 -------------------------------------------------------------- */  #spotlight_container {
 overflow: auto;
 width: 100%;
}
.spotlight_box {
	background: #edf5fc;
	float: left;
	position: relative;
	width: 23%;
	min-height: 285px;
	margin: 0 5px 10px 5px;
}
.spotlight_image {
	padding: 13px 13px 5px 13px;
}
.spotlight_title {
	padding: 0 20px 10px 20px;
	font-size: 13px;
	font-weight: 600;
}
.spotlight_title a {
	text-decoration: none;
}
.spotlight_page_image {
	float: left;
	position: relative;
	padding: 0 20px 20px 0;
	width: 22%;
	clear: both;
}
.spotlight_page_text {
	float: left;
	position: relative;
	padding: 0 0 20px 0;
	width: 78%;
}
.spotlight_page_date {
	font-size: 90%;
	margin-bottom: 8px;
}
.spotlight_page_link {
	clear: both;
}
.pagination_cont {
	overflow: hidden;
	width: 100%
}
/* =News

-------------------------------------------------------------- */

#news_container {
	overflow: auto;
	width: 100%;
}
#news_container h3 {
	margin-top: 30px;
}
.news_item {
	margin: 10px 50px 10px 0;
	text-decoration: none;
}
.news_item a {
	margin: 20px 50px 0 0;
	text-decoration: none;
}
.news_link {
	overflow: auto;
	width: 100%;
}
/* =Featured

-------------------------------------------------------------- */

#featured_container {
	overflow: hidden;
	width: 100%;/*margin-top: 30px;*/
	padding: 0 15px;
}
#featured_container h3 {
	margin-top: 30px;
}
.featured_box {
	float: left;
	position: relative;
	margin: 5px;
	width: 23%;
	text-align: center;
}
.featured_image {
	border: 10px solid #dcecf9;
	padding: 10px;
}
.featured_title a {
	margin: 10px;
	text-decoration: none;
}
/* =Events

-------------------------------------------------------------- */

h3.widget-title {
	border: none;
	margin-bottom: 15px;
}
.calendar_item {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0 0 20px 0;
}
.calendar_begindate {
	overflow: auto;
	width: 100%;
	font-weight: 700;
}
.calendar_link {
	overflow: auto;
	width: 100%;
	margin: 10px 0 0 0;
}
.calendar_location {
	overflow: auto;
	width: 100%;
	font-size: 12px;
	margin: 10px 0 0 0;
}
.calendar_page {
	margin: 0 0 20px 0;
}
.calendar_page_date {
	font-weight: 700;
}
.calendar_page_location {
}
.calendar_page_link {
	margin: 0px 0 40px 0;
}
.events-header {
	margin: 0px 0px 1rem 0px;
	display: inline;
}
.events-more {
	float: right;
	margin-right: 10px;
}
/* =Update Pod
-------------------------------------------------------------- */

#update_pad {
	margin-right: 30px;
}
.update_sidebar {
	margin: 10px 10px 16px 0;
	text-decoration: none;
	line-height: 1.35;
}
.update_sidebar a {
	font-size: 13px;
	text-decoration: none;
}
.rightPicture p {
	text-align: center;
	font-size: 13px;
	font-style: italic;
	padding: 0 20px 0 20px;
	margin-bottom: 0;
}
.rightPicture img {
	margin-bottom: 10px;
}
h6 {
	font-size: 18px;
	font-weight: 700;
}
#content .rotatingtweets, #content .norotatingtweets {
	border-top: none;
	border-bottom: none;
	margin-bottom: 3%;
}

/*Bootstrap takes care of this*/
/*@media screen and (max-width: 960px) {
	#topnav {display:none}
	#bottomnav {display:none}
}*/

@media screen and (min-width: 767px) and (max-width: 982px) {
/*Bootstrap takes care of this*/
  /*#topnav {display:none}
	#bottomnav {display:none}*/
#topnav .nav-tabs > li > a {
	font-size: 1.3rem;
}
#topnav .nav-tabs > li > a.menumiddle {
	height: 77px;
	padding-top: 10px;
}
#bottomnav .dropdown-menu li > a {
	font-size: 1.15rem;
}
#bottomnav .nav-tabs > li > a {
	/*padding-right: 15px;
	padding-left: 15px;*/
	font-size: 1.25rem;
	padding: 10px 10px;
}
#bottomnav .nav-tabs>li {
	width: 16%;
	text-align: center;
}
}

@media screen and (min-width: 983px) and (max-width: 1008px) {
/*#topnav {display:none}
	#bottomnav {display:none}*/
	
#topnav .nav-tabs > li > a {
	font-size: 1.3rem;
}
#topnav .nav-tabs > li > a.menumiddle {
	height: 77px;
	padding-top: 19px;
}
#bottomnav .dropdown-menu li > a {
	font-size: 1.15rem;
}
#bottomnav .nav-tabs > li > a {
	/*padding-right: 15px;
	padding-left: 15px;*/
	font-size: 1.25rem;
	padding: 10px 10px;
}
#bottomnav .nav-tabs>li {
	width: 16%;
	text-align: center;

}
}

@media screen and (min-width: 1009px) and (max-width: 1066px) {
#topnav .nav-tabs > li > a {
	font-size: 1.4rem;
}
#topnav .nav-tabs > li > a.menumiddle {
	height: 82px;
	padding-top: 19px;
}
#bottomnav .dropdown-menu li > a {
	font-size: 1.15rem;
}
#bottomnav .nav-tabs > li > a {
	/*padding-right: 15px;
	padding-left: 15px;*/
	font-size: 1.25rem;
	padding: 10px 10px;
}
#bottomnav .nav-tabs > li > a.last {
	padding-left: 19px;
}
}

@media screen and (min-width: 1067px) and (max-width: 1177px) {
#topnav .nav-tabs > li > a.menumiddle {
}
#bottomnav .dropdown-menu li > a {
	/*font-size: 1.25rem;*/
	font-size: 1.4rem;
}
#bottomnav .nav-tabs > li > a {
	/*padding-right: 18px;
		padding-left: 18px;*/
	font-size: 1.25rem;
}
#bottomnav .nav-tabs > li > a.last {
}
}

@media screen and (min-width: 1178px) and (max-width: 1299px) {
#topnav .nav-tabs > li > a {
	font-size: 1.4rem;
}
#bottomnav .dropdown-menu li > a {
	font-size: 1.4rem;
}
#bottomnav .nav-tabs > li > a {
	/*padding-right: 25px;
	padding-left: 25px;*/
	font-size: 1.4rem;
}
#bottomnav .nav-tabs > li > a.last {
}
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
	font-size: 1.2rem
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.wp-caption-text {
	margin-top: 5px;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.right_text h3 {
	border-bottom: none;
	font-size: 2.0rem;
	margin-top: 5px
}
.left_image {
	width: 30%;
	float: left;
}
.right_text {
	width: 70%;
	float: left;
}
.unoda-expcoll-single {
	color: #337ab7;
	cursor: pointer;
	font-size: 1.0em;
}
.unoda-expcoll-single:hover {
	text-decoration: underline;
}
#unoda-expand-all {
	color: #337ab7;
	cursor: pointer;
	font-size: 1.0em;
}
#unoda-expand-all:hover {
	text-decoration: underline;
}
#unoda-collapse-all {
	color: #337ab7;
	cursor: pointer;
	font-size: 1.0em;
}
#unoda-collapse-all:hover {
	text-decoration: underline;
}
.carousel-control.left {
	background: transparent;
}
.carousel-control.right {
	background: transparent;
}
table.spaced td {
	padding: 5px;
}
table.spaced-right td {
	padding-left: 5px;
}
.gray td {
	background-color: #F6F6F6;
}
/**********FRONTPAGE ************/
#spotlight_container, #news_container,  #update_container, #announcements_container, #featured_container {
	padding: 0 15px 20px 15px;
}

/**********#HomePageBanner { padding-bottom: 20px; }************/

.frontpage-text-other {
	font-size: 0.9em;
	line-height: 1;
	padding-top: 5px;
	padding-bottom: 10px;
}

/**********responsive styling for the "Spotlight" section on the FRONTPAGE ************/

#spotlight_container {
	margin: 0;
}
.spotlight-box-outer {
	margin-bottom: 10px;
	padding: 0 5px;
}
.spotlight-box-inner {
	background: #edf5fc;
	height: 240px;
}

.spotlight-box-inner-other {
	background: #edf5fc;
	height: 145px;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
.spotlight-box-inner {
	height: auto;
	overflow: hidden;
}
.topemblemline {border-bottom: solid #236aa7 5px;}
.unodaemmblem {

}

}

@media (min-width: 992px) {
.spotlight-box-inner {
	height: 270px;
	overflow: hidden;
}

.spotlight-box-inner-other {
	height: 145px;
	overflow: hidden;
}

}
.spotlight_image {
	text-align: center;
}
.spotlight_image img {
	display: inline-block;
}
/**********responsive styling for the "Featured Content" section on the FRONTPAGE ************/

.featured_image {
	text-align: center;
	height: 265px;
}

@media (min-width: 768px) and (max-width: 979px) {
.featured_image {
	height: 230px;
}
}

@media (max-width: 768px) {
.featured_image {
	height: auto;
}
#topnav .dropdown-menu {
	width:100%;
}
#bottomnav .dropdown-menu {
	width:100%;
}

.top-widget-area {background: none repeat scroll 0% 0% white;}

#topnav .nav .dropdown-toggle .caret {
	display:inline-block;
	border-bottom-color: #105DBC;
}
#bottomnav .nav .dropdown-toggle .caret {
	display:inline-block;
	border-bottom-color: #105DBC;
}
#lang_sel_list {
  background: rgb(234, 234, 234);
  width: 100%;
  margin-right: 0px;
  padding-left: 16px;
}
.no15padding {
	padding-left:0px;
	padding-right:0px;
}
}

@media (min-width: 768px) {

ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block;
}

}
.featured_image img {
	height: 134px;
	width: auto;
	/*margin-right: 20px;*/
	display: inline-block;
}
.featured_image span {
	display: block;
	margin-top: 15px;
	font-size: 0.9em;
}

#featured_container .row div {
	margin-bottom: 10px;
}
/*************Table Styling for firstcommittee 68 ****************/


#reportTable {
	margin: 10px;
}
#reportTable tbody tr td {
	padding-bottom: 20px;
	vertical-align: top;
}

#reportTable th {
	padding-bottom: 20px;
	vertical-align: top;
}
.resolutionTable {
	margin: 10px;
}
.resolutionTable tbody tr td {
	padding-bottom: 20px;
	vertical-align: top;
}
.CountryStatement ul {
	height: 150px;
	overflow: auto;
	padding-left: 30px;/*background:white;/
		border: solid 1px #C6D7E8;*/
}
.CountryStatement ul li {
	list-style-type: none;
}
.fb-like {
	height: 70px;
	height: 25px;
	background: url('img/facebook-like.png') no-repeat center;
}

@media screen and (max-width: 853px) {
.top-widget-area {

  padding: 10px 20px 10px 0px;
}

}

@media (max-width: 470px){
#lang_sel_click {
display:none;
}
}
.moreinfosidebar {
	background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #353767;
    margin-bottom: 8px;
    text-align: center;
    height: 64px;
    margin-left: 50px;
}
.calendar_item {
  border-bottom: 1px solid rgb(237, 245, 252);
  padding-bottom: 10px;

}
.events-more {
  float: right;
  margin-right: 5px;
}

.more_links {
  margin-right: 5px;
  margin-top: 20px;
}

.eventDate {  
  float: left;
  width: 320px;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.eventLocation{
    float: left;
    font-weight: bold;
    font-size: 1.5rem;
}
.eventTitle{
    clear: both;
    margin-left: 40px;
    margin-right: 15px;
}
.eventWrapper{
  margin-bottom: 10px;
  border-bottom: 1px solid #dcecf9;
}

/************* Table Styling for SSoD ****************/

table#ssod-documents tr td {
    padding-bottom: 10px;
}

/************* Table Styling for CTBT ****************/

table.statesTable tr td {
    padding: 3px;
}

/*************Image Border mainly for publications ****************/
.imgborder { 
    border: 1px solid #ccc;
    padding: 2px;
}

/*******Testing Footer */


.footer ul.nav {
    list-style: none;
    padding-left: 2px;
    padding-bottom: 26px;
}

.footer ul.nav li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
}



.footer ul.nav li {
    padding: 0;
    margin: 0 0 6.5px 0;
}

.footer ul.nav li a {
    padding: 0;
    margin: 0;
    color: black;
}

.footer ul.nav li a:hover {
    text-decoration: underline;
}

.footer #block-menu-menu-main-bodies ul.nav li.expanded {
    margin-top: 6.5px;
}

.footer #block-menu-menu-main-bodies ul.nav li.expanded.first {
    margin-top: 0;
}

.footer #block-menu-menu-main-bodies ul.nav li.expanded a:hover {
    background-color: transparent;
}

.footer #block-menu-menu-main-bodies ul.nav li.expanded a span.caret {
    display: none;
}

.footer #block-menu-menu-main-bodies ul.nav li.expanded ul.dropdown-menu {
    display: block;
    float: none;
    z-index: auto;
    position: relative;
    background: transparent;
    padding: 0;
    margin: 0;
    min-width: inherit;
    border: none !important;
    -moz-border-radius: 0px / 0px;
    -webkit-border-radius: 0px 0px;
    border-radius: 0px / 0px;
    -webkit-box-shadow: inset 0 0 0 0 transparent;
    box-shadow: inset 0 0 0 0 transparent;
}

.footer #block-menu-menu-main-bodies ul.nav li.expanded ul.dropdown-menu li {
    margin-left: 13px;
}


.footer #block-menu-menu-main-bodies ul.nav li.expanded ul.dropdown-menu li a:before {
    content: "—";
    float: left;
    margin-right: 5px;
}


.footer #block-menu-menu-footer-links h4 {
    display: none;
}

.footer #block-menu-menu-footer-links ul.nav li {
    float: left;
    padding-right: 6.5px;
    margin-right: 5.85px;
    border-right: #bbbbbb solid 1px;
    line-height: 1;
}
.footer #block-menu-menu-footer-links ul.nav li.last {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.footer .list-inline .footer-brand {
    height: 21px;
    margin-top: -6px;
    margin-bottom: 10px;
    background: url(../../../../img/un-logo-footer.png) left top no-repeat;
}


.footer .list-inline .footer-brand a {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #4d4d4d;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding-left: 30px;
}
.footer {
    margin-top: 25px;
	padding-right: 0px;
    padding-left: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

.footer .site-name{
	    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}