@charset "UTF-8";
/* Global reset */
/* line 2, ../sass/application.scss */
* {
  margin: 0;
  padding: 0;
}

/* Project dependencies */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../sass/_normalize.scss */
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.
 */
/* line 52, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../sass/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 105, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 136, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 174, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 208, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 215, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 219, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, ../sass/_normalize.scss */
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.
 */
/* line 274, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 288, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 301, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 313, ../sass/_normalize.scss */
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.
 */
/* line 328, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 338, ../sass/_normalize.scss */
button[disabled],textarea[disabled],select[disabled],
html input[disabled] {
  cursor: not-allowed;
}


/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 348, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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).
 */
/* line 359, ../sass/_normalize.scss */
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 5 and Chrome
 * on OS X.
 */
/* line 372, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 381, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 391, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 404, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2, ../sass/neat/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Base */
/* Basic grid settings */
/* line 2, ../sass/_base.scss */
.row {
  float: left;
  width: 100%;
}

/* line 3, ../sass/_base.scss */
.container {
  width: 980px;
  margin: 0 auto;
}

/* Global variables */
@font-face {
  font-family: museofont;
  src: url("../fonts/museo300-regular-webfont.eot");
  src: url("../fonts/museo300-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo300-regular-webfont.woff") format("woff"), url("../fonts/museo300-regular-webfont.ttf") format("truetype"), url("../fonts/museo300-regular-webfont.svg#museo300") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: museofont;
  src: url("../fonts/museo500-regular-webfont.eot");
  src: url("../fonts/museo500-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo500-regular-webfont.woff") format("woff"), url("../fonts/museo500-regular-webfont.ttf") format("truetype"), url("../fonts/museo500-regular-webfont.svg#museo500") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: museofont;
  src: url("../fonts/museo700-regular-webfont.eot");
  src: url("../fonts/museo700-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo700-regular-webfont.woff") format("woff"), url("../fonts/museo700-regular-webfont.ttf") format("truetype"), url("../fonts/museo700-regular-webfont.svg#museo700") format("svg");
  font-weight: 700;
  font-style: normal;
}

/* line 50, ../sass/_base.scss */
.form-image-grid, .contact-window-list, .contact-window-address, .image-list, .team-contact ul, .team-leaders ul, .statistics-list, .possibilities-list, .team-members ul, .detail-info-company,
.detail-info-contact, .account-navigation ul, .account-info-statistics, .profile-list, .member-title, .member-content,
.team-item, .team-contact ul li, .team-leaders ul li a, .team-leaders ul li a img, .team-leaders ul li a hgroup, .statistics-list li, .possibilities-list li {
  float: left;
  width: 100%;
}

/* line 51, ../sass/_base.scss */
.form-image-grid, .contact-window-list, .contact-window-address, .image-list, .team-contact ul, .team-leaders ul, .statistics-list, .possibilities-list, .team-members ul, .detail-info-company,
.detail-info-contact, .account-navigation ul, .account-info-statistics, .profile-list {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Basic elements */
/* line 60, ../sass/_base.scss */
body {
  font-family: Tahoma, Geneva, sans-serif;
}

/* line 61, ../sass/_base.scss */
a img {
  border: none;
}

/* line 62, ../sass/_base.scss */
a {
  color: #084272;
  text-decoration: none;
}

/* Icons */
/* i */
/* line 65, ../sass/_base.scss */
.icon {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background-position: center top;
  background-repeat: no-repeat;
}

/* line 71, ../sass/_base.scss */
.icon-login {
  width: 16px;
  height: 16px;
  background-image: url('../images/icon-login.png?1385627689');
}

/* line 79, ../sass/_base.scss */
.icon-link,
.icon-share,
.icon-user {
  width: 30px;
  height: 28px;
}

/* line 85, ../sass/_base.scss */
.icon-share,
.icon-user {
  margin-right: 10px;
}

/* line 87, ../sass/_base.scss */
.icon-link {
  background-image: url('../images/icon-link.png?1385627689');
}

/* line 88, ../sass/_base.scss */
.icon-share {
  background-image: url('../images/icon-share.png?1385627689');
}

/* line 89, ../sass/_base.scss */
.icon-user {
  background-image: url('../images/icon-user.png?1385627691');
}

/* line 91, ../sass/_base.scss */
.icon-statistics {
  width: 25px;
  height: 26px;
  background-image: url('../images/icon-statistics.png?1385627690');
}

/* line 97, ../sass/_base.scss */
.icon-profile {
  width: 25px;
  height: 24px;
  background-image: url('../images/icon-profile.png?1385800633');
}

/* Buttons */
/* line 104, ../sass/_base.scss */
.btn {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  padding: 7px 10px;
  border: none;
  font: 500 16px museofont;
  -webkit-transition: 0.3s ease background-color, color;
  -moz-transition: 0.3s ease background-color, color;
  transition: 0.3s ease background-color, color;
}

/* line 113, ../sass/_base.scss */
.btn-left {
  float: left;
}

/* line 114, ../sass/_base.scss */
.btn-right {
  float: right;
}

/* line 116, ../sass/_base.scss */
.btn-blue {
  background-color: #084272;
  color: #ffffff;
}
/* line 120, ../sass/_base.scss */
.btn-blue:active {
  background-color: #06345a;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.21);
}
/* line 121, ../sass/_base.scss */
.btn-blue:hover {
  background-color: #135a94;
}

/* line 124, ../sass/_base.scss */
.btn-green {
  background-color: #bfd742;
  color: #084272;
}
/* line 128, ../sass/_base.scss */
.btn-green:active {
  background-color: #238b43;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.21);
}
/* line 129, ../sass/_base.scss */
.btn-green:hover {
  background-color: #29a650;
}
/* line 131, ../sass/_base.scss */
.btn-green:active, .btn-green:hover {
  color: #ffffff;
}

/* line 134, ../sass/_base.scss */
.btn-continue {
  width: 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url('../images/btn-continue-bg.png?1385627691');
}

/* hr */
/* line 142, ../sass/_base.scss */
.seperator {
  display: block;
  float: left;
  width: 100%;
  height: 2px;
  margin: 10px 0;
  background-color: rgba(250, 250, 250, 0.2);
  border: none;
}

/* Modules */
/* Global header styling */
/* line 2, ../sass/modules/_header.scss */
.row-header {
  *zoom: 1;
  display: block;
  height: 258px;
  background: white url('../images/header-bg.png?1385627691') center top repeat-x;
}
/* line 18, ../sass/bourbon/addons/_clearfix.scss */
.row-header:before, .row-header:after {
  content: " ";
  display: table;
}
/* line 23, ../sass/bourbon/addons/_clearfix.scss */
.row-header:after {
  clear: both;
}

/* Logo */
/* line 9, ../sass/modules/_header.scss */
.logo {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 40.29137%;
  margin-top: 11px;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.logo:last-child {
  margin-right: 0;
}

/* top menu */
/* ul */
/* line 15, ../sass/modules/_header.scss */
.top-menu {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding: 0;
  list-style: none;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.top-menu:last-child {
  margin-right: 0;
}
/* line 20, ../sass/modules/_header.scss */
.top-menu > li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  float: left;
  font: 300 14px/42px museofont;
  color: #084272;
}
/* line 27, ../sass/modules/_header.scss */
.top-menu > li:first-child {
  font-weight: 700;
  margin-right: 15px;
}
/* line 31, ../sass/modules/_header.scss */
.top-menu > li:first-child::after {
  display: none;
}
/* line 34, ../sass/modules/_header.scss */
.top-menu > li:last-child::after {
  display: none;
}
/* line 36, ../sass/modules/_header.scss */
.top-menu > li::after {
  content: "•";
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  float: right;
  margin: 0 10px;
}
/* line 43, ../sass/modules/_header.scss */
.top-menu > li a:hover {
  color: #bfd742;
}

/* login */
/* line 48, ../sass/modules/_header.scss */
.login {
  position: relative;
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-right: 0;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.login:last-child {
  margin-right: 0;
}

/* line 54, ../sass/modules/_header.scss */
.login-link {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  float: right;
  margin-right: 20px;
  font: 700 16px museofont;
  line-height: 42px;
}

/* line 63, ../sass/modules/_header.scss */
.login-form {
  display: none;
  position: absolute;
  right: 0;
  top: 43px;
  width: 250px;
  padding: 10px;
  background-color: #084272;
  /* a */
}
/* line 72, ../sass/modules/_header.scss */
.login-form input {
  border: none;
}
/* line 75, ../sass/modules/_header.scss */
.login-form input[type="text"],
.login-form input[type="password"] {
  display: block;
  float: left;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  font-size: 12px;
  color: #084272;
}
/* line 89, ../sass/modules/_header.scss */
.login-form .lost-password {
  display: block;
  float: right;
  width: 100px;
  margin-top: 5px;
  font: 12px Tahoma, Geneva, sans-serif;
  color: #ffffff;
  text-align: center;
}

/* header title */
/* line 102, ../sass/modules/_header.scss */
.header-title {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 8.5298%;
  margin-right: 0;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.header-title:last-child {
  margin-right: 0;
}
/* line 107, ../sass/modules/_header.scss */
.header-title h1 {
  font: 500 46px museofont;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.34);
}

/* main menu */
/* line 115, ../sass/modules/_header.scss */
.main-menu {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.main-menu:last-child {
  margin-right: 0;
}
/* line 118, ../sass/modules/_header.scss */
.main-menu ul {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 126, ../sass/modules/_header.scss */
.main-menu ul ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #bfd742;
}
/* line 137, ../sass/modules/_header.scss */
.main-menu ul ul > li,
.main-menu ul ul > li > a {
  display: block;
  float: left;
  width: 100%;
}
/* line 143, ../sass/modules/_header.scss */
.main-menu ul ul > li > a {
  padding: 5px 10px
}
/* line 145, ../sass/modules/_header.scss */
.main-menu ul ul > li:hover > a {
  background-color: #cce352;
}
/* line 147, ../sass/modules/_header.scss */
.main-menu ul ul > li > a {
  padding: 7px 10px;
  font: 12px Tahoma, Geneva, sans-serif;
  color: #ffffff;
  border-bottom: 1px solid #cce352;
}
/* line 157, ../sass/modules/_header.scss */
.main-menu > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  float: left;
  padding: 0 10px;
  line-height: 44px;
  cursor: pointer
}
/* line 166, ../sass/modules/_header.scss */
.main-menu > ul > li:hover > a {
  color: #bfd742;
}
/* line 167, ../sass/modules/_header.scss */
.main-menu > ul > li:hover ul {
  display: block;
}
/* line 170, ../sass/modules/_header.scss */
.main-menu > ul > li > a {
  font: 300 16px museofont;
  color: #ffffff;
}

/* Global content styling */
/* line 2, ../sass/modules/_content.scss */
.row-content {
  margin: 20px 0;
}

/* Import */
/* Global entry styling */
/* line 2, ../sass/modules/content/_entry.scss */
.entry {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 65.88078%;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.entry:last-child {
  margin-right: 0;
}
/* line 6, ../sass/modules/content/_entry.scss */
.entry h1, .entry h2, .entry h3,
.entry h4, .entry h5, .entry h6 {
  font-family: museofont;
  color: #0b9444;
}
/* line 11, ../sass/modules/content/_entry.scss */
.entry h1 {
  font-weight: 500;
  font-size: 40px;
}
/* line 12, ../sass/modules/content/_entry.scss */
.entry h2 {
  font-weight: 500;
  font-size: 35px;
}
/* line 13, ../sass/modules/content/_entry.scss */
.entry h3 {
  font-weight: 500;
  font-size: 30px;
}
/* line 14, ../sass/modules/content/_entry.scss */
.entry h4 {
  font-weight: 500;
  font-size: 25px;
}
/* line 15, ../sass/modules/content/_entry.scss */
.entry h5 {
  font-weight: 300;
  font-size: 20px;
}
/* line 16, ../sass/modules/content/_entry.scss */
.entry h6 {
  font-weight: 300;
  font-size: 15px;
}
/* line 18, ../sass/modules/content/_entry.scss */
.entry p, .entry ul, .entry ol {
  font: 13px/19.5px Tahoma, Geneva, sans-serif;
  color: #43515c;
  margin-bottom: 19.5px;
}
/* line 24, ../sass/modules/content/_entry.scss */
.entry ul, .entry ol {
  margin-left: 15px;
}
/* line 26, ../sass/modules/content/_entry.scss */
.entry a {
  text-decoration: underline;
}
/* line 27, ../sass/modules/content/_entry.scss */
.entry strong {
  font-weight: bold;
  color: #084272;
}
/* line 29, ../sass/modules/content/_entry.scss */
.entry img {
  display: block;
  float: left;
  margin: 15px;
}
/* line 34, ../sass/modules/content/_entry.scss */
.entry img.align-left {
  float: left;
}
/* line 35, ../sass/modules/content/_entry.scss */
.entry img.align-right {
  float: right;
}
/* line 36, ../sass/modules/content/_entry.scss */
.entry img.align-center {
  float: none;
  margin: 15px auto;
}

/* Global sidebar styling */
/* line 2, ../sass/modules/content/_sidebar.scss */
.sidebar {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.sidebar:last-child {
  margin-right: 0;
}

/* line 4, ../sass/modules/content/_sidebar.scss */
.sidebar-item {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

/* ul */
/* line 12, ../sass/modules/content/_sidebar.scss */
.sidebar-list,
.sidebar-list li {
  display: block;
  float: left;
  width: 100%;
}

/* ul */
/* line 18, ../sass/modules/content/_sidebar.scss */
.sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 23, ../sass/modules/content/_sidebar.scss */
.sidebar-list:first-child {
  margin-top: 100px;
}

/* line 27, ../sass/modules/content/_sidebar.scss */
.member-detail-item.sidebar .sidebar-list {
  margin-top: 0;
}

/* ul */
/* line 29, ../sass/modules/content/_sidebar.scss */
.sidebar-list li {
  margin-bottom: 15px;
}
/* line 32, ../sass/modules/content/_sidebar.scss */
.sidebar-list li:last-child {
  margin-bottom: 0;
}

/* line 36, ../sass/modules/content/_sidebar.scss */
.sidebar-photos img {
  display: block;
  float: left;
  width: 100%;
}

/* line 43, ../sass/modules/content/_sidebar.scss */
.sidebar-image-list {
	background-color: #f1f1f1;
	border: 1px solid #e0e0e0;
	padding: 15px;
	margin-top: 20px;
}
/* line 48, ../sass/modules/content/_sidebar.scss */
.sidebar-image-list h3 {
  font: 500 16px museofont;
  color: #084272;
  margin-bottom: 15px;
}

/* Global footer styling */
/* line 2, ../sass/modules/_footer.scss */
.row-footer {
  height: 226px;
  background: url('../images/footer-bg.png?1385627690') center top no-repeat;
}

/* line 8, ../sass/modules/_footer.scss */
.footer-item {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-top: 15px;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.footer-item:last-child {
  margin-right: 0;
}
/* line 12, ../sass/modules/_footer.scss */
.footer-item h2, .footer-item p {
  font-family: museofont;
  color: #ffffff;
}
/* line 14, ../sass/modules/_footer.scss */
.footer-item h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
/* line 20, ../sass/modules/_footer.scss */
.footer-item p {
  font-size: 14px;
  font-weight: 300;
}
/* line 22, ../sass/modules/_footer.scss */
.footer-item.footer-item-social-media {
  padding-right: 100px;
}

/* ul */
/* line 25, ../sass/modules/_footer.scss */
.sitemap {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 30, ../sass/modules/_footer.scss */
.sitemap.sitemap-half {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 48.82117%;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.sitemap.sitemap-half:last-child {
  margin-right: 0;
}
/* line 32, ../sass/modules/_footer.scss */
.sitemap a {
  font: 300 14px museofont;
  color: #ffffff;
}
/* line 33, ../sass/modules/_footer.scss */
.sitemap a:hover {
  color: #bfd742;
}

/* line 36, ../sass/modules/_footer.scss */
.footer-item-social-media .social-media-list {
  margin-top: 15px;
}

/* line 39, ../sass/modules/_footer.scss */
.footer-item-contact ul {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  list-style: none;
}
/* line 48, ../sass/modules/_footer.scss */
.footer-item-contact ul li {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 48.82117%;
  line-height: 20px;
  color: #ffffff;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.footer-item-contact ul li:last-child {
  margin-right: 0;
}
/* line 70, ../sass/neat/grid/_omega.scss */
.footer-item-contact ul li:nth-child(2n) {
  margin-right: 0;
}
/* line 75, ../sass/neat/grid/_omega.scss */
.footer-item-contact ul li:nth-child(2n+1) {
  clear: left;
}
/* line 54, ../sass/modules/_footer.scss */
.footer-item-contact ul li:hover {
  color: #bfd742;
}
/* line 56, ../sass/modules/_footer.scss */
.footer-item-contact ul li:hover a {
  color: #bfd742;
}
/* line 59, ../sass/modules/_footer.scss */
.footer-item-contact ul li::before {
  content: "•";
  margin-right: 10px;
}
/* line 64, ../sass/modules/_footer.scss */
.footer-item-contact ul li a {
  font: 300 14px museofont;
  color: #ffffff;
}

/* line 3, ../sass/modules/_forms.scss */
form,
fieldset {
  display: block;
  float: left;
  width: 100%;
}

/* line 9, ../sass/modules/_forms.scss */
fieldset {
  margin-bottom: 20px;
  border: none;
  padding: 0;
}
/* line 14, ../sass/modules/_forms.scss */
fieldset h2 {
  font: 700 24px museofont;
  color: #43515c;
  margin-bottom: 15px;
}

/* line 24, ../sass/modules/_forms.scss */
input[type="text"]:not(.loginField),
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="datetime-local"],
textarea {
  display: block;
  float: left;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  margin-bottom: 10px;
  background-color: #f1f1f1;
  border: 1px solid #e6e6e6;
  font: 12px/30px Tahoma, Geneva, sans-serif;
  color: #43515c;
}

/* line 39, ../sass/modules/_forms.scss */
textarea {
	padding-top: 5px;
  height: 250px;
  line-height: 15px;
}

/* line 42, ../sass/modules/_forms.scss */
select,
input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  float: left;
  width: 100%;
  height: 30px;
  cursor: pointer;
  opacity: 0;
}

/* line 62, ../sass/modules/_forms.scss */
label.select,
label.file {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  margin-bottom: 15px;
  border: 1px solid #e6e6e6;
  background: #f1f1f1 center right no-repeat;
  font: 12px/30px Tahoma, Geneva, sans-serif;
  color: #43515c;
}

/* line 78, ../sass/modules/_forms.scss */
label.file {
  background-image: url('../images/icon-file-bg.png?1385802148');
}

/* line 79, ../sass/modules/_forms.scss */
label.select {
  background-image: url('../images/icon-select-bg.png?1385808115');
}

/* line 82, ../sass/modules/_forms.scss */
.form-half {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 48.82117%;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.form-half:last-child {
  margin-right: 0;
}
/* line 70, ../sass/neat/grid/_omega.scss */
.form-half:nth-child(3n) {
  margin-right: 0;
}
/* line 75, ../sass/neat/grid/_omega.scss */
.form-half:nth-child(3n+1) {
  clear: left;
}

/* line 88, ../sass/modules/_forms.scss */
.input-social {
  padding-left: 50px !important;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}

/* line 95, ../sass/modules/_forms.scss */
.input-social-linkedin {
  background-image: url('../images/icon-linkedin-gray.png?1385627690');
}

/* line 96, ../sass/modules/_forms.scss */
.input-social-facebook {
  background-image: url('../images/icon-facebook-gray.png?1385627689');
}

/* line 97, ../sass/modules/_forms.scss */
.input-social-twitter {
  background-image: url('../images/icon-twitter-gray.png?1385627689');
}

/* line 101, ../sass/modules/_forms.scss */
.form-number,
.form-city,
.form-street {
  float: left;
  padding-right: 1.618em;
}

/* line 103, ../sass/modules/_forms.scss */
.form-street {
  width: 45%;
}

/* line 104, ../sass/modules/_forms.scss */
.form-number {
  width: 15%;
}

/* line 105, ../sass/modules/_forms.scss */
.form-city {
  width: 40%;
  padding-right: 0;
}

/* ul */
/* line 107, ../sass/modules/_forms.scss */
.form-image-grid {
  margin-top: 15px;
}
/* line 111, ../sass/modules/_forms.scss */
.form-image-grid li {
  display: block;
  float: left;
  margin-right: 20px;
  width: 140px;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.form-image-grid li:last-child {
  margin-right: 0;
}
/* line 70, ../sass/neat/grid/_omega.scss */
.form-image-grid li:nth-child(4n) {
  margin-right: 0;
}
/* line 75, ../sass/neat/grid/_omega.scss */
.form-image-grid li:nth-child(4n+1) {
  clear: left;
}
/* line 115, ../sass/modules/_forms.scss */
.form-image-grid li img {
  display: block;
  float: left;
  width: 100%;
}

/* Global contact window styling */
/* line 2, ../sass/modules/_contact.scss */
.contact-window {
  position: fixed;
  z-index: 999;
  top: 305px;
  left: -250px;
  display: block;
  float: left;
  width: 250px;
  background: #bfd742 url('../images/detail-info-block-bg.png?1385627691') top right no-repeat;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 15, ../sass/modules/_contact.scss */
.contact-window.is-open {
  left: 0;
}

/* line 18, ../sass/modules/_contact.scss */
.contact-window-btn {
  position: absolute;
  top: 0;
  right: -40px;
  display: block;
  float: left;
  width: 40px;
  height: 45px;
  background: #084272 url('../images/icon-telephone.png?1385627690') center center no-repeat;
  border: 0;
}
/* line 31, ../sass/modules/_contact.scss */
.contact-window-btn:hover {
  cursor: pointer;
}

/* ul */
/* line 34, ../sass/modules/_contact.scss */
.contact-window-list {
  padding: 20px;
}
/* line 38, ../sass/modules/_contact.scss */
.contact-window-list > li {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}
/* line 47, ../sass/modules/_contact.scss */
.contact-window-list > li:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
/* line 53, ../sass/modules/_contact.scss */
.contact-window-list > li img {
  display: block;
  float: left;
  width: 50px;
  border: 2px solid #ffffff;
}
/* line 60, ../sass/modules/_contact.scss */
.contact-window-list > li h4 {
  display: block;
  float: left;
  width: 120px;
  margin-left: 10px;
  font: 500 14px museofont;
  color: #084272;
}

/* line 72, ../sass/modules/_contact.scss */
.contact-window-address {
  width: 120px;
  margin-left: 10px;
}
/* line 77, ../sass/modules/_contact.scss */
.contact-window-address li {
  display: block;
  float: left;
  width: 100%;
  font: 300 14px museofont;
  color: #ffffff;
}

/* Global twitterfeed styling */
/* line 2, ../sass/modules/_twitterfeed.scss */
.row-twitterfeed {
  padding: 5px 0;
  margin-top: 25px;
  background-color: #f1f1f1;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 12, ../sass/modules/_twitterfeed.scss */
.feed-logo {
  float: left;
  margin-right: 10px;
}

/* ul */
/* line 14, ../sass/modules/_twitterfeed.scss */
.feed {
  display: block;
  float: left;
  width: 900px;
  overflow: hidden;
}
/* line 20, ../sass/modules/_twitterfeed.scss */
.feed li {
  font: 12px/26px Tahoma, Geneva, sans-serif;
  color: #43515c;
}

/* ul */
/* line 26, ../sass/modules/_twitterfeed.scss */
.feed-navigation {
  display: block;
  float: right;
}
/* line 30, ../sass/modules/_twitterfeed.scss */
.feed-navigation li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  float: left;
  width: 11px;
  height: 26px;
  background-position: center top;
  background-repeat: no-repeat;
}
/* line 38, ../sass/modules/_twitterfeed.scss */
.feed-navigation li:first-child {
  margin-right: 10px;
}
/* line 40, ../sass/modules/_twitterfeed.scss */
.feed-navigation li.prev {
  background-image: url('../images/prev-item.png?1385627690');
  padding-left:0;
}
/* line 42, ../sass/modules/_twitterfeed.scss */
.feed-navigation li.prev:hover {
  background-image: url('../images/prev-item-hover.png?1385627689');
}
/* line 45, ../sass/modules/_twitterfeed.scss */
.feed-navigation li.next {
  background-image: url('../images/next-item.png?1385627690');
}
/* line 47, ../sass/modules/_twitterfeed.scss */
.feed-navigation li.next:hover {
  background-image: url('../images/next-item-hover.png?1385627689');
}
/* line 50, ../sass/modules/_twitterfeed.scss */
.feed-navigation li a {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}

/* line 60, ../sass/modules/_twitterfeed.scss */
.feed,
.feed-navigation {
  height: 26px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* ul */
/* line 2, ../sass/modules/_social-media-list.scss */
.social-media-list {
  display: block;
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 11, ../sass/modules/_social-media-list.scss */
.social-media-list.white-list a.social-media-facebook {
  background-image: url('../images/icon-facebook-gray.png?1385627689');
}
/* line 12, ../sass/modules/_social-media-list.scss */
.social-media-list.white-list a.social-media-twitter {
  background-image: url('../images/icon-twitter-gray.png?1385627689');
}
/* line 13, ../sass/modules/_social-media-list.scss */
.social-media-list.white-list a.social-media-linkedin {
  background-image: url('../images/icon-linkedin-gray.png?1385627690');
}
/* line 16, ../sass/modules/_social-media-list.scss */
.social-media-list.tiny-list a {
  width: 25px;
  height: 25px;
}
/* line 18, ../sass/modules/_social-media-list.scss */
.social-media-list li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  float: left;
  margin-right: 15px;
}
/* line 23, ../sass/modules/_social-media-list.scss */
.social-media-list li a {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  float: left;
  width: 41px;
  height: 41px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* line 33, ../sass/modules/_social-media-list.scss */
.social-media-list li a.social-media-facebook {
  background-image: url('../images/icon-facebook-green.png?1385627689');
}
/* line 35, ../sass/modules/_social-media-list.scss */
.social-media-list li a.social-media-facebook:hover {
  background-image: url('../images/icon-facebook-white.png?1385627689');
}
/* line 38, ../sass/modules/_social-media-list.scss */
.social-media-list li a.social-media-twitter {
  background-image: url('../images/icon-twitter-green.png?1385627689');
}
/* line 40, ../sass/modules/_social-media-list.scss */
.social-media-list li a.social-media-twitter:hover {
  background-image: url('../images/icon-twitter-white.png?1385627689');
}
/* line 43, ../sass/modules/_social-media-list.scss */
.social-media-list li a.social-media-linkedin {
  background-image: url('../images/icon-linkedin-green.png?1385627689');
}
/* line 45, ../sass/modules/_social-media-list.scss */
.social-media-list li a.social-media-linkedin:hover {
  background-image: url('../images/icon-linkedin-white.png?1385627689');
}

/* Global image list styling */
/*

  <ul class="image-list list-4 bordered">
    <li>
      <a href="#" title=""><img src="images/team-member.png" alt="" /><span></span></a>
    </li>
  </ul><!-- .image-list .list-4 .bordered -->

*/
/* ul */
/* line 15, ../sass/modules/_image-list.scss */
.image-list li {
  position: relative;
  display: block;
  float: left;
  margin-bottom: 15px;
  overflow: hidden;
}
/* line 23, ../sass/modules/_image-list.scss */
.image-list li img, .image-list li a {
  display: block;
  float: left;
  width: 100%;
}
/* line 29, ../sass/modules/_image-list.scss */
.image-list li span {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  float: left;
  width: 100%;
  background-color: #0b9444;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
/* line 46, ../sass/modules/_image-list.scss */
.image-list li a:hover span {
  top: 0;
}
/* line 49, ../sass/modules/_image-list.scss */
.image-list.bordered li {
  border: 2px solid #ffffff;
}
/* line 51, ../sass/modules/_image-list.scss */
.image-list.list-4 li {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 23.23176%;
  height: 50px;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.image-list.list-4 li:last-child {
  margin-right: 0;
}
/* line 70, ../sass/neat/grid/_omega.scss */
.image-list.list-4 li:nth-child(4n) {
  margin-right: 0;
}
/* line 75, ../sass/neat/grid/_omega.scss */
.image-list.list-4 li:nth-child(4n+1) {
  clear: left;
}
/* line 56, ../sass/modules/_image-list.scss */
.image-list.list-4 li img, .image-list.list-4 li span {
  height: 50px;
}
/* line 57, ../sass/modules/_image-list.scss */
.image-list.list-4 li span {
  background-image: url('../images/icon-magnifier-tiny.png?1385627689');
}
/* line 60, ../sass/modules/_image-list.scss */
.image-list.list-3 li {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
  height: 60px;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.image-list.list-3 li:last-child {
  margin-right: 0;
}
/* line 70, ../sass/neat/grid/_omega.scss */
.image-list.list-3 li:nth-child(3n) {
  margin-right: 0;
}
/* line 75, ../sass/neat/grid/_omega.scss */
.image-list.list-3 li:nth-child(3n+1) {
  clear: left;
}
/* line 65, ../sass/modules/_image-list.scss */
.image-list.list-3 li img, .image-list.list-3 li span {
  height: 60px;
}
/* line 66, ../sass/modules/_image-list.scss */
.image-list.list-3 li span {
  background-image: url('../images/icon-magnifier-middle.png?1385627689');
}
/* line 69, ../sass/modules/_image-list.scss */
.image-list.list-2 li {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 48.82117%;
  height: 105px;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.image-list.list-2 li:last-child {
  margin-right: 0;
}
/* line 70, ../sass/neat/grid/_omega.scss */
.image-list.list-2 li:nth-child(2n) {
  margin-right: 0;
}
/* line 75, ../sass/neat/grid/_omega.scss */
.image-list.list-2 li:nth-child(2n+1) {
  clear: left;
}
/* line 74, ../sass/modules/_image-list.scss */
.image-list.list-2 li img, .image-list.list-2 li span {
  height: 105px;
}
/* line 75, ../sass/modules/_image-list.scss */
.image-list.list-2 li span {
  background-image: url('../images/icon-magnifier-big.png?1385627689');
}

/* Global intro styling */
/* line 2, ../sass/modules/_intro.scss */
.row-intro {
  background-color: #ffffff;
  margin: 30px 0;
}

/* line 7, ../sass/modules/_intro.scss */
.intro {
  position: relative;
  overflow: hidden;
  height: 250px;
}

/* ul */
/* line 13, ../sass/modules/_intro.scss */
.intro-navigation {
  float: left;
  width: 100%;
}
/* line 17, ../sass/modules/_intro.scss */
.intro-navigation li {
  position: absolute;
  z-index: 500;
  top: 60%;
  display: block;
  float: left;
  width: 21px;
  height: 53px;
  background-position: center top;
  background-repeat: no-repeat;
}
/* line 30, ../sass/modules/_intro.scss */
.intro-navigation li.prev {
  left: 0;
  background-image: url('../images/prev-item-big.png?1385627689');
}
/* line 33, ../sass/modules/_intro.scss */
.intro-navigation li.prev:hover {
  background-image: url('../images/prev-item-big-hover.png?1385627689');
}
/* line 36, ../sass/modules/_intro.scss */
.intro-navigation li.next {
  right: 0;
  background-image: url('../images/next-item-big.png?1385627689');
}
/* line 39, ../sass/modules/_intro.scss */
.intro-navigation li.next:hover {
  background-image: url('../images/next-item-big-hover.png?1385627689');
}
/* line 42, ../sass/modules/_intro.scss */
.intro-navigation li a {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}

/* ul */
/* line 51, ../sass/modules/_intro.scss */
.intro-content {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.intro-content:last-child {
  margin-right: 0;
}
/* line 57, ../sass/modules/_intro.scss */
.intro-content li {
  width: 100%;
}

/* line 60, ../sass/modules/_intro.scss */
.intro-item {
  float: left;
  width: 100%;
}

/* line 61, ../sass/modules/_intro.scss */
.intro-item-header {
  float: left;
  width: 100%;
}
/* line 65, ../sass/modules/_intro.scss */
.intro-item-header h1 {
  font: 300 65px museofont;
  color: #0b9444;
  text-align: center;
  margin: 0;
  margin-bottom: 25px;
}
/* line 72, ../sass/modules/_intro.scss */
.intro-item-header h1 strong {
  font-weight: 700;
  color: #084272;
}

/* line 75, ../sass/modules/_intro.scss */
.intro-item-content {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  border-top: 1px solid #f2f2f2;
  padding-top: 25px;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.intro-item-content:last-child {
  margin-right: 0;
}
/* line 82, ../sass/modules/_intro.scss */
.intro-item-content p {
  font: 300 italic 16px museofont;
  color: #43515c;
  text-align: center;
}

/* Global members styling */
/* line 2, ../sass/modules/_intro-members.scss */
.row-intro-members {
  height: 320px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.31);
  background: url('../images/intro-members-bg.png?1385627690') center top no-repeat;
}

/* line 8, ../sass/modules/_intro-members.scss */
.intro-members {
  margin-top: 20px;
}

/* line 10, ../sass/modules/_intro-members.scss */
.intro-members-slider {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 65.88078%;
  position: relative;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.intro-members-slider:last-child {
  margin-right: 0;
}

/* line 15, ../sass/modules/_intro-members.scss */
.intro-members-list {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.intro-members-list:last-child {
  margin-right: 0;
}

/* ul */
/* line 19, ../sass/modules/_intro-members.scss */
.intro-members-slider-content,
.intro-members-slider-content li {
  display: block;
  float: left;
  height: 300px;
}

/* ul */
/* line 25, ../sass/modules/_intro-members.scss */
.intro-members-slider-content {
  width: 500px;
  height: 300px;
  overflow: hidden;
}
/* line 30, ../sass/modules/_intro-members.scss */
.intro-members-slider-content li {
  position: relative;
  width: 100%;
}
/* line 34, ../sass/modules/_intro-members.scss */
.intro-members-slider-content li img {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}

/* article */
/* line 43, ../sass/modules/_intro-members.scss */
.intro-members-slider-item {
  position: relative;
  float: right;
  margin-top: 35px;
  width: 65%;
  height: 150px;
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.21);
}
/* line 53, ../sass/modules/_intro-members.scss */
.intro-members-slider-item::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 48px;
  top: 20px;
  left: -37px;
  background: url('../images/intro-members-triangle.png?1385627689') center top no-repeat;
}
/* line 65, ../sass/modules/_intro-members.scss */
.intro-members-slider-item p {
  font: 300 italic 16px museofont;
  color: #43515c;
}
/* line 66, ../sass/modules/_intro-members.scss */
.intro-members-slider-item h1 {
  font: 500 25px museofont;
  color: #0b9444;
  text-align: right;
  margin-bottom: 0;
  position: absolute;
  bottom: 30px;
  right: 10px;;
}

.intro-members-slider-item h2 {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
/* ul */
/* line 74, ../sass/modules/_intro-members.scss */
.intro-members-slider-navigation {
position: absolute;
z-index: 999;
top: 150px;
left: 185px;
display: block;
float: left;
margin: 0;
padding: 0;
list-style: none;
}
/* line 86, ../sass/modules/_intro-members.scss */
.intro-members-slider-navigation li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  float: left;
  width: 11px;
  height: 26px;
  background-position: center top;
  background-repeat: no-repeat;
}
/* line 94, ../sass/modules/_intro-members.scss */
.intro-members-slider-navigation li:first-child {
  margin-right: 10px;
}
/* line 96, ../sass/modules/_intro-members.scss */
.intro-members-slider-navigation li.prev {
  background-image: url('../images/prev-item.png?1385627690');
}
/* line 98, ../sass/modules/_intro-members.scss */
.intro-members-slider-navigation li.prev:hover {
  background-image: url('../images/prev-item-hover.png?1385627689');
}
/* line 101, ../sass/modules/_intro-members.scss */
.intro-members-slider-navigation li.next {
  background-image: url('../images/next-item.png?1385627690');
}
/* line 103, ../sass/modules/_intro-members.scss */
.intro-members-slider-navigation li.next:hover {
  background-image: url('../images/next-item-hover.png?1385627689');
}
/* line 106, ../sass/modules/_intro-members.scss */
.intro-members-slider-navigation li a {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}

/* line 117, ../sass/modules/_intro-members.scss */
.intro-members-list h2 {
  font: 700 22px museofont;
  color: #ffffff;
  margin-bottom: 25px;
}
/* line 123, ../sass/modules/_intro-members.scss */
.intro-members-list ul {
  display: block;
  float: left;
  width: 100%;
}
/* line 128, ../sass/modules/_intro-members.scss */
.intro-members-list ul li {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 23.23176%;
  position: relative;
  width: 65px;
  height: 50px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 2px solid #ffffff;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.intro-members-list ul li:last-child {
  margin-right: 0;
}
/* line 70, ../sass/neat/grid/_omega.scss */
.intro-members-list ul li:nth-child(4n) {
  margin-right: 0;
}
/* line 75, ../sass/neat/grid/_omega.scss */
.intro-members-list ul li:nth-child(4n+1) {
  clear: left;
}
/* line 140, ../sass/modules/_intro-members.scss */
.intro-members-list ul li a, .intro-members-list ul li img {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}
/* line 147, ../sass/modules/_intro-members.scss */
.intro-members-list ul li a:hover .intro-member-list-more {
  top: 0;
}

/* span */
/* line 152, ../sass/modules/_intro-members.scss */
.intro-member-list-more {
  position: absolute;
  display: block;
  float: left;
  top: 100%;
  width: 100%;
  height: 50px;
  background: #0b9444 url('../images/icon-magnifier.png') center center no-repeat;
  opacity: 0.8;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

/* Sellingpoints global styling */
/* line 2, ../sass/modules/_sellingpoints.scss */
.row-sellingpoints {
  background-color: #ffffff;
}

/* line 3, ../sass/modules/_sellingpoints.scss */
.sellingpoints {
  margin-top: 25px;
}

/* Sellingpoint */
/* line 6, ../sass/modules/_sellingpoints.scss */
.sellingpoint-item {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding-top: 80px;
  background-position: center top;
  background-repeat: no-repeat;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.sellingpoint-item:last-child {
  margin-right: 0;
}
/* line 12, ../sass/modules/_sellingpoints.scss */
.sellingpoint-item p {
  font: 300 16px/24px museofont;
  color: #43515c;
  text-align: center;
  margin-bottom: 24px;
}
/* line 18, ../sass/modules/_sellingpoints.scss */
.sellingpoint-item p strong {
  color: #0b9444;
}

/* line 22, ../sass/modules/_sellingpoints.scss */
.sellingpoint-relations {
  background-image: url('../images/icon-relations.png?1385627689');
}

/* line 23, ../sass/modules/_sellingpoints.scss */
.sellingpoint-chances {
  background-image: url('../images/icon-chances.png?1385627689');
}

/* line 24, ../sass/modules/_sellingpoints.scss */
.sellingpoint-contact {
  background-image: url('../images/icon-contact.png?1385627689');
}

/* form */
/* line 27, ../sass/modules/_sellingpoints.scss */
.sellingpoint-contact-form {
  display: block;
  float: left;
  width: 100%;
}
/* line 32, ../sass/modules/_sellingpoints.scss */
.sellingpoint-contact-form input[type="text"] {
  display: block;
  float: left;
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  background-color: #f1f1f1;
  font: 12px Tahoma, Geneva, sans-serif;
  color: #43515c;
}

/* Global member styling */
/* line 2, ../sass/modules/_members.scss */
.member {
  float: left;
  width: 100%;
}

/* line 3, ../sass/modules/_members.scss */
.member-title {
  margin-bottom: 20px;
}
/* line 7, ../sass/modules/_members.scss */
.member-title h1 {
  font: 300 35px museofont;
  color: #0b9444;
  margin-bottom: 10px;
}
/* line 12, ../sass/modules/_members.scss */
.member-title h1 strong {
  color: #084272;
  font-weight: 700;
}
/* line 15, ../sass/modules/_members.scss */
.member-title h2 {
  font: 300 22px museofont;
  color: #084272;
}

/* line 1, ../sass/modules/members/_team.scss */
.team-information {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.team-information:last-child {
  margin-right: 0;
}

/* line 3, ../sass/modules/members/_team.scss */
.team-information h2 {
  font: 300 24px museofont;
  color: #084272;
  margin-bottom: 20px;
}

/* line 9, ../sass/modules/members/_team.scss */
.team-item {
  margin-bottom: 15px;
}

/* line 13, ../sass/modules/members/_team.scss */
.team-contact ul {
  margin-bottom: 20px;
}
/* line 17, ../sass/modules/members/_team.scss */
.team-contact ul:last-child {
  margin-bottom: 0;
}
/* line 19, ../sass/modules/members/_team.scss */
.team-contact ul li {
  display: block;
  font: 300 14px museofont;
  color: #43515c;
}
/* line 26, ../sass/modules/members/_team.scss */
.team-contact ul li a {
  color: #0b9444;
}
/* line 28, ../sass/modules/members/_team.scss */
.team-contact ul li a:hover {
  text-decoration: underline;
}

/* line 39, ../sass/modules/members/_team.scss */
.team-leaders ul li {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 40.29137%;
  margin-left: 8.5298%;
  margin-bottom: 15px;
}

.team-leaders ul li a:hover {
 border: 1px solid #0B9444; display: block;
}

/* line 33, ../sass/neat/grid/_span-columns.scss */
.team-leaders ul li:last-child {
  margin-right: 0;
}
/* line 70, ../sass/neat/grid/_omega.scss */
.team-leaders ul li:nth-child(2n) {
  margin-right: 0;
}
/* line 75, ../sass/neat/grid/_omega.scss */
.team-leaders ul li:nth-child(2n+1) {
  clear: left;
}
/* line 46, ../sass/modules/members/_team.scss */
.team-leaders ul li:first-child, .team-leaders ul li:nth-child(3n) {
  margin-left: 0;
}
/* line 48, ../sass/modules/members/_team.scss */
.team-leaders ul li a {
  height: 100%;
}
/* line 52, ../sass/modules/members/_team.scss */
.team-leaders ul li a img {
  display: block;
}
/* line 57, ../sass/modules/members/_team.scss */
.team-leaders ul li a hgroup {
  display: block;
  padding-top: 10px;
  text-align: center;

}
/* line 63, ../sass/modules/members/_team.scss */
.team-leaders ul li a hgroup h2 {
  font: 300 14px museofont;
  margin-top:10px;
  
}

.team-leaders ul li a hgroup h1 {
  font: 700 12px museofont;
  margin: 0;

}

.team-leaders ul li a hgroup h3 {
  font: 300 11px museofont;
  margin: 0;
}

/* line 68, ../sass/modules/members/_team.scss */
.team-leaders ul li a hgroup h2 {
  font-weight: 500;
  color: #084272;
}
/* line 69, ../sass/modules/members/_team.scss */
.team-leaders ul li a hgroup h3 {
  color: #0b9444;
}

/* line 1, ../sass/modules/members/_statistics.scss */
.team-statistics {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0;
  margin-top: 40px;
  padding: 20px;
  background-color: #f1f1f1;
  border: 1px solid #e0e0e0;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.team-statistics:last-child {
  margin-right: 0;
}

/* line 13, ../sass/modules/members/_statistics.scss */
.statistics-numbers,
.statistics-chart {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 48.82117%;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.statistics-numbers:last-child,
.statistics-chart:last-child {
  margin-right: 0;
}

/* line 17, ../sass/modules/members/_statistics.scss */
.statistics-chart {
  margin-right: 0;
}

/* line 18, ../sass/modules/members/_statistics.scss */
.team-possibilities {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.team-possibilities:last-child {
  margin-right: 0;
}

/* line 20, ../sass/modules/members/_statistics.scss */
.statistics-numbers h1 {
  font: 300 24px museofont;
  color: #084272;
  margin-top: 0;
}

/* ul */
/* line 26, ../sass/modules/members/_statistics.scss */
.statistics-list {
  margin-bottom: 20px;
}
/* line 30, ../sass/modules/members/_statistics.scss */
.statistics-list li {
  display: block;
  color: #43515c;
}
/* line 36, ../sass/modules/members/_statistics.scss */
.statistics-list li:first-child {
  font: 300 14px museofont;
}
/* line 37, ../sass/modules/members/_statistics.scss */
.statistics-list li:last-child {
  font: 700 24px museofont;
}

/* line 42, ../sass/modules/members/_statistics.scss */
.team-possibilities {
  border-top: 1px solid #e6ebcb;
  padding-top: 25px;
}
/* line 46, ../sass/modules/members/_statistics.scss */
.team-possibilities h2 {
  font: 700 18px museofont;
  color: #084272;
}
/* line 47, ../sass/modules/members/_statistics.scss */
.team-possibilities .btn {
  clear: left;
}

/* ul */
/* line 50, ../sass/modules/members/_statistics.scss */
.possibilities-list {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-top: 15px;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.possibilities-list:last-child {
  margin-right: 0;
}
/* line 55, ../sass/modules/members/_statistics.scss */
.possibilities-list li {
  font: 12px/18px Tahoma, Geneva, sans-serif;
  color: #43515c;
}

/* Global team members styling */
/* line 2, ../sass/modules/members/_overview.scss */
.row-team-members {
  margin-top: 20px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.31);
  background: url('../images/striped-bg.png?1385627689') top left repeat;
}

/* line 9, ../sass/modules/members/_overview.scss */
.team-members h1 {
  font: 700 35px museofont;
  color: #084272;
}
/* line 14, ../sass/modules/members/_overview.scss */
.team-members ul li {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-bottom: 15px;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.team-members ul li:last-child {
  margin-right: 0;
}
/* line 70, ../sass/neat/grid/_omega.scss */
.team-members ul li:nth-child(4n) {
  margin-right: 0;
}
/* line 75, ../sass/neat/grid/_omega.scss */
.team-members ul li:nth-child(4n+1) {
  clear: left;
}
/* line 20, ../sass/modules/members/_overview.scss */
.team-members ul a {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}
/* line 26, ../sass/modules/members/_overview.scss */
.team-members ul a:hover .team-member-more-info {
  top: 0;
}
/* line 29, ../sass/modules/members/_overview.scss */
.team-members ul hgroup {
  display: block;
  float: left;
  width: 100%;
  height: 70px;
 /* margin-top: 15px; */
  padding: 10px 15px;
  background: url('../images/hgroup-bg.png?1385627689') top left no-repeat;
  background-size: 100% 100%;
}
/* line 40, ../sass/modules/members/_overview.scss */
.team-members ul hgroup h2 {
  font: 700 16px museofont;
  color: #084272;
}
/* line 41, ../sass/modules/members/_overview.scss */
.team-members ul hgroup h3 {
  font: 700 14px museofont;
  color: #ffffff;
}

/* line 46, ../sass/modules/members/_overview.scss */
.member-photo {
  position: relative;
  float: left;
  width: 100%;
/*  height: 165px;*/
  overflow: hidden;
}
/* line 53, ../sass/modules/members/_overview.scss */
.member-photo img {
  display: block;
  float: left;
  width: 228px;
/*  height: 165px;*/
}

/* line 61, ../sass/modules/members/_overview.scss */
.team-member-more-info {
  position: absolute;
  z-index: 50;
  top: 100%;
  left: 0;
  width: 100%;
  height: 165px;
  background: #0b9444 url('../images/icon-magnifier-big.png?1385627689') center center no-repeat;
  opacity: 0.8;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

/* Global member detail styling */
/* line 2, ../sass/modules/members/_detail.scss */
.member-detail {
  margin-top: 40px;
  border-top: 1px solid #bfd742;
}
/* line 5, ../sass/modules/members/_detail.scss */
.member-detail:first-child {
  padding: 0;
  margin: 0;
  border-top: none;
}

/* line 8, ../sass/modules/members/_detail.scss */
.member-detail-item {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.member-detail-item:last-child {
  margin-right: 0;
}

/* line 12, ../sass/modules/members/_detail.scss */
.member-detail-info img {
  display: block;
  float: left;
  width: 100%;
}

/* line 19, ../sass/modules/members/_detail.scss */
.detail-info-block {
  margin-top: 0;
  padding: 15px;
  background: #bfd742 url('../images/detail-info-block-bg.png?1385627691') right top no-repeat;
}
/* line 24, ../sass/modules/members/_detail.scss */
.detail-info-block .social-media-list {
  margin-bottom: 15px;
}

/* ul */
/* line 28, ../sass/modules/members/_detail.scss */
.detail-info-company,
.detail-info-contact {
  margin-bottom: 15px;
}
/* line 32, ../sass/modules/members/_detail.scss */
.detail-info-company li,
.detail-info-contact li {
  display: block;
  float: left;
  width: 100%;
  font: 300 14px museofont;
  color: #ffffff;
}
/* line 39, ../sass/modules/members/_detail.scss */
.detail-info-company li a,
.detail-info-contact li a {
  color: #ffffff;
}

/* ul */
/* line 44, ../sass/modules/members/_detail.scss */
.detail-info-contact .detail-info-contact-type {
  color: #084272;
}

.detail-info-contact .detail-info-contact-text {
  display: block;
  float: right;
  width: 250px;
  padding-left: 5px;
}

.detail-info-contact .detail-info-contact-text a:hover {
  color: #084272;
}

/* p */
/* line 50, ../sass/modules/members/_detail.scss */
.detail-info-partner {
  font: 700 14px museofont;
  color: #ffffff;
}
.detail-info-partner-overige-teams {
  font: 300 14px museofont;
  color: #084272;
}

.detail-info-partner-overige-teams a {
  font: 500 14px museofont;
  color: #0B9444;
}

/* line 53, ../sass/modules/members/_detail.scss */
.detail-info-partner a {
  color: #084272;
}

/* ul */
/* line 57, ../sass/modules/members/_detail.scss */
.detail-info-company li.name-and-function strong {
  font-weight: 700;
}
/* line 58, ../sass/modules/members/_detail.scss */
.detail-info-company li.company-name {
  color: #084272;
}

/* line 62, ../sass/modules/members/_detail.scss */
.member-detail-text p {
  font: 12px/18px Tahoma, Geneva, sans-serif;
  color: #43515c;
  margin-bottom: 18px;
}

/* Global account styling */
/* nav */
/* line 4, ../sass/modules/_account.scss */
.account-navigation {
  background-color: #f1f1f1;
  margin-bottom: 20px;
}
/* line 11, ../sass/modules/_account.scss */
.account-navigation ul li a {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  float: left;
  line-height: 40px;
  padding: 10px;
  border-right: 1px solid rgba(250, 250, 250, 0.3);
}
/* line 19, ../sass/modules/_account.scss */
.account-navigation ul li:hover a {
  background-color: #084272;
}
/* line 21, ../sass/modules/_account.scss */
.account-navigation ul li:hover a {
  color: #ffffff;
}
/* line 24, ../sass/modules/_account.scss */
.account-navigation ul li a {
  font: 500 14px museofont;
  color: #43515c;
}
/* line 31, ../sass/modules/_account.scss */
.account-navigation .add-new-chance a {
  border-right: none;
  padding: 10px 20px;
  float: right;
  background-color: #084272;
  color: #FFF
}
.account-navigation .add-new-chance a:hover {
 background-color: #135A94;
 color: #FFF
	
}
/* Global account sidebar styling */
/* line 2, ../sass/modules/account/_sidebar.scss */
.account-sidebar {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding-left: 20px;
  border-left: 1px solid #f0f0f0;
  font: 12px/18px Tahoma, Geneva, sans-serif;
  color: #43515c;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.account-sidebar:last-child {
  margin-right: 0;
}
/* line 10, ../sass/modules/account/_sidebar.scss */
.account-sidebar h2 {
  font: 700 16px museofont;
  color: #43515c;
  margin-bottom: 15px;
}
/* line 15, ../sass/modules/account/_sidebar.scss */
.account-sidebar h2 .icon {
  vertical-align: bottom;
}
/* line 18, ../sass/modules/account/_sidebar.scss */
.account-sidebar .sidebar-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #f4f4f4;
}
/* line 23, ../sass/modules/account/_sidebar.scss */
.account-sidebar .sidebar-item:first-child {
  margin: 0;
  padding: 0;
  border-top: none;
}

/* line 29, ../sass/modules/account/_sidebar.scss */
.account-welcome img {
  display: block;
  float: right;
  width: 70px;
  height: 50px;
  margin-left: 25px;
}
/* line 37, ../sass/modules/account/_sidebar.scss */
.account-welcome p {
  font: 500 14px/21px museofont;
  color: #43515c;
  margin-bottom: 15px;
}
/* line 42, ../sass/modules/account/_sidebar.scss */
.account-welcome p strong {
  color: #0b9444;
}

/* ul */
/* line 49, ../sass/modules/account/_sidebar.scss */
.account-info-statistics li {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}
/* line 55, ../sass/modules/account/_sidebar.scss */
.account-info-statistics li:first-child {
  margin-top: 0;
}
/* line 57, ../sass/modules/account/_sidebar.scss */
.account-info-statistics li span {
  display: block;
  float: left;
  width: 100%;
}
/* line 62, ../sass/modules/account/_sidebar.scss */
.account-info-statistics li span.amount {
  font-weight: bold;
}

/* ul */
/* line 68, ../sass/modules/account/_sidebar.scss */
.profile-list {
  margin-bottom: 20px;
}
/* line 72, ../sass/modules/account/_sidebar.scss */
.profile-list li {
  display: block;
  float: left;
  width: 100%;
}

/* global account actions styling */
/* line 2, ../sass/modules/account/_actions.scss */
.account-actions {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 65.88078%;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.account-actions:last-child {
  margin-right: 0;
}
/* line 5, ../sass/modules/account/_actions.scss */
.account-actions h1 {
  font: 700 34px museofont;
  color: #084272;
}

/* Global opportunities styling */
/* line 4, ../sass/modules/account/_opportunities.scss */
.opportunities-view {
  border-bottom: 2px solid #f3f3f3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 9, ../sass/modules/account/_opportunities.scss */
.opportunities-view p {
  font: 500 16px/24px museofont;
  color: #084272;
}
/* line 12, ../sass/modules/account/_opportunities.scss */
.opportunities-view p span {
  color: #ff6000;
}

/* line 17, ../sass/modules/account/_opportunities.scss */
.opportunities-content table {
  width: 100%;
  text-align: left;
}
/* line 18, ../sass/modules/account/_opportunities.scss */
.opportunities-content thead th {
  font: 500 16px museofont;
  color: #43515c;
}
/* line 23, ../sass/modules/account/_opportunities.scss */
.opportunities-content th, .opportunities-content td {
  padding: 0 10px;
}
/* line 25, ../sass/modules/account/_opportunities.scss */
.opportunities-content tr:nth-child(2n) {
  border: 1px solid #e3e3e3;
  background-color: #f1f1f1;
}
/* line 30, ../sass/modules/account/_opportunities.scss */
.opportunities-content td {
  height: 45px;
  font: 12px/18px Tahoma, Geneva, sans-serif;
  color: #43515c;
}
/* line 36, ../sass/modules/account/_opportunities.scss */
.opportunities-content td.open-opportunity {
  color: #ff6000;
}

/* line 7, ../sass/modules/account/_edit.scss */
.account-edit-head img {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.account-edit-head img:last-child {
  margin-right: 0;
}

/* line 12, ../sass/modules/account/_edit.scss */
.account-edit-head-form {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 48.82117%;
}
/* line 33, ../sass/neat/grid/_span-columns.scss */
.account-edit-head-form:last-child {
  margin-right: 0;
}

/* line 17, ../sass/modules/account/_edit.scss */
.account-edit-form-row, .account-edit-head {
  margin-bottom: 20px;
  border-bottom: 2px solid #f3f3f3;
}
/* line 20, ../sass/modules/account/_edit.scss */
.account-edit-form-row:last-of-type, .account-edit-head:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.beatpicker{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;-o-box-sizing:content-box !important;box-sizing:content-box !important;box-shadow:0 3px 2px #eee;-moz-box-shadow:0 3px 2px #eee;-o-box-shadow:0 3px 2px #eee;-webkit-box-shadow:0 3px 2px #eee;background-color:#f8f8f8;color:#373737;font-family:Trebuchet MS;font-size:13px;height:auto;min-width:200px;padding:4px;position:absolute;width:250px;border:1px solid #e1e1e1;border-bottom:3px solid #cfcfcf;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline-style:none;z-index:9999}.beatpicker .button{background-color:#3994c5;border:medium none;color:#ebebeb;cursor:pointer;display:inline-block;font:bold 12px/2 arial,tahoma,sans-serif;margin:0 2px;padding:5px;text-align:center;text-decoration:none}.beatpicker .button:hover{background-color:#257eae}.beatpicker-inputnode{background-position:right center;background-repeat:no-repeat;cursor:pointer}.beatpicker ul{margin:0;padding:0}.beatpicker ul.cell-parent,.beatpicker li.cell{list-style:none outside none}.beatpicker ul.cell-parent{margin:0 auto;width:100%}.beatpicker li.cell{float:left;margin:1%;padding:2%;text-align:center;width:8%;white-space:nowrap}.beatpicker .days .cell-parent li.cell{cursor:pointer;transition:background-color .09s linear 0}.beatpicker .days .cell-parent li.cell.cell-months,.days .cell-parent li.cell.cell-years{padding:7% 5.5%;width:12%}.beatpicker .days .cell-parent li.cell:hover{background-color:#d35d5d;color:#fff !important;font-weight:bold}.beatpicker .main-nav{background-color:#41a9cc;height:30px;margin:0 auto;padding:2px;position:relative}.beatpicker .main-nav .button{background-color:transparent;font-family:inherit;font-size:14px;height:30px;line-height:30px;padding:2px 0;margin:0;position:absolute;top:0;width:14%}.beatpicker .main-nav .button:hover{background-color:#257eae}.beatpicker .main-nav .button.next{right:0}.beatpicker .main-nav .button.prev{left:0}.beatpicker .days .cell-parent li.cell.date-disabled.between-range{background-color:#f2dfa0;color:#4b4b4b}.beatpicker .days .cell-parent li.cell.date-disabled:hover{background-color:#c2c2c2;color:#fff}.beatpicker .days .cell-parent li.cell.not-notable{color:#ababab}.beatpicker .days .cell-parent li.cell.date-disabled,.days .cell-parent li.cell.not-notable.date-disabled{color:#c6c6c6}.beatpicker .days .cell.notable-today{background-color:#4184a9;color:#fff;font-weight:bold}.beatpicker .days .cell-parent li.cell.not-notable.notable-today:hover{color:#9d9d9d !important}.beatpicker .days .cell-parent li.cell.not-notable.notable-today{background-color:transparent;box-shadow:0 0 0 1px #47758e inset;color:#9d9d9d}.beatpicker .days .cell-parent li.cell.selected-date{background-color:#f79851;color:#fff;font-weight:bold}.beatpicker .days .cell-parent li.cell.selected-date.notable-today{box-shadow:0 0 0 2px #d08451 inset}.beatpicker .days .cell-parent li.cell.between-range{background-color:#efd069}.beatpicker .days .cell-parent li.cell.between-range:hover{background-color:#d35d5d}.beatpicker .days .cell.notable-today.between-range{box-shadow:0 0 0 2px #4184a9 inset;color:#3d3d3d}.beatpicker .days .cell-parent li.cell.between-range.not-notable{color:#292929}.beatpicker .main-nav .current-indicator{background-color:transparent;color:#fff;font-family:arial;font-size:12px;left:14%;width:72%}.beatpicker .main-nav .current-indicator:hover{background-color:#bb5050}.beatpicker .footer{background-color:#fff;border-top:1px solid #e1e1e1;display:inline-block;margin-bottom:-4px;margin-left:-4px;padding:0 4px 4px;position:relative;width:100%}.beatpicker .footer input.date-input[type="text"]{float:left;height:23px;margin:0 -1px 0 0;padding:0;width:81%}.beatpicker input[type="text"]{border:1px solid #d2d2d2;color:#737373;font-family:inherit;margin:0 1px;padding:4px}.beatpicker .footer .button.today,.beatpicker .footer .button.date-input-button{height:25px;margin-top:5px;padding:0;width:25%}.beatpicker .goto-date-parent.goto-date-container{float:right;margin-top:5px;width:65%}.beatpicker .footer .button.date-input-button{float:left;margin:0;width:15%}.beatpicker .footer .button.today{margin-left:2%}.beatpicker input[type="text"]::-moz-placeholder{color:#959595;font-size:74%;opacity:1;text-transform:lowercase}.beatpicker input[type="text"]::-webkit-input-placeholder{color:#959595;font-size:74%;opacity:1;text-transform:lowercase}.beatpicker input[type="text"]:-moz-placeholder{color:#959595;font-size:74%;opacity:1;text-transform:lowercase}.beatpicker input[type="text"]:-ms-input-placeholder{color:#959595;font-size:74%;opacity:1;text-transform:lowercase}
.beatpicker .cell { width: 30px !important; height: 24px !important; }
.beatpicker .main-nav { background-color: #084272 }
.beatpicker .main-nav .current-indicator:hover { background-color: #135A94 }
.beatpicker .days .cell-parent li.cell:hover { background-color: #084272 }
.beatpicker .days .cell-parent li.cell.selected-date { background-color: #2AA550 }
.beatpicker .days .cell-parent li.cell.between-range:hover {background-color: #084272; }
.beatpicker .days .cell-parent li.cell.between-range { background-color: #6BBE59}
.beatpicker .days .cell-parent li.cell.selected-date:hover { background-color: #027C3F }
not(.main-header) img:not { max-width: 100% }
tbody img { width: 100% }