/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * To FORCE PRINT all selectors you can search and replace a single { (opening
 * curly brace) and insert an empty comment. This is very useful in conjuction
 * with FireSass: https://addons.mozilla.org/en-US/firefox/addon/firesass-for-firebug/
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */
/* =============================================================================
 *   Base
 * ========================================================================== */
/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\0000341}}
html {
  background: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\0000345}}
body {
  font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 87.5%;
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003135}}
pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif;
}

/* =============================================================================
 *   Wrappers
 * ========================================================================== */
/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings. You can
 * style the .container class but do not add width such as border, padding,
 * margins etc.
 */
/*
 * Wraps all header elements - branding and .region-header
 */
/*
 * Wraps the sidebars the content column
 */
/*
 * Main content column wrapper
 */
/*
 * Wraps the main-content-header, the content region and feed-icons. Use this
 * wrapper to style the entire main content column
 */
/*
 * Wraps the content region, avoid applying styles to this wrapper, its used
 * mainly for position and invisible gutters and can be problematic to style
 */
/*
 * Footer wrapper
 */
/*
 * Panels may need additional margin wrangling when in the $content region
 */
/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width - you can style this but never
 * add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps the leaderboard
 */
/*
 * Wraps the header
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003231}}
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}

/*
 * Wraps the nav elements
 */
/*
 * Wraps breadcrumb
 */
/*
 * Wraps messages and help
 */
/*
 * Wraps the secondary content/preface region
 */
/*
 * Wraps the main content column
 */
/*
 * Wraps the tertiary content/postfix region
 */
/*
 * Footer wrapper
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003289}}
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}

/* =============================================================================
 *   Branding
 * ========================================================================== */
/*
 * Wraps all the branding elements, logo, name and slogan
 */
/*
 * Logo
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003310}}
#logo {
  padding: 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003313}}
#logo img {
  vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan
 */
/*
 * Site name (h1)
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003328}}
#site-name {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003333}}
#site-name a:link, #site-name a:visited {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003338}}
#site-name a:hover, #site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003349}}
#site-slogan {
  margin: 0;
}

/* =============================================================================
 *   Page content header
 * ========================================================================== */
/*
 * Main content header wraps the page title, tabs and actions links
 */
/*
 * The main page title (h1)
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003367}}
#page-title {
  margin: 0;
}

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */
/*
 * Feed icons
 */
/*
 * Aggregator feed source
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003385}}
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003392}}
.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003408}}
ul.links {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003412}}
ul.links.inline {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003416}}
ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003427}}
.search-results {
  margin: 0;
  padding: 0;
}

/*
 * Attribution message and link
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003436}}
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003442}}
.attribution a {
  text-decoration: none;
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003446}}
.attribution a:hover, .attribution a:focus {
  text-decoration: underline;
}

/* =============================================================================
 *   Regions
 * ========================================================================== */
/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
/*
 * Regions can be nested, such as when using Panels
 */
/*
 * Header region, embedded in the #header
 */
/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
/*
 * Secondary content
 */
/*
 * Sits above the main content header, like a content-top region
 */
/*
 * Sits below the main content, like a content-bottom region
 */
/*
 * Sidebars - targets both
 */
/*
 * First sidebar
 */
/*
 * Second sidebar
 */
/*
 * Tertiary content
 */
/*
 * Footer region
 */
/* =============================================================================
 *   Links
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003540}}
a {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003549}}
a:hover, a:focus {
  text-decoration: underline;
}

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003560}}
.nav {
  clear: both;
  margin: 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003564}}
.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003570}}
.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003579}}
.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003591}}
.nav .block {
  margin-bottom: 0;
}

/* =============================================================================
 *   Superfish
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003601}}
ul.sf-menu {
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003604}}
ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003617}}
ul.sf-menu li:hover, ul.sf-menu li.sfHover {
  outline: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003624}}
ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003640}}
.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003651}}
.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003661}}
.sf-vertical {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003664}}
.sf-vertical li {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003669}}
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003677}}
.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003687}}
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003695}}
.sf-menu.sf-style-default a {
  padding: 0 10px;
}

/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003705}}
.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003713}}
.at-mt .at-menu-toggle-button {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003717}}
.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003728}}
ul.menu {
  padding-left: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003731}}
ul.menu ul {
  padding-left: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003739}}
ul.menu li {
  margin: 0;
}

/* If li.content exists it's a problem, so reset the padding */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003768}}
.block .menu li.content {
  padding: 0;
}

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003785}}
.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003791}}
.book-navigation .menu {
  margin-left: 0;
}

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003801}}
#breadcrumb {
  margin: 10px 0;
  /* If the label is set to show in theme settings the label class is added */
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003805}}
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003810}}
#breadcrumb .breadcrumb-label:after {
  content: ":";
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003815}}
#breadcrumb ol {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003820}}
#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003824}}
#breadcrumb li {
  list-style: none;
  display: inline;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003851}}
ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003858}}
.item-list ul.pager li {
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003863}}
ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003869}}
ul.pager li.pager-current {
  font-weight: 700;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003875}}
.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003912}}
#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003921}}
#skip-link a {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003931}}
#skip-link a:link, #skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003942}}
#skip-link a:hover, #skip-link a:focus, #skip-link a:active {
  outline: 0;
}

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003955}}
#tasks {
  margin-bottom: 15px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003960}}
ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003965}}
ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003970}}
ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003980}}
ul.primary li a:hover, ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003989}}
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\00003999}}
ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031004}}
ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031010}}
ul.secondary li a:hover, ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}

/* =============================================================================
 *   Action links
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031024}}
ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */
/*
 * Wrapper for any field
 */
/*
 * Above and inline classes are on the field wrapper
 */
/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031051}}
.field-label-inline {
  /* Remove the margin on inline field lables to preserve vertical formatting */
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031054}}
.field-label-inline .field-label {
  margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031062}}
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

/*
 * Field types (Core)
 */
/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
/*
 * Taxonomy
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031091}}
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031096}}
.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031101}}
.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
/*
 * Long text
 */
/*
 * Text with summary
 */
/*
 * File
 */
/*
 * Number/Integer
 */
/*
 * Decimal
 */
/*
 * Number float
 */
/*
 * List
 */
/*
 * List boolean
 */
/*
 * List integer
 */
/*
 * List float
 */
/*
 * Field types (Contrib)
 */
/*
 * Named fields
 */
/*
 * Underscores in field name are replaced with dashes
 */
/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
/*
 * Float left setting
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031215}}
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031224}}
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031233}}
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}

/* =============================================================================
 *   Block Styling
 * ========================================================================== */
/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031247}}
.block {
  margin-bottom: 20px;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
/*
 * The first block in the region
 */
/*
 * The last block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Block title
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031285}}
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
/*
 * Match item list and block menu margin and padding
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031301}}
.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031306}}
.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
/*
 * Block for the latest news items in the first feed
 */
/*
 * First block created with "Add block" link
 */
/*
 * "Recent blog posts" block
 */
/*
 * "Book navigation" block for the current book's table of contents
 */
/*
 * "Recent comments" block
 */
/*
 * "Active forum topics" block
 */
/*
 * "New forum topics" block
 */
/*
 * Language switcher block
 */
/*
 * Custom menu block
 */
/*
 * "Recent content" block
 */
/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
/*
 * "Most recent poll" block
 */
/*
 * "Author information" block for the profile of the page's author
 */
/*
 * "Search form" block
 */
/*
 * "Shortcuts" block
 */
/*
 * "Popular content" block
 */
/*
 * "Main menu" block
 */
/*
 * "Management" block for Drupal management menu
 */
/*
 * "Navigation" block for Drupal navigation menu
 */
/*
 * "User menu" block for Drupal user menu
 */
/*
 * "System help" block
 */
/*
 * "Main page content" block
 */
/*
 * "Powered by Drupal" block
 */
/*
 * "User login form" block
 */
/*
 * "Who's new" block for a list of the newest users
 */
/*
 * "Who's online" block for a list of the online users
 */
/* =============================================================================
 *   Node Styling
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031479}}
.node {
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031496}}
.node .node-title {
  margin: 0;
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */
/*
 * Wrapper for the list of comments and its titles
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031554}}
#comments {
  margin: 1.5em 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031558}}
#comments h2.comment-title {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031562}}
#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031572}}
.comment {
  margin-bottom: 20px;
}

/*
 * Comment title
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031603}}
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
/*
 * Preview of the comment before submitting new or updated comment
 */
/*
 * "New" marker for comments that are new for the current user
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031635}}
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031643}}
.indented {
  margin-left: 40px;
}

/* =============================================================================
 *   Forms
 * ========================================================================== */
/*
 * Wrapper for a form element (or group of form elements) and its label
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031657}}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031663}}
.form-item label {
  font-weight: 700;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031670}}
.form-item .description {
  font-size: 0.85em;
}

/*
 * Highlight marks and form required mark
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031683}}
.marker,
.form-required {
  color: #c00;
}

/*
 * The submit button
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031697}}
.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031706}}
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
/*
 * Buttons used by contrib modules like Media
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031720}}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/*
 * Password confirmation
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031728}}
.password-parent,
.confirm-parent {
  margin: 0;
}

/* =============================================================================
 *   Tables
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031738}}
table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031743}}
table.sticky-header {
  z-index: 10;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031749}}
table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031759}}
table,
td,
th {
  vertical-align: middle;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031766}}
caption,
th,
td {
  text-align: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031773}}
thead tr {
  font-weight: 700;
  background-color: #e5e5e5;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031779}}
td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031790}}
tbody tr {
  border-top: 1px solid #ccc;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031795}}
tr {
  /* Table row striping */
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031797}}
tr.odd {
  background: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031802}}
tr.info, tr.even, tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031813}}
tr.odd td.active {
  background-color: #eee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031817}}
tr.even td.active {
  background-color: #ebebeb;
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031840}}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
  white-space: normal;
}

/* =============================================================================
 *   Messages
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031856}}
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031861}}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Unpublished nodes
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031902}}
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/_custom\.scss}line{font-family:\00003187}}
.ie6-7 .node-unpublished p.unpublished > *, .ie6-7
.comment-unpublished p.unpublished > * {
  position: relative;
}

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031913}}
.maintenance-page .container {
  padding: 40px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031917}}
.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031925}}
.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031932}}
.db-offline div.messages {
  margin: 20px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031936}}
.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */
/*
 * Admin menu overrides
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031949}}
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031958}}
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031967}}
#styleguide-header {
  padding: 0 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031970}}
#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000031978}}
.ui-tabs-hide {
  display: none;
}

@font-face {
  font-family: 'proxima_novalight';
  src: url("../fonts/proxima_nova-light-webfont.eot");
  src: url("../fonts/proxima_nova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova-light-webfont.woff") format("woff"), url("../fonts/proxima_nova-light-webfont.ttf") format("truetype"), url("../fonts/proxima_nova-light-webfont.svg#proxima_novalight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url("../fonts/proxima_nova-regular-webfont.eot");
  src: url("../fonts/proxima_nova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova-regular-webfont.woff") format("woff"), url("../fonts/proxima_nova-regular-webfont.ttf") format("truetype"), url("../fonts/proxima_nova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url("../fonts/proxima_nova-bold-webfont.eot");
  src: url("../fonts/proxima_nova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova-bold-webfont.woff") format("woff"), url("../fonts/proxima_nova-bold-webfont.ttf") format("truetype"), url("../fonts/proxima_nova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_litalic';
  src: url("../fonts/proxima_nova-lightitalic-webfont.eot");
  src: url("../fonts/proxima_nova-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova-lightitalic-webfont.woff") format("woff"), url("../fonts/proxima_nova-lightitalic-webfont.ttf") format("truetype"), url("../fonts/proxima_nova-lightitalic-webfont.svg#proxima_nova_litalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_thin';
  src: url("../fonts/proxima_nova_thin-webfont.eot");
  src: url("../fonts/proxima_nova_thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_thin-webfont.woff") format("woff"), url("../fonts/proxima_nova_thin-webfont.ttf") format("truetype"), url("../fonts/proxima_nova_thin-webfont.svg#proxima_nova_thin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novasemibold';
  src: url("../fonts/proxima_nova-semibold-webfont.eot");
  src: url("../fonts/proxima_nova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova-semibold-webfont.woff") format("woff"), url("../fonts/proxima_nova-semibold-webfont.ttf") format("truetype"), url("../fonts/proxima_nova-semibold-webfont.svg#proxima_novasemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032045}}
body {
  height: 100%;
  min-width: 1024px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032050}}
a {
  text-decoration: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032054}}
#breadcrumb {
  display: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032059}}
select::-ms-expand {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032065}}
body.node-type-page #page-wrapper, .node-type-webform #page-wrapper {
  max-width: 2560px;
  min-height: 100%;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032072}}
body.node-type-page #page, .node-type-webform #page {
  max-width: 1024px;
  /*position:relative;
  min-height:100%;*/
  background: url("../images/fundo_aspic.jpg") center 0% no-repeat;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032080}}
body.node-type-page header#header, .node-type-webform header#header {
  height: 142px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032084}}
body.node-type-page #header #branding, .node-type-webform #header #branding {
  margin: 0px 0px 55px 0px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032088}}
body.node-type-page #header #branding #logo, .node-type-webform #header #branding #logo {
  float: left;
  padding: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032093}}
body.node-type-page #header #branding .h-group, .node-type-webform #header #branding .h-group {
  width: 666px;
  position: absolute;
  bottom: 15px;
  right: 0px;
  text-align:right;
  background:url("../images/header_v2_1.jpg") 0px 0px no-repeat;
  height:50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032102}}
body.node-type-page #header #branding .h-group h2, .node-type-webform #header #branding .h-group h2 {
  /*font: 20px 'proxima_nova_thin';
  color: #1b3371;
  text-transform:uppercase;*/
  display: block;
  text-indent: -9999px;
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032114}}
body.node-type-page #columns, .node-type-webform #columns {
  padding-bottom: 142px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032117}}
body.node-type-page #columns #main-content-header h1, .node-type-webform #columns #main-content-header h1 {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032121}}
body.node-type-page #columns #content-column, .node-type-webform #columns #content-column {
  float: right;
  width: 770px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032125}}
body.node-type-page #columns #content-column #main-content, .node-type-webform #columns #content-column #main-content {
  margin-right: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032128}}
body.node-type-page #columns #content-column #main-content #block-quicktabs-abstractinfotabs, .node-type-webform #columns #content-column #main-content #block-quicktabs-abstractinfotabs {
  margin: 0px;
  background: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032132}}
body.node-type-page #columns #content-column #main-content #block-quicktabs-abstractinfotabs h2.block-title, .node-type-webform #columns #content-column #main-content #block-quicktabs-abstractinfotabs h2.block-title {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032136}}
body.node-type-page #columns #content-column #main-content #block-quicktabs-abstractinfotabs #quicktabs-abstractinfotabs, .node-type-webform #columns #content-column #main-content #block-quicktabs-abstractinfotabs #quicktabs-abstractinfotabs {
  margin: 40px 35px 0px 35px;
  float: left;
  width: 690px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032141}}
body.node-type-page #columns #content-column #main-content #block-quicktabs-abstractinfotabs #quicktabs-abstractinfotabs ul.quicktabs-tabs, .node-type-webform #columns #content-column #main-content #block-quicktabs-abstractinfotabs #quicktabs-abstractinfotabs ul.quicktabs-tabs {
  margin: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032144}}
body.node-type-page #columns #content-column #main-content #block-quicktabs-abstractinfotabs #quicktabs-abstractinfotabs ul.quicktabs-tabs li, .node-type-webform #columns #content-column #main-content #block-quicktabs-abstractinfotabs #quicktabs-abstractinfotabs ul.quicktabs-tabs li {
  padding: 0px 0px 10px 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032147}}
body.node-type-page #columns #content-column #main-content #block-quicktabs-abstractinfotabs #quicktabs-abstractinfotabs ul.quicktabs-tabs li a, .node-type-webform #columns #content-column #main-content #block-quicktabs-abstractinfotabs #quicktabs-abstractinfotabs ul.quicktabs-tabs li a {
  font: 15px 'proxima_novasemibold';
  margin-bottom: 55px;
  color: #B1B1B1;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032155}}
body.node-type-page #columns #content-column #main-content #block-quicktabs-abstractinfotabs #quicktabs-abstractinfotabs ul.quicktabs-tabs li.active, body.node-type-page #columns #content-column #main-content #block-quicktabs-abstractinfotabs #quicktabs-abstractinfotabs ul.quicktabs-tabs li:hover, .node-type-webform #columns #content-column #main-content #block-quicktabs-abstractinfotabs #quicktabs-abstractinfotabs ul.quicktabs-tabs li.active, .node-type-webform #columns #content-column #main-content #block-quicktabs-abstractinfotabs #quicktabs-abstractinfotabs ul.quicktabs-tabs li:hover {
  border-bottom: 1px solid #6e1647;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032158}}
body.node-type-page #columns #content-column #main-content #block-quicktabs-abstractinfotabs #quicktabs-abstractinfotabs ul.quicktabs-tabs li.active a, body.node-type-page #columns #content-column #main-content #block-quicktabs-abstractinfotabs #quicktabs-abstractinfotabs ul.quicktabs-tabs li:hover a, .node-type-webform #columns #content-column #main-content #block-quicktabs-abstractinfotabs #quicktabs-abstractinfotabs ul.quicktabs-tabs li.active a, .node-type-webform #columns #content-column #main-content #block-quicktabs-abstractinfotabs #quicktabs-abstractinfotabs ul.quicktabs-tabs li:hover a {
  color: #6e1647;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032163}}
body.node-type-page #columns #content-column #main-content #block-quicktabs-abstractinfotabs #quicktabs-abstractinfotabs ul.quicktabs-tabs li:first-child, .node-type-webform #columns #content-column #main-content #block-quicktabs-abstractinfotabs #quicktabs-abstractinfotabs ul.quicktabs-tabs li:first-child {
  margin-left: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032169}}
body.node-type-page #columns #content-column #main-content #block-quicktabs-abstractinfotabs .field-name-body, .node-type-webform #columns #content-column #main-content #block-quicktabs-abstractinfotabs .field-name-body {
  margin: 55px 0px 0px 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032174}}
body.node-type-page #columns #content-column #main-content #block-system-main, .node-type-webform #columns #content-column #main-content #block-system-main {
  margin: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032177}}
body.node-type-page #columns #content-column #main-content #block-system-main .article, .node-type-webform #columns #content-column #main-content #block-system-main .article {
  margin: 0px;
  padding-bottom: 60px;
  background: #fff url("../images/fundo_aspic_pag_simples.jpg") 0px 250px no-repeat;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032184}}
body.node-type-page #columns #content-column #main-content #block-views-sponsors-block, .node-type-webform #columns #content-column #main-content #block-views-sponsors-block {
  margin: 45px 35px 25px 35px;
  float: left;
  width: 690px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032189}}
body.node-type-page #columns #content-column #main-content #block-views-sponsors-block h2.block-title, .node-type-webform #columns #content-column #main-content #block-views-sponsors-block h2.block-title {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032193}}
body.node-type-page #columns #content-column #main-content #block-views-sponsors-block .views-row, .node-type-webform #columns #content-column #main-content #block-views-sponsors-block .views-row {
  width: 225px;
  height: 160px;
  float: left;
  padding: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032199}}
body.node-type-page #columns #content-column #main-content #block-views-sponsors-block .views-row img, .node-type-webform #columns #content-column #main-content #block-views-sponsors-block .views-row img {
  width: 225px;
  /*height: 160px;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032205}}
body.node-type-page #columns #content-column #main-content #block-views-sponsors-block .views-row:first-child, body.node-type-page #columns #content-column #main-content #block-views-sponsors-block .views-row:nth-child(3n+1), .node-type-webform #columns #content-column #main-content #block-views-sponsors-block .views-row:first-child, .node-type-webform #columns #content-column #main-content #block-views-sponsors-block .views-row:nth-child(3n+1) {
  padding-left: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032209}}
body.node-type-page #columns #content-column #main-content #block-views-sponsors-block .views-row:nth-child(3n), .node-type-webform #columns #content-column #main-content #block-views-sponsors-block .views-row:nth-child(3n) {
  padding-right: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032214}}
body.node-type-page #columns #content-column #main-content .field-name-title, .node-type-webform #columns #content-column #main-content .field-name-title {
  margin: 60px 0px 0px 35px;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032218}}
body.node-type-page #columns #content-column #main-content .field-name-title h1, .node-type-webform #columns #content-column #main-content .field-name-title h1 {
  font: 39px 'proxima_novalight';
  color: #6e1647;
  text-transform: uppercase;
  margin: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032226}}
body.node-type-page #columns #content-column #main-content .field-name-field-faqs, .node-type-webform #columns #content-column #main-content .field-name-field-faqs {
  margin: 40px 35px 0px 35px;
  float: left;
  width: 690px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032231}}
body.node-type-page #columns #content-column #main-content .field-name-field-faqs .faqfield-question, .node-type-webform #columns #content-column #main-content .field-name-field-faqs .faqfield-question {
  border: 0px;
  background: transparent !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032235}}
body.node-type-page #columns #content-column #main-content .field-name-field-faqs .faqfield-question span.ui-icon, .node-type-webform #columns #content-column #main-content .field-name-field-faqs .faqfield-question span.ui-icon {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032239}}
body.node-type-page #columns #content-column #main-content .field-name-field-faqs .faqfield-question a, .node-type-webform #columns #content-column #main-content .field-name-field-faqs .faqfield-question a {
  padding: 0px;
  margin: 0px 0px 5px 0px;
  font: 14px 'proxima_nova_rgregular';
  color: #252223;
  border-bottom: 1px solid #c8c8c8;
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032249}}
body.node-type-page #columns #content-column #main-content .field-name-field-faqs .faqfield-answer, .node-type-webform #columns #content-column #main-content .field-name-field-faqs .faqfield-answer {
  padding: 0px;
  border: 0px;
  margin: 0px;
  background: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032255}}
body.node-type-page #columns #content-column #main-content .field-name-field-faqs .faqfield-answer p, .node-type-webform #columns #content-column #main-content .field-name-field-faqs .faqfield-answer p {
  margin: 0px 0px 5px 0px;
  font: 14px 'proxima_nova_rgregular';
  color: #682B44;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032263}}
body.node-type-page #columns #content-column #main-content .field-name-field-link-top-right-normal, body.node-type-page #columns #content-column #main-content .field-name-field-link-top-right, .node-type-webform #columns #content-column #main-content .field-name-field-link-top-right-normal, .node-type-webform #columns #content-column #main-content .field-name-field-link-top-right {
  float: right;
  margin: 60px 35px 0px 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032268}}
body.node-type-page #columns #content-column #main-content .field-name-body, .node-type-webform #columns #content-column #main-content .field-name-body {
  margin: 40px 35px 0px 35px;
  clear: both;
  float: left;
  width: 690px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032274}}
body.node-type-page #columns #content-column #main-content .field-name-body h3, .node-type-webform #columns #content-column #main-content .field-name-body h3 {
  font: 14px 'proxima_nova_rgregular';
  color: #6e1647;
  margin: 0px 0px 25px 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032280}}
body.node-type-page #columns #content-column #main-content .field-name-body pre, .node-type-webform #columns #content-column #main-content .field-name-body pre {
  margin-bottom: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032283}}
body.node-type-page #columns #content-column #main-content .field-name-body pre a, .node-type-webform #columns #content-column #main-content .field-name-body pre a {
  color: #682B44;
  font-family: 'proxima_nova_rgregular';
  text-decoration: underline !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032290}}
body.node-type-page #columns #content-column #main-content .field-name-body p, .node-type-webform #columns #content-column #main-content .field-name-body p {
  font: 14px 'proxima_nova_rgregular';
  color: #252223;
  margin-bottom: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032295}}
body.node-type-page #columns #content-column #main-content .field-name-body p a, .node-type-webform #columns #content-column #main-content .field-name-body p a {
  color: #6e1647;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032300}}
body.node-type-page #columns #content-column #main-content .field-name-body p em, .node-type-webform #columns #content-column #main-content .field-name-body p em {
  font: 12px 'proxima_nova_litalic';
  color: #252223;
  margin-bottom: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032306}}
body.node-type-page #columns #content-column #main-content .field-name-body blockquote, .node-type-webform #columns #content-column #main-content .field-name-body blockquote {
  margin: -45px 0px 25px 182px;
  width: 395px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032310}}
body.node-type-page #columns #content-column #main-content .field-name-body blockquote p, .node-type-webform #columns #content-column #main-content .field-name-body blockquote p {
  margin: 0px;
  color: #ABABAB;
  font-size: 12px;
  line-height: 14px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032318}}
body.node-type-page #columns #content-column #main-content .field-name-body h2, .node-type-webform #columns #content-column #main-content .field-name-body h2 {
  margin: 0px 0px 25px 0px;
  font: 14px 'proxima_nova_rgregular';
  color: #682b44;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032325}}
body.node-type-page #columns #content-column #main-content .field-name-field-files, .node-type-webform #columns #content-column #main-content .field-name-field-files {
  margin: 40px 35px 0px 35px;
  overflow: hidden;
  width: 690px;
  float: left;
  clear: both;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032332}}
body.node-type-page #columns #content-column #main-content .field-name-field-files .field-item, .node-type-webform #columns #content-column #main-content .field-name-field-files .field-item {
  margin-left: 40px;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032338}}
body.node-type-page #columns #content-column #main-content .field-name-field-files .field-item .file img, .node-type-webform #columns #content-column #main-content .field-name-field-files .field-item .file img {
  /*float:left;
  height:22px;*/
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032344}}
body.node-type-page #columns #content-column #main-content .field-name-field-files .field-item .file a, .node-type-webform #columns #content-column #main-content .field-name-field-files .field-item .file a {
  font: 9px 'proxima_nova_rgregular';
  color: #6e1647;
  text-decoration: none;
  text-transform: uppercase;
  height: 22px;
  line-height: 22px;
  float: left;
  background: #F5F5F5 url("../images/btn_download.png") left no-repeat;
  padding: 0px 10px 0px 32px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032358}}
body.node-type-page #columns #content-column #main-content .field-name-field-files .field-item:first-child, .node-type-webform #columns #content-column #main-content .field-name-field-files .field-item:first-child {
  margin: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032364}}
body.node-type-page #columns #content-column #main-content .field-name-field-files .field-item:nth-child(2) a, .node-type-webform #columns #content-column #main-content .field-name-field-files .field-item:nth-child(2) a {
  background: #F5F5F5 url("../images/btn_abstract.png") left no-repeat;
  padding: 0px 10px 0px 32px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032374}}
body.node-type-page #columns .region-sidebar-first, .node-type-webform #columns .region-sidebar-first {
  width: 254px;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032378}}
body.node-type-page #columns .region-sidebar-first h2.block-title, .node-type-webform #columns .region-sidebar-first h2.block-title {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032382}}
body.node-type-page #columns .region-sidebar-first .block-inner, .node-type-webform #columns .region-sidebar-first .block-inner {
  margin: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032386}}
body.node-type-page #columns .region-sidebar-first ul.menu, .node-type-webform #columns .region-sidebar-first ul.menu {
  margin: 0px;
  padding: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032390}}
body.node-type-page #columns .region-sidebar-first ul.menu li.menu-item-495 a, .node-type-webform #columns .region-sidebar-first ul.menu li.menu-item-495 a {
  padding: 10px 40px;
  line-height: 100%;
  height: 30px;
  line-height: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032397}}
body.node-type-page #columns .region-sidebar-first ul.menu li, .node-type-webform #columns .region-sidebar-first ul.menu li {
  list-style-type: none;
  list-style-image: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032401}}
body.node-type-page #columns .region-sidebar-first ul.menu li a, .node-type-webform #columns .region-sidebar-first ul.menu li a {
  padding: 0px 40px;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #eeeeee;
  text-decoration: none;
  font-size: 12px;
  font-family: "proxima_novasemibold";
  color: #ABABAB;
  text-transform: uppercase;
  margin-bottom: 1px;
  border-bottom: 1px solid #bbb;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032417}}
body.node-type-page #columns .region-sidebar-first ul.menu li a:hover, .node-type-webform #columns .region-sidebar-first ul.menu li a:hover {
  background-color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032421}}
body.node-type-page #columns .region-sidebar-first ul.menu li a.active, body.node-type-page #columns .region-sidebar-first ul.menu li .active-trail, .node-type-webform #columns .region-sidebar-first ul.menu li a.active, .node-type-webform #columns .region-sidebar-first ul.menu li .active-trail {
  background: #682b44 url(../images/ic_arrow_menu.png) 101% 50% no-repeat !important;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032428}}
body.node-type-page #columns .region-sidebar-first ul.menu li li.menu-depth-2 a:hover, .node-type-webform #columns .region-sidebar-first ul.menu li li.menu-depth-2 a:hover {
  color: #ee2b4f !important;
  background-color: #fff !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032433}}
body.node-type-page #columns .region-sidebar-first ul.menu li li.menu-depth-2 a, .node-type-webform #columns .region-sidebar-first ul.menu li li.menu-depth-2 a {
  background-color: #ee2b4f !important;
  color: #fff !important;
  background-image: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032445}}
body.node-type-page #footer, .node-type-webform #footer {
  position: absolute;
  background: #fff url("../images/linha_aspic_footer.png") top center no-repeat;
  bottom: 0px;
  width: 1024px;
  padding-top: 6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032452}}
body.node-type-page #footer .region-footer, .node-type-webform #footer .region-footer {
  border-top: 2px solid #682b44;
  padding-top: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032457}}
body.node-type-page #footer .block-menu, .node-type-webform #footer .block-menu {
  float: left;
  margin-right: 105px;
  margin-bottom: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032462}}
body.node-type-page #footer .block-menu .block-inner, .node-type-webform #footer .block-menu .block-inner {
  margin: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032465}}
body.node-type-page #footer .block-menu .block-inner .block-title, .node-type-webform #footer .block-menu .block-inner .block-title {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032469}}
body.node-type-page #footer .block-menu .block-inner .menu, .node-type-webform #footer .block-menu .block-inner .menu {
  padding: 0px;
  margin: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032473}}
body.node-type-page #footer .block-menu .block-inner .menu li, .node-type-webform #footer .block-menu .block-inner .menu li {
  list-style-image: none;
  list-style-type: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032477}}
body.node-type-page #footer .block-menu .block-inner .menu li a, .node-type-webform #footer .block-menu .block-inner .menu li a {
  font: 10px 'proxima_novasemibold';
  color: #7c7c7c;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032483}}
body.node-type-page #footer .block-menu .block-inner .menu li a:hover, .node-type-webform #footer .block-menu .block-inner .menu li a:hover {
  color: #6e1647;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032491}}
body.node-type-page #footer .block-block, .node-type-webform #footer .block-block {
  clear: both;
  float: right;
  margin-bottom: 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032496}}
body.node-type-page #footer .block-block .block-inner, .node-type-webform #footer .block-block .block-inner {
  margin: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032499}}
body.node-type-page #footer .block-block .block-inner .block-title, .node-type-webform #footer .block-block .block-inner .block-title {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032505}}
body.node-type-page #footer .block-block .block-inner .block-content p, .node-type-webform #footer .block-block .block-inner .block-content p {
  font: 10px 'proxima_novasemibold';
  color: #682b44;
  text-transform: uppercase;
  margin: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032516}}
body.node-type-page #colorbox, .node-type-webform #colorbox {
  background: url("../images/imagem_aspic_lightbox.jpg") no-repeat;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032520}}
body.node-type-page #cboxWrapper, body.node-type-page #cboxContent, .node-type-webform #cboxWrapper, .node-type-webform #cboxContent {
  background: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032524}}
body.node-type-page #colorbox, body.node-type-page #cboxWrapper, .node-type-webform #colorbox, .node-type-webform #cboxWrapper {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032527}}
body.node-type-page #colorbox #cboxTopLeft, body.node-type-page #colorbox #cboxTopCenter, body.node-type-page #colorbox #cboxTopRight, body.node-type-page #cboxWrapper #cboxTopLeft, body.node-type-page #cboxWrapper #cboxTopCenter, body.node-type-page #cboxWrapper #cboxTopRight, .node-type-webform #colorbox #cboxTopLeft, .node-type-webform #colorbox #cboxTopCenter, .node-type-webform #colorbox #cboxTopRight, .node-type-webform #cboxWrapper #cboxTopLeft, .node-type-webform #cboxWrapper #cboxTopCenter, .node-type-webform #cboxWrapper #cboxTopRight {
  height: 45px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032531}}
body.node-type-page #colorbox #cboxMiddleLeft, body.node-type-page #colorbox #cboxMiddleRight, body.node-type-page #cboxWrapper #cboxMiddleLeft, body.node-type-page #cboxWrapper #cboxMiddleRight, .node-type-webform #colorbox #cboxMiddleLeft, .node-type-webform #colorbox #cboxMiddleRight, .node-type-webform #cboxWrapper #cboxMiddleLeft, .node-type-webform #cboxWrapper #cboxMiddleRight {
  width: 50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032535}}
body.node-type-page #colorbox #cboxBottomLeft, body.node-type-page #colorbox #cboxBottomCenter, body.node-type-page #colorbox #cboxBottomRight, body.node-type-page #cboxWrapper #cboxBottomLeft, body.node-type-page #cboxWrapper #cboxBottomCenter, body.node-type-page #cboxWrapper #cboxBottomRight, .node-type-webform #colorbox #cboxBottomLeft, .node-type-webform #colorbox #cboxBottomCenter, .node-type-webform #colorbox #cboxBottomRight, .node-type-webform #cboxWrapper #cboxBottomLeft, .node-type-webform #cboxWrapper #cboxBottomCenter, .node-type-webform #cboxWrapper #cboxBottomRight {
  height: 45px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032539}}
body.node-type-page #colorbox #cboxContent, body.node-type-page #cboxWrapper #cboxContent, .node-type-webform #colorbox #cboxContent, .node-type-webform #cboxWrapper #cboxContent {
  margin: 0px;
  overflow: visible;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032543}}
body.node-type-page #colorbox #cboxContent #cboxClose, body.node-type-page #cboxWrapper #cboxContent #cboxClose, .node-type-webform #colorbox #cboxContent #cboxClose, .node-type-webform #cboxWrapper #cboxContent #cboxClose {
  background: url("../images/btn_close.png") no-repeat;
  height: 23px;
  width: 23px;
  position: absolute;
  top: -30px;
  right: -35px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032552}}
body.node-type-page #colorbox #cboxContent #cboxClose:hover, body.node-type-page #cboxWrapper #cboxContent #cboxClose:hover, .node-type-webform #colorbox #cboxContent #cboxClose:hover, .node-type-webform #cboxWrapper #cboxContent #cboxClose:hover {
  background: url("../images/btn_close_hover.png") no-repeat;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032557}}
body.node-type-page #colorbox #cboxLoadedContent, body.node-type-page #cboxWrapper #cboxLoadedContent, .node-type-webform #colorbox #cboxLoadedContent, .node-type-webform #cboxWrapper #cboxLoadedContent {
  margin: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032562}}
body.node-type-page #colorbox #cboxLoadedContent .node-header h1, body.node-type-page #colorbox #cboxLoadedContent .field-name-title h1, body.node-type-page #cboxWrapper #cboxLoadedContent .node-header h1, body.node-type-page #cboxWrapper #cboxLoadedContent .field-name-title h1, .node-type-webform #colorbox #cboxLoadedContent .node-header h1, .node-type-webform #colorbox #cboxLoadedContent .field-name-title h1, .node-type-webform #cboxWrapper #cboxLoadedContent .node-header h1, .node-type-webform #cboxWrapper #cboxLoadedContent .field-name-title h1 {
  font: 26px 'proxima_nova_rgregular';
  margin-bottom: 20px;
  color: #6e1647;
  margin-top: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032568}}
body.node-type-page #colorbox #cboxLoadedContent .node-header h1 a, body.node-type-page #colorbox #cboxLoadedContent .field-name-title h1 a, body.node-type-page #cboxWrapper #cboxLoadedContent .node-header h1 a, body.node-type-page #cboxWrapper #cboxLoadedContent .field-name-title h1 a, .node-type-webform #colorbox #cboxLoadedContent .node-header h1 a, .node-type-webform #colorbox #cboxLoadedContent .field-name-title h1 a, .node-type-webform #cboxWrapper #cboxLoadedContent .node-header h1 a, .node-type-webform #cboxWrapper #cboxLoadedContent .field-name-title h1 a {
  color: #6e1647;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032575}}
body.node-type-page #colorbox #cboxLoadedContent .article, body.node-type-page #cboxWrapper #cboxLoadedContent .article, .node-type-webform #colorbox #cboxLoadedContent .article, .node-type-webform #cboxWrapper #cboxLoadedContent .article {
  margin-bottom: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032579}}
body.node-type-page #colorbox #cboxLoadedContent .price, body.node-type-page #cboxWrapper #cboxLoadedContent .price, .node-type-webform #colorbox #cboxLoadedContent .price, .node-type-webform #cboxWrapper #cboxLoadedContent .price {
  font: 15px/46px 'proxima_nova_rgbold';
  color: #6e1647;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032587}}
body.node-type-page #colorbox #cboxLoadedContent .field-name-body ol, body.node-type-page #cboxWrapper #cboxLoadedContent .field-name-body ol, .node-type-webform #colorbox #cboxLoadedContent .field-name-body ol, .node-type-webform #cboxWrapper #cboxLoadedContent .field-name-body ol {
  margin: 0px 0px 0px 0px !important;
  padding-left: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032591}}
body.node-type-page #colorbox #cboxLoadedContent .field-name-body ol li, body.node-type-page #cboxWrapper #cboxLoadedContent .field-name-body ol li, .node-type-webform #colorbox #cboxLoadedContent .field-name-body ol li, .node-type-webform #cboxWrapper #cboxLoadedContent .field-name-body ol li {
  font: 15px 'proxima_nova_rgregular';
  color: #5c5c5c;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032598}}
body.node-type-page #colorbox #cboxLoadedContent .field-name-body ol li:last-child, body.node-type-page #cboxWrapper #cboxLoadedContent .field-name-body ol li:last-child, .node-type-webform #colorbox #cboxLoadedContent .field-name-body ol li:last-child, .node-type-webform #cboxWrapper #cboxLoadedContent .field-name-body ol li:last-child {
  margin-bottom: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032603}}
body.node-type-page #colorbox #cboxLoadedContent .field-name-body p, body.node-type-page #cboxWrapper #cboxLoadedContent .field-name-body p, .node-type-webform #colorbox #cboxLoadedContent .field-name-body p, .node-type-webform #cboxWrapper #cboxLoadedContent .field-name-body p {
  font: 15px 'proxima_nova_rgregular';
  color: #5c5c5c;
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032610}}
body.node-type-page #colorbox #cboxLoadedContent footer.submitted, body.node-type-page #cboxWrapper #cboxLoadedContent footer.submitted, .node-type-webform #colorbox #cboxLoadedContent footer.submitted, .node-type-webform #cboxWrapper #cboxLoadedContent footer.submitted {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032618}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form .form-submit, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form .form-submit, .node-type-webform #colorbox #cboxLoadedContent .node-content form .form-submit, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form .form-submit {
  text-indent: -9999px;
  background: url("../images/btn_submit_now.png") no-repeat;
  width: 155px;
  height: 46px;
  border: 0px;
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032627}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form .form-submit:hover, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form .form-submit:hover, .node-type-webform #colorbox #cboxLoadedContent .node-content form .form-submit:hover, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form .form-submit:hover {
  background: url("../images/btn_submit_now_hover.png") no-repeat;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032631}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form fieldset, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form fieldset, .node-type-webform #colorbox #cboxLoadedContent .node-content form fieldset, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form fieldset {
  margin: 0px 20px 0px 0px;
  padding: 0px;
  border: 0px;
  width: 240px;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032638}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form fieldset legend, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form fieldset legend, .node-type-webform #colorbox #cboxLoadedContent .node-content form fieldset legend, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form fieldset legend {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032643}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form #webform-component-c2, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form #webform-component-c2, .node-type-webform #colorbox #cboxLoadedContent .node-content form #webform-component-c2, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form #webform-component-c2 {
  height: 381px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032649}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form .webform-component-checkboxes label, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form .webform-component-checkboxes label, .node-type-webform #colorbox #cboxLoadedContent .node-content form .webform-component-checkboxes label, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form .webform-component-checkboxes label {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032653}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form .webform-component-checkboxes .form-type-checkbox, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form .webform-component-checkboxes .form-type-checkbox, .node-type-webform #colorbox #cboxLoadedContent .node-content form .webform-component-checkboxes .form-type-checkbox, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form .webform-component-checkboxes .form-type-checkbox {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032656}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form .webform-component-checkboxes .form-type-checkbox label.option, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form .webform-component-checkboxes .form-type-checkbox label.option, .node-type-webform #colorbox #cboxLoadedContent .node-content form .webform-component-checkboxes .form-type-checkbox label.option, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form .webform-component-checkboxes .form-type-checkbox label.option {
  float: left;
  font: 15px 'proxima_nova_rgregular';
  color: #5c5c5c;
  width: 360px;
  margin-left: 5px;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032665}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form .webform-component-checkboxes .form-type-checkbox input, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form .webform-component-checkboxes .form-type-checkbox input, .node-type-webform #colorbox #cboxLoadedContent .node-content form .webform-component-checkboxes .form-type-checkbox input, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form .webform-component-checkboxes .form-type-checkbox input {
  height: 20px;
  width: 20px;
  background: #F0F0F0;
  border: 0px;
  color: #5c5c5c;
  float: left;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032677}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form #webform-component-presenting-author, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form #webform-component-presenting-author, .node-type-webform #colorbox #cboxLoadedContent .node-content form #webform-component-presenting-author, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form #webform-component-presenting-author {
  width: 50%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032683}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form .webform-component-textarea textarea, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form .webform-component-textarea textarea, .node-type-webform #colorbox #cboxLoadedContent .node-content form .webform-component-textarea textarea, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form .webform-component-textarea textarea {
  padding: 10px;
  border: 0px;
  background-color: #F0F0F0;
  height: 75px;
  color: #5c5c5c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032691}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form .webform-component-textarea .grippie, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form .webform-component-textarea .grippie, .node-type-webform #colorbox #cboxLoadedContent .node-content form .webform-component-textarea .grippie, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form .webform-component-textarea .grippie {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032696}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form .form-item, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form .form-item, .node-type-webform #colorbox #cboxLoadedContent .node-content form .form-item, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form .form-item {
  margin: 0px 0px 20px 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032699}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form .form-item p, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form .form-item p, .node-type-webform #colorbox #cboxLoadedContent .node-content form .form-item p, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form .form-item p {
  font: 15px 'proxima_nova_rgregular';
  color: #5c5c5c;
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032705}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form .form-item .form-text, body.node-type-page #colorbox #cboxLoadedContent .node-content form .form-item .form-select, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form .form-item .form-text, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form .form-item .form-select, .node-type-webform #colorbox #cboxLoadedContent .node-content form .form-item .form-text, .node-type-webform #colorbox #cboxLoadedContent .node-content form .form-item .form-select, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form .form-item .form-text, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form .form-item .form-select {
  width: 220px;
  height: 35px;
  padding: 0px 10px 0px 10px;
  border: 0px;
  background-color: #F0F0F0;
  color: #5c5c5c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032715}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form .form-item ::-webkit-input-placeholder, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form .form-item ::-webkit-input-placeholder, .node-type-webform #colorbox #cboxLoadedContent .node-content form .form-item ::-webkit-input-placeholder, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form .form-item ::-webkit-input-placeholder {
  color: #5c5c5c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032719}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form .form-item :-moz-placeholder, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form .form-item :-moz-placeholder, .node-type-webform #colorbox #cboxLoadedContent .node-content form .form-item :-moz-placeholder, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form .form-item :-moz-placeholder {
  color: #000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032723}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form .form-item ::-moz-placeholder, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form .form-item ::-moz-placeholder, .node-type-webform #colorbox #cboxLoadedContent .node-content form .form-item ::-moz-placeholder, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form .form-item ::-moz-placeholder {
  color: #000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032727}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form .form-item :-ms-input-placeholder, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form .form-item :-ms-input-placeholder, .node-type-webform #colorbox #cboxLoadedContent .node-content form .form-item :-ms-input-placeholder, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form .form-item :-ms-input-placeholder {
  color: #5c5c5c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032731}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form .form-item .form-select, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form .form-item .form-select, .node-type-webform #colorbox #cboxLoadedContent .node-content form .form-item .form-select, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form .form-item .form-select {
  width: 240px;
  padding-right: 33px;
  height: 33px;
  -webkit-appearance: none;
  background: transparent;
  background: url("../images/btn_dropdown.png") no-repeat right #F0F0F0;
  text-indent: 0.01px;
  text-overflow: '';
  -moz-appearance: window;
  color: #5c5c5c;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032746}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form .form-item .form-select:hover, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form .form-item .form-select:hover, .node-type-webform #colorbox #cboxLoadedContent .node-content form .form-item .form-select:hover, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form .form-item .form-select:hover {
  background: url("../images/btn_dropdown_hover.png") no-repeat right #F0F0F0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032750}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form .form-item .description, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form .form-item .description, .node-type-webform #colorbox #cboxLoadedContent .node-content form .form-item .description, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form .form-item .description {
  font: 11px 'proxima_nova_litalic';
  color: #5c5c5c;
  margin-top: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032761}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form #webform-component-c2--phone, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form #webform-component-c2--phone, .node-type-webform #colorbox #cboxLoadedContent .node-content form #webform-component-c2--phone, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form #webform-component-c2--phone {
  margin: 0px 0px 2px 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032765}}
body.node-type-page #colorbox #cboxLoadedContent .node-content form #webform-component-c3, body.node-type-page #cboxWrapper #cboxLoadedContent .node-content form #webform-component-c3, .node-type-webform #colorbox #cboxLoadedContent .node-content form #webform-component-c3, .node-type-webform #cboxWrapper #cboxLoadedContent .node-content form #webform-component-c3 {
  width: 385px;
  margin: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032780}}
body.page-node-1 .field-name-body ol {
  margin: 0px 0px 25px 0px;
  padding-left: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032784}}
body.page-node-1 .field-name-body ol li {
  font: 14px 'proxima_nova_rgregular';
  color: #252223;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032794}}
body.page-node-5 .article.view-mode-full {
  border-top: 8px solid #F3F3F3;
  background: #fff url("../images/fundo2_aspic.png") 0px 150px no-repeat !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032799}}
body.page-node-5 .field-name-field-link-top-right {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032802}}
body.page-node-5 .field-name-field-link-top-right .field-item {
  background: url("../images/btn_editar.png") left no-repeat;
  padding-left: 22px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032806}}
body.page-node-5 .field-name-field-link-top-right .field-item a {
  height: 22px;
  padding: 0px 10px;
  background-color: #E7E7E8;
  font: 9pt 'proxima_nova_rgregular';
  color: #6e1647;
  text-transform: uppercase;
  display: block;
  line-height: 22px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032821}}
body.page-node-5 .field-name-body p {
  clear: both;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032825}}
body.page-node-5 .field-name-body ul {
  margin: 0px 0px 25px 0px;
  padding: 0px 60px 0px 0px;
  list-style-type: none;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032831}}
body.page-node-5 .field-name-body ul li {
  font-family: "proxima_nova_rgregular";
  font-size: 13px;
  color: #ABABAB;
  line-height: 14px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032845}}
body.page-node-7 p a {
  color: #ABABAB !important;
  font-family: 'proxima_nova_litalic';
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032850}}
body.page-node-7 p a:hover {
  color: #682B44 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032858}}
body.page-node-28 #block-system-main .article {
  background: white url("../images/fundo_aspic_pag_simples.jpg") 0px 0px no-repeat !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032865}}
body.page-node-27 #block-system-main .article {
  background: white url("../images/fundo_aspic_pag_simples.jpg") 0px 0px no-repeat !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032869}}
body.page-node-27 #block-quicktabs-abstractinfotabs {
  background: #fff;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032873}}
body.page-node-27 #block-quicktabs-abstractinfotabs #quicktabs-abstractinfotabs {
  min-height: 50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032880}}
body.page-node-27 #quicktabs-container-abstractinfotabs ul {
  margin: 0px 0px 25px 0px;
  padding-left: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032884}}
body.page-node-27 #quicktabs-container-abstractinfotabs ul li {
  font: 14px 'proxima_nova_rgregular';
  color: #252223;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032896}}
body.page-node-10 .field-name-field-link-top-right-normal a {
  display: block;
  text-indent: -99999px;
  background: url("../images/btn_submit_now.png") no-repeat;
  height: 46px;
  width: 155px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032904}}
body.page-node-10 .field-name-field-link-top-right-normal a:hover {
  background: url("../images/btn_submit_now_hover.png") no-repeat;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032911}}
body.page-node-10 .field-name-body ul {
  margin: 0px 0px 25px 0px;
  padding-left: 0px;
  list-style-type: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032916}}
body.page-node-10 .field-name-body ul li {
  margin: 0px 0px 15px -15px;
  padding-left: 15px;
  background: url("../images/ic_seta.png") left no-repeat;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032922}}
body.page-node-10 .field-name-body ul li a {
  height: 28px;
  padding: 0px 10px;
  background: #D5D5D5;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 30px;
  font-family: "proxima_novasemibold";
  font-size: 11px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032934}}
body.page-node-10 .field-name-body ul a:hover {
  background: #6E1647;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032943}}
body.page-node-28 #content {
  overflow: hidden;
  background: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032949}}
#page-wrapper {
  background-image: url("../images/linha_aspic_footer.png"), url("../images/fundo_aspic.jpg");
  background-position: bottom 122px center, center 0%;
  background-repeat: no-repeat, no-repeat;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032959}}
body.node-type-webform .field-name-body {
  margin-top: 25px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032963}}
body.node-type-webform h2 {
  font: 39px 'proxima_novalight' !important;
  color: #6e1647 !important;
  text-transform: uppercase;
  margin-bottom: 0px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032970}}
body.node-type-webform .article {
  background: white url("../images/fundo_aspic_pag_simples.jpg") 0px 0px no-repeat !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032974}}
body.node-type-webform footer.submitted {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032980}}
body.node-type-webform .node-content form {
  margin: 40px 35px 0px 35px;
  float: left;
  clear: both;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032987}}
body.node-type-webform .node-content form .form-actions input {
  width: 155px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000032992}}
body.node-type-webform .node-content form .form-submit {
  text-indent: -9999px;
  background: url("../images/btn_submit_now.png") no-repeat;
  width: 325px;
  height: 46px;
  border: 0px;
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033001}}
body.node-type-webform .node-content form .form-submit:hover {
  background: url("../images/btn_submit_now_hover.png") no-repeat;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033005}}
body.node-type-webform .node-content form fieldset {
  margin: 0px 20px 0px 0px;
  padding: 0px;
  border: 0px;
  width: 240px;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033012}}
body.node-type-webform .node-content form fieldset legend {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033017}}
body.node-type-webform .node-content form .webform-component-radios {
  /*label
  {
    display:none;
  }*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033023}}
body.node-type-webform .node-content form .webform-component-radios label {
  width: 325px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033027}}
body.node-type-webform .node-content form .webform-component-radios .form-type-radio {
  float: left;
  width: 325px;
  clear: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033032}}
body.node-type-webform .node-content form .webform-component-radios .form-type-radio label.option {
  display: inline-block;
  font: 14px 'proxima_nova_rgregular';
  color: #252223;
  text-transform: none;
  width: 295px;
  float: left;
  margin: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033042}}
body.node-type-webform .node-content form .webform-component-radios .form-type-radio input {
  float: left;
  height: 20px;
  width: 20px;
  background: #F0F0F0;
  border: 0px;
  color: #5c5c5c;
  margin-right: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033053}}
body.node-type-webform .node-content form .webform-component-radios .form-type-radio:last-child {
  width: 365px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033056}}
body.node-type-webform .node-content form .webform-component-radios .form-type-radio:last-child label.option {
  width: 340px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033062}}
body.node-type-webform .node-content form #webform-component-conflict-of-interest-statement-regarding-my-abstract {
  margin: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033065}}
body.node-type-webform .node-content form #webform-component-conflict-of-interest-statement-regarding-my-abstract .form-item {
  margin-bottom: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033072}}
body.node-type-webform .node-content form #webform-component-textarea label {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033076}}
body.node-type-webform .node-content form #webform-component-textarea textarea {
  width: 345px;
  padding: 10px;
  border: 0px;
  background-color: #F0F0F0;
  height: 60px;
  color: #5c5c5c;
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033087}}
body.node-type-webform .node-content form #webform-component-authors-affiliations, body.node-type-webform .node-content form #webform-component-presenting-author {
  width: 325px;
  float: left;
  clear: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033093}}
body.node-type-webform .node-content form #webform-component-email {
  float: right;
  width: 345px;
  margin-left: 20px;
  clear: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033100}}
body.node-type-webform .node-content form #webform-component-co-authors-page {
  width: 325px;
  clear: none;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033106}}
body.node-type-webform .node-content form #webform-component-desc-1 {
  margin-top: 20px;
  float: right;
  width: 345px;
  margin-left: 20px;
  clear: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033113}}
body.node-type-webform .node-content form #webform-component-desc-1 p {
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033117}}
body.node-type-webform .node-content form #webform-component-desc-1 h4 {
  color: #6E1647;
  margin-top: 0px;
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033124}}
body.node-type-webform .node-content form #webform-component-desc-2 {
  margin-top: 20px;
  float: right;
  width: 345px;
  margin-left: 20px;
  clear: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033131}}
body.node-type-webform .node-content form #webform-component-desc-2 p {
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033138}}
body.node-type-webform .node-content form .webform-component-textarea textarea {
  width: 325px;
  padding: 10px;
  border: 0px;
  background-color: #F0F0F0;
  height: 75px;
  color: #5c5c5c;
  float: left;
  font: 14px 'proxima_nova_litalic';
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033149}}
body.node-type-webform .node-content form .webform-component-textarea .grippie {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033154}}
body.node-type-webform .node-content form .form-item {
  margin: 0px 0px 25px 0px;
  clear: both;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033159}}
body.node-type-webform .node-content form .form-item label {
  font: 14px 'proxima_novasemibold';
  color: #6E1647;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033165}}
body.node-type-webform .node-content form .form-item p {
  font: 14px 'proxima_nova_rgregular';
  color: #252223;
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033171}}
body.node-type-webform .node-content form .form-item h3 {
  font: 14px 'proxima_novasemibold';
  color: #6E1647;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033178}}
body.node-type-webform .node-content form .form-item ul {
  margin: 0px 0px 0px 0px !important;
  padding-left: 0px;
  list-style-type: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033183}}
body.node-type-webform .node-content form .form-item ul li {
  font: 14px 'proxima_nova_rgregular';
  color: #252223;
  width: 325px;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033189}}
body.node-type-webform .node-content form .form-item ul li li {
  float: none;
  margin: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033194}}
body.node-type-webform .node-content form .form-item ul li li:last-child {
  margin: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033199}}
body.node-type-webform .node-content form .form-item ul li:last-child {
  margin-left: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033204}}
body.node-type-webform .node-content form .form-item .form-text, body.node-type-webform .node-content form .form-item .form-select {
  width: 305px;
  height: 35px;
  padding: 0px 10px 0px 10px;
  border: 0px;
  background-color: #F0F0F0;
  color: #5c5c5c;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033215}}
body.node-type-webform .node-content form .form-item ::-webkit-input-placeholder {
  color: #5c5c5c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033219}}
body.node-type-webform .node-content form .form-item :-moz-placeholder {
  color: #5c5c5c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033223}}
body.node-type-webform .node-content form .form-item ::-moz-placeholder {
  color: #5c5c5c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033227}}
body.node-type-webform .node-content form .form-item :-ms-input-placeholder {
  color: #5c5c5c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033231}}
body.node-type-webform .node-content form .form-item .form-select {
  width: 325px;
  padding-right: 33px;
  height: 33px;
  -webkit-appearance: none;
  background: transparent;
  background: url("../images/btn_dropdown.png") no-repeat right #F0F0F0;
  text-indent: 0.01px;
  text-overflow: '';
  -moz-appearance: window;
  color: #5c5c5c;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033247}}
body.node-type-webform .node-content form .form-item .form-select:hover {
  background: url("../images/btn_dropdown_hover.png") no-repeat right #F0F0F0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033251}}
body.node-type-webform .node-content form .form-item .description {
  font: 14px 'proxima_nova_rgregular';
  color: #252223;
  float: right;
  margin-left: 20px;
  width: 345px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033262}}
body.node-type-webform .node-content form #webform-component-please-write-the-abstract-text textarea {
  width: 100%;
  height: 170px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033270}}
body.node-type-webform .node-content form #webform-component-co-authors-page textarea {
  height: 130px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033275}}
body.node-type-webform .node-content form .form-item.webform-component-select:last-child {
  margin-bottom: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033279}}
body.node-type-webform .node-content form #webform-component-abstract-overview {
  margin-bottom: 50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033282}}
body.node-type-webform .node-content form #webform-component-abstract-overview p {
  margin-bottom: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033287}}
body.node-type-webform .node-content form #webform-component-c2--phone {
  margin: 0px 0px 2px 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033291}}
body.node-type-webform .node-content form #webform-component-c3 {
  width: 385px;
  margin: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033301}}
body.page-node-28 .article {
  padding-bottom: 0px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033309}}
body.page-node-29 h3 {
  margin-bottom: 15px;
  font: 15px 'proxima_nova_rgbold';
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033315}}
body.page-node-29 p {
  margin: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033319}}
body.page-node-29 #idSub {
  font: 14px 'proxima_nova_rgbold';
  margin-bottom: 15px;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033325}}
body.page-node-29 #abstract_title {
  font: 14px 'proxima_nova_rgbold';
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033332}}
body.page-node-29 #presenting_author {
  font: 14px 'proxima_nova_rgregular';
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033336}}
body.page-node-29 #co-authors {
  font: 14px 'proxima_nova_rgregular';
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033340}}
body.page-node-29 #presentation_preference {
  font: 14px 'proxima_nova_rgregular';
  font-style: italic;
  margin-bottom: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033346}}
body.page-node-29 #abstract_text {
  font: 14px 'proxima_nova_rgregular';
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033351}}
body.page-node-29 #conflict_interest {
  font: 14px 'proxima_nova_rgregular';
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp\/vhosts\/aspic-2ndcongress\.basepoint\.pt\/sites\/all\/themes\/aspicat\/sass\/global\.styles\.scss}line{font-family:\000033356}}
body.page-node-29 #conflict_interest_text {
  font: 14px 'proxima_nova_rgregular';
  margin-bottom: 30px;
}
