/*
Theme Name: dasp
Description: PTyP WP Theme
Version: 1.0.0
Text Domain: dasp
*/

@charset "UTF-8";
@font-face {
  font-family: "roboto-slab";
  src: url("./fonts/roboto-slab/roboto-slab.woff?1525320966") format("woff"),
    url("./fonts/roboto-slab/roboto-slab.ttf?1525320966") format("truetype"),
    url("./fonts/roboto-slab/roboto-slab.eot?1525320966")
      format("embedded-opentype"),
    url("./fonts/roboto-slab/roboto-slab.svg?1525320966") format("svg");
}
@font-face {
  font-family: "roboto-light";
  src: url("./fonts/roboto-light/roboto-light.woff?1518598334") format("woff"),
    url("./fonts/roboto-light/roboto-light.ttf?1518598334") format("truetype"),
    url("./fonts/roboto-light/roboto-light.eot?1518598334")
      format("embedded-opentype"),
    url("./fonts/roboto-light/roboto-light.svg?1518598334") format("svg");
}
@font-face {
  font-family: "roboto-condensed";
  src: url("./fonts/roboto-condensed/roboto-condensed.woff?1518598334")
      format("woff"),
    url("./fonts/roboto-condensed/roboto-condensed.ttf?1518598334")
      format("truetype"),
    url("./fonts/roboto-condensed/roboto-condensed.eot?1518598334")
      format("embedded-opentype"),
    url("./fonts/roboto-condensed/roboto-condensed.svg?1518598334")
      format("svg");
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
/* line 8, ../sass/base/reset/_0_normalize.sass */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin. */
/* line 22, ../sass/base/reset/_0_normalize.sass */
body {
  margin: 0;
}

/* HTML5 display definitions
 * ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
/* line 34, ../sass/base/reset/_0_normalize.sass */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
/* line 41, ../sass/base/reset/_0_normalize.sass */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
/* line 53, ../sass/base/reset/_0_normalize.sass */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
/* line 61, ../sass/base/reset/_0_normalize.sass */
[hidden],
template {
  display: none;
}

/* Links
 * ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10. */
/* line 70, ../sass/base/reset/_0_normalize.sass */
a {
  background-color: transparent;
}
/* line 73, ../sass/base/reset/_0_normalize.sass */
a:active,
a:hover {
  outline: 0;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
/* Text-level semantics
 * ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
/* line 86, ../sass/base/reset/_0_normalize.sass */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
/* line 92, ../sass/base/reset/_0_normalize.sass */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome. */
/* line 98, ../sass/base/reset/_0_normalize.sass */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
/* line 105, ../sass/base/reset/_0_normalize.sass */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9. */
/* line 112, ../sass/base/reset/_0_normalize.sass */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers. */
/* line 119, ../sass/base/reset/_0_normalize.sass */
small {
  font-size: 80%;
}

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

/* line 131, ../sass/base/reset/_0_normalize.sass */
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

/* line 138, ../sass/base/reset/_0_normalize.sass */
sub {
  bottom: -0.25em;
}

/* Embedded content
 * ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10. */
/* line 147, ../sass/base/reset/_0_normalize.sass */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11. */
/* line 153, ../sass/base/reset/_0_normalize.sass */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
 * ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari. */
/* line 162, ../sass/base/reset/_0_normalize.sass */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers. */
/* line 168, ../sass/base/reset/_0_normalize.sass */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers. */
/* line 175, ../sass/base/reset/_0_normalize.sass */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers. */
/* line 181, ../sass/base/reset/_0_normalize.sass */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
 * ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
/* line 198, ../sass/base/reset/_0_normalize.sass */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
/* line 212, ../sass/base/reset/_0_normalize.sass */
button {
  overflow: visible;
  text-transform: none;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
/* line 222, ../sass/base/reset/_0_normalize.sass */
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others. */
/* line 232, ../sass/base/reset/_0_normalize.sass */
button,
html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/* line 241, ../sass/base/reset/_0_normalize.sass */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements. */
/* line 252, ../sass/base/reset/_0_normalize.sass */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+. */
/* line 258, ../sass/base/reset/_0_normalize.sass */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 262, ../sass/base/reset/_0_normalize.sass */
input {
  line-height: normal;
}
/* line 263, ../sass/base/reset/_0_normalize.sass */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 269, ../sass/base/reset/_0_normalize.sass */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/* line 278, ../sass/base/reset/_0_normalize.sass */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/* line 281, ../sass/base/reset/_0_normalize.sass */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/* line 289, ../sass/base/reset/_0_normalize.sass */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
/**
 * Define consistent border, margin, and padding. */
/* line 320, ../sass/base/reset/_0_normalize.sass */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
/* line 329, ../sass/base/reset/_0_normalize.sass */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
/* line 340, ../sass/base/reset/_0_normalize.sass */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
/* line 347, ../sass/base/reset/_0_normalize.sass */
optgroup {
  font-weight: bold;
}

/* Tables
 * ========================================================================== */
/**
 * Remove most spacing between table cells. */
/* line 356, ../sass/base/reset/_0_normalize.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 360, ../sass/base/reset/_0_normalize.sass */
td,
th {
  padding: 0;
}

/* line 7, ../sass/base/reset/_1_base.sass */
* {
  box-sizing: border-box;
}

/* line 10, ../sass/base/reset/_1_base.sass */
html {
  font-size: 16px;
}

/* line 13, ../sass/base/reset/_1_base.sass */
body {
  position: relative;
  cursor: crosshair;
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  color: #07282f;
  font-family: "roboto-light", serif;
  font-weight: 300;
}

/* line 24, ../sass/base/reset/_1_base.sass */
p {
  margin: 0;
}

/* line 26, ../sass/base/reset/_1_base.sass */
ul,
li {
  padding: 0;
  margin: 0;
}

/* line 29, ../sass/base/reset/_1_base.sass */
figure {
  margin: 0;
}

/* line 34, ../sass/base/reset/_1_base.sass */
h1 {
  font-family: "roboto-slab", sans-serif;
  font-weight: normal;
  font-size: 2rem;
}

/* line 34, ../sass/base/reset/_1_base.sass */
h2 {
  font-family: "roboto-slab", sans-serif;
  font-weight: normal;
  font-size: 1.75rem;
}

/* line 34, ../sass/base/reset/_1_base.sass */
h3 {
  font-family: "roboto-slab", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
}

/* line 34, ../sass/base/reset/_1_base.sass */
h4 {
  font-family: "roboto-slab", sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
}

/* line 34, ../sass/base/reset/_1_base.sass */
h5 {
  font-family: "roboto-slab", sans-serif;
  font-weight: normal;
  font-size: 1rem;
}

/* line 34, ../sass/base/reset/_1_base.sass */
h6 {
  font-family: "roboto-slab", sans-serif;
  font-weight: normal;
  font-size: 0.85rem;
}

/* line 37, ../sass/base/reset/_1_base.sass */
small {
  font-size: 0.85emem;
}

/* line 41, ../sass/base/reset/_1_base.sass */
img {
  max-width: 100%;
  height: auto;
}

/* line 45, ../sass/base/reset/_1_base.sass */
iframe {
  max-width: 100%;
}

/* line 49, ../sass/base/reset/_1_base.sass */
li {
  list-style: none;
}

/* line 53, ../sass/base/reset/_1_base.sass */
a {
  text-decoration: none !important;
}

/* line 55, ../sass/base/reset/_1_base.sass */
a:focus {
  outline: 0;
}

/* line 59, ../sass/base/reset/_1_base.sass */
input,
select,
button,
textarea {
  max-width: 100%;
}
/* line 64, ../sass/base/reset/_1_base.sass */
input::focus,
input::-moz-focus-outer,
input::-moz-focus-inner,
select::focus,
select::-moz-focus-outer,
select::-moz-focus-inner,
button::focus,
button::-moz-focus-outer,
button::-moz-focus-inner,
textarea::focus,
textarea::-moz-focus-outer,
textarea::-moz-focus-inner {
  border: 0;
  outline: 0;
}

/* line 71, ../sass/base/reset/_1_base.sass */
select:hover {
  cursor: pointer;
}

/* line 75, ../sass/base/reset/_1_base.sass */
.screen-reader-text {
  display: none;
}

/* line 79, ../sass/base/reset/_1_base.sass */
::-moz-selection {
  background: blue;
  color: red;
}

/* line 82, ../sass/base/reset/_1_base.sass */
::-moz-selection {
  background: blue;
  color: red;
}
::selection {
  background: blue;
  color: red;
}

/* line 87, ../sass/base/reset/_1_base.sass */
::-webkit-scrollbar {
  height: 24px;
  width: 8px;
  background: rgba(0, 0, 0, 0.15);
}

/* line 92, ../sass/base/reset/_1_base.sass */
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
}

/**
 *  GRID SYSTEM
 */
/* line 11, ../sass/base/reset/_2_classes.sass */
.clickable:hover {
  cursor: pointer;
}

/* line 14, ../sass/base/reset/_2_classes.sass */
.hidden {
  display: none;
}
@-webkit-keyframes show-border {
  0% {
    border-width: 0 0 0 0;
  }
  100% {
    border-width: 0 0 0 48px;
  }
}
@keyframes show-border {
  0% {
    border-width: 0 0 0 0;
  }
  100% {
    border-width: 0 0 0 48px;
  }
}
@-webkit-keyframes show-up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show-up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 4, ../sass/base/reset/_5_icons.sass */
[class*="icon-"]::before,
[class*="i-"]::before {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 22, ../sass/base/reset/_5_icons.sass */
.i-user::before {
  content: "";
}

/* line 1, ../sass/regions/_colophon.sass */
#colophon {
  color: white;
  padding: 24px;
  font-size: 0.8em;
  font-family: "roboto-condensed", serif;
  margin-top: 72px;
  background-color: #07282f;
  border-bottom: 2px solid #fc3c2f;
  *zoom: 1;
}
/* line 4, ../sass/base/reset/_6_links.sass */
#colophon a {
  transition: ease 0.25s;
}
/* line 6, ../sass/base/reset/_6_links.sass */
#colophon a:link,
#colophon a:visited {
  color: white;
}
/* line 8, ../sass/base/reset/_6_links.sass */
#colophon a:hover {
  color: #0a3b45;
}
/* line 10, ../sass/base/reset/_6_links.sass */
#colophon a:active {
  color: white;
}
/* line 21, ../sass/base/reset/_6_links.sass */
#colophon a {
  text-decoration: underline !important;
  -webkit-text-decoration-style: dotted !important;
  text-decoration-style: dotted !important;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
#colophon:before,
#colophon:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
#colophon:after {
  clear: both;
}
/* line 11, ../sass/regions/_colophon.sass */
#colophon .site-info {
  float: left;
}
/* line 13, ../sass/regions/_colophon.sass */
#colophon .credits {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  /* line 13, ../sass/regions/_colophon.sass */
  #colophon .credits {
    float: right;
    margin-top: 0;
  }
}

/* line 1, ../sass/regions/_home.sass */
.recent {
  *zoom: 1;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.recent:before,
.recent:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.recent:after {
  clear: both;
}

/* line 4, ../sass/regions/_home.sass */
.recent .col {
  display: inline-block;
  width: 33%;
  float: left;
  padding: 12px;
}

/* line 1, ../sass/regions/_main.sass */
#content {
  *zoom: 1;
  min-height: calc(100vh - 96px);
  margin-top: 24px;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
#content:before,
#content:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
#content:after {
  clear: both;
}
/* line 4, ../sass/base/reset/_6_links.sass */
#content a {
  transition: ease 0.25s;
}
/* line 6, ../sass/base/reset/_6_links.sass */
#content a:link,
#content a:visited {
  color: #0a3b45;
}
/* line 8, ../sass/base/reset/_6_links.sass */
#content a:hover {
  color: #f95658;
}
/* line 10, ../sass/base/reset/_6_links.sass */
#content a:active {
  color: #0a3b45;
}

/* line 7, ../sass/regions/_main.sass */
.home #content {
  margin-top: 12px;
}

/* line 10, ../sass/regions/_main.sass */
#page .container-fluid {
  padding: 0;
}

/* line 13, ../sass/regions/_main.sass */
.row {
  width: calc(100% + 30px);
}

/* line 1, ../sass/regions/_masthead.sass */
#masthead {
  *zoom: 1;
  font-family: "roboto-condensed", serif;
  text-transform: uppercase !important;
  height: 75px;
  line-height: 75px;
  padding: 0 15px;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
#masthead:before,
#masthead:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
#masthead:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  /* line 1, ../sass/regions/_masthead.sass */
  #masthead {
    padding: 0 24px;
  }
}
/* line 9, ../sass/regions/_masthead.sass */
#masthead .auxiliar {
  float: right;
}

/* line 1, ../sass/blocks/_archive.sass */
.archive-description {
  font-size: 1em;
  line-height: 1.1;
  margin-top: 36px;
  padding: 24px;
  font-style: italic;
  border-left: 2px solid #07282f;
}

/* line 8, ../sass/blocks/_archive.sass */
.archive-subcategory {
  font-family: "roboto-condensed", serif;
  opacity: 0.75;
}

/* line 11, ../sass/blocks/_archive.sass */
.archive h1 {
  margin-top: 6px;
  margin-right: -24px;
}

/* line 14, ../sass/blocks/_archive.sass */
.archive .dasp-tax-term {
  font-size: 0.8em;
  display: inline;
}
/* line 16, ../sass/blocks/_archive.sass */
.archive .dasp-tax-term a {
  font-family: "roboto-condensed", serif;
}
/* line 19, ../sass/blocks/_archive.sass */
.archive .dasp-tax-term:before {
  content: ", ";
}
/* line 21, ../sass/blocks/_archive.sass */
.archive .dasp-tax-term:first-of-type {
  margin-left: 0;
}
/* line 23, ../sass/blocks/_archive.sass */
.archive .dasp-tax-term:first-of-type:before {
  content: "";
}

/* line 26, ../sass/blocks/_archive.sass */
.post-type-archive #content article {
  clear: both;
}
/* line 28, ../sass/blocks/_archive.sass */
.post-type-archive #content article:before {
  content: "—";
  display: block;
  font-weight: normal !important;
}
/* line 32, ../sass/blocks/_archive.sass */
.post-type-archive #content article article > a {
  display: block;
  padding: 12px 12px 0 !important;
  *zoom: 1;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.post-type-archive #content article article > a:before,
.post-type-archive #content article article > a:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.post-type-archive #content article article > a:after {
  clear: both;
}
/* line 36, ../sass/blocks/_archive.sass */
.post-type-archive #content article article > a:hover {
  background-color: #fafafa;
}
/* line 38, ../sass/blocks/_archive.sass */
.post-type-archive #content article:first-of-type:before {
  display: none;
}
/* line 40, ../sass/blocks/_archive.sass */
.post-type-archive #content h3.entry-title {
  margin-bottom: 0;
}
/* line 4, ../sass/base/reset/_6_links.sass */
.post-type-archive #content h3.entry-title a {
  transition: ease 0.2s;
}
/* line 6, ../sass/base/reset/_6_links.sass */
.post-type-archive #content h3.entry-title a:link,
.post-type-archive #content h3.entry-title a:visited {
  color: #07282f;
}
/* line 8, ../sass/base/reset/_6_links.sass */
.post-type-archive #content h3.entry-title a:hover {
  color: #fc3c2f;
}
/* line 10, ../sass/base/reset/_6_links.sass */
.post-type-archive #content h3.entry-title a:active {
  color: #07282f;
}
/* line 43, ../sass/blocks/_archive.sass */
.post-type-archive #content .wp-post-image {
  float: left;
  margin-right: 24px;
}

/* line 4, ../sass/base/reset/_6_links.sass */
.archive #content .dasp-tax-term a {
  transition: ease 0.2s;
}
/* line 6, ../sass/base/reset/_6_links.sass */
.archive #content .dasp-tax-term a:link,
.archive #content .dasp-tax-term a:visited {
  color: #fc3c2f;
}
/* line 8, ../sass/base/reset/_6_links.sass */
.archive #content .dasp-tax-term a:hover {
  color: #07282f;
}
/* line 10, ../sass/base/reset/_6_links.sass */
.archive #content .dasp-tax-term a:active {
  color: #fc3c2f;
}

/* line 50, ../sass/blocks/_archive.sass */
.taxonomies__taxonomy-term {
  margin-top: 0 !important;
}

/* line 52, ../sass/blocks/_archive.sass */
.taxonomies__taxonomy-items {
  margin-bottom: 48px;
}

/* line 55, ../sass/blocks/_archive.sass */
.archive .block-title {
  border-bottom: 2px solid #07282f;
  margin-bottom: 12px;
  font-family: "roboto-condensed", serif;
}

/* line 1, ../sass/blocks/_branding.sass */
.site-branding {
  display: inline-block;
  z-index: 99;
  position: relative;
}
/* line 3, ../sass/blocks/_branding.sass */
.site-branding img {
  height: 48px;
  width: auto;
}
.custom-logo-link {
  margin-left: 15px;
}

/* line 1, ../sass/blocks/_contact.sass */
#map {
  width: 100% !important;
  margin-top: 48px;
}
/* line 4, ../sass/blocks/_contact.sass */
#map .leaflet-tile {
  -webkit-filter: sepia(100%) hue-rotate(110deg) brightness(90%);
  filter: sepia(100%) hue-rotate(110deg) brightness(90%);
}

/* line 7, ../sass/blocks/_contact.sass */
#nf-form-1-cont {
  margin-top: 48px;
  padding: 24px;
  background-color: #f0f0f0;
}
/* line 11, ../sass/blocks/_contact.sass */
#nf-form-1-cont h3 {
  font-family: "roboto-condensed", serif;
  margin-bottom: 24px;
}
/* line 14, ../sass/blocks/_contact.sass */
#nf-form-1-cont .nf-before-form-content {
  margin-bottom: 24px;
}
/* line 16, ../sass/blocks/_contact.sass */
#nf-form-1-cont label {
  font-family: "roboto-condensed", serif;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: normal;
}
/* line 21, ../sass/blocks/_contact.sass */
#nf-form-1-cont input[type="text"],
#nf-form-1-cont input[type="email"],
#nf-form-1-cont textarea {
  border-width: 0;
  border-color: rgba(7, 40, 47, 0.25) !important;
  background-color: #f5f5f5;
}
/* line 27, ../sass/blocks/_contact.sass */
#nf-form-1-cont input[type="text"]:focus,
#nf-form-1-cont input[type="email"]:focus,
#nf-form-1-cont textarea:focus {
  background-color: #fff;
}
/* line 30, ../sass/blocks/_contact.sass */
#nf-form-1-cont input[type="button"] {
  float: right;
  background: none;
  border: 1px solid #07282f;
  font-family: "roboto-condensed", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8em;
  padding: 12px;
  transition: all 0.2s ease;
  margin-top: 24px;
}
/* line 41, ../sass/blocks/_contact.sass */
#nf-form-1-cont input[type="button"]:hover {
  color: #fc3c2f;
  border-color: #fc3c2f;
}

/* line 45, ../sass/blocks/_contact.sass */
.nf-error-msg {
  font-size: 0.8em;
}

/* line 1, ../sass/blocks/_content-navigation.sass */
.nav-links {
  margin-top: 72px;
  padding-top: 36px;
  border-top: 4px solid #07282f;
  font-family: "roboto-condensed", serif;
}

/* line 7, ../sass/blocks/_content-navigation.sass */
.nav-links > div {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  max-width: 49%;
}

/* line 12, ../sass/blocks/_content-navigation.sass */
.nav-previous:before {
  content: "◀";
  margin-right: 8px;
  opacity: 0.25;
}

/* line 17, ../sass/blocks/_content-navigation.sass */
.nav-next {
  float: right;
}
/* line 19, ../sass/blocks/_content-navigation.sass */
.nav-next:after {
  content: "▶";
  margin-left: 8px;
  opacity: 0.25;
}

/* line 1, ../sass/blocks/_dasp-breadcrumb.sass */
.dasp-breadcrumb {
  display: inline-block;
  font-family: "roboto-condensed", serif;
  font-size: 0.8em;
  text-indent: 0 !important;
}
/* line 5, ../sass/blocks/_dasp-breadcrumb.sass */
.dasp-breadcrumb a {
  margin: 0 4px;
  border-bottom: 1px dotted;
}

/* line 4, ../sass/base/reset/_6_links.sass */
#content .dasp-breadcrumb a {
  transition: ease 0.2s;
}
/* line 6, ../sass/base/reset/_6_links.sass */
#content .dasp-breadcrumb a:link,
#content .dasp-breadcrumb a:visited {
  color: #fc3c2f;
}
/* line 8, ../sass/base/reset/_6_links.sass */
#content .dasp-breadcrumb a:hover {
  color: #07282f;
}
/* line 10, ../sass/base/reset/_6_links.sass */
#content .dasp-breadcrumb a:active {
  color: #fc3c2f;
}

/* line 3, ../sass/blocks/_entry-title.sass */
.page h1.entry-title,
.page h1.page-title,
.archive h1.entry-title,
.archive h1.page-title {
  border-bottom: 2px solid #07282f;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  /* line 3, ../sass/blocks/_entry-title.sass */
  .page h1.entry-title,
  .page h1.page-title,
  .archive h1.entry-title,
  .archive h1.page-title {
    margin-top: 0;
  }
}

/* line 1, ../sass/blocks/_goup-widget.sass */
#go-up {
  transform: rotate(-90deg);
  position: fixed;
  bottom: 96px;
  right: 24px;
  border: 2px solid #fc3c2f;
  background-color: white;
  color: #fc3c2f;
  width: 36px;
  line-height: 31.2px;
  height: 36px;
  text-align: center;
  opacity: 0;
  transition: all 0.25s ease;
  pointer-events: none;
}

/* line 17, ../sass/blocks/_goup-widget.sass */
#go-up:hover {
  border-color: #07282f;
  color: #07282f;
}

/* line 21, ../sass/blocks/_goup-widget.sass */
#go-up.visible {
  opacity: 1;
  pointer-events: auto;
}

/* line 1, ../sass/blocks/_home-text.sass */
.home-text {
  margin-bottom: 48px;
}

/* line 4, ../sass/blocks/_home-text.sass */
.home-text__text {
  padding-top: 12px;
  font-size: 1.3em;
  line-height: 1.1;
}

/* line 9, ../sass/blocks/_home-text.sass */
.home-text__image {
  -webkit-animation: showup 2s 1;
  animation: showup 2s 1;
}

/* line 1, ../sass/blocks/_home-views.sass */
.home .col__label {
  font-family: "roboto-condensed", serif;
  font-size: 1em;
  border-bottom: 2px solid #07282f;
  margin-bottom: 24px;
}

/* line 4, ../sass/base/reset/_6_links.sass */
.home #content .entry-meta a {
  transition: none;
}
/* line 6, ../sass/base/reset/_6_links.sass */
.home #content .entry-meta a:link,
.home #content .entry-meta a:visited {
  color: inherit;
}
/* line 8, ../sass/base/reset/_6_links.sass */
.home #content .entry-meta a:hover {
  color: inherit;
}
/* line 10, ../sass/base/reset/_6_links.sass */
.home #content .entry-meta a:active {
  color: inherit;
}

/* line 10, ../sass/blocks/_home-views.sass */
.home .col .entry-meta {
  font-size: 0.75em;
  text-transform: uppercase;
  font-family: "roboto-condensed", serif;
  color: #f95658;
}
/* line 15, ../sass/blocks/_home-views.sass */
.home .col .entry-meta a {
  border-bottom: 1px dotted;
}

/* line 18, ../sass/blocks/_home-views.sass */
.home .col .post,
.home .col .publication {
  margin-bottom: 0;
  padding-bottom: 12px;
}
/* line 22, ../sass/blocks/_home-views.sass */
.home .col .post:after,
.home .col .publication:after {
  content: "—";
}

/* line 1, ../sass/blocks/_lang-switcher.sass */
#lang_choice_1 {
  border: 0;
  font-size: 0.9em;
  letter-spacing: 1px;
  color: #f95658;
  background-color: transparent;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 768px) {
  /* line 1, ../sass/blocks/_lang-switcher.sass */
  #lang_choice_1 {
    margin: 60px 15px;
  }
}

/* line 1, ../sass/blocks/_map.sass */
#map {
  width: 600px;
  height: 300px;
}

/* line 2, ../sass/blocks/_menu-projects.sass */
.col-md-4 #dasp-menu-proyectos,
.col-md-4 #dasp-menu-publicaciones {
  padding: 12px;
  margin-top: 72px;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(7, 40, 47, 0.25);
  border-bottom: 1px solid rgba(7, 40, 47, 0.25);
}
/* line 9, ../sass/blocks/_menu-projects.sass */
.col-md-4 #dasp-menu-proyectos li,
.col-md-4 #dasp-menu-publicaciones li {
  margin: 12px;
}
/* line 11, ../sass/blocks/_menu-projects.sass */
.col-md-4 #dasp-menu-proyectos li:before,
.col-md-4 #dasp-menu-publicaciones li:before {
  content: "■";
  color: #fc3c2f;
  font-size: 0.4em;
  position: relative;
  bottom: 3px;
  margin-right: 8px;
}
/* line 18, ../sass/blocks/_menu-projects.sass */
.col-md-4 .dasp-menu-title {
  color: rgba(7, 40, 47, 0.75);
  border-bottom: 2px solid rgba(7, 40, 47, 0.75);
  margin: 12px 0 24px;
  font-family: "roboto-condensed", serif;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 2, ../sass/blocks/_post.sass */
.type-page .alignleft,
.type-post .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
/* line 6, ../sass/blocks/_post.sass */
.type-page .alignright,
.type-post .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
/* line 10, ../sass/blocks/_post.sass */
.type-page .aligncenter,
.type-post .aligncenter {
  clear: both;
}

/* line 1, ../sass/blocks/_primary-menu.sass */
#site-navigation {
  display: inline-block;
}
@media screen and (max-width: 1150px) {
  /* line 1, ../sass/blocks/_primary-menu.sass */
  #site-navigation {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
}

/* line 12, ../sass/blocks/_primary-menu.sass */
.site-navigation__toggle {
  border: 0;
  background-color: transparent;
  float: right;
  margin: 15px;
}
/* line 17, ../sass/blocks/_primary-menu.sass */
.site-navigation__toggle i {
  width: 24px;
  height: 6px;
  margin-bottom: 4px;
  background-color: #013461;
  display: block;
}
@media screen and (min-width: 1150px) {
  /* line 12, ../sass/blocks/_primary-menu.sass */
  .site-navigation__toggle {
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  /* line 26, ../sass/blocks/_primary-menu.sass */
  #primary-menu {
    display: none;
    background-color: rgba(255, 255, 255, 0.85);
    min-height: 100vh;
    padding: 15px;
    font-size: 0.9em;
  }
  /* line 33, ../sass/blocks/_primary-menu.sass */
  #primary-menu[aria-expanded="true"] {
    display: block;
  }
}
@media screen and (min-width: 1150px) {
  /* line 26, ../sass/blocks/_primary-menu.sass */
  #primary-menu {
    margin-left: 24px;
  }
}
/* line 4, ../sass/base/reset/_6_links.sass */
#primary-menu > li a {
  transition: none;
}
/* line 6, ../sass/base/reset/_6_links.sass */
#primary-menu > li a:link,
#primary-menu > li a:visited {
  color: inherit;
}
/* line 8, ../sass/base/reset/_6_links.sass */
#primary-menu > li a:hover {
  color: inherit;
}
/* line 10, ../sass/base/reset/_6_links.sass */
#primary-menu > li a:active {
  color: inherit;
}
@media screen and (max-width: 1150px) {
  /* line 37, ../sass/blocks/_primary-menu.sass */
  #primary-menu > li {
    line-height: 1.4;
  }
}
@media screen and (min-width: 1150px) {
  /* line 37, ../sass/blocks/_primary-menu.sass */
  #primary-menu > li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 0 12px;
  }
  /* line 45, ../sass/blocks/_primary-menu.sass */
  #primary-menu > li:after {
    content: " ";
    position: absolute;
    width: 100%;
    border-top: 4px solid #ddd;
    top: 0;
    left: 0;
    transition: border-color 0.25s ease;
  }
  /* line 53, ../sass/blocks/_primary-menu.sass */
  #primary-menu > li:hover:after {
    border-color: #baa;
  }
}
/* line 56, ../sass/blocks/_primary-menu.sass */
#primary-menu > li .sub-menu {
  padding: 12px;
  background-color: transparent;
}
@media screen and (min-width: 1150px) {
  /* line 56, ../sass/blocks/_primary-menu.sass */
  #primary-menu > li .sub-menu {
    display: none;
    line-height: 1.2;
    border: 1px dashed #bbb;
    border-width: 0 1px;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
/* line 4, ../sass/base/reset/_6_links.sass */
#primary-menu > li .sub-menu a {
  transition: ease 0.25s;
}
/* line 6, ../sass/base/reset/_6_links.sass */
#primary-menu > li .sub-menu a:link,
#primary-menu > li .sub-menu a:visited {
  color: #0a3b45;
}
/* line 8, ../sass/base/reset/_6_links.sass */
#primary-menu > li .sub-menu a:hover {
  color: #f95658;
}
/* line 10, ../sass/base/reset/_6_links.sass */
#primary-menu > li .sub-menu a:active {
  color: #0a3b45;
}
/* line 65, ../sass/blocks/_primary-menu.sass */
#primary-menu > li .sub-menu li {
  border-bottom: 1px dashed #f8d7d0;
}
@media screen and (max-width: 1150px) {
  /* line 65, ../sass/blocks/_primary-menu.sass */
  #primary-menu > li .sub-menu li {
    line-height: 1.4;
  }
}
@media screen and (min-width: 1150px) {
  /* line 65, ../sass/blocks/_primary-menu.sass */
  #primary-menu > li .sub-menu li {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}
/* line 72, ../sass/blocks/_primary-menu.sass */
#primary-menu > li .sub-menu li:last-child {
  border: 0;
}
/* line 74, ../sass/blocks/_primary-menu.sass */
#primary-menu > li:hover .sub-menu {
  display: block;
}
@media screen and (min-width: 1150px) {
  /* line 74, ../sass/blocks/_primary-menu.sass */
  #primary-menu > li:hover .sub-menu {
    position: absolute;
    z-index: 10;
    width: 192px;
    left: 0;
  }
}
/* line 81, ../sass/blocks/_primary-menu.sass */
#primary-menu > li li {
  display: block;
}
/* line 83, ../sass/blocks/_primary-menu.sass */
#primary-menu a[href="#"]:hover {
  cursor: inherit;
}
/* line 86, ../sass/blocks/_primary-menu.sass */
#primary-menu .current_page_item:after {
  border-color: #f95658;
}

/* line 1, ../sass/blocks/_project.sass */
.single .entry-header {
  margin-bottom: 24px;
}
/* line 3, ../sass/blocks/_project.sass */
.single .entry-header time.updated {
  display: none;
}

/* line 6, ../sass/blocks/_project.sass */
.single .entry-title {
  margin-top: 6px;
  padding: 24px 12px;
  border-top: 2px solid #07282f;
  border-bottom: 4px solid #07282f;
}

/* line 12, ../sass/blocks/_project.sass */
.single .entry-meta {
  float: right;
  font-size: 0.75em;
  font-family: "roboto-condensed", serif;
  opacity: 0.7;
}
/* line 17, ../sass/blocks/_project.sass */
.single .entry-meta a {
  border-bottom: 1px dotted;
}

/* line 4, ../sass/base/reset/_6_links.sass */
.single #content .entry-meta a {
  transition: none;
}
/* line 6, ../sass/base/reset/_6_links.sass */
.single #content .entry-meta a:link,
.single #content .entry-meta a:visited {
  color: inherit;
}
/* line 8, ../sass/base/reset/_6_links.sass */
.single #content .entry-meta a:hover {
  color: inherit;
}
/* line 10, ../sass/base/reset/_6_links.sass */
.single #content .entry-meta a:active {
  color: inherit;
}

/* line 27, ../sass/blocks/_project.sass */
.single-project #content p,
.single-publication #content p,
.single-researcher #content p {
  margin-bottom: 6px;
}
/* line 29, ../sass/blocks/_project.sass */
.single-project #content h4,
.single-publication #content h4,
.single-researcher #content h4 {
  margin-top: 24px;
}
/* line 4, ../sass/base/reset/_6_links.sass */
.single-project #content .content-area a,
.single-publication #content .content-area a,
.single-researcher #content .content-area a {
  transition: ease 0.2s;
}
/* line 6, ../sass/base/reset/_6_links.sass */
.single-project #content .content-area a:link,
.single-project #content .content-area a:visited,
.single-publication #content .content-area a:link,
.single-publication #content .content-area a:visited,
.single-researcher #content .content-area a:link,
.single-researcher #content .content-area a:visited {
  color: #fc3c2f;
}
/* line 8, ../sass/base/reset/_6_links.sass */
.single-project #content .content-area a:hover,
.single-publication #content .content-area a:hover,
.single-researcher #content .content-area a:hover {
  color: #07282f;
}
/* line 10, ../sass/base/reset/_6_links.sass */
.single-project #content .content-area a:active,
.single-publication #content .content-area a:active,
.single-researcher #content .content-area a:active {
  color: #fc3c2f;
}

/* line 34, ../sass/blocks/_project.sass */
.team-portrait {
  padding: 48px;
}
/* line 36, ../sass/blocks/_project.sass */
.team-portrait .post-thumbnail {
  text-align: center;
}

/* line 39, ../sass/blocks/_project.sass */
.project-meta {
  margin-top: 24px;
}

/* line 42, ../sass/blocks/_project.sass */
.project-meta__label {
  border-bottom: 2px solid #07282f;
  margin: 24px 0;
  font-family: "roboto-condensed", serif;
}

/* line 47, ../sass/blocks/_project.sass */
.project-meta__logos {
  text-align: center;
}

/* line 50, ../sass/blocks/_project.sass */
.project-meta img {
  margin-bottom: 24px;
}

/* line 53, ../sass/blocks/_project.sass */
.block-label {
  font-family: "roboto-condensed", serif;
  margin: 24px 0;
  border-bottom: 1px solid rgba(7, 40, 47, 0.25);
}
/* line 57, ../sass/blocks/_project.sass */
.block-label:hover {
  cursor: pointer;
}
/* line 59, ../sass/blocks/_project.sass */
.block-label:hover:after {
  color: #fc3c2f;
}
/* line 61, ../sass/blocks/_project.sass */
.block-label:after {
  font-size: 0.75em;
  transition: color 0.2s ease;
  position: relative;
  bottom: 2px;
  float: right;
  content: "▴ ";
}

/* line 68, ../sass/blocks/_project.sass */
.block-label.collapsed:after {
  content: "▾ ";
}

/* line 71, ../sass/blocks/_project.sass */
.block-label.collapsed + .block-fields {
  display: none;
}

/* line 74, ../sass/blocks/_project.sass */
.field-value p:first-child {
  text-indent: 0 !important;
}

/* line 77, ../sass/blocks/_project.sass */
.block-fields {
  padding: 0 24px;
}

/* line 80, ../sass/blocks/_project.sass */
h5.field-label {
  margin: 24px 0;
  font-family: "roboto-condensed", serif;
}

/* line 84, ../sass/blocks/_project.sass */
.field-value a:before {
  font-size: 0.5em;
  position: relative;
  bottom: 3px;
  content: "■";
  opacity: 0.25;
  margin-right: 6px;
}

/* line 93, ../sass/blocks/_project.sass */
.project-social-networks .fa {
  display: inline-block;
  width: 24px;
  text-align: center;
  opacity: 0.75;
}

/* line 101, ../sass/blocks/_project.sass */
#primary .entry-content li {
  list-style: inherit !important;
}

/* line 104, ../sass/blocks/_project.sass */
.pub-summary {
  margin-bottom: 24px;
  font-size: 1.2em;
}

/* line 3, ../sass/blocks/_projects-view.sass */
[class*="page-template-template"] [class*="__taxonomy-term"],
.archive [class*="__taxonomy-term"] {
  font-family: "roboto-condensed", serif;
  margin: 48px 0 24px;
  font-size: 0.8em;
  text-transform: uppercase;
  background: #eee;
  padding: 8px 12px;
  transition: background-color 0.2s ease;
}
/* line 11, ../sass/blocks/_projects-view.sass */
[class*="page-template-template"] [class*="__taxonomy-term"]:hover,
.archive [class*="__taxonomy-term"]:hover {
  cursor: pointer;
}
/* line 13, ../sass/blocks/_projects-view.sass */
[class*="page-template-template"] [class*="__taxonomy-term"]:hover:after,
.archive [class*="__taxonomy-term"]:hover:after {
  color: #fc3c2f;
}
/* line 15, ../sass/blocks/_projects-view.sass */
[class*="page-template-template"] #content .dasp-tax-terms,
.archive #content .dasp-tax-terms {
  margin-left: 12px;
}
/* line 4, ../sass/base/reset/_6_links.sass */
[class*="page-template-template"] #content .dasp-tax-terms a,
.archive #content .dasp-tax-terms a {
  transition: ease 0.2s;
}
/* line 6, ../sass/base/reset/_6_links.sass */
[class*="page-template-template"] #content .dasp-tax-terms a:link,
[class*="page-template-template"] #content .dasp-tax-terms a:visited,
.archive #content .dasp-tax-terms a:link,
.archive #content .dasp-tax-terms a:visited {
  color: #fc3c2f;
}
/* line 8, ../sass/base/reset/_6_links.sass */
[class*="page-template-template"] #content .dasp-tax-terms a:hover,
.archive #content .dasp-tax-terms a:hover {
  color: #07282f;
}
/* line 10, ../sass/base/reset/_6_links.sass */
[class*="page-template-template"] #content .dasp-tax-terms a:active,
.archive #content .dasp-tax-terms a:active {
  color: #fc3c2f;
}
/* line 18, ../sass/blocks/_projects-view.sass */
[class*="page-template-template"] .dasp-tax-term,
.archive .dasp-tax-term {
  font-size: 0.8em;
  display: inline;
}
/* line 20, ../sass/blocks/_projects-view.sass */
[class*="page-template-template"] .dasp-tax-term a,
.archive .dasp-tax-term a {
  font-family: "roboto-condensed", serif;
}
/* line 23, ../sass/blocks/_projects-view.sass */
[class*="page-template-template"] .dasp-tax-term:before,
.archive .dasp-tax-term:before {
  content: ", ";
}
/* line 25, ../sass/blocks/_projects-view.sass */
[class*="page-template-template"] .dasp-tax-term:first-of-type,
.archive .dasp-tax-term:first-of-type {
  margin-left: 0;
}
/* line 27, ../sass/blocks/_projects-view.sass */
[class*="page-template-template"] .dasp-tax-term:first-of-type:before,
.archive .dasp-tax-term:first-of-type:before {
  content: "";
}
/* line 29, ../sass/blocks/_projects-view.sass */
[class*="page-template-template"] .grid-item,
.archive .grid-item {
  margin: 12px;
}

/* line 34, ../sass/blocks/_projects-view.sass */
[class*="page-template-template"] #content .grid-item,
[class*="post-type-"] #content .grid-item {
  clear: both;
}
/* line 36, ../sass/blocks/_projects-view.sass */
[class*="page-template-template"] #content .grid-item:before,
[class*="post-type-"] #content .grid-item:before {
  content: "—";
  display: block;
  font-weight: normal !important;
}
/* line 40, ../sass/blocks/_projects-view.sass */
[class*="page-template-template"] #content .grid-item article > a,
[class*="post-type-"] #content .grid-item article > a {
  display: block;
  padding: 12px 12px 6px;
  *zoom: 1;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
[class*="page-template-template"] #content .grid-item article > a:before,
[class*="page-template-template"] #content .grid-item article > a:after,
[class*="post-type-"] #content .grid-item article > a:before,
[class*="post-type-"] #content .grid-item article > a:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
[class*="page-template-template"] #content .grid-item article > a:after,
[class*="post-type-"] #content .grid-item article > a:after {
  clear: both;
}
/* line 44, ../sass/blocks/_projects-view.sass */
[class*="page-template-template"] #content .grid-item article > a:hover,
[class*="post-type-"] #content .grid-item article > a:hover {
  background-color: #fafafa;
}
/* line 46, ../sass/blocks/_projects-view.sass */
[class*="page-template-template"] #content .grid-item:first-child:before,
[class*="post-type-"] #content .grid-item:first-child:before {
  display: none;
}
/* line 48, ../sass/blocks/_projects-view.sass */
[class*="page-template-template"] #content h3.entry-title,
[class*="post-type-"] #content h3.entry-title {
  margin-bottom: 0 !important;
}
/* line 4, ../sass/base/reset/_6_links.sass */
[class*="page-template-template"] #content h3.entry-title a,
[class*="post-type-"] #content h3.entry-title a {
  transition: ease 0.2s;
}
/* line 6, ../sass/base/reset/_6_links.sass */
[class*="page-template-template"] #content h3.entry-title a:link,
[class*="page-template-template"] #content h3.entry-title a:visited,
[class*="post-type-"] #content h3.entry-title a:link,
[class*="post-type-"] #content h3.entry-title a:visited {
  color: #07282f;
}
/* line 8, ../sass/base/reset/_6_links.sass */
[class*="page-template-template"] #content h3.entry-title a:hover,
[class*="post-type-"] #content h3.entry-title a:hover {
  color: #fc3c2f;
}
/* line 10, ../sass/base/reset/_6_links.sass */
[class*="page-template-template"] #content h3.entry-title a:active,
[class*="post-type-"] #content h3.entry-title a:active {
  color: #07282f;
}
/* line 51, ../sass/blocks/_projects-view.sass */
[class*="page-template-template"] #content .wp-post-image,
[class*="post-type-"] #content .wp-post-image {
  float: left;
  margin-right: 24px;
}

/* line 55, ../sass/blocks/_projects-view.sass */
[class*="__taxonomy-items"] {
  display: block;
}

/* line 59, ../sass/blocks/_projects-view.sass */
.collapsed + [class*="__taxonomy-items"] {
  display: none;
}

/* line 63, ../sass/blocks/_projects-view.sass */
[class*="__taxonomy-term"]:after {
  content: "▴ ";
  transition: color 0.2s ease;
  position: relative;
  bottom: 2px;
  float: right;
}
/* line 69, ../sass/blocks/_projects-view.sass */
[class*="__taxonomy-term"].collapsed:after {
  content: "▾ ";
}

/* line 72, ../sass/blocks/_projects-view.sass */
.project-dates {
  font-size: 0.8em;
  margin-bottom: 8px;
  font-family: "roboto-condensed", serif;
  opacity: 0.5;
  text-decoration: underline;
}

/* line 1, ../sass/blocks/_publications-view.sass */
.publications-view {
  margin-bottom: 24px;
}

/* line 4, ../sass/blocks/_publications-view.sass */
.publications-view__title {
  border-bottom: 2px solid #07282f;
  margin-bottom: 12px;
  font-family: "roboto-condensed", serif;
}

/* line 9, ../sass/blocks/_publications-view.sass */
.publications-view__item {
  padding: 8px;
  transition: background-color 0.2s ease;
}
/* line 12, ../sass/blocks/_publications-view.sass */
.publications-view__item:hover {
  background-color: #f5f5f5;
}
/* line 14, ../sass/blocks/_publications-view.sass */
.publications-view__item:before {
  content: "■";
  color: #fc3c2f;
  font-size: 0.5em;
  position: relative;
  bottom: 4px;
}

/* line 21, ../sass/blocks/_publications-view.sass */
.publications-view__item-thumbnail {
  width: 48px;
  margin-right: 24px;
  border-radius: 50%;
}

/* line 1, ../sass/blocks/_search-widget.sass */
.widget_search {
  float: left;
  margin-right: 24px;
  font-size: 0.9em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  /* line 1, ../sass/blocks/_search-widget.sass */
  .widget_search {
    display: none;
  }
}
/* line 8, ../sass/blocks/_search-widget.sass */
.widget_search input[type="search"] {
  border-width: 0 0 1px 0;
  border-color: #07282f;
}
/* line 11, ../sass/blocks/_search-widget.sass */
.widget_search input[type="submit"] {
  background-color: transparent;
  border: 0;
}

/* line 1, ../sass/blocks/_seemore.sass */
.more .hidden {
  display: inherit;
}

/* line 4, ../sass/blocks/_seemore.sass */
.more .not-hidden {
  display: none;
}

/* line 7, ../sass/blocks/_seemore.sass */
.seemore-links {
  text-align: right;
  margin-top: 24px;
  text-transform: uppercase;
  font-size: 0.8em;
}

/* line 14, ../sass/blocks/_seemore.sass */
.seemore:hover {
  cursor: pointer;
}

@-webkit-keyframes showup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 8, ../sass/blocks/_slideshow.sass */
.home #slider {
  margin-bottom: 48px;
}
/* line 11, ../sass/blocks/_slideshow.sass */
.home .carousel-item .wp-post-image {
  width: 100%;
  height: auto;
  z-index: 0;
  position: relative;
}
/* line 17, ../sass/blocks/_slideshow.sass */
.home .slider-img {
  -webkit-animation: showup 2s 1;
  animation: showup 2s 1;
}
/* line 21, ../sass/blocks/_slideshow.sass */
.home .slider-img:after {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 360px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGDwZSAWYFcJABoiAJtBpSwuAAAAAElFTkSuQmCC)
    repeat;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
}
/* line 32, ../sass/blocks/_slideshow.sass */
.home .carousel-caption {
  max-width: 360px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 24px;
  font-family: "roboto-condensed", serif;
  color: #07282f;
  right: 15%;
  left: inherit;
}
/* line 43, ../sass/blocks/_slideshow.sass */
.home .carousel-item {
  max-height: 360px;
  overflow: hidden;
}
/* line 47, ../sass/blocks/_slideshow.sass */
.home .carousel-indicators .active {
  background-color: #f95658;
}

/* line 1, ../sass/blocks/_team-view.sass */
.team-view {
  margin-bottom: 24px;
}

/* line 4, ../sass/blocks/_team-view.sass */
.team-view__title {
  border-bottom: 2px solid #07282f;
  margin: 24px 0;
  font-family: "roboto-condensed", serif;
}

/* line 9, ../sass/blocks/_team-view.sass */
.team-view__item {
  padding: 8px;
  transition: background-color 0.2s ease;
}
/* line 12, ../sass/blocks/_team-view.sass */
.team-view__item:hover {
  background-color: #f5f5f5;
}

/* line 15, ../sass/blocks/_team-view.sass */
.team-view__item-thumbnail {
  width: 48px;
  margin-right: 24px;
  border-radius: 50%;
}

/* line 20, ../sass/blocks/_team-view.sass */
.member-category {
  font-size: 0.8em;
  margin-bottom: 8px;
  font-family: "roboto-condensed", serif;
  opacity: 0.5;
}

/* line 26, ../sass/blocks/_team-view.sass */
.member-name {
  margin-top: 24px;
}

/* line 29, ../sass/blocks/_team-view.sass */
.single-researcher .fa {
  opacity: 0.75;
  display: inline-block;
  width: 24px;
  font-size: 0.8em;
}

/* line 36, ../sass/blocks/_team-view.sass */
.media .pull-left {
  margin-right: 12px;
}

/* 
Custom style redesign 
*/

/* Team Page */

.researcher-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0.75rem;
}

.researcher-item a {
  display: flex;
  gap: 1.5rem;
}

.researcher-item img {
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 150px;
  height: auto;
  min-width: 150px;
  margin: 0 !important;
}

.researcher-item .academic-profile {
  font-size: 0.813rem;
  color: #6c757d;
}

/* Single Member Page */

.team-post {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 24px;
  grid-template-areas:
    "title "
    "img"
    "main"
    "publication";
}

.team-heading {
  grid-area: title;
}

.team-info-main {
  grid-area: main;
}

.team-info-side {
  grid-area: img;
}

.team-member-publication {
  grid-area: publication;
  margin-block-start: 2rem;
}

.team-info-main .team-terms {
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  margin-block-end: 1rem;
}

.team-info-side .post-thumbnail {
  width: 250px;
  margin: 0 auto;
  padding: 1rem;
}

.team-info-side .post-thumbnail img {
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 250px;
  height: auto;
  min-width: 250px;
  margin: 0 !important;
}

/* .team-info-main .profile-meta,
.team-info-main .contact-details {
  grid-column: 1 / 2;
} */

.team-info-main .contact-details {
  border: 2px solid #000000;
  border-left: 4px solid #000000;
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
  padding: 1.5rem;
}

.team-info-main .academic-profile {
  -webkit-margin-after: 1.5rem;
  margin-block-end: 1.5rem;
}

.team-info-main .academic-profile p {
  font-style: italic;
  color: #6c757d;
  font-size: 0.8rem;
}

.team-info-main .contact-details h4:first-child {
  margin-block: 0rem 0.5rem !important;
}

.team-info-main .contact-details h4:not(:first-child) {
  margin-block: 1.5rem 0.5rem !important;
}

.team-info-main .contact-details .member-network-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.team-info-main .contact-details a.member-link-btn {
  border: 1px solid black;
  padding: 6px 10px;
  color: black !important;
  transition: 0.25s;
  transition-delay: 0.1s;
}

.team-info-main .contact-details a.member-link-btn:hover {
  background-color: black;
  color: white !important;
}

@media screen and (width <= 768px) {
}

@media screen and (width >= 768px) {
  .team-post {
    grid-template-columns: 8fr 4fr;
    grid-template-areas:
      "title title"
      "main img"
      "publication publication";
  }
}

/* Publications table */

.publications-custom-table-container {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
  -webkit-margin-before: 50px;
  margin-block-start: 50px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

.publications-custom-table-container h3 {
  margin-inline: auto !important;
}

.publications-custom-table-container .filter-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-margin-after: 24px;
  margin-block-end: 24px;
  gap: 24px;
}

.filter-el {
  position: relative;
}

.filter-el.filter-year .filter-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 2;
  pointer-events: none;
  --svg-calendar: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-calendar-search" width="20" height="20" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M11.5 21h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4.5"></path><path d="M16 3v4"></path><path d="M8 3v4"></path><path d="M4 11h16"></path><path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0"></path><path d="M20.2 20.2l1.8 1.8"></path></svg>');
  -webkit-mask: var(--svg-calendar) no-repeat 50% 50%;
  mask: var(--svg-calendar) no-repeat 50% 50%;
  background-color: #000000;
}

.filter-el.filter-cat .filter-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 2;
  pointer-events: none;
  --svg-lines: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-route-square" width="20" height="20" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M3 17h4v4h-4z"></path><path d="M17 3h4v4h-4z"></path><path d="M11 19h5.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h4.5"></path></svg>');
  -webkit-mask: var(--svg-lines) no-repeat 50% 50%;
  mask: var(--svg-lines) no-repeat 50% 50%;
  background-color: #000000;
}

.filter-el.filter-author .filter-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 2;
  pointer-events: none;
  --svg-author: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-route-square" width="20" height="20" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M3 17h4v4h-4z"></path><path d="M17 3h4v4h-4z"></path><path d="M11 19h5.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h4.5"></path></svg>');
  -webkit-mask: var(--svg-author) no-repeat 50% 50%;
  mask: var(--svg-author) no-repeat 50% 50%;
  background-color: #000000;
}

.filter-el .filter-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 2;
  pointer-events: none;
  --svg-arrow: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-down" width="20" height="20" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M6 9l6 6l6 -6"></path></svg>');
  -webkit-mask: var(--svg-arrow) no-repeat 50% 50%;
  mask: var(--svg-arrow) no-repeat 50% 50%;
  background-color: #000000;
}

.publications-custom-table-container .filter-container label {
  font-size: 1rem;
  margin-right: 20px;
}

.publications-custom-table-container .filter-container select {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  cursor: pointer;
  position: relative;
  z-index: 1;
  height: 40px;
  padding: 8px 40px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.publications-custom-table-container table,
.publications-custom-table-container .filter-container {
  /* max-width: var(--wp--style--global--wide-size); */
  margin-inline: auto !important;
}

.publications-custom-table-container table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* .publications-custom-table-container table thead tr,
.publications-custom-table-container table tbody tr {
  display: grid !important;
  grid-template-columns: 1fr 1fr 100px 100px;
} Este codigo hace que los filtros no funcionen */

.publications-custom-table-container table tbody {
  font-size: 1rem;
}

.publications-custom-table-container table tbody tr:nth-child(even) {
  background-color: #F3F3F3;
}

.publications-custom-table-container table tbody tr > :nth-child(3),
.publications-custom-table-container table tbody tr > :nth-child(4) {
  justify-self: center;
}

.publications-custom-table-container th {
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 15px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.publications-custom-table-container td {
  padding: 8px 15px;
  vertical-align: top;
}

.publications-custom-table-container td a {
  background-image: linear-gradient(
    98deg,
    #282828,
    #000000
  );
  background-size: 0% 3px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 500ms ease;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}

.publications-custom-table-container td i {
  color: #6c757d;
  font-size: 0.9rem;
}

.publications-custom-table-container td a:hover {
  background-size: 100% 3px;
  text-decoration: none;
}

@media (max-width: 600px) {
  table {
    border: 1px solid #F3F3F3;
  }
  table thead tr {
    display: none;
  }
  table tr {
    display: block;
    padding-block: 10px;
    border: 1px solid black;
    border-bottom: none;
  }
  table tr:last-child {
    border-bottom: 1px solid black;
  }
  table th,
  table td {
    padding: 0.5em;
  }
  table td {
    display: block;
  }

  table td::before {
    content: attr(data-title) ": ";
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2em;
    -webkit-padding-after: 6px;
    padding-block-end: 6px;
    font-size: 18px;
  }

  .publications-custom-table-container table tbody tr > :nth-child(3),
  .publications-custom-table-container table tbody tr > :nth-child(4) {
    justify-self: left;
  }
}
