@charset "UTF-8";
.front-section:after, .rss-block:after, #eiffel-community:after, #built-with-eiffel:after, #nav ul:after, .social-networks:after, #footer .social-networks:after, #content .wiki-toc:after, .container-codeboard:after, #header:after, .jumbotron:after, div.container:after, #footer:after {
  content: " ";
  display: block;
  clear: both; }

.rss-block .container > ul, #content ul.cards, #nav ul, .social-networks, #header .add-links ul, #footer .copyrights, #footer .footer-nav > ul, #footer .footer-nav > ul > li > ul, #content .bookcards ul, .widget ul, .column .libraries ul,
.column .updates ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/*!
* www.KNACSS.com v6.1.1 (21 avril 2017) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* ==Table Of Content            */
/* ----------------------------- */
/* 1- Normalize (basic reset) */
/* 2- Base (basic styles) */
/* 3- Print (print quick reset) */
/* 4- Stylings (minor stylings) */
/* 5- Misc (skip links, hyphens) */
/* 6- Tables (data tables consistency) */
/* 7- Forms (forms consistency) */
/* 8- Media object */
/* 9- Autogrid object */
/* 10- Global Layout (alignment, modules, positionning) */
/* 11- Helpers (width and spacers helpers) */
/* (12- WordPress reset (disabled by default)) */
/* 13- Responsive (Responsive Web Design helpers) */
/* 14- Grid Layout (grillade) */
/* ---------------------------------- */
/* ==Normalize (basic reset)          */
/* ---------------------------------- */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* switching to border-box model for all elements */
html {
  box-sizing: border-box; }

* {
  box-sizing: inherit; }

html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: calc(1em * 0.625); }

body {
  font-size: 16px;
  background-color: #fff;
  color: #000;
  font-family: sans-serif;
  line-height: 1.4; }
  @media (min-width: 544px) {
    body {
      font-size: 1.6rem; } }
  @media (min-width: 544px) {
    body {
      line-height: 1.5; } }

a {
  color: #333; }
  a:focus, a:hover, a:active {
    color: #000; }

ul,
ol {
  padding-left: 2em; }

img {
  vertical-align: middle; }

blockquote,
figure {
  margin-left: 0;
  margin-right: 0; }

/* font-sizing for content */
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin-top: 0.75em;
  margin-bottom: 0;
  line-height: 1.4; }

h1, .h1-like {
  font-size: 2.8rem; }
  @media (min-width: 544px) {
    h1, .h1-like {
      font-size: 3.2rem; } }

h2, .h2-like {
  font-size: 2.4rem; }
  @media (min-width: 544px) {
    h2, .h2-like {
      font-size: 2.8rem; } }

h3, .h3-like {
  font-size: 2rem; }
  @media (min-width: 544px) {
    h3, .h3-like {
      font-size: 2.4rem; } }

h4, .h4-like {
  font-size: 1.8rem; }
  @media (min-width: 544px) {
    h4, .h4-like {
      font-size: 2rem; } }

h5, .h5-like {
  font-size: 1.6rem; }
  @media (min-width: 544px) {
    h5, .h5-like {
      font-size: 1.8rem; } }

h6, .h6-like {
  font-size: 1.4rem; }
  @media (min-width: 544px) {
    h6, .h6-like {
      font-size: 1.6rem; } }

/* alternate font-sizing */
.smaller {
  font-size: 0.6em; }

.small {
  font-size: 0.8em; }

.big {
  font-size: 1.2em; }

.bigger {
  font-size: 1.5em; }

.biggest {
  font-size: 2em; }

code,
pre,
samp,
kbd {
  /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: consolas, courier, monospace;
  line-height: normal; }

em,
.italic,
address,
cite,
i,
var {
  font-style: italic; }

/* avoid top margins on first content element */
p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
.h1-like:first-child,
h2:first-child,
.h2-like:first-child,
h3:first-child,
.h3-like:first-child,
h4:first-child,
.h4-like:first-child,
h5:first-child,
.h5-like:first-child,
h6:first-child,
.h6-like:first-child {
  margin-top: 0; }

/* avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol {
  margin-top: 0;
  margin-bottom: 0; }

/* max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
  max-width: 100%; }

img {
  height: auto; }

/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt; }

  p,
  .p-like,
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  h4,
  .h4-like,
  h5,
  .h5-like,
  h6,
  .h6-like,
  blockquote,
  ul,
  ol {
    color: #000;
    margin: auto; }

  .print {
    display: block; }

  .no-print {
    display: none; }

  /* no orphans, no widows */
  p,
  .p-like,
  blockquote {
    orphans: 3;
    widows: 3; }

  /* no breaks inside these elements */
  blockquote,
  ul,
  ol {
    page-break-inside: avoid; }

  /* page break before main headers
  h1,
  .h1-like {
    page-break-before: always;
  }
  */
  /* no breaks after these elements */
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  caption {
    page-break-after: avoid; }

  a {
    color: #000; }

  /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: ""; } }
/* ----------------------------- */
/* ==Stylings (minor stylings)   */
/* ----------------------------- */
/* styling elements */
code,
kbd,
mark {
  border-radius: 2px; }

kbd {
  padding: 0 2px;
  border: 1px solid #999; }

code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11; }

pre code {
  padding: 0;
  background: none;
  color: inherit;
  border-radius: 0; }

mark {
  padding: 2px 4px; }

sup,
sub {
  vertical-align: 0; }

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

blockquote {
  position: relative;
  padding-left: 3em;
  min-height: 2em; }

blockquote::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  height: .4em;
  line-height: .9;
  color: rgba(0, 0, 0, 0.3); }

blockquote > footer {
  margin-top: .75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7); }
  blockquote > footer::before {
    content: "\2014 \0020"; }

q {
  font-style: normal; }

q,
.q {
  quotes: "“\00a0" "\00a0”"; }
  q:lang(fr),
  .q:lang(fr) {
    quotes: "«\00a0" "\00a0»"; }

hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc; }

/* tables */
table,
.table {
  border: 1px solid #ccc; }

caption {
  padding: 1rem;
  color: #555;
  font-style: italic; }

td,
th {
  padding: 0.3em 0.8em;
  border: 1px #aaa dotted;
  text-align: left; }

/* ----------------------------- */
/* ==Misc (skip links, hyphens)  */
/* ----------------------------- */
/* styling skip links */
.skip-links {
  position: absolute; }
  .skip-links a {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0.5em;
    background: black;
    color: white;
    text-decoration: none; }
    .skip-links a:focus {
      position: static;
      overflow: visible;
      clip: auto; }

@media (max-width: 543px) {
  /* you shall not pass */
  div,
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    word-wrap: break-word;
    hyphens: auto; } }
@media (max-width: 543px) {
  .no-wrapping {
    word-wrap: normal;
    hyphens: manual; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; } }
/* ----------------------------- */
/* ==Tables                      */
/* ----------------------------- */
table,
.table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  margin-bottom: 2rem; }

.table {
  display: table; }

#recaptcha_table,
.table-auto {
  table-layout: auto; }

td,
th {
  vertical-align: top;
  min-width: 2rem;
  cursor: default; }

/* ----------------------------- */
/* ==Forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate,
* github.com/nathansmith/formalize and www.sitepen.com
*/
/* buttons */
.btn {
  display: inline-block; }

/* forms items */
form,
fieldset {
  border: none; }

input,
button,
select,
label,
.btn {
  font-family: inherit;
  font-size: inherit; }

button,
input,
optgroup,
select,
textarea {
  color: #000; }

label {
  vertical-align: middle;
  cursor: pointer; }

legend {
  border: 0;
  white-space: normal; }

textarea {
  min-height: 5em;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  resize: vertical; }

select {
  -webkit-appearance: menulist-button; }

/* if select styling bugs on WebKit */
/* select { -webkit-appearance: none; } */
/* 'x' appears on right of search input when text is entered. This removes it */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none; }

::-webkit-input-placeholder {
  color: #777; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777; }

.btn:focus,
input[type="button"]:focus,
button:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* unstyled forms */
button.unstyled,
input[type="button"].unstyled,
input[type="submit"].unstyled,
input[type="reset"].unstyled {
  padding: 0;
  border: none;
  line-height: 1;
  text-align: left;
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  button.unstyled:focus,
  input[type="button"].unstyled:focus,
  input[type="submit"].unstyled:focus,
  input[type="reset"].unstyled:focus {
    box-shadow: none;
    outline: none; }

/* Media object */
/* see http://codepen.io/raphaelgoetter/pen/KMWWwj */
@media (min-width: 544px) {
  .o-media {
    display: flex;
    align-items: flex-start; }

  .o-media-content {
    flex: 1;
    min-width: 0;
    /* avoid min-width:auto */ } }
/* Media variants */
@media (min-width: 544px) {
  .o-media--reverse {
    flex-direction: row-reverse; }

  .o-media-figure--center {
    align-self: center; } }
/* Autogrid object */
/* see http://codepen.io/raphaelgoetter/pen/KMgBJd */
@media (min-width: 544px) {
  [class^="autogrid"],
  [class*=" autogrid"] {
    display: flex; }

  [class^="autogrid"] > *,
  [class*=" autogrid"] > * {
    flex: 1;
    min-width: 0;
    /* avoid min-width:auto */ } }
/* Autogrid variants */
@media (min-width: 544px) {
  .has-gutter > *:not(:first-child), .jumbotron > .container > div > *:not(:first-child) {
    margin-left: 1rem; }

  [class*="--reverse"] {
    flex-direction: row-reverse; } }
/* ----------------------------- */
/* ==Global Layout               */
/* ----------------------------- */
/* module, gains superpower "BFC" Block Formating Context */
.mod,
.bfc {
  overflow: hidden; }

/* blocks that needs to be placed under floats */
.clear {
  clear: both; }

/* blocks that must contain floats */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse; }

/* simple blocks alignment */
.left {
  margin-right: auto; }

.right {
  margin-left: auto; }

.center {
  margin-left: auto;
  margin-right: auto; }

/* text and contents alignment */
.txtleft {
  text-align: left; }

.txtright {
  text-align: right; }

.txtcenter {
  text-align: center; }

/* floating elements */
.fl {
  float: left; }

img.fl {
  margin-right: 1rem; }

.fr {
  float: right; }

img.fr {
  margin-left: 1rem; }

img.fl,
img.fr {
  margin-bottom: 0.5rem; }

/* inline-block */
.inbl {
  display: inline-block;
  vertical-align: top; }

/* flexbox layout
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
[class*="flex-container"],
.flex-container,
#header nav.nav > ul {
  display: flex;
  flex-wrap: wrap; }

.flex-container-h {
  flex-direction: row; }

.flex-container-v {
  flex-direction: column; }

.flex-item-fluid, #header nav.nav > ul > li {
  flex: 1;
  min-width: 0; }

.flex-item-first,
.item-first {
  order: -1; }

.flex-item-medium,
.item-medium {
  order: 0; }

.flex-item-last,
.item-last {
  order: 1; }

.flex-item-center,
.item-center {
  margin: auto; }

/* ---------------------------------- */
/* ==Helpers                          */
/* ---------------------------------- */
/* State Helpers */
/* ------------- */
/* invisible for all */
.is-hidden,
[hidden] {
  display: none; }

/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important; }

.is-disabled,
[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1); }

ul.is-unstyled, ul.unstyled {
  list-style: none;
  padding-left: 0; }

/* Width Helpers */
/* ------------- */
/* blocks widths (percentage and pixels) */
.w10 {
  width: 10%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w33 {
  width: 33.3333%; }

.w40 {
  width: 40%; }

.w50 {
  width: 50%; }

.w60 {
  width: 60%; }

.w66 {
  width: 66.6666%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w90 {
  width: 90%; }

.w100 {
  width: 100%; }

.w50p {
  width: 50px; }

.w100p {
  width: 100px; }

.w150p {
  width: 150px; }

.w200p {
  width: 200px; }

.w300p {
  width: 300px; }

@media (min-width: 401px) {
  .w400p {
    width: 400px; }

  .w500p {
    width: 500px; }

  .w600p {
    width: 600px; } }
@media (min-width: 701px) {
  .w700p {
    width: 700px; }

  .w800p {
    width: 800px; } }
@media (min-width: 961px) {
  .w960p {
    width: 960px; }

  .mw960p {
    max-width: 960px; }

  .w1140p {
    width: 1140px; }

  .mw1140p, div.container {
    max-width: 1140px; } }
.wauto {
  width: auto; }

/* Spacing Helpers */
/* --------------- */
.man,
.ma0 {
  margin: 0; }

.pan,
.pa0 {
  padding: 0; }

.mas {
  margin: 1rem; }

.mam {
  margin: 2rem; }

.mal {
  margin: 4rem; }

.pas {
  padding: 1rem; }

.pam {
  padding: 2rem; }

.pal {
  padding: 4rem; }

.mtn,
.mt0 {
  margin-top: 0; }

.mts {
  margin-top: 1rem; }

.mtm {
  margin-top: 2rem; }

.mtl {
  margin-top: 4rem; }

.mrn,
.mr0 {
  margin-right: 0; }

.mrs {
  margin-right: 1rem; }

.mrm {
  margin-right: 2rem; }

.mrl {
  margin-right: 4rem; }

.mbn,
.mb0 {
  margin-bottom: 0; }

.mbs {
  margin-bottom: 1rem; }

.mbm {
  margin-bottom: 2rem; }

.mbl {
  margin-bottom: 4rem; }

.mln,
.ml0 {
  margin-left: 0; }

.mls {
  margin-left: 1rem; }

.mlm {
  margin-left: 2rem; }

.mll {
  margin-left: 4rem; }

.mauto {
  margin: auto; }

.mtauto {
  margin-top: auto; }

.mrauto {
  margin-right: auto; }

.mbauto {
  margin-bottom: auto; }

.mlauto {
  margin-left: auto; }

.ptn,
.pt0 {
  padding-top: 0; }

.pts {
  padding-top: 1rem; }

.ptm {
  padding-top: 2rem; }

.ptl {
  padding-top: 4rem; }

.prn,
.pr0 {
  padding-right: 0; }

.prs {
  padding-right: 1rem; }

.prm {
  padding-right: 2rem; }

.prl {
  padding-right: 4rem; }

.pbn,
.pb0 {
  padding-bottom: 0; }

.pbs {
  padding-bottom: 1rem; }

.pbm {
  padding-bottom: 2rem; }

.pbl {
  padding-bottom: 4rem; }

.pln,
.pl0 {
  padding-left: 0; }

.pls {
  padding-left: 1rem; }

.plm {
  padding-left: 2rem; }

.pll {
  padding-left: 4rem; }

/* -------------------------- */
/* ==Responsive helpers       */
/* -------------------------- */
/* large screens */
/* ------------- */
@media (min-width: 992px) {
  /* layouts for large screens */
  .large-hidden {
    display: none !important; }

  .large-visible {
    display: block !important; }

  .large-no-float {
    float: none; }

  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top; }

  /* widths for large screens */
  .large-w25 {
    width: 25% !important; }

  .large-w33 {
    width: 33.333333% !important; }

  .large-w50 {
    width: 50% !important; }

  .large-w66 {
    width: 66.666666% !important; }

  .large-w75 {
    width: 75% !important; }

  .large-w100,
  .large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0; }

  /* margins for large screens */
  .large-man,
  .large-ma0 {
    margin: 0 !important; } }
/* medium screens */
/* -------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  /* layouts for medium screens */
  .medium-hidden {
    display: none !important; }

  .medium-visible {
    display: block !important; }

  .medium-no-float {
    float: none; }

  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top; }

  /* widths for medium screens */
  .medium-w25 {
    width: 25% !important; }

  .medium-w33 {
    width: 33.333333% !important; }

  .medium-w50 {
    width: 50% !important; }

  .medium-w66 {
    width: 66.666666% !important; }

  .medium-w75 {
    width: 75% !important; }

  .medium-w100,
  .medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0; }

  /* margins for medium screens */
  .medium-man,
  .medium-ma0 {
    margin: 0 !important; } }
/* small screens */
/* ------------- */
@media (min-width: 544px) and (max-width: 767px) {
  /* layouts for small screens */
  .small-hidden {
    display: none !important; }

  .small-visible {
    display: block !important; }

  .small-no-float {
    float: none; }

  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top; }

  /* widths for small screens */
  .small-w25 {
    width: 25% !important; }

  .small-w33 {
    width: 33.333333% !important; }

  .small-w50 {
    width: 50% !important; }

  .small-w66 {
    width: 66.666666% !important; }

  .small-w75 {
    width: 75% !important; }

  .small-w100,
  .small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0; }

  /* margins for small screens */
  .small-man,
  .small-ma0 {
    margin: 0 !important; }

  .small-pan,
  .small-pa0 {
    padding: 0 !important; } }
/* tiny screens */
/* ------------ */
@media (max-width: 543px) {
  /* quick small resolution reset */
  .mod,
  .col,
  fieldset {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0; }

  .flex-container, #header nav.nav > ul {
    flex-direction: column; }

  /* layouts for tiny screens */
  .tiny-hidden {
    display: none !important; }

  .tiny-visible {
    display: block !important; }

  .tiny-no-float {
    float: none; }

  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top; }

  /* widths for tiny screens */
  .tiny-w25 {
    width: 25% !important; }

  .tiny-w33 {
    width: 33.333333% !important; }

  .tiny-w50 {
    width: 50% !important; }

  .tiny-w66 {
    width: 66.666666% !important; }

  .tiny-w75 {
    width: 75% !important; }

  .tiny-w100,
  .tiny-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0; }

  /* margins for tiny screens */
  .tiny-man,
  .tiny-ma0 {
    margin: 0 !important; }

  .tiny-pan,
  .tiny-pa0 {
    padding: 0 !important; } }
/* ---------------------------------- */
/* ==Grillade : Simple Grid System    */
/* ---------------------------------- */
/* Doc : http://grillade.knacss.com */
@media (min-width: 544px) {
  [class*=" grid-"],
  [class^="grid-"] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    [class*=" grid-"] > *,
    [class^="grid-"] > * {
      box-sizing: border-box;
      min-width: 0;
      min-height: 0; } }
@media (min-width: 544px) {
  .grid, .rss-block .container > ul, #header, #footer,
  .grid--reverse {
    display: flex; }
    .grid > *, .rss-block .container > ul > *, #header > *, #footer > *,
    .grid--reverse > * {
      flex: 1 1 0%;
      box-sizing: border-box;
      min-width: 0;
      min-height: 0; }
    .grid.has-gutter > * + *, .jumbotron > .container > div.grid > * + *, .jumbotron > .container > div#header > * + *, .jumbotron > .container > div#footer > * + *, .rss-block .container > ul.has-gutter > * + *, .has-gutter#header > * + *, .has-gutter#footer > * + *,
    .grid--reverse.has-gutter > * + *,
    .jumbotron > .container > div.grid--reverse > * + * {
      margin-left: calc(1rem - 0.01px); }
    .grid.has-gutter-l > * + *, .rss-block .container > ul.has-gutter-l > * + *, .has-gutter-l#header > * + *, .has-gutter-l#footer > * + *,
    .grid--reverse.has-gutter-l > * + * {
      margin-left: calc(2rem - 0.01px); }
    .grid.has-gutter-xl > * + *, .rss-block .container > ul.has-gutter-xl > * + *, .has-gutter-xl#header > * + *, .has-gutter-xl#footer > * + *,
    .grid--reverse.has-gutter-xl > * + * {
      margin-left: calc(4rem - 0.01px); } }
@media (min-width: 544px) {
  [class*="grid-2"] > * {
    width: calc(100% / 2 - 0.01px); }
  [class*="grid-2"].has-gutter, .jumbotron > .container > div[class*="grid-2"] {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-2"].has-gutter > *, .jumbotron > .container > div[class*="grid-2"] > * {
      width: calc(100% / 2 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-2"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-2"].has-gutter-l > * {
      width: calc(100% / 2 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-2"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-2"].has-gutter-xl > * {
      width: calc(100% / 2 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-3"] > * {
    width: calc(100% / 3 - 0.01px); }
  [class*="grid-3"].has-gutter, .jumbotron > .container > div[class*="grid-3"] {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-3"].has-gutter > *, .jumbotron > .container > div[class*="grid-3"] > * {
      width: calc(100% / 3 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-3"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-3"].has-gutter-l > * {
      width: calc(100% / 3 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-3"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-3"].has-gutter-xl > * {
      width: calc(100% / 3 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-4"] > * {
    width: calc(100% / 4 - 0.01px); }
  [class*="grid-4"].has-gutter, .jumbotron > .container > div[class*="grid-4"] {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-4"].has-gutter > *, .jumbotron > .container > div[class*="grid-4"] > * {
      width: calc(100% / 4 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-4"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-4"].has-gutter-l > * {
      width: calc(100% / 4 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-4"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-4"].has-gutter-xl > * {
      width: calc(100% / 4 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-5"] > * {
    width: calc(100% / 5 - 0.01px); }
  [class*="grid-5"].has-gutter, .jumbotron > .container > div[class*="grid-5"] {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-5"].has-gutter > *, .jumbotron > .container > div[class*="grid-5"] > * {
      width: calc(100% / 5 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-5"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-5"].has-gutter-l > * {
      width: calc(100% / 5 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-5"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-5"].has-gutter-xl > * {
      width: calc(100% / 5 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-6"] > * {
    width: calc(100% / 6 - 0.01px); }
  [class*="grid-6"].has-gutter, .jumbotron > .container > div[class*="grid-6"] {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-6"].has-gutter > *, .jumbotron > .container > div[class*="grid-6"] > * {
      width: calc(100% / 6 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-6"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-6"].has-gutter-l > * {
      width: calc(100% / 6 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-6"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-6"].has-gutter-xl > * {
      width: calc(100% / 6 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-7"] > * {
    width: calc(100% / 7 - 0.01px); }
  [class*="grid-7"].has-gutter, .jumbotron > .container > div[class*="grid-7"] {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-7"].has-gutter > *, .jumbotron > .container > div[class*="grid-7"] > * {
      width: calc(100% / 7 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-7"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-7"].has-gutter-l > * {
      width: calc(100% / 7 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-7"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-7"].has-gutter-xl > * {
      width: calc(100% / 7 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-8"] > * {
    width: calc(100% / 8 - 0.01px); }
  [class*="grid-8"].has-gutter, .jumbotron > .container > div[class*="grid-8"] {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-8"].has-gutter > *, .jumbotron > .container > div[class*="grid-8"] > * {
      width: calc(100% / 8 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-8"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-8"].has-gutter-l > * {
      width: calc(100% / 8 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-8"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-8"].has-gutter-xl > * {
      width: calc(100% / 8 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-9"] > * {
    width: calc(100% / 9 - 0.01px); }
  [class*="grid-9"].has-gutter, .jumbotron > .container > div[class*="grid-9"] {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-9"].has-gutter > *, .jumbotron > .container > div[class*="grid-9"] > * {
      width: calc(100% / 9 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-9"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-9"].has-gutter-l > * {
      width: calc(100% / 9 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-9"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-9"].has-gutter-xl > * {
      width: calc(100% / 9 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-10"] > * {
    width: calc(100% / 10 - 0.01px); }
  [class*="grid-10"].has-gutter, .jumbotron > .container > div[class*="grid-10"] {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-10"].has-gutter > *, .jumbotron > .container > div[class*="grid-10"] > * {
      width: calc(100% / 10 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-10"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-10"].has-gutter-l > * {
      width: calc(100% / 10 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-10"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-10"].has-gutter-xl > * {
      width: calc(100% / 10 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-11"] > * {
    width: calc(100% / 11 - 0.01px); }
  [class*="grid-11"].has-gutter, .jumbotron > .container > div[class*="grid-11"] {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-11"].has-gutter > *, .jumbotron > .container > div[class*="grid-11"] > * {
      width: calc(100% / 11 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-11"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-11"].has-gutter-l > * {
      width: calc(100% / 11 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-11"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-11"].has-gutter-xl > * {
      width: calc(100% / 11 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-12"] > * {
    width: calc(100% / 12 - 0.01px); }
  [class*="grid-12"].has-gutter, .jumbotron > .container > div[class*="grid-12"] {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-12"].has-gutter > *, .jumbotron > .container > div[class*="grid-12"] > * {
      width: calc(100% / 12 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-12"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-12"].has-gutter-l > * {
      width: calc(100% / 12 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-12"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-12"].has-gutter-xl > * {
      width: calc(100% / 12 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; } }
.push {
  margin-left: auto !important; }

.pull {
  margin-right: auto !important; }

.item-first {
  order: -1; }

.item-last {
  order: 1; }

[class*="grid-"][class*="--reverse"] {
  flex-direction: row-reverse; }

@media (min-width: 544px) {
  .full {
    flex: 0 0 auto;
    width: calc(100% / 1 - 0.01px); }

  .has-gutter > .full, .jumbotron > .container > div > .full {
    width: calc(100% / 1 - 1rem - 0.01px); }

  .has-gutter-l > .full {
    width: calc(100% / 1 - 2rem - 0.01px); }

  .has-gutter-xl > .full {
    width: calc(100% / 1 - 4rem - 0.01px); }

  .one-half, .jumbotron > .container > div .col {
    flex: 0 0 auto;
    width: calc(100% / 2 - 0.01px); }

  .has-gutter > .one-half, .jumbotron > .container > div > .one-half, .jumbotron > .container > div .has-gutter > .col, .jumbotron > .container > div > .col {
    width: calc(100% / 2 - 1rem - 0.01px); }

  .has-gutter-l > .one-half, .jumbotron > .container > div .has-gutter-l > .col {
    width: calc(100% / 2 - 2rem - 0.01px); }

  .has-gutter-xl > .one-half, .jumbotron > .container > div .has-gutter-xl > .col {
    width: calc(100% / 2 - 4rem - 0.01px); }

  .one-third, .rss-block .container > ul > li, #content ul.cards li {
    flex: 0 0 auto;
    width: calc(100% / 3 - 0.01px); }

  .has-gutter > .one-third, .jumbotron > .container > div > .one-third, .rss-block .container > ul.has-gutter > li, #content ul.cards .has-gutter > li, #content ul.cards .jumbotron > .container > div > li {
    width: calc(100% / 3 - 1rem - 0.01px); }

  .has-gutter-l > .one-third, .rss-block .container > ul.has-gutter-l > li, #content ul.cards .has-gutter-l > li {
    width: calc(100% / 3 - 2rem - 0.01px); }

  .has-gutter-xl > .one-third, .rss-block .container > ul.has-gutter-xl > li, #content ul.cards .has-gutter-xl > li {
    width: calc(100% / 3 - 4rem - 0.01px); }

  .one-quarter {
    flex: 0 0 auto;
    width: calc(100% / 4 - 0.01px); }

  .has-gutter > .one-quarter, .jumbotron > .container > div > .one-quarter {
    width: calc(100% / 4 - 1rem - 0.01px); }

  .has-gutter-l > .one-quarter {
    width: calc(100% / 4 - 2rem - 0.01px); }

  .has-gutter-xl > .one-quarter {
    width: calc(100% / 4 - 4rem - 0.01px); }

  .one-fifth, #header .logo, #header .add-links, #sidebar {
    flex: 0 0 auto;
    width: calc(100% / 5 - 0.01px); }

  .has-gutter > .one-fifth, .jumbotron > .container > div > .one-fifth, #header .has-gutter > .logo, #header .jumbotron > .container > div > .logo, #header .has-gutter > .add-links, #header .jumbotron > .container > div > .add-links, .has-gutter > #sidebar, .jumbotron > .container > div > #sidebar {
    width: calc(100% / 5 - 1rem - 0.01px); }

  .has-gutter-l > .one-fifth, #header .has-gutter-l > .logo, #header .has-gutter-l > .add-links, .has-gutter-l > #sidebar {
    width: calc(100% / 5 - 2rem - 0.01px); }

  .has-gutter-xl > .one-fifth, #header .has-gutter-xl > .logo, #header .has-gutter-xl > .add-links, .has-gutter-xl > #sidebar {
    width: calc(100% / 5 - 4rem - 0.01px); }

  .one-sixth {
    flex: 0 0 auto;
    width: calc(100% / 6 - 0.01px); }

  .has-gutter > .one-sixth, .jumbotron > .container > div > .one-sixth {
    width: calc(100% / 6 - 1rem - 0.01px); }

  .has-gutter-l > .one-sixth {
    width: calc(100% / 6 - 2rem - 0.01px); }

  .has-gutter-xl > .one-sixth {
    width: calc(100% / 6 - 4rem - 0.01px); }

  .two-thirds {
    flex: 0 0 auto;
    width: calc(100% / 3 * 2 - 0.01px); }

  .has-gutter > .two-thirds, .jumbotron > .container > div > .two-thirds {
    width: calc(100% / 3 * 2 - 1rem - 0.01px); }

  .has-gutter-l > .two-thirds {
    width: calc(100% / 3 * 2 - 2rem - 0.01px); }

  .has-gutter-xl > .two-thirds {
    width: calc(100% / 3 * 2 - 4rem - 0.01px); }

  .three-quarters {
    flex: 0 0 auto;
    width: calc(100% / 4 * 3 - 0.01px); }

  .has-gutter > .three-quarters, .jumbotron > .container > div > .three-quarters {
    width: calc(100% / 4 * 3 - 1rem - 0.01px); }

  .has-gutter-l > .three-quarters {
    width: calc(100% / 4 * 3 - 2rem - 0.01px); }

  .has-gutter-xl > .three-quarters {
    width: calc(100% / 4 * 3 - 4rem - 0.01px); }

  .five-sixths {
    flex: 0 0 auto;
    width: calc(100% / 6 * 5 - 0.01px); }

  .has-gutter > .five-sixths, .jumbotron > .container > div > .five-sixths {
    width: calc(100% / 6 * 5 - 1rem - 0.01px); }

  .has-gutter-l > .five-sixths {
    width: calc(100% / 6 * 5 - 2rem - 0.01px); }

  .has-gutter-xl > .five-sixths {
    width: calc(100% / 6 * 5 - 4rem - 0.01px); } }
/* Responsive Small Breakpoint */
@media (min-width: 544px) and (max-width: 991px) {
  [class*="-small-1"] > * {
    width: calc(100% / 1 - 0.01px); }
  [class*="-small-1"].has-gutter > *, .jumbotron > .container > div[class*="-small-1"] > * {
    width: calc(100% / 1 - 1rem - 0.01px); }
  [class*="-small-1"].has-gutter-l > * {
    width: calc(100% / 1 - 2rem - 0.01px); }
  [class*="-small-1"].has-gutter-xl > * {
    width: calc(100% / 1 - 4rem - 0.01px); }

  [class*="-small-2"] > * {
    width: calc(100% / 2 - 0.01px); }
  [class*="-small-2"].has-gutter > *, .jumbotron > .container > div[class*="-small-2"] > * {
    width: calc(100% / 2 - 1rem - 0.01px); }
  [class*="-small-2"].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px); }
  [class*="-small-2"].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px); }

  [class*="-small-3"] > * {
    width: calc(100% / 3 - 0.01px); }
  [class*="-small-3"].has-gutter > *, .jumbotron > .container > div[class*="-small-3"] > * {
    width: calc(100% / 3 - 1rem - 0.01px); }
  [class*="-small-3"].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px); }
  [class*="-small-3"].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px); }

  [class*="-small-4"] > * {
    width: calc(100% / 4 - 0.01px); }
  [class*="-small-4"].has-gutter > *, .jumbotron > .container > div[class*="-small-4"] > * {
    width: calc(100% / 4 - 1rem - 0.01px); }
  [class*="-small-4"].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px); }
  [class*="-small-4"].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px); } }
/* ----------------------------- */
/* ==Own stylesheet              */
/* ----------------------------- */
/* Here should go your own CSS styles */
/* Front page specific */
.jumbotron > .container {
  min-height: 300px;
  position: relative; }
  .jumbotron > .container > div .holder {
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.75); }
    .jumbotron > .container > div .holder h3 {
      padding: 10px;
      text-align: center; }
  .jumbotron > .container > div .codeboard-demo {
    min-height: 320px; }
    .jumbotron > .container > div .codeboard-demo .prettyprint {
      padding-top: 10px;
      height: 270px; }
  .jumbotron > .container > div #block-front_header_welcome {
    margin-top: 53px; }
    .jumbotron > .container > div #block-front_header_welcome .holder {
      min-height: 122px; }
  .jumbotron > .container > div #block-download_area {
    border: none; }
    .jumbotron > .container > div #block-download_area .btn-holder {
      border: none;
      padding: 0;
      margin: 0; }
    .jumbotron > .container > div #block-download_area .row {
      padding-left: 10px; }
    .jumbotron > .container > div #block-download_area .link-platforms.row {
      border: none; }
      .jumbotron > .container > div #block-download_area .link-platforms.row:hover {
        color: #3498db; }
  .jumbotron > .container .social-networks {
    position: absolute;
    top: -40px;
    right: 0px;
    float: right; }
    .jumbotron > .container .social-networks li {
      float: left; }
  .jumbotron > .container .holder {
    padding: 10px 0 0 9px;
    margin-bottom: 15px; }
    .jumbotron > .container .holder h1 {
      font: 36px/36px "museo_sans500", Arial, Helvetica, sans-serif;
      color: #112935;
      margin: 0 0 35px;
      letter-spacing: 2px; }
    .jumbotron > .container .holder .btn-holder {
      width: auto;
      border: 1px solid #98dcd4;
      padding: 0 0 16px;
      margin: 0 0 0 2px; }
      .jumbotron > .container .holder .btn-holder .row {
        color: #112935;
        margin: 0 0 14px;
        font: 14px/19px "museo_sans500", Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        border-bottom: 1px solid #98dcd4; }
      .jumbotron > .container .holder .btn-holder .btn-download {
        background-color: #769830;
        background-image: -webkit-linear-gradient(top, #99cc33, #769830);
        background-image: -moz-linear-gradient(top, #99cc33, #769830);
        background-image: -ms-linear-gradient(top, #99cc33, #769830);
        background-image: -o-linear-gradient(top, #99cc33, #769830);
        background-image: linear-gradient(top, #99cc33, #769830);
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: 300px;
        height: 63px;
        display: block;
        margin: 0 auto 13px auto;
        font: 30px/63px "museo_sans500", Arial, Helvetica, sans-serif;
        color: white;
        letter-spacing: 1px;
        text-align: center;
        position: relative;
        padding: 0 57px 6px 0; }
        .jumbotron > .container .holder .btn-holder .btn-download:after {
          background: url(../images/ico-download.png) no-repeat;
          width: 37px;
          height: 37px;
          position: absolute;
          right: 16px;
          top: 13px;
          content: ''; }
        .jumbotron > .container .holder .btn-holder .btn-download:hover {
          background-color: #6a8c28;
          background-image: -webkit-linear-gradient(top, #89bc2b, #6a8c28);
          background-image: -moz-linear-gradient(top, #89bc2b, #6a8c28);
          background-image: -ms-linear-gradient(top, #89bc2b, #6a8c28);
          background-image: -o-linear-gradient(top, #89bc2b, #6a8c28);
          background-image: linear-gradient(top, #89bc2b, #6a8c28); }

@media only screen and (max-width: 768px) {
  .jumbotron > .container .holder .btn-holder .btn-download {
    width: auto;
    height: auto;
    margin: auto;
    padding: 0; }
    .jumbotron > .container .holder .btn-holder .btn-download:after {
      background: none;
      display: none; } }
.front-section, .rss-block, #eiffel-community, #built-with-eiffel {
  padding: 20px 0 40px 0;
  margin: 0; }
  .front-section .container > h1, .rss-block .container > h1, #eiffel-community .container > h1, #built-with-eiffel .container > h1 {
    font-family: Titillium Web;
    color: CadetBlue;
    text-align: center;
    padding: 20px 0 20px 0; }

.rss-block {
  background-color: #fff; }
  .rss-block .container > ul > li {
    margin: 0 0 54px 33px; }
    .rss-block .container > ul > li:not(:last-child) {
      border-right: dotted 1px #99cc33; }
    .rss-block .container > ul > li > h2 {
      font: 28px-8/28px-8 "museo_slab500", Arial, Helvetica, sans-serif; }
    .rss-block .container > ul > li .feed {
      font-size: 14px;
      line-height: 14px; }
      .rss-block .container > ul > li .feed .description {
        line-height: 18px; }

#eiffel-community {
  background-color: #e9e9e9;
  color: #000; }
  #eiffel-community > .container {
    font-size: 150%;
    text-align: center; }
    #eiffel-community > .container h2 {
      text-transform: uppercase; }
    #eiffel-community > .container img {
      margin-bottom: 20px; }

#built-with-eiffel {
  padding-top: 40px;
  background-color: #b8d1f9;
  color: #000; }
  #built-with-eiffel > .container {
    text-align: center; }
    #built-with-eiffel > .container img {
      margin-bottom: 20px; }

/* Elements specific */
#content ul.cards {
  overflow: hidden;
  padding: 8px 0 0 8px;
  margin: 0; }
  #content ul.cards > * {
    width: calc(100% / 3 - 0.01px); }
  #content ul.cards.has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    #content ul.cards.has-gutter > * {
      width: calc(100% / 3 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  #content ul.cards.has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    #content ul.cards.has-gutter-l > * {
      width: calc(100% / 3 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  #content ul.cards.has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    #content ul.cards.has-gutter-xl > * {
      width: calc(100% / 3 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }
  #content ul.cards li {
    background: #e9eced;
    height: 320px;
    float: left;
    margin: 0 18px 26px 18px;
    text-align: center;
    -webkit-border-radius: 7px;
    border-radius: 7px; }
    #content ul.cards li:hover {
      background: #e3e7e8; }
    #content ul.cards li > a {
      display: block;
      padding: 18px 5px 5px 5px; }
    #content ul.cards li .ico {
      width: 52px;
      height: 52px;
      padding: 10px;
      display: inline-block;
      vertical-align: top;
      background: #1e3b4b;
      margin: 0 0 15px;
      -webkit-border-radius: 100%;
      border-radius: 100%; }
    #content ul.cards li h2 {
      color: #99cc33;
      margin: 0 0 8px;
      font: 28px/28px "museo_slab500", Arial, Helvetica, sans-serif; }
    #content ul.cards li p {
      color: #0C0D0D; }
      #content ul.cards li p a {
        display: inline-block; }
  #content ul.cards li.large-card {
    height: 365px; }
  #content ul.cards li.big-card {
    height: 305px; }
  #content ul.cards li.medium-card {
    height: 225px; }
  #content ul.cards li.small-card {
    height: 165px; }
#content ul.cms-page-links {
  background: #e9eced;
  height: 100%;
  width: 95%;
  float: left;
  margin: 0 20px 30px 20px;
  padding: 10px 10px 10px 10px;
  text-align: center;
  list-style-type: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block; }
  #content ul.cms-page-links > li {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: white;
    display: inline-block; }
    #content ul.cms-page-links > li:hover {
      background: #e3e7e8; }
#content .promo-area {
  padding: 10px 20px 10px 20px;
  min-height: 0px;
  float: right;
  margin-right: 30%;
  border: solid 1px #99cc33;
  background-color: #d4ebb0;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  #content .promo-area .row {
    text-transform: uppercase;
    border-bottom: solid 1px #99cc33;
    margin: 0 0 15px 0; }
#content #block-downloads_area {
  padding: 10px 20px 10px 20px;
  min-width: 350px;
  width: 10%;
  min-height: 0px;
  margin: 20px;
  margin-right: auto;
  border: solid 1px #99cc33;
  background-color: #d4ebb0;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  #content #block-downloads_area .row {
    text-transform: uppercase;
    border-bottom: solid 1px #99cc33;
    margin: 0 0 15px 0; }
#content .info-block {
  overflow: hidden;
  position: relative; }
  #content .info-block:after {
    background: url(../images/sep.png) no-repeat;
    width: 22px;
    height: 2px;
    position: absolute;
    bottom: 1px;
    left: 0;
    content: ""; }
  #content .info-block h2 {
    color: #99cc33;
    margin: 0 0 19px;
    padding: 0 0 14px;
    border-bottom: 1px solid #bfd1da;
    font: 28px/28px "museo_slab500", Arial, Helvetica, sans-serif; }
  #content .info-block .post {
    overflow: hidden;
    margin: 0 0 13px; }
    #content .info-block .post h3 {
      color: #0d4143;
      margin: 0 0 9px;
      font: 24px/24px "museo_sans500", Arial, Helvetica, sans-serif; }
      #content .info-block .post h3 a {
        color: #0d4143; }
        #content .info-block .post h3 a:hover {
          color: #4c6877; }
    #content .info-block .post .date {
      display: block;
      text-transform: uppercase;
      color: #0fa096;
      margin: 0 0 2px;
      font: 12px "museo_sans500", Arial, Helvetica, sans-serif; }
    #content .info-block .post p {
      margin: 0 0 10px; }
      #content .info-block .post p a {
        font: 12px "museo_sans500", Arial, Helvetica, sans-serif;
        color: #1f3d4d;
        text-transform: uppercase; }
        #content .info-block .post p a:hover {
          color: #4c6877; }

#nav {
  font-family: "museo_sans500", Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 54px 0 0; }
  #nav ul {
    margin: 0 -11px;
    text-align: left;
    letter-spacing: 1px; }
    #nav ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 3px 0 4px;
      position: relative;
      font-size: 15px; }
      #nav ul li a {
        color: white;
        padding: 2px; }
      #nav ul li:hover > a {
        color: black;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 2px;
        background-color: rgba(255, 255, 255, 0.6);
        -webkit-box-shadow: 0 0 10px 0 rgba(17, 41, 53, 0.25);
        box-shadow: 0 0 10px 0 rgba(17, 41, 53, 0.25); }
    #nav ul .active a {
      color: white; }
    #nav ul a {
      color: #112935;
      display: block; }
      #nav ul a:hover {
        color: white; }
    #nav ul .drop-slide-wrapper {
      left: 50% !important;
      top: 100%;
      margin: 0 0 0 -86px; }
    #nav ul .dropdown {
      width: 100%;
      text-align: left;
      padding: 16px 0 0; }
    #nav ul:hover .dropdown {
      display: block; }
    #nav ul ul {
      background: #4a6d82;
      border: 1px solid #abc4d4;
      text-align: center;
      font-size: 14px;
      line-height: 21px;
      position: relative;
      padding: 1px 0 3px;
      margin: 0;
      -webkit-box-shadow: 0 0 10px 0 rgba(17, 41, 53, 0.25);
      box-shadow: 0 0 10px 0 rgba(17, 41, 53, 0.25); }
      #nav ul ul:after, #nav ul ul:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #nav ul ul:after {
        border-color: rgba(74, 109, 130, 0);
        border-bottom-color: #4a6d82;
        border-width: 9px 6px;
        margin-left: -6px; }
      #nav ul ul:before {
        border-color: rgba(171, 196, 212, 0);
        border-bottom-color: #abc4d4;
        border-width: 10px 7px;
        margin-left: -7px; }
      #nav ul ul li {
        display: block;
        margin: 0; }
      #nav ul ul a {
        color: #abc4d4;
        padding: 3px 0 3px;
        position: relative; }
        #nav ul ul a:after, #nav ul ul a:before {
          width: 4px;
          height: 100%;
          background: #1a3d50;
          position: absolute;
          top: 0;
          left: -4px;
          display: none;
          content: ''; }
        #nav ul ul a:before {
          left: auto;
          right: -4px; }
        #nav ul ul a:hover {
          color: white;
          background: #1a3d50; }
        #nav ul ul a:hover:after, #nav ul ul a:hover:before {
          display: block; }

.social-networks li {
  margin: 0 0 0 10px; }
  .social-networks li a {
    display: block;
    width: 35px;
    height: 34px;
    background: url(../images/ico-social.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px; }
    .social-networks li a:hover {
      background: url(../images/ico-social-h.png) no-repeat; }
  .social-networks li .facebook {
    width: 34px; }
  .social-networks li .linkedin {
    background-position: -44px 0; }
    .social-networks li .linkedin:hover {
      background-position: -44px 0; }
  .social-networks li .youtube {
    background-position: -89px 0; }
    .social-networks li .youtube:hover {
      background-position: -89px 0; }
  .social-networks li .twitter {
    background-position: -134px 0; }
    .social-networks li .twitter:hover {
      background-position: -134px 0; }
  .social-networks li .googleplus {
    background-position: -179px 0;
    width: 34px; }
    .social-networks li .googleplus:hover {
      background-position: -179px 0; }

#breadcrumb {
  margin-bottom: 10px;
  font-size: smaller; }

.btn-holder {
  margin-left: 0px;
  margin-right: 0px; }
  .btn-holder .btn-download {
    background-color: #769830;
    background-image: -webkit-linear-gradient(top, #99cc33, #769830);
    background-image: -moz-linear-gradient(top, #99cc33, #769830);
    background-image: -ms-linear-gradient(top, #99cc33, #769830);
    background-image: -o-linear-gradient(top, #99cc33, #769830);
    background-image: linear-gradient(top, #99cc33, #769830);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 48px;
    display: block;
    margin: 0 0 5px 0px;
    color: white;
    letter-spacing: 1px;
    position: relative;
    padding: 15px 42px 0px 14px;
    font: 16px/16px "museo_sans500", Arial, Helvetica, sans-serif; }
    .btn-holder .btn-download:after {
      width: 30px;
      height: 30px;
      position: absolute;
      right: 10px;
      top: 8px;
      content: ''; }
    .btn-holder .btn-download:after {
      background: url(../images/download_b_30x30.png) no-repeat; }
    .btn-holder .btn-download:hover {
      background-color: #6a8c28;
      background-image: -webkit-linear-gradient(top, #89bc2b, #6a8c28);
      background-image: -moz-linear-gradient(top, #89bc2b, #6a8c28);
      background-image: -ms-linear-gradient(top, #89bc2b, #6a8c28);
      background-image: -o-linear-gradient(top, #89bc2b, #6a8c28);
      background-image: linear-gradient(top, #89bc2b, #6a8c28); }

/* Header specific */
#header {
  min-height: 94px; }
  #header .logo {
    padding: 16px 0 0 10px; }
    #header .logo a {
      display: inline-block;
      vertical-align: top; }
      #header .logo a img {
        color: #fff;
        font-size: 48px;
        vertical-align: top;
        margin: 0 0 0 -7px; }
  #header .add-links {
    margin-top: 10px; }
    #header .add-links ul {
      text-align: left;
      font: 12px/18px "museo_sans500", Arial, Helvetica, sans-serif;
      margin: 0 -7px 0 0;
      text-transform: uppercase; }
      #header .add-links ul li {
        margin-top: 5px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0 8px; }
        #header .add-links ul li a {
          color: #99cc33; }
          #header .add-links ul li a:hover {
            color: #c7ec7e; }

.search-form {
  display: inline-block;
  height: 24px;
  background: white;
  -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .search-form input[type="search"],
  .search-form input[type="text"] {
    border: 0;
    padding: 0;
    background: white;
    height: 18px;
    outline: none;
    font-size: 12px;
    line-height: 18px; }
  .search-form input[type="image"] {
    width: 16px;
    height: 16px; }

.search-form.parent-focus {
  -webkit-box-shadow: 0 0 5px rgba(13, 65, 67, 0.9), inset 1px 1px 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(13, 65, 67, 0.9), inset 1px 1px 1px 0 rgba(0, 0, 0, 0.4); }

/* Footer specific */
#footer {
  background: #4c6877;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 13px;
  color: #6d8083; }
  #footer .copyrights {
    padding-top: 10px !important;
    margin-bottom: 40px; }
    #footer .copyrights a {
      color: #abc4d4; }
    #footer .copyrights li {
      float: left;
      padding: 0 7px 0;
      position: relative; }
      #footer .copyrights li:after {
        background: url(../images/sep2.png) no-repeat;
        width: 2px;
        height: 14px;
        position: absolute;
        top: 3px;
        left: 0;
        content: ''; }
        #footer .copyrights li:after a {
          display: inline-block; }
      #footer .copyrights li:first-child {
        padding-left: 0; }
        #footer .copyrights li:first-child:after {
          display: none; }
  #footer > .container {
    padding: 44px 0 60px;
    min-height: 150px; }
    #footer > .container .btn-holder {
      margin-left: 0px;
      margin-right: 0px; }
      #footer > .container .btn-holder .btn {
        background-color: #769830;
        background-image: -webkit-linear-gradient(top, #99cc33, #769830);
        background-image: -moz-linear-gradient(top, #99cc33, #769830);
        background-image: -ms-linear-gradient(top, #99cc33, #769830);
        background-image: -o-linear-gradient(top, #99cc33, #769830);
        background-image: linear-gradient(top, #99cc33, #769830);
        -webkit-border-radius: 4px;
        border-radius: 4px;
        height: 48px;
        display: block;
        margin: 0 0 5px 0px;
        color: white;
        letter-spacing: 1px;
        position: relative;
        padding: 15px 42px 0px 14px;
        font: 16px/16px "museo_sans500", Arial, Helvetica, sans-serif; }
        #footer > .container .btn-holder .btn:after {
          width: 30px;
          height: 30px;
          position: absolute;
          right: 10px;
          top: 8px;
          content: ''; }
        #footer > .container .btn-holder .btn.btn-account {
          border: solid 1px rgba(210, 210, 210, 0.5);
          background: #4c6877;
          color: white; }
          #footer > .container .btn-holder .btn.btn-account:after {
            background: url(../images/person277_b_30x30.png) no-repeat; }
          #footer > .container .btn-holder .btn.btn-account:hover {
            background-color: #12273A;
            background-color: #12273A;
            background-image: -webkit-linear-gradient(top, #12273A, #12273A);
            background-image: -moz-linear-gradient(top, #12273A, #12273A);
            background-image: -ms-linear-gradient(top, #12273A, #12273A);
            background-image: -o-linear-gradient(top, #12273A, #12273A);
            background-image: linear-gradient(top, #12273A, #12273A); }
        #footer > .container .btn-holder .btn.btn-download {
          background-color: #769830;
          background-image: -webkit-linear-gradient(top, #99cc33, #769830);
          background-image: -moz-linear-gradient(top, #99cc33, #769830);
          background-image: -ms-linear-gradient(top, #99cc33, #769830);
          background-image: -o-linear-gradient(top, #99cc33, #769830);
          background-image: linear-gradient(top, #99cc33, #769830);
          color: white; }
          #footer > .container .btn-holder .btn.btn-download:after {
            background: url(../images/download_b_30x30.png) no-repeat; }
          #footer > .container .btn-holder .btn.btn-download:hover {
            background-color: #6a8c28;
            background-image: -webkit-linear-gradient(top, #89bc2b, #6a8c28);
            background-image: -moz-linear-gradient(top, #89bc2b, #6a8c28);
            background-image: -ms-linear-gradient(top, #89bc2b, #6a8c28);
            background-image: -o-linear-gradient(top, #89bc2b, #6a8c28);
            background-image: linear-gradient(top, #89bc2b, #6a8c28); }
        #footer > .container .btn-holder .btn.btn-tryonline {
          background-color: #12273A;
          background-image: -webkit-linear-gradient(top, #2B4054, #12273A);
          background-image: -moz-linear-gradient(top, #2B4054, #12273A);
          background-image: -ms-linear-gradient(top, #2B4054, #12273A);
          background-image: -o-linear-gradient(top, #2B4054, #12273A);
          background-image: linear-gradient(top, #2B4054, #12273A);
          color: white; }
          #footer > .container .btn-holder .btn.btn-tryonline:after {
            background: url(../images/play12_b_30x30.png) no-repeat; }
          #footer > .container .btn-holder .btn.btn-tryonline:hover {
            background-color: #12273A;
            background-color: #12273A;
            background-image: -webkit-linear-gradient(top, #12273A, #12273A);
            background-image: -moz-linear-gradient(top, #12273A, #12273A);
            background-image: -ms-linear-gradient(top, #12273A, #12273A);
            background-image: -o-linear-gradient(top, #12273A, #12273A);
            background-image: linear-gradient(top, #12273A, #12273A); }
        #footer > .container .btn-holder .btn.btn-contribute {
          background-color: #2b4175;
          background-image: -webkit-linear-gradient(top, #3c75d8, #2b4175);
          background-image: -moz-linear-gradient(top, #3c75d8, #2b4175);
          background-image: -ms-linear-gradient(top, #3c75d8, #2b4175);
          background-image: -o-linear-gradient(top, #3c75d8, #2b4175);
          background-image: linear-gradient(top, #3c75d8, #2b4175);
          color: white; }
          #footer > .container .btn-holder .btn.btn-contribute:after {
            background: url(../images/arrows_b_30x30.png) no-repeat; }
          #footer > .container .btn-holder .btn.btn-contribute:hover {
            background-color: #2b4175;
            background-image: -webkit-linear-gradient(top, #2A56A3, #2b4175);
            background-image: -moz-linear-gradient(top, #2A56A3, #2b4175);
            background-image: -ms-linear-gradient(top, #2A56A3, #2b4175);
            background-image: -o-linear-gradient(top, #2A56A3, #2b4175);
            background-image: linear-gradient(top, #2A56A3, #2b4175); }
  #footer .social-networks li {
    float: left; }
  #footer .footer-nav {
    margin-right: auto;
    margin-left: auto; }
    #footer .footer-nav > ul {
      text-transform: uppercase;
      font: 16px "museo_sans500", Arial, Helvetica, sans-serif; }
      #footer .footer-nav > ul > li {
        padding: 0 10px 6px 0; }
        #footer .footer-nav > ul > li a {
          color: white;
          display: inline-block; }
          #footer .footer-nav > ul > li a:hover {
            color: #abc4d4; }
        #footer .footer-nav > ul > li div.btn-holder {
          text-transform: capitalize; }
        #footer .footer-nav > ul > li > ul {
          text-transform: capitalize;
          font-family: "Open Sans", Arial, Helvetica, sans-serif;
          font-size: 13px;
          padding: 6px 0 0; }
          #footer .footer-nav > ul > li > ul > li a {
            color: #abc4d4;
            display: inline-block; }
            #footer .footer-nav > ul > li > ul > li a:hover {
              color: #fff; }

/* Code/Eiffel related */
/* Code elements */
code {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  font-family: monospace;
  white-space: pre-wrap;
  tab-size: 4;
  -moz-tab-size: 4;
  /* Code for Firefox */
  -o-tab-size: 4;
  /* Code for Opera 10.6-12.1 */
  border: solid 1px #ccc;
  color: #1a1a1a;
  background-color: #fff;
  line-height: 1.3;
  padding: 10px;
  margin: 2px 0 2px 0; }
  code.inline {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: dotted 1px #ddd;
    display: inline-block;
    padding: 0 .3em 0 .3em !important;
    color: #1a1a1a !important;
    background-color: #fff !important;
    border: dotted 1px #ddd !important;
    margin: 0; }
  code .lang-eiffel .typ {
    color: #00f; }
  code .lang-eiffel .atg {
    color: #000; }
  code .lang-eiffel .fcl {
    color: #000;
    font-style: normal; }
  code .lang-eiffel .com {
    font-style: italic; }

/* ... */
/* Contents ... */
#primary-tabs ul.horizontal {
  list-style-type: none; }
  #primary-tabs ul.horizontal li {
    display: inline;
    padding: 2px 5px;
    border: solid 1px #ccf; }
  #primary-tabs ul.horizontal li.active {
    border-color: #99f #99f #ddd;
    border-style: solid solid none;
    border-width: 2px 1px 0;
    padding: 2px 7px 1px; }

.front-section:after, .rss-block:after, #eiffel-community:after, #built-with-eiffel:after, #nav ul:after, .social-networks:after, #footer .social-networks:after, #content .wiki-toc:after, .container-codeboard:after, #header:after, .jumbotron:after, div.container:after, #footer:after {
  content: " ";
  display: block;
  clear: both; }

.rss-block .container > ul, #content ul.cards, #nav ul, .social-networks, #header .add-links ul, #footer .copyrights, #footer .footer-nav > ul, #footer .footer-nav > ul > li > ul, #content .bookcards ul, .widget ul, .column .libraries ul,
.column .updates ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* WDOCS nav tree */
#wdocs-tree.menu {
  border: solid 1px #ccc;
  border-top: none;
  background-color: #fff;
  color: #112935;
  padding: 0; }
  #wdocs-tree.menu a {
    color: #112935; }
  #wdocs-tree.menu > ul > li {
    cursor: pointer;
    padding: 5px 0 3px 5px;
    border-top: solid 1px #ccc; }
    #wdocs-tree.menu > ul > li > a {
      color: #5082D9; }
    #wdocs-tree.menu > ul > li.expandable > * + a {
      display: inline-block;
      width: 85%; }
  #wdocs-tree.menu .arrow {
    font-family: "Lucida Console", "Courier New", "serif";
    color: #5082D9;
    border-style: solid;
    border-color: transparent;
    border-width: 6px;
    display: -moz-inline-box;
    display: inline-block;
    /* Use font-size to control the size of the arrow. */
    font-size: 10px;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;
    left: -10px; }
  #wdocs-tree.menu li > a {
    padding-left: 12px; }
  #wdocs-tree.menu li.arrowed > a {
    padding-left: 0;
    background-color: transparent; }
  #wdocs-tree.menu li.arrowed:not(.expandable) > .arrow {
    left: -4px;
    border-width: 3px;
    border-color: #ddd;
    top: 0; }
  #wdocs-tree.menu li.arrowed:not(.expandable) > a {
    padding-left: 6px; }
  #wdocs-tree.menu > ul > li.arrowed:not(.expandable) > .arrow {
    border-color: #777; }
  #wdocs-tree.menu li.expandable > .arrow {
    left: -4px;
    border-color: transparent;
    border-left-color: #777;
    top: 0; }
    #wdocs-tree.menu li.expandable > .arrow:hover {
      border-color: transparent;
      border-left-color: #5082D9; }
  #wdocs-tree.menu li.expanded > .arrow {
    left: -6px;
    border-color: transparent;
    border-top-color: #777;
    top: 2px; }
    #wdocs-tree.menu li.expanded > .arrow:hover {
      border-color: transparent;
      border-top-color: #5082D9; }
  #wdocs-tree.menu > ul > li > ul > * {
    font-size: smaller;
    background-color: #fff;
    padding-left: 10px; }
  #wdocs-tree.menu ul {
    list-style-type: none;
    padding: 0; }
  #wdocs-tree.menu ul li {
    padding-left: 10px; }
    #wdocs-tree.menu ul li a:hover {
      color: #3498db; }
  #wdocs-tree.menu li.active {
    font-weight: bold;
    border-right: solid 2px #3498db;
    background-color: rgba(240, 240, 255, 0.6); }
  #wdocs-tree.menu li.active li {
    font-weight: normal; }
  #wdocs-tree.menu li.expandable:not(.expanded) li {
    display: none; }
  #wdocs-tree.menu li.expandable.expanded > a {
    font-weight: bold; }

.wikipage {
  font: 16px/24px "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.8; }
  .wikipage a.wiki_link.wiki_notfound {
    color: red; }
  .wikipage table {
    border: solid 1px #666;
    margin-bottom: 5px; }
  .wikipage td {
    border: solid 1px #999;
    padding: 2px 4px 2px 4px; }
  .wikipage h1 {
    color: #063991;
    font-weight: bold;
    margin-top: 25px;
    border-bottom: solid 2px #063991; }
    .wikipage h1.wikititle {
      font-weight: bold !important; }
  .wikipage h2 {
    color: #5082D9;
    line-height: 3.5rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-bottom: solid 3px #5082D9; }
  .wikipage h3 {
    color: #178752;
    line-height: 3.2rem;
    margin-top: 10px;
    border-bottom: solid 1px #178752; }
  .wikipage h4 {
    margin-top: 1.5rem;
    margin-bottom: .5rem; }
  .wikipage pre {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    font-family: monospace;
    white-space: pre-wrap;
    border: solid 1px #ccc;
    background-color: #FFFFD8;
    line-height: 1.3;
    padding: 10px;
    margin: 2px 0 2px 0;
    overflow: auto; }
  .wikipage dt {
    font-weight: bold; }
  .wikipage dd {
    font-style: italic; }

#content .wdocs-nav {
  padding: 5px;
  margin-top: 0.75em;
  border-top: solid 1px #999;
  background-color: rgba(220, 220, 220, 0.7); }
  #content .wdocs-nav ul {
    margin: 0 0 0.5em 0; }
    #content .wdocs-nav ul li {
      margin: 0.3em; }
  #content .wdocs-nav a {
    color: #5082D9; }
  #content .wdocs-nav .wdocs-nav-section {
    font-weight: bold; }
  #content .wdocs-nav .wdocs-uuid {
    color: #999;
    font-size: xx-small;
    text-align: right; }
#content .wdocs-cache-info {
  color: #999;
  font-size: xx-small;
  text-align: right; }
#content .wiki-toc {
  clear: both;
  margin: 10px;
  padding: 1.5em; }
#content .bookcards {
  padding: 0;
  margin: 0; }
  #content .bookcards ul li {
    display: inline-block;
    height: 140px;
    margin: 0 10px 5px 0px; }
    #content .bookcards ul li a {
      border: solid 1px #ddd;
      margin: 10px;
      padding: 7px;
      background: #e9eced;
      display: block;
      text-align: left;
      -webkit-border-radius: 7px;
      border-radius: 7px; }
      #content .bookcards ul li a:hover {
        background: #e3e7e8; }
    #content .bookcards ul li img {
      float: left;
      opacity: 0.4; }
    #content .bookcards ul li h2 {
      font: 28px/28px "museo_slab500", Arial, Helvetica, sans-serif;
      padding: 0;
      margin-top: 5px;
      margin-bottom: 10px; }
    #content .bookcards ul li p {
      font-size: smaller;
      line-height: 1.2em;
      margin: 0;
      padding: 0 0 0 10px;
      font-style: italic;
      color: #666;
      height: 60px;
      overflow: auto; }

#wdocs_edit textarea {
  width: 98%; }

#wdocs-versions.menu {
  padding: 0px;
  margin: 5px 0 0 0;
  background-color: white;
  border: solid 1px #999; }
  #wdocs-versions.menu ul {
    padding: 0 0 0 20px;
    margin: 0px;
    list-style-type: none; }
    #wdocs-versions.menu ul li > ul {
      padding: 10px;
      background-color: white;
      border: solid 1px #999;
      display: none;
      font-size: smaller; }
    #wdocs-versions.menu ul li:hover > ul {
      position: absolute;
      display: block;
      z-index: 99; }

.front-section:after, .rss-block:after, #eiffel-community:after, #built-with-eiffel:after, #nav ul:after, .social-networks:after, #footer .social-networks:after, #content .wiki-toc:after, .container-codeboard:after, #header:after, .jumbotron:after, div.container:after, #footer:after {
  content: " ";
  display: block;
  clear: both; }

.rss-block .container > ul, #content ul.cards, #nav ul, .social-networks, #header .add-links ul, #footer .copyrights, #footer .footer-nav > ul, #footer .footer-nav > ul > li > ul, #content .bookcards ul, .widget ul, .column .libraries ul,
.column .updates ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Codeboard */
.jumbotron .codeboard-demo .slider-wrapper > .slider > .slide > .slide-item {
  border: none !important; }
.jumbotron .codeboard-demo .codeboard-player {
  margin-top: 10px;
  border: solid 1px #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.75);
  height: 273px; }
.jumbotron .codeboard-demo .btn-holder {
  position: relative; }
  .jumbotron .codeboard-demo .btn-holder .btn-play {
    background-color: #12273A;
    background-image: -webkit-linear-gradient(top, #2B4054, #12273A);
    background-image: -moz-linear-gradient(top, #2B4054, #12273A);
    background-image: -ms-linear-gradient(top, #2B4054, #12273A);
    background-image: -o-linear-gradient(top, #2B4054, #12273A);
    background-image: linear-gradient(top, #2B4054, #12273A);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 143px;
    height: 43px;
    display: inline-block;
    font: 15px/43px "museo_sans500", Arial, Helvetica, sans-serif;
    color: white;
    letter-spacing: 1px;
    text-align: center; }
    .jumbotron .codeboard-demo .btn-holder .btn-play:hover {
      background-color: #0C1A26;
      background-image: -webkit-linear-gradient(top, #12273A, #0C1A26);
      background-image: -moz-linear-gradient(top, #12273A, #0C1A26);
      background-image: -ms-linear-gradient(top, #12273A, #0C1A26);
      background-image: -o-linear-gradient(top, #12273A, #0C1A26);
      background-image: linear-gradient(top, #12273A, #0C1A26); }

.container-codeboard {
  width: 920px;
  height: 800px; }

/***********************/
/*    Download         */
/***********************/
.toggleDownload {
  cursor: pointer; }

table.download_decorator {
  margin-left: 0px;
  margin-right: 20px;
  border-collapse: collapse;
  border-style: none;
  text-align: left;
  table-layout: auto; }
  table.download_decorator a:link {
    color: #6600CC; }
  table.download_decorator a:hover {
    color: #00001E; }
  table.download_decorator a:visited {
    color: #6600CC; }
  table.download_decorator a:active {
    color: #6600CC; }
  table.download_decorator td {
    padding-right: 10px; }
  table.download_decorator tr {
    background-color: #f0f0f0;
    color: #000080; }
  table.download_decorator tr:nth-child(0), table.download_decorator tr.first {
    background-color: #0E9A8F; }
  table.download_decorator td, table.download_decorator th {
    white-space: nowrap;
    padding: 6px 10px; }
  table.download_decorator tt {
    font-size: x-small; }
  table.download_decorator tr.highlight td {
    font-weight: bold; }

div.col #block-download_area {
  margin-top: 5.3rem; }

/* Custom */
.less.active .button-read-more {
  display: none; }
.less.active .button-read-less {
  display: block; }

.button-read-less {
  display: none; }

.more {
  margin-top: 10px; }
  .more table {
    margin: 0;
    padding: 0; }

/* Link */
a.link-options {
  color: white; }
  a.link-options:hover {
    color: black; }

a.link-platforms {
  color: #191922; }
  a.link-platforms:hover {
    color: black; }

#primary-tabs ul.horizontal {
  list-style-type: none; }
  #primary-tabs ul.horizontal li {
    display: inline;
    padding: 2px 5px;
    border: solid 1px #ccf; }
  #primary-tabs ul.horizontal li.active {
    border-color: #99f #99f #ddd;
    border-style: solid solid none;
    border-width: 2px 1px 0;
    padding: 2px 7px 1px; }

#message li {
  margin-bottom: 2px;
  padding: 5px 2px 5px 3px; }
  #message li.error {
    background-color: #ffcbba;
    border-left: solid 4px #f00; }
  #message li.warning {
    background-color: #ffc;
    border-left: solid 4px #ffd200; }
  #message li.notice {
    background-color: #cff2ee;
    border-left: solid 4px #77ff77; }

div.node-blog .info {
  display: block;
  font-size: smaller;
  color: #777;
  font-style: italic; }

/* Hide author and date for CMS pages */
div.node-page .info {
  display: none; }

ul.pagination li {
  margin-right: .5em;
  display: inline-block; }

table.eiffel_org_nodes {
  width: 100%; }
  table.eiffel_org_nodes caption {
    font-size: 2rem;
    color: #444;
    margin: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left, center right; }
  table.eiffel_org_nodes thead th {
    background-color: #0E9A8F;
    color: white;
    border: 1px solid black;
    text-align: left;
    padding-left: 4px; }
  table.eiffel_org_nodes tbody td {
    border: 1px solid black;
    font: 16px/24px "Open Sans", Arial, Helvetica, sans-serif;
    padding-left: 4px;
    display: table-cell;
    vertical-align: top; }

/* Removed or useless */
#content .head {
  overflow: hidden;
  color: #13a69a;
  padding: 0 50px 0 0;
  margin: 0 0 5px; }
  #content .head h1 {
    margin: 0 0 -1px; }
  #content .head p {
    margin: 0 0 10px; }
#content .ico {
  display: inline-block;
  vertical-align: top;
  background: #1f3d4d;
  margin: 2px 5px 0 0;
  width: 18px;
  height: 18px;
  padding: 5px;
  -webkit-border-radius: 100%;
  border-radius: 100%; }
  #content .ico img {
    vertical-align: top; }

.widget {
  overflow: hidden;
  margin: 0 0 34px; }
  .widget h2 {
    margin: 0 0 16px; }
  .widget ul {
    font-family: "museo_sans500", Arial, Helvetica, sans-serif; }
    .widget ul li {
      border-bottom: 1px solid #becbd3;
      padding: 16px 0 5px; }
      .widget ul li:first-child {
        padding-top: 0; }
      .widget ul li.date {
        display: inline-block;
        margin: 0 5px 0 0;
        text-transform: uppercase;
        color: #1da699;
        font: 12px "museo_sans500", Arial, Helvetica, sans-serif; }
      .widget ul li a {
        color: #4c6877; }
        .widget ul li a:hover {
          color: #1f3d4d; }

.social-plugin {
  overflow: hidden;
  margin: 0 0 30px -2px; }
  .social-plugin img {
    vertical-align: top; }

.popular {
  padding: 12px 0 0; }
  .popular li {
    padding-left: 37px !important;
    position: relative; }
    .popular li img {
      position: absolute;
      top: 10px;
      left: 0; }
    .popular li:first-child img {
      top: -5px; }

.home #nav {
  font-size: 22px;
  padding: 56px 0 0; }
  .home #nav ul {
    margin: 0 -30px 0 -16px;
    text-align: left; }
    .home #nav ul li {
      margin: 0 7px; }
    .home #nav ul .dropdown {
      padding: 14px 0 0; }
    .home #nav ul ul {
      margin: 0;
      text-align: center; }
      .home #nav ul ul li {
        display: block;
        margin: 0; }
.home #main {
  background: #353637;
  padding: 50px 0 38px;
  border-bottom: 1px solid white;
  margin: 0 0 1px; }
  .home #main:after, .home #main:before {
    display: none; }

.column h2 {
  color: #99cc33;
  margin: 0 0 19px;
  padding: 0 0 15px;
  border-bottom: 1px solid #bfd1da;
  font: 28px/28px "museo_slab500", Arial, Helvetica, sans-serif; }
  .column h2 a {
    color: #99cc33; }
    .column h2 a:hover {
      color: white; }
.column .news-holder,
.column .blog-holder {
  overflow: hidden;
  color: #abc4d4; }
  .column .news-holder .holder,
  .column .blog-holder .holder {
    overflow: hidden; }
.column .news-holder h2 {
  margin: 0 0 28px; }
.column .news {
  overflow: hidden;
  margin: 0 0 20px; }
  .column .news p {
    margin: 0 0 12px; }
.column .date {
  display: block;
  text-transform: uppercase;
  color: #0fa096;
  margin: 0 0 2px;
  font: 12px "museo_sans500", Arial, Helvetica, sans-serif; }
.column .blog-holder {
  margin: 0 0 0 27px; }
  .column .blog-holder .blog-post {
    overflow: hidden;
    margin: 0 0 13px; }
    .column .blog-holder .blog-post p {
      margin: 0 0 10px; }
  .column .blog-holder h3 {
    color: white;
    margin: 0 0 9px;
    font: 24px/24px "museo_sans500", Arial, Helvetica, sans-serif; }
    .column .blog-holder h3 a {
      color: white; }
      .column .blog-holder h3 a:hover {
        color: #c7ec7e; }
.column .libraries,
.column .updates {
  overflow: hidden;
  margin: 0 0 34px 55px; }
  .column .libraries h2,
  .column .updates h2 {
    border-bottom: 1px solid #292626;
    margin: 0 0 16px; }
  .column .libraries ul,
  .column .updates ul {
    overflow: hidden;
    font-family: "museo_sans500", Arial, Helvetica, sans-serif; }
    .column .libraries ul li,
    .column .updates ul li {
      border-bottom: 1px solid #292626;
      padding: 16px 0 5px; }
      .column .libraries ul li:first-child,
      .column .updates ul li:first-child {
        padding-top: 0; }
      .column .libraries ul li .date,
      .column .updates ul li .date {
        display: inline-block;
        margin: 0 5px 0 0; }
      .column .libraries ul li a,
      .column .updates ul li a {
        color: #7FB514; }
        .column .libraries ul li a:hover,
        .column .updates ul li a:hover {
          color: #c7ec7e; }

body {
  font: 16px/24px "Open Sans", Arial, Helvetica, sans-serif; }

div#page {
  background: #0AA694 url(../images/bg-head.jpg); }

.rss-block, #content {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px; }
  .rss-block:after, .rss-block:before, #content:after, #content:before {
    position: absolute;
    width: 100%;
    height: 10px;
    content: ''; }
  .rss-block:after, #content:after {
    top: 1px;
    background-color: #f0f3f5;
    background-image: -webkit-linear-gradient(top, #d1dae0, #f0f3f5);
    background-image: -moz-linear-gradient(top, #d1dae0, #f0f3f5);
    background-image: -ms-linear-gradient(top, #d1dae0, #f0f3f5);
    background-image: -o-linear-gradient(top, #d1dae0, #f0f3f5);
    background-image: linear-gradient(top, #d1dae0, #f0f3f5); }
  .rss-block:before, #content:before {
    bottom: 1px;
    background-color: #d1dae0;
    background-image: -webkit-linear-gradient(top, #f0f3f5, #d1dae0);
    background-image: -moz-linear-gradient(top, #f0f3f5, #d1dae0);
    background-image: -ms-linear-gradient(top, #f0f3f5, #d1dae0);
    background-image: -o-linear-gradient(top, #f0f3f5, #d1dae0);
    background-image: linear-gradient(top, #f0f3f5, #d1dae0); }

/* Header */
#header {
  background: url(../images/bg-header.jpg) no-repeat 100% 0;
  border-bottom: solid 1px #000; }

/* Jumbotron */
.jumbotron {
  padding: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto; }

/* Content */
div.container {
  margin-left: auto;
  margin-right: auto; }

#content {
  background-color: #fff;
  border: none; }
  #content h1 {
    color: #1f3d4d;
    margin: 1em 0 35px;
    letter-spacing: 2px;
    font: 36px/36px "museo_slab500", Arial, Helvetica, sans-serif; }
    #content h1 .ico {
      margin: 2px 10px 0 0;
      width: 21px;
      height: 21px;
      padding: 5px; }

/* #content */
#sidebar {
  border: none;
  padding: 0;
  margin: 0px 2px 0 2px; }
  #sidebar.holder {
    padding: 0 5px 5px 5px; }
  #sidebar div.title, #sidebar h2 {
    color: #99cc33;
    margin: 0 0 17px;
    padding: 0 0 15px;
    border-bottom: 1px solid #becbd3;
    font: 28px/28px "museo_slab500", Arial, Helvetica, sans-serif; }
    #sidebar div.title a, #sidebar h2 a {
      color: #99cc33; }
      #sidebar div.title a:hover, #sidebar h2 a:hover {
        color: white; }

/* Footer */
#footer {
  background: #4c6877;
  font-size: 13px;
  color: #6d8083; }

a {
  color: #5082D9;
  text-decoration: none; }
