@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.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 col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 36px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 33px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 49px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-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);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh!important;
  z-index: initial;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-footer {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none;
  visibility: hidden;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/** override bootstrap classes **/
/* Bootstrap Buttons */
.btn {
  border-radius: 0;
  border-width: 2px;
  color: #ffffff !important;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.btn:hover {
  text-decoration: none !important;
}
.btn:focus {
  text-decoration: none !important;
}
.btn-primary {
  background-color: #152A4A;
  border-color: #152A4A;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #ffffff;
  color: #152A4A !important;
}
.btn-primary.btn-pink {
  background-color: #ed0a71;
  border-color: #ed0a71;
}
.btn-primary.btn-pink:hover {
  background-color: #ffffff;
  color: #ed0a71 !important;
}
.btn-notext {
  background: none;
  border: 0;
  color: #ed0a71 !important;
  padding: 6px;
}
.btn-notext:hover {
  color: #ed0a71 !important;
}
.btn-fullwidth {
  width: 100%;
  margin-bottom: 15px;
}
/* Bootstrap Forms */
form {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
form .form-group label {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
}
form .form-group .form-control {
  border-radius: 0;
  border: solid 2px #152A4A;
  color: #102b4e;
  padding: 5px;
  height: 40px;
}
form .input-group {
  margin-bottom: 15px;
  width: 100%;
}
form .input-group label {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
}
form .input-group .form-control {
  border-radius: 0;
  border: 2px solid;
  color: #102b4e;
  padding: 5px;
}
.form-control-single {
  border-radius: 0;
  border: 0;
  color: #102b4e;
  padding: 5px;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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: #cccccc;
  border-color: #cccccc;
}
.btn-primary.disabled,
.btn-primary[disabled] {
  cursor: not-allowed;
  pointer-events: all !important;
}
.modal-content {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #102b4e;
  padding: 30px;
  font-size: 16px;
  font-family: 'UniversLTStd-Light', Arial, Helvetica, sans-serif;
  overflow: hidden;
  text-align: left;
  position: relative;
  /** some old modals do not have header divs */
}
.modal-content .modal-header {
  padding: 0 0 20px 0;
  border-bottom: none;
}
.modal-content .modal-header .close {
  position: absolute;
  right: 8px;
  top: 10px;
}
.modal-content a.modal-close {
  right: -20px;
  top: -20px;
  font-size: 20px;
}
.modal-content .modal-footer {
  padding: 0;
  border-top: none;
}
.modal-content p.introduction {
  font-size: 18px;
  font-weight: 500;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}
.modal-content .modal-body {
  padding: 0;
}
.modal-content .modal-body .share-links i.social-icon {
  display: inline-block;
}
.modal-content .modal-close {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  outline: medium none;
}
.alert {
  border: 0;
  border-radius: 0;
  padding: 10px;
}
/* main colors */
@media screen {
  body {
    background-color: #ffffff;
    overflow-y: scroll;
    font-family: 'UniversLTStd-Light', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #102b4e;
    height: 100vh;
  }
  main {
    height: 100vh;
  }
  .no-padding {
    padding: 0;
  }
  input,
  textarea {
    font-family: 'UniversLTStd-Light', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #112b4d;
  }
  .container-wrap-fullwidth.bg-blue {
    background-color: #152A4A;
    color: #ffffff;
  }
  .container-wrap-fullwidth.bg-blue .sitefooter-address {
    padding: 20px;
  }
  .container-fluid {
    max-width: 1174px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .donation-button {
    position: absolute;
    overflow: initial;
    margin: auto;
    z-index: 400;
    top: 120px;
    right: -10px;
  }
  .donation-button img {
    width: 150px;
    height: auto;
    transition: transform 0.2s;
  }
  .donation-button:hover img {
    transform: scale(1.1);
  }
  .btn.sharing-button {
    /*position: fixed;
        z-index: 401;
        top: 30%;
        */
    margin-right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 35px;
    right: 10px;
    padding: 6px 10px;
    float: left;
  }
  .btn.sharing-button .sharing-text {
    display: none;
    float: right;
  }
  /*--- Headings | Überschriften ------------------------------------------------------------------------*/
  header p {
    margin: 0;
  }
  address {
    font-style: normal;
  }
  address p {
    line-height: 130%;
  }
  blockquote,
  cite,
  q {
    line-height: 24px;
    color: #ed0a71;
    margin: 0 0 1em 0;
  }
  /*--- Links ----------------------------------------------------------------------------------------- */
  a,
  a:visited {
    color: #ed0a71;
    background: transparent;
    text-decoration: none;
  }
  a:active,
  a:focus {
    color: #ed0a71;
    outline: none;
  }
  .csc-default a:hover,
  .csc-default a:focus {
    color: #ed0a71;
    text-decoration: underline;
  }
  .text ul li {
    margin-bottom: 13px;
  }
  span.spamprotection {
    display: none;
  }
  /* --- images ------------------ */
  img,
  figure {
    margin: 0;
  }
  /* --- tables ------------------ */
  table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 25px 0;
    color: #333;
  }
  th,
  td {
    line-height: 1.5em;
    vertical-align: top;
    padding: 0.5em;
  }
  th *:first-child,
  td *:first-child {
    margin-top: 0;
  }
  /* Link style
    a.link-box, a.login-trigger {
        display: inline-block;
        min-height: 30px;
        line-height: 30px;
        padding: 0 15px;
        background-color: @blue;
        text-decoration: none;
        &:hover {
            color: @white;
            text-decoration: none;
        }
    }*/
  /* News Layouts End */
  /* generic navigation styles */
  ul.navi {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  ul.navi li {
    margin: 0;
    padding: 0;
  }
  /* generic navigation end */
  /* color-bar behind dropdown-navigation */
  #menu-overlay-container {
    position: absolute;
    z-index: 900;
    top: 113px;
    width: 100%;
    min-height: 190px;
    display: none;
  }
  #menu-overlay-container.siteheader-news-navi {
    background-color: #009FE0;
  }
  #menu-overlay-container.siteheader-main-navi {
    background-color: #ed0a71;
  }
  #menu-overlay-container.open {
    display: block;
  }
  header {
    position: relative;
    margin-bottom: 50px;
    /** new outside siteheader-main **/
    /** end outside siteheader-main **/
  }
  header div#siteheader-main {
    border: solid 1px red;
    display: inline-block;
  }
  header .head-meta {
    margin-top: 20px;
    float: left;
  }
  header .head-navi {
    margin-top: 38px;
  }
  header .head-search {
    display: none;
    /* no search for initial redesign release
            float:right;
            margin-top:25px;
            form {
                padding:0;
                margin:0;
                .form-group {
                    margin-bottom:0;
                    input {
                        border: solid 2px #000000;
                        height: 33px;
                    }
                }
            }*/
  }
  header .siteheader-main-lang {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
  }
  header .siteheader-main-lang li::after {
    content: '|';
  }
  header .siteheader-main-lang li:last-child::after {
    display: none;
  }
  header .siteheader-main-lang a {
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-right: 5px;
    margin-left: 5px;
    color: #152A4A;
    text-transform: uppercase;
  }
  header .siteheader-main-lang a .active {
    font-weight: bold;
  }
  header .siteheader-main-logo {
    margin-bottom: 28px;
  }
  header .siteheader-main-logo a {
    width: 175px;
    height: 70px;
    display: block;
  }
  header .siteheader-main-logo a svg {
    width: 100%;
  }
  header .siteheader-main-logo a svg .logo-claim {
    fill: #052A4C;
  }
  header div#socialmedia-links {
    font-size: 0;
    margin-bottom: 20px;
    margin-top: 22px;
    margin-left: 18px;
    text-align: center;
  }
  header div#socialmedia-links a {
    display: inline-block;
  }
  header div#socialmedia-links a i:before {
    font-size: 20px;
    color: #152A4A;
    margin-right: 10px;
    margin-left: 0;
  }
  header div#socialmedia-links a i:hover:before {
    color: #ed0a71;
  }
  header nav.siteheader-main-navi,
  header nav.siteheader-news-navi {
    display: inline-block;
    font-size: 18px;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
  }
  header nav.siteheader-main-navi ul.level1,
  header nav.siteheader-news-navi ul.level1 {
    cursor: pointer;
  }
  header nav.siteheader-main-navi ul.level1 li,
  header nav.siteheader-news-navi ul.level1 li {
    float: left;
  }
  header nav.siteheader-main-navi ul.level1 li.open ul.level2,
  header nav.siteheader-news-navi ul.level1 li.open ul.level2 {
    display: inline-block;
  }
  header nav.siteheader-main-navi ul.level1 li.open .dropdown-box,
  header nav.siteheader-news-navi ul.level1 li.open .dropdown-box {
    display: block;
  }
  header nav.siteheader-main-navi ul.level1 li.active a,
  header nav.siteheader-news-navi ul.level1 li.active a {
    color: #ed0a71;
  }
  header nav.siteheader-main-navi ul.level1 li .dropdown-box,
  header nav.siteheader-news-navi ul.level1 li .dropdown-box {
    display: none;
    background-color: #152A4A;
    position: absolute;
    z-index: 990;
    padding: 20px 10px;
  }
  header nav.siteheader-main-navi ul.level1 li a,
  header nav.siteheader-news-navi ul.level1 li a {
    display: block;
    padding: 0 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #152A4A;
    padding-bottom: 8px;
  }
  header nav.siteheader-main-navi ul.level1 li ul.level2,
  header nav.siteheader-news-navi ul.level1 li ul.level2 {
    list-style-type: none;
    padding: 0;
  }
  header nav.siteheader-main-navi ul.level1 li ul.level2 a:after,
  header nav.siteheader-news-navi ul.level1 li ul.level2 a:after {
    display: none;
  }
  header nav.siteheader-main-navi ul.level1 li ul.level2 a:hover,
  header nav.siteheader-news-navi ul.level1 li ul.level2 a:hover {
    background-color: #0981B0;
  }
  header nav.siteheader-main-navi ul.level1 li ul.level2 li,
  header nav.siteheader-news-navi ul.level1 li ul.level2 li {
    float: none;
    margin-bottom: 6px;
  }
  header nav.siteheader-main-navi ul.level1 li ul.level2 li a,
  header nav.siteheader-news-navi ul.level1 li ul.level2 li a {
    padding: 3px 10px;
    color: #ffffff;
  }
  header nav.siteheader-main-navi ul.level1 li ul.level2 li.current a,
  header nav.siteheader-news-navi ul.level1 li ul.level2 li.current a,
  header nav.siteheader-main-navi ul.level1 li ul.level2 li.active a,
  header nav.siteheader-news-navi ul.level1 li ul.level2 li.active a {
    background-color: #0981B0;
  }
  header nav.siteheader-main-navi ul.level1 li ul.level2.before,
  header nav.siteheader-news-navi ul.level1 li ul.level2.before {
    content: 'xx';
    position: absolute;
    width: 100%;
    height: 150px;
    background-color: #0981B0;
  }
  header nav.siteheader-news-navi ul.level1 li.open a:after {
    content: ' ';
    height: 23px;
    background-color: #009FE0;
    display: block;
  }
  header nav.siteheader-news-navi ul.level1 li.open ul.level2 {
    display: inline-block;
  }
  header nav.siteheader-news-navi ul.level1 li a {
    text-transform: none;
    color: #009FE0;
    padding: 0;
  }
  header nav.siteheader-news-navi ul.level1 li .dropdown-box {
    background-color: #009FE0;
    white-space: nowrap;
    margin-left: -10px;
  }
  header nav.siteheader-news-navi ul.level1 li ul.level2 li a {
    text-transform: uppercase;
  }
  header nav.siteheader-news-navi ul.level1 li ul.level2 li a:hover {
    background-color: #0981B0;
  }
  header#siteheader-mobile {
    border: solid 2px white;
  }
  header#siteheader-mobile div.siteheader-countdown-mobile {
    zoom: 1;
    height: 104px;
    padding: 10px;
    background: #ed0a71;
    float: right;
    margin-right: 55px;
  }
  header#siteheader-mobile div.siteheader-countdown-mobile:before,
  header#siteheader-mobile div.siteheader-countdown-mobile:after {
    content: " ";
    display: table;
  }
  header#siteheader-mobile div.siteheader-countdown-mobile:after {
    clear: both;
  }
  header#siteheader-mobile div.siteheader-countdown-mobile:before,
  header#siteheader-mobile div.siteheader-countdown-mobile:after {
    content: " ";
    display: table;
  }
  header#siteheader-mobile div.siteheader-countdown-mobile:after {
    clear: both;
  }
  header#siteheader-mobile div.siteheader-countdown-mobile:before,
  header#siteheader-mobile div.siteheader-countdown-mobile:after {
    display: table;
    content: "";
  }
  header#siteheader-mobile div.siteheader-countdown-mobile:after {
    clear: both;
  }
  header#siteheader-mobile div.siteheader-countdown-mobile:before,
  header#siteheader-mobile div.siteheader-countdown-mobile:after {
    display: table;
    content: "";
  }
  header#siteheader-mobile div.siteheader-countdown-mobile:after {
    clear: both;
  }
  header#siteheader-mobile div.siteheader-countdown-mobile div#countdownImage {
    height: 53px;
    text-align: center;
    float: left;
    margin-top: 10px;
  }
  header#siteheader-mobile div.siteheader-countdown-mobile div#countdownImage:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\e822';
    color: #ffffff;
    font-size: 37px;
    margin-left: 0;
  }
  header#siteheader-mobile div.siteheader-countdown-mobile div#countdownString {
    text-align: center;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 10px;
    display: inline-block;
    margin-top: 10px;
  }
  header#siteheader-mobile div.siteheader-countdown-mobile div#countdownString span {
    display: block;
    font-weight: bold;
    clear: both;
    font-size: 32px;
    line-height: 35px;
  }
  header div#siteheader-main-old {
    zoom: 1;
    height: 109px;
  }
  header div#siteheader-main-old:before,
  header div#siteheader-main-old:after {
    content: " ";
    display: table;
  }
  header div#siteheader-main-old:after {
    clear: both;
  }
  header div#siteheader-main-old:before,
  header div#siteheader-main-old:after {
    content: " ";
    display: table;
  }
  header div#siteheader-main-old:after {
    clear: both;
  }
  header div#siteheader-main-old:before,
  header div#siteheader-main-old:after {
    display: table;
    content: "";
  }
  header div#siteheader-main-old:after {
    clear: both;
  }
  header div#siteheader-main-old:before,
  header div#siteheader-main-old:after {
    display: table;
    content: "";
  }
  header div#siteheader-main-old:after {
    clear: both;
  }
  header div#siteheader-main-old .siteheader-main-lang {
    text-align: left;
    position: absolute;
    left: 215px;
    top: 18px;
  }
  header div#siteheader-main-old .siteheader-main-lang a {
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-right: 8px;
    color: #152A4A;
  }
  header div#siteheader-main-old .siteheader-main-lang a .active {
    font-weight: bold;
  }
  header div#siteheader-main-old .siteheader-main-logo {
    position: absolute;
    top: 28px;
    width: 177px;
    left: 12px;
  }
  header div#siteheader-main-old .siteheader-main-logo img {
    width: 100%;
  }
  header div#siteheader-main-old nav.siteheader-main-navi {
    position: absolute;
    left: 198px;
    top: 67px;
    font-size: 18px;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
  }
  header div#siteheader-main-old nav.siteheader-main-navi li {
    float: left;
  }
  header div#siteheader-main-old nav.siteheader-main-navi li a {
    display: block;
    padding: 0 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #152A4A;
  }
  header div#siteheader-main-old nav.siteheader-main-navi li a:hover {
    text-transform: uppercase;
  }
  header div#siteheader-main-old nav.siteheader-main-navi li.current a,
  header div#siteheader-main-old nav.siteheader-main-navi li.active a {
    text-transform: uppercase;
  }
  header div#siteheader-countdown,
  header .siteheader-countdown {
    zoom: 1;
    height: 134px;
    width: 74px;
    background: #ed0a71;
    float: right;
  }
  header div#siteheader-countdown:before,
  header .siteheader-countdown:before,
  header div#siteheader-countdown:after,
  header .siteheader-countdown:after {
    content: " ";
    display: table;
  }
  header div#siteheader-countdown:after,
  header .siteheader-countdown:after {
    clear: both;
  }
  header div#siteheader-countdown:before,
  header .siteheader-countdown:before,
  header div#siteheader-countdown:after,
  header .siteheader-countdown:after {
    content: " ";
    display: table;
  }
  header div#siteheader-countdown:after,
  header .siteheader-countdown:after {
    clear: both;
  }
  header div#siteheader-countdown:before,
  header .siteheader-countdown:before,
  header div#siteheader-countdown:after,
  header .siteheader-countdown:after {
    display: table;
    content: "";
  }
  header div#siteheader-countdown:after,
  header .siteheader-countdown:after {
    clear: both;
  }
  header div#siteheader-countdown:before,
  header .siteheader-countdown:before,
  header div#siteheader-countdown:after,
  header .siteheader-countdown:after {
    display: table;
    content: "";
  }
  header div#siteheader-countdown:after,
  header .siteheader-countdown:after {
    clear: both;
  }
  header div#siteheader-countdown div#countdownImage,
  header .siteheader-countdown div#countdownImage {
    height: 53px;
    text-align: center;
    margin-top: 10px;
  }
  header div#siteheader-countdown div#countdownImage:before,
  header .siteheader-countdown div#countdownImage:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\e822';
    color: #ffffff;
    font-size: 37px;
  }
  header div#siteheader-countdown div#countdownString,
  header .siteheader-countdown div#countdownString {
    text-align: center;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 10px;
  }
  header div#siteheader-countdown div#countdownString span,
  header .siteheader-countdown div#countdownString span {
    display: block;
    font-weight: bold;
    clear: both;
    font-size: 32px;
    line-height: 35px;
  }
  header.subheader {
    margin-top: 20px;
  }
  header.subheader nav.navi-2 {
    float: left;
  }
  header.subheader nav.navi-2 li {
    float: left;
    margin-right: 3px;
  }
  header.subheader nav.navi-2 li a {
    display: block;
    padding: 0 30px;
    line-height: 40px;
    text-transform: uppercase;
    background-color: #005476;
    color: #ffffff;
  }
  header.subheader nav.navi-2 li a:hover {
    background-color: #ed0a71;
    color: #ffffff;
    text-decoration: none;
  }
  header.subheader nav.navi-2 li.current a header.subheader nav.navi-2 li.active a {
    background-color: #ed0a71;
    color: #ffffff;
    text-decoration: none;
  }
  #sharing-buttons {
    position: fixed;
    z-index: 999;
    right: 5px;
    top: 25%;
  }
  #sharing-buttons .share-links ul li a {
    padding: 0 0 10px 0;
  }
  #sharing-buttons .share-links ul li a .social-icon {
    margin: 0;
  }
  #sharing-buttons .share-uri {
    display: none;
  }
  nav#mobile-socialmedia-navi {
    padding-top: 20px;
  }
  nav#mobile-socialmedia-navi #socialmedia-links {
    text-align: center;
  }
  nav#mobile-socialmedia-navi #socialmedia-links a {
    color: #152A4A;
    margin: 0 20px 0 10px;
  }
  nav#mobile-socialmedia-navi #socialmedia-links a i:before {
    font-size: 45px;
  }
  nav#mobile-socialmedia-navi #socialmedia-links a:hover {
    color: #ed0a71;
  }
  nav.navi-3 {
    margin: 10px 0 0 0;
    color: #ed0a71;
    font-size: 21px;
    display: inline-block;
    margin-bottom: 38px;
  }
  nav.navi-3 ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: auto;
    margin: 0;
    padding: 0;
  }
  nav.navi-3 ul li {
    color: #102b4e;
    padding-right: 20px;
  }
  nav.navi-3 ul li:last-child {
    padding: 0;
  }
  nav.navi-3 ul li a:hover {
    color: #ed0a71;
  }
  nav.navi-3 ul li.active a {
    background-color: #ed0a71;
    border: solid 1px #ed0a71;
    padding: 0 8px;
    color: #ffffff;
  }
  nav.navi-3 ul li.active a:hover {
    background-color: #ffffff;
    color: #ed0a71;
    text-decoration: none;
  }
  .mm-navbar.mm-navbar-bottom.mm-navbar-size-1 {
    height: auto;
    padding: 10px;
  }
  .mm-navbar-size-1 {
    height: 200px;
  }
  div#menu-header-mobile {
    text-align: right;
  }
  div#menu-header-mobile .btn {
    width: 100%;
  }
  #menu-footer-mobile {
    text-align: left;
  }
  #menu-footer-mobile nav#mobile-news-navi {
    border-bottom: solid 2px #152A4A;
    padding-bottom: 20px;
    display: inline-block;
  }
  #menu-footer-mobile nav#mobile-news-navi .title {
    font-size: 18px;
  }
  #menu-footer-mobile nav#mobile-news-navi .title a {
    color: #009FE0;
  }
  #menu-footer-mobile nav#mobile-news-navi .title a:hover {
    color: #ed0a71;
    text-decoration: none;
  }
  #menu-footer-mobile nav#mobile-news-navi ul {
    padding: 0;
    margin: 0;
  }
  #menu-footer-mobile nav#mobile-news-navi ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    list-style-type: none;
    font-size: 18px;
    text-transform: uppercase;
  }
  #menu-footer-mobile nav#mobile-news-navi ul li a {
    color: #ffffff;
    padding: 1px 7px;
    display: block;
    background-color: #009FE0;
    border: solid 1px #009FE0;
  }
  #menu-footer-mobile nav#mobile-news-navi ul li a:hover {
    background-color: #ffffff;
    color: #009FE0;
    text-decoration: none;
  }
  #menu-footer-mobile nav#mobile-footer-navi {
    display: inline-block;
  }
  #menu-footer-mobile nav#mobile-footer-navi ul {
    padding: 0;
    display: inline-block;
    margin: 20px 0;
  }
  #menu-footer-mobile nav#mobile-footer-navi ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    list-style-type: none;
    font-weight: 500;
    font-size: 18px;
  }
  #menu-footer-mobile nav#mobile-footer-navi ul li a {
    color: #152A4A;
    display: block;
    padding: 1px 7px;
  }
  #menu-footer-mobile nav#mobile-footer-navi ul li a:hover {
    color: #ed0a71;
    text-decoration: none;
  }
  #menu-footer-mobile nav#mobile-lang-navi {
    width: 100%;
    border-bottom: solid 2px #152A4A;
    padding-bottom: 20px;
    display: inline-block;
    color: #152A4A;
  }
  #menu-footer-mobile nav#mobile-lang-navi a {
    color: #152A4A;
    font-weight: 500;
    padding: 1px 7px;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
  }
  #menu-footer-mobile nav#mobile-lang-navi a:hover {
    color: #ed0a71;
  }
  /* Home */
  /* used by slik slider
    .home-boxes {
        .clearfix();
        z-index: 986;
    }
    */
  a.boxlink:hover h2 {
    color: #ed0a71;
  }
  .home-box-item {
    position: relative;
    width: 100%;
    padding-bottom: 52%;
    background-size: cover;
    margin-bottom: 30px;
    border: solid 1px #e8e8e8;
    color: inherit;
  }
  .home-box-item .box-content {
    border-top: solid 6px #ffffff;
    height: 90px;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 300;
    background: #ffffff;
    padding: 5px 8px 5px 8px;
    margin: 0 5px 5px 5px;
    overflow: hidden;
    width: calc(100% - 10px);
  }
  .home-box-item .box-content h2 {
    margin-bottom: 6px;
    color: #152A4A;
  }
  .home-box-item .box-content p,
  .home-box-item .box-content div {
    line-height: 130%;
    color: #152A4A;
  }
  .home-box-item .box-content p:last-child,
  .home-box-item .box-content div:last-child {
    margin-bottom: 0;
  }
  .home-box-item .box-content.themen-layout-11 {
    border-top: solid 6px #ed0a71;
  }
  .home-box-item .box-content.themen-layout-12 {
    border-top: solid 6px #0981B0;
  }
  .home-box-item .box-content.themen-layout-13 {
    border-top: solid 6px #1097b0;
  }
  .home-box-item .box-content.themen-layout-14 {
    border-top: solid 6px #009FE0;
  }
  .home-box-item .box-content.themen-layout-15 {
    border-top: solid 6px #00748D;
  }
  a.box-link .home-box-item:hover .box-content {
    border-top: solid 6px #ffffff;
  }
  a.box-link .home-box-item:hover .box-content.themen-layout-11 {
    border-top: solid 6px #ed0a71;
  }
  a.box-link .home-box-item:hover .box-content.themen-layout-11 h2 {
    color: #ed0a71;
  }
  a.box-link .home-box-item:hover .box-content.themen-layout-12 {
    border-top: solid 6px #0981B0;
  }
  a.box-link .home-box-item:hover .box-content.themen-layout-12 h2 {
    color: #0981B0;
  }
  a.box-link .home-box-item:hover .box-content.themen-layout-13 {
    border-top: solid 6px #1097b0;
  }
  a.box-link .home-box-item:hover .box-content.themen-layout-13 h2 {
    color: #1097b0;
  }
  a.box-link .home-box-item:hover .box-content.themen-layout-14 {
    border-top: solid 6px #009FE0;
  }
  a.box-link .home-box-item:hover .box-content.themen-layout-14 h2 {
    color: #009FE0;
  }
  a.box-link .home-box-item:hover .box-content.themen-layout-15 {
    border-top: solid 6px #00748D;
  }
  a.box-link .home-box-item:hover .box-content.themen-layout-15 h2 {
    color: #00748D;
  }
  /* different content height in boxes */
  .row.home-boxes .col-md-4 .home-box-item {
    padding-bottom: 65%;
  }
  .row.home-boxes .col-md-4 .home-box-item .box-content {
    height: 83px;
  }
  .row.home-boxes .col-md-6 .home-box-item .box-content {
    height: 65px;
  }
  /* ext:easyvote */
  #votingsDashboard .box-content .multipleVotingsNavi {
    float: right;
    background-color: #ed0a71;
    color: #ffffff;
    padding: 3px 10px;
  }
  /* Infobox statisch */
  .c-infobox-statisch {
    zoom: 1;
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 20px;
  }
  .c-infobox-statisch:before,
  .c-infobox-statisch:after {
    content: " ";
    display: table;
  }
  .c-infobox-statisch:after {
    clear: both;
  }
  .c-infobox-statisch:before,
  .c-infobox-statisch:after {
    content: " ";
    display: table;
  }
  .c-infobox-statisch:after {
    clear: both;
  }
  .c-infobox-statisch:before,
  .c-infobox-statisch:after {
    display: table;
    content: "";
  }
  .c-infobox-statisch:after {
    clear: both;
  }
  .c-infobox-statisch:before,
  .c-infobox-statisch:after {
    display: table;
    content: "";
  }
  .c-infobox-statisch:after {
    clear: both;
  }
  .header-topic {
    padding: 6px 6px;
    margin-bottom: 20px;
    border: solid 2px;
  }
  .header-topic h2 {
    color: inherit;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .header-topic h2 i.evicon-right-open {
    float: right;
    color: inherit;
  }
  .header-topic .subheader-topic {
    margin-left: 10px;
    font-weight: 300;
    text-transform: none;
    font-family: 'UniversLTStd-Light', Arial, Helvetica, sans-serif;
    font-size: 17px;
  }
  .header-layout-11 {
    background-color: #ed0a71;
    border-color: #ed0a71;
    color: #ffffff;
  }
  .header-layout-12 {
    background-color: #0981B0;
    border-color: #0981B0;
    color: #ffffff;
  }
  .header-layout-13 {
    background-color: #1097b0;
    border-color: #1097b0;
    color: #ffffff;
  }
  .header-layout-14 {
    background-color: #009FE0;
    border-color: #009FE0;
    color: #ffffff;
  }
  .header-layout-15 {
    background-color: #00748D;
    border-color: #00748D;
    color: #ffffff;
  }
  a.box-link:hover {
    text-decoration: none;
  }
  a.box-link:hover .header-topic {
    background-color: #ffffff;
  }
  a.box-link:hover .header-layout-11 {
    color: #ed0a71;
  }
  a.box-link:hover .header-layout-11 .header-topic {
    border-color: #ed0a71;
  }
  a.box-link:hover .header-layout-12 {
    color: #0981B0 !important;
  }
  a.box-link:hover .header-layout-12 .header-topic {
    border-color: #0981B0;
  }
  a.box-link:hover .header-layout-13 {
    color: #1097b0 !important;
  }
  a.box-link:hover .header-layout-13 .header-topic {
    border-color: #1097b0;
  }
  a.box-link:hover .header-layout-14 {
    color: #009FE0 !important;
  }
  a.box-link:hover .header-layout-14 .header-topic {
    border-color: #009FE0;
  }
  a.box-link:hover .header-layout-15 {
    color: #00748D !important;
  }
  a.box-link:hover .header-layout-15 .header-topic {
    border-color: #00748D;
  }
  .c-box-transparent {
    background: none;
    height: 260px;
    margin-bottom: 20px;
  }
  .c-box-pink {
    background-color: #ed0a71;
  }
  .c-imagebox {
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    margin-bottom: 15px;
  }
  .c-imagebox.easyvote-icons {
    position: relative;
  }
  .c-imagebox.easyvote-icons .icon-centered {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  .c-imagebox.easyvote-icons .icon-centered .icon-center {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .c-imagebox .center-image {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
  }
  .c-imagebox .center-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  /* Content Layouts End */
  footer.sitefooter {
    margin-top: 20px;
    text-align: center;
    vertical-align: middle;
  }
  footer.sitefooter div.sitefooter-address {
    zoom: 1;
  }
  footer.sitefooter div.sitefooter-address:before,
  footer.sitefooter div.sitefooter-address:after {
    content: " ";
    display: table;
  }
  footer.sitefooter div.sitefooter-address:after {
    clear: both;
  }
  footer.sitefooter div.sitefooter-address:before,
  footer.sitefooter div.sitefooter-address:after {
    content: " ";
    display: table;
  }
  footer.sitefooter div.sitefooter-address:after {
    clear: both;
  }
  footer.sitefooter div.sitefooter-address:before,
  footer.sitefooter div.sitefooter-address:after {
    display: table;
    content: "";
  }
  footer.sitefooter div.sitefooter-address:after {
    clear: both;
  }
  footer.sitefooter div.sitefooter-address:before,
  footer.sitefooter div.sitefooter-address:after {
    display: table;
    content: "";
  }
  footer.sitefooter div.sitefooter-address:after {
    clear: both;
  }
  footer.sitefooter div.sitefooter-address p {
    line-height: normal;
    margin-bottom: 0;
  }
  footer.sitefooter div.sitefooter-address a {
    color: inherit;
  }
  footer.sitefooter div.sitefooter-address a:hover {
    color: inherit;
  }
  footer.sitefooter div.logo-dsj a {
    height: 44px;
    width: auto;
    display: block;
  }
  footer.sitefooter div.logo-sqs a {
    height: 82px;
    width: auto;
    display: block;
  }
  footer.sitefooter div.sitefooter-downloads {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row-gap: 10px;
    grid-column-gap: 5px;
  }
  footer.sitefooter div.sitefooter-downloads strong {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  footer.sitefooter div.sitefooter-downloads a {
    justify-self: start;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  footer.sitefooter div.sitefooter-downloads a.appStore {
    justify-self: end;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  footer.sitefooter div.sitefooter-bottom {
    padding-top: 30px;
    padding-bottom: 63px;
  }
  footer.sitefooter nav.sitefooter-navi {
    zoom: 1;
    min-height: 215px;
    padding: 30px 0;
  }
  footer.sitefooter nav.sitefooter-navi:before,
  footer.sitefooter nav.sitefooter-navi:after {
    content: " ";
    display: table;
  }
  footer.sitefooter nav.sitefooter-navi:after {
    clear: both;
  }
  footer.sitefooter nav.sitefooter-navi:before,
  footer.sitefooter nav.sitefooter-navi:after {
    content: " ";
    display: table;
  }
  footer.sitefooter nav.sitefooter-navi:after {
    clear: both;
  }
  footer.sitefooter nav.sitefooter-navi:before,
  footer.sitefooter nav.sitefooter-navi:after {
    display: table;
    content: "";
  }
  footer.sitefooter nav.sitefooter-navi:after {
    clear: both;
  }
  footer.sitefooter nav.sitefooter-navi:before,
  footer.sitefooter nav.sitefooter-navi:after {
    display: table;
    content: "";
  }
  footer.sitefooter nav.sitefooter-navi:after {
    clear: both;
  }
  footer.sitefooter nav.sitefooter-navi .col-md-10.sitefooter-navi-items {
    padding: 0;
  }
  footer.sitefooter nav.sitefooter-navi .col-md-2.sitefooter-navi-meta {
    padding-left: 0;
  }
  footer.sitefooter nav.sitefooter-navi h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 21px;
    margin-bottom: 10px;
    text-align: center;
  }
  footer.sitefooter nav.sitefooter-navi ul.navi li {
    text-transform: none;
    text-align: center;
  }
  footer.sitefooter nav.sitefooter-navi a {
    color: #fff;
    padding: 0 0 2px 0;
  }
  footer.sitefooter nav.sitefooter-navi a:hover {
    background: none;
    text-decoration: underline;
  }
  footer.sitefooter nav.sitefooter-navi div.sitefooter-navi-part {
    float: left;
    margin-right: 40px;
  }
  footer.sitefooter nav.sitefooter-navi div.sitefooter-navi-part:last-child {
    margin-right: 0;
  }
  .bilder-abrunden img {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #spinner {
    position: fixed;
    top: 100px;
    right: 50%;
  }
  #modal-overlay {
    display: none;
    cursor: pointer;
  }
  .no-svg footer.sitefooter div#log-dsj a {
    background: none;
  }
  .no-svg footer.sitefooter div#log-dsj a img {
    display: block;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    margin: 0 10px;
  }
  footer.sitefooter .sitefooter-address {
    padding-left: 20px;
  }
  footer.sitefooter #socialmedia-links {
    text-align: center;
  }
  footer.sitefooter div.logo-sqs,
  footer.sitefooter div.logo-dsj {
    margin-top: 20px;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  body {
    border-top: none;
  }
  nav#mobile-socialmedia-navi #socialmedia-links a {
    margin: 0;
  }
  .btn.sharing-button {
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    border-radius: 0;
    width: 100%;
    position: fixed;
    z-index: 100;
    margin: 0;
  }
  .btn.sharing-button i {
    float: left;
  }
  .btn.sharing-button .sharing-text {
    display: block;
    float: left;
    padding-left: 10px;
  }
  header {
    margin-bottom: 75px;
  }
  #siteheader {
    height: 104px;
    background: #152A4A;
  }
  #siteheader .siteheader-main-logo {
    margin-top: 13px;
  }
  #siteheader .siteheader-main-logo a {
    width: 205px;
  }
  #siteheader .siteheader-main-logo svg .logo-claim {
    fill: #fff;
  }
  #siteheader .mobile-navigation-toggle {
    position: absolute;
    z-index: 1098;
    top: 26px;
    right: 5px;
  }
  #siteheader .mobile-navigation-toggle i {
    cursor: pointer;
    display: block;
    color: #ffffff;
    font-size: 40px;
  }
  .subheader {
    display: none;
  }
  .navigation-mobile {
    display: none;
    position: absolute;
    top: 119px;
    left: 50px;
    right: 0;
    z-index: 1099;
    width: calc(100% - 50px);
    background-color: #0981B0;
    padding: 0 0 0 15px;
  }
  .navigation-mobile .login-state {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 40px;
    border-bottom: 2px solid #009FE0;
  }
  .navigation-mobile .login-state a {
    display: block;
    color: #ffffff;
  }
  .navigation-mobile .login-state a:active {
    color: #ffffff;
    text-decoration: none;
  }
  .navigation-mobile .login-state a:hover {
    text-decoration: none;
  }
  .navigation-mobile .main ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .navigation-mobile .main ul li {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 40px;
    border-bottom: 2px solid #009FE0;
  }
  .navigation-mobile .main ul li a {
    display: block;
    color: #ffffff;
  }
  .navigation-mobile .main ul li a:active {
    color: #ffffff;
    text-decoration: none;
  }
  .navigation-mobile .main ul li a:hover {
    text-decoration: none;
  }
  .navigation-mobile .main ul li ul.level2 {
    display: none;
  }
  .navigation-mobile .main ul li ul.level2 li {
    font-size: 16px;
    text-transform: none;
    border-bottom: 0;
  }
  .navigation-mobile .main ul.level1 > li {
    position: relative;
  }
  .navigation-mobile .main ul.level1 > li .mobile-sub-toggle {
    position: absolute;
    top: 0;
    right: 0;
  }
  .navigation-mobile .main ul.level1 > li .mobile-sub-toggle i {
    display: block;
    cursor: pointer;
    padding: 0 20px;
    line-height: 40px;
    color: #009FE0;
    font-size: 18px;
  }
  .navigation-mobile .meta ul {
    list-style: none;
    margin: 10px 0 10px 1px;
    padding: 0;
  }
  .navigation-mobile .meta ul li {
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 30px;
  }
  .navigation-mobile .meta ul li a {
    display: block;
    color: #ffffff;
  }
  .navigation-mobile .meta ul li a:active {
    color: #ffffff;
    text-decoration: none;
  }
  .navigation-mobile .meta ul li a:hover {
    text-decoration: none;
  }
  #modal-overlay {
    z-index: 1011;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .content {
    margin-top: 15px;
  }
  .c-box-transparent {
    display: none;
  }
  #votingsDashboard .box-content {
    height: auto;
  }
  #votingsDashboard .meta-abstimmungsvorlage {
    margin: 0;
  }
  #votingsDashboard .home-box-item {
    padding-bottom: 65%;
    margin-bottom: 10px;
    background-position-x: center;
  }
}
@media (max-width: 768px) {
  footer.sitefooter .sitefooter-address {
    padding-left: 20px;
  }
  footer.sitefooter .socialmedia-links {
    text-align: right;
  }
  footer.sitefooter .sitefooter-downloads {
    padding: 10px;
    grid-template-columns: 100%;
  }
  footer.sitefooter .sitefooter-downloads strong {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  footer.sitefooter .sitefooter-downloads a {
    justify-self: center;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  footer.sitefooter .sitefooter-downloads a.appStore {
    justify-self: center;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  footer.sitefooter div.logo-sqs,
  footer.sitefooter div.logo-dsj {
    margin-top: 30px;
    margin-left: 10px;
  }
}
@media (max-width: 480px) {
  footer.sitefooter div#socialmedia-links {
    margin-top: 0;
  }
  footer.sitefooter div#socialmedia-links a {
    margin: 0 10px 10px 0;
  }
}
.no-svg footer.sitefooter div.logo-dsj a {
  background-image: none;
}
.no-svg footer.sitefooter div.logo-dsj a img {
  display: block;
}
.no-svg footer.sitefooter div.logo-sqs a {
  background-image: none;
}
.no-svg footer.sitefooter div.logo-sqs a img {
  display: block;
}
.imageSwitcher div.csc-textpic-imagecolumn,
.imageSwitcher td.csc-textpic-imagecolumn .csc-textpic-image {
  margin-right: 0;
}
.imageSwitcher .csc-textpic-intext-left-nowrap-1220 .csc-textpic-text {
  margin-left: 210px;
}
.imageSwitcher div.csc-textpic .csc-textpic-imagewrap img {
  width: 200px;
  height: auto;
}
.imageSwitcher .csc-textpic-imagerow .csc-textpic-firstcol {
  display: none;
}
.imageSwitcher .csc-textpic-imagerow .csc-textpic-lastcol {
  display: block;
}
.imageSwitcher :hover .csc-textpic-firstcol {
  display: block;
}
.imageSwitcher :hover .csc-textpic-lastcol {
  display: none;
}
@font-face {
  font-family: 'fontello';
  src: url(Fonts/fontello.eot);
  src: url(Fonts/fontello.woff2) format('woff2'), url(Fonts/fontello.woff) format('woff'), url(Fonts/fontello.ttf) format('truetype'), url(Fonts/fontello.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?43701591#fontello') format('svg');
  }
}
*/
[class^="evicon-"]:before,
[class*=" evicon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '';
}
.icon-2x {
  font-size: 2em;
}
.evicon-260 {
  display: inline-block;
  vertical-align: middle;
}
.evicon-260:before {
  font-size: 185px;
  color: #fff;
}
@media (max-width: 1199px) {
  .evicon-260:before {
    font-size: 150px;
  }
}
.evicon-40:before {
  font-size: 40px;
  width: 40px;
  margin: 0;
}
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Social Media / Social Sharing Icons */
.social-icon {
  margin-right: 8px;
}
.social-icon:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '';
  font-size: 40px;
  margin: 0;
  color: #152A4A !important;
}
.social-icon:hover {
  color: #ed0a71;
}
.social-icon.facebook:before {
  content: '\e827';
}
.social-icon.twitter:before {
  content: '\e826';
  color: #21b8e6;
}
.social-icon.googleplus:before {
  content: '\e828';
  color: #b61862;
}
.social-icon.mail:before {
  content: '\e829';
  color: #e61472;
}
.social-icon.youtube:before {
  content: '\e823';
  color: #b61862;
}
.social-icon.link:before {
  content: '\e824';
  color: #00adf0;
}
.social-icon.whatsapp:before {
  content: '\e825';
  color: #149a76;
}
.social-icon.instagram:before {
  content: '\e82e';
  color: #b61862;
}
.evicon-abstimmung:before {
  content: '\e81c';
}
/* '' */
.evicon-angle-circled-right:before {
  content: '\e842';
}
/* '' */
.evicon-angle-double-down:before {
  content: '\e844';
}
/* '' */
.evicon-angle-double-up:before {
  content: '\e843';
}
/* '' */
.evicon-attention-circled:before {
  content: '\e839';
}
/* '' */
.evicon-attention:before {
  content: '\e838';
}
/* '' */
.evicon-banknote:before {
  content: '\e812';
}
/* '' */
.evicon-bleistift:before {
  content: '\e804';
}
/* '' */
.evicon-briefkasten:before {
  content: '\e816';
}
/* '' */
.evicon-broschuere-couvert:before {
  content: '\e81d';
}
/* '' */
.evicon-broschuere:before {
  content: '\e801';
}
/* '' */
.evicon-bund-kanton:before {
  content: '\e818';
}
/* '' */
.evicon-calendar:before {
  content: '\e83c';
}
/* '' */
.evicon-cancel-circled:before {
  content: '\e830';
}
/* '' */
.evicon-cancel:before {
  content: '\e82f';
}
/* '' */
.evicon-check:before {
  content: '\e848';
}
/* '' */
.evicon-clock:before {
  content: '\e83d';
}
/* '' */
.evicon-dislike:before {
  content: '\e820';
}
/* '' */
.evicon-down-open:before {
  content: '\e83e';
}
/* '' */
.evicon-download:before {
  content: '\e835';
}
/* '' */
.evicon-eye-off:before {
  content: '\e834';
}
/* '' */
.evicon-facebook-login:before {
  content: '\e827';
}
/* '' */
.evicon-facebook:before {
  content: '\e827';
}
/* '' */
.evicon-fahne:before {
  content: '\e80f';
}
/* '' */
.evicon-female:before {
  content: '\e82c';
}
/* '' */
.evicon-fragezeichen:before {
  content: '\e810';
}
/* '' */
.evicon-geld:before {
  content: '\e80a';
}
/* '' */
.evicon-geschichte:before {
  content: '\e805';
}
/* '' */
.evicon-googleplus:before {
  content: '\e828';
}
/* '' */
.evicon-haken-leer:before {
  content: '\e811';
}
/* '' */
.evicon-haken:before {
  content: '\e81f';
}
/* '' */
.evicon-hand-logo:before {
  content: '\e813';
}
/* '' */
.evicon-handschlag:before {
  content: '\e814';
}
/* '' */
.evicon-instagram:before {
  content: '\e82e';
}
/* '' */
.evicon-left-open:before {
  content: '\e83f';
}
/* '' */
.evicon-like:before {
  content: '\e821';
}
/* '' */
.evicon-link:before {
  content: '\e824';
}
/* '' */
.evicon-list-alt:before {
  content: '\e847';
}
/* '' */
.evicon-lupe:before {
  content: '\e80c';
}
/* '' */
.evicon-mail:before {
  content: '\e829';
}
/* '' */
.evicon-male:before {
  content: '\e82b';
}
/* '' */
.evicon-megaphon:before {
  content: '\e800';
}
/* '' */
.evicon-menu:before {
  content: '\e83b';
}
/* '' */
.evicon-minus:before {
  content: '\e833';
}
/* '' */
.evicon-ok-circled:before {
  content: '\e82d';
}
/* '' */
.evicon-ok-squared:before {
  content: '\e82a';
}
/* '' */
.evicon-papierflieger:before {
  content: '\e80b';
}
/* '' */
.evicon-pencil-squared:before {
  content: '\e837';
}
/* '' */
.evicon-personen:before {
  content: '\e807';
}
/* '' */
.evicon-pfeil-rechts:before {
  content: '\e81e';
}
/* '' */
.evicon-play-circled:before {
  content: '\e846';
}
/* '' */
.evicon-plus-circled:before {
  content: '\e832';
}
/* '' */
.evicon-plus:before {
  content: '\e831';
}
/* '' */
.evicon-pokal:before {
  content: '\e803';
}
/* '' */
.evicon-produktion:before {
  content: '\e808';
}
/* '' */
.evicon-profil:before {
  content: '\e81a';
}
/* '' */
.evicon-prozent:before {
  content: '\e817';
}
/* '' */
.evicon-right-hand:before {
  content: '\e845';
}
/* '' */
.evicon-right-open:before {
  content: '\e840';
}
/* '' */
.evicon-schweiz:before {
  content: '\e80e';
}
/* '' */
.evicon-share:before {
  content: '\e84e';
}
/* '' */
.evicon-sort-down:before {
  content: '\e84a';
}
/* '' */
.evicon-sort-up:before {
  content: '\e84b';
}
/* '' */
.evicon-sort:before {
  content: '\e849';
}
/* '' */
.evicon-spin2:before {
  content: '\e851';
}
/* '' */
.evicon-sprechblase-plus:before {
  content: '\e81b';
}
/* '' */
.evicon-sprechblase:before {
  content: '\e809';
}
/* '' */
.evicon-thumbs-down:before {
  content: '\e84d';
}
/* '' */
.evicon-thumbs-up:before {
  content: '\e84c';
}
/* '' */
.evicon-tiktok:before {
  content: '\e850';
}
/* '' */
.evicon-trash:before {
  content: '\e83a';
}
/* '' */
.evicon-twitter:before {
  content: '\e826';
}
/* '' */
.evicon-uhr:before {
  content: '\e815';
}
/* '' */
.evicon-up-open:before {
  content: '\e841';
}
/* '' */
.evicon-upload:before {
  content: '\e836';
}
/* '' */
.evicon-videos:before {
  content: '\e819';
}
/* '' */
.evicon-waage:before {
  content: '\e80d';
}
/* '' */
.evicon-website:before {
  content: '\e84f';
}
/* '' */
.evicon-wecker:before {
  content: '\e822';
}
/* '' */
.evicon-whatsapp:before {
  content: '\e825';
}
/* '' */
.evicon-youtube:before {
  content: '\e823';
}
/* '' */
.evicon-zahlen:before {
  content: '\e806';
}
/* '' */
.evicon-zielscheibe:before {
  content: '\e802';
}
/* '' */
@font-face {
  font-family: 'UniversLTStd-Light';
  src: url(Fonts/UniversLTStd-Light.woff2) format('woff2'), url(Fonts/UniversLTStd-Light.woff) format('woff'), url(Fonts/UniversLTStd-Light.ttf) format('truetype'), url(Fonts/UniversLTStd-Light.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UniversLTStd-Bold';
  src: url(Fonts/UniversLTStd-Bold.woff2) format('woff2'), url(Fonts/UniversLTStd-Bold.woff) format('woff'), url(Fonts/UniversLTStd-Bold.ttf) format('truetype'), url(Fonts/UniversLTStd-Bold.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/typo3conf/ext/usereasyvotetemplate/Resources/Public/Images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/typo3conf/ext/usereasyvotetemplate/Resources/Public/Images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/typo3conf/ext/usereasyvotetemplate/Resources/Public/Images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/typo3conf/ext/usereasyvotetemplate/Resources/Public/Images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/typo3conf/ext/usereasyvotetemplate/Resources/Public/Images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('/typo3conf/ext/usereasyvotetemplate/Resources/Public/Images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  color: #102b4e;
  margin-top: 0;
}
h2 {
  font-size: 19px;
  margin-bottom: 25px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
h3 {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.3em;
}
p {
  margin: 0 0 20px 0;
}
a.link-box {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-width: 2px;
  color: #ffffff !important;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  border-radius: 3px;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  background-color: #152A4A;
  border-color: #152A4A;
  font-size: 16px;
  border: solid 2px #152A4A;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 0;
}
a.link-box:focus,
a.link-box:active:focus,
a.link-box.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.link-box:hover,
a.link-box:focus {
  color: #333;
  text-decoration: none;
}
a.link-box:active,
a.link-box.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
a.link-box.disabled,
a.link-box[disabled],
fieldset[disabled] a.link-box {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.link-box:hover {
  text-decoration: none !important;
}
a.link-box:focus {
  text-decoration: none !important;
}
a.link-box:hover,
a.link-box:focus,
a.link-box:active,
a.link-box.active,
.open > .dropdown-togglea.link-box {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
a.link-box:active,
a.link-box.active,
.open > .dropdown-togglea.link-box {
  background-image: none;
}
a.link-box.disabled,
a.link-box[disabled],
fieldset[disabled] a.link-box,
a.link-box.disabled:hover,
a.link-box[disabled]:hover,
fieldset[disabled] a.link-box:hover,
a.link-box.disabled:focus,
a.link-box[disabled]:focus,
fieldset[disabled] a.link-box:focus,
a.link-box.disabled:active,
a.link-box[disabled]:active,
fieldset[disabled] a.link-box:active,
a.link-box.disabled.active,
a.link-box[disabled].active,
fieldset[disabled] a.link-box.active {
  background-color: #428bca;
  border-color: #357ebd;
}
a.link-box .badge {
  color: #428bca;
  background-color: #fff;
}
a.link-box:hover,
a.link-box:focus {
  background-color: #ffffff;
  color: #152A4A !important;
}
a.link-box.btn-pink {
  background-color: #ed0a71;
  border-color: #ed0a71;
}
a.link-box.btn-pink:hover {
  background-color: #ffffff;
  color: #ed0a71 !important;
}
a.link-box:hover {
  color: #152A4A;
  background-color: #ffffff;
  text-decoration: none;
}
.content-box {
  position: relative;
  background-color: #ffffff;
  zoom: 1;
}
.content-box:before,
.content-box:after {
  content: " ";
  display: table;
}
.content-box:after {
  clear: both;
}
.content-box:before,
.content-box:after {
  content: " ";
  display: table;
}
.content-box:after {
  clear: both;
}
.content-box:before,
.content-box:after {
  display: table;
  content: "";
}
.content-box:after {
  clear: both;
}
.content-box:before,
.content-box:after {
  display: table;
  content: "";
}
.content-box:after {
  clear: both;
}
.content-box .header-two-cols {
  zoom: 1;
}
.content-box .header-two-cols:before,
.content-box .header-two-cols:after {
  content: " ";
  display: table;
}
.content-box .header-two-cols:after {
  clear: both;
}
.content-box .header-two-cols:before,
.content-box .header-two-cols:after {
  content: " ";
  display: table;
}
.content-box .header-two-cols:after {
  clear: both;
}
.content-box .header-two-cols:before,
.content-box .header-two-cols:after {
  display: table;
  content: "";
}
.content-box .header-two-cols:after {
  clear: both;
}
.content-box .header-two-cols:before,
.content-box .header-two-cols:after {
  display: table;
  content: "";
}
.content-box .header-two-cols:after {
  clear: both;
}
.content-box .header-two-cols div:not(.modal) {
  position: relative;
}
.content-box .header-two-cols div:not(.modal).col-left {
  float: left;
  width: 25%;
}
.content-box .header-two-cols div:not(.modal).col-left img {
  width: 100%;
  height: auto;
}
.content-box .header-two-cols div:not(.modal).col-right {
  margin-left: 25%;
  left: 15px;
  width: calc(75% - 15px);
}
.content-box .supertitle {
  margin-bottom: 5px;
}
.content-box .box-teaser .col-md-3 img {
  width: 100%;
  height: auto;
}
.content-box .actions {
  float: right;
  font-size: 20px;
  height: 30px;
}
.content-box .actions .action {
  margin: 0 0 0 10px;
  float: left;
  line-height: 30px;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.content-box .actions .action i {
  display: block;
  text-decoration: none;
  color: #ed0a71;
}
.content-box .actions .action i :before {
  text-decoration: none;
}
.content-box .actions .action i.evicon-share {
  color: #ed0a71;
}
.content-box.csc {
  /* a content box with magic images possibly */
}
.content-box.csc img {
  max-width: 100%;
  height: auto;
}
.content-box.multi-content {
  /* multiple contents in one content box */
}
.content-box.multi-content .csc-default {
  margin-bottom: 30px;
}
.content-box.multi-content .csc-default:last-child {
  margin-bottom: 0;
}
.content-box.multi-content div.csc-textpic {
  overflow: initial;
}
.content-box-expandable {
  cursor: pointer;
  border-top: solid 2px #152A4A;
  padding-top: 10px;
  margin-bottom: 10px;
}
.content-box-team {
  border-top: solid 2px #152A4A;
  padding-top: 20px;
}
.content-box-team .teamHover {
  position: absolute;
  display: none;
  top: 20px;
  z-index: 100;
  width: 260px;
  height: 260px;
  cursor: pointer;
}
.content-box-team .teamInteractive {
  cursor: pointer;
}
.content-box-team .csc-textpic-imagewrap {
  float: left !important;
  width: 30%;
  margin-right: 0 !important;
  padding-right: 20px;
}
.content-box-team .csc-textpic-imagewrap .csc-textpic-image {
  width: 100%;
}
.content-box-team .csc-textpic-imagewrap .csc-textpic-image img {
  width: 100%;
  height: auto;
}
.content-box-team .csc-textpic-text {
  float: left;
  width: 70%;
  font-size: 16px;
  margin-left: 0;
}
.content-box-team .csc-textpic-text h2 {
  margin-bottom: 15px;
  font-size: 24px;
}
.content-box-team .csc-textpic-text header {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
}
.content-box-team .csc-textpic-text p {
  margin-bottom: 10px;
}
.content-box-team .csc-textpic-text p:last-child {
  margin-bottom: 0;
}
/*
.news {
	.teaser {
		.category {
			margin-bottom: 5px;
			a {
				border: solid 1px @light-blue;
				padding: 0 3px;
				background-color: @light-blue;
				color: @white;
				text-decoration: none;
				text-transform: uppercase;
				&:hover, &:active {
					background-color: @white;
					color: @light-blue;
					text-decoration: none;
				}
				&:visited {
					text-decoration: none;
				}
			}
			span.category-box {
				border: solid 1px @light-blue;
				padding: 0 3px;
				background-color: @light-blue;
				color: @white;
				text-decoration: none;
				text-transform: uppercase;
			}
		}
		.image {
			img {
				width: 100%;
				height: auto;
			}
		}
		a {
			color: @text-blue;
		}
		h3 {
			margin-top:5px;
			font-size: 17px;
		}
		&:hover {
			a {
				text-decoration: none;
			}
			h3, div {
				color: @light-blue;
				text-decoration: none;
			}
		}
	}
	.content {
		.news-media {
			.mediaelement {
				img {
					width: 100%;
					height: auto;
				}
			}
		}
	}

	// if regular content-box is in news div
	.content-box {
		.news-media {
			img {
				width: 100%;
				height: auto;
			}
		}
		.news-text {
			img {
				width: 100%;
				height: auto;
			}
		}
	}
}

.news-image-caption {
	margin-bottom: 20px;
	.image-caption {
		display: inline-block;
		font-size: 10px;
		color: black;
		margin-bottom: 10px;
		.caption {
			margin-right: 5px;
		}
		.creator {
			display: inline-block;
			margin-left: 5px;
			font-style: italic;
		}
	}
}
*/
/* Share Buttons */
.share-links {
  zoom: 1;
  font-size: 0;
}
.share-links:before,
.share-links:after {
  content: " ";
  display: table;
}
.share-links:after {
  clear: both;
}
.share-links:before,
.share-links:after {
  content: " ";
  display: table;
}
.share-links:after {
  clear: both;
}
.share-links:before,
.share-links:after {
  display: table;
  content: "";
}
.share-links:after {
  clear: both;
}
.share-links:before,
.share-links:after {
  display: table;
  content: "";
}
.share-links:after {
  clear: both;
}
.share-uri {
  margin-top: 15px;
}
.share-uri input {
  width: 100%;
}
.records-navigation {
  zoom: 1;
  display: inline-block;
  width: 100%;
}
.records-navigation:before,
.records-navigation:after {
  content: " ";
  display: table;
}
.records-navigation:after {
  clear: both;
}
.records-navigation:before,
.records-navigation:after {
  content: " ";
  display: table;
}
.records-navigation:after {
  clear: both;
}
.records-navigation:before,
.records-navigation:after {
  display: table;
  content: "";
}
.records-navigation:after {
  clear: both;
}
.records-navigation:before,
.records-navigation:after {
  display: table;
  content: "";
}
.records-navigation:after {
  clear: both;
}
.records-navigation a {
  display: block;
  margin: 10px 0 20px 0;
  padding: 5px 20px;
  color: white;
  cursor: pointer;
  background-color: #009FE0;
  border: solid 1px #009FE0;
  text-decoration: none;
  text-align: center;
}
.records-navigation a:hover {
  background-color: #ffffff;
  color: #009FE0;
  border-color: #009FE0;
  text-decoration: none;
}
.records-navigation a:focus {
  background-color: #ffffff;
  color: #009FE0;
  border-color: #009FE0;
  text-decoration: none;
}
.records-loading {
  display: inline-block;
  width: 100%;
  padding: 5px 20px;
  color: white;
  background: #7f7a7b;
  text-decoration: none;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
h2.header-line {
  position: relative;
  margin-top: 20px;
  text-align: center;
  color: #102b4e;
  text-transform: uppercase;
  font-size: 16px;
}
h2.header-line:before {
  content: "";
  display: block;
  border-top: solid 1px #102b4e;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
h2.header-line span {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  background: #ffffff;
  padding: 0 15px;
  position: relative;
  z-index: 5;
}
.issuuembed {
  position: relative;
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 70%;
}
.issuuembed div {
  width: 100%;
  height: 100%;
}
.issuuembed div div:first-child object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 18px);
}
.issuuembed div div:last-child {
  position: absolute;
  top: calc(100% - 18px);
  left: 0;
}
.modal {
  z-index: 20150929;
}
@media (max-width: 991px) {
  /* shown in slick slider on mobile
	.home-boxes {
		display: none;
	}
	#home-carousel {
		margin-bottom: 15px;
		.carousel-control {
			z-index: 1000;
			.rounded-corners();
		}
		.home-box-item {
			margin-bottom: 0;
			.box-content {
				height: 240px;
				p {
					a.link-box {
						bottom: 60px;
					}
				}
			}
		}
		.carousel-indicators {
			z-index: 1000;
			li {
				margin: 0 5px;
				height: 14px;
				width: 14px;
				border: 1px solid @light-blue;
				background-color: @light-blue;
			}
			.active {
				border-color: @dark-blue;
				background-color: @dark-blue;
			}
		}
	}
	*/
  .socialmedia-links-mobile {
    margin: 15px 0;
  }
  /*footer.sitefooter {

		div.sitefooter-meta {
			position: relative;
			background: @dark-blue;
			padding: @box-padding-xs;

			div.sitefooter-language-mobile {
				position: absolute;
				right: @box-padding-xs * 2;
				top: @box-padding-xs;
				a {
					display: block;
					clear: both;
					text-transform: uppercase;
					margin-bottom: 15px;
				}
			}
		}
	}*/
}
.four-columns {
  display: table;
  border-collapse: separate;
  border-spacing: 15px;
  margin: 0 -15px;
}
.four-columns .four-columns-row {
  display: table-row;
}
.four-columns .four-columns-row .home-box-item {
  position: relative;
  z-index: 19990121;
  width: 25%;
  display: table-cell;
  height: auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 25px;
  overflow: hidden;
}
.four-columns .four-columns-row .home-box-item:before,
.four-columns .four-columns-row .home-box-item:after {
  display: none;
}
.four-columns .four-columns-row .home-box-item .background-blocker {
  z-index: 19990122;
  display: block;
  position: absolute;
  top: 0;
  margin-top: 120%;
  left: 0;
  width: 100%;
  height: 1000px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
}
.four-columns .four-columns-row .home-box-item .box-content {
  z-index: 19990123;
  background: none;
  position: relative;
  height: auto;
  bottom: auto;
  left: auto;
  margin-top: 120%;
}
.four-columns .four-columns-row .home-box-item .box-content ul {
  padding-left: 16px;
}
.four-columns .four-columns-row .home-box-item .box-content p a.link-box {
  position: relative;
  bottom: inherit;
  left: inherit;
}
.four-columns .four-columns-row .home-box-item > .link-box {
  z-index: 20160216;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
nav.navi-3-rawcontent {
  margin: 0 0 30px 0;
  width: 100%;
}
nav.navi-3-rawcontent ul.level3-rawcontent {
  width: 100%;
  display: block;
  flex-flow: unset;
}
nav.navi-3-rawcontent ul.level3-rawcontent li {
  float: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  border-bottom: 1px solid #ed0a71;
}
nav.navi-3-rawcontent ul.level3-rawcontent li a {
  display: block;
  color: #152A4A;
  line-height: 3em;
  padding: 0 20px;
}
nav.navi-3-rawcontent ul.level3-rawcontent li a:hover,
nav.navi-3-rawcontent ul.level3-rawcontent li a:visited,
nav.navi-3-rawcontent ul.level3-rawcontent li a:active {
  text-decoration: none;
}
nav.navi-3-rawcontent ul.level3-rawcontent li.active a:hover,
nav.navi-3-rawcontent ul.level3-rawcontent li.active a:active {
  background: #ed0a71;
  color: #152A4A;
  text-decoration: none;
}
#votingsDashboard {
  /*.col-md-3 {
        margin-bottom: 30px;
    }
    .col-md-6 {
        margin-bottom: 30px;
    }*/
}
.party-members .content-box {
  border-bottom: solid 2px;
}
.party-members .content-box .box-teaser {
  margin-bottom: 20px;
  margin-top: 20px;
}
.tabapp .col-66,
.tabapp .col-33 {
  min-height: 1px;
}
.tabapp .abstimmungsvorlage {
  padding: 15px;
}
.meta-abstimmungsvorlage {
  margin-bottom: 20px;
  margin-top: 20px;
}
.meta-abstimmungsvorlage .meta-abstimmungsvorlage-img {
  background-color: #cccccc;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
  overflow: hidden;
}
.meta-abstimmungsvorlage .meta-abstimmungsvorlage-img img {
  width: 100%;
}
.meta-abstimmungsvorlage-related .text-overlay {
  width: calc(100% -30px);
}
.abstimmungsvorlage h3.toggle-trigger {
  border-top: 1px solid #0981B0;
  padding-top: 10px;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.abstimmungsvorlage h3.toggle-trigger div.toggle-handle {
  position: absolute;
  right: 0;
  top: 8px;
  width: 16px;
}
.abstimmungsvorlage h3.toggle-trigger div.toggle-handle:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e833';
}
.abstimmungsvorlage h3.toggle-trigger div.toggle-handle-plus:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e832';
}
.abstimmungsvorlage h3.noLine {
  border-top: 0;
}
.abstimmungsvorlage .multipleVotingsNavi {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
}
.abstimmungsvorlage .toggle-closed {
  display: none;
}
.abstimmungsvorlage .toggle-content {
  margin-bottom: 10px;
}
.abstimmungsvorlage .voting {
  zoom: 1;
  display: table;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 30px;
  width: 100%;
}
.abstimmungsvorlage .voting:before,
.abstimmungsvorlage .voting:after {
  content: " ";
  display: table;
}
.abstimmungsvorlage .voting:after {
  clear: both;
}
.abstimmungsvorlage .voting:before,
.abstimmungsvorlage .voting:after {
  content: " ";
  display: table;
}
.abstimmungsvorlage .voting:after {
  clear: both;
}
.abstimmungsvorlage .voting:before,
.abstimmungsvorlage .voting:after {
  display: table;
  content: "";
}
.abstimmungsvorlage .voting:after {
  clear: both;
}
.abstimmungsvorlage .voting:before,
.abstimmungsvorlage .voting:after {
  display: table;
  content: "";
}
.abstimmungsvorlage .voting:after {
  clear: both;
}
.abstimmungsvorlage .voting .row {
  display: table-row;
  margin-left: 0;
  margin-right: 0;
  /*.vote-result-up {
                color: #005476;
                border-color: #005476;
            }*/
}
.abstimmungsvorlage .voting .row div {
  padding-left: 0;
  padding-right: 2px;
}
.abstimmungsvorlage .voting .row div .vote-up {
  color: #009FE0;
  border-color: #009FE0;
}
.abstimmungsvorlage .voting .row div .vote-up:hover .vote-handle {
  color: #ffffff;
  cursor: pointer;
  background-color: #009FE0;
}
.abstimmungsvorlage .voting .row div .vote-up:hover .vote-handle i {
  color: inherit;
}
.abstimmungsvorlage .voting .row div .vote-down:hover .vote-handle {
  color: #ffffff;
  cursor: pointer;
  background-color: #ed0a71;
}
.abstimmungsvorlage .voting .row div .vote-down:hover .vote-handle i {
  color: inherit;
}
.abstimmungsvorlage .voting .row .sameheight {
  display: table-cell;
  float: none;
  padding: 15px;
  background-color: #ffffff;
  vertical-align: middle;
  text-align: center;
  border-right: 5px solid #ffffff;
}
.abstimmungsvorlage .voting .row .sameheight:first-child {
  border-right: 10px solid #ffffff;
}
.abstimmungsvorlage .voting .row .sameheight:last-child {
  border-left: 5px solid #ffffff;
  border-right: 0;
}
.abstimmungsvorlage .voting .row .vote-handle {
  margin-bottom: 4px;
  font-size: 35px;
  border: solid 4px #777777;
  text-align: center;
  padding: 6px;
}
.abstimmungsvorlage .voting .row .vote-result {
  margin-bottom: 4px;
  border: solid 4px #777777;
  text-align: center;
  padding: 6px;
}
.abstimmungsvorlage .voting .row .vote-color-up {
  color: #009FE0;
  border-color: #009FE0;
}
.abstimmungsvorlage .voting .row .vote-color-down {
  color: #ed0a71;
  border-color: #ed0a71;
}
.abstimmungsvorlage .voting .row .vote-handle-up {
  border-color: #009FE0;
}
.abstimmungsvorlage .voting .row .vote-handle-down {
  border-color: #ed0a71;
}
.abstimmungsvorlage .voting .row .vote-active {
  text-shadow: 3px 3px 3px #005476;
  padding-right: 0;
}
.abstimmungsvorlage .voting .row .vote-disabled {
  color: #ccc !important;
  cursor: default;
}
.share-preview-container {
  display: block;
  zoom: 1;
  margin-bottom: 40px;
}
.share-preview-container:before,
.share-preview-container:after {
  content: " ";
  display: table;
}
.share-preview-container:after {
  clear: both;
}
.share-preview-container:before,
.share-preview-container:after {
  content: " ";
  display: table;
}
.share-preview-container:after {
  clear: both;
}
.share-preview-container:before,
.share-preview-container:after {
  display: table;
  content: "";
}
.share-preview-container:after {
  clear: both;
}
.share-preview-container:before,
.share-preview-container:after {
  display: table;
  content: "";
}
.share-preview-container:after {
  clear: both;
}
.share-preview-container .left {
  float: left;
  width: 50px;
}
.share-preview-container .right {
  float: left;
  width: calc(100% - 50px);
  background: #ffffff;
  padding: 10px;
  color: #102b4e;
}
.share-preview-container .right .right-inner-left {
  float: left;
  width: 90px;
  margin-right: 15px;
}
.share-preview-container .right .right-inner-left img {
  width: 100%;
  height: auto;
}
.share-preview-container .right .right-inner-right {
  float: left;
  width: calc(100% - 109px);
}
.share-preview-container .right .right-inner-right h3 {
  margin-bottom: 5px;
}
.share-preview-container .right .right-inner-right p {
  color: #868686;
}
.share-preview-container .right .uri {
  font-size: 11px;
}
.share-preview-container:last-child {
  margin-bottom: 0;
}
.share-app i {
  font-size: 30px;
}
.share-app:hover,
.share-app:active {
  color: #ed0a71;
}
@media (max-width: 767px) {
  .share-preview-container .right .right-inner-left {
    float: none;
    zoom: 1;
    width: 90px;
    margin-bottom: 10px;
  }
  .share-preview-container .right .right-inner-left:before,
  .share-preview-container .right .right-inner-left:after {
    content: " ";
    display: table;
  }
  .share-preview-container .right .right-inner-left:after {
    clear: both;
  }
  .share-preview-container .right .right-inner-left:before,
  .share-preview-container .right .right-inner-left:after {
    content: " ";
    display: table;
  }
  .share-preview-container .right .right-inner-left:after {
    clear: both;
  }
  .share-preview-container .right .right-inner-left:before,
  .share-preview-container .right .right-inner-left:after {
    display: table;
    content: "";
  }
  .share-preview-container .right .right-inner-left:after {
    clear: both;
  }
  .share-preview-container .right .right-inner-left:before,
  .share-preview-container .right .right-inner-left:after {
    display: table;
    content: "";
  }
  .share-preview-container .right .right-inner-left:after {
    clear: both;
  }
  .share-preview-container .right .right-inner-right {
    float: none;
    width: 100%;
    zoom: 1;
  }
  .share-preview-container .right .right-inner-right:before,
  .share-preview-container .right .right-inner-right:after {
    content: " ";
    display: table;
  }
  .share-preview-container .right .right-inner-right:after {
    clear: both;
  }
  .share-preview-container .right .right-inner-right:before,
  .share-preview-container .right .right-inner-right:after {
    content: " ";
    display: table;
  }
  .share-preview-container .right .right-inner-right:after {
    clear: both;
  }
  .share-preview-container .right .right-inner-right:before,
  .share-preview-container .right .right-inner-right:after {
    display: table;
    content: "";
  }
  .share-preview-container .right .right-inner-right:after {
    clear: both;
  }
  .share-preview-container .right .right-inner-right:before,
  .share-preview-container .right .right-inner-right:after {
    display: table;
    content: "";
  }
  .share-preview-container .right .right-inner-right:after {
    clear: both;
  }
  .share-preview-container .uri {
    display: block;
    word-break: break-all;
    line-height: 12px;
  }
}
#flashMessageContainer {
  display: none;
}
.navi-3 ul {
  padding: 0 !important;
  background: none !important;
}
.navi-3 ul:before,
.navi-3 ul:after {
  display: none;
}
div.pagination {
  border-top: 1px solid #102b4e;
  padding-top: 10px;
}
div.pagination div.previous {
  float: left;
  width: 100px;
  min-height: 1px;
  text-align: left;
}
div.pagination div.next {
  float: left;
  text-align: right;
}
div.pagination div.stat {
  float: left;
  text-align: center;
  line-height: 30px;
}
div.pagination a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}
div.pagination a:hover {
  text-decoration: none;
  color: #ffffff;
}
.searchResults p.multipleVotingsNavi {
  display: none;
}
.searchResults .meta-abstimmungsvorlage {
  margin-top: 0;
}
.searchResults .meta-abstimmungsvorlage .home-box-item {
  margin-bottom: 0;
}
.searchResults .voting {
  display: none;
}
.archiveSearch h4 {
  margin-bottom: 10px;
  font-weight: 500;
}
.archiveSearch .left {
  float: left;
  width: 220px;
  margin-right: 20px;
}
.archiveSearch .left input {
  width: 200px;
  padding: 2px;
}
.archiveSearch .right {
  float: left;
  width: 240px;
}
.archiveSearch .filter-kanton {
  width: 110px;
  float: left;
  margin-right: 20px;
}
.archiveSearch .filter-year {
  width: 110px;
  float: left;
}
.archiveSearch label {
  margin-left: 5px;
}
.archiveSearch .filters input {
  margin-bottom: 3px;
}
.archiveSearch .controls {
  margin-top: 20px;
}
.archiveSearch .controls-left {
  width: 110px;
  float: left;
  margin-right: 20px;
}
.archiveSearch .controls-right {
  width: 110px;
  float: left;
}
.archiveSearch input[type=submit] {
  padding: 2px 5px;
}
.archiveSearch input[type=reset] {
  padding: 2px 5px;
}
/* Generic Style for Community UI */
.hidden {
  display: none;
}
.hasTooltip {
  cursor: pointer;
}
.csc-textpic {
  overflow: visible !important;
}
/* Community */
.user-functions .wrapping-link,
.user-functions .wrapping-link *,
.user-functions .wrapping-link *:hover {
  text-decoration: none !important;
}
.user-functions .box-votewecker {
  background-color: #ed0a71;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0 0 20px 0;
  padding: 30px;
  color: #fff;
}
.user-functions .box-votewecker h2 {
  margin-bottom: 0;
  color: #fff !important;
  text-align: center;
}
.user-functions .box-votewecker .evicon-votewecker {
  text-align: center;
  margin: 0 auto;
}
.user-functions .box-votewecker .evicon-votewecker:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e838';
  color: #ffffff;
  font-size: 70px;
  margin-bottom: 30px;
}
div.login-actions {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
}
div.login-actions p {
  margin-bottom: 10px;
}
div.login-actions p.felogin-error {
  background-color: #ffc0cb;
  padding: 5px 10px;
  margin-bottom: 10px;
}
table.advantages {
  border: 0;
}
table.advantages tr:hover td {
  background-color: transparent;
}
table.advantages tr td {
  border: 0;
}
table.advantages tr td i {
  color: #102b4e;
}
.cityOutput {
  margin-bottom: 10px;
}
.fb-share-link,
.fb-share-link img {
  cursor: pointer;
}
div.no-profile {
  zoom: 1;
  margin-bottom: 20px;
}
div.no-profile:before,
div.no-profile:after {
  content: " ";
  display: table;
}
div.no-profile:after {
  clear: both;
}
div.no-profile:before,
div.no-profile:after {
  content: " ";
  display: table;
}
div.no-profile:after {
  clear: both;
}
div.no-profile:before,
div.no-profile:after {
  display: table;
  content: "";
}
div.no-profile:after {
  clear: both;
}
div.no-profile:before,
div.no-profile:after {
  display: table;
  content: "";
}
div.no-profile:after {
  clear: both;
}
div.no-profile .registration .mail-registration {
  display: block;
}
@media screen {
  #login {
    display: inline-block;
    margin-top: 20px;
    float: right;
  }
  #login.logged-in {
    margin-top: 15px;
    position: absolute;
    z-index: 111111;
    right: 0;
  }
  #login.logged-in .login-status img.user-image {
    width: auto;
    height: 70px;
  }
  #login.logged-in .login-status .user-name {
    padding-top: 0;
    white-space: nowrap;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    font-weight: 500;
  }
  #login.logged-in .login-status .user-name a {
    color: #ed0a71;
  }
  #login .login-actions a.login-link {
    border-right: 1px solid #152A4A;
    padding-right: 10px;
  }
  #login .login-actions a.register-link {
    margin-left: 10px;
  }
  #login .btn {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #login {
    float: none;
    width: 100%;
    text-align: right;
    margin-top: 15px;
    position: relative;
  }
  #login.logged-in {
    text-align: left;
  }
  #login.logged-in .login-status img.user-image {
    margin-left: 0;
  }
  #login.logged-in .login-actions {
    float: left;
  }
  #login .login-actions a.login-link {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-width: 2px;
    color: #ffffff !important;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    background-color: #152A4A;
    border-color: #152A4A;
    border: solid 2px #152A4A;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0;
  }
  #login .login-actions a.login-link:focus,
  #login .login-actions a.login-link:active:focus,
  #login .login-actions a.login-link.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  #login .login-actions a.login-link:hover,
  #login .login-actions a.login-link:focus {
    color: #333;
    text-decoration: none;
  }
  #login .login-actions a.login-link:active,
  #login .login-actions a.login-link.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  #login .login-actions a.login-link.disabled,
  #login .login-actions a.login-link[disabled],
  fieldset[disabled] #login .login-actions a.login-link {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #login .login-actions a.login-link:hover {
    text-decoration: none !important;
  }
  #login .login-actions a.login-link:focus {
    text-decoration: none !important;
  }
  #login .login-actions a.login-link:hover,
  #login .login-actions a.login-link:focus,
  #login .login-actions a.login-link:active,
  #login .login-actions a.login-link.active,
  .open > .dropdown-toggle#login .login-actions a.login-link {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
  }
  #login .login-actions a.login-link:active,
  #login .login-actions a.login-link.active,
  .open > .dropdown-toggle#login .login-actions a.login-link {
    background-image: none;
  }
  #login .login-actions a.login-link.disabled,
  #login .login-actions a.login-link[disabled],
  fieldset[disabled] #login .login-actions a.login-link,
  #login .login-actions a.login-link.disabled:hover,
  #login .login-actions a.login-link[disabled]:hover,
  fieldset[disabled] #login .login-actions a.login-link:hover,
  #login .login-actions a.login-link.disabled:focus,
  #login .login-actions a.login-link[disabled]:focus,
  fieldset[disabled] #login .login-actions a.login-link:focus,
  #login .login-actions a.login-link.disabled:active,
  #login .login-actions a.login-link[disabled]:active,
  fieldset[disabled] #login .login-actions a.login-link:active,
  #login .login-actions a.login-link.disabled.active,
  #login .login-actions a.login-link[disabled].active,
  fieldset[disabled] #login .login-actions a.login-link.active {
    background-color: #428bca;
    border-color: #357ebd;
  }
  #login .login-actions a.login-link .badge {
    color: #428bca;
    background-color: #fff;
  }
  #login .login-actions a.login-link:hover,
  #login .login-actions a.login-link:focus {
    background-color: #ffffff;
    color: #152A4A !important;
  }
  #login .login-actions a.login-link.btn-pink {
    background-color: #ed0a71;
    border-color: #ed0a71;
  }
  #login .login-actions a.login-link.btn-pink:hover {
    background-color: #ffffff;
    color: #ed0a71 !important;
  }
  #login .login-actions a.login-link:hover {
    color: #152A4A;
    background-color: #ffffff;
    text-decoration: none;
  }
  #login .login-actions .modal-body h4 {
    display: none;
  }
  #login .login-actions .modal-body a.loginModalRegistrationLink {
    display: none;
  }
}
@media (max-width: 991px) {
  #login {
    margin-bottom: 20px;
  }
  #login .login-status img {
    float: left;
    margin-right: 20px;
    margin-left: 0;
  }
  #login .login-actions .register-link {
    margin-left: 10px;
  }
}
@media screen {
  .menu-drawer {
    position: fixed;
    top: 0;
    height: 100%;
    width: 80%;
    padding-top: 40px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    right: -10000px;
    z-index: 1100;
  }
  .menu-drawer.menu-drawer-open {
    right: 0;
  }
  .menu-drawer .menu-drawer-header {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: flex-end;
    z-index: 1110;
    background-color: #152A4A;
    height: 40px;
    width: 100%;
    padding: 0;
  }
  .menu-drawer .menu-drawer-header .menu-drawer-close {
    display: flex;
    height: 40px;
    width: 40px;
    padding-right: 10px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  .menu-drawer .menu-drawer-header .menu-drawer-close:active,
  .menu-drawer .menu-drawer-header .menu-drawer-close:focus {
    text-decoration: none;
  }
  .menu-drawer .menu-drawer-header .menu-drawer-close:after {
    content: '\d7';
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    text-align: center;
  }
  .menu-drawer .menu-drawer-content {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
  }
  .menu-drawer .menu-drawer-content ul.navi {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
    list-style: none;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  }
  .menu-drawer .menu-drawer-content ul.navi.level1 {
    line-height: 32px;
  }
  .menu-drawer .menu-drawer-content ul.navi.level1 li {
    border-bottom: #152A4A solid 2px;
  }
  .menu-drawer .menu-drawer-content ul.navi.level1 li a {
    padding: 10px 0;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .menu-drawer .menu-drawer-content ul.navi.level1 li a.sub-navigation-toogle {
    position: relative;
    float: right;
    height: 55px;
    width: 55px;
    padding: 10px 20px 0;
  }
  .menu-drawer .menu-drawer-content ul.navi.level1 li a.sub-navigation-toogle .arrow-right,
  .menu-drawer .menu-drawer-content ul.navi.level1 li a.sub-navigation-toogle .arrow-down {
    width: 12px;
    height: 12px;
    background-color: #ed0a71;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(225deg);
  }
  .menu-drawer .menu-drawer-content ul.navi.level1 li a.sub-navigation-toogle .arrow-down {
    transform: translate(-50%, -50%) rotate(315deg);
  }
  .menu-drawer .menu-drawer-content ul.navi.level1 li a.sub-navigation-toogle .arrow-mask {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 15%;
    top: -15%;
    right: 0%;
    bottom: 0%;
  }
  .menu-drawer .menu-drawer-content ul.navi.level1 li .dropdown-box {
    display: none;
  }
  .menu-drawer .menu-drawer-content ul.navi.level1 li .dropdown-box.dropdown-box-open {
    display: block;
  }
  .menu-drawer .menu-drawer-content ul.navi.level1 li .dropdown-box ul {
    padding: 0;
    list-style: none;
    font-size: 14px;
  }
  .menu-drawer .menu-drawer-content ul.navi.level1 li .dropdown-box ul.level2 {
    line-height: 20px;
  }
  .menu-drawer .menu-drawer-content ul.navi.level1 li .dropdown-box ul.level2 li {
    border: 0;
  }
  .menu-drawer .menu-drawer-content ul.navi.level1 li .dropdown-box ul.level2 li a {
    padding: 5px 0;
  }
  .menu-drawer .menu-drawer-content #socialmedia-links {
    display: flex;
    justify-content: center;
    border-top: #152A4A solid 2px;
    padding-top: 10px;
  }
  .menu-drawer .menu-drawer-content #socialmedia-links a {
    color: #152A4A;
    font-size: 32px;
  }
  .menu-drawer .menu-drawer-content .sitefooter-navi,
  .menu-drawer .menu-drawer-content .siteheader-main-lang {
    display: flex;
    margin-top: 20px;
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
  }
  .menu-drawer .menu-drawer-content .sitefooter-navi a,
  .menu-drawer .menu-drawer-content .siteheader-main-lang a {
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0 5px;
    color: #152A4A;
  }
  .menu-drawer .menu-drawer-content .sitefooter-navi a.active,
  .menu-drawer .menu-drawer-content .siteheader-main-lang a.active {
    font-weight: bold;
  }
  .menu-drawer .menu-drawer-content .sitefooter-navi {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .menu-drawer .menu-drawer-content .sitefooter-navi li {
    padding: 5px 0;
  }
  .menu-drawer .menu-drawer-content .siteheader-main-lang li::after {
    content: '|';
  }
  .menu-drawer .menu-drawer-content .siteheader-main-lang li:last-child::after {
    display: none;
  }
  .menu-drawer .menu-drawer-content .siteheader-main-lang a {
    text-transform: uppercase;
  }
  .page-content {
    height: 100vh;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .page-content .menu-drawer-obfuscator {
    position: absolute;
    height: 100%;
    width: 100%;
    visibility: hidden;
    pointer-events: auto;
    opacity: 0.3;
    background: #111;
    z-index: 1099;
  }
  .page-content.menu-slideout {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 1;
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
  }
  .page-content.menu-slideout .menu-drawer-obfuscator {
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .menu-drawer {
    width: 440px;
  }
  .page-content.menu-slideout {
    -webkit-transform: translate(-435px, 0);
    -ms-transform: translate(-435px, 0);
    transform: translate(-435px, 0);
    -webkit-transform: translate3d(-435px, 0, 0);
    transform: translate3d(-435px, 0, 0);
  }
  .page-content.menu-slideout .menu-drawer-obfuscator {
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .menu-drawer {
    width: 300px;
  }
  .menu-drawer .menu-drawer-content ul.navi {
    font-size: 23px;
  }
  .menu-drawer .menu-drawer-content ul.navi.level1 {
    line-height: 23px;
  }
  .menu-drawer .menu-drawer-content ul.navi.level1 li a.sub-navigation-toogle {
    height: 42px;
    width: 42px;
  }
  .menu-drawer .menu-drawer-content .sitefooter-navi a,
  .menu-drawer .menu-drawer-content .siteheader-main-lang a {
    font-size: 14px;
  }
  .page-content.menu-slideout {
    -webkit-transform: translate(-295px, 0);
    -ms-transform: translate(-295px, 0);
    transform: translate(-295px, 0);
    -webkit-transform: translate3d(-295px, 0, 0);
    transform: translate3d(-295px, 0, 0);
  }
  .page-content.menu-slideout .menu-drawer-obfuscator {
    visibility: visible;
  }
}
.content-box-expandable .box-content {
  display: none;
}
.content-box-expandable.content-box-expandable-open .box-content {
  display: block;
}
.validation-messages {
  background: white;
  padding: 10px;
  margin-bottom: 20px;
}
.validation-messages.errors {
  background: #ff85af;
}
.validation-messages ul {
  margin-bottom: 0;
}
.flash-messages {
  background: white;
  padding: 10px;
  margin-bottom: 20px;
}
.flash-messages.errors {
  background: #ff85af;
}
.flash-messages.ok {
  background: #baedfb;
}
.flash-messages ul {
  margin-bottom: 0;
}
.toastify {
  position: relative;
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 999999;
}
.toastify.on {
  opacity: 1;
}
.toastify .toast-close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.4;
  padding: 0 5px;
}
.toastify.error {
  background: #ed0a71;
}
.toastify.toastify-right {
  right: 15px;
}
.toastify.toastify-left {
  left: 15px;
}
.toastify.toastify-top {
  top: -150px;
}
.toastify.toastify-bottom {
  bottom: -150px;
}
@media only screen and (max-width: 360px) {
  .toastify-right,
  .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #ed0a71;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ed0a71, 0 0 5px #ed0a71;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #ed0a71;
  border-left-color: #ed0a71;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.inputs-list.parsley-error {
  color: #ed0a71;
}
ul.parsley-errors-list.filled {
  list-style: none;
  background: #ed0a71;
  margin: 0 0 10px 0px;
  padding: 0;
}
ul.parsley-errors-list.filled li {
  color: #ffffff;
  margin: 0;
  padding: 5px;
}
span.mandatory {
  color: #ed0a71;
}
/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container .select2-choice:hover {
  text-decoration: none;
}
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 20150931;
  top: 100%;
  background: #fff;
  color: #000;
  border-top: 0;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border-top: none;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2.png') no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2.png') no-repeat 100% -22px;
  background: url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2.png') no-repeat -37px -22px;
  background: url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2-spinner.gif') no-repeat 100%;
  background: url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2-spinner.gif') no-repeat 100%;
}
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  border: 2px solid #152a4a;
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
.select2-offscreen,
.select2-offscreen:focus {
  left: auto !important;
  top: auto !important;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('/_Resources/Static/Packages/Easyvote.Site/Icons/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/* slick Slider */
.slick-slider {
  position: relative;
  margin-bottom: 25px;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  padding-bottom: 66.8%;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  margin: 0 -8px;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 8px;
  display: none;
}
.slick-slide .slide__inner {
  width: 100%;
  padding-bottom: 66.8%;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/_Resources/Static/Packages/Unikka.Slick/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/_Resources/Static/Packages/Unikka.Slick/fonts/slick.eot');
  src: url('/_Resources/Static/Packages/Unikka.Slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/_Resources/Static/Packages/Unikka.Slick/fonts/slick.woff') format('woff'), url('/_Resources/Static/Packages/Unikka.Slick/fonts/slick.ttf') format('truetype'), url('/_Resources/Static/Packages/Unikka.Slick/fonts/slick.svg#slick') format('svg');
}
.slick-slider {
  padding-bottom: 0;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 52%;
  margin-top: -10px \9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 100;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 60px;
  line-height: 1;
  color: #009FE0;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 45px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: 45px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dots {
  position: relative;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 10px 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 40px;
  line-height: 20px;
  text-align: center;
  color: #009FE0;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #005070;
  opacity: 0.75;
}
.slick-caption {
  height: 20px;
  font-size: 16px;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.container-votenow-survey .votenow-survey {
  border-style: none;
  width: 1px;
  min-width: 100%;
  min-height: 600px;
}
.clipping__list .clipping__item a * {
  color: #102b4e !important;
  text-decoration: none;
}
.clipping__list .clipping__item .tags {
  margin-bottom: 5px;
}
.clipping__list .clipping__item .tags .tag {
  border: solid 1px #009FE0;
  padding: 0 3px;
  background-color: #009FE0;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 10px;
}
.clipping__list .clipping__item header {
  line-height: 20px;
  margin-bottom: 10px;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-align: left;
}
.clipping__list .clipping__item header h3 {
  font-size: 19px;
  margin: 0;
}
.clipping__list .clipping__item .lead {
  font-size: 14px;
}
.form-pages-overview {
  zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.form-pages-overview:before,
.form-pages-overview:after {
  content: " ";
  display: table;
}
.form-pages-overview:after {
  clear: both;
}
.form-pages-overview:before,
.form-pages-overview:after {
  content: " ";
  display: table;
}
.form-pages-overview:after {
  clear: both;
}
.form-pages-overview:before,
.form-pages-overview:after {
  display: table;
  content: "";
}
.form-pages-overview:after {
  clear: both;
}
.form-pages-overview:before,
.form-pages-overview:after {
  display: table;
  content: "";
}
.form-pages-overview:after {
  clear: both;
}
.form-pages-overview li {
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  margin: 0 30px 20px 0;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  background-color: #0981b0;
}
.form-pages-overview li:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(9, 129, 176, 0);
  border-left-color: #0981b0;
  border-width: 20px;
  margin-top: -20px;
}
.form-pages-overview li.act {
  background-color: #ed0a71;
}
.form-pages-overview li.act:after {
  border-color: rgba(237, 10, 113, 0);
  border-left-color: #ed0a71;
}
.form-pages-overview li:last-child:after {
  content: none;
}
form.neos-form .form-group.error .help-inline {
  background-color: #ed0a71;
  display: block;
  color: #ffffff;
  padding: 5px;
}
.headline a:link,
.headline a:hover,
.headline a:visited,
.headline a:active {
  text-decoration: none;
}
.neos-nodetypes-html-html {
  margin-bottom: 20px;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin-bottom: 20px;
  width: 100%;
}
.image-rollover-responsive {
  margin-bottom: 20px;
  cursor: pointer;
}
.image-rollover-responsive img {
  width: 100%;
}
.content-image-slider {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.content-image-slider .home-box-item {
  margin-bottom: 0;
  border: none;
}
.content-image-slider .content-image-slider__border {
  width: 100%;
  height: 6px;
  background-color: #0981B0;
}
.content-image-slider .content-image-slider__border.white {
  background-color: #ffffff;
}
.content-image-slider .content-image-slider__text {
  padding: 10px;
}
.content-image-slider .content-image-slider__text p {
  margin: 0;
}
.content-image-slider .content-image-slider__track {
  overflow: hidden;
}
.content-image-slider .content-image-slider__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.content-image-slider .content-image-slider__slides--dragging {
  user-select: none;
}
.content-image-slider .content-image-slider__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  border: solid 2px #e8e8e8;
  margin-bottom: 60px;
}
.content-image-slider .content-image-slider__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.content-image-slider .content-image-slider__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.content-image-slider .glide--rtl {
  direction: rtl;
}
.content-image-slider .content-image-slider__arrow {
  position: absolute;
  display: block;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px;
  background-color: #0981B0;
  border: 2px solid #0981B0;
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease;
  transform: translateY(-50%);
  line-height: 1;
}
.content-image-slider .content-image-slider__arrow:focus {
  outline: none;
}
.content-image-slider .content-image-slider__arrow:hover {
  background-color: #ed0a71;
  border-color: #ed0a71;
}
.content-image-slider .content-image-slider__arrow--left {
  left: 2em;
}
.content-image-slider .content-image-slider__arrow--left:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e83f';
  color: white;
  margin-left: 0;
}
.content-image-slider .content-image-slider__arrow--right {
  right: 2em;
}
.content-image-slider .content-image-slider__arrow--right:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e840';
  color: white;
  margin-right: 0;
}
.content-image-slider .content-image-slider__arrow--disabled {
  opacity: 0.33;
}
.content-image-slider .content-image-slider__text strong {
  font-family: 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
}
.content-image-slider .content-image-slider__bullets {
  -webkit-touch-callout: none;
  user-select: none;
  position: absolute;
  z-index: 2;
  bottom: 35px;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.content-image-slider .glide__bullet {
  background-color: #0981B0;
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.content-image-slider .glide__bullet:focus {
  outline: none;
}
.content-image-slider .glide__bullet:hover,
.content-image-slider .glide__bullet:focus {
  border: 2px solid #ed0a71;
  background-color: #ed0a71;
}
.content-image-slider .glide__bullet--active {
  background-color: #ed0a71;
}
.content-image-slider .glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.content-image-slider .glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.content-image-slider * {
  box-sizing: inherit;
}
@media (max-width: 767px) {
  .content-image-slider .content-image-slider__arrows {
    display: none;
  }
}
#lexicon #lexicon__navigation {
  margin: 10px 0 0 0;
  color: #ed0a71;
  font-size: 21px;
  display: inline-block;
  margin-bottom: 38px;
  float: right;
}
#lexicon #lexicon__navigation ul {
  width: auto;
  margin: 0;
  padding: 0;
}
#lexicon #lexicon__navigation ul li {
  text-align: center;
}
#lexicon #lexicon__navigation ul li a {
  line-height: 35px;
  padding: 2px 10px;
  border: solid 2px #ffffff;
}
#lexicon #lexicon__navigation ul li a:hover,
#lexicon #lexicon__navigation ul li a:focus {
  color: #ed0a71;
  border-color: #ed0a71;
  text-decoration: none;
  cursor: pointer;
}
#lexicon #lexicon__navigation ul li.active a {
  background-color: #ed0a71;
  color: #ffffff;
}
#lexicon #lexicon__items {
  float: left;
  width: 85%;
}
#map-canvas {
  width: 100%;
  height: 400px;
}
#map-container {
  z-index: 1000;
}
#legend {
  background: rgba(255, 255, 255, 0.71);
  min-width: 135px;
  padding: 10px;
}
#legend div {
  margin-bottom: 5px;
}
#legend div:last-child {
  margin-bottom: 0;
}
#legend div img {
  margin-right: 5px;
  width: 30px;
  height: 35px;
}
.maps-infoBox {
  z-index: 1009;
  background: #ffffff;
  padding: 10px;
  font-size: 130%;
  border: solid 2px #102b4e;
}
.maps-infoBox .header {
  position: relative;
}
.maps-infoBox .header .participants {
  position: absolute;
  top: 0;
  right: 20px;
  font-weight: bold;
  font-size: 16px;
}
.maps-infoBox .description .organizer {
  font-size: 11px;
  margin-bottom: 10px;
}
.maps-infoBox .description a {
  color: #ed0a71;
  text-shadow: 0px 0px 1px #ffffff;
}
.maps-infoBox .description a:hover {
  color: #ed0a71;
  text-decoration: underline;
}
.maps-infoBox .button-mobilize {
  display: none;
}
.maps-infoBox:after,
.maps-infoBox:after {
  z-index: -1;
  position: absolute;
  top: 98.1%;
  left: 70%;
  margin-left: -25%;
  content: '';
  width: 0;
  height: 0;
  border-top: solid 15px #102b4e;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}
@media (max-width: 991px) {
  #map-canvas {
    height: 500px;
  }
}
.person {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 10px;
}
.person .col-xs-3,
.person .col-xs-9 {
  padding-left: 5px;
  padding-right: 5px;
}
.jonnitto-prettyembed {
  margin-bottom: 30px;
  border: solid 1px #000000;
}
.jonnitto-prettyembed--iframe:not(.jonnitto-prettyembed--play):not(.jonnitto-prettyembed__content):after,
.jonnitto-prettyembed--video:after {
  width: 100px !important;
  height: 100px !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgEAYAAADbX7tuAAAEJ2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgZXhpZjpQaXhlbFhEaW1lbnNpb249IjE2MCIKICAgZXhpZjpQaXhlbFlEaW1lbnNpb249IjE2MCIKICAgdGlmZjpJbWFnZVdpZHRoPSIxNjAiCiAgIHRpZmY6SW1hZ2VMZW5ndGg9IjE2MCIKICAgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIKICAgdGlmZjpYUmVzb2x1dGlvbj0iNzIuMCIKICAgdGlmZjpZUmVzb2x1dGlvbj0iNzIuMCIKICAgeG1wOk1vZGlmeURhdGU9IjIwMTktMTEtMjhUMDk6MzU6MzIrMDE6MDAiCiAgIHhtcDpNZXRhZGF0YURhdGU9IjIwMTktMTEtMjhUMDk6MzU6MzIrMDE6MDAiPgogICA8eG1wTU06SGlzdG9yeT4KICAgIDxyZGY6U2VxPgogICAgIDxyZGY6bGkKICAgICAgc3RFdnQ6YWN0aW9uPSJwcm9kdWNlZCIKICAg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) !important;
}
.slot-machine-container {
  position: relative;
  margin: 50px 0;
}
.slot-machine-container .slot-machine__machine #start-button,
.slot-machine-container .slot-machine__machine #start-button-text {
  cursor: pointer;
}
.slot-machine-container .slot-machine__machine #start-button.button-inactive,
.slot-machine-container .slot-machine__machine #start-button-text.button-inactive {
  cursor: default;
}
.slot-machine-container .slot-area {
  position: absolute;
  background-color: #ed0a71;
  border: 2px solid #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.slot-machine-container .slot-area .slot {
  background-color: #ffffff;
  border: 2px solid #152A4A;
  overflow: hidden;
}
.slot-machine-container .slot-area .slot .img-container {
  transition: transform 1s ease-in-out;
  height: 100%;
}
.slot-machine-container .slot-area .slot .img-container .box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
.slot-machine-container .slot-area .slot .img-container .box img {
  margin-bottom: 0;
}
.slot-machine-container .election-button-container {
  margin-top: 40px;
}
.response-modal {
  width: 80%;
  background-color: #ffffff;
  border: 2px solid #152A4A;
}
.response-modal::backdrop {
  background-color: #0981B0;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .response-modal {
    padding: 0;
  }
}
.response-modal .response-modal__content {
  margin: 0 20px 20px 20px;
}
.response-modal .response-modal__content h2 {
  color: #0981B0;
  font-size: 34px;
}
@media (max-width: 767px) {
  .response-modal .response-modal__content h2 {
    font-size: 28px;
  }
}
.response-modal .response-modal__content p {
  font-size: 24px;
}
@media (max-width: 767px) {
  .response-modal .response-modal__content p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .response-modal .response-modal__content form {
    margin-bottom: 0;
  }
  .response-modal .response-modal__content form .form-group:last-child {
    margin-bottom: 0;
  }
}
.response-modal .response-modal__content form label {
  display: block;
  font-family: 'UniversLTStd-Light', Arial, Helvetica, sans-serif;
}
.response-modal .response-modal__content form label.vote-number {
  opacity: 0;
  height: 0;
  width: 0;
  z-index: -1;
  line-height: 0;
}
.response-modal .response-modal__content form label.privacy-acceptance {
  display: inline;
  margin-left: 5px;
}
.response-modal .response-modal__content form input {
  width: 50%;
}
@media (max-width: 767px) {
  .response-modal .response-modal__content form input {
    width: 100%;
  }
}
.response-modal .response-modal__content form input.vote-number {
  opacity: 0;
  height: 0;
  width: 0;
  z-index: -1;
  line-height: 0;
}
.response-modal .response-modal__content form input.privacy-acceptance {
  width: 20px;
}
.response-modal .response-modal__content form p {
  font-size: 16px;
}
.response-modal .response-modal__content form #submit-error-message {
  background-color: rgba(255, 0, 0, 0.3);
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 10px;
}
.response-modal .response-modal__content .button-blue {
  background-color: #0981B0;
}
.response-modal .response-modal__content .button-pink {
  display: inline-block;
  background-color: #ed0a71;
  color: #ffffff;
  text-decoration: none;
  border: none;
  margin-right: 10px;
  padding-top: 8px;
}
.response-modal .response-modal__content .button-pink:hover {
  text-decoration: none;
  cursor: pointer;
}
.response-modal .response-modal__content .btn {
  height: 39px;
}
.response-modal .response-modal__close {
  display: flex;
  justify-content: right;
  margin: 20px 20px 0 20px;
}
.response-modal .response-modal__close :hover {
  cursor: pointer;
}
.response-modal .response-modal__close .close-modal {
  position: relative;
  width: 20px;
  height: 20px;
}
.response-modal .response-modal__close .close-modal::before,
.response-modal .response-modal__close .close-modal::after {
  position: absolute;
  left: 10px;
  content: '';
  height: 20px;
  width: 0.2em;
  background-color: #152A4A;
}
.response-modal .response-modal__close .close-modal::before {
  transform: rotate(45deg);
}
.response-modal .response-modal__close .close-modal::after {
  transform: rotate(-45deg);
}
.hide {
  display: none;
}
.team-member {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 10px;
}
.team-member .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.text-with-image {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.text-with-image [class*='col-xs'] {
  padding-left: 10px;
  padding-right: 10px;
}
.timeline.horizontal {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.timeline.horizontal .timeline-horizontal-gradient-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.timeline.horizontal .timeline-horizontal-gradient-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}
.timeline.horizontal > ul {
  padding: 0 30px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* hide scrollbar in IE and Edge */
  scrollbar-width: none;
  /* hide scrollbar in Firefox */
}
.timeline.horizontal > ul::-webkit-scrollbar {
  display: none;
  /* hide scrollbar in Chrome, Safari and Opera */
}
.timeline.horizontal > ul > li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline.horizontal > ul > li.alert-info {
  margin-left: 20px;
}
.timeline.horizontal > ul > li .timeline-item-point {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
  border: 3px #ed0a71 solid;
  position: relative;
  left: 1px;
}
.timeline.horizontal > ul > li .timeline-item-plus {
  position: relative;
  width: 16px;
  height: 16px;
  margin: auto;
  margin-bottom: 10px;
}
.timeline.horizontal > ul > li .timeline-item-plus::before,
.timeline.horizontal > ul > li .timeline-item-plus::after {
  position: absolute;
  left: 8px;
  content: '';
  height: 16px;
  width: 0.16em;
  background-color: #ed0a71;
}
.timeline.horizontal > ul > li .timeline-item-plus::after {
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .timeline.horizontal > ul > li .timeline-item-plus {
    width: 20px;
    height: 20px;
  }
  .timeline.horizontal > ul > li .timeline-item-plus::before,
  .timeline.horizontal > ul > li .timeline-item-plus::after {
    left: 10px;
    content: '';
    height: 20px;
    width: 0.2em;
    background-color: #ed0a71;
  }
  .timeline.horizontal > ul > li .timeline-item-plus::after {
    transform: rotate(90deg);
  }
}
.timeline.horizontal > ul > li .timeline-item-content {
  width: 250px;
  border: 3px #baedfb solid;
  border-radius: 10px;
  overflow: visible;
  margin: 10px;
}
.timeline.horizontal > ul > li .timeline-item-content::before {
  content: "";
  display: block;
  position: relative;
  width: 290px;
  height: 2px;
  top: -24px;
  left: -20px;
  background-color: #152A4A;
}
.timeline.horizontal > ul > li .timeline-item-content .timeline-item-header .timeline-item-toggle {
  display: none;
}
.timeline.horizontal > ul > li .timeline-item-content .timeline-item-header h3 {
  margin: 0;
  padding: 10px;
  color: #ed0a71;
  text-align: center;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.timeline.horizontal > ul > li .timeline-item-content .timeline-item-header h3 .timeline-item-date {
  color: #152A4A;
}
.timeline.horizontal > ul > li .timeline-item-content img {
  width: 100%;
}
.timeline.horizontal > ul > li .timeline-item-content img:last-child {
  margin-bottom: 0;
}
.timeline.horizontal > ul > li .timeline-item-content p {
  margin: 0;
  padding: 10px;
  color: #152A4A;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.timeline.horizontal > ul > li .timeline-item-content p strong {
  font-family: 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
}
.timeline.horizontal > ul > li .timeline-item-content ul li {
  list-style-type: disc;
}
@media (max-width: 767px) {
  .timeline.horizontal ul li .timeline-item-content {
    width: 180px;
  }
  .timeline.horizontal ul li .timeline-item-content::before {
    width: 220px;
  }
}
.timeline.vertical {
  position: relative;
  margin: 0 auto;
  width: 90%;
}
.timeline.vertical::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  left: 10px;
  background-color: #152A4A;
}
.timeline.vertical > ul {
  padding: 30px 0;
}
.timeline.vertical > ul > li {
  margin-bottom: 30px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.timeline.vertical > ul > li:last-child {
  margin-bottom: 0;
}
.timeline.vertical > ul > li.alert-info {
  margin-left: 20px;
}
.timeline.vertical > ul > li .timeline-item-point {
  min-width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
  border: 3px #ed0a71 solid;
  position: relative;
  left: 1px;
}
.timeline.vertical > ul > li .timeline-item-content {
  width: 100%;
  border: 3px #baedfb solid;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 10px;
}
.timeline.vertical > ul > li .timeline-item-content .timeline-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 5px;
}
.timeline.vertical > ul > li .timeline-item-content .timeline-item-header .timeline-item-toggle.timeline-item-open {
  position: relative;
  top: -5px;
  content: "";
  width: 13px;
  height: 13px;
  border-right: 0.3em solid #ed0a71;
  border-top: 0.3em solid #ed0a71;
  transform: rotate(135deg);
  margin-right: 0.5em;
  margin-left: 1em;
}
.timeline.vertical > ul > li .timeline-item-content .timeline-item-header .timeline-item-toggle.timeline-item-close {
  content: "";
  width: 13px;
  height: 13px;
  border-left: 0.3em solid #ed0a71;
  border-bottom: 0.3em solid #ed0a71;
  transform: rotate(135deg);
  margin: 5px 0.5em 0 1em;
}
.timeline.vertical > ul > li .timeline-item-content .timeline-item-header h3 {
  margin: 0;
  padding: 10px;
  color: #ed0a71;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.timeline.vertical > ul > li .timeline-item-content .timeline-item-header h3 .timeline-item-date {
  color: #152A4A;
}
.timeline.vertical > ul > li .timeline-item-content img {
  width: 100%;
}
.timeline.vertical > ul > li .timeline-item-content img:last-child {
  margin-bottom: 0;
}
.timeline.vertical > ul > li .timeline-item-content p {
  margin: 0;
  padding: 10px;
  color: #152A4A;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.timeline.vertical > ul > li .timeline-item-content p strong {
  font-family: 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
}
.timeline.vertical > ul > li .timeline-item-content ul li {
  list-style-type: disc;
}
.timeline-hidden {
  display: none;
}
.timeline-info-modal {
  position: absolute;
  top: 50px;
  width: 60%;
  margin: 0 20%;
  background-color: #ffffff;
  border: 0.3em solid #ed0a71;
  z-index: 9999;
  overflow: hidden;
}
.timeline-info-modal .timeline-content-container {
  max-height: 60vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* hide scrollbar in IE and Edge */
  scrollbar-width: none;
  /* hide scrollbar in Firefox */
}
.timeline-info-modal .timeline-content-container::-webkit-scrollbar {
  display: none;
  /* hide scrollbar in Chrome, Safari and Opera */
}
.timeline-info-modal .close-modal-container {
  display: flex;
  justify-content: right;
  margin: 20px 20px 0 20px;
}
.timeline-info-modal .close-modal-container .close-modal {
  position: relative;
  width: 20px;
  height: 20px;
}
.timeline-info-modal .close-modal-container .close-modal::before,
.timeline-info-modal .close-modal-container .close-modal::after {
  position: absolute;
  left: 10px;
  content: '';
  height: 20px;
  width: 0.2em;
  background-color: #ed0a71;
}
.timeline-info-modal .close-modal-container .close-modal::before {
  transform: rotate(45deg);
}
.timeline-info-modal .close-modal-container .close-modal::after {
  transform: rotate(-45deg);
}
.timeline-info-modal h3 {
  margin: 0;
  padding: 10px;
  color: #ed0a71;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.timeline-info-modal h3 .timeline-item-date {
  color: #152A4A;
}
.timeline-info-modal img {
  width: 100%;
}
.timeline-info-modal img:last-child {
  margin-bottom: 0;
}
.timeline-info-modal p {
  margin: 0;
  padding: 10px;
  color: #152A4A;
}
.timeline-info-modal p strong {
  font-family: 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  .timeline-info-modal {
    width: 100%;
    margin: auto;
    max-height: 80vh;
  }
}
.box-userimage {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 15px;
}
.box-userimage img.user-image {
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: auto;
}
.box-userinfo {
  background-color: #ed0a71;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0 0 20px 0;
  padding: 30px;
  color: #fff;
}
.box-userinfo h2 {
  margin-bottom: 10px;
  color: #fff !important;
}
.box-userinfo p {
  margin-bottom: 0;
}
#container-candidates .box-teaser .col-md-3 img {
  width: 100%;
  height: auto;
  background: #ffffff;
}
#container-candidates .box-teaser .col-md-3 .matching-badge {
  position: absolute;
  top: -15px;
  left: 0;
  background: #ed0a71;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#container-candidates .box-teaser .col-md-3 .matching-badge .inner {
  display: table-cell;
  width: 40px;
  height: 40px;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}
#container-candidates .box-teaser .col-md-3 .supporters-count {
  margin-top: 10px;
}
#container-candidates .box-teaser .col-md-3 .supporters-count .number {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  font-size: 18px;
}
#container-candidates .box-teaser .supertitle {
  zoom: 1;
}
#container-candidates .box-teaser .supertitle:before,
#container-candidates .box-teaser .supertitle:after {
  content: " ";
  display: table;
}
#container-candidates .box-teaser .supertitle:after {
  clear: both;
}
#container-candidates .box-teaser .supertitle:before,
#container-candidates .box-teaser .supertitle:after {
  content: " ";
  display: table;
}
#container-candidates .box-teaser .supertitle:after {
  clear: both;
}
#container-candidates .box-teaser .supertitle:before,
#container-candidates .box-teaser .supertitle:after {
  display: table;
  content: "";
}
#container-candidates .box-teaser .supertitle:after {
  clear: both;
}
#container-candidates .box-teaser .supertitle:before,
#container-candidates .box-teaser .supertitle:after {
  display: table;
  content: "";
}
#container-candidates .box-teaser .supertitle:after {
  clear: both;
}
#container-candidates .box-teaser .supertitle .badges {
  float: left;
  font-size: 0;
}
#container-candidates .box-teaser .supertitle .badges .badge {
  margin-right: 10px;
  height: 30px;
  width: auto;
}
#container-candidates .box-teaser h2 {
  margin-bottom: 10px;
}
#container-candidates .box-teaser h2 .additional {
  font-size: 14px;
}
#container-candidates .box-teaser .list-places,
#container-candidates .box-teaser .election-list {
  margin-bottom: 5px;
}
#container-candidates .box-content .smartspider {
  zoom: 1;
  display: inline-block;
  background: white;
  margin-bottom: 3px;
}
#container-candidates .box-content .smartspider img {
  width: 100%;
}
#container-candidates .box-content .smartspider:before,
#container-candidates .box-content .smartspider:after {
  content: " ";
  display: table;
}
#container-candidates .box-content .smartspider:after {
  clear: both;
}
#container-candidates .box-content .smartspider:before,
#container-candidates .box-content .smartspider:after {
  content: " ";
  display: table;
}
#container-candidates .box-content .smartspider:after {
  clear: both;
}
#container-candidates .box-content .smartspider:before,
#container-candidates .box-content .smartspider:after {
  display: table;
  content: "";
}
#container-candidates .box-content .smartspider:after {
  clear: both;
}
#container-candidates .box-content .smartspider:before,
#container-candidates .box-content .smartspider:after {
  display: table;
  content: "";
}
#container-candidates .box-content .smartspider:after {
  clear: both;
}
#container-candidates .box-content .smartspider-legend {
  font-size: 10px;
  margin-bottom: 10px;
}
#container-candidates .box-content .icons {
  font-size: 0;
  margin-bottom: 10px;
}
#container-candidates .box-content .icons a i {
  font-size: 35px;
}
#container-candidates .box-content .icons a:first-child i:before {
  margin-left: 0;
}
#container-candidates .box-content .icons a .evicon-facebook {
  color: #152A4A;
}
#container-candidates .box-content .icons a .evicon-twitter {
  color: #009FE0;
}
#container-candidates .box-content .icons a .evicon-mail {
  color: #ed0a71;
}
#container-candidates .box-content .icons a .evicon-website {
  color: #152A4A;
}
#container-candidates .box-content .information h3 {
  margin-bottom: 5px;
}
#container-candidates .box-content .information p {
  margin-bottom: 10px;
  white-space: pre-wrap;
}
#container-candidates .box-content h3.toggle-trigger {
  border-top: 1px solid #152A4A;
  padding-top: 10px;
  width: 100%;
  cursor: pointer;
  position: relative;
}
#container-candidates .box-content h3.toggle-trigger div.toggle-handle {
  position: absolute;
  right: 0;
  top: 8px;
  width: 16px;
}
#container-candidates .box-content h3.toggle-trigger div.toggle-handle:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e841';
}
#container-candidates .box-content h3.toggle-trigger div.toggle-handle-plus:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e83e';
}
#container-candidates .box-content h3.noLine {
  border-top: 0;
}
#container-candidates .box-content .toggle-closed {
  display: none;
}
#container-candidates .box-content .toggle-content {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  #container-candidates .box-teaser .col-md-3 .matching-badge {
    top: -13px;
    left: 2;
    width: 30px;
    height: 30px;
  }
  #container-candidates .box-teaser .col-md-3 .matching-badge .inner {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
#container-parties .box-teaser .col-md-3 img {
  width: 100%;
  height: auto;
  background: #ffffff;
}
#container-parties .box-teaser .supertitle {
  zoom: 1;
}
#container-parties .box-teaser .supertitle:before,
#container-parties .box-teaser .supertitle:after {
  content: " ";
  display: table;
}
#container-parties .box-teaser .supertitle:after {
  clear: both;
}
#container-parties .box-teaser .supertitle:before,
#container-parties .box-teaser .supertitle:after {
  content: " ";
  display: table;
}
#container-parties .box-teaser .supertitle:after {
  clear: both;
}
#container-parties .box-teaser .supertitle:before,
#container-parties .box-teaser .supertitle:after {
  display: table;
  content: "";
}
#container-parties .box-teaser .supertitle:after {
  clear: both;
}
#container-parties .box-teaser .supertitle:before,
#container-parties .box-teaser .supertitle:after {
  display: table;
  content: "";
}
#container-parties .box-teaser .supertitle:after {
  clear: both;
}
#container-parties .box-teaser .supertitle .badges {
  float: left;
  font-size: 0;
}
#container-parties .box-teaser .supertitle .badges .badge {
  margin-right: 10px;
  height: 30px;
  width: auto;
}
#container-parties .box-teaser h2 {
  margin-bottom: 10px;
}
#container-parties .box-teaser h2 .additional {
  font-size: 14px;
}
#container-parties .box-teaser .list-places,
#container-parties .box-teaser .election-list {
  margin-bottom: 5px;
}
#container-parties .box-content .icons {
  zoom: 1;
  margin-bottom: 10px;
  font-size: 0;
}
#container-parties .box-content .icons:before,
#container-parties .box-content .icons:after {
  content: " ";
  display: table;
}
#container-parties .box-content .icons:after {
  clear: both;
}
#container-parties .box-content .icons:before,
#container-parties .box-content .icons:after {
  content: " ";
  display: table;
}
#container-parties .box-content .icons:after {
  clear: both;
}
#container-parties .box-content .icons:before,
#container-parties .box-content .icons:after {
  display: table;
  content: "";
}
#container-parties .box-content .icons:after {
  clear: both;
}
#container-parties .box-content .icons:before,
#container-parties .box-content .icons:after {
  display: table;
  content: "";
}
#container-parties .box-content .icons:after {
  clear: both;
}
#container-parties .box-content .icons a i {
  font-size: 35px;
}
#container-parties .box-content .icons a:first-child i:before {
  margin-left: 0;
}
#container-parties .box-content .icons a .evicon-facebook {
  color: #152A4A;
}
#container-parties .box-content .icons a .evicon-twitter {
  color: #009FE0;
}
#container-parties .box-content .icons a .evicon-mail {
  color: #ed0a71;
}
#container-parties .box-content .icons a .evicon-website {
  color: #152A4A;
}
#container-parties .box-content .incumbent-politicians-images,
#container-parties .box-content .candidates-images {
  font-size: 0;
}
#container-parties .box-content .incumbent-politicians-images img,
#container-parties .box-content .candidates-images img {
  width: 20%;
  height: auto;
  background: white;
}
#container-parties .box-content .position {
  margin-bottom: 15px;
}
#container-parties .box-content .positions-images img {
  width: 100%;
  height: auto;
  background: white;
}
#container-parties .box-content .incumbent-politicians-content h3,
#container-parties .box-content .candidates-content h3,
#container-parties .box-content .positions-content h3 {
  margin-bottom: 5px;
}
#container-parties .box-content .incumbent-politicians-content p,
#container-parties .box-content .candidates-content p,
#container-parties .box-content .positions-content p {
  margin-bottom: 10px;
}
#container-parties .box-content h3.toggle-trigger {
  border-top: 1px solid #152A4A;
  padding-top: 10px;
  width: 100%;
  cursor: pointer;
  position: relative;
}
#container-parties .box-content h3.toggle-trigger div.toggle-handle {
  position: absolute;
  right: 0;
  top: 8px;
  width: 16px;
}
#container-parties .box-content h3.toggle-trigger div.toggle-handle:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e841';
}
#container-parties .box-content h3.toggle-trigger div.toggle-handle-plus:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e83e';
}
#container-parties .box-content h3.noLine {
  border-top: 0;
}
#container-parties .box-content .toggle-closed {
  display: none;
}
#container-parties .box-content .toggle-content {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  #container-parties .box-content .incumbent-politicians-images,
  #container-parties .box-content .candidates-images {
    margin-bottom: 10px;
  }
}
.space-above {
  margin-top: 10px;
}
.space-below {
  margin-bottom: 10px;
}
.filter-candidates {
  margin-bottom: 0;
}
.filter-candidates .filter-age .col-md-2 {
  padding: 0;
  text-align: center;
}
.filter-candidates .filter-age .col-md-2 label {
  display: block;
  margin-top: 5px;
  width: 100%;
}
.filter-expand-collapse {
  display: none;
}
@media (max-width: 991px) {
  .container-candidate-filter-header {
    display: flex;
    justify-content: flex-end;
  }
  .container-candidate-filter-header h2 {
    flex: 12;
  }
  .filter-expand-collapse {
    display: inline-block;
    font-size: 20px;
    color: #0981B0;
  }
  .filter-candidates {
    max-height: 70px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .filter-candidates.filter-candidates-open {
    max-height: 1000px;
    overflow: auto;
  }
  .filter-candidates .filter-age .col-md-2 {
    padding: 0 15px;
    text-align: left;
  }
  .filter-candidates-beforestarting .col-md-6:first-child {
    margin-bottom: 10px;
  }
  #container-filter-responsive {
    position: relative;
  }
  #container-filter-responsive #wrapper-filter {
    max-height: 230px;
    overflow: hidden;
  }
  #container-filter-responsive #wrapper-filter.wrapper-filter-open {
    max-height: 1000px;
    overflow: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #container-filter-responsive #filter-expand-collapse {
    z-index: 20150209;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  #container-filter-responsive #filter-expand-collapse i {
    font-size: 20px;
    color: #0981B0;
  }
}

