@charset "UTF-8";
/*!
 * Debating Europe
 *
 * Copyright 2013 Central Design sprl
 * Licensed to Debating Europe
 *
 * Designed and built by Geoffroy, David and Mathieu
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.picto {
  font-family: "entypo";
}
.picto-social {
  font-family: "entypo-social";
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #113344;
  background-color: #f4f4ef;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
    min-width: 280px;
  }
}
a {
  color: #113344;
  text-decoration: none;
}
a:hover {
  color: #020507;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -24px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 24px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 960px;
}
.span12 {
  width: 960px;
}
.span11 {
  width: 878px;
}
.span10 {
  width: 796px;
}
.span9 {
  width: 714px;
}
.span8 {
  width: 632px;
}
.span7 {
  width: 550px;
}
.span6 {
  width: 468px;
}
.span5 {
  width: 386px;
}
.span4 {
  width: 304px;
}
.span3 {
  width: 222px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 58px;
}
.offset12 {
  margin-left: 1008px;
}
.offset11 {
  margin-left: 926px;
}
.offset10 {
  margin-left: 844px;
}
.offset9 {
  margin-left: 762px;
}
.offset8 {
  margin-left: 680px;
}
.offset7 {
  margin-left: 598px;
}
.offset6 {
  margin-left: 516px;
}
.offset5 {
  margin-left: 434px;
}
.offset4 {
  margin-left: 352px;
}
.offset3 {
  margin-left: 270px;
}
.offset2 {
  margin-left: 188px;
}
.offset1 {
  margin-left: 106px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
  *margin-left: 2.44791667%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94791667%;
}
.row-fluid .span11 {
  width: 91.45833333%;
  *width: 91.40625%;
}
.row-fluid .span10 {
  width: 82.91666667%;
  *width: 82.86458333%;
}
.row-fluid .span9 {
  width: 74.375%;
  *width: 74.32291667%;
}
.row-fluid .span8 {
  width: 65.83333333%;
  *width: 65.78125%;
}
.row-fluid .span7 {
  width: 57.29166667%;
  *width: 57.23958333%;
}
.row-fluid .span6 {
  width: 48.75%;
  *width: 48.69791667%;
}
.row-fluid .span5 {
  width: 40.20833333%;
  *width: 40.15625%;
}
.row-fluid .span4 {
  width: 31.66666667%;
  *width: 31.61458333%;
}
.row-fluid .span3 {
  width: 23.125%;
  *width: 23.07291667%;
}
.row-fluid .span2 {
  width: 14.58333333%;
  *width: 14.53125%;
}
.row-fluid .span1 {
  width: 6.04166667%;
  *width: 5.98958333%;
}
.row-fluid .offset12 {
  margin-left: 105%;
  *margin-left: 104.89583333%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.5%;
  *margin-left: 102.39583333%;
}
.row-fluid .offset11 {
  margin-left: 96.45833333%;
  *margin-left: 96.35416667%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.95833333%;
  *margin-left: 93.85416667%;
}
.row-fluid .offset10 {
  margin-left: 87.91666667%;
  *margin-left: 87.8125%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.41666667%;
  *margin-left: 85.3125%;
}
.row-fluid .offset9 {
  margin-left: 79.375%;
  *margin-left: 79.27083333%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.875%;
  *margin-left: 76.77083333%;
}
.row-fluid .offset8 {
  margin-left: 70.83333333%;
  *margin-left: 70.72916667%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.33333333%;
  *margin-left: 68.22916667%;
}
.row-fluid .offset7 {
  margin-left: 62.29166667%;
  *margin-left: 62.1875%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.79166667%;
  *margin-left: 59.6875%;
}
.row-fluid .offset6 {
  margin-left: 53.75%;
  *margin-left: 53.64583333%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.25%;
  *margin-left: 51.14583333%;
}
.row-fluid .offset5 {
  margin-left: 45.20833333%;
  *margin-left: 45.10416667%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.70833333%;
  *margin-left: 42.60416667%;
}
.row-fluid .offset4 {
  margin-left: 36.66666667%;
  *margin-left: 36.5625%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.16666667%;
  *margin-left: 34.0625%;
}
.row-fluid .offset3 {
  margin-left: 28.125%;
  *margin-left: 28.02083333%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.625%;
  *margin-left: 25.52083333%;
}
.row-fluid .offset2 {
  margin-left: 19.58333333%;
  *margin-left: 19.47916667%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.08333333%;
  *margin-left: 16.97916667%;
}
.row-fluid .offset1 {
  margin-left: 11.04166667%;
  *margin-left: 10.9375%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.54166667%;
  *margin-left: 8.4375%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.frame {
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .frame {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.frame.frame-white {
  background: #fff;
}
.frame.frame-offwhite {
  background: #f4f4ef;
}
.frame.frame-blue {
  background: #2f99cd;
  border: 0;
  color: #fff;
}
.frame.frame-bluedark {
  background: #113344;
  border: 0;
  color: #fff;
}
.frame.frame-gradient {
  background: #f4f4ef;
  background: -moz-linear-gradient(top, #ffffff 0, rgba(255, 255, 255, 0) 600px), #f4f4ef;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(600px, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), #f4f4ef;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0, rgba(255, 255, 255, 0) 600px), #f4f4ef;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0, rgba(255, 255, 255, 0) 600px), #f4f4ef;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0, rgba(255, 255, 255, 0) 600px), #f4f4ef;
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0, rgba(255, 255, 255, 0) 600px), #f4f4ef;
  /* W3C */
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 24px;
  padding-left: 24px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 12px;
}
.lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #d9d9d9;
}
.text-warning {
  color: #c09853;
}
.text-error {
  color: #b94a48;
}
.text-info {
  color: #3a87ad;
}
.text-success {
  color: #468847;
}
.text-blue {
  color: #2f99cd;
}
.text-blueDark {
  color: #113344;
}
.text-black {
  color: #000;
}
.text-white {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 12px 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
  margin: 18px 0 12px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #d9d9d9;
}
h1 {
  font-size: 30px;
  line-height: 36px;
  margin: 18px 0;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
h2 {
  color: #91917f;
  font-size: 24px;
  line-height: 36px;
  margin: 18px 0;
  /*
  @media (max-width: 767px) {
    font-size: 24px; 
    line-height: @baseLineHeight * 1.25; 
  }
  */
}
h3 {
  font-size: 18px;
  line-height: 24px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
h1 small {
  font-size: 24px;
}
h2 small {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding: 18px 0 36px;
  margin: 0;
}
.page-header .lead {
  font-size: 30px;
  line-height: 36px;
  color: #5e5e53;
}
.page-header .lead * {
  margin: 0;
}
.page-header h1,
.page-header .lead {
  position: relative;
  margin-bottom: 0;
}
.page-header h1 a {
  color: #2f99cd;
}
.page-header h1 .mobile-nav-toggle {
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: none;
  color: inherit;
  line-height: inherit;
  margin-bottom: 2px;
  /* Visual correction */
}
.page-header h1 .mobile-nav-toggle.active {
  color: #2f99cd;
}
.page-header h1 .mobile-nav-toggle i {
  font-size: 24px !important;
  height: 100%;
  vertical-align: middle;
}
.page-header .mobile-nav {
  margin: 18px -18px -19px;
}
.page-header .mobile-nav ul {
  margin-bottom: 0;
}
.page-header .mobile-nav ul a {
  padding-right: 18px;
  padding-left: 18px;
}
.page-header .mobile-nav ul a:after {
  margin-right: 18px;
}
.page-header .meta {
  margin: 0;
  margin-top: 6px;
  color: #9f9f92;
  font-weight: 500;
}
.page-header .meta li {
  margin: 0;
  display: inline;
  padding-right: 24px;
}
.page-header .meta li:last-child {
  padding-right: 0;
}
.page-header .meta i {
  margin-right: 3px;
  font-size: 20px;
  line-height: 1;
  vertical-align: -3px;
}
.page-header .meta a {
  color: inherit;
}
@media (max-width: 767px) {
  .page-header {
    padding: 0px 0 18px;
  }
  .page-header .lead {
    display: none;
  }
}
.block-header {
  margin: 30px 0;
  color: #4e4e43;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .block-header {
    margin: 22.5px 0;
  }
}
.block-header h2 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
}
.block-header h2 small {
  color: #b4b4a0;
  display: block;
  margin-top: 2px;
  font-weight: 400;
}
.block-header a {
  color: #878777;
}
.block-header .pull-right {
  font-weight: 400;
}
.block-header .pull-right.more:after {
  content: "\e0d7";
  font-size: 24px;
  line-height: 1;
  font-family: entypo;
  display: inline-block;
  vertical-align: -5px;
  margin-left: 0.2em;
  margin-right: -6px;
}
@media (max-width: 767px) {
  .block-header .pull-right.more:after {
    padding-left: 20px;
  }
}
ul,
ol {
  padding: 0;
  margin: 0 0 12px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 24px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 12px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.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;
}
hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  hr {
    margin: 18px 0;
  }
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #d9d9d9;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 24px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f4f4ef;
  color: #69695c;
  font-weight: 500;
}
blockquote p:first-child:before {
  content: "“ ";
  float: left;
  font-size: 50px;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: -10px;
  color: #113344;
  opacity: 0.8;
  font-family: Time, "Times New Roman";
  margin-right: 7px;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 24px;
  font-style: normal;
  line-height: 24px;
}
.date {
  display: inline-block;
  font-size: 13px;
  background: #2f99cd;
  color: #fff;
  padding: 1px 5px 2px;
  line-height: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 4px;
  vertical-align: 2px;
}
form {
  margin: 0 0 24px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 48px;
  color: #4e4e43;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 18px;
  color: #d9d9d9;
}
label,
input,
button,
select,
textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 24px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 24px;
  color: #5e5e53;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  /* .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); */
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: 100%;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #d9d9d9;
  background-color: #fcfcfc;
  border-color: #d9d9d9;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #d9d9d9;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d9d9d9;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d9d9d9;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 24px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 960px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 878px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 796px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 714px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 632px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 550px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 468px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 386px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 304px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 222px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 140px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 58px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"] {
  float: left;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #f4f4ef;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 23px 20px 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #206181;
}
.help-block {
  display: block;
  margin-bottom: 12px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 16px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 24px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #f4f4ef;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 12px;
}
legend + .control-group {
  margin-top: 24px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 24px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 12px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 24px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 24px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table .span1 {
  float: none;
  width: 42px;
  margin-left: 0;
}
.table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table .span3 {
  float: none;
  width: 206px;
  margin-left: 0;
}
.table .span4 {
  float: none;
  width: 288px;
  margin-left: 0;
}
.table .span5 {
  float: none;
  width: 370px;
  margin-left: 0;
}
.table .span6 {
  float: none;
  width: 452px;
  margin-left: 0;
}
.table .span7 {
  float: none;
  width: 534px;
  margin-left: 0;
}
.table .span8 {
  float: none;
  width: 616px;
  margin-left: 0;
}
.table .span9 {
  float: none;
  width: 698px;
  margin-left: 0;
}
.table .span10 {
  float: none;
  width: 780px;
  margin-left: 0;
}
.table .span11 {
  float: none;
  width: 862px;
  margin-left: 0;
}
.table .span12 {
  float: none;
  width: 944px;
  margin-left: 0;
}
.table .span13 {
  float: none;
  width: 1026px;
  margin-left: 0;
}
.table .span14 {
  float: none;
  width: 1108px;
  margin-left: 0;
}
.table .span15 {
  float: none;
  width: 1190px;
  margin-left: 0;
}
.table .span16 {
  float: none;
  width: 1272px;
  margin-left: 0;
}
.table .span17 {
  float: none;
  width: 1354px;
  margin-left: 0;
}
.table .span18 {
  float: none;
  width: 1436px;
  margin-left: 0;
}
.table .span19 {
  float: none;
  width: 1518px;
  margin-left: 0;
}
.table .span20 {
  float: none;
  width: 1600px;
  margin-left: 0;
}
.table .span21 {
  float: none;
  width: 1682px;
  margin-left: 0;
}
.table .span22 {
  float: none;
  width: 1764px;
  margin-left: 0;
}
.table .span23 {
  float: none;
  width: 1846px;
  margin-left: 0;
}
.table .span24 {
  float: none;
  width: 1928px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
.infobox-table {
  table-layout: fixed;
  width: 100%;
}
.infobox-table td {
  padding-left: 12px;
  vertical-align: top;
}
.infobox-table td:first-child {
  padding-right: 12px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .infobox-table .infobox-title {
    display: none;
  }
  .infobox-table tr {
    display: block;
    padding-bottom: 12px;
    border-bottom: 1px solid #d9d9d9;
  }
  .infobox-table tr:first-child {
    display: none;
  }
  .infobox-table tr:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .infobox-table td {
    display: block;
    padding: 0;
  }
  .infobox-table td .infobox-subtitle:before {
    display: block;
    width: 100px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #d9d9d9;
    font-size: 11px;
    text-align: center;
    content: "FOR";
  }
  .infobox-table td:first-child .infobox-subtitle:before {
    content: "AGAINST";
  }
}
@font-face {
  font-family: 'entypo';
  src: url('../fonts/entypo.eot');
  src: url('../fonts/entypo.eot?#iefix') format('embedded-opentype'), url('../fonts/entypo.woff') format('woff'), url('../fonts/entypo.ttf') format('truetype'), url('../fonts/entypo.svg#entypo') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'entypo';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  font-size: 20px;
  padding-right: 0.3em;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-phone,
.icon-mobile,
.icon-mouse,
.icon-directions,
.icon-mail,
.icon-paperplane,
.icon-pencil,
.icon-feather,
.icon-paperclip,
.icon-drawer,
.icon-reply,
.icon-reply-all,
.icon-forward,
.icon-user,
.icon-users,
.icon-user-add,
.icon-vcard,
.icon-export,
.icon-location,
.icon-map,
.icon-compass,
.icon-location-2,
.icon-target,
.icon-share,
.icon-sharable,
.icon-heart,
.icon-heart-2,
.icon-star,
.icon-star-2,
.icon-thumbs-up,
.icon-thumbs-down,
.icon-chat,
.icon-comment,
.icon-quote,
.icon-house,
.icon-popup,
.icon-search,
.icon-flashlight,
.icon-printer,
.icon-bell,
.icon-link,
.icon-flag,
.icon-cog,
.icon-tools,
.icon-trophy,
.icon-tag,
.icon-camera,
.icon-megaphone,
.icon-moon,
.icon-palette,
.icon-leaf,
.icon-music,
.icon-music-2,
.icon-new,
.icon-graduation,
.icon-book,
.icon-newspaper,
.icon-bag,
.icon-airplane,
.icon-lifebuoy,
.icon-clock,
.icon-microphone,
.icon-calendar,
.icon-bolt,
.icon-thunder,
.icon-droplet,
.icon-cd,
.icon-briefcase,
.icon-air,
.icon-hourglass,
.icon-gauge,
.icon-language,
.icon-network,
.icon-key,
.icon-battery,
.icon-bucket,
.icon-magnet,
.icon-drive,
.icon-cup,
.icon-rocket,
.icon-brush,
.icon-suitcase,
.icon-cone,
.icon-earth,
.icon-keyboard,
.icon-browser,
.icon-publish,
.icon-progress-3,
.icon-progress-2,
.icon-brogress-1,
.icon-progress-0,
.icon-sun,
.icon-sun-2,
.icon-adjust,
.icon-code,
.icon-screen,
.icon-infinity,
.icon-light-bulb,
.icon-credit-card,
.icon-database,
.icon-voicemail,
.icon-clipboard,
.icon-cart,
.icon-box,
.icon-ticket,
.icon-rss,
.icon-signal,
.icon-thermometer,
.icon-droplets,
.icon-untitled,
.icon-statistics,
.icon-pie,
.icon-bars,
.icon-graph,
.icon-lock,
.icon-lock-open,
.icon-logout,
.icon-login,
.icon-checkmark,
.icon-cross,
.icon-minus,
.icon-plus,
.icon-cross-2,
.icon-minus-2,
.icon-plus-2,
.icon-cross-3,
.icon-minus-3,
.icon-plus-3,
.icon-erase,
.icon-blocked,
.icon-info,
.icon-info-2,
.icon-question,
.icon-help,
.icon-warning,
.icon-cycle,
.icon-cw,
.icon-ccw,
.icon-shuffle,
.icon-arrow,
.icon-arrow-2,
.icon-retweet,
.icon-loop,
.icon-history,
.icon-back,
.icon-switch,
.icon-list,
.icon-add-to-list,
.icon-layout,
.icon-list-2,
.icon-text,
.icon-text-2,
.icon-document,
.icon-docs,
.icon-landscape,
.icon-pictures,
.icon-video,
.icon-music-3,
.icon-folder,
.icon-archive,
.icon-trash,
.icon-upload,
.icon-download,
.icon-disk,
.icon-install,
.icon-cloud,
.icon-upload-2,
.icon-bookmark,
.icon-bookmarks,
.icon-book-2,
.icon-play,
.icon-pause,
.icon-record,
.icon-stop,
.icon-next,
.icon-previous,
.icon-first,
.icon-last,
.icon-resize-enlarge,
.icon-resize-shrink,
.icon-volume,
.icon-sound,
.icon-mute,
.icon-flow-cascade,
.icon-flow-branch,
.icon-flow-tree,
.icon-flow-line,
.icon-flow-parallel,
.icon-arrow-left,
.icon-arrow-down,
.icon-arrow-up--upload,
.icon-arrow-right,
.icon-arrow-left-2,
.icon-arrow-down-2,
.icon-arrow-up,
.icon-arrow-right-2,
.icon-arrow-left-3,
.icon-arrow-down-3,
.icon-arrow-up-2,
.icon-arrow-right-3,
.icon-arrow-left-4,
.icon-arrow-down-4,
.icon-arrow-up-3,
.icon-arrow-right-4,
.icon-arrow-left-5,
.icon-arrow-down-5,
.icon-arrow-up-4,
.icon-arrow-right-5,
.icon-arrow-left-6,
.icon-arrow-down-6,
.icon-arrow-up-5,
.icon-arrow-right-6,
.icon-arrow-left-7,
.icon-arrow-down-7,
.icon-arrow-up-6,
.icon-untitled-2,
.icon-arrow-left-8,
.icon-arrow-down-8,
.icon-arrow-up-7,
.icon-arrow-right-7,
.icon-menu,
.icon-ellipsis,
.icon-dots,
.icon-dot,
.icon-cc,
.icon-cc-by,
.icon-cc-nc,
.icon-cc-nc-eu,
.icon-cc-nc-jp,
.icon-cc-sa,
.icon-cc-nd,
.icon-cc-pd,
.icon-cc-zero,
.icon-cc-share,
.icon-cc-share-2,
.icon-daniel-bruce,
.icon-daniel-bruce-2,
.icon-github,
.icon-github-2,
.icon-flickr,
.icon-flickr-2,
.icon-vimeo,
.icon-vimeo-2,
.icon-twitter,
.icon-twitter-2,
.icon-facebook,
.icon-facebook-2,
.icon-facebook-3,
.icon-googleplus,
.icon-googleplus-2,
.icon-pinterest,
.icon-pinterest-2,
.icon-tumblr,
.icon-tumblr-2,
.icon-linkedin,
.icon-linkedin-2,
.icon-dribbble,
.icon-dribbble-2,
.icon-stumbleupon,
.icon-stumbleupon-2,
.icon-lastfm,
.icon-lastfm-2,
.icon-rdio,
.icon-rdio-2,
.icon-spotify,
.icon-spotify-2,
.icon-qq,
.icon-instagram,
.icon-dropbox,
.icon-evernote,
.icon-flattr,
.icon-skype,
.icon-skype-2,
.icon-renren,
.icon-sina-weibo,
.icon-paypal,
.icon-picasa,
.icon-soundcloud,
.icon-mixi,
.icon-behance,
.icon-circles,
.icon-vk,
.icon-smashing,
.icon-untitled-3,
.icon-eye {
  font-family: 'entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.btn-large [class*="icon-"] {
  vertical-align: text-bottom;
  font-size: 20px;
}
.icon-phone:before {
  content: "\e000";
}
.icon-mobile:before {
  content: "\e001";
}
.icon-mouse:before {
  content: "\e002";
}
.icon-directions:before {
  content: "\e003";
}
.icon-mail:before {
  content: "\e004";
}
.icon-paperplane:before {
  content: "\e005";
}
.icon-pencil:before {
  content: "\e006";
}
.icon-feather:before {
  content: "\e007";
}
.icon-paperclip:before {
  content: "\e008";
}
.icon-drawer:before {
  content: "\e009";
}
.icon-reply:before {
  content: "\e00a";
}
.icon-reply-all:before {
  content: "\e00b";
}
.icon-forward:before {
  content: "\e00c";
}
.icon-user:before {
  content: "\e00d";
}
.icon-users:before {
  content: "\e00e";
}
.icon-user-add:before {
  content: "\e00f";
}
.icon-vcard:before {
  content: "\e010";
}
.icon-export:before {
  content: "\e011";
}
.icon-location:before {
  content: "\e012";
}
.icon-map:before {
  content: "\e013";
}
.icon-compass:before {
  content: "\e014";
}
.icon-location-2:before {
  content: "\e015";
}
.icon-target:before {
  content: "\e016";
}
.icon-share:before {
  content: "\e017";
}
.icon-sharable:before {
  content: "\e018";
}
.icon-heart:before {
  content: "\e019";
}
.icon-heart-2:before {
  content: "\e01a";
}
.icon-star:before {
  content: "\e01b";
}
.icon-star-2:before {
  content: "\e01c";
}
.icon-thumbs-up:before {
  content: "\e01d";
}
.icon-thumbs-down:before {
  content: "\e01e";
}
.icon-chat:before {
  content: "\e01f";
}
.icon-comment:before {
  content: "\e020";
}
.icon-quote:before {
  content: "\e021";
}
.icon-house:before {
  content: "\e022";
}
.icon-popup:before {
  content: "\e023";
}
.icon-search:before {
  content: "\e024";
}
.icon-flashlight:before {
  content: "\e025";
}
.icon-printer:before {
  content: "\e026";
}
.icon-bell:before {
  content: "\e027";
}
.icon-link:before {
  content: "\e028";
}
.icon-flag:before {
  content: "\e029";
}
.icon-cog:before {
  content: "\e02a";
}
.icon-tools:before {
  content: "\e02b";
}
.icon-trophy:before {
  content: "\e02c";
}
.icon-tag:before {
  content: "\e02d";
}
.icon-camera:before {
  content: "\e02e";
}
.icon-megaphone:before {
  content: "\e02f";
}
.icon-moon:before {
  content: "\e030";
}
.icon-palette:before {
  content: "\e031";
}
.icon-leaf:before {
  content: "\e032";
}
.icon-music:before {
  content: "\e033";
}
.icon-music-2:before {
  content: "\e034";
}
.icon-new:before {
  content: "\e035";
}
.icon-graduation:before {
  content: "\e036";
}
.icon-book:before {
  content: "\e037";
}
.icon-newspaper:before {
  content: "\e038";
}
.icon-bag:before {
  content: "\e039";
}
.icon-airplane:before {
  content: "\e03a";
}
.icon-lifebuoy:before {
  content: "\e03b";
}
.icon-clock:before {
  content: "\e03c";
}
.icon-microphone:before {
  content: "\e03d";
}
.icon-calendar:before {
  content: "\e03e";
}
.icon-bolt:before {
  content: "\e03f";
}
.icon-thunder:before {
  content: "\e040";
}
.icon-droplet:before {
  content: "\e041";
}
.icon-cd:before {
  content: "\e042";
}
.icon-briefcase:before {
  content: "\e043";
}
.icon-air:before {
  content: "\e044";
}
.icon-hourglass:before {
  content: "\e045";
}
.icon-gauge:before {
  content: "\e046";
}
.icon-language:before {
  content: "\e047";
}
.icon-network:before {
  content: "\e048";
}
.icon-key:before {
  content: "\e049";
}
.icon-battery:before {
  content: "\e04a";
}
.icon-bucket:before {
  content: "\e04b";
}
.icon-magnet:before {
  content: "\e04c";
}
.icon-drive:before {
  content: "\e04d";
}
.icon-cup:before {
  content: "\e04e";
}
.icon-rocket:before {
  content: "\e04f";
}
.icon-brush:before {
  content: "\e050";
}
.icon-suitcase:before {
  content: "\e051";
}
.icon-cone:before {
  content: "\e052";
}
.icon-earth:before {
  content: "\e053";
}
.icon-keyboard:before {
  content: "\e054";
}
.icon-browser:before {
  content: "\e055";
}
.icon-publish:before {
  content: "\e056";
}
.icon-progress-3:before {
  content: "\e057";
}
.icon-progress-2:before {
  content: "\e058";
}
.icon-brogress-1:before {
  content: "\e059";
}
.icon-progress-0:before {
  content: "\e05a";
}
.icon-sun:before {
  content: "\e05b";
}
.icon-sun-2:before {
  content: "\e05c";
}
.icon-adjust:before {
  content: "\e05d";
}
.icon-code:before {
  content: "\e05e";
}
.icon-screen:before {
  content: "\e05f";
}
.icon-infinity:before {
  content: "\e060";
}
.icon-light-bulb:before {
  content: "\e061";
}
.icon-credit-card:before {
  content: "\e062";
}
.icon-database:before {
  content: "\e063";
}
.icon-voicemail:before {
  content: "\e064";
}
.icon-clipboard:before {
  content: "\e065";
}
.icon-cart:before {
  content: "\e066";
}
.icon-box:before {
  content: "\e067";
}
.icon-ticket:before {
  content: "\e068";
}
.icon-rss:before {
  content: "\e069";
}
.icon-signal:before {
  content: "\e06a";
}
.icon-thermometer:before {
  content: "\e06b";
}
.icon-droplets:before {
  content: "\e06c";
}
.icon-untitled:before {
  content: "\e06d";
}
.icon-statistics:before {
  content: "\e06e";
}
.icon-pie:before {
  content: "\e06f";
}
.icon-bars:before {
  content: "\e070";
}
.icon-graph:before {
  content: "\e071";
}
.icon-lock:before {
  content: "\e072";
}
.icon-lock-open:before {
  content: "\e073";
}
.icon-logout:before {
  content: "\e074";
}
.icon-login:before {
  content: "\e075";
}
.icon-checkmark:before {
  content: "\e076";
}
.icon-cross:before {
  content: "\e077";
}
.icon-minus:before {
  content: "\e078";
}
.icon-plus:before {
  content: "\e079";
}
.icon-cross-2:before {
  content: "\e07a";
}
.icon-minus-2:before {
  content: "\e07b";
}
.icon-plus-2:before {
  content: "\e07c";
}
.icon-cross-3:before {
  content: "\e07d";
}
.icon-minus-3:before {
  content: "\e07e";
}
.icon-plus-3:before {
  content: "\e07f";
}
.icon-erase:before {
  content: "\e080";
}
.icon-blocked:before {
  content: "\e081";
}
.icon-info:before {
  content: "\e082";
}
.icon-info-2:before {
  content: "\e083";
}
.icon-question:before {
  content: "\e084";
}
.icon-help:before {
  content: "\e085";
}
.icon-warning:before {
  content: "\e086";
}
.icon-cycle:before {
  content: "\e087";
}
.icon-cw:before {
  content: "\e088";
}
.icon-ccw:before {
  content: "\e089";
}
.icon-shuffle:before {
  content: "\e08a";
}
.icon-arrow:before {
  content: "\e08b";
}
.icon-arrow-2:before {
  content: "\e08c";
}
.icon-retweet:before {
  content: "\e08d";
}
.icon-loop:before {
  content: "\e08e";
}
.icon-history:before {
  content: "\e08f";
}
.icon-back:before {
  content: "\e090";
}
.icon-switch:before {
  content: "\e091";
}
.icon-list:before {
  content: "\e092";
}
.icon-add-to-list:before {
  content: "\e093";
}
.icon-layout:before {
  content: "\e094";
}
.icon-list-2:before {
  content: "\e095";
}
.icon-text:before {
  content: "\e096";
}
.icon-text-2:before {
  content: "\e097";
}
.icon-document:before {
  content: "\e098";
}
.icon-docs:before {
  content: "\e099";
}
.icon-landscape:before {
  content: "\e09a";
}
.icon-pictures:before {
  content: "\e09b";
}
.icon-video:before {
  content: "\e09c";
}
.icon-music-3:before {
  content: "\e09d";
}
.icon-folder:before {
  content: "\e09e";
}
.icon-archive:before {
  content: "\e09f";
}
.icon-trash:before {
  content: "\e0a0";
}
.icon-upload:before {
  content: "\e0a1";
}
.icon-download:before {
  content: "\e0a2";
}
.icon-disk:before {
  content: "\e0a3";
}
.icon-install:before {
  content: "\e0a4";
}
.icon-cloud:before {
  content: "\e0a5";
}
.icon-upload-2:before {
  content: "\e0a6";
}
.icon-bookmark:before {
  content: "\e0a7";
}
.icon-bookmarks:before {
  content: "\e0a8";
}
.icon-book-2:before {
  content: "\e0a9";
}
.icon-play:before {
  content: "\e0aa";
}
.icon-pause:before {
  content: "\e0ab";
}
.icon-record:before {
  content: "\e0ac";
}
.icon-stop:before {
  content: "\e0ad";
}
.icon-next:before {
  content: "\e0ae";
}
.icon-previous:before {
  content: "\e0af";
}
.icon-first:before {
  content: "\e0b0";
}
.icon-last:before {
  content: "\e0b1";
}
.icon-resize-enlarge:before {
  content: "\e0b2";
}
.icon-resize-shrink:before {
  content: "\e0b3";
}
.icon-volume:before {
  content: "\e0b4";
}
.icon-sound:before {
  content: "\e0b5";
}
.icon-mute:before {
  content: "\e0b6";
}
.icon-flow-cascade:before {
  content: "\e0b7";
}
.icon-flow-branch:before {
  content: "\e0b8";
}
.icon-flow-tree:before {
  content: "\e0b9";
}
.icon-flow-line:before {
  content: "\e0ba";
}
.icon-flow-parallel:before {
  content: "\e0bb";
}
.icon-arrow-left:before {
  content: "\e0bc";
}
.icon-arrow-down:before {
  content: "\e0bd";
}
.icon-arrow-up--upload:before {
  content: "\e0be";
}
.icon-arrow-right:before {
  content: "\e0bf";
}
.icon-arrow-left-2:before {
  content: "\e0c0";
}
.icon-arrow-down-2:before {
  content: "\e0c1";
}
.icon-arrow-up:before {
  content: "\e0c2";
}
.icon-arrow-right-2:before {
  content: "\e0c3";
}
.icon-arrow-left-3:before {
  content: "\e0c4";
}
.icon-arrow-down-3:before {
  content: "\e0c5";
}
.icon-arrow-up-2:before {
  content: "\e0c6";
}
.icon-arrow-right-3:before {
  content: "\e0c7";
}
.icon-arrow-left-4:before {
  content: "\e0c8";
}
.icon-arrow-down-4:before {
  content: "\e0c9";
}
.icon-arrow-up-3:before {
  content: "\e0ca";
}
.icon-arrow-right-4:before {
  content: "\e0cb";
}
.icon-arrow-left-5:before {
  content: "\e0cc";
}
.icon-arrow-down-5:before {
  content: "\e0cd";
}
.icon-arrow-up-4:before {
  content: "\e0ce";
}
.icon-arrow-right-5:before {
  content: "\e0cf";
}
.icon-arrow-left-6:before {
  content: "\e0d0";
}
.icon-arrow-down-6:before {
  content: "\e0d1";
}
.icon-arrow-up-5:before {
  content: "\e0d2";
}
.icon-arrow-right-6:before {
  content: "\e0d3";
}
.icon-arrow-left-7:before {
  content: "\e0d4";
}
.icon-arrow-down-7:before {
  content: "\e0d5";
}
.icon-arrow-up-6:before {
  content: "\e0d6";
}
.icon-untitled-2:before {
  content: "\e0d7";
}
.icon-arrow-left-8:before {
  content: "\e0d8";
}
.icon-arrow-down-8:before {
  content: "\e0d9";
}
.icon-arrow-up-7:before {
  content: "\e0da";
}
.icon-arrow-right-7:before {
  content: "\e0db";
}
.icon-menu:before {
  content: "\e0dc";
}
.icon-ellipsis:before {
  content: "\e0dd";
}
.icon-dots:before {
  content: "\e0de";
}
.icon-dot:before {
  content: "\e0df";
}
.icon-cc:before {
  content: "\e0e0";
}
.icon-cc-by:before {
  content: "\e0e1";
}
.icon-cc-nc:before {
  content: "\e0e2";
}
.icon-cc-nc-eu:before {
  content: "\e0e3";
}
.icon-cc-nc-jp:before {
  content: "\e0e4";
}
.icon-cc-sa:before {
  content: "\e0e5";
}
.icon-cc-nd:before {
  content: "\e0e6";
}
.icon-cc-pd:before {
  content: "\e0e7";
}
.icon-cc-zero:before {
  content: "\e0e8";
}
.icon-cc-share:before {
  content: "\e0e9";
}
.icon-cc-share-2:before {
  content: "\e0ea";
}
.icon-daniel-bruce:before {
  content: "\e0eb";
}
.icon-daniel-bruce-2:before {
  content: "\e0ec";
}
.icon-github:before {
  content: "\e0ed";
}
.icon-github-2:before {
  content: "\e0ee";
}
.icon-flickr:before {
  content: "\e0ef";
}
.icon-flickr-2:before {
  content: "\e0f0";
}
.icon-vimeo:before {
  content: "\e0f1";
}
.icon-vimeo-2:before {
  content: "\e0f2";
}
.icon-twitter:before {
  content: "\e0f3";
}
.icon-twitter-2:before {
  content: "\e0f4";
}
.icon-facebook:before {
  content: "\e0f5";
}
.icon-facebook-2:before {
  content: "\e0f6";
}
.icon-facebook-3:before {
  content: "\e0f7";
}
.icon-googleplus:before {
  content: "\e0f8";
}
.icon-googleplus-2:before {
  content: "\e0f9";
}
.icon-pinterest:before {
  content: "\e0fa";
}
.icon-pinterest-2:before {
  content: "\e0fb";
}
.icon-tumblr:before {
  content: "\e0fc";
}
.icon-tumblr-2:before {
  content: "\e0fd";
}
.icon-linkedin:before {
  content: "\e0fe";
}
.icon-linkedin-2:before {
  content: "\e0ff";
}
.icon-dribbble:before {
  content: "\e100";
}
.icon-dribbble-2:before {
  content: "\e101";
}
.icon-stumbleupon:before {
  content: "\e102";
}
.icon-stumbleupon-2:before {
  content: "\e103";
}
.icon-lastfm:before {
  content: "\e104";
}
.icon-lastfm-2:before {
  content: "\e105";
}
.icon-rdio:before {
  content: "\e106";
}
.icon-rdio-2:before {
  content: "\e107";
}
.icon-spotify:before {
  content: "\e108";
}
.icon-spotify-2:before {
  content: "\e109";
}
.icon-qq:before {
  content: "\e10a";
}
.icon-instagram:before {
  content: "\e10b";
}
.icon-dropbox:before {
  content: "\e10c";
}
.icon-evernote:before {
  content: "\e10d";
}
.icon-flattr:before {
  content: "\e10e";
}
.icon-skype:before {
  content: "\e10f";
}
.icon-skype-2:before {
  content: "\e110";
}
.icon-renren:before {
  content: "\e111";
}
.icon-sina-weibo:before {
  content: "\e112";
}
.icon-paypal:before {
  content: "\e113";
}
.icon-picasa:before {
  content: "\e114";
}
.icon-soundcloud:before {
  content: "\e115";
}
.icon-mixi:before {
  content: "\e116";
}
.icon-behance:before {
  content: "\e117";
}
.icon-circles:before {
  content: "\e118";
}
.icon-vk:before {
  content: "\e119";
}
.icon-smashing:before {
  content: "\e11a";
}
.icon-untitled-3:before {
  content: "\e11b";
}
.icon-eye:before {
  content: "\e11c";
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.btn {
  display: inline-block;
  padding: 7px 12px 9px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  text-decoration: none !important;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: default;
  pointer-events: none;
  opacity: 0.0065;
  filter: alpha(opacity=0.65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn small {
  display: block;
  font-size: 74%;
  line-height: normal;
  padding-bottom: 2px;
}
.btn-default {
  color: #939384;
  background-color: rgba(255, 255, 255, 0);
  border-color: #939384;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #6c6c5f;
  border-color: #6c6c5f;
  background-color: rgba(255, 255, 255, 0);
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: rgba(255, 255, 255, 0);
  border-color: #939384;
}
.btn-primary {
  color: #113344;
  background-color: #ffe400;
  border-color: #113344;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #020507;
  border-color: #020507;
  background-color: #ffe933;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ffe400;
  border-color: #113344;
}
.btn-secondary {
  color: #113344;
  background-color: #9addff;
  border-color: #113344;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #020507;
  border-color: #020507;
  background-color: #cdeeff;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #9addff;
  border-color: #113344;
}
.btn-warning {
  color: #939384;
  background-color: #f89406;
  border-color: #939384;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #6c6c5f;
  border-color: #6c6c5f;
  background-color: #faa937;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f89406;
  border-color: #939384;
}
.btn-danger {
  color: #939384;
  background-color: #9d261d;
  border-color: #939384;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #6c6c5f;
  border-color: #6c6c5f;
  background-color: #c83025;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #9d261d;
  border-color: #939384;
}
.btn-success {
  color: #939384;
  background-color: #46a546;
  border-color: #939384;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #6c6c5f;
  border-color: #6c6c5f;
  background-color: #62bc62;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #46a546;
  border-color: #939384;
}
.btn-info {
  color: #939384;
  background-color: #2f99cd;
  border-color: #939384;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #6c6c5f;
  border-color: #6c6c5f;
  background-color: #57aed8;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2f99cd;
  border-color: #939384;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link {
  color: #113344;
  cursor: pointer;
  border-radius: 0;
  text-decoration: underline !important;
}
.btn-link:hover,
.btn-link:focus {
  color: #020507;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #4e4e43;
  text-decoration: none;
}
.btn-large {
  padding: 13px 16px 15px;
  font-size: 18px;
  border-radius: 5px;
}
.btn-small {
  padding: 4px 10px 6px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-chip {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #2f99cd;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  padding: 7px 0 3px;
  text-decoration: none;
}
.btn-chip:hover {
  color: #fff;
  text-decoration: none;
}
.btn-chips-group {
  text-align: center;
}
.btn-chips-group .btn-chip {
  margin-left: 2px;
  margin-right: 2px;
}
.btn-vote2014 {
  border-color: #d34400;
  background-color: #d34400;
  color: #fff;
  font-weight: bold;
  text-shadow: none;
}
.btn-vote2014:hover,
.btn-vote2014:active {
  background-color: #d34400;
  color: #fff;
}
.btn-vote2014.btn-large .icon-vote {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin: -15px 9px -18px -19px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background-color: #f85e16;
}
.btn-vote2014.btn-large .icon-vote:before {
  display: block;
  width: 56px;
  height: 56px;
  content: "\00a0";
  background: url("../img/icon-vote.svg") no-repeat center;
}
.no-svg .btn-vote2014.btn-large .icon-vote:before {
  background-image: url("../img/icon-vote.png");
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert a {
  text-decoration: underline;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 24px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-not-found {
  margin-top: 24px;
  background-color: #fff;
  border-color: #2f99cd;
  color: #2f99cd;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 24px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #f4f4ef;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  color: #d9d9d9;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #113344;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 11px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: 12px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 24px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f4f4ef #f4f4ef #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #113344;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #fff;
  background-color: #113344;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-tabs.nav-stacked > .active {
  margin-top: 1px;
}
.nav-tabs.nav-stacked > .active:first-child {
  margin-top: 0;
}
.nav-tabs.nav-stacked > .active > a,
.nav-tabs.nav-stacked > .active > a:hover {
  border-top: none;
  border-right: 1px solid #fff;
  border-left: 4px solid #2f99cd;
}
.nav-tabs.nav-stacked > .active:first-child > a,
.nav-tabs.nav-stacked > .active:first-child > a:hover {
  border-top: 1px solid #ddd;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #113344;
  border-bottom-color: #113344;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #020507;
  border-bottom-color: #020507;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #5e5e53;
  border-bottom-color: #5e5e53;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #fff;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #d9d9d9;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #f4f4ef #ddd #f4f4ef #f4f4ef;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #f4f4ef #f4f4ef #f4f4ef #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #d9d9d9;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.browse-nav {
  position: relative;
  border-left: 1px solid #d9d9d9;
  padding-left: 20px;
  padding-bottom: 12px;
  font-weight: 500;
  margin-bottom: 24px;
}
.browse-nav .search-query {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  padding: 5px 15px;
  height: auto;
}
.browse-nav h4 {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 12px;
}
.browse-nav h4:first-child {
  margin-top: 0;
}
.browse-nav .nav li {
  margin-bottom: 3px;
}
.browse-nav .nav li a {
  color: #2f99cd;
}
.browse-nav .nav li a:hover {
  text-decoration: underline;
}
.browse-nav .nav li.current-cat a {
  background: #2f99cd;
  padding: 0 4px;
  margin-left: -4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.footer-buttons {
  margin: 24px 0;
  text-align: center;
}
.mobile-nav-select-wrapper {
  margin: 0 -18px;
  margin-top: -18px;
  padding: 18px;
  border-bottom: 1px solid #d9d9d9;
}
.mobile-nav-select-wrapper select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.mobile-nav {
  display: none;
  margin: 30px 0;
  color: #4e4e43;
  font-size: 18px;
  line-height: 24px;
  margin: 18px 0;
  /* Inner */
  /* Modifiers */
}
@media (max-width: 767px) {
  .mobile-nav {
    margin: 22.5px 0;
  }
}
.mobile-nav h2 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
}
.mobile-nav h2 small {
  color: #b4b4a0;
  display: block;
  margin-top: 2px;
  font-weight: 400;
}
.mobile-nav a {
  color: #878777;
}
.mobile-nav .pull-right {
  font-weight: 400;
}
.mobile-nav .pull-right.more:after {
  content: "\e0d7";
  font-size: 24px;
  line-height: 1;
  font-family: entypo;
  display: inline-block;
  vertical-align: -5px;
  margin-left: 0.2em;
  margin-right: -6px;
}
@media (max-width: 767px) {
  .mobile-nav .pull-right.more:after {
    padding-left: 20px;
  }
}
.mobile-nav .header {
  /*
    <div class="header">
      <h2>Header title</h2>
    </div>
    */
  border-top: 1px solid #d9d9d9;
  padding: 17px 0 19px;
  color: #4e4e43;
}
.mobile-nav .header * {
  color: inherit;
}
.mobile-nav ul {
  border-top: 1px solid #d9d9d9;
  font-weight: 500;
  margin: 0;
}
.mobile-nav ul a {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  padding: 17px 0 19px;
  line-height: 24px;
}
.mobile-nav ul a:after {
  position: absolute;
  right: -6px;
  content: "\e0d7";
  font-family: 'entypo';
  font-size: 24px;
  line-height: 24px;
}
.mobile-nav.mobile-nav-bottom {
  display: block;
  margin: 0;
  margin-top: -1px;
}
.mobile-nav.mobile-nav-bottom ul a {
  padding-left: 18px;
  padding-right: 18px;
}
.mobile-nav.mobile-nav-bottom ul a:after {
  margin-right: 18px;
}
#masterheader {
  margin: 0;
}
#top-nav {
  background: #2f99cd;
  color: #fff;
  margin: 0;
  text-align: right;
  font-size: 13px;
  padding: 4px 0;
}
#top-nav nav {
  display: inline-block;
}
#top-nav nav .nav {
  margin: 0;
}
#top-nav nav .nav li {
  display: inline-block;
  margin: 0;
}
#top-nav nav .nav li:before {
  color: #fff;
  content: " | ";
  opacity: 0.5;
  padding: 0 2px;
  font-weight: bold;
}
#top-nav nav .nav li:first-child:before {
  content: "";
}
#top-nav nav .nav li a {
  color: inherit;
  display: inline-block;
  background: transparent;
  font-weight: 600;
}
#top-nav nav .nav li a:hover {
  text-decoration: underline;
}
#top-nav .language-selector {
  font-weight: bold;
  text-transform: uppercase;
}
#top-nav .language-selector a {
  color: #ffffff;
}
#top-nav-search {
  margin: 0;
  margin-left: 0.75em;
  display: inline-block;
}
#top-nav-search input[type="text"] {
  font-size: inherit;
  height: 28px;
  padding: 2px 10px 4px 27px;
  width: 110px;
  color: #2f99cd;
  font-weight: 500;
  margin-top: -1px;
  border-color: #257096;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-transition: width 0.25s;
  -moz-transition: width 0.25s;
  -o-transition: width 0.25s;
  transition: width 0.25s;
}
#top-nav-search input[type="text"]:focus {
  color: #113344;
  width: 280px;
}
#top-nav-search input[type="text"]:focus:-moz-placeholder {
  color: #d9d9d9;
}
#top-nav-search input[type="text"]:focus:-ms-input-placeholder {
  color: #d9d9d9;
}
#top-nav-search input[type="text"]:focus::-webkit-input-placeholder {
  color: #d9d9d9;
}
#top-nav-search input[type="text"]:-moz-placeholder {
  color: #2f99cd;
}
#top-nav-search input[type="text"]:-ms-input-placeholder {
  color: #2f99cd;
}
#top-nav-search input[type="text"]::-webkit-input-placeholder {
  color: #2f99cd;
}
#top-nav-search:before {
  display: block;
  position: absolute;
  z-index: 15;
  content: "\e024";
  font-size: 17px;
  margin-top: -1px;
  line-height: 28px;
  font-family: entypo;
  padding-left: 7px;
  color: #2f99cd;
}
.ie8 #top-nav-search input[type="text"] {
  line-height: 24px;
}
html:lang(de-DE) #main-nav .brand {
  background: url(../img/logo_de.png) no-repeat 0 center;
  width: 194px;
}
#main-nav {
  *zoom: 1;
}
#main-nav:before,
#main-nav:after {
  display: table;
  content: "";
  line-height: 0;
}
#main-nav:after {
  clear: both;
}
#main-nav .brand {
  float: left;
  display: block;
  background: url(../img/logo.svg) no-repeat 0 center;
  text-indent: -999em;
  width: 164px;
  height: 94px;
  padding-bottom: 12px;
  padding-top: 12px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #main-nav .brand {
    width: 124px;
    -webkit-background-size: 124px auto;
    -moz-background-size: 124px auto;
    -o-background-size: 124px auto;
    background-size: 124px auto;
    height: 70px;
  }
}
#main-nav nav {
  margin: 0;
  margin-top: 29px;
  margin-bottom: -1px;
  float: left;
  margin-left: 24px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #main-nav nav {
    margin-top: 25px;
  }
}
#main-nav nav ul {
  margin: 0;
  *zoom: 1;
  font-size: 14px;
  line-height: 17px;
}
#main-nav nav ul:before,
#main-nav nav ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#main-nav nav ul:after {
  clear: both;
}
#main-nav nav li {
  position: relative;
  float: left;
  margin-left: -1px;
}
#main-nav nav li:before {
  position: absolute;
  left: 18px;
  top: 16px;
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #main-nav nav li:before {
    width: 145px;
    top: 15px;
  }
}
#main-nav nav li a {
  border: 1px solid #d9d9d9;
  border-top-color: transparent;
  border-right-color: transparent;
  font-weight: bold;
  font-family: "Helvetica Neue", sans-serif;
  padding: 40px 5px 14px 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 194px;
  line-height: 17px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  #main-nav nav li a {
    width: 145px;
    padding-top: 37px;
  }
}
#main-nav nav li a em {
  display: block;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 979px) {
  #main-nav nav li a em {
    display: none;
  }
}
#main-nav nav li a:hover {
  border-left-color: #d9d9d9 !important;
  color: #113344;
}
#main-nav nav li a:active {
  border-left-color: #d9d9d9 !important;
  color: #113344;
}
#main-nav nav li.active a,
#main-nav nav li.active a:hover {
  color: #222;
  border-color: #d9d9d9;
  border-bottom-color: #fff;
  background: white !important;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
#main-nav nav li.active:before {
  color: #222;
}
#main-nav nav li.active + li a {
  border-left-color: transparent;
}
#main-nav nav li:last-child a {
  border-right-color: #d9d9d9;
}
.post-type-archive-focus #main-nav .menu-item-focus a,
.tax-focus-list #main-nav .menu-item-focus a,
.post-type-archive-focus #main-nav .menu-item-focus a:hover,
.tax-focus-list #main-nav .menu-item-focus a:hover {
  color: #222;
  border-color: #d9d9d9;
  border-bottom-color: #fff;
  background: white !important;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.post-type-archive-focus #main-nav .menu-item-focus:before,
.tax-focus-list #main-nav .menu-item-focus:before {
  color: #222;
}
.post-type-archive-focus #main-nav .menu-item-focus + li a,
.tax-focus-list #main-nav .menu-item-focus + li a {
  border-left-color: transparent;
}
.multiplebgs #main-nav nav li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#80ffffff', GradientType=0);
}
.multiplebgs #main-nav nav li a:active {
  background-color: rgba(244, 244, 239, 0.62);
  background-image: -moz-linear-gradient(top, #f4f4ef, rgba(217, 217, 217, 0.05));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4ef), to(rgba(217, 217, 217, 0.05)));
  background-image: -webkit-linear-gradient(top, #f4f4ef, rgba(217, 217, 217, 0.05));
  background-image: -o-linear-gradient(top, #f4f4ef, rgba(217, 217, 217, 0.05));
  background-image: linear-gradient(to bottom, #f4f4ef, rgba(217, 217, 217, 0.05));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4ef', endColorstr='#0dd9d9d9', GradientType=0);
}
.no-svg #main-nav .brand {
  background-image: url(../img/logo.png);
}
.post-type-archive-focus #main-nav nav li.tab-focus a,
.term-focus #main-nav nav li.tab-focus a {
  color: #222;
  border-color: #d9d9d9;
  border-bottom-color: #fff;
  background: white;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.post-type-archive-focus #main-nav nav li.tab-focus:before,
.term-focus #main-nav nav li.tab-focus:before {
  color: #222;
}
.post-type-archive-focus #main-nav nav li.tab-focus + li a,
.term-focus #main-nav nav li.tab-focus + li a {
  border-left-color: transparent;
}
.tax-leader #main-nav nav li.tab-leaders a {
  color: #222;
  border-color: #d9d9d9;
  border-bottom-color: #fff;
  background: white;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.tax-leader #main-nav nav li.tab-leaders:before {
  color: #222;
}
.tax-leader #main-nav nav li.tab-leaders + li a {
  border-left-color: transparent;
}
html:lang(de-DE) #mobile-header .brand {
  background: url(../img/logo_de.png) no-repeat center 4px;
  -webkit-background-size: auto 37px;
  -moz-background-size: auto 37px;
  -o-background-size: auto 37px;
  background-size: auto 37px;
}
#mobile-header {
  *zoom: 1;
  position: relative;
  background: #f4f4ef;
  border-bottom: 1px solid #9f9f92;
  border-top: 3px solid #2f99cd;
  padding: 0;
  height: 46px;
  margin-bottom: -1px;
  z-index: 500;
  text-align: center;
}
#mobile-header:before,
#mobile-header:after {
  display: table;
  content: "";
  line-height: 0;
}
#mobile-header:after {
  clear: both;
}
#mobile-header .brand {
  display: inline-block;
  background: url(../img/logo.svg) no-repeat center 4px;
  -webkit-background-size: auto 37px;
  -moz-background-size: auto 37px;
  -o-background-size: auto 37px;
  background-size: auto 37px;
  text-indent: -999em;
  width: 100px;
  height: 46px;
}
#mobile-header .buttons {
  position: absolute;
  top: 7px;
  right: 7px;
}
#mobile-header .buttons a.btn {
  background: #fff;
  color: #222;
  border-color: #222;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 7px;
  line-height: 27px;
  height: 28px;
  overflow: hidden;
  margin-left: 7px;
}
#mobile-header .buttons a.btn i {
  line-height: 28px;
  font-size: 20px;
}
#mobile-nav {
  clear: both;
  display: none;
  text-align: left;
}
#mobile-nav ul {
  position: absolute;
  width: 100%;
  z-index: 1000;
  margin: 0;
  background: white;
  border-bottom: 2px solid #5e5e53;
}
#mobile-nav ul li.menu-item > a,
#mobile-nav ul li.menu-item-language > span {
  border-top: 1px solid #d9d9d9;
  background: white;
  line-height: 24px;
  padding: 11px 18px 13px;
  font-weight: bold;
  font-family: "Helvetica Neue", sans-serif !important;
}
#mobile-nav ul li.menu-item-language > span {
  display: block;
  text-transform: uppercase;
}
#mobile-nav ul li:before {
  float: left;
  margin-left: 18px;
  margin-right: 10px;
  font-size: 20px;
  line-height: 47px;
  padding-top: 2px;
}
#mobile-search {
  display: none;
  position: static;
}
#masterfooter > nav {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#masterfooter > nav:first-child {
  border-top: none;
}
#masterfooter > nav:first-child .nav {
  margin-bottom: 0;
}
#masterfooter > nav .nav {
  margin: 0;
}
#menu-footer-nav,
#menu-de-footer-nav {
  margin-bottom: 0;
  list-style: none;
  padding: 40px 0;
}
#menu-footer-nav > .menu-item,
#menu-de-footer-nav > .menu-item {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
#menu-footer-nav > .menu-item > a,
#menu-de-footer-nav > .menu-item > a {
  color: #113344;
}
#menu-footer-nav .sub-menu,
#menu-de-footer-nav .sub-menu {
  margin: 12px 0 0 -24px;
  list-style: none;
}
#menu-footer-nav .sub-menu > .menu-item,
#menu-de-footer-nav .sub-menu > .menu-item {
  float: left;
  width: 140px;
  margin-left: 24px;
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 979px) {
  #menu-footer-nav .sub-menu > .menu-item,
  #menu-de-footer-nav .sub-menu > .menu-item {
    width: 104px;
    margin-left: 20px;
  }
}
#menu-footer-nav .sub-menu > .menu-item > a,
#menu-de-footer-nav .sub-menu > .menu-item > a {
  color: #fff;
}
#menu-de-footer-nav .span3 .sub-menu > .menu-item {
  width: 160px;
}
#menu-footer-links,
#menu-de-footer-links {
  padding: 18px 0;
  margin: 0;
  text-align: right;
  list-style: none;
}
#menu-footer-links > .menu-item,
#menu-de-footer-links > .menu-item {
  display: inline;
  padding: 0 5px;
  font-size: 14px;
  line-height: 40px;
  opacity: .8;
}
#menu-footer-links > .menu-item.home,
#menu-de-footer-links > .menu-item.home {
  float: left;
  width: 70px;
  padding: 0;
  text-align: left;
  opacity: 1;
}
#menu-footer-links > .menu-item.home > a,
#menu-de-footer-links > .menu-item.home > a {
  background: url("../img/logo-footer.svg") no-repeat left center;
  display: block;
  text-indent: -9999px;
}
#menu-footer-links > .menu-item > a,
#menu-de-footer-links > .menu-item > a {
  color: #fff;
}
.no-svg #menu-footer-links > .menu-item.home > a {
  background-image: url("../img/logo-footer.png");
}
.attribution {
  padding: 18px 0 0 5px;
  color: white;
  font-size: 14px;
  line-height: 40px;
  opacity: .5;
}
.pagination {
  height: 48px;
  margin: 12px 0 48px;
  border-top: 1px solid #d9d9d9;
  text-align: center;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: -1px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  color: #6c6c5f;
  float: left;
  padding: 0 17px;
  line-height: 46px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-left-width: 0;
}
.pagination ul > li > a:hover {
  background-color: #fafaf8;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  z-index: 5;
  color: #4e4e43;
  cursor: default;
  border-top-color: #f4f4ef;
  background-color: #f4f4ef !important;
}
.pagination ul > li > a:active {
  color: #4e4e43;
  background-color: #f4f4ef;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #d9d9d9;
  cursor: default;
  background: #fff;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}
.pagination ul .first,
.pagination ul .previous,
.pagination ul .next,
.pagination ul .last {
  font: entypo;
}
.pagination ul .first a,
.pagination ul .previous a,
.pagination ul .next a,
.pagination ul .last a {
  padding: 0 14px;
}
.pagination ul i {
  font-size: 19px;
  vertical-align: -3px;
}
.pagination ul i + i {
  margin-left: -13px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
@media (max-width: 767px) {
  .pagination {
    margin: 0px 0 12px;
  }
  .pagination ul > li {
    display: none;
  }
  .pagination ul > li.active,
  .pagination ul > li.first,
  .pagination ul > li.previous,
  .pagination ul > li.next,
  .pagination ul > li.last {
    display: inline;
  }
}
.thumbnails {
  margin-left: -24px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 24px;
  margin-left: 24px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 24px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #113344;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #5e5e53;
}
.video-thumbnail {
  display: inline-block;
  position: relative;
  border: 3px solid #113344;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.video-thumbnail:hover {
  border-color: #fff;
}
.video-thumbnail:before,
.video-thumbnail:after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
}
.video-thumbnail:before {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #ffe400;
}
.video-thumbnail:after {
  width: 0;
  height: 0;
  margin: -6px 0 0 -3px;
  border-width: 6px 0 6px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #113344;
}
.video-thumbnail > img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.label,
.badge {
  font-size: 13.536px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d9d9d9;
}
.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
a.label:hover,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #4e4e43;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #33332b;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
/* Lists defaults */
.list {
  margin-bottom: 24px;
}
/* Focus list */
.focus-list-item {
  position: relative;
  padding-left: 246px;
  margin-bottom: 24px;
  min-height: 110px;
}
.focus-list-item .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  border: 1px solid #d9d9d9;
}
.focus-list-item h3 {
  margin-top: 0;
  margin-bottom: 6px;
  line-height: 24px;
}
.focus-list-item .excerpt {
  color: #4e4e43;
  margin-bottom: 6px;
}
.focus-list-item .excerpt p {
  margin: 0;
}
.focus-list-item .debates-count {
  color: #2f99cd;
  text-decoration: none;
  font-weight: 500;
}
.focus-list-item .debates-count span {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .focus-list-item {
    padding-left: 0;
  }
  .focus-list-item .cover {
    position: static;
    margin-bottom: 18px;
  }
}
/* Post list */
.post-list-item {
  position: relative;
  padding-left: 246px;
  margin-bottom: 24px;
  min-height: 110px;
}
.post-list-item .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  border: 1px solid #d9d9d9;
}
.post-list-item h3 {
  margin-top: 0;
  margin-bottom: 6px;
  line-height: 24px;
}
.post-list-item .excerpt {
  color: #4e4e43;
  margin-bottom: 6px;
}
.post-list-item .excerpt p {
  margin: 0;
}
.post-list-item .debates-count {
  color: #2f99cd;
  text-decoration: none;
  font-weight: 500;
}
.post-list-item .debates-count span {
  text-decoration: underline;
}
/* Related list */
.related-list {
  margin: 18px 0;
  margin-bottom: 12px;
}
.related-list h2 {
  color: #2f99cd;
  text-decoration: underline;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 !important;
  background: url("../img/related-list-sprite.svg") no-repeat 0 -90px;
  padding-left: 29px;
  padding-bottom: 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.related-list .list {
  margin-bottom: 24px;
}
.related-list .list h3 {
  display: block;
  font-weight: 500;
  font-size: inherit;
  line-height: 24px;
  margin: 0;
  padding-left: 29px;
  padding-bottom: 6px;
  background: url("../img/related-list-sprite.svg") no-repeat 0 -200px;
}
.related-list .list h3:last-child,
.related-list .list h3:last-of-type {
  background: url("../img/related-list-sprite.svg") no-repeat 0 -771px;
}
.related-list .list ul {
  font-size: 15px;
  list-style: none;
  margin: 0;
  padding-left: 29px;
  padding-bottom: 6px;
  background: url("../img/related-list-sprite.svg") no-repeat 0 -220px;
  color: #113344;
}
.related-list .list ul a {
  color: #113344;
  text-decoration: underline;
}
.related-list .list ul:last-child {
  background: none;
}
.related-list .muted {
  color: #a0cfe7;
}
.related-list.collapsed h2 {
  background: none;
  background: url("../img/related-list-sprite.svg") no-repeat 0 10px;
}
.related-list.collapsed .list {
  display: none;
}
.related-list + .related-list {
  margin-top: -18px;
}
.no-js .related-list h2 {
  text-decoration: none;
  cursor: normal;
}
.no-js .related-list .list {
  display: block;
}
/* Default styling for article (blog post, etc) contents */
.article {
  line-height: 28px;
  color: #222;
  /*
  .lead{
    font-size: 24px;
    line-height: @baseLineHeight * 1.5;
    font-weight: 500;
  }
  */
}
.article p,
.article ul,
.article ol,
.article li,
.article blockquote,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  text-align: left !important;
}
.article > *:first-child {
  margin-top: 0 !important;
}
.article > *:first-child * {
  margin-top: 0 !important;
}
.article > *:last-child {
  margin-bottom: 0 !important;
}
.article > *:last-child * {
  margin-bottom: 0 !important;
}
.article a {
  text-decoration: underline;
}
.article p,
.article ul,
.article ol {
  margin-top: 18px;
  margin-bottom: 18px;
}
.article h1 {
  margin-top: 30px;
  margin-bottom: 18px;
}
.article h2 {
  margin-top: 30px;
  margin-bottom: 18px;
}
.article h3 {
  margin-top: 18px;
  margin-bottom: 18px;
}
.article blockquote {
  *zoom: 1;
  margin: 30px 0;
}
.article blockquote:before,
.article blockquote:after {
  display: table;
  content: "";
  line-height: 0;
}
.article blockquote:after {
  clear: both;
}
.article blockquote p {
  margin: 0 0 14px;
}
.article blockquote p:last-child {
  margin-bottom: 0;
}
.article blockquote img.alignleft,
.article blockquote img.alignright {
  max-width: 222px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.article blockquote strong {
  font-weight: 500;
}
.article ul li,
.article ol li {
  margin: 0;
}
.article .aligncenter {
  display: block;
  margin: 24px auto;
}
.article .alignright {
  float: right;
  margin-left: 24px;
  margin-bottom: 12px;
}
.article .alignleft {
  float: left;
  margin-right: 24px;
  margin-bottom: 12px;
}
.article .alignnone {
  margin: 12px 24px;
}
.article [src*="/coche-"] {
  top: -2px !important;
  height: 19px;
  width: 8px;
  vertical-align: middle;
}
.article .fluid-width-video-wrapper {
  margin: 30px 0;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .article {
    line-height: 24px;
  }
  .article p,
  .article ul,
  .article ol {
    margin: 12px 0;
  }
  .article h1 {
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .article h2 {
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .article h3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .article blockquote {
    margin: 18px 0;
    padding-top: 6px;
    padding-bottom: 18px;
  }
  .article blockquote p {
    margin: 12px 0;
  }
  .article blockquote .alignright {
    max-width: 120px !important;
    margin-left: 18px;
  }
  .article blockquote .alignleft {
    max-width: 120px !important;
    margin-right: 18px;
  }
  .article .alignright {
    max-width: 120px;
    margin-left: 18px;
  }
  .article .alignleft {
    max-width: 120px;
    margin-right: 18px;
  }
}
.square {
  display: inline-block;
  background: #5e5e53;
  width: 0.5em;
  height: 0.65em;
  margin-right: 0.1em;
  vertical-align: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.square-green {
  background: #62b62c;
}
.square-orange {
  background: #f2341c;
}
.square-blue {
  background: #02ace7;
}
.square-darkblue {
  background: #004c97;
}
.square-yellow {
  background: #ffd300;
}
.square-red {
  background: #cd3039;
}
.square-turquoise {
  background: #5ea6a3;
}
.square-gray {
  background: #e9eaec;
}
.square-darkgray {
  background: #bfc0c2;
}
.sharing-boxes {
  margin: 24px auto;
}
.sharing-boxes table {
  margin: auto;
  width: auto;
}
.sharing-boxes table td {
  text-align: center;
  vertical-align: top;
  width: 0;
  padding: 0 5px;
}
.sharing-boxes table td:first-child {
  text-align: right;
}
.sharing-boxes table td:last-child {
  text-align: left;
}
.sharing-buttons {
  margin: 24px auto;
}
.sharing-buttons table {
  margin: auto;
  width: auto;
}
.sharing-buttons table td {
  height: 22px;
  text-align: center;
  vertical-align: top;
  width: 0;
  padding: 0 5px;
}
.sharing-buttons table td:first-child {
  text-align: right;
}
.sharing-buttons table td:last-child {
  text-align: left;
}
/*
 * AVATAR COMPONENTS
 */
.avatar-item {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  overflow: hidden;
  background: #d9d9d9;
}
.avatar-item > img {
  min-width: 58px;
  min-height: 58px;
  max-width: 58px;
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .avatar-item {
    width: 40px;
    height: 40px;
  }
  .avatar-item > img {
    max-width: 40px;
    min-height: 40px;
  }
}
/*
 * COMMENTS COMPONENTS
 */
.comments-intro {
  color: #4e4e43;
  font-weight: 400;
}
.comments-list,
.comments-list .children {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
.comments-list > .comment {
  margin: 12px 0;
}
.comments-list article {
  position: relative;
  margin-left: 82px;
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 0;
  line-height: 28px;
}
.comments-list article:before,
.comments-list article:after {
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  content: " ";
  pointer-events: none;
}
.comments-list article:before {
  left: -16px;
  top: 21px;
  border-width: 0 16px 26px 0;
  border-color: transparent #d9d9d9 transparent transparent;
}
.comments-list article:after {
  left: -14px;
  top: 22px;
  border-width: 0 14px 24px 0;
  border-color: transparent #fff transparent transparent;
}
.comments-list article:before {
  margin-top: 5px;
}
.comments-list article:after {
  margin-top: 5px;
}
.comments-list article header {
  padding: 18px 18px 12px;
  text-transform: capitalize;
}
.comments-list article header .avatar-item {
  position: absolute;
  top: -1px;
  margin-left: -100px;
}
.comments-list article header span {
  color: #bcc5c9;
  font-weight: 500;
}
.comments-list article header span:before {
  content: "• ";
  margin: 0 4px;
}
.comments-list article header span a {
  color: #bcc5c9;
}
.comments-list article .comment-body {
  color: #222;
  padding: 0 20px 6px;
  overflow: hidden;
}
.comments-list article .comment-body a {
  text-decoration: underline;
}
.comments-list article .comment-body .edit-comment {
  position: absolute;
  right: 20px;
  top: 12px;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 500;
}
.comments-list article .comment-body .edit-comment .icon {
  font-size: 15px;
}
.comments-list article .comment-body .edit-comment a {
  text-decoration: none;
}
.comments-list article .comment-body .edit-comment a:hover {
  text-decoration: underline;
}
.comments-list article footer {
  padding: 4px 20px 6px;
  border-top: 1px solid #d9d9d9;
  background: #f8f8f5;
  font-size: 14px;
}
.comments-list article footer a {
  opacity: .65;
  text-decoration: none;
}
.comments-list article footer a:hover {
  opacity: 1;
  color: #113344;
  text-decoration: none;
}
.comments-list article footer a:hover strong {
  text-decoration: underline;
}
.comments-list article footer a i {
  margin-right: 1px;
  vertical-align: -1px;
}
.comments-list .children {
  margin: 0;
}
.comments-list .children > .comment {
  margin-top: -1px;
}
.comments-list .children article {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 18px;
}
.comments-list .children article:before {
  left: -9px;
  margin-top: -2px;
  border-width: 0 8px 13.5px 0;
}
.comments-list .children article:after {
  left: -7px;
  margin-top: -2px;
  border-width: 0 7px 12px 0;
}
.comments-list .children article header {
  padding-bottom: 6px;
}
.comments-list .children article header .avatar-item {
  width: 43.5px;
  height: 43.5px;
  margin-left: -87.5px;
}
.comments-list .children article header .avatar-item > img {
  min-width: 43.5px;
  min-height: 43.5px;
  max-width: 43.5px;
}
.comments-list .children article .comment-body * {
  margin-top: 0;
  margin-left: 0;
}
.comments-list .children article footer {
  display: none;
}
.comments-list > .comment > article:last-child,
.comments-list > .comment > article:last-child footer,
.comments-list .children li:last-child article {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
/*
.comment{
  article{
    position: relative;
    margin: @baseLineHeight/2 0;
    margin-left: 80px + @gridGutterWidth;
    background: @white;
    border: 1px solid @grayLight;
    .border-radius(@border-radius-base);
    padding: 0;
    .bubblepin(lt);
    
    header{
      padding: 12px 20px 6px;
      
      .avatar-item{
        position: absolute;
        top: 0;
        margin-left: -(80px + @gridGutterWidth + 20px);
      }
      
      span{
        color: #bcc5c9;
        font-weight: 500;
        
        &:before{
          content: "• ";
        }
        
        a{
          color: #bcc5c9;
        }
      }
    }
    
    .comment-body{
      color: @grayDark;
      padding: 6px 20px 0;
      overflow: hidden;
      
      .edit-comment{
        position: absolute;
        right: 20px;
        top: 12px;
        
        .icon{
          font-size: 15px;
        }
      }
    }
    
    footer{
      padding: 5px 20px;
      border-top: 1px solid lighten(@grayLight, 5%);
      .border-radius(0 0 @border-radius-base @border-radius-base);
      background: lighten(@grayLighter, 2%);
      
      span{
        opacity: .5;
        
        &:hover{
          opacity: 1;
        }
        
        i{
          margin-right: 5px;
        }
        
        a{
          font-weight: bold;
        } 
      }
    }
  }
  
  // Threaded comments
  .children{
    margin-left: 80px + @gridGutterWidth;
    
    .comment{
      article{
        footer{
          display: none;
        }
      }
    }
  }
  
  @media (max-width: 767px){
    article{
      margin-left: 40px + @gridGutterWidth;
      
      header{
        .avatar-item{
          margin-left: -(40px + @gridGutterWidth + 20px);
        }
        
        span{
          &:before{
            content: "";
          }
          
          &:last-child{
            display: none;
          }
        }
        
        strong + span{
          display: block;
        }
      }
    }
    
    .children{
      margin-left: 40px + @gridGutterWidth;
    }
  }
}
*/
.btn-toggle-comments {
  display: inline-block;
  margin: 0 0 24px;
  margin-left: 82px;
}
.btn-toggle-comments i {
  font-size: 20px;
  vertical-align: -3px;
  margin-left: -4px;
  margin-right: 2px;
}
@media (max-width: 767px) {
  .btn-toggle-comments {
    margin-left: 64px;
  }
}
#respond {
  color: #4e4e43;
  width: 630px;
  position: relative;
  margin: 24px 0 24px 82px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}
#respond:before,
#respond:after {
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  content: " ";
  pointer-events: none;
}
#respond:before {
  left: -16px;
  top: 21px;
  border-width: 0 16px 26px 0;
  border-color: transparent #d9d9d9 transparent transparent;
}
#respond:after {
  left: -14px;
  top: 22px;
  border-width: 0 14px 24px 0;
  border-color: transparent #fff transparent transparent;
}
#respond .control-label {
  width: 225px;
  padding: 10px 0;
  font-weight: 500;
  text-align: left;
}
#respond input[type="text"],
#respond input[type="email"] {
  width: 100%;
  padding: 9px;
  border: 1px solid rgba(78, 78, 67, 0.4);
  color: #4e4e43;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
}
#respond input[type="text"]:focus,
#respond input[type="email"]:focus {
  border-color: rgba(34, 68, 82, 0.6);
}
#respond textarea {
  color: #113344;
}
#respond textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#respond .help-block {
  padding-top: 5px;
  font-size: 13px;
  opacity: 0.5;
  color: #4e4e43;
}
#respond .controls {
  position: relative;
}
#respond .controls .required {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #c0c6c9;
}
#respond > .avatar-item {
  position: absolute;
  top: -1px;
  margin-left: -82px;
}
#respond > #commentform {
  margin-bottom: 0;
}
#respond > #commentform > .control-group {
  margin-bottom: 0;
}
#respond > #commentform > .control-group > .controls {
  margin-left: 0;
}
#respond #comment,
#respond fieldset,
#respond .comments-logged-in-as,
#respond .actions {
  padding: 21px;
}
#respond #comment {
  width: 100%;
  margin-bottom: 0;
  border: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
#respond fieldset,
#respond .comments-logged-in-as,
#respond .actions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e3e3dc;
}
#respond fieldset,
#respond .comments-logged-in-as {
  border-bottom: 1px solid #d9d9d9;
}
#respond fieldset .control-group,
#respond .comments-logged-in-as .control-group {
  margin-bottom: 12px;
}
#respond fieldset .control-group:last-child,
#respond .comments-logged-in-as .control-group:last-child {
  margin-bottom: 0;
}
#respond fieldset .control-group > .controls,
#respond .comments-logged-in-as .control-group > .controls {
  margin-left: 225px;
}
#respond fieldset {
  padding-bottom: 12px;
}
#respond .comments-logged-in-as {
  margin-bottom: 0;
}
#respond .checkbox-subscribe-comments {
  color: #4e4e43;
  font-size: 14px;
  font-weight: 500;
  margin: -6px 0 12px;
  padding-left: 24px;
}
#respond .checkbox-subscribe-comments input {
  margin-left: -24px;
}
#respond .checkbox-subscribe-comments em {
  opacity: 0.6;
  font-style: normal;
  font-weight: normal;
}
#respond .checkbox-subscribe-comments a {
  color: inherit;
  text-decoration: underline;
}
#respond .actions {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
#respond .actions .btn-primary {
  border: 2px solid #113344;
  background: #ffe400;
  color: #113344 !important;
  font-weight: bold;
  text-shadow: none;
}
@media (max-width: 979px) {
  #respond {
    width: auto;
  }
  #respond .control-label {
    width: 100%;
    float: none;
  }
  #respond .controls {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  #respond {
    margin-left: 64px;
  }
  #respond .avatar-item {
    margin-left: -69px;
  }
}
.comment article + #respond {
  margin-top: -40px;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.comment article + #respond .actions {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.comment article + #respond:last-child {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.comment article + #respond:last-child .actions {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-toggle-comments + #respond {
  margin-top: 0;
}
#cancel-comment-reply-link {
  color: #4e4e43;
  font-weight: 500;
  text-decoration: underline;
  margin-left: 24px;
}
/* Debate Cards */
.debate-card {
  margin-bottom: 24px;
  position: relative;
}
.debate-card .inner {
  position: relative;
  display: block;
  border: 1px solid #d9d9d9;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  background: white;
  text-decoration: none;
}
.debate-card .inner:before,
.debate-card .inner:after {
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  content: " ";
  pointer-events: none;
}
.debate-card .inner:before {
  top: 100%;
  left: 0;
  margin-left: 18px;
  border-width: 6px 11px;
  border-color: #d9d9d9 transparent transparent #d9d9d9;
}
.debate-card .inner:after {
  top: 100%;
  left: 0;
  border-width: 5px 10px;
  border-color: #fff transparent transparent #fff;
  margin-left: 19px;
}
.debate-card .inner:hover {
  border-color: #c0c0c0;
}
.debate-card .inner:hover > h3 {
  text-decoration: underline;
}
.debate-card .inner:hover:before {
  border-color: #c0c0c0 transparent transparent #c0c0c0;
}
.debate-card.announced-debate:before {
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0 100px 100px 0;
  border-style: solid;
  border-color: transparent #2f99cd transparent transparent;
  content: "";
  z-index: 10;
}
.debate-card.announced-debate:after {
  position: absolute;
  right: 12px;
  top: 18px;
  color: #fff;
  content: "Soon";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 20;
}
.debate-card.announced-debate .inner {
  opacity: .75;
}
.debate-card.announced-debate .inner .categories {
  display: none;
}
.debate-card.announced-debate .inner:hover {
  border-color: #d9d9d9;
}
.debate-card.announced-debate .inner:hover > h3 {
  text-decoration: none;
}
.debate-card.announced-debate .inner:hover:before {
  border-color: #d9d9d9 transparent transparent #d9d9d9;
}
.debate-card h3 {
  margin: 18px 20px 12px;
  font-size: 18px;
  line-height: 24px;
}
.debate-card .excerpt {
  margin: 6px 20px;
  font-size: 14px;
  line-height: 21px;
  height: 84px;
  overflow: hidden;
  color: #5e5e53;
}
.debate-card .excerpt p {
  margin: 0;
}
@media (max-width: 767px) {
  .debate-card .excerpt {
    height: auto;
  }
}
.debate-card .categories {
  position: absolute;
  display: box;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 0 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: right;
  font-size: 12px;
  color: #d9d9d9;
  background: rgba(34, 34, 34, 0.8);
  line-height: 22px;
  font-weight: 500;
  max-width: 150px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.debate-card .categories li {
  display: inline;
}
.debate-card .categories li:after {
  content: ", ";
}
.debate-card .categories li:last-child:after {
  content: "";
}
.debate-card footer {
  font-size: 14px;
  font-weight: 500;
  /*
    .activity a:before{
      padding-right: 4px;
    }
    
    a.comments:before{
      .picto();
      content: "ðŸ‘¤";
      font-size: 28px;
      text-decoration: none;
      vertical-align: bottom;
    }
    
    a.updates:before{
      .picto();
      content: "îœ—";
      font-size: 28px;
      text-decoration: none;
      vertical-align: bottom;
    }
    */
}
.debate-card footer a {
  text-decoration: none;
}
.debate-card footer a:hover span {
  text-decoration: underline;
}
.debate-card footer a:after {
  content: " | ";
  padding: 0 2px;
  opacity: 0.5;
}
.debate-card footer a:last-child:after {
  content: "";
}
.debate-card footer [data-icon]:before {
  font-size: 15px;
}
.debate-card footer a.cta {
  color: #2f99cd;
  font-weight: bold;
  text-decoration: underline;
}
.debate-card footer a.cta:hover {
  color: #257aa4;
}
@media (max-width: 767px) {
  .debate-card {
    margin-bottom: 18px;
  }
  .debate-card .inner {
    margin-bottom: 15px;
  }
  .debate-card footer li {
    line-height: 21px;
  }
}
/* Focus Cards */
.focus-card {
  margin-bottom: 24px;
  position: relative;
}
.focus-card .inner {
  position: relative;
  display: block;
  border: 1px solid #d9d9d9;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  background: white;
  text-decoration: none;
}
.focus-card .inner:hover {
  border-color: #c0c0c0;
}
.focus-card .inner:before,
.focus-card .inner:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #d9d9d9;
  background: #fff;
  content: "";
}
.focus-card .inner:before {
  left: 0px;
  top: 1px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  z-index: -1;
  -webkit-transform: rotate(3deg);
}
.focus-card .inner:after {
  left: 0px;
  top: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  z-index: -2;
  -webkit-transform: rotate(-2deg);
}
.focus-card .inner:hover:before,
.focus-card .inner:hover:after {
  border-color: #c0c0c0;
}
.focus-card h3 {
  margin: 18px 20px 12px;
  font-size: 18px;
  line-height: 24px;
}
.focus-card .excerpt {
  margin: 6px 20px;
  font-size: 14px;
  line-height: 21px;
  height: 84px;
  overflow: hidden;
  color: #5e5e53;
}
.focus-card .excerpt p {
  margin: 0;
}
.focus-card footer {
  font-size: 14px;
  font-weight: 500;
}
.focus-card footer a {
  text-decoration: none;
}
.focus-card footer a:hover span {
  text-decoration: underline;
}
.focus-card footer [data-icon]:before {
  font-size: 15px;
}
/* Leaders Cards */
.leader-card a {
  display: block;
  margin-bottom: 24px;
  text-decoration: none !important;
  text-align: center;
}
.leader-card a:hover {
  border-color: #c0c0c0;
}
.leader-card a h3 {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.leader-card a h3 span {
  display: block;
}
.leader-card a img {
  width: 100%;
  max-width: 140px;
  background: #f4f4ef;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .leader-card a {
    margin-bottom: 12px;
  }
  .leader-card a h3 {
    font-size: 12px;
    line-height: 18px;
  }
  .leader-card a h3 span {
    display: block;
    height: 36px;
    overflow: hidden;
  }
  .leader-card a img {
    max-width: 100%;
  }
}
/* Video Cards */
.video-card {
  margin-bottom: 24px;
  position: relative;
}
.video-card .inner {
  position: relative;
  display: block;
  border: 1px solid #d9d9d9;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  margin-bottom: 20px;
  padding-bottom: 6px;
  background: white;
  text-decoration: none;
}
.video-card .inner:hover {
  border-color: #c0c0c0;
}
.video-card .inner:hover > h3 {
  text-decoration: underline;
}
.video-card .inner a:before {
  display: block;
  content: "\e0aa";
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-family: entypo;
  font-size: 26px;
  left: 50%;
  padding: 1px 2px 1px 0;
  top: 32px;
  margin-left: -30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(34, 34, 34, 0.2);
  border: 5px solid rgba(255, 255, 255, 0.8);
  color: #fff;
}
.video-card .inner a:hover:before {
  background: #2f99cd;
  color: #fff;
}
.video-card.announced-debate:before {
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0 100px 100px 0;
  border-style: solid;
  border-color: transparent #2f99cd transparent transparent;
  content: "";
  z-index: 10;
}
.video-card.announced-debate:after {
  position: absolute;
  right: 12px;
  top: 18px;
  color: #fff;
  content: "Soon";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 20;
}
.video-card.announced-debate .inner {
  opacity: .75;
}
.video-card.announced-debate .inner .categories {
  display: none;
}
.video-card.announced-debate .inner:hover {
  border-color: #d9d9d9;
}
.video-card.announced-debate .inner:hover > h3 {
  text-decoration: none;
}
.video-card.announced-debate .inner:hover:before {
  border-color: #d9d9d9 transparent transparent #d9d9d9;
}
.video-card h3 {
  margin: 18px 20px 12px;
  font-size: 18px;
  line-height: 24px;
}
.video-card .excerpt {
  margin: 6px 20px;
  font-size: 14px;
  line-height: 21px;
  height: 84px;
  overflow: hidden;
  color: #5e5e53;
}
.video-card .excerpt p {
  margin: 0;
}
@media (max-width: 767px) {
  .video-card .excerpt {
    height: auto;
  }
}
.video-card .categories {
  position: absolute;
  display: box;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 0 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: right;
  font-size: 12px;
  color: #d9d9d9;
  background: rgba(34, 34, 34, 0.8);
  line-height: 22px;
  font-weight: 500;
  max-width: 150px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-card .categories li {
  display: inline;
}
.video-card .categories li:after {
  content: ", ";
}
.video-card .categories li:last-child:after {
  content: "";
}
.video-card footer {
  font-size: 14px;
  font-weight: 500;
  /*
    .activity a:before{
      padding-right: 4px;
    }
    
    a.comments:before{
      .picto();
      content: "ðŸ‘¤";
      font-size: 28px;
      text-decoration: none;
      vertical-align: bottom;
    }
    
    a.updates:before{
      .picto();
      content: "îœ—";
      font-size: 28px;
      text-decoration: none;
      vertical-align: bottom;
    }
    */
}
.video-card footer a {
  text-decoration: none;
}
.video-card footer a:hover span {
  text-decoration: underline;
}
.video-card footer a:after {
  content: " | ";
  padding: 0 2px;
  opacity: 0.5;
}
.video-card footer a:last-child:after {
  content: "";
}
.video-card footer [data-icon]:before {
  font-size: 15px;
}
.video-card footer a.cta {
  color: #2f99cd;
  font-weight: bold;
  text-decoration: underline;
}
.video-card footer a.cta:hover {
  color: #257aa4;
}
#sponsors-list {
  margin: 0;
  padding: 0;
  padding: 36px 0 24px;
  text-align: center;
  list-style: none;
}
#sponsors-list li {
  display: inline-block;
  margin: 0 10px 12px;
}
#sponsors-list a {
  display: block;
  background-image: url('../img/footerlogos.png');
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#sponsors-list #sponsors-fe a {
  width: 140px;
  height: 55px;
  top: 20px;
  left: 10px;
  background-position: -10px 0;
}
#sponsors-list #sponsors-ew a {
  width: 117px;
  height: 55px;
  top: 20px;
  left: 170px;
  background-position: -170px 0;
}
#sponsors-list #sponsors-ep a {
  width: 90px;
  height: 65px;
  top: 20px;
  left: 330px;
  background-position: -330px 0;
}
#sponsors-list #sponsors-ms a {
  width: 130px;
  height: 55px;
  top: 20px;
  left: 440px;
  background-position: -440px 0;
}
#sponsors-list #sponsors-g a {
  width: 100px;
  height: 55px;
  top: 20px;
  left: 590px;
  background-position: -590px 0;
}
#sponsors-list #sponsors-sp a {
  width: 80px;
  height: 55px;
  top: 20px;
  left: 710px;
  background-position: -710px 0;
}
#sponsors-list #sponsors-osf a {
  width: 140px;
  height: 55px;
  top: 20px;
  left: 810px;
  background-position: -810px 0;
}
#sponsors-list #sponsors-go a {
  width: 110px;
  height: 55px;
  top: 20px;
  left: 970px;
  background-position: -970px 0;
}
#sponsors-list #sponsors-fc a {
  width: 140px;
  height: 55px;
  top: 20px;
  left: 1100px;
  background-position: -1100px 0;
}
@media (max-width: 979px) {
  #sponsors-list a {
    -webkit-background-size: auto 60px;
    -moz-background-size: auto 60px;
    -o-background-size: auto 60px;
    background-size: auto 60px;
  }
  #sponsors-list #sponsors-fe a {
    width: 70px;
    height: 27.5px;
    top: 10px;
    left: 5px;
    background-position: -5px 0;
  }
  #sponsors-list #sponsors-ew a {
    width: 58.5px;
    height: 27.5px;
    top: 10px;
    left: 85px;
    background-position: -85px 0;
  }
  #sponsors-list #sponsors-ep a {
    width: 45px;
    height: 32.5px;
    top: 10px;
    left: 165px;
    background-position: -165px 0;
  }
  #sponsors-list #sponsors-ms a {
    width: 65px;
    height: 27.5px;
    top: 10px;
    left: 220px;
    background-position: -220px 0;
  }
  #sponsors-list #sponsors-g a {
    width: 50px;
    height: 27.5px;
    top: 10px;
    left: 295px;
    background-position: -295px 0;
  }
  #sponsors-list #sponsors-sp a {
    width: 40px;
    height: 27.5px;
    top: 10px;
    left: 355px;
    background-position: -355px 0;
  }
  #sponsors-list #sponsors-osf a {
    width: 70px;
    height: 27.5px;
    top: 10px;
    left: 405px;
    background-position: -405px 0;
  }
  #sponsors-list #sponsors-go a {
    width: 55px;
    height: 27.5px;
    top: 10px;
    left: 485px;
    background-position: -485px 0;
  }
  #sponsors-list #sponsors-fc a {
    width: 70px;
    height: 27.5px;
    top: 10px;
    left: 550px;
    background-position: -550px 0;
  }
}
.gform_heading {
  color: #5e5e53;
  font-weight: 500;
  margin-bottom: 24px;
}
.gform_wrapper .validation_error {
  font-weight: 500;
  padding: 8px 35px 8px 14px;
  margin-bottom: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.gform_body {
  margin-bottom: 24px;
}
.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gfield {
  margin-bottom: 18px;
}
.gfield label {
  font-weight: 500;
  color: #113344;
}
.gfield label .gfield_required {
  color: #b94a48;
  margin-left: 4px;
}
.gfield input[type="text"],
.gfield input[type="email"],
.gfield textarea,
.gfield select {
  color: #113344;
  font-weight: normal;
  font-size: 16px !important;
  font-family: "Helvetica Neue", sans-serif;
}
.gfield input[type="text"],
.gfield input[type="email"],
.gfield select {
  width: 290px;
}
.gfield input[type="text"],
.gfield input[type="email"],
.gfield textarea {
  padding: 9px !important;
  border: 1px solid rgba(34, 68, 82, 0.4);
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
}
.gfield textarea {
  width: 97.8%;
}
.gfield .gfield_description {
  color: #5e5e53;
  font-size: 14px;
  line-height: 18px;
}
.gfield .validation_message {
  color: #b94a48;
}
.gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}
.gform_footer .gform_button {
  display: inline-block;
  padding: 7px 12px 9px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  text-decoration: none !important;
  color: #113344;
  background-color: #ffe400;
  border-color: #113344;
  padding: 13px 16px 15px;
  font-size: 18px;
  border-radius: 5px;
}
.gform_footer .gform_button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gform_footer .gform_button:hover,
.gform_footer .gform_button:focus {
  text-decoration: none;
}
.gform_footer .gform_button:active,
.gform_footer .gform_button.active {
  outline: 0;
  background-image: none;
}
.gform_footer .gform_button.disabled,
.gform_footer .gform_button[disabled],
fieldset[disabled] .gform_footer .gform_button {
  cursor: default;
  pointer-events: none;
  opacity: 0.0065;
  filter: alpha(opacity=0.65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.gform_footer .gform_button small {
  display: block;
  font-size: 74%;
  line-height: normal;
  padding-bottom: 2px;
}
.gform_footer .gform_button .label,
.gform_footer .gform_button .badge {
  position: relative;
  top: -1px;
}
.gform_footer .gform_button:hover,
.gform_footer .gform_button:focus,
.gform_footer .gform_button:active,
.gform_footer .gform_button.active {
  color: #020507;
  border-color: #020507;
  background-color: #ffe933;
}
.gform_footer .gform_button.disabled:hover,
.gform_footer .gform_button[disabled]:hover,
fieldset[disabled] .gform_footer .gform_button:hover,
.gform_footer .gform_button.disabled:focus,
.gform_footer .gform_button[disabled]:focus,
fieldset[disabled] .gform_footer .gform_button:focus,
.gform_footer .gform_button.disabled:active,
.gform_footer .gform_button[disabled]:active,
fieldset[disabled] .gform_footer .gform_button:active,
.gform_footer .gform_button.disabled.active,
.gform_footer .gform_button[disabled].active,
fieldset[disabled] .gform_footer .gform_button.active {
  background-color: #ffe400;
  border-color: #113344;
}
.vote2014-banner {
  display: block;
  background: #113344;
  color: #fff !important;
  text-decoration: none !important;
  padding: 18px;
}
.vote2014-banner .vote2014-brand {
  text-indent: -999em;
  background: url(../img/vote2014-brand.svg) no-repeat 0 0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.vote2014-banner .chart {
  text-align: center;
}
.vote2014-banner .chart .label {
  display: inline-block;
  max-width: 80%;
  margin-top: 6px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 5px;
  font-size: 12px;
  line-height: 17px;
}
.vote2014-banner .chart img {
  display: block;
}
.vote2014-banner .btn {
  font-weight: bold;
}
.vote2014-banner .btn-primary {
  border-color: #000000;
}
.vote2014-banner .btn-link {
  color: #fff;
  text-shadow: none;
}
.no-svg .vote2014-banner .vote2014-brand {
  background-image: url(../img/vote2014-brand.png);
}
.vote2014-banner.full-width {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  min-height: 110px;
  padding: 15px 25px;
  padding-left: 260px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.vote2014-banner.full-width h1 {
  background-size: contain;
  height: 32px;
  margin: 0;
  margin-bottom: 12px;
  margin-top: 12px;
}
.vote2014-banner.full-width .chart {
  position: absolute;
  top: 15px;
  left: 0;
  width: 260px;
}
.vote2014-banner.full-width .chart img {
  margin: 0 auto;
  width: 160px;
}
.vote2014-banner.full-width p {
  margin: 0;
  margin-right: 340px;
  font-weight: 500;
}
.vote2014-banner.full-width .buttons {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -28px;
}
@media (max-width: 767px) {
  .vote2014-banner.full-width {
    padding-left: 25px;
    text-align: center;
  }
  .vote2014-banner.full-width h1 {
    background-position: center center;
    margin: 0 auto;
    width: auto;
    margin: 12px 0;
  }
  .vote2014-banner.full-width .chart {
    position: static;
    width: auto;
    margin: 12px 0;
  }
  .vote2014-banner.full-width .chart img {
    width: auto;
    max-width: 80%;
  }
  .vote2014-banner.full-width p {
    margin: 0;
    margin: 12px 0;
    font-size: 14px;
    line-height: 18px;
  }
  .vote2014-banner.full-width p a {
    color: white;
  }
  .vote2014-banner.full-width .buttons {
    position: static;
    margin: 0;
    margin: 18px 0 12px;
  }
}
.vote2014-banner.vote2014-debate-box {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  padding: 12px 24px 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  margin-top: 24px;
}
.vote2014-banner.vote2014-debate-box:before,
.vote2014-banner.vote2014-debate-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.vote2014-banner.vote2014-debate-box:after {
  clear: both;
}
.vote2014-banner.vote2014-debate-box h1 {
  position: static;
  background-size: contain;
  background-position: center center;
  height: 32px;
  margin: 0;
  margin-bottom: 24px !important;
  margin-top: 12px;
}
.vote2014-banner.vote2014-debate-box .chart {
  float: left;
}
.vote2014-banner.vote2014-debate-box .chart img {
  margin: 0 auto;
  width: 160px;
}
.vote2014-banner.vote2014-debate-box p {
  margin: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 184px;
  font-size: 15px;
  line-height: 24px;
}
.vote2014-banner.vote2014-debate-box p a {
  color: #fff;
}
.vote2014-banner.vote2014-debate-box .buttons {
  margin-top: 12px;
  text-align: center;
}
.vote2014-banner.vote2014-debate-box .buttons .btn-primary {
  min-width: 150px;
}
@media (max-width: 767px) {
  .vote2014-banner.vote2014-debate-box {
    padding-left: 25px;
    text-align: center;
  }
  .vote2014-banner.vote2014-debate-box h1 {
    margin: 0 auto;
    width: auto;
    height: 24px;
    margin: 12px 0;
  }
  .vote2014-banner.vote2014-debate-box .chart {
    position: static;
    float: none;
    width: auto;
    margin: 12px 0;
  }
  .vote2014-banner.vote2014-debate-box .chart img {
    width: auto;
    max-width: 80%;
  }
  .vote2014-banner.vote2014-debate-box p {
    margin: 0;
    margin: 12px 0;
    font-size: 14px;
    line-height: 18px;
  }
  .vote2014-banner.vote2014-debate-box .buttons {
    position: static;
    margin: 0;
    margin: 18px 0 12px;
  }
}
.carousel {
  overflow: hidden;
}
.carousel .viewport {
  float: left;
  position: relative;
  overflow: hidden;
}
.carousel .viewport .overview {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
}
.carousel .viewport .overview li {
  float: left;
}
.carousel .buttons {
  display: block;
  float: left;
  text-indent: -9999px;
}
.carousel .buttons.disable {
  display: none;
}
.no-js .carousel .viewport {
  visibility: hidden;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/*!
 * Bootstrap Responsive v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243094%;
    *margin-left: 2.71034761%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94791667%;
  }
  .row-fluid .span11 {
    width: 91.43646409%;
    *width: 91.38438076%;
  }
  .row-fluid .span10 {
    width: 82.87292818%;
    *width: 82.82084484%;
  }
  .row-fluid .span9 {
    width: 74.30939227%;
    *width: 74.25730893%;
  }
  .row-fluid .span8 {
    width: 65.74585635%;
    *width: 65.69377302%;
  }
  .row-fluid .span7 {
    width: 57.18232044%;
    *width: 57.13023711%;
  }
  .row-fluid .span6 {
    width: 48.61878453%;
    *width: 48.5667012%;
  }
  .row-fluid .span5 {
    width: 40.05524862%;
    *width: 40.00316529%;
  }
  .row-fluid .span4 {
    width: 31.49171271%;
    *width: 31.43962937%;
  }
  .row-fluid .span3 {
    width: 22.9281768%;
    *width: 22.87609346%;
  }
  .row-fluid .span2 {
    width: 14.36464088%;
    *width: 14.31255755%;
  }
  .row-fluid .span1 {
    width: 5.80110497%;
    *width: 5.74902164%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486188%;
    *margin-left: 105.42069521%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243094%;
    *margin-left: 102.65826427%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132597%;
    *margin-left: 96.8571593%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.19889503%;
    *margin-left: 94.09472836%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779006%;
    *margin-left: 88.29362339%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63535912%;
    *margin-left: 85.53119245%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425414%;
    *margin-left: 79.73008748%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232%;
    *margin-left: 76.96765654%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27071823%;
    *margin-left: 71.16655157%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729%;
    *margin-left: 68.40412063%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232%;
    *margin-left: 62.60301565%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138%;
    *margin-left: 59.84058471%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364641%;
    *margin-left: 54.03947974%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121547%;
    *margin-left: 51.2770488%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801105%;
    *margin-left: 45.47594383%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767956%;
    *margin-left: 42.71351289%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657459%;
    *margin-left: 36.91240792%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414365%;
    *margin-left: 34.14997698%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867%;
    *margin-left: 28.34887201%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773%;
    *margin-left: 25.58644107%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276%;
    *margin-left: 19.7853361%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182%;
    *margin-left: 17.02290516%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685%;
    *margin-left: 11.22180018%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591%;
    *margin-left: 8.45936924%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 724px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 662px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 600px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 538px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 476px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 414px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 352px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 290px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 228px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 166px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 104px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 42px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .mobile-debate-grid .row {
    margin-left: -6%;
    *zoom: normal;
  }
  .mobile-debate-grid .row:before,
  .mobile-debate-grid .row:after {
    display: none;
  }
  .mobile-debate-grid [class*="span"] {
    width: 44%;
    margin-left: 6%;
    float: left;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 24px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 24px;
  }
  .navbar-fixed-bottom {
    margin-top: 24px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 12px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 12px 15px;
    margin: 12px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
#mobile-search {
  margin-top: 1px;
  padding: 5px 7px;
}
#mobile-search form {
  margin: 0;
}
#mobile-search input[type=text] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
/*
 * SINGLE POST TEMPLATE (THE DEBATE)
 */
body {
  position: relative;
}
#debate-entry-header {
  border-bottom: 0;
}
@media (max-width: 767px) {
  #debate-entry-header .meta {
    margin-top: 9px;
  }
  #debate-entry-header .meta li {
    display: block;
  }
}
#debate-entry-body #updates {
  margin: 24px 0;
  border-top: 1px solid #d9d9d9;
}
#debate-entry-body #updates article {
  margin-top: 24px;
}
#debate-entry-body #updates article header .date {
  display: inline-block;
  font-size: 13px;
  background: #2f99cd;
  color: #fff;
  padding: 1px 5px 2px;
  line-height: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 4px;
  vertical-align: 2px;
}
#debate-entry-body #updates article header h1 {
  color: #113344;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 12px;
}
#debate-entry-body #updates article header h1 a {
  text-decoration: underline;
}
#debate-activity {
  position: absolute;
  width: 222px;
  padding: 19px 19px 15px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f4f4ef;
  color: #4e4e43;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 3px #ffffff;
  -moz-box-shadow: 0 0 0 3px #ffffff;
  box-shadow: 0 0 0 3px #ffffff;
}
@media (max-width: 767px) {
  #debate-activity {
    display: none;
  }
}
#debate-activity:before,
#debate-activity:after {
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  content: " ";
  pointer-events: none;
}
#debate-activity:before {
  top: 100%;
  left: 0;
  margin-left: 18px;
  border-width: 6px 11px;
  border-color: #d9d9d9 transparent transparent #d9d9d9;
}
#debate-activity:after {
  top: 100%;
  left: 0;
  border-width: 5px 10px;
  border-color: #fff transparent transparent #fff;
  margin-left: 19px;
}
#debate-activity:after {
  /* Change pin color */
  border-left-color: #f4f4ef;
  border-top-color: #f4f4ef;
}
#debate-activity.affix-top header {
  height: 0;
}
#debate-activity.affix {
  position: fixed;
  top: 30px;
}
#debate-activity.affix header {
  display: block;
}
#debate-activity header {
  overflow: hidden;
  height: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#debate-activity header h1 {
  font-size: 20px;
  line-height: normal;
  margin: 0;
  margin-bottom: 20px;
}
#debate-activity .counter {
  font-size: 54px;
  line-height: 60px;
  margin-bottom: 0;
  font-weight: 500;
  margin-bottom: 20px;
}
#debate-activity .counter a {
  color: inherit;
  text-decoration: none;
}
#debate-activity .counter a:hover {
  color: #2f99cd;
}
#debate-activity .counter small {
  display: block;
  font-size: 20px;
  line-height: 12px;
}
#debate-activity .cta {
  margin: 12px 0 20px;
}
#debates-entry-comments {
  padding-bottom: 12px;
}
#debates-entry-comments .block-header-post-comment {
  text-decoration: underline;
  color: #2f99cd;
  font-weight: 500;
}
#debates-entry-related {
  padding-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #debate-entry-sidebar #debate-activity {
    max-width: 166px;
  }
  #debate-entry-sidebar #debate-activity .cta > .btn {
    font-size: 15px;
    white-space: normal;
  }
  #debate-entry-sidebar #debate-activity .sharing tr,
  #debate-entry-sidebar #debate-activity .sharing td {
    display: block;
    text-align: center;
  }
}
/* FEATURED SECTION */
#frontpage-featured-section {
  padding-top: 36px;
}
#frontpage-featured-section .right {
  border-left: 1px solid #d9d9d9;
  padding-left: 24px;
}
@media (max-width: 767px) {
  #frontpage-featured-section .right {
    display: none;
  }
}
@media (max-width: 767px) {
  #frontpage-featured-section {
    padding-top: 18px;
  }
}
#frontpage-featured-section article h3 {
  font-size: 21px;
}
#frontpage-featured-section article .excerpt {
  max-height: 63px;
}
#frontpage-featured-welcome {
  margin-bottom: 24px;
  /*
  border-bottom: 1px solid @grayLight;
  padding-bottom: @gridGutterWidth;
  */
}
#frontpage-featured-welcome h1 {
  position: relative;
  margin-top: 0;
  top: -4px;
  margin-bottom: 6px;
}
#frontpage-featured-welcome p.buttons {
  margin: 18px 0;
}
#frontpage-featured-welcome p.buttons.last {
  margin-bottom: 0;
}
#frontpage-featured-welcome p.buttons .btn {
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 979px) {
  #frontpage-featured-welcome p {
    display: none;
  }
  #frontpage-featured-welcome p.buttons {
    display: block;
  }
  #frontpage-featured-welcome p.buttons .btn-link {
    display: none;
  }
}
#frontpage-featured-vote {
  position: relative;
  font-size: 14px;
  line-height: 17px;
  min-height: 72px;
  padding: 15px;
  padding-left: 166px;
  margin-bottom: 24px;
}
#frontpage-featured-vote h1 {
  background-size: auto 23px;
  height: 23px;
  margin: 0;
  margin-bottom: 12px;
}
#frontpage-featured-vote .chart {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 136px;
}
#frontpage-featured-vote .btn-link {
  padding-left: 3px;
  padding-right: 0px;
}
#frontpage-featured-vote p.buttons {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  #frontpage-featured-vote {
    padding-left: 15px;
    text-align: center;
  }
  #frontpage-featured-vote h1 {
    background-position: center;
  }
  #frontpage-featured-vote .chart {
    display: inline-block;
    position: static;
    width: 100px;
    margin: 0 auto 12px;
  }
  #frontpage-featured-vote .chart span {
    display: none;
  }
}
/* BANNERS SECTION */
#frontpage-banners-section .focus-banner a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  background: #113344;
  text-decoration: none;
}
#frontpage-banners-section .focus-banner a img {
  background: #000000;
  display: block;
}
#frontpage-banners-section .focus-banner a h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 8px 10px;
  margin: 0;
}
#frontpage-banners-section .focus-banner a h5 small {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  color: rgba(255, 255, 255, 0.5);
  line-height: inherit;
}
#frontpage-banners-section .focus-banner a:hover {
  color: #fff;
}
#frontpage-banners-section .focus-banner a:hover h5 strong {
  text-decoration: underline;
}
#frontpage-banners-section .focus-banner a:hover h5 small {
  text-decoration: none;
}
@media (max-width: 767px) {
  #frontpage-banners-section {
    margin-bottom: 0;
  }
  #frontpage-banners-section .span3 {
    float: left;
    width: 47%;
  }
  #frontpage-banners-section .span3:nth-child(2n+1) {
    margin-right: 6%;
  }
  #frontpage-banners-section a {
    margin-bottom: 18px;
  }
  #frontpage-banners-section a h5 {
    height: 54px;
    overflow: hidden;
  }
}
/* DEBATES LIST */
#frontpage-debates-section {
  border-top: 1px solid #d9d9d9;
  margin-top: 24px;
}
@media (max-width: 767px) {
  #frontpage-debates-section {
    margin-top: 0;
  }
}
#frontpage-debates-section .footer-buttons {
  margin-top: 0;
}
/* LEADERS LIST */
#frontpage-leaders-section {
  border-top: 1px solid #d9d9d9;
  margin-top: 24px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  #frontpage-leaders-section {
    margin-top: 18px;
    margin-bottom: 0;
  }
  #frontpage-leaders-section .span2 {
    float: left;
    width: 29.333333%;
    margin-right: 6%;
  }
  #frontpage-leaders-section .span2:nth-child(3n) {
    margin-right: 0;
  }
  #frontpage-leaders-section .span2 .leaderd-card {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 9px;
  }
  #frontpage-leaders-section .span2 .leaderd-card img {
    max-width: 100%;
  }
}
/* NETWORKS */
#frontpage-networks {
  border-top: 1px solid #d9d9d9;
  padding-top: 36px;
  padding-bottom: 36px;
}
#frontpage-networks iframe {
  vertical-align: top;
}
#frontpage-bottom-welcome {
  margin-bottom: 24px;
}
#frontpage-bottom-welcome h1 {
  position: relative;
  margin-top: 0;
  top: -4px;
  margin-bottom: 6px;
}
#frontpage-bottom-welcome p.buttons {
  margin-top: 18px;
  margin-bottom: 0;
}
#frontpage-bottom-welcome p.buttons .btn {
  font-weight: bold;
}
/* FACEBOOK WIDGET */
#fb-root {
  display: none;
}
.fb_iframe_widget {
  width: 100% !important;
}
/* ALL DEBATES SECTION */
#debates-list-header .mobile-nav-toggle {
  display: none;
}
#debates-list-body {
  padding-top: 36px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  #debates-list-body {
    padding-top: 18px;
    padding-bottom: 9px;
  }
}
@media (max-width: 767px) {
  #debates-list-header .mobile-nav-toggle {
    display: block;
  }
  body.search-results #debates-list-header {
    display: none;
  }
}
#page-body {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #page-body {
    padding-top: 0;
    padding-bottom: 27px;
  }
}
#page-body .page-header {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 21px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #page-body .page-header {
    margin-bottom: 18px;
    padding-top: 0;
  }
}
#page-body .section-nav {
  margin-top: 36px;
  margin-bottom: 24px;
}
/*
 * HOW IT WORKS SECTION
 */
#how-it-works-header {
  text-align: center;
}
#how-it-works-header .lead {
  color: #bee0f0;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  margin-top: 24px;
}
#how-it-works-header .lead > strong {
  color: #fff;
  font-weight: normal;
}
#how-it-works-body article {
  padding: 18px 0 24px;
}
#how-it-works-body article h1,
#how-it-works-body article h2 {
  font-size: 20px;
  line-height: 24px;
}
#how-it-works-body article h1 {
  color: #2f99cd;
}
#how-it-works-body article h2 {
  margin: 18px 0 12px;
}
#how-it-works-body article p {
  color: #5e5e53;
}
#how-it-works-body article p a {
  text-decoration: underline;
}
#how-it-works-body article .more {
  color: #2f99cd;
  font-weight: bold;
}
#how-it-works-body hr {
  margin: 0;
}
#how-it-works-footer {
  padding-top: 36px;
  padding-bottom: 36px;
  text-align: center;
}
#how-it-works-footer .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #how-it-works-header .lead {
    display: block;
    margin-top: 18px;
    text-align: left;
  }
  #how-it-works-body article {
    padding: 36px 0;
  }
  #how-it-works-body article h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 36px;
  }
  #how-it-works-body article h2 {
    margin: 18px 0 9px;
  }
  #how-it-works-body article p {
    margin: 0;
  }
  #how-it-works-footer {
    padding-top: 18px;
    padding-bottom: 9px;
  }
  #how-it-works-footer .btn {
    margin-bottom: 9px;
  }
}
/*
 * LEADERS SECTION
 */
#leaders-list-body {
  padding: 36px 0;
}
#leaders-list-featured + hr {
  margin-top: 12px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #leaders-list-featured {
    padding: 0 18px;
    *zoom: 1;
  }
  #leaders-list-featured:before,
  #leaders-list-featured:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #leaders-list-featured:after {
    clear: both;
  }
  #leaders-list-featured .row {
    margin-left: -3%;
    *zoom: normal;
  }
  #leaders-list-featured .row:before,
  #leaders-list-featured .row:after {
    display: none;
  }
  #leaders-list-featured .span3 {
    width: 30.333%;
    margin-left: 3%;
    float: left;
  }
  #leaders-list-featured .span3 .leader-card {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 9px;
  }
  #leaders-list-featured .span3 .leader-card img {
    max-width: 100%;
  }
}
#leaders-list-more {
  text-align: center;
}
#leaders-list-more a {
  line-height: 30px;
  font-weight: 500;
}
.article .partners-logos {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.article .partners-logos li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  width: 27.333%;
  margin-bottom: 20px !important;
  padding: 0 3%;
  text-align: center !important;
  vertical-align: top;
  zoom: 1;
}
.article .partners-logos img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
/* SUGGEST A DEBATE PAGE */
#page-suggest-header {
  text-align: center;
}
#page-suggest-overview {
  text-align: center;
  font-weight: bold;
}
#page-suggest-overview .number {
  width: 58px;
  height: 58px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 56px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: bold;
  overflow: hidden;
}
#page-suggest-overview .illustration {
  margin: 24px auto;
}
#page-suggest-overview p {
  font-size: 17px;
}
#page-suggest-overview .nav {
  margin-top: 24px;
  margin-bottom: 0;
  border-bottom: 0;
}
#page-suggest-overview .nav li a {
  border: 0;
  background: rgba(255, 255, 255, 0.5);
}
#page-suggest-overview .nav li a:hover {
  border: 0;
  background: rgba(255, 255, 255, 0.7);
}
#page-suggest-overview .nav li.active a {
  border: 0;
  background: #fff;
}
#page-suggest-body {
  padding-top: 36px;
  padding-bottom: 12px;
}
#page-suggest-body .intro {
  color: #5e5e53;
  font-weight: 500;
  margin-bottom: 30px;
}
#page-suggest-body .aside-notes {
  color: #5e5e53;
  margin: 0 0 24px;
}
#record .bbbx-widget {
  margin: 0 0 12px;
}
#video-list-body {
  padding: 36px 0 24px;
}
@media (max-width: 767px) {
  #video-list-body {
    margin: 0 18px;
  }
  #loader {
    margin-bottom: 18px;
  }
  #browse-sidebar {
    padding-left: 0 !important;
    border-left: none !important;
  }
  #browse-sidebar input[type="text"] {
    width: 100% !important;
  }
}
/*
 * FOCUS LIST ARCHIVE
 */
#focus-list-body {
  padding-top: 36px;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  #focus-list-body {
    padding-top: 18px;
    padding-bottom: 0;
  }
}
#focus-list-featured-header {
  margin-top: 0;
}
#focus-list-featured-list {
  margin-bottom: 0;
}
#focus-list-sponsored-header {
  border-top: 1px solid #d9d9d9;
  padding-top: 24px;
  margin-top: 36px;
}
@media (max-width: 767px) {
  #focus-list-sponsored-header {
    margin-top: 18px;
  }
}
#focus-list-sponsored-list {
  margin-bottom: 0;
  padding-bottom: 0;
}
/*
 * SINGLE POST TEMPLATE (THE DEBATE)
 */
#focus-entry-header {
  border-bottom: 0;
  text-align: center;
}
#focus-entry-body {
  padding-bottom: 24px;
  /* FIX FOR PREVIOUSLY COLUMNED CONTENT */
}
#focus-entry-body .sharing-buttons {
  margin-top: 0;
  margin-bottom: 12px;
}
#focus-entry-body .column-left {
  float: left;
  margin-left: 24px;
  width: 386px;
  margin-left: 0;
}
#focus-entry-body .column-left *:first-child {
  margin-top: 0;
}
#focus-entry-body .column-right {
  float: left;
  margin-left: 24px;
  width: 386px;
  clear: right;
}
#focus-entry-body .column-right *:first-child {
  margin-top: 0;
}
#focus-entry-body .column-right + * {
  clear: both;
}
#focus-entry-debates-list {
  border-top: 0;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  #focus-entry-debates-list {
    padding-bottom: 18px;
  }
}
#focus-entry-debates-list hr {
  margin-top: 0;
}
#focus-entry-debates-list .footer-buttons {
  margin-top: 36px;
}
@media (max-width: 767px) {
  #focus-entry-debates-list .footer-buttons {
    margin-top: 18px;
    margin-bottom: 0;
  }
}
/*
 * LEADER ENTRY
 */
#leader-entry-header .leader-portrait {
  margin: 20px 0 38px;
  padding-right: 24px;
  width: 144px;
}
#leader-entry-body {
  padding-top: 36px;
}
@media (max-width: 767px) {
  #leader-entry-header {
    text-align: center;
  }
  #leader-entry-header .leader-portrait {
    float: none;
    text-align: center;
    margin: 18px auto -8px;
    padding: 0;
    width: 25%;
  }
  #leader-entry-body {
    padding-top: 18px;
    padding-bottom: 9px;
  }
}
/**
 * ---------------------------------
 * Shared across all Vote 2014 pages
 * ---------------------------------
 */
.vote2014-page .page-header {
  padding: 48px 0;
  *zoom: 1;
}
.vote2014-page .page-header:before,
.vote2014-page .page-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.vote2014-page .page-header:after {
  clear: both;
}
.vote2014-page .page-header h1 {
  width: 325px;
  height: 50px;
  margin: 0 auto;
  font-size: 50px;
  line-height: 50px;
  overflow: hidden;
}
.vote2014-page .page-header h1 a {
  display: block;
  background: url("../img/vote2014-logo.svg") no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.no-svg .vote2014-page .page-header h1 {
  background-image: url("../img/vote2014-logo.png");
}
@media (max-width: 767px) {
  .vote2014-page .page-header h1 {
    width: 270px;
    height: 42px;
    background-size: contain;
    overflow: hidden;
  }
}
/**
 * ----------------------------------------
 * Overview and About pages specific styles
 * ----------------------------------------
 */
#vote2014-overview-page,
#vote2014-about-page {
  /*
  #vote2014-links {
    .addthis_toolbox {
      position: relative;
      top: 15px;
    }
    
    p {
      margin-bottom: 0;
      font-weight: bold;
      line-height: 49px;
    }
    
    .label {
      display: inline-block;
      margin-right: 10px;
      padding-top: 0;
      padding-bottom: 0;
      background-color: @white;
      color: @blueDark;
      line-height: 27px;
      text-transform: uppercase;
      text-shadow: none;
    }
    
    a {
      color: @white;
      text-decoration: underline;
    }
  }
  */
}
#vote2014-overview-page .frame,
#vote2014-about-page .frame {
  border-bottom: none;
}
#vote2014-overview-page .section-body,
#vote2014-about-page .section-body {
  color: #75756c;
  font-weight: 18px;
  line-height: 27px;
}
#vote2014-overview-page .addthis_toolbox .addthis_button_facebook_like,
#vote2014-about-page .addthis_toolbox .addthis_button_facebook_like {
  width: 46px !important;
  margin-right: 10px;
  overflow: hidden;
}
#vote2014-overview-page .addthis_toolbox .addthis_button_tweet,
#vote2014-about-page .addthis_toolbox .addthis_button_tweet {
  width: 58px !important;
  margin-right: 10px;
  overflow: hidden;
}
#vote2014-overview-page .addthis_toolbox .addthis_button_linkedin_counter,
#vote2014-about-page .addthis_toolbox .addthis_button_linkedin_counter {
  width: 56px !important;
  overflow: hidden;
}
#vote2014-overview-page #vote2014-intro,
#vote2014-about-page #vote2014-intro {
  position: relative;
  text-align: center;
}
#vote2014-overview-page #vote2014-intro h2,
#vote2014-about-page #vote2014-intro h2 {
  margin: 0 0 36px;
  color: #fff;
  font-weight: normal;
  font-size: 30px;
}
#vote2014-overview-page #vote2014-intro .chart,
#vote2014-about-page #vote2014-intro .chart {
  margin-bottom: 36px;
}
#vote2014-overview-page #vote2014-intro .lead,
#vote2014-about-page #vote2014-intro .lead {
  margin-bottom: 36px;
  color: #70858f;
  font-weight: normal;
  font-size: 22px;
}
@media (max-width: 767px) {
  #vote2014-overview-page #vote2014-intro .lead,
  #vote2014-about-page #vote2014-intro .lead {
    text-align: left;
  }
}
#vote2014-overview-page #vote2014-intro .legend,
#vote2014-about-page #vote2014-intro .legend {
  margin-bottom: 36px;
  text-align: left;
  *zoom: 1;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
#vote2014-overview-page #vote2014-intro .legend:before,
#vote2014-about-page #vote2014-intro .legend:before,
#vote2014-overview-page #vote2014-intro .legend:after,
#vote2014-about-page #vote2014-intro .legend:after {
  display: table;
  content: "";
  line-height: 0;
}
#vote2014-overview-page #vote2014-intro .legend:after,
#vote2014-about-page #vote2014-intro .legend:after {
  clear: both;
}
@media (max-width: 767px) {
  #vote2014-overview-page #vote2014-intro .legend,
  #vote2014-about-page #vote2014-intro .legend {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
#vote2014-overview-page #vote2014-intro .legend li,
#vote2014-about-page #vote2014-intro .legend li {
  float: left;
  clear: left;
  color: #99a7ae;
  font-size: 14px;
}
@media (max-width: 767px) {
  #vote2014-overview-page #vote2014-intro .legend li,
  #vote2014-about-page #vote2014-intro .legend li {
    float: none;
  }
}
#vote2014-overview-page #vote2014-intro .legend strong,
#vote2014-about-page #vote2014-intro .legend strong {
  color: #fff;
}
#vote2014-overview-page #vote2014-intro .ribbon-wrapper,
#vote2014-about-page #vote2014-intro .ribbon-wrapper {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  #vote2014-overview-page #vote2014-intro .ribbon-wrapper,
  #vote2014-about-page #vote2014-intro .ribbon-wrapper {
    display: none;
  }
}
#vote2014-overview-page #vote2014-intro .ribbon,
#vote2014-about-page #vote2014-intro .ribbon {
  width: 255px;
  padding: 5px 0;
  position: relative;
  top: 62px;
  left: -26px;
  background-color: #d34400;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#vote2014-overview-page #vote2014-intro .arrow,
#vote2014-about-page #vote2014-intro .arrow {
  margin-bottom: 36px;
}
#vote2014-overview-page #vote2014-about,
#vote2014-about-page #vote2014-about {
  padding: 36px 0 0;
}
#vote2014-overview-page #vote2014-about .infographic,
#vote2014-about-page #vote2014-about .infographic {
  margin-bottom: 36px;
}
#vote2014-overview-page #vote2014-about .section-body,
#vote2014-about-page #vote2014-about .section-body {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
@media (max-width: 767px) {
  #vote2014-overview-page #vote2014-about .section-body,
  #vote2014-about-page #vote2014-about .section-body {
    padding: 0 20px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
#vote2014-overview-page #vote2014-cta,
#vote2014-about-page #vote2014-cta {
  padding: 24px 0 36px;
  text-align: center;
}
#vote2014-overview-page #vote2014-cta .btn,
#vote2014-about-page #vote2014-cta .btn {
  margin-bottom: 18px;
}
#vote2014-overview-page #vote2014-cta .addthis_toolbox,
#vote2014-about-page #vote2014-cta .addthis_toolbox {
  width: 200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #vote2014-overview-page #vote2014-cta .addthis_toolbox,
  #vote2014-about-page #vote2014-cta .addthis_toolbox {
    display: none;
  }
}
@media (max-width: 767px) {
  #vote2014-overview-page {
    /*
    #vote2014-links {
      .addthis_toolbox {
        display: none;
      }
    }
    */
  }
  #vote2014-overview-page #vote2014-intro .lead {
    font-size: 18px;
  }
}
/**
 * --------------------------
 * About page specific styles
 * --------------------------
 */
#vote2014-about-page .page-header {
  padding: 48px 0 24px;
}
#vote2014-about-page #vote2014-about {
  padding: 36px 0 0;
}
#vote2014-about-page #vote2014-about .section-body {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
#vote2014-about-page #vote2014-focuses {
  padding: 36px 0 0;
}
@media (max-width: 767px) {
  #vote2014-about-page #vote2014-focuses {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#vote2014-about-page #vote2014-focuses .focus-card .inner {
  z-index: 999;
}
#vote2014-about-page #vote2014-focuses .focus-card .excerpt {
  height: auto;
}
#vote2014-about-page #vote2014-debates {
  padding: 36px 0 0;
}
@media (max-width: 767px) {
  #vote2014-about-page #vote2014-debates {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#vote2014-about-page #vote2014-debates .debate-banner {
  display: block;
  margin: 12px 0;
}
@media (max-width: 767px) {
  #vote2014-about-page #vote2014-debates .debate-banner {
    margin-bottom: 0;
  }
}
/**
 * -------------------------
 * Blog page specific styles
 * -------------------------
 */
#vote2014-blog-page .carousel {
  height: 110px;
  padding: 48px 0 36px;
}
#vote2014-blog-page .carousel .viewport {
  width: 850px;
  height: 110px;
}
#vote2014-blog-page .carousel .viewport li {
  width: 130px;
  height: 65px;
  padding-right: 50px;
  text-align: center;
}
#vote2014-blog-page .carousel .viewport li span {
  display: block;
  margin-top: 15px;
  color: #bcbbbc;
  font-size: 14px;
  line-height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
}
#vote2014-blog-page .carousel .viewport li.active span {
  color: #2f99cd;
}
#vote2014-blog-page .carousel .buttons {
  width: 15px;
  height: 110px;
  background-color: #d9d9d9;
  line-height: 110px;
  opacity: .2;
}
#vote2014-blog-page .carousel .buttons:hover {
  opacity: .3;
}
#vote2014-blog-page .carousel .buttons.prev {
  margin-right: 40px;
  background: url("../img/vote2014-prev.svg") no-repeat center;
}
#vote2014-blog-page .carousel .buttons.next {
  margin-left: 40px;
  background: url("../img/vote2014-next.svg") no-repeat center;
}
#vote2014-blog-page .previous-page-link,
#vote2014-blog-page .next-page-link {
  display: table;
  width: 100%;
  height: 160px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
#vote2014-blog-page .previous-page-link a,
#vote2014-blog-page .next-page-link a {
  display: table-cell;
  border: 2px solid #d9d9d9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
#vote2014-blog-page .previous-page-link a:hover,
#vote2014-blog-page .next-page-link a:hover {
  border-color: #c0c0c0;
}
#vote2014-blog-page .previous-page-link a img,
#vote2014-blog-page .next-page-link a img {
  display: block;
  width: 15px;
  margin: 0 auto 12px;
}
#vote2014-blog-page .frame-main {
  padding: 24px 0;
}
#vote2014-blog-page .post {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}
#vote2014-blog-page .post h1:first-child {
  margin-top: 0;
  text-align: center;
}
#vote2014-blog-page .post p:last-child {
  margin-top: 36px;
  text-align: center;
}
#vote2014-blog-page .post blockquote .alignleft,
#vote2014-blog-page .post blockquote .alignright {
  max-width: 222px;
  margin-bottom: 12px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
#vote2014-blog-page .post blockquote .alignleft {
  float: left;
  margin-right: 24px;
}
#vote2014-blog-page .post blockquote .alignright {
  float: right;
  margin-left: 24px;
}
#vote2014-blog-page .posts-links {
  margin-bottom: 24px;
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
  text-align: center;
}
#vote2014-blog-page .posts-links a {
  font-weight: bold;
}
.no-svg #vote2014-blog-page .carousel .prev {
  background-image: url("../img/vote2014-prev.png");
}
.no-svg #vote2014-blog-page .carousel.next {
  background: url("../img/vote2014-next.png");
}
@media (min-width: 768px) and (max-width: 979px) {
  #vote2014-blog-page .carousel .viewport {
    width: 490px;
  }
  #vote2014-blog-page .carousel .buttons.prev {
    margin-right: 102px;
  }
  #vote2014-blog-page .carousel .buttons.next {
    margin-left: 102px;
  }
}
@media (max-width: 767px) {
  #vote2014-blog-page .page-header {
    padding-bottom: 48px;
  }
  #vote2014-blog-page #vote2014-nav .nav {
    border-bottom: none;
  }
  #vote2014-blog-page #vote2014-nav .nav a {
    padding-bottom: 0;
    border-bottom: 1px solid #70858f;
  }
  #vote2014-blog-page #vote2014-nav .nav .current-menu-item a {
    background-color: transparent;
    color: #fff;
  }
  #vote2014-blog-page .carousel {
    display: none;
  }
  #vote2014-blog-page .previous-page-link,
  #vote2014-blog-page .next-page-link {
    display: none;
  }
  #vote2014-blog-page .frame-main {
    padding: 0;
    background-color: #fff;
  }
  #vote2014-blog-page .post {
    padding: 20px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
/**
 * ------------------------
 * Settings specific styles
 * ------------------------
 */
.my-account.settings .page-header {
  padding-bottom: 0;
}
.my-account.settings #content h1 {
  margin: 18px 0;
  font-size: 30px;
  line-height: 36px;
}
/**
 * ---------
 * Overrides
 * ---------
 */
.profile-edit .page-header h1,
.profile-edit .page-header p {
  margin-bottom: 0;
}
/**
 * -------------------------
 * Vote page specific styles
 * -------------------------
 */
#vote2014-vote {
  text-align: center;
}
#vote2014-vote h1 {
  margin: 0 0 48px;
}
#vote2014-vote .editfield {
  margin: 0 auto 48px;
  border: 2px solid #b8b8b8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#vote2014-vote .editfield table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#vote2014-vote .editfield table td {
  border-top: 2px solid #b8b8b8;
  background-color: #fff;
  color: #113344;
  text-align: left;
  vertical-align: top;
}
#vote2014-vote .editfield table tr:first-child td {
  border-top: none;
}
#vote2014-vote .editfield table td:first-child {
  background-color: transparent;
  text-align: center;
}
#vote2014-vote .editfield table label {
  display: block;
  margin: 0;
  padding: 12px 12px 12px 36px;
  background-repeat: no-repeat;
  background-position: 12px 15px;
  background-size: 8px 11px;
  color: #5e5e53;
  line-height: 20px;
  cursor: pointer;
}
#vote2014-vote .editfield table label strong {
  color: #113344;
}
#vote2014-vote .editfield table label small {
  visibility: hidden;
}
#vote2014-vote .editfield table .row_1 label {
  background-image: url("../../images/coche-rouge.jpg");
}
#vote2014-vote .editfield table .row_2 label {
  background-image: url("../../images/coche-orange.jpg");
}
#vote2014-vote .editfield table .row_3 label {
  background-image: url("../../images/coche-vert.jpg");
}
#vote2014-vote .editfield table .row_4 label {
  background-image: url("../../images/coche-jaune.jpg");
}
#vote2014-vote .editfield table .row_5 label {
  background-image: url("../../images/coche-bleufonce.jpg");
}
#vote2014-vote .editfield table .row_6 label {
  background-image: url("../../images/coche-bleu.jpg");
}
#vote2014-vote .editfield table .row_7 label {
  background-image: url("../../images/coche-turqoise.jpg");
}
#vote2014-vote .editfield table .row_8 label {
  background-image: url("../../images/coche-gris.jpg");
}
#vote2014-vote .editfield table .row_9 label {
  background-image: url("../../images/coche-grisfonce.jpg");
}
#vote2014-vote .editfield table td:first-child label {
  padding: 20px 12px;
  background-image: none;
}
#vote2014-vote input[type="radio"] {
  display: none;
}
#vote2014-vote input[type="radio"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  background: url("../img/vote2014-radio-button.svg") no-repeat;
  cursor: pointer;
}
#vote2014-vote input[type="radio"]:checked + label span {
  background-position: 0 -20px;
}
#vote2014-vote .submit {
  margin-bottom: 24px;
}
#vote2014-vote .submit + p {
  margin-bottom: 48px;
}
.no-svg #vote2014-vote input[type="radio"] + label span {
  background: url("../img/vote2014-radio-button.png") no-repeat;
}
.ie8 #vote2014-vote input[type="radio"] {
  display: block;
  position: relative;
  top: 20px;
  left: 5px;
}
.ie8 #vote2014-vote input[type="radio"] + label span {
  display: none;
}
.wdfb_fill_profile {
  display: none;
}
#member-header {
  margin-top: 48px;
  text-align: center;
}
#member-header-avatar {
  display: block;
  width: 120px;
  margin: 0 auto 24px;
}
#member-header-avatar img {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
#member-header-name {
  font-weight: bold;
}
#member-header-vote {
  color: #5e5e53;
  font-size: 14px;
  line-height: 21px;
}
/**
 * ----------------------------------------------------------------------------
 * Focus page
 * ----------------------------------------------------------------------------
 */
#focus-entry-meeu {
  padding: 48px 0;
  background-image: url(../img/meeu-strip.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 288px 12px;
}
@media (max-width: 767px) {
  #focus-entry-meeu {
    padding-right: 18px;
    padding-left: 18px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #focus-entry-meeu {
    background-image: url(../img/meeu-strip@2x.png);
  }
}
#focus-entry-meeu .article {
  color: #fff;
}
#focus-entry-meeu .article .lead {
  padding-top: 248px;
  background-image: url(../img/meeu-logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 200px;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #focus-entry-meeu .article .lead {
    background-image: url(../img/meeu-logo@2x.png);
  }
}
#focus-entry-meeu .vote-results > h3 {
  margin: 0;
  padding: 25px 12px;
  border-radius: 4px 4px 0 0;
  background-color: #0e2a38;
  font-weight: bold;
}
#focus-entry-meeu .vote-results #chart {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 0;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
}
#focus-entry-meeu .vote-results #chart svg {
  vertical-align: top;
}
#focus-entry-meeu + #focus-entry-debates-list {
  background-color: #113344;
}
#focus-entry-meeu + #focus-entry-debates-list .block-header > h2 {
  color: #fff;
}
#focus-entry-meeu + #focus-entry-debates-list .btn {
  text-shadow: none;
}
/**
 * ----------------------------------------------------------------------------
 * Debate page
 * ----------------------------------------------------------------------------
 */
#debate-entry-meeu {
  margin-top: -1px;
  background-image: url(../img/meeu-strip.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 288px 12px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #debate-entry-meeu {
    background-image: url(../img/meeu-strip@2x.png);
  }
}
#debate-entry-meeu > .container {
  padding: 24px 0;
  background-image: url(../img/meeu-arrow.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 220px 57px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #debate-entry-meeu > .container {
    background-image: url(../img/meeu-arrow@2x.png);
  }
}
#debate-entry-meeu h2 {
  margin: 48px 0 24px;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}
#debate-entry-meeu .radio-btn {
  margin: 4px 0;
}
#debate-entry-meeu .radio-btn > input {
  display: none;
}
#debate-entry-meeu .radio-btn > label {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding-left: 46px;
  line-height: 36px;
  cursor: pointer;
}
#debate-entry-meeu .radio-btn > label:before {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  background: #ccc url(../img/meeu-radio.png) no-repeat center top;
  background-size: 36px 72px;
  content: "";
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #debate-entry-meeu .radio-btn > label:before {
    background-image: url(../img/meeu-radio@2x.png);
  }
}
#debate-entry-meeu .radio-btn.radio-btn-1 > label:before {
  background-color: #cb0032;
}
#debate-entry-meeu .radio-btn.radio-btn-2 > label:before {
  background-color: #ff0000;
}
#debate-entry-meeu .radio-btn.radio-btn-3 > label:before {
  background-color: #21a81e;
}
#debate-entry-meeu .radio-btn.radio-btn-4 > label:before {
  background-color: #f0c000;
}
#debate-entry-meeu .radio-btn.radio-btn-5 > label:before {
  background-color: #444499;
}
#debate-entry-meeu .radio-btn.radio-btn-6 > label:before {
  background-color: #0099cb;
}
#debate-entry-meeu .radio-btn.radio-btn-7 > label:before {
  background-color: #649b9c;
}
#debate-entry-meeu .radio-btn.radio-btn-8 > label:before {
  background-color: #9b9b9b;
}
#debate-entry-meeu .radio-btn > input:checked + label:before {
  background-position: center bottom;
}
#debate-entry-meeu .radio-btn > input:checked + label:after {
  display: inline-block;
  width: 25px;
  height: 26px;
  position: absolute;
  top: -3px;
  left: 8px;
  background: url(../img/meeu-checkmark.png) no-repeat center;
  background-size: 28px;
  content: "";
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #debate-entry-meeu .radio-btn > input:checked + label:after {
    background-image: url(../img/meeu-checkmark@2x.png);
  }
}
#debate-entry-meeu .btn {
  margin-top: 24px;
}
#debate-entry-meeu .vote-results {
  margin: 36px 0 0;
}
#debate-entry-meeu .vote-results > h3,
#debate-entry-meeu .vote-results > p {
  margin: 0;
  background-color: #0e2a38;
}
#debate-entry-meeu .vote-results > h3 {
  min-height: 50px;
  margin: 0;
  padding: 25px 12px 25px 98px;
  border-radius: 4px 4px 0 0;
  background: #0e2a38 url(../img/meeu-logo.png) no-repeat 10px center;
  font-weight: bold;
  background-size: 74px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #debate-entry-meeu .vote-results > h3 {
    background-image: url(../img/meeu-logo@2x.png);
  }
}
#debate-entry-meeu .vote-results > p {
  padding: 25px 12px;
  border-radius: 0 0 4px 4px;
  text-align: center;
}
#debate-entry-meeu .vote-results > p > a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}
#debate-entry-meeu .vote-results #chart {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 0;
  background-color: #fff;
}
#debate-entry-meeu .vote-results #chart svg {
  vertical-align: top;
}
#cta-meeu {
  margin: -20px -20px 12px;
  padding: 15px 20px;
  border-radius: 3px 3px 0 0;
  background-color: #113344;
}
#cta-meeu > a {
  display: block;
  background: url(../img/meeu-logo.png) no-repeat right top;
  background-size: 50px;
}
#cta-meeu > a:hover {
  text-decoration: none;
}
#cta-meeu h4 {
  margin: 0 80px 15px 0;
  color: #fff;
  font-size: 17px;
  line-height: 21px;
}
/**
 * ----------------------------------------------------------------------------
 * Login/signup/lost password pages
 * ----------------------------------------------------------------------------
 */
#login-meeu,
#signup-meeu,
#lost-password-meeu {
  color: #fff;
  text-align: center;
}
#login-meeu .frame,
#signup-meeu .frame,
#lost-password-meeu .frame {
  background-image: url(../img/meeu-strip.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 288px 12px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #login-meeu .frame,
  #signup-meeu .frame,
  #lost-password-meeu .frame {
    background-image: url(../img/meeu-strip@2x.png);
  }
}
#login-meeu .frame > .container,
#signup-meeu .frame > .container,
#lost-password-meeu .frame > .container {
  padding-top: 180px;
  background: url(../img/meeu-logo.png) no-repeat center 48px;
  background-size: 96px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #login-meeu .frame > .container,
  #signup-meeu .frame > .container,
  #lost-password-meeu .frame > .container {
    background-image: url(../img/meeu-logo@2x.png);
  }
}
#login-meeu a,
#signup-meeu a,
#lost-password-meeu a {
  color: #fff;
}
#login-meeu p,
#signup-meeu p,
#lost-password-meeu p {
  margin: 0;
}
#login-meeu form,
#signup-meeu form,
#lost-password-meeu form {
  *zoom: 1;
  width: 340px;
  margin: 24px auto;
  padding: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background-color: #fff;
  color: #113344;
  text-align: left;
}
#login-meeu form:before,
#signup-meeu form:before,
#lost-password-meeu form:before,
#login-meeu form:after,
#signup-meeu form:after,
#lost-password-meeu form:after {
  display: table;
  content: "";
  line-height: 0;
}
#login-meeu form:after,
#signup-meeu form:after,
#lost-password-meeu form:after {
  clear: both;
}
@media (max-width: 767px) {
  #login-meeu form,
  #signup-meeu form,
  #lost-password-meeu form {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
#login-meeu form ul,
#signup-meeu form ul,
#lost-password-meeu form ul {
  margin: 0;
  list-style: none;
}
#login-meeu form label,
#signup-meeu form label,
#lost-password-meeu form label {
  color: #113344;
  font-weight: 500;
}
#login-meeu form input[type="text"],
#signup-meeu form input[type="text"],
#lost-password-meeu form input[type="text"],
#login-meeu form input[type="email"],
#signup-meeu form input[type="email"],
#lost-password-meeu form input[type="email"],
#login-meeu form input[type="password"],
#signup-meeu form input[type="password"],
#lost-password-meeu form input[type="password"] {
  width: 100%;
  margin-top: 6px;
  padding: 9px;
  border-color: rgba(34, 68, 82, 0.4);
  color: #113344;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  font-family: "Helvetica Neue", sans-serif;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
}
#login-meeu form input[type="text"]:focus,
#signup-meeu form input[type="text"]:focus,
#lost-password-meeu form input[type="text"]:focus,
#login-meeu form input[type="email"]:focus,
#signup-meeu form input[type="email"]:focus,
#lost-password-meeu form input[type="email"]:focus,
#login-meeu form input[type="password"]:focus,
#signup-meeu form input[type="password"]:focus,
#lost-password-meeu form input[type="password"]:focus {
  border-color: rgba(34, 68, 82, 0.6);
}
#login-meeu form > .login-remember,
#signup-meeu form > .login-remember,
#lost-password-meeu form > .login-remember {
  float: right;
  margin-top: 18px;
}
#login-meeu form > .login-remember > label,
#signup-meeu form > .login-remember > label,
#lost-password-meeu form > .login-remember > label {
  color: rgba(23, 59, 74, 0.7);
  font-weight: 500;
  font-size: 13px;
}
#login-meeu form > .login-remember > label > input,
#signup-meeu form > .login-remember > label > input,
#lost-password-meeu form > .login-remember > label > input {
  margin-top: 0;
}
#login-meeu form input[type="submit"],
#signup-meeu form input[type="submit"],
#lost-password-meeu form input[type="submit"] {
  float: left;
  margin-top: 12px;
  padding: 7px 12px 9px;
  border-radius: 5px;
  background: none;
  color: #113344;
  background-color: #ffe400;
  border-color: #113344;
  font-family: "Helvetica Neue", sans-serif;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#login-meeu form input[type="submit"]:hover,
#signup-meeu form input[type="submit"]:hover,
#lost-password-meeu form input[type="submit"]:hover,
#login-meeu form input[type="submit"]:focus,
#signup-meeu form input[type="submit"]:focus,
#lost-password-meeu form input[type="submit"]:focus,
#login-meeu form input[type="submit"]:active,
#signup-meeu form input[type="submit"]:active,
#lost-password-meeu form input[type="submit"]:active,
#login-meeu form input[type="submit"].active,
#signup-meeu form input[type="submit"].active,
#lost-password-meeu form input[type="submit"].active {
  color: #020507;
  border-color: #020507;
  background-color: #ffe933;
}
#login-meeu form input[type="submit"].disabled:hover,
#signup-meeu form input[type="submit"].disabled:hover,
#lost-password-meeu form input[type="submit"].disabled:hover,
#login-meeu form input[type="submit"][disabled]:hover,
#signup-meeu form input[type="submit"][disabled]:hover,
#lost-password-meeu form input[type="submit"][disabled]:hover,
fieldset[disabled] #login-meeu form input[type="submit"]:hover,
fieldset[disabled] #signup-meeu form input[type="submit"]:hover,
fieldset[disabled] #lost-password-meeu form input[type="submit"]:hover,
#login-meeu form input[type="submit"].disabled:focus,
#signup-meeu form input[type="submit"].disabled:focus,
#lost-password-meeu form input[type="submit"].disabled:focus,
#login-meeu form input[type="submit"][disabled]:focus,
#signup-meeu form input[type="submit"][disabled]:focus,
#lost-password-meeu form input[type="submit"][disabled]:focus,
fieldset[disabled] #login-meeu form input[type="submit"]:focus,
fieldset[disabled] #signup-meeu form input[type="submit"]:focus,
fieldset[disabled] #lost-password-meeu form input[type="submit"]:focus,
#login-meeu form input[type="submit"].disabled:active,
#signup-meeu form input[type="submit"].disabled:active,
#lost-password-meeu form input[type="submit"].disabled:active,
#login-meeu form input[type="submit"][disabled]:active,
#signup-meeu form input[type="submit"][disabled]:active,
#lost-password-meeu form input[type="submit"][disabled]:active,
fieldset[disabled] #login-meeu form input[type="submit"]:active,
fieldset[disabled] #signup-meeu form input[type="submit"]:active,
fieldset[disabled] #lost-password-meeu form input[type="submit"]:active,
#login-meeu form input[type="submit"].disabled.active,
#signup-meeu form input[type="submit"].disabled.active,
#lost-password-meeu form input[type="submit"].disabled.active,
#login-meeu form input[type="submit"][disabled].active,
#signup-meeu form input[type="submit"][disabled].active,
#lost-password-meeu form input[type="submit"][disabled].active,
fieldset[disabled] #login-meeu form input[type="submit"].active,
fieldset[disabled] #signup-meeu form input[type="submit"].active,
fieldset[disabled] #lost-password-meeu form input[type="submit"].active {
  background-color: #ffe400;
  border-color: #113344;
}
#login-meeu .login-register-lost-password,
#signup-meeu .login-register-lost-password,
#lost-password-meeu .login-register-lost-password,
#login-meeu .signup-login,
#signup-meeu .signup-login,
#lost-password-meeu .signup-login {
  margin-top: 12px;
  text-align: center;
}
#login-meeu .wdfb_login_button,
#signup-meeu .wdfb_login_button,
#lost-password-meeu .wdfb_login_button {
  margin: 0;
  text-align: center;
}
#login-meeu #wppb_form_success_message,
#signup-meeu #wppb_form_success_message,
#lost-password-meeu #wppb_form_success_message {
  margin: 0 120px;
  padding-bottom: 0;
  border-bottom: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 767px) {
  #login-meeu #wppb_form_success_message,
  #signup-meeu #wppb_form_success_message,
  #lost-password-meeu #wppb_form_success_message {
    margin: 0;
  }
}
#login-meeu #wppb_form_success_message + .redirect_message,
#signup-meeu #wppb_form_success_message + .redirect_message,
#lost-password-meeu #wppb_form_success_message + .redirect_message {
  padding: 8px 35px 8px 14px;
  margin-bottom: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  margin: 0 120px 24px;
  border-top: none;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 767px) {
  #login-meeu #wppb_form_success_message + .redirect_message,
  #signup-meeu #wppb_form_success_message + .redirect_message,
  #lost-password-meeu #wppb_form_success_message + .redirect_message {
    margin-right: 0;
    margin-left: 0;
  }
}
#login-meeu #wppb_form_success_message + .redirect_message > a,
#signup-meeu #wppb_form_success_message + .redirect_message > a,
#lost-password-meeu #wppb_form_success_message + .redirect_message > a {
  color: #c09853;
  text-decoration: underline;
}
/**
 * ----------------------------------------------------------------------------
 * Misc.
 * ----------------------------------------------------------------------------
 */
.radical-left .arconix-toggle-title,
.radical-left .arconix-toggle-title .fa {
  color: #cb0032;
}
.social-democrats .arconix-toggle-title,
.social-democrats .arconix-toggle-title .fa {
  color: #ff0000;
}
.greens .arconix-toggle-title,
.greens .arconix-toggle-title .fa {
  color: #21a81e;
}
.liberal-democrats .arconix-toggle-title,
.liberal-democrats .arconix-toggle-title .fa {
  color: #f0c000;
}
.centre-right .arconix-toggle-title,
.centre-right .arconix-toggle-title .fa {
  color: #444499;
}
.conservatives .arconix-toggle-title,
.conservatives .arconix-toggle-title .fa {
  color: #0099cb;
}
.eurosceptics .arconix-toggle-title,
.eurosceptics .arconix-toggle-title .fa {
  color: #649b9c;
}
.other .arconix-toggle-title,
.other .arconix-toggle-title .fa {
  color: #9b9b9b;
}

/* Cookie Banner */
.rcc-links .rcc-accept-btn {
    background-color: #ffffff !important;
    color: #2f99cd !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-transition: background-color .1s ease-in-out, color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out, color .1s ease-in-out;
    -ms-transition: background-color .1s ease-in-out, color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out, color .1s ease-in-out;
    transition: background-color .1s ease-in-out, color .1s ease-in-out;
    text-decoration: none !important;
    border: 2px solid #ffffff;
}

.rcc-links .rcc-accept-btn:hover {
    background-color: #2f99cd !important;
    text-decoration: none !important;
    color: #ffffff;
}
