@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Own imports */
/* Package import */
/* line 5, ../../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../node_modules/font-awesome/scss/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../node_modules/font-awesome/scss/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../node_modules/font-awesome/scss/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../node_modules/font-awesome/scss/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../node_modules/font-awesome/scss/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../node_modules/font-awesome/scss/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../node_modules/font-awesome/scss/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../node_modules/font-awesome/scss/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../node_modules/font-awesome/scss/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../node_modules/font-awesome/scss/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../node_modules/font-awesome/scss/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../node_modules/font-awesome/scss/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../node_modules/font-awesome/scss/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, ../node_modules/font-awesome/scss/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, ../node_modules/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 15, ../node_modules/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../node_modules/font-awesome/scss/_spinning.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, ../node_modules/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../node_modules/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../node_modules/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../node_modules/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../node_modules/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, ../node_modules/font-awesome/scss/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../node_modules/font-awesome/scss/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../node_modules/font-awesome/scss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../node_modules/font-awesome/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../node_modules/font-awesome/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../node_modules/font-awesome/scss/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../node_modules/font-awesome/scss/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, ../node_modules/font-awesome/scss/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../node_modules/font-awesome/scss/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../node_modules/font-awesome/scss/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../node_modules/font-awesome/scss/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../node_modules/font-awesome/scss/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../node_modules/font-awesome/scss/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../node_modules/font-awesome/scss/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../node_modules/font-awesome/scss/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../node_modules/font-awesome/scss/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../node_modules/font-awesome/scss/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../node_modules/font-awesome/scss/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../node_modules/font-awesome/scss/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../node_modules/font-awesome/scss/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, ../node_modules/font-awesome/scss/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, ../node_modules/font-awesome/scss/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, ../node_modules/font-awesome/scss/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, ../node_modules/font-awesome/scss/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, ../node_modules/font-awesome/scss/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, ../node_modules/font-awesome/scss/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, ../node_modules/font-awesome/scss/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, ../node_modules/font-awesome/scss/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, ../node_modules/font-awesome/scss/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, ../node_modules/font-awesome/scss/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, ../node_modules/font-awesome/scss/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, ../node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, ../node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, ../node_modules/font-awesome/scss/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, ../node_modules/font-awesome/scss/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, ../node_modules/font-awesome/scss/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, ../node_modules/font-awesome/scss/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, ../node_modules/font-awesome/scss/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, ../node_modules/font-awesome/scss/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, ../node_modules/font-awesome/scss/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, ../node_modules/font-awesome/scss/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, ../node_modules/font-awesome/scss/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, ../node_modules/font-awesome/scss/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, ../node_modules/font-awesome/scss/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, ../node_modules/font-awesome/scss/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, ../node_modules/font-awesome/scss/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, ../node_modules/font-awesome/scss/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, ../node_modules/font-awesome/scss/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, ../node_modules/font-awesome/scss/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, ../node_modules/font-awesome/scss/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, ../node_modules/font-awesome/scss/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, ../node_modules/font-awesome/scss/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, ../node_modules/font-awesome/scss/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, ../node_modules/font-awesome/scss/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, ../node_modules/font-awesome/scss/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, ../node_modules/font-awesome/scss/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, ../node_modules/font-awesome/scss/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, ../node_modules/font-awesome/scss/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, ../node_modules/font-awesome/scss/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, ../node_modules/font-awesome/scss/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, ../node_modules/font-awesome/scss/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, ../node_modules/font-awesome/scss/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, ../node_modules/font-awesome/scss/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, ../node_modules/font-awesome/scss/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, ../node_modules/font-awesome/scss/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, ../node_modules/font-awesome/scss/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, ../node_modules/font-awesome/scss/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, ../node_modules/font-awesome/scss/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, ../node_modules/font-awesome/scss/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, ../node_modules/font-awesome/scss/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, ../node_modules/font-awesome/scss/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, ../node_modules/font-awesome/scss/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, ../node_modules/font-awesome/scss/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, ../node_modules/font-awesome/scss/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, ../node_modules/font-awesome/scss/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, ../node_modules/font-awesome/scss/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, ../node_modules/font-awesome/scss/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, ../node_modules/font-awesome/scss/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, ../node_modules/font-awesome/scss/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, ../node_modules/font-awesome/scss/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, ../node_modules/font-awesome/scss/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, ../node_modules/font-awesome/scss/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, ../node_modules/font-awesome/scss/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, ../node_modules/font-awesome/scss/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, ../node_modules/font-awesome/scss/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, ../node_modules/font-awesome/scss/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, ../node_modules/font-awesome/scss/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, ../node_modules/font-awesome/scss/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, ../node_modules/font-awesome/scss/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, ../node_modules/font-awesome/scss/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, ../node_modules/font-awesome/scss/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, ../node_modules/font-awesome/scss/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, ../node_modules/font-awesome/scss/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, ../node_modules/font-awesome/scss/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, ../node_modules/font-awesome/scss/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, ../node_modules/font-awesome/scss/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, ../node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, ../node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, ../node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, ../node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, ../node_modules/font-awesome/scss/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, ../node_modules/font-awesome/scss/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, ../node_modules/font-awesome/scss/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, ../node_modules/font-awesome/scss/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, ../node_modules/font-awesome/scss/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, ../node_modules/font-awesome/scss/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, ../node_modules/font-awesome/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, ../node_modules/font-awesome/scss/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, ../node_modules/font-awesome/scss/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, ../node_modules/font-awesome/scss/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, ../node_modules/font-awesome/scss/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, ../node_modules/font-awesome/scss/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, ../node_modules/font-awesome/scss/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, ../node_modules/font-awesome/scss/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, ../node_modules/font-awesome/scss/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, ../node_modules/font-awesome/scss/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, ../node_modules/font-awesome/scss/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, ../node_modules/font-awesome/scss/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, ../node_modules/font-awesome/scss/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, ../node_modules/font-awesome/scss/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, ../node_modules/font-awesome/scss/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, ../node_modules/font-awesome/scss/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, ../node_modules/font-awesome/scss/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, ../node_modules/font-awesome/scss/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, ../node_modules/font-awesome/scss/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, ../node_modules/font-awesome/scss/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, ../node_modules/font-awesome/scss/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, ../node_modules/font-awesome/scss/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, ../node_modules/font-awesome/scss/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, ../node_modules/font-awesome/scss/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, ../node_modules/font-awesome/scss/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, ../node_modules/font-awesome/scss/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, ../node_modules/font-awesome/scss/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, ../node_modules/font-awesome/scss/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, ../node_modules/font-awesome/scss/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, ../node_modules/font-awesome/scss/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, ../node_modules/font-awesome/scss/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, ../node_modules/font-awesome/scss/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, ../node_modules/font-awesome/scss/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, ../node_modules/font-awesome/scss/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, ../node_modules/font-awesome/scss/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, ../node_modules/font-awesome/scss/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, ../node_modules/font-awesome/scss/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, ../node_modules/font-awesome/scss/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, ../node_modules/font-awesome/scss/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, ../node_modules/font-awesome/scss/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, ../node_modules/font-awesome/scss/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, ../node_modules/font-awesome/scss/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, ../node_modules/font-awesome/scss/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, ../node_modules/font-awesome/scss/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, ../node_modules/font-awesome/scss/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, ../node_modules/font-awesome/scss/_icons.scss */
.fa-facebook:before {
  content: "";
}

/* line 162, ../node_modules/font-awesome/scss/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 163, ../node_modules/font-awesome/scss/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 164, ../node_modules/font-awesome/scss/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 165, ../node_modules/font-awesome/scss/_icons.scss */
.fa-rss:before {
  content: "";
}

/* line 166, ../node_modules/font-awesome/scss/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 167, ../node_modules/font-awesome/scss/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 168, ../node_modules/font-awesome/scss/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 169, ../node_modules/font-awesome/scss/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 170, ../node_modules/font-awesome/scss/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 171, ../node_modules/font-awesome/scss/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 172, ../node_modules/font-awesome/scss/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 173, ../node_modules/font-awesome/scss/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 174, ../node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 175, ../node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 176, ../node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 177, ../node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 178, ../node_modules/font-awesome/scss/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 179, ../node_modules/font-awesome/scss/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 180, ../node_modules/font-awesome/scss/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 181, ../node_modules/font-awesome/scss/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 182, ../node_modules/font-awesome/scss/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 183, ../node_modules/font-awesome/scss/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 184, ../node_modules/font-awesome/scss/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 186, ../node_modules/font-awesome/scss/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 188, ../node_modules/font-awesome/scss/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 189, ../node_modules/font-awesome/scss/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 190, ../node_modules/font-awesome/scss/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 192, ../node_modules/font-awesome/scss/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 194, ../node_modules/font-awesome/scss/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 195, ../node_modules/font-awesome/scss/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 197, ../node_modules/font-awesome/scss/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 198, ../node_modules/font-awesome/scss/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 201, ../node_modules/font-awesome/scss/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 202, ../node_modules/font-awesome/scss/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 203, ../node_modules/font-awesome/scss/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 204, ../node_modules/font-awesome/scss/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 205, ../node_modules/font-awesome/scss/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 206, ../node_modules/font-awesome/scss/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 207, ../node_modules/font-awesome/scss/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 208, ../node_modules/font-awesome/scss/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 209, ../node_modules/font-awesome/scss/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 210, ../node_modules/font-awesome/scss/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 211, ../node_modules/font-awesome/scss/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 212, ../node_modules/font-awesome/scss/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 213, ../node_modules/font-awesome/scss/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 214, ../node_modules/font-awesome/scss/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 215, ../node_modules/font-awesome/scss/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 216, ../node_modules/font-awesome/scss/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 217, ../node_modules/font-awesome/scss/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 218, ../node_modules/font-awesome/scss/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 220, ../node_modules/font-awesome/scss/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 222, ../node_modules/font-awesome/scss/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 224, ../node_modules/font-awesome/scss/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 225, ../node_modules/font-awesome/scss/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 226, ../node_modules/font-awesome/scss/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 228, ../node_modules/font-awesome/scss/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 230, ../node_modules/font-awesome/scss/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 232, ../node_modules/font-awesome/scss/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 233, ../node_modules/font-awesome/scss/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 234, ../node_modules/font-awesome/scss/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 236, ../node_modules/font-awesome/scss/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 237, ../node_modules/font-awesome/scss/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 238, ../node_modules/font-awesome/scss/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 240, ../node_modules/font-awesome/scss/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 241, ../node_modules/font-awesome/scss/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 242, ../node_modules/font-awesome/scss/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 243, ../node_modules/font-awesome/scss/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 244, ../node_modules/font-awesome/scss/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 245, ../node_modules/font-awesome/scss/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 246, ../node_modules/font-awesome/scss/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 247, ../node_modules/font-awesome/scss/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 248, ../node_modules/font-awesome/scss/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 249, ../node_modules/font-awesome/scss/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 250, ../node_modules/font-awesome/scss/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 251, ../node_modules/font-awesome/scss/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 252, ../node_modules/font-awesome/scss/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 253, ../node_modules/font-awesome/scss/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 254, ../node_modules/font-awesome/scss/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 255, ../node_modules/font-awesome/scss/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 256, ../node_modules/font-awesome/scss/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 257, ../node_modules/font-awesome/scss/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 258, ../node_modules/font-awesome/scss/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 259, ../node_modules/font-awesome/scss/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 260, ../node_modules/font-awesome/scss/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 261, ../node_modules/font-awesome/scss/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 262, ../node_modules/font-awesome/scss/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 263, ../node_modules/font-awesome/scss/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 264, ../node_modules/font-awesome/scss/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 265, ../node_modules/font-awesome/scss/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 266, ../node_modules/font-awesome/scss/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 267, ../node_modules/font-awesome/scss/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 268, ../node_modules/font-awesome/scss/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 269, ../node_modules/font-awesome/scss/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 270, ../node_modules/font-awesome/scss/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 272, ../node_modules/font-awesome/scss/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 273, ../node_modules/font-awesome/scss/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 274, ../node_modules/font-awesome/scss/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 275, ../node_modules/font-awesome/scss/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 276, ../node_modules/font-awesome/scss/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 277, ../node_modules/font-awesome/scss/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 279, ../node_modules/font-awesome/scss/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 280, ../node_modules/font-awesome/scss/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 281, ../node_modules/font-awesome/scss/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 282, ../node_modules/font-awesome/scss/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 283, ../node_modules/font-awesome/scss/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 284, ../node_modules/font-awesome/scss/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 285, ../node_modules/font-awesome/scss/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 286, ../node_modules/font-awesome/scss/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 287, ../node_modules/font-awesome/scss/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 288, ../node_modules/font-awesome/scss/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 289, ../node_modules/font-awesome/scss/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 290, ../node_modules/font-awesome/scss/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 291, ../node_modules/font-awesome/scss/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 293, ../node_modules/font-awesome/scss/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 296, ../node_modules/font-awesome/scss/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 297, ../node_modules/font-awesome/scss/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 298, ../node_modules/font-awesome/scss/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 299, ../node_modules/font-awesome/scss/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 301, ../node_modules/font-awesome/scss/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 302, ../node_modules/font-awesome/scss/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 303, ../node_modules/font-awesome/scss/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 304, ../node_modules/font-awesome/scss/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 305, ../node_modules/font-awesome/scss/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 306, ../node_modules/font-awesome/scss/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 307, ../node_modules/font-awesome/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 308, ../node_modules/font-awesome/scss/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 309, ../node_modules/font-awesome/scss/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 310, ../node_modules/font-awesome/scss/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 311, ../node_modules/font-awesome/scss/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 312, ../node_modules/font-awesome/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 313, ../node_modules/font-awesome/scss/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 314, ../node_modules/font-awesome/scss/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 315, ../node_modules/font-awesome/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 316, ../node_modules/font-awesome/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 317, ../node_modules/font-awesome/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 318, ../node_modules/font-awesome/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 319, ../node_modules/font-awesome/scss/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 320, ../node_modules/font-awesome/scss/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 321, ../node_modules/font-awesome/scss/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 322, ../node_modules/font-awesome/scss/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 323, ../node_modules/font-awesome/scss/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 324, ../node_modules/font-awesome/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 325, ../node_modules/font-awesome/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 326, ../node_modules/font-awesome/scss/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 327, ../node_modules/font-awesome/scss/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 328, ../node_modules/font-awesome/scss/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 329, ../node_modules/font-awesome/scss/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 330, ../node_modules/font-awesome/scss/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 331, ../node_modules/font-awesome/scss/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 332, ../node_modules/font-awesome/scss/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 333, ../node_modules/font-awesome/scss/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 334, ../node_modules/font-awesome/scss/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 335, ../node_modules/font-awesome/scss/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 336, ../node_modules/font-awesome/scss/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 337, ../node_modules/font-awesome/scss/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 338, ../node_modules/font-awesome/scss/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 340, ../node_modules/font-awesome/scss/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 342, ../node_modules/font-awesome/scss/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 344, ../node_modules/font-awesome/scss/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 346, ../node_modules/font-awesome/scss/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 347, ../node_modules/font-awesome/scss/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 349, ../node_modules/font-awesome/scss/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 351, ../node_modules/font-awesome/scss/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 355, ../node_modules/font-awesome/scss/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 358, ../node_modules/font-awesome/scss/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 360, ../node_modules/font-awesome/scss/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 362, ../node_modules/font-awesome/scss/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 363, ../node_modules/font-awesome/scss/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 364, ../node_modules/font-awesome/scss/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 365, ../node_modules/font-awesome/scss/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 366, ../node_modules/font-awesome/scss/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 367, ../node_modules/font-awesome/scss/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 368, ../node_modules/font-awesome/scss/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 369, ../node_modules/font-awesome/scss/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 370, ../node_modules/font-awesome/scss/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 371, ../node_modules/font-awesome/scss/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 372, ../node_modules/font-awesome/scss/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 373, ../node_modules/font-awesome/scss/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 374, ../node_modules/font-awesome/scss/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 375, ../node_modules/font-awesome/scss/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 376, ../node_modules/font-awesome/scss/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 377, ../node_modules/font-awesome/scss/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 378, ../node_modules/font-awesome/scss/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 379, ../node_modules/font-awesome/scss/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 380, ../node_modules/font-awesome/scss/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 381, ../node_modules/font-awesome/scss/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 382, ../node_modules/font-awesome/scss/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 383, ../node_modules/font-awesome/scss/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 384, ../node_modules/font-awesome/scss/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 385, ../node_modules/font-awesome/scss/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 386, ../node_modules/font-awesome/scss/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 387, ../node_modules/font-awesome/scss/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 388, ../node_modules/font-awesome/scss/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 389, ../node_modules/font-awesome/scss/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 390, ../node_modules/font-awesome/scss/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 391, ../node_modules/font-awesome/scss/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 392, ../node_modules/font-awesome/scss/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 393, ../node_modules/font-awesome/scss/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 394, ../node_modules/font-awesome/scss/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 395, ../node_modules/font-awesome/scss/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 396, ../node_modules/font-awesome/scss/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 397, ../node_modules/font-awesome/scss/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 398, ../node_modules/font-awesome/scss/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 399, ../node_modules/font-awesome/scss/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 400, ../node_modules/font-awesome/scss/_icons.scss */
.fa-gittip:before {
  content: "";
}

/* line 401, ../node_modules/font-awesome/scss/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 402, ../node_modules/font-awesome/scss/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 403, ../node_modules/font-awesome/scss/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 404, ../node_modules/font-awesome/scss/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 405, ../node_modules/font-awesome/scss/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 406, ../node_modules/font-awesome/scss/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 407, ../node_modules/font-awesome/scss/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 408, ../node_modules/font-awesome/scss/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 409, ../node_modules/font-awesome/scss/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 410, ../node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 411, ../node_modules/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 412, ../node_modules/font-awesome/scss/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 414, ../node_modules/font-awesome/scss/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 415, ../node_modules/font-awesome/scss/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 416, ../node_modules/font-awesome/scss/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 417, ../node_modules/font-awesome/scss/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 419, ../node_modules/font-awesome/scss/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 420, ../node_modules/font-awesome/scss/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 421, ../node_modules/font-awesome/scss/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 422, ../node_modules/font-awesome/scss/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 423, ../node_modules/font-awesome/scss/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 424, ../node_modules/font-awesome/scss/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 425, ../node_modules/font-awesome/scss/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 428, ../node_modules/font-awesome/scss/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 430, ../node_modules/font-awesome/scss/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 431, ../node_modules/font-awesome/scss/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 432, ../node_modules/font-awesome/scss/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 433, ../node_modules/font-awesome/scss/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 434, ../node_modules/font-awesome/scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 435, ../node_modules/font-awesome/scss/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 436, ../node_modules/font-awesome/scss/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 437, ../node_modules/font-awesome/scss/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 438, ../node_modules/font-awesome/scss/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 439, ../node_modules/font-awesome/scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 440, ../node_modules/font-awesome/scss/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 441, ../node_modules/font-awesome/scss/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 442, ../node_modules/font-awesome/scss/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 443, ../node_modules/font-awesome/scss/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 444, ../node_modules/font-awesome/scss/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 445, ../node_modules/font-awesome/scss/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 446, ../node_modules/font-awesome/scss/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 447, ../node_modules/font-awesome/scss/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 448, ../node_modules/font-awesome/scss/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 449, ../node_modules/font-awesome/scss/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 450, ../node_modules/font-awesome/scss/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 451, ../node_modules/font-awesome/scss/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 452, ../node_modules/font-awesome/scss/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 453, ../node_modules/font-awesome/scss/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 454, ../node_modules/font-awesome/scss/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 455, ../node_modules/font-awesome/scss/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 457, ../node_modules/font-awesome/scss/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 459, ../node_modules/font-awesome/scss/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 460, ../node_modules/font-awesome/scss/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 461, ../node_modules/font-awesome/scss/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 462, ../node_modules/font-awesome/scss/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 463, ../node_modules/font-awesome/scss/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 464, ../node_modules/font-awesome/scss/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 465, ../node_modules/font-awesome/scss/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 466, ../node_modules/font-awesome/scss/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 467, ../node_modules/font-awesome/scss/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 468, ../node_modules/font-awesome/scss/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 471, ../node_modules/font-awesome/scss/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 473, ../node_modules/font-awesome/scss/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 475, ../node_modules/font-awesome/scss/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 477, ../node_modules/font-awesome/scss/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 478, ../node_modules/font-awesome/scss/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 479, ../node_modules/font-awesome/scss/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 480, ../node_modules/font-awesome/scss/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 481, ../node_modules/font-awesome/scss/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 486, ../node_modules/font-awesome/scss/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 487, ../node_modules/font-awesome/scss/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "";
}

/* line 489, ../node_modules/font-awesome/scss/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 491, ../node_modules/font-awesome/scss/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 492, ../node_modules/font-awesome/scss/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 493, ../node_modules/font-awesome/scss/_icons.scss */
.fa-hacker-news:before {
  content: "";
}

/* line 494, ../node_modules/font-awesome/scss/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 495, ../node_modules/font-awesome/scss/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 496, ../node_modules/font-awesome/scss/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 498, ../node_modules/font-awesome/scss/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 500, ../node_modules/font-awesome/scss/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 502, ../node_modules/font-awesome/scss/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 503, ../node_modules/font-awesome/scss/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 504, ../node_modules/font-awesome/scss/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 505, ../node_modules/font-awesome/scss/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 506, ../node_modules/font-awesome/scss/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 507, ../node_modules/font-awesome/scss/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 508, ../node_modules/font-awesome/scss/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 509, ../node_modules/font-awesome/scss/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 510, ../node_modules/font-awesome/scss/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 512, ../node_modules/font-awesome/scss/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 513, ../node_modules/font-awesome/scss/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 514, ../node_modules/font-awesome/scss/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 515, ../node_modules/font-awesome/scss/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 516, ../node_modules/font-awesome/scss/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 517, ../node_modules/font-awesome/scss/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 518, ../node_modules/font-awesome/scss/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 519, ../node_modules/font-awesome/scss/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 520, ../node_modules/font-awesome/scss/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 521, ../node_modules/font-awesome/scss/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 522, ../node_modules/font-awesome/scss/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 523, ../node_modules/font-awesome/scss/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 524, ../node_modules/font-awesome/scss/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 525, ../node_modules/font-awesome/scss/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 526, ../node_modules/font-awesome/scss/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 527, ../node_modules/font-awesome/scss/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 528, ../node_modules/font-awesome/scss/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 529, ../node_modules/font-awesome/scss/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 530, ../node_modules/font-awesome/scss/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 531, ../node_modules/font-awesome/scss/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 532, ../node_modules/font-awesome/scss/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 533, ../node_modules/font-awesome/scss/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 534, ../node_modules/font-awesome/scss/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 535, ../node_modules/font-awesome/scss/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 536, ../node_modules/font-awesome/scss/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 537, ../node_modules/font-awesome/scss/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 538, ../node_modules/font-awesome/scss/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 539, ../node_modules/font-awesome/scss/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 540, ../node_modules/font-awesome/scss/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 541, ../node_modules/font-awesome/scss/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 542, ../node_modules/font-awesome/scss/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 543, ../node_modules/font-awesome/scss/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 544, ../node_modules/font-awesome/scss/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 545, ../node_modules/font-awesome/scss/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 546, ../node_modules/font-awesome/scss/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 547, ../node_modules/font-awesome/scss/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 548, ../node_modules/font-awesome/scss/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 549, ../node_modules/font-awesome/scss/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 552, ../node_modules/font-awesome/scss/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* line 170, ../sass/base/_links.scss */
.arrow.before {
  display: block;
  position: relative;
  padding-right: 11px;
  position: relative;
  padding-left: 11px;
}
/* line 135, ../sass/base/_links.scss */
.arrow.before:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 0;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .arrow.before:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
.arrow.before:hover:before, .arrow.before:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .arrow.before:hover:before, .arrow.before:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 156, ../sass/base/_links.scss */
.arrow.before:before {
  float: none;
  position: absolute;
  left: 0;
}
/* line 173, ../sass/base/_links.scss */
.arrow.after {
  display: block;
  position: relative;
  padding-right: 11px;
}
/* line 135, ../sass/base/_links.scss */
.arrow.after:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 0;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .arrow.after:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
.arrow.after:hover:before, .arrow.after:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .arrow.after:hover:before, .arrow.after:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}

/* line 1, ../sass/modules/_search.scss */
#site-search {
  position: absolute;
  right: 18px;
  top: 30px;
}
/* line 5, ../sass/modules/_search.scss */
#site-search .form-field {
  display: inline;
}
/* line 8, ../sass/modules/_search.scss */
#site-search input,
#site-search button {
  -webkit-appearance: none;
  border-radius: 0;
}
/* line 13, ../sass/modules/_search.scss */
#site-search input {
  vertical-align: middle;
  border: 1px solid #e1cd9d;
  padding: 0 10px;
  font-size: 13px;
  color: #404040;
  width: 145px;
  background: white;
  margin-top: -1px;
  height: 22px;
  line-height: 18px;
  margin-right: 0.5em;
  font-family: "Corbel", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
/* line 27, ../sass/modules/_search.scss */
#site-search label {
  display: none;
}
/* line 30, ../sass/modules/_search.scss */
#site-search button {
  vertical-align: middle;
  height: 22px;
  width: 22px;
  padding: 0;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  background: #a58a4a;
  border: none;
  color: white;
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  font-size: 0;
  cursor: pointer;
}
/* line 46, ../sass/modules/_search.scss */
#site-search button:hover, #site-search button:focus {
  background: #10007b;
}
/* line 50, ../sass/modules/_search.scss */
#site-search button i {
  vertical-align: middle;
  font-size: 16px;
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}
/* line 59, ../sass/modules/_search.scss */
#site-search button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 1, ../sass/modules/_search.scss */
  #site-search {
    border-top: 1px solid #776cc4;
    display: none;
    text-align: left;
  }
  /* line 69, ../sass/modules/_search.scss */
  .search #site-search {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    top: inherit;
    right: 0;
    background: #10007b;
    height: 60px;
    padding-top: 13px;
    padding-right: 20px;
    padding-left: 20px;
  }
  /* line 81, ../sass/modules/_search.scss */
  .search #site-search .form-field {
    width: 100%;
    padding-right: 38px;
    display: inline-block;
    float: left;
  }
  /* line 87, ../sass/modules/_search.scss */
  .search #site-search button,
  .search #site-search input {
    height: 28px;
  }
  /* line 91, ../sass/modules/_search.scss */
  .search #site-search input {
    width: 100%;
  }
  /* line 94, ../sass/modules/_search.scss */
  .search #site-search button {
    position: absolute;
    right: 20px;
    top: 12px;
  }
  /* line 99, ../sass/modules/_search.scss */
  .search #site-search i {
    font-size: 20px;
  }
  /* line 102, ../sass/modules/_search.scss */
  .search #site-search button,
  .search #site-search i {
    width: 28px;
  }
}

/* line 3, ../sass/modules/_navigation.scss */
.top-navigation a,
.main-navigation a {
  color: #949294;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  /* line 1, ../sass/modules/_navigation.scss */
  .top-navigation,
  .main-navigation {
    display: none;
  }
}

/* line 13, ../sass/modules/_navigation.scss */
.top-navigation {
  position: absolute;
  right: 17px;
  top: 7px;
  font-size: 0.84615em;
  line-height: 1.54545em;
}
/* line 19, ../sass/modules/_navigation.scss */
.top-navigation a {
  margin-left: 15px;
  text-transform: uppercase;
}
/* line 22, ../sass/modules/_navigation.scss */
.top-navigation a:hover, .top-navigation a:focus {
  color: #10007b;
}
/* line 26, ../sass/modules/_navigation.scss */
.top-navigation a:first-child {
  margin-left: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 31, ../sass/modules/_navigation.scss */
  .menu-active.mobile-menu .top-navigation {
    display: block;
    background: #10007b;
    bottom: 0;
    top: inherit;
    right: inherit;
    width: 100%;
    min-height: 36px;
    line-height: 36px;
    font-size: 0.92308em;
    text-align: left;
    padding-left: 20px;
    border-top: 1px solid #776cc4;
  }
  /* line 44, ../sass/modules/_navigation.scss */
  .menu-active.mobile-menu .top-navigation a {
    color: #deba6b;
  }
}

/* line 51, ../sass/modules/_navigation.scss */
.main-navigation {
  text-align: left;
  background: #10007b;
  width: 100%;
  display: table;
  height: 36px;
  line-height: 36px;
  padding: 0 1.04167%;
  font-size: 0.92308em;
}
/* line 60, ../sass/modules/_navigation.scss */
.main-navigation a {
  color: #deba6b;
}
/* line 62, ../sass/modules/_navigation.scss */
.main-navigation a:hover, .main-navigation a:focus {
  color: #FFF;
}
/* line 67, ../sass/modules/_navigation.scss */
.main-navigation .item {
  display: table-cell;
  background: url('../images/bg-menuitem-divider.gif?1445853544') 0% no-repeat;
  position: relative;
}
/* line 71, ../sass/modules/_navigation.scss */
.main-navigation .item:first-child {
  background: none;
}
/* line 74, ../sass/modules/_navigation.scss */
.main-navigation .item.active > a {
  color: #FFF;
}
/* line 77, ../sass/modules/_navigation.scss */
.main-navigation .item > a {
  display: block;
  text-align: center;
  padding: 0 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 77, ../sass/modules/_navigation.scss */
  .main-navigation .item > a {
    padding: 0 3% 0 4%;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  /* line 88, ../sass/modules/_navigation.scss */
  .main-navigation .item.active:after, .main-navigation .item:hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    width: 100%;
    border-bottom: 10px solid #10007b;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) {
  /* line 100, ../sass/modules/_navigation.scss */
  .main-navigation .item:hover .submenu, .main-navigation .item:focus .submenu {
    display: block;
    text-align: left;
    background: #10007b;
    position: absolute;
    min-width: 189px;
  }
}
/* line 109, ../sass/modules/_navigation.scss */
.main-navigation .item a.active + nav.submenu {
  margin-top: -10px;
}
/* line 113, ../sass/modules/_navigation.scss */
.main-navigation .submenu {
  display: none;
  padding-bottom: 10px;
  z-index: 9999;
}
/* line 117, ../sass/modules/_navigation.scss */
.main-navigation .submenu a {
  display: block;
  position: relative;
  padding-right: 11px;
  display: block;
  line-height: 1.56em;
  padding: 5px 10px 3px 12px;
  font-family: "Corbel", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  position: relative;
}
/* line 135, ../sass/base/_links.scss */
.main-navigation .submenu a:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 5px;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .main-navigation .submenu a:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
.main-navigation .submenu a:hover:before, .main-navigation .submenu a:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -33px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .main-navigation .submenu a:hover:before, .main-navigation .submenu a:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -66px;
    background-size: 7px 44px;
    background-position: 0 -33px;
  }
}
/* line 124, ../sass/modules/_navigation.scss */
.main-navigation .submenu a:before {
  margin-right: 10px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 51, ../sass/modules/_navigation.scss */
  .main-navigation {
    display: none;
    height: inherit;
    border-top: 1px solid #776cc4;
  }
  /* line 133, ../sass/modules/_navigation.scss */
  .main-navigation .item {
    display: inline-block;
    background: none;
  }
  /* line 137, ../sass/modules/_navigation.scss */
  .menu-active.mobile-menu .main-navigation {
    display: block;
  }
}

/* line 1, ../sass/modules/_mobile-navigation.scss */
.mobile-navigation {
  background: #10007b;
  color: #FFF;
  height: 36px;
  line-height: 36px;
  display: none;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  /* line 1, ../sass/modules/_mobile-navigation.scss */
  .mobile-navigation {
    display: block;
  }
}
/* line 13, ../sass/modules/_mobile-navigation.scss */
.mobile-navigation a {
  color: #deba6b;
  letter-spacing: 0.1em;
  float: right;
}
/* line 17, ../sass/modules/_mobile-navigation.scss */
.mobile-navigation a:first-child {
  float: left;
}
/* line 20, ../sass/modules/_mobile-navigation.scss */
.mobile-navigation a i.fa-search {
  font-size: 1.5em;
  padding: 7px;
  height: 36px;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
/* line 26, ../sass/modules/_mobile-navigation.scss */
.mobile-navigation a.active, .mobile-navigation a:hover, .mobile-navigation a:active {
  color: #FFF;
}
/* line 32, ../sass/modules/_mobile-navigation.scss */
.mobile-navigation a .hidden {
  color: #776cc4;
}
/* line 36, ../sass/modules/_mobile-navigation.scss */
.mobile-menu .mobile-navigation a#mobile-menu .active {
  display: none;
}
/* line 39, ../sass/modules/_mobile-navigation.scss */
.mobile-menu .mobile-navigation a#mobile-menu .hidden {
  display: inline;
}
/* line 44, ../sass/modules/_mobile-navigation.scss */
.search .mobile-navigation a#mobile-search i {
  display: none;
}
/* line 47, ../sass/modules/_mobile-navigation.scss */
.search .mobile-navigation a#mobile-search .hidden {
  display: inline;
}

/* line 54, ../sass/modules/_mobile-navigation.scss */
.mobile-menu .main-navigation .item.active {
  position: inherit;
}
/* line 56, ../sass/modules/_mobile-navigation.scss */
.mobile-menu .main-navigation .item.active .submenu {
  display: block;
  position: absolute;
  top: 256px;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #e6e6e6;
  padding-bottom: 0;
  font-size: 14px;
}
/* line 66, ../sass/modules/_mobile-navigation.scss */
.mobile-menu .main-navigation .item.active .submenu a {
  display: block;
  position: relative;
  padding-right: 11px;
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x bottom left;
  font-family: "Cambria", "Times New Roman", Georgia, serif;
  padding: 10px 20px;
  color: #947942;
}
/* line 135, ../sass/base/_links.scss */
.mobile-menu .main-navigation .item.active .submenu a:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 5px;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .mobile-menu .main-navigation .item.active .submenu a:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
.mobile-menu .main-navigation .item.active .submenu a:hover:before, .mobile-menu .main-navigation .item.active .submenu a:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .mobile-menu .main-navigation .item.active .submenu a:hover:before, .mobile-menu .main-navigation .item.active .submenu a:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 73, ../sass/modules/_mobile-navigation.scss */
.mobile-menu .main-navigation .item.active .submenu a:hover,
.mobile-menu .main-navigation .item.active .submenu a:focus {
  color: #10007b;
}

/* line 1, ../sass/modules/_footer.scss */
footer {
  position: relative;
}
/* line 4, ../sass/modules/_footer.scss */
footer section.doormat {
  padding: 0 20px 20px;
}
@media screen and (max-width: 767px) {
  /* line 6, ../sass/modules/_footer.scss */
  footer section.doormat .col:not(.address) {
    display: none;
  }
}
/* line 11, ../sass/modules/_footer.scss */
footer section.doormat ul {
  margin-bottom: 20px;
}
/* line 13, ../sass/modules/_footer.scss */
footer section.doormat ul li {
  color: #949294;
  line-height: 1.56em;
}
/* line 16, ../sass/modules/_footer.scss */
footer section.doormat ul li.title {
  font-weight: bold;
}
/* line 19, ../sass/modules/_footer.scss */
footer section.doormat ul li a {
  color: #949294;
}
/* line 21, ../sass/modules/_footer.scss */
footer section.doormat ul li a:hover {
  color: #10007b;
}
/* line 27, ../sass/modules/_footer.scss */
footer section.doormat nav:not(.social-links) {
  margin-bottom: 25px;
}
/* line 29, ../sass/modules/_footer.scss */
footer section.doormat nav:not(.social-links) h4 {
  font-family: "Cambria", Georgia, Times New Roman, serif;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 7px;
}
/* line 34, ../sass/modules/_footer.scss */
footer section.doormat nav:not(.social-links) h4 a {
  color: #CEAB5C;
  text-decoration: none;
  padding-left: 0;
}
/* line 121, ../sass/base/_links.scss */
footer section.doormat nav:not(.social-links) h4 a:hover, footer section.doormat nav:not(.social-links) h4 a:focus {
  color: #10007b;
}
/* line 37, ../sass/modules/_footer.scss */
footer section.doormat nav:not(.social-links) h4 a:before {
  content: initial;
}
/* line 42, ../sass/modules/_footer.scss */
footer section.doormat nav:not(.social-links) > a {
  display: block;
  text-decoration: none;
  line-height: 1.56em;
  padding-right: 5px;
  display: block;
  position: relative;
  padding-right: 11px;
  position: relative;
  padding-left: 11px;
  color: #949294;
  text-decoration: none;
}
/* line 135, ../sass/base/_links.scss */
footer section.doormat nav:not(.social-links) > a:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 4px;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  footer section.doormat nav:not(.social-links) > a:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
footer section.doormat nav:not(.social-links) > a:hover:before, footer section.doormat nav:not(.social-links) > a:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  footer section.doormat nav:not(.social-links) > a:hover:before, footer section.doormat nav:not(.social-links) > a:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 156, ../sass/base/_links.scss */
footer section.doormat nav:not(.social-links) > a:before {
  float: none;
  position: absolute;
  left: 0;
}
/* line 121, ../sass/base/_links.scss */
footer section.doormat nav:not(.social-links) > a:hover, footer section.doormat nav:not(.social-links) > a:focus {
  color: #10007b;
}

/* line 1, ../sass/modules/_above-content.scss */
.above-content {
  width: 100%;
  clear: both;
  padding-left: 20px;
}
/* line 6, ../sass/modules/_above-content.scss */
.no-padding .above-content {
  padding-left: 0;
}
/* line 10, ../sass/modules/_above-content.scss */
.above-content .page-title {
  margin: 0 auto 20px;
  clear: both;
}
@media screen and (min-width: 768px) {
  /* line 13, ../sass/modules/_above-content.scss */
  .above-content .page-title.span_24 {
    margin: 10px 0;
    padding-left: 0;
  }
}
/* line 18, ../sass/modules/_above-content.scss */
.above-content .page-title.span_24 h1 {
  margin-bottom: 10px;
}
/* line 22, ../sass/modules/_above-content.scss */
.above-content .page-title.span_18 {
  margin-right: 0;
}
/* line 25, ../sass/modules/_above-content.scss */
.above-content .page-title .chapeau {
  font-family: "Cambria", Georgia, Times New Roman, serif;
  letter-spacing: 1px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-size: 1.10385em;
  color: #947942;
}
/* line 35, ../sass/modules/_above-content.scss */
.above-content nav.breadcrumbs {
  height: 15px;
}
@media screen and (max-width: 767px) {
  /* line 35, ../sass/modules/_above-content.scss */
  .above-content nav.breadcrumbs {
    margin-bottom: 10px;
  }
}
/* line 40, ../sass/modules/_above-content.scss */
.above-content nav.breadcrumbs a {
  color: #949294;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 5px;
  display: inline-block;
  background: url(../images/link-arrow-r-7px.gif) 0 3px no-repeat;
}
/* line 47, ../sass/modules/_above-content.scss */
.above-content nav.breadcrumbs a:hover {
  color: #10007b;
  background-position: 0 -97px;
}
/* line 50, ../sass/modules/_above-content.scss */
.above-content nav.breadcrumbs a:hover:after, .above-content nav.breadcrumbs a:hover:before {
  color: #10007b;
}
/* line 54, ../sass/modules/_above-content.scss */
.above-content nav.breadcrumbs a.back {
  display: block;
  margin-top: 5px;
  color: #10007b;
}
/* line 58, ../sass/modules/_above-content.scss */
.above-content nav.breadcrumbs a.back:before {
  content: '<';
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  /* line 54, ../sass/modules/_above-content.scss */
  .above-content nav.breadcrumbs a.back {
    display: none;
  }
}
/* line 70, ../sass/modules/_above-content.scss */
.above-content div.tabs {
  border-bottom: 1px solid #deba6b;
  clear: both;
  height: 27px;
}
/* line 71, ../sass/modules/_above-content.scss */
.above-content div.tabs .span_18 {
  margin-left: auto;
}
/* line 77, ../sass/modules/_above-content.scss */
.above-content div.tabs nav {
  line-height: 17px;
}
/* line 79, ../sass/modules/_above-content.scss */
.above-content div.tabs nav a {
  display: block;
  float: left;
  padding: 4px 1% 5px;
  font-family: "Cambria", Georgia, Times New Roman, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #404040;
  text-decoration: none;
  font-size: 0.84615em;
}
/* line 89, ../sass/modules/_above-content.scss */
.above-content div.tabs nav a:hover {
  color: #10007b;
}
/* line 92, ../sass/modules/_above-content.scss */
.above-content div.tabs nav a.active {
  padding: 3px 2% 5px;
  background: #FFF;
  margin-top: 1px;
  border-top: 1px solid #deba6b;
  border-left: 1px solid #deba6b;
  border-right: 1px solid #deba6b;
}

/* line 1, ../sass/modules/_tables.scss */
table {
  margin: 0 0 15px 0;
  width: 100%;
}

/* line 6, ../sass/modules/_tables.scss */
table, td {
  border-color: #9f9f9f;
}

/* line 10, ../sass/modules/_tables.scss */
th, td {
  font-size: 1em;
  line-height: 1.51667em;
  margin: 0 0 15px 0;
  padding: 0 5px;
  vertical-align: top;
}
/* line 16, ../sass/modules/_tables.scss */
th a[href^='mailto'], td a[href^='mailto'] {
  display: inline-block;
}

/* line 21, ../sass/modules/_tables.scss */
th {
  font-weight: bold;
}

/* line 25, ../sass/modules/_tables.scss */
td strong {
  font-weight: bold;
}

/* line 29, ../sass/modules/_tables.scss */
table.border td,
table.border th {
  border: 1px solid #404040;
  padding: 2px 5px;
}

/* line 5, ../sass/modules/_forms.scss */
form select {
  border: 1px solid #deba6b;
  height: 21px;
  border-radius: 0;
  padding: 0 5px;
  background-image: url('../images/arrows-down/brown.png?1445853544');
  background-position: 95% center;
  background-repeat: no-repeat;
  padding-right: 16px;
  background-color: white;
  font-family: "Corbel", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 5, ../sass/modules/_forms.scss */
  form select {
    background-image: url('../images/arrows-down-2x/brown.png?1445853544');
    background-size: 11px 7px;
  }
}
/* line 14, ../sass/modules/_forms.scss */
form select::-ms-expand {
  display: none;
}
/* line 18, ../sass/modules/_forms.scss */
form:not(#fg-base-edit) select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 26, ../sass/modules/_forms.scss */
form#fg-base-edit input {
  display: inline;
  float: left;
  height: 1.56em;
  width: 298px;
  font-size: 13px;
  line-height: 1em;
  color: #404040;
}
/* line 35, ../sass/modules/_forms.scss */
form#fg-base-edit input[type="text"], form#fg-base-edit input[type="password"], form#fg-base-edit input[type="submit"] {
  border: 1px solid #e1cd9d;
  padding: 2px 10px 0 10px;
}
/* line 39, ../sass/modules/_forms.scss */
form#fg-base-edit input[type="checkbox"] {
  width: auto;
  height: auto;
}
/* line 43, ../sass/modules/_forms.scss */
form#fg-base-edit input.field.short-width {
  width: 103px;
}
/* line 46, ../sass/modules/_forms.scss */
form#fg-base-edit input[type="submit"] {
  display: inline;
  float: left;
  height: 23px;
  padding: 0 14px 0 11px;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-family: Georgia, Times New Roman;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: #ad9663 url('../images/btn-formbtn.gif?1446642226') 100% 6px no-repeat;
  cursor: pointer;
  width: auto;
}
/* line 61, ../sass/modules/_forms.scss */
form#fg-base-edit input[type="submit"]:hover {
  background-color: #10007b;
  background-position: 100% -94px;
  border-color: #10007b;
}
/* line 66, ../sass/modules/_forms.scss */
form#fg-base-edit input[type="radio"],
form#fg-base-edit input[type="checkbox"] {
  display: inline;
  margin: 2px 5px 0 1px;
  width: 15px;
  height: 14px;
}
/* line 73, ../sass/modules/_forms.scss */
form#fg-base-edit select {
  padding: 0 0 0 10px;
  border: 1px solid #e1cd9d;
  background: #fff;
  color: #404040;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
/* line 80, ../sass/modules/_forms.scss */
form#fg-base-edit select option {
  padding-bottom: 2px;
}
/* line 83, ../sass/modules/_forms.scss */
form#fg-base-edit textarea {
  padding: 2px 10px 0 10px;
  width: 298px;
  border: 1px solid #e1cd9d;
  color: #404040;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.3em;
}
/* line 92, ../sass/modules/_forms.scss */
form#fg-base-edit div.field {
  float: left;
  width: 100%;
}
/* line 96, ../sass/modules/_forms.scss */
form#fg-base-edit .formControls {
  clear: both;
}
/* line 99, ../sass/modules/_forms.scss */
form#fg-base-edit input {
  margin-bottom: 1em;
  margin-right: 0.5em;
}
/* line 104, ../sass/modules/_forms.scss */
form#fg-base-edit .ArchetypesMultiSelectionValue,
form#fg-base-edit .formQuestion {
  height: 20px;
}
/* line 109, ../sass/modules/_forms.scss */
form#fg-base-edit input[type="checkbox"] + label,
form#fg-base-edit input[type="radio"] + label {
  height: 20px;
  display: inline-block;
}
/* line 114, ../sass/modules/_forms.scss */
form#fg-base-edit label.formQuestion {
  display: block;
}
/* line 119, ../sass/modules/_forms.scss */
form div.field.error div.fieldErrorBox + div.formQuestion,
form div.field.error div.fieldErrorBox + span div.formQuestion,
form div.field.error label.formQuestion + div.fieldErrorBox {
  background-color: #660000;
  color: #FFF;
}

/* line 129, ../sass/modules/_forms.scss */
.left-sidebar .widget-fieldset label {
  cursor: pointer;
}

/* line 134, ../sass/modules/_forms.scss */
.section-members #bottom---default---widgets {
  float: right;
  padding-right: 20px;
  display: none;
}
@media screen and (max-width: 979px) {
  /* line 134, ../sass/modules/_forms.scss */
  .section-members #bottom---default---widgets {
    display: block;
  }
}
/* line 141, ../sass/modules/_forms.scss */
.section-members #bottom---default---widgets legend,
.section-members #bottom---default---widgets label {
  display: none;
}
/* line 145, ../sass/modules/_forms.scss */
.section-members #bottom---default---widgets select {
  width: 280px;
  margin-bottom: 20px;
}
/* line 148, ../sass/modules/_forms.scss */
.section-members #bottom---default---widgets select option.faceted-select-item-disabled {
  display: none;
}

/* line 155, ../sass/modules/_forms.scss */
.hiddenStructure {
  display: none;
}

/* line 2, ../sass/modules/_faceted_navigation.scss */
.faceted-navigation .title {
  margin-left: 0;
}

/* line 8, ../sass/modules/_faceted_navigation.scss */
#search-results-bar > span {
  display: none;
  margin-bottom: 10px;
}
/* line 11, ../sass/modules/_faceted_navigation.scss */
#search-results-bar > span strong {
  font-weight: bold;
}
/* line 15, ../sass/modules/_faceted_navigation.scss */
#search-results-bar legend {
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 19, ../sass/modules/_faceted_navigation.scss */
#search-results-bar fieldset {
  margin-bottom: 10px;
}

/*	24 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */
/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
/* line 9, ../sass/partials/_responsive.gs.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*	MAIN CONTAINER
	Set the width to whatever you want the width of your site to be. */
/* line 18, ../sass/partials/_responsive.gs.scss */
.container {
  margin: 0 auto;
}

/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
/* line 24, ../sass/partials/_responsive.gs.scss */
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
  content: "";
  display: table;
  clear: both;
  visibility: hidden;
  font-size: 1px;
  text-indent: -9999px;
}

/* 	DEFAULT ROW STYLES
	Set bottom padding according to preference */
/* line 39, ../sass/partials/_responsive.gs.scss */
.row {
  padding-bottom: 0;
}

/* DEFAULT COLUMN STYLES */
/* line 43, ../sass/partials/_responsive.gs.scss */
.col {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 51, ../sass/partials/_responsive.gs.scss */
  .gutters .col {
    margin-left: 2%;
  }

  /* line 55, ../sass/partials/_responsive.gs.scss */
  .gutters .col:first-child {
    margin-left: 0;
  }
}
/*	COLUMN WIDTH ON DISPLAYS +768px
	You might need to play with media queries here to suite your design. */
@media (min-width: 768px) {
  /* line 64, ../sass/partials/_responsive.gs.scss */
  .span_1 {
    width: 4.16666666667%;
  }

  /* line 65, ../sass/partials/_responsive.gs.scss */
  .span_2 {
    width: 8.33333333333%;
  }

  /* line 66, ../sass/partials/_responsive.gs.scss */
  .span_3 {
    width: 12.5%;
  }

  /* line 67, ../sass/partials/_responsive.gs.scss */
  .span_4 {
    width: 16.6666666667%;
  }

  /* line 68, ../sass/partials/_responsive.gs.scss */
  .span_5 {
    width: 20.8333333333%;
  }

  /* line 69, ../sass/partials/_responsive.gs.scss */
  .span_6 {
    width: 25%;
  }

  /* line 70, ../sass/partials/_responsive.gs.scss */
  .span_7 {
    width: 29.1666666667%;
  }

  /* line 71, ../sass/partials/_responsive.gs.scss */
  .span_8 {
    width: 33.3333333333%;
  }

  /* line 72, ../sass/partials/_responsive.gs.scss */
  .span_9 {
    width: 37.5%;
  }

  /* line 73, ../sass/partials/_responsive.gs.scss */
  .span_10 {
    width: 41.6666666667%;
  }

  /* line 74, ../sass/partials/_responsive.gs.scss */
  .span_11 {
    width: 45.8333333333%;
  }

  /* line 75, ../sass/partials/_responsive.gs.scss */
  .span_12 {
    width: 50%;
  }

  /* line 76, ../sass/partials/_responsive.gs.scss */
  .span_13 {
    width: 54.1666666667%;
  }

  /* line 77, ../sass/partials/_responsive.gs.scss */
  .span_14 {
    width: 58.3333333333%;
  }

  /* line 78, ../sass/partials/_responsive.gs.scss */
  .span_15 {
    width: 62.5%;
  }

  /* line 79, ../sass/partials/_responsive.gs.scss */
  .span_16 {
    width: 66.6666666667%;
  }

  /* line 80, ../sass/partials/_responsive.gs.scss */
  .span_17 {
    width: 70.8333333333%;
  }

  /* line 81, ../sass/partials/_responsive.gs.scss */
  .span_18 {
    width: 75%;
  }

  /* line 82, ../sass/partials/_responsive.gs.scss */
  .span_19 {
    width: 79.1666666667%;
  }

  /* line 83, ../sass/partials/_responsive.gs.scss */
  .span_20 {
    width: 83.3333333333%;
  }

  /* line 84, ../sass/partials/_responsive.gs.scss */
  .span_21 {
    width: 87.5%;
  }

  /* line 85, ../sass/partials/_responsive.gs.scss */
  .span_22 {
    width: 91.6666666667%;
  }

  /* line 86, ../sass/partials/_responsive.gs.scss */
  .span_23 {
    width: 95.8333333333%;
  }

  /* line 87, ../sass/partials/_responsive.gs.scss */
  .span_24 {
    width: 100%;
  }

  /* line 89, ../sass/partials/_responsive.gs.scss */
  .gutters .span_1 {
    width: 2.25%;
  }

  /* line 90, ../sass/partials/_responsive.gs.scss */
  .gutters .span_2 {
    width: 6.5%;
  }

  /* line 91, ../sass/partials/_responsive.gs.scss */
  .gutters .span_3 {
    width: 10.75%;
  }

  /* line 92, ../sass/partials/_responsive.gs.scss */
  .gutters .span_4 {
    width: 15.0%;
  }

  /* line 93, ../sass/partials/_responsive.gs.scss */
  .gutters .span_5 {
    width: 19.25%;
  }

  /* line 94, ../sass/partials/_responsive.gs.scss */
  .gutters .span_6 {
    width: 23.5%;
  }

  /* line 95, ../sass/partials/_responsive.gs.scss */
  .gutters .span_7 {
    width: 27.75%;
  }

  /* line 96, ../sass/partials/_responsive.gs.scss */
  .gutters .span_8 {
    width: 32.0%;
  }

  /* line 97, ../sass/partials/_responsive.gs.scss */
  .gutters .span_9 {
    width: 36.25%;
  }

  /* line 98, ../sass/partials/_responsive.gs.scss */
  .gutters .span_10 {
    width: 40.5%;
  }

  /* line 99, ../sass/partials/_responsive.gs.scss */
  .gutters .span_11 {
    width: 44.75%;
  }

  /* line 100, ../sass/partials/_responsive.gs.scss */
  .gutters .span_12 {
    width: 49.0%;
  }

  /* line 101, ../sass/partials/_responsive.gs.scss */
  .gutters .span_13 {
    width: 53.25%;
  }

  /* line 102, ../sass/partials/_responsive.gs.scss */
  .gutters .span_14 {
    width: 57.5%;
  }

  /* line 103, ../sass/partials/_responsive.gs.scss */
  .gutters .span_15 {
    width: 61.75%;
  }

  /* line 104, ../sass/partials/_responsive.gs.scss */
  .gutters .span_16 {
    width: 66.0%;
  }

  /* line 105, ../sass/partials/_responsive.gs.scss */
  .gutters .span_17 {
    width: 70.25%;
  }

  /* line 106, ../sass/partials/_responsive.gs.scss */
  .gutters .span_18 {
    width: 74.5%;
  }

  /* line 107, ../sass/partials/_responsive.gs.scss */
  .gutters .span_19 {
    width: 78.75%;
  }

  /* line 108, ../sass/partials/_responsive.gs.scss */
  .gutters .span_20 {
    width: 83.0%;
  }

  /* line 109, ../sass/partials/_responsive.gs.scss */
  .gutters .span_21 {
    width: 87.25%;
  }

  /* line 110, ../sass/partials/_responsive.gs.scss */
  .gutters .span_22 {
    width: 91.5%;
  }

  /* line 111, ../sass/partials/_responsive.gs.scss */
  .gutters .span_23 {
    width: 95.75%;
  }

  /* line 112, ../sass/partials/_responsive.gs.scss */
  .gutters .span_24 {
    width: 100%;
  }
}
/* line 3, ../sass/partials/_base.scss */
body,
html {
  height: 100%;
}

/* line 8, ../sass/partials/_base.scss */
a {
  text-decoration: none;
}

/* line 12, ../sass/partials/_base.scss */
img {
  max-width: 100%;
}

/* line 16, ../sass/partials/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Cambria", Georgia, Times New Roman, serif;
}

/* line 20, ../sass/partials/_base.scss */
h1 {
  font-size: 1.30769em;
  line-height: 1.17647em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Cambria", "Times New Roman", Georgia, serif;
  margin-bottom: 20px;
}
/* line 27, ../sass/partials/_base.scss */
h1.search-results-heading {
  font-size: 1.7em;
}
/* line 29, ../sass/partials/_base.scss */
h1.search-results-heading strong {
  font-weight: normal;
}

/* line 35, ../sass/partials/_base.scss */
h2 {
  font-size: 1.30769em;
  line-height: 1.56em;
  margin-bottom: 10px;
  color: #947942;
  letter-spacing: 1px;
}
/* line 41, ../sass/partials/_base.scss */
aside h2 {
  font-size: 0.92308em;
  text-transform: uppercase;
  letter-spacing: 0.15385em;
  color: #404040;
  line-height: 1.56em;
}
/* line 48, ../sass/partials/_base.scss */
h2.regular_header {
  margin-bottom: 0;
}
/* line 50, ../sass/partials/_base.scss */
h2.regular_header a {
  color: #947942;
}
/* line 52, ../sass/partials/_base.scss */
h2.regular_header a:hover {
  color: #10007b;
}

/* line 60, ../sass/partials/_base.scss */
h3,
.faceted-navigation .title {
  font-size: 1.30769em;
  font-weight: normal;
  font-family: "Cambria", Georgia, Times New Roman, serif;
  margin-bottom: 10px;
  color: #947942;
  line-height: 1.56em;
}

/* line 70, ../sass/partials/_base.scss */
h4 {
  font-weight: bold;
}

/* line 74, ../sass/partials/_base.scss */
p, td,
.organisation-text,
.introduction {
  font-size: 1em;
  line-height: 1.30769em;
  margin: 0 0 15px 0;
}
/* line 80, ../sass/partials/_base.scss */
p.inter_smaller, td.inter_smaller,
.organisation-text.inter_smaller,
.introduction.inter_smaller {
  margin-bottom: 10px;
}
/* line 83, ../sass/partials/_base.scss */
p.inter_details, td.inter_details,
.organisation-text.inter_details,
.introduction.inter_details {
  color: #949294;
}
/* line 85, ../sass/partials/_base.scss */
p.inter_details em, td.inter_details em,
.organisation-text.inter_details em,
.introduction.inter_details em {
  font-style: normal;
}
/* line 87, ../sass/partials/_base.scss */
p.inter_details em.faceted_publication_ondertitel, td.inter_details em.faceted_publication_ondertitel,
.organisation-text.inter_details em.faceted_publication_ondertitel,
.introduction.inter_details em.faceted_publication_ondertitel {
  color: #404040;
}
/* line 91, ../sass/partials/_base.scss */
h2 + p.inter_details, h2 + td.inter_details, h2 +
.organisation-text.inter_details, h2 +
.introduction.inter_details {
  padding-left: 10px;
}
/* line 93, ../sass/partials/_base.scss */
h2 + p.inter_details em, h2 + td.inter_details em, h2 +
.organisation-text.inter_details em, h2 +
.introduction.inter_details em {
  display: block;
}

/* line 99, ../sass/partials/_base.scss */
.organisation-text {
  margin: 0 0 0 0;
}

/* line 103, ../sass/partials/_base.scss */
a[href^='mailto'],
.event-details a[href^='mailto'],
.portlet.static-text article a[href^='mailto'],
.portlet.contact h2 + a[href^=mailto] {
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: none;
  border: none;
}
/* line 111, ../sass/partials/_base.scss */
a[href^='mailto']:after,
.event-details a[href^='mailto']:after,
.portlet.static-text article a[href^='mailto']:after,
.portlet.contact h2 + a[href^=mailto]:after {
  content: '';
  display: inline-block;
  background: url('../images/custom_icons-s1e2438e704.png') 0 -8px;
  height: 8px;
  width: 11px;
  margin-left: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 111, ../sass/partials/_base.scss */
  a[href^='mailto']:after,
  .event-details a[href^='mailto']:after,
  .portlet.static-text article a[href^='mailto']:after,
  .portlet.contact h2 + a[href^=mailto]:after {
    background: url('../images/custom_icons-2x-s407a0b5f9e.png') 0 -16px;
    background-size: 11px 24px;
    background-position: 0 -8px;
  }
}

/* line 118, ../sass/partials/_base.scss */
.portlet.contact h2 + a[href^=mailto]:before {
  display: none;
}

/* line 121, ../sass/partials/_base.scss */
.section-homepage .portlet.static-text article > a[href^='mailto'],
.portlet.static-text article > a[href^='mailto'] {
  padding-left: 0;
  display: inline-block;
}
/* line 125, ../sass/partials/_base.scss */
.section-homepage .portlet.static-text article > a[href^='mailto']:before,
.portlet.static-text article > a[href^='mailto']:before {
  display: none;
}
/* line 128, ../sass/partials/_base.scss */
.section-homepage .portlet.static-text article > a[href^='mailto']:after,
.portlet.static-text article > a[href^='mailto']:after {
  background: url('../images/custom_icons-s1e2438e704.png') 0 -8px;
  height: 8px;
  width: 11px;
  position: inherit;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 128, ../sass/partials/_base.scss */
  .section-homepage .portlet.static-text article > a[href^='mailto']:after,
  .portlet.static-text article > a[href^='mailto']:after {
    background: url('../images/custom_icons-2x-s407a0b5f9e.png') 0 -16px;
    background-size: 11px 24px;
    background-position: 0 -8px;
  }
}

/* line 134, ../sass/partials/_base.scss */
em {
  font-style: italic;
}

/* line 138, ../sass/partials/_base.scss */
td a, dd a, p a, li a, .event-details a {
  color: #404040;
  text-decoration: none;
  border-bottom: 1px solid #9f9f9f;
}
/* line 142, ../sass/partials/_base.scss */
td a:hover, dd a:hover, p a:hover, li a:hover, .event-details a:hover {
  color: #10007b;
}

/* line 148, ../sass/partials/_base.scss */
article ul {
  margin-bottom: 15px;
}
/* line 150, ../sass/partials/_base.scss */
article ul li {
  line-height: 1.30769em;
  margin-bottom: 5px;
  padding-left: 14px;
  background: url("../images/bullet-01.gif") 0 7px no-repeat;
}

/* line 159, ../sass/partials/_base.scss */
body {
  font-size: 13px;
  font-family: "Corbel", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  background: #e6e6e6;
  color: #404040;
}
/* line 165, ../sass/partials/_base.scss */
body #wrapper {
  max-width: 980px;
  margin: 0 auto;
  min-height: 100%;
}
/* line 169, ../sass/partials/_base.scss */
body #wrapper .white-background {
  background: #FFF;
  -moz-box-shadow: grey 0px 0px 17px;
  -webkit-box-shadow: grey 0px 0px 17px;
  box-shadow: grey 0px 0px 17px;
  width: 100%;
  margin-bottom: 20px;
}

/* line 179, ../sass/partials/_base.scss */
ul li {
  line-height: 17px;
}

/* line 184, ../sass/partials/_base.scss */
.hidden {
  display: none;
}

/* line 188, ../sass/partials/_base.scss */
.introduction {
  margin: 0 0 15px 0;
}
/* line 190, ../sass/partials/_base.scss */
.section-contentpage .introduction, .section-event .introduction {
  font-weight: bold;
}

/* line 197, ../sass/partials/_base.scss */
.image-left {
  float: left;
}

/* line 201, ../sass/partials/_base.scss */
.image-right {
  float: right;
}

/* line 205, ../sass/partials/_base.scss */
.image-inline {
  float: none;
}

/* line 209, ../sass/partials/_base.scss */
.content {
  padding: 0 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 213, ../sass/partials/_base.scss */
  aside {
    padding: 0 5%;
  }
}

/* line 219, ../sass/partials/_base.scss */
.url {
  background: url("../images/link-arrow-r-11px.gif") no-repeat scroll 0 6px transparent;
  background-position: 95% -592px;
  background-color: #F7EDD8;
  border: 1px solid #E1CD9D;
  color: #947942;
  display: inline-block;
  margin: 5px 0 5px;
  padding: 5px 15px 5px 5px;
  min-width: 145px;
}
/* line 229, ../sass/partials/_base.scss */
.url:hover {
  background-color: #10007B;
  background-position: 95% -791px;
  border: 1px solid #10007B;
  color: #FFFFFF;
}

/* line 237, ../sass/partials/_base.scss */
strong {
  font-weight: bold;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 241, ../sass/partials/_base.scss */
  .mobile-display {
    display: block !important;
  }
}

/* line 247, ../sass/partials/_base.scss */
.introduction:empty {
  display: none;
}

/* line 251, ../sass/partials/_base.scss */
ul.link-list {
  padding-bottom: 10px;
  background: url("../images/bg-dotline-onwhite.gif") repeat-x;
  background-position: top left;
}
/* line 255, ../sass/partials/_base.scss */
.inter_profile_links ul.link-list {
  background: none;
}
/* line 257, ../sass/partials/_base.scss */
.inter_profile_links ul.link-list li {
  background: none !important;
  padding-left: 0 !important;
}
/* line 260, ../sass/partials/_base.scss */
.inter_profile_links ul.link-list li a {
  font-weight: normal;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 251, ../sass/partials/_base.scss */
  ul.link-list {
    margin-bottom: 10px;
  }
}
/* line 269, ../sass/partials/_base.scss */
ul.link-list li a {
  border-bottom: none;
  font-weight: bold;
  background: url("../images/link-arrow-r-11px.gif") no-repeat scroll 0 8px transparent;
  padding: 5px 10px;
  display: block;
}
/* line 273, ../sass/partials/_base.scss */
ul.link-list li a:hover {
  background-position: 0 -192px;
  color: #10007b;
}
/* line 280, ../sass/partials/_base.scss */
ul.link-list li h2 {
  letter-spacing: 1px;
  background: url("../images/bg-dotline-onwhite.gif") repeat-x;
  background-position: bottom left;
}
/* line 284, ../sass/partials/_base.scss */
ul.link-list li h2 a {
  font-weight: normal;
  color: #404040;
  font-size: 0.68421em;
  text-transform: uppercase;
  padding: 0 10px;
}
/* line 292, ../sass/partials/_base.scss */
ul.link-list li > ul li a {
  margin-left: 10px;
  font-weight: normal;
}

/* line 299, ../sass/partials/_base.scss */
.contentHistory a {
  font-size: 110%;
  color: #7b1000;
}

/* line 304, ../sass/partials/_base.scss */
.image-right {
  padding-left: 10px;
  padding-bottom: 5px;
}

/* line 309, ../sass/partials/_base.scss */
.image-left {
  padding-right: 10px;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  /* line 314, ../sass/partials/_base.scss */
  .mobile-only {
    display: none !important;
  }
}

/* line 321, ../sass/partials/_base.scss */
#searchform_copy #search-field {
  position: relative;
  margin-bottom: 20px;
  display: block;
  position: relative;
  padding-right: 11px;
}
/* line 135, ../sass/base/_links.scss */
#searchform_copy #search-field:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -33px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 0;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  #searchform_copy #search-field:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -66px;
    background-size: 7px 44px;
    background-position: 0 -33px;
  }
}
/* line 146, ../sass/base/_links.scss */
#searchform_copy #search-field:hover:before, #searchform_copy #search-field:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -33px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  #searchform_copy #search-field:hover:before, #searchform_copy #search-field:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -66px;
    background-size: 7px 44px;
    background-position: 0 -33px;
  }
}
/* line 326, ../sass/partials/_base.scss */
#searchform_copy #search-field:before {
  top: 6px;
  right: 5px;
  z-index: 2;
}
/* line 333, ../sass/partials/_base.scss */
#searchform_copy input[type='text'] {
  border: 1px solid #e1cd9d;
  padding: 2px 10px 0 10px;
  height: 23px;
  width: 100%;
  font-size: 1em;
  line-height: 23px;
  color: #404040;
}
/* line 342, ../sass/partials/_base.scss */
#searchform_copy input[type='submit'] {
  display: inline;
  float: left;
  height: 23px;
  border: 0;
  padding: 0 14px 0 11px;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-family: "Cambria", Georgia, Times New Roman, serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding-right: 19px;
  cursor: pointer;
  position: absolute;
  right: 0;
  font-size: 1em;
  background: #ad9663;
}

/* line 365, ../sass/partials/_base.scss */
cite.link-location {
  margin-left: 10px;
  color: #949294;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}
/* line 371, ../sass/partials/_base.scss */
cite.link-location a {
  color: #949294;
}

/* line 376, ../sass/partials/_base.scss */
div.abstract {
  margin-left: 10px;
}

/* line 379, ../sass/partials/_base.scss */
.faceted-sections-buttons {
  display: none;
}

/* line 383, ../sass/partials/_base.scss */
.contentHistory a {
  font-size: 110%;
  color: #7b1000;
}

/* line 388, ../sass/partials/_base.scss */
div#content:empty:after {
  content: '.';
  visibility: hidden;
}

/* line 1, ../sass/partials/_borders.scss */
.border-right,
.border-left {
  background-image: url("../images/bg-dotline-onwhite-vertical.gif");
  background-repeat: repeat-y;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 1, ../sass/partials/_borders.scss */
  .border-right,
  .border-left {
    background-image: none;
  }
}
@media screen and (max-width: 979px) {
  /* line 10, ../sass/partials/_borders.scss */
  .border-right.center,
  .border-left.center {
    background-image: none;
  }
}

/* line 17, ../sass/partials/_borders.scss */
.border-right {
  background-position: top right;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 22, ../sass/partials/_borders.scss */
  .gutters .border-left.col {
    margin-left: 0;
    padding-left: 2%;
  }
}

/* line 1, ../sass/partials/_iframe.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 9, ../sass/partials/_iframe.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 13, ../sass/partials/_iframe.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 17, ../sass/partials/_iframe.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe, .embed-responsive embed,
.embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 3, ../sass/sections/_header.scss */
header {
  position: relative;
  font-family: "Cambria", Georgia, Times New Roman, serif;
  text-align: center;
}
/* line 8, ../sass/sections/_header.scss */
header.menu-active.mobile-menu {
  padding-bottom: 36px;
}
/* line 11, ../sass/sections/_header.scss */
header.menu-active.search {
  padding-bottom: 60px;
}
/* line 14, ../sass/sections/_header.scss */
header a {
  text-decoration: none;
  font-family: "Cambria", Georgia, Times New Roman, serif;
}
/* line 18, ../sass/sections/_header.scss */
header .logo {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  max-width: 95%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 18, ../sass/sections/_header.scss */
  header .logo {
    margin-bottom: 10px;
  }
}
/* line 27, ../sass/sections/_header.scss */
header .logo img {
  max-width: 100%;
}

/* line 3, ../sass/sections/_main.scss */
main {
  padding-top: 30px;
  padding-bottom: 60px;
  font-family: "Corbel", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  position: relative;
}
/* line 11, ../sass/sections/_main.scss */
main.section-homepage section.row.gutters {
  padding: 0 15px;
}
/* line 17, ../sass/sections/_main.scss */
main.no-padding {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  /* line 3, ../sass/sections/_main.scss */
  main {
    padding-top: 10px;
  }
}
/* line 25, ../sass/sections/_main.scss */
main div.title {
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  /* line 25, ../sass/sections/_main.scss */
  main div.title {
    margin-left: 5%;
  }
}
/* line 32, ../sass/sections/_main.scss */
main div.title h1 {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  /* line 38, ../sass/sections/_main.scss */
  main section.center {
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 44, ../sass/sections/_main.scss */
  main section.col.span_12 + aside.col.span_6 {
    display: none;
  }
}
/* line 52, ../sass/sections/_main.scss */
.section-content main section > article {
  margin: 0 2.08333%;
}
/* line 56, ../sass/sections/_main.scss */
.section-two-columns main section > article {
  padding-left: 20px;
}
/* line 62, ../sass/sections/_main.scss */
main section #content ul {
  margin-bottom: 15px;
}
/* line 64, ../sass/sections/_main.scss */
main section #content ul li {
  line-height: 1.30769em;
  margin-bottom: 5px;
  padding-left: 19px;
  background: url("../images/bullet-01.gif") 2px 8px no-repeat;
}
/* line 71, ../sass/sections/_main.scss */
main section #content ol {
  list-style: decimal;
  margin-bottom: 15px;
  margin-left: 19px;
}
/* line 75, ../sass/sections/_main.scss */
main section #content ol li {
  margin-bottom: 5px;
}
/* line 81, ../sass/sections/_main.scss */
main section.center {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  /* line 81, ../sass/sections/_main.scss */
  main section.center {
    margin-left: 0;
  }
}
/* line 90, ../sass/sections/_main.scss */
main div.alphabet ul {
  text-align: left;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 92, ../sass/sections/_main.scss */
  main div.alphabet ul li {
    display: inline-block;
    line-height: 21px;
  }
}
/* line 97, ../sass/sections/_main.scss */
main div.alphabet ul li a {
  font-family: "Cambria", Georgia, Times New Roman, serif;
  font-size: 0.76923em;
  border-right: 1px solid #947942;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 97, ../sass/sections/_main.scss */
  main div.alphabet ul li a {
    padding: 5px 10px;
  }
}
/* line 104, ../sass/sections/_main.scss */
main div.alphabet ul li a.faceted_letter_selected {
  background: #947942;
  color: white;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
/* line 114, ../sass/sections/_main.scss */
main .pagination,
main .alphabet {
  padding-top: 5px;
  margin-top: 10px;
  background: url("../images/bg-dotline-onwhite.gif") repeat-x;
}
/* line 119, ../sass/sections/_main.scss */
main .pagination ul,
main .alphabet ul {
  text-align: center;
  background: url("../images/bg-dotline-onwhite.gif") repeat-x;
  background-position: bottom left;
  padding-bottom: 5px;
  min-height: 22px;
}
/* line 126, ../sass/sections/_main.scss */
main .pagination ul li,
main .alphabet ul li {
  display: inline-block;
  font-weight: bold;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 126, ../sass/sections/_main.scss */
  main .pagination ul li,
  main .alphabet ul li {
    display: none;
  }
}
/* line 134, ../sass/sections/_main.scss */
main .pagination ul li.active,
main .alphabet ul li.active {
  padding: 0 5px;
  font-weight: bold;
}
/* line 138, ../sass/sections/_main.scss */
main .pagination ul li a,
main .alphabet ul li a {
  font-weight: bold;
  border-bottom: none;
  color: #947942;
  padding: 0 5px;
}
/* line 143, ../sass/sections/_main.scss */
main .pagination ul li a:hover,
main .alphabet ul li a:hover {
  color: #10007b;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 147, ../sass/sections/_main.scss */
  main .pagination ul li.prev, main .pagination ul li.next,
  main .alphabet ul li.prev,
  main .alphabet ul li.next {
    display: inline-block;
  }
}
/* line 152, ../sass/sections/_main.scss */
main .pagination ul li.prev a,
main .pagination ul li.prev span, main .pagination ul li.next a,
main .pagination ul li.next span,
main .alphabet ul li.prev a,
main .alphabet ul li.prev span,
main .alphabet ul li.next a,
main .alphabet ul li.next span {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 157, ../sass/sections/_main.scss */
main .pagination ul li.prev a:hover,
main .pagination ul li.prev span:hover, main .pagination ul li.next a:hover,
main .pagination ul li.next span:hover,
main .alphabet ul li.prev a:hover,
main .alphabet ul li.prev span:hover,
main .alphabet ul li.next a:hover,
main .alphabet ul li.next span:hover {
  background-position-y: -198px;
}
/* line 161, ../sass/sections/_main.scss */
main .pagination ul li.prev.inactive a, main .pagination ul li.prev.inactive span, main .pagination ul li.next.inactive a, main .pagination ul li.next.inactive span,
main .alphabet ul li.prev.inactive a,
main .alphabet ul li.prev.inactive span,
main .alphabet ul li.next.inactive a,
main .alphabet ul li.next.inactive span {
  color: #949294;
  cursor: hand;
}
/* line 168, ../sass/sections/_main.scss */
main .pagination ul li.prev,
main .alphabet ul li.prev {
  float: left;
}
/* line 170, ../sass/sections/_main.scss */
main .pagination ul li.prev a,
main .pagination ul li.prev span,
main .alphabet ul li.prev a,
main .alphabet ul li.prev span {
  padding: 0 0 0 10px;
  background: url("../images/link-arrow-l-11px.gif") no-repeat;
  background-position: 0 2px;
}
/* line 178, ../sass/sections/_main.scss */
main .pagination ul li.prev.inactive a:hover, main .pagination ul li.prev.inactive a:focus, main .pagination ul li.prev.inactive span:hover, main .pagination ul li.prev.inactive span:focus,
main .alphabet ul li.prev.inactive a:hover,
main .alphabet ul li.prev.inactive a:focus,
main .alphabet ul li.prev.inactive span:hover,
main .alphabet ul li.prev.inactive span:focus {
  background-position: 0 2px;
}
/* line 184, ../sass/sections/_main.scss */
main .pagination ul li.next,
main .alphabet ul li.next {
  float: right;
}
/* line 186, ../sass/sections/_main.scss */
main .pagination ul li.next a,
main .pagination ul li.next span,
main .alphabet ul li.next a,
main .alphabet ul li.next span {
  padding: 0 10px 0 0;
  background: url("../images/link-arrow-r-11px.gif") no-repeat;
  background-position: 100% 2px;
}
/* line 194, ../sass/sections/_main.scss */
main .pagination ul li.next.inactive a:hover, main .pagination ul li.next.inactive a:focus, main .pagination ul li.next.inactive span:hover, main .pagination ul li.next.inactive span:focus,
main .alphabet ul li.next.inactive a:hover,
main .alphabet ul li.next.inactive a:focus,
main .alphabet ul li.next.inactive span:hover,
main .alphabet ul li.next.inactive span:focus {
  background-position: 100% 2px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 204, ../sass/sections/_main.scss */
  main .alphabet {
    font-size: 20px;
    line-height: 16px;
  }
  /* line 208, ../sass/sections/_main.scss */
  main .alphabet a {
    display: block;
    min-width: 60px;
    text-align: center;
    margin-bottom: 5px;
  }
}
/* line 217, ../sass/sections/_main.scss */
main .agenda-date {
  font-weight: normal;
  display: block;
  font-family: "Cambria", Georgia, Times New Roman, serif;
  font-size: 2.15385em;
  float: left;
  text-align: center;
  color: #a78b4a;
  line-height: .6em;
  padding-left: 0;
}
/* line 227, ../sass/sections/_main.scss */
main .agenda-date span {
  font-size: 0.35714em;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  padding-top: 5px;
}
/* line 234, ../sass/sections/_main.scss */
main .agenda-date + .item {
  margin-left: 35px;
  min-height: 90px;
}

@media screen and (max-width: 767px) {
  /* line 1, ../sass/sections/_aside.scss */
  aside {
    margin-top: 10px;
    padding: 0 5%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 7, ../sass/sections/_aside.scss */
  .content aside {
    padding: 0;
  }
}
/* line 13, ../sass/sections/_aside.scss */
aside.left-sidebar {
  padding-right: 18px;
  min-height: 1px;
}
@media screen and (max-width: 767px) {
  /* line 13, ../sass/sections/_aside.scss */
  aside.left-sidebar {
    margin-top: 0;
    padding-right: 0;
  }
  /* line 19, ../sass/sections/_aside.scss */
  aside.left-sidebar > * {
    display: none;
  }
}
/* line 25, ../sass/sections/_aside.scss */
aside.left-sidebar div.subnav {
  font-size: 1em;
  font-family: "Cambria", Georgia, Times New Roman, serif;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 25, ../sass/sections/_aside.scss */
  aside.left-sidebar div.subnav {
    margin-bottom: 25px;
  }
}
/* line 31, ../sass/sections/_aside.scss */
aside.left-sidebar div.subnav a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding-right: 11px;
  display: block;
  min-height: 23px;
  color: #947942;
  text-decoration: none;
  border-bottom: 1px dotted #947942;
  padding: 2px 15px 2px 9px;
  position: relative;
  line-height: 1.30769em;
}
/* line 135, ../sass/base/_links.scss */
aside.left-sidebar div.subnav a:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 3px;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  aside.left-sidebar div.subnav a:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
aside.left-sidebar div.subnav a:hover:before, aside.left-sidebar div.subnav a:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  aside.left-sidebar div.subnav a:hover:before, aside.left-sidebar div.subnav a:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 42, ../sass/sections/_aside.scss */
aside.left-sidebar div.subnav a:hover, aside.left-sidebar div.subnav a.active {
  display: block;
  position: relative;
  padding-right: 11px;
  padding: 2px 0 2px 0;
  color: #10007b;
}
/* line 135, ../sass/base/_links.scss */
aside.left-sidebar div.subnav a:hover:before, aside.left-sidebar div.subnav a.active:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 3px;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  aside.left-sidebar div.subnav a:hover:before, aside.left-sidebar div.subnav a.active:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 146, ../sass/base/_links.scss */
aside.left-sidebar div.subnav a:hover:hover:before, aside.left-sidebar div.subnav a:hover:focus:before, aside.left-sidebar div.subnav a.active:hover:before, aside.left-sidebar div.subnav a.active:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  aside.left-sidebar div.subnav a:hover:hover:before, aside.left-sidebar div.subnav a:hover:focus:before, aside.left-sidebar div.subnav a.active:hover:before, aside.left-sidebar div.subnav a.active:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 48, ../sass/sections/_aside.scss */
aside.left-sidebar div.subnav a.with-sub-nav {
  background: none;
}
/* line 59, ../sass/base/_borders.scss */
aside.left-sidebar div.subnav a.with-sub-nav:after {
  background: none;
}
/* line 51, ../sass/sections/_aside.scss */
aside.left-sidebar div.subnav a:first-child {
  border-top: 1px dotted #947942;
}
/* line 54, ../sass/sections/_aside.scss */
aside.left-sidebar div.subnav a + .nested-nav a:first-child:after {
  background: none;
}
/* line 59, ../sass/base/_borders.scss */
aside.left-sidebar div.subnav a + .nested-nav a:first-child:after:after {
  background: none;
}
/* line 58, ../sass/sections/_aside.scss */
aside.left-sidebar div.subnav .nested-nav a {
  background: none;
  padding-left: 10px;
}
/* line 59, ../sass/base/_borders.scss */
aside.left-sidebar div.subnav .nested-nav a:after {
  background: none;
}

/* line 2, ../sass/sections/_contentpage.scss */
.section-contentpage section > article {
  padding-right: 20px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 2, ../sass/sections/_contentpage.scss */
  .section-contentpage section > article {
    padding-right: 0;
  }
}
/* line 9, ../sass/sections/_contentpage.scss */
.section-contentpage .event-details {
  margin-bottom: 20px;
  line-height: 1.51667em;
}
/* line 12, ../sass/sections/_contentpage.scss */
.section-contentpage .event-details a {
  display: inline-block;
  margin-right: 10px;
}
/* line 17, ../sass/sections/_contentpage.scss */
.section-contentpage .member-details {
  width: 100%;
  background: url("../images/bg-dotline-onwhite.gif") repeat-x;
  border-collapse: collapse;
}
/* line 21, ../sass/sections/_contentpage.scss */
.section-contentpage .member-details tbody {
  border-left: 10px solid transparent;
}
/* line 23, ../sass/sections/_contentpage.scss */
.section-contentpage .member-details tbody:first-child tr:first-child {
  border-top: 10px solid transparent;
}
/* line 26, ../sass/sections/_contentpage.scss */
.section-contentpage .member-details tbody tr {
  border-top: 5px solid transparent;
}
/* line 29, ../sass/sections/_contentpage.scss */
.section-contentpage .member-details tbody tr:last-child {
  background: url("../images/bg-dotline-onwhite.gif") repeat-x;
  background-position: bottom left;
  border-bottom: 5px solid transparent;
}
/* line 33, ../sass/sections/_contentpage.scss */
.section-contentpage .member-details tbody tr:last-child td {
  padding-bottom: 5px;
}
/* line 38, ../sass/sections/_contentpage.scss */
.section-contentpage .member-details tbody tr td:first-child {
  color: #949294;
  width: 25%;
}
/* line 46, ../sass/sections/_contentpage.scss */
.section-contentpage .profile-picture {
  background: #e6e6e6;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 48, ../sass/sections/_contentpage.scss */
  .section-contentpage .profile-picture img {
    margin-left: 20px;
  }
}
/* line 53, ../sass/sections/_contentpage.scss */
.section-contentpage .profile-picture .profile-text {
  padding: 20px;
  padding-top: 10px;
  font-size: 13px;
  line-height: 19px;
}
/* line 58, ../sass/sections/_contentpage.scss */
.section-contentpage .profile-picture .profile-text h2 {
  color: #947942;
  font-size: 0.76923em;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
  padding-left: 0;
}
/* line 68, ../sass/sections/_contentpage.scss */
.section-contentpage #newsitem-date {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 72, ../sass/sections/_contentpage.scss */
  .section-contentpage .page-title.span_12 {
    width: 66.66666666%;
    margin-left: 33.3333333%;
  }
  /* line 76, ../sass/sections/_contentpage.scss */
  .section-contentpage section.col.span_12 {
    width: 66.0%;
  }
  /* line 79, ../sass/sections/_contentpage.scss */
  .section-contentpage aside.left-sidebar {
    width: 32.0%;
  }
}
/* line 83, ../sass/sections/_contentpage.scss */
.section-contentpage .caption {
  color: #949294;
}

/* line 88, ../sass/sections/_contentpage.scss */
.publication aside.left-sidebar.col.span_6 > * {
  display: block;
}

/* line 2, ../sass/sections/_two-columns.scss */
.section-two-columns section.content {
  padding-right: 10px;
}
/* line 5, ../sass/sections/_two-columns.scss */
.section-two-columns aside.bordered {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  /* line 5, ../sass/sections/_two-columns.scss */
  .section-two-columns aside.bordered {
    padding: 0 10px;
  }
}
/* line 10, ../sass/sections/_two-columns.scss */
.section-two-columns aside.bordered > * {
  background-color: none;
}
/* line 15, ../sass/sections/_two-columns.scss */
.section-two-columns aside.bordered.bordered > * {
  background-color: #e6e6e6;
  padding: 5px 10px 15px;
}

/* line 2, ../sass/sections/_three-columns.scss */
.section-three-columns aside {
  margin-top: 0;
}
/* line 5, ../sass/sections/_three-columns.scss */
.section-three-columns aside.bordered > * {
  background-color: #e6e6e6;
  padding: 5px 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 12, ../sass/sections/_three-columns.scss */
  .section-three-columns img:first-of-type {
    display: none;
  }
}

/* line 3, ../sass/sections/_list-news.scss */
.section-list-news .agenda-date .day:first-child {
  margin-bottom: 2px;
}
/* line 6, ../sass/sections/_list-news.scss */
.section-list-news .agenda-date .day:nth-child(2) {
  background-image: url('../images/lines/date-bar.png?1445853544');
  padding-top: 9px;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 6, ../sass/sections/_list-news.scss */
  .section-list-news .agenda-date .day:nth-child(2) {
    background-image: url('../images/lines/date-bar@2x.gif?1445853544');
    background-size: 6px 2px;
  }
}
/* line 13, ../sass/sections/_list-news.scss */
.section-list-news .filters {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 17, ../sass/sections/_list-news.scss */
  .section-list-news section.col.span_12 {
    width: 74.5%;
  }
}
/* line 23, ../sass/sections/_list-news.scss */
.section-list-news .news-list ul {
  background: url("../images/bg-dotline-onwhite.gif") repeat-x;
  margin-bottom: 29px;
}
/* line 26, ../sass/sections/_list-news.scss */
.section-list-news .news-list ul li {
  padding: 10px 0 1px;
  background: url("../images/bg-dotline-onwhite.gif") repeat-x;
  background-position: bottom left;
}
/* line 30, ../sass/sections/_list-news.scss */
.section-list-news .news-list ul li a {
  text-decoration: none;
  border-bottom: none;
}
/* line 34, ../sass/sections/_list-news.scss */
.section-list-news .news-list ul li h2 {
  font-size: 1.07692em;
  line-height: 1.15385em;
  margin-bottom: 0;
  background: url("../images/link-arrow-r-7px.gif") no-repeat;
  background-position: 0 5px;
  padding-left: 10px;
}
/* line 35, ../sass/sections/_list-news.scss */
.section-list-news .news-list ul li h2 .chapeau_overzicht {
  text-transform: uppercase;
  display: block;
}
/* line 46, ../sass/sections/_list-news.scss */
.section-list-news .news-list ul li img.lead-image {
  float: right;
  padding-left: 10px;
}
/* line 51, ../sass/sections/_list-news.scss */
.section-list-news .news-list ul li .date {
  color: #949294;
  display: block;
  padding-left: 10px;
  line-height: 1.3em;
}
/* line 56, ../sass/sections/_list-news.scss */
.section-list-news .news-list ul li .date:last-of-type {
  margin-bottom: 4px;
}
/* line 60, ../sass/sections/_list-news.scss */
.section-list-news .news-list ul li .description {
  padding-left: 10px;
  margin-bottom: 10px;
}

/* line 2, ../sass/sections/_event.scss */
.event-details .row:after,
.event-details .col:after {
  content: "";
}

/* line 3, ../sass/sections/_members.scss */
section.above-content .faceted-navigation {
  float: right;
  display: none;
  margin-right: 20px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 3, ../sass/sections/_members.scss */
  section.above-content .faceted-navigation {
    margin-right: 5%;
  }
}
@media screen and (max-width: 979px) {
  /* line 3, ../sass/sections/_members.scss */
  section.above-content .faceted-navigation {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 17, ../sass/sections/_members.scss */
  section.above-content .tabs {
    margin-left: -20px;
    padding-left: 20px;
  }
  /* line 20, ../sass/sections/_members.scss */
  section.above-content .tabs .span_18 {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 27, ../sass/sections/_members.scss */
  section.above-content .tabs {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  /* line 34, ../sass/sections/_members.scss */
  .section-members .page-title {
    width: 100%;
    margin-top: 10px;
  }
}
/* line 40, ../sass/sections/_members.scss */
.section-members .above-content {
  margin-bottom: 20px;
}
/* line 43, ../sass/sections/_members.scss */
.section-members .alphabet {
  margin-bottom: 10px;
  margin-top: 0;
}
@media screen and (max-width: 979px) {
  /* line 48, ../sass/sections/_members.scss */
  .section-members aside {
    display: none;
  }
  /* line 51, ../sass/sections/_members.scss */
  .section-members .content > section {
    width: 100%;
    margin-left: 0;
  }
}
/* line 57, ../sass/sections/_members.scss */
.section-members .members .member {
  padding-bottom: 5px;
  margin-bottom: 5px;
  background: url("../images/bg-dotline-onwhite.gif") repeat-x;
  background-position: bottom left;
  height: 91px;
}
/* line 63, ../sass/sections/_members.scss */
.section-members .members .member img {
  float: left;
  margin-right: 20px;
  height: 85px;
  width: 70px;
}
/* line 69, ../sass/sections/_members.scss */
.section-members .members .member a {
  display: block;
  position: relative;
  padding-right: 11px;
  position: relative;
  padding-left: 11px;
  color: #404040;
  text-decoration: none;
  padding-left: 0;
  text-decoration: none;
  color: #404040;
  height: 86px;
  overflow: hidden;
}
/* line 135, ../sass/base/_links.scss */
.section-members .members .member a:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 0;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .section-members .members .member a:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
.section-members .members .member a:hover:before, .section-members .members .member a:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .section-members .members .member a:hover:before, .section-members .members .member a:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 156, ../sass/base/_links.scss */
.section-members .members .member a:before {
  float: none;
  position: absolute;
  left: 0;
}
/* line 121, ../sass/base/_links.scss */
.section-members .members .member a:hover, .section-members .members .member a:focus {
  color: #10007b;
}
/* line 77, ../sass/sections/_members.scss */
.section-members .members .member a:before {
  left: 80px;
}
/* line 80, ../sass/sections/_members.scss */
.section-members .members .member a .subjects {
  color: #949294;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  /* line 86, ../sass/sections/_members.scss */
  .section-members .members .member:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/* line 95, ../sass/sections/_members.scss */
.section-members .foreign.members .column {
  padding: 0 0.75%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 95, ../sass/sections/_members.scss */
  .section-members .foreign.members .column {
    padding: 0 !important;
    width: 100% !important;
  }
}
/* line 101, ../sass/sections/_members.scss */
.section-members .foreign.members .column.first {
  padding-right: 1.5%;
  padding-left: 0;
}
/* line 105, ../sass/sections/_members.scss */
.section-members .foreign.members .column.last {
  padding-left: 1.5%;
  padding-right: 0;
}
/* line 110, ../sass/sections/_members.scss */
.section-members .foreign.members .member {
  background: none;
  margin-left: 0;
  width: 100%;
  height: auto;
}
/* line 113, ../sass/sections/_members.scss */
.section-members .foreign.members .member img {
  display: none;
}
/* line 116, ../sass/sections/_members.scss */
.section-members .foreign.members .member a:before {
  left: 0;
}
/* line 121, ../sass/sections/_members.scss */
.section-members .foreign.members .member a {
  padding-left: 10px;
  max-height: 90px;
  height: auto;
  padding-bottom: 3px;
}
/* line 130, ../sass/sections/_members.scss */
.section-members .faceted-navigation {
  margin-bottom: 14px;
}
/* line 132, ../sass/sections/_members.scss */
.section-members .faceted-navigation .title {
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 7px;
  display: block;
  background: url("../images/bg-dotline-onwhite.gif") repeat-x;
  background-position: bottom left;
}
/* line 148, ../sass/sections/_members.scss */
.section-members .faceted-navigation ul li {
  display: block;
  position: relative;
  padding-right: 11px;
  text-decoration: none;
  color: #947942;
  border-bottom: none;
  display: block;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 14px;
}
/* line 135, ../sass/base/_links.scss */
.section-members .faceted-navigation ul li:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 3px;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .section-members .faceted-navigation ul li:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
.section-members .faceted-navigation ul li:hover:before, .section-members .faceted-navigation ul li:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .section-members .faceted-navigation ul li:hover:before, .section-members .faceted-navigation ul li:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 158, ../sass/sections/_members.scss */
.section-members .faceted-navigation ul li:hover {
  color: #10007b;
  background-position: 100% -92px;
}
/* line 162, ../sass/sections/_members.scss */
.section-members .faceted-navigation ul li.checked {
  color: #10007b;
  background-position: 100% -92px;
}
/* line 166, ../sass/sections/_members.scss */
.section-members .faceted-navigation ul li input[type=checkbox] {
  display: none;
}
/* line 169, ../sass/sections/_members.scss */
.section-members .faceted-navigation ul li > ul > li {
  padding-left: 14px;
}
/* line 173, ../sass/sections/_members.scss */
.section-members .faceted-navigation ul li.faceted-checkbox-item-disabled {
  display: none;
}
/* line 176, ../sass/sections/_members.scss */
.section-members .faceted-navigation ul li.faceted-select-item-disabled {
  display: none;
}

/* line 183, ../sass/sections/_members.scss */
.member-text {
  margin-left: 15px;
}

/* line 187, ../sass/sections/_members.scss */
.inter_alpha_nav a {
  cursor: pointer;
}

/* line 191, ../sass/sections/_members.scss */
#publication_cover {
  margin-right: -18px;
  text-align: right;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 191, ../sass/sections/_members.scss */
  #publication_cover {
    text-align: center;
  }
}

/* line 2, ../sass/sections/_theme-overview.scss */
.section-theme-overview article {
  margin-bottom: 10px;
  padding: 10px 20px;
  background: #e6e6e6;
}
/* line 7, ../sass/sections/_theme-overview.scss */
.section-theme-overview article h2 {
  border-bottom: 1px dotted #949294;
  font-size: 1.30769em;
  margin-bottom: 5px;
}
/* line 12, ../sass/sections/_theme-overview.scss */
.section-theme-overview article a {
  display: block;
  border-bottom: 1px dotted #949294;
  text-decoration: none;
  font-weight: bold;
  color: #404040;
  padding: 5px 0;
}
/* line 19, ../sass/sections/_theme-overview.scss */
.section-theme-overview article a:hover {
  color: #10007b;
}
/* line 21, ../sass/sections/_theme-overview.scss */
.section-theme-overview article a:hover > span {
  background-position: 0 -94px;
}
/* line 25, ../sass/sections/_theme-overview.scss */
.section-theme-overview article a:after {
  content: '';
  clear: both;
  display: table;
}
/* line 30, ../sass/sections/_theme-overview.scss */
.section-theme-overview article a > img,
.section-theme-overview article a > span {
  line-height: 1.4em;
}
/* line 34, ../sass/sections/_theme-overview.scss */
.section-theme-overview article a > img {
  float: left;
  margin-right: 15px;
  width: 110px;
}
@media screen and (max-width: 979px) {
  /* line 34, ../sass/sections/_theme-overview.scss */
  .section-theme-overview article a > img {
    float: none;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
}
/* line 45, ../sass/sections/_theme-overview.scss */
.section-theme-overview article a > span {
  color: #404040;
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 126px;
  position: relative;
  padding-left: 126px;
  padding-right: 0;
  position: relative;
  text-decoration: none;
  border-bottom: none;
  padding-left: 10px;
}
/* line 121, ../sass/base/_links.scss */
.section-theme-overview article a > span:hover, .section-theme-overview article a > span:focus {
  color: #10007b;
}
/* line 135, ../sass/base/_links.scss */
.section-theme-overview article a > span:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 3px;
  margin-left: 115px;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .section-theme-overview article a > span:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
.section-theme-overview article a > span:hover:before, .section-theme-overview article a > span:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .section-theme-overview article a > span:hover:before, .section-theme-overview article a > span:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 156, ../sass/base/_links.scss */
.section-theme-overview article a > span:before {
  float: none;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 979px) {
  /* line 45, ../sass/sections/_theme-overview.scss */
  .section-theme-overview article a > span {
    display: block;
    margin-bottom: 15px;
  }
  /* line 56, ../sass/sections/_theme-overview.scss */
  .section-theme-overview article a > span:before {
    left: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 3, ../sass/sections/_homepage.scss */
  .section-homepage .mobile-placeholder {
    padding: 20px;
  }
  /* line 5, ../sass/sections/_homepage.scss */
  .section-homepage .mobile-placeholder .portlet {
    margin-bottom: 27px;
  }
  /* line 8, ../sass/sections/_homepage.scss */
  .section-homepage .mobile-placeholder > span:last-child .portlet {
    margin-bottom: 0px;
  }
  /* line 14, ../sass/sections/_homepage.scss */
  .section-homepage .content .col .portlet img {
    display: none;
  }
}
/* line 21, ../sass/sections/_homepage.scss */
.section-homepage .static-text p > a,
.section-homepage .static-text p > a:only-child {
  color: #947942;
  text-decoration: none;
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x bottom left;
  position: relative;
  display: block;
  position: relative;
  padding-right: 11px;
  padding: 5px 0;
}
/* line 112, ../sass/base/_links.scss */
.section-homepage .static-text p > a:hover, .section-homepage .static-text p > a:focus,
.section-homepage .static-text p > a:only-child:hover,
.section-homepage .static-text p > a:only-child:focus {
  color: #10007b;
}
/* line 38, ../sass/base/_borders.scss */
.section-homepage .static-text p > a:after,
.section-homepage .static-text p > a:only-child:after {
  content: '';
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x top left;
  position: absolute;
  top: 0;
  height: 1px;
  left: 0;
  right: 0;
}
/* line 135, ../sass/base/_links.scss */
.section-homepage .static-text p > a:before,
.section-homepage .static-text p > a:only-child:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 0;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .section-homepage .static-text p > a:before,
  .section-homepage .static-text p > a:only-child:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
.section-homepage .static-text p > a:hover:before, .section-homepage .static-text p > a:focus:before,
.section-homepage .static-text p > a:only-child:hover:before,
.section-homepage .static-text p > a:only-child:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .section-homepage .static-text p > a:hover:before, .section-homepage .static-text p > a:focus:before,
  .section-homepage .static-text p > a:only-child:hover:before,
  .section-homepage .static-text p > a:only-child:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}

/* line 2, ../sass/sections/_regular-list.scss */
#content .list-block h2.regular_header + p {
  margin-bottom: 10px;
}
/* line 4, ../sass/sections/_regular-list.scss */
#content .list-block h2.regular_header + p:last-child {
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x bottom left;
  padding-bottom: 10px;
}
/* line 9, ../sass/sections/_regular-list.scss */
#content .list-block h2.regular_header {
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
}
/* line 19, ../sass/base/_borders.scss */
#content .list-block h2.regular_header:after {
  content: '';
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x top left;
  position: absolute;
  top: 0;
  height: 1px;
  left: 0;
  right: 0;
}
/* line 14, ../sass/sections/_regular-list.scss */
#content .list-block h2.regular_header + p {
  margin-bottom: 0;
}
/* line 17, ../sass/sections/_regular-list.scss */
#content .list-block h2.regular_header:last-child {
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x bottom left;
  position: relative;
  padding-bottom: 10px;
}
/* line 38, ../sass/base/_borders.scss */
#content .list-block h2.regular_header:last-child:after {
  content: '';
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x top left;
  position: absolute;
  top: 0;
  height: 1px;
  left: 0;
  right: 0;
}
/* line 22, ../sass/sections/_regular-list.scss */
#content .list-block .date {
  line-height: 1.3em;
  margin-bottom: 4px;
}

/* line 2, ../sass/portlets/_base.scss */
.portlet:not(:last-child) {
  margin-bottom: 25px;
}
/* line 4, ../sass/portlets/_base.scss */
.section-two-columns .bordered .portlet:not(:last-child) {
  margin-bottom: 10px;
}
/* line 8, ../sass/portlets/_base.scss */
.portlet a {
  color: #404040;
  text-decoration: none;
  border-bottom: none;
}
/* line 121, ../sass/base/_links.scss */
.portlet a:hover, .portlet a:focus {
  color: #10007b;
}
/* line 13, ../sass/portlets/_base.scss */
.portlet h2 {
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x bottom left;
  color: #404040;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
/* line 15, ../sass/portlets/_base.scss */
.section-homepage .portlet h2, .section-list-news .portlet h2 {
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x bottom left;
  font-size: 1.30769em;
  padding-bottom: 5px;
  text-transform: uppercase;
}
/* line 22, ../sass/portlets/_base.scss */
.section-contentpage .portlet h2 {
  background: url('../images/lines/bg-dotline-ongrey.gif?1445853544') repeat-x bottom left;
  padding-bottom: 3px;
}
/* line 27, ../sass/portlets/_base.scss */
.section-two-columns section > .portlet h2, .section-two-columns aside.bordered .portlet h2, .bordered .portlet h2 {
  color: #947942;
  text-transform: none;
}
/* line 33, ../sass/portlets/_base.scss */
.bordered .portlet h2 {
  background: none;
  margin-bottom: 0;
}
/* line 59, ../sass/base/_borders.scss */
.bordered .portlet h2:after {
  background: none;
}
/* line 40, ../sass/portlets/_base.scss */
.portlet h2 + a {
  margin-top: -6px;
}
/* line 43, ../sass/portlets/_base.scss */
.portlet h2 + p > a {
  background: none;
  margin-top: -6px;
}
/* line 59, ../sass/base/_borders.scss */
.portlet h2 + p > a:after {
  background: none;
}
/* line 47, ../sass/portlets/_base.scss */
.portlet h2 + p > a:only-child,
.portlet h2 + p a:only-child,
.portlet h2 + ul li > a:only-child,
.portlet h2 + ul li + p a:only-child {
  background: url('../images/lines/bg-dotline-ongrey.gif?1445853544') repeat-x bottom left;
}
/* line 56, ../sass/portlets/_base.scss */
.portlet .bordered,
.portlet .internal_link,
.portlet .external_link {
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x bottom left;
  position: relative;
  background: url('../images/lines/bg-dotline-ongrey.gif?1445853544') repeat-x bottom left;
  color: #404040;
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 11px;
  padding: 5px 0;
  font-weight: normal;
  margin-bottom: 5px;
}
/* line 38, ../sass/base/_borders.scss */
.portlet .bordered:after,
.portlet .internal_link:after,
.portlet .external_link:after {
  content: '';
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x top left;
  position: absolute;
  top: 0;
  height: 1px;
  left: 0;
  right: 0;
}
/* line 52, ../sass/base/_borders.scss */
.portlet .bordered:after,
.portlet .internal_link:after,
.portlet .external_link:after {
  background: url('../images/lines/bg-dotline-ongrey.gif?1445853544') repeat-x top left;
}
/* line 121, ../sass/base/_links.scss */
.portlet .bordered:hover, .portlet .bordered:focus,
.portlet .internal_link:hover,
.portlet .internal_link:focus,
.portlet .external_link:hover,
.portlet .external_link:focus {
  color: #10007b;
}
/* line 135, ../sass/base/_links.scss */
.portlet .bordered:before,
.portlet .internal_link:before,
.portlet .external_link:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -22px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 0;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .portlet .bordered:before,
  .portlet .internal_link:before,
  .portlet .external_link:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -44px;
    background-size: 7px 44px;
    background-position: 0 -22px;
  }
}
/* line 146, ../sass/base/_links.scss */
.portlet .bordered:hover:before, .portlet .bordered:focus:before,
.portlet .internal_link:hover:before,
.portlet .internal_link:focus:before,
.portlet .external_link:hover:before,
.portlet .external_link:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .portlet .bordered:hover:before, .portlet .bordered:focus:before,
  .portlet .internal_link:hover:before,
  .portlet .internal_link:focus:before,
  .portlet .external_link:hover:before,
  .portlet .external_link:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 62, ../sass/portlets/_base.scss */
.section-homepage .portlet .bordered, .section-two-columns section > .portlet .bordered, .section-homepage
.portlet .internal_link, .section-two-columns section >
.portlet .internal_link, .section-homepage
.portlet .external_link, .section-two-columns section >
.portlet .external_link {
  color: #947942;
  text-decoration: none;
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x bottom left;
  position: relative;
  display: block;
  position: relative;
  padding-right: 11px;
  padding: 5px 0;
}
/* line 112, ../sass/base/_links.scss */
.section-homepage .portlet .bordered:hover, .section-homepage .portlet .bordered:focus, .section-two-columns section > .portlet .bordered:hover, .section-two-columns section > .portlet .bordered:focus, .section-homepage
.portlet .internal_link:hover, .section-homepage
.portlet .internal_link:focus, .section-two-columns section >
.portlet .internal_link:hover, .section-two-columns section >
.portlet .internal_link:focus, .section-homepage
.portlet .external_link:hover, .section-homepage
.portlet .external_link:focus, .section-two-columns section >
.portlet .external_link:hover, .section-two-columns section >
.portlet .external_link:focus {
  color: #10007b;
}
/* line 38, ../sass/base/_borders.scss */
.section-homepage .portlet .bordered:after, .section-two-columns section > .portlet .bordered:after, .section-homepage
.portlet .internal_link:after, .section-two-columns section >
.portlet .internal_link:after, .section-homepage
.portlet .external_link:after, .section-two-columns section >
.portlet .external_link:after {
  content: '';
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x top left;
  position: absolute;
  top: 0;
  height: 1px;
  left: 0;
  right: 0;
}
/* line 135, ../sass/base/_links.scss */
.section-homepage .portlet .bordered:before, .section-two-columns section > .portlet .bordered:before, .section-homepage
.portlet .internal_link:before, .section-two-columns section >
.portlet .internal_link:before, .section-homepage
.portlet .external_link:before, .section-two-columns section >
.portlet .external_link:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 0;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .section-homepage .portlet .bordered:before, .section-two-columns section > .portlet .bordered:before, .section-homepage
  .portlet .internal_link:before, .section-two-columns section >
  .portlet .internal_link:before, .section-homepage
  .portlet .external_link:before, .section-two-columns section >
  .portlet .external_link:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
.section-homepage .portlet .bordered:hover:before, .section-homepage .portlet .bordered:focus:before, .section-two-columns section > .portlet .bordered:hover:before, .section-two-columns section > .portlet .bordered:focus:before, .section-homepage
.portlet .internal_link:hover:before, .section-homepage
.portlet .internal_link:focus:before, .section-two-columns section >
.portlet .internal_link:hover:before, .section-two-columns section >
.portlet .internal_link:focus:before, .section-homepage
.portlet .external_link:hover:before, .section-homepage
.portlet .external_link:focus:before, .section-two-columns section >
.portlet .external_link:hover:before, .section-two-columns section >
.portlet .external_link:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .section-homepage .portlet .bordered:hover:before, .section-homepage .portlet .bordered:focus:before, .section-two-columns section > .portlet .bordered:hover:before, .section-two-columns section > .portlet .bordered:focus:before, .section-homepage
  .portlet .internal_link:hover:before, .section-homepage
  .portlet .internal_link:focus:before, .section-two-columns section >
  .portlet .internal_link:hover:before, .section-two-columns section >
  .portlet .internal_link:focus:before, .section-homepage
  .portlet .external_link:hover:before, .section-homepage
  .portlet .external_link:focus:before, .section-two-columns section >
  .portlet .external_link:hover:before, .section-two-columns section >
  .portlet .external_link:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 69, ../sass/portlets/_base.scss */
aside.bordered .portlet .bordered, aside.bordered
.portlet .internal_link, aside.bordered
.portlet .external_link {
  font-weight: bold;
  display: block;
  position: relative;
  padding-right: 11px;
  position: relative;
  padding-left: 11px;
  background: none;
}
/* line 135, ../sass/base/_links.scss */
aside.bordered .portlet .bordered:before, aside.bordered
.portlet .internal_link:before, aside.bordered
.portlet .external_link:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 0;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  aside.bordered .portlet .bordered:before, aside.bordered
  .portlet .internal_link:before, aside.bordered
  .portlet .external_link:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
aside.bordered .portlet .bordered:hover:before, aside.bordered .portlet .bordered:focus:before, aside.bordered
.portlet .internal_link:hover:before, aside.bordered
.portlet .internal_link:focus:before, aside.bordered
.portlet .external_link:hover:before, aside.bordered
.portlet .external_link:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  aside.bordered .portlet .bordered:hover:before, aside.bordered .portlet .bordered:focus:before, aside.bordered
  .portlet .internal_link:hover:before, aside.bordered
  .portlet .internal_link:focus:before, aside.bordered
  .portlet .external_link:hover:before, aside.bordered
  .portlet .external_link:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 156, ../sass/base/_links.scss */
aside.bordered .portlet .bordered:before, aside.bordered
.portlet .internal_link:before, aside.bordered
.portlet .external_link:before {
  float: none;
  position: absolute;
  left: 0;
}
/* line 59, ../sass/base/_borders.scss */
aside.bordered .portlet .bordered:after, aside.bordered
.portlet .internal_link:after, aside.bordered
.portlet .external_link:after {
  background: none;
}
/* line 80, ../sass/portlets/_base.scss */
.portlet li {
  margin-bottom: 4px;
}
/* line 84, ../sass/portlets/_base.scss */
.portlet .date {
  font-size: 1.61538em;
  font-family: "Cambria", "Times New Roman", Georgia, serif;
  color: #947942;
  display: block;
  font-weight: bold;
}
/* line 90, ../sass/portlets/_base.scss */
.portlet .date span {
  display: inline-block;
  margin-left: 4px;
  font-weight: normal;
  font-size: 50%;
  line-height: 0.9em;
  text-transform: uppercase;
}
/* line 101, ../sass/portlets/_base.scss */
.bordered .portlet h2 {
  font-size: 1.30769em;
}
/* line 104, ../sass/portlets/_base.scss */
.bordered .portlet a:last-child {
  margin-bottom: 0;
}
/* line 107, ../sass/portlets/_base.scss */
.bordered .portlet p:last-of-type {
  margin-bottom: 0;
}
/* line 110, ../sass/portlets/_base.scss */
.bordered .portlet ul:last-of-type {
  margin-bottom: 0;
}
/* line 115, ../sass/portlets/_base.scss */
.portlet ul li p:only-child {
  margin: 0;
}

/* line 2, ../sass/portlets/_agenda.scss */
.portlet.agenda h2 {
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x bottom left;
}
/* line 4, ../sass/portlets/_agenda.scss */
.bordered .portlet.agenda h2 {
  background: none;
  border-bottom: 1px dotted #949294;
  margin-bottom: 5px;
}
/* line 9, ../sass/portlets/_agenda.scss */
.portlet.agenda li {
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x bottom left;
  padding-top: 2px;
  padding-bottom: 5px;
}
/* line 13, ../sass/portlets/_agenda.scss */
.bordered .portlet.agenda li {
  background: none;
  border-bottom: 1px dotted #949294;
}
/* line 16, ../sass/portlets/_agenda.scss */
.portlet.agenda li a {
  display: block;
  position: relative;
  padding-right: 11px;
}
/* line 135, ../sass/base/_links.scss */
.portlet.agenda li a:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 3px;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .portlet.agenda li a:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
.portlet.agenda li a:hover:before, .portlet.agenda li a:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .portlet.agenda li a:hover:before, .portlet.agenda li a:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 19, ../sass/portlets/_agenda.scss */
.portlet.agenda li:last-child {
  background: none;
}
/* line 59, ../sass/base/_borders.scss */
.portlet.agenda li:last-child:after {
  background: none;
}
/* line 23, ../sass/portlets/_agenda.scss */
.portlet.agenda > a {
  background: none;
}
/* line 59, ../sass/base/_borders.scss */
.portlet.agenda > a:after {
  background: none;
}
/* line 26, ../sass/portlets/_agenda.scss */
.portlet.agenda .date {
  margin-bottom: 4px;
}

/* line 1, ../sass/portlets/_carousel.scss */
.inter_carroussel {
  height: 250px;
  margin-bottom: 5px;
  position: relative;
}
/* line 4, ../sass/portlets/_carousel.scss */
.section-two-columns .bordered .inter_carroussel, .bordered .inter_carroussel {
  height: 170px;
}
/* line 8, ../sass/portlets/_carousel.scss */
.section-two-columns section .inter_carroussel {
  height: 185px;
}
/* line 12, ../sass/portlets/_carousel.scss */
.section-two-columns section .inter_carroussel.empty_carousel {
  height: 10px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 17, ../sass/portlets/_carousel.scss */
  .col:not(.span_12) .inter_carroussel {
    height: 410px;
  }
}
/* line 22, ../sass/portlets/_carousel.scss */
.bordered .inter_carroussel {
  margin-bottom: 0;
}
/* line 26, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_carroussel_img_container,
.inter_carroussel .inter_carroussel_descr_container {
  width: 50%;
  float: left;
  overflow: hidden;
  height: 220px;
}
/* line 32, ../sass/portlets/_carousel.scss */
.section-two-columns .bordered .inter_carroussel .inter_carroussel_img_container, .bordered .inter_carroussel .inter_carroussel_img_container, .section-two-columns .bordered
.inter_carroussel .inter_carroussel_descr_container, .bordered
.inter_carroussel .inter_carroussel_descr_container {
  height: 140px;
}
/* line 36, ../sass/portlets/_carousel.scss */
.section-two-columns section .inter_carroussel .inter_carroussel_img_container, .section-two-columns section
.inter_carroussel .inter_carroussel_descr_container {
  height: 153px;
}
/* line 39, ../sass/portlets/_carousel.scss */
.section-three-columns .inter_carroussel .inter_carroussel_img_container, .section-three-columns
.inter_carroussel .inter_carroussel_descr_container {
  height: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 43, ../sass/portlets/_carousel.scss */
  .col:not(.span_12) .inter_carroussel .inter_carroussel_img_container, .col:not(.span_12)
  .inter_carroussel .inter_carroussel_descr_container {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 52, ../sass/portlets/_carousel.scss */
  .col:not(.span_12) .inter_carroussel .inter_carroussel_img_container {
    height: 150px;
  }
}
/* line 56, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_carroussel_img_container img {
  width: 100%;
}
/* line 57, ../sass/portlets/_carousel.scss */
.section-two-columns section .inter_carroussel .inter_carroussel_img_container img {
  height: 153px;
}
/* line 60, ../sass/portlets/_carousel.scss */
.section-two-columns .bordered .inter_carroussel .inter_carroussel_img_container img, .bordered .inter_carroussel .inter_carroussel_img_container img {
  height: 140px;
}
/* line 64, ../sass/portlets/_carousel.scss */
.section-two-columns section .inter_carroussel .inter_carroussel_img_container img, .bordered .inter_carroussel .inter_carroussel_img_container img {
  min-width: 100%;
  width: auto;
  max-width: none;
}
/* line 73, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_carroussel_descr_container {
  background: #B4CEDB;
}
/* line 75, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_carroussel_descr_container > div {
  margin: 20px 40px 20px 20px;
  height: 180px;
}
/* line 78, ../sass/portlets/_carousel.scss */
.bordered .inter_carroussel .inter_carroussel_descr_container > div {
  margin: 10px 30px 20px 20px;
}
/* line 82, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_carroussel_descr_container .inter_carroussel_title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.2em;
}
/* line 87, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_carroussel_descr_container p {
  margin-bottom: 15px;
}
/* line 90, ../sass/portlets/_carousel.scss */
.section-two-columns .inter_carroussel .inter_carroussel_descr_container p:nth-child(3), .section-three-columns .inter_carroussel .inter_carroussel_descr_container p:nth-child(3) {
  display: none;
}
/* line 95, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_carroussel_descr_container h2 {
  color: #404040;
  font-size: 11px;
  line-height: 19px;
}
/* line 100, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_carroussel_descr_container a {
  background: transparent url("../images/inter_carroussel_anchor_bg.png") 0 3px no-repeat;
  text-decoration: none;
  border: none;
  color: #404040;
  font-size: 13px;
  font-weight: bold;
  padding-left: 12px;
}
/* line 108, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_carroussel_descr_container a:hover, .inter_carroussel .inter_carroussel_descr_container a:focus {
  color: #10007b;
}
/* line 115, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_carroussel_next,
.inter_carroussel .inter_carroussel_prev {
  background-position: 0 0;
  background-color: #A58A4A;
  color: #FFF;
  height: 25px;
  padding: 0;
  width: 25px;
  position: absolute;
  top: 98px;
}
/* line 125, ../sass/portlets/_carousel.scss */
.bordered .inter_carroussel .inter_carroussel_next, .bordered
.inter_carroussel .inter_carroussel_prev {
  top: 63px;
}
/* line 128, ../sass/portlets/_carousel.scss */
.section-two-columns section .inter_carroussel .inter_carroussel_next, .section-two-columns section
.inter_carroussel .inter_carroussel_prev {
  top: 63px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 132, ../sass/portlets/_carousel.scss */
  .col:not(.span_12) .inter_carroussel .inter_carroussel_next, .col:not(.span_12)
  .inter_carroussel .inter_carroussel_prev {
    top: 63px;
  }
}
/* line 138, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_clear {
  clear: both;
  content: ".";
  display: block;
  float: none;
  height: 0;
  visibility: hidden;
}
/* line 147, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_carroussel_next {
  background-image: url("../images/inter_carroussel_next.gif");
  right: 0;
}
/* line 150, ../sass/portlets/_carousel.scss */
.bordered .inter_carroussel .inter_carroussel_next {
  right: 0px;
}
/* line 153, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_carroussel_next:hover, .inter_carroussel .inter_carroussel_next.hovered {
  background-image: url("../images/inter_carroussel_next_over.gif");
}
/* line 158, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_carroussel_prev {
  background-image: url("../images/inter_carroussel_prev.gif");
}
/* line 160, ../sass/portlets/_carousel.scss */
.bordered .inter_carroussel .inter_carroussel_prev {
  left: 0px;
}
/* line 163, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_carroussel_prev:hover, .inter_carroussel .inter_carroussel_prev.hovered {
  background-image: url("../images/inter_carroussel_prev_over.gif");
}
/* line 168, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_btn span, .inter_carroussel .inter_hidden {
  display: none;
}
/* line 171, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_carroussel_nav {
  border: none;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
}
/* line 180, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_carroussel_nav li {
  background: none;
  border: none;
  margin: 10px 2px;
  padding: 0;
  display: inline-block;
  width: 10px;
  line-height: 17px;
}
/* line 188, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_carroussel_nav li a.inter_btn_active {
  background-image: url("../images/inter_carroussel_bullet.png");
  background-position: -30px 0px;
}
/* line 193, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_carroussel_nav li a {
  background-image: url("../images/inter_carroussel_bullet.png");
  background-position: -30px 0px;
  background: none no-repeat;
  color: #404040;
  border: none;
  height: 10px;
  width: 10px;
}
/* line 204, ../sass/portlets/_carousel.scss */
.inter_carroussel .inter_carroussel_item {
  position: absolute;
  width: 100%;
}

/* line 211, ../sass/portlets/_carousel.scss */
.carroussel > a.bordered {
  margin-bottom: 0;
}
/* line 214, ../sass/portlets/_carousel.scss */
.carroussel h2 {
  font-size: 1.3em !important;
  color: #404040 !important;
  margin-bottom: 10px !important;
}

/* line 221, ../sass/portlets/_carousel.scss */
.inter_carroussel.inter_home .inter_legend {
  display: none;
}

/* line 225, ../sass/portlets/_carousel.scss */
.inter_carroussel.inter_top_page .inter_legend {
  background: #FFF;
  font-size: 1.3em;
  height: 17px;
  letter-spacing: 2px;
  line-height: 10px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 20px;
}

/* line 237, ../sass/portlets/_carousel.scss */
.inter_btn {
  display: block;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* line 244, ../sass/portlets/_carousel.scss */
.inter_carroussel_nav {
  text-align: center;
  border: none;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
}
/* line 254, ../sass/portlets/_carousel.scss */
.inter_carroussel_nav li {
  background: none;
  border: none;
  margin: 10px 2px;
  padding: 0;
  display: inline-block;
  width: 10px;
  line-height: 17px;
}
/* line 263, ../sass/portlets/_carousel.scss */
.inter_carroussel_nav li a:link, .inter_carroussel_nav li a:hover, .inter_carroussel_nav li a:focus, .inter_carroussel_nav li a:active {
  color: #404040;
  background-image: url("../images/inter_carroussel_bullet.png");
  border: none;
  height: 10px;
  width: 10px;
}
/* line 273, ../sass/portlets/_carousel.scss */
.inter_carroussel_nav li a.inter_btn_active {
  background-position: -30px 0;
}

/* line 307, ../sass/portlets/_carousel.scss */
.section-homepage .inter_carroussel img {
  min-width: 100%;
  max-width: none;
  height: 100%;
  width: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 307, ../sass/portlets/_carousel.scss */
  .section-homepage .inter_carroussel img {
    min-height: 100%;
    height: auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 306, ../sass/portlets/_carousel.scss */
  .section-homepage .inter_carroussel {
    height: 345px;
  }
  /* line 319, ../sass/portlets/_carousel.scss */
  .section-homepage .inter_carroussel .inter_carroussel_img_container,
  .section-homepage .inter_carroussel .inter_carroussel_img_container img,
  .section-homepage .inter_carroussel .inter_carroussel_descr_container {
    width: 100%;
  }
  /* line 324, ../sass/portlets/_carousel.scss */
  .section-homepage .inter_carroussel .inter_carroussel_img_container img {
    height: auto;
    min-height: 160px;
  }
  /* line 328, ../sass/portlets/_carousel.scss */
  .section-homepage .inter_carroussel .inter_carroussel_img_container {
    height: 160px;
  }
  /* line 331, ../sass/portlets/_carousel.scss */
  .section-homepage .inter_carroussel .inter_carroussel_descr_container {
    height: 150px;
  }
  /* line 333, ../sass/portlets/_carousel.scss */
  .section-homepage .inter_carroussel .inter_carroussel_descr_container > div {
    height: 150px;
  }
  /* line 337, ../sass/portlets/_carousel.scss */
  .section-homepage .inter_carroussel .inter_carroussel {
    height: 340px;
  }
  /* line 340, ../sass/portlets/_carousel.scss */
  .section-homepage .inter_carroussel .inter_carroussel_next,
  .section-homepage .inter_carroussel .inter_carroussel_prev {
    top: 67.5px;
  }
}

/* line 2, ../sass/portlets/_news.scss */
.news a {
  display: block;
  border-bottom: none;
  font-weight: bold;
}
/* line 8, ../sass/portlets/_news.scss */
.news li {
  padding-bottom: 3px;
}
/* line 10, ../sass/portlets/_news.scss */
.section-two-columns section > .news li {
  padding-bottom: 0;
}
/* line 14, ../sass/portlets/_news.scss */
.news li a {
  display: block;
  position: relative;
  padding-right: 11px;
  position: relative;
  padding-left: 11px;
}
/* line 135, ../sass/base/_links.scss */
.news li a:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 3px;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .news li a:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
.news li a:hover:before, .news li a:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .news li a:hover:before, .news li a:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 156, ../sass/base/_links.scss */
.news li a:before {
  float: none;
  position: absolute;
  left: 0;
}
/* line 16, ../sass/portlets/_news.scss */
.section-two-columns section > .news li a {
  font-size: 1.30769em;
  line-height: 1.2em;
  font-family: "Cambria", "Times New Roman", Georgia, serif;
  font-weight: normal;
}
/* line 23, ../sass/portlets/_news.scss */
.news li > span {
  color: #949294;
  padding-left: 11px;
}
/* line 27, ../sass/portlets/_news.scss */
.news p {
  display: none;
  padding-left: 11px;
}
/* line 30, ../sass/portlets/_news.scss */
.section-two-columns section > .news p {
  display: block;
}
/* line 34, ../sass/portlets/_news.scss */
.news div {
  display: none;
  padding-left: 11px;
  margin-bottom: 15px;
}
/* line 38, ../sass/portlets/_news.scss */
.section-two-columns section > .news div {
  display: block;
}
/* line 40, ../sass/portlets/_news.scss */
.section-two-columns section > .news div p {
  padding: 0;
}
/* line 47, ../sass/portlets/_news.scss */
.section-two-columns .bordered .news a {
  font-weight: normal;
}
/* line 50, ../sass/portlets/_news.scss */
.section-two-columns .bordered .news > a {
  font-weight: bold;
}
/* line 56, ../sass/portlets/_news.scss */
.section-three-columns .bordered .news li,
.section-three-columns .bordered .news h2 {
  background: none;
  border-bottom: 1px dotted #949294;
  margin-bottom: 2px;
}
/* line 61, ../sass/portlets/_news.scss */
.section-three-columns .bordered .news a {
  font-weight: normal;
  padding-top: 2px;
}
/* line 65, ../sass/portlets/_news.scss */
.section-three-columns .bordered .news > a {
  font-weight: bold;
  margin-top: 5px;
}

/* line 2, ../sass/portlets/_social.scss */
.social .dropdown {
  display: none;
  position: absolute;
  top: 22px;
  left: -1px;
  right: -1px;
  border-bottom: 1px solid #e1cd9d;
  border-right: 1px solid #e1cd9d;
  border-left: 1px solid #e1cd9d;
  background: white;
  z-index: 99;
}
/* line 13, ../sass/portlets/_social.scss */
.social .dropdown a {
  color: #404040;
  text-decoration: none;
  display: block;
  padding: 2px 10px 2px 8px;
  height: 22px;
  line-height: 18px;
}
/* line 121, ../sass/base/_links.scss */
.social .dropdown a:hover, .social .dropdown a:focus {
  color: #10007b;
}
/* line 21, ../sass/portlets/_social.scss */
.social > nav {
  position: relative;
  border: 1px solid #e1cd9d;
}
/* line 27, ../sass/portlets/_social.scss */
.social > nav:hover .dropdown, .social > nav:focus .dropdown, .social > nav:active .dropdown {
  display: block;
}
/* line 30, ../sass/portlets/_social.scss */
.social > nav:hover > a:before, .social > nav:focus > a:before, .social > nav:active > a:before {
  background-position: 0 -196px;
}
/* line 34, ../sass/portlets/_social.scss */
.social > nav > a {
  color: #947942;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  height: 22px;
  line-height: 18px;
  background-image: none;
  background-color: white;
  padding: 2px 10px 2px 8px;
}
/* line 112, ../sass/base/_links.scss */
.social > nav > a:hover, .social > nav > a:focus {
  color: #10007b;
}
/* line 40, ../sass/portlets/_social.scss */
.social > nav > a:hover + .dropdown, .social > nav > a:focus + .dropdown, .social > nav > a:active + .dropdown {
  display: block;
}
/* line 53, ../sass/portlets/_social.scss */
.social > nav > a:before {
  content: '';
  background: url('../images/buttons/btn-arrrow-down.gif?1445853544') no-repeat 0 5px;
  width: 16px;
  height: 18px;
  float: right;
}
/* line 64, ../sass/portlets/_social.scss */
.section-list-news .social a {
  padding-left: 10px;
}
/* line 70, ../sass/portlets/_social.scss */
.section-two-columns .bordered .social h2, .section-three-columns .bordered .social h2 {
  background: none;
}
/* line 72, ../sass/portlets/_social.scss */
.section-two-columns .bordered .social h2:after, .section-three-columns .bordered .social h2:after {
  display: none;
}
/* line 76, ../sass/portlets/_social.scss */
.section-two-columns .bordered .social .social-items, .section-three-columns .bordered .social .social-items {
  background-color: #FFF;
}
/* line 78, ../sass/portlets/_social.scss */
.section-two-columns .bordered .social .social-items a, .section-three-columns .bordered .social .social-items a {
  background: none;
}
/* line 80, ../sass/portlets/_social.scss */
.section-two-columns .bordered .social .social-items a:after, .section-three-columns .bordered .social .social-items a:after {
  display: none;
}
/* line 87, ../sass/portlets/_social.scss */
.social.icons {
  background: url('../images/lines/bg-dotline-ongrey.gif?1445853544') repeat-x top left;
}
/* line 89, ../sass/portlets/_social.scss */
.social.icons nav {
  border: none;
}
/* line 91, ../sass/portlets/_social.scss */
.social.icons nav > a {
  color: #404040;
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 11px;
  background: url('../images/lines/bg-dotline-ongrey.gif?1445853544') repeat-x bottom left;
  line-height: 1.30769em;
  padding: 2px 0 3px 0;
  clear: both;
  display: block;
}
/* line 121, ../sass/base/_links.scss */
.social.icons nav > a:hover, .social.icons nav > a:focus {
  color: #10007b;
}
/* line 135, ../sass/base/_links.scss */
.social.icons nav > a:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 3px;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .social.icons nav > a:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
.social.icons nav > a:hover:before, .social.icons nav > a:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .social.icons nav > a:hover:before, .social.icons nav > a:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 102, ../sass/portlets/_social.scss */
.social .social-dia {
  height: 30px;
}
/* line 104, ../sass/portlets/_social.scss */
.social .social-dia li {
  float: left;
}
/* line 107, ../sass/portlets/_social.scss */
.social .social-dia .bruin {
  background-image: url('../images/icons/icon_banner_socialmedia_bruin.gif?1445853544');
  width: 30px;
  height: 30px;
  display: block;
}
/* line 112, ../sass/portlets/_social.scss */
.social .social-dia .bruin:hover, .social .social-dia .bruin:focus {
  background-image: url('../images/icons/icon_banner_socialmedia_grijs.gif?1445853544');
}
/* line 117, ../sass/portlets/_social.scss */
.social .social-dia .twitter {
  background-position: -30px 0;
}
/* line 120, ../sass/portlets/_social.scss */
.social .social-dia .vimeo {
  background-position: -60px 0;
}
/* line 124, ../sass/portlets/_social.scss */
.social .social-dia .youtube {
  background-position: -90px 0;
}
/* line 128, ../sass/portlets/_social.scss */
.social .social-dia .wikipedia {
  background-position: -120px 0;
}
/* line 132, ../sass/portlets/_social.scss */
.social .social-dia .linkedin {
  background-position: -150px 0;
}

/* line 2, ../sass/portlets/_static-text.scss */
.section-homepage .portlet.static-text {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 2, ../sass/portlets/_static-text.scss */
  .section-homepage .portlet.static-text {
    background: #10007b;
    color: #FFF;
  }
  /* line 7, ../sass/portlets/_static-text.scss */
  .section-homepage .portlet.static-text p:last-of-type > a.internal-link:only-child {
    display: block;
    position: relative;
    padding-right: 11px;
    position: relative;
    padding-left: 11px;
  }
  /* line 135, ../sass/base/_links.scss */
  .section-homepage .portlet.static-text p:last-of-type > a.internal-link:only-child:before {
    background: url('../images/arrows-s903a5ffba0.png') 0 -33px;
    height: 11px;
    width: 7px;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    margin-top: 3px;
    margin-left: 0;
    background-repeat: no-repeat !important;
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .section-homepage .portlet.static-text p:last-of-type > a.internal-link:only-child:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -66px;
    background-size: 7px 44px;
    background-position: 0 -33px;
  }
}
@media screen and (min-width: 768px) {
  /* line 146, ../sass/base/_links.scss */
  .section-homepage .portlet.static-text p:last-of-type > a.internal-link:only-child:hover:before, .section-homepage .portlet.static-text p:last-of-type > a.internal-link:only-child:focus:before {
    background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .section-homepage .portlet.static-text p:last-of-type > a.internal-link:only-child:hover:before, .section-homepage .portlet.static-text p:last-of-type > a.internal-link:only-child:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
@media screen and (min-width: 768px) {
  /* line 156, ../sass/base/_links.scss */
  .section-homepage .portlet.static-text p:last-of-type > a.internal-link:only-child:before {
    float: none;
    position: absolute;
    left: 0;
  }
  /* line 10, ../sass/portlets/_static-text.scss */
  .section-homepage .portlet.static-text h2 {
    display: none;
  }
  /* line 13, ../sass/portlets/_static-text.scss */
  .section-homepage .portlet.static-text p {
    padding: 10px;
    margin-bottom: 0;
  }
  /* line 17, ../sass/portlets/_static-text.scss */
  .section-homepage .portlet.static-text article > a,
  .section-homepage .portlet.static-text p > a,
  .section-homepage .portlet.static-text p > a:only-child {
    display: block;
    position: relative;
    padding-right: 11px;
    position: relative;
    padding-left: 11px;
    background: none;
    background: none;
    margin: 0 10px 5px 10px;
    color: white;
  }
  /* line 135, ../sass/base/_links.scss */
  .section-homepage .portlet.static-text article > a:before,
  .section-homepage .portlet.static-text p > a:before,
  .section-homepage .portlet.static-text p > a:only-child:before {
    background: url('../images/arrows-s903a5ffba0.png') 0 -33px;
    height: 11px;
    width: 7px;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    margin-top: 1px;
    margin-left: 0;
    background-repeat: no-repeat !important;
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .section-homepage .portlet.static-text article > a:before,
  .section-homepage .portlet.static-text p > a:before,
  .section-homepage .portlet.static-text p > a:only-child:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -66px;
    background-size: 7px 44px;
    background-position: 0 -33px;
  }
}
@media screen and (min-width: 768px) {
  /* line 146, ../sass/base/_links.scss */
  .section-homepage .portlet.static-text article > a:hover:before, .section-homepage .portlet.static-text article > a:focus:before,
  .section-homepage .portlet.static-text p > a:hover:before,
  .section-homepage .portlet.static-text p > a:focus:before,
  .section-homepage .portlet.static-text p > a:only-child:hover:before,
  .section-homepage .portlet.static-text p > a:only-child:focus:before {
    background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .section-homepage .portlet.static-text article > a:hover:before, .section-homepage .portlet.static-text article > a:focus:before,
  .section-homepage .portlet.static-text p > a:hover:before,
  .section-homepage .portlet.static-text p > a:focus:before,
  .section-homepage .portlet.static-text p > a:only-child:hover:before,
  .section-homepage .portlet.static-text p > a:only-child:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
@media screen and (min-width: 768px) {
  /* line 156, ../sass/base/_links.scss */
  .section-homepage .portlet.static-text article > a:before,
  .section-homepage .portlet.static-text p > a:before,
  .section-homepage .portlet.static-text p > a:only-child:before {
    float: none;
    position: absolute;
    left: 0;
  }
  /* line 59, ../sass/base/_borders.scss */
  .section-homepage .portlet.static-text article > a:after,
  .section-homepage .portlet.static-text p > a:after,
  .section-homepage .portlet.static-text p > a:only-child:after {
    background: none;
  }
  /* line 25, ../sass/portlets/_static-text.scss */
  .section-homepage .portlet.static-text article > a:hover, .section-homepage .portlet.static-text article > a:focus,
  .section-homepage .portlet.static-text p > a:hover,
  .section-homepage .portlet.static-text p > a:focus,
  .section-homepage .portlet.static-text p > a:only-child:hover,
  .section-homepage .portlet.static-text p > a:only-child:focus {
    color: #CEAB5C;
  }
  /* line 29, ../sass/portlets/_static-text.scss */
  .section-homepage .portlet.static-text article > a:after,
  .section-homepage .portlet.static-text p > a:after,
  .section-homepage .portlet.static-text p > a:only-child:after {
    background: none;
  }
  /* line 33, ../sass/portlets/_static-text.scss */
  .section-homepage .portlet.static-text p > a,
  .section-homepage .portlet.static-text p > a:only-child {
    margin: 0;
  }
  /* line 37, ../sass/portlets/_static-text.scss */
  .section-homepage .portlet.static-text p > a:only-child {
    margin: -10px 0;
  }
}
/* line 43, ../sass/portlets/_static-text.scss */
.section-two-columns .portlet.static-text p > a:only-child,
.section-two-columns .portlet.static-text p > a,
.section-two-columns .portlet.static-text p:last-of-type > a,
.section-two-columns .portlet.static-text p > .internal-link a,
.section-two-columns .portlet.static-text p > .external-link a,
.section-two-columns .portlet.static-text p:last-of-type > a.internal-link:only-child {
  display: block;
  position: relative;
  padding-right: 11px;
  position: relative;
  padding-left: 11px;
  background: none;
  background: none;
  border-top: 1px dotted #949294;
}
/* line 135, ../sass/base/_links.scss */
.section-two-columns .portlet.static-text p > a:only-child:before,
.section-two-columns .portlet.static-text p > a:before,
.section-two-columns .portlet.static-text p:last-of-type > a:before,
.section-two-columns .portlet.static-text p > .internal-link a:before,
.section-two-columns .portlet.static-text p > .external-link a:before,
.section-two-columns .portlet.static-text p:last-of-type > a.internal-link:only-child:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 0;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .section-two-columns .portlet.static-text p > a:only-child:before,
  .section-two-columns .portlet.static-text p > a:before,
  .section-two-columns .portlet.static-text p:last-of-type > a:before,
  .section-two-columns .portlet.static-text p > .internal-link a:before,
  .section-two-columns .portlet.static-text p > .external-link a:before,
  .section-two-columns .portlet.static-text p:last-of-type > a.internal-link:only-child:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
.section-two-columns .portlet.static-text p > a:only-child:hover:before, .section-two-columns .portlet.static-text p > a:only-child:focus:before,
.section-two-columns .portlet.static-text p > a:hover:before,
.section-two-columns .portlet.static-text p > a:focus:before,
.section-two-columns .portlet.static-text p:last-of-type > a:hover:before,
.section-two-columns .portlet.static-text p:last-of-type > a:focus:before,
.section-two-columns .portlet.static-text p > .internal-link a:hover:before,
.section-two-columns .portlet.static-text p > .internal-link a:focus:before,
.section-two-columns .portlet.static-text p > .external-link a:hover:before,
.section-two-columns .portlet.static-text p > .external-link a:focus:before,
.section-two-columns .portlet.static-text p:last-of-type > a.internal-link:only-child:hover:before,
.section-two-columns .portlet.static-text p:last-of-type > a.internal-link:only-child:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .section-two-columns .portlet.static-text p > a:only-child:hover:before, .section-two-columns .portlet.static-text p > a:only-child:focus:before,
  .section-two-columns .portlet.static-text p > a:hover:before,
  .section-two-columns .portlet.static-text p > a:focus:before,
  .section-two-columns .portlet.static-text p:last-of-type > a:hover:before,
  .section-two-columns .portlet.static-text p:last-of-type > a:focus:before,
  .section-two-columns .portlet.static-text p > .internal-link a:hover:before,
  .section-two-columns .portlet.static-text p > .internal-link a:focus:before,
  .section-two-columns .portlet.static-text p > .external-link a:hover:before,
  .section-two-columns .portlet.static-text p > .external-link a:focus:before,
  .section-two-columns .portlet.static-text p:last-of-type > a.internal-link:only-child:hover:before,
  .section-two-columns .portlet.static-text p:last-of-type > a.internal-link:only-child:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 156, ../sass/base/_links.scss */
.section-two-columns .portlet.static-text p > a:only-child:before,
.section-two-columns .portlet.static-text p > a:before,
.section-two-columns .portlet.static-text p:last-of-type > a:before,
.section-two-columns .portlet.static-text p > .internal-link a:before,
.section-two-columns .portlet.static-text p > .external-link a:before,
.section-two-columns .portlet.static-text p:last-of-type > a.internal-link:only-child:before {
  float: none;
  position: absolute;
  left: 0;
}
/* line 59, ../sass/base/_borders.scss */
.section-two-columns .portlet.static-text p > a:only-child:after,
.section-two-columns .portlet.static-text p > a:after,
.section-two-columns .portlet.static-text p:last-of-type > a:after,
.section-two-columns .portlet.static-text p > .internal-link a:after,
.section-two-columns .portlet.static-text p > .external-link a:after,
.section-two-columns .portlet.static-text p:last-of-type > a.internal-link:only-child:after {
  background: none;
}
/* line 55, ../sass/portlets/_static-text.scss */
.portlet.static-text .link-list {
  background: none;
  padding-bottom: 0;
  margin-top: -5px;
}
/* line 59, ../sass/portlets/_static-text.scss */
.portlet.static-text .link-list li {
  line-height: 1em;
  background: none;
  padding-left: 0;
  background: url('../images/lines/bg-dotline-ongrey.gif?1445853544') repeat-x bottom left;
  margin-bottom: 0;
}
/* line 65, ../sass/portlets/_static-text.scss */
.portlet.static-text .link-list li a {
  font-weight: normal;
  display: block;
  position: relative;
  padding-right: 11px;
  padding: 5px 0;
  background: none;
}
/* line 135, ../sass/base/_links.scss */
.portlet.static-text .link-list li a:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -22px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 0;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .portlet.static-text .link-list li a:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -44px;
    background-size: 7px 44px;
    background-position: 0 -22px;
  }
}
/* line 146, ../sass/base/_links.scss */
.portlet.static-text .link-list li a:hover:before, .portlet.static-text .link-list li a:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .portlet.static-text .link-list li a:hover:before, .portlet.static-text .link-list li a:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 72, ../sass/portlets/_static-text.scss */
.bordered .portlet.static-text .link-list {
  margin-top: 3px;
  margin-bottom: 5px;
  background: none;
  border-top: 1px dotted #949294;
}
/* line 76, ../sass/portlets/_static-text.scss */
.bordered .portlet.static-text .link-list li {
  background: none;
  border-bottom: 1px dotted #949294;
}
/* line 78, ../sass/portlets/_static-text.scss */
.bordered .portlet.static-text .link-list li a {
  display: block;
  position: relative;
  padding-right: 11px;
  position: relative;
  padding-left: 11px;
}
/* line 135, ../sass/base/_links.scss */
.bordered .portlet.static-text .link-list li a:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 0;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .bordered .portlet.static-text .link-list li a:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
.bordered .portlet.static-text .link-list li a:hover:before, .bordered .portlet.static-text .link-list li a:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .bordered .portlet.static-text .link-list li a:hover:before, .bordered .portlet.static-text .link-list li a:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 156, ../sass/base/_links.scss */
.bordered .portlet.static-text .link-list li a:before {
  float: none;
  position: absolute;
  left: 0;
}
/* line 85, ../sass/portlets/_static-text.scss */
.portlet.static-text h2 + ul li:first-child p:first-child a:only-child,
.portlet.static-text h2 + ul li:first-child p:first-child a:only-child {
  background: url('../images/lines/bg-dotline-ongrey.gif?1445853544') repeat-x top left;
}
/* line 90, ../sass/portlets/_static-text.scss */
.portlet.static-text p > a:only-child,
.portlet.static-text p > .internal-link:only-child a {
  padding: 4px 11px 4px 0;
  display: block;
  position: relative;
  padding-right: 11px;
  margin-bottom: -15px;
}
/* line 19, ../sass/base/_borders.scss */
.portlet.static-text p > a:only-child:after,
.portlet.static-text p > .internal-link:only-child a:after {
  content: '';
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x top left;
  position: absolute;
  top: 0;
  height: 1px;
  left: 0;
  right: 0;
}
/* line 135, ../sass/base/_links.scss */
.portlet.static-text p > a:only-child:before,
.portlet.static-text p > .internal-link:only-child a:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -22px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 2px;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .portlet.static-text p > a:only-child:before,
  .portlet.static-text p > .internal-link:only-child a:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -44px;
    background-size: 7px 44px;
    background-position: 0 -22px;
  }
}
/* line 146, ../sass/base/_links.scss */
.portlet.static-text p > a:only-child:hover:before, .portlet.static-text p > a:only-child:focus:before,
.portlet.static-text p > .internal-link:only-child a:hover:before,
.portlet.static-text p > .internal-link:only-child a:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .portlet.static-text p > a:only-child:hover:before, .portlet.static-text p > a:only-child:focus:before,
  .portlet.static-text p > .internal-link:only-child a:hover:before,
  .portlet.static-text p > .internal-link:only-child a:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 97, ../sass/portlets/_static-text.scss */
  .section-homepage .portlet.static-text p > a:only-child, .section-homepage
  .portlet.static-text p > .internal-link:only-child a {
    background: none !important;
    display: block;
    position: relative;
    padding-right: 11px;
    position: relative;
    padding-left: 11px;
  }
  /* line 135, ../sass/base/_links.scss */
  .section-homepage .portlet.static-text p > a:only-child:before, .section-homepage
  .portlet.static-text p > .internal-link:only-child a:before {
    background: url('../images/arrows-s903a5ffba0.png') 0 -33px;
    height: 11px;
    width: 7px;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    margin-top: 0;
    margin-left: 0;
    background-repeat: no-repeat !important;
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .section-homepage .portlet.static-text p > a:only-child:before, .section-homepage
  .portlet.static-text p > .internal-link:only-child a:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -66px;
    background-size: 7px 44px;
    background-position: 0 -33px;
  }
}
@media screen and (min-width: 768px) {
  /* line 146, ../sass/base/_links.scss */
  .section-homepage .portlet.static-text p > a:only-child:hover:before, .section-homepage .portlet.static-text p > a:only-child:focus:before, .section-homepage
  .portlet.static-text p > .internal-link:only-child a:hover:before, .section-homepage
  .portlet.static-text p > .internal-link:only-child a:focus:before {
    background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .section-homepage .portlet.static-text p > a:only-child:hover:before, .section-homepage .portlet.static-text p > a:only-child:focus:before, .section-homepage
  .portlet.static-text p > .internal-link:only-child a:hover:before, .section-homepage
  .portlet.static-text p > .internal-link:only-child a:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
@media screen and (min-width: 768px) {
  /* line 156, ../sass/base/_links.scss */
  .section-homepage .portlet.static-text p > a:only-child:before, .section-homepage
  .portlet.static-text p > .internal-link:only-child a:before {
    float: none;
    position: absolute;
    left: 0;
  }
  /* line 100, ../sass/portlets/_static-text.scss */
  .section-homepage .portlet.static-text p > a:only-child:after, .section-homepage
  .portlet.static-text p > .internal-link:only-child a:after {
    display: none;
  }
}
/* line 107, ../sass/portlets/_static-text.scss */
.portlet.static-text p:last-of-type > a.internal-link:only-child {
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x bottom left;
  position: relative;
  display: block;
  position: relative;
  padding-right: 11px;
}
/* line 38, ../sass/base/_borders.scss */
.portlet.static-text p:last-of-type > a.internal-link:only-child:after {
  content: '';
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x top left;
  position: absolute;
  top: 0;
  height: 1px;
  left: 0;
  right: 0;
}
/* line 135, ../sass/base/_links.scss */
.portlet.static-text p:last-of-type > a.internal-link:only-child:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 2px;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .portlet.static-text p:last-of-type > a.internal-link:only-child:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
.portlet.static-text p:last-of-type > a.internal-link:only-child:hover:before, .portlet.static-text p:last-of-type > a.internal-link:only-child:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .portlet.static-text p:last-of-type > a.internal-link:only-child:hover:before, .portlet.static-text p:last-of-type > a.internal-link:only-child:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 110, ../sass/portlets/_static-text.scss */
.bordered .portlet.static-text p:last-of-type > a.internal-link:only-child {
  display: block;
  position: relative;
  padding-right: 11px;
  position: relative;
  padding-left: 11px;
  background: none;
  border-top: 1px dotted #949294;
  border-bottom: 1px dotted #949294;
}
/* line 135, ../sass/base/_links.scss */
.bordered .portlet.static-text p:last-of-type > a.internal-link:only-child:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 2px;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .bordered .portlet.static-text p:last-of-type > a.internal-link:only-child:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
.bordered .portlet.static-text p:last-of-type > a.internal-link:only-child:hover:before, .bordered .portlet.static-text p:last-of-type > a.internal-link:only-child:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .bordered .portlet.static-text p:last-of-type > a.internal-link:only-child:hover:before, .bordered .portlet.static-text p:last-of-type > a.internal-link:only-child:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 156, ../sass/base/_links.scss */
.bordered .portlet.static-text p:last-of-type > a.internal-link:only-child:before {
  float: none;
  position: absolute;
  left: 0;
}
/* line 59, ../sass/base/_borders.scss */
.bordered .portlet.static-text p:last-of-type > a.internal-link:only-child:after {
  background: none;
}
/* line 118, ../sass/portlets/_static-text.scss */
.portlet.static-text p:first-of-type > a.internal-link:only-child {
  margin-top: 3px;
}
/* line 123, ../sass/portlets/_static-text.scss */
.portlet.static-text p:last-of-type a {
  position: relative;
}
/* line 125, ../sass/portlets/_static-text.scss */
.portlet.static-text p:last-of-type a:after {
  content: '';
  background: url('../images/lines/bg-dotline-ongrey.gif?1445853544') repeat-x bottom left;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
}
/* line 137, ../sass/portlets/_static-text.scss */
.portlet.static-text h2 + p > a:only-child {
  background: none;
}
/* line 59, ../sass/base/_borders.scss */
.portlet.static-text h2 + p > a:only-child:after {
  background: none;
}
/* line 141, ../sass/portlets/_static-text.scss */
.portlet.static-text p:last-of-type > a:only-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  /* line 1, ../sass/portlets/_navigation.scss */
  .portlet.subnav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 1000;
    background: #e6e6e6;
  }
  /* line 4, ../sass/portlets/_navigation.scss */
  .mobile-menu .portlet.subnav {
    display: block;
  }
  /* line 14, ../sass/portlets/_navigation.scss */
  aside.left-sidebar .portlet.subnav a {
    display: block;
    position: relative;
    padding-right: 11px;
    background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x bottom left;
    font-family: "Cambria", "Times New Roman", Georgia, serif;
    padding: 10px 20px;
    color: #947942;
    font-size: 14px;
    border: none !important;
    font-weight: bold;
  }
  /* line 135, ../sass/base/_links.scss */
  aside.left-sidebar .portlet.subnav a:before {
    background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
    height: 11px;
    width: 7px;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    margin-top: 5px;
    margin-left: 0;
    background-repeat: no-repeat !important;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  aside.left-sidebar .portlet.subnav a:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
@media screen and (max-width: 767px) {
  /* line 146, ../sass/base/_links.scss */
  aside.left-sidebar .portlet.subnav a:hover:before, aside.left-sidebar .portlet.subnav a:focus:before {
    background: url('../images/arrows-s903a5ffba0.png') 0 0;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  aside.left-sidebar .portlet.subnav a:hover:before, aside.left-sidebar .portlet.subnav a:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 24, ../sass/portlets/_navigation.scss */
  aside.left-sidebar .portlet.subnav a:hover, aside.left-sidebar .portlet.subnav a:focus {
    color: #10007b;
  }
}
/* line 29, ../sass/portlets/_navigation.scss */
aside.left-sidebar .portlet.subnav a {
  padding: 2px 0 2px 0;
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x bottom left;
  border-bottom: none;
  border-top: none;
}
/* line 30, ../sass/portlets/_navigation.scss */
aside.left-sidebar .portlet.subnav a:first-child {
  border-top: none;
}
/* line 19, ../sass/base/_borders.scss */
aside.left-sidebar .portlet.subnav a:first-child:after {
  content: '';
  background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x top left;
  position: absolute;
  top: 0;
  height: 1px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  /* line 29, ../sass/portlets/_navigation.scss */
  aside.left-sidebar .portlet.subnav a {
    display: block;
    position: relative;
    padding-right: 21px;
    background: url('../images/lines/bg-dotline-onwhite.gif?1445853544') repeat-x bottom left;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: "Cambria", "Times New Roman", Georgia, serif;
    padding: 10px 20px;
    color: #947942;
    font-size: 14px;
    border: none !important;
  }
  /* line 135, ../sass/base/_links.scss */
  aside.left-sidebar .portlet.subnav a:before {
    background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
    height: 11px;
    width: 7px;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    margin-top: 5px;
    margin-left: 10px;
    background-repeat: no-repeat !important;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  aside.left-sidebar .portlet.subnav a:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
@media screen and (max-width: 767px) {
  /* line 146, ../sass/base/_links.scss */
  aside.left-sidebar .portlet.subnav a:hover:before, aside.left-sidebar .portlet.subnav a:focus:before {
    background: url('../images/arrows-s903a5ffba0.png') 0 0;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  aside.left-sidebar .portlet.subnav a:hover:before, aside.left-sidebar .portlet.subnav a:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 48, ../sass/portlets/_navigation.scss */
  aside.left-sidebar .portlet.subnav a.active, aside.left-sidebar .portlet.subnav a:hover, aside.left-sidebar .portlet.subnav a:focus {
    padding: 10px 20px;
  }
  /* line 53, ../sass/portlets/_navigation.scss */
  aside.left-sidebar .portlet.subnav a:before {
    margin-right: 10px;
  }
}

/* line 1, ../sass/portlets/_contact.scss */
.portlet.contact {
  background: url('../images/lines/bg-dotline-ongrey.gif?1445853544') repeat-x bottom left;
  padding-bottom: 2px;
}
/* line 4, ../sass/portlets/_contact.scss */
.portlet.contact h2 + a {
  margin-top: 0;
}
/* line 7, ../sass/portlets/_contact.scss */
.portlet.contact p {
  margin-bottom: 3px;
}
/* line 10, ../sass/portlets/_contact.scss */
.portlet.contact a {
  background: none;
  display: block;
  position: relative;
  padding-right: 11px;
}
/* line 59, ../sass/base/_borders.scss */
.portlet.contact a:after {
  background: none;
}
/* line 135, ../sass/base/_links.scss */
.portlet.contact a:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -22px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 0;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .portlet.contact a:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -44px;
    background-size: 7px 44px;
    background-position: 0 -22px;
  }
}
/* line 146, ../sass/base/_links.scss */
.portlet.contact a:hover:before, .portlet.contact a:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .portlet.contact a:hover:before, .portlet.contact a:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}

/* line 2, ../sass/portlets/_verzameling.scss */
.portlet.verzameling h2 {
  background: none;
  border-bottom: 1px dotted #949294;
}
/* line 4, ../sass/portlets/_verzameling.scss */
.portlet.verzameling h2 + a {
  margin-top: 0;
}
/* line 7, ../sass/portlets/_verzameling.scss */
.section-contentpage .portlet.verzameling h2 {
  margin-bottom: 0;
}
/* line 11, ../sass/portlets/_verzameling.scss */
.portlet.verzameling a {
  padding: 2px 0;
  color: #404040;
  text-decoration: none;
  background: none;
  border-bottom: 1px dotted #949294;
  display: block;
  position: relative;
  padding-right: 11px;
  position: relative;
  padding-left: 11px;
  line-height: 1.46154em;
}
/* line 121, ../sass/base/_links.scss */
.portlet.verzameling a:hover, .portlet.verzameling a:focus {
  color: #10007b;
}
/* line 135, ../sass/base/_links.scss */
.portlet.verzameling a:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -11px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 3px;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .portlet.verzameling a:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -22px;
    background-size: 7px 44px;
    background-position: 0 -11px;
  }
}
/* line 146, ../sass/base/_links.scss */
.portlet.verzameling a:hover:before, .portlet.verzameling a:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .portlet.verzameling a:hover:before, .portlet.verzameling a:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 156, ../sass/base/_links.scss */
.portlet.verzameling a:before {
  float: none;
  position: absolute;
  left: 0;
}
/* line 18, ../sass/portlets/_verzameling.scss */
.portlet.verzameling a.view-more, .portlet.verzameling a.view-less {
  color: #949294;
  border-bottom: none;
}
/* line 22, ../sass/portlets/_verzameling.scss */
.portlet.verzameling a.view-more:before, .portlet.verzameling a.view-less:before {
  content: '+';
  background: none;
  margin-top: 0;
}
/* line 27, ../sass/portlets/_verzameling.scss */
.portlet.verzameling a.view-more + nav, .portlet.verzameling a.view-less + nav {
  display: none;
}
/* line 31, ../sass/portlets/_verzameling.scss */
.portlet.verzameling a.view-less {
  display: none;
}
/* line 33, ../sass/portlets/_verzameling.scss */
.portlet.verzameling a.view-less:before {
  content: '-';
}
/* line 41, ../sass/portlets/_verzameling.scss */
.portlet.verzameling.dropdown-menu h2 {
  border-bottom: none;
}
/* line 44, ../sass/portlets/_verzameling.scss */
.portlet.verzameling.dropdown-menu a {
  border-bottom: none;
}
/* line 48, ../sass/portlets/_verzameling.scss */
.portlet.verzameling.dropdown-menu > div {
  background: white;
  position: relative;
  border: 1px solid #e1cd9d;
}
/* line 55, ../sass/portlets/_verzameling.scss */
.portlet.verzameling.dropdown-menu > div:hover .dropdown, .portlet.verzameling.dropdown-menu > div:focus .dropdown, .portlet.verzameling.dropdown-menu > div:active .dropdown {
  display: block;
}
/* line 58, ../sass/portlets/_verzameling.scss */
.portlet.verzameling.dropdown-menu > div:hover > a:before, .portlet.verzameling.dropdown-menu > div:focus > a:before, .portlet.verzameling.dropdown-menu > div:active > a:before {
  background-position: 0 -196px;
}
/* line 62, ../sass/portlets/_verzameling.scss */
.portlet.verzameling.dropdown-menu > div > a {
  color: #947942;
  text-decoration: none;
  cursor: pointer;
  display: block;
  min-height: 22px;
  line-height: 18px;
  background-image: none;
  background-color: white;
  padding: 2px 10px 2px 8px;
}
/* line 112, ../sass/base/_links.scss */
.portlet.verzameling.dropdown-menu > div > a:hover, .portlet.verzameling.dropdown-menu > div > a:focus {
  color: #10007b;
}
/* line 64, ../sass/portlets/_verzameling.scss */
.portlet.verzameling.dropdown-menu > div > a.direct-to {
  color: #404040;
  text-decoration: none;
}
/* line 121, ../sass/base/_links.scss */
.portlet.verzameling.dropdown-menu > div > a.direct-to:hover, .portlet.verzameling.dropdown-menu > div > a.direct-to:focus {
  color: #10007b;
}
/* line 75, ../sass/portlets/_verzameling.scss */
.portlet.verzameling.dropdown-menu > div > a:after {
  content: '';
  background: url('../images/buttons/btn-arrrow-down.gif?1445853544') no-repeat 0 5px;
  width: 16px;
  height: 18px;
  float: right;
}
/* line 82, ../sass/portlets/_verzameling.scss */
.portlet.verzameling.dropdown-menu > div > a:before {
  display: none;
}
/* line 87, ../sass/portlets/_verzameling.scss */
.portlet.verzameling.dropdown-menu .dropdown {
  display: none;
  position: absolute;
  top: 22px;
  left: -1px;
  right: -1px;
  border-bottom: 1px solid #e1cd9d;
  border-right: 1px solid #e1cd9d;
  border-left: 1px solid #e1cd9d;
  background: white;
  z-index: 99;
}
/* line 98, ../sass/portlets/_verzameling.scss */
.portlet.verzameling.dropdown-menu .dropdown a {
  color: #404040;
  text-decoration: none;
  display: block;
  padding: 2px 10px 2px 8px;
  min-height: 22px;
  line-height: 18px;
}
/* line 121, ../sass/base/_links.scss */
.portlet.verzameling.dropdown-menu .dropdown a:hover, .portlet.verzameling.dropdown-menu .dropdown a:focus {
  color: #10007b;
}
/* line 104, ../sass/portlets/_verzameling.scss */
.portlet.verzameling.dropdown-menu .dropdown a:before {
  display: none;
}
/* line 107, ../sass/portlets/_verzameling.scss */
.portlet.verzameling.dropdown-menu .dropdown a:after {
  display: none;
}

/* Initially exact copy of _news.scss */
/* line 5, ../sass/portlets/_rss.scss */
.rss ul li a {
  display: block;
  position: relative;
  padding-right: 11px;
  padding-bottom: 5px;
}
/* line 135, ../sass/base/_links.scss */
.rss ul li a:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 -22px;
  height: 11px;
  width: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  margin-top: 0;
  margin-left: 0;
  background-repeat: no-repeat !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 135, ../sass/base/_links.scss */
  .rss ul li a:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 -44px;
    background-size: 7px 44px;
    background-position: 0 -22px;
  }
}
/* line 146, ../sass/base/_links.scss */
.rss ul li a:hover:before, .rss ul li a:focus:before {
  background: url('../images/arrows-s903a5ffba0.png') 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 146, ../sass/base/_links.scss */
  .rss ul li a:hover:before, .rss ul li a:focus:before {
    background: url('../images/arrows-2x-sa16a59c7f6.png') 0 0;
    background-size: 7px 44px;
    background-position: 0 0;
  }
}
/* line 7, ../sass/portlets/_rss.scss */
.rss ul li a span.portletItemDetails {
  display: block;
}
/* line 14, ../sass/portlets/_rss.scss */
.rss a {
  display: block;
  border-bottom: none;
}
/* line 19, ../sass/portlets/_rss.scss */
.rss li {
  padding-bottom: 3px;
}
/* line 21, ../sass/portlets/_rss.scss */
.section-two-columns section > .rss li {
  padding-bottom: 0;
}
/* line 26, ../sass/portlets/_rss.scss */
.section-two-columns section > .rss li a {
  font-size: 1.30769em;
  line-height: 1.2em;
  font-family: "Cambria", "Times New Roman", Georgia, serif;
  font-weight: normal;
}
/* line 33, ../sass/portlets/_rss.scss */
.rss li > span {
  color: #949294;
  padding-left: 11px;
}
/* line 37, ../sass/portlets/_rss.scss */
.rss p {
  display: none;
  padding-left: 11px;
}
/* line 40, ../sass/portlets/_rss.scss */
.section-two-columns section > .rss p {
  display: block;
}
/* line 44, ../sass/portlets/_rss.scss */
.rss div {
  display: none;
  padding-left: 11px;
  margin-bottom: 15px;
}
/* line 48, ../sass/portlets/_rss.scss */
.section-two-columns section > .rss div {
  display: block;
}
/* line 50, ../sass/portlets/_rss.scss */
.section-two-columns section > .rss div p {
  padding: 0;
}
/* line 57, ../sass/portlets/_rss.scss */
.section-two-columns .bordered .rss a {
  font-weight: normal;
}
/* line 60, ../sass/portlets/_rss.scss */
.section-two-columns .bordered .rss > a {
  font-weight: bold;
}
/* line 66, ../sass/portlets/_rss.scss */
.section-three-columns .bordered .rss li,
.section-three-columns .bordered .rss h2 {
  background: none;
  border-bottom: 1px dotted #949294;
  margin-bottom: 2px;
}
/* line 71, ../sass/portlets/_rss.scss */
.section-three-columns .bordered .rss a {
  font-weight: normal;
  padding-top: 2px;
}
/* line 75, ../sass/portlets/_rss.scss */
.section-three-columns .bordered .rss > a {
  font-weight: bold;
  margin-top: 5px;
}

/*# sourceMappingURL=screen.css.map */
