

/*
Theme Name:Professional Theme
Author:Pradeep Saran
Current Maintainer: Mheinke
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;

}
ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Clear Floated Elements
*/

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clear {
  height:1%;
}

/*
  Style HTML Tags
*/

body {
  background:#ffffff;
  color:#010101;
  font-family:"Droid Sans", "proxima-nova", "Nimbus Sans L", sans-serif;
  font-size:13px;
  line-height:1.62em;
}

/*a {
  color:#00008B;
  text-decoration:none;
}

a:hover {
  color:#d54e21;
}*/

.content a{
   
/*    font-size:12px;*/
  /* font-family:proxima-nova; */
 color:#da631b;
  text-decoration: none;
    font-size: 13px;
}
.content {
  
    font-size:12px;
 /*  font-family:proxima-nova; */
  color:#010101;
}

h1, h2, h3, h4, h5, h6 {
  color:#010101;
   
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {

}

h2 {
    font-size:18px;
  /* font-family:proxima-nova; */
  text-transform:uppercase;
  border-bottom:solid 4px #d4d1b6;
/*  padding-bottom:10px;*/
 line-height: 31px;
}

h3 {
   font-size:17px;
    /* font-family:proxima-nova; */
}

h4{
    font-size:16px;
    /* font-family:proxima-nova; */
}


p {
  margin-bottom:15px;
  font-size: 14px;  
}
li {
  font-size: 14px;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}


table {
 
}

th {
  background: #dbdbdb;
  padding: 5px 4px;
  /*text-shadow: 1px 1px #fff;*/
  border-right: 1px solid #c8c7c7;
  color:#333;
}

td {
 /* background: #ebebeb;
  color: #747474;
  text-align: left;
  padding-left: 4px;
  border-right: 1px solid #c8c7c7;
  border-bottom: 1px solid #c8c7c7;*/
}

code {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

hr {
  border:none;
  border-top:#EEE 1px solid;
}

dt {
  font-weight:bold;
  margin-bottom:24px;
}

dd {
  margin-left:30px;
  margin-bottom:24px;
}

ul {
  list-style-type:disc;
  margin-left:14px;
  margin-bottom:12px;
}

ul li {
  margin-top:4px;
}

ul ul {
  list-style-type:square;
  margin-bottom:0;
}

ul ul ul {
  list-style-type:circle;
}

ol {
  list-style-type:decimal;
  margin-left:30px;
  margin-bottom:24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom:0
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

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

big {
  font-size:1.3em;
}

cite,
em {
  font-style:italic;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

/*blockquote, q {
  quotes:none;
  border: 1px solid #bbbbbb;
  background: #d8d8d8 url(images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}
*/
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

strong {
  font-weight:bold;
}

sup,
sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  position:relative;
  font-size:10px;
}

sup {
  bottom:1ex;
}

sub {
  top:.5ex;
}

img,
video {
 /* max-width:100%;*/
  height:auto;
}

video {
  display:block;
}

audio {
  max-width:100%;
}

/*.content a img {
  padding:5px;
  box-shadow:0 0 3px #EEE;
  background:#FFF;
  border:#EEE 1px solid;
}

.content a:hover img {
  background:#F0F0F0;
}*/

/*
  Theme Design, Layout and Typography
*/


#wrapper {
    margin: 0 auto;
    position: relative;
    width: 1024px;
}

#header {
  margin:0 1.76%;
}

#logo {
  float:left;
  margin:10px;
  padding-top: 10px;
}

#site-title a,
#site-description {
  color:#333;
}

#site-title,
#site-description {
  float:left;
  line-height:100px;
}

#site-title {
  margin:0;
  font-size:28px;
  font-weight:bold;
}

#site-description {
  margin-left:20px;
  font-size:12px;
  font-weight:normal;
}

#main-menu {


}


#main-menu ul {
border-color: transparent transparent #cdccc8;
border-style: solid;
border-width: 0 0 1px;
font-size: 13px;
height: 31px;
list-style: none outside none;
margin: 0;
overflow: visible !important;
width: 100%;
padding: 0;
}

#main-menu li {
	position:relative;
	float:left;
	padding:0;
	margin:0;
	line-height:0px;
}

#main-menu li li{
/*	line-height:13px;*/
}

#main-menu ul li:first-child {
  padding-left:0;
}

#main-menu span {
color: #010101;
/* font-family: proxima-nova; */
font-size: 13px;
padding: 5px 40px 8px;
text-decoration: none;
/*text-transform: uppercase;*/
}
#main-menu a {
color: #010101;
/* font-family: proxima-nova; */
font-size: 13px;
padding: 5px 43px 8px;
text-decoration: none;
/*text-transform: uppercase;*/
}
ul.menu > li.expanded{
    border-top: 1px solid #fff;
  
}
#main-menu ul.menu li.expanded:hover{
  border-left: 1px solid #c8ccc8;
  border-right: 1px solid #c8ccc8;
    border-top: 1px solid #c8ccc8;
  
}
.menu li.expanded > span:after {
  bottom: 20px;
  content: none;
  display: block;
  height: 0;
  position: relative;
  right: 18px;
  width: 0;
}
.menu li.expanded > span {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("images/dropdown-x1.png");
  background-origin: padding-box;
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: 25px 60px !important;
    
}
.menu li.expanded .menu li.expanded > span{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/dropdown-y1.png");
    background-origin: padding-box;
    background-position: right 5px;
    background-repeat: no-repeat;
/*    background-size: 25px 60px !important;*/
}
li.expanded .menu li.last.expanded a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/dropdown-y1.png");
    background-origin: padding-box;
    background-position: 90% 5px;
    background-repeat: no-repeat;
/*    background-size: 25px 60px !important;*/
}
.menu li.expanded .menu li.expanded > span:hover, li.expanded .menu li.last.expanded a:hover{
 
  color : #ffffff !important;
}
li.expanded .menu li.last.expanded span {
  padding: 11px 48px 11px 26px !important;
}
li.expanded .menu .last.expanded .menu li a {
  background-image: none !important;
}
.menu li.last.expanded > a, li:nth-child(6).expanded > a {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("images/dropdown-x1.png");
  background-origin: padding-box;
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: 25px 60px !important;
}
.menu li.last.expanded > a:hover, li:nth-child(6).expanded > a:hover{
  background-position: right -30px;
}

.menu li.expanded > span:hover{
  background-position: right -30px;
}
#main-menu a:hover,
#main-menu li > a.active {
   color: #f05930;
}
.menu li.expanded .menu li.expanded > span:hover{
 
  color : #ffffff !important;
}


#main-menu li.active-trail {
   
}
.expanded ul li a.active{
	color:#010101 !important;
}

.drop-down-toggle {
  position:absolute;
  top:7px;
  right:16px;
  display:none;
  width:20px;
  height:20px;
  border-radius:15px;
  background:#333;
  background:-moz-linear-gradient(#333,#444);
  background:-webkit-linear-gradient(#333,#444);
  background:-o-linear-gradient(#333,#444);
  background:-ms-linear-gradient(#333,#444);
  background:linear-gradient(#333,#444);
  border:#aaa 3px solid;
}

.drop-down-arrow {
  display:block;
  width:0;
  height:0;
  margin:8px 0 0 5px;
  border-top:5px solid #aaa;
  border-left:transparent 5px solid;
  border-right:transparent 5px solid;
}

#main-menu li li {
  float:none;
  min-width:190px;
  padding:0;
  margin:0;
}


#main-menu li li:first-child > a {
    border-top: medium none;
}



#main-menu li li a {
display: block;
font-size: 13px !important;
overflow: hidden;
padding: 15px 0 15px 20px;
}

#main-menu li li:first-child > a {
  border-top:none;
}
.rce_evaluation_menutab > .menu li a {
font-size: 10px !important;
}
.rce_evaluation_menutab li li a {
	
	font-size: 10px !important;
}


#main-menu li ul {
border: 1px solid #ddd;
display: none;
height: auto;
overflow: visible !important;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
width: 242px;
z-index: 9999;
}
li.expanded .menu li.leaf > a {
  padding: 5px 0 5px 28px !important;
   text-transform: uppercase;
}


#main-menu li.last.expanded ul {
    float: right;
    left: auto;
   /* right: -1px;*/
   
}


#main-menu li ul ul {
  margin:-33px 0 0 190px !important;
}
li.expanded .menu li.expanded > span {
/*    padding: 11px 32px 17px 20px !important;*/
   text-transform: uppercase;
}

li.expanded .menu li.expanded .menu li > a {
	color : #010101 !important;
}

#main-menu li:hover > ul,
#main-menu li li:hover > ul,
#main-menu li li li:hover > ul {
  display:block;
     color: #fff !important;
}

#main-menu li a:hover,
#main-menu li > a.active {
/*  background:transparent;*/
  color:#F05930;
  text-decoration:none;
  
  
}
/*ul li.expanded, li.expanded.active-trail {
  background: url("images/dropdown_normal.jpg") no-repeat scroll right 15px rgba(0, 0, 0, 0);

}*/

/*ul li.expanded:hover, ul li.expanded.active-trail:hover {
  background: url("images/dropdown.jpg") no-repeat scroll right 15px #ffffff;
  border-top:1px solid #d4d1b6 !important;
  border-left:1px solid #d4d1b6 !important;
    border-right:1px solid #d4d1b6 !important;
 
}*/

#main-menu .nav-toggle {
  display:none;
}

#main-menu ul li.leaf, #main-menu ul li.expanded, #main-menu ul li.collapsed {
  list-style:none;
}


#main-menu ul.menu li {
border-color: #fff;
border-style: solid;
border-width: 1px 1px 0;
line-height: 29px !important;
}
#main-menu ul:first-child > li:first-child a{
    padding: 28px 26px 8px !important;
}
#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
  margin: 0;
  padding: 0;
}


#container {
  margin:1.76%;
}

#slider {
  position:relative;
  margin:0 0 1.83%;
  box-shadow:0 0 0px #999;
  background:#ccc;
  background:-moz-linear-gradient(#ddd,#bbb);
  background:-webkit-linear-gradient(#ddd,#bbb);
  background:-o-linear-gradient(#ddd,#bbb);
  background:-ms-linear-gradient(#ddd,#bbb);
  background:linear-gradient(#ddd,#bbb);
}
#main-menu ul.menu li.expanded ul.menu li.expanded {
    line-height: 35px !important;
}
#main-menu li ul ul {
    margin: -41px 0 0 243px !important;
}

#slider a:active {
  outline:none;
}

.slides,
.flex-control-nav {
  margin:0;
  padding:0;
  list-style:none;
}

.slides {
  width:100%;
  overflow:hidden;
}

#slider .slides > li {
  display:none;
  position:relative;
  margin:0;
}

#slider .slides li:first-child {
  display:list-item;
}

.flex-pauseplay span {
  text-transform:capitalize;
}

.slides:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.flex-control-nav {
  position:absolute;
  right:4%;
  bottom:7.3%;
  text-align:center;
}

.flex-control-nav li {
	display:inline-block;
	margin:0 0 0 15px;
	float:left; /** Added by ibou65 to fix vertical display of slides link on IE7, line 603 **/
}

.flex-control-nav li:first-child {
  margin:0;
}

.flex-control-nav li a {
  display:block;
  width:24px;
  height:24px;
  box-shadow:0 0 3px #999;
  cursor:pointer;
  background:#e9e9e9;
  color:#333;
  font-weight:bold;
  line-height:24px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
  background:#fff;
}

#slider .post {
  padding:1.83%;
  margin:0;
  box-shadow:none;
  background:none;
}

#slider .entry-container {
  float:right;
  max-width:50%;
}

#slider .slide-image {
	max-width:49%;
	padding:0.47%;
	background:#E9E9E9;
}

#slider .entry-header,
#slider .entry-summary {
  	width:550px;
	max-width:95%;
	margin-left:5%;
}

#slider .entry-title{
  margin-left:0;
  margin-bottom:15px;
}

.content-sidebar-wrap {
  float:left;
  width:100%;
}

.content-sidebar-wrap #content {
  background:#fff;
  display: inline;
  margin-bottom: 0%;
  float:right;
  width:100%;
  
}

#sidebar-first {
  color: #888;
  float: left;
}

#sidebar-second {
  color: #888;
  float: right;
}


/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
  width:76.2%;
}

body.two-sidebars #content {
  width: 69.8%;
}

body.two-sidebars #sidebar-first {
  width: 29%;
}

body.two-sidebars #sidebar-second {
  width: 23%;
}
body.one-sidebars #sidebar-second .block{
  margin-bottom:40px;
}
body.two-sidebars #sidebar-second .block{
  margin-bottom:40px;
}
/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 75%;
}


body.sidebar-first #sidebar-first {
    width: 21%;
}
body.page-rce-profile-detail- #sidebar-first {
    width: 24%;
}
/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
  width: 75%;
}

body.sidebar-second #content {
  width: 100%;
}

body.sidebar-second #sidebar-second {
  width: 22%;
}

#post-content {
  padding: 0 40px;
}

.breadcrumb {
  margin:0 20px;
  padding-top:20px;
  margin-bottom:10px;
  border-bottom:#eee 1px solid;
}

#head, #content, #sidebar-second, #sidebar-first {
  /* margin-top: 10px; */
}

.node {
  margin:20px 0;
}

.node h2.title, .page-title {
  color: #000;
  font-size: 20px;
}

.node h2.title a{
  color: #000;
}

.block {
 /* margin-bottom:32px;*/
}

/*.block > h2{
  margin:0;
  font-size:16px;
  font-weight:bold;
  letter-spacing:1px;
}

#sidebar-first .block > h2,
#sidebar-second .block > h2,
#head .block > h2,
#foot .block > h2 {
  color:#333;
}
*/
#footer-area .block > h2 {
  color:#ddd;
}

#footer-area ul.menu li a.active{
  color:#ddd;
}



.links {
  color: #000;
  margin-top: 10px;
  font-size: 14px;
}

ul.links {
  margin:0;
}

.links li a {
  /*background-color: #E7E5E3;*/
  color: #100100;
  padding: 4px 5px;
  /*border-radius: 4px;*/
  /*text-shadow: 1px 1px #fff;*/
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit{
  cursor: pointer;
  margin:5px;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 4px 5px;
}

/*-------------------------------------------*
/* Menus and item lists
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}
.quicktabs-tabs a{
  /* font-family:proxima-nova ; */
  font-size:14px;
}

.field-name-field-tags a{
  display: inline-block;
  background: url(images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  text-shadow: 1px 1px #fff;
  border-radius: 2px;
  font-size: 12px;
}

.field-name-field-tags a:hover{
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

#content-container .field-label{
}

#content-container .field-items .field-item{
}


/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}
.item-list .pager {
	border:0px solid red;
	padding: 10px 0;
}

.item-list .pager li {
  padding: 2px 6px;
}

.item-list .pager li a{

  cursor:pointer;
}

.item-list .pager li.pager-current{
	
	color:#010101;
        border: 1px solid #d4d1b6;;
}



/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{
  font-size: 16px;
}

/* Images */

img { outline: 0;
}

img.scale-with-grid { max-width: 100%; height: auto; }

/* Comments */

/*.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 20px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }*/

/* -------------- Form Elements   ------------- */

fieldset { ; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
/*-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #ffffff; border: 1px solid #cccccc*/}

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { /*background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px;
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px;*/ }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { /* font-size: 0.929em;  */}

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { margin-bottom: 0;
padding-bottom: 10px;
padding-top: 10px; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */
/*background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */
/*background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);*/
/* Opera */
/*background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */*/
/*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));*/
/* Webkit (Chrome 11+) */
/*background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);*/
/* Proposed W3C Markup */
/*background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);*/
/* IE6-9 */
/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');

border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 8px 1em 9px 1em;*/*/ }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */
/*background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */
/*background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */
/*background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
*//* Webkit (Safari/Chrome 10) */
/*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
*//* Webkit (Chrome 11+) */
/*background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);*/
/* Proposed W3C Markup */
/*background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);*/
/* IE6-9 */
/*ilter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;*/*/*/
cursor: pointer; }

#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

#search-block-form input.form-submit,
#search-form input.form-submit { margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;
text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(images/search-button.png) no-repeat center top; overflow: hidden; }

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-form .form-item-keys label { display: block; }

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }


#footer {
  clear:both;
  border:0px solid red;
  width:1024px;
  margin:0 auto;
}

#footer-area {
  position:relative;
 /* padding:1.76% 3.52%;
  box-shadow:0 0 3px #999;
  background:#383838;
  background:-moz-linear-gradient(#444, #333);
  background:-webkit-linear-gradient(#444, #333);
  background:-o-linear-gradient(#444, #333);
  background:-ms-linear-gradient(#444, #333);
  background:linear-gradient(#444, #333);*/
  padding-top: 20px;
  color:#999;
}


/*#footer-area .column {
  float:left;
  width:30.8%;
  margin:0 0 1.9% 3.8%;
}
*/
#footer-area .column:first-child {
  float: left;
padding: 20px;
width: 30.38%;
}

#footer-area .column-title {
  color:#e0e0e0;
}

#footer-area li {
  border-bottom:#555 1px dashed;
}

#copyright {
  clear:both;
  padding:0 20px;
  box-shadow:0 -1px 3px #ccc;
  background:#CCC;
  color:#000;
  line-height:40px;
}

.copyright {
  float:left;
  max-width:728px;
}

.credits {
  float:right;
  max-width:370px;
  margin-right:12px;
  text-align:right;
}

#copyright p {
  margin:0;
}

#copyright a {
  color:#00008B;
  text-decoration:none;
}

#copyright a:hover {
  color:#d54e21;
}

.page-node-2809 h4{
	font-weight:bold;
}

/*@media screen and (max-width: 1152px) {

  #wrapper {
  max-width:960px;
  }

}

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

  .content-sidebar-wrap,
  #content,
  #sidebar-first,
  #sidebar-second {
  float:none;
  width:auto !important;
  }

  #sidebar-first {
    clear:both;
  }

  #sidebar-first,
  #sidebar-second,
  #head,
  #foot {
  padding:0 3.52%;
  }

}

@media screen and (max-width: 640px) {

  #site-title,
  #site-description {
  float:none;
  margin:0;
  line-height:1.62em;
  }


  #site-title {
  padding-top:18px;
  }

  #site-description {
  padding-bottom:18px;
  }

 #header h1#site-title {
	display: block;
	float:none;
	clear: both;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
   }

   #header #logo {
    padding:0px;
    margin: 0px;
   }

  #main-menu ul {
  display:none;
  }

  #main-menu li ul {
  position:static;
  }

  #main-menu li ul ul {
  margin:0 !important;
  }

  #main-menu ul,
  #main-menu li {
  float:none;
  max-width:100%;
  }

  #main-menu a {
  width:100%;
  padding:0;
  background:#444;
  background:-moz-linear-gradient(#555,#333);
  background:-webkit-linear-gradient(#555,#333);
  background:-o-linear-gradient(#555,#333);
  background:-ms-linear-gradient(#555,#333);
  background:linear-gradient(#555,#333);
  }

  #main-menu li li a {
  text-align:center;
  }

  #main-menu li li li a {
  background:#777;
  border-top-color:#7f7f7f;
  }

  #main-menu a:hover {
  background:#888;
  background:-moz-linear-gradient(#999,#777);
  background:-webkit-linear-gradient(#999,#777);
  background:-o-linear-gradient(#999,#777);
  background:-ms-linear-gradient(#999,#777);
  background:linear-gradient(#999,#777);
  }

  #main-menu li:hover > ul,
  #main-menu li li:hover > ul,
  #main-menu li li li:hover > ul {
  display:none;
  }

  .drop-down-toggle {
  display:block;
  }

  #main-menu li li .drop-down-toggle {
  top:5px;
  }

  #main-menu .nav-toggle {
  display:block;
  font-size:15px;
  font-weight:bold;
  line-height:40px;
  }

  .flex-control-nav li {
  margin:0 0 0 10px;
  }

  .flex-control-nav li:first-child {
  margin:0;
  }

  .flex-control-nav li a {
  box-shadow:none;
  background:rgba(255, 255, 255, 0.75);
  }

  #slider .entry-container {
  position:absolute;
  left:4%;
  bottom:6.3%;
  }

  #slider .entry-header,
  #slider .entry-summary {
  margin:0;
  }

  #slider .entry-title {
   margin-bottom: 0;
  }

  #slider .entry-title a,
  #slider .entry-summary{
  display:inline-block;
  padding:1% 3%;
  background:rgba(255, 255, 255, 0.75);
  }

  #slider .entry-summary {
  max-width:61.8%;
  display:none;
  }

  #slider .entry-summary p {
  max-height:84px;
  overflow:hidden;
  display:none;
  }

  #slider .slide-image {
  float:none;
  display:block;
  max-width:100%;
  padding:0;
  margin:0;
  box-shadow:none;
  }

  .content-sidebar-wrap,
  #sidebar-first,
  #sidebar-second {
  float:none;
  width:auto;
  }

  .content-sidebar-wrap #content {
    float: left;
    width:auto;
  }

  #sidebar-first .block,
  #sidebar-second .block,
  #footer-area .column {
  float:none;
  width:auto !important;
  margin-left:0;
  }

  #sidebar-first {
    clear:both;
  }

  #footer-area .column {
  margin:10px 0;
  }

  .copyright,
  .credits {
  float:none;
  text-align:left;
  }


  @media screen and (max-width: 440px) {
    input.form-text, select.form-select {
      width: 93%;
    }
    textarea.form-textarea {
      width: 100%
    }
  }

}
*/
/** SPECIAL CLASSES FOR OVERRIDING CORE THEMES **/
#user-login-form {
	color:#000;
}

.marker, .form-required {
 color:#8B0000;
}

/*---------------------------------------------------------Global_Conference------------------------------------------------*/


.no-sidebars .content-sidebar-wrap{
	border:0px solid red;}
	
.no-sidebars .content-sidebar-wrap #content{
	/* margin-top:-17px; */
	}
	
.no-sidebars .content-sidebar-wrap #content h1{
	/* border:1px solid red; */
	/* display:none; */
	
	}
	
.content-sidebar-wrap #content h3{
	/*border:1px solid red;*/}
	
.no-sidebars .content-sidebar-wrap #post-content .block h2{
color: #404040;
/* font-family: "proxima-nova",helevetica; */
font-size: 20px;
font-weight: 300;
margin-bottom: 5px;} 
	
.no-sidebars .content-sidebar-wrap #post-content{
	border:0px solid red;
	padding:0;}
	
.no-sidebars .content-sidebar-wrap #post-content .block{
	/* border-bottom: 1px solid #C2B7A3; */
	color: #404040;
    font-size: 15px;
	/* padding:36px 0 0; */
	/* margin-bottom:30px; */}
	
.no-sidebars .content-sidebar-wrap #post-content .block .content{
/*	background: url("images/line.png") repeat-y scroll 0 0 transparent;*/
    /* min-height: 90px; */
    }
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-20{
	 background: url("images/banner.jpg") no-repeat scroll 0 0 transparent;
	border:0px solid red;
	height: 329px;
	margin-bottom: 0;
	padding:0;
	width: 987px;} 
.no-sidebars .content-sidebar-wrap #post-content #block-block-20 #see_rce ul li a:hover{
/*	font-weight:bold;
	color:#fff;*/
	text-decoration:none;
         color: #fff !important;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-20 #see_rce  ul li a {
  color: #010101 !important;
padding: 0 18px;
}
.no-sidebars .content-sidebar-wrap #post-content #block-block-20 .global_menu1{
	border: 0 solid red;
    margin: auto;
    padding-top: 280px;
    /*width: 962px;*/}	
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-20 ul li{
	border-right: 0px solid #fff;
    float: left;
    list-style-type: none;
    }
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-20 ul li span{
	border-right: 1px solid #fff;
    padding: 0 20px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-20 ul li#see_contact span{
	border-right:0px solid red;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-20 ul li a{
	color:#fff;
	font-family:arial;
	font-size:14px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-20 ul li a:hover{
/*	font-weight:bold;
	color:#fff;*/
	text-decoration:none;
         color: #da631b !important;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-20 ul li.active{
	background: url("images/arrow.png") no-repeat scroll center 43px transparent;
    border: 0 solid red;
    padding-bottom: 54px;
    position: relative;
    z-index: 1;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-20 ul li .inner_menu{
	display:none;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-20 ul li .inner_menu li{
	float:none;
	border-bottom:1px solid #FFF;
	padding: 4px;
	}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-20 ul li .inner_menu li:hover{
	background:#f05930;
	cursor:pointer;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-20 ul li:hover .inner_menu{
	display:block;
	position:absolute;
	z-index:100;
	border:1px solid #d4d1b6;
	border-radius:0px;
	background: none repeat scroll 0 0 rgb(249, 250, 245);
	width:180px;
	/*padding-left:21px;
	padding-right:21px;*/
/*	padding-bottom:15px;*/
	margin-left:0px;
	/*box-shadow: 0 0 3px #fff;*/
	font-size:11px;
	width:225px;}
/*-----------------------------------------Block-Block-50---------------------*/
.no-sidebars .content-sidebar-wrap #post-content #block-block-50{
	 background: url("images/9th_main_banner.jpg") no-repeat scroll 0 0 transparent;
	border:0px solid red;
	height: 329px;
	margin-bottom: 0;
	padding:0;
	width: 987px;} 

	
.no-sidebars .content-sidebar-wrap #post-content #block-block-50 .global_menu1{
	border-bottom: 3px solid #d4d1b6;
    margin: auto;
    padding-top: 280px;
    height: 47px;
    margin-bottom:20px;
    /*width: 962px;*/}
    
.page-node-799.no-sidebars .content-sidebar-wrap #post-content #block-block-50 .global_menu1{
	border-bottom:none ;
}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-50 ul li{
	border-right: 0px solid #fff;
    float: left;
    list-style-type: none;
    padding: 5px;
    }
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-50 ul li span{
	border-right: 1px solid #000;
    padding: 0 20px;}
    
.no-sidebars .content-sidebar-wrap #post-content #block-block-50 ul li span.dis_link {
    border-right: 1px solid #000;
    padding: 0px 20px !important;
    font-size: 14px;
}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-50 ul li#see_contact span{
	border-right:0px solid red;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-50 ul li a{
	color:#010101;
	font-family:arial;
	font-size:14px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-50 ul li a:hover, #block-block-50 ul li span.dis_link:hover{
	
	color:#da631b;
	}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-50 ul li.active{
	background: url("images/arrow_dark.png") no-repeat scroll center 36px transparent;
    border: 0 solid red;
    padding-bottom: 54px;
    position: relative;
    z-index: 1;}
    
.page-node-799.no-sidebars .content-sidebar-wrap #post-content #block-block-50 ul li.active{
	background: url("images/arrow.png") no-repeat scroll center 36px transparent;
   }
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-50 ul li .inner_menu{
	display:none;
	margin-left: -10px !important;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-50 ul li .inner_menu li{
	border-bottom: 1px dotted #d4d1b6;
float: none;
margin: 0;
padding: 0px;
line-height: 3;
	}
        .inner_menu.nineth_inner_menu > li:last-child {
  border-bottom: medium none !important;
}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-50 ul li .inner_menu li:hover{
	background:#f05930;
	cursor:pointer;
        color: #fff;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-50 ul li:hover .inner_menu{
	display:block;
	position:absolute;
	z-index:100;
	border:1px solid #d4d1b6;
	border-radius:0px;
	background: none repeat scroll 0 0 rgb(249, 250, 245);
	width:180px;
	/*padding-left:21px;
	padding-right:21px;*/
/*	padding-bottom:15px;*/
	margin-left:0px;
	/*box-shadow: 0 0 3px #fff;*/
	font-size:11px;
	width:225px;}
.no-sidebars .content-sidebar-wrap #post-content #block-block-25{
	background: url("images/image_bottom.jpg") no-repeat scroll 0 0 transparent;
	border:0px solid red;
	height: 339px;
	padding-bottom:0px;}
	

/*-------------------------------------9th_Global_Home_Image-------------------*/
.no-sidebars .content-sidebar-wrap #post-content #block-block-51{
	background: url("images/9th_banner_2.jpg") no-repeat scroll 0 0 transparent;
	border:0px solid red;
	height: 339px;
	padding-bottom:0px;} 
/*-------------------------------------------------------------------------------*/
.no-sidebars .content-sidebar-wrap #post-content #block-block-22{
	background: url("images/Description.png") no-repeat scroll 20px 0 transparent;
    border-bottom: 1px solid #C2B7A3;
    min-height: 92px;
    padding-bottom: 27px;
    /*padding-left: 165px;*/
	}
/*---------------------------------------9th_Global_Overview-----------------------*/
.no-sidebars .content-sidebar-wrap #post-content #block-block-52{
	background: url("images/Description.png") no-repeat scroll 20px 0 transparent;
    border-bottom: 3px solid #d4d1b6;
    min-height: 92px;
    padding-bottom: 27px;
    /*padding-left: 165px;*/
	}
/*----------------------------------------------------------------------------------*/
/*.no-sidebars .content-sidebar-wrap #post-content #block-block-22 .content{
	background: url("images/line.png") repeat-y scroll 0 0 transparent;
    margin-left: 125px;
    min-height: 90px;
    padding-left: 20px;}*/
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-23{
	border:0px solid red;
	background: url("images/Location.png") no-repeat scroll 20px 0 transparent;
	/*border-bottom: 1px solid #C2B7A3;*/
	float: left;
    width: 398px;
	padding-right:86px;
	/*padding-left: 165px;*/}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-23 h2{
	background: url("images/line.png") repeat-y scroll 0 0 transparent;
    margin-left: 125px;
	margin-bottom:0px;
	padding-bottom:5px;
    padding-left: 20px;}

/*-----------------------------9th_Location on Logistics-------------------*/
.no-sidebars .content-sidebar-wrap #post-content #block-block-57{
	border:0px solid red;
	background: url("images/Location.png") no-repeat scroll 20px 0 transparent;
	/*border-bottom: 1px solid #C2B7A3;*/
	float: left;
    width: 398px;
	padding-right:86px;
	z-index:10000;
	/*padding-left: 165px;*/}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-57 h2{
border-bottom: medium none;
font-size: 18px !important;
margin-bottom: 0;
margin-left: 125px;
padding-bottom: 5px;
padding-left: 20px;}
/*---------------------------------------------------------------------------------*/
/*.no-sidebars .content-sidebar-wrap #post-content #block-block-23 .content{
	background: url("images/line.png") repeat-y scroll 0 0 transparent;
    margin-left: 125px;
    min-height: 90px;
    padding-left: 20px;}*/
	
.no-sidebars .content-sidebar-wrap #post-content #block-gmap-location-0{
	border: 0 solid red;
    float: left;
    width: 443px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-gmap-location-0 h2{
	display:none;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-gmap-location-0 #gmap-auto1map-gmap0{
	border:1px solid #c4beb2;
	border-radius:2px;
	width: 100%!important;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-24{
	background: url("images/coma_start.png") no-repeat scroll 110px 18px transparent;
	border-top: 1px solid #C2B7A3;
	border-bottom: 0px solid #C2B7A3;
	clear: both;
	padding-left: 165px;
	padding-top:20px;}
/*----------------------------------9th_Global_Overview_Footer----------------------*/
.no-sidebars .content-sidebar-wrap #post-content #block-block-53{
	background: url("images/coma_start.png") no-repeat scroll 1px 5px transparent;
border-bottom: 0 solid #c2b7a3;
clear: both;
padding-left: 56px;
padding-top: 20px;}
/*----------------------------------------------------------------------------------*/
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-20 .content,
.no-sidebars .content-sidebar-wrap #post-content #block-block-24 .content, 
.no-sidebars .content-sidebar-wrap #post-content #block-block-25 .content,
.no-sidebars .content-sidebar-wrap #post-content #block-block-50 .content,
.no-sidebars .content-sidebar-wrap #post-content #block-block-51 .content,
.no-sidebars .content-sidebar-wrap #post-content #block-block-53 .content,
.no-sidebars .content-sidebar-wrap #post-content #block-gmap-location-0 .content{
	background: none repeat-y scroll 0 0 transparent;
    margin-left: 0px;
    min-height: 0px;
    padding-left: 0px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-global-logistic-hotel-block-2{
	background: url("images/Registration-Information.png") no-repeat scroll 20px 5px transparent;
	margin-top:40px;}
/*-------------------------------------9th_Global_Logistic_Registration-------------------------*/
.no-sidebars .content-sidebar-wrap #post-content #block-views-global-logistic-hotel-block-8{
	background: url("images/Registration-Information.png") no-repeat scroll 20px 5px transparent;
	margin-top:40px;}
/*-----------------------------------------------------------------------------------------------*/
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-global-logistic-hotel-block-4{
	background: url("images/Arrival-Information.png") no-repeat scroll 45px 5px transparent;
	}
/*------------------------------------9th_Global_Travel_Info------------------------------------*/
.no-sidebars .content-sidebar-wrap #post-content #block-views-global-logistic-hotel-block-6{
	background: url("images/Arrival-Information.png") no-repeat scroll 45px 5px transparent;
	}
	
/*------------------------------------------------------------------------------------------------*/
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-global-logistic-hotel-block-3{
	background: url("images/Security-and-Health.png") no-repeat scroll 50px 5px transparent;
	}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-global-logistic-hotel-block-5{
	background: url("images/Things-to-see.png") no-repeat scroll 35px 5px transparent;
	border-bottom:0px;
	}
/*-------------------------------------------------9th_Global_Enjoy_Okayama------------*/
.no-sidebars .content-sidebar-wrap #post-content #block-views-global-logistic-hotel-block-9{
	background: url("images/Things-to-see.png") no-repeat scroll 35px 5px transparent;
	border-bottom:0px;
}
/*----------------------------------------------------------------------------------------*/
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-global-logistic-hotel-block-1{
	background: url("images/Hotel-Information.png") no-repeat scroll 35px 5px transparent;
	}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-global-logistic-hotel-block-1 .views-row{
	border:0px solid red;
	/*display: table-cell; This is commented cos we have to convert 3 cell to 1 cell  
    width: 200px;*/}
	
/*.no-sidebars .content-sidebar-wrap #post-content #block-views-global-logistic-hotel-block-1 .views-row a{
	color:#424242;
	font-size:15px;
	}*/
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-global-logistic-hotel-block-1 .views-row a:hover{
	text-decoration:underline;
	}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-global-logistic-hotel-block-1 h2 {
    background: url("images/line.png") repeat-y scroll 0 0 transparent;
	color: #345736;
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 125px;
    padding-bottom: 5px;
    padding-left: 20px;
}
/*-----------------------------------------------------9th Global Logistic Hotel----------------------*/
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-global-logistic-hotel-block-7{
	background: url("images/Hotel-Information.png") no-repeat scroll 35px 5px transparent;
	}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-global-logistic-hotel-block-7 .views-row{
	border:0px solid red;
	/*display: table-cell; This is commented cos we have to convert 3 cell to 1 cell  
    width: 200px;*/}
	
/*.no-sidebars .content-sidebar-wrap #post-content #block-views-global-logistic-hotel-block-1 .views-row a{
	color:#424242;
	font-size:15px;
	}*/
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-global-logistic-hotel-block-7 .views-row a:hover{
	text-decoration:underline;
	}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-global-logistic-hotel-block-7 h2 {
/*    background: url("images/line.png") repeat-y scroll 0 0 transparent;*/
	color: #345736;
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 125px;
    padding-bottom: 5px;
    padding-left: 20px;
    border-bottom: medium none !important;
}
#block-views-global-logistic-hotel-block-8 .views-row-1 {
 float: left;
margin-top: 0;
padding: 0;
}
#block-views-global-logistic-hotel-block-8 {
  padding-bottom: 120px !important;
}
.view-global-logistic-hotel .views-field-body {
  padding-left: 0;
}
/*---------------------------------9th_Contact_block------------------------*/
.no-sidebars .content-sidebar-wrap #post-content #block-block-54 {
    background: url("images/other_useful_links.png") no-repeat scroll 20px 0 transparent;
    border-bottom: 1px solid #C2B7A3;
    min-height: 92px;
    padding-bottom: 27px;
	margin-top: 40px;
}
 
 .no-sidebars .content-sidebar-wrap #post-content #block-block-58 {
    background: url("images/rce_awards.png") no-repeat scroll 20px 0 transparent;
    border-bottom: 1px solid #C2B7A3;
    min-height: 92px;
    padding-bottom: 27px;
	margin-top: 40px;
}
  .no-sidebars .content-sidebar-wrap #post-content #block-block-59 {
    background: url("images/field_visit.png") no-repeat scroll 20px 0 transparent;
    border-bottom: 1px solid #C2B7A3;
    min-height: 92px;
    padding-bottom: 27px;
	margin-top: 40px;
}
 .no-sidebars .content-sidebar-wrap #post-content #block-block-60 {
    background: url("images/poster_exibitions.png") no-repeat scroll 20px 0 transparent;
    border-bottom: 1px solid #C2B7A3;
    min-height: 92px;
    padding-bottom: 27px;
	margin-top: 40px;
}
.register{
	border: 0 solid red;
    float: left;
    margin-top: 213px;
    text-align: center;
    width: 986px;}

.register input{
	background: url("images/register_now_button.png") no-repeat scroll 0 0 transparent;
    border: 0 solid red;
    cursor: auto;
    font-size: 0;
    height: 47px;
    width: 303px;
    }
/*---------------------------------------9th_register_Input----------------------*/
   .nineth_register{
	border: 0 solid red;
    float: left;
    margin-top: 242px;
    text-align: center;
    width: 986px;
   }
    
    .nineth_register input{
	background: url("images/Conf-outcomes.png") no-repeat scroll 0 0 transparent;
    border: 0 solid red;
     cursor:pointer;
    font-size: 0;
    height: 43px;
   width: 304px;}
/*--------------------------------------------------------------------------------*/
/*-----------------------------------------------Global Conference ----------------------------------------------*/

#sidebar-second #block-block-40 h2, #sidebar-second #block-block-40 p {
    display: none;
}

#sidebar-second #block-block-40 input{
	background: url("images/global-conferences-button.png") no-repeat scroll 0 0 transparent;
	border:0px solid red;
	border-radius:5px;
	/*box-shadow: 0 0 3px #999999;*/
	cursor: pointer;
    font-size: 0;
    height: 59px;
    width: 223px;}
	
	input#upload_doc{
          background: url("images/upload-documents-button.png") no-repeat scroll 0 0 transparent;
	border:0px solid red;
	
	/*box-shadow: 0 0 3px #999999;*/
	cursor: pointer;
    font-size: 0;
    height: 59px;
    width: 223px;
        }
        #block-block-2 input{
                   background: url("images/annual-report-button.png") no-repeat scroll 0 0 transparent;
	border:0px solid red;

	cursor: pointer;
    font-size: 0;
    height: 59px;
    width: 223px;
        }
/*-----------------------------Global Conference (Conference Programme Page)-------------------------------*/	

.no-sidebars .content-sidebar-wrap #post-content #block-block-39{
	border: 0 solid red;
    left: 87%;
    padding: 0;
    position: fixed;
    top: 80%;
    z-index: 1000;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-39 .content{
	background: none repeat scroll 0 0 transparent;
    border: 0 solid red;
    margin-left: 0;
    }
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-39 .content .back_to_top{
	cursor:pointer;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-30{
	margin-top:40px;
	border:0px solid red;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-30 .content{
	background: none repeat scroll 0 0 transparent;
    border: 0 solid red;
    margin-left: 0;
    }
/*------------------------------9th Conference Programme-----------------------*/
.no-sidebars .content-sidebar-wrap #post-content #block-block-56{
	border: 0 solid red;
margin-top: 40px;
padding: 0;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-block-56 .content{
	background: none repeat scroll 0 0 transparent;
    border: 0 solid red;
    margin-left: 0;
    padding-left: 0;
    }
/*------------------------------------------------------------------------------*/

	
.global_schedule_menu{
	border:0px solid red;
        margin-bottom: 40px;
        height: 30px;}
	
.page-node-290 .global_schedule_menu{
}
.page-node-806 .global_schedule_menu{
border:0px solid red;}
	
        .global_schedule_menu > ul {
  float: left;
  height: 30px;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
.global_schedule_menu ul li{
	display: table-cell;
list-style-type: none;
text-align: center;
width: 400px;}
	
.global_schedule_menu ul li.last{
	border-right: 0px solid #284a2a;}
	
.global_schedule_menu ul li a{
	color: #010101;
font-size: 18px;
}
	
.global_schedule_header{
	border-bottom: 3px solid #d4d1b6;
color: #010101;
font-size: 16px;
font-weight: bold;
margin: 0 0 20px;
padding-bottom: 5px;
padding-top: 6px;}
	
.global_schedule_subheader{
	background: none repeat scroll 0 0 rgb(213, 209, 182);
color: #010101;
font-size: 16px;
margin-bottom: 10px;
margin-top: 10px;
padding: 5px 0 5px 15px;}
	
.active_title{
	background: none repeat scroll 0 0 rgb(213, 209, 182);
color: #010101;
font-size: 16px;
margin-bottom: 15px;
margin-top: 20px;
padding: 5px 0 5px 15px;}
	
.global_schedule_title{
	color: #010101;
 font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 5px;
padding: 0 0 2px 15px;
	}
	
.break_body{
	margin-bottom:10px;}
	
/*-----------------------Global Conference (Conference Programme Page)END--------------------------*/


/*-----------------------Conference Discussions (Conference Programme Page)------------------------*/


.no-sidebars .content-sidebar-wrap #post-content #block-block-42 {
    border: 0 solid red;
    height: auto;
    margin-bottom: 0;
    margin-top: 40px;
    padding: 0;
}
/*------------------------------------------9th_Global_Menu_Block---------------*/
.no-sidebars .content-sidebar-wrap #post-content #block-block-55 {
    border: 0 solid red;
    height: auto;
    margin-bottom: 0;
    margin-top: 40px;
    padding: 0;
}
/*----------------------------------------------------------------------------------*/

.no-sidebars .content-sidebar-wrap #post-content #block-block-42 .content,
.no-sidebars .content-sidebar-wrap #post-content #block-block-55 .content,
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block-1 .content,
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block .content {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid red;
    margin-left: 0;
	min-height:0px;
	padding: 0;
}

.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block{
	padding: 0 0px 45px 20px;}



.page-node-290 .no-sidebars .content-sidebar-wrap #post-content .block {
   padding: 0 0px 45px;
}

.page-node-290 .no-sidebars .content-sidebar-wrap #post-content .block .content{
	padding-left: 0px;}

.page-node-806 .no-sidebars .content-sidebar-wrap #post-content .block {
   padding: 0 0px 45px;
}

.page-node-806 .no-sidebars .content-sidebar-wrap #post-content .block .content{
	padding-left: 0px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block .content #Continental_Community,
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block .content #Thematic_Community,
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block .content #Other_Community{
	border-color: #FFFFFF;
    border-style: solid;
    border-width: 0 1px 1px;
    box-shadow: 0 0 3px #999999;
    margin-bottom: 15px;
    padding-bottom: 15px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block .content #Continental_Community h3{
	background: url("images/CC_bg_band.png") no-repeat scroll 0 0 transparent;
    border: 0 solid red;
    color: #FFFFFF;
    font-size: 16px;
    height: 39px;
    margin-left: -26px;
    padding-left: 32px;
    padding-top: 6px;
    width: 960px;
	margin-bottom:15px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block .content #Thematic_Community h3{
	background: url("images/TC_bg_band.png") no-repeat scroll 0 0 transparent;
    border: 0 solid red;
    color: #FFFFFF;
    font-size: 16px;
    height: 39px;
    margin-left: -26px;
    padding-left: 32px;
    padding-top: 6px;
    width: 960px;
	margin-bottom:15px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block .content #Other_Community h3{
	background: url("images/OC_bg_band.png") no-repeat scroll 0 0 transparent;
    border: 0 solid red;
    color: #FFFFFF;
    font-size: 16px;
    height: 39px;
    margin-left: -26px;
    padding-left: 32px;
    padding-top: 6px;
    width: 960px;
	margin-bottom:15px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block .content #Continental_Community ul,
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block .content #Thematic_Community ul,
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block .content #Other_Community ul{
	padding:0 20px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block .content #Continental_Community ul li,
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block .content #Thematic_Community ul li,
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block .content #Other_Community ul li{
	border-bottom: 1px dashed #D8D7D2;
    list-style-type: none;
    margin-bottom: 15px;
    padding-bottom: 10px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block .content .views-field-group-audience{
	border:0px solid red;
	float:left;
	margin-right:5px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block .content .views-field-created{
	border:0px solid red;
	font-size:14px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block .content .views-field-nothing span{
	border: 0px solid red;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 36px;
    margin-right: 5px;
    overflow: hidden;
    width: 36px;}
    
    /*-------------------------------------------9th_Conference_Discussion------------------------*/
 .no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block-1{
	padding: 0;}
	
 .no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block-1 .content #Continental_Community,
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block-1 .content #Thematic_Community,
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block-1 .content #Other_Community{
	margin-bottom: 40px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block-1 .content #Continental_Community h3{
	border-bottom: 3px solid #d4d1b6;
color: #010101;
font-size: 16px;
margin-bottom: 21px;
padding-bottom: 10px;
padding-top: 6px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block-1 .content #Thematic_Community h3{
	border-bottom: 3px solid #d4d1b6;
color: #010101;
font-size: 16px;
margin-bottom: 20px;
padding-bottom: 10px;
padding-top: 6px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block-1 .content #Other_Community h3{
	border-bottom: 3px solid #d4d1b6;
color: #010101;
font-size: 16px;
margin-bottom: 20px;
padding-bottom: 10px;
padding-top: 6px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block-1 .content #Continental_Community ul,
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block-1 .content #Thematic_Community ul,
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block-1 .content #Other_Community ul{
	padding:0;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block-1 .content #Continental_Community ul li,
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block-1 .content #Thematic_Community ul li,
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block-1 .content #Other_Community ul li{
	list-style-type: none;
margin-bottom: 15px;
padding-bottom: 40px;
padding-left: 15px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block-1 .content .views-field-group-audience{
	border:0px solid red;
	float:left;
	margin-right:5px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block-1 .content .views-field-created{
	border:0px solid red;
	font-size:14px;}
	
.no-sidebars .content-sidebar-wrap #post-content #block-views-conference-discussions-block-1 .content .views-field-nothing span{
	border: 0px solid red;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 36px;
    margin-right: 5px;
    overflow: hidden;
    width: 36px;}
    
  
#block-system-main .node-news {
    border: 0 solid red;
    margin-top: 30px;
}
    .Organiser{
	background: none repeat scroll 0 0 #DED4C1;
    border: 0 solid red;
    height: 60px;
     margin-bottom: 40px;
     }
    
.Organisers{
	background: none repeat scroll 0 0 #ded4c1;
border: 0 solid red;
height: 63px;
margin-bottom: 40px;
min-width:1024px;}
	
	
.Organiser .contant-area{
	background:url("images/Organiser_image.jpg") no-repeat scroll right 10px transparent;
	color: #999080;
    font-size: 14px;
    height: 40px;
    margin: 0 auto;
    padding-right: 190px;
    padding-top: 20px;
    text-align: right;
    width: 814px;}

.Organisers .nineth_contant-area{
	background: url("images/nineth_rce_conf.png") no-repeat scroll right 10px transparent;
color: #010101;
font-size: 12px;
font-weight: bold;
height: 40px;
margin: 0 auto;
padding-right: 190px;
padding-top: 23px;
text-align: right;
text-transform: uppercase;
width: 814px;}
/*-------------------------------------------------------9th_Conference Menu--------------*/
.nineth_global_menu1 ul{
   list-style-type: disc;
    margin-bottom: 12px;
    margin-left: 140px;
    margin-top: 2px;
}
 
/*---------------------------------------------9th Contact Title-------------------*/

.contact-title{
       color: #010101;
    font-size: 18px;
    font-weight: bold;
}
.no-sidebars .content-sidebar-wrap #post-content #block-block-28 {
    background: url("images/mail.png") no-repeat scroll 20px 40px transparent;
    border-bottom: 1px solid #C2B7A3;
    min-height: 92px;
      padding-bottom: 80px;
	margin-top: 40px;
}
#block-block-28 .content {
  float: left;
}
/*---------------------------------------------------------End Global Conference-------------------*/


/*-------------------------------Communities Block Icons-------------------*/

#block-views-all-communities-block-1 > .content table, #block-views-all-communities-block-1 > .content table tr td, #block-views-all-communities-block-1 > .content table tr.odd, #block-views-all-communities-block-1 > .content table tr.even, #block-views-thematic-communities-block > .content table, #block-views-thematic-communities-block > .content table tr td, #block-views-thematic-communities-block > .content table tr.odd, #block-views-thematic-communities-block > .content table tr.even, #block-views-strategic-communities-block > .content table, #block-views-strategic-communities-block > .content table tr td, #block-views-strategic-communities-block > .content table tr.odd, #block-views-strategic-communities-block > .content table tr.even {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid #bbbbbb;
    padding-left:0px;
}
/*-----------------------------------Continental Communities Images--------------------------------*/

#block-views-all-communities-block-1 > .content table tr.continental_menu0 td a{
	background:url(images/Africa.png) no-repeat 0px 3px scroll;}
#block-block-89 .continental_menu0{
    background:url(images/Africa.png) no-repeat 0px 3px scroll;
}
#block-block-89 .continental_menu1{
    background:url(images/Americas.png) no-repeat 0px 3px scroll;
}
#block-block-89 .continental_menu2{
    background: url("images/ASIA-PACIFIC.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
}
#block-block-89 .continental_menu3{
    background:url(images/EUROPE.png) no-repeat 0px 3px scroll;
}
	
#block-views-all-communities-block-1 > .content table tr.continental_menu1 td a{
	background:url(images/Americas.png) no-repeat 0px 3px scroll}
	
#block-views-all-communities-block-1 > .content table tr.continental_menu2 td a{
	background: url("images/ASIA-PACIFIC.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);}
	
#block-views-all-communities-block-1 > .content table tr.continental_menu3 td a{
	background:url(images/EUROPE.png) no-repeat 0px 3px scroll;}
	
/*-----------------------------------Continental Communities END--------------------------------*/


/*-----------------------------------Thematic Communities Images--------------------------------*/
#block-views-all-communities-block-1 > .content a, #block-views-thematic-communities-block > .content a, #block-views-strategic-communities-block > .content a {
    border-radius: 4px;
    color: #3c3c3c;
    float: left;
    height: 26px;
    line-height: 14px;
    padding-bottom: 6px;
    padding-left: 50px;
    padding-top: 10px;

}
#block-views-all-communities-block-1 > h2{
  color:#756723;
}
#block-views-thematic-communities-block > h2{
    color:#e4721a;
 }
 #block-views-strategic-communities-block > h2{
   color:#708938;
 }
 #block-views-all-communities-block-1 > h2, #block-views-thematic-communities-block > h2,  #block-views-strategic-communities-block > h2{
   font-size:15px;
    /* font-family:proxima-nova; */
    border-bottom:3px solid #d4d1b6;
    margin-bottom: 20px;
 }
#block-views-thematic-communities-block > .content table tr.thematic_menu0 td a{
	background:url(images/Climate-Change.png) no-repeat 0px 3px scroll}
	
#block-views-thematic-communities-block > .content table tr.thematic_menu1 td a{
	background:url(images/Health.png) no-repeat 0px 3px scroll}
	
#block-views-thematic-communities-block > .content table tr.thematic_menu2 td a{
	background:url(images/Teacher-Education.png) no-repeat 0px 3px scroll}
	
#block-views-thematic-communities-block > .content table tr.thematic_menu3 td a{
	background:url(images/SCP-Livelihood-and-Well-being.png) no-repeat 0px 3px scroll}
	
#block-views-thematic-communities-block > .content table tr.thematic_menu4 td a{
	background:url(images/youth.png) no-repeat 0px 3px scroll}
	
#block-views-thematic-communities-block > .content table tr.thematic_menu5 td a{
	background:url(images/Higher-Education.png) no-repeat 0px 3px scroll}
	
#block-views-thematic-communities-block > .content table tr.thematic_menu6 td a{
	background:url(images/Traditional-Knowledge.png) no-repeat 0px 3px scroll}
	
#block-views-thematic-communities-block > .content table tr.thematic_menu7 td a{
	background:url(images/Disaster-Risk-Reduction.png) no-repeat 0px 3px scroll}
	
#block-views-thematic-communities-block > .content table tr.thematic_menu8 td a{
	background:url(images/Inclusive-Learning.png) no-repeat 0px 3px scroll}
#block-views-thematic-communities-block > .content table tr.thematic_menu9 td a{
	  background: url("images/Sustainable-Vocational-Schools.png") no-repeat scroll 0px 3px transparent;}      
      
	
/*-----------------------------------Thematic Communities END--------------------------------*/


/*-----------------------------------Other Communities Images--------------------------------*/

#block-views-strategic-communities-block > .content table tr.other_menu0 td a{
    background: url("images/Capacity-Development.png") no-repeat scroll 0px 3px transparent;
}

#block-views-strategic-communities-block > .content table tr.other_menu1 td a{
    background: url("images/Appraisal-of-RCEs.png") no-repeat scroll 0px 3px transparent;
}

#block-views-strategic-communities-block > .content table tr.other_menu2 td a{
    background: url("images/Research-&-Development.png") no-repeat scroll 0px 3px transparent;
}

#block-views-strategic-communities-block > .content table tr.other_menu3 td a{
    background: url("images/Governance.png") no-repeat scroll 0px 3px transparent;
}

#block-views-strategic-communities-block > .content table tr.other_menu4 td a{
    background: url("images/Policy-Engagement.png") no-repeat scroll 0px 3px transparent;
}

#block-views-strategic-communities-block > .content table tr.other_menu5 td a{
    background: url("images/Communications.png") no-repeat scroll 0px 3px transparent;
}

#block-views-strategic-communities-block > .content table tr.other_menu6 td a{
    background: url("images/Fundraising.png") no-repeat scroll 0px 3px transparent;
}

#block-views-strategic-communities-block > .content table tr.other_menu8 td a{
    background: url("images/Open-Discourse.png") no-repeat scroll 0px 3px transparent;
}

#block-views-strategic-communities-block > .content table tr.other_menu7 td a{
    background: url("images/Open-Discourse.png") no-repeat scroll 0px 3px transparent;
}
#block-views-strategic-communities-block > .content table tr.other_menu9 td a{

    background: url("images/Open-Discourse.png") no-repeat scroll 0px 3px transparent;

}

/*-----------------------------------Communities END--------------------------------*/
/*----------------------------Communities Block----------------------*/

#block-views-all-communities-block-1 td , #block-views-thematic-communities-block td ,#block-views-strategic-communities-block td{
  border:none;
}
#block-views-all-communities-block-1 tr , #block-views-thematic-communities-block tr , #block-views-strategic-communities-block tr{
  border:none;
}
#block-views-all-communities-block-1 table , #block-views-thematic-communities-block table , #block-views-strategic-communities-block table{
  border:none;
}

/*----------------------------------Nodes Search------------------------------*/

#custom-search-blocks-form-1{
	
        border-bottom:1px solid #d4d1b6;
        margin-bottom: 0;}
	
#custom-search-blocks-form-1  .form-item-custom-search-blocks-form-1, .pane-custom-search-blocks-1  .form-item-custom-search-blocks-form-1{
/*	border-bottom:1px solid #d4d1b6;*/
        padding-bottom:10px;
        margin-bottom: 0;}
	
#custom-search-blocks-form-1 .form-item label, .pane-custom-search-blocks-1 .form-item label {
    border: 0 solid red;
    color: #000;
    float: left;
    /* font-family: proxima-nova; */
    font-size: 14px;
    padding-right: 20px;
    width: 20%;
}
	
 #custom-search-blocks-form-1  .form-item select, .pane-custom-search-blocks-1  .form-item select{
	border: 1px solid #C0C0BF;
    height: 24px;
    padding: 1px;
    width: 69%;}
	

#custom-search-blocks-form-1  .form-submit, .pane-custom-search-blocks-1  .form-submit {
    background: url("images/go_button.png") no-repeat scroll 0 0 transparent;
    border: 0 solid red;
    font-size: 0;
    height: 33px;
    margin-left: 43%;
    width: 76px;
}
	
/*#sidebar-second #block-custom-search-blocks-1 .content .form-item select#edit-custom-search-vocabulary-5{
	height: 84px;}*/
	
#custom-search-blocks-form-1  .form-item input.custom-search-box, .pane-custom-search-blocks-1 .form-item input.custom-search-box{
	width: 95%;}
        
/*--------------------------------------------------Search Ends-------------------------*/
/*-----------------------------------SITE MAP------------------------------------------------------------------------------*/

.sitemap a{
}
.sitemap a:hover{
	}

.sitemap{
		  width: 92%;
		margin:0 auto;
		text-align:center;
		padding-top: 20px;}
		
.home-box{
	background: url("images/sitemap/line.png") no-repeat scroll  bottom transparent;
	
	height: 36px;
	
	padding-bottom: 20px;
	}
.home-box div{
	font-size:0px;
}
	
.sub-menu-box{
	border:0px solid red;
	display:table;}
	
.box{
	
	border: 0 solid red;
	display: table-cell;
	padding: 20px 0px;
	width: 122px;}

.outer-footer{
	
/*	height:218px;*/
        /*min-width: 1024px;*/
        width: 100%;
     height: 391px;

}
.footer_sitemap {
    min-width: 1024px;
    background:none repeat scroll 0 0 rgb(247, 244, 235);
    margin-top: 20px;
}
#footer {
  border: 0 solid red;
  clear: both;
  margin: 0 auto;
  width: 1024px;
}
/*-----------------------------------SITE MAP (END)------------------------------------------------------------------------*/
/*-------------------------------------SMALL COMMUNITY ICONS IN Featured Discussion----------------------------*/

	/*--------------------------------------Continental Communities-------------------------------*/	
.community_image{
   float: left;
    height: 70px;
     padding-top: 5px;
}
.Africa{
	background: url("images/Africa_small.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 10px;
    width: 22px;
    }
	
.Americas{
	background: url("images/Americas_small.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 10px;
    width: 22px;}
	
.Asia-Pacific{
	background: url("images/Asia-Pacific_small.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 10px;
    width: 22px;
    }
	
.Europe{
	background: url("images/Europe_small.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 10px;
    width: 22px;}
	
	/*--------------------------------------Thematic Communities-------------------------------*/
	
	
.Climate-Change{
	background: url("images/Climate-Change_small.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 10px;
    width: 22px;}
	
.Health{
	background: url("images/Health_small.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 10px;
    width: 22px;}
	
.Teacher-Education{
	background: url("images/Teacher-Education_small.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 10px;
    width: 22px;}
	
.SCP-Livelihood-and-Well-being{
	background: url("images/SCP-Livelihood-and-Well-being_small.png") no-repeat scroll 0 0 transparent;
     border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 10px;
    width: 22px;}
	
.Youth{
	background: url("images/youth_small.png") no-repeat scroll 0 0 transparent;
       border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right:10px;
    overflow: hidden;
    padding-right: 10px;
    width: 22px;}
	
.Higher-Education{
	background: url("images/Higher-Education_small.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 10px;
    width: 22px;}
	
.Traditional-Knowledge-and-Bio-Diversity{
	background: url("images/Traditional-Knowledge_small.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
  padding-right: 10px;
    width: 22px;}
	
.Disaster-Risk-Reduction{
	background: url("images/Disaster-Risk-Reduction_small.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
/*    padding-right: 10px;*/
    width: 22px;}
	
.Inclusive-Learning{
	background: url("images/Inclusive-Learning_small.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
 padding-right: 10px;
    width: 22px;}
    .Youth-Inclusive-Learning{
	background: url("images/Inclusive-Learning_small.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
 padding-right: 10px;
    width: 22px;}
	
	/*--------------------------------------Other Communities-------------------------------*/
	
.Capacity-Development{
	background: url("images/Capacity-Development_small.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
  padding-right: 10px;
    width: 22px;}
	
.Appraisal-of-RCEs{
	background: url("images/Appraisal-of-RCEs_small.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 10px;
    width: 22px;}
	
	
.Research-and-Development{
	background: url("images/Research-&-Development_small.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 10px;
    width: 22px;}
	
.Governance-and-Coordination{
	background: url("images/Governance_small.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 10px;
    width: 22px;}
	
.Policy-Enagagement{
	background: url("images/Policy-Engagement_small.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 10px;
    width: 22px;}
	
.Communications{
	background: url("images/Communications_small.png") no-repeat scroll 0 0 transparent;
     border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 10px;
    width: 22px;}
	
.Fund-Raising{
	background: url("images/Fundraising_small.png") no-repeat scroll 0 0 transparent;
     border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 10px;
    width: 22px;}
	
.Open-Discourse, .Guiding-Principles-for-the-RCE-Community{
	background: url("images/Open-Discourse_small.png") no-repeat scroll 0 0 transparent;
       border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 10px;
    width: 22px;}
	
.Sustainable-Vocational-Schools{
	background: url("images/Sustainable-Vocational-Schools_small.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid;
    float: left;
    height: 22px;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 10px;
    width: 22px;}

	
/*-------------------------------------SMALL COMMUNITY ICONS IN Featured Discussion----------------------------*/
/*---------------------------------Standard Classes--------------------------------*/

.views-field.views-field-title{
  /* font-family:proxima-nova; */
  font-size:14px;
 }
 
.views-field.views-field-title a{
  /* font-family:proxima-nova; */
  font-size:14px;
  color:#010101;
 }
 
.region-sidebar-first .views-field.views-field-title a{
  /* font-family:proxima-nova; */
  font-size:14px;
 }
.views-field.views-field-created{
   /* font-family:proxima-nova; */
  font-size:11px;
  float:left;
}
.view-featured-communities .views-field-created{
/*  padding-left:44px;*/
}
.views-field.views-field-name a, .submitted{
     /* font-family:proxima-nova; */
  font-size:11px;
}

.views-row{
   	border-bottom: 1px dotted #d4d1b6;
    /* height: 94px; */
    padding: 15px 0;
}
/*.views-row.views-row-last{
border-bottom:0px;
}*/
.views-field-picture,.views-field-field-image-upload{
  float: left;
    /*padding-right: 10px;*/
    
}
.views-field-body{
     /* font-family:proxima-nova; */
  font-size:12px;
   padding-left: 50px;
}
.more_link a,  .read_more a, .views-more-link{
  float:right;
  /* font-family:proxima-nova; */
  font-weight:bold;
  font-size:10px;
  color :#da631b
}
.more-link a{
color:#da631b;
  /* font-family:proxima-nova; */
  font-weight:bold;
  font-size:10px;
}
.home_menu a {
  color: #da631b;
  /* font-family: proxima-nova; */
  font-size: 13px;
  text-decoration: none;
}
.views-field-nothing{
  float:left;
  padding-right:2px;
   padding-left: 2px;
}
.view-og-members .views-row{
  border-bottom:none;
   margin-top: 0px ;
    padding-bottom: 0px;
}
label{
    /* font-family:proxima-nova; */
 font-size:14px;
}

.view-all-news .views-row .views-field{
  margin-left:0px;
}
.views-field-picture , .news_img, .views-field-field-image-upload{
  height : 70px;
  padding-top: 5px;
}

.annual-report-menu_class{
  display:none;
}
/*.view-id-events .views-row {
    border-bottom: 1px dotted #d4d1b6;
    padding-bottom: 85px;
}*/
.more-link {
  border: 1px solid #fff;
  text-align: right;
}

.region-content .block {
   
}
.views-field.views-field-nothing-1 {
  float: left;
  font-size: 11px;
  margin-left: 2px;
  margin-right: 2px;
}
.views-field.views-field-field-image-event {
  float: left;
  padding-right: 20px;
}

.expanded .nolink {
/*  text-transform: uppercase;*/
    cursor: pointer;
/* font-family: proxima-nova; */
font-size: 13px;
padding: 15px 22px;
      
}
.expanded .nolink:hover {
	color: #f05930;
  
}
#quicktabs-home_page_block .first a {
    padding: 0 !important;
}


#block-custom-search-blocks-1 > h2 {
    border-color: #fff !important;
margin-bottom: 20px;
}

#quicktabs-tabpage-all_annual_reports-0 h2 {
  margin-bottom: 20px;
}

#quicktabs-rce_worldwide ul.quicktabs-tabs{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
height: 0 !important;
padding: 0 !important;
width: 108%;
}


#quicktabs-rce_worldwide .item-list {
border: 3px solid #d2d3b4;
/* margin: 80px auto; */
margin: 110px auto 80px;
width: 80%;
}
#quicktabs-rce_worldwide .quicktabs-tabs li.first {
background: url("images/AFRICA-&-MIDDLE-EAST.png") no-repeat scroll center 0 transparent !important;
border: medium none !important;
float: left;
height: 32px;
 margin-left: -7%;
margin-right: 52px !important;
margin-top: -39px;
padding-left: 0;
padding-top: 84px !important;
width: 24%;
}
#quicktabs-rce_worldwide .quicktabs-tabs li:first-child{
background: url("images/AFRICA-&-MIDDLE-EAST-active.png") no-repeat scroll center 0 transparent !important;
margin-left: -7% !important;
margin-top: -46px ;
padding-top: 91px !important;
}
#quicktabs-rce_worldwide .quicktabs-tabs li:nth-child(2) {
background: url("images/ASIAPACIFIC.png") no-repeat scroll center 0 transparent;
border: medium none;
float: left;
height: 32px;
margin-top: -39px !important;
padding-top: 84px !important;
margin-right: 52px !important;
width: 27%;
}
#quicktabs-rce_worldwide .quicktabs-tabs li.active:nth-child(2) {
background: url("images/ASIA-PACIFIC-active.png") no-repeat scroll center 0 transparent !important;
border: medium none;
height: 30px;
margin-top: -46px !important;
padding-top: 91px !important;
width: 27%;
}
#quicktabs-rce_worldwide .quicktabs-tabs li:nth-child(3) {
background: url("images/EUROPE_world.png") no-repeat scroll center 0 transparent;
border: medium none;
float: left;
height: 32px;
margin-right: 52px !important;
margin-top: -39px !important;
padding-top: 84px !important;
width: 28%;
}
#quicktabs-rce_worldwide .quicktabs-tabs li.active:nth-child(3) {
background: url("images/EUROPE_active.png") no-repeat scroll center 0 transparent !important;
height: 35px;
margin-top: -46px !important;
padding-top: 91px !important;
width: 28%;
}
#quicktabs-rce_worldwide .quicktabs-tabs li.last {
background: url("images/THE-AMERICAS.png") no-repeat scroll center 0 transparent;
border: medium none;
 float: left; 
height: 32px;
margin-top: -39px !important;
padding-top: 84px !important;
width: 22%;
}
#quicktabs-rce_worldwide .quicktabs-tabs li.active:last-child {
  background: url("images/THE-AMERICAS_active.png") no-repeat scroll center 0 transparent !important;
  height: 19px;
  margin-top: -46px !important;
  padding-top: 91px !important;
}
#quicktabs-rce_worldwide .quicktabs-tabs li a:hover {
    color: #f05930;
}
#quicktabs-rce_worldwide .quicktabs-tabs li.active a{
    color: #f05930;
}
#quicktabs-rce_worldwide .view-rce-worldwide-regions {
  padding: 20px;
   border: 1px solid #d2d3b4;
}

#quicktabs-rce_worldwide ul.quicktabs-tabs.quicktabs-style-zen li a {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
white-space: pre;
}
#quicktabs-container-rce_worldwide{
	 margin-top: 100px;
}
#block-quicktabs-rce-worldwide ul.quicktabs-tabs.quicktabs-style-zen {
	margin: 0px;
}
#block-quicktabs-rce-worldwide ul.quicktabs-tabs.quicktabs-style-zen li a {
	/* font: 14px proxima-nova !important; */
	  padding-top: 98px;
}
#quicktabs-rce_worldwide ul.quicktabs-tabs.quicktabs-style-zen li a{
    display: inline !important;
}
#quicktabs-rce_worldwide ul li.last a {
/*    margin-left: -80px;*/
}
#quicktabs-rce_worldwide .views-field-field-country-listed {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#quicktabs-rce_worldwide .views-field-field-name-worldwide a {
  color: rgb(230, 193, 138);
  padding-left: 20px;
}
.view-rce-worldwide-regions .view-content h3 {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
#quicktabs-rce_worldwide .view-rce-worldwide-regions .views-row {
/* margin-top: 10px;
padding-bottom: 10px;
padding-left: 0px; */
padding:0px;
}
#quicktabs-rce_worldwide .view-rce-worldwide-regions .views-row-last {
    margin-bottom: 20px;
}
#quicktabs-rce_worldwide .view-rce-worldwide-regions .col-first {
  background: none repeat scroll 0 0 rgb(248, 246, 234);
  padding-left: 20px;
border-right: 0px solid #c8c7c7 !important;
width: 34%;
}
#quicktabs-rce_worldwide .view-rce-worldwide-regions .col-2 {
  background: none repeat scroll 0 0 rgb(250, 249, 247);
  padding-left: 20px;
border-right: 0px solid #c8c7c7 !important;
width: 33%;
}
#quicktabs-rce_worldwide .view-rce-worldwide-regions .col-last {
  background: none repeat scroll 0 0 rgb(248, 246, 234);
  padding-left: 20px;
border-right: 0px solid #c8c7c7 !important;
}
#quicktabs-container-rce_worldwide .view-header {
    background: url("images/active_arrow.png") no-repeat scroll 0 0 transparent;
height: 23px;
margin-top: -41px;
position: absolute;
width: 34px;
z-index: 1;
}
#quicktabs-container-rce_worldwide .view-content {
}
#block-views-rce-worldwide-regions-block-2 .view-header {
margin-left: 9%;
}
#block-views-rce-worldwide-regions-block .view-header {
margin-left: 56.5%;
}
#block-views-rce-worldwide-regions-block-3 .view-header {
margin-left: 33.5%;
}
#block-views-rce-worldwide-regions-block-4 .view-header {
margin-left: 80.5%;
}
a:hover{
	color: #f05930 !important;
}
.global_schedule > div {
  margin-bottom: 40px;
}
#Thursday, #Friday {
  margin-top: 40px;
}
.title_table {
  font-size: 12px;
  padding-left: 15px;
}
.global_schedule i {
  padding-left: 15px;
}
#quicktabs-home_page_block li a {
  padding: 13px 117px;
}
.view-news-archive h3{
  margin-bottom:20px !important;
  
}
.view-news-archive .views-row{
display: none !important;
}
/*----------------Colorbox image----------------*/
.field-name-field-image-news .colorbox.init-colorbox-processed.cboxElement {
    float: left;
    padding: 10px;
}

/*.view-all-discussions .views-field-created span, .view-featured-files */.views-field-created span {
  color: #7a873a !important;
  padding-right: 5px;
}

.view-featured-communities .CONTINENTAL_COMMUNITIES .views-field-title .field-content, .view-featured-communities .OTHER_COMMUNITIES .views-field-title .field-content, .view-featured-communities .THEMATIC_COMMUNITIES .views-field-title .field-content{
border: medium none;
float: left;
height: 30px;
overflow: hidden;
padding-left: 30px;
padding-right: 0;
width: 80px;
}
#quicktabs-community ul.quicktabs-tabs li {
  display: table-cell !important;
  height: 40px;
  padding: 0 !important;
  width: 222px;
}

.Appraisal-of-RCE039s {
  background: url("images/Appraisal-of-RCEs_small.png") no-repeat scroll 0 0 transparent;
  border-right: 1px solid;
  float: left;
  height: 22px;
  margin-right: 10px;
  overflow: hidden;
  padding-right: 10px;
  width: 22px;
}

.views-label-field-pls-describe-ur-gen-2013{
  display:block !important;
  float:left !important;
  width:38% !important;
}









#main-menu ul.menu li:first-child {
  background: url("images/home-button.png") no-repeat scroll 10px 0 transparent;
font-size: 0;
width: 53px;
}
#main-menu li li {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

#main-menu ul.menu li:first-child a {
    font-size: 0;
}

#block-custom-search-blocks-1 {
  background: none repeat scroll 0 0 #d4d1b6;
  border-radius: 8px;
  padding: 15px 10px;
}
li.expanded:nth-child(6) > a {
  padding: 5px 28px !important;
}
#sidebar-second .block {
  margin-bottom: 40px;
}
#edit-custom-search-vocabulary-2 > option {
  width: 110px;
}
.image-large {
  font-size: 15px;
}
.view-resources-paper-and-articles .views-row {
  border: medium none;
  margin-top: 10px;
  padding-bottom: 10px;
}
.view-resources-paper-and-articles .views-field-views-conditional a, .view-resources-paper-and-articles .views-field-views-conditional-1 a{
font-size: 15px;
color: #3c3c3c;
}
/*------------Rss Feed--------------*/

.rss_feed > img {
      float: left;
    padding-right: 10px;
    padding-top: 2px;
   }
.rss_feed {
    font-size: 15px;
    width: 140px;
}

#footer_copyright {
    /* background: #f7f5ec none repeat scroll 0 0; */
    /* padding: 5px 0; */
    /* text-align: center; */
    /* width: 100%; */
   /* width: 100%*/
/*    margin: 0 auto;*/
    min-width: 1024px;
}
#block-block-67 a {
color: #000;
display: inline-block;
font-size: 14px;
padding: 0 28px;
}
/*#block-block-67 {
  margin: 0;
}*/
li.expanded li.expanded .nolink {
  padding: 11px 25px 11px 26px !important;
}
.view-resources-paper-and-articles.views-row.views-row-2.views-row-even {
  display: none;
}

#edit-submit {
  width: auto;
}

.toolbar .navActions #btnFullScreen {
  background: url("images/feature-icon-fullscreen.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  border: 0px solid red;
}
 #main-menu li li{
   min-width: 262px;
 }

.nivo-caption a {
  font-size: 30px;
}
.page-node-2433 table tr td {
  border: 1px solid #000;
}

.page-node-2433 table {
  border: 1px solid #000;
}
 .page-node-2433 table
 {
	 
	 width:100%;
 }
 .page-node-2433 table tbody tr:nth-child(1){
    background: #4f81bd!important;
	border:none;
	color:white!important;
}

.page-node-2433 table tbody  tr td {
  padding-top: 10px;
  vertical-align: top;
}

.page-node-2795 ul.quicktabs-tabs.quicktabs-style-zen li.active {
   background:none !important;
}

.page-node-2795 .ul.quicktabs-tabs.quicktabs-style-zen li {
   background:none !important;
  /* margin:0 !important; */
}

.page-node-2795 ul.quicktabs-tabs.quicktabs-style-zen li a {
   background:none !important;
}

.page-node-2795 ul.quicktabs-tabs.quicktabs-style-zen li a:hover {
    background:none !important;
}









#edit-keys-wrapper .description {
  border-bottom: 1px dotted #cdccc8;
  font-weight: bold;
  margin-top: 30px;
}

.views-exposed-widget.views-widget-filter-keys {
  width: 100%;
}

.shs-select.form-select.shs-select-level-2 {
  margin-left: -280px;
  margin-top: 40px;
  position: absolute;
}

.views-exposed-widget.views-widget-filter-tid_3 {
  clear: both;
  margin-left: 350px;
  margin-top: -128px;
}

.views-exposed-widget.views-widget-filter-tid_2 {
  float: right;
  margin-top: -195px;
}

.views-exposed-widget.views-widget-sort-by {
  margin-top: -20px;
}

.views-exposed-widget.views-reset-button {
  margin-left: 91px;
  margin-top: -58px;
}

.views-exposed-widget.views-widget-filter-type {
  padding-top: 15px;
}

.views-exposed-widget.views-widget-filter-type {
  padding: 15px 0;
}

.t2 {
  border-bottom: 1px solid #cdccc8;
}

/* .view-cust-search .views-row > a {
  color: black!important;
  font-size: 15px!important;
}

.view-cust-search .views-row > a:hover {
  color: #da631b!important;
} */

.t3 {
  margin-left: 13%;
  margin-top: -21px;
  font-size:13px;
}

.page-custom-search .shs-select.form-select.shs-select-level-2 {
 /*  margin-top: 38px; */
  position: absolute;
   margin-top: 38px;

}
.block.block-block.collapsiblock-processed {
  margin-top: -7px;
}


#header .form-item.form-type-textfield.form-item-keys {
  /* margin-top: -35px; */
}

.region-header .views-exposed-widget.views-widget-sort-by {
  border: 1px solid red;
  display: none;
}
 
#edit-tid-wrapper{
	display:none;
}

.page-node-874 .no-sidebars .content-sidebar-wrap #content {
  margin-top: 13px!important;
}

.page-node-874 .content-sidebar-wrap #content {
float:none!important;
}


.views-exposed-widget.views-widget-filter-field_rce_name_value {
  float: left;
}
.views-exposed-widget.views-widget-filter-field_rce_general_2013_tid {
  float: left;
}

.views-exposed-widget.views-widget-filter-date_filter {
  float: left;
}

.search_date{
	/* margin-left:336px; */
	color: #7a873a !important;
	font-size:13px;
	}
	
	
#quicktabs-tabpage-rce_reports_2013-0 .views-field, #quicktabs-tabpage-rce_reports_2013-2 .views-field, #block-views-rce-awards-related-2013-block-1 .views-field, .views-field-edit-node {
    border: 0 solid red;
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

#quicktabs-container-rce_reports_2013 .views-label, #block-views-rce-awards-related-2013-block-1 .views-label {
  border: 0 solid red;
  display: table-cell;
  font-weight: bold;
  padding-right: 8px;
  vertical-align: top;
  width: 40%;
}

#quicktabs-container-rce_reports_2013 .field-content, #block-views-rce-awards-related-2013-block-1 .field-content, .entity-field-collection-item .field-items {
  border: 0 solid red;
  display: table-cell;
  min-height: 23px;
  white-space: pre-line;
  width: 60%;
}

.region-header .description{
display:none;
}

.region-header #edit-type-wrapper {
display:none;
}


.region-header #edit-tid-1-wrapper {
display:none;
}


.region-header #edit-tid-1-wrapper{
display:none;
}




.region-header #edit-field-country-listed-tid-wrapper{
display:none;
}



.region-header #edit-tid-wrapper{
display:none;
}



.region-header #edit-tid-3-wrapper{
display:none;
}



.region-header #edit-tid-2-wrapper{
display:none;
}




.region-header #edit-tid-2{
display:none;
}

.region-header #edit-reset{
display:none;
}

.region-header #edit-keys-wrapper label{
	display:none;
}

.region-header .views-exposed-widget.views-widget-filter-type {
  display: none;
}

.region-header .views-exposed-widget.views-widget-filter-field_country_listed_tid {
  display: none !important;
}

.page-node-874 #post-content h1.page-title {
  /* display: none; */
  margin-bottom:0px;
}
#block-quicktabs-rce-worldwide h2 {
    display: none;
}

.field.field-name-event-calendar-date.field-type-datetime.field-label-above {
    padding-bottom: 10px;
    width: 100%;
}


.field.field-name-field-event-place.field-type-text.field-label-above {
    padding-bottom: 10px;
    width: 100%;
}


.date-nav-wrapper .date-prev a {
  font-weight: bold;
  margin-left: 0px;
}

.view .date-nav-wrapper .date-prev a {
    font-weight: bold;
    margin-left: 0px;
}

.view .date-nav-wrapper .date-prev {
  background: #e5e3d6 none repeat scroll 0 0;
  font-size: 16px;
  left: 0!important;
  right: auto!important;
  width: 49px;
}

.view .date-nav-wrapper .date-prev {
  background: #dfdfdf none repeat scroll 0 0;
  border-radius: 5px;
  float: none;
  font-size: 12px;
  left: auto;
  padding: 5px 25px;
  position: absolute;
  right: 60px;
  text-align: center;
  top: 0;
  width: auto;
  z-index: 1;
}

.date-nav-wrapper .date-next a {
  font-weight: bold;
  margin-right: 0px;
}

.view .date-nav-wrapper .date-next a {
  font-weight: bold;
  margin-right: 0px;
}

.view .date-nav-wrapper .date-next {
  background: #e5e3d6 none repeat scroll 0 0;
  font-size: 16px;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
  z-index: 1;
}

.view .date-nav-wrapper .date-next {
  background: #dfdfdf none repeat scroll 0 0;
  border-radius: 5px;
  float: none;
  font-size: 12px;
  padding: 5px 25px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: auto;
  z-index: 1;
}


.node-type-rce-projects-2018 .field{
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.node-type-rce-projects-2018 .field-label{
     width: 39%;
  border: 0 solid red;
  display: table-cell;
  float: left;
}
.node-type-rce-projects-2018 .field-items{
      border: 0 solid red;
    display: table-cell;
    min-height: 23px;
    width: 60%;
    white-space: pre-line;
}

.node-type-rce-projects-2018 .form-type-checkboxes {
  width: 100%;
  display: inline-block;
}
.node-type-rce-projects-2018 .form-type-checkboxes .form-type-checkbox{
  float: left;
  width: 20%;
}
.node-type-rce-projects-2018 .description {
  clear: both;
}
.node-type-rce-projects-2018 th.field-label {
  float: none;
}

#rce-projects-2018-node-form .description.label-description {
  font-style: italic;
  font-size: 12px !important;
}


#edit-field-end-poverty fieldset,
#edit-field-end-hunger fieldset,
#edit-field-ensure-healthy fieldset,
#edit-field-quality-education fieldset,
#edit-field-achieve-gender-equality fieldset,
#edit-field-clean-water-sanitation fieldset,
#edit-field-clean-energy fieldset,
#edit-field-decent-work-economic-growt fieldset,
#edit-field-industry-infra fieldset,
#edit-field-reduce-inequality fieldset,
#edit-field-make-cities fieldset,
#edit-field-ensure-sustainable-consump fieldset,
#edit-field-climate-action fieldset,
#edit-field-life-below-water fieldset,
#edit-field-life-on-land fieldset,
#edit-field-promote-peaceful fieldset,
#edit-field-partnerships-goals fieldset,
#edit-field-disaster-risk-reduction fieldset,
#edit-field-traditional-knowledge- fieldset,
#edit-field-agriculture fieldset,
#edit-field-arts fieldset,
#edit-field-curriculum-development fieldset,
#edit-field-ecotourism fieldset,
#edit-field-forests-trees fieldset,
#edit-field-plants-animals fieldset,
#edit-field-waste fieldset{
  padding: 0;
  height: 95px;
}
#edit-field-end-poverty legend span,
#edit-field-end-hunger legend span,
#edit-field-ensure-healthy legend span,
#edit-field-quality-education legend span,
#edit-field-achieve-gender-equality legend span,
#edit-field-clean-water-sanitation legend span,
#edit-field-clean-energy legend span,
#edit-field-decent-work-economic-growt legend span,
#edit-field-industry-infra legend span,
#edit-field-reduce-inequality legend span,
#edit-field-make-cities legend span,
#edit-field-ensure-sustainable-consump legend span,
#edit-field-climate-action legend span,
#edit-field-life-below-water legend span,
#edit-field-life-on-land legend span,
#edit-field-promote-peaceful legend span,
#edit-field-partnerships-goals legend span,
#edit-field-disaster-risk-reduction legend span,
#edit-field-traditional-knowledge- legend span,
#edit-field-agriculture legend span,
#edit-field-arts legend span,
#edit-field-curriculum-development legend span,
#edit-field-ecotourism legend span,
#edit-field-forests-trees legend span,
#edit-field-plants-animals legend span,
#edit-field-waste legend span{
  background: none;
  width: 90%;
}
  
  
  
#edit-field-end-poverty legend,
#edit-field-end-hunger legend,
#edit-field-ensure-healthy legend,
#edit-field-quality-education legend,
#edit-field-achieve-gender-equality legend,
#edit-field-clean-water-sanitation legend,
#edit-field-clean-energy legend,
#edit-field-decent-work-economic-growt legend,
#edit-field-industry-infra legend,
#edit-field-reduce-inequality legend,
#edit-field-make-cities legend,
#edit-field-ensure-sustainable-consump legend,
#edit-field-climate-action legend,
#edit-field-life-below-water legend,
#edit-field-life-on-land legend,
#edit-field-promote-peaceful legend,
#edit-field-partnerships-goals legend,
#edit-field-disaster-risk-reduction legend,
#edit-field-traditional-knowledge- legend,
#edit-field-agriculture legend,
#edit-field-arts legend,
#edit-field-curriculum-development legend,
#edit-field-ecotourism legend,
#edit-field-forests-trees legend,
#edit-field-plants-animals legend,
#edit-field-waste legend{
  float: left;
  width: 70%;
  background: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  background: url("/portal/sites/all/themes/rce_theme/images/disaster_risk.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
  padding-top: 29px;
  padding-bottom: 33px;
  padding-left: 100px;
  line-height: 16px;
  text-indent: 0;
}

#edit-field-end-poverty .fieldset-wrapper,
#edit-field-end-hunger .fieldset-wrapper,
#edit-field-ensure-healthy .fieldset-wrapper,
#edit-field-quality-education .fieldset-wrapper,
#edit-field-achieve-gender-equality .fieldset-wrapper,
#edit-field-clean-water-sanitation .fieldset-wrapper,
#edit-field-clean-energy .fieldset-wrapper,
#edit-field-decent-work-economic-growt .fieldset-wrapper,
#edit-field-industry-infra .fieldset-wrapper,
#edit-field-reduce-inequality .fieldset-wrapper,
#edit-field-make-cities .fieldset-wrapper,
#edit-field-ensure-sustainable-consump .fieldset-wrapper,
#edit-field-climate-action .fieldset-wrapper,
#edit-field-life-below-water .fieldset-wrapper,
#edit-field-life-on-land .fieldset-wrapper,
#edit-field-promote-peaceful .fieldset-wrapper,
#edit-field-partnerships-goals .fieldset-wrapper,
#edit-field-disaster-risk-reduction .fieldset-wrapper,
#edit-field-traditional-knowledge- .fieldset-wrapper,
#edit-field-agriculture .fieldset-wrapper,
#edit-field-arts .fieldset-wrapper,
#edit-field-curriculum-development .fieldset-wrapper,
#edit-field-ecotourism .fieldset-wrapper,
#edit-field-forests-trees .fieldset-wrapper,
#edit-field-plants-animals .fieldset-wrapper,
#edit-field-waste .fieldset-wrapper{
  float: right;
  width: 20%;
  margin: 0;
  padding: 0!important;
  padding-top: 30px!important;
}
#edit-field-end-poverty .form-type-radios label,
#edit-field-end-hunger .form-type-radios label,
#edit-field-ensure-healthy .form-type-radios label,
#edit-field-quality-education .form-type-radios label,
#edit-field-achieve-gender-equality .form-type-radios label,
#edit-field-clean-water-sanitation .form-type-radios label,
#edit-field-clean-energy .form-type-radios label,
#edit-field-decent-work-economic-growt .form-type-radios label,
#edit-field-industry-infra .form-type-radios label,
#edit-field-reduce-inequality .form-type-radios label,
#edit-field-make-cities .form-type-radios label,
#edit-field-ensure-sustainable-consump .form-type-radios label,
#edit-field-climate-action .form-type-radios label,
#edit-field-life-below-water .form-type-radios label,
#edit-field-life-on-land .form-type-radios label,
#edit-field-promote-peaceful .form-type-radios label,
#edit-field-partnerships-goals .form-type-radios label,
#edit-field-disaster-risk-reduction .form-type-radios label,
#edit-field-traditional-knowledge- .form-type-radios label,
#edit-field-agriculture .form-type-radios label,
#edit-field-arts .form-type-radios label,
#edit-field-curriculum-development .form-type-radios label,
#edit-field-ecotourism .form-type-radios label,
#edit-field-forests-trees .form-type-radios label,
#edit-field-plants-animals .form-type-radios label,
#edit-field-waste .form-type-radios label{
  display: none;
}
#edit-field-end-poverty .form-type-radios,
#edit-field-end-hunger .form-type-radios,
#edit-field-ensure-healthy .form-type-radios,
#edit-field-quality-education .form-type-radios,
#edit-field-achieve-gender-equality .form-type-radios,
#edit-field-clean-water-sanitation .form-type-radios,
#edit-field-clean-energy .form-type-radios,
#edit-field-decent-work-economic-growt .form-type-radios,
#edit-field-industry-infra .form-type-radios,
#edit-field-reduce-inequality .form-type-radios,
#edit-field-make-cities .form-type-radios,
#edit-field-ensure-sustainable-consump .form-type-radios,
#edit-field-climate-action .form-type-radios,
#edit-field-life-below-water .form-type-radios,
#edit-field-life-on-land .form-type-radios,
#edit-field-promote-peaceful .form-type-radios,
#edit-field-partnerships-goals .form-type-radios,
#edit-field-disaster-risk-reduction .form-type-radios,
#edit-field-traditional-knowledge- .form-type-radios,
#edit-field-agriculture .form-type-radios,
#edit-field-arts .form-type-radios,
#edit-field-curriculum-development .form-type-radios,
#edit-field-ecotourism .form-type-radios,
#edit-field-forests-trees .form-type-radios,
#edit-field-plants-animals .form-type-radios,
#edit-field-waste .form-type-radios{
  margin: 0;
}
#edit-field-end-poverty .form-type-radios div label,
#edit-field-end-hunger .form-type-radios div label,
#edit-field-ensure-healthy .form-type-radios div label,
#edit-field-quality-education .form-type-radios div label,
#edit-field-achieve-gender-equality .form-type-radios div label,
#edit-field-clean-water-sanitation .form-type-radios div label,
#edit-field-clean-energy .form-type-radios div label,
#edit-field-decent-work-economic-growt .form-type-radios div label,
#edit-field-industry-infra .form-type-radios div label,
#edit-field-reduce-inequality .form-type-radios div label,
#edit-field-make-cities .form-type-radios div label,
#edit-field-ensure-sustainable-consump .form-type-radios div label,
#edit-field-climate-action .form-type-radios div label,
#edit-field-life-below-water .form-type-radios div label,
#edit-field-life-on-land .form-type-radios div label,
#edit-field-promote-peaceful .form-type-radios div label,
#edit-field-partnerships-goals .form-type-radios div label,
#edit-field-disaster-risk-reduction .form-type-radios div label,
#edit-field-traditional-knowledge- .form-type-radios div label,
#edit-field-agriculture .form-type-radios div label,
#edit-field-arts .form-type-radios div label,
#edit-field-curriculum-development .form-type-radios div label,
#edit-field-ecotourism .form-type-radios div label,
#edit-field-forests-trees .form-type-radios div label,
#edit-field-plants-animals .form-type-radios div label,
#edit-field-waste .form-type-radios div label{
  display: inline;
}
#edit-field-end-poverty .form-type-radios .form-type-radio,
#edit-field-end-hunger .form-type-radios .form-type-radio,
#edit-field-ensure-healthy .form-type-radios .form-type-radio,
#edit-field-quality-education .form-type-radios .form-type-radio,
#edit-field-achieve-gender-equality .form-type-radios .form-type-radio,
#edit-field-clean-water-sanitation .form-type-radios .form-type-radio,
#edit-field-clean-energy .form-type-radios .form-type-radio,
#edit-field-decent-work-economic-growt .form-type-radios .form-type-radio,
#edit-field-industry-infra .form-type-radios .form-type-radio,
#edit-field-reduce-inequality .form-type-radios .form-type-radio,
#edit-field-make-cities .form-type-radios .form-type-radio,
#edit-field-ensure-sustainable-consump .form-type-radios .form-type-radio,
#edit-field-climate-action .form-type-radios .form-type-radio,
#edit-field-life-below-water .form-type-radios .form-type-radio,
#edit-field-life-on-land .form-type-radios .form-type-radio,
#edit-field-promote-peaceful .form-type-radios .form-type-radio,
#edit-field-partnerships-goals .form-type-radios .form-type-radio,
#edit-field-disaster-risk-reduction .form-type-radios .form-type-radio,
#edit-field-traditional-knowledge- .form-type-radios .form-type-radio,
#edit-field-agriculture .form-type-radios .form-type-radio,
#edit-field-arts .form-type-radios .form-type-radio,
#edit-field-curriculum-development .form-type-radios .form-type-radio,
#edit-field-ecotourism .form-type-radios .form-type-radio,
#edit-field-forests-trees .form-type-radios .form-type-radio,
#edit-field-plants-animals .form-type-radios .form-type-radio,
#edit-field-waste .form-type-radios .form-type-radio{
  display: inline-block;
  margin-right: 10px;
}
#edit-field-end-poverty .form-type-radios .form-type-radio:first-child,
#edit-field-end-hunger .form-type-radios .form-type-radio:first-child,
#edit-field-ensure-healthy .form-type-radios .form-type-radio:first-child,
#edit-field-quality-education .form-type-radios .form-type-radio:first-child,
#edit-field-achieve-gender-equality .form-type-radios .form-type-radio:first-child,
#edit-field-clean-water-sanitation .form-type-radios .form-type-radio:first-child,
#edit-field-clean-energy .form-type-radios .form-type-radio:first-child,
#edit-field-decent-work-economic-growt .form-type-radios .form-type-radio:first-child,
#edit-field-industry-infra .form-type-radios .form-type-radio:first-child,
#edit-field-reduce-inequality .form-type-radios .form-type-radio:first-child,
#edit-field-make-cities .form-type-radios .form-type-radio:first-child,
#edit-field-ensure-sustainable-consump .form-type-radios .form-type-radio:first-child,
#edit-field-climate-action .form-type-radios .form-type-radio:first-child,
#edit-field-life-below-water .form-type-radios .form-type-radio:first-child,
#edit-field-life-on-land .form-type-radios .form-type-radio:first-child,
#edit-field-promote-peaceful .form-type-radios .form-type-radio:first-child,
#edit-field-partnerships-goals .form-type-radios .form-type-radio:first-child,
#edit-field-disaster-risk-reduction .form-type-radios .form-type-radio:first-child,
#edit-field-traditional-knowledge- .form-type-radios .form-type-radio:first-child,
#edit-field-agriculture .form-type-radios .form-type-radio:first-child,
#edit-field-arts .form-type-radios .form-type-radio:first-child,
#edit-field-curriculum-development .form-type-radios .form-type-radio:first-child,
#edit-field-ecotourism .form-type-radios .form-type-radio:first-child,
#edit-field-forests-trees .form-type-radios .form-type-radio:first-child,
#edit-field-plants-animals .form-type-radios .form-type-radio:first-child,
#edit-field-waste .form-type-radios .form-type-radio:first-child{
  display: none;
}




#edit-field-end-poverty legend {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-01.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-end-hunger legend {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-02.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-ensure-healthy legend {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-03.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-quality-education legend {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-04.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-achieve-gender-equality legend {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-05.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-clean-water-sanitation legend{
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-06.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-clean-energy legend {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-07.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-decent-work-economic-growt legend{
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-08.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-industry-infra legend{
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-09.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-reduce-inequality legend{
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-10.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-make-cities legend{
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-11.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-ensure-sustainable-consump legend{
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-12.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-climate-action legend{
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-13.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-life-below-water legend{
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-14.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-life-on-land legend{
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-15.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-promote-peaceful legend{
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-16.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-partnerships-goals legend{
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-17.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-disaster-risk-reduction legend{
  background: url("/portal/sites/all/themes/rce_theme/images/disaster_risk.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-traditional-knowledge- legend{
  background: url("/portal/sites/all/themes/rce_theme/images/traditional_knowledge.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-agriculture legend{
  background: url("/portal/sites/all/themes/rce_theme/images/agriculture.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-arts legend{
  background: url("/portal/sites/all/themes/rce_theme/images/arts.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-curriculum-development legend{
  background: url("/portal/sites/all/themes/rce_theme/images/curriculum-development.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-ecotourism legend {
  background: url("/portal/sites/all/themes/rce_theme/images/ecotourism.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-forests-trees legend{
  background: url("/portal/sites/all/themes/rce_theme/images/forests-trees.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-plants-animals legend{
  background: url("/portal/sites/all/themes/rce_theme/images/plants-animals.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
#edit-field-waste legend{
  background: url("/portal/sites/all/themes/rce_theme/images/waste.png") !important;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-size: 100px !important;
}
  
  
  




.group-deveelopment-group{
  
}
.group-deveelopment-group .field.field-type-field-collection{
  margin: 0;
  background: url("/portal/sites/all/themes/rce_theme/images/disaster_risk.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
  padding-top: 30px;
  padding-bottom: 16px;
  height: 58px;
  width: 100%;
}
.group-deveelopment-group ul.action-links,
.group-deveelopment-group ul.field-collection-view-links{
  display: none;
}
.group-deveelopment-group .field-label{
  width: 70%;
display: inline-block;
float: left;
padding-left: 111px;
}
.group-deveelopment-group .field .field .field-label {
  display: none;
  padding-left: 0;
}
.group-deveelopment-group .field-items{
  width: 10%;
vertical-align: top;
display: inline-block;
float: right;
white-space: inherit;
}
.group-deveelopment-group .field-collection-container {
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 4px;
}
.field-name-field-end-hunger {
  
}


.group-deveelopment-group .field-name-field-end-hunger.field.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-02.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}

.group-deveelopment-group .field-name-field-ensure-healthy.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-03.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-quality-education.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-04.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-achieve-gender-equality.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-05.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-clean-water-sanitation.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-06.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-clean-energy.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-07.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-decent-work-economic-growt.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-08.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-industry-infra.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-09.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-reduce-inequality.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-10.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-make-cities.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-11.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-ensure-sustainable-consump.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-12.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-climate-action.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-13.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-life-below-water.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-14.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-life-on-land.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-15.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-promote-peaceful.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-16.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-partnerships-goals.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-17.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-disaster-risk-reduction.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/disaster_risk.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-end-poverty.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-01.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-traditional-knowledge-.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/traditional_knowledge.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-agriculture.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/agriculture.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-arts.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/arts.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-curriculum-development.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/curriculum-development.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-ecotourism.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/ecotourism.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-forests-trees.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/forests-trees.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-plants-animals.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/plants-animals.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-deveelopment-group .field-name-field-waste.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/waste.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}


#edit-field-does-this-project-link-to- .form-type-radios .form-type-radio:first-child{
  display: none;
}



#rce-awards-related-form-node-form #edit-field-16-are-there-unexpe-awards,
#rce-awards-related-form-node-form #edit-field-18-what-is-project-award,
#rce-awards-related-form-node-form #edit-field-19-how-can-upscale-awards,
#rce-awards-related-form-node-form #edit-field-20-how-does-projec-awards,
#rce-awards-related-form-node-form #edit-field-23-what-is-novel-awards,
#rce-awards-related-form-node-form #edit-field-24-what-significanc-awards{
	display: none;
}



.field-collection-item-field-if-so-at-what-level-is-the {
      white-space: normal;
}
.field-collection-item-field-if-so-at-what-level-is-the .field-label{
  float: none;
display: inline;
white-space: inherit;
width: 100%;
}
.field-collection-item-field-if-so-at-what-level-is-the .field-items{
  white-space: inherit !important;
width: 100% !important;
display: inline-block !important;
}
.field-collection-item-field-if-so-at-what-level-is-the .field{
      padding-top: 2px;
}




.group-area-2018group .field-type-field-collection fieldset{
  padding: 0;
  margin-bottom: 10px;
}
.group-area-2018group .field-type-field-collection legend{
  float: left;
  width: 70%;
  background: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  padding-top: 12px;
  padding-bottom: 7px;
  line-height: 14px;
}
.group-area-2018group .field-type-field-collection legend span {
  background: none!important;
}
.group-area-2018group .field-type-field-collection .fieldset-wrapper{
  float: right;
  width: 20%;
  margin: 0;
  padding: 0!important;
  padding-top: 0!important;
}
.group-area-2018group .field-type-field-collection .form-type-radios label{
  display: none;
}
.group-area-2018group .field-type-field-collection .form-type-radios{
  margin: 0;
}
.group-area-2018group .field-type-field-collection .form-type-radios div label{
  display: inline;
}
.group-area-2018group .field-type-field-collection .form-type-radios .form-type-radio{
  display: inline-block;
  margin-right: 10px;
}
.group-area-2018group .field-type-field-collection .form-type-radios .form-type-radio:first-child{
  display: none;
}





.group-area-2018group{
  
}
.group-area-2018group .field.field-type-field-collection{
  margin: 0;
  width: 100%;
}
.group-area-2018group ul.action-links,
.group-area-2018group ul.field-collection-view-links{
  display: none;
}
.group-area-2018group .field-label{
  width: 70%;
display: inline-block;
float: left;

}
.group-area-2018group .field .field .field-label {
  display: none;
  padding-left: 0;
}
.group-area-2018group .field-items{
  width: 10%;
vertical-align: top;
display: inline-block;
float: right;
white-space: inherit;
}
.group-area-2018group .field-collection-container {
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 4px;
  height: 30px;
padding-top: 6px;
}
.field-name-field-end-hunger {
  
}






.group-theme-2018{
  
}
.group-theme-2018 .field-items {
    width: 10%;
    vertical-align: top;
    display: inline-block;
    float: right;
    white-space: inherit;
}
.group-theme-2018 fieldset fieldset .field.field-type-field-collection{
  margin: 0;
  background: url("/portal/sites/all/themes/rce_theme/images/disaster_risk.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
  padding-top: 30px;
  padding-bottom: 16px;
  height: 58px;
  width: 100%;
}
.group-theme-2018 fieldset fieldset ul.action-links,
.group-theme-2018 fieldset fieldset ul.field-collection-view-links{
  display: none;
}
.group-theme-2018 fieldset fieldset .field-label{
  width: 70%;
display: inline-block;
float: left;
padding-left: 111px;
}
.group-theme-2018 fieldset fieldset .field .field .field-label {
  display: none;
  padding-left: 0;
}
.group-theme-2018 fieldset fieldset .field-items{
  width: 10%;
vertical-align: top;
display: inline-block;
float: right;
white-space: inherit;
}
.group-theme-2018 fieldset fieldset .field-collection-container {
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 4px;
}




.group-theme-2018 .field-collection-container .field-name-field-disaster-risk-reduction.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/disaster_risk.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-theme-2018 .field-collection-container .field-name-field-end-poverty.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-01.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-theme-2018 .field-collection-container .field-name-field-traditional-knowledge-.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/traditional_knowledge.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-theme-2018 .field-collection-container .field-name-field-agriculture.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/agriculture.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-theme-2018 .field-collection-container .field-name-field-arts.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/arts.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-theme-2018 .field-collection-container .field-name-field-curriculum-development.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/curriculum-development.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-theme-2018 .field-collection-container .field-name-field-ecotourism.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/ecotourism.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-theme-2018 .field-collection-container .field-name-field-forests-trees.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/forests-trees.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-theme-2018 .field-collection-container .field-name-field-plants-animals.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/plants-animals.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-theme-2018 .field-collection-container .field-name-field-waste.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/waste.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}


.group-theme-2018 .field.field-type-field-collection{
  margin: 0;
  padding-top: 30px;
  padding-bottom: 16px;
  height: 58px;
  width: 100%;
}
.group-theme-2018 ul.action-links,
.group-theme-2018 ul.field-collection-view-links{
  display: none;
}
.group-theme-2018 .field-label{
  width: 70%;
display: inline-block;
float: left;
padding-left: 111px;
}



.group-theme-2018 fieldset fieldset fieldset fieldset.field-name-field-disaster-risk-reduction.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/disaster_risk.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-theme-2018 fieldset fieldset .field-name-field-end-poverty.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/E_SDG goals_icons-individual-rgb-01.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-theme-2018 fieldset fieldset .field-name-field-traditional-knowledge-.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/traditional_knowledge.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-theme-2018 fieldset fieldset .field-name-field-agriculture.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/agriculture.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-theme-2018 fieldset fieldset .field-name-field-arts.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/arts.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-theme-2018 fieldset fieldset .field-name-field-curriculum-development.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/curriculum-development.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-theme-2018 fieldset fieldset .field-name-field-ecotourism.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/ecotourism.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-theme-2018 fieldset fieldset .field-name-field-forests-trees.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/forests-trees.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-theme-2018 fieldset fieldset .field-name-field-plants-animals.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/plants-animals.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-theme-2018 fieldset fieldset .field-name-field-waste.field-type-field-collection {
  background: url("/portal/sites/all/themes/rce_theme/images/waste.png");
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 100px;
}
.group-basic-information #edit-field-date-of-submission {
  border: 1px solid #ccc;
  border-bottom-color: rgb(204, 204, 204);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 10px;
  border-radius: 5px;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  margin-bottom: -4px;
  padding-top: 0;
}
.group-basic-information #edit-field-date-of-submission label {
  background: rgb(247,244,235);
  padding: 5px;
  border-radius: 5px;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: -10px;
  margin-right: -10px;
}
.group-basic-information #edit-field-date-of-submission .date-no-float label {
  background: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.group-basic-information #edit-field-update-2018 {
  border: 1px solid #ccc;
  border-top-color: rgb(204, 204, 204);
  border-top-style: solid;
  border-top-width: 1px;
  padding: 5px;
  padding-top: 5px;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  padding-top: 0;
}

.group-basic-information .view-date-of-submission {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.group-basic-information .view-date-of-submission .field-label{
  font-weight: bold;
}
.group-basic-information .view-date-of-submission .field-content{

}
.group-basic-information .view-date-of-submission .views-row {
  border: 0;
}
.view-pictures-2018 {

}
.view-pictures-2018{
  
}
.view-pictures-2018 h2.title{
  font-weight: bold!important;
  font-size: 15px!important;
  border: 0 solid red;
  margin: 0;
  padding: 0;
  text-transform: none;
}


#edit-field-peroid-2018 .date-float{
  display: none;

}
.view-rce-2018-title-view {
  color: #404040;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.field-name-field-peroid-2018 .form-item-field-peroid-2018-und-0-value2 {
  display: inline!important;
}

.group-deveelopment-group .field-label {
  width: 70%!important;
  display: inline-block!important;
  float: left!important;
  padding-left: 111px!important;
}
.group-deveelopment-group .field-items {
  width: 10%!important;
  vertical-align: top!important;
  display: inline-block!important;
  float: right!important;
  white-space: inherit!important;
}
.group-deveelopment-group .field-items .field-items {
  width: 100%!important;
  text-align: right;
}

#rce-projects-2018-node-form .group-theme-group fieldset legend, #rce-projects-2018-node-form .group-theme-2018 fieldset legend
{
    box-sizing: content-box !important;
 }

.node-type-rce-projects-2018 .field-label-abovec{box-sizing:content-box;}

#quicktabs-awards ul.quicktabs-tabs.quicktabs-style-zen li.first,#quicktabs-awards ul.quicktabs-tabs.quicktabs-style-zen li.last {    
    padding: 0px 39px !important;
    height: 30px;
}
#quicktabs-rce_report_2013 ul.quicktabs-tabs.quicktabs-style-zen{height:36px !important;}
.rce_profile_leftbar_content{width: 65% !important;}
/* Project page CSS */
.view-id-rce_projects_related .view-content table {border:1px solid #ccc;}
.view-id-rce_projects_related .view-content .views-field{font-size:15px;border-bottom: 1px solid #ccc;padding:5px;}
.view-id-rce_projects_related .view-content .views-field-changed{padding-left:5px}
.view-id-rce_projects_related .view-content .views-field-php{padding-top:15px !important;padding-right:5px;} 
#views-exposed-form-rce-projects-related-page-1 .views-exposed-form .views-exposed-widgets {margin-left:15%;}
#views-exposed-form-rce-projects-related-page-1 .views-exposed-form .views-reset-button{ 
   margin-top: -1px;
    float: left;
    margin-left: 10px}
.view-id-rce_projects_related .view-content	.created-date, .view-id-rce_projects_related .view-content .views-field-changed{width:100px;}

/* New CSS for ESD 2030 CHANGES group-esd-for-2030 field-group-fieldset */

.group-esd-for-2030 .field-type-field-collection fieldset{
  padding: 0;
  margin-bottom: 10px;
}
.group-esd-for-2030 .field-type-field-collection legend{
  float: left;
  width: 70%;
  background: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  padding-top: 12px;
  padding-bottom: 7px;
  line-height: 14px;
}
.group-esd-for-2030 .field-type-field-collection legend span {
  background: none!important;
}
.group-esd-for-2030 .field-type-field-collection .fieldset-wrapper{
  float: right;
  width: 20%;
  margin: 0;
  padding: 0!important;
  padding-top: 0!important;
}
.group-esd-for-2030 .field-type-field-collection .form-type-radios label{
  display: none;
}
.group-esd-for-2030 .field-type-field-collection .form-type-radios{
  margin: 0;
}
.group-esd-for-2030 .field-type-field-collection .form-type-radios div label{
  display: inline;
}
.group-esd-for-2030 .field-type-field-collection .form-type-radios .form-type-radio{
  display: inline-block;
  margin-right: 10px;
}
.group-esd-for-2030 .field-type-field-collection .form-type-radios .form-type-radio:first-child{
  display: none;
}


.group-esd-for-2030{
  
}
.group-esd-for-2030 .field.field-type-field-collection{
  margin: 0;
  width: 100%;
}
.group-esd-for-2030 ul.action-links,
.group-esd-for-2030 ul.field-collection-view-links{
  display: none;
}
.group-esd-for-2030 .field-label{
  width: 70%;
display: inline-block;
float: left;

}
.group-esd-for-2030 .field .field .field-label {
  display: none;
  padding-left: 0;
}
.group-esd-for-2030 .field-items{
  width: 10%;
vertical-align: top;
display: inline-block;
float: right;
white-space: inherit;
}
.group-esd-for-2030 .field-collection-container {
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 4px;
  height: 30px;
padding-top: 6px;
}