html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd::after {
  clear: both;
  content: "";
  display: table; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid::after {
    clear: both;
    content: "";
    display: table; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
  padding-top: 70px;
  width: auto; }

h1,
h2,
h3,
h4 {
  clear: both;
  color: #093a41;
  font-weight: 500;
  margin-top: 0; }

h1 {
  font-size: 2.25em;
  padding-top: 1em; }
  @media screen and (max-width: 769px) {
    h1 {
      margin-bottom: 20px; } }

.clearfix::after, .top-navigation .navbar::after, .top-navigation .nav-logo::after, .home-container::after {
  clear: both;
  content: "";
  display: table; }

a {
  color: #0078c6;
  text-decoration: none; }

.button-face, .top-navigation .first-level li a, .side-nav .first-level > li > a, .side-nav .second-level > li > a {
  border-radius: 4px;
  color: #4d5f69;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 2px;
  margin: .7em 0;
  padding: .55em; }
  .button-face:active, .top-navigation .first-level li a:active, .side-nav .first-level > li > a:active, .side-nav .second-level > li > a:active, .button-face:hover, .top-navigation .first-level li a:hover, .side-nav .first-level > li > a:hover, .side-nav .second-level > li > a:hover, .button-face:focus, .top-navigation .first-level li a:focus, .side-nav .first-level > li > a:focus, .side-nav .second-level > li > a:focus {
    text-decoration: none; }

.button-face.green {
  background-color: #4d5f69;
  color: #fff; }
.button-face.huge {
  font-size: 1.2em;
  padding: .55em 3em; }

.top-navigation .nav-logo h1, .search-box h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: normal; }

ul, .side-nav ul, .grid {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ul.spip {
  list-style-type: unset;
  padding-left: 40px; }
ul li {
  margin-bottom: .5em; }

p {
  margin-bottom: .72em; }

.content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin: 52px auto;
  padding: 0 1em 5em; }
  .content::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 999px) {
    .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%; }
      .content:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 769px) {
    .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%;
      font-size: 14px;
      margin-top: 25px;
      padding: 0 1em 2em; }
      .content:last-child {
        margin-right: 0; } }
  .content.with-sidenav, .content.rub66 {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    float: left; }
    .content.with-sidenav:last-child, .content.rub66:last-child {
      margin-right: 0; }
    @media screen and (max-width: 769px) {
      .content.with-sidenav, .content.rub66 {
        margin-left: 0%;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .content.with-sidenav:last-child, .content.rub66:last-child {
          margin-right: 0; } }

.mobile-only,
.side-nav .first-level > li > a,
.side-nav .howto-submit {
  display: none; }
  @media screen and (max-width: 769px) {
    .mobile-only,
    .side-nav .first-level > li > a,
    .side-nav .howto-submit {
      display: block; } }

@media screen and (max-width: 769px) {
  .desktop-only,
  #wlp,
  #wlp + table,
  .top-navigation .main-nav,
  .top-navigation .submit-link,
  .footer-recommendations .footer-wrapper {
    display: none; } }

@media screen and (max-width: 769px) {
  h1 {
    font-size: 1.9em; }

  h2 {
    font-size: 1.5em; }

  h3 {
    font-size: 1.1em; } }
.timestamp {
  color: gray;
  font-size: .9em; }

iframe {
  max-width: 100%; }

.container-text img {
  max-width: 100%; }

.translations-container {
  margin-left: 85.29804%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  border: 1px solid #000;
  float: right;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 1em 2.2em; }
  .translations-container:last-child {
    margin-right: 0; }
  .translations-container ul {
    list-style-type: none;
    padding-left: 0; }
  .translations-container li {
    line-height: normal;
    padding-bottom: .8em; }

.btn-wl {
  clear: both;
  background-color: #007AC3;
  color: #fff !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  padding: 7px 15px;
  margin-bottom: 15px;
  margin-top: 5px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  line-height: 20px;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  display: inline-block; }

.btn-wl-empty {
  color: #007AC3 !important;
  background-color: #fff;
  border-color: #007AC3;
  border-width: 3px; }

div.submit_elem {
  position: absolute;
  top: 34em;
  width: 100%; }

div.submit_buttons {
  margin: 2em 0em;
  margin-bottom: 0;
  padding-bottom: 0; }

a:hover {
  text-decoration: none; }

#submit_wlkey:target ~ div[id=main],
#submit_help_contact:target ~ div[id=main],
#submit_help_tor:target ~ div[id=main],
#submit_help_tips:target ~ div[id=main],
#submit_help_after:target ~ div[id=main] {
  display: none; }
#submit_wlkey:target ~ footer[id=page-footer],
#submit_help_contact:target ~ footer[id=page-footer],
#submit_help_tor:target ~ footer[id=page-footer],
#submit_help_tips:target ~ footer[id=page-footer],
#submit_help_after:target ~ footer[id=page-footer] {
  display: none; }
#submit_wlkey:target ~ div[id=submit],
#submit_help_contact:target ~ div[id=submit],
#submit_help_tor:target ~ div[id=submit],
#submit_help_tips:target ~ div[id=submit],
#submit_help_after:target ~ div[id=submit] {
  display: block; }
#submit_wlkey:target ~ div[id=submit_help_buttons],
#submit_help_contact:target ~ div[id=submit_help_buttons],
#submit_help_tor:target ~ div[id=submit_help_buttons],
#submit_help_tips:target ~ div[id=submit_help_buttons],
#submit_help_after:target ~ div[id=submit_help_buttons] {
  display: none; }
#submit_wlkey:target,
#submit_help_contact:target,
#submit_help_tor:target,
#submit_help_tips:target,
#submit_help_after:target {
  display: block; }

#submit ~ div[id=main] {
  display: block; }

#submit {
  display: none; }

#submit_help_buttons {
  display: none; }

#submit_wlkey {
  display: none; }

#submit_help_contact {
  display: none; }

#submit_help_tor {
  display: none; }

#submit_help_tips {
  display: none; }

#submit_help_after {
  display: none; }

#submit:target ~ div[id=main] {
  display: none; }
#submit:target ~ footer[id=page-footer] {
  display: none; }
#submit:target ~ div[id=submit_help_buttons] {
  display: block; }
#submit:target {
  display: block; }

.submit_banner {
  padding-top: 55px;
  position: absolute;
  top: 0;
  width: 100%; }
  .submit_banner h1 {
    float: left;
    margin: 0;
    padding: 0;
    width: 90%; }

.onion-url {
  font-size: 30px;
  font-weight: bold; }

.page-header::after {
  clear: both;
  content: "";
  display: table; }

.remove-button {
  float: right; }
  .remove-button span {
    font-size: 1.5em; }

.submit_banner {
  background-color: inherit; }
  .submit_banner .glyphicon-remove-circle::before {
    content: '\d7'; }

.submit_banner,
.submit_elem {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .submit_banner .submit_buttons,
  .submit_elem .submit_buttons {
    margin-top: 4em; }

.top-navigation {
  background-color: #fff;
  border-bottom: 1px solid #dedede;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  line-height: 1.9;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 26; }
  @media screen and (max-width: 769px) {
    .top-navigation {
      border: 0; }
      .top-navigation .nav-element {
        height: 40px; }
      .top-navigation h1 {
        line-height: 1.2em; }
      .top-navigation .global-search {
        border-radius: 0;
        height: 40px;
        margin: 0;
        width: 100%; }
        .top-navigation .global-search input {
          height: 100%; } }
  .home .top-navigation {
    border-bottom: 0; }
  .top-navigation .navbar {
    background-color: #fff;
    background-image: none;
    border: 0;
    box-shadow: none;
    font-size: inherit;
    margin-bottom: 0;
    min-height: 0; }
    @media screen and (max-width: 769px) {
      .top-navigation .navbar {
        font-size: .8em; } }
    .top-navigation .navbar li > a,
    .top-navigation .navbar a:active,
    .top-navigation .navbar a:focus,
    .top-navigation .navbar a:hover {
      text-decoration: none; }
  .top-navigation .main-nav {
    float: left; }
  .top-navigation .action-buttons {
    float: right;
    padding-right: .5em; }
  .top-navigation .support-link {
    padding: .55em .75em; }
  .top-navigation .submit-link {
    background: #5c727d;
    color: #fff;
    padding: .55em .75em; }
  .top-navigation .donate-link {
    background-color: #e5332a;
    color: #fff; }
  .top-navigation .first-level {
    display: inline-block; }
    .top-navigation .first-level li {
      display: inline-block;
      margin: 0; }
  .top-navigation .nav-logo {
    background: url("/static/img/wl-logo.png") 0% 50% no-repeat;
    background-size: 1.4em;
    display: inline-block;
    float: left;
    letter-spacing: 0;
    margin-left: .5em;
    padding: .9em 1.8em; }
    @media screen and (max-width: 769px) {
      .top-navigation .nav-logo {
        margin-left: 0;
        padding-right: 0; } }
    .top-navigation .nav-logo:hover {
      background-color: transparent; }
    .top-navigation .nav-logo h1 {
      background: none;
      border-bottom: 0;
      font-size: 1.9em;
      font-weight: normal;
      line-height: 1.1em;
      margin: 0 auto;
      padding: 0; }
  .top-navigation .img-responsive {
    margin: 0 auto;
    max-height: 100%; }
  .top-navigation .global-search {
    float: right;
    margin: .7em 0;
    padding: .55em; }
    @media screen and (max-width: 769px) {
      .top-navigation .global-search {
        border-bottom: solid 1px #dedede;
        border-top: solid 1px #ebebeb;
        margin: 0;
        width: 100%; } }
    .home .top-navigation .global-search {
      display: none; }
    .wlsearch .top-navigation .global-search {
      display: none; }
    .top-navigation .global-search input {
      border: 0;
      border-bottom: solid 2px #4d5f69;
      color: #7d939f;
      font-family: inherit;
      font-weight: normal;
      letter-spacing: 2px;
      line-height: 1.9;
      outline: 0;
      width: 120px; }
      @media screen and (max-width: 769px) {
        .top-navigation .global-search input {
          border: 0;
          width: 85%; } }
    .top-navigation .global-search input,
    .top-navigation .global-search button {
      display: block;
      float: left;
      font-size: inherit; }
    .top-navigation .global-search .btn-search {
      background: url("../img/magnifier-green.png") center center no-repeat;
      background-size: 100%;
      border: 0;
      display: inline-block;
      float: right;
      height: 1em;
      margin: .3em .2em 0;
      width: 1em; }
      @media screen and (max-width: 769px) {
        .top-navigation .global-search .btn-search {
          border: 0;
          height: 1.5em;
          margin-top: .2em;
          width: 1.5em; } }
      .top-navigation .global-search .btn-search.btn {
        background-color: transparent;
        border: 0;
        border-radius: 0; }

#paginationpagination_racine_articles {
  position: absolute;
  top: 0; }

@media screen and (max-width: 769px) {
  #main .sidebar,
  #main .container-text {
    float: left;
    display: block;
    margin-right: 38.19821%;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    #main .sidebar:last-child,
    #main .container-text:last-child {
      margin-right: 0; } }
#main #uniquer {
  overflow-x: auto; }

#donate-content img {
  height: auto;
  max-width: 100%; }

.side-nav .first-level > li > a, .side-nav .second-level > li > a {
  padding: 0.4em 0;
  padding-left: 30px;
  width: 100%; }

.side-nav {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  background-color: #fff;
  display: none;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 100%;
  left: 0;
  line-height: 1.9;
  margin-bottom: 8em;
  min-height: 500px; }
  .side-nav:last-child {
    margin-right: 0; }
  @media screen and (max-width: 769px) {
    .side-nav {
      background-color: rgba(0, 0, 0, 0.4);
      background-image: none;
      min-height: auto;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 27; }
      .side-nav .menu-wrapper {
        background-color: #fff;
        height: 100%;
        position: absolute;
        top: 0;
        width: 360px; } }
  .side-nav.rub66 {
    display: block; }
    @media screen and (max-width: 769px) {
      .side-nav.rub66 {
        display: none; } }
  .home .side-nav {
    margin-top: -1.5em; }
    @media screen and (max-width: 769px) {
      .home .side-nav {
        margin-top: 0; } }
  .side-nav ul li {
    list-style-type: none;
    margin-left: 0; }
  .side-nav .first-level {
    margin-top: 4em; }
    .side-nav .first-level > li > a.on, .side-nav .first-level > li > a.on:hover {
      background: url("../img/arrow-right-green.png") 1em center no-repeat;
      background-size: .8em; }
      .side-nav .first-level > li > a.on.about-menu-item, .side-nav .first-level > li > a.on:hover.about-menu-item {
        background-image: none; }
  @media screen and (max-width: 769px) {
    .side-nav .second-level {
      padding-left: 30px; } }
  .side-nav .second-level > li > a {
    font-size: .9em; }
    .side-nav .second-level > li > a.on, .side-nav .second-level > li > a.on:hover {
      background: url("../img/arrow-right-green.png") 0.7em center no-repeat;
      background-size: .7em;
      color: #093a41; }
  .side-nav aside {
    margin-top: 4em; }
    @media screen and (max-width: 769px) {
      .side-nav aside {
        margin-top: 2em; } }
  .side-nav .friends {
    bottom: 4em;
    left: 30px;
    position: absolute; }
    .side-nav .friends .first-level li {
      color: #cccccc;
      display: inline-block;
      font-size: .7em; }
      .side-nav .friends .first-level li a {
        padding: 0;
        padding-right: 1.5em; }
  .side-nav .social {
    bottom: 1em;
    left: 30px;
    position: absolute; }
    .side-nav .social ul li {
      display: inline-block; }
      .side-nav .social ul li img {
        height: 1.4em;
        margin-right: 1em; }

@media screen and (max-width: 769px) {
  .hot-dog, .close-btn {
    background: transparent center center/1.8em no-repeat;
    display: block;
    float: left;
    height: 40px;
    margin: .4em 3px;
    padding: 0;
    width: 40px; }

  .hot-dog {
    background-image: url("../img/hotdog-green.png"); }

  .close-btn {
    background-image: url("../img/close-green.png"); }

  .side-nav {
    display: none; }
    .side-nav .first-level {
      margin-top: 4em; }

  #menu:target {
    display: block;
    top: 0; } }
.side-nav-legacy {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  height: 100%;
  left: 0;
  margin-bottom: 8em;
  overflow: auto;
  padding: 2em 0 3em .9em;
  text-align: center;
  top: 50px;
  z-index: 19; }
  .side-nav-legacy:last-child {
    margin-right: 0; }

.tile > a {
  background-color: #f7f7f7;
  border: solid 1px #dedede;
  border-radius: 4px;
  display: block;
  margin-bottom: 1em;
  padding: .6em;
  position: relative;
  text-decoration: none;
  width: 100%; }
  .tile > a .teaser,
  .tile > a .teaser img {
    background-color: #fff;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%; }
  .tile > a .title {
    font-size: 1.3em;
    font-weight: 900;
    margin: .5em 0 .3em; }
  .tile > a .intro {
    color: gray;
    line-height: 1.3em; }
  .tile > a:hover .title, .tile > a:hover .intro, .tile > a:hover .timestamp {
    color: #000; }
  .tile > a .label {
    background-color: #a1d5e4;
    bottom: 20px;
    color: #000;
    display: none;
    font-size: 1.1em;
    height: 3em;
    line-height: 1.5;
    margin-bottom: -25px;
    opacity: .8;
    padding: .5em .8em;
    position: absolute;
    width: 100%; }
    .tile > a .label .btn-search {
      background: url("../img/magnifier-green.png") center center no-repeat;
      background-size: 1.4em;
      border: 0;
      display: block;
      float: left;
      height: 1.5em;
      right: .7em;
      top: .8em;
      width: 1.6em; }
    .tile > a .label.rub33 {
      display: block; }

.tile > a {
  height: 30em; }
  @media screen and (max-width: 500px) {
    .tile > a {
      height: auto; } }
  .tile > a .timestamp {
    bottom: .3em;
    position: absolute;
    right: .6em; }
    .tile > a .timestamp.art393 {
      display: none; }

.home-container {
  color: gray; }

.search-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  margin-bottom: 2em;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  text-align: center; }
  .search-box:last-child {
    margin-right: 0; }
  @media screen and (max-width: 999px) {
    .search-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%; }
      .search-box:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 500px) {
    .search-box {
      float: left;
      display: block;
      margin-right: 38.19821%;
      width: 100%;
      margin-left: 0%;
      padding: 0 1em; }
      .search-box:last-child {
        margin-right: 0; } }
  .search-box input,
  .search-box button {
    border: 0;
    display: block;
    font-size: .85em; }
  .search-box h1 {
    font-size: 6.5em;
    padding-top: 0; }
    @media screen and (max-width: 999px) {
      .search-box h1 {
        font-size: 5.3em; } }
    @media screen and (max-width: 769px) {
      .search-box h1 {
        font-size: 4em; } }
  .search-box .btn-search {
    background: url("../img/magnifier-green.png") center center no-repeat;
    background-size: 1.4em;
    border: 0;
    display: block;
    height: 1.7em;
    position: absolute;
    right: .7em;
    top: .8em;
    width: 1.6em; }
  .search-box .search-form {
    margin-bottom: 1em;
    position: relative;
    width: 100%; }
  .search-box .search-query {
    border: #cccccc 1px solid;
    border-radius: 4px;
    color: #7d939f;
    font-size: 1.2em;
    font-weight: normal;
    letter-spacing: 2px;
    outline: 0;
    padding: .4em 1.7em .4em 1em;
    width: 100%; }
    .search-box .search-query:focus {
      border-color: #66afe9;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); }

.grid::after {
  clear: both;
  content: "";
  display: table; }
.grid li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  width: 23.23176%;
  margin-right: 1.76824%; }
  .grid li:last-child {
    margin-right: 0; }
  @media screen and (max-width: 999px) {
    .grid li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 1.17883%; }
      .grid li:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 500px) {
    .grid li {
      float: left;
      display: block;
      margin-right: 38.19821%;
      width: 100%; }
      .grid li:last-child {
        margin-right: 0; } }
.grid .double-sized {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  width: 48.23176%;
  margin-right: 1.76824%; }
  .grid .double-sized:last-child {
    margin-right: 0; }
  @media screen and (max-width: 999px) {
    .grid .double-sized {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 1.17883%; }
      .grid .double-sized:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 500px) {
    .grid .double-sized {
      float: left;
      display: block;
      margin-right: 38.19821%;
      width: 100%; }
      .grid .double-sized:last-child {
        margin-right: 0; } }
.grid .triple-sized {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  width: 73.23176%;
  margin-right: 1.76824%; }
  .grid .triple-sized:last-child {
    margin-right: 0; }
  @media screen and (max-width: 999px) {
    .grid .triple-sized {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 1.17883%; }
      .grid .triple-sized:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 500px) {
    .grid .triple-sized {
      float: left;
      display: block;
      margin-right: 38.19821%;
      width: 100%; }
      .grid .triple-sized:last-child {
        margin-right: 0; } }
.grid .quadruple-sized {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  width: 98.23176%; }
  .grid .quadruple-sized:last-child {
    margin-right: 0; }
  @media screen and (max-width: 999px) {
    .grid .quadruple-sized {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 1.17883%; }
      .grid .quadruple-sized:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 500px) {
    .grid .quadruple-sized {
      float: left;
      display: block;
      margin-right: 38.19821%;
      width: 100%; }
      .grid .quadruple-sized:last-child {
        margin-right: 0; } }

.double-sized a .teaser {
  text-align: center;
  width: 100%; }
  .double-sized a .teaser img {
    height: 50%;
    margin: auto;
    width: 360px; }

.triple-sized a .teaser {
  float: left;
  height: 100%;
  margin-right: 2.37633%;
  text-align: center;
  width: 64.81841%; }
  .triple-sized a .teaser img {
    height: auto;
    width: 100%; }
.triple-sized a .text {
  float: left;
  width: 30.42893%; }
@media screen and (max-width: 999px) {
  .triple-sized a .teaser {
    float: none;
    height: auto;
    margin-right: auto;
    text-align: center;
    width: 100%; }
    .triple-sized a .teaser img {
      height: auto;
      width: 100%; }
  .triple-sized a .text {
    float: none;
    width: auto; } }

.quadruple-sized a .teaser {
  float: left;
  height: 100%;
  margin-right: 1.76824%;
  text-align: center;
  width: 73.82117%; }
  .quadruple-sized a .teaser img {
    height: auto;
    width: 100%; }
.quadruple-sized a .text {
  float: left;
  width: 22.64235%; }
@media screen and (max-width: 999px) {
  .quadruple-sized a .teaser {
    float: none;
    height: auto;
    margin-right: auto;
    text-align: center;
    width: 100%; }
    .quadruple-sized a .teaser img {
      height: auto;
      width: 100%; }
  .quadruple-sized a .text {
    float: none;
    width: auto; } }

.tile.rub64 a {
  background-color: #4d5f69;
  overflow: hidden;
  padding: 0; }
  .tile.rub64 a .title,
  .tile.rub64 a .intro,
  .tile.rub64 a .timestamp {
    color: #fff; }
  .tile.rub64 a .teaser {
    background-color: transparent; }
  .tile.rub64 a .text {
    padding: 0 .6em; }
.tile.rub64.double-sized.with-image a .teaser {
  height: 100%;
  position: absolute;
  width: 100%; }
  .tile.rub64.double-sized.with-image a .teaser img {
    height: 100%;
    width: auto; }
.tile.rub64.double-sized.with-image a .text {
  background-image: linear-gradient(0deg, rgba(54, 73, 82, 0.7), rgba(54, 73, 82, 0.9));
  height: 50%;
  padding: .6em 1em;
  position: relative;
  top: 50%; }
.tile.rub64.triple-sized a, .tile.rub64.quadruple-sized a {
  position: relative; }
  .tile.rub64.triple-sized a .teaser, .tile.rub64.quadruple-sized a .teaser {
    height: 100%;
    position: absolute;
    width: 100%; }
    .tile.rub64.triple-sized a .teaser img, .tile.rub64.quadruple-sized a .teaser img {
      height: auto;
      position: relative;
      width: 100%; }
      @media screen and (max-width: 999px) {
        .tile.rub64.triple-sized a .teaser img, .tile.rub64.quadruple-sized a .teaser img {
          height: 100%;
          width: auto; } }
  .tile.rub64.triple-sized a .text, .tile.rub64.quadruple-sized a .text {
    background-image: linear-gradient(0deg, rgba(54, 73, 82, 0.7), rgba(54, 73, 82, 0.9));
    height: 100%;
    padding: .6em 1em;
    position: relative;
    right: 0;
    top: 0; }

.news .content a {
  color: #093a41; }
.news .content ul li {
  border-bottom: 1px solid #7d939f; }
.news .content .title {
  margin: 0; }
.news .content .introduction {
  margin-top: .7em; }

.footer-recommendations {
  clear: both;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
  padding-top: 1px;
  width: 100%; }
  .footer-recommendations .footer-wrapper {
    background-color: #ebebeb;
    margin-top: 40px; }
  .footer-recommendations .recommendation-container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: center; }
    .footer-recommendations .recommendation-container::after {
      clear: both;
      content: "";
      display: table; }
  .footer-recommendations .top {
    background: url("/static/img/arrow-up.png") 50% 30% no-repeat #fff;
    background-size: 1.3em;
    border: #cccccc 1px solid;
    border-radius: 40px;
    color: #555555;
    display: inline-block;
    height: 80px;
    padding: 40px 0;
    position: relative;
    text-align: center;
    top: -40px;
    width: 80px; }
  .footer-recommendations .recommendation-links li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    font-size: .8em;
    text-align: left; }
    .footer-recommendations .recommendation-links li:last-child {
      margin-right: 0; }
    .footer-recommendations .recommendation-links li a {
      color: #555555; }
    .footer-recommendations .recommendation-links li p {
      line-height: 1.43em;
      text-indent: 0; }
    .footer-recommendations .recommendation-links li .teaser {
      display: table-cell;
      height: 120px;
      vertical-align: middle; }
      .footer-recommendations .recommendation-links li .teaser .spip_logos {
        height: auto;
        width: 100%; }
  .footer-recommendations .recommendation-links .recommendation:first-child {
    margin-left: 8.5298%; }
  .footer-recommendations .social-links {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding: 3em 0;
    width: 100%; }
    .footer-recommendations .social-links::after {
      clear: both;
      content: "";
      display: table; }
    .footer-recommendations .social-links li {
      display: inline-block;
      padding: 1em; }
      .footer-recommendations .social-links li img {
        height: 1.4em; }

@media screen and (max-width: 769px) {
  .partners .content {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 38.19821%;
    width: 100%; }
    .partners .content:last-child {
      margin-right: 0; } }
.partners .content li {
  display: inline-block; }
  .partners .content li span {
    display: table-cell;
    height: 130px;
    text-align: center;
    vertical-align: middle;
    width: 150px; }
    @media screen and (max-width: 500px) {
      .partners .content li span {
        width: 140px; } }

.container-text p[id]::before,
.container-text a[name]::before {
  content: ' ';
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden; }
.container-text img {
  padding: 0 .5em .5em 0; }

.text-content {
  margin-top: 2em; }

.title-link a {
  color: #093a41; }
  .title-link a:hover {
    color: #7d939f; }

.home .tag-navigation {
  text-align: center; }

.tag-navigation {
  margin: 2em 0; }
  @media screen and (max-width: 769px) {
    .tag-navigation {
      margin: 0; } }
  @media screen and (max-width: 999px) {
    .tag-navigation {
      line-height: 3em; } }
  .tag-navigation li {
    display: inline;
    white-space: nowrap; }
  .tag-navigation a {
    color: #093a41;
    font-weight: bold;
    padding: 1em; }
    @media screen and (max-width: 999px) {
      .tag-navigation a {
        padding: .2em .5em; } }
  .tag-navigation a:hover,
  .tag-navigation a:active,
  .tag-navigation .active a {
    background-color: #f7f7f7;
    border-radius: 5px 5px 0 0; }
  .tag-navigation a:active,
  .tag-navigation .active a {
    border-bottom: thin solid #cccccc; }

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