@charset "UTF-8";
4213
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTYnF5uFdDttMLvmWuJdhhgs.ttf) format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzInF5uFdDttMLvmWuJdhhgs.ttf) format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(http://fonts.gstatic.com/s/opensans/v10/EInbV5DfGHOiMmvb1Xr-honF5uFdDttMLvmWuJdhhgs.ttf) format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(http://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxrfB31yxOzP-czbf6AAKCVo.ttf) format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(http://fonts.gstatic.com/s/opensans/v10/xjAJXh38I15wypJXxuGMBp0EAVxt0G0biEntp43Qt6E.ttf) format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(http://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxp_TkvowlIOtbR7ePgFOpF4.ttf) format("truetype"); }

/* line 20, components/normalize-scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 39, components/normalize-scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 54, components/normalize-scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 63, components/normalize-scss/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 * 3.Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 78, components/normalize-scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 91, components/normalize-scss/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/**
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 108, components/normalize-scss/_normalize.scss */
a:focus {
  outline: thin dotted; }

/* line 111, components/normalize-scss/_normalize.scss */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Addresses font sizes and margins set differently in IE 6/7.
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 127, components/normalize-scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

/**
 * Addresses styling not present in IE 8/9.
 */
/* line 207, components/normalize-scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Addresses margins set differently in IE 6/7.
 */
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 227, components/normalize-scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

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

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

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

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

/* line 294, components/normalize-scss/_normalize.scss */
sup {
  top: -0.5em; }

/* line 298, components/normalize-scss/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 354, components/normalize-scss/_normalize.scss */
img {
  border: 0; }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 389, components/normalize-scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 402, components/normalize-scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 448, components/normalize-scss/_normalize.scss */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 463, components/normalize-scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 478, components/normalize-scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 490, components/normalize-scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 506, components/normalize-scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 518, components/normalize-scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

/* @group Clearfix */
/* line 3, sass/imports/_helpers.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

/* line 10, sass/imports/_helpers.scss */
.clearfix:after {
  clear: both; }

/* @end */
/* line 16, sass/imports/_helpers.scss */
.pull-left {
  float: left; }

/* line 20, sass/imports/_helpers.scss */
.pull-right {
  float: right; }

/* line 24, sass/imports/_helpers.scss */
.pullfix {
  overflow: hidden; }

/* line 28, sass/imports/_helpers.scss */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

/* line 40, sass/imports/_helpers.scss */
.ir br {
  display: none; }

/* line 44, sass/imports/_helpers.scss */
.hidden {
  display: none;
  visibility: hidden; }

/* line 49, sass/imports/_helpers.scss */
.visuallyhidden, .search-input + .btn-search > .innerlabel {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0); }

@media screen and (min-width: 29.9375em) {
  /* line 60, sass/imports/_helpers.scss */
  .visuallyhidden-pl {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0); } }
@media screen and (min-width: 47.9375em) {
  /* line 73, sass/imports/_helpers.scss */
  .visuallyhidden-t {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0); } }
@media screen and (min-width: 61.1875em) {
  /* line 86, sass/imports/_helpers.scss */
  .visuallyhidden-tl {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0); } }
/* line 99, sass/imports/_helpers.scss */
.visuallyhidden.focusable:active, .search-input + .btn-search > .focusable.innerlabel:active,
.visuallyhidden.focusable:focus,
.search-input + .btn-search > .focusable.innerlabel:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

/* line 109, sass/imports/_helpers.scss */
.invisible {
  visibility: hidden; }

/* Typography */
/* line 9, sass/imports/_typography.sass */
html,
input,
select {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif; }

/* line 14, sass/imports/_typography.sass */
a {
  color: #b10000;
  text-decoration: none; }

/* line 17, sass/imports/_typography.sass */
a:hover {
  color: #222222; }

/* line 21, sass/imports/_typography.sass */
.entry-text > p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
  margin-bottom: 0.76923em;
  line-height: 1.6; }

@media screen and (min-width: 29.9375em) {
  /* line 21, sass/imports/_typography.sass */
  .entry-text > p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0.71429em; } }
@media screen and (min-width: 75.625em) {
  /* line 21, sass/imports/_typography.sass */
  .entry-text > p {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0.625em; } }
/* line 37, sass/imports/_typography.sass */
ul {
   padding-left: 20px;
  list-style-type: disc;
  /*list-style-position: inside;*/ }

/* line 42, sass/imports/_typography.sass */
ol {
  padding-left: 0;
  list-style-type: decimal;
  list-style-position: inside; }

/* line 47, sass/imports/_typography.sass */
dl {
  margin: 0;
  margin-bottom: 0.9375em; }

/* line 51, sass/imports/_typography.sass */
dt,
dd {
  margin-bottom: 0.2em;
  margin-left: 0; }

/* line 56, sass/imports/_typography.sass */
dt {
  font-weight: 700; }

/* line 59, sass/imports/_typography.sass */
dd {
  margin-bottom: 0.4em; }

/* line 62, sass/imports/_typography.sass */
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 43, sass/imports/_mixins.sass */
.list-inline {
  *zoom: 1; }

/* line 45, sass/imports/_mixins.sass */
.list-inline:before, .list-inline:after {
  content: "";
  display: table; }

/* line 49, sass/imports/_mixins.sass */
.list-inline:after {
  clear: both; }

/* line 70, sass/imports/_typography.sass */
.list-inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

/* line 74, sass/imports/_typography.sass */
.list-inline > dt {
  clear: both;
  margin-right: 0.3em; }

/* line 78, sass/imports/_typography.sass */
.list-inline > dt,
.list-inline > dd {
  float: left;
  margin-bottom: 0; }

/* line 83, sass/imports/_typography.sass */
.list-links {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 88, sass/imports/_typography.sass */
.list-links > li {
  position: relative;
  padding-left: 1.25em;
  padding-bottom: 0.5em; }

/* line 93, sass/imports/_typography.sass */
.list-links > li:before {
  content: "\f115";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  font-family: icons;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  font-size: 0.75em;
  color: #a6a6a6; }

/* line 106, sass/imports/_typography.sass */
.list-media-item {
  display: table;
  border-bottom: 1px solid #f2f2f2;
  padding: 1em 0; }

/* line 111, sass/imports/_typography.sass */
.list-media-item:last-child {
  border-bottom: 0; }

/* line 114, sass/imports/_typography.sass */
.two-up > .list-media-item {
  width: 94%; }

@media (min-width: 47.9375em) and (max-width: 61.125em) {
  /* line 114, sass/imports/_typography.sass */
  .two-up > .list-media-item {
    width: 44%;
    border-bottom: 0; } }
@media screen and (min-width: 64.0625em) {
  /* line 114, sass/imports/_typography.sass */
  .two-up > .list-media-item {
    width: 44%;
    border-bottom: 0; } }
/* line 125, sass/imports/_typography.sass */
.list-media-img {
  display: table-cell;
  vertical-align: middle;
  width: 20%; }

@media screen and (min-width: 64.0625em) {
  /* line 125, sass/imports/_typography.sass */
  .list-media-img {
    display: block;
    margin: 0 auto 0.625em;
    width: 70%; } }
/* line 135, sass/imports/_typography.sass */
.list-media-content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 6.66667%; }

@media screen and (min-width: 64.0625em) {
  /* line 135, sass/imports/_typography.sass */
  .list-media-content {
    display: block;
    padding: 0;
    text-align: center; } }
/* line 147, sass/imports/_typography.sass */
.list-icons [class^="icon-"],
.list-icons [class*=" icon-"] {
  float: left;
  margin-right: 0.3125em; }

/* line 152, sass/imports/_typography.sass */
.list-icons [class^="icon-"] + a,
.list-icons [class*=" icon-"] + a {
  overflow: hidden;
  display: block; }

/* line 159, sass/imports/_typography.sass */
h1,
.fh1 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 0.5em; }

/* line 164, sass/imports/_typography.sass */
h2,
.fh2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 0.5em; }

/* line 169, sass/imports/_typography.sass */
h3,
.fh3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 0.5em; }

/* line 174, sass/imports/_typography.sass */
h4,
.fh4 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 0.5em; }

/* line 179, sass/imports/_typography.sass */
h5,
.fh5 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0.5em; }

/* line 184, sass/imports/_typography.sass */
h6,
.fh6 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5em; }

/* line 189, sass/imports/_typography.sass */
.upper {
  text-transform: uppercase;
  color: #a6a6a6; }

/* line 193, sass/imports/_typography.sass */
.light {
  font-weight: 400; }

/* line 196, sass/imports/_typography.sass */
.separator,
hr {
  padding-bottom: 0.2em;
  margin-bottom: 1em;
  border: 0;
  border-bottom: 1px solid #e4e6e6;
  background: none; }

/* line 204, sass/imports/_typography.sass */
.page-title-wrap {
  margin-bottom: 1.25em; }

/* line 207, sass/imports/_typography.sass */
.page-title {
  font-size: 42px;
  font-size: 2.625rem;
  margin-top: 0.19231em;
  margin-bottom: 0.38462em;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2; }

@media screen and (min-width: 47.9375em) {
  /* line 207, sass/imports/_typography.sass */
  .page-title {
    font-size: 52px;
    font-size: 3.25rem; } }
/* line 218, sass/imports/_typography.sass */
.page-title-wrap .page-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  margin-right: 0.2381em;
  vertical-align: bottom; }

@media screen and (min-width: 47.9375em) {
  /* line 218, sass/imports/_typography.sass */
  .page-title-wrap .page-title {
    margin-right: 0.19231em; } }
/* line 227, sass/imports/_typography.sass */
.home .page-title {
  font-size: 32px;
  font-size: 2rem;
  margin-top: 0.2381em;
  margin-bottom: 0.47619em; }

@media screen and (min-width: 47.9375em) {
  /* line 227, sass/imports/_typography.sass */
  .home .page-title {
    font-size: 42px;
    font-size: 2.625rem; } }
/* line 237, sass/imports/_typography.sass */
.date {
  color: #a6a6a6; }

/* line 240, sass/imports/_typography.sass */
.layered-icon {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 1em;
  min-height: 1em; }

/* line 248, sass/imports/_typography.sass */
a:hover .layered-icon [class^="icon-"],
a:hover .layered-icon [class*=" icon-"] {
  opacity: 1; }

/* line 252, sass/imports/_typography.sass */
a:hover .layered-icon [class^="icon-"] + [class^="icon-"], a:hover .layered-icon [class^="icon-"] + [class*=" icon-"],
a:hover .layered-icon [class*=" icon-"] + [class^="icon-"],
a:hover .layered-icon [class*=" icon-"] + [class*=" icon-"] {
  opacity: 0; }

/* line 256, sass/imports/_typography.sass */
.layered-icon [class^="icon-"],
.layered-icon [class*=" icon-"] {
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms; }

/* line 260, sass/imports/_typography.sass */
.layered-icon [class^="icon-"]:before,
.layered-icon [class*=" icon-"]:before {
  position: absolute;
  left: 0;
  top: 0; }

/* line 265, sass/imports/_typography.sass */
.layered-icon [class^="icon-"] + [class^="icon-"]:before, .layered-icon [class^="icon-"] + [class*=" icon-"]:before,
.layered-icon [class*=" icon-"] + [class^="icon-"]:before,
.layered-icon [class*=" icon-"] + [class*=" icon-"]:before {
  position: absolute;
  left: 0;
  top: 0; }

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

/* line 17, sass/imports/_icons.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 35, sass/imports/_icons.scss */
.icon-add-fill:before {
  content: "\f100"; }

/* line 38, sass/imports/_icons.scss */
.icon-add:before {
  content: "\f101"; }

/* line 41, sass/imports/_icons.scss */
.icon-blogs:before {
  content: "\f102"; }

/* line 44, sass/imports/_icons.scss */
.icon-bubble-list:before {
  content: "\f103"; }

/* line 47, sass/imports/_icons.scss */
.icon-calendar:before {
  content: "\f104"; }

/* line 50, sass/imports/_icons.scss */
.icon-caret-down:before {
  content: "\f105"; }

/* line 53, sass/imports/_icons.scss */
.icon-caret-left:before {
  content: "\f106"; }

/* line 56, sass/imports/_icons.scss */
.icon-caret-right:before {
  content: "\f107"; }

/* line 59, sass/imports/_icons.scss */
.icon-caret-up:before {
  content: "\f108"; }

/* line 62, sass/imports/_icons.scss */
.icon-checkbox:before {
  content: "\f109"; }

/* line 65, sass/imports/_icons.scss */
.icon-comment:before {
  content: "\f10a"; }

/* line 68, sass/imports/_icons.scss */
.icon-cross:before {
  content: "\f10b"; }

/* line 71, sass/imports/_icons.scss */
.icon-doc:before {
  content: "\f10c"; }

/* line 74, sass/imports/_icons.scss */
.icon-download:before {
  content: "\f10d"; }

/* line 77, sass/imports/_icons.scss */
.icon-external:before {
  content: "\f10e"; }

/* line 80, sass/imports/_icons.scss */
.icon-facebook:before {
  content: "\f10f"; }

/* line 83, sass/imports/_icons.scss */
.icon-googleplus:before {
  content: "\f110"; }

/* line 86, sass/imports/_icons.scss */
.icon-home:before {
  content: "\f111"; }

/* line 89, sass/imports/_icons.scss */
.icon-info:before {
  content: "\f112"; }

/* line 92, sass/imports/_icons.scss */
.icon-lang:before {
  content: "\f113"; }

/* line 95, sass/imports/_icons.scss */
.icon-list:before {
  content: "\f114"; }

/* line 98, sass/imports/_icons.scss */
.icon-major-bold:before {
  content: "\f115"; }

/* line 101, sass/imports/_icons.scss */
.icon-major:before {
  content: "\f116"; }

/* line 104, sass/imports/_icons.scss */
.icon-minor-bold:before {
  content: "\f117"; }

/* line 107, sass/imports/_icons.scss */
.icon-minor:before {
  content: "\f118"; }

/* line 110, sass/imports/_icons.scss */
.icon-pause:before {
  content: "\f119"; }

/* line 113, sass/imports/_icons.scss */
.icon-phone:before {
  content: "\f11a"; }

/* line 116, sass/imports/_icons.scss */
.icon-place:before {
  content: "\f11b"; }

/* line 119, sass/imports/_icons.scss */
.icon-play:before {
  content: "\f11c"; }

/* line 122, sass/imports/_icons.scss */
.icon-rss:before {
  content: "\f11d"; }

/* line 125, sass/imports/_icons.scss */
.icon-search:before {
  content: "\f11e"; }

/* line 128, sass/imports/_icons.scss */
.icon-sound-mute:before {
  content: "\f11f"; }

/* line 131, sass/imports/_icons.scss */
.icon-sound:before {
  content: "\f120"; }

/* line 134, sass/imports/_icons.scss */
.icon-stop:before {
  content: "\f121"; }

/* line 137, sass/imports/_icons.scss */
.icon-terrassa:before {
  content: "\f122"; }

/* line 140, sass/imports/_icons.scss */
.icon-twitter:before {
  content: "\f123"; }

/* line 143, sass/imports/_icons.scss */
.icon-user:before {
  content: "\f124"; }

/* line 146, sass/imports/_icons.scss */
.icon-youtube:before {
  content: "\f125"; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/* ==========================================================================
   $VARIABLES
   ========================================================================== */
/**
 * Base colors
 */
/**
 * Backgrounds
 */
/**
 * Borders
 */
/**
 * Buttons
 */
/**
 * Picker base
 */
/**
 * Date picker options
 */
/**
 * Theme configurations
 */
/* ==========================================================================
   $MIXINS
   ========================================================================== */
/**
 * Common picker item states
 */
/**
 * Opacity
 */
/**
 * Vendor prefixes
 */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
/* line 44, sass/imports/_plugin-pickadate-default.scss */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000; }

/**
 * The picker input element.
 */
/* line 55, sass/imports/_plugin-pickadate-default.scss */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
/* line 61, sass/imports/_plugin-pickadate-default.scss */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
/* line 67, sass/imports/_plugin-pickadate-default.scss */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js/themes.htm#default
 */
/* ==========================================================================
   $VARIABLES
   ========================================================================== */
/**
 * Base colors
 */
/**
 * Backgrounds
 */
/**
 * Borders
 */
/**
 * Buttons
 */
/**
 * Picker base
 */
/**
 * Date picker options
 */
/**
 * Theme configurations
 */
/* ==========================================================================
   $MIXINS
   ========================================================================== */
/**
 * Common picker item states
 */
/**
 * Opacity
 */
/**
 * Vendor prefixes
 */
/**
 * Make the holder and frame fullscreen.
 */
/* line 116, sass/imports/_plugin-pickadate-default.scss */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%; }

/**
 * The holder should overlay the entire screen.
 */
/* line 126, sass/imports/_plugin-pickadate-default.scss */
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  -moz-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s; }

/**
 * The frame that bounds the box contents of the picker.
 */
/* line 135, sass/imports/_plugin-pickadate-default.scss */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

@media (min-height: 33.875em) {
  /* line 150, sass/imports/_plugin-pickadate-default.scss */
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%; } }
@media (min-height: 40.125em) {
  /* line 158, sass/imports/_plugin-pickadate-default.scss */
  .picker__frame {
    margin-bottom: 7.5%; } }
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
/* line 165, sass/imports/_plugin-pickadate-default.scss */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%; }

@media (min-height: 33.875em) {
  /* line 171, sass/imports/_plugin-pickadate-default.scss */
  .picker__wrap {
    display: block; } }
/**
 * The box contains all the picker contents.
 */
/* line 178, sass/imports/_plugin-pickadate-default.scss */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle; }

@media (min-height: 26.5em) {
  /* line 184, sass/imports/_plugin-pickadate-default.scss */
  .picker__box {
    font-size: 1.25em; } }
@media (min-height: 33.875em) {
  /* line 189, sass/imports/_plugin-pickadate-default.scss */
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }
@media (min-height: 40.125em) {
  /* line 204, sass/imports/_plugin-pickadate-default.scss */
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; } }
/**
 * When the picker opens...
 */
/* line 215, sass/imports/_plugin-pickadate-default.scss */
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out; }

/* line 225, sass/imports/_plugin-pickadate-default.scss */
.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

@media (min-height: 33.875em) {
  /* line 233, sass/imports/_plugin-pickadate-default.scss */
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0; } }
/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $VARIABLES
   ========================================================================== */
/**
 * Base colors
 */
/**
 * Backgrounds
 */
/**
 * Borders
 */
/**
 * Buttons
 */
/**
 * Picker base
 */
/**
 * Date picker options
 */
/**
 * Theme configurations
 */
/* ==========================================================================
   $MIXINS
   ========================================================================== */
/**
 * Common picker item states
 */
/**
 * Opacity
 */
/**
 * Vendor prefixes
 */
/**
 * The picker box.
 */
/* line 43, sass/imports/_plugin-pickadate-default.date.scss */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
/* line 49, sass/imports/_plugin-pickadate-default.date.scss */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
/* line 57, sass/imports/_plugin-pickadate-default.date.scss */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

/* line 64, sass/imports/_plugin-pickadate-default.date.scss */
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
/* line 72, sass/imports/_plugin-pickadate-default.date.scss */
.picker__select--month,
.picker__select--year {
  font-size: .8em;
  border: 1px solid #b7b7b7;
  height: 2.5em;
  padding: .66em .25em;
  margin-left: .25em;
  margin-right: .25em;
  margin-top: -0.5em; }

/* line 82, sass/imports/_plugin-pickadate-default.date.scss */
.picker__select--month {
  width: 35%; }

/* line 85, sass/imports/_plugin-pickadate-default.date.scss */
.picker__select--year {
  width: 22.5%; }

/* line 88, sass/imports/_plugin-pickadate-default.date.scss */
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
/* line 95, sass/imports/_plugin-pickadate-default.date.scss */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  top: -0.33em;
  padding: .5em 1.33em;
  width: 1em;
  height: 1em; }

/* line 103, sass/imports/_plugin-pickadate-default.date.scss */
.picker__nav--prev {
  left: -1em;
  padding-right: 1.5em; }

/* line 107, sass/imports/_plugin-pickadate-default.date.scss */
.picker__nav--next {
  right: -1em;
  padding-left: 1.5em; }

/* line 111, sass/imports/_plugin-pickadate-default.date.scss */
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

/* line 122, sass/imports/_plugin-pickadate-default.date.scss */
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

/* line 126, sass/imports/_plugin-pickadate-default.date.scss */
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

/* line 132, sass/imports/_plugin-pickadate-default.date.scss */
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
/* line 144, sass/imports/_plugin-pickadate-default.date.scss */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  /* line 155, sass/imports/_plugin-pickadate-default.date.scss */
  .picker__table {
    margin-bottom: .75em; } }
/* line 159, sass/imports/_plugin-pickadate-default.date.scss */
.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
/* line 166, sass/imports/_plugin-pickadate-default.date.scss */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  /* line 176, sass/imports/_plugin-pickadate-default.date.scss */
  .picker__weekday {
    padding-bottom: .5em; } }
/**
 * The days on the calendar
 */
/* line 183, sass/imports/_plugin-pickadate-default.date.scss */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

/* line 188, sass/imports/_plugin-pickadate-default.date.scss */
.picker__day--today {
  color: #0089ec;
  position: relative; }

/* line 192, sass/imports/_plugin-pickadate-default.date.scss */
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

/* line 202, sass/imports/_plugin-pickadate-default.date.scss */
.picker__day--selected,
.picker__day--selected:hover {
  border-color: #0089ec; }

/* line 206, sass/imports/_plugin-pickadate-default.date.scss */
.picker__day--highlighted {
  background: #b1dcfb; }

/* line 209, sass/imports/_plugin-pickadate-default.date.scss */
.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

/* line 212, sass/imports/_plugin-pickadate-default.date.scss */
.picker__day--outfocus {
  color: #dddddd;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";
  filter: alpha(opacity=66);
  -moz-opacity: 0.66;
  opacity: 0.66; }

/* line 219, sass/imports/_plugin-pickadate-default.date.scss */
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

/* line 225, sass/imports/_plugin-pickadate-default.date.scss */
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: #0089ec;
  color: #ffffff; }

/* line 230, sass/imports/_plugin-pickadate-default.date.scss */
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

/* line 237, sass/imports/_plugin-pickadate-default.date.scss */
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today" and "clear" buttons.
 */
/* line 244, sass/imports/_plugin-pickadate-default.date.scss */
.picker__footer {
  text-align: center; }

/* line 247, sass/imports/_plugin-pickadate-default.date.scss */
.picker__button--today,
.picker__button--clear {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 50%;
  display: inline-block;
  vertical-align: bottom; }

/* line 258, sass/imports/_plugin-pickadate-default.date.scss */
.picker__button--today:hover,
.picker__button--clear:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

/* line 265, sass/imports/_plugin-pickadate-default.date.scss */
.picker__button--today:focus,
.picker__button--clear:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

/* line 271, sass/imports/_plugin-pickadate-default.date.scss */
.picker__button--today:before,
.picker__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0; }

/* line 277, sass/imports/_plugin-pickadate-default.date.scss */
.picker__button--today:before {
  content: " ";
  margin-right: .45em;
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

/* line 285, sass/imports/_plugin-pickadate-default.date.scss */
.picker__button--clear:before {
  content: "\D7";
  margin-right: .35em;
  top: -0.1em;
  color: #ee2200;
  vertical-align: top;
  font-size: 1.1em; }

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $VARIABLES
   ========================================================================== */
/**
 * Base colors
 */
/**
 * Backgrounds
 */
/**
 * Borders
 */
/**
 * Buttons
 */
/**
 * Picker base
 */
/**
 * Date picker options
 */
/**
 * Theme configurations
 */
/* ==========================================================================
   $MIXINS
   ========================================================================== */
/**
 * Common picker item states
 */
/**
 * Opacity
 */
/**
 * Vendor prefixes
 */
/* Magnific Popup CSS */
/* line 2, sass/imports/_plugin-magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

/* line 14, sass/imports/_plugin-magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

/* line 24, sass/imports/_plugin-magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 36, sass/imports/_plugin-magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

/* line 42, sass/imports/_plugin-magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none; }

/* line 45, sass/imports/_plugin-magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

/* line 53, sass/imports/_plugin-magnific-popup.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

/* line 58, sass/imports/_plugin-magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress; }

/* line 61, sass/imports/_plugin-magnific-popup.scss */
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

/* line 67, sass/imports/_plugin-magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

/* line 73, sass/imports/_plugin-magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto; }

/* line 76, sass/imports/_plugin-magnific-popup.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* line 84, sass/imports/_plugin-magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none; }

/* line 87, sass/imports/_plugin-magnific-popup.scss */
.mfp-hide {
  display: none !important; }

/* line 90, sass/imports/_plugin-magnific-popup.scss */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

/* line 101, sass/imports/_plugin-magnific-popup.scss */
.mfp-preloader a {
  color: #cccccc; }

/* line 104, sass/imports/_plugin-magnific-popup.scss */
.mfp-preloader a:hover {
  color: white; }

/* line 107, sass/imports/_plugin-magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none; }

/* line 110, sass/imports/_plugin-magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none; }

/* line 113, sass/imports/_plugin-magnific-popup.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 126, sass/imports/_plugin-magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 130, sass/imports/_plugin-magnific-popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

/* line 145, sass/imports/_plugin-magnific-popup.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

/* line 147, sass/imports/_plugin-magnific-popup.scss */
.mfp-close:active {
  top: 1px; }

/* line 150, sass/imports/_plugin-magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333333; }

/* line 153, sass/imports/_plugin-magnific-popup.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

/* line 161, sass/imports/_plugin-magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

/* line 169, sass/imports/_plugin-magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

/* line 180, sass/imports/_plugin-magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px; }

/* line 183, sass/imports/_plugin-magnific-popup.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

/* line 187, sass/imports/_plugin-magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

/* line 200, sass/imports/_plugin-magnific-popup.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

/* line 205, sass/imports/_plugin-magnific-popup.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

/* line 210, sass/imports/_plugin-magnific-popup.scss */
.mfp-arrow-left {
  left: 0; }

/* line 212, sass/imports/_plugin-magnific-popup.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

/* line 216, sass/imports/_plugin-magnific-popup.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

/* line 221, sass/imports/_plugin-magnific-popup.scss */
.mfp-arrow-right {
  right: 0; }

/* line 223, sass/imports/_plugin-magnific-popup.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

/* line 227, sass/imports/_plugin-magnific-popup.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

/* line 231, sass/imports/_plugin-magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

/* line 235, sass/imports/_plugin-magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

/* line 240, sass/imports/_plugin-magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

/* line 246, sass/imports/_plugin-magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* line 256, sass/imports/_plugin-magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
/* line 260, sass/imports/_plugin-magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
/* line 273, sass/imports/_plugin-magnific-popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

/* line 287, sass/imports/_plugin-magnific-popup.scss */
.mfp-figure {
  line-height: 0; }

/* line 290, sass/imports/_plugin-magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

/* line 298, sass/imports/_plugin-magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

/* line 305, sass/imports/_plugin-magnific-popup.scss */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

/* line 311, sass/imports/_plugin-magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%; }

/* line 314, sass/imports/_plugin-magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 321, sass/imports/_plugin-magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  /* line 325, sass/imports/_plugin-magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  /* line 329, sass/imports/_plugin-magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  /* line 333, sass/imports/_plugin-magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  /* line 344, sass/imports/_plugin-magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  /* line 347, sass/imports/_plugin-magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  /* line 351, sass/imports/_plugin-magnific-popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  /* line 362, sass/imports/_plugin-magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  /* line 366, sass/imports/_plugin-magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  /* line 370, sass/imports/_plugin-magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  /* line 374, sass/imports/_plugin-magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  /* line 378, sass/imports/_plugin-magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* line 381, sass/imports/_plugin-magnific-popup.scss */
.mfp-ie7 .mfp-img {
  padding: 0; }

/* line 383, sass/imports/_plugin-magnific-popup.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

/* line 389, sass/imports/_plugin-magnific-popup.scss */
.mfp-ie7 .mfp-container {
  padding: 0; }

/* line 391, sass/imports/_plugin-magnific-popup.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px; }

/* line 393, sass/imports/_plugin-magnific-popup.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* iCheck plugin flat skin, black
----------------------------------- */
/* line 3, sass/imports/_plugin-icheck-checkboxes.scss */
.icheckbox,
.iradio {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(/ajunt-terrassa-theme/images/aj-terrassa/checkboxes.png) no-repeat;
  border: none;
  cursor: pointer;
  background-color: #d0d0d0; }

/* line 17, sass/imports/_plugin-icheck-checkboxes.scss */
.icheckbox {
  background-position: 0 0; }

/* line 20, sass/imports/_plugin-icheck-checkboxes.scss */
.icheckbox.checked {
  background-position: -22px 0; }

/* line 23, sass/imports/_plugin-icheck-checkboxes.scss */
.icheckbox.disabled {
  background-position: -44px 0;
  cursor: default; }

/* line 27, sass/imports/_plugin-icheck-checkboxes.scss */
.icheckbox.checked.disabled {
  background-position: -66px 0; }

/* line 31, sass/imports/_plugin-icheck-checkboxes.scss */
.iradio {
  background-position: -88px 0; }

/* line 34, sass/imports/_plugin-icheck-checkboxes.scss */
.iradio.checked {
  background-position: -110px 0; }

/* line 37, sass/imports/_plugin-icheck-checkboxes.scss */
.iradio.disabled {
  background-position: -132px 0;
  cursor: default; }

/* line 41, sass/imports/_plugin-icheck-checkboxes.scss */
.iradio.checked.disabled {
  background-position: -154px 0; }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 50, sass/imports/_plugin-icheck-checkboxes.scss */
  .icheckbox,
  .iradio {
    background-image: url(img/checkboxes@2x.png);
    -webkit-background-size: 176px 22px;
    background-size: 176px 22px; } }
/* Component: Buttons */
/* line 3, sass/imports/_comp-buttons.sass */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0.375em 0.75em;
  margin-bottom: 0;
  border: 1px solid transparent;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.42857;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: transparent;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

/* line 18, sass/imports/_comp-buttons.sass */
.btn > .icon-major {
  margin-left: 0.1875em; }

/* line 26, sass/imports/_comp-buttons.sass */
.btn-default {
  background-color: #b10000;
  color: white;
  border: 1px solid transparent; }

/* line 30, sass/imports/_comp-buttons.sass */
.btn-default:hover {
  background-color: #640000;
  color: white; }

/* line 26, sass/imports/_comp-buttons.sass */
.btn-neutral {
  background-color: #4c4d4d;
  color: white;
  border: 1px solid transparent; }

/* line 30, sass/imports/_comp-buttons.sass */
.btn-neutral:hover {
  background-color: #640000;
  color: white; }

/* line 26, sass/imports/_comp-buttons.sass */
.btn-primary {
  background-color: #b10000;
  color: white;
  border: 1px solid #640000; }

/* line 30, sass/imports/_comp-buttons.sass */
.btn-primary:hover {
  background-color: #640000;
  color: white; }

/* line 39, sass/imports/_comp-buttons.sass */
.btn-tiny {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.25em 0.25em 0.33333em; }

/* line 39, sass/imports/_comp-buttons.sass */
.btn-small {
  font-size: 13px;
  font-size: 0.8125rem; }

/* line 39, sass/imports/_comp-buttons.sass */
.btn-large {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.55556em 1.66667em; }

/* line 48, sass/imports/_comp-buttons.sass */
.btn-large [class^="icon-"]:before,
.btn-large [class*=" icon-"]:before {
  font-size: 11px;
  font-size: 0.6875rem; }

/* line 39, sass/imports/_comp-buttons.sass */
.btn-xlarge {
  font-size: 24px;
  font-size: 1.5rem; }

/* line 54, sass/imports/_comp-buttons.sass */
.btn-unstyled {
  padding: 0;
  border: 0;
  color: #b10000; }

/* line 59, sass/imports/_comp-buttons.sass */
.btn-unstyled:hover {
  color: #222222; }

/* line 62, sass/imports/_comp-buttons.sass */
.btn-unstyled.disabled {
  color: #e4e6e6;
  cursor: default; }

/* line 66, sass/imports/_comp-buttons.sass */
.btn-unstyled.disabled:hover {
  color: #e4e6e6; }

/* line 69, sass/imports/_comp-buttons.sass */
.btn-rounded {
  border-radius: 3px; }

/* line 72, sass/imports/_comp-buttons.sass */
.btn-link {
  padding: 0.08333em 0.25em 0.16667em; }

/* line 74, sass/imports/_comp-buttons.sass */
.btn-link:hover {
  background: #b10000;
  color: white; }

/* line 80, sass/imports/_comp-buttons.sass */
.page-title-wrap .btn-rss {
  position: relative;
  top: -0.5625em;
  vertical-align: bottom; }

@media screen and (min-width: 47.9375em) {
  /* line 80, sass/imports/_comp-buttons.sass */
  .page-title-wrap .btn-rss {
    top: -0.75em; } }
/* line 88, sass/imports/_comp-buttons.sass */
.btn-search {
  position: absolute;
  top: 0;
  right: 0; 
  height: 100%;
  
  }

/* line 93, sass/imports/_comp-buttons.sass */
.btn-reset {
  position: relative;
  z-index: 2;
  margin-right: -0.76923em;
  border-right: 0;
  border-radius: 3px 0 0 3px; }

/* line 100, sass/imports/_comp-buttons.sass */
.btn-nav-anchor {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  bottom: 0.1em; }

@media screen and (min-width: 47.9375em) {
  /* line 100, sass/imports/_comp-buttons.sass */
  .btn-nav-anchor {
    bottom: 0.15em; } }
@media screen and (min-width: 61.1875em) {
  /* line 100, sass/imports/_comp-buttons.sass */
  .btn-nav-anchor {
    display: none; } }
/* Component: Dropdowns */
/* line 3, sass/imports/_comp-dropdown.sass */
.dropdown {
  position: relative; }

/* line 6, sass/imports/_comp-dropdown.sass */
.dropdown-menu {
  display: none; }

/* line 9, sass/imports/_comp-dropdown.sass */
.open .dropdown-menu {
  position: absolute;
  z-index: 2;
  top: 110%;
  left: 0;
  display: block;
  background: #f2f2f2;
  min-width: 260px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

/* line 21, sass/imports/_comp-dropdown.sass */
.open .dropdown-menu > li > a {
  display: block;
  padding: 0.41667em 1.25em; }

/* line 25, sass/imports/_comp-dropdown.sass */
.open .dropdown-menu > li > a:hover {
  background: #b10000;
  color: white; }

/* line 31, sass/imports/_comp-dropdown.sass */
.open .dropdown-menu > li.active > a {
  color: #a6a6a6; }

/* line 34, sass/imports/_comp-dropdown.sass */
.open .dropdown-menu > li.active > a:hover {
  cursor: default;
  background: transparent; }

/* line 40, sass/imports/_comp-dropdown.sass */
.open .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

/* Component: Forms */
/* line 3, sass/imports/_comp-forms.sass */
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

/* line 8, sass/imports/_comp-forms.sass */
input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 11, sass/imports/_comp-forms.sass */
input[type="radio"],
input[type="checkbox"] {
  margin: 0.25em 0.3125em 0 0;
  margin-top: 1px \9;
  line-height: normal; }

/* line 17, sass/imports/_comp-forms.sass */
input[type="file"] {
  display: block; }

/* line 20, sass/imports/_comp-forms.sass */
select[multiple],
select[size] {
  height: auto; }

/* line 24, sass/imports/_comp-forms.sass */
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

/* line 29, sass/imports/_comp-forms.sass */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 37, sass/imports/_comp-forms.sass */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

/* line 63, sass/imports/_mixins.sass */
::-webkit-input-placeholder {
  color: #a6a6a6;
  font-style: italic; }

/* line 63, sass/imports/_mixins.sass */
:moz-placeholder {
  color: #a6a6a6;
  font-style: italic; }

/* line 63, sass/imports/_mixins.sass */
::-moz-placeholder {
  color: #a6a6a6;
  font-style: italic; }

/* line 63, sass/imports/_mixins.sass */
:-ms-input-placeholder {
  color: #a6a6a6;
  font-style: italic; }

/* line 45, sass/imports/_comp-forms.sass */
.form-control, .zelect .zearch, .zelected {
  display: block;
  width: 100%;
  height: 2.25em;
  margin-bottom: 0.9375em;
  padding: 0.375em 0.75em;
  font-size: 16;
  line-height: 1.42857;
  color: #4c4d4d;
  vertical-align: middle;
  background-color: #e4e6e6;
  border: 1px solid #a6a6a6;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out, box-shadow ease-in-out;
  -webkit-transition-delay: 0.15s, 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

/* line 60, sass/imports/_comp-forms.sass */
.form-control:hover, .zelect .zearch:hover, .zelected:hover {
  border-color: #8c8c8c; }

/* line 63, sass/imports/_comp-forms.sass */
.form-control:focus, .zelect .zearch:focus, .zelected:focus {
  border-color: rgba(228, 35, 19, 0.8);
  outline: 0;
  background: white;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(228, 35, 19, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(228, 35, 19, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(228, 35, 19, 0.6); }

/* line 69, sass/imports/_comp-forms.sass */
.form-control[disabled], .zelect [disabled].zearch, [disabled].zelected, .form-control[readonly], .zelect [readonly].zearch, [readonly].zelected, fieldset[disabled] .form-control, fieldset[disabled] .zelect .zearch, .zelect fieldset[disabled] .zearch, fieldset[disabled] .zelected {
  cursor: not-allowed;
  background-color: #f2f2f2; }

/* line 75, sass/imports/_comp-forms.sass */
.module-half .form-control, .module-half .zelect .zearch, .zelect .module-half .zearch, .module-half .zelected {
  padding: 0.375em 0.75em 0.4375em;
  height: auto;
  background: #f7f7f7;
  border: 1px solid #d1d5d5;
  -moz-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.1); }

/* line 82, sass/imports/_comp-forms.sass */
.module-half .form-control:hover, .module-half .zelect .zearch:hover, .zelect .module-half .zearch:hover, .module-half .zelected:hover {
  border-color: #8c8c8c; }

/* line 85, sass/imports/_comp-forms.sass */
.module-half .form-control:focus, .module-half .zelect .zearch:focus, .zelect .module-half .zearch:focus, .module-half .zelected:focus {
  border-color: rgba(228, 35, 19, 0.8);
  outline: 0;
  background: white;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(228, 35, 19, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(228, 35, 19, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(228, 35, 19, 0.6); }

/* line 91, sass/imports/_comp-forms.sass */
textarea.form-control, .zelect textarea.zearch, textarea.zelected {
  height: auto; }

/* line 96, sass/imports/_comp-forms.sass */
.form-inline > .form-control, .zelect .form-inline > .zearch, .form-inline > .zelected,
.form-inline > label {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* line 102, sass/imports/_comp-forms.sass */
.zelect {
  position: relative;
  min-width: 8.125em; }

@media screen and (min-width: 29.9375em) {
  /* line 102, sass/imports/_comp-forms.sass */
  .zelect {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

  /* line 109, sass/imports/_comp-forms.sass */
  .module-half .zelect {
    display: block; } }
/* line 112, sass/imports/_comp-forms.sass */
.small + .zelect {
  font-size: 13px;
  font-size: 0.8125rem;
  min-width: 10em; }

/* line 116, sass/imports/_comp-forms.sass */
.zelect .dropdown {
  position: absolute;
  top: 2em;
  width: 100%;
  z-index: 5;
  background: #f7f7f7;
  border: 1px solid #d1d5d5;
  border-top: 0;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out, box-shadow ease-in-out;
  -webkit-transition-delay: 0.15s, 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

/* line 127, sass/imports/_comp-forms.sass */
.zelect .dropdown:before, .zelect .dropdown:after {
  content: "";
  position: absolute;
  top: 3.5625em;
  left: 0;
  height: 0.625em;
  width: 100%;
  background-image: -moz-linear-gradient(#f7f7f7, rgba(247, 247, 247, 0));
  background-image: -webkit-linear-gradient(#f7f7f7, rgba(247, 247, 247, 0));
  background-image: linear-gradient(#f7f7f7, rgba(247, 247, 247, 0)); }

/* line 137, sass/imports/_comp-forms.sass */
.zelect .dropdown:after {
  top: auto;
  bottom: 0;
  background-image: -moz-linear-gradient(rgba(247, 247, 247, 0), #f7f7f7);
  background-image: -webkit-linear-gradient(rgba(247, 247, 247, 0), #f7f7f7);
  background-image: linear-gradient(rgba(247, 247, 247, 0), #f7f7f7); }

/* line 142, sass/imports/_comp-forms.sass */
.zelect .dropdown > ol {
  max-height: 16.25em;
  padding: 0.625em 0;
  margin: 0;
  list-style: none;
  overflow-y: auto; }

/* line 149, sass/imports/_comp-forms.sass */
.zelect .dropdown > ol > li {
  cursor: pointer;
  padding: 0.1875em 0.625em; }

/* line 153, sass/imports/_comp-forms.sass */
.zelect .dropdown > ol > li.current {
  background-color: #b10000;
  color: white; }

/* line 159, sass/imports/_comp-forms.sass */
.zelect.hover .dropdown {
  border-color: #8c8c8c; }

/* line 163, sass/imports/_comp-forms.sass */
.zelect .zearch-container {
  padding: 0.3125em 0.625em 0; }

/* line 166, sass/imports/_comp-forms.sass */
.zelect .zearch {
  background: white !important; }

/* line 170, sass/imports/_comp-forms.sass */
.zelected {
  position: relative;
  padding-right: 1.875em;
  background: #f7f7f7;
  border: 1px solid #d1d5d5;
  cursor: pointer;
  border-radius: 0.1875em;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

/* line 180, sass/imports/_comp-forms.sass */
.hover .zelected {
  border-color: #8c8c8c; }

/* line 183, sass/imports/_comp-forms.sass */
.zelected:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border: 0.4375em solid transparent;
  border-top-color: #a6a6a6;
  border-top-width: 0.625em;
  right: 0.625em;
  top: 0.8125em; }

/* line 194, sass/imports/_comp-forms.sass */
.small + .zelect .zelected:after {
  border-width: 0.38462em;
  border-top-width: 0.46154em; }

/* line 198, sass/imports/_comp-forms.sass */
.hover .zelected:after {
  border-top-color: #4c4d4d; }

/* line 203, sass/imports/_comp-forms.sass */
.form-dates {
  font-size: 0; }

/* line 206, sass/imports/_comp-forms.sass */
.form-dates > label,
.form-dates > .form-control,
.zelect .form-dates > .zearch,
.form-dates > .zelected {
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle; }

/* line 211, sass/imports/_comp-forms.sass */
.form-dates > label {
  width: 10%;
  text-align: center; }

/* line 215, sass/imports/_comp-forms.sass */
.form-dates > .form-control, .zelect .form-dates > .zearch, .form-dates > .zelected {
  width: 40%;
  margin-bottom: 0; }

/* Component: Navigation */
/* line 3, sass/imports/_comp-nav.sass */
.navbar {
  position: relative;
  background: white; }

/* line 43, sass/imports/_mixins.sass */
.navbar {
  *zoom: 1; }

/* line 45, sass/imports/_mixins.sass */
.navbar:before, .navbar:after {
  content: "";
  display: table; }

/* line 49, sass/imports/_mixins.sass */
.navbar:after {
  clear: both; }

/* line 8, sass/imports/_comp-nav.sass */
.navbar.fixed {
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  z-index: 60; }

/* line 12, sass/imports/_comp-nav.sass */
.nav-primary {
  padding: 0.3125em 0; }

/* line 43, sass/imports/_mixins.sass */
.nav-primary {
  *zoom: 1; }

/* line 45, sass/imports/_mixins.sass */
.nav-primary:before, .nav-primary:after {
  content: "";
  display: table; }

/* line 49, sass/imports/_mixins.sass */
.nav-primary:after {
  clear: both; }

@media screen and (min-width: 47.9375em) {
  /* line 12, sass/imports/_comp-nav.sass */
  .nav-primary {
    width: 65.51724%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
/* line 19, sass/imports/_comp-nav.sass */
.nav-primary .btn,
.nav-primary li {
  text-transform: uppercase;
  font-weight: 700; }

/* line 24, sass/imports/_comp-nav.sass */
.nav-primary .icon-home {
  display: none; }

@media screen and (min-width: 61.1875em) {
  /* line 24, sass/imports/_comp-nav.sass */
  .nav-primary .icon-home {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

  /* line 30, sass/imports/_comp-nav.sass */
  .nav-primary .icon-home + span {
    display: none; } }
/* line 35, sass/imports/_comp-nav.sass */
.btn-nav-primary.active {
  color: #640000; }

/* line 38, sass/imports/_comp-nav.sass */
.btn-nav-primary.active .icon-cross {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* line 41, sass/imports/_comp-nav.sass */
.btn-nav-primary.active .icon-list {
  display: none; }

/* line 44, sass/imports/_comp-nav.sass */
.btn-nav-primary .icon-cross {
  display: none; }

@media screen and (min-width: 61.1875em) {
  /* line 33, sass/imports/_comp-nav.sass */
  .btn-nav-primary {
    display: none; } }
/* line 50, sass/imports/_comp-nav.sass */
.btn-toggle-submenu {
  position: absolute;
  right: 0.3125em;
  top: 0.25em; }

@media screen and (min-width: 61.1875em) {
  /* line 50, sass/imports/_comp-nav.sass */
  .btn-toggle-submenu {
    display: none; } }
/* line 60, sass/imports/_comp-nav.sass */
.btn-toggle-submenu.active + .nav-primary-submenu {
  height: auto;
  padding: 0.3125em 0; }

/* line 66, sass/imports/_comp-nav.sass */
.btn-toggle-submenu.active .icon-caret-down {
  display: none; }

/* line 69, sass/imports/_comp-nav.sass */
.btn-toggle-submenu.active .icon-caret-up {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* line 72, sass/imports/_comp-nav.sass */
.btn-toggle-submenu .icon-caret-up {
  display: none; }

/* line 75, sass/imports/_comp-nav.sass */
.nav-primary-menu {
  z-index: 9; }

/* line 78, sass/imports/_comp-nav.sass */
.nav-primary-menu.in {
  height: auto;
  padding: 0.3125em 0 0; }

@media (max-width: 61.1875em) {
  /* line 75, sass/imports/_comp-nav.sass */
  .nav-primary-menu {
    overflow: hidden;
    margin: 0 -0.625em;
    padding: 0;
    height: 0;
    background-color: #fafafa;
    -moz-box-shadow: inset 0 2px 4px #e4e6e6;
    -webkit-box-shadow: inset 0 2px 4px #e4e6e6;
    box-shadow: inset 0 2px 4px #e4e6e6;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; } }
@media screen and (min-width: 47.9375em) {
  /* line 75, sass/imports/_comp-nav.sass */
  .nav-primary-menu {
    position: absolute;
    overflow-y: auto;
    max-height: 25em;
    -webkit-overflow-scrolling: touch;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); } }
@media screen and (min-width: 61.1875em) {
  /* line 75, sass/imports/_comp-nav.sass */
  .nav-primary-menu {
    position: static;
    display: block;
    overflow: visible;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  /* line 104, sass/imports/_comp-nav.sass */
  .nav-primary-menu > li {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

  /* line 109, sass/imports/_comp-nav.sass */
  .nav-primary-menu > li.active > a {
    color: #a6a6a6; }

  /* line 112, sass/imports/_comp-nav.sass */
  .nav-primary-menu > li > a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0.92857em 0.35714em 0.71429em;
    color: #222222; }

  /* line 117, sass/imports/_comp-nav.sass */
  .nav-primary-menu > li > a:hover {
    color: #b10000; }

  /* line 120, sass/imports/_comp-nav.sass */
  .nav-primary-menu > li > a:hover ~ .nav-primary-submenu, .nav-primary-menu > li > a:hover + button + .nav-primary-submenu {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/* line 126, sass/imports/_comp-nav.sass */
.nav-primary-menu .nav-primary-item {
  position: relative; }

/* line 129, sass/imports/_comp-nav.sass */
.lt-ie9 .nav-primary-menu .nav-primary-item {
  float: left; }

@media (max-width: 61.1875em) {
  /* line 126, sass/imports/_comp-nav.sass */
  .nav-primary-menu .nav-primary-item {
    border-bottom: 1px solid #f2f2f2; } }
/* line 135, sass/imports/_comp-nav.sass */
.nav-primary-menu .nav-primary-item > a {
  display: block; }

@media (max-width: 61.1875em) {
  /* line 135, sass/imports/_comp-nav.sass */
  .nav-primary-menu .nav-primary-item > a {
    padding: 0.71429em 1.42857em; } }
/* line 143, sass/imports/_comp-nav.sass */
.nav-primary-menu .nav-primary-submenu:hover {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

@media (max-width: 61.1875em) {
  /* line 141, sass/imports/_comp-nav.sass */
  .nav-primary-menu .nav-primary-submenu {
    height: 0;
    overflow: hidden;
    padding: 0;
    background-color: #ededed;
    -moz-box-shadow: inset 0 1px 4px #d7dada;
    -webkit-box-shadow: inset 0 1px 4px #d7dada;
    box-shadow: inset 0 1px 4px #d7dada;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; } }
@media screen and (min-width: 61.1875em) {
  /* line 141, sass/imports/_comp-nav.sass */
  .nav-primary-menu .nav-primary-submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 60;
    top: 100%;
    left: -0.9375em;
    min-width: 15.625em;
    padding: 0.5em 0;
    border-top: 2px solid #b10000;
    background-color: white;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 3px #a6a6a6;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 3px #a6a6a6;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 3px #a6a6a6;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }

  /* line 171, sass/imports/_comp-nav.sass */
  .nav-primary-menu .nav-primary-submenu:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0.9375em;
    border: 0.625em solid transparent;
    border-bottom-color: #b10000; } }
/* line 179, sass/imports/_comp-nav.sass */
.nav-primary-menu .nav-primary-submenu.active {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* line 186, sass/imports/_comp-nav.sass */
.lt-ie9 .nav-primary-menu .nav-primary-submenu .nav-primary-item {
  float: none; }

/* line 189, sass/imports/_comp-nav.sass */
.nav-primary-menu .nav-primary-submenu .nav-primary-item > a {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #222222; }

@media screen and (min-width: 61.1875em) {
  /* line 189, sass/imports/_comp-nav.sass */
  .nav-primary-menu .nav-primary-submenu .nav-primary-item > a {
    padding: 0.21429em 1.07143em;
    text-transform: none; }

  /* line 198, sass/imports/_comp-nav.sass */
  .nav-primary-menu .nav-primary-submenu .nav-primary-item > a:hover {
    background-color: #f2f2f2;
    color: #b10000; } }
/* Search */
/* line 204, sass/imports/_comp-nav.sass */
.btn-toggle-search {
  float: right; }

/* line 207, sass/imports/_comp-nav.sass */
.btn-toggle-search.active {
  color: #640000; }

/* line 210, sass/imports/_comp-nav.sass */
.btn-toggle-search.active .icon-cross {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* line 213, sass/imports/_comp-nav.sass */
.btn-toggle-search.active .icon-search {
  display: none; }

/* line 216, sass/imports/_comp-nav.sass */
.btn-toggle-search .icon-cross {
  display: none; }

@media screen and (min-width: 47.9375em) {
  /* line 204, sass/imports/_comp-nav.sass */
  .btn-toggle-search {
    display: none; } }
/* line 222, sass/imports/_comp-nav.sass */
.nav-search {
  position: absolute;
  top: -10000px;
  margin-bottom: 1.25em;
  opacity: 0;
  -moz-transform: translateY(-0.3125em);
  -ms-transform: translateY(-0.3125em);
  -webkit-transform: translateY(-0.3125em);
  transform: translateY(-0.3125em);
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

/* line 230, sass/imports/_comp-nav.sass */
.nav-search.in {
  position: static;
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

@media screen and (min-width: 47.9375em) {
  /* line 222, sass/imports/_comp-nav.sass */
  .nav-search {
    position: static;
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 31.03448%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-bottom: 0;
    padding-top: 0.625em;
    padding-bottom: 0.625em; } }
/* line 245, sass/imports/_comp-nav.sass */
.nav-search.loading #loader {
  display: block; }

/* line 248, sass/imports/_comp-nav.sass */
.nav-search.loading .icon-search {
  display: none; }

/* line 251, sass/imports/_comp-nav.sass */
.nav-search-form {
  position: relative; }

/* line 254, sass/imports/_comp-nav.sass */
.nav-search-label {
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase; }

/* line 261, sass/imports/_comp-nav.sass */
.nav-search-input {
  padding-right: 3.125em;
  margin-bottom: 0; }

/* line 265, sass/imports/_comp-nav.sass */
.error .nav-search-input {
  border-color: #e42313;
  background: #ffdada; }

/* line 271, sass/imports/_comp-nav.sass */
.nav-search-input:focus + .nav-search-label {
  display: none; }

/* line 274, sass/imports/_comp-nav.sass */
#loader {
  display: none;
  padding: 0.6875em;
  width: 1em;
  height: 1em;
  background: url(img/loader.gif) no-repeat center center; }

/* line 281, sass/imports/_comp-nav.sass */
#isac-iframe-container {
  position: absolute;
  top: 50px;
  left: 2px;
  margin: 0 !important; }

/* Date navigation */
/* line 289, sass/imports/_comp-nav.sass */
.date-nav {
  padding: 0.625em 0;
  text-align: center; }

@media screen and (min-width: 47.9375em) {
  /* line 295, sass/imports/_comp-nav.sass */
  .page-title-wrap .date-nav {
    float: right;
    position: relative;
    top: 1.9375em; } }
@media screen and (min-width: 64.0625em) {
  /* line 302, sass/imports/_comp-nav.sass */
  .page-title-wrap .date-nav {
    position: relative;
    top: 2.5em;
    padding: 0; } }
/* line 307, sass/imports/_comp-nav.sass */
.date-nav .date-nav-datepicker {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

/* line 311, sass/imports/_comp-nav.sass */
.date-nav .icon-calendar {
  display: none; }

@media screen and (min-width: 29.9375em) {
  /* line 311, sass/imports/_comp-nav.sass */
  .date-nav .icon-calendar {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 20px;
    font-size: 1.25rem;
    position: relative;
    top: -0.1em;
    margin-right: 0.15em;
    color: #b10000; }

  /* line 322, sass/imports/_comp-nav.sass */
  .date-nav .icon-calendar:hover {
    color: #640000;
    cursor: pointer; } }
@media screen and (min-width: 64.0625em) {
  /* line 311, sass/imports/_comp-nav.sass */
  .date-nav .icon-calendar {
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 0.125em; } }
@media screen and (min-width: 29.9375em) {
  /* line 330, sass/imports/_comp-nav.sass */
  .date-nav-datepicker {
    position: relative;
    top: -0.05em; } }
@media screen and (min-width: 64.0625em) {
  /* line 330, sass/imports/_comp-nav.sass */
  .date-nav-datepicker {
    position: relative;
    top: -0.3em; } }
/* line 340, sass/imports/_comp-nav.sass */
.date-nav-date {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  font-size: 1rem;
  width: 10.625em;
  padding: 0;
  border: 0;
  font-weight: 300;
  text-transform: uppercase;
  color: #222222;
  line-height: 1;
  text-align: center;
  cursor: pointer; }

/* line 353, sass/imports/_comp-nav.sass */
.date-nav-date:hover {
  color: #640000; }

@media screen and (min-width: 29.9375em) {
  /* line 340, sass/imports/_comp-nav.sass */
  .date-nav-date {
    font-size: 20px;
    font-size: 1.25rem; } }
@media screen and (min-width: 64.0625em) {
  /* line 340, sass/imports/_comp-nav.sass */
  .date-nav-date {
    font-size: 24px;
    font-size: 1.5rem; } }
/* line 362, sass/imports/_comp-nav.sass */
.btn-date-nav {
  vertical-align: top; }

@media screen and (min-width: 64.0625em) {
  /* line 362, sass/imports/_comp-nav.sass */
  .btn-date-nav {
    font-size: 20px;
    font-size: 1.25rem; } }
/* Component: Section Navigation */
/* line 3, sass/imports/_comp-nav-section.sass */
.nav-section {
  margin-bottom: 1.875em;
  margin-top: -1.25em;
  padding: 1.25em 0;
  border: 2px solid #f2f2f2;
  border-left: 0;
  border-right: 0; }

@media screen and (min-width: 61.1875em) {
  /* line 3, sass/imports/_comp-nav-section.sass */
  .nav-section {
    display: block;
    margin-top: 0;
    border: none;
    padding: 0; } }
@media screen and (min-width: 61.1875em) {
  /* line 19, sass/imports/_comp-nav-section.sass */
  .nav-section > .nav-section-items > .nav-section-item {
    display: block; } }
/* line 25, sass/imports/_comp-nav-section.sass */
.nav-section > .nav-section-items > .nav-section-item.active.has-submenu {
  display: block; }

/* line 30, sass/imports/_comp-nav-section.sass */
.has-submenu > .nav-section-items {
  display: none; }

/* line 35, sass/imports/_comp-nav-section.sass */
.has-submenu.active > a {
  font-weight: 700; }

/* line 38, sass/imports/_comp-nav-section.sass */
.has-submenu.active > .nav-section-items {
  display: block; }

/* line 44, sass/imports/_comp-nav-section.sass */
.nav-section-item a {
  display: block;
  color: #222222;
  padding: 0.25em 0;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-left-color: #b10000; }

/* line 51, sass/imports/_comp-nav-section.sass */
.nav-section-item a:hover {
  padding-left: 0.625em;
  color: #b10000;
  background: #f7f7f7;
  border-left: 2px solid #e4e6e6; }

/* line 59, sass/imports/_comp-nav-section.sass */
.nav-section-item > .nav-section-items a {
  color: #b10000; }

@media screen and (min-width: 61.1875em) {
  /* line 57, sass/imports/_comp-nav-section.sass */
  .nav-section-item > .nav-section-items {
    padding: 0.3125em 0;
    margin: 0 0 0.3125em;
    border-left: 2px solid #b10000;
    background: #f2f2f2; }

  /* line 70, sass/imports/_comp-nav-section.sass */
  .nav-section-item > .nav-section-items > .nav-section-item > a {
    padding: 0.28571em 0.71429em;
    font-size: 14px;
    font-size: 0.875rem;
    color: #222222; }

  /* line 75, sass/imports/_comp-nav-section.sass */
  .nav-section-item > .nav-section-items > .nav-section-item > a:hover {
    border-left: 0;
    padding-left: 0.85714em; } }
/* Component: Videos */
/* line 3, sass/imports/_comp-video.sass */
.video-wrap {
  position: relative; }

/* line 5, sass/imports/_comp-video.sass */
.video-wrap > img {
  display: block; }

/* line 8, sass/imports/_comp-video.sass */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.6); }

/* line 15, sass/imports/_comp-video.sass */
.video-overlay [class^="icon-"]:before,
.video-overlay [class*=" icon-"]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #f2f2f2; }

/* line 23, sass/imports/_comp-video.sass */
.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.9375em; }

/* line 32, sass/imports/_comp-video.sass */
.video-embed iframe,
.video-embed object,
.video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Component: Tabs */
/* line 3, sass/imports/_comp-tabs.sass */
.tab-pane {
  display: none; }

/* line 6, sass/imports/_comp-tabs.sass */
.tab-pane.active {
  display: block; }

/* Component: Breadcrumb */
/* line 3, sass/imports/_comp-breadcrumb.sass */
.breadcrumb {
  padding-top: 0.3125em; }

/* line 8, sass/imports/_comp-breadcrumb.sass */
.breadcrumb-items > li {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #a6a6a6; }

/* line 15, sass/imports/_comp-breadcrumb.sass */
.breadcrumb-items > li:last-child a {
  /*color: #a6a6a6;*/
   }

/* Component: Datepicker */
/* line 5, sass/imports/_comp-datepicker.sass */
.picker--opened .picker__holder {
  background: rgba(255, 255, 255, 0.7); }

/* line 8, sass/imports/_comp-datepicker.sass */
.picker__box {
  border-radius: 0;
  border: 1px solid #fafafa;
  -moz-box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.1); }

/* line 13, sass/imports/_comp-datepicker.sass */
.picker__header {
  text-transform: uppercase; }

/* line 19, sass/imports/_comp-datepicker.sass */
.picker__nav--prev:hover,
.picker__nav--next:hover {
  background: none; }

/* line 22, sass/imports/_comp-datepicker.sass */
.picker__nav--prev:hover:before,
.picker__nav--next:hover:before {
  border-right-color: #640000;
  border-left-color: #640000; }

/* line 26, sass/imports/_comp-datepicker.sass */
.picker__nav--prev:before,
.picker__nav--next:before {
  border-right-color: #b10000;
  border-left-color: #b10000; }

/* line 30, sass/imports/_comp-datepicker.sass */
.picker__weekday {
  text-transform: uppercase; }

/* line 33, sass/imports/_comp-datepicker.sass */
.picker__day--today {
  color: #a6a6a6; }

/* line 36, sass/imports/_comp-datepicker.sass */
.picker__day--today:before {
  border-top-color: #a6a6a6; }

/* line 39, sass/imports/_comp-datepicker.sass */
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted,
.picker__day--selected,
.picker__day--selected:hover {
  background: #b10000; }

/* line 45, sass/imports/_comp-datepicker.sass */
.picker__day--selected,
.picker__day--selected:hover {
  border: 1px solid #e4e6e6;
  background: #f2f2f2;
  color: #222222; }

/* line 51, sass/imports/_comp-datepicker.sass */
.picker--focused .picker__day--highlighted {
  border: 1px solid #b10000;
  background: #f7a199;
  color: #222222; }

/* line 56, sass/imports/_comp-datepicker.sass */
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  background-color: #f7a199; }

/* line 60, sass/imports/_comp-datepicker.sass */
.picker__day--outfocus.picker__day--selected {
  color: #f2f2f2; }

/* line 66, sass/imports/_comp-datepicker.sass */
.picker__button--today:hover,
.picker__button--clear:hover {
  background-color: #f7a199;
  border-bottom-color: #f7a199; }

/* line 70, sass/imports/_comp-datepicker.sass */
.picker__button--today:before,
.picker__button--clear:before {
  border-top-color: #640000; }

/* Component: Inline navigation */
/* line 3, sass/imports/_comp-nav-inline.sass */
.nav-inline-label {
  display: none; }

@media screen and (min-width: 61.1875em) {
  /* line 3, sass/imports/_comp-nav-inline.sass */
  .nav-inline-label {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    margin-right: 0.35714em; } }
@media screen and (min-width: 61.1875em) {
  /* line 12, sass/imports/_comp-nav-inline.sass */
  .btn-nav-inline {
    display: none; } }
@media screen and (min-width: 61.1875em) {
  /* line 17, sass/imports/_comp-nav-inline.sass */
  .nav-inline-menu {
    display: block;
    font-size: 0; }

  /* line 23, sass/imports/_comp-nav-inline.sass */
  .nav-inline-menu > li {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

  /* line 26, sass/imports/_comp-nav-inline.sass */
  .nav-inline-menu > li > a {
    display: block;
    padding: 0.3125em 0.375em;
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 3px; }

  /* line 32, sass/imports/_comp-nav-inline.sass */
  .nav-inline-menu > li > a:hover {
    background-color: #e4e6e6; }

  /* line 37, sass/imports/_comp-nav-inline.sass */
  .nav-inline-menu > li.active a {
    background-color: #b10000;
    color: white; }

  /* line 43, sass/imports/_comp-nav-inline.sass */
  .nav-inline-menu > li.disabled a {
    color: #a6a6a6;
    cursor: default; }

  /* line 47, sass/imports/_comp-nav-inline.sass */
  .nav-inline-menu > li.disabled a:hover {
    background-color: transparent; } }
/* Component: Weather */
/* line 3, sass/imports/_comp-weather.sass */
.weather {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline; }

/* line 7, sass/imports/_comp-weather.sass */
.weather > img {
  width: 2.125em;
  margin-left: 0.625em; }

@media screen and (min-width: 47.9375em) {
  /* line 7, sass/imports/_comp-weather.sass */
  .weather > img {
    width: 2.5em; } }
/* Component: Pagination */
/* line 3, sass/imports/_comp-pagination.sass */
.pagination {
  border-top: 1px solid #e4e6e6;
  padding: 1.875em 0;
  margin-top: 1.25em; }

/* line 43, sass/imports/_mixins.sass */
.pagination {
  *zoom: 1; }

/* line 45, sass/imports/_mixins.sass */
.pagination:before, .pagination:after {
  content: "";
  display: table; }

/* line 49, sass/imports/_mixins.sass */
.pagination:after {
  clear: both; }

/* line 9, sass/imports/_comp-pagination.sass */
.pagination-label {
  display: none; }

@media screen and (min-width: 29.9375em) {
  /* line 9, sass/imports/_comp-pagination.sass */
  .pagination-label {
    display: block;
    width: 28.0%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    font-size: 14px;
    font-size: 0.875rem; } }
@media screen and (min-width: 47.9375em) {
  /* line 9, sass/imports/_comp-pagination.sass */
  .pagination-label {
    width: 31.03448%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
@media screen and (min-width: 61.1875em) {
  /* line 9, sass/imports/_comp-pagination.sass */
  .pagination-label {
    width: 21.05263%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
@media screen and (min-width: 64.0625em) {
  /* line 9, sass/imports/_comp-pagination.sass */
  .pagination-label {
    width: 22.12066%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
/* line 26, sass/imports/_comp-pagination.sass */
.pagination-items {
  position: relative;
  top: -0.25em; }

@media screen and (min-width: 29.9375em) {
  /* line 26, sass/imports/_comp-pagination.sass */
  .pagination-items {
    width: 65.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
@media screen and (min-width: 47.9375em) {
  /* line 26, sass/imports/_comp-pagination.sass */
  .pagination-items {
    width: 65.51724%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
@media screen and (min-width: 61.1875em) {
  /* line 26, sass/imports/_comp-pagination.sass */
  .pagination-items {
    width: 73.68421%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
@media screen and (min-width: 64.0625em) {
  /* line 26, sass/imports/_comp-pagination.sass */
  .pagination-items {
    width: 74.04022%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
/* line 42, sass/imports/_comp-pagination.sass */
.pagination-items > li {
  font-size: 14px;
  font-size: 0.875rem; }

/* line 47, sass/imports/_comp-pagination.sass */
.pagination-items > li.disabled > span,
.pagination-items > li.disabled > a,
.pagination-items > li.disabled > a:hover {
  color: #a6a6a6;
  cursor: default;
  background: transparent; }

/* line 56, sass/imports/_comp-pagination.sass */
.pagination-items > li.active > span,
.pagination-items > li.active > a {
  color: white;
  cursor: default;
  background-color: #b10000; }

/* line 62, sass/imports/_comp-pagination.sass */
.pagination-items > li > a {
  display: block;
  padding: 0.25em 0.3125em; }

@media screen and (min-width: 29.9375em) {
  /* line 62, sass/imports/_comp-pagination.sass */
  .pagination-items > li > a {
    padding: 0.3125em 0.5em; } }
/* line 69, sass/imports/_comp-pagination.sass */
.pagination-items > li > a:hover {
  background-color: #640000;
  color: white; }

/* Component: Entries text */
/* line 3, sass/imports/_comp-entry.sass */
.entry {
  margin-bottom: 1.875em; }

/* line 6, sass/imports/_comp-entry.sass */
.sidebar .entry {
  margin-bottom: 0.9375em; }

/* line 9, sass/imports/_comp-entry.sass */
.time-layout-content .entry {
  margin-bottom: 0; }

/* line 12, sass/imports/_comp-entry.sass */
.time-layout-content .entry p:last-child,
.time-layout-content .entry ul:last-child,
.time-layout-content .entry ol:last-child {
  margin-bottom: 0; }

/* line 17, sass/imports/_comp-entry.sass */
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  margin-top: 0; }

/* line 20, sass/imports/_comp-entry.sass */
.entry .lead {
  margin-top: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 300;
  color: #4c4d4d; }

/* line 27, sass/imports/_comp-entry.sass */
.entry ul, .entry ol {
  margin-bottom: 1em; }

/* line 30, sass/imports/_comp-entry.sass */
.entry ul > li, .entry ol > li {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.8em; }

/* line 34, sass/imports/_comp-entry.sass */
.entry ul > li.page-list-item, .entry ol > li.page-list-item {
  margin-bottom: 2.5em; }

/* line 37, sass/imports/_comp-entry.sass */
.entry p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 0;
  line-height: 1.6; }

/* line 44, sass/imports/_comp-entry.sass */
.sidebar .entry p,
.sidebar .entry li {
  font-size: 13px;
  font-size: 0.8125rem; }

/* line 50, sass/imports/_comp-entry.sass */
.page-list h2 + h3 {
  margin-top: -0.5em; }

/* Component: Thumbnails */
/* line 3, sass/imports/_comp-thumbnails.sass */
.thumbnail img,
img.thumbnail {
  padding: 0.1875em;
  border: 1px solid #f2f2f2;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }

/* line 9, sass/imports/_comp-thumbnails.sass */
.thumbnail img:hover,
img.thumbnail:hover {
  border-color: #b10000;
  -moz-box-shadow: 0 0 5px rgba(100, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(100, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(100, 0, 0, 0.5); }

/* Component: Time layout */
/* line 3, sass/imports/_comp-time-layout.sass */
.time-layout {
  margin-bottom: 1.25em; }

/* line 43, sass/imports/_mixins.sass */
.time-layout {
  *zoom: 1; }

/* line 45, sass/imports/_mixins.sass */
.time-layout:before, .time-layout:after {
  content: "";
  display: table; }

/* line 49, sass/imports/_mixins.sass */
.time-layout:after {
  clear: both; }

/* line 7, sass/imports/_comp-time-layout.sass */
.time-layout-datetime {
  width: 22.66667%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  padding: 0 0.625em 0.3125em 0;
  text-align: right; }

@media screen and (min-width: 64.0625em) {
  /* line 12, sass/imports/_comp-time-layout.sass */
  .main .time-layout-datetime {
    width: 10.43876%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
/* line 17, sass/imports/_comp-time-layout.sass */
.today .time-layout-datetime {
  background: #efefef; }

/* line 20, sass/imports/_comp-time-layout.sass */
.time-layout-datetime-day {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1; }

@media screen and (min-width: 29.9375em) {
  /* line 20, sass/imports/_comp-time-layout.sass */
  .time-layout-datetime-day {
    font-size: 36px;
    font-size: 2.25rem; } }
/* line 29, sass/imports/_comp-time-layout.sass */
.time-layout-datetime-month,
.time-layout-datetime-year {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #a6a6a6;
  text-transform: uppercase; }

@media screen and (min-width: 29.9375em) {
  /* line 29, sass/imports/_comp-time-layout.sass */
  .time-layout-datetime-month,
  .time-layout-datetime-year {
    font-size: 18px;
    font-size: 1.125rem; } }
/* line 40, sass/imports/_comp-time-layout.sass */
.time-layout-content {
  position: relative;
  width: 60%;
  float: left;
  margin-right: -100%;
  margin-left: 26.66667%;
  clear: none; }

/* line 44, sass/imports/_comp-time-layout.sass */
.article > .time-layout-content {
  margin-bottom: 1.875em; }

@media screen and (min-width: 64.0625em) {
  /* line 47, sass/imports/_comp-time-layout.sass */
  .main .time-layout-content {
    width: 87.02011%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
/* line 52, sass/imports/_comp-time-layout.sass */
.time-layout-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: -6.66667%;
  width: 0.125em;
  height: 100%;
  background: #e4e6e6; }

@media screen and (min-width: 64.0625em) {
  /* line 61, sass/imports/_comp-time-layout.sass */
  .main .time-layout-content:before {
    left: -2.52708%; } }
/* line 66, sass/imports/_comp-time-layout.sass */
.time-layout-item-meta {
  margin-bottom: 0.3125em; }

/* line 69, sass/imports/_comp-time-layout.sass */
.time-layout-item-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  margin-bottom: 0.27778em;
  font-weight: 600; }

/* line 75, sass/imports/_comp-time-layout.sass */
.main .time-layout-item-title {
  font-weight: 700; }

@media screen and (min-width: 64.0625em) {
  /* line 75, sass/imports/_comp-time-layout.sass */
  .main .time-layout-item-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0.1em; } }
/* Component: Article */
/* line 3, sass/imports/_comp-article.sass */
.article {
  margin-bottom: 1.875em; }

/* line 6, sass/imports/_comp-article.sass */
.article-title {
  margin-top: 0;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0.22727em; }

@media screen and (min-width: 47.9375em) {
  /* line 6, sass/imports/_comp-article.sass */
  .article-title {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 0.16667em; } }
/* line 15, sass/imports/_comp-article.sass */
.article-meta {
  margin-bottom: 0.9375em; }

/* line 18, sass/imports/_comp-article.sass */
.article-meta .date {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0.83333em;
  font-size: 12px;
  font-size: 0.75rem; }

/* line 23, sass/imports/_comp-article.sass */
.article-categories {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* line 26, sass/imports/_comp-article.sass */
.article-categories > li:after {
  content: ", "; }

/* line 29, sass/imports/_comp-article.sass */
.article-categories > li:last-child:after {
  display: none; }

/* line 32, sass/imports/_comp-article.sass */
.article-related {
  clear: both; }

/* line 37, sass/imports/_comp-article.sass */
.article-related .list-inline > li {
  margin-right: 0.9375em; }

/* Component: Back link */
/* line 3, sass/imports/_comp-back-link.sass */
.page-back {
  margin-top: -1em;
  margin-bottom: 2em; }

/* line 7, sass/imports/_comp-back-link.sass */
.page-back-link {
  font-size: 14px;
  font-size: 0.875rem; }

/* line 10, sass/imports/_comp-back-link.sass */
.page-back-link [class^="icon-"],
.page-back-link [class*=" icon-"] {
  margin-right: 0.125em;
  font-size: 12px;
  font-size: 0.75rem; }

/* Main layout */
/* line 3, sass/imports/_layout.sass */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 6, sass/imports/_layout.sass */
img {
  max-width: 100%;
  height: auto; }

/* line 10, sass/imports/_layout.sass */
html {
  background: #f2f2f2; }

/* line 13, sass/imports/_layout.sass */
.container {
  max-width: 79.375em;
  margin: 0 auto;
  padding-left: 0.625em;
  padding-right: 0.625em;
  background: white; }

@media screen and (min-width: 47.9375em) {
  /* line 13, sass/imports/_layout.sass */
  .container {
    padding-left: 1.875em;
    padding-right: 1.875em; } }
@media screen and (min-width: 75.625em) {
  /* line 13, sass/imports/_layout.sass */
  .container {
    padding-left: 3.125em;
    padding-right: 3.125em; } }
/* line 43, sass/imports/_mixins.sass */
.wrap {
  *zoom: 1; }

/* line 45, sass/imports/_mixins.sass */
.wrap:before, .wrap:after {
  content: "";
  display: table; }

/* line 49, sass/imports/_mixins.sass */
.wrap:after {
  clear: both; }

/* line 32, sass/imports/_layout.sass */
.main-container {
  padding-top: 0.625em;
  padding-bottom: 2em; 
  }

/* line 43, sass/imports/_mixins.sass */
.layout-2cols {
  *zoom: 1; }

/* line 45, sass/imports/_mixins.sass */
.layout-2cols:before, .layout-2cols:after {
  content: "";
  display: table; }

/* line 49, sass/imports/_mixins.sass */
.layout-2cols:after {
  clear: both; }

@media screen and (min-width: 61.1875em) {
  /* line 40, sass/imports/_layout.sass */
  .layout-2cols > .main {
    width: 65.51724%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
@media screen and (min-width: 61.1875em) {
  /* line 45, sass/imports/_layout.sass */
  .layout-2cols > .sidebar {
    width: 31.03448%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
/* line 43, sass/imports/_mixins.sass */
.layout-2cols > .layout-2cols {
  *zoom: 1; }

/* line 45, sass/imports/_mixins.sass */
.layout-2cols > .layout-2cols:before, .layout-2cols > .layout-2cols:after {
  content: "";
  display: table; }

/* line 49, sass/imports/_mixins.sass */
.layout-2cols > .layout-2cols:after {
  clear: both; }

@media screen and (min-width: 61.1875em) {
  /* line 53, sass/imports/_layout.sass */
  .layout-2cols > .layout-2cols > .main {
    width: 65.38462%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
@media screen and (min-width: 61.1875em) {
  /* line 58, sass/imports/_layout.sass */
  .layout-2cols > .layout-2cols > .sidebar {
    width: 29.48718%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
/* line 43, sass/imports/_mixins.sass */
.layout-fullwidth {
  *zoom: 1; }

/* line 45, sass/imports/_mixins.sass */
.layout-fullwidth:before, .layout-fullwidth:after {
  content: "";
  display: table; }

/* line 49, sass/imports/_mixins.sass */
.layout-fullwidth:after {
  clear: both; }

@media screen and (min-width: 61.1875em) {
  /* line 70, sass/imports/_layout.sass */
  .breadcrumb + .layout-2cols > .sidebar > .module:first-child {
    padding-top: 1.6875em; } }
/* line 75, sass/imports/_layout.sass */
.aligncenter {
  display: block;
  margin: 0 auto 0.625em; }

/* line 79, sass/imports/_layout.sass */
.alignleft {
  position: relative;
  top: 0.3em;
  float: left;
  margin: 0 0.9375em 0.3125em 0; }

/* line 85, sass/imports/_layout.sass */
.alignright {
  position: relative;
  top: 0.3em;
  float: right;
  margin: 0 0 0.3125em 0.9375em; }

/* line 91, sass/imports/_layout.sass */
.two-up {
  font-size: 0;
  margin-left: -6%; }

/* line 95, sass/imports/_layout.sass */
.two-up > li,
.two-up > p {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 44%;
  margin-left: 6%; }

/* line 103, sass/imports/_layout.sass */
.two-up figcaption {
  font-size: 14px;
  font-size: 0.875rem; }

/* line 106, sass/imports/_layout.sass */
.three-up {
  font-size: 0;
  margin-left: -4.33%; }

/* line 110, sass/imports/_layout.sass */
.three-up > li,
.three-up > p {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 29%;
  margin-left: 4.33%; }

/* line 118, sass/imports/_layout.sass */
.three-up figcaption {
  font-size: 13px;
  font-size: 0.8125rem; }

/* line 121, sass/imports/_layout.sass */
.four-up {
  font-size: 0;
  margin-left: -3%; }

/* line 125, sass/imports/_layout.sass */
.four-up > li,
.four-up > p {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 22%;
  margin-left: 3%; }

/* line 133, sass/imports/_layout.sass */
.five-up {
  font-size: 0;
  margin-left: -2%; }

/* line 137, sass/imports/_layout.sass */
.five-up > li,
.five-up > p {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 18%;
  margin-left: 2%; }

/* Part: Header */
/* line 3, sass/imports/_part-header.sass */
.header {
  border-bottom: 2px solid rgba(34, 34, 34, 0.1); }

/* line 6, sass/imports/_part-header.sass */
.logo {
  padding: 0.625em 0.75em;
  padding-top: 0.375em;
  background: #e42313; }

/* line 11, sass/imports/_part-header.sass */
.logo > img {
  display: block;
  margin: 0 auto; }

/* line 15, sass/imports/_part-header.sass */
.lt-ie9 .logo > img {
  min-width: 100%;
  max-width: none; }

@media screen and (min-width: 29.9375em) {
  /* line 6, sass/imports/_part-header.sass */
  .logo {
    float: left;
    margin-right: 0.625em;
    border-radius: 0 0 8px 8px; } }
/* line 24, sass/imports/_part-header.sass */
.header-tools {
  background: black;
  border-radius: 0 0 8px 8px; }

/* line 43, sass/imports/_mixins.sass */
.header-tools {
  *zoom: 1; }

/* line 45, sass/imports/_mixins.sass */
.header-tools:before, .header-tools:after {
  content: "";
  display: table; }

/* line 49, sass/imports/_mixins.sass */
.header-tools:after {
  clear: both; }

@media screen and (min-width: 29.9375em) {
  /* line 24, sass/imports/_part-header.sass */
  .header-tools {
    margin-left: 237px; } }
/* line 32, sass/imports/_part-header.sass */
.lang {
  float: right;
  padding: 15px 30px;
  font-size: 0.75rem; }

/* line 37, sass/imports/_part-header.sass */
.lang .btn-lang {
  height: 1.625em;
  padding: 0;
  background: transparent;
  color: #f2f2f2; }

/* line 43, sass/imports/_part-header.sass */
.lang .btn-lang .icon-lang {
  font-size: 18px;
  font-size: 1.125rem; }

/* line 46, sass/imports/_part-header.sass */
.lang .btn-lang .icon-caret-down {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 0.3125em; }
.lang a {
  color: white;
}

@media screen and (min-width: 47.9375em) {
  /* line 37, sass/imports/_part-header.sass */
  .lang .btn-lang {
    display: none; } }
/* line 53, sass/imports/_part-header.sass */
.lang-list {
  position: static;
  font-size: 12px;
  font-size: 0.75rem; }

/* line 57, sass/imports/_part-header.sass */
.open .lang-list {
  top: 130%; }

/* line 59, sass/imports/_part-header.sass */
.open .lang-list > li {
  font-size: 18px;
  font-size: 1.125rem; }

@media screen and (min-width: 47.9375em) {
  /* line 53, sass/imports/_part-header.sass */
  .lang-list {
    display: block; } }
@media screen and (min-width: 47.9375em) {
  /* line 65, sass/imports/_part-header.sass */
  .lang-list > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 0.41667em; }

  /* line 70, sass/imports/_part-header.sass */
  .lang-list > li:first-child {
    margin-right: 0; }

  /* line 73, sass/imports/_part-header.sass */
  .lang-list > li > a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0.25em 0.83333em;
    color: #f2f2f2;
    font-weight: 600;
    border-radius: 3px; }

  /* line 80, sass/imports/_part-header.sass */
  .lang-list > li > a:hover {
    background: #b10000; }

  /* line 85, sass/imports/_part-header.sass */
  .lang-list > li.active > a {
    background: #4c4d4d;
    cursor: default; } }
/* line 89, sass/imports/_part-header.sass */
.lang-list > li > a {
  text-transform: uppercase; }

/* line 92, sass/imports/_part-header.sass */
.header-tools-user {
  float: right; }

/* line 95, sass/imports/_part-header.sass */
.header-tools-login {
  height: 3.5em;
  padding-right: 0.9375em;
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #4c4d4d; }

/* line 102, sass/imports/_part-header.sass */
.header-tools-login > a {
  position: relative;
  color: #f2f2f2;
  font-size: 12px;
  font-size: 0.75rem; }

/* line 107, sass/imports/_part-header.sass */
.header-tools-login > a:hover {
  color: #a6a6a6; }

@media screen and (min-width: 29.9375em) {
  /* line 102, sass/imports/_part-header.sass */
  .header-tools-login > a {
    top: -3px; } }
/* line 113, sass/imports/_part-header.sass */
.header-tools-login > a > span {
  display: none; }

@media screen and (min-width: 47.9375em) {
  /* line 113, sass/imports/_part-header.sass */
  .header-tools-login > a > span {
    display: inline; } }
/* line 119, sass/imports/_part-header.sass */
.header-tools-login [class^="icon-"]:before,
.header-tools-login [class*=" icon-"]:before {
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: middle;
  margin-right: 0.5em; }

/* Part: Footer  */
/* line 3, sass/imports/_part-footer.sass */
.footer {
  background-color: #1a1010; }

/* line 6, sass/imports/_part-footer.sass */
.footer > .container {
  background-color: #1a1010; }

/* line 9, sass/imports/_part-footer.sass */
.footer > .container > .wrap {
  padding: 1.25em 0; }

@media screen and (min-width: 47.9375em) {
  /* line 9, sass/imports/_part-footer.sass */
  .footer > .container > .wrap {
    padding: 1.875em 0; } }
/* line 15, sass/imports/_part-footer.sass */
.footer .module {
  margin-bottom: 0; }

/* line 18, sass/imports/_part-footer.sass */
.footer a {
  color: white; }

/* line 21, sass/imports/_part-footer.sass */
.footer a:hover {
  color: #a6a6a6; }

/* Module: Footer Sitemap */
/* line 26, sass/imports/_part-footer.sass */
.footer-sitemap {
  margin-bottom: 1.25em !important; }

@media screen and (min-width: 29.9375em) {
  /* line 26, sass/imports/_part-footer.sass */
  .footer-sitemap {
    margin-bottom: 0 !important;
    float: left;
    width: 46.66667%; } }
/* line 34, sass/imports/_part-footer.sass */
.footer-sitemap > .module-header {
  padding-bottom: 0.625em; }

@media screen and (min-width: 47.9375em) {
  /* line 34, sass/imports/_part-footer.sass */
  .footer-sitemap > .module-header {
    padding-bottom: 1.25em; } }
/* line 40, sass/imports/_part-footer.sass */
.footer-sitemap .module-title {
  font-weight: 700;
  text-transform: none;
  color: #e4e6e6; }

/* line 47, sass/imports/_part-footer.sass */
.footer-sitemap-items > li {
  margin-bottom: 0.3125em; }

/* line 50, sass/imports/_part-footer.sass */
.footer-sitemap-items > li > a {
  font-size: 14px;
  font-size: 0.875rem; }

/* Module: Menú secondari del peu de pàgina  */
@media screen and (min-width: 64.0625em) {
  /* line 55, sass/imports/_part-footer.sass */
  .footer-menu-secondary-nav {
    width: 46.0076%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
/* line 60, sass/imports/_part-footer.sass */
.footer-menu-secondary-nav > ul {
  padding: 0.9375em 0; }

/* line 63, sass/imports/_part-footer.sass */
.footer-menu-secondary-nav > ul:last-child {
  border-bottom: none; }

/* line 66, sass/imports/_part-footer.sass */
.footer-menu-secondary-nav li {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0.41667em; }

/* line 70, sass/imports/_part-footer.sass */
.footer-menu-secondary-nav li [class^="icon-"],
.footer-menu-secondary-nav li [class*=" icon-"] {
  margin-right: 0.3125em; }

/* line 74, sass/imports/_part-footer.sass */
.footer-menu-secondary-nav li [class^="icon-"]:before,
.footer-menu-secondary-nav li [class*=" icon-"]:before {
  font-size: 16px;
  font-size: 1rem;
  color: #4c4d4d; }

/* line 78, sass/imports/_part-footer.sass */
.footer-menu-secondary-channels {
  margin: 0.625em 0;
  border-bottom: 2px solid #4c4d4d;
  border-top: 2px solid #4c4d4d; }

/* line 85, sass/imports/_part-footer.sass */
.footer-menu-secondary-channels > li [class^="icon-"]:before,
.footer-menu-secondary-channels > li [class*=" icon-"]:before {
  font-size: 12px;
  font-size: 0.75rem;
  color: #e42313; }

/* Module: Direcció y atenció al ciutadà */
/* line 92, sass/imports/_part-footer.sass */
.footer-address {
  padding: 0.9375em 0; }

@media screen and (min-width: 47.9375em) {
  /* line 92, sass/imports/_part-footer.sass */
  .footer-address {
    padding-top: 1.875em;
    margin-bottom: 0 !important; } }
/* line 99, sass/imports/_part-footer.sass */
.footer-address-contact {
  margin-bottom: 1.875em; }

@media screen and (min-width: 47.9375em) {
  /* line 99, sass/imports/_part-footer.sass */
  .footer-address-contact {
    width: 48.27586%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
@media screen and (min-width: 64.0625em) {
  /* line 99, sass/imports/_part-footer.sass */
  .footer-address-contact {
    width: 57.28039%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    padding-top: 0.625em; } }
@media screen and (min-width: 64.0625em) {
  /* line 109, sass/imports/_part-footer.sass */
  .footer-address-contact address {
    width: 55.2521%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
/* line 114, sass/imports/_part-footer.sass */
.footer-address-contact address a, .footer-address-contact address span {
  display: block;
  font-style: normal;
  margin-bottom: 0.3125em; }

@media screen and (min-width: 64.0625em) {
  /* line 114, sass/imports/_part-footer.sass */
  .footer-address-contact address a, .footer-address-contact address span {
    font-size: 13px;
    font-size: 0.8125rem; } }
/* line 122, sass/imports/_part-footer.sass */
.footer-address-logo {
  background-color: #e42313;
  border-radius: 8px;
  text-align: center;
  padding: 0.625em 0.75em;
  margin-bottom: 0.625em; }

@media screen and (min-width: 64.0625em) {
  /* line 122, sass/imports/_part-footer.sass */
  .footer-address-logo {
    width: 40.33613%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
/* Atenció al ciutadà */
@media screen and (min-width: 47.9375em) {
  /* line 134, sass/imports/_part-footer.sass */
  .footer-address-citizens {
    width: 48.27586%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
@media screen and (min-width: 64.0625em) {
  /* line 134, sass/imports/_part-footer.sass */
  .footer-address-citizens {
    width: 40.19254%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
/* line 142, sass/imports/_part-footer.sass */
.footer-address-citizens .icon-comment {
  float: left;
  font-size: 80px;
  font-size: 5rem;
  margin-right: 0.1875em;
  color: #e4e6e6;
  line-height: 1; }

/* line 149, sass/imports/_part-footer.sass */
.footer-address-citizens-content {
  padding-top: 0.3125em; }

@media screen and (min-width: 64.0625em) {
  /* line 149, sass/imports/_part-footer.sass */
  .footer-address-citizens-content {
    padding-top: 0; } }
/* line 155, sass/imports/_part-footer.sass */
.footer-address-citizens-content > h1 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  margin-bottom: 0.3125em;
  text-transform: uppercase; }

/* line 161, sass/imports/_part-footer.sass */
.footer-address-citizens-content > p {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.71429em; }

@media screen and (min-width: 64.0625em) {
  /* line 166, sass/imports/_part-footer.sass */
  .footer-address-citizens-content > a {
    font-size: 14px;
    font-size: 0.875rem; } }
/* line 171, sass/imports/_part-footer.sass */
.footer-address-citizens-content > a [class^="icon-"]:before,
.footer-address-citizens-content > a [class*=" icon-"]:before {
  font-size: 12px;
  font-size: 0.75rem; }

/* Modules */
/* line 3, sass/imports/_module.sass */
.module {
  clear: left;
  margin-bottom: 2.5em; }

/* line 43, sass/imports/_mixins.sass */
.module {
  *zoom: 1; }

/* line 45, sass/imports/_mixins.sass */
.module:before, .module:after {
  content: "";
  display: table; }

/* line 49, sass/imports/_mixins.sass */
.module:after {
  clear: both; }

/* line 8, sass/imports/_module.sass */
.module > *:last-child {
  margin-bottom: 0; }

/* line 10, sass/imports/_module.sass */
.module > *:last-child > *:last-child {
  margin-bottom: 0; }

/* line 12, sass/imports/_module.sass */
.module > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 47.9375em) {
  /* line 3, sass/imports/_module.sass */
  .module {
    margin-bottom: 3.125em; } }
/* line 18, sass/imports/_module.sass */
.module-half {
  clear: none; }

/* line 21, sass/imports/_module.sass */
.module-half:nth-child(2n+1) {
  clear: left; }

@media screen and (min-width: 47.9375em) {
  /* line 24, sass/imports/_module.sass */
  .main .module-half {
    float: left;
    width: 48.27586%; }

  /* line 30, sass/imports/_module.sass */
  .main .module-half.social {
    float: none;
    width: auto; }

  /* line 34, sass/imports/_module.sass */
  .main .module-half + .module-half {
    margin-left: 3.44828%; }

  /* line 37, sass/imports/_module.sass */
  .main .module-half + .module-half + .module-half {
    margin-left: 0; }

  /* line 40, sass/imports/_module.sass */
  .main .module-half + .module-half + .module-half + .module-half {
    margin-left: 3.44828%; }

  /* line 43, sass/imports/_module.sass */
  .main .module-half + .module-half + .module-half + .module-half + .module-half {
    margin-left: 0; }

  /* line 46, sass/imports/_module.sass */
  .main .module-half + .module-half + .module-half + .module-half + .module-half + .module-half {
    margin-left: 3.44828%; } }
@media (min-width: 47.9375em) and (max-width: 61.125em) {
  /* line 49, sass/imports/_module.sass */
  .sidebar .module-half {
    float: left;
    width: 48.27586%; }

  /* line 55, sass/imports/_module.sass */
  .sidebar .module-half + .module-half {
    margin-left: 3.44828%; }

  /* line 58, sass/imports/_module.sass */
  .sidebar .module-half + .module-half + .module-half {
    margin-left: 0; }

  /* line 61, sass/imports/_module.sass */
  .sidebar .module-half + .module-half + .module-half + .module-half {
    margin-left: 3.44828%; }

  /* line 64, sass/imports/_module.sass */
  .sidebar .module-half + .module-half + .module-half + .module-half + .module-half {
    margin-left: 0; }

  /* line 67, sass/imports/_module.sass */
  .sidebar .module-half + .module-half + .module-half + .module-half + .module-half + .module-half {
    margin-left: 3.44828%; } }
/* line 71, sass/imports/_module.sass */
.module-separated {
  border-top: 2px solid #e4e6e6; }

/* line 74, sass/imports/_module.sass */
.module-separated .module-header {
  padding-top: 0.3125em; }

@media screen and (min-width: 29.9375em) {
  /* line 74, sass/imports/_module.sass */
  .module-separated .module-header {
    padding-top: 0.625em; } }
/* line 80, sass/imports/_module.sass */
.module-header {
  padding-bottom: 0.9375em; }

/* line 43, sass/imports/_mixins.sass */
.module-header {
  *zoom: 1; }

/* line 45, sass/imports/_mixins.sass */
.module-header:before, .module-header:after {
  content: "";
  display: table; }

/* line 49, sass/imports/_mixins.sass */
.module-header:after {
  clear: both; }

@media screen and (min-width: 29.9375em) {
  /* line 80, sass/imports/_module.sass */
  .module-header {
    padding-bottom: 1.25em; } }
/* line 87, sass/imports/_module.sass */
.module-section-header {
  overflow: hidden;
  margin-bottom: 1.25em; }

@media screen and (min-width: 47.9375em) {
  /* line 87, sass/imports/_module.sass */
  .module-section-header {
    margin-bottom: 1.875em; } }
/* line 94, sass/imports/_module.sass */
.module-title {
  float: left;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase; }

@media screen and (min-width: 29.9375em) {
  /* line 94, sass/imports/_module.sass */
  .module-title {
    font-size: 26px;
    font-size: 1.625rem; } }
/* line 104, sass/imports/_module.sass */
.module-subtitle {
  clear: left;
  float: left;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase; }

@media screen and (min-width: 47.9375em) {
  /* line 104, sass/imports/_module.sass */
  .module-subtitle {
    font-size: 22px;
    font-size: 1.375rem; } }
@media screen and (min-width: 29.9375em) {
  /* line 115, sass/imports/_module.sass */
  .module-subtitle.module-subtitle-inline {
    clear: none;
    position: relative;
    top: 0.38889em;
    margin-left: 0.27778em; } }
/* line 123, sass/imports/_module.sass */
.module-box-content {
  padding: 1.25em 0.9375em; }

/* line 126, sass/imports/_module.sass */
.module-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
  margin-bottom: 0.5em;
  font-weight: 300; }

@media screen and (min-width: 29.9375em) {
  /* line 126, sass/imports/_module.sass */
  .module-subtitle {
    font-size: 22px;
    font-size: 1.375rem; } }
/* line 135, sass/imports/_module.sass */
.module-related-links {
  float: right;
  padding-top: 0.4375em; }

/* line 139, sass/imports/_module.sass */
.module-subtitle-inline + .module-related-links {
  padding-top: 0; }

@media screen and (min-width: 29.9375em) {
  /* line 139, sass/imports/_module.sass */
  .module-subtitle-inline + .module-related-links {
    padding-top: 0.4375em; } }
/* line 145, sass/imports/_module.sass */
.module-related-links > .btn {
  margin-left: -0.1875em; }

/* line 148, sass/imports/_module.sass */
.module-related-links > .btn:first-child {
  margin-left: 0; }

/* Module: Main featured */
/* line 3, sass/imports/_module-main-featured.sass */
.main-featured {
  position: relative; }

/* line 6, sass/imports/_module-main-featured.sass */
.main-featured-slide {
  position: relative; }

/* line 9, sass/imports/_module-main-featured.sass */
.main-featured-img {
  display: block;
  margin-bottom: 0.625em; }

@media screen and (min-width: 47.9375em) {
  /* line 9, sass/imports/_module-main-featured.sass */
  .main-featured-img {
    margin-bottom: 0; } }
@media screen and (min-width: 47.9375em) {
  /* line 16, sass/imports/_module-main-featured.sass */
  .main-featured-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 48.27586%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    height: 100%;
    padding: 1.875em 0.9375em;
    background-image: -moz-linear-gradient(left, black, rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(left, black, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0)); }

  /* line 28, sass/imports/_module-main-featured.sass */
  .main-featured-slide-small .main-featured-content {
    width: 65.51724%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    padding: 0.9375em; } }
/* line 33, sass/imports/_module-main-featured.sass */
.main-featured-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  margin-bottom: 0.22727em; }

@media screen and (min-width: 47.9375em) {
  /* line 33, sass/imports/_module-main-featured.sass */
  .main-featured-title {
    font-size: 28px;
    font-size: 1.75rem;
    font-style: italic;
    color: white;
    line-height: 1.2; } }
@media screen and (min-width: 75.625em) {
  /* line 33, sass/imports/_module-main-featured.sass */
  .main-featured-title {
    font-size: 36px;
    font-size: 2.25rem; } }
/* line 47, sass/imports/_module-main-featured.sass */
.main-featured-subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  margin-bottom: 0.45455em;
  font-weight: 500;
  color: #4c4d4d; }

@media screen and (min-width: 47.9375em) {
  /* line 47, sass/imports/_module-main-featured.sass */
  .main-featured-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
    color: #f2f2f2; } }
/* line 58, sass/imports/_module-main-featured.sass */
.main-featured-link {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.625em; }

@media screen and (min-width: 47.9375em) {
  /* line 58, sass/imports/_module-main-featured.sass */
  .main-featured-link {
    font-size: 22px;
    font-size: 1.375rem;
    font-style: italic; }

  /* line 67, sass/imports/_module-main-featured.sass */
  .main-featured-link:hover {
    color: white; } }
@media screen and (min-width: 75.625em) {
  /* line 58, sass/imports/_module-main-featured.sass */
  .main-featured-link {
    font-size: 24px;
    font-size: 1.5rem; } }
/* line 73, sass/imports/_module-main-featured.sass */
.bx-controls {
  position: relative;
  z-index: 900; }

/* line 77, sass/imports/_module-main-featured.sass */
.bx-controls-direction {
  display: none; }

@media screen and (min-width: 47.9375em) {
  /* line 77, sass/imports/_module-main-featured.sass */
  .bx-controls-direction {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: absolute;
    bottom: 0.9375em;
    left: 0.9375em; }

  /* line 86, sass/imports/_module-main-featured.sass */
  .bx-controls-direction > a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 0.625em;
    color: #f2f2f2; } }
/* line 91, sass/imports/_module-main-featured.sass */
.bx-pager {
  text-align: center; }

@media screen and (min-width: 47.9375em) {
  /* line 91, sass/imports/_module-main-featured.sass */
  .bx-pager {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: absolute;
    bottom: 0.9375em;
    left: 4.375em; } }
/* line 100, sass/imports/_module-main-featured.sass */
.bx-pager-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0.3125em;
  border-radius: 50px;
  background: #e4e6e6; }

/* line 106, sass/imports/_module-main-featured.sass */
.bx-pager-link {
  width: 0.75em;
  height: 0.75em;
  display: table-cell;
  vertical-align: middle;
  line-height: 0; }

@media screen and (min-width: 47.9375em) {
  /* line 106, sass/imports/_module-main-featured.sass */
  .bx-pager-link {
    width: 0.875em;
    height: 0.875em; } }
/* line 115, sass/imports/_module-main-featured.sass */
.slide-step {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50px; }

/* line 120, sass/imports/_module-main-featured.sass */
.active .slide-step {
  background: #b10000; }

/* Module: Direct access menu */
/* line 3, sass/imports/_module-direct-access-menu.sass */
.direct-access-menu-list {
  overflow: hidden; }

/* line 6, sass/imports/_module-direct-access-menu.sass */
.direct-access-menu-list > li {
  margin-bottom: 0.0625em; }

@media screen and (min-width: 47.9375em) {
  /* line 6, sass/imports/_module-direct-access-menu.sass */
  .direct-access-menu-list > li {
    float: left;
    width: 50%;
    padding: 0 0.0625em; } }
@media screen and (min-width: 61.1875em) {
  /* line 6, sass/imports/_module-direct-access-menu.sass */
  .direct-access-menu-list > li {
    float: none;
    width: 100%;
    padding: 0; } }
/* line 19, sass/imports/_module-direct-access-menu.sass */
.direct-access-menu-list > li > a {
  display: block;
  padding: 0.71429em 1.07143em;
  background: #f2f2f2;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase; }

/* line 43, sass/imports/_mixins.sass */
.direct-access-menu-list > li > a {
  *zoom: 1; }

/* line 45, sass/imports/_mixins.sass */
.direct-access-menu-list > li > a:before, .direct-access-menu-list > li > a:after {
  content: "";
  display: table; }

/* line 49, sass/imports/_mixins.sass */
.direct-access-menu-list > li > a:after {
  clear: both; }

/* line 27, sass/imports/_module-direct-access-menu.sass */
.direct-access-menu-list > li > a:hover {
  background: #b10000;
  color: #f2f2f2; }

@media screen and (min-width: 47.9375em) {
  /* line 19, sass/imports/_module-direct-access-menu.sass */
  .direct-access-menu-list > li > a {
    padding: 1em 1.07143em; } }
@media screen and (min-width: 61.1875em) {
  /* line 19, sass/imports/_module-direct-access-menu.sass */
  .direct-access-menu-list > li > a {
    padding: 0.64286em 1.07143em; } }
@media screen and (min-width: 64.0625em) {
  /* line 19, sass/imports/_module-direct-access-menu.sass */
  .direct-access-menu-list > li > a {
    padding: 0.71429em 1.07143em; } }
@media screen and (min-width: 75.625em) {
  /* line 19, sass/imports/_module-direct-access-menu.sass */
  .direct-access-menu-list > li > a {
    padding: 1em 1.07143em; } }
/* line 43, sass/imports/_module-direct-access-menu.sass */
.direct-access-menu-list > li > a [class^="icon-"]:before,
.direct-access-menu-list > li > a [class*=" icon-"]:before {
  position: relative;
  top: 2px;
  float: right; }

/* Module: Featured articles */
@media screen and (min-width: 47.9375em) {
  /* line 43, sass/imports/_mixins.sass */
  .featured-articles {
    *zoom: 1; }

  /* line 45, sass/imports/_mixins.sass */
  .featured-articles:before, .featured-articles:after {
    content: "";
    display: table; }

  /* line 49, sass/imports/_mixins.sass */
  .featured-articles:after {
    clear: both; } }
/* line 8, sass/imports/_module-featured-articles.sass */
.featured-article {
  margin-bottom: 1.25em; }

/* line 43, sass/imports/_mixins.sass */
.featured-article {
  *zoom: 1; }

/* line 45, sass/imports/_mixins.sass */
.featured-article:before, .featured-article:after {
  content: "";
  display: table; }

/* line 49, sass/imports/_mixins.sass */
.featured-article:after {
  clear: both; }

@media screen and (min-width: 29.9375em) {
  /* line 8, sass/imports/_module-featured-articles.sass */
  .featured-article {
    clear: both; } }
@media screen and (min-width: 47.9375em) {
  /* line 17, sass/imports/_module-featured-articles.sass */
  .main .featured-article {
    margin-bottom: 0;
    width: 31.03448%;
    float: left;
    margin-right: -100%;
    margin-left: 34.48276%;
    clear: none; }

  /* line 21, sass/imports/_module-featured-articles.sass */
  .main .featured-article:first-child {
    width: 31.03448%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }

  /* line 24, sass/imports/_module-featured-articles.sass */
  .main .featured-article:last-child {
    width: 31.03448%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
@media (min-width: 47.9375em) and (max-width: 61.1875em) {
  /* line 29, sass/imports/_module-featured-articles.sass */
  .sidebar .featured-article {
    margin-bottom: 0;
    width: 31.03448%;
    float: left;
    margin-right: -100%;
    margin-left: 34.48276%;
    clear: none; }

  /* line 33, sass/imports/_module-featured-articles.sass */
  .sidebar .featured-article:first-child {
    width: 31.03448%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }

  /* line 36, sass/imports/_module-featured-articles.sass */
  .sidebar .featured-article:last-child {
    width: 31.03448%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
/* line 39, sass/imports/_module-featured-articles.sass */
.lt-ie9 .featured-article {
  display: inline-block;
  vertical-align: top;
  margin: 0 !important;
  padding: 0 1em !important;
  float: none !important;
  width: 33% !important; }

/* line 47, sass/imports/_module-featured-articles.sass */
.featured-article-img {
  display: block;
  margin-bottom: 0.625em; }

@media screen and (min-width: 29.9375em) {
  /* line 47, sass/imports/_module-featured-articles.sass */
  .featured-article-img {
    float: left;
    width: 14.28571%;
    margin-right: 6.66667%; } }
@media screen and (min-width: 47.9375em) {
  /* line 47, sass/imports/_module-featured-articles.sass */
  .featured-article-img {
    float: none;
    width: auto;
    margin-right: 0; } }
@media screen and (min-width: 61.1875em) {
  /* line 63, sass/imports/_module-featured-articles.sass */
  .sidebar .featured-article-img {
    float: left;
    width: 31.03448%;
    margin-right: 3.44828%; } }
/* line 68, sass/imports/_module-featured-articles.sass */
.featured-article-title {
  margin: 0;
  margin-bottom: 0.3125em;
  font-size: 16px;
  font-size: 1rem; }

@media screen and (min-width: 29.9375em) {
  /* line 73, sass/imports/_module-featured-articles.sass */
  .featured-article-content {
    overflow: hidden; } }
/* line 78, sass/imports/_module-featured-articles.sass */
.featured-article-content p {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0.38462em; }

/* line 83, sass/imports/_module-featured-articles.sass */
.featured-article-content li {
  font-size: 13px;
  font-size: 0.8125rem; }

/* Module: News list */
/* line 5, sass/imports/_module-news-list.sass */
.news-list .module-title {
  font-size: 26px;
  font-size: 1.625rem; }

@media screen and (min-width: 47.9375em) {
  /* line 5, sass/imports/_module-news-list.sass */
  .news-list .module-title {
    font-size: 32px;
    font-size: 2rem; } }
/* line 11, sass/imports/_module-news-list.sass */
.news-list-item {
  margin-bottom: 0.625em; }

/* line 43, sass/imports/_mixins.sass */
.news-list-item {
  *zoom: 1; }

/* line 45, sass/imports/_mixins.sass */
.news-list-item:before, .news-list-item:after {
  content: "";
  display: table; }

/* line 49, sass/imports/_mixins.sass */
.news-list-item:after {
  clear: both; }

/* line 15, sass/imports/_module-news-list.sass */
.sidebar .news-list-item {
  margin-bottom: 0.3125em; }

/* line 18, sass/imports/_module-news-list.sass */
.news-list-item-media {
  position: relative;
  width: 20%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none; }

@media screen and (min-width: 47.9375em) {
  /* line 18, sass/imports/_module-news-list.sass */
  .news-list-item-media {
    width: 13.7931%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
@media screen and (min-width: 61.1875em) {
  /* line 18, sass/imports/_module-news-list.sass */
  .news-list-item-media {
    width: 21.05263%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
@media screen and (min-width: 64.0625em) {
  /* line 18, sass/imports/_module-news-list.sass */
  .news-list-item-media {
    width: 22.12066%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
/* line 31, sass/imports/_module-news-list.sass */
.news-list-item-content {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }

@media screen and (min-width: 47.9375em) {
  /* line 31, sass/imports/_module-news-list.sass */
  .news-list-item-content {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
@media screen and (min-width: 61.1875em) {
  /* line 31, sass/imports/_module-news-list.sass */
  .news-list-item-content {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
@media screen and (min-width: 64.0625em) {
  /* line 31, sass/imports/_module-news-list.sass */
  .news-list-item-content {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
/* line 43, sass/imports/_module-news-list.sass */
.news-list-item-media + .news-list-item-content {
  width: 73.33333%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }

@media screen and (min-width: 47.9375em) {
  /* line 43, sass/imports/_module-news-list.sass */
  .news-list-item-media + .news-list-item-content {
    width: 82.75862%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
@media screen and (min-width: 61.1875em) {
  /* line 43, sass/imports/_module-news-list.sass */
  .news-list-item-media + .news-list-item-content {
    width: 73.68421%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
@media screen and (min-width: 64.0625em) {
  /* line 43, sass/imports/_module-news-list.sass */
  .news-list-item-media + .news-list-item-content {
    width: 74.04022%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
/* line 55, sass/imports/_module-news-list.sass */
.news-list-item-meta {
  margin-bottom: 0.3125em; }

/* line 57, sass/imports/_module-news-list.sass */
.news-list-item-meta .date {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  font-size: 0.75rem; }

/* line 61, sass/imports/_module-news-list.sass */
.news-list-item-categories {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 0.625em; }

/* line 65, sass/imports/_module-news-list.sass */
.news-list-item-categories > li:after {
  content: ", "; }

/* line 68, sass/imports/_module-news-list.sass */
.news-list-item-categories > li:last-child:after {
  display: none; }

/* line 71, sass/imports/_module-news-list.sass */
.news-list-item-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
  margin-bottom: 0.25em; }

/* line 76, sass/imports/_module-news-list.sass */
.titles-list .news-list-item-title {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem; }

@media screen and (min-width: 75.625em) {
  /* line 76, sass/imports/_module-news-list.sass */
  .titles-list .news-list-item-title {
    font-size: 20px;
    font-size: 1.25rem; } }
/* line 83, sass/imports/_module-news-list.sass */
.sidebar .titles-list .news-list-item-title {
  font-size: 14px;
  font-size: 0.875rem; }

/* line 86, sass/imports/_module-news-list.sass */
.news-list-item-title > a {
  color: #222222; }

/* line 89, sass/imports/_module-news-list.sass */
.news-list-item-title > a:hover {
  color: #640000; }

@media screen and (min-width: 75.625em) {
  /* line 71, sass/imports/_module-news-list.sass */
  .news-list-item-title {
    font-size: 24px;
    font-size: 1.5rem; } }
/* line 95, sass/imports/_module-news-list.sass */
.sidebar .news-list-item-title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.3125em; }

/* Module: Agenda list */
/* line 5, sass/imports/_module-agenda-list.sass */
.agenda-list .module-title {
  font-size: 26px;
  font-size: 1.625rem; }

@media screen and (min-width: 47.9375em) {
  /* line 5, sass/imports/_module-agenda-list.sass */
  .agenda-list .module-title {
    font-size: 32px;
    font-size: 2rem; } }
/* line 13, sass/imports/_module-agenda-list.sass */
.agenda-list .module-subtitle.module-subtitle-inline {
  top: 0.33333em; }

@media screen and (min-width: 29.9375em) {
  /* line 13, sass/imports/_module-agenda-list.sass */
  .agenda-list .module-subtitle.module-subtitle-inline {
    top: 0.16667em; } }
@media screen and (min-width: 47.9375em) {
  /* line 13, sass/imports/_module-agenda-list.sass */
  .agenda-list .module-subtitle.module-subtitle-inline {
    top: 0.45455em; } }
@media screen and (min-width: 47.9375em) {
  /* line 43, sass/imports/_mixins.sass */
  .agenda-list-items {
    *zoom: 1; }

  /* line 45, sass/imports/_mixins.sass */
  .agenda-list-items:before, .agenda-list-items:after {
    content: "";
    display: table; }

  /* line 49, sass/imports/_mixins.sass */
  .agenda-list-items:after {
    clear: both; } }
/* line 38, sass/imports/_module-agenda-list.sass */
.agenda-list-item-date > a {
  color: #222222; }

/* line 41, sass/imports/_module-agenda-list.sass */
.agenda-list-item-day {
  display: block;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 800;
  line-height: 1; }

/* line 47, sass/imports/_module-agenda-list.sass */
.agenda-list-item-month {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase; }

/* line 53, sass/imports/_module-agenda-list.sass */
.agenda-list-item-hour-start,
.agenda-list-item-date-start {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1; }

@media screen and (min-width: 29.9375em) {
  /* line 53, sass/imports/_module-agenda-list.sass */
  .agenda-list-item-hour-start,
  .agenda-list-item-date-start {
    font-size: 24px;
    font-size: 1.5rem; } }
/* line 63, sass/imports/_module-agenda-list.sass */
.agenda-list-item-hour-end,
.agenda-list-item-date-end {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #a6a6a6; }

@media screen and (min-width: 29.9375em) {
  /* line 63, sass/imports/_module-agenda-list.sass */
  .agenda-list-item-hour-end,
  .agenda-list-item-date-end {
    font-size: 18px;
    font-size: 1.125rem; } }
/* line 73, sass/imports/_module-agenda-list.sass */
.agenda-list-item-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  margin-bottom: 0.27778em;
  font-weight: 600; }

/* line 79, sass/imports/_module-agenda-list.sass */
.main .agenda-list-item-title {
  font-weight: 700; }

@media screen and (min-width: 64.0625em) {
  /* line 79, sass/imports/_module-agenda-list.sass */
  .main .agenda-list-item-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0.1em; } }
/* line 86, sass/imports/_module-agenda-list.sass */
.main .agenda-list-item-title > a {
  color: #222222; }

/* line 89, sass/imports/_module-agenda-list.sass */
.agenda-list-item-meta {
  margin-bottom: 0.625em; }

/* line 92, sass/imports/_module-agenda-list.sass */
.agenda-list-item-comments-count {
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 0.3125em; }

/* line 96, sass/imports/_module-agenda-list.sass */
.agenda-list-item-comments-count + strong {
  font-size: 12px;
  font-size: 0.75rem; }

/* line 99, sass/imports/_module-agenda-list.sass */
.agenda-list-item-tags {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* line 104, sass/imports/_module-agenda-list.sass */
.agenda-list-item-tags > li > a {
  font-size: 12px;
  font-size: 0.75rem; }

/* line 107, sass/imports/_module-agenda-list.sass */
.agenda-list-item-entry {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0; }

@media (min-width: 47.9375em) and (max-width: 61.125em) {
  /* line 111, sass/imports/_module-agenda-list.sass */
  .main .agenda-list-item-entry {
    float: left;
    width: 45%; }

  /* line 117, sass/imports/_module-agenda-list.sass */
  .main .agenda-list-item-entry:last-child {
    margin-left: 10%; } }
@media screen and (min-width: 64.0625em) {
  /* line 111, sass/imports/_module-agenda-list.sass */
  .main .agenda-list-item-entry {
    float: left;
    width: 45%;
    font-size: 14px;
    font-size: 0.875rem; }

  /* line 125, sass/imports/_module-agenda-list.sass */
  .main .agenda-list-item-entry:last-child {
    margin-left: 10%; } }
/* line 128, sass/imports/_module-agenda-list.sass */
.agenda-list-timeframe {
  margin-bottom: 1.25em; }

/* line 131, sass/imports/_module-agenda-list.sass */
.agenda-media {
  margin-bottom: 0.5625em; }

/* Module: Tràmits online list */
/* line 3, sass/imports/_module-tramits-list.sass */
.tramits-list {
  background-color: #fff8d9; }

/* line 6, sass/imports/_module-tramits-list.sass */
.tramits-list .module-header {
  background-color: #e6d695;
  padding-top: 1.25em;
  padding-bottom: 0.625em;
  padding-left: 0.9375em; }

/* line 12, sass/imports/_module-tramits-list.sass */
.tramits-list-items {
  clear: left;
  margin-bottom: 0.625em; }

/* line 43, sass/imports/_mixins.sass */
.tramits-list-items {
  *zoom: 1; }

/* line 45, sass/imports/_mixins.sass */
.tramits-list-items:before, .tramits-list-items:after {
  content: "";
  display: table; }

/* line 49, sass/imports/_mixins.sass */
.tramits-list-items:after {
  clear: both; }

/* line 17, sass/imports/_module-tramits-list.sass */
.tramits-list-item {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.71429em; }

@media (min-width: 47.9375em) and (max-width: 61.125em) {
  /* line 21, sass/imports/_module-tramits-list.sass */
  .tramits-list-item .module:not(.module-half) {
    float: left;
    width: 48.27586%;
    margin-left: 0.86207%;
    margin-right: 0.86207%; } }
/* line 28, sass/imports/_module-tramits-list.sass */
.tramits-list-item > a {
  display: block;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

/* line 32, sass/imports/_module-tramits-list.sass */
.tramits-list-item > a:hover {
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

/* line 35, sass/imports/_module-tramits-list.sass */
.tramits-list-item .layered-icon {
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 0.27778em;
  position: relative;
  top: 2px; }

/* line 41, sass/imports/_module-tramits-list.sass */
.tramits-list-item .icon-add {
  color: #e6d695; }

/* line 44, sass/imports/_module-tramits-list.sass */
.tramits-list-item .icon-add-fill {
  color: #b10000;
  opacity: 0; }

/* line 48, sass/imports/_module-tramits-list.sass */
.tramits-list-featured-item {
  font-size: 12px;
  font-size: 0.75rem; }

/* line 51, sass/imports/_module-tramits-list.sass */
.tramits-list-featured-item [class^="icon-"]:before,
.tramits-list-featured-item [class*=" icon-"]:before {
  font-size: 16px;
  font-size: 1rem;
  color: #e6d695; }

/* line 57, sass/imports/_module-tramits-list.sass */
.tramits-list-featured-item a:hover [class^="icon-"]:before,
.tramits-list-featured-item a:hover [class*=" icon-"]:before {
  color: #b10000; }

/* Module: Alcalde */
/* line 3, sass/imports/_module-alcalde.sass */
.alcalde {
  overflow: hidden; }

/* line 6, sass/imports/_module-alcalde.sass */
.alcalde-content {
  position: relative;
  padding-top: 0;
  background: #f2f2f2; }

/* line 11, sass/imports/_module-alcalde.sass */
.alcalde-content:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 0;
  border-bottom: 30px solid #f2f2f2;
  border-left: 15em solid #f2f2f2;
  border-top: 30px solid transparent;
  border-right: 15em solid transparent; }

/* line 23, sass/imports/_module-alcalde.sass */
.alcalde-name {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 0.41667em;
  font-weight: 300; }

/* line 29, sass/imports/_module-alcalde.sass */
.alcalde-name > a {
  color: #222222; }

/* line 32, sass/imports/_module-alcalde.sass */
.alcalde-name > a:hover {
  color: #b10000; }

/* line 35, sass/imports/_module-alcalde.sass */
.alcalde-name > a [class^="icon-"]:before,
.alcalde-name > a [class*=" icon-"]:before {
  position: relative;
  top: 0.3125em;
  float: right;
  color: #b10000;
  font-size: 20px;
  font-size: 1.25rem; }

/* line 43, sass/imports/_module-alcalde.sass */
.alcalde-links {
  overflow: hidden;
  margin-left: -0.35714em; }

/* line 47, sass/imports/_module-alcalde.sass */
.alcalde-links > li {
  float: left;
  width: 50%;
  margin-bottom: 0.71429em; }

/* line 54, sass/imports/_module-alcalde.sass */
.alcalde-links > li.featured a {
  background-color: #b10000;
  color: white; }

/* line 58, sass/imports/_module-alcalde.sass */
.alcalde-links > li.featured a:hover {
  background-color: #4c4d4d; }

/* Module: Poll */
/* line 3, sass/imports/_module-poll.sass */
.poll-header {
  padding: 0.9375em;
  background: #222222;
  color: #f2f2f2; }

/* line 8, sass/imports/_module-poll.sass */
.poll-question {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0;
  margin-bottom: 0.25em; }

/* line 14, sass/imports/_module-poll.sass */
.poll-sublabel {
  font-size: 14px;
  font-size: 0.875rem;
  color: #a6a6a6; }

/* line 18, sass/imports/_module-poll.sass */
.poll-options {
  background: #a6a6a6; }

/* line 23, sass/imports/_module-poll.sass */
.poll-option > .poll-option-label {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 1.07143em;
  color: white; }

/* line 29, sass/imports/_module-poll.sass */
.poll-option > .poll-option-label:hover {
  background-color: #b10000;
  cursor: pointer; }

/* line 33, sass/imports/_module-poll.sass */
.poll-form-results .poll-option > .poll-option-label:hover {
  cursor: default;
  background-color: inherit; }

/* line 37, sass/imports/_module-poll.sass */
.poll-option .iradio,
.poll-option .icheckbox {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 0.625em; }

/* line 43, sass/imports/_module-poll.sass */
.poll-option .inlabel {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 80%;
  overflow: hidden; }

/* line 49, sass/imports/_module-poll.sass */
.poll-option .poll-option-votes + .inlabel {
  padding-left: 0.3125em; }

/* line 52, sass/imports/_module-poll.sass */
.poll-form-results .poll-option:first-child {
  background-color: #b10000; }

/* line 55, sass/imports/_module-poll.sass */
.poll-option-votes {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 15%;
  border-right: 1px solid white;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1;
  font-weight: 600; }

/* line 65, sass/imports/_module-poll.sass */
.poll-option-votes > span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400; }

/* line 71, sass/imports/_module-poll.sass */
.poll-footer {
  padding-top: 0.625em; }

/* line 74, sass/imports/_module-poll.sass */
.poll-show-results {
  float: left; }

/* line 77, sass/imports/_module-poll.sass */
.poll-show-results > a {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 3.21429em; }

/* line 83, sass/imports/_module-poll.sass */
.btn-send-poll {
  float: right; }

/* Module: Most visited */
/* line 3, sass/imports/_module-most-visited.sass */
.most-visited-list {
  font-size: 0px;
  font-size: 0rem; }

/* line 6, sass/imports/_module-most-visited.sass */
.most-visited-item {
  margin-bottom: 1.25em;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top; }

@media screen and (min-width: 47.9375em) {
  /* line 6, sass/imports/_module-most-visited.sass */
  .most-visited-item {
    width: 50%; }

  /* line 14, sass/imports/_module-most-visited.sass */
  .most-visited-item:nth-child(2n+1) {
    padding-right: 0.9375em; }

  /* line 17, sass/imports/_module-most-visited.sass */
  .most-visited-item:nth-child(2n) {
    padding-left: 0.9375em; }

  /* line 20, sass/imports/_module-most-visited.sass */
  .module-half .most-visited-item {
    width: 100%;
    padding: 0; } }
/* line 24, sass/imports/_module-most-visited.sass */
.most-visited-item-media {
  float: left;
  margin-right: 0.9375em; }

/* line 28, sass/imports/_module-most-visited.sass */
.most-visited-item-content {
  overflow: hidden; }

/* line 31, sass/imports/_module-most-visited.sass */
.most-visited-item-title {
  margin: 0;
  margin-bottom: 0.3125em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500; }

/* line 37, sass/imports/_module-most-visited.sass */
.most-visited-item-title + p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0; }

/* Module: Thumbs list */
@media screen and (min-width: 47.9375em) {
  /* line 5, sass/imports/_module-thumbs-list.sass */
  .thumbs-list > .module-header {
    width: 31.03448%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
@media screen and (min-width: 61.1875em) {
  /* line 5, sass/imports/_module-thumbs-list.sass */
  .thumbs-list > .module-header {
    padding-top: 0.9375em;
    width: 13.7931%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
@media screen and (min-width: 64.0625em) {
  /* line 5, sass/imports/_module-thumbs-list.sass */
  .thumbs-list > .module-header {
    padding-top: 1.5625em;
    width: 14.56077%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
/* line 18, sass/imports/_module-thumbs-list.sass */
.thumbs-list-items {
  overflow: hidden; }

@media screen and (min-width: 47.9375em) {
  /* line 18, sass/imports/_module-thumbs-list.sass */
  .thumbs-list-items {
    padding-top: 0.625em;
    width: 65.51724%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
@media screen and (min-width: 61.1875em) {
  /* line 18, sass/imports/_module-thumbs-list.sass */
  .thumbs-list-items {
    padding-top: 1.25em;
    width: 82.75862%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
@media screen and (min-width: 64.0625em) {
  /* line 18, sass/imports/_module-thumbs-list.sass */
  .thumbs-list-items {
    padding-top: 1.875em;
    width: 82.91215%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
/* line 33, sass/imports/_module-thumbs-list.sass */
.thumbs-list-item {
  float: left;
  width: 46.66667%;
  margin-bottom: 1.25em;
  text-align: center; }

/* line 39, sass/imports/_module-thumbs-list.sass */
.thumbs-list-item:nth-child(2n) {
  margin-left: 6.66667%; }

/* line 42, sass/imports/_module-thumbs-list.sass */
.thumbs-list-item:nth-child(2n + 1) {
  clear: left; }

@media screen and (min-width: 61.1875em) {
  /* line 33, sass/imports/_module-thumbs-list.sass */
  .thumbs-list-item {
    width: 16.66667%;
    margin-left: 4.10596% !important;
    clear: none !important; }

  /* line 50, sass/imports/_module-thumbs-list.sass */
  .thumbs-list-item:first-child {
    margin-left: 0 !important; } }
@media screen and (min-width: 64.0625em) {
  /* line 33, sass/imports/_module-thumbs-list.sass */
  .thumbs-list-item {
    width: 17.56168%;
    margin-left: 3.04709% !important; } }
/* line 57, sass/imports/_module-thumbs-list.sass */
.thumbs-list-item-media {
  max-height: 5em;
  width: auto;
  margin-bottom: 0.3125em; }

/* line 62, sass/imports/_module-thumbs-list.sass */
.thumbs-list-item-content {
  overflow: hidden;
  text-align: left; }

/* line 66, sass/imports/_module-thumbs-list.sass */
.thumbs-list-item-title {
  margin: 0;
  margin-bottom: 0.38462em;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500; }

/* line 72, sass/imports/_module-thumbs-list.sass */
.thumbs-list-item-title + p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0; }

/* Module: Social */
/* line 3, sass/imports/_module-social.sass */
.social-nav {
  position: relative;
  z-index: 2;
  font-size: 0; }

/* line 8, sass/imports/_module-social.sass */
.social-nav-item {
  width: 25%;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  text-align: center; }

/* line 16, sass/imports/_module-social.sass */
.social-nav-item.active a {
  position: relative;
  background: #a6a6a6; }

/* line 20, sass/imports/_module-social.sass */
.social-nav-item.active a:after {
  content: "";
  position: absolute;
  bottom: -0.625em;
  left: 50%;
  margin-left: -2.25em;
  border: 0.625em solid transparent;
  border-top-color: #a6a6a6;
  border-left-width: 2.25em;
  border-right-width: 2.25em;
  border-bottom-width: 0; }

/* line 32, sass/imports/_module-social.sass */
.social-nav-item.active a:hover:after {
  border-top-color: #b10000; }

/* line 35, sass/imports/_module-social.sass */
.social-nav-item a {
  display: block;
  color: white;
  background: #222222; }

/* line 40, sass/imports/_module-social.sass */
.social-nav-item a:hover {
  background-color: #b10000; }

/* line 43, sass/imports/_module-social.sass */
.social-nav-item [class^="icon-"],
.social-nav-item [class*=" icon-"] {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 66px; }

/* line 52, sass/imports/_module-social.sass */
.social-nav-rss [class^="icon-"],
.social-nav-rss [class*=" icon-"],
.social-nav-twitter [class^="icon-"],
.social-nav-twitter [class*=" icon-"],
.social-nav-facebook [class^="icon-"],
.social-nav-facebook [class*=" icon-"] {
  font-size: 30px;
  font-size: 1.875rem; }

/* line 56, sass/imports/_module-social.sass */
.social-content {
  background: #f2f2f2;
  padding-bottom: 0.9375em; }

/* line 60, sass/imports/_module-social.sass */
.social-main-link {
  position: relative;
  display: block;
  background: white; }

/* line 65, sass/imports/_module-social.sass */
.social-main-link .icon-major {
  position: absolute;
  right: 1.25em;
  top: 40%; }

/* line 70, sass/imports/_module-social.sass */
.social-main-link-title {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #222222; }

/* line 75, sass/imports/_module-social.sass */
.social-main-link-name {
  font-size: 14px;
  font-size: 0.875rem; }

/* line 78, sass/imports/_module-social.sass */
.social-channels {
  font-size: 0; }

/* line 81, sass/imports/_module-social.sass */
.social-channel {
  width: 50%;
  vertical-align: top;
  padding: 0.9375em 0.9375em 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1; }

/* line 88, sass/imports/_module-social.sass */
.social-channel a {
  font-size: 12px;
  font-size: 0.75rem; }

/* line 91, sass/imports/_module-social.sass */
.social-channel-title {
  display: block;
  font-weight: 600;
  color: #222222; }

/* Module: Filter bar */
/* line 3, sass/imports/_module-filter-bar.sass */
.filter-wrap {
  margin-bottom: 1.25em; }

/* line 43, sass/imports/_mixins.sass */
.filter-wrap {
  *zoom: 1; }

/* line 45, sass/imports/_mixins.sass */
.filter-wrap:before, .filter-wrap:after {
  content: "";
  display: table; }

/* line 49, sass/imports/_mixins.sass */
.filter-wrap:after {
  clear: both; }

@media screen and (min-width: 47.9375em) {
  /* line 3, sass/imports/_module-filter-bar.sass */
  .filter-wrap {
    margin-bottom: 1.875em; } }
/* line 10, sass/imports/_module-filter-bar.sass */
.module + .filter-wrap {
  margin-top: -1.875em; }

/* line 13, sass/imports/_module-filter-bar.sass */
.filter-wrap .dropdown {
  margin-bottom: 0.625em; }

@media screen and (min-width: 29.9375em) {
  /* line 13, sass/imports/_module-filter-bar.sass */
  .filter-wrap .dropdown {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0; } }
/* Module: Calendar */
/* line 5, sass/imports/_module-calendar.sass */
.calendar .module-header {
  padding-bottom: 0.625em; }

/* line 8, sass/imports/_module-calendar.sass */
.calendar .picker__weekday {
  background-color: #f2f2f2;
  padding-top: 0.41667em; }

/* line 21, sass/imports/_module-calendar.sass */
.calendar .picker__table tr > td:last-child a,
.calendar .picker__table tr > th:last-child a {
  color: #b10000; }

/* line 26, sass/imports/_module-calendar.sass */
.calendar .picker__table tr > td:last-child .picker__day--outfocus a,
.calendar .picker__table tr > th:last-child .picker__day--outfocus a {
  color: #ff9898; }

/* line 29, sass/imports/_module-calendar.sass */
.calendar .picker__table tr > td a,
.calendar .picker__table tr > th a {
  color: #222222; }

/* line 36, sass/imports/_module-calendar.sass */
.calendar .picker__table tr > td .picker__day:hover a,
.calendar .picker__table tr > th .picker__day:hover a {
  color: #640000; }

/* line 41, sass/imports/_module-calendar.sass */
.calendar .picker__table tr > td .picker__day--outfocus a,
.calendar .picker__table tr > th .picker__day--outfocus a {
  color: #a6a6a6; }

/* line 44, sass/imports/_module-calendar.sass */
.calendar .picker__day--today {
  background: #e4e6e6; }

/* line 47, sass/imports/_module-calendar.sass */
.calendar-month-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0.22727em;
  vertical-align: middle;
  font-size: 22px;
  font-size: 1.375rem;
  text-transform: uppercase;
  font-weight: 300; }

@media screen and (min-width: 61.1875em) {
  /* line 47, sass/imports/_module-calendar.sass */
  .calendar-month-title {
    margin: 0 0.19231em;
    font-size: 26px;
    font-size: 1.625rem; } }
/* Module: Search */
/* line 3, sass/imports/_module-search.sass */
.search-form {
  position: relative;
  margin-bottom: 0.9375em; }

/* line 7, sass/imports/_module-search.sass */
.search-form .btn-search {
  position: relative;
  float: right;
  margin-top: 0.625em;
  top: auto;
  padding: 0.25em 0.83333em; }

/* line 14, sass/imports/_module-search.sass */
.search-label {
  margin-bottom: 0.41667em; }

@media screen and (min-width: 29.9375em) {
  /* line 14, sass/imports/_module-search.sass */
  .search-label {
    margin-bottom: 0.38462em; } }
/* line 23, sass/imports/_module-search.sass */
.search-input + .btn-search {
  position: absolute;
  float: none;
  margin-top: 0;
  right: 0.1875em;
  bottom: 1em;
  color: #a6a6a6;
  background: transparent; }

/* line 32, sass/imports/_module-search.sass */
.search-input + .btn-search:hover {
  color: #b10000; }

/* Module: Well */
/* line 3, sass/imports/_module-well.sass */
.well {
  background-color: #f2f2f2; }

/* line 6, sass/imports/_module-well.sass */
.sidebar .well {
  font-size: 14px;
  font-size: 0.875rem; }

/* line 9, sass/imports/_module-well.sass */
.module-header + .well {
  margin-top: -1em; }

/* line 12, sass/imports/_module-well.sass */
.well > [class^="icon-"],
.well > [class*=" icon-"] {
  font-size: 30px;
  font-size: 1.875rem;
  float: left;
  margin-right: 0.33333em;
  color: #b10000; }

/* line 19, sass/imports/_module-well.sass */
.well > [class^="icon-"] + .entry,
.well > [class*=" icon-"] + .entry {
  overflow: hidden; }

/* Module: Galleries */
/* line 5, sass/imports/_module-gallery.sass */
.img-gallery figcaption {
  padding: 0.1875em 0.3125em 0.3125em; }

/* line 8, sass/imports/_module-gallery.sass */
.sidebar .img-gallery figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  padding-bottom: 0; }

/* line 12, sass/imports/_module-gallery.sass */
.img-gallery .figure-download {
  padding: 0 0.3125em 0.3125em;
  font-size: 12px;
  font-size: 0.75rem; }

/* line 16, sass/imports/_module-gallery.sass */
.img-gallery .figure-download:last-child {
  padding-top: 0.1875em; }

/* line 19, sass/imports/_module-gallery.sass */
.mfp-counter {
  text-align: right;
  min-width: 3.125em; }

/* Module: Audio player */
/* line 3, sass/imports/_module-audio-player.sass */
.audio-player {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #b10000;
  opacity: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

/* line 14, sass/imports/_module-audio-player.sass */
.audio-player.active {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* line 18, sass/imports/_module-audio-player.sass */
.audio-player a {
  color: #e7b2b2; }

/* line 21, sass/imports/_module-audio-player.sass */
.audio-title {
  background: #980000;
  text-align: center; }

/* line 25, sass/imports/_module-audio-player.sass */
.audio-title > h1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0.38462em 1.875em 0.53846em;
  margin: 0;
  color: white;
  font-weight: 300;
  text-align: center; }

/* line 33, sass/imports/_module-audio-player.sass */
.audio-interface {
  padding: 0.9375em;
  overflow: hidden; }

@media screen and (min-width: 64.0625em) {
  /* line 33, sass/imports/_module-audio-player.sass */
  .audio-interface {
    padding: 1.875em; } }
/* line 41, sass/imports/_module-audio-player.sass */
.audio-controls {
  width: 33.33333%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  text-align: right;
  font-size: 0; }

@media screen and (min-width: 47.9375em) {
  /* line 41, sass/imports/_module-audio-player.sass */
  .audio-controls {
    width: 22.41379%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
@media screen and (min-width: 61.1875em) {
  /* line 41, sass/imports/_module-audio-player.sass */
  .audio-controls {
    width: 13.7931%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
@media screen and (min-width: 64.0625em) {
  /* line 41, sass/imports/_module-audio-player.sass */
  .audio-controls {
    width: 14.56077%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
/* line 55, sass/imports/_module-audio-player.sass */
.audio-controls > li {
  position: relative;
  top: -0.125em;
  font-size: 20px;
  font-size: 1.25rem; }

/* line 60, sass/imports/_module-audio-player.sass */
.audio-controls > li > a {
  padding: 0 0.25em; }

/* line 63, sass/imports/_module-audio-player.sass */
.audio-controls > li > a:hover {
  color: white; }

/* line 66, sass/imports/_module-audio-player.sass */
.audio-controls > li > a.audio-mute {
  padding-right: 0.75em; }

/* line 69, sass/imports/_module-audio-player.sass */
.audio-mute,
.audio-unmute {
  position: relative;
  left: 0.125em;
  font-size: 22px;
  font-size: 1.375rem; }

/* line 75, sass/imports/_module-audio-player.sass */
.audio-progress {
  width: 33.33333%;
  float: left;
  margin-right: -100%;
  margin-left: 40%;
  clear: none;
  padding-top: 0.3125em; }

@media screen and (min-width: 47.9375em) {
  /* line 75, sass/imports/_module-audio-player.sass */
  .audio-progress {
    width: 56.89655%;
    float: left;
    margin-right: -100%;
    margin-left: 25.86207%;
    clear: none; } }
@media screen and (min-width: 61.1875em) {
  /* line 75, sass/imports/_module-audio-player.sass */
  .audio-progress {
    width: 65.51724%;
    float: left;
    margin-right: -100%;
    margin-left: 17.24138%;
    clear: none; } }
@media screen and (min-width: 64.0625em) {
  /* line 75, sass/imports/_module-audio-player.sass */
  .audio-progress {
    width: 65.82431%;
    float: left;
    margin-right: -100%;
    margin-left: 17.08785%;
    clear: none; } }
/* line 88, sass/imports/_module-audio-player.sass */
.audio-seek-bar {
  background-color: #780606;
  height: 1.25em;
  border-radius: 0.0625em; }

/* line 93, sass/imports/_module-audio-player.sass */
.audio-play-bar {
  background-color: #f53c3c;
  height: 1.25em;
  border-radius: 0.0625em;
  border-right: #f98484 0.125em solid; }

/* line 99, sass/imports/_module-audio-player.sass */
.audio-time-holder {
  width: 20%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }

@media screen and (min-width: 47.9375em) {
  /* line 99, sass/imports/_module-audio-player.sass */
  .audio-time-holder {
    width: 13.7931%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
@media screen and (min-width: 61.1875em) {
  /* line 99, sass/imports/_module-audio-player.sass */
  .audio-time-holder {
    width: 13.7931%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
@media screen and (min-width: 64.0625em) {
  /* line 99, sass/imports/_module-audio-player.sass */
  .audio-time-holder {
    width: 14.56077%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
/* line 111, sass/imports/_module-audio-player.sass */
.audio-current-time,
.audio-duration {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #e7b2b2;
  font-size: 21px;
  font-size: 1.3125rem; }

/* line 117, sass/imports/_module-audio-player.sass */
.audio-duration {
  display: none; }

/* line 120, sass/imports/_module-audio-player.sass */
.audio-duration:before {
  content: " /"; }

/* line 123, sass/imports/_module-audio-player.sass */
.audio-wrapper-close {
  position: absolute;
  top: 1.125em;
  right: 1.25em; }

/* line 128, sass/imports/_module-audio-player.sass */
.btn-close-player {
  color: #e7b2b2; }

/* line 131, sass/imports/_module-audio-player.sass */
.btn-close-player:hover {
  color: white; }

/* line 134, sass/imports/_module-audio-player.sass */
.audio-wrapper-download {
  position: absolute;
  top: 0.875em;
  left: 1.25em; }

/* line 139, sass/imports/_module-audio-player.sass */
.audio-download {
  font-size: 24px;
  font-size: 1.5rem;
  color: #e7b2b2; }

/* line 143, sass/imports/_module-audio-player.sass */
.audio-download:hover {
  color: white; }

/*	Specific styles - Styles that won't fit in a modular .sass file
 * ==========================================================================	 */

.icona-blogs {
    background: url("/imatges/nova_plantilla/icon-blogs.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
}

