@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);
/**
 * @file
 * Layout Styling
 */
/* line 6, ../sass/_layout.scss */
body {
  background: #f6f6f6;
}
/* line 9, ../sass/_layout.scss */
body.admin-menu {
  margin-top: 26px !important;
}

@media (min-width: 0) and (max-width: 980px) {
  /* line 14, ../sass/_layout.scss */
  #main > .container > .wrapper {
    padding: 10px;
  }
}

/* line 20, ../sass/_layout.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
@media (min-width: 0) and (max-width: 980px) {
  /* line 20, ../sass/_layout.scss */
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: auto;
  }
}

/* line 30, ../sass/_layout.scss */
#content,
#footer .container {
  background: transparent;
}

/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */
/* line 10, ../sass/_pages.scss */
a {
  color: #03A8CF;
}
/* line 24, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
a:hover {
  color: #02708A;
}

/* line 14, ../sass/_pages.scss */
#header {
  background: black url('../images/innolabs-header-bg.png?1432910593') repeat-x;
}
/* line 16, ../sass/_pages.scss */
#header > .container {
  height: 110px;
  padding: 0;
  background: transparent;
}

/* Wrapping link for logo */
/* line 25, ../sass/_pages.scss */
#logo {
  margin: 0;
  padding: 0;
}
/* line 29, ../sass/_pages.scss */
#logo img {
  vertical-align: bottom;
}

/* The name and logo of the website */
/* line 35, ../sass/_pages.scss */
#site-name {
  width: auto;
  background: white;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

/* Tutti i blocchi dell'header */
/* line 44, ../sass/_pages.scss */
.region-header > .block {
  margin-bottom: 0;
}

/* line 48, ../sass/_pages.scss */
.alert {
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 53, ../sass/_pages.scss */
.alert-danger,
.alert-error {
  background: #e51c23;
}

/* line 58, ../sass/_pages.scss */
.alert-success {
  background: #4caf50;
  color: #fff;
}

/*[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-size: 1.1em;
  vertical-align: middle;
}*/
/* line 69, ../sass/_pages.scss */
#page-title {
  font-family: "Source Sans Pro", sans-serif;
  color: black;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.5em;
  border-bottom: none;
  padding-bottom: 0;
}

/* line 79, ../sass/_pages.scss */
body.page-node article .translation-link {
  display: none;
}

/* line 83, ../sass/_pages.scss */
#l10n-client {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
/* line 85, ../sass/_pages.scss */
#l10n-client .label {
  padding: 0;
  background-color: transparent;
  text-shadow: none;
  font-size: 13px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 91, ../sass/_pages.scss */
#l10n-client .label h2 {
  color: white;
}

/* line 97, ../sass/_pages.scss */
div.feed-to-article {
  width: 350px;
  float: left;
  margin: 0 10px 2px 0;
}
/* line 101, ../sass/_pages.scss */
div.feed-to-article img {
  width: 350px;
}

/* line 106, ../sass/_pages.scss */
article p {
  text-align: justify;
}

/* line 110, ../sass/_pages.scss */
.tabs.primary {
  display: none;
}

/* line 115, ../sass/_pages.scss */
#virtualKeyboardChromeExtension tbody {
  border-top: none !important;
}

/* line 120, ../sass/_pages.scss */
.page-user-register-interests #content > form {
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.14), 0 1.5px 3px rgba(0, 0, 0, 0.12);
  background: #fff;
}

/* line 128, ../sass/_pages.scss */
.hybridauth-widget a span {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 132, ../sass/_pages.scss */
.hybridauth-widget a:hover span,
.hybridauth-widget a:focus span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 139, ../sass/_pages.scss */
.wrapper#scroller {
  right: 50px;
  bottom: 50px;
  display: none;
  position: fixed;
}
/* line 144, ../sass/_pages.scss */
.wrapper#scroller .button {
  opacity: 0.6;
  width: 105px;
  height: 82px;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
/* line 150, ../sass/_pages.scss */
.wrapper#scroller .button:hover {
  opacity: 0.8;
}
/* line 153, ../sass/_pages.scss */
.wrapper#scroller .button:active {
  opacity: 0.9;
}
/* line 156, ../sass/_pages.scss */
.wrapper#scroller .button.up {
  border-radius: 8px 8px 0 0;
  background: #02708A url("../images/scroll-up.png") no-repeat scroll 0 0;
}
/* line 160, ../sass/_pages.scss */
.wrapper#scroller .button.down {
  margin-top: 2px;
  border-radius: 0 0 8px 8px;
  background: #02708A url("../images/scroll-down.png") no-repeat scroll 0 0;
}
/* line 167, ../sass/_pages.scss */
.wrapper#spinner {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
}

@media (max-width: 480px) {
  /* line 177, ../sass/_pages.scss */
  #scroller.wrapper {
    right: 10px;
    bottom: 10px;
  }
}
/**
 * @file
 * Block Styling
 */
/* line 7, ../sass/_blocks.scss */
.block {
  /* Block wrapper */
  margin-bottom: 1.5em;
}
/* line 10, ../sass/_blocks.scss */
.block.first {
  /* The first block in the region */
}
/* line 13, ../sass/_blocks.scss */
.block.last {
  /* The last block in the region */
}
/* line 16, ../sass/_blocks.scss */
.block.odd {
  /* Zebra striping for each block in the region */
}
/* line 19, ../sass/_blocks.scss */
.block.even {
  /* Zebra striping for each block in the region */
}
/* line 22, ../sass/_blocks.scss */
.block h2.block-title {
  /* Block title */
}

/* line 26, ../sass/_blocks.scss */
#block-nplus-user-blocks-login {
  padding-top: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 31, ../sass/_blocks.scss */
#block-nplus-user-blocks-login form {
  margin: 0;
}
/* line 35, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .logged-in-status {
  margin-top: 0;
}
/* line 38, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .logged-in-status .user-welcome {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: right;
}
/* line 44, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .form-actions {
  margin-top: 0;
  margin-right: 73px;
}
/* line 49, ../sass/_blocks.scss */
#block-nplus-user-blocks-login form .item-list {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
/* line 53, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .hybridauth-widget-wrapper {
  float: right;
  margin-top: -47px;
}
/* line 57, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .hybridauth-widget-wrapper div:last-child {
  display: none;
}
/* line 61, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .hybridauth-widget-wrapper div.item-list {
  display: block;
}
/* line 66, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .form-text,
#block-nplus-user-blocks-login .form-password {
  width: 100px;
}

/* line 73, ../sass/_blocks.scss */
#block-locale-language {
  clear: both;
  text-align: right;
  margin-top: 15px;
}
/* line 78, ../sass/_blocks.scss */
#block-locale-language .block-title {
  font-weight: normal;
  text-transform: lowercase;
  display: inline-block;
  color: white;
  font-size: 13px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  margin: 0;
}
/* line 88, ../sass/_blocks.scss */
#block-locale-language .language-switcher-locale-url {
  list-style-type: none;
}
/* line 6, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_inline-list.scss */
#block-locale-language .language-switcher-locale-url, #block-locale-language .language-switcher-locale-url li {
  margin: 0;
  padding: 0;
  display: inline;
}
/* line 91, ../sass/_blocks.scss */
#block-locale-language .language-switcher-locale-url a {
  display: inline-block;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  padding: 0 9px;
  line-height: 26px;
  text-decoration: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.14), 0 1.5px 3px rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 104, ../sass/_blocks.scss */
#block-locale-language .language-switcher-locale-url a:hover, #block-locale-language .language-switcher-locale-url a:focus {
  background-color: #03A8CF;
}
/* line 110, ../sass/_blocks.scss */
#block-locale-language .language-switcher-locale-url li {
  margin-left: 5px;
}
/* line 113, ../sass/_blocks.scss */
#block-locale-language .language-switcher-locale-url li.active a {
  text-shadow: none;
  background-color: white;
  color: black;
}

/* line 123, ../sass/_blocks.scss */
#block-nplus-pn-project-content--2 {
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.14), 0 1.5px 3px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-bottom: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 128, ../sass/_blocks.scss */
#block-nplus-pn-project-content--2 .block-title {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: 0;
}
/* line 133, ../sass/_blocks.scss */
#block-nplus-pn-project-content--2 .item-list ul {
  list-style-type: none;
}
/* line 6, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_inline-list.scss */
#block-nplus-pn-project-content--2 .item-list ul, #block-nplus-pn-project-content--2 .item-list ul li {
  margin: 0;
  padding: 0;
  display: inline;
}
/* line 136, ../sass/_blocks.scss */
#block-nplus-pn-project-content--2 .item-list ul a {
  color: white;
  line-height: 30px;
  display: inline-block;
  padding: 0 7.5px;
  text-decoration: none;
  transition: all 0.2s;
}
/* line 143, ../sass/_blocks.scss */
#block-nplus-pn-project-content--2 .item-list ul a.active {
  background: #6f879c;
}
/* line 147, ../sass/_blocks.scss */
#block-nplus-pn-project-content--2 .item-list ul a:hover, #block-nplus-pn-project-content--2 .item-list ul a:focus {
  background: #6f879c;
}
/* line 154, ../sass/_blocks.scss */
#block-nplus-pn-project-content--2 li {
  border-bottom: none;
}
/* line 158, ../sass/_blocks.scss */
#block-nplus-pn-project-content--2 .block-content {
  background: #586d80;
  padding: 0 15px;
  border-top: 1px solid #444;
}

/* line 165, ../sass/_blocks.scss */
#block-nplus-pn-yogitech-pn-fs-content-revisions {
  margin-top: 15px;
}

/* line 169, ../sass/_blocks.scss */
#block-nplus-pn-yogitech-pn-footer {
  padding: 10px 20px;
}

/* line 173, ../sass/_blocks.scss */
#block-innolabs-blocks-footer {
  padding: 10px 20px;
  overflow: hidden;
  *zoom: 1;
  border-top: 3px solid #CCC;
}
/* line 178, ../sass/_blocks.scss */
#block-innolabs-blocks-footer .col {
  float: left;
  width: 50%;
}
/* line 183, ../sass/_blocks.scss */
#block-innolabs-blocks-footer .col-right {
  text-align: right;
  color: #CCC;
}
/* line 188, ../sass/_blocks.scss */
#block-innolabs-blocks-footer .footer-menu {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  font-size: 12px;
  line-height: 14px;
  float: right;
}
/* line 62, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
#block-innolabs-blocks-footer .footer-menu li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 49, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
#block-innolabs-blocks-footer .footer-menu li:first-child {
  padding-left: 0;
}
/* line 50, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
#block-innolabs-blocks-footer .footer-menu li:last-child {
  padding-right: 0;
}
/* line 52, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
#block-innolabs-blocks-footer .footer-menu li.last {
  padding-right: 0;
}
/* line 195, ../sass/_blocks.scss */
#block-innolabs-blocks-footer li {
  padding: 0 !important;
  font-size: 12px;
  float: none;
}
/* line 200, ../sass/_blocks.scss */
#block-innolabs-blocks-footer li:after {
  content: '|';
}
/* line 204, ../sass/_blocks.scss */
#block-innolabs-blocks-footer li.last {
  border-right: 0;
}
/* line 208, ../sass/_blocks.scss */
#block-innolabs-blocks-footer li a {
  padding: 0 3px;
}
/* line 212, ../sass/_blocks.scss */
#block-innolabs-blocks-footer li.last:after {
  display: none;
}

/* line 218, ../sass/_blocks.scss */
#block-innolabs-blocks-banners {
  text-align: center;
}
/* line 220, ../sass/_blocks.scss */
#block-innolabs-blocks-banners img {
  display: inline-block;
  margin: 10px;
}

/**
 * @file
 * Panels Styling
 */
/* line 8, ../sass/_panels.scss */
.innolabs-twocol .panel-col-first {
  width: 645px;
  float: left;
}
@media (min-width: 0) and (max-width: 980px) {
  /* line 8, ../sass/_panels.scss */
  .innolabs-twocol .panel-col-first {
    width: 100%;
    float: none;
    clear: both;
    margin: 0;
  }
}
/* line 19, ../sass/_panels.scss */
.innolabs-twocol .panel-col-last {
  float: left;
  width: 220px;
  margin-left: 35px;
}
@media (min-width: 0) and (max-width: 980px) {
  /* line 19, ../sass/_panels.scss */
  .innolabs-twocol .panel-col-last {
    width: 100%;
    float: none;
    clear: both;
    margin: 0;
  }
}
/* line 31, ../sass/_panels.scss */
.innolabs-twocol .panel-pane {
  margin-bottom: 15px;
}
/* line 35, ../sass/_panels.scss */
.innolabs-twocol .pane-tagclouds-5 {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 15px;
}

/* line 42, ../sass/_panels.scss */
.page-homepage .pane-block,
.page-taxonomy .pane-block {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 15px 20px 6px;
}

/* line 49, ../sass/_panels.scss */
.node-type-file .panel-col,
.node-type-question .panel-col {
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.14), 0 1.5px 3px rgba(0, 0, 0, 0.12);
  background: #fff;
}

/* line 57, ../sass/_panels.scss */
.og-context .panel-col {
  /*padding: $base-padding;
  @include box-sizing(border-box);
  background: white;
  @include card(1);*/
}
/* line 64, ../sass/_panels.scss */
.og-context .panel-col .node footer {
  float: right;
  color: #999;
  line-height: 2em;
  font-size: .8em;
}

/* line 73, ../sass/_panels.scss */
.og-context #content > .node.view-mode-full {
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.14), 0 1.5px 3px rgba(0, 0, 0, 0.12);
  background: #fff;
}

/* line 80, ../sass/_panels.scss */
.wrapper.tagclouds {
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.14), 0 1.5px 3px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-bottom: none;
}
/* line 87, ../sass/_panels.scss */
.wrapper.tagclouds footer {
  margin-top: 15px;
  font-size: .8em;
  line-height: 1.5em;
}
/* line 91, ../sass/_panels.scss */
.wrapper.tagclouds footer .field-content,
.wrapper.tagclouds footer .field-item {
  font-weight: normal;
}
/* line 96, ../sass/_panels.scss */
.wrapper.tagclouds footer .view {
  float: right;
  line-height: 1.7em;
  /*border-left: none;
  padding-left: 0;
  margin-left: 0;*/
  border-left: 1px solid #d8d8d8;
  padding-left: 4px;
  margin-left: 4px;
}
/* line 109, ../sass/_panels.scss */
.wrapper.tagclouds footer .view:last-child {
  /*border-left: 1px solid #d8d8d8;
  padding-left: 4px;
  margin-left: 4px;*/
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 119, ../sass/_panels.scss */
.wrapper.tagclouds footer .field-name-field-tags {
  padding-top: 0;
}

/* line 128, ../sass/_panels.scss */
.innolabs-panels .panel-panel.panel-col-last .pane-views-879c28ff36cc743b6add3a142010ea0c,
.page-articles-search .panel-panel.panel-col-last .pane-views-879c28ff36cc743b6add3a142010ea0c {
  background: none;
  box-shadow: none;
  border-width: 0;
  margin: 0;
  padding: 0;
}
/* line 134, ../sass/_panels.scss */
.innolabs-panels .panel-panel.panel-col-last .pane-views-879c28ff36cc743b6add3a142010ea0c label, .innolabs-panels .panel-panel.panel-col-last .pane-views-879c28ff36cc743b6add3a142010ea0c .views-submit-button, .innolabs-panels .panel-panel.panel-col-last .pane-views-879c28ff36cc743b6add3a142010ea0c .views-reset-button,
.page-articles-search .panel-panel.panel-col-last .pane-views-879c28ff36cc743b6add3a142010ea0c label,
.page-articles-search .panel-panel.panel-col-last .pane-views-879c28ff36cc743b6add3a142010ea0c .views-submit-button,
.page-articles-search .panel-panel.panel-col-last .pane-views-879c28ff36cc743b6add3a142010ea0c .views-reset-button {
  display: none;
}

/* line 143, ../sass/_panels.scss */
.panel-panel.panel-col-last .facetapi-processed {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 10px 8px;
}
/* line 148, ../sass/_panels.scss */
.panel-panel.panel-col-last .facetapi-limit-link {
  display: block;
  float: right;
  margin: -30px 10px 0;
}
/* line 153, ../sass/_panels.scss */
.panel-panel.panel-col-last .item-list ul li {
  margin: 0 0 0.55em 0.1em;
}
/* line 156, ../sass/_panels.scss */
.panel-panel.panel-col-last .item-list ul li li {
  margin: 0.5em 0 0 16px;
}
/* line 159, ../sass/_panels.scss */
.panel-panel.panel-col-last ul li, .panel-panel.panel-col-last ul li.leaf {
  list-style: none;
}
/* line 162, ../sass/_panels.scss */
.panel-panel.panel-col-last ul li input {
  margin-top: -2px;
  margin-right: 5px;
}
/* line 166, ../sass/_panels.scss */
.panel-panel.panel-col-last form {
  margin: 0;
}
/* line 168, ../sass/_panels.scss */
.panel-panel.panel-col-last form .views-exposed-form {
  margin: 0;
}
/* line 170, ../sass/_panels.scss */
.panel-panel.panel-col-last form .views-exposed-form .views-exposed-widget {
  padding: 0;
  margin: 0;
}
/* line 174, ../sass/_panels.scss */
.panel-panel.panel-col-last form .views-exposed-form #edit-keyword.form-text {
  width: 100%;
  box-sizing: border-box;
  background: #ffffff url("../images/search-icon.png") no-repeat scroll 5px center;
  border-radius: 6px;
  height: 32px;
  padding: 0 0 0 28px;
}

/* line 188, ../sass/_panels.scss */
body.page-search ol {
  margin: 0 0;
}
/* line 191, ../sass/_panels.scss */
body.page-search #search-api-page-search-form {
  display: none;
}
/* line 194, ../sass/_panels.scss */
body.page-search .search-api-page-results article {
  padding-top: 16px;
  padding-bottom: 32px;
}

/* line 201, ../sass/_panels.scss */
#sidebar .block {
  padding: 15px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.14), 0 1.5px 3px rgba(0, 0, 0, 0.12);
  background: #fff;
}
/* line 207, ../sass/_panels.scss */
#sidebar .block .block-title {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 212, ../sass/_panels.scss */
.pane-nplus-form-blocks-answer form.node-answer-form {
  margin: 0;
}

/* Stile pannelli standard di Innolabs */
/* line 217, ../sass/_panels.scss */
.innolabs-panels .panel-pane,
.page-articles-search .panel-pane,
.page-user-bookmarks .content-data,
.page-user-likes .content-data,
.page-user-articles .content-data,
.page-node-questions .content-data {
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.14), 0 1.5px 3px rgba(0, 0, 0, 0.12);
  background: #fff;
}
/* line 224, ../sass/_panels.scss */
.innolabs-panels .panel-pane > .pane-title,
.page-articles-search .panel-pane > .pane-title,
.page-user-bookmarks .content-data > .pane-title,
.page-user-likes .content-data > .pane-title,
.page-user-articles .content-data > .pane-title,
.page-node-questions .content-data > .pane-title {
  margin: 0;
  background: #465559;
  padding-left: 10px;
  color: white;
  font-weight: bold;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
}
/* line 141, ../sass/_custom.scss */
.innolabs-panels .panel-pane > .pane-title a,
.page-articles-search .panel-pane > .pane-title a,
.page-user-bookmarks .content-data > .pane-title a,
.page-user-likes .content-data > .pane-title a,
.page-user-articles .content-data > .pane-title a,
.page-node-questions .content-data > .pane-title a {
  color: inherit;
}
/* line 227, ../sass/_panels.scss */
.innolabs-panels .panel-pane .content-inner,
.innolabs-panels .panel-pane .view-articles,
.innolabs-panels .panel-pane .view-taxonomy-term-pane,
.innolabs-panels .panel-pane .view-article-search,
.page-articles-search .panel-pane .content-inner,
.page-articles-search .panel-pane .view-articles,
.page-articles-search .panel-pane .view-taxonomy-term-pane,
.page-articles-search .panel-pane .view-article-search,
.page-user-bookmarks .content-data .content-inner,
.page-user-bookmarks .content-data .view-articles,
.page-user-bookmarks .content-data .view-taxonomy-term-pane,
.page-user-bookmarks .content-data .view-article-search,
.page-user-likes .content-data .content-inner,
.page-user-likes .content-data .view-articles,
.page-user-likes .content-data .view-taxonomy-term-pane,
.page-user-likes .content-data .view-article-search,
.page-user-articles .content-data .content-inner,
.page-user-articles .content-data .view-articles,
.page-user-articles .content-data .view-taxonomy-term-pane,
.page-user-articles .content-data .view-article-search,
.page-node-questions .content-data .content-inner,
.page-node-questions .content-data .view-articles,
.page-node-questions .content-data .view-taxonomy-term-pane,
.page-node-questions .content-data .view-article-search {
  padding-top: 25px;
  padding-bottom: 15px;
}
/* line 234, ../sass/_panels.scss */
.innolabs-panels .panel-pane .content-inner .node.node-teaser, .innolabs-panels .panel-pane .content-inner .article-group-header,
.innolabs-panels .panel-pane .view-articles .node.node-teaser,
.innolabs-panels .panel-pane .view-articles .article-group-header,
.innolabs-panels .panel-pane .view-taxonomy-term-pane .node.node-teaser,
.innolabs-panels .panel-pane .view-taxonomy-term-pane .article-group-header,
.innolabs-panels .panel-pane .view-article-search .node.node-teaser,
.innolabs-panels .panel-pane .view-article-search .article-group-header,
.page-articles-search .panel-pane .content-inner .node.node-teaser,
.page-articles-search .panel-pane .content-inner .article-group-header,
.page-articles-search .panel-pane .view-articles .node.node-teaser,
.page-articles-search .panel-pane .view-articles .article-group-header,
.page-articles-search .panel-pane .view-taxonomy-term-pane .node.node-teaser,
.page-articles-search .panel-pane .view-taxonomy-term-pane .article-group-header,
.page-articles-search .panel-pane .view-article-search .node.node-teaser,
.page-articles-search .panel-pane .view-article-search .article-group-header,
.page-user-bookmarks .content-data .content-inner .node.node-teaser,
.page-user-bookmarks .content-data .content-inner .article-group-header,
.page-user-bookmarks .content-data .view-articles .node.node-teaser,
.page-user-bookmarks .content-data .view-articles .article-group-header,
.page-user-bookmarks .content-data .view-taxonomy-term-pane .node.node-teaser,
.page-user-bookmarks .content-data .view-taxonomy-term-pane .article-group-header,
.page-user-bookmarks .content-data .view-article-search .node.node-teaser,
.page-user-bookmarks .content-data .view-article-search .article-group-header,
.page-user-likes .content-data .content-inner .node.node-teaser,
.page-user-likes .content-data .content-inner .article-group-header,
.page-user-likes .content-data .view-articles .node.node-teaser,
.page-user-likes .content-data .view-articles .article-group-header,
.page-user-likes .content-data .view-taxonomy-term-pane .node.node-teaser,
.page-user-likes .content-data .view-taxonomy-term-pane .article-group-header,
.page-user-likes .content-data .view-article-search .node.node-teaser,
.page-user-likes .content-data .view-article-search .article-group-header,
.page-user-articles .content-data .content-inner .node.node-teaser,
.page-user-articles .content-data .content-inner .article-group-header,
.page-user-articles .content-data .view-articles .node.node-teaser,
.page-user-articles .content-data .view-articles .article-group-header,
.page-user-articles .content-data .view-taxonomy-term-pane .node.node-teaser,
.page-user-articles .content-data .view-taxonomy-term-pane .article-group-header,
.page-user-articles .content-data .view-article-search .node.node-teaser,
.page-user-articles .content-data .view-article-search .article-group-header,
.page-node-questions .content-data .content-inner .node.node-teaser,
.page-node-questions .content-data .content-inner .article-group-header,
.page-node-questions .content-data .view-articles .node.node-teaser,
.page-node-questions .content-data .view-articles .article-group-header,
.page-node-questions .content-data .view-taxonomy-term-pane .node.node-teaser,
.page-node-questions .content-data .view-taxonomy-term-pane .article-group-header,
.page-node-questions .content-data .view-article-search .node.node-teaser,
.page-node-questions .content-data .view-article-search .article-group-header {
  box-shadow: none;
  border-bottom: 1px solid #CCC;
  padding: 0 0 15px 0;
  margin: 15px;
}
/* line 240, ../sass/_panels.scss */
.innolabs-panels .panel-pane .content-inner .node.node-teaser > .links, .innolabs-panels .panel-pane .content-inner .article-group-header > .links,
.innolabs-panels .panel-pane .view-articles .node.node-teaser > .links,
.innolabs-panels .panel-pane .view-articles .article-group-header > .links,
.innolabs-panels .panel-pane .view-taxonomy-term-pane .node.node-teaser > .links,
.innolabs-panels .panel-pane .view-taxonomy-term-pane .article-group-header > .links,
.innolabs-panels .panel-pane .view-article-search .node.node-teaser > .links,
.innolabs-panels .panel-pane .view-article-search .article-group-header > .links,
.page-articles-search .panel-pane .content-inner .node.node-teaser > .links,
.page-articles-search .panel-pane .content-inner .article-group-header > .links,
.page-articles-search .panel-pane .view-articles .node.node-teaser > .links,
.page-articles-search .panel-pane .view-articles .article-group-header > .links,
.page-articles-search .panel-pane .view-taxonomy-term-pane .node.node-teaser > .links,
.page-articles-search .panel-pane .view-taxonomy-term-pane .article-group-header > .links,
.page-articles-search .panel-pane .view-article-search .node.node-teaser > .links,
.page-articles-search .panel-pane .view-article-search .article-group-header > .links,
.page-user-bookmarks .content-data .content-inner .node.node-teaser > .links,
.page-user-bookmarks .content-data .content-inner .article-group-header > .links,
.page-user-bookmarks .content-data .view-articles .node.node-teaser > .links,
.page-user-bookmarks .content-data .view-articles .article-group-header > .links,
.page-user-bookmarks .content-data .view-taxonomy-term-pane .node.node-teaser > .links,
.page-user-bookmarks .content-data .view-taxonomy-term-pane .article-group-header > .links,
.page-user-bookmarks .content-data .view-article-search .node.node-teaser > .links,
.page-user-bookmarks .content-data .view-article-search .article-group-header > .links,
.page-user-likes .content-data .content-inner .node.node-teaser > .links,
.page-user-likes .content-data .content-inner .article-group-header > .links,
.page-user-likes .content-data .view-articles .node.node-teaser > .links,
.page-user-likes .content-data .view-articles .article-group-header > .links,
.page-user-likes .content-data .view-taxonomy-term-pane .node.node-teaser > .links,
.page-user-likes .content-data .view-taxonomy-term-pane .article-group-header > .links,
.page-user-likes .content-data .view-article-search .node.node-teaser > .links,
.page-user-likes .content-data .view-article-search .article-group-header > .links,
.page-user-articles .content-data .content-inner .node.node-teaser > .links,
.page-user-articles .content-data .content-inner .article-group-header > .links,
.page-user-articles .content-data .view-articles .node.node-teaser > .links,
.page-user-articles .content-data .view-articles .article-group-header > .links,
.page-user-articles .content-data .view-taxonomy-term-pane .node.node-teaser > .links,
.page-user-articles .content-data .view-taxonomy-term-pane .article-group-header > .links,
.page-user-articles .content-data .view-article-search .node.node-teaser > .links,
.page-user-articles .content-data .view-article-search .article-group-header > .links,
.page-node-questions .content-data .content-inner .node.node-teaser > .links,
.page-node-questions .content-data .content-inner .article-group-header > .links,
.page-node-questions .content-data .view-articles .node.node-teaser > .links,
.page-node-questions .content-data .view-articles .article-group-header > .links,
.page-node-questions .content-data .view-taxonomy-term-pane .node.node-teaser > .links,
.page-node-questions .content-data .view-taxonomy-term-pane .article-group-header > .links,
.page-node-questions .content-data .view-article-search .node.node-teaser > .links,
.page-node-questions .content-data .view-article-search .article-group-header > .links {
  right: 0;
}
/* line 245, ../sass/_panels.scss */
.innolabs-panels .panel-pane .content-inner .item-list ul.pager,
.innolabs-panels .panel-pane .view-articles .item-list ul.pager,
.innolabs-panels .panel-pane .view-taxonomy-term-pane .item-list ul.pager,
.innolabs-panels .panel-pane .view-article-search .item-list ul.pager,
.page-articles-search .panel-pane .content-inner .item-list ul.pager,
.page-articles-search .panel-pane .view-articles .item-list ul.pager,
.page-articles-search .panel-pane .view-taxonomy-term-pane .item-list ul.pager,
.page-articles-search .panel-pane .view-article-search .item-list ul.pager,
.page-user-bookmarks .content-data .content-inner .item-list ul.pager,
.page-user-bookmarks .content-data .view-articles .item-list ul.pager,
.page-user-bookmarks .content-data .view-taxonomy-term-pane .item-list ul.pager,
.page-user-bookmarks .content-data .view-article-search .item-list ul.pager,
.page-user-likes .content-data .content-inner .item-list ul.pager,
.page-user-likes .content-data .view-articles .item-list ul.pager,
.page-user-likes .content-data .view-taxonomy-term-pane .item-list ul.pager,
.page-user-likes .content-data .view-article-search .item-list ul.pager,
.page-user-articles .content-data .content-inner .item-list ul.pager,
.page-user-articles .content-data .view-articles .item-list ul.pager,
.page-user-articles .content-data .view-taxonomy-term-pane .item-list ul.pager,
.page-user-articles .content-data .view-article-search .item-list ul.pager,
.page-node-questions .content-data .content-inner .item-list ul.pager,
.page-node-questions .content-data .view-articles .item-list ul.pager,
.page-node-questions .content-data .view-taxonomy-term-pane .item-list ul.pager,
.page-node-questions .content-data .view-article-search .item-list ul.pager {
  padding: 30px 0 10px 0;
}
/* line 249, ../sass/_panels.scss */
.innolabs-panels .panel-pane .content-inner .views-row-last > .node.node-teaser,
.innolabs-panels .panel-pane .content-inner .view-content > .node-teaser:last-child,
.innolabs-panels .panel-pane .view-articles .views-row-last > .node.node-teaser,
.innolabs-panels .panel-pane .view-articles .view-content > .node-teaser:last-child,
.innolabs-panels .panel-pane .view-taxonomy-term-pane .views-row-last > .node.node-teaser,
.innolabs-panels .panel-pane .view-taxonomy-term-pane .view-content > .node-teaser:last-child,
.innolabs-panels .panel-pane .view-article-search .views-row-last > .node.node-teaser,
.innolabs-panels .panel-pane .view-article-search .view-content > .node-teaser:last-child,
.page-articles-search .panel-pane .content-inner .views-row-last > .node.node-teaser,
.page-articles-search .panel-pane .content-inner .view-content > .node-teaser:last-child,
.page-articles-search .panel-pane .view-articles .views-row-last > .node.node-teaser,
.page-articles-search .panel-pane .view-articles .view-content > .node-teaser:last-child,
.page-articles-search .panel-pane .view-taxonomy-term-pane .views-row-last > .node.node-teaser,
.page-articles-search .panel-pane .view-taxonomy-term-pane .view-content > .node-teaser:last-child,
.page-articles-search .panel-pane .view-article-search .views-row-last > .node.node-teaser,
.page-articles-search .panel-pane .view-article-search .view-content > .node-teaser:last-child,
.page-user-bookmarks .content-data .content-inner .views-row-last > .node.node-teaser,
.page-user-bookmarks .content-data .content-inner .view-content > .node-teaser:last-child,
.page-user-bookmarks .content-data .view-articles .views-row-last > .node.node-teaser,
.page-user-bookmarks .content-data .view-articles .view-content > .node-teaser:last-child,
.page-user-bookmarks .content-data .view-taxonomy-term-pane .views-row-last > .node.node-teaser,
.page-user-bookmarks .content-data .view-taxonomy-term-pane .view-content > .node-teaser:last-child,
.page-user-bookmarks .content-data .view-article-search .views-row-last > .node.node-teaser,
.page-user-bookmarks .content-data .view-article-search .view-content > .node-teaser:last-child,
.page-user-likes .content-data .content-inner .views-row-last > .node.node-teaser,
.page-user-likes .content-data .content-inner .view-content > .node-teaser:last-child,
.page-user-likes .content-data .view-articles .views-row-last > .node.node-teaser,
.page-user-likes .content-data .view-articles .view-content > .node-teaser:last-child,
.page-user-likes .content-data .view-taxonomy-term-pane .views-row-last > .node.node-teaser,
.page-user-likes .content-data .view-taxonomy-term-pane .view-content > .node-teaser:last-child,
.page-user-likes .content-data .view-article-search .views-row-last > .node.node-teaser,
.page-user-likes .content-data .view-article-search .view-content > .node-teaser:last-child,
.page-user-articles .content-data .content-inner .views-row-last > .node.node-teaser,
.page-user-articles .content-data .content-inner .view-content > .node-teaser:last-child,
.page-user-articles .content-data .view-articles .views-row-last > .node.node-teaser,
.page-user-articles .content-data .view-articles .view-content > .node-teaser:last-child,
.page-user-articles .content-data .view-taxonomy-term-pane .views-row-last > .node.node-teaser,
.page-user-articles .content-data .view-taxonomy-term-pane .view-content > .node-teaser:last-child,
.page-user-articles .content-data .view-article-search .views-row-last > .node.node-teaser,
.page-user-articles .content-data .view-article-search .view-content > .node-teaser:last-child,
.page-node-questions .content-data .content-inner .views-row-last > .node.node-teaser,
.page-node-questions .content-data .content-inner .view-content > .node-teaser:last-child,
.page-node-questions .content-data .view-articles .views-row-last > .node.node-teaser,
.page-node-questions .content-data .view-articles .view-content > .node-teaser:last-child,
.page-node-questions .content-data .view-taxonomy-term-pane .views-row-last > .node.node-teaser,
.page-node-questions .content-data .view-taxonomy-term-pane .view-content > .node-teaser:last-child,
.page-node-questions .content-data .view-article-search .views-row-last > .node.node-teaser,
.page-node-questions .content-data .view-article-search .view-content > .node-teaser:last-child {
  border-bottom: none;
}
/* line 256, ../sass/_panels.scss */
.innolabs-panels .panel-pane .pane-custom .pane-content,
.page-articles-search .panel-pane .pane-custom .pane-content,
.page-user-bookmarks .content-data .pane-custom .pane-content,
.page-user-likes .content-data .pane-custom .pane-content,
.page-user-articles .content-data .pane-custom .pane-content,
.page-node-questions .content-data .pane-custom .pane-content {
  padding: 15px;
}

/* Stile pannelli question */
/* line 264, ../sass/_panels.scss */
.node-type-question h2.pane-title {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}

/* line 272, ../sass/_panels.scss */
.node-type-project .pane-node-content,
.node-type-project .pane-stream-filters {
  display: none;
}

/* line 278, ../sass/_panels.scss */
.pane-nplus-weather,
.pane-nplus-weather-weather {
  padding: 0 !important;
}
/* line 282, ../sass/_panels.scss */
.pane-nplus-weather .pane-content,
.pane-nplus-weather-weather .pane-content {
  padding: 15px;
}
/* line 285, ../sass/_panels.scss */
.pane-nplus-weather .pane-content .weather,
.pane-nplus-weather-weather .pane-content .weather {
  overflow: hidden;
  *zoom: 1;
}

/* line 292, ../sass/_panels.scss */
.pane-hybridauth-hybridauth .pane-content {
  padding: 15px;
}
/* line 295, ../sass/_panels.scss */
.pane-hybridauth-hybridauth .hybridauth-widget-wrapper h3 {
  display: none;
}

/* line 300, ../sass/_panels.scss */
.pane-profile {
  margin-bottom: 15px;
}
/* line 303, ../sass/_panels.scss */
.pane-profile .pane-content {
  padding: 15px;
  overflow: hidden;
  *zoom: 1;
}
/* line 308, ../sass/_panels.scss */
.pane-profile .user-left-box {
  float: left;
  width: 60%;
}
/* line 313, ../sass/_panels.scss */
.pane-profile .user-picture {
  float: left;
  margin-right: 15px;
}
/* line 318, ../sass/_panels.scss */
.pane-profile .user-realname {
  font-weight: bold;
}
/* line 322, ../sass/_panels.scss */
.pane-profile .user-email {
  color: #999;
}
/* line 326, ../sass/_panels.scss */
.pane-profile .field-name-field-address {
  float: left;
  margin-top: 1em;
}
/* line 331, ../sass/_panels.scss */
.pane-profile .user-topics {
  width: 40%;
  float: left;
}
/* line 335, ../sass/_panels.scss */
.pane-profile .user-topics h3 {
  color: inherit;
  font-size: 16px;
}
/* line 340, ../sass/_panels.scss */
.pane-profile .user-topics ul {
  margin: 0;
  padding: 0;
}
/* line 344, ../sass/_panels.scss */
.pane-profile .user-topics ul > li {
  display: inline-block;
  padding: 2px 4px;
  background: #999;
  margin: 0 0 4px;
}
/* line 350, ../sass/_panels.scss */
.pane-profile .user-topics ul > li:before {
  content: '#';
  padding-right: 2px;
  color: #ddd;
}
/* line 359, ../sass/_panels.scss */
.pane-profile .user-actions a {
  margin-top: 15px;
}

/**
 * @file
 * Navigation Styling
 */
/* line 6, ../sass/_navigation.scss */
#navigation {
  background: #465559;
}

/* line 10, ../sass/_navigation.scss */
#main-menu {
  padding-top: 0;
  position: relative;
}
/* line 14, ../sass/_navigation.scss */
#main-menu ul {
  background: transparent;
}
/* line 19, ../sass/_navigation.scss */
#main-menu .user-articles {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 27, ../sass/_navigation.scss */
.item-list ul.pager li {
  font-weight: bold;
  padding: 0;
  margin: 0;
}
/* line 31, ../sass/_navigation.scss */
.item-list ul.pager li > a {
  border-radius: 5px;
}
/* line 35, ../sass/_navigation.scss */
.item-list ul.pager li.pager-current, .item-list ul.pager li.pager-ellipsis {
  padding: 0 8px;
}

/* line 41, ../sass/_navigation.scss */
.node.view-mode-full .flag-wrapper.flag-bookmarks {
  padding: 0;
}
/* line 43, ../sass/_navigation.scss */
.node.view-mode-full .flag-wrapper.flag-bookmarks a.flag-action > span {
  display: none;
}

/**
 * @file
 * Views Styling
 */
/* line 6, ../sass/_views-styles.scss */
.view-user-activity .node {
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.14), 0 1.5px 3px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-bottom: none;
}
/* line 13, ../sass/_views-styles.scss */
.view-user-activity .node.view-mode-full > .wrapper {
  margin-bottom: 0;
}
/* line 18, ../sass/_views-styles.scss */
.view-user-activity .node footer {
  float: right;
  color: #999;
  line-height: 2em;
  font-size: .8em;
}
/* line 26, ../sass/_views-styles.scss */
.view-user-activity .node .accordion-group .comment-wrapper {
  margin: 0;
}

/* line 31, ../sass/_views-styles.scss */
.view-ne7-og-content .node,
.view-project-as2 .node {
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.14), 0 1.5px 3px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-bottom: none;
}

/* line 41, ../sass/_views-styles.scss */
.view .view-empty {
  padding: 15px;
  text-align: center;
}
/* line 45, ../sass/_views-styles.scss */
.view .view-empty p {
  margin-bottom: 0;
}
/* line 50, ../sass/_views-styles.scss */
.view.innolabs-titles-list-view {
  padding: 15px;
}
/* line 52, ../sass/_views-styles.scss */
.view.innolabs-titles-list-view .views-field-field-event-date-range {
  font-weight: 600;
  color: #5f5f5f;
}
/* line 57, ../sass/_views-styles.scss */
.view.innolabs-titles-list-view .views-field-field-importer-ref {
  font-size: .9em;
  color: #5f5f5f;
}
/* line 62, ../sass/_views-styles.scss */
.view.innolabs-titles-list-view .views-row {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
  margin-bottom: 6px;
}
/* line 68, ../sass/_views-styles.scss */
.view.innolabs-titles-list-view .views-row-last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 78, ../sass/_views-styles.scss */
.view-display-id-panel_pane_socials .picture {
  width: 50px;
  max-height: 50px;
  float: left;
}
/* line 84, ../sass/_views-styles.scss */
.view-display-id-panel_pane_socials .username {
  display: block;
  color: #62757e;
  font-size: 1.07692em;
  line-height: 1.07143;
  font-weight: bold;
  margin-left: 60px;
  margin-bottom: 4px;
}
/* line 94, ../sass/_views-styles.scss */
.view-display-id-panel_pane_socials .content {
  display: block;
  font-size: 0.92308em;
  color: #616161;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.25;
  margin-left: 60px;
}

/* line 107, ../sass/_views-styles.scss */
.view-partner-search .add-new-post,
.view-partner-search2 .add-new-post {
  float: right;
  margin-top: -50px;
}

/* line 113, ../sass/_views-styles.scss */
.view-display-id-panel_pane_socials .views-row {
  background-clip: border-box;
  background-color: transparent;
  background-origin: padding-box;
  background-position: 0 55px;
  background-repeat: no-repeat;
  background-size: 18px 16px;
}
/* line 120, ../sass/_views-styles.scss */
.view-display-id-panel_pane_socials .views-row.fb {
  background-image: url("../images/bg-social-fb.png");
}
/* line 123, ../sass/_views-styles.scss */
.view-display-id-panel_pane_socials .views-row.tw {
  background-image: url("../images/bg-social-tw.png");
}
/* line 126, ../sass/_views-styles.scss */
.view-display-id-panel_pane_socials .views-row:last-child {
  border-bottom-width: 0;
}

/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */
/* modifiche temporanee #48 */
/* line 10, ../sass/_nodes.scss */
a.feed-icon,
#block-innolabs-blocks-footer .col {
  display: none;
  visibility: hidden;
}

/* line 17, ../sass/_nodes.scss */
.node.view-mode-full > .wrapper {
  margin-bottom: 0;
}
/* line 19, ../sass/_nodes.scss */
.node.view-mode-full > .wrapper ul.links.inline {
  clear: left;
  float: left;
}
/* line 25, ../sass/_nodes.scss */
.node.view-mode-full .field-name-field-tags {
  margin: 15px 0;
}

/* line 30, ../sass/_nodes.scss */
.field-content {
  word-wrap: break-word;
}

/* line 36, ../sass/_nodes.scss */
.node.view-mode-full .comments {
  margin-bottom: 0;
  margin-top: 0;
}
/* line 41, ../sass/_nodes.scss */
.node.view-mode-full .comment-wrapper > .wrapper,
.node.view-mode-full .likes-wrapper > .wrapper {
  margin-bottom: 0;
  margin-top: 15px;
  padding: 7.5px;
}
/* line 48, ../sass/_nodes.scss */
.node.view-mode-full .flag-bookmarks {
  padding: 2px 5px;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  line-height: 1em;
  height: auto;
}
/* line 54, ../sass/_nodes.scss */
.node.view-mode-full .flag-bookmarks .flag-message {
  left: -300px;
  right: 0;
  line-height: 19px;
  color: #DF9B00;
}
/* line 61, ../sass/_nodes.scss */
.node.view-mode-full .flag-bookmarks a {
  font-size: 21px;
  text-decoration: none;
}
/* line 65, ../sass/_nodes.scss */
.node.view-mode-full .flag-bookmarks a span {
  font-size: 13px;
  line-height: 1em;
  color: #999;
  vertical-align: middle;
}
/* line 72, ../sass/_nodes.scss */
.node.view-mode-full .flag-bookmarks a i {
  line-height: 13px;
  vertical-align: middle;
}

/* line 80, ../sass/_nodes.scss */
.node-poll .poll > .wrapper {
  padding: 15px;
}

/* line 84, ../sass/_nodes.scss */
.node-project.view-mode-full {
  padding: 15px;
  background: white;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.14), 0 1.5px 3px rgba(0, 0, 0, 0.12);
  background: #fff;
}

/* line 94, ../sass/_nodes.scss */
.node-type-group .nav-tabs {
  margin-bottom: 0;
  box-shadow: -1px 3px 1px -1px rgba(0, 0, 0, 0.2);
}
/* line 98, ../sass/_nodes.scss */
.node-type-group .nav-tabs > li {
  background: #e5e5e5;
  margin-bottom: 0;
  box-shadow: inset 0 -1px 2px -1px rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
}
/* line 105, ../sass/_nodes.scss */
.node-type-group .nav-tabs > li a {
  color: #777;
}
/* line 108, ../sass/_nodes.scss */
.node-type-group .nav-tabs > li a:hover, .node-type-group .nav-tabs > li a:focus {
  color: #03A8CF;
}
/* line 114, ../sass/_nodes.scss */
.node-type-group .nav-tabs > li.active {
  background: white;
  box-shadow: 1px 0 3px -2px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
/* line 119, ../sass/_nodes.scss */
.node-type-group .nav-tabs > li.active a {
  color: #555;
}
/* line 127, ../sass/_nodes.scss */
.node-type-group .nav-tabs a,
.node-type-group .nav-tabs a:hover,
.node-type-group .nav-tabs a:focus {
  padding: 6px 10px;
}
/* line 134, ../sass/_nodes.scss */
.node-type-group .tab-content {
  padding: 15px;
  background: white;
  border: none;
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.14), 0 1.5px 3px rgba(0, 0, 0, 0.12);
  background: #fff;
}
/* line 141, ../sass/_nodes.scss */
.node-type-group .tab-content .node-form {
  margin-bottom: 0;
}
/* line 146, ../sass/_nodes.scss */
.node-type-group .tab-content .form-type-managed-file .help-block {
  font-size: .9em;
  line-height: 1.5em;
  float: right;
  margin-top: -32px;
}
/* line 154, ../sass/_nodes.scss */
.node-type-group .tab-content .form-type-textfield {
  overflow: hidden;
  *zoom: 1;
}
/* line 156, ../sass/_nodes.scss */
.node-type-group .tab-content .form-type-textfield label {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 162, ../sass/_nodes.scss */
.node-type-group .tab-content .form-type-textfield label .form-required {
  color: #900 !important;
}
/* line 167, ../sass/_nodes.scss */
.node-type-group .tab-content .form-type-textfield .controls {
  display: inline-block;
  vertical-align: middle;
}
/* line 171, ../sass/_nodes.scss */
.node-type-group .tab-content .form-type-textfield .controls .form-text {
  margin-bottom: 0;
}
/* line 178, ../sass/_nodes.scss */
.node-type-group .tab-content .node-post_video-form .form-item-title,
.node-type-group .tab-content .node-post_video-form .form-field-name-field-video {
  width: 49%;
  float: left;
}
/* line 183, ../sass/_nodes.scss */
.node-type-group .tab-content .node-post_video-form .form-item-title label,
.node-type-group .tab-content .node-post_video-form .form-field-name-field-video label {
  width: 20%;
}
/* line 186, ../sass/_nodes.scss */
.node-type-group .tab-content .node-post_video-form .form-item-title .controls,
.node-type-group .tab-content .node-post_video-form .form-field-name-field-video .controls {
  width: 74%;
}
/* line 189, ../sass/_nodes.scss */
.node-type-group .tab-content .node-post_video-form .form-item-title .form-text,
.node-type-group .tab-content .node-post_video-form .form-field-name-field-video .form-text {
  width: 100%;
}
/* line 194, ../sass/_nodes.scss */
.node-type-group .tab-content .node-post_video-form .form-item-title {
  margin-right: 2%;
}

/* line 202, ../sass/_nodes.scss */
.view-question-answers .view-filters label {
  width: 71px;
}
/* line 206, ../sass/_nodes.scss */
.view-question-answers .node-answer {
  padding-bottom: 15px;
}

/* line 211, ../sass/_nodes.scss */
.node-article,
.node-partner-search,
.node-question,
.node-funding-opportunity {
  position: relative;
}
/* line 216, ../sass/_nodes.scss */
.node-article .content ul,
.node-partner-search .content ul,
.node-question .content ul,
.node-funding-opportunity .content ul {
  overflow: hidden;
  margin: 0 0 9px 5px;
  padding: 0;
}
/* line 220, ../sass/_nodes.scss */
.node-article .content ul li,
.node-partner-search .content ul li,
.node-question .content ul li,
.node-funding-opportunity .content ul li {
  margin-left: 25px;
}
/* line 224, ../sass/_nodes.scss */
.node-article .node-title,
.node-partner-search .node-title,
.node-question .node-title,
.node-funding-opportunity .node-title {
  font-family: "Source Sans Pro", sans-serif;
  color: black;
  font-weight: 300;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: .25em;
}
/* line 231, ../sass/_nodes.scss */
.node-article .node-title a,
.node-partner-search .node-title a,
.node-question .node-title a,
.node-funding-opportunity .node-title a {
  text-decoration: none;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: inherit;
}
/* line 24, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.node-article .node-title a:hover,
.node-partner-search .node-title a:hover,
.node-question .node-title a:hover,
.node-funding-opportunity .node-title a:hover {
  color: #03A8CF;
}
/* line 238, ../sass/_nodes.scss */
.node-article .innolabs-extracted-image,
.node-partner-search .innolabs-extracted-image,
.node-question .innolabs-extracted-image,
.node-funding-opportunity .innolabs-extracted-image {
  float: left;
  padding-right: 15px;
}
/* line 243, ../sass/_nodes.scss */
.node-article .field-name-field-image,
.node-article .field-name-field-article-image,
.node-partner-search .field-name-field-image,
.node-partner-search .field-name-field-article-image,
.node-question .field-name-field-image,
.node-question .field-name-field-article-image,
.node-funding-opportunity .field-name-field-image,
.node-funding-opportunity .field-name-field-article-image {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
/* line 250, ../sass/_nodes.scss */
.node-article .field-name-field-publication-date,
.node-partner-search .field-name-field-publication-date,
.node-question .field-name-field-publication-date,
.node-funding-opportunity .field-name-field-publication-date {
  font-weight: 600;
  color: #5f5f5f;
  text-transform: uppercase;
}
/* line 256, ../sass/_nodes.scss */
.node-article .field-name-field-tags,
.node-partner-search .field-name-field-tags,
.node-question .field-name-field-tags,
.node-funding-opportunity .field-name-field-tags {
  margin-top: 15px;
  line-height: 1.8em;
  margin-right: 130px;
}

/* line 267, ../sass/_nodes.scss */
.node-article > .links,
.node-event > .links,
.node-funding-opportunity > .links {
  position: absolute;
  bottom: 15px;
  right: 15px;
  overflow: visible;
  margin: 0;
}
/* line 274, ../sass/_nodes.scss */
.node-article > .links li,
.node-event > .links li,
.node-funding-opportunity > .links li {
  margin: 0;
}
/* line 279, ../sass/_nodes.scss */
.node-article > .links .node-readmore a,
.node-event > .links .node-readmore a,
.node-funding-opportunity > .links .node-readmore a {
  display: block;
  background: #03A8CF;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 7px;
  margin-top: 10px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
/* line 289, ../sass/_nodes.scss */
.node-article > .links .node-readmore a:hover, .node-article > .links .node-readmore a:focus,
.node-event > .links .node-readmore a:hover,
.node-event > .links .node-readmore a:focus,
.node-funding-opportunity > .links .node-readmore a:hover,
.node-funding-opportunity > .links .node-readmore a:focus {
  background: #02708A;
}
/* line 294, ../sass/_nodes.scss */
.node-article > .links .node-readmore a:after,
.node-event > .links .node-readmore a:after,
.node-funding-opportunity > .links .node-readmore a:after {
  content: ' »';
}
/* line 301, ../sass/_nodes.scss */
.node-article.without-tags .links,
.node-event.without-tags .links,
.node-funding-opportunity.without-tags .links {
  margin-top: 15px;
}

/* line 306, ../sass/_nodes.scss */
.node-article.view-mode-full,
.node-partner-search.view-mode-full,
.node-funding-opportunity.view-mode-full,
.node-event.view-mode-full {
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.14), 0 1.5px 3px rgba(0, 0, 0, 0.12);
  background: #fff;
  padding-bottom: 15px;
  background: white;
}
/* line 313, ../sass/_nodes.scss */
.panel-pane .node-article.view-mode-full, .panel-pane
.node-partner-search.view-mode-full, .panel-pane
.node-funding-opportunity.view-mode-full, .panel-pane
.node-event.view-mode-full {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 319, ../sass/_nodes.scss */
.node-article.view-mode-full .field-name-field-share,
.node-partner-search.view-mode-full .field-name-field-share,
.node-funding-opportunity.view-mode-full .field-name-field-share,
.node-event.view-mode-full .field-name-field-share {
  float: right;
}
/* line 323, ../sass/_nodes.scss */
.node-article.view-mode-full > header,
.node-partner-search.view-mode-full > header,
.node-funding-opportunity.view-mode-full > header,
.node-event.view-mode-full > header {
  margin: 15px 15px 0;
}
/* line 327, ../sass/_nodes.scss */
.node-article.view-mode-full > .wrapper,
.node-partner-search.view-mode-full > .wrapper,
.node-funding-opportunity.view-mode-full > .wrapper,
.node-event.view-mode-full > .wrapper {
  margin: 0 15px;
}
/* line 329, ../sass/_nodes.scss */
.node-article.view-mode-full > .wrapper > footer,
.node-partner-search.view-mode-full > .wrapper > footer,
.node-funding-opportunity.view-mode-full > .wrapper > footer,
.node-event.view-mode-full > .wrapper > footer {
  margin: 15px 0;
}
/* line 334, ../sass/_nodes.scss */
.node-article.view-mode-full > .accordion-group .comment-wrapper > .wrapper,
.node-partner-search.view-mode-full > .accordion-group .comment-wrapper > .wrapper,
.node-funding-opportunity.view-mode-full > .accordion-group .comment-wrapper > .wrapper,
.node-event.view-mode-full > .accordion-group .comment-wrapper > .wrapper {
  margin-top: 0;
  padding: 15px 15px;
  border: none;
  background: #f0f0f0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 343, ../sass/_nodes.scss */
.node-question.node-teaser {
  position: relative;
}
/* line 346, ../sass/_nodes.scss */
.node-question.node-teaser .user-picture {
  float: left;
  margin-right: 15px;
}
/* line 349, ../sass/_nodes.scss */
.node-question.node-teaser .user-picture img {
  width: 57px;
  height: 57px;
}
/* line 355, ../sass/_nodes.scss */
.node-question.node-teaser .author-box {
  margin-bottom: 15px;
}
/* line 359, ../sass/_nodes.scss */
.node-question.node-teaser .field-name-field-body {
  margin-right: 130px;
}
/* line 363, ../sass/_nodes.scss */
.node-question.node-teaser .field-name-field-tags {
  margin: 15px 130px 15px 0;
  line-height: 1.8em;
}
/* line 368, ../sass/_nodes.scss */
.node-question.node-teaser .view-answer-count {
  position: relative;
  border-width: 0;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 377, ../sass/_nodes.scss */
.node-question.node-teaser .view-answer-count .views-field-nid .views-label,
.node-question.node-teaser .view-answer-count .views-field-created .views-label {
  display: block;
  text-align: center;
  font-size: .85em;
  color: #03A8CF;
}
/* line 384, ../sass/_nodes.scss */
.node-question.node-teaser .view-answer-count .views-field-nid .field-content,
.node-question.node-teaser .view-answer-count .views-field-created .field-content {
  display: block;
  text-align: center;
}
/* line 391, ../sass/_nodes.scss */
.node-question.node-teaser .view-answer-count .views-field-nid .field-content {
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0;
}
/* line 398, ../sass/_nodes.scss */
.node-question.node-teaser .view-answer-count .views-field-created {
  display: none;
  /*.field-content {
    font-size: .85em;
    display: block;
    text-align: center;
    padding-bottom: 2px;
  }*/
}
/* line 409, ../sass/_nodes.scss */
.node-question.node-teaser .view-question-creation-date {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: .85em;
  color: #888;
}
/* line 416, ../sass/_nodes.scss */
.node-question.node-teaser .view-question-creation-date .views-label-created {
  display: none;
}

/* line 423, ../sass/_nodes.scss */
.node-answer .flag-best-answer {
  display: none;
}

/* line 429, ../sass/_nodes.scss */
.node-type-question .notice {
  font-size: 0.9em;
  margin: 10px 0 10px 0;
  color: #999;
}
/* line 434, ../sass/_nodes.scss */
.node-type-question .node-question.view-mode-full .field-name-field-tags {
  display: none;
}

/* line 440, ../sass/_nodes.scss */
.page-node-questions .field-name-field-tags {
  display: none;
}

/* line 445, ../sass/_nodes.scss */
.view-question-answers .view-header {
  line-height: 50px;
}

/* line 450, ../sass/_nodes.scss */
.node-question.node-teaser .author-box {
  margin-bottom: 2px;
}
/* line 453, ../sass/_nodes.scss */
.node-question.node-teaser .view-answer-count {
  padding: 0;
  margin: 0 0 10px 0;
}
/* line 456, ../sass/_nodes.scss */
.node-question.node-teaser .view-answer-count .views-field-nid .views-label::after {
  content: ": ";
}
/* line 459, ../sass/_nodes.scss */
.node-question.node-teaser .view-answer-count .views-field-nid .views-label,
.node-question.node-teaser .view-answer-count .views-field-created .views-label {
  font-size: inherit;
  font-weight: normal;
  padding: 0;
  display: inline;
}
/* line 466, ../sass/_nodes.scss */
.node-question.node-teaser .view-answer-count .views-field-nid .field-content {
  font-size: inherit;
  font-weight: normal;
  padding: 0 5px;
  display: inline;
}

/**
 * @file
 * Comment Styling
 */
/* line 6, ../sass/_comments.scss */
.comments {
  /* Wrapper for the list of comments and its title */
  margin: 1.5em 0;
}
/* line 9, ../sass/_comments.scss */
.comments h2.title {
  /* Heading for the list of comments */
}
/* line 12, ../sass/_comments.scss */
.comments h2.comment-form {
  /* Heading for the comment form */
}

/* line 16, ../sass/_comments.scss */
.comment {
  /* Wrapper for a single comment */
}
/* line 18, ../sass/_comments.scss */
.comment.comment-preview {
  /* Preview of the comment before submitting new or updated comment */
}
/* line 21, ../sass/_comments.scss */
.comment.new {
  /* A new comment since the user last viewed the page. */
}
/* line 24, ../sass/_comments.scss */
.comment.first {
  /* The first comment in the list of comments */
}
/* line 27, ../sass/_comments.scss */
.comment.last {
  /* The last comment in the list of comments */
}
/* line 30, ../sass/_comments.scss */
.comment.odd {
  /* An odd-numbered comment in the list of comments */
}
/* line 33, ../sass/_comments.scss */
.comment.even {
  /* An even-numbered comment in the list of comments */
}
/* line 36, ../sass/_comments.scss */
.comment.comment-by-anonymous {
  /* A comment created by an anonymous user */
}
/* line 39, ../sass/_comments.scss */
.comment.comment-by-node-author {
  /* A comment created by the node's author */
}
/* line 42, ../sass/_comments.scss */
.comment.comment-by-viewer {
  /* A comment created by the current user */
}
/* line 45, ../sass/_comments.scss */
.comment h3.comment-title {
  /* Comment title */
}
/* line 48, ../sass/_comments.scss */
.comment .new {
  /* "New" marker for comments that are new for the current user */
}
/* line 51, ../sass/_comments.scss */
.comment .user-picture {
  /* The picture of the comment author */
}
/* line 54, ../sass/_comments.scss */
.comment .submitted {
  /* The "posted by" information */
}
/* line 57, ../sass/_comments.scss */
.comment .permalink {
  /* Comment's permalink wrapper */
}
/* line 60, ../sass/_comments.scss */
.comment .user-signature {
  /* The user's signature */
}
/* line 63, ../sass/_comments.scss */
.comment ul.links {
  /* Comment links. See also the ul.links declaration in the pages.css. */
}

/* line 67, ../sass/_comments.scss */
.indented {
  /* Nested comments are indented */
}

/* line 70, ../sass/_comments.scss */
.comment-unpublished {
  /* Unpublished comments */
  /* background-color: #fff4f4; */
  /* Drupal core uses a #fff4f4 background */
}
/* line 73, ../sass/_comments.scss */
.comment-unpublished p.unpublished {
  /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
}

/**
 * @file
 * Form Styling
 */
/* line 6, ../sass/_forms.scss */
.btn {
  text-transform: uppercase;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.14), 0 1.5px 3px rgba(0, 0, 0, 0.12);
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 14, ../sass/_forms.scss */
.btn-group > .btn:first-child {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 18, ../sass/_forms.scss */
.btn-group > .dropdown-toggle {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 28, ../sass/_forms.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 48, ../sass/_forms.scss */
.help-block {
  font-size: .9em;
}

/* line 53, ../sass/_forms.scss */
.form-actions .form-submit {
  margin-right: 7.5px;
}

/* line 58, ../sass/_forms.scss */
#user-register-form,
#innolabs-user-edit-profile-ng,
#hybridauth-additional-info-form,
#user-profile-form,
#innolabs-user-email-sent,
#user-login,
#pattern-search-node-form,
#question-node-form {
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.14), 0 1.5px 3px rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 15px;
}
/* line 70, ../sass/_forms.scss */
#user-register-form .wizard-trail,
#innolabs-user-edit-profile-ng .wizard-trail,
#hybridauth-additional-info-form .wizard-trail,
#user-profile-form .wizard-trail,
#innolabs-user-email-sent .wizard-trail,
#user-login .wizard-trail,
#pattern-search-node-form .wizard-trail,
#question-node-form .wizard-trail {
  margin-bottom: 1.5em;
}
/* line 74, ../sass/_forms.scss */
#user-register-form fieldset,
#innolabs-user-edit-profile-ng fieldset,
#hybridauth-additional-info-form fieldset,
#user-profile-form fieldset,
#innolabs-user-email-sent fieldset,
#user-login fieldset,
#pattern-search-node-form fieldset,
#question-node-form fieldset {
  border: none;
}
/* line 77, ../sass/_forms.scss */
#user-register-form fieldset legend,
#innolabs-user-edit-profile-ng fieldset legend,
#hybridauth-additional-info-form fieldset legend,
#user-profile-form fieldset legend,
#innolabs-user-email-sent fieldset legend,
#user-login fieldset legend,
#pattern-search-node-form fieldset legend,
#question-node-form fieldset legend {
  border: none;
  margin-left: 0;
}
/* line 82, ../sass/_forms.scss */
#user-register-form fieldset .fieldset-legend,
#innolabs-user-edit-profile-ng fieldset .fieldset-legend,
#hybridauth-additional-info-form fieldset .fieldset-legend,
#user-profile-form fieldset .fieldset-legend,
#innolabs-user-email-sent fieldset .fieldset-legend,
#user-login fieldset .fieldset-legend,
#pattern-search-node-form fieldset .fieldset-legend,
#question-node-form fieldset .fieldset-legend {
  border-bottom: none;
  margin: 0;
}
/* line 87, ../sass/_forms.scss */
#user-register-form fieldset .fieldset-wrapper,
#innolabs-user-edit-profile-ng fieldset .fieldset-wrapper,
#hybridauth-additional-info-form fieldset .fieldset-wrapper,
#user-profile-form fieldset .fieldset-wrapper,
#innolabs-user-email-sent fieldset .fieldset-wrapper,
#user-login fieldset .fieldset-wrapper,
#pattern-search-node-form fieldset .fieldset-wrapper,
#question-node-form fieldset .fieldset-wrapper {
  padding: 10px 0;
}
/* line 92, ../sass/_forms.scss */
#user-register-form fieldset #edit-locale,
#innolabs-user-edit-profile-ng fieldset #edit-locale,
#hybridauth-additional-info-form fieldset #edit-locale,
#user-profile-form fieldset #edit-locale,
#innolabs-user-email-sent fieldset #edit-locale,
#user-login fieldset #edit-locale,
#pattern-search-node-form fieldset #edit-locale,
#question-node-form fieldset #edit-locale {
  margin-bottom: 0;
}
/* line 94, ../sass/_forms.scss */
#user-register-form fieldset #edit-locale legend,
#innolabs-user-edit-profile-ng fieldset #edit-locale legend,
#hybridauth-additional-info-form fieldset #edit-locale legend,
#user-profile-form fieldset #edit-locale legend,
#innolabs-user-email-sent fieldset #edit-locale legend,
#user-login fieldset #edit-locale legend,
#pattern-search-node-form fieldset #edit-locale legend,
#question-node-form fieldset #edit-locale legend {
  display: none;
}
/* line 99, ../sass/_forms.scss */
#user-register-form fieldset#edit-timezone,
#innolabs-user-edit-profile-ng fieldset#edit-timezone,
#hybridauth-additional-info-form fieldset#edit-timezone,
#user-profile-form fieldset#edit-timezone,
#innolabs-user-email-sent fieldset#edit-timezone,
#user-login fieldset#edit-timezone,
#pattern-search-node-form fieldset#edit-timezone,
#question-node-form fieldset#edit-timezone {
  display: none;
}
/* line 103, ../sass/_forms.scss */
#user-register-form .marker,
#user-register-form .form-required,
#innolabs-user-edit-profile-ng .marker,
#innolabs-user-edit-profile-ng .form-required,
#hybridauth-additional-info-form .marker,
#hybridauth-additional-info-form .form-required,
#user-profile-form .marker,
#user-profile-form .form-required,
#innolabs-user-email-sent .marker,
#innolabs-user-email-sent .form-required,
#user-login .marker,
#user-login .form-required,
#pattern-search-node-form .marker,
#pattern-search-node-form .form-required,
#question-node-form .marker,
#question-node-form .form-required {
  color: #a00 !important;
}
/* line 108, ../sass/_forms.scss */
#user-register-form .form-actions,
#innolabs-user-edit-profile-ng .form-actions,
#hybridauth-additional-info-form .form-actions,
#user-profile-form .form-actions,
#innolabs-user-email-sent .form-actions,
#user-login .form-actions,
#pattern-search-node-form .form-actions,
#question-node-form .form-actions {
  margin-top: 1.5em;
}

/* line 114, ../sass/_forms.scss */
#user-profile-form fieldset .fieldset-wrapper {
  padding-top: 0;
}
/* line 119, ../sass/_forms.scss */
#user-profile-form .datatxt-term-admin .form-item-search-btn {
  width: auto;
}
/* line 121, ../sass/_forms.scss */
#user-profile-form .datatxt-term-admin .form-item-search-btn label {
  display: none;
}
/* line 126, ../sass/_forms.scss */
#user-profile-form .datatxt-term-admin > .form-wrapper {
  margin-top: 0;
}

/*.page-user-register #content > form {

  .wizard-trail {
    margin-bottom: 1.5em;
  }

  .registration-help {
    margin: 1.5em 0;
  }

  fieldset {
    border: none;

    legend {
      border: none;
      margin-left: 0;
    }

    .fieldset-legend {
      border-bottom: none;
      margin: 0;
    }

    .fieldset-wrapper {
      padding: 10px 0;
    }
  }

  .autocomplete-box {
    padding: 5px 9px 0;
    border: 1px solid $veryLightGrey;
    height: 28px;
    @include border-radius(4px);

    .autocomplete-input {
      background: transparent;
      border: none;
      padding: 0;
      margin: 0;
      @include border-radius(0);
      @include box-shadow(none);
      font-size: 15px;
      line-height: 1.5em;
      height: 1.5em !important;
    }
  }

  .tt-dropdown-menu {
    background: white;
    @include card(2);

    .tt-suggestion {
      padding: 2px 4px;

      &.tt-cursor {
        color: #fff;
        background-color: #0097cf;
      }
      p {
        margin: 0;
      }
    }
  }
}*/
/* line 197, ../sass/_forms.scss */
.view-mode-full.node-group .field-name-group-group {
  float: none;
  margin: 16px auto;
}
/* line 200, ../sass/_forms.scss */
.view-mode-full.node-group .field-name-group-group a.btn {
  font-size: 10px;
}

/* line 206, ../sass/_forms.scss */
#innolabs-user-email-sent .form-actions {
  text-align: center;
}

/* line 214, ../sass/_forms.scss */
#innolabs-user-edit-profile-ng fieldset .fieldset-wrapper,
#hybridauth-additional-info-form fieldset .fieldset-wrapper {
  padding: 0;
}
/* line 218, ../sass/_forms.scss */
#innolabs-user-edit-profile-ng .left-side,
#innolabs-user-edit-profile-ng .right-side,
#hybridauth-additional-info-form .left-side,
#hybridauth-additional-info-form .right-side {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 224, ../sass/_forms.scss */
#innolabs-user-edit-profile-ng .left-side,
#hybridauth-additional-info-form .left-side {
  width: 60%;
  padding-right: 10px;
}
/* line 229, ../sass/_forms.scss */
#innolabs-user-edit-profile-ng .right-side,
#hybridauth-additional-info-form .right-side {
  width: 40%;
  padding-left: 10px;
}
/* line 234, ../sass/_forms.scss */
#innolabs-user-edit-profile-ng input.form-text,
#hybridauth-additional-info-form input.form-text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  width: 100%;
}
/* line 240, ../sass/_forms.scss */
#innolabs-user-edit-profile-ng select.form-select,
#hybridauth-additional-info-form select.form-select {
  width: 100%;
  border: none;
  padding: 0;
}
/* line 246, ../sass/_forms.scss */
#innolabs-user-edit-profile-ng .form-item-field-address-und-0-locality,
#hybridauth-additional-info-form .form-item-field-address-und-0-locality {
  margin-bottom: 0;
}
/* line 253, ../sass/_forms.scss */
#innolabs-user-edit-profile-ng .datatxt-term-admin .form-item-search-btn,
#hybridauth-additional-info-form .datatxt-term-admin .form-item-search-btn {
  width: auto;
}
/* line 255, ../sass/_forms.scss */
#innolabs-user-edit-profile-ng .datatxt-term-admin .form-item-search-btn label,
#hybridauth-additional-info-form .datatxt-term-admin .form-item-search-btn label {
  display: none;
}
/* line 260, ../sass/_forms.scss */
#innolabs-user-edit-profile-ng .datatxt-term-admin > .form-wrapper,
#hybridauth-additional-info-form .datatxt-term-admin > .form-wrapper {
  margin-top: 0;
}
/* line 265, ../sass/_forms.scss */
#innolabs-user-edit-profile-ng .form-actions,
#hybridauth-additional-info-form .form-actions {
  clear: both;
}
/* line 270, ../sass/_forms.scss */
#innolabs-user-edit-profile-ng .field-name-field-address #addressfield-wrapper > .form-wrapper,
#hybridauth-additional-info-form .field-name-field-address #addressfield-wrapper > .form-wrapper {
  margin-bottom: 0;
}
/* line 275, ../sass/_forms.scss */
#innolabs-user-edit-profile-ng #edit-picture,
#hybridauth-additional-info-form #edit-picture {
  margin-bottom: 0;
}

/* line 282, ../sass/_forms.scss */
.chosen-container-single .chosen-single {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f5f5), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(#f6f5f5, #ffffff);
  background: -webkit-linear-gradient(#f6f5f5, #ffffff);
  background: linear-gradient(#f6f5f5, #ffffff);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #cccccc;
  height: 26px;
  line-height: 26px;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
/* line 291, ../sass/_forms.scss */
.chosen-container-single .chosen-single:hover, .chosen-container-single .chosen-single:focus {
  border-color: #b3b3b3;
}
/* line 296, ../sass/_forms.scss */
.chosen-container-single .chosen-single div b {
  margin-top: 2px;
}

/* line 303, ../sass/_forms.scss */
.chosen-container-multi .chosen-choices {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #cccccc;
}

/* line 310, ../sass/_forms.scss */
.chosen-disabled {
  opacity: 1 !important;
}
/* line 312, ../sass/_forms.scss */
.chosen-disabled .chosen-single {
  cursor: not-allowed;
  background: #e5e5e5;
}

/* line 318, ../sass/_forms.scss */
.comment-form {
  margin-top: 15px;
}
/* line 320, ../sass/_forms.scss */
.comment-form .form-type-textarea {
  margin-right: 120px;
}
/* line 323, ../sass/_forms.scss */
.comment-form .form-item-comment-body-und-0-value {
  margin-bottom: 0;
}
/* line 326, ../sass/_forms.scss */
.comment-form .form-actions .form-submit {
  display: block;
  margin: 0 0 8px;
}

/**
 * @file
 * Field Styling
 *
 * The Fences module allows site builders to pick the semeantic HTML5 element
 * for each field while editing the field's settings. There's no way a theme
 * can ever know which element to use for the fields on your site, so Zen
 * just uses lets Drupal core or Fences decide. Since you DO NOT want 3 wrapping
 * divs around every field (do you?), we highly recommend Fences.
 *
 * http://drupal.org/project/fences
 */
/* line 15, ../sass/_fields.scss */
.field-name-field-tags .field-item {
  background: #999;
  text-shadow: none;
  color: white;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 22, ../sass/_fields.scss */
.field-name-field-tags .field-item a {
  color: inherit;
  text-decoration: none;
}
/* line 25, ../sass/_fields.scss */
.field-name-field-tags .field-item a:before {
  content: '#';
  padding-right: 2px;
  color: #ddd;
}
/* line 32, ../sass/_fields.scss */
.field-name-field-tags .field-item:hover, .field-name-field-tags .field-item:focus {
  background: #03A8CF;
}

/* line 38, ../sass/_fields.scss */
.field-name-field-original-article {
  font-size: .9em;
}

/* line 42, ../sass/_fields.scss */
.field-name-field-related-articles {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  color: #555;
}
/* line 101, ../sass/_custom.scss */
.field-name-field-related-articles .field-label {
  background: #0fb7db;
  color: #3b3b3b;
  padding: 6px 0 6px 15px;
  font-weight: bold;
}
/* line 107, ../sass/_custom.scss */
.field-name-field-related-articles .field-items {
  background: #5cd9f4;
  padding: 15px;
  line-height: 1em;
}
/* line 112, ../sass/_custom.scss */
.field-name-field-related-articles .field-items .field-item {
  border-bottom: 1px solid #0fb7db;
  padding-bottom: 6px;
  margin-bottom: 5px;
}
/* line 118, ../sass/_custom.scss */
.field-name-field-related-articles .field-items .field-item-last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 124, ../sass/_custom.scss */
.field-name-field-related-articles .field-items a {
  color: #555;
}
/* line 45, ../sass/_fields.scss */
.node.view-mode-full .field-name-field-related-articles {
  margin-bottom: 15px;
}

/* line 51, ../sass/_fields.scss */
.field-name-field-related-funding-opportunit {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  color: #555;
}
/* line 101, ../sass/_custom.scss */
.field-name-field-related-funding-opportunit .field-label {
  background: #F9C825;
  color: #3b3b3b;
  padding: 6px 0 6px 15px;
  font-weight: bold;
}
/* line 107, ../sass/_custom.scss */
.field-name-field-related-funding-opportunit .field-items {
  background: #fce188;
  padding: 15px;
  line-height: 1em;
}
/* line 112, ../sass/_custom.scss */
.field-name-field-related-funding-opportunit .field-items .field-item {
  border-bottom: 1px solid #F9C825;
  padding-bottom: 6px;
  margin-bottom: 5px;
}
/* line 118, ../sass/_custom.scss */
.field-name-field-related-funding-opportunit .field-items .field-item-last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 124, ../sass/_custom.scss */
.field-name-field-related-funding-opportunit .field-items a {
  color: #555;
}
/* line 54, ../sass/_fields.scss */
.node.view-mode-full .field-name-field-related-funding-opportunit {
  margin-bottom: 15px;
}

/* line 60, ../sass/_fields.scss */
.view-mode-full .field-name-field-deadline {
  float: right;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #9D1500;
  color: white;
  padding: 15px;
  margin-left: 15px;
}
/* line 68, ../sass/_fields.scss */
.node-teaser .field-name-field-deadline {
  color: #9D1500;
}
/* line 70, ../sass/_fields.scss */
.node-teaser .field-name-field-deadline .field-label {
  color: inherit;
}
/* line 74, ../sass/_fields.scss */
.field-name-field-deadline .field-item {
  font-weight: bold;
}

/* line 79, ../sass/_fields.scss */
.field-name-field-thematic-objectives {
  font-weight: bold;
  margin: 15px 0;
}
/* line 82, ../sass/_fields.scss */
.field-name-field-thematic-objectives .field-label {
  font-weight: bold;
}

/* line 3, ../sass/_modal.scss */
div.ctools-modal-content .modal-header,
div.nplus-modal-content .modal-header {
  color: #fff !important;
  background-color: #03A8CF !important;
  padding: 1em !important;
}
/* line 8, ../sass/_modal.scss */
div.ctools-modal-content .modal-title,
div.nplus-modal-content .modal-title {
  color: inherit;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 14, ../sass/_modal.scss */
div.ctools-modal-content a.close img,
div.nplus-modal-content a.close img {
  display: none;
}
/* line 17, ../sass/_modal.scss */
div.ctools-modal-content .modal-content > iframe,
div.nplus-modal-content .modal-content > iframe {
  height: 87%;
}
/* line 21, ../sass/_modal.scss */
div.ctools-modal-content .text-format-wrapper,
div.nplus-modal-content .text-format-wrapper {
  clear: both;
  display: block;
}
/* line 26, ../sass/_modal.scss */
div.ctools-modal-content .form-actions,
div.nplus-modal-content .form-actions {
  display: block;
  margin-top: 20px;
}
/* line 29, ../sass/_modal.scss */
div.ctools-modal-content .form-actions button, div.ctools-modal-content .form-actions a,
div.nplus-modal-content .form-actions button,
div.nplus-modal-content .form-actions a {
  float: left;
}
/* line 36, ../sass/_modal.scss */
div.ctools-modal-content .comment-form .form-actions,
div.nplus-modal-content .comment-form .form-actions {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 43, ../sass/_modal.scss */
div.ctools-modal-content .comment-form .form-wrapper,
div.nplus-modal-content .comment-form .form-wrapper {
  margin: 0;
  padding: 10px 0;
}

/* line 2, ../sass/_datatxt_api_integration.scss */
.datatxt-preferences-admin input.fluid, .datatxt-preferences-admin select {
  width: 50%;
}

/* line 9, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .hidden,
.datatxt-term-admin .progress-disabled {
  display: none;
}
/* line 14, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .topic {
  display: none;
  background: #efefef;
  padding: 0;
  border-radius: 8px;
}
/* line 19, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .topic.visible, .datatxt-term-admin .topic.active {
  display: block;
}
/* line 25, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin fieldset#edit-datatxt {
  margin-top: 5px;
}
/* line 27, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin fieldset#edit-datatxt > .fieldset-wrapper {
  padding: 0;
}
/* line 30, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin fieldset#edit-datatxt .fieldset-wrapper {
  padding: 0 12px 6px 12px;
}
/* line 35, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .topic fieldset {
  padding: 0 12px;
}
/* line 38, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .topic legend {
  padding: 0;
}
/* line 41, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .topic fieldset.collapsed legend {
  margin-bottom: 0;
}
/* line 45, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .controls {
  margin-right: 20px;
}
/* line 47, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .controls .form-text {
  width: auto;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 55, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .fieldset-legend .var {
  font-size: 13px;
}
/* line 57, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .fieldset-legend .var .new-item {
  font-size: .9em;
  color: #999;
}
/* line 62, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .fieldset-legend .action-delete {
  cursor: pointer;
  float: right;
  padding-top: 0;
  margin-top: 10px;
}
/* line 72, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .form-item.form-item-search-txt .controls {
  margin-right: 0;
}
/* line 76, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .form-item.form-type-select {
  float: left;
}
/* line 81, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .form-item-search-btn {
  margin-top: 3px;
  margin-left: 5px;
}
/* line 86, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .form-item-result {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 12px;
}
/* line 89, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .form-item-result .item {
  float: none;
  margin: 2px 0 0 0;
  padding: 3px 7px;
  border: 1px solid transparent;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
/* line 95, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .form-item-result .item:hover {
  border: 1px solid transparent;
  background-color: #fafafa;
}
/* line 101, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .form-item-result .item.selected,
.datatxt-term-admin .form-item-result .item.selected:hover {
  border: 1px dotted #c6c696;
  background-color: #f7f7b7;
}
/* line 107, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .form-item-result .item .uri {
  font-size: .85em;
  color: #999;
}
/* line 113, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .tip {
  display: none;
  cursor: pointer;
  position: absolute;
  background-color: #fff;
  border: 1px solid #cecece;
  padding: 0;
  width: 300px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  z-index: 1003;
}
/* line 124, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .tip .inner {
  font-size: 90%;
  padding: 12px;
  text-align: justify;
  max-height: 200px;
  overflow-y: auto;
}
/* line 130, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .tip .inner img {
  float: left;
  margin: 0 8px 8px 0;
  width: 75px;
}
/* line 138, ../sass/_datatxt_api_integration.scss */
.datatxt-term-admin .score-item {
  width: 65px !important;
}

/* line 145, ../sass/_datatxt_api_integration.scss */
#question-node-form .datatxt-term-admin legend {
  font-size: inherit;
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
@media print {
  /* line 11, ../sass/_print.scss */
  a:link,
  a:visited {
    /* underline all links */
    text-decoration: underline !important;
  }
  /* line 15, ../sass/_print.scss */
  #site-name a:link, #site-name
  a:visited {
    /* Don't underline header */
    text-decoration: none !important;
  }

  /* line 21, ../sass/_print.scss */
  #content a[href]:after {
    /* Add visible URL after links. */
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 27, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    /* Only display useful links. */
    content: "";
  }
  /* line 32, ../sass/_print.scss */
  #content abbr[title]:after {
    /* Add visible title after abbreviations. */
    content: " (" attr(title) ")";
  }

  /* line 37, ../sass/_print.scss */
  #content {
    /* Un-float the content */
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* line 44, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    /* Turn off any background colors or images */
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* line 53, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    /* Hide sidebars and nav elements */
    visibility: hidden;
    display: none;
  }
}
/* End @media print */
