Contribute
+
Ongoing campaigns
diff --git a/events/2019/event-20190406-02.de.xml b/events/2019/event-20190406-02.de.xml
new file mode 100644
index 0000000000..bf08f1c2b8
--- /dev/null
+++ b/events/2019/event-20190406-02.de.xml
@@ -0,0 +1,18 @@
+
+
+
+ FSFE auf dem 18. "Augsburger Linux-Infotag"
+
+ Auf dem 18. "Augsburger Linux-Infotag" hat die FSFE einen Informations-
+ und Verkaufsstand. Die Veranstaltung findet am 06. April 2019 von 9:30 bis
+ 17:30 im Fachbereich Informatik der Hochschule Augsburg statt. Der Eintritt
+ ist frei.
+
+ http://www.luga.de/Aktionen/LIT-2019/
+
+ front-page
+ de
+
+
+
+
diff --git a/events/2019/event-20190406-02.en.xml b/events/2019/event-20190406-02.en.xml
new file mode 100644
index 0000000000..aeebef197e
--- /dev/null
+++ b/events/2019/event-20190406-02.en.xml
@@ -0,0 +1,18 @@
+
+
+
+ FSFE at the 18th "Augsburger Linux-Infotag"
+
+ FSFE is present with an information and merchandise booth at the 18th
+ "Linux-Infotag Augsburg". The event takes place on 6 April 2019 from 9:30 to
+ 17:30 in the IT faculty of the Augsburg University of Applied Sciences,
+ Germany. Admission is free.
+
+ http://www.luga.de/Aktionen/LIT-2019/
+
+ front-page
+ de
+
+
+
+
diff --git a/events/2019/event-20190408-02.en.xml b/events/2019/event-20190408-02.en.xml
new file mode 100644
index 0000000000..5db23ac75d
--- /dev/null
+++ b/events/2019/event-20190408-02.en.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ Panel about Digitally empowering citizens and administrations in Barcelona, Spain
+
+
+ The FSFE's Policy Analyst Alexander Sander and Programme Manager Erik Albers will give a presentation on the FSFE's "Public Money? Public Code!" campaign and afterwards join a panel and discuss public policies around Free Software, public money and public administrations in a conversation lead by Monica Bernardi, from Dimmons. The event is organised by our associate Barcelona Free Software Group and without entrance fee. Sander and Albers will be available for further discussions after the panel.
+
+
+ https://www.meetup.com/Barcelona-Free-Software/events/260247575/
+
+ ES
+ talk
+panel
+ front-page
+
+
+
+
+
diff --git a/events/2019/event-20190411-01.de.xml b/events/2019/event-20190411-01.de.xml
new file mode 100644
index 0000000000..09b91bfd5d
--- /dev/null
+++ b/events/2019/event-20190411-01.de.xml
@@ -0,0 +1,20 @@
+
+
+
+
+ Hamburger FSFE Supporter Stammtisch in Hamburg, Deutschland
+
+
+ Die Hamburger FSFE Supporter und Free Software Interessierte treffen sich am Donnerstag 11.4. ab 19:00 zum monatlichen Stammtisch. Interessierte sind immer recht herzlich Willkommen. Wenn Du Dein Kommen ankündigen möchtest oder einen (Themen-)Vorschlag für ein Treffen hast, kontaktiere uns bitte über die Mailingliste: "hamburg AT SPAMFREE lists DOT fsfe DOT org". Details zum link.
+
+
+ https://wiki.fsfe.org/LocalGroups/Hamburg
+
+ DE
+ localgroup
+meeting
+
+
+
+
+
diff --git a/internal/er.en.xhtml b/internal/er.en.xhtml
index 8469813b4b..336097ef65 100644
--- a/internal/er.en.xhtml
+++ b/internal/er.en.xhtml
@@ -21,7 +21,7 @@
Erik Albers
- Susanne Eiswirt
+ Susanne Eiswirt
Matthias Kirschner
Heiki Lohmus
Galina Mancheva
diff --git a/look/elements/figure.less b/look/elements/figure.less
new file mode 100644
index 0000000000..83d031ac00
--- /dev/null
+++ b/look/elements/figure.less
@@ -0,0 +1,55 @@
+.figure,
+figure {
+ display: table;
+ margin: 20px auto 30px;
+ position: relative;
+ max-width: 100%;
+
+ &:after {
+ bottom: 0;
+ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
+ 0 6px 20px 0 rgba(0, 0, 0, 0.19);
+ content: '';
+ left: 0;
+ position: absolute;
+ right: 0;
+ top: 0;
+ z-index: 500;
+ }
+
+ .figcaption,
+ figcaption {
+ background-color: @gray-lighter;
+ caption-side: bottom;
+ display: table-caption;
+ font-size: .9em;
+ padding: 10px;
+ position: relative;
+ text-align: center;
+ z-index: 1000;
+ }
+}
+
+@media screen and (min-width: @screen-md-min) {
+ figure,
+ .figure {
+ margin: 30px auto 40px;
+ max-width: 90%;
+
+ &.float-left,
+ &.float-right {
+ margin: 0;
+ max-width: 30%;
+ }
+
+ &.float-left {
+ float: left;
+ margin-right: 30px;
+ }
+
+ &.float-right {
+ float: right;
+ margin-left: 30px;
+ }
+ }
+}
diff --git a/look/fsfe.less b/look/fsfe.less
index 347f77c3b1..1f18c0340f 100644
--- a/look/fsfe.less
+++ b/look/fsfe.less
@@ -1,4 +1,5 @@
@import "style.less";
+@import "elements/figure";
/* fsfe.org pages */
diff --git a/look/fsfe.min.css b/look/fsfe.min.css
index e4b8175814..a46089cb92 100644
--- a/look/fsfe.min.css
+++ b/look/fsfe.min.css
@@ -9,7 +9,7 @@
* http://www.opensource.org/licenses/mit-license.php
* Hover.css Copyright Ian Lunn 2014.
- */.button{margin:.4em;padding:1em;cursor:pointer;background:#e1e1e1;text-decoration:none;color:#666}.grow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.grow:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.shrink{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.shrink:hover{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}@-webkit-keyframes pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes pulse{25%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}}.pulse{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse:hover{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse-grow{to{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.pulse-grow{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse-grow:hover{-webkit-animation-name:pulse-grow;animation-name:pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes pulse-shrink{to{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes pulse-shrink{to{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}}.pulse-shrink{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse-shrink:hover{-webkit-animation-name:pulse-shrink;animation-name:pulse-shrink;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes push{50%{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.push{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.push:hover{-webkit-animation-name:push;animation-name:push;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pop{50%{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pop{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pop:hover{-webkit-animation-name:pop;animation-name:pop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.rotate{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.rotate:hover{-webkit-transform:rotate(4deg);-ms-transform:rotate(4deg);transform:rotate(4deg)}.grow-rotate{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.grow-rotate:hover{-webkit-transform:scale(1.1) rotate(4deg);-ms-transform:scale(1.1) rotate(4deg);transform:scale(1.1) rotate(4deg)}.float{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.float:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.sink{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.sink:hover{-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@-webkit-keyframes hover{50%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes hover{50%{-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}}.hover{display:inline-block;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hover:hover{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);-webkit-animation-name:hover;animation-name:hover;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hang{50%{-webkit-transform:translateY(3px);transform:translateY(3px)}100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes hang{50%{-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}100%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px)}}.hang{display:inline-block;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hang:hover{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-animation-name:hang;animation-name:hang;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.skew{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.skew:hover{-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}.skew-forward{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.skew-forward:hover{-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}@-webkit-keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.wobble-vertical{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-vertical:hover{-webkit-animation-name:wobble-vertical;animation-name:wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);-ms-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);-ms-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);-ms-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);-ms-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);-ms-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.wobble-horizontal{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-horizontal:hover{-webkit-animation-name:wobble-horizontal;animation-name:wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0)}}.wobble-top{display:inline-block;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-top:hover{-webkit-animation-name:wobble-top;animation-name:wobble-top;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0)}}.wobble-bottom{display:inline-block;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-bottom:hover{-webkit-animation-name:wobble-bottom;animation-name:wobble-bottom;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.border-fade{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0)}.border-fade:hover{box-shadow:inset 0 0 0 4px #666,0 0 1px rgba(0,0,0,0)}.hollow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:background;transition-property:background;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0)}.hollow:hover{background:none}.trim{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.trim:before{content:'';position:absolute;border:#fff solid 4px;top:4px;left:4px;right:4px;bottom:4px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.trim:hover:before{opacity:1}.outline-outward{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.outline-outward:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:0;right:0;bottom:0;left:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.outline-outward:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px}.outline-inward{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.outline-inward:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:-16px;right:-16px;bottom:-16px;left:-16px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.outline-inward:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px;opacity:1}.round-corners{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:border-radius;transition-property:border-radius;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.round-corners:hover{border-radius:1em}.glow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.glow:hover{box-shadow:0 0 8px rgba(0,0,0,0.6)}.box-shadow-outset{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.box-shadow-outset:hover{box-shadow:2px 2px 2px rgba(0,0,0,0.6)}.box-shadow-inset{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 rgba(0,0,0,0.6),0 0 1px rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.box-shadow-inset:hover{box-shadow:inset 2px 2px 2px rgba(0,0,0,0.6),0 0 1px rgba(0,0,0,0)}.float-shadow{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.float-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity}.float-shadow:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.float-shadow:hover:before{opacity:1;-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@keyframes hover{50%{-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}}@-webkit-keyframes hover-shadow{0%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}50%{-webkit-transform:translateY(3px);transform:translateY(3px);opacity:1}100%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}}@keyframes hover-shadow{0%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);opacity:.4}50%{-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px);opacity:1}100%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);opacity:.4}}.hover-shadow{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hover-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity}.hover-shadow:hover{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);-webkit-animation-name:hover;animation-name:hover;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.hover-shadow:hover:before{opacity:.4;-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-animation-name:hover-shadow;animation-name:hover-shadow;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.shadow-radial{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.shadow-radial:before,.shadow-radial:after{pointer-events:none;position:absolute;content:'';left:0;width:100%;-moz-box-sizing:border-box;box-sizing:border-box;background-repeat:no-repeat;height:5px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.shadow-radial:before{bottom:100%;background:-webkit-radial-gradient(50% 150%, ellipse, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% 150%, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%)}.shadow-radial:after{top:100%;background:-webkit-radial-gradient(50% -50%, ellipse, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% -50%, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%)}.shadow-radial:hover:before,.shadow-radial:hover:after{opacity:1}.bubble-top{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-top:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;left:-webkit-calc(40%);left:calc(40%);border-width:0 10px 10px 10px;border-color:transparent transparent #e1e1e1 transparent;-webkit-transition-property:top;transition-property:top}.bubble-top:hover:before{top:-10px}.bubble-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-right:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:right;transition-property:right;top:-webkit-calc(40%);top:calc(40%);right:0;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1}.bubble-right:hover:before{right:-10px}.bubble-bottom{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-bottom:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:bottom;transition-property:bottom;left:-webkit-calc(40%);left:calc(40%);bottom:0;border-width:10px 10px 0 10px;border-color:#e1e1e1 transparent transparent transparent}.bubble-bottom:hover:before{bottom:-10px}.bubble-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-left:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:left;transition-property:left;top:-webkit-calc(40%);top:calc(40%);left:0;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent}.bubble-left:hover:before{left:-10px}.bubble-float-top{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-top:before{pointer-events:none;position:absolute;z-index:-1;content:'';left:-webkit-calc(40%);left:calc(40%);top:0;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #e1e1e1 transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top;transition-property:top}.bubble-float-top:hover{-webkit-transform:translateY(5px) translateZ(0);-ms-transform:translateY(5px) translateZ(0);transform:translateY(5px) translateZ(0)}.bubble-float-top:hover:before{top:-10px}.bubble-float-right{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-right:before{pointer-events:none;position:absolute;z-index:-1;top:-webkit-calc(40%);top:calc(40%);right:0;content:'';border-style:solid;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:right;transition-property:right}.bubble-float-right:hover{-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px)}.bubble-float-right:hover:before{right:-10px}.bubble-float-bottom{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-bottom:before{pointer-events:none;position:absolute;z-index:-1;content:'';left:-webkit-calc(40%);left:calc(40%);bottom:0;border-style:solid;border-width:10px 10px 0 10px;border-color:#e1e1e1 transparent transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:bottom;transition-property:bottom}.bubble-float-bottom:hover{-webkit-transform:translateY(-5px) translateZ(0);-ms-transform:translateY(-5px) translateZ(0);transform:translateY(-5px) translateZ(0)}.bubble-float-bottom:hover:before{bottom:-10px}.bubble-float-left{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-left:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:-webkit-calc(40%);top:calc(40%);left:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:left;transition-property:left}.bubble-float-left:hover{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}.bubble-float-left:hover:before{left:-10px}.curl-top-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-top-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;left:0;background:#fff;background:-webkit-linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');z-index:1000;box-shadow:1px 1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-top-left:hover:before{width:25px;height:25px}.curl-top-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-top-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;right:0;background:#fff;background:-webkit-linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:-1px 1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-top-right:hover:before{width:25px;height:25px}.curl-bottom-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-bottom-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;right:0;background:#fff;background:-webkit-linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:-1px -1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-bottom-right:hover:before{width:25px;height:25px}.curl-bottom-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-bottom-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;left:0;background:#fff;background:-webkit-linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:1px -1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-bottom-left:hover:before{width:25px;height:25px}@media (min-width:1200px){body{font-size:16px}}hr{clear:both}.list-no-style{list-style-type:none;margin:0;padding:0}.quote{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}.fr q,.el q{quotes:"« " " »" "“" "”"}.de q{quotes:"„" "“" "," "â€"}q,.en q{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;quotes:"“" "”" "â€" "’"}.action a,.action a:hover{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;color:#fff;background-color:#3394ce;border-color:#2d86bb}.action a:focus,.action a:hover:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.action a:hover,.action a:hover:hover,.action a:focus,.action a:hover:focus{color:#333;text-decoration:none}.action a:active,.action a:hover:active,.action a.active,.action a:hover.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.action a.disabled,.action a:hover.disabled,.action a[disabled],.action a:hover[disabled],fieldset[disabled] .action a,fieldset[disabled] .action a:hover{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.action a:hover,.action a:hover:hover,.action a:focus,.action a:hover:focus,.action a:active,.action a:hover:active,.action a.active,.action a:hover.active,.open .dropdown-toggle.action a,.open .dropdown-toggle.action a:hover{color:#fff;background-color:#2a7dae;border-color:#216289}.action a:active,.action a:hover:active,.action a.active,.action a:hover.active,.open .dropdown-toggle.action a,.open .dropdown-toggle.action a:hover{background-image:none}.action a.disabled,.action a:hover.disabled,.action a[disabled],.action a:hover[disabled],fieldset[disabled] .action a,fieldset[disabled] .action a:hover,.action a.disabled:hover,.action a:hover.disabled:hover,.action a[disabled]:hover,.action a:hover[disabled]:hover,fieldset[disabled] .action a:hover,fieldset[disabled] .action a:hover:hover,.action a.disabled:focus,.action a:hover.disabled:focus,.action a[disabled]:focus,.action a:hover[disabled]:focus,fieldset[disabled] .action a:focus,fieldset[disabled] .action a:hover:focus,.action a.disabled:active,.action a:hover.disabled:active,.action a[disabled]:active,.action a:hover[disabled]:active,fieldset[disabled] .action a:active,fieldset[disabled] .action a:hover:active,.action a.disabled.active,.action a:hover.disabled.active,.action a[disabled].active,.action a:hover[disabled].active,fieldset[disabled] .action a.active,fieldset[disabled] .action a:hover.active{background-color:#3394ce;border-color:#2d86bb}.action a .badge,.action a:hover .badge{color:#3394ce;background-color:#fff}.n{display:none !important}h1{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee;color:#202d79}h1,h2,h3,h4{font-weight:300}.with-image-left{margin-left:-15px;margin-right:-15px}.with-image-left:before,.with-image-left:after{content:" ";display:table}.with-image-left:after{clear:both}.with-image-left:before,.with-image-left:after{content:" ";display:table}.with-image-left:after{clear:both}.with-image-left>img:first-child{display:block;margin-top:5px;margin-bottom:10px;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-left>img:first-child{float:left;width:25%}}@media (max-width:767px){.with-image-left>img:first-child{width:180px;margin-left:auto;margin-right:auto}}.with-image-left>:nth-child(n+2){position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-left>:nth-child(n+2){float:left;width:75%}}@media (min-width:768px){.with-image-left>:nth-child(n+3){margin-left:25%}}.with-image-right{margin-left:-15px;margin-right:-15px}.with-image-right:before,.with-image-right:after{content:" ";display:table}.with-image-right:after{clear:both}.with-image-right:before,.with-image-right:after{content:" ";display:table}.with-image-right:after{clear:both}.with-image-right>img:first-child{display:block;margin-top:5px;margin-bottom:10px;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-right>img:first-child{float:left;width:25%}}@media (max-width:767px){.with-image-right>img:first-child{width:180px;margin-left:auto;margin-right:auto}}.with-image-right>:nth-child(n+2){position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-right>:nth-child(n+2){float:left;width:75%}}@media (min-width:768px){.with-image-right>img:first-child{left:75%}}@media (min-width:768px){.with-image-right>:nth-child(2){right:25%}}.with-image-right>:nth-child(3){clear:both}#translations,#main,#followup{margin-left:-15px;margin-right:-15px}#translations:before,#main:before,#followup:before,#translations:after,#main:after,#followup:after{content:" ";display:table}#translations:after,#main:after,#followup:after{clear:both}#translations:before,#main:before,#followup:before,#translations:after,#main:after,#followup:after{content:" ";display:table}#translations:after,#main:after,#followup:after{clear:both}#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}#translations:before,#top:before,#main:before,#followup:before,#bottom:before,#fsfe-web:before,#full-menu:before,#notifications:before,#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{content:" ";display:table}#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{clear:both}#translations:before,#top:before,#main:before,#followup:before,#bottom:before,#fsfe-web:before,#full-menu:before,#notifications:before,#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{content:" ";display:table}#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{clear:both}@media (min-width:768px){#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{width:750px}}@media (min-width:992px){#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{width:970px}}@media (min-width:1200px){#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{width:1170px}}div#subpages,.grid-row{margin-left:-15px;margin-right:-15px;padding-bottom:1em}div#subpages:before,.grid-row:before,div#subpages:after,.grid-row:after{content:" ";display:table}div#subpages:after,.grid-row:after{clear:both}div#subpages:before,.grid-row:before,div#subpages:after,.grid-row:after{content:" ";display:table}div#subpages:after,.grid-row:after{clear:both}div#subpages .half,.grid-row .half{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){div#subpages .half,.grid-row .half{float:left;width:50%}}#translations{display:none;opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;background:#fff;border-bottom:1px solid #999;position:absolute;width:100%;z-index:99;transition:display .15s linear 0s,opacity .15s linear 0s}#translations.in{display:block}#translations.in{opacity:1}#translations a.close{float:right !important;float:right;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#translations a.close{float:left;width:8.33333333%}}#translations a.contribute-translation{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#translations a.contribute-translation{float:left;width:16.66666667%}}#translations ul{list-style-type:none;margin:0;padding:0;float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#translations ul{float:left;width:75%}}#translations li{display:inline-block;margin-right:.5em}#translations li:before{content:"› "}.no-js #translations{display:block;opacity:1;position:relative;font-size:.8em}.no-js #translations a.close{display:none}#masthead{padding:2em 2em 3em;display:block;width:100%}@media (min-width:768px){#masthead{padding-left:3em}}#logo span{font-size:.00001em;color:transparent;visibility:hidden}#link-home a{display:block;position:absolute;font-size:.00001em;color:transparent}#motto{display:none;clear:both;font-weight:300;font-size:1.7em;padding:.5em 0 0 0;text-align:center;color:#202d79}@media (min-width:480px){#motto{font-size:2.7em}}@media (min-width:768px){#menu{float:right !important;float:right;text-align:right}}#direct-links{visibility:hidden;margin-bottom:2em}#direct-links span,#direct-links a{display:none;padding:.5em}#direct-links #direct-to-menu-list,#direct-links #direct-to-translations,#direct-links #direct-to-home,#direct-links #direct-to-login,#direct-links #direct-to-join{visibility:visible;display:inline-block}#direct-links #direct-to-menu-list .fa,#direct-links #direct-to-translations .fa,#direct-links #direct-to-home .fa,#direct-links #direct-to-login .fa,#direct-links #direct-to-join .fa{padding-right:.3em}@media (min-width:768px){#direct-links #direct-to-menu-list{visibility:hidden;display:none}}.no-js #direct-links{visibility:visible}.no-js #direct-links span,.no-js #direct-links a{display:inline-block}.no-js #direct-links #direct-to-translations,.no-js #direct-links #direct-to-menu-list{display:none}@media (min-width:480px){#menu-list,#search{display:inline-block}}#menu-list{list-style-type:none;margin:0;padding:0;display:none;padding-bottom:1.5em}#menu-list.in{display:block}@media (min-width:480px){#menu-list{display:block;display:inline-block;padding-bottom:.5em}}#menu-list li{display:inline-block}#menu-list li a{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;font-weight:400}#menu-list li a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#menu-list li a:hover,#menu-list li a:focus{color:#333;text-decoration:none}#menu-list li a:active,#menu-list li a.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}#menu-list li a.disabled,#menu-list li a[disabled],fieldset[disabled] #menu-list li a{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}@media (min-width:992px){#menu-list li a{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}}#menu-list li a:hover{color:#fff;background-color:#3394ce;border-color:#2d86bb;background-color:rgba(32,45,121,0.5)}#menu-list li a:hover:hover,#menu-list li a:hover:focus,#menu-list li a:hover:active,#menu-list li a:hover.active,.open .dropdown-toggle#menu-list li a:hover{color:#fff;background-color:#2a7dae;border-color:#216289}#menu-list li a:hover:active,#menu-list li a:hover.active,.open .dropdown-toggle#menu-list li a:hover{background-image:none}#menu-list li a:hover.disabled,#menu-list li a:hover[disabled],fieldset[disabled] #menu-list li a:hover,#menu-list li a:hover.disabled:hover,#menu-list li a:hover[disabled]:hover,fieldset[disabled] #menu-list li a:hover:hover,#menu-list li a:hover.disabled:focus,#menu-list li a:hover[disabled]:focus,fieldset[disabled] #menu-list li a:hover:focus,#menu-list li a:hover.disabled:active,#menu-list li a:hover[disabled]:active,fieldset[disabled] #menu-list li a:hover:active,#menu-list li a:hover.disabled.active,#menu-list li a:hover[disabled].active,fieldset[disabled] #menu-list li a:hover.active{background-color:#3394ce;border-color:#2d86bb}#menu-list li a:hover .badge{color:#3394ce;background-color:#fff}.no-js #menu-list{display:block}@media (min-width:480px){.no-js #menu-list{display:inline-block;padding-bottom:.5em}}#search form,#search p{margin:0;padding:0}#search label,#search input[type="image"]{position:absolute;font-size:.0001em;width:25px;height:25px;margin:5px;opacity:0}#search button,#search input[name="query"]{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;padding-left:2.5em;display:inline;text-align:left;width:70%;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s,width .15s ease-in-out 0s;background:url(/graphics/icons/search-button.png) .6em 50% no-repeat rgba(255,255,255,0.75)}#search button:focus,#search input[name="query"]:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}#search button:-moz-placeholder,#search input[name="query"]:-moz-placeholder{color:#999}#search button::-moz-placeholder,#search input[name="query"]::-moz-placeholder{color:#999;opacity:1}#search button:-ms-input-placeholder,#search input[name="query"]:-ms-input-placeholder{color:#999}#search button::-webkit-input-placeholder,#search input[name="query"]::-webkit-input-placeholder{color:#999}#search button[disabled],#search input[name="query"][disabled],#search button[readonly],#search input[name="query"][readonly],fieldset[disabled] #search button,fieldset[disabled] #search input[name="query"]{cursor:not-allowed;background-color:#eee}textarea#search button,textarea#search input[name="query"]{height:auto}#search button,#search input[name="query"]:focus{width:100%;background-color:#fff}.article #content,.planet #content,.article #planet-posts,.planet #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.article #content,.planet #content,.article #planet-posts,.planet #planet-posts{float:left;width:66.66666667%}}.article #sidebar,.planet #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.article #sidebar,.planet #sidebar{float:left;width:33.33333333%}}#content+#sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){#content+#sidebar{float:left;width:33.33333333%}}#main,#followup{background:#fff;margin:1em auto;padding:1.5em;font-size:1.1em;box-shadow:0 .4em 1em #c8c8c8}@media (min-width:768px){#main,#followup{padding:3em}}#main{padding-top:1em}#main h1,#main h2,#main h3,#main h4,#main h5,#main h6{-moz-hypens:manual;-webkit-hyphens:manual;hyphens:manual}#main p{-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}#main aside#tags{clear:both;margin:3em 0 -2em 0;font-size:.8em;float:none;position:static}#main aside#tags h2{display:inline;color:#999;font-size:1em;font-weight:normal}#main aside#tags h2::after{content:":"}#main footer.notice{clear:both;margin:3em -1.5em -3em;background:#eee;color:#555;padding:1em}#main footer.notice:before,#main footer.notice:after{content:" ";display:table}#main footer.notice:after{clear:both}#main footer.notice:before,#main footer.notice:after{content:" ";display:table}#main footer.notice:after{clear:both}#main footer.notice a{color:#333}@media (min-width:768px){#main footer.notice{margin:3em -3em -3em}}#main footer.copyright.notice{min-height:30px}#main footer.copyright.notice a{color:#555}#main footer.creativecommons{background:url(/graphics/cc-logo.png) 2em 50% no-repeat #eee;padding-left:150px}#content{max-width:99ex;margin-left:auto;margin-right:auto}#sidebar{color:#999;padding:2em 0}#sidebar ul{list-style-type:none;margin:0;padding:0;margin-bottom:1em}#sidebar ul li{border-bottom:1px solid #eee;padding:.3em 0}#sidebar ul li a{display:block;width:100%}#sidebar .dt-published{display:block;font-size:.9em}#category{background:#d7eaf6;display:block;width:42%;padding:.5em;margin:-2em 0 0}#category a:before{content:"‹ "}#article-metadata{font-weight:300;margin-bottom:1.5em}#article-metadata img{height:24px;margin:-0.2em .2em -0.2em;box-shadow:0 0 3px rgba(0,0,0,0.3)}#article-metadata time.dt-updated:after{content:", "}#article-metadata time.dt-updated:last-child:after{content:"."}#introduction p{font-weight:300;font-size:1.1em}#introduction p strong{font-weight:500}@media (min-width:992px){#content aside{float:right;margin-left:100%;position:absolute}#content aside p{width:100%;min-width:320px;max-width:340px}}#content aside p{border-left:1px solid #3394ce;padding-left:1em;font-size:.9em}#content blockquote,#content .blockQuote{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;border:0;padding-top:20px;padding-bottom:20px;background-color:rgba(116,140,156,0.23)}#content blockquote p,#content .blockQuote p{line-height:1.35}#content blockquote footer cite,#content .blockQuote footer cite{font-style:italic}#content blockquote+#content blockquote,#content blockquote+#content .blockQuote,#content .blockQuote+#content blockquote,#content .blockQuote+#content .blockQuote{margin-top:-1.3em}#content pre,#content pre code{white-space:pre}#content pre{font-size:1em;padding-left:3em;border-style:dotted;border-width:1px 1px 1px 0;border-radius:0;overflow-x:auto}#content pre code{font-size:.95em}#content pre.term{background:#0c141f;color:#e6ffff}#content pre.term code:before{content:"$ "}#content img{max-width:100%}#content .captioned{text-align:center}#content .captioned img{margin:0 auto;display:block;box-shadow:.2em .2em 1em rgba(0,0,0,0.3)}#content .captioned header,#content .captioned footer,#content .captioned img+p{padding:10px 15px}#content .captioned header,#content .captioned footer{text-align:left;display:block}#content .captioned header p,#content .captioned footer p{margin:5px}#content .captioned footer,#content .captioned img+p{background:#eee;font-weight:300}#content .captioned img+p{display:inline-block}#content .captioned.center-block,#content .captioned.center{margin-left:auto;margin-right:auto}#content .captioned.right{margin-left:1.5em;margin-right:0}#content .captioned.left{margin-right:1.5em;margin-left:0}#content .p-summary{font-size:1.2em;font-weight:300}#content .action-after{display:table}#content .action-after .action-describe,#content .action-after .action-main{display:table-cell;vertical-align:middle;padding:.5em 1em}#content .action-after .action-describe{background:#d7eaf6;color:#202d79;width:23%;text-align:right}#content .action-after .action-describe:after{padding-left:.3em;content:" ▸"}#content .action-after .action-main{background:#eee;width:77%}#content .blockHighlight{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;border:0;padding-top:20px;padding-bottom:20px;background-color:rgba(116,140,156,0.23);padding-right:20px}#content .blockHighlight p{line-height:1.35}#content .blockHighlight footer cite{font-style:italic}#content .blockHighlight+#content .blockHighlight{margin-top:-1.3em}.fsfe-form label.required .star{font-weight:400}.fsfe-form label+input,.fsfe-form label+textarea{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;margin-bottom:1.25em}.fsfe-form label+input:focus,.fsfe-form label+textarea:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.fsfe-form label+input:-moz-placeholder,.fsfe-form label+textarea:-moz-placeholder{color:#999}.fsfe-form label+input::-moz-placeholder,.fsfe-form label+textarea::-moz-placeholder{color:#999;opacity:1}.fsfe-form label+input:-ms-input-placeholder,.fsfe-form label+textarea:-ms-input-placeholder{color:#999}.fsfe-form label+input::-webkit-input-placeholder,.fsfe-form label+textarea::-webkit-input-placeholder{color:#999}.fsfe-form label+input[disabled],.fsfe-form label+textarea[disabled],.fsfe-form label+input[readonly],.fsfe-form label+textarea[readonly],fieldset[disabled] .fsfe-form label+input,fieldset[disabled] .fsfe-form label+textarea{cursor:not-allowed;background-color:#eee}textarea.fsfe-form label+input,textarea.fsfe-form label+textarea{height:auto}.fsfe-form label+input+.help-block,.fsfe-form label+textarea+.help-block{margin-top:-1em;margin-bottom:1.25em}.fsfe-form textarea{min-height:150px}.fsfe-form button,.fsfe-form input[type="submit"]{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;display:block;margin:1em 0}.toplevel #category{display:none}.toplevel h1{background:#85bfe2;color:#fff;text-shadow:0 1px 2px #202d79;display:block;min-width:200px;padding:.5em;margin:-0.5em -0.2em .5em;border:0}@media (min-width:768px){.toplevel h1{width:50%;margin:-1em 0 1em 0}}.full-width #main{width:100%}.frontpage #content,.subsite #content,.full-width #content{max-width:none}.article #content{display:inline-block}.article #content .p-name{color:#202d79}.article .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.article .standout{margin-left:-3em}}.article .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.article .standout-text{margin-left:-3em}}@media (min-width:768px){.article .standout-text{padding-left:3em}}.article blockquote,.article .blockQuote,.article .blockHighlight,.article pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.article blockquote,.article .blockQuote,.article .blockHighlight,.article pre{margin-left:-3em}}@media (min-width:768px){.article blockquote,.article .blockQuote,.article .blockHighlight,.article pre{padding-left:3em}}.article .captioned,.article .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.article .captioned,.article .action-after{margin-left:-3em}}.article .captioned.center-block,.article .captioned.center{margin-left:auto;margin-right:auto}.article .captioned.right{margin-left:1.5em;margin-right:0}.article .captioned.left{margin-right:1.5em;margin-left:0}.press.release #content,.press.release #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.press.release #content,.press.release #planet-posts{float:left;width:66.66666667%}}.press.release #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.press.release #sidebar{float:left;width:33.33333333%}}.press.release #content{display:inline-block}.press.release #content .p-name{color:#202d79}.press.release .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.press.release .standout{margin-left:-3em}}.press.release .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.press.release .standout-text{margin-left:-3em}}@media (min-width:768px){.press.release .standout-text{padding-left:3em}}.press.release blockquote,.press.release .blockQuote,.press.release .blockHighlight,.press.release pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.press.release blockquote,.press.release .blockQuote,.press.release .blockHighlight,.press.release pre{margin-left:-3em}}@media (min-width:768px){.press.release blockquote,.press.release .blockQuote,.press.release .blockHighlight,.press.release pre{padding-left:3em}}.press.release .captioned,.press.release .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.press.release .captioned,.press.release .action-after{margin-left:-3em}}.press.release .captioned.center-block,.press.release .captioned.center{margin-left:auto;margin-right:auto}.press.release .captioned.right{margin-left:1.5em;margin-right:0}.press.release .captioned.left{margin-right:1.5em;margin-left:0}.france.frontpage #content,.france.frontpage #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.france.frontpage #content,.france.frontpage #planet-posts{float:left;width:66.66666667%}}.france.frontpage #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.france.frontpage #sidebar{float:left;width:33.33333333%}}.france.frontpage #content{display:inline-block}.france.frontpage #content .p-name{color:#202d79}.france.frontpage .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.france.frontpage .standout{margin-left:-3em}}.france.frontpage .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.france.frontpage .standout-text{margin-left:-3em}}@media (min-width:768px){.france.frontpage .standout-text{padding-left:3em}}.france.frontpage blockquote,.france.frontpage .blockQuote,.france.frontpage .blockHighlight,.france.frontpage pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.france.frontpage blockquote,.france.frontpage .blockQuote,.france.frontpage .blockHighlight,.france.frontpage pre{margin-left:-3em}}@media (min-width:768px){.france.frontpage blockquote,.france.frontpage .blockQuote,.france.frontpage .blockHighlight,.france.frontpage pre{padding-left:3em}}.france.frontpage .captioned,.france.frontpage .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.france.frontpage .captioned,.france.frontpage .action-after{margin-left:-3em}}.france.frontpage .captioned.center-block,.france.frontpage .captioned.center{margin-left:auto;margin-right:auto}.france.frontpage .captioned.right{margin-left:1.5em;margin-right:0}.france.frontpage .captioned.left{margin-right:1.5em;margin-left:0}.france.frontpage #news,.france.frontpage #events{width:auto}.france.frontpage #team{margin-top:3em}h2#subpages,h3#subpage,h4#subpages{display:none}h2#subpages.show-heading,h3#subpages.show-heading,h4#subpages.show-heading{display:block}ul#subpages,h2#subpages+ul,h3#subpages+ul,h4#subpages+ul,ul.subheadings,ul.overview{clear:both;clear:none;margin-left:-15px;margin-right:-15px;list-style-type:none;margin:0;padding:0;padding:0 0 2em 0}ul#subpages:before,h2#subpages+ul:before,h3#subpages+ul:before,h4#subpages+ul:before,ul.subheadings:before,ul.overview:before,ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{content:" ";display:table}ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{clear:both}ul#subpages:before,h2#subpages+ul:before,h3#subpages+ul:before,h4#subpages+ul:before,ul.subheadings:before,ul.overview:before,ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{content:" ";display:table}ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{clear:both}ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:50%}}@media (min-width:480px){ul#subpages li:nth-child(odd),h2#subpages+ul li:nth-child(odd),h3#subpages+ul li:nth-child(odd),h4#subpages+ul li:nth-child(odd),ul.subheadings li:nth-child(odd),ul.overview li:nth-child(odd){clear:both}}ul#subpages li ul,h2#subpages+ul li ul,h3#subpages+ul li ul,h4#subpages+ul li ul,ul.subheadings li ul,ul.overview li ul{padding:0}ul#subpages li ul li,h2#subpages+ul li ul li,h3#subpages+ul li ul li,h4#subpages+ul li ul li,ul.subheadings li ul li,ul.overview li ul li{float:none;width:100%;display:block;padding:0}ul#subpages li ul li a:before,h2#subpages+ul li ul li a:before,h3#subpages+ul li ul li a:before,h4#subpages+ul li ul li a:before,ul.subheadings li ul li a:before,ul.overview li ul li a:before{content:"› "}ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:50%}}@media (min-width:768px){ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{display:inline-block}}.subsite #category{display:none}.subsite h1{background:#85bfe2;color:#fff;text-shadow:0 1px 2px #202d79;display:block;min-width:200px;padding:.5em;margin:-0.5em -0.2em .5em;border:0}@media (min-width:768px){.subsite h1{width:50%;margin:-1em 0 1em 0}}.subsite #content{margin-left:-15px;margin-right:-15px}.subsite #content:before,.subsite #content:after{content:" ";display:table}.subsite #content:after{clear:both}.subsite #content:before,.subsite #content:after{content:" ";display:table}.subsite #content:after{clear:both}.subsite #content #introduction{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content #introduction{float:left;width:33.33333333%}}.subsite #content #introduction+.subheadings{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content #introduction+.subheadings{float:left;width:66.66666667%}}.subsite #content .subheadings,.subsite #content .subheadings+.subheadings{clear:none;margin-left:-15px;margin-right:-15px;list-style-type:none;margin:0;padding:0;padding:0 0 2em 0}.subsite #content .subheadings:before,.subsite #content .subheadings+.subheadings:before,.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{content:" ";display:table}.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{clear:both}.subsite #content .subheadings:before,.subsite #content .subheadings+.subheadings:before,.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{content:" ";display:table}.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{clear:both}.subsite #content .subheadings li,.subsite #content .subheadings+.subheadings li{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content .subheadings li,.subsite #content .subheadings+.subheadings li{float:left;width:50%}}@media (min-width:480px){.subsite #content .subheadings li:nth-child(odd),.subsite #content .subheadings+.subheadings li:nth-child(odd){clear:both}}.subsite #content .subheadings li ul,.subsite #content .subheadings+.subheadings li ul{padding:0}.subsite #content .subheadings li ul li,.subsite #content .subheadings+.subheadings li ul li{float:none;width:100%;display:block;padding:0}.subsite #content .subheadings li ul li a:before,.subsite #content .subheadings+.subheadings li ul li a:before{content:"› "}.subsite #content .subheadings+.subheadings{clear:both}.subsite #content .subheadings+.subheadings li{float:left;width:50%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content .subheadings+.subheadings li{float:left;width:33.33333333%}}@media (min-width:480px){.subsite #content .subheadings+.subheadings li:nth-child(odd){clear:none}.subsite #content .subheadings+.subheadings li:nth-child(3n+4){clear:both}}.subsite #introduction{padding-top:1.5em}.subsite #introduction .image{float:left !important;float:left;max-width:30%;margin-right:.5em}#followup:before,#followup:after{content:" ";display:table}#followup:after{clear:both}#followup:before,#followup:after{content:" ";display:table}#followup:after{clear:both}#followup h2{padding:0}#followup form{display:inline-block}#followup input#email{margin:0 1em;max-width:18em}#followup a.btn{color:#fff;background-color:#3394ce;border-color:#2d86bb}#followup a.btn:hover,#followup a.btn:focus,#followup a.btn:active,#followup a.btn.active,.open .dropdown-toggle#followup a.btn{color:#fff;background-color:#2a7dae;border-color:#216289}#followup a.btn:active,#followup a.btn.active,.open .dropdown-toggle#followup a.btn{background-image:none}#followup a.btn.disabled,#followup a.btn[disabled],fieldset[disabled] #followup a.btn,#followup a.btn.disabled:hover,#followup a.btn[disabled]:hover,fieldset[disabled] #followup a.btn:hover,#followup a.btn.disabled:focus,#followup a.btn[disabled]:focus,fieldset[disabled] #followup a.btn:focus,#followup a.btn.disabled:active,#followup a.btn[disabled]:active,fieldset[disabled] #followup a.btn:active,#followup a.btn.disabled.active,#followup a.btn[disabled].active,fieldset[disabled] #followup a.btn.active{background-color:#3394ce;border-color:#2d86bb}#followup a.btn .badge{color:#3394ce;background-color:#fff}@media (min-width:768px){#followup{padding:3em 3em 3em 2em}}#followup.subscribe-nl h2{position:relative;min-height:1px;padding-left:15px;padding-right:15px;margin:0 0 10px}@media (min-width:992px){#followup.subscribe-nl h2{float:left;width:50%}}@media (min-width:1200px){#followup.subscribe-nl h2{float:left;width:41.66666667%}}#followup.subscribe-nl form{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#followup.subscribe-nl form{float:left;width:50%}}@media (min-width:1200px){#followup.subscribe-nl form{float:left;width:58.33333333%}}@media (min-width:992px){#followup.subscribe-nl h2{margin:0;top:5px}}#followup.join h2,#followup.support h2,#followup.donate h2{position:relative;min-height:1px;padding-left:15px;padding-right:15px;text-align:center}@media (min-width:768px){#followup.join h2,#followup.support h2,#followup.donate h2{float:left;width:33.33333333%}}#followup.join p,#followup.support p,#followup.donate p{position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding:0;padding-top:1em}@media (min-width:768px){#followup.join p,#followup.support p,#followup.donate p{float:left;width:66.66666667%}}#followup.join a.btn,#followup.support a.btn,#followup.donate a.btn{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){#followup.join a.btn,#followup.support a.btn,#followup.donate a.btn{float:left;width:16.66666667%}}@media (min-width:768px){#followup.join a.btn,#followup.support a.btn,#followup.donate a.btn{margin-left:33.33333333%}}#bottom{background:#fff;box-shadow:1em 0 1em 1em #fff;margin:5em 0 0;padding:5em 0;width:100%}#bottom section{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;margin-bottom:1.5em}#bottom section:before,#bottom section:after{content:" ";display:table}#bottom section:after{clear:both}#bottom section:before,#bottom section:after{content:" ";display:table}#bottom section:after{clear:both}@media (min-width:768px){#bottom section{width:750px}}@media (min-width:992px){#bottom section{width:970px}}@media (min-width:1200px){#bottom section{width:1170px}}#breadcrumbs{clear:both;min-height:3em;padding:.5em 1.8em}#breadcrumbs a{display:inline-block;padding:.5em;font-weight:600}#breadcrumbs a:after{content:"   » "}#breadcrumbs a:last-child:after{content:""}#fsfe-web{margin-bottom:2em}#fsfe-web a{display:inline-block;padding:1em .5em;font-weight:700;color:#fff;text-shadow:1px 1px 2px #202d79}#full-menu #direct-to-top{margin-left:80%;text-align:right;text-decoration:none !important;display:block}#full-menu #direct-to-top:before{content:"â–´";padding-right:.5ex;text-decoration:none !important}#full-menu #full-menu-list{list-style-type:none;margin:0;padding:0;margin-left:-15px;margin-right:-15px;margin:1em 0 0}#full-menu #full-menu-list:before,#full-menu #full-menu-list:after{content:" ";display:table}#full-menu #full-menu-list:after{clear:both}#full-menu #full-menu-list:before,#full-menu #full-menu-list:after{content:" ";display:table}#full-menu #full-menu-list:after{clear:both}#full-menu #full-menu-list li{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;margin-top:1em;font-weight:600}@media (min-width:768px){#full-menu #full-menu-list li{float:left;width:33.33333333%}}@media (min-width:992px){#full-menu #full-menu-list li{float:left;width:16.66666667%}}#full-menu #full-menu-list li ul{list-style-type:none;margin:0;padding:0}#full-menu #full-menu-list li ul li{margin:0;font-weight:400;display:block;width:100%;line-height:1.1;margin-bottom:.4em}#full-menu #full-menu-list li ul li.fellowship{padding-left:0;font-weight:600;margin-top:.3em;line-height:1.3}#legal-info,#source{margin-left:-15px;margin-right:-15px}#legal-info:before,#source:before,#legal-info:after,#source:after{content:" ";display:table}#legal-info:after,#source:after{clear:both}#legal-info:before,#source:before,#legal-info:after,#source:after{content:" ";display:table}#legal-info:after,#source:after{clear:both}#legal-info p,#source p,#legal-info ul,#source ul{list-style-type:none;margin:0;padding:0;float:left;width:50%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){#legal-info p,#source p,#legal-info ul,#source ul{float:left;width:33.33333333%}}#sister-organisations{text-align:center;margin-top:2em}#campaigns-boxes{height:0;margin:-1em -1.5em;margin-bottom:3em}@media (min-width:768px){#campaigns-boxes{margin-left:-3em;margin-right:-3em;padding:0}}#campaigns-boxes .campaign-box{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;position:absolute;display:block;padding:3em;overflow-y:auto;text-decoration:none !important;color:#fff;text-shadow:0 1px 2px #202d79}#campaigns-boxes .campaign-box:before,#campaigns-boxes .campaign-box:after{content:" ";display:table}#campaigns-boxes .campaign-box:after{clear:both}#campaigns-boxes .campaign-box:before,#campaigns-boxes .campaign-box:after{content:" ";display:table}#campaigns-boxes .campaign-box:after{clear:both}@media (min-width:768px){#campaigns-boxes .campaign-box{width:750px}}@media (min-width:992px){#campaigns-boxes .campaign-box{width:970px}}@media (min-width:1200px){#campaigns-boxes .campaign-box{width:1170px}}@media (min-width:992px){#campaigns-boxes .campaign-box{overflow-y:hidden}}#campaigns-boxes .cycle-pager{text-align:center;bottom:0;width:100%;z-index:500;position:absolute;overflow:hidden;height:35px;padding-top:7px}#campaigns-boxes .cycle-pager span{width:16px;height:16px;display:inline-block;color:transparent;cursor:pointer;border-radius:50px;background:rgba(255,255,255,0.4);margin:.1em}#campaigns-boxes .cycle-pager span.cycle-pager-active{background:rgba(255,255,255,0.8)}#campaigns-boxes .cycle-pager>*{cursor:pointer}.no-js .cycle-pager{display:none}.no-js #campaigns-boxes{overflow-y:scroll;overflow-x:hidden}.no-js #campaigns-boxes .campaign-box{display:inline-block;position:relative}a.fn{bottom:.5em;font-size:.7em;position:relative}h2#fn{display:none}h2#fn+ol{border-top:1px solid #eee;font-size:.9em;margin:2em 0;padding-top:1em}form input#email{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;max-width:25em;display:inline-block}form input#email:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}form input#email:-moz-placeholder{color:#999}form input#email::-moz-placeholder{color:#999;opacity:1}form input#email:-ms-input-placeholder{color:#999}form input#email::-webkit-input-placeholder{color:#999}form input#email[disabled],form input#email[readonly],fieldset[disabled] form input#email{cursor:not-allowed;background-color:#eee}textareaform input#email{height:auto}button,input[type="submit"]{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#333;background-color:#fff;border-color:#ccc;color:#fff;background-color:#3394ce;border-color:#2d86bb}button:focus,input[type="submit"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus{color:#333;text-decoration:none}button:active,input[type="submit"]:active,button.active,input[type="submit"].active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}button.disabled,input[type="submit"].disabled,button[disabled],input[type="submit"][disabled],fieldset[disabled] button,fieldset[disabled] input[type="submit"]{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus,button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{color:#333;background-color:#ebebeb;border-color:#adadad}button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{background-image:none}button.disabled,input[type="submit"].disabled,button[disabled],input[type="submit"][disabled],fieldset[disabled] button,fieldset[disabled] input[type="submit"],button.disabled:hover,input[type="submit"].disabled:hover,button[disabled]:hover,input[type="submit"][disabled]:hover,fieldset[disabled] button:hover,fieldset[disabled] input[type="submit"]:hover,button.disabled:focus,input[type="submit"].disabled:focus,button[disabled]:focus,input[type="submit"][disabled]:focus,fieldset[disabled] button:focus,fieldset[disabled] input[type="submit"]:focus,button.disabled:active,input[type="submit"].disabled:active,button[disabled]:active,input[type="submit"][disabled]:active,fieldset[disabled] button:active,fieldset[disabled] input[type="submit"]:active,button.disabled.active,input[type="submit"].disabled.active,button[disabled].active,input[type="submit"][disabled].active,fieldset[disabled] button.active,fieldset[disabled] input[type="submit"].active{background-color:#fff;border-color:#ccc}button .badge,input[type="submit"] .badge{color:#fff;background-color:#fff}button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus,button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{color:#fff;background-color:#2a7dae;border-color:#216289}button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{background-image:none}button.disabled,input[type="submit"].disabled,button[disabled],input[type="submit"][disabled],fieldset[disabled] button,fieldset[disabled] input[type="submit"],button.disabled:hover,input[type="submit"].disabled:hover,button[disabled]:hover,input[type="submit"][disabled]:hover,fieldset[disabled] button:hover,fieldset[disabled] input[type="submit"]:hover,button.disabled:focus,input[type="submit"].disabled:focus,button[disabled]:focus,input[type="submit"][disabled]:focus,fieldset[disabled] button:focus,fieldset[disabled] input[type="submit"]:focus,button.disabled:active,input[type="submit"].disabled:active,button[disabled]:active,input[type="submit"][disabled]:active,fieldset[disabled] button:active,fieldset[disabled] input[type="submit"]:active,button.disabled.active,input[type="submit"].disabled.active,button[disabled].active,input[type="submit"][disabled].active,fieldset[disabled] button.active,fieldset[disabled] input[type="submit"].active{background-color:#3394ce;border-color:#2d86bb}button .badge,input[type="submit"] .badge{color:#3394ce;background-color:#fff}a.learn-more{font-size:1.2em;font-weight:300;line-height:1;border-bottom:1px dotted #3394ce;font-variant:small-caps;text-transform:lowercase;padding-right:1em;position:relative}a.learn-more:hover{text-decoration:none;border-bottom-style:solid}a.learn-more:after{position:absolute;right:.3em;content:" ▸";opacity:.8;transition:all 150ms linear}a.learn-more:hover:after{right:0;content:" ▸";opacity:1}.social-link{float:right !important;float:right;margin-left:.5em}.big-donate,.big.donate{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;display:block;width:100%;padding-left:0;padding-right:0;color:#fff;background-color:#5cb85c;border-color:#4cae4c;font-size:1.4em}.big-donate:focus,.big.donate:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.big-donate:hover,.big.donate:hover,.big-donate:focus,.big.donate:focus{color:#333;text-decoration:none}.big-donate:active,.big.donate:active,.big-donate.active,.big.donate.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.big-donate.disabled,.big.donate.disabled,.big-donate[disabled],.big.donate[disabled],fieldset[disabled] .big-donate,fieldset[disabled] .big.donate{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.big-donate:hover,.big.donate:hover,.big-donate:focus,.big.donate:focus,.big-donate:active,.big.donate:active,.big-donate.active,.big.donate.active,.open .dropdown-toggle.big-donate,.open .dropdown-toggle.big.donate{color:#fff;background-color:#47a447;border-color:#398439}.big-donate:active,.big.donate:active,.big-donate.active,.big.donate.active,.open .dropdown-toggle.big-donate,.open .dropdown-toggle.big.donate{background-image:none}.big-donate.disabled,.big.donate.disabled,.big-donate[disabled],.big.donate[disabled],fieldset[disabled] .big-donate,fieldset[disabled] .big.donate,.big-donate.disabled:hover,.big.donate.disabled:hover,.big-donate[disabled]:hover,.big.donate[disabled]:hover,fieldset[disabled] .big-donate:hover,fieldset[disabled] .big.donate:hover,.big-donate.disabled:focus,.big.donate.disabled:focus,.big-donate[disabled]:focus,.big.donate[disabled]:focus,fieldset[disabled] .big-donate:focus,fieldset[disabled] .big.donate:focus,.big-donate.disabled:active,.big.donate.disabled:active,.big-donate[disabled]:active,.big.donate[disabled]:active,fieldset[disabled] .big-donate:active,fieldset[disabled] .big.donate:active,.big-donate.disabled.active,.big.donate.disabled.active,.big-donate[disabled].active,.big.donate[disabled].active,fieldset[disabled] .big-donate.active,fieldset[disabled] .big.donate.active{background-color:#5cb85c;border-color:#4cae4c}.big-donate .badge,.big.donate .badge{color:#5cb85c;background-color:#fff}.supporter-text{margin-top:5px}.small-donate,.small.donate{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;color:#fff;background-color:#5cb85c;border-color:#4cae4c}.small-donate:focus,.small.donate:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.small-donate:hover,.small.donate:hover,.small-donate:focus,.small.donate:focus{color:#333;text-decoration:none}.small-donate:active,.small.donate:active,.small-donate.active,.small.donate.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.small-donate.disabled,.small.donate.disabled,.small-donate[disabled],.small.donate[disabled],fieldset[disabled] .small-donate,fieldset[disabled] .small.donate{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.small-donate:hover,.small.donate:hover,.small-donate:focus,.small.donate:focus,.small-donate:active,.small.donate:active,.small-donate.active,.small.donate.active,.open .dropdown-toggle.small-donate,.open .dropdown-toggle.small.donate{color:#fff;background-color:#47a447;border-color:#398439}.small-donate:active,.small.donate:active,.small-donate.active,.small.donate.active,.open .dropdown-toggle.small-donate,.open .dropdown-toggle.small.donate{background-image:none}.small-donate.disabled,.small.donate.disabled,.small-donate[disabled],.small.donate[disabled],fieldset[disabled] .small-donate,fieldset[disabled] .small.donate,.small-donate.disabled:hover,.small.donate.disabled:hover,.small-donate[disabled]:hover,.small.donate[disabled]:hover,fieldset[disabled] .small-donate:hover,fieldset[disabled] .small.donate:hover,.small-donate.disabled:focus,.small.donate.disabled:focus,.small-donate[disabled]:focus,.small.donate[disabled]:focus,fieldset[disabled] .small-donate:focus,fieldset[disabled] .small.donate:focus,.small-donate.disabled:active,.small.donate.disabled:active,.small-donate[disabled]:active,.small.donate[disabled]:active,fieldset[disabled] .small-donate:active,fieldset[disabled] .small.donate:active,.small-donate.disabled.active,.small.donate.disabled.active,.small-donate[disabled].active,.small.donate[disabled].active,fieldset[disabled] .small-donate.active,fieldset[disabled] .small.donate.active{background-color:#5cb85c;border-color:#4cae4c}.small-donate .badge,.small.donate .badge{color:#5cb85c;background-color:#fff}.alert.red{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert.red hr{border-top-color:#e4b9c0}.alert.red .alert-link{color:#843534}.alert.green{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert.green hr{border-top-color:#c9e2b3}.alert.green .alert-link{color:#2b542c}.alert.yellow{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert.yellow hr{border-top-color:#f7e1b5}.alert.yellow .alert-link{color:#66512c}.warning{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;opacity:1}.warning h4{margin-top:0;color:inherit}.warning .alert-link{font-weight:bold}.warning>p,.warning>ul{margin-bottom:0}.warning>p+p{margin-top:5px}.people img,img.author-avatar{float:left;margin:5px 10px 25px 0;width:48px;height:48px;border:1px solid #323232;box-shadow:0 0 3px rgba(0,0,0,0.3)}ul.people{-moz-hypens:manual;-webkit-hyphens:manual;hyphens:manual;list-style-type:none;padding-left:0;font-size:.9em}ul.people:after{clear:both;margin-right:100%;content:" "}ul.people li{display:block;float:left;width:48%;min-width:20em;padding-right:.5em}ul.people li:nth-child(odd){clear:left}ul.people li:last-child:after{clear:both}.people .name,.people .email{display:block}.people .name{font-weight:bold}.people .email{font-style:italic}.employee{line-height:.8em;margin-left:.5em;padding:.4em;border-radius:5%;display:inline-block}.employee.full,.employee.intern{background-color:#bef5be}.employee.part{background-color:#e4f7e4}.employee.fee,.employee.freelancer{background-color:#eff2fb}.bio #content,.bio #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.bio #content,.bio #planet-posts{float:left;width:66.66666667%}}.bio #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.bio #sidebar{float:left;width:33.33333333%}}.bio #content{display:inline-block}.bio #content .p-name{color:#202d79}.bio .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.bio .standout{margin-left:-3em}}.bio .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.bio .standout-text{margin-left:-3em}}@media (min-width:768px){.bio .standout-text{padding-left:3em}}.bio blockquote,.bio .blockQuote,.bio .blockHighlight,.bio pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.bio blockquote,.bio .blockQuote,.bio .blockHighlight,.bio pre{margin-left:-3em}}@media (min-width:768px){.bio blockquote,.bio .blockQuote,.bio .blockHighlight,.bio pre{padding-left:3em}}.bio .captioned,.bio .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.bio .captioned,.bio .action-after{margin-left:-3em}}.bio .captioned.center-block,.bio .captioned.center{margin-left:auto;margin-right:auto}.bio .captioned.right{margin-left:1.5em;margin-right:0}.bio .captioned.left{margin-right:1.5em;margin-left:0}.bio #sidebar ul li a{display:inline}.left{float:left !important;float:left;margin-right:1em;margin-left:0}.right{float:right !important;float:right;margin-left:1em;margin-right:0}.center{text-align:center}#introduction .image img{float:left;margin-right:1em}.grid-50-50{margin-left:-15px;margin-right:-15px}.grid-50-50:before,.grid-50-50:after{content:" ";display:table}.grid-50-50:after{clear:both}.grid-50-50:before,.grid-50-50:after{content:" ";display:table}.grid-50-50:after{clear:both}.grid-50-50 .box{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.grid-50-50 .box{float:left;width:50%}}table#gold{width:100%;margin-bottom:20px}table#gold>thead>tr>th,table#gold>tbody>tr>th,table#gold>tfoot>tr>th,table#gold>thead>tr>td,table#gold>tbody>tr>td,table#gold>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}table#gold>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}table#gold>caption+thead>tr:first-child>th,table#gold>colgroup+thead>tr:first-child>th,table#gold>thead:first-child>tr:first-child>th,table#gold>caption+thead>tr:first-child>td,table#gold>colgroup+thead>tr:first-child>td,table#gold>thead:first-child>tr:first-child>td{border-top:0}table#gold>tbody+tbody{border-top:2px solid #ddd}table#gold .table{background-color:#fff}table#gold>thead>tr>.active,table#gold>tbody>tr>.active,table#gold>tfoot>tr>.active,table#gold>thead>.active>td,table#gold>tbody>.active>td,table#gold>tfoot>.active>td,table#gold>thead>.active>th,table#gold>tbody>.active>th,table#gold>tfoot>.active>th{background-color:#f5f5f5}table#gold>thead>tr>.success,table#gold>tbody>tr>.success,table#gold>tfoot>tr>.success,table#gold>thead>.success>td,table#gold>tbody>.success>td,table#gold>tfoot>.success>td,table#gold>thead>.success>th,table#gold>tbody>.success>th,table#gold>tfoot>.success>th{background-color:#dff0d8}table#gold>thead>tr>.danger,table#gold>tbody>tr>.danger,table#gold>tfoot>tr>.danger,table#gold>thead>.danger>td,table#gold>tbody>.danger>td,table#gold>tfoot>.danger>td,table#gold>thead>.danger>th,table#gold>tbody>.danger>th,table#gold>tfoot>.danger>th{background-color:#f2dede}table#gold>thead>tr>.warning,table#gold>tbody>tr>.warning,table#gold>tfoot>tr>.warning,table#gold>thead>.warning>td,table#gold>tbody>.warning>td,table#gold>tfoot>.warning>td,table#gold>thead>.warning>th,table#gold>tbody>.warning>th,table#gold>tfoot>.warning>th{background-color:#fcf8e3}table#gold>tbody>tr:nth-child(odd)>td,table#gold>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}table#gold>tbody>tr:hover>td,table#gold>tbody>tr:hover>th{background-color:#f5f5f5}.margin-vertical{margin-left:-15px;margin-right:-15px;margin:1em 0}.margin-vertical:before,.margin-vertical:after{content:" ";display:table}.margin-vertical:after{clear:both}.margin-vertical:before,.margin-vertical:after{content:" ";display:table}.margin-vertical:after{clear:both}.margin-vertical .grid-30{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.margin-vertical .grid-30{float:left;width:33.33333333%}}.margin-vertical .grid-70{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.margin-vertical .grid-70{float:left;width:50%}}.margin-vertical .grid-60{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.margin-vertical .grid-60{float:left;width:41.66666667%}}#orderpromo{background:#dff0d8;padding:.1em 1em 1em}#orderpromo .formlabel{display:block}.compare .clear{margin-left:-15px;margin-right:-15px}.compare .clear:before,.compare .clear:after{content:" ";display:table}.compare .clear:after{clear:both}.compare .clear:before,.compare .clear:after{content:" ";display:table}.compare .clear:after{clear:both}.compare .clear .left,.compare .clear .right{margin-right:0;margin-left:0;float:none}.compare .clear .grid-20{position:relative;float:left;width:16.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-40{position:relative;float:left;width:33.33333333%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-50{position:relative;float:left;width:50%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-60{position:relative;float:left;width:66.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-80{position:relative;float:left;width:83.33333333%;min-height:1px;padding-left:15px;padding-right:15px}#eifv2-track .clear{font-size:.9em;margin-left:-15px;margin-right:-15px}#eifv2-track .clear:before,#eifv2-track .clear:after{content:" ";display:table}#eifv2-track .clear:after{clear:both}#eifv2-track .clear:before,#eifv2-track .clear:after{content:" ";display:table}#eifv2-track .clear:after{clear:both}#eifv2-track .grid-50{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#eifv2-track .grid-50{float:left;width:50%}}#eifv2-track blockquote{margin-left:0}#eifv2-track blockquote p{font-size:.9em}ul.taglist{margin:0;padding:0;list-style:none;display:inline}ul.taglist li{display:inline;white-space:nowrap}ul.taglist li a{display:inline-block;padding:.3em;background:#d7eaf6;border-radius:4px;margin:0 0 .3em .5em}.tagginglabel{display:inline-block;padding:.3em;background:#d7eaf6;border-radius:4px;margin:0 0 .3em .5em}.tag16{font-size:16}.tag17{font-size:17}.tag18{font-size:18}.tag19{font-size:19}.tag20{font-size:20}.tag21{font-size:21}.tag22{font-size:22}.tag23{font-size:23}.tag24{font-size:24}.tag25{font-size:25}.tag26{font-size:26}.tag27{font-size:27}.tag28{font-size:28}.tag29{font-size:29}.tag30{font-size:30}.tag31{font-size:31}.tag32{font-size:32}.tag33{font-size:33}.tag34{font-size:34}.tag35{font-size:35}.tag36{font-size:36}.tag37{font-size:37}.tag38{font-size:38}.tag39{font-size:39}.tag40{font-size:40}.tag.title{margin-top:4em}.taglist a[href^="/tags/tagged-frontpage"],.tag-front-page{display:none !important}.question{margin-bottom:15px;margin-top:60px}.answer,.question2,.answer2{padding:.5em 1em;text-align:justify}.question2{margin-left:1em}.answer2{margin-left:2em}.colorless{background-color:#eee;border-left:10px solid #aaa}.diegrĂĽne{background-color:#c8ffc8;border-left:10px solid #008b00}.cdu{background-color:#b4e6ff;border-left:10px solid #004f7a}.csu{background-color:#b4e6ff;border-left:10px solid #00304a}.spd{background-color:#ffc8c8;border-left:10px solid #f00}.dielinke{background-color:#ffc6ff;border-left:10px solid #8b1c62}.piraten{background-color:#ffe992;border-left:10px solid #f37d20}.fdp{background-color:#ffffc8;border-left:10px solid #ff0}.oedp{background-color:#ffe9bb;border-left:10px solid #f2862b}.bayernpartei{background-color:#5590ca;border-left:10px solid #1c26ec}.violetten{background-color:#7c3e8b;border-left:10px solid #d200ff}.afd{background-color:#009ee0;border-left:10px solid #e40f27}.partisocialiste{background-color:#ffdcdc;border-left:10px solid #ff8080}.ump{background-color:#a0c8ff;border-left:10px solid #06c}.pcf{background-color:#ffc8c8;border-left:10px solid #d00}.prg,.mrc{background-color:#fff0fa;border-left:10px solid #ffd1dc}.eelv{background-color:#c8ffc8;border-left:10px solid #0f0}.nouveaucentre{background-color:#dcffff;border-left:10px solid #80ffff}.modem{background-color:#ffe696;border-left:10px solid #f90}.alliancecentriste{background-color:#ffebc8;border-left:10px solid #f5deb3}.signature-logo img{height:auto;max-height:130px;max-width:150px !important}.signature-table table{width:100%;margin-bottom:20px;margin-top:40px}.signature-table table>thead>tr>th,.signature-table table>tbody>tr>th,.signature-table table>tfoot>tr>th,.signature-table table>thead>tr>td,.signature-table table>tbody>tr>td,.signature-table table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.signature-table table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.signature-table table>caption+thead>tr:first-child>th,.signature-table table>colgroup+thead>tr:first-child>th,.signature-table table>thead:first-child>tr:first-child>th,.signature-table table>caption+thead>tr:first-child>td,.signature-table table>colgroup+thead>tr:first-child>td,.signature-table table>thead:first-child>tr:first-child>td{border-top:0}.signature-table table>tbody+tbody{border-top:2px solid #ddd}.signature-table table .table{background-color:#fff}.signature-table table>thead>tr>.active,.signature-table table>tbody>tr>.active,.signature-table table>tfoot>tr>.active,.signature-table table>thead>.active>td,.signature-table table>tbody>.active>td,.signature-table table>tfoot>.active>td,.signature-table table>thead>.active>th,.signature-table table>tbody>.active>th,.signature-table table>tfoot>.active>th{background-color:#f5f5f5}.signature-table table>thead>tr>.success,.signature-table table>tbody>tr>.success,.signature-table table>tfoot>tr>.success,.signature-table table>thead>.success>td,.signature-table table>tbody>.success>td,.signature-table table>tfoot>.success>td,.signature-table table>thead>.success>th,.signature-table table>tbody>.success>th,.signature-table table>tfoot>.success>th{background-color:#dff0d8}.signature-table table>thead>tr>.danger,.signature-table table>tbody>tr>.danger,.signature-table table>tfoot>tr>.danger,.signature-table table>thead>.danger>td,.signature-table table>tbody>.danger>td,.signature-table table>tfoot>.danger>td,.signature-table table>thead>.danger>th,.signature-table table>tbody>.danger>th,.signature-table table>tfoot>.danger>th{background-color:#f2dede}.signature-table table>thead>tr>.warning,.signature-table table>tbody>tr>.warning,.signature-table table>tfoot>tr>.warning,.signature-table table>thead>.warning>td,.signature-table table>tbody>.warning>td,.signature-table table>tfoot>.warning>td,.signature-table table>thead>.warning>th,.signature-table table>tbody>.warning>th,.signature-table table>tfoot>.warning>th{background-color:#fcf8e3}.signature-table table>tbody>tr:nth-child(odd)>td,.signature-table table>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.signature-table table>tbody>tr>td{vertical-align:middle}.signature-table img{height:auto;max-height:65px;max-width:120px !important}.signature-table-orgs ul{display:block;position:relative;list-style:none;text-align:center;padding:0}.signature-table-orgs ul li{display:inline-block;position:relative;list-style:none;vertical-align:middle}.signature-table-orgs ul li a{display:block;position:relative;max-width:120px;max-height:80px;min-width:120px;min-height:80px;background-position:center center;background-repeat:no-repeat;background-size:contain;transform:scale(.8);opacity:1;transition:opacity .5s,transform .5s,background-color .5s,filter .5s}.signature-table-orgs ul li a:hover{opacity:1;transform:scale(.9);z-index:5}.signature-table-orgs #larger{max-width:150px;max-height:100px;min-width:150px;min-height:100px}blockquote#statement{background-color:rgba(116,140,156,0.1)}blockquote#statement p{font-family:"Roboto",sans-serif;font-weight:unset}.interview-question{font-style:italic;font-weight:bold}#content #frontpage #campaign-box-1,#content #frontpage #campaign-box-2{display:none}.special{display:none}body{background:url(/graphics/fellowship/plussy_tile_03.png) top left fixed #f9f9f9;font-family:"Roboto",sans-serif}.svg body{background:url(/graphics/fellowship/plussy_tile_03.svg) top left fixed #f9f9f9}#logo{background:url(/graphics/logo_transparent.png) top left no-repeat}.svg #logo{background:url(/graphics/logo_transparent.svg) top left no-repeat}#masthead,#logo{min-height:85px;min-width:158px}#link-home a{width:158px;height:85px}@media (max-width:767px){#link-home a{height:50px}#top{display:flex;flex-direction:column;margin:0;padding:0;position:relative}#top #search{display:none}#masthead{background-color:#fff;order:1;min-height:50px;padding:10px}#masthead #logo{background-position:left center;background-repeat:no-repeat;background-size:contain;min-height:50px;min-width:120px}#menu{background-color:#fff;margin-left:0;order:2;padding:10px}#menu #direct-links{margin-bottom:0}#menu #direct-links #direct-to-menu-list{font-size:1.3em}#menu #direct-links #direct-to-translations{position:absolute;top:5px;right:85px}#menu #direct-links #direct-to-login{position:absolute;top:5px;right:10px}#menu #direct-to-home,#menu #direct-to-join{display:none}#menu-list{display:block;margin-top:10px;padding-bottom:0}#index-html #main{padding-top:0}#bottom{padding:10px}}@media (min-width:768px){#menu{margin-left:200px}}#followup{background:url(/graphics/ribbon.png) no-repeat 100% -40px #fff;text-shadow:#fff 0 0 .5em}@media (min-width:768px){#followup{background:url(/graphics/ribbon.png) no-repeat 100% -70px #fff}}@media (min-width:768px){.svg #followup{background:url(/graphics/ribbon.svg) no-repeat 100% -70px #fff}}#followup.join{background:url(/graphics/fellowship/ribbon_fellowship2.png) no-repeat 100% -30px #fff}@media (min-width:768px){#followup.join{background:url(/graphics/fellowship/ribbon_fellowship2.png) no-repeat 100% -50% #fff}}#full-menu{background:url(/graphics/logo_bw_transparent_small.png) no-repeat top left #fff}a.the-fellowship{padding:8px 20px 0 0;background:url(/graphics/plussy-bright-20.png) no-repeat top right transparent}img.signatory-logo{padding:10px}.frontpage #campaigns-boxes{background:url('/graphics/ribbon.png') top right no-repeat transparent;height:400px}@media (min-width:480px){.frontpage #campaigns-boxes{height:300px}}.frontpage #campaigns-boxes .campaign-box{height:400px;width:100%}@media (min-width:480px){.frontpage #campaigns-boxes .campaign-box{height:300px}}.frontpage #campaigns-boxes .campaign-box img{max-width:33%}.frontpage #campaigns-boxes .campaign-box-center{text-align:center;font-size:1.3em}.frontpage #campaigns-boxes #freesociety{text-align:center;font-size:1.3em;font-family:'GNUTypewriter',"Inconsolata",Inconsolata,Menlo,Monaco,Consolas,"Courier New",monospace;background:url('/graphics/motto.jpg') top center no-repeat #666;background-size:cover;font-size:2em}@media (min-width:480px){.frontpage #campaigns-boxes #freesociety{font-size:2.7em;padding-top:1.8em}}.frontpage #campaigns-boxes #freesociety p.text{-moz-hyphens:manual;-webkit-hyphens:manual;hyphens:manual}.frontpage #campaigns-boxes #amaelle{background:url('/graphics/amaelle.jpg') center 33% no-repeat #666;background-size:cover;text-shadow:0 1px 8px #000}.frontpage #campaigns-boxes #amaelle .author:before{content:"– "}.frontpage #campaigns-boxes #amaelle .text{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}.frontpage #campaigns-boxes #amaelle .author,.frontpage #campaigns-boxes #amaelle .text{display:block;background-color:rgba(0,0,0,0.5);padding:.5em}@media (min-width:768px){.frontpage #campaigns-boxes #amaelle .author,.frontpage #campaigns-boxes #amaelle .text{margin-left:45%}}.frontpage #campaigns-boxes #amaelle .copyright{font-size:.6em;position:absolute;bottom:0;right:0}@media (min-width:992px){.frontpage #campaigns-boxes #amaelle .text{font-size:1.25em}}.frontpage #campaigns-boxes #appelbaum{background:url('/graphics/appelbaum.jpg') top right no-repeat #070400;background-size:cover}@media (min-width:768px){.frontpage #campaigns-boxes #appelbaum{background-size:contain}}.frontpage #campaigns-boxes #appelbaum img{display:none}.frontpage #campaigns-boxes #appelbaum .author:before{content:"– "}.frontpage #campaigns-boxes #appelbaum .text{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}.frontpage #campaigns-boxes #appelbaum .author,.frontpage #campaigns-boxes #appelbaum .text{display:block;background-color:rgba(0,0,0,0.5);padding:.5em}@media (min-width:768px){.frontpage #campaigns-boxes #appelbaum .author,.frontpage #campaigns-boxes #appelbaum .text{margin-right:45%}}@media (min-width:992px){.frontpage #campaigns-boxes #appelbaum .author,.frontpage #campaigns-boxes #appelbaum .text{margin-right:35%}}.frontpage #campaigns-boxes #appelbaum .copyright{font-size:.6em;position:absolute;bottom:0;right:0}.frontpage #campaigns-boxes #zacchiroli{background:url('/graphics/group-blur-800.jpg') center 33% no-repeat #666;text-shadow:0 1px 2px #000}.frontpage #campaigns-boxes #zacchiroli img{float:right;margin-left:1em}.frontpage #campaigns-boxes #zacchiroli .author:before{content:"– "}.frontpage #campaigns-boxes #zacchiroli .text{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}@media (min-width:992px){.frontpage #campaigns-boxes #zacchiroli img{margin-left:3em}.frontpage #campaigns-boxes #zacchiroli .text{font-size:1.3em}.frontpage #campaigns-boxes #zacchiroli .text,.frontpage #campaigns-boxes #zacchiroli .author{max-width:80ex;margin:1em auto;display:block}}.frontpage #campaigns-boxes #summit16{text-align:center;font-size:1.3em;background:url('/graphics/fsfe-summit-header-background.jpg') center no-repeat #666;background-size:cover}.frontpage #campaigns-boxes #summit16 img{position:absolute}.frontpage #campaigns-boxes #summit16 img:first-of-type{top:10%;left:5%;width:40%;max-width:250px}.frontpage #campaigns-boxes #summit16 img:last-of-type{bottom:10%;right:5%;width:50%;max-width:400px}@media (min-width:800px){.frontpage #campaigns-boxes #summit16 img:first-of-type{top:20%}}.frontpage #campaigns-boxes #boxpmpc{background:url('/graphics/pmpc_slider.jpg') left 33% no-repeat #666;background-size:cover;text-shadow:0 1px 8px #000}.frontpage #campaigns-boxes #boxpmpc .text,.frontpage #campaigns-boxes #boxpmpc .text2{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}.frontpage #campaigns-boxes #boxpmpc .text,.frontpage #campaigns-boxes #boxpmpc .text2{display:block;padding:1.25em;min-width:120px;font-size:1.25em;hyphens:none;text-align:center}@media (min-width:768px){.frontpage #campaigns-boxes #boxpmpc{background-position:center}.frontpage #campaigns-boxes #boxpmpc .text{float:left;width:30%}.frontpage #campaigns-boxes #boxpmpc .text2{float:right;width:30%}}.frontpage #campaigns-boxes #dfd{text-align:center;font-size:1.3em;background:url('/graphics/fellowship/plussy_tile_01-33alpha.png') #76b520}.frontpage #campaigns-boxes #dfd img{height:200px;margin-bottom:10px;margin-top:-70px;max-width:none}.frontpage #campaigns-boxes #ilovefs{text-align:center;font-size:1.3em;background:url('/graphics/ilovefs-hashtag-campaignbox.png') center 33% no-repeat transparent}.frontpage #campaigns-boxes #racketware{text-align:center;font-size:1.3em;background:center 33% no-repeat #fff}.frontpage #campaigns-boxes #racketware .text{display:none}.frontpage #campaigns-boxes #becomefellow{text-align:center;font-size:1.3em;background:url('/graphics/group-blur-800.jpg') center 33% no-repeat #666}.frontpage #campaigns-boxes #fightback{text-align:center;font-size:1.3em;background:url('/graphics/thedaywefightback.png') center 33% no-repeat transparent}#news{padding-bottom:1.5em}#news .dt-published{color:#999;font-size:.9em;display:block}@media (min-width:768px){#news .dt-published{display:inline-block;padding:0}}#news .entry h3{display:inline-block;padding-right:.5em}#news .entry p.date{display:inline-block;color:#999;font-size:.9em;display:block;font-weight:300;margin-bottom:0}@media (min-width:768px){#news .entry p.date{display:inline-block;padding:0}}#news .entry:nth-child(1n+3) h3{font-size:1em;margin:.7em 0 0 0}#news .entry:nth-child(1n+3) .text,#news .entry:nth-child(1n+3) p{display:none}#news .entry:nth-child(1n+3) p.date{display:inline-block}#latest-news-list,#more-news-list{list-style-type:none;font-size:1.2em;font-weight:300;padding:0}.newsdate{font-size:.875em;color:#888;margin-right:1ex}[newsteaser="yes"]{font-weight:bold;font-size:1.2em}[newsteaser="yes"]{font-weight:bold;font-size:1.2em}#events{clear:both;padding-top:1.5em}#events .entry h3{display:inline-block}#events .entry p.date{color:#999;font-size:.9em;display:block;margin-bottom:0}@media (min-width:768px){#events .entry p.date{display:inline-block;padding:0}}@media (min-width:768px){#events .entry p.date{display:block}}#events a.learn-more{line-height:2}@media (min-width:768px){#news,#events{display:inline-block;float:left;width:69%}#team{display:inline-block;float:left}#newsletter,#shop-promo,.country.frontpage #teams{display:inline-block;float:right;width:30%;padding-left:2%;clear:none;padding-top:0}}#newsletter input,.newsletter #sidebar input{display:block;margin:.5em 0}#feeds a.ical,#feeds a.rss-feed{font-size:85%;color:#999}ul.quote-list{padding-left:0;list-style:none;font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;margin-top:30px;margin-bottom:30px}ul.quote-list>li{padding-top:30px;padding-bottom:30px;border-top:1px solid #eee;border-bottom:1px solid #eee}ul.quote-list>li p:last-child{margin-bottom:0}ul.quote-list>li p.source{font-weight:bold;margin-left:3em}ul.quote-list>li p.source:before{content:'\2014 \00A0'}ul.quote-list>li p.complementary{font-family:"Roboto",sans-serif;margin-left:1.5em}body.overview #content #category{display:none}body.overview #content h1{background:#85bfe2;color:#fff;text-shadow:0 1px 2px #202d79;display:block;min-width:200px;padding:.5em;margin:-0.5em -0.2em .5em;border:0}@media (min-width:768px){body.overview #content h1{width:50%;margin:-1em 0 1em 0}}body.overview #content h2{text-align:center;margin-top:60px;margin-bottom:20px}body.overview #content ul{list-style-type:none;margin:0;padding:0;margin-left:-15px;margin-right:-15px}body.overview #content ul:before,body.overview #content ul:after{content:" ";display:table}body.overview #content ul:after{clear:both}body.overview #content ul:before,body.overview #content ul:after{content:" ";display:table}body.overview #content ul:after{clear:both}body.overview #content ul li{position:relative;min-height:1px;padding-left:15px;padding-right:15px;display:grid;grid-template-columns:1fr 4fr;grid-column-gap:10px;margin-top:20px}@media (min-width:992px){body.overview #content ul li{float:left;width:50%}}@media (min-width:992px){body.overview #content ul li:nth-child(odd){clear:both}}body.overview #content ul li img{padding:5px}body.overview #content ul li h3{margin-top:0}.testimonial{overflow:auto;clear:both}.testimonial img{float:left;margin-right:10px}.archivenews h3{line-height:1.2em}.archivenews p{font-size:.9em}ul.archivemeta,ul.archivetaglist{color:#999;font-size:.9em;padding-left:0}ul.archivemeta li{display:inline-block;padding:0 .15em}ul.archivetaglist li{display:inline-block;padding:0 .25em}ul.archivemeta li:first-child{padding-left:0}ul.archivemeta li a,ul.archivetaglist li a{color:#999}.archiveauthor{margin:0 .25em}ul.archivetaglist{margin-left:6%}#donate-fsfe table{width:100%;margin-bottom:20px}#donate-fsfe table>thead>tr>th,#donate-fsfe table>tbody>tr>th,#donate-fsfe table>tfoot>tr>th,#donate-fsfe table>thead>tr>td,#donate-fsfe table>tbody>tr>td,#donate-fsfe table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}#donate-fsfe table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}#donate-fsfe table>caption+thead>tr:first-child>th,#donate-fsfe table>colgroup+thead>tr:first-child>th,#donate-fsfe table>thead:first-child>tr:first-child>th,#donate-fsfe table>caption+thead>tr:first-child>td,#donate-fsfe table>colgroup+thead>tr:first-child>td,#donate-fsfe table>thead:first-child>tr:first-child>td{border-top:0}#donate-fsfe table>tbody+tbody{border-top:2px solid #ddd}#donate-fsfe table .table{background-color:#fff}#donate-fsfe table>thead>tr>.active,#donate-fsfe table>tbody>tr>.active,#donate-fsfe table>tfoot>tr>.active,#donate-fsfe table>thead>.active>td,#donate-fsfe table>tbody>.active>td,#donate-fsfe table>tfoot>.active>td,#donate-fsfe table>thead>.active>th,#donate-fsfe table>tbody>.active>th,#donate-fsfe table>tfoot>.active>th{background-color:#f5f5f5}#donate-fsfe table>thead>tr>.success,#donate-fsfe table>tbody>tr>.success,#donate-fsfe table>tfoot>tr>.success,#donate-fsfe table>thead>.success>td,#donate-fsfe table>tbody>.success>td,#donate-fsfe table>tfoot>.success>td,#donate-fsfe table>thead>.success>th,#donate-fsfe table>tbody>.success>th,#donate-fsfe table>tfoot>.success>th{background-color:#dff0d8}#donate-fsfe table>thead>tr>.danger,#donate-fsfe table>tbody>tr>.danger,#donate-fsfe table>tfoot>tr>.danger,#donate-fsfe table>thead>.danger>td,#donate-fsfe table>tbody>.danger>td,#donate-fsfe table>tfoot>.danger>td,#donate-fsfe table>thead>.danger>th,#donate-fsfe table>tbody>.danger>th,#donate-fsfe table>tfoot>.danger>th{background-color:#f2dede}#donate-fsfe table>thead>tr>.warning,#donate-fsfe table>tbody>tr>.warning,#donate-fsfe table>tfoot>tr>.warning,#donate-fsfe table>thead>.warning>td,#donate-fsfe table>tbody>.warning>td,#donate-fsfe table>tfoot>.warning>td,#donate-fsfe table>thead>.warning>th,#donate-fsfe table>tbody>.warning>th,#donate-fsfe table>tfoot>.warning>th{background-color:#fcf8e3}#donate-fsfe table>tbody>tr:hover>td,#donate-fsfe table>tbody>tr:hover>th{background-color:#f5f5f5}#donate-fsfe form .form-group input{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;max-width:25em}#donate-fsfe form .form-group input:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}#donate-fsfe form .form-group input:-moz-placeholder{color:#999}#donate-fsfe form .form-group input::-moz-placeholder{color:#999;opacity:1}#donate-fsfe form .form-group input:-ms-input-placeholder{color:#999}#donate-fsfe form .form-group input::-webkit-input-placeholder{color:#999}#donate-fsfe form .form-group input[disabled],#donate-fsfe form .form-group input[readonly],fieldset[disabled] #donate-fsfe form .form-group input{cursor:not-allowed;background-color:#eee}textarea#donate-fsfe form .form-group input{height:auto}#donate-fsfe form #donate-validate{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;color:#fff;background-color:#5cb85c;border-color:#4cae4c;margin-bottom:1em}#donate-fsfe form #donate-validate:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#donate-fsfe form #donate-validate:hover,#donate-fsfe form #donate-validate:focus{color:#333;text-decoration:none}#donate-fsfe form #donate-validate:active,#donate-fsfe form #donate-validate.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}#donate-fsfe form #donate-validate.disabled,#donate-fsfe form #donate-validate[disabled],fieldset[disabled] #donate-fsfe form #donate-validate{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}#donate-fsfe form #donate-validate:hover,#donate-fsfe form #donate-validate:focus,#donate-fsfe form #donate-validate:active,#donate-fsfe form #donate-validate.active,.open .dropdown-toggle#donate-fsfe form #donate-validate{color:#fff;background-color:#47a447;border-color:#398439}#donate-fsfe form #donate-validate:active,#donate-fsfe form #donate-validate.active,.open .dropdown-toggle#donate-fsfe form #donate-validate{background-image:none}#donate-fsfe form #donate-validate.disabled,#donate-fsfe form #donate-validate[disabled],fieldset[disabled] #donate-fsfe form #donate-validate,#donate-fsfe form #donate-validate.disabled:hover,#donate-fsfe form #donate-validate[disabled]:hover,fieldset[disabled] #donate-fsfe form #donate-validate:hover,#donate-fsfe form #donate-validate.disabled:focus,#donate-fsfe form #donate-validate[disabled]:focus,fieldset[disabled] #donate-fsfe form #donate-validate:focus,#donate-fsfe form #donate-validate.disabled:active,#donate-fsfe form #donate-validate[disabled]:active,fieldset[disabled] #donate-fsfe form #donate-validate:active,#donate-fsfe form #donate-validate.disabled.active,#donate-fsfe form #donate-validate[disabled].active,fieldset[disabled] #donate-fsfe form #donate-validate.active{background-color:#5cb85c;border-color:#4cae4c}#donate-fsfe form #donate-validate .badge{color:#5cb85c;background-color:#fff}.thank-donors table{width:100%;margin-bottom:20px}.thank-donors table>thead>tr>th,.thank-donors table>tbody>tr>th,.thank-donors table>tfoot>tr>th,.thank-donors table>thead>tr>td,.thank-donors table>tbody>tr>td,.thank-donors table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.thank-donors table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.thank-donors table>caption+thead>tr:first-child>th,.thank-donors table>colgroup+thead>tr:first-child>th,.thank-donors table>thead:first-child>tr:first-child>th,.thank-donors table>caption+thead>tr:first-child>td,.thank-donors table>colgroup+thead>tr:first-child>td,.thank-donors table>thead:first-child>tr:first-child>td{border-top:0}.thank-donors table>tbody+tbody{border-top:2px solid #ddd}.thank-donors table .table{background-color:#fff}.thank-donors table>thead>tr>.active,.thank-donors table>tbody>tr>.active,.thank-donors table>tfoot>tr>.active,.thank-donors table>thead>.active>td,.thank-donors table>tbody>.active>td,.thank-donors table>tfoot>.active>td,.thank-donors table>thead>.active>th,.thank-donors table>tbody>.active>th,.thank-donors table>tfoot>.active>th{background-color:#f5f5f5}.thank-donors table>thead>tr>.success,.thank-donors table>tbody>tr>.success,.thank-donors table>tfoot>tr>.success,.thank-donors table>thead>.success>td,.thank-donors table>tbody>.success>td,.thank-donors table>tfoot>.success>td,.thank-donors table>thead>.success>th,.thank-donors table>tbody>.success>th,.thank-donors table>tfoot>.success>th{background-color:#dff0d8}.thank-donors table>thead>tr>.danger,.thank-donors table>tbody>tr>.danger,.thank-donors table>tfoot>tr>.danger,.thank-donors table>thead>.danger>td,.thank-donors table>tbody>.danger>td,.thank-donors table>tfoot>.danger>td,.thank-donors table>thead>.danger>th,.thank-donors table>tbody>.danger>th,.thank-donors table>tfoot>.danger>th{background-color:#f2dede}.thank-donors table>thead>tr>.warning,.thank-donors table>tbody>tr>.warning,.thank-donors table>tfoot>tr>.warning,.thank-donors table>thead>.warning>td,.thank-donors table>tbody>.warning>td,.thank-donors table>tfoot>.warning>td,.thank-donors table>thead>.warning>th,.thank-donors table>tbody>.warning>th,.thank-donors table>tfoot>.warning>th{background-color:#fcf8e3}.thank-donors table>tbody>tr:nth-child(odd)>td,.thank-donors table>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}#hello-free-droid{background:url('/campaigns/android/robot.png') no-repeat top left transparent;height:200px;width:230px;float:left;margin-left:-6em;margin-right:1.5em}@media (min-width:992px){#hello-free-droid{position:absolute;margin-left:-200px;margin-top:-10em}}#hello-free-droid img{display:none}.valentine-ilovefs #logo{background:url(/graphics/logov.png) top left no-repeat}.valentine-ilovefs .svg #logo{background:url(/graphics/logov.svg) top left no-repeat}.valentine-ilovefs #followup{background:url(/graphics/ribbonv.png) no-repeat 100% -40px #fff}@media (min-width:768px){.valentine-ilovefs #followup{background:url(/graphics/ribbonv.png) no-repeat 100% -70px #fff}}@media (min-width:768px){.svg .valentine-ilovefs #followup{background:url(/graphics/ribbonv.svg) no-repeat 100% -70px #fff}}.planet #motto{clear:none;font-size:1em;text-align:left;position:absolute}#planet-sources a{display:inline-block;width:90%}#planet-sources a:before{content:"→ "}#planet-posts .daygroup h2:first-child{color:#202d79}#planet-posts .daygroup .blogitem{padding-bottom:3em;margin-bottom:3em}.wiki #motto{clear:none;font-size:1em;text-align:left;position:absolute}.wiki #direct-links{visibility:visible}.wiki #direct-links a{display:inline-block}.wiki #text h1{color:#202d79}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:local('Roboto Thin'),local('Roboto-Thin'),url(/fonts/MMDEOSa6i6T9gBocjYCJkQ.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local('Roboto-Light'),url(/fonts/d-QWLnp4didxos_6urzFtg.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto Regular'),local('Roboto-Regular'),url(/fonts/grlryt2bdKIyfMSOhzd1eA.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'),local('Roboto-Medium'),url(/fonts/7KXg6nyyqN8gyMoNwQ7aOQ.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(/fonts/vxNK-E6B13CyehuDCmvQvw.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;src:local('Roboto Black'),local('Roboto-Black'),url(/fonts/1_sFLBJZ_MiiGcnkjN_Mgg.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;src:local('Roboto Thin Italic'),local('Roboto-ThinItalic'),url(/fonts/jB4HYzUnEmLtjz-UHQe60fesZW2xOQ-xsNqO47m55DA.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;src:local('Roboto Light Italic'),local('Roboto-LightItalic'),url(/fonts/iE8HhaRzdhPxC93dOdA05z8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'),local('Roboto-Italic'),url(/fonts/biUEjW7P-lfzIZFXrcy-wQ.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;src:local('Roboto Medium Italic'),local('Roboto-MediumItalic'),url(/fonts/daIfzbEw-lbjMyv4rMUUTj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;src:local('Roboto Bold Italic'),local('Roboto-BoldItalic'),url(/fonts/owYYXKukxFDFjr0ZO8NXhz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;src:local('Roboto Black Italic'),local('Roboto-BlackItalic'),url(/fonts/b9PWBSMHrT2zM5FgUdtu0T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:300;src:local('Roboto Slab Light'),local('RobotoSlab-Light'),url(/fonts/dazS1PrQQuCxC3iOAJFEJf25ds880Du_gFZbUlZlsbg.woff) format('woff')}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;src:local('Roboto Slab Regular'),local('RobotoSlab-Regular'),url(/fonts/3__ulTNA7unv0UtplybPij8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;src:local('Roboto Slab Bold'),local('RobotoSlab-Bold'),url(/fonts/dazS1PrQQuCxC3iOAJFEJZXMLUeV6_io0G3F6eXSVcg.woff) format('woff')}@font-face{font-family:'GNUTypewriter';src:url('/fonts/GNUTypewriterStandard.ttf') format('truetype');font-weight:normal;font-style:normal}/*!
+ */.button{margin:.4em;padding:1em;cursor:pointer;background:#e1e1e1;text-decoration:none;color:#666}.grow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.grow:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.shrink{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.shrink:hover{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}@-webkit-keyframes pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes pulse{25%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}}.pulse{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse:hover{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse-grow{to{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.pulse-grow{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse-grow:hover{-webkit-animation-name:pulse-grow;animation-name:pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes pulse-shrink{to{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes pulse-shrink{to{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}}.pulse-shrink{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse-shrink:hover{-webkit-animation-name:pulse-shrink;animation-name:pulse-shrink;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes push{50%{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.push{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.push:hover{-webkit-animation-name:push;animation-name:push;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pop{50%{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pop{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pop:hover{-webkit-animation-name:pop;animation-name:pop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.rotate{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.rotate:hover{-webkit-transform:rotate(4deg);-ms-transform:rotate(4deg);transform:rotate(4deg)}.grow-rotate{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.grow-rotate:hover{-webkit-transform:scale(1.1) rotate(4deg);-ms-transform:scale(1.1) rotate(4deg);transform:scale(1.1) rotate(4deg)}.float{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.float:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.sink{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.sink:hover{-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@-webkit-keyframes hover{50%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes hover{50%{-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}}.hover{display:inline-block;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hover:hover{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);-webkit-animation-name:hover;animation-name:hover;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hang{50%{-webkit-transform:translateY(3px);transform:translateY(3px)}100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes hang{50%{-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}100%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px)}}.hang{display:inline-block;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hang:hover{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-animation-name:hang;animation-name:hang;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.skew{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.skew:hover{-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}.skew-forward{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.skew-forward:hover{-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}@-webkit-keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.wobble-vertical{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-vertical:hover{-webkit-animation-name:wobble-vertical;animation-name:wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);-ms-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);-ms-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);-ms-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);-ms-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);-ms-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.wobble-horizontal{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-horizontal:hover{-webkit-animation-name:wobble-horizontal;animation-name:wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0)}}.wobble-top{display:inline-block;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-top:hover{-webkit-animation-name:wobble-top;animation-name:wobble-top;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0)}}.wobble-bottom{display:inline-block;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-bottom:hover{-webkit-animation-name:wobble-bottom;animation-name:wobble-bottom;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.border-fade{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0)}.border-fade:hover{box-shadow:inset 0 0 0 4px #666,0 0 1px rgba(0,0,0,0)}.hollow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:background;transition-property:background;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0)}.hollow:hover{background:none}.trim{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.trim:before{content:'';position:absolute;border:#fff solid 4px;top:4px;left:4px;right:4px;bottom:4px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.trim:hover:before{opacity:1}.outline-outward{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.outline-outward:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:0;right:0;bottom:0;left:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.outline-outward:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px}.outline-inward{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.outline-inward:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:-16px;right:-16px;bottom:-16px;left:-16px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.outline-inward:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px;opacity:1}.round-corners{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:border-radius;transition-property:border-radius;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.round-corners:hover{border-radius:1em}.glow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.glow:hover{box-shadow:0 0 8px rgba(0,0,0,0.6)}.box-shadow-outset{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.box-shadow-outset:hover{box-shadow:2px 2px 2px rgba(0,0,0,0.6)}.box-shadow-inset{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 rgba(0,0,0,0.6),0 0 1px rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.box-shadow-inset:hover{box-shadow:inset 2px 2px 2px rgba(0,0,0,0.6),0 0 1px rgba(0,0,0,0)}.float-shadow{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.float-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity}.float-shadow:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.float-shadow:hover:before{opacity:1;-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@keyframes hover{50%{-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}}@-webkit-keyframes hover-shadow{0%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}50%{-webkit-transform:translateY(3px);transform:translateY(3px);opacity:1}100%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}}@keyframes hover-shadow{0%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);opacity:.4}50%{-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px);opacity:1}100%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);opacity:.4}}.hover-shadow{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hover-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity}.hover-shadow:hover{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);-webkit-animation-name:hover;animation-name:hover;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.hover-shadow:hover:before{opacity:.4;-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-animation-name:hover-shadow;animation-name:hover-shadow;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.shadow-radial{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.shadow-radial:before,.shadow-radial:after{pointer-events:none;position:absolute;content:'';left:0;width:100%;-moz-box-sizing:border-box;box-sizing:border-box;background-repeat:no-repeat;height:5px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.shadow-radial:before{bottom:100%;background:-webkit-radial-gradient(50% 150%, ellipse, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% 150%, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%)}.shadow-radial:after{top:100%;background:-webkit-radial-gradient(50% -50%, ellipse, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% -50%, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%)}.shadow-radial:hover:before,.shadow-radial:hover:after{opacity:1}.bubble-top{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-top:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;left:-webkit-calc(40%);left:calc(40%);border-width:0 10px 10px 10px;border-color:transparent transparent #e1e1e1 transparent;-webkit-transition-property:top;transition-property:top}.bubble-top:hover:before{top:-10px}.bubble-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-right:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:right;transition-property:right;top:-webkit-calc(40%);top:calc(40%);right:0;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1}.bubble-right:hover:before{right:-10px}.bubble-bottom{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-bottom:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:bottom;transition-property:bottom;left:-webkit-calc(40%);left:calc(40%);bottom:0;border-width:10px 10px 0 10px;border-color:#e1e1e1 transparent transparent transparent}.bubble-bottom:hover:before{bottom:-10px}.bubble-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-left:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:left;transition-property:left;top:-webkit-calc(40%);top:calc(40%);left:0;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent}.bubble-left:hover:before{left:-10px}.bubble-float-top{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-top:before{pointer-events:none;position:absolute;z-index:-1;content:'';left:-webkit-calc(40%);left:calc(40%);top:0;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #e1e1e1 transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top;transition-property:top}.bubble-float-top:hover{-webkit-transform:translateY(5px) translateZ(0);-ms-transform:translateY(5px) translateZ(0);transform:translateY(5px) translateZ(0)}.bubble-float-top:hover:before{top:-10px}.bubble-float-right{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-right:before{pointer-events:none;position:absolute;z-index:-1;top:-webkit-calc(40%);top:calc(40%);right:0;content:'';border-style:solid;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:right;transition-property:right}.bubble-float-right:hover{-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px)}.bubble-float-right:hover:before{right:-10px}.bubble-float-bottom{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-bottom:before{pointer-events:none;position:absolute;z-index:-1;content:'';left:-webkit-calc(40%);left:calc(40%);bottom:0;border-style:solid;border-width:10px 10px 0 10px;border-color:#e1e1e1 transparent transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:bottom;transition-property:bottom}.bubble-float-bottom:hover{-webkit-transform:translateY(-5px) translateZ(0);-ms-transform:translateY(-5px) translateZ(0);transform:translateY(-5px) translateZ(0)}.bubble-float-bottom:hover:before{bottom:-10px}.bubble-float-left{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-left:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:-webkit-calc(40%);top:calc(40%);left:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:left;transition-property:left}.bubble-float-left:hover{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}.bubble-float-left:hover:before{left:-10px}.curl-top-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-top-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;left:0;background:#fff;background:-webkit-linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');z-index:1000;box-shadow:1px 1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-top-left:hover:before{width:25px;height:25px}.curl-top-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-top-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;right:0;background:#fff;background:-webkit-linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:-1px 1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-top-right:hover:before{width:25px;height:25px}.curl-bottom-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-bottom-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;right:0;background:#fff;background:-webkit-linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:-1px -1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-bottom-right:hover:before{width:25px;height:25px}.curl-bottom-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-bottom-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;left:0;background:#fff;background:-webkit-linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:1px -1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-bottom-left:hover:before{width:25px;height:25px}@media (min-width:1200px){body{font-size:16px}}hr{clear:both}.list-no-style{list-style-type:none;margin:0;padding:0}.quote{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}.fr q,.el q{quotes:"« " " »" "“" "”"}.de q{quotes:"„" "“" "," "â€"}q,.en q{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;quotes:"“" "”" "â€" "’"}.action a,.action a:hover{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;color:#fff;background-color:#3394ce;border-color:#2d86bb}.action a:focus,.action a:hover:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.action a:hover,.action a:hover:hover,.action a:focus,.action a:hover:focus{color:#333;text-decoration:none}.action a:active,.action a:hover:active,.action a.active,.action a:hover.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.action a.disabled,.action a:hover.disabled,.action a[disabled],.action a:hover[disabled],fieldset[disabled] .action a,fieldset[disabled] .action a:hover{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.action a:hover,.action a:hover:hover,.action a:focus,.action a:hover:focus,.action a:active,.action a:hover:active,.action a.active,.action a:hover.active,.open .dropdown-toggle.action a,.open .dropdown-toggle.action a:hover{color:#fff;background-color:#2a7dae;border-color:#216289}.action a:active,.action a:hover:active,.action a.active,.action a:hover.active,.open .dropdown-toggle.action a,.open .dropdown-toggle.action a:hover{background-image:none}.action a.disabled,.action a:hover.disabled,.action a[disabled],.action a:hover[disabled],fieldset[disabled] .action a,fieldset[disabled] .action a:hover,.action a.disabled:hover,.action a:hover.disabled:hover,.action a[disabled]:hover,.action a:hover[disabled]:hover,fieldset[disabled] .action a:hover,fieldset[disabled] .action a:hover:hover,.action a.disabled:focus,.action a:hover.disabled:focus,.action a[disabled]:focus,.action a:hover[disabled]:focus,fieldset[disabled] .action a:focus,fieldset[disabled] .action a:hover:focus,.action a.disabled:active,.action a:hover.disabled:active,.action a[disabled]:active,.action a:hover[disabled]:active,fieldset[disabled] .action a:active,fieldset[disabled] .action a:hover:active,.action a.disabled.active,.action a:hover.disabled.active,.action a[disabled].active,.action a:hover[disabled].active,fieldset[disabled] .action a.active,fieldset[disabled] .action a:hover.active{background-color:#3394ce;border-color:#2d86bb}.action a .badge,.action a:hover .badge{color:#3394ce;background-color:#fff}.n{display:none !important}h1{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee;color:#202d79}h1,h2,h3,h4{font-weight:300}.with-image-left{margin-left:-15px;margin-right:-15px}.with-image-left:before,.with-image-left:after{content:" ";display:table}.with-image-left:after{clear:both}.with-image-left:before,.with-image-left:after{content:" ";display:table}.with-image-left:after{clear:both}.with-image-left>img:first-child{display:block;margin-top:5px;margin-bottom:10px;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-left>img:first-child{float:left;width:25%}}@media (max-width:767px){.with-image-left>img:first-child{width:180px;margin-left:auto;margin-right:auto}}.with-image-left>:nth-child(n+2){position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-left>:nth-child(n+2){float:left;width:75%}}@media (min-width:768px){.with-image-left>:nth-child(n+3){margin-left:25%}}.with-image-right{margin-left:-15px;margin-right:-15px}.with-image-right:before,.with-image-right:after{content:" ";display:table}.with-image-right:after{clear:both}.with-image-right:before,.with-image-right:after{content:" ";display:table}.with-image-right:after{clear:both}.with-image-right>img:first-child{display:block;margin-top:5px;margin-bottom:10px;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-right>img:first-child{float:left;width:25%}}@media (max-width:767px){.with-image-right>img:first-child{width:180px;margin-left:auto;margin-right:auto}}.with-image-right>:nth-child(n+2){position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-right>:nth-child(n+2){float:left;width:75%}}@media (min-width:768px){.with-image-right>img:first-child{left:75%}}@media (min-width:768px){.with-image-right>:nth-child(2){right:25%}}.with-image-right>:nth-child(3){clear:both}#translations,#main,#followup{margin-left:-15px;margin-right:-15px}#translations:before,#main:before,#followup:before,#translations:after,#main:after,#followup:after{content:" ";display:table}#translations:after,#main:after,#followup:after{clear:both}#translations:before,#main:before,#followup:before,#translations:after,#main:after,#followup:after{content:" ";display:table}#translations:after,#main:after,#followup:after{clear:both}#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}#translations:before,#top:before,#main:before,#followup:before,#bottom:before,#fsfe-web:before,#full-menu:before,#notifications:before,#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{content:" ";display:table}#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{clear:both}#translations:before,#top:before,#main:before,#followup:before,#bottom:before,#fsfe-web:before,#full-menu:before,#notifications:before,#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{content:" ";display:table}#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{clear:both}@media (min-width:768px){#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{width:750px}}@media (min-width:992px){#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{width:970px}}@media (min-width:1200px){#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{width:1170px}}div#subpages,.grid-row{margin-left:-15px;margin-right:-15px;padding-bottom:1em}div#subpages:before,.grid-row:before,div#subpages:after,.grid-row:after{content:" ";display:table}div#subpages:after,.grid-row:after{clear:both}div#subpages:before,.grid-row:before,div#subpages:after,.grid-row:after{content:" ";display:table}div#subpages:after,.grid-row:after{clear:both}div#subpages .half,.grid-row .half{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){div#subpages .half,.grid-row .half{float:left;width:50%}}#translations{display:none;opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;background:#fff;border-bottom:1px solid #999;position:absolute;width:100%;z-index:99;transition:display .15s linear 0s,opacity .15s linear 0s}#translations.in{display:block}#translations.in{opacity:1}#translations a.close{float:right !important;float:right;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#translations a.close{float:left;width:8.33333333%}}#translations a.contribute-translation{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#translations a.contribute-translation{float:left;width:16.66666667%}}#translations ul{list-style-type:none;margin:0;padding:0;float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#translations ul{float:left;width:75%}}#translations li{display:inline-block;margin-right:.5em}#translations li:before{content:"› "}.no-js #translations{display:block;opacity:1;position:relative;font-size:.8em}.no-js #translations a.close{display:none}#masthead{padding:2em 2em 3em;display:block;width:100%}@media (min-width:768px){#masthead{padding-left:3em}}#logo span{font-size:.00001em;color:transparent;visibility:hidden}#link-home a{display:block;position:absolute;font-size:.00001em;color:transparent}#motto{display:none;clear:both;font-weight:300;font-size:1.7em;padding:.5em 0 0 0;text-align:center;color:#202d79}@media (min-width:480px){#motto{font-size:2.7em}}@media (min-width:768px){#menu{float:right !important;float:right;text-align:right}}#direct-links{visibility:hidden;margin-bottom:2em}#direct-links span,#direct-links a{display:none;padding:.5em}#direct-links #direct-to-menu-list,#direct-links #direct-to-translations,#direct-links #direct-to-home,#direct-links #direct-to-login,#direct-links #direct-to-join{visibility:visible;display:inline-block}#direct-links #direct-to-menu-list .fa,#direct-links #direct-to-translations .fa,#direct-links #direct-to-home .fa,#direct-links #direct-to-login .fa,#direct-links #direct-to-join .fa{padding-right:.3em}@media (min-width:768px){#direct-links #direct-to-menu-list{visibility:hidden;display:none}}.no-js #direct-links{visibility:visible}.no-js #direct-links span,.no-js #direct-links a{display:inline-block}.no-js #direct-links #direct-to-translations,.no-js #direct-links #direct-to-menu-list{display:none}@media (min-width:480px){#menu-list,#search{display:inline-block}}#menu-list{list-style-type:none;margin:0;padding:0;display:none;padding-bottom:1.5em}#menu-list.in{display:block}@media (min-width:480px){#menu-list{display:block;display:inline-block;padding-bottom:.5em}}#menu-list li{display:inline-block}#menu-list li a{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;font-weight:400}#menu-list li a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#menu-list li a:hover,#menu-list li a:focus{color:#333;text-decoration:none}#menu-list li a:active,#menu-list li a.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}#menu-list li a.disabled,#menu-list li a[disabled],fieldset[disabled] #menu-list li a{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}@media (min-width:992px){#menu-list li a{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}}#menu-list li a:hover{color:#fff;background-color:#3394ce;border-color:#2d86bb;background-color:rgba(32,45,121,0.5)}#menu-list li a:hover:hover,#menu-list li a:hover:focus,#menu-list li a:hover:active,#menu-list li a:hover.active,.open .dropdown-toggle#menu-list li a:hover{color:#fff;background-color:#2a7dae;border-color:#216289}#menu-list li a:hover:active,#menu-list li a:hover.active,.open .dropdown-toggle#menu-list li a:hover{background-image:none}#menu-list li a:hover.disabled,#menu-list li a:hover[disabled],fieldset[disabled] #menu-list li a:hover,#menu-list li a:hover.disabled:hover,#menu-list li a:hover[disabled]:hover,fieldset[disabled] #menu-list li a:hover:hover,#menu-list li a:hover.disabled:focus,#menu-list li a:hover[disabled]:focus,fieldset[disabled] #menu-list li a:hover:focus,#menu-list li a:hover.disabled:active,#menu-list li a:hover[disabled]:active,fieldset[disabled] #menu-list li a:hover:active,#menu-list li a:hover.disabled.active,#menu-list li a:hover[disabled].active,fieldset[disabled] #menu-list li a:hover.active{background-color:#3394ce;border-color:#2d86bb}#menu-list li a:hover .badge{color:#3394ce;background-color:#fff}.no-js #menu-list{display:block}@media (min-width:480px){.no-js #menu-list{display:inline-block;padding-bottom:.5em}}#search form,#search p{margin:0;padding:0}#search label,#search input[type="image"]{position:absolute;font-size:.0001em;width:25px;height:25px;margin:5px;opacity:0}#search button,#search input[name="query"]{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;padding-left:2.5em;display:inline;text-align:left;width:70%;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s,width .15s ease-in-out 0s;background:url(/graphics/icons/search-button.png) .6em 50% no-repeat rgba(255,255,255,0.75)}#search button:focus,#search input[name="query"]:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}#search button:-moz-placeholder,#search input[name="query"]:-moz-placeholder{color:#999}#search button::-moz-placeholder,#search input[name="query"]::-moz-placeholder{color:#999;opacity:1}#search button:-ms-input-placeholder,#search input[name="query"]:-ms-input-placeholder{color:#999}#search button::-webkit-input-placeholder,#search input[name="query"]::-webkit-input-placeholder{color:#999}#search button[disabled],#search input[name="query"][disabled],#search button[readonly],#search input[name="query"][readonly],fieldset[disabled] #search button,fieldset[disabled] #search input[name="query"]{cursor:not-allowed;background-color:#eee}textarea#search button,textarea#search input[name="query"]{height:auto}#search button,#search input[name="query"]:focus{width:100%;background-color:#fff}.article #content,.planet #content,.article #planet-posts,.planet #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.article #content,.planet #content,.article #planet-posts,.planet #planet-posts{float:left;width:66.66666667%}}.article #sidebar,.planet #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.article #sidebar,.planet #sidebar{float:left;width:33.33333333%}}#content+#sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){#content+#sidebar{float:left;width:33.33333333%}}#main,#followup{background:#fff;margin:1em auto;padding:1.5em;font-size:1.1em;box-shadow:0 .4em 1em #c8c8c8}@media (min-width:768px){#main,#followup{padding:3em}}#main{padding-top:1em}#main h1,#main h2,#main h3,#main h4,#main h5,#main h6{-moz-hypens:manual;-webkit-hyphens:manual;hyphens:manual}#main p{-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}#main aside#tags{clear:both;margin:3em 0 -2em 0;font-size:.8em;float:none;position:static}#main aside#tags h2{display:inline;color:#999;font-size:1em;font-weight:normal}#main aside#tags h2::after{content:":"}#main footer.notice{clear:both;margin:3em -1.5em -3em;background:#eee;color:#555;padding:1em}#main footer.notice:before,#main footer.notice:after{content:" ";display:table}#main footer.notice:after{clear:both}#main footer.notice:before,#main footer.notice:after{content:" ";display:table}#main footer.notice:after{clear:both}#main footer.notice a{color:#333}@media (min-width:768px){#main footer.notice{margin:3em -3em -3em}}#main footer.copyright.notice{min-height:30px}#main footer.copyright.notice a{color:#555}#main footer.creativecommons{background:url(/graphics/cc-logo.png) 2em 50% no-repeat #eee;padding-left:150px}#content{max-width:99ex;margin-left:auto;margin-right:auto}#sidebar{color:#999;padding:2em 0}#sidebar ul{list-style-type:none;margin:0;padding:0;margin-bottom:1em}#sidebar ul li{border-bottom:1px solid #eee;padding:.3em 0}#sidebar ul li a{display:block;width:100%}#sidebar .dt-published{display:block;font-size:.9em}#category{background:#d7eaf6;display:block;width:42%;padding:.5em;margin:-2em 0 0}#category a:before{content:"‹ "}#article-metadata{font-weight:300;margin-bottom:1.5em}#article-metadata img{height:24px;margin:-0.2em .2em -0.2em;box-shadow:0 0 3px rgba(0,0,0,0.3)}#article-metadata time.dt-updated:after{content:", "}#article-metadata time.dt-updated:last-child:after{content:"."}#introduction p{font-weight:300;font-size:1.1em}#introduction p strong{font-weight:500}@media (min-width:992px){#content aside{float:right;margin-left:100%;position:absolute}#content aside p{width:100%;min-width:320px;max-width:340px}}#content aside p{border-left:1px solid #3394ce;padding-left:1em;font-size:.9em}#content blockquote,#content .blockQuote{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;border:0;padding-top:20px;padding-bottom:20px;background-color:rgba(116,140,156,0.23)}#content blockquote p,#content .blockQuote p{line-height:1.35}#content blockquote footer cite,#content .blockQuote footer cite{font-style:italic}#content blockquote+#content blockquote,#content blockquote+#content .blockQuote,#content .blockQuote+#content blockquote,#content .blockQuote+#content .blockQuote{margin-top:-1.3em}#content pre,#content pre code{white-space:pre}#content pre{font-size:1em;padding-left:3em;border-style:dotted;border-width:1px 1px 1px 0;border-radius:0;overflow-x:auto}#content pre code{font-size:.95em}#content pre.term{background:#0c141f;color:#e6ffff}#content pre.term code:before{content:"$ "}#content img{max-width:100%}#content .captioned{text-align:center}#content .captioned img{margin:0 auto;display:block;box-shadow:.2em .2em 1em rgba(0,0,0,0.3)}#content .captioned header,#content .captioned footer,#content .captioned img+p{padding:10px 15px}#content .captioned header,#content .captioned footer{text-align:left;display:block}#content .captioned header p,#content .captioned footer p{margin:5px}#content .captioned footer,#content .captioned img+p{background:#eee;font-weight:300}#content .captioned img+p{display:inline-block}#content .captioned.center-block,#content .captioned.center{margin-left:auto;margin-right:auto}#content .captioned.right{margin-left:1.5em;margin-right:0}#content .captioned.left{margin-right:1.5em;margin-left:0}#content .p-summary{font-size:1.2em;font-weight:300}#content .action-after{display:table}#content .action-after .action-describe,#content .action-after .action-main{display:table-cell;vertical-align:middle;padding:.5em 1em}#content .action-after .action-describe{background:#d7eaf6;color:#202d79;width:23%;text-align:right}#content .action-after .action-describe:after{padding-left:.3em;content:" ▸"}#content .action-after .action-main{background:#eee;width:77%}#content .blockHighlight{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;border:0;padding-top:20px;padding-bottom:20px;background-color:rgba(116,140,156,0.23);padding-right:20px}#content .blockHighlight p{line-height:1.35}#content .blockHighlight footer cite{font-style:italic}#content .blockHighlight+#content .blockHighlight{margin-top:-1.3em}.fsfe-form label.required .star{font-weight:400}.fsfe-form label+input,.fsfe-form label+textarea{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;margin-bottom:1.25em}.fsfe-form label+input:focus,.fsfe-form label+textarea:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.fsfe-form label+input:-moz-placeholder,.fsfe-form label+textarea:-moz-placeholder{color:#999}.fsfe-form label+input::-moz-placeholder,.fsfe-form label+textarea::-moz-placeholder{color:#999;opacity:1}.fsfe-form label+input:-ms-input-placeholder,.fsfe-form label+textarea:-ms-input-placeholder{color:#999}.fsfe-form label+input::-webkit-input-placeholder,.fsfe-form label+textarea::-webkit-input-placeholder{color:#999}.fsfe-form label+input[disabled],.fsfe-form label+textarea[disabled],.fsfe-form label+input[readonly],.fsfe-form label+textarea[readonly],fieldset[disabled] .fsfe-form label+input,fieldset[disabled] .fsfe-form label+textarea{cursor:not-allowed;background-color:#eee}textarea.fsfe-form label+input,textarea.fsfe-form label+textarea{height:auto}.fsfe-form label+input+.help-block,.fsfe-form label+textarea+.help-block{margin-top:-1em;margin-bottom:1.25em}.fsfe-form textarea{min-height:150px}.fsfe-form button,.fsfe-form input[type="submit"]{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;display:block;margin:1em 0}.toplevel #category{display:none}.toplevel h1{background:#85bfe2;color:#fff;text-shadow:0 1px 2px #202d79;display:block;min-width:200px;padding:.5em;margin:-0.5em -0.2em .5em;border:0}@media (min-width:768px){.toplevel h1{width:50%;margin:-1em 0 1em 0}}.full-width #main{width:100%}.frontpage #content,.subsite #content,.full-width #content{max-width:none}.article #content{display:inline-block}.article #content .p-name{color:#202d79}.article .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.article .standout{margin-left:-3em}}.article .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.article .standout-text{margin-left:-3em}}@media (min-width:768px){.article .standout-text{padding-left:3em}}.article blockquote,.article .blockQuote,.article .blockHighlight,.article pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.article blockquote,.article .blockQuote,.article .blockHighlight,.article pre{margin-left:-3em}}@media (min-width:768px){.article blockquote,.article .blockQuote,.article .blockHighlight,.article pre{padding-left:3em}}.article .captioned,.article .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.article .captioned,.article .action-after{margin-left:-3em}}.article .captioned.center-block,.article .captioned.center{margin-left:auto;margin-right:auto}.article .captioned.right{margin-left:1.5em;margin-right:0}.article .captioned.left{margin-right:1.5em;margin-left:0}.press.release #content,.press.release #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.press.release #content,.press.release #planet-posts{float:left;width:66.66666667%}}.press.release #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.press.release #sidebar{float:left;width:33.33333333%}}.press.release #content{display:inline-block}.press.release #content .p-name{color:#202d79}.press.release .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.press.release .standout{margin-left:-3em}}.press.release .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.press.release .standout-text{margin-left:-3em}}@media (min-width:768px){.press.release .standout-text{padding-left:3em}}.press.release blockquote,.press.release .blockQuote,.press.release .blockHighlight,.press.release pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.press.release blockquote,.press.release .blockQuote,.press.release .blockHighlight,.press.release pre{margin-left:-3em}}@media (min-width:768px){.press.release blockquote,.press.release .blockQuote,.press.release .blockHighlight,.press.release pre{padding-left:3em}}.press.release .captioned,.press.release .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.press.release .captioned,.press.release .action-after{margin-left:-3em}}.press.release .captioned.center-block,.press.release .captioned.center{margin-left:auto;margin-right:auto}.press.release .captioned.right{margin-left:1.5em;margin-right:0}.press.release .captioned.left{margin-right:1.5em;margin-left:0}.france.frontpage #content,.france.frontpage #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.france.frontpage #content,.france.frontpage #planet-posts{float:left;width:66.66666667%}}.france.frontpage #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.france.frontpage #sidebar{float:left;width:33.33333333%}}.france.frontpage #content{display:inline-block}.france.frontpage #content .p-name{color:#202d79}.france.frontpage .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.france.frontpage .standout{margin-left:-3em}}.france.frontpage .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.france.frontpage .standout-text{margin-left:-3em}}@media (min-width:768px){.france.frontpage .standout-text{padding-left:3em}}.france.frontpage blockquote,.france.frontpage .blockQuote,.france.frontpage .blockHighlight,.france.frontpage pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.france.frontpage blockquote,.france.frontpage .blockQuote,.france.frontpage .blockHighlight,.france.frontpage pre{margin-left:-3em}}@media (min-width:768px){.france.frontpage blockquote,.france.frontpage .blockQuote,.france.frontpage .blockHighlight,.france.frontpage pre{padding-left:3em}}.france.frontpage .captioned,.france.frontpage .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.france.frontpage .captioned,.france.frontpage .action-after{margin-left:-3em}}.france.frontpage .captioned.center-block,.france.frontpage .captioned.center{margin-left:auto;margin-right:auto}.france.frontpage .captioned.right{margin-left:1.5em;margin-right:0}.france.frontpage .captioned.left{margin-right:1.5em;margin-left:0}.france.frontpage #news,.france.frontpage #events{width:auto}.france.frontpage #team{margin-top:3em}h2#subpages,h3#subpage,h4#subpages{display:none}h2#subpages.show-heading,h3#subpages.show-heading,h4#subpages.show-heading{display:block}ul#subpages,h2#subpages+ul,h3#subpages+ul,h4#subpages+ul,ul.subheadings,ul.overview{clear:both;clear:none;margin-left:-15px;margin-right:-15px;list-style-type:none;margin:0;padding:0;padding:0 0 2em 0}ul#subpages:before,h2#subpages+ul:before,h3#subpages+ul:before,h4#subpages+ul:before,ul.subheadings:before,ul.overview:before,ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{content:" ";display:table}ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{clear:both}ul#subpages:before,h2#subpages+ul:before,h3#subpages+ul:before,h4#subpages+ul:before,ul.subheadings:before,ul.overview:before,ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{content:" ";display:table}ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{clear:both}ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:50%}}@media (min-width:480px){ul#subpages li:nth-child(odd),h2#subpages+ul li:nth-child(odd),h3#subpages+ul li:nth-child(odd),h4#subpages+ul li:nth-child(odd),ul.subheadings li:nth-child(odd),ul.overview li:nth-child(odd){clear:both}}ul#subpages li ul,h2#subpages+ul li ul,h3#subpages+ul li ul,h4#subpages+ul li ul,ul.subheadings li ul,ul.overview li ul{padding:0}ul#subpages li ul li,h2#subpages+ul li ul li,h3#subpages+ul li ul li,h4#subpages+ul li ul li,ul.subheadings li ul li,ul.overview li ul li{float:none;width:100%;display:block;padding:0}ul#subpages li ul li a:before,h2#subpages+ul li ul li a:before,h3#subpages+ul li ul li a:before,h4#subpages+ul li ul li a:before,ul.subheadings li ul li a:before,ul.overview li ul li a:before{content:"› "}ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:50%}}@media (min-width:768px){ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{display:inline-block}}.subsite #category{display:none}.subsite h1{background:#85bfe2;color:#fff;text-shadow:0 1px 2px #202d79;display:block;min-width:200px;padding:.5em;margin:-0.5em -0.2em .5em;border:0}@media (min-width:768px){.subsite h1{width:50%;margin:-1em 0 1em 0}}.subsite #content{margin-left:-15px;margin-right:-15px}.subsite #content:before,.subsite #content:after{content:" ";display:table}.subsite #content:after{clear:both}.subsite #content:before,.subsite #content:after{content:" ";display:table}.subsite #content:after{clear:both}.subsite #content #introduction{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content #introduction{float:left;width:33.33333333%}}.subsite #content #introduction+.subheadings{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content #introduction+.subheadings{float:left;width:66.66666667%}}.subsite #content .subheadings,.subsite #content .subheadings+.subheadings{clear:none;margin-left:-15px;margin-right:-15px;list-style-type:none;margin:0;padding:0;padding:0 0 2em 0}.subsite #content .subheadings:before,.subsite #content .subheadings+.subheadings:before,.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{content:" ";display:table}.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{clear:both}.subsite #content .subheadings:before,.subsite #content .subheadings+.subheadings:before,.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{content:" ";display:table}.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{clear:both}.subsite #content .subheadings li,.subsite #content .subheadings+.subheadings li{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content .subheadings li,.subsite #content .subheadings+.subheadings li{float:left;width:50%}}@media (min-width:480px){.subsite #content .subheadings li:nth-child(odd),.subsite #content .subheadings+.subheadings li:nth-child(odd){clear:both}}.subsite #content .subheadings li ul,.subsite #content .subheadings+.subheadings li ul{padding:0}.subsite #content .subheadings li ul li,.subsite #content .subheadings+.subheadings li ul li{float:none;width:100%;display:block;padding:0}.subsite #content .subheadings li ul li a:before,.subsite #content .subheadings+.subheadings li ul li a:before{content:"› "}.subsite #content .subheadings+.subheadings{clear:both}.subsite #content .subheadings+.subheadings li{float:left;width:50%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content .subheadings+.subheadings li{float:left;width:33.33333333%}}@media (min-width:480px){.subsite #content .subheadings+.subheadings li:nth-child(odd){clear:none}.subsite #content .subheadings+.subheadings li:nth-child(3n+4){clear:both}}.subsite #introduction{padding-top:1.5em}.subsite #introduction .image{float:left !important;float:left;max-width:30%;margin-right:.5em}#followup:before,#followup:after{content:" ";display:table}#followup:after{clear:both}#followup:before,#followup:after{content:" ";display:table}#followup:after{clear:both}#followup h2{padding:0}#followup form{display:inline-block}#followup input#email{margin:0 1em;max-width:18em}#followup a.btn{color:#fff;background-color:#3394ce;border-color:#2d86bb}#followup a.btn:hover,#followup a.btn:focus,#followup a.btn:active,#followup a.btn.active,.open .dropdown-toggle#followup a.btn{color:#fff;background-color:#2a7dae;border-color:#216289}#followup a.btn:active,#followup a.btn.active,.open .dropdown-toggle#followup a.btn{background-image:none}#followup a.btn.disabled,#followup a.btn[disabled],fieldset[disabled] #followup a.btn,#followup a.btn.disabled:hover,#followup a.btn[disabled]:hover,fieldset[disabled] #followup a.btn:hover,#followup a.btn.disabled:focus,#followup a.btn[disabled]:focus,fieldset[disabled] #followup a.btn:focus,#followup a.btn.disabled:active,#followup a.btn[disabled]:active,fieldset[disabled] #followup a.btn:active,#followup a.btn.disabled.active,#followup a.btn[disabled].active,fieldset[disabled] #followup a.btn.active{background-color:#3394ce;border-color:#2d86bb}#followup a.btn .badge{color:#3394ce;background-color:#fff}@media (min-width:768px){#followup{padding:3em 3em 3em 2em}}#followup.subscribe-nl h2{position:relative;min-height:1px;padding-left:15px;padding-right:15px;margin:0 0 10px}@media (min-width:992px){#followup.subscribe-nl h2{float:left;width:50%}}@media (min-width:1200px){#followup.subscribe-nl h2{float:left;width:41.66666667%}}#followup.subscribe-nl form{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#followup.subscribe-nl form{float:left;width:50%}}@media (min-width:1200px){#followup.subscribe-nl form{float:left;width:58.33333333%}}@media (min-width:992px){#followup.subscribe-nl h2{margin:0;top:5px}}#followup.join h2,#followup.support h2,#followup.donate h2{position:relative;min-height:1px;padding-left:15px;padding-right:15px;text-align:center}@media (min-width:768px){#followup.join h2,#followup.support h2,#followup.donate h2{float:left;width:33.33333333%}}#followup.join p,#followup.support p,#followup.donate p{position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding:0;padding-top:1em}@media (min-width:768px){#followup.join p,#followup.support p,#followup.donate p{float:left;width:66.66666667%}}#followup.join a.btn,#followup.support a.btn,#followup.donate a.btn{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){#followup.join a.btn,#followup.support a.btn,#followup.donate a.btn{float:left;width:16.66666667%}}@media (min-width:768px){#followup.join a.btn,#followup.support a.btn,#followup.donate a.btn{margin-left:33.33333333%}}#bottom{background:#fff;box-shadow:1em 0 1em 1em #fff;margin:5em 0 0;padding:5em 0;width:100%}#bottom section{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;margin-bottom:1.5em}#bottom section:before,#bottom section:after{content:" ";display:table}#bottom section:after{clear:both}#bottom section:before,#bottom section:after{content:" ";display:table}#bottom section:after{clear:both}@media (min-width:768px){#bottom section{width:750px}}@media (min-width:992px){#bottom section{width:970px}}@media (min-width:1200px){#bottom section{width:1170px}}#breadcrumbs{clear:both;min-height:3em;padding:.5em 1.8em}#breadcrumbs a{display:inline-block;padding:.5em;font-weight:600}#breadcrumbs a:after{content:"   » "}#breadcrumbs a:last-child:after{content:""}#fsfe-web{margin-bottom:2em}#fsfe-web a{display:inline-block;padding:1em .5em;font-weight:700;color:#fff;text-shadow:1px 1px 2px #202d79}#full-menu #direct-to-top{margin-left:80%;text-align:right;text-decoration:none !important;display:block}#full-menu #direct-to-top:before{content:"â–´";padding-right:.5ex;text-decoration:none !important}#full-menu #full-menu-list{list-style-type:none;margin:0;padding:0;margin-left:-15px;margin-right:-15px;margin:1em 0 0}#full-menu #full-menu-list:before,#full-menu #full-menu-list:after{content:" ";display:table}#full-menu #full-menu-list:after{clear:both}#full-menu #full-menu-list:before,#full-menu #full-menu-list:after{content:" ";display:table}#full-menu #full-menu-list:after{clear:both}#full-menu #full-menu-list li{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;margin-top:1em;font-weight:600}@media (min-width:768px){#full-menu #full-menu-list li{float:left;width:33.33333333%}}@media (min-width:992px){#full-menu #full-menu-list li{float:left;width:16.66666667%}}#full-menu #full-menu-list li ul{list-style-type:none;margin:0;padding:0}#full-menu #full-menu-list li ul li{margin:0;font-weight:400;display:block;width:100%;line-height:1.1;margin-bottom:.4em}#full-menu #full-menu-list li ul li.fellowship{padding-left:0;font-weight:600;margin-top:.3em;line-height:1.3}#legal-info,#source{margin-left:-15px;margin-right:-15px}#legal-info:before,#source:before,#legal-info:after,#source:after{content:" ";display:table}#legal-info:after,#source:after{clear:both}#legal-info:before,#source:before,#legal-info:after,#source:after{content:" ";display:table}#legal-info:after,#source:after{clear:both}#legal-info p,#source p,#legal-info ul,#source ul{list-style-type:none;margin:0;padding:0;float:left;width:50%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){#legal-info p,#source p,#legal-info ul,#source ul{float:left;width:33.33333333%}}#sister-organisations{text-align:center;margin-top:2em}#campaigns-boxes{height:0;margin:-1em -1.5em;margin-bottom:3em}@media (min-width:768px){#campaigns-boxes{margin-left:-3em;margin-right:-3em;padding:0}}#campaigns-boxes .campaign-box{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;position:absolute;display:block;padding:3em;overflow-y:auto;text-decoration:none !important;color:#fff;text-shadow:0 1px 2px #202d79}#campaigns-boxes .campaign-box:before,#campaigns-boxes .campaign-box:after{content:" ";display:table}#campaigns-boxes .campaign-box:after{clear:both}#campaigns-boxes .campaign-box:before,#campaigns-boxes .campaign-box:after{content:" ";display:table}#campaigns-boxes .campaign-box:after{clear:both}@media (min-width:768px){#campaigns-boxes .campaign-box{width:750px}}@media (min-width:992px){#campaigns-boxes .campaign-box{width:970px}}@media (min-width:1200px){#campaigns-boxes .campaign-box{width:1170px}}@media (min-width:992px){#campaigns-boxes .campaign-box{overflow-y:hidden}}#campaigns-boxes .cycle-pager{text-align:center;bottom:0;width:100%;z-index:500;position:absolute;overflow:hidden;height:35px;padding-top:7px}#campaigns-boxes .cycle-pager span{width:16px;height:16px;display:inline-block;color:transparent;cursor:pointer;border-radius:50px;background:rgba(255,255,255,0.4);margin:.1em}#campaigns-boxes .cycle-pager span.cycle-pager-active{background:rgba(255,255,255,0.8)}#campaigns-boxes .cycle-pager>*{cursor:pointer}.no-js .cycle-pager{display:none}.no-js #campaigns-boxes{overflow-y:scroll;overflow-x:hidden}.no-js #campaigns-boxes .campaign-box{display:inline-block;position:relative}a.fn{bottom:.5em;font-size:.7em;position:relative}h2#fn{display:none}h2#fn+ol{border-top:1px solid #eee;font-size:.9em;margin:2em 0;padding-top:1em}form input#email{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;max-width:25em;display:inline-block}form input#email:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}form input#email:-moz-placeholder{color:#999}form input#email::-moz-placeholder{color:#999;opacity:1}form input#email:-ms-input-placeholder{color:#999}form input#email::-webkit-input-placeholder{color:#999}form input#email[disabled],form input#email[readonly],fieldset[disabled] form input#email{cursor:not-allowed;background-color:#eee}textareaform input#email{height:auto}button,input[type="submit"]{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#333;background-color:#fff;border-color:#ccc;color:#fff;background-color:#3394ce;border-color:#2d86bb}button:focus,input[type="submit"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus{color:#333;text-decoration:none}button:active,input[type="submit"]:active,button.active,input[type="submit"].active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}button.disabled,input[type="submit"].disabled,button[disabled],input[type="submit"][disabled],fieldset[disabled] button,fieldset[disabled] input[type="submit"]{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus,button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{color:#333;background-color:#ebebeb;border-color:#adadad}button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{background-image:none}button.disabled,input[type="submit"].disabled,button[disabled],input[type="submit"][disabled],fieldset[disabled] button,fieldset[disabled] input[type="submit"],button.disabled:hover,input[type="submit"].disabled:hover,button[disabled]:hover,input[type="submit"][disabled]:hover,fieldset[disabled] button:hover,fieldset[disabled] input[type="submit"]:hover,button.disabled:focus,input[type="submit"].disabled:focus,button[disabled]:focus,input[type="submit"][disabled]:focus,fieldset[disabled] button:focus,fieldset[disabled] input[type="submit"]:focus,button.disabled:active,input[type="submit"].disabled:active,button[disabled]:active,input[type="submit"][disabled]:active,fieldset[disabled] button:active,fieldset[disabled] input[type="submit"]:active,button.disabled.active,input[type="submit"].disabled.active,button[disabled].active,input[type="submit"][disabled].active,fieldset[disabled] button.active,fieldset[disabled] input[type="submit"].active{background-color:#fff;border-color:#ccc}button .badge,input[type="submit"] .badge{color:#fff;background-color:#fff}button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus,button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{color:#fff;background-color:#2a7dae;border-color:#216289}button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{background-image:none}button.disabled,input[type="submit"].disabled,button[disabled],input[type="submit"][disabled],fieldset[disabled] button,fieldset[disabled] input[type="submit"],button.disabled:hover,input[type="submit"].disabled:hover,button[disabled]:hover,input[type="submit"][disabled]:hover,fieldset[disabled] button:hover,fieldset[disabled] input[type="submit"]:hover,button.disabled:focus,input[type="submit"].disabled:focus,button[disabled]:focus,input[type="submit"][disabled]:focus,fieldset[disabled] button:focus,fieldset[disabled] input[type="submit"]:focus,button.disabled:active,input[type="submit"].disabled:active,button[disabled]:active,input[type="submit"][disabled]:active,fieldset[disabled] button:active,fieldset[disabled] input[type="submit"]:active,button.disabled.active,input[type="submit"].disabled.active,button[disabled].active,input[type="submit"][disabled].active,fieldset[disabled] button.active,fieldset[disabled] input[type="submit"].active{background-color:#3394ce;border-color:#2d86bb}button .badge,input[type="submit"] .badge{color:#3394ce;background-color:#fff}a.learn-more{font-size:1.2em;font-weight:300;line-height:1;border-bottom:1px dotted #3394ce;font-variant:small-caps;text-transform:lowercase;padding-right:1em;position:relative}a.learn-more:hover{text-decoration:none;border-bottom-style:solid}a.learn-more:after{position:absolute;right:.3em;content:" ▸";opacity:.8;transition:all 150ms linear}a.learn-more:hover:after{right:0;content:" ▸";opacity:1}.social-link{float:right !important;float:right;margin-left:.5em}.big-donate,.big.donate{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;display:block;width:100%;padding-left:0;padding-right:0;color:#fff;background-color:#5cb85c;border-color:#4cae4c;font-size:1.4em}.big-donate:focus,.big.donate:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.big-donate:hover,.big.donate:hover,.big-donate:focus,.big.donate:focus{color:#333;text-decoration:none}.big-donate:active,.big.donate:active,.big-donate.active,.big.donate.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.big-donate.disabled,.big.donate.disabled,.big-donate[disabled],.big.donate[disabled],fieldset[disabled] .big-donate,fieldset[disabled] .big.donate{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.big-donate:hover,.big.donate:hover,.big-donate:focus,.big.donate:focus,.big-donate:active,.big.donate:active,.big-donate.active,.big.donate.active,.open .dropdown-toggle.big-donate,.open .dropdown-toggle.big.donate{color:#fff;background-color:#47a447;border-color:#398439}.big-donate:active,.big.donate:active,.big-donate.active,.big.donate.active,.open .dropdown-toggle.big-donate,.open .dropdown-toggle.big.donate{background-image:none}.big-donate.disabled,.big.donate.disabled,.big-donate[disabled],.big.donate[disabled],fieldset[disabled] .big-donate,fieldset[disabled] .big.donate,.big-donate.disabled:hover,.big.donate.disabled:hover,.big-donate[disabled]:hover,.big.donate[disabled]:hover,fieldset[disabled] .big-donate:hover,fieldset[disabled] .big.donate:hover,.big-donate.disabled:focus,.big.donate.disabled:focus,.big-donate[disabled]:focus,.big.donate[disabled]:focus,fieldset[disabled] .big-donate:focus,fieldset[disabled] .big.donate:focus,.big-donate.disabled:active,.big.donate.disabled:active,.big-donate[disabled]:active,.big.donate[disabled]:active,fieldset[disabled] .big-donate:active,fieldset[disabled] .big.donate:active,.big-donate.disabled.active,.big.donate.disabled.active,.big-donate[disabled].active,.big.donate[disabled].active,fieldset[disabled] .big-donate.active,fieldset[disabled] .big.donate.active{background-color:#5cb85c;border-color:#4cae4c}.big-donate .badge,.big.donate .badge{color:#5cb85c;background-color:#fff}.supporter-text{margin-top:5px}.small-donate,.small.donate{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;color:#fff;background-color:#5cb85c;border-color:#4cae4c}.small-donate:focus,.small.donate:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.small-donate:hover,.small.donate:hover,.small-donate:focus,.small.donate:focus{color:#333;text-decoration:none}.small-donate:active,.small.donate:active,.small-donate.active,.small.donate.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.small-donate.disabled,.small.donate.disabled,.small-donate[disabled],.small.donate[disabled],fieldset[disabled] .small-donate,fieldset[disabled] .small.donate{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.small-donate:hover,.small.donate:hover,.small-donate:focus,.small.donate:focus,.small-donate:active,.small.donate:active,.small-donate.active,.small.donate.active,.open .dropdown-toggle.small-donate,.open .dropdown-toggle.small.donate{color:#fff;background-color:#47a447;border-color:#398439}.small-donate:active,.small.donate:active,.small-donate.active,.small.donate.active,.open .dropdown-toggle.small-donate,.open .dropdown-toggle.small.donate{background-image:none}.small-donate.disabled,.small.donate.disabled,.small-donate[disabled],.small.donate[disabled],fieldset[disabled] .small-donate,fieldset[disabled] .small.donate,.small-donate.disabled:hover,.small.donate.disabled:hover,.small-donate[disabled]:hover,.small.donate[disabled]:hover,fieldset[disabled] .small-donate:hover,fieldset[disabled] .small.donate:hover,.small-donate.disabled:focus,.small.donate.disabled:focus,.small-donate[disabled]:focus,.small.donate[disabled]:focus,fieldset[disabled] .small-donate:focus,fieldset[disabled] .small.donate:focus,.small-donate.disabled:active,.small.donate.disabled:active,.small-donate[disabled]:active,.small.donate[disabled]:active,fieldset[disabled] .small-donate:active,fieldset[disabled] .small.donate:active,.small-donate.disabled.active,.small.donate.disabled.active,.small-donate[disabled].active,.small.donate[disabled].active,fieldset[disabled] .small-donate.active,fieldset[disabled] .small.donate.active{background-color:#5cb85c;border-color:#4cae4c}.small-donate .badge,.small.donate .badge{color:#5cb85c;background-color:#fff}.alert.red{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert.red hr{border-top-color:#e4b9c0}.alert.red .alert-link{color:#843534}.alert.green{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert.green hr{border-top-color:#c9e2b3}.alert.green .alert-link{color:#2b542c}.alert.yellow{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert.yellow hr{border-top-color:#f7e1b5}.alert.yellow .alert-link{color:#66512c}.warning{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;opacity:1}.warning h4{margin-top:0;color:inherit}.warning .alert-link{font-weight:bold}.warning>p,.warning>ul{margin-bottom:0}.warning>p+p{margin-top:5px}.people img,img.author-avatar{float:left;margin:5px 10px 25px 0;width:48px;height:48px;border:1px solid #323232;box-shadow:0 0 3px rgba(0,0,0,0.3)}ul.people{-moz-hypens:manual;-webkit-hyphens:manual;hyphens:manual;list-style-type:none;padding-left:0;font-size:.9em}ul.people:after{clear:both;margin-right:100%;content:" "}ul.people li{display:block;float:left;width:48%;min-width:20em;padding-right:.5em}ul.people li:nth-child(odd){clear:left}ul.people li:last-child:after{clear:both}.people .name,.people .email{display:block}.people .name{font-weight:bold}.people .email{font-style:italic}.employee{line-height:.8em;margin-left:.5em;padding:.4em;border-radius:5%;display:inline-block}.employee.full,.employee.intern{background-color:#bef5be}.employee.part{background-color:#e4f7e4}.employee.fee,.employee.freelancer{background-color:#eff2fb}.bio #content,.bio #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.bio #content,.bio #planet-posts{float:left;width:66.66666667%}}.bio #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.bio #sidebar{float:left;width:33.33333333%}}.bio #content{display:inline-block}.bio #content .p-name{color:#202d79}.bio .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.bio .standout{margin-left:-3em}}.bio .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.bio .standout-text{margin-left:-3em}}@media (min-width:768px){.bio .standout-text{padding-left:3em}}.bio blockquote,.bio .blockQuote,.bio .blockHighlight,.bio pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.bio blockquote,.bio .blockQuote,.bio .blockHighlight,.bio pre{margin-left:-3em}}@media (min-width:768px){.bio blockquote,.bio .blockQuote,.bio .blockHighlight,.bio pre{padding-left:3em}}.bio .captioned,.bio .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.bio .captioned,.bio .action-after{margin-left:-3em}}.bio .captioned.center-block,.bio .captioned.center{margin-left:auto;margin-right:auto}.bio .captioned.right{margin-left:1.5em;margin-right:0}.bio .captioned.left{margin-right:1.5em;margin-left:0}.bio #sidebar ul li a{display:inline}.left{float:left !important;float:left;margin-right:1em;margin-left:0}.right{float:right !important;float:right;margin-left:1em;margin-right:0}.center{text-align:center}#introduction .image img{float:left;margin-right:1em}.grid-50-50{margin-left:-15px;margin-right:-15px}.grid-50-50:before,.grid-50-50:after{content:" ";display:table}.grid-50-50:after{clear:both}.grid-50-50:before,.grid-50-50:after{content:" ";display:table}.grid-50-50:after{clear:both}.grid-50-50 .box{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.grid-50-50 .box{float:left;width:50%}}table#gold{width:100%;margin-bottom:20px}table#gold>thead>tr>th,table#gold>tbody>tr>th,table#gold>tfoot>tr>th,table#gold>thead>tr>td,table#gold>tbody>tr>td,table#gold>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}table#gold>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}table#gold>caption+thead>tr:first-child>th,table#gold>colgroup+thead>tr:first-child>th,table#gold>thead:first-child>tr:first-child>th,table#gold>caption+thead>tr:first-child>td,table#gold>colgroup+thead>tr:first-child>td,table#gold>thead:first-child>tr:first-child>td{border-top:0}table#gold>tbody+tbody{border-top:2px solid #ddd}table#gold .table{background-color:#fff}table#gold>thead>tr>.active,table#gold>tbody>tr>.active,table#gold>tfoot>tr>.active,table#gold>thead>.active>td,table#gold>tbody>.active>td,table#gold>tfoot>.active>td,table#gold>thead>.active>th,table#gold>tbody>.active>th,table#gold>tfoot>.active>th{background-color:#f5f5f5}table#gold>thead>tr>.success,table#gold>tbody>tr>.success,table#gold>tfoot>tr>.success,table#gold>thead>.success>td,table#gold>tbody>.success>td,table#gold>tfoot>.success>td,table#gold>thead>.success>th,table#gold>tbody>.success>th,table#gold>tfoot>.success>th{background-color:#dff0d8}table#gold>thead>tr>.danger,table#gold>tbody>tr>.danger,table#gold>tfoot>tr>.danger,table#gold>thead>.danger>td,table#gold>tbody>.danger>td,table#gold>tfoot>.danger>td,table#gold>thead>.danger>th,table#gold>tbody>.danger>th,table#gold>tfoot>.danger>th{background-color:#f2dede}table#gold>thead>tr>.warning,table#gold>tbody>tr>.warning,table#gold>tfoot>tr>.warning,table#gold>thead>.warning>td,table#gold>tbody>.warning>td,table#gold>tfoot>.warning>td,table#gold>thead>.warning>th,table#gold>tbody>.warning>th,table#gold>tfoot>.warning>th{background-color:#fcf8e3}table#gold>tbody>tr:nth-child(odd)>td,table#gold>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}table#gold>tbody>tr:hover>td,table#gold>tbody>tr:hover>th{background-color:#f5f5f5}.margin-vertical{margin-left:-15px;margin-right:-15px;margin:1em 0}.margin-vertical:before,.margin-vertical:after{content:" ";display:table}.margin-vertical:after{clear:both}.margin-vertical:before,.margin-vertical:after{content:" ";display:table}.margin-vertical:after{clear:both}.margin-vertical .grid-30{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.margin-vertical .grid-30{float:left;width:33.33333333%}}.margin-vertical .grid-70{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.margin-vertical .grid-70{float:left;width:50%}}.margin-vertical .grid-60{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.margin-vertical .grid-60{float:left;width:41.66666667%}}#orderpromo{background:#dff0d8;padding:.1em 1em 1em}#orderpromo .formlabel{display:block}.compare .clear{margin-left:-15px;margin-right:-15px}.compare .clear:before,.compare .clear:after{content:" ";display:table}.compare .clear:after{clear:both}.compare .clear:before,.compare .clear:after{content:" ";display:table}.compare .clear:after{clear:both}.compare .clear .left,.compare .clear .right{margin-right:0;margin-left:0;float:none}.compare .clear .grid-20{position:relative;float:left;width:16.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-40{position:relative;float:left;width:33.33333333%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-50{position:relative;float:left;width:50%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-60{position:relative;float:left;width:66.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-80{position:relative;float:left;width:83.33333333%;min-height:1px;padding-left:15px;padding-right:15px}#eifv2-track .clear{font-size:.9em;margin-left:-15px;margin-right:-15px}#eifv2-track .clear:before,#eifv2-track .clear:after{content:" ";display:table}#eifv2-track .clear:after{clear:both}#eifv2-track .clear:before,#eifv2-track .clear:after{content:" ";display:table}#eifv2-track .clear:after{clear:both}#eifv2-track .grid-50{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#eifv2-track .grid-50{float:left;width:50%}}#eifv2-track blockquote{margin-left:0}#eifv2-track blockquote p{font-size:.9em}ul.taglist{margin:0;padding:0;list-style:none;display:inline}ul.taglist li{display:inline;white-space:nowrap}ul.taglist li a{display:inline-block;padding:.3em;background:#d7eaf6;border-radius:4px;margin:0 0 .3em .5em}.tagginglabel{display:inline-block;padding:.3em;background:#d7eaf6;border-radius:4px;margin:0 0 .3em .5em}.tag16{font-size:16}.tag17{font-size:17}.tag18{font-size:18}.tag19{font-size:19}.tag20{font-size:20}.tag21{font-size:21}.tag22{font-size:22}.tag23{font-size:23}.tag24{font-size:24}.tag25{font-size:25}.tag26{font-size:26}.tag27{font-size:27}.tag28{font-size:28}.tag29{font-size:29}.tag30{font-size:30}.tag31{font-size:31}.tag32{font-size:32}.tag33{font-size:33}.tag34{font-size:34}.tag35{font-size:35}.tag36{font-size:36}.tag37{font-size:37}.tag38{font-size:38}.tag39{font-size:39}.tag40{font-size:40}.tag.title{margin-top:4em}.taglist a[href^="/tags/tagged-frontpage"],.tag-front-page{display:none !important}.question{margin-bottom:15px;margin-top:60px}.answer,.question2,.answer2{padding:.5em 1em;text-align:justify}.question2{margin-left:1em}.answer2{margin-left:2em}.colorless{background-color:#eee;border-left:10px solid #aaa}.diegrĂĽne{background-color:#c8ffc8;border-left:10px solid #008b00}.cdu{background-color:#b4e6ff;border-left:10px solid #004f7a}.csu{background-color:#b4e6ff;border-left:10px solid #00304a}.spd{background-color:#ffc8c8;border-left:10px solid #f00}.dielinke{background-color:#ffc6ff;border-left:10px solid #8b1c62}.piraten{background-color:#ffe992;border-left:10px solid #f37d20}.fdp{background-color:#ffffc8;border-left:10px solid #ff0}.oedp{background-color:#ffe9bb;border-left:10px solid #f2862b}.bayernpartei{background-color:#5590ca;border-left:10px solid #1c26ec}.violetten{background-color:#7c3e8b;border-left:10px solid #d200ff}.afd{background-color:#009ee0;border-left:10px solid #e40f27}.partisocialiste{background-color:#ffdcdc;border-left:10px solid #ff8080}.ump{background-color:#a0c8ff;border-left:10px solid #06c}.pcf{background-color:#ffc8c8;border-left:10px solid #d00}.prg,.mrc{background-color:#fff0fa;border-left:10px solid #ffd1dc}.eelv{background-color:#c8ffc8;border-left:10px solid #0f0}.nouveaucentre{background-color:#dcffff;border-left:10px solid #80ffff}.modem{background-color:#ffe696;border-left:10px solid #f90}.alliancecentriste{background-color:#ffebc8;border-left:10px solid #f5deb3}.signature-logo img{height:auto;max-height:130px;max-width:150px !important}.signature-table table{width:100%;margin-bottom:20px;margin-top:40px}.signature-table table>thead>tr>th,.signature-table table>tbody>tr>th,.signature-table table>tfoot>tr>th,.signature-table table>thead>tr>td,.signature-table table>tbody>tr>td,.signature-table table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.signature-table table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.signature-table table>caption+thead>tr:first-child>th,.signature-table table>colgroup+thead>tr:first-child>th,.signature-table table>thead:first-child>tr:first-child>th,.signature-table table>caption+thead>tr:first-child>td,.signature-table table>colgroup+thead>tr:first-child>td,.signature-table table>thead:first-child>tr:first-child>td{border-top:0}.signature-table table>tbody+tbody{border-top:2px solid #ddd}.signature-table table .table{background-color:#fff}.signature-table table>thead>tr>.active,.signature-table table>tbody>tr>.active,.signature-table table>tfoot>tr>.active,.signature-table table>thead>.active>td,.signature-table table>tbody>.active>td,.signature-table table>tfoot>.active>td,.signature-table table>thead>.active>th,.signature-table table>tbody>.active>th,.signature-table table>tfoot>.active>th{background-color:#f5f5f5}.signature-table table>thead>tr>.success,.signature-table table>tbody>tr>.success,.signature-table table>tfoot>tr>.success,.signature-table table>thead>.success>td,.signature-table table>tbody>.success>td,.signature-table table>tfoot>.success>td,.signature-table table>thead>.success>th,.signature-table table>tbody>.success>th,.signature-table table>tfoot>.success>th{background-color:#dff0d8}.signature-table table>thead>tr>.danger,.signature-table table>tbody>tr>.danger,.signature-table table>tfoot>tr>.danger,.signature-table table>thead>.danger>td,.signature-table table>tbody>.danger>td,.signature-table table>tfoot>.danger>td,.signature-table table>thead>.danger>th,.signature-table table>tbody>.danger>th,.signature-table table>tfoot>.danger>th{background-color:#f2dede}.signature-table table>thead>tr>.warning,.signature-table table>tbody>tr>.warning,.signature-table table>tfoot>tr>.warning,.signature-table table>thead>.warning>td,.signature-table table>tbody>.warning>td,.signature-table table>tfoot>.warning>td,.signature-table table>thead>.warning>th,.signature-table table>tbody>.warning>th,.signature-table table>tfoot>.warning>th{background-color:#fcf8e3}.signature-table table>tbody>tr:nth-child(odd)>td,.signature-table table>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.signature-table table>tbody>tr>td{vertical-align:middle}.signature-table img{height:auto;max-height:65px;max-width:120px !important}.signature-table-orgs ul{display:block;position:relative;list-style:none;text-align:center;padding:0}.signature-table-orgs ul li{display:inline-block;position:relative;list-style:none;vertical-align:middle}.signature-table-orgs ul li a{display:block;position:relative;max-width:120px;max-height:80px;min-width:120px;min-height:80px;background-position:center center;background-repeat:no-repeat;background-size:contain;transform:scale(.8);opacity:1;transition:opacity .5s,transform .5s,background-color .5s,filter .5s}.signature-table-orgs ul li a:hover{opacity:1;transform:scale(.9);z-index:5}.signature-table-orgs #larger{max-width:150px;max-height:100px;min-width:150px;min-height:100px}blockquote#statement{background-color:rgba(116,140,156,0.1)}blockquote#statement p{font-family:"Roboto",sans-serif;font-weight:unset}.interview-question{font-style:italic;font-weight:bold}#content #frontpage #campaign-box-1,#content #frontpage #campaign-box-2{display:none}.special{display:none}.figure,figure{display:table;margin:20px auto 30px;position:relative;max-width:100%}.figure:after,figure:after{bottom:0;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);content:'';left:0;position:absolute;right:0;top:0;z-index:500}.figure .figcaption,figure .figcaption,.figure figcaption,figure figcaption{background-color:#eee;caption-side:bottom;display:table-caption;font-size:.9em;padding:10px;position:relative;text-align:center;z-index:1000}@media screen and (min-width:992px){figure,.figure{margin:30px auto 40px;max-width:90%}figure.float-left,.figure.float-left,figure.float-right,.figure.float-right{margin:0;max-width:30%}figure.float-left,.figure.float-left{float:left;margin-right:30px}figure.float-right,.figure.float-right{float:right;margin-left:30px}}body{background:url(/graphics/fellowship/plussy_tile_03.png) top left fixed #f9f9f9;font-family:"Roboto",sans-serif}.svg body{background:url(/graphics/fellowship/plussy_tile_03.svg) top left fixed #f9f9f9}#logo{background:url(/graphics/logo_transparent.png) top left no-repeat}.svg #logo{background:url(/graphics/logo_transparent.svg) top left no-repeat}#masthead,#logo{min-height:85px;min-width:158px}#link-home a{width:158px;height:85px}@media (max-width:767px){#link-home a{height:50px}#top{display:flex;flex-direction:column;margin:0;padding:0;position:relative}#top #search{display:none}#masthead{background-color:#fff;order:1;min-height:50px;padding:10px}#masthead #logo{background-position:left center;background-repeat:no-repeat;background-size:contain;min-height:50px;min-width:120px}#menu{background-color:#fff;margin-left:0;order:2;padding:10px}#menu #direct-links{margin-bottom:0}#menu #direct-links #direct-to-menu-list{font-size:1.3em}#menu #direct-links #direct-to-translations{position:absolute;top:5px;right:85px}#menu #direct-links #direct-to-login{position:absolute;top:5px;right:10px}#menu #direct-to-home,#menu #direct-to-join{display:none}#menu-list{display:block;margin-top:10px;padding-bottom:0}#index-html #main{padding-top:0}#bottom{padding:10px}}@media (min-width:768px){#menu{margin-left:200px}}#followup{background:url(/graphics/ribbon.png) no-repeat 100% -40px #fff;text-shadow:#fff 0 0 .5em}@media (min-width:768px){#followup{background:url(/graphics/ribbon.png) no-repeat 100% -70px #fff}}@media (min-width:768px){.svg #followup{background:url(/graphics/ribbon.svg) no-repeat 100% -70px #fff}}#followup.join{background:url(/graphics/fellowship/ribbon_fellowship2.png) no-repeat 100% -30px #fff}@media (min-width:768px){#followup.join{background:url(/graphics/fellowship/ribbon_fellowship2.png) no-repeat 100% -50% #fff}}#full-menu{background:url(/graphics/logo_bw_transparent_small.png) no-repeat top left #fff}a.the-fellowship{padding:8px 20px 0 0;background:url(/graphics/plussy-bright-20.png) no-repeat top right transparent}img.signatory-logo{padding:10px}.frontpage #campaigns-boxes{background:url('/graphics/ribbon.png') top right no-repeat transparent;height:400px}@media (min-width:480px){.frontpage #campaigns-boxes{height:300px}}.frontpage #campaigns-boxes .campaign-box{height:400px;width:100%}@media (min-width:480px){.frontpage #campaigns-boxes .campaign-box{height:300px}}.frontpage #campaigns-boxes .campaign-box img{max-width:33%}.frontpage #campaigns-boxes .campaign-box-center{text-align:center;font-size:1.3em}.frontpage #campaigns-boxes #freesociety{text-align:center;font-size:1.3em;font-family:'GNUTypewriter',"Inconsolata",Inconsolata,Menlo,Monaco,Consolas,"Courier New",monospace;background:url('/graphics/motto.jpg') top center no-repeat #666;background-size:cover;font-size:2em}@media (min-width:480px){.frontpage #campaigns-boxes #freesociety{font-size:2.7em;padding-top:1.8em}}.frontpage #campaigns-boxes #freesociety p.text{-moz-hyphens:manual;-webkit-hyphens:manual;hyphens:manual}.frontpage #campaigns-boxes #amaelle{background:url('/graphics/amaelle.jpg') center 33% no-repeat #666;background-size:cover;text-shadow:0 1px 8px #000}.frontpage #campaigns-boxes #amaelle .author:before{content:"– "}.frontpage #campaigns-boxes #amaelle .text{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}.frontpage #campaigns-boxes #amaelle .author,.frontpage #campaigns-boxes #amaelle .text{display:block;background-color:rgba(0,0,0,0.5);padding:.5em}@media (min-width:768px){.frontpage #campaigns-boxes #amaelle .author,.frontpage #campaigns-boxes #amaelle .text{margin-left:45%}}.frontpage #campaigns-boxes #amaelle .copyright{font-size:.6em;position:absolute;bottom:0;right:0}@media (min-width:992px){.frontpage #campaigns-boxes #amaelle .text{font-size:1.25em}}.frontpage #campaigns-boxes #appelbaum{background:url('/graphics/appelbaum.jpg') top right no-repeat #070400;background-size:cover}@media (min-width:768px){.frontpage #campaigns-boxes #appelbaum{background-size:contain}}.frontpage #campaigns-boxes #appelbaum img{display:none}.frontpage #campaigns-boxes #appelbaum .author:before{content:"– "}.frontpage #campaigns-boxes #appelbaum .text{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}.frontpage #campaigns-boxes #appelbaum .author,.frontpage #campaigns-boxes #appelbaum .text{display:block;background-color:rgba(0,0,0,0.5);padding:.5em}@media (min-width:768px){.frontpage #campaigns-boxes #appelbaum .author,.frontpage #campaigns-boxes #appelbaum .text{margin-right:45%}}@media (min-width:992px){.frontpage #campaigns-boxes #appelbaum .author,.frontpage #campaigns-boxes #appelbaum .text{margin-right:35%}}.frontpage #campaigns-boxes #appelbaum .copyright{font-size:.6em;position:absolute;bottom:0;right:0}.frontpage #campaigns-boxes #zacchiroli{background:url('/graphics/group-blur-800.jpg') center 33% no-repeat #666;text-shadow:0 1px 2px #000}.frontpage #campaigns-boxes #zacchiroli img{float:right;margin-left:1em}.frontpage #campaigns-boxes #zacchiroli .author:before{content:"– "}.frontpage #campaigns-boxes #zacchiroli .text{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}@media (min-width:992px){.frontpage #campaigns-boxes #zacchiroli img{margin-left:3em}.frontpage #campaigns-boxes #zacchiroli .text{font-size:1.3em}.frontpage #campaigns-boxes #zacchiroli .text,.frontpage #campaigns-boxes #zacchiroli .author{max-width:80ex;margin:1em auto;display:block}}.frontpage #campaigns-boxes #summit16{text-align:center;font-size:1.3em;background:url('/graphics/fsfe-summit-header-background.jpg') center no-repeat #666;background-size:cover}.frontpage #campaigns-boxes #summit16 img{position:absolute}.frontpage #campaigns-boxes #summit16 img:first-of-type{top:10%;left:5%;width:40%;max-width:250px}.frontpage #campaigns-boxes #summit16 img:last-of-type{bottom:10%;right:5%;width:50%;max-width:400px}@media (min-width:800px){.frontpage #campaigns-boxes #summit16 img:first-of-type{top:20%}}.frontpage #campaigns-boxes #boxpmpc{background:url('/graphics/pmpc_slider.jpg') left 33% no-repeat #666;background-size:cover;text-shadow:0 1px 8px #000}.frontpage #campaigns-boxes #boxpmpc .text,.frontpage #campaigns-boxes #boxpmpc .text2{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}.frontpage #campaigns-boxes #boxpmpc .text,.frontpage #campaigns-boxes #boxpmpc .text2{display:block;padding:1.25em;min-width:120px;font-size:1.25em;hyphens:none;text-align:center}@media (min-width:768px){.frontpage #campaigns-boxes #boxpmpc{background-position:center}.frontpage #campaigns-boxes #boxpmpc .text{float:left;width:30%}.frontpage #campaigns-boxes #boxpmpc .text2{float:right;width:30%}}.frontpage #campaigns-boxes #dfd{text-align:center;font-size:1.3em;background:url('/graphics/fellowship/plussy_tile_01-33alpha.png') #76b520}.frontpage #campaigns-boxes #dfd img{height:200px;margin-bottom:10px;margin-top:-70px;max-width:none}.frontpage #campaigns-boxes #ilovefs{text-align:center;font-size:1.3em;background:url('/graphics/ilovefs-hashtag-campaignbox.png') center 33% no-repeat transparent}.frontpage #campaigns-boxes #racketware{text-align:center;font-size:1.3em;background:center 33% no-repeat #fff}.frontpage #campaigns-boxes #racketware .text{display:none}.frontpage #campaigns-boxes #becomefellow{text-align:center;font-size:1.3em;background:url('/graphics/group-blur-800.jpg') center 33% no-repeat #666}.frontpage #campaigns-boxes #fightback{text-align:center;font-size:1.3em;background:url('/graphics/thedaywefightback.png') center 33% no-repeat transparent}#news{padding-bottom:1.5em}#news .dt-published{color:#999;font-size:.9em;display:block}@media (min-width:768px){#news .dt-published{display:inline-block;padding:0}}#news .entry h3{display:inline-block;padding-right:.5em}#news .entry p.date{display:inline-block;color:#999;font-size:.9em;display:block;font-weight:300;margin-bottom:0}@media (min-width:768px){#news .entry p.date{display:inline-block;padding:0}}#news .entry:nth-child(1n+3) h3{font-size:1em;margin:.7em 0 0 0}#news .entry:nth-child(1n+3) .text,#news .entry:nth-child(1n+3) p{display:none}#news .entry:nth-child(1n+3) p.date{display:inline-block}#latest-news-list,#more-news-list{list-style-type:none;font-size:1.2em;font-weight:300;padding:0}.newsdate{font-size:.875em;color:#888;margin-right:1ex}[newsteaser="yes"]{font-weight:bold;font-size:1.2em}[newsteaser="yes"]{font-weight:bold;font-size:1.2em}#events{clear:both;padding-top:1.5em}#events .entry h3{display:inline-block}#events .entry p.date{color:#999;font-size:.9em;display:block;margin-bottom:0}@media (min-width:768px){#events .entry p.date{display:inline-block;padding:0}}@media (min-width:768px){#events .entry p.date{display:block}}#events a.learn-more{line-height:2}@media (min-width:768px){#news,#events{display:inline-block;float:left;width:69%}#team{display:inline-block;float:left}#newsletter,#shop-promo,.country.frontpage #teams{display:inline-block;float:right;width:30%;padding-left:2%;clear:none;padding-top:0}}#newsletter input,.newsletter #sidebar input{display:block;margin:.5em 0}#feeds a.ical,#feeds a.rss-feed{font-size:85%;color:#999}ul.quote-list{padding-left:0;list-style:none;font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;margin-top:30px;margin-bottom:30px}ul.quote-list>li{padding-top:30px;padding-bottom:30px;border-top:1px solid #eee;border-bottom:1px solid #eee}ul.quote-list>li p:last-child{margin-bottom:0}ul.quote-list>li p.source{font-weight:bold;margin-left:3em}ul.quote-list>li p.source:before{content:'\2014 \00A0'}ul.quote-list>li p.complementary{font-family:"Roboto",sans-serif;margin-left:1.5em}body.overview #content #category{display:none}body.overview #content h1{background:#85bfe2;color:#fff;text-shadow:0 1px 2px #202d79;display:block;min-width:200px;padding:.5em;margin:-0.5em -0.2em .5em;border:0}@media (min-width:768px){body.overview #content h1{width:50%;margin:-1em 0 1em 0}}body.overview #content h2{text-align:center;margin-top:60px;margin-bottom:20px}body.overview #content ul{list-style-type:none;margin:0;padding:0;margin-left:-15px;margin-right:-15px}body.overview #content ul:before,body.overview #content ul:after{content:" ";display:table}body.overview #content ul:after{clear:both}body.overview #content ul:before,body.overview #content ul:after{content:" ";display:table}body.overview #content ul:after{clear:both}body.overview #content ul li{position:relative;min-height:1px;padding-left:15px;padding-right:15px;display:grid;grid-template-columns:1fr 4fr;grid-column-gap:10px;margin-top:20px}@media (min-width:992px){body.overview #content ul li{float:left;width:50%}}@media (min-width:992px){body.overview #content ul li:nth-child(odd){clear:both}}body.overview #content ul li img{padding:5px}body.overview #content ul li h3{margin-top:0}.testimonial{overflow:auto;clear:both}.testimonial img{float:left;margin-right:10px}.archivenews h3{line-height:1.2em}.archivenews p{font-size:.9em}ul.archivemeta,ul.archivetaglist{color:#999;font-size:.9em;padding-left:0}ul.archivemeta li{display:inline-block;padding:0 .15em}ul.archivetaglist li{display:inline-block;padding:0 .25em}ul.archivemeta li:first-child{padding-left:0}ul.archivemeta li a,ul.archivetaglist li a{color:#999}.archiveauthor{margin:0 .25em}ul.archivetaglist{margin-left:6%}#donate-fsfe table{width:100%;margin-bottom:20px}#donate-fsfe table>thead>tr>th,#donate-fsfe table>tbody>tr>th,#donate-fsfe table>tfoot>tr>th,#donate-fsfe table>thead>tr>td,#donate-fsfe table>tbody>tr>td,#donate-fsfe table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}#donate-fsfe table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}#donate-fsfe table>caption+thead>tr:first-child>th,#donate-fsfe table>colgroup+thead>tr:first-child>th,#donate-fsfe table>thead:first-child>tr:first-child>th,#donate-fsfe table>caption+thead>tr:first-child>td,#donate-fsfe table>colgroup+thead>tr:first-child>td,#donate-fsfe table>thead:first-child>tr:first-child>td{border-top:0}#donate-fsfe table>tbody+tbody{border-top:2px solid #ddd}#donate-fsfe table .table{background-color:#fff}#donate-fsfe table>thead>tr>.active,#donate-fsfe table>tbody>tr>.active,#donate-fsfe table>tfoot>tr>.active,#donate-fsfe table>thead>.active>td,#donate-fsfe table>tbody>.active>td,#donate-fsfe table>tfoot>.active>td,#donate-fsfe table>thead>.active>th,#donate-fsfe table>tbody>.active>th,#donate-fsfe table>tfoot>.active>th{background-color:#f5f5f5}#donate-fsfe table>thead>tr>.success,#donate-fsfe table>tbody>tr>.success,#donate-fsfe table>tfoot>tr>.success,#donate-fsfe table>thead>.success>td,#donate-fsfe table>tbody>.success>td,#donate-fsfe table>tfoot>.success>td,#donate-fsfe table>thead>.success>th,#donate-fsfe table>tbody>.success>th,#donate-fsfe table>tfoot>.success>th{background-color:#dff0d8}#donate-fsfe table>thead>tr>.danger,#donate-fsfe table>tbody>tr>.danger,#donate-fsfe table>tfoot>tr>.danger,#donate-fsfe table>thead>.danger>td,#donate-fsfe table>tbody>.danger>td,#donate-fsfe table>tfoot>.danger>td,#donate-fsfe table>thead>.danger>th,#donate-fsfe table>tbody>.danger>th,#donate-fsfe table>tfoot>.danger>th{background-color:#f2dede}#donate-fsfe table>thead>tr>.warning,#donate-fsfe table>tbody>tr>.warning,#donate-fsfe table>tfoot>tr>.warning,#donate-fsfe table>thead>.warning>td,#donate-fsfe table>tbody>.warning>td,#donate-fsfe table>tfoot>.warning>td,#donate-fsfe table>thead>.warning>th,#donate-fsfe table>tbody>.warning>th,#donate-fsfe table>tfoot>.warning>th{background-color:#fcf8e3}#donate-fsfe table>tbody>tr:hover>td,#donate-fsfe table>tbody>tr:hover>th{background-color:#f5f5f5}#donate-fsfe form .form-group input{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;max-width:25em}#donate-fsfe form .form-group input:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}#donate-fsfe form .form-group input:-moz-placeholder{color:#999}#donate-fsfe form .form-group input::-moz-placeholder{color:#999;opacity:1}#donate-fsfe form .form-group input:-ms-input-placeholder{color:#999}#donate-fsfe form .form-group input::-webkit-input-placeholder{color:#999}#donate-fsfe form .form-group input[disabled],#donate-fsfe form .form-group input[readonly],fieldset[disabled] #donate-fsfe form .form-group input{cursor:not-allowed;background-color:#eee}textarea#donate-fsfe form .form-group input{height:auto}#donate-fsfe form #donate-validate{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;color:#fff;background-color:#5cb85c;border-color:#4cae4c;margin-bottom:1em}#donate-fsfe form #donate-validate:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#donate-fsfe form #donate-validate:hover,#donate-fsfe form #donate-validate:focus{color:#333;text-decoration:none}#donate-fsfe form #donate-validate:active,#donate-fsfe form #donate-validate.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}#donate-fsfe form #donate-validate.disabled,#donate-fsfe form #donate-validate[disabled],fieldset[disabled] #donate-fsfe form #donate-validate{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}#donate-fsfe form #donate-validate:hover,#donate-fsfe form #donate-validate:focus,#donate-fsfe form #donate-validate:active,#donate-fsfe form #donate-validate.active,.open .dropdown-toggle#donate-fsfe form #donate-validate{color:#fff;background-color:#47a447;border-color:#398439}#donate-fsfe form #donate-validate:active,#donate-fsfe form #donate-validate.active,.open .dropdown-toggle#donate-fsfe form #donate-validate{background-image:none}#donate-fsfe form #donate-validate.disabled,#donate-fsfe form #donate-validate[disabled],fieldset[disabled] #donate-fsfe form #donate-validate,#donate-fsfe form #donate-validate.disabled:hover,#donate-fsfe form #donate-validate[disabled]:hover,fieldset[disabled] #donate-fsfe form #donate-validate:hover,#donate-fsfe form #donate-validate.disabled:focus,#donate-fsfe form #donate-validate[disabled]:focus,fieldset[disabled] #donate-fsfe form #donate-validate:focus,#donate-fsfe form #donate-validate.disabled:active,#donate-fsfe form #donate-validate[disabled]:active,fieldset[disabled] #donate-fsfe form #donate-validate:active,#donate-fsfe form #donate-validate.disabled.active,#donate-fsfe form #donate-validate[disabled].active,fieldset[disabled] #donate-fsfe form #donate-validate.active{background-color:#5cb85c;border-color:#4cae4c}#donate-fsfe form #donate-validate .badge{color:#5cb85c;background-color:#fff}.thank-donors table{width:100%;margin-bottom:20px}.thank-donors table>thead>tr>th,.thank-donors table>tbody>tr>th,.thank-donors table>tfoot>tr>th,.thank-donors table>thead>tr>td,.thank-donors table>tbody>tr>td,.thank-donors table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.thank-donors table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.thank-donors table>caption+thead>tr:first-child>th,.thank-donors table>colgroup+thead>tr:first-child>th,.thank-donors table>thead:first-child>tr:first-child>th,.thank-donors table>caption+thead>tr:first-child>td,.thank-donors table>colgroup+thead>tr:first-child>td,.thank-donors table>thead:first-child>tr:first-child>td{border-top:0}.thank-donors table>tbody+tbody{border-top:2px solid #ddd}.thank-donors table .table{background-color:#fff}.thank-donors table>thead>tr>.active,.thank-donors table>tbody>tr>.active,.thank-donors table>tfoot>tr>.active,.thank-donors table>thead>.active>td,.thank-donors table>tbody>.active>td,.thank-donors table>tfoot>.active>td,.thank-donors table>thead>.active>th,.thank-donors table>tbody>.active>th,.thank-donors table>tfoot>.active>th{background-color:#f5f5f5}.thank-donors table>thead>tr>.success,.thank-donors table>tbody>tr>.success,.thank-donors table>tfoot>tr>.success,.thank-donors table>thead>.success>td,.thank-donors table>tbody>.success>td,.thank-donors table>tfoot>.success>td,.thank-donors table>thead>.success>th,.thank-donors table>tbody>.success>th,.thank-donors table>tfoot>.success>th{background-color:#dff0d8}.thank-donors table>thead>tr>.danger,.thank-donors table>tbody>tr>.danger,.thank-donors table>tfoot>tr>.danger,.thank-donors table>thead>.danger>td,.thank-donors table>tbody>.danger>td,.thank-donors table>tfoot>.danger>td,.thank-donors table>thead>.danger>th,.thank-donors table>tbody>.danger>th,.thank-donors table>tfoot>.danger>th{background-color:#f2dede}.thank-donors table>thead>tr>.warning,.thank-donors table>tbody>tr>.warning,.thank-donors table>tfoot>tr>.warning,.thank-donors table>thead>.warning>td,.thank-donors table>tbody>.warning>td,.thank-donors table>tfoot>.warning>td,.thank-donors table>thead>.warning>th,.thank-donors table>tbody>.warning>th,.thank-donors table>tfoot>.warning>th{background-color:#fcf8e3}.thank-donors table>tbody>tr:nth-child(odd)>td,.thank-donors table>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}#hello-free-droid{background:url('/campaigns/android/robot.png') no-repeat top left transparent;height:200px;width:230px;float:left;margin-left:-6em;margin-right:1.5em}@media (min-width:992px){#hello-free-droid{position:absolute;margin-left:-200px;margin-top:-10em}}#hello-free-droid img{display:none}.valentine-ilovefs #logo{background:url(/graphics/logov.png) top left no-repeat}.valentine-ilovefs .svg #logo{background:url(/graphics/logov.svg) top left no-repeat}.valentine-ilovefs #followup{background:url(/graphics/ribbonv.png) no-repeat 100% -40px #fff}@media (min-width:768px){.valentine-ilovefs #followup{background:url(/graphics/ribbonv.png) no-repeat 100% -70px #fff}}@media (min-width:768px){.svg .valentine-ilovefs #followup{background:url(/graphics/ribbonv.svg) no-repeat 100% -70px #fff}}.planet #motto{clear:none;font-size:1em;text-align:left;position:absolute}#planet-sources a{display:inline-block;width:90%}#planet-sources a:before{content:"→ "}#planet-posts .daygroup h2:first-child{color:#202d79}#planet-posts .daygroup .blogitem{padding-bottom:3em;margin-bottom:3em}.wiki #motto{clear:none;font-size:1em;text-align:left;position:absolute}.wiki #direct-links{visibility:visible}.wiki #direct-links a{display:inline-block}.wiki #text h1{color:#202d79}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:local('Roboto Thin'),local('Roboto-Thin'),url(/fonts/MMDEOSa6i6T9gBocjYCJkQ.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local('Roboto-Light'),url(/fonts/d-QWLnp4didxos_6urzFtg.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto Regular'),local('Roboto-Regular'),url(/fonts/grlryt2bdKIyfMSOhzd1eA.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'),local('Roboto-Medium'),url(/fonts/7KXg6nyyqN8gyMoNwQ7aOQ.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(/fonts/vxNK-E6B13CyehuDCmvQvw.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;src:local('Roboto Black'),local('Roboto-Black'),url(/fonts/1_sFLBJZ_MiiGcnkjN_Mgg.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;src:local('Roboto Thin Italic'),local('Roboto-ThinItalic'),url(/fonts/jB4HYzUnEmLtjz-UHQe60fesZW2xOQ-xsNqO47m55DA.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;src:local('Roboto Light Italic'),local('Roboto-LightItalic'),url(/fonts/iE8HhaRzdhPxC93dOdA05z8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'),local('Roboto-Italic'),url(/fonts/biUEjW7P-lfzIZFXrcy-wQ.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;src:local('Roboto Medium Italic'),local('Roboto-MediumItalic'),url(/fonts/daIfzbEw-lbjMyv4rMUUTj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;src:local('Roboto Bold Italic'),local('Roboto-BoldItalic'),url(/fonts/owYYXKukxFDFjr0ZO8NXhz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;src:local('Roboto Black Italic'),local('Roboto-BlackItalic'),url(/fonts/b9PWBSMHrT2zM5FgUdtu0T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:300;src:local('Roboto Slab Light'),local('RobotoSlab-Light'),url(/fonts/dazS1PrQQuCxC3iOAJFEJf25ds880Du_gFZbUlZlsbg.woff) format('woff')}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;src:local('Roboto Slab Regular'),local('RobotoSlab-Regular'),url(/fonts/3__ulTNA7unv0UtplybPij8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;src:local('Roboto Slab Bold'),local('RobotoSlab-Bold'),url(/fonts/dazS1PrQQuCxC3iOAJFEJZXMLUeV6_io0G3F6eXSVcg.woff) format('woff')}@font-face{font-family:'GNUTypewriter';src:url('/fonts/GNUTypewriterStandard.ttf') format('truetype');font-weight:normal;font-style:normal}/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/@font-face{font-family:'FontAwesome';src:url('/fonts/fontawesome-webfont.470.eot');src:url('/fonts/fontawesome-webfont.470.eot?#iefix') format('embedded-opentype'),url('/fonts/fontawesome-webfont.470.woff2') format('woff2'),url('/fonts/fontawesome-webfont.470.woff') format('woff'),url('/fonts/fontawesome-webfont.470.ttf') format('truetype'),url('/fonts/fontawesome-webfont.470.svg?#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.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}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-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)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.no-js .fa{font-family:"Roboto",Roboto,"DejaVu Sans",Arial,sans-serif}.no-js .fa.fa-home:before{content:""}.no-js .fa.fa-rss:before{content:"Â ";width:15px;height:15px;display:block;background:url('/graphics/rss.png') top left no-repeat}.no-js .fa.fa-comments-o:before{content:"Â ";width:19px;height:15px;display:block;background:url('/graphics/identica.png') top left no-repeat}.no-js .fa.fa-calendar-o:before{content:"Â ";width:15px;height:15px;display:block;background:url('/graphics/ical.png') top left no-repeat}tr.highlighted{background-color:#d0f400}table.merchandise tr{border-bottom:1px solid #ddd}table.merchandise tr:last-child{border-bottom:medium none}table.merchandise td{padding:10px 0}table.merchandise td.image{width:25%;min-width:250px}table.merchandise td.image img{max-height:120px;margin:5px}table.merchandise td.description{width:60%}table.merchandise td.quantity{text-align:right;width:15%;min-width:100px}@media (max-width:767px){table.merchandise td.image,table.merchandise td.description,table.merchandise td.quantity{display:block;width:auto}table.merchandise td.image{padding-bottom:0}table.merchandise td.description{padding:0}table.merchandise td.quantity{padding-top:0}}table.merchandise .tooltip-anchor{color:#236892;position:relative}table.merchandise .tooltip-content{color:#000;text-align:center;width:7em;padding:.5em;background-color:#85bfe2;border:1px solid #000;position:absolute;right:0;bottom:2em;z-index:1;visibility:hidden}table.merchandise .tooltip-content img{width:100%}table.merchandise .tooltip-anchor:hover .tooltip-content{visibility:visible}table.order-form{width:100%}table.order-form .order-left{min-width:65px;width:10%}table.order-form .order-right input,table.order-form textarea{max-width:400px;width:90%}table.order-form #order-submit{width:auto}form.thankyou{margin-bottom:10px}.share-buttons.bottom{margin:4em 0 -2em 0}.share-buttons-top{align-items:center;display:flex;flex-wrap:wrap}.share-buttons-sidebar{padding-left:2rem}.share-button-top,.share-button-sidebar,.share-buttons.bottom button.button,.share-buttons.bottom label.button{display:inline-block;margin:2.5px 5px 2.5px 0;color:#fff;font-weight:normal;font-size:1em;line-height:normal;text-align:center;text-decoration:none;padding:7px 7px 7px 20px;width:19%;min-width:100px;max-width:110px;border:none;border-radius:3px;background-position:left 5px center;background-repeat:no-repeat;background-size:20px auto;opacity:.9;vertical-align:top}.share-button-top,.share-buttons.bottom,.share-buttons-sidebar{font-size:.7em}.share-buttons-top a:hover,.share-buttons-sidebar a:hover,.share-buttons.bottom a:hover{text-decoration:none}.share-buttons-top .share-rss,.share-buttons-sidebar .share-rss,.share-buttons.bottom .share-rss{background-color:#f4a000;background-image:url("/graphics/services/rss_white.png")}.share-buttons-top .share-rss:hover,.share-buttons-sidebar .share-rss:hover,.share-buttons.bottom .share-rss:hover{background-color:#f78200 !important}.share-buttons-top .share-mail,.share-buttons-sidebar .share-mail,.share-buttons.bottom .share-mail{background-color:#6e6e6e;background-image:url("/graphics/services/mail_white.png")}.share-buttons-top .share-mail:hover,.share-buttons-sidebar .share-mail:hover,.share-buttons.bottom .share-mail:hover{background-color:#272727 !important}.share-buttons-top .share-mastodon,.share-buttons-sidebar .share-mastodon,.share-buttons.bottom .share-mastodon{background-color:#2b90d9;background-image:url("/graphics/services/mastodon_white.png")}.share-buttons-top .share-mastodon:hover,.share-buttons-sidebar .share-mastodon:hover,.share-buttons.bottom .share-mastodon:hover{background-color:#1060a9 !important}.share-buttons-top .share-diaspora,.share-buttons-sidebar .share-diaspora,.share-buttons.bottom .share-diaspora{background-color:#404040;background-image:url("/graphics/services/diaspora_white.png")}.share-buttons-top .share-diaspora:hover,.share-buttons-sidebar .share-diaspora:hover,.share-buttons.bottom .share-diaspora:hover{background-color:#101010 !important}.share-buttons-top .share-facebook,.share-buttons-sidebar .share-facebook,.share-buttons.bottom .share-facebook{background-color:#3b5998;background-image:url("/graphics/services/facebook_white.png")}.share-buttons-top .share-facebook:hover,.share-buttons-sidebar .share-facebook:hover,.share-buttons.bottom .share-facebook:hover{background-color:#143271 !important}.share-buttons-top .share-twitter,.share-buttons-sidebar .share-twitter,.share-buttons.bottom .share-twitter{background-color:#55acee;background-image:url("/graphics/services/twitter_white.png")}.share-buttons-top .share-twitter:hover,.share-buttons-sidebar .share-twitter:hover,.share-buttons.bottom .share-twitter:hover{background-color:#338acc !important}.share-buttons-top .share-support,.share-buttons-sidebar .share-support,.share-buttons.bottom .share-support{background-color:#202d79;background-image:url("/graphics/services/fsfe_white.png");padding-left:25px}.share-buttons-top .share-support:hover,.share-buttons-sidebar .share-support:hover,.share-buttons.bottom .share-support:hover{background-color:#0a1763 !important}.share-buttons.bottom .share-gplus{background-color:#d34836;background-image:url("/graphics/services/gplus_white.png")}.share-buttons.bottom .share-gplus:hover{background-color:#b12614 !important}.share-buttons.bottom .share-flattr{background-color:#7ea352;background-image:url("/graphics/services/flattr_white.png")}.share-buttons.bottom .share-flattr:hover{background-color:#5a7f2e !important}.share-buttons.bottom .share-reddit{background-color:#ff5700;background-image:url("/graphics/services/reddit_white.png")}.share-buttons.bottom .share-reddit:hover{background-color:#dd3500 !important}.share-buttons.bottom .share-gnusocial{background-color:#a22430;background-image:url("/graphics/services/gnusocial_white.png")}.share-buttons.bottom .share-gnusocial:hover{background-color:#850713 !important}.share-buttons.bottom .share-hnews{background-color:#f60;background-image:url("/graphics/services/hackernews_white.png")}.share-buttons.bottom .share-hnews:hover{background-color:#dd3500 !important}.share-buttons input[type="radio"],.share-buttons input[type="radio"]+span,.share-buttons input[type="checkbox"],.share-buttons input[type="checkbox"]+span{display:none}.share-buttons input[type="radio"]:checked+span,.share-buttons input[type="checkbox"]:checked+span{position:absolute;margin-top:3.5em;margin-left:-10em;padding:.5em;z-index:3;background-color:#333;border-radius:.5em;display:inline-block}.share-buttons input[type="radio"]:checked+span:before,.share-buttons input[type="checkbox"]:checked+span:before{content:'';position:absolute;top:-1em;height:0;width:0;border-bottom:1em solid #333;border-left:1em solid transparent;border-right:1em solid transparent;z-index:3}.share-buttons input[type="radio"]+span>*{vertical-align:middle}.share-buttons input[type="radio"]+span>button{margin:2.5px 0 2.5px 5px;min-width:4em;padding:.25em;font-weight:normal;font-size:1em;line-height:normal}.share-buttons input[type="radio"]+span>label{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;background-color:rgba(0,0,0,0.5)}form.share-buttons{clear:both}video#freeyourandroid{max-width:500px}.news-sidebar{display:none}@media (min-width:992px){.news-sidebar{display:block;padding-top:5.1rem}.news-follow-us{display:none}}.more-news{display:flex;justify-content:space-between;margin-top:2rem}.more-news a.learn-more{font-size:1.3em;font-weight:bold;white-space:nowrap}#formnl select{display:inline-block;height:45px;line-height:45px;margin-right:10px;width:auto}#formnl #submit{margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;display:block;width:100%;padding-left:0;padding-right:0;color:#fff;background-color:#3394ce;border-color:#2d86bb;display:inline-block;font-size:21px;line-height:31px;padding:6px 12px;width:auto}#formnl #submit:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#formnl #submit:hover,#formnl #submit:focus{color:#333;text-decoration:none}#formnl #submit:active,#formnl #submit.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}#formnl #submit.disabled,#formnl #submit[disabled],fieldset[disabled] #formnl #submit{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}#formnl #submit:hover,#formnl #submit:focus,#formnl #submit:active,#formnl #submit.active,.open .dropdown-toggle#formnl #submit{color:#fff;background-color:#2a7dae;border-color:#216289}#formnl #submit:active,#formnl #submit.active,.open .dropdown-toggle#formnl #submit{background-image:none}#formnl #submit.disabled,#formnl #submit[disabled],fieldset[disabled] #formnl #submit,#formnl #submit.disabled:hover,#formnl #submit[disabled]:hover,fieldset[disabled] #formnl #submit:hover,#formnl #submit.disabled:focus,#formnl #submit[disabled]:focus,fieldset[disabled] #formnl #submit:focus,#formnl #submit.disabled:active,#formnl #submit[disabled]:active,fieldset[disabled] #formnl #submit:active,#formnl #submit.disabled.active,#formnl #submit[disabled].active,fieldset[disabled] #formnl #submit.active{background-color:#3394ce;border-color:#2d86bb}#formnl #submit .badge{color:#3394ce;background-color:#fff}.home-order-image-container{display:block;margin-bottom:10px;text-align:center}.home-order-image-container .home-order-image{width:80%}.home-shop-block{margin-bottom:50px}.home-newsletter-label{margin-top:30px}
\ No newline at end of file
diff --git a/look/ie.min.css b/look/ie.min.css
index 0844951f20..667cb19a6b 100644
--- a/look/ie.min.css
+++ b/look/ie.min.css
@@ -9,4 +9,4 @@
* http://www.opensource.org/licenses/mit-license.php
* Hover.css Copyright Ian Lunn 2014.
- */.button{margin:.4em;padding:1em;cursor:pointer;background:#e1e1e1;text-decoration:none;color:#666}.grow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.grow:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.shrink{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.shrink:hover{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}@-webkit-keyframes pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes pulse{25%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}}.pulse{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse:hover{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse-grow{to{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.pulse-grow{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse-grow:hover{-webkit-animation-name:pulse-grow;animation-name:pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes pulse-shrink{to{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes pulse-shrink{to{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}}.pulse-shrink{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse-shrink:hover{-webkit-animation-name:pulse-shrink;animation-name:pulse-shrink;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes push{50%{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.push{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.push:hover{-webkit-animation-name:push;animation-name:push;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pop{50%{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pop{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pop:hover{-webkit-animation-name:pop;animation-name:pop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.rotate{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.rotate:hover{-webkit-transform:rotate(4deg);-ms-transform:rotate(4deg);transform:rotate(4deg)}.grow-rotate{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.grow-rotate:hover{-webkit-transform:scale(1.1) rotate(4deg);-ms-transform:scale(1.1) rotate(4deg);transform:scale(1.1) rotate(4deg)}.float{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.float:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.sink{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.sink:hover{-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@-webkit-keyframes hover{50%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes hover{50%{-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}}.hover{display:inline-block;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hover:hover{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);-webkit-animation-name:hover;animation-name:hover;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hang{50%{-webkit-transform:translateY(3px);transform:translateY(3px)}100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes hang{50%{-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}100%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px)}}.hang{display:inline-block;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hang:hover{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-animation-name:hang;animation-name:hang;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.skew{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.skew:hover{-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}.skew-forward{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.skew-forward:hover{-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}@-webkit-keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.wobble-vertical{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-vertical:hover{-webkit-animation-name:wobble-vertical;animation-name:wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);-ms-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);-ms-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);-ms-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);-ms-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);-ms-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.wobble-horizontal{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-horizontal:hover{-webkit-animation-name:wobble-horizontal;animation-name:wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0)}}.wobble-top{display:inline-block;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-top:hover{-webkit-animation-name:wobble-top;animation-name:wobble-top;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0)}}.wobble-bottom{display:inline-block;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-bottom:hover{-webkit-animation-name:wobble-bottom;animation-name:wobble-bottom;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.border-fade{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0)}.border-fade:hover{box-shadow:inset 0 0 0 4px #666,0 0 1px rgba(0,0,0,0)}.hollow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:background;transition-property:background;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0)}.hollow:hover{background:none}.trim{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.trim:before{content:'';position:absolute;border:#fff solid 4px;top:4px;left:4px;right:4px;bottom:4px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.trim:hover:before{opacity:1}.outline-outward{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.outline-outward:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:0;right:0;bottom:0;left:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.outline-outward:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px}.outline-inward{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.outline-inward:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:-16px;right:-16px;bottom:-16px;left:-16px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.outline-inward:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px;opacity:1}.round-corners{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:border-radius;transition-property:border-radius;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.round-corners:hover{border-radius:1em}.glow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.glow:hover{box-shadow:0 0 8px rgba(0,0,0,0.6)}.box-shadow-outset{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.box-shadow-outset:hover{box-shadow:2px 2px 2px rgba(0,0,0,0.6)}.box-shadow-inset{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 rgba(0,0,0,0.6),0 0 1px rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.box-shadow-inset:hover{box-shadow:inset 2px 2px 2px rgba(0,0,0,0.6),0 0 1px rgba(0,0,0,0)}.float-shadow{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.float-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity}.float-shadow:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.float-shadow:hover:before{opacity:1;-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@keyframes hover{50%{-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}}@-webkit-keyframes hover-shadow{0%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}50%{-webkit-transform:translateY(3px);transform:translateY(3px);opacity:1}100%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}}@keyframes hover-shadow{0%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);opacity:.4}50%{-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px);opacity:1}100%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);opacity:.4}}.hover-shadow{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hover-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity}.hover-shadow:hover{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);-webkit-animation-name:hover;animation-name:hover;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.hover-shadow:hover:before{opacity:.4;-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-animation-name:hover-shadow;animation-name:hover-shadow;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.shadow-radial{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.shadow-radial:before,.shadow-radial:after{pointer-events:none;position:absolute;content:'';left:0;width:100%;-moz-box-sizing:border-box;box-sizing:border-box;background-repeat:no-repeat;height:5px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.shadow-radial:before{bottom:100%;background:-webkit-radial-gradient(50% 150%, ellipse, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% 150%, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%)}.shadow-radial:after{top:100%;background:-webkit-radial-gradient(50% -50%, ellipse, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% -50%, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%)}.shadow-radial:hover:before,.shadow-radial:hover:after{opacity:1}.bubble-top{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-top:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;left:-webkit-calc(40%);left:calc(40%);border-width:0 10px 10px 10px;border-color:transparent transparent #e1e1e1 transparent;-webkit-transition-property:top;transition-property:top}.bubble-top:hover:before{top:-10px}.bubble-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-right:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:right;transition-property:right;top:-webkit-calc(40%);top:calc(40%);right:0;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1}.bubble-right:hover:before{right:-10px}.bubble-bottom{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-bottom:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:bottom;transition-property:bottom;left:-webkit-calc(40%);left:calc(40%);bottom:0;border-width:10px 10px 0 10px;border-color:#e1e1e1 transparent transparent transparent}.bubble-bottom:hover:before{bottom:-10px}.bubble-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-left:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:left;transition-property:left;top:-webkit-calc(40%);top:calc(40%);left:0;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent}.bubble-left:hover:before{left:-10px}.bubble-float-top{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-top:before{pointer-events:none;position:absolute;z-index:-1;content:'';left:-webkit-calc(40%);left:calc(40%);top:0;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #e1e1e1 transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top;transition-property:top}.bubble-float-top:hover{-webkit-transform:translateY(5px) translateZ(0);-ms-transform:translateY(5px) translateZ(0);transform:translateY(5px) translateZ(0)}.bubble-float-top:hover:before{top:-10px}.bubble-float-right{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-right:before{pointer-events:none;position:absolute;z-index:-1;top:-webkit-calc(40%);top:calc(40%);right:0;content:'';border-style:solid;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:right;transition-property:right}.bubble-float-right:hover{-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px)}.bubble-float-right:hover:before{right:-10px}.bubble-float-bottom{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-bottom:before{pointer-events:none;position:absolute;z-index:-1;content:'';left:-webkit-calc(40%);left:calc(40%);bottom:0;border-style:solid;border-width:10px 10px 0 10px;border-color:#e1e1e1 transparent transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:bottom;transition-property:bottom}.bubble-float-bottom:hover{-webkit-transform:translateY(-5px) translateZ(0);-ms-transform:translateY(-5px) translateZ(0);transform:translateY(-5px) translateZ(0)}.bubble-float-bottom:hover:before{bottom:-10px}.bubble-float-left{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-left:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:-webkit-calc(40%);top:calc(40%);left:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:left;transition-property:left}.bubble-float-left:hover{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}.bubble-float-left:hover:before{left:-10px}.curl-top-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-top-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;left:0;background:#fff;background:-webkit-linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');z-index:1000;box-shadow:1px 1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-top-left:hover:before{width:25px;height:25px}.curl-top-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-top-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;right:0;background:#fff;background:-webkit-linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:-1px 1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-top-right:hover:before{width:25px;height:25px}.curl-bottom-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-bottom-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;right:0;background:#fff;background:-webkit-linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:-1px -1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-bottom-right:hover:before{width:25px;height:25px}.curl-bottom-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-bottom-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;left:0;background:#fff;background:-webkit-linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:1px -1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-bottom-left:hover:before{width:25px;height:25px}@media (min-width:1200px){body{font-size:16px}}hr{clear:both}.list-no-style{list-style-type:none;margin:0;padding:0}.quote{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}.fr q,.el q{quotes:"« " " »" "“" "”"}.de q{quotes:"„" "“" "," "â€"}q,.en q{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;quotes:"“" "”" "â€" "’"}.action a,.action a:hover{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;color:#fff;background-color:#3394ce;border-color:#2d86bb}.action a:focus,.action a:hover:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.action a:hover,.action a:hover:hover,.action a:focus,.action a:hover:focus{color:#333;text-decoration:none}.action a:active,.action a:hover:active,.action a.active,.action a:hover.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.action a.disabled,.action a:hover.disabled,.action a[disabled],.action a:hover[disabled],fieldset[disabled] .action a,fieldset[disabled] .action a:hover{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.action a:hover,.action a:hover:hover,.action a:focus,.action a:hover:focus,.action a:active,.action a:hover:active,.action a.active,.action a:hover.active,.open .dropdown-toggle.action a,.open .dropdown-toggle.action a:hover{color:#fff;background-color:#2a7dae;border-color:#216289}.action a:active,.action a:hover:active,.action a.active,.action a:hover.active,.open .dropdown-toggle.action a,.open .dropdown-toggle.action a:hover{background-image:none}.action a.disabled,.action a:hover.disabled,.action a[disabled],.action a:hover[disabled],fieldset[disabled] .action a,fieldset[disabled] .action a:hover,.action a.disabled:hover,.action a:hover.disabled:hover,.action a[disabled]:hover,.action a:hover[disabled]:hover,fieldset[disabled] .action a:hover,fieldset[disabled] .action a:hover:hover,.action a.disabled:focus,.action a:hover.disabled:focus,.action a[disabled]:focus,.action a:hover[disabled]:focus,fieldset[disabled] .action a:focus,fieldset[disabled] .action a:hover:focus,.action a.disabled:active,.action a:hover.disabled:active,.action a[disabled]:active,.action a:hover[disabled]:active,fieldset[disabled] .action a:active,fieldset[disabled] .action a:hover:active,.action a.disabled.active,.action a:hover.disabled.active,.action a[disabled].active,.action a:hover[disabled].active,fieldset[disabled] .action a.active,fieldset[disabled] .action a:hover.active{background-color:#3394ce;border-color:#2d86bb}.action a .badge,.action a:hover .badge{color:#3394ce;background-color:#fff}.n{display:none !important}h1{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee;color:#202d79}h1,h2,h3,h4{font-weight:300}#translations,#main,#followup{margin-left:-15px;margin-right:-15px}#translations:before,#main:before,#followup:before,#translations:after,#main:after,#followup:after{content:" ";display:table}#translations:after,#main:after,#followup:after{clear:both}#translations:before,#main:before,#followup:before,#translations:after,#main:after,#followup:after{content:" ";display:table}#translations:after,#main:after,#followup:after{clear:both}#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}#translations:before,#top:before,#main:before,#followup:before,#bottom:before,#fsfe-web:before,#full-menu:before,#notifications:before,#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{content:" ";display:table}#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{clear:both}#translations:before,#top:before,#main:before,#followup:before,#bottom:before,#fsfe-web:before,#full-menu:before,#notifications:before,#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{content:" ";display:table}#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{clear:both}@media (min-width:768px){#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{width:750px}}@media (min-width:992px){#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{width:970px}}@media (min-width:1200px){#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{width:1170px}}div#subpages,.grid-row{margin-left:-15px;margin-right:-15px;padding-bottom:1em}div#subpages:before,.grid-row:before,div#subpages:after,.grid-row:after{content:" ";display:table}div#subpages:after,.grid-row:after{clear:both}div#subpages:before,.grid-row:before,div#subpages:after,.grid-row:after{content:" ";display:table}div#subpages:after,.grid-row:after{clear:both}div#subpages .half,.grid-row .half{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){div#subpages .half,.grid-row .half{float:left;width:50%}}#translations{display:none;opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;background:#fff;border-bottom:1px solid #999;position:absolute;width:100%;z-index:99;transition:display .15s linear 0s,opacity .15s linear 0s}#translations.in{display:block}#translations.in{opacity:1}#translations a.close{float:right !important;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#translations a.close{float:left;width:8.33333333%}}#translations a.contribute-translation{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#translations a.contribute-translation{float:left;width:16.66666667%}}#translations ul{list-style-type:none;margin:0;padding:0;float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#translations ul{float:left;width:75%}}#translations li{display:inline-block;margin-right:.5em}#translations li:before{content:"› "}.no-js #translations{display:block;opacity:1;position:relative;font-size:.8em}.no-js #translations a.close{display:none}#masthead{padding:2em 2em 3em;display:block;width:100%}@media (min-width:768px){#masthead{padding-left:3em}}#logo span{font-size:.00001em;color:transparent;visibility:hidden}#link-home a{display:block;position:absolute;font-size:.00001em;color:transparent}#motto{display:none;clear:both;font-weight:300;font-size:1.7em;padding:.5em 0 0 0;text-align:center;color:#202d79}@media (min-width:480px){#motto{font-size:2.7em}}@media (min-width:768px){#menu{float:right !important;text-align:right}}#direct-links{visibility:hidden;margin-bottom:2em}#direct-links span,#direct-links a{display:none;padding:.5em}#direct-links #direct-to-menu-list,#direct-links #direct-to-translations,#direct-links #direct-to-home,#direct-links #direct-to-login,#direct-links #direct-to-join{visibility:visible;display:inline-block}#direct-links #direct-to-menu-list .fa,#direct-links #direct-to-translations .fa,#direct-links #direct-to-home .fa,#direct-links #direct-to-login .fa,#direct-links #direct-to-join .fa{padding-right:.3em}@media (min-width:768px){#direct-links #direct-to-menu-list{visibility:hidden;display:none}}.no-js #direct-links{visibility:visible}.no-js #direct-links span,.no-js #direct-links a{display:inline-block}.no-js #direct-links #direct-to-translations,.no-js #direct-links #direct-to-menu-list{display:none}@media (min-width:480px){#menu-list,#search{display:inline-block}}#menu-list{list-style-type:none;margin:0;padding:0;display:none;padding-bottom:1.5em}#menu-list.in{display:block}@media (min-width:480px){#menu-list{display:block;display:inline-block;padding-bottom:.5em}}#menu-list li{display:inline-block}#menu-list li a{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;font-weight:400}#menu-list li a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#menu-list li a:hover,#menu-list li a:focus{color:#333;text-decoration:none}#menu-list li a:active,#menu-list li a.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}#menu-list li a.disabled,#menu-list li a[disabled],fieldset[disabled] #menu-list li a{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}@media (min-width:992px){#menu-list li a{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}}#menu-list li a:hover{color:#fff;background-color:#3394ce;border-color:#2d86bb;background-color:rgba(32,45,121,0.5)}#menu-list li a:hover:hover,#menu-list li a:hover:focus,#menu-list li a:hover:active,#menu-list li a:hover.active,.open .dropdown-toggle#menu-list li a:hover{color:#fff;background-color:#2a7dae;border-color:#216289}#menu-list li a:hover:active,#menu-list li a:hover.active,.open .dropdown-toggle#menu-list li a:hover{background-image:none}#menu-list li a:hover.disabled,#menu-list li a:hover[disabled],fieldset[disabled] #menu-list li a:hover,#menu-list li a:hover.disabled:hover,#menu-list li a:hover[disabled]:hover,fieldset[disabled] #menu-list li a:hover:hover,#menu-list li a:hover.disabled:focus,#menu-list li a:hover[disabled]:focus,fieldset[disabled] #menu-list li a:hover:focus,#menu-list li a:hover.disabled:active,#menu-list li a:hover[disabled]:active,fieldset[disabled] #menu-list li a:hover:active,#menu-list li a:hover.disabled.active,#menu-list li a:hover[disabled].active,fieldset[disabled] #menu-list li a:hover.active{background-color:#3394ce;border-color:#2d86bb}#menu-list li a:hover .badge{color:#3394ce;background-color:#fff}.no-js #menu-list{display:block}@media (min-width:480px){.no-js #menu-list{display:inline-block;padding-bottom:.5em}}#search form,#search p{margin:0;padding:0}#search label,#search input[type="image"]{position:absolute;font-size:.0001em;width:25px;height:25px;margin:5px;opacity:0}#search button,#search input[name="query"]{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;padding-left:2.5em;display:inline;text-align:left;width:70%;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s,width .15s ease-in-out 0s;background:url(/graphics/icons/search-button.png) .6em 50% no-repeat rgba(255,255,255,0.75)}#search button:focus,#search input[name="query"]:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}#search button:-moz-placeholder,#search input[name="query"]:-moz-placeholder{color:#999}#search button::-moz-placeholder,#search input[name="query"]::-moz-placeholder{color:#999;opacity:1}#search button:-ms-input-placeholder,#search input[name="query"]:-ms-input-placeholder{color:#999}#search button::-webkit-input-placeholder,#search input[name="query"]::-webkit-input-placeholder{color:#999}#search button[disabled],#search input[name="query"][disabled],#search button[readonly],#search input[name="query"][readonly],fieldset[disabled] #search button,fieldset[disabled] #search input[name="query"]{cursor:not-allowed;background-color:#eee}textarea#search button,textarea#search input[name="query"]{height:auto}#search button,#search input[name="query"]:focus{width:100%;background-color:#fff}.article #content,.planet #content,.article #planet-posts,.planet #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.article #content,.planet #content,.article #planet-posts,.planet #planet-posts{float:left;width:66.66666667%}}.article #sidebar,.planet #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.article #sidebar,.planet #sidebar{float:left;width:33.33333333%}}#content+#sidebar{width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0;float:left;width:33%}@media (min-width:992px){#content+#sidebar{float:left;width:33.33333333%}}#main,#followup{background:#fff;margin:1em auto;padding:1.5em;font-size:1.1em;box-shadow:0 .4em 1em #c8c8c8}@media (min-width:768px){#main,#followup{padding:3em}}#main{padding-top:1em}#main h1,#main h2,#main h3,#main h4,#main h5,#main h6{-moz-hypens:manual;-webkit-hyphens:manual;hyphens:manual}#main p{-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}#main aside#tags{clear:both;margin:3em 0 -2em 0;font-size:.8em;float:none;position:static}#main aside#tags h2{display:inline;color:#999;font-size:1em;font-weight:normal}#main aside#tags h2::after{content:":"}#main footer.notice{clear:both;margin:3em -1.5em -3em;background:#eee;color:#555;padding:1em}#main footer.notice:before,#main footer.notice:after{content:" ";display:table}#main footer.notice:after{clear:both}#main footer.notice:before,#main footer.notice:after{content:" ";display:table}#main footer.notice:after{clear:both}#main footer.notice a{color:#333}@media (min-width:768px){#main footer.notice{margin:3em -3em -3em}}#main footer.copyright.notice{min-height:30px}#main footer.copyright.notice a{color:#555}#main footer.creativecommons{background:url(/graphics/cc-logo.png) 2em 50% no-repeat #eee;padding-left:150px}#content{max-width:99ex;margin-left:auto;margin-right:auto}#sidebar{color:#999;padding:2em 0}#sidebar ul{list-style-type:none;margin:0;padding:0;margin-bottom:1em}#sidebar ul li{border-bottom:1px solid #eee;padding:.3em 0}#sidebar ul li a{display:block;width:100%}#sidebar .dt-published{display:block;font-size:.9em}#category{background:#d7eaf6;display:block;width:42%;padding:.5em;margin:-2em 0 0}#category a:before{content:"‹ "}#article-metadata{font-weight:300;margin-bottom:1.5em}#article-metadata img{height:24px;margin:-0.2em .2em -0.2em;box-shadow:0 0 3px rgba(0,0,0,0.3)}#article-metadata time.dt-updated:after{content:", "}#article-metadata time.dt-updated:last-child:after{content:"."}#introduction p{font-weight:300;font-size:1.1em}#introduction p strong{font-weight:500}@media (min-width:992px){#content aside{float:right;margin-left:100%;position:absolute}#content aside p{width:100%;min-width:320px;max-width:340px}}#content aside p{border-left:1px solid #3394ce;padding-left:1em;font-size:.9em}#content blockquote,#content .blockQuote{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;border:0;padding-top:20px;padding-bottom:20px;background-color:rgba(116,140,156,0.23)}#content blockquote p,#content .blockQuote p{line-height:1.35}#content blockquote footer cite,#content .blockQuote footer cite{font-style:italic}#content blockquote+#content blockquote,#content blockquote+#content .blockQuote,#content .blockQuote+#content blockquote,#content .blockQuote+#content .blockQuote{margin-top:-1.3em}#content pre,#content pre code{white-space:pre}#content pre{font-size:1em;padding-left:3em;border-style:dotted;border-width:1px 1px 1px 0;border-radius:0;overflow-x:auto}#content pre code{font-size:.95em}#content pre.term{background:#0c141f;color:#e6ffff}#content pre.term code:before{content:"$ "}#content img{max-width:100%}#content .captioned{text-align:center}#content .captioned img{margin:0 auto;display:block;box-shadow:.2em .2em 1em rgba(0,0,0,0.3)}#content .captioned header,#content .captioned footer,#content .captioned img+p{padding:10px 15px}#content .captioned header,#content .captioned footer{text-align:left;display:block}#content .captioned header p,#content .captioned footer p{margin:5px}#content .captioned footer,#content .captioned img+p{background:#eee;font-weight:300}#content .captioned img+p{display:inline-block}#content .captioned.center-block,#content .captioned.center{margin-left:auto;margin-right:auto}#content .captioned.right{margin-left:1.5em;margin-right:0}#content .captioned.left{margin-right:1.5em;margin-left:0}#content .p-summary{font-size:1.2em;font-weight:300}#content .action-after{display:table}#content .action-after .action-describe,#content .action-after .action-main{display:table-cell;vertical-align:middle;padding:.5em 1em}#content .action-after .action-describe{background:#d7eaf6;color:#202d79;width:23%;text-align:right}#content .action-after .action-describe:after{padding-left:.3em;content:" ▸"}#content .action-after .action-main{background:#eee;width:77%}#content .blockHighlight{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;border:0;padding-top:20px;padding-bottom:20px;background-color:rgba(116,140,156,0.23);padding-right:20px}#content .blockHighlight p{line-height:1.35}#content .blockHighlight footer cite{font-style:italic}#content .blockHighlight+#content .blockHighlight{margin-top:-1.3em}.fsfe-form label.required .star{font-weight:400}.fsfe-form label+input,.fsfe-form label+textarea{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;margin-bottom:1.25em}.fsfe-form label+input:focus,.fsfe-form label+textarea:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.fsfe-form label+input:-moz-placeholder,.fsfe-form label+textarea:-moz-placeholder{color:#999}.fsfe-form label+input::-moz-placeholder,.fsfe-form label+textarea::-moz-placeholder{color:#999;opacity:1}.fsfe-form label+input:-ms-input-placeholder,.fsfe-form label+textarea:-ms-input-placeholder{color:#999}.fsfe-form label+input::-webkit-input-placeholder,.fsfe-form label+textarea::-webkit-input-placeholder{color:#999}.fsfe-form label+input[disabled],.fsfe-form label+textarea[disabled],.fsfe-form label+input[readonly],.fsfe-form label+textarea[readonly],fieldset[disabled] .fsfe-form label+input,fieldset[disabled] .fsfe-form label+textarea{cursor:not-allowed;background-color:#eee}textarea.fsfe-form label+input,textarea.fsfe-form label+textarea{height:auto}.fsfe-form label+input+.help-block,.fsfe-form label+textarea+.help-block{margin-top:-1em;margin-bottom:1.25em}.fsfe-form textarea{min-height:150px}.fsfe-form button,.fsfe-form input[type="submit"]{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;display:block;margin:1em 0}.toplevel #category{display:none}.toplevel h1{background:#85bfe2;color:#fff;text-shadow:0 1px 2px #202d79;display:block;min-width:200px;padding:.5em;margin:-0.5em -0.2em .5em;border:0}@media (min-width:768px){.toplevel h1{width:50%;margin:-1em 0 1em 0}}.full-width #main{width:100%}.frontpage #content,.subsite #content,.full-width #content{max-width:none}.article #content{display:inline-block}.article #content .p-name{color:#202d79}.article .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.article .standout{margin-left:-3em}}.article .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.article .standout-text{margin-left:-3em}}@media (min-width:768px){.article .standout-text{padding-left:3em}}.article blockquote,.article .blockQuote,.article .blockHighlight,.article pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.article blockquote,.article .blockQuote,.article .blockHighlight,.article pre{margin-left:-3em}}@media (min-width:768px){.article blockquote,.article .blockQuote,.article .blockHighlight,.article pre{padding-left:3em}}.article .captioned,.article .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.article .captioned,.article .action-after{margin-left:-3em}}.article .captioned.center-block,.article .captioned.center{margin-left:auto;margin-right:auto}.article .captioned.right{margin-left:1.5em;margin-right:0}.article .captioned.left{margin-right:1.5em;margin-left:0}.press.release #content,.press.release #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.press.release #content,.press.release #planet-posts{float:left;width:66.66666667%}}.press.release #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.press.release #sidebar{float:left;width:33.33333333%}}.press.release #content{display:inline-block}.press.release #content .p-name{color:#202d79}.press.release .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.press.release .standout{margin-left:-3em}}.press.release .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.press.release .standout-text{margin-left:-3em}}@media (min-width:768px){.press.release .standout-text{padding-left:3em}}.press.release blockquote,.press.release .blockQuote,.press.release .blockHighlight,.press.release pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.press.release blockquote,.press.release .blockQuote,.press.release .blockHighlight,.press.release pre{margin-left:-3em}}@media (min-width:768px){.press.release blockquote,.press.release .blockQuote,.press.release .blockHighlight,.press.release pre{padding-left:3em}}.press.release .captioned,.press.release .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.press.release .captioned,.press.release .action-after{margin-left:-3em}}.press.release .captioned.center-block,.press.release .captioned.center{margin-left:auto;margin-right:auto}.press.release .captioned.right{margin-left:1.5em;margin-right:0}.press.release .captioned.left{margin-right:1.5em;margin-left:0}.press.release #content,.press.release #planet-posts{float:left;width:66%}.press.release #sidebar{float:left;width:33%}.france.frontpage #content,.france.frontpage #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.france.frontpage #content,.france.frontpage #planet-posts{float:left;width:66.66666667%}}.france.frontpage #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.france.frontpage #sidebar{float:left;width:33.33333333%}}.france.frontpage #content{display:inline-block}.france.frontpage #content .p-name{color:#202d79}.france.frontpage .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.france.frontpage .standout{margin-left:-3em}}.france.frontpage .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.france.frontpage .standout-text{margin-left:-3em}}@media (min-width:768px){.france.frontpage .standout-text{padding-left:3em}}.france.frontpage blockquote,.france.frontpage .blockQuote,.france.frontpage .blockHighlight,.france.frontpage pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.france.frontpage blockquote,.france.frontpage .blockQuote,.france.frontpage .blockHighlight,.france.frontpage pre{margin-left:-3em}}@media (min-width:768px){.france.frontpage blockquote,.france.frontpage .blockQuote,.france.frontpage .blockHighlight,.france.frontpage pre{padding-left:3em}}.france.frontpage .captioned,.france.frontpage .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.france.frontpage .captioned,.france.frontpage .action-after{margin-left:-3em}}.france.frontpage .captioned.center-block,.france.frontpage .captioned.center{margin-left:auto;margin-right:auto}.france.frontpage .captioned.right{margin-left:1.5em;margin-right:0}.france.frontpage .captioned.left{margin-right:1.5em;margin-left:0}.france.frontpage #content,.france.frontpage #planet-posts{float:left;width:66%}.france.frontpage #sidebar{float:left;width:33%}.france.frontpage #news,.france.frontpage #events{width:auto}.france.frontpage #team{margin-top:3em}h2#subpages,h3#subpage,h4#subpages{display:none}h2#subpages.show-heading,h3#subpages.show-heading,h4#subpages.show-heading{display:block}ul#subpages,h2#subpages+ul,h3#subpages+ul,h4#subpages+ul,ul.subheadings,ul.overview{clear:both;clear:none;margin-left:-15px;margin-right:-15px;list-style-type:none;margin:0;padding:0;padding:0 0 2em 0}ul#subpages:before,h2#subpages+ul:before,h3#subpages+ul:before,h4#subpages+ul:before,ul.subheadings:before,ul.overview:before,ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{content:" ";display:table}ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{clear:both}ul#subpages:before,h2#subpages+ul:before,h3#subpages+ul:before,h4#subpages+ul:before,ul.subheadings:before,ul.overview:before,ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{content:" ";display:table}ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{clear:both}ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:50%}}@media (min-width:480px){ul#subpages li:nth-child(odd),h2#subpages+ul li:nth-child(odd),h3#subpages+ul li:nth-child(odd),h4#subpages+ul li:nth-child(odd),ul.subheadings li:nth-child(odd),ul.overview li:nth-child(odd){clear:both}}ul#subpages li ul,h2#subpages+ul li ul,h3#subpages+ul li ul,h4#subpages+ul li ul,ul.subheadings li ul,ul.overview li ul{padding:0}ul#subpages li ul li,h2#subpages+ul li ul li,h3#subpages+ul li ul li,h4#subpages+ul li ul li,ul.subheadings li ul li,ul.overview li ul li{float:none;width:100%;display:block;padding:0}ul#subpages li ul li a:before,h2#subpages+ul li ul li a:before,h3#subpages+ul li ul li a:before,h4#subpages+ul li ul li a:before,ul.subheadings li ul li a:before,ul.overview li ul li a:before{content:"› "}ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:50%}}@media (min-width:768px){ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{display:inline-block}}.subsite #category{display:none}.subsite h1{background:#85bfe2;color:#fff;text-shadow:0 1px 2px #202d79;display:block;min-width:200px;padding:.5em;margin:-0.5em -0.2em .5em;border:0}@media (min-width:768px){.subsite h1{width:50%;margin:-1em 0 1em 0}}.subsite #content{margin-left:-15px;margin-right:-15px}.subsite #content:before,.subsite #content:after{content:" ";display:table}.subsite #content:after{clear:both}.subsite #content:before,.subsite #content:after{content:" ";display:table}.subsite #content:after{clear:both}.subsite #content #introduction{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content #introduction{float:left;width:33.33333333%}}.subsite #content #introduction+.subheadings{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content #introduction+.subheadings{float:left;width:66.66666667%}}.subsite #content .subheadings,.subsite #content .subheadings+.subheadings{clear:none;margin-left:-15px;margin-right:-15px;list-style-type:none;margin:0;padding:0;padding:0 0 2em 0}.subsite #content .subheadings:before,.subsite #content .subheadings+.subheadings:before,.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{content:" ";display:table}.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{clear:both}.subsite #content .subheadings:before,.subsite #content .subheadings+.subheadings:before,.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{content:" ";display:table}.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{clear:both}.subsite #content .subheadings li,.subsite #content .subheadings+.subheadings li{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content .subheadings li,.subsite #content .subheadings+.subheadings li{float:left;width:50%}}@media (min-width:480px){.subsite #content .subheadings li:nth-child(odd),.subsite #content .subheadings+.subheadings li:nth-child(odd){clear:both}}.subsite #content .subheadings li ul,.subsite #content .subheadings+.subheadings li ul{padding:0}.subsite #content .subheadings li ul li,.subsite #content .subheadings+.subheadings li ul li{float:none;width:100%;display:block;padding:0}.subsite #content .subheadings li ul li a:before,.subsite #content .subheadings+.subheadings li ul li a:before{content:"› "}.subsite #content .subheadings+.subheadings{clear:both}.subsite #content .subheadings+.subheadings li{float:left;width:50%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content .subheadings+.subheadings li{float:left;width:33.33333333%}}@media (min-width:480px){.subsite #content .subheadings+.subheadings li:nth-child(odd){clear:none}.subsite #content .subheadings+.subheadings li:nth-child(3n+4){clear:both}}.subsite #introduction{padding-top:1.5em}.subsite #introduction .image{float:left !important;max-width:30%;margin-right:.5em}#followup:before,#followup:after{content:" ";display:table}#followup:after{clear:both}#followup:before,#followup:after{content:" ";display:table}#followup:after{clear:both}#followup h2{padding:0}#followup form{display:inline-block}#followup input#email{margin:0 1em;max-width:18em}#followup a.btn{color:#fff;background-color:#3394ce;border-color:#2d86bb}#followup a.btn:hover,#followup a.btn:focus,#followup a.btn:active,#followup a.btn.active,.open .dropdown-toggle#followup a.btn{color:#fff;background-color:#2a7dae;border-color:#216289}#followup a.btn:active,#followup a.btn.active,.open .dropdown-toggle#followup a.btn{background-image:none}#followup a.btn.disabled,#followup a.btn[disabled],fieldset[disabled] #followup a.btn,#followup a.btn.disabled:hover,#followup a.btn[disabled]:hover,fieldset[disabled] #followup a.btn:hover,#followup a.btn.disabled:focus,#followup a.btn[disabled]:focus,fieldset[disabled] #followup a.btn:focus,#followup a.btn.disabled:active,#followup a.btn[disabled]:active,fieldset[disabled] #followup a.btn:active,#followup a.btn.disabled.active,#followup a.btn[disabled].active,fieldset[disabled] #followup a.btn.active{background-color:#3394ce;border-color:#2d86bb}#followup a.btn .badge{color:#3394ce;background-color:#fff}@media (min-width:768px){#followup{padding:3em 3em 3em 2em}}#followup.subscribe-nl h2{position:relative;min-height:1px;padding-left:15px;padding-right:15px;margin:0 0 10px}@media (min-width:992px){#followup.subscribe-nl h2{float:left;width:50%}}@media (min-width:1200px){#followup.subscribe-nl h2{float:left;width:41.66666667%}}#followup.subscribe-nl form{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#followup.subscribe-nl form{float:left;width:50%}}@media (min-width:1200px){#followup.subscribe-nl form{float:left;width:58.33333333%}}@media (min-width:992px){#followup.subscribe-nl h2{margin:0;top:5px}}#followup.join h2,#followup.support h2,#followup.donate h2{position:relative;min-height:1px;padding-left:15px;padding-right:15px;text-align:center}@media (min-width:768px){#followup.join h2,#followup.support h2,#followup.donate h2{float:left;width:33.33333333%}}#followup.join p,#followup.support p,#followup.donate p{position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding:0;padding-top:1em}@media (min-width:768px){#followup.join p,#followup.support p,#followup.donate p{float:left;width:66.66666667%}}#followup.join a.btn,#followup.support a.btn,#followup.donate a.btn{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){#followup.join a.btn,#followup.support a.btn,#followup.donate a.btn{float:left;width:16.66666667%}}@media (min-width:768px){#followup.join a.btn,#followup.support a.btn,#followup.donate a.btn{margin-left:33.33333333%}}#bottom{background:#fff;box-shadow:1em 0 1em 1em #fff;margin:5em 0 0;padding:5em 0;width:100%}#bottom section{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;margin-bottom:1.5em}#bottom section:before,#bottom section:after{content:" ";display:table}#bottom section:after{clear:both}#bottom section:before,#bottom section:after{content:" ";display:table}#bottom section:after{clear:both}@media (min-width:768px){#bottom section{width:750px}}@media (min-width:992px){#bottom section{width:970px}}@media (min-width:1200px){#bottom section{width:1170px}}#breadcrumbs{clear:both;min-height:3em;padding:.5em 1.8em}#breadcrumbs a{display:inline-block;padding:.5em;font-weight:600}#breadcrumbs a:after{content:"   » "}#breadcrumbs a:last-child:after{content:""}#fsfe-web{margin-bottom:2em}#fsfe-web a{display:inline-block;padding:1em .5em;font-weight:700;color:#fff;text-shadow:1px 1px 2px #202d79}#full-menu #direct-to-top{margin-left:80%;text-align:right;text-decoration:none !important;display:block}#full-menu #direct-to-top:before{content:"â–´";padding-right:.5ex;text-decoration:none !important}#full-menu #full-menu-list{list-style-type:none;margin:0;padding:0;margin-left:-15px;margin-right:-15px;margin:1em 0 0}#full-menu #full-menu-list:before,#full-menu #full-menu-list:after{content:" ";display:table}#full-menu #full-menu-list:after{clear:both}#full-menu #full-menu-list:before,#full-menu #full-menu-list:after{content:" ";display:table}#full-menu #full-menu-list:after{clear:both}#full-menu #full-menu-list li{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;margin-top:1em;font-weight:600}@media (min-width:768px){#full-menu #full-menu-list li{float:left;width:33.33333333%}}@media (min-width:992px){#full-menu #full-menu-list li{float:left;width:16.66666667%}}#full-menu #full-menu-list li ul{list-style-type:none;margin:0;padding:0}#full-menu #full-menu-list li ul li{margin:0;font-weight:400;display:block;width:100%;line-height:1.1;margin-bottom:.4em}#full-menu #full-menu-list li ul li.fellowship{padding-left:0;font-weight:600;margin-top:.3em;line-height:1.3}#legal-info,#source{margin-left:-15px;margin-right:-15px}#legal-info:before,#source:before,#legal-info:after,#source:after{content:" ";display:table}#legal-info:after,#source:after{clear:both}#legal-info:before,#source:before,#legal-info:after,#source:after{content:" ";display:table}#legal-info:after,#source:after{clear:both}#legal-info p,#source p,#legal-info ul,#source ul{list-style-type:none;margin:0;padding:0;float:left;width:50%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){#legal-info p,#source p,#legal-info ul,#source ul{float:left;width:33.33333333%}}#sister-organisations{text-align:center;margin-top:2em}#campaigns-boxes{height:0;margin:-1em -1.5em;margin-bottom:3em}@media (min-width:768px){#campaigns-boxes{margin-left:-3em;margin-right:-3em;padding:0}}#campaigns-boxes .campaign-box{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;position:absolute;display:block;padding:3em;overflow-y:auto;text-decoration:none !important;color:#fff;text-shadow:0 1px 2px #202d79}#campaigns-boxes .campaign-box:before,#campaigns-boxes .campaign-box:after{content:" ";display:table}#campaigns-boxes .campaign-box:after{clear:both}#campaigns-boxes .campaign-box:before,#campaigns-boxes .campaign-box:after{content:" ";display:table}#campaigns-boxes .campaign-box:after{clear:both}@media (min-width:768px){#campaigns-boxes .campaign-box{width:750px}}@media (min-width:992px){#campaigns-boxes .campaign-box{width:970px}}@media (min-width:1200px){#campaigns-boxes .campaign-box{width:1170px}}@media (min-width:992px){#campaigns-boxes .campaign-box{overflow-y:hidden}}#campaigns-boxes .cycle-pager{text-align:center;bottom:0;width:100%;z-index:500;position:absolute;overflow:hidden;height:35px;padding-top:7px}#campaigns-boxes .cycle-pager span{width:16px;height:16px;display:inline-block;color:transparent;cursor:pointer;border-radius:50px;background:rgba(255,255,255,0.4);margin:.1em}#campaigns-boxes .cycle-pager span.cycle-pager-active{background:rgba(255,255,255,0.8)}#campaigns-boxes .cycle-pager>*{cursor:pointer}.no-js .cycle-pager{display:none}.no-js #campaigns-boxes{overflow-y:scroll;overflow-x:hidden}.no-js #campaigns-boxes .campaign-box{display:inline-block;position:relative}a.fn{bottom:.5em;font-size:.7em;position:relative}h2#fn{display:none}h2#fn+ol{border-top:1px solid #eee;font-size:.9em;margin:2em 0;padding-top:1em}form input#email{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;max-width:25em;display:inline-block}form input#email:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}form input#email:-moz-placeholder{color:#999}form input#email::-moz-placeholder{color:#999;opacity:1}form input#email:-ms-input-placeholder{color:#999}form input#email::-webkit-input-placeholder{color:#999}form input#email[disabled],form input#email[readonly],fieldset[disabled] form input#email{cursor:not-allowed;background-color:#eee}textareaform input#email{height:auto}button,input[type="submit"]{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#333;background-color:#fff;border-color:#ccc;color:#fff;background-color:#3394ce;border-color:#2d86bb}button:focus,input[type="submit"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus{color:#333;text-decoration:none}button:active,input[type="submit"]:active,button.active,input[type="submit"].active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}button.disabled,input[type="submit"].disabled,button[disabled],input[type="submit"][disabled],fieldset[disabled] button,fieldset[disabled] input[type="submit"]{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus,button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{color:#333;background-color:#ebebeb;border-color:#adadad}button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{background-image:none}button.disabled,input[type="submit"].disabled,button[disabled],input[type="submit"][disabled],fieldset[disabled] button,fieldset[disabled] input[type="submit"],button.disabled:hover,input[type="submit"].disabled:hover,button[disabled]:hover,input[type="submit"][disabled]:hover,fieldset[disabled] button:hover,fieldset[disabled] input[type="submit"]:hover,button.disabled:focus,input[type="submit"].disabled:focus,button[disabled]:focus,input[type="submit"][disabled]:focus,fieldset[disabled] button:focus,fieldset[disabled] input[type="submit"]:focus,button.disabled:active,input[type="submit"].disabled:active,button[disabled]:active,input[type="submit"][disabled]:active,fieldset[disabled] button:active,fieldset[disabled] input[type="submit"]:active,button.disabled.active,input[type="submit"].disabled.active,button[disabled].active,input[type="submit"][disabled].active,fieldset[disabled] button.active,fieldset[disabled] input[type="submit"].active{background-color:#fff;border-color:#ccc}button .badge,input[type="submit"] .badge{color:#fff;background-color:#fff}button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus,button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{color:#fff;background-color:#2a7dae;border-color:#216289}button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{background-image:none}button.disabled,input[type="submit"].disabled,button[disabled],input[type="submit"][disabled],fieldset[disabled] button,fieldset[disabled] input[type="submit"],button.disabled:hover,input[type="submit"].disabled:hover,button[disabled]:hover,input[type="submit"][disabled]:hover,fieldset[disabled] button:hover,fieldset[disabled] input[type="submit"]:hover,button.disabled:focus,input[type="submit"].disabled:focus,button[disabled]:focus,input[type="submit"][disabled]:focus,fieldset[disabled] button:focus,fieldset[disabled] input[type="submit"]:focus,button.disabled:active,input[type="submit"].disabled:active,button[disabled]:active,input[type="submit"][disabled]:active,fieldset[disabled] button:active,fieldset[disabled] input[type="submit"]:active,button.disabled.active,input[type="submit"].disabled.active,button[disabled].active,input[type="submit"][disabled].active,fieldset[disabled] button.active,fieldset[disabled] input[type="submit"].active{background-color:#3394ce;border-color:#2d86bb}button .badge,input[type="submit"] .badge{color:#3394ce;background-color:#fff}a.learn-more{font-size:1.2em;font-weight:300;line-height:1;border-bottom:1px dotted #3394ce;font-variant:small-caps;text-transform:lowercase;padding-right:1em;position:relative}a.learn-more:hover{text-decoration:none;border-bottom-style:solid}a.learn-more:after{position:absolute;right:.3em;content:" ▸";opacity:.8;transition:all 150ms linear}a.learn-more:hover:after{right:0;content:" ▸";opacity:1}.social-link{float:right !important;margin-left:.5em}.big-donate,.big.donate{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;display:block;width:100%;padding-left:0;padding-right:0;color:#fff;background-color:#5cb85c;border-color:#4cae4c;font-size:1.4em}.big-donate:focus,.big.donate:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.big-donate:hover,.big.donate:hover,.big-donate:focus,.big.donate:focus{color:#333;text-decoration:none}.big-donate:active,.big.donate:active,.big-donate.active,.big.donate.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.big-donate.disabled,.big.donate.disabled,.big-donate[disabled],.big.donate[disabled],fieldset[disabled] .big-donate,fieldset[disabled] .big.donate{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.big-donate:hover,.big.donate:hover,.big-donate:focus,.big.donate:focus,.big-donate:active,.big.donate:active,.big-donate.active,.big.donate.active,.open .dropdown-toggle.big-donate,.open .dropdown-toggle.big.donate{color:#fff;background-color:#47a447;border-color:#398439}.big-donate:active,.big.donate:active,.big-donate.active,.big.donate.active,.open .dropdown-toggle.big-donate,.open .dropdown-toggle.big.donate{background-image:none}.big-donate.disabled,.big.donate.disabled,.big-donate[disabled],.big.donate[disabled],fieldset[disabled] .big-donate,fieldset[disabled] .big.donate,.big-donate.disabled:hover,.big.donate.disabled:hover,.big-donate[disabled]:hover,.big.donate[disabled]:hover,fieldset[disabled] .big-donate:hover,fieldset[disabled] .big.donate:hover,.big-donate.disabled:focus,.big.donate.disabled:focus,.big-donate[disabled]:focus,.big.donate[disabled]:focus,fieldset[disabled] .big-donate:focus,fieldset[disabled] .big.donate:focus,.big-donate.disabled:active,.big.donate.disabled:active,.big-donate[disabled]:active,.big.donate[disabled]:active,fieldset[disabled] .big-donate:active,fieldset[disabled] .big.donate:active,.big-donate.disabled.active,.big.donate.disabled.active,.big-donate[disabled].active,.big.donate[disabled].active,fieldset[disabled] .big-donate.active,fieldset[disabled] .big.donate.active{background-color:#5cb85c;border-color:#4cae4c}.big-donate .badge,.big.donate .badge{color:#5cb85c;background-color:#fff}.supporter-text{margin-top:5px}.small-donate,.small.donate{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;color:#fff;background-color:#5cb85c;border-color:#4cae4c}.small-donate:focus,.small.donate:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.small-donate:hover,.small.donate:hover,.small-donate:focus,.small.donate:focus{color:#333;text-decoration:none}.small-donate:active,.small.donate:active,.small-donate.active,.small.donate.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.small-donate.disabled,.small.donate.disabled,.small-donate[disabled],.small.donate[disabled],fieldset[disabled] .small-donate,fieldset[disabled] .small.donate{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.small-donate:hover,.small.donate:hover,.small-donate:focus,.small.donate:focus,.small-donate:active,.small.donate:active,.small-donate.active,.small.donate.active,.open .dropdown-toggle.small-donate,.open .dropdown-toggle.small.donate{color:#fff;background-color:#47a447;border-color:#398439}.small-donate:active,.small.donate:active,.small-donate.active,.small.donate.active,.open .dropdown-toggle.small-donate,.open .dropdown-toggle.small.donate{background-image:none}.small-donate.disabled,.small.donate.disabled,.small-donate[disabled],.small.donate[disabled],fieldset[disabled] .small-donate,fieldset[disabled] .small.donate,.small-donate.disabled:hover,.small.donate.disabled:hover,.small-donate[disabled]:hover,.small.donate[disabled]:hover,fieldset[disabled] .small-donate:hover,fieldset[disabled] .small.donate:hover,.small-donate.disabled:focus,.small.donate.disabled:focus,.small-donate[disabled]:focus,.small.donate[disabled]:focus,fieldset[disabled] .small-donate:focus,fieldset[disabled] .small.donate:focus,.small-donate.disabled:active,.small.donate.disabled:active,.small-donate[disabled]:active,.small.donate[disabled]:active,fieldset[disabled] .small-donate:active,fieldset[disabled] .small.donate:active,.small-donate.disabled.active,.small.donate.disabled.active,.small-donate[disabled].active,.small.donate[disabled].active,fieldset[disabled] .small-donate.active,fieldset[disabled] .small.donate.active{background-color:#5cb85c;border-color:#4cae4c}.small-donate .badge,.small.donate .badge{color:#5cb85c;background-color:#fff}.alert.red{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert.red hr{border-top-color:#e4b9c0}.alert.red .alert-link{color:#843534}.alert.green{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert.green hr{border-top-color:#c9e2b3}.alert.green .alert-link{color:#2b542c}.alert.yellow{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert.yellow hr{border-top-color:#f7e1b5}.alert.yellow .alert-link{color:#66512c}.warning{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;opacity:1}.warning h4{margin-top:0;color:inherit}.warning .alert-link{font-weight:bold}.warning>p,.warning>ul{margin-bottom:0}.warning>p+p{margin-top:5px}.people img,img.author-avatar{float:left;margin:5px 10px 25px 0;width:48px;height:48px;border:1px solid #323232;box-shadow:0 0 3px rgba(0,0,0,0.3)}ul.people{-moz-hypens:manual;-webkit-hyphens:manual;hyphens:manual;list-style-type:none;padding-left:0;font-size:.9em}ul.people:after{clear:both;margin-right:100%;content:" "}ul.people li{display:block;float:left;width:48%;min-width:20em;padding-right:.5em}ul.people li:nth-child(odd){clear:left}ul.people li:last-child:after{clear:both}.people .name,.people .email{display:block}.people .name{font-weight:bold}.people .email{font-style:italic}.employee{line-height:.8em;margin-left:.5em;padding:.4em;border-radius:5%;display:inline-block}.employee.full,.employee.intern{background-color:#bef5be}.employee.part{background-color:#e4f7e4}.employee.fee,.employee.freelancer{background-color:#eff2fb}.bio #content,.bio #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.bio #content,.bio #planet-posts{float:left;width:66.66666667%}}.bio #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.bio #sidebar{float:left;width:33.33333333%}}.bio #content{display:inline-block}.bio #content .p-name{color:#202d79}.bio .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.bio .standout{margin-left:-3em}}.bio .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.bio .standout-text{margin-left:-3em}}@media (min-width:768px){.bio .standout-text{padding-left:3em}}.bio blockquote,.bio .blockQuote,.bio .blockHighlight,.bio pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.bio blockquote,.bio .blockQuote,.bio .blockHighlight,.bio pre{margin-left:-3em}}@media (min-width:768px){.bio blockquote,.bio .blockQuote,.bio .blockHighlight,.bio pre{padding-left:3em}}.bio .captioned,.bio .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.bio .captioned,.bio .action-after{margin-left:-3em}}.bio .captioned.center-block,.bio .captioned.center{margin-left:auto;margin-right:auto}.bio .captioned.right{margin-left:1.5em;margin-right:0}.bio .captioned.left{margin-right:1.5em;margin-left:0}.bio #content,.bio #planet-posts{float:left;width:66%}.bio #sidebar{float:left;width:33%}.bio #sidebar ul li a{display:inline}.left{float:left !important;margin-right:1em;margin-left:0}.right{float:right !important;margin-left:1em;margin-right:0}.center{text-align:center}#introduction .image img{float:left;margin-right:1em}.grid-50-50{margin-left:-15px;margin-right:-15px}.grid-50-50:before,.grid-50-50:after{content:" ";display:table}.grid-50-50:after{clear:both}.grid-50-50:before,.grid-50-50:after{content:" ";display:table}.grid-50-50:after{clear:both}.grid-50-50 .box{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.grid-50-50 .box{float:left;width:50%}}table#gold{width:100%;margin-bottom:20px}table#gold>thead>tr>th,table#gold>tbody>tr>th,table#gold>tfoot>tr>th,table#gold>thead>tr>td,table#gold>tbody>tr>td,table#gold>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}table#gold>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}table#gold>caption+thead>tr:first-child>th,table#gold>colgroup+thead>tr:first-child>th,table#gold>thead:first-child>tr:first-child>th,table#gold>caption+thead>tr:first-child>td,table#gold>colgroup+thead>tr:first-child>td,table#gold>thead:first-child>tr:first-child>td{border-top:0}table#gold>tbody+tbody{border-top:2px solid #ddd}table#gold .table{background-color:#fff}table#gold>thead>tr>.active,table#gold>tbody>tr>.active,table#gold>tfoot>tr>.active,table#gold>thead>.active>td,table#gold>tbody>.active>td,table#gold>tfoot>.active>td,table#gold>thead>.active>th,table#gold>tbody>.active>th,table#gold>tfoot>.active>th{background-color:#f5f5f5}table#gold>thead>tr>.success,table#gold>tbody>tr>.success,table#gold>tfoot>tr>.success,table#gold>thead>.success>td,table#gold>tbody>.success>td,table#gold>tfoot>.success>td,table#gold>thead>.success>th,table#gold>tbody>.success>th,table#gold>tfoot>.success>th{background-color:#dff0d8}table#gold>thead>tr>.danger,table#gold>tbody>tr>.danger,table#gold>tfoot>tr>.danger,table#gold>thead>.danger>td,table#gold>tbody>.danger>td,table#gold>tfoot>.danger>td,table#gold>thead>.danger>th,table#gold>tbody>.danger>th,table#gold>tfoot>.danger>th{background-color:#f2dede}table#gold>thead>tr>.warning,table#gold>tbody>tr>.warning,table#gold>tfoot>tr>.warning,table#gold>thead>.warning>td,table#gold>tbody>.warning>td,table#gold>tfoot>.warning>td,table#gold>thead>.warning>th,table#gold>tbody>.warning>th,table#gold>tfoot>.warning>th{background-color:#fcf8e3}table#gold>tbody>tr:nth-child(odd)>td,table#gold>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}table#gold>tbody>tr:hover>td,table#gold>tbody>tr:hover>th{background-color:#f5f5f5}.margin-vertical{margin-left:-15px;margin-right:-15px;margin:1em 0}.margin-vertical:before,.margin-vertical:after{content:" ";display:table}.margin-vertical:after{clear:both}.margin-vertical:before,.margin-vertical:after{content:" ";display:table}.margin-vertical:after{clear:both}.margin-vertical .grid-30{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.margin-vertical .grid-30{float:left;width:33.33333333%}}.margin-vertical .grid-70{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.margin-vertical .grid-70{float:left;width:50%}}.margin-vertical .grid-60{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.margin-vertical .grid-60{float:left;width:41.66666667%}}#orderpromo{background:#dff0d8;padding:.1em 1em 1em}#orderpromo .formlabel{display:block}.compare .clear{margin-left:-15px;margin-right:-15px}.compare .clear:before,.compare .clear:after{content:" ";display:table}.compare .clear:after{clear:both}.compare .clear:before,.compare .clear:after{content:" ";display:table}.compare .clear:after{clear:both}.compare .clear .left,.compare .clear .right{margin-right:0;margin-left:0;float:none}.compare .clear .grid-20{position:relative;float:left;width:16.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-40{position:relative;float:left;width:33.33333333%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-50{position:relative;float:left;width:50%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-60{position:relative;float:left;width:66.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-80{position:relative;float:left;width:83.33333333%;min-height:1px;padding-left:15px;padding-right:15px}#eifv2-track .clear{font-size:.9em;margin-left:-15px;margin-right:-15px}#eifv2-track .clear:before,#eifv2-track .clear:after{content:" ";display:table}#eifv2-track .clear:after{clear:both}#eifv2-track .clear:before,#eifv2-track .clear:after{content:" ";display:table}#eifv2-track .clear:after{clear:both}#eifv2-track .grid-50{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#eifv2-track .grid-50{float:left;width:50%}}#eifv2-track blockquote{margin-left:0}#eifv2-track blockquote p{font-size:.9em}ul.taglist{margin:0;padding:0;list-style:none;display:inline}ul.taglist li{display:inline;white-space:nowrap}ul.taglist li a{display:inline-block;padding:.3em;background:#d7eaf6;border-radius:4px;margin:0 0 .3em .5em}.tagginglabel{display:inline-block;padding:.3em;background:#d7eaf6;border-radius:4px;margin:0 0 .3em .5em}.tag16{font-size:16}.tag17{font-size:17}.tag18{font-size:18}.tag19{font-size:19}.tag20{font-size:20}.tag21{font-size:21}.tag22{font-size:22}.tag23{font-size:23}.tag24{font-size:24}.tag25{font-size:25}.tag26{font-size:26}.tag27{font-size:27}.tag28{font-size:28}.tag29{font-size:29}.tag30{font-size:30}.tag31{font-size:31}.tag32{font-size:32}.tag33{font-size:33}.tag34{font-size:34}.tag35{font-size:35}.tag36{font-size:36}.tag37{font-size:37}.tag38{font-size:38}.tag39{font-size:39}.tag40{font-size:40}.tag.title{margin-top:4em}.taglist a[href^="/tags/tagged-frontpage"],.tag-front-page{display:none !important}.question{margin-bottom:15px;margin-top:60px}.answer,.question2,.answer2{padding:.5em 1em;text-align:justify}.question2{margin-left:1em}.answer2{margin-left:2em}.colorless{background-color:#eee;border-left:10px solid #aaa}.diegrĂĽne{background-color:#c8ffc8;border-left:10px solid #008b00}.cdu{background-color:#b4e6ff;border-left:10px solid #004f7a}.csu{background-color:#b4e6ff;border-left:10px solid #00304a}.spd{background-color:#ffc8c8;border-left:10px solid #f00}.dielinke{background-color:#ffc6ff;border-left:10px solid #8b1c62}.piraten{background-color:#ffe992;border-left:10px solid #f37d20}.fdp{background-color:#ffffc8;border-left:10px solid #ff0}.oedp{background-color:#ffe9bb;border-left:10px solid #f2862b}.bayernpartei{background-color:#5590ca;border-left:10px solid #1c26ec}.violetten{background-color:#7c3e8b;border-left:10px solid #d200ff}.afd{background-color:#009ee0;border-left:10px solid #e40f27}.partisocialiste{background-color:#ffdcdc;border-left:10px solid #ff8080}.ump{background-color:#a0c8ff;border-left:10px solid #06c}.pcf{background-color:#ffc8c8;border-left:10px solid #d00}.prg,.mrc{background-color:#fff0fa;border-left:10px solid #ffd1dc}.eelv{background-color:#c8ffc8;border-left:10px solid #0f0}.nouveaucentre{background-color:#dcffff;border-left:10px solid #80ffff}.modem{background-color:#ffe696;border-left:10px solid #f90}.alliancecentriste{background-color:#ffebc8;border-left:10px solid #f5deb3}.signature-logo img{height:auto;max-height:130px;max-width:150px !important}.signature-table table{width:100%;margin-bottom:20px;margin-top:40px}.signature-table table>thead>tr>th,.signature-table table>tbody>tr>th,.signature-table table>tfoot>tr>th,.signature-table table>thead>tr>td,.signature-table table>tbody>tr>td,.signature-table table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.signature-table table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.signature-table table>caption+thead>tr:first-child>th,.signature-table table>colgroup+thead>tr:first-child>th,.signature-table table>thead:first-child>tr:first-child>th,.signature-table table>caption+thead>tr:first-child>td,.signature-table table>colgroup+thead>tr:first-child>td,.signature-table table>thead:first-child>tr:first-child>td{border-top:0}.signature-table table>tbody+tbody{border-top:2px solid #ddd}.signature-table table .table{background-color:#fff}.signature-table table>thead>tr>.active,.signature-table table>tbody>tr>.active,.signature-table table>tfoot>tr>.active,.signature-table table>thead>.active>td,.signature-table table>tbody>.active>td,.signature-table table>tfoot>.active>td,.signature-table table>thead>.active>th,.signature-table table>tbody>.active>th,.signature-table table>tfoot>.active>th{background-color:#f5f5f5}.signature-table table>thead>tr>.success,.signature-table table>tbody>tr>.success,.signature-table table>tfoot>tr>.success,.signature-table table>thead>.success>td,.signature-table table>tbody>.success>td,.signature-table table>tfoot>.success>td,.signature-table table>thead>.success>th,.signature-table table>tbody>.success>th,.signature-table table>tfoot>.success>th{background-color:#dff0d8}.signature-table table>thead>tr>.danger,.signature-table table>tbody>tr>.danger,.signature-table table>tfoot>tr>.danger,.signature-table table>thead>.danger>td,.signature-table table>tbody>.danger>td,.signature-table table>tfoot>.danger>td,.signature-table table>thead>.danger>th,.signature-table table>tbody>.danger>th,.signature-table table>tfoot>.danger>th{background-color:#f2dede}.signature-table table>thead>tr>.warning,.signature-table table>tbody>tr>.warning,.signature-table table>tfoot>tr>.warning,.signature-table table>thead>.warning>td,.signature-table table>tbody>.warning>td,.signature-table table>tfoot>.warning>td,.signature-table table>thead>.warning>th,.signature-table table>tbody>.warning>th,.signature-table table>tfoot>.warning>th{background-color:#fcf8e3}.signature-table table>tbody>tr:nth-child(odd)>td,.signature-table table>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.signature-table table>tbody>tr>td{vertical-align:middle}.signature-table img{height:auto;max-height:65px;max-width:120px !important}.signature-table-orgs ul{display:block;position:relative;list-style:none;text-align:center;padding:0}.signature-table-orgs ul li{display:inline-block;position:relative;list-style:none;vertical-align:middle}.signature-table-orgs ul li a{display:block;position:relative;max-width:120px;max-height:80px;min-width:120px;min-height:80px;background-position:center center;background-repeat:no-repeat;background-size:contain;transform:scale(.8);opacity:1;transition:opacity .5s,transform .5s,background-color .5s,filter .5s}.signature-table-orgs ul li a:hover{opacity:1;transform:scale(.9);z-index:5}.signature-table-orgs #larger{max-width:150px;max-height:100px;min-width:150px;min-height:100px}blockquote#statement{background-color:rgba(116,140,156,0.1)}blockquote#statement p{font-family:"Roboto",sans-serif;font-weight:unset}.interview-question{font-style:italic;font-weight:bold}#content #frontpage #campaign-box-1,#content #frontpage #campaign-box-2{display:none}.special{display:none}#translations ul{width:100%}#motto{font-size:2.7em}#menu{float:right !important;text-align:right}#direct-to-menu-list{visibility:hidden;display:none}#menu-list,#search{display:inline-block}#menu-list{display:block;padding-bottom:.5em}.no-js #menu-list{display:inline-block;padding-bottom:.5em}.article #content,.planet #content,.article #planet-posts,.planet #planet-posts{float:left;width:66%}.article #sidebar,.planet #sidebar{float:left;width:33%}#content+#sidebar{width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0;float:left;width:33%}@media (min-width:992px){#content+#sidebar{float:left;width:33.33333333%}}#menu-list li,#menu-list,#search{display:inline-block;*display:inline;zoom:1}#content aside{float:right;margin-left:100%;position:absolute}#content aside p{width:100%;min-width:320px;max-width:340px}ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:50%;display:inline-block}.subsite .heading{width:50%;margin:-1em 0 1em 0}#full-menu-list li{float:left;width:16.6%}#legal-info p,#source p,#legal-info ul,#source ul{float:left;width:33.3%}#campaigns-boxes #zacchiroli .text{font-size:1.3em}#news{display:inline-block;padding:0 .5em;float:left;width:69%}#newsletter,.country.frontpage #events{display:inline-block;float:right;width:30%;padding-left:2%}
\ No newline at end of file
+ */.button{margin:.4em;padding:1em;cursor:pointer;background:#e1e1e1;text-decoration:none;color:#666}.grow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.grow:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.shrink{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.shrink:hover{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}@-webkit-keyframes pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes pulse{25%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}}.pulse{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse:hover{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse-grow{to{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.pulse-grow{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse-grow:hover{-webkit-animation-name:pulse-grow;animation-name:pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes pulse-shrink{to{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes pulse-shrink{to{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}}.pulse-shrink{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse-shrink:hover{-webkit-animation-name:pulse-shrink;animation-name:pulse-shrink;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes push{50%{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.push{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.push:hover{-webkit-animation-name:push;animation-name:push;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pop{50%{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pop{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pop:hover{-webkit-animation-name:pop;animation-name:pop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.rotate{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.rotate:hover{-webkit-transform:rotate(4deg);-ms-transform:rotate(4deg);transform:rotate(4deg)}.grow-rotate{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.grow-rotate:hover{-webkit-transform:scale(1.1) rotate(4deg);-ms-transform:scale(1.1) rotate(4deg);transform:scale(1.1) rotate(4deg)}.float{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.float:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.sink{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.sink:hover{-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@-webkit-keyframes hover{50%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes hover{50%{-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}}.hover{display:inline-block;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hover:hover{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);-webkit-animation-name:hover;animation-name:hover;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hang{50%{-webkit-transform:translateY(3px);transform:translateY(3px)}100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes hang{50%{-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}100%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px)}}.hang{display:inline-block;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hang:hover{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-animation-name:hang;animation-name:hang;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.skew{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.skew:hover{-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}.skew-forward{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.skew-forward:hover{-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}@-webkit-keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.wobble-vertical{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-vertical:hover{-webkit-animation-name:wobble-vertical;animation-name:wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);-ms-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);-ms-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);-ms-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);-ms-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);-ms-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.wobble-horizontal{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-horizontal:hover{-webkit-animation-name:wobble-horizontal;animation-name:wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0)}}.wobble-top{display:inline-block;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-top:hover{-webkit-animation-name:wobble-top;animation-name:wobble-top;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0)}}.wobble-bottom{display:inline-block;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-bottom:hover{-webkit-animation-name:wobble-bottom;animation-name:wobble-bottom;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.border-fade{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0)}.border-fade:hover{box-shadow:inset 0 0 0 4px #666,0 0 1px rgba(0,0,0,0)}.hollow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:background;transition-property:background;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0)}.hollow:hover{background:none}.trim{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.trim:before{content:'';position:absolute;border:#fff solid 4px;top:4px;left:4px;right:4px;bottom:4px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.trim:hover:before{opacity:1}.outline-outward{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.outline-outward:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:0;right:0;bottom:0;left:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.outline-outward:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px}.outline-inward{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.outline-inward:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:-16px;right:-16px;bottom:-16px;left:-16px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.outline-inward:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px;opacity:1}.round-corners{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:border-radius;transition-property:border-radius;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.round-corners:hover{border-radius:1em}.glow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.glow:hover{box-shadow:0 0 8px rgba(0,0,0,0.6)}.box-shadow-outset{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.box-shadow-outset:hover{box-shadow:2px 2px 2px rgba(0,0,0,0.6)}.box-shadow-inset{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 rgba(0,0,0,0.6),0 0 1px rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.box-shadow-inset:hover{box-shadow:inset 2px 2px 2px rgba(0,0,0,0.6),0 0 1px rgba(0,0,0,0)}.float-shadow{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.float-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity}.float-shadow:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.float-shadow:hover:before{opacity:1;-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@keyframes hover{50%{-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}}@-webkit-keyframes hover-shadow{0%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}50%{-webkit-transform:translateY(3px);transform:translateY(3px);opacity:1}100%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}}@keyframes hover-shadow{0%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);opacity:.4}50%{-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px);opacity:1}100%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);opacity:.4}}.hover-shadow{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hover-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity}.hover-shadow:hover{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);-webkit-animation-name:hover;animation-name:hover;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.hover-shadow:hover:before{opacity:.4;-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-animation-name:hover-shadow;animation-name:hover-shadow;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.shadow-radial{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.shadow-radial:before,.shadow-radial:after{pointer-events:none;position:absolute;content:'';left:0;width:100%;-moz-box-sizing:border-box;box-sizing:border-box;background-repeat:no-repeat;height:5px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.shadow-radial:before{bottom:100%;background:-webkit-radial-gradient(50% 150%, ellipse, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% 150%, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%)}.shadow-radial:after{top:100%;background:-webkit-radial-gradient(50% -50%, ellipse, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% -50%, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%)}.shadow-radial:hover:before,.shadow-radial:hover:after{opacity:1}.bubble-top{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-top:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;left:-webkit-calc(40%);left:calc(40%);border-width:0 10px 10px 10px;border-color:transparent transparent #e1e1e1 transparent;-webkit-transition-property:top;transition-property:top}.bubble-top:hover:before{top:-10px}.bubble-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-right:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:right;transition-property:right;top:-webkit-calc(40%);top:calc(40%);right:0;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1}.bubble-right:hover:before{right:-10px}.bubble-bottom{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-bottom:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:bottom;transition-property:bottom;left:-webkit-calc(40%);left:calc(40%);bottom:0;border-width:10px 10px 0 10px;border-color:#e1e1e1 transparent transparent transparent}.bubble-bottom:hover:before{bottom:-10px}.bubble-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-left:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:left;transition-property:left;top:-webkit-calc(40%);top:calc(40%);left:0;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent}.bubble-left:hover:before{left:-10px}.bubble-float-top{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-top:before{pointer-events:none;position:absolute;z-index:-1;content:'';left:-webkit-calc(40%);left:calc(40%);top:0;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #e1e1e1 transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top;transition-property:top}.bubble-float-top:hover{-webkit-transform:translateY(5px) translateZ(0);-ms-transform:translateY(5px) translateZ(0);transform:translateY(5px) translateZ(0)}.bubble-float-top:hover:before{top:-10px}.bubble-float-right{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-right:before{pointer-events:none;position:absolute;z-index:-1;top:-webkit-calc(40%);top:calc(40%);right:0;content:'';border-style:solid;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:right;transition-property:right}.bubble-float-right:hover{-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px)}.bubble-float-right:hover:before{right:-10px}.bubble-float-bottom{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-bottom:before{pointer-events:none;position:absolute;z-index:-1;content:'';left:-webkit-calc(40%);left:calc(40%);bottom:0;border-style:solid;border-width:10px 10px 0 10px;border-color:#e1e1e1 transparent transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:bottom;transition-property:bottom}.bubble-float-bottom:hover{-webkit-transform:translateY(-5px) translateZ(0);-ms-transform:translateY(-5px) translateZ(0);transform:translateY(-5px) translateZ(0)}.bubble-float-bottom:hover:before{bottom:-10px}.bubble-float-left{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-left:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:-webkit-calc(40%);top:calc(40%);left:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:left;transition-property:left}.bubble-float-left:hover{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}.bubble-float-left:hover:before{left:-10px}.curl-top-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-top-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;left:0;background:#fff;background:-webkit-linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');z-index:1000;box-shadow:1px 1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-top-left:hover:before{width:25px;height:25px}.curl-top-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-top-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;right:0;background:#fff;background:-webkit-linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:-1px 1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-top-right:hover:before{width:25px;height:25px}.curl-bottom-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-bottom-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;right:0;background:#fff;background:-webkit-linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:-1px -1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-bottom-right:hover:before{width:25px;height:25px}.curl-bottom-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-bottom-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;left:0;background:#fff;background:-webkit-linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:1px -1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-bottom-left:hover:before{width:25px;height:25px}@media (min-width:1200px){body{font-size:16px}}hr{clear:both}.list-no-style{list-style-type:none;margin:0;padding:0}.quote{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}.fr q,.el q{quotes:"« " " »" "“" "”"}.de q{quotes:"„" "“" "," "â€"}q,.en q{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;quotes:"“" "”" "â€" "’"}.action a,.action a:hover{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;color:#fff;background-color:#3394ce;border-color:#2d86bb}.action a:focus,.action a:hover:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.action a:hover,.action a:hover:hover,.action a:focus,.action a:hover:focus{color:#333;text-decoration:none}.action a:active,.action a:hover:active,.action a.active,.action a:hover.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.action a.disabled,.action a:hover.disabled,.action a[disabled],.action a:hover[disabled],fieldset[disabled] .action a,fieldset[disabled] .action a:hover{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.action a:hover,.action a:hover:hover,.action a:focus,.action a:hover:focus,.action a:active,.action a:hover:active,.action a.active,.action a:hover.active,.open .dropdown-toggle.action a,.open .dropdown-toggle.action a:hover{color:#fff;background-color:#2a7dae;border-color:#216289}.action a:active,.action a:hover:active,.action a.active,.action a:hover.active,.open .dropdown-toggle.action a,.open .dropdown-toggle.action a:hover{background-image:none}.action a.disabled,.action a:hover.disabled,.action a[disabled],.action a:hover[disabled],fieldset[disabled] .action a,fieldset[disabled] .action a:hover,.action a.disabled:hover,.action a:hover.disabled:hover,.action a[disabled]:hover,.action a:hover[disabled]:hover,fieldset[disabled] .action a:hover,fieldset[disabled] .action a:hover:hover,.action a.disabled:focus,.action a:hover.disabled:focus,.action a[disabled]:focus,.action a:hover[disabled]:focus,fieldset[disabled] .action a:focus,fieldset[disabled] .action a:hover:focus,.action a.disabled:active,.action a:hover.disabled:active,.action a[disabled]:active,.action a:hover[disabled]:active,fieldset[disabled] .action a:active,fieldset[disabled] .action a:hover:active,.action a.disabled.active,.action a:hover.disabled.active,.action a[disabled].active,.action a:hover[disabled].active,fieldset[disabled] .action a.active,fieldset[disabled] .action a:hover.active{background-color:#3394ce;border-color:#2d86bb}.action a .badge,.action a:hover .badge{color:#3394ce;background-color:#fff}.n{display:none !important}h1{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee;color:#202d79}h1,h2,h3,h4{font-weight:300}.with-image-left{margin-left:-15px;margin-right:-15px}.with-image-left:before,.with-image-left:after{content:" ";display:table}.with-image-left:after{clear:both}.with-image-left:before,.with-image-left:after{content:" ";display:table}.with-image-left:after{clear:both}.with-image-left>img:first-child{display:block;margin-top:5px;margin-bottom:10px;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-left>img:first-child{float:left;width:25%}}@media (max-width:767px){.with-image-left>img:first-child{width:180px;margin-left:auto;margin-right:auto}}.with-image-left>:nth-child(n+2){position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-left>:nth-child(n+2){float:left;width:75%}}@media (min-width:768px){.with-image-left>:nth-child(n+3){margin-left:25%}}.with-image-right{margin-left:-15px;margin-right:-15px}.with-image-right:before,.with-image-right:after{content:" ";display:table}.with-image-right:after{clear:both}.with-image-right:before,.with-image-right:after{content:" ";display:table}.with-image-right:after{clear:both}.with-image-right>img:first-child{display:block;margin-top:5px;margin-bottom:10px;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-right>img:first-child{float:left;width:25%}}@media (max-width:767px){.with-image-right>img:first-child{width:180px;margin-left:auto;margin-right:auto}}.with-image-right>:nth-child(n+2){position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-right>:nth-child(n+2){float:left;width:75%}}@media (min-width:768px){.with-image-right>img:first-child{left:75%}}@media (min-width:768px){.with-image-right>:nth-child(2){right:25%}}.with-image-right>:nth-child(3){clear:both}#translations,#main,#followup{margin-left:-15px;margin-right:-15px}#translations:before,#main:before,#followup:before,#translations:after,#main:after,#followup:after{content:" ";display:table}#translations:after,#main:after,#followup:after{clear:both}#translations:before,#main:before,#followup:before,#translations:after,#main:after,#followup:after{content:" ";display:table}#translations:after,#main:after,#followup:after{clear:both}#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}#translations:before,#top:before,#main:before,#followup:before,#bottom:before,#fsfe-web:before,#full-menu:before,#notifications:before,#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{content:" ";display:table}#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{clear:both}#translations:before,#top:before,#main:before,#followup:before,#bottom:before,#fsfe-web:before,#full-menu:before,#notifications:before,#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{content:" ";display:table}#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{clear:both}@media (min-width:768px){#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{width:750px}}@media (min-width:992px){#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{width:970px}}@media (min-width:1200px){#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{width:1170px}}div#subpages,.grid-row{margin-left:-15px;margin-right:-15px;padding-bottom:1em}div#subpages:before,.grid-row:before,div#subpages:after,.grid-row:after{content:" ";display:table}div#subpages:after,.grid-row:after{clear:both}div#subpages:before,.grid-row:before,div#subpages:after,.grid-row:after{content:" ";display:table}div#subpages:after,.grid-row:after{clear:both}div#subpages .half,.grid-row .half{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){div#subpages .half,.grid-row .half{float:left;width:50%}}#translations{display:none;opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;background:#fff;border-bottom:1px solid #999;position:absolute;width:100%;z-index:99;transition:display .15s linear 0s,opacity .15s linear 0s}#translations.in{display:block}#translations.in{opacity:1}#translations a.close{float:right !important;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#translations a.close{float:left;width:8.33333333%}}#translations a.contribute-translation{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#translations a.contribute-translation{float:left;width:16.66666667%}}#translations ul{list-style-type:none;margin:0;padding:0;float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#translations ul{float:left;width:75%}}#translations li{display:inline-block;margin-right:.5em}#translations li:before{content:"› "}.no-js #translations{display:block;opacity:1;position:relative;font-size:.8em}.no-js #translations a.close{display:none}#masthead{padding:2em 2em 3em;display:block;width:100%}@media (min-width:768px){#masthead{padding-left:3em}}#logo span{font-size:.00001em;color:transparent;visibility:hidden}#link-home a{display:block;position:absolute;font-size:.00001em;color:transparent}#motto{display:none;clear:both;font-weight:300;font-size:1.7em;padding:.5em 0 0 0;text-align:center;color:#202d79}@media (min-width:480px){#motto{font-size:2.7em}}@media (min-width:768px){#menu{float:right !important;text-align:right}}#direct-links{visibility:hidden;margin-bottom:2em}#direct-links span,#direct-links a{display:none;padding:.5em}#direct-links #direct-to-menu-list,#direct-links #direct-to-translations,#direct-links #direct-to-home,#direct-links #direct-to-login,#direct-links #direct-to-join{visibility:visible;display:inline-block}#direct-links #direct-to-menu-list .fa,#direct-links #direct-to-translations .fa,#direct-links #direct-to-home .fa,#direct-links #direct-to-login .fa,#direct-links #direct-to-join .fa{padding-right:.3em}@media (min-width:768px){#direct-links #direct-to-menu-list{visibility:hidden;display:none}}.no-js #direct-links{visibility:visible}.no-js #direct-links span,.no-js #direct-links a{display:inline-block}.no-js #direct-links #direct-to-translations,.no-js #direct-links #direct-to-menu-list{display:none}@media (min-width:480px){#menu-list,#search{display:inline-block}}#menu-list{list-style-type:none;margin:0;padding:0;display:none;padding-bottom:1.5em}#menu-list.in{display:block}@media (min-width:480px){#menu-list{display:block;display:inline-block;padding-bottom:.5em}}#menu-list li{display:inline-block}#menu-list li a{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;font-weight:400}#menu-list li a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#menu-list li a:hover,#menu-list li a:focus{color:#333;text-decoration:none}#menu-list li a:active,#menu-list li a.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}#menu-list li a.disabled,#menu-list li a[disabled],fieldset[disabled] #menu-list li a{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}@media (min-width:992px){#menu-list li a{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}}#menu-list li a:hover{color:#fff;background-color:#3394ce;border-color:#2d86bb;background-color:rgba(32,45,121,0.5)}#menu-list li a:hover:hover,#menu-list li a:hover:focus,#menu-list li a:hover:active,#menu-list li a:hover.active,.open .dropdown-toggle#menu-list li a:hover{color:#fff;background-color:#2a7dae;border-color:#216289}#menu-list li a:hover:active,#menu-list li a:hover.active,.open .dropdown-toggle#menu-list li a:hover{background-image:none}#menu-list li a:hover.disabled,#menu-list li a:hover[disabled],fieldset[disabled] #menu-list li a:hover,#menu-list li a:hover.disabled:hover,#menu-list li a:hover[disabled]:hover,fieldset[disabled] #menu-list li a:hover:hover,#menu-list li a:hover.disabled:focus,#menu-list li a:hover[disabled]:focus,fieldset[disabled] #menu-list li a:hover:focus,#menu-list li a:hover.disabled:active,#menu-list li a:hover[disabled]:active,fieldset[disabled] #menu-list li a:hover:active,#menu-list li a:hover.disabled.active,#menu-list li a:hover[disabled].active,fieldset[disabled] #menu-list li a:hover.active{background-color:#3394ce;border-color:#2d86bb}#menu-list li a:hover .badge{color:#3394ce;background-color:#fff}.no-js #menu-list{display:block}@media (min-width:480px){.no-js #menu-list{display:inline-block;padding-bottom:.5em}}#search form,#search p{margin:0;padding:0}#search label,#search input[type="image"]{position:absolute;font-size:.0001em;width:25px;height:25px;margin:5px;opacity:0}#search button,#search input[name="query"]{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;padding-left:2.5em;display:inline;text-align:left;width:70%;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s,width .15s ease-in-out 0s;background:url(/graphics/icons/search-button.png) .6em 50% no-repeat rgba(255,255,255,0.75)}#search button:focus,#search input[name="query"]:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}#search button:-moz-placeholder,#search input[name="query"]:-moz-placeholder{color:#999}#search button::-moz-placeholder,#search input[name="query"]::-moz-placeholder{color:#999;opacity:1}#search button:-ms-input-placeholder,#search input[name="query"]:-ms-input-placeholder{color:#999}#search button::-webkit-input-placeholder,#search input[name="query"]::-webkit-input-placeholder{color:#999}#search button[disabled],#search input[name="query"][disabled],#search button[readonly],#search input[name="query"][readonly],fieldset[disabled] #search button,fieldset[disabled] #search input[name="query"]{cursor:not-allowed;background-color:#eee}textarea#search button,textarea#search input[name="query"]{height:auto}#search button,#search input[name="query"]:focus{width:100%;background-color:#fff}.article #content,.planet #content,.article #planet-posts,.planet #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.article #content,.planet #content,.article #planet-posts,.planet #planet-posts{float:left;width:66.66666667%}}.article #sidebar,.planet #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.article #sidebar,.planet #sidebar{float:left;width:33.33333333%}}#content+#sidebar{width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0;float:left;width:33%}@media (min-width:992px){#content+#sidebar{float:left;width:33.33333333%}}#main,#followup{background:#fff;margin:1em auto;padding:1.5em;font-size:1.1em;box-shadow:0 .4em 1em #c8c8c8}@media (min-width:768px){#main,#followup{padding:3em}}#main{padding-top:1em}#main h1,#main h2,#main h3,#main h4,#main h5,#main h6{-moz-hypens:manual;-webkit-hyphens:manual;hyphens:manual}#main p{-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}#main aside#tags{clear:both;margin:3em 0 -2em 0;font-size:.8em;float:none;position:static}#main aside#tags h2{display:inline;color:#999;font-size:1em;font-weight:normal}#main aside#tags h2::after{content:":"}#main footer.notice{clear:both;margin:3em -1.5em -3em;background:#eee;color:#555;padding:1em}#main footer.notice:before,#main footer.notice:after{content:" ";display:table}#main footer.notice:after{clear:both}#main footer.notice:before,#main footer.notice:after{content:" ";display:table}#main footer.notice:after{clear:both}#main footer.notice a{color:#333}@media (min-width:768px){#main footer.notice{margin:3em -3em -3em}}#main footer.copyright.notice{min-height:30px}#main footer.copyright.notice a{color:#555}#main footer.creativecommons{background:url(/graphics/cc-logo.png) 2em 50% no-repeat #eee;padding-left:150px}#content{max-width:99ex;margin-left:auto;margin-right:auto}#sidebar{color:#999;padding:2em 0}#sidebar ul{list-style-type:none;margin:0;padding:0;margin-bottom:1em}#sidebar ul li{border-bottom:1px solid #eee;padding:.3em 0}#sidebar ul li a{display:block;width:100%}#sidebar .dt-published{display:block;font-size:.9em}#category{background:#d7eaf6;display:block;width:42%;padding:.5em;margin:-2em 0 0}#category a:before{content:"‹ "}#article-metadata{font-weight:300;margin-bottom:1.5em}#article-metadata img{height:24px;margin:-0.2em .2em -0.2em;box-shadow:0 0 3px rgba(0,0,0,0.3)}#article-metadata time.dt-updated:after{content:", "}#article-metadata time.dt-updated:last-child:after{content:"."}#introduction p{font-weight:300;font-size:1.1em}#introduction p strong{font-weight:500}@media (min-width:992px){#content aside{float:right;margin-left:100%;position:absolute}#content aside p{width:100%;min-width:320px;max-width:340px}}#content aside p{border-left:1px solid #3394ce;padding-left:1em;font-size:.9em}#content blockquote,#content .blockQuote{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;border:0;padding-top:20px;padding-bottom:20px;background-color:rgba(116,140,156,0.23)}#content blockquote p,#content .blockQuote p{line-height:1.35}#content blockquote footer cite,#content .blockQuote footer cite{font-style:italic}#content blockquote+#content blockquote,#content blockquote+#content .blockQuote,#content .blockQuote+#content blockquote,#content .blockQuote+#content .blockQuote{margin-top:-1.3em}#content pre,#content pre code{white-space:pre}#content pre{font-size:1em;padding-left:3em;border-style:dotted;border-width:1px 1px 1px 0;border-radius:0;overflow-x:auto}#content pre code{font-size:.95em}#content pre.term{background:#0c141f;color:#e6ffff}#content pre.term code:before{content:"$ "}#content img{max-width:100%}#content .captioned{text-align:center}#content .captioned img{margin:0 auto;display:block;box-shadow:.2em .2em 1em rgba(0,0,0,0.3)}#content .captioned header,#content .captioned footer,#content .captioned img+p{padding:10px 15px}#content .captioned header,#content .captioned footer{text-align:left;display:block}#content .captioned header p,#content .captioned footer p{margin:5px}#content .captioned footer,#content .captioned img+p{background:#eee;font-weight:300}#content .captioned img+p{display:inline-block}#content .captioned.center-block,#content .captioned.center{margin-left:auto;margin-right:auto}#content .captioned.right{margin-left:1.5em;margin-right:0}#content .captioned.left{margin-right:1.5em;margin-left:0}#content .p-summary{font-size:1.2em;font-weight:300}#content .action-after{display:table}#content .action-after .action-describe,#content .action-after .action-main{display:table-cell;vertical-align:middle;padding:.5em 1em}#content .action-after .action-describe{background:#d7eaf6;color:#202d79;width:23%;text-align:right}#content .action-after .action-describe:after{padding-left:.3em;content:" ▸"}#content .action-after .action-main{background:#eee;width:77%}#content .blockHighlight{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;border:0;padding-top:20px;padding-bottom:20px;background-color:rgba(116,140,156,0.23);padding-right:20px}#content .blockHighlight p{line-height:1.35}#content .blockHighlight footer cite{font-style:italic}#content .blockHighlight+#content .blockHighlight{margin-top:-1.3em}.fsfe-form label.required .star{font-weight:400}.fsfe-form label+input,.fsfe-form label+textarea{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;margin-bottom:1.25em}.fsfe-form label+input:focus,.fsfe-form label+textarea:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.fsfe-form label+input:-moz-placeholder,.fsfe-form label+textarea:-moz-placeholder{color:#999}.fsfe-form label+input::-moz-placeholder,.fsfe-form label+textarea::-moz-placeholder{color:#999;opacity:1}.fsfe-form label+input:-ms-input-placeholder,.fsfe-form label+textarea:-ms-input-placeholder{color:#999}.fsfe-form label+input::-webkit-input-placeholder,.fsfe-form label+textarea::-webkit-input-placeholder{color:#999}.fsfe-form label+input[disabled],.fsfe-form label+textarea[disabled],.fsfe-form label+input[readonly],.fsfe-form label+textarea[readonly],fieldset[disabled] .fsfe-form label+input,fieldset[disabled] .fsfe-form label+textarea{cursor:not-allowed;background-color:#eee}textarea.fsfe-form label+input,textarea.fsfe-form label+textarea{height:auto}.fsfe-form label+input+.help-block,.fsfe-form label+textarea+.help-block{margin-top:-1em;margin-bottom:1.25em}.fsfe-form textarea{min-height:150px}.fsfe-form button,.fsfe-form input[type="submit"]{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;display:block;margin:1em 0}.toplevel #category{display:none}.toplevel h1{background:#85bfe2;color:#fff;text-shadow:0 1px 2px #202d79;display:block;min-width:200px;padding:.5em;margin:-0.5em -0.2em .5em;border:0}@media (min-width:768px){.toplevel h1{width:50%;margin:-1em 0 1em 0}}.full-width #main{width:100%}.frontpage #content,.subsite #content,.full-width #content{max-width:none}.article #content{display:inline-block}.article #content .p-name{color:#202d79}.article .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.article .standout{margin-left:-3em}}.article .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.article .standout-text{margin-left:-3em}}@media (min-width:768px){.article .standout-text{padding-left:3em}}.article blockquote,.article .blockQuote,.article .blockHighlight,.article pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.article blockquote,.article .blockQuote,.article .blockHighlight,.article pre{margin-left:-3em}}@media (min-width:768px){.article blockquote,.article .blockQuote,.article .blockHighlight,.article pre{padding-left:3em}}.article .captioned,.article .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.article .captioned,.article .action-after{margin-left:-3em}}.article .captioned.center-block,.article .captioned.center{margin-left:auto;margin-right:auto}.article .captioned.right{margin-left:1.5em;margin-right:0}.article .captioned.left{margin-right:1.5em;margin-left:0}.press.release #content,.press.release #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.press.release #content,.press.release #planet-posts{float:left;width:66.66666667%}}.press.release #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.press.release #sidebar{float:left;width:33.33333333%}}.press.release #content{display:inline-block}.press.release #content .p-name{color:#202d79}.press.release .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.press.release .standout{margin-left:-3em}}.press.release .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.press.release .standout-text{margin-left:-3em}}@media (min-width:768px){.press.release .standout-text{padding-left:3em}}.press.release blockquote,.press.release .blockQuote,.press.release .blockHighlight,.press.release pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.press.release blockquote,.press.release .blockQuote,.press.release .blockHighlight,.press.release pre{margin-left:-3em}}@media (min-width:768px){.press.release blockquote,.press.release .blockQuote,.press.release .blockHighlight,.press.release pre{padding-left:3em}}.press.release .captioned,.press.release .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.press.release .captioned,.press.release .action-after{margin-left:-3em}}.press.release .captioned.center-block,.press.release .captioned.center{margin-left:auto;margin-right:auto}.press.release .captioned.right{margin-left:1.5em;margin-right:0}.press.release .captioned.left{margin-right:1.5em;margin-left:0}.press.release #content,.press.release #planet-posts{float:left;width:66%}.press.release #sidebar{float:left;width:33%}.france.frontpage #content,.france.frontpage #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.france.frontpage #content,.france.frontpage #planet-posts{float:left;width:66.66666667%}}.france.frontpage #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.france.frontpage #sidebar{float:left;width:33.33333333%}}.france.frontpage #content{display:inline-block}.france.frontpage #content .p-name{color:#202d79}.france.frontpage .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.france.frontpage .standout{margin-left:-3em}}.france.frontpage .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.france.frontpage .standout-text{margin-left:-3em}}@media (min-width:768px){.france.frontpage .standout-text{padding-left:3em}}.france.frontpage blockquote,.france.frontpage .blockQuote,.france.frontpage .blockHighlight,.france.frontpage pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.france.frontpage blockquote,.france.frontpage .blockQuote,.france.frontpage .blockHighlight,.france.frontpage pre{margin-left:-3em}}@media (min-width:768px){.france.frontpage blockquote,.france.frontpage .blockQuote,.france.frontpage .blockHighlight,.france.frontpage pre{padding-left:3em}}.france.frontpage .captioned,.france.frontpage .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.france.frontpage .captioned,.france.frontpage .action-after{margin-left:-3em}}.france.frontpage .captioned.center-block,.france.frontpage .captioned.center{margin-left:auto;margin-right:auto}.france.frontpage .captioned.right{margin-left:1.5em;margin-right:0}.france.frontpage .captioned.left{margin-right:1.5em;margin-left:0}.france.frontpage #content,.france.frontpage #planet-posts{float:left;width:66%}.france.frontpage #sidebar{float:left;width:33%}.france.frontpage #news,.france.frontpage #events{width:auto}.france.frontpage #team{margin-top:3em}h2#subpages,h3#subpage,h4#subpages{display:none}h2#subpages.show-heading,h3#subpages.show-heading,h4#subpages.show-heading{display:block}ul#subpages,h2#subpages+ul,h3#subpages+ul,h4#subpages+ul,ul.subheadings,ul.overview{clear:both;clear:none;margin-left:-15px;margin-right:-15px;list-style-type:none;margin:0;padding:0;padding:0 0 2em 0}ul#subpages:before,h2#subpages+ul:before,h3#subpages+ul:before,h4#subpages+ul:before,ul.subheadings:before,ul.overview:before,ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{content:" ";display:table}ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{clear:both}ul#subpages:before,h2#subpages+ul:before,h3#subpages+ul:before,h4#subpages+ul:before,ul.subheadings:before,ul.overview:before,ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{content:" ";display:table}ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{clear:both}ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:50%}}@media (min-width:480px){ul#subpages li:nth-child(odd),h2#subpages+ul li:nth-child(odd),h3#subpages+ul li:nth-child(odd),h4#subpages+ul li:nth-child(odd),ul.subheadings li:nth-child(odd),ul.overview li:nth-child(odd){clear:both}}ul#subpages li ul,h2#subpages+ul li ul,h3#subpages+ul li ul,h4#subpages+ul li ul,ul.subheadings li ul,ul.overview li ul{padding:0}ul#subpages li ul li,h2#subpages+ul li ul li,h3#subpages+ul li ul li,h4#subpages+ul li ul li,ul.subheadings li ul li,ul.overview li ul li{float:none;width:100%;display:block;padding:0}ul#subpages li ul li a:before,h2#subpages+ul li ul li a:before,h3#subpages+ul li ul li a:before,h4#subpages+ul li ul li a:before,ul.subheadings li ul li a:before,ul.overview li ul li a:before{content:"› "}ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:50%}}@media (min-width:768px){ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{display:inline-block}}.subsite #category{display:none}.subsite h1{background:#85bfe2;color:#fff;text-shadow:0 1px 2px #202d79;display:block;min-width:200px;padding:.5em;margin:-0.5em -0.2em .5em;border:0}@media (min-width:768px){.subsite h1{width:50%;margin:-1em 0 1em 0}}.subsite #content{margin-left:-15px;margin-right:-15px}.subsite #content:before,.subsite #content:after{content:" ";display:table}.subsite #content:after{clear:both}.subsite #content:before,.subsite #content:after{content:" ";display:table}.subsite #content:after{clear:both}.subsite #content #introduction{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content #introduction{float:left;width:33.33333333%}}.subsite #content #introduction+.subheadings{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content #introduction+.subheadings{float:left;width:66.66666667%}}.subsite #content .subheadings,.subsite #content .subheadings+.subheadings{clear:none;margin-left:-15px;margin-right:-15px;list-style-type:none;margin:0;padding:0;padding:0 0 2em 0}.subsite #content .subheadings:before,.subsite #content .subheadings+.subheadings:before,.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{content:" ";display:table}.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{clear:both}.subsite #content .subheadings:before,.subsite #content .subheadings+.subheadings:before,.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{content:" ";display:table}.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{clear:both}.subsite #content .subheadings li,.subsite #content .subheadings+.subheadings li{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content .subheadings li,.subsite #content .subheadings+.subheadings li{float:left;width:50%}}@media (min-width:480px){.subsite #content .subheadings li:nth-child(odd),.subsite #content .subheadings+.subheadings li:nth-child(odd){clear:both}}.subsite #content .subheadings li ul,.subsite #content .subheadings+.subheadings li ul{padding:0}.subsite #content .subheadings li ul li,.subsite #content .subheadings+.subheadings li ul li{float:none;width:100%;display:block;padding:0}.subsite #content .subheadings li ul li a:before,.subsite #content .subheadings+.subheadings li ul li a:before{content:"› "}.subsite #content .subheadings+.subheadings{clear:both}.subsite #content .subheadings+.subheadings li{float:left;width:50%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content .subheadings+.subheadings li{float:left;width:33.33333333%}}@media (min-width:480px){.subsite #content .subheadings+.subheadings li:nth-child(odd){clear:none}.subsite #content .subheadings+.subheadings li:nth-child(3n+4){clear:both}}.subsite #introduction{padding-top:1.5em}.subsite #introduction .image{float:left !important;max-width:30%;margin-right:.5em}#followup:before,#followup:after{content:" ";display:table}#followup:after{clear:both}#followup:before,#followup:after{content:" ";display:table}#followup:after{clear:both}#followup h2{padding:0}#followup form{display:inline-block}#followup input#email{margin:0 1em;max-width:18em}#followup a.btn{color:#fff;background-color:#3394ce;border-color:#2d86bb}#followup a.btn:hover,#followup a.btn:focus,#followup a.btn:active,#followup a.btn.active,.open .dropdown-toggle#followup a.btn{color:#fff;background-color:#2a7dae;border-color:#216289}#followup a.btn:active,#followup a.btn.active,.open .dropdown-toggle#followup a.btn{background-image:none}#followup a.btn.disabled,#followup a.btn[disabled],fieldset[disabled] #followup a.btn,#followup a.btn.disabled:hover,#followup a.btn[disabled]:hover,fieldset[disabled] #followup a.btn:hover,#followup a.btn.disabled:focus,#followup a.btn[disabled]:focus,fieldset[disabled] #followup a.btn:focus,#followup a.btn.disabled:active,#followup a.btn[disabled]:active,fieldset[disabled] #followup a.btn:active,#followup a.btn.disabled.active,#followup a.btn[disabled].active,fieldset[disabled] #followup a.btn.active{background-color:#3394ce;border-color:#2d86bb}#followup a.btn .badge{color:#3394ce;background-color:#fff}@media (min-width:768px){#followup{padding:3em 3em 3em 2em}}#followup.subscribe-nl h2{position:relative;min-height:1px;padding-left:15px;padding-right:15px;margin:0 0 10px}@media (min-width:992px){#followup.subscribe-nl h2{float:left;width:50%}}@media (min-width:1200px){#followup.subscribe-nl h2{float:left;width:41.66666667%}}#followup.subscribe-nl form{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#followup.subscribe-nl form{float:left;width:50%}}@media (min-width:1200px){#followup.subscribe-nl form{float:left;width:58.33333333%}}@media (min-width:992px){#followup.subscribe-nl h2{margin:0;top:5px}}#followup.join h2,#followup.support h2,#followup.donate h2{position:relative;min-height:1px;padding-left:15px;padding-right:15px;text-align:center}@media (min-width:768px){#followup.join h2,#followup.support h2,#followup.donate h2{float:left;width:33.33333333%}}#followup.join p,#followup.support p,#followup.donate p{position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding:0;padding-top:1em}@media (min-width:768px){#followup.join p,#followup.support p,#followup.donate p{float:left;width:66.66666667%}}#followup.join a.btn,#followup.support a.btn,#followup.donate a.btn{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){#followup.join a.btn,#followup.support a.btn,#followup.donate a.btn{float:left;width:16.66666667%}}@media (min-width:768px){#followup.join a.btn,#followup.support a.btn,#followup.donate a.btn{margin-left:33.33333333%}}#bottom{background:#fff;box-shadow:1em 0 1em 1em #fff;margin:5em 0 0;padding:5em 0;width:100%}#bottom section{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;margin-bottom:1.5em}#bottom section:before,#bottom section:after{content:" ";display:table}#bottom section:after{clear:both}#bottom section:before,#bottom section:after{content:" ";display:table}#bottom section:after{clear:both}@media (min-width:768px){#bottom section{width:750px}}@media (min-width:992px){#bottom section{width:970px}}@media (min-width:1200px){#bottom section{width:1170px}}#breadcrumbs{clear:both;min-height:3em;padding:.5em 1.8em}#breadcrumbs a{display:inline-block;padding:.5em;font-weight:600}#breadcrumbs a:after{content:"   » "}#breadcrumbs a:last-child:after{content:""}#fsfe-web{margin-bottom:2em}#fsfe-web a{display:inline-block;padding:1em .5em;font-weight:700;color:#fff;text-shadow:1px 1px 2px #202d79}#full-menu #direct-to-top{margin-left:80%;text-align:right;text-decoration:none !important;display:block}#full-menu #direct-to-top:before{content:"â–´";padding-right:.5ex;text-decoration:none !important}#full-menu #full-menu-list{list-style-type:none;margin:0;padding:0;margin-left:-15px;margin-right:-15px;margin:1em 0 0}#full-menu #full-menu-list:before,#full-menu #full-menu-list:after{content:" ";display:table}#full-menu #full-menu-list:after{clear:both}#full-menu #full-menu-list:before,#full-menu #full-menu-list:after{content:" ";display:table}#full-menu #full-menu-list:after{clear:both}#full-menu #full-menu-list li{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;margin-top:1em;font-weight:600}@media (min-width:768px){#full-menu #full-menu-list li{float:left;width:33.33333333%}}@media (min-width:992px){#full-menu #full-menu-list li{float:left;width:16.66666667%}}#full-menu #full-menu-list li ul{list-style-type:none;margin:0;padding:0}#full-menu #full-menu-list li ul li{margin:0;font-weight:400;display:block;width:100%;line-height:1.1;margin-bottom:.4em}#full-menu #full-menu-list li ul li.fellowship{padding-left:0;font-weight:600;margin-top:.3em;line-height:1.3}#legal-info,#source{margin-left:-15px;margin-right:-15px}#legal-info:before,#source:before,#legal-info:after,#source:after{content:" ";display:table}#legal-info:after,#source:after{clear:both}#legal-info:before,#source:before,#legal-info:after,#source:after{content:" ";display:table}#legal-info:after,#source:after{clear:both}#legal-info p,#source p,#legal-info ul,#source ul{list-style-type:none;margin:0;padding:0;float:left;width:50%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){#legal-info p,#source p,#legal-info ul,#source ul{float:left;width:33.33333333%}}#sister-organisations{text-align:center;margin-top:2em}#campaigns-boxes{height:0;margin:-1em -1.5em;margin-bottom:3em}@media (min-width:768px){#campaigns-boxes{margin-left:-3em;margin-right:-3em;padding:0}}#campaigns-boxes .campaign-box{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;position:absolute;display:block;padding:3em;overflow-y:auto;text-decoration:none !important;color:#fff;text-shadow:0 1px 2px #202d79}#campaigns-boxes .campaign-box:before,#campaigns-boxes .campaign-box:after{content:" ";display:table}#campaigns-boxes .campaign-box:after{clear:both}#campaigns-boxes .campaign-box:before,#campaigns-boxes .campaign-box:after{content:" ";display:table}#campaigns-boxes .campaign-box:after{clear:both}@media (min-width:768px){#campaigns-boxes .campaign-box{width:750px}}@media (min-width:992px){#campaigns-boxes .campaign-box{width:970px}}@media (min-width:1200px){#campaigns-boxes .campaign-box{width:1170px}}@media (min-width:992px){#campaigns-boxes .campaign-box{overflow-y:hidden}}#campaigns-boxes .cycle-pager{text-align:center;bottom:0;width:100%;z-index:500;position:absolute;overflow:hidden;height:35px;padding-top:7px}#campaigns-boxes .cycle-pager span{width:16px;height:16px;display:inline-block;color:transparent;cursor:pointer;border-radius:50px;background:rgba(255,255,255,0.4);margin:.1em}#campaigns-boxes .cycle-pager span.cycle-pager-active{background:rgba(255,255,255,0.8)}#campaigns-boxes .cycle-pager>*{cursor:pointer}.no-js .cycle-pager{display:none}.no-js #campaigns-boxes{overflow-y:scroll;overflow-x:hidden}.no-js #campaigns-boxes .campaign-box{display:inline-block;position:relative}a.fn{bottom:.5em;font-size:.7em;position:relative}h2#fn{display:none}h2#fn+ol{border-top:1px solid #eee;font-size:.9em;margin:2em 0;padding-top:1em}form input#email{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;max-width:25em;display:inline-block}form input#email:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}form input#email:-moz-placeholder{color:#999}form input#email::-moz-placeholder{color:#999;opacity:1}form input#email:-ms-input-placeholder{color:#999}form input#email::-webkit-input-placeholder{color:#999}form input#email[disabled],form input#email[readonly],fieldset[disabled] form input#email{cursor:not-allowed;background-color:#eee}textareaform input#email{height:auto}button,input[type="submit"]{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#333;background-color:#fff;border-color:#ccc;color:#fff;background-color:#3394ce;border-color:#2d86bb}button:focus,input[type="submit"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus{color:#333;text-decoration:none}button:active,input[type="submit"]:active,button.active,input[type="submit"].active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}button.disabled,input[type="submit"].disabled,button[disabled],input[type="submit"][disabled],fieldset[disabled] button,fieldset[disabled] input[type="submit"]{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus,button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{color:#333;background-color:#ebebeb;border-color:#adadad}button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{background-image:none}button.disabled,input[type="submit"].disabled,button[disabled],input[type="submit"][disabled],fieldset[disabled] button,fieldset[disabled] input[type="submit"],button.disabled:hover,input[type="submit"].disabled:hover,button[disabled]:hover,input[type="submit"][disabled]:hover,fieldset[disabled] button:hover,fieldset[disabled] input[type="submit"]:hover,button.disabled:focus,input[type="submit"].disabled:focus,button[disabled]:focus,input[type="submit"][disabled]:focus,fieldset[disabled] button:focus,fieldset[disabled] input[type="submit"]:focus,button.disabled:active,input[type="submit"].disabled:active,button[disabled]:active,input[type="submit"][disabled]:active,fieldset[disabled] button:active,fieldset[disabled] input[type="submit"]:active,button.disabled.active,input[type="submit"].disabled.active,button[disabled].active,input[type="submit"][disabled].active,fieldset[disabled] button.active,fieldset[disabled] input[type="submit"].active{background-color:#fff;border-color:#ccc}button .badge,input[type="submit"] .badge{color:#fff;background-color:#fff}button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus,button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{color:#fff;background-color:#2a7dae;border-color:#216289}button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{background-image:none}button.disabled,input[type="submit"].disabled,button[disabled],input[type="submit"][disabled],fieldset[disabled] button,fieldset[disabled] input[type="submit"],button.disabled:hover,input[type="submit"].disabled:hover,button[disabled]:hover,input[type="submit"][disabled]:hover,fieldset[disabled] button:hover,fieldset[disabled] input[type="submit"]:hover,button.disabled:focus,input[type="submit"].disabled:focus,button[disabled]:focus,input[type="submit"][disabled]:focus,fieldset[disabled] button:focus,fieldset[disabled] input[type="submit"]:focus,button.disabled:active,input[type="submit"].disabled:active,button[disabled]:active,input[type="submit"][disabled]:active,fieldset[disabled] button:active,fieldset[disabled] input[type="submit"]:active,button.disabled.active,input[type="submit"].disabled.active,button[disabled].active,input[type="submit"][disabled].active,fieldset[disabled] button.active,fieldset[disabled] input[type="submit"].active{background-color:#3394ce;border-color:#2d86bb}button .badge,input[type="submit"] .badge{color:#3394ce;background-color:#fff}a.learn-more{font-size:1.2em;font-weight:300;line-height:1;border-bottom:1px dotted #3394ce;font-variant:small-caps;text-transform:lowercase;padding-right:1em;position:relative}a.learn-more:hover{text-decoration:none;border-bottom-style:solid}a.learn-more:after{position:absolute;right:.3em;content:" ▸";opacity:.8;transition:all 150ms linear}a.learn-more:hover:after{right:0;content:" ▸";opacity:1}.social-link{float:right !important;margin-left:.5em}.big-donate,.big.donate{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;display:block;width:100%;padding-left:0;padding-right:0;color:#fff;background-color:#5cb85c;border-color:#4cae4c;font-size:1.4em}.big-donate:focus,.big.donate:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.big-donate:hover,.big.donate:hover,.big-donate:focus,.big.donate:focus{color:#333;text-decoration:none}.big-donate:active,.big.donate:active,.big-donate.active,.big.donate.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.big-donate.disabled,.big.donate.disabled,.big-donate[disabled],.big.donate[disabled],fieldset[disabled] .big-donate,fieldset[disabled] .big.donate{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.big-donate:hover,.big.donate:hover,.big-donate:focus,.big.donate:focus,.big-donate:active,.big.donate:active,.big-donate.active,.big.donate.active,.open .dropdown-toggle.big-donate,.open .dropdown-toggle.big.donate{color:#fff;background-color:#47a447;border-color:#398439}.big-donate:active,.big.donate:active,.big-donate.active,.big.donate.active,.open .dropdown-toggle.big-donate,.open .dropdown-toggle.big.donate{background-image:none}.big-donate.disabled,.big.donate.disabled,.big-donate[disabled],.big.donate[disabled],fieldset[disabled] .big-donate,fieldset[disabled] .big.donate,.big-donate.disabled:hover,.big.donate.disabled:hover,.big-donate[disabled]:hover,.big.donate[disabled]:hover,fieldset[disabled] .big-donate:hover,fieldset[disabled] .big.donate:hover,.big-donate.disabled:focus,.big.donate.disabled:focus,.big-donate[disabled]:focus,.big.donate[disabled]:focus,fieldset[disabled] .big-donate:focus,fieldset[disabled] .big.donate:focus,.big-donate.disabled:active,.big.donate.disabled:active,.big-donate[disabled]:active,.big.donate[disabled]:active,fieldset[disabled] .big-donate:active,fieldset[disabled] .big.donate:active,.big-donate.disabled.active,.big.donate.disabled.active,.big-donate[disabled].active,.big.donate[disabled].active,fieldset[disabled] .big-donate.active,fieldset[disabled] .big.donate.active{background-color:#5cb85c;border-color:#4cae4c}.big-donate .badge,.big.donate .badge{color:#5cb85c;background-color:#fff}.supporter-text{margin-top:5px}.small-donate,.small.donate{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;color:#fff;background-color:#5cb85c;border-color:#4cae4c}.small-donate:focus,.small.donate:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.small-donate:hover,.small.donate:hover,.small-donate:focus,.small.donate:focus{color:#333;text-decoration:none}.small-donate:active,.small.donate:active,.small-donate.active,.small.donate.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.small-donate.disabled,.small.donate.disabled,.small-donate[disabled],.small.donate[disabled],fieldset[disabled] .small-donate,fieldset[disabled] .small.donate{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.small-donate:hover,.small.donate:hover,.small-donate:focus,.small.donate:focus,.small-donate:active,.small.donate:active,.small-donate.active,.small.donate.active,.open .dropdown-toggle.small-donate,.open .dropdown-toggle.small.donate{color:#fff;background-color:#47a447;border-color:#398439}.small-donate:active,.small.donate:active,.small-donate.active,.small.donate.active,.open .dropdown-toggle.small-donate,.open .dropdown-toggle.small.donate{background-image:none}.small-donate.disabled,.small.donate.disabled,.small-donate[disabled],.small.donate[disabled],fieldset[disabled] .small-donate,fieldset[disabled] .small.donate,.small-donate.disabled:hover,.small.donate.disabled:hover,.small-donate[disabled]:hover,.small.donate[disabled]:hover,fieldset[disabled] .small-donate:hover,fieldset[disabled] .small.donate:hover,.small-donate.disabled:focus,.small.donate.disabled:focus,.small-donate[disabled]:focus,.small.donate[disabled]:focus,fieldset[disabled] .small-donate:focus,fieldset[disabled] .small.donate:focus,.small-donate.disabled:active,.small.donate.disabled:active,.small-donate[disabled]:active,.small.donate[disabled]:active,fieldset[disabled] .small-donate:active,fieldset[disabled] .small.donate:active,.small-donate.disabled.active,.small.donate.disabled.active,.small-donate[disabled].active,.small.donate[disabled].active,fieldset[disabled] .small-donate.active,fieldset[disabled] .small.donate.active{background-color:#5cb85c;border-color:#4cae4c}.small-donate .badge,.small.donate .badge{color:#5cb85c;background-color:#fff}.alert.red{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert.red hr{border-top-color:#e4b9c0}.alert.red .alert-link{color:#843534}.alert.green{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert.green hr{border-top-color:#c9e2b3}.alert.green .alert-link{color:#2b542c}.alert.yellow{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert.yellow hr{border-top-color:#f7e1b5}.alert.yellow .alert-link{color:#66512c}.warning{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;opacity:1}.warning h4{margin-top:0;color:inherit}.warning .alert-link{font-weight:bold}.warning>p,.warning>ul{margin-bottom:0}.warning>p+p{margin-top:5px}.people img,img.author-avatar{float:left;margin:5px 10px 25px 0;width:48px;height:48px;border:1px solid #323232;box-shadow:0 0 3px rgba(0,0,0,0.3)}ul.people{-moz-hypens:manual;-webkit-hyphens:manual;hyphens:manual;list-style-type:none;padding-left:0;font-size:.9em}ul.people:after{clear:both;margin-right:100%;content:" "}ul.people li{display:block;float:left;width:48%;min-width:20em;padding-right:.5em}ul.people li:nth-child(odd){clear:left}ul.people li:last-child:after{clear:both}.people .name,.people .email{display:block}.people .name{font-weight:bold}.people .email{font-style:italic}.employee{line-height:.8em;margin-left:.5em;padding:.4em;border-radius:5%;display:inline-block}.employee.full,.employee.intern{background-color:#bef5be}.employee.part{background-color:#e4f7e4}.employee.fee,.employee.freelancer{background-color:#eff2fb}.bio #content,.bio #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.bio #content,.bio #planet-posts{float:left;width:66.66666667%}}.bio #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.bio #sidebar{float:left;width:33.33333333%}}.bio #content{display:inline-block}.bio #content .p-name{color:#202d79}.bio .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.bio .standout{margin-left:-3em}}.bio .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.bio .standout-text{margin-left:-3em}}@media (min-width:768px){.bio .standout-text{padding-left:3em}}.bio blockquote,.bio .blockQuote,.bio .blockHighlight,.bio pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.bio blockquote,.bio .blockQuote,.bio .blockHighlight,.bio pre{margin-left:-3em}}@media (min-width:768px){.bio blockquote,.bio .blockQuote,.bio .blockHighlight,.bio pre{padding-left:3em}}.bio .captioned,.bio .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.bio .captioned,.bio .action-after{margin-left:-3em}}.bio .captioned.center-block,.bio .captioned.center{margin-left:auto;margin-right:auto}.bio .captioned.right{margin-left:1.5em;margin-right:0}.bio .captioned.left{margin-right:1.5em;margin-left:0}.bio #content,.bio #planet-posts{float:left;width:66%}.bio #sidebar{float:left;width:33%}.bio #sidebar ul li a{display:inline}.left{float:left !important;margin-right:1em;margin-left:0}.right{float:right !important;margin-left:1em;margin-right:0}.center{text-align:center}#introduction .image img{float:left;margin-right:1em}.grid-50-50{margin-left:-15px;margin-right:-15px}.grid-50-50:before,.grid-50-50:after{content:" ";display:table}.grid-50-50:after{clear:both}.grid-50-50:before,.grid-50-50:after{content:" ";display:table}.grid-50-50:after{clear:both}.grid-50-50 .box{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.grid-50-50 .box{float:left;width:50%}}table#gold{width:100%;margin-bottom:20px}table#gold>thead>tr>th,table#gold>tbody>tr>th,table#gold>tfoot>tr>th,table#gold>thead>tr>td,table#gold>tbody>tr>td,table#gold>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}table#gold>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}table#gold>caption+thead>tr:first-child>th,table#gold>colgroup+thead>tr:first-child>th,table#gold>thead:first-child>tr:first-child>th,table#gold>caption+thead>tr:first-child>td,table#gold>colgroup+thead>tr:first-child>td,table#gold>thead:first-child>tr:first-child>td{border-top:0}table#gold>tbody+tbody{border-top:2px solid #ddd}table#gold .table{background-color:#fff}table#gold>thead>tr>.active,table#gold>tbody>tr>.active,table#gold>tfoot>tr>.active,table#gold>thead>.active>td,table#gold>tbody>.active>td,table#gold>tfoot>.active>td,table#gold>thead>.active>th,table#gold>tbody>.active>th,table#gold>tfoot>.active>th{background-color:#f5f5f5}table#gold>thead>tr>.success,table#gold>tbody>tr>.success,table#gold>tfoot>tr>.success,table#gold>thead>.success>td,table#gold>tbody>.success>td,table#gold>tfoot>.success>td,table#gold>thead>.success>th,table#gold>tbody>.success>th,table#gold>tfoot>.success>th{background-color:#dff0d8}table#gold>thead>tr>.danger,table#gold>tbody>tr>.danger,table#gold>tfoot>tr>.danger,table#gold>thead>.danger>td,table#gold>tbody>.danger>td,table#gold>tfoot>.danger>td,table#gold>thead>.danger>th,table#gold>tbody>.danger>th,table#gold>tfoot>.danger>th{background-color:#f2dede}table#gold>thead>tr>.warning,table#gold>tbody>tr>.warning,table#gold>tfoot>tr>.warning,table#gold>thead>.warning>td,table#gold>tbody>.warning>td,table#gold>tfoot>.warning>td,table#gold>thead>.warning>th,table#gold>tbody>.warning>th,table#gold>tfoot>.warning>th{background-color:#fcf8e3}table#gold>tbody>tr:nth-child(odd)>td,table#gold>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}table#gold>tbody>tr:hover>td,table#gold>tbody>tr:hover>th{background-color:#f5f5f5}.margin-vertical{margin-left:-15px;margin-right:-15px;margin:1em 0}.margin-vertical:before,.margin-vertical:after{content:" ";display:table}.margin-vertical:after{clear:both}.margin-vertical:before,.margin-vertical:after{content:" ";display:table}.margin-vertical:after{clear:both}.margin-vertical .grid-30{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.margin-vertical .grid-30{float:left;width:33.33333333%}}.margin-vertical .grid-70{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.margin-vertical .grid-70{float:left;width:50%}}.margin-vertical .grid-60{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.margin-vertical .grid-60{float:left;width:41.66666667%}}#orderpromo{background:#dff0d8;padding:.1em 1em 1em}#orderpromo .formlabel{display:block}.compare .clear{margin-left:-15px;margin-right:-15px}.compare .clear:before,.compare .clear:after{content:" ";display:table}.compare .clear:after{clear:both}.compare .clear:before,.compare .clear:after{content:" ";display:table}.compare .clear:after{clear:both}.compare .clear .left,.compare .clear .right{margin-right:0;margin-left:0;float:none}.compare .clear .grid-20{position:relative;float:left;width:16.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-40{position:relative;float:left;width:33.33333333%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-50{position:relative;float:left;width:50%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-60{position:relative;float:left;width:66.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-80{position:relative;float:left;width:83.33333333%;min-height:1px;padding-left:15px;padding-right:15px}#eifv2-track .clear{font-size:.9em;margin-left:-15px;margin-right:-15px}#eifv2-track .clear:before,#eifv2-track .clear:after{content:" ";display:table}#eifv2-track .clear:after{clear:both}#eifv2-track .clear:before,#eifv2-track .clear:after{content:" ";display:table}#eifv2-track .clear:after{clear:both}#eifv2-track .grid-50{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#eifv2-track .grid-50{float:left;width:50%}}#eifv2-track blockquote{margin-left:0}#eifv2-track blockquote p{font-size:.9em}ul.taglist{margin:0;padding:0;list-style:none;display:inline}ul.taglist li{display:inline;white-space:nowrap}ul.taglist li a{display:inline-block;padding:.3em;background:#d7eaf6;border-radius:4px;margin:0 0 .3em .5em}.tagginglabel{display:inline-block;padding:.3em;background:#d7eaf6;border-radius:4px;margin:0 0 .3em .5em}.tag16{font-size:16}.tag17{font-size:17}.tag18{font-size:18}.tag19{font-size:19}.tag20{font-size:20}.tag21{font-size:21}.tag22{font-size:22}.tag23{font-size:23}.tag24{font-size:24}.tag25{font-size:25}.tag26{font-size:26}.tag27{font-size:27}.tag28{font-size:28}.tag29{font-size:29}.tag30{font-size:30}.tag31{font-size:31}.tag32{font-size:32}.tag33{font-size:33}.tag34{font-size:34}.tag35{font-size:35}.tag36{font-size:36}.tag37{font-size:37}.tag38{font-size:38}.tag39{font-size:39}.tag40{font-size:40}.tag.title{margin-top:4em}.taglist a[href^="/tags/tagged-frontpage"],.tag-front-page{display:none !important}.question{margin-bottom:15px;margin-top:60px}.answer,.question2,.answer2{padding:.5em 1em;text-align:justify}.question2{margin-left:1em}.answer2{margin-left:2em}.colorless{background-color:#eee;border-left:10px solid #aaa}.diegrĂĽne{background-color:#c8ffc8;border-left:10px solid #008b00}.cdu{background-color:#b4e6ff;border-left:10px solid #004f7a}.csu{background-color:#b4e6ff;border-left:10px solid #00304a}.spd{background-color:#ffc8c8;border-left:10px solid #f00}.dielinke{background-color:#ffc6ff;border-left:10px solid #8b1c62}.piraten{background-color:#ffe992;border-left:10px solid #f37d20}.fdp{background-color:#ffffc8;border-left:10px solid #ff0}.oedp{background-color:#ffe9bb;border-left:10px solid #f2862b}.bayernpartei{background-color:#5590ca;border-left:10px solid #1c26ec}.violetten{background-color:#7c3e8b;border-left:10px solid #d200ff}.afd{background-color:#009ee0;border-left:10px solid #e40f27}.partisocialiste{background-color:#ffdcdc;border-left:10px solid #ff8080}.ump{background-color:#a0c8ff;border-left:10px solid #06c}.pcf{background-color:#ffc8c8;border-left:10px solid #d00}.prg,.mrc{background-color:#fff0fa;border-left:10px solid #ffd1dc}.eelv{background-color:#c8ffc8;border-left:10px solid #0f0}.nouveaucentre{background-color:#dcffff;border-left:10px solid #80ffff}.modem{background-color:#ffe696;border-left:10px solid #f90}.alliancecentriste{background-color:#ffebc8;border-left:10px solid #f5deb3}.signature-logo img{height:auto;max-height:130px;max-width:150px !important}.signature-table table{width:100%;margin-bottom:20px;margin-top:40px}.signature-table table>thead>tr>th,.signature-table table>tbody>tr>th,.signature-table table>tfoot>tr>th,.signature-table table>thead>tr>td,.signature-table table>tbody>tr>td,.signature-table table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.signature-table table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.signature-table table>caption+thead>tr:first-child>th,.signature-table table>colgroup+thead>tr:first-child>th,.signature-table table>thead:first-child>tr:first-child>th,.signature-table table>caption+thead>tr:first-child>td,.signature-table table>colgroup+thead>tr:first-child>td,.signature-table table>thead:first-child>tr:first-child>td{border-top:0}.signature-table table>tbody+tbody{border-top:2px solid #ddd}.signature-table table .table{background-color:#fff}.signature-table table>thead>tr>.active,.signature-table table>tbody>tr>.active,.signature-table table>tfoot>tr>.active,.signature-table table>thead>.active>td,.signature-table table>tbody>.active>td,.signature-table table>tfoot>.active>td,.signature-table table>thead>.active>th,.signature-table table>tbody>.active>th,.signature-table table>tfoot>.active>th{background-color:#f5f5f5}.signature-table table>thead>tr>.success,.signature-table table>tbody>tr>.success,.signature-table table>tfoot>tr>.success,.signature-table table>thead>.success>td,.signature-table table>tbody>.success>td,.signature-table table>tfoot>.success>td,.signature-table table>thead>.success>th,.signature-table table>tbody>.success>th,.signature-table table>tfoot>.success>th{background-color:#dff0d8}.signature-table table>thead>tr>.danger,.signature-table table>tbody>tr>.danger,.signature-table table>tfoot>tr>.danger,.signature-table table>thead>.danger>td,.signature-table table>tbody>.danger>td,.signature-table table>tfoot>.danger>td,.signature-table table>thead>.danger>th,.signature-table table>tbody>.danger>th,.signature-table table>tfoot>.danger>th{background-color:#f2dede}.signature-table table>thead>tr>.warning,.signature-table table>tbody>tr>.warning,.signature-table table>tfoot>tr>.warning,.signature-table table>thead>.warning>td,.signature-table table>tbody>.warning>td,.signature-table table>tfoot>.warning>td,.signature-table table>thead>.warning>th,.signature-table table>tbody>.warning>th,.signature-table table>tfoot>.warning>th{background-color:#fcf8e3}.signature-table table>tbody>tr:nth-child(odd)>td,.signature-table table>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.signature-table table>tbody>tr>td{vertical-align:middle}.signature-table img{height:auto;max-height:65px;max-width:120px !important}.signature-table-orgs ul{display:block;position:relative;list-style:none;text-align:center;padding:0}.signature-table-orgs ul li{display:inline-block;position:relative;list-style:none;vertical-align:middle}.signature-table-orgs ul li a{display:block;position:relative;max-width:120px;max-height:80px;min-width:120px;min-height:80px;background-position:center center;background-repeat:no-repeat;background-size:contain;transform:scale(.8);opacity:1;transition:opacity .5s,transform .5s,background-color .5s,filter .5s}.signature-table-orgs ul li a:hover{opacity:1;transform:scale(.9);z-index:5}.signature-table-orgs #larger{max-width:150px;max-height:100px;min-width:150px;min-height:100px}blockquote#statement{background-color:rgba(116,140,156,0.1)}blockquote#statement p{font-family:"Roboto",sans-serif;font-weight:unset}.interview-question{font-style:italic;font-weight:bold}#content #frontpage #campaign-box-1,#content #frontpage #campaign-box-2{display:none}.special{display:none}#translations ul{width:100%}#motto{font-size:2.7em}#menu{float:right !important;text-align:right}#direct-to-menu-list{visibility:hidden;display:none}#menu-list,#search{display:inline-block}#menu-list{display:block;padding-bottom:.5em}.no-js #menu-list{display:inline-block;padding-bottom:.5em}.article #content,.planet #content,.article #planet-posts,.planet #planet-posts{float:left;width:66%}.article #sidebar,.planet #sidebar{float:left;width:33%}#content+#sidebar{width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0;float:left;width:33%}@media (min-width:992px){#content+#sidebar{float:left;width:33.33333333%}}#menu-list li,#menu-list,#search{display:inline-block;*display:inline;zoom:1}#content aside{float:right;margin-left:100%;position:absolute}#content aside p{width:100%;min-width:320px;max-width:340px}ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:50%;display:inline-block}.subsite .heading{width:50%;margin:-1em 0 1em 0}#full-menu-list li{float:left;width:16.6%}#legal-info p,#source p,#legal-info ul,#source ul{float:left;width:33.3%}#campaigns-boxes #zacchiroli .text{font-size:1.3em}#news{display:inline-block;padding:0 .5em;float:left;width:69%}#newsletter,.country.frontpage #events{display:inline-block;float:right;width:30%;padding-left:2%}
\ No newline at end of file
diff --git a/look/valentine.min.css b/look/valentine.min.css
index dd65c5de77..0275434453 100644
--- a/look/valentine.min.css
+++ b/look/valentine.min.css
@@ -9,7 +9,7 @@
* http://www.opensource.org/licenses/mit-license.php
* Hover.css Copyright Ian Lunn 2014.
- */.button{margin:.4em;padding:1em;cursor:pointer;background:#e1e1e1;text-decoration:none;color:#666}.grow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.grow:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.shrink{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.shrink:hover{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}@-webkit-keyframes pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes pulse{25%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}}.pulse{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse:hover{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse-grow{to{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.pulse-grow{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse-grow:hover{-webkit-animation-name:pulse-grow;animation-name:pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes pulse-shrink{to{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes pulse-shrink{to{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}}.pulse-shrink{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse-shrink:hover{-webkit-animation-name:pulse-shrink;animation-name:pulse-shrink;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes push{50%{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.push{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.push:hover{-webkit-animation-name:push;animation-name:push;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pop{50%{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pop{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pop:hover{-webkit-animation-name:pop;animation-name:pop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.rotate{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.rotate:hover{-webkit-transform:rotate(4deg);-ms-transform:rotate(4deg);transform:rotate(4deg)}.grow-rotate{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.grow-rotate:hover{-webkit-transform:scale(1.1) rotate(4deg);-ms-transform:scale(1.1) rotate(4deg);transform:scale(1.1) rotate(4deg)}.float{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.float:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.sink{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.sink:hover{-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@-webkit-keyframes hover{50%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes hover{50%{-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}}.hover{display:inline-block;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hover:hover{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);-webkit-animation-name:hover;animation-name:hover;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hang{50%{-webkit-transform:translateY(3px);transform:translateY(3px)}100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes hang{50%{-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}100%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px)}}.hang{display:inline-block;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hang:hover{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-animation-name:hang;animation-name:hang;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.skew{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.skew:hover{-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}.skew-forward{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.skew-forward:hover{-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}@-webkit-keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.wobble-vertical{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-vertical:hover{-webkit-animation-name:wobble-vertical;animation-name:wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);-ms-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);-ms-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);-ms-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);-ms-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);-ms-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.wobble-horizontal{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-horizontal:hover{-webkit-animation-name:wobble-horizontal;animation-name:wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0)}}.wobble-top{display:inline-block;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-top:hover{-webkit-animation-name:wobble-top;animation-name:wobble-top;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0)}}.wobble-bottom{display:inline-block;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-bottom:hover{-webkit-animation-name:wobble-bottom;animation-name:wobble-bottom;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.border-fade{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0)}.border-fade:hover{box-shadow:inset 0 0 0 4px #666,0 0 1px rgba(0,0,0,0)}.hollow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:background;transition-property:background;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0)}.hollow:hover{background:none}.trim{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.trim:before{content:'';position:absolute;border:#fff solid 4px;top:4px;left:4px;right:4px;bottom:4px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.trim:hover:before{opacity:1}.outline-outward{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.outline-outward:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:0;right:0;bottom:0;left:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.outline-outward:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px}.outline-inward{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.outline-inward:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:-16px;right:-16px;bottom:-16px;left:-16px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.outline-inward:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px;opacity:1}.round-corners{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:border-radius;transition-property:border-radius;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.round-corners:hover{border-radius:1em}.glow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.glow:hover{box-shadow:0 0 8px rgba(0,0,0,0.6)}.box-shadow-outset{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.box-shadow-outset:hover{box-shadow:2px 2px 2px rgba(0,0,0,0.6)}.box-shadow-inset{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 rgba(0,0,0,0.6),0 0 1px rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.box-shadow-inset:hover{box-shadow:inset 2px 2px 2px rgba(0,0,0,0.6),0 0 1px rgba(0,0,0,0)}.float-shadow{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.float-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity}.float-shadow:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.float-shadow:hover:before{opacity:1;-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@keyframes hover{50%{-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}}@-webkit-keyframes hover-shadow{0%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}50%{-webkit-transform:translateY(3px);transform:translateY(3px);opacity:1}100%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}}@keyframes hover-shadow{0%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);opacity:.4}50%{-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px);opacity:1}100%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);opacity:.4}}.hover-shadow{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hover-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity}.hover-shadow:hover{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);-webkit-animation-name:hover;animation-name:hover;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.hover-shadow:hover:before{opacity:.4;-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-animation-name:hover-shadow;animation-name:hover-shadow;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.shadow-radial{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.shadow-radial:before,.shadow-radial:after{pointer-events:none;position:absolute;content:'';left:0;width:100%;-moz-box-sizing:border-box;box-sizing:border-box;background-repeat:no-repeat;height:5px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.shadow-radial:before{bottom:100%;background:-webkit-radial-gradient(50% 150%, ellipse, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% 150%, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%)}.shadow-radial:after{top:100%;background:-webkit-radial-gradient(50% -50%, ellipse, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% -50%, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%)}.shadow-radial:hover:before,.shadow-radial:hover:after{opacity:1}.bubble-top{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-top:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;left:-webkit-calc(40%);left:calc(40%);border-width:0 10px 10px 10px;border-color:transparent transparent #e1e1e1 transparent;-webkit-transition-property:top;transition-property:top}.bubble-top:hover:before{top:-10px}.bubble-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-right:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:right;transition-property:right;top:-webkit-calc(40%);top:calc(40%);right:0;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1}.bubble-right:hover:before{right:-10px}.bubble-bottom{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-bottom:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:bottom;transition-property:bottom;left:-webkit-calc(40%);left:calc(40%);bottom:0;border-width:10px 10px 0 10px;border-color:#e1e1e1 transparent transparent transparent}.bubble-bottom:hover:before{bottom:-10px}.bubble-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-left:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:left;transition-property:left;top:-webkit-calc(40%);top:calc(40%);left:0;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent}.bubble-left:hover:before{left:-10px}.bubble-float-top{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-top:before{pointer-events:none;position:absolute;z-index:-1;content:'';left:-webkit-calc(40%);left:calc(40%);top:0;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #e1e1e1 transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top;transition-property:top}.bubble-float-top:hover{-webkit-transform:translateY(5px) translateZ(0);-ms-transform:translateY(5px) translateZ(0);transform:translateY(5px) translateZ(0)}.bubble-float-top:hover:before{top:-10px}.bubble-float-right{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-right:before{pointer-events:none;position:absolute;z-index:-1;top:-webkit-calc(40%);top:calc(40%);right:0;content:'';border-style:solid;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:right;transition-property:right}.bubble-float-right:hover{-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px)}.bubble-float-right:hover:before{right:-10px}.bubble-float-bottom{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-bottom:before{pointer-events:none;position:absolute;z-index:-1;content:'';left:-webkit-calc(40%);left:calc(40%);bottom:0;border-style:solid;border-width:10px 10px 0 10px;border-color:#e1e1e1 transparent transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:bottom;transition-property:bottom}.bubble-float-bottom:hover{-webkit-transform:translateY(-5px) translateZ(0);-ms-transform:translateY(-5px) translateZ(0);transform:translateY(-5px) translateZ(0)}.bubble-float-bottom:hover:before{bottom:-10px}.bubble-float-left{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-left:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:-webkit-calc(40%);top:calc(40%);left:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:left;transition-property:left}.bubble-float-left:hover{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}.bubble-float-left:hover:before{left:-10px}.curl-top-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-top-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;left:0;background:#fff;background:-webkit-linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');z-index:1000;box-shadow:1px 1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-top-left:hover:before{width:25px;height:25px}.curl-top-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-top-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;right:0;background:#fff;background:-webkit-linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:-1px 1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-top-right:hover:before{width:25px;height:25px}.curl-bottom-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-bottom-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;right:0;background:#fff;background:-webkit-linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:-1px -1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-bottom-right:hover:before{width:25px;height:25px}.curl-bottom-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-bottom-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;left:0;background:#fff;background:-webkit-linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:1px -1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-bottom-left:hover:before{width:25px;height:25px}@media (min-width:1200px){body{font-size:16px}}hr{clear:both}.list-no-style{list-style-type:none;margin:0;padding:0}.quote{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}.fr q,.el q{quotes:"« " " »" "“" "”"}.de q{quotes:"„" "“" "," "â€"}q,.en q{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;quotes:"“" "”" "â€" "’"}.action a,.action a:hover{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;color:#fff;background-color:#9e1321;border-color:#87101c}.action a:focus,.action a:hover:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.action a:hover,.action a:hover:hover,.action a:focus,.action a:hover:focus{color:#333;text-decoration:none}.action a:active,.action a:hover:active,.action a.active,.action a:hover.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.action a.disabled,.action a:hover.disabled,.action a[disabled],.action a:hover[disabled],fieldset[disabled] .action a,fieldset[disabled] .action a:hover{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.action a:hover,.action a:hover:hover,.action a:focus,.action a:hover:focus,.action a:active,.action a:hover:active,.action a.active,.action a:hover.active,.open .dropdown-toggle.action a,.open .dropdown-toggle.action a:hover{color:#fff;background-color:#7a0f19;border-color:#510a11}.action a:active,.action a:hover:active,.action a.active,.action a:hover.active,.open .dropdown-toggle.action a,.open .dropdown-toggle.action a:hover{background-image:none}.action a.disabled,.action a:hover.disabled,.action a[disabled],.action a:hover[disabled],fieldset[disabled] .action a,fieldset[disabled] .action a:hover,.action a.disabled:hover,.action a:hover.disabled:hover,.action a[disabled]:hover,.action a:hover[disabled]:hover,fieldset[disabled] .action a:hover,fieldset[disabled] .action a:hover:hover,.action a.disabled:focus,.action a:hover.disabled:focus,.action a[disabled]:focus,.action a:hover[disabled]:focus,fieldset[disabled] .action a:focus,fieldset[disabled] .action a:hover:focus,.action a.disabled:active,.action a:hover.disabled:active,.action a[disabled]:active,.action a:hover[disabled]:active,fieldset[disabled] .action a:active,fieldset[disabled] .action a:hover:active,.action a.disabled.active,.action a:hover.disabled.active,.action a[disabled].active,.action a:hover[disabled].active,fieldset[disabled] .action a.active,fieldset[disabled] .action a:hover.active{background-color:#9e1321;border-color:#87101c}.action a .badge,.action a:hover .badge{color:#9e1321;background-color:#fff}.n{display:none !important}h1{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee;color:#9d0000}h1,h2,h3,h4{font-weight:300}.with-image-left{margin-left:-15px;margin-right:-15px}.with-image-left:before,.with-image-left:after{content:" ";display:table}.with-image-left:after{clear:both}.with-image-left:before,.with-image-left:after{content:" ";display:table}.with-image-left:after{clear:both}.with-image-left>img:first-child{display:block;margin-top:5px;margin-bottom:10px;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-left>img:first-child{float:left;width:25%}}@media (max-width:767px){.with-image-left>img:first-child{width:180px;margin-left:auto;margin-right:auto}}.with-image-left>:nth-child(n+2){position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-left>:nth-child(n+2){float:left;width:75%}}@media (min-width:768px){.with-image-left>:nth-child(n+3){margin-left:25%}}.with-image-right{margin-left:-15px;margin-right:-15px}.with-image-right:before,.with-image-right:after{content:" ";display:table}.with-image-right:after{clear:both}.with-image-right:before,.with-image-right:after{content:" ";display:table}.with-image-right:after{clear:both}.with-image-right>img:first-child{display:block;margin-top:5px;margin-bottom:10px;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-right>img:first-child{float:left;width:25%}}@media (max-width:767px){.with-image-right>img:first-child{width:180px;margin-left:auto;margin-right:auto}}.with-image-right>:nth-child(n+2){position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-right>:nth-child(n+2){float:left;width:75%}}@media (min-width:768px){.with-image-right>img:first-child{left:75%}}@media (min-width:768px){.with-image-right>:nth-child(2){right:25%}}.with-image-right>:nth-child(3){clear:both}#translations,#main,#followup{margin-left:-15px;margin-right:-15px}#translations:before,#main:before,#followup:before,#translations:after,#main:after,#followup:after{content:" ";display:table}#translations:after,#main:after,#followup:after{clear:both}#translations:before,#main:before,#followup:before,#translations:after,#main:after,#followup:after{content:" ";display:table}#translations:after,#main:after,#followup:after{clear:both}#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}#translations:before,#top:before,#main:before,#followup:before,#bottom:before,#fsfe-web:before,#full-menu:before,#notifications:before,#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{content:" ";display:table}#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{clear:both}#translations:before,#top:before,#main:before,#followup:before,#bottom:before,#fsfe-web:before,#full-menu:before,#notifications:before,#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{content:" ";display:table}#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{clear:both}@media (min-width:768px){#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{width:750px}}@media (min-width:992px){#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{width:970px}}@media (min-width:1200px){#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{width:1170px}}div#subpages,.grid-row{margin-left:-15px;margin-right:-15px;padding-bottom:1em}div#subpages:before,.grid-row:before,div#subpages:after,.grid-row:after{content:" ";display:table}div#subpages:after,.grid-row:after{clear:both}div#subpages:before,.grid-row:before,div#subpages:after,.grid-row:after{content:" ";display:table}div#subpages:after,.grid-row:after{clear:both}div#subpages .half,.grid-row .half{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){div#subpages .half,.grid-row .half{float:left;width:50%}}#translations{display:none;opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;background:#fff;border-bottom:1px solid #999;position:absolute;width:100%;z-index:99;transition:display .15s linear 0s,opacity .15s linear 0s}#translations.in{display:block}#translations.in{opacity:1}#translations a.close{float:right !important;float:right;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#translations a.close{float:left;width:8.33333333%}}#translations a.contribute-translation{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#translations a.contribute-translation{float:left;width:16.66666667%}}#translations ul{list-style-type:none;margin:0;padding:0;float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#translations ul{float:left;width:75%}}#translations li{display:inline-block;margin-right:.5em}#translations li:before{content:"› "}.no-js #translations{display:block;opacity:1;position:relative;font-size:.8em}.no-js #translations a.close{display:none}#masthead{padding:2em 2em 3em;display:block;width:100%}@media (min-width:768px){#masthead{padding-left:3em}}#logo span{font-size:.00001em;color:transparent;visibility:hidden}#link-home a{display:block;position:absolute;font-size:.00001em;color:transparent}#motto{display:none;clear:both;font-weight:300;font-size:1.7em;padding:.5em 0 0 0;text-align:center;color:#9d0000}@media (min-width:480px){#motto{font-size:2.7em}}@media (min-width:768px){#menu{float:right !important;float:right;text-align:right}}#direct-links{visibility:hidden;margin-bottom:2em}#direct-links span,#direct-links a{display:none;padding:.5em}#direct-links #direct-to-menu-list,#direct-links #direct-to-translations,#direct-links #direct-to-home,#direct-links #direct-to-login,#direct-links #direct-to-join{visibility:visible;display:inline-block}#direct-links #direct-to-menu-list .fa,#direct-links #direct-to-translations .fa,#direct-links #direct-to-home .fa,#direct-links #direct-to-login .fa,#direct-links #direct-to-join .fa{padding-right:.3em}@media (min-width:768px){#direct-links #direct-to-menu-list{visibility:hidden;display:none}}.no-js #direct-links{visibility:visible}.no-js #direct-links span,.no-js #direct-links a{display:inline-block}.no-js #direct-links #direct-to-translations,.no-js #direct-links #direct-to-menu-list{display:none}@media (min-width:480px){#menu-list,#search{display:inline-block}}#menu-list{list-style-type:none;margin:0;padding:0;display:none;padding-bottom:1.5em}#menu-list.in{display:block}@media (min-width:480px){#menu-list{display:block;display:inline-block;padding-bottom:.5em}}#menu-list li{display:inline-block}#menu-list li a{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;font-weight:400}#menu-list li a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#menu-list li a:hover,#menu-list li a:focus{color:#333;text-decoration:none}#menu-list li a:active,#menu-list li a.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}#menu-list li a.disabled,#menu-list li a[disabled],fieldset[disabled] #menu-list li a{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}@media (min-width:992px){#menu-list li a{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}}#menu-list li a:hover{color:#fff;background-color:#9e1321;border-color:#87101c;background-color:#ff9d9d}#menu-list li a:hover:hover,#menu-list li a:hover:focus,#menu-list li a:hover:active,#menu-list li a:hover.active,.open .dropdown-toggle#menu-list li a:hover{color:#fff;background-color:#7a0f19;border-color:#510a11}#menu-list li a:hover:active,#menu-list li a:hover.active,.open .dropdown-toggle#menu-list li a:hover{background-image:none}#menu-list li a:hover.disabled,#menu-list li a:hover[disabled],fieldset[disabled] #menu-list li a:hover,#menu-list li a:hover.disabled:hover,#menu-list li a:hover[disabled]:hover,fieldset[disabled] #menu-list li a:hover:hover,#menu-list li a:hover.disabled:focus,#menu-list li a:hover[disabled]:focus,fieldset[disabled] #menu-list li a:hover:focus,#menu-list li a:hover.disabled:active,#menu-list li a:hover[disabled]:active,fieldset[disabled] #menu-list li a:hover:active,#menu-list li a:hover.disabled.active,#menu-list li a:hover[disabled].active,fieldset[disabled] #menu-list li a:hover.active{background-color:#9e1321;border-color:#87101c}#menu-list li a:hover .badge{color:#9e1321;background-color:#fff}.no-js #menu-list{display:block}@media (min-width:480px){.no-js #menu-list{display:inline-block;padding-bottom:.5em}}#search form,#search p{margin:0;padding:0}#search label,#search input[type="image"]{position:absolute;font-size:.0001em;width:25px;height:25px;margin:5px;opacity:0}#search button,#search input[name="query"]{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;padding-left:2.5em;display:inline;text-align:left;width:70%;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s,width .15s ease-in-out 0s;background:url(/graphics/icons/search-button.png) .6em 50% no-repeat rgba(255,255,255,0.75)}#search button:focus,#search input[name="query"]:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}#search button:-moz-placeholder,#search input[name="query"]:-moz-placeholder{color:#999}#search button::-moz-placeholder,#search input[name="query"]::-moz-placeholder{color:#999;opacity:1}#search button:-ms-input-placeholder,#search input[name="query"]:-ms-input-placeholder{color:#999}#search button::-webkit-input-placeholder,#search input[name="query"]::-webkit-input-placeholder{color:#999}#search button[disabled],#search input[name="query"][disabled],#search button[readonly],#search input[name="query"][readonly],fieldset[disabled] #search button,fieldset[disabled] #search input[name="query"]{cursor:not-allowed;background-color:#eee}textarea#search button,textarea#search input[name="query"]{height:auto}#search button,#search input[name="query"]:focus{width:100%;background-color:#fff}.article #content,.planet #content,.article #planet-posts,.planet #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.article #content,.planet #content,.article #planet-posts,.planet #planet-posts{float:left;width:66.66666667%}}.article #sidebar,.planet #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.article #sidebar,.planet #sidebar{float:left;width:33.33333333%}}#content+#sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){#content+#sidebar{float:left;width:33.33333333%}}#main,#followup{background:#fff;margin:1em auto;padding:1.5em;font-size:1.1em;box-shadow:0 .4em 1em #c8c8c8}@media (min-width:768px){#main,#followup{padding:3em}}#main{padding-top:1em}#main h1,#main h2,#main h3,#main h4,#main h5,#main h6{-moz-hypens:manual;-webkit-hyphens:manual;hyphens:manual}#main p{-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}#main aside#tags{clear:both;margin:3em 0 -2em 0;font-size:.8em;float:none;position:static}#main aside#tags h2{display:inline;color:#999;font-size:1em;font-weight:normal}#main aside#tags h2::after{content:":"}#main footer.notice{clear:both;margin:3em -1.5em -3em;background:#eee;color:#555;padding:1em}#main footer.notice:before,#main footer.notice:after{content:" ";display:table}#main footer.notice:after{clear:both}#main footer.notice:before,#main footer.notice:after{content:" ";display:table}#main footer.notice:after{clear:both}#main footer.notice a{color:#333}@media (min-width:768px){#main footer.notice{margin:3em -3em -3em}}#main footer.copyright.notice{min-height:30px}#main footer.copyright.notice a{color:#555}#main footer.creativecommons{background:url(/graphics/cc-logo.png) 2em 50% no-repeat #eee;padding-left:150px}#content{max-width:99ex;margin-left:auto;margin-right:auto}#sidebar{color:#999;padding:2em 0}#sidebar ul{list-style-type:none;margin:0;padding:0;margin-bottom:1em}#sidebar ul li{border-bottom:1px solid #eee;padding:.3em 0}#sidebar ul li a{display:block;width:100%}#sidebar .dt-published{display:block;font-size:.9em}#category{background:#f18c96;display:block;width:42%;padding:.5em;margin:-2em 0 0}#category a:before{content:"‹ "}#article-metadata{font-weight:300;margin-bottom:1.5em}#article-metadata img{height:24px;margin:-0.2em .2em -0.2em;box-shadow:0 0 3px rgba(0,0,0,0.3)}#article-metadata time.dt-updated:after{content:", "}#article-metadata time.dt-updated:last-child:after{content:"."}#introduction p{font-weight:300;font-size:1.1em}#introduction p strong{font-weight:500}@media (min-width:992px){#content aside{float:right;margin-left:100%;position:absolute}#content aside p{width:100%;min-width:320px;max-width:340px}}#content aside p{border-left:1px solid #9e1321;padding-left:1em;font-size:.9em}#content blockquote,#content .blockQuote{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;border:0;padding-top:20px;padding-bottom:20px;background-color:rgba(116,140,156,0.23)}#content blockquote p,#content .blockQuote p{line-height:1.35}#content blockquote footer cite,#content .blockQuote footer cite{font-style:italic}#content blockquote+#content blockquote,#content blockquote+#content .blockQuote,#content .blockQuote+#content blockquote,#content .blockQuote+#content .blockQuote{margin-top:-1.3em}#content pre,#content pre code{white-space:pre}#content pre{font-size:1em;padding-left:3em;border-style:dotted;border-width:1px 1px 1px 0;border-radius:0;overflow-x:auto}#content pre code{font-size:.95em}#content pre.term{background:#0c141f;color:#e6ffff}#content pre.term code:before{content:"$ "}#content img{max-width:100%}#content .captioned{text-align:center}#content .captioned img{margin:0 auto;display:block;box-shadow:.2em .2em 1em rgba(0,0,0,0.3)}#content .captioned header,#content .captioned footer,#content .captioned img+p{padding:10px 15px}#content .captioned header,#content .captioned footer{text-align:left;display:block}#content .captioned header p,#content .captioned footer p{margin:5px}#content .captioned footer,#content .captioned img+p{background:#eee;font-weight:300}#content .captioned img+p{display:inline-block}#content .captioned.center-block,#content .captioned.center{margin-left:auto;margin-right:auto}#content .captioned.right{margin-left:1.5em;margin-right:0}#content .captioned.left{margin-right:1.5em;margin-left:0}#content .p-summary{font-size:1.2em;font-weight:300}#content .action-after{display:table}#content .action-after .action-describe,#content .action-after .action-main{display:table-cell;vertical-align:middle;padding:.5em 1em}#content .action-after .action-describe{background:#f18c96;color:#9d0000;width:23%;text-align:right}#content .action-after .action-describe:after{padding-left:.3em;content:" ▸"}#content .action-after .action-main{background:#eee;width:77%}#content .blockHighlight{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;border:0;padding-top:20px;padding-bottom:20px;background-color:rgba(116,140,156,0.23);padding-right:20px}#content .blockHighlight p{line-height:1.35}#content .blockHighlight footer cite{font-style:italic}#content .blockHighlight+#content .blockHighlight{margin-top:-1.3em}.fsfe-form label.required .star{font-weight:400}.fsfe-form label+input,.fsfe-form label+textarea{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;margin-bottom:1.25em}.fsfe-form label+input:focus,.fsfe-form label+textarea:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.fsfe-form label+input:-moz-placeholder,.fsfe-form label+textarea:-moz-placeholder{color:#999}.fsfe-form label+input::-moz-placeholder,.fsfe-form label+textarea::-moz-placeholder{color:#999;opacity:1}.fsfe-form label+input:-ms-input-placeholder,.fsfe-form label+textarea:-ms-input-placeholder{color:#999}.fsfe-form label+input::-webkit-input-placeholder,.fsfe-form label+textarea::-webkit-input-placeholder{color:#999}.fsfe-form label+input[disabled],.fsfe-form label+textarea[disabled],.fsfe-form label+input[readonly],.fsfe-form label+textarea[readonly],fieldset[disabled] .fsfe-form label+input,fieldset[disabled] .fsfe-form label+textarea{cursor:not-allowed;background-color:#eee}textarea.fsfe-form label+input,textarea.fsfe-form label+textarea{height:auto}.fsfe-form label+input+.help-block,.fsfe-form label+textarea+.help-block{margin-top:-1em;margin-bottom:1.25em}.fsfe-form textarea{min-height:150px}.fsfe-form button,.fsfe-form input[type="submit"]{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;display:block;margin:1em 0}.toplevel #category{display:none}.toplevel h1{background:#e63143;color:#fff;text-shadow:0 1px 2px #9d0000;display:block;min-width:200px;padding:.5em;margin:-0.5em -0.2em .5em;border:0}@media (min-width:768px){.toplevel h1{width:50%;margin:-1em 0 1em 0}}.full-width #main{width:100%}.frontpage #content,.subsite #content,.full-width #content{max-width:none}.article #content{display:inline-block}.article #content .p-name{color:#9d0000}.article .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.article .standout{margin-left:-3em}}.article .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.article .standout-text{margin-left:-3em}}@media (min-width:768px){.article .standout-text{padding-left:3em}}.article blockquote,.article .blockQuote,.article .blockHighlight,.article pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.article blockquote,.article .blockQuote,.article .blockHighlight,.article pre{margin-left:-3em}}@media (min-width:768px){.article blockquote,.article .blockQuote,.article .blockHighlight,.article pre{padding-left:3em}}.article .captioned,.article .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.article .captioned,.article .action-after{margin-left:-3em}}.article .captioned.center-block,.article .captioned.center{margin-left:auto;margin-right:auto}.article .captioned.right{margin-left:1.5em;margin-right:0}.article .captioned.left{margin-right:1.5em;margin-left:0}.press.release #content,.press.release #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.press.release #content,.press.release #planet-posts{float:left;width:66.66666667%}}.press.release #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.press.release #sidebar{float:left;width:33.33333333%}}.press.release #content{display:inline-block}.press.release #content .p-name{color:#9d0000}.press.release .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.press.release .standout{margin-left:-3em}}.press.release .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.press.release .standout-text{margin-left:-3em}}@media (min-width:768px){.press.release .standout-text{padding-left:3em}}.press.release blockquote,.press.release .blockQuote,.press.release .blockHighlight,.press.release pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.press.release blockquote,.press.release .blockQuote,.press.release .blockHighlight,.press.release pre{margin-left:-3em}}@media (min-width:768px){.press.release blockquote,.press.release .blockQuote,.press.release .blockHighlight,.press.release pre{padding-left:3em}}.press.release .captioned,.press.release .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.press.release .captioned,.press.release .action-after{margin-left:-3em}}.press.release .captioned.center-block,.press.release .captioned.center{margin-left:auto;margin-right:auto}.press.release .captioned.right{margin-left:1.5em;margin-right:0}.press.release .captioned.left{margin-right:1.5em;margin-left:0}.france.frontpage #content,.france.frontpage #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.france.frontpage #content,.france.frontpage #planet-posts{float:left;width:66.66666667%}}.france.frontpage #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.france.frontpage #sidebar{float:left;width:33.33333333%}}.france.frontpage #content{display:inline-block}.france.frontpage #content .p-name{color:#9d0000}.france.frontpage .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.france.frontpage .standout{margin-left:-3em}}.france.frontpage .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.france.frontpage .standout-text{margin-left:-3em}}@media (min-width:768px){.france.frontpage .standout-text{padding-left:3em}}.france.frontpage blockquote,.france.frontpage .blockQuote,.france.frontpage .blockHighlight,.france.frontpage pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.france.frontpage blockquote,.france.frontpage .blockQuote,.france.frontpage .blockHighlight,.france.frontpage pre{margin-left:-3em}}@media (min-width:768px){.france.frontpage blockquote,.france.frontpage .blockQuote,.france.frontpage .blockHighlight,.france.frontpage pre{padding-left:3em}}.france.frontpage .captioned,.france.frontpage .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.france.frontpage .captioned,.france.frontpage .action-after{margin-left:-3em}}.france.frontpage .captioned.center-block,.france.frontpage .captioned.center{margin-left:auto;margin-right:auto}.france.frontpage .captioned.right{margin-left:1.5em;margin-right:0}.france.frontpage .captioned.left{margin-right:1.5em;margin-left:0}.france.frontpage #news,.france.frontpage #events{width:auto}.france.frontpage #team{margin-top:3em}h2#subpages,h3#subpage,h4#subpages{display:none}h2#subpages.show-heading,h3#subpages.show-heading,h4#subpages.show-heading{display:block}ul#subpages,h2#subpages+ul,h3#subpages+ul,h4#subpages+ul,ul.subheadings,ul.overview{clear:both;clear:none;margin-left:-15px;margin-right:-15px;list-style-type:none;margin:0;padding:0;padding:0 0 2em 0}ul#subpages:before,h2#subpages+ul:before,h3#subpages+ul:before,h4#subpages+ul:before,ul.subheadings:before,ul.overview:before,ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{content:" ";display:table}ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{clear:both}ul#subpages:before,h2#subpages+ul:before,h3#subpages+ul:before,h4#subpages+ul:before,ul.subheadings:before,ul.overview:before,ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{content:" ";display:table}ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{clear:both}ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:50%}}@media (min-width:480px){ul#subpages li:nth-child(odd),h2#subpages+ul li:nth-child(odd),h3#subpages+ul li:nth-child(odd),h4#subpages+ul li:nth-child(odd),ul.subheadings li:nth-child(odd),ul.overview li:nth-child(odd){clear:both}}ul#subpages li ul,h2#subpages+ul li ul,h3#subpages+ul li ul,h4#subpages+ul li ul,ul.subheadings li ul,ul.overview li ul{padding:0}ul#subpages li ul li,h2#subpages+ul li ul li,h3#subpages+ul li ul li,h4#subpages+ul li ul li,ul.subheadings li ul li,ul.overview li ul li{float:none;width:100%;display:block;padding:0}ul#subpages li ul li a:before,h2#subpages+ul li ul li a:before,h3#subpages+ul li ul li a:before,h4#subpages+ul li ul li a:before,ul.subheadings li ul li a:before,ul.overview li ul li a:before{content:"› "}ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:50%}}@media (min-width:768px){ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{display:inline-block}}.subsite #category{display:none}.subsite h1{background:#e63143;color:#fff;text-shadow:0 1px 2px #9d0000;display:block;min-width:200px;padding:.5em;margin:-0.5em -0.2em .5em;border:0}@media (min-width:768px){.subsite h1{width:50%;margin:-1em 0 1em 0}}.subsite #content{margin-left:-15px;margin-right:-15px}.subsite #content:before,.subsite #content:after{content:" ";display:table}.subsite #content:after{clear:both}.subsite #content:before,.subsite #content:after{content:" ";display:table}.subsite #content:after{clear:both}.subsite #content #introduction{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content #introduction{float:left;width:33.33333333%}}.subsite #content #introduction+.subheadings{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content #introduction+.subheadings{float:left;width:66.66666667%}}.subsite #content .subheadings,.subsite #content .subheadings+.subheadings{clear:none;margin-left:-15px;margin-right:-15px;list-style-type:none;margin:0;padding:0;padding:0 0 2em 0}.subsite #content .subheadings:before,.subsite #content .subheadings+.subheadings:before,.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{content:" ";display:table}.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{clear:both}.subsite #content .subheadings:before,.subsite #content .subheadings+.subheadings:before,.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{content:" ";display:table}.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{clear:both}.subsite #content .subheadings li,.subsite #content .subheadings+.subheadings li{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content .subheadings li,.subsite #content .subheadings+.subheadings li{float:left;width:50%}}@media (min-width:480px){.subsite #content .subheadings li:nth-child(odd),.subsite #content .subheadings+.subheadings li:nth-child(odd){clear:both}}.subsite #content .subheadings li ul,.subsite #content .subheadings+.subheadings li ul{padding:0}.subsite #content .subheadings li ul li,.subsite #content .subheadings+.subheadings li ul li{float:none;width:100%;display:block;padding:0}.subsite #content .subheadings li ul li a:before,.subsite #content .subheadings+.subheadings li ul li a:before{content:"› "}.subsite #content .subheadings+.subheadings{clear:both}.subsite #content .subheadings+.subheadings li{float:left;width:50%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content .subheadings+.subheadings li{float:left;width:33.33333333%}}@media (min-width:480px){.subsite #content .subheadings+.subheadings li:nth-child(odd){clear:none}.subsite #content .subheadings+.subheadings li:nth-child(3n+4){clear:both}}.subsite #introduction{padding-top:1.5em}.subsite #introduction .image{float:left !important;float:left;max-width:30%;margin-right:.5em}#followup:before,#followup:after{content:" ";display:table}#followup:after{clear:both}#followup:before,#followup:after{content:" ";display:table}#followup:after{clear:both}#followup h2{padding:0}#followup form{display:inline-block}#followup input#email{margin:0 1em;max-width:18em}#followup a.btn{color:#fff;background-color:#9e1321;border-color:#87101c}#followup a.btn:hover,#followup a.btn:focus,#followup a.btn:active,#followup a.btn.active,.open .dropdown-toggle#followup a.btn{color:#fff;background-color:#7a0f19;border-color:#510a11}#followup a.btn:active,#followup a.btn.active,.open .dropdown-toggle#followup a.btn{background-image:none}#followup a.btn.disabled,#followup a.btn[disabled],fieldset[disabled] #followup a.btn,#followup a.btn.disabled:hover,#followup a.btn[disabled]:hover,fieldset[disabled] #followup a.btn:hover,#followup a.btn.disabled:focus,#followup a.btn[disabled]:focus,fieldset[disabled] #followup a.btn:focus,#followup a.btn.disabled:active,#followup a.btn[disabled]:active,fieldset[disabled] #followup a.btn:active,#followup a.btn.disabled.active,#followup a.btn[disabled].active,fieldset[disabled] #followup a.btn.active{background-color:#9e1321;border-color:#87101c}#followup a.btn .badge{color:#9e1321;background-color:#fff}@media (min-width:768px){#followup{padding:3em 3em 3em 2em}}#followup.subscribe-nl h2{position:relative;min-height:1px;padding-left:15px;padding-right:15px;margin:0 0 10px}@media (min-width:992px){#followup.subscribe-nl h2{float:left;width:50%}}@media (min-width:1200px){#followup.subscribe-nl h2{float:left;width:41.66666667%}}#followup.subscribe-nl form{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#followup.subscribe-nl form{float:left;width:50%}}@media (min-width:1200px){#followup.subscribe-nl form{float:left;width:58.33333333%}}@media (min-width:992px){#followup.subscribe-nl h2{margin:0;top:5px}}#followup.join h2,#followup.support h2,#followup.donate h2{position:relative;min-height:1px;padding-left:15px;padding-right:15px;text-align:center}@media (min-width:768px){#followup.join h2,#followup.support h2,#followup.donate h2{float:left;width:33.33333333%}}#followup.join p,#followup.support p,#followup.donate p{position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding:0;padding-top:1em}@media (min-width:768px){#followup.join p,#followup.support p,#followup.donate p{float:left;width:66.66666667%}}#followup.join a.btn,#followup.support a.btn,#followup.donate a.btn{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){#followup.join a.btn,#followup.support a.btn,#followup.donate a.btn{float:left;width:16.66666667%}}@media (min-width:768px){#followup.join a.btn,#followup.support a.btn,#followup.donate a.btn{margin-left:33.33333333%}}#bottom{background:#fff;box-shadow:1em 0 1em 1em #fff;margin:5em 0 0;padding:5em 0;width:100%}#bottom section{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;margin-bottom:1.5em}#bottom section:before,#bottom section:after{content:" ";display:table}#bottom section:after{clear:both}#bottom section:before,#bottom section:after{content:" ";display:table}#bottom section:after{clear:both}@media (min-width:768px){#bottom section{width:750px}}@media (min-width:992px){#bottom section{width:970px}}@media (min-width:1200px){#bottom section{width:1170px}}#breadcrumbs{clear:both;min-height:3em;padding:.5em 1.8em}#breadcrumbs a{display:inline-block;padding:.5em;font-weight:600}#breadcrumbs a:after{content:"   » "}#breadcrumbs a:last-child:after{content:""}#fsfe-web{margin-bottom:2em}#fsfe-web a{display:inline-block;padding:1em .5em;font-weight:700;color:#fff;text-shadow:1px 1px 2px #9d0000}#full-menu #direct-to-top{margin-left:80%;text-align:right;text-decoration:none !important;display:block}#full-menu #direct-to-top:before{content:"â–´";padding-right:.5ex;text-decoration:none !important}#full-menu #full-menu-list{list-style-type:none;margin:0;padding:0;margin-left:-15px;margin-right:-15px;margin:1em 0 0}#full-menu #full-menu-list:before,#full-menu #full-menu-list:after{content:" ";display:table}#full-menu #full-menu-list:after{clear:both}#full-menu #full-menu-list:before,#full-menu #full-menu-list:after{content:" ";display:table}#full-menu #full-menu-list:after{clear:both}#full-menu #full-menu-list li{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;margin-top:1em;font-weight:600}@media (min-width:768px){#full-menu #full-menu-list li{float:left;width:33.33333333%}}@media (min-width:992px){#full-menu #full-menu-list li{float:left;width:16.66666667%}}#full-menu #full-menu-list li ul{list-style-type:none;margin:0;padding:0}#full-menu #full-menu-list li ul li{margin:0;font-weight:400;display:block;width:100%;line-height:1.1;margin-bottom:.4em}#full-menu #full-menu-list li ul li.fellowship{padding-left:0;font-weight:600;margin-top:.3em;line-height:1.3}#legal-info,#source{margin-left:-15px;margin-right:-15px}#legal-info:before,#source:before,#legal-info:after,#source:after{content:" ";display:table}#legal-info:after,#source:after{clear:both}#legal-info:before,#source:before,#legal-info:after,#source:after{content:" ";display:table}#legal-info:after,#source:after{clear:both}#legal-info p,#source p,#legal-info ul,#source ul{list-style-type:none;margin:0;padding:0;float:left;width:50%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){#legal-info p,#source p,#legal-info ul,#source ul{float:left;width:33.33333333%}}#sister-organisations{text-align:center;margin-top:2em}#campaigns-boxes{height:0;margin:-1em -1.5em;margin-bottom:3em}@media (min-width:768px){#campaigns-boxes{margin-left:-3em;margin-right:-3em;padding:0}}#campaigns-boxes .campaign-box{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;position:absolute;display:block;padding:3em;overflow-y:auto;text-decoration:none !important;color:#fff;text-shadow:0 1px 2px #9d0000}#campaigns-boxes .campaign-box:before,#campaigns-boxes .campaign-box:after{content:" ";display:table}#campaigns-boxes .campaign-box:after{clear:both}#campaigns-boxes .campaign-box:before,#campaigns-boxes .campaign-box:after{content:" ";display:table}#campaigns-boxes .campaign-box:after{clear:both}@media (min-width:768px){#campaigns-boxes .campaign-box{width:750px}}@media (min-width:992px){#campaigns-boxes .campaign-box{width:970px}}@media (min-width:1200px){#campaigns-boxes .campaign-box{width:1170px}}@media (min-width:992px){#campaigns-boxes .campaign-box{overflow-y:hidden}}#campaigns-boxes .cycle-pager{text-align:center;bottom:0;width:100%;z-index:500;position:absolute;overflow:hidden;height:35px;padding-top:7px}#campaigns-boxes .cycle-pager span{width:16px;height:16px;display:inline-block;color:transparent;cursor:pointer;border-radius:50px;background:rgba(255,255,255,0.4);margin:.1em}#campaigns-boxes .cycle-pager span.cycle-pager-active{background:rgba(255,255,255,0.8)}#campaigns-boxes .cycle-pager>*{cursor:pointer}.no-js .cycle-pager{display:none}.no-js #campaigns-boxes{overflow-y:scroll;overflow-x:hidden}.no-js #campaigns-boxes .campaign-box{display:inline-block;position:relative}a.fn{bottom:.5em;font-size:.7em;position:relative}h2#fn{display:none}h2#fn+ol{border-top:1px solid #eee;font-size:.9em;margin:2em 0;padding-top:1em}form input#email{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;max-width:25em;display:inline-block}form input#email:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}form input#email:-moz-placeholder{color:#999}form input#email::-moz-placeholder{color:#999;opacity:1}form input#email:-ms-input-placeholder{color:#999}form input#email::-webkit-input-placeholder{color:#999}form input#email[disabled],form input#email[readonly],fieldset[disabled] form input#email{cursor:not-allowed;background-color:#eee}textareaform input#email{height:auto}button,input[type="submit"]{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#333;background-color:#fff;border-color:#ccc;color:#fff;background-color:#9e1321;border-color:#87101c}button:focus,input[type="submit"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus{color:#333;text-decoration:none}button:active,input[type="submit"]:active,button.active,input[type="submit"].active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}button.disabled,input[type="submit"].disabled,button[disabled],input[type="submit"][disabled],fieldset[disabled] button,fieldset[disabled] input[type="submit"]{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus,button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{color:#333;background-color:#ebebeb;border-color:#adadad}button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{background-image:none}button.disabled,input[type="submit"].disabled,button[disabled],input[type="submit"][disabled],fieldset[disabled] button,fieldset[disabled] input[type="submit"],button.disabled:hover,input[type="submit"].disabled:hover,button[disabled]:hover,input[type="submit"][disabled]:hover,fieldset[disabled] button:hover,fieldset[disabled] input[type="submit"]:hover,button.disabled:focus,input[type="submit"].disabled:focus,button[disabled]:focus,input[type="submit"][disabled]:focus,fieldset[disabled] button:focus,fieldset[disabled] input[type="submit"]:focus,button.disabled:active,input[type="submit"].disabled:active,button[disabled]:active,input[type="submit"][disabled]:active,fieldset[disabled] button:active,fieldset[disabled] input[type="submit"]:active,button.disabled.active,input[type="submit"].disabled.active,button[disabled].active,input[type="submit"][disabled].active,fieldset[disabled] button.active,fieldset[disabled] input[type="submit"].active{background-color:#fff;border-color:#ccc}button .badge,input[type="submit"] .badge{color:#fff;background-color:#fff}button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus,button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{color:#fff;background-color:#7a0f19;border-color:#510a11}button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{background-image:none}button.disabled,input[type="submit"].disabled,button[disabled],input[type="submit"][disabled],fieldset[disabled] button,fieldset[disabled] input[type="submit"],button.disabled:hover,input[type="submit"].disabled:hover,button[disabled]:hover,input[type="submit"][disabled]:hover,fieldset[disabled] button:hover,fieldset[disabled] input[type="submit"]:hover,button.disabled:focus,input[type="submit"].disabled:focus,button[disabled]:focus,input[type="submit"][disabled]:focus,fieldset[disabled] button:focus,fieldset[disabled] input[type="submit"]:focus,button.disabled:active,input[type="submit"].disabled:active,button[disabled]:active,input[type="submit"][disabled]:active,fieldset[disabled] button:active,fieldset[disabled] input[type="submit"]:active,button.disabled.active,input[type="submit"].disabled.active,button[disabled].active,input[type="submit"][disabled].active,fieldset[disabled] button.active,fieldset[disabled] input[type="submit"].active{background-color:#9e1321;border-color:#87101c}button .badge,input[type="submit"] .badge{color:#9e1321;background-color:#fff}a.learn-more{font-size:1.2em;font-weight:300;line-height:1;border-bottom:1px dotted #9e1321;font-variant:small-caps;text-transform:lowercase;padding-right:1em;position:relative}a.learn-more:hover{text-decoration:none;border-bottom-style:solid}a.learn-more:after{position:absolute;right:.3em;content:" ▸";opacity:.8;transition:all 150ms linear}a.learn-more:hover:after{right:0;content:" ▸";opacity:1}.social-link{float:right !important;float:right;margin-left:.5em}.big-donate,.big.donate{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;display:block;width:100%;padding-left:0;padding-right:0;color:#fff;background-color:#5cb85c;border-color:#4cae4c;font-size:1.4em}.big-donate:focus,.big.donate:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.big-donate:hover,.big.donate:hover,.big-donate:focus,.big.donate:focus{color:#333;text-decoration:none}.big-donate:active,.big.donate:active,.big-donate.active,.big.donate.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.big-donate.disabled,.big.donate.disabled,.big-donate[disabled],.big.donate[disabled],fieldset[disabled] .big-donate,fieldset[disabled] .big.donate{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.big-donate:hover,.big.donate:hover,.big-donate:focus,.big.donate:focus,.big-donate:active,.big.donate:active,.big-donate.active,.big.donate.active,.open .dropdown-toggle.big-donate,.open .dropdown-toggle.big.donate{color:#fff;background-color:#47a447;border-color:#398439}.big-donate:active,.big.donate:active,.big-donate.active,.big.donate.active,.open .dropdown-toggle.big-donate,.open .dropdown-toggle.big.donate{background-image:none}.big-donate.disabled,.big.donate.disabled,.big-donate[disabled],.big.donate[disabled],fieldset[disabled] .big-donate,fieldset[disabled] .big.donate,.big-donate.disabled:hover,.big.donate.disabled:hover,.big-donate[disabled]:hover,.big.donate[disabled]:hover,fieldset[disabled] .big-donate:hover,fieldset[disabled] .big.donate:hover,.big-donate.disabled:focus,.big.donate.disabled:focus,.big-donate[disabled]:focus,.big.donate[disabled]:focus,fieldset[disabled] .big-donate:focus,fieldset[disabled] .big.donate:focus,.big-donate.disabled:active,.big.donate.disabled:active,.big-donate[disabled]:active,.big.donate[disabled]:active,fieldset[disabled] .big-donate:active,fieldset[disabled] .big.donate:active,.big-donate.disabled.active,.big.donate.disabled.active,.big-donate[disabled].active,.big.donate[disabled].active,fieldset[disabled] .big-donate.active,fieldset[disabled] .big.donate.active{background-color:#5cb85c;border-color:#4cae4c}.big-donate .badge,.big.donate .badge{color:#5cb85c;background-color:#fff}.supporter-text{margin-top:5px}.small-donate,.small.donate{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;color:#fff;background-color:#5cb85c;border-color:#4cae4c}.small-donate:focus,.small.donate:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.small-donate:hover,.small.donate:hover,.small-donate:focus,.small.donate:focus{color:#333;text-decoration:none}.small-donate:active,.small.donate:active,.small-donate.active,.small.donate.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.small-donate.disabled,.small.donate.disabled,.small-donate[disabled],.small.donate[disabled],fieldset[disabled] .small-donate,fieldset[disabled] .small.donate{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.small-donate:hover,.small.donate:hover,.small-donate:focus,.small.donate:focus,.small-donate:active,.small.donate:active,.small-donate.active,.small.donate.active,.open .dropdown-toggle.small-donate,.open .dropdown-toggle.small.donate{color:#fff;background-color:#47a447;border-color:#398439}.small-donate:active,.small.donate:active,.small-donate.active,.small.donate.active,.open .dropdown-toggle.small-donate,.open .dropdown-toggle.small.donate{background-image:none}.small-donate.disabled,.small.donate.disabled,.small-donate[disabled],.small.donate[disabled],fieldset[disabled] .small-donate,fieldset[disabled] .small.donate,.small-donate.disabled:hover,.small.donate.disabled:hover,.small-donate[disabled]:hover,.small.donate[disabled]:hover,fieldset[disabled] .small-donate:hover,fieldset[disabled] .small.donate:hover,.small-donate.disabled:focus,.small.donate.disabled:focus,.small-donate[disabled]:focus,.small.donate[disabled]:focus,fieldset[disabled] .small-donate:focus,fieldset[disabled] .small.donate:focus,.small-donate.disabled:active,.small.donate.disabled:active,.small-donate[disabled]:active,.small.donate[disabled]:active,fieldset[disabled] .small-donate:active,fieldset[disabled] .small.donate:active,.small-donate.disabled.active,.small.donate.disabled.active,.small-donate[disabled].active,.small.donate[disabled].active,fieldset[disabled] .small-donate.active,fieldset[disabled] .small.donate.active{background-color:#5cb85c;border-color:#4cae4c}.small-donate .badge,.small.donate .badge{color:#5cb85c;background-color:#fff}.alert.red{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert.red hr{border-top-color:#e4b9c0}.alert.red .alert-link{color:#843534}.alert.green{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert.green hr{border-top-color:#c9e2b3}.alert.green .alert-link{color:#2b542c}.alert.yellow{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert.yellow hr{border-top-color:#f7e1b5}.alert.yellow .alert-link{color:#66512c}.warning{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;opacity:1}.warning h4{margin-top:0;color:inherit}.warning .alert-link{font-weight:bold}.warning>p,.warning>ul{margin-bottom:0}.warning>p+p{margin-top:5px}.people img,img.author-avatar{float:left;margin:5px 10px 25px 0;width:48px;height:48px;border:1px solid #323232;box-shadow:0 0 3px rgba(0,0,0,0.3)}ul.people{-moz-hypens:manual;-webkit-hyphens:manual;hyphens:manual;list-style-type:none;padding-left:0;font-size:.9em}ul.people:after{clear:both;margin-right:100%;content:" "}ul.people li{display:block;float:left;width:48%;min-width:20em;padding-right:.5em}ul.people li:nth-child(odd){clear:left}ul.people li:last-child:after{clear:both}.people .name,.people .email{display:block}.people .name{font-weight:bold}.people .email{font-style:italic}.employee{line-height:.8em;margin-left:.5em;padding:.4em;border-radius:5%;display:inline-block}.employee.full,.employee.intern{background-color:#bef5be}.employee.part{background-color:#e4f7e4}.employee.fee,.employee.freelancer{background-color:#eff2fb}.bio #content,.bio #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.bio #content,.bio #planet-posts{float:left;width:66.66666667%}}.bio #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.bio #sidebar{float:left;width:33.33333333%}}.bio #content{display:inline-block}.bio #content .p-name{color:#9d0000}.bio .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.bio .standout{margin-left:-3em}}.bio .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.bio .standout-text{margin-left:-3em}}@media (min-width:768px){.bio .standout-text{padding-left:3em}}.bio blockquote,.bio .blockQuote,.bio .blockHighlight,.bio pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.bio blockquote,.bio .blockQuote,.bio .blockHighlight,.bio pre{margin-left:-3em}}@media (min-width:768px){.bio blockquote,.bio .blockQuote,.bio .blockHighlight,.bio pre{padding-left:3em}}.bio .captioned,.bio .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.bio .captioned,.bio .action-after{margin-left:-3em}}.bio .captioned.center-block,.bio .captioned.center{margin-left:auto;margin-right:auto}.bio .captioned.right{margin-left:1.5em;margin-right:0}.bio .captioned.left{margin-right:1.5em;margin-left:0}.bio #sidebar ul li a{display:inline}.left{float:left !important;float:left;margin-right:1em;margin-left:0}.right{float:right !important;float:right;margin-left:1em;margin-right:0}.center{text-align:center}#introduction .image img{float:left;margin-right:1em}.grid-50-50{margin-left:-15px;margin-right:-15px}.grid-50-50:before,.grid-50-50:after{content:" ";display:table}.grid-50-50:after{clear:both}.grid-50-50:before,.grid-50-50:after{content:" ";display:table}.grid-50-50:after{clear:both}.grid-50-50 .box{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.grid-50-50 .box{float:left;width:50%}}table#gold{width:100%;margin-bottom:20px}table#gold>thead>tr>th,table#gold>tbody>tr>th,table#gold>tfoot>tr>th,table#gold>thead>tr>td,table#gold>tbody>tr>td,table#gold>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}table#gold>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}table#gold>caption+thead>tr:first-child>th,table#gold>colgroup+thead>tr:first-child>th,table#gold>thead:first-child>tr:first-child>th,table#gold>caption+thead>tr:first-child>td,table#gold>colgroup+thead>tr:first-child>td,table#gold>thead:first-child>tr:first-child>td{border-top:0}table#gold>tbody+tbody{border-top:2px solid #ddd}table#gold .table{background-color:#fff}table#gold>thead>tr>.active,table#gold>tbody>tr>.active,table#gold>tfoot>tr>.active,table#gold>thead>.active>td,table#gold>tbody>.active>td,table#gold>tfoot>.active>td,table#gold>thead>.active>th,table#gold>tbody>.active>th,table#gold>tfoot>.active>th{background-color:#f5f5f5}table#gold>thead>tr>.success,table#gold>tbody>tr>.success,table#gold>tfoot>tr>.success,table#gold>thead>.success>td,table#gold>tbody>.success>td,table#gold>tfoot>.success>td,table#gold>thead>.success>th,table#gold>tbody>.success>th,table#gold>tfoot>.success>th{background-color:#dff0d8}table#gold>thead>tr>.danger,table#gold>tbody>tr>.danger,table#gold>tfoot>tr>.danger,table#gold>thead>.danger>td,table#gold>tbody>.danger>td,table#gold>tfoot>.danger>td,table#gold>thead>.danger>th,table#gold>tbody>.danger>th,table#gold>tfoot>.danger>th{background-color:#f2dede}table#gold>thead>tr>.warning,table#gold>tbody>tr>.warning,table#gold>tfoot>tr>.warning,table#gold>thead>.warning>td,table#gold>tbody>.warning>td,table#gold>tfoot>.warning>td,table#gold>thead>.warning>th,table#gold>tbody>.warning>th,table#gold>tfoot>.warning>th{background-color:#fcf8e3}table#gold>tbody>tr:nth-child(odd)>td,table#gold>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}table#gold>tbody>tr:hover>td,table#gold>tbody>tr:hover>th{background-color:#f5f5f5}.margin-vertical{margin-left:-15px;margin-right:-15px;margin:1em 0}.margin-vertical:before,.margin-vertical:after{content:" ";display:table}.margin-vertical:after{clear:both}.margin-vertical:before,.margin-vertical:after{content:" ";display:table}.margin-vertical:after{clear:both}.margin-vertical .grid-30{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.margin-vertical .grid-30{float:left;width:33.33333333%}}.margin-vertical .grid-70{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.margin-vertical .grid-70{float:left;width:50%}}.margin-vertical .grid-60{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.margin-vertical .grid-60{float:left;width:41.66666667%}}#orderpromo{background:#dff0d8;padding:.1em 1em 1em}#orderpromo .formlabel{display:block}.compare .clear{margin-left:-15px;margin-right:-15px}.compare .clear:before,.compare .clear:after{content:" ";display:table}.compare .clear:after{clear:both}.compare .clear:before,.compare .clear:after{content:" ";display:table}.compare .clear:after{clear:both}.compare .clear .left,.compare .clear .right{margin-right:0;margin-left:0;float:none}.compare .clear .grid-20{position:relative;float:left;width:16.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-40{position:relative;float:left;width:33.33333333%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-50{position:relative;float:left;width:50%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-60{position:relative;float:left;width:66.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-80{position:relative;float:left;width:83.33333333%;min-height:1px;padding-left:15px;padding-right:15px}#eifv2-track .clear{font-size:.9em;margin-left:-15px;margin-right:-15px}#eifv2-track .clear:before,#eifv2-track .clear:after{content:" ";display:table}#eifv2-track .clear:after{clear:both}#eifv2-track .clear:before,#eifv2-track .clear:after{content:" ";display:table}#eifv2-track .clear:after{clear:both}#eifv2-track .grid-50{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#eifv2-track .grid-50{float:left;width:50%}}#eifv2-track blockquote{margin-left:0}#eifv2-track blockquote p{font-size:.9em}ul.taglist{margin:0;padding:0;list-style:none;display:inline}ul.taglist li{display:inline;white-space:nowrap}ul.taglist li a{display:inline-block;padding:.3em;background:#f18c96;border-radius:4px;margin:0 0 .3em .5em}.tagginglabel{display:inline-block;padding:.3em;background:#f18c96;border-radius:4px;margin:0 0 .3em .5em}.tag16{font-size:16}.tag17{font-size:17}.tag18{font-size:18}.tag19{font-size:19}.tag20{font-size:20}.tag21{font-size:21}.tag22{font-size:22}.tag23{font-size:23}.tag24{font-size:24}.tag25{font-size:25}.tag26{font-size:26}.tag27{font-size:27}.tag28{font-size:28}.tag29{font-size:29}.tag30{font-size:30}.tag31{font-size:31}.tag32{font-size:32}.tag33{font-size:33}.tag34{font-size:34}.tag35{font-size:35}.tag36{font-size:36}.tag37{font-size:37}.tag38{font-size:38}.tag39{font-size:39}.tag40{font-size:40}.tag.title{margin-top:4em}.taglist a[href^="/tags/tagged-frontpage"],.tag-front-page{display:none !important}.question{margin-bottom:15px;margin-top:60px}.answer,.question2,.answer2{padding:.5em 1em;text-align:justify}.question2{margin-left:1em}.answer2{margin-left:2em}.colorless{background-color:#eee;border-left:10px solid #aaa}.diegrĂĽne{background-color:#c8ffc8;border-left:10px solid #008b00}.cdu{background-color:#b4e6ff;border-left:10px solid #004f7a}.csu{background-color:#b4e6ff;border-left:10px solid #00304a}.spd{background-color:#ffc8c8;border-left:10px solid #f00}.dielinke{background-color:#ffc6ff;border-left:10px solid #8b1c62}.piraten{background-color:#ffe992;border-left:10px solid #f37d20}.fdp{background-color:#ffffc8;border-left:10px solid #ff0}.oedp{background-color:#ffe9bb;border-left:10px solid #f2862b}.bayernpartei{background-color:#5590ca;border-left:10px solid #1c26ec}.violetten{background-color:#7c3e8b;border-left:10px solid #d200ff}.afd{background-color:#009ee0;border-left:10px solid #e40f27}.partisocialiste{background-color:#ffdcdc;border-left:10px solid #ff8080}.ump{background-color:#a0c8ff;border-left:10px solid #06c}.pcf{background-color:#ffc8c8;border-left:10px solid #d00}.prg,.mrc{background-color:#fff0fa;border-left:10px solid #ffd1dc}.eelv{background-color:#c8ffc8;border-left:10px solid #0f0}.nouveaucentre{background-color:#dcffff;border-left:10px solid #80ffff}.modem{background-color:#ffe696;border-left:10px solid #f90}.alliancecentriste{background-color:#ffebc8;border-left:10px solid #f5deb3}.signature-logo img{height:auto;max-height:130px;max-width:150px !important}.signature-table table{width:100%;margin-bottom:20px;margin-top:40px}.signature-table table>thead>tr>th,.signature-table table>tbody>tr>th,.signature-table table>tfoot>tr>th,.signature-table table>thead>tr>td,.signature-table table>tbody>tr>td,.signature-table table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.signature-table table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.signature-table table>caption+thead>tr:first-child>th,.signature-table table>colgroup+thead>tr:first-child>th,.signature-table table>thead:first-child>tr:first-child>th,.signature-table table>caption+thead>tr:first-child>td,.signature-table table>colgroup+thead>tr:first-child>td,.signature-table table>thead:first-child>tr:first-child>td{border-top:0}.signature-table table>tbody+tbody{border-top:2px solid #ddd}.signature-table table .table{background-color:#fff}.signature-table table>thead>tr>.active,.signature-table table>tbody>tr>.active,.signature-table table>tfoot>tr>.active,.signature-table table>thead>.active>td,.signature-table table>tbody>.active>td,.signature-table table>tfoot>.active>td,.signature-table table>thead>.active>th,.signature-table table>tbody>.active>th,.signature-table table>tfoot>.active>th{background-color:#f5f5f5}.signature-table table>thead>tr>.success,.signature-table table>tbody>tr>.success,.signature-table table>tfoot>tr>.success,.signature-table table>thead>.success>td,.signature-table table>tbody>.success>td,.signature-table table>tfoot>.success>td,.signature-table table>thead>.success>th,.signature-table table>tbody>.success>th,.signature-table table>tfoot>.success>th{background-color:#dff0d8}.signature-table table>thead>tr>.danger,.signature-table table>tbody>tr>.danger,.signature-table table>tfoot>tr>.danger,.signature-table table>thead>.danger>td,.signature-table table>tbody>.danger>td,.signature-table table>tfoot>.danger>td,.signature-table table>thead>.danger>th,.signature-table table>tbody>.danger>th,.signature-table table>tfoot>.danger>th{background-color:#f2dede}.signature-table table>thead>tr>.warning,.signature-table table>tbody>tr>.warning,.signature-table table>tfoot>tr>.warning,.signature-table table>thead>.warning>td,.signature-table table>tbody>.warning>td,.signature-table table>tfoot>.warning>td,.signature-table table>thead>.warning>th,.signature-table table>tbody>.warning>th,.signature-table table>tfoot>.warning>th{background-color:#fcf8e3}.signature-table table>tbody>tr:nth-child(odd)>td,.signature-table table>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.signature-table table>tbody>tr>td{vertical-align:middle}.signature-table img{height:auto;max-height:65px;max-width:120px !important}.signature-table-orgs ul{display:block;position:relative;list-style:none;text-align:center;padding:0}.signature-table-orgs ul li{display:inline-block;position:relative;list-style:none;vertical-align:middle}.signature-table-orgs ul li a{display:block;position:relative;max-width:120px;max-height:80px;min-width:120px;min-height:80px;background-position:center center;background-repeat:no-repeat;background-size:contain;transform:scale(.8);opacity:1;transition:opacity .5s,transform .5s,background-color .5s,filter .5s}.signature-table-orgs ul li a:hover{opacity:1;transform:scale(.9);z-index:5}.signature-table-orgs #larger{max-width:150px;max-height:100px;min-width:150px;min-height:100px}blockquote#statement{background-color:rgba(116,140,156,0.1)}blockquote#statement p{font-family:"Roboto",sans-serif;font-weight:unset}.interview-question{font-style:italic;font-weight:bold}#content #frontpage #campaign-box-1,#content #frontpage #campaign-box-2{display:none}.special{display:none}body{background:url(/graphics/fellowship/plussy_tile_03.png) top left fixed #f9f9f9;font-family:"Roboto",sans-serif}.svg body{background:url(/graphics/fellowship/plussy_tile_03.svg) top left fixed #f9f9f9}#logo{background:url(/graphics/logo_transparent.png) top left no-repeat}.svg #logo{background:url(/graphics/logo_transparent.svg) top left no-repeat}#masthead,#logo{min-height:85px;min-width:158px}#link-home a{width:158px;height:85px}@media (max-width:767px){#link-home a{height:50px}#top{display:flex;flex-direction:column;margin:0;padding:0;position:relative}#top #search{display:none}#masthead{background-color:#fff;order:1;min-height:50px;padding:10px}#masthead #logo{background-position:left center;background-repeat:no-repeat;background-size:contain;min-height:50px;min-width:120px}#menu{background-color:#fff;margin-left:0;order:2;padding:10px}#menu #direct-links{margin-bottom:0}#menu #direct-links #direct-to-menu-list{font-size:1.3em}#menu #direct-links #direct-to-translations{position:absolute;top:5px;right:85px}#menu #direct-links #direct-to-login{position:absolute;top:5px;right:10px}#menu #direct-to-home,#menu #direct-to-join{display:none}#menu-list{display:block;margin-top:10px;padding-bottom:0}#index-html #main{padding-top:0}#bottom{padding:10px}}@media (min-width:768px){#menu{margin-left:200px}}#followup{background:url(/graphics/ribbon.png) no-repeat 100% -40px #fff;text-shadow:#fff 0 0 .5em}@media (min-width:768px){#followup{background:url(/graphics/ribbon.png) no-repeat 100% -70px #fff}}@media (min-width:768px){.svg #followup{background:url(/graphics/ribbon.svg) no-repeat 100% -70px #fff}}#followup.join{background:url(/graphics/fellowship/ribbon_fellowship2.png) no-repeat 100% -30px #fff}@media (min-width:768px){#followup.join{background:url(/graphics/fellowship/ribbon_fellowship2.png) no-repeat 100% -50% #fff}}#full-menu{background:url(/graphics/logo_bw_transparent_small.png) no-repeat top left #fff}a.the-fellowship{padding:8px 20px 0 0;background:url(/graphics/plussy-bright-20.png) no-repeat top right transparent}img.signatory-logo{padding:10px}.frontpage #campaigns-boxes{background:url('/graphics/ribbon.png') top right no-repeat transparent;height:400px}@media (min-width:480px){.frontpage #campaigns-boxes{height:300px}}.frontpage #campaigns-boxes .campaign-box{height:400px;width:100%}@media (min-width:480px){.frontpage #campaigns-boxes .campaign-box{height:300px}}.frontpage #campaigns-boxes .campaign-box img{max-width:33%}.frontpage #campaigns-boxes .campaign-box-center{text-align:center;font-size:1.3em}.frontpage #campaigns-boxes #freesociety{text-align:center;font-size:1.3em;font-family:'GNUTypewriter',"Inconsolata",Inconsolata,Menlo,Monaco,Consolas,"Courier New",monospace;background:url('/graphics/motto.jpg') top center no-repeat #666;background-size:cover;font-size:2em}@media (min-width:480px){.frontpage #campaigns-boxes #freesociety{font-size:2.7em;padding-top:1.8em}}.frontpage #campaigns-boxes #freesociety p.text{-moz-hyphens:manual;-webkit-hyphens:manual;hyphens:manual}.frontpage #campaigns-boxes #amaelle{background:url('/graphics/amaelle.jpg') center 33% no-repeat #666;background-size:cover;text-shadow:0 1px 8px #000}.frontpage #campaigns-boxes #amaelle .author:before{content:"– "}.frontpage #campaigns-boxes #amaelle .text{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}.frontpage #campaigns-boxes #amaelle .author,.frontpage #campaigns-boxes #amaelle .text{display:block;background-color:rgba(0,0,0,0.5);padding:.5em}@media (min-width:768px){.frontpage #campaigns-boxes #amaelle .author,.frontpage #campaigns-boxes #amaelle .text{margin-left:45%}}.frontpage #campaigns-boxes #amaelle .copyright{font-size:.6em;position:absolute;bottom:0;right:0}@media (min-width:992px){.frontpage #campaigns-boxes #amaelle .text{font-size:1.25em}}.frontpage #campaigns-boxes #appelbaum{background:url('/graphics/appelbaum.jpg') top right no-repeat #070400;background-size:cover}@media (min-width:768px){.frontpage #campaigns-boxes #appelbaum{background-size:contain}}.frontpage #campaigns-boxes #appelbaum img{display:none}.frontpage #campaigns-boxes #appelbaum .author:before{content:"– "}.frontpage #campaigns-boxes #appelbaum .text{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}.frontpage #campaigns-boxes #appelbaum .author,.frontpage #campaigns-boxes #appelbaum .text{display:block;background-color:rgba(0,0,0,0.5);padding:.5em}@media (min-width:768px){.frontpage #campaigns-boxes #appelbaum .author,.frontpage #campaigns-boxes #appelbaum .text{margin-right:45%}}@media (min-width:992px){.frontpage #campaigns-boxes #appelbaum .author,.frontpage #campaigns-boxes #appelbaum .text{margin-right:35%}}.frontpage #campaigns-boxes #appelbaum .copyright{font-size:.6em;position:absolute;bottom:0;right:0}.frontpage #campaigns-boxes #zacchiroli{background:url('/graphics/group-blur-800.jpg') center 33% no-repeat #666;text-shadow:0 1px 2px #000}.frontpage #campaigns-boxes #zacchiroli img{float:right;margin-left:1em}.frontpage #campaigns-boxes #zacchiroli .author:before{content:"– "}.frontpage #campaigns-boxes #zacchiroli .text{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}@media (min-width:992px){.frontpage #campaigns-boxes #zacchiroli img{margin-left:3em}.frontpage #campaigns-boxes #zacchiroli .text{font-size:1.3em}.frontpage #campaigns-boxes #zacchiroli .text,.frontpage #campaigns-boxes #zacchiroli .author{max-width:80ex;margin:1em auto;display:block}}.frontpage #campaigns-boxes #summit16{text-align:center;font-size:1.3em;background:url('/graphics/fsfe-summit-header-background.jpg') center no-repeat #666;background-size:cover}.frontpage #campaigns-boxes #summit16 img{position:absolute}.frontpage #campaigns-boxes #summit16 img:first-of-type{top:10%;left:5%;width:40%;max-width:250px}.frontpage #campaigns-boxes #summit16 img:last-of-type{bottom:10%;right:5%;width:50%;max-width:400px}@media (min-width:800px){.frontpage #campaigns-boxes #summit16 img:first-of-type{top:20%}}.frontpage #campaigns-boxes #boxpmpc{background:url('/graphics/pmpc_slider.jpg') left 33% no-repeat #666;background-size:cover;text-shadow:0 1px 8px #000}.frontpage #campaigns-boxes #boxpmpc .text,.frontpage #campaigns-boxes #boxpmpc .text2{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}.frontpage #campaigns-boxes #boxpmpc .text,.frontpage #campaigns-boxes #boxpmpc .text2{display:block;padding:1.25em;min-width:120px;font-size:1.25em;hyphens:none;text-align:center}@media (min-width:768px){.frontpage #campaigns-boxes #boxpmpc{background-position:center}.frontpage #campaigns-boxes #boxpmpc .text{float:left;width:30%}.frontpage #campaigns-boxes #boxpmpc .text2{float:right;width:30%}}.frontpage #campaigns-boxes #dfd{text-align:center;font-size:1.3em;background:url('/graphics/fellowship/plussy_tile_01-33alpha.png') #76b520}.frontpage #campaigns-boxes #dfd img{height:200px;margin-bottom:10px;margin-top:-70px;max-width:none}.frontpage #campaigns-boxes #ilovefs{text-align:center;font-size:1.3em;background:url('/graphics/ilovefs-hashtag-campaignbox.png') center 33% no-repeat transparent}.frontpage #campaigns-boxes #racketware{text-align:center;font-size:1.3em;background:center 33% no-repeat #fff}.frontpage #campaigns-boxes #racketware .text{display:none}.frontpage #campaigns-boxes #becomefellow{text-align:center;font-size:1.3em;background:url('/graphics/group-blur-800.jpg') center 33% no-repeat #666}.frontpage #campaigns-boxes #fightback{text-align:center;font-size:1.3em;background:url('/graphics/thedaywefightback.png') center 33% no-repeat transparent}#news{padding-bottom:1.5em}#news .dt-published{color:#999;font-size:.9em;display:block}@media (min-width:768px){#news .dt-published{display:inline-block;padding:0}}#news .entry h3{display:inline-block;padding-right:.5em}#news .entry p.date{display:inline-block;color:#999;font-size:.9em;display:block;font-weight:300;margin-bottom:0}@media (min-width:768px){#news .entry p.date{display:inline-block;padding:0}}#news .entry:nth-child(1n+3) h3{font-size:1em;margin:.7em 0 0 0}#news .entry:nth-child(1n+3) .text,#news .entry:nth-child(1n+3) p{display:none}#news .entry:nth-child(1n+3) p.date{display:inline-block}#latest-news-list,#more-news-list{list-style-type:none;font-size:1.2em;font-weight:300;padding:0}.newsdate{font-size:.875em;color:#888;margin-right:1ex}[newsteaser="yes"]{font-weight:bold;font-size:1.2em}[newsteaser="yes"]{font-weight:bold;font-size:1.2em}#events{clear:both;padding-top:1.5em}#events .entry h3{display:inline-block}#events .entry p.date{color:#999;font-size:.9em;display:block;margin-bottom:0}@media (min-width:768px){#events .entry p.date{display:inline-block;padding:0}}@media (min-width:768px){#events .entry p.date{display:block}}#events a.learn-more{line-height:2}@media (min-width:768px){#news,#events{display:inline-block;float:left;width:69%}#team{display:inline-block;float:left}#newsletter,#shop-promo,.country.frontpage #teams{display:inline-block;float:right;width:30%;padding-left:2%;clear:none;padding-top:0}}#newsletter input,.newsletter #sidebar input{display:block;margin:.5em 0}#feeds a.ical,#feeds a.rss-feed{font-size:85%;color:#999}ul.quote-list{padding-left:0;list-style:none;font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;margin-top:30px;margin-bottom:30px}ul.quote-list>li{padding-top:30px;padding-bottom:30px;border-top:1px solid #eee;border-bottom:1px solid #eee}ul.quote-list>li p:last-child{margin-bottom:0}ul.quote-list>li p.source{font-weight:bold;margin-left:3em}ul.quote-list>li p.source:before{content:'\2014 \00A0'}ul.quote-list>li p.complementary{font-family:"Roboto",sans-serif;margin-left:1.5em}body.overview #content #category{display:none}body.overview #content h1{background:#e63143;color:#fff;text-shadow:0 1px 2px #9d0000;display:block;min-width:200px;padding:.5em;margin:-0.5em -0.2em .5em;border:0}@media (min-width:768px){body.overview #content h1{width:50%;margin:-1em 0 1em 0}}body.overview #content h2{text-align:center;margin-top:60px;margin-bottom:20px}body.overview #content ul{list-style-type:none;margin:0;padding:0;margin-left:-15px;margin-right:-15px}body.overview #content ul:before,body.overview #content ul:after{content:" ";display:table}body.overview #content ul:after{clear:both}body.overview #content ul:before,body.overview #content ul:after{content:" ";display:table}body.overview #content ul:after{clear:both}body.overview #content ul li{position:relative;min-height:1px;padding-left:15px;padding-right:15px;display:grid;grid-template-columns:1fr 4fr;grid-column-gap:10px;margin-top:20px}@media (min-width:992px){body.overview #content ul li{float:left;width:50%}}@media (min-width:992px){body.overview #content ul li:nth-child(odd){clear:both}}body.overview #content ul li img{padding:5px}body.overview #content ul li h3{margin-top:0}.testimonial{overflow:auto;clear:both}.testimonial img{float:left;margin-right:10px}.archivenews h3{line-height:1.2em}.archivenews p{font-size:.9em}ul.archivemeta,ul.archivetaglist{color:#999;font-size:.9em;padding-left:0}ul.archivemeta li{display:inline-block;padding:0 .15em}ul.archivetaglist li{display:inline-block;padding:0 .25em}ul.archivemeta li:first-child{padding-left:0}ul.archivemeta li a,ul.archivetaglist li a{color:#999}.archiveauthor{margin:0 .25em}ul.archivetaglist{margin-left:6%}#donate-fsfe table{width:100%;margin-bottom:20px}#donate-fsfe table>thead>tr>th,#donate-fsfe table>tbody>tr>th,#donate-fsfe table>tfoot>tr>th,#donate-fsfe table>thead>tr>td,#donate-fsfe table>tbody>tr>td,#donate-fsfe table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}#donate-fsfe table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}#donate-fsfe table>caption+thead>tr:first-child>th,#donate-fsfe table>colgroup+thead>tr:first-child>th,#donate-fsfe table>thead:first-child>tr:first-child>th,#donate-fsfe table>caption+thead>tr:first-child>td,#donate-fsfe table>colgroup+thead>tr:first-child>td,#donate-fsfe table>thead:first-child>tr:first-child>td{border-top:0}#donate-fsfe table>tbody+tbody{border-top:2px solid #ddd}#donate-fsfe table .table{background-color:#fff}#donate-fsfe table>thead>tr>.active,#donate-fsfe table>tbody>tr>.active,#donate-fsfe table>tfoot>tr>.active,#donate-fsfe table>thead>.active>td,#donate-fsfe table>tbody>.active>td,#donate-fsfe table>tfoot>.active>td,#donate-fsfe table>thead>.active>th,#donate-fsfe table>tbody>.active>th,#donate-fsfe table>tfoot>.active>th{background-color:#f5f5f5}#donate-fsfe table>thead>tr>.success,#donate-fsfe table>tbody>tr>.success,#donate-fsfe table>tfoot>tr>.success,#donate-fsfe table>thead>.success>td,#donate-fsfe table>tbody>.success>td,#donate-fsfe table>tfoot>.success>td,#donate-fsfe table>thead>.success>th,#donate-fsfe table>tbody>.success>th,#donate-fsfe table>tfoot>.success>th{background-color:#dff0d8}#donate-fsfe table>thead>tr>.danger,#donate-fsfe table>tbody>tr>.danger,#donate-fsfe table>tfoot>tr>.danger,#donate-fsfe table>thead>.danger>td,#donate-fsfe table>tbody>.danger>td,#donate-fsfe table>tfoot>.danger>td,#donate-fsfe table>thead>.danger>th,#donate-fsfe table>tbody>.danger>th,#donate-fsfe table>tfoot>.danger>th{background-color:#f2dede}#donate-fsfe table>thead>tr>.warning,#donate-fsfe table>tbody>tr>.warning,#donate-fsfe table>tfoot>tr>.warning,#donate-fsfe table>thead>.warning>td,#donate-fsfe table>tbody>.warning>td,#donate-fsfe table>tfoot>.warning>td,#donate-fsfe table>thead>.warning>th,#donate-fsfe table>tbody>.warning>th,#donate-fsfe table>tfoot>.warning>th{background-color:#fcf8e3}#donate-fsfe table>tbody>tr:hover>td,#donate-fsfe table>tbody>tr:hover>th{background-color:#f5f5f5}#donate-fsfe form .form-group input{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;max-width:25em}#donate-fsfe form .form-group input:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}#donate-fsfe form .form-group input:-moz-placeholder{color:#999}#donate-fsfe form .form-group input::-moz-placeholder{color:#999;opacity:1}#donate-fsfe form .form-group input:-ms-input-placeholder{color:#999}#donate-fsfe form .form-group input::-webkit-input-placeholder{color:#999}#donate-fsfe form .form-group input[disabled],#donate-fsfe form .form-group input[readonly],fieldset[disabled] #donate-fsfe form .form-group input{cursor:not-allowed;background-color:#eee}textarea#donate-fsfe form .form-group input{height:auto}#donate-fsfe form #donate-validate{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;color:#fff;background-color:#5cb85c;border-color:#4cae4c;margin-bottom:1em}#donate-fsfe form #donate-validate:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#donate-fsfe form #donate-validate:hover,#donate-fsfe form #donate-validate:focus{color:#333;text-decoration:none}#donate-fsfe form #donate-validate:active,#donate-fsfe form #donate-validate.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}#donate-fsfe form #donate-validate.disabled,#donate-fsfe form #donate-validate[disabled],fieldset[disabled] #donate-fsfe form #donate-validate{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}#donate-fsfe form #donate-validate:hover,#donate-fsfe form #donate-validate:focus,#donate-fsfe form #donate-validate:active,#donate-fsfe form #donate-validate.active,.open .dropdown-toggle#donate-fsfe form #donate-validate{color:#fff;background-color:#47a447;border-color:#398439}#donate-fsfe form #donate-validate:active,#donate-fsfe form #donate-validate.active,.open .dropdown-toggle#donate-fsfe form #donate-validate{background-image:none}#donate-fsfe form #donate-validate.disabled,#donate-fsfe form #donate-validate[disabled],fieldset[disabled] #donate-fsfe form #donate-validate,#donate-fsfe form #donate-validate.disabled:hover,#donate-fsfe form #donate-validate[disabled]:hover,fieldset[disabled] #donate-fsfe form #donate-validate:hover,#donate-fsfe form #donate-validate.disabled:focus,#donate-fsfe form #donate-validate[disabled]:focus,fieldset[disabled] #donate-fsfe form #donate-validate:focus,#donate-fsfe form #donate-validate.disabled:active,#donate-fsfe form #donate-validate[disabled]:active,fieldset[disabled] #donate-fsfe form #donate-validate:active,#donate-fsfe form #donate-validate.disabled.active,#donate-fsfe form #donate-validate[disabled].active,fieldset[disabled] #donate-fsfe form #donate-validate.active{background-color:#5cb85c;border-color:#4cae4c}#donate-fsfe form #donate-validate .badge{color:#5cb85c;background-color:#fff}.thank-donors table{width:100%;margin-bottom:20px}.thank-donors table>thead>tr>th,.thank-donors table>tbody>tr>th,.thank-donors table>tfoot>tr>th,.thank-donors table>thead>tr>td,.thank-donors table>tbody>tr>td,.thank-donors table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.thank-donors table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.thank-donors table>caption+thead>tr:first-child>th,.thank-donors table>colgroup+thead>tr:first-child>th,.thank-donors table>thead:first-child>tr:first-child>th,.thank-donors table>caption+thead>tr:first-child>td,.thank-donors table>colgroup+thead>tr:first-child>td,.thank-donors table>thead:first-child>tr:first-child>td{border-top:0}.thank-donors table>tbody+tbody{border-top:2px solid #ddd}.thank-donors table .table{background-color:#fff}.thank-donors table>thead>tr>.active,.thank-donors table>tbody>tr>.active,.thank-donors table>tfoot>tr>.active,.thank-donors table>thead>.active>td,.thank-donors table>tbody>.active>td,.thank-donors table>tfoot>.active>td,.thank-donors table>thead>.active>th,.thank-donors table>tbody>.active>th,.thank-donors table>tfoot>.active>th{background-color:#f5f5f5}.thank-donors table>thead>tr>.success,.thank-donors table>tbody>tr>.success,.thank-donors table>tfoot>tr>.success,.thank-donors table>thead>.success>td,.thank-donors table>tbody>.success>td,.thank-donors table>tfoot>.success>td,.thank-donors table>thead>.success>th,.thank-donors table>tbody>.success>th,.thank-donors table>tfoot>.success>th{background-color:#dff0d8}.thank-donors table>thead>tr>.danger,.thank-donors table>tbody>tr>.danger,.thank-donors table>tfoot>tr>.danger,.thank-donors table>thead>.danger>td,.thank-donors table>tbody>.danger>td,.thank-donors table>tfoot>.danger>td,.thank-donors table>thead>.danger>th,.thank-donors table>tbody>.danger>th,.thank-donors table>tfoot>.danger>th{background-color:#f2dede}.thank-donors table>thead>tr>.warning,.thank-donors table>tbody>tr>.warning,.thank-donors table>tfoot>tr>.warning,.thank-donors table>thead>.warning>td,.thank-donors table>tbody>.warning>td,.thank-donors table>tfoot>.warning>td,.thank-donors table>thead>.warning>th,.thank-donors table>tbody>.warning>th,.thank-donors table>tfoot>.warning>th{background-color:#fcf8e3}.thank-donors table>tbody>tr:nth-child(odd)>td,.thank-donors table>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}#hello-free-droid{background:url('/campaigns/android/robot.png') no-repeat top left transparent;height:200px;width:230px;float:left;margin-left:-6em;margin-right:1.5em}@media (min-width:992px){#hello-free-droid{position:absolute;margin-left:-200px;margin-top:-10em}}#hello-free-droid img{display:none}.valentine-ilovefs #logo{background:url(/graphics/logov.png) top left no-repeat}.valentine-ilovefs .svg #logo{background:url(/graphics/logov.svg) top left no-repeat}.valentine-ilovefs #followup{background:url(/graphics/ribbonv.png) no-repeat 100% -40px #fff}@media (min-width:768px){.valentine-ilovefs #followup{background:url(/graphics/ribbonv.png) no-repeat 100% -70px #fff}}@media (min-width:768px){.svg .valentine-ilovefs #followup{background:url(/graphics/ribbonv.svg) no-repeat 100% -70px #fff}}.planet #motto{clear:none;font-size:1em;text-align:left;position:absolute}#planet-sources a{display:inline-block;width:90%}#planet-sources a:before{content:"→ "}#planet-posts .daygroup h2:first-child{color:#9d0000}#planet-posts .daygroup .blogitem{padding-bottom:3em;margin-bottom:3em}.wiki #motto{clear:none;font-size:1em;text-align:left;position:absolute}.wiki #direct-links{visibility:visible}.wiki #direct-links a{display:inline-block}.wiki #text h1{color:#9d0000}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:local('Roboto Thin'),local('Roboto-Thin'),url(/fonts/MMDEOSa6i6T9gBocjYCJkQ.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local('Roboto-Light'),url(/fonts/d-QWLnp4didxos_6urzFtg.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto Regular'),local('Roboto-Regular'),url(/fonts/grlryt2bdKIyfMSOhzd1eA.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'),local('Roboto-Medium'),url(/fonts/7KXg6nyyqN8gyMoNwQ7aOQ.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(/fonts/vxNK-E6B13CyehuDCmvQvw.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;src:local('Roboto Black'),local('Roboto-Black'),url(/fonts/1_sFLBJZ_MiiGcnkjN_Mgg.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;src:local('Roboto Thin Italic'),local('Roboto-ThinItalic'),url(/fonts/jB4HYzUnEmLtjz-UHQe60fesZW2xOQ-xsNqO47m55DA.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;src:local('Roboto Light Italic'),local('Roboto-LightItalic'),url(/fonts/iE8HhaRzdhPxC93dOdA05z8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'),local('Roboto-Italic'),url(/fonts/biUEjW7P-lfzIZFXrcy-wQ.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;src:local('Roboto Medium Italic'),local('Roboto-MediumItalic'),url(/fonts/daIfzbEw-lbjMyv4rMUUTj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;src:local('Roboto Bold Italic'),local('Roboto-BoldItalic'),url(/fonts/owYYXKukxFDFjr0ZO8NXhz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;src:local('Roboto Black Italic'),local('Roboto-BlackItalic'),url(/fonts/b9PWBSMHrT2zM5FgUdtu0T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:300;src:local('Roboto Slab Light'),local('RobotoSlab-Light'),url(/fonts/dazS1PrQQuCxC3iOAJFEJf25ds880Du_gFZbUlZlsbg.woff) format('woff')}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;src:local('Roboto Slab Regular'),local('RobotoSlab-Regular'),url(/fonts/3__ulTNA7unv0UtplybPij8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;src:local('Roboto Slab Bold'),local('RobotoSlab-Bold'),url(/fonts/dazS1PrQQuCxC3iOAJFEJZXMLUeV6_io0G3F6eXSVcg.woff) format('woff')}@font-face{font-family:'GNUTypewriter';src:url('/fonts/GNUTypewriterStandard.ttf') format('truetype');font-weight:normal;font-style:normal}/*!
+ */.button{margin:.4em;padding:1em;cursor:pointer;background:#e1e1e1;text-decoration:none;color:#666}.grow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.grow:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.shrink{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.shrink:hover{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}@-webkit-keyframes pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes pulse{25%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}}.pulse{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse:hover{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse-grow{to{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.pulse-grow{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse-grow:hover{-webkit-animation-name:pulse-grow;animation-name:pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes pulse-shrink{to{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes pulse-shrink{to{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}}.pulse-shrink{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse-shrink:hover{-webkit-animation-name:pulse-shrink;animation-name:pulse-shrink;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes push{50%{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.push{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.push:hover{-webkit-animation-name:push;animation-name:push;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pop{50%{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pop{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pop:hover{-webkit-animation-name:pop;animation-name:pop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.rotate{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.rotate:hover{-webkit-transform:rotate(4deg);-ms-transform:rotate(4deg);transform:rotate(4deg)}.grow-rotate{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.grow-rotate:hover{-webkit-transform:scale(1.1) rotate(4deg);-ms-transform:scale(1.1) rotate(4deg);transform:scale(1.1) rotate(4deg)}.float{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.float:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.sink{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.sink:hover{-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@-webkit-keyframes hover{50%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes hover{50%{-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}}.hover{display:inline-block;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hover:hover{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);-webkit-animation-name:hover;animation-name:hover;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hang{50%{-webkit-transform:translateY(3px);transform:translateY(3px)}100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes hang{50%{-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}100%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px)}}.hang{display:inline-block;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hang:hover{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-animation-name:hang;animation-name:hang;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.skew{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.skew:hover{-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}.skew-forward{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.skew-forward:hover{-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}@-webkit-keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.wobble-vertical{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-vertical:hover{-webkit-animation-name:wobble-vertical;animation-name:wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);-ms-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);-ms-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);-ms-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);-ms-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);-ms-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.wobble-horizontal{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-horizontal:hover{-webkit-animation-name:wobble-horizontal;animation-name:wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0)}}.wobble-top{display:inline-block;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-top:hover{-webkit-animation-name:wobble-top;animation-name:wobble-top;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0)}}.wobble-bottom{display:inline-block;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-bottom:hover{-webkit-animation-name:wobble-bottom;animation-name:wobble-bottom;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.border-fade{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0)}.border-fade:hover{box-shadow:inset 0 0 0 4px #666,0 0 1px rgba(0,0,0,0)}.hollow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:background;transition-property:background;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0)}.hollow:hover{background:none}.trim{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.trim:before{content:'';position:absolute;border:#fff solid 4px;top:4px;left:4px;right:4px;bottom:4px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.trim:hover:before{opacity:1}.outline-outward{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.outline-outward:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:0;right:0;bottom:0;left:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.outline-outward:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px}.outline-inward{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.outline-inward:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:-16px;right:-16px;bottom:-16px;left:-16px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.outline-inward:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px;opacity:1}.round-corners{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:border-radius;transition-property:border-radius;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.round-corners:hover{border-radius:1em}.glow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.glow:hover{box-shadow:0 0 8px rgba(0,0,0,0.6)}.box-shadow-outset{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.box-shadow-outset:hover{box-shadow:2px 2px 2px rgba(0,0,0,0.6)}.box-shadow-inset{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 rgba(0,0,0,0.6),0 0 1px rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.box-shadow-inset:hover{box-shadow:inset 2px 2px 2px rgba(0,0,0,0.6),0 0 1px rgba(0,0,0,0)}.float-shadow{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.float-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity}.float-shadow:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.float-shadow:hover:before{opacity:1;-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@keyframes hover{50%{-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}}@-webkit-keyframes hover-shadow{0%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}50%{-webkit-transform:translateY(3px);transform:translateY(3px);opacity:1}100%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}}@keyframes hover-shadow{0%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);opacity:.4}50%{-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px);opacity:1}100%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);opacity:.4}}.hover-shadow{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hover-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0, rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity}.hover-shadow:hover{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);-webkit-animation-name:hover;animation-name:hover;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.hover-shadow:hover:before{opacity:.4;-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-animation-name:hover-shadow;animation-name:hover-shadow;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.shadow-radial{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.shadow-radial:before,.shadow-radial:after{pointer-events:none;position:absolute;content:'';left:0;width:100%;-moz-box-sizing:border-box;box-sizing:border-box;background-repeat:no-repeat;height:5px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.shadow-radial:before{bottom:100%;background:-webkit-radial-gradient(50% 150%, ellipse, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% 150%, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%)}.shadow-radial:after{top:100%;background:-webkit-radial-gradient(50% -50%, ellipse, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% -50%, rgba(0,0,0,0.6) 0, rgba(0,0,0,0) 80%)}.shadow-radial:hover:before,.shadow-radial:hover:after{opacity:1}.bubble-top{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-top:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;left:-webkit-calc(40%);left:calc(40%);border-width:0 10px 10px 10px;border-color:transparent transparent #e1e1e1 transparent;-webkit-transition-property:top;transition-property:top}.bubble-top:hover:before{top:-10px}.bubble-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-right:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:right;transition-property:right;top:-webkit-calc(40%);top:calc(40%);right:0;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1}.bubble-right:hover:before{right:-10px}.bubble-bottom{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-bottom:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:bottom;transition-property:bottom;left:-webkit-calc(40%);left:calc(40%);bottom:0;border-width:10px 10px 0 10px;border-color:#e1e1e1 transparent transparent transparent}.bubble-bottom:hover:before{bottom:-10px}.bubble-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-left:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:left;transition-property:left;top:-webkit-calc(40%);top:calc(40%);left:0;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent}.bubble-left:hover:before{left:-10px}.bubble-float-top{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-top:before{pointer-events:none;position:absolute;z-index:-1;content:'';left:-webkit-calc(40%);left:calc(40%);top:0;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #e1e1e1 transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top;transition-property:top}.bubble-float-top:hover{-webkit-transform:translateY(5px) translateZ(0);-ms-transform:translateY(5px) translateZ(0);transform:translateY(5px) translateZ(0)}.bubble-float-top:hover:before{top:-10px}.bubble-float-right{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-right:before{pointer-events:none;position:absolute;z-index:-1;top:-webkit-calc(40%);top:calc(40%);right:0;content:'';border-style:solid;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:right;transition-property:right}.bubble-float-right:hover{-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px)}.bubble-float-right:hover:before{right:-10px}.bubble-float-bottom{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-bottom:before{pointer-events:none;position:absolute;z-index:-1;content:'';left:-webkit-calc(40%);left:calc(40%);bottom:0;border-style:solid;border-width:10px 10px 0 10px;border-color:#e1e1e1 transparent transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:bottom;transition-property:bottom}.bubble-float-bottom:hover{-webkit-transform:translateY(-5px) translateZ(0);-ms-transform:translateY(-5px) translateZ(0);transform:translateY(-5px) translateZ(0)}.bubble-float-bottom:hover:before{bottom:-10px}.bubble-float-left{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-left:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:-webkit-calc(40%);top:calc(40%);left:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:left;transition-property:left}.bubble-float-left:hover{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}.bubble-float-left:hover:before{left:-10px}.curl-top-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-top-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;left:0;background:#fff;background:-webkit-linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');z-index:1000;box-shadow:1px 1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-top-left:hover:before{width:25px;height:25px}.curl-top-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-top-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;right:0;background:#fff;background:-webkit-linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:-1px 1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-top-right:hover:before{width:25px;height:25px}.curl-bottom-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-bottom-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;right:0;background:#fff;background:-webkit-linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:-1px -1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-bottom-right:hover:before{width:25px;height:25px}.curl-bottom-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-bottom-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;left:0;background:#fff;background:-webkit-linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);background:linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:1px -1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-bottom-left:hover:before{width:25px;height:25px}@media (min-width:1200px){body{font-size:16px}}hr{clear:both}.list-no-style{list-style-type:none;margin:0;padding:0}.quote{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}.fr q,.el q{quotes:"« " " »" "“" "”"}.de q{quotes:"„" "“" "," "â€"}q,.en q{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;quotes:"“" "”" "â€" "’"}.action a,.action a:hover{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;color:#fff;background-color:#9e1321;border-color:#87101c}.action a:focus,.action a:hover:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.action a:hover,.action a:hover:hover,.action a:focus,.action a:hover:focus{color:#333;text-decoration:none}.action a:active,.action a:hover:active,.action a.active,.action a:hover.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.action a.disabled,.action a:hover.disabled,.action a[disabled],.action a:hover[disabled],fieldset[disabled] .action a,fieldset[disabled] .action a:hover{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.action a:hover,.action a:hover:hover,.action a:focus,.action a:hover:focus,.action a:active,.action a:hover:active,.action a.active,.action a:hover.active,.open .dropdown-toggle.action a,.open .dropdown-toggle.action a:hover{color:#fff;background-color:#7a0f19;border-color:#510a11}.action a:active,.action a:hover:active,.action a.active,.action a:hover.active,.open .dropdown-toggle.action a,.open .dropdown-toggle.action a:hover{background-image:none}.action a.disabled,.action a:hover.disabled,.action a[disabled],.action a:hover[disabled],fieldset[disabled] .action a,fieldset[disabled] .action a:hover,.action a.disabled:hover,.action a:hover.disabled:hover,.action a[disabled]:hover,.action a:hover[disabled]:hover,fieldset[disabled] .action a:hover,fieldset[disabled] .action a:hover:hover,.action a.disabled:focus,.action a:hover.disabled:focus,.action a[disabled]:focus,.action a:hover[disabled]:focus,fieldset[disabled] .action a:focus,fieldset[disabled] .action a:hover:focus,.action a.disabled:active,.action a:hover.disabled:active,.action a[disabled]:active,.action a:hover[disabled]:active,fieldset[disabled] .action a:active,fieldset[disabled] .action a:hover:active,.action a.disabled.active,.action a:hover.disabled.active,.action a[disabled].active,.action a:hover[disabled].active,fieldset[disabled] .action a.active,fieldset[disabled] .action a:hover.active{background-color:#9e1321;border-color:#87101c}.action a .badge,.action a:hover .badge{color:#9e1321;background-color:#fff}.n{display:none !important}h1{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee;color:#9d0000}h1,h2,h3,h4{font-weight:300}.with-image-left{margin-left:-15px;margin-right:-15px}.with-image-left:before,.with-image-left:after{content:" ";display:table}.with-image-left:after{clear:both}.with-image-left:before,.with-image-left:after{content:" ";display:table}.with-image-left:after{clear:both}.with-image-left>img:first-child{display:block;margin-top:5px;margin-bottom:10px;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-left>img:first-child{float:left;width:25%}}@media (max-width:767px){.with-image-left>img:first-child{width:180px;margin-left:auto;margin-right:auto}}.with-image-left>:nth-child(n+2){position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-left>:nth-child(n+2){float:left;width:75%}}@media (min-width:768px){.with-image-left>:nth-child(n+3){margin-left:25%}}.with-image-right{margin-left:-15px;margin-right:-15px}.with-image-right:before,.with-image-right:after{content:" ";display:table}.with-image-right:after{clear:both}.with-image-right:before,.with-image-right:after{content:" ";display:table}.with-image-right:after{clear:both}.with-image-right>img:first-child{display:block;margin-top:5px;margin-bottom:10px;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-right>img:first-child{float:left;width:25%}}@media (max-width:767px){.with-image-right>img:first-child{width:180px;margin-left:auto;margin-right:auto}}.with-image-right>:nth-child(n+2){position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.with-image-right>:nth-child(n+2){float:left;width:75%}}@media (min-width:768px){.with-image-right>img:first-child{left:75%}}@media (min-width:768px){.with-image-right>:nth-child(2){right:25%}}.with-image-right>:nth-child(3){clear:both}#translations,#main,#followup{margin-left:-15px;margin-right:-15px}#translations:before,#main:before,#followup:before,#translations:after,#main:after,#followup:after{content:" ";display:table}#translations:after,#main:after,#followup:after{clear:both}#translations:before,#main:before,#followup:before,#translations:after,#main:after,#followup:after{content:" ";display:table}#translations:after,#main:after,#followup:after{clear:both}#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}#translations:before,#top:before,#main:before,#followup:before,#bottom:before,#fsfe-web:before,#full-menu:before,#notifications:before,#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{content:" ";display:table}#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{clear:both}#translations:before,#top:before,#main:before,#followup:before,#bottom:before,#fsfe-web:before,#full-menu:before,#notifications:before,#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{content:" ";display:table}#translations:after,#top:after,#main:after,#followup:after,#bottom:after,#fsfe-web:after,#full-menu:after,#notifications:after{clear:both}@media (min-width:768px){#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{width:750px}}@media (min-width:992px){#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{width:970px}}@media (min-width:1200px){#translations,#top,#main,#followup,#bottom,#fsfe-web,#full-menu,#notifications{width:1170px}}div#subpages,.grid-row{margin-left:-15px;margin-right:-15px;padding-bottom:1em}div#subpages:before,.grid-row:before,div#subpages:after,.grid-row:after{content:" ";display:table}div#subpages:after,.grid-row:after{clear:both}div#subpages:before,.grid-row:before,div#subpages:after,.grid-row:after{content:" ";display:table}div#subpages:after,.grid-row:after{clear:both}div#subpages .half,.grid-row .half{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){div#subpages .half,.grid-row .half{float:left;width:50%}}#translations{display:none;opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;background:#fff;border-bottom:1px solid #999;position:absolute;width:100%;z-index:99;transition:display .15s linear 0s,opacity .15s linear 0s}#translations.in{display:block}#translations.in{opacity:1}#translations a.close{float:right !important;float:right;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#translations a.close{float:left;width:8.33333333%}}#translations a.contribute-translation{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#translations a.contribute-translation{float:left;width:16.66666667%}}#translations ul{list-style-type:none;margin:0;padding:0;float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#translations ul{float:left;width:75%}}#translations li{display:inline-block;margin-right:.5em}#translations li:before{content:"› "}.no-js #translations{display:block;opacity:1;position:relative;font-size:.8em}.no-js #translations a.close{display:none}#masthead{padding:2em 2em 3em;display:block;width:100%}@media (min-width:768px){#masthead{padding-left:3em}}#logo span{font-size:.00001em;color:transparent;visibility:hidden}#link-home a{display:block;position:absolute;font-size:.00001em;color:transparent}#motto{display:none;clear:both;font-weight:300;font-size:1.7em;padding:.5em 0 0 0;text-align:center;color:#9d0000}@media (min-width:480px){#motto{font-size:2.7em}}@media (min-width:768px){#menu{float:right !important;float:right;text-align:right}}#direct-links{visibility:hidden;margin-bottom:2em}#direct-links span,#direct-links a{display:none;padding:.5em}#direct-links #direct-to-menu-list,#direct-links #direct-to-translations,#direct-links #direct-to-home,#direct-links #direct-to-login,#direct-links #direct-to-join{visibility:visible;display:inline-block}#direct-links #direct-to-menu-list .fa,#direct-links #direct-to-translations .fa,#direct-links #direct-to-home .fa,#direct-links #direct-to-login .fa,#direct-links #direct-to-join .fa{padding-right:.3em}@media (min-width:768px){#direct-links #direct-to-menu-list{visibility:hidden;display:none}}.no-js #direct-links{visibility:visible}.no-js #direct-links span,.no-js #direct-links a{display:inline-block}.no-js #direct-links #direct-to-translations,.no-js #direct-links #direct-to-menu-list{display:none}@media (min-width:480px){#menu-list,#search{display:inline-block}}#menu-list{list-style-type:none;margin:0;padding:0;display:none;padding-bottom:1.5em}#menu-list.in{display:block}@media (min-width:480px){#menu-list{display:block;display:inline-block;padding-bottom:.5em}}#menu-list li{display:inline-block}#menu-list li a{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;font-weight:400}#menu-list li a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#menu-list li a:hover,#menu-list li a:focus{color:#333;text-decoration:none}#menu-list li a:active,#menu-list li a.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}#menu-list li a.disabled,#menu-list li a[disabled],fieldset[disabled] #menu-list li a{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}@media (min-width:992px){#menu-list li a{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}}#menu-list li a:hover{color:#fff;background-color:#9e1321;border-color:#87101c;background-color:#ff9d9d}#menu-list li a:hover:hover,#menu-list li a:hover:focus,#menu-list li a:hover:active,#menu-list li a:hover.active,.open .dropdown-toggle#menu-list li a:hover{color:#fff;background-color:#7a0f19;border-color:#510a11}#menu-list li a:hover:active,#menu-list li a:hover.active,.open .dropdown-toggle#menu-list li a:hover{background-image:none}#menu-list li a:hover.disabled,#menu-list li a:hover[disabled],fieldset[disabled] #menu-list li a:hover,#menu-list li a:hover.disabled:hover,#menu-list li a:hover[disabled]:hover,fieldset[disabled] #menu-list li a:hover:hover,#menu-list li a:hover.disabled:focus,#menu-list li a:hover[disabled]:focus,fieldset[disabled] #menu-list li a:hover:focus,#menu-list li a:hover.disabled:active,#menu-list li a:hover[disabled]:active,fieldset[disabled] #menu-list li a:hover:active,#menu-list li a:hover.disabled.active,#menu-list li a:hover[disabled].active,fieldset[disabled] #menu-list li a:hover.active{background-color:#9e1321;border-color:#87101c}#menu-list li a:hover .badge{color:#9e1321;background-color:#fff}.no-js #menu-list{display:block}@media (min-width:480px){.no-js #menu-list{display:inline-block;padding-bottom:.5em}}#search form,#search p{margin:0;padding:0}#search label,#search input[type="image"]{position:absolute;font-size:.0001em;width:25px;height:25px;margin:5px;opacity:0}#search button,#search input[name="query"]{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;padding-left:2.5em;display:inline;text-align:left;width:70%;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s,width .15s ease-in-out 0s;background:url(/graphics/icons/search-button.png) .6em 50% no-repeat rgba(255,255,255,0.75)}#search button:focus,#search input[name="query"]:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}#search button:-moz-placeholder,#search input[name="query"]:-moz-placeholder{color:#999}#search button::-moz-placeholder,#search input[name="query"]::-moz-placeholder{color:#999;opacity:1}#search button:-ms-input-placeholder,#search input[name="query"]:-ms-input-placeholder{color:#999}#search button::-webkit-input-placeholder,#search input[name="query"]::-webkit-input-placeholder{color:#999}#search button[disabled],#search input[name="query"][disabled],#search button[readonly],#search input[name="query"][readonly],fieldset[disabled] #search button,fieldset[disabled] #search input[name="query"]{cursor:not-allowed;background-color:#eee}textarea#search button,textarea#search input[name="query"]{height:auto}#search button,#search input[name="query"]:focus{width:100%;background-color:#fff}.article #content,.planet #content,.article #planet-posts,.planet #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.article #content,.planet #content,.article #planet-posts,.planet #planet-posts{float:left;width:66.66666667%}}.article #sidebar,.planet #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.article #sidebar,.planet #sidebar{float:left;width:33.33333333%}}#content+#sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){#content+#sidebar{float:left;width:33.33333333%}}#main,#followup{background:#fff;margin:1em auto;padding:1.5em;font-size:1.1em;box-shadow:0 .4em 1em #c8c8c8}@media (min-width:768px){#main,#followup{padding:3em}}#main{padding-top:1em}#main h1,#main h2,#main h3,#main h4,#main h5,#main h6{-moz-hypens:manual;-webkit-hyphens:manual;hyphens:manual}#main p{-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}#main aside#tags{clear:both;margin:3em 0 -2em 0;font-size:.8em;float:none;position:static}#main aside#tags h2{display:inline;color:#999;font-size:1em;font-weight:normal}#main aside#tags h2::after{content:":"}#main footer.notice{clear:both;margin:3em -1.5em -3em;background:#eee;color:#555;padding:1em}#main footer.notice:before,#main footer.notice:after{content:" ";display:table}#main footer.notice:after{clear:both}#main footer.notice:before,#main footer.notice:after{content:" ";display:table}#main footer.notice:after{clear:both}#main footer.notice a{color:#333}@media (min-width:768px){#main footer.notice{margin:3em -3em -3em}}#main footer.copyright.notice{min-height:30px}#main footer.copyright.notice a{color:#555}#main footer.creativecommons{background:url(/graphics/cc-logo.png) 2em 50% no-repeat #eee;padding-left:150px}#content{max-width:99ex;margin-left:auto;margin-right:auto}#sidebar{color:#999;padding:2em 0}#sidebar ul{list-style-type:none;margin:0;padding:0;margin-bottom:1em}#sidebar ul li{border-bottom:1px solid #eee;padding:.3em 0}#sidebar ul li a{display:block;width:100%}#sidebar .dt-published{display:block;font-size:.9em}#category{background:#f18c96;display:block;width:42%;padding:.5em;margin:-2em 0 0}#category a:before{content:"‹ "}#article-metadata{font-weight:300;margin-bottom:1.5em}#article-metadata img{height:24px;margin:-0.2em .2em -0.2em;box-shadow:0 0 3px rgba(0,0,0,0.3)}#article-metadata time.dt-updated:after{content:", "}#article-metadata time.dt-updated:last-child:after{content:"."}#introduction p{font-weight:300;font-size:1.1em}#introduction p strong{font-weight:500}@media (min-width:992px){#content aside{float:right;margin-left:100%;position:absolute}#content aside p{width:100%;min-width:320px;max-width:340px}}#content aside p{border-left:1px solid #9e1321;padding-left:1em;font-size:.9em}#content blockquote,#content .blockQuote{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;border:0;padding-top:20px;padding-bottom:20px;background-color:rgba(116,140,156,0.23)}#content blockquote p,#content .blockQuote p{line-height:1.35}#content blockquote footer cite,#content .blockQuote footer cite{font-style:italic}#content blockquote+#content blockquote,#content blockquote+#content .blockQuote,#content .blockQuote+#content blockquote,#content .blockQuote+#content .blockQuote{margin-top:-1.3em}#content pre,#content pre code{white-space:pre}#content pre{font-size:1em;padding-left:3em;border-style:dotted;border-width:1px 1px 1px 0;border-radius:0;overflow-x:auto}#content pre code{font-size:.95em}#content pre.term{background:#0c141f;color:#e6ffff}#content pre.term code:before{content:"$ "}#content img{max-width:100%}#content .captioned{text-align:center}#content .captioned img{margin:0 auto;display:block;box-shadow:.2em .2em 1em rgba(0,0,0,0.3)}#content .captioned header,#content .captioned footer,#content .captioned img+p{padding:10px 15px}#content .captioned header,#content .captioned footer{text-align:left;display:block}#content .captioned header p,#content .captioned footer p{margin:5px}#content .captioned footer,#content .captioned img+p{background:#eee;font-weight:300}#content .captioned img+p{display:inline-block}#content .captioned.center-block,#content .captioned.center{margin-left:auto;margin-right:auto}#content .captioned.right{margin-left:1.5em;margin-right:0}#content .captioned.left{margin-right:1.5em;margin-left:0}#content .p-summary{font-size:1.2em;font-weight:300}#content .action-after{display:table}#content .action-after .action-describe,#content .action-after .action-main{display:table-cell;vertical-align:middle;padding:.5em 1em}#content .action-after .action-describe{background:#f18c96;color:#9d0000;width:23%;text-align:right}#content .action-after .action-describe:after{padding-left:.3em;content:" ▸"}#content .action-after .action-main{background:#eee;width:77%}#content .blockHighlight{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;border:0;padding-top:20px;padding-bottom:20px;background-color:rgba(116,140,156,0.23);padding-right:20px}#content .blockHighlight p{line-height:1.35}#content .blockHighlight footer cite{font-style:italic}#content .blockHighlight+#content .blockHighlight{margin-top:-1.3em}.fsfe-form label.required .star{font-weight:400}.fsfe-form label+input,.fsfe-form label+textarea{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;margin-bottom:1.25em}.fsfe-form label+input:focus,.fsfe-form label+textarea:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.fsfe-form label+input:-moz-placeholder,.fsfe-form label+textarea:-moz-placeholder{color:#999}.fsfe-form label+input::-moz-placeholder,.fsfe-form label+textarea::-moz-placeholder{color:#999;opacity:1}.fsfe-form label+input:-ms-input-placeholder,.fsfe-form label+textarea:-ms-input-placeholder{color:#999}.fsfe-form label+input::-webkit-input-placeholder,.fsfe-form label+textarea::-webkit-input-placeholder{color:#999}.fsfe-form label+input[disabled],.fsfe-form label+textarea[disabled],.fsfe-form label+input[readonly],.fsfe-form label+textarea[readonly],fieldset[disabled] .fsfe-form label+input,fieldset[disabled] .fsfe-form label+textarea{cursor:not-allowed;background-color:#eee}textarea.fsfe-form label+input,textarea.fsfe-form label+textarea{height:auto}.fsfe-form label+input+.help-block,.fsfe-form label+textarea+.help-block{margin-top:-1em;margin-bottom:1.25em}.fsfe-form textarea{min-height:150px}.fsfe-form button,.fsfe-form input[type="submit"]{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;display:block;margin:1em 0}.toplevel #category{display:none}.toplevel h1{background:#e63143;color:#fff;text-shadow:0 1px 2px #9d0000;display:block;min-width:200px;padding:.5em;margin:-0.5em -0.2em .5em;border:0}@media (min-width:768px){.toplevel h1{width:50%;margin:-1em 0 1em 0}}.full-width #main{width:100%}.frontpage #content,.subsite #content,.full-width #content{max-width:none}.article #content{display:inline-block}.article #content .p-name{color:#9d0000}.article .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.article .standout{margin-left:-3em}}.article .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.article .standout-text{margin-left:-3em}}@media (min-width:768px){.article .standout-text{padding-left:3em}}.article blockquote,.article .blockQuote,.article .blockHighlight,.article pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.article blockquote,.article .blockQuote,.article .blockHighlight,.article pre{margin-left:-3em}}@media (min-width:768px){.article blockquote,.article .blockQuote,.article .blockHighlight,.article pre{padding-left:3em}}.article .captioned,.article .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.article .captioned,.article .action-after{margin-left:-3em}}.article .captioned.center-block,.article .captioned.center{margin-left:auto;margin-right:auto}.article .captioned.right{margin-left:1.5em;margin-right:0}.article .captioned.left{margin-right:1.5em;margin-left:0}.press.release #content,.press.release #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.press.release #content,.press.release #planet-posts{float:left;width:66.66666667%}}.press.release #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.press.release #sidebar{float:left;width:33.33333333%}}.press.release #content{display:inline-block}.press.release #content .p-name{color:#9d0000}.press.release .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.press.release .standout{margin-left:-3em}}.press.release .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.press.release .standout-text{margin-left:-3em}}@media (min-width:768px){.press.release .standout-text{padding-left:3em}}.press.release blockquote,.press.release .blockQuote,.press.release .blockHighlight,.press.release pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.press.release blockquote,.press.release .blockQuote,.press.release .blockHighlight,.press.release pre{margin-left:-3em}}@media (min-width:768px){.press.release blockquote,.press.release .blockQuote,.press.release .blockHighlight,.press.release pre{padding-left:3em}}.press.release .captioned,.press.release .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.press.release .captioned,.press.release .action-after{margin-left:-3em}}.press.release .captioned.center-block,.press.release .captioned.center{margin-left:auto;margin-right:auto}.press.release .captioned.right{margin-left:1.5em;margin-right:0}.press.release .captioned.left{margin-right:1.5em;margin-left:0}.france.frontpage #content,.france.frontpage #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.france.frontpage #content,.france.frontpage #planet-posts{float:left;width:66.66666667%}}.france.frontpage #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.france.frontpage #sidebar{float:left;width:33.33333333%}}.france.frontpage #content{display:inline-block}.france.frontpage #content .p-name{color:#9d0000}.france.frontpage .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.france.frontpage .standout{margin-left:-3em}}.france.frontpage .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.france.frontpage .standout-text{margin-left:-3em}}@media (min-width:768px){.france.frontpage .standout-text{padding-left:3em}}.france.frontpage blockquote,.france.frontpage .blockQuote,.france.frontpage .blockHighlight,.france.frontpage pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.france.frontpage blockquote,.france.frontpage .blockQuote,.france.frontpage .blockHighlight,.france.frontpage pre{margin-left:-3em}}@media (min-width:768px){.france.frontpage blockquote,.france.frontpage .blockQuote,.france.frontpage .blockHighlight,.france.frontpage pre{padding-left:3em}}.france.frontpage .captioned,.france.frontpage .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.france.frontpage .captioned,.france.frontpage .action-after{margin-left:-3em}}.france.frontpage .captioned.center-block,.france.frontpage .captioned.center{margin-left:auto;margin-right:auto}.france.frontpage .captioned.right{margin-left:1.5em;margin-right:0}.france.frontpage .captioned.left{margin-right:1.5em;margin-left:0}.france.frontpage #news,.france.frontpage #events{width:auto}.france.frontpage #team{margin-top:3em}h2#subpages,h3#subpage,h4#subpages{display:none}h2#subpages.show-heading,h3#subpages.show-heading,h4#subpages.show-heading{display:block}ul#subpages,h2#subpages+ul,h3#subpages+ul,h4#subpages+ul,ul.subheadings,ul.overview{clear:both;clear:none;margin-left:-15px;margin-right:-15px;list-style-type:none;margin:0;padding:0;padding:0 0 2em 0}ul#subpages:before,h2#subpages+ul:before,h3#subpages+ul:before,h4#subpages+ul:before,ul.subheadings:before,ul.overview:before,ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{content:" ";display:table}ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{clear:both}ul#subpages:before,h2#subpages+ul:before,h3#subpages+ul:before,h4#subpages+ul:before,ul.subheadings:before,ul.overview:before,ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{content:" ";display:table}ul#subpages:after,h2#subpages+ul:after,h3#subpages+ul:after,h4#subpages+ul:after,ul.subheadings:after,ul.overview:after{clear:both}ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:50%}}@media (min-width:480px){ul#subpages li:nth-child(odd),h2#subpages+ul li:nth-child(odd),h3#subpages+ul li:nth-child(odd),h4#subpages+ul li:nth-child(odd),ul.subheadings li:nth-child(odd),ul.overview li:nth-child(odd){clear:both}}ul#subpages li ul,h2#subpages+ul li ul,h3#subpages+ul li ul,h4#subpages+ul li ul,ul.subheadings li ul,ul.overview li ul{padding:0}ul#subpages li ul li,h2#subpages+ul li ul li,h3#subpages+ul li ul li,h4#subpages+ul li ul li,ul.subheadings li ul li,ul.overview li ul li{float:none;width:100%;display:block;padding:0}ul#subpages li ul li a:before,h2#subpages+ul li ul li a:before,h3#subpages+ul li ul li a:before,h4#subpages+ul li ul li a:before,ul.subheadings li ul li a:before,ul.overview li ul li a:before{content:"› "}ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{float:left;width:50%}}@media (min-width:768px){ul#subpages li,h2#subpages+ul li,h3#subpages+ul li,h4#subpages+ul li,ul.subheadings li,ul.overview li{display:inline-block}}.subsite #category{display:none}.subsite h1{background:#e63143;color:#fff;text-shadow:0 1px 2px #9d0000;display:block;min-width:200px;padding:.5em;margin:-0.5em -0.2em .5em;border:0}@media (min-width:768px){.subsite h1{width:50%;margin:-1em 0 1em 0}}.subsite #content{margin-left:-15px;margin-right:-15px}.subsite #content:before,.subsite #content:after{content:" ";display:table}.subsite #content:after{clear:both}.subsite #content:before,.subsite #content:after{content:" ";display:table}.subsite #content:after{clear:both}.subsite #content #introduction{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content #introduction{float:left;width:33.33333333%}}.subsite #content #introduction+.subheadings{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content #introduction+.subheadings{float:left;width:66.66666667%}}.subsite #content .subheadings,.subsite #content .subheadings+.subheadings{clear:none;margin-left:-15px;margin-right:-15px;list-style-type:none;margin:0;padding:0;padding:0 0 2em 0}.subsite #content .subheadings:before,.subsite #content .subheadings+.subheadings:before,.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{content:" ";display:table}.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{clear:both}.subsite #content .subheadings:before,.subsite #content .subheadings+.subheadings:before,.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{content:" ";display:table}.subsite #content .subheadings:after,.subsite #content .subheadings+.subheadings:after{clear:both}.subsite #content .subheadings li,.subsite #content .subheadings+.subheadings li{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content .subheadings li,.subsite #content .subheadings+.subheadings li{float:left;width:50%}}@media (min-width:480px){.subsite #content .subheadings li:nth-child(odd),.subsite #content .subheadings+.subheadings li:nth-child(odd){clear:both}}.subsite #content .subheadings li ul,.subsite #content .subheadings+.subheadings li ul{padding:0}.subsite #content .subheadings li ul li,.subsite #content .subheadings+.subheadings li ul li{float:none;width:100%;display:block;padding:0}.subsite #content .subheadings li ul li a:before,.subsite #content .subheadings+.subheadings li ul li a:before{content:"› "}.subsite #content .subheadings+.subheadings{clear:both}.subsite #content .subheadings+.subheadings li{float:left;width:50%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.subsite #content .subheadings+.subheadings li{float:left;width:33.33333333%}}@media (min-width:480px){.subsite #content .subheadings+.subheadings li:nth-child(odd){clear:none}.subsite #content .subheadings+.subheadings li:nth-child(3n+4){clear:both}}.subsite #introduction{padding-top:1.5em}.subsite #introduction .image{float:left !important;float:left;max-width:30%;margin-right:.5em}#followup:before,#followup:after{content:" ";display:table}#followup:after{clear:both}#followup:before,#followup:after{content:" ";display:table}#followup:after{clear:both}#followup h2{padding:0}#followup form{display:inline-block}#followup input#email{margin:0 1em;max-width:18em}#followup a.btn{color:#fff;background-color:#9e1321;border-color:#87101c}#followup a.btn:hover,#followup a.btn:focus,#followup a.btn:active,#followup a.btn.active,.open .dropdown-toggle#followup a.btn{color:#fff;background-color:#7a0f19;border-color:#510a11}#followup a.btn:active,#followup a.btn.active,.open .dropdown-toggle#followup a.btn{background-image:none}#followup a.btn.disabled,#followup a.btn[disabled],fieldset[disabled] #followup a.btn,#followup a.btn.disabled:hover,#followup a.btn[disabled]:hover,fieldset[disabled] #followup a.btn:hover,#followup a.btn.disabled:focus,#followup a.btn[disabled]:focus,fieldset[disabled] #followup a.btn:focus,#followup a.btn.disabled:active,#followup a.btn[disabled]:active,fieldset[disabled] #followup a.btn:active,#followup a.btn.disabled.active,#followup a.btn[disabled].active,fieldset[disabled] #followup a.btn.active{background-color:#9e1321;border-color:#87101c}#followup a.btn .badge{color:#9e1321;background-color:#fff}@media (min-width:768px){#followup{padding:3em 3em 3em 2em}}#followup.subscribe-nl h2{position:relative;min-height:1px;padding-left:15px;padding-right:15px;margin:0 0 10px}@media (min-width:992px){#followup.subscribe-nl h2{float:left;width:50%}}@media (min-width:1200px){#followup.subscribe-nl h2{float:left;width:41.66666667%}}#followup.subscribe-nl form{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#followup.subscribe-nl form{float:left;width:50%}}@media (min-width:1200px){#followup.subscribe-nl form{float:left;width:58.33333333%}}@media (min-width:992px){#followup.subscribe-nl h2{margin:0;top:5px}}#followup.join h2,#followup.support h2,#followup.donate h2{position:relative;min-height:1px;padding-left:15px;padding-right:15px;text-align:center}@media (min-width:768px){#followup.join h2,#followup.support h2,#followup.donate h2{float:left;width:33.33333333%}}#followup.join p,#followup.support p,#followup.donate p{position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding:0;padding-top:1em}@media (min-width:768px){#followup.join p,#followup.support p,#followup.donate p{float:left;width:66.66666667%}}#followup.join a.btn,#followup.support a.btn,#followup.donate a.btn{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){#followup.join a.btn,#followup.support a.btn,#followup.donate a.btn{float:left;width:16.66666667%}}@media (min-width:768px){#followup.join a.btn,#followup.support a.btn,#followup.donate a.btn{margin-left:33.33333333%}}#bottom{background:#fff;box-shadow:1em 0 1em 1em #fff;margin:5em 0 0;padding:5em 0;width:100%}#bottom section{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;margin-bottom:1.5em}#bottom section:before,#bottom section:after{content:" ";display:table}#bottom section:after{clear:both}#bottom section:before,#bottom section:after{content:" ";display:table}#bottom section:after{clear:both}@media (min-width:768px){#bottom section{width:750px}}@media (min-width:992px){#bottom section{width:970px}}@media (min-width:1200px){#bottom section{width:1170px}}#breadcrumbs{clear:both;min-height:3em;padding:.5em 1.8em}#breadcrumbs a{display:inline-block;padding:.5em;font-weight:600}#breadcrumbs a:after{content:"   » "}#breadcrumbs a:last-child:after{content:""}#fsfe-web{margin-bottom:2em}#fsfe-web a{display:inline-block;padding:1em .5em;font-weight:700;color:#fff;text-shadow:1px 1px 2px #9d0000}#full-menu #direct-to-top{margin-left:80%;text-align:right;text-decoration:none !important;display:block}#full-menu #direct-to-top:before{content:"â–´";padding-right:.5ex;text-decoration:none !important}#full-menu #full-menu-list{list-style-type:none;margin:0;padding:0;margin-left:-15px;margin-right:-15px;margin:1em 0 0}#full-menu #full-menu-list:before,#full-menu #full-menu-list:after{content:" ";display:table}#full-menu #full-menu-list:after{clear:both}#full-menu #full-menu-list:before,#full-menu #full-menu-list:after{content:" ";display:table}#full-menu #full-menu-list:after{clear:both}#full-menu #full-menu-list li{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;margin-top:1em;font-weight:600}@media (min-width:768px){#full-menu #full-menu-list li{float:left;width:33.33333333%}}@media (min-width:992px){#full-menu #full-menu-list li{float:left;width:16.66666667%}}#full-menu #full-menu-list li ul{list-style-type:none;margin:0;padding:0}#full-menu #full-menu-list li ul li{margin:0;font-weight:400;display:block;width:100%;line-height:1.1;margin-bottom:.4em}#full-menu #full-menu-list li ul li.fellowship{padding-left:0;font-weight:600;margin-top:.3em;line-height:1.3}#legal-info,#source{margin-left:-15px;margin-right:-15px}#legal-info:before,#source:before,#legal-info:after,#source:after{content:" ";display:table}#legal-info:after,#source:after{clear:both}#legal-info:before,#source:before,#legal-info:after,#source:after{content:" ";display:table}#legal-info:after,#source:after{clear:both}#legal-info p,#source p,#legal-info ul,#source ul{list-style-type:none;margin:0;padding:0;float:left;width:50%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){#legal-info p,#source p,#legal-info ul,#source ul{float:left;width:33.33333333%}}#sister-organisations{text-align:center;margin-top:2em}#campaigns-boxes{height:0;margin:-1em -1.5em;margin-bottom:3em}@media (min-width:768px){#campaigns-boxes{margin-left:-3em;margin-right:-3em;padding:0}}#campaigns-boxes .campaign-box{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;position:absolute;display:block;padding:3em;overflow-y:auto;text-decoration:none !important;color:#fff;text-shadow:0 1px 2px #9d0000}#campaigns-boxes .campaign-box:before,#campaigns-boxes .campaign-box:after{content:" ";display:table}#campaigns-boxes .campaign-box:after{clear:both}#campaigns-boxes .campaign-box:before,#campaigns-boxes .campaign-box:after{content:" ";display:table}#campaigns-boxes .campaign-box:after{clear:both}@media (min-width:768px){#campaigns-boxes .campaign-box{width:750px}}@media (min-width:992px){#campaigns-boxes .campaign-box{width:970px}}@media (min-width:1200px){#campaigns-boxes .campaign-box{width:1170px}}@media (min-width:992px){#campaigns-boxes .campaign-box{overflow-y:hidden}}#campaigns-boxes .cycle-pager{text-align:center;bottom:0;width:100%;z-index:500;position:absolute;overflow:hidden;height:35px;padding-top:7px}#campaigns-boxes .cycle-pager span{width:16px;height:16px;display:inline-block;color:transparent;cursor:pointer;border-radius:50px;background:rgba(255,255,255,0.4);margin:.1em}#campaigns-boxes .cycle-pager span.cycle-pager-active{background:rgba(255,255,255,0.8)}#campaigns-boxes .cycle-pager>*{cursor:pointer}.no-js .cycle-pager{display:none}.no-js #campaigns-boxes{overflow-y:scroll;overflow-x:hidden}.no-js #campaigns-boxes .campaign-box{display:inline-block;position:relative}a.fn{bottom:.5em;font-size:.7em;position:relative}h2#fn{display:none}h2#fn+ol{border-top:1px solid #eee;font-size:.9em;margin:2em 0;padding-top:1em}form input#email{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;max-width:25em;display:inline-block}form input#email:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}form input#email:-moz-placeholder{color:#999}form input#email::-moz-placeholder{color:#999;opacity:1}form input#email:-ms-input-placeholder{color:#999}form input#email::-webkit-input-placeholder{color:#999}form input#email[disabled],form input#email[readonly],fieldset[disabled] form input#email{cursor:not-allowed;background-color:#eee}textareaform input#email{height:auto}button,input[type="submit"]{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#333;background-color:#fff;border-color:#ccc;color:#fff;background-color:#9e1321;border-color:#87101c}button:focus,input[type="submit"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus{color:#333;text-decoration:none}button:active,input[type="submit"]:active,button.active,input[type="submit"].active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}button.disabled,input[type="submit"].disabled,button[disabled],input[type="submit"][disabled],fieldset[disabled] button,fieldset[disabled] input[type="submit"]{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus,button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{color:#333;background-color:#ebebeb;border-color:#adadad}button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{background-image:none}button.disabled,input[type="submit"].disabled,button[disabled],input[type="submit"][disabled],fieldset[disabled] button,fieldset[disabled] input[type="submit"],button.disabled:hover,input[type="submit"].disabled:hover,button[disabled]:hover,input[type="submit"][disabled]:hover,fieldset[disabled] button:hover,fieldset[disabled] input[type="submit"]:hover,button.disabled:focus,input[type="submit"].disabled:focus,button[disabled]:focus,input[type="submit"][disabled]:focus,fieldset[disabled] button:focus,fieldset[disabled] input[type="submit"]:focus,button.disabled:active,input[type="submit"].disabled:active,button[disabled]:active,input[type="submit"][disabled]:active,fieldset[disabled] button:active,fieldset[disabled] input[type="submit"]:active,button.disabled.active,input[type="submit"].disabled.active,button[disabled].active,input[type="submit"][disabled].active,fieldset[disabled] button.active,fieldset[disabled] input[type="submit"].active{background-color:#fff;border-color:#ccc}button .badge,input[type="submit"] .badge{color:#fff;background-color:#fff}button:hover,input[type="submit"]:hover,button:focus,input[type="submit"]:focus,button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{color:#fff;background-color:#7a0f19;border-color:#510a11}button:active,input[type="submit"]:active,button.active,input[type="submit"].active,.open .dropdown-togglebutton,.open .dropdown-toggleinput[type="submit"]{background-image:none}button.disabled,input[type="submit"].disabled,button[disabled],input[type="submit"][disabled],fieldset[disabled] button,fieldset[disabled] input[type="submit"],button.disabled:hover,input[type="submit"].disabled:hover,button[disabled]:hover,input[type="submit"][disabled]:hover,fieldset[disabled] button:hover,fieldset[disabled] input[type="submit"]:hover,button.disabled:focus,input[type="submit"].disabled:focus,button[disabled]:focus,input[type="submit"][disabled]:focus,fieldset[disabled] button:focus,fieldset[disabled] input[type="submit"]:focus,button.disabled:active,input[type="submit"].disabled:active,button[disabled]:active,input[type="submit"][disabled]:active,fieldset[disabled] button:active,fieldset[disabled] input[type="submit"]:active,button.disabled.active,input[type="submit"].disabled.active,button[disabled].active,input[type="submit"][disabled].active,fieldset[disabled] button.active,fieldset[disabled] input[type="submit"].active{background-color:#9e1321;border-color:#87101c}button .badge,input[type="submit"] .badge{color:#9e1321;background-color:#fff}a.learn-more{font-size:1.2em;font-weight:300;line-height:1;border-bottom:1px dotted #9e1321;font-variant:small-caps;text-transform:lowercase;padding-right:1em;position:relative}a.learn-more:hover{text-decoration:none;border-bottom-style:solid}a.learn-more:after{position:absolute;right:.3em;content:" ▸";opacity:.8;transition:all 150ms linear}a.learn-more:hover:after{right:0;content:" ▸";opacity:1}.social-link{float:right !important;float:right;margin-left:.5em}.big-donate,.big.donate{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;display:block;width:100%;padding-left:0;padding-right:0;color:#fff;background-color:#5cb85c;border-color:#4cae4c;font-size:1.4em}.big-donate:focus,.big.donate:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.big-donate:hover,.big.donate:hover,.big-donate:focus,.big.donate:focus{color:#333;text-decoration:none}.big-donate:active,.big.donate:active,.big-donate.active,.big.donate.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.big-donate.disabled,.big.donate.disabled,.big-donate[disabled],.big.donate[disabled],fieldset[disabled] .big-donate,fieldset[disabled] .big.donate{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.big-donate:hover,.big.donate:hover,.big-donate:focus,.big.donate:focus,.big-donate:active,.big.donate:active,.big-donate.active,.big.donate.active,.open .dropdown-toggle.big-donate,.open .dropdown-toggle.big.donate{color:#fff;background-color:#47a447;border-color:#398439}.big-donate:active,.big.donate:active,.big-donate.active,.big.donate.active,.open .dropdown-toggle.big-donate,.open .dropdown-toggle.big.donate{background-image:none}.big-donate.disabled,.big.donate.disabled,.big-donate[disabled],.big.donate[disabled],fieldset[disabled] .big-donate,fieldset[disabled] .big.donate,.big-donate.disabled:hover,.big.donate.disabled:hover,.big-donate[disabled]:hover,.big.donate[disabled]:hover,fieldset[disabled] .big-donate:hover,fieldset[disabled] .big.donate:hover,.big-donate.disabled:focus,.big.donate.disabled:focus,.big-donate[disabled]:focus,.big.donate[disabled]:focus,fieldset[disabled] .big-donate:focus,fieldset[disabled] .big.donate:focus,.big-donate.disabled:active,.big.donate.disabled:active,.big-donate[disabled]:active,.big.donate[disabled]:active,fieldset[disabled] .big-donate:active,fieldset[disabled] .big.donate:active,.big-donate.disabled.active,.big.donate.disabled.active,.big-donate[disabled].active,.big.donate[disabled].active,fieldset[disabled] .big-donate.active,fieldset[disabled] .big.donate.active{background-color:#5cb85c;border-color:#4cae4c}.big-donate .badge,.big.donate .badge{color:#5cb85c;background-color:#fff}.supporter-text{margin-top:5px}.small-donate,.small.donate{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;color:#fff;background-color:#5cb85c;border-color:#4cae4c}.small-donate:focus,.small.donate:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.small-donate:hover,.small.donate:hover,.small-donate:focus,.small.donate:focus{color:#333;text-decoration:none}.small-donate:active,.small.donate:active,.small-donate.active,.small.donate.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.small-donate.disabled,.small.donate.disabled,.small-donate[disabled],.small.donate[disabled],fieldset[disabled] .small-donate,fieldset[disabled] .small.donate{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.small-donate:hover,.small.donate:hover,.small-donate:focus,.small.donate:focus,.small-donate:active,.small.donate:active,.small-donate.active,.small.donate.active,.open .dropdown-toggle.small-donate,.open .dropdown-toggle.small.donate{color:#fff;background-color:#47a447;border-color:#398439}.small-donate:active,.small.donate:active,.small-donate.active,.small.donate.active,.open .dropdown-toggle.small-donate,.open .dropdown-toggle.small.donate{background-image:none}.small-donate.disabled,.small.donate.disabled,.small-donate[disabled],.small.donate[disabled],fieldset[disabled] .small-donate,fieldset[disabled] .small.donate,.small-donate.disabled:hover,.small.donate.disabled:hover,.small-donate[disabled]:hover,.small.donate[disabled]:hover,fieldset[disabled] .small-donate:hover,fieldset[disabled] .small.donate:hover,.small-donate.disabled:focus,.small.donate.disabled:focus,.small-donate[disabled]:focus,.small.donate[disabled]:focus,fieldset[disabled] .small-donate:focus,fieldset[disabled] .small.donate:focus,.small-donate.disabled:active,.small.donate.disabled:active,.small-donate[disabled]:active,.small.donate[disabled]:active,fieldset[disabled] .small-donate:active,fieldset[disabled] .small.donate:active,.small-donate.disabled.active,.small.donate.disabled.active,.small-donate[disabled].active,.small.donate[disabled].active,fieldset[disabled] .small-donate.active,fieldset[disabled] .small.donate.active{background-color:#5cb85c;border-color:#4cae4c}.small-donate .badge,.small.donate .badge{color:#5cb85c;background-color:#fff}.alert.red{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert.red hr{border-top-color:#e4b9c0}.alert.red .alert-link{color:#843534}.alert.green{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert.green hr{border-top-color:#c9e2b3}.alert.green .alert-link{color:#2b542c}.alert.yellow{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert.yellow hr{border-top-color:#f7e1b5}.alert.yellow .alert-link{color:#66512c}.warning{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;opacity:1}.warning h4{margin-top:0;color:inherit}.warning .alert-link{font-weight:bold}.warning>p,.warning>ul{margin-bottom:0}.warning>p+p{margin-top:5px}.people img,img.author-avatar{float:left;margin:5px 10px 25px 0;width:48px;height:48px;border:1px solid #323232;box-shadow:0 0 3px rgba(0,0,0,0.3)}ul.people{-moz-hypens:manual;-webkit-hyphens:manual;hyphens:manual;list-style-type:none;padding-left:0;font-size:.9em}ul.people:after{clear:both;margin-right:100%;content:" "}ul.people li{display:block;float:left;width:48%;min-width:20em;padding-right:.5em}ul.people li:nth-child(odd){clear:left}ul.people li:last-child:after{clear:both}.people .name,.people .email{display:block}.people .name{font-weight:bold}.people .email{font-style:italic}.employee{line-height:.8em;margin-left:.5em;padding:.4em;border-radius:5%;display:inline-block}.employee.full,.employee.intern{background-color:#bef5be}.employee.part{background-color:#e4f7e4}.employee.fee,.employee.freelancer{background-color:#eff2fb}.bio #content,.bio #planet-posts{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-left:0}@media (min-width:992px){.bio #content,.bio #planet-posts{float:left;width:66.66666667%}}.bio #sidebar{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;padding-right:0}@media (min-width:992px){.bio #sidebar{float:left;width:33.33333333%}}.bio #content{display:inline-block}.bio #content .p-name{color:#9d0000}.bio .standout{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.bio .standout{margin-left:-3em}}.bio .standout-text{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.bio .standout-text{margin-left:-3em}}@media (min-width:768px){.bio .standout-text{padding-left:3em}}.bio blockquote,.bio .blockQuote,.bio .blockHighlight,.bio pre{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em;padding-left:1.5em}@media (min-width:768px){.bio blockquote,.bio .blockQuote,.bio .blockHighlight,.bio pre{margin-left:-3em}}@media (min-width:768px){.bio blockquote,.bio .blockQuote,.bio .blockHighlight,.bio pre{padding-left:3em}}.bio .captioned,.bio .action-after{margin-top:1.5em;margin-bottom:1.5em;margin-left:-1.5em}@media (min-width:768px){.bio .captioned,.bio .action-after{margin-left:-3em}}.bio .captioned.center-block,.bio .captioned.center{margin-left:auto;margin-right:auto}.bio .captioned.right{margin-left:1.5em;margin-right:0}.bio .captioned.left{margin-right:1.5em;margin-left:0}.bio #sidebar ul li a{display:inline}.left{float:left !important;float:left;margin-right:1em;margin-left:0}.right{float:right !important;float:right;margin-left:1em;margin-right:0}.center{text-align:center}#introduction .image img{float:left;margin-right:1em}.grid-50-50{margin-left:-15px;margin-right:-15px}.grid-50-50:before,.grid-50-50:after{content:" ";display:table}.grid-50-50:after{clear:both}.grid-50-50:before,.grid-50-50:after{content:" ";display:table}.grid-50-50:after{clear:both}.grid-50-50 .box{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.grid-50-50 .box{float:left;width:50%}}table#gold{width:100%;margin-bottom:20px}table#gold>thead>tr>th,table#gold>tbody>tr>th,table#gold>tfoot>tr>th,table#gold>thead>tr>td,table#gold>tbody>tr>td,table#gold>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}table#gold>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}table#gold>caption+thead>tr:first-child>th,table#gold>colgroup+thead>tr:first-child>th,table#gold>thead:first-child>tr:first-child>th,table#gold>caption+thead>tr:first-child>td,table#gold>colgroup+thead>tr:first-child>td,table#gold>thead:first-child>tr:first-child>td{border-top:0}table#gold>tbody+tbody{border-top:2px solid #ddd}table#gold .table{background-color:#fff}table#gold>thead>tr>.active,table#gold>tbody>tr>.active,table#gold>tfoot>tr>.active,table#gold>thead>.active>td,table#gold>tbody>.active>td,table#gold>tfoot>.active>td,table#gold>thead>.active>th,table#gold>tbody>.active>th,table#gold>tfoot>.active>th{background-color:#f5f5f5}table#gold>thead>tr>.success,table#gold>tbody>tr>.success,table#gold>tfoot>tr>.success,table#gold>thead>.success>td,table#gold>tbody>.success>td,table#gold>tfoot>.success>td,table#gold>thead>.success>th,table#gold>tbody>.success>th,table#gold>tfoot>.success>th{background-color:#dff0d8}table#gold>thead>tr>.danger,table#gold>tbody>tr>.danger,table#gold>tfoot>tr>.danger,table#gold>thead>.danger>td,table#gold>tbody>.danger>td,table#gold>tfoot>.danger>td,table#gold>thead>.danger>th,table#gold>tbody>.danger>th,table#gold>tfoot>.danger>th{background-color:#f2dede}table#gold>thead>tr>.warning,table#gold>tbody>tr>.warning,table#gold>tfoot>tr>.warning,table#gold>thead>.warning>td,table#gold>tbody>.warning>td,table#gold>tfoot>.warning>td,table#gold>thead>.warning>th,table#gold>tbody>.warning>th,table#gold>tfoot>.warning>th{background-color:#fcf8e3}table#gold>tbody>tr:nth-child(odd)>td,table#gold>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}table#gold>tbody>tr:hover>td,table#gold>tbody>tr:hover>th{background-color:#f5f5f5}.margin-vertical{margin-left:-15px;margin-right:-15px;margin:1em 0}.margin-vertical:before,.margin-vertical:after{content:" ";display:table}.margin-vertical:after{clear:both}.margin-vertical:before,.margin-vertical:after{content:" ";display:table}.margin-vertical:after{clear:both}.margin-vertical .grid-30{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.margin-vertical .grid-30{float:left;width:33.33333333%}}.margin-vertical .grid-70{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.margin-vertical .grid-70{float:left;width:50%}}.margin-vertical .grid-60{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.margin-vertical .grid-60{float:left;width:41.66666667%}}#orderpromo{background:#dff0d8;padding:.1em 1em 1em}#orderpromo .formlabel{display:block}.compare .clear{margin-left:-15px;margin-right:-15px}.compare .clear:before,.compare .clear:after{content:" ";display:table}.compare .clear:after{clear:both}.compare .clear:before,.compare .clear:after{content:" ";display:table}.compare .clear:after{clear:both}.compare .clear .left,.compare .clear .right{margin-right:0;margin-left:0;float:none}.compare .clear .grid-20{position:relative;float:left;width:16.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-40{position:relative;float:left;width:33.33333333%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-50{position:relative;float:left;width:50%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-60{position:relative;float:left;width:66.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.compare .clear .grid-80{position:relative;float:left;width:83.33333333%;min-height:1px;padding-left:15px;padding-right:15px}#eifv2-track .clear{font-size:.9em;margin-left:-15px;margin-right:-15px}#eifv2-track .clear:before,#eifv2-track .clear:after{content:" ";display:table}#eifv2-track .clear:after{clear:both}#eifv2-track .clear:before,#eifv2-track .clear:after{content:" ";display:table}#eifv2-track .clear:after{clear:both}#eifv2-track .grid-50{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:992px){#eifv2-track .grid-50{float:left;width:50%}}#eifv2-track blockquote{margin-left:0}#eifv2-track blockquote p{font-size:.9em}ul.taglist{margin:0;padding:0;list-style:none;display:inline}ul.taglist li{display:inline;white-space:nowrap}ul.taglist li a{display:inline-block;padding:.3em;background:#f18c96;border-radius:4px;margin:0 0 .3em .5em}.tagginglabel{display:inline-block;padding:.3em;background:#f18c96;border-radius:4px;margin:0 0 .3em .5em}.tag16{font-size:16}.tag17{font-size:17}.tag18{font-size:18}.tag19{font-size:19}.tag20{font-size:20}.tag21{font-size:21}.tag22{font-size:22}.tag23{font-size:23}.tag24{font-size:24}.tag25{font-size:25}.tag26{font-size:26}.tag27{font-size:27}.tag28{font-size:28}.tag29{font-size:29}.tag30{font-size:30}.tag31{font-size:31}.tag32{font-size:32}.tag33{font-size:33}.tag34{font-size:34}.tag35{font-size:35}.tag36{font-size:36}.tag37{font-size:37}.tag38{font-size:38}.tag39{font-size:39}.tag40{font-size:40}.tag.title{margin-top:4em}.taglist a[href^="/tags/tagged-frontpage"],.tag-front-page{display:none !important}.question{margin-bottom:15px;margin-top:60px}.answer,.question2,.answer2{padding:.5em 1em;text-align:justify}.question2{margin-left:1em}.answer2{margin-left:2em}.colorless{background-color:#eee;border-left:10px solid #aaa}.diegrĂĽne{background-color:#c8ffc8;border-left:10px solid #008b00}.cdu{background-color:#b4e6ff;border-left:10px solid #004f7a}.csu{background-color:#b4e6ff;border-left:10px solid #00304a}.spd{background-color:#ffc8c8;border-left:10px solid #f00}.dielinke{background-color:#ffc6ff;border-left:10px solid #8b1c62}.piraten{background-color:#ffe992;border-left:10px solid #f37d20}.fdp{background-color:#ffffc8;border-left:10px solid #ff0}.oedp{background-color:#ffe9bb;border-left:10px solid #f2862b}.bayernpartei{background-color:#5590ca;border-left:10px solid #1c26ec}.violetten{background-color:#7c3e8b;border-left:10px solid #d200ff}.afd{background-color:#009ee0;border-left:10px solid #e40f27}.partisocialiste{background-color:#ffdcdc;border-left:10px solid #ff8080}.ump{background-color:#a0c8ff;border-left:10px solid #06c}.pcf{background-color:#ffc8c8;border-left:10px solid #d00}.prg,.mrc{background-color:#fff0fa;border-left:10px solid #ffd1dc}.eelv{background-color:#c8ffc8;border-left:10px solid #0f0}.nouveaucentre{background-color:#dcffff;border-left:10px solid #80ffff}.modem{background-color:#ffe696;border-left:10px solid #f90}.alliancecentriste{background-color:#ffebc8;border-left:10px solid #f5deb3}.signature-logo img{height:auto;max-height:130px;max-width:150px !important}.signature-table table{width:100%;margin-bottom:20px;margin-top:40px}.signature-table table>thead>tr>th,.signature-table table>tbody>tr>th,.signature-table table>tfoot>tr>th,.signature-table table>thead>tr>td,.signature-table table>tbody>tr>td,.signature-table table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.signature-table table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.signature-table table>caption+thead>tr:first-child>th,.signature-table table>colgroup+thead>tr:first-child>th,.signature-table table>thead:first-child>tr:first-child>th,.signature-table table>caption+thead>tr:first-child>td,.signature-table table>colgroup+thead>tr:first-child>td,.signature-table table>thead:first-child>tr:first-child>td{border-top:0}.signature-table table>tbody+tbody{border-top:2px solid #ddd}.signature-table table .table{background-color:#fff}.signature-table table>thead>tr>.active,.signature-table table>tbody>tr>.active,.signature-table table>tfoot>tr>.active,.signature-table table>thead>.active>td,.signature-table table>tbody>.active>td,.signature-table table>tfoot>.active>td,.signature-table table>thead>.active>th,.signature-table table>tbody>.active>th,.signature-table table>tfoot>.active>th{background-color:#f5f5f5}.signature-table table>thead>tr>.success,.signature-table table>tbody>tr>.success,.signature-table table>tfoot>tr>.success,.signature-table table>thead>.success>td,.signature-table table>tbody>.success>td,.signature-table table>tfoot>.success>td,.signature-table table>thead>.success>th,.signature-table table>tbody>.success>th,.signature-table table>tfoot>.success>th{background-color:#dff0d8}.signature-table table>thead>tr>.danger,.signature-table table>tbody>tr>.danger,.signature-table table>tfoot>tr>.danger,.signature-table table>thead>.danger>td,.signature-table table>tbody>.danger>td,.signature-table table>tfoot>.danger>td,.signature-table table>thead>.danger>th,.signature-table table>tbody>.danger>th,.signature-table table>tfoot>.danger>th{background-color:#f2dede}.signature-table table>thead>tr>.warning,.signature-table table>tbody>tr>.warning,.signature-table table>tfoot>tr>.warning,.signature-table table>thead>.warning>td,.signature-table table>tbody>.warning>td,.signature-table table>tfoot>.warning>td,.signature-table table>thead>.warning>th,.signature-table table>tbody>.warning>th,.signature-table table>tfoot>.warning>th{background-color:#fcf8e3}.signature-table table>tbody>tr:nth-child(odd)>td,.signature-table table>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.signature-table table>tbody>tr>td{vertical-align:middle}.signature-table img{height:auto;max-height:65px;max-width:120px !important}.signature-table-orgs ul{display:block;position:relative;list-style:none;text-align:center;padding:0}.signature-table-orgs ul li{display:inline-block;position:relative;list-style:none;vertical-align:middle}.signature-table-orgs ul li a{display:block;position:relative;max-width:120px;max-height:80px;min-width:120px;min-height:80px;background-position:center center;background-repeat:no-repeat;background-size:contain;transform:scale(.8);opacity:1;transition:opacity .5s,transform .5s,background-color .5s,filter .5s}.signature-table-orgs ul li a:hover{opacity:1;transform:scale(.9);z-index:5}.signature-table-orgs #larger{max-width:150px;max-height:100px;min-width:150px;min-height:100px}blockquote#statement{background-color:rgba(116,140,156,0.1)}blockquote#statement p{font-family:"Roboto",sans-serif;font-weight:unset}.interview-question{font-style:italic;font-weight:bold}#content #frontpage #campaign-box-1,#content #frontpage #campaign-box-2{display:none}.special{display:none}.figure,figure{display:table;margin:20px auto 30px;position:relative;max-width:100%}.figure:after,figure:after{bottom:0;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);content:'';left:0;position:absolute;right:0;top:0;z-index:500}.figure .figcaption,figure .figcaption,.figure figcaption,figure figcaption{background-color:#eee;caption-side:bottom;display:table-caption;font-size:.9em;padding:10px;position:relative;text-align:center;z-index:1000}@media screen and (min-width:992px){figure,.figure{margin:30px auto 40px;max-width:90%}figure.float-left,.figure.float-left,figure.float-right,.figure.float-right{margin:0;max-width:30%}figure.float-left,.figure.float-left{float:left;margin-right:30px}figure.float-right,.figure.float-right{float:right;margin-left:30px}}body{background:url(/graphics/fellowship/plussy_tile_03.png) top left fixed #f9f9f9;font-family:"Roboto",sans-serif}.svg body{background:url(/graphics/fellowship/plussy_tile_03.svg) top left fixed #f9f9f9}#logo{background:url(/graphics/logo_transparent.png) top left no-repeat}.svg #logo{background:url(/graphics/logo_transparent.svg) top left no-repeat}#masthead,#logo{min-height:85px;min-width:158px}#link-home a{width:158px;height:85px}@media (max-width:767px){#link-home a{height:50px}#top{display:flex;flex-direction:column;margin:0;padding:0;position:relative}#top #search{display:none}#masthead{background-color:#fff;order:1;min-height:50px;padding:10px}#masthead #logo{background-position:left center;background-repeat:no-repeat;background-size:contain;min-height:50px;min-width:120px}#menu{background-color:#fff;margin-left:0;order:2;padding:10px}#menu #direct-links{margin-bottom:0}#menu #direct-links #direct-to-menu-list{font-size:1.3em}#menu #direct-links #direct-to-translations{position:absolute;top:5px;right:85px}#menu #direct-links #direct-to-login{position:absolute;top:5px;right:10px}#menu #direct-to-home,#menu #direct-to-join{display:none}#menu-list{display:block;margin-top:10px;padding-bottom:0}#index-html #main{padding-top:0}#bottom{padding:10px}}@media (min-width:768px){#menu{margin-left:200px}}#followup{background:url(/graphics/ribbon.png) no-repeat 100% -40px #fff;text-shadow:#fff 0 0 .5em}@media (min-width:768px){#followup{background:url(/graphics/ribbon.png) no-repeat 100% -70px #fff}}@media (min-width:768px){.svg #followup{background:url(/graphics/ribbon.svg) no-repeat 100% -70px #fff}}#followup.join{background:url(/graphics/fellowship/ribbon_fellowship2.png) no-repeat 100% -30px #fff}@media (min-width:768px){#followup.join{background:url(/graphics/fellowship/ribbon_fellowship2.png) no-repeat 100% -50% #fff}}#full-menu{background:url(/graphics/logo_bw_transparent_small.png) no-repeat top left #fff}a.the-fellowship{padding:8px 20px 0 0;background:url(/graphics/plussy-bright-20.png) no-repeat top right transparent}img.signatory-logo{padding:10px}.frontpage #campaigns-boxes{background:url('/graphics/ribbon.png') top right no-repeat transparent;height:400px}@media (min-width:480px){.frontpage #campaigns-boxes{height:300px}}.frontpage #campaigns-boxes .campaign-box{height:400px;width:100%}@media (min-width:480px){.frontpage #campaigns-boxes .campaign-box{height:300px}}.frontpage #campaigns-boxes .campaign-box img{max-width:33%}.frontpage #campaigns-boxes .campaign-box-center{text-align:center;font-size:1.3em}.frontpage #campaigns-boxes #freesociety{text-align:center;font-size:1.3em;font-family:'GNUTypewriter',"Inconsolata",Inconsolata,Menlo,Monaco,Consolas,"Courier New",monospace;background:url('/graphics/motto.jpg') top center no-repeat #666;background-size:cover;font-size:2em}@media (min-width:480px){.frontpage #campaigns-boxes #freesociety{font-size:2.7em;padding-top:1.8em}}.frontpage #campaigns-boxes #freesociety p.text{-moz-hyphens:manual;-webkit-hyphens:manual;hyphens:manual}.frontpage #campaigns-boxes #amaelle{background:url('/graphics/amaelle.jpg') center 33% no-repeat #666;background-size:cover;text-shadow:0 1px 8px #000}.frontpage #campaigns-boxes #amaelle .author:before{content:"– "}.frontpage #campaigns-boxes #amaelle .text{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}.frontpage #campaigns-boxes #amaelle .author,.frontpage #campaigns-boxes #amaelle .text{display:block;background-color:rgba(0,0,0,0.5);padding:.5em}@media (min-width:768px){.frontpage #campaigns-boxes #amaelle .author,.frontpage #campaigns-boxes #amaelle .text{margin-left:45%}}.frontpage #campaigns-boxes #amaelle .copyright{font-size:.6em;position:absolute;bottom:0;right:0}@media (min-width:992px){.frontpage #campaigns-boxes #amaelle .text{font-size:1.25em}}.frontpage #campaigns-boxes #appelbaum{background:url('/graphics/appelbaum.jpg') top right no-repeat #070400;background-size:cover}@media (min-width:768px){.frontpage #campaigns-boxes #appelbaum{background-size:contain}}.frontpage #campaigns-boxes #appelbaum img{display:none}.frontpage #campaigns-boxes #appelbaum .author:before{content:"– "}.frontpage #campaigns-boxes #appelbaum .text{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}.frontpage #campaigns-boxes #appelbaum .author,.frontpage #campaigns-boxes #appelbaum .text{display:block;background-color:rgba(0,0,0,0.5);padding:.5em}@media (min-width:768px){.frontpage #campaigns-boxes #appelbaum .author,.frontpage #campaigns-boxes #appelbaum .text{margin-right:45%}}@media (min-width:992px){.frontpage #campaigns-boxes #appelbaum .author,.frontpage #campaigns-boxes #appelbaum .text{margin-right:35%}}.frontpage #campaigns-boxes #appelbaum .copyright{font-size:.6em;position:absolute;bottom:0;right:0}.frontpage #campaigns-boxes #zacchiroli{background:url('/graphics/group-blur-800.jpg') center 33% no-repeat #666;text-shadow:0 1px 2px #000}.frontpage #campaigns-boxes #zacchiroli img{float:right;margin-left:1em}.frontpage #campaigns-boxes #zacchiroli .author:before{content:"– "}.frontpage #campaigns-boxes #zacchiroli .text{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}@media (min-width:992px){.frontpage #campaigns-boxes #zacchiroli img{margin-left:3em}.frontpage #campaigns-boxes #zacchiroli .text{font-size:1.3em}.frontpage #campaigns-boxes #zacchiroli .text,.frontpage #campaigns-boxes #zacchiroli .author{max-width:80ex;margin:1em auto;display:block}}.frontpage #campaigns-boxes #summit16{text-align:center;font-size:1.3em;background:url('/graphics/fsfe-summit-header-background.jpg') center no-repeat #666;background-size:cover}.frontpage #campaigns-boxes #summit16 img{position:absolute}.frontpage #campaigns-boxes #summit16 img:first-of-type{top:10%;left:5%;width:40%;max-width:250px}.frontpage #campaigns-boxes #summit16 img:last-of-type{bottom:10%;right:5%;width:50%;max-width:400px}@media (min-width:800px){.frontpage #campaigns-boxes #summit16 img:first-of-type{top:20%}}.frontpage #campaigns-boxes #boxpmpc{background:url('/graphics/pmpc_slider.jpg') left 33% no-repeat #666;background-size:cover;text-shadow:0 1px 8px #000}.frontpage #campaigns-boxes #boxpmpc .text,.frontpage #campaigns-boxes #boxpmpc .text2{font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif}.frontpage #campaigns-boxes #boxpmpc .text,.frontpage #campaigns-boxes #boxpmpc .text2{display:block;padding:1.25em;min-width:120px;font-size:1.25em;hyphens:none;text-align:center}@media (min-width:768px){.frontpage #campaigns-boxes #boxpmpc{background-position:center}.frontpage #campaigns-boxes #boxpmpc .text{float:left;width:30%}.frontpage #campaigns-boxes #boxpmpc .text2{float:right;width:30%}}.frontpage #campaigns-boxes #dfd{text-align:center;font-size:1.3em;background:url('/graphics/fellowship/plussy_tile_01-33alpha.png') #76b520}.frontpage #campaigns-boxes #dfd img{height:200px;margin-bottom:10px;margin-top:-70px;max-width:none}.frontpage #campaigns-boxes #ilovefs{text-align:center;font-size:1.3em;background:url('/graphics/ilovefs-hashtag-campaignbox.png') center 33% no-repeat transparent}.frontpage #campaigns-boxes #racketware{text-align:center;font-size:1.3em;background:center 33% no-repeat #fff}.frontpage #campaigns-boxes #racketware .text{display:none}.frontpage #campaigns-boxes #becomefellow{text-align:center;font-size:1.3em;background:url('/graphics/group-blur-800.jpg') center 33% no-repeat #666}.frontpage #campaigns-boxes #fightback{text-align:center;font-size:1.3em;background:url('/graphics/thedaywefightback.png') center 33% no-repeat transparent}#news{padding-bottom:1.5em}#news .dt-published{color:#999;font-size:.9em;display:block}@media (min-width:768px){#news .dt-published{display:inline-block;padding:0}}#news .entry h3{display:inline-block;padding-right:.5em}#news .entry p.date{display:inline-block;color:#999;font-size:.9em;display:block;font-weight:300;margin-bottom:0}@media (min-width:768px){#news .entry p.date{display:inline-block;padding:0}}#news .entry:nth-child(1n+3) h3{font-size:1em;margin:.7em 0 0 0}#news .entry:nth-child(1n+3) .text,#news .entry:nth-child(1n+3) p{display:none}#news .entry:nth-child(1n+3) p.date{display:inline-block}#latest-news-list,#more-news-list{list-style-type:none;font-size:1.2em;font-weight:300;padding:0}.newsdate{font-size:.875em;color:#888;margin-right:1ex}[newsteaser="yes"]{font-weight:bold;font-size:1.2em}[newsteaser="yes"]{font-weight:bold;font-size:1.2em}#events{clear:both;padding-top:1.5em}#events .entry h3{display:inline-block}#events .entry p.date{color:#999;font-size:.9em;display:block;margin-bottom:0}@media (min-width:768px){#events .entry p.date{display:inline-block;padding:0}}@media (min-width:768px){#events .entry p.date{display:block}}#events a.learn-more{line-height:2}@media (min-width:768px){#news,#events{display:inline-block;float:left;width:69%}#team{display:inline-block;float:left}#newsletter,#shop-promo,.country.frontpage #teams{display:inline-block;float:right;width:30%;padding-left:2%;clear:none;padding-top:0}}#newsletter input,.newsletter #sidebar input{display:block;margin:.5em 0}#feeds a.ical,#feeds a.rss-feed{font-size:85%;color:#999}ul.quote-list{padding-left:0;list-style:none;font-family:"Roboto Slab","DejaVu Serif",Georgia,"Times New Roman",Times,serif;margin-top:30px;margin-bottom:30px}ul.quote-list>li{padding-top:30px;padding-bottom:30px;border-top:1px solid #eee;border-bottom:1px solid #eee}ul.quote-list>li p:last-child{margin-bottom:0}ul.quote-list>li p.source{font-weight:bold;margin-left:3em}ul.quote-list>li p.source:before{content:'\2014 \00A0'}ul.quote-list>li p.complementary{font-family:"Roboto",sans-serif;margin-left:1.5em}body.overview #content #category{display:none}body.overview #content h1{background:#e63143;color:#fff;text-shadow:0 1px 2px #9d0000;display:block;min-width:200px;padding:.5em;margin:-0.5em -0.2em .5em;border:0}@media (min-width:768px){body.overview #content h1{width:50%;margin:-1em 0 1em 0}}body.overview #content h2{text-align:center;margin-top:60px;margin-bottom:20px}body.overview #content ul{list-style-type:none;margin:0;padding:0;margin-left:-15px;margin-right:-15px}body.overview #content ul:before,body.overview #content ul:after{content:" ";display:table}body.overview #content ul:after{clear:both}body.overview #content ul:before,body.overview #content ul:after{content:" ";display:table}body.overview #content ul:after{clear:both}body.overview #content ul li{position:relative;min-height:1px;padding-left:15px;padding-right:15px;display:grid;grid-template-columns:1fr 4fr;grid-column-gap:10px;margin-top:20px}@media (min-width:992px){body.overview #content ul li{float:left;width:50%}}@media (min-width:992px){body.overview #content ul li:nth-child(odd){clear:both}}body.overview #content ul li img{padding:5px}body.overview #content ul li h3{margin-top:0}.testimonial{overflow:auto;clear:both}.testimonial img{float:left;margin-right:10px}.archivenews h3{line-height:1.2em}.archivenews p{font-size:.9em}ul.archivemeta,ul.archivetaglist{color:#999;font-size:.9em;padding-left:0}ul.archivemeta li{display:inline-block;padding:0 .15em}ul.archivetaglist li{display:inline-block;padding:0 .25em}ul.archivemeta li:first-child{padding-left:0}ul.archivemeta li a,ul.archivetaglist li a{color:#999}.archiveauthor{margin:0 .25em}ul.archivetaglist{margin-left:6%}#donate-fsfe table{width:100%;margin-bottom:20px}#donate-fsfe table>thead>tr>th,#donate-fsfe table>tbody>tr>th,#donate-fsfe table>tfoot>tr>th,#donate-fsfe table>thead>tr>td,#donate-fsfe table>tbody>tr>td,#donate-fsfe table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}#donate-fsfe table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}#donate-fsfe table>caption+thead>tr:first-child>th,#donate-fsfe table>colgroup+thead>tr:first-child>th,#donate-fsfe table>thead:first-child>tr:first-child>th,#donate-fsfe table>caption+thead>tr:first-child>td,#donate-fsfe table>colgroup+thead>tr:first-child>td,#donate-fsfe table>thead:first-child>tr:first-child>td{border-top:0}#donate-fsfe table>tbody+tbody{border-top:2px solid #ddd}#donate-fsfe table .table{background-color:#fff}#donate-fsfe table>thead>tr>.active,#donate-fsfe table>tbody>tr>.active,#donate-fsfe table>tfoot>tr>.active,#donate-fsfe table>thead>.active>td,#donate-fsfe table>tbody>.active>td,#donate-fsfe table>tfoot>.active>td,#donate-fsfe table>thead>.active>th,#donate-fsfe table>tbody>.active>th,#donate-fsfe table>tfoot>.active>th{background-color:#f5f5f5}#donate-fsfe table>thead>tr>.success,#donate-fsfe table>tbody>tr>.success,#donate-fsfe table>tfoot>tr>.success,#donate-fsfe table>thead>.success>td,#donate-fsfe table>tbody>.success>td,#donate-fsfe table>tfoot>.success>td,#donate-fsfe table>thead>.success>th,#donate-fsfe table>tbody>.success>th,#donate-fsfe table>tfoot>.success>th{background-color:#dff0d8}#donate-fsfe table>thead>tr>.danger,#donate-fsfe table>tbody>tr>.danger,#donate-fsfe table>tfoot>tr>.danger,#donate-fsfe table>thead>.danger>td,#donate-fsfe table>tbody>.danger>td,#donate-fsfe table>tfoot>.danger>td,#donate-fsfe table>thead>.danger>th,#donate-fsfe table>tbody>.danger>th,#donate-fsfe table>tfoot>.danger>th{background-color:#f2dede}#donate-fsfe table>thead>tr>.warning,#donate-fsfe table>tbody>tr>.warning,#donate-fsfe table>tfoot>tr>.warning,#donate-fsfe table>thead>.warning>td,#donate-fsfe table>tbody>.warning>td,#donate-fsfe table>tfoot>.warning>td,#donate-fsfe table>thead>.warning>th,#donate-fsfe table>tbody>.warning>th,#donate-fsfe table>tfoot>.warning>th{background-color:#fcf8e3}#donate-fsfe table>tbody>tr:hover>td,#donate-fsfe table>tbody>tr:hover>th{background-color:#f5f5f5}#donate-fsfe form .form-group input{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;max-width:25em}#donate-fsfe form .form-group input:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}#donate-fsfe form .form-group input:-moz-placeholder{color:#999}#donate-fsfe form .form-group input::-moz-placeholder{color:#999;opacity:1}#donate-fsfe form .form-group input:-ms-input-placeholder{color:#999}#donate-fsfe form .form-group input::-webkit-input-placeholder{color:#999}#donate-fsfe form .form-group input[disabled],#donate-fsfe form .form-group input[readonly],fieldset[disabled] #donate-fsfe form .form-group input{cursor:not-allowed;background-color:#eee}textarea#donate-fsfe form .form-group input{height:auto}#donate-fsfe form #donate-validate{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;color:#fff;background-color:#5cb85c;border-color:#4cae4c;margin-bottom:1em}#donate-fsfe form #donate-validate:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#donate-fsfe form #donate-validate:hover,#donate-fsfe form #donate-validate:focus{color:#333;text-decoration:none}#donate-fsfe form #donate-validate:active,#donate-fsfe form #donate-validate.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}#donate-fsfe form #donate-validate.disabled,#donate-fsfe form #donate-validate[disabled],fieldset[disabled] #donate-fsfe form #donate-validate{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}#donate-fsfe form #donate-validate:hover,#donate-fsfe form #donate-validate:focus,#donate-fsfe form #donate-validate:active,#donate-fsfe form #donate-validate.active,.open .dropdown-toggle#donate-fsfe form #donate-validate{color:#fff;background-color:#47a447;border-color:#398439}#donate-fsfe form #donate-validate:active,#donate-fsfe form #donate-validate.active,.open .dropdown-toggle#donate-fsfe form #donate-validate{background-image:none}#donate-fsfe form #donate-validate.disabled,#donate-fsfe form #donate-validate[disabled],fieldset[disabled] #donate-fsfe form #donate-validate,#donate-fsfe form #donate-validate.disabled:hover,#donate-fsfe form #donate-validate[disabled]:hover,fieldset[disabled] #donate-fsfe form #donate-validate:hover,#donate-fsfe form #donate-validate.disabled:focus,#donate-fsfe form #donate-validate[disabled]:focus,fieldset[disabled] #donate-fsfe form #donate-validate:focus,#donate-fsfe form #donate-validate.disabled:active,#donate-fsfe form #donate-validate[disabled]:active,fieldset[disabled] #donate-fsfe form #donate-validate:active,#donate-fsfe form #donate-validate.disabled.active,#donate-fsfe form #donate-validate[disabled].active,fieldset[disabled] #donate-fsfe form #donate-validate.active{background-color:#5cb85c;border-color:#4cae4c}#donate-fsfe form #donate-validate .badge{color:#5cb85c;background-color:#fff}.thank-donors table{width:100%;margin-bottom:20px}.thank-donors table>thead>tr>th,.thank-donors table>tbody>tr>th,.thank-donors table>tfoot>tr>th,.thank-donors table>thead>tr>td,.thank-donors table>tbody>tr>td,.thank-donors table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.thank-donors table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.thank-donors table>caption+thead>tr:first-child>th,.thank-donors table>colgroup+thead>tr:first-child>th,.thank-donors table>thead:first-child>tr:first-child>th,.thank-donors table>caption+thead>tr:first-child>td,.thank-donors table>colgroup+thead>tr:first-child>td,.thank-donors table>thead:first-child>tr:first-child>td{border-top:0}.thank-donors table>tbody+tbody{border-top:2px solid #ddd}.thank-donors table .table{background-color:#fff}.thank-donors table>thead>tr>.active,.thank-donors table>tbody>tr>.active,.thank-donors table>tfoot>tr>.active,.thank-donors table>thead>.active>td,.thank-donors table>tbody>.active>td,.thank-donors table>tfoot>.active>td,.thank-donors table>thead>.active>th,.thank-donors table>tbody>.active>th,.thank-donors table>tfoot>.active>th{background-color:#f5f5f5}.thank-donors table>thead>tr>.success,.thank-donors table>tbody>tr>.success,.thank-donors table>tfoot>tr>.success,.thank-donors table>thead>.success>td,.thank-donors table>tbody>.success>td,.thank-donors table>tfoot>.success>td,.thank-donors table>thead>.success>th,.thank-donors table>tbody>.success>th,.thank-donors table>tfoot>.success>th{background-color:#dff0d8}.thank-donors table>thead>tr>.danger,.thank-donors table>tbody>tr>.danger,.thank-donors table>tfoot>tr>.danger,.thank-donors table>thead>.danger>td,.thank-donors table>tbody>.danger>td,.thank-donors table>tfoot>.danger>td,.thank-donors table>thead>.danger>th,.thank-donors table>tbody>.danger>th,.thank-donors table>tfoot>.danger>th{background-color:#f2dede}.thank-donors table>thead>tr>.warning,.thank-donors table>tbody>tr>.warning,.thank-donors table>tfoot>tr>.warning,.thank-donors table>thead>.warning>td,.thank-donors table>tbody>.warning>td,.thank-donors table>tfoot>.warning>td,.thank-donors table>thead>.warning>th,.thank-donors table>tbody>.warning>th,.thank-donors table>tfoot>.warning>th{background-color:#fcf8e3}.thank-donors table>tbody>tr:nth-child(odd)>td,.thank-donors table>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}#hello-free-droid{background:url('/campaigns/android/robot.png') no-repeat top left transparent;height:200px;width:230px;float:left;margin-left:-6em;margin-right:1.5em}@media (min-width:992px){#hello-free-droid{position:absolute;margin-left:-200px;margin-top:-10em}}#hello-free-droid img{display:none}.valentine-ilovefs #logo{background:url(/graphics/logov.png) top left no-repeat}.valentine-ilovefs .svg #logo{background:url(/graphics/logov.svg) top left no-repeat}.valentine-ilovefs #followup{background:url(/graphics/ribbonv.png) no-repeat 100% -40px #fff}@media (min-width:768px){.valentine-ilovefs #followup{background:url(/graphics/ribbonv.png) no-repeat 100% -70px #fff}}@media (min-width:768px){.svg .valentine-ilovefs #followup{background:url(/graphics/ribbonv.svg) no-repeat 100% -70px #fff}}.planet #motto{clear:none;font-size:1em;text-align:left;position:absolute}#planet-sources a{display:inline-block;width:90%}#planet-sources a:before{content:"→ "}#planet-posts .daygroup h2:first-child{color:#9d0000}#planet-posts .daygroup .blogitem{padding-bottom:3em;margin-bottom:3em}.wiki #motto{clear:none;font-size:1em;text-align:left;position:absolute}.wiki #direct-links{visibility:visible}.wiki #direct-links a{display:inline-block}.wiki #text h1{color:#9d0000}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:local('Roboto Thin'),local('Roboto-Thin'),url(/fonts/MMDEOSa6i6T9gBocjYCJkQ.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local('Roboto-Light'),url(/fonts/d-QWLnp4didxos_6urzFtg.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto Regular'),local('Roboto-Regular'),url(/fonts/grlryt2bdKIyfMSOhzd1eA.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'),local('Roboto-Medium'),url(/fonts/7KXg6nyyqN8gyMoNwQ7aOQ.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(/fonts/vxNK-E6B13CyehuDCmvQvw.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;src:local('Roboto Black'),local('Roboto-Black'),url(/fonts/1_sFLBJZ_MiiGcnkjN_Mgg.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;src:local('Roboto Thin Italic'),local('Roboto-ThinItalic'),url(/fonts/jB4HYzUnEmLtjz-UHQe60fesZW2xOQ-xsNqO47m55DA.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;src:local('Roboto Light Italic'),local('Roboto-LightItalic'),url(/fonts/iE8HhaRzdhPxC93dOdA05z8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'),local('Roboto-Italic'),url(/fonts/biUEjW7P-lfzIZFXrcy-wQ.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;src:local('Roboto Medium Italic'),local('Roboto-MediumItalic'),url(/fonts/daIfzbEw-lbjMyv4rMUUTj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;src:local('Roboto Bold Italic'),local('Roboto-BoldItalic'),url(/fonts/owYYXKukxFDFjr0ZO8NXhz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;src:local('Roboto Black Italic'),local('Roboto-BlackItalic'),url(/fonts/b9PWBSMHrT2zM5FgUdtu0T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:300;src:local('Roboto Slab Light'),local('RobotoSlab-Light'),url(/fonts/dazS1PrQQuCxC3iOAJFEJf25ds880Du_gFZbUlZlsbg.woff) format('woff')}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;src:local('Roboto Slab Regular'),local('RobotoSlab-Regular'),url(/fonts/3__ulTNA7unv0UtplybPij8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;src:local('Roboto Slab Bold'),local('RobotoSlab-Bold'),url(/fonts/dazS1PrQQuCxC3iOAJFEJZXMLUeV6_io0G3F6eXSVcg.woff) format('woff')}@font-face{font-family:'GNUTypewriter';src:url('/fonts/GNUTypewriterStandard.ttf') format('truetype');font-weight:normal;font-style:normal}/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/@font-face{font-family:'FontAwesome';src:url('/fonts/fontawesome-webfont.470.eot');src:url('/fonts/fontawesome-webfont.470.eot?#iefix') format('embedded-opentype'),url('/fonts/fontawesome-webfont.470.woff2') format('woff2'),url('/fonts/fontawesome-webfont.470.woff') format('woff'),url('/fonts/fontawesome-webfont.470.ttf') format('truetype'),url('/fonts/fontawesome-webfont.470.svg?#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.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}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-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)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.no-js .fa{font-family:"Roboto",Roboto,"DejaVu Sans",Arial,sans-serif}.no-js .fa.fa-home:before{content:""}.no-js .fa.fa-rss:before{content:"Â ";width:15px;height:15px;display:block;background:url('/graphics/rss.png') top left no-repeat}.no-js .fa.fa-comments-o:before{content:"Â ";width:19px;height:15px;display:block;background:url('/graphics/identica.png') top left no-repeat}.no-js .fa.fa-calendar-o:before{content:"Â ";width:15px;height:15px;display:block;background:url('/graphics/ical.png') top left no-repeat}tr.highlighted{background-color:#d0f400}table.merchandise tr{border-bottom:1px solid #ddd}table.merchandise tr:last-child{border-bottom:medium none}table.merchandise td{padding:10px 0}table.merchandise td.image{width:25%;min-width:250px}table.merchandise td.image img{max-height:120px;margin:5px}table.merchandise td.description{width:60%}table.merchandise td.quantity{text-align:right;width:15%;min-width:100px}@media (max-width:767px){table.merchandise td.image,table.merchandise td.description,table.merchandise td.quantity{display:block;width:auto}table.merchandise td.image{padding-bottom:0}table.merchandise td.description{padding:0}table.merchandise td.quantity{padding-top:0}}table.merchandise .tooltip-anchor{color:#236892;position:relative}table.merchandise .tooltip-content{color:#000;text-align:center;width:7em;padding:.5em;background-color:#85bfe2;border:1px solid #000;position:absolute;right:0;bottom:2em;z-index:1;visibility:hidden}table.merchandise .tooltip-content img{width:100%}table.merchandise .tooltip-anchor:hover .tooltip-content{visibility:visible}table.order-form{width:100%}table.order-form .order-left{min-width:65px;width:10%}table.order-form .order-right input,table.order-form textarea{max-width:400px;width:90%}table.order-form #order-submit{width:auto}form.thankyou{margin-bottom:10px}.share-buttons.bottom{margin:4em 0 -2em 0}.share-buttons-top{align-items:center;display:flex;flex-wrap:wrap}.share-buttons-sidebar{padding-left:2rem}.share-button-top,.share-button-sidebar,.share-buttons.bottom button.button,.share-buttons.bottom label.button{display:inline-block;margin:2.5px 5px 2.5px 0;color:#fff;font-weight:normal;font-size:1em;line-height:normal;text-align:center;text-decoration:none;padding:7px 7px 7px 20px;width:19%;min-width:100px;max-width:110px;border:none;border-radius:3px;background-position:left 5px center;background-repeat:no-repeat;background-size:20px auto;opacity:.9;vertical-align:top}.share-button-top,.share-buttons.bottom,.share-buttons-sidebar{font-size:.7em}.share-buttons-top a:hover,.share-buttons-sidebar a:hover,.share-buttons.bottom a:hover{text-decoration:none}.share-buttons-top .share-rss,.share-buttons-sidebar .share-rss,.share-buttons.bottom .share-rss{background-color:#f4a000;background-image:url("/graphics/services/rss_white.png")}.share-buttons-top .share-rss:hover,.share-buttons-sidebar .share-rss:hover,.share-buttons.bottom .share-rss:hover{background-color:#f78200 !important}.share-buttons-top .share-mail,.share-buttons-sidebar .share-mail,.share-buttons.bottom .share-mail{background-color:#6e6e6e;background-image:url("/graphics/services/mail_white.png")}.share-buttons-top .share-mail:hover,.share-buttons-sidebar .share-mail:hover,.share-buttons.bottom .share-mail:hover{background-color:#272727 !important}.share-buttons-top .share-mastodon,.share-buttons-sidebar .share-mastodon,.share-buttons.bottom .share-mastodon{background-color:#2b90d9;background-image:url("/graphics/services/mastodon_white.png")}.share-buttons-top .share-mastodon:hover,.share-buttons-sidebar .share-mastodon:hover,.share-buttons.bottom .share-mastodon:hover{background-color:#1060a9 !important}.share-buttons-top .share-diaspora,.share-buttons-sidebar .share-diaspora,.share-buttons.bottom .share-diaspora{background-color:#404040;background-image:url("/graphics/services/diaspora_white.png")}.share-buttons-top .share-diaspora:hover,.share-buttons-sidebar .share-diaspora:hover,.share-buttons.bottom .share-diaspora:hover{background-color:#101010 !important}.share-buttons-top .share-facebook,.share-buttons-sidebar .share-facebook,.share-buttons.bottom .share-facebook{background-color:#3b5998;background-image:url("/graphics/services/facebook_white.png")}.share-buttons-top .share-facebook:hover,.share-buttons-sidebar .share-facebook:hover,.share-buttons.bottom .share-facebook:hover{background-color:#143271 !important}.share-buttons-top .share-twitter,.share-buttons-sidebar .share-twitter,.share-buttons.bottom .share-twitter{background-color:#55acee;background-image:url("/graphics/services/twitter_white.png")}.share-buttons-top .share-twitter:hover,.share-buttons-sidebar .share-twitter:hover,.share-buttons.bottom .share-twitter:hover{background-color:#338acc !important}.share-buttons-top .share-support,.share-buttons-sidebar .share-support,.share-buttons.bottom .share-support{background-color:#202d79;background-image:url("/graphics/services/fsfe_white.png");padding-left:25px}.share-buttons-top .share-support:hover,.share-buttons-sidebar .share-support:hover,.share-buttons.bottom .share-support:hover{background-color:#0a1763 !important}.share-buttons.bottom .share-gplus{background-color:#d34836;background-image:url("/graphics/services/gplus_white.png")}.share-buttons.bottom .share-gplus:hover{background-color:#b12614 !important}.share-buttons.bottom .share-flattr{background-color:#7ea352;background-image:url("/graphics/services/flattr_white.png")}.share-buttons.bottom .share-flattr:hover{background-color:#5a7f2e !important}.share-buttons.bottom .share-reddit{background-color:#ff5700;background-image:url("/graphics/services/reddit_white.png")}.share-buttons.bottom .share-reddit:hover{background-color:#dd3500 !important}.share-buttons.bottom .share-gnusocial{background-color:#a22430;background-image:url("/graphics/services/gnusocial_white.png")}.share-buttons.bottom .share-gnusocial:hover{background-color:#850713 !important}.share-buttons.bottom .share-hnews{background-color:#f60;background-image:url("/graphics/services/hackernews_white.png")}.share-buttons.bottom .share-hnews:hover{background-color:#dd3500 !important}.share-buttons input[type="radio"],.share-buttons input[type="radio"]+span,.share-buttons input[type="checkbox"],.share-buttons input[type="checkbox"]+span{display:none}.share-buttons input[type="radio"]:checked+span,.share-buttons input[type="checkbox"]:checked+span{position:absolute;margin-top:3.5em;margin-left:-10em;padding:.5em;z-index:3;background-color:#333;border-radius:.5em;display:inline-block}.share-buttons input[type="radio"]:checked+span:before,.share-buttons input[type="checkbox"]:checked+span:before{content:'';position:absolute;top:-1em;height:0;width:0;border-bottom:1em solid #333;border-left:1em solid transparent;border-right:1em solid transparent;z-index:3}.share-buttons input[type="radio"]+span>*{vertical-align:middle}.share-buttons input[type="radio"]+span>button{margin:2.5px 0 2.5px 5px;min-width:4em;padding:.25em;font-weight:normal;font-size:1em;line-height:normal}.share-buttons input[type="radio"]+span>label{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;background-color:rgba(0,0,0,0.5)}form.share-buttons{clear:both}video#freeyourandroid{max-width:500px}.news-sidebar{display:none}@media (min-width:992px){.news-sidebar{display:block;padding-top:5.1rem}.news-follow-us{display:none}}.more-news{display:flex;justify-content:space-between;margin-top:2rem}.more-news a.learn-more{font-size:1.3em;font-weight:bold;white-space:nowrap}#formnl select{display:inline-block;height:45px;line-height:45px;margin-right:10px;width:auto}#formnl #submit{margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;display:block;width:100%;padding-left:0;padding-right:0;color:#fff;background-color:#9e1321;border-color:#87101c;display:inline-block;font-size:21px;line-height:31px;padding:6px 12px;width:auto}#formnl #submit:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#formnl #submit:hover,#formnl #submit:focus{color:#333;text-decoration:none}#formnl #submit:active,#formnl #submit.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}#formnl #submit.disabled,#formnl #submit[disabled],fieldset[disabled] #formnl #submit{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}#formnl #submit:hover,#formnl #submit:focus,#formnl #submit:active,#formnl #submit.active,.open .dropdown-toggle#formnl #submit{color:#fff;background-color:#7a0f19;border-color:#510a11}#formnl #submit:active,#formnl #submit.active,.open .dropdown-toggle#formnl #submit{background-image:none}#formnl #submit.disabled,#formnl #submit[disabled],fieldset[disabled] #formnl #submit,#formnl #submit.disabled:hover,#formnl #submit[disabled]:hover,fieldset[disabled] #formnl #submit:hover,#formnl #submit.disabled:focus,#formnl #submit[disabled]:focus,fieldset[disabled] #formnl #submit:focus,#formnl #submit.disabled:active,#formnl #submit[disabled]:active,fieldset[disabled] #formnl #submit:active,#formnl #submit.disabled.active,#formnl #submit[disabled].active,fieldset[disabled] #formnl #submit.active{background-color:#9e1321;border-color:#87101c}#formnl #submit .badge{color:#9e1321;background-color:#fff}.home-order-image-container{display:block;margin-bottom:10px;text-align:center}.home-order-image-container .home-order-image{width:80%}.home-shop-block{margin-bottom:50px}.home-newsletter-label{margin-top:30px}html #logo{background:url(/graphics/logov.png) top left no-repeat}html .svg #logo{background:url(/graphics/logov.svg) top left no-repeat}html #followup{background:url(/graphics/ribbonv.png) no-repeat 100% -40px #fff}@media (min-width:768px){html #followup{background:url(/graphics/ribbonv.png) no-repeat 100% -70px #fff}}html #logo{background:url(/graphics/logov.png) top left no-repeat}html.svg #logo{background:url(/graphics/logov.svg) top left no-repeat}
\ No newline at end of file
diff --git a/news/2018/news-20181105-01.en.xhtml b/news/2018/news-20181105-01.en.xhtml
index e3e1c65c95..43d48a35ba 100644
--- a/news/2018/news-20181105-01.en.xhtml
+++ b/news/2018/news-20181105-01.en.xhtml
@@ -2,48 +2,49 @@
-
- Annual report of the Free Software Foundation Europe 2018
-
-
-
-
-
-
+ h2, h3 {
+ padding-top: 2em;
+ }
+
+
+
+
+
+
Software freedom in Europe 2018
-
-
+
+
"Software freedom in Europe" is the yearly report of the Free Software Foundation Europe (FSFE). In one document, it gives you a breakdown of important things the FSFE has done and achieved during the last 12 months. In the 2018 report, you will read about our electoral campaigns, our input on the European Union's copyright reform, and about our successful outreach in demanding publicly financed software be made publicly available under a Free Software licence. You will also get insights about the events we (co-)organised and about our community and groups that helped us with these achievements. Finally, we will display some numbers showing what resources we counted on, and giving an outlook for the next year.
-
+
About the Free Software Foundation Europe
The Free Software Foundation Europe (FSFE) is a charity that empowers people to control technology by enabling access to software and its source code. The rights to use, study, share, and improve this software are essential to guarantee equal participation in democracies of the 21st century.
@@ -61,9 +62,9 @@
-
+
-
-
Campaigns in 2018
Public Money? Public Code!
@@ -100,16 +99,27 @@
On the other hand, little is known about how much public code is already a reality in many public administrations throughout Europe. To change this, we shed light on outstanding examples, to learn from each other and to put positive pressure on decision makers. We started a series of expert interviews in different areas to learn more about their experiences and their motivation, as well as their challenges: Francesca Bria, CTO of Barcelona, elaborates on how Free Software helps build a more democratic, inclusive and sustainable digital society ; Elena Muñoz Salinero, who leads the Technology Transfer Centre of the Spanish Government, speaks about best practices between public administrations in the re-use of software solutions , by publishing code under Free Software licenses; and Timo Aarnio, GIS expert at National Land Survey of Finland which coordinates the development of Oskari, explains development practices under public funding within a network with over 38 organisations from both the public and private sector .
-
+
+
+
As our next step, we are releasing a brochure with more than 20 pages to be used in the time before the European Parliament's election in mid-2019. The brochure is directed towards decision makers in politics and administrations: To help them understand Free Software, to explain the benefits of public code for democracy and IT security, and to point out the first steps to positively change procurement and legislation in favor of Free Software. We will not only use this brochure for the European Parliament's election, but also for distribution to decision-makers inside public institutions to help them understand the importance of Free Software in modernising our digital infrastructure. If you would like to support this and other "Public Money? Public Code!"-activities, sign the open letter and help us with your donation .
However, offering expertise to decision-makers is only one factor. It is just as important to apply pressure by raising awareness inside our society and offering people tools to explain the benefits of public code to each other . For the overall campaign's success, it is essential to empower activists and organisations from all over the world to become a part of this movement. One key to achieving this is to offer material and explanations in a person's mother tongue. Thanks to the priceless help of our outstanding volunteers, we have managed to translate the campaign website into 18 languages. The corresponding popular campaign video is dubbed into six different languages (English, French, Italian, German, Portuguese and Russian) and offers subtitles in a total of 15 languages. This way, we enable more than 1.5 billion people to learn about "Public Money, Public Code" in their language.Â
-
-
-
-
+
+
+
+
+ Get "Public Money? Public Code!" stickers, card and poster
+
+ helping you spread the word!
+
+
Free Software in the European Union's Copyright Directive
@@ -119,25 +129,38 @@
After a long and intense debate that we accompanied with our Save Code Share campaign, and after collecting more than 14.000 signatories for our open letter to avoid any negative impact for Free Software, we obtained some limited exclusion for Free Software in the text of the European Parliament's directive. With amendment 143 and 150 of the current copyright reform proposal, we now have at least an exclusion for “open source software developing platforms (..) within the meaning of this Directive”. However, the council proposed this exclusion to only be valid for “non-commercial open source software developing platforms”.
-
-
- Since the beginning of October the European Parliament and the Council have been in the Trialogue in which we keep raising our voices and demanding for an appropriated exception of commercial as well as non-commercial Free Software in the upcoming Copyright Reform package. Most likely, this debate will continue until the beginning of next year, so if you have not yet done so, back our demand and help keep a healthy environment for Free Software development by signing our open letter or helping us finanicially .Â
+
+
+
+ MEP Julia Reda receives more than 11.000 signatures against the dangerous impact of Article 13 from the FSFE's
+ policy coordinator Polina Malaja.
+
+
+
+ Since the beginning of October the European Parliament and the Council have been in the Trialogue in which we keep raising our voices and demanding for an appropriated exception of commercial as well as non-commercial Free Software in the upcoming Copyright Reform package. Most likely, this debate will continue until the beginning of next year, so if you have not yet done so, back our demand and help keep a healthy environment for Free Software development by signing our open letter or helping us finanicially .Â
The REUSE Initiative
The FSFE aims to support developers by helping them understand the legal implications of reusing a given piece of Free Software, and how to comply with these legal requirements by adding copyright and license information. To achieve this, the FSFE has embarked on our REUSE Initiative , which introduces a set of best practices for license information in ways that not only humans can read, but computers as well, helping to automate licensing. These guidelines have been in place since December 2017, and FSFE is proud to have contributed them under CC-0 licensing terms to the OpenChain Curriculum, a project that helps companies understand best practices supporting their compliance efforts.
-
+
In September, the Free University of Bozen-Bolzano published a study that was funded by the FSFE in order for us to better understand the impact of the REUSE Initiative, and how it could be improved upon. Researchers analyzed a set of GitHub projects and the extent to which they respect REUSE guidelines, discovering that compliance is currently lackluster. While this can be attributed to the relatively recent availability of our guidelines, the study also found them overly complex. Accordingly, the next step by the REUSE Initiative to provide support to developers in their efforts to include license information will be to further simplify the guidelines and to provide additional tools for developers, which can include, for example, the so-called “flight rules” developed by IDM-Südtirol . The FSFE is eager to work with partners from industry and research to improve these guidelines in order to see increased compliance in the future, and greatly appreciates all feedback that can help us make this a reality.
-
-
-
-
+
+
+
+ The FSFE helped Investigate Europe ,
+ an independent journalistic team, to better understand concepts and benefits of Free Software and
+ brought them in contact with experts from our network for their research for the TV documentary
+ "Microsoft-Software: Safe for Europe?".
+
+
Electoral campaigns
-
+
At the FSFE, we believe that Free Software and Open Standards should be a topic in all elections , be they on a European, national, regional, or local level. To influence the discourse and the agenda pre-election in favour of Free Software, we run electoral campaigns , where we collect and highlight information about the candidates and political parties who participate, and shed light on how they stand on Free Software. This practice can assist voters who care about Free Software and Open Standards with their voting decisions, by allowing them to understand which candidates support our cause towards a free society. After the elections, we will stay in contact with decision-makers and those who are committed to raising their voices for Free Software.
In 2018, the FSFE ran an Ask Your Candidates campaign in the forefront of the Italian elections by sending a set of questions to the participating political parties and publishing their answers afterwards. These questions aimed to clarify the various parties' positions on the use of Free Software in public administrations , a subject already present in Italian jurisprudence by way of Article 68 and Article 69 of the Code of the Digital Administration.
@@ -145,25 +168,40 @@
In conclusion, all parties and candidates that answered the questions - Movimento 5 Stelle, Liberi e Uguali, Partito Democratico and Potere al Popolo - have claimed to be in favour of the adoption and the extended use of Free Software and open formats in public administration as well as in public education. In the running legislation period, the FSFE Italy will use this information to observe the government on whether they are delievering on their promises.
-
I Love Free Software Day 2018
Every year on February 14th, we celebrate "I Love Free Software Day" , a day to say thank you to the contributors of the various Free Software you love: developers, translators, designers, testers, or documentation writers, of huge or smaller software projects. Again, all around the globe the message of 'I love Free Software' (#ilovefs) was spread on mass and social media, in communities and between people.
-
-
-
- We counted hundreds of messages on social media, as well as private and corporate blogs. Messages full of love declarations, sweetened with photos and artwork dedicated to the countless people out there contributing to Free Software every day, be it in the form of code, translations, documentation, community work, design, or management of projects. Thank you very much for having shared your love once more!
+
+
+
+
+
+ I Love Free Software Day 2018
+
+
+
+
+ We counted hundreds of messages on social media, as well as private and corporate blogs. Messages full of love declarations, sweetened with photos and artwork dedicated to the countless people out there contributing to Free Software every day, be it in the form of code, translations, documentation, community work, design, or management of projects. Thank you very much for having shared your love once more!
This year, to monitor the online popularity of the day's celebration, our intern Jan Weymeirsch wrote a scraper in GNU R to scrape trending data from social media and published it as a Free Software tool . We used this scraper to compile results about the quantity of toots and tweets using the hashtag #ilovefs and analysed their corresponding metadata as well. We then used this data to create a word-board that showed which Free Software had been the most popular that users were sharing the love with.
-
-
-
- Again, there have just been too many outstanding love declarations by individuals and organisations to be listed here. If you are interested in more details, read this year's report and do not miss #IloveFS-day in 2019!
+
+
+
+
+
+ I Love Free Software Day 2018
+
+
+
+
+ Again, there have just been too many outstanding love declarations by individuals and organisations to be listed here. If you are interested in more details, read this year's report and do not miss #IloveFS-day in 2019!
If you would like to keep up to date throughout the year and read good news about Free Software and the people behind it, subscribe to our newsletter and if you would like to help us spread the love about Free Software, support us financially .
-
-
+
+
Events we organised and participated in
@@ -174,35 +212,43 @@
In July, we combined our annual community meeting with the FSFE's presence at the Libre Software Meeting (aka Rencontres Mondiales du Logiciel Libre) in Strasbourg, France. The Libre Software Meeting is a community-driven Free Software meeting in France, and the FSFE had the chance to run its own freedom-related track during the conference. Our community meeting is the annual event to bring together our community across Europe for a weekend to discuss and set the FSFE's agenda for the months to come.Â
-
+
-
-
+
+
In April, the FSFE led its annual Free Software Legal and Licensing Workshop (LLW) , a 3-day conference in Barcelona, Spain, and a meeting point for world-leading legal experts to remove legal barriers for Free Software adoption , as well as to debate issues and best practices surrounding Free Software licences. In 2018, an estimated 120 legal experts enjoyed an unprecedented amount of parallel tracks and interactive sessions designed to dive into the most contentious topics in the legal world of Free Software.
In January, the FSFE partnered up again with Open Forum Europe for the third edition of the European Free Software Policy Meeting in Brussels , at the heart of European decision-making. The aim of the meeting was to shed light on topics important for Free Software in public policy all over Europe , and to exchange experience for policy action within different regions to help political decision-makers understand how software freedom is related to other freedoms in our society, as well as the economic impact of Free Software. This year, 17 different groups were represented at the European Free Software Policy Meeting, from national Free Software groups to public sector representatives and international organisations.
-
-
- In the days before New Year's Eve, the FSFE aligned with European Digital Rights (EDRi) and other friends to form a Cluster “Rights & Freedoms” at the 34th Chaos Communication Congress, one of the largest community-driven technology-events in the world. This cluster offered a stage with a full-time programme about digital rights and the FSFE Assembly forms an integral part of this program with our own Free Software track .
+
+
+
+ Booth at the
+
+ FSFE assembly during 34C3
+
+
+
+
+ In the days before New Year's Eve, the FSFE aligned with European Digital Rights (EDRi) and other friends to form a Cluster “Rights & Freedoms” at the 34th Chaos Communication Congress, one of the largest community-driven technology-events in the world. This cluster offered a stage with a full-time programme about digital rights and the FSFE Assembly forms an integral part of this program with our own Free Software track .
If you would like to support our community in participating throughout events in Europe, please consider supporting us financially .
-
In the FSFE's community, we appreciate all the people who help us on different levels with their respective skills on our path towards a society where users are in control of their technology. With this in mind in 2018, some ten thousand people, from Europe and beyond, are supporting the FSFE by spreading our word, signing our open letters about Public Money? Public Code! and Save Code Share , subscribing to our newsletter  and mailing lists, and joining our public discussions about Free Software and FSFE.Â
For those who feel inspired by the FSFE and would like to help keep the FSFE running with their official support, we offer a supporter programme , previously known as the Fellowship programme . The supporter programme includes a financial contribution to the FSFE and is crucial to our success. Joining the supporters program is as easy as any online transaction and it is said to bring good karma!
-
+
@@ -211,27 +257,38 @@
-
-
+
+
Last but not least, the FSFE is proud to have highly motivated people around Europe, without whose help the FSFE could not operate in the size and outreach that we have. These volunteers work in the core of our activities and are an integral part of our community . Some of them come together in our European Core Team , others coordinate our country or local groups , and countless volunteers run FSFE booths and give talks . They help spreading our promotional material as well as telling friends, families and colleagues about Free Software in Europe. All of them shape the FSFE community. If you would like to become an integral part of our community read about how you can contribute .
-
-
-
-
-
+
+
+
+ Community members at the
+
+ FSFE booth during LSM / RMLL 2018
+
+
+
Code of Conduct and the CARE team
Disagreement and possible conflicts are part of any debate in every community. This is not inherently bad; quite the opposite, in the FSFE's community, we understand differences of opinions to be fundamental in the democratic process, and important to shape the directions of a community-driven organisation like the FSFE. But no matter the dispute at stake, all participants should at all times feel at ease to participate and express their opinion , and to do so without fearing any form of attack, reprisal, or harassment.
It has always been an aim for our community to offer a friendly and peaceful environment for every participant at the FSFE's events and in its infrastructure, online and offline. Since last year, we have officially codified this in our Code of Conduct . To further ensure its availability and enforcement, we created a CARE team at the beginning of this year. Whenever you encounter a situation in which our Code of Conduct was breached, do not hesitate to get in touch with our central CARE team.
-
-
-
+
+
+
+
+ Code of Conduct
+
+
+
Staffers and team
@@ -248,8 +305,14 @@
Daily operations are run by the Executive Council . This year, our long-time financial officer Reinhard MĂĽller stepped down from his position after more than 10 years, and Patrick Ohnewein has been elected to take over the position. Reinhard continues to be a contributor to the FSFE in our technical backend and frontend, in particular as the lead organiser of the FSFE's biggest annual booth at FOSDEM.Â
In 2018, the General Assembly also approved the removal of the "Fellowship seats". In future, access to membership of the FSFE shall be facilitated through the normal membership procedures for active FSFE contributors. The FSFE believes that encouraging active contributors to become GA members, without the downsides of the elections, is a better way to achieve our mission.
-
-
+
+
+
+
+ Participants at the FSFE's general assembly 2018.
+
+
Budgets and expenses
@@ -260,19 +323,19 @@
Promotion material
The FSFE empowers people to promote digital freedom in the real world by offering a large set of promotion material . You can find inspiration about the 100 freedoms of Free Software and why There is no Cloud, just other people's computers , or leaflets to help you explain Free Software , Email encryption , the dangers of DRM and how to Free Your Android . You can also find postcards, posters and stickers of our Public Money? Public Code! and I love Free Software campaign. Order your own material now and help us to spread the word!
-
-
-
+
+
+
In the last 12 months, we sent out 751 promotion orders around the world. This means literally thousands of stickers, leaflets, and posters have been given out to people, who are interested or are even hearing about Free Software for the first time . If you would like to support us in this direct action, consider supporting us financially or consider a donation along with your personal PR material order . The right leaflet at the right time to the right person can be the start of long-lasting change.Â
Merchandise
Besides promotion material, the FSFE sells clothes, bags, baby bibs, and magnets as merchandise items. This year, we have newly released a "100 Freedoms of Free Software" shirt, a "There is no Cloud just other people's computers" magnet , and a "Public Money? Public Code!" bag .Â
-
+
Looking forward into 2019
-
+
@@ -284,8 +347,8 @@
-
-
+
+
On the member states level, there will be elections in many European countries , such as in Switzerland, Albania, Netherlands, Greece, and Spain. We want to accompany as many of them as possible with electoral campaigns to make sure political decision makers understand how Free Software contributes to freedom, transparency, self-determination, as well as economic well-being, and that they vote accordingly in future.Â
@@ -301,10 +364,20 @@
On this occasion, we like to send a big thank you to our community: all the contributors , as well as our financial supporters , and donors who made the work of the FSFE possible during the last 12 months.
Thank you!
-
+
Your Free Software Foundation Europe
-
-
+
+
+
+
+ FSFE supporters at the
+
+ community meeting 2018
+
+ in Strasbourg, France.
+
+
diff --git a/news/2019/news-20190308-01.en.xhtml b/news/2019/news-20190308-01.en.xhtml
index 7253559678..65ae358a43 100644
--- a/news/2019/news-20190308-01.en.xhtml
+++ b/news/2019/news-20190308-01.en.xhtml
@@ -31,12 +31,14 @@
of Free Software in achieving self-emancipation and gender equality.
-
-
-
-
+
+
+
+ Freedom is all about diversity.
+
+
Ever more, technology controls every single aspect of our lives. But
diff --git a/news/nl/nl-201904.en.xhtml b/news/nl/nl-201904.en.xhtml
new file mode 100644
index 0000000000..3fd03fd36f
--- /dev/null
+++ b/news/nl/nl-201904.en.xhtml
@@ -0,0 +1,103 @@
+
+
+
+ FSFE Newsletter - April 2019
+
+
+
+
+
+FSFE Newsletter April 2019
+This month's newsletter highlights the presence of the FSFE's campaign"Public Money? Public Code!" in German media and its growing popularity across Europe. You can find a short reminder of the news around the newly voted Copyright Directive, as well as a short summary of what else has happened during the past month. In the Get Active section this month we remind you of the new open call the Next Generation Internet project we are part of has launched. Additionally you can find out about new events we are attending and the Web-a-thon we organise in Frankfurt am Main.
+
+
+
+
+
+
+
+
+Our campaign Public Money? Public Code! has really taken off, as German media WDR and t3n picked it up earlier this month. The FSFE's initiative received prominent support in the media from various Bundestag members, as well as digital politics activists and publicists embracing the free licenses for software receiving money from public sector.
+Additionally, t3n, who also supports the campaign, published an interview with the FSFE's Public Policy Manager, Alexander Sander on the way public sector, like the city of Barcelona, deploys Free Software in its administration and city solutions: "The city manages to "react to the digital transformation with appropriate digital solutions". "The government's agenda today is 70 percent determined by the proposals made through Decidim." says the Public Policy Manager. He believes that administrations could save money in the long term by using free-open source software: different communities might share programs and knowledge, new software would not have to be bought at high cost or completely redeveloped." Alexander Sander also mentioned Barcelona was the first major European city to support this action.
+Please, feel welcome to also express your support by spreading the word and sharing our brochure
+
+Copyright Directive was adopted
+The European Parliament adopted the controversial Copyright Directive by 348 votes in favour, 274 votes against and 36 abstentions. Heated discussions about the introduction of upload filters ended up in protests of hundreds of thousands of people in the streets all across Europe. You can read our press release on the topic.
+
+
+ Join our community of freedom fighters: https://my.fsfe.org/support
+
+
+Inside and Outside the FSFE
+
+
+
+
+
+
+
+Pablo González, the FSFE's Madrid Coordinator, was present with an info booth between March 26th and 28th at the Taller de Periodismo de Datos in Medialab Prado in Madrid, Spain. He met with local journalists, hackers and data researchers interested in the FSFE's initiatives and goals, and topics like Open Standards and privacy.
+We also published our #ilovefs report where you can see only few of the pictures and graphics used during the day, as unfortunately, we couldn't include all the wonderful photos we saw. And you can also have insights on some numbers in statistics.
+On 3 April, the FSFE's Policy Manager Alexander Sander was at the Open Platform for Open Data? in Vienna, Austria. There, he talked about the challenges and contradictions of the models public administrations face when deploying software, as well as provided ways forward on how to shape the open data debate in a way that systematically promotes the public interest.
+Alexander Sander also made few other presentations on that topic at the Netzpolitischer Abend on 4 April in Vienna and on April 5th at the Grand Garage in Linz, Austria. A full video of his talk in Vienna is also available .
+Marcus Moeller, the FSFE Switzerland Coordinator, gave a presentation promoting the sustainable use of electronic equipment for educational purposes and thus also promoting Free Software, on 6 April at the Open Education Day in Berne, Switzerland. His presentation was given in front of teachers, people engaged with school informatics, as well as people interested in introducing and promoting Free Libre Open Source Software, Open Content or Open Hardware at their school.
+On 6 April the FSFE was present with an information and merchandise booth at another event - the 18th "Linux-Infotag Augsburg" . The event took place in the premises of the IT faculty of the Augsburg University of Applied Sciences.
+On April 8th, The FSFE's Policy Analyst Alexander Sander and Programme Manager Erik Albers gave a presentation at Escola del Treball de Barcelona about our "Public Money?Public Code!" Campaign. The meetup, lead by Monica Bernardi from Dimmos, discussed public policies around Free Software, public money and how to leverage Free Software to push public administrations into the next level. You can also watch the full video from the event.
+
+
+
+
+
+
+This month we had local FSFE supporter meetings in Hamburg, Bonn, Kiel and Zurich, Switzerland.
+
+
+Do not miss: upcoming events with the FSFE
+
+On 26 and 27 April, Max Mehl, the FSFE's Programme Manager, will give a keynote about Free Software as a solution to many pressing IT security problems at the Grazer Linuxtage . He will look at the pros and cons and use concrete examples to illustrate why security and openness are not contradictory. If you are close by, pay a visit to his talk at the Technical University Graz.
+On 11 May, the FSFE will be present with a booth at T-Dose in Eindhoven, The Netherlands. Visit the booth for interesting dicussions and chats about Free Software.
+On 21 May, Erik Albers, the FSFE's Communication Manager, will talk at the Magdeburger Developer Days about how we can help ours and future generations to safe resources with the help of software.
+Between 24 and 26 May, the FSFE will host a web-a-thon in Frankfurt (Main) with the intend to have a fruitful collective work on improving the FSFE's homepage. The web-a-thon will happen at the local Chaos Computer Club . Be there, or be square.
+
+
+Get Active
+
+
+
+
+
+
+Next Generation Internet Initiative : The third call of NGI Zero Discovery and NGI Zero PET opened up on April 1st 2019, with a deadline for submissions of June 1st 2019 12:00 CET.
+NGI Zero Discovery is seeking for project proposals between 5.000 and 50.000 euros - with the potential to scale them up if there is proven potential. Search should not be a gatekeeper, a black box or a privacy nightmare. If the internet is the equivalent of a global brain, we need creativity and diversity in the pathways across that brain to unlock its true potential. Search and discovery are basic human needs for humans of all ages, and we would like to put powerful new technology in the hands of future generations as building blocks for a fair and democratic society and an open economy that benefits all.
+NGI Zero PET is seeking project proposals between 5.000 and 50.000 euros - with the potential to scale them up if there is proven potential. Reliability, confidentiality, integrity and security should be the 'new normal' of the internet, something ordinary users should not have to worry about. Trust is one of the key drivers for the Next Generation Internet, and an adequate level of privacy is a non-negotiable requirement for that. The desire is to assist independent researchers and developers to create powerful new technology, and to help them put it in the hands of future generations as building blocks for a fair and democratic society and an open economy that benefits all.
+If your proposal ends up amongst the winners list, you will receive licensing advices and consultation from the FSFE team.
+
+
+ Contribute to our newsletter
+
+ If you would like to share any thoughts, pictures, or news, send them to us. As always, the address is newsletter@fsfe.org. We are looking forward to hearing from you. Also make sure to see your event in our next newsletter. Please use our new tool to announce it!
+ Thanks to our community, all the volunteers , supporters and donors who make our work possible. And thanks to our translators , who enable you to read this newsletter in your mother tongue.
+Your editor,
+Galia Mancheva
+
+ Join our community of freedom fighters: https://my.fsfe.org/support
+
+
+
+
+
+
+
+ donate
+
+ front-page
+ newsletter
+ Webathon
+ pmpc
+ Opencall
+ coc
+ Copyright
+ NGI0
+
+
+
diff --git a/news/nl/nl-201904.nl.xhtml b/news/nl/nl-201904.nl.xhtml
new file mode 100644
index 0000000000..fd22186a96
--- /dev/null
+++ b/news/nl/nl-201904.nl.xhtml
@@ -0,0 +1,105 @@
+
+
+
+ FSFE Nieuwsbrief - april 2019
+
+
+
+
+
+ FSFE Nieuwsbrief april 2019
+ De nieuwsbrief van deze maand licht de aanwezigheid van FSFE's campagne "Publiek Geld? Publieke Code!" in Duitse media en haar groeiende populariteit door Europa uit. U kunt een korte herinnering van het nieuws betreffende de stemming over de Auteursrichtlijn vinden evenals een korte samenvatting van wat we verder hebben gedaan gedurende de afgelopen maand. In de Word Actief-sectie van deze maand herinneren we u aan de nieuwe open oproep voor de lancering van het Next Generation Internet project waar we deel van uitmaken. Verder kunt u meer te weten komen over nieuwe evenementen die we bezoeken en de Web-a-thon die we in Frankfurt am Main organiseren.
+
+
+
+
+
+
+
+
+ Onze campagne Publiek Geld? Publieke! is nu echt begonnen, zoals Duitse media WDR en t3n eerder deze maand aandacht aan hebben besteedt. Het initiatief van de FSFE ontving prominente steun in de media van verschillende Bondsdagleden, digitale politici, activisten en publicisten die vrije licenties voor software die betaald is met geld uit de publieke sector omarmen.
+ Verder publiceerde t3n, die ook de campagne steunt, een interview met FSFE's manager Publiek Beleid Alexander Sander over de manier waarop de publieke sector, zoals de stad Barcelona, Vrije Software inzet bij het beheer en bij stedelijke oplossingen: "De stad slaagt erin om "met passende digitale oplossingen te reageren op de digitale transformatie". "De agenda van de overheid wordt vandaag de dag voor 70 procent bepaald door voorstellen vanuit Decidim". Hij gelooft dat overheden op lange termijn geld zouden kunnen besparen door Vrije Open Bron Software te gebruiken: verschillende gemeenschappen zouden programma's en kennis kunnen delen, nieuwe software zou niet tegen hoge kosten gekocht hoeven te worden of compleet opnieuw worden ontwikkeld." Alexander Sander benoemde ook dat Barcelona de eerste grote Europese stad is om deze actie te steunen.
+ Voelt u zich alstublieft vrij om ook uw steun te laten blijken door de boodschap verder te vertellen en onze brochure te delen.
+
+ Auteursrechtvoorstel aangenomen
+ Het Europees Parlement nam de controversiele auteursrechtrichtlijn aan met 348 stemmen voor, 247 stemmen tegen en 36 absenties. Verhitte discussies over de introductie van uploadfilters zijn geeindigd in protesten van honderdduizenden mensen op straten door heel Europa. U kunt ons persbericht over dit onderwerp lezen.
+
+
+ Neem deel aan onze gemeenschap van vrijheidsstrijders: https://my.fsfe.org/support
+
+
+ Binnen en buiten de FSFE
+
+
+
+
+
+
+
+ FSFE's Madrid-coordinator Pablo González was van 26 tot 28 maart met een infokraam aanwezig op de Taller de Periodismo de Datos in Medialab Prado in Madrid (Spanje). Hij ontmoette lokale journalisten, hackers en data-onderzoekers met interesse in FSFE's initiatieven en doelen en onderwerpen zoals Open Standaarden en privacy.
+ Verder publiceerden we ons #ilovefs-verslag waar u slechts een deel van de foto's en afbeeldingen kunt zien die we die dag hebben gebruikt omdat we helaas niet alle prachtige foto's konden invoegen die we hebben gezien. En u kunt ook inzicht krijgen in enkele cijfers en statistieken.
+ Op 3 april was FSFE's beleidsmanager Alexander Sander aanwezig op het Open Platform for Open Data? in Wenen (Oostenrijk). Daar praatte hij over de uitdagingen en tegenstellingen van de modellen die overheden tegenkomen bij het inzetten van software en over vooruitstrevende manieren om het debat over open data te vormen op een manier die systematisch het publieke belang promoot.
+ Alexander Sander hield ook enkele andere presentaties over dat onderwerp op de Netzpolitischer Abend op 4 april in Wenen en op 5 april in de Grand Garage in Linz (Oostenrijk). Een volledige video van zijn lezing in Wenen is ook beschikbaar .
+ FSFE Zwitserland-coordinator Marcus Moeller hield op 6 april een presentatie waarin hij het duurzame gebruik van electronica promootte en daarmee ook Vrije Software promootte op de Open Education Day in Bern (Zwitserland). Hij hield de presentatie voor leraren, mensen die zich bezig houden met informatica op school en mensen die interesse hebben om op school Vrije Libre Open Bron Software, Open Inhoud of Open Hardware te introduceren.
+ Op 6 april was de FSFE met een informatie- en fan-artikelenkraam aanwezig op een ander evenement: de 18e "Linux-Infotag Augsburg" . Het evenement vond plaats in de ruimten van de IT-faculteit van de Augsburgse Universiteit voor Toegepaste Wetenschappen.
+ Op 8 april hielden FSFE's beleidsanalist Alexander Sander en programmamanager Erik Albers een presentatie op Escola del Treball de Barcelona over onze "Publiek Geld? Publieke Code!"-campagne. Op deze ontmoeting, onder leiding van Monica Bernardi van Dimmos, werd er gediscussieerd over overheidsbeleid rond Vrije Software, publiek geld en hoe Vrije Software druk kan uitoefenen om overheden naar het volgende niveau te tillen. U kunt ook kijken naar de volledige video van het evenement.
+
+
+
+
+
+
+ Deze maand vonden er lokale FSFE-ontmoetingen plaats in Hamburg, Bonn, Kiel en ZĂĽrich (Zwitserland).
+
+
+ Mis het niet: komende evenementen met de FSFE
+
+ Op 26 en 27 april zal FSFE's programmamanager Max Mehl op de Grazer Linuxtage een belangrijke presentatie houden over Vrije Software als een oplossing voor vele dringende IT-veiligheidsproblemen. Hij zal kijken naar voor- en nadelen en concrete voorbeelden gebruiken om te illustreren waarom veiligheid en openheid niet aan elkaar zijn tegengesteld. Mocht u in de buurt zijn, bezoek dan zijn lezing aan de Technische Universiteit Graz.
+ Op 11 mei zal FSFE met een kraam aanwezig zijn op T-Dose in Eindhoven. Bezoek de kraam voor interessante discussies en praatjes over Vrije Software.
+ Op 21 mei zal FSFE's communicatiemanager Erik Albers op de Magdeburger Developer Days spreken over hoe we onze en toekomstige generaties kunnen helpen bij het veiligstellen van hulpbronnen met behulp van software.
+ Van 26 tot 26 mei zal de FSFE gastheer zijn op een web-a-thon in Frankfurt (Main, Duitsland) met als bedoeling zinvol sammen te werken aan het verbeteren van FSFE's homepage. De web-a-thon zal plaatsvinden in de lokale Chaos Computer Club . Doe mee!
+
+
+ Word actief
+
+
+
+
+
+
+ Next Generation Internet Initiative : De derde oproep voor NGI Zero Discovery en NGI Zero PET is geopend op 1 april 2019, met een deadline voor inzendingen op 1 juni 2019 12:00 CET.
+ NGI Zero Discovery zoekt projectvoorstellen tussen 5.000 en 50.000 euro, met de potentie om op te schalen na bewezen potentieel. Zoeken (op internet, vert.) zou geen poortwachter, geen zwarte doos of een privacynachtmerrie moeten zijn. Als het internet het equivalent van wereldwijde hersenen zou zijn dan zouden we creativiteit en diversiteit nodig hebben op de paden door die hersenen om haar echte potentieel vrij te maken. Zoeken en ontdekken zijn basisbehoeften voor alle mensen van alle leeftijden en we willen graag krachtige nieuwe technologie overhandigen aan toekomstige generaties als bouwblokken voor een eerlijke en democratische samenleving en een open economie waar iedereen voordeel van heeft.
+ NGI Zero PET zoekt projectvoorstellen tussen 5.000 en 50.000 euro, met de potentie om op te schalen na bewezen potentieel. Betrouwbaarheid, vertrouwelijkheid, integriteit en veiligheid zouden het "nieuwe normaal" van het internet moeten zijn: iets waar gewone gebruikers zich geen zorgen over hoeven te maken. Vertrouwen is een van de belangrijkste drijfveren van Next Generation Internet en een adequaat niveau van privacy is een niet-onderhandelbare vereiste daarvoor. De wens is om onafhankelijke onderzoekers en ontwikkelaars te helpen bij het creeeren van krachtige nieuwe technologie en ze te helpen deze te overhandigen aan toekomstige generaties als bouwblokken voor een eerlijke en democratische samenleving en een open economie waar iedereen voordeel van heeft.
+ Als uw voorstel de lijst met winnaars haalt zult u licentie-advies en consultatie van het FSFE-team ontvangen.
+
+
+ Draag bij aan onze nieuwsbrief
+
+ Als u uw ideeën, afbeeldingen of nieuws wilt delen, stuur ze dan naar ons. Het adres is, zoals altijd, newsletter@fsfe.org. We kijken ernaar uit om van u te horen!
+ Met dank aan onze gemeenschap, alle vrijwilligers , supporters en donoren die ons werk mogelijk maken. En met dank aan onze vertalers die u in staat stellen om deze nieuwsbrief in uw moedertaal te lezen.
+ Uw eindredacteur,
+ Galia Mancheva
+
+
+ Neem deel aan onze gemeenschap van vrijheidsstrijders: https://my.fsfe.org/support
+
+
+
+
+
+
+
+ donate
+
+ front-page
+ newsletter
+ Webathon
+ pmpc
+ Opencall
+ coc
+ Copyright
+ NGI0
+
+
+André Ockers
+
diff --git a/order/2016/info.de.xml b/order/2016/info.de.xml
index 9520f2bab7..db9dae08a3 100644
--- a/order/2016/info.de.xml
+++ b/order/2016/info.de.xml
@@ -43,6 +43,10 @@
Ein Muss für jeden, der andere daran erinnern möchte, wie wichtig es
ist, die Kontrolle ĂĽber die eigenen Daten zu behalten.
+
+ Achtung: Die Größen sind kleiner als üblich. Beachten
+ Sie bitte die Größentabelle .
+
@@ -53,6 +57,10 @@
Ein Muss für jeden, der andere daran erinnern möchte, wie wichtig es
ist, die Kontrolle ĂĽber die eigenen Daten zu behalten.
+
+ Achtung: Die Größen sind kleiner als üblich. Beachten
+ Sie bitte die Größentabelle .
+
@@ -63,6 +71,10 @@
Ein Muss für jeden, der andere daran erinnern möchte, wie wichtig es
ist, die Kontrolle ĂĽber die eigenen Daten zu behalten.
+
+ Achtung: Die Größen sind kleiner als üblich. Beachten
+ Sie bitte die Größentabelle .
+
@@ -73,6 +85,10 @@
Ein Muss für jeden, der andere daran erinnern möchte, wie wichtig es
ist, die Kontrolle ĂĽber die eigenen Daten zu behalten.
+
+ Achtung: Die Größen sind kleiner als üblich. Beachten
+ Sie bitte die Größentabelle .
+
diff --git a/order/2016/info.en.xml b/order/2016/info.en.xml
index 414c6a942f..a26484f56e 100644
--- a/order/2016/info.en.xml
+++ b/order/2016/info.en.xml
@@ -43,6 +43,10 @@
A must have for everybody who wants to remind others how important it is
to keep in control of one's own data.
+
+ Note: Sizes are smaller than usual. Please have a look
+ at the size chart .
+
@@ -53,6 +57,10 @@
A must have for everybody who wants to remind others how important it is
to keep in control of one's own data.
+
+ Note: Sizes are smaller than usual. Please have a look
+ at the size chart .
+
@@ -63,6 +71,10 @@
A must have for everybody who wants to remind others how important it is
to keep in control of one's own data.
+
+ Note: Sizes are smaller than usual. Please have a look
+ at the size chart .
+
@@ -73,6 +85,10 @@
A must have for everybody who wants to remind others how important it is
to keep in control of one's own data.
+
+ Note: Sizes are smaller than usual. Please have a look
+ at the size chart .
+
diff --git a/order/2016/item.en.xml b/order/2016/item.en.xml
index 480db16c16..415acef5b8 100644
--- a/order/2016/item.en.xml
+++ b/order/2016/item.en.xml
@@ -20,7 +20,7 @@
-
-
+
diff --git a/order/2017/info.de.xml b/order/2017/info.de.xml
index dfb909ce87..e8ba679ce4 100644
--- a/order/2017/info.de.xml
+++ b/order/2017/info.de.xml
@@ -16,6 +16,10 @@
Damit man sich auch an kalten Tagen fĂĽr eine freie Gesellschaft einsetzen kann.
+
+ Achtung: Die Größen sind größer als üblich. Beachten
+ Sie bitte die Größentabelle .
+
@@ -25,6 +29,10 @@
Damit man sich auch an kalten Tagen fĂĽr eine freie Gesellschaft einsetzen kann.
+
+ Achtung: Die Größen sind größer als üblich. Beachten
+ Sie bitte die Größentabelle .
+
diff --git a/order/2017/info.en.xml b/order/2017/info.en.xml
index 16fef9d2e1..cf0178cc3e 100644
--- a/order/2017/info.en.xml
+++ b/order/2017/info.en.xml
@@ -16,6 +16,10 @@
So you can advocate a free society even on cold days.
+
+ Note: Sizes are larger than usual. Please have a look
+ at the size chart .
+
@@ -25,6 +29,10 @@
So you can advocate a free society even on cold days.
+
+ Note: Sizes are larger than usual. Please have a look
+ at the size chart .
+
diff --git a/order/2017/item.en.xml b/order/2017/item.en.xml
index efe9f78721..ae53d516ed 100644
--- a/order/2017/item.en.xml
+++ b/order/2017/item.en.xml
@@ -74,7 +74,7 @@
-
+
diff --git a/order/2019/item.en.xml b/order/2019/item.en.xml
index 4f1a240bee..c2586346dd 100644
--- a/order/2019/item.en.xml
+++ b/order/2019/item.en.xml
@@ -9,7 +9,7 @@
-
+
diff --git a/order/order.de.xhtml b/order/order.de.xhtml
index e9345ea475..0003baf8b5 100644
--- a/order/order.de.xhtml
+++ b/order/order.de.xhtml
@@ -87,8 +87,8 @@
Versand innerhalb Europas (€7.00)
Weltweiter Versand (€12.00)
-
- Kein Versand (Selbstabholung)
+