*  {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* SANE Specific */
li{padding-bottom: 5px;line-height:130%}

/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary  {
	display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video  {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls])  {
	display: none;
	height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden]  {
	display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html  {
	font-size: 100%;
  /* 1 */
	-webkit-text-size-adjust: 100%;
  /* 2 */
	-ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea  {
	font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body  {
	margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus  {
	outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover  {
	outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1  {
	font-size: 2em;
	margin: 0.67em 0;
}

h2  {
	font-size: 1.5em;
	margin: 0.83em 0;
}

h3  {
	font-size: 1.17em;
	margin: 1em 0;
}

h4  {
	font-size: 1em;
	margin: 1.33em 0;
}

h5  {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6  {
	font-size: 0.67em;
	margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title]  {
	border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong  {
	font-weight: 700;
}

blockquote  {
	margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn  {
	font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark  {
	background: #ff0;
	color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre  {
	margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp  {
	font-family: monospace, serif;
	_font-family: "courier new", monospace;
	font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre  {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q  {
	quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after  {
	content: '';
	content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small  {
	font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup  {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup  {
	top: -0.5em;
}

sub  {
	bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul  {
	margin: 1em 0;
}
dd  {
	margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul  {
	padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol  {
	list-style: none;
	list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img  {
	border: 0;
  /* 1 */
	-ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
	margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
	margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
	border: 0;
  /* 1 */
	padding: 0;
	white-space: normal;
  /* 2 */
	*margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
	font-size: 100%;
  /* 1 */
	margin: 0;
  /* 2 */
	vertical-align: baseline;
  /* 3 */
	*vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
	line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
  /* 2 */
	cursor: pointer;
  /* 3 */
	*overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
	cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
  /* 1 */
	padding: 0;
  /* 2 */
	*height: 13px;
  /* 3 */
	*width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
  /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
  /* 2 */
	box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
	overflow: auto;
  /* 1 */
	vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	color: #444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
#	font-weight: 200;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.3;
}

h1 {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: bold;
	margin: .5em 0 .3em;
	-webkit-font-smoothing: antialiased;
}

h2, h2 a {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	margin: .7em 0;
	-webkit-font-smoothing: antialiased;
}

h3, h4 {
	margin: .5em 0;
}

h3 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

h4 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

h5, h6 {
	font-size: 13px;
	font-size: 0.8125rem;
	margin: .7em 0;
}

h5 {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #d50000; /* per guidelines */
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.6;
	margin: 1em 0;
	font-weight: 400;
}
p:first-of-type {
	margin-top: 0;
}

strong {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}

:-moz-placeholder {
	color: #444;
}

::-moz-placeholder {
	color: #444;
}

::-webkit-input-placeholder {
	color: #444;
}

:-ms-input-placeholder {
	color: #444;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: 0;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides>li:first-child  {
	display: block;
	-webkit-backface-visibility: visible;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides>li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid white;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background: pink url(../img/vendor/flexslider/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px;
}

.flex-direction-nav .flex-prev {
	left: -36px;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	left:5px;
}

.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
	opacity:1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0.3 !important;
	filter:alpha(opacity=30);
	cursor:default;
}

/* Control Nav */
.flex-control-nav {
	width:100%;
	position:absolute;
	bottom:-40px;
	text-align: center;
	display:none;
}

.flex-control-nav li {
	margin:0 6px;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.flex-control-paging li a {
	width:11px;
	height:11px;
	display:block;
	background:#666;
	background:rgba(0, 0, 0, 0.5);
	cursor:pointer;
	text-indent:-9999px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
	background:#333;
	background:rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
	background:#000;
	background:rgba(0, 0, 0, 0.9);
	cursor:default;
}

.flex-control-thumbs {
	margin:5px 0 0;
	position:static;
	overflow:hidden;
}

.flex-control-thumbs li {
	width:25%;
	float:left;
	margin:0;
}

.flex-control-thumbs img {
	width:100%;
	display:block;
	opacity:.7;
	cursor:pointer;
}

.flex-control-thumbs img:hover {
	opacity:1;
}

.flex-control-thumbs .flex-active {
	opacity:1;
	cursor:default;
}

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
	 opacity:1;
	left:0;
}

.flex-direction-nav .flex-next {
	opacity:1;
	right:0;
}
}
/*! jQuery UI - v1.10.0 - 2013-02-05
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.slider.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display:none;
}

.ui-helper-hidden-accessible {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}

.ui-helper-reset {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	font-size:100%;
	list-style:none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content:"";
	display:table;
}

.ui-helper-clearfix:after {
	clear:both;
}

.ui-helper-clearfix {
	min-height:0;
  /* support: IE7 */
}

.ui-helper-zfix {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	opacity:0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index:100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor:default!important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	background-repeat:no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.ui-slider {
	position:relative;
	text-align:left;
}

.ui-slider .ui-slider-handle {
	position:absolute;
	z-index:2;
	width:1.2em;
	height:1.2em;
	cursor:default;
}

.ui-slider .ui-slider-range {
	position:absolute;
	z-index:1;
	font-size:.7em;
	display:block;
	border:0;
	background-position:0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height:0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top:-0.3em;
	margin-left:-0.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top:0;
	height:100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left:0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right:0;
}

.ui-slider-vertical {
	width:.8em;
	height:100px;
}

.ui-slider-vertical .ui-slider-handle {
	left:-.3em;
	margin-left:0;
	margin-bottom:-0.6em;
}

.ui-slider-vertical .ui-slider-range {
	left:0;
	width:100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom:0;
}

.ui-slider-vertical .ui-slider-range-max {
	top:0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family:Verdana,Arial,sans-serif;
	font-size:1.1em;
}

.ui-widget .ui-widget {
	font-size:1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family:Verdana,Arial,sans-serif;
	font-size:1em;
}

.ui-widget-content {
	border:1px solid #aaa;
	background:#fff url(../img/vendor/smoothness-jqueryui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color:#222;
}

.ui-widget-content a {
	color:#222;
}

.ui-widget-header {
	border:1px solid #aaa;
	background:#ccc url(../img/vendor/smoothness-jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color:#222;
	font-weight:700;
}

.ui-widget-header a {
	color:#222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border:1px solid lightgrey;
	background:#e6e6e6 url(../img/vendor/smoothness-jqueryui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight:400;
	color:#555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color:#555;
	text-decoration:none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border:1px solid #999;
	background:#dadada url(../img/vendor/smoothness-jqueryui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight:400;
	color:#212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color:#212121;
	text-decoration:none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border:1px solid #aaa;
	background:#fff url(../img/vendor/smoothness-jqueryui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight:400;
	color:#212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color:#212121;
	text-decoration:none;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius:4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius:4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius:4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius:4px;
}

/* Overlays */
.ui-widget-overlay {
	background:#aaa url(../img/vendor/smoothness-jqueryui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity:.3;
	filter:Alpha(Opacity=30);
}

.ui-widget-shadow {
	margin:-8px 0 0 -8px;
	padding:8px;
	background:#aaa url(../img/vendor/smoothness-jqueryui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity:.3;
	filter:Alpha(Opacity=30);
	border-radius:8px;
}

/* @group Base */
.chzn-container {
	font-size:13px;
	position:relative;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.chzn-container .chzn-drop {
	background:#fff;
	border:1px solid #aaa;
	border-top:0;
	position:absolute;
	top:29px;
	left:0;
	-webkit-box-shadow:0 4px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 4px 5px rgba(0, 0, 0, 0.15);
	box-shadow:0 4px 5px rgba(0, 0, 0, 0.15);
	z-index:1010;
}

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
	background-color:#fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
	background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,white),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));
	background-image:-webkit-linear-gradient(top,white 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
	background-image:-moz-linear-gradient(top,white 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
	background-image:-o-linear-gradient(top,white 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
	background-image:linear,white 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px solid #aaa;
	-webkit-box-shadow:0 0 3px white inset,0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 3px white inset,0 1px 1px rgba(0,0,0,0.1);
	box-shadow:0 0 3px white inset,0 1px 1px rgba(0,0,0,0.1);
	display:block;
	overflow:hidden;
	white-space:nowrap;
	position:relative;
	height:23px;
	line-height:24px;
	padding:0 0 0 8px;
	color:#444;
	text-decoration:none;
}

.chzn-container-single .chzn-default {
	color:#999;
}

.chzn-container-single .chzn-single span {
	margin-right:26px;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
}

.chzn-container-single .chzn-single abbr {
	display:block;
	position:absolute;
	right:26px;
	top:6px;
	width:12px;
	height:12px;
	font-size:1px;
	background:url(../img/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;
}

.chzn-container-single .chzn-single abbr:hover {
	background-position:-42px -10px;
}

.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
	background-position:-42px -10px;
}

.chzn-container-single .chzn-single div {
	position:absolute;
	right:0;
	top:0;
	display:block;
	height:100%;
	width:18px;
}

.chzn-container-single .chzn-single div b {
	background:url(../img/vendor/chosen/chosen-sprite.png) no-repeat 0 2px;
	display:block;
	width:100%;
	height:100%;
}

.chzn-container-single .chzn-search {
	padding:3px 4px;
	position:relative;
	margin:0;
	white-space:nowrap;
	z-index: 1010;
}

.chzn-container-single .chzn-search input {
	background:#fff url(../img/vendor/chosen/chosen-sprite.png) no-repeat 100% -20px;
	background:url(../img/vendor/chosen/chosen-sprite.png) no-repeat 100% -20px,-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,white));
	background:url(../img/vendor/chosen/chosen-sprite.png) no-repeat 100% -20px,-webkit-linear-gradient(top,#eee 1%,white 15%);
	background:url(../img/vendor/chosen/chosen-sprite.png) no-repeat 100% -20px,-moz-linear-gradient(top,#eee 1%,white 15%);
	background:url(../img/vendor/chosen/chosen-sprite.png) no-repeat 100% -20px,-o-linear-gradient(top,#eee 1%,white 15%);
	background:url(../img/vendor/chosen/chosen-sprite.png) no-repeat 100% -20px,linear,#eee 1%,white 15%;
	margin:1px 0;
	padding:4px 20px 4px 5px;
	outline:0;
	border:1px solid #aaa;
	font-family:sans-serif;
	font-size:1em;
}

.chzn-container-single .chzn-drop {
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}

/* @end */
.chzn-container-single-nosearch .chzn-search input {
	position:absolute;
	left:-9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
	background-color:#fff;
	background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,white));
	background-image:-webkit-linear-gradient(top,#eee 1%,white 15%);
	background-image:-moz-linear-gradient(top,#eee 1%,white 15%);
	background-image:-o-linear-gradient(top,#eee 1%,white 15%);
	background-image:linear,#eee 1%,white 15%;
	border:1px solid #aaa;
	margin:0;
	padding:0;
	cursor:text;
	overflow:hidden;
	height:auto!important;
	height:1%;
	position:relative;
}

.chzn-container-multi .chzn-choices li {
	float:left;
	list-style:none;
}

.chzn-container-multi .chzn-choices .search-field {
	white-space:nowrap;
	margin:0;
	padding:0;
}

.chzn-container-multi .chzn-choices .search-field input {
	color:#666;
	background:transparent!important;
	border:0!important;
	font-family:sans-serif;
	font-size:100%;
	height:15px;
	padding:5px;
	margin:1px 0;
	outline:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.chzn-container-multi .chzn-choices .search-field .default {
	color:#999;
}

.chzn-container-multi .chzn-choices .search-choice {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	background-color:#e4e4e4;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
	background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
	background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
	background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
	background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
	background-image:linear,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%;
	-webkit-box-shadow:0 0 2px white inset,0 1px 0 rgba(0,0,0,0.05);
	-moz-box-shadow:0 0 2px white inset,0 1px 0 rgba(0,0,0,0.05);
	box-shadow:0 0 2px white inset,0 1px 0 rgba(0,0,0,0.05);
	color:#333;
	border:1px solid #aaa;
	line-height:13px;
	padding:3px 20px 3px 5px;
	margin:3px 0 3px 5px;
	position:relative;
	cursor:default;
}

.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
	background-color:#e4e4e4;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
	background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
	background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
	background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
	background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
	background-image:-ms-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
	background-image:linear,top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%;
	color:#666;
	border:1px solid #ccc;
	padding-right:5px;
}

.chzn-container-multi .chzn-choices .search-choice-focus {
	background:#d4d4d4;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
	display:block;
	position:absolute;
	right:3px;
	top:4px;
	width:12px;
	height:12px;
	font-size:1px;
	background:url(../img/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
	background-position:-42px -10px;
}

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
	background-position:-42px -10px;
}

/* @end */
/* @group Results */
.chzn-container .chzn-results {
	margin:0 4px 4px 0;
	max-height:240px;
	padding:0 0 0 4px;
	position:relative;
	overflow-x:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
}

.chzn-container-multi .chzn-results {
	margin:-1px 0 0;
	padding:0;
}

.chzn-container .chzn-results li {
	display:none;
	line-height:15px;
	padding:5px 6px;
	margin:0;
	list-style:none;
}

.chzn-container .chzn-results .active-result {
	cursor:pointer;
	display:list-item;
}

.chzn-container .chzn-results .highlighted {
	background-color:#3875d7;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
	background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
	background-image:-webkit-linear-gradient(top,#3875d7 20%,#2a62bc 90%);
	background-image:-moz-linear-gradient(top,#3875d7 20%,#2a62bc 90%);
	background-image:-o-linear-gradient(top,#3875d7 20%,#2a62bc 90%);
	background-image:linear,#3875d7 20%,#2a62bc 90%;
	color:#fff;
}

.chzn-container .chzn-results li em {
	background:#feffde;
	font-style:normal;
}

.chzn-container .chzn-results .highlighted em {
	background:transparent;
}

.chzn-container .chzn-results .no-results {
	background:#f4f4f4;
	display:list-item;
}

.chzn-container .chzn-results .group-result {
	cursor:default;
	color:#999;
	font-weight:700;
}

.chzn-container .chzn-results .group-option {
	padding-left:15px;
}

.chzn-container-multi .chzn-drop .result-selected {
	display:none;
}

.chzn-container .chzn-results-scroll {
	background:#fff;
	margin:0 4px;
	position:absolute;
	text-align:center;
	width:321px;
  /* This should by dynamic with js */
	z-index:1;
}

.chzn-container .chzn-results-scroll span {
	display:inline-block;
	height:17px;
	text-indent:-5000px;
	width:9px;
}

.chzn-container .chzn-results-scroll-down {
	bottom:0;
}

.chzn-container .chzn-results-scroll-down span {
	background:url(../img/vendor/chosen/chosen-sprite.png) no-repeat -4px -3px;
}

.chzn-container .chzn-results-scroll-up span {
	background:url(../img/vendor/chosen/chosen-sprite.png) no-repeat -22px -3px;
}

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	border:1px solid #5897fb;
}

.chzn-container-active .chzn-single-with-drop {
	border:1px solid #aaa;
	-webkit-box-shadow:0 1px 0 white inset;
	-moz-box-shadow:0 1px 0 white inset;
	box-shadow:0 1px 0 white inset;
	background-color:#eee;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
	background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#eee),color-stop(80%,white));
	background-image:-webkit-linear-gradient(top,#eee 20%,white 80%);
	background-image:-moz-linear-gradient(top,#eee 20%,white 80%);
	background-image:-o-linear-gradient(top,#eee 20%,white 80%);
	background-image:linear,#eee 20%,white 80%;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}

.chzn-container-active .chzn-single-with-drop div {
	background:transparent;
	border-left:0;
}

.chzn-container-active .chzn-single-with-drop div b {
	background-position:-18px 2px;
}

.chzn-container-active .chzn-choices {
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	border:1px solid #5897fb;
}

.chzn-container-active .chzn-choices .search-field input {
	color:#111!important;
}

/* @end */
/* @group Disabled Support */
.chzn-disabled {
	cursor:default;
	opacity:0.5!important;
}

.chzn-disabled .chzn-single {
	cursor:default;
}

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
	cursor:default;
}

/* @group Right to Left */
.chzn-rtl {
	text-align:right;
}

.chzn-rtl .chzn-single {
	padding:0 8px 0 0;
	overflow:visible;
}

.chzn-rtl .chzn-single span {
	margin-left:26px;
	margin-right:0;
	direction:rtl;
}

.chzn-rtl .chzn-single div {
	left:3px;
	right:auto;
}

.chzn-rtl .chzn-single abbr {
	left:26px;
	right:auto;
}

.chzn-rtl .chzn-choices .search-field input {
	direction:rtl;
}

.chzn-rtl .chzn-choices li {
	float:right;
}

.chzn-rtl .chzn-choices .search-choice {
	padding:3px 5px 3px 19px;
	margin:3px 5px 3px 0;
}

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
	left:4px;
	right:auto;
}

.chzn-rtl.chzn-container-single .chzn-results {
	margin:0 0 4px 4px;
	padding:0 4px 0 0;
}

.chzn-rtl .chzn-results .group-option {
	padding-left:0;
	padding-right:15px;
}

.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
	border-right:0;
}

.chzn-rtl .chzn-search input {
	background:#fff url(../img/vendor/chosen/chosen-sprite.png) no-repeat -30px -20px;
	background:url(../img/vendor/chosen/chosen-sprite.png) no-repeat -30px -20px,-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,white));
	background:url(../img/vendor/chosen/chosen-sprite.png) no-repeat -30px -20px,-webkit-linear-gradient(top,#eee 1%,white 15%);
	background:url(../img/vendor/chosen/chosen-sprite.png) no-repeat -30px -20px,-moz-linear-gradient(top,#eee 1%,white 15%);
	background:url(../img/vendor/chosen/chosen-sprite.png) no-repeat -30px -20px,-o-linear-gradient(top,#eee 1%,white 15%);
	background:url(../img/vendor/chosen/chosen-sprite.png) no-repeat -30px -20px,linear,#eee 1%,white 15%;
	padding:4px 5px 4px 20px;
	direction:rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
	background-position:6px 2px;
}
.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
	background-position:-12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 144dpi) {
	.chzn-rtl .chzn-search input,.chzn-container-single .chzn-single abbr,.chzn-container-single .chzn-single div b,.chzn-container-single .chzn-search input,.chzn-container-multi .chzn-choices .search-choice .search-choice-close,.chzn-container .chzn-results-scroll-down span,.chzn-container .chzn-results-scroll-up span {
	 background-image:url(../img/vendor/chosen/chosen-sprite@2x.png)!important;
	background-repeat:no-repeat!important;
	background-size:52px 37px!important;
}
}
/* @end */
@font-face {
	font-family:'icomoon';
	src:url(../fonts/icomoon.eot);
	src:url(../fonts/icomoon.eot?#iefix) format("embedded-opentype"),url(../fonts/icomoon.woff) format("woff"),url(../fonts/icomoon.ttf) format("truetype"),url(../fonts/icomoon.svg#icomoon) format("svg");
	font-weight:400;
	font-style:normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family:'icomoon';
	content:attr(data-icon);
	speak:none;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"]:before {
*/
.icon-cloud:before,.icon-stats:before,.icon-play:before,.icon-info:before,.icon-feed:before,.icon-spinner:before,.icon-spinner-2:before,.icon-spinner-3:before,.icon-bubbles:before,.icon-lightning:before,.icon-shield:before,.icon-power-cord:before,.icon-search:before,.icon-menu:before,.icon-connection:before,.icon-download:before,.icon-upload:before,.icon-disk:before,.icon-print:before,.icon-hammer:before,.icon-wand:before,.icon-pie:before,.icon-bars:before,.icon-bars-2:before,.icon-key:before,.icon-key-2:before,.icon-earth:before,.icon-camera:before,.icon-film:before,.icon-image:before,.icon-radio-checked:before,.icon-eye:before,.icon-fire:before,.icon-quill:before,.icon-settings:before,.icon-file:before,.icon-tag:before,.icon-tags:before,.icon-box-add:before,.icon-box-remove:before,.icon-tv:before,.icon-cog:before,.icon-magnet:before,.icon-remove:before,.icon-caret-down:before,.icon-caret-up:before {
	font-family:'icomoon';
	speak:none;
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
}

.icon-cloud:before {
	content:"\21";
}

.icon-stats:before {
	content:"\22";
}

.icon-play:before {
	content:"\25";
}

.icon-info:before {
	content:"\26";
}

.icon-feed:before {
	content:"\2a";
}

.icon-spinner:before {
	content:"\2c";
}

.icon-spinner-2:before {
	content:"\2d";
}

.icon-spinner-3:before {
	content:"\2e";
}

.icon-bubbles:before {
	content:"\2f";
}

.icon-lightning:before {
	content:"\30";
}

.icon-shield:before {
	content:"\31";
}

.icon-power-cord:before {
	content:"\32";
}

.icon-search:before {
	content:"\42";
}

.icon-menu:before {
	content:"\23";
}

.icon-connection:before {
	content:"\24";
}

.icon-download:before {
	content:"\43";
}

.icon-upload:before {
	content:"\44";
}

.icon-disk:before {
	content:"\45";
}

.icon-print:before {
	content:"\39";
}

.icon-hammer:before {
	content:"\38";
}

.icon-wand:before {
	content:"\3a";
}

.icon-pie:before {
	content:"\3b";
}

.icon-bars:before {
	content:"\47";
}

.icon-bars-2:before {
	content:"\48";
}

.icon-key:before {
	content:"\49";
}

.icon-key-2:before {
	content:"\4a";
}

.icon-earth:before {
	content:"\27";
}

.icon-camera:before {
	content:"\28";
}

.icon-film:before {
	content:"\29";
}

.icon-image:before {
	content:"\2b";
}

.icon-radio-checked:before {
	content:"\33";
}

.icon-eye:before {
	content:"\34";
}

.icon-fire:before {
	content:"\35";
}

.icon-quill:before {
	content:"\36";
}

.icon-settings:before {
	content:"\37";
}

.icon-file:before {
	content:"\3c";
}

.icon-tag:before {
	content:"\3d";
}

.icon-tags:before {
	content:"\3e";
}

.icon-box-add:before {
	content:"\3f";
}

.icon-box-remove:before {
	content:"\40";
}

.icon-tv:before {
	content:"\41";
}

.icon-cog:before {
	content:"\46";
}

.icon-magnet:before {
	content:"\4b";
}

.icon-remove:before {
	content:"\4c";
}

.icon-caret-down:before {
	content:"\f0d7";
}

.icon-caret-up:before {
	content:"\f0d8";
}

@font-face {
	font-family:'feature-icomoon';
	src:url(../fonts/feature-fonts/icomoon.eot);
	src:url(../fonts/feature-fonts/icomoon.eot?#iefix) format("embedded-opentype"),url(../fonts/feature-fonts/icomoon.woff) format("woff"),url(../fonts/feature-fonts/icomoon.ttf) format("truetype"),url(../fonts/feature-fonts/icomoon.svg#icomoon) format("svg");
	font-weight:400;
	font-style:normal;
}
[data-icon]:before {
	font-family:'feature-icomoon';
	content:attr(data-icon);
	speak:none;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
}
.icon-trophy:before,
.icon-office:before,
.icon-camera:before,
.icon-bullhorn:before,
.icon-home:before,
.icon-briefcase:before,
.icon-newspaper:before,
.icon-user:before,
.icon-book:before,
.icon-lab:before,
.icon-bubble:before,
.icon-play:before,
.icon-mail:before,
.icon-google-plus:before,
.icon-facebook:before,
.icon-rssfeed:before,
.icon-recycle:before,
.icon-refresh:before,
.icon-phone:before,
.icon-pencil:before,
.icon-globe:before,
.icon-screen:before,
.icon-twitter:before,
.icon-linkedin:before,
.icon-glassdoor:before,
.icon-fax:before,
.icon-youtube:before {
	font-family:'feature-icomoon';
	speak:none;
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
}



.icon-trophy:before {
	content:"\e000";
}

.icon-office:before {
	content:"\e001";
}

.icon-camera:before {
	content:"\e002";
}

.icon-bullhorn:before {
	content:"\e003";
}

.icon-home:before {
	content:"\e004";
}

.icon-briefcase:before {
	content:"\e005";
}

.icon-newspaper:before {
	content:"\e006";
}

.icon-user:before {
	content:"\e007";
}

.icon-book:before {
	content:"\e008";
}

.icon-lab:before {
	content:"\e009";
}

.icon-bubble:before {
	content:"\e00a";
}

.icon-play:before {
	content:"\e00b";
}

.icon-mail:before {
	content:"\e00c";
}

.icon-google-plus:before {
	content:"\e00d";
}

.icon-facebook:before {
	content:"\e00e";
}

.icon-twitter:before {
	content:"\e00f";
}

.icon-rssfeed:before {
	content:"\e010";
}

.icon-recycle:before {
	content:"\e011";
}

.icon-refresh:before {
	content:"\e012";
}

.icon-phone:before {
	content:"\e013";
}

.icon-pencil:before {
	content:"\e015";
}

.icon-globe:before {
	content:"\e016"
}

.icon-screen:before {
	content:"\e017"
}

.icon-linkedin:before {
	content:"\e018"
}

.icon-glassdoor:before {
	content:"\e019"
}

.icon-fax:before {
	content:"\e020"
}

.icon-youtube:before {
	content:"\e025"
}
ul.tagit {
	padding:1px 5px;
	overflow:auto;
	margin-left:inherit;
	margin-right:inherit;
}

ul.tagit li {
	display:block;
	float:left;
	margin:2px 5px 2px 0;
}

ul.tagit li.tagit-choice {
	position:relative;
	line-height:inherit;
}

ul.tagit li.tagit-choice-read-only {
	padding:.2em .5em .2em .5em;
}

ul.tagit li.tagit-choice-editable {
	padding:.2em 18px .2em .5em;
}

ul.tagit li.tagit-new {
	padding:.25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
	cursor:pointer;
	text-decoration:none;
}

ul.tagit li.tagit-choice .tagit-close {
	cursor:pointer;
	position:absolute;
	right:.1em;
	top:50%;
	margin-top:-8px;
	line-height:17px;
}

ul.tagit li.tagit-choice .tagit-close .text-icon {
	display:none;
}

ul.tagit li.tagit-choice input {
	display:block;
	float:left;
	margin:2px 5px 2px 0;
}

ul.tagit input[type="text"] {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:0;
	margin:0;
	padding:0;
	width:inherit;
	background-color:inherit;
	outline:0;
}
.container {
	*zoom:1;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1020px; /* per guidelines */
}
.container:before,.container:after {
	content:" ";
	display:table;
}
.container:after {
	clear:both;
}
.row {
	*zoom:1;
	*zoom:1;
	max-width:68em;
	margin-left:auto;
	margin-right:auto;
	max-width:none;
	position:relative;
}
.row:before,
.row:after {
	content:" ";
	display:table;
}
.row:after {
	clear:both;
}
.row:before,.row:after {
	content:" ";
	display:table;
}
.row:after {
	clear:both;
}
hr {
	background:#d8d7d7;
	border:0;
	height:1px;
	margin:1em 0;
}
button {
	background-color:#eee;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,#eee),color-stop(5%,#d8d7d7));
	background-image:-webkit-linear-gradient(25deg,#eee 3%,#d8d7d7 5%);
	background-image:-moz-linear-gradient(25deg,#eee 3%,#d8d7d7 5%);
	background-image:-ms-linear-gradient(25deg,#eee 3%,#d8d7d7 5%);
	background-image:-o-linear-gradient(25deg,#eee 3%,#d8d7d7 5%);
	background-image:linear-gradient(25deg,#eee 3%,#d8d7d7 5%);
	border:1px solid #909090;
	border-radius:3px;
	-webkit-box-shadow:inset 1px 1px 1px #efefef;
	box-shadow:inset 1px 1px 1px #efefef;
	display:block;
	line-height:1;
	padding:5px;
}
button:hover {
	background-color:#909090;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#909090),color-stop(100%,#d8d7d7));
	background-image:-webkit-linear-gradient(top,#909090,#d8d7d7);
	background-image:-moz-linear-gradient(top,#909090,#d8d7d7);
	background-image:-ms-linear-gradient(top,#909090,#d8d7d7);
	background-image:-o-linear-gradient(top,#909090,#d8d7d7);
	background-image:linear-gradient(top,#909090,#d8d7d7);
	-webkit-box-shadow:none;
	box-shadow:none;
}

button#filter-submit {
	font-size:16px;
	font-size:1rem;
	padding:10px 20px;
	text-shadow:1px 1px 1px white;
	text-transform:uppercase;
}

.button {
	background-color:red;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,red),color-stop(100%,#e60000));
	background-image:-webkit-linear-gradient(top,red,#e60000);
	background-image:-moz-linear-gradient(top,red,#e60000);
	background-image:-ms-linear-gradient(top,red,#e60000);
	background-image:-o-linear-gradient(top,red,#e60000);
	background-image:linear-gradient(top,red,#e60000);
	border:1px solid #e60000;
	border-radius:3px;
	-webkit-box-shadow:inset 1px 1px 1px #f33;
	box-shadow:inset 1px 1px 1px #f33;
	color:#fff;
	display:inline-block;
	font-size:.85em;
	font-weight:400;
	line-height:1.3em;
	padding:5px 10px 3px;
	text-transform:uppercase;
}
.button:hover {
	background-color:#e60000;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e60000),color-stop(100%,#e60000));
	background-image:-webkit-linear-gradient(top,#e60000,#e60000);
	background-image:-moz-linear-gradient(top,#e60000,#e60000);
	background-image:-ms-linear-gradient(top,#e60000,#e60000);
	background-image:-o-linear-gradient(top,#e60000,#e60000);
	background-image:linear-gradient(top,#e60000,#e60000);
	text-decoration:none;
}

.chzn-container {
	margin-left:5px;
	vertical-align:middle;
	width:auto!important;
}
.chzn-container .chzn-single {
	background-color:#d8d7d7;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#d8d7d7),color-stop(100%,#909090));
	background-image:-webkit-linear-gradient(top,#d8d7d7,#909090);
	background-image:-moz-linear-gradient(top,#d8d7d7,#909090);
	background-image:-ms-linear-gradient(top,#d8d7d7,#909090);
	background-image:-o-linear-gradient(top,#d8d7d7,#909090);
	background-image:linear-gradient(top,#d8d7d7,#909090);
	border:1px solid #909090;
	border-radius:3px;
	-webkit-box-shadow:none;
	box-shadow:none;
	height:25px;
	width:110px;
}
.chzn-container .chzn-single-with-drop {
	border-radius:3px 3px 0 0;
}
.chzn-container .chzn-drop {
	width:110px!important;
}

fieldset {
	border:0;
	display:block;
	margin:25px 0 0;
	padding:0 0 25px;
}
fieldset ul {
	list-style:none;
	margin:0;
	padding:0;
	*zoom:1;
	max-width:68em;
	margin-left:auto;
	margin-right:auto;
}
fieldset ul:before,fieldset ul:after {
	content:" ";
	display:table;
}
fieldset ul:after {
	clear:both;
}
fieldset ul li {
	line-height:1.4;
	display:block;
	float:left;
	margin-right:3.57869%;
	width:48.21066%;
	padding:0 0 10px;
}
fieldset ul li:last-child {
	margin-right:0;
}
fieldset ul li:nth-child(even) {
	margin-right:0;
}
fieldset ul li input[type="checkbox"]+span {
	display:inline-block;
	vertical-align:top;
	width:80%;
}

.filter-publications-action {
	color:#444;
	font-weight:400!important;
	pointer-events:none;
	-webkit-font-smoothing:subpixel-antialiased;
}

input[type="checkbox"] {
	display:inline-block;
	margin-right:5px;
}

input[type="text"],input[type="email"] {
	border:1px solid #909090;
	border-radius:3px;
	-webkit-box-shadow:inset 1px 1px 2px 1px #d8d7d7;
	box-shadow:inset 1px 1px 2px 1px #d8d7d7;
	display:block;
	font-size:.9em;
	height:30px;
	padding:5px 8px;
}

legend {
	border-bottom:1px solid #d8d7d7;
	display:block;
	font-weight:bold;
	margin:0 0 15px;
	overflow:visible;
	padding:0 0 8px;
	text-transform:uppercase;
	width:100%;
	-webkit-font-smoothing:antialiased;
	*zoom:1;
}
legend:before,legend:after {
	content:" ";
	display:table;
}
legend:after {
	clear:both;
}
legend .dates {
	font-weight:400;
}

.link {
	display:block;
	padding-top:5px;
}

#keywords-find,#publications-keyword {
	float:left;
}

#keywords-find {
	border-left:0;
	border-radius:0 3px 3px 0;
	display:block;
	font-weight:bold;
	padding:8px 0 7px;
	text-transform:uppercase;
	width:15%;
}

.page-view {
	bottom:-17px;
	display:inline-block;
	margin:0 0 15px;
	position:absolute;
	right:0;
	text-align:right;
}

#publications-keyword {
	border-radius:3px 0 0 3px;
	width:85%;
}

.publication-date-range {
	margin-bottom:15px;
}
.publication-date-range .range-start,
.publication-date-range .range-end {
	bottom: -25px;
	color: #444;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-family: helvetica,sans-serif;
	position: absolute;
}
.publication-date-range .range-end {
	right:0;
}
#site-search  {
	  padding: 8px 0 0;
}
#site-search button, #site-search input  {
	  float: right;
}
#site-search button  {
	  border-radius: 0 3px 3px 0;
	  height: 30px;
	  width: 30px;
}

#site-search button .button-text  {
	  display: none;
}

@media screen and (min-width: 43em)  {
	  #site-search button  {
		 background: #A3A3A3;
		 border: 0;
		 border-radius: 0;
		 box-shadow: none;
		 color: white;
		 height: 17px;
		 line-height: 1.2;
		 padding: 1px 10px;
		 text-transform: uppercase;
		 width: 40px;
	  }

	  #site-search button .icon-search  {
		 display: none;
	  }

	  #site-search button .button-text  {
		 display: inline;
		 font-size: 12px;
	  }
}

#site-search input  {
	  border-right: 0;
	  border-radius: 3px 0 0 3px;
	  min-width: 140px;
	  color: #777777;
}

@media screen and (min-width: 43em) {
	  #site-search input  {
		 border: 1px solid #B3B3B3;
		 border-radius: 0;
		 box-shadow: none;
		 height: auto;
		 margin: 0 5px 0 0;
		 padding: 3px 5px;
		 max-height: 17px;
		 color: red;
	  }

	  #site-search input[placeholder] {
		font-size: 10px;
		padding-left: 0px;
		color: #777777;
	  }
}

.toggle-container {
	display:inline-block;
	float:right;
	line-height:1;
	text-transform:none;
}
.toggle-container input {
	display:inline-block;
	margin:0;
}
.toggle-container label {
	display:inline-block;
	font-weight:400;
}
.toggle-container label,.toggle-container .clear-action {
	margin-left:5px;
}
.toggle-container .clear-action {
	color:#444;
	font-weight:bold;
}

.ui-corner-all {
	border-radius:10px;
}

.ui-slider .ui-slider-handle {
	height:20px;
	width:20px;
}

.ui-state-default,.ui-widget-content .ui-state-default {
	background-color:#d8d7d7;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#d8d7d7),color-stop(100%,#909090));
	background-image:-webkit-linear-gradient(top,#d8d7d7,#909090);
	background-image:-moz-linear-gradient(top,#d8d7d7,#909090);
	background-image:-ms-linear-gradient(top,#d8d7d7,#909090);
	background-image:-o-linear-gradient(top,#d8d7d7,#909090);
	background-image:linear-gradient(top,#d8d7d7,#909090);
	border:1px solid #909090;
}

.sidebar-section .ui-widget-content {
	border:1px solid #909090;
	border-radius:3px;
	-webkit-box-shadow:inset 1px 1px 1px #d8d7d7;
	box-shadow:inset 1px 1px 1px #d8d7d7;
	font-family:inherit;
	font-size:inherit;
	padding:2px 5px;
}
.sidebar-section .ui-widget-content li {
	width:auto;
}
.sidebar-section .ui-widget-content li input[type="text"] {
	display:inline-block;
	height:auto;
	min-width:180px;
}
.sidebar-section .ui-widget-content li:nth-child(even) {
	margin-right:5px;
}
.sidebar-section .ui-widget-content .tagit-choice {
	background-color:#eee;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eee),color-stop(100%,#d8d7d7));
	background-image:-webkit-linear-gradient(top,#eee,#d8d7d7);
	background-image:-moz-linear-gradient(top,#eee,#d8d7d7);
	background-image:-ms-linear-gradient(top,#eee,#d8d7d7);
	background-image:-o-linear-gradient(top,#eee,#d8d7d7);
	background-image:linear-gradient(top,#eee,#d8d7d7);
}
.sidebar-section .ui-widget-content .tagit-close {
	color:#333;
}

blockquote {
	margin:1em 0;
	padding:0;
}

cite {
	margin:1em 0 0;
	text-align:right;
}
cite p {
	margin:0;
}

img {
	border-radius:3px;
	margin:1em 0;
	max-width:100%;
}
img:first-of-type {
	margin-top:0;
}

.hidden {
	display:none;
}

/*
  Header and Footer Styles
*/
.alt-nav-items {
	*zoom:1;
	display:inline-block;
	float:right;
	margin-top:2px;
}
.alt-nav-items:before,.alt-nav-items:after {
	content:" ";
	display:table;
}
.alt-nav-items:after {
	clear:both;
}
.alt-nav-items .nav-social-links,
.alt-nav-items .icon-print {
	float:right;
	margin-left:5px;
	position:relative;
	vertical-align:middle;
	z-index:100;
}

.footer-links {
	*zoom: 1;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.0;
	margin: 0 0 0px;
}

.footer-links:before,
.footer-links:after  {
	content: " ";
	display: table;
}
.footer-links:after  {
	clear: both;
}
.footer-links a {
	color: #3f445d; /* per guidelines */
}

.footer-links > a  {
	/* color: #cc0000;*/
	float: left;
	text-transform: uppercase;
}

.footer-links i  {
	display: none; 
}
.footer-links-home  {
	color: #3f445d;
	text-transform: uppercase;
}
@media screen and (max-width: 42em)  {
	.footer-links i  {
    	display: inline-block;
    	margin-right: 5px;
    	vertical-align: middle;
	}
}

.footer-links ul  {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
}
.footer-links ul li  {
  border-left: 1px solid #838383;
  display: inline-block;
  padding: 0 10px;
}
.footer-links ul li:first-child  {
  border-left: 0;
  padding-left: 0;
}
.footer-links ul li:last-child  {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.desktop-hide  {
  left: -9999px;
  position: absolute;
  top: -9999px;
  visibility: -9999px;
}
@media screen and (max-width: 43em)  {
  .desktop-hide  {
    left: auto;
    top: auto;
    position: static;
    visibility: visible;
  }
   .desktop-show  {
	left: -9999px;
  position: absolute;
  top: -9999px;
  visibility: -9999px;
   }
}




.global-content-wrapper {
	padding:15px 0 30px;
}

.global-header {
	border-top: 3px solid #e60000;
	border-bottom: 1px solid #d8d7d7;
	padding-top: 9px;
	padding-bottom: 2px;
}

.global-header .container {
	padding-left: 24px;
}

.global-footer {
	border-top:1px solid #d8d7d7;
	font-size:12px;
	font-size:.75rem;
	padding: 7px 0 3px;
	padding-left: 24px;
	padding-right: 24px;
	*zoom:1;
}
.global-footer:before,.global-footer:after {
	content:" ";
	display:table;
}
.global-footer:after {
	clear:both;
}
.global-footer p {
	float:left;
	line-height:1;
	margin:0;
}

.global-nav {
	*zoom:1;
	font-size: 14px;
	font-size: .875rem;
	padding-top: 4px;
}
.global-nav:before,.global-nav:after {
	content:" ";
	display: table;
}
.global-nav:after {
	clear: both;
}

.global-nav-link {
	display: none;
	font-size: 22px;
	font-size: 1.375rem;
	padding: 2px 5px !important;
}

.main-content-header h3 {
	font-style:italic;
}
.main-content-header+.banner-picture img {
	max-width:none;
	width:100%;
}

.main-content-wrapper {
	display:block;
	float:left;
	margin-right:3.57869%;
	width:65.47377%;
}
.main-content-wrapper:last-child {
	margin-right:0;
}

.main-nav-items {
	display:inline-block;
	float:left;
	margin:0;
	padding:5px 0 0;
	*zoom:1;
}
.main-nav-items:before,.main-nav-items:after {
	content:" ";
	display:table;
}
.main-nav-items:after {
	clear:both;
}
.main-nav-items li a {
	color: #666666;
	font-family: arial,Helvetica Neue Medium,sans-serif;
	font-size: 12px;
	font-weight: 400;
}
.main-nav-items a:hover {
	color: #d50000; /* per guidelines */
	text-decoration:none;
}
.main-nav-items li {
	border-right: 1px solid #bbbbbb; /* per guidelines */
	display: block;
	float: left;
	line-height: 1;
	padding: 0 11px;
}
.main-nav-items li:first-of-type {
	padding-left:0;
}
.main-nav-items li:last-of-type {
	border-right:0;
	padding-right:0;
}
.main-nav-items li.current a {
	color:#d50000; /* per guidelines */
/*	font-weight:bold */
}

.nav-social-links {
	line-height:1;
}
.nav-social-links .share {
	font-weight:400;
}
.nav-social-links ul {
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align:middle;
}
.nav-social-links ul li {
	float:left;
	margin-left:8px;
}
.nav-social-links ul li a {
	vertical-align:middle;
}

.pagination {
	font-size:16px;
	font-size:1rem;
	padding:35px 0 0;
}
.pagination a {
	color:#444;
#	font-weight:200;
	font-weight:400;
	margin-right:10px;
}
.pagination a.current {
	font-weight:bold;
}
.pagination a.disabled {
	color:#909090;
	font-style:italics;
}
.pagination a,.pagination ul,.pagination li {
	display:inline-block;
}

.sidebar {
	display:block;
	float:left;
	margin-right:3.57869%;
	width:30.94754%;
	position:relative;
}
.sidebar:last-child {
	margin-right:0;
}

#site-search {
	display:inline-block;
	float:right;
}

.site-title {
	display:inline-block;
	float:left;
}
.site-title h1 {
	font-size:1em;
	font-weight:400;
	display:table;
	line-height:1;
	/* margin: .5em 0 1em */
	margin-top: 0;
	margin-bottom: 0px;
	padding-right: 3px;
}

.site-title-text  {
	
}
.site-title .site-title-text {
	border-left:1px solid #bbbbbb; /* per guidelines */
	color:#777777; /* per guidelines */
	display:table-cell;
	font-size:16px;
	font-size:1rem;
	font-family: arial, Helvetica Neue Medium, sans-serif; /* per guidelines */
	padding:0 10px;
	text-shadow:1px 1px 1px #eee;
	text-transform:uppercase;
	vertical-align:middle;
}

.merl-logo {
	background:url(/public/img/merl-logo.png) no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-ms-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	display:inline-block;
	height: 45px; /* per guidelines */
	background-color:transparent;
	border:0;
	color:transparent;
	font:0/0 a;
	text-shadow:none;
	padding-right:10px;
	width: 111px; /* per guidelines */
	vertical-align:middle;
	margin-right: 10px; /* per guidelines */
}

@media all and (max-width: 42em) {

	.merl-logo-anniv {
		right:0px;
	}

}

@media all and (min-width: 43em) {

	.merl-logo-anniv {
		right:190px;
	}

}

.nav-social-links .share {
	color:#444;
}
.nav-social-links .share:hover {
	text-decoration:none;
}
.nav-social-links .icon {
	display:inline-block;
	font-size:20px;
	font-size:1.25rem;
}
.nav-social-links .icon:hover {
	background:0;
	text-decoration:none;
}
.icon.icon-facebook {
	color:#4267B2;
}
.icon.icon-google-plus {
	color:#BA3426;
}
.icon.icon-mail {
	color:#1D8CF5;
}
.icon.icon-twitter {
	color:#41c8f5;
}

.icon.icon-rssfeed {
	color:#ff6600;
}

.icon.icon-recycle {
	color:#444;
}

.icon.icon-refresh {
	color:#444;
}

.icon.icon-phone {
	color:#000;
}

.icon.icon-pencil {
	color:#000;
}

.icon.icon-globe {
	color:#444;
}

.icon.icon-screen {
	color:#444;
}

.icon.icon-linkedin {
	color:#2867B2;
}

.icon.icon-glassdoor {
	color:#0CAA41;
}

.icon.icon-youtube {
	color:#FF0000;
}


.icon.icon-data {
	color:#444;
}

.icon.icon-software {
	color:#444;
}

.preview-header .icon {
	background-color:red;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,red),color-stop(100%,#e60000));
	background-image:-webkit-linear-gradient(top,red,#e60000);
	background-image:-moz-linear-gradient(top,red,#e60000);
	background-image:-ms-linear-gradient(top,red,#e60000);
	background-image:-o-linear-gradient(top,red,#e60000);
	background-image:linear-gradient(top,red,#e60000);
	border:1px solid #e60000;
	border-radius:3px;
	color:#fff;
	display:inline-block;
	font-size:13px;
	line-height:1;
	padding:2px 2px 1px;
	vertical-align:text-top;
}

button.icon {
	color:#666;
	line-height:1;
	padding:3px 4px;
	text-align:center;
}
button.icon.icon-print {
	height:22px;
	width:23px;
}

button .icon {
	color:#666;
}
button:hover .icon {
	color:#444;
}

/*
  Homepage
*/
.banner-header {
	background-color:red;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,red),color-stop(100%,#e60000));
	background-image:-webkit-linear-gradient(top,red,#e60000);
	background-image:-moz-linear-gradient(top,red,#e60000);
	background-image:-ms-linear-gradient(top,red,#e60000);
	background-image:-o-linear-gradient(top,red,#e60000);
	background-image:linear-gradient(top,red,#e60000);
	border:1px solid #e60000;
	border-radius:3px 3px 0 0;
	-webkit-box-shadow:inset 1px 1px 1px #f33;
	box-shadow:inset 1px 1px 1px #f33;
	height:5px;
	position:relative;
}
.banner-header h2 {
	background-color:red;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,red),color-stop(100%,#e60000));
	background-image:-webkit-linear-gradient(top,red,#e60000);
	background-image:-moz-linear-gradient(top,red,#e60000);
	background-image:-ms-linear-gradient(top,red,#e60000);
	background-image:-o-linear-gradient(top,red,#e60000);
	background-image:linear-gradient(top,red,#e60000);
	border:1px solid #e60000;
	border-radius:3px;
	color:#fff;
	display:inline-block;
	font-size:1.3em;
	line-height:1;
	left:50%;
	margin-left:-40px;
	padding:5px 15px;
	position:absolute;
	text-shadow:1px 1px 1px #c00;
	top:-28px;
}

.content-area-item {
	padding-top:45px;
}
.content-area-item:first-of-type {
	padding-top:25px;
}
.content-area-item img {
	float:left;
}
.content-area-item .publications-results .button {
	margin-top:15px;
}

.content-areas-list {
	list-style:none;
	padding-left:0;
}

.content-block {
	list-style:none;
	padding:15px 0 10px;
	margin:0;
}

.content-item-links {
	padding-top:15px;
}
.content-item-links:first-of-type {
	padding-top:0;
}
.content-item-links header {
	border-bottom:1px solid #d8d7d7;
	padding:5px 0;
}
.content-item-links header h5 {
	margin:0;
}
.content-item-links ul {
	display:block;
	list-style:none;
	*zoom:1;
	max-width:68em;
	margin-left:auto;
	margin-right:auto;
	margin:0;
	padding:0;
}
.content-item-links ul:before,.content-item-links ul:after {
	content:" ";
	display:table;
}
.content-item-links ul:after {
	clear:both;
}
.content-item-links li {
	padding-top:10px;
	display:block;
	float:left;
	margin-right:3.57869%;
	width:48.21066%;
}
.content-item-links li:last-child {
	margin-right:0;
}
.content-item-links li:nth-child(even) {
	margin-right:0;
}
.content-item-links a {
	font-weight:bold;
}

.demo-list {
	list-style:none;
	margin:0;
	padding:0;
}
.demo-list h6 {
	margin:10px 0 0;
}
.demo-list img {
	float:none;
	margin:0;
	max-width:none;
	width:100%;
}
.demo-list li {
	display:block;
	float:left;
	margin-right:3.57869%;
	width:48.21066%;
	padding-top:15px;
}
.demo-list li:last-child {
	margin-right:0;
}
.demo-list li:nth-child(even) {
	margin-right:0;
}


.video-list {
	list-style:none;
	margin:0;
	padding:0;
}
.video-list h6 {
	margin:0px 0 0;
}
.video-list img {
	float:none;
	margin:0;
	max-width:0;
	width:100%;
}
.video-list li {
	display:block;
	float:left;
	margin-right:3.57869%;
	width:48.21066%;
}
.video-list li:last-child {
	margin-right:0;
}
.video-list li:nth-child(even) {
	margin-right:0;
}


.details-list>li {
	padding:10px 0 0;
}
.details-list>li a {
	font-weight:bold;
}
.details-list>li h5 {
	margin-top:0;
}
.details-list>li .bibtex {
	margin-top:0;
}
.details-list>li .bibtex-breakdown {
	margin-bottom:15px;
}
.details-list>li .bibtex-breakdown ul {
	padding-left:35px;
}

.featured-research-wrapper,
.join-us-wrapper,
.news-events-wrapper {
	padding-top:45px;
}

.featured-research-wrapper {
	display:block;
	float:left;
	margin-right:3.57869%;
	width:56.84221%;
	margin-right:0;
}
.featured-research-wrapper:last-child {
	margin-right:0;
}

.featured-research .preview-content {
	display:block;
	float:left;
	margin-right:3.57869%;
	width:65.47377%;
}
.featured-research .preview-content:last-child {
	margin-right:0;
}
.featured-research .preview-sidebar {
	display:block;
	float:left;
	margin-right:3.57869%;
	width:30.94754%;
}
.featured-research .preview-sidebar:last-child {
	margin-right:0;
}

.join-us {
	background:#eee;
	border-radius:0 0 5px 5px;
	padding:15px 35px 10px;
}
.join-us ul {
	display:block;
	list-style:none;
	margin:0;
	padding:10px 0 0;
	*zoom:1;
}
.join-us ul:before,.join-us ul:after {
	content:" ";
	display:table;
}
.join-us ul:after {
	clear:both;
}
.join-us ul li {
	border-right:1px solid #d8d7d7;
	-webkit-box-shadow:1px 0 0 0 white;
	box-shadow:1px 0 0 0 white;
	display:block;
	float:left;
	padding:10px 0 0;
	width:50%;
}
.join-us ul li:first-of-type {
	padding-right:3%;
}
.join-us ul li:last-of-type {
	border-right:0;
	-webkit-box-shadow:none;
	box-shadow:none;
#	padding-left:3%;
}
.join-us ul li h4 {
	margin-top:0;
}
.join-us ul li img {
	float:left;
	margin:0 5% 35px 0;
}
.join-us ul li section {
	margin-left:5%;
}

.join-us-wrapper {
	display:block;
	float:left;
	margin-right:3.57869%;
	width:100%;
}
.join-us-wrapper:last-child {
	margin-right:0;
}

.news-events-wrapper {
	display:block;
	float:left;
	margin-right:3.57869%;
	width:39.5791%;
}
.news-events-wrapper:last-child {
	margin-right:0;
}

.news-events-header {
	padding:0 0 5px;
}
.news-events-header strong {
	border-right:1px solid #909090;
	padding-right:5px;
}
.news-events-header em {
	display:block;
	padding-top:5px;
}

.news-events-list {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
.news-events-list li {
	margin:0 0 15px;
	padding:0;
}
.news-events-list li.featured {
	background:#eee;
	border-radius:3px;
	padding:3%;
}

.page-previous-disabled {
	font-style: italic;
}

.person-info {
	padding:20px 0 0;
	*zoom:1;
	max-width:68em;
	margin-left:auto;
	margin-right:auto;
}
.person-info:before,.person-info:after {
	content:" ";
	display:table;
}
.person-info:after {
	clear:both;
}
.person-info .photo-contact {
	display:block;
	float:left;
	margin-right:3.57869%;
	width:39.5791%;
}
.person-info .photo-contact:last-child {
	margin-right:0;
}
.person-info .person-details {
	display:block;
	float:left;
	margin-right:3.57869%;
	width:56.84221%;
}
.person-info .person-details:last-child {
	margin-right:0;
}
.person-info .person-details .details-list>li {
	padding-top:0;
	margin:0 0 15px;
}
.person-info h5 {
	text-transform:uppercase;
}
.person-info ul {
	list-style:none;
	margin:0;
	padding:0;
}
.person-info ul>li {
	margin:0 0 5px;
}
.person-info ul>li a {
	font-weight:400;
}

.picture-right {
	clear:right;
	float:right;
	margin:0 0 10px 10px;
}

.preview-header {
	border-bottom:1px solid #d8d7d7;
	padding:5px 0;
	margin:0 0 15px;
}
.preview-header h2 {
	line-height:1;
	margin:0;
}
.preview-header h2 a {
	color:#444;
}

.preview-link-block {
	background:#eee;
	border-radius:3px;
	padding:10px;
	margin-bottom:25px;
}
.preview-link-block a {
	color:#444;
	font-weight:bold;
	-webkit-font-smoothing:antialiased;
}
.preview-link-block h6 {
	margin:0 0 5px;
	padding:0;
}
.preview-link-block ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
.preview-link-block ul li {
	padding-top:5px;
}
.preview-link-block ul li:first-of-type {
	padding-top:0;
}
.preview-link-block .indented-list {
	padding-left:10%;
}

.publications-results ul {
	list-style:none;
	margin:0;
	padding:0;
}

.publication-source {
	line-height:1.6;
	padding:12px 0 0;
}
.publication-source:first-of-type {
	padding-top:1px;
}
.publication-source a {
	font-weight:bold;
	-webkit-font-smoothing:antialiased;
}
.publication-source .bibtex {
	display:inline-block;
	margin-top:4px;
}
.publication-source .bibtex.active~ul {
	display:block;
}
.publication-source .bibtex-breakdown {
	*zoom:1;
}
.publication-source .bibtex-breakdown:before,.publication-source .bibtex-breakdown:after {
	content:" ";
	display:table;
}
.publication-source .bibtex-breakdown:after {
	clear:both;
}
.publication-source .bibtex-breakdown a {
	color:#444;
}
.publication-source .bibtex-breakdown ul {
	display:none;
}
.publication-source .icon-file {
	font-size:16px;
	font-size:1rem;
	vertical-align:middle;
}
.publication-source .journal-name {
	font-style:italic;
}
.publication-source .pdf-link {
	margin-left:25px;
}
.publication-source ul {
	line-height:1.2;
	padding:0 0 15px 15px;
}
.publication-source ul li {
	padding:5px 0 0 20px;
}
.publication-source ul li:first-of-type {
	padding-left:0;
}

.publication-source ul li:last-of-type {
	padding-left:0;
}

.research-area-content {
	float:left;
	padding-left:3%;
	width:65%;
}
.research-area-content h3 {
	margin-top:0;
}

.researcher-bio {
	padding-top:5px;
}

.researchers-list {
	margin:0;
	padding:0;
	*zoom:1;
	max-width:68em;
	margin-left:auto;
	margin-right:auto;
}
.researchers-list:before,.researchers-list:after {
	content:" ";
	display:table;
}
.researchers-list:after {
	clear:both;
}
.researchers-list li {
	padding:10px 0 0;
	display:block;
	float:left;
	margin-right:3.57869%;
	width:30.94754%;
}
.researchers-list li:last-child {
	margin-right:0;
}
.researchers-list li:nth-child(3n+1) {
	margin-right:0;
}
.researchers-list img {
	margin:0 10px 5px 0;
}

.showcase-media {
#	-webkit-box-shadow:0 0 5px 1px #909090;
#	box-shadow:0 0 5px 1px #909090;
	display:block;
#	padding:10px;
	max-width:45%;
}
.showcase-media.left {
	float:left;
	margin:10px 15px 10px 0;
}
.showcase-media.right {
	float:right;
	margin:10px 0 10px 15px;
}
.showcase-media audio,
.showcase-media embed,
.showcase-media iframe,
.showcase-media img,
.showcase-media video {
	border:1px solid #666;
	display:block;
	margin:0 auto;
	max-width:100%;
}
.showcase-media blockquote {
	font-size:18px;
	font-size:1.125rem;
	margin:10px 15px;
	text-align:center;
}
.showcase-media cite {
	display:block;
	text-align:right;
}
.showcase-media figcaption {
	background:#d8d7d7;
	color:#000;
	margin-top:10px;
	padding:5px;
}

.sidebar-section {
	background:#f3f3f3;
	border:1px solid #eee;
	border-radius:3px;
	margin-top:25px;
	padding:15px 20px;
}
.sidebar-section a {
	font-weight:bold;
	-webkit-font-smoothing:antialiased;
}
.sidebar-section h4,.sidebar-section h5 {
	margin-top:0;
}
.sidebar-section h4 {
	border-bottom:1px solid #d8d7d7;
	margin-bottom:15px;
	padding-bottom:5px;
}
.sidebar-section h5 {
	text-transform:uppercase;
}
.sidebar-section ul {
	list-style:none;
	margin:0;
	padding:0;
}
.sidebar-section .news-events-list a {
	font-weight:400;
}
.sidebar-section .news-events-list strong {
	text-transform:uppercase;
}

nav.sidebar-section .current {
	color:#444;
}
nav.sidebar-section li {
	padding-top:10px;
}
nav.sidebar-section li:first-of-type {
	padding-top:0;
}
nav.sidebar-section ul {
	margin:0;
	padding:0;
}

.sidebar-subsection {
	padding-top:25px;
}
.sidebar-subsection:first-of-type {
	padding-top:0;
}

.subheader {
	position:relative;
}

.flex-direction-nav {
	display:block;
	position:relative;
}
.flex-direction-nav li a {
	background:url(../img/sprites/flexslider.png) no-repeat;
	z-index:9999;
}
.flex-direction-nav li a.flex-prev {
	background-image:url(../img/sprites/flexslider.png);
	background-position:0 0;
	width:18px;
	height:24px;
}
.flex-direction-nav li a.flex-next {
	background-image:url(../img/sprites/flexslider.png);
	background-position:0 -24px;
	width:18px;
	height:24px;
}

.flexslider {
	border:1px solid #444;
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin:0;
}
.flexslider img {
	border-radius:0;
	margin:0;
	min-height:200px;
}

.flexslider>ul>li {
	position:relative;
}

#home-slider {
	padding-top: 10px;
	padding-bottom: 0;
	-webkit-font-smoothing: antialiased;
}

.slide-content {
	color:#fff;
	left:0;
	padding:10% 5%;
	position:absolute;
	text-shadow:1px 1px 3px black;
	top:0;
	width:75%;
}
.slide-content h1 {
	font-size:38px;
	font-size:2.375rem;
	font-weight:bold;
	line-height:1;
	margin:0;
}
.slide-content p {
	font-size:1.25em;
	font-weight:400;
	line-height:1.4;
	margin:2% 0 4%;
}
.slide-content .button {
	font-size:1.1em;
	font-weight:bold;
	padding:10px 15px;
	text-transform:uppercase;
}

.flexslider-controller {
	background:0;
/*
FY18
	background-color:#eee;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eee),color-stop(100%,#d8d7d7));
	background-image:-webkit-linear-gradient(top,#eee,#d8d7d7);
	background-image:-moz-linear-gradient(top,#eee,#d8d7d7);
	background-image:-ms-linear-gradient(top,#eee,#d8d7d7);
	background-image:-o-linear-gradient(top,#eee,#d8d7d7);
	background-image:linear-gradient(top,#eee,#d8d7d7);
*/
}
.flexslider-controller a {
	color:#666;
	font-weight:400;
	text-decoration:none;
	text-shadow:none;
}

.flexslider-controller .boxes {
	display:none;
	background:0;
}

.flexslider-controller .boxes li {
	display:none;
	background:0;
}

.boxes {
	*zoom:1;
	display:table;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
.boxes:before,.boxes:after {
	content:" ";
	display:table;
}
.boxes:after {
	clear:both;
}
.boxes li {
	border:1px solid #d0cfcf;
	border-right:0;
	-webkit-box-shadow:inset -1px 0 2px 0 white;
	box-shadow:inset -1px 0 2px 0 white;
	display:table-cell;
	height:60px;
	padding:0;
	width:16.66667%;
	vertical-align:middle;
}
.boxes li:last-of-type {
	border-right:1px solid #d0cfcf;
}
.boxes li div {
	display:table;
	height:100%;
	width:100%;
}
.boxes li a {
	display:table-cell;
	font-weight:bold;
	height:100%;
	padding:10px;
	text-align:center;
	vertical-align:middle;
}

.boxes .flex-active {
	border-color:#444;
	-webkit-box-shadow:none;
	box-shadow:none;
	background-color:#909090;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#909090),color-stop(100%,#666));
	background-image:-webkit-linear-gradient(top,#909090,#666);
	background-image:-moz-linear-gradient(top,#909090,#666);
	background-image:-ms-linear-gradient(top,#909090,#666);
	background-image:-o-linear-gradient(top,#909090,#666);
	background-image:linear-gradient(top,#909090,#666);
	position:relative;
}
.boxes .flex-active:before {
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:18px solid #909090;
	content:" ";
	left:45%;
	position:absolute;
	top:-15px;
}
.boxes .flex-active a {
	color:#fff;
}


.flex-direction-nav {
	top:-230px;
}
.flex-direction-nav a {
	opacity:100;
}
.flex-direction-nav a.flex-prev {
	left:1.5%;
}
.flex-direction-nav a.flex-next {
	right:1.5%;
}

/* Custom Media Queries */
@media all and (max-width: 58em) {
	.site-title-text {
	 font-size:2em;
}
.site-title-text span {
	display:none;
}
.showcase-media {
	max-width:60%;
}
.slide-content {
	padding:2% 7%;
	top:20%;
	width:100%;
}
}


@media all {
  /*
    Flex Slider
    May 2018 - always use dot mode, stop using text boxes.
    display: none;
  */
.flex-direction-nav {
	top:-180px;
#	display: none;
}

.flexslider-controller {
#	display:none;
	background:0;
}
.flexslider-controller .boxes {
	background:0;
	display:none;
	margin:2% auto 3%;
/*
FY18
May 2018 - expand for 15 items
	width:155px;  6
	width:400px; 15
	width:410px; 16
also change random from 5 to 15	
*/
	width:410px;
}
.flexslider-controller .boxes li {
	display:none;
	background-color:#eee;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eee),color-stop(100%,#d8d7d7));
	background-image:-webkit-linear-gradient(top,#eee,#d8d7d7);
	background-image:-moz-linear-gradient(top,#eee,#d8d7d7);
	background-image:-ms-linear-gradient(top,#eee,#d8d7d7);
	background-image:-o-linear-gradient(top,#eee,#d8d7d7);
	background-image:linear-gradient(top,#eee,#d8d7d7);
	border:0;
	border-radius:10px;
	-webkit-box-shadow:0 0 3px #666;
	box-shadow:0 0 3px #666;
	display:inline-block;
	height:10px;
	margin-right:10px;
	width:10px;
}
.flexslider-controller .boxes li:before {
	display:none;
}
.flexslider-controller .boxes li.flex-active {
	display:none;
	background-color:#909090;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#909090),color-stop(100%,#666));
	background-image:-webkit-linear-gradient(top,#909090,#666);
	background-image:-moz-linear-gradient(top,#909090,#666);
	background-image:-ms-linear-gradient(top,#909090,#666);
	background-image:-o-linear-gradient(top,#909090,#666);
	background-image:linear-gradient(top,#909090,#666);
}
.flexslider-controller .boxes li a {
	display:none;
}
}

@media all and (max-width: 52em) {
  /*
    Global
  */
	.alt-nav-items {
	 cursor:pointer;
	margin-top:20px;
}
.alt-nav-items.active ul {
	opacity:1;
}
.alt-nav-items .icon-print {
	display:none;
}

.nav-social-links {
/*	color:#e60000;*/
	color:444;
	font-weight:bold;
	margin-top:-18px;
	position:relative;
	-webkit-font-smoothing:antialiased;
}
.nav-social-links .share {
	background-color:transparent;
	border:0;
	color:transparent;
	font:0/0 a;
	text-shadow:none;
}

  /*
    Objects
  */
#site-search,
.site-title {
	margin:0 0 1em;
}
.showcase-media,
.showcase-media.left,
.showcase-media.right {
	float:none;
	margin:15px auto;
	max-width:none;
}

  /*
    Forms
  */
.chzn-container {
	display:none;
}

fieldset ul li {
	margin-right:2%;
	width:auto;
}
fieldset ul li:nth-child(even) {
	margin-right:2%;
}
fieldset input[type="checkbox"] {
	height:0;
	visibility:hidden;
	width:0;
}
fieldset input[type="checkbox"]+span {
	background-color:#eee;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eee),color-stop(100%,#d8d7d7));
	background-image:-webkit-linear-gradient(top,#eee,#d8d7d7);
	background-image:-moz-linear-gradient(top,#eee,#d8d7d7);
	background-image:-ms-linear-gradient(top,#eee,#d8d7d7);
	background-image:-o-linear-gradient(top,#eee,#d8d7d7);
	background-image:linear-gradient(top,#eee,#d8d7d7);
	border:1px solid #909090;
	border-radius:3px;
	-webkit-box-shadow:1px 1px 3px #d8d7d7;
	box-shadow:1px 1px 3px #d8d7d7;
	font-weight:400;
	padding:3px 5px;
	-webkit-font-smoothing:subpixel-antialiased;
	width:auto!important;
}
fieldset input[type="checkbox"]:checked+span {
	background-color:#666;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#666),color-stop(100%,#909090));
	background-image:-webkit-linear-gradient(top,#666,#909090);
	background-image:-moz-linear-gradient(top,#666,#909090);
	background-image:-ms-linear-gradient(top,#666,#909090);
	background-image:-o-linear-gradient(top,#666,#909090);
	background-image:linear-gradient(top,#666,#909090);
	border:1px solid #444;
	-webkit-box-shadow:inset 1px 1px 1px #444;
	box-shadow:inset 1px 1px 1px #444;
	color:#fff;
#	font-weight:200;
	font-weight:400;
}
fieldset legend {
	-webkit-margin-collapse:separate;
	margin-bottom:0;
}
fieldset #publication-tags,
fieldset .publication-date-range,
fieldset>ul {
	-webkit-margin-collapse:separate;
	margin-top:15px!important;
}

.filter-publications-action {
	pointer-events:visible;
}

.page-view {
	bottom:auto;
	margin:20px 0 10px 180px;
	position:relative;
	right:auto;
	z-index:9999;
}
.page-view .chosen-select {
	display:inline-block!important;
}

.publications-filter-wrapper {
	background:0;
	border:0;
	display:inline-block;
	margin:0;
	padding:0;
	position:absolute;
	top:90px;
	z-index:9999;
}
.publications-filter-wrapper h3 {
	border-bottom:0;
	display:inline-block;
	margin-bottom:0;
	padding-bottom:0;
}
.publications-filter-wrapper h3 a {
	background:#eee;
	border:1px solid #909090;
	border-radius:3px;
	display:inline-block;
	margin-bottom:0;
	padding:10px 15px;
	position:relative;
	z-index:100;
}
.publications-filter-wrapper h3 a:hover {
	background:#666;
	color:#fff;
	text-decoration:none;
}
.publications-filter-wrapper form {
	background:#eee;
	display:none;
}
.publications-filter-wrapper.active {
	display:block;
}
.publications-filter-wrapper.active h3 a {
	border-bottom:0;
	border-radius:3px 3px 0 0;
	padding-bottom:10px;
}
.publications-filter-wrapper.active form {
	border:1px solid #909090;
	border-radius:0 3px 3px 3px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	margin-top:-1px;
	padding:15px 20px;
}


  /*
    Objects
  */
.featured-research-wrapper,
.news-events-wrapper {
	padding-top:25px;
}

.join-us {
	padding:15px 20px 10px;
}

.main-content-wrapper,
.sidebar {
	display:block;
	float:left;
	margin-right:3.57869%;
	width:100%;
}
.main-content-wrapper:last-child,
.sidebar:last-child {
	margin-right:0;
}

.research-area-content {
	width:70%;
}

.sidebar-section {
	*zoom:1;
	max-width:68em;
	margin-left:auto;
	margin-right:auto;
}
.sidebar-section:before,.sidebar-section:after {
	content:" ";
	display:table;
}
.sidebar-section:after {
	clear:both;
}
.sidebar-section li {
	margin-bottom:5px;
}
.sidebar-section .news-events-list li {
	margin:0 0 10px;
}
.sidebar-section .news-events-header strong {
	display:inline-block;
	min-width:45px;
	margin-right:8px;
	padding-right:10px;
}
.sidebar-section .news-events-header em {
	display:inline-block;
	padding-left:10px;
}
.sidebar-section .button {
	margin-top:10px;
}

.site-title h1 {
	margin: 0.5em 0 0.3em;
}
}
@media all and (max-width: 43em) {
  /*
    Global
  */
	.alt-nav-items {
		 float:none;
		height:30px;
		margin:0;
		position:absolute;
		right:0;
		top:-70px;
		width:125px;
	}
	.alt-nav-items .button {
		background:0;
		-webkit-box-shadow:none;
		box-shadow:none;
		border:0;
		border-radius:0;
		font-size:inherit;
		font-weight:inherit;
		height:auto;
		text-transform:none;
		width:auto;
	}
	.alt-nav-items .button:hover {
		background:#e60000;
	}
	.alt-nav-items .icon-print {
		display:none;
	}
	.alt-nav-items .nav-social-links {
		background-color:transparent;
		border:0;
		color:transparent;
		font:0/0 a;
		text-shadow:none;
		position:absolute;
	}
	.alt-nav-items .nav-social-links ul {
		background:0;
		border:0;
		-webkit-box-shadow:none;
		box-shadow:none;
		padding:0;
		opacity:1;
		width:122px;
	}
	.alt-nav-items .nav-social-links ul:before {
		display:none;
	}
	.alt-nav-items .nav-social-links ul li {
		margin-left:10px;
	}
	.alt-nav-items .nav-social-links ul li a {
		font-size:20px;
		font-size:1.25rem;
		padding:0;
	}

	.flex-direction-nav {
		top:-150px;
	}
	.footer-links ul {
		float:left;
	}
	.global-content-wrapper {
		padding:15px 10px 30px;
	}



	.global-footer  {
		background: #f3f3f3;
		border-radius: 3px;
    	font-size: 14px;
    	font-size: 0.875rem;
  	/*  padding: 20px 10px 30px;*/

  
		margin: 0 12px 12px 12px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.global-footer a  {
	    color: #666666;
	    display: block;
	    float: none;
    	font-size: 14px;
	    font-size: 0.875rem;
	    max-width: 180px;
		padding: 3px 5px 3px 0;
   		text-transform: none;
	}
	.global-footer ul  {
    	display: block;
    	float: none;
	}
	.global-footer ul li  {
		border: 0;
    	display: block;
    	padding: 0;
	}
	.global-footer p  {
    	font-size: 12px;
    	font-size: 0.75rem;
    	margin: 25px 0 0;
    	line-height: 1.5;
	}
	.global-nav {
		background:0;
		border:1px solid transparent;
		border-radius:3px 0 3px 3px;
		display:block;
		margin:10px 0 0;
		padding:4px 0 0 0;
		position:relative;
	}
	.global-nav.active {
		background-color:#eee;
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eee),color-stop(100%,#d8d7d7));
		background-image:-webkit-linear-gradient(top,#eee,#d8d7d7);
		background-image:-moz-linear-gradient(top,#eee,#d8d7d7);
		background-image:-ms-linear-gradient(top,#eee,#d8d7d7);
		background-image:-o-linear-gradient(top,#eee,#d8d7d7);
		background-image:linear-gradient(top,#eee,#d8d7d7);
		border:1px solid #909090;
	}
	.global-nav.active .global-nav-link {
		border-bottom:0;
	}
	.global-nav.active .main-nav-items {
		display:block;
	}
	.global-nav:before {
		background:#fff;
	}
	.global-nav a {
		color:#444;
		-webkit-box-shadow:none;
		box-shadow:none;
		display:block;
		line-height:1;
		padding:8px 10px;
	}
	.global-nav a:hover {
		background:#909090;
		-webkit-box-shadow:none;
		box-shadow:none;
		color:#fff;
	}
	.global-nav a.share {
		display:none;
	}
	.global-nav .main-nav-items {
		display:none;
		float:none;
	}
	.global-nav .main-nav-items li {
		border-right:0;
		margin:0;
	}

	.global-nav-link {
		background:#eee;
		border:1px solid #909090;
		-webkit-box-shadow:inset 1px 1px 1px white;
		box-shadow:inset 1px 1px 1px white;
		display:block;
		height:31px;
		position:absolute;
		right:-1px;
		top:-41px;
	}
	.global-nav-link.active {
		border-radius:3px 3px 0 0;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	.global-nav-link.active:before {
		background:#eee;
		border-bottom:1px solid #eee;
		border-left:1px solid #909090;
		border-right:1px solid #909090;
		content:" ";
		height:9px;
		position:absolute;
		bottom:-10px;
		right:-1px;
		width:32px;
		z-index:5;
	}
	.global-nav-link:hover {
		-webkit-box-shadow:inset 1px 1px 1px #d8d7d7;
		box-shadow:inset 1px 1px 1px #d8d7d7;
	}

	.join-us ul li {
		border:0;
		-webkit-box-shadow:none;
		box-shadow:none;
		display:block;
		float:left;
		margin-right:3.57869%;
		width:100%;
	}
	.join-us ul li:last-child {
		margin-right:0;
	}
	.join-us ul li:last-of-type {
		padding:0;
	}

	.main-nav-items {
		margin:0;
		padding:0;
	}
	.main-nav-items li {
		border:0;
		float:none;
		padding:0;
	}

	.researchers-list li {
		display:block;
		float:left;
		margin-right:3.57869%;
		width:48.21066%;
	}
	.researchers-list li:last-child {
		margin-right:0;
	}
	.researchers-list li:nth-child(3n+1) {
		margin-right:3.57869%;
	}
	.researchers-list li:nth-child(even) {
		margin-right:0;
	}
	.researchers-list li img {
		display:block;
	}

#site-search {
		clear:both;
		display:block;
		float:left;
		margin:0;
		padding:0;
		width:90%;
	}
#site-search button {
		width:10%;
	}
#site-search input {
		float:left;
		min-width:0;
		width:90%;
	}

	.site-title {
		width:100%;
	}

/* HERE */
	.content-area-item {
		margin-top:25px;
	}

	.featured-research-wrapper,
	.news-events-wrapper {
		display:block;
		float:left;
		margin-right:3.57869%;
		width:100%;
	}
	.featured-research-wrapper:last-child,
	.news-events-wrapper:last-child {
		margin-right:0;
	}

	.featured-research-wrapper,
	.join-us-wrapper,
	.news-events-wrapper {
		padding-top:30px;
	}

	.featured-research .preview-content,
	.featured-research .preview-sidebar {
		display:block;
		float:left;
		margin-right:3.57869%;
		width:100%;
	}
	.featured-research .preview-content:last-child,
	.featured-research .preview-sidebar:last-child {
		margin-right:0;
	}
	.featured-research .preview-sidebar {
		*zoom:1;
		max-width:68em;
		margin-left:auto;
		margin-right:auto;
	}
	.featured-research .preview-sidebar:before,.featured-research .preview-sidebar:after {
		content:" ";
		display:table;
	}
	.featured-research .preview-sidebar:after {
		clear:both;
	}
	.featured-research .preview-sidebar .preview-link-block {
		display:block;
		float:left;
		margin-right:3.57869%;
		width:48.21066%;
	}
	.featured-research .preview-sidebar .preview-link-block:last-child {
		margin-right:0;
	}

	.news-events-list li {
		margin:0 0 20px;
	}

	.news-events-wrapper {
		padding-top:0;
	}

	.research-area-content {
		padding:0;
		width:100%;
	}

	.slide-content {
		top:15%;
	}
	.slide-content h1 {
		font-size:28px;
		font-size:1.75rem;
	}
	.slide-content p {
		font-size: 14px;
		font-size: 0.875rem;
	}
	.slide-content .button {
		font-size: 14px;
		font-size: 0.875rem;
	}
}
@media all and (max-width: 30em) {
	body,h5,h6,p {
		font-size: 14px;
		font-size: 0.875rem;
	}

	h1 {
		font-size:2em;
	}

	h2 {
		font-size:22px;
		font-size:1.375rem;
	}

	.merl-logo {
		padding-right:0;
	}

	.content-area-item {
		margin-top:0;
	}
	.content-area-item .publications-results .button {
		margin-top:15px;
	}
	.content-area-item .publication-source {
		border-top:1px solid #d8d7d7;
		padding:10px 0;
	}
	.content-area-item .publication-source:first-of-type {
		border-top:0;
		padding-top:0;
	}

	.global-content-wrapper {
		padding:0 0 15px;
	}
	.global-content-wrapper .container {
		padding-left:15px;
		padding-right:15px;
	}

	.global-content-wrapper .container>* {
	/*	padding-left:15px;
		padding-right:15px */
	}

	.global-footer {
		font-size:14px;
		font-size:.875rem;
	}
	.global-footer p {
		line-height:1.5;
	}
	.global-header {
		border-bottom:0;
		padding-bottom:5px;
	}
/* HERE */
	.join-us ul li:first-of-type {
		border-bottom:1px solid #d8d7d7;
		margin-bottom:10px;
	}
	.join-us ul li img {
		display:none;
	}
	.join-us ul li section {
		margin:0;
		width:100%;
	}

	.merl-logo {
/*		height:30px; */
/*		width:80px */
	}

	.page-view {
		margin-top:10px;
		text-align:left;
	}
	.page-view .chosen-select {
		display:block!important;
		margin-top:5px;
	}

	.person-info .photo-contact,
	.person-info .person-details {
		display:block;
		float:left;
		margin-right:3.57869%;
		width:100%;
	}
	.person-info .photo-contact:last-child,
	.person-info .person-details:last-child {
		margin-right:0;
	}
	.person-info .photo-contact {
		border-bottom:1px solid #d8d7d7;
		padding-bottom:15px;
		margin-bottom:15px;
	}
	.person-info .photo-contact img {
		float:left;
		margin-right:5%;
		width:40%;
	}
	.person-info .photo-contact li {
		line-height:1.7;
		margin:0 0 15px;
	}
	.person-info .photo-contact li strong {
		display:block;
	}

	.publications-filter-wrapper {
		width:93%;
	}
	.publications-filter-wrapper form {
		padding:5px 15px;
	}

	.sidebar-section li {
		margin:0 0 10px;
	}
	.sidebar-section fieldset ul li {
		margin-top:5px;
		padding:0;
	}
	.sidebar-section .button {
		float:right;
		margin-top:0;
	}
	.sidebar-section .news-events-header em {
		display:block;
		padding-left:0;
	}

	.sidebar-subsection {
		display:block;
		float:left;
		margin-right:3.57869%;
		width:100%;
		padding-top:20px;
	}
	.sidebar-subsection:last-child {
		margin-right:0;
	}

	nav.sidebar-section li {
		padding-top:0;
	}

	#site-search {
		width:88%;
	}

	.site-title .site-title-text {
		min-width:0;
	}

  /*
    Flexslider
  */
	.flex-direction-nav {
		top:-130px;
	}
	.flex-direction-nav .flex-next {
		right:5px;
	}
	.flex-direction-nav .flex-prev {
		left:5px;
	}

	#home-slider {
		padding-bottom:15px;
	}

	.slide-content {
		height:100%;
		padding:4% 10%;
		top:0;
	}
	.slide-content p {
		font-size:inherit;
		font-weight:400;
		text-overflow:ellipsis;
	}
	.slide-content .button {
		float:right;
		padding:5px 10px;
	}
}
@media all and (max-width: 28em) {
	.publications-filter-wrapper {
	 top:125px;
	}
}





/* ADDENDUM */


/* publication graphic */
.showcase-media  {
  -webkit-box-shadow: 0 0 5px 1px #909090;
  box-shadow: 0 0 5px 1px #909090;
  display: block;
  padding: 10px;
  max-width: 45%;
}
.showcase-media.left  {
  float: left;
  margin: 10px 15px 10px 0;
  max-width: 65%;	
}
.showcase-media.right  {
  float: right;
  margin: 10px 0 10px 15px;  
  max-width: 65%;		
}

@media all and (max-width: 52em)  {
	.showcase-media  {
		max-width: 0;	
	}
}



@media all and (max-width: 52em)  {
	.smartphone-links-hide  {
     display: none;
    }	
}
@media all and (min-width: 52em) {
    .desktop-links-hide  {
      display: none;
    }	    
}



@media all and (max-width: 58em)  {
	.showcase-media,
	.showcase-media img  {
   
	}
}

.list-filter  {
	float: left;
	width: 30.94754%;
	margin-right: 3.57869%;
}
.list-main-upper, .list-main-lower  {
	float: right;
	width: 60.47377%;
}




.main-nav-items-right  {
    float: right;
}

@media all and (max-width: 43em)  {
  /*
    hide bread crumbs when compact header kicks in
  */
  span.bread  {
  	display: none;
  }

  .main-nav-items-right  {
    float: none;
  }

  li.smartphone-hide  {
    display: none;
  }
 }


.people-list  {
	style: white-space:nowrap;
}

@media all and (max-width: 40em)  {
   /*
    Objects
  */

  
  div.bread  {
  	display: none;
  }

.list-main-upper, .list-main-lower, .list-filter  {
  float: none;
  width: auto;
}

  .showcase-media,
  .showcase-media.left,
  .showcase-media.right  {
    float: none;
    margin: 15px auto;
    max-width: none;
  }
}



/*
 Google Map embed
*/
.iframe-rwd   {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.iframe-rwd iframe  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/* 
Patents Table styling
*/
table.patents  { 
  width: 100%; 
  border-collapse: collapse; 
  
}
/* Zebra striping */
tr.patents:nth-of-type(odd)  { 
  background: #eeeeee; 
}
tr.patents:nth-of-type(odd) td.patents  {  
  border: 1px solid #ffffff; 
}
tr.patents:nth-of-type(even)  { 
  background: #ffffff; 
  border: 1px solid #eeeeee; 
}
th.patents  { 
  background: #e60000; 
  color: white; 
  font-weight: bold;   
}
td.patents, th.patents  { 
  padding: 6px; 
  border: 1px solid #eeeeee; 
  text-align: left; 
}
td.patents  {
  vertical-align: top;
}
td.patents:nth-of-type(1)  { white-space: nowrap; }
td.patents:nth-of-type(3)  { white-space: nowrap; font-size: x-small;}
td.patents:nth-of-type(4)  { white-space: nowrap; }


/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 480px)   {

	/* Force table to not be like tables anymore */
	table.patents, thead.patents, tbody.patents, th.patents, td.patents, tr.patents  { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead.patents tr.patents  { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr.patents  { 
		border: 1px solid #ccc; 
	}
	
	td.patents  { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 30%; 
	}

	td.patents:nth-of-type(1)  {
			font-weight: bold;
	}
	
	td.patents:before  { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td.patents:nth-of-type(1):before  { content: "Patent No.: "; font-weight: bold; }
	td.patents:nth-of-type(2):before  { content: "Title: ";}
	td.patents:nth-of-type(3):before  { content: "Inventors: ";  font-size: small; }
	td.patents:nth-of-type(4):before  { content: "Issue Date: "; }
}



@media (min-width: 481px)  {

	li.melcoleft, li.melcoright  {
		float: left;
		margin-top: 5.5%; 
		width: 40.21066%; 
	}
	li.melcoleft  {
		margin-right: 10%;
	}

	li.melcobusiness  {
		float: left;
		margin-top: 5.5%; 
		width: 48%; 
		
	}

}

@media (max-width: 480px)  {

	li.melcoleft, li.melcoright, li.melcobusiness  {
		float: none;
		width: auto; 
		margin-bottom: 40px; 
	}
	li.melcobusiness  {
		margin-right: 0;
	}

}

video  {
  width: 100%    !important;
  height: auto   !important;
}


.list-wrapper  {
	float: left;
}
.pub-header  {
	float: right;
	padding: 0 0;
}
.pub-filter  {
	float: left;
}
.pub-list  {
	float: right;
	padding: 0 0 0 0;	
}


.list-header  {
  display: block;
  width: 65.47377%;
  margin-right: 0; 
  float:right;
}
.list-header:last-child  {
  margin-right: 0;
}


.list-filter  {
  display: block;
  float: left;
  margin-right: 3.57869%;
  width: 30.94754%;
  position: relative;
}
.list-filter:last-child  {
  margin-right: 0;
}


@media all and (max-width: 52em)  {

  .list-header,
  .list-filter  {
    display: block;
    float: left;
    margin-right: 0;
    width: 100%;
  }
  .list-header:last-child,
  .list-filter:last-child  {
    margin-right: 0;
  }
	.list-wrapper {
		float: left;
		width: auto;
	}
	.list-header, .pub-filter, .pub-list    {
		float: none;
		width: auto;
	}
	
	.pub-filter  {
		position: relative;
		height: 75px;
	}

	.pub-filter form  {
		display: none;
	}
	
	.pub-filter section h3 a  {
		display: inline-block;
	}


 .publications-filter-wrapper  {
    top: 5px;
 }


.list-filter  {
 position: relative;
    top: 0px;
  }
}




.filter-subareas {
	display: block; 
	float: none;
}
@media all and (max-width: 52em)  {
	.filter-subareas {
		display: inline-block; 
		float: left;
	}

}



button.filter-submit-small  {
	
	padding: 1px 1px;
	text-shadow: 0px 0px 0px transparent;
	text-transform: uppercase;

	color: #444;
	border: none;
	background-color: transparent;
	background-image: none;
	padding: 0;
}



.featured-research-wrapper,
.join-us-wrapper,
.news-events-wrapper  {
  padding-top: 45px;
}
.featured-research-wrapper  {
	float:right;
}

@media all and (max-width: 52em)  {

	.featured-research-wrapper  {
	  padding-bottom: 45px;
	  padding-top: 0px;
	}
	
	.news-events-wrapper  {
	  padding-bottom: 45px;
	  padding-top: 0px;
	}

	.main-content-wrapper pub-list {
		float: none;
	}


}


@media all and (max-width: 43em)  {
	.featured-research-wrapper  {
		float:none;
	}

	featured-research-wrapper,
	.join-us-wrapper,
	.news-events-wrapper  {
	  padding-bottom: 45px;
	}

	.featured-research-wrapper  {
	  padding-bottom: 45px;
	  padding-top: 0px;
	}

}


@media all and (max-width: 28em)  {
	
  	.featured-research .preview-sidebar  {
  #		width: 150%;
	}
}


