/*********************************************
/* SITE VARS & MIXINS
*********************************************/
/*********************************************
/* COLORS
*********************************************/
/*********************************************
/* FONTS
*********************************************/
/*********************************************
/* MISC
*********************************************/
/*********************************************
/* BREAKPOINTS
*********************************************/
/*********************************************
/* LIBS
*********************************************/
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ce62ed3c46e2b11f1c897aad634001fe)
 * Config saved to config.json and https://gist.github.com/ce62ed3c46e2b11f1c897aad634001fe
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-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; }

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

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none; }

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

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

.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; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.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-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  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; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .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; } }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row: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 !important; }

.affix {
  position: fixed; }

@-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 !important; }
  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 !important; }
  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 !important; }
  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 !important; }
  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 !important; }
  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; } }

/**{box-sizing: border-box;}*/
#lmnmodal_cover {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
  display: none;
  z-index: 9000; }

#lmnmodal_modal {
  position: absolute;
  max-width: 100%;
  display: none;
  z-index: 9001; }

#lmnmodal_modal.no_height {
  height: 0px;
  overflow: hidden; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.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;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
/*********************************************
/* BASE
*********************************************/
/*div,
article,
section
{
    width: 100%;
}*/
*:focus {
  outline: 0 !important; }

html {
  box-sizing: border-box; }

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

html, body {
  font-size: 100%;
  line-height: 1.666;
  color: #42595f;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  margin: 0px;
  font-family: "open_sansregular"; }

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

h1,
h2,
h3,
h4 {
  margin: 0px;
  font-weight: normal; }

strong {
  font-family: "open_sansbold";
  font-weight: normal; }

em {
  font-family: "open_sansitalic";
  font-style: normal; }

/*strong em,
em strong
{
	font-family: $font-opensans-bold-italic;
}*/
a {
  color: #00aeef;
  text-decoration: none; }
  a:hover {
    color: #00aeef;
    text-decoration: none; }

p {
  margin: 0 0 20px 0;
  /* this causes higher specification..
	&:last-child
	{
		margin-bottom: 0;
	}*/ }

ul,
ol {
  list-style: none;
  margin: 0px;
  padding: 0px; }

/* form */
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  border-radius: 0;
  border: 1px solid #e0e4e4;
  background: #ffffff;
  width: 100%;
  padding: 5px 15px;
  height: 44px;
  display: block;
  outline: 0;
  -webkit-appearance: none; }

textarea {
  height: 120px; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

/* placeholder */
::-webkit-input-placeholder {
  color: #b6b6b6;
  opacity: 1; }

:-moz-placeholder {
  color: #b6b6b6;
  opacity: 1; }

::-moz-placeholder {
  color: #b6b6b6;
  opacity: 1; }

:-ms-input-placeholder {
  color: #b6b6b6;
  opacity: 1; }

button {
  border: 0;
  background: none;
  padding: 0px; }

/*********************************************
/* LAYOUT
*********************************************/
.h-clearfix::before, .score-card-lg__links::before, .tabbed-content__tabs::before,
.h-clearfix::after,
.score-card-lg__links::after,
.tabbed-content__tabs::after {
  display: table;
  content: " "; }

.h-clearfix::after, .score-card-lg__links::after, .tabbed-content__tabs::after {
  clear: both; }

.h-fl {
  float: left; }

.h-fr {
  float: right; }

.h-clearboth {
  clear: both; }

.h-hide {
  display: none; }

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

.h-full-rounded {
  border-radius: 50%; }

.h-full-height {
  height: 100%; }

.h-grey-bg-1 {
  background: #f4f5f6; }

.h-grey-bg-2 {
  background: #e0e4e4; }

.h-bg-true-100 {
  background: #7dd263; }

.h-bg-true-75 {
  background: #44beb4; }

.h-bg-true-50 {
  background: #f29d41; }

.h-bg-true-25 {
  background: #b46694; }

.h-bg-true-0 {
  background: #ec6a5d; }

.h-clr-true-100 {
  color: #7dd263; }

.h-clr-true-75 {
  color: #44beb4; }

.h-clr-true-50 {
  color: #f29d41; }

.h-clr-true-25 {
  color: #b46694; }

.h-clr-true-0 {
  color: #ec6a5d; }

.h-blue-bg {
  background: #00aeef; }

.h-white-text, .h-white-text:hover {
  color: #ffffff; }

.h-underline {
  text-decoration: underline; }

.h-mb10 {
  margin-bottom: 10px; }

.h-mt10 {
  margin-top: 10px; }

.h-mt30 {
  margin-top: 30px; }

.h-mt50 {
  margin-top: 50px; }

.h-no-pad-left {
  padding-left: 0px; }

.h-ml-15 {
  margin-left: -15px; }

.h-no-margin-bottom {
  margin-bottom: 0px; }

.h-p-with-link {
  margin-bottom: 10px; }

.h-flex-grow-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

@media only screen and (min-width: 768px) {
  .h-no-pad-left-gte-sm {
    padding-left: 0px; } }

.visible-xxs {
  display: none; }

@media only screen and (max-width: 479px) {
  .col-xxs-1 {
    width: 8.33333%; }
  .col-xxs-2 {
    width: 16.66667%; }
  .col-xxs-3 {
    width: 25.0%; }
  .col-xxs-4 {
    width: 33.33333%; }
  .col-xxs-5 {
    width: 41.66667%; }
  .col-xxs-6 {
    width: 50.0%; }
  .col-xxs-7 {
    width: 58.33333%; }
  .col-xxs-8 {
    width: 66.66667%; }
  .col-xxs-9 {
    width: 75.0%; }
  .col-xxs-10 {
    width: 83.33333%; }
  .col-xxs-11 {
    width: 91.66667%; }
  .col-xxs-12 {
    width: 100.0%; }
  .hidden-xxs {
    display: none !important; }
  .visible-xxs {
    display: block !important; }
  .visible-xxs-inline {
    display: inline !important; }
  .visible-xxs-inline-block {
    display: inline-block !important; } }

/*
overflow-x is nodig voor de duotone rijen
overflow-x op de body geeft problemen met scrollen op iphone (clipped rendering, smooth scrolling) en zorgt ervoor dat de scrollpositie na refresh niet wordt onthouden.
overflow-x op de .site-wrap werkt niet als het een table is
table wordt gebruikt voor de sticky footer
sticky footer uitgezet (zijn er 'korte' pagina's?) zodat de overflow-x op .site-wrap kan
*/
.site-wrap {
  display: block;
  overflow-x: hidden; }

/*.site-wrap
{
	display: table;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
.is-old-ie .site-wrap
{
	display: block !important;
}

html:not(.is-old-ie)
{
	.site-wrap__header,
	.site-wrap__footer
	{
		display: table-row;
		height: 1px;
	}

	.site-wrap__content
	{
		height: 100%;
	}
}


@media only screen and (max-width: 767px)
{
	.site-wrap,
	.site-wrap__header,
	.site-wrap__footer
	{
		display: block !important;
		height: auto !important;
	}

	.site-wrap__content
	{
		height: auto !important;
	}
}
*/
.flex-row {
  margin: 0 -15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .flex-row > * {
    width: 100%; }

[class*="flex-col"] {
  /*flex-grow: 1;
    display: flex;*/
  padding: 0 15px;
  width: 100%; }

@media only screen and (min-width: 480px) {
  .flex-row .flex-col-xs-6 {
    width: 50%;
    max-width: 50%; } }

@media only screen and (min-width: 768px) {
  .flex-row .flex-col-sm-8 {
    width: 66.6%;
    max-width: 66.666666%; }
  .flex-row .flex-col-sm-7 {
    width: 58.3%;
    max-width: 58.333333%; }
  .flex-row .flex-col-sm-6 {
    width: 50%;
    max-width: 50%; }
  .flex-row .flex-col-sm-5 {
    width: 41.6%;
    max-width: 41.666666%; }
  .flex-row .flex-col-sm-4 {
    width: 33.3%;
    max-width: 33.333333%; } }

@media only screen and (min-width: 992px) {
  .flex-row .flex-col-md-12 {
    width: 100%;
    max-width: 100%; }
  .flex-row .flex-col-md-8 {
    width: 66.6%;
    max-width: 66.666666%; }
  .flex-row .flex-col-md-7 {
    width: 58.3%;
    max-width: 58.333333%; }
  .flex-row .flex-col-md-6 {
    width: 50%;
    max-width: 50%; }
  .flex-row .flex-col-md-5 {
    width: 41.6%;
    max-width: 41.666666%; }
  .flex-row .flex-col-md-4 {
    width: 33.3%;
    max-width: 33.333333%; } }

/*********************************************
/* COMPONENTS
*********************************************/
.icon {
  background-color: transparent;
  fill: currentColor;
  width: 16px;
  height: 16px; }
  .icon--chevron-right {
    width: 12px;
    height: 20px; }
  .icon--facebook {
    width: 11px;
    height: 21px; }
  .icon--twitter {
    width: 21px;
    height: 17px; }
  .icon--website {
    width: 19px;
    height: 19px; }

.site-header {
  position: relative; }
  .site-header::before {
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    background: linear-gradient(to right, #ec6a5d, #b46694, #f29d41, #44beb4, #7dd263); }
  .site-header__topbar {
    height: 106px;
    position: relative; }
  .site-header__logo {
    display: block;
    float: left; }
  .site-header::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    bottom: -4px;
    left: 0px;
    background: #000000;
    opacity: 0.05;
    z-index: 10; }

@media only screen and (max-width: 767px) {
  .site-header__topbar {
    height: 80px; } }

@media only screen and (max-width: 479px) {
  .site-header__topbar {
    height: 70px; } }

@media only screen and (max-width: 369px) {
  .site-header__topbar {
    height: 60px; } }

.site-footer {
  background: #ffffff;
  font-size: 0.9375rem;
  line-height: 2.13333; }
  .site-footer__nav {
    padding: 60px 0; }
  .site-footer__title {
    font-family: "open_sansbold";
    font-size: 1.375rem;
    line-height: 1.27273;
    display: block;
    margin-bottom: 15px; }
  .site-footer__legal {
    background: #31474d;
    color: #a9b2b4;
    font-size: 0.8125rem;
    line-height: 1.38462;
    padding: 25px 0; }

@media only screen and (max-width: 991px) {
  .site-footer__nav {
    padding: 40px 0; }
  .site-footer__col-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .site-footer__sitemap-col {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .site-footer__parties-politicians-col {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 30px; }
  .site-footer__participate-col {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; } }

@media only screen and (max-width: 479px) {
  .site-footer__participate-col {
    margin-top: 20px; } }

@media only screen and (max-width: 359px) {
  .site-footer__legal {
    padding: 18px 0;
    font-size: 0.75rem;
    line-height: 1.33333; } }

.top-nav {
  float: right;
  margin-top: 39px; }
  .top-nav__item {
    float: left;
    margin-left: 25px; }
    .top-nav__item--account, .top-nav__item--toggle-menu {
      display: none; }
    .top-nav__item--user {
      margin-top: -6px;
      padding: 2px 0 2px 20px;
      height: 40px;
      border-left: 1px solid #e8e9e9;
      margin-left: 20px;
      font-size: 0.9375rem;
      line-height: 2.4; }
      .top-nav__item--user img {
        margin-right: 10px;
        border-radius: 50%;
        width: 36px;
        background: #f4f5f6; }
  .top-nav__username {
    text-decoration: underline; }
  .top-nav__search {
    color: #42595f;
    top: 3px;
    position: relative; }
  .top-nav__link {
    text-decoration: underline;
    font-size: 0.9375rem;
    line-height: 1.33333; }

@media only screen and (max-width: 991px) {
  .top-nav {
    margin-top: 30px; }
    .top-nav__item {
      margin-left: 6px; }
      .top-nav__item--login, .top-nav__item--register {
        display: none; }
      .top-nav__item--account, .top-nav__item--toggle-menu {
        display: inline-block; }
      .top-nav__item--user {
        margin-top: -1px;
        padding-left: 0px;
        border: 0; }
        .top-nav__item--user img {
          margin-right: 0px;
          width: 30px; }
    .top-nav__username {
      display: none; }
    .top-nav__mobile-btn {
      display: block;
      width: 40px;
      height: 40px;
      top: 0px;
      text-align: center; }
      .top-nav__mobile-btn--search {
        padding-top: 10px; }
        .top-nav__mobile-btn--search .icon {
          width: 18px;
          height: 18px; }
      .top-nav__mobile-btn--account {
        padding-top: 10px;
        color: #42595f; }
        .top-nav__mobile-btn--account .icon {
          width: 19px;
          height: 19px; }
      .top-nav__mobile-btn--nav {
        padding-top: 8px; } }

@media only screen and (max-width: 767px) {
  .top-nav {
    margin-top: 20px; } }

@media only screen and (max-width: 479px) {
  .top-nav {
    margin-top: 15px; } }

@media only screen and (max-width: 369px) {
  .top-nav {
    margin-top: 10px; }
    .top-nav__item {
      margin-left: 0px; } }

.nav-bar {
  background: #31474d;
  position: relative; }
  .nav-bar::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #42595f; }

@media only screen and (max-width: 991px) {
  .nav-bar {
    display: none; } }

.main-menu {
  position: relative;
  background: #42595f; }
  .main-menu__menu {
    margin: 0 0 0 -17px;
    list-style: none;
    padding: 0;
    height: 70px;
    float: left; }
    .main-menu__menu li {
      float: left; }
  .main-menu__item {
    float: left;
    display: block;
    padding: 20px 17px;
    font-size: 0.9375rem;
    line-height: 2;
    font-family: "open_sanssemibold";
    color: #ffffff;
    text-decoration: none;
    transition: background 0.2s linear; }
    .main-menu__item:hover, .main-menu__item:focus {
      color: #ffffff;
      text-decoration: none;
      background: #31474d; }
  .main-menu__statement-actions {
    float: right;
    color: #ffffff;
    background: #31474d;
    height: 70px;
    padding: 20px 0 20px 30px;
    font-size: 0.9375rem;
    line-height: 2; }
  .main-menu__action-btn.btn, input.main-menu__action-btn[type="submit"] {
    padding: 6px 12px 4px 12px;
    font-size: 0.6875rem;
    line-height: 1.45455;
    margin: 0 5px; }
    .main-menu__action-btn.btn:last-child, input.main-menu__action-btn[type="submit"]:last-child {
      margin-right: 0px; }

@media only screen and (max-width: 1199px) {
  .main-menu__menu {
    margin: 0 0 0 -11px;
    height: 62px; }
  .main-menu__item {
    font-size: 0.875rem;
    line-height: 2.14286;
    padding: 16px 11px; }
  .main-menu__statement-actions {
    font-size: 0.875rem;
    line-height: 2.14286;
    padding: 16px 0 16px 20px;
    height: 62px; }
  .main-menu__action-btn.btn, input.main-menu__action-btn[type="submit"] {
    margin: 0 4px; } }

@media only screen and (max-width: 991px) {
  .main-menu__menu {
    height: 50px; }
  .main-menu__item {
    padding: 10px 11px; }
  .main-menu__statement-actions {
    padding: 10px 0 10px 20px;
    height: 50px; } }

.hamburger {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #42595f;
  position: relative;
  top: 12px;
  transition: background-color 0.2s linear;
  text-indent: -9999px; }
  .hamburger::before, .hamburger::after {
    content: "";
    position: absolute;
    left: 0px;
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #42595f;
    transition: background 0.2s linear, -webkit-transform 0.2s linear;
    transition: transform 0.2s linear, background 0.2s linear;
    transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear; }
  .hamburger::before {
    top: -6px;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left; }
  .hamburger::after {
    top: 6px;
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left; }

/*.is-showing-menu .hamburger
{
    background-color: rgba(255,0,0,0);

    &::before
    {
        transform: translateX(3px) rotate(45deg);
		background: #ffffff;
    }
    &::after
    {
        transform: translateX(3px) rotate(-45deg);
		background: #ffffff;
    }
}*/
.mobile-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 380px;
  max-width: 100%;
  height: 100%;
  background: #31474d;
  z-index: 101;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  display: none; }
  body.ui-initiated .mobile-menu {
    display: block; }
  .mobile-menu__search-nav {
    background: #42595f; }
  .mobile-menu__close {
    color: #ffffff;
    position: absolute;
    top: 18px;
    right: 11px;
    width: 60px;
    height: 60px; }
    .mobile-menu__close .icon {
      width: 20px;
      height: 20px; }
  .mobile-menu__search {
    padding: 20px;
    margin-right: 80px;
    border-right: 1px solid rgba(255, 255, 255, 0.05); }
  .mobile-menu__search-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    padding-top: 4px; }
    .mobile-menu__search-submit .icon {
      width: 18px;
      height: 18px; }
  .mobile-menu__link {
    padding: 15px 20px;
    color: #ffffff;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.05); }
    .mobile-menu__link--highlight {
      color: #00aeef; }
  .mobile-menu__h {
    font-family: "open_sanslight";
    font-size: 1.5rem;
    line-height: 1.25;
    color: #ffffff;
    display: block;
    padding: 30px 20px 10px 20px; }
  body.show-mobile-menu .mobile-menu {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

.breadcrumbs {
  background: #d6dadb;
  padding: 15px 0;
  font-family: "open_sanssemibold";
  text-transform: uppercase;
  color: #8e9b9f; }
  .breadcrumbs__item {
    float: left;
    font-size: 0.625rem;
    line-height: 1.4;
    position: relative; }
    .breadcrumbs__item + .breadcrumbs__item {
      padding-left: 10px;
      margin-left: 8px; }
      .breadcrumbs__item + .breadcrumbs__item .icon {
        width: 4px;
        height: 7px;
        position: absolute;
        top: 11px;
        left: 0px; }
  .breadcrumbs__link {
    color: #8e9b9f;
    padding: 8px 0;
    display: block; }
    .breadcrumbs__link:hover {
      -webkit-column-rule: #42595f;
         -moz-column-rule: #42595f;
              column-rule: #42595f; }
  .breadcrumbs__current {
    display: block;
    padding: 8px 0;
    color: #31474d; }

@media only screen and (max-width: 991px) {
  .breadcrumbs {
    padding: 11px 0 9px 0; } }

@media only screen and (max-width: 639px) {
  .breadcrumbs__item:not(.breadcrumbs__item--current-parent) {
    display: none; }
  .breadcrumbs__item--current-parent {
    margin-left: 0px !important; }
    .breadcrumbs__item--current-parent .icon {
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1); } }

.footer-menu .menu {
  margin: 0 -10px 0 0;
  padding: 0px;
  list-style: none; }

.footer-menu .menu-item {
  display: inline-block; }

.footer-menu a {
  display: block;
  padding: 0 10px;
  font-size: 0.8125rem;
  line-height: 2.76923;
  text-decoration: underline; }
  .footer-menu a:hover {
    color: #ffffff; }

@media only screen and (max-width: 991px) {
  .footer-menu .menu {
    margin: 0; } }

.legal-links {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block; }
  .legal-links__item {
    display: inline-block;
    margin-left: 15px; }
    .legal-links__item::before {
      content: "|";
      display: inline-block;
      margin-right: 15px; }
    .legal-links__item a {
      color: #a9b2b4; }
      .legal-links__item a:hover {
        color: #ffffff; }

@media only screen and (max-width: 479px) {
  .legal-links__item {
    margin-left: 6px; }
    .legal-links__item::before {
      margin-right: 6px;
      position: relative;
      top: -1px; } }

.local-nav input {
  display: none; }

.local-nav__title {
  padding: 0 !important;
  margin-bottom: 0 !important; }
  .local-nav__title::before, .local-nav__title::after {
    display: none; }
  .local-nav__title .icon {
    width: 8px;
    height: 13px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    margin-left: 8px;
    display: none; }

.local-nav__item {
  display: block;
  padding: 2px 0; }
  .local-nav__item:first-child {
    padding-top: 20px; }
  .local-nav__item--logout {
    margin-top: 15px; }

.local-nav__link, .local-nav__current {
  display: inline-block;
  padding: 4px 0;
  font-size: 0.9375rem;
  line-height: 1.33333; }

.local-nav__link {
  text-decoration: underline; }

.local-nav__current {
  font-family: "open_sansbold"; }

@media only screen and (max-width: 991px) {
  .local-nav {
    padding: 30px 0 !important; }
    .local-nav__title .icon {
      display: inline-block; }
    input:checked ~ .local-nav__title .icon {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .local-nav__items {
      max-height: 0px;
      overflow: hidden;
      transition: max-height 0.3s linear; }
    input:checked ~ .local-nav__items {
      max-height: 420px; } }

form .field {
  margin-bottom: 35px; }
  form .field label {
    font-family: "open_sansbold";
    font-size: 0.9375rem;
    line-height: 1.33333;
    display: block;
    margin-bottom: 8px; }

.form {
  width: 100%; }
  .post-content + .form,
  .footnotes + .form,
  .form + .form {
    margin-top: 30px; }
  .form--padded {
    padding: 30px; }
  .form--on-white {
    background: #ffffff; }
  .form .field {
    margin-bottom: 35px; }
    .form .field label {
      font-family: "open_sansbold";
      font-size: 0.9375rem;
      line-height: 1.33333;
      display: block;
      margin-bottom: 8px; }
    .form .field--date {
      max-width: 180px; }
    .form .field.field--half-left {
      width: 50%;
      float: left;
      padding-right: 10px; }
    .form .field.field--half-right {
      width: 50%;
      float: right;
      padding-left: 10px; }
    .form .field--with-icon .middleColumn {
      position: relative;
      padding-left: 43px; }
      .form .field--with-icon .middleColumn::before {
        content: "";
        display: block;
        width: 44px;
        height: 44px;
        position: absolute;
        top: 0px;
        left: 0px; }
    .form .field--facebook .middleColumn::before {
      background: #3b5998; }
    .form .field--twitter .middleColumn::before {
      background: #5ea9dd; }
    .form .field--website .middleColumn::before {
      background: #d6dadb; }
    .form .field__icon-wrap {
      display: block;
      width: 44px;
      height: 44px;
      position: absolute;
      top: 0px;
      left: 0px;
      text-align: center;
      line-height: 52px;
      color: #ffffff; }
    .form .field--website .field__icon-wrap svg {
      color: #8c999d; }
  .form__calendar-icon-wrap {
    width: 180px;
    background: red;
    position: relative; }
  .form__calendar-icon {
    position: absolute;
    top: 27px;
    right: 0px;
    width: 44px;
    height: 44px;
    background: #d6dadb;
    color: #8c999d; }
    .form__calendar-icon .icon {
      width: 18px;
      height: 19px;
      margin: 5px 0 0 0; }
  .form .error-message,
  .form .message.required {
    font-size: 0.875rem;
    line-height: 1.28571;
    color: #ec6a5d;
    margin-top: 6px;
    font-family: "open_sansbold"; }
  .form__hint {
    margin: -25px 0 35px 0;
    font-size: 0.8125rem;
    line-height: 1.38462;
    color: #31474d; }
    .form__hint a {
      text-decoration: underline; }

@media only screen and (max-width: 479px) {
  .form--padded {
    padding: 20px; }
  .form .field.field--half-left, .form .field.field--half-right {
    width: 100%;
    float: none;
    padding-right: 0px;
    padding-left: 0px; } }

#ForgotPassword {
  display: inline-block; }

@media only screen and (max-width: 419px) {
  #ForgotPassword {
    display: block; }
    #ForgotPassword a {
      margin: 10px 0 0 0 !important; } }

.form--account-info {
  padding-left: 180px;
  position: relative; }
  .form--account-info div.profile-picture {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 120px;
    height: 120px;
    border-radius: 50%; }
    .form--account-info div.profile-picture label {
      display: none; }
    .form--account-info div.profile-picture,
    .form--account-info div.profile-picture .slim,
    .form--account-info div.profile-picture .slim-btn-group,
    .form--account-info div.profile-picture .slim-result,
    .form--account-info div.profile-picture .slim-drip,
    .form--account-info div.profile-picture img {
      border-radius: 50%; }

@media only screen and (max-width: 619px) {
  .form--account-info {
    padding-left: 30px; }
    .form--account-info div.profile-picture {
      position: static;
      top: 0px;
      left: 0px;
      margin-bottom: 35px; } }

.form--login-info .password-wrap {
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.2s linear; }
  .form--login-info .password-wrap--visible {
    max-height: 260px; }

.input-wrap {
  position: relative; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    font-family: "open_sansbold";
    font-size: 0.9375rem;
    line-height: 1.33333;
    display: block;
    margin-bottom: 8px;
    display: inline-block !important;
    padding-left: 25px;
    position: relative;
    font-weight: normal;
    cursor: pointer; }
    input[type="checkbox"] + label::before {
      content: "";
      width: 16px;
      height: 16px;
      background: #ffffff;
      position: absolute;
      top: 1px;
      left: 0px;
      border: 1px solid #e0e4e4; }
  input[type="checkbox"]:checked + label::after {
    content: "";
    color: #00aeef;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 10px;
    height: 6px;
    border-bottom: solid 3px currentColor;
    border-left: solid 3px currentColor;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

input[type="radio"] {
  display: none; }
  input[type="radio"] + label {
    font-family: "open_sansbold";
    font-size: 0.9375rem;
    line-height: 1.33333;
    display: block;
    margin-bottom: 8px;
    font-family: "open_sansregular" !important;
    display: inline-block !important;
    padding-left: 25px;
    position: relative;
    font-weight: normal;
    cursor: pointer; }
    input[type="radio"] + label::before {
      content: "";
      width: 16px;
      height: 16px;
      background: #ffffff;
      position: absolute;
      top: 1px;
      left: 0px;
      border: 1px solid #e0e4e4;
      border-radius: 50%; }
  input[type="radio"]:checked + label::after {
    content: "";
    background: #00aeef;
    position: absolute;
    top: 5px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%; }

select.chosendropdown {
  width: 100%; }

.chosen-container {
  width: 100% !important;
  max-width: 508px; }
  .chosen-container .chosen-single {
    border: 1px solid #e0e4e4;
    border-radius: 0px;
    height: 44px;
    background: #ffffff !important;
    box-shadow: none !important;
    border-color: #e0e4e4 !important;
    font-size: 0.9375rem;
    line-height: 2.66667;
    padding: 0; }
    .chosen-container .chosen-single span {
      padding: 0 14px; }
    .chosen-container .chosen-single div {
      width: 38px;
      border-left: 1px solid #e0e4e4 !important;
      background: #f4f5f6 !important; }
      .chosen-container .chosen-single div b {
        width: 0;
        height: 0;
        border-bottom: 4px solid #42595f;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        top: calc(50% - 5px);
        left: calc(50% - 4px);
        position: absolute; }
        .chosen-container .chosen-single div b::after {
          content: "";
          width: 0;
          height: 0;
          border-top: 4px solid #42595f;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          top: 6px;
          left: -4px;
          position: absolute; }
  .chosen-container .chosen-drop {
    box-shadow: none;
    border: 1px solid #e0e4e4;
    border-radius: 0; }
  .chosen-container .chosen-results li {
    font-size: 0.9375rem;
    line-height: 1.6; }
    .chosen-container .chosen-results li::before {
      display: none; }
    .chosen-container .chosen-results li.highlighted {
      background: #00aeef !important; }
  .chosen-container .chosen-choices {
    border: 1px solid #e0e4e4;
    background: #ffffff;
    padding: 5px 15px;
    height: 44px;
    box-shadow: none !important; }
  .chosen-container.chosen-container-multi .chosen-choices li.search-choice {
    display: inline-block;
    padding: 6px 25px 6px 10px;
    background: #31474d;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff; }
  .chosen-container.chosen-container-multi .chosen-choices .search-choice-close {
    color: #ffffff; }
    .chosen-container.chosen-container-multi .chosen-choices .search-choice-close::before {
      content: '';
      position: absolute;
      width: 13px;
      height: 1px;
      background-color: currentColor;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 8px;
      right: 1px; }
    .chosen-container.chosen-container-multi .chosen-choices .search-choice-close::after {
      content: '';
      position: absolute;
      width: 13px;
      height: 1px;
      background-color: currentColor;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 8px;
      right: 1px; }

.btn, input[type="submit"] {
  display: inline-block;
  font-family: "montserratbold";
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  background: #42595f;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 20px 12px 20px;
  font-size: 0.8125rem;
  line-height: 1.53846;
  margin-right: 6px;
  text-align: center; }
  .btn:last-child, input[type="submit"]:last-child {
    margin-right: 0px; }
  .btn:not(.btn--disabled):hover, input[type="submit"]:not(.btn--disabled):hover {
    text-decoration: none;
    color: #ffffff;
    background: #31474d; }
  .btn:focus, input[type="submit"]:focus {
    text-decoration: none; }
  .btn--sm {
    padding: 7px 15px 5px 15px;
    font-size: 0.625rem;
    line-height: 1.8; }
  .btn--md {
    font-size: 0.6875rem;
    line-height: 1.81818;
    padding: 8px 15px 6px 15px; }
  .btn--blue {
    background: #00aeef; }
    .btn--blue:not(.btn--disabled):hover {
      background: #0090c6; }
  .btn--white, .main-menu__action-btn.btn, input.main-menu__action-btn[type="submit"] {
    background: #ffffff;
    color: #00aeef; }
    .btn--white:not(.btn--disabled):hover, .main-menu__action-btn.btn:not(.btn--disabled):hover, input.main-menu__action-btn[type="submit"]:not(.btn--disabled):hover {
      color: #31474d;
      background: #ffffff; }
  .btn--secondary {
    background: #b3bdbf; }
    .btn--secondary:not(.btn--disabled):hover {
      background: #42595f; }
  .btn--disabled {
    cursor: default;
    opacity: 0.5; }
  .btn .icon:last-child, input[type="submit"] .icon:last-child {
    margin-left: 8px; }
  .btn .icon--filter, input[type="submit"] .icon--filter {
    width: 17px;
    height: 9px; }

@media only screen and (max-width: 479px) {
  .btn--xxs-to-md {
    font-size: 0.6875rem;
    line-height: 1.81818;
    padding: 8px 15px 6px 15px; } }

.btn-alt, #ForgotPassword a {
  display: inline-block;
  margin-left: 6px;
  text-decoration: underline; }
  .btn-alt::first-letter, #ForgotPassword a::first-letter {
    text-transform: capitalize; }

.duotone-row {
  position: relative;
  /*&--multicolor-sidebar
    {
        overflow: hidden;
    }*/ }
  .duotone-row::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%; }
  .duotone-row__container {
    position: relative; }
  .duotone-row__col {
    position: relative; }
    .duotone-row__col--left::after, .duotone-row__col--right::before {
      content: "";
      position: absolute;
      top: 0px;
      width: 0px;
      height: 100%; }
    .duotone-row__col--left::after {
      right: -50%; }
    .duotone-row__col--right::before {
      left: -50%; }
  .duotone-row--left-grey-1::before,
  .duotone-row--left-grey-1 .duotone-row__col--left,
  .duotone-row--left-grey-1 .duotone-row__col--left::after {
    background: #f4f5f6; }
  .duotone-row--left-grey-2::before,
  .duotone-row--left-grey-2 .duotone-row__col--left,
  .duotone-row--left-grey-2 .duotone-row__col--left::after {
    background: #e0e4e4; }
  .duotone-row--right-white,
  .duotone-row--right-white .duotone-row__col--right,
  .duotone-row--right-white .duotone-row__col--right::before {
    background: #ffffff; }
  .duotone-row--right-grey-blue-light,
  .duotone-row--right-grey-blue-light .duotone-row__col--right,
  .duotone-row--right-grey-blue-light .duotone-row__col--right::before {
    background: #42595f; }
  .duotone-row--right-grey-2,
  .duotone-row--right-grey-2 .duotone-row__col--right,
  .duotone-row--right-grey-2 .duotone-row__col--right::before {
    background: #e0e4e4; }
  .duotone-row--right-grey-1,
  .duotone-row--right-grey-1 .duotone-row__col--right,
  .duotone-row--right-grey-1 .duotone-row__col--right::before {
    background: #f4f5f6; }
  .duotone-row__sidebar-block {
    background: #ffffff;
    position: relative; }
    .duotone-row__sidebar-block::after {
      content: "";
      position: absolute;
      top: 0px;
      width: 1200px;
      height: 100%;
      background: #ffffff; }
    .duotone-row__sidebar-block--right {
      margin-left: -15px; }
      .duotone-row__sidebar-block--right::after {
        right: -1200px; }
    .duotone-row__sidebar-block--left {
      margin-right: -15px; }
      .duotone-row__sidebar-block--left::after {
        left: -1200px; }

@media only screen and (max-width: 991px) {
  .duotone-row__col--collapse-sm.duotone-row__col--left::after,
  .duotone-row__col--collapse-sm.duotone-row__col--right::before {
    width: 50%; }
  .duotone-row__col--collapse-sm .duotone-row__sidebar-block {
    margin-left: 0px;
    margin-right: 0px; }
    .duotone-row__col--collapse-sm .duotone-row__sidebar-block::before {
      content: "";
      position: absolute;
      top: 0px;
      left: -50%;
      width: 50%;
      height: 100%;
      background: #ffffff; }
    .duotone-row__col--collapse-sm .duotone-row__sidebar-block::after {
      right: -50%;
      width: 50%;
      left: auto;
      z-index: 1; }
  .duotone-row--right-grey-2 .duotone-row__sidebar-block--inherit-bg-sm {
    background: inherit; }
    .duotone-row--right-grey-2 .duotone-row__sidebar-block--inherit-bg-sm::before, .duotone-row--right-grey-2 .duotone-row__sidebar-block--inherit-bg-sm::after {
      background: inherit; } }

.padding-col--right {
  padding-right: 60px; }
  .padding-col--right.padding-col--nested {
    margin-right: -60px; }

.padding-col--left {
  padding-left: 60px; }
  .padding-col--left.padding-col--nested {
    margin-left: -60px; }

@media only screen and (max-width: 1199px) {
  .padding-col--right {
    padding-right: 50px; }
    .padding-col--right.padding-col--nested {
      margin-right: -50px; }
  .padding-col--left {
    padding-left: 50px; }
    .padding-col--left.padding-col--nested {
      margin-left: -50px; } }

@media only screen and (max-width: 991px) {
  .padding-col--right {
    padding-right: 30px; }
    .padding-col--right.padding-col--nested {
      margin-left: -30px; }
  .padding-col--left {
    padding-left: 30px; }
    .padding-col--left.padding-col--nested {
      margin-left: -30px; }
  .padding-col--collapse-sm {
    padding-left: 15px;
    padding-right: 15px; }
    .padding-col--collapse-sm.padding-col--nested {
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0px;
      margin-right: 0px; } }

@media only screen and (min-width: 1200px) {
  .sections-row {
    /*&__col-385
        {
            width: 38.5%;
            max-width: 38.5%;
        }*/
    /*&__col-615
        {
            width: 61.5%;
            max-width: 61.5%;
        }*/ }
    .sections-row__col-372 {
      width: 37.2%;
      max-width: 37.2%; }
    .sections-row__col-628 {
      width: 62.8%;
      max-width: 62.8%; } }

.account-section {
  margin-bottom: 50px; }
  .account-section:last-child {
    margin-bottom: 0px; }
  .account-section__title {
    display: block;
    font-size: 1.125rem;
    line-height: 1.66667;
    font-family: "open_sansbold";
    padding-top: 2px;
    margin-bottom: 7px; }

.account-user-summary {
  padding: 25px 30px 25px 180px;
  background: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.6;
  position: relative; }
  .account-user-summary__picture {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 120px;
    background: #f4f5f6; }
  .account-user-summary__label {
    font-family: "open_sansbold"; }

.box {
  background: #ffffff;
  position: relative;
  margin-bottom: 34px;
  font-size: 0.9375rem;
  line-height: 1.6;
  width: 100%;
  padding: 25px 30px 25px 30px;
  position: relative; }
  .box--with-picture {
    padding-left: 130px;
    min-height: 130px; }
  .box__picture {
    width: 80px;
    position: absolute;
    top: 30px;
    left: 30px;
    display: block; }
    .box__picture img {
      background: #f4f5f6; }
  .box::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    bottom: -4px;
    left: 0px;
    background: #000000;
    opacity: 0.05; }

@media only screen and (max-width: 479px) {
  .box--with-picture {
    padding: 15px 20px 15px 90px;
    min-height: 80px; }
    .box--with-picture .box__picture {
      width: 50px;
      left: 20px;
      top: 20px; } }

.check-statement-vote {
  width: 100%;
  margin-bottom: 20px;
  background: #b3bdbf;
  color: #ffffff;
  font-family: "montserratbold";
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.53846;
  text-align: left;
  position: relative;
  padding-right: 90px; }
  .check-statement-vote__label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 20px 12px 20px;
    min-height: 64px; }
  .check-statement-vote__count-wrap {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -17px;
    display: inline-block;
    background: #ffffff;
    font-size: 0.875rem;
    line-height: 2.28571;
    height: 34px;
    padding: 2px 15px 0 15px;
    color: #42595f; }
    .check-statement-vote__count-wrap .icon {
      position: relative;
      top: 3px;
      margin-right: 8px;
      transition: -webkit-transform 0.1s linear;
      transition: transform 0.1s linear;
      transition: transform 0.1s linear, -webkit-transform 0.1s linear; }
    .check-statement-vote__count-wrap::after {
      content: "";
      display: block;
      width: 0;
      height: 5px;
      background: #ec6a5d;
      border: 1px solid #ffffff;
      position: absolute;
      top: 9px;
      left: 9px;
      -webkit-transform: rotate(23deg);
          -ms-transform: rotate(23deg);
              transform: rotate(23deg);
      border-radius: 3px;
      transition: width 0.2s linear;
      -webkit-transform-origin: 0;
          -ms-transform-origin: 0;
              transform-origin: 0; }
  .check-statement-vote:hover .check-statement-vote__count-wrap .icon {
    -webkit-transform: scale(1.5) rotate(-5deg);
        -ms-transform: scale(1.5) rotate(-5deg);
            transform: scale(1.5) rotate(-5deg); }
  .check-statement-vote--voted-by-user .check-statement-vote__count-wrap {
    color: #00aeef; }
  .check-statement-vote--voted-by-user:hover .check-statement-vote__count-wrap::after {
    width: 28px; }

.comment + .comment {
  margin-top: 10px; }

.comment__wrap {
  padding: 25px 30px 20px 30px;
  background: #f4f5f6;
  color: #42595f; }

.comment__meta {
  font-size: 0.8125rem;
  line-height: 1.53846; }

.comment__date {
  text-decoration: underline;
  color: #42595f; }

.comment__user-name {
  text-decoration: underline; }

.comment__body {
  font-family: "open_sansitalic";
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 12px 0 10px 0; }
  .comment__body p:last-child {
    margin: 0px; }

.comment__after-post-msg {
  font-family: "open_sansbold";
  display: block;
  font-size: 0.8125rem;
  line-height: 1.46154;
  margin-bottom: 5px; }

.comment__respond, .comment__link {
  font-size: 0.8125rem;
  line-height: 1.84615;
  text-decoration: underline;
  color: #42595f; }

.comment-form {
  display: none; }
  .comment-form--visible {
    display: block; }
  .comment-form__respond-to-msg {
    display: none;
    font-size: 0.8125rem;
    line-height: 1.38462; }
  .comment-form--responding .comment-form__respond-to-msg {
    display: block;
    margin-bottom: 10px; }
  .comment-form__respond-to-user {
    font-family: "open_sansbold"; }
  .comment-form__cancel-response {
    color: #00aeef;
    text-decoration: underline;
    margin-left: 6px; }
  .comment-form label {
    display: none !important; }
  .comment-form textarea.comment-form__input-message {
    height: 160px; }
  .comment-form div.comment-form__input-message {
    margin-bottom: 15px !important; }

.comments {
  margin-bottom: 20px; }
  .comments .comments {
    margin: 10px 0 0 30px; }
    .comments .comments li:last-child {
      margin-bottom: 20px; }

.content-cover {
  position: fixed;
  visibility: hidden;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #42595f;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.2s linear; }
  body.show-mobile-menu .content-cover,
  body.show-sidebar .content-cover {
    visibility: visible;
    opacity: 0.5; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%; }
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.featured-area {
  background: #f4f5f6;
  padding: 34px 0 34px 0; }

.featured-area .slick-list {
  width: 458px; }

@media only screen and (min-width: 1200px) {
  .featured-area__col--large-post {
    width: 61.5%;
    max-width: 61.5%; }
  .featured-area__col--large-statements {
    width: 38.5%;
    max-width: 38.5%; } }

@media only screen and (max-width: 1199px) {
  .featured-area .slick-list {
    width: 375px; } }

@media only screen and (max-width: 991px) {
  .featured-area {
    padding-bottom: 20px; }
  .featured-area .slick-list {
    width: 345px; } }

@media only screen and (max-width: 767px) {
  .featured-area {
    padding-bottom: 4px; }
  .featured-area .slick-list {
    width: auto; } }

@media only screen and (max-width: 619px) {
  .featured-area__row {
    display: block; }
  .featured-area__col {
    width: 100% !important;
    max-width: none !important; } }

.feedback {
  padding: 25px 29px;
  background: #ffffff;
  position: relative;
  margin-bottom: 30px; }
  .feedback--sm {
    padding: 15px 19px;
    font-size: 0.8125rem;
    line-height: 1.38462; }
  .feedback--success {
    color: #7dd263;
    border: 1px solid #7dd263;
    background: #f2faef; }
  .feedback--danger {
    color: #ec6a5d;
    border: 1px solid #ec6a5d;
    background: #fdf0ee; }
  .feedback--warning {
    color: #f29d41;
    border: 1px solid #f29d41;
    background: #fef5ec; }
  .feedback--info {
    color: #00aeef;
    border: 1px solid #00aeef;
    background: #e5f7fd; }

@media only screen and (max-width: 479px) {
  .message {
    padding: 15px 19px; } }

.filter-btn-wrap {
  display: block;
  position: relative;
  padding-left: 120px;
  width: 120px;
  min-height: 45px;
  overflow: hidden; }
  .filter-btn-wrap--with-summary {
    width: 100%; }
  .filter-btn-wrap__btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .filter-btn-wrap__summary {
    margin: 0;
    background: #f4f5f6;
    width: 100%;
    color: #b3bdbf;
    font-size: 0.8125rem;
    line-height: 1.38462;
    padding: 10px 20px;
    min-height: 45px;
    display: none;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left; }
  .filter-btn-wrap--with-summary .filter-btn-wrap__summary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .filter-btn-wrap__highlight {
    color: #42595f; }

@media only screen and (max-width: 767px) {
  .filter-btn-wrap {
    padding-left: 0px; }
    .filter-btn-wrap__btn {
      width: 100%;
      position: static;
      height: 45px; } }

.footnotes {
  font-size: 0.8125rem;
  line-height: 1.61538;
  margin-top: 30px; }
  .footnotes__title {
    font-family: "montserratbold"; }
  .footnotes__link {
    text-decoration: underline; }

.header-logo {
  float: left;
  font-family: "montserratbold";
  text-transform: uppercase;
  width: 342px;
  line-height: 106px; }

@media only screen and (max-width: 767px) {
  .header-logo {
    width: 300px;
    line-height: 80px; } }

@media only screen and (max-width: 479px) {
  .header-logo {
    width: 190px;
    line-height: 70px; } }

@media only screen and (max-width: 369px) {
  .header-logo {
    width: 160px;
    line-height: 60px; } }

.header-search {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s linear; }
  .show-header-search .header-search {
    opacity: 1;
    visibility: visible; }
  .header-search__input-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% - 80px);
    height: 100%; }
    .header-search__input-wrap::after {
      content: "";
      position: absolute;
      top: 15px;
      right: 0px;
      width: 1px;
      height: calc(100% - 30px);
      background: #cccccc; }
  .header-search__input[type="text"] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-right: 80px;
    padding-left: 0px;
    font-size: 1.75rem;
    line-height: 1.28571;
    border: 0; }
  .header-search__submit {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 80px;
    padding-top: 6px;
    opacity: 0.3; }
    .header-search__submit .icon {
      width: 24px;
      height: 24px; }
    .header-search__submit:hover {
      opacity: 1; }
  .header-search__close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 100%;
    padding-top: 6px;
    opacity: 0.3; }
    .header-search__close .icon {
      width: 20px;
      height: 20px; }
    .header-search__close:hover {
      opacity: 1; }

.link-block {
  position: relative; }
  .link-block__link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1; }
  .link-block__on-top {
    position: relative; }
    .link-block__on-top, .link-block__on-top-z {
      z-index: 2; }

.link-list {
  margin: -5px 0 0 0; }
  .link-list--up {
    margin-top: -10px; }
  .link-list--with-all-link {
    margin-bottom: 31px; }
  .link-list__link {
    text-decoration: underline;
    font-size: 0.9375rem;
    line-height: 1.33333;
    padding: 6px 0;
    display: inline-block; }

.link-list--sm .link-list__link {
  font-size: 0.8125rem;
  line-height: 1.53846; }

.loading-container {
  position: relative; }
  .loading-container--loading::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: inherit;
    z-index: 10;
    opacity: 0.7; }
  .loading-container--loading::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 65px;
    left: 50%;
    margin: -16px 0 0 -16px;
    background: url("/themes/sc/assets/img/loading64.gif") no-repeat;
    background-size: 32px;
    z-index: 11; }

.owner-block {
  background: #ffffff;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 34px; }
  .owner-block::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    bottom: -4px;
    left: 0px;
    background: #000000;
    opacity: 0.05; }
  .owner-block__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    padding: 30px;
    color: #42595f;
    min-height: 200px; }
  .owner-block__picture {
    max-width: 120px;
    background: #f4f5f6;
    display: block;
    margin: 0 auto; }
    .owner-block__picture--logo {
      max-width: 160px;
      max-height: 100px; }
  .owner-block__name {
    font-family: "open_sansbold";
    font-size: 1.125rem;
    line-height: 1.33333;
    display: block;
    margin-top: 25px; }

.owner-block--sm {
  margin-bottom: 20px; }
  .owner-block--sm::after {
    display: none; }
  .owner-block--sm .owner-block__wrap {
    padding: 15px 15px 15px 80px;
    position: relative;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    min-height: 78px; }
  .owner-block--sm .owner-block__picture {
    max-width: 48px;
    position: absolute;
    top: 15px;
    left: 15px; }
  .owner-block--sm .owner-block__name {
    font-family: "open_sansregular";
    font-size: 0.9375rem;
    line-height: 1.6;
    display: inline-block;
    margin-top: 0px;
    color: #00aeef;
    text-decoration: underline;
    text-align: left; }

.page-intro {
  background: #ffffff;
  padding: 50px 0; }
  .page-intro__text {
    max-width: 720px;
    font-size: 0.9375rem;
    line-height: 1.6; }

@media only screen and (max-width: 767px) {
  .page-intro {
    padding: 30px 0; } }

.page-title {
  color: #31474d;
  font-family: "open_sanslight";
  font-size: 1.875rem;
  line-height: 1.2; }
  .page-title:not(:last-child) {
    margin-bottom: 10px; }
  .page-title--without-accessory-text:not(:last-child) {
    margin-bottom: 25px; }

.pagination__page, .pagination__current, .pagination__dots {
  display: inline-block;
  width: 45px;
  height: 45px;
  font-family: "montserratbold";
  font-size: 0.8125rem;
  line-height: 3.30769;
  background: #ffffff;
  text-align: center;
  padding-top: 2px; }

.pagination__current, .pagination__dots {
  color: #42595f; }

.pagination__page:hover {
  background: #00aeef;
  color: #ffffff; }

.pagination__prev, .pagination__next {
  width: 112px;
  margin: 0; }

@media only screen and (max-width: 767px) {
  .pagination__page, .pagination__current, .pagination__dots {
    display: none; } }

@media only screen and (max-width: 479px) {
  .pagination {
    height: 45px; }
    .pagination__prev {
      float: left;
      width: calc(50% - 2px); }
    .pagination__next {
      float: right;
      width: calc(50% - 2px); } }

#lmnmodal_content {
  max-width: 90%; }

.popup {
  background: #ffffff;
  padding: 30px;
  width: 400px;
  max-width: 100%;
  position: relative; }
  .popup__title {
    font-family: "open_sanslight";
    font-size: 1.5rem;
    line-height: 1.25;
    display: block;
    margin: -8px 20px 10px 0; }
  .popup__close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 18px;
    right: 18px; }
  .popup__body {
    font-size: 0.9375rem;
    line-height: 1.46667;
    margin-bottom: 20px; }
  .popup--account {
    width: 500px; }

@media only screen and (max-width: 479px) {
  .popup {
    padding: 20px; }
    .popup__title {
      font-size: 1.25rem;
      line-height: 1.25;
      display: block;
      margin-top: -5px; }
    .popup__close {
      top: 8px;
      right: 8px; }
    .popup__body {
      font-size: 0.875rem;
      line-height: 1.42857; } }

.post-block {
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 260px;
  margin-bottom: 34px;
  width: 100%; }
  .post-block--lg {
    min-height: 400px; }
  .post-block__wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-decoration: none; }
  .post-block__title {
    color: #ffffff;
    font-family: "montserratbold";
    font-size: 1.375rem;
    line-height: 1.36364;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 25px 30px; }
    .post-block__title--lg {
      font-size: 1.625rem;
      line-height: 1.30769; }
    .post-block__title--with-bg {
      background: rgba(49, 71, 77, 0.7); }
    .post-block__title:hover {
      color: #ffffff;
      text-decoration: none; }
    .post-block__title--with-bg:hover {
      background: rgba(49, 71, 77, 0.8); }
  .post-block::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    bottom: -4px;
    left: 0px;
    background: #000000;
    opacity: 0.05; }
  .post-block--banner {
    margin: 80px 0 0 0; }

@media only screen and (max-width: 1199px) {
  .post-block__title {
    font-size: 1.125rem;
    line-height: 1.33333; }
    .post-block__title--lg {
      font-size: 1.375rem;
      line-height: 1.36364; } }

@media only screen and (max-width: 991px) {
  .post-block--lg {
    min-height: 260px; }
  .post-block__title--lg {
    font-size: 1.125rem;
    line-height: 1.33333; } }

.post-content p,
.post-content ul,
.post-content ol {
  margin-bottom: 22px;
  font-size: 0.9375rem;
  line-height: 1.6; }
  .post-content p:last-child,
  .post-content ul:last-child,
  .post-content ol:last-child {
    margin-bottom: 0px; }

.post-content ul {
  padding-left: 8px; }
  .post-content ul li {
    position: relative;
    padding-left: 10px; }
    .post-content ul li::before {
      content: "\2022";
      position: absolute;
      top: 0px;
      left: 0px; }

.post-content ol {
  padding-left: 17px;
  list-style: decimal; }

.post-content blockquote {
  margin: 0 0 22px 0;
  padding: 0 0 0 40px;
  position: relative; }
  .post-content blockquote:last-child {
    margin-bottom: 0px; }
  .post-content blockquote::before {
    content: "\201c";
    font-family: "montserratbold";
    position: absolute;
    top: 0;
    left: 0;
    color: #b3bdbf;
    font-size: 4.375rem;
    line-height: 1; }

.post-content h2 {
  font-family: "open_sansbold";
  font-size: 1.0625rem;
  line-height: 1.41176; }

.post-content__media {
  margin-bottom: 28px; }

.post-title__title {
  font-size: 2.5rem;
  line-height: 1.25;
  font-family: "montserratbold";
  margin-bottom: 12px;
  color: #31474d; }
  .post-title__title a {
    color: #31474d; }
    .post-title__title a:hover {
      color: #00aeef; }

.post-title__meta {
  font-size: 0.875rem;
  line-height: 1.42857;
  margin-bottom: 30px; }
  .post-title__meta a {
    text-decoration: underline; }
    .post-title__meta a:hover {
      color: #31474d; }

.score-card--mb {
  margin-bottom: 70px; }

.score-card__header {
  padding: 0 0 0 100px;
  margin-bottom: 30px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 80px; }

.score-card__picture {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px; }

.score-card__name {
  font-size: 1.125rem;
  line-height: 1.33333;
  font-family: "open_sansbold";
  color: #31474d;
  text-decoration: none;
  display: block; }
  .score-card__name:hover {
    text-decoration: none; }

.score-card__meta {
  color: #42595f;
  text-decoration: none; }
  .score-card__meta:hover {
    text-decoration: none; }

.score-card__scores {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .score-card__scores--owner-block {
    padding: 0 15px 15px 15px; }

.score-card__bar {
  background: #eff0f1;
  height: 8px;
  width: 100%;
  display: block;
  margin-top: 5px; }

.score-card__score {
  display: block;
  height: 8px; }

/*@media only screen and (max-width: 991px)
{
    .score-card
    {
        &__header
        {
            padding-left: 70px;
            min-height: 50px;
        }

            &__picture
            {
                width: 50px;
            }

            &__name
            {
                @include fontsize-lineheight(16,20);
            }
    }
}*/
.score-card-lg {
  background: #ffffff;
  position: relative;
  margin-bottom: 25px; }
  .score-card-lg__body {
    padding: 30px 30px 30px 180px;
    border-bottom: 2px solid #f4f5f6; }
  .score-card-lg__picture-wrap {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 120px;
    height: 120px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .score-card-lg__picture {
    background: #f4f5f6; }
  .score-card-lg__scores {
    margin: 0px;
    padding: 0px;
    list-style: none; }
  .score-card-lg__score {
    display: block;
    font-family: "montserratbold";
    font-size: 0.6875rem;
    line-height: 1.18182;
    text-transform: uppercase;
    margin-top: 10px; }
  .score-card-lg__bar {
    background: #eff0f1;
    height: 12px;
    width: calc(100% - 210px);
    display: block;
    float: left; }
  .score-card-lg__fill {
    display: block;
    height: 12px;
    width: 0;
    transition: width 0.5s ease-out; }
  .score-card-lg__percentage {
    display: inline-block;
    margin-left: 30px;
    width: 26px; }
  .score-card-lg__category-label {
    display: inline-block;
    color: #b3bdbf; }
  .score-card-lg__links {
    padding: 0 20px; }
  .score-card-lg__link-wrap {
    padding: 20px 0;
    float: left;
    width: 31%; }
    .score-card-lg__link-wrap + .score-card-lg__link-wrap {
      width: 34.5%; }
  .score-card-lg__link {
    font-size: 0.8125rem;
    line-height: 1.38462;
    display: block;
    padding: 5px 10px 5px 28px;
    position: relative; }
    .score-card-lg__link:hover {
      text-decoration: underline; }
    .score-card-lg__link .icon {
      position: absolute;
      top: 9px;
      left: 10px; }
      .score-card-lg__link .icon--v {
        width: 12px;
        height: 10px;
        color: #7dd263; }
      .score-card-lg__link .icon--question-mark {
        width: 8px;
        height: 10px;
        margin-left: 2px;
        color: #b3bdbf; }
      .score-card-lg__link .icon--x-fat {
        width: 10px;
        height: 10px;
        color: #ec6a5d; }

@media only screen and (max-width: 599px) {
  .score-card-lg__body {
    padding-top: 20px; }
  .score-card-lg__score {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .score-card-lg__bar {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 2px; }
  .score-card-lg__percentage {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0px;
    width: 30px; }
  .score-card-lg__category-label {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 30px); }
  .score-card-lg__links {
    padding: 20px; }
  .score-card-lg__link-wrap {
    float: none;
    width: 100% !important;
    padding: 0; } }

@media only screen and (max-width: 479px) {
  .score-card-lg__body {
    padding: 10px 20px 20px 120px; }
  .score-card-lg__picture-wrap {
    width: 80px;
    height: 80px;
    top: 20px;
    left: 20px; }
  .score-card-lg__links {
    padding: 10px; } }

@media only screen and (max-width: 359px) {
  .score-card-lg__body {
    padding-left: 98px; }
  .score-card-lg__picture-wrap {
    width: 60px;
    height: 60px;
    top: 20px;
    left: 20px; } }

.section {
  padding-top: 50px;
  padding-bottom: 60px;
  width: 100%; }
  .section--without-title {
    padding-top: 60px; }
  .section--no-pb {
    padding-bottom: 0px; }
  .section--grey-1 {
    background: #f4f5f6; }
  .section__title {
    display: block;
    font-family: "open_sanslight";
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 20px; }
    .section__title--white {
      color: #ffffff; }
    .section__title--before-p {
      margin-bottom: 10px; }

@media only screen and (max-width: 991px) {
  .section {
    padding-top: 40px;
    padding-bottom: 45px; }
    .section__title {
      font-size: 1.5rem;
      line-height: 1.25; }
    .section--no-pb {
      padding-bottom: 0px; } }

.set-score-list input {
  display: none; }

.set-score-list ul.optionset label {
  display: block !important;
  text-align: center;
  font-family: "montserratbold" !important;
  font-size: 0.6875rem;
  line-height: 2.90909;
  height: 34px;
  padding-top: 2px;
  background: #f4f5f6;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  transition: color 0.2s linear; }
  .set-score-list ul.optionset label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 6px;
    height: 100%;
    z-index: 0;
    transition: width 0.2s linear;
    border: 0;
    border-radius: 0;
    background: #b3bdbf; }
  .set-score-list ul.optionset label::after {
    display: none; }
  .set-score-list ul.optionset label span {
    position: relative;
    z-index: 1; }

.set-score-list ul.optionset li:nth-child(1) label::before {
  background: #7dd263; }

.set-score-list ul.optionset li:nth-child(2) label::before {
  background: #44beb4; }

.set-score-list ul.optionset li:nth-child(3) label::before {
  background: #f29d41; }

.set-score-list ul.optionset li:nth-child(4) label::before {
  background: #b46694; }

.set-score-list ul.optionset li:nth-child(5) label::before {
  background: #ec6a5d; }

.set-score-list ul.optionset input:checked + label,
.set-score-list ul.optionset label:hover {
  color: #ffffff; }
  .set-score-list ul.optionset input:checked + label::before,
  .set-score-list ul.optionset label:hover::before {
    width: 100%; }

.sidebar {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 500px;
  max-width: 100%;
  height: 100%;
  background: #31474d;
  z-index: 101;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  /*&__container--sub .sidebar__title
        {
            padding-right: 30px;
        }*/ }
  .sidebar--loading {
    background: #ffffff; }
  .sidebar--loading::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ffffff;
    opacity: 0.5;
    z-index: 10; }
  .sidebar--loading::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    background: url("/themes/sc/assets/img/loading64.gif") no-repeat;
    background-size: 32px;
    z-index: 11; }
  .sidebar__container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #ffffff;
    transition: opacity 0.3s linear; }
    .sidebar__container--inactive {
      opacity: 0.7; }
    .sidebar__container--sub {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      z-index: 2;
      transition: -webkit-transform 0.3s linear;
      transition: transform 0.3s linear;
      transition: transform 0.3s linear, -webkit-transform 0.3s linear;
      /*&::before
            {
                @include left-shadow;
            }*/ }
    .sidebar__container--visible {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
  .sidebar__title {
    font-family: "open_sanslight";
    font-size: 1.875rem;
    line-height: 1.2;
    padding: 40px 80px 30px 30px;
    border-bottom: 2px solid #eaeced; }
  .sidebar__close {
    position: absolute;
    top: 42px;
    right: 20px;
    padding: 10px;
    display: block;
    width: 40px;
    height: 40px; }
    .sidebar__close .icon {
      display: block;
      width: 20px;
      height: 20px; }
  .sidebar__back {
    margin-right: 4px; }
    .sidebar__back .icon {
      width: 21px;
      height: 19px; }
  .sidebar__content {
    position: absolute;
    top: 108px;
    left: 0px;
    width: 100%;
    height: calc(100% - 108px);
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .sidebar__content--padded {
      padding: 30px; }
  .sidebar__forwards {
    margin: 30px 0; }
  .sidebar__forward {
    display: block;
    background: #f4f5f6;
    padding: 20px 50px 18px 20px;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    transition: background 0.2s linear; }
    .sidebar__forward:hover {
      background: #eef0f1; }
    .sidebar__forward .icon {
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -10px; }
  .sidebar__forward-label {
    display: block;
    text-transform: uppercase;
    color: #b3bdbf;
    font-size: 0.6875rem;
    line-height: 1.27273;
    font-family: "montserratbold"; }
  .sidebar__forward-value {
    display: block;
    font-size: 1.125rem;
    line-height: 1.33333;
    font-family: "open_sansbold"; }
  .sidebar__options {
    margin: 30px 0; }
    .sidebar__options--logo {
      margin-left: -15px;
      margin-right: -15px; }
  .sidebar__option {
    margin-bottom: 10px; }
    .sidebar__option input {
      display: none; }
    .sidebar__option input[type="radio"] + label {
      display: block !important;
      font-size: 1.125rem;
      line-height: 1.33333;
      font-family: "open_sansbold" !important;
      background: #f4f5f6;
      padding: 30px 60px 30px 20px;
      cursor: pointer;
      position: relative; }
      .sidebar__option input[type="radio"] + label::before, .sidebar__option input[type="radio"] + label::after {
        display: none; }
      .sidebar__option input[type="radio"] + label .icon {
        color: #31474d;
        position: absolute;
        top: 50%;
        right: 25px;
        margin-top: -7px;
        display: none; }
      .sidebar__option input[type="radio"] + label:hover {
        background: #eef0f1; }
        .sidebar__option input[type="radio"] + label:hover .icon {
          display: block; }
    .sidebar__option input[type="radio"]:checked + label .icon {
      display: block;
      color: #00aeef; }
    .sidebar__option--with-image input[type="radio"] + label {
      padding: 15px 60px 15px 85px;
      min-height: 80px;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .sidebar__option--logo {
      width: 50%;
      padding: 0 15px;
      float: left;
      margin-bottom: 20px; }
      .sidebar__option--logo input[type="radio"] + label {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
        height: 140px;
        padding: 20px;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
  .sidebar__option-img {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -25px;
    width: 50px;
    border-radius: 50%; }
  .sidebar__option-logo {
    max-height: 100%; }

@media only screen and (max-width: 767px) {
  .sidebar {
    /*&__container--sub .sidebar__title
        {
            padding-right: 20px;
        }*/ }
    .sidebar__title {
      font-size: 1.4375rem;
      line-height: 1.21739;
      padding: 20px 50px 20px 20px; }
    .sidebar__close {
      top: 17px;
      right: 10px;
      width: 36px;
      height: 36px; }
      .sidebar__close .icon {
        display: block;
        width: 16px;
        height: 16px; }
    .sidebar__back {
      margin-right: 4px; }
      .sidebar__back .icon {
        width: 18px;
        height: 17px; }
    .sidebar__content {
      top: 72px;
      height: calc(100% - 72px); }
      .sidebar__content--padded {
        padding: 20px; }
    .sidebar__forwards {
      margin: 20px 0; }
    .sidebar__forward .icon {
      margin-top: -8px;
      width: 9px;
      height: 16px; }
    .sidebar__forward-value {
      font-size: 0.9375rem;
      line-height: 1.33333; }
    .sidebar__options {
      margin: 20px 0; }
      .sidebar__options--logo {
        margin-left: -10px;
        margin-right: -10px; }
    .sidebar__option input[type="radio"] + label {
      font-size: 0.9375rem;
      line-height: 1.33333;
      padding: 20px 50px 20px 20px; }
      .sidebar__option input[type="radio"] + label .icon {
        width: 14px;
        height: 11px;
        margin-top: -6px; }
    .sidebar__option--with-image input[type="radio"] + label {
      padding: 20px 50px 20px 70px;
      min-height: 70px; }
    .sidebar__option--logo {
      padding: 0 10px;
      text-align: center; }
      .sidebar__option--logo input[type="radio"] + label {
        height: 110px;
        padding: 15px; }
    .sidebar__option-img {
      width: 40px;
      left: 15px;
      margin-top: -20px; } }

body.show-sidebar-add-owner .sidebar--add-owner {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

body.show-sidebar-statement-filters .sidebar--statement-filters {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

body.show-sidebar-owner-filters .sidebar--owner-filters {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.social {
  height: 38px; }
  .social li {
    float: left;
    margin-right: 6px; }
  .social__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 38px;
    height: 38px;
    color: #ffffff;
    background: #e0e4e4;
    transition: background 0.2s linear; }
    .social__item:hover, .social__item:focus {
      color: #ffffff; }
    .social__item--facebook {
      background: #3b5998; }
      .social__item--facebook .icon {
        width: 12px;
        height: 21px; }
      .social__item--facebook:hover, .social__item--facebook:focus {
        background: #2d4373; }
    .social__item--twitter {
      background: #5ea9dd; }
      .social__item--twitter .icon {
        width: 21px;
        height: 17px; }
      .social__item--twitter:hover, .social__item--twitter:focus {
        background: #3493d4; }
    .social__item--mail {
      background: #d6dadb;
      color: #42595f; }
      .social__item--mail .icon {
        width: 20px;
        height: 16px;
        opacity: 0.5; }
      .social__item--mail:hover, .social__item--mail:focus {
        color: #42595f;
        background: #c0c6c8; }
    .social__item--website {
      background: #d6dadb;
      color: #42595f; }
      .social__item--website .icon {
        width: 20px;
        height: 20px;
        opacity: 0.5; }
      .social__item--website:hover, .social__item--website:focus {
        color: #42595f;
        background: #c0c6c8; }

@media only screen and (max-width: 991px) {
  .social__item--sm-white {
    background: #ffffff;
    color: #42595f; }
    .social__item--sm-white:hover, .social__item--sm-white:focus {
      color: #42595f;
      background: #f4f5f6; } }

.statement {
  background: #ffffff;
  position: relative;
  margin-bottom: 34px;
  font-size: 0.9375rem;
  width: 100%; }
  .statement__outcome {
    display: block;
    font-family: "montserratbold";
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 3;
    text-transform: uppercase;
    text-align: center; }
  .statement__outcome--true-100 {
    background: #7dd263; }
  .statement__outcome--true-75 {
    background: #44beb4; }
  .statement__outcome--true-50 {
    background: #f29d41; }
  .statement__outcome--true-25 {
    background: #b46694; }
  .statement__outcome--true-0 {
    background: #ec6a5d; }
  .statement__statement {
    padding: 30px 30px 25px 130px;
    position: relative;
    min-height: 135px; }
  .statement__picture {
    width: 80px;
    position: absolute;
    top: 30px;
    left: 30px;
    display: block; }
    .statement__picture img {
      background: #f4f5f6; }
  .statement__name {
    text-decoration: underline; }
  .statement__statement-text {
    font-family: "montserratbold";
    font-size: 1.125rem;
    line-height: 1.44444;
    color: #42595f;
    display: block;
    margin-top: 5px;
    word-break: break-word; }
    .statement__statement-text--with-btn {
      margin-bottom: 10px; }
  .statement__argument {
    padding: 30px 80px 30px 30px;
    border-top: 2px solid #eaeced;
    text-decoration: none;
    color: #42595f;
    display: block;
    position: relative; }
    .statement__argument .icon {
      position: absolute;
      top: 50%;
      right: 30px;
      margin-top: -10px; }
    .statement__argument:hover {
      text-decoration: none;
      color: #31474d; }
  .statement::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    bottom: -4px;
    left: 0px;
    background: #000000;
    opacity: 0.05; }
  .statement--chromeless {
    margin-bottom: 0px;
    background: none; }
    .statement--chromeless::after {
      display: none; }

.statement--unchecked .statement__statement-text {
  margin-bottom: 10px; }

.statement--centered {
  text-align: center; }
  .statement--centered .statement__picture {
    width: 120px;
    position: static;
    top: 0px;
    left: 0px;
    margin: 0px auto 20px auto; }
  .statement--centered .statement__statement {
    padding: 30px 30px 25px 30px; }

.statement--lg .statement__statement-text {
  margin: 10px 0 18px 0;
  font-size: 1.375rem;
  line-height: 1.36364; }

.statement--anonymous .statement__statement {
  padding: 25px 30px;
  min-height: 0px; }

.statement--anonymous .statement__statement-text {
  margin-top: 0px; }

.statement--uncheckable {
  color: #b3bdbf; }
  .statement--uncheckable .statement__name, .statement--uncheckable .statement__statement-text {
    color: #b3bdbf; }
  .statement--uncheckable .statement__picture {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.4; }

.statement--sidebar .statement__statement {
  padding-left: 30px;
  padding-top: 20px;
  min-height: 0px; }

.statement--sidebar .statement__picture-name {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 48px;
  padding: 0 0 5px 60px; }

.statement--sidebar .statement__picture {
  width: 48px;
  top: 0px;
  left: 0px; }

.statement--sidebar .statement__name {
  font-size: 0.8125rem;
  line-height: 1.53846; }

.statement--sidebar .statement__statement-text {
  margin-top: 16px; }

/*@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .statement--sidebar
    {
        .statement //child wrapper
        {
            &__statement
            {
                padding-left: 30px;
                min-height: 0px;
            }
            &__picture
            {
                display: none;
            }
        }
    }
}*/
@media only screen and (max-width: 991px) {
  .statement--sidebar .statement__statement {
    padding-left: 130px;
    min-height: 135px; }
  .statement--sidebar .statement__picture-name {
    position: static;
    min-height: 0px;
    padding: 0; }
  .statement--sidebar .statement__picture {
    width: 80px;
    left: 30px;
    top: 30px; }
  .statement--sidebar .statement__name {
    font-size: 0.9375rem;
    line-height: 1.66667; }
  .statement--sidebar .statement__statement-text {
    margin-top: 5px; } }

@media only screen and (max-width: 479px) {
  .statement .statement__statement,
  .statement--sidebar .statement__statement {
    padding: 15px 20px 15px 20px;
    min-height: 0px; }
  .statement .statement__picture-name,
  .statement--sidebar .statement__picture-name {
    position: relative;
    padding: 0 0 5px 60px;
    min-height: 48px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .statement .statement__picture,
  .statement--sidebar .statement__picture {
    width: 48px;
    left: 0px;
    top: 0px; }
  .statement .statement__name,
  .statement--sidebar .statement__name {
    font-size: 0.8125rem;
    line-height: 1.53846; }
  .statement .statement__statement-text,
  .statement--sidebar .statement__statement-text {
    margin-top: 10px; }
  .statement .statement__argument,
  .statement--sidebar .statement__argument {
    display: none; }
  .statement--anonymous .statement__statement,
  .statement--centered .statement__statement {
    padding-left: 20px;
    min-height: 0px; }
  .statement--anonymous .statement__statement-text,
  .statement--centered .statement__statement-text {
    margin-top: 0px; }
  .statement--centered .statement__picture-name {
    padding: 0; }
  .statement--centered .statement__picture {
    width: 80px;
    left: 0px;
    top: 0px;
    margin-bottom: 12px; }
  .statement--centered .statement__name {
    font-size: 0.9375rem;
    line-height: 1.66667; } }

.statement-check {
  background: #ffffff;
  color: #42595f; }
  .statement-check:not(.link-block) + .statement-check {
    margin-top: 30px; }
  .statement-check__header {
    padding: 20px 20px 20px 30px;
    text-align: right;
    border-bottom: 2px solid #f4f5f6; }
    .statement-check__header--footer {
      border-top: 2px solid #f4f5f6;
      border-bottom: 0; }
  .statement-check__user, .statement-check__date {
    float: left;
    font-size: 0.9375rem;
    line-height: 2.26667; }
  .statement-check__user-picture {
    max-width: 32px;
    margin-right: 6px; }
  .statement-check__user-name--link {
    text-decoration: underline; }
  .statement-check__verified {
    width: 14px;
    color: #00aeef;
    margin: 0 0 0 8px;
    position: relative;
    top: 3px; }
  .statement-check__score {
    display: inline-block; }
  .statement-check__like {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 2.42857;
    height: 34px;
    padding: 0 15px;
    background: #f4f5f6;
    font-family: "montserratbold";
    float: right;
    margin-left: 10px;
    color: #42595f;
    position: relative; }
    .statement-check__like .icon {
      margin-right: 10px;
      position: relative;
      top: 3px;
      width: 13px;
      transition: -webkit-transform 0.1s linear;
      transition: transform 0.1s linear;
      transition: transform 0.1s linear, -webkit-transform 0.1s linear; }
    .statement-check__like:hover .icon {
      -webkit-transform: scale(1.5) rotate(-5deg);
          -ms-transform: scale(1.5) rotate(-5deg);
              transform: scale(1.5) rotate(-5deg); }
    .statement-check__like::after {
      content: "";
      display: block;
      width: 0;
      height: 5px;
      background: #ec6a5d;
      border: 1px solid #f4f5f6;
      position: absolute;
      top: 11px;
      left: 9px;
      -webkit-transform: rotate(23deg);
          -ms-transform: rotate(23deg);
              transform: rotate(23deg);
      border-radius: 3px;
      transition: width 0.2s linear;
      -webkit-transform-origin: 0;
          -ms-transform-origin: 0;
              transform-origin: 0; }
    .statement-check__like--liked-by-user {
      color: #00aeef; }
    .statement-check__like--liked-by-user:hover::after {
      width: 28px; }
  .statement-check__view {
    margin-left: 10px; }
    .statement-check__view .icon {
      display: none; }
  .statement-check__body {
    padding: 25px 30px;
    border-bottom: 2px solid #f4f5f6; }
  .statement-check__comments {
    padding: 23px 30px 30px 30px; }
  .statement-check__comments-title {
    font-size: 1.0625rem;
    line-height: 1.41176;
    font-family: "open_sansbold";
    display: block;
    margin-bottom: 15px; }
  .statement-check__edit-btn {
    margin-left: 6px;
    margin-right: 0px; }

@media only screen and (max-width: 679px) {
  .statement-check__header {
    text-align: left;
    padding: 18px 30px 30px 30px; }
    .statement-check__header--with-view {
      padding-right: 70px; }
  .statement-check__user, .statement-check__date {
    float: none; }
  .statement-check__score {
    display: block;
    min-height: 34px;
    margin-top: 10px; }
  .statement-check .statement-outcome {
    float: left; }
  .statement-check__like {
    float: none;
    padding: 0 12px; }
  .statement-check__view {
    color: #42595f;
    padding: 0px;
    background: none; }
    .statement-check__view .icon {
      display: block;
      position: absolute;
      top: 50%;
      right: 30px;
      margin-top: -10px; }
  .statement-check__view-label {
    display: none; } }

@media only screen and (max-width: 479px) {
  .statement-check__header {
    padding: 8px 20px 20px 20px; }
    .statement-check__header--with-view {
      padding-right: 50px; }
  .statement-check__view .icon {
    right: 20px; }
  .statement-check__body {
    padding: 15px 20px; } }

.statement-outcome {
  display: block;
  font-family: "montserratbold";
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.66667;
  padding: 9px 0 7px 0;
  text-transform: uppercase;
  text-align: center; }
  .statement-outcome:not([class*="h-bg-true"]) {
    background: #b3bdbf; }
  .statement-outcome--sm {
    font-size: 0.6875rem;
    line-height: 1.81818;
    padding: 8px 0 6px 0; }
  .statement-outcome--inline {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px; }

.statement-post {
  padding: 52px 0 0 0; }
  .statement-post--no-pad-top {
    padding-top: 0px; }
  .statement-post__outcome {
    margin-bottom: 30px;
    text-align: center;
    color: #ffffff;
    padding: 40px 30px; }
    .statement-post__outcome:not([class*="h-bg-true"]) {
      background: #b3bdbf; }
  .statement-post__outcome-value {
    font-family: "montserratbold";
    color: #ffffff;
    font-size: 1.375rem;
    line-height: 1.18182;
    text-transform: uppercase;
    display: block;
    margin-top: 6px; }
  .statement-post__checks {
    margin-bottom: 30px; }

@media only screen and (max-width: 991px) {
  .statement-post__title {
    font-size: 1.875rem;
    line-height: 1.33333; } }

.statements-slider {
  position: relative;
  background: #ffffff;
  margin-bottom: 34px;
  max-width: 100%; }
  .statements-slider::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    bottom: -4px;
    left: 0px;
    background: #000000;
    opacity: 0.05; }
  .statements-slider .slick-dots {
    text-align: center;
    height: 20px;
    margin-bottom: 25px; }
    .statements-slider .slick-dots li {
      display: inline-block; }
      .statements-slider .slick-dots li button {
        display: block;
        width: 20px;
        height: 20px;
        padding-left: 20px;
        overflow: hidden;
        position: relative; }
        .statements-slider .slick-dots li button::after {
          content: "";
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background: #31474d;
          position: absolute;
          top: 5px;
          left: 5px; }
    .statements-slider .slick-dots li.slick-active button::after {
      background: #00aeef;
      position: absolute;
      top: 5px;
      left: 5px; }

.subsection:not(:first-child), .subsection--mt {
  margin-top: 50px; }

.subsection__title {
  display: block;
  font-family: "open_sansbold";
  font-size: 1.125rem;
  line-height: 1.33333;
  margin-bottom: 14px; }

.tabbed-content {
  margin-top: 40px; }
  .tabbed-content__tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 2px solid #d6dadb;
    /*&::after
        {
            content: "";
            display: block;
            width: 100%;
            height: 2px;
            position: absolute;
            left: 0px;
            bottom: 0px;
            background: $clr-tab-border;
            z-index: 0;
        }*/ }
  .tabbed-content__tab {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: left;
    background: #eaeced;
    border: 2px solid #eaeced;
    padding: 15px 20px 14px 20px;
    font-family: "montserratbold";
    font-size: 0.8125rem;
    line-height: 1.38462;
    text-transform: uppercase;
    color: rgba(66, 89, 95, 0.3);
    cursor: pointer;
    position: relative;
    margin-bottom: -2px; }
    .tabbed-content__tab::after {
      content: "";
      position: absolute;
      bottom: -2px;
      left: -2px;
      display: block;
      width: calc(100% + 4px);
      height: 2px;
      background: #d6dadb; }
  input:nth-child(1):checked ~ .tabbed-content__tabs .tabbed-content__tab:nth-child(1),
  input:nth-child(2):checked ~ .tabbed-content__tabs .tabbed-content__tab:nth-child(2),
  input:nth-child(3):checked ~ .tabbed-content__tabs .tabbed-content__tab:nth-child(3),
  input:nth-child(4):checked ~ .tabbed-content__tabs .tabbed-content__tab:nth-child(4),
  input:nth-child(5):checked ~ .tabbed-content__tabs .tabbed-content__tab:nth-child(5) {
    background: #f4f5f6;
    color: #42595f;
    border: 2px solid #d6dadb;
    z-index: 1; }
    input:nth-child(1):checked ~ .tabbed-content__tabs .tabbed-content__tab:nth-child(1)::after,
    input:nth-child(2):checked ~ .tabbed-content__tabs .tabbed-content__tab:nth-child(2)::after,
    input:nth-child(3):checked ~ .tabbed-content__tabs .tabbed-content__tab:nth-child(3)::after,
    input:nth-child(4):checked ~ .tabbed-content__tabs .tabbed-content__tab:nth-child(4)::after,
    input:nth-child(5):checked ~ .tabbed-content__tabs .tabbed-content__tab:nth-child(5)::after {
      left: 0px;
      width: 100%;
      background: inherit; }
  .tabbed-content__content {
    display: none;
    padding-top: 30px; }
  input:nth-child(1):checked ~ .tabbed-content__wrap .tabbed-content__content:nth-child(1),
  input:nth-child(2):checked ~ .tabbed-content__wrap .tabbed-content__content:nth-child(2),
  input:nth-child(3):checked ~ .tabbed-content__wrap .tabbed-content__content:nth-child(3),
  input:nth-child(4):checked ~ .tabbed-content__wrap .tabbed-content__content:nth-child(4),
  input:nth-child(5):checked ~ .tabbed-content__wrap .tabbed-content__content:nth-child(5) {
    display: block; }

@media only screen and (max-width: 579px) {
  .tabbed-content--fullwidth-579 .tabbed-content__tab--width-579-23 {
    width: 23%; }
  .tabbed-content--fullwidth-579 .tabbed-content__tab--width-579-35 {
    width: 35%; }
  .tabbed-content--fullwidth-579 .tabbed-content__tab--width-579-42 {
    width: 42%; } }

@media only screen and (max-width: 529px) {
  .tabbed-content--fullwidth-529 .tabbed-content__tab {
    width: 50%; }
  .tabbed-content--fullwidth-529 .tabbed-content__tab--width-529-55 {
    width: 55%; }
  .tabbed-content--fullwidth-529 .tabbed-content__tab--width-529-45 {
    width: 45%; }
  .tabbed-content--fullwidth-529 .tabbed-content__tab--width-529-33 {
    width: 33.333333%; } }

@media only screen and (max-width: 479px) {
  .tabbed-content__tab {
    padding: 12px 12px 11px 12px; } }

.tweet {
  padding: 22px 0 25px 65px;
  position: relative;
  border-top: 2px solid rgba(255, 255, 255, 0.1); }
  .tweet__picture {
    width: 50px;
    position: absolute;
    top: 30px;
    left: 0px; }
    .tweet__picture img {
      border-radius: 3px; }
  .tweet__meta {
    color: #cbcfd0; }
  .tweet__name {
    font-size: 0.875rem;
    line-height: 1.28571;
    color: #00aeef;
    font-family: "open_sansbold"; }
    .tweet__name:hover {
      color: #ffffff; }
  .tweet__username, .tweet__timestamp {
    color: #cbcfd0;
    font-size: 0.75rem;
    line-height: 1.5; }
    .tweet__username:hover, .tweet__timestamp:hover {
      color: #ffffff; }
  .tweet__text {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.71429;
    margin: 0px; }

.user-summary {
  padding: 30px 30px 30px 180px;
  background: #ffffff;
  position: relative;
  min-height: 180px;
  margin-bottom: 30px; }
  .user-summary__picture {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 120px;
    background: #f4f5f6; }
  .user-summary__stats {
    margin-bottom: 25px; }
  .user-summary__stat {
    display: block;
    font-family: "montserratbold";
    color: #b3bdbf;
    font-size: 0.6875rem;
    line-height: 1.18182;
    text-transform: uppercase;
    margin-top: 10px;
    padding-left: 18px;
    position: relative; }
  .user-summary__stat-count {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #42595f; }

@media only screen and (max-width: 479px) {
  .user-summary {
    padding: 15px 20px 20px 120px;
    min-height: 120px; }
    .user-summary__picture {
      width: 80px;
      top: 20px;
      left: 20px; } }

.golddigger {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  background: #00aeef;
  color: #ffffff;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }
  .ui-initiated .golddigger {
    transition: padding-bottom 100ms ease-out, -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out, padding-bottom 100ms ease-out;
    transition: transform 200ms ease-out, padding-bottom 100ms ease-out, -webkit-transform 200ms ease-out; }
  .golddigger__title {
    font-family: "open_sanslight";
    font-size: 1.875rem;
    line-height: 1.2;
    margin: 0 0 10px -2px;
    display: block;
    color: #ffffff !important; }
  .golddigger p {
    margin: 0; }
  .golddigger__hide {
    position: absolute;
    padding: 15px;
    top: 0px;
    right: 0px;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out; }

body.show-golddigger .golddigger {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 100; }
  body.show-golddigger .golddigger:hover {
    padding-bottom: 20px; }

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