/*
Theme Name: vlsci
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vlsci
Tags:

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

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-family: "HelveticaNeue-Condensed", "Helvetica Neue", "Helvetica", "Arial", "Sans";
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	/*font-style: bolder;*/
	font-size: 2.4em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius:0px;
}

input[type="search"].search-field, input[type="submit"].search-submit {
	display: inline;
	float: left;
	height: 1.5em;
	padding: 6px 10px;
	border-radius: 0;
	height: 25px;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius:0px;
	border:none;
}
input[type="submit"].search-submit {
	background: #f7901e url("images/search.png");
	height: 25px;
	width: 25px;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius:0px;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0;
	padding-left: 1.5em;
	font-size: 1.3em;
	border-left: 3px solid #f7901e;
	font-style: normal;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

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

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #e6e6e6;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #f7901e;
  text-decoration: none;
}

a:visited {
	color: #f7901e;
}

a:hover,
a:focus,
a:active {
	color: #db7e17;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* top menu. */
#top-navigation {
	float: right;
	margin: 0;
}
#site-top-navigation {
	float: left;
	margin: 0;

}
.topnav:before,
.topnav:after {
	content: "";
	display: table;
}
.topnav:after {
	clear: both;
}
.topnav {
	*zoom: 1;
	margin-bottom: 20px;
}
.navigation ul {
	margin: 0;
}
.navigation li {
	float: left;
	margin: 0;
	position: relative;
	list-style: none;
}
#top-navigation li {
	margin-left: 5px;
}
#top-navigation img {
	width: 29px;
	height: 25px;
}

@media (min-width: 400px) {
	#top-navigation img {
		width: 39px;
		height: 34px;
	}
}

.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* TOOL TIPS */
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 5px 0;

    position: absolute;
    z-index: 1;

 /* position */
     top: 100%;
     left: 50%;
     margin-left: -64px;


    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
	bottom: 100%;  /* At the top of the tooltip */
	left: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/*  TOP MENU */



#primary-menu { display: block; }

#primary-menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

#primary-menu li:first-child { margin-left: 0; }

#primary-menu li a {
  font-weight: 200;
  text-decoration: none;
  display: block;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}

#primary-menu li a:hover,
#primary-menu li:hover>a {
  color: #000;
}

#primary-menu ul {
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0px;
	z-index: 99;
	transform: translate(0, 20px);
	transition: all 0.2s ease-out;
	top: 10px;
	border: 1px solid #aaa;
}

#primary-menu ul:after {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: relative;
	/*pointer-events: none;*/
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}

#primary-menu ul li {
  display: block;
  float: none;
  background: #fff;
  margin: 0;
  padding: 5px;
  right:0;
  white-space: nowrap;
}

#primary-menu ul li a {
  font-size: 12px;
  font-weight: normal;
  display: block;
  text-align: right;
  color: #797979;
  background: #fff;
  padding: 0 0 0 20px;
}

#primary-menu ul li a:hover,
#primary-menu ul li:hover>a {
  background: #fff;
  color: #000;
}

#primary-menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 1);
}
#primary-menu li:active>ul {
  visibility: visible;
  opacity: 1;
}

#primary-menu ul ul {
  right: 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

#primary-menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  /*pointer-events: none;*/
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

#primary-menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

#primary-menu li>ul ul:active {
  visibility: visible;
  opacity: 1;
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #E95546;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: #E95546;
  color: #fff;
  text-decoration: none;
}

a.homer { background: #FC6D58; }
 @media (min-width: 768px) and (max-width: 979px) {

.mainWrap { width: 768px; }

#primary-menu ul { top: 37px; }

#primary-menu li a { font-size: 12px; }

a.homer { background: #E95546; }
}
 @media (max-width: 767px) {

.mainWrap {
  width: auto;
  padding: 50px 20px;
}

#primary-menu { display: none; }

.responsive-menu { display: block; }

nav {
  margin: 0;
  background: none;
}

#primary-menu li {
  display: block;
  margin: 0;
}

#primary-menu li a {
  background: #fff;
  color: #797979;
}

#primary-menu li a:hover,
#primary-menu li:hover>a {
  background: #FC6D58;
  color: #fff;
}

#primary-menu ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transform: initial;
}

#primary-menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: initial;
}

#primary-menu ul ul {
  left: 0;
  transform: initial;
}

#primary-menu li>ul ul:hover { transform: initial; }
}

/* footer menu. */
.site-footer {
	background: #58595b;
	padding: 45px 0 45px 0;
}

.footer-menu {
	float: left;
	font-size: 12.5px;

}
.footer-menu ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	margin: 0;
	padding: 0;
	list-style: none;

}

.footer-menu a:not([href]):hover {

	text-decoration: none;
}


.footer-menu .sub-menu a {
	color: #bbb;
	text-transform: capitalize;
	text-decoration: none;
}

.footer-menu a {
	text-transform: uppercase;
	color: #fff;
}

.footer-menu a:hover {
	text-decoration: underline;
}

.lastline-footer {
	background: #404040;
	padding: 45px 0 45px 0;
}

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

#primary-menu {
	float: right;
}

#primary-menu li {
	padding: 5px 0 10px 0;
	margin: 5px 15px 0 0;
	text-transform: uppercase;
}

#primary-menu li a{
	color:	#a3a3a3;
	text-decoration: none;
}


#after-footer {
	margin:0;
}
#after-footer li {
	float: left;
	list-style: none;
	margin-left: 1em;
	padding-right: 1em;
	border-right: 1px solid #b1b3b6;
}

#after-footer li:last-child {
	border-right: none;
}

#after-footer li a {
	color: #b1b3b6;
	text-decoration: none;
}

ul#footer3#primary-menu li:last-child {
	margin-top: 1em;
}

ul#footer3 ul.sub-menu li:last-child {
	margin-top: 0;
}

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

.site-main {
	padding-top: 45px;
	padding-bottom:45px;

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

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

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


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

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.site {
	border-top: 6px solid #f7901e;
}
.site-header {
	margin: -20px 0 0 0;
	padding: 0 0 20px 0;
	position: relative;
	top: 0;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

.site-main-h2 h1 {
	font-weight: 600;
	top:-1.6em;
	position:absolute;
	font-size:2.4em;
	padding: 0 25px 0 0;
}

.site-main-h2 h2 {
	font-weight: 400;
	top:-1.75em;
	position:absolute;
	font-size:2.0em;
	padding: 0 25px 0 0;
}


.site-main-h2 {
	margin: 4em 0 3em 0;
	border-top: 2px solid #232323;
	position:relative;
}

.main-pad {
	padding-top: 45px;
	padding-bottom: 45px;
}


.grey {
	background: #efefef;
}

.white {
	background: #fff;
}

.event-title, .event-title a {
	color:#f7901e;
	font-style: italic;
	text-decoration: none;
	font-weight: 100;
}

.event-image {
	width:100%;
	height:66.6667%;
	position:relative;
}

.event-location {
	padding: 0 0 0 1em;
}

.splash-text {
	width: 90%;
	margin: 0 5%;
}

.splash-text h1 {
	font-weight: 100;
}

.top-logo {
	width: auto;
	height: 134px;
}

#banner {
	padding: 50px 0;
}

.home #banner header nav li {
	width: 17%;
	margin: 10px 1%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.home #banner header nav li a {
	text-align: center;
	color: #fff;
	padding: 20px 5px;
	min-height: 150px;
	display: block;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.2;
}

.home #banner #homepage-menu {
	text-align: center;
	vertical-align: top;
}

.home #banner header nav li a::before {
	font-family: "FontAwesome";
	display: block;
	font-size: 36px;
}

.home #banner header nav li.nav-capabilities {
	background-color: #00a1c1;
}

.home #banner header nav li.nav-projects {
	background-color: #4fb860;
}

.home #banner header nav li.nav-newsroom {
	background-color: #faa22a;
}

.home #banner header nav li.nav-training {
	background-color: #007a9d;
}

.home #banner header nav li.nav-aboutus {
	background-color: #f25f3a;
}

.home li.nav-capabilities a::before {
	content: "\f0ad";
}

.home li.nav-projects a::before {
	content: "\f12e";
}

.home li.nav-newsroom a::before {
	content: "\f1ea";
}

.home li.nav-training a::before {
	content: "\f109";
}

.home li.nav-aboutus a::before {
	content: "\f0c0";
}

.home nav#site-navigation {
	display: block !important;
}

#responsive-menu-pro-container {
	border-top: 6px solid #f7901e;
}

.single-project .project-main {
	margin-bottom: 50px;
}

.project-accordion .ui-accordion-header,
.project-accordion .ui-accordion-header-icon {
	background-image: none;
}

.project-accordion .ui-accordion-header-icon {
	color: #018fb4;
}

.project-accordion .ui-state-active .ui-accordion-header-icon {
	color: #fff;
}

.project-accordion .ui-accordion-header-icon::before {
	font-family: "FontAwesome";
	display: inline;
	content: "\f0da";
	margin-right: 5px;
}

.project-accordion .ui-state-active .ui-accordion-header-icon::before {
	content: "\f0d7";
}

.project-accordion h3,
.project-accordion h3:active {
	color: #018fb4;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
}

.project-accordion h3:hover {
	background-color: #353b3b;
	color: #fff;
	border-color: #353b3b;
}

.project-accordion h3.ui-state-active {
	background-color: #353b3b;
	color: #fff;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 20px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

#accordion .ui-icon {
	display: inline;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#accordion .ui-widget-content a {
	color: #f7901e;
}

#accordion .ui-widget-content a:hover,
#accordion .ui-widget-content a:focus,
#accordion .ui-widget-content a:active {
	color: #db7e17;
}

.news-item {
	width: 47.5%;
	min-height: 260px;
	display: inline-block;
	margin: 0 1% 30px;
	vertical-align: top;
	padding: 10px;
	border: 1px solid #ddd;
}

.news-item h3 {
	margin-top: 0;
	font-weight: 400;
	font-style: italic;
}

.news-item h3 a,
.news-item h3 a:visited {
	color: #222;
}

.news-item h3 a:hover,
.news-item h3 a:active {
	color: #f7901e;
}

.news-item .publish-date {
	font-size: 12px;
}

aside {
	margin-bottom: 30px;
}

aside h2 {
	margin: 0 0 1rem;
}

.column:first-child,
.columns:first-child {
	margin-left: 0 !important;
}

.mb-icon-box {
	width: 70%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
}

.mb-icon-box .mb-icon-box-icon {
	float: left;
	width: 100px;
	max-width: 100px;
	text-align: center;
	color: #fff;
	font-size: 45px;
	display: flex;
	flex: 1;
	justify-content: center;
	flex-direction: column;
}

.mb-icon-box .mb-icon-box-text {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #222;
	border-left: none;
	flex: 1;
}

.mb-icon-box:before,
.mb-icon-box:after {
	content: "";
	display: table;
}

.mb-icon-box:after {
	clear: both;
}

.mb-icon-box {
	*zoom: 1;
}

#twitter-content .user span > span {
	display: inline-block;
}

#twitter-content .user span span:not([title="MelBioInf"])::before {
	content: 'Retweeted';
	margin-right: 5px;
	color: #fff;
	background-color: #8a8a8a;
	padding: 2px 5px;
	font-size: 14px;
}

#twitter-content .user span span[data-scribe="element:verified_badge"]::before {
	display: none;
	content: none;
}



@media only screen and (max-width: 950px) {
	.home #banner header nav li {
		width: 23%;
	}
}

@media only screen and (max-width: 930px) {
	.news-item {
		width: 100%;
		margin: 0 0 30px;
	}
	.mb-icon-box {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.home #banner header nav li {
		width: 30%;
	}
	.home #banner header nav li a {
		font-size: 20px;
		min-height: 130px;
	}
	.home #banner header nav li a svg {
		font-size: 30px;
	}
}

@media (min-width: 600px) {
	.feature-text {
		min-height: 280px;
	}
}
@media (min-width: 400px) {
	.event-image img {
		width: 50%;
		height: 50%;
	}
	.event-text {
		margin: 1.5em 0 0 0;
	}
}
@media (min-width: 750px) {
	.event-image img {
		width: 80%;
		height: 80%;
	}
	.event-text {
		margin: 0;
	}
	.top-logo {
		width: 197px;
		height: 134px;
	}

}
@media (min-width: 1000px) {
	.event-image img {
		width: 100%;
		height: 100%;
	}
	.event-text {
		margin:0;
	}
}

.photo-border {
	border: 1px solid #939598;
}
.profile-photo {
	position:relative;
}

.profile-hi {
	background: #fff;
	border: 4px solid #fff;
}
.profile-white{
	border: 8px solid #fff;
}
.profile-grey{
	border: 8px solid #efefef;
}
.profile-data {
	padding: 1em;
}

.view-profile, .feature-header, .event-header {
	color:#fff;
	text-transform:uppercase;
	padding:5px 15px 5px 10px;
	position:absolute;
	z-index:4;
}
.event-type, .event-header, .feature-header, .view-profile{
	background:#f7901e;
	color:#fff;
	text-transform:uppercase;
	padding:5px 15px 5px 10px;
}
.event-type {
	display: inline-block;
}
.view-profile, .event-header {
	bottom:-1.1em;
}
.feature-header {
	top:-1.1em;
	left: 0px;
}

.feature-image {
	width: 100%;
	height:	68.9%;
	position:relative;
	overflow: hidden;
}

.feature-image img{
	width: 100%;
	height: 100%;
}

.feature-image-fp {
	position:relative;
	overflow: hidden;
}

.feature-image-fp img {
	width: 100%;
	height:auto;
	position:relative;
	overflow: hidden;
}


.feature-text {
	background:#fff;
	width: 92%;
	position:relative;
	top:-2.75em;
	margin: 0 4%;
	padding:15px 28px;
}

.feature-text-fp {
	background:#fff;
	border: 1px solid #ddd;
	width:92%;
	position:relative;
	top:-80px;
	margin: 0 auto;
	padding:15px 28px;
}

.feature-header-fp, .feature-header-fp a {
	font-size: 1.2em;
	color: #000;
	font-style: italic;
	font-weight: 100;
	margin:0 0 1em 0;
}
ul.featured-menu {
	margin-top: 3em;
}

ul.featured-menu {
	right: 1.0em;
	list-style: none;
	position: absolute;
	top: -1.0em;
}

@media (min-width: 550px) {
	ul.featured-menu {
		margin-top: 0em;
	}
}
.featured-menu li {
	float: left;
	top: -1.0em;
	background: #fff;
	margin: 2px;
	border: 1px solid #fff;
	z-index: 4;
}
.featured-menu a {
	padding: 5px 10px;
	background: #fff;
	color: #000;
	border: 1px solid #ddd;
}
.featured-menu a.active {
	background: #ccc;
	color: #fff;
	border: 1px solid #333;
}
.feature-link-fp{
	background:#f7901e;
	color:#fff;
	text-transform:uppercase;
	padding:5px 10px;
	display: inline;
	position:absolute;
	bottom: 0;
	right: 0;
}
.feature-link-fp a{
	color:#fff;
}

.feature-text h2 a, .feature-text h2{
	color: #000;
	margin: 0.2em 0;
	font-style:italic;
	font-weight: 100;
}

.wp-caption-text {
color: #8a8a8a;
margin:0;
}

.newsroom-headline {
	background-color: rgba(0,0,0, 0.7);
	width:100%;
	bottom:0;
	position:absolute;
}
h3.newsroom-headline, h2.newsroom-headline, h4.newsroom-headline {
	color:#fff;
	padding: 0.8em 2em;
	font-weight:400;
	margin: 0;
}
a.newsroom-button {
	white-space: nowrap;
	color: #fff;
	font-size: 1.2em;
	font-weight: 200;
	text-align: center;
	text-transform: uppercase;

}
div.newsroom-button {
	width: 80%;
	padding: 10px 40px;
	text-align: center;
	background: #414042;
}
div.newsroom-button:hover {
	background: #ccc;
}
.news-register  {
	padding: 2em;
	text-decoration: none;
	border: 1px solid #888;
}
.news-contact {
	width:10em;
	box-sizing:border-box;
	float:left;
	font-style: italic;
	color: #f7901e;
}
.news-enquiries  {
	padding: 2em;
	border: 1px solid #888;
}
.square-news-article {
	padding: 2%;
}
.square-news-article:hover {
	background: #efefef;
}

.square-news-article:hover .newsroom-button {
	display: block;
}
.square-news-article .newsroom-button {
	display: none;
}

.description {
	font-style: italic;
	color: #808285;
}

.grey-text {
	color: #808285;
}

.contact-info {
	width:5em;
	box-sizing:border-box;
	float:left;

}
.people h3 {

}
.people .hidden {
	display: none;
}

.project-header {
	color:	#fff;
}

.project-header p {
	font-size: 1.4em;
	font-style: italic;
	font-weight: 100;
}
.project-main h4 {
	margin:0 0 0 0;
	border-bottom:1px solid #939398;
}
.project-data p {
	margin: 0 0 2em 37px;
}
.project-data table {
	margin: 0 0 2em 0;
}
.project-data td {
	border:0;
	padding: 0;
}

.project-head p {
	font-size: 1.4em;
	text-shadow: #fff 0px 0px 2px;
	background-color: rgba(255,255,255,0.8);
}

.project-image-text {
	border-right:1px solid #fff;
	text-align:right;
	margin:0 26px;
	padding:0 26px;
	position:relative;
}
.project-image-overlay {
	background-color: rgba(0,0,0, 0.7);
	position:absolute;
	bottom:0;
}

@media (min-width: 750px) {
	.project-image-text {
		height: 450px;
	}
	.project-image-overlay {
		height: 100%;
	}
}

#twitter-content img
{
	display: none;
}
#twitter-content li
{
	margin: 1.2em 0;
	list-style: none;
	font-size:1.2em;
	font-style:italic;
	color:#8a8a8a;
	position: relative;
}
.timePosted {
	right: 0;
	top: 0;
	position: absolute;
}
.timePosted a {
	color:#8a8a8a;
}
.interact a {
	padding-right: 30px;
}
.tweet {
	margin:0;
}

.active-collaborator, .active-opportunity {
	border-bottom: 3px solid #000;
	padding:10px 0;
}

.active-collaborator .title, .active-opportunity .title {
	font-weight: bold;
}
.collaborator, .opportunity {
	border-bottom:1px solid #CCC;
	padding:10px 0;
}
.opportunity-content {
	padding:5px 0;
}
.opportunity-bottom {
	padding:10px 0;
	border-bottom:1px solid #CCC;
}

a.opportunity-register  {
	margin: 1em 0;
	padding: 0.75em;
	font-size: 1.5em;
	color: #888;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #888;
}
a.opportunity-register:hover  {
	background-color: #d2d3d5;
	color: #555;
}
a.event-register  {
	margin: 1em 0;
	padding: 0.5em 0.75em;
	font-size: 1.5em;
	color: #888;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #888;
}

.live-status, .poster {
	border: 1px solid #ddd;
}

.minor {
	border-left: 8px solid #ffcd59;
}
.major {
	border-left: 8px solid #ef4736;
}
.serious {
	border-left: 8px solid #f79252;
}
.upgrade {
	border-left: 8px solid #1a92ad;
}
.notice {
	border-left: 8px solid #7e7e7e;
}

.event-scc, .event-gtn, .event-e, .event-mm, .event-hpc {
text-transform:uppercase;
font-size: 0.8em;
}
.event-scc {
color: #66cdf0;
}
.event-gtn{
color: #CCC;
}
.event-e{
color: #CCC;
}
.event-mm{
color: #CCC;
}
.event-hpc{
color: #CCC;
}

/*--------------------------------------------------------------
## Twitter
--------------------------------------------------------------*/

blockquote.twitter-tweet {
  display: inline-block;
  padding: 16px;
  margin: 10px 0;
  max-width: 100%;
  border: #ddd 1px solid;
  border-top-color: #eee;
  border-bottom-color: #bbb;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  font: bold 14px/18px Helvetica, Arial, sans-serif;
  color: #000;
}

blockquote.twitter-tweet p {
  font: normal 18px/24px Georgia, "Times New Roman", Palatino, serif;
  margin: 0 5px 10px 0;
}

blockquote.twitter-tweet a[href^="https://twitter.com"] {
  font-weight: normal;
  color: #666;
  font-size: 12px;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


#responsive-menu-pro{
	text-transform: uppercase;
}
