/*
Theme Name: ICCT
Version: 1.0
Description: The official theme for ICCT
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: 'proxima-nova', 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;
}
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: #292573;
}
input {
	outline: none;
}

/* 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;
	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) 20px 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.menu-item-141, /* View all publications */
.main-navigation li ul li.menu-item-183 {
	padding: 10px;
	padding-top: 0;
	background: #fff;
}
.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.menu-item-141 a,
.main-navigation li ul li.menu-item-183 a {
	width: 184px;
	border: 1px solid #333;
	text-align: center;

}
.main-navigation li ul li a:hover {
	background-color: #e6e6e6;
	color: #ff7d08;
}
.main-navigation li ul li li a:hover {
	background-color: #e6e6e6;
	color: #ff7d08;
}
.main-navigation li ul li.menu-item-141 a:hover,
.main-navigation li ul li.menu-item-183 a:hover {
	background: transparent;
	color: #ff7d08;
	border: 1px solid #ff7d08;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: white;
}
.main-navigation .menu-item-52 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: #292573;
}
.menu-toggle {
	display: none;
}


.firstmenu {
	margin-bottom: 10px;
	float: right;
}
.menu-top-menu-container {
	padding-left: 230px;
	width: 550px;
	float: left;
}

.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;
	text-align: justify;
}
.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;
}


.partners {
	padding-top: 60px;
	padding-bottom: 60px;
}
.partners h2 {
	width: 980px;
	margin: 0 auto;
	text-transform: uppercase;
}
.partners ul li {
	display: block;
	float: left;
	width: 176px;
	margin-right: 30px;
}
.partners ul li a {
	display: block;
	height: 110px;
	background: #ccc;
}
.partners ul li:last-child {
	margin-right: 0;
}


.partnerslider {
	width: 100%;
	float: right;
	overflow: hidden;
	height: 140px;
	background: url(images/partners.jpg?v2) 0 0 repeat-x;
	-webkit-animation: moveimage 180s linear infinite;
	-moz-animation: moveimage 180s linear infinite;
}
@-webkit-keyframes moveimage {
	from { background-position: 0 0; }
 	to { background-position: -7628px 0; }
}
@-moz-keyframes moveimage {
	from { background-position: 0 0; }
 	to { background-position: -7628px 0; }
}



/* Custom style declarations for Arrayent */
.site-header {
	height: 260px;
	padding-top: 30px;
	background: #292573;
}
.site-header.home {
	height: 372px;
	background: url(images/header_banner.png?v4) no-repeat top center fixed; 
	background-size: 100% auto;
}
.site-header .inner {
	width: 980px;
	margin: 0 auto;
}
.site-header a.logo {
	display: block;
	width: 263px;
	height: 42px;
	background: url(images/logo.png?v2) top left no-repeat;
	background-size: 263px 42px;
	float: left;
}
.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;
}



.site-header .regionselector {
	width: 686px;
	position: absolute;
	margin-left: -114px;
	z-index: 1;
}
.site-header .regionselector .arr {
	width: 0px;
	height: 0px;
	border-bottom: 10px solid white;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	float: right;
	margin-right: 100px;
}
.site-header .regionselector .wrap {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
#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: #ff7d08;
	color: white;
}

.small-menu .search-container {
	display: none;
}
.site-header .collapsible-search {
	position: absolute;
	top: 0;
	right: 0;
	background: #ff7d08;
	width: 220px;
	padding-right: 10px;
	overflow: hidden;
	height: 28px;
	margin: 5px 5px 0px 0px;
	border-radius: 25px;
}
.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: #ff7d08;
	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;  
}



.banner {
	padding-top: 140px;
	background: url(images/banner-bg.jpg?v2) top center no-repeat #333;
}
.banner.narrow {
	height: 198px;
}
.banner.withsubnav {
	padding-top: 30px;
	padding-bottom: 30px;
	height: auto;
}
.banner.withsubnav .in {
	background: #F2F2F2;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.banner.withsubnav .in h1 {
	padding-bottom: 0;
}
.banner.withsubnav .in ul {
	clear: both;
	padding-left: 40px;
	padding-right: 20px;
}
.banner.withsubnav .in ul li {
	width: 308px;
	float: left;
}
.banner.withsubnav .in ul li a {
	display: block;
	color: #666666;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}
.banner.withsubnav .in ul li a:hover {
	border-bottom: 1px solid #777;
	text-decoration: none;
}
.banner.withsubnav .in h1 {
	color: #292573;
	margin-bottom: 20px;
}
.banner .in {
	background: url(images/bannerlines.png) center center no-repeat;
}
.banner .in .wrap {
	width: 708px;
	margin: 0 auto;
	background: url(images/banner-in-bg.png) bottom left no-repeat #292573;
}
.banner h1 {
	font-size: 36px;
	line-height: 140%;
	color: white;
	float: left;
	font-weight: 100;
	padding: 40px;
	padding-bottom: 20px;
	padding-top: 30px;
}

.banner.nospace {
	background: url(images/banner-bg-news.png?v2) top center no-repeat #333;
	height: 338px;
	padding-top: 0;
}
.banner .overlay-banner {
	background: url(images/default-overlay.png) top center no-repeat;
	height: 338px;
	max-width: 1600px;
	margin: 0 auto;
}
.banner .overlay-banner.news {
	background: url(images/news-overlay.png) top center no-repeat;
}

.sub-banner {
	text-align: center;
	line-height: 140%;
	width: 750px;
	margin: 0 auto;
	font-size: 21px;
	padding-top: 40px;
}
.sub-banner .button-container {
	width: 460px;
	margin: 0 auto;
	padding-top: 40px;
}
.sub-banner .button-container .b {
	display: block;
	float: left;
	margin-right: 80px;
	width: 100px;
	height: 66px;
	border-radius: 50px;
	background: #4D4D4D;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 120%;
	padding-top: 34px;
	margin-bottom: 20px;
}
.sub-banner .button-container .b.b1 {
	padding-top: 42px;
	height: 58px;
}
.sub-banner .button-container .b.b2 {
	padding-top: 42px;
	height: 58px;
	background: #A1ABAC;
}
.sub-banner .button-container .b.b3 {
	margin-right: 0;
	background: #292573;
}

.home-content {
	
}
.home-content h1 {
	color: #4D4D4D;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 8px;
	text-align: left;
}
.home-content .brands {
	text-align: center;
}
.home-content .brands ul {
	margin-top: 20px;
	margin-bottom: 40px;
}
.home-content .brands ul li {
	display: inline-block;
	width: 200px;
	height: 60px;
	margin: 0 30px 20px 0;
}
.home-content .brands ul li a {
	display: block;
	width: 200px;
	height: 60px;
}



.home-content .left {
	width: 580px;
	float: left;
}
.home-content .left ul {
	margin-top: 10px;
}
.home-content .left ul li {
	margin-bottom: 20px;
}
.home-content .left ul li a {
	display: block;
	
	height: 75px;
	font-size: 16px;
}
.home-content .left ul li a strong {
	display: block;
	float: left;
	width: 200px;
	height: 60px;
	margin-top: 7px;
	margin-left: 20px;
}




.home-content .left ul li a:hover {
	text-decoration: none;
}
.home-content .left ul li a span {
	display: block;
	width: 270px;
	height: 45px;
	padding: 30px 10px 0 15px;
	float: left;
	color: black;
	background: url(images/link-arr-right.jpg?v2) 0 0 no-repeat;
}
.home-content .left ul li a:hover span {
	background: url(images/link-arr-right.jpg) 0 -75px no-repeat;
	color: white;
}
.home-content .right {
	width: 370px;
	float: right;
}


.home-content .right ul li {
	margin-bottom: 20px;
}
.home-content .right ul li a {
	display: block;
	padding: 30px 0 30px 15px;
	margin-right: 30px;
	background: #F2F2F2;
	color: black;
}
.home-content .right ul li a:hover {
	color: white;
	background: #7CC9F0;
	text-decoration: none;
}

.contentarea ul {
	list-style-type: disc;
	margin-left:30px;
	margin-bottom:30px;
}
.contentarea ul li{
	margin-bottom:10px;
}

.footersocial {
	background: #4d4d4d;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footersocial a {
	display: inline-block;
	margin-right: 100px;
}
.footersocial a.twitter {
	width: 29px;
	height: 28px;
	background: url(images/icon_social_footer_twitter.png) 0 4px no-repeat;
	background-size: 29px 24px;
}
.footersocial a.twitter:hover {
	background-image: url(images/icon_social_footer_twitter_over.png);
}
.footersocial a.facebook {
	width: 16px;
	height: 31px;
	background: url(images/icon_social_footer_facebook.png) center center no-repeat;
	background-size: 16px 31px;
}
.footersocial a.facebook:hover {
	background-image: url(images/icon_social_footer_facebook_over.png);
}
.footersocial a.linkedin {
	width: 28px;
	height: 27px;
	background: url(images/icon_social_footer_linkedin.png) center center no-repeat;
	background-size: 28px 27px;
}
.footersocial a.linkedin:hover {
	background-image: url(images/icon_social_footer_linkedin_over.png);
}
.footersocial a.email {
	width: 33px;
	height: 26px;
	background: url(images/icon_social_footer_email.png) center center no-repeat;
	background-size: 33px 26px;
	margin-right: 0;
}
.footersocial a.email:hover {
	background-image: url(images/icon_social_footer_email_over.png);
}


#page {
	min-height: 100%;
	margin-bottom: -152px;
}
#page:after {
  content: "";
  display: block;
  height: 152px;
}
.footer {
	padding: 20px;
	clear: both;
	background: #37383a;
	color: #777;
	text-align: center;
	font-size: 12px;
}
.footer .in {
	width: 980px;
	margin: 0 auto;
}
.footer .logo {
	width: 133px;
	height: 53px;
	float: left;
}
.footer a.logo  {
	display: block;
	width: 263px;
	height: 42px;
	background: url(images/logo.png) top left no-repeat;
	background-size: 263px 42px;
	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 ul.menu li:hover div.footer-navigation {
	display: block;
}

/* 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,
span.entry-title {
	font-size: 56px;
	line-height: 56px;
	color: #292573;
	font-weight: 500;
	width: 980px;
	margin: 0 auto;
	margin-top: -160px;
	height: 160px;
	color: white;
}
span.entry-title {
	display: block;
}
h1.entry-title a,
span.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: 210px;
	width: 980px;
	margin: 0 auto;
	margin-top: -250px;
	padding-top: 20px;
	text-align: center;
}
.home-title h1 {
	font-size: 56px;
	line-height: 140%;
	color: #292573;
	font-weight: 600;
	color: white;
	margin-bottom: 10px;
}
.home-title .selecttopic-wrapper {
	width: 300px;
	margin: 0 auto;
}
.home-title a.selecttopic {
	display: block;
	padding: 10px 0;
	background: url(images/white_arr_bottom.png) 270px 14px no-repeat;
	background-size: 15px 9px;
	color: white;
	border: 1px solid white;
}
.home-title .selecttopic-dropdown {
	position: relative;
	margin-top: 2px;
}
.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: 13px;
}
.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: #ff7d08;
	color: white;
}


.entry-content {
	line-height: 140%;
	font-size: 16px;
	padding-top: 20px;
}
.entry-content p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
}
.entry-content blockquote {
	margin-left: 40px;
	margin-right: 40px;
}
.entry-content blockquote p {
	font-size: 14px;
	line-height: 22px;
}
.entry-content .socialwrapper {
	float: left;
	margin-bottom: 30px;
	margin-right: 4px;
}
img.jssocials-share-logo {
	width: 20px !important;
	height: 22px !important;
}
.entry-content a.downloadpdf {
	color: #fff;
	display: block;
	float: left;
	border: 1px solid #ff7d08;
	background-color: #ff7d08;
	position: relative;
	border-radius: 20px;
	box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
	height: 36px;
	padding-left: 10px;
	padding-right: 20px;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 20px;
	
}
.entry-content a.downloadpdf b {
	color: #fff;
	display: inline-block;
	padding-top: 8px;
	padding-left: 10px;
	width: 20px;
}
.entry-content a.downloadpdf b:before {
	font-family: 'Font Awesome';
	content: '\f1c1';
	margin-right: 14px;
	opacity: 0.8;
}
.entry-content a.author,
.entry-content span.author {
	font-size: 24px;
	margin-bottom: 10px;
}
.entry-content .date {
	font-size: 14px;
	color: #999;
	display: block;
}
.entry-content .expanded-overview {
	margin-bottom: 20px;
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 20px;
	text-align: justify;
}
.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: #292573;
}
.entry-content .right {
	width: 310px;
	float: right;
	border-left: 1px solid #b3b3b3;
	padding-left: 30px;
}
.entry-content .right h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.entry-content .right a.backindex {
	color: #ff7d08;
	text-align: center;
	display: block;
	padding: 20px;
	border: 1px solid #ff7d08;
	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;
	text-align: justify;
}
.entry-content .left .featuredarea {
	margin-bottom: 40px;
}
.entry-content .left .featuredarea .featured_title {
	font-size: 22px;
	color: #292573;
	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: #292573;
	line-height: 42px;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
}
.about-content h6, .content .left h6, .contentarea h6, h6{
	text-transform:uppercase;
	font-size:18px;
	font-weight:400;
	margin-bottom:20px;
	color: #FF7D08 !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: #292573;
	margin-right: 40px;
	display: inline-block;
	display:none;
}
.entry-content .visual .c {
	margin-right: 0;
	background: #ff7d08;
}


.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: 340px;
	border-left: 1px solid #A1ABAC;
	float: right;
	padding-left: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.side-content ul li {
	margin-bottom: 20px;
}
.side-content ul li a {
	display: block;
	padding: 30px 0 30px 15px;
	margin-right: 30px;
	background: #F2F2F2;
	color: black;
}
.side-content ul li a:hover {
	color: white;
	background: #7CC9F0;
	text-decoration: none;
}

.side-content .more-links ul li {
	margin-bottom: 0;
}
.side-content .more-links ul li a {
	display: block;
	padding: 0 0 6px 0;
	margin-right: 0;
	background: none;
	color: black;
}
.side-content .more-links ul li span {
	color: black;
}
.side-content .more-links ul li span:hover,
.side-content .more-links ul li a:hover {
	color: #7CC9F0;
	background: none;
}
.side-content a.wide-link {
	display: block;
	font-weight: 400;
	padding-bottom: 20px;
}


.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;
	text-align: justify;
}
.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: 340px;
	border-left: 1px solid #A1ABAC;
	float: right;
	padding-left: 20px;
	padding-top: 40px;
	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: #292573;
	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 ul {
	list-style: disc;
	margin-left: 20px;
}
.entry-content ul li {
	margin-bottom: 20px;
}
.entry-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: #292573;
}
.entry-content ul.summarylist li a span.date {
	color: #999;
	font-size: 12px;
}

.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: #292573;
	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: #292573;
	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: 10px;
	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 .singleitem:nth-child(odd) {
	background: #f2f2f2;
}
.listpagecontent .content .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;
}
.listpagecontent .content .singleitem.nopreview .featured-image {
	display: none;
}
.listpagecontent .content .singleitem.large .featured-image {
	width: 320px;
	height: 320px;
	margin-left: -330px;
	background: url(images/icon_globe_white.png) center center no-repeat #cccccc;
	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 .info p {
	font-size: 14px;
	line-height: 18px;
	height: 54px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: justify;
}
.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;
}
.listpagecontent .sidebar.dark {
	background: #4d4d4d;
	color: white;
}
.listpagecontent .sidebar.transparent {
	background: transparent;
	color: #999;
	padding-top: 0;
}
.listpagecontent .sidebar.transparent h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #292573;
	margin-bottom: 10px;
}
.listpagecontent .sidebar ul {
	border-top: 1px solid white;
	margin-top: 20px;
	padding-top: 20px;
}
.listpagecontent .sidebar ul li {
	margin-bottom: 10px;
}
.listpagecontent .sidebar ul li a {
	color: white;
	font-size: 14px;
}



.gridpagecontent {
	margin-bottom: 40px;
}
.gridpagecontent .lcontainer .singleitem {
	width: 217px;
	padding: 10px;
	height: 280px;
	float: left;
	margin-right: 10px;
}
.gridpagecontent.projectgrid .lcontainer .singleitem {
	height: 340px;
}
.gridpagecontent .lcontainer .singleitem.grey {
	background: #F2F2F2;
}
.gridpagecontent .lcontainer .singleitem:nth-child(4n) {
	margin-right: 0;
}
.gridpagecontent .lcontainer .singleitem .featured-image {
	display: block;
	height: 185px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.gridpagecontent .lcontainer .singleitem ul li a {
	font-size: 12px;
	font-weight: 600;
}
.gridpagecontent .lcontainer .singleitem .date {
	font-size: 12px;
	font-weight: 600;
}
.gridpagecontent .lcontainer .singleitem .title {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
	line-height: 22px;
}
.gridpagecontent .lcontainer .singleitem .subtitle {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 18px;
}
.gridpagecontent .lcontainer .singleitem .info .excerpt {
	font-size: 12px;
	line-height: 16px;
	color: #292573;
	margin-bottom: 10px;
	height: 50px;
	overflow: hidden;
}
.gridpagecontent .lcontainer .singleitem .meta {
	font-size: 12px;
}
.gridpagecontent .lcontainer .singleitem .authormeta {
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 10px;
}
.gridpagecontent .lcontainer .singleitem .info .readmore {
	font-size: 12px;
	display: block;
}


.gridpagecontent .topbar {
	background: #f2f2f2;
	padding: 30px;
	padding-bottom: 20px;
	margin-right: 2px;
	margin-bottom: 20px;
}
.gridpagecontent .topbar.transparent {
	padding: 0;
	background: none;
}
.gridpagecontent .topbar h2 {
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.gridpagecontent .topbar.transparent h2 {
	border-bottom: none;
	margin-top: 30px;
	color: #292573;
}
.gridpagecontent .topbar ul.simplemenu li {
	display: block;
	float: left;
	width: 30%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.gridpagecontent .topbar ul.simplemenu li a {
	color: #666;
}
.gridpagecontent .topbar ul.simplemenu li a:hover {
	font-weight: bold;
}
.gridpagecontent .topbar ul.sectionmenu {
	background: #ff7d08;
	position: relative;
	height: 80px;
}
.gridpagecontent .topbar ul.sectionmenu.singlerow {
	height: 40px;
}
.gridpagecontent .topbar ul.sectionmenu li {
	float: left;
	width: auto;
}
.gridpagecontent .topbar ul.sectionmenu li ul {
	position: absolute;
	left: 0;
	right: 0;
	display: none;
}
.gridpagecontent .topbar ul.sectionmenu li:hover ul,
.gridpagecontent .topbar ul.sectionmenu li:first-child ul {
	display: block;
}
.gridpagecontent .topbar ul.sectionmenu li a {
	display: block;
	height: 40px;
	line-height: 42px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 20px;
	color: white;
	text-transform: uppercase;
}
.gridpagecontent .topbar ul.sectionmenu li a:hover {
	opacity: 0.9;
}
.gridpagecontent .topbar ul.sectionmenu li.arrdown a {
	background: url(images/grey-arr-up.png) bottom center no-repeat;
	background-size: 10px 5px;
}
.gridpagecontent .topbar ul.sectionmenu ul {
	background: #f2f2f2;
}
.gridpagecontent .topbar ul.sectionmenu ul li a {
	color: #666;
	text-transform: none;
}
.gridpagecontent .topbar ul.sectionmenu ul li.current-cat a {
	color: #000;
}
.gridpagecontent .catdesc {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	line-height: 22px;
}
.gridpagecontent .catdesc h3 {
	font-weight: normal;
	text-transform: uppercase;
	color: #ff7d08;
}
.gridpagecontent .catdesc h3 a {
	float: right;
	color: #999;
	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: #292573;
	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;
}



.listpagecontent .ptype_block {
	width: 25%;
	float: left;
	text-align: justify;
}
.listpagecontent .ptype_block .in {
	margin-right: 20px;
	background: #efefef;
	padding: 15px;
}
.listpagecontent .ptype_block .in a.title {
	font-size: 24px;
	display: block;
	line-height: 30px;
	margin-bottom: 10px;
}
.listpagecontent .ptype_block .in p {
	margin-bottom: 20px;
	line-height: 16px;
	font-size: 12px;
	height: 180px;
}
.listpagecontent .ptype_block .in a.readmore {
	font-size: 12px;
	display: block;
	text-align: center;
	padding: 10px 20px;
	border: 1px solid #292573;
}
.listpagecontent .ptype_block .in a.readmore:hover {
	background: #292573;
	color: white;
}
.listpagecontent .ptype_block.last .in {
	margin-right: 0;
}




.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: #ff7d08;
	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: #ff7d08;
	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;
	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: #292573;
	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: #292573;
	margin-right: 20px;
	display: inline-block;
}
.about-content .visual .c {
	margin-right: 0;
	background: #ff7d08;
}


.about-subnav {
	border-bottom: 1px solid #b3b3b3;
	text-align: center;
	margin-bottom: 20px;
}
.about-subnav a {
	font-size: 13px;
	text-transform: uppercase;
	color: #292573;
	display: inline-block;
	padding: 15px 25px;
	font-weight: 600;
	border-bottom: 2px solid transparent;
}
.about-subnav a.selected {
	border-bottom: 2px solid #ff7d08;
}
.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 {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	background: #ff7d08;
}
.gen-subnav .inner {
	text-align: center;
	display: inline-block;
}
.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: 18px;
	margin-right: 20px;
	color: white;
	text-align: center;
	padding: 5px 30px;
	border-radius: 0;
	font-family: 'proxima-nova', Helvetica, sans-serif;
}
.gen-subnav .txt.search {
	background: url(images/icon_field_zoom.png) 0px 2px no-repeat;
	background-size: 26px 25px;
}
#main_signup,
#mc_embed_signup {
	background: none;
	border: none;
	display: inline-block;
	font-size: 21px;
	color: white;
	text-align: center;
	border-radius: 0;
}
#mc_embed_signup .buttonwrap {
	overflow: hidden;
	width: 1px;
	height: 0px;
}
#mce-success-response,
#mce-error-response {
	position: absolute;
	width: 280px;
	padding: 10px;
	background: #efefef;
	border-radius: 3px;
	font-size: 14px;
	margin-top: 10px;
	margin-left: -20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.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 {
	font-family: 'proxima-nova', Helvetica, sans-serif;
   	color: white;
}
.gen-subnav .txt:-moz-placeholder {
	font-family: 'proxima-nova', Helvetica, sans-serif;
   	color: white;  
}
.gen-subnav .txt::-moz-placeholder {
	font-family: 'proxima-nova', Helvetica, sans-serif;
   	color: white;
}
.gen-subnav .txt:-ms-input-placeholder {  
	font-family: 'proxima-nova', Helvetica, sans-serif;
   	color: white;
}
.gen-subnav input.subscribe {
	margin-right: 0;
}
.gen-subnav a {
	font-size: 16px;
	color: white;
	display: inline-block;
	padding: 10px 25px;
	font-weight: 600;
	border: 1px solid transparent;
	margin-right: 20px;
	position: relative;
}
.gen-subnav a.arr {
	background: url(images/white_arr_bottom.png?v2) right center no-repeat;
	background-size: 15px 9px;
}
.gen-subnav a:last-child {
	margin-right: 0;
}
.gen-subnav a.bordered {
	border: 1px solid white;
}
.gen-subnav .selectionoverlay {
	position: absolute;
	z-index: 1;
}
.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.grey .selectionoverlay .content {
	margin-top: 4px;
}
.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.grey .selectionoverlay ul {
	padding: 0;
}
.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;
	float: none;
	padding-left: 10px;
	line-height: 17px;
	padding-right: 40px;
}
.gen-subnav .selectionoverlay ul li a:hover {
	background: #555;
}
.gen-subnav.grey .selectionoverlay ul li a {
	width: 200px;
}
.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;
}


.gen-subnav.grey {
	background: white;
	border-bottom: 1px solid #ccc;
}
.gen-subnav.grey li.haschildren a {
	background-image: url(images/arr_right_orange.png);
	background-position: 200px 12px;
	background-repeat: no-repeat;
	background-size: 9px 15px;
}
.gen-subnav.grey li.haschildren li a {
	background: none;
}
.gen-subnav.grey ul ul {
	position: absolute;
	left: 222px;
	margin-top: -39px;
	display: none;
}
.gen-subnav.grey a {
	color: #292573;
}
.gen-subnav.grey ul li a:hover {
	background-color: #444;
}
.gen-subnav.grey a.arr {
	background: url(images/orange_arr_bottom.png?v2) right center no-repeat;
	background-size: 15px 9px;
}
.gen-subnav.grey ul li a {
	margin-right: 0;
	padding: 10px;
	color: white;
}
.gen-subnav.grey ul li:hover > ul {
	display: block;
	padding: 0;
	background: #555;
}
.gen-subnav.grey ul ul li a {
	display: block;
	background: #888;
}



#projectSelectTopic {
	margin-left: 80px;
	width: 270px;
}
#projectSelectTopic .arr {
	margin-left: 176px;
}
#projectSelectRegion {
	margin-left: 294px;
	width: 200px;
}
#projectSelectRegion .arr {
	margin-left: 136px;
}
#publicationSelectFilter {
	margin-left: -270px;
	width: 830px;
}
#publicationSelectFilter .arr {
	margin-left: 530px;
}
#peopleSelect {
	margin-left: 140px;
}
#categorySelect {
	margin-left: 160px;
}

h3.socialheading {
	text-transform: uppercase;
	font-size: 16px;
	color: #292573;
	margin-bottom: 20px;
	margin-top: 20px;
}
.sidenav ul.social {
	
}
.sidenav ul.social li {
	margin-bottom: 20px;
}
.sidenav ul.social li a {
	display: block;
	color: #292573;
	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 {
	min-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: 10px;
}
.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: #292573;
	margin-bottom: 10px;
	height: 130px;
}
.homepagecontent .singleitem .meta {
	font-size: 12px;
	margin-bottom: 8px;
}
.homepagecontent .singleitem .authormeta {
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 10px;
}



.homepagecontent .right {
	width: 300px;
	float: right;
}
.homepagecontent .twitter-wrapper {
	margin-bottom: 40px;
}


.footer-navigation {
	text-align: center;
	position: absolute;
	width: 103px;
	background: #333333;
	margin-left: 90px;
	margin-top: -180px;
	display: none;
}
.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;
}
.footer-navigation li a,
.footer-navigation li {
	display: inline-block;
	text-decoration: none;
}
.footer-navigation li a {
	border-bottom: 0;
	color: white;
	line-height: 30px;
	padding: 0 10px;
	white-space: nowrap;
	display: block;
	float: none;
	width: 83px;
}
.footer-navigation li:last-child a {
	margin-right: 0;
}
.footer-navigation li a:hover {
	color: white;
	background: #999999;
}
.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 {
	border-left: 0;
	display: block;
	padding-top: 11px;
	background-size: 24px 23px;
	margin-left: 103px;
	bottom: 40px;
	position: absolute;
}
.footer-navigation ul li:hover > ul ul {
	padding-top: 0;
	background: none;
	margin-left: 0;
}
.footer-navigation li ul li {
	display: block;
	float: left;
}
.footer-navigation li ul li.menu-item-has-children a {
	background-size: 5px 9px;
}
.footer-navigation li ul li.menu-item-has-children li a {
	background: #f2f2f2;
}
.footer-navigation li ul li.menu-item-141, /* View all publications */
.footer-navigation li ul li.menu-item-183 {
	padding: 10px;
	padding-top: 0;
	background: #999999;
}
.footer-navigation li ul li a {
	display: inline-block;
	font-size: 14px;
	padding: 4px 10px;
	width: 206px;
	color: #333;
	white-space: normal;
	margin-bottom: 0;
	margin-right: 0;
	padding-left: 10px;
	background: #999999;
	font-weight: 500;
}
.footer-navigation li ul li li a {
	background: #F2F2F2;
}
.footer-navigation li ul li.menu-item-141 a,
.footer-navigation li ul li.menu-item-183 a {
	width: 184px;
	border: 1px solid white;
	text-align: center;

}
.footer-navigation li ul li a:hover {
	background-color: #e6e6e6;
	color: #ff7d08;
}
.footer-navigation li ul li li a:hover {
	background-color: #e6e6e6;
	color: #ff7d08;
}
.footer-navigation .current-menu-item > a,
.footer-navigation .current-menu-ancestor > a,
.footer-navigation .current_page_item > a,
.footer-navigation .current_page_ancestor > a {
	color: 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: #292573;
}
.menu-toggle {
	display: none;
}
.footer-navigation li.menu-item-25 ul {
	margin-top: -276px;
}
.footer-navigation li.menu-item-56 ul {
	margin-top: -52px;
}

/*
Responsive hidden elements
*/
.responsiveshow {
	display: none;
}
.menu-item-53 .sub-menu {
	display: none !important;
}

.jssocials-share-label {
	color: white;
}

@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: 1280px) {
	.site-header.home {
		height: 372px;
		background: url(images/header_banner.png?v4) no-repeat top center fixed; 
		background-size: auto 422px;
	}
}

@media screen and (max-width: 1024px) {
	.main-navigation li {
		font-size: 12px;
	}
	.homepagecontent .right {
		width: 240px;
		padding-right: 20px;
	}
	.homepagecontent .left .featured-section.right {
		padding-right: 0;
	}
	.listpagecontent .content {
		width: auto;
		float: none;
		margin: 0;
		padding-top: 0;
	}
	.listpagecontent .sidebar input[type="text"] {
		width: 100%;
	}
	.listpagecontent .sidebar {
		width: 180px;
		float: none;
	}
	.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,
	span.entry-title {
		height: 80px;
		margin-top: -80px;
	}
	.entry-content {
		position: relative;
	}
	.entry-content .left {
		width: auto;
		float: none;
		padding-right: 250px;
	}
	.entry-content .right {
		padding: 0;
		width: 210px;
		padding-left: 20px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.entry-content p {
		font-size: 14px;
		line-height: 20px;
	}
	.entry-content h1 {
		font-size: 18px;
		line-height: 24px;
	}
	h1.entry-title,
	span.entry-title {
		font-size: 24px;
		line-height: 32px;
	}

	.entry-content .right .overviewwrap {
		height: 60px;
	}
	.site-header .regionselector {
		margin-left: -176px;
	}
	.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: 11px;
	}
	.main-navigation li ul ul li a {
		width: 130px;
	}
	.main-navigation li ul ul ul li a {
		width: 120px;
	}
	.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;
	}
	.main-navigation li ul ul li.menu-item-has-children a {
		background: url(images/arr_right.png) 124px center no-repeat #f2f2f2;
		background-size: 5px 9px;
	}
	.main-navigation li ul ul li.menu-item-has-children li a {
		background: #f2f2f2;
	}
	.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;
	}
}

@media screen and (max-width: 980px) {
	.site-header .inner {
		width: auto;
	}
	.home-title {
		width: auto;
	}
	.homepagecontent {
		width: auto;
	}
	.homepagecontent .left {
		width: 460px;
		padding-left: 20px;
	}
	.homepagecontent .right {
		width: 260px;
	}
	.homepagecontent .left .featured-section.left {
		width: 215px;
		padding-left: 0;
	}
	.homepagecontent .left .featured-section.right {
		width: 215px;
	}
	.homepagecontent .singleitem .featured-image {
		width: 215px;
		height: 150px;
	}

	.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;
	}
	.home-news .in {
		width: auto;
	}
	.partners {
		width: auto;
		padding: 20px;
	}
	#searchform {
		padding-right: 20px;
	}
	.site-header {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer .in {
		width: auto;
	}
	.pagecontent {
		width: auto;
		padding: 20px;
		float: none;
	}
	h1.entry-title,
	span.entry-title {
		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;
	}
	.alt-side-content {
		padding: 0;
	}

	.listpagecontent .ptype_block {
		float: none;
		width: auto;
	}
	.listpagecontent .ptype_block .in {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.listpagecontent .ptype_block .in p {
		height: auto;
		margin-bottom: 10px;
	}
	.listpagecontent .ptype_block .in a.readmore {
		display: inline-block;
	}

	/* Special layout adjustments for entry content */
	.entry-content {
		position: relative;
	}
	.entry-content .right {
		position: absolute;
		top: 0;
		right: 0;
	}
	.gridpagecontent .lcontainer .singleitem {
		width: 200px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.gridpagecontent .lcontainer .singleitem {
		background: #f2f2f2;
	}
	.gridpagecontent .lcontainer .singleitem:nth-child(4n) {
		margin-right: 10px;
	}

}

@media screen and (max-width: 700px) { 
	.site-header .collapsible-search {
		display: none;
	}
	.site-header a.logo {
		width: 154px;
		height: 46px;
		background: url(images/logo_mobile.png) top left no-repeat;
		background-size: 154px 46px;
		margin-left: 0;
	}
	.menu-toggle {
		display: block;
		float: right;
		width: 17px;
		height: 14px;
		background: url(images/menu-toggle.png?v3) 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;
	}
	.banner .in .wrap {
		width: auto;
	}
	.small-menu {
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: #292573;
		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?v3) 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;
	}

	.small-menu .search-container {
		clear: both;
		padding: 4px;
		padding-left: 40px;
		background: url(images/icon-header-search.png) 10px 10px no-repeat #ff7d08;
		background-size: 20px 20px;
		height: 30px;
		display: block;
	}
	.small-menu .search-container input {
		width: 100%;
		font-size: 15px;
		background: #ff7d08;
		color: white;
		border: none;
		margin-top: 6px;
		font-family: 'proxima-nova', Helvetica, sans-serif;
	}
	.small-menu .search-container input::-webkit-input-placeholder {
	   color: white;
	}
	.small-menu .search-container input:-moz-placeholder {
	   color: white;  
	}
	.small-menu .search-container input::-moz-placeholder {
	   color: white;  
	}
	.small-menu .search-container input:-ms-input-placeholder {  
	   color: white;  
	}

	.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, /* View all publications */
	.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;
	}
	.main-navigation li ul ul li a,
	.main-navigation li ul ul ul li a {
		width: auto;
	}
	.main-navigation li ul ul li.menu-item-has-children li a {
		background: none;
	}

	.about-subnav a {
		font-size: 12px;
		padding: 5px 8px;
	}
	.site-header {
		height: auto;
	}
	h1.entry-title,
	span.entry-title {
		margin: 0;
		height: auto;
		background: #292573;
		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;
	}
	
	.listpagecontent .content {
		padding: 0;
		margin: 0;
	}
	.gen-subnav a {
		padding: 5px 15px;
	}
	.site-header.home {
		height: 280px;
	}
	.home-title {
		margin-top: -200px;
		height: 180px;
	}
	.home-title h1 {
		font-size: 32px;
	}
	.homepagecontent {
		padding-top: 0;
	}
	.homepagecontent .left {
		width: auto;
		float: none;
		padding: 20px;
	}
	.homepagecontent .left .mainimage {
		height: 280px;
		background-size: auto 100%;
	}
	.gen-subnav.large {
		margin-bottom: 0;
	}
	.homepagecontent .left .featured-section.left,
	.homepagecontent .left .featured-section.right {
		float: none;
		width: auto;
		padding: 0;
		margin-right: 0;
	}
	.homepagecontent .right {
		width: auto;
		float: none;
		padding: 20px;
		padding-top: 0;
	}
	.homepagecontent .singleitem .featured-image {
		width: auto;
	}
	.footersocial a {
		margin-right: 30px;
	}
	.footer ul.menu {
		display: none;
	}
	
	.gen-subnav a {
		font-size: 12px;
		padding: 5px;
		margin-right: 10px;
	}

	/* List page fixes */
	.listpagecontent .content {
		width: auto;
	}
	.listpagecontent .content .singleitem.large,
	.listpagecontent .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;
	}
	.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: #ff7d08;
		border: none;
	}

	/* Social links */
	.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;
	}
	/* Topics and regions */
	.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;
	}

	/* Filter overlays */
	#publicationSelectFilter,
	#projectSelectTopic,
	#projectSelectRegion,
	#peopleSelect,
	#missionSelect {
		margin: 0;
		width: auto;
		left: 0;
		right: 0;
	}
	#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;
	}
	
	/* Entry content level adjustments */
	.entry-content {
		position: static;
	}
	.entry-content .left {
		padding-right: 0;
	}
	.entry-content .right {
		position: static;
		width: auto;
		float: none;
	}
	.about-subnav .prevpost a,
	.about-subnav .nextpost a {
		width: auto;
	}
	
	.gen-subnav.grey .selectionoverlay ul li a {
		width: auto;
		background-image: none;
	}
	.gen-subnav.grey ul li > ul {
		display: block;
		position: static;
		margin: 0;
		left: auto;
		margin-left: 20px;
	}
	.gen-subnav.grey ul li > ul a {
		font-size: 13px;
	}
	.gridpagecontent .topbar ul.sectionmenu li a {
		height: 30px;
		line-height: 32px;
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 12px;
	}
	.gridpagecontent .topbar {
		padding: 20px;
	}
	.gridpagecontent .topbar ul.simplemenu li {
		float: none;
		width: auto;
	}
	.gridpagecontent .lcontainer .singleitem .title {
		font-size: 14px;
	}
	.about-content .sidenav .fullprofile {
		margin: 0 auto;
	}
	.about-content .contentarea h1 {
		font-size: 24px;
		line-height: 28px;
	}
	.about-content .sidenav .stafflist {
		margin-left: 0;
	}
	.gridpagecontent .lcontainer .singleitem {
		width: 134px;
	}
	.gridpagecontent .lcontainer .singleitem .featured-image {
		height: 140px;
	}
	.homepagecontent .singleitem .info .excerpt {
		height: auto;
	}
}


@media screen and (max-width: 610px) { 
	.sub-banner {
		font-size: 16px;
	}
}

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

@media screen and (max-width: 360px) {
	.gridpagecontent .lcontainer .singleitem {
		width: 110px;
		height: 280px;
	}
	.gridpagecontent .lcontainer .singleitem .featured-image {
		height: 140px;
	}
	
}