/* No files to import found in abstractions/**\/* */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500);
/* line 1, ../sass/base/_backgrounds.scss */
body {
  background: #333b42; }

@media (min-width: 768px) {
  /* line 5, ../sass/base/_backgrounds.scss */
  .container-inner {
    background: #32373d; }
    /* line 13, ../../../../../../../.rvm/gems/ruby-1.9.3-p551@omega.killspill_2/gems/toolkit-2.6.0/stylesheets/toolkit/_clearfix.scss */
    .container-inner:after {
      content: "";
      display: table;
      clear: both; } }

/* line 1, ../sass/base/_forms.scss */
.form-item label, .form-actions label {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 5px; }

/* line 7, ../sass/base/_forms.scss */
.form-item {
  margin-bottom: 15px; }

/* line 11, ../sass/base/_forms.scss */
form input.error,
form select.error,
form textarea.error {
  border-color: #cb2026; }

/* line 17, ../sass/base/_forms.scss */
form .form-text,
form .form-select,
form .form-textarea {
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: black;
  background-color: white;
  border: 1px solid #dddddd;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  width: 100%; }

/* line 32, ../sass/base/_forms.scss */
form .form-text {
  /*  width: 400px; */ }

/* line 36, ../sass/base/_forms.scss */
form .form-item-title .form-text {
  width: 400px; }

/* line 40, ../sass/base/_forms.scss */
form .form-textarea {
  height: auto;
  resize: none; }

/* line 45, ../sass/base/_forms.scss */
form .form-checkbox {
  margin: 3px 0.5ex;
  height: 16px; }

/* line 53, ../sass/base/_forms.scss */
.form-actions {
  margin-top: 25px;
  margin-bottom: 10px; }

/* line 58, ../sass/base/_forms.scss */
input.form-submit {
  border: none;
  color: black;
  background: #ede929;
  margin-right: 5px;
  padding: 5px 15px;
  font-size: 15px;
  text-transform: uppercase; }

/* line 68, ../sass/base/_forms.scss */
input.form-submit:hover {
  background: #333b42;
  color: #ede929; }

/* line 73, ../sass/base/_forms.scss */
.form-item .description,
.form-actions .description {
  color: #999; }

/* line 78, ../sass/base/_forms.scss */
html.js .form-autocomplete {
  background-image: url("../images/throbber.gif");
  background-size: 18px;
  background-position: 99% 5px;
  background-repeat: no-repeat; }

/* line 85, ../sass/base/_forms.scss */
html.js .throbbing {
  background-position: 99% -19px; }

/* User login form */
/* line 90, ../sass/base/_forms.scss */
.user-login .form-text {
  width: 300px; }

/*
.l-page {
  @include container;

  // Tablet View
  @include breakpoint($tab) {
    @include container($tabLayout);
  }

  // Desktop View
  @include breakpoint($desk) {
    @include container($deskLayout);
  }

  // Wide View
  @include breakpoint($wide) {
    @include container($wideLayout);
  }
}
*/
/* line 13, ../../../../../../../.rvm/gems/ruby-1.9.3-p551@omega.killspill_2/gems/toolkit-2.6.0/stylesheets/toolkit/_clearfix.scss */
.container:after {
  content: "";
  display: table;
  clear: both; }
@media (min-width: 768px) {
  /* line 22, ../sass/base/_layout.scss */
  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 750px; } }
@media (min-width: 992px) {
  /* line 22, ../sass/base/_layout.scss */
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  /* line 22, ../sass/base/_layout.scss */
  .container {
    width: 1170px; } }

/* line 44, ../sass/base/_layout.scss */
.l-sidebar {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 105; }
  @media (min-width: 768px) {
    /* line 44, ../sass/base/_layout.scss */
    .l-sidebar {
      float: left;
      position: static;
      top: auto;
      width: 225px;
      z-index: auto; } }
  @media (min-width: 1200px) {
    /* line 44, ../sass/base/_layout.scss */
    .l-sidebar {
      float: left;
      position: static;
      top: auto;
      width: 274px;
      z-index: auto; } }

/* line 67, ../sass/base/_layout.scss */
.l-branding {
  float: left;
  position: relative;
  z-index: 100; }
  @media (min-width: 768px) {
    /* line 67, ../sass/base/_layout.scss */
    .l-branding {
      float: none;
      position: static;
      z-index: auto; } }

/* line 79, ../sass/base/_layout.scss */
.l-region--navigation {
  clear: none;
  float: left;
  position: absolute;
  width: 100%;
  margin-right: -100%;
  margin-left: 0%;
  z-index: 1; }
  @media (min-width: 768px) {
    /* line 79, ../sass/base/_layout.scss */
    .l-region--navigation {
      float: none;
      margin: 0;
      position: static;
      z-index: auto;
      width: auto; } }

/* line 97, ../sass/base/_layout.scss */
.l-main {
  background: white;
  padding: 90px 15px 20px 15px; }
  @media (min-width: 768px) {
    /* line 97, ../sass/base/_layout.scss */
    .l-main {
      padding: 0;
      float: left;
      min-height: 800px;
      width: 495px; } }
  @media (min-width: 992px) {
    /* line 97, ../sass/base/_layout.scss */
    .l-main {
      width: 715px; } }
  @media (min-width: 1200px) {
    /* line 97, ../sass/base/_layout.scss */
    .l-main {
      width: 866px; } }

/* line 118, ../sass/base/_layout.scss */
.l-header {
  margin-bottom: 40px; }
  /* line 13, ../../../../../../../.rvm/gems/ruby-1.9.3-p551@omega.killspill_2/gems/toolkit-2.6.0/stylesheets/toolkit/_clearfix.scss */
  .l-header:after {
    content: "";
    display: table;
    clear: both; }

/* line 13, ../../../../../../../.rvm/gems/ruby-1.9.3-p551@omega.killspill_2/gems/toolkit-2.6.0/stylesheets/toolkit/_clearfix.scss */
.l-content:after {
  content: "";
  display: table;
  clear: both; }
@media (min-width: 768px) {
  /* line 123, ../sass/base/_layout.scss */
  .l-content {
    padding: 0 30px;
    margin: 40px 0; } }

/* line 132, ../sass/base/_layout.scss */
.l-content-content {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    /* line 132, ../sass/base/_layout.scss */
    .l-content-content {
      margin-bottom: 0; } }

@media (min-width: 992px) {
  /* line 140, ../sass/base/_layout.scss */
  .content-sidebar .l-content-content {
    float: left;
    width: 415px; } }
@media (min-width: 1200px) {
  /* line 140, ../sass/base/_layout.scss */
  .content-sidebar .l-content-content {
    width: 525px; } }

@media (min-width: 992px) {
  /* line 151, ../sass/base/_layout.scss */
  .l-region--content-sidebar {
    float: right;
    width: 210px;
    margin-left: 30px; } }
@media (min-width: 1200px) {
  /* line 151, ../sass/base/_layout.scss */
  .l-region--content-sidebar {
    width: 251px; } }

/* line 163, ../sass/base/_layout.scss */
.l-footer {
  padding: 20px 0; }

/*
// Susy Media Layouts @see http://susy.oddbird.net/guides/reference/#ref-media-layouts
$tab: 44em 12; // At 44em use 12 columns.
$desk: 70em 16; // At 70em use 16 columns.

.l-header,
.l-main,
.l-footer {
  @include container; // Define these elements as the grid containers.
  margin-bottom: $vert-spacing-unit;
}

.l-region--highlighted,
.l-region--help,
.l-region--sidebar-first,
.l-region--sidebar-second {
  margin-bottom: $vert-spacing-unit;
}

@include at-breakpoint($tab) { // At a given Susy Media Layout, use a given amount of columns.
  .l-header,
  .l-main,
  .l-footer {
    @include set-container-width; // Reset only the container width (elements have already been declared as containers).
  }

  .l-branding {
    @include span-columns(4, 12); // Span 4 out of 12 columns.
  }
  .l-region--header{
    @include span-columns(8 omega, 12); // Span the last (omega) 8 columns of 12.
  }
  .l-region--navigation {
    clear: both;
  }

  .has-sidebar-first,
  .has-sidebar-second,
  .has-two-sidebars {
    .l-content {
      @include span-columns(8, 12); // Span 8 out of 12 columns.
    }
    .l-region--sidebar-first,
    .l-region--sidebar-second {
      @include span-columns(4 omega, 12); // Span the last (omega) 4 columns of 12.
    }
    .l-region--sidebar-second {
      clear: right;
    }
  }
}

@include at-breakpoint($desk) {
  .l-header,
  .l-main,
  .l-footer {
    @include set-container-width; // Reset only the container width (elements have already been declared as containers).
  }

  .l-branding {
    @include span-columns(6, 16); // Span 6 out of 16 columns.
  }
  .l-region--header{
    @include span-columns(10 omega, 16); // Span the last (omega) 10 columns of 16.
  }

  .has-sidebar-first {
    .l-content {
      @include span-columns(12 omega, 16); // Span the last (omega) 12 columns of 16.
    }
    .l-region--sidebar-first {
      @include span-columns(4, 16); // Span 4 out of 16 columns.
    }
  }
  .has-sidebar-second {
    .l-content {
      @include span-columns(12, 16); // Span 12 out of 16 columns.
    }
    .l-region--sidebar-second {
      @include span-columns(4 omega, 16); // Span the last (omega) 4 columns of 16.
      clear: none;
    }
  }

  .has-two-sidebars {
    .l-content {
      @include span-columns(8, 16); // Span 8 out of 16 columns.
      @include push(4, 16);  // Push element by adding 4 out of 16 columns of left margin.
    }
    .l-region--sidebar-first,
    .l-region--sidebar-second {
      @include span-columns(4, 16); // Span 4 out of 16 columns.
    }
    .l-region--sidebar-first {
      @include pull(12, 16); // Pull element by adding 12 out of 16 columns of negative left margin.
    }
    .l-region--sidebar-second {
      @include omega; // This element spans the last (omega) column.
      clear: none;
    }
  }
}
*/
/* line 2, ../sass/base/_lists.scss */
.l-region--content-front-bottom .block .view ul,
.l-main .block .view ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style-image: url("../images/list.png"); }

/* line 10, ../sass/base/_lists.scss */
.l-region--content-front-bottom .block .view li,
.l-main .block .view li {
  list-style-image: url("../images/list.png");
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px #ededed solid; }
  /* line 17, ../sass/base/_lists.scss */
  .l-region--content-front-bottom .block .view li.views-row-last,
  .l-main .block .view li.views-row-last {
    border-bottom: none;
    padding-bottom: 0; }

/* line 23, ../sass/base/_lists.scss */
.l-content li {
  margin-bottom: 5px; }

/* line 1, ../sass/base/_media.scss */
img, media {
  max-width: 100%; }

/* line 1, ../sass/base/_messages.scss */
.messages {
  margin: 0 0 20px; }

/* line 1, ../sass/base/_tables.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb; }

/* line 8, ../sass/base/_tables.scss */
thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom; }

/* line 15, ../sass/base/_tables.scss */
th, td {
  border-left: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 0.5em 1em; }

/* line 1, ../sass/base/_tabs.scss */
.tabs li {
  margin-bottom: 0; }

/* line 5, ../sass/base/_tabs.scss */
.tabs a {
  background-color: #eeeeee; }

/* line 9, ../sass/base/_tabs.scss */
.tabs--primary {
  border-bottom: 2px #dddddd solid;
  margin-bottom: 20px; }

/* line 14, ../sass/base/_tabs.scss */
.tabs--primary a {
  padding: 5px 15px; }

/* line 18, ../sass/base/_tabs.scss */
.tabs--primary a.active {
  background: #dddddd; }

/* line 22, ../sass/base/_tabs.scss */
.tabs--primary a:hover {
  background: #ede929;
  color: #333b42;
  text-decoration: none; }

/* line 106, ../../../../../../../.rvm/gems/ruby-1.9.3-p551@omega.killspill_2/gems/compass-core-1.0.1/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 87.5%;
  line-height: 1.42857em; }

/**
 * $BASE-TYPOGRAPHY
 */
/* line 9, ../sass/base/_typography.scss */
html {
  font-family: "Roboto", sans-serif;
  color: #333b42;
  font-weight: 300; }

/* line 15, ../sass/base/_typography.scss */
* {
  -webkit-font-smoothing: antialiased; }

/**
 * $LINKS
 */
/* line 22, ../sass/base/_typography.scss */
a {
  color: #00aace;
  text-decoration: none; }
  /* line 18, ../../../../../../../.rvm/gems/ruby-1.9.3-p551@omega.killspill_2/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
  a:visited {
    color: #00aace; }
  /* line 21, ../../../../../../../.rvm/gems/ruby-1.9.3-p551@omega.killspill_2/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
  a:focus {
    color: #00aace; }
  /* line 24, ../../../../../../../.rvm/gems/ruby-1.9.3-p551@omega.killspill_2/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
  a:hover {
    color: #015d70; }
  /* line 27, ../../../../../../../.rvm/gems/ruby-1.9.3-p551@omega.killspill_2/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
  a:active {
    color: #015d70; }

/* line 27, ../sass/base/_typography.scss */
a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

/* line 32, ../sass/base/_typography.scss */
h1 {
  background: #ede929;
  /*  display: inline-block; */
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 30px;
  color: black;
  line-height: 1.1em;
  font-weight: 700;
  padding: 3px 10px;
  margin: 0 0 20px 0; }

/* line 45, ../sass/base/_typography.scss */
h2 {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0 0 15px; }
  /* line 50, ../sass/base/_typography.scss */
  h2 a,
  h2 a:visited {
    color: #333b42; }

/* line 56, ../sass/base/_typography.scss */
h6 {
  font-weight: 500;
  margin: 0;
  padding: 0;
  display: inherit;
  font-size: inherit; }

/* line 64, ../sass/base/_typography.scss */
b, strong {
  font-weight: 500; }

/* line 2, ../sass/base/_video.scss */
.l-content .node--video {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    /* line 5, ../sass/base/_video.scss */
    .l-content .node--video .field--type-youtube iframe,
    .l-content .node--video .field--type-file video {
      width: 100%;
      height: 236px; } }
  @media (min-width: 992px) {
    /* line 5, ../sass/base/_video.scss */
    .l-content .node--video .field--type-youtube iframe,
    .l-content .node--video .field--type-file video {
      height: 368px; } }
  @media (min-width: 992px) {
    /* line 5, ../sass/base/_video.scss */
    .l-content .node--video .field--type-youtube iframe,
    .l-content .node--video .field--type-file video {
      height: 454px; } }
  /* line 21, ../sass/base/_video.scss */
  .l-content .node--video .external-video {
    position: relative;
    display: inline-block; }
    /* line 25, ../sass/base/_video.scss */
    .l-content .node--video .external-video:hover span {
      opacity: 0.7; }
    /* line 29, ../sass/base/_video.scss */
    .l-content .node--video .external-video span {
      opacity: 0.6;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 1; }
      /* line 37, ../sass/base/_video.scss */
      .l-content .node--video .external-video span img {
        width: 150px;
        height: 150px; }

/* line 13, ../../../../../../../.rvm/gems/ruby-1.9.3-p551@omega.killspill_2/gems/toolkit-2.6.0/stylesheets/toolkit/_clearfix.scss */
.field--name-field-email:after {
  content: "";
  display: table;
  clear: both; }

/* line 1, ../sass/components/_basic_page.scss */
.node-type-page .field-collection-container {
  border-bottom: 0;
  margin-bottom: 0; }
  /* line 5, ../sass/components/_basic_page.scss */
  .node-type-page .field-collection-container .field-collection-view {
    padding: 1em 0;
    margin: 0;
    border-bottom: 0; }
    /* line 10, ../sass/components/_basic_page.scss */
    .node-type-page .field-collection-container .field-collection-view .field--name-field-video-description {
      font-weight: bold;
      margin-bottom: 10px; }
    /* line 15, ../sass/components/_basic_page.scss */
    .node-type-page .field-collection-container .field-collection-view video {
      width: 100%; }

/* line 1, ../sass/components/_contact.scss */
.view-contact-people strong {
  display: inline-block;
  margin: 15px 0 10px; }

/* line 6, ../sass/components/_contact.scss */
.view-contact-people p {
  margin: 0;
  line-height: 1.5em; }

/* line 1, ../sass/components/_content_sidebar.scss */
.l-region--content-sidebar h2 {
  background-color: #f4f7eb;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  margin: 0 0 15px 0; }

/* line 13, ../../../../../../../.rvm/gems/ruby-1.9.3-p551@omega.killspill_2/gems/toolkit-2.6.0/stylesheets/toolkit/_clearfix.scss */
.l-footer:after {
  content: "";
  display: table;
  clear: both; }

/* line 5, ../sass/components/_footer.scss */
.l-footer,
.l-footer a {
  color: #cccccc;
  font-size: 12px;
  text-decoration: none; }

/* line 12, ../sass/components/_footer.scss */
.l-footer a:hover {
  color: #dddddd; }

/* line 16, ../sass/components/_footer.scss */
.l-footer ul.menu {
  margin: 0 auto 20px auto;
  padding: 0;
  text-align: center; }
  @media (min-width: 768px) {
    /* line 16, ../sass/components/_footer.scss */
    .l-footer ul.menu {
      float: left; } }

/* line 27, ../sass/components/_footer.scss */
.l-footer ul.menu li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase; }

/* line 34, ../sass/components/_footer.scss */
#block-block-16 {
  text-align: center;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    /* line 34, ../sass/components/_footer.scss */
    #block-block-16 {
      float: right; } }

/* line 45, ../sass/components/_footer.scss */
#block-block-16 .footer-eu-text {
  float: left;
  text-align: right;
  padding-right: 10px;
  width: 87%; }

/* line 52, ../sass/components/_footer.scss */
#block-block-16 .footer-eu-image {
  float: left;
  width: 13%; }

/* line 57, ../sass/components/_footer.scss */
#block-block-16 .footer-eu-image img {
  border: 1px white solid;
  line-height: 1px; }

/* line 1, ../sass/components/_header.scss */
.l-header {
  text-align: center;
  position: relative; }
  @media (max-width: 767px) {
    /* line 1, ../sass/components/_header.scss */
    .l-header {
      background-image: none !important; } }
  @media (min-width: 768px) {
    /* line 1, ../sass/components/_header.scss */
    .l-header {
      background-color: #32373d;
      background-repeat: no-repeat;
      background-position: 0 76px;
      background-size: 495px;
      height: 250px; } }
  @media (min-width: 992px) {
    /* line 1, ../sass/components/_header.scss */
    .l-header {
      background-position: 0 0;
      background-size: 715px;
      height: 251px; } }
  @media (min-width: 1200px) {
    /* line 1, ../sass/components/_header.scss */
    .l-header {
      background-position: 0 0;
      background-size: 866px;
      height: 305px; } }

/* line 31, ../sass/components/_header.scss */
.l-region--header {
  background-color: #ede929;
  display: inline-block; }
  /* line 13, ../../../../../../../.rvm/gems/ruby-1.9.3-p551@omega.killspill_2/gems/toolkit-2.6.0/stylesheets/toolkit/_clearfix.scss */
  .l-region--header:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    /* line 31, ../sass/components/_header.scss */
    .l-region--header {
      float: right; } }
  @media (min-width: 992px) {
    /* line 31, ../sass/components/_header.scss */
    .l-region--header {
      background-color: rgba(237, 233, 41, 0.85); } }

/**
 *  Login block
 */
/* line 48, ../sass/components/_header.scss */
#block-menu-menu-login-menu {
  float: left;
  display: inline-block;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  padding: 18px 0 18px 15px;
  text-align: center; }

/* line 57, ../sass/components/_header.scss */
#block-menu-menu-login-menu ul {
  margin: 0;
  padding: 0; }

/* line 62, ../sass/components/_header.scss */
#block-menu-menu-login-menu ul li {
  list-style: none; }

/* line 66, ../sass/components/_header.scss */
#block-menu-menu-login-menu ul li a {
  background: url("../images/login.png") no-repeat 15px 12px;
  color: #333b42;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 15px 10px 33px; }
  /* line 75, ../sass/components/_header.scss */
  #block-menu-menu-login-menu ul li a:hover {
    background-color: #333b42;
    background-position: 15px -34px;
    color: #ede929; }

/**
 *  Search block
 */
/* line 86, ../sass/components/_header.scss */
#block-search-form {
  float: left;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  padding: 18px 15px;
  margin: 0 auto 0 auto;
  text-align: right;
  max-width: 200px;
  position: relative; }

/* line 97, ../sass/components/_header.scss */
.block--search input[type="text"] {
  color: #333b42;
  font-size: 1.1em;
  width: 170px; }

/* line 103, ../sass/components/_header.scss */
.block--search input[type="submit"] {
  color: #333b42;
  position: absolute;
  border: 0;
  background: none;
  font-family: 'FontAwesome';
  font-size: 1em;
  margin-right: 0;
  vertical-align: top;
  top: 21px;
  right: 15px; }
  /* line 115, ../sass/components/_header.scss */
  .block--search input[type="submit"]:hover {
    color: black; }

/**
 *  Header backgrounds edit
 */
/* line 123, ../sass/components/_header.scss */
.header-background-edit {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 10px; }
  @media (min-width: 768px) {
    /* line 123, ../sass/components/_header.scss */
    .header-background-edit {
      display: block; } }

/* line 135, ../sass/components/_header.scss */
body.node-type-work-packages .header-background-edit,
body.node-type-page .header-background-edit,
body.node-type-product .header-background-edit {
  display: none; }

/* line 141, ../sass/components/_header.scss */
.header-background-edit a {
  background: rgba(255, 255, 255, 0.9);
  display: block;
  color: #000;
  padding: 10px 15px; }

/* line 148, ../sass/components/_header.scss */
.header-background-edit a:hover {
  background: #fff; }

/* Homepage Bottom Blocks */
/* line 3, ../sass/components/_homepage.scss */
.l-region--content-front-bottom {
  margin-top: 40px; }

/* line 7, ../sass/components/_homepage.scss */
#block-views-latest-project-news-block h2,
.homepage-bottom-block h2 {
  background-color: #f4f7eb;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  margin: 0 0 15px 0; }

/* line 18, ../sass/components/_homepage.scss */
#block-block-18,
#block-block-19,
#block-views-latest-project-news-block {
  text-align: center; }
  @media (min-width: 992px) {
    /* line 18, ../sass/components/_homepage.scss */
    #block-block-18,
    #block-block-19,
    #block-views-latest-project-news-block {
      float: left;
      width: 198px; } }
  @media (min-width: 1200px) {
    /* line 18, ../sass/components/_homepage.scss */
    #block-block-18,
    #block-block-19,
    #block-views-latest-project-news-block {
      width: 248px; } }

/* line 33, ../sass/components/_homepage.scss */
.view-latest-project-news {
  text-align: left; }

/* line 37, ../sass/components/_homepage.scss */
#block-block-18,
#block-block-19 {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    /* line 37, ../sass/components/_homepage.scss */
    #block-block-18,
    #block-block-19 {
      margin-right: 30px;
      margin-bottom: 0; } }

/* line 47, ../sass/components/_homepage.scss */
.homepage-bottom-block .description {
  text-align: left;
  margin-bottom: 20px; }

/* line 52, ../sass/components/_homepage.scss */
.homepage-bottom-block a {
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #333b42;
  font-weight: 400; }

/* line 60, ../sass/components/_homepage.scss */
.homepage-bottom-block span {
  border: 1px #dddddd solid;
  display: inline-block;
  padding: 10px 15px;
  margin: 0 1px;
  vertical-align: top;
  min-height: 42px; }

/* line 69, ../sass/components/_homepage.scss */
.homepage-bottom-block span.left {
  border-radius: 5px 0 0 5px; }

/* line 73, ../sass/components/_homepage.scss */
.homepage-bottom-block span.right {
  border-radius: 0 5px 5px 0;
  font-size: 20px; }

/* line 78, ../sass/components/_homepage.scss */
.homepage-bottom-block a:hover span {
  background: #eeeeee; }

/* line 13, ../../../../../../../.rvm/gems/ruby-1.9.3-p551@omega.killspill_2/gems/toolkit-2.6.0/stylesheets/toolkit/_clearfix.scss */
.field--name-field-project-member-email:after {
  content: "";
  display: table;
  clear: both; }

/* line 1, ../sass/components/_news.scss */
.page-news .node,
.node-type-news .node {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    /* line 1, ../sass/components/_news.scss */
    .page-news .node,
    .node-type-news .node {
      float: left;
      width: 415px;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    /* line 1, ../sass/components/_news.scss */
    .page-news .node,
    .node-type-news .node {
      width: 525px; } }

/* line 16, ../sass/components/_news.scss */
.node--news .field--name-field-date {
  color: #777; }

@media (min-width: 992px) {
  /* line 20, ../sass/components/_news.scss */
  #block-views-news-related-news-block {
    float: right;
    width: 210px;
    margin-left: 30px; } }
@media (min-width: 1200px) {
  /* line 20, ../sass/components/_news.scss */
  #block-views-news-related-news-block {
    width: 251px; } }

/* line 32, ../sass/components/_news.scss */
#block-views-news-related-news-block h2 {
  background-color: #f4f7eb;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  margin: 0 0 15px 0; }

/* line 42, ../sass/components/_news.scss */
.view-news-related-news ul {
  margin: 0;
  padding: 0 0 0 20px; }

/* line 47, ../sass/components/_news.scss */
.view-news-related-news li {
  margin: 0 0 10px 0;
  padding: 0; }

/* line 2, ../sass/components/_products.scss */
.view-products .view-filters {
  background-color: #f5f7ec;
  padding: 0 15px 0 15px;
  border-bottom: 1px #ececec solid;
  margin: 0 15px 30px 15px; }
  @media (min-width: 992px) {
    /* line 2, ../sass/components/_products.scss */
    .view-products .view-filters {
      padding-left: 40px; } }
  /* line 12, ../sass/components/_products.scss */
  .view-products .view-filters .views-exposed-widgets {
    margin: 0; }
    /* line 15, ../sass/components/_products.scss */
    .view-products .view-filters .views-exposed-widgets label {
      float: left;
      font-weight: bold;
      font-size: 14px;
      height: 40px;
      line-height: 40px;
      margin-bottom: 0;
      margin-right: 10px; }
    /* line 25, ../sass/components/_products.scss */
    .view-products .view-filters .views-exposed-widgets .views-widget {
      float: left;
      margin-top: 6px;
      margin-bottom: 6px; }
    /* line 31, ../sass/components/_products.scss */
    .view-products .view-filters .views-exposed-widgets .views-submit-button {
      padding-right: 0;
      margin-top: 7px;
      margin-bottom: 7px; }
    /* line 37, ../sass/components/_products.scss */
    .view-products .view-filters .views-exposed-widgets .form-submit {
      margin-top: 0;
      margin-right: 0; }
    /* line 42, ../sass/components/_products.scss */
    .view-products .view-filters .views-exposed-widgets .views-exposed-widget {
      padding-top: 0; }
      @media (min-width: 768px) {
        /* line 45, ../sass/components/_products.scss */
        .view-products .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-sort-order {
          padding-right: 0; } }
      @media (min-width: 992px) {
        /* line 45, ../sass/components/_products.scss */
        .view-products .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-sort-order {
          padding-right: 1em; } }
/* line 59, ../sass/components/_products.scss */
.view-products .view-content h3 {
  font-size: 20px;
  margin: 20px 15px; }
/* line 64, ../sass/components/_products.scss */
.view-products .view-content .views-row {
  margin-bottom: 30px;
  padding: 0 15px; }
  @media (min-width: 992px) {
    /* line 64, ../sass/components/_products.scss */
    .view-products .view-content .views-row {
      display: inline-block;
      width: 49.7%;
      vertical-align: top; } }
  @media (min-width: 1200px) {
    /* line 64, ../sass/components/_products.scss */
    .view-products .view-content .views-row {
      width: 33%; } }
  /* line 78, ../sass/components/_products.scss */
  .view-products .view-content .views-row article {
    border-bottom: 2px #d2d2d2 solid; }
  /* line 83, ../sass/components/_products.scss */
  .view-products .view-content .views-row .product-image img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  /* line 91, ../sass/components/_products.scss */
  .view-products .view-content .views-row h2 a {
    background-color: #ede929;
    padding: 10px 15px;
    display: block; }
    /* line 96, ../sass/components/_products.scss */
    .view-products .view-content .views-row h2 a:hover {
      background-color: #333b42;
      color: #ede929; }
  /* line 103, ../sass/components/_products.scss */
  .view-products .view-content .views-row .product-category {
    margin: 5px 0; }
  /* line 107, ../sass/components/_products.scss */
  .view-products .view-content .views-row .field {
    margin: 5px 0; }
    @media (min-width: 992px) {
      /* line 107, ../sass/components/_products.scss */
      .view-products .view-content .views-row .field {
        height: 80px;
        overflow: hidden; } }
  /* line 116, ../sass/components/_products.scss */
  .view-products .view-content .views-row .field-label {
    font-weight: bold;
    float: left;
    margin-right: 5px; }

/* line 125, ../sass/components/_products.scss */
.node-type-product .node--product {
  margin-bottom: 30px;
  /*
  .field--name-field-product-image {
    margin-bottom: 20px;
    max-width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

    @include breakpoint($desk) {
      float: left;
      margin-right: 15px;
    }
  }
  */ }
  @media (min-width: 992px) {
    /* line 125, ../sass/components/_products.scss */
    .node-type-product .node--product {
      float: left;
      width: 415px;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    /* line 125, ../sass/components/_products.scss */
    .node-type-product .node--product {
      width: 525px; } }
  /* line 153, ../sass/components/_products.scss */
  .node-type-product .node--product .button {
    display: inline-block;
    margin-top: 1em; }

@media (min-width: 992px) {
  /* line 159, ../sass/components/_products.scss */
  #block-views-product-contact-block {
    float: right;
    width: 210px;
    margin-left: 30px; } }
@media (min-width: 1200px) {
  /* line 159, ../sass/components/_products.scss */
  #block-views-product-contact-block {
    width: 251px; } }
/* line 170, ../sass/components/_products.scss */
#block-views-product-contact-block h2 {
  background-color: #f4f7eb;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  margin: 0 0 15px 0; }
/* line 180, ../sass/components/_products.scss */
#block-views-product-contact-block .view-news-related-news ul {
  margin: 0;
  padding: 0 0 0 20px; }
/* line 185, ../sass/components/_products.scss */
#block-views-product-contact-block .view-news-related-news li {
  margin: 0 0 10px 0;
  padding: 0; }

/* line 2, ../sass/components/_publications.scss */
.page-publications .view-filters {
  background-color: #f5f7ec;
  padding: 0 15px 0 15px;
  border-bottom: 1px #ececec solid;
  margin: 0 15px 30px 15px; }
  @media (min-width: 992px) {
    /* line 2, ../sass/components/_publications.scss */
    .page-publications .view-filters {
      padding-left: 40px; } }
  /* line 12, ../sass/components/_publications.scss */
  .page-publications .view-filters .views-exposed-widgets {
    margin: 0; }
    /* line 15, ../sass/components/_publications.scss */
    .page-publications .view-filters .views-exposed-widgets label {
      float: left;
      font-weight: bold;
      font-size: 14px;
      height: 40px;
      line-height: 40px;
      margin-bottom: 0;
      margin-right: 10px; }
    /* line 25, ../sass/components/_publications.scss */
    .page-publications .view-filters .views-exposed-widgets .views-widget {
      float: left;
      margin-top: 6px;
      margin-bottom: 6px; }
    /* line 31, ../sass/components/_publications.scss */
    .page-publications .view-filters .views-exposed-widgets .views-submit-button {
      padding-right: 0;
      margin-top: 7px;
      margin-bottom: 7px; }
    /* line 37, ../sass/components/_publications.scss */
    .page-publications .view-filters .views-exposed-widgets .form-submit {
      margin-top: 0;
      margin-right: 0; }
    /* line 42, ../sass/components/_publications.scss */
    .page-publications .view-filters .views-exposed-widgets .views-exposed-widget {
      padding-top: 0; }
      @media (min-width: 768px) {
        /* line 45, ../sass/components/_publications.scss */
        .page-publications .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-sort-order {
          padding-right: 0; } }
      @media (min-width: 992px) {
        /* line 45, ../sass/components/_publications.scss */
        .page-publications .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-sort-order {
          padding-right: 1em; } }

/* line 59, ../sass/components/_publications.scss */
.page-publications .view-publications table {
  width: 100%; }

/* line 63, ../sass/components/_publications.scss */
.page-publications .node--publication {
  line-height: 1.6em;
  margin-bottom: 20px;
  margin-left: 10px; }
  /* line 68, ../sass/components/_publications.scss */
  .page-publications .node--publication h2 {
    display: inline-block;
    border-bottom: 2px #ede929 solid;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 22px;
    line-height: 1.4em;
    padding: 10px 0;
    margin: 0 10px 10px 0; }
  /* line 78, ../sass/components/_publications.scss */
  .page-publications .node--publication span.field-label {
    float: left;
    font-weight: bold;
    margin-right: 5px; }

/* line 86, ../sass/components/_publications.scss */
.node-type-publication .node--publication .button {
  display: inline-block; }

/* line 1, ../sass/components/_search.scss */
.search-form {
  margin-bottom: 40px; }
  /* line 13, ../../../../../../../.rvm/gems/ruby-1.9.3-p551@omega.killspill_2/gems/toolkit-2.6.0/stylesheets/toolkit/_clearfix.scss */
  .search-form:after {
    content: "";
    display: table;
    clear: both; }

/* line 6, ../sass/components/_search.scss */
.search-form #edit-basic input[type="text"] {
  float: left;
  width: 75%; }
  @media (min-width: 768px) {
    /* line 6, ../sass/components/_search.scss */
    .search-form #edit-basic input[type="text"] {
      width: 80%; } }
  @media (min-width: 1200px) {
    /* line 6, ../sass/components/_search.scss */
    .search-form #edit-basic input[type="text"] {
      width: 85%; } }

/* line 19, ../sass/components/_search.scss */
.search-form #edit-basic input[type="submit"] {
  float: left;
  width: 25%;
  margin-right: 0; }
  @media (min-width: 768px) {
    /* line 19, ../sass/components/_search.scss */
    .search-form #edit-basic input[type="submit"] {
      width: 20%; } }
  @media (min-width: 1200px) {
    /* line 19, ../sass/components/_search.scss */
    .search-form #edit-basic input[type="submit"] {
      width: 15%; } }

/* line 33, ../sass/components/_search.scss */
article.search-result {
  margin: 25px 0;
  border-bottom: 1px #dddddd solid;
  padding-bottom: 25px; }
  /* line 38, ../sass/components/_search.scss */
  article.search-result:last-child {
    border-bottom: none; }

/* line 43, ../sass/components/_search.scss */
.search-result__snippet {
  padding-left: 0; }

/* line 1, ../sass/components/_sidebar.scss */
.l-sidebar {
  background: #32373d; }

/**
 *  Logo
 */
/* line 8, ../sass/components/_sidebar.scss */
.site-logo {
  background: #ede929;
  float: left;
  line-height: 1px;
  padding: 5px 15px;
  text-align: center; }
  @media (min-width: 768px) {
    /* line 8, ../sass/components/_sidebar.scss */
    .site-logo {
      display: block;
      float: none;
      margin-left: 0;
      padding: 40px 0; } }

/* line 23, ../sass/components/_sidebar.scss */
.site-logo img {
  height: 60px; }
  @media (min-width: 768px) {
    /* line 23, ../sass/components/_sidebar.scss */
    .site-logo img {
      height: auto; } }

/**
 *  Navigation
 */
/* line 34, ../sass/components/_sidebar.scss */
.responsive-menus.responsified span.toggler {
  background: none;
  color: #ede929;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 35px 1em 35px 0;
  line-height: 0;
  text-align: right;
  text-transform: uppercase;
  font-weight: normal; }

/* line 49, ../sass/components/_sidebar.scss */
.responsive-menus.responsified .responsive-menus-simple {
  background: black;
  border-radius: 0;
  display: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10000; }

/* line 60, ../sass/components/_sidebar.scss */
.responsive-menus.responsified .responsive-menus-simple li a {
  font-weight: 300; }

/* line 64, ../sass/components/_sidebar.scss */
.responsive-menus.responsified .responsive-menus-simple li a:hover {
  background: #333; }

/* line 68, ../sass/components/_sidebar.scss */
.responsive-menus.responsified .responsive-menus-simple li a:after {
  content: ">";
  float: right;
  font-size: 1.5em;
  line-height: 0.83333em; }

/** MAIN MENU **/
@media (min-width: 768px) {
  /* line 77, ../sass/components/_sidebar.scss */
  .l-region--navigation {
    font-weight: 600; } }

/* line 87, ../sass/components/_sidebar.scss */
.l-region--navigation ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none; }
  @media (min-width: 768px) {
    /* line 87, ../sass/components/_sidebar.scss */
    .l-region--navigation ul.menu {
      display: block; } }

/* line 98, ../sass/components/_sidebar.scss */
.l-region--navigation ul.menu li {
  padding: 0;
  list-style: none;
  font-family: "Open Sans Condensed", sans-serif;
  position: relative; }

/* line 105, ../sass/components/_sidebar.scss */
.l-region--navigation ul > li.expanded {
  border-bottom: 1px #3f444a solid;
  padding-bottom: 20px; }

/* line 111, ../sass/components/_sidebar.scss */
.l-region--navigation ul > li.expanded.last {
  border-bottom: none; }

/* line 115, ../sass/components/_sidebar.scss */
.l-region--navigation ul.menu > li > a {
  display: block;
  text-transform: uppercase;
  line-height: 1em; }
  @media (min-width: 768px) {
    /* line 115, ../sass/components/_sidebar.scss */
    .l-region--navigation ul.menu > li > a {
      border-bottom: 1px #3f444a solid;
      color: white;
      padding: 20px 20px 20px 20px;
      margin: 0;
      text-decoration: none; } }

@media (min-width: 768px) {
  /* line 129, ../sass/components/_sidebar.scss */
  .l-region--navigation ul.menu > li.last > a {
    border-bottom: 0; } }

/* line 135, ../sass/components/_sidebar.scss */
.l-region--navigation ul > li > a.active,
.l-region--navigation ul > li > a:hover {
  color: #ede929;
  background-color: #2a2a2a;
  border-bottom: none;
  border-right: 5px #ede929 solid;
  margin-right: -5px;
  margin-top: -1px;
  padding-top: 21px;
  padding-bottom: 21px; }

/* line 147, ../sass/components/_sidebar.scss */
.l-region--navigation ul > li.expanded > a {
  border-bottom: none;
  margin-top: -1px;
  padding-top: 21px;
  padding-bottom: 20px; }

/* line 154, ../sass/components/_sidebar.scss */
.l-region--navigation ul > li.first > a.active,
.l-region--navigation ul > li.first > a:hover {
  margin-top: 0;
  padding-top: 20px; }

/* line 160, ../sass/components/_sidebar.scss */
.l-region--navigation ul > li.expanded > a.active,
.l-region--navigation ul > li.expanded > a:hover {
  margin-top: -1px;
  padding-top: 21px;
  padding-bottom: 20px; }

/*
.l-region--navigation #home {
  background-image: url('../images/menu-sprites.png');
  background-repeat: no-repeat;
  background-position: 20px 18px;
}

.l-region--navigation #home.active,
.l-region--navigation #home:hover {
  background-image: url('../images/menu-sprites.png');
  background-repeat: no-repeat;
  background-position: 20px -222px;
}

.l-region--navigation #project-ambition {
  background-image: url('../images/menu-sprites.png');
  background-repeat: no-repeat;
  background-position: 20px -31px;
}

.l-region--navigation #project-ambition.active,
.l-region--navigation #project-ambition:hover {
  background-image: url('../images/menu-sprites.png');
  background-repeat: no-repeat;
  background-position: 20px -270px;
}

.l-region--navigation #actions {
  background-image: url('../images/menu-sprites.png');
  background-repeat: no-repeat;
  background-position: 20px -79px;
}

.l-region--navigation #actions.active,
.l-region--navigation #actions:hover {
  background-image: url('../images/menu-sprites.png');
  background-repeat: no-repeat;
  background-position: 20px -318px;
}

.l-region--navigation #team {
  background-image: url('../images/menu-sprites.png');
  background-repeat: no-repeat;
  background-position: 20px -127px;
}

.l-region--navigation #team.active,
.l-region--navigation #team:hover {
  background-image: url('../images/menu-sprites.png');
  background-repeat: no-repeat;
  background-position: 20px -366px;
}

.l-region--navigation #news-and-events {
  background-image: url('../images/menu-sprites.png');
  background-repeat: no-repeat;
  background-position: 20px -177px;
}

.l-region--navigation #news-and-events.active,
.l-region--navigation #news-and-events:hover {
  background-image: url('../images/menu-sprites.png');
  background-repeat: no-repeat;
  background-position: 20px -416px;
}
*/
/* Second level of navigation */
@media (min-width: 768px) {
  /* line 235, ../sass/components/_sidebar.scss */
  .l-region--navigation ul.menu ul.menu {
    padding-left: 30px; } }

@media (min-width: 768px) {
  /* line 241, ../sass/components/_sidebar.scss */
  .l-region--navigation ul.menu ul.menu > li > a {
    border-bottom: none;
    padding: 15px 20px 15px 10px;
    margin-top: 0; } }

/* TEAM PAGE */
@media (min-width: 992px) {
  /* line 3, ../sass/components/_team.scss */
  .view-team .category {
    float: left;
    width: 50%; } }

/* line 10, ../sass/components/_team.scss */
.view-team .category h2 {
  display: inline-block;
  border-bottom: 2px #ede929 solid;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 22px;
  line-height: 1.4em;
  padding: 10px 0;
  margin: 0 10px 30px 10px; }

/* line 20, ../sass/components/_team.scss */
.view-team .views-row {
  margin: 0 10px;
  padding: 0;
  text-align: center; }
  /* line 13, ../../../../../../../.rvm/gems/ruby-1.9.3-p551@omega.killspill_2/gems/toolkit-2.6.0/stylesheets/toolkit/_clearfix.scss */
  .view-team .views-row:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    /* line 20, ../sass/components/_team.scss */
    .view-team .views-row {
      text-align: left; } }

/* line 32, ../sass/components/_team.scss */
.view-team .views-row-last {
  margin-bottom: 30px; }

/* line 36, ../sass/components/_team.scss */
.view-team .views-row a {
  color: #333b42;
  display: block;
  width: 100%;
  padding: 15px; }
  /* line 13, ../../../../../../../.rvm/gems/ruby-1.9.3-p551@omega.killspill_2/gems/toolkit-2.6.0/stylesheets/toolkit/_clearfix.scss */
  .view-team .views-row a:after {
    content: "";
    display: table;
    clear: both; }

/* line 44, ../sass/components/_team.scss */
.view-team .views-row a:hover {
  box-shadow: 0 0 5px #dddddd; }

/* line 48, ../sass/components/_team.scss */
.view-team .views-row-last a {
  border-bottom: none; }

@media (min-width: 768px) {
  /* line 52, ../sass/components/_team.scss */
  .view-team .views-row .image {
    float: left;
    margin-right: 20px;
    width: 100px; } }

/* line 60, ../sass/components/_team.scss */
.view-team .views-row .image img {
  vertical-align: middle;
  max-height: 50px; }

/* line 65, ../sass/components/_team.scss */
.view-team .views-row h3 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  margin: 10px 0 0 0; }
  @media (min-width: 768px) {
    /* line 65, ../sass/components/_team.scss */
    .view-team .views-row h3 {
      float: left;
      width: 265px;
      margin: 0; } }
  @media (min-width: 992px) {
    /* line 65, ../sass/components/_team.scss */
    .view-team .views-row h3 {
      width: 157px; } }
  @media (min-width: 1200px) {
    /* line 65, ../sass/components/_team.scss */
    .view-team .views-row h3 {
      width: 233px; } }

/* TEAM NODE */
/* line 88, ../sass/components/_team.scss */
.view-project-members .views-row {
  padding: 20px 0;
  border-bottom: 1px dotted #E4E4E4;
  clear: both;
  float: left;
  width: 100%; }

/* line 96, ../sass/components/_team.scss */
.view-project-members .views-row-last {
  border: none; }

/* line 100, ../sass/components/_team.scss */
.view-project-members .views-field-field-project-member-photography {
  display: none; }
  @media (min-width: 768px) {
    /* line 100, ../sass/components/_team.scss */
    .view-project-members .views-field-field-project-member-photography {
      display: block;
      float: left;
      margin: 3px 20px 0 0;
      width: 113px; } }

@media (min-width: 768px) {
  /* line 111, ../sass/components/_team.scss */
  .view-project-members .views-field-field-project-member-description {
    float: left;
    width: 302px; } }
@media (min-width: 992px) {
  /* line 111, ../sass/components/_team.scss */
  .view-project-members .views-field-field-project-member-description {
    width: 522px; } }
@media (min-width: 1200px) {
  /* line 111, ../sass/components/_team.scss */
  .view-project-members .views-field-field-project-member-description {
    width: 673px; } }

/* line 126, ../sass/components/_team.scss */
.view-project-members .views-field-field-project-member-description ul {
  margin: 1em 0; }

/* line 130, ../sass/components/_team.scss */
.view-project-members .views-field-field-project-member-description li {
  border-bottom: none;
  margin-bottom: 0; }

/* line 135, ../sass/components/_team.scss */
.view-project-members .views-field-edit-node {
  float: right; }

/* line 139, ../sass/components/_team.scss */
.view-project-members .views-field-field-project-member-email {
  clear: both; }

/*# sourceMappingURL=killspill-2.styles.css.map */
