/*
Theme Name: Econowin
Version: 2.0
Description: The official theme for Econowin
Author: Umbrella, Inc.
*/

@font-face {
  font-family: 'Font Awesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


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%;
	vertical-align: baseline;
	font-family: 'Open Sans', Helvetica, sans-serif;
	color: #333;
}
html, body {
	height: 100%;
}
body {
	line-height: 100%;
}
ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px 0px 24px 0px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	color: inherit;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
a {
	text-decoration: none;
	color: #ff9700;
}
input {
	outline: none;
}

.entry-content p strong 
{
color:#666666;
}

/* Clearing floats */
.clear {
	clear: both;
}


/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.site {
}
/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}



/* Navigation Menu */
.main-navigation {
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	font-size: 16px;
}
.main-navigation li li a {
	text-transform: none;
}
.main-navigation a:hover {
	color: #000;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: inline-block !important;
	text-align: left;
	width: 100%;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
	margin-top: 10px;
}
.main-navigation li a,
.main-navigation li {
	display: inline-block;
	text-decoration: none;
}
.main-navigation li a {
	border-bottom: 0;
	color: white;
	line-height: 30px;
	padding: 0 10px;
	white-space: nowrap;
	margin-right: 10px;
}
.main-navigation li:last-child a {
	margin-right: 0;
}
.main-navigation li a:hover {
	color: white;
}
.main-navigation li {
	margin: 0;
	position: relative;
}
.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 13;
	margin-left: -70px;
	padding-top: 0px;
}
.main-navigation li ul ul {
	top: 0;
	left: 100%;
	padding: 0;
}
.main-navigation ul li:hover > ul {
	display: block;
	padding-top: 11px;
	background: url(images/menu_arr.png) 90px 0 no-repeat;
	background-size: 24px 23px;
}
.main-navigation ul li:hover > ul ul {
	padding-top: 0;
	background: none;
}
.main-navigation li ul li {
	display: block;
	float: left;
}
.main-navigation li ul li.menu-item-has-children a {
	background: url(images/arr_right.png) 210px center no-repeat #fff;
	background-size: 5px 9px;
}
.main-navigation li ul li.menu-item-has-children li a {
	background: #f2f2f2;
}
.main-navigation li ul li a {
	display: inline-block;
	font-size: 14px;
	padding: 4px 10px;
	width: 206px;
	color: #333333;
	white-space: normal;
	margin-bottom: 0;
	margin-right: 0;
	padding-left: 10px;
	background: #fff;
	font-weight: 500;
}
.main-navigation li ul li li a {
	background: #F2F2F2;
}
.main-navigation li ul li a:hover {
	background-color: #e6e6e6;
	color: #ffa806;
}
.main-navigation li ul li li a:hover {
	background-color: #e6e6e6;
	color: #ffa806;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	font-weight: 700;
}
.main-navigation .menu-item-24 a {
	border: 1px solid white;
}
.main-navigation li ul .current-menu-item > a,
.main-navigation li ul .current-menu-ancestor > a,
.main-navigation li ul .current_page_item > a,
.main-navigation li ul .current_page_ancestor > a {
	font-weight: 400;
	color: #ff9700;
}
.menu-toggle {
	display: none;
}


/* Special projects dropdown */
.menu-item-1852 .sub-menu {
	width: 550px;
	margin-left: -100px;
}
.main-navigation ul li.menu-item-1852:hover > ul {
	background: url(images/menu_arr.png) 120px 0 no-repeat;
}
.main-navigation li.menu-item-1852 ul li {
	float: left;
	padding: 5px;
	width: 130px;
	background: white;
	padding-right: 0;
}
.main-navigation li.menu-item-1852 ul li:last-child {
	padding-right: 5px;
}
.main-navigation li.menu-item-1852 ul li a {
	width: auto;
	height: 134px;
	line-height: 20px;
	font-size: 18px;
	color: white;
}
.main-navigation li.menu-item-1852 ul li.menu-item-121 a {
	background: #ffa806;
}
.main-navigation li.menu-item-1852 ul li.menu-item-122 a {
	background: #63ad63;
}
.main-navigation li.menu-item-1852 ul li.menu-item-123 a {
	background: #5ca1b7;
}
.main-navigation li.menu-item-1852 ul li.menu-item-124 a {
	background: #ff2724;
}


.firstmenu {
	margin-bottom: 10px;
	float: right;
}
.menu-top-menu-container {
	padding-left: 230px;
	width: 550px;
	float: left;
}



.homebanner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 564px;
	z-index: 0;
}

#slideshow .sitem {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	opacity: 0.0;
	height: 100%;
}
#slideshow .sitem .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url('') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slideshow .sitem.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow .sitem.last-active {
	z-index: 9;
}



#foregroundSlides .sitem {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	opacity: 0.0;
	height: 100%;
}
#foregroundSlides .sitem.active {
	z-index: 10;
	opacity: 1.0;
}
#foregroundSlides .sitem.last-active {
	z-index: 9;
}

.home-news {
	background: #f5f6f7;
	margin-top: -39px;
	padding-top: 80px;
	padding-bottom: 40px;
	position: relative;
	z-index: 0;
}
.home-news .in {
	width: 980px;
	margin: 0 auto;
}
h2.newstitle {
	width: 200px;
	height: 40px;
	background: url(images/newstl.png) top left no-repeat white;
	position: relative;
	z-index: 1;
	padding-left: 135px;
	padding-top: 20px;
	letter-spacing: 2px;
	color: white;
	text-transform: uppercase;
	margin-top: 60px;
	font-size: 15px;
}
.home-news ul li {
	width: 320px;
	float: left;
	margin-right: 20px;
}
.home-news ul li:last-child {
	margin-right: 0;
}
.home-news ul li h3 {
	font-size: 21px;
	color: #4D4D4D;
	line-height: 26px;
	margin-bottom: 10px;
	height: 52px;
	overflow: hidden;
}
.home-news ul li h3 a {
	color: #4D4D4D;
}
.home-news ul li p {
	border-right: 1px solid #ccc;
	padding-right: 20px;
	font-size: 14px;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
}
.home-news ul li:last-child p {
	margin-right: 0;
	border-right: none;
}
.newsbr {
	width: 185px;
	height: 36px;
	background: url(images/newsbr.png) top left no-repeat;
	float: right;
}


.site-header {
	height: 260px;
	padding-top: 30px;
	background: #ff9700;
}
.site-header.home {
	background: none;x
}
.site-header.themed {
	height: 330px;
}
.site-header .inner {
	width: 980px;
	margin: 0 auto;
}
.site-header a.logo {
	display: block;
	width: 219px;
	height: 65px;
	background: url(images/logo.jpg) top left no-repeat;
	background-size: 219px 65px;
	float: left;
	position: relative;
	z-index: 19;
}
.site-header .contact-info {
	float: right;
	width: 220px;
	padding-top: 10px;
}
.site-header .contact-info span,
.site-header .contact-info a {
	display: block;
	text-align: right;
	color: #4D4D4D;
	font-size: 16px;
	padding: 6px 0;
	padding-right: 30px;
}
.site-header .contact-info span.phone {
	background: url(images/icon-mobile.png) top right no-repeat;
	margin-right: 4px;
	padding-right: 26px;
}
.site-header .contact-info a.email {
	background: url(images/icon-email.png) right 6px no-repeat;
}


#regionHoverPreview {
	width: 466px;
	float: left;
	height: 252px;
	margin-bottom: 0;
	background: url(images/regions/map_blank.png) center center no-repeat #1a1a1a;
}
.site-header .regionselector .links {
	float: right;
	width: 220px;
	background: white;
	height: 252px;
}
.site-header .regionselector .links ul {
	margin-top: 0;
}
.site-header .regionselector .links li {
	display: block;
	float: none;
}
.site-header .regionselector .links li a {
	display: block;
	padding: 9px;
	line-height: 18px;
	color: #333333;
	float: none;
	margin-right: 0;
	font-size: 14px;
	text-align: left;
}
.site-header .regionselector .links li a:hover {
	background: #ffa806;
	color: white;
}

.small-menu .search-container {
	display: none;
}
.site-header .collapsible-search {
	position: absolute;
	top: 0;
	right: 0;
	background: #ffa806;
	width: 220px;
	padding-right: 10px;
	overflow: hidden;
	height: 28px;
}
.site-header .collapsible-search.collapsed {
	width: 20px;
}
.site-header .collapsible-search a.ico {
	width: 20px;
	height: 20px;
	display: block;
	background: url(images/icon-header-search.png) top left no-repeat;
	background-size: 20px 20px;
	float: left;
	margin-left: 5px;
	margin-top: 4px;
}
.site-header .collapsible-search input {
	background: #ffa806;
	border: none;
	color: white;
	float: right;
	width: 180px;
	font-size: 15px;
	padding: 4px;
	margin-top: 2px;
	font-family: 'proxima-nova', Helvetica, sans-serif;
}
.site-header .collapsible-search input::-webkit-input-placeholder {
   color: white;
}
.site-header .collapsible-search input:-moz-placeholder {
   color: white;  
}
.site-header .collapsible-search input::-moz-placeholder {
   color: white;  
}
.site-header .collapsible-search input:-ms-input-placeholder {  
   color: white;  
}



.accordion {
	margin-bottom: 40px;
}
.accordion .section {
	border: 2px solid #ccc;
}
.accordion .section .title {
	padding: 10px;
	background: #ccc;
	color: white;
	font-size: 18px;
	display: block;
}
.accordion .section .title b {
	float: right;
	color: white;
	font-size: 18px;
}
.accordion .section .title b:before {
	content: '+';
}
.accordion .section.expanded .title b:before {
	content: '-';
}
.accordion .section .content {
	padding: 10px;
	display: none;
}
.accordion .section.expanded .content {
	display: block;
}
.accordion .section .content a.collapse {
	display: block;
	text-align: center;
	background: #ccc;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-family: 'Font Awesome';
	margin-top: 20px;
}
.accordion .section .content a.collapse:before {
	content: '\f0d8';
}

.partners {
	background: #efefef;
	padding: 20px;
	padding-right: 0;
	padding-bottom: 0;
	margin-bottom: 40px;
}
.partners .section {
	
}
.partners .section .title {
	display: block;
	width: 195px;
	height: 195px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background: url('') center center no-repeat #fff;
	background-size: 100% auto;
}
.partners .section .title b {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	color: white;
	border-radius: 40px;
	background: rgba(0, 0, 0, 0.3);
	margin-top: 58px;
	text-align: center;
	font-size: 60px;
	line-height: 80px;
	font-weight: 300;
	display: none;
}
.partners .section .title:hover b,
.partners .section .title.selected b {
	display: block;
}
.partners .section .content {
	padding: 20px;
	display: none;
	background: white;
	margin-bottom: 20px;
	margin-right: 20px;
}
.partners .section .content .heading {
	font-size: 26px;
	display: block;
	margin-bottom: 20px;
}
.partners .section.expanded .content {
	display: block;
}
.partners .section .content a.collapse {
	display: block;
	text-align: center;
	background: #ccc;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 32px;
	font-family: 'Font Awesome';
	margin-top: 20px;
}
.partners .section .content a.collapse:before {
	content: '\f0d8';
}

.sponsors {
	height: 170px;
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.sponsors .title {
	position: absolute;
	left: 20px;
	width: 200px;
	top: 40px;
	font-weight: 300;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 20px;
	text-align: right;
	color: #76CADD;
}
.sponsors .title a {
	font-size: 16px;
	text-decoration: underline;
	color: #76CADD;
	display: block;
}
.sponsors .container {
	left: 240px;
	bottom: 10px;
	position: absolute;
	right: 40px;
	height: 150px;
	top: 10px;
	text-align: center;
}
.sponsors .sponsorwrap {
	left: 240px;
	bottom: 10px;
	position: absolute;
	right: 40px;
	height: 150px;
	top: 10px;
	text-align: center;
	overflow: hidden;
}
.sponsors .photobanner img {
	max-height: 150px;
	margin-left: -4.5px;
}


.footer {
	
}
.footer .in {
	width: 980px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer .logo {
	width: 133px;
	height: 53px;
	float: left;
}
.footer a.logo  {
	display: block;
	width: 219px;
	height: 65px;
	background: url(images/logo.jpg) top left no-repeat;
	background-size: 219px 65px;
	float: left;
}
.footer ul.menu {
	float: right;
	padding-top: 14px;
}
.footer ul.menu li {
	float: left;
}
.footer ul.menu li li {
	float: none;
	margin-right: 0;
}
.footer ul.menu li a.main {
	color: white;
	font-weight: 500;
	font-size: 16px;
	display: block;
	padding-right: 40px;
}
.footer ul.menu li a.main.last {
	padding-right: 0;
}




.footer-navigation {
	float: right;
	padding-top: 10px;
}
.footer-navigation li {
	margin-top: 24px;
	font-size: 16px;
}
.footer-navigation li li a {
	text-transform: none;
}
.footer-navigation a:hover {
	color: #000;
}
.footer-navigation ul.nav-menu,
.footer-navigation div.nav-menu > ul {
	display: none;
}
.footer-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

.footer-navigation ul.nav-menu,
.footer-navigation div.nav-menu > ul {
	display: inline-block !important;
	text-align: left;
	width: 100%;
}
.footer-navigation ul {
	margin: 0;
	text-indent: 0;
	margin-top: 10px;
}
.footer-navigation li a,
.footer-navigation li {
	display: inline-block;
	text-decoration: none;
}
.footer-navigation li a {
	border-bottom: 0;
	color: #ff7300;
	line-height: 30px;
	padding: 0 10px;
	white-space: nowrap;
	margin-right: 10px;
}
.footer-navigation li:last-child a {
	margin-right: 0;
}
.footer-navigation li a:hover {
	color: #ff7300;
}
.footer-navigation li {
	margin: 0;
	position: relative;
}
.footer-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 13;
	padding-top: 0px;
}
.footer-navigation li ul ul {
	top: 0;
	left: 100%;
	padding: 0;
}
.footer-navigation ul li:hover > ul {
	display: block;
	padding-top: 11px;
	background: url(images/menu_arr.png) 20px 0 no-repeat;
	background-size: 24px 23px;
}
.footer-navigation ul li:hover > ul ul {
	padding-top: 0;
	background: none;
}
.footer-navigation li ul li {
	display: block;
	float: left;
}
.footer-navigation li ul li.menu-item-has-children li a {
	background: #f2f2f2;
}
.footer-navigation li ul li a {
	display: inline-block;
	font-size: 14px;
	padding: 4px 10px;
	width: 206px;
	color: #333333;
	white-space: normal;
	margin-bottom: 0;
	margin-right: 0;
	padding-left: 10px;
	background: #fff;
	font-weight: 500;
}
.footer-navigation li ul li li a {
	background: #F2F2F2;
}
.footer-navigation li ul li a:hover {
	background-color: #e6e6e6;
	color: #ffa806;
}
.footer-navigation li ul li li a:hover {
	background-color: #e6e6e6;
	color: #ffa806;
}
.footer-navigation .current-menu-item > a,
.footer-navigation .current-menu-ancestor > a,
.footer-navigation .current_page_item > a,
.footer-navigation .current_page_ancestor > a {
	font-weight: 700;
}
.footer-navigation .menu-item-24 a {
	border: 1px solid white;
}
.footer-navigation li ul .current-menu-item > a,
.footer-navigation li ul .current-menu-ancestor > a,
.footer-navigation li ul .current_page_item > a,
.footer-navigation li ul .current_page_ancestor > a {
	font-weight: 400;
	color: #ff9700;
}
.menu-toggle {
	display: none;
}



.copyright-navigation {
	float: right;
	clear: right;
	text-align: right;
	padding-top: 40px;
}
.copyright-navigation a {
	color: #76cadd;
}
.copyright-navigation .gclogo {
	float: right;
	width: 350px;
	height: 118px;
	background: url(images/giz-gc.png) top left no-repeat;
	background-size: 350px 118px;
	margin-left: 20px;
}
.copyright-navigation .notice {
	display: block;
	font-size: 12px;
	min-width: 300px;
}


.mailwrap {
	height: 600px;
	background: url(images/newsletter-bg.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.mailwrap #mc_embed_signup {
	width: 980px;
	margin: 0 auto;
}
.mailwrap form {
	text-align: left;
	display: block;
	margin-left: 400px;
	padding: 20px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.mailwrap form h2 {
	color: white;
	font-size: 36px;
	line-height: 42px;
	font-weight: 300;
	margin-bottom: 10px;
}
.mailwrap form h3 {
	color: #76cadd;
	font-size: 24px;
	margin-top: 10px;
	font-weight: 300;
	margin-bottom: 20px;
	width: 280px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.mailwrap form p {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: white;
	margin-bottom: 20px;
}
.mailwrap .checkboxes {
	background: white;
	float: left;
	padding: 15px;
	margin-bottom: 10px
}
.mailwrap .checkboxes label {
	color: #76cadd;
	margin-left: 10px;
}
.mailwrap .checkboxes ul li {
	width: 45%;
	float: left;
}
.mailwrap form input[type="text"],
.mailwrap form input[type="email"] {
	font-size: 20px;
	padding: 7px 15px;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Open Sans';
	font-weight: 300;
	color: #76cadd;
	margin-bottom: 10px;
}
.mailwrap form input[type="text"]::-webkit-input-placeholder {
    color: #76cadd;
}
.mailwrap form input[type="text"]:-moz-placeholder {
   	color: #76cadd;
}
.mailwrap form input[type="text"]::-moz-placeholder {
   	color: #76cadd;
}
.mailwrap form input[type="text"]:-ms-input-placeholder {
   	color: #76cadd;
}
.mailwrap form input[type="email"]::-webkit-input-placeholder {
    color: #76cadd;
}
.mailwrap form input[type="email"]:-moz-placeholder {
   	color: #76cadd;
}
.mailwrap form input[type="email"]::-moz-placeholder {
   	color: #76cadd;
}
.mailwrap form input[type="email"]:-ms-input-placeholder {
   	color: #76cadd;
}

.mailwrap form input[type="submit"] {
	display: block;
	padding: 10px 30px;
	color: white;
	background: #76cadd;
	font-size: 20px;
	font-family: 'Open Sans';
	font-weight: 300;
	border: none;
}

.mailwrap form input[type="checkbox"] {
margin-bottom:10px;

}

/* Default page styles */
.bread {
	padding-bottom: 20px;
}
.entry-header ul {
	margin-top: 6px;
	margin-left: 10px;
}
.entry-header ul li {
	margin-bottom: 6px;
}
.entry-header ul li a {
	color: #333;
}
.entry-header ul li a:hover {
	color: #7CC9F0;
	text-decoration: none;
}
h1.entry-title {
	font-size: 60px;
	line-height: 60px;
	color: #ff9700;
	font-weight: 500;
	width: 980px;
	margin: 0 auto;
	margin-top: -140px;
	height: 140px;
	font-weight: 300;
	color: white;
}
h1.entry-title.themed {
	height: 224px;
	margin-top: -224px;
}
h1.entry-title.themed a {
	display: block;
	width: 400px;
	color: white;
}
h1.entry-title a {
	color: white;
}
h1.searchresults {
	font-size: 32px;
	font-weight: 500;
	padding-top: 10px;
	margin-bottom: 20px;
}
h1.entry-title.news-single-entry {
	margin-bottom: 0;
	font-size: 32px;
	color: #333;
}
.home-title {
	height: 254px;
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.home-title h1 {
	font-size: 42px;
	line-height: 140%;
	font-weight: 300;
	color: white;
	margin-top: 20px;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.home-title h1 b {
	font-weight: 600;
	color: white;
}
.home-title h2 {
	font-size: 18px;
	line-height: 24px;
	color: white;
	font-weight: normal;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.home-title a.readmore {
	display: inline-block;
	padding: 15px 30px;
	background: #FF9700;
	color: white;
}
.home-title .selecttopic-wrapper {
	width: 456px;
	margin: 0 auto;
	text-align: center;
}
.home-title a.selecttopic {
	display: inline-block;
	padding: 15px 0;
	width: 290px;
	text-align: left;
	padding-left: 15px;
	background: url(images/white_arr_bottom.png) 270px 19px no-repeat #ff9700;
	background-size: 15px 9px;
	color: white;
}
.home-title a.submit {
	display: inline-block;
	padding: 15px 30px;
	background: #ff7300;
	color: white;
}
.home-title .selecttopic-dropdown {
	position: relative;
	margin-top: 5px;
	width: 305px;
}
.home-title .selecttopic-dropdown .arr {
	width: 0px;
	height: 0px;
	border-bottom: 10px solid #f2f2f2;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	float: right;
	margin-right: 18px;
}
.home-title .selecttopic-dropdown ul {
	background: #f2f2f2;
	clear: both;
}
.home-title .selecttopic-dropdown ul li a {
	text-align: left;
	padding: 10px 15px;
	display: block;
	color: #333333;
}
.home-title .selecttopic-dropdown ul li a:hover {
	background: #ffa806;
	color: white;
}





.herotext {
	background: #ff7300;
}
.herotext .inner {
	width: 980px;
	margin: 0 auto;
}
.herotext .inner .contentarea {
	padding: 30px;
	color: white;
	text-align: center;
	font-size: 21px;
}


.homeupdates {
	background: #f7f7f7;
}
.homeupdates .inner {
	width: 980px;
	margin: 0 auto;
}
.homeupdates .overview {
	width: 200px;
	float: left;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: right;
}
.homeupdates .overview h2 {
	font-weight: 300;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 20px;
	color: #ff7300;
}
.homeupdates .overview p {
	font-size: 20px;
	color: #666666;
	line-height: 24px;
}
.homeupdates .contentarea {
	width: 700px;
	float: right;
	padding: 30px;
	padding-right: 40px;
	padding-left: 0;
}
.homeupdates .contentarea .block {
	float: left;
	width: 330px;
	background: white;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 18px;
	float: left;
}
.homeupdates .contentarea .block.even {
	float: right;
}
.homeupdates .contentarea .block .mh {
	min-height: 160px;
	padding: 20px;
}
.homeupdates .contentarea .block a.title {
	font-size: 20px;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
	color: #84ceca;
	display: block;
	margin-bottom: 4px;
}
.homeupdates .contentarea .block.green a.title { color: #63ad63; }
.homeupdates .contentarea .block.orange a.title { color: #ffa806; }
.homeupdates .contentarea .block.lblue a.title { color: #76cadd; }
.homeupdates .contentarea .block.red a.title { color: #ff2314; }
.homeupdates .contentarea .block a.rm {
	display: block;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	background: #76cadd;
	color: white;
	text-align: center;
	margin-bottom: 20px;
}
.homeupdates .contentarea .block.green a.rm { background: #63ad63; }
.homeupdates .contentarea .block.orange a.rm { background: #ffa806; }
.homeupdates .contentarea .block.lblue a.rm { background: #76cadd; }
.homeupdates .contentarea .block.red a.rm { background: #ff2314; }


.sectionblocks {
	background: #F7F7F7;
}
.sectionblocks .inner {
	width: 910px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.sectionblocks .inner a {
	display: block;
	float: left;
	width: 433px;
	height: 325px;
	overflow: hidden;
	margin-bottom: 40px;
	background: url('') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.sectionblocks .inner a:nth-child(odd) {
	margin-right: 40px;
}
.sectionblocks .inner a img {
	display: block;
	max-width: 100%;
}
.sectionblocks .inner a h2 {
	font-size: 42px;
	line-height: 44px;
	color: white;
	font-weight: 400;
	display: block;
	padding: 40px;
	padding-right: 80px;
	padding-bottom: 20px;
}
.sectionblocks .inner a:hover h2 {
	color: rgba(255, 255, 255, 0.8);
}
.sectionblocks .inner a span {
	display: inline-block;
	float: left;
	padding: 10px 20px;
	color: white;
	font-size: 16px;
	margin-left: 40px;
}
.sectionblocks .inner a:hover span {
	opacity: 0.8;
}
.sectionblocks .inner a span.feature {
	float: left;
	background: #FF7300;
	padding: 10px;
	max-width: 180px;
	line-height: 20px;
	margin-left: 20px;
}
.sectionblocks .calc {
	background: #76CADD;
	padding: 40px;
	margin-right: 4px;
}
.sectionblocks .calc h2 {
	font-size: 42px;
	line-height: 32px;
	font-weight: 400;
	color: white;
	float: left;
}
.sectionblocks .calc a.lm {
	width: auto;
	height: auto;
	display: block;
	float: right;
	padding: 10px 20px;
	color: white;
	font-size: 16px;
	margin: 0;
	background: #5CA1B7;
}

.subprojects {
	background: #f7f7f7;
}
.subprojects .inner {
	width: 980px;
	margin: 0 auto;
}
.subprojects .inner h2 {
	font-weight: 300;
	font-size: 32px;
	color: #ff9700;
	margin-bottom: 20px;
	line-height: 40px;
	padding-top: 20px;
}
.subprojects .block {
	padding: 20px;
	float: left;
	width: 230px;
	background: white;
	margin-right: 80px;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 18px;
}
.subprojects .block:nth-child(4) {
	margin-right: 0;
}
.subprojects .block .mh {
	min-height: 200px;
}
.subprojects .block a.title {
	font-size: 20px;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
	margin-bottom: 4px;
	color: #84ceca;
	display: block;
}
.subprojects .block.green a.title { color: #63ad63; }
.subprojects .block.orange a.title { color: #ffa806; }
.subprojects .block.lblue a.title { color: #76cadd; }
.subprojects .block.red a.title { color: #ff2724; }
.subprojects .block a.rm {
	display: block;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	background: #76cadd;
	color: white;
	text-align: center;
}
.subprojects .block.green a.rm { background: #63ad63; }
.subprojects .block.orange a.rm { background: #ffa806; }
.subprojects .block.lblue a.rm { background: #76cadd; }
.subprojects .block.red a.rm { background: #ff2724; }


.arrseparator {
	height: 70px;
}
.arrseparator.orange { background: #ffa806; }
.arrseparator.green { background: #63ad63; }
.arrseparator.red { background: #ff2724; }
.arrseparator.blue { background: #5ca1b7; }
.arrseparator em {
	float: left;
	height: 70px;
	width: 37%;
}
.arrseparator.orange em { background: #fccd47; }
.arrseparator.green em { background: #7dd37d; }
.arrseparator.red em { background: #e25959; }
.arrseparator.blue em { background: #76cadd; }
.arrseparator em b {
	display: block;
	border-left: 35px solid red;
	border-top: 35px solid transparent;
	border-bottom: 35px solid transparent;
	height: 0;
	width: 0;
	float: right;
	margin-right: -35px;
}
.arrseparator.orange em b { border-left: 35px solid #fccd47; }
.arrseparator.green em b { border-left: 35px solid #7dd37d; }
.arrseparator.red em b { border-left: 35px solid #e25959; }
.arrseparator.blue em b { border-left: 35px solid #76cadd; }
.arrseparator a {
	float: left;
	color: white;
	margin-left: 50px;
	font-size: 16px;
	padding-top: 26px;
}




.entry-content {
	line-height: 140%;
	font-size: 16px;
	padding-top: 20px;
	width: 667px;
	float: left;
}
.entry-content.reverse {
	float: right;
}
.entry-content.wide {
	width: auto;
	float: none;
}
.entry-content p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
color: #666666;
}
.entry-content blockquote {
	margin-left: 40px;
	margin-right: 40px;
}
.entry-content blockquote p {
	font-size: 14px;
	line-height: 22px;
}
.entry-content .date {
	display: block;
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
}
.entry-content .expanded-overview {
	margin-bottom: 40px;
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 40px;
}
.entry-content .expanded-overview .collapselink {
	display: inline-block;
	background: url(images/icon_collapse.png) 0 4px no-repeat;
	background-size: 12px 12px;
	padding-left: 20px;
}
.entry-content p a {
	color: #ffa806;
}
.entry-content .right {
	width: 310px;
	float: right;
	border-left: 1px solid #b3b3b3;
	padding-left: 30px;
}
.entry-content .right a.backindex {
	color: #ffa806;
	text-align: center;
	display: block;
	padding: 20px;
	border: 1px solid #ffa806;
	font-size: 20px;
	margin-bottom: 30px;
}
#sideOverview {
	margin-bottom: 20px;
}
.entry-content .right .overviewwrap {
	height: 72px;
	overflow: hidden;
	margin-bottom: 20px;
}
.entry-content .right .expandlink {
	display: inline-block;
	background: url(images/icon_expand.png) 0 4px no-repeat;
	background-size: 12px 12px;
	padding-left: 20px;
}
.entry-content .left {
	width: 610px;
	float: left;
}
.entry-content .left .featuredarea {
	margin-bottom: 40px;
}
.entry-content .left .featuredarea .featured_title {
	font-size: 22px;
	color: #ff9700;
	display: block;
	margin-bottom: 20px;
}
.entry-content .left .featuredarea img {
	margin-bottom: 20px;
}
.entry-content .left .meta {
	font-size: 12px;
}
.entry-content h1 {
	font-size: 36px;
	color: #ff9700;
	line-height: 42px;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
}
.entry-content h2 {
	font-weight: 300;
	font-size: 36px;
	color: #ff9700;
	margin-bottom: 30px;
line-height:40px;
margin-top:20px;
}
.about-content h6, .content .left h6, .contentarea h6, h6{
	text-transform:uppercase;
	font-size:18px;
	font-weight:400;
	margin-bottom:20px;
	color: #ffa806 !important; 
}

.entry-content .visual {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 80px;
}
.entry-content .visual .a,
.entry-content .visual .b,
.entry-content .visual .c {
	width: 136px;
	height: 136px;
	border-radius: 68px;
	background: #ff9700;
	margin-right: 40px;
	display: inline-block;
	display:none;
}
.entry-content .visual .c {
	margin-right: 0;
	background: #ffa806;
}



.resource {
	padding: 20px;
	background: #ccc;
	color: white;
	margin-bottom: 40px;
	margin-right: 22px;
	clear: both;
}
.resource.blue {
	background: #5ca1b7;
}
.resource.green {
	background: #63ad63;
}
.resource.red {
	background: #ff2724;
}
.resource.orange {
	background: #ffa806;
}
.resource.column {
	clear: none;
	float: left;
	width: 266px;
	margin-right: 20px;
	margin-bottom: 40px;
	min-height: 240px;
}
.resource span.f {
	float: left;
	font-size: 14px;
	color: white;
	display: block;
	margin-top: 10px;
}
.resource a.file {
	float: right;
	font-family: 'Font Awesome';
	font-size: 50px;
	color: white;
	margin-top: 20px;
}
.resource a.file.pdf:before {
	content: '\f1c1';
	padding-left: 10px;
}
.resource a.file.image:before {
	content: '\f1c5';
	padding-left: 10px;
}
.resource a.file.generic:before {
	content: '\f016';
	padding-left: 10px;
}
.resource h2 {
	clear: both;
	font-size: 40px;
	line-height: 44px;
	padding-top: 20px;
	color: white;
	margin-bottom: 4px;
}
.resource.list h2 {
	clear: none;
	padding-top: 0;
	font-size: 24px;
	margin-top: 10px;
}
.resource.column h2 {
	font-size: 24px;
	line-height: 26px;
}
.resource p {
	max-width: 67%;
	font-size: 13px;
	line-height: 18px;
	color: white;
	margin-bottom: 20px;
}
.resource.column p {
	max-width: 80%;
}
.resource.list {
	padding: 10px;
	background: none;
}
.resource.list a.file {
	width: 130px;
	height: 130px;
	float: left;
	line-height: 130px;
	margin-top: -10px;
	margin-left: -10px;
	text-align: center;
	margin-right: 20px;
	background: #ccc;
}
.resource.list h2 {
	color: #ccc;
}
.resource.list p {
	color: #5d5d5d;
}
.resource.list.blue h2 {
	color: #5ca1b7;
}
.resource.list.blue a.file {
	background: #5ca1b7;
}
.resource.list.green h2 {
	color: #63ad63;
}
.resource.list.green a.file {
	background: #63ad63;
}
.resource.list.red h2 {
	color: #ff2724;
}
.resource.list.red a.file {
	background: #ff2724;
}
.resource.list.orange h2 {
	color: #ffa806;
}
.resource.list.orange a.file {
	background: #ffa806;
}


.projectlist,
.eventlist,
.userlist,
.publist,
.itemlist {
	margin-bottom: 40px;
	
}
.entry-content ul.projectlist,
.entry-content ul.eventlist,
.entry-content ul.userlist,
.entry-content ul.publist,
.entry-content ul.itemlist {
	margin-left: 0;
}
.itemlist li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.itemlist li.globe {
	padding-left: 24px;
	background: url(images/icon_globe.png) 0 2px no-repeat;
	background-size: 14px 14px;
}
.itemlist li.event {
	padding-left: 24px;
	background: url(images/icon_calendar.png) 0 3px no-repeat;
	background-size: 14px 14px;
}
.itemlist li.publication {
	padding-left: 24px;
	background: url(images/icon_publication.png) 0 3px no-repeat;
	background-size: 17px 12px;
}
.projectlist li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(images/icon_globe.png) 0 3px no-repeat;
	background-size: 14px 14px;
	padding-left: 24px;
	margin-bottom: 10px;
}
.eventlist li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(images/icon_calendar.png) 0 3px no-repeat;
	background-size: 14px 14px;
	padding-left: 24px;
	margin-bottom: 10px;
}
.userlist li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(images/icon_user.png) 0 3px no-repeat;
	background-size: 14px 14px;
	padding-left: 24px;
	margin-bottom: 10px;
}
.publist li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(images/icon_publication.png) 0 3px no-repeat;
	background-size: 17px 12px;
	padding-left: 24px;
	margin-bottom: 10px;
}

.publicationlist {
	margin-bottom: 40px;
}
.entry-content ul.publicationlist {
	margin-left: 0;
	list-style: none;
}
.publicationlist li {
	padding: 10px;
	padding-bottom: 0;
	padding-left: 170px;
}
.publicationlist li.nopreview {
	padding-left: 10px;
}
.publicationlist li:nth-child(odd) {
	background: #f2f2f2;
}
.publicationlist li img {
	margin-bottom: 0;
	display: block;
}
.publicationlist .preview {
	float: left;
	width: 160px;
	height: 160px;
	margin-left: -160px;
}
.publicationlist .info {
	padding-left: 20px;
}
.publicationlist li.nopreview .info {
	padding-left: 0;
	padding-bottom: 10px;
}
.publicationlist .info .publication_title {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}
.publicationlist .info .excerpt {
	font-size: 12px;
	color: #4d4d4d;
	line-height: 16px;
	margin-bottom: 10px;
}
.publicationlist .info .readmore {
	font-size: 12px;
}


.side-content {
	width: 280px;
	float: right;
	padding-top: 112px;
	padding-left: 20px;
	line-height: 140%;
	font-size: 16px;
}

.side-content ul li a {
	background-color:#ebeef5;
	color:#ff7300;
	padding:8px 0px 8px 8px;
	width:100%;
	display:block;
	box-sizing:border-box;
	margin-bottom:5px;
}

.side-content ul li a:hover {
background-color:#f7f8f9;
}

.side-content.reverse {
	float: left;
	padding-left: 0;
	padding-right: 20px;
}
.side-content.post-sidebar {
	padding-top: 50px;
}
.side-content .attachments {
	background: #ff7300;
	padding: 20px;
	margin-bottom: 20px;
}
.side-content .attachments li a {
	display: block;
	padding: 15px;
	border-bottom: 1px solid #ff9700;
	background: url(images/icon_attachment.png) 0 15px no-repeat;
	background-size: 13px 17px;
	padding-left: 25px;
	color: white;
}
.side-content .attachments li:last-child a {
	border-bottom: none;
}
.side-content .clink {
	display: block;
	background: url(images/contacts_arr_bg.png) 0 0 no-repeat;
	background-size: 280px 86px;
	color: white;
	margin-bottom: 20px;
	padding-left: 100px;
	padding-top: 20px;
	font-weight: 600;
	height: 66px;
	max-width: 180px;
}
.side-content h2 {
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.side-content p {
	margin-bottom: 20px;
	line-height: 22px;
}


.alt-side-content {
	width: 360px;
	float: right;
	padding-top: 20px;
	padding-bottom: 40px;
}
a.about-link {
	display: block;
	height: 333px;
	background: url(images/about-link.png) top left no-repeat;
}
.alt-side-content .contact-area {
	margin-top: 40px;
	line-height: 140%;
	color: #4D4D4D;
}
.alt-side-content .contact-area h1 {
	color: #A1ABAC;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 20px;
}

/* Blog related styles */
.news-left {
	width: 620px;
	float: left;
	padding-bottom: 80px;
}
.news-left .post,
.news-left .page {
	line-height: 140%;
}
.news-left .post p {
	font-size: 14px;
}
.news-left .post .date,
.news-left .post .date2 {
	margin-bottom: 10px;
	color: #aaa;
	font-size: 14px;
}
.news-left .post .date {
	text-align: center;
}
.news-left .post .date2 {
	color: #777;
}
.news-left .post .location {
	margin-bottom: 0px;
	color: #aaa;
	font-size: 14px;
	text-transform: uppercase;
}
.news-left .post a.entry-title,
.news-left .page a.entry-title {
	font-size: 21px;
	margin-bottom: 10px;
	color: #4D4D4D;
	line-height: 130%;
	display: block;
}
.news-left .featured-image {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 150px;
}
.news-left .responsive-featured-image {
	display: none;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 150px;
}
.news-left .info {
	float: left;
	width: 450px;
}
.news-left .info.no-featured {
	width: auto;
}
.news-left .info a.readmore {
	display: inline-block;
	background: url(images/arr-blue.png) right center no-repeat;
	padding-right: 30px;
	margin-top: 24px;
	font-size: 12px;
}
.news-left .info a.register {
	display: inline-block;
	margin-top: 24px;
	font-size: 12px;
	margin-right: 30px;
}


#secondary {
	width: 280px;
	float: right;
	padding-left: 20px;
	padding-top: 40px;
	margin-top: 20px;
	padding-bottom: 40px;
}
#secondary .widget {
	margin-bottom: 40px;
	line-height: 140%;
	font-size: 14px;
}
#secondary .widget ul li ul {
	margin-left: 20px;
}
h3.widget-title {
	font-weight: 600;
	margin-bottom: 10px;
}



/* The following are for displaying case studies on the case studies landing page */
.preview {
	margin-bottom: 20px;
}
.preview a {
	padding: 20px;
	display: block;
	background: #A1ABAC;
	color: white;
}
.preview a:hover {
	background: #ff9700;
	text-decoration: none;
}
.preview a span {
	color: white;
	font-size: 14px;
}
.preview a span.title {
	font-size: 21px;
	display: block;
	margin-bottom: 10px;
	line-height: 28px;
}




.pagecontent {
	width: 980px;
	margin: 0 auto;
}

.small-menu {
	display: none;
}
.entry-content h1.post-title {
	font-weight: 300;
	font-size: 46px;
	margin-bottom: 40px;
}

h1.p1 {
	
	margin-bottom: 40px;
}


.entry-content ul {
	list-style: disc;
	margin-left: 20px;
}
.entry-content ul li {
	margin-bottom: 20px;
}
.entry-content ol, .side-content ol {
	list-style: decimal;
	margin-left: 20px;
}
.entry-content ol li {
	margin-bottom: 20px;
}
.entry-content ul.summarylist {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.entry-content ul.summarylist li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 6px;
}
.entry-content ul.summarylist li a span {
	color: #ff9700;
}
.entry-content ul.summarylist li a span.date {
	color: #999;
	font-size: 12px;
	display: block;
}

.dialog {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 420px;
	height: 280px;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 140px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	background: url(images/overlay-logos.png) center 40px no-repeat #F2F2F2;
	text-align: center;
	display: none;
	line-height: 24px;
}
.dialog .button {
	display: inline-block;
	background: #ff9700;
	padding: 10px 30px;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}
.dialog .button:hover {
	text-decoration: none;
}
.genericbutton {
	display: inline-block;
	background: #ff9700;
	padding: 10px 30px;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}


.post.error404 {
	background: #a1abac;
	max-width: 800px;
	margin: 0 auto;
	padding: 80px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: white;
	line-height: 24px;
}
.post.error404 a {
	color: white;
	text-decoration: underline;
}
.post.error404 h1 {
	font-weight: 300;
	font-size: 36px;
	color: white;
	margin-bottom: 10px;
	line-height: 48px;
}

.footer li.page_item.page-item-15 {
	display: none;
}

.listpagecontent {
	
}
.listpagecontent .content {
	padding-top: 20px;
	width: 670px;
	float: right;
	padding-bottom: 40px;
}
.listpagecontent .content .singleitem {
	padding-left: 160px;
	margin-bottom: 10px;
}
.listpagecontent.resources .content .singleitem {
	padding: 10px;
	background: #f2f2f2;
	padding-left: 170px;
}
.listpagecontent .content .singleitem.nopreview {
	padding-left: 10px;
	padding-bottom: 20px;
}
.listpagecontent .content .singleitem.large {
	padding: 0px;
	padding-left: 330px;
	margin-bottom: 20px;
	padding-right: 40px;
}
.listpagecontent .content .singleitem .meta {
	font-size: 12px;
	display: block;
	margin-bottom: 4px;
}
.listpagecontent .content .singleitem .authormeta {
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 10px;
}
.listpagecontent .content .featured-image {
	display: block;
	float: left;
	width: 160px;
	height: 160px;
	margin-left: -160px;
	background: #efefef;
	background-size: 52px 52px;
}
.listpagecontent .content .featured-image.icon {
	background: #b3b3b3;
	font-family: 'Font Awesome';
	text-align: center;
	color: white;
	font-size: 50px;
	line-height: 150px;
}
.listpagecontent .content .featured-image.icon.pdf:before {
	content: '\f1c1';
}
.listpagecontent .content .featured-image.icon.document:before {
	content: '\f0f6';
}
.listpagecontent .content .featured-image.icon.link:before {
	content: '\f0c1';
}
.listpagecontent .content .singleitem.nopreview .featured-image {
	display: none;
}
.listpagecontent .content .singleitem.large .featured-image {
	width: 320px;
	height: 320px;
	margin-left: -330px;
	background: #efefef;
	background-position: center center;
	background-repeat: no-repeat;
}
.listpagecontent .content .info {
	padding-left: 20px;
	padding-top: 10px;
}
.listpagecontent .content .singleitem .title {
	display: block;
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 24px;
}
.listpagecontent .content .singleitem .readmore {
	font-size: 14px;
}
.listpagecontent .content .singleitem a.term {
	font-size: 14px;
	padding: 5px 10px;
	margin-bottom: 4px;
	display: inline-block;
	background: #ff9700;
	margin-right: 4px;
	color: white;
}
.listpagecontent .content .singleitem a.term.grey {
	background: #b3b3b3;
}
.listpagecontent .content .singleitem a.term.gender-sensitive-value-chains {
	background: #63ad63;
}
.listpagecontent .content .singleitem a.term.ana-hunna-female-mentoring {
	background: #fccd47;
}
.listpagecontent .content .singleitem a.term.ana-hunna-awareness-raising {
	background: #ff2724;
}
.listpagecontent .content .singleitem a.term.gender-diversity-management {
	background: #5ca1b7;
}
.listpagecontent .content .info p {
	font-size: 14px;
	line-height: 18px;
	height: 54px;
	margin-bottom: 10px;
	overflow: hidden;
}
.listpagecontent .content .large .info p {
	height: 90px;
}

.listpagecontent .sidebar {
	margin-top: 20px;
	width: 240px;
	float: left;
	background: #999999;
	padding: 20px;
	line-height: 20px;
	color: white;
	margin-bottom: 40px;
}
.listpagecontent .sidebar.bordered {
	border-right: 1px solid #b3b3b3;
}
.listpagecontent .sidebar input[type="text"] {
	display: block;
	width: 240px;
	background: none;
	border: none;
	font-size: 21px;
	text-align: center;
	background: url(images/icon_search.png) 0px 4px no-repeat;
	background-size: 19px 19px;
	border-bottom: 1px solid white;
	padding-bottom: 4px;
	margin-bottom: 20px;
	color: white;
	font-family: 'Open Sans', Helvetica, sans-serif;
}
.listpagecontent .sidebar input[type="text"]::-webkit-input-placeholder {
    color: white;
}
.listpagecontent .sidebar input[type="text"]:-moz-placeholder {
   color: white;
}
.listpagecontent .sidebar input[type="text"]::-moz-placeholder {
   color: white;
}
.listpagecontent .sidebar input[type="text"]:-ms-input-placeholder {
   color: white;
}
.listpagecontent .sidebar.dark {
	background: #ff9700;
	color: white;
}
.listpagecontent .sidebar.transparent {
	background: transparent;
	color: #999;
	padding-top: 0;
}
.listpagecontent .sidebar.transparent h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #ff9700;
	margin-bottom: 10px;
}
.listpagecontent .sidebar ul {
	border-top: 1px solid white;
	margin-top: 20px;
	padding-top: 20px;
}
.listpagecontent .sidebar ul li {
	margin-bottom: 6px;
}
.listpagecontent .sidebar ul.categories li {
	list-style: disc;
	color: white;
	margin-left: 20px;
}
.listpagecontent .sidebar ul li a {
	color: white;
	font-size: 14px;
}
.listpagecontent .sidebar h2 {
	color: white;
	font-weight: normal;
}
.listpagecontent .sidebar h2 b {
	font-family: 'Font Awesome';
	color: white;
	margin-right: 10px;
}
.listpagecontent .sidebar h2 b:before {
	content: '\f0ca';
}
.listpagecontent .sidebar h2 b.years:before {
	content: '\f073';
}
.listpagecontent a.all {
	display: block;
	text-align: center;
	color: #777;
	margin-top: 40px;
	font-size: 13px;
}

.sidebar .social {
	display: block;
}
.listpagecontent .sidebar ul.social {
	margin-top: 0;
}
.listpagecontent .sidebar ul.social li {
	margin-bottom: 20px;
}
.listpagecontent .sidebar ul.social li a {
	display: block;
	color: #ff9700;
	padding-left: 40px;
	font-weight: 600;
	font-size: 20px;
}
.listpagecontent .sidebar ul.social li a.facebook {
	background: url(images/icon_social_facebook.png) 7px 2px no-repeat;
	background-size: 7px 14px;
}
.listpagecontent .sidebar ul.social li a.linkedin {
	background: url(images/icon_social_linkedin.png) 4px 2px no-repeat;
	background-size: 13px 12px;
}
.listpagecontent .sidebar ul.social li a.twitter {
	background: url(images/icon_social_twitter.png) 4px 3px no-repeat;
	background-size: 13px 11px;
}
.listpagecontent .sidebar ul.social li a.email {
	background: url(images/icon_social_email.png) 4px 2px no-repeat;
	background-size: 15px 12px;
}

.about-content {
}
.about-content .sidenav {
	width: 290px;
	float: left;
	padding-right: 30px;
	border-right: 1px solid #b3b3b3;
	margin-top: 20px;
}
.about-content .sidenav .mainsubnav {
	background: #ffa806;
	padding: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.about-content .sidenav .mainsubnav h3 {
	text-transform: uppercase;
	font-weight: normal;
	color: white;
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
}
.about-content .sidenav .mainsubnav ul li {
	border-bottom: 1px solid white;
}
.about-content .sidenav .stafflist {
	display: block;
	text-align: center;
	padding: 10px;
	color: white;
	background: #ffa806;
	margin-top: 20px;
	margin-left: 20px;
	text-transform: uppercase;
}
.about-content .sidenav .mainsubnav ul li a {
	display: block;
	text-align: left;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}
.about-content .sidenav .fullprofile {
	width: 240px;
	height: 240px;
	border-radius: 120px;
	background-position: center center;
	margin-left: 40px;
}
.about-content .contentarea {
	float: right;
	width: 620px;
	font-size: 16px;
	line-height: 22px;
	margin-top: 20px;
}
.about-content .contentarea p {
	margin-bottom: 20px;
}
.about-content .contentarea h1 {
	font-size: 36px;
	line-height: 42px;
	color: #ff9700;
	font-weight: 600;
	margin-bottom: 20px;
}
.about-content .visual {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.about-content .visual .a,
.about-content .visual .b,
.about-content .visual .c {
	width: 18px;
	height: 18px;
	border-radius: 9px;
	background: #ff9700;
	margin-right: 20px;
	display: inline-block;
}
.about-content .visual .c {
	margin-right: 0;
	background: #ffa806;
}


.about-subnav {
	border-bottom: 1px solid #b3b3b3;
	text-align: center;
	margin-bottom: 20px;
}
.about-subnav a {
	font-size: 13px;
	text-transform: uppercase;
	color: #ff9700;
	display: inline-block;
	padding: 15px 25px;
	font-weight: 600;
	border-bottom: 2px solid transparent;
}
.about-subnav a.selected {
	border-bottom: 2px solid #ffa806;
}
.about-subnav .in {
	max-width: 980px;
	margin: 0 auto;
}
.about-subnav .prevpost a {
	float: left;
	display: block;
	padding: 0;
	text-transform: none;
	margin-top: 14px;
	padding-left: 30px;
	background: url(images/arr_left_orange.png) top left no-repeat;
	background-size: 9px 15px;
	font-size: 14px;
	color: #4d4d4d;
	margin-bottom: 14px;
}
.about-subnav .nextpost a {
	float: right;
	display: block;
	padding: 0;
	text-transform: none;
	margin-top: 14px;
	padding-right: 30px;
	background: url(images/arr_right_orange.png) top right no-repeat;
	background-size: 9px 15px;
	font-size: 14px;
	color: #4d4d4d;
	margin-bottom: 14px;
}
.about-subnav .prevpost a,
.about-subnav .nextpost a {
	width: 280px;
	padding-right: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


.gen-subnav {
	padding-top: 10px;
	margin-bottom: 20px;
	background: #f2f2f2;
}
.gen-subnav .inner {
	width: 980px;
	margin: 0 auto;
}
.gen-subnav.large {
	padding-top: 10px;
	padding-bottom: 10px;
}
.gen-subnav .txt {
	background: none;
	border: none;
	border-bottom: 1px solid white;
	display: inline-block;
	font-size: 21px;
	margin-right: 20px;
	color: white;
	text-align: center;
	padding: 5px 20px;
	border-radius: 0;
}
.gen-subnav .txt.search {
	background: url(images/icon_field_zoom.png) 0px 2px no-repeat;
	background-size: 26px 25px;
}

.gen-subnav .txt.email {
	background: url(images/icon_field_email.png) 0px 6px no-repeat;
	background-size: 27px 21px;
	margin-right: 0;
}
.gen-subnav .txt::-webkit-input-placeholder {
   color: white;
}
.gen-subnav .txt:-moz-placeholder {
   color: white;  
}
.gen-subnav .txt::-moz-placeholder {
   color: white;  
}
.gen-subnav .txt:-ms-input-placeholder {  
   color: white;  
}

.gen-subnav input.subscribe {
	margin-right: 0;
}
.gen-subnav a {
	font-size: 14px;
	color: #4d4d4d;
	display: inline-block;
	padding: 10px 25px;
	font-weight: 600;
	border-bottom: 3px solid transparent;
	margin-right: 20px;
	position: relative;
}
.gen-subnav a.selected {
	border-bottom: 3px solid #ff9700;
}
.gen-subnav.themed {
	min-height: 33px;
}
.gen-subnav.themed a {
	border: none;
	border-bottom: 3px solid transparent;
	color: white;
	height: 20px;
}
.gen-subnav.themed.grey a {
	color: #777;
}
.gen-subnav.themed a:hover,
.gen-subnav.themed a.selected {
	border-bottom: 3px solid #ff7300;
}
.gen-subnav a.arr {
	background: url(images/grey_arr_bottom.png) right center no-repeat;
	background-size: 15px 9px;
}
.gen-subnav a:last-child {
	margin-right: 0;
}
.gen-subnav a.bordered {
	border: 1px solid #4d4d4d;
}
.gen-subnav .selectionoverlay {
	position: absolute;
	
}
.gen-subnav .selectionoverlay .arr {
	width: 0px;
	height: 0px;
	border-bottom: 10px solid #333;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
}

.gen-subnav .selectionoverlay .content {
	background: #333333;
	clear: both;
}
.gen-subnav .selectionoverlay.grouped .col {
	float: left;
	width: 200px;
	
}
.gen-subnav .selectionoverlay.grouped .col h2 {
	font-size: 20px;
	color: #ffffff;
	border-bottom: 1px solid #e6e6e6;
	font-weight: 500;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.gen-subnav .selectionoverlay.grouped .col.c1 {
	width: 260px;
	margin-left: 20px;
}
.gen-subnav .selectionoverlay.grouped .col.c1 ul {
	border-right: 1px solid #e6e6e6;
	height: 240px;
}
.gen-subnav .selectionoverlay.grouped .col.c2 {
	width: 200px;
}
.gen-subnav .selectionoverlay.grouped .col.c2 ul {
	border-right: 1px solid #e6e6e6;
	height: 240px;
}
.gen-subnav .selectionoverlay.grouped .col.c3 {
	width: 140px;
}
.gen-subnav .selectionoverlay.grouped .col.c3 ul {
	border-right: 1px solid #e6e6e6;
	height: 240px;
}
.gen-subnav .selectionoverlay.grouped .col.c4 {
	width: 190px;
}
.gen-subnav .selectionoverlay.grouped .separator {
	border-top: 1px solid #e6e6e6;
	height: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.gen-subnav .selectionoverlay ul {
	padding-top: 8px;
	padding-bottom: 8px;
}
.gen-subnav .selectionoverlay.grouped ul {
	padding: 10px;
}
.gen-subnav .selectionoverlay ul li {
	width: auto;
}
.gen-subnav .selectionoverlay ul li a {
	padding: 5px;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	clear: both;
	width: auto;
	display: block;
	padding-left: 10px;
	line-height: 17px;
	color: white;
}
.gen-subnav .selectionoverlay ul li a span {
	display: block;
	border: 1px solid white;
	width: 14px;
	height: 14px;
	float: left;
	margin-right: 10px;
}
.gen-subnav .selectionoverlay ul li.active a span,
.gen-subnav .selectionoverlay ul li a:hover span {
	background: url(images/white_selection_cross.png) center center no-repeat;
	background-size: 14px 14px;
}
.gen-subnav .selectionoverlay .actions {
	margin-left: 20px;
	padding-bottom: 20px;
}
.gen-subnav .selectionoverlay .selbutton {
	display: block;
	float: left;
	padding: 10px;
	border: 1px solid #808080;
	font-size: 14px;
}
.gen-subnav .selectionoverlay .selbutton.right {
	float: right;
	padding-left: 40px;
	padding-right: 40px;
}
#projectSelectTopic {
	width: 270px;
	margin-left: 132px;
}
#projectSelectTopic .arr {
	margin-left: 80px;
}
#projectSelectCountry {
	width: 160px;
	margin-left: 300px;
}
#projectSelectCountry .arr {
	margin-left: 40px;
}
#projectSelectRegion {
	margin-left: 294px;
	width: 200px;
}
#projectSelectRegion .arr {
	margin-left: 136px;
}
#publicationSelectFilter {
	margin-left: -270px;
	width: 830px;
}
#publicationSelectFilter .arr {
	margin-left: 530px;
}

h3.socialheading {
	text-transform: uppercase;
	font-size: 16px;
	color: #ff9700;
	margin-bottom: 20px;
	margin-top: 20px;
}
.sidenav ul.social {
	
}
.sidenav ul.social li {
	margin-bottom: 20px;
}
.sidenav ul.social li a {
	display: block;
	color: #ff9700;
	padding-left: 40px;
	font-weight: 600;
	font-size: 20px;
}
.sidenav ul.social li a.facebook {
	background: url(images/icon_social_facebook.png) 7px 2px no-repeat;
	background-size: 7px 14px;
}
.sidenav ul.social li a.linkedin {
	background: url(images/icon_social_linkedin.png) 4px 2px no-repeat;
	background-size: 13px 12px;
}
.sidenav ul.social li a.twitter {
	background: url(images/icon_social_twitter.png) 4px 3px no-repeat;
	background-size: 13px 11px;
}
.sidenav ul.social li a.email {
	background: url(images/icon_social_email.png) 4px 2px no-repeat;
	background-size: 15px 12px;
}



.subabout-content {
	border-top: 1px solid #b3b3b3;
	padding-top: 40px;
}
.subabout-content .inner {
	width: 980px;
	margin: 0 auto;
}
.subabout-content .singleitem  {
	float: left;
	width: 300px;
	margin-bottom: 40px;
	margin-right: 40px;
}
.subabout-content .singleitem:last-child {
	margin-right: 0;
}
.subabout-content .singleitem  .meta {
	font-size: 12px;
	display: block;
	margin-bottom: 4px;
}
.subabout-content .singleitem .featured-image {
	display: block;
	width: 300px;
	height: 185px;
	background: url(images/icon_globe_white.png) center center no-repeat #cccccc;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.subabout-content .singleitem .info {
	padding-top: 20px;
	font-size: 12px;
	line-height: 16px;
}
.subabout-content .singleitem .info .excerpt {
	height: 48px;
	margin-bottom: 20px;
	overflow: hidden;
}
.subabout-content .singleitem  .title {
	display: block;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 20px;
	height: 48px;
	overflow: hidden;
}
.subabout-content .singleitem  .readmore {
	font-size: 12px;

}





.singlepeople  {
	padding: 15px;
}
.singlepeople:nth-child(odd) {
	background: #f2f2f2;
}
.singlepeople:last-child {
	margin-right: 0;
}
.singlepeople .meta {
	font-size: 12px;
	display: block;
	margin-bottom: 4px;
}
.singlepeople .featured-image {
	float: left;
	width: 106px;
	height: 106px;
	background: url(images/icon_globe_white.png) center center no-repeat #cccccc;
	background-position: center center;
	background-repeat: no-repeat;
}
.singlepeople .info {
	padding-left: 126px;
	font-size: 12px;
	padding-top: 10px;
	line-height: 16px;
}
.singlepeople .info .excerpt {
	height: 48px;
	margin-bottom: 20px;
	overflow: hidden;
}
.singlepeople  .title {
	display: block;
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 24px;
}


.homepagecontent {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}
.homepagecontent .left {
	width: 617px;
	float: left;
}
.homepagecontent .left .mainimage {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-bottom: 20px;
	height: 303px;
}
.homepagecontent .left .featured-section {
	width: 300px;
}
.homepagecontent .left .featured-section.left {
	float: left;
	margin-right: 17px;
}
.homepagecontent .left .featured-section.right {
	float: right;
}
.homepagecontent .right .featured-section {
	height: 306px;
}
.homepagecontent .singleitem {
	margin-bottom: 40px;
}
.homepagecontent .singleitem .featured-image {
	width: 300px;
	height: 185px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.homepagecontent .singleitem ul li a {
	font-size: 12px;
	font-weight: 600;
}
.homepagecontent .singleitem .date {
	font-size: 12px;
	font-weight: 600;
}
.homepagecontent .singleitem .info {
}
.homepagecontent .singleitem .title {
	display: block;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 22px;
}
.homepagecontent .singleitem .info .excerpt {
	font-size: 12px;
	line-height: 16px;
	color: #ff9700;
	margin-bottom: 10px;
	height: 130px;
}
.homepagecontent .singleitem .meta {
	font-size: 12px;
}
.homepagecontent .singleitem .authormeta {
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 10px;
}



.homepagecontent .right {
	width: 300px;
	float: right;
}
.homepagecontent .twitter-wrapper {
	margin-bottom: 40px;
}


/*
Responsive hidden elements
*/
.responsiveshow {
	display: none;
}
.menu-item-53 .sub-menu {
	display: none !important;
}




h1.p1 {margin-bottom:30px;}
p.p1 {line-height:150%; color:#666666;}
.entry-content ul {margin-top:30px; margin-bottom:30px; padding-left:30px; color:#666666;}
.entry-content ol {margin-top:30px; margin-bottom:30px; padding-left:30px; color:#666666;}
.entry-content h4 {font-size:28px; color:#939393; font-weight:400;margin-bottom:20px;line-height:34px;}
.strong {color:inherit;}

@media screen {
	div#preloader {
		position: absolute;
		left: -9999px;
		top:  -9999px;
	}
	div#preloader img {
		display: block;
	}
}
@media print {
	div#preloader, 
	div#preloader img {
		visibility: hidden;
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.site-header a.logo {
		margin-left: 0;
	}
	.home-title {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.home-title h1,
	.home-title h2 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.homebanner {
		height: 464px;
	}
	.herotext .inner .contentarea {
		font-size: 16px;
		line-height: 20px;
	}
	.main-navigation li {
		font-size: 12px;
	}
	.homepagecontent .right {
		width: 240px;
		padding-right: 20px;
	}
	.homepagecontent .left .featured-section.right {
		padding-right: 0;
	}
	.listpagecontent .content {
		width: 470px;
	}
	.listpagecontent .sidebar {
		width: 180px;
	}
	.pagecontent {
		padding-top: 0;
	}
	.listpagecontent .content .singleitem.large {
		padding: 10px;
		padding-left: 170px;
	}
	.listpagecontent .content .singleitem.large .featured-image {
		display: block;
		float: left;
		width: 160px;
		height: 160px;
		margin-left: -160px;
		background: url(images/icon_globe_white.png) center center no-repeat #cccccc;
		background-size: 52px 52px;
	}
	.gen-subnav a {
		font-size: 12px;
		padding: 7px 15px;
	}
	.site-header {
		height: 160px;
	}
	h1.entry-title {
		height: 80px;
		margin-top: -80px;
	}
	.entry-content .left {
		width: 450px;
		padding-left: 0;
	}
	.entry-content .right {
		width: 240px;
		border: none;
		padding: 0;
	}

	.entry-content p {
		font-size: 14px;
		line-height: 20px;
	}
	.entry-content h1 {
		font-size: 18px;
		line-height: 24px;
	}
	h1.entry-title {
		font-size: 24px;
	}

	.entry-content .right .overviewwrap {
		height: 60px;
	}
	.site-header .regionselector {
		margin-left: -310px;
	}
	.about-content .sidenav {
		width: auto;
		min-width: 220px;
	}
	.about-content .contentarea {
		width: 460px;
	}
	.subabout-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.subabout-content .singleitem  {
		width: 220px;
		margin-right: 20px;
	}
	.subabout-content .singleitem .featured-image {
		width: 220px;
	}
	.main-navigation li ul li a {
		width: 160px;
		font-size: 12px;
	}
	.main-navigation li ul li.menu-item-has-children a {
		background: url(images/arr_right.png) 164px center no-repeat #fff;
		background-size: 5px 9px;
	}
	.footer-navigation {
		margin-left: 57px;
	}
	.footer-navigation li a {
		font-size: 12px;
	}
	.footer-navigation li ul li a {
		font-size: 12px;
		width: 160px;
	}
	.about-subnav .prevpost a {
		font-size: 14px;
		margin-left: 20px;
	}
	.about-subnav .nextpost a {
		font-size: 14px;
		margin-right: 20px;
	}

	.herotext .inner,
	.sectionblocks .inner {
		width: auto;
	}
	.sectionblocks .inner {
		padding: 20px;
	}
	.sectionblocks .inner a {
		width: 48%;
		margin-bottom: 2%;
	}
	.sectionblocks .inner a h2 {
		padding: 20px;
		font-size: 32px;
		line-height: 40px;
	}
	.sectionblocks .inner a span {
		margin-left: 20px;
	}
	.sectionblocks .inner a:nth-child(odd) {
		margin-right: 0;
	}
	.sectionblocks .inner a:nth-child(even) {
		float: right;
	}
	.sectionblocks .calc {
		padding: 20px;
	}
	.sectionblocks .calc h2 {
		font-size: 24px;
	}


	.sponsors .title {
		left: 20px;
		top: 20px;
		text-align: left;
	}



	.homeupdates .inner {
		width: auto;
	}
	.homeupdates .overview {
		float: none;
		text-align: left;
		width: auto;
		padding: 20px;
	}
	.homeupdates .contentarea {
		float: none;
		width: auto;
		padding: 20px;
	}
	.homeupdates .contentarea .block {
		width: 48%;
		margin: 0;
		margin-bottom: 20px;
		padding: 0;
	}
	.mailwrap {
		height: auto;
	}
	.mailwrap #mc_embed_signup {
		width: auto;
		padding: 20px;
		float: none;
	}
	.mailwrap form {
		width: auto;
		float: none;
		margin: 0;
		padding: 20px;
	}
}

@media screen and (max-width: 980px) {
	.site-header .inner {
		width: auto;
	}
	.footer ul.menu li a.main {
		padding-right: 20px;
		font-size: 12px;
	}
	.site-header .logo {
		margin-left: 20px;
		margin-bottom: 10px;
	}
	#menu-top-menu ul li a:last-child {
		margin-right: 0;
	}
	.menu-top-menu-container {
		padding-left: 0px;
		width: auto;
	}

	.secondmenu {
		padding-right: 20px;
	}
	.firstmenu {
		width: auto;
	}
	.secondmenu .inner {
		width: auto;
	}


	.sponsors {
		width: auto;
	}


	.home-news .in {
		width: auto;
	}
	#searchform {
		padding-right: 20px;
	}
	.site-header {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer .in {
		width: auto;
	}
	.pagecontent {
		position: relative;
	}
	.entry-content {
		width: auto;
		margin-right: 300px;
		padding-top: 0;
	}
	.entry-content.reverse {
		margin-right: 0;
		margin-left: 300px;
	}
	.pagecontent {
		width: auto;
		padding: 20px;
		float: none;
	}
	h1.entry-title {
		font-size: 36px;
		margin-bottom: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	.footer .logo a {
		margin-left: 20px;
	}
	.footer .footer-links {
		clear: both;
		float: none;
		margin-left: 20px;
		padding-top: 40px;
		width: auto;
	}
	.footer .external {
		padding-right: 20px;
	}
	.main-navigation li a {
		margin-right: 0;
	}

	.side-content,
	.alt-side-content {
		width: auto;
		float: none;
		padding: 20px;
		padding-bottom: 0;
		width: 280px;
		position: absolute;
		right: 20px;
		padding: 0;
	}
	.side-content.reverse {
		left: 20px;
		right: auto;
	}
	.alt-side-content {
		padding: 0;
	}
	.subprojects .inner {
		width: auto;
		padding: 20px;
	}
	.gen-subnav .inner {
		width: auto;
	}
	h1.entry-title.themed a {
		width: auto;
	}
	h1.entry-title.themed {
		height: 182px;
	}
	h1.entry-title {
		font-size: 32px;
		line-height: 36px;
	}
	.arrseparator em {
		width: 0;
	}
	h1.entry-title.themed {
		background: none;
	}
	.entry-content.wide {
		padding-top: 20px;
	}
	.site-header a.overlay-logos {
		margin-left: 0;
	}
	.resource.featured {
		margin-bottom: 20px;
		margin-right: 0;
	}
	.resource.column {
		width: 140px;
		margin-bottom: 20px;
		min-height: 0;
		float: none;
		width: auto;
		margin-right: 0;
	}
	.resource.list {
		margin-bottom: 20px;
		margin-right: 0;
		padding-top: 10px;
	}
	.resource.column p {
		margin: 0;
		font-size: 12px;
		line-height: 14px;
	}
	.resource p {
		max-width: none;
		font-size: 12px;
	}
	.resource h2 {
		padding-top: 20px;
	}
	.resource.column h2 {
		font-size: 18px;
	}
	.resource.list a.file {
		width: 120px;
		height: 120px;
		line-height: 120px;
	}
	.resource.list h2 {
		font-size: 18px;
		line-height: 24px;
	}
	.resource.list p {
		line-height: 16px;
		font-size: 12px;
	}
	.entry-content.wide {
		margin-right: 0;
	}
}

@media screen and (max-width: 700px) { 
	.home-title {
		height: 224px;
	}
	.homebanner {
		height: 394px;
	}
	.site-header {
		height: 120px;
	}
	.home-title a.readmore {
		padding: 10px 15px;
		font-size: 13px;
	}
	.menu-toggle {
		position: absolute;
		right: 20px;
		top: 30px;
		z-index: 19;
		display: block;
		float: right;
		width: 17px;
		height: 14px;
		background: url(images/menu-toggle.png) center center no-repeat;
		background-size: 17px 14px;
		color: #333;
		border: 1px solid white;
		border-radius: 3px;
		padding: 10px;
	}
	.menu-toggle:hover {
		text-decoration: none;
	}
	.small-menu {
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: #ff9700;
		overflow-y: auto;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		z-index: 20;
	}
	.small-menu a {
		display: block;
		float: none;
	}
	.small-menu a.hidemenu {
		display: block;
		float: right;
		width: 17px;
		height: 14px;
		margin-right: 20px;
		background: url(images/close-small-menu.png) center center no-repeat;
		background-size: 17px 14px;
		color: #333;
		border: 1px solid white;
		border-radius: 3px;
		padding: 10px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.small-menu a.hidemenu:hover {
		text-decoration: none;
	}
	.firstmenu, 
	.secondmenu {
		display: none;
	}

	

	.main-navigation ul {
		padding: 20px;
		padding-top: 0;
	}
	.main-navigation li a {
		padding-left: 0;
	}
	.main-navigation li ul li {
		float: none;
	}
	.main-navigation ul li > ul {
		display: block;
		position: static;
		background: transparent;
		padding-top: 0;
		margin-bottom: 10px;
		padding-left: 20px;
		border-left: 1px solid #676782;
	}
	.main-navigation li ul li a {
		padding: 0;
		width: auto;
		color: white;
		background: none;
		float: none;
		font-size: 16px;
	}
	.main-navigation li a, 
	.main-navigation li {
		display: block;
		color: white;
		clear: both;
		margin-left: 0;
		font-size: 18px;
	}
	.main-navigation ul li:hover > ul {
		display: block;
		padding-top: 0;
		background: none;
	}
	.main-navigation li ul li a:hover {
		background: none;
		color: white;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		width: auto;
		float: none;
		position: static;
		display: block !important;
	}
	.main-navigation li ul li.menu-item-has-children a {
		background: none;
	}
	.main-navigation li ul li.menu-item-has-children li a {
		background: none;
		color: white;
	}
	#secondary {
		float: none;
		padding: 0;
		width: auto;
		clear: both;
	}
	.main-navigation li ul .current-menu-item > a,
	.main-navigation li ul .current-menu-ancestor > a,
	.main-navigation li ul .current_page_item > a,
	.main-navigation li ul .current_page_ancestor > a {
		color: #fff;
	}
	.main-navigation li ul li.menu-item-141,
	.main-navigation li ul li.menu-item-183 {
		padding: 0;
		background: none;
	}
	.main-navigation li ul li.menu-item-141 a,
	.main-navigation li ul li.menu-item-183 a {
		width: auto;
		border: none;
		text-align: left;
	}
	.main-navigation li ul li.menu-item-141 a:hover,
	.main-navigation li ul li.menu-item-183 a:hover {
		background: none;
		color: white;
		border: none;
	}
	.main-navigation .menu-item-52 a {
		border: none;
	}

	.about-subnav a {
		font-size: 12px;
		padding: 5px 8px;
	}
	h1.entry-title {
		margin: 0;
		height: auto;
		background: #ff9700;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.about-content .contentarea {
		float: none;
		width: auto;
	}
	.pagecontent {
		padding-top: 0;
	}
	.subabout-content {
		display: none;
	}
	.about-content .sidenav {
		float: none;
		width: auto;
		padding: 0;
		border: none;
	}
	.entry-content .left {
		width: auto;
		float: none;
		padding: 0;
	}
	.entry-content .right {
		width: auto;
		float: none;
		border: none;
		padding: 0;
	}
	.gen-subnav a {
		padding: 5px 15px;
	}
	.gen-subnav.large {
		margin-bottom: 0;
	}
	.footersocial a {
		margin-right: 30px;
	}
	.footer ul.menu {
		display: none;
	}
	
	.gen-subnav a {
		font-size: 12px;
		padding: 5px;
		margin-right: 10px;
	}

	.listpagecontent .content {
		padding: 0;
		float: none;
		width: auto;
	}
	.listpagecontent .content .singleitem.large,
	.listpagecontent .content .singleitem,
	.listpagecontent.resources .content .singleitem {
		width: auto;
		padding-left: 90px;
		padding-right: 10px;
	}
	.listpagecontent .content .singleitem.large .featured-image,
	.listpagecontent .content .singleitem .featured-image {
		width: 80px;
		height: 80px;
		margin-top: 10px;
		margin-left: -80px;
		line-height: 80px;
	}
	.listpagecontent .content .singleitem.large .featured-image img,
	.listpagecontent .content .singleitem .featured-image img {
		max-width: 100%;
	}
	.listpagecontent .content .info {
		padding-left: 10px;
	}
	.listpagecontent .content .singleitem .title {
		font-size: 16px;
		line-height: 20px;
	}
	.listpagecontent .content .info p {
		font-size: 12px;
		line-height: 16px;
		height: 48px;
	}
	.about-subnav a.selected {
		color: #ffa806;
		border: none;
	}

	.listpagecontent .sidebar {
		width: auto;
	}
	.listpagecontent .sidebar.transparent h3 {
		font-size: 14px;
	}
	.listpagecontent .sidebar ul.social {
		padding-top: 10px;
	}
	.listpagecontent .sidebar ul.social li a {
		font-size: 14px;
	}
	.listpagecontent .sidebar ul.social li {
		margin-bottom: 10px;
	}

	.listpagecontent .sidebar {
		font-size: 12px;
		line-height: 16px;
	}
	.listpagecontent .sidebar input[type="text"] {
		font-size: 16px;
	}
	.gen-subnav a.arr {
		padding-right: 20px;
	}
	
	.publicationlist li {
		padding-left: 90px;
	}
	.publicationlist .preview {
		width: 80px;
		height: 80px;
		margin-left: -80px;
	}
	.publicationlist .info .publication_title {
		font-size: 16px;
		line-height: 20px;
	}
	.responsiveshow {
		display: block;
	}
	.responsivehide {
		display: none;
	}
	.entry-content .left .featuredarea .featured_title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	#publicationSelectFilter,
	#projectSelectTopic,
	#projectSelectRegion {
		margin: 0;
		width: auto;
		left: 0;
		right: 0;
		z-index: 999;
	}
	#publicationSelectFilter .arr,
	#projectSelectTopic .arr,
	#projectSelectRegion .arr {
		display: none;
	}
	.gen-subnav .selectionoverlay.grouped .col.c1,
	.gen-subnav .selectionoverlay.grouped .col.c2,
	.gen-subnav .selectionoverlay.grouped .col.c3,
	.gen-subnav .selectionoverlay.grouped .col.c4 {
		width: auto;
		float: none;
		padding: 0;
		margin: 0;
	}
	.gen-subnav .selectionoverlay.grouped .col.c1 ul,
	.gen-subnav .selectionoverlay.grouped .col.c2 ul,
	.gen-subnav .selectionoverlay.grouped .col.c3 ul,
	.gen-subnav .selectionoverlay.grouped .col.c4 ul {
		border: none;
		height: auto;
	}
	.gen-subnav .selectionoverlay.grouped .col {
		width: auto;
		float: none;
		padding: 0;
		margin: 0;
	}
	.menu-item-53 .sub-menu {
		display: block !important;
	}






	.gen-subnav .txt.search {
		width: 260px;
		margin: 0;
		font-size: 16px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.gen-subnav .txt.email {
		width: 260px;
		margin: 0;
		font-size: 16px;
		padding-bottom: 10px;
	}




	.home-title .selecttopic-wrapper {
		width: auto;
	}
	.home-title a.selecttopic {
		font-size: 12px;
		padding: 10px;
		width: 180px;
		background: url(images/white_arr_bottom.png) 170px 12px no-repeat #ff9700;
		background-size: 15px 9px;
	}
	.home-title a.submit {
		font-size: 12px;
		padding: 10px 15px;
	}
	.herotext .inner .subnav {
		width: auto;
		float: none;
	}
	.herotext .inner .contentarea {
		width: auto;
		float: none;
	}
	#menu-hero-menu li {
		display: inline-block;
		margin-right: 20px
	}
	#menu-hero-menu li a {
		font-size: 12px;
	}
	
	.site-header.home {
		background-size: auto 280px;
	}



	.sectionblocks .inner a {
		width: auto;
		float: none;
		margin: 0;
		height: 200px;
		margin-bottom: 20px;
	}
	.sectionblocks .inner a:nth-child(odd) {
		margin-right: 0;
	}
	.sectionblocks .inner a:nth-child(even) {
		float: none;
	}


	.sponsors .title {
		display: none;
	}
	.sponsors .container {
		left: 0;
		right: 0;
	}


	.homeupdates .contentarea .block {
		width: auto;
		margin: 0;
		float: none;
		margin-bottom: 20px;
	}
	.homeupdates .contentarea .block a.title {
		font-size: 16px;
		line-height: 26px;
	}
	.homeupdates .contentarea .block .mh {
		min-height: 0;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.homeupdates .contentarea .block a.rm {
		margin-left: 0;
		margin-right: 0;
	}
	
	.footer a.logo {
		display: none;
	}
	.footer .in {
		padding: 0;
	}
	.footer-navigation {
		margin: 0;
		float: none;
	}
	.herotext .inner .subnav {
		padding: 20px;
	}
	.homeupdates .overview h2 {
		font-size: 24px;
		line-height: 24px;
	}
	.homeupdates .overview p {
		font-size: 14px;
		line-height: 18px;
	}

	.menu-item-20 .sub-menu {
		margin-left: 0;
		width: auto;
	}
	.sectionblocks .inner {
		padding-top: 20px;
	}
	.main-navigation li ul {
		margin-left: 0;
		border-left: 0;
		padding-left: 0;
	}
	.main-navigation ul li > ul {
		padding-left: 0;
		border-left: none;
		margin-left: 10px;
	}
	.main-navigation li.menu-item-20 ul li {
		float: none;
		width: auto;
		background: transparent;
		padding: 0;
		margin-left: 10px;
	}
	.main-navigation li ul li a {
		font-size: 14px;
		margin-left: 0;
	}
	.main-navigation li.menu-item-20 ul li a {
		height: auto;
		display: block;
		padding: 5px;
		font-size: 14px;
	}
	.main-navigation li.menu-item-20 ul li:last-child {
		padding-right: 0;
	}
	.main-navigation .menu-item-24 a {
		border: none;
	}
	.home-title .selecttopic-dropdown {
		width: auto;
	}
	.home-title .selecttopic-dropdown .arr {
		margin: 0 auto;
		float: none;
	}
	.home-title .selecttopic-dropdown ul li a {
		font-size: 14px;
	}
	.home-title .selecttopic-dropdown ul {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.entry-content,
	.entry-content.reverse {
		width: auto;
		float: none;
		margin: 0;
		padding-top: 20px;
	}
	.side-content,
	.alt-side-content {
		width: auto;
		position: static;
	}
	.gen-subnav .inner {
		padding-left: 20px;
	}
	.subprojects .inner .block {
		width: auto;
		margin: 0;
		float: none;
		margin-bottom: 20px;
	}
	.subprojects .inner .block a.title {
		font-size: 16px;
		line-height: 26px;
	}
	.subprojects .inner .block .mh {
		min-height: 0;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.subprojects .inner .block a.rm {
		margin-left: 0;
		margin-right: 0;
	}
	.entry-content h1.post-title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}


	.mailwrap {
		background-size: auto 100%;
	}
	.mailwrap form h2 {
		font-size: 24px;
		line-height: 14px;
	}
	.mailwrap form p {
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 16px;
	}
	.mailwrap form input[type="text"], .mailwrap form input[type="email"] {
		font-size: 14px;
		padding: 3px;
	}
	
	.footer-navigation ul.nav-menu, .footer-navigation div.nav-menu > ul {
		text-align: center;
	}
	.copyright-navigation {
		text-align: center;
		padding: 20px;
	}
	.copyright-navigation .gclogo {
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
		width: 175px;
		height: 59px;
		background-size: 175px 59px;
	}

	.mailwrap form h3  {
		width: auto;
		font-size: 16px;
	}
	.mailwrap .checkboxes {
		float: none;
	}
	.mailwrap .checkboxes ul li {
		float: none;
		width: auto;
	}
	
}




@media screen and (max-width: 610px) { 
	.site-header a.logo {
		width: 110px;
		height: 32px;
		background-size: 110px 32px;
	}
	.home-title h1 {
		font-size: 24px;
		line-height: 24px;
	}
	.home-title h2 {
		font-size: 14px;
		line-height: 18px;
	}
	.sectionblocks .inner a h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.sectionblocks .inner a span.feature {
		font-size: 12px;
	}
	.footer-navigation li a {
		padding: 0;
	}
	.mailwrap {
		background-position: top left;
	}
	.copyright-navigation .notice {
		min-width: 0;
	}
}

/* peter content needs */
.entry-content h3{
margin: 30px 0px 30px 0px !important;
}

.entry-content ul.jumplinks li a {
	background-color:#ff9700;
	color:#fff;
	padding:10px 0px 10px 10px;
	width:100%;
	display:block;
	box-sizing:border-box;
	margin:0px 0px 5px 0px;
	list-style:none;
}

.entry-content ul.jumplinks li a:hover {
	background-color:#ffb000;
}

.entry-content ul.jumplinks.blue li a {
	background-color:#5ca1b7;
}

.entry-content ul.jumplinks.blue li a:hover {
	background-color:#76cadd;
}

.entry-content ul.jumplinks.green li a {
	background-color:#63ac63;
}

.entry-content ul.jumplinks.green li a:hover {
	background-color:#7dd27d;
}

.entry-content ul.jumplinks.yellow li a {
	background-color:#ffa706;
}

.entry-content ul.jumplinks.yellow li a:hover {
	background-color:#fbcc47;
}

.entry-content ul.jumplinks.red li a {
	background-color:#ff2724;
}

.entry-content ul.jumplinks.red li a:hover {
	background-color:#e15959;
}

.entry-content ul.jumplinks, .entry-content ul.jumplinks li {
	margin:0;
	padding:0;
	list-style:none;
}

.sidebar-special {
	background-color:#ebeef5;
	padding:8px;
	box-sizing:border-box;
}

.entry-content table tbody tr td, .entry-content table tbody td {
font-size:13px;
padding:5px;
background-color:#ebeef5;
border:2px solid #fff;
}

.entry-content table.content tr td{
vertical-align:middle;
}

.language-links {
position: absolute;
top:10px;
right:10px;
}
.language-links a{
color:white;
font-size:14px;
}