/*!
 Theme Name: cdo
 Theme URI: http://underscores.me/
 Author: Amit Joshi, DESA/CDO
 Author URI: http://www.un.org/esa/cdo/
 Description: UN DESA Development Account Theme
 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: cdoda
 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.

 CDO is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.

 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Asides
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
    display: none;
}

/* Links
 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
    outline: 0;
}

/* Text-level semantics
 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375 rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375 rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
    quotes: "" "";
}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {
    content: "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, 
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75 rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:active, 
button:focus, 
input[type="button"]:active, 
input[type="button"]:focus, 
input[type="reset"]:active, 
input[type="reset"]:focus, 
input[type="submit"]:active, 
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
textarea:focus {
    color: #111;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover, a:focus, a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul, 
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul, 
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle, 
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875 rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, 
.clear:after, 
.entry-content:before, 
.entry-content:after, 
.comment-content:before, 
.comment-content:after, 
.site-header:before, 
.site-header:after, 
.site-content:before, 
.site-content:after, 
.site-footer:before, 
.site-footer:after {
    content: "";
    display: table;
}

.clear:after, 
.entry-content:after, 
.comment-content:after, 
.site-header:after, 
.site-content:after, 
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
display: none; }

.single .byline, 
.group-blog .byline {
    display: inline;
}

.page-content, 
.entry-content, 
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
 ## Asides
 --------------------------------------------------------------*/
.blog .format-aside .entry-title, 
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
 # Infinite scroll
 -------------------------

 -------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, 
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}

/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
 # CDO specific
 --------------------------------------------------------------*/
/*
 To change this license header, choose License Headers in Project Properties.
 To change this template file, choose Tools | Templates
 and open the template in the editor.
 */
/*
 Created on : 17-Mar-2016, 14:11:22
 Author     : amit.joshi
 */
/*Responsive Styles*/
/** Responsive menu **/
/*Strip the ul of padding and list styling*/
/*neeed a menu id*/
ul.responsivemenu {
    margin: 0;
    padding: 0;
    /*    position: absolute;*/
    font-size: 14px;
    display: block;
    background-color: #ACC8D7;
    height: 44px;
    width: 100%;
}

/*Create a horizontal list with spacing*/
ul.responsivemenu li {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
}

/*Style for menu links*/
ul.responsivemenu li a {
    min-width: 60px;
    text-align: center;
    line-height: 14px;
    text-decoration: none;
    color: #235F91;
    text-transform: uppercase;
    font-weight: bolder;
    border-right: 1px solid #235F91;
    display: block;
    padding: 15px 10px !important;
    margin: 0px;
}

/*Hover state for top level links*/
ul.responsivemenu li:hover a {
    background: #235F91;
    color: #fff;
}

/*Style for dropdown links*/
ul.responsivemenu li:hover ul a {
    background: #235F91;
    color: #fff;
}

/*Hover state for dropdown links*/
ul.responsivemenu li:hover ul a:hover {
    background: #ACC8D7;
    color: #235F91;
}

/*Hide dropdown links until they are needed*/
ul.responsivemenu li ul {
    display: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    height: 1px;
    z-index: 9999;
}

/*Make dropdown links vertical*/
ul.responsivemenu li ul li {
    display: block;
    position: relative;
    float: none;
    margin-left: -1px;
    border-bottom: 1px solid white;
}

/*Prevent text wrapping*/
ul.responsivemenu li ul li a {
    min-width: 60px;
    width: 200px;
    padding: 0 20px;
    border-right: 0px;
    text-transform: none;
    font-size: 14px;
    text-align: left;
}

/*Display the dropdown on hover*/
ul.responsivemenu li a:hover + .sub-menu, 
.sub-menu:hover {
    display: inline-block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    text-decoration: none;
    color: #235F91;
    background: #ACC8D7;
    text-align: center;
    padding: 10px 0;
    display: none;
    cursor: pointer;
}

input[type=checkbox]#show-menu {
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~
.rmenudiv .responsivemenu {
    display: block;
}

input[type=checkbox].view-checkbox {
    display: inline-block;
}

.rmenudiv {
    /*width:100%;*/
}

@media screen and (max-width: 1160px) {
    /*Make dropdown links appear inline*/
    ul.responsivemenu, ul.responsivemenu li ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    ul.responsivemenu li {
        background-color: #ACC8D7;
        border-bottom: 1px solid white;
    }
    ul.responsivemenu li a, ul.responsivemenu li ul li a {
        text-align: left;
    }
    ul.responsivemenu li ul li a:before {
        content: " \00a0\00a0\00a0\00a0\00a0\00a0\00a0 ";
        text-decoration: line-through;
        padding-right: 4px;
    }
    /*Make all menu links full width*/
    ul.responsivemenu, 
    ul.responsivemenu li, 
    ul.responsivemenu li ul, 
    ul.responsivemenu li ul li, 
    ul.responsivemenu li ul li a {
        width: 100%;
        margin: 0px;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display: block;
    }
    #bb_form {
        display: none;
    }
    .site-title {
        font-size: 24px;
    }
    .site-description {
        font-size: 16px;
    }
    .rmenudiv {
        height: 0px;
    }
}

/* end of responsive menu */
#myDiv {
    background-color: blue;
}

#navdev {
    font-size: 12px;
}

body {
    font-size: 14px;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    max-width: 1224px;
    margin: auto;
}

.nav-menu li {
    padding-right: 5px;
}

.select2-input {
    min-width: 250px;
}

a:visited {
    color: blue;
}

.metadata, #filestuff {
    margin-top: 20px;
    margin-bottom: 20px;
}

.select2-container {
    width: 100% !important;
}

.menu-item {
    margin-right: 15px;
    padding-right: 15px;
}

.tab-content th {
    max-width: 200px;
}

.edit-project select {
    background: yellow !important;
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.dt-buttons {
    margin-top: 20px;
}

.dt-buttons a {
    margin-right: 20px;
}

td.details-control {
    background: url("../cdo/img/cdo.details_open.png") no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url("../cdo/img/cdo.details_close.png") no-repeat center center;
}

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

tfoot {
    display: table-header-group;
}

div#content div.container form {
    max-width: 600px;
    margin: auto;
}

div#content div.container .form-horizontal {
    max-width: 800px;
    margin: auto;
}

#projects tfoot th:nth-child(1) input, 
#projects tfoot th:nth-child(2) input {
    visibility: hidden;
}

.second-view {
    border: 2px solid black;
    margin-top: 20px;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.heading {
    color: #235F91;
}

/*project-view datatable formatting*/
.container .tab-content .row {
    margin-top: 15px;
}

.container .tab-content .row .childrow {
    font-size: smaller;
}

.container .tab-content .row .childrow .crowhead {
    padding: 4px 12px 4px 4px;
    margin-bottom: 8px;
    font-weight: bold;
    width: 80px;
    max-width: 80px;
    text-align: right;
}

.container .tab-content .row .input-sm {
    min-width: 200px;
}

.select2 {
    min-width: 180px;
}

body {
    margin: auto !important;
}

#brandbar {
    height: 26px;
    background-color: #ACC8D7;
    background-image: url("../cdo/img/cdo.un-top-bg.jpg");
    background-repeat: repeat-x;
    overflow: hidden;
    color: #404040;
    font-size: 16px;
}

#brandbar a, #brandbar a:visited, 
#brandbar a:hover, #brandbar a, 
#brandbar a:focus {
    color: #404040;
    outline: medium none;
    font-weight: 400;
}

.unicon {
    /*margin-top: 2px;
     padding: 0px 2px;
     vertical-align:middle;
     border:none;*/
}

.welcome {
    /*font-family: "Source Sans Pro",Helvetica,sans-serif;*/
}

#bb_un {
    float: left;
}

#bb_form {
    float: right;
}

#bb_form input.btn {
    height: 22px;
    font-size: 0.8em !important;
    font-weight: bolder !important;
}

.brandbar-center {
    padding: 2px;
    font-size: 0.8em;
}

#topnav {
    height: 28px;
    background-color: #070050;
    line-height: 25px;
    color: #fff;
    font-size: 0.9em;
}

#topnav a {
    color: #fff;
}

#masthead {
    background: none repeat scroll 0% 0% #235F91;
}

.entry-title a, .site-header .home-link {
    color: #404040;
}

.site-header .home-link {
    display: block;
    min-height: 230px;
    padding: 0px 20px;
    text-decoration: none;
    width: 100%;
}

.site-title, .site-description {
    margin-left: 72px;
    margin-bottom: 0px;
    color: #dadada;
    text-decoration: none;
}

.site-title {
    font-size: 24px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

.site-description {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin-top: 0px;
}

.home-link {
    background: url("../cdo/img/cdo.un-logo.png") no-repeat scroll 0% 0% transparent;
    display: inline-block !important;
    outline: medium none;
    width: 100px;
    height: 100px;
    border: 0px none;
    text-decoration: none;
    min-height: 100px !important;
}

.ajax-progress {
    background: url("../cdo/img/cdo.loader.gif");
    width: 100px;
    height: 100px;
}

button.reset {
    margin-right: 36px;
}

tr.group, tr.group:hover {
    background-color: #ddd !important;
}

.table_documents {
    width: 70%;
}

.table_documents th, .table_documents td {
    border: 1px solid #235F91;
    padding: 4px;
    text-align: center;
}

.table_documents th {
    font-weight: bold;
}

.table_documents tr td:nth-child(2) {
    text-align: left;
}

.alert {
    margin-top: 5px;
    padding: 5px 15px;
}

.site-footer {
    border-top: 6px solid #235F91;
    background-color: #f4f6f8;
    font-size: 14px;
    padding: 4px;
}

#foot-nav {
    text-align: center;
}

div.toggleColumnDisplay {
    background-color: #f4f6f8;
    display: none;
    margin-bottom: 4px;
}

table.dataTable tbody th.dt-body-left, 
table.dataTable tbody td.dt-body-left {
    text-align: left;
}

table.dataTable tbody th.dt-body-center, 
table.dataTable tbody td.dt-body-center {
    text-align: center;
}

table.dataTable tbody th.dt-body-right, 
table.dataTable tbody td.dt-body-right {
    text-align: right;
}

table.dataTable tbody th.dt-body-justify, 
table.dataTable tbody td.dt-body-justify {
    text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap, 
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap;
}

table.childrow td.crowhead {
    width: 160px;
    max-width: 160px;
    padding-right: 12px;
    text-align: right;
}

.container {
    font-size: 14px;
}

#ajaxoverlay {
    display: none;
    position: absolute;
    background: #fff;
}

#ajaxloader {
    position: absolute;
}

ul.email_list {
    margin-left: 0px;
    padding-left: 0px;
}

ul.email_list li {
    list-style: none;
    margin-bottom: 12px;
    background-color: #f4f6f8;
    font-size: 11px;
    height: 200px;
    max-height: 200px;
    overflow: scroll;
}

.email_body {
    height: 200px;
    max-height: 200px;
    overflow: scroll;
    margin-top: 4px;
    border-top: 1px solid #ccc;
    word-break: break-word;
}

.pd-final {
    border-left: 4px solid #ff0000 !important;
}

.annex-list {
    font-size: smaller;
}

.annex-list ol {
    padding: 0px;
}

.is_incoming_in {
    display: inline-block;
    background: #55D076;
    padding: 4px;
}

.downloadme {
    display: inline-block;
    background: #f4f6f8;
    padding: 4px;
}

.is_incoming_out {
    display: inline-block;
    background: #EA8181;
    padding: 4px;
}

#mapWrapper {
    min-height: 280px;
}

#googlemaps {
    min-height: 280px;
    height: 280px;
}
