html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
td{vertical-align:top;}
strong{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
em{font-style:italic;}
ul{list-style:disc;}
ol{list-style:decimal;}
sup{position:relative;top:-4px;font-size:80%;margin:0 0 0 1px;}
div:after, ul:after, ol:after, dl:after, dt:after, dd:after, li:after, blockquote:after, section:after,article:after, footer:after,form:after{content:"";display:block;}
.clearfix{display:block;clear:both;visibility:hidden;height:0;font-size:0;line-height:0;}
div:after, ul:after, ol:after, dl:after, dt:after, dd:after, li:after, blockquote:after, section:after,article:after,footer:after,form:after{clear:both;}
div, ul, ol, dl, dt, dd, li, blockquote,form,section,article,footer,header{zoom:1;}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */


/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `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;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@-webkit-keyframes slidebar {
  0%   { transform:translate(0, 0); }
  100% { transform:translate(100px, 0); }
}
@-moz-keyframes slidebar {
  0%   { transform:translate(0, 0); }
  100% { transform:translate(100px, 0); }
}
@-o-keyframes slidebar {
  0%   { transform:translate(0, 0); }
  100% { transform:translate(100px, 0); }
}
@keyframes slidebar {
  0%   { transform:translate(0, 0); }
  100% { transform:translate(100px, 0); }
}

/* EXO  https://www.google.com/fonts/specimen/Exo */
/* Light */
@font-face {
    font-family: 'ExoWeb';
    src: url('fonts/exo/exo-light-webfont.eot');
    src: url('fonts/exo/exo-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo/exo-light-webfont.woff') format('woff'),
         url('fonts/exo/exo-light-webfont.ttf') format('truetype'),
         url('fonts/exo/exo-light-webfont.svg#exolight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'ExoWeb';
    src: url('fonts/exo/exo-lightitalic-webfont.eot');
    src: url('fonts/exo/exo-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo/exo-lightitalic-webfont.woff') format('woff'),
         url('fonts/exo/exo-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/exo/exo-lightitalic-webfont.svg#exolightitalic') format('svg');
    font-weight: 300;
    font-style: italic;
}
/* SemiBold */
@font-face {
    font-family: 'ExoWeb';
    src: url('fonts/exo/exo-semibold-webfont.eot');
    src: url('fonts/exo/exo-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo/exo-semibold-webfont.woff') format('woff'),
         url('fonts/exo/exo-semibold-webfont.ttf') format('truetype'),
         url('fonts/exo/exo-semibold-webfont.svg#exodemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'ExoWeb';
    src: url('fonts/exo/exo-semibolditalic-webfont.eot');
    src: url('fonts/exo/exo-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo/exo-semibolditalic-webfont.woff') format('woff'),
         url('fonts/exo/exo-semibolditalic-webfont.ttf') format('truetype'),
         url('fonts/exo/exo-semibolditalic-webfont.svg#exodemibolditalic') format('svg');
    font-weight: 600;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'ExoWeb';
    src: url('fonts/exo/exo-bold-webfont.eot');
    src: url('fonts/exo/exo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo/exo-bold-webfont.woff') format('woff'),
         url('fonts/exo/exo-bold-webfont.ttf') format('truetype'),
         url('fonts/exo/exo-bold-webfont.svg#exobold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ExoWeb';
    src: url('fonts/exo/exo-bolditalic-webfont.eot');
    src: url('fonts/exo/exo-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo/exo-bolditalic-webfont.woff') format('woff'),
         url('fonts/exo/exo-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/exo/exo-bolditalic-webfont.svg#exobolditalic') format('svg');
    font-weight: 700;
    font-style: italic;
}
/* UBUNTU */
/* Light 300 */
@font-face {
    font-family: 'UbuntuWeb';
    src: url('fonts/ubuntu/ubuntu-l-webfont.eot');
    src: url('fonts/ubuntu/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu/ubuntu-l-webfont.woff') format('woff'),
         url('fonts/ubuntu/ubuntu-l-webfont.ttf') format('truetype'),
         url('fonts/ubuntu/ubuntu-l-webfont.svg#ubuntulight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'UbuntuWeb';
    src: url('fonts/ubuntu/ubuntu-li-webfont.eot');
    src: url('fonts/ubuntu/ubuntu-li-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu/ubuntu-li-webfont.woff') format('woff'),
         url('fonts/ubuntu/ubuntu-li-webfont.ttf') format('truetype'),
         url('fonts/ubuntu/ubuntu-li-webfont.svg#ubuntulight_italic') format('svg');
    font-weight: 300;
    font-style: italic;
}
/* Normal 400 */
@font-face {
    font-family: 'UbuntuWeb';
    src: url('fonts/ubuntu/ubuntu-r-webfont.eot');
    src: url('fonts/ubuntu/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu/ubuntu-r-webfont.woff') format('woff'),
         url('fonts/ubuntu/ubuntu-r-webfont.ttf') format('truetype'),
         url('fonts/ubuntu/ubuntu-r-webfont.svg#ubunturegular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'UbuntuWeb';
    src: url('fonts/ubuntu/ubuntu-ri-webfont.eot');
    src: url('fonts/ubuntu/ubuntu-ri-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu/ubuntu-ri-webfont.woff') format('woff'),
         url('fonts/ubuntu/ubuntu-ri-webfont.ttf') format('truetype'),
         url('fonts/ubuntu/ubuntu-ri-webfont.svg#ubuntuitalic') format('svg');
    font-weight: 400;
    font-style: italic;
}
/* Medium 500 */
@font-face {
    font-family: 'UbuntuWeb';
    src: url('fonts/ubuntu/ubuntu-m-webfont.eot');
    src: url('fonts/ubuntu/ubuntu-m-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu/ubuntu-m-webfont.woff') format('woff'),
         url('fonts/ubuntu/ubuntu-m-webfont.ttf') format('truetype'),
         url('fonts/ubuntu/ubuntu-m-webfont.svg#ubuntumedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'UbuntuWeb';
    src: url('fonts/ubuntu/ubuntu-mi-webfont.eot');
    src: url('fonts/ubuntu/ubuntu-mi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu/ubuntu-mi-webfont.woff') format('woff'),
         url('fonts/ubuntu/ubuntu-mi-webfont.ttf') format('truetype'),
         url('fonts/ubuntu/ubuntu-mi-webfont.svg#ubuntumedium_italic') format('svg');
    font-weight: 500;
    font-style: italic;
}
/* Bold 700 */
@font-face {
    font-family: 'UbuntuWeb';
    src: url('fonts/ubuntu/ubuntu-b-webfont.eot');
    src: url('fonts/ubuntu/ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu/ubuntu-b-webfont.woff') format('woff'),
         url('fonts/ubuntu/ubuntu-b-webfont.ttf') format('truetype'),
         url('fonts/ubuntu/ubuntu-b-webfont.svg#ubuntubold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'UbuntuWeb';
    src: url('fonts/ubuntu/ubuntu-bi-webfont.eot');
    src: url('fonts/ubuntu/ubuntu-bi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu/ubuntu-bi-webfont.woff') format('woff'),
         url('fonts/ubuntu/ubuntu-bi-webfont.ttf') format('truetype'),
         url('fonts/ubuntu/ubuntu-bi-webfont.svg#ubuntubold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}
/* OPEN SANS */
/* Normal 400 */
@font-face {
    font-family: 'OpenSansWeb';
    src: url('fonts/open_sans/opensans-regular-webfont.eot');
    src: url('fonts/open_sans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open_sans/opensans-regular-webfont.woff') format('woff'),
         url('fonts/open_sans/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/open_sans/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansWeb';
    src: url('fonts/open_sans/opensans-italic-webfont.eot');
    src: url('fonts/open_sans/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open_sans/opensans-italic-webfont.woff') format('woff'),
         url('fonts/open_sans/opensans-italic-webfont.ttf') format('truetype'),
         url('fonts/open_sans/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: 400;
    font-style: italic;
}
/* Semi Bold 600 */
@font-face {
    font-family: 'OpenSansWeb';
    src: url('fonts/open_sans/opensans-semibold-webfont.eot');
    src: url('fonts/open_sans/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open_sans/opensans-semibold-webfont.woff') format('woff'),
         url('fonts/open_sans/opensans-semibold-webfont.ttf') format('truetype'),
         url('fonts/open_sans/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansWeb';
    src: url('fonts/open_sans/opensans-semibolditalic-webfont.eot');
    src: url('fonts/open_sans/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open_sans/opensans-semibolditalic-webfont.woff') format('woff'),
         url('fonts/open_sans/opensans-semibolditalic-webfont.ttf') format('truetype'),
         url('fonts/open_sans/opensans-semibolditalic-webfont.svg#open_sanssemibold_italic') format('svg');
    font-weight: 600;
    font-style: italic;
}
/* Bold 700 */
@font-face {
    font-family: 'OpenSansWeb';
    src: url('fonts/open_sans/opensans-bold-webfont.eot');
    src: url('fonts/open_sans/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open_sans/opensans-bold-webfont.woff') format('woff'),
         url('fonts/open_sans/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/open_sans/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansWeb';
    src: url('fonts/open_sans/opensans-bolditalic-webfont.eot');
    src: url('fonts/open_sans/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open_sans/opensans-bolditalic-webfont.woff') format('woff'),
         url('fonts/open_sans/opensans-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/open_sans/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}


/* Fix for choppy WOFF font rendering in Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Exo */
  @font-face {
      font-family: 'ExoWeb';
      src: url('fonts/exo/exo-light-webfont.svg#exolight') format('svg');
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
      font-family: 'ExoWeb';
      src: url('fonts/exo/exo-lightitalic-webfont.svg#exolightitalic') format('svg');
    font-weight: 300;
    font-style: italic;
  }
@font-face {
    font-family: 'ExoWeb';
    src: url('fonts/exo/exo-semibold-webfont.svg#exodemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'ExoWeb';
    src: url('fonts/exo/exo-semibolditalic-webfont.svg#exodemibolditalic') format('svg');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'ExoWeb';
    src: url('fonts/exo/exo-bold-webfont.svg#exobold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ExoWeb';
    src: url('fonts/exo/exo-bolditalic-webfont.svg#exobolditalic') format('svg');
    font-weight: 700;
    font-style: italic;
}
/* Ubuntu */
@font-face {
    font-family: 'UbuntuWeb';
    src: url('fonts/ubuntu/ubuntu-l-webfont.svg#ubuntulight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'UbuntuWeb';
    src: url('fonts/ubuntu/ubuntu-li-webfont.svg#ubuntulight_italic') format('svg');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'UbuntuWeb';
    src: url('fonts/ubuntu/ubuntu-r-webfont.svg#ubunturegular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'UbuntuWeb';
    src: url('fonts/ubuntu/ubuntu-ri-webfont.svg#ubuntuitalic') format('svg');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'UbuntuWeb';
    src: url('fonts/ubuntu/ubuntu-m-webfont.svg#ubuntumedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'UbuntuWeb';
    src: url('fonts/ubuntu/ubuntu-mi-webfont.svg#ubuntumedium_italic') format('svg');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'UbuntuWeb';
    src: url('fonts/ubuntu/ubuntu-b-webfont.svg#ubuntubold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'UbuntuWeb';
    src: url('fonts/ubuntu/ubuntu-bi-webfont.svg#ubuntubold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}
/* Open Sans */
@font-face {
    font-family: 'OpenSansWeb';
    src: url('fonts/open_sans/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansWeb';
    src: url('fonts/open_sans/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSansWeb';
    src: url('fonts/open_sans/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansWeb';
    src: url('fonts/open_sans/opensans-semibolditalic-webfont.svg#open_sanssemibold_italic') format('svg');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSansWeb';
    src: url('fonts/open_sans/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansWeb';
    src: url('fonts/open_sans/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}
}


html,body {
background-color:#656565;	
overflow:visible !important;
height: auto !important;	
}
.preview-message {
padding:11px 0;
background:#0D845A;
color:#fff;
text-align:center;
}
.preview-message p {
margin:0 !important;	
}
img.float_left {
    float: left; 
    margin: 1% 3.5% 2% 0;
}

img.float_right {
    float: right;
    margin: 1% 0 2% 3.5%;
}
.pagination {
text-align:center;	
}
.pagination-links {
display:inline-block;
list-style:none;
margin:0;
padding:0;	
}
.pagination .page {
float:left;	
margin:0 3px;
border:1px solid #ddd;
}
.pagination .page a {
float:left;	
min-width:24px;
padding:0 4px;
height:32px;
line-height:32px;
text-align:center;
text-decoration:none;
color:#656565;
}
.pagination .page a.active {
background-color:#E27130;
color:#fff;	
}
.notification {
max-width:1140px;
padding:20px 30px;
background-color:#eee;
margin:10px auto 10px auto;	
/*max-height:140px;
overflow:hidden;*/
}
.content-main .notification {
margin-bottom:30px;	
position:relative;
}
.notification.success {
background-color: #deecc4;
color: #424a39;	
}
.notification:hover {
/*overflow:scroll;
height:auto;	
max-height:100%;*/
}
.container {
background-color:#fff;
margin:0 auto;
width:auto;
/*min-width:1400px;*/
}

.container-header {
background-color:#fff;	
padding-bottom:3px;
position:relative;
z-index:50;
}
#home .container-header {
background: rgb(189,194,42);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkYzIyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2JkYzIyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2YzYTEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iI2YzYTEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2YzYTEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2U3NzQzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U3NzQzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U3NzQzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAxODU5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzAxODU5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzdmNTA4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzdmNTA4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzdmNTA4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2JiMzAzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYjMwMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(189,194,42,1) 0%, rgba(189,194,42,1) 19%, rgba(243,161,0,1) 20%, rgba(243,161,0,1) 34%, rgba(243,161,0,1) 35%, rgba(231,116,49,1) 35%, rgba(231,116,49,1) 50%, rgba(231,116,49,1) 50%, rgba(1,133,154,1) 50%, rgba(1,133,154,1) 65%, rgba(127,80,132,1) 66%, rgba(127,80,132,1) 81%, rgba(127,80,132,1) 81%, rgba(187,48,55,1) 82%, rgba(187,48,55,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(189,194,42,1)), color-stop(19%,rgba(189,194,42,1)), color-stop(20%,rgba(243,161,0,1)), color-stop(34%,rgba(243,161,0,1)), color-stop(35%,rgba(243,161,0,1)), color-stop(35%,rgba(231,116,49,1)), color-stop(50%,rgba(231,116,49,1)), color-stop(50%,rgba(231,116,49,1)), color-stop(50%,rgba(1,133,154,1)), color-stop(65%,rgba(1,133,154,1)), color-stop(66%,rgba(127,80,132,1)), color-stop(81%,rgba(127,80,132,1)), color-stop(81%,rgba(127,80,132,1)), color-stop(82%,rgba(187,48,55,1)), color-stop(100%,rgba(187,48,55,1)));
background: -webkit-linear-gradient(left,  rgba(189,194,42,1) 0%,rgba(189,194,42,1) 19%,rgba(243,161,0,1) 20%,rgba(243,161,0,1) 34%,rgba(243,161,0,1) 35%,rgba(231,116,49,1) 35%,rgba(231,116,49,1) 50%,rgba(231,116,49,1) 50%,rgba(1,133,154,1) 50%,rgba(1,133,154,1) 65%,rgba(127,80,132,1) 66%,rgba(127,80,132,1) 81%,rgba(127,80,132,1) 81%,rgba(187,48,55,1) 82%,rgba(187,48,55,1) 100%);
background: -o-linear-gradient(left,  rgba(189,194,42,1) 0%,rgba(189,194,42,1) 19%,rgba(243,161,0,1) 20%,rgba(243,161,0,1) 34%,rgba(243,161,0,1) 35%,rgba(231,116,49,1) 35%,rgba(231,116,49,1) 50%,rgba(231,116,49,1) 50%,rgba(1,133,154,1) 50%,rgba(1,133,154,1) 65%,rgba(127,80,132,1) 66%,rgba(127,80,132,1) 81%,rgba(127,80,132,1) 81%,rgba(187,48,55,1) 82%,rgba(187,48,55,1) 100%);
background: -ms-linear-gradient(left,  rgba(189,194,42,1) 0%,rgba(189,194,42,1) 19%,rgba(243,161,0,1) 20%,rgba(243,161,0,1) 34%,rgba(243,161,0,1) 35%,rgba(231,116,49,1) 35%,rgba(231,116,49,1) 50%,rgba(231,116,49,1) 50%,rgba(1,133,154,1) 50%,rgba(1,133,154,1) 65%,rgba(127,80,132,1) 66%,rgba(127,80,132,1) 81%,rgba(127,80,132,1) 81%,rgba(187,48,55,1) 82%,rgba(187,48,55,1) 100%);
background: linear-gradient(to right,  rgba(189,194,42,1) 0%,rgba(189,194,42,1) 19%,rgba(243,161,0,1) 20%,rgba(243,161,0,1) 34%,rgba(243,161,0,1) 35%,rgba(231,116,49,1) 35%,rgba(231,116,49,1) 50%,rgba(231,116,49,1) 50%,rgba(1,133,154,1) 50%,rgba(1,133,154,1) 65%,rgba(127,80,132,1) 66%,rgba(127,80,132,1) 81%,rgba(127,80,132,1) 81%,rgba(187,48,55,1) 82%,rgba(187,48,55,1) 100%);
background-size:100% 3px;
background-position:50% 100%;
background-repeat:no-repeat;
}
.header {
height:108px;
max-width:1105px;
margin:0 auto;
position:relative;
}
.container-home-features {
min-height:200px;	
padding-bottom:3px;
background: rgb(189,194,42);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkYzIyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2JkYzIyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2YzYTEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iI2YzYTEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2YzYTEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2U3NzQzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U3NzQzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U3NzQzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAxODU5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzAxODU5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzdmNTA4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzdmNTA4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzdmNTA4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2JiMzAzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYjMwMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(189,194,42,1) 0%, rgba(189,194,42,1) 19%, rgba(243,161,0,1) 20%, rgba(243,161,0,1) 34%, rgba(243,161,0,1) 35%, rgba(231,116,49,1) 35%, rgba(231,116,49,1) 50%, rgba(231,116,49,1) 50%, rgba(1,133,154,1) 50%, rgba(1,133,154,1) 65%, rgba(127,80,132,1) 66%, rgba(127,80,132,1) 81%, rgba(127,80,132,1) 81%, rgba(187,48,55,1) 82%, rgba(187,48,55,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(189,194,42,1)), color-stop(19%,rgba(189,194,42,1)), color-stop(20%,rgba(243,161,0,1)), color-stop(34%,rgba(243,161,0,1)), color-stop(35%,rgba(243,161,0,1)), color-stop(35%,rgba(231,116,49,1)), color-stop(50%,rgba(231,116,49,1)), color-stop(50%,rgba(231,116,49,1)), color-stop(50%,rgba(1,133,154,1)), color-stop(65%,rgba(1,133,154,1)), color-stop(66%,rgba(127,80,132,1)), color-stop(81%,rgba(127,80,132,1)), color-stop(81%,rgba(127,80,132,1)), color-stop(82%,rgba(187,48,55,1)), color-stop(100%,rgba(187,48,55,1)));
background: -webkit-linear-gradient(left,  rgba(189,194,42,1) 0%,rgba(189,194,42,1) 19%,rgba(243,161,0,1) 20%,rgba(243,161,0,1) 34%,rgba(243,161,0,1) 35%,rgba(231,116,49,1) 35%,rgba(231,116,49,1) 50%,rgba(231,116,49,1) 50%,rgba(1,133,154,1) 50%,rgba(1,133,154,1) 65%,rgba(127,80,132,1) 66%,rgba(127,80,132,1) 81%,rgba(127,80,132,1) 81%,rgba(187,48,55,1) 82%,rgba(187,48,55,1) 100%);
background: -o-linear-gradient(left,  rgba(189,194,42,1) 0%,rgba(189,194,42,1) 19%,rgba(243,161,0,1) 20%,rgba(243,161,0,1) 34%,rgba(243,161,0,1) 35%,rgba(231,116,49,1) 35%,rgba(231,116,49,1) 50%,rgba(231,116,49,1) 50%,rgba(1,133,154,1) 50%,rgba(1,133,154,1) 65%,rgba(127,80,132,1) 66%,rgba(127,80,132,1) 81%,rgba(127,80,132,1) 81%,rgba(187,48,55,1) 82%,rgba(187,48,55,1) 100%);
background: -ms-linear-gradient(left,  rgba(189,194,42,1) 0%,rgba(189,194,42,1) 19%,rgba(243,161,0,1) 20%,rgba(243,161,0,1) 34%,rgba(243,161,0,1) 35%,rgba(231,116,49,1) 35%,rgba(231,116,49,1) 50%,rgba(231,116,49,1) 50%,rgba(1,133,154,1) 50%,rgba(1,133,154,1) 65%,rgba(127,80,132,1) 66%,rgba(127,80,132,1) 81%,rgba(127,80,132,1) 81%,rgba(187,48,55,1) 82%,rgba(187,48,55,1) 100%);
background: linear-gradient(to right,  rgba(189,194,42,1) 0%,rgba(189,194,42,1) 19%,rgba(243,161,0,1) 20%,rgba(243,161,0,1) 34%,rgba(243,161,0,1) 35%,rgba(231,116,49,1) 35%,rgba(231,116,49,1) 50%,rgba(231,116,49,1) 50%,rgba(1,133,154,1) 50%,rgba(1,133,154,1) 65%,rgba(127,80,132,1) 66%,rgba(127,80,132,1) 81%,rgba(127,80,132,1) 81%,rgba(187,48,55,1) 82%,rgba(187,48,55,1) 100%);
background-size:100% 3px;
background-position:50% 100%;
background-repeat:no-repeat;
}
.container-content {
/*background-color:#fff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
background-size:50% 100%;
background-repeat:no-repeat;
background-position:0 0;
*/
/* updates to new design layout */
background-image:url(../i/bg_building2.png);
background-position:100% 100%;
background-repeat:no-repeat;
background-color:#FAFAFA;
padding-bottom:50px;
position:relative;
z-index:25;
}

.section-resident-companies .container-content {
/*ackground: #f0f0f0;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(left, #ffffff 3%, #f0f0f0 50%, #ffffff 97%);
background: -webkit-gradient(linear, left top, right top, color-stop(3%,#ffffff), color-stop(50%,#f0f0f0), color-stop(97%,#ffffff));
background: -webkit-linear-gradient(left, #ffffff 3%,#f0f0f0 50%,#ffffff 97%);
background: -o-linear-gradient(left, #ffffff 3%,#f0f0f0 50%,#ffffff 97%);
background: -ms-linear-gradient(left, #ffffff 3%,#f0f0f0 50%,#ffffff 97%);
background: linear-gradient(to right, #ffffff 3%,#f0f0f0 50%,#ffffff 97%);*/
background-size:2000px 10px;
background-position:50% 0;
background-repeat:repeat-y;
background-image:none;
/*padding:84px 0;*/
}
.section-resident-companies .content {
padding-top:84px;
padding-bottom:50px;
}
.container .container-content {
padding-bottom:50px;
}
.section-facilities-services .container-content {
background-image:none;
/*background-color:#fff;*/
padding:0;	
}
#branding {
width:200px;
height:62px;
background-image:url(../i/lc_logo.svg);
background-size:100% auto;
background-repeat:no-repeat;
background-position:0 0;
text-indent:100%;
overflow:hidden;
white-space:nowrap;
position:relative;
top:26px;
float:left;
}
img.six-logo {
	width: 75px;
	padding: 0 55px;
}
img.learning-logo {
	width:163px;
}
.no-svg #branding {
background-image:url(../i/lc_logo-200.png);
background-size:100% auto;
}

#branding a {
display:block;
width:100%;
height:100%;
text-decoration:none;	
}
.content {
width:100%;	
width:auto;
max-width:1100px;
margin:0 auto;
padding:50px 0;
min-height:500px;
position:relative;
padding:0;
/* new design layout updates */
padding:3px 50px 0 50px;
padding:84px 50px 50px 50px;
background-color:#fff;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkYzIyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2JkYzIyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2YzYTEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iI2YzYTEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2YzYTEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2U3NzQzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U3NzQzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U3NzQzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAxODU5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzAxODU5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzdmNTA4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzdmNTA4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzdmNTA4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2JiMzAzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYjMwMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background-image: -moz-linear-gradient(left,  rgba(189,194,42,1) 0%, rgba(189,194,42,1) 19%, rgba(243,161,0,1) 20%, rgba(243,161,0,1) 34%, rgba(243,161,0,1) 35%, rgba(231,116,49,1) 35%, rgba(231,116,49,1) 50%, rgba(231,116,49,1) 50%, rgba(1,133,154,1) 50%, rgba(1,133,154,1) 65%, rgba(127,80,132,1) 66%, rgba(127,80,132,1) 81%, rgba(127,80,132,1) 81%, rgba(187,48,55,1) 82%, rgba(187,48,55,1) 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(189,194,42,1)), color-stop(19%,rgba(189,194,42,1)), color-stop(20%,rgba(243,161,0,1)), color-stop(34%,rgba(243,161,0,1)), color-stop(35%,rgba(243,161,0,1)), color-stop(35%,rgba(231,116,49,1)), color-stop(50%,rgba(231,116,49,1)), color-stop(50%,rgba(231,116,49,1)), color-stop(50%,rgba(1,133,154,1)), color-stop(65%,rgba(1,133,154,1)), color-stop(66%,rgba(127,80,132,1)), color-stop(81%,rgba(127,80,132,1)), color-stop(81%,rgba(127,80,132,1)), color-stop(82%,rgba(187,48,55,1)), color-stop(100%,rgba(187,48,55,1)));
background-image: -webkit-linear-gradient(left,  rgba(189,194,42,1) 0%,rgba(189,194,42,1) 19%,rgba(243,161,0,1) 20%,rgba(243,161,0,1) 34%,rgba(243,161,0,1) 35%,rgba(231,116,49,1) 35%,rgba(231,116,49,1) 50%,rgba(231,116,49,1) 50%,rgba(1,133,154,1) 50%,rgba(1,133,154,1) 65%,rgba(127,80,132,1) 66%,rgba(127,80,132,1) 81%,rgba(127,80,132,1) 81%,rgba(187,48,55,1) 82%,rgba(187,48,55,1) 100%);
background-image: -o-linear-gradient(left,  rgba(189,194,42,1) 0%,rgba(189,194,42,1) 19%,rgba(243,161,0,1) 20%,rgba(243,161,0,1) 34%,rgba(243,161,0,1) 35%,rgba(231,116,49,1) 35%,rgba(231,116,49,1) 50%,rgba(231,116,49,1) 50%,rgba(1,133,154,1) 50%,rgba(1,133,154,1) 65%,rgba(127,80,132,1) 66%,rgba(127,80,132,1) 81%,rgba(127,80,132,1) 81%,rgba(187,48,55,1) 82%,rgba(187,48,55,1) 100%);
background-image: -ms-linear-gradient(left,  rgba(189,194,42,1) 0%,rgba(189,194,42,1) 19%,rgba(243,161,0,1) 20%,rgba(243,161,0,1) 34%,rgba(243,161,0,1) 35%,rgba(231,116,49,1) 35%,rgba(231,116,49,1) 50%,rgba(231,116,49,1) 50%,rgba(1,133,154,1) 50%,rgba(1,133,154,1) 65%,rgba(127,80,132,1) 66%,rgba(127,80,132,1) 81%,rgba(127,80,132,1) 81%,rgba(187,48,55,1) 82%,rgba(187,48,55,1) 100%);
background-image: linear-gradient(to right,  rgba(189,194,42,1) 0%,rgba(189,194,42,1) 19%,rgba(243,161,0,1) 20%,rgba(243,161,0,1) 34%,rgba(243,161,0,1) 35%,rgba(231,116,49,1) 35%,rgba(231,116,49,1) 50%,rgba(231,116,49,1) 50%,rgba(1,133,154,1) 50%,rgba(1,133,154,1) 65%,rgba(127,80,132,1) 66%,rgba(127,80,132,1) 81%,rgba(127,80,132,1) 81%,rgba(187,48,55,1) 82%,rgba(187,48,55,1) 100%);
background-size:100% 3px;
background-position:0 0;
background-repeat:no-repeat;
position:relative;
top:-15px;
-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2);
-moz-box-shadow:0 0 3px rgba(0,0,0,0.2);
box-shadow:0 0 3px rgba(0,0,0,0.2);
}
.section-facilities-services .content {
}
.container-footer {
background-color:#656565;	
}
.footer {
min-height:200px;	
width:100%;
max-width:1100px;
margin:0 auto;
}
.footer-content {
	width:100%;
max-width:936px;
margin:0 auto;
padding:30px 0;
}
.footer-header {
padding:65px 0 32px 0;	
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0ODQ4NCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjODQ4NDg0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjODQ4NDg0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg0ODQ4NCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(left, rgba(132,132,132,0.3) 0%, rgba(132,132,132,1) 15%, rgba(132,132,132,1) 85%, rgba(132,132,132,0.3) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(132,132,132,0.3)), color-stop(15%,rgba(132,132,132,1)), color-stop(85%,rgba(132,132,132,1)), color-stop(100%,rgba(132,132,132,0.3)));
background: -webkit-linear-gradient(left, rgba(132,132,132,0.3) 0%,rgba(132,132,132,1) 15%,rgba(132,132,132,1) 85%,rgba(132,132,132,0.3) 100%);
background: -o-linear-gradient(left, rgba(132,132,132,0.3) 0%,rgba(132,132,132,1) 15%,rgba(132,132,132,1) 85%,rgba(132,132,132,0.3) 100%);
background: -ms-linear-gradient(left, rgba(132,132,132,0.3) 0%,rgba(132,132,132,1) 15%,rgba(132,132,132,1) 85%,rgba(132,132,132,0.3) 100%);
background: linear-gradient(to right, rgba(132,132,132,0.3) 0%,rgba(132,132,132,1) 15%,rgba(132,132,132,1) 85%,rgba(132,132,132,0.3) 100%);
background-size:100% 1px;
background-position:50% 100%;
background-repeat:no-repeat;
}
.footer-header-inner {
width:100%;
max-width:936px;
margin:0 auto;
}
.footer-col {
width:25%;	
width:20%;
margin:0 5% 0 0;
float:left;
}
.footer-branding {
float:left;
width:163px;
height:51px;
background-image:url(../i/footer_logo.png);
background-position:0 0;
background-repeat:no-repeat;
text-indent:101%;
overflow:hidden;
white-space:nowrap;
}
.footer-branding a {
float:left;
width:100%;
height:100%;
cursor:pointer;	
}
.footer-social {
float:right;
list-style:none;
margin:0;
padding:0;
position:relative;
top: 14px;
}
.footer-social li {
float:left;
margin:0 0 0 6px;
}
.footer-social a {
width:28px;
height:28px;
text-indent:101%;
overflow:hidden;
white-space:nowrap;
display:block;
text-decoration:none;
background-image:url(../i/footer_social.png);
background-repeat:no-repeat;	
}
.footer-nav {
font-size:13px;
text-transform:uppercase;	
}
.footer-nav li {
margin:0 0 7px 0;	
}
.footer-email {
width:28%;	
width:29%;
margin:0;
}
.footer-copyright {
width:12%;
width:14%;	
width:auto;
max-width:14%;
float:right;
margin:0;
}
.footer-social .footer-social-facebook a {
	
}
.footer-social .footer-social-twitter a {
background-position:-34px 0;
}
.footer-social .footer-social-linkedin a {
background-position:-68px 0;
}

.home-features {
background-color:#D3D56A;
background-color:#ececec;
}
.feature-content {
max-width:1105px;
margin:0 auto;
height:90%;
height:315px;
position:relative;
top:5%;	
top:63px;
}
.feature-blurb {
background:rgba(0,107,125,0.75);
height:	100%;
width:55%;
color:#fff;
width:670px;
width:100%;	
max-width:670px;
}
.card-row {
margin-bottom:2%;	
}
.container-labc-cards {
max-width:1900px;
max-width:1500px;
margin:0 auto;
position:relative;
z-index:10;	
}
.card-featured {
/*background:#000;
color:#fff;*/
}
.card-featured-image {
position:absolute;
width:100%;
height:100%;
z-index:15;
top:0;
left:0;
overflow:hidden;
}
.card-content {
z-index:16;	
}
.card-featured-image img {
position:absolute;
top:0;
left:0;
width:100%;
height:auto;
opacity:0.5;
}
.card-link {
z-index:17 !important;	
}
.labc-gmap {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;	
z-index:5;
}
.map-cover {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:6;	
background-color:rgba(255,255,255,0.60);
/*background-color:transparent;
display:none;*/
}
.map-cover-fade {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:7;	
background-image:url(../i/bg_filters_white.png);
background-position:50% 0;
background-repeat:no-repeat;
/*background-color:transparent;
display:none;*/
}
.cards-learn-more {
margin:0 auto;
position:relative;
z-index:8;
padding:50px 40px 80px 40px;
width:94%;
max-width:400px;
text-align:center;
}
.cards-learn-more a {
width:100%;
line-height:24px;
padding:16px 0;
/*border:1px solid #A0A0A0;*/
-webkit-border-radius:5px;
-moz-border-radius:5px;	
border-radius:5px;	
background-color:#F0F0F0;
color:#8E8E8E;
text-transform:uppercase;
display:block;
text-decoration:none;
font-weight:700;
color:#8d8d8d;
color:#a3a3a3;
font-family:"ExoWeb", "Exo", Tahoma, Geneva, sans-serif;
background-color:#444;
/*background: rgb(240,240,240);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(227,227,227,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(227,227,227,1)));
background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(227,227,227,1) 100%);
background: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(227,227,227,1) 100%);
background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(227,227,227,1) 100%);
background: linear-gradient(to bottom, rgba(240,240,240,1) 0%,rgba(227,227,227,1) 100%);
*/
background:#e87431;
color:#fff;	

}
.cards-learn-more a:hover {
background:#e87431;
color:#fff;	
background-color:#444;
}
.labc-card {
position:relative;
background-color:#fff;
background:rgba(255,255,255,1.0);
width:24%;
margin:0 0.5% 1% 0.5%;
float:left;
overflow:hidden;
}
#home .labc-card {
-webkit-box-shadow:-1px 0 5px rgba(0,0,0,0.15);
-moz-box-shadow:-1px 0 5px rgba(0,0,0,0.15);
box-shadow:-1px 0 5px rgba(0,0,0,0.15);
}
.labc-card:before {
content: "";
	display: block;
	padding-top: 60%; 
}
.card-content {
position:absolute;
width:70%;
height:50%;
height:80%;
overflow:hidden;
padding: 13% 13% 0 13%;
top:0;
left:0;
/*font-size:1.0vw;
line-height:1.3vw;*/
font-size:18px !important;
line-height:24px;
}
.intro-title {
display:block;	
}
.container-nav-main {
float:right;
white-space:nowrap;	
position:relative;
top:45px;
position:absolute;
right:0;
}
.container-home-latest {
background-color:#ECECEC;
position:relative;
padding:40px 0;	
padding-top:250px;
}
.container-footer {
background-color:#656565;
color:#fff;	
}
.home-features {
position:relative;
height:498px;
width:100%;	
}
.feature {
height:498px;
overflow:hidden;
position:relative;	
background-position:0 0;
background-repeat:no-repeat;
background-size:100% auto;
position:absolute;
width:100%;
display:none;
}
.company-logo {
position:absolute;
top:15%;
left:15%;
right:15%;
bottom:15%;
}
.company-logo img {
height:auto;
width:100%;	
}
.card-link {
position:absolute;
z-index:15;
width:100%;
height:100%;
left:0;
top:0;
text-decoration:none;
overflow:hidden;
white-space:nowrap;	
background-color:#fff;
background:rgba(255,255,255,0);
/*opacity:0;*/
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
.card-link span {
position:absolute;
width:36%;
width:42%;
left:50%;
margin-left:-21%;
background:rgba(153,53,153,0.8);
background-color:#e87431;
background-color:rgba(232,116,49,0.8);
color:#fff;
-webkit-border-radius:100px;
-moz-border-radius:100px;
border-radius:100px;
line-height:20px;
text-align:center;
height:16%;
top:50%;
margin-top:-4%;
line-height:34px;
overflow:hidden;
font-size:inherit;
font-family:"OpenSansWeb", "Open Sans", Tahoma, Geneva, sans-serif;
font-weight:600;
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
top:120%;
}
.card-link:hover {
/*opacity:0.8;*/
background:rgba(255,255,255,0.8);
}

.card-link:hover span {
top:50%;
/*background:rgba(0,101,171,0.8);*/
background-color:rgba(232,116,49,1.0);
}
.container-card-filters {
z-index:50;
position:relative;
text-align:center;
border-bottom:1px solid #c1c1c1;
width:100%;
max-width:1490px;
margin:-180px auto 40px auto;
/*
-webkit-mask-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%);
-o-mask-image: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%);
-moz-mask-image: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
mask-image:linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%);
*/
}
.card-filters {
list-style:none;
margin:0;
padding:0;	
display:inline-block;
}
.card-filters li {
float:left;
margin:0 30px;
padding:0;	
white-space:nowrap;
font-size:20px;
font-size:19px;
position:relative;
}
.card-filters a {
float:left;
white-space:nowrap;
text-decoration:none;
padding:50px 6px 20px 6px;
padding-bottom:40px;
text-align:center;
color:#656565;
}
.card-filters .active {
color:#0065ab;	
}
.home-labspace {
background-color:#fff;
position:absolute;
z-index:50;	
height:140px;
width:100%;
top:-80px;
max-width:1100px;
margin:0;
left:50%;
margin-left:-25%;
margin-left:-550px;
-webkit-box-shadow:-2px 2px 0px rgba(0,0,0,0.2);
-moz-box-shadow:-2px 2px 0px rgba(0,0,0,0.2);
box-shadow:-2px 2px 0px rgba(0,0,0,0.2);
}
.slidesjs-container {
height:498px !important;
}
.slidesjs-pagination {
position:absolute;	
z-index:50;
top:0;
display:none;
}
.slidesjs-navigation {
position:absolute;	
z-index:50;
top:0;
color:#fff;
}
.slidesjs-previous {
top:50%;
left:2%;
}
.slidesjs-next {
top:50%;
right:2%;
}
.container-mastheader {
background-color:#e87431;
position:relative;
overflow:hidden;
display:table;
width:100%;
z-index:20;
}
.mastheader-outer {
position:relative;
overflow:hidden;
}
.mastheader-img {
position:absolute;
top:0;
left:0;
width:100%;
height:auto;
z-index:2;	
opacity:0.8;
}
.container-mastheader .masthead-text p {
padding:15px 0;
}
.section-about .container-mastheader {
background-color:#E87431;
}
.section-about .masthead-text p {
background-color:#e87431;
background:rgba(232,116,49,0.9);
}
.section-facilities-services .container-mastheader {
background-color:#BDC22A;
}
.section-facilities-services .masthead-text p {
background-color:#bdc22a;
background:rgba(189,194,42,0.9);
}
.section-resident-companies .container-mastheader {
background-color:#00859A;
}
.section-resident-companies .masthead-text p {
background-color:#00859a;
background:rgba(0,133,154,0.9);
}
.section-news-events .container-mastheader {
background-color:#7E5084;
}
.section-news-events .masthead-text p {
background-color:#7e5084;
background:rgba(126,80,132,0.9);
}
.section-contact .container-mastheader {
background-color:#F3A000;
}
.section-contact .masthead-text p {
background-color:#f3a000;
background:rgba(243,160,0,0.9);
}
.section-apply .container-mastheader {
background-color:#BB2F36;
}
.section-apply .masthead-text p {
background-color:#bb2f36;
background:rgba(187,47,54,0.9);
}
.masthead {
width:auto;
max-width:1100px;
position:relative;
color:#fff;
text-align:center;
margin:0 auto;
/*height:284px;*/
overflow:hidden;
z-index:10;
}
.masthead:after {
content:'';
display:block;
padding-top:30%;	
}
.masthead {
font-size:40px;
font-family:"ExoWeb", "Exo", Tahoma, Geneva, sans-serif;	
font-weight:300;
text-transform:uppercase;
}
.masthead-content {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.masthead-text {
display:table;
height:100%;
width:100%;	
}
.masthead-text div {
display:table-cell;
vertical-align:middle;
}
.masthead strong {
font-weight:600;	
}
.masthead p {
margin:0;
font-size:40px;
line-height:44px;	
font-size:35px;
line-height:40px;
background-color: #e87431;
background: rgba(232,116,49,0.9);
}
.content {
/*display:table;*/
}
.side-col {
float:left;
width:22.7%;
width:250px;
padding:54px 0 0 0;
/*float:none;
display:table-cell;
vertical-align:top;*/

}
.content-main {
float:right;
width:72.7%;	
float:none;
width:auto;
margin-left:28.2%;
margin-left:250px;
overflow:hidden;
background-color:#fff;
padding:0 0 70px 60px;
/*float:none;
display:table-cell;
vertical-align:top;*/
}
.content-main-full {
float:none;
width:auto;
margin:0;
padding:0 0 70px 0;
}
.feature-link {
color:#004B45;
text-decoration:none;
font-size:14px;
text-transform:uppercase;
background:rgba(255,255,255,0.95);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
line-height:24px;
padding:10px 0;
width:190px;
width:27%;
text-align:center;
-webkit-box-shadow:0 0 3px rgba(0,0,0,0.4);
-moz-box-shadow:0 0 3px rgba(0,0,0,0.4);
box-shadow:0 0 3px rgba(0,0,0,0.4);
display:block;
font-weight:700;
margin:-5% 0 0 8%;
letter-spacing:0.10em;
}
.container-610-gallery,.grad-slides {
height:498px;	
}
.container-tour {
position:absolute;
width:80%;
height:76%;
top:0;
right:5%;
}
.gallery-holder {
position:relative;
width:100%;
height:100%;
padding-bottom:40px;
}
.container-610-gallery {
position:relative;
}
.container-tour .slidesjs-pagination,.container-610-gallery .slidesjs-pagination {
display:block;
position:absolute;
z-index:20;
list-style:none;
margin:0;
padding:0;
white-space:nowrap;
width:100%;
text-align:center;
bottom:10px;
top:auto;
left:0;
}
.container-tour .slidesjs-container,.container-610-gallery .slidesjs-container {
height: 100% !important;	
}
.container-tour .slidesjs-pagination li,.container-610-gallery .slidesjs-pagination li {
float:none;
display:inline-block;
margin:0 3px;
}
.container-tour .slidesjs-pagination li a,.container-610-gallery .slidesjs-pagination li a {
float:left;
width:12px;
height:12px;
background-color:#e9e9e9;
-webkit-border-radius:13px;	
-moz-border-radius:13px;	
border-radius:13px;	
white-space:nowrap;
overflow:hidden;
text-decoration:none;
text-indent:100%;
background-color:#b7b7b7;	

}
.container-tour .slidesjs-pagination li .active,.container-610-gallery .slidesjs-pagination li .active {
background-color:#444;	
}
.container-tour .slidesjs-control {
height:100% !important;	
}
.container-610-gallery,.grad-slides {
height:520px;
}


.gallery-item {
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
z-index:2;
display:none;
}
.gallery-item img {
max-width:100%;
height:auto;	
position:relative;
z-index:1;
}
.photo-caption {
position:absolute;
top:90%;
left:0;
width:90%;
padding:8px 5%;
height:20px;
line-height:20px;
background-color: #bdc22a;
background: rgba(189,194,42,0.7);	
color:#fff;
font-size:13px;
font-weight:600;
z-index:10;
display:none;
}
.home-features .slidesjs-control {
height:100% !important;	
}
.home-features .slidesjs-container {
height:100% !important;	
}
.home-features .feature {
height:100%;	
}
.tenant-list {
list-style:none;
margin:0;
padding:0;	
}
.tenant-item {
margin:0 0 20px 0;
}
.tenant-logo {
float:left;
width:100px;
margin:0 40px 0 0;	
padding:5px;
border:1px solid #ddd;
}
.tenant-info {
width:300px;
float:left;
}
.container-page-title .page-title {
float:left;	
}
.loggedin-info {
float:right;
text-align:right;	
}
.loggedin-info p {
line-height:22px;	
}
.pub-name {
display:block;
margin-top:-8px;	
font-size:80%;
}
.discuss-heading {
float:left;	
}
.discuss-search {
float:right;	
}
.discuss-search form {
width:340px;	
}
.discuss-search input[type=text] {
width:240px;	
margin-right:10px;
}
.discuss-search input[type=text],.discuss-search input[type=submit] {
float:left;	
}
.discuss-search input[type=submit] {
width:75px;	
}
.discuss-search .hiddenFields {
display:none;	
}
.search-top {
background-color:#eee;
padding:15px;	
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}
.search-top p {
margin:0;	
margin-top:-15px;
}
.thread-1 {
margin-left:40px;	
}
.thread-2 {
margin-left:80px;	
}
.thread-3 {
margin-left:120px;	
}
.thread-4 {
margin-left:160px;	
}
.publication-name {
color:#38383A;
display:block;
line-height:14px;
font-size:13px;
margin:0 0 5px 0;
font-weight:600;
}
.twitter-feed {
float:right;
width:260px;
position:absolute;
top:0;
right:0;	
}
.media-header {
border-bottom:2px solid #E5E5E5;
padding:0 0 30px 0;
margin:0 0 30px 0;
}
.media-nav-links {
list-style:none;
margin:0;
padding:0;	
float:left;
}
.media-nav-links li {
    font-size: 24px;
    float: left;
    line-height: 20px;
    height: 20px;
    border-right: 1px solid #353535;
    padding: 0 26px 0 0;
    margin: 0 26px 0 0;
    font-weight: 600;
}
.media-nav-links li:last-child {
border:0;	
}
.media-nav-links a {
text-decoration:none;	
float:left;
line-height:24px;
position:relative;
top:-4px;
color:#353535;
}
.media-nav-links li a.active {
font-weight:700;
color:#F89A27;
text-decoration:underline;
}
.media-news-switch {
list-style:none;
margin:0 0 50px 0;
padding:0;	
}
.media-news-switch li {
float:left;
margin:0 20px 10px 0;	
}
.media-news-switch a {
float:left;
line-height:28px;
border-radius:8px;
background-color:#E5E5E5;
padding:4px 15px;	
font-size:20px;
color:#A3A3A3;
font-weight:500;
text-decoration:none;
}
.media-news-switch a.active {
background-color:#4F4F4F;
color:#fff;	
}
.media-listing-content {
position:relative;	
min-height:600px;
}
.media-listing-content .news-listing2 {
float:none;
margin:0 340px 0 0;	
}
.media-subscribe {
float:right;
width:100%;
max-width:450px;
position:relative;
right:30px;
}
.media-subscribe #newsletter-email {
float:left;
width:60%;
}
.media-subscribe form .submit {
float:right;
width:36%;	
clear:none;
}
.media-main-content {
margin:0 340px 0 0;	
}
.media-main-content .news-listing2 {
margin:0;
}
#topic-category {
max-width:300px;
width:100%;	
}
/*================================
			Expertise Search
==================================*/
.category-column {
width:50%;
float:left;	
}
.expertise-result-items {
list-style:none;
margin:0;
padding:0;
}
.resident-result {
max-width:170px;
float:left;
margin:0 0 2% 0;	
max-width:100%;
min-width:170px;
float:none;
padding:10px;
border:1px solid #ccc;
}
.resident-result:nth-child(4n) + .resident-result {
clear:left;	
}
.result-name,.result-company,.result-title,.result-email {
display:block;
line-height:18px;
	
}
.result-thumbnail {
display:block;
float:left;
max-width:170px;
margin:0 5% 0 0;
}
.result-thumbnail img {
float:left;	
}
.result-info {
display:block;
padding:0 0 0 0;
float:left;
width:30%;
}
.result-expertise {
float:right;	
width:30%;
}
.result-name {
font-size:18px;
font-weight:600;
line-height:21px;
margin:0 0 8px 0;
}
.result-company,.result-title,.result-email {
font-size:15px;
line-height:21px;	
}
.search-keywords, .search-categories {
float:left;
width:41%;
}
.search-keywords {
margin:0 3% 0 0;	
}
.hiddenFields {
float:left;	
}
input.search-button {
float:right;
border:0;
width:90px !important;
background-color:#E27130;
color:#fff;

}
.expertise-search-button {
float:right;
max-width:90px;
width:15%;	
color:#fff;
background-color:#E27130;
border:0;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
padding:0;
text-align:center;
text-transform:uppercase;
font-family:"Open Sans", Arial, Helvetica, sans-serif;
height:38px;
line-height:40px;
cursor:pointer;
font-size:14px;
}
.expertise-search-button:hover {
background-color:#656565;	
}
.result-expertises {
margin:6px 0 0 0;
padding:0;
list-style:none;	
}
.result-expertises li {
font-size:13px;
line-height:15px;
margin:0 0 6px 0;	
}
.results-header {
	
}
.results-header h3 {
float:left;
line-height:24px;
margin:0 10px 0 0;
}
.results-filteredby {
float:left;
line-height:24px;
}
.expertise-group {
padding:0 0 20px 15px;	
}
.expertise-group h3 {
font-weight:600;	
}
.expertise-group .expertise-list {
list-style:none;
margin:0;
padding:0;	
}
.expertise-group .expertise-list li {
line-height:20px;
margin:0 0 8px 0;	
}
.content-main .expertise-heading {
padding:0 0 9px 0;	
border-bottom:1px solid #C1C1C1;
font-weight:500 !important;
}
#expertise-search {
margin:0 0 55px 0;
}
.result-email {
padding:8px 0 0 0;	
}
.result-expertises {
float:left;
width:50%;	
}
.result-expertise {
width:40%;	
}
.clear-value {
display:inline-block;
text-decoration:none;
position:relative;
top:3px;	
opacity:.7;
}
.clear-value:hover {
opacity:1;	
}
.category-latest-date {
font-size:13px;
line-height:16px;
margin:0 0 5px 0;	
}
tbody tr .col-category-latest {
width:300px;	
}
.category-latest-title {
font-weight:600;	
}
.recent-activity-date {
font-weight:500;
font-size:16px;
line-height:19px;
margin:0 0 5px 0;
}
.not-viewed .recent-activity-date {
font-weight:700;
}
.recent-activity-author {
font-size:15px;	
}
.topics-header {
margin:0 0 15px 0;
}
.category-topics-header {
font-size:22px;
font-weight:500;
line-height:24px;
float:left;	
}
.discuss-search form {
width:auto;
white-space:nowrap;	
}
.events-carousel {
margin: 0 auto;	
padding:0 8%;
height:330px !important;
}
.carousel-item {
height:328px !important;	
position:relative;
}
.carousel-item .thumbnail {
display:block;
text-align:center;
margin:0 0 6px 0;
padding:14px 0 0 0;	
height:94px;
}
.carousel-item .thumbnail img {
display:inline;	
position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-item-inner {
height:328px;
margin:0 4.8%;
position:relative;	
}
.carousel-item a {
display:block;
border:1px solid #999;
text-decoration:none;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
height:326px;
}
.carousel-date {
font-size:15px;
display:block;
line-height:29px;
color:#444;
}
.carousel-item a:hover {
border-color:#EA742E;
}
.carousel-inner-wrap {
display:block;
padding:5%;
height:90%;
width:90%;	
}
.carousel-title {
display:block;
text-align:center;	
}
.carousel-date {
display:block;
text-align:center;	
}
.carousel-type {
display:block;
text-align:center;	
}
.slick-prev2,.slick-next2 {
position:absolute;
top:32%;
text-decoration:none;
width:8.8%;
text-indent:100%;
overflow:hidden;
background-position:50% 50%;
background-repeat:no-repeat;
background-size:100% auto;
opacity:0.6;
}
.slick-prev2:after,.slick-next2:after {
content:'';
height:0;
display:block;
margin-top:100%;
}
.slick-prev2:hover,.slick-next2:hover {
opacity:1.0;
}
.slick-prev2 {
left:0;	
background-image:url(../i/icons/svg/csl-arrow-left.svg);
}
.slick-next2 {
right:0;	
background-image:url(../i/icons/svg/csl-arrow-right.svg);
}
.events-header {
background-color:#E77431;
color:#fff;
padding:15px 16px;
margin:0 0 30px 0;
}
.events-header h3 {
float:left;
margin:0;
font-size:22px;
}
.events-header a {
color:#fff;
float:right;
text-decoration:none;	
}
.events-header a:hover {
color:#fff;
text-decoration:underline;	
}
.csl-tag {
position: absolute;
    width: 36%;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    background: rgba(153,53,153,0.8);
    background-color: #e87431;
    background-color: rgba(232,116,49,0.8);
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    line-height: 20px;
    text-align: center;
    top: 50%;
    margin-top: -4%;
    line-height: 34px;
    overflow: hidden;
    font-size: inherit;
    font-family: "OpenSansWeb", "Open Sans", Tahoma, Geneva, sans-serif;
    font-weight: 600;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    top: 120%;
}
.carousel-card:hover .csl-tag {
top: 50%;
    /* background: rgba(0,101,171,0.8); */
    background-color: rgba(232,116,49,1.0);	
}
.carousel-card:hover .carousel-inner-wrap {
opacity:.2;	
}
.carousel-type {
position:absolute;
bottom:16px;
left:50%;
width:34%;
margin-left:-17%;
background-color:#999;
color:#fff;	
white-space:nowrap;
overflow:hidden;
line-height:26px;
font-size:13px;
}
.carousel-type-public {
background-color:#F39F00;
}
.carousel-type-resident {
background-color:#00869A;
width:48%;
margin-left:-24%;
}
.carousel-title {
color:#222;
font-weight:400;
font-size:20px;
line-height:25px;
}
/*.section-facilities-services .grad-main h2 {
font-size:34px;
line-height:38px;
} 
.grad-space-container .grad-main {
padding:50px 120px !important;	
}*/
.nav-button {
position: absolute;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
margin: -1px;
border: 0;
padding: 0;
width: 1px;
height: 1px;
overflow: hidden;
text-indent: 100%;
white-space:nowrap;
float: left;	
}
.nav-button:focus,.nav-button:active {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
text-indent: 0;
float: none;	
}
.nav-main {
list-style:none;
margin:0;
padding:0;	
position:relative;
z-index:10;
}
.nav-item {
margin:0;
padding:0;
float:left;
position:relative;
z-index:2;
}
.nav-link {
float:left;
line-height:20px;
padding:5px 18px 15px 18px;	
text-decoration:none;
color:#3D3D3D;
color:#7D7D7D;
text-transform:uppercase;
font-size:14px;
font-family:"ExoWeb", "Exo", Tahoma, Geneva, sans-serif;
font-weight:600;
position:relative;
z-index:10;
overflow:hidden;
background-color:#fff;
}
.nav-item:hover {
/*z-index:500;*/
}
.nav-item:hover .nav-link {
/*font-weight:700;
padding:5px 18px 15px 17px;	
*/
}
.nav-link:after {
content:'';
position:absolute;
bottom:-5px;
left:0;
width:100%;
height:5px;
background-color:#ddd;	

}
.nav-item:hover + .nav-item .nav-link:after {
display:none;	
}
.nav-item:hover .nav-link:after {
visibility:hidden;
}
.nav-item .active:after {
bottom:0;
}
/* dynamic on state colors */
.section-about .active,.nav-item-9:hover a {
color:#E87431;
}
.section-about .active:after {
background-color:#E87431;
}
.section-facilities-services .active,.nav-item-10:hover a {
color:#BDC22A;
}
.section-facilities-services .active:after {
background-color:#BDC22A;
}
.section-resident-companies .active,.nav-item-8:hover a {
color:#00859A;
}
.section-resident-companies .active:after {
background-color:#00859A;
}
.section-news-events .active,.nav-item-2:hover a {
color:#7E5084;
}
.section-news-events .active:after {
background-color:#7E5084;
}
.section-contact .active,.nav-item-11:hover a {
color:#F3A000;
}
.section-contact .active:after {
background-color:#F3A000;
}
.section-apply .active,.nav-item-12:hover a {
color:#BB2F36;
}
.section-apply .active:after {
background-color:#BB2F36;
}


.dropdown {
position:absolute;
top:30px;
width:200px;
padding:15px;
background-color:#fff;	
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
/*visibility:hidden;*/
-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2);
-moz-box-shadow:0 0 3px rgba(0,0,0,0.2);
box-shadow:0 0 3px rgba(0,0,0,0.2);
border-bottom:5px solid #ccc;
z-index:5;
opacity:0;
top:0;
left:-7px;
/*left:50%;
margin-left:-115px;*/
display:none;
}
.dropdown:after {
content:'';
position:absolute;
top:-6px;
height:6px;
width:100%;
left:0;
background-color:#fff;	
}
.nav-item-9 .dropdown {
border-color:#e07334;
}
.nav-item-2 .dropdown {
border-color:#7e5084;
}
.nav-item-11 .dropdown {
border-color:#f3a000;
}
.nav-item-12 .dropdown {
border-color:#bb2f36;
}

#nav-item-11 .dropdown,#nav-item-12 .dropdown {
left:auto;
right:0;	
}
.nav-item:hover .dropdown {
/*visibility:visible;*/
display:block;	
opacity:1.0;
top:36px;
}
.dropdown-nav {
list-style:none;
margin:0;
padding:0;	
}
.dropdown-item {
border-bottom:1px solid rgba(157,157,157,0.12);
margin:0;
}
.dropdown-item:last-child {
border:0;	
}
.nav-item .dropdown-link {
display:block;
padding:10px 5px 10px 10px;
text-decoration:none;
color:#7d7d7d;
font-size:14px;
line-height:18px;
opacity:0.85;
}
.nav-item .dropdown-link:hover {
font-weight:600;
text-indent:3px;	
opacity:1.0;
}
/*.nav-item-9 .dropdown-link:hover {
background-color:rgba(232,116,49,0.1);
}*/
.footer-nav {
list-style:none;
margin:0;
padding:0;	
}
.secondary-nav {
list-style:none;
margin:0;
padding:0;	
padding:20px 0;
border-top:1px solid #a4a4a4;
}
.side-item {
display:block;
margin:0;	
}
.side-link {
font-size:16px;
color:#3d3d3d;
text-decoration:none;
font-family:"ExoWeb", "Exo", Tahoma, Geneva, sans-serif;	
font-weight:400;
padding:12px 10px;
display:block;
line-height:20px;
}
.side-item .current {
color:#fff;
font-weight:700;
background-color:#E87431;
}
.section-about .side-item .current {
background-color:#E87431;	
}
.section-facilities-services .side-item .current {
background-color:#BDC22A;	
}
.section-resident-companies .side-item .current {
background-color:#00859A;	
}
.section-news-events .side-item .current {
background-color:#7E5084;	
}
.section-contact .side-item .current {
background-color:#F3A000;	
}
.section-apply .side-item .current {
background-color:#BB2F36;	
}
.side-link:hover {
text-decoration:underline;	
}
.side-item .current:hover {
text-decoration:none;
}
.mobile-nav-item {
display:none !important;	
}
body {
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-family:"OpenSansWeb", "Open Sans", Tahoma, Geneva, sans-serif;
font-weight:400;	
color:#393939;
}
.footer a {
color:#fff;	
}
ul {
padding:0 0 0 24px;
margin:0 0 30px 0;
list-style:disc;	
}
li ul,li ol {
padding-top:10px;
}
ol {
padding:0 0 0 24px;
margin:0 0 30px 0;
list-style:decimal;	
}
li {
margin:0 0 15px 0;	
line-height:20px;
}
p {
font-size:16px;
line-height:30px;
margin:0 0 25px 0;	
}
.artists-side p {
line-height:24px;
margin-bottom:35px;
}
.artist-heading, h3.artist-heading {
color:#7e5084;
font-size:22px;
font-family: "Open Sans", Tahoma, Geneva, sans-serif;
font-weight:600;
}
a {
color:#F89A27;
}
a:hover,.news-short .read:hover {
color:#393939;
}
h2 {
font-size:23px;
line-height:26px;
font-weight:600;
margin:0 0 18px 0;	
}
h3 {
font-size:19px;
line-height:20px;
margin:0 0 10px 0;	
padding:0;
}
.page-title + * ~ h3,.cke_editable > * ~ h3 {
padding:20px 0 0 0;
}
blockquote {
margin:0 12% 0 8%;	
color:#797979;
}
blockquote p {
line-height:36px;	
line-height:26px;
}
.sponsor-group h2 {
border-bottom:1px solid #ccc;
padding:0 0 10px 0;
margin:0 0 25px 0;	
}
.sponsor-info h3 {
padding:0;
font-size:21px;
font-weight:600;
margin:0 0 18px 0;
}
.page-title {
font-size:32px;
font-weight:normal;
margin:0 0 30px 0;
line-height:34px;	
text-transform:uppercase;
font-family:"OpenSansWeb", "Open Sans", Arial, Helvetica, sans-serif;
color:#393939;
}
.news-type {
font-size:23px;
margin:0 0 30px 0;	
}
.feature-blurb {
font-family:"ExoWeb", "Exo", Tahoma, Geneva, sans-serif;	
font-weight:300;
text-transform:uppercase;
font-size:45px;
line-height:55px;
}
.feature-blurb p {
line-height:55px;
padding:55px;
padding:8%;	
margin:0;
font-size:inherit;
}
.feature-blurb p strong {
font-weight:600;	
}
.team-name,.news-listing h3 {
font-size:25px;
line-height:27px;
margin:0 0 13px 0;
}
.team-name a,.news-listing h3 a {
color:#393939;
text-decoration:none;	
}
.section-title {
font-size:16px;
color:#494949;
margin:0 0 6px 0;	
display:none;
}
.footer-col p {
line-height:20px;	
}
.section-facilities-services h2 {
font-size: 28px;
font-weight: normal;
margin: 0 0 30px 0;
line-height: 30px;
text-transform: uppercase;
font-family: "OpenSansWeb", "Open Sans", Arial, Helvetica, sans-serif;
color: #393939;
}
.team-short .team-name {
margin:0 0 8px 0;
}
.team-positions {
margin:0 0 20px 0;
}
.company-web {
color:#000;	
}
.by-author {
font-size:14px;
margin:-5px 0 10px 0;
color:#555;	
font-style:italic;
	
}
.date-author .post-date {
float:left;
margin:0 10px 0 0;
}
.date-author .by-author {
float:left;
position:relative;
margin-top:0;	
}
.footer a:hover {
text-decoration:none;
color:#e87431;
}
.container-blog-signup h4 {
font-family: "OpenSansWeb", "Open Sans", Arial, Helvetica, sans-serif;
color: #393939;
font-weight:400;
margin:0 0 8px 0;
font-size:18px;
}
.content .notification p,.content .notification ul {
margin:0;	
}
.content .notification a {
color:#444;	
}
.sub-link-current {
font-weight:600;
text-decoration:underline;	
}
.side-item ul {
margin:0 0 10px 0;	
}
.content-main .news-listing2 h3 {
font-weight:600;
}
.content-main .news-listing2 h3 a {
font-size: 25px;
font-weight:400;
color:#393939;
}

.companies-list .labc-card {
width:32%;
}
/*-----------------------------
HOME
-------------------------------*/
.home-tagline-item {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;	
background-color:#fff;
display:none;
}
.home-tagline-content {
	text-align:center;
	display:table;
height:100%;
width:100%;
}
.home-tagline-content div {
display:table-cell;
vertical-align:middle;	
}
.home-labspace a {
position:absolute;
top:-8px;
right:0;
width:18%;
color:#fff;
text-decoration:none;
font-weight:700;
background-color:#d64920;
white-space:nowrap;
text-align:center;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
line-height:48px;

}
.home-labspace p {
font-size:20px;	
margin:0;
position:relative;
padding-right:16%;
padding-right:0;
padding-left:10%;
display:inline-block;
left:-5%;
}
.home-labspace p span {
float:left;	
padding:0;
text-align:left;
}
.tagline-type-testimonial {
text-align:center;
}
.tagline-type-testimonial p {
font-size:16px;
line-height:23px;
text-align:center;
color:#5e5e5e;
}
.tagline-type-testimonial p span {
text-align:center;
}

.home-labspace .slidesjs-navigation {
display:none;	
}
.home-labspace .slidesjs-container,.home-labspace .slidesjs-control {
width:100% !important;
height:100% !important;	
}
/* SOCIAL SHARE ICONS */
.social-bar {
position:relative;
left:-0.5%;	
margin:20px 0;
}
.share {
float:left;
width:40px;
width:26px;
position:relative;
overflow:hidden;	
text-indent:100%;
white-space:nowrap;
font-size:0;
margin:0 0.5%;
background-position:50% 50%;
background-repeat:no-repeat;
background-size:100% 100%;
}

.share:after {
content:'';
display:block;
padding-top:100%;	
font-size:0;
height:0;
}
.share-fb {
background-image:url(../i/icons/svg/facebook3.svg);	
}
.share-fb:hover {
background-image:url(../i/icons/svg/facebook3-b.svg);	
}

.share-twitter {
background-image:url(../i/icons/svg/twitter2.svg);	
}
.share-twitter:hover {
background-image:url(../i/icons/svg/twitter2-b.svg);	
}
.share-google {
background-image:url(../i/icons/svg/googleplus.svg);	
}
.share-google:hover {
background-image:url(../i/icons/svg/googleplus-b.svg);	
}
.share-linkedin {
background-image:url(../i/icons/svg/linkedin2.svg);	
}
.share-linkedin:hover {
background-image:url(../i/icons/svg/linkedin2-b.svg);	
}

.share-email {
background-image:url(../i/icons/svg/mail2.svg);	
}
.share-email:hover {
background-image:url(../i/icons/svg/mail2-b.svg);	
}

.news-article {
word-wrap: break-word;	
}
.share-title {
display:block;
margin:0 0 5px 4px;
font-size:13px;
color:#737373;
}
.news-article .post-date {
font-size:18px;	
display:block;
margin-top:-10px;
}
.card-icon {
position:absolute;
left:4%;
top:6%;
width:7.4%;
overflow:hidden;	
background-position:50% 0;
background-repeat:no-repeat;
background-size:100% auto;
display:none;
}
.card-icon:after {
content:'';
display:block;
padding-top:100%;	
}
.card-type {
position:absolute;
top:3.5%;
left:4%;
z-index:5;	
color:#8d8d8d;
font-size:14px;
font-size:11px;
text-transform:uppercase;
}
.card-icon-company {
background-image:url(../i/icon_company.png);
}
.card-icon-news {
background-image:url(../i/icon_news.png);
}
.card-icon-testimonial {
background-image:url(../i/icon_quote.png);
}
.card-icon-twitter {
background-image:url(../i/icon_twitter_card.png);
}
.card-icon-location {
background-image:url(../i/icon_amenity.png);
}
.card-icon-events {
background-image:url(../i/icon_event.png);
}
.filter-option {
position:relative;
top:17px;	
}
.filter-option a {
background-repeat:no-repeat;
background-position:50% 10px;
overflow:hidden;
position:relative;
text-transform:uppercase;
font-weight:400;
background-image:none !important;
}
.filter-option a:hover {
color:#0065ab;	
}
.filter-option a:before {
content:'';
background-color:#999;
position:absolute;
bottom:0px;
opacity:1.0;
left:50%;
margin-left:-13px;
width:26px;
height:26px;
-webkit-border-radius:27px;
-moz-border-radius:27px;
border-radius:27px;
z-index:5;
background-image:url(../i/icons/svg/arrow-down.svg);
background-position:50% 65%;
background-size:22px auto;
background-repeat:no-repeat;
}
.no-svg .filter-option a:before,.no-svg .filter-option a:after {
background-image:url(../i/icons/png/arrow-down.png);
}

.filter-option a:after {
content:'';
background-color:#0065AB;
position:absolute;
bottom:-26px;
opacity:1.0;
left:50%;
margin-left:-13px;
width:26px;
height:26px;
-webkit-border-radius:27px;
-moz-border-radius:27px;
border-radius:27px;
z-index:6;
background-image:url(../i/icons/svg/arrow-down.svg);
background-position:50% 65%;
background-size:22px auto;
background-repeat:no-repeat;

-webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}
.filter-option .active {
font-weight:700;	
}
.filter-option .active:after {
opacity:1.0;	
}
.filter-option a:hover:after,.filter-option .active:after {
bottom:0;	
opacity:1.0;
}
.filter-companies a {
background-image:url(../i/icon_company.png);
}
.filter-news a {
background-image:url(../i/icon_news.png);
}
.filter-social a {
background-image:url(../i/icon_twitter_card.png);
}
.filter-facilities a {
background-image:url(../i/icon_amenity.png);
}
.filter-testimonials a {
background-image:url(../i/icon_quote.png);
}
.internal {
display:inline-block;
width:8px;
height:8px;
font-size:0;
background-color:red;
background-color:#00859A;
overflow:hidden;
white-space:nowrap;
text-indent:101%;
-webkit-border-radius:40px;
-moz-border-radius:40px;	
border-radius:40px;	
/*float:left;
margin-left:-5px;
position:relative;
left:-10px;*/
}
.internal2 {
background-color:#F3A100;
}
.sponsor-group {
margin:0 0 60px 0;	
}
.sponsor-info {
margin:0 0 50px 0;	
}
.s-logo {
/*display:block;*/
margin:20px 0 20px 0;	
max-width:210px;
height:auto;
}
.anchor-top {
padding:10px 0;
/*border-top:1px solid #ccc;*/	
}
.anchor-top a {
float:right;	
}
/*-------------------------------
COMPANY
----------------------------*/
.company-info img {
max-width:100%;
height:auto;	
}
/*-------------------------------
TEAM + NEWS
----------------------------*/
.team-listing,.news-listing {
list-style:none;
margin:0;
padding:40px 0;
}
.team-listing .team-item,.news-listing .news-item {
position:relative;
padding:0;
margin:0 0 60px 0;
min-height:30%;
}
.team-photo {
width:27%;
height:auto;
float:left;
position:relative;
overflow:hidden;
}
.team-photo img {
width:100%;
height:auto;
position:relative;	
}
.team-photo-a {
z-index:10;
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
opacity:1.0;
}
.team-photo-a:hover {
opacity:0;	
}
.team-photo .team-photo-b {
position:absolute;
top:0;
left:0;
z-index:5;	
}
.team-title {
font-size:16px;
color:#e27130;
margin:0;
}
.team-positions {
	
}
.team-short {
margin-left:32.7%;	
}
.post-date {
color:#494949;
display:block;
margin:0 0 8px 0;
font-size:14px;	
}
.featured-image {
padding:15px 0;	
border:1px solid #ddd;
margin:0 0 20px 0;
padding:1.6%;
max-width: 432px;
}
.featured-image img {
max-width:100%;
height:auto;	
display:block;
margin:0 auto;
}
.news-info-short {
margin:15px 0 0 0;	
}
.news-info-short p {
margin:0;
line-height:25px;
font-size:15px;
}
.news-short {
margin:0 0 30px 0;
padding:0 0 20px 0;
border-bottom:1px solid #ddd;	
}
.news-short .read {
font-weight:700;
color:#F7941E;
font-size:16px;
text-decoration:none;	
}
.news-info-short a {
font-weight:700;
color:#F7941E;
font-size:16px;
text-decoration:none;	
}
.news-info-short a:hover {
	color:#393939;

}
/* ------------------------------
COMPANY
--------------------------------*/
.detail-card {
background-color:#fff;
margin-top:-100px;
position:relative;
z-index:10;
-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2);	
-moz-box-shadow:0 0 3px rgba(0,0,0,0.2);	
box-shadow:0 0 3px rgba(0,0,0,0.2);	
padding:95px 65px 65px 65px;
padding:95px 6.5% 65px 6.5%;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkYzIyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2JkYzIyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2YzYTEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iI2YzYTEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2YzYTEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2U3NzQzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U3NzQzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U3NzQzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAxODU5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzAxODU5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzdmNTA4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzdmNTA4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzdmNTA4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2JiMzAzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYjMwMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background-image: -moz-linear-gradient(left,  rgba(189,194,42,1) 0%, rgba(189,194,42,1) 19%, rgba(243,161,0,1) 20%, rgba(243,161,0,1) 34%, rgba(243,161,0,1) 35%, rgba(231,116,49,1) 35%, rgba(231,116,49,1) 50%, rgba(231,116,49,1) 50%, rgba(1,133,154,1) 50%, rgba(1,133,154,1) 65%, rgba(127,80,132,1) 66%, rgba(127,80,132,1) 81%, rgba(127,80,132,1) 81%, rgba(187,48,55,1) 82%, rgba(187,48,55,1) 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(189,194,42,1)), color-stop(19%,rgba(189,194,42,1)), color-stop(20%,rgba(243,161,0,1)), color-stop(34%,rgba(243,161,0,1)), color-stop(35%,rgba(243,161,0,1)), color-stop(35%,rgba(231,116,49,1)), color-stop(50%,rgba(231,116,49,1)), color-stop(50%,rgba(231,116,49,1)), color-stop(50%,rgba(1,133,154,1)), color-stop(65%,rgba(1,133,154,1)), color-stop(66%,rgba(127,80,132,1)), color-stop(81%,rgba(127,80,132,1)), color-stop(81%,rgba(127,80,132,1)), color-stop(82%,rgba(187,48,55,1)), color-stop(100%,rgba(187,48,55,1)));
background-image: -webkit-linear-gradient(left,  rgba(189,194,42,1) 0%,rgba(189,194,42,1) 19%,rgba(243,161,0,1) 20%,rgba(243,161,0,1) 34%,rgba(243,161,0,1) 35%,rgba(231,116,49,1) 35%,rgba(231,116,49,1) 50%,rgba(231,116,49,1) 50%,rgba(1,133,154,1) 50%,rgba(1,133,154,1) 65%,rgba(127,80,132,1) 66%,rgba(127,80,132,1) 81%,rgba(127,80,132,1) 81%,rgba(187,48,55,1) 82%,rgba(187,48,55,1) 100%);
background-image: -o-linear-gradient(left,  rgba(189,194,42,1) 0%,rgba(189,194,42,1) 19%,rgba(243,161,0,1) 20%,rgba(243,161,0,1) 34%,rgba(243,161,0,1) 35%,rgba(231,116,49,1) 35%,rgba(231,116,49,1) 50%,rgba(231,116,49,1) 50%,rgba(1,133,154,1) 50%,rgba(1,133,154,1) 65%,rgba(127,80,132,1) 66%,rgba(127,80,132,1) 81%,rgba(127,80,132,1) 81%,rgba(187,48,55,1) 82%,rgba(187,48,55,1) 100%);
background-image: -ms-linear-gradient(left,  rgba(189,194,42,1) 0%,rgba(189,194,42,1) 19%,rgba(243,161,0,1) 20%,rgba(243,161,0,1) 34%,rgba(243,161,0,1) 35%,rgba(231,116,49,1) 35%,rgba(231,116,49,1) 50%,rgba(231,116,49,1) 50%,rgba(1,133,154,1) 50%,rgba(1,133,154,1) 65%,rgba(127,80,132,1) 66%,rgba(127,80,132,1) 81%,rgba(127,80,132,1) 81%,rgba(187,48,55,1) 82%,rgba(187,48,55,1) 100%);
background-image: linear-gradient(to right,  rgba(189,194,42,1) 0%,rgba(189,194,42,1) 19%,rgba(243,161,0,1) 20%,rgba(243,161,0,1) 34%,rgba(243,161,0,1) 35%,rgba(231,116,49,1) 35%,rgba(231,116,49,1) 50%,rgba(231,116,49,1) 50%,rgba(1,133,154,1) 50%,rgba(1,133,154,1) 65%,rgba(127,80,132,1) 66%,rgba(127,80,132,1) 81%,rgba(127,80,132,1) 81%,rgba(187,48,55,1) 82%,rgba(187,48,55,1) 100%);
background-position:0 0;
background-size:100% 3px;
background-repeat:no-repeat;
}
.company-top {
position:relative;
padding-left:370px;
}
.company-side {
position:relative;
float:left;
width:30%;
padding-top:18%;
}
.company-main {
float:right;
width:63%;
padding:2% 0 0 0;
}
.company-side-info {
padding-left:10%;	
}
.company-image {
position:absolute;
top:0;
left:0;
width:240px;
height:auto;
/*border:1px solid #ddd;*/
padding:0 25px;	
background-color:#fff;
top:-83px;
top:-30px;
width:80%;
padding:3% 10%;
}
.company-image img {
width:100%;
height:auto;	
}
.company-social {
list-style:none;
margin:0;
padding:0;
}
.company-social li {
float:left;
margin:0 3px 0 0;	
padding:15px 0 0 0;
}
.company-web {
white-space:nowrap;
max-width:100%;	
 overflow: hidden;
  text-overflow: ellipsis;
  float:left;
}
.company-social a {
width:24px;
height:24px;
float:left;
/*background-color:lime;
-webkit-border-radius:100px;
-moz-border-radius:100px;	
border-radius:100px;	
*/
text-decoration:none;
overflow:hidden;
text-indent:101%;
white-space:nowrap;
background-size:100% 100%;
background-repeat:no-repeat;
background-position:center center;
}
.company-social-fb {
background-image:url(../i/icons/svg/company-fb.svg);
}
.company-social-twitter {
background-image:url(../i/icons/svg/company-twitter.svg);
}
.company-social-linkedin {
background-image:url(../i/icons/svg/company-linkedin.svg);
}
.company-social-instagram {
background-image:url(../i/icons/svg/company-instagram.svg);
}
.personnel {
list-style:none;
margin:0;
padding:40px 0 0 0;	
}
.personnel li {
margin:0 0 18px 0;	
}
.per-name {
display:block;
margin:0 0 2px 0;	
font-size:15px;
font-weight:600;
}
.per-position {
color:#E27130;
font-size:14px;
color:#777;
}
.company-bio {
padding-right:20px;	
}
.company-bio p em {
color:#E27130;
font-weight:600;	
}
/* ------------------------------
MAP
--------------------------------*/
#map {
width:100%;
height:500px;	
position:relative;
}
.container-map {
margin:0 0 40px 0;	
background:#eee;
position:relative;
}
#gmap-static {
position:absolute;
left:50%;	
margin:0 0 0 -300px;
top:0;
}
/*.container-map img {
width:100%;
height:auto;
margin:0;
left:0;
}*/
/* ------------------------------
EMPLOYMENT
--------------------------------*/
.company-employment {
margin:0 0 40px 0;	
}
/* ------------------------------
AMENITIES
--------------------------------*/
.amenity-group {
margin:0 0 30px 0;	
}
.amenity-table {
width:100%;	
border:1px solid #ccc;
}
.amenity-table caption {
position:relative;
text-align:left;	
padding:10px 0;
font-weight:600;
font-size:19px;
}
.amenity-table th {
text-align:left;
width:63%;
padding:10px 5% 10px 1.2%;	
}
.amenity-table td {
text-align:left;
padding:10px 1%;	
border-left:1px solid #ccc;
}
.amenity-table th,.amenity-table td {
border-bottom:1px solid #ccc;	
}
.amenity-table .even th,.amenity-table .even td {
background-color:#eee;
}
/* FACILITIES-----------------------
-------------------------------*/
.facilities-top {
padding:0 0 0px 0;
border-bottom:1px solid #ddd;
padding:0 0 30px 0;
padding-top:84px;
/*background-image:url(../i/bg_facilities_map.jpg);
background-position:100% -15px;
background-repeat:no-repeat;	
background-size:100% auto;*/
}
.section-facilities-services .content {
padding-top:3px;	
}
.facilities-intro {
float:left;
width:28.2%;
font-size:17px;	
}
.facilities-intro p em {
font-weight:600;
color:#d64920;	
}
.facilities-building {
width:68%;
float:right;
overflow:hidden;
position:relative;
margin-top:-60px;
}
.facilities-building:after {
content:'';
display:block;
padding-top:70%;	
}
.building {
position:absolute;
top:10%;
right:0;
margin-right:10%;
z-index:1;	
width:90%;
height:auto;
max-width:665px;
}
.button-links {
position:absolute;
top:0;
left:0;
width:100%;
width:92%;
height:100%;
z-index:5;
list-style:none;
margin:0;
padding:0;	
}
.btn-facilities {
position:absolute;
z-index:10;
width:38%;
height:36px;
left:0;
}

.btn-facilities a {
display:block;
width:100%;
height:100%;
line-height:36px;
color:#fff;
text-align:center;
text-transform:uppercase;
background-color:#999;
text-decoration:none;
font-size:16px;
font-family:"OpenSansWeb", "Open Sans", Tahoma, Geneva, sans-serif;
font-weight:700;
}
.btn-1 {
top:40%;	
left:50%;
margin-left:-19%;
}
.btn-1 a {
background-color:#d64920;	
}
.btn-2 {
top:auto;
bottom:0;
left:18%;
}
.btn-2 a {
background-color:#bdc22a;	
}
.btn-2 a:hover {
background-color:#F89A27;	
}
.btn-3 {
top:auto;
bottom:0;
left:auto;
right:0%;
}
.btn-3 a {
background-color:#bb2f36;	
}
.btn-3 a:hover {
background-color:#F89A27;	
}
.facilities-bottom {
padding:60px 0;	
}
.bottom-main {
float:left;
width:65%;	
}
.bottom-side {
float:right;
width:25.3%;
margin-right:4%;	
}
.bottom-main ul {
margin:0 0 40px 0;
}
.bottom-main li {
margin:0 0 15px 0;	
line-height:24px;
}
.bottom-side ul {
padding-left:18px;	
}
.bottom-side li {
line-height:24px;	
}
.bottom-map {
position:relative;
background-color:#eee;
width:95%;
overflow:hidden;
margin:0 0 20px 0;	
}
.bottom-map:after {
content:'';
display:block;
padding-top:55%;	
}
.bottom-side img {
max-width:95%;
height:auto;
}
.prev-next-tabs {
text-align:center;
position:relative;	
clear:both;
}
.prev-next {
list-style:none;
margin:0;
padding:30px 0;
display:inline-block;
}
.prev-next .tab {
margin:0;
padding:0;
float:left;
margin:0 3px;
}
.prev-next a {
text-decoration:none;
line-height:24px;
display:block;
background-color:#F7941E;
color:#fff;
font-weight:600;
text-align:center;
padding:8px 20px;
width:15%;
min-width:100px;
white-space:nowrap;
}
.filter-tabs {
float:left;
margin:0 0 0 20px;
list-style:none;
padding:0 0 6px 0;
white-space:nowrap;	
position:relative;
top:2px;
left:8px;
left:0;
margin-left:0;
clear:both;
float:none;
margin-top:20px;
border-bottom:1px solid #ddd;
}
.filter-tab {
float:left;
margin:0 8px 0 0;
font-size:15px;	
font-family:"OpenSansWeb", Tahoma, Geneva, sans-serif;
text-transform:uppercase;
}
.filter-tab:first-child {
border-right:1px solid #ddd;
padding-right:7px;	
}
.filter-tab a {
float:left;
line-height:18px;
color:#6b6b6b;
text-decoration:none;
font-weight:600;
padding:2px 6px;
font-size:15px;
position:relative;
left:-5px;
}
.filter-tab .filter-active {
color:#444;
font-weight:700;
}
.news-short:last-child {
border:0;	
}
.news-thumbnail {
float:right;	
margin:0 0 0 30px;
}
.news-short .thumbnail {
float:right;
margin:0 0 0 20px;	
}
.read-less {
display:block;
margin:0 0 15px 0;	
}
.container-blog-signup {
display:none;
}
.mobile-signup {
position:absolute;
top:0;
left:0;
width:100%;
height:auto;
background-color:#fff;
z-index:20;
padding:10% 6%;
width:82%;
display:block;
margin:3%;	
border:1px solid #ccc;
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
-moz-box-shadow:0 0 5px rgba(0,0,0,0.2);
box-shadow:0 0 5px rgba(0,0,0,0.2);
}
.fancybox-inner .container-blog-signup {
padding:10px;	
}
.signup-success {
display:none;	
text-align:center;
}
.signup-success p {
margin:0;	
}
.section-news-events .submit {
clear:both;
display:block;
}
.gallery-link {
float:left;
color:#fff;
font-weight:600;
text-decoration:none;
padding:7px 15px 7px 46px;
background-image:url(../i/icons/png/icon_camera.png);
background-position:12px 10px;
background-repeat:no-repeat;
line-height:24px;	
background-color:#7e5084;
}
.gallery-link:hover {
color:#fff;	
}
.news-article img {
max-width:100%;
height:auto;	
}
.close-link {
font-size:12px;
position:absolute;
top:15px;
right:15px;
color:#444;
}
.tenant-item .resident-company {
border-bottom:2px solid #b6b6b6;	
margin:0 0 8px 0;
}
.tenant-item .resident-company h3 {
float:left;	
white-space:nowrap;	
margin-left:5px;
font-weight:600;
}
.tenant-item {
margin:0 0 30px 0;	
}
.tenant-item .resident-company a {
float:right;
white-space:nowrap;	
font-size:14px;
}
.tenant-info .residents {
margin:0;
padding:0;
list-style:none;	
}
.residents li {
border-bottom:1px solid #ddd;
padding:5px 5px;	
margin:0;
float:none;
clear:both;
}
.residents li {
border:0;
float:left;
width:174px;	
clear:none;
padding:15px 0 0 0;
left:0;
margin:0 20px 20px 0;
}
.residents li:last-child {
border:0;	
}
.residents li.last + li {
clear:left;	
}
.res-thumbnail {
float:left;
margin:0 15px 0 0;
}
.res-thumbnail img {
float:left;
margin:0;	
}
.res-info {
float:left;	
padding:8px 0 0 0;
padding-left:10px;
}
.res-name {
display:block;	
font-size:14px;
line-height:14px;
}
.res-title {
display:block;
font-size:12px;
color:#666;
line-height:15px;
margin-top:3px;
}
.tenant-item .tenant-info {
float:none;
width:auto;	
display:none;
}
.tenant-item .resident-company h3 {
width:85%;
cursor:pointer;
}
.tenant-item .resident-company h3:after {
content:url(../i/icon_arrow_down.png);	
margin-left:10px;
position:relative;
}
.tenant-item .resident-company h3.open:after {
content:url(../i/icon_arrow_up.png);
top:-2px;
}
.no-residents {
display:block;
padding:0 0 0 5px;
color:#666;
font-size:13px;	
}
.res-logo {
width:140px;	
margin:0 0 -14px 0;
}
.res-logo img {
width:100%;
height:auto;	
}
.card-link span b {
color:#656565;
font-weight:700;
font-size:14px;
position:absolute;
width:100%;
top:-30px;
text-align:center;	
left:0;
}
.card-link span {
overflow:visible;	
}
/* GALLERIES-----------------------
-------------------------------*/
.gallery-list {
list-style:none;
margin:0;
padding:0;	
}
.gallery-list > li {
margin:0 0 30px 0;	
}
.thumb-index {
width:90px;
float:left;
margin:0 24px 0 0;	
}
.gallery-date {
font-family:'Open Sans', Arial, Helvetica, sans-serif;	
font-size:14px;
color:#555;
display:block;
margin:0 0 5px 0;
}
.gallery-list h3 {
font-size:18px;	
font-family:'Open Sans', Arial, Helvetica, sans-serif;	
font-weight:600;
}
/* TOUR */
.tours-list {
list-style:none;
margin:0;
padding:0;	
position:relative;
left:-7px;
max-width:700px;
}
.tours-list-header {
max-width:700px;
font-weight:600;
margin:0 0 8px 0;
font-size:17px;
}
.tours-list li {
margin:0;
padding:15px 7px 15px 7px;
border-bottom:1px solid #ccc;	
position:relative;
}
.tours-list .not-available .not-avail-msg {
position:absolute;
background-color:rgba(251,226,181,0.8);
width:100%;
height:30px;	
z-index:5;
text-align:center;
font-weight:700;
font-size:14px;
line-height:30px;
padding:6px 0;
left:0px;
top:5px;
}
.tour-list-date,.heading-date {
float:left;
width:43%;	
}
.tour-list-avail {
width:22%;
float:left;	
}
.tour-list-reserve {
float:right;
width:20%;	
}
.tour-list-reserve a {
float:right;
text-decoration:none;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
color:#fff;
background-color:#E27130;	
text-transform:uppercase;
padding:5px 12px;
font-size:13px;
position:relative;
top:-3px;

}
#publishForm {
position:relative;
}
.tour-list-reserve a:hover {
background-color:#404040;	
}

#form-processing {
width:80%;
position:absolute;
top:40%;	
left:5%;
background-color: rgba(251,226,181,1.0);
font-weight:700;
font-size:14px;
text-align:center;
padding:20px 0;
z-index:10;
}

#first-time-update {
padding:30px;
display:none;	
}
#publishForm label.error {
font-weight:bold;
}
.first-time-message {
padding:15px;
background-color:#FAFAFA;
border:1px solid #ccc;
	
}
.first-time-message p {
margin:0;	
}
.labcloud-holder .button {
background-color:#E77431;	
margin-right:30px;
}
.labcloud-holder .button:hover {
background-color:#393939;	
}
.labcloud-button {
float:left;
padding:0 132px 0 0;
background-image:url(../i/the-stork.jpg);
background-position:100% 0;
background-repeat:no-repeat;
}
.quartzy-button {
float:left;
padding:0 132px 0 0;
background-image:url(../i/labagenda.jpg);
background-position:100% 0;
background-repeat:no-repeat;
}
.roomzilla-button {
float:left;
padding:0 132px 0 0;
background-image:url(../i/roomzilla_logo_sm.png);
background-position:100% 0;
background-repeat:no-repeat;
}
.labcloud-links {
	
}
.labcloud-links ul {
list-style:none;
margin:0;
padding:0;	
}
.labcloud-links ul li {
margin:0 0 8px 0;
line-height:18px;	
}
.labcloud-links h4 {
font-weight:600;
margin:0 0 10px 0;
}
.personnel li a {
color:#000;
}
.personnel li a:hover {
color:#393939;
}
.artist-default-msg {
	background-color:rgba(126,80,132,0.3);
	padding:18px;
	font-size:18px;
	font-weight:600;
	font-style:italic;
}
.artist-image {
float:left;	
margin:0 30px 0 0;
}
.artist-content .featured-image {
padding:0;
border:0;
max-width: none;
}
.artist-content,.artists-main-content {
float:left;
width:100%;
max-width:470px;	
max-width:700px;
margin:0;
}
.artists-side {
width:100%;
max-width:265px;	
float:right;
padding-top:20px;
}

.artists-side p {
	font-size:14px;
}

.artists-side img {
	width:100% !important;	
}
.team-group {
margin:0 0 20px 0;	
}
.team-group h3 {
font-size:23px;
font-weight:600;	
margin:0 0 20px 0;
}
.team-blocks {
list-style:none;
margin:0;
padding:0;
}
.member-block {
width:31%;
margin:0 1.5% 1% 0;	
float:left;
position:relative;
left:-1.5%;
}
.member-block a {
display:block;
text-decoration:none;
padding:5%;	
border:1px solid #fff;
position:relative;
padding-bottom:60px;
min-height:230px;
}
.member-block a:hover {
border-color:#EFA683;
}
.member-block a:after {
content:'View Profile';
position:absolute;
bottom:0;
left:0;
width:100%;
height:40px;
background-color:#E77433;
color:#fff;
text-align:center;
line-height:40px;
visibility:hidden;
}
.member-block a:hover:after {
visibility:visible;
}
.member-block .team-photo {
width:100%;	
margin-bottom:5%;
display:block;
}
.member-name {
display:block;
}
a > .member-name {
color:#222;	
font-size:15px;
font-weight:600;
margin:0 0 5px 0;
line-height:18px;
padding-left:5px;
}
a > .member-position {
color:#242424;
font-size:13px;
line-height:14px;	
padding-left:5px;
}
.member-position {
display:block;	
}
.artists-gallery-header {
position:relative;
padding:17px 0 0 140px;
min-height:115px;
background-image:url(../i/gallery-1832-logo.png);
background-position:0 0;
background-repeat:no-repeat;	
margin:0 0 20px 0;
max-width:360px;
}
.artists-gallery-header h2 {
text-transform:uppercase;
font-size:30px;
font-weight:600;
line-height:30px;	
margin:0 0 15px 0;
}
.artists-gallery-header h2 sub {
font-size:14px;
margin:0;
left:0;
top:0;
vertical-align:baseline;
text-transform:none;
color:#373737;
}
.artists-gallery-header blockquote {
margin:0;
text-indent:0;
font-size:14px;
line-height:18px;	
color:#7e5084 !important;
}
.gallery-overview {
color:#393939;
font-size:15px;
line-height:24px;	
max-width:690px;
}
.gallery-overview p {
font-size:15px;
line-height:24px;	
margin:0 0 20px 0;
}
.content-hidden {
display:none;	
}
.viewmore-link {
font-size:19px;
font-weight:600;	
}
.artist-featured-content + p {
padding-top:16px;
margin-bottom:20px;
}
.artist-wrapper {
padding:0 22px 0 0;	
}
.artist-featured-image {
margin:0 0 30px 0;	
}
.event-floor {
margin:0 0 15px 0;	
color:#844E8C;
font-size:18px;
}
.grad-space-desc .graphic-header {
overflow:hidden;
background-size: 100% auto;
background-repeat:no-repeat;
background-position:50% 50%;
text-indent:100%;	
margin:0 auto 30px auto;
white-space:nowrap;
}
.grad-space-intro {
text-align:left;	
color:#656565;
font-size:16px;
}
.grad-slides {
position:relative;
}
textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #2ba6cb;
  border-color: #2285a2;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #2285a2; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #e9e9e9;
    border-color: #bababa;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #bababa; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #5da423;
    border-color: #4a831c;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #4a831c; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #c60f13;
    border-color: #9e0c0f;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #9e0c0f; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #2ba6cb;
    border-color: #2285a2;
    color: white;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2285a2; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2ba6cb; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e9e9e9;
      border-color: #bababa;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #bababa; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e9e9e9; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #5da423;
      border-color: #4a831c;
      color: white;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #4a831c; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5da423; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #c60f13;
      border-color: #9e0c0f;
      color: white;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #9e0c0f; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c60f13; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

select {
  -webkit-appearance: none !important;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
  border-radius: 0; }
  select.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }

select::-ms-expand {
  display: none; }

@-moz-document url-prefix() {
  select {
    background: #fafafa; }

  select:hover {
    background: #f3f3f3; } }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomright: 1000px;
  -moz-border-radius-topright: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }
  span.prefix.radius, label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }
  span.postfix.radius, label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled], fieldset[disabled] input[type="text"],
  input[type="password"][disabled], fieldset[disabled]
  input[type="password"],
  input[type="date"][disabled], fieldset[disabled]
  input[type="date"],
  input[type="datetime"][disabled], fieldset[disabled]
  input[type="datetime"],
  input[type="datetime-local"][disabled], fieldset[disabled]
  input[type="datetime-local"],
  input[type="month"][disabled], fieldset[disabled]
  input[type="month"],
  input[type="week"][disabled], fieldset[disabled]
  input[type="week"],
  input[type="email"][disabled], fieldset[disabled]
  input[type="email"],
  input[type="number"][disabled], fieldset[disabled]
  input[type="number"],
  input[type="search"][disabled], fieldset[disabled]
  input[type="search"],
  input[type="tel"][disabled], fieldset[disabled]
  input[type="tel"],
  input[type="time"][disabled], fieldset[disabled]
  input[type="time"],
  input[type="url"][disabled], fieldset[disabled]
  input[type="url"],
  textarea[disabled], fieldset[disabled]
  textarea {
    background-color: #dddddd; }
  input[type="text"].radius,
  input[type="password"].radius,
  input[type="date"].radius,
  input[type="datetime"].radius,
  input[type="datetime-local"].radius,
  input[type="month"].radius,
  input[type="week"].radius,
  input[type="email"].radius,
  input[type="number"].radius,
  input[type="search"].radius,
  input[type="tel"].radius,
  input[type="time"].radius,
  input[type="url"].radius,
  textarea.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Add height value for select elements to match text input height */
select {
  height: 2.3125rem; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }
.error label,
.error label.error {
  color: #c60f13; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error,
textarea.error {
  margin-bottom: 0; }

.form label.error {
  color: #c60f13;
  display:block;
  padding:4px 0 0 0;
  margin:0;
  clear:both;
   }

.form {
list-style:none;
margin:0;
padding:0;	
}
.form .form-row {
margin:0 0 30px 0;	
}
.field-col2 input {
float:left;
width:49%;
margin:0 1% 0 0;
}
.field-col2 input:first-child {
}
.field-col2 input:last-child {
width:50%;
margin:0;
}
.field-col2 .row-col input {
width:99%;
margin:0 1% 0 0;
}
.field-col2 .row-col:last-child input {
float:right;
margin:0;
}
.form label {
font-weight:bold;
margin:0 0 8px 0;
}
.form select {
max-width:390px;
font-family:Arial, Helvetica, sans-serif;
}
input.submit {
background-color:#404040;
background-color:#E27130;

-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
width:40%;
height:40px;
padding:0;
border:0;
text-align:center;
color:#656565;
color:#fff;
font-family:"OpenSansWeb", "Open Sans", Arial, Helvetica, sans-serif;
text-transform:uppercase;
line-height:40px;
font-size:14px;
font-weight:500;
cursor:pointer;
}
input.submit:hover,input.submit:focus,input.submit:active {
background-color:#E27130;
background-color:#404040;
color:#fff;	
}
.row-col {
float:left;
width:50%;
position:relative;	
}

					#hs-form label.error {
					/*position:absolute;
					bottom:-2px;
					left:0px;
					*/
					display:block;
					}
					#hs-form ul + label.error {
					}
					#hs-form .unit {
					padding:0;	
					}
					#hs-form .line {
					position:relative;	
					padding-bottom:10px;
					padding:0 0 15px 0;
					}
					#hs-form .line h3 {
					font-weight:600;
					}
					#hs-form .line + .line h3 {
					padding-top:30px;
					}
					#hs-form .line ul {
					margin:0;	
					}
					#hs-form .line input {
					margin:0 !important;	
					}
.sec-field {
}

#freeform_how_did_you_find_us {

}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../i/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../i/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../i/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../i/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../i/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../i/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* mobile */
html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
.submit {
-webkit-appearance:none;	
}
/* 720P e.g. Laptop*/
/* 3 cards wide */
/*@media all and (max-width: 1120px) {
.feature-blurb {
width:608px;	
}
}*/
.container-body {
width:100%;	
}
.footer-svis {
font-size:15px;	
padding-left:80px;
padding-bottom:10px;
margin:0 !important;
}
.footer-svis a {
font-size:15px !important;	
}
@media (min-width: 960px) {
  .responsive .half-width {
    float: left;
    margin-right: -100%;
    width: 49%;
  }
  .responsive .half-width:nth-child(2n+1) {
    margin-left: 0%;
    margin-bottom: 2%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  .responsive .half-width:nth-child(2n+2) {
    margin-left: 51%;
    margin-bottom: 2%;
    clear: none;
  }
}
@media only screen and (max-width: 1568px) {
.mastheader-img {
width:1568px;
left:50%;
margin-left:-784px;
}
}
@media only screen and (min-width: 600px) {
.dropdown {
-webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}
.nav-item .dropdown-link {
-webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}

}
@media only screen and (max-width: 1510px) {
.card-content {
font-size:1.25vw !important;
line-height:1.8vw;
}
}
@media only screen and (max-width: 1280px) {
.labc-card {
width:32%;	
}
.card-content {
font-size: 1.5vw !important;
line-height: 2.2vw;
}
}
@media only screen and (max-width: 1200px) {
.content {
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
padding-left:4%;
padding-right:4%;
}
.twitter-feed {
display:none;	
}
.media-listing-content .news-listing2 {
margin-right:0;
}
.container-galleries {
margin-right:0 !important;
}
.media-main-content {
margin-right:0;	
}
.artists-side {
display:none;	
}
}
@media only screen and (max-width: 1100px) {
.home-labspace {
	width:100%;
	margin:0;
	left:0;
}
#branding {
left:6px;	
}
.result-expertise {
width:35%;	
}
.container-610-gallery, .grad-slides {
height:	460px;
}
}
@media only screen and (max-width: 1000px) {
.header {
height:108px;
height:auto;	
}
.container-header {
padding-bottom:1px;	
}
.footer-content .footer-col {
margin:0;
}
.footer-content .footer-copyright {
		width:30%;
}
.footer-content .footer-copyright br {
display:none;	
}
.container-nav-main {
float:none;
clear:both;
width:auto;
padding-top:40px;
top:0;	
position:relative;
top:-2px;
}
.nav-main {
display:table;
width:100%;
}
.nav-item {
float:none;
display:table-cell;
text-align:center;	
}
.nav-link {
float:none;
display:block;
text-align:center;	
padding-left:5px;
padding-right:5px;
}
.dropdown-link {
text-align:left;	
}
.search-categories, .search-keywords {
width:38%;	
}
.container-610-gallery, .grad-slides {
height:	440px;
}
}

@media only screen and (max-width: 1360px) {
.feature {
	background-size:1500px auto;
}
}
@media only screen and (max-width: 1010px) {
.media-subscribe {
clear:left;
width:100%;
float:none;
margin:0 0 0 3.5%;
padding-top:20px;
}
}
@media only screen and (max-width: 960px) {
.labc-card {
width:49%;	
}
.card-content {
font-size:2.5vw !important;
line-height:3.2vw;
}
.footer-social {
margin-right:3%;	
}
.result-expertise {
clear:left;
width:auto;
float:none;
padding-top:10px;
}
.container-610-gallery, .grad-slides {
height:	390px;
}
}
@media only screen and (max-width: 850px) {
.container-card-filters {
display:none;	
}
.container-home-latest {
padding-top:0;	
}
.container-labc-cards {
padding-top:14%;	
}
}
@media only screen and (max-width: 800px) {
.side-col {
width:33.5%;
}
.content-main {
margin-left:40%;	
}
.content-main-full {
margin-left:0;	
}
.container-tour {
right:10%;	
}
.btn-2 {
left:14%;
}
.btn-3 {
right:6%;
}
}

/* tablet */
@media only screen and (max-width: 970px) {
.masthead p {
font-size:3.6vw;
line-height:4.5vw;
}
.facilities-intro {
float:none;
width:auto;	
}
.facilities-building {
float:none;
width:auto;
width:90%;
margin:0 auto;
}
.facilities-top {
background-position:110% 100%;	
background-size:135% auto;
}
.media-news-switch {
margin:0 0 20px 0;
}
.news-article {
padding-top:20px;
}

}
@media only screen and (max-width: 768px) {
	.grad-space-container .content-main .grad-space-desc {
		margin:0 !important;
	}
	.grad-space-desc .graphic-header {
	background-position:50% 0 !important;	
	}
	.result-expertise {
clear:left;
width:100%;
float:none;
	}
	.mobile-nav-item {
display:block !important;	
}
	.content-full {
	padding-top:50px;	
	}
.container-nav-main {
clear:left;
height:0px;
float:none;
top:0;
margin:0 0 0 0;
top:-290px;
top:0;
width:100%;
-webkit-transition:all 100ms ease-in-out;
  -moz-transition:all 100ms ease-in-out;
  -o-transition:all 100ms ease-in-out;
  transition:all 100ms ease-in-out;
  overflow:hidden;
  z-index:20;
  background:#f7941e;
  -webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
   -moz-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
     -o-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
        transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
        transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
-webkit-transform:translate3d(0,0, 0);
-ms-transform:translate3d(0, 0, 0);
-webkit-transform:translate3d(0, 0, 0);
position:absolute;
height:480px;
overflow:hidden;
}
.menu {
overflow-y: scroll; 
  -webkit-overflow-scrolling: touch;
}
.hiding {
overflow-y:hidden;
}
.header {
height:auto;
min-height:82px;	
padding-top:0;
}
.header-inner {
width:100%;
background:#fff;
margin-bottom:2px;
position:relative;	
z-index:50;
padding-top:22px;

}
.nav-main {
width:100%;
position:absolute;
left:0;
top:0;	
}
.nav-main li {
float:none;
margin:0;	
}
.nav-main a {
display:block;
float:none;
margin:0;
padding:15px 15px;	
line-height:18px;
background-color:#F7941E;
border-bottom:1px solid rgba(255,255,255,0.25);
color:#fff;
}
.nav-main li:last-child a {
border:0;	
}
.nav-item {
position:static;
}
.nav-link {
position:relative;
z-index:5;	
}
.dropdown {
display:block;
position:static;
visibility:visible;
background-color:transparent;
background-image:none;
opacity:1.0;
border:0;
padding:0;
width:auto;
}
.nav-item .dropdown-item {
border:0;	
}
.nav-item .dropdown-link {
text-indent:15px !important;
border:0;
}
.nav-item .dropdown-link,.nav-item .dropdown-link:hover {
background-color:transparent;
color:#fff !important;
opacity:1.0 !important;
}
.dropdown-item a {
background-color:#666;	
}
.companies-list .labc-card {
width:49%;
}
.nav-button,.nav-button:focus,.nav-button:active {
width:17%;
height:40px;
-webkit-border-radius:4px;	
-moz-border-radius:4px;	
border-radius:4px;	
color:#fff;
background-color:#F7941E;
background:rgba(247,148,30,1.0);
text-align:center;
line-height:40px;
white-space:nowrap;
font-size:12px;
text-transform:uppercase;
position:absolute;
top:22px !important;
right:5%;
left:auto;
clip:rect(auto, auto, auto, auto);
z-index:10;
text-indent:100%;
margin:0;
padding:0;
z-index:100;
background-image:url(../i/icons/svg/list.svg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:auto 22px;
}
.no-svg .nav-button,.no-svg .nav-button:focus,.no-svg .nav-button:active {
background-image:url(../i/icons/png/list.png);
}
.nav-button:before {
content:'Menu';
content:'';
text-transform:uppercase;
width:100%;
text-align:center;
line-height:40px;
color:#fff;	
position:absolute;
top:0;
left:0;
text-indent:0;
}
.container {
-webkit-backface-visibility: hidden;
-webkit-perspective: 800;
}
.moveable {
position:absolute;
z-index:500;
left:0;	
width:100%;
background:#fff;
/*visibility:hidden;*/
  -webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-transition: -webkit-transform 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
   -moz-transition: -moz-transform 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
     -o-transition: -o-transform 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
        transition: transform 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
        transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */

-webkit-transform:translate3d(0,0, 0);
-ms-transform:translate3d(0, 0, 0);
-moz-transform:translate3d(0, 0, 0);
	-webkit-box-shadow:2px 0 5px rgba(0,0,0,0.2);
-moz-box-shadow:2px 0 5px rgba(0,0,0,0.2);
box-shadow:2px 0 5px rgba(0,0,0,0.2);

}
.moveable-open {
-webkit-transform:translate3d(-35%,0, 0);
-ms-transform:translate3d(-35%, 0, 0);
-moz-transform:translate3d(-35%, 0, 0);
}
.container-nav-main {
padding-left:65%;
width:35%;	
}
.container-body {
top:102px;	
}
.nav-main {
position:static;	
}
.content:before {
visibility:hidden;
}
#branding {
top:0;
margin-bottom:20px;
left:25px;
}
.dropdown {
-webkit-box-shadow:none;	
-moz-box-shadow:none;	
box-shadow:none;	
}
.container-nav-main {
padding-top:0;	
}
.nav-main {
display:block;	
}
.nav-item {
display:block;	
}
.nav-link {
color:#fff !important;	
text-align:left;
}
.nav-link:after {
display:none !important;	
}
.container-home-latest {
padding-top:0px;	
background-color:#aaa;
}

.footer-branding {
	width:100%;
	margin-right:auto;
	margin-left:auto;
	display: block;
	background-position: 50%;
	margin-bottom:15px;
}
img.six-logo {
	margin-right:auto;
	margin-left:auto;
	display: block;
	margin-bottom:30px;
}
img.learning-logo {
	margin-right:auto;
	margin-left:auto;
	display: block;
	margin-bottom: 10px;
}
.footer-social {
margin-right:45%;
}

}
/* iPhone Landscape or smaller */
@media only screen and (max-width: 680px) {
	.twitter-feed {
	display:none;	
	}
	.media-listing-content {
	min-height:1px;
	}
	.media-main-content {
	margin:0;	
	}
	.media-subscribe {
	min-width:100%;
	width:100%;	
	max-width:100%;
	right:0;
	margin:0;
	}
	.media-subscribe #newsletter-form {
	margin:0;	
	}
	.media-subscribe #newsletter-email {
	float:none;
	width:100%;
	}
	.media-nav-links li {
	font-size:17px;
	}
	.media-nav-links li:last-child {
	margin:0;
	padding:0;	
	}
	.media-listing-content .news-listing2 {
	margin:0;	
	}
.home-labspace {
display:none !important;	
}
.content {
width:auto;
padding:50px 10px;	
padding:0 30px;
padding:0 5%;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
/*
background-image:none;
*/
background-color:#fff;
}
.content-main {
background-color:transparent;
}
.content-main img {
float:none;
margin:0 auto 25px auto;
display:block;	
}
.content-main .tenant-logo img {
margin:0;
max-width:100%;
height:auto;
}
.content-main .tenant-logo {
width:60px;	
width:20%;
margin:0 10% 0 0;
padding:0;
border:0;
}
.content-main .loggedin-info {
display:none;	
}
.content-main .tenant-info {
width:70%;	
}
.container-content {
background-color:#fff;
}
.card-content {
font-size:3vw;
font-size:5.6vw;
}
.container-card-filters {
	margin:0;
	display:none;
}
.container-home-features {
overflow:hidden;	
position:relative;
}
.container-home-features:after {
content:'';
display:block;
padding-top:60%;	
}
.facilities-building {
height:auto;	
}
.facilities-building:after {
display:none;	
}
.button-links {
position:relative;
top:0;
left:0;	
}
.home-features {
position:absolute !important;
/*width:100% !important;*/
height:100% !important;
overflow:hidden;
outline:2px solid lime;
}
.feature-content {
height:auto;
top:0;	
bottom:0;
position:absolute;
}
.slidesjs-navigation {
visibility:hidden;	
}
.card-filters {
width:100%;
width:80%;
margin:0 auto;
display:block;
}
.card-filters li {
width:12.55%;	
position:relative;
margin:0 2%;
width:21%;
}
.card-filters a {
width:100%;
position:relative;
padding:0;
overflow:hidden;
text-indent:101%;
display:block;
float:left;
font-size:0;
background-image: url(../i/icon_company.png) !important;
background-size:100% auto;
}
.card-filters a:before {
content:'';
display:block;
padding-top:100%;
}
.card-filters a:first-letter {
font-size:20px;	
}

.share {
width:12%;
margin:0 1.5%;	
}
.feature-blurb {
font-size:6.4vw !important;	
}
.feature-blurb p {
line-height:7.4vw;
}
.feature-blurb p {
padding:10% 8%;
}
.field-col2 input {
float:none;
width:100% !important;
display:block;
margin:0 0 1% 0;	
}
.container-mastheader {
width:100%;
overflow:hidden;
}
.container-mastheader:after {
content:'';
display:block;
padding-top:50%;	
}
.masthead {
position:absolute;
top:0;
left:0;
height:90%;
width:90%;
padding:5% 5%;	
}
.container-map {
width:100%;
position:relative;
overflow:hidden;	
}
.container-map:after {
content:'';
display:block;
padding-top:100%;	
}
#map {
height:100%;	
position:absolute !important;
top:0;
left:0;
bottom:0;
right:0;
}
.amenity-table th {
padding-left:3.5%;
}
.amenity-table td {
padding-left:3.5%;
}
.container-card-filters {
-webkit-mask-image:none;
background-image:none;	
}
.active-bar {
display:none;	
}
#gmap-static {
visibility:visible;
top:50%;
margin-top:-200px;
}
.content-main {
margin:0;	
padding:50px 7px;
}
.side-col {
display:none;	
}
.container-mastheader {
height:5px;
overflow:hidden;	
display:block;
height:0;
visibility:hidden;
}
.bottom-main {
float:none;
width:auto;
margin:0;
padding:0;	
}
.bottom-side {
float:none;
width:auto;
margin:0;
padding:0;	
}
.bottom-side img {
margin:0 auto;
width:auto;
max-width:100%;
}
.button-links {
width:100%;
}
.btn-facilities {
position:static;
width:100%;
height:auto;
margin:0 0 6px 0;	
}
.facilities-building img {
display:none;	
}
.prev-next .tab {
width:35%;	
}
.detail-card {
top:0;
margin-top:-76px;	
}
.company-main {
float:none;
width:auto;	
}
.company-side {
float:none;
width:auto;	
position:static;
padding:0;
}
.company-image {
position:static;
margin:0 0 20px 0;
}
.company-side-info {
padding:0;	
}
.cards-learn-more {
padding-left:0;
padding-right:0;
padding-top:20px;
padding-bottom:0;	
}
.cards-learn-more a {
text-decoration:none;	
}
.card-link {
font-size:13px;	
}
.card-link:hover {
background-color:transparent;
background-image:none;	
}
.card-link:hover span {
visibility:hidden;
top:200%;
}
.footer-links {
display:none;	
}
.footer-content .footer-copyright {
float:left;	
width:50%;
margin:0;
float:none;
clear:both;
max-width:99%;
width:99%;
text-align:center;
}
.footer-content .footer-address {
float:none;
clear:both;
max-width:99%;
width:99%;
text-align:center;
margin:0;
}
.footer-copyright .footer-nav {
display:none;	
}

.content p {
font-size:16px;
line-height:23px;
}
.sponsor-description {
display:none;	
}
/*#slider .feature {
display:block;
float:left;
overflow:hidden;
position:relative !important;
top:0;
left:0;	
margin:0 !important;
}
#slider .feature-content {
}
*/
.footer-email {
display:none;
}
.container-content {
background-image:none;	
}
.page-title {
font-size:27px;
}
.gallery-holder .slidesjs-pagination {
display:none;	
}
.container-labc-cards {
padding-top:6%;	
}
	.content-full {
	padding-top:50px;	
	}
.container-610-gallery, .grad-slides {
height:	290px;
}
}
@media only screen and (max-width: 590px) {
.labc-card {
width:94%;	
margin:2% 3%;
}
.card-content {
font-size:4.8vw !important;
line-height:6.8vw;
}
.team-photo {
float:right;
margin-left:5%;	
}
.team-short {
margin-left:0;
}
.grad-space-desc .graphic-header-610 {
	background-position:50% -30px !important;	
	}
}
@media only screen and (max-width: 480px) {
	.grad-space-desc .graphic-header {
width:100% !important;	
position:relative !important;
background-size:100% auto !important;
}
.grad-space-desc .graphic-header:before {
display:block !important;
padding-top:60% !important;
overflow:hidden !important;	
}

	.moveable-open {
-webkit-transform:translate3d(-70%,0, 0);
-ms-transform:translate3d(-70%, 0, 0);
-moz-transform:translate3d(-70%, 0, 0);
}
.container-nav-main {
padding-left:30%;
width:70%;	
}

	.content h2 {
	font-size:22px;
	font-weight:600;
	}
	.sponsor-info h3 {
	font-size:18px;
	font-weight:600;
}
.sponsor-info {
position:relative;
}
/*.sponsor-info a {
position:absolute;
z-index:10;
top:0;
left:0;
width:100%;
height:100%;
white-space:nowrap;
overflow:hidden;
text-indent:150%;
}*/
	.sponsor-logo {
margin:25px 0 0 0;
	}
.container-body {
top:80px;	
top:97px;
}
#home .container-body {
top:80px;	
}
.card-link {
font-size:15px;	
}
.companies-list .labc-card {
float:none;
width:100%;	
}
#branding {
width:170px;
height:60px;
margin:0;	
top:-6px;
}
.header {
min-height:1px;	
}
.header-inner {

}
.nav-button {
top:22px;
}
/*.nav-open {
-webkit-transform:translate3d(0,375px, 0);
-ms-transform:translate3d(0, 375px, 0);
-moz-transform:translate3d(0, 375px, 0);
}*/
.feature-link {
width:31%;	
margin-top:-2%;
font-size:13px;
}
.prev-next a {
float:left;
width:auto;
margin:0 20px;
min-width:1px;	
padding:8px 40px;
}

.footer-header {
	padding-top:35px;
}

.content input.submit {
width:80%;
width:100%;
margin:0 auto;
display:block;
float:none;
}
.news-listing h3 {
font-size:20px;
font-weight:600;	
}
.footer-svis {
padding:0;
text-align:center;
}
.container-610-gallery, .grad-slides {
height:	220px;
}
.grad-space-container .grad-main {
padding:20px 30px !important;	
}
}
/* Mobile */

@media only screen and (max-width: 400px) {
.content-main .expertise-heading {
font-size:18px;	
}
.results-filteredby {
float:none;
width:100%;	
clear:left;
font-size: 19px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 15px 0;
}
.clear-value {
height:16px;	
}
.results-header h3 {
float:none;
width:auto;	
}
.search-categories, .search-keywords {
float:none;
width:auto;
margin:0;
}
.expertise-search-button {
width:100%;
max-width:100%;
float:none;	
}
.resident-result {
padding:0;	
margin:0 0 25px 0;
}
.result-thumbnail {
float:none;
width:100%;
margin:0;	
max-width:100%;
}
.result-thumbnail img {
width:100%;
height:auto;	
margin:0;
}
.result-info {
display:block;
width:auto;
float:none;
background-color:#fff;
padding:15px 15px 15px 15px;
position:relative;
}
.result-email {
position:absolute;
font-weight:bold;
top:37px;
left:80%;	
}
.result-name  {
font-size:21px;	
margin-bottom:8px;
}
.result-expertise {
display:block;
width:auto;
float:none;
background-color:#fff;
padding:0 15px 15px 15px;
}
.result-expertises + .result-expertises {
position:relative;
left:7%;	
}
.events-header a {
display:inline-block;
float:none;
clear:left;
margin-top:10px;	
}
}
/* iPhone */
@media only screen and (max-width: 320px) {
.feature-blurb {
font-size:21px !important;	
}
.feature-blurb p {
line-height:25px;
}
.feature-link {
width:36%;	
font-size:12px;
}



}

#home .labc-card {
/*box-shadow:none;	
border-left:1px solid rgba(150,150,150,0.2);
border-bottom:1px solid rgba(150,150,150,0.4);*/
box-shadow:-1px 1px 0px rgba(150,150,150,0.3);

}


.performance-holder {
position:fixed;
top:0;
left:0;
white-space:nowrap;	
background-color:rgba(248,243,218,0.7);
color:#444;
padding:4px 6px;
-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2);
font-size:12px;
z-index:1000;
visibility:visible;
}
body:hover .performance-holder {
visibility:hidden;	
}

/* TURNING RESPONSIVE OFF 
   
   To turn the responsive styles off, simply: 
   
   1. comment out the @import line above (line 12) for the media.css stylesheet.
   2. In layout.css uncomment line 49 (min-width:1400px;). This will set the width of the website to a minimum of 1400px.
 
*/