@charset "UTF-8";
/* Vars */
/* Hoorn */
/* @Media mixins: @include phone */
/* @Media mixins: @include phone */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

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

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after {
  content: '';
  content: none; }

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: 0; }

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

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

ul {
  margin: 0; }

@-webkit-keyframes move-right {
  0% {
    -webkit-transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0px); } }

@keyframes move-right {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0px); } }

@-webkit-keyframes move-up {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0px); } }

@keyframes move-up {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0px); } }

@-webkit-keyframes click-feedback {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0px); } }

@keyframes click-feedback {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.95, 0.95); }
  100% {
    transform: scale(1, 1); } }

@-webkit-keyframes swap-primary {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.1, 1.1); }
  100% {
    transform: scale(1, 1); } }

@keyframes swap-primary {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.1, 1.1); }
  100% {
    transform: scale(1, 1); } }

@-webkit-keyframes swap-secondary {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.9, 0.9); }
  100% {
    transform: scale(1, 1); } }

@keyframes swap-secondary {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.9, 0.9); }
  100% {
    transform: scale(1, 1); } }

form messages {
  display: block;
  width: 300px;
  min-height: 23px;
  background: #eee;
  padding: 2px 5px;
  border: 1px solid #ccc; }
  form messages message {
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 100px;
    transition: all .5s ease;
    padding: 2px 0 2px; }
    form messages message.hidden {
      padding: 0;
      max-height: 0;
      overflow: hidden; }
  form messages.visible {
    z-index: 1; }
  form messages.hidden {
    opacity: 0; }

control messages,
control > input, control > select, control > textarea {
  transition: all .5s ease; }

control > messages {
  position: absolute;
  top: 0;
  right: -320px; }
  control > messages:before {
    content: "";
    display: block;
    position: absolute;
    left: -7px;
    margin-top: -10px;
    top: 15px;
    height: 0;
    border-right: 6px solid #ccc;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: none;
    z-index: -1; }
  control > messages:after {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    margin-top: -9px;
    top: 15px;
    height: 0;
    border-right: 5px solid #eee;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: none; }

control.valid.focus > input, control.valid.focus > select, control.valid.focus > textarea {
  box-shadow: #aaa; }

control.notice > messages {
  border-color: #3178aa; }

control.notice > input, control.notice > select, control.notice > textarea {
  border: 1px solid #3178aa; }

control messages message.notice {
  color: #3178aa; }

control.warning > messages {
  /* 			border-color: $furnace-forms-warning; */ }

control.warning > input, control.warning > select, control.warning > textarea {
  border: 1px solid #c60f13; }

control messages message.warning {
  color: #c60f13; }

control.error > messages {
  /* 			border-color: $furnace-forms-error-blur; */ }

control.error > input, control.error > select, control.error > textarea {
  border: 1px solid #c60f13; }

control messages message.error {
  color: #c60f13; }

control.valid.focus input, control.valid.focus select, control.valid.focus textarea {
  outline-color: #5da423; }

control.invalid.focus input, control.invalid.focus select, control.invalid.focus textarea {
  outline-color: #FF8700; }

control.error.focus > messages {
  /* 			border-color: $furnace-forms-error-focus; */ }

control.error.focus > input, control.error.focus > select, control.error.focus > textarea {
  border: 1px solid #FF8700; }

control.focus > messages message.error {
  color: #FF8700; }

/*
control.valid {
	box-shadow: 0px 0px 5px 0px rgba(55,208,68,1);
}
control.invalid {
	box-shadow: 0px 0px 5px 0px rgba(208,55,68,1);
}
*/
form, panel, controls, actions {
  display: block;
  position: relative;
  clear: both; }

form > messages, panel > messages {
  clear: both; }

control {
  position: relative;
  margin: 2px 0;
  display: block; }
  control options {
    float: left; }

actions > control {
  float: left; }

form:after {
  display: block;
  content: "";
  clear: both; }

controls > control {
  clear: both;
  float: left; }
  controls > control label, controls > control input, controls > control select, controls > control textarea {
    float: left; }
  controls > control label, controls > control input, controls > control textarea, controls > control select {
    width: 200px;
    height: 23px;
    line-height: 21px;
    padding: 2px 5px; }
  controls > control input, controls > control textarea, controls > control select {
    width: 300px; }
  controls > control select {
    padding: 2px 0px; }
  controls > control input, controls > control select, controls > control textarea {
    clear: right;
    border: 1px solid #ccc; }
    controls > control input::-webkit-input-placeholder, controls > control select::-webkit-input-placeholder, controls > control textarea::-webkit-input-placeholder {
      font-style: italic; }
    controls > control input:-moz-placeholder, controls > control select:-moz-placeholder, controls > control textarea:-moz-placeholder {
      font-style: italic; }
    controls > control input::-moz-placeholder, controls > control select::-moz-placeholder, controls > control textarea::-moz-placeholder {
      font-style: italic; }
    controls > control input:-ms-input-placeholder, controls > control select:-ms-input-placeholder, controls > control textarea:-ms-input-placeholder {
      font-style: italic; }
  controls > control control[type='checkOption'] > label {
    width: auto;
    height: auto; }
  controls > control input[type='radio'],
  controls > control input[type='checkbox'] {
    clear: left;
    width: 15px;
    height: 15px; }
  controls > control textarea {
    height: 150px; }

control.disabled[type='radio'] fieldset label, control.disabled select, control.disabled input, control.disabled textarea, control.disabled button, control.disabled button {
  color: #ccc;
  background: #dddddd; }
  control.disabled[type='radio'] fieldset label:hover, control.disabled select:hover, control.disabled input:hover, control.disabled textarea:hover, control.disabled button:hover, control.disabled button:hover {
    color: #ccc;
    background: #dddddd; }

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

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

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

img {
  display: inline-block;
  vertical-align: middle; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1040px;
  *zoom: 1; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row .row {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  min-width: none;
  *zoom: 1; }

.row .row:before, .row .row:after {
  content: " ";
  display: table; }

.row .row:after {
  clear: both; }

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1; }

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table; }

.row .row.collapse:after {
  clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left; }

@media only screen {
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    float: left; }
  .small-1 {
    position: relative;
    width: 8.33333%; }
  .small-2 {
    position: relative;
    width: 16.66667%; }
  .small-3 {
    position: relative;
    width: 25%; }
  .small-4 {
    position: relative;
    width: 33.33333%; }
  .small-5 {
    position: relative;
    width: 41.66667%; }
  .small-6 {
    position: relative;
    width: 50%; }
  .small-7 {
    position: relative;
    width: 58.33333%; }
  .small-8 {
    position: relative;
    width: 66.66667%; }
  .small-9 {
    position: relative;
    width: 75%; }
  .small-10 {
    position: relative;
    width: 83.33333%; }
  .small-11 {
    position: relative;
    width: 91.66667%; }
  .small-12 {
    position: relative;
    width: 100%; }
  .small-offset-0 {
    position: relative;
    margin-left: 0%; }
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }
  .small-offset-3 {
    position: relative;
    margin-left: 25%; }
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }
  .small-offset-6 {
    position: relative;
    margin-left: 50%; }
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }
  .small-offset-9 {
    position: relative;
    margin-left: 75%; }
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right !important; } }

@media (min-width: 768px), (hover: hover) {
  .row .row {
    margin-left: -20px;
    margin-right: -20px; }
  .column,
  .columns {
    position: relative;
    padding-left: 20px;
    padding-right: 20px; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    float: left; }
  .medium-1 {
    position: relative;
    width: 8.33333%; }
  .medium-2 {
    position: relative;
    width: 16.66667%; }
  .medium-3 {
    position: relative;
    width: 25%; }
  .medium-4 {
    position: relative;
    width: 33.33333%; }
  .medium-5 {
    position: relative;
    width: 41.66667%; }
  .medium-6 {
    position: relative;
    width: 50%; }
  .medium-7 {
    position: relative;
    width: 58.33333%; }
  .medium-8 {
    position: relative;
    width: 66.66667%; }
  .medium-9 {
    position: relative;
    width: 75%; }
  .medium-10 {
    position: relative;
    width: 83.33333%; }
  .medium-11 {
    position: relative;
    width: 91.66667%; }
  .medium-12 {
    position: relative;
    width: 100%; }
  .medium-offset-0 {
    position: relative;
    margin-left: 0%; }
  .medium-offset-1 {
    position: relative;
    margin-left: 8.33333%; }
  .medium-offset-2 {
    position: relative;
    margin-left: 16.66667%; }
  .medium-offset-3 {
    position: relative;
    margin-left: 25%; }
  .medium-offset-4 {
    position: relative;
    margin-left: 33.33333%; }
  .medium-offset-5 {
    position: relative;
    margin-left: 41.66667%; }
  .medium-offset-6 {
    position: relative;
    margin-left: 50%; }
  .medium-offset-7 {
    position: relative;
    margin-left: 58.33333%; }
  .medium-offset-8 {
    position: relative;
    margin-left: 66.66667%; }
  .medium-offset-9 {
    position: relative;
    margin-left: 75%; }
  .medium-offset-10 {
    position: relative;
    margin-left: 83.33333%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right !important; }
  .medium-push-0 {
    left: 0%; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media (min-width: 1024px) {
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    float: left; }
  .large-1 {
    position: relative;
    width: 8.33333%; }
  .large-2 {
    position: relative;
    width: 16.66667%; }
  .large-3 {
    position: relative;
    width: 25%; }
  .large-4 {
    position: relative;
    width: 33.33333%; }
  .large-5 {
    position: relative;
    width: 41.66667%; }
  .large-6 {
    position: relative;
    width: 50%; }
  .large-7 {
    position: relative;
    width: 58.33333%; }
  .large-8 {
    position: relative;
    width: 66.66667%; }
  .large-9 {
    position: relative;
    width: 75%; }
  .large-10 {
    position: relative;
    width: 83.33333%; }
  .large-11 {
    position: relative;
    width: 91.66667%; }
  .large-12 {
    position: relative;
    width: 100%; }
  .large-offset-0 {
    position: relative;
    margin-left: 0%; }
  .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }
  .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }
  .large-offset-3 {
    position: relative;
    margin-left: 25%; }
  .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }
  .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }
  .large-offset-6 {
    position: relative;
    margin-left: 50%; }
  .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }
  .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }
  .large-offset-9 {
    position: relative;
    margin-left: 75%; }
  .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }

@media (min-width: 1300px) {
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .xlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .xlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .xlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .xlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .xlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .xlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .xlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .xlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    float: left; }
  .xlarge-1 {
    position: relative;
    width: 8.33333%; }
  .xlarge-2 {
    position: relative;
    width: 16.66667%; }
  .xlarge-3 {
    position: relative;
    width: 25%; }
  .xlarge-4 {
    position: relative;
    width: 33.33333%; }
  .xlarge-5 {
    position: relative;
    width: 41.66667%; }
  .xlarge-6 {
    position: relative;
    width: 50%; }
  .xlarge-7 {
    position: relative;
    width: 58.33333%; }
  .xlarge-8 {
    position: relative;
    width: 66.66667%; }
  .xlarge-9 {
    position: relative;
    width: 75%; }
  .xlarge-10 {
    position: relative;
    width: 83.33333%; }
  .xlarge-11 {
    position: relative;
    width: 91.66667%; }
  .xlarge-12 {
    position: relative;
    width: 100%; }
  .xlarge-offset-0 {
    position: relative;
    margin-left: 0%; }
  .xlarge-offset-1 {
    position: relative;
    margin-left: 8.33333%; }
  .xlarge-offset-2 {
    position: relative;
    margin-left: 16.66667%; }
  .xlarge-offset-3 {
    position: relative;
    margin-left: 25%; }
  .xlarge-offset-4 {
    position: relative;
    margin-left: 33.33333%; }
  .xlarge-offset-5 {
    position: relative;
    margin-left: 41.66667%; }
  .xlarge-offset-6 {
    position: relative;
    margin-left: 50%; }
  .xlarge-offset-7 {
    position: relative;
    margin-left: 58.33333%; }
  .xlarge-offset-8 {
    position: relative;
    margin-left: 66.66667%; }
  .xlarge-offset-9 {
    position: relative;
    margin-left: 75%; }
  .xlarge-offset-10 {
    position: relative;
    margin-left: 83.33333%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right !important; } }

@media only screen and (min-width: 1920px) {
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    float: left; }
  .xxlarge-1 {
    position: relative;
    width: 8.33333%; }
  .xxlarge-2 {
    position: relative;
    width: 16.66667%; }
  .xxlarge-3 {
    position: relative;
    width: 25%; }
  .xxlarge-4 {
    position: relative;
    width: 33.33333%; }
  .xxlarge-5 {
    position: relative;
    width: 41.66667%; }
  .xxlarge-6 {
    position: relative;
    width: 50%; }
  .xxlarge-7 {
    position: relative;
    width: 58.33333%; }
  .xxlarge-8 {
    position: relative;
    width: 66.66667%; }
  .xxlarge-9 {
    position: relative;
    width: 75%; }
  .xxlarge-10 {
    position: relative;
    width: 83.33333%; }
  .xxlarge-11 {
    position: relative;
    width: 91.66667%; }
  .xxlarge-12 {
    position: relative;
    width: 100%; }
  .xxlarge-offset-0 {
    position: relative;
    margin-left: 0%; }
  .xxlarge-offset-1 {
    position: relative;
    margin-left: 8.33333%; }
  .xxlarge-offset-2 {
    position: relative;
    margin-left: 16.66667%; }
  .xxlarge-offset-3 {
    position: relative;
    margin-left: 25%; }
  .xxlarge-offset-4 {
    position: relative;
    margin-left: 33.33333%; }
  .xxlarge-offset-5 {
    position: relative;
    margin-left: 41.66667%; }
  .xxlarge-offset-6 {
    position: relative;
    margin-left: 50%; }
  .xxlarge-offset-7 {
    position: relative;
    margin-left: 58.33333%; }
  .xxlarge-offset-8 {
    position: relative;
    margin-left: 66.66667%; }
  .xxlarge-offset-9 {
    position: relative;
    margin-left: 75%; }
  .xxlarge-offset-10 {
    position: relative;
    margin-left: 83.33333%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right !important; } }

.off-canvas-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden; }

.inner-wrap {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%; }

.left-off-canvas-menu, .right-off-canvas-menu {
  width: 250px;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box; }

section.left-small, section.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0; }

/* .off-canvas-wrap { */
/*   overflow: hidden; } */
.inner-wrap {
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  overflow: hidden; }

.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table; }

.inner-wrap:after {
  clear: both; }

a.menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: white;
  position: relative; }

a.menu-icon span {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0;
  left: 0.8125rem;
  top: 0.3125rem;
  -webkit-box-shadow: 0 20px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 20px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }

a.menu-icon:hover span {
  -webkit-box-shadow: 0 20px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3;
  box-shadow: 0 20px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.right-off-canvas-menu {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }

ul.off-canvas-list li label {
  padding: 0.3rem 20px;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0; }

ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -o-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
  overflow: visible; }

.move-right a.exit-off-canvas {
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002; }

@media (min-width: 768px), (hover: hover) {
  .move-right a.exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
  overflow: visible; }

.move-left a.exit-off-canvas {
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002; }

@media (min-width: 768px), (hover: hover) {
  .move-left a.exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }

.lt-ie10 .left-off-canvas-menu {
  left: -250px; }

.lt-ie10 .right-off-canvas-menu {
  right: -250px; }

.lt-ie10 .move-left > .inner-wrap {
  right: 250px; }

.lt-ie10 .move-right > .inner-wrap {
  left: 250px; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -20px !important;
  *zoom: 1; }

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table; }

[class*="block-grid-"]:after {
  clear: both; }

[class*="block-grid-"] > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 30px;
  background: none; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 20px 30px; }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 20px 30px; }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 20px 30px; }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 20px 30px; }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 20px 30px; }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 20px 30px; }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 20px 30px; }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 20px 30px; }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 20px 30px; }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 20px 30px; }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 20px 30px; }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 20px 30px; }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; }
  [class*="block-grid-"] > li {
    padding: 0 20px 17px; }
  .small-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .small-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .small-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .small-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .small-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .small-order-6 {
    -ms-flex-order: 6;
    order: 6; } }

@media (min-width: 768px), (hover: hover) {
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 20px 30px; }
  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none; }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 20px 30px; }
  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none; }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 20px 30px; }
  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none; }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 20px 30px; }
  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none; }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 20px 30px; }
  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none; }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 20px 30px; }
  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none; }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 20px 30px; }
  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none; }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 20px 30px; }
  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none; }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 20px 30px; }
  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none; }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 20px 30px; }
  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none; }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 20px 30px; }
  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none; }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 20px 30px; }
  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none; }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; }
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6; } }

@media only screen and (min-width: 1000px) {
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 20px 30px; }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 20px 30px; }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 20px 30px; }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 20px 30px; }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 20px 30px; }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 20px 30px; }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 20px 30px; }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 20px 30px; }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 20px 30px; }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 20px 30px; }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 20px 30px; }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 20px 30px; }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; }
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6; } }

/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
  display: inherit !important; }

.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
  display: none !important; }

/* Specific visibility for tables */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
  display: table; }

thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
  display: table-row !important; }

td.show-for-small, td.show-for-small-only, td.show-for-medium-down
td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge
td.hide-for-xlarge-up, td.hide-for-xxlarge-up,
th.show-for-small,
th.show-for-small-only,
th.show-for-medium-down
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge
th.hide-for-xlarge-up,
th.hide-for-xxlarge-up {
  display: table-cell !important; }

/* Medium Displays: 641px and up */
@media (min-width: 768px), (hover: hover) {
  .hide-for-small,
  .hide-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small,
  .show-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-medium-only,
  .hide-for-large-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }
  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-up,
  th.show-for-medium-only,
  th.hide-for-large,
  th.hide-for-large-up,
  th.hide-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }

/* Large Displays: 1024px and up */
@media (min-width: 1024px) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }
  /* Specific visilbity for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large,
  th.show-for-large-up,
  th.show-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }

/* X-Large Displays: 1441 and up */
@media (min-width: 1300px) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }
  /* Specific visilbity for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.show-for-xlarge,
  th.show-for-xlarge-up,
  th.show-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }

/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 1920px) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .show-for-xlarge-up,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: inherit !important; }
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: none !important; }
  /* Specific visilbity for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table; }
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
    display: table-header-group !important; }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
    display: table-row-group !important; }
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
    display: table-row !important; }
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-up,
  th.show-for-xxlarge-only {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

@media only screen and (min-width: 1px) {
  .row .row {
    min-width: 0px;
    margin-left: -10px;
    margin-right: -10px; }
  .columns {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 768px), (hover: hover) {
  .row {
    max-width: 768px; }
  .row .row {
    margin-left: -20px;
    margin-right: -20px; }
  .columns {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 1024px) {
  .row {
    max-width: 1024px; } }

@media (min-width: 1300px) {
  .row {
    max-width: 1240px; }
  .row .row {
    margin-left: -20px;
    margin-right: -20px; }
  .columns {
    padding-left: 20px;
    padding-right: 20px; } }

@media print {
  * {
    /*     background: transparent !important; */
    /*     color: black !important; */
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  #lvo-version {
    display: none; }
  .ember-view.graph .graph-column {
    width: auto; }
  h2 {
    font-size: 30px !important; }
  a.i {
    display: none !important; }
  #iconWrap,
  .printButton,
  #councilPop,
  #menuWrap,
  footer p {
    display: none !important; }
  #leftWrap,
  #bottomRow,
  .averages,
  #taxFilter,
  article.step-1,
  article.step-2,
  article.step-3,
  article.step-4 {
    display: none !important; }
  .comparisonGraphs {
    overflow: visible !important; }
  body > .ember-view,
  html,
  index,
  body,
  footer,
  #wrapper,
  section#council,
  div.background,
  outlet#councilOutlet,
  section#index {
    background: transparent !important; }
  #main,
  .step.subject .large-10 {
    padding-top: 0px !important; }
  section#council h2 {
    font-size: 20px !important; }
  .results article {
    border-bottom: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  /*   a[href]:after { */
  /*     content: " (" attr(href) ")"; } */
  /*   abbr[title]:after { */
  /*     content: " (" attr(title) ")"; } */
  /*   .ir a:after, */
  /*   a[href^="javascript:"]:after, */
  /*   a[href^="#"]:after { */
  /*     content: ""; } */
  header,
  aside,
  .try-council {
    display: none; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

/* Columns Mixins */
@font-face {
  font-family: fontregular;
  src: url("../fonts/asap-v4-latin-regular.eot");
  src: url("../fonts/asap-v4-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/asap-v4-latin-regular.woff2") format("woff2"), url("../fonts/asap-v4-latin-regular.woff") format("woff"), url("../fonts/asap-v4-latin-regular.ttf") format("truetype"), url("../fonts/asap-v4-latin-regular.svg#asapregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: fontbold;
  src: url("../fonts/asap-v4-latin-700.eot");
  src: url("../fonts/asap-v4-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/asap-v4-latin-700.woff2") format("woff2"), url("../fonts/asap-v4-latin-700.woff") format("woff"), url("../fonts/asap-v4-latin-700.ttf") format("truetype"), url("../fonts/asap-v4-latin-700.svg#asapbold") format("svg");
  font-weight: normal;
  font-style: normal; }

control {
  font: 13px fontregular, Arial, Sans-Serif;
  color: #5d5d5d; }
  @media (min-width: 768px), (hover: hover) {
    control {
      font: 15px fontregular, Arial, Sans-Serif; } }

p,
ul {
  font: 13px/18px fontregular, Arial, Sans-Serif;
  color: #5d5d5d;
  margin: 0 0 15px; }
  @media (min-width: 768px), (hover: hover) {
    p,
    ul {
      font: 15px/19px fontregular, Arial, Sans-Serif; } }

error-title {
  display: block;
  font: 20px/26px fontbold, Arial, Sans-Serif;
  margin: 0 0 15px;
  color: #00437A; }

h1 {
  font: 20px/26px fontbold, Arial, Sans-Serif;
  margin: 0 0 15px;
  color: #00437A; }
  @media (min-width: 768px), (hover: hover) {
    h1 {
      font: 34px/39px fontbold, Arial, Sans-Serif; } }
  .step h1 {
    font: 16px/21px fontbold, Arial, Sans-Serif;
    color: #5d5d5d;
    margin-bottom: 6px;
    position: relative;
    text-indent: 22px; }
    @media (min-width: 768px), (hover: hover) {
      .step h1 {
        font: 30px/36px fontbold, Arial, Sans-Serif;
        position: relative;
        text-indent: 0; } }
  section#council h1 {
    font: 20px/26px fontbold, Arial, Sans-Serif; }

h2 {
  font: 16px/21px fontbold, Arial, Sans-Serif;
  margin: 0 0 6px;
  color: #00437A; }
  .step h2 {
    margin: 0 0 10px;
    color: #5d5d5d; }
    @media (min-width: 768px), (hover: hover) {
      .step h2 {
        font: 21px/26px fontbold, Arial, Sans-Serif; } }
  section#council h2 {
    font: 17px/22px fontbold, Arial, Sans-Serif; }

h3 {
  margin: 0 0 15px;
  font: 17px/20px fontbold, Arial, Sans-Serif;
  color: #5d5d5d; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior: contain; }

html,
body {
  background: url("../images/maasgouw.png") center center no-repeat #f6f6f6;
  background-size: 128px auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-print-color-adjust: exact !important;
  height: 100%; }

::selection {
  background: rgba(0, 67, 122, 0.1); }

::-moz-selection {
  background: rgba(0, 67, 122, 0.1); }

.js-focus-visible :focus:not(.focus-visible) {
  outline: none; }

.build-info {
  z-index: 33;
  position: relative;
  cursor: default; }
  .build-info > * {
    position: absolute;
    z-index: 11; }

.build-environment {
  left: 55%;
  top: 5px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  height: 20px; }
  .build-environment environment-name {
    position: relative;
    color: #f00;
    margin: 0px;
    font: 14px/15px fontbold, Arial, Sans-Serif;
    text-align: left; }

.build-versions {
  font-family: monospace;
  padding: 2px;
  opacity: .4;
  position: fixed;
  right: 1px;
  bottom: 1px;
  border: 1px dashed #f00;
  background: #fff;
  font-size: 11px; }
  .build-versions:hover {
    opacity: 1; }
  .build-versions strong {
    color: #f00; }
  .build-versions span {
    float: left; }
    .build-versions span.build-lib {
      clear: left; }
  @media (max-width: 767px) and (hover: none) {
    .build-versions {
      display: none; } }

a {
  text-decoration: none;
  color: #00437A; }
  a:hover {
    color: #003561; }

h1 i {
  cursor: pointer; }

button.icon-question {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-indent: 0;
  font-size: 15px;
  line-height: 15px;
  border: unset;
  background: unset;
  width: 20px;
  padding: 0;
  margin: 0;
  color: #00437A; }
  button.icon-question:hover {
    color: #003561; }
  .step button.icon-question {
    position: absolute;
    left: 0;
    top: 3px; }
  .step result button.icon-question {
    top: 52px; }
  @media (min-width: 768px), (hover: hover) {
    .step result button.icon-question {
      top: 0px; }
    .step button.icon-question {
      position: relative;
      top: 0px;
      margin-left: 7px;
      font-size: 18px;
      line-height: 18px; } }
  button.icon-question:focus {
    outline: 1px dotted rgba(93, 93, 93, 0.5); }
  button.icon-question:focus:before {
    display: inline-block;
    position: relative;
    -webkit-animation: 0.5s click-feedback cubic-bezier(0.51, 0.23, 0.02, 0.96) 1;
    animation: 0.5s click-feedback cubic-bezier(0.51, 0.23, 0.02, 0.96) 1; }
  button.icon-question.hidden {
    display: none; }

p {
  margin: 0 0 20px; }

ul {
  margin: 0 0 20px;
  padding-left: 0;
  list-style: inside; }

.clear {
  clear: both; }

#lvo-version {
  position: fixed;
  bottom: 5px;
  right: 5px;
  color: #999;
  font: 12px/16px fontregular, Arial, Sans-Serif;
  opacity: 0;
  z-index: 10;
  user-select: none;
  cursor: default;
  transition: all 2s ease;
  transition-delay: 3s; }
  #lvo-version.visible {
    transition: all 1s ease;
    transition-delay: 0s;
    opacity: 1; }

@keyframes initLoaderPulse {
  0% {
    opacity: 1; }
  50% {
    opacity: .7; }
  100% {
    opacity: 1; } }

#init-loader .caption {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: 86.5px;
  text-align: center;
  font-weight: bold;
  color: #ccc;
  opacity: 0;
  transition: all 1s ease; }
  #init-loader .caption.visible {
    opacity: 1; }

#loader {
  position: fixed;
  bottom: -10px;
  left: 50%;
  margin-left: -120px;
  height: 55px;
  width: 240px;
  z-index: 2;
  padding: 10px 10px 0;
  border-radius: 0px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  transition: visibility 0s linear 1s, opacity .5s ease-out, bottom .5s ease-out;
  background: #fff; }
  body.noscript #loader {
    opacity: 0;
    visibility: hidden; }
  body.application-loaded #loader {
    bottom: -55px;
    opacity: 0;
    visibility: hidden; }
    body.application-loaded #loader .progress {
      transition: none; }
  body.application-loaded.loading #loader {
    bottom: -10px;
    opacity: 1;
    transition: none;
    visibility: visible; }
    body.application-loaded.loading #loader .progress {
      transition: none; }
  #loader #loader-task {
    width: 100%;
    height: 20px;
    font-size: 13px;
    color: #ccc;
    position: relative;
    margin-top: 5px; }
    #loader #loader-task span {
      width: 100%;
      transition: all .5s ease-in;
      text-align: center;
      display: block;
      position: absolute;
      top: 0px; }
      #loader #loader-task span.hide {
        top: 20px;
        opacity: 0; }
  #loader .bar {
    width: auto;
    height: 12px;
    border-radius: 0px;
    border: 2px solid #00437A;
    overflow: hidden;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2); }
    #loader .bar .progress {
      background: #00437A;
      background: linear-gradient(#00437A, #0089fa);
      height: 100%;
      width: 0; }
      #loader .bar .progress .pulse {
        /*background:linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,.5), rgba(255,255,255,0));*/
        /*animation: initLoaderPulse 1s infinite ease-in-out;*/ }
  body.loading #loader.ready {
    opacity: 1; }
    body.loading #loader.ready .progress {
      animation: initLoaderPulse 2s infinite ease;
      animation-delay: 2s; }

.wrapper {
  min-height: 100%;
  position: relative; }

.button-next {
  font: 16px/20px fontbold, Arial, Sans-Serif;
  font-weight: 700;
  color: #00437A; }
  .button-next:after {
    font-family: 'icomoon';
    content: "\e600"; }

controls > control label, controls > control input, controls > control textarea, controls > control select {
  width: auto;
  height: auto;
  padding: 0; }

label {
  cursor: pointer; }

div.load-template {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.0;
  line-height: 20em;
  font-size: 40pt;
  display: none;
  z-index: 100;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -kthtml-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background: #f6f6f6; }
  div.load-template .loading {
    width: 100%;
    padding-top: 100px;
    text-align: center; }
  div.load-template .logo {
    background: url("../images/maasgouw.png");
    background-size: 100% 100%;
    width: 128px;
    height: 60px;
    display: block;
    left: 50%;
    position: absolute;
    top: 46%;
    text-indent: -9999px;
    margin-left: -64px;
    cursor: pointer; }

body.loading div.load-template {
  display: block;
  opacity: 0.5; }

body > .ember-view {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1.5s ease;
  -moz-transition: opacity 1.5s ease;
  -ms-transition: opacity 1.5s ease;
  -kthtml-transition: opacity 1.5s ease;
  transition: opacity .1s ease;
  background: #f6f6f6;
  z-index: 1;
  position: relative;
  display: block;
  height: 100%;
  width: 100%; }
  body > .ember-view > application {
    height: 100%; }

body.application-loaded > .ember-view {
  opacity: 1;
  transition: opacity 1.5s ease; }

header {
  background: #ffffff;
  margin-bottom: 30px;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  height: 70px;
  z-index: 4;
  box-shadow: 0px 1px 11px 0 rgba(0, 0, 0, 0.03); }
  application.showMenu header {
    position: fixed; }
  @media (max-width: 767px) and (hover: none) {
    header {
      height: 56px;
      z-index: 32;
      box-shadow: 0px 1px 11px 0 rgba(0, 0, 0, 0.15); } }
  header > .row {
    height: 100%; }
    header > .row > .columns {
      height: 100%; }
  header nav {
    z-index: 2;
    position: relative;
    height: 100%; }
    header nav .menu-button {
      border: none;
      background: none;
      padding: 0;
      cursor: pointer;
      display: block;
      height: 30px;
      width: 26px;
      overflow: hidden;
      top: -5px;
      position: relative;
      z-index: +21;
      text-indent: -9999px;
      line-height: 0; }
      @media (max-width: 767px) and (hover: none) {
        header nav .menu-button {
          top: -8px; } }
      header nav .menu-button span {
        display: block;
        margin: 0;
        padding: 0;
        border: none;
        position: relative;
        z-index: 20;
        width: 26px;
        height: 5px;
        top: 1px;
        background: -webkit-linear-gradient(90deg, rgba(0, 67, 122, 0), rgba(0, 67, 122, 0) 7px, #00437A 7px, #00437A 11px, rgba(0, 67, 122, 0) 11px, rgba(0, 67, 122, 0) 18px);
        background: linear-gradient(0deg, rgba(0, 67, 122, 0), rgba(0, 67, 122, 0) 7px, #00437A 7px, #00437A 11px, rgba(0, 67, 122, 0) 11px, rgba(0, 67, 122, 0) 18px);
        font-size: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        border-radius: 3px;
        background: #00437A; }
        header nav .menu-button span::before, header nav .menu-button span::after {
          display: block;
          position: absolute;
          right: 0;
          width: 100%;
          height: 5px;
          top: -20px;
          background-color: #00437A;
          content: "";
          border-radius: 3px; }
        header nav .menu-button span::before {
          top: -9px;
          -webkit-transform-origin: bottom right;
          -ms-transform-origin: bottom right;
          transform-origin: bottom right; }
        header nav .menu-button span::after {
          -webkit-transform-origin: top right;
          -ms-transform-origin: top right;
          transform-origin: top right;
          bottom: -9px;
          top: auto; }
        header nav .menu-button span::before, header nav .menu-button span::after {
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
      header nav .menu-button:hover span,
      header nav .menu-button:focus span {
        background-color: transparent;
        background: -webkit-linear-gradient(90deg, rgba(0, 39, 71, 0), rgba(0, 39, 71, 0) 7px, #002747 7px, #002747 11px, rgba(0, 39, 71, 0) 11px, rgba(0, 39, 71, 0) 18px);
        background: linear-gradient(0deg, rgba(0, 39, 71, 0), rgba(0, 39, 71, 0) 7px, #002747 7px, #002747 11px, rgba(0, 39, 71, 0) 11px, rgba(0, 39, 71, 0) 18px);
        background: #002747; }
        header nav .menu-button:hover span:before, header nav .menu-button:hover span:after,
        header nav .menu-button:focus span:before,
        header nav .menu-button:focus span:after {
          background-color: #002747; }
      header nav .menu-button.disabled {
        cursor: default; }
      header nav .menu-button.disabled span,
      header nav .menu-button.disabled span:before,
      header nav .menu-button.disabled span:after {
        background-color: #dddddd; }
      .showMenu header nav .menu-button span {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg); }
        .showMenu header nav .menu-button span::before {
          width: 65%;
          -webkit-transform: translateY(8px) rotate(-45deg);
          -ms-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg); }
        .showMenu header nav .menu-button span::after {
          width: 65%;
          -webkit-transform: translateY(-8px) rotate(45deg);
          -ms-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg); }
      @media (min-width: 768px), (hover: hover) {
        header nav .menu-button {
          top: 1px; } }
  header logo {
    height: 100%;
    text-align: center;
    top: 0px;
    left: 50%;
    position: absolute;
    display: block;
    z-index: 1; }
    header logo a {
      background: url("../images/maasgouw.png") no-repeat;
      background-size: 100% auto;
      width: 128px;
      height: 60px;
      display: inline-block;
      text-indent: -9999px;
      margin-left: -64px;
      cursor: pointer; }
    @media (max-width: 767px) and (hover: none) {
      header logo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        left: 0; }
        header logo a {
          position: relative;
          margin-left: 0 !important;
          margin-top: 0 !important; } }
  header header-buttons {
    display: block;
    position: absolute;
    float: right;
    z-index: 11;
    height: 64px;
    top: 0;
    right: 0; }
    @media (max-width: 767px) and (hover: none) {
      header header-buttons {
        top: -6px; }
        header header-buttons button.contrast-button {
          margin-right: 0; } }
    @media (min-width: 768px), (hover: hover) {
      header header-buttons button.print {
        display: block; } }

#main {
  padding-top: 56px; }
  @media (min-width: 768px), (hover: hover) {
    #main {
      padding-top: 70px; } }

#main,
section.step,
section {
  height: 100%; }

#unsupported, #noscript {
  margin: 0px auto;
  padding: 40px 0;
  height: 100%;
  width: 530px;
  display: none;
  background-color: rgba(246, 246, 246, 0.7); }

body.noscript #noscript {
  display: block; }

.green {
  color: #5da423; }

.red {
  color: #c60f13; }

.settings {
  color: #00437A;
  float: right;
  font-size: 28px;
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  z-index: 11; }
  .settings:hover {
    color: #003561; }

.print {
  color: #999999;
  float: right;
  display: block;
  z-index: 11;
  border: none;
  background: none;
  position: relative;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  display: none; }
  .print:before {
    font-size: 28px;
    text-indent: 0;
    display: inline-block;
    position: absolute;
    left: -1px;
    top: 1px;
    width: 34px;
    height: 40px; }
  .print:hover {
    color: #595959; }

@media (min-width: 1024px) {
  .halfWidth {
    width: 50%;
    float: left; } }

.relative {
  position: relative; }

.fullHeight {
  height: 100%; }

application > .liquid-container,
div#main > .liquid-container,
section > .liquid-container,
section > div > .liquid-container,
step > .liquid-container,
.liquid-child > .liquid-container,
article.result-container > .liquid-container {
  transform: initial; }
  application > .liquid-container, application > .liquid-container > .liquid-child,
  div#main > .liquid-container,
  div#main > .liquid-container > .liquid-child,
  section > .liquid-container,
  section > .liquid-container > .liquid-child,
  section > div > .liquid-container,
  section > div > .liquid-container > .liquid-child,
  step > .liquid-container,
  step > .liquid-container > .liquid-child,
  .liquid-child > .liquid-container,
  .liquid-child > .liquid-container > .liquid-child,
  article.result-container > .liquid-container,
  article.result-container > .liquid-container > .liquid-child {
    height: 100%;
    overflow: visible; }

section.subject .liquid-container {
  transform: initial;
  overflow: visible; }
  section.subject .liquid-container > .liquid-child {
    overflow: visible; }
  section.subject .liquid-container.liquid-animating:not(.result) {
    overflow: hidden; }

nav.main-menu {
  display: block;
  width: 300px;
  max-width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  margin: 0;
  background: #ffffff;
  padding: 100px 16px 20px;
  left: -300px;
  z-index: 1;
  box-shadow: inset -4px 0 70px 0 rgba(0, 0, 0, 0.1); }
  nav.main-menu ul {
    list-style: none; }
  @media (max-width: 767px) and (hover: none) {
    nav.main-menu {
      padding-top: 77px; } }
  nav.main-menu a {
    display: block;
    font: 17px/20px fontbold, Arial, Sans-Serif;
    color: #00437A;
    cursor: pointer;
    padding: 2px 22px 3px 6px; }
    nav.main-menu a:hover {
      color: #00437A; }
    nav.main-menu a:after {
      font-family: 'Overbetuwe';
      content: "\e600";
      font-size: 22px;
      position: absolute;
      line-height: 20px;
      right: 22px; }
    nav.main-menu a:last-of-type {
      display: block !important; }

div#main {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  /* Disable scroll and pointer events when menu is open for subjects fixed total bar */ }
  div#main nav.main-menu {
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995), visibility 0.3s linear 0.3s; }
    application.showMenu div#main nav.main-menu {
      visibility: visible;
      -webkit-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
      -moz-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
      -o-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
      transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
      /* custom */
      -webkit-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
      -moz-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
      -o-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
      transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
      /* custom */ }
  div#main > * {
    -webkit-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
    -moz-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
    -o-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
    transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
    /* custom */
    -webkit-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
    -moz-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
    -o-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
    transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
    /* custom */ }
    application.showMenu div#main > * {
      -webkit-transform: translateX(300px);
      transform: translateX(300px); }
  @media (max-width: 767px) and (hover: none) {
    application.showMenu div#main > div {
      max-height: 100%;
      overflow: hidden;
      opacity: .4;
      pointer-events: none; } }

header,
#main > div,
footer .totals {
  -webkit-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
  -moz-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
  -o-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
  transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
  -moz-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
  -o-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
  transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
  /* custom */ }

/* Because of changed padding-top of '#main' we need to set an offset for all sections */
index,
section.business,
section.resident,
section.error {
  padding-top: 24px;
  padding-top: 0px; }
  @media (min-width: 768px), (hover: hover) {
    index,
    section.business,
    section.resident,
    section.error {
      padding-top: 27px; } }

section.error article {
  background: #ffffff;
  margin-bottom: 40px;
  padding: 20px 30px;
  position: relative; }
  @media (min-width: 1px) {
    section.error article {
      margin-bottom: 20px; } }
  @media (min-width: 768px), (hover: hover) {
    section.error article {
      margin-bottom: 30px; } }
  section.error article h1 {
    font-size: 20px; }
    @media (min-width: 768px), (hover: hover) {
      section.error article h1 {
        font-size: 26px; } }

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 100;
  text-decoration: none; }

.skip-link:focus {
  top: 0; }

@media (max-width: 767px) and (hover: none) {
  a.print {
    display: none; }
  header logo {
    margin-top: 0 !important; }
    header logo a {
      background-position: center !important;
      background-size: contain !important;
      max-height: 50px !important;
      max-width: 200px; } }

@media only screen and (max-width: 360px) {
  header logo {
    margin-top: 0 !important; }
    header logo a {
      max-width: 160px;
      margin-left: -62px;
      margin-top: 4px; } }

div.auth {
  height: 100%; }
  div.auth .liquid-container,
  div.auth .liquid-child {
    overflow: visible; }
  div.auth .liquid-container.liquid-animating, div.auth .liquid-container.liquid-animating .liquid-child {
    overflow: hidden; }
  div.auth h1 {
    margin-bottom: 0;
    padding-bottom: 20px;
    font: 20px/26px fontbold, Arial, Sans-Serif; }
  div.auth label {
    font: 16px/21px fontbold, Arial, Sans-Serif;
    margin: 0 0 6px;
    color: #00437A; }
  div.auth input {
    clear: left;
    padding: 1px 9px; }
  div.auth input[type='checkbox'] {
    border: none;
    min-height: auto;
    margin: 3px 10px 3px 0px; }
  div.auth control.links {
    margin-bottom: 0px; }
    div.auth control.links a {
      text-transform: lowercase;
      font-size: 13px;
      cursor: pointer;
      margin-right: 10px; }
  div.auth div.error > .liquid-container > * {
    background-color: #F15A29;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center; }
  div.auth div.warning > .liquid-container > * {
    background-color: #F1D129;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center; }
  div.auth div.lookup {
    margin-top: 27px;
    padding: 20px;
    background: #ffffff; }
  div.auth div.index + div.lookup {
    margin-top: -40px; }
  div.auth div.loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.5); }
  div.auth div.index, div.auth div.accepted, div.auth div.declined {
    padding: 20px;
    background: #ffffff;
    margin-top: 27px; }
  div.auth controller-actions {
    display: block; }

div.auth control[type="password"], div.auth control[type="text"] {
  width: 100%;
  padding-bottom: 7px; }

div.auth control[type="checkbox"] {
  padding-bottom: 2px; }

div.auth button[role='checkbox']:after {
  content: ""; }

div.auth input {
  margin: 0 2px 2px 0; }
  div.auth input[type="password"], div.auth input[type="text"] {
    font-size: 15px;
    text-align: left;
    max-width: 260px;
    width: 100%;
    border: 1px solid #ddd; }
  div.auth input[type="checkbox"] {
    display: none; }
    div.auth input[type="checkbox"] + label {
      padding-left: 22px;
      position: relative; }
      div.auth input[type="checkbox"] + label:before {
        width: 18px;
        height: 18px;
        box-shadow: inset 0 0 0 1px #d8d8d8;
        content: "";
        display: block;
        position: absolute;
        left: 0; }
    div.auth input[type="checkbox"]:checked + label:after {
      width: 12px;
      height: 12px;
      content: "";
      display: block;
      position: absolute;
      left: 3px;
      top: 3px;
      background: #00437A; }
  div.auth input:focus {
    box-shadow: none; }

div.auth form input + messages.visible {
  margin-bottom: 0; }

div.auth form messages {
  min-width: 260px;
  max-width: 100%; }
  div.auth form messages message {
    font-size: 14px; }
    div.auth form messages message.error {
      color: #e14418; }
    div.auth form messages message:before {
      left: 11px;
      top: 9px; }

div.auth .error-message {
  color: #c60f13;
  background: none;
  padding: 0;
  border: none;
  margin-bottom: 0;
  display: none;
  font-weight: bold;
  font-size: 13px;
  top: -20px;
  width: 100%;
  position: relative; }
  div.auth .error-message.active-error {
    display: block; }

div.auth > div > div {
  height: 100%; }

.login-box-loading {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px; }
  .login-box-loading button {
    background: #00437A;
    color: #ffffff;
    padding: 9px 17px;
    font: 15px/20px fontbold, Arial, Sans-Serif;
    font-weight: normal;
    margin-right: 0; }
    .login-box-loading button:after {
      content: none; }
  @media (min-width: 768px), (hover: hover) {
    .login-box-loading {
      align-items: center;
      padding: 40px; } }

#councilIndex form messages {
  min-width: initial;
  width: 100%;
  max-width: 260px; }

#councilIndex [type="authRegister"] controls {
  width: 100%; }
  #councilIndex [type="authRegister"] controls > control {
    width: 100%; }

#councilIndex [type="authRegister"] control[type="action"].register button {
  background: #00437A;
  color: #ffffff;
  padding: 9px 17px;
  font: 15px/20px fontbold, Arial, Sans-Serif;
  font-weight: normal;
  border: none; }
  #councilIndex [type="authRegister"] control[type="action"].register button:after {
    content: none; }

#councilIndex [type="authRegister"] control[type="action"].cancel button {
  display: none; }

#councilIndex [type="authRegister"] .links {
  display: none; }

.auth [type="authLogin"] controls {
  width: 100%; }
  .auth [type="authLogin"] controls > control {
    width: 100%; }

.auth [type="authLogin"] control[type="action"] button {
  background: #00437A;
  color: #ffffff;
  padding: 9px 17px;
  font: 15px/20px fontbold, Arial, Sans-Serif;
  font-weight: normal; }
  .auth [type="authLogin"] control[type="action"] button:after {
    content: none; }

.auth [type="authLogin"] .links {
  left: 110px;
  top: 30px; }
  .auth [type="authLogin"] .links a {
    text-transform: lowercase;
    font-size: 13px;
    cursor: pointer;
    margin-right: 0;
    position: relative;
    text-indent: 26px;
    display: inline-block;
    color: #a9a9a9; }
    .auth [type="authLogin"] .links a:before {
      content: "\e90e";
      color: #a9a9a9;
      font-size: 20px;
      position: absolute;
      left: 0;
      top: -2px;
      text-indent: 0px; }
    .auth [type="authLogin"] .links a.login-register {
      display: none; }

.auth [type="authLogin"] actions {
  top: -20px; }

div.auth-invite div.block ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  div.auth-invite div.block ul li {
    padding: 0;
    display: block;
    float: left;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: -1px;
    max-width: 33%;
    min-width: 25%;
    overflow: hidden;
    position: relative; }
    div.auth-invite div.block ul li a {
      display: block;
      padding: 8px 2px;
      text-align: center; }
    div.auth-invite div.block ul li:last-of-type {
      border-right: 1px solid #ccc; }
    div.auth-invite div.block ul li.active {
      z-index: 1; }
      div.auth-invite div.block ul li.active a {
        font-weight: bold; }

div.auth-invite div.block > div {
  padding: 28px 28px;
  clear: both;
  background-color: #fff;
  border: 1px solid #ccc; }
  div.auth-invite div.block > div form {
    margin-bottom: -10px; }

input,
select,
textarea {
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 1px 9px;
  color: #00437A;
  border-radius: 0;
  min-height: 40px;
  margin-bottom: 20px;
  font-family: fontregular, arial, sans-serif;
  font-size: 18px; }
  input:focus::selection,
  select:focus::selection,
  textarea:focus::selection {
    background: rgba(0, 67, 122, 0.1);
    color: #00437A; }
  input:focus::-moz-selection,
  select:focus::-moz-selection,
  textarea:focus::-moz-selection {
    background: rgba(0, 67, 122, 0.1);
    color: #00437A; }
  @media (min-width: 768px), (hover: hover) {
    input,
    select,
    textarea {
      font-size: 30px; } }

button-handle,
span[role="checkbox"],
button,
a,
input,
select,
textarea {
  outline-offset: 0px; }
  button-handle:focus,
  span[role="checkbox"]:focus,
  button:focus,
  a:focus,
  input:focus,
  select:focus,
  textarea:focus {
    outline: 1px dashed rgba(93, 93, 93, 0.5); }

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

input {
  text-align: center;
  box-shadow: none;
  border-radius: 0;
  padding: 1px 9px;
  background: #fff;
  border: 1px solid #dcdcdc; }

select {
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  border-radius: 0;
  padding: 10px;
  border: 1px solid #dcdcdc; }

select::-ms-expand {
  display: none; }

control[type="select"] {
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  /*
	Causes in IE9 unclickable dropdown button
	&:before {
		display:block;
		content:"";
		background: rgba($color-step,0.3);
		height:100%;
		position:absolute;
		right:1px;
		height:39px;
		bottom:1px;
		width: 40px;
		pointer-events: none;
	}*/ }
  control[type="select"] select {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 11px 30px 10px 10px; }
  control[type="select"] label:after {
    pointer-events: none;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #949494;
    position: absolute;
    right: 21px;
    top: 54px; }
    @media (min-width: 768px), (hover: hover) {
      control[type="select"] label:after {
        right: 28px; } }
    @media (min-width: 1300px) {
      control[type="select"] label:after {
        right: 32px; } }

control, controls, actions, panel {
  display: block; }

step.garbage panel.containers controls > panel {
  clear: none;
  width: 100%;
  float: left; }
  step.garbage panel.containers controls > panel panel, step.garbage panel.containers controls > panel control[type='slider'] {
    width: 100%; }
  @media (min-width: 768px), (hover: hover) {
    step.garbage panel.containers controls > panel {
      width: 50%; } }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(90, 114, 134, 0.2); }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(90, 114, 134, 0.2);
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(90, 114, 134, 0.2); }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(90, 114, 134, 0.2); }

button.checkbox,
button.radio {
  margin: 0 0 6px;
  background: none;
  border: none;
  position: relative;
  padding: 0;
  color: #00437A; }
  button.checkbox label,
  button.radio label {
    margin: 0; }
  button.checkbox:before,
  button.radio:before {
    content: "";
    float: left;
    width: 18px;
    height: 18px;
    display: block;
    position: relative;
    line-height: 0;
    overflow: hidden;
    min-height: initial;
    margin: 0 6px 0 0;
    padding: 0; }
  button.checkbox[aria-checked=true]:after,
  button.radio[aria-checked=true]:after {
    width: 12px;
    height: 12px;
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    background: #00437A;
    z-index: 1;
    margin: 0; }
  control.disabled > button.checkbox, control.disabled >
  button.radio {
    background: none; }
    control.disabled > button.checkbox:before, control.disabled >
    button.radio:before {
      background: #eee; }
    control.disabled > button.checkbox[aria-checked=true]:after, control.disabled >
    button.radio[aria-checked=true]:after {
      background: #ccc; }

button.checkbox:before {
  border: 1px solid #d8d8d8;
  min-height: initial;
  padding: 0; }

button.radio:before {
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #b6c0c1; }

button.radio[aria-checked=true]:after {
  border-radius: 50%; }

index {
  display: block;
  background: #f6f6f6; }
  index p {
    color: #5d5d5d; }
  index .index {
    padding: 20px 30px; }
    index .index h1 {
      font-size: 26px;
      margin-bottom: 2px; }
    index .index h2 {
      color: #565858;
      font-size: 23px; }
      index .index h2.merged {
        text-decoration: line-through; }
    index .index h3 {
      color: #565858;
      font-size: 18px;
      margin-bottom: 4px; }
    index .index p {
      color: #898989;
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 12px; }
    index .index .row {
      display: flex;
      flex-direction: column; }
      index .index .row .columns {
        display: flex;
        flex: 1;
        flex-direction: column;
        padding-bottom: 49px;
        margin-bottom: 30px; }
        index .index .row .columns .button {
          position: absolute;
          bottom: 0;
          white-space: nowrap;
          text-indent: -0.2px; }
      @media (min-width: 768px), (hover: hover) {
        index .index .row {
          flex-direction: row; }
          index .index .row .columns {
            margin-bottom: 0px; } }
    index .index .disabled * {
      color: #ccc !important;
      cursor: default; }
    index .index .disabled div.disabledTooltip {
      display: none; }
    index .index .disabled:hover div.disabledTooltip {
      background: white;
      padding: 10px;
      content: "Dit onderdeel is niet beschikbaar voor deze gemeente";
      color: #aaa;
      font-size: 13px;
      line-height: 26px;
      display: block;
      position: absolute;
      border: 1px solid #ddd;
      bottom: 100%;
      margin-bottom: 10px;
      text-align: center;
      margin-right: 30px;
      /*&:before {
						content:"";
						border-top: 5px solid #ddd;
						border-left: 5px solid transparent;
						border-right: 5px solid transparent;
						position: absolute;
						bottom:-5px;

						left:50%;
						margin-left:-1px;
					}*/ }
    index .index .disabled .button {
      background: #ccc !important;
      color: #fff !important;
      font-weight: normal; }
    index .index .button {
      background: #00437A;
      padding: 6px 10px;
      color: #fff;
      position: relative;
      padding-right: 31px;
      display: inline-block; }
      index .index .button:after {
        font-size: 16px;
        position: absolute;
        line-height: 20px;
        margin-left: 4px;
        top: 7px;
        right: 8px; }
      index .index .button:hover {
        background: #002747; }
    index .index .index-locality {
      margin-bottom: 30px; }
      index .index .index-locality .button {
        background: #00437A; }
        index .index .index-locality .button:hover {
          background: #002747; }
    index .index .locality-search {
      position: relative;
      width: 600px;
      margin-bottom: 10px; }
      index .index .locality-search label {
        top: 0;
        left: 0;
        font-size: 21px;
        line-height: 30px;
        color: #898989;
        font-family: fontregular;
        position: absolute; }
      index .index .locality-search input {
        border: none;
        box-shadow: none;
        text-align: left;
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding: 2px 0 4px 200px;
        font-size: 21px;
        line-height: 28px;
        min-height: 0;
        position: relative;
        background: none;
        color: #00437A; }
      index .index .locality-search .autocomplete {
        position: absolute;
        top: 1px;
        left: 200px;
        font-size: 21px;
        line-height: 30px;
        color: #ccc;
        font-family: fontregular; }
      index .index .locality-search.has-focus .cities {
        border: 1px dashed #bbb;
        border-top: 1px solid #ddd; }
      index .index .locality-search .cities {
        display: none;
        border: 1px solid #ddd;
        border-top: 1px solid #ddd;
        padding: 10px 17px;
        position: absolute;
        z-index: +1;
        width: auto;
        background: white;
        top: 34px;
        left: -1px;
        right: -1px; }
        index .index .locality-search .cities p {
          font-style: italic;
          margin-bottom: 8px; }
        index .index .locality-search .cities ul {
          list-style: none;
          font-style: italic;
          margin-bottom: 0; }
          index .index .locality-search .cities ul li {
            padding: 0 0 10px 0;
            color: #00437A;
            cursor: pointer; }
            index .index .locality-search .cities ul li:hover {
              font-weight: bold; }
      index .index .locality-search.has-focus .cities.show,
      index .index .locality-search:hover .cities.show {
        display: block; }
      index .index .locality-search span.tooltip {
        z-index: 1;
        margin-top: -13px;
        opacity: 0;
        position: absolute;
        background: #00437A;
        color: #fff;
        padding: 10px 16px;
        top: 85%;
        left: 200px;
        white-space: nowrap;
        font-size: 17px;
        line-height: 17px;
        font-family: fontregular;
        -webkit-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
        -moz-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
        -o-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
        transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
        /* custom */
        -webkit-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
        -moz-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
        -o-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
        transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
        /* custom */ }
        index .index .locality-search span.tooltip:before {
          content: "";
          opacity: 0;
          border-bottom: 5px solid #00437A;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          position: absolute;
          top: -5px;
          margin-left: 71px;
          -webkit-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
          -moz-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
          -o-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
          transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
          /* custom */
          -webkit-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
          -moz-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
          -o-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
          transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
          /* custom */ }
      index .index .locality-search.is-empty span.tooltip {
        top: 100%;
        opacity: 1; }
        index .index .locality-search.is-empty span.tooltip:before {
          opacity: 1; }
      index .index .locality-search.has-focus span.tooltip {
        opacity: 0; }
        index .index .locality-search.has-focus span.tooltip:before {
          opacity: 0; }
  index article {
    background: #ffffff;
    margin-bottom: 40px;
    padding: 20px;
    position: relative;
    /* Temp for presentatie */
    /* Temp */
    /* 		&[class^="step-"] { */
    /* 			padding:0; */
    /* 			padding-bottom:72%; */
    /* 			text-align: center; */
    /* 			height: 0; */
    /* 			@include landscape { */
    /* 				padding-bottom:60%; */
    /* 			} */
    /* 			div { */
    /* 				position: absolute; */
    /* 				top: 50%; */
    /* 				left: 50%; */
    /* 				-webkit-transform: translate(-50%, -50%); */
    /* 				-moz-transform:    translate(-50%, -50%); */
    /* 				-ms-transform:     translate(-50%, -50%); */
    /* 				-o-transform:      translate(-50%, -50%); */
    /* 				transform:         translate(-50%, -50%); */
    /* 				visibility:visible; */
    /* 			} */
    /* 			h2 { */
    /* 				color:$color-step; */
    /* 				margin-bottom:0; */
    /* 				font-size:17px; */
    /* 				display:none; */
    /* 				@include landscape { */
    /* 					display:inline; */
    /* 				} */
    /* 			} */
    /* 			i { */
    /* 				color: $color-step; */
    /* 				font-size: 50px; */
    /* 				margin: 0 0 20px; */
    /* 				display: inline-block; */
    /* 				@include portrait { */
    /* 					margin:0; */
    /* 					font-size:50px; */
    /* 				} */
    /* 				@include landscape { */
    /* 					margin:0; */
    /* 					font-size:60px; */
    /* 				} */
    /* 				@include desktop { */
    /* 					margin:0; */
    /* 					font-size:70px; */
    /* 				} */
    /* 			} */
    /* 		} */
    /* 		&.step-1 { */
    /* 			background: $color-step1; */
    /* 			&:hover { */
    /* 				background:darken( $color-step1, 5% ); */
    /* 			} */
    /* 		} */
    /* 		&.step-2 { */
    /* 			background: $color-step2; */
    /* 			&:hover { */
    /* 				background:darken( $color-step2, 5% ); */
    /* 			} */
    /* 		} */
    /* 		&.step-3 { */
    /* 			background: $color-step3; */
    /* 			&:hover { */
    /* 				background:darken( $color-step3, 5% ); */
    /* 			} */
    /* 		} */
    /* 		&.step-4 { */
    /* 			background: $color-step4; */
    /* 			&:hover { */
    /* 				background:darken( $color-step4, 5% ); */
    /* 			} */
    /* 		} */
    /* 		&.variant-1 { */
    /* 			background: $color-variant1; */
    /* 			h2, */
    /* 			p, */
    /* 			a { */
    /* 				color: $color-variant1-text; */
    /* 			} */
    /* 			&:hover { */
    /* 				background:darken( $color-variant1, 5% ); */
    /* 			} */
    /* 		} */
    /* 		&.variant-2 { */
    /* 			height: 387px; */
    /* 			background: $color-variant2; */
    /* 			@include landscape { */
    /* 				height: 223px; */
    /* 			} */
    /* 			h2, */
    /* 			p, */
    /* 			a { */
    /* 				color: $color-variant2-text; */
    /* 			} */
    /* 			&:hover { */
    /* 				background:darken( $color-variant2, 5% ); */
    /* 			} */
    /* 			p { */
    /* 				font-size: 17px; */
    /* 				line-height: 20px; */
    /* 				@include landscape { */
    /* 					margin-bottom: 32px; */
    /* 					line-height: 20px; */
    /* 					font-size: 17px; */
    /* 					width: 210px; */
    /* 				} */
    /* 			} */
    /* 			.compare-image { */
    /* 				font-size: 96px; */
    /* 				text-align: center; */
    /* 				font-size: 152px; */
    /* 				color: #fff; */
    /* 				@include landscape { */
    /* 					float:right; */
    /* 					margin-top:-26px; */
    /* 					font-size:140px; */
    /* 					margin-right: 39px; */
    /* 				} */
    /* 			} */
    /* 		} */
    /* 		.bottom-row & { */
    /* 			@include landscape { */
    /* 				min-height: 216px; */
    /* 			} */
    /* 			@include desktop { */
    /* 				min-height: 186px; */
    /* 			} */
    /* 		} */ }
    @media (min-width: 1px) {
      index article {
        margin-bottom: 20px; } }
    @media (min-width: 768px), (hover: hover) {
      index article {
        margin-bottom: 30px; } }
    @media (min-width: 1300px) {
      index article.council {
        height: 222px; } }
    @media (min-width: 1300px) {
      index article.council .button {
        position: absolute;
        bottom: 20px; } }
    @media (min-width: 1300px) {
      index article.faq {
        height: 222px; } }
    @media (min-width: 1300px) {
      index article.faq .button {
        position: absolute;
        bottom: 20px; } }
    index article .button {
      font: 17px/20px fontbold, Arial, Sans-Serif;
      font-weight: 700;
      color: #00437A; }
      index article .button:after {
        font-family: 'Overbetuwe';
        content: "\e600";
        font-size: 22px;
        position: absolute;
        line-height: 20px;
        margin-left: 4px; }
  @media only screen and (max-width: 500px) {
    index index .index .locality-search span.tooltip {
      left: 60px; } }
  @media (max-width: 1023px) {
    index .index h1 {
      font-size: 20px;
      margin-bottom: 14px; }
    index .index p {
      font-size: 13px;
      line-height: 22px; }
    index .index .locality-search {
      width: 100%; }
      index .index .locality-search label {
        top: 2px;
        font-size: 14px;
        line-height: 28px; }
      index .index .locality-search .autocomplete {
        top: 1px;
        left: 134px;
        font-size: 14px;
        line-height: 30px; }
      index .index .locality-search input {
        padding: 2px 0 4px 134px;
        font-size: 14px; }
      index .index .locality-search span.tooltip {
        left: 130px; }
    index article .button {
      font-size: 13px; } }

aside {
  width: 100%;
  position: absolute;
  left: 0px;
  /* 	top: -90px; */
  background: #eeeeee; }
  aside > div {
    display: flex;
    width: 100%;
    position: relative; }
  @media (min-width: 768px), (hover: hover) {
    aside {
      -moz-box-shadow: 200px 0 #eee,-200px 0 #eee;
      -webkit-box-shadow: 200px 0 #eee,-200px 0 #eee;
      box-shadow: 200px 0 #eee,-200px 0 #eee; } }
  @media (min-width: 1024px) {
    aside {
      position: relative;
      top: 0;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
      aside > div {
        flex-direction: column; } }
  aside a, aside button {
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    padding: 6px 0 8px;
    font-size: 23px;
    cursor: pointer;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    outline: none;
    border: none; }
    aside a:before, aside button:before {
      display: block;
      position: relative; }
    aside a.available:focus:before, aside button.available:focus:before {
      -webkit-animation: 0.5s click-feedback cubic-bezier(0.51, 0.23, 0.02, 0.96) 1;
      animation: 0.5s click-feedback cubic-bezier(0.51, 0.23, 0.02, 0.96) 1; }
    aside a:nth-last-child(1), aside button:nth-last-child(1) {
      width: 100%; }
    aside a:nth-last-child(2), aside a:nth-last-child(2), aside button:nth-last-child(2), aside button:nth-last-child(2) {
      width: 50%; }
    aside a:nth-last-child(3),
    aside a:nth-last-child(3) ~ button,
    aside a:nth-last-child(3) ~ a, aside button:nth-last-child(3),
    aside button:nth-last-child(3) ~ button,
    aside button:nth-last-child(3) ~ a {
      width: 33.33333%; }
    aside a:nth-last-child(4),
    aside a:nth-last-child(4) ~ button,
    aside a:nth-last-child(4) ~ a, aside button:nth-last-child(4),
    aside button:nth-last-child(4) ~ button,
    aside button:nth-last-child(4) ~ a {
      width: 25%; }
    aside a:nth-last-child(5),
    aside a:nth-last-child(5) ~ button,
    aside a:nth-last-child(5) ~ a, aside button:nth-last-child(5),
    aside button:nth-last-child(5) ~ button,
    aside button:nth-last-child(5) ~ a {
      width: 20%; }
    aside a:nth-last-child(6),
    aside a:nth-last-child(6) ~ button,
    aside a:nth-last-child(6) ~ a, aside button:nth-last-child(6),
    aside button:nth-last-child(6) ~ button,
    aside button:nth-last-child(6) ~ a {
      width: 16.66667%; }
    aside a:nth-last-child(7),
    aside a:nth-last-child(7) ~ button,
    aside a:nth-last-child(7) ~ a, aside button:nth-last-child(7),
    aside button:nth-last-child(7) ~ button,
    aside button:nth-last-child(7) ~ a {
      width: 14.28571%; }
    aside a:nth-last-child(8),
    aside a:nth-last-child(8) ~ button,
    aside a:nth-last-child(8) ~ a, aside button:nth-last-child(8),
    aside button:nth-last-child(8) ~ button,
    aside button:nth-last-child(8) ~ a {
      width: 12.5%; }
    aside a.disabled, aside button.disabled {
      cursor: default; }
    aside a.unavailable, aside button.unavailable {
      /* Hide unavailable taxes from navigation */
      display: none;
      /* Unless it's a common tax and we want to illustrate that tax applies to this locality */ }
      aside a.unavailable.property, aside a.unavailable.waste, aside a.unavailable.garbage, aside a.unavailable.parking, aside a.unavailable.dog, aside button.unavailable.property, aside button.unavailable.waste, aside button.unavailable.garbage, aside button.unavailable.parking, aside button.unavailable.dog {
        display: block; }
    aside a:after, aside button:after {
      width: 0;
      height: 0;
      position: absolute;
      right: -6px;
      content: "";
      top: 50%;
      margin-top: -8px; }
      @media (min-width: 768px), (hover: hover) {
        aside a:after, aside button:after {
          margin-top: -12px; } }
      @media (min-width: 1024px) {
        aside a:after, aside button:after {
          right: auto;
          top: 100%;
          left: 43%;
          margin-top: 0; } }
    @media (min-width: 374px) {
      aside a, aside button {
        padding: 10px 0 12px; } }
    @media (min-width: 768px), (hover: hover) {
      aside a, aside button {
        height: 80px;
        padding: 11px 0 11px;
        font-size: 46px; } }
    @media (min-width: 1024px) {
      aside a, aside button {
        width: 100% !important; } }
    aside a:hover, aside button:hover {
      color: #ffffff; }
    aside a.active span, aside button.active span {
      border-bottom: 4px solid #f6f6f6;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      position: absolute;
      bottom: -1px;
      left: 50%;
      margin-left: -8px; }
      @media (min-width: 768px), (hover: hover) {
        aside a.active span, aside button.active span {
          border-bottom: 7px solid #f6f6f6;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          margin-left: -12px; } }
      @media (min-width: 1024px) {
        aside a.active span, aside button.active span {
          border-left: none;
          border-right: 7px solid #f6f6f6;
          border-top: 12px solid transparent;
          border-bottom: 12px solid transparent;
          right: 0;
          left: auto;
          top: 50%;
          margin-left: 0;
          bottom: auto;
          margin-top: -12px; } }
    aside a:nth-child(1), aside button:nth-child(1) {
      background: #b3b3b3; }
    aside a:nth-child(2), aside button:nth-child(2) {
      background: #bababa; }
    aside a:nth-child(3), aside button:nth-child(3) {
      background: #c2c2c2; }
    aside a:nth-child(4), aside button:nth-child(4) {
      background: #c9c9c9; }
    aside a:nth-child(5), aside button:nth-child(5) {
      background: #d1d1d1; }
    aside a:nth-child(6), aside button:nth-child(6) {
      background: #d9d9d9; }
    aside a:nth-child(7), aside button:nth-child(7) {
      background: #e0e0e0; }
    aside a:nth-child(8), aside button:nth-child(8) {
      background: #e8e8e8; }
    aside a.property, aside button.property {
      z-index: 29;
      test: 0; }
      aside a.property i:before, aside button.property i:before {
        content: ""; }
      aside a.property.enabled:after, aside button.property.enabled:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 4px solid #00437A;
        right: -3px; }
        @media (min-width: 768px), (hover: hover) {
          aside a.property.enabled:after, aside button.property.enabled:after {
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 7px solid #00437A;
            right: -7px; } }
        @media (min-width: 1024px) {
          aside a.property.enabled:after, aside button.property.enabled:after {
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 7px solid #00437A; } }
      aside a.property.enabled, aside button.property.enabled {
        background: #00437A; }
        aside a.property.enabled:hover, aside button.property.enabled:hover {
          background: #003d70; }
          aside a.property.enabled:hover:after, aside button.property.enabled:hover:after {
            border-left-color: #003d70; }
            @media (min-width: 1024px) {
              aside a.property.enabled:hover:after, aside button.property.enabled:hover:after {
                border-left-color: transparent;
                border-top-color: #003d70; } }
    aside a.waste, aside button.waste {
      z-index: 28;
      test: 1; }
      aside a.waste i:before, aside button.waste i:before {
        content: ""; }
      aside a.waste.enabled:after, aside button.waste.enabled:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 4px solid #305A71;
        right: -3px; }
        @media (min-width: 768px), (hover: hover) {
          aside a.waste.enabled:after, aside button.waste.enabled:after {
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 7px solid #305A71;
            right: -7px; } }
        @media (min-width: 1024px) {
          aside a.waste.enabled:after, aside button.waste.enabled:after {
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 7px solid #305A71; } }
      aside a.waste.enabled, aside button.waste.enabled {
        background: #305A71; }
        aside a.waste.enabled:hover, aside button.waste.enabled:hover {
          background: #2d546a; }
          aside a.waste.enabled:hover:after, aside button.waste.enabled:hover:after {
            border-left-color: #2d546a; }
            @media (min-width: 1024px) {
              aside a.waste.enabled:hover:after, aside button.waste.enabled:hover:after {
                border-left-color: transparent;
                border-top-color: #2d546a; } }
    aside a.garbage, aside button.garbage {
      z-index: 27;
      test: 2; }
      aside a.garbage i:before, aside button.garbage i:before {
        content: ""; }
      aside a.garbage.enabled:after, aside button.garbage.enabled:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 4px solid #5F7169;
        right: -3px; }
        @media (min-width: 768px), (hover: hover) {
          aside a.garbage.enabled:after, aside button.garbage.enabled:after {
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 7px solid #5F7169;
            right: -7px; } }
        @media (min-width: 1024px) {
          aside a.garbage.enabled:after, aside button.garbage.enabled:after {
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 7px solid #5F7169; } }
      aside a.garbage.enabled, aside button.garbage.enabled {
        background: #5F7169; }
        aside a.garbage.enabled:hover, aside button.garbage.enabled:hover {
          background: #5a6b64; }
          aside a.garbage.enabled:hover:after, aside button.garbage.enabled:hover:after {
            border-left-color: #5a6b64; }
            @media (min-width: 1024px) {
              aside a.garbage.enabled:hover:after, aside button.garbage.enabled:hover:after {
                border-left-color: transparent;
                border-top-color: #5a6b64; } }
    aside a.parking, aside button.parking {
      z-index: 26;
      test: 3; }
      aside a.parking i:before, aside button.parking i:before {
        content: ""; }
      aside a.parking.enabled:after, aside button.parking.enabled:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 4px solid #8F8860;
        right: -3px; }
        @media (min-width: 768px), (hover: hover) {
          aside a.parking.enabled:after, aside button.parking.enabled:after {
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 7px solid #8F8860;
            right: -7px; } }
        @media (min-width: 1024px) {
          aside a.parking.enabled:after, aside button.parking.enabled:after {
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 7px solid #8F8860; } }
      aside a.parking.enabled, aside button.parking.enabled {
        background: #8F8860; }
        aside a.parking.enabled:hover, aside button.parking.enabled:hover {
          background: #89825c; }
          aside a.parking.enabled:hover:after, aside button.parking.enabled:hover:after {
            border-left-color: #89825c; }
            @media (min-width: 1024px) {
              aside a.parking.enabled:hover:after, aside button.parking.enabled:hover:after {
                border-left-color: transparent;
                border-top-color: #89825c; } }
    aside a.dog, aside button.dog {
      z-index: 25;
      test: 4; }
      aside a.dog i:before, aside button.dog i:before {
        content: ""; }
      aside a.dog.enabled:after, aside button.dog.enabled:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 4px solid #8F8860;
        right: -3px; }
        @media (min-width: 768px), (hover: hover) {
          aside a.dog.enabled:after, aside button.dog.enabled:after {
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 7px solid #8F8860;
            right: -7px; } }
        @media (min-width: 1024px) {
          aside a.dog.enabled:after, aside button.dog.enabled:after {
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 7px solid #8F8860; } }
      aside a.dog.enabled, aside button.dog.enabled {
        background: #8F8860; }
        aside a.dog.enabled:hover, aside button.dog.enabled:hover {
          background: #89825c; }
          aside a.dog.enabled:hover:after, aside button.dog.enabled:hover:after {
            border-left-color: #89825c; }
            @media (min-width: 1024px) {
              aside a.dog.enabled:hover:after, aside button.dog.enabled:hover:after {
                border-left-color: transparent;
                border-top-color: #89825c; } }
    aside a.fees, aside button.fees {
      z-index: 24;
      test: 0; }
      aside a.fees i:before, aside button.fees i:before {
        content: ""; }
      aside a.fees.enabled:after, aside button.fees.enabled:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 4px solid #aaa;
        right: -3px; }
        @media (min-width: 768px), (hover: hover) {
          aside a.fees.enabled:after, aside button.fees.enabled:after {
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 7px solid #aaa;
            right: -7px; } }
        @media (min-width: 1024px) {
          aside a.fees.enabled:after, aside button.fees.enabled:after {
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 7px solid #aaa; } }
      aside a.fees.enabled, aside button.fees.enabled {
        background: #aaa; }
        aside a.fees.enabled:hover, aside button.fees.enabled:hover {
          background: #a5a5a5; }
          aside a.fees.enabled:hover:after, aside button.fees.enabled:hover:after {
            border-left-color: #a5a5a5; }
            @media (min-width: 1024px) {
              aside a.fees.enabled:hover:after, aside button.fees.enabled:hover:after {
                border-left-color: transparent;
                border-top-color: #a5a5a5; } }
    aside a.advertising, aside button.advertising {
      z-index: 23;
      test: 4; }
      aside a.advertising i:before, aside button.advertising i:before {
        content: ""; }
      aside a.advertising.enabled:after, aside button.advertising.enabled:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 4px solid #aaa;
        right: -3px; }
        @media (min-width: 768px), (hover: hover) {
          aside a.advertising.enabled:after, aside button.advertising.enabled:after {
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 7px solid #aaa;
            right: -7px; } }
        @media (min-width: 1024px) {
          aside a.advertising.enabled:after, aside button.advertising.enabled:after {
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 7px solid #aaa; } }
      aside a.advertising.enabled, aside button.advertising.enabled {
        background: #aaa; }
        aside a.advertising.enabled:hover, aside button.advertising.enabled:hover {
          background: #a5a5a5; }
          aside a.advertising.enabled:hover:after, aside button.advertising.enabled:hover:after {
            border-left-color: #a5a5a5; }
            @media (min-width: 1024px) {
              aside a.advertising.enabled:hover:after, aside button.advertising.enabled:hover:after {
                border-left-color: transparent;
                border-top-color: #a5a5a5; } }
    aside a.biz, aside button.biz {
      z-index: 22;
      test: 5; }
      aside a.biz i:before, aside button.biz i:before {
        content: ""; }
      aside a.biz.enabled:after, aside button.biz.enabled:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 4px solid #aaa;
        right: -3px; }
        @media (min-width: 768px), (hover: hover) {
          aside a.biz.enabled:after, aside button.biz.enabled:after {
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 7px solid #aaa;
            right: -7px; } }
        @media (min-width: 1024px) {
          aside a.biz.enabled:after, aside button.biz.enabled:after {
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 7px solid #aaa; } }
      aside a.biz.enabled, aside button.biz.enabled {
        background: #aaa; }
        aside a.biz.enabled:hover, aside button.biz.enabled:hover {
          background: #a5a5a5; }
          aside a.biz.enabled:hover:after, aside button.biz.enabled:hover:after {
            border-left-color: #a5a5a5; }
            @media (min-width: 1024px) {
              aside a.biz.enabled:hover:after, aside button.biz.enabled:hover:after {
                border-left-color: transparent;
                border-top-color: #a5a5a5; } }
    aside a.tourist, aside button.tourist {
      z-index: 21;
      test: 0; }
      aside a.tourist i:before, aside button.tourist i:before {
        content: ""; }
      aside a.tourist.enabled:after, aside button.tourist.enabled:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 4px solid #aaa;
        right: -3px; }
        @media (min-width: 768px), (hover: hover) {
          aside a.tourist.enabled:after, aside button.tourist.enabled:after {
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 7px solid #aaa;
            right: -7px; } }
        @media (min-width: 1024px) {
          aside a.tourist.enabled:after, aside button.tourist.enabled:after {
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 7px solid #aaa; } }
      aside a.tourist.enabled, aside button.tourist.enabled {
        background: #aaa; }
        aside a.tourist.enabled:hover, aside button.tourist.enabled:hover {
          background: #a5a5a5; }
          aside a.tourist.enabled:hover:after, aside button.tourist.enabled:hover:after {
            border-left-color: #a5a5a5; }
            @media (min-width: 1024px) {
              aside a.tourist.enabled:hover:after, aside button.tourist.enabled:hover:after {
                border-left-color: transparent;
                border-top-color: #a5a5a5; } }
    aside a.commuter, aside button.commuter {
      z-index: 20;
      test: 0; }
      aside a.commuter i:before, aside button.commuter i:before {
        content: ""; }
      aside a.commuter.enabled:after, aside button.commuter.enabled:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 4px solid #aaa;
        right: -3px; }
        @media (min-width: 768px), (hover: hover) {
          aside a.commuter.enabled:after, aside button.commuter.enabled:after {
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 7px solid #aaa;
            right: -7px; } }
        @media (min-width: 1024px) {
          aside a.commuter.enabled:after, aside button.commuter.enabled:after {
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 7px solid #aaa; } }
      aside a.commuter.enabled, aside button.commuter.enabled {
        background: #aaa; }
        aside a.commuter.enabled:hover, aside button.commuter.enabled:hover {
          background: #a5a5a5; }
          aside a.commuter.enabled:hover:after, aside button.commuter.enabled:hover:after {
            border-left-color: #a5a5a5; }
            @media (min-width: 1024px) {
              aside a.commuter.enabled:hover:after, aside button.commuter.enabled:hover:after {
                border-left-color: transparent;
                border-top-color: #a5a5a5; } }
    aside a.water-authority, aside button.water-authority {
      z-index: 19;
      test: 5; }
      aside a.water-authority i:before, aside button.water-authority i:before {
        content: ""; }
      aside a.water-authority.enabled:after, aside button.water-authority.enabled:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 4px solid #aaa;
        right: -3px; }
        @media (min-width: 768px), (hover: hover) {
          aside a.water-authority.enabled:after, aside button.water-authority.enabled:after {
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 7px solid #aaa;
            right: -7px; } }
        @media (min-width: 1024px) {
          aside a.water-authority.enabled:after, aside button.water-authority.enabled:after {
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 7px solid #aaa; } }
      aside a.water-authority.enabled, aside button.water-authority.enabled {
        background: #aaa; }
        aside a.water-authority.enabled:hover, aside button.water-authority.enabled:hover {
          background: #a5a5a5; }
          aside a.water-authority.enabled:hover:after, aside button.water-authority.enabled:hover:after {
            border-left-color: #a5a5a5; }
            @media (min-width: 1024px) {
              aside a.water-authority.enabled:hover:after, aside button.water-authority.enabled:hover:after {
                border-left-color: transparent;
                border-top-color: #a5a5a5; } }
    aside a.wa-purification, aside button.wa-purification {
      z-index: 18;
      test: 1; }
      aside a.wa-purification i:before, aside button.wa-purification i:before {
        content: ""; }
      aside a.wa-purification.enabled:after, aside button.wa-purification.enabled:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 4px solid #00437A;
        right: -3px; }
        @media (min-width: 768px), (hover: hover) {
          aside a.wa-purification.enabled:after, aside button.wa-purification.enabled:after {
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 7px solid #00437A;
            right: -7px; } }
        @media (min-width: 1024px) {
          aside a.wa-purification.enabled:after, aside button.wa-purification.enabled:after {
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 7px solid #00437A; } }
      aside a.wa-purification.enabled, aside button.wa-purification.enabled {
        background: #00437A; }
        aside a.wa-purification.enabled:hover, aside button.wa-purification.enabled:hover {
          background: #003d70; }
          aside a.wa-purification.enabled:hover:after, aside button.wa-purification.enabled:hover:after {
            border-left-color: #003d70; }
            @media (min-width: 1024px) {
              aside a.wa-purification.enabled:hover:after, aside button.wa-purification.enabled:hover:after {
                border-left-color: transparent;
                border-top-color: #003d70; } }
    aside a.wa-pollution, aside button.wa-pollution {
      z-index: 17;
      test: 2; }
      aside a.wa-pollution i:before, aside button.wa-pollution i:before {
        content: ""; }
      aside a.wa-pollution.enabled:after, aside button.wa-pollution.enabled:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 4px solid #305A71;
        right: -3px; }
        @media (min-width: 768px), (hover: hover) {
          aside a.wa-pollution.enabled:after, aside button.wa-pollution.enabled:after {
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 7px solid #305A71;
            right: -7px; } }
        @media (min-width: 1024px) {
          aside a.wa-pollution.enabled:after, aside button.wa-pollution.enabled:after {
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 7px solid #305A71; } }
      aside a.wa-pollution.enabled, aside button.wa-pollution.enabled {
        background: #305A71; }
        aside a.wa-pollution.enabled:hover, aside button.wa-pollution.enabled:hover {
          background: #2d546a; }
          aside a.wa-pollution.enabled:hover:after, aside button.wa-pollution.enabled:hover:after {
            border-left-color: #2d546a; }
            @media (min-width: 1024px) {
              aside a.wa-pollution.enabled:hover:after, aside button.wa-pollution.enabled:hover:after {
                border-left-color: transparent;
                border-top-color: #2d546a; } }
    aside a.wa-system, aside button.wa-system {
      z-index: 16;
      test: 3; }
      aside a.wa-system i:before, aside button.wa-system i:before {
        content: ""; }
      aside a.wa-system.enabled:after, aside button.wa-system.enabled:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 4px solid #5F7169;
        right: -3px; }
        @media (min-width: 768px), (hover: hover) {
          aside a.wa-system.enabled:after, aside button.wa-system.enabled:after {
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 7px solid #5F7169;
            right: -7px; } }
        @media (min-width: 1024px) {
          aside a.wa-system.enabled:after, aside button.wa-system.enabled:after {
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 7px solid #5F7169; } }
      aside a.wa-system.enabled, aside button.wa-system.enabled {
        background: #5F7169; }
        aside a.wa-system.enabled:hover, aside button.wa-system.enabled:hover {
          background: #5a6b64; }
          aside a.wa-system.enabled:hover:after, aside button.wa-system.enabled:hover:after {
            border-left-color: #5a6b64; }
            @media (min-width: 1024px) {
              aside a.wa-system.enabled:hover:after, aside button.wa-system.enabled:hover:after {
                border-left-color: transparent;
                border-top-color: #5a6b64; } }
    aside a.wa-roads, aside button.wa-roads {
      z-index: 15;
      test: 4; }
      aside a.wa-roads i:before, aside button.wa-roads i:before {
        content: ""; }
      aside a.wa-roads.enabled:after, aside button.wa-roads.enabled:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 4px solid #8F8860;
        right: -3px; }
        @media (min-width: 768px), (hover: hover) {
          aside a.wa-roads.enabled:after, aside button.wa-roads.enabled:after {
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 7px solid #8F8860;
            right: -7px; } }
        @media (min-width: 1024px) {
          aside a.wa-roads.enabled:after, aside button.wa-roads.enabled:after {
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 7px solid #8F8860; } }
      aside a.wa-roads.enabled, aside button.wa-roads.enabled {
        background: #8F8860; }
        aside a.wa-roads.enabled:hover, aside button.wa-roads.enabled:hover {
          background: #89825c; }
          aside a.wa-roads.enabled:hover:after, aside button.wa-roads.enabled:hover:after {
            border-left-color: #89825c; }
            @media (min-width: 1024px) {
              aside a.wa-roads.enabled:hover:after, aside button.wa-roads.enabled:hover:after {
                border-left-color: transparent;
                border-top-color: #89825c; } }
    aside a.icon-check:before, aside button.icon-check:before {
      font-size: 29px;
      margin-top: -2px; }
      @media (min-width: 768px), (hover: hover) {
        aside a.icon-check:before, aside button.icon-check:before {
          font-size: 59px;
          margin-top: -5px; } }
    aside a.next, aside button.next {
      z-index: 14;
      /* 			background: darken($color-step,12%); */ }
      aside a.next.enabled:after, aside button.next.enabled:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 4px solid #BE9F57;
        right: -3px; }
        @media (min-width: 768px), (hover: hover) {
          aside a.next.enabled:after, aside button.next.enabled:after {
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 7px solid #BE9F57;
            right: -7px; } }
        @media (min-width: 1024px) {
          aside a.next.enabled:after, aside button.next.enabled:after {
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 7px solid #BE9F57; } }
      aside a.next.enabled, aside button.next.enabled {
        background: #BE9F57; }
        aside a.next.enabled:hover, aside button.next.enabled:hover {
          background: #bb9b50; }
          aside a.next.enabled:hover:after, aside button.next.enabled:hover:after {
            border-left: 7px solid #bb9b50; }
            @media (min-width: 1024px) {
              aside a.next.enabled:hover:after, aside button.next.enabled:hover:after {
                border-left: 12px solid transparent;
                border-top: 7px solid #bb9b50; } }
    aside a.result, aside button.result {
      z-index: 13;
      /* 			background: darken($color-step,9%); */ }
      aside a.result.enabled, aside button.result.enabled {
        background: #BE9F57; }
        aside a.result.enabled:hover, aside button.result.enabled:hover {
          background: #bb9b50; }
      aside a.result.active span, aside button.result.active span {
        border-bottom: 7px solid #ffffff; }
        @media (min-width: 1024px) {
          aside a.result.active span, aside button.result.active span {
            border-bottom: 12px solid transparent; } }

li[tabindex] {
  outline: none; }

.dropdown {
  padding: 0;
  z-index: 2;
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: auto; }
  .dropdown > li.dropdown-open {
    overflow: visible; }
  .dropdown > li {
    min-height: 100%; }
  .dropdown.dropdown-open > li {
    background: #fff; }
  .dropdown:after {
    content: "";
    border-top: 4px solid #00437A;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: 10px;
    top: 13px; }
  .dropdown > li {
    float: left;
    padding: 5px 4px 5px;
    margin-right: 1px;
    background: #fff; }
    .dropdown > li:last-child {
      padding-right: 26px;
      margin-right: 0px; }
    @media (min-width: 768px), (hover: hover) {
      .dropdown > li {
        padding: 7px 10px 7px;
        margin-right: 0; } }
    .dropdown > li:before:hover {
      display: none !important; }
  .dropdown li {
    display: block;
    font: 12px/18px fontregular, Arial, Sans-Serif;
    color: #00437A; }
    .dropdown li ul {
      display: none;
      position: absolute;
      right: 0;
      padding: 10px 10px 0;
      background: #fff;
      min-width: 90px;
      margin-top: 5px; }
      .dropdown li ul li {
        font: 12px/16px fontregular, Arial, Sans-Serif;
        width: 100%; }
        .dropdown li ul li a {
          white-space: nowrap;
          display: block;
          background: #bbbbbb;
          padding: 8px 10px 8px 10px;
          margin-bottom: 5px;
          color: #fff;
          cursor: pointer;
          position: relative;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropdown li ul li a:hover {
            background: #00437A; }
          .dropdown li ul li a.active {
            color: #00437A; }
          .dropdown li ul li a.situation {
            color: #fff; }
            .dropdown li ul li a.situation:hover {
              background: #aaa; }
            .dropdown li ul li a.situation.active {
              background: #5da423; }
            .dropdown li ul li a.situation:before {
              vertical-align: bottom;
              margin-right: 11px;
              font-size: 16px;
              position: absolute;
              left: 11px;
              top: 7px;
              width: 20px;
              height: 20px;
              line-height: 20px;
              text-align: center; }
              .situations .dropdown li ul li a.situation:before {
                font-size: 16px; }
          .dropdown li ul li a.proposal {
            background: #bbbbbb;
            color: #fff; }
            .dropdown li ul li a.proposal:before {
              content: "\e606";
              font-size: 14px;
              display: inline-block;
              vertical-align: middle;
              vertical-align: bottom;
              margin-right: 11px;
              font-size: 16px;
              position: absolute;
              left: 11px;
              top: 10px;
              width: 20px;
              height: 20px;
              line-height: 20px;
              text-align: center; }
            .dropdown li ul li a.proposal.checked {
              background: #5da423; }
              .dropdown li ul li a.proposal.checked:before {
                content: "\e651";
                top: 7px;
                font-size: 20px;
                vertical-align: bottom; }
            .dropdown li ul li a.proposal.icon-lamp7:before {
              content: "" !important;
              font-size: 19px !important; }
          .dropdown li ul li a.icon-plus {
            background: #00437A; }
          .dropdown li ul li a.icon-plus:before, .dropdown li ul li a.icon-calculator:before {
            margin-right: 12px;
            font-size: 16px;
            vertical-align: top;
            display: inline-block;
            left: 11px;
            top: 8px;
            text-align: center; }
          .dropdown li ul li a.totals:hover {
            background: #aaa; }
        section#council .dropdown li ul li button {
          color: #fff;
          background: #ddd;
          padding: 10px 10px;
          display: block;
          width: 100%;
          margin-bottom: 7px; }
          section#council .dropdown li ul li button.active {
            background: #00437A; }
          section#council .dropdown li ul li button.property.active {
            background: #00437A; }
          section#council .dropdown li ul li button.waste.active {
            background: #305A71; }
          section#council .dropdown li ul li button.garbage.active {
            background: #5F7169; }
          section#council .dropdown li ul li button.parking.active {
            background: #8F8860; }
          section#council .dropdown li ul li button.dog.active {
            background: #8F8860; }
          section#council .dropdown li ul li button.fees.active {
            background: #aaa; }
          section#council .dropdown li ul li button.advertising.active {
            background: #aaa; }
          section#council .dropdown li ul li button.biz.active {
            background: #aaa; }
          section#council .dropdown li ul li button.tourist.active {
            background: #aaa; }
          section#council .dropdown li ul li button.commuter.active {
            background: #aaa; }
          section#council .dropdown li ul li button.water-authority.active {
            background: #aaa; }
          section#council .dropdown li ul li button.wa-purification.active {
            background: #00437A; }
          section#council .dropdown li ul li button.wa-pollution.active {
            background: #305A71; }
          section#council .dropdown li ul li button.wa-system.active {
            background: #5F7169; }
          section#council .dropdown li ul li button.wa-roads.active {
            background: #8F8860; }
          section#council .dropdown li ul li button:before {
            font-size: 20px;
            color: #fff; }
          section#council .dropdown li ul li button:hover {
            color: #fff; }
          section#council .dropdown li ul li button.comparison {
            padding: 0 0px; }
            section#council .dropdown li ul li button.comparison:before {
              font-size: 36px; }
            section#council .dropdown li ul li button.comparison.icon-province {
              padding: 6px; }
              section#council .dropdown li ul li button.comparison.icon-province:before {
                font-family: fontbold, Arial, Sans-Serif;
                font-size: 26px; }
              section#council .dropdown li ul li button.comparison.icon-province.province-drenthe:before {
                content: 'DR'; }
              section#council .dropdown li ul li button.comparison.icon-province.province-flevoland:before {
                content: 'FL'; }
              section#council .dropdown li ul li button.comparison.icon-province.province-friesland:before {
                content: 'FR'; }
              section#council .dropdown li ul li button.comparison.icon-province.province-gelderland:before {
                content: 'GLD'; }
              section#council .dropdown li ul li button.comparison.icon-province.province-groningen:before {
                content: 'GR'; }
              section#council .dropdown li ul li button.comparison.icon-province.province-limburg:before {
                content: 'LB'; }
              section#council .dropdown li ul li button.comparison.icon-province.province-noord-brabant:before {
                content: 'NB'; }
              section#council .dropdown li ul li button.comparison.icon-province.province-noord-holland:before {
                content: 'NH'; }
              section#council .dropdown li ul li button.comparison.icon-province.province-overijssel:before {
                content: 'OV'; }
              section#council .dropdown li ul li button.comparison.icon-province.province-utrecht:before {
                content: 'UT'; }
              section#council .dropdown li ul li button.comparison.icon-province.province-zuid-holland:before {
                content: 'ZH'; }
              section#council .dropdown li ul li button.comparison.icon-province.province-zeeland:before {
                content: 'ZL'; }
    .dropdown li:hover ul {
      display: block; }
    @media (min-width: 768px), (hover: hover) {
      .dropdown li {
        font: 15px/14px fontbold, Arial, Sans-Serif; }
        .dropdown li ul {
          min-width: 150px;
          margin-top: 19px;
          margin-top: 7px; }
          .dropdown li ul li {
            font: 13px/18px fontregular, Arial, Sans-Serif; }
            .dropdown li ul li a {
              padding: 8px 30px 8px 15px;
              margin-bottom: 9px;
              max-width: none;
              line-height: 20px; }
              .dropdown li ul li a:before {
                position: relative;
                left: auto;
                top: auto; }
              .dropdown li ul li a.proposal.checked:before, .dropdown li ul li a.proposal:before {
                position: relative;
                left: auto;
                top: auto; }
              .dropdown li ul li a.situation {
                padding: 8px 30px 8px 15px;
                margin-bottom: 9px;
                max-width: none; }
                .dropdown li ul li a.situation:before {
                  font-size: 20px;
                  position: relative;
                  left: auto;
                  top: auto; }
              .dropdown li ul li a.icon-plus:before, .dropdown li ul li a.icon-calculator:before {
                font-size: 16px;
                position: relative;
                left: auto;
                top: auto;
                line-height: 20px;
                width: 20px;
                height: 20px; }
            section#council .dropdown li ul li button {
              padding: 10px 30px;
              background: #bbbbbb; }
              section#council .dropdown li ul li button:before {
                font-size: 30px;
                color: #fff; }
              section#council .dropdown li ul li button:hover {
                color: #fff;
                background-color: #aaa; }
              section#council .dropdown li ul li button.active {
                background: #00437A; }
              section#council .dropdown li ul li button.comparison {
                padding: 0 30px; }
                section#council .dropdown li ul li button.comparison:before {
                  font-size: 48px; }
                section#council .dropdown li ul li button.comparison.icon-province {
                  padding: 6px; }
                  section#council .dropdown li ul li button.comparison.icon-province:before {
                    font-family: fontbold, Arial, Sans-Serif;
                    font-size: 39px; } }
  @media (hover: none) {
    .dropdown li:hover {
      overflow: hidden; }
      .dropdown li:hover ul {
        display: none; } }
  .dropdown li.dropdown-closed {
    overflow: hidden; }
    .dropdown li.dropdown-closed ul {
      display: none; }
  .dropdown li.dropdown-open {
    overflow: hidden; }
    .dropdown li.dropdown-open ul {
      display: block; }

aside a.advertising:before {
  font-size: 0.8em;
  margin-top: 6px;
  margin-left: 3px; }

@font-face {
  font-family: 'Overbetuwe';
  src: url("../fonts/Overbetuwe.eot?-wbf81i");
  src: url("../fonts/Overbetuwe.eot?#iefix-wbf81i") format("embedded-opentype"), url("../fonts/Overbetuwe.woff?-wbf81i") format("woff"), url("../fonts/Overbetuwe.ttf?-wbf81i") format("truetype"), url("../fonts/Overbetuwe.svg?-wbf81i#Overbetuwe") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-"] > i:before,
[class*=" icon-"] > i:before,
button.icon:before {
  font-family: 'Overbetuwe';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

section#council button.icon,
section#council button[class^="icon-"] {
  background: none;
  outline: none;
  border: none;
  font-size: 0; }
  section#council button.icon:before,
  section#council button[class^="icon-"]:before {
    font-size: 20px; }

section#council .buttons button.icon,
section#council .buttons button[class^="icon-"] {
  color: #555; }
  section#council .buttons button.icon:hover,
  section#council .buttons button[class^="icon-"]:hover {
    color: #00437A; }
    section#council .buttons button.icon:hover:before,
    section#council .buttons button[class^="icon-"]:hover:before {
      color: #00437A; }

.icon-wa-roads:before {
  content: "\e90f"; }

.icon-wa-pollution:before {
  content: "\e910"; }

.icon-water-authority:before {
  content: "\e911"; }

.icon-wa-system:before {
  content: "\e912"; }

.icon-wa-purification:before {
  content: "\e913"; }

.icon-lock:before {
  content: "\e90e"; }

.icon-commuter:before {
  content: "\e90b"; }

.icon-tourist:before {
  content: "\e90c";
  margin-left: -6px;
  margin-right: -6px; }

.icon-biz:before {
  content: "\e90d"; }

.icon-office:before {
  content: "\e61a"; }

.icon-droplet:before {
  content: "\e618"; }

.icon-pencil:before {
  content: "\e615"; }

.icon-printer2:before {
  content: "\ea65"; }

.contrast:before {
  content: ""; }

.icon-lamp7:before {
  content: "\ebf6"; }

.icon-clipboard6:before {
  content: "\ec52"; }

.icon-pie-chart:before {
  content: "\e614"; }

.icon-minus:before {
  content: "\e60d"; }

.icon-stats-bars:before {
  content: "\e60c"; }

.icon-floppy-disk:before {
  content: "\e608"; }

.icon-cross:before {
  content: "\e606"; }

.icon-home5:before {
  content: "\e904"; }

.icon-paw:before {
  content: "\ebd5"; }

.icon-bin2:before {
  content: "\ebfb"; }

.icon-car:before {
  content: "\ec07"; }

.icon-arrow-right:before {
  content: "\e600"; }

.icon-arrow-left:before {
  content: "\e601"; }

.icon-plus:before {
  content: "\e655"; }

.icon-check i:before {
  content: "\e651"; }

.icon-loop2:before {
  content: "\e650"; }

.icon-globe:before {
  content: "\e643"; }

.icon-warning:before {
  content: "\e641"; }

.icon-checkbox-checked:before {
  content: "\e62a"; }

.icon-wrench:before {
  content: "\e60f"; }

.icon-calculator:before {
  content: "\e613"; }

.icon-container_ondergronds_flat:before {
  content: "\e619"; }

.icon-stad:before,
.icon-national:before {
  content: "\e616"; }

.icon-dorp:before,
.icon-regional:before {
  content: "\e617"; }

.icon-similar:before {
  content: "\e909"; }

.icon-collaboration:before {
  content: "\e90a"; }

.icon-person:before {
  content: "\e610"; }

.icon-garage:before {
  content: "\e611"; }

.icon-trash:before {
  content: "\e605"; }

.icon-toilet:before {
  content: "\e604"; }

.icon-like:before {
  content: "\e602"; }

.icon-question:before {
  content: "\e603"; }

.icon-people:before {
  content: "\e607"; }

.icon-gplus:before {
  content: "\e609"; }

.icon-gear:before {
  content: "\e60a"; }

.icon-menu:before {
  content: "\e60b"; }

.icon-fb:before {
  content: "\e60e"; }

.icon-chart-area:before {
  content: "\e612"; }

.icon-benchmark-averages:before {
  content: "\e612"; }

button[role=radio].icon-graph-switch:before {
  content: "\e915"; }

button[role=radio].icon-table-switch:before {
  content: "\e916"; }

.icon.property:before {
  content: ""; }

.icon.waste:before {
  content: ""; }

.icon.garbage:before {
  content: ""; }

.icon.parking:before {
  content: ""; }

.icon.dog:before {
  content: ""; }

.icon.fees:before {
  content: ""; }

.icon.advertising:before {
  content: ""; }

.icon.biz:before {
  content: ""; }

.icon.tourist:before {
  content: ""; }

.icon.commuter:before {
  content: ""; }

.icon.water-authority:before {
  content: ""; }

.icon.wa-purification:before {
  content: ""; }

.icon.wa-pollution:before {
  content: ""; }

.icon.wa-system:before {
  content: ""; }

.icon.wa-roads:before {
  content: ""; }

section.subject {
  height: 100%; }
  section.subject .large-10 {
    height: 100%;
    padding-top: 35px; }
    @media (min-width: 374px) {
      section.subject .large-10 {
        padding-top: 42px; } }
    @media (min-width: 768px), (hover: hover) {
      section.subject .large-10 {
        padding-top: 76px; } }
    @media (min-width: 1024px) {
      section.subject .large-10 {
        padding-top: 0; } }
  section.subject .smart-value.hasSteps {
    margin-left: 0;
    margin-right: 0;
    position: relative; }
    section.subject .smart-value.hasSteps .icon-plus {
      right: 0; }
    section.subject .smart-value.hasSteps .icon-minus {
      left: 0; }
    section.subject .smart-value.hasSteps .smart-value-input button[class^="icon-"] {
      position: absolute;
      width: 42px;
      height: 100%;
      z-index: 2;
      padding: 0; }
      section.subject .smart-value.hasSteps .smart-value-input button[class^="icon-"]:before {
        font-size: 12px; }
  section.subject control[type='currency'].smart-value.hasSteps button[tabindex='-1'] {
    display: none; }

/* Buttons and slider colors for each step */
.property button-handle,
.property control > button,
.property button.optionsToggle,
.property input[type="radio"] + label,
.property input[type="checkbox"] + label {
  background: #dddddd;
  color: #b7b7b7; }
  .property button-handle:hover,
  .property control > button:hover,
  .property button.optionsToggle:hover,
  .property input[type="radio"] + label:hover,
  .property input[type="checkbox"] + label:hover {
    background: #d0d0d0;
    color: #aaaaaa; }

.property control.add:not(.disabled) button,
.property control > button[aria-checked=true],
.property input[type="radio"]:checked + label,
.property input[type="checkbox"]:checked + label {
  background: #00437A;
  color: #ffffff; }

.property a {
  color: #00437A; }
  .property a:hover {
    color: #003561;
    text-decoration: underline; }

.property slider {
  /* 		background: $text-color; */ }
  .property slider > button-handle {
    border-color: #00437A;
    background: #ffffff; }
    .property slider > button-handle:before {
      border-top: 5px solid #00437A; }
    .property slider > button-handle span {
      background: #00437A;
      color: #ffffff; }
  .property slider > range {
    background: #00437A; }

.property footer .previous > button {
  background: #dddddd;
  color: #00437A; }
  .property footer .previous > button:hover {
    background: #b7b7b7; }
  .property footer .previous > button.disabled {
    background: #d0d0d0;
    color: #b7b7b7; }

.property footer .next > button {
  background: #00437A;
  color: #ffffff; }
  .property footer .next > button.enabled {
    background: #00437A; }
  .property footer .next > button:hover {
    background: #003561; }

.property footer .next.disabled > button {
  background: #d0d0d0;
  color: #b7b7b7; }

.property footer .next.submitting > button {
  background: #d0d0d0;
  color: #00437A; }
  .property footer .next.submitting > button:before {
    -webkit-animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
    animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite; }

.property footer total span {
  color: #b7b7b7; }
  .property footer total span.amount, .property footer total span.sign, .property footer total span.average {
    color: #00437A; }

.property footer total span.average {
  display: none; }

.property footer total.average span.average {
  display: inline; }

.property footer total.average span.amount > div:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url("../images/stripes.png") repeat; }

.property button.icon-question {
  color: #00437A;
  cursor: pointer; }

.property .smart-value .values,
.property .smart-value .smart-value-input .values {
  color: #00437A; }

.property .smart-value button.icon-plus:before, .property .smart-value button.icon-minus:before {
  color: #00437A; }

.property input, .property select, .property textarea {
  color: #00437A; }

.property input:focus {
  color: #00437A;
  -webkit-box-shadow: inset 0 0px 8px 5px rgba(0, 67, 122, 0.1);
  box-shadow: inset 0 0px 8px 5px rgba(0, 67, 122, 0.1); }
  .property input:focus::selection {
    background: rgba(0, 67, 122, 0.1);
    color: #00437A; }
  .property input:focus::-moz-selection {
    background: rgba(0, 67, 122, 0.1);
    color: #00437A; }

.property input::selection {
  background: rgba(0, 67, 122, 0.1);
  color: #00437A; }

.property input::-moz-selection {
  background: rgba(0, 67, 122, 0.1);
  color: #00437A; }

.property slider input:focus {
  color: #ffffff; }
  .property slider input:focus::selection {
    color: #ffffff; }

.taxes-detail .icon-tax:before {
  display: block;
  float: left;
  padding: 2px 5px 0 0;
  clear: left; }

.taxes-detail .icon-tax.property:before {
  content: ""; }

.waste button-handle,
.waste control > button,
.waste button.optionsToggle,
.waste input[type="radio"] + label,
.waste input[type="checkbox"] + label {
  background: #dddddd;
  color: #b7b7b7; }
  .waste button-handle:hover,
  .waste control > button:hover,
  .waste button.optionsToggle:hover,
  .waste input[type="radio"] + label:hover,
  .waste input[type="checkbox"] + label:hover {
    background: #d0d0d0;
    color: #aaaaaa; }

.waste control.add:not(.disabled) button,
.waste control > button[aria-checked=true],
.waste input[type="radio"]:checked + label,
.waste input[type="checkbox"]:checked + label {
  background: #305A71;
  color: #ffffff; }

.waste a {
  color: #305A71; }
  .waste a:hover {
    color: #284c5f;
    text-decoration: underline; }

.waste slider {
  /* 		background: $text-color; */ }
  .waste slider > button-handle {
    border-color: #305A71;
    background: #ffffff; }
    .waste slider > button-handle:before {
      border-top: 5px solid #305A71; }
    .waste slider > button-handle span {
      background: #305A71;
      color: #ffffff; }
  .waste slider > range {
    background: #305A71; }

.waste footer .previous > button {
  background: #dddddd;
  color: #305A71; }
  .waste footer .previous > button:hover {
    background: #b7b7b7; }
  .waste footer .previous > button.disabled {
    background: #d0d0d0;
    color: #b7b7b7; }

.waste footer .next > button {
  background: #305A71;
  color: #ffffff; }
  .waste footer .next > button.enabled {
    background: #305A71; }
  .waste footer .next > button:hover {
    background: #284c5f; }

.waste footer .next.disabled > button {
  background: #d0d0d0;
  color: #b7b7b7; }

.waste footer .next.submitting > button {
  background: #d0d0d0;
  color: #305A71; }
  .waste footer .next.submitting > button:before {
    -webkit-animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
    animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite; }

.waste footer total span {
  color: #b7b7b7; }
  .waste footer total span.amount, .waste footer total span.sign, .waste footer total span.average {
    color: #305A71; }

.waste footer total span.average {
  display: none; }

.waste footer total.average span.average {
  display: inline; }

.waste footer total.average span.amount > div:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url("../images/stripes.png") repeat; }

.waste button.icon-question {
  color: #305A71;
  cursor: pointer; }

.waste .smart-value .values,
.waste .smart-value .smart-value-input .values {
  color: #305A71; }

.waste .smart-value button.icon-plus:before, .waste .smart-value button.icon-minus:before {
  color: #305A71; }

.waste input, .waste select, .waste textarea {
  color: #305A71; }

.waste input:focus {
  color: #305A71;
  -webkit-box-shadow: inset 0 0px 8px 5px rgba(48, 90, 113, 0.1);
  box-shadow: inset 0 0px 8px 5px rgba(48, 90, 113, 0.1); }
  .waste input:focus::selection {
    background: rgba(48, 90, 113, 0.1);
    color: #305A71; }
  .waste input:focus::-moz-selection {
    background: rgba(48, 90, 113, 0.1);
    color: #305A71; }

.waste input::selection {
  background: rgba(48, 90, 113, 0.1);
  color: #305A71; }

.waste input::-moz-selection {
  background: rgba(48, 90, 113, 0.1);
  color: #305A71; }

.waste slider input:focus {
  color: #ffffff; }
  .waste slider input:focus::selection {
    color: #ffffff; }

.taxes-detail .icon-tax:before {
  display: block;
  float: left;
  padding: 2px 5px 0 0;
  clear: left; }

.taxes-detail .icon-tax.waste:before {
  content: ""; }

.garbage button-handle,
.garbage control > button,
.garbage button.optionsToggle,
.garbage input[type="radio"] + label,
.garbage input[type="checkbox"] + label {
  background: #dddddd;
  color: #b7b7b7; }
  .garbage button-handle:hover,
  .garbage control > button:hover,
  .garbage button.optionsToggle:hover,
  .garbage input[type="radio"] + label:hover,
  .garbage input[type="checkbox"] + label:hover {
    background: #d0d0d0;
    color: #aaaaaa; }

.garbage control.add:not(.disabled) button,
.garbage control > button[aria-checked=true],
.garbage input[type="radio"]:checked + label,
.garbage input[type="checkbox"]:checked + label {
  background: #5F7169;
  color: #ffffff; }

.garbage a {
  color: #5F7169; }
  .garbage a:hover {
    color: #53635c;
    text-decoration: underline; }

.garbage slider {
  /* 		background: $text-color; */ }
  .garbage slider > button-handle {
    border-color: #5F7169;
    background: #ffffff; }
    .garbage slider > button-handle:before {
      border-top: 5px solid #5F7169; }
    .garbage slider > button-handle span {
      background: #5F7169;
      color: #ffffff; }
  .garbage slider > range {
    background: #5F7169; }

.garbage footer .previous > button {
  background: #dddddd;
  color: #5F7169; }
  .garbage footer .previous > button:hover {
    background: #b7b7b7; }
  .garbage footer .previous > button.disabled {
    background: #d0d0d0;
    color: #b7b7b7; }

.garbage footer .next > button {
  background: #5F7169;
  color: #ffffff; }
  .garbage footer .next > button.enabled {
    background: #5F7169; }
  .garbage footer .next > button:hover {
    background: #53635c; }

.garbage footer .next.disabled > button {
  background: #d0d0d0;
  color: #b7b7b7; }

.garbage footer .next.submitting > button {
  background: #d0d0d0;
  color: #5F7169; }
  .garbage footer .next.submitting > button:before {
    -webkit-animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
    animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite; }

.garbage footer total span {
  color: #b7b7b7; }
  .garbage footer total span.amount, .garbage footer total span.sign, .garbage footer total span.average {
    color: #5F7169; }

.garbage footer total span.average {
  display: none; }

.garbage footer total.average span.average {
  display: inline; }

.garbage footer total.average span.amount > div:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url("../images/stripes.png") repeat; }

.garbage button.icon-question {
  color: #5F7169;
  cursor: pointer; }

.garbage .smart-value .values,
.garbage .smart-value .smart-value-input .values {
  color: #5F7169; }

.garbage .smart-value button.icon-plus:before, .garbage .smart-value button.icon-minus:before {
  color: #5F7169; }

.garbage input, .garbage select, .garbage textarea {
  color: #5F7169; }

.garbage input:focus {
  color: #5F7169;
  -webkit-box-shadow: inset 0 0px 8px 5px rgba(95, 113, 105, 0.1);
  box-shadow: inset 0 0px 8px 5px rgba(95, 113, 105, 0.1); }
  .garbage input:focus::selection {
    background: rgba(95, 113, 105, 0.1);
    color: #5F7169; }
  .garbage input:focus::-moz-selection {
    background: rgba(95, 113, 105, 0.1);
    color: #5F7169; }

.garbage input::selection {
  background: rgba(95, 113, 105, 0.1);
  color: #5F7169; }

.garbage input::-moz-selection {
  background: rgba(95, 113, 105, 0.1);
  color: #5F7169; }

.garbage slider input:focus {
  color: #ffffff; }
  .garbage slider input:focus::selection {
    color: #ffffff; }

.taxes-detail .icon-tax:before {
  display: block;
  float: left;
  padding: 2px 5px 0 0;
  clear: left; }

.taxes-detail .icon-tax.garbage:before {
  content: ""; }

.parking button-handle,
.parking control > button,
.parking button.optionsToggle,
.parking input[type="radio"] + label,
.parking input[type="checkbox"] + label {
  background: #dddddd;
  color: #b7b7b7; }
  .parking button-handle:hover,
  .parking control > button:hover,
  .parking button.optionsToggle:hover,
  .parking input[type="radio"] + label:hover,
  .parking input[type="checkbox"] + label:hover {
    background: #d0d0d0;
    color: #aaaaaa; }

.parking control.add:not(.disabled) button,
.parking control > button[aria-checked=true],
.parking input[type="radio"]:checked + label,
.parking input[type="checkbox"]:checked + label {
  background: #8F8860;
  color: #ffffff; }

.parking a {
  color: #8F8860; }
  .parking a:hover {
    color: #807956;
    text-decoration: underline; }

.parking slider {
  /* 		background: $text-color; */ }
  .parking slider > button-handle {
    border-color: #8F8860;
    background: #ffffff; }
    .parking slider > button-handle:before {
      border-top: 5px solid #8F8860; }
    .parking slider > button-handle span {
      background: #8F8860;
      color: #ffffff; }
  .parking slider > range {
    background: #8F8860; }

.parking footer .previous > button {
  background: #dddddd;
  color: #8F8860; }
  .parking footer .previous > button:hover {
    background: #b7b7b7; }
  .parking footer .previous > button.disabled {
    background: #d0d0d0;
    color: #b7b7b7; }

.parking footer .next > button {
  background: #8F8860;
  color: #ffffff; }
  .parking footer .next > button.enabled {
    background: #8F8860; }
  .parking footer .next > button:hover {
    background: #807956; }

.parking footer .next.disabled > button {
  background: #d0d0d0;
  color: #b7b7b7; }

.parking footer .next.submitting > button {
  background: #d0d0d0;
  color: #8F8860; }
  .parking footer .next.submitting > button:before {
    -webkit-animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
    animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite; }

.parking footer total span {
  color: #b7b7b7; }
  .parking footer total span.amount, .parking footer total span.sign, .parking footer total span.average {
    color: #8F8860; }

.parking footer total span.average {
  display: none; }

.parking footer total.average span.average {
  display: inline; }

.parking footer total.average span.amount > div:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url("../images/stripes.png") repeat; }

.parking button.icon-question {
  color: #8F8860;
  cursor: pointer; }

.parking .smart-value .values,
.parking .smart-value .smart-value-input .values {
  color: #8F8860; }

.parking .smart-value button.icon-plus:before, .parking .smart-value button.icon-minus:before {
  color: #8F8860; }

.parking input, .parking select, .parking textarea {
  color: #8F8860; }

.parking input:focus {
  color: #8F8860;
  -webkit-box-shadow: inset 0 0px 8px 5px rgba(143, 136, 96, 0.1);
  box-shadow: inset 0 0px 8px 5px rgba(143, 136, 96, 0.1); }
  .parking input:focus::selection {
    background: rgba(143, 136, 96, 0.1);
    color: #8F8860; }
  .parking input:focus::-moz-selection {
    background: rgba(143, 136, 96, 0.1);
    color: #8F8860; }

.parking input::selection {
  background: rgba(143, 136, 96, 0.1);
  color: #8F8860; }

.parking input::-moz-selection {
  background: rgba(143, 136, 96, 0.1);
  color: #8F8860; }

.parking slider input:focus {
  color: #ffffff; }
  .parking slider input:focus::selection {
    color: #ffffff; }

.taxes-detail .icon-tax:before {
  display: block;
  float: left;
  padding: 2px 5px 0 0;
  clear: left; }

.taxes-detail .icon-tax.parking:before {
  content: ""; }

.dog button-handle,
.dog control > button,
.dog button.optionsToggle,
.dog input[type="radio"] + label,
.dog input[type="checkbox"] + label {
  background: #dddddd;
  color: #b7b7b7; }
  .dog button-handle:hover,
  .dog control > button:hover,
  .dog button.optionsToggle:hover,
  .dog input[type="radio"] + label:hover,
  .dog input[type="checkbox"] + label:hover {
    background: #d0d0d0;
    color: #aaaaaa; }

.dog control.add:not(.disabled) button,
.dog control > button[aria-checked=true],
.dog input[type="radio"]:checked + label,
.dog input[type="checkbox"]:checked + label {
  background: #8F8860;
  color: #ffffff; }

.dog a {
  color: #8F8860; }
  .dog a:hover {
    color: #807956;
    text-decoration: underline; }

.dog slider {
  /* 		background: $text-color; */ }
  .dog slider > button-handle {
    border-color: #8F8860;
    background: #ffffff; }
    .dog slider > button-handle:before {
      border-top: 5px solid #8F8860; }
    .dog slider > button-handle span {
      background: #8F8860;
      color: #ffffff; }
  .dog slider > range {
    background: #8F8860; }

.dog footer .previous > button {
  background: #dddddd;
  color: #8F8860; }
  .dog footer .previous > button:hover {
    background: #b7b7b7; }
  .dog footer .previous > button.disabled {
    background: #d0d0d0;
    color: #b7b7b7; }

.dog footer .next > button {
  background: #8F8860;
  color: #ffffff; }
  .dog footer .next > button.enabled {
    background: #8F8860; }
  .dog footer .next > button:hover {
    background: #807956; }

.dog footer .next.disabled > button {
  background: #d0d0d0;
  color: #b7b7b7; }

.dog footer .next.submitting > button {
  background: #d0d0d0;
  color: #8F8860; }
  .dog footer .next.submitting > button:before {
    -webkit-animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
    animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite; }

.dog footer total span {
  color: #b7b7b7; }
  .dog footer total span.amount, .dog footer total span.sign, .dog footer total span.average {
    color: #8F8860; }

.dog footer total span.average {
  display: none; }

.dog footer total.average span.average {
  display: inline; }

.dog footer total.average span.amount > div:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url("../images/stripes.png") repeat; }

.dog button.icon-question {
  color: #8F8860;
  cursor: pointer; }

.dog .smart-value .values,
.dog .smart-value .smart-value-input .values {
  color: #8F8860; }

.dog .smart-value button.icon-plus:before, .dog .smart-value button.icon-minus:before {
  color: #8F8860; }

.dog input, .dog select, .dog textarea {
  color: #8F8860; }

.dog input:focus {
  color: #8F8860;
  -webkit-box-shadow: inset 0 0px 8px 5px rgba(143, 136, 96, 0.1);
  box-shadow: inset 0 0px 8px 5px rgba(143, 136, 96, 0.1); }
  .dog input:focus::selection {
    background: rgba(143, 136, 96, 0.1);
    color: #8F8860; }
  .dog input:focus::-moz-selection {
    background: rgba(143, 136, 96, 0.1);
    color: #8F8860; }

.dog input::selection {
  background: rgba(143, 136, 96, 0.1);
  color: #8F8860; }

.dog input::-moz-selection {
  background: rgba(143, 136, 96, 0.1);
  color: #8F8860; }

.dog slider input:focus {
  color: #ffffff; }
  .dog slider input:focus::selection {
    color: #ffffff; }

.taxes-detail .icon-tax:before {
  display: block;
  float: left;
  padding: 2px 5px 0 0;
  clear: left; }

.taxes-detail .icon-tax.dog:before {
  content: ""; }

.fees button-handle,
.fees control > button,
.fees button.optionsToggle,
.fees input[type="radio"] + label,
.fees input[type="checkbox"] + label {
  background: #dddddd;
  color: #b7b7b7; }
  .fees button-handle:hover,
  .fees control > button:hover,
  .fees button.optionsToggle:hover,
  .fees input[type="radio"] + label:hover,
  .fees input[type="checkbox"] + label:hover {
    background: #d0d0d0;
    color: #aaaaaa; }

.fees control.add:not(.disabled) button,
.fees control > button[aria-checked=true],
.fees input[type="radio"]:checked + label,
.fees input[type="checkbox"]:checked + label {
  background: #aaa;
  color: #ffffff; }

.fees a {
  color: #aaa; }
  .fees a:hover {
    color: #9d9d9d;
    text-decoration: underline; }

.fees slider {
  /* 		background: $text-color; */ }
  .fees slider > button-handle {
    border-color: #aaa;
    background: #ffffff; }
    .fees slider > button-handle:before {
      border-top: 5px solid #aaa; }
    .fees slider > button-handle span {
      background: #aaa;
      color: #ffffff; }
  .fees slider > range {
    background: #aaa; }

.fees footer .previous > button {
  background: #dddddd;
  color: #aaa; }
  .fees footer .previous > button:hover {
    background: #b7b7b7; }
  .fees footer .previous > button.disabled {
    background: #d0d0d0;
    color: #b7b7b7; }

.fees footer .next > button {
  background: #aaa;
  color: #ffffff; }
  .fees footer .next > button.enabled {
    background: #aaa; }
  .fees footer .next > button:hover {
    background: #9d9d9d; }

.fees footer .next.disabled > button {
  background: #d0d0d0;
  color: #b7b7b7; }

.fees footer .next.submitting > button {
  background: #d0d0d0;
  color: #aaa; }
  .fees footer .next.submitting > button:before {
    -webkit-animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
    animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite; }

.fees footer total span {
  color: #b7b7b7; }
  .fees footer total span.amount, .fees footer total span.sign, .fees footer total span.average {
    color: #aaa; }

.fees footer total span.average {
  display: none; }

.fees footer total.average span.average {
  display: inline; }

.fees footer total.average span.amount > div:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url("../images/stripes.png") repeat; }

.fees button.icon-question {
  color: #aaa;
  cursor: pointer; }

.fees .smart-value .values,
.fees .smart-value .smart-value-input .values {
  color: #aaa; }

.fees .smart-value button.icon-plus:before, .fees .smart-value button.icon-minus:before {
  color: #aaa; }

.fees input, .fees select, .fees textarea {
  color: #aaa; }

.fees input:focus {
  color: #aaa;
  -webkit-box-shadow: inset 0 0px 8px 5px rgba(170, 170, 170, 0.1);
  box-shadow: inset 0 0px 8px 5px rgba(170, 170, 170, 0.1); }
  .fees input:focus::selection {
    background: rgba(170, 170, 170, 0.1);
    color: #aaa; }
  .fees input:focus::-moz-selection {
    background: rgba(170, 170, 170, 0.1);
    color: #aaa; }

.fees input::selection {
  background: rgba(170, 170, 170, 0.1);
  color: #aaa; }

.fees input::-moz-selection {
  background: rgba(170, 170, 170, 0.1);
  color: #aaa; }

.fees slider input:focus {
  color: #ffffff; }
  .fees slider input:focus::selection {
    color: #ffffff; }

.taxes-detail .icon-tax:before {
  display: block;
  float: left;
  padding: 2px 5px 0 0;
  clear: left; }

.taxes-detail .icon-tax.fees:before {
  content: ""; }

.advertising button-handle,
.advertising control > button,
.advertising button.optionsToggle,
.advertising input[type="radio"] + label,
.advertising input[type="checkbox"] + label {
  background: #dddddd;
  color: #b7b7b7; }
  .advertising button-handle:hover,
  .advertising control > button:hover,
  .advertising button.optionsToggle:hover,
  .advertising input[type="radio"] + label:hover,
  .advertising input[type="checkbox"] + label:hover {
    background: #d0d0d0;
    color: #aaaaaa; }

.advertising control.add:not(.disabled) button,
.advertising control > button[aria-checked=true],
.advertising input[type="radio"]:checked + label,
.advertising input[type="checkbox"]:checked + label {
  background: #aaa;
  color: #ffffff; }

.advertising a {
  color: #aaa; }
  .advertising a:hover {
    color: #9d9d9d;
    text-decoration: underline; }

.advertising slider {
  /* 		background: $text-color; */ }
  .advertising slider > button-handle {
    border-color: #aaa;
    background: #ffffff; }
    .advertising slider > button-handle:before {
      border-top: 5px solid #aaa; }
    .advertising slider > button-handle span {
      background: #aaa;
      color: #ffffff; }
  .advertising slider > range {
    background: #aaa; }

.advertising footer .previous > button {
  background: #dddddd;
  color: #aaa; }
  .advertising footer .previous > button:hover {
    background: #b7b7b7; }
  .advertising footer .previous > button.disabled {
    background: #d0d0d0;
    color: #b7b7b7; }

.advertising footer .next > button {
  background: #aaa;
  color: #ffffff; }
  .advertising footer .next > button.enabled {
    background: #aaa; }
  .advertising footer .next > button:hover {
    background: #9d9d9d; }

.advertising footer .next.disabled > button {
  background: #d0d0d0;
  color: #b7b7b7; }

.advertising footer .next.submitting > button {
  background: #d0d0d0;
  color: #aaa; }
  .advertising footer .next.submitting > button:before {
    -webkit-animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
    animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite; }

.advertising footer total span {
  color: #b7b7b7; }
  .advertising footer total span.amount, .advertising footer total span.sign, .advertising footer total span.average {
    color: #aaa; }

.advertising footer total span.average {
  display: none; }

.advertising footer total.average span.average {
  display: inline; }

.advertising footer total.average span.amount > div:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url("../images/stripes.png") repeat; }

.advertising button.icon-question {
  color: #aaa;
  cursor: pointer; }

.advertising .smart-value .values,
.advertising .smart-value .smart-value-input .values {
  color: #aaa; }

.advertising .smart-value button.icon-plus:before, .advertising .smart-value button.icon-minus:before {
  color: #aaa; }

.advertising input, .advertising select, .advertising textarea {
  color: #aaa; }

.advertising input:focus {
  color: #aaa;
  -webkit-box-shadow: inset 0 0px 8px 5px rgba(170, 170, 170, 0.1);
  box-shadow: inset 0 0px 8px 5px rgba(170, 170, 170, 0.1); }
  .advertising input:focus::selection {
    background: rgba(170, 170, 170, 0.1);
    color: #aaa; }
  .advertising input:focus::-moz-selection {
    background: rgba(170, 170, 170, 0.1);
    color: #aaa; }

.advertising input::selection {
  background: rgba(170, 170, 170, 0.1);
  color: #aaa; }

.advertising input::-moz-selection {
  background: rgba(170, 170, 170, 0.1);
  color: #aaa; }

.advertising slider input:focus {
  color: #ffffff; }
  .advertising slider input:focus::selection {
    color: #ffffff; }

.taxes-detail .icon-tax:before {
  display: block;
  float: left;
  padding: 2px 5px 0 0;
  clear: left; }

.taxes-detail .icon-tax.advertising:before {
  content: ""; }

.biz button-handle,
.biz control > button,
.biz button.optionsToggle,
.biz input[type="radio"] + label,
.biz input[type="checkbox"] + label {
  background: #dddddd;
  color: #b7b7b7; }
  .biz button-handle:hover,
  .biz control > button:hover,
  .biz button.optionsToggle:hover,
  .biz input[type="radio"] + label:hover,
  .biz input[type="checkbox"] + label:hover {
    background: #d0d0d0;
    color: #aaaaaa; }

.biz control.add:not(.disabled) button,
.biz control > button[aria-checked=true],
.biz input[type="radio"]:checked + label,
.biz input[type="checkbox"]:checked + label {
  background: #aaa;
  color: #ffffff; }

.biz a {
  color: #aaa; }
  .biz a:hover {
    color: #9d9d9d;
    text-decoration: underline; }

.biz slider {
  /* 		background: $text-color; */ }
  .biz slider > button-handle {
    border-color: #aaa;
    background: #ffffff; }
    .biz slider > button-handle:before {
      border-top: 5px solid #aaa; }
    .biz slider > button-handle span {
      background: #aaa;
      color: #ffffff; }
  .biz slider > range {
    background: #aaa; }

.biz footer .previous > button {
  background: #dddddd;
  color: #aaa; }
  .biz footer .previous > button:hover {
    background: #b7b7b7; }
  .biz footer .previous > button.disabled {
    background: #d0d0d0;
    color: #b7b7b7; }

.biz footer .next > button {
  background: #aaa;
  color: #ffffff; }
  .biz footer .next > button.enabled {
    background: #aaa; }
  .biz footer .next > button:hover {
    background: #9d9d9d; }

.biz footer .next.disabled > button {
  background: #d0d0d0;
  color: #b7b7b7; }

.biz footer .next.submitting > button {
  background: #d0d0d0;
  color: #aaa; }
  .biz footer .next.submitting > button:before {
    -webkit-animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
    animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite; }

.biz footer total span {
  color: #b7b7b7; }
  .biz footer total span.amount, .biz footer total span.sign, .biz footer total span.average {
    color: #aaa; }

.biz footer total span.average {
  display: none; }

.biz footer total.average span.average {
  display: inline; }

.biz footer total.average span.amount > div:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url("../images/stripes.png") repeat; }

.biz button.icon-question {
  color: #aaa;
  cursor: pointer; }

.biz .smart-value .values,
.biz .smart-value .smart-value-input .values {
  color: #aaa; }

.biz .smart-value button.icon-plus:before, .biz .smart-value button.icon-minus:before {
  color: #aaa; }

.biz input, .biz select, .biz textarea {
  color: #aaa; }

.biz input:focus {
  color: #aaa;
  -webkit-box-shadow: inset 0 0px 8px 5px rgba(170, 170, 170, 0.1);
  box-shadow: inset 0 0px 8px 5px rgba(170, 170, 170, 0.1); }
  .biz input:focus::selection {
    background: rgba(170, 170, 170, 0.1);
    color: #aaa; }
  .biz input:focus::-moz-selection {
    background: rgba(170, 170, 170, 0.1);
    color: #aaa; }

.biz input::selection {
  background: rgba(170, 170, 170, 0.1);
  color: #aaa; }

.biz input::-moz-selection {
  background: rgba(170, 170, 170, 0.1);
  color: #aaa; }

.biz slider input:focus {
  color: #ffffff; }
  .biz slider input:focus::selection {
    color: #ffffff; }

.taxes-detail .icon-tax:before {
  display: block;
  float: left;
  padding: 2px 5px 0 0;
  clear: left; }

.taxes-detail .icon-tax.biz:before {
  content: ""; }

.tourist button-handle,
.tourist control > button,
.tourist button.optionsToggle,
.tourist input[type="radio"] + label,
.tourist input[type="checkbox"] + label {
  background: #dddddd;
  color: #b7b7b7; }
  .tourist button-handle:hover,
  .tourist control > button:hover,
  .tourist button.optionsToggle:hover,
  .tourist input[type="radio"] + label:hover,
  .tourist input[type="checkbox"] + label:hover {
    background: #d0d0d0;
    color: #aaaaaa; }

.tourist control.add:not(.disabled) button,
.tourist control > button[aria-checked=true],
.tourist input[type="radio"]:checked + label,
.tourist input[type="checkbox"]:checked + label {
  background: #aaa;
  color: #ffffff; }

.tourist a {
  color: #aaa; }
  .tourist a:hover {
    color: #9d9d9d;
    text-decoration: underline; }

.tourist slider {
  /* 		background: $text-color; */ }
  .tourist slider > button-handle {
    border-color: #aaa;
    background: #ffffff; }
    .tourist slider > button-handle:before {
      border-top: 5px solid #aaa; }
    .tourist slider > button-handle span {
      background: #aaa;
      color: #ffffff; }
  .tourist slider > range {
    background: #aaa; }

.tourist footer .previous > button {
  background: #dddddd;
  color: #aaa; }
  .tourist footer .previous > button:hover {
    background: #b7b7b7; }
  .tourist footer .previous > button.disabled {
    background: #d0d0d0;
    color: #b7b7b7; }

.tourist footer .next > button {
  background: #aaa;
  color: #ffffff; }
  .tourist footer .next > button.enabled {
    background: #aaa; }
  .tourist footer .next > button:hover {
    background: #9d9d9d; }

.tourist footer .next.disabled > button {
  background: #d0d0d0;
  color: #b7b7b7; }

.tourist footer .next.submitting > button {
  background: #d0d0d0;
  color: #aaa; }
  .tourist footer .next.submitting > button:before {
    -webkit-animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
    animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite; }

.tourist footer total span {
  color: #b7b7b7; }
  .tourist footer total span.amount, .tourist footer total span.sign, .tourist footer total span.average {
    color: #aaa; }

.tourist footer total span.average {
  display: none; }

.tourist footer total.average span.average {
  display: inline; }

.tourist footer total.average span.amount > div:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url("../images/stripes.png") repeat; }

.tourist button.icon-question {
  color: #aaa;
  cursor: pointer; }

.tourist .smart-value .values,
.tourist .smart-value .smart-value-input .values {
  color: #aaa; }

.tourist .smart-value button.icon-plus:before, .tourist .smart-value button.icon-minus:before {
  color: #aaa; }

.tourist input, .tourist select, .tourist textarea {
  color: #aaa; }

.tourist input:focus {
  color: #aaa;
  -webkit-box-shadow: inset 0 0px 8px 5px rgba(170, 170, 170, 0.1);
  box-shadow: inset 0 0px 8px 5px rgba(170, 170, 170, 0.1); }
  .tourist input:focus::selection {
    background: rgba(170, 170, 170, 0.1);
    color: #aaa; }
  .tourist input:focus::-moz-selection {
    background: rgba(170, 170, 170, 0.1);
    color: #aaa; }

.tourist input::selection {
  background: rgba(170, 170, 170, 0.1);
  color: #aaa; }

.tourist input::-moz-selection {
  background: rgba(170, 170, 170, 0.1);
  color: #aaa; }

.tourist slider input:focus {
  color: #ffffff; }
  .tourist slider input:focus::selection {
    color: #ffffff; }

.taxes-detail .icon-tax:before {
  display: block;
  float: left;
  padding: 2px 5px 0 0;
  clear: left; }

.taxes-detail .icon-tax.tourist:before {
  content: ""; }

.commuter button-handle,
.commuter control > button,
.commuter button.optionsToggle,
.commuter input[type="radio"] + label,
.commuter input[type="checkbox"] + label {
  background: #dddddd;
  color: #b7b7b7; }
  .commuter button-handle:hover,
  .commuter control > button:hover,
  .commuter button.optionsToggle:hover,
  .commuter input[type="radio"] + label:hover,
  .commuter input[type="checkbox"] + label:hover {
    background: #d0d0d0;
    color: #aaaaaa; }

.commuter control.add:not(.disabled) button,
.commuter control > button[aria-checked=true],
.commuter input[type="radio"]:checked + label,
.commuter input[type="checkbox"]:checked + label {
  background: #aaa;
  color: #ffffff; }

.commuter a {
  color: #aaa; }
  .commuter a:hover {
    color: #9d9d9d;
    text-decoration: underline; }

.commuter slider {
  /* 		background: $text-color; */ }
  .commuter slider > button-handle {
    border-color: #aaa;
    background: #ffffff; }
    .commuter slider > button-handle:before {
      border-top: 5px solid #aaa; }
    .commuter slider > button-handle span {
      background: #aaa;
      color: #ffffff; }
  .commuter slider > range {
    background: #aaa; }

.commuter footer .previous > button {
  background: #dddddd;
  color: #aaa; }
  .commuter footer .previous > button:hover {
    background: #b7b7b7; }
  .commuter footer .previous > button.disabled {
    background: #d0d0d0;
    color: #b7b7b7; }

.commuter footer .next > button {
  background: #aaa;
  color: #ffffff; }
  .commuter footer .next > button.enabled {
    background: #aaa; }
  .commuter footer .next > button:hover {
    background: #9d9d9d; }

.commuter footer .next.disabled > button {
  background: #d0d0d0;
  color: #b7b7b7; }

.commuter footer .next.submitting > button {
  background: #d0d0d0;
  color: #aaa; }
  .commuter footer .next.submitting > button:before {
    -webkit-animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
    animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite; }

.commuter footer total span {
  color: #b7b7b7; }
  .commuter footer total span.amount, .commuter footer total span.sign, .commuter footer total span.average {
    color: #aaa; }

.commuter footer total span.average {
  display: none; }

.commuter footer total.average span.average {
  display: inline; }

.commuter footer total.average span.amount > div:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url("../images/stripes.png") repeat; }

.commuter button.icon-question {
  color: #aaa;
  cursor: pointer; }

.commuter .smart-value .values,
.commuter .smart-value .smart-value-input .values {
  color: #aaa; }

.commuter .smart-value button.icon-plus:before, .commuter .smart-value button.icon-minus:before {
  color: #aaa; }

.commuter input, .commuter select, .commuter textarea {
  color: #aaa; }

.commuter input:focus {
  color: #aaa;
  -webkit-box-shadow: inset 0 0px 8px 5px rgba(170, 170, 170, 0.1);
  box-shadow: inset 0 0px 8px 5px rgba(170, 170, 170, 0.1); }
  .commuter input:focus::selection {
    background: rgba(170, 170, 170, 0.1);
    color: #aaa; }
  .commuter input:focus::-moz-selection {
    background: rgba(170, 170, 170, 0.1);
    color: #aaa; }

.commuter input::selection {
  background: rgba(170, 170, 170, 0.1);
  color: #aaa; }

.commuter input::-moz-selection {
  background: rgba(170, 170, 170, 0.1);
  color: #aaa; }

.commuter slider input:focus {
  color: #ffffff; }
  .commuter slider input:focus::selection {
    color: #ffffff; }

.taxes-detail .icon-tax:before {
  display: block;
  float: left;
  padding: 2px 5px 0 0;
  clear: left; }

.taxes-detail .icon-tax.commuter:before {
  content: ""; }

.water-authority button-handle,
.water-authority control > button,
.water-authority button.optionsToggle,
.water-authority input[type="radio"] + label,
.water-authority input[type="checkbox"] + label {
  background: #dddddd;
  color: #b7b7b7; }
  .water-authority button-handle:hover,
  .water-authority control > button:hover,
  .water-authority button.optionsToggle:hover,
  .water-authority input[type="radio"] + label:hover,
  .water-authority input[type="checkbox"] + label:hover {
    background: #d0d0d0;
    color: #aaaaaa; }

.water-authority control.add:not(.disabled) button,
.water-authority control > button[aria-checked=true],
.water-authority input[type="radio"]:checked + label,
.water-authority input[type="checkbox"]:checked + label {
  background: #aaa;
  color: #ffffff; }

.water-authority a {
  color: #aaa; }
  .water-authority a:hover {
    color: #9d9d9d;
    text-decoration: underline; }

.water-authority slider {
  /* 		background: $text-color; */ }
  .water-authority slider > button-handle {
    border-color: #aaa;
    background: #ffffff; }
    .water-authority slider > button-handle:before {
      border-top: 5px solid #aaa; }
    .water-authority slider > button-handle span {
      background: #aaa;
      color: #ffffff; }
  .water-authority slider > range {
    background: #aaa; }

.water-authority footer .previous > button {
  background: #dddddd;
  color: #aaa; }
  .water-authority footer .previous > button:hover {
    background: #b7b7b7; }
  .water-authority footer .previous > button.disabled {
    background: #d0d0d0;
    color: #b7b7b7; }

.water-authority footer .next > button {
  background: #aaa;
  color: #ffffff; }
  .water-authority footer .next > button.enabled {
    background: #aaa; }
  .water-authority footer .next > button:hover {
    background: #9d9d9d; }

.water-authority footer .next.disabled > button {
  background: #d0d0d0;
  color: #b7b7b7; }

.water-authority footer .next.submitting > button {
  background: #d0d0d0;
  color: #aaa; }
  .water-authority footer .next.submitting > button:before {
    -webkit-animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
    animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite; }

.water-authority footer total span {
  color: #b7b7b7; }
  .water-authority footer total span.amount, .water-authority footer total span.sign, .water-authority footer total span.average {
    color: #aaa; }

.water-authority footer total span.average {
  display: none; }

.water-authority footer total.average span.average {
  display: inline; }

.water-authority footer total.average span.amount > div:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url("../images/stripes.png") repeat; }

.water-authority button.icon-question {
  color: #aaa;
  cursor: pointer; }

.water-authority .smart-value .values,
.water-authority .smart-value .smart-value-input .values {
  color: #aaa; }

.water-authority .smart-value button.icon-plus:before, .water-authority .smart-value button.icon-minus:before {
  color: #aaa; }

.water-authority input, .water-authority select, .water-authority textarea {
  color: #aaa; }

.water-authority input:focus {
  color: #aaa;
  -webkit-box-shadow: inset 0 0px 8px 5px rgba(170, 170, 170, 0.1);
  box-shadow: inset 0 0px 8px 5px rgba(170, 170, 170, 0.1); }
  .water-authority input:focus::selection {
    background: rgba(170, 170, 170, 0.1);
    color: #aaa; }
  .water-authority input:focus::-moz-selection {
    background: rgba(170, 170, 170, 0.1);
    color: #aaa; }

.water-authority input::selection {
  background: rgba(170, 170, 170, 0.1);
  color: #aaa; }

.water-authority input::-moz-selection {
  background: rgba(170, 170, 170, 0.1);
  color: #aaa; }

.water-authority slider input:focus {
  color: #ffffff; }
  .water-authority slider input:focus::selection {
    color: #ffffff; }

.taxes-detail .icon-tax:before {
  display: block;
  float: left;
  padding: 2px 5px 0 0;
  clear: left; }

.taxes-detail .icon-tax.water-authority:before {
  content: ""; }

.wa-purification button-handle,
.wa-purification control > button,
.wa-purification button.optionsToggle,
.wa-purification input[type="radio"] + label,
.wa-purification input[type="checkbox"] + label {
  background: #dddddd;
  color: #b7b7b7; }
  .wa-purification button-handle:hover,
  .wa-purification control > button:hover,
  .wa-purification button.optionsToggle:hover,
  .wa-purification input[type="radio"] + label:hover,
  .wa-purification input[type="checkbox"] + label:hover {
    background: #d0d0d0;
    color: #aaaaaa; }

.wa-purification control.add:not(.disabled) button,
.wa-purification control > button[aria-checked=true],
.wa-purification input[type="radio"]:checked + label,
.wa-purification input[type="checkbox"]:checked + label {
  background: #00437A;
  color: #ffffff; }

.wa-purification a {
  color: #00437A; }
  .wa-purification a:hover {
    color: #003561;
    text-decoration: underline; }

.wa-purification slider {
  /* 		background: $text-color; */ }
  .wa-purification slider > button-handle {
    border-color: #00437A;
    background: #ffffff; }
    .wa-purification slider > button-handle:before {
      border-top: 5px solid #00437A; }
    .wa-purification slider > button-handle span {
      background: #00437A;
      color: #ffffff; }
  .wa-purification slider > range {
    background: #00437A; }

.wa-purification footer .previous > button {
  background: #dddddd;
  color: #00437A; }
  .wa-purification footer .previous > button:hover {
    background: #b7b7b7; }
  .wa-purification footer .previous > button.disabled {
    background: #d0d0d0;
    color: #b7b7b7; }

.wa-purification footer .next > button {
  background: #00437A;
  color: #ffffff; }
  .wa-purification footer .next > button.enabled {
    background: #00437A; }
  .wa-purification footer .next > button:hover {
    background: #003561; }

.wa-purification footer .next.disabled > button {
  background: #d0d0d0;
  color: #b7b7b7; }

.wa-purification footer .next.submitting > button {
  background: #d0d0d0;
  color: #00437A; }
  .wa-purification footer .next.submitting > button:before {
    -webkit-animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
    animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite; }

.wa-purification footer total span {
  color: #b7b7b7; }
  .wa-purification footer total span.amount, .wa-purification footer total span.sign, .wa-purification footer total span.average {
    color: #00437A; }

.wa-purification footer total span.average {
  display: none; }

.wa-purification footer total.average span.average {
  display: inline; }

.wa-purification footer total.average span.amount > div:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url("../images/stripes.png") repeat; }

.wa-purification button.icon-question {
  color: #00437A;
  cursor: pointer; }

.wa-purification .smart-value .values,
.wa-purification .smart-value .smart-value-input .values {
  color: #00437A; }

.wa-purification .smart-value button.icon-plus:before, .wa-purification .smart-value button.icon-minus:before {
  color: #00437A; }

.wa-purification input, .wa-purification select, .wa-purification textarea {
  color: #00437A; }

.wa-purification input:focus {
  color: #00437A;
  -webkit-box-shadow: inset 0 0px 8px 5px rgba(0, 67, 122, 0.1);
  box-shadow: inset 0 0px 8px 5px rgba(0, 67, 122, 0.1); }
  .wa-purification input:focus::selection {
    background: rgba(0, 67, 122, 0.1);
    color: #00437A; }
  .wa-purification input:focus::-moz-selection {
    background: rgba(0, 67, 122, 0.1);
    color: #00437A; }

.wa-purification input::selection {
  background: rgba(0, 67, 122, 0.1);
  color: #00437A; }

.wa-purification input::-moz-selection {
  background: rgba(0, 67, 122, 0.1);
  color: #00437A; }

.wa-purification slider input:focus {
  color: #ffffff; }
  .wa-purification slider input:focus::selection {
    color: #ffffff; }

.taxes-detail .icon-tax:before {
  display: block;
  float: left;
  padding: 2px 5px 0 0;
  clear: left; }

.taxes-detail .icon-tax.wa-purification:before {
  content: ""; }

.wa-pollution button-handle,
.wa-pollution control > button,
.wa-pollution button.optionsToggle,
.wa-pollution input[type="radio"] + label,
.wa-pollution input[type="checkbox"] + label {
  background: #dddddd;
  color: #b7b7b7; }
  .wa-pollution button-handle:hover,
  .wa-pollution control > button:hover,
  .wa-pollution button.optionsToggle:hover,
  .wa-pollution input[type="radio"] + label:hover,
  .wa-pollution input[type="checkbox"] + label:hover {
    background: #d0d0d0;
    color: #aaaaaa; }

.wa-pollution control.add:not(.disabled) button,
.wa-pollution control > button[aria-checked=true],
.wa-pollution input[type="radio"]:checked + label,
.wa-pollution input[type="checkbox"]:checked + label {
  background: #305A71;
  color: #ffffff; }

.wa-pollution a {
  color: #305A71; }
  .wa-pollution a:hover {
    color: #284c5f;
    text-decoration: underline; }

.wa-pollution slider {
  /* 		background: $text-color; */ }
  .wa-pollution slider > button-handle {
    border-color: #305A71;
    background: #ffffff; }
    .wa-pollution slider > button-handle:before {
      border-top: 5px solid #305A71; }
    .wa-pollution slider > button-handle span {
      background: #305A71;
      color: #ffffff; }
  .wa-pollution slider > range {
    background: #305A71; }

.wa-pollution footer .previous > button {
  background: #dddddd;
  color: #305A71; }
  .wa-pollution footer .previous > button:hover {
    background: #b7b7b7; }
  .wa-pollution footer .previous > button.disabled {
    background: #d0d0d0;
    color: #b7b7b7; }

.wa-pollution footer .next > button {
  background: #305A71;
  color: #ffffff; }
  .wa-pollution footer .next > button.enabled {
    background: #305A71; }
  .wa-pollution footer .next > button:hover {
    background: #284c5f; }

.wa-pollution footer .next.disabled > button {
  background: #d0d0d0;
  color: #b7b7b7; }

.wa-pollution footer .next.submitting > button {
  background: #d0d0d0;
  color: #305A71; }
  .wa-pollution footer .next.submitting > button:before {
    -webkit-animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
    animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite; }

.wa-pollution footer total span {
  color: #b7b7b7; }
  .wa-pollution footer total span.amount, .wa-pollution footer total span.sign, .wa-pollution footer total span.average {
    color: #305A71; }

.wa-pollution footer total span.average {
  display: none; }

.wa-pollution footer total.average span.average {
  display: inline; }

.wa-pollution footer total.average span.amount > div:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url("../images/stripes.png") repeat; }

.wa-pollution button.icon-question {
  color: #305A71;
  cursor: pointer; }

.wa-pollution .smart-value .values,
.wa-pollution .smart-value .smart-value-input .values {
  color: #305A71; }

.wa-pollution .smart-value button.icon-plus:before, .wa-pollution .smart-value button.icon-minus:before {
  color: #305A71; }

.wa-pollution input, .wa-pollution select, .wa-pollution textarea {
  color: #305A71; }

.wa-pollution input:focus {
  color: #305A71;
  -webkit-box-shadow: inset 0 0px 8px 5px rgba(48, 90, 113, 0.1);
  box-shadow: inset 0 0px 8px 5px rgba(48, 90, 113, 0.1); }
  .wa-pollution input:focus::selection {
    background: rgba(48, 90, 113, 0.1);
    color: #305A71; }
  .wa-pollution input:focus::-moz-selection {
    background: rgba(48, 90, 113, 0.1);
    color: #305A71; }

.wa-pollution input::selection {
  background: rgba(48, 90, 113, 0.1);
  color: #305A71; }

.wa-pollution input::-moz-selection {
  background: rgba(48, 90, 113, 0.1);
  color: #305A71; }

.wa-pollution slider input:focus {
  color: #ffffff; }
  .wa-pollution slider input:focus::selection {
    color: #ffffff; }

.taxes-detail .icon-tax:before {
  display: block;
  float: left;
  padding: 2px 5px 0 0;
  clear: left; }

.taxes-detail .icon-tax.wa-pollution:before {
  content: ""; }

.wa-system button-handle,
.wa-system control > button,
.wa-system button.optionsToggle,
.wa-system input[type="radio"] + label,
.wa-system input[type="checkbox"] + label {
  background: #dddddd;
  color: #b7b7b7; }
  .wa-system button-handle:hover,
  .wa-system control > button:hover,
  .wa-system button.optionsToggle:hover,
  .wa-system input[type="radio"] + label:hover,
  .wa-system input[type="checkbox"] + label:hover {
    background: #d0d0d0;
    color: #aaaaaa; }

.wa-system control.add:not(.disabled) button,
.wa-system control > button[aria-checked=true],
.wa-system input[type="radio"]:checked + label,
.wa-system input[type="checkbox"]:checked + label {
  background: #5F7169;
  color: #ffffff; }

.wa-system a {
  color: #5F7169; }
  .wa-system a:hover {
    color: #53635c;
    text-decoration: underline; }

.wa-system slider {
  /* 		background: $text-color; */ }
  .wa-system slider > button-handle {
    border-color: #5F7169;
    background: #ffffff; }
    .wa-system slider > button-handle:before {
      border-top: 5px solid #5F7169; }
    .wa-system slider > button-handle span {
      background: #5F7169;
      color: #ffffff; }
  .wa-system slider > range {
    background: #5F7169; }

.wa-system footer .previous > button {
  background: #dddddd;
  color: #5F7169; }
  .wa-system footer .previous > button:hover {
    background: #b7b7b7; }
  .wa-system footer .previous > button.disabled {
    background: #d0d0d0;
    color: #b7b7b7; }

.wa-system footer .next > button {
  background: #5F7169;
  color: #ffffff; }
  .wa-system footer .next > button.enabled {
    background: #5F7169; }
  .wa-system footer .next > button:hover {
    background: #53635c; }

.wa-system footer .next.disabled > button {
  background: #d0d0d0;
  color: #b7b7b7; }

.wa-system footer .next.submitting > button {
  background: #d0d0d0;
  color: #5F7169; }
  .wa-system footer .next.submitting > button:before {
    -webkit-animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
    animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite; }

.wa-system footer total span {
  color: #b7b7b7; }
  .wa-system footer total span.amount, .wa-system footer total span.sign, .wa-system footer total span.average {
    color: #5F7169; }

.wa-system footer total span.average {
  display: none; }

.wa-system footer total.average span.average {
  display: inline; }

.wa-system footer total.average span.amount > div:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url("../images/stripes.png") repeat; }

.wa-system button.icon-question {
  color: #5F7169;
  cursor: pointer; }

.wa-system .smart-value .values,
.wa-system .smart-value .smart-value-input .values {
  color: #5F7169; }

.wa-system .smart-value button.icon-plus:before, .wa-system .smart-value button.icon-minus:before {
  color: #5F7169; }

.wa-system input, .wa-system select, .wa-system textarea {
  color: #5F7169; }

.wa-system input:focus {
  color: #5F7169;
  -webkit-box-shadow: inset 0 0px 8px 5px rgba(95, 113, 105, 0.1);
  box-shadow: inset 0 0px 8px 5px rgba(95, 113, 105, 0.1); }
  .wa-system input:focus::selection {
    background: rgba(95, 113, 105, 0.1);
    color: #5F7169; }
  .wa-system input:focus::-moz-selection {
    background: rgba(95, 113, 105, 0.1);
    color: #5F7169; }

.wa-system input::selection {
  background: rgba(95, 113, 105, 0.1);
  color: #5F7169; }

.wa-system input::-moz-selection {
  background: rgba(95, 113, 105, 0.1);
  color: #5F7169; }

.wa-system slider input:focus {
  color: #ffffff; }
  .wa-system slider input:focus::selection {
    color: #ffffff; }

.taxes-detail .icon-tax:before {
  display: block;
  float: left;
  padding: 2px 5px 0 0;
  clear: left; }

.taxes-detail .icon-tax.wa-system:before {
  content: ""; }

.wa-roads button-handle,
.wa-roads control > button,
.wa-roads button.optionsToggle,
.wa-roads input[type="radio"] + label,
.wa-roads input[type="checkbox"] + label {
  background: #dddddd;
  color: #b7b7b7; }
  .wa-roads button-handle:hover,
  .wa-roads control > button:hover,
  .wa-roads button.optionsToggle:hover,
  .wa-roads input[type="radio"] + label:hover,
  .wa-roads input[type="checkbox"] + label:hover {
    background: #d0d0d0;
    color: #aaaaaa; }

.wa-roads control.add:not(.disabled) button,
.wa-roads control > button[aria-checked=true],
.wa-roads input[type="radio"]:checked + label,
.wa-roads input[type="checkbox"]:checked + label {
  background: #8F8860;
  color: #ffffff; }

.wa-roads a {
  color: #8F8860; }
  .wa-roads a:hover {
    color: #807956;
    text-decoration: underline; }

.wa-roads slider {
  /* 		background: $text-color; */ }
  .wa-roads slider > button-handle {
    border-color: #8F8860;
    background: #ffffff; }
    .wa-roads slider > button-handle:before {
      border-top: 5px solid #8F8860; }
    .wa-roads slider > button-handle span {
      background: #8F8860;
      color: #ffffff; }
  .wa-roads slider > range {
    background: #8F8860; }

.wa-roads footer .previous > button {
  background: #dddddd;
  color: #8F8860; }
  .wa-roads footer .previous > button:hover {
    background: #b7b7b7; }
  .wa-roads footer .previous > button.disabled {
    background: #d0d0d0;
    color: #b7b7b7; }

.wa-roads footer .next > button {
  background: #8F8860;
  color: #ffffff; }
  .wa-roads footer .next > button.enabled {
    background: #8F8860; }
  .wa-roads footer .next > button:hover {
    background: #807956; }

.wa-roads footer .next.disabled > button {
  background: #d0d0d0;
  color: #b7b7b7; }

.wa-roads footer .next.submitting > button {
  background: #d0d0d0;
  color: #8F8860; }
  .wa-roads footer .next.submitting > button:before {
    -webkit-animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
    animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite; }

.wa-roads footer total span {
  color: #b7b7b7; }
  .wa-roads footer total span.amount, .wa-roads footer total span.sign, .wa-roads footer total span.average {
    color: #8F8860; }

.wa-roads footer total span.average {
  display: none; }

.wa-roads footer total.average span.average {
  display: inline; }

.wa-roads footer total.average span.amount > div:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url("../images/stripes.png") repeat; }

.wa-roads button.icon-question {
  color: #8F8860;
  cursor: pointer; }

.wa-roads .smart-value .values,
.wa-roads .smart-value .smart-value-input .values {
  color: #8F8860; }

.wa-roads .smart-value button.icon-plus:before, .wa-roads .smart-value button.icon-minus:before {
  color: #8F8860; }

.wa-roads input, .wa-roads select, .wa-roads textarea {
  color: #8F8860; }

.wa-roads input:focus {
  color: #8F8860;
  -webkit-box-shadow: inset 0 0px 8px 5px rgba(143, 136, 96, 0.1);
  box-shadow: inset 0 0px 8px 5px rgba(143, 136, 96, 0.1); }
  .wa-roads input:focus::selection {
    background: rgba(143, 136, 96, 0.1);
    color: #8F8860; }
  .wa-roads input:focus::-moz-selection {
    background: rgba(143, 136, 96, 0.1);
    color: #8F8860; }

.wa-roads input::selection {
  background: rgba(143, 136, 96, 0.1);
  color: #8F8860; }

.wa-roads input::-moz-selection {
  background: rgba(143, 136, 96, 0.1);
  color: #8F8860; }

.wa-roads slider input:focus {
  color: #ffffff; }
  .wa-roads slider input:focus::selection {
    color: #ffffff; }

.taxes-detail .icon-tax:before {
  display: block;
  float: left;
  padding: 2px 5px 0 0;
  clear: left; }

.taxes-detail .icon-tax.wa-roads:before {
  content: ""; }

step.next button-handle,
step.next control > button,
step.next button.optionsToggle,
step.next input[type="radio"] + label,
step.next input[type="checkbox"] + label {
  background: #dddddd;
  color: #b7b7b7; }
  step.next button-handle:hover,
  step.next control > button:hover,
  step.next button.optionsToggle:hover,
  step.next input[type="radio"] + label:hover,
  step.next input[type="checkbox"] + label:hover {
    background: #d0d0d0;
    color: #aaaaaa; }

step.next control.add:not(.disabled) button,
step.next control > button[aria-checked=true],
step.next input[type="radio"]:checked + label,
step.next input[type="checkbox"]:checked + label {
  background: #BE9F57;
  color: #ffffff; }

step.next a {
  color: #BE9F57; }
  step.next a:hover {
    color: #b59446;
    text-decoration: underline; }

step.next slider {
  /* 		background: $text-color; */ }
  step.next slider > button-handle {
    border-color: #BE9F57;
    background: #ffffff; }
    step.next slider > button-handle:before {
      border-top: 5px solid #BE9F57; }
    step.next slider > button-handle span {
      background: #BE9F57;
      color: #ffffff; }
  step.next slider > range {
    background: #BE9F57; }

step.next footer .previous > button {
  background: #dddddd;
  color: #BE9F57; }
  step.next footer .previous > button:hover {
    background: #b7b7b7; }
  step.next footer .previous > button.disabled {
    background: #d0d0d0;
    color: #b7b7b7; }

step.next footer .next > button {
  background: #BE9F57;
  color: #ffffff; }
  step.next footer .next > button.enabled {
    background: #BE9F57; }
  step.next footer .next > button:hover {
    background: #b59446; }

step.next footer .next.disabled > button {
  background: #d0d0d0;
  color: #b7b7b7; }

step.next footer .next.submitting > button {
  background: #d0d0d0;
  color: #BE9F57; }
  step.next footer .next.submitting > button:before {
    -webkit-animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
    animation: 1s move-right cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite; }

step.next footer total span {
  color: #b7b7b7; }
  step.next footer total span.amount, step.next footer total span.sign, step.next footer total span.average {
    color: #BE9F57; }

step.next footer total span.average {
  display: none; }

step.next footer total.average span.average {
  display: inline; }

step.next footer total.average span.amount > div:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url("../images/stripes.png") repeat; }

step.next button.icon-question {
  color: #BE9F57;
  cursor: pointer; }

step.next .smart-value .values,
step.next .smart-value .smart-value-input .values {
  color: #BE9F57; }

step.next .smart-value button.icon-plus:before, step.next .smart-value button.icon-minus:before {
  color: #BE9F57; }

step.next input, step.next select, step.next textarea {
  color: #BE9F57; }

step.next input:focus {
  color: #BE9F57;
  -webkit-box-shadow: inset 0 0px 8px 5px rgba(190, 159, 87, 0.1);
  box-shadow: inset 0 0px 8px 5px rgba(190, 159, 87, 0.1); }
  step.next input:focus::selection {
    background: rgba(190, 159, 87, 0.1);
    color: #BE9F57; }
  step.next input:focus::-moz-selection {
    background: rgba(190, 159, 87, 0.1);
    color: #BE9F57; }

step.next input::selection {
  background: rgba(190, 159, 87, 0.1);
  color: #BE9F57; }

step.next input::-moz-selection {
  background: rgba(190, 159, 87, 0.1);
  color: #BE9F57; }

step.next slider input:focus {
  color: #ffffff; }
  step.next slider input:focus::selection {
    color: #ffffff; }

@media (min-width: 768px), (hover: hover) {
  step.next h1 {
    margin-right: 200px;
    font-size: 26px; } }

@media (max-width: 767px) and (hover: none) {
  step.next td.totals {
    display: none; } }

.yearNavigation.current.next button.other {
  background: #dddddd;
  color: #b7b7b7; }
  .yearNavigation.current.next button.other:hover {
    background: #d0d0d0;
    color: #aaaaaa; }

step {
  position: relative;
  display: block;
  height: 100%;
  padding-top: 20px; }
  @media (min-width: 1024px) {
    step {
      margin-top: 0;
      padding-top: 0; } }
  step control.cost,
  step control.basis {
    font: 13px/19px fontregular, Arial, Sans-Serif;
    line-height: 18px;
    margin-bottom: 10px; }
    @media (min-width: 768px), (hover: hover) {
      step control.cost,
      step control.basis {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 20px; } }
  step control.value {
    font-family: fontregular, Arial, Sans-Serif;
    margin: 0; }
  step control[type='slider'] {
    clear: none; }
    @media (max-width: 767px) and (hover: none) {
      step control[type='slider'] {
        clear: both !important;
        width: 100% !important; } }
    step control[type='slider'] label {
      clear: right; }
    step control[type='slider'] slider {
      margin-top: 40px; }
  step panel controls {
    margin-left: -10px;
    margin-right: -10px; }
    @media (min-width: 768px), (hover: hover) {
      step panel controls {
        margin-left: -2%;
        margin-right: -2%; } }
    step panel controls > control,
    step panel controls > panel,
    step panel controls > form {
      padding-left: 10px;
      padding-right: 10px; }
      @media (min-width: 768px), (hover: hover) {
        step panel controls > control,
        step panel controls > panel,
        step panel controls > form {
          padding-left: 2%;
          padding-right: 2%; } }
  @media (min-width: 768px), (hover: hover) {
    step control[type='radio'] {
      margin-bottom: 10px; } }
  step control[type='radio'] > fieldset > legend {
    font: 14px/21px fontbold, Arial, Sans-Serif;
    margin: 0 0 7px;
    color: #5d5d5d;
    display: block;
    width: 100%;
    height: auto; }
    @media (min-width: 768px), (hover: hover) {
      step control[type='radio'] > fieldset > legend {
        font: 21px/26px fontbold, Arial, Sans-Serif;
        margin: 0 0 10px; } }
  step control[type='radio'] > fieldset {
    margin-left: -10px;
    margin-right: -10px;
    max-width: none;
    width: auto;
    display: block;
    position: relative;
    float: none; }
    @media (min-width: 768px), (hover: hover) {
      step control[type='radio'] > fieldset {
        margin-left: -2%;
        margin-right: -2%; } }
    step control[type='radio'] > fieldset > legend {
      padding-left: 2%;
      padding-right: 2%; }
    step control[type='radio'] > fieldset > control {
      display: block;
      padding-left: 10px;
      padding-right: 10px;
      float: left;
      position: relative; }
      @media (min-width: 768px), (hover: hover) {
        step control[type='radio'] > fieldset > control {
          padding-left: 2%;
          padding-right: 2%; }
          step control[type='radio'] > fieldset > control:nth-last-child(1) {
            width: 100%; }
          step control[type='radio'] > fieldset > control:nth-last-child(2),
          step control[type='radio'] > fieldset > control:nth-last-child(2) ~ control {
            width: 50%; }
          step control[type='radio'] > fieldset > control:nth-last-child(3),
          step control[type='radio'] > fieldset > control:nth-last-child(3) ~ control {
            width: 33.33333%; }
            step control[type='radio'] > fieldset > control:nth-last-child(3) label,
            step control[type='radio'] > fieldset > control:nth-last-child(3) ~ control label {
              font-size: 17px; } }
      @media (min-width: 768px) and (min-width: 1300px), (hover: hover) and (min-width: 1300px) {
        step control[type='radio'] > fieldset > control:nth-last-child(3) label,
        step control[type='radio'] > fieldset > control:nth-last-child(3) ~ control label {
          font-size: 21px; } }
      @media (min-width: 768px), (hover: hover) {
          step control[type='radio'] > fieldset > control:nth-last-child(4),
          step control[type='radio'] > fieldset > control:nth-last-child(4) ~ control {
            width: 50%; }
            step control[type='radio'] > fieldset > control:nth-last-child(4) label,
            step control[type='radio'] > fieldset > control:nth-last-child(4) ~ control label {
              font-size: 21px; }
          step control[type='radio'] > fieldset > control:nth-last-child(5),
          step control[type='radio'] > fieldset > control:nth-last-child(5) ~ control {
            width: 50%; }
            step control[type='radio'] > fieldset > control:nth-last-child(5) label,
            step control[type='radio'] > fieldset > control:nth-last-child(5) ~ control label {
              font-size: 21px; }
          step control[type='radio'] > fieldset > control:nth-last-child(6),
          step control[type='radio'] > fieldset > control:nth-last-child(6) ~ control {
            width: 50%; }
            step control[type='radio'] > fieldset > control:nth-last-child(6) label,
            step control[type='radio'] > fieldset > control:nth-last-child(6) ~ control label {
              font-size: 21px; }
          step control[type='radio'] > fieldset > control:nth-last-child(7),
          step control[type='radio'] > fieldset > control:nth-last-child(7) ~ control {
            width: 50%; }
            step control[type='radio'] > fieldset > control:nth-last-child(7) label,
            step control[type='radio'] > fieldset > control:nth-last-child(7) ~ control label {
              font-size: 21px; }
          step control[type='radio'] > fieldset > control:nth-last-child(8),
          step control[type='radio'] > fieldset > control:nth-last-child(8) ~ control {
            width: 50%; }
            step control[type='radio'] > fieldset > control:nth-last-child(8) label,
            step control[type='radio'] > fieldset > control:nth-last-child(8) ~ control label {
              font-size: 21px; }
          step control[type='radio'] > fieldset > control:first-child {
            margin-left: 0; } }
      step control[type='radio'] > fieldset > control button,
      step control[type='radio'] > fieldset > control.yes button {
        width: 100%;
        height: auto; }
        step control[type='radio'] > fieldset > control button:before,
        step control[type='radio'] > fieldset > control.yes button:before {
          content: "\e651"; }
      step control[type='radio'] > fieldset > control.yes button:before {
        font-size: 26px;
        line-height: 20px; }
        @media (min-width: 768px), (hover: hover) {
          step control[type='radio'] > fieldset > control.yes button:before {
            font-size: 46px;
            line-height: 40px; } }
      step control[type='radio'] > fieldset > control.no button:before {
        content: "\e606"; }
  step control[type='radio'].household fieldset {
    /* Only apply this on household option 3 (X) when there are ONLY 3 options) */ }
    step control[type='radio'].household fieldset control button:before {
      content: "\e607"; }
    step control[type='radio'].household fieldset control:nth-child(2) button:before {
      content: "\e610"; }
    @media (min-width: 768px), (hover: hover) {
      step control[type='radio'].household fieldset control:nth-last-child(1):nth-child(4) button {
        font-size: 15px;
        padding-right: 20px;
        padding-left: 60px; }
      step control[type='radio'].household fieldset control:nth-last-child(1):nth-child(4) button:before {
        left: 20px; } }
    @media (min-width: 1300px) {
      step control[type='radio'].household fieldset control:nth-last-child(1):nth-child(4) button {
        font-size: 21px;
        padding: 20px 30px 20px 70px; }
      step control[type='radio'].household fieldset control:nth-last-child(1):nth-child(4) button:before {
        left: 25px; } }
  step control.smart-value .smart-value-input {
    margin-bottom: 10px; }
  @media (min-width: 768px), (hover: hover) {
    step control.smart-value {
      margin-bottom: 10px; } }
  step control.smart-value label {
    font: 14px/21px fontbold, Arial, Sans-Serif;
    margin: 0 0 7px; }
  @media (min-width: 768px), (hover: hover) {
    step control.smart-value label {
      margin: 0 0 15px;
      font: 17px/20px fontbold, Arial, Sans-Serif; } }
  step > .row {
    height: auto;
    min-height: 100%;
    position: relative; }
    step > .row > form {
      padding-bottom: 65px;
      position: static; }
  step article {
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 20px;
    padding-bottom: 0px; }
    step article h1 i {
      margin-left: 5px;
      font-size: 18px;
      vertical-align: top;
      margin-top: -7px;
      display: inline-block; }
    step article h2 {
      color: #00437A; }
    step article.parking-zone .row .medium-6:first-child h2 {
      height: 52px; }
      @media (min-width: 1300px) {
        step article.parking-zone .row .medium-6:first-child h2 {
          height: auto; } }
    step article p {
      color: #5d5d5d; }
    step article.intro {
      border-bottom: 2px solid #e6e6e6;
      margin-bottom: 10px;
      padding-bottom: 10px; }
      @media (min-width: 768px), (hover: hover) {
        step article.intro {
          margin-bottom: 20px;
          padding-bottom: 20px; } }
      step article.intro p {
        margin-bottom: 3px; }
      @media (min-width: 1024px) {
        step article.intro {
          margin-top: 0; } }
  step input[type="radio"] + label,
  step input[type="checkbox"] + label,
  step button-handle,
  step button[role='radio'],
  step button[role='checkbox'],
  step control > button {
    padding: 12px 8px 12px 32px;
    font: 16px/19px fontbold, Arial, sans-serif;
    margin-bottom: 5px;
    display: block;
    float: left;
    letter-spacing: 0.4px;
    text-align: center;
    position: relative;
    border: none;
    width: 100%; }
    step input[type="radio"] + label + button,
    step input[type="checkbox"] + label + button,
    step button-handle + button,
    step button[role='radio'] + button,
    step button[role='checkbox'] + button,
    step control > button + button {
      margin-right: 0; }
    step input[type="radio"] + label:before,
    step input[type="checkbox"] + label:before,
    step button-handle:before,
    step button[role='radio']:before,
    step button[role='checkbox']:before,
    step control > button:before {
      box-shadow: none;
      margin: 0; }
    step input[type="radio"] + label[aria-checked=true]:after,
    step input[type="checkbox"] + label[aria-checked=true]:after,
    step button-handle[aria-checked=true]:after,
    step button[role='radio'][aria-checked=true]:after,
    step button[role='checkbox'][aria-checked=true]:after,
    step control > button[aria-checked=true]:after {
      display: none; }
    step input[type="radio"] + label:before,
    step input[type="checkbox"] + label:before,
    step button-handle:before,
    step button[role='radio']:before,
    step button[role='checkbox']:before,
    step control > button:before {
      position: absolute;
      font-size: 19px;
      left: 9px;
      top: 12px;
      min-width: 24px;
      text-align: center;
      width: auto;
      height: auto;
      border-radius: 0px; }
    step input[type="radio"] + label.owner.garage, step input[type="radio"] + label.tenant.garage,
    step input[type="checkbox"] + label.owner.garage,
    step input[type="checkbox"] + label.tenant.garage,
    step button-handle.owner.garage,
    step button-handle.tenant.garage,
    step button[role='radio'].owner.garage,
    step button[role='radio'].tenant.garage,
    step button[role='checkbox'].owner.garage,
    step button[role='checkbox'].tenant.garage,
    step control > button.owner.garage,
    step control > button.tenant.garage {
      width: 30%;
      min-width: 30%;
      margin-right: 5%; }
      step input[type="radio"] + label.owner.garage + .no, step input[type="radio"] + label.tenant.garage + .no,
      step input[type="checkbox"] + label.owner.garage + .no,
      step input[type="checkbox"] + label.tenant.garage + .no,
      step button-handle.owner.garage + .no,
      step button-handle.tenant.garage + .no,
      step button[role='radio'].owner.garage + .no,
      step button[role='radio'].tenant.garage + .no,
      step button[role='checkbox'].owner.garage + .no,
      step button[role='checkbox'].tenant.garage + .no,
      step control > button.owner.garage + .no,
      step control > button.tenant.garage + .no {
        width: 30%;
        min-width: 30%;
        margin-right: 0%; }
    @media (min-width: 768px), (hover: hover) {
      step input[type="radio"] + label,
      step input[type="checkbox"] + label,
      step button-handle,
      step button[role='radio'],
      step button[role='checkbox'],
      step control > button {
        font: 21px/26px fontbold, Arial, sans-serif;
        padding: 20px 30px 20px 70px; }
        step input[type="radio"] + label:before,
        step input[type="checkbox"] + label:before,
        step button-handle:before,
        step button[role='radio']:before,
        step button[role='checkbox']:before,
        step control > button:before {
          font-size: 40px;
          left: 25px;
          top: 13px;
          min-width: 40px; } }
  step input[type="radio"],
  step input[type="checkbox"] {
    display: none;
    /* We only show label */ }
  step .fifty {
    width: 47%;
    margin-right: 6%;
    max-width: 280px; }
    step .fifty + .fifty {
      margin-right: 0; }
  step.garage, step.garbage, step.household, step.dogs, step.parking-zone {
    border-bottom: none;
    margin-bottom: 0; }
  step.sewerage {
    border-bottom: none;
    margin-bottom: 0; }
    step.sewerage h2 {
      margin-bottom: 0; }
  step control[type='radio-option'] button:before,
  step input[type="radio"] + label:before,
  step input[type="checkbox"] + label:before {
    font-family: 'Overbetuwe';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.step1 div.value {
  margin-bottom: 16px; }

.tenantValue control.value {
  font-family: fontregular, Arial, Sans-Serif;
  font-size: 13px;
  line-height: 20px; }
  @media (min-width: 768px), (hover: hover) {
    .tenantValue control.value {
      font-size: 15px; } }

footer {
  width: 100%;
  /* Mobile override */ }
  footer > div {
    display: flex;
    flex-direction: row;
    width: 100%; }
    footer > div > div {
      flex: 1; }
      @media (min-width: 768px), (hover: hover) {
        footer > div > div {
          flex: auto; } }
  footer.columns {
    position: absolute;
    bottom: 0; }
  @media (min-width: 1024px) {
    footer.row {
      position: relative;
      margin-top: 20px; } }
  footer .previous > button {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    background: #064274;
    text-align: center;
    position: relative;
    margin-bottom: 0px;
    background: #f0f0f1;
    color: #d07aad;
    cursor: default;
    padding: 12px 8px 12px 25px;
    font: 11px/20px fontbold,Arial,sans-serif;
    width: 100%; }
    footer .previous > button:before {
      font-size: 16px;
      left: 8px;
      top: 15px;
      position: absolute;
      content: "\e601";
      font-family: 'Overbetuwe';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 768px), (hover: hover) {
      footer .previous > button {
        margin-bottom: 20px;
        font: 19px/20px fontbold,Arial,sans-serif;
        padding: 22px 20px 22px 56px; }
        footer .previous > button:before {
          font-size: 22px;
          left: 20px;
          top: 21px; } }
    footer .previous > button.enabled {
      cursor: pointer; }
    footer .previous > button:hover {
      background: #003561; }
    footer .previous > button.disabled {
      background: #ddd;
      color: #bbb;
      cursor: default; }
  footer .next > button {
    display: inline-block;
    vertical-align: top;
    font: 13px/20px fontbold,Arial,sans-serif;
    text-align: center;
    position: relative;
    padding: 12px 25px 12px 8px;
    width: 100%;
    font: 11px/20px fontbold,Arial,sans-serif;
    margin-bottom: 0px; }
    footer .next > button:before {
      font-size: 16px;
      right: 8px;
      top: 15px;
      position: absolute;
      content: "\e600";
      left: auto;
      font-family: 'Overbetuwe';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 768px), (hover: hover) {
      footer .next > button {
        font: 19px/20px fontbold,Arial,sans-serif;
        padding: 22px 56px 22px 20px;
        margin-bottom: 20px; }
        footer .next > button:before {
          font-size: 22px;
          right: 20px;
          top: 21px; } }
    footer .next > button.enabled {
      cursor: pointer; }
    footer .next > button:hover {
      background: #003561; }
    footer .next > button.disabled {
      cursor: default; }
  footer total {
    width: 100%;
    height: 44px;
    position: relative;
    display: inline-block;
    vertical-align: top; }
    footer total span {
      font: 11px/15px fontregular,Arial,sans-serif;
      display: block;
      height: 40px;
      padding: 8px 7px;
      float: left;
      max-width: 150px; }
      footer total span.amount, footer total span.sign, footer total span.average {
        font: 18px/29px fontbold,Arial,sans-serif;
        max-width: none; }
      footer total span.amount {
        float: right;
        position: absolute;
        right: -1px;
        top: 0px; }
      footer total span.sign, footer total span.average {
        padding: 0 2px 0 0; }
        footer total span.sign + div, footer total span.average + div {
          float: left; }
    @media (min-width: 768px), (hover: hover) {
      footer total {
        height: 64px;
        background: #ffffff; }
        footer total span {
          font: 15px/18px fontbold,Arial,sans-serif;
          height: 64px;
          padding: 13px 20px; }
          footer total span.amount, footer total span.sign, footer total span.average {
            font: 34px/40px fontbold,Arial,sans-serif; }
          footer total span.amount {
            position: relative;
            right: 0; }
          footer total span.sign, footer total span.average {
            padding: 0 10px; } }
  footer control {
    margin: 0; }
  footer .totals {
    padding: 4px 14px 5px;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    background: rgba(246, 246, 246, 0.95);
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.05);
    border-top: 1px dashed #ccc;
    z-index: 19; }
  @media (min-width: 768px), (hover: hover) {
    footer {
      height: 84px; }
      footer .totals {
        width: 100%;
        bottom: auto;
        left: auto;
        right: auto;
        position: relative;
        padding: 0 4%;
        vertical-align: top;
        background: none;
        box-shadow: none;
        border-top: none; } }
  @media (max-width: 767px) and (hover: none) {
    footer.columns {
      position: relative; }
    footer table {
      width: 100%;
      position: relative;
      bottom: 0;
      left: 0px;
      right: 0; }
      footer table control {
        margin: 0;
        top: 0;
        position: absolute;
        height: 1px; }
      footer table total {
        background: none; }
    footer total span {
      padding: 8px 0px;
      background: none; }
      footer total span:not(.amount):not(.sign) {
        color: #828282; }
    footer .next > button {
      font: 15px/20px fontbold,Arial,sans-serif;
      padding: 7px 34px 8px 15px;
      width: auto;
      float: right; }
      footer .next > button:before {
        font-size: 17px;
        right: 13px;
        top: 9px; }
    footer .previous > button {
      background: none !important;
      font: 15px/20px fontbold,Arial,sans-serif;
      padding: 7px 18px 7px 30px;
      width: auto; }
      footer .previous > button:before {
        font-size: 17px;
        left: 5px;
        top: 9px; }
      footer .previous > button:hover {
        background: none !important; } }

years {
  width: 100%;
  display: block;
  margin-top: -124px;
  font-family: fontbold;
  font-weight: 700;
  color: color-primary; }
  years current {
    float: left;
    padding: 5px;
    background: #00437A;
    margin-top: 10px;
    color: #FFF; }
    @media (min-width: 1024px) {
      years current {
        margin-top: 0; } }
  years next {
    float: right;
    padding: 5px;
    background: #aaa;
    margin-top: 10px;
    color: #FFF; }
    @media (min-width: 1024px) {
      years next {
        margin-top: 0; } }

.subject div.value {
  min-width: 210px;
  max-width: 242px; }

.yearNavigation {
  position: absolute;
  right: 0px;
  display: inline-block;
  z-index: 100;
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .yearNavigation {
      margin-top: 0px; } }
  @media (max-width: 767px) and (hover: none) {
    .yearNavigation {
      position: absolute;
      display: block;
      left: -10px;
      right: -10px; }
      .yearNavigation button {
        margin: 0; }
      .yearNavigation button:last-child {
        float: right;
        margin-right: 10px; } }
  .yearNavigation button {
    display: inline-block;
    font: 15px/20px fontbold, Arial, sans-serif;
    letter-spacing: 0.4px;
    text-align: center;
    position: relative;
    padding: 5px 12px;
    border: none;
    outline: none;
    margin-left: 10px;
    cursor: pointer; }
    .yearNavigation button.active {
      background: #00437A;
      color: #fff;
      cursor: default; }
    .yearNavigation button:before {
      float: left;
      font-size: 16px;
      line-height: 20px;
      margin: 0 3px 0 -3px; }
    .yearNavigation button.other:before {
      float: right;
      margin: 0 -3px 0 3px; }

@media (max-width: 767px) and (hover: none) {
  .yearNavigation + section step {
    padding-top: 60px; } }

step {
  background: #f6f6f6; }
  step .row > form > controls {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left; }
    @media only screen and (min-width: 1px) {
      step .row > form > controls {
        width: 100%; } }
    @media (min-width: 768px), (hover: hover) {
      step .row > form > controls {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%; } }
    @media (min-width: 1024px) {
      step .row > form > controls {
        width: 100%; } }
  step control {
    width: 100%; }
    step control options {
      float: left;
      width: 100%;
      display: block; }
  step control.hasNext control {
    float: left; }
    step control.hasNext control label {
      width: 100%;
      height: auto; }
      @media (min-width: 768px), (hover: hover) {
        step control.hasNext control label:before {
          font-size: 30px;
          line-height: 40px; } }
    step control.hasNext control + control {
      margin-right: 0; }

step.property form[type="residentFormsTaxPropertyGenericHousing"] > controls,
step.property form.housingObject:not(.invalid) ~ panel.garagePanel {
  border-bottom: 2px solid #e6e6e6; }

@media (min-width: 768px), (hover: hover) {
  step.property panel.garageSelect button {
    margin-bottom: 10px; } }

@media (min-width: 768px), (hover: hover) {
  step.property panel.garagePanel actions button {
    margin-bottom: 20px; } }

step.property panel.garageSelect > div > div,
step.property panel.garagePanel > div > div {
  padding-top: 10px; }
  @media (min-width: 768px), (hover: hover) {
    step.property panel.garageSelect > div > div,
    step.property panel.garagePanel > div > div {
      padding-top: 20px; } }

step.property .garagePanel {
  margin-bottom: 10px; }
  @media (min-width: 768px), (hover: hover) {
    step.property .garagePanel {
      margin-bottom: 20px; } }

@media (min-width: 768px), (hover: hover) {
  step.property control.value.smart-value {
    width: 48%; } }

step.property control.ownership > fieldset {
  display: block; }
  step.property control.ownership > fieldset legend {
    font: 14px/21px fontbold, Arial, Sans-Serif;
    margin: 0 0 7px;
    color: #5d5d5d;
    display: block;
    width: 100%;
    height: auto; }
    @media (min-width: 768px), (hover: hover) {
      step.property control.ownership > fieldset legend {
        font: 21px/26px fontbold, Arial, Sans-Serif;
        margin: 0 0 10px; } }

step.property control.ownership control button {
  width: 100%;
  height: auto; }
  step.property control.ownership control button:before {
    content: "\e904"; }

step.property panel.garageSelect controls control > fieldset {
  display: block; }
  step.property panel.garageSelect controls control > fieldset legend {
    font: 14px/21px fontbold, Arial, Sans-Serif;
    margin: 0 0 7px;
    display: block;
    width: 100%;
    height: auto; }
    @media (min-width: 768px), (hover: hover) {
      step.property panel.garageSelect controls control > fieldset legend {
        font: 21px/26px fontbold, Arial, Sans-Serif;
        margin: 0 0 10px; } }

step.property panel.garageSelect controls control control button {
  width: 100%;
  height: auto; }
  step.property panel.garageSelect controls control control button:before {
    content: "\e611"; }

step.property panel.garagePanel controls > form > actions {
  top: -10px;
  width: 100%;
  clear: none; }
  step.property panel.garagePanel controls > form > actions button {
    width: 100%;
    height: auto; }
    step.property panel.garagePanel controls > form > actions button:before {
      font-family: 'Overbetuwe';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e606"; }
  @media (min-width: 768px), (hover: hover) {
    step.property panel.garagePanel controls > form > actions {
      top: 0;
      padding-top: 38px; } }

step.property panel.garagePanel controls > form control > button {
  display: block;
  width: 100%;
  height: auto; }

step.property panel.garagePanel controls > form control > fieldset {
  display: block; }

step.property panel.garagePanel controls > form control control {
  width: 100%;
  float: left;
  display: block; }
  step.property panel.garagePanel controls > form control control button {
    width: 100%;
    height: auto; }
    step.property panel.garagePanel controls > form control control button:before {
      content: "\e611"; }

@media (min-width: 768px), (hover: hover) {
  step.property panel.garagePanel controls > form > controls {
    width: 68%;
    margin-left: 0;
    margin-right: 0;
    float: left; }
    step.property panel.garagePanel controls > form > controls > control,
    step.property panel.garagePanel controls > form > controls > panel {
      padding-left: 0;
      padding-right: 0; }
    step.property panel.garagePanel controls > form > controls control {
      width: 48%; }
      step.property panel.garagePanel controls > form > controls control.ownership {
        width: 100%; }
      step.property panel.garagePanel controls > form > controls control > label {
        margin: 0 0 10px; }
  step.property panel.garagePanel controls > form > actions {
    width: 32%;
    float: left; } }

step.property panel.tenantValue control.value {
  margin-bottom: 10px; }
  @media (min-width: 768px), (hover: hover) {
    step.property panel.tenantValue control.value {
      margin-bottom: 20px; } }

step.property panel.ownerValue label {
  font: 14px/21px fontbold, Arial, Sans-Serif;
  margin: 0 0 7px;
  color: #5d5d5d; }
  @media (min-width: 768px), (hover: hover) {
    step.property panel.ownerValue label {
      margin: 0 0 15px;
      font: 17px/20px fontbold, Arial, Sans-Serif; } }

step.property panel.ownerValue button.icon-question {
  left: auto;
  top: auto;
  margin-left: 7px; }

@media (min-width: 768px), (hover: hover) {
  step.property panel.ownerValue input,
  step.property panel.ownerValue button.values {
    width: 275px; } }

@media (max-width: 767px) and (hover: none) {
  step.property .ownerValue controls > * {
    width: 100%; } }

step.property form[type].resident-address-search h2 {
  margin: 0 0 8px;
  font: 14px/21px fontbold, Arial, Sans-Serif;
  font-weight: 700;
  color: #5d5d5d;
  width: 100%; }
  @media (min-width: 768px), (hover: hover) {
    step.property form[type].resident-address-search h2 {
      margin: 0 0 15px;
      font: 17px/20px fontbold, Arial, Sans-Serif; } }

step.property form[type].resident-address-search.has-lookup .search {
  display: none; }

step.property form[type].resident-address-search .lookup button {
  background-color: #00437A; }

step.property form[type].resident-address-search .search {
  margin-top: -114px;
  margin-left: 290px; }
  @media (min-width: 768px), (hover: hover) {
    step.property form[type].resident-address-search .search {
      margin-top: -115px; } }
  step.property form[type].resident-address-search .search button {
    color: #00437A; }
  step.property form[type].resident-address-search .search.disabled button {
    color: #ccc; }

step.waste control.select fieldset > control {
  /* 		padding-left: 4%; */
  /* 	    &:first-child { */
  /* 	    	padding-left: 0; */
  /* 	    } */ }
  step.waste control.select fieldset > control button:before {
    content: "\e618"; }

step.waste panel.waste, step.waste panel.global {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 10px;
  padding-bottom: 0px; }
  @media (min-width: 768px), (hover: hover) {
    step.waste panel.waste, step.waste panel.global {
      margin-bottom: 20px; } }

@media (min-width: 768px), (hover: hover) {
  step.waste control.water.smart-value .smart-value-input {
    width: 275px; } }

@media (max-width: 767px) and (hover: none) {
  step.waste .valuePanel controls > * {
    width: 100%; } }

step.waste control.value messages {
  line-height: 15px; }
  step.waste control.value messages.visible {
    margin-top: 12px; }

step.waste form.housingObject > controls::after,
step.waste form.housingObject:not(.invalid) ~ panel.garagePanel:not(.disabled)::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 10px; }
  @media (min-width: 768px), (hover: hover) {
    step.waste form.housingObject > controls::after,
    step.waste form.housingObject:not(.invalid) ~ panel.garagePanel:not(.disabled)::after {
      margin-bottom: 20px; } }

step.waste panel.garageSelect button {
  margin-bottom: 10px; }
  @media (min-width: 768px), (hover: hover) {
    step.waste panel.garageSelect button {
      margin-bottom: 20px; } }

@media (min-width: 768px), (hover: hover) {
  step.waste panel.garagePanel actions button {
    margin-bottom: 20px; } }

step.waste panel.garageObject {
  margin-bottom: 20px; }
  step.waste panel.garageObject > div > div {
    padding-top: 10px;
    border-bottom: 2px solid #e6e6e6; }
    @media (min-width: 768px), (hover: hover) {
      step.waste panel.garageObject > div > div {
        padding-top: 20px; } }

@media (min-width: 768px), (hover: hover) {
  step.waste control.value.smart-value {
    width: 48%; } }

step.waste form[type].resident-address-search h2 {
  margin: 0 0 8px;
  font: 14px/21px fontbold, Arial, Sans-Serif;
  font-weight: 700;
  color: #5d5d5d;
  width: 100%; }
  @media (min-width: 768px), (hover: hover) {
    step.waste form[type].resident-address-search h2 {
      margin: 0 0 15px;
      font: 17px/20px fontbold, Arial, Sans-Serif; } }

step.waste form[type].resident-address-search.has-lookup .search {
  display: none; }

step.waste form[type].resident-address-search .lookup button {
  background-color: #305A71; }

step.waste form[type].resident-address-search .search {
  margin-top: -114px;
  margin-left: 290px; }
  @media (min-width: 768px), (hover: hover) {
    step.waste form[type].resident-address-search .search {
      margin-top: -115px; } }
  step.waste form[type].resident-address-search .search button {
    color: #00437A; }
  step.waste form[type].resident-address-search .search.disabled button {
    color: #ccc; }

step.waste panel.garagePanel controls > form > actions {
  top: -10px;
  width: 100%;
  clear: none; }
  step.waste panel.garagePanel controls > form > actions button {
    width: 100%;
    height: auto; }
    step.waste panel.garagePanel controls > form > actions button:before {
      font-family: 'Overbetuwe';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e606"; }
  @media (min-width: 768px), (hover: hover) {
    step.waste panel.garagePanel controls > form > actions {
      top: 0;
      padding-top: 38px; } }

step.waste panel.garagePanel controls > form control > button {
  display: block;
  width: 100%;
  height: auto; }

step.waste panel.garagePanel controls > form control > fieldset {
  display: block; }

step.waste panel.garagePanel controls > form control control {
  width: 100%;
  float: left;
  display: block; }
  step.waste panel.garagePanel controls > form control control button {
    width: 100%;
    height: auto; }
    step.waste panel.garagePanel controls > form control control button:before {
      content: "\e611"; }

@media (min-width: 768px), (hover: hover) {
  step.waste panel.garagePanel controls > form > controls {
    width: 68%;
    margin-left: 0;
    margin-right: 0;
    float: left; }
    step.waste panel.garagePanel controls > form > controls > control,
    step.waste panel.garagePanel controls > form > controls > panel {
      padding-left: 0;
      padding-right: 0; }
    step.waste panel.garagePanel controls > form > controls control {
      width: 48%; }
      step.waste panel.garagePanel controls > form > controls control.ownership {
        width: 100%; }
      step.waste panel.garagePanel controls > form > controls control > label {
        margin: 0 0 10px; }
  step.waste panel.garagePanel controls > form > actions {
    width: 32%;
    float: left; } }

step.garbage form > controls > panel:last-child {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 10px;
  padding-bottom: 0px; }
  @media (min-width: 768px), (hover: hover) {
    step.garbage form > controls > panel:last-child {
      margin-bottom: 20px; } }

step.garbage control[type='radio'] control button {
  width: 100%;
  height: auto; }
  step.garbage control[type='radio'] control button:before {
    content: "\ebfb"; }

step.garbage panel.garbage control.method fieldset control button:before,
step.garbage panel.garbage control.wasteMethod fieldset control button:before,
step.garbage panel.garbage control.organicMethod fieldset control button:before,
step.garbage panel.garbage control.xwcMethod fieldset control button:before {
  content: "\ebfb"; }

step.garbage panel.garbage control.method fieldset control.uwc button:before,
step.garbage panel.garbage control.method fieldset control.xwc button:before,
step.garbage panel.garbage control.wasteMethod fieldset control.uwc button:before,
step.garbage panel.garbage control.wasteMethod fieldset control.xwc button:before,
step.garbage panel.garbage control.organicMethod fieldset control.uwc button:before,
step.garbage panel.garbage control.organicMethod fieldset control.xwc button:before,
step.garbage panel.garbage control.xwcMethod fieldset control.uwc button:before,
step.garbage panel.garbage control.xwcMethod fieldset control.xwc button:before {
  content: "\e619";
  font-size: 59px;
  top: 3px;
  left: 19px; }

step.garbage panel.garbage control.method fieldset control.owc button:before,
step.garbage panel.garbage control.wasteMethod fieldset control.owc button:before,
step.garbage panel.garbage control.organicMethod fieldset control.owc button:before,
step.garbage panel.garbage control.xwcMethod fieldset control.owc button:before {
  content: "\e903";
  font-size: 34px;
  top: 17px;
  left: 24px; }

step.garbage panel.garbage control.method fieldset control.other button:before,
step.garbage panel.garbage control.method fieldset control.bags button:before,
step.garbage panel.garbage control.wasteMethod fieldset control.other button:before,
step.garbage panel.garbage control.wasteMethod fieldset control.bags button:before,
step.garbage panel.garbage control.organicMethod fieldset control.other button:before,
step.garbage panel.garbage control.organicMethod fieldset control.bags button:before,
step.garbage panel.garbage control.xwcMethod fieldset control.other button:before,
step.garbage panel.garbage control.xwcMethod fieldset control.bags button:before {
  content: "\e605"; }

@media (min-width: 768px), (hover: hover) {
  step.garbage panel.garbage control.method fieldset control:first-child:nth-last-child(3) button,
  step.garbage panel.garbage control.method fieldset control:first-child:nth-last-child(3) ~ control button,
  step.garbage panel.garbage control.wasteMethod fieldset control:first-child:nth-last-child(3) button,
  step.garbage panel.garbage control.wasteMethod fieldset control:first-child:nth-last-child(3) ~ control button,
  step.garbage panel.garbage control.organicMethod fieldset control:first-child:nth-last-child(3) button,
  step.garbage panel.garbage control.organicMethod fieldset control:first-child:nth-last-child(3) ~ control button,
  step.garbage panel.garbage control.xwcMethod fieldset control:first-child:nth-last-child(3) button,
  step.garbage panel.garbage control.xwcMethod fieldset control:first-child:nth-last-child(3) ~ control button {
    font-size: 15px;
    padding: 20px 10px 20px 40px; }
  step.garbage panel.garbage control.method fieldset control:first-child:nth-last-child(3) button:before,
  step.garbage panel.garbage control.method fieldset control:first-child:nth-last-child(3) ~ control button:before,
  step.garbage panel.garbage control.wasteMethod fieldset control:first-child:nth-last-child(3) button:before,
  step.garbage panel.garbage control.wasteMethod fieldset control:first-child:nth-last-child(3) ~ control button:before,
  step.garbage panel.garbage control.organicMethod fieldset control:first-child:nth-last-child(3) button:before,
  step.garbage panel.garbage control.organicMethod fieldset control:first-child:nth-last-child(3) ~ control button:before,
  step.garbage panel.garbage control.xwcMethod fieldset control:first-child:nth-last-child(3) button:before,
  step.garbage panel.garbage control.xwcMethod fieldset control:first-child:nth-last-child(3) ~ control button:before {
    font-size: 40px;
    top: 13px;
    left: 15px; }
  step.garbage panel.garbage control.method fieldset control:first-child:nth-last-child(3).uwc button:before,
  step.garbage panel.garbage control.method fieldset control:first-child:nth-last-child(3) ~ control.uwc button:before,
  step.garbage panel.garbage control.wasteMethod fieldset control:first-child:nth-last-child(3).uwc button:before,
  step.garbage panel.garbage control.wasteMethod fieldset control:first-child:nth-last-child(3) ~ control.uwc button:before,
  step.garbage panel.garbage control.organicMethod fieldset control:first-child:nth-last-child(3).uwc button:before,
  step.garbage panel.garbage control.organicMethod fieldset control:first-child:nth-last-child(3) ~ control.uwc button:before,
  step.garbage panel.garbage control.xwcMethod fieldset control:first-child:nth-last-child(3).uwc button:before,
  step.garbage panel.garbage control.xwcMethod fieldset control:first-child:nth-last-child(3) ~ control.uwc button:before {
    left: 5px; } }

@media (min-width: 768px) and (min-width: 1024px), (hover: hover) and (min-width: 1024px) {
  step.garbage panel.garbage control.method fieldset control:first-child:nth-last-child(3) button,
  step.garbage panel.garbage control.method fieldset control:first-child:nth-last-child(3) ~ control button,
  step.garbage panel.garbage control.wasteMethod fieldset control:first-child:nth-last-child(3) button,
  step.garbage panel.garbage control.wasteMethod fieldset control:first-child:nth-last-child(3) ~ control button,
  step.garbage panel.garbage control.organicMethod fieldset control:first-child:nth-last-child(3) button,
  step.garbage panel.garbage control.organicMethod fieldset control:first-child:nth-last-child(3) ~ control button,
  step.garbage panel.garbage control.xwcMethod fieldset control:first-child:nth-last-child(3) button,
  step.garbage panel.garbage control.xwcMethod fieldset control:first-child:nth-last-child(3) ~ control button {
    padding: 20px 20px 20px 50px; }
  step.garbage panel.garbage control.method fieldset control:first-child:nth-last-child(3).uwc button:before,
  step.garbage panel.garbage control.method fieldset control:first-child:nth-last-child(3) ~ control.uwc button:before,
  step.garbage panel.garbage control.wasteMethod fieldset control:first-child:nth-last-child(3).uwc button:before,
  step.garbage panel.garbage control.wasteMethod fieldset control:first-child:nth-last-child(3) ~ control.uwc button:before,
  step.garbage panel.garbage control.organicMethod fieldset control:first-child:nth-last-child(3).uwc button:before,
  step.garbage panel.garbage control.organicMethod fieldset control:first-child:nth-last-child(3) ~ control.uwc button:before,
  step.garbage panel.garbage control.xwcMethod fieldset control:first-child:nth-last-child(3).uwc button:before,
  step.garbage panel.garbage control.xwcMethod fieldset control:first-child:nth-last-child(3) ~ control.uwc button:before {
    left: 15px; } }

@media (min-width: 768px) and (min-width: 1300px), (hover: hover) and (min-width: 1300px) {
  step.garbage panel.garbage control.method fieldset control:first-child:nth-last-child(3) button,
  step.garbage panel.garbage control.method fieldset control:first-child:nth-last-child(3) ~ control button,
  step.garbage panel.garbage control.wasteMethod fieldset control:first-child:nth-last-child(3) button,
  step.garbage panel.garbage control.wasteMethod fieldset control:first-child:nth-last-child(3) ~ control button,
  step.garbage panel.garbage control.organicMethod fieldset control:first-child:nth-last-child(3) button,
  step.garbage panel.garbage control.organicMethod fieldset control:first-child:nth-last-child(3) ~ control button,
  step.garbage panel.garbage control.xwcMethod fieldset control:first-child:nth-last-child(3) button,
  step.garbage panel.garbage control.xwcMethod fieldset control:first-child:nth-last-child(3) ~ control button {
    font-size: 17px;
    padding: 20px 30px 20px 70px; }
  step.garbage panel.garbage control.method fieldset control:first-child:nth-last-child(3) button:before,
  step.garbage panel.garbage control.method fieldset control:first-child:nth-last-child(3) ~ control button:before,
  step.garbage panel.garbage control.wasteMethod fieldset control:first-child:nth-last-child(3) button:before,
  step.garbage panel.garbage control.wasteMethod fieldset control:first-child:nth-last-child(3) ~ control button:before,
  step.garbage panel.garbage control.organicMethod fieldset control:first-child:nth-last-child(3) button:before,
  step.garbage panel.garbage control.organicMethod fieldset control:first-child:nth-last-child(3) ~ control button:before,
  step.garbage panel.garbage control.xwcMethod fieldset control:first-child:nth-last-child(3) button:before,
  step.garbage panel.garbage control.xwcMethod fieldset control:first-child:nth-last-child(3) ~ control button:before {
    left: 25px; } }

@media (max-width: 1023px) {
  step.garbage panel.garbage control.method fieldset control.uwc button:before,
  step.garbage panel.garbage control.wasteMethod fieldset control.uwc button:before,
  step.garbage panel.garbage control.organicMethod fieldset control.uwc button:before,
  step.garbage panel.garbage control.xwcMethod fieldset control.uwc button:before {
    font-size: 48px;
    top: 9px; }
  step.garbage panel.garbage control.method fieldset control.owc button:before,
  step.garbage panel.garbage control.wasteMethod fieldset control.owc button:before,
  step.garbage panel.garbage control.organicMethod fieldset control.owc button:before,
  step.garbage panel.garbage control.xwcMethod fieldset control.owc button:before {
    font-size: 24px;
    top: 23px; } }

@media (max-width: 767px) and (hover: none) {
  step.garbage panel.garbage control.method fieldset control.uwc button:before,
  step.garbage panel.garbage control.wasteMethod fieldset control.uwc button:before,
  step.garbage panel.garbage control.organicMethod fieldset control.uwc button:before,
  step.garbage panel.garbage control.xwcMethod fieldset control.uwc button:before {
    font-size: 26px;
    top: 9px;
    left: 7px; }
  step.garbage panel.garbage control.method fieldset control.xwc button:before,
  step.garbage panel.garbage control.wasteMethod fieldset control.xwc button:before,
  step.garbage panel.garbage control.organicMethod fieldset control.xwc button:before,
  step.garbage panel.garbage control.xwcMethod fieldset control.xwc button:before {
    font-size: 26px;
    top: 9px;
    left: 7px; }
  step.garbage panel.garbage control.method fieldset control.owc button:before,
  step.garbage panel.garbage control.wasteMethod fieldset control.owc button:before,
  step.garbage panel.garbage control.organicMethod fieldset control.owc button:before,
  step.garbage panel.garbage control.xwcMethod fieldset control.owc button:before {
    font-size: 15px;
    top: 17px;
    left: 11px; } }

step.garbage panel.garbage control.housing fieldset control button:before {
  content: "\e904"; }

step.garbage panel.garbage control.housing fieldset control:last-child button:before {
  content: "\e61a"; }

step.garbage panel.garbage[type=''] {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 0px; }

step.garbage control[type='radio'].wasteEc options > control:first-child label:before,
step.garbage control[type='radio'].organicEc options > control:first-child label:before {
  content: "\e606"; }

step.garbage control[type="list"].containers {
  margin-top: 10px;
  margin-bottom: 10px; }

step.garbage .resident-tax-garbage-container + .resident-tax-garbage-container .horizontal {
  margin-top: -12px; }

step.garbage control.containers form actions control button {
  padding: 15px;
  font-size: 0;
  float: left;
  clear: none;
  margin-bottom: -1px;
  width: 31px;
  height: 31px; }

step.garbage control.containers form actions control button:before {
  content: "\e606";
  font-family: 'Overbetuwe';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  left: initial;
  top: initial;
  margin-left: -9px;
  min-width: 0; }

step.garbage control.containers > label {
  font: 17px/20px fontbold, Arial, Sans-Serif;
  margin: 0 0 10px;
  display: block;
  width: 100%;
  height: auto; }

step.garbage .resident-tax-garbage-container {
  width: 100%; }
  step.garbage .resident-tax-garbage-container slider {
    margin-bottom: 0; }

step.garbage .resident-tax-garbage-container + .resident-tax-garbage-container controls control > label {
  display: none; }

step.garbage control.containers control.add button {
  padding: 8px 10px;
  color: #ffffff;
  width: auto; }

@media (min-width: 768px), (hover: hover) {
  step.garbage .resident-tax-garbage-container:not([type='residentFormsTaxGarbageContainerFixed']) > controls > control:first-child {
    padding-left: 60px; } }

step.garbage .resident-tax-garbage-container .type {
  width: 50%;
  margin-bottom: 12px; }
  step.garbage .resident-tax-garbage-container .type label {
    margin: 0 0 10px; }
  step.garbage .resident-tax-garbage-container .type select {
    margin: 5px 0;
    padding: 4px 30px 4px 10px; }
  step.garbage .resident-tax-garbage-container .type select:after {
    bottom: 21px; }

step.garbage .resident-tax-garbage-container .horizontal {
  clear: none; }

step.garbage .resident-tax-garbage-container actions {
  position: absolute;
  left: 0;
  top: 9px; }

step.garbage .resident-tax-garbage-container:first-of-type actions {
  top: 40px; }

@media (max-width: 767px) and (hover: none) {
  step.garbage control.containers .resident-tax-garbage-container {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    clear: both; }
    step.garbage control.containers .resident-tax-garbage-container:after {
      top: -2px;
      right: 0;
      left: auto; }
    step.garbage control.containers .resident-tax-garbage-container:first-of-type actions, step.garbage control.containers .resident-tax-garbage-container actions {
      top: -2px;
      right: 0;
      left: auto; }
      step.garbage control.containers .resident-tax-garbage-container:first-of-type actions button, step.garbage control.containers .resident-tax-garbage-container actions button {
        margin: -1px; }
    step.garbage control.containers .resident-tax-garbage-container label {
      display: block !important; }
    step.garbage control.containers .resident-tax-garbage-container .horizontal {
      margin-top: 0 !important; }
    step.garbage control.containers .resident-tax-garbage-container > controls {
      padding: 15px 15px 0;
      position: relative; }
      step.garbage control.containers .resident-tax-garbage-container > controls:after {
        content: "";
        display: table;
        clear: both; }
  step.garbage .resident-tax-garbage-container .type {
    width: 100%;
    margin-right: 4%;
    display: block;
    margin-bottom: 8px; }
    step.garbage .resident-tax-garbage-container .type label {
      margin-bottom: 10px !important; }
    step.garbage .resident-tax-garbage-container .type select {
      width: 100%; }
  step.garbage .resident-tax-garbage-container control:first-child label {
    margin-bottom: 10px; } }

step.parking .search button {
  color: #8F8860; }

step.parking .search.disabled button {
  color: #ccc; }

step.parking panel.parking {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 10px;
  padding-bottom: 0px; }
  @media (min-width: 768px), (hover: hover) {
    step.parking panel.parking {
      margin-bottom: 20px; } }

@media (min-width: 768px), (hover: hover) {
  step.parking panel.parking panel controls control.hasPrivate {
    width: 100%; } }

step.parking panel.visitorsPanel:not(.disabled) > div {
  border-top: 2px solid #e6e6e6;
  padding-top: 10px; }
  @media (min-width: 768px), (hover: hover) {
    step.parking panel.visitorsPanel:not(.disabled) > div {
      padding-top: 20px; } }

step.parking panel.parking .zone label {
  font-weight: 700;
  margin: 0 0 10px;
  color: #5d5d5d;
  display: block;
  width: 100%;
  height: auto;
  font: 16px/21px fontbold, Arial, Sans-Serif; }
  @media (min-width: 768px), (hover: hover) {
    step.parking panel.parking .zone label {
      font: 21px/26px fontbold, Arial, Sans-Serif; } }

step.parking panel.parking > controls > control,
step.parking panel.parking panel controls > control {
  width: 100%;
  float: left;
  position: relative;
  clear: none; }
  step.parking panel.parking > controls > control:nth-child(even),
  step.parking panel.parking panel controls > control:nth-child(even) {
    margin-right: 0; }
  @media (min-width: 768px), (hover: hover) {
    step.parking panel.parking > controls > control,
    step.parking panel.parking panel controls > control {
      width: 50%; } }

step.parking panel.parking controls > control.permitZone,
step.parking panel.parking controls > control.hasPermit,
step.parking panel.parking controls > control.hasDisability,
step.parking panel.parking controls > control.permitPanel,
step.parking panel.parking controls > control.disabilityPanel {
  width: 100%;
  margin-right: 0; }

step.parking panel.parking > controls > form {
  width: 50%;
  margin-top: 2px;
  margin-right: 0;
  float: left;
  position: relative;
  clear: none; }
  step.parking panel.parking > controls > form form {
    width: 47%;
    margin-right: 0;
    float: left;
    clear: none; }

step.parking panel.parking control.na {
  margin-bottom: 20px; }

step.dog panel.dog control.kennel fieldset control button:before {
  font-size: 19px;
  content: "\ebd5"; }
  @media (min-width: 768px), (hover: hover) {
    step.dog panel.dog control.kennel fieldset control button:before {
      font-size: 40px; } }

step.dog form > controls > panel.dog {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 10px;
  padding-bottom: 0px; }
  @media (min-width: 768px), (hover: hover) {
    step.dog form > controls > panel.dog {
      margin-bottom: 20px; } }

step.dog form > controls > panel.dogCondition > div > div,
step.dog form > controls > panel.kennelCondition > div > div {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 10px;
  padding-bottom: 0px; }
  @media (min-width: 768px), (hover: hover) {
    step.dog form > controls > panel.dogCondition > div > div,
    step.dog form > controls > panel.kennelCondition > div > div {
      margin-bottom: 20px; } }

step.dog control > label {
  font: 14px/21px fontbold, Arial, Sans-Serif;
  margin-bottom: 7px;
  color: #5d5d5d;
  display: block; }
  @media (min-width: 768px), (hover: hover) {
    step.dog control > label {
      font: 21px/26px fontbold, Arial, Sans-Serif;
      margin-bottom: 10px; } }

step.water-authority > div > form > controls > panel:last-child {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 10px;
  padding-bottom: 0px; }
  @media (min-width: 768px), (hover: hover) {
    step.water-authority > div > form > controls > panel:last-child {
      margin-bottom: 20px; } }

step.water-authority .detail ul {
  list-style: none;
  max-width: 300px; }
  step.water-authority .detail ul li {
    padding-bottom: 2px; }
  step.water-authority .detail ul strong {
    float: right;
    text-align: right;
    display: block;
    min-width: 60px; }
    step.water-authority .detail ul strong:before {
      content: '€';
      display: block;
      float: left; }

step.water-authority form > controls > panel.water-authority:not(.disabled) + panel:not(.disabled),
step.water-authority form > controls > panel.detail:not(.disabled) {
  border-top: 2px solid #e6e6e6;
  padding-top: 10px; }

@-webkit-keyframes validBefore {
  0% {
    width: 3px;
    left: 9px;
    top: 8px;
    height: 0px; }
  100% {
    width: 3px;
    left: 9px;
    top: 8px;
    height: 10px; } }

@keyframes validBefore {
  0% {
    width: 3px;
    left: 10px;
    top: 7px;
    height: 0px; }
  100% {
    width: 3px;
    left: 10px;
    top: 7px;
    height: 10px; } }

@-webkit-keyframes validAfter {
  0% {
    height: 3px;
    top: 14px;
    left: 11px;
    width: 0; }
  100% {
    height: 3px;
    top: 14px;
    left: 11px;
    width: 18px; } }

@keyframes validAfter {
  0% {
    height: 3px;
    top: 14px;
    left: 11px;
    width: 0; }
  100% {
    height: 3px;
    top: 14px;
    left: 11px;
    width: 18px; } }

form[type].resident-address-search {
  width: 50%;
  margin-right: 0;
  float: right;
  clear: none; }
  form[type].resident-address-search controls > * {
    margin-top: 0;
    float: left;
    clear: none; }
    form[type].resident-address-search controls > *[type='text'] label {
      font: 15px/20px fontregular, Arial, Sans-Serif;
      margin-bottom: 3px; }
    form[type].resident-address-search controls > *[type='text'].postalLetters label {
      font-size: 0;
      height: 20px;
      width: 1px; }
  form[type].resident-address-search control[type='checkbox'] span[role='checkbox'] {
    float: left;
    width: auto;
    background: #fff;
    border: 1px solid #ccc;
    padding: 12px;
    transition: all .5s ease;
    position: relative; }
  form[type].resident-address-search control[type='checkbox'].error span[role='checkbox'] {
    border: 1px solid #c60f13; }
  form[type].resident-address-search control[type='checkbox'] p {
    float: left; }
  form[type].resident-address-search control[type='checkbox'] input-figure {
    position: absolute;
    margin-bottom: -2px;
    left: -5px;
    top: 4px;
    width: 24px;
    height: 24px; }
  form[type].resident-address-search control[type='checkbox'] input-figure:after, form[type].resident-address-search control[type='checkbox'] input-figure:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 2px; }
  form[type].resident-address-search control[type='checkbox'] span[role='checkbox'][aria-checked=true] input-figure {
    transform: rotate(-45deg); }
    form[type].resident-address-search control[type='checkbox'] span[role='checkbox'][aria-checked=true] input-figure:before {
      -webkit-animation: validBefore 0.1s forwards;
      animation: validBefore 0.1s forwards;
      -webkit-animation-delay: 0.1s;
      animation-delay: 0s;
      background: #8DC63F; }
    form[type].resident-address-search control[type='checkbox'] span[role='checkbox'][aria-checked=true] input-figure:after {
      -webkit-animation: validAfter 0.1s forwards;
      animation: validAfter 0.1s forwards;
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s;
      background: #8DC63F; }
  form[type].resident-address-search control[type='checkbox'] label {
    float: left;
    width: auto;
    font: 13px/18px fontregular, Arial, Sans-Serif;
    padding: 4px 0 4px 10px;
    margin: 0 0 20px; }
    @media (min-width: 768px), (hover: hover) {
      form[type].resident-address-search control[type='checkbox'] label {
        font: 15px/19px fontregular, Arial, Sans-Serif; } }
    form[type].resident-address-search control[type='checkbox'] label a {
      cursor: pointer; }
  form[type].resident-address-search.no-input control[type='text'],
  form[type].resident-address-search.no-input control[type='checkbox'] {
    display: none; }
  form[type].resident-address-search.no-input button {
    padding-top: 12px;
    padding-bottom: 12px; }
  form[type].resident-address-search controls {
    width: auto;
    clear: none; }
    form[type].resident-address-search controls input {
      width: 100%;
      line-height: 42px; }
    form[type].resident-address-search controls .postalNumber {
      width: 100px;
      margin-right: 1%; }
    form[type].resident-address-search controls .postalLetters {
      width: 60px;
      margin-right: 20px; }
      form[type].resident-address-search controls .postalLetters input {
        text-transform: uppercase; }
    form[type].resident-address-search controls .addressNumber {
      width: 92px; }
    form[type].resident-address-search controls .search {
      clear: none;
      width: auto;
      margin-left: 14px; }
      form[type].resident-address-search controls .search button {
        width: 44px;
        height: 44px;
        padding: 0;
        margin: 0;
        text-indent: -10000px;
        background: none; }
        form[type].resident-address-search controls .search button:after {
          position: absolute;
          left: 5px;
          top: 13px;
          text-indent: 0px;
          font-family: 'Overbetuwe';
          display: inline-block;
          content: '\e914';
          font-size: 32px; }
          @media (min-width: 768px), (hover: hover) {
            form[type].resident-address-search controls .search button:after {
              top: 8px; } }
    form[type].resident-address-search controls .result {
      width: auto;
      clear: both;
      float: none;
      margin: 0; }
      form[type].resident-address-search controls .result > div > div {
        margin-bottom: 20px; }
      form[type].resident-address-search controls .result p {
        margin: 0; }
    form[type].resident-address-search controls panel.lookup {
      float: none; }
    form[type].resident-address-search controls .lookup.disabled button {
      color: #ccc;
      background: #dddddd; }
    form[type].resident-address-search controls .lookup button {
      float: none;
      color: #ffffff;
      display: block;
      padding-left: 20px;
      padding-right: 20px; }
      @media (min-width: 768px), (hover: hover) {
        form[type].resident-address-search controls .lookup button {
          font: 17px/20px fontbold, Arial, Sans-Serif; } }
    form[type].resident-address-search controls .lookup control {
      margin: 0;
      padding-bottom: 25px;
      float: none; }
      @media (min-width: 768px), (hover: hover) {
        form[type].resident-address-search controls .lookup control {
          padding-bottom: 20px; } }
    form[type].resident-address-search controls messages {
      clip-path: circle(0);
      position: absolute;
      min-width: 200px;
      max-width: 300px; }
    form[type].resident-address-search controls p.propertyValueHeading,
    form[type].resident-address-search controls ul.propertyValueListing {
      margin: 10px 0 10px; }
      form[type].resident-address-search controls p.propertyValueHeading .year,
      form[type].resident-address-search controls ul.propertyValueListing .year {
        display: inline-block;
        min-width: 60px; }
      form[type].resident-address-search controls p.propertyValueHeading .value,
      form[type].resident-address-search controls ul.propertyValueListing .value {
        display: inline-block;
        min-width: 100px;
        text-align: right;
        padding: 0 5px; }
      form[type].resident-address-search controls p.propertyValueHeading li .value,
      form[type].resident-address-search controls ul.propertyValueListing li .value {
        font-weight: bold; }
      form[type].resident-address-search controls p.propertyValueHeading li,
      form[type].resident-address-search controls ul.propertyValueListing li {
        margin: 0;
        list-style: none;
        font: 12px/21px fontregular, Arial, Sans-Serif;
        margin: 0 0 5px; }
        @media (min-width: 768px), (hover: hover) {
          form[type].resident-address-search controls p.propertyValueHeading li,
          form[type].resident-address-search controls ul.propertyValueListing li {
            font: 14px/20px fontregular, Arial, Sans-Serif; } }

.loading-dot-animate p span {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both; }

.loading-dot-animate p span:nth-child(2) {
  animation-delay: .2s; }

.loading-dot-animate p span:nth-child(3) {
  animation-delay: .4s; }

@keyframes blink {
  0% {
    opacity: .2; }
  20% {
    opacity: 1; }
  100% {
    opacity: .2; } }

@media (max-width: 767px) and (hover: none) {
  form.resident-address-search {
    clear: both !important;
    width: 100% !important; } }

section.business step.property form[type="businessFormsTaxPropertyGenericAdd"],
section.business step.property control.propertyObjects {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 10px;
  padding-bottom: 0px; }
  @media (min-width: 768px), (hover: hover) {
    section.business step.property form[type="businessFormsTaxPropertyGenericAdd"],
    section.business step.property control.propertyObjects {
      margin-bottom: 20px; } }

section.business step.property control.ownership control button:before {
  content: "\e90d"; }

@media (min-width: 768px), (hover: hover) {
  section.business step.property control.ownership control button {
    padding: 20px 30px 20px 51px; }
    section.business step.property control.ownership control button:before {
      left: 5px;
      top: 19px;
      font-size: 25px; } }

@media (min-width: 1300px) {
  section.business step.property control.ownership control button {
    padding: 20px 30px 20px 70px; }
    section.business step.property control.ownership control button:before {
      left: 15px;
      font-size: 40px;
      top: 13px; } }

section.business step.property control.smart-value {
  max-width: 270px; }
  @media (max-width: 767px) and (hover: none) {
    section.business step.property control.smart-value {
      width: 100%; } }
  section.business step.property control.smart-value button.icon-question {
    margin-left: -38px; }
  section.business step.property control.smart-value input,
  section.business step.property control.smart-value button.values {
    min-width: 210px;
    max-width: 252px;
    margin-bottom: 0px; }
    @media (max-width: 767px) and (hover: none) {
      section.business step.property control.smart-value input,
      section.business step.property control.smart-value button.values {
        max-width: initial; } }
    @media (min-width: 768px), (hover: hover) {
      section.business step.property control.smart-value input,
      section.business step.property control.smart-value button.values {
        margin-bottom: 30px; } }

section.business step.property form[type="businessFormsTaxPropertyGenericAdd"] > controls > control:last-child {
  max-width: 270px;
  float: left; }
  @media (max-width: 767px) and (hover: none) {
    section.business step.property form[type="businessFormsTaxPropertyGenericAdd"] > controls > control:last-child {
      max-width: initial; } }

section.business step.property form[type="businessFormsTaxPropertyGenericAdd"] > actions {
  float: left;
  clear: both; }
  @media (min-width: 768px), (hover: hover) {
    section.business step.property form[type="businessFormsTaxPropertyGenericAdd"] > actions {
      clear: none; } }

section.business step.property form[type="businessFormsTaxPropertyGenericAdd"] actions button {
  padding: 9px 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  background-color: #00437A;
  color: #ffffff;
  font-size: 17px; }
  @media (min-width: 768px), (hover: hover) {
    section.business step.property form[type="businessFormsTaxPropertyGenericAdd"] actions button {
      margin-top: 33px;
      margin-bottom: 0px; } }

section.business step.property control.propertyObjects {
  padding-bottom: 10px; }
  section.business step.property control.propertyObjects label {
    font: 14px/21px fontbold, Arial, Sans-Serif;
    margin: 0 0 7px; }
  @media (min-width: 768px), (hover: hover) {
    section.business step.property control.propertyObjects {
      padding-bottom: 20px; }
      section.business step.property control.propertyObjects label {
        font: 21px/26px fontbold, Arial, Sans-Serif;
        font-weight: 700;
        margin: 0 0 10px;
        color: #5d5d5d;
        display: block;
        width: 100%;
        height: auto; } }
  section.business step.property control.propertyObjects div.business-property {
    padding: 4px 0 4px 33px; }
    section.business step.property control.propertyObjects div.business-property actions {
      position: absolute;
      left: 0; }
    section.business step.property control.propertyObjects div.business-property h3 {
      padding: 0;
      margin: 0; }
    section.business step.property control.propertyObjects div.business-property span {
      clear: both;
      display: block; }
    @media (min-width: 768px), (hover: hover) {
      section.business step.property control.propertyObjects div.business-property {
        padding: 4px 0 4px 45px; } }
  section.business step.property control.propertyObjects h3 {
    width: auto;
    padding: 2px 0;
    display: inline-block;
    margin: 2px 6px;
    font-size: 13px; }
    @media (min-width: 768px), (hover: hover) {
      section.business step.property control.propertyObjects h3 {
        padding: 6px 0;
        margin: 2px 10px;
        min-width: 200px;
        font-size: 17px; } }
  section.business step.property control.propertyObjects actions {
    clear: none; }
    section.business step.property control.propertyObjects actions control {
      width: auto; }
      section.business step.property control.propertyObjects actions control button {
        padding: 0;
        font-size: 0;
        float: left;
        clear: none;
        margin-bottom: 0;
        width: 24px;
        height: 24px; }
        section.business step.property control.propertyObjects actions control button:before {
          content: "\e606";
          font-family: 'Overbetuwe';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 16px;
          left: 4px;
          top: 4px;
          min-width: 0; }
        @media (min-width: 768px), (hover: hover) {
          section.business step.property control.propertyObjects actions control button {
            width: 31px;
            height: 31px; }
            section.business step.property control.propertyObjects actions control button:before {
              font-size: 20px;
              left: 5px;
              top: 6px; } }

section.business step.waste control.propertyObjects {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 10px;
  padding-bottom: 0px; }
  @media (min-width: 768px), (hover: hover) {
    section.business step.waste control.propertyObjects {
      margin-bottom: 20px; } }

section.business step.waste control.basis {
  font-size: 13px;
  line-height: 18px; }
  @media (min-width: 768px), (hover: hover) {
    section.business step.waste control.basis {
      font-size: 15px;
      line-height: 19px; } }

section.business step.waste control.water {
  width: auto;
  margin-bottom: 0; }

section.business step.waste form[type='businessFormsTaxWasteUsageUserProperty'] > controls label {
  font: 15px fontregular, Arial, Sans-Serif; }

section.business step.waste control.propertyObjects > label {
  font: 21px/26px fontbold, Arial, Sans-Serif;
  font-weight: 700;
  margin: 0 0 10px;
  color: #5d5d5d;
  display: block;
  width: 50%;
  height: auto;
  float: left; }
  section.business step.waste control.propertyObjects > label + label {
    float: left; }

section.business step.waste control.propertyObjects h3 {
  width: auto;
  float: left;
  clear: both;
  padding-top: 6px;
  margin-right: 10px;
  min-width: 200px; }

section.business step.waste control.propertyObjects > panel, section.business step.waste control.propertyObjects form {
  margin-bottom: 29px; }
  section.business step.waste control.propertyObjects > panel label, section.business step.waste control.propertyObjects form label {
    font-size: 15px; }
  section.business step.waste control.propertyObjects > panel controls, section.business step.waste control.propertyObjects form controls {
    clear: none; }
    section.business step.waste control.propertyObjects > panel controls > *, section.business step.waste control.propertyObjects form controls > * {
      clear: none;
      width: auto;
      float: left; }
      @media (max-width: 767px) and (hover: none) {
        section.business step.waste control.propertyObjects > panel controls > *, section.business step.waste control.propertyObjects form controls > * {
          width: 100%;
          margin-bottom: 7px; } }
    section.business step.waste control.propertyObjects > panel controls control.sewage button, section.business step.waste control.propertyObjects form controls control.sewage button {
      padding: 5px 13px 5px 35px;
      font-size: 15px;
      line-height: 26px;
      float: left;
      clear: none;
      margin-bottom: 0; }
      section.business step.waste control.propertyObjects > panel controls control.sewage button:before, section.business step.waste control.propertyObjects form controls control.sewage button:before {
        font-family: 'Overbetuwe';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e651";
        font-size: 20px;
        left: 11px;
        top: 6px;
        min-width: auto; }
    section.business step.waste control.propertyObjects > panel controls control.sewage + panel, section.business step.waste control.propertyObjects form controls control.sewage + panel {
      margin-bottom: 20px; }
    section.business step.waste control.propertyObjects > panel controls control.sewage messages, section.business step.waste control.propertyObjects form controls control.sewage messages {
      display: none; }
    section.business step.waste control.propertyObjects > panel controls panel.waterPanel, section.business step.waste control.propertyObjects form controls panel.waterPanel {
      width: 50%;
      max-height: 78px; }

section.business step.waste control.propertyObjects > form {
  margin-bottom: 0; }

section.business step.waste control.propertyObjects .business-waste {
  width: 50%;
  margin-top: 6px;
  float: left; }

section.business step.waste control.propertyObjects h3 {
  width: auto;
  min-width: 1px; }

section.business step.waste control.propertyObjects p {
  width: 200px;
  padding-top: 6px;
  float: left; }

section.business step.waste form[type='businessFormsTaxWasteUsageUserProperty'] controls label {
  font: 15px fontregular, Arial, Sans-Serif; }

section.business step.waste control.propertyObjects control.water.smart-value input {
  width: 145px; }

section.business step.waste control.propertyObjects control.water.smart-value .values {
  width: 145px; }

section.business step.waste control.propertyObjects form h3 {
  margin-top: 0;
  margin-bottom: 0; }

section.business step.waste control.propertyObjects form p {
  margin-top: 0;
  clear: both; }

@media (max-width: 767px) and (hover: none) {
  section.business step.waste control.propertyObjects label {
    font: 14px/21px fontbold, Arial, Sans-Serif;
    margin: 0 0 7px;
    display: block;
    width: 100%;
    height: auto; }
  section.business step.waste control.propertyObjects > label {
    width: auto;
    margin-right: 6px; }
    section.business step.waste control.propertyObjects > label + label {
      width: auto;
      display: inline;
      text-transform: lowercase; }
  section.business step.waste control.propertyObjects .business-waste {
    width: 100%;
    margin-top: 6px;
    float: left; }
  section.business step.waste control.propertyObjects h3 {
    font: 14px/21px fontbold, Arial, Sans-Serif;
    margin: 0 0 7px;
    color: #5d5d5d;
    display: block;
    width: 100%;
    height: auto;
    width: auto;
    float: left;
    clear: both;
    padding-top: 6px;
    margin-right: 5px; }
  section.business step.waste control.propertyObjects p {
    font: 14px/21px fontbold, Arial, Sans-Serif;
    margin: 0 0 7px;
    color: #5d5d5d;
    display: block;
    width: auto;
    height: auto;
    color: #5d5d5d; }
  section.business step.waste control.propertyObjects form controls panel.waterPanel {
    width: 100%; }
  section.business step.waste control.propertyObjects control.water.smart-value {
    width: 100%; }
    section.business step.waste control.propertyObjects control.water.smart-value input,
    section.business step.waste control.propertyObjects control.water.smart-value .values {
      width: 100%; } }

.business step panel.parking {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 10px;
  padding-bottom: 0px; }
  @media (min-width: 768px), (hover: hover) {
    .business step panel.parking {
      margin-bottom: 20px; } }
  .business step panel.parking td {
    padding-right: 10px; }
  .business step panel.parking .smart-value {
    border: none;
    outline: none;
    box-shadow: none;
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
    width: 120px; }
  @media (max-width: 767px) and (hover: none) {
    .business step panel.parking table tr:first-child td {
      width: 50%; }
      .business step panel.parking table tr:first-child td:first-child {
        display: none; }
    .business step panel.parking table td:last-child {
      display: none; }
    .business step panel.parking table .panel-caption {
      font-size: 11px;
      line-height: 14px; }
    .business step panel.parking table .smart-value {
      width: 82px; } }

.business step control.hasNext > label {
  font: 21px/26px fontbold, Arial, Sans-Serif;
  font-weight: 700;
  margin: 0 0 10px;
  color: #5d5d5d;
  display: block;
  width: 100%;
  height: auto; }

.business step control.hasNext control {
  /* 			width: 17%; */
  /* 	    	margin-right: 4%; */
  /* 	    	float: left; */ }
  .business step control.hasNext control label {
    width: 100%;
    height: auto; }
    .business step control.hasNext control label:before {
      font-size: 30px;
      line-height: 40px;
      content: "\e606"; }
  .business step control.hasNext control + control {
    margin-right: 0; }
    .business step control.hasNext control + control label:before {
      font-size: 40px;
      content: "\e651"; }

@media (max-width: 767px) and (hover: none) {
  .business step controls table {
    display: block; }
    .business step controls table tr {
      display: block; }
      .business step controls table tr.header4, .business step controls table tr.header3, .business step controls table tr.header2, .business step controls table tr.header {
        margin-bottom: 20px; }
        .business step controls table tr.header4 td, .business step controls table tr.header3 td, .business step controls table tr.header2 td, .business step controls table tr.header td {
          width: 50%;
          display: block;
          float: left;
          margin-bottom: 10px; }
      .business step controls table tr:not(:first-child) td {
        display: inline-block;
        width: 50%;
        margin: 0;
        float: left; }
        .business step controls table tr:not(:first-child) td h3 {
          margin-bottom: 0; }
        .business step controls table tr:not(:first-child) td .smart-value {
          width: 100%; }
        .business step controls table tr:not(:first-child) td:first-child {
          width: 100%; }
      .business step controls table tr:first-child td {
        width: 50%;
        display: block;
        float: left;
        margin-bottom: 10px; }
    .business step controls table:after {
      content: "";
      display: table;
      clear: both; } }

section.business step.advertising control.zone {
  width: auto;
  margin-bottom: 0; }

section.business step.advertising control[type='list'] > label {
  font: 15px fontregular, Arial, Sans-Serif; }

section.business step.advertising control.propertyObjects {
  padding-bottom: 10px; }
  section.business step.advertising control.propertyObjects > label {
    font: 21px/26px fontbold, Arial, Sans-Serif;
    font-weight: 700;
    margin: 0 0 10px;
    color: #5d5d5d;
    display: block;
    width: 50%;
    height: auto;
    float: left; }
    section.business step.advertising control.propertyObjects > label:first-child {
      width: 200px; }
    section.business step.advertising control.propertyObjects > label:nth-child(2) {
      width: 315px; }
    section.business step.advertising control.propertyObjects > label:nth-child(3) {
      width: 196px; }
    section.business step.advertising control.propertyObjects > label + label {
      float: left; }
    @media (min-width: 1024px) {
      section.business step.advertising control.propertyObjects > label:first-child {
        width: 200px; }
      section.business step.advertising control.propertyObjects > label:nth-child(2) {
        width: 340px; }
      section.business step.advertising control.propertyObjects > label:nth-child(3) {
        width: 259px; } }
  section.business step.advertising control.propertyObjects h3 {
    width: auto;
    float: left;
    clear: both;
    padding-top: 6px;
    margin-right: 10px;
    min-width: 200px; }
  section.business step.advertising control.propertyObjects > panel, section.business step.advertising control.propertyObjects form {
    margin-bottom: 29px; }
    section.business step.advertising control.propertyObjects > panel label, section.business step.advertising control.propertyObjects form label {
      font-size: 15px; }
    section.business step.advertising control.propertyObjects > panel controls, section.business step.advertising control.propertyObjects form controls {
      clear: none; }
      section.business step.advertising control.propertyObjects > panel controls > *, section.business step.advertising control.propertyObjects form controls > * {
        clear: none;
        width: auto;
        float: left; }
  section.business step.advertising control.propertyObjects > form {
    margin-bottom: 0; }
  section.business step.advertising control.propertyObjects .business-tax-advertising > div:first-child {
    width: 200px; }
  section.business step.advertising control.propertyObjects .business-tax-advertising > controls {
    float: left;
    position: relative; }
    section.business step.advertising control.propertyObjects .business-tax-advertising > controls panel {
      width: 100%; }
  section.business step.advertising control.propertyObjects .business-tax-advertising:after {
    content: "";
    display: table;
    clear: both; }
  section.business step.advertising control.propertyObjects .business-tax-advertising control.zone {
    width: 294px;
    margin-right: 20px;
    margin-top: 15px; }
    section.business step.advertising control.propertyObjects .business-tax-advertising control.zone label:after {
      top: 21px; }
  section.business step.advertising control.propertyObjects .business-tax-advertising .smart-value {
    width: 129px;
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    section.business step.advertising control.propertyObjects .business-tax-advertising control.zone {
      width: 320px; } }

section.business step.advertising control.propertyObjects > form > div {
  width: 50%;
  margin-top: 6px;
  float: left; }

section.business step.advertising control.propertyObjects form h3 {
  margin-top: 0;
  margin-bottom: 0; }

section.business step.advertising control.propertyObjects form p {
  margin-top: 0;
  clear: both;
  padding-top: 6px; }

@media (max-width: 767px) and (hover: none) {
  section.business step.advertising control.propertyObjects label {
    font: 14px/21px fontbold, Arial, Sans-Serif;
    margin: 0 0 7px;
    display: block;
    width: 100%;
    height: auto; }
  section.business step.advertising control.propertyObjects > label {
    width: 100%;
    display: block;
    margin-right: 0px;
    margin-bottom: 20px; }
    section.business step.advertising control.propertyObjects > label:nth-child(2) {
      clear: left;
      width: 48%;
      margin-right: 4%; }
    section.business step.advertising control.propertyObjects > label:nth-child(3) {
      width: 48%; }
  section.business step.advertising control.propertyObjects .business-tax-advertising {
    width: 100%;
    margin-top: 6px;
    float: left; }
    section.business step.advertising control.propertyObjects .business-tax-advertising > controls {
      clear: both;
      width: 100%; }
    section.business step.advertising control.propertyObjects .business-tax-advertising control.zone {
      width: 48%;
      margin-right: 4%;
      margin-top: 0; }
    section.business step.advertising control.propertyObjects .business-tax-advertising .smart-value {
      width: 48%; }
  section.business step.advertising control.propertyObjects h3 {
    font: 14px/21px fontbold, Arial, Sans-Serif;
    margin: 0 0 7px;
    color: #5d5d5d;
    display: block;
    width: 100%;
    height: auto;
    width: auto;
    float: left;
    clear: both;
    padding-top: 6px;
    margin-right: 5px; }
  section.business step.advertising control.propertyObjects p {
    font: 14px/21px fontbold, Arial, Sans-Serif;
    margin: 0 0 7px;
    color: #5d5d5d;
    display: block;
    width: auto;
    height: auto;
    color: #5d5d5d; }
  section.business step.advertising control.propertyObjects form controls panel.zonePanel {
    width: 100%; }
  section.business step.advertising control.propertyObjects control.zone.smart-value {
    width: 100%; }
    section.business step.advertising control.propertyObjects control.zone.smart-value input,
    section.business step.advertising control.propertyObjects control.zone.smart-value .values {
      width: 100%; }
  section.business step.advertising control.propertyObjects form {
    margin-bottom: 4px; } }

section.business step.biz control.zone {
  width: auto;
  margin-bottom: 0; }

section.business step.biz control[type='list'] > label {
  font: 15px fontregular, Arial, Sans-Serif; }

section.business step.biz control.propertyObjects {
  padding-bottom: 10px; }
  section.business step.biz control.propertyObjects > label {
    font: 21px/26px fontbold, Arial, Sans-Serif;
    font-weight: 700;
    margin: 0 0 10px;
    color: #5d5d5d;
    display: block;
    width: 50%;
    height: auto;
    float: left; }
    section.business step.biz control.propertyObjects > label:first-child {
      width: 200px; }
    section.business step.biz control.propertyObjects > label:nth-child(2) {
      width: 315px; }
    section.business step.biz control.propertyObjects > label:nth-child(3) {
      width: 196px; }
    section.business step.biz control.propertyObjects > label + label {
      float: left; }
    @media (min-width: 1024px) {
      section.business step.biz control.propertyObjects > label:first-child {
        width: 200px; }
      section.business step.biz control.propertyObjects > label:nth-child(2) {
        width: 340px; }
      section.business step.biz control.propertyObjects > label:nth-child(3) {
        width: 259px; } }
  section.business step.biz control.propertyObjects h3 {
    width: auto;
    float: left;
    clear: both;
    padding-top: 6px;
    margin-right: 10px;
    min-width: 200px; }
  section.business step.biz control.propertyObjects > panel, section.business step.biz control.propertyObjects form {
    margin-bottom: 29px; }
    section.business step.biz control.propertyObjects > panel label, section.business step.biz control.propertyObjects form label {
      font-size: 15px; }
    section.business step.biz control.propertyObjects > panel controls, section.business step.biz control.propertyObjects form controls {
      clear: none; }
      section.business step.biz control.propertyObjects > panel controls > *, section.business step.biz control.propertyObjects form controls > * {
        clear: none;
        width: auto;
        float: left; }
  section.business step.biz control.propertyObjects > form {
    margin-bottom: 0; }
  section.business step.biz control.propertyObjects .business-tax-biz > div:first-child {
    width: 200px; }
  section.business step.biz control.propertyObjects .business-tax-biz > controls {
    float: left;
    position: relative; }
    section.business step.biz control.propertyObjects .business-tax-biz > controls panel {
      width: 100%; }
  section.business step.biz control.propertyObjects .business-tax-biz:after {
    content: "";
    display: table;
    clear: both; }
  section.business step.biz control.propertyObjects .business-tax-biz control.zone {
    width: 294px;
    margin-right: 20px;
    margin-top: 15px; }
    section.business step.biz control.propertyObjects .business-tax-biz control.zone select {
      line-height: 42px; }
  section.business step.biz control.propertyObjects .business-tax-biz .smart-value {
    width: 129px;
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    section.business step.biz control.propertyObjects .business-tax-biz control.zone {
      width: 320px; } }

section.business step.biz control.propertyObjects > form > div {
  width: 50%;
  margin-top: 6px;
  float: left; }

section.business step.biz control.propertyObjects form h3 {
  margin-top: 0;
  margin-bottom: 0; }

section.business step.biz control.propertyObjects form p {
  margin-top: 0;
  clear: both;
  padding-top: 6px; }

@media (max-width: 767px) and (hover: none) {
  section.business step.biz control.propertyObjects label {
    font: 14px/21px fontbold, Arial, Sans-Serif;
    margin: 0 0 7px;
    display: block;
    width: 100%;
    height: auto; }
  section.business step.biz control.propertyObjects > label {
    width: 100%;
    display: block;
    margin-right: 0px;
    margin-bottom: 20px; }
    section.business step.biz control.propertyObjects > label:nth-child(2) {
      clear: left;
      width: 48%;
      margin-right: 4%; }
    section.business step.biz control.propertyObjects > label:nth-child(3) {
      width: 48%; }
  section.business step.biz control.propertyObjects .business-tax-biz {
    width: 100%;
    margin-top: 6px;
    float: left; }
    section.business step.biz control.propertyObjects .business-tax-biz > controls {
      clear: both;
      width: 100%; }
    section.business step.biz control.propertyObjects .business-tax-biz control.zone {
      width: 48%;
      margin-right: 4%;
      margin-top: 0; }
    section.business step.biz control.propertyObjects .business-tax-biz .smart-value {
      width: 48%; }
  section.business step.biz control.propertyObjects h3 {
    font: 14px/21px fontbold, Arial, Sans-Serif;
    margin: 0 0 7px;
    color: #5d5d5d;
    display: block;
    width: 100%;
    height: auto;
    width: auto;
    float: left;
    clear: both;
    padding-top: 6px;
    margin-right: 5px; }
  section.business step.biz control.propertyObjects p {
    font: 14px/21px fontbold, Arial, Sans-Serif;
    margin: 0 0 7px;
    color: #5d5d5d;
    display: block;
    width: auto;
    height: auto;
    color: #5d5d5d; }
  section.business step.biz control.propertyObjects form controls panel.zonePanel {
    width: 100%; }
  section.business step.biz control.propertyObjects control.zone.smart-value {
    width: 100%; }
    section.business step.biz control.propertyObjects control.zone.smart-value input,
    section.business step.biz control.propertyObjects control.zone.smart-value .values {
      width: 100%; }
  section.business step.biz control.propertyObjects form {
    margin-bottom: 4px; } }

div.value, tr.value {
  font-family: fontregular, arial, sans-serif;
  padding: 3px 0;
  font-size: 13px; }
  div.value .label, tr.value .label {
    white-space: nowrap;
    width: 168px;
    overflow: hidden;
    display: block;
    color: #8999a4; }
  div.value .yield, tr.value .yield {
    display: inline-block;
    color: #333;
    float: right; }
    div.value .yield.total, tr.value .yield.total {
      font-family: Arial, sans-serif;
      font-weight: 700;
      color: #8999a4; }
  div.value .comparison, tr.value .comparison {
    display: none; }
  div.value.totalvalue td, tr.value.totalvalue td {
    color: #8999a4;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px; }
  div.value.difference td, tr.value.difference td {
    background: #8999a4;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bold; }
    div.value.difference td .yield.total, tr.value.difference td .yield.total {
      font-family: Arial, sans-serif;
      font-weight: bold;
      background: #8999a4;
      color: #fff; }
    div.value.difference td.hidden, tr.value.difference td.hidden {
      padding: 0; }
  div.value.totals td, tr.value.totals td {
    border-top: 1px solid #ddd;
    padding-top: 6px; }
  @media (min-width: 374px) {
    div.value .comparison, tr.value .comparison {
      display: inline-block; }
    div.value .label, tr.value .label {
      width: 182px;
      color: #8999a4; } }

.taxplan-totals tr td:first-child {
  width: 125px; }

.taxplan-totals tr td .total {
  margin-left: 10px; }

.smart-value .smart-value-wrapper {
  clear: both;
  position: relative;
  height: 100%; }

.smart-value:focus {
  outline: none; }

.smart-value .smart-value-input {
  clear: both; }

.smart-value button.values {
  border: 1px solid #cccccc;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.75);
  clear: both;
  width: 100%; }

.smart-value button:not(.values) {
  padding: 0;
  background: none; }
  .smart-value button:not(.values)::before {
    left: 0;
    height: 100%;
    top: 50%;
    margin-top: -6px; }

.smart-value button.icon-question {
  position: absolute; }

.smart-value.disabled > button {
  background-color: #efefef; }

.smart-value.hasSteps {
  margin-right: 30px;
  margin-left: 30px; }

.smart-value button.icon-plus,
.smart-value button.icon-minus {
  border: none; }
  .smart-value button.icon-plus:before,
  .smart-value button.icon-minus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -5px; }

.smart-value button {
  cursor: pointer; }

.smart-value .smart-value-prefix,
.smart-value .smart-value-postfix {
  font-family: fontregular, arial, sans-serif;
  /* 		padding: .2rem 0; */
  position: absolute;
  font-size: 24px;
  width: 25px; }
  @media (min-width: 768px), (hover: hover) {
    .smart-value .smart-value-prefix,
    .smart-value .smart-value-postfix {
      font-size: 30px;
      width: 35px; } }

.smart-value .smart-value-postfix {
  right: 3px;
  margin-left: -35px; }

.smart-value .smart-value-comparison .smart-value-postfix {
  right: auto; }

.smart-value .smart-value-prefix {
  left: 0;
  padding-left: .3rem;
  margin-right: -35px; }

.smart-value .add-sign {
  margin-top: 5px; }
  .smart-value .add-sign.plus {
    margin-right: -30px;
    float: right; }
  .smart-value .add-sign.minus {
    margin-left: -30px;
    float: left; }

.smart-value .values {
  display: block;
  position: relative;
  margin: 0;
  padding: 3px 3px 3px;
  text-align: center; }

.smart-value,
.smart-value input,
.smart-value .smart-value-input button {
  font-family: fontregular, arial, sans-serif;
  font-size: 21px;
  margin: 0;
  box-shadow: none !important;
  border-radius: 0 !important; }
  @media (min-width: 768px), (hover: hover) {
    .smart-value,
    .smart-value input,
    .smart-value .smart-value-input button {
      font-size: 30px; } }

.smart-value input,
.smart-value button.values {
  line-height: 36px; }

.smart-value input {
  display: none;
  padding: 3px;
  letter-spacing: .3rem;
  text-align: center; }

.smart-value span.value {
  letter-spacing: 0.2rem; }

.smart-value .smart-value-number,
.smart-value .smart-value-display {
  position: relative;
  display: block;
  float: left;
  height: 100%;
  width: 1.4rem;
  text-align: center; }
  .smart-value .smart-value-number span.value,
  .smart-value .smart-value-display span.value {
    padding-right: 1px; }
  .smart-value .smart-value-number button,
  .smart-value .smart-value-display button {
    position: absolute;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -kthtml-transition: all 0.6s ease;
    transition: all 0.6s ease;
    padding: 0;
    padding-left: 0.1rem;
    display: none;
    margin: 0;
    width: 1.4rem;
    height: 1.5rem;
    opacity: 0;
    color: rgba(0, 0, 0, 0.75);
    background-color: transparent;
    /*background-color: #fff;
			border: 1px solid #cccccc;
			box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);*/ }
  .smart-value .smart-value-number button.plus,
  .smart-value .smart-value-display button.plus {
    top: -1.8rem; }
  .smart-value .smart-value-number button.min,
  .smart-value .smart-value-display button.min {
    top: 2.3rem; }

.smart-value .smart-value-display {
  width: 100%; }

.smart-value.hasPostfix input,
.smart-value.hasPostfix .smart-value-display {
  padding-right: 30px; }

.smart-value.hasPrefix input,
.smart-value.hasPrefix .smart-value-display {
  padding-left: 30px; }

html.touch .smart-value.touch.enabled div.smart-value-number button,
html.no-touch .smart-value.touch:hover div.smart-value-number button {
  display: block;
  opacity: 1; }

.smart-value.input .values {
  display: none; }

.smart-value.input input {
  display: block;
  width: 100%; }

.smart-value.input .smart-value-input button {
  opacity: 0; }

.smart-value label {
  float: left; }

.smart-value span.propertyValueInputBanner {
  float: left;
  font: 13px/18px fontregular, Arial, Sans-Serif;
  color: #5d5d5d;
  margin: 1px 0px 15px 5px; }
  @media (min-width: 768px), (hover: hover) {
    .smart-value span.propertyValueInputBanner {
      font: 15px/19px fontregular, Arial, Sans-Serif; } }

slider,
slider > range,
slider > button-handle {
  position: relative;
  display: block; }

/* Functional */
slider > button-handle {
  top: 0;
  left: 0;
  position: absolute; }

/* Styling */
control[type='slider'] {
  width: 100%; }
  control[type='slider'].disabled button-handle {
    border-color: #dddddd; }
    control[type='slider'].disabled button-handle::before {
      border-top-color: #dddddd; }
    control[type='slider'].disabled button-handle:hover {
      background: #ffffff; }
  control[type='slider'].disabled input {
    background-color: #dddddd; }
  @media (min-width: 768px), (hover: hover) {
    control[type='slider'] {
      width: 50%; } }

slider {
  margin-top: 40px;
  height: 30px;
  min-height: initial;
  border-radius: 5px;
  margin-bottom: 20px;
  border: none;
  clear: both;
  position: relative;
  margin-left: 26px;
  margin-right: 28px; }
  slider:before {
    background: #ffffff;
    content: "";
    width: 100%;
    height: 5px;
    top: 10px;
    position: absolute; }
  slider > range {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    height: 5px;
    background: #e5e5e5;
    transition: all .3s ease;
    top: 10px; }
  slider > button-handle {
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 3px 0 0 -10px;
    padding: 0;
    min-width: 0;
    overflow: visible; }
    slider > button-handle:before {
      width: 0;
      min-width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      display: block;
      content: "";
      position: absolute;
      top: -10px;
      left: 18%; }
    slider > button-handle:after {
      position: absolute;
      left: -30px;
      top: -36px;
      background: none;
      content: "";
      display: block;
      width: 80px;
      height: 80px; }
    slider > button-handle:hover {
      background: #007ba4; }
    slider > button-handle > span {
      display: block;
      position: absolute;
      width: 52px;
      margin-top: -36px;
      margin-left: -18px;
      height: 26px;
      border: none;
      font-family: fontregular, arial, sans-serif;
      font-size: 20px;
      min-height: 24px;
      min-width: 0;
      box-shadow: none;
      padding: 1px;
      text-align: center;
      line-height: 26px; }
      slider > button-handle > span:after {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        display: block;
        content: "";
        position: absolute;
        bottom: -5px;
        left: 41%; }

section#council {
  padding-top: 93px;
  padding-top: 0px;
  padding-bottom: 10px;
  height: auto; }
  @media (min-width: 768px), (hover: hover) {
    section#council {
      padding-top: 120px; } }
  section#council button.icon-question:before {
    font-size: 18px;
    vertical-align: top; }
  section#council > div {
    height: 100%;
    float: none; }
  section#council .row.totals.taxplanTotals {
    padding-top: 72px; }
    section#council .row.totals.taxplanTotals > .liquid-container {
      height: 100%;
      overflow: visible;
      margin-top: -72px; }
      section#council .row.totals.taxplanTotals > .liquid-container > .liquid-child {
        height: 100%;
        overflow: visible; }
  section#council select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #dedede;
    box-shadow: none; }
  section#council select::-ms-expand {
    display: inline-block; }
  section#council .taxplan-totals table select {
    color: #00437A; }
  section#council .taxplan-totals table button[class^="icon-"]:before {
    color: #b7b7b7; }
  section#council .taxplan-totals table button[class^="icon-"].active:before {
    color: #00437A; }
  section#council .panel {
    display: block;
    position: relative;
    background: #fff;
    -webkit-box-shadow: -3px 2px 9px 0 rgba(0, 0, 0, 0.07);
    box-shadow: -3px 2px 9px 0 rgba(0, 0, 0, 0.07);
    padding: 10px;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      section#council .panel {
        padding: 20px;
        margin-left: 10px; } }
  section#council .select {
    position: relative; }
    section#council .select:after {
      pointer-events: none;
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #ccc;
      position: absolute;
      right: 22px;
      bottom: 37px; }
  section#council .totals .select select {
    min-height: 20px;
    height: 20px;
    line-height: 12px;
    max-width: 140px;
    padding-right: 15px; }
  section#council .totals .select:after {
    bottom: 13px;
    right: 7px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ccc; }
  section#council div.totals {
    height: 100%;
    position: relative; }
  section#council .display a.household-1:before {
    content: "\e610"; }
  section#council .display a.household-X:before {
    content: "\e607"; }
  section#council .display a.owner:before, section#council .display a.tenant:before {
    content: "\e904"; }
  section#council .option-toggle button {
    outline: none;
    white-space: nowrap; }
  section#council .option-toggle ul {
    width: 100%; }
  section#council .option-toggle li ul li button {
    display: block;
    background: #bbbbbb;
    padding: 8px 10px 8px 10px;
    margin-bottom: 5px;
    color: #fff;
    cursor: pointer;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    padding: 8px 30px 8px 15px;
    margin-bottom: 9px;
    max-width: none;
    font: 13px/18px fontregular, Arial, Sans-Serif; }
  section#council .option-toggle li.selected {
    display: none; }

taxplan, situation {
  display: block;
  position: relative;
  height: 100%; }

#council div.totals {
  position: relative;
  overflow: visible; }

.council article {
  background: #ffffff;
  margin-bottom: 40px;
  padding: 20px;
  position: relative; }
  @media (min-width: 1px) {
    .council article {
      margin-bottom: 20px; } }
  @media (min-width: 768px), (hover: hover) {
    .council article {
      margin-bottom: 30px; } }
  .council article h1 {
    font: 20px/26px fontbold, Arial, Sans-Serif; }
    .council article h1 i {
      margin-left: 5px;
      font-size: 18px;
      vertical-align: top;
      margin-top: -7px;
      display: inline-block; }
  .council article h2 {
    color: #00437A; }
  .council article p {
    color: #5d5d5d; }
  .council article.intro {
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 30px;
    padding-bottom: 30px; }
    .council article.intro p {
      margin-bottom: 3px; }
    @media (min-width: 1024px) {
      .council article.intro {
        margin-top: 0; } }

/* Login */
.auth .continue-box,
#taxplan-delete .btn-group .continue-box {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 10px; }

.auth button,
#taxplan-delete .btn-group button {
  background: none;
  border: none;
  font: 17px/20px fontbold, Arial, Sans-Serif;
  font-weight: 700;
  color: #00437A;
  margin-bottom: 20px;
  padding: 0;
  margin-right: 40px; }
  .auth button:after,
  #taxplan-delete .btn-group button:after {
    font-family: 'Overbetuwe';
    content: "\e600";
    font-size: 22px;
    position: absolute;
    line-height: 20px;
    margin-left: 4px; }
  .auth button.btn-cancel,
  #taxplan-delete .btn-group button.btn-cancel {
    color: #c4c4c4; }
    .auth button.btn-cancel:hover,
    #taxplan-delete .btn-group button.btn-cancel:hover {
      color: #919191; }
    .auth button.btn-cancel:after,
    #taxplan-delete .btn-group button.btn-cancel:after {
      content: ""; }

.auth control.cancel button,
#taxplan-delete .btn-group control.cancel button {
  color: #c4c4c4; }
  .auth control.cancel button:hover,
  #taxplan-delete .btn-group control.cancel button:hover {
    color: #919191; }
  .auth control.cancel button:after,
  #taxplan-delete .btn-group control.cancel button:after {
    content: ""; }

.auth control.disabled button {
  background: none; }

#councilIndex {
  margin-top: 0px; }
  #councilIndex > div.row {
    display: flex;
    height: auto;
    flex-direction: column;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    margin: 0; }
    #councilIndex > div.row > .columns {
      padding: 0; }
  #councilIndex article {
    padding: 0;
    margin-bottom: 0; }
  #councilIndex [name="tabs"] {
    height: 0;
    width: 0;
    opacity: 0;
    display: none; }
    #councilIndex [name="tabs"] ~ label {
      display: block;
      width: 50%;
      background: #f8f8f8;
      float: left;
      padding: 20px;
      text-align: center;
      font: 17px/21px fontregular, Arial, sans-serif;
      color: #bbb;
      box-shadow: 0 1px 0 0 #fff, 0 2px 0 0 #efefef; }
  #councilIndex .tab1,
  #councilIndex .tab2 {
    display: none; }
  #councilIndex .tabs {
    margin-bottom: 20px;
    padding: 20px;
    clear: both;
    width: 100%;
    display: block; }
  #councilIndex #tab1:checked + label {
    background: #fff;
    color: #00437A;
    padding-bottom: 22px;
    box-shadow: inset -1px 0 0 0 #fff, inset -2px 0 0 0 #efefef; }
  #councilIndex #tab1:checked ~ .tabs .tab1 {
    display: block; }
  #councilIndex #tab2:checked + label {
    background: #fff;
    color: #00437A;
    padding-bottom: 22px;
    box-shadow: inset 1px 0 0 0 #fff, inset 2px 0 0 0 #efefef; }
  #councilIndex #tab2:checked ~ .tabs .tab2 {
    display: block; }
  #councilIndex .login-block {
    height: 100%; }
  #councilIndex div.auth > div {
    height: 100%; }
  #councilIndex label,
  #councilIndex button[role='checkbox'] {
    font: 15px/18px fontregular, Arial, Sans-Serif;
    color: #9a9a9a; }
  #councilIndex article.login-block p {
    color: #9a9a9a; }
  #councilIndex article.login-block ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
    font-size: 13px; }
  #councilIndex article.login-block :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    opacity: 1;
    font-size: 13px; }
  #councilIndex article.login-block ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    font-size: 13px; }
  #councilIndex article.login-block :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc;
    font-size: 13px; }
  #councilIndex article.welcome {
    overflow: hidden;
    background: #00437A;
    color: #ffffff;
    height: 100%;
    padding: 20px; }
    #councilIndex article.welcome > * {
      position: relative;
      z-index: 1; }
    #councilIndex article.welcome h1, #councilIndex article.welcome h2, #councilIndex article.welcome p {
      color: #ffffff; }
    #councilIndex article.welcome button {
      font: 17px/20px fontbold, Arial, Sans-Serif;
      color: #00437A;
      padding: 7px 9px;
      font-size: 13px;
      background: #fff;
      display: inline-block;
      border: none; }
      #councilIndex article.welcome button:after {
        content: none; }
    #councilIndex article.welcome #backdrop {
      position: absolute;
      top: 0;
      bottom: -50px;
      left: 50px;
      right: 50px;
      display: flex;
      justify-content: flex-end;
      z-index: 0;
      flex-direction: column; }
      #councilIndex article.welcome #backdrop .drop-row {
        flex: 0 0 20%;
        display: flex;
        align-items: center;
        justify-content: space-around; }
      #councilIndex article.welcome #backdrop span {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8%;
        flex: 0 0 25%;
        max-width: 25%;
        font-size: 37px;
        color: #003b6b; }
        #councilIndex article.welcome #backdrop span.light {
          color: #004b89; }
      #councilIndex article.welcome #backdrop .five span {
        flex: 0 0 20%;
        max-width: 20%; }
      #councilIndex article.welcome #backdrop:after {
        content: "";
        position: absolute;
        bottom: 50px;
        left: -50px;
        right: -50px;
        top: 0;
        z-index: +1;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#31a5ad+0,31a5ad+100&0.85+1,0+100 */
        background: -moz-linear-gradient(-45deg, rgba(0, 67, 122, 0.85) 0%, rgba(0, 67, 122, 0.85) 1%, rgba(0, 67, 122, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, rgba(0, 67, 122, 0.85) 0%, rgba(0, 67, 122, 0.85) 1%, rgba(0, 67, 122, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, rgba(0, 67, 122, 0.85) 0%, rgba(0, 67, 122, 0.85) 1%, rgba(0, 67, 122, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient startColorstr="#f6f6f6ad", endColorstr="#f6f6f6ad", GradientType=1;
        /* IE6-9 fallback on horizontal gradient */ }
  @media (min-width: 768px), (hover: hover) {
    #councilIndex {
      padding: 27px 20px 0; }
      #councilIndex > div.row {
        flex-direction: row;
        margin-bottom: 20px; }
      #councilIndex .tabs {
        padding: 40px; }
      #councilIndex article.welcome {
        padding: 40px; }
        #councilIndex article.welcome h1 {
          font-size: 24px;
          line-height: 32px; }
        #councilIndex article.welcome h2 {
          font-size: 20px;
          line-height: 24px; }
        #councilIndex article.welcome p {
          font-size: 17px;
          line-height: 25px; }
        #councilIndex article.welcome button {
          padding: 17px 20px;
          font-size: 18px; } }

.topBar {
  position: relative;
  padding: 10px 10px 0 10px;
  margin-left: -10px;
  margin-right: -10px;
  background: #ececec;
  margin-bottom: 20px;
  min-height: 50px;
  z-index: 3;
  min-width: 311px; }
  .topBar:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: -710px 0px 0px 0px #ececec, 710px 0px 0px 0px #ececec; }
  .topBar > div {
    position: relative; }
    .topBar > div > button {
      width: 28px;
      height: 28px;
      float: left;
      margin-bottom: 10px;
      z-index: +35;
      position: relative; }
      .topBar > div > button:before {
        font-size: 16px;
        color: #888; }
  .topBar:after {
    display: table;
    clear: both;
    content: ""; }
  .topBar .sorting > li > button {
    color: #00437A; }
  .topBar .sorting span.prefix {
    display: none; }
  @media (min-width: 1024px) {
    .topBar .sorting span.prefix {
      display: inline; } }
  .topBar .dropdown {
    padding: 0;
    float: right;
    margin: 0; }
    .topBar .dropdown.left {
      padding: 0;
      float: right;
      margin: 0; }
      @media (min-width: 768px), (hover: hover) {
        .topBar .dropdown.left {
          float: left; } }
      .topBar .dropdown.left li > ul {
        right: auto;
        left: 0; }
    .topBar .dropdown button {
      line-height: 14px;
      border: none;
      background: none;
      padding: 0;
      margin: 0;
      float: none; }
  .topBar .switchProposals + .dropdown {
    clear: both; }
  @media (min-width: 768px), (hover: hover) {
    .topBar {
      height: 50px;
      padding: 10px 0;
      margin: -119px 0 20px; }
      .topBar .switchProposals + .dropdown {
        clear: none; }
      .topBar button {
        float: left;
        margin-right: 10px; }
      .topBar > div > button:before {
        font-size: 20px; }
      .topBar .dropdown {
        margin-left: 10px; } }

button {
  cursor: pointer; }

.topBar > .buttons,
.buttons {
  position: absolute;
  right: 0; }
  .topBar > .buttons button,
  .buttons button {
    width: 28px;
    height: 28px;
    margin-right: 10px; }

.liquid-container.taxplan-totals {
  padding: 0;
  margin: 0; }
  @media (min-width: 1024px) {
    .liquid-container.taxplan-totals {
      padding: 0 0 0 20px;
      margin: -20px 20px 0 -20px; } }

.totalsPlaceholder > .taxplan-totals,
.totals > .taxplan-totals {
  width: 0;
  height: 0; }
  .totalsPlaceholder > .taxplan-totals > .liquid-child,
  .totals > .taxplan-totals > .liquid-child {
    overflow: visible; }
  @media (min-width: 1024px) {
    .totalsPlaceholder > .taxplan-totals,
    .totals > .taxplan-totals {
      top: 0px;
      position: absolute;
      right: 0px;
      margin-left: -100%; } }

.totalsPlaceholder.withTotals > .taxplan-totals,
.totals.withTotals > .taxplan-totals {
  height: auto;
  width: 100%; }
  @media (min-width: 1024px) {
    .totalsPlaceholder.withTotals > .taxplan-totals,
    .totals.withTotals > .taxplan-totals {
      width: 41.66667%; } }

@media (min-width: 1024px) {
  .totalsPlaceholder {
    z-index: 2;
    position: relative;
    margin-top: -72px; }
    .totalsPlaceholder.withTotals.withSituations {
      top: 112px; } }

.taxplan-totals {
  z-index: 1; }
  .taxplan-totals .totals {
    z-index: 1;
    overflow: auto; }
    .taxplan-totals .totals .value {
      margin-bottom: 0 !important; }
      .taxplan-totals .totals .value.difference td.hidden {
        border: none;
        background: none; }
        .taxplan-totals .totals .value.difference td.hidden:first-child {
          border-left: 1px solid #e0e0e0; }
        .taxplan-totals .totals .value.difference td.hidden:last-child {
          border-right: 1px solid #e0e0e0; }
    .taxplan-totals .totals .value.hidden td {
      display: none; }
    .taxplan-totals .totals table {
      width: 100%;
      border-collapse: initial; }
      .taxplan-totals .totals table th:first-child {
        width: 100%; }
      .taxplan-totals .totals table td {
        white-space: nowrap; }
        .taxplan-totals .totals table td span {
          transition: opacity .5s ease; }
      .taxplan-totals .totals table td:first-child {
        white-space: normal; }
      .taxplan-totals .totals table td.hidden span {
        transition: opacity 0s ease;
        opacity: 0; }
      .taxplan-totals .totals table td.visible {
        transition: opacity .5s ease; }
    .taxplan-totals .totals h3 {
      text-align: right;
      font-size: 12px;
      margin: 1px 0 5px; }
    .taxplan-totals .totals .select {
      display: none;
      float: right; }
      .taxplan-totals .totals .select h3, .taxplan-totals .totals .select select {
        float: left;
        text-align: right;
        font-size: 12px;
        margin: 0 10px 5px 0;
        text-align: left;
        padding: 0;
        height: auto; }
      .taxplan-totals .totals .select select {
        float: right;
        padding: 2px;
        min-height: auto;
        margin: -1px 0 -2px; }
    @media (min-width: 374px) {
      .taxplan-totals .totals .select {
        display: block; } }

.error-message {
  color: #c60f13;
  padding: 15px;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
  display: none; }
  .error-message.active-error {
    display: block; }

.error-stack {
  font-size: 11px; }

.error-title {
  color: #f00; }

.error-toggle {
  font-family: monospace, serif;
  cursor: pointer; }

section#taxplans-editor input {
  outline: none;
  border: none;
  box-shadow: none; }

section#taxplans-editor .name-input {
  margin-bottom: 15px; }
  section#taxplans-editor .name-input h2 {
    padding: 10px 20px;
    position: absolute;
    font: 17px/23px fontregular, Arial, Sans-Serif; }
  section#taxplans-editor .name-input input {
    text-align: left;
    height: 42px;
    margin-bottom: 0;
    font: 15px/22px fontregular, Arial, Sans-Serif;
    color: #aaa;
    width: 100%;
    padding: 6px 20px 6px 180px;
    box-shadow: inset 0 0 0 1px #dedede; }

section#taxplans-editor div.value {
  position: relative;
  margin-bottom: 20px; }
  section#taxplans-editor div.value.infinity .smart-value {
    background-color: #fcfcfc;
    border-color: #f0f0f0; }
    section#taxplans-editor div.value.infinity .smart-value .values {
      font-size: 34px; }
  section#taxplans-editor div.value .smart-value {
    border: none;
    outline: none;
    box-shadow: none;
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
    border: 1px solid #dedede;
    background-color: #fff;
    min-height: 36px; }
    section#taxplans-editor div.value .smart-value .icon-plus {
      position: absolute;
      right: 0; }
    section#taxplans-editor div.value .smart-value .icon-minus {
      position: absolute;
      left: 0; }
    section#taxplans-editor div.value .smart-value button.values {
      width: 100%; }
    section#taxplans-editor div.value .smart-value .smart-value-wrapper {
      min-height: 34px; }
    section#taxplans-editor div.value .smart-value .values {
      padding: 7px 0 2px;
      font: 15px/17px fontbold, Arial, Sans-Serif;
      border: none;
      box-shadow: none;
      background-color: transparent; }
      section#taxplans-editor div.value .smart-value .values .value {
        letter-spacing: 0px; }
      section#taxplans-editor div.value .smart-value .values .smart-value-prefix {
        left: auto;
        padding-left: 0;
        margin-right: 0;
        position: relative;
        font: 17px/20px fontbold, Arial, Sans-Serif;
        z-index: 2; }
      section#taxplans-editor div.value .smart-value .values .smart-value-postfix {
        right: auto;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        position: relative;
        font: 17px/20px fontbold, Arial, Sans-Serif; }
    section#taxplans-editor div.value .smart-value input {
      letter-spacing: 2px;
      min-height: 20px;
      height: 100%;
      padding: 9px 0 3px;
      font: 15px/17px fontbold, Arial, Sans-Serif;
      z-index: 2;
      position: relative; }
    section#taxplans-editor div.value .smart-value button[class^="icon-"] {
      height: 100%;
      width: 42px;
      z-index: 2; }
      section#taxplans-editor div.value .smart-value button[class^="icon-"]:before {
        font-size: 12px;
        color: #ccc; }
      section#taxplans-editor div.value .smart-value button[class^="icon-"]:hover {
        color: #b7b7b7; }

section#taxplans-editor .half-width {
  width: 50%;
  float: left; }

section#taxplans-editor .percentage input {
  padding: 0 !important; }

section#taxplans-editor .showComparison .percentage input,
section#taxplans-editor .showComparison .percentage button.values {
  line-height: 37px !important;
  height: 100%; }

section#taxplans-editor .showComparison .percentage .smart-value {
  height: 52px; }

section#taxplans-editor .property.block button[class^="icon-"]:before,
section#taxplans-editor .property.block a[class*="icon-"]:before,
section#taxplans-editor .property.block h2,
section#taxplans-editor .property.block span.amount {
  color: #00437A; }

section#taxplans-editor .property.block .options input[type="checkbox"]:checked + label:after {
  background: #00437A; }

section#taxplans-editor .waste.block button[class^="icon-"]:before,
section#taxplans-editor .waste.block a[class*="icon-"]:before,
section#taxplans-editor .waste.block h2,
section#taxplans-editor .waste.block span.amount {
  color: #305A71; }

section#taxplans-editor .waste.block .options input[type="checkbox"]:checked + label:after {
  background: #305A71; }

section#taxplans-editor .garbage.block button[class^="icon-"]:before,
section#taxplans-editor .garbage.block a[class*="icon-"]:before,
section#taxplans-editor .garbage.block h2,
section#taxplans-editor .garbage.block span.amount {
  color: #5F7169; }

section#taxplans-editor .garbage.block .options input[type="checkbox"]:checked + label:after {
  background: #5F7169; }

section#taxplans-editor .parking.block button[class^="icon-"]:before,
section#taxplans-editor .parking.block a[class*="icon-"]:before,
section#taxplans-editor .parking.block h2,
section#taxplans-editor .parking.block span.amount {
  color: #8F8860; }

section#taxplans-editor .parking.block .options input[type="checkbox"]:checked + label:after {
  background: #8F8860; }

section#taxplans-editor .dog.block button[class^="icon-"]:before,
section#taxplans-editor .dog.block a[class*="icon-"]:before,
section#taxplans-editor .dog.block h2,
section#taxplans-editor .dog.block span.amount {
  color: #8F8860; }

section#taxplans-editor .dog.block .options input[type="checkbox"]:checked + label:after {
  background: #8F8860; }

section#taxplans-editor .fees.block button[class^="icon-"]:before,
section#taxplans-editor .fees.block a[class*="icon-"]:before,
section#taxplans-editor .fees.block h2,
section#taxplans-editor .fees.block span.amount {
  color: #aaa; }

section#taxplans-editor .fees.block .options input[type="checkbox"]:checked + label:after {
  background: #aaa; }

section#taxplans-editor .advertising.block button[class^="icon-"]:before,
section#taxplans-editor .advertising.block a[class*="icon-"]:before,
section#taxplans-editor .advertising.block h2,
section#taxplans-editor .advertising.block span.amount {
  color: #aaa; }

section#taxplans-editor .advertising.block .options input[type="checkbox"]:checked + label:after {
  background: #aaa; }

section#taxplans-editor .biz.block button[class^="icon-"]:before,
section#taxplans-editor .biz.block a[class*="icon-"]:before,
section#taxplans-editor .biz.block h2,
section#taxplans-editor .biz.block span.amount {
  color: #aaa; }

section#taxplans-editor .biz.block .options input[type="checkbox"]:checked + label:after {
  background: #aaa; }

section#taxplans-editor .tourist.block button[class^="icon-"]:before,
section#taxplans-editor .tourist.block a[class*="icon-"]:before,
section#taxplans-editor .tourist.block h2,
section#taxplans-editor .tourist.block span.amount {
  color: #aaa; }

section#taxplans-editor .tourist.block .options input[type="checkbox"]:checked + label:after {
  background: #aaa; }

section#taxplans-editor .commuter.block button[class^="icon-"]:before,
section#taxplans-editor .commuter.block a[class*="icon-"]:before,
section#taxplans-editor .commuter.block h2,
section#taxplans-editor .commuter.block span.amount {
  color: #aaa; }

section#taxplans-editor .commuter.block .options input[type="checkbox"]:checked + label:after {
  background: #aaa; }

section#taxplans-editor .water-authority.block button[class^="icon-"]:before,
section#taxplans-editor .water-authority.block a[class*="icon-"]:before,
section#taxplans-editor .water-authority.block h2,
section#taxplans-editor .water-authority.block span.amount {
  color: #aaa; }

section#taxplans-editor .water-authority.block .options input[type="checkbox"]:checked + label:after {
  background: #aaa; }

section#taxplans-editor .wa-purification.block button[class^="icon-"]:before,
section#taxplans-editor .wa-purification.block a[class*="icon-"]:before,
section#taxplans-editor .wa-purification.block h2,
section#taxplans-editor .wa-purification.block span.amount {
  color: #00437A; }

section#taxplans-editor .wa-purification.block .options input[type="checkbox"]:checked + label:after {
  background: #00437A; }

section#taxplans-editor .wa-pollution.block button[class^="icon-"]:before,
section#taxplans-editor .wa-pollution.block a[class*="icon-"]:before,
section#taxplans-editor .wa-pollution.block h2,
section#taxplans-editor .wa-pollution.block span.amount {
  color: #305A71; }

section#taxplans-editor .wa-pollution.block .options input[type="checkbox"]:checked + label:after {
  background: #305A71; }

section#taxplans-editor .wa-system.block button[class^="icon-"]:before,
section#taxplans-editor .wa-system.block a[class*="icon-"]:before,
section#taxplans-editor .wa-system.block h2,
section#taxplans-editor .wa-system.block span.amount {
  color: #5F7169; }

section#taxplans-editor .wa-system.block .options input[type="checkbox"]:checked + label:after {
  background: #5F7169; }

section#taxplans-editor .wa-roads.block button[class^="icon-"]:before,
section#taxplans-editor .wa-roads.block a[class*="icon-"]:before,
section#taxplans-editor .wa-roads.block h2,
section#taxplans-editor .wa-roads.block span.amount {
  color: #8F8860; }

section#taxplans-editor .wa-roads.block .options input[type="checkbox"]:checked + label:after {
  background: #8F8860; }

section#taxplans-editor .range-slider.ember-view {
  margin-top: 48px; }
  section#taxplans-editor .range-slider.ember-view .range-slider-handle {
    background: #ffffff; }
  section#taxplans-editor .range-slider.ember-view .range-slider-input {
    margin-top: -43px;
    margin-left: -19px; }
    section#taxplans-editor .range-slider.ember-view .range-slider-input input {
      padding: 6px 0px;
      color: #fff; }
    section#taxplans-editor .range-slider.ember-view .range-slider-input:after {
      bottom: -13px; }

section#taxplans-editor .block {
  margin-bottom: 40px; }
  section#taxplans-editor .block h2 {
    margin-bottom: 20px; }
  section#taxplans-editor .block p {
    margin: 0 0 5px;
    /* Clean arial font test */
    margin: 0 0 1px;
    font: 12px/19px Arial, Sans-Serif; }
    section#taxplans-editor .block p.noBases {
      margin: 0 0 20px;
      padding: 0 20px 0 0; }
  section#taxplans-editor .block select {
    width: 100%;
    color: #959595;
    padding: 9px 11px 9px 5px; }
  section#taxplans-editor .block .content {
    position: relative; }
  section#taxplans-editor .block .content > .ember-view {
    clear: both; }
    section#taxplans-editor .block .content > .ember-view:after {
      clear: both;
      display: table;
      content: ""; }
  section#taxplans-editor .block .titles {
    display: block; }
  section#taxplans-editor .block .options label {
    padding-left: 22px;
    position: relative;
    margin: 4px 0;
    float: left;
    clear: left; }
    section#taxplans-editor .block .options label:before {
      width: 18px;
      height: 18px;
      box-shadow: inset 0 0 0 1px #d8d8d8;
      content: "";
      display: block;
      position: absolute;
      left: 0; }
    section#taxplans-editor .block .options label:last-child {
      margin-bottom: 0; }
  section#taxplans-editor .block .options input[type="checkbox"] {
    display: none; }
    section#taxplans-editor .block .options input[type="checkbox"]:checked + label:after {
      width: 12px;
      height: 12px;
      content: "";
      display: block;
      position: absolute;
      left: 3px;
      top: 3px; }

section#taxplans-editor .smart-value.hasPrefix input, section#taxplans-editor .smart-value.hasPrefix .smart-value-display {
  padding-left: 0; }

section#taxplans-editor .smart-value.hasPostfix input, section#taxplans-editor .smart-value.hasPostfix .smart-value-display {
  padding-right: 0; }

section#taxplans-editor .neutral a,
section#taxplans-editor .neutral h2,
section#taxplans-editor .smart-value-comparison,
section#taxplans-editor button[class^="icon-"]:before {
  color: #959595; }

section#taxplans-editor .neutral button.values {
  color: #555; }

section#taxplans-editor .positive button.values {
  color: #4f9728; }

section#taxplans-editor .negative button.values {
  color: #bf3737; }

section#taxplans-editor .smart-value-comparison {
  text-align: center;
  display: block;
  position: relative;
  line-height: 0;
  font-size: 30px;
  height: 21px; }
  section#taxplans-editor .smart-value-comparison span.value {
    font-size: 12px;
    letter-spacing: 0;
    margin: 0;
    display: inline;
    position: relative;
    line-height: 0;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #aaa; }
  section#taxplans-editor .smart-value-comparison .smart-value-postfix {
    margin: 0 0 0 -4px;
    letter-spacing: 0;
    width: auto;
    display: inline;
    position: relative;
    line-height: 0;
    font-weight: normal;
    font-size: 11px; }
  section#taxplans-editor .smart-value-comparison .smart-value-prefix {
    margin-right: -4px;
    letter-spacing: 0;
    width: auto;
    display: inline;
    position: relative;
    line-height: 0;
    font-weight: normal;
    font-size: 11px; }

.switchProposals {
  width: 100%;
  display: block;
  margin-right: 0;
  position: absolute;
  z-index: 20;
  float: left;
  margin-bottom: 10px;
  background: #fff;
  left: 0;
  right: 0;
  padding-left: 28px; }
  .switchProposals button {
    display: inline-block;
    background: transparent;
    border: none;
    outline: none;
    font: 15px/14px fontbold, Arial, Sans-Serif;
    font: 12px/18px fontregular, Arial, Sans-Serif;
    margin-right: 0;
    padding: 0;
    float: none; }
  .switchProposals > ul > li span, .switchProposals button {
    color: #aaa; }
    .switchProposals > ul > li span.active, .switchProposals button.active {
      font: 12px/8px fontregular, Arial, Sans-Serif;
      color: #00437A;
      display: inline-block;
      padding: 0; }
  .switchProposals span {
    cursor: default; }
  .switchProposals .dropdown {
    position: static; }
    .switchProposals .dropdown:after {
      content: none; }
    .switchProposals .dropdown > li {
      position: static;
      padding-right: 5px; }
      .switchProposals .dropdown > li > ul {
        min-width: 100%;
        max-width: 100%; }
  .switchProposals .pill {
    display: inline-block;
    border-radius: 8px;
    height: 16px;
    width: 40px;
    background: #ccc;
    text-align: right;
    vertical-align: top;
    margin-top: 6px;
    cursor: pointer; }
    .switchProposals .pill:after {
      content: "";
      display: inline-block;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      background: #fff;
      border: 2px solid #00437A; }
    .switchProposals .pill.left {
      text-align: left; }
  @media (min-width: 768px), (hover: hover) {
    .switchProposals {
      position: relative;
      width: auto;
      padding-left: 0;
      background: none;
      display: inline-block;
      top: 0; }
      .switchProposals button {
        font: 15px/14px fontbold, Arial, Sans-Serif; }
        .switchProposals button.active {
          font: 15px/14px fontbold, Arial, Sans-Serif; }
      .switchProposals .dropdown span.active, .switchProposals .dropdown button.active {
        font: 15px/14px fontbold, Arial, Sans-Serif; } }
  .switchProposals .dropdown > li {
    padding-right: 7px; }
    .switchProposals .dropdown > li:after {
      content: "";
      border-top: 4px solid #00437A;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      position: absolute;
      right: 10px;
      top: 13px; }
    .switchProposals .dropdown > li:last-child {
      padding-right: 26px; }

.graphContainer {
  height: 250px;
  position: relative;
  width: 75%;
  margin: 0 auto; }
  .graphContainer.diff {
    width: 100%; }
  .graphContainer .chart-container, .graphContainer .highcharts-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
    .graphContainer .chart-container canvas, .graphContainer .highcharts-wrapper canvas {
      position: relative;
      width: 100% !important;
      height: 100% !important; }
    .graphContainer .chart-container g.highcharts-label, .graphContainer .highcharts-wrapper g.highcharts-label {
      display: none; }

.highcharts-wrapper .highcharts-tooltip.highcharts-label {
  z-index: 10; }
  .highcharts-wrapper .highcharts-tooltip.highcharts-label > span {
    -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    white-space: nowrap;
    color: #333;
    border-radius: 2px;
    white-space: nowrap;
    display: block;
    position: relative;
    color: #555 !important;
    font-size: 12px;
    padding: 5px 10px 5px 16px;
    font-family: sans-serif !important; }
    .highcharts-wrapper .highcharts-tooltip.highcharts-label > span span {
      padding-right: 5px; }
    .highcharts-wrapper .highcharts-tooltip.highcharts-label > span span:before {
      font-family: 'Overbetuwe';
      content: "";
      display: block;
      float: left;
      width: 14px;
      height: 14px;
      margin-right: 4px;
      margin-left: -10px; }
  .highcharts-wrapper .highcharts-tooltip.highcharts-label span.property:before {
    color: #00437A;
    content: ""; }
  .highcharts-wrapper .highcharts-tooltip.highcharts-label span.waste:before {
    color: #305A71;
    content: ""; }
  .highcharts-wrapper .highcharts-tooltip.highcharts-label span.garbage:before {
    color: #5F7169;
    content: ""; }
  .highcharts-wrapper .highcharts-tooltip.highcharts-label span.parking:before {
    color: #8F8860;
    content: ""; }
  .highcharts-wrapper .highcharts-tooltip.highcharts-label span.dog:before {
    color: #8F8860;
    content: ""; }
  .highcharts-wrapper .highcharts-tooltip.highcharts-label span.fees:before {
    color: #aaa;
    content: ""; }
  .highcharts-wrapper .highcharts-tooltip.highcharts-label span.advertising:before {
    color: #aaa;
    content: ""; }
  .highcharts-wrapper .highcharts-tooltip.highcharts-label span.biz:before {
    color: #aaa;
    content: ""; }
  .highcharts-wrapper .highcharts-tooltip.highcharts-label span.tourist:before {
    color: #aaa;
    content: ""; }
  .highcharts-wrapper .highcharts-tooltip.highcharts-label span.commuter:before {
    color: #aaa;
    content: ""; }
  .highcharts-wrapper .highcharts-tooltip.highcharts-label span.water-authority:before {
    color: #aaa;
    content: ""; }
  .highcharts-wrapper .highcharts-tooltip.highcharts-label span.wa-purification:before {
    color: #00437A;
    content: ""; }
  .highcharts-wrapper .highcharts-tooltip.highcharts-label span.wa-pollution:before {
    color: #305A71;
    content: ""; }
  .highcharts-wrapper .highcharts-tooltip.highcharts-label span.wa-system:before {
    color: #5F7169;
    content: ""; }
  .highcharts-wrapper .highcharts-tooltip.highcharts-label span.wa-roads:before {
    color: #8F8860;
    content: ""; }

.totals .comparisonGraphs {
  width: 100%;
  -webkit-transition: width 1s ease;
  -o-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -ms-transition: width 1s ease;
  -kthtml-transition: width 1s ease;
  transition: width 1s ease; }

.taxplanTotals .comparisonGraphs.columns:last-child {
  float: left; }

@media (min-width: 1024px) {
  .totals.withTotals .comparisonGraphs {
    width: 59%; } }

.taxplanSubjectTotals {
  position: relative;
  z-index: 1; }

.taxplanSubjectTotals .comparisonGraphs {
  height: 150px;
  overflow: visible; }

.totals > .taxplan-totals.taxTotalShares {
  position: relative;
  float: right;
  padding: 0; }
  @media (min-width: 1024px) {
    .totals > .taxplan-totals.taxTotalShares {
      margin-left: -20px;
      margin-top: -61px;
      padding: 0 20px 0 0; }
      .totals > .taxplan-totals.taxTotalShares.withSituations {
        margin-top: -20px; } }
  section#council .totals > .taxplan-totals.taxTotalShares .panel {
    padding: 0; }
    section#council .totals > .taxplan-totals.taxTotalShares .panel .highcharts-wrapper {
      padding-top: 20px;
      margin-bottom: 20px; }
  .totals > .taxplan-totals.taxTotalShares div.chart-container {
    position: relative;
    height: 200px; }

.taxplanSituationTotals {
  position: relative;
  z-index: 1;
  height: 100%; }

.pieChart {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff; }
  .pieChart h2 {
    text-align: center; }
  .pieChart > .inner {
    height: 450px; }

div.tabs {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  margin-bottom: 20px; }
  div.tabs > div.tab {
    display: table-cell;
    position: relative;
    width: 33%;
    height: 100%;
    background-color: #e2e2e2; }
    div.tabs > div.tab a, div.tabs > div.tab a:hover {
      height: 100%;
      padding: 17px 10px 15px;
      display: block;
      position: relative;
      color: #00437A;
      font-weight: bold;
      text-align: center; }
    div.tabs > div.tab a:before {
      margin-right: 7px; }
    div.tabs > div.tab a.icon-subjects:before {
      content: "\e904\e61a"; }
    div.tabs > div.tab.active:after {
      content: "";
      position: absolute;
      bottom: 0;
      border-bottom: 10px solid #f6f6f6;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      left: 50%;
      margin-left: -10px; }

div.values {
  position: relative; }

.taxplan-totals tr td {
  padding: 5px 6px 5px;
  border-bottom: none; }
  .taxplan-totals tr td:first-child {
    border-left: 1px solid #e0e0e0; }
  .taxplan-totals tr td:last-child {
    border-right: 1px solid #e0e0e0; }

.taxplan-totals tr th {
  border-bottom: 1px solid #e0e0e0; }

.taxplan-totals tr:last-child td {
  border-bottom: 1px solid #e0e0e0; }

.taxplan-totals tr.last td {
  border-bottom: 1px solid #f1f1f1; }

.taxplan-totals tr th {
  padding: 5px 6px 0px; }
  .taxplan-totals tr th .icon-pie-chart {
    position: absolute;
    left: 25px;
    top: 5px; }
    .taxplan-totals tr th .icon-pie-chart:before {
      font-size: 18px !important;
      top: 1px;
      left: 1px;
      position: relative; }
  .taxplan-totals tr th .icon-stats-bars {
    position: absolute;
    left: 2px;
    top: 5px; }

.taxplan-totals tr td.main {
  background: #f1f1f1; }

.taxplan-totals tr td {
  background: #ffffff; }
  .taxplan-totals tr td span {
    font-family: arial, sans-serif;
    font-size: 12px;
    font-size: 12px;
    display: block; }

.totals .total td {
  background: #f1f1f1;
  font-weight: bold; }

.totals .subtotal .label:before {
  content: "\00a0- "; }

.totals.property .property.total td {
  background: #00437A; }
  .totals.property .property.total td span {
    color: #fff; }

.totals.property .property td:first-child {
  border-left: 1px solid #00437A; }

.totals.property .property td:last-child {
  border-right: 1px solid #00437A; }

.totals.property .property.subtotal td span {
  color: #00437A; }

.totals.property .property.last td {
  border-bottom: 1px solid #00437A; }

.totals.waste .waste.total td {
  background: #305A71; }
  .totals.waste .waste.total td span {
    color: #fff; }

.totals.waste .waste td:first-child {
  border-left: 1px solid #305A71; }

.totals.waste .waste td:last-child {
  border-right: 1px solid #305A71; }

.totals.waste .waste.subtotal td span {
  color: #305A71; }

.totals.waste .waste.last td {
  border-bottom: 1px solid #305A71; }

.totals.garbage .garbage.total td {
  background: #5F7169; }
  .totals.garbage .garbage.total td span {
    color: #fff; }

.totals.garbage .garbage td:first-child {
  border-left: 1px solid #5F7169; }

.totals.garbage .garbage td:last-child {
  border-right: 1px solid #5F7169; }

.totals.garbage .garbage.subtotal td span {
  color: #5F7169; }

.totals.garbage .garbage.last td {
  border-bottom: 1px solid #5F7169; }

.totals.parking .parking.total td {
  background: #8F8860; }
  .totals.parking .parking.total td span {
    color: #fff; }

.totals.parking .parking td:first-child {
  border-left: 1px solid #8F8860; }

.totals.parking .parking td:last-child {
  border-right: 1px solid #8F8860; }

.totals.parking .parking.subtotal td span {
  color: #8F8860; }

.totals.parking .parking.last td {
  border-bottom: 1px solid #8F8860; }

.totals.dog .dog.total td {
  background: #8F8860; }
  .totals.dog .dog.total td span {
    color: #fff; }

.totals.dog .dog td:first-child {
  border-left: 1px solid #8F8860; }

.totals.dog .dog td:last-child {
  border-right: 1px solid #8F8860; }

.totals.dog .dog.subtotal td span {
  color: #8F8860; }

.totals.dog .dog.last td {
  border-bottom: 1px solid #8F8860; }

.totals.fees .fees.total td {
  background: #aaa; }
  .totals.fees .fees.total td span {
    color: #fff; }

.totals.fees .fees td:first-child {
  border-left: 1px solid #aaa; }

.totals.fees .fees td:last-child {
  border-right: 1px solid #aaa; }

.totals.fees .fees.subtotal td span {
  color: #aaa; }

.totals.fees .fees.last td {
  border-bottom: 1px solid #aaa; }

.totals.advertising .advertising.total td {
  background: #aaa; }
  .totals.advertising .advertising.total td span {
    color: #fff; }

.totals.advertising .advertising td:first-child {
  border-left: 1px solid #aaa; }

.totals.advertising .advertising td:last-child {
  border-right: 1px solid #aaa; }

.totals.advertising .advertising.subtotal td span {
  color: #aaa; }

.totals.advertising .advertising.last td {
  border-bottom: 1px solid #aaa; }

.totals.biz .biz.total td {
  background: #aaa; }
  .totals.biz .biz.total td span {
    color: #fff; }

.totals.biz .biz td:first-child {
  border-left: 1px solid #aaa; }

.totals.biz .biz td:last-child {
  border-right: 1px solid #aaa; }

.totals.biz .biz.subtotal td span {
  color: #aaa; }

.totals.biz .biz.last td {
  border-bottom: 1px solid #aaa; }

.totals.tourist .tourist.total td {
  background: #aaa; }
  .totals.tourist .tourist.total td span {
    color: #fff; }

.totals.tourist .tourist td:first-child {
  border-left: 1px solid #aaa; }

.totals.tourist .tourist td:last-child {
  border-right: 1px solid #aaa; }

.totals.tourist .tourist.subtotal td span {
  color: #aaa; }

.totals.tourist .tourist.last td {
  border-bottom: 1px solid #aaa; }

.totals.commuter .commuter.total td {
  background: #aaa; }
  .totals.commuter .commuter.total td span {
    color: #fff; }

.totals.commuter .commuter td:first-child {
  border-left: 1px solid #aaa; }

.totals.commuter .commuter td:last-child {
  border-right: 1px solid #aaa; }

.totals.commuter .commuter.subtotal td span {
  color: #aaa; }

.totals.commuter .commuter.last td {
  border-bottom: 1px solid #aaa; }

.totals.water-authority .water-authority.total td {
  background: #aaa; }
  .totals.water-authority .water-authority.total td span {
    color: #fff; }

.totals.water-authority .water-authority td:first-child {
  border-left: 1px solid #aaa; }

.totals.water-authority .water-authority td:last-child {
  border-right: 1px solid #aaa; }

.totals.water-authority .water-authority.subtotal td span {
  color: #aaa; }

.totals.water-authority .water-authority.last td {
  border-bottom: 1px solid #aaa; }

.totals.wa-purification .wa-purification.total td {
  background: #00437A; }
  .totals.wa-purification .wa-purification.total td span {
    color: #fff; }

.totals.wa-purification .wa-purification td:first-child {
  border-left: 1px solid #00437A; }

.totals.wa-purification .wa-purification td:last-child {
  border-right: 1px solid #00437A; }

.totals.wa-purification .wa-purification.subtotal td span {
  color: #00437A; }

.totals.wa-purification .wa-purification.last td {
  border-bottom: 1px solid #00437A; }

.totals.wa-pollution .wa-pollution.total td {
  background: #305A71; }
  .totals.wa-pollution .wa-pollution.total td span {
    color: #fff; }

.totals.wa-pollution .wa-pollution td:first-child {
  border-left: 1px solid #305A71; }

.totals.wa-pollution .wa-pollution td:last-child {
  border-right: 1px solid #305A71; }

.totals.wa-pollution .wa-pollution.subtotal td span {
  color: #305A71; }

.totals.wa-pollution .wa-pollution.last td {
  border-bottom: 1px solid #305A71; }

.totals.wa-system .wa-system.total td {
  background: #5F7169; }
  .totals.wa-system .wa-system.total td span {
    color: #fff; }

.totals.wa-system .wa-system td:first-child {
  border-left: 1px solid #5F7169; }

.totals.wa-system .wa-system td:last-child {
  border-right: 1px solid #5F7169; }

.totals.wa-system .wa-system.subtotal td span {
  color: #5F7169; }

.totals.wa-system .wa-system.last td {
  border-bottom: 1px solid #5F7169; }

.totals.wa-roads .wa-roads.total td {
  background: #8F8860; }
  .totals.wa-roads .wa-roads.total td span {
    color: #fff; }

.totals.wa-roads .wa-roads td:first-child {
  border-left: 1px solid #8F8860; }

.totals.wa-roads .wa-roads td:last-child {
  border-right: 1px solid #8F8860; }

.totals.wa-roads .wa-roads.subtotal td span {
  color: #8F8860; }

.totals.wa-roads .wa-roads.last td {
  border-bottom: 1px solid #8F8860; }

.totals tr.difference td {
  border-left-color: #8999a4;
  border-right-color: #8999a4;
  border-bottom-color: #8999a4; }

@media (max-width: 767px) and (hover: none) {
  .comparisonGraph.withCompare .ember-view.graph .graph-column.total .graphTotal {
    left: 100%;
    position: absolute;
    width: auto; }
  .comparisonGraph.withCompare .graphWrap {
    height: auto; }
  .comparisonGraph.withCompare .graphWrap.main .ember-view.graph {
    height: 1rem; }
    .comparisonGraph.withCompare .graphWrap.main .ember-view.graph .graphTotal {
      text-indent: 6px;
      top: 0;
      text-align: left; }
  .comparisonGraph.withCompare .ember-view.graph .graph-column.total {
    top: 0px; }
  .comparisonGraph.withCompare .graphWrap.compare .ember-view.graph {
    height: 0.4rem; }
    .comparisonGraph.withCompare .graphWrap.compare .ember-view.graph .graphTotal {
      margin: 0;
      font-size: 10px;
      text-align: left;
      text-indent: 6px; }
  .comparisonGraph.withCompare .graphWrap.main .ember-view.graph {
    margin: .3rem 5rem .2rem 0; }
  .comparisonGraph.withCompare .graphWrap.compare .ember-view.graph {
    margin: .2rem 5rem .3rem 0; }
  .topBar > .buttons, .buttons {
    top: 10px;
    float: right;
    right: 10px; }
  .topBar > div.buttons button,
  .topBar > div > button.icon-plus {
    position: relative;
    top: 0; }
  div.tabs > div.tab {
    display: block;
    width: 100%; }
  div.tabs > div.tab a,
  div.tabs > div.tab a:hover {
    text-align: left;
    font-size: 14px; }
  div.tabs > div.tab:after {
    content: none !important; }
  div.tabs > div.tab.active {
    background: #ccc; } }

@media (max-width: 767px) and (hover: none) {
  div.filters {
    clear: both; }
    div.filters .dropdown {
      margin-left: 10px;
      padding-bottom: 10px;
      position: static; }
      div.filters .dropdown:after {
        margin-top: 12px;
        top: auto;
        right: auto;
        margin-left: -17px; }
      div.filters .dropdown li ul {
        right: 0;
        left: 0; }
  .dropdown .situation,
  .dropdown .proposal {
    padding: 8px 10px 8px 10px; }
    .dropdown .situation:before,
    .dropdown .proposal:before {
      content: none !important; }
  .council article.intro {
    margin-bottom: 0px;
    padding-bottom: 20px; } }

@media (min-width: 1024px) {
  .block .row {
    margin-left: -5px;
    margin-right: -5px; }
  .block .columns {
    padding-left: 5px;
    padding-right: 5px; } }

@media (min-width: 1300px) {
  .block .row {
    margin-left: -10px;
    margin-right: -10px; }
  .block .columns {
    padding-left: 10px;
    padding-right: 10px; } }

.council .topBar .benchmarkLink {
  float: right;
  padding: 0px 0px 10px;
  font: 15px/20px fontregular, Arial, Sans-Serif; }
  @media (min-width: 768px), (hover: hover) {
    .council .topBar .benchmarkLink {
      float: left;
      padding: 6px 0px 6px; } }
  .council .topBar .benchmarkLink a {
    display: block;
    padding-right: 20px; }
  .council .topBar .benchmarkLink a:hover {
    text-decoration: underline; }
  .council .topBar .benchmarkLink a:after {
    font-family: 'Overbetuwe';
    content: "\e600";
    font-size: 16px;
    position: absolute;
    line-height: 20px;
    margin-left: 4px;
    right: 0px; }

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 100; }

.modalDialogOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #000;
  opacity: .7; }

.modalDialogInner {
  position: absolute;
  min-height: 300px;
  margin-left: 0;
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.2);
  left: 14px;
  top: 14px;
  right: 14px;
  bottom: 14px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }
  .modalDialogInner h1 {
    font-size: 17px; }
  @media (min-width: 768px), (hover: hover) {
    .modalDialogInner {
      left: 5%;
      top: 5%;
      right: auto;
      bottom: 5%;
      max-height: 90%;
      max-width: 90%;
      width: 940px;
      height: 100%; } }
  @media (min-width: 1024px) {
    .modalDialogInner {
      left: 50%;
      width: 940px;
      margin-left: -470px; }
      .modalDialogInner h1 {
        font-size: 21px; } }
  @media (min-width: 1300px) {
    .modalDialogInner {
      width: 1000px;
      margin-left: -500px; } }

.modalDialogWindow {
  background: #fff;
  height: 100%;
  max-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column; }
  .modalDialogWindow > span {
    position: absolute;
    z-index: 1;
    right: 45px;
    top: 20px;
    color: #000;
    font-family: monospace;
    visibility: hidden; }
    .modalDialogWindow > span.visible {
      visibility: visible; }
  .modalDialogWindow ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    -webkit-appearance: none; }
  .modalDialogWindow ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #909090;
    border: 2px solid #f6f6f6; }

.modalDialogWindow h1 {
  margin: 0 32px 0 0;
  padding: 10px 25px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  overflow: hidden;
  min-height: 45px;
  display: flex; }

.modalDialogWindowInner {
  background: #fff;
  padding: 0;
  z-index: 1;
  margin-bottom: 10px;
  flex-grow: 1;
  max-height: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto; }
  @media (min-width: 1024px) {
    .modalDialogWindowInner {
      margin-bottom: 20px; } }

.modalDialogWindowInner:before,
.modalDialogWindowInner:after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  right: 8px;
  display: block; }

.modalDialogWindowInner:before {
  top: 0;
  height: 15px;
  align-self: flex-start;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+50,0+100 */
  background: -moz-linear-gradient(top, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */ }
  @media (min-width: 1024px) {
    .modalDialogWindowInner:before {
      height: 25px; } }

.modalDialogWindowInner:after {
  bottom: 0px;
  height: 15px;
  align-self: flex-end;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.65+27,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 27%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 27%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 27%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }
  @media (min-width: 1024px) {
    .modalDialogWindowInner:after {
      height: 20px; } }

.modalDialogContents {
  background-color: #FFF;
  padding: 10px 25px 0;
  position: relative;
  overflow: auto;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .modalDialogContents {
      padding-top: 20px; } }

.modalDialogContents h1 {
  max-width: 570px;
  color: #00437A;
  font-size: 15px;
  margin: 0 0 6px;
  padding: 0; }

.modalDialogContents h2 {
  font-size: 13px; }
  @media (min-width: 768px), (hover: hover) {
    .modalDialogContents h2 {
      font-size: 16px; } }

.modalDialogContents h3 {
  font-size: 13px; }
  @media (min-width: 768px), (hover: hover) {
    .modalDialogContents h3 {
      font-size: 15px; } }

.modalDialog button.close {
  position: absolute;
  z-index: 1;
  right: -10px;
  top: -10px;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  background: url(../images/xclose.png) #ffffff;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 10px;
  height: 10px;
  padding: 19px;
  border: none;
  z-index: 11;
  border-radius: 50%;
  box-shadow: -2px 2px 15px 0px rgba(0, 0, 0, 0.1);
  font-size: 0; }
  .modalDialog button.close:hover {
    background: url(../images/xclose-hover.png) #ffffff;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: 50%; }

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

.modalDialogContents td {
  padding: 4px 8px;
  font-size: 11px;
  border: 1px solid #ccc; }

.modalDialogContents td p {
  font-size: 13px;
  margin-bottom: 0; }

section#taxplans-editor {
  /* 	.settingsPanel { */
  /* 		float:right; */
  /* 		width: 268px; */
  /* 		padding-left: 20px; */
  /* 		padding-top:14px; */
  /* 	} */
  /* 	.buttons { */
  /* 		position: absolute; */
  /* 		bottom: 0; */
  /* 		button { */
  /* 			padding: 12px 14px 12px 37px; */
  /* 			font-family: 'robotolight', arial, sans-serif; */
  /* 			font-size: 13px; */
  /* 			font-weight: normal; */
  /* 			letter-spacing: 1px; */
  /* 			background-color: #666666; */
  /* 			display: block; */
  /* 			float:left; */
  /* 			min-width:42px; */
  /* 			min-height:42px; */
  /* 			margin-left:16px; */
  /* 			&.save { */
  /* 				background:url('../images/save.png') no-repeat 12px 13px #666666; */
  /* 				background-size:16px 16px; */
  /* 			} */
  /* 			&.undo { */
  /* 				background:url('../images/undo.png') no-repeat 12px 13px #666666; */
  /* 				background-size:16px 16px; */
  /* 			} */
  /* 			&.cancel { */
  /* 				background:url('../images/decline.png') no-repeat 12px 13px #666666; */
  /* 				background-size:16px 16px; */
  /* 			} */
  /* 			&.cancel, &.undo { */
  /* 				padding:0; */
  /* 			} */
  /* 			&.active { */
  /* 				background-color: #444444; */
  /* 			} */
  /* 		} */
  /* 	} */ }
  section#taxplans-editor navigation {
    display: table;
    width: 100%;
    margin-bottom: 0; }
    section#taxplans-editor navigation > div {
      display: table-cell; }
    section#taxplans-editor navigation a {
      width: 100%;
      display: block;
      padding: 17px 0 15px;
      float: left;
      text-align: center;
      color: #ffffff;
      font-size: 30px;
      position: relative;
      cursor: pointer;
      outline: none;
      color: #ccc; }
      section#taxplans-editor navigation a:before {
        display: block;
        min-width: 30px; }
      section#taxplans-editor navigation a:hover {
        color: #999; }
    section#taxplans-editor navigation span {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      section#taxplans-editor navigation span:after {
        content: "";
        position: absolute;
        left: 0;
        height: 60%;
        top: 20%;
        width: 1px;
        background: #e5e5e5; }
    section#taxplans-editor navigation > div:first-child span:after {
      display: none; }
    section#taxplans-editor navigation .active span:before {
      content: "";
      position: absolute;
      bottom: 0px;
      border-bottom: 10px solid red;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      left: 50%;
      margin-left: -10px;
      z-index: +1; }
    section#taxplans-editor navigation .active .property span:before {
      border-bottom: 10px solid #00437A; }
    section#taxplans-editor navigation .property:before {
      color: #00437A; }
    section#taxplans-editor navigation .active .waste span:before {
      border-bottom: 10px solid #305A71; }
    section#taxplans-editor navigation .waste:before {
      color: #305A71; }
    section#taxplans-editor navigation .active .garbage span:before {
      border-bottom: 10px solid #5F7169; }
    section#taxplans-editor navigation .garbage:before {
      color: #5F7169; }
    section#taxplans-editor navigation .active .parking span:before {
      border-bottom: 10px solid #8F8860; }
    section#taxplans-editor navigation .parking:before {
      color: #8F8860; }
    section#taxplans-editor navigation .active .dog span:before {
      border-bottom: 10px solid #8F8860; }
    section#taxplans-editor navigation .dog:before {
      color: #8F8860; }
    section#taxplans-editor navigation .active .fees span:before {
      border-bottom: 10px solid #aaa; }
    section#taxplans-editor navigation .fees:before {
      color: #aaa; }
    section#taxplans-editor navigation .active .advertising span:before {
      border-bottom: 10px solid #aaa; }
    section#taxplans-editor navigation .advertising:before {
      color: #aaa; }
    section#taxplans-editor navigation .active .biz span:before {
      border-bottom: 10px solid #aaa; }
    section#taxplans-editor navigation .biz:before {
      color: #aaa; }
    section#taxplans-editor navigation .active .tourist span:before {
      border-bottom: 10px solid #aaa; }
    section#taxplans-editor navigation .tourist:before {
      color: #aaa; }
    section#taxplans-editor navigation .active .commuter span:before {
      border-bottom: 10px solid #aaa; }
    section#taxplans-editor navigation .commuter:before {
      color: #aaa; }
    section#taxplans-editor navigation .active .water-authority span:before {
      border-bottom: 10px solid #aaa; }
    section#taxplans-editor navigation .water-authority:before {
      color: #aaa; }
    section#taxplans-editor navigation .active .wa-purification span:before {
      border-bottom: 10px solid #00437A; }
    section#taxplans-editor navigation .wa-purification:before {
      color: #00437A; }
    section#taxplans-editor navigation .active .wa-pollution span:before {
      border-bottom: 10px solid #305A71; }
    section#taxplans-editor navigation .wa-pollution:before {
      color: #305A71; }
    section#taxplans-editor navigation .active .wa-system span:before {
      border-bottom: 10px solid #5F7169; }
    section#taxplans-editor navigation .wa-system:before {
      color: #5F7169; }
    section#taxplans-editor navigation .active .wa-roads span:before {
      border-bottom: 10px solid #8F8860; }
    section#taxplans-editor navigation .wa-roads:before {
      color: #8F8860; }
    section#taxplans-editor navigation .icon.tourist {
      margin: 0 -10px 0 -1px; }
      @media (min-width: 768px), (hover: hover) {
        section#taxplans-editor navigation .icon.tourist {
          margin: 0 -18px 0 1px; } }
    section#taxplans-editor navigation .active a:after {
      content: "";
      position: absolute;
      bottom: -3px;
      border-bottom: 10px solid #f6f6f6;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      left: 50%;
      margin-left: -10px;
      z-index: +1; }
    section#taxplans-editor navigation .taxplan-tabs {
      width: 100%; }
      section#taxplans-editor navigation .taxplan-tabs div {
        display: table-cell; }
  section#taxplans-editor button.optionsToggle {
    float: right;
    margin-top: -42px;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    padding: 0; }
    section#taxplans-editor button.optionsToggle:before {
      content: "\e60a"; }
  section#taxplans-editor .options {
    border: 1px solid #dedede;
    background-color: #fff;
    padding: 6px 10px;
    margin-bottom: 20px;
    margin-top: 7px;
    position: relative; }
    section#taxplans-editor .options input {
      clear: left;
      float: left;
      min-height: 18px;
      padding: 0;
      margin: 0 5px 0 0; }
    section#taxplans-editor .options label, section#taxplans-editor .options input:checked + label {
      background: none;
      float: left;
      color: #5d5d5d;
      font: 12px/19px Arial, Sans-Serif; }
    section#taxplans-editor .options input:checked + label {
      font-weight: bold; }
    section#taxplans-editor .options:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 100%;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-bottom: 9px solid #dedede;
      display: block; }
    section#taxplans-editor .options:after {
      content: "";
      position: absolute;
      right: 2px;
      bottom: 100%;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ffffff;
      display: block; }
  section#taxplans-editor .block.property {
    border-top: 2px solid #00437A; }
  section#taxplans-editor .property button.optionsToggle.active:before {
    color: #00437A; }
  section#taxplans-editor .block.waste {
    border-top: 2px solid #305A71; }
  section#taxplans-editor .waste button.optionsToggle.active:before {
    color: #305A71; }
  section#taxplans-editor .block.garbage {
    border-top: 2px solid #5F7169; }
  section#taxplans-editor .garbage button.optionsToggle.active:before {
    color: #5F7169; }
  section#taxplans-editor .block.parking {
    border-top: 2px solid #8F8860; }
  section#taxplans-editor .parking button.optionsToggle.active:before {
    color: #8F8860; }
  section#taxplans-editor .block.dog {
    border-top: 2px solid #8F8860; }
  section#taxplans-editor .dog button.optionsToggle.active:before {
    color: #8F8860; }
  section#taxplans-editor .block.fees {
    border-top: 2px solid #aaa; }
  section#taxplans-editor .fees button.optionsToggle.active:before {
    color: #aaa; }
  section#taxplans-editor .block.advertising {
    border-top: 2px solid #aaa; }
  section#taxplans-editor .advertising button.optionsToggle.active:before {
    color: #aaa; }
  section#taxplans-editor .block.biz {
    border-top: 2px solid #aaa; }
  section#taxplans-editor .biz button.optionsToggle.active:before {
    color: #aaa; }
  section#taxplans-editor .block.tourist {
    border-top: 2px solid #aaa; }
  section#taxplans-editor .tourist button.optionsToggle.active:before {
    color: #aaa; }
  section#taxplans-editor .block.commuter {
    border-top: 2px solid #aaa; }
  section#taxplans-editor .commuter button.optionsToggle.active:before {
    color: #aaa; }
  section#taxplans-editor .block.water-authority {
    border-top: 2px solid #aaa; }
  section#taxplans-editor .water-authority button.optionsToggle.active:before {
    color: #aaa; }
  section#taxplans-editor .block.wa-purification {
    border-top: 2px solid #00437A; }
  section#taxplans-editor .wa-purification button.optionsToggle.active:before {
    color: #00437A; }
  section#taxplans-editor .block.wa-pollution {
    border-top: 2px solid #305A71; }
  section#taxplans-editor .wa-pollution button.optionsToggle.active:before {
    color: #305A71; }
  section#taxplans-editor .block.wa-system {
    border-top: 2px solid #5F7169; }
  section#taxplans-editor .wa-system button.optionsToggle.active:before {
    color: #5F7169; }
  section#taxplans-editor .block.wa-roads {
    border-top: 2px solid #8F8860; }
  section#taxplans-editor .wa-roads button.optionsToggle.active:before {
    color: #8F8860; }
  section#taxplans-editor .block {
    padding-top: 22px; }
    section#taxplans-editor .block .withPercentage.withTotal .first {
      width: 100%; }
    section#taxplans-editor .block .withPercentage.withTotal .second {
      width: 100%; }
    section#taxplans-editor .block .withPercentage.withTotal .third {
      width: 100%; }
    @media (min-width: 768px), (hover: hover) {
      section#taxplans-editor .block .withPercentage.withTotal .first {
        width: 38%; }
      section#taxplans-editor .block .withPercentage.withTotal .second {
        width: 38%; }
      section#taxplans-editor .block .withPercentage.withTotal .third {
        width: 24%; } }
    @media (min-width: 1300px) {
      section#taxplans-editor .block .withPercentage.withTotal .first {
        width: 40%; }
      section#taxplans-editor .block .withPercentage.withTotal .second {
        width: 40%; }
      section#taxplans-editor .block .withPercentage.withTotal .third {
        width: 20%; } }
  section#taxplans-editor .settings {
    padding-top: 14px;
    width: 583px;
    max-height: 100%;
    overflow: auto;
    float: left;
    padding-right: 20px;
    border-right: 1px solid #ccc; }
    section#taxplans-editor .settings div.value {
      width: auto; }
    section#taxplans-editor .settings .smart-value-postfix,
    section#taxplans-editor .settings .smart-value-prefix,
    section#taxplans-editor .settings .smart-value,
    section#taxplans-editor .settings .smart-value input {
      font-size: 22px; }
    section#taxplans-editor .settings .smart-value-postfix,
    section#taxplans-editor .settings .smart-value-prefix {
      width: 25px;
      padding: 0.2rem 0; }
    section#taxplans-editor .settings .smart-value input {
      height: 2.2rem; }
    section#taxplans-editor .settings .smart-value {
      width: auto;
      display: block; }
      section#taxplans-editor .settings .smart-value .values {
        padding: 0.1rem 0.3rem; }
      section#taxplans-editor .settings .smart-value input,
      section#taxplans-editor .settings .smart-value .smart-value-display {
        text-align: right; }
      section#taxplans-editor .settings .smart-value.hasPostfix .smart-value-display {
        padding-right: 18px; }
      section#taxplans-editor .settings .smart-value.hasPrefix .smart-value-display {
        padding-left: 18px; }
  section#taxplans-editor .content button.i {
    float: right;
    margin-bottom: -20px;
    z-index: 2;
    cursor: pointer;
    top: -1px; }
  section#taxplans-editor .variable {
    position: relative; }
    section#taxplans-editor .variable .halfWidth.total {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      float: none;
      display: inline-block; }
      section#taxplans-editor .variable .halfWidth.total .value.total {
        width: 100%;
        position: absolute;
        bottom: 0; }
  section#taxplans-editor .settingsTotals {
    padding-top: 20px;
    border-top: 1px solid #ccc; }
    section#taxplans-editor .settingsTotals label {
      width: 100px;
      float: left;
      clear: both;
      padding-top: 6px; }
    section#taxplans-editor .settingsTotals input {
      float: right;
      width: 120px; }
  @media only screen and (max-width: 360px) {
    section#taxplans-editor .liquid-container.taxplan-totals tr.value .label {
      width: 90px; }
    section#taxplans-editor .dropdown > li {
      max-width: 80px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 20px; }
    section#taxplans-editor .name-input input {
      font: 13px/22px fontregular, Arial, Sans-Serif;
      padding: 6px 20px 6px 57px; }
    section#taxplans-editor .name-input h2 {
      padding: 10px 10px;
      font: 13px/23px fontregular, Arial, Sans-Serif;
      width: 48px;
      overflow: hidden;
      white-space: nowrap; } }
  @media (max-width: 767px) and (hover: none) {
    section#taxplans-editor .row.titles + .row {
      border-bottom: 1px solid #ccc;
      padding-bottom: 20px;
      margin-bottom: 20px; }
    section#taxplans-editor .content.row > div:last-child .row.titles + .row {
      border-bottom: none;
      margin-bottom: 0; }
    section#taxplans-editor div.value {
      margin-bottom: 6px !important; }
    section#taxplans-editor navigation a:before {
      font-size: 19px;
      min-width: 19px; }
    section#taxplans-editor .liquid-container.taxplan-totals {
      margin: -30px 0;
      max-width: 100%; }
      section#taxplans-editor .liquid-container.taxplan-totals .panel {
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 10px; }
      section#taxplans-editor .liquid-container.taxplan-totals tr.value .label {
        white-space: nowrap;
        width: 180px;
        text-overflow: ellipsis;
        overflow: hidden; }
    section#taxplans-editor ul.dropdown.left {
      float: left; }
    section#taxplans-editor .topBar > div > button.icon-plus {
      margin-bottom: 0; }
    section#taxplans-editor .block p {
      margin: 0; } }
  section#taxplans-editor .block > .totals {
    font: 12px/19px Arial, Sans-Serif;
    color: #5d5d5d; }
    section#taxplans-editor .block > .totals div.total {
      min-width: 120px; }
    section#taxplans-editor .block > .totals div {
      margin-bottom: 20px;
      margin-right: 5px;
      text-align: right; }
    section#taxplans-editor .block > .totals span {
      display: block; }
    section#taxplans-editor .block > .totals span.amount {
      font: 18px/19px fontbold, Arial, Sans-Serif; }
    @media (min-width: 768px), (hover: hover) {
      section#taxplans-editor .block > .totals div {
        float: left;
        text-align: left;
        margin: 0; }
      section#taxplans-editor .block > .totals div.total.totalYield {
        float: right;
        text-align: right; }
      section#taxplans-editor .block > .totals div.total.totalMax {
        padding-right: 20px;
        margin-right: 20px;
        border-right: 1px solid #ccc; } }

@media (max-width: 767px) and (hover: none) {
  section#taxplan-delete ul.dropdown.left {
    float: left; } }

result {
  display: block;
  position: relative; }

section.result > div > div {
  float: none; }

.result .button {
  display: block;
  float: left;
  color: #ffffff;
  font: 15px/20px fontbold, Arial, sans-serif;
  text-align: center;
  position: relative;
  border: none;
  cursor: pointer; }
  .result .button:hover {
    background: #003561; }
  .result .button.with-arrow {
    font: 17px/20px fontbold, Arial, Sans-Serif;
    font-weight: 700;
    color: #00437A;
    background: none;
    padding: 0; }
    .result .button.with-arrow:after {
      font-family: 'Overbetuwe';
      content: "\e600";
      font-size: 22px;
      position: absolute;
      line-height: 20px;
      margin-left: 4px; }
    .result .button.with-arrow:hover {
      background: none; }

.result #menuWrap {
  position: relative; }
  .result #menuWrap + div {
    clear: both; }
  @media (min-width: 768px), (hover: hover) {
    .result #menuWrap {
      position: absolute;
      top: 61px; } }

.result .result-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px;
  min-width: 100%;
  position: relative; }
  @media (min-width: 768px), (hover: hover) {
    .result .result-wrapper {
      margin-top: 40px; } }

.result article {
  margin-bottom: 20px;
  background: #ffffff;
  padding: 20px 10px;
  position: relative; }
  @media (min-width: 768px), (hover: hover) {
    .result article {
      padding: 20px; } }
  .result article.try-council, .result article.property-value-banner {
    padding-bottom: 42px; }
  .result article h1 {
    font: 16px/21px fontbold, Arial, Sans-Serif;
    padding-bottom: 20px;
    padding-top: 49px;
    margin-bottom: 0;
    position: relative;
    text-indent: 22px; }
    @media (min-width: 768px), (hover: hover) {
      .result article h1 {
        text-indent: 0px;
        padding-bottom: 20px;
        padding-top: 0;
        font-size: 17px; } }
    .result article h1 i {
      color: #00437A;
      margin-left: 5px;
      font-size: 18px;
      vertical-align: top;
      margin-top: -7px;
      display: inline-block; }
  .result article h2 {
    color: #00437A; }
  .result article p {
    color: #5d5d5d; }
  .result article .intro {
    min-height: 438px; }
  .result article button:not(.icon-question) {
    display: block;
    border: none; }
    .result article button:not(.icon-question):before {
      position: absolute;
      font-size: 32px;
      left: 22px;
      top: 15px; }
  .result article .viewMode button[role='radio'] {
    color: #999;
    text-indent: -100px;
    overflow: hidden;
    padding-left: 0;
    display: block;
    float: left;
    position: relative;
    z-index: 10;
    margin: 0;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    width: 32px;
    height: 31px;
    margin-right: 10px;
    background-color: transparent; }
    .result article .viewMode button[role='radio']:before {
      font-size: 16px !important;
      top: 8px !important;
      left: 8px !important;
      text-indent: 0; }
    .result article .viewMode button[role='radio']:after {
      display: none; }
    .result article .viewMode button[role='radio'][aria-checked=true] {
      color: #00437A; }
    @media (min-width: 768px), (hover: hover) {
      .result article .viewMode button[role='radio'] {
        width: 35px;
        height: 34px; }
        .result article .viewMode button[role='radio']:before {
          font-size: 16px !important;
          top: 9px !important;
          left: 10px !important; } }
    .result article .viewMode button[role='radio']:last-child {
      margin-right: 0; }
    .result article .viewMode button[role='radio']:hover {
      color: #003561; }
  .result article .option-toggle > li {
    padding-left: 0;
    display: block;
    float: left;
    position: relative;
    z-index: 10;
    margin: 0;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    display: block; }
    .result article .option-toggle > li:after {
      content: "";
      border-top: 5px solid #00437A;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: none;
      position: absolute;
      right: 9px;
      top: 14px;
      z-index: 2; }
      @media (min-width: 768px), (hover: hover) {
        .result article .option-toggle > li:after {
          right: 13px;
          top: 16px; } }
    .result article .option-toggle > li:before {
      left: 0;
      height: 5px;
      width: 100%;
      position: absolute;
      top: 100%;
      background-color: white;
      z-index: 1;
      margin-top: -3px; }
    .result article .option-toggle > li.dropdown-closed:before,
    .result article .option-toggle > li.dropdown-closed ul {
      display: none; }
    .result article .option-toggle > li.dropdown-open:before {
      content: ""; }
    .result article .option-toggle > li.dropdown-open:before,
    .result article .option-toggle > li.dropdown-open ul {
      display: block; }
    .result article .option-toggle > li button {
      width: 100%;
      position: relative;
      z-index: 2; }
    .result article .option-toggle > li ul {
      position: absolute;
      display: none;
      top: 100%;
      margin-top: 2px;
      padding-left: 0;
      box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
      background-color: white;
      list-style: none;
      min-width: 100%; }
      .result article .option-toggle > li ul li {
        margin: 10px 10px 0px; }
        .result article .option-toggle > li ul li button {
          padding: 10px 20px 11px 40px;
          margin: 0 !important;
          background-color: #aaa;
          color: white;
          /* 							width:100%; */
          min-width: 100%;
          float: none;
          position: relative;
          text-align: left;
          font-family: fontregular;
          font-style: italic;
          font-size: 13px; }
          .result article .option-toggle > li ul li button:before {
            font-size: 20px;
            position: absolute;
            left: 16px;
            top: 10px; }
          .result article .option-toggle > li ul li button:hover {
            background: #003561; }
        .result article .option-toggle > li ul li:last-child {
          margin: 10px 10px 10px !important; }
      .result article .option-toggle > li ul li.selected button {
        background-color: #00437A; }
    .result article .option-toggle > li.has-focus ul {
      display: block; }
    .result article .option-toggle > li button {
      font: 13px/17px fontregular, Arial, Sans-Serif;
      font-weight: normal;
      padding: 0;
      height: auto;
      background-color: transparent;
      color: #5d5d5d;
      text-align: left;
      min-width: 1px;
      margin: 0 !important;
      padding: 7px 32px 7px 10px;
      white-space: nowrap; }
      @media (min-width: 768px), (hover: hover) {
        .result article .option-toggle > li button {
          font: 15px/20px fontregular, Arial, Sans-Serif; } }
    .result article .option-toggle > li > button {
      padding: 7px 23px 7px 32px; }
      .result article .option-toggle > li > button:before {
        font-size: 20px !important;
        top: 5px !important;
        left: 7px !important;
        color: #00437A; }
      @media (min-width: 768px), (hover: hover) {
        .result article .option-toggle > li > button {
          padding: 7px 32px 7px 46px; }
          .result article .option-toggle > li > button:before {
            top: 6px !important;
            left: 15px !important; } }
  .result article .localities {
    float: right; }
    .result article .localities ul {
      right: 0;
      left: auto; }
      .result article .localities ul li.enabled button {
        background-color: #00437A; }
        .result article .localities ul li.enabled button:before {
          content: "\e651"; }
      .result article .localities ul li.disabled button:before {
        content: "\e606";
        font-size: 13px;
        top: 14px; }
    .result article .localities > li > button:before {
      content: "\e60a"; }
    .result article .localities span.autocomplete,
    .result article .localities input {
      margin-bottom: 0;
      font-family: fontregular;
      font-style: italic;
      font-size: 13px;
      text-align: left;
      width: 100%;
      background-color: transparent;
      position: relative;
      outline-offset: -1px; }
      .result article .localities span.autocomplete::-webkit-input-placeholder,
      .result article .localities input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: rgba(22, 121, 202, 0.9); }
      .result article .localities span.autocomplete:-moz-placeholder,
      .result article .localities input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: rgba(22, 121, 202, 0.9);
        opacity: 1; }
      .result article .localities span.autocomplete::-moz-placeholder,
      .result article .localities input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: rgba(22, 121, 202, 0.9); }
      .result article .localities span.autocomplete:-ms-input-placeholder,
      .result article .localities input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: rgba(22, 121, 202, 0.9); }
    .result article .localities label {
      display: none; }
    .result article .localities span.autocomplete {
      position: absolute;
      padding: 2px 10px;
      min-height: 40px;
      color: #dddddd;
      line-height: 38px; }
    .result article .localities .locality-search {
      z-index: 3;
      position: relative; }
      .result article .localities .locality-search.has-focus input {
        border: 1px solid #fff; }
      .result article .localities .locality-search.has-focus .cities {
        border: 1px dashed #bbb;
        border-top: 1px solid #ddd; }
      .result article .localities .locality-search .cities {
        display: none;
        position: relative;
        z-index: +1;
        border: 1px solid #ddd;
        border-top: 1px solid #ddd;
        padding: 10px;
        margin-top: -1px;
        font-family: fontregular;
        font-style: italic;
        font-size: 13px;
        text-align: left;
        width: 100%; }
        .result article .localities .locality-search .cities p {
          margin: 0 0 8px;
          font-family: fontregular;
          font-style: italic;
          font-size: 13px;
          text-align: left;
          border-bottom: 1px solid #eee;
          padding-bottom: 5px; }
        .result article .localities .locality-search .cities ul {
          left: 0;
          right: 0;
          box-shadow: none;
          position: relative;
          margin-bottom: 0; }
          .result article .localities .locality-search .cities ul li {
            margin: 0 0 6px !important;
            font-family: fontregular;
            font-style: italic;
            font-size: 13px;
            text-align: left;
            cursor: pointer;
            color: #00437A; }
            .result article .localities .locality-search .cities ul li:last-child {
              margin: 0 0 4px !important; }
            .result article .localities .locality-search .cities ul li.unavailable {
              opacity: 0.5; }
            .result article .localities .locality-search .cities ul li.unavailable::after {
              content: "*";
              display: inline; }
    .result article .localities .search-button {
      position: absolute;
      right: 20px;
      bottom: 19px;
      color: #ccc; }
    .result article .localities .locality-search.has-focus .cities.show,
    .result article .localities:hover .cities.show {
      display: block; }

.result .resultOptions {
  display: block;
  float: right; }

.result .averageOptions {
  float: left; }

.result .compareOptions.option-toggle {
  position: absolute;
  top: 0;
  float: left;
  margin-right: 20px;
  margin-left: 0; }
  @media (min-width: 768px), (hover: hover) {
    .result .compareOptions.option-toggle {
      position: relative; } }
  .result .compareOptions.option-toggle > li ul li button {
    padding: 10px 20px 11px 46px;
    min-width: 100%; }

.result .housing.option-toggle {
  float: left;
  margin-left: 0; }
  @media (max-width: 767px) and (hover: none) {
    .result .housing.option-toggle > li > ul {
      right: 0;
      left: auto; } }
  @media (min-width: 768px), (hover: hover) {
    .result .housing.option-toggle > li {
      min-width: 150px; } }
  .result .housing.option-toggle > li > button {
    font-size: 0; }
    @media (min-width: 768px), (hover: hover) {
      .result .housing.option-toggle > li > button {
        font-size: 15px; } }
  .result .housing.option-toggle > li ul li button {
    padding: 10px 20px 11px 46px; }
  .result .housing.option-toggle .tenant:before {
    content: "\e904"; }
  .result .housing.option-toggle .owner:before {
    content: "\e904"; }

.result .household.option-toggle {
  float: left;
  margin-right: 20px;
  margin-left: 0; }
  @media (max-width: 767px) and (hover: none) {
    .result .household.option-toggle {
      margin-right: 10px; }
      .result .household.option-toggle > li > ul {
        right: 0;
        left: auto; } }
  @media (min-width: 768px), (hover: hover) {
    .result .household.option-toggle > li {
      min-width: 210px; } }
  .result .household.option-toggle > li > button {
    font-size: 0; }
    @media (min-width: 768px), (hover: hover) {
      .result .household.option-toggle > li > button {
        font-size: 15px; } }
  .result .household.option-toggle > li ul li button {
    padding: 10px 20px 11px 46px; }
  .result .household.option-toggle button:before {
    content: "\e610"; }
  .result .household.option-toggle button.X:before {
    content: "\e607"; }

.result article .viewMode {
  float: left;
  position: relative;
  margin-right: 20px;
  z-index: 1; }
  @media (max-width: 767px) and (hover: none) {
    .result article .viewMode {
      margin-right: 10px; } }

@media (max-width: 767px) and (hover: none) {
  .result article result:not(.charges):not(.wa-charges) .viewMode {
    position: absolute;
    top: 40px;
    right: 0;
    margin-right: 0;
    width: 32px; }
    .result article result:not(.charges):not(.wa-charges) .viewMode button {
      margin-right: 0;
      margin-bottom: 10px; } }

@media (max-width: 767px) and (hover: none) {
  .result h1 {
    margin-right: 40px; } }

.result .charges .viewMode,
.result .wa-charges .viewMode {
  margin-right: 0; }

.result .wa-charges #wa-charges,
.result .average-locality #average-locality,
.result .average-national #average-national,
.result .comparison-national #comparison-national,
.result .comparison-regional #comparison-regional,
.result .comparison-real #comparison-real,
.result .charges #charges {
  background-color: #00437A; }

/* REEEL */
section.result .largecomparison .result-wrapper {
  position: relative; }

section.result > div > div {
  height: auto;
  padding-left: 0px;
  padding-right: 0px; }
  @media (min-width: 1024px) {
    section.result > div > div {
      padding-left: 20px;
      padding-right: 20px; } }

.result-container > .liquid-container {
  z-index: 1; }

@media (max-width: 767px) and (hover: none) {
  .resultOptions {
    position: absolute;
    top: 0;
    right: 0; }
  section.result .largecomparison .result-wrapper {
    top: -10px; } }

div.resultHasAverage p {
  font: 9px/10px fontregular, Arial, Sans-Serif;
  margin: 20px 0 0;
  text-align: center; }
  @media (min-width: 374px) {
    div.resultHasAverage p {
      font: 11px/12px fontregular, Arial, Sans-Serif; } }
  @media (min-width: 768px), (hover: hover) {
    div.resultHasAverage p {
      font: 13px/14px fontregular, Arial, Sans-Serif; } }

/* Tijdelijk nijmegen opmaak*/
.ember-view.graph {
  position: relative;
  clear: both;
  height: 3rem;
  min-height: initial;
  max-width: 84%; }
  @media (min-width: 768px), (hover: hover) {
    .ember-view.graph {
      height: 5rem; } }
  .ember-view.graph .graph-column {
    -webkit-transition: width 1s ease;
    -o-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -ms-transition: width 1s ease;
    -kthtml-transition: width 1s ease;
    transition: width 1s ease;
    text-align: center;
    float: left;
    height: 3rem;
    padding: 0;
    font-weight: bold;
    width: 0%; }
    @media (min-width: 768px), (hover: hover) {
      .ember-view.graph .graph-column {
        height: 5rem;
        padding: 1rem 0; } }
    .ember-view.graph .graph-column:nth-child(1) .showMoney {
      z-index: 1; }
    .ember-view.graph .graph-column:nth-child(2) .showMoney {
      z-index: 2; }
    .ember-view.graph .graph-column:nth-child(3) .showMoney {
      z-index: 3; }
    .ember-view.graph .graph-column:nth-child(4) .showMoney {
      z-index: 4; }
    .ember-view.graph .graph-column:nth-child(5) .showMoney {
      z-index: 5; }
    .ember-view.graph .graph-column:nth-child(6) .showMoney {
      z-index: 6; }
    .ember-view.graph .graph-column:nth-child(7) .showMoney {
      z-index: 7; }
    .ember-view.graph .graph-column:nth-child(8) .showMoney {
      z-index: 8; }
    .ember-view.graph .graph-column:nth-child(9) .showMoney {
      z-index: 9; }
    .ember-view.graph .graph-column:nth-child(8) .showMoney {
      z-index: 10; }
    .ember-view.graph .graph-column.property {
      background-color: #00437A; }
      .compare .ember-view.graph .graph-column.property {
        background-color: rgba(0, 67, 122, 0.5); }
      .ember-view.graph .graph-column.property .showMoney span:before {
        color: #00437A;
        content: ""; }
    .ember-view.graph .graph-column.waste {
      background-color: #305A71; }
      .compare .ember-view.graph .graph-column.waste {
        background-color: rgba(48, 90, 113, 0.5); }
      .ember-view.graph .graph-column.waste .showMoney span:before {
        color: #305A71;
        content: ""; }
    .ember-view.graph .graph-column.garbage {
      background-color: #5F7169; }
      .compare .ember-view.graph .graph-column.garbage {
        background-color: rgba(95, 113, 105, 0.5); }
      .ember-view.graph .graph-column.garbage .showMoney span:before {
        color: #5F7169;
        content: ""; }
    .ember-view.graph .graph-column.parking {
      background-color: #8F8860; }
      .compare .ember-view.graph .graph-column.parking {
        background-color: rgba(143, 136, 96, 0.5); }
      .ember-view.graph .graph-column.parking .showMoney span:before {
        color: #8F8860;
        content: ""; }
    .ember-view.graph .graph-column.dog {
      background-color: #8F8860; }
      .compare .ember-view.graph .graph-column.dog {
        background-color: rgba(143, 136, 96, 0.5); }
      .ember-view.graph .graph-column.dog .showMoney span:before {
        color: #8F8860;
        content: ""; }
    .ember-view.graph .graph-column.fees {
      background-color: #aaa; }
      .compare .ember-view.graph .graph-column.fees {
        background-color: rgba(170, 170, 170, 0.5); }
      .ember-view.graph .graph-column.fees .showMoney span:before {
        color: #aaa;
        content: ""; }
    .ember-view.graph .graph-column.advertising {
      background-color: #aaa; }
      .compare .ember-view.graph .graph-column.advertising {
        background-color: rgba(170, 170, 170, 0.5); }
      .ember-view.graph .graph-column.advertising .showMoney span:before {
        color: #aaa;
        content: ""; }
    .ember-view.graph .graph-column.biz {
      background-color: #aaa; }
      .compare .ember-view.graph .graph-column.biz {
        background-color: rgba(170, 170, 170, 0.5); }
      .ember-view.graph .graph-column.biz .showMoney span:before {
        color: #aaa;
        content: ""; }
    .ember-view.graph .graph-column.tourist {
      background-color: #aaa; }
      .compare .ember-view.graph .graph-column.tourist {
        background-color: rgba(170, 170, 170, 0.5); }
      .ember-view.graph .graph-column.tourist .showMoney span:before {
        color: #aaa;
        content: ""; }
    .ember-view.graph .graph-column.commuter {
      background-color: #aaa; }
      .compare .ember-view.graph .graph-column.commuter {
        background-color: rgba(170, 170, 170, 0.5); }
      .ember-view.graph .graph-column.commuter .showMoney span:before {
        color: #aaa;
        content: ""; }
    .ember-view.graph .graph-column.water-authority {
      background-color: #aaa; }
      .compare .ember-view.graph .graph-column.water-authority {
        background-color: rgba(170, 170, 170, 0.5); }
      .ember-view.graph .graph-column.water-authority .showMoney span:before {
        color: #aaa;
        content: ""; }
    .ember-view.graph .graph-column.wa-purification {
      background-color: #00437A; }
      .compare .ember-view.graph .graph-column.wa-purification {
        background-color: rgba(0, 67, 122, 0.5); }
      .ember-view.graph .graph-column.wa-purification .showMoney span:before {
        color: #00437A;
        content: ""; }
    .ember-view.graph .graph-column.wa-pollution {
      background-color: #305A71; }
      .compare .ember-view.graph .graph-column.wa-pollution {
        background-color: rgba(48, 90, 113, 0.5); }
      .ember-view.graph .graph-column.wa-pollution .showMoney span:before {
        color: #305A71;
        content: ""; }
    .ember-view.graph .graph-column.wa-system {
      background-color: #5F7169; }
      .compare .ember-view.graph .graph-column.wa-system {
        background-color: rgba(95, 113, 105, 0.5); }
      .ember-view.graph .graph-column.wa-system .showMoney span:before {
        color: #5F7169;
        content: ""; }
    .ember-view.graph .graph-column.wa-roads {
      background-color: #8F8860; }
      .compare .ember-view.graph .graph-column.wa-roads {
        background-color: rgba(143, 136, 96, 0.5); }
      .ember-view.graph .graph-column.wa-roads .showMoney span:before {
        color: #8F8860;
        content: ""; }
    .ember-view.graph .graph-column.average {
      position: relative; }
      .ember-view.graph .graph-column.average:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        background: url("../images/stripes.png") repeat; }
    .ember-view.graph .graph-column.overlay {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 100%;
      /* 	  		background:url('../images/graph-overlay.png'); */
      background-size: 100%;
      background-size: 100% 100%;
      pointer-events: none;
      top: 0;
      bottom: 0; }
    .ember-view.graph .graph-column.total {
      height: auto;
      position: absolute;
      top: -32px;
      overflow: visible;
      padding: 9px 0 0; }
      .ember-view.graph .graph-column.total .graphTotal {
        display: block;
        font-family: robotolight, arial, sans-serif;
        font-weight: normal;
        font-size: 16px;
        padding-bottom: 10px;
        position: absolute;
        top: -10px;
        min-width: 4rem;
        width: 100%;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        margin: 0; }
      .ember-view.graph .graph-column.total:after {
        content: "";
        width: 100%;
        height: 7px;
        display: block;
        border: 1px solid #cccccc;
        border-width: 1px 1px 0px 1px; }
      .ember-view.graph .graph-column.total:before {
        content: "";
        width: 1px;
        height: 7px;
        background: #cccccc;
        display: block;
        margin: 1px auto 0; }
    @media (min-width: 768px), (hover: hover) {
      .ember-view.graph .graph-column.total {
        top: -60px;
        padding: 1rem 0; }
        .ember-view.graph .graph-column.total:after {
          height: 15px; }
        .ember-view.graph .graph-column.total:before {
          height: 15px; }
        .ember-view.graph .graph-column.total .graphTotal {
          font-size: 1.2em; } }

@media (max-width: 767px) and (hover: none) {
  .result-wrapper .comparisonTableWrapper.liquid-container {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 10px; } }

.result-wrapper table {
  width: 100%; }
  .result-wrapper table.comparisonTable tr.self,
  .result-wrapper table.comparisonTable tr.current {
    background: url(../images/greyzz.png) repeat; }
  .result-wrapper table tr.hidden td {
    display: none; }
  .result-wrapper table td.tax,
  .result-wrapper table td.total {
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 80px;
    position: relative;
    white-space: nowrap; }
    @media (min-width: 1024px) {
      .result-wrapper table td.tax,
      .result-wrapper table td.total {
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
        min-width: 90px; } }
  .result-wrapper table td.average:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: url("../images/stripes.png") repeat; }
  .result-wrapper table tbody td, .result-wrapper table tbody th {
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    text-align: center; }
    .result-wrapper table tbody td:first-child, .result-wrapper table tbody th:first-child {
      vertical-align: middle;
      text-align: right; }
    .result-wrapper table tbody td.graphTitleWrap, .result-wrapper table tbody th.graphTitleWrap {
      position: relative;
      display: table-cell;
      height: 3.5rem;
      float: none;
      top: 0;
      color: #5d5d5d;
      font: 9px/10px fontregular, Arial, Sans-Serif;
      letter-spacing: 0.5px;
      min-width: 80px;
      word-break: normal;
      padding: 5px 20px; }
      .result-wrapper table tbody td.graphTitleWrap .oldData, .result-wrapper table tbody th.graphTitleWrap .oldData {
        top: 0;
        left: 7px;
        margin-top: 0;
        font-size: 10px;
        padding: 4px; }
      @media (min-width: 374px) {
        .result-wrapper table tbody td.graphTitleWrap, .result-wrapper table tbody th.graphTitleWrap {
          font: 11px/12px fontregular, Arial, Sans-Serif;
          min-width: 120px; } }
      @media (min-width: 768px), (hover: hover) {
        .result-wrapper table tbody td.graphTitleWrap, .result-wrapper table tbody th.graphTitleWrap {
          font: 13px/14px fontregular, Arial, Sans-Serif;
          word-break: normal;
          min-width: 200px; } }
    .result-wrapper table tbody td p, .result-wrapper table tbody th p {
      padding: 5px 20px; }
  .result-wrapper table td:last-child {
    border-right: none;
    width: 100%;
    text-align: left; }
  .result-wrapper table thead th {
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    height: 170px;
    position: relative; }
    .result-wrapper table thead th:first-child {
      width: 200px; }
    .result-wrapper table thead th div {
      transform: translate(16px, 80px) rotate(300deg);
      width: 130px;
      bottom: 140px;
      position: absolute;
      overflow: visible; }
      .result-wrapper table thead th div::before {
        display: block;
        background-color: #e6e6e6;
        position: absolute;
        content: '';
        left: -36px;
        top: -28px;
        width: 100px;
        height: 1px; }
  .result-wrapper table *.property {
    color: #00437A; }
  .result-wrapper table *.waste {
    color: #305A71; }
  .result-wrapper table *.garbage {
    color: #5F7169; }
  .result-wrapper table *.parking {
    color: #8F8860; }
  .result-wrapper table *.dog {
    color: #8F8860; }
  .result-wrapper table *.fees {
    color: #aaa; }
  .result-wrapper table *.advertising {
    color: #aaa; }
  .result-wrapper table *.biz {
    color: #aaa; }
  .result-wrapper table *.tourist {
    color: #aaa; }
  .result-wrapper table *.commuter {
    color: #aaa; }
  .result-wrapper table *.water-authority {
    color: #aaa; }
  .result-wrapper table *.wa-purification {
    color: #00437A; }
  .result-wrapper table *.wa-pollution {
    color: #305A71; }
  .result-wrapper table *.wa-system {
    color: #5F7169; }
  .result-wrapper table *.wa-roads {
    color: #8F8860; }

.graphDiffWrap {
  border-left: solid 1px #313131;
  width: 10%;
  float: right;
  height: 3rem;
  text-align: center;
  font-weight: bold;
  padding: 1rem 0;
  white-space: nowrap;
  font-size: 11px;
  margin-left: 1%;
  margin-right: -1%;
  position: relative; }
  @media (min-width: 1024px) {
    .graphDiffWrap {
      width: 7%; } }
  @media (min-width: 768px), (hover: hover) {
    .graphDiffWrap {
      font-size: 0.9em; } }

h2.averagesTitle, h2.chargesTitle {
  margin-bottom: 25px; }

@media (max-width: 767px) and (hover: none) {
  div.singleGraph .graphTitleWrap {
    float: left;
    display: table;
    height: auto;
    position: absolute;
    top: 100%;
    width: 100%; }
    div.singleGraph .graphTitleWrap p {
      padding: 3px 0px;
      text-align: left; }
    div.singleGraph .graphTitleWrap .oldData {
      margin-top: -44px; }
  div.singleGraph .ember-view.graph {
    max-width: 100%; }
  div.singleGraph span.oldData {
    left: 0; } }
  @media (max-width: 767px) and (hover: none) and (min-width: 768px), (max-width: 767px) and (hover: none) and (hover: hover) {
    div.singleGraph span.oldData {
      left: auto; } }

@media (max-width: 767px) and (hover: none) {
  .comparisonGraph .ember-view.graph .graph-column.total {
    display: block;
    left: 0;
    right: auto;
    position: relative; }
    .comparisonGraph .ember-view.graph .graph-column.total span {
      display: block !important;
      font-size: 11px;
      font-weight: bold;
      text-indent: 12px;
      margin: 3px 0;
      white-space: nowrap;
      padding-bottom: 0;
      position: relative;
      text-align: right;
      top: 0; } }

div.singleGraph:last-of-type {
  padding-top: 70px;
  padding-bottom: 50px; }
  @media (min-width: 768px), (hover: hover) {
    div.singleGraph:last-of-type {
      padding-top: 40px;
      padding-bottom: 78px; } }
  div.singleGraph:last-of-type .ember-view.graph .graph-column.total {
    height: auto;
    position: absolute;
    bottom: -32px;
    top: auto;
    overflow: visible;
    padding: 9px 0; }
    div.singleGraph:last-of-type .ember-view.graph .graph-column.total .graphTotal {
      font-family: robotolight, arial, sans-serif;
      font-weight: normal;
      padding-bottom: 10px;
      position: absolute;
      bottom: -20px;
      top: auto;
      width: 100%;
      text-align: center; }
    div.singleGraph:last-of-type .ember-view.graph .graph-column.total:before {
      content: "";
      width: 100%;
      height: 9px;
      display: block;
      border: 1px solid #cccccc;
      border-width: 0px 1px 1px 1px;
      background: none;
      /*position:absolute;
		 		bottom:31px;*/ }
    div.singleGraph:last-of-type .ember-view.graph .graph-column.total:after {
      content: "";
      width: 1px;
      height: 7px;
      background: #cccccc;
      border: none;
      display: block;
      margin: 0 auto 1px; }
  div.singleGraph:last-of-type .graphTitleWrap {
    top: 45px; }
    div.singleGraph:last-of-type .graphTitleWrap .oldData {
      margin-top: 28px; }
  @media (min-width: 768px), (hover: hover) {
    div.singleGraph:last-of-type .graphTitleWrap {
      top: 0; }
    div.singleGraph:last-of-type .ember-view.graph .graph-column.total {
      padding: 1rem 0;
      bottom: -63px; }
      div.singleGraph:last-of-type .ember-view.graph .graph-column.total:after {
        height: 15px; }
      div.singleGraph:last-of-type .ember-view.graph .graph-column.total:before {
        height: 15px; }
      div.singleGraph:last-of-type .ember-view.graph .graph-column.total .graphTotal {
        font-size: 1.2em; } }

.singleGraph, .comparisonGraph {
  padding-top: 50px;
  position: relative; }
  @media (min-width: 768px), (hover: hover) {
    .singleGraph, .comparisonGraph {
      padding-top: 80px;
      position: static; } }
  .singleGraph p, .comparisonGraph p {
    font-size: 12px;
    text-align: right;
    margin-bottom: 0;
    padding: 0 1rem; }
    @media (min-width: 768px), (hover: hover) {
      .singleGraph p, .comparisonGraph p {
        font-size: 0.85em; } }
  .singleGraph .graph:after, .comparisonGraph .graph:after {
    content: "";
    clear: both;
    display: block; }
  .singleGraph:hover, .comparisonGraph:hover {
    z-index: +1; }
  .singleGraph .totalSide, .comparisonGraph .totalSide {
    font-family: robotolight, arial, sans-serif;
    padding-top: 1px;
    margin-right: -6rem; }
    .singleGraph .totalSide span, .comparisonGraph .totalSide span {
      font-size: 0.9em;
      text-align: left;
      font-weight: bold;
      text-indent: 12px;
      margin: 5px 0;
      white-space: nowrap; }

.graphTitleWrap {
  display: table;
  position: relative;
  float: left;
  height: 50px;
  top: 52px; }
  @media (min-width: 768px), (hover: hover) {
    .graphTitleWrap {
      top: 0;
      position: relative;
      width: 30%;
      height: 5rem; } }
  @media (min-width: 1024px) {
    .graphTitleWrap {
      height: 5rem;
      width: 23%; } }
  .graphTitleWrap p {
    display: table-cell;
    vertical-align: middle;
    text-align: right; }
  .graphTitleWrap span.oldData {
    font-family: robotobold, arial, sans-serif;
    font-size: 14px;
    color: #333;
    position: absolute;
    z-index: 1;
    transform: rotate(320deg);
    border-radius: 2px;
    padding: 6px;
    margin-left: -3px;
    margin-top: 28px;
    background: #fff;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3); }
    .comparisonGraphs .graphTitleWrap span.oldData {
      margin-left: 0px;
      margin-top: 14px;
      font-size: 10px;
      padding: 4px; }

.graphWrap {
  float: right;
  margin-left: 1%;
  border-left: solid 1px #313131;
  padding-left: 0;
  position: relative;
  width: 100%; }
  @media (min-width: 768px), (hover: hover) {
    .graphWrap {
      width: 69%; } }
  @media (min-width: 1024px) {
    .graphWrap {
      width: 76%; } }

.comparisonGraphs.withDiff .graphWrap {
  width: 59%; }
  @media (min-width: 768px), (hover: hover) {
    .comparisonGraphs.withDiff .graphWrap {
      width: 59%; } }
  @media (min-width: 1024px) {
    .comparisonGraphs.withDiff .graphWrap {
      width: 67%; } }

.comparisonGraph.self:before,
.comparisonGraph.current:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url(../images/greyzz.png) repeat;
  opacity: 1;
  /* z-index: 0; */ }

.singlePrice {
  display: block;
  color: #fff;
  font-size: 0.9em;
  font-weight: normal;
  margin-top: 13px; }
  .singlePrice .showMoney {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 0;
    position: relative;
    top: -14px;
    margin: 0 -70px;
    display: block;
    white-space: nowrap;
    pointer-events: none;
    z-index: 3; }
    .singlePrice .showMoney span {
      -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
      background: #fff;
      padding: 5px 10px 5px 12px;
      border-radius: 2px;
      white-space: nowrap;
      display: inline-block;
      position: relative;
      color: #333;
      padding: 5px 10px 5px 12px;
      border-radius: 2px;
      white-space: nowrap;
      display: inline-block;
      position: relative;
      color: #555;
      font-size: 12px; }
      .singlePrice .showMoney span:before {
        font-family: 'Overbetuwe';
        content: "";
        display: block;
        float: left;
        width: 16px;
        height: 16px;
        width: 14px;
        height: 14px;
        margin-right: 4px;
        margin-left: -6px; }
      .singlePrice .showMoney span:after {
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -4px;
        margin-top: -4px;
        background: #fff;
        transform: rotate(-45deg);
        box-shadow: -2px 2px 1px 0px rgba(0, 0, 0, 0.2); }
  .graph .graph-column:nth-of-type(2n+2) .singlePrice .showMoney {
    top: 5px; }
    .graph .graph-column:nth-of-type(2n+2) .singlePrice .showMoney span:after {
      top: auto;
      bottom: 100%;
      border-top: none;
      margin-top: 0;
      margin-bottom: -4px;
      box-shadow: 1px -1px 1px 0px rgba(0, 0, 0, 0.2); }
  .graph:hover .graph-column.visible:hover .singlePrice .showMoney {
    z-index: 10; }
  .graph:hover .graph-column.visible .singlePrice .showMoney {
    opacity: 1;
    top: -25px; }
    @media (min-width: 768px), (hover: hover) {
      .graph:hover .graph-column.visible .singlePrice .showMoney {
        top: -40px; } }
    .comparisonGraph .graph:hover .graph-column.visible .singlePrice .showMoney {
      top: -21px; }
    .comparisonGraph.withCompare .main .graph:hover .graph-column.visible .singlePrice .showMoney {
      top: -25px; }
    .comparisonGraph.withCompare .compare .graph:hover .graph-column.visible .singlePrice .showMoney {
      top: -29px; }
    .graph-3 .graph:hover .graph-column.visible .singlePrice .showMoney {
      top: -28px; }
  .graph:hover .graph-column.visible:nth-of-type(2n+2) .singlePrice .showMoney {
    top: 25px; }
    @media (min-width: 768px), (hover: hover) {
      .graph:hover .graph-column.visible:nth-of-type(2n+2) .singlePrice .showMoney {
        top: 40px; } }
    .comparisonGraph .graph:hover .graph-column.visible:nth-of-type(2n+2) .singlePrice .showMoney {
      top: 12px; }
    .comparisonGraph.withCompare .main .graph:hover .graph-column.visible:nth-of-type(2n+2) .singlePrice .showMoney {
      top: 10px; }
    .comparisonGraph.withCompare .compare .graph:hover .graph-column.visible:nth-of-type(2n+2) .singlePrice .showMoney {
      top: 8px; }
    @media (min-width: 768px), (hover: hover) {
      .graph-3 .graph:hover .graph-column.visible:nth-of-type(2n+2) .singlePrice .showMoney {
        top: 35px; } }

.totalSide {
  display: none; }

.graph-3 div.singleGraph.firstPage {
  padding-top: 70px; }
  @media (min-width: 768px), (hover: hover) {
    .graph-3 div.singleGraph.firstPage {
      padding-top: 50px; } }
  .graph-3 div.singleGraph.firstPage:first-of-type {
    padding-top: 50px; }
    @media (min-width: 768px), (hover: hover) {
      .graph-3 div.singleGraph.firstPage:first-of-type {
        padding-top: 50px; } }
  @media (min-width: 768px), (hover: hover) {
    .graph-3 div.singleGraph.firstPage:last-of-type {
      padding-top: 50px;
      padding-bottom: 42px; } }
  @media (min-width: 768px), (hover: hover) {
    .graph-3 div.singleGraph.firstPage .ember-view.graph {
      height: 4rem; } }
  @media (min-width: 768px), (hover: hover) {
    .graph-3 div.singleGraph.firstPage .ember-view.graph .graph-column {
      height: 4rem; } }
  @media (min-width: 768px), (hover: hover) {
    .graph-3 div.singleGraph.firstPage .ember-view.graph .graph-column .singlePrice {
      margin-top: 0px; } }
  .graph-3 div.singleGraph.firstPage .ember-view.graph .graph-column.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* 				background:url('../images/graph-overlay.png'); */
    background-size: 100%;
    background-size: 100% 100%;
    pointer-events: none; }
  .graph-3 div.singleGraph.firstPage .ember-view.graph .graph-column.total {
    height: auto; }
    @media (min-width: 768px), (hover: hover) {
      .graph-3 div.singleGraph.firstPage .ember-view.graph .graph-column.total {
        top: -36px; } }
    .graph-3 div.singleGraph.firstPage .ember-view.graph .graph-column.total:before, .graph-3 div.singleGraph.firstPage .ember-view.graph .graph-column.total:after {
      height: 7px; }
  .graph-3 div.singleGraph.firstPage:last-of-type .ember-view.graph .graph-column.total {
    top: auto; }
    @media (min-width: 768px), (hover: hover) {
      .graph-3 div.singleGraph.firstPage:last-of-type .ember-view.graph .graph-column.total {
        bottom: -36px; } }

/* Comparisons */
.comparisonGraphsInner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: height 1s ease; }

.comparisonGraphs {
  padding-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  position: relative; }
  .situations .comparisonGraphs,
  .taxplans .comparisonGraphs {
    /*
		Removed for absolute positioning graphBars
		overflow-y: hidden;
		height: auto;
		*/ }

.result-container .comparisonGraphs {
  margin-bottom: 0px; }

.comparisonTitle {
  margin-bottom: 25px; }

.comparisonGraph {
  padding-top: 0;
  height: 2rem;
  height: 3rem;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -kthtml-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  width: 100%;
  clear: both; }
  .comparisonGraph:hover {
    z-index: +2; }
  .comparisonGraph.current, .comparisonGraph.self {
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    background: #f5f5f5; }
  .comparisonGraph.hidden {
    height: 0;
    overflow: hidden; }
    .comparisonGraph.hidden span.oldData {
      display: none; }
  .comparisonGraph.ghost {
    opacity: .5; }
  .comparisonGraph .graphWrap {
    width: 69%;
    height: 2rem;
    height: 3rem;
    opacity: 1;
    transition: opacity .5s ease; }
    .comparisonGraph .graphWrap.withDiff {
      width: 65%; }
  .comparisonGraph .graphTitleWrap {
    height: 3rem;
    width: 28%;
    top: 0; }
    .comparisonGraph .graphTitleWrap p {
      font: 9px/10px fontregular, Arial, Sans-Serif;
      padding: 0;
      letter-spacing: 0.5px; }
    @media (min-width: 374px) {
      .comparisonGraph .graphTitleWrap p {
        font: 11px/12px fontregular, Arial, Sans-Serif; } }
    @media (min-width: 768px), (hover: hover) {
      .comparisonGraph .graphTitleWrap {
        width: 23%; }
        .comparisonGraph .graphTitleWrap p {
          font: 13px/14px fontregular, Arial, Sans-Serif;
          word-break: normal; } }
    section#council .comparisonGraph .graphTitleWrap p.navigable:hover {
      cursor: pointer;
      font: 13px/14px fontbold, Arial, Sans-Serif;
      text-decoration: underline; }
  .comparisonGraph .totalSide {
    display: block; }
    .comparisonGraph .totalSide span {
      display: block; }
  .comparisonGraph .ember-view.graph {
    height: 1rem;
    margin: 0.5rem 0;
    margin-right: 0rem;
    max-width: 97%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -kthtml-transition: all 1s ease;
    transition: all 1s ease;
    /* 		&:hover .graph-column.visible:nth-of-type(2n+2) .showMoney { */
    /* 			top:12px; */
    /* 			.graph-3 & { */
    /* 				top:32px; */
    /* 			} */
    /* 		} */ }
    .comparisonGraph .ember-view.graph .graph-column {
      height: 1rem;
      padding: 0; }
      .comparisonGraph .ember-view.graph .graph-column .singlePrice {
        margin: 4px 0 0;
        height: 0; }
      .comparisonGraph .ember-view.graph .graph-column.overlay {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        /* 				background:url('../images/graph-overlay.png'); */
        background-size: 100%;
        background-size: 100% 100%;
        pointer-events: none; }
    .comparisonGraph .ember-view.graph .totalSide {
      right: auto;
      width: 100%;
      top: 13px;
      position: absolute;
      font-size: 12px;
      margin-right: 0;
      display: none; }
      .comparisonGraph .ember-view.graph .totalSide span {
        text-align: right; }
    @media (min-width: 768px), (hover: hover) {
      .comparisonGraph .ember-view.graph {
        height: 1.6rem;
        margin: 0.7rem 0;
        margin-right: 6rem; }
        .totals-millions .comparisonGraph .ember-view.graph {
          margin-right: 7rem; }
        .comparisonGraph .ember-view.graph .graph-column {
          height: 1.6rem; }
        .comparisonGraph .ember-view.graph .totalSide {
          display: block;
          right: initial;
          width: auto !important;
          top: initial;
          position: static;
          font-size: 16px; }
          .comparisonGraph .ember-view.graph .totalSide span {
            text-align: left; } }
  .comparisonGraph.withCompare .graphWrap.main .ember-view.graph .totalSide span {
    margin: 0px; }
  .comparisonGraph.withCompare .graphWrap.main .ember-view.graph, .comparisonGraph.withCompare .graphWrap.main .ember-view.graph .graph-column {
    height: 1.2rem; }
  .comparisonGraph .graphWrap.compare.hidden {
    height: 0;
    visibility: hidden; }
    .comparisonGraph .graphWrap.compare.hidden .ember-view.graph {
      margin: 0 6rem 0 0; }
      .comparisonGraph .graphWrap.compare.hidden .ember-view.graph, .comparisonGraph .graphWrap.compare.hidden .ember-view.graph .graph-column {
        height: 0; }
      .comparisonGraph .graphWrap.compare.hidden .ember-view.graph .hoverColumn, .comparisonGraph .graphWrap.compare.hidden .ember-view.graph .totalSide, .comparisonGraph .graphWrap.compare.hidden .ember-view.graph .total {
        display: none !important; }
  .comparisonGraph.withCompare .graphWrap.compare .ember-view.graph .totalSide span {
    font-size: 0.6rem;
    margin: 0px; }
  .comparisonGraph.withCompare .graphWrap.compare .ember-view.graph, .comparisonGraph.withCompare .graphWrap.compare .ember-view.graph .graph-column {
    height: 0.8rem; }
  .comparisonGraph.withCompare .graphWrap.main .ember-view.graph {
    margin: .3rem 5rem .2rem 0; }
  .comparisonGraph.withCompare .graphWrap.compare .ember-view.graph {
    margin: .2rem 5rem .3rem 0; }
  @media (min-width: 768px), (hover: hover) {
    .comparisonGraph {
      height: 3rem; }
      .comparisonGraph .graphTitleWrap {
        height: 3rem; }
      .comparisonGraph .graphWrap {
        width: 75%;
        height: auto; }
      .comparisonGraph.withCompare .graphWrap.main .ember-view.graph {
        margin: .3rem 6rem .2rem 0; }
      .comparisonGraph.withCompare .graphWrap.compare .ember-view.graph {
        margin: .2rem 6rem .3rem 0; } }
  .comparisonGraph span.comparisonTaxplan {
    position: absolute;
    right: 100%;
    margin-right: 10px;
    top: -2px;
    font: 13px/14px fontregular, Arial, Sans-Serif;
    font-weight: normal;
    opacity: 0;
    transition: all ease 0.3s;
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
    background: #e2e2e2;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
    /*&:after{
	 		content: "";
		    border-bottom: 8px solid transparent;
		    border-top: 8px solid transparent;
		    border-left: 8px solid darken($color-background,8%);;
		    width: 0;
		    height: 0;
		    position: absolute;
		    top: 50%;
		    left: 100%;
		    margin-right: -8px;
		    margin-top:-8px;
	 	}*/ }
  .comparisonGraph .graphWrap.compare {
    position: relative; }
  .comparisonGraph .compare:hover span.comparisonTaxplan {
    opacity: 1;
    max-width: 150px; }
  .comparisonGraph .ember-view.graph .graph-column.total {
    height: auto;
    position: absolute;
    right: 0;
    top: 15px;
    color: #000;
    overflow: visible; }
    .comparisonGraph .ember-view.graph .graph-column.total:before, .comparisonGraph .ember-view.graph .graph-column.total:after, .comparisonGraph .ember-view.graph .graph-column.total .graphTotal {
      display: none; }

@media (max-width: 767px) and (hover: none) {
  .graphLocality {
    display: none; }
  .comparisonGraphsInner.withCompare .comparisonGraph:not(.withCompare) .graphWrap {
    padding-top: 0.7rem; }
  .comparisonGraphsInner.withCompare .ember-view.graph {
    margin: .3rem 5rem .2rem 0; }
    .comparisonGraphsInner.withCompare .ember-view.graph .graph-column.total {
      height: auto;
      position: absolute;
      right: 0;
      top: 0;
      color: #000;
      overflow: visible; }
      .comparisonGraphsInner.withCompare .ember-view.graph .graph-column.total .graphTotal {
        left: 100%;
        position: absolute;
        width: auto;
        margin: 0;
        font-size: 10px;
        text-align: left;
        text-indent: 6px;
        top: 3px; } }

@-webkit-keyframes ltr {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    right: 30%; }
  50% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    right: 0%; } }

@keyframes ltr {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    right: 30%; }
  50% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    right: 0%; } }

@-webkit-keyframes rtl {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 30%; }
  50% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0%; } }

@keyframes rtl {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 30%; }
  50% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0%; } }

@-webkit-keyframes ttb {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    top: 30%; }
  50% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0%; } }

@keyframes ttb {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    top: 30%; }
  50% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0%; } }

@-webkit-keyframes btt {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    top: 10%; }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0%; } }

@keyframes btt {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    top: 10%; }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0%; } }

@-webkit-keyframes btt2 {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0%; }
  80% {
    top: 0%;
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    top: 10%; } }

@keyframes btt2 {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0%; }
  80% {
    top: 0%;
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    top: 10%; } }

/* Colors */
/* Algemeen */
.budget-container {
  background: linear-gradient(0deg, #fff 85%, #f5f5f5 100%);
  height: 100%; }

section.budget {
  position: relative;
  height: 100%;
  /* Budget is not mobile-friendly */
  /* Accordion */
  /* Charts */ }
  section.budget span.mln {
    font-size: 0.8em;
    color: #bbb !important;
    font-weight: 400;
    margin-left: 2px;
    display: none; }
  section.budget .columns {
    height: 100%; }
  @media (min-width: 768px), (hover: hover) {
    section.budget .leftside,
    section.budget .middlesection,
    section.budget .rightside {
      height: 600px; } }
  section.budget section > .row {
    height: 100%;
    position: relative; }
    section.budget section > .row > .charts-container {
      z-index: 1;
      width: 26%;
      position: absolute;
      margin-left: -13%;
      left: 50%;
      height: 100%;
      height: 400px;
      overflow: hidden;
      margin-top: 8%;
      margin-top: 92px;
      display: none; }
      @media (min-width: 1024px) {
        section.budget section > .row > .charts-container {
          display: block; } }
    section.budget section > .row .liquid-child > .charts {
      position: relative;
      width: 100%;
      height: 100%;
      display: none; }
      @media (min-width: 1024px) {
        section.budget section > .row .liquid-child > .charts {
          margin-top: -36px;
          display: block; } }
      @media (min-width: 1300px) {
        section.budget section > .row .liquid-child > .charts {
          margin-top: 0px; } }
    section.budget section > .row > .charts {
      z-index: 1;
      width: 26%;
      padding: 0 20px;
      position: absolute;
      margin-left: -13%;
      left: 50%;
      height: 100%;
      overflow: hidden;
      margin-top: 5%; }
    section.budget section > .row > .charts,
    section.budget section > .row > .charts-container {
      transition: left 0.5s cubic-bezier(0.4, 0, 0, 1); }
      section.budget section > .row > .charts.deep,
      section.budget section > .row > .charts-container.deep {
        left: 13%;
        z-index: 0; }
  section.budget .budget-chart {
    width: 40%;
    position: absolute; }
    section.budget .budget-chart .chart-container, section.budget .budget-chart .highcharts-wrapper {
      position: relative;
      width: 100%;
      height: 100%; }
    section.budget .budget-chart.revenues {
      right: 10%;
      float: left;
      min-width: 80%;
      margin-right: 3px;
      height: 80%; }
      section.budget .budget-chart.revenues > div {
        height: 100%; }
    section.budget .budget-chart.expenses {
      left: 50%;
      margin-left: 3px;
      min-width: 80%;
      height: 80%; }
      section.budget .budget-chart.expenses > div {
        height: 100%; }
    section.budget .budget-chart path.politics {
      color: red; }
  section.budget .deep.charts {
    margin-right: 21px; }
    @media (min-width: 1024px) {
      section.budget .deep.charts {
        margin-right: 2px; } }
    @media (min-width: 1300px) {
      section.budget .deep.charts {
        margin-right: 11px; } }
  section.budget h1 {
    margin-bottom: 0;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    font: 17px/23px fontregular, Arial, sans-serif; }
  section.budget section > .row > h1 {
    text-align: center;
    color: #ccc;
    margin-top: 20px;
    text-transform: uppercase; }
  section.budget h2 {
    font: 18px/25px fontregular, Arial, sans-serif;
    font-weight: 400; }
  section.budget p {
    font-size: 11px;
    line-height: 18px;
    color: #757575;
    max-width: 100%; }
  section.budget li {
    color: #757575; }
  section.budget h3 {
    font: regular;
    font-size: 15px;
    line-height: 25px;
    /*font-weight: bold;*/
    margin-bottom: 0; }
  @media (min-width: 768px), (hover: hover) {
    section.budget {
      font: 20px/27px fontregular, Arial, sans-serif; } }
  @media (min-width: 1024px) {
    section.budget h1 {
      font: 23px/31px fontregular, Arial, sans-serif; }
    section.budget h2 {
      font: 25px/31px fontregular, Arial, sans-serif; }
    section.budget p {
      font-size: 12px;
      line-height: 22px; }
    section.budget h3 {
      font: regular;
      font-size: 15px;
      line-height: 25px;
      /*font-weight: bold;*/
      margin-bottom: 0; } }
  section.budget .index-container {
    padding-top: 57px; }
  @media (min-width: 1300px) {
    section.budget p {
      font-size: 14px;
      line-height: 25px; } }
  section.budget .labels {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
  section.budget .revenues-label {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-family: fontbold;
    background: #60afa7;
    padding: 10px;
    line-height: 17px;
    position: absolute;
    right: 50%;
    margin-right: 3px; }
  section.budget .revenues-label:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #60afa7;
    margin-top: -12px; }
  section.budget .expenses-label {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-family: fontbold;
    background: #c3426e;
    padding: 10px;
    line-height: 17px;
    position: absolute;
    left: 50%;
    margin-left: 3px; }
  section.budget .expenses-label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #c3426e;
    margin-top: -12px; }
  section.budget #totals {
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0; }
  section.budget .revenues-total {
    display: block;
    color: #bbb;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 17px;
    position: absolute;
    margin-right: 4px;
    padding-right: 13px;
    right: 50%;
    text-align: right; }
    section.budget .revenues-total:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      box-shadow: inset -1px 0 0 0 #ddd;
      /* border-radius: 50%; */
      /* left: 50%; */
      width: 100%;
      height: 150px;
      z-index: 1; }
    section.budget .revenues-total:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      border-radius: 50%;
      left: 100%;
      width: 3px;
      margin-left: -2px;
      height: 110px;
      z-index: 1;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,f6f6f6+100&1+8,0+100 */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjZjZmNmY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, #f6f6f6 0%, #f6f6f6 8%, rgba(246, 246, 246, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #f6f6f6 0%, #f6f6f6 8%, rgba(246, 246, 246, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #f6f6f6 0%, #f6f6f6 8%, rgba(246, 246, 246, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#00f6f6f6',GradientType=0 );
      /* IE6-8 */ }
  section.budget .revenues-total > span {
    color: #60afa7;
    font-size: 19px;
    font-family: fontbold;
    display: block;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    right: -10px;
    position: relative; }
    section.budget .revenues-total > span:after {
      display: block;
      position: absolute;
      left: 100%;
      background: #f6f6f6;
      width: 20px;
      height: 20px;
      content: "";
      margin-left: -11px;
      top: 0; }
  section.budget .expenses-total {
    display: block;
    color: #bbb;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 17px;
    position: absolute;
    margin-right: 3px;
    text-align: left;
    left: 50%;
    margin-left: 4px;
    padding-left: 13px; }
    section.budget .expenses-total:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      box-shadow: inset 1px 0 0 0 #ddd;
      left: 0;
      width: 100%;
      height: 150px;
      z-index: 1; }
    section.budget .expenses-total:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      border-radius: 50%;
      left: 0px;
      width: 5px;
      margin-left: -2px;
      height: 110px;
      z-index: 1;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,f6f6f6+100&1+8,0+100 */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjZjZmNmY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, #f6f6f6 0%, #f6f6f6 8%, rgba(246, 246, 246, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #f6f6f6 0%, #f6f6f6 8%, rgba(246, 246, 246, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #f6f6f6 0%, #f6f6f6 8%, rgba(246, 246, 246, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#00f6f6f6',GradientType=0 );
      /* IE6-8 */ }
  section.budget .expenses-total > span {
    color: #c3426e;
    font-size: 19px;
    font-family: fontbold;
    display: block;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    position: relative; }
    section.budget .expenses-total > span:after {
      display: block;
      position: absolute;
      left: 100%;
      background: #fbfbfb;
      width: 20px;
      height: 20px;
      content: "";
      margin-left: -10px;
      top: 0; }
  section.budget #expenses h2,
  section.budget #revenues h2 {
    position: relative; }
  section.budget #revenues h2 span,
  section.budget #revenues h2 span,
  section.budget #revenues h2,
  section.budget #revenues h2,
  section.budget #expenses h2 span,
  section.budget #expenses h2 span,
  section.budget #expenses h2,
  section.budget #expenses h2 {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  section.budget .middlesection {
    width: 26%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 30%;
    display: none; }
    @media (min-width: 1024px) {
      section.budget .middlesection {
        display: block; } }
  section.budget .middlesection,
  section.budget .charts {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.2s cubic-bezier(0.4, 0, 0, 1);
    transition: all 1.2s cubic-bezier(0.4, 0, 0, 1);
    -webkit-animation: ttb 1.2s cubic-bezier(0.4, 0, 0, 1) forwards;
    animation: ttb 1.2s cubic-bezier(0.4, 0, 0, 1) forwards;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  section.budget #container > div {
    display: block;
    /* 	flex:1; */
    width: 50%;
    position: absolute; }
  section.budget .accordion > div * {
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0, 1); }
  section.budget .accordion > div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  section.budget .accordion > div:last-child {
    border-bottom: none;
    margin-bottom: 0px; }
  section.budget .accordion .desc > p {
    margin-bottom: 0; }
    section.budget .accordion .desc > p:empty {
      display: none; }
  section.budget .accordion .desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  section.budget .accordion .details {
    width: 100%;
    position: relative;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0; }
    section.budget .accordion .details .inner {
      top: 10%;
      opacity: 0;
      filter: alpha(opacity=0);
      width: 100%;
      position: absolute;
      position: relative;
      -webkit-animation: btt2 0s cubic-bezier(0.4, 0, 0, 1) backwards;
      animation: btt2 0s cubic-bezier(0.4, 0, 0, 1) backwards; }
  section.budget .accordion .expanded .details {
    display: block;
    height: auto; }
    section.budget .accordion .expanded .details .inner {
      -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
      transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
      -webkit-animation: btt 0.6s cubic-bezier(0.4, 0, 0, 1) forwards;
      animation: btt 0.6s cubic-bezier(0.4, 0, 0, 1) forwards;
      -webkit-animation-delay: 0.15s;
      animation-delay: 0.15s; }
  section.budget .accordion svg {
    width: 20px;
    height: 20px; }
  section.budget .accordion hr {
    border: none;
    border-top: 1px dashed #ddd;
    margin: 4px 0 2px; }
  section.budget .accordion .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 54px;
    padding-top: 4px; }
  section.budget .accordion h2 {
    font-family: fontbold;
    font-weight: 400;
    color: #757575;
    font-size: 13px;
    width: 100%;
    line-height: 22px; }
    section.budget .accordion h2 span {
      color: #333;
      width: 75px;
      display: inline-block; }
    @media (min-width: 1300px) {
      section.budget .accordion h2 {
        font-size: 15px; } }
  section.budget .accordion h3 {
    font-family: fontregular;
    font-weight: 400;
    color: #757575;
    font-size: 12px;
    display: inline-block;
    clear: both;
    float: left;
    margin-bottom: 3px;
    margin-top: 7px;
    position: relative; }
    section.budget .accordion h3 a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 100%;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent; }
    section.budget .accordion h3 a:after {
      position: absolute;
      transform: rotate(45deg);
      width: 2px;
      height: 6px;
      left: -8px;
      top: 6px;
      background: #757575; }
    section.budget .accordion h3 > span {
      font-weight: bold;
      white-space: nowrap;
      margin-right: 6px; }
    @media (min-width: 1300px) {
      section.budget .accordion h3 {
        font-size: 13px; } }
  section.budget .accordion .totals {
    font-family: fontbold;
    font-size: 15px; }
  section.budget .rightside {
    -webkit-animation: rtl 0.8s cubic-bezier(0.4, 0, 0, 1) forwards;
    animation: rtl 0.8s cubic-bezier(0.4, 0, 0, 1) forwards; }
  section.budget .leftside {
    -webkit-animation: ltr 0.8s cubic-bezier(0.4, 0, 0, 1) forwards;
    animation: ltr 0.8s cubic-bezier(0.4, 0, 0, 1) forwards; }
  section.budget .rightside,
  section.budget .leftside {
    padding-right: 10px;
    right: 30%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
    transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    width: 100% !important; }
    section.budget .rightside .accordion > div:before,
    section.budget .leftside .accordion > div:before {
      content: "";
      display: block;
      width: 10px;
      height: 100%;
      background-image: radial-gradient(#ddd 19%, transparent 30%);
      background-size: 14px 14px;
      background-position: 0 0, 40px 40px;
      position: absolute;
      top: 6px;
      right: 67px;
      z-index: +1; }
    section.budget .rightside .accordion > div:after,
    section.budget .leftside .accordion > div:after {
      content: "";
      display: block;
      width: 10px;
      height: 100%;
      background-image: radial-gradient(#868686 40%, transparent 44%);
      background-size: 14px 14px;
      background-position: 0 0, 20px 20px;
      position: absolute;
      top: 6px;
      right: 67px;
      z-index: +1;
      background-image: radial-gradient(#f6f6f6 15%, transparent 12%);
      background-size: 14px 14px;
      background-position: 0 0, 30px 30px; }
    section.budget .rightside .accordion > div,
    section.budget .leftside .accordion > div {
      height: 130px; }
      section.budget .rightside .accordion > div.active h2:after,
      section.budget .leftside .accordion > div.active h2:after {
        background: none; }
      section.budget .rightside .accordion > div.revtitle,
      section.budget .leftside .accordion > div.revtitle {
        cursor: default;
        height: 48px; }
        section.budget .rightside .accordion > div.revtitle span.mln,
        section.budget .leftside .accordion > div.revtitle span.mln {
          display: block;
          clear: both;
          text-align: center;
          margin-top: 2px; }
        section.budget .rightside .accordion > div.revtitle h2,
        section.budget .leftside .accordion > div.revtitle h2 {
          color: #777; }
        section.budget .rightside .accordion > div.revtitle .totals,
        section.budget .leftside .accordion > div.revtitle .totals {
          color: #777; }
    section.budget .rightside .accordion .collapsed,
    section.budget .leftside .accordion .collapsed {
      height: 45px; }
    section.budget .rightside .accordion > .expanded,
    section.budget .leftside .accordion > .expanded {
      height: 310px; }
    section.budget .rightside .info,
    section.budget .leftside .info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      min-width: 56px;
      position: absolute;
      right: 0; }
      section.budget .rightside .info .icon,
      section.budget .leftside .info .icon {
        position: absolute;
        left: -43px;
        top: 0; }
      section.budget .rightside .info .totals,
      section.budget .leftside .info .totals {
        font-family: fontbold;
        font-size: 15px;
        line-height: 15px; }
    section.budget .rightside .desc,
    section.budget .leftside .desc {
      text-align: right;
      margin-right: 119px; }
    section.budget .rightside .collapsed p,
    section.budget .leftside .collapsed p {
      opacity: 0;
      filter: alpha(opacity=0); }
    section.budget .rightside h2,
    section.budget .leftside h2 {
      text-align: right; }
      section.budget .rightside h2 .icon,
      section.budget .leftside h2 .icon {
        position: absolute;
        right: -32px; }
      section.budget .rightside h2:before,
      section.budget .leftside h2:before {
        content: "";
        width: 10px;
        height: 10px;
        background: #ccc;
        position: absolute;
        left: 100%;
        display: block;
        top: 6px;
        margin-left: 44px;
        border-radius: 50%;
        z-index: 10; }
      section.budget .rightside h2:after,
      section.budget .leftside h2:after {
        content: "";
        width: 6px;
        height: 6px;
        background: #f6f6f6;
        position: absolute;
        left: 100%;
        display: block;
        top: 8px;
        margin-left: 46px;
        border-radius: 50%;
        z-index: 10;
        -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
        transition: all 0.4s cubic-bezier(0.4, 0, 0, 1); }
    section.budget .rightside h3,
    section.budget .leftside h3 {
      text-align: left;
      float: right; }
    @media (min-width: 768px), (hover: hover) {
      section.budget .rightside,
      section.budget .leftside {
        padding-right: 0;
        width: 50% !important; } }
    @media (min-width: 1024px) {
      section.budget .rightside,
      section.budget .leftside {
        width: 37% !important; } }
    @media (max-width: 767px) and (hover: none) {
      section.budget .rightside,
      section.budget .leftside {
        padding-left: 0; }
        section.budget .rightside .accordion > div,
        section.budget .leftside .accordion > div {
          height: 50px; }
          section.budget .rightside .accordion > div:before,
          section.budget .leftside .accordion > div:before {
            right: auto;
            left: 65px; }
          section.budget .rightside .accordion > div:after,
          section.budget .leftside .accordion > div:after {
            right: auto;
            left: 65px; }
          section.budget .rightside .accordion > div.expanded,
          section.budget .leftside .accordion > div.expanded {
            height: 244px; }
        section.budget .rightside h2,
        section.budget .leftside h2 {
          text-align: left; }
          section.budget .rightside h2:before,
          section.budget .leftside h2:before {
            left: auto;
            right: 100%;
            margin-left: 0;
            margin-right: 42px; }
          section.budget .rightside h2:after,
          section.budget .leftside h2:after {
            left: auto;
            right: 100%;
            margin-left: 0;
            margin-right: 44px; }
        section.budget .rightside .desc,
        section.budget .leftside .desc {
          text-align: left;
          margin-left: 119px;
          margin-right: 0; }
        section.budget .rightside .info,
        section.budget .leftside .info {
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
          -ms-flex-align: end;
          align-items: flex-end;
          right: auto;
          left: 0; }
        section.budget .rightside .icon,
        section.budget .leftside .icon {
          right: auto;
          left: -32px; }
        section.budget .rightside h3,
        section.budget .leftside h3 {
          float: left; } }
  @media (min-width: 768px), (hover: hover) {
    section.budget .rightside {
      padding-left: 0; }
      section.budget .rightside .accordion > div {
        height: 50px; }
        section.budget .rightside .accordion > div:before {
          right: auto;
          left: 65px; }
        section.budget .rightside .accordion > div:after {
          right: auto;
          left: 65px; }
        section.budget .rightside .accordion > div.expanded {
          height: 244px; }
      section.budget .rightside h2 {
        text-align: left; }
        section.budget .rightside h2:before {
          left: auto;
          right: 100%;
          margin-left: 0;
          margin-right: 42px; }
        section.budget .rightside h2:after {
          left: auto;
          right: 100%;
          margin-left: 0;
          margin-right: 44px; }
      section.budget .rightside .desc {
        text-align: left;
        margin-left: 119px;
        margin-right: 0; }
      section.budget .rightside .info {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        right: auto;
        left: 0; }
      section.budget .rightside .icon {
        right: auto;
        left: -32px; }
      section.budget .rightside h3 {
        float: left; } }
  section.budget .income-chart {
    width: 50%;
    float: left; }
  section.budget .cost-chart {
    width: 50%;
    float: right; }
  section.budget .highcharts-container path {
    cursor: pointer; }
  section.budget .outline {
    display: block;
    width: 80%;
    height: 80%;
    left: -31%;
    top: 53px;
    position: absolute;
    overflow: hidden; }
    section.budget .outline:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      box-shadow: inset 0 0 1px 1px #ddd;
      border-radius: 50%;
      left: 50%;
      width: 100%;
      padding-bottom: 100%;
      background: #f6f6f6; }
    section.budget .outline:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      border-radius: 50%;
      left: 50%;
      width: 100%;
      padding-bottom: 100%;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,f6f6f6+100&0+0,1+92 */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, rgba(246, 246, 246, 0) 0%, #f6f6f6 92%, #f6f6f6 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(246, 246, 246, 0) 0%, #f6f6f6 92%, #f6f6f6 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0%, #f6f6f6 92%, #f6f6f6 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6f6f6', endColorstr='#f6f6f6',GradientType=0 );
      /* IE6-8 */ }
    section.budget .outline.outline-right {
      left: auto;
      right: -31%; }
      section.budget .outline.outline-right:after {
        left: auto;
        right: 50%; }
      section.budget .outline.outline-right:before {
        left: auto;
        right: 50%; }
    @media (min-width: 1300px) {
      section.budget .outline {
        top: 30px; } }
  section.budget section.budgetPage {
    height: 100%;
    background: #fcfcfc; }
    @media (min-width: 768px), (hover: hover) {
      section.budget section.budgetPage {
        margin-left: 36px; } }
    @media (min-width: 1024px) {
      section.budget section.budgetPage {
        margin-left: 77px; } }
    section.budget section.budgetPage .back-to-budget {
      position: absolute;
      right: 100%;
      width: 100%;
      height: 520px;
      top: 9px;
      margin-right: -76px;
      cursor: pointer; }
      section.budget section.budgetPage .back-to-budget:before {
        -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
        transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
        content: '';
        position: absolute;
        transform: rotate(-45deg);
        width: 3px;
        height: 17px;
        right: 54px;
        top: 235px;
        background: #999999; }
      section.budget section.budgetPage .back-to-budget:after {
        -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
        transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
        content: '';
        position: absolute;
        transform: rotate(45deg);
        width: 3px;
        height: 17px;
        right: 54px;
        top: 224px;
        background: #999999; }
      section.budget section.budgetPage .back-to-budget:hover:after {
        right: 80px;
        background: #999999; }
      section.budget section.budgetPage .back-to-budget:hover:before {
        right: 80px;
        background: #999999; }
      section.budget section.budgetPage .back-to-budget:hover ~ .budget-page-content:before {
        box-shadow: -2px 0 40px 0 rgba(0, 0, 0, 0.2); }
      @media (min-width: 1024px) {
        section.budget section.budgetPage .back-to-budget {
          margin-right: -96px; }
          section.budget section.budgetPage .back-to-budget:before {
            background: #fff;
            width: 4px;
            height: 32px;
            right: 39px;
            top: 206px; }
          section.budget section.budgetPage .back-to-budget:after {
            background: #fff;
            width: 4px;
            height: 32px;
            right: 39px;
            top: 184px; } }
      @media (min-width: 1300px) {
        section.budget section.budgetPage .back-to-budget:before {
          right: 35px;
          top: 229px; }
        section.budget section.budgetPage .back-to-budget:after {
          right: 35px;
          top: 209px; } }
    section.budget section.budgetPage .budget-page-navigation {
      padding-top: 20px;
      background: #fcfcfc;
      z-index: 1;
      padding-left: 15px;
      padding-right: 15px; }
      section.budget section.budgetPage .budget-page-navigation a {
        cursor: pointer; }
      section.budget section.budgetPage .budget-page-navigation > ul {
        list-style: none;
        position: relative;
        padding: 0px; }
        section.budget section.budgetPage .budget-page-navigation > ul > li {
          list-style: none;
          position: relative; }
          section.budget section.budgetPage .budget-page-navigation > ul > li > a {
            color: #666;
            margin-bottom: 8px;
            display: block; }
          section.budget section.budgetPage .budget-page-navigation > ul > li .icon {
            display: none;
            position: absolute;
            left: -30px;
            top: 0; }
            section.budget section.budgetPage .budget-page-navigation > ul > li .icon svg {
              width: 20px;
              height: 20px; }
          section.budget section.budgetPage .budget-page-navigation > ul > li > ul {
            list-style: none;
            padding-left: 0;
            position: relative;
            margin-top: 6px; }
            section.budget section.budgetPage .budget-page-navigation > ul > li > ul > li {
              list-style: none;
              padding-left: 6px;
              margin-top: 6px;
              position: relative; }
              section.budget section.budgetPage .budget-page-navigation > ul > li > ul > li a {
                color: #666666;
                font-size: 11px; }
                @media (min-width: 1024px) {
                  section.budget section.budgetPage .budget-page-navigation > ul > li > ul > li a {
                    font-size: 14px; } }
              section.budget section.budgetPage .budget-page-navigation > ul > li > ul > li > a:after {
                -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
                transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
                content: "";
                position: relative;
                border-top: 4px solid #ddd;
                border-left: 3px solid transparent;
                border-right: 3px solid transparent;
                right: -3px;
                top: 9px;
                transform: rotate(90deg); }
              section.budget section.budgetPage .budget-page-navigation > ul > li > ul > li.expanded:after {
                transform: rotate(0deg); }
              section.budget section.budgetPage .budget-page-navigation > ul > li > ul > li > ul {
                margin-left: 0px;
                position: relative;
                max-height: 0;
                margin: 0 0 3px;
                overflow: hidden;
                margin-top: 2px;
                -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
                transition: all 0.3s cubic-bezier(0.4, 0, 0, 1); }
                section.budget section.budgetPage .budget-page-navigation > ul > li > ul > li > ul li {
                  list-style: none;
                  position: relative; }
                  section.budget section.budgetPage .budget-page-navigation > ul > li > ul > li > ul li a {
                    padding-left: 16px; }
                    section.budget section.budgetPage .budget-page-navigation > ul > li > ul > li > ul li a:before {
                      content: '';
                      position: absolute;
                      transform: rotate(-45deg);
                      width: 2px;
                      height: 6px;
                      left: 5px;
                      top: 6px;
                      background: #ccc; }
                    section.budget section.budgetPage .budget-page-navigation > ul > li > ul > li > ul li a:after {
                      content: '';
                      position: absolute;
                      transform: rotate(45deg);
                      width: 2px;
                      height: 6px;
                      left: 5px;
                      top: 9px;
                      background: #ccc; }
              section.budget section.budgetPage .budget-page-navigation > ul > li > ul > li.expanded > ul {
                max-height: initial; }
              section.budget section.budgetPage .budget-page-navigation > ul > li > ul > li .icon {
                display: none; }
            @media (min-width: 1024px) {
              section.budget section.budgetPage .budget-page-navigation > ul > li > ul {
                padding-left: 28px; }
                section.budget section.budgetPage .budget-page-navigation > ul > li > ul > li {
                  padding-left: 10px; }
                  section.budget section.budgetPage .budget-page-navigation > ul > li > ul > li > ul {
                    margin-left: 0; }
                  section.budget section.budgetPage .budget-page-navigation > ul > li > ul > li .icon {
                    display: block; } }
        @media (min-width: 1024px) {
          section.budget section.budgetPage .budget-page-navigation > ul {
            padding: 7px 20px; } }
      @media (min-width: 1024px) {
        section.budget section.budgetPage .budget-page-navigation {
          padding-top: 30px;
          padding-left: 20px;
          padding-right: 20px; } }
    section.budget section.budgetPage .budget-page-content {
      height: auto;
      min-height: 100%;
      padding-top: 20px;
      background: #fcfcfc;
      box-shadow: 400px 0 0 #fcfcfc; }
      @media (min-width: 1024px) {
        section.budget section.budgetPage .budget-page-content {
          padding-right: 40px;
          padding-top: 30px; } }
      @media (min-width: 1300px) {
        section.budget section.budgetPage .budget-page-content {
          padding-right: 20px; } }
      section.budget section.budgetPage .budget-page-content > * {
        position: relative;
        z-index: 1; }
      section.budget section.budgetPage .budget-page-content p {
        font-size: 12px;
        line-height: 21px; }
      section.budget section.budgetPage .budget-page-content ul, section.budget section.budgetPage .budget-page-content ol {
        font: 12px/21px fontregular, Arial, Sans-Serif;
        margin-left: 16px; }
      section.budget section.budgetPage .budget-page-content li {
        list-style-position: outside;
        font-size: 12px;
        line-height: 21px; }
      section.budget section.budgetPage .budget-page-content h2 {
        font: 15px/20px fontregular, Arial, sans-serif;
        color: #a9a9a9;
        margin-bottom: 5px; }
        @media (min-width: 1024px) {
          section.budget section.budgetPage .budget-page-content h2 {
            font: 18px/28px fontregular, Arial, sans-serif; } }
      section.budget section.budgetPage .budget-page-content h1 + h2 {
        margin-bottom: 13px; }
        @media (min-width: 1024px) {
          section.budget section.budgetPage .budget-page-content h1 + h2 {
            margin-bottom: 19px; } }
      section.budget section.budgetPage .budget-page-content:before {
        content: "";
        position: absolute;
        left: -33.3333%;
        top: 0;
        z-index: 0;
        bottom: 0;
        width: 20px;
        box-shadow: -2px 0 10px 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
        transition: all 0.3s cubic-bezier(0.4, 0, 0, 1); }
      section.budget section.budgetPage .budget-page-content:after {
        content: "";
        background: #fcfcfc;
        z-index: 0;
        display: block;
        bottom: 0;
        top: 0;
        right: 50%;
        left: -33.33333%;
        position: absolute; }
      section.budget section.budgetPage .budget-page-content table {
        border: 1px solid #d5d5d5;
        width: 100% !important;
        margin-bottom: 20px; }
        section.budget section.budgetPage .budget-page-content table tr {
          border: none; }
          section.budget section.budgetPage .budget-page-content table tr td {
            border: none;
            vertical-align: middle;
            border-bottom: 1px solid #d5d5d5;
            padding: 4px 0 4px 9px;
            text-align: left;
            border-left: 1px solid #d5d5d5; }
            section.budget section.budgetPage .budget-page-content table tr td p {
              margin-bottom: 0; }
          section.budget section.budgetPage .budget-page-content table tr:last-child td {
            border-bottom: none; }
      @media (min-width: 1024px) {
        section.budget section.budgetPage .budget-page-content:before {
          left: -50%; }
        section.budget section.budgetPage .budget-page-content:after {
          left: -50%; }
        section.budget section.budgetPage .budget-page-content p {
          font-size: 13px;
          line-height: 23px; }
        section.budget section.budgetPage .budget-page-content ul, section.budget section.budgetPage .budget-page-content ol {
          font: 13px/23px fontregular, Arial, Sans-Serif; }
        section.budget section.budgetPage .budget-page-content li {
          font-size: 13px;
          line-height: 23px; } }
  @media (max-width: 767px) and (hover: none) {
    section.budget section.budgetPage .budget-page-navigation {
      height: auto;
      z-index: auto; }
      section.budget section.budgetPage .budget-page-navigation > ul {
        position: absolute;
        z-index: +100;
        right: 0;
        width: 100%;
        margin: 0;
        top: 0; }
        section.budget section.budgetPage .budget-page-navigation > ul > li {
          list-style: none;
          position: absolute;
          text-align: right;
          top: 0px;
          width: 100%;
          right: 0;
          z-index: +1; }
          section.budget section.budgetPage .budget-page-navigation > ul > li > span {
            padding: 3px 9px;
            background: #f2f2f2;
            display: inline-block;
            box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.1);
            margin: 6px 6px 0;
            border-radius: 2px;
            /* margin: 0; */
            z-index: +1;
            position: relative; }
          section.budget section.budgetPage .budget-page-navigation > ul > li > ul {
            display: none;
            width: 100%;
            background: #f2f2f2;
            padding: 16px;
            padding: 10px 3px 20px;
            text-align: left;
            margin: 0;
            top: 0px;
            box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1); }
            section.budget section.budgetPage .budget-page-navigation > ul > li > ul li {
              border-left: none !important; }
              section.budget section.budgetPage .budget-page-navigation > ul > li > ul li a {
                padding-left: 0 !important; }
                section.budget section.budgetPage .budget-page-navigation > ul > li > ul li a:after, section.budget section.budgetPage .budget-page-navigation > ul > li > ul li a:before {
                  content: none !important; }
              section.budget section.budgetPage .budget-page-navigation > ul > li > ul li li li a {
                padding-left: 10px !important; }
          section.budget section.budgetPage .budget-page-navigation > ul > li:hover ul {
            display: block; }
      section.budget section.budgetPage .budget-page-navigation label {
        z-index: +62;
        position: relative; }
    section.budget #expenses {
      margin-top: 30px; } }
  section.budget .percentage-of-total {
    margin-bottom: 22px;
    position: relative; }
    section.budget .percentage-of-total .bar {
      display: block;
      width: 100%;
      height: 3px;
      background: #e3e3e3;
      margin-bottom: 3px; }
      section.budget .percentage-of-total .bar span {
        width: 2%;
        height: 100%;
        display: block; }
    section.budget .percentage-of-total .part-of {
      font: 13px/13px fontregular, Arial, sans-serif;
      color: #565656;
      position: absolute;
      left: 0; }
    section.budget .percentage-of-total .total-of {
      font: 13px/13px fontregular, Arial, sans-serif;
      color: #565656;
      position: absolute;
      right: 0; }
    section.budget .percentage-of-total .percentage {
      width: 100%;
      font: 12px/16px fontregular, Arial, sans-serif;
      color: #565656;
      display: block;
      text-align: left;
      margin-top: 30px; }
      section.budget .percentage-of-total .percentage + .percentage {
        width: 100%;
        display: block;
        text-align: left;
        font: 13px/13px fontregular, Arial, sans-serif;
        color: #8e8e8e !important;
        margin-top: 2px; }
    @media (min-width: 1024px) {
      section.budget .percentage-of-total {
        margin-bottom: 30px; }
        section.budget .percentage-of-total .bar {
          margin-bottom: 11px; }
        section.budget .percentage-of-total .part-of {
          font: 19px/19px fontregular, Arial, sans-serif; }
        section.budget .percentage-of-total .total-of {
          font: 19px/19px fontregular, Arial, sans-serif; }
        section.budget .percentage-of-total .percentage {
          text-align: center;
          font: 16px/19px fontregular, Arial, sans-serif;
          margin-top: 0px; }
          section.budget .percentage-of-total .percentage + .percentage {
            text-align: center;
            margin-top: 0px;
            font: 13px/19px fontregular, Arial, sans-serif; } }
  section.budget .government svg {
    fill: #85bd93; }
  section.budget .government h2,
  section.budget .government .totals {
    color: #85bd93; }
    section.budget .government h2:before,
    section.budget .government .totals:before {
      background: #85bd93; }
  section.budget .government.expanded h2:after {
    background: #85bd93; }
  section.budget .government h3 span {
    color: #85bd93; }
  section.budget .government h3 a {
    color: #85bd93; }
  section.budget .government .desc {
    border-color: #85bd93; }
  section.budget .rightside .government h3 a {
    color: #85bd93; }
  section.budget .budget-chart svg .government {
    fill: #85bd93; }
  section.budget section.budgetPage .government h1 {
    color: #85bd93; }
  section.budget section.budgetPage .government .percentage-of-total .percentage {
    color: #85bd93; }
  section.budget section.budgetPage .government .percentage-of-total .bar span {
    background: #85bd93; }
  section.budget section.budgetPage li.government {
    border-left: 2px solid #85bd93; }
    section.budget section.budgetPage li.government .government {
      border: none; }
      section.budget section.budgetPage li.government .government.active a {
        color: #85bd93; }
        section.budget section.budgetPage li.government .government.active a:before, section.budget section.budgetPage li.government .government.active a:after {
          background: #85bd93; }
  section.budget .taxes svg {
    fill: #60afa7; }
  section.budget .taxes h2,
  section.budget .taxes .totals {
    color: #60afa7; }
    section.budget .taxes h2:before,
    section.budget .taxes .totals:before {
      background: #60afa7; }
  section.budget .taxes.expanded h2:after {
    background: #60afa7; }
  section.budget .taxes h3 span {
    color: #60afa7; }
  section.budget .taxes h3 a {
    color: #60afa7; }
  section.budget .taxes .desc {
    border-color: #60afa7; }
  section.budget .rightside .taxes h3 a {
    color: #60afa7; }
  section.budget .budget-chart svg .taxes {
    fill: #60afa7; }
  section.budget section.budgetPage .taxes h1 {
    color: #60afa7; }
  section.budget section.budgetPage .taxes .percentage-of-total .percentage {
    color: #60afa7; }
  section.budget section.budgetPage .taxes .percentage-of-total .bar span {
    background: #60afa7; }
  section.budget section.budgetPage li.taxes {
    border-left: 2px solid #60afa7; }
    section.budget section.budgetPage li.taxes .taxes {
      border: none; }
      section.budget section.budgetPage li.taxes .taxes.active a {
        color: #60afa7; }
        section.budget section.budgetPage li.taxes .taxes.active a:before, section.budget section.budgetPage li.taxes .taxes.active a:after {
          background: #60afa7; }
  section.budget .others svg {
    fill: #4eb3d2; }
  section.budget .others h2,
  section.budget .others .totals {
    color: #4eb3d2; }
    section.budget .others h2:before,
    section.budget .others .totals:before {
      background: #4eb3d2; }
  section.budget .others.expanded h2:after {
    background: #4eb3d2; }
  section.budget .others h3 span {
    color: #4eb3d2; }
  section.budget .others h3 a {
    color: #4eb3d2; }
  section.budget .others .desc {
    border-color: #4eb3d2; }
  section.budget .rightside .others h3 a {
    color: #4eb3d2; }
  section.budget .budget-chart svg .others {
    fill: #4eb3d2; }
  section.budget section.budgetPage .others h1 {
    color: #4eb3d2; }
  section.budget section.budgetPage .others .percentage-of-total .percentage {
    color: #4eb3d2; }
  section.budget section.budgetPage .others .percentage-of-total .bar span {
    background: #4eb3d2; }
  section.budget section.budgetPage li.others {
    border-left: 2px solid #4eb3d2; }
    section.budget section.budgetPage li.others .others {
      border: none; }
      section.budget section.budgetPage li.others .others.active a {
        color: #4eb3d2; }
        section.budget section.budgetPage li.others .others.active a:before, section.budget section.budgetPage li.others .others.active a:after {
          background: #4eb3d2; }
  section.budget .politics svg {
    fill: #e1965d; }
  section.budget .politics h2,
  section.budget .politics .totals {
    color: #e1965d; }
    section.budget .politics h2:before,
    section.budget .politics .totals:before {
      background: #e1965d; }
  section.budget .politics.expanded h2:after {
    background: #e1965d; }
  section.budget .politics h3 span {
    color: #e1965d; }
  section.budget .politics h3 a {
    color: #e1965d; }
  section.budget .politics .desc {
    border-color: #e1965d; }
  section.budget .rightside .politics h3 a {
    color: #e1965d; }
  section.budget .budget-chart svg .politics {
    fill: #e1965d; }
  section.budget section.budgetPage .politics h1 {
    color: #e1965d; }
  section.budget section.budgetPage .politics .percentage-of-total .percentage {
    color: #e1965d; }
  section.budget section.budgetPage .politics .percentage-of-total .bar span {
    background: #e1965d; }
  section.budget section.budgetPage li.politics {
    border-left: 2px solid #e1965d; }
    section.budget section.budgetPage li.politics .politics {
      border: none; }
      section.budget section.budgetPage li.politics .politics.active a {
        color: #e1965d; }
        section.budget section.budgetPage li.politics .politics.active a:before, section.budget section.budgetPage li.politics .politics.active a:after {
          background: #e1965d; }
  section.budget .security svg {
    fill: #f0956f; }
  section.budget .security h2,
  section.budget .security .totals {
    color: #f0956f; }
    section.budget .security h2:before,
    section.budget .security .totals:before {
      background: #f0956f; }
  section.budget .security.expanded h2:after {
    background: #f0956f; }
  section.budget .security h3 span {
    color: #f0956f; }
  section.budget .security h3 a {
    color: #f0956f; }
  section.budget .security .desc {
    border-color: #f0956f; }
  section.budget .rightside .security h3 a {
    color: #f0956f; }
  section.budget .budget-chart svg .security {
    fill: #f0956f; }
  section.budget section.budgetPage .security h1 {
    color: #f0956f; }
  section.budget section.budgetPage .security .percentage-of-total .percentage {
    color: #f0956f; }
  section.budget section.budgetPage .security .percentage-of-total .bar span {
    background: #f0956f; }
  section.budget section.budgetPage li.security {
    border-left: 2px solid #f0956f; }
    section.budget section.budgetPage li.security .security {
      border: none; }
      section.budget section.budgetPage li.security .security.active a {
        color: #f0956f; }
        section.budget section.budgetPage li.security .security.active a:before, section.budget section.budgetPage li.security .security.active a:after {
          background: #f0956f; }
  section.budget .public svg {
    fill: #e06452; }
  section.budget .public h2,
  section.budget .public .totals {
    color: #e06452; }
    section.budget .public h2:before,
    section.budget .public .totals:before {
      background: #e06452; }
  section.budget .public.expanded h2:after {
    background: #e06452; }
  section.budget .public h3 span {
    color: #e06452; }
  section.budget .public h3 a {
    color: #e06452; }
  section.budget .public .desc {
    border-color: #e06452; }
  section.budget .rightside .public h3 a {
    color: #e06452; }
  section.budget .budget-chart svg .public {
    fill: #e06452; }
  section.budget section.budgetPage .public h1 {
    color: #e06452; }
  section.budget section.budgetPage .public .percentage-of-total .percentage {
    color: #e06452; }
  section.budget section.budgetPage .public .percentage-of-total .bar span {
    background: #e06452; }
  section.budget section.budgetPage li.public {
    border-left: 2px solid #e06452; }
    section.budget section.budgetPage li.public .public {
      border: none; }
      section.budget section.budgetPage li.public .public.active a {
        color: #e06452; }
        section.budget section.budgetPage li.public .public.active a:before, section.budget section.budgetPage li.public .public.active a:after {
          background: #e06452; }
  section.budget .culture svg {
    fill: #c84952; }
  section.budget .culture h2,
  section.budget .culture .totals {
    color: #c84952; }
    section.budget .culture h2:before,
    section.budget .culture .totals:before {
      background: #c84952; }
  section.budget .culture.expanded h2:after {
    background: #c84952; }
  section.budget .culture h3 span {
    color: #c84952; }
  section.budget .culture h3 a {
    color: #c84952; }
  section.budget .culture .desc {
    border-color: #c84952; }
  section.budget .rightside .culture h3 a {
    color: #c84952; }
  section.budget .budget-chart svg .culture {
    fill: #c84952; }
  section.budget section.budgetPage .culture h1 {
    color: #c84952; }
  section.budget section.budgetPage .culture .percentage-of-total .percentage {
    color: #c84952; }
  section.budget section.budgetPage .culture .percentage-of-total .bar span {
    background: #c84952; }
  section.budget section.budgetPage li.culture {
    border-left: 2px solid #c84952; }
    section.budget section.budgetPage li.culture .culture {
      border: none; }
      section.budget section.budgetPage li.culture .culture.active a {
        color: #c84952; }
        section.budget section.budgetPage li.culture .culture.active a:before, section.budget section.budgetPage li.culture .culture.active a:after {
          background: #c84952; }
  section.budget .work svg {
    fill: #bd5168; }
  section.budget .work h2,
  section.budget .work .totals {
    color: #bd5168; }
    section.budget .work h2:before,
    section.budget .work .totals:before {
      background: #bd5168; }
  section.budget .work.expanded h2:after {
    background: #bd5168; }
  section.budget .work h3 span {
    color: #bd5168; }
  section.budget .work h3 a {
    color: #bd5168; }
  section.budget .work .desc {
    border-color: #bd5168; }
  section.budget .rightside .work h3 a {
    color: #bd5168; }
  section.budget .budget-chart svg .work {
    fill: #bd5168; }
  section.budget section.budgetPage .work h1 {
    color: #bd5168; }
  section.budget section.budgetPage .work .percentage-of-total .percentage {
    color: #bd5168; }
  section.budget section.budgetPage .work .percentage-of-total .bar span {
    background: #bd5168; }
  section.budget section.budgetPage li.work {
    border-left: 2px solid #bd5168; }
    section.budget section.budgetPage li.work .work {
      border: none; }
      section.budget section.budgetPage li.work .work.active a {
        color: #bd5168; }
        section.budget section.budgetPage li.work .work.active a:before, section.budget section.budgetPage li.work .work.active a:after {
          background: #bd5168; }
  section.budget .social svg {
    fill: #c3426e; }
  section.budget .social h2,
  section.budget .social .totals {
    color: #c3426e; }
    section.budget .social h2:before,
    section.budget .social .totals:before {
      background: #c3426e; }
  section.budget .social.expanded h2:after {
    background: #c3426e; }
  section.budget .social h3 span {
    color: #c3426e; }
  section.budget .social h3 a {
    color: #c3426e; }
  section.budget .social .desc {
    border-color: #c3426e; }
  section.budget .rightside .social h3 a {
    color: #c3426e; }
  section.budget .budget-chart svg .social {
    fill: #c3426e; }
  section.budget section.budgetPage .social h1 {
    color: #c3426e; }
  section.budget section.budgetPage .social .percentage-of-total .percentage {
    color: #c3426e; }
  section.budget section.budgetPage .social .percentage-of-total .bar span {
    background: #c3426e; }
  section.budget section.budgetPage li.social {
    border-left: 2px solid #c3426e; }
    section.budget section.budgetPage li.social .social {
      border: none; }
      section.budget section.budgetPage li.social .social.active a {
        color: #c3426e; }
        section.budget section.budgetPage li.social .social.active a:before, section.budget section.budgetPage li.social .social.active a:after {
          background: #c3426e; }
  section.budget .health svg {
    fill: #cc265f; }
  section.budget .health h2,
  section.budget .health .totals {
    color: #cc265f; }
    section.budget .health h2:before,
    section.budget .health .totals:before {
      background: #cc265f; }
  section.budget .health.expanded h2:after {
    background: #cc265f; }
  section.budget .health h3 span {
    color: #cc265f; }
  section.budget .health h3 a {
    color: #cc265f; }
  section.budget .health .desc {
    border-color: #cc265f; }
  section.budget .rightside .health h3 a {
    color: #cc265f; }
  section.budget .budget-chart svg .health {
    fill: #cc265f; }
  section.budget section.budgetPage .health h1 {
    color: #cc265f; }
  section.budget section.budgetPage .health .percentage-of-total .percentage {
    color: #cc265f; }
  section.budget section.budgetPage .health .percentage-of-total .bar span {
    background: #cc265f; }
  section.budget section.budgetPage li.health {
    border-left: 2px solid #cc265f; }
    section.budget section.budgetPage li.health .health {
      border: none; }
      section.budget section.budgetPage li.health .health.active a {
        color: #cc265f; }
        section.budget section.budgetPage li.health .health.active a:before, section.budget section.budgetPage li.health .health.active a:after {
          background: #cc265f; }
  section.budget .economy svg {
    fill: #922b58; }
  section.budget .economy h2,
  section.budget .economy .totals {
    color: #922b58; }
    section.budget .economy h2:before,
    section.budget .economy .totals:before {
      background: #922b58; }
  section.budget .economy.expanded h2:after {
    background: #922b58; }
  section.budget .economy h3 span {
    color: #922b58; }
  section.budget .economy h3 a {
    color: #922b58; }
  section.budget .economy .desc {
    border-color: #922b58; }
  section.budget .rightside .economy h3 a {
    color: #922b58; }
  section.budget .budget-chart svg .economy {
    fill: #922b58; }
  section.budget section.budgetPage .economy h1 {
    color: #922b58; }
  section.budget section.budgetPage .economy .percentage-of-total .percentage {
    color: #922b58; }
  section.budget section.budgetPage .economy .percentage-of-total .bar span {
    background: #922b58; }
  section.budget section.budgetPage li.economy {
    border-left: 2px solid #922b58; }
    section.budget section.budgetPage li.economy .economy {
      border: none; }
      section.budget section.budgetPage li.economy .economy.active a {
        color: #922b58; }
        section.budget section.budgetPage li.economy .economy.active a:before, section.budget section.budgetPage li.economy .economy.active a:after {
          background: #922b58; }

section.report {
  padding-top: 27px;
  /*report*/
  /* Low budget trim */ }
  section.report form {
    /* 		margin-bottom: 20px; */
    width: 100%; }
  section.report form,
  section.report panel,
  section.report controls,
  section.report actions {
    display: block;
    position: relative;
    clear: both; }
  section.report input:focus {
    outline: none; }
  section.report control[type="radio"],
  section.report control[type="checkbox"],
  section.report control[type="checklist"] {
    margin-bottom: 0;
    /*
		input {
			display: none;
			&+label {
				cursor: pointer;
				position: relative;
				padding-left: 24px;
				&:before {
					content: "";
					display: block;
					position: absolute;
					left: 0;
					top: 0;
					width: 18px;
					height: 18px;
					box-shadow: inset 0 0 0 1px #b6c0c1;
				}
			}
			&:checked+label {
				color: #595F6E;
				&::after {
					content: "";
					width: 12px;
					height: 12px;
					background: $color-primary;
					display: block;
					position: absolute;
					left: 3px;
					top: 3px;
				}
			}
		}

		 */ }
    section.report control[type="radio"] options > control,
    section.report control[type="checkbox"] options > control,
    section.report control[type="checklist"] options > control {
      margin-top: 0; }
    section.report control[type="radio"]::before, section.report control[type="radio"]::after,
    section.report control[type="checkbox"]::before,
    section.report control[type="checkbox"]::after,
    section.report control[type="checklist"]::before,
    section.report control[type="checklist"]::after {
      content: none; }
    section.report control[type="radio"] button,
    section.report control[type="checkbox"] button,
    section.report control[type="checklist"] button {
      color: #595F6E; }
  section.report control[type="radio"],
  section.report control[type="radio-option"] {
    margin-bottom: 0; }
    section.report control[type="radio"]::before, section.report control[type="radio"]::after,
    section.report control[type="radio-option"]::before,
    section.report control[type="radio-option"]::after {
      content: none; }
    section.report control[type="radio"] input,
    section.report control[type="radio-option"] input {
      display: none; }
      section.report control[type="radio"] input + label,
      section.report control[type="radio-option"] input + label {
        cursor: pointer;
        position: relative;
        padding-left: 24px;
        color: #aaa; }
        section.report control[type="radio"] input + label:before,
        section.report control[type="radio-option"] input + label:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          border-radius: 50%;
          width: 18px;
          height: 18px;
          box-shadow: inset 0 0 0 1px #b6c0c1; }
      section.report control[type="radio"] input:checked + label,
      section.report control[type="radio-option"] input:checked + label {
        color: #595F6E; }
        section.report control[type="radio"] input:checked + label::after,
        section.report control[type="radio-option"] input:checked + label::after {
          content: "";
          width: 12px;
          height: 12px;
          border-radius: 50%;
          background: #00437A;
          display: block;
          position: absolute;
          left: 3px;
          top: 3px; }
  section.report control[type="list"] {
    width: 100%; }
    section.report control[type="list"] table {
      width: 100%; }
      section.report control[type="list"] table tr:hover control {
        font-family: bold;
        cursor: default; }
  section.report .chapters,
  section.report .sections {
    position: relative;
    width: 100%;
    clear: both; }
    section.report .chapters > *.transitioning,
    section.report .sections > *.transitioning {
      position: relative;
      transition: transform .5s ease-in-out, margin-bottom .5s ease-out; }
      section.report .chapters > *.transitioning.primary,
      section.report .sections > *.transitioning.primary {
        z-index: 2; }
        section.report .chapters > *.transitioning.primary > div,
        section.report .sections > *.transitioning.primary > div {
          animation: swap-primary .5s ease-in-out; }
      section.report .chapters > *.transitioning.secondary,
      section.report .sections > *.transitioning.secondary {
        z-index: 1; }
        section.report .chapters > *.transitioning.secondary > div,
        section.report .sections > *.transitioning.secondary > div {
          animation: swap-secondary .5s ease-in-out; }
    section.report .chapters > label,
    section.report .sections > label {
      clear: both;
      padding-bottom: 10px; }
  section.report form > controls > control .chapter {
    background: #fff;
    padding: 5px 5px 0;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    clear: both; }
    section.report form > controls > control .chapter div.title {
      position: relative;
      cursor: pointer; }
      section.report form > controls > control .chapter div.title > h2 {
        margin: 0;
        padding: 0 0 0 20px;
        line-height: 14px;
        min-height: 57px;
        line-height: 57px;
        font-size: 20px; }
      section.report form > controls > control .chapter div.title actions {
        position: absolute;
        right: 7px;
        top: 9px;
        bottom: 1px;
        padding-top: 0px;
        left: auto;
        width: 165px;
        text-align: right; }
        section.report form > controls > control .chapter div.title actions span {
          position: relative;
          line-height: 25px;
          font-size: 14px;
          float: left; }
        section.report form > controls > control .chapter div.title actions button {
          position: relative;
          margin-left: 4px; }
          section.report form > controls > control .chapter div.title actions button.delete {
            margin-left: 20px; }
          section.report form > controls > control .chapter div.title actions button:before {
            margin-top: 1px;
            display: block; }
        @media (min-width: 1300px) {
          section.report form > controls > control .chapter div.title actions {
            right: 18px;
            top: 19px; } }
    section.report form > controls > control .chapter .sections {
      margin: 5px 0; }
    section.report form > controls > control .chapter .form {
      position: relative; }
      section.report form > controls > control .chapter .form > actions {
        z-index: 1;
        display: block;
        text-align: right; }
  section.report form > controls > control .section {
    background: #fff;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    clear: both; }
    section.report form > controls > control .section div.title {
      position: relative;
      cursor: pointer; }
      section.report form > controls > control .section div.title:hover {
        background: #f5f5f5; }
      section.report form > controls > control .section div.title > h2 {
        margin: 0;
        padding: 0 0 0 14px;
        line-height: 14px;
        min-height: 47px;
        line-height: 47px;
        font-size: 16px;
        font-family: fontregular, arial, sans-serif;
        font-weight: normal;
        margin-right: 180px; }
      section.report form > controls > control .section div.title actions {
        position: absolute;
        right: 6px;
        top: 1px;
        bottom: 1px;
        padding-top: 0px;
        left: auto; }
        section.report form > controls > control .section div.title actions > div {
          height: 100%; }
          section.report form > controls > control .section div.title actions > div > div {
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end; }
        section.report form > controls > control .section div.title actions button {
          position: relative;
          margin-left: 8px; }
          section.report form > controls > control .section div.title actions button.delete {
            margin-left: 23px; }
          section.report form > controls > control .section div.title actions button:before {
            color: #999;
            margin-top: 1px;
            display: block; }
        @media (min-width: 1300px) {
          section.report form > controls > control .section div.title actions {
            right: 16px;
            top: 14px; } }
    section.report form > controls > control .section .sections {
      margin: 5px 0; }
    section.report form > controls > control .section .form {
      position: relative; }
      section.report form > controls > control .section .form > actions {
        z-index: 1;
        display: block;
        text-align: right; }
  section.report .chapters .form {
    margin: 0px 25px 25px; }
  section.report form > controls > control .section .title actions {
    right: 5px; }
  section.report form > controls > control .section .form {
    margin: 0px 13px 13px; }
  section.report .chapters form {
    padding-top: 45px; }
    section.report .chapters form > controls {
      padding: 20px 0;
      flex-direction: row;
      flex-wrap: wrap; }
      section.report .chapters form > controls > control {
        width: 46%;
        float: left;
        display: block;
        clear: none;
        margin-bottom: 20px;
        flex: 0 0 50%;
        flex: 0 0 33%; }
        section.report .chapters form > controls > control:nth-child(even) {
          margin-right: 8%; }
        @media (max-width: 767px) and (hover: none) {
          section.report .chapters form > controls > control {
            width: 100%; } }
    section.report .chapters form control.sections {
      width: 100%; }
    section.report .chapters form input[type='text'],
    section.report .chapters form textarea {
      font-size: 15px;
      color: #5d5d5d;
      width: auto; }
    section.report .chapters form textarea {
      padding: 5px;
      width: 100%;
      min-height: 100px; }
    section.report .chapters form control.title {
      position: absolute;
      top: -50px;
      left: -30px;
      right: -30px;
      background: #fff;
      border-bottom: 1px solid #eee;
      width: 400px;
      width: 100%;
      padding-top: 5px;
      margin: 0; }
      section.report .chapters form control.title label {
        display: inline-block;
        width: auto;
        min-height: 41px;
        font-family: fontregular, arial, sans-serif;
        font-size: 20px;
        padding: 0px 0 0px 30px;
        line-height: 27px;
        height: 57px;
        line-height: 57px; }
      section.report .chapters form control.title input {
        border: none;
        box-shadow: none;
        text-align: left;
        padding: 0 10px;
        font-size: 20px;
        margin-bottom: 0;
        height: 57px;
        line-height: 57px;
        background: none;
        color: #00437A;
        width: 100%;
        position: absolute;
        transition: none; }
        section.report .chapters form control.title input + messages {
          position: absolute;
          top: 48px;
          left: 60px;
          right: auto; }
    section.report .chapters form control.delete button,
    section.report .chapters form button.delete {
      background: #00437A;
      border: none;
      outline: none;
      padding: 4px 8px;
      color: #eee; }
    section.report .chapters form control[type="reportLocalities"] ul {
      clear: both; }
    section.report .chapters form control[type="reportLocalities"] li {
      list-style: none;
      position: relative;
      padding-left: 22px;
      line-height: 26px; }
      section.report .chapters form control[type="reportLocalities"] li button.delete {
        position: absolute;
        left: -7px;
        top: 2px;
        padding: 0px 4px;
        background: none !important;
        border-radius: 1px;
        margin-left: 0;
        color: #999; }
        section.report .chapters form control[type="reportLocalities"] li button.delete:hover {
          color: #00437A; }
  section.report .sections form {
    padding-top: 45px; }
    section.report .sections form > controls > label {
      position: absolute;
      top: -30px;
      clear: both;
      padding-bottom: 10px; }
    section.report .sections form > controls > control.title {
      left: -15px;
      right: -15px;
      width: auto; }
    section.report .sections form > controls > control.title label {
      padding-left: 15px; }
      @media (max-width: 767px) and (hover: none) {
        section.report .sections form > controls > control.title label {
          padding-left: 0; } }
    section.report .sections form > controls > actions {
      padding-right: 15px; }
    section.report .sections form > controls > control.add button {
      margin: -15px;
      box-sizing: content-box;
      padding: 24px 15px; }
  section.report div.section.add control.title {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    margin-top: -60px; }
  section.report div.add.chapter .form .title {
    border-bottom: none; }
  section.report control > label,
  section.report control > fieldset > legend {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  section.report button.add.large {
    background: #fff;
    color: #00437A;
    padding: 24px 10px 24px 49px;
    font-size: 16px;
    border: none;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    font-family: fontbold;
    border: 1px dashed #ccc; }
    section.report button.add.large:after {
      content: "";
      background: #00437A;
      width: 6px;
      height: 30px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -15px;
      margin-left: -80px; }
    section.report button.add.large:before {
      content: "";
      background: #00437A;
      width: 30px;
      height: 6px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -3px;
      margin-left: -92px; }
    section.report button.add.large:hover {
      color: #06464a; }
      section.report button.add.large:hover:after, section.report button.add.large:hover:before {
        background: #06464a; }
    section.report button.add.large.model {
      width: 32%;
      margin-left: 1%;
      float: left; }
      section.report button.add.large.model:after {
        left: 105px; }
      section.report button.add.large.model:before {
        left: 105px; }
      @media (max-width: 767px) and (hover: none) {
        section.report button.add.large.model {
          width: 100%;
          margin-left: 0%;
          margin-bottom: 4px !important; } }
    @media (min-width: 1300px) {
      section.report button.add.large {
        padding: 24px;
        font-size: 21px; } }
  section.report .sections button.add.large {
    padding: 16px;
    font-size: 17px;
    margin-bottom: 0; }
    section.report .sections button.add.large:before {
      width: 26px;
      height: 4px;
      margin-top: -2px;
      margin-left: -82px; }
    section.report .sections button.add.large:after {
      width: 4px;
      height: 26px;
      margin-top: -13px;
      margin-left: -71px; }
  section.report li button,
  section.report actions button {
    /*background: $color-primary;*/
    background: none;
    border: none;
    outline: none;
    padding: 0;
    font-size: 0;
    color: #00437A;
    font-family: 'Overbetuwe';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    section.report li button:before,
    section.report actions button:before {
      font-size: 20px;
      content: "\e600"; }
    section.report li button.disabled:before,
    section.report actions button.disabled:before {
      color: #ddd !important; }
    section.report li button.up:before,
    section.report actions button.up:before {
      content: "\e906"; }
    section.report li button.down:before,
    section.report actions button.down:before {
      content: "\e905"; }
    section.report li button.cancel:before,
    section.report actions button.cancel:before {
      content: "\e606";
      color: #aaa; }
    section.report li button.delete,
    section.report actions button.delete {
      margin-left: 20px; }
      section.report li button.delete:before,
      section.report actions button.delete:before {
        content: "\e907"; }
      section.report li button.delete.confirm:before,
      section.report actions button.delete.confirm:before {
        content: "\e651"; }
    section.report li button.close:before,
    section.report actions button.close:before {
      content: "\e908"; }
    section.report li button.add,
    section.report actions button.add {
      font-size: 20px;
      font-family: fontregular;
      border: 1px solid #ddd;
      padding: 9px 14px; }
      section.report li button.add:before,
      section.report actions button.add:before {
        font-family: Overbetuwe;
        content: "\e655";
        margin-right: 10px; }
  section.report actions button.add {
    margin-left: 20px; }
  section.report .generate {
    width: 100%;
    border-top: 2px solid #ccc;
    padding-top: 16px; }
    section.report .generate button {
      border: 1px solid #ddd;
      font-family: fontregular;
      padding: 14px 17px;
      margin-bottom: 40px;
      font-size: 17px;
      background: #00437A;
      color: #fff;
      border: none; }
      section.report .generate button:before {
        font-family: Overbetuwe;
        content: "\e612";
        margin-right: 10px; }
    section.report .generate.disabled button {
      color: #ddd;
      background-color: #fff;
      border: 1px solid #ddd; }
  section.report control.localities,
  section.report control.localities input {
    margin-bottom: 0; }
  section.report control.localities ul {
    padding-bottom: 20px;
    margin-bottom: 0; }
  section.report .locality-search {
    position: relative;
    max-width: 300px;
    padding-bottom: 10px; }
    section.report .locality-search label {
      margin-right: 10px;
      line-height: 28px;
      padding: 2px 0 4px; }
    section.report .locality-search input {
      border: none;
      box-shadow: none;
      text-align: left;
      width: 100%;
      border-bottom: 1px solid #ddd;
      padding: 2px 0 4px 10px;
      font-size: 21px;
      line-height: 28px;
      min-height: 0;
      position: relative;
      background: none;
      color: #00437A; }
    section.report .locality-search .autocomplete {
      position: absolute;
      top: 1px;
      left: 124px;
      font-size: 15px;
      line-height: 30px;
      color: #ccc;
      font-family: fontregular; }
    section.report .locality-search .cities {
      display: none;
      border: 1px dashed #bbb;
      padding: 10px 17px;
      position: absolute;
      z-index: +1;
      width: 100%;
      background: white;
      top: 50px; }
      section.report .locality-search .cities p {
        font-style: italic;
        margin-bottom: 8px; }
      section.report .locality-search .cities ul {
        list-style: none;
        font-style: italic;
        margin-bottom: 0; }
        section.report .locality-search .cities ul li {
          padding: 0 0 10px 0;
          color: #00437A;
          cursor: pointer; }
          section.report .locality-search .cities ul li:hover {
            font-weight: bold; }
    section.report .locality-search span.tooltip {
      z-index: 1;
      margin-top: -13px;
      opacity: 0;
      position: absolute;
      background: #00437A;
      color: #fff;
      padding: 10px 16px;
      top: 85%;
      left: 200px;
      white-space: nowrap;
      font-size: 17px;
      line-height: 17px;
      font-family: fontregular;
      -webkit-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
      -moz-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
      -o-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
      transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
      /* custom */
      -webkit-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
      -moz-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
      -o-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
      transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
      /* custom */ }
      section.report .locality-search span.tooltip:before {
        content: "";
        opacity: 0;
        border-bottom: 5px solid #00437A;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        position: absolute;
        top: -5px;
        margin-left: 71px;
        -webkit-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
        -moz-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
        -o-transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
        transition: all 0.3s cubic-bezier(0, 0.885, 0.905, 0.995);
        /* custom */
        -webkit-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
        -moz-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
        -o-transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
        transition-timing-function: cubic-bezier(0, 0.885, 0.905, 0.995);
        /* custom */ }
    section.report .locality-search.is-empty span.tooltip {
      top: 100%;
      opacity: 1; }
      section.report .locality-search.is-empty span.tooltip:before {
        opacity: 1; }
    section.report .locality-search.has-focus span.tooltip {
      opacity: 0; }
      section.report .locality-search.has-focus span.tooltip:before {
        opacity: 0; }
  section.report .add.section .add {
    margin-left: 20px; }
  section.report .comparisonGraph .graphTitleWrap p {
    text-align: left !important; }
  section.report .taxes-table {
    width: auto;
    margin-top: -40px; }
    section.report .taxes-table span.rotated {
      transform-origin: 0 0;
      transform: rotate(-45deg);
      display: inline-block;
      position: absolute;
      bottom: 0; }
    section.report .taxes-table span.placeholder {
      -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: tb-rl;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      opacity: 0; }
  section.report .taxes-table th {
    letter-spacing: 0.5px;
    font: 13px/14px fontbold, Arial, Sans-Serif;
    color: #5d5d5d;
    font-weight: bold;
    text-align: left;
    padding: 6px 0;
    position: relative;
    min-width: 27px; }
    section.report .taxes-table th:first-child {
      vertical-align: bottom; }
    section.report .taxes-table th:last-child {
      width: 100%; }
  section.report .taxes-table td {
    letter-spacing: 0.5px;
    font: 13px/14px fontregular, Arial, Sans-Serif;
    color: #5d5d5d;
    padding: 0px 6px 2px 0;
    width: 220px; }
  section.report .taxes-table td:first-child {
    width: auto;
    max-width: 1000px;
    min-width: 220px;
    white-space: nowrap; }
  section.report span.check {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #dddddd;
    border-radius: 3px; }
  section.report span.check.checked {
    background: #5ebf73; }
  section.report step article p {
    line-height: 25px; }
  section.report h2 + .comparisonGraphsInner {
    margin-top: 0 !important; }
  section.report .chapter h2 {
    margin-top: 2px;
    line-height: 36px;
    margin-bottom: 0;
    padding-top: 13px; }
  section.report .chapter .section .content {
    border-left: 4px solid #ddd;
    padding-left: 20px;
    margin-bottom: 30px; }
  section.report .chapter .section .graph-column {
    transition: none; }
  section.report .chapter .section .singleGraphs .result-wrapper {
    padding: 20px 0 60px; }
  section.report .chapter .section table {
    margin-bottom: 20px; }
  section.report .chapter .header {
    border-top: 2px solid #ddd;
    padding-top: 20px; }
    section.report .chapter .header h3 {
      margin-bottom: 11px; }
  section.report span.trim-prefix {
    overflow-x: hidden;
    text-indent: -67px;
    display: inline-block; }
  section.report .singleGraph, section.report .comparisonGraph {
    margin-top: 0;
    margin-bottom: 4px;
    padding-top: 0;
    padding-bottom: 0; }
  section.report h4,
  section.report span.total span,
  section.report span.totalSide span {
    margin: 0 0 2px;
    color: #616161;
    font-size: 14px; }
  section.report .singleGraphs .comparisonGraphsInner {
    margin-bottom: 10px; }
  section.report .singleGraph {
    margin-bottom: 0; }
    section.report .singleGraph .ember-view.graph {
      height: 1rem; }
    section.report .singleGraph .ember-view.graph .graph-column {
      height: 1rem;
      padding: 0; }
    section.report .singleGraph .graphTitleWrap {
      height: 1rem; }
    section.report .singleGraph .ember-view.graph .graph-column.total {
      padding: 0;
      display: none; }
    section.report .singleGraph .ember-view.graph .graph-column.total {
      top: -33px; }
    section.report .singleGraph .graphTitleWrap p {
      padding: 0;
      text-align: left; }
    section.report .singleGraph .totalSide {
      display: block;
      position: absolute;
      left: 100%;
      top: 0;
      margin-left: 20px; }
      section.report .singleGraph .totalSide span {
        white-space: nowrap;
        margin: 0; }
  section.report .comparisonGraphs {
    padding-top: 0; }
    section.report .comparisonGraphs .comparisonGraphsInner {
      margin: 20px 0; }
    section.report .comparisonGraphs .comparisonGraph {
      height: 1rem; }
      section.report .comparisonGraphs .comparisonGraph .graphTitleWrap {
        height: 1rem; }
      section.report .comparisonGraphs .comparisonGraph .graphWrap {
        height: 1rem; }
      section.report .comparisonGraphs .comparisonGraph .ember-view.graph {
        height: 1rem;
        margin: 0;
        margin-right: 6rem; }
        section.report .comparisonGraphs .comparisonGraph .ember-view.graph .graph-column {
          height: 1rem; }
    section.report .comparisonGraphs .totalSide span {
      margin: 0;
      line-height: 0.9em; }
  section.report .header h2 {
    /* background: #31a5ad; */
    /* color: #fff; */
    padding: 14px 20px 6px;
    margin: 0;
    /* padding-top: 10px; */
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    background: #ddd;
    color: #333;
    font-size: 19px; }
  section.report .header h2 + p {
    padding: 0 20px 20px;
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    background: #ddd; }
  section.report .chapter .section .singleGraphs .result-wrapper {
    padding: 6px 0 10px; }
  section.report input.year {
    width: 100px; }
  section.report .graph:hover .graph-column.visible .singlePrice .showMoney {
    top: -23px; }
  section.report .graph:hover .graph-column.visible:nth-of-type(2n+2) .singlePrice .showMoney {
    top: 15px; }
  @media print {
    section.report .report-component {
      page-break-after: always;
      page-break-inside: avoid; }
    section.report .report-component-table {
      page-break-inside: avoid; }
    section.report .report-component-tax-totals {
      page-break-inside: avoid; }
    section.report .report-component-tax {
      page-break-inside: avoid; }
    section.report body {
      /* this affects the margin on the content before sending to printer */
      margin: 0px; } }
  @media only screen and (min-width: 323px) and (max-width: 1023px) {
    section.report .singleGraphs .graphWrap {
      margin-right: 100px; } }
  @media (max-width: 767px) and (hover: none) {
    section.report .comparisonGraphs .graphTitleWrap {
      overflow: hidden; }
    section.report .comparisonGraphs .graphTitleWrap p {
      display: block;
      margin-left: -57px; } }
  @media only screen and (max-width: 380px) {
    section.report .taxes-table th {
      min-width: 19px; }
    section.report .taxes-table span.rotated {
      font-size: 11px;
      letter-spacing: -0.3px;
      min-width: 17px; } }

section.report .sections button.add.large {
  text-align: left;
  text-indent: 26px; }

section.report .sections button.add.large:after {
  top: 11px;
  left: 20px;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  text-align: left; }

section.report .sections button.add.large:before {
  top: 22px;
  left: 9px;
  margin-left: 0;
  margin-top: 0;
  position: absolute; }

@media only screen and (max-width: 1299px) {
  section.report form > controls > control .chapter div.title > h2 {
    min-height: 37px;
    line-height: 37px;
    font-size: 16px;
    padding: 0 0 0 8px; }
  section.report form > controls > control .section div.title > h2 {
    min-height: 25px;
    line-height: 25px;
    font-size: 14px;
    padding: 0 0 0 6px; }
  section.report .chapters form control.title label {
    display: inline-block;
    width: auto;
    min-height: 38px;
    font-family: fontregular, arial, sans-serif;
    font-size: 17px;
    padding: 0px 0 0px 30px;
    line-height: 27px;
    height: 37px;
    line-height: 37px; }
  section.report .chapters form control.title input {
    border: none;
    box-shadow: none;
    text-align: left;
    padding: 0 10px;
    font-size: 17px;
    margin-bottom: 0;
    height: 32px;
    line-height: 34px;
    background: none;
    width: 100%;
    position: absolute;
    transition: none;
    min-height: 36px; }
  section.report .chapters form > controls {
    padding: 20px 0; }
  section.report .sections form {
    margin-bottom: 0; }
  section.report .sections button.add.large {
    padding: 8px;
    font-size: 14px; }
  section.report .sections button.add.large:after {
    width: 2px;
    height: 16px;
    top: 7px;
    left: 16px;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    text-align: left;
    text-indent: 24px; }
  section.report .sections button.add.large:before {
    width: 16px;
    height: 2px;
    top: 14px;
    left: 9px;
    margin-left: 0;
    margin-top: 0;
    position: absolute; } }

@media (max-width: 1023px) {
  section.report .singleGraphs {
    position: static; }
    section.report .singleGraphs .singleGraph {
      position: static; }
    section.report .singleGraphs .graphWrap {
      width: 49%;
      float: left; }
    section.report .singleGraphs .graphTitleWrap {
      position: static;
      top: 0;
      width: auto; }
  section.report .taxes-table td:first-child {
    min-width: 1px;
    padding-right: 11px; }
  section.report .comparisonGraphs .comparisonGraph .graphWrap {
    float: right; }
  section.report .comparisonGraphs .comparisonGraph .ember-view.graph .totalSide {
    display: block;
    right: 0;
    width: auto !important;
    top: 0;
    position: relative;
    font-size: 16px; }
    section.report .comparisonGraphs .comparisonGraph .ember-view.graph .totalSide span {
      text-align: left; }
  section.report .comparisonGraphs .comparisonGraph .ember-view.graph .graph-column.total {
    display: none; } }

@media (max-width: 767px) and (hover: none) {
  section.report form > controls > control .section div.title {
    padding: 5px 3px; }
    section.report form > controls > control .section div.title > h2 {
      line-height: 19px; } }

@media print {
  section.report .singleGraph {
    width: 100%;
    top: 0 !important; }
    section.report .singleGraph:last-child {
      margin-top: 4px; }
  section.report .graphWrap {
    width: 69%;
    top: 0; }
  section.report .graphTitleWrap {
    top: 0; }
  section.report div.singleGraph:last-of-type .graphTitleWrap {
    top: 0; }
  section.report h4 + .ember-view {
    padding-bottom: 15px; }
  section.report .chapter .section .singleGraphs .result-wrapper {
    padding: 0; }
  section.report .comparisonGraphs {
    padding-top: 0px; }
  section.report .comparisonGraph .ember-view.graph .totalSide {
    display: block;
    right: initial;
    width: auto !important;
    top: initial;
    position: static;
    font-size: 16px; }
  section.report section.report .singleGraphs .comparisonGraphsInner .singleGraph {
    top: 0 !important; }
  section.report .comparisonGraph .ember-view.graph .totalSide span {
    text-align: left; }
  section.report .taxes h4, section.report .combined h4 {
    margin: 0 0 10px; }
  section.report div.chapter {
    page-break-after: always; }
  section.report div.section,
  section.report div.section div.combined,
  section.report div.section div.taxes > * {
    page-break-inside: avoid; }
  section.report h1 {
    font-size: 60px;
    line-height: 79px;
    margin: 100px 100px 100px;
    text-align: center; }
    section.report h1 + p {
      background: #f2f2f2;
      padding: 40px;
      font-size: 20px;
      line-height: 34px;
      margin: 40px;
      position: relative;
      page-break-after: always; }
      section.report h1 + p:after {
        content: "Toelichting op de grafieken: Van links naar rechts tonen we standaard OZB, rioolheffing, afvalstoffenheffing. ";
        display: block;
        top: 100%;
        width: 100%;
        background: #f2f2f2;
        font-size: 20px;
        line-height: 34px;
        margin-top: 40px; }
  .build-info {
    display: none !important; }
  header {
    display: block;
    position: relative; }
    header logo {
      top: 40px; }
  header nav > a {
    display: none !important; }
  step {
    background: #fff; }
    step footer button {
      display: none !important; } }

form messages {
  min-height: 0;
  position: relative;
  float: left;
  right: 0;
  padding: 0;
  width: auto;
  background: none;
  border: 1px solid #e5e5e5;
  min-width: 230px;
  max-width: 550px;
  margin-right: -550px; }
  form messages.hidden {
    border: 0; }
  form messages.visible {
    margin-bottom: 20px; }
  form messages:before {
    content: none; }
  form messages:after {
    content: none; }
  form messages message {
    background: #eee;
    border: none;
    font-size: 14px;
    font-family: fontregular;
    padding: 11px 17px 11px 44px;
    color: #aaa; }
    form messages message.hidden {
      padding: 0 17px 0 44px; }
    form messages message.error {
      color: #c60f13; }
    form messages message:before {
      content: "\e641";
      font-family: 'Overbetuwe';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: sub;
      font-size: 19px;
      margin-right: 8px;
      position: absolute;
      left: 13px;
      top: 10px; }
    form messages message.hidden {
      margin-bottom: 0; }
    @media (max-width: 767px) and (hover: none) {
      form messages message {
        font-size: 13px; } }

form messages {
  margin-right: auto; }

form input + messages.visible {
  margin-bottom: 9px; }

.loader-container {
  min-height: 440px; }
  .loader-container .caption {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: 52px;
    text-align: center;
    font-weight: bold;
    color: #ccc; }
  .loader-container .loader {
    width: 128px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -65.5px;
    margin-left: -64px; }
    .loader-container .loader .logo {
      background-image: url("../images/maasgouw.png");
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: 100%;
      height: 100%; }
  .loader-container .loader .dots {
    margin-top: 20px;
    position: relative;
    left: 50%;
    margin-left: -50px;
    height: 20px; }
    .loader-container .loader .dots .dot {
      float: left;
      margin-right: 4px;
      height: 16px;
      width: 16px; }
      .loader-container .loader .dots .dot .circle {
        animation: dots 2s infinite;
        stroke: #00437A;
        fill: #00437A; }
      .loader-container .loader .dots .dot:nth-child(1) .circle {
        animation-delay: 0s; }
      .loader-container .loader .dots .dot:nth-child(2) .circle {
        animation-delay: 0.15s; }
      .loader-container .loader .dots .dot:nth-child(3) .circle {
        animation-delay: 0.3s; }
      .loader-container .loader .dots .dot:nth-child(4) .circle {
        animation-delay: 0.45s; }
      .loader-container .loader .dots .dot:nth-child(5) .circle {
        animation-delay: 0.6s; }
  .loader-container .loader.development .logo,
  .loader-container .loader.beta .logo {
    animation: bounce 1s cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite; }
  .loader-container .loader.development .dots,
  .loader-container .loader.beta .dots {
    display: none; }
  .loader-container .loader.development:after,
  .loader-container .loader.beta:after {
    position: absolute;
    bottom: -10px;
    left: 10.66667px;
    display: block;
    width: 106.66667px;
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    animation: shadow 1s cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
    content: ''; }

@keyframes bounce {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.85, 1.1) translateY(-15px); } }

@keyframes shadow {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.5, 1);
    background: rgba(0, 0, 0, 0.05); } }

@keyframes dots {
  0% {
    transform: scale(0.5, 0.5) translateX(8px) translateY(8px);
    fill: #00437A; }
  40% {
    transform: scale(1, 1);
    fill: #f6f6f6; }
  100% {
    transform: scale(0.5, 0.5) translateX(8px) translateY(8px);
    fill: #00437A; } }

dialog {
  border: none;
  background: none; }

.cookies .modalDialog {
  top: auto; }

.cookies .modalDialogOverlay {
  display: none; }

.cookies .modalDialog .modalDialogInner {
  left: 20px;
  right: 20px;
  height: auto;
  bottom: 20px;
  top: auto;
  margin-left: 0;
  width: auto;
  min-height: 0;
  max-height: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px), (hover: hover) {
    .cookies .modalDialog .modalDialogInner {
      max-width: 560px; }
      .cookies .modalDialog .modalDialogInner .modalDialogContents {
        padding: 10px 25px 0; } }

.cookies .modalDialog .modalDialogWindow {
  height: auto;
  max-height: none;
  background: white;
  backdrop-filter: blur(5px); }

.cookies .modalDialog .modalDialogWindowInner {
  background: none; }

.cookies .modalDialog .modalDialogContents {
  padding: 10px 10px 0;
  background: none;
  z-index: 2; }

.cookies .modalDialog .modalDialogWindowInner:before,
.cookies .modalDialog .modalDialogWindowInner:after {
  content: none; }

.cookies .modalDialog .cookieBannerForm {
  display: flex; }

.cookies .modalDialog h1,
.cookies .modalDialog .close {
  display: none; }

.cookies .modalDialog input {
  border: none !important;
  background: #f5f5f5;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  color: #7d7d7d;
  border-radius: 3px;
  margin-right: 20px;
  clear: none;
  display: inline-block;
  display: block;
  font: 15px/21px fontbold, Arial, sans-serif;
  padding: 10px 20px;
  margin-bottom: 0; }

.cookies .modalDialog input#cookieBannerTrackingAllow {
  background: #333;
  color: #fff;
  box-shadow: none; }

.cookies .modalDialog input#cookieBannerTrackingDisallow {
  border: none !important;
  background: #aaa;
  color: #333;
  box-shadow: none; }

.cookies .modalDialog input#cookieBannerTrackingAllow:hover {
  background: #111; }

.cookies .modalDialog input#cookieBannerTrackingDisallow:hover {
  background: #ccc; }

@media (max-width: 1023px) {
  .cookies .modalDialog p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 12px; }
  .cookies .modalDialog input {
    font-size: 12px;
    margin-right: 10px;
    padding: 10px 10px; } }

.contrast-button {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: none;
  background: none; }
  .contrast-button .contrast {
    background: #fff;
    display: inline-block;
    height: 18px;
    width: 9px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    position: relative;
    top: 0;
    margin-right: 9px;
    cursor: pointer;
    text-indent: -9999px; }
    .contrast-button .contrast:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 200%;
      height: 100%;
      background: #999;
      border-radius: 50%;
      z-index: -1;
      box-shadow: 0 0 0 3px #999; }
  .contrast-button:hover .contrast:after {
    background: #595959;
    box-shadow: 0 0 0 3px #595959; }

@media only screen {
  body.high-contrast {
    background-color: #000; }
    body.high-contrast .contrast-button .contrast {
      background: #000; }
    body.high-contrast .contrast-button .contrast:after {
      background: #fff;
      box-shadow: 0 0 0 3px #000; }
    body.high-contrast .contrast-button:hover .contrast {
      background: #595959; }
    body.high-contrast .contrast-button:hover .contrast:after {
      background: #fff;
      box-shadow: 0 0 0 3px #595959; }
    body.high-contrast > .ember-view,
    body.high-contrast application,
    body.high-contrast index,
    body.high-contrast .page-content-right,
    body.high-contrast .page-content-left {
      background-color: #000 !important; }
    body.high-contrast *::-webkit-input-placeholder {
      /* WebKit browsers */
      color: rgba(255, 255, 255, 0.4) !important; }
    body.high-contrast *:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: rgba(255, 255, 255, 0.4) !important;
      opacity: 1; }
    body.high-contrast *::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: rgba(255, 255, 255, 0.4) !important; }
    body.high-contrast *:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: rgba(255, 255, 255, 0.4) !important; }
    body.high-contrast *::placeholder {
      color: rgba(255, 255, 255, 0.4) !important; }
  html.high-contrast {
    background-color: #000; }
  body.high-contrast .button,
  body.high-contrast #buttonnav ul li a {
    background: white !important;
    color: #000 !important; }
  body.high-contrast .button:before,
  body.high-contrast #buttonnav ul li a:before,
  body.high-contrast #buttonnav ul li a:after {
    content: none !important; }
  body.high-contrast .wzStep .wzSubmit,
  body.high-contrast .wzStep .wzButton {
    background: #fff !important;
    color: #000 !important; }
  body.high-contrast .textBlock .button {
    bottom: 0;
    padding: 12px 20px; }
  body.high-contrast a {
    color: #fff;
    text-decoration: underline; }
    body.high-contrast a:hover {
      color: #fff; }
  body.high-contrast .dropdown a,
  body.high-contrast navigation a,
  body.high-contrast aside a {
    text-decoration: none; }
  body.high-contrast .modalDialogContents a {
    color: #000; }
  body.high-contrast .foto {
    background: none !important;
    border: 1px solid #fff; }
  body.high-contrast index .logo-grid ul li img {
    filter: grayscale(1) !important;
    -webkit-filter: grayscale(1) !important; }
  body.high-contrast [class*=" icon-"]:before {
    color: #000; }
  body.high-contrast aside [class*=" icon-"]:before {
    color: #fff; }
  body.high-contrast ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666; }
  body.high-contrast :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
    opacity: 1; }
  body.high-contrast ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666; }
  body.high-contrast :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666; }
  body.high-contrast ::selection {
    background: #000;
    color: #fff; }
  body.high-contrast ::-moz-selection {
    background: #000;
    color: #fff; }
  body.high-contrast button-handle,
  body.high-contrast button,
  body.high-contrast a,
  body.high-contrast input,
  body.high-contrast select,
  body.high-contrast textarea {
    outline-offset: -1px; }
    body.high-contrast button-handle:focus,
    body.high-contrast button:focus,
    body.high-contrast a:focus,
    body.high-contrast input:focus,
    body.high-contrast select:focus,
    body.high-contrast textarea:focus {
      outline: 4px dashed #fff;
      outline-offset: -3px;
      border: none; }
  body.high-contrast header button:focus {
    outline-color: #000; }
  body.high-contrast input:focus,
  body.high-contrast select:focus,
  body.high-contrast textarea:focus {
    box-shadow: none;
    color: #fff; }
  body.high-contrast input::selection,
  body.high-contrast select::selection,
  body.high-contrast textarea::selection {
    background: #000;
    color: #fff; }
  body.high-contrast input::-moz-selection,
  body.high-contrast select::-moz-selection,
  body.high-contrast textarea::-moz-selection {
    background: #000;
    color: #fff; }
  body.high-contrast button[role='checkbox'][aria-checked=true]:after,
  body.high-contrast button[role='radio'][aria-checked=true]:after {
    background-color: #000; }
  body.high-contrast p,
  body.high-contrast h1,
  body.high-contrast h2,
  body.high-contrast h3,
  body.high-contrast h4 {
    color: #fff; }
  body.high-contrast .error p,
  body.high-contrast .error h1,
  body.high-contrast .error h2,
  body.high-contrast .error h3,
  body.high-contrast .error h4 {
    color: #000; }
  body.high-contrast nav.main-menu a {
    color: #000; }
    body.high-contrast nav.main-menu a:hover {
      color: #000; }
    body.high-contrast nav.main-menu a:focus {
      outline: 3px dotted #000; }
  body.high-contrast header logo a {
    filter: brightness(0.1) grayscale(1); }
  body.high-contrast header nav .menu-button span,
  body.high-contrast header nav .menu-button:hover span {
    background: #000; }
    body.high-contrast header nav .menu-button span:before, body.high-contrast header nav .menu-button span:after,
    body.high-contrast header nav .menu-button:hover span:before,
    body.high-contrast header nav .menu-button:hover span:after {
      background: #000; }
  body.high-contrast #loader {
    box-shadow: 0 0 1px 1px black;
    background: #fff; }
    body.high-contrast #loader #loader-task {
      color: #000; }
    body.high-contrast #loader .bar {
      border: 2px solid #000;
      box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2); }
      body.high-contrast #loader .bar .progress {
        background: #000;
        background: linear-gradient(#000, #404040); }
  body.high-contrast div.logo {
    filter: grayscale(1); }
  body.high-contrast index h1,
  body.high-contrast index h2,
  body.high-contrast index h3,
  body.high-contrast index p,
  body.high-contrast index .index .locality-search li,
  body.high-contrast index .index .locality-search input,
  body.high-contrast .index h1,
  body.high-contrast .index h2,
  body.high-contrast .index h3,
  body.high-contrast .index p,
  body.high-contrast .index .index .locality-search li,
  body.high-contrast .index .index .locality-search input {
    color: #000; }
  body.high-contrast index .index .locality-search span.tooltip {
    color: #fff;
    background-color: #000; }
    body.high-contrast index .index .locality-search span.tooltip:before {
      border-bottom-color: #000; }
  body.high-contrast index .index .index-locality .button,
  body.high-contrast index .index .row .columns .button {
    background: #000 !important;
    color: #fff !important;
    text-decoration: none; }
  body.high-contrast .auth label,
  body.high-contrast .auth input {
    color: #000; }
  body.high-contrast .auth button, body.high-contrast #taxplan-delete .btn-group button {
    color: #000; }
  body.high-contrast section.step step > .row,
  body.high-contrast section.result > .row {
    background-color: #000;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    min-height: 100%; } }
  @media only screen and (min-width: 768px), only screen and (hover: hover) {
    body.high-contrast section.step step > .row,
    body.high-contrast section.result > .row {
      margin-bottom: 20px; } }

@media only screen and (min-width: 768px), only screen and (hover: hover) {
  body.high-contrast section.step.subject {
    padding-bottom: 20px; } }

@media only screen {
  body.high-contrast section.step step {
    background: #000; }
  body.high-contrast section.step p,
  body.high-contrast section.step h1,
  body.high-contrast section.step h2,
  body.high-contrast section.step h3,
  body.high-contrast section.step li {
    color: #fff; }
  body.high-contrast section.step > .large-2 {
    z-index: +1; }
  body.high-contrast section.step > .large-10 {
    box-shadow: inset 0 0 0 1px #fff; }
  body.high-contrast section.step article {
    background: none; }
    body.high-contrast section.step article p,
    body.high-contrast section.step article h1,
    body.high-contrast section.step article h2,
    body.high-contrast section.step article h3,
    body.high-contrast section.step article label {
      color: #fff; }
  body.high-contrast section.step input,
  body.high-contrast section.step select,
  body.high-contrast section.step textarea {
    background: #000;
    color: #fff;
    border: 1px solid #fff; }
    body.high-contrast section.step input:focus,
    body.high-contrast section.step select:focus,
    body.high-contrast section.step textarea:focus {
      color: #fff;
      box-shadow: none; }
    body.high-contrast section.step input::selection,
    body.high-contrast section.step select::selection,
    body.high-contrast section.step textarea::selection {
      background: none;
      color: #fff; }
    body.high-contrast section.step input::-moz-selection,
    body.high-contrast section.step select::-moz-selection,
    body.high-contrast section.step textarea::-moz-selection {
      background: none;
      color: #fff; }
  body.high-contrast section.step slider input:focus {
    color: #000; }
    body.high-contrast section.step slider input:focus::selection {
      background: none;
      color: #000; }
  body.high-contrast section.step .add:not(.disabled) button,
  body.high-contrast section.step button-handle,
  body.high-contrast section.step button,
  body.high-contrast section.step input[type="radio"] + label,
  body.high-contrast section.step input[type="checkbox"] + label {
    background: #000;
    color: #fff;
    border: 1px solid #fff; }
  body.high-contrast section.step button[aria-checked=true],
  body.high-contrast section.step input[type="radio"]:checked + label,
  body.high-contrast section.step input[type="checkbox"]:checked + label {
    background: #fff;
    color: #000; }
  body.high-contrast section.step button-handle:hover,
  body.high-contrast section.step button[aria-checked=false]:hover,
  body.high-contrast section.step input[type="radio"]:not(:checked) + label:hover,
  body.high-contrast section.step input[type="checkbox"]:not(:checked) + label:hover {
    background: repeating-linear-gradient(45deg, #000, #000 5px, #333333 5px, #333333 10px) !important;
    color: #fff; }
  body.high-contrast section.step slider > range {
    background: repeating-linear-gradient(45deg, #000, #000 5px, #333333 5px, #333333 10px) !important;
    border-radius: 0; }
  body.high-contrast section.step slider > button-handle:before {
    border-top: 5px solid #fff; }
  body.high-contrast section.step .smart-value button[class^="icon-"]:before {
    color: #fff; }
  body.high-contrast section.step .smart-value button[class^="icon-"].icon-minus:hover {
    box-shadow: inset -1px 0 0 0 #fff; }
  body.high-contrast section.step .smart-value button[class^="icon-"].icon-plus:hover {
    box-shadow: inset 1px 0 0 0 #fff; }
  body.high-contrast section.step .smart-value button[class^="icon-"]:hover {
    background: repeating-linear-gradient(45deg, #000, #000 5px, #333333 5px, #333333 10px) !important; }
    body.high-contrast section.step .smart-value button[class^="icon-"]:hover:before {
      color: #fff; }
  body.high-contrast section.step form[type].resident-address-search span[role="checkbox"][aria-checked=true] input-figure:before {
    background: #000; }
  body.high-contrast section.step form[type].resident-address-search span[role="checkbox"][aria-checked=true] input-figure:after {
    background: #000; }
  body.high-contrast section.step form[type].resident-address-search button {
    background: #000;
    opacity: 1; }
  body.high-contrast section.step form[type].resident-address-search h2 {
    color: #fff; }
  body.high-contrast section.step control[type='radio'] > fieldset > legend {
    color: #fff; }
  body.high-contrast section.step button.icon-question {
    color: #fff;
    border: unset; }
  body.high-contrast section.step panel.ownerValue label {
    color: #fff; }
  body.high-contrast section.step footer total span {
    color: #000; }
    body.high-contrast section.step footer total span.sign, body.high-contrast section.step footer total span.amount {
      color: #000; } }

@media only screen and (min-width: 768px), only screen and (hover: hover) {
  body.high-contrast section.step footer total {
    background: none;
    border: 1px solid #fff; }
    body.high-contrast section.step footer total span {
      color: #fff; }
      body.high-contrast section.step footer total span.sign, body.high-contrast section.step footer total span.amount {
        color: #fff; } }

@media only screen {
  body.high-contrast section.step footer .previous > button {
    background: none;
    color: #fff; }
  body.high-contrast section.step footer control:not(.disabled) > button {
    background: none;
    color: #fff; }
  body.high-contrast section.step control.disabled > button {
    background: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px) !important;
    color: #fff;
    opacity: 0.3;
    cursor: default; }
  body.high-contrast section.step .smart-value-wrapper > button.values {
    border: 1px solid #fff;
    background-color: #fff;
    background: none;
    color: #fff;
    clear: both; }
    body.high-contrast section.step .smart-value-wrapper > button.values:hover {
      background: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px) !important; }
  body.high-contrast section.step .smart-value-wrapper input, body.high-contrast section.step .smart-value-wrapper input:focus {
    border: 1px solid #fff;
    background: none;
    color: #fff; }
  body.high-contrast section.step slider > button-handle span {
    background: #ffffff;
    color: #000; }
  body.high-contrast section.step em {
    font-weight: bold; }
  body.high-contrast section.step em.green,
  body.high-contrast section.step em.red,
  body.high-contrast section.step .zone label,
  body.high-contrast section.step label {
    color: #fff; }
  body.high-contrast section.business step.property form[type="businessFormsTaxPropertyGenericAdd"] actions button {
    background: #000;
    color: #fff;
    border: 1px solid #fff; }
    body.high-contrast section.business step.property form[type="businessFormsTaxPropertyGenericAdd"] actions button:hover {
      background: repeating-linear-gradient(45deg, #000, #000 5px, #333333 5px, #333333 10px) !important;
      color: #fff; }
  body.high-contrast section.business step.parking .smart-value-wrapper > button.icon-plus:before, body.high-contrast section.business step.parking .smart-value > button.icon-minus:before {
    color: #fff; }
  body.high-contrast .result .button.with-arrow {
    background: none !important;
    color: #fff !important; }
  body.high-contrast .result .viewMode button {
    border: 2px solid #fff;
    height: 38px;
    width: 40px; }
    body.high-contrast .result .viewMode button:before {
      color: #fff; }
    body.high-contrast .result .viewMode button[aria-checked=true] {
      background-color: #fff; }
      body.high-contrast .result .viewMode button[aria-checked=true]:before {
        color: #000; } }
  @media only screen and (max-width: 767px) and (hover: none) {
    body.high-contrast .result .viewMode button {
      height: 35px;
      width: 36px; } }

@media only screen and (max-width: 767px) and (hover: none) {
  body.high-contrast result:not(.charges):not(.wa-charges) .viewMode {
    width: 35px; } }

@media only screen {
  body.high-contrast .result article .option-toggle:after
, body.high-contrast ul.dropdown:after {
    border-top: 5px solid #fff; }
  body.high-contrast .result article .option-toggle
>
li, body.high-contrast ul.dropdown > li {
    border: 2px solid #fff; }
    body.high-contrast .result article .option-toggle
>
li,
    body.high-contrast .result article .option-toggle
>
li span, body.high-contrast ul.dropdown > li,
    body.high-contrast ul.dropdown > li span {
      color: #fff; }
    body.high-contrast .result article .option-toggle
>
li > button:hover, body.high-contrast ul.dropdown > li > button:hover {
      background: none !important; }
    body.high-contrast .result article .option-toggle
>
li button, body.high-contrast ul.dropdown > li button {
      border: none;
      color: #fff; }
      body.high-contrast .result article .option-toggle
>
li button:before, body.high-contrast ul.dropdown > li button:before {
        color: #fff; }
    body.high-contrast .result article .option-toggle
>
li:before, body.high-contrast ul.dropdown > li:before {
      left: 0px;
      right: 1px;
      background-color: #000; }
    body.high-contrast .result article .option-toggle
>
li:after, body.high-contrast ul.dropdown > li:after {
      border-top: 5px solid #fff; }
    body.high-contrast .result article .option-toggle
>
li ul, body.high-contrast ul.dropdown > li ul {
      box-shadow: 0 0 0 2px white;
      background: #000;
      margin-top: 2px; }
      body.high-contrast .result article .option-toggle
>
li ul li button, body.high-contrast ul.dropdown > li ul li button {
        background-color: #000; }
  body.high-contrast .topBar ul.dropdown > li {
    background: #000;
    line-height: 14px;
    padding: 0; }
    body.high-contrast .topBar ul.dropdown > li:last-child {
      padding-right: 25px; }
    body.high-contrast .topBar ul.dropdown > li > span,
    body.high-contrast .topBar ul.dropdown > li button {
      display: block;
      padding: 7px 16px 7px 5px;
      line-height: 14px; } }
    @media only screen and (min-width: 768px), only screen and (hover: hover) {
      body.high-contrast .topBar ul.dropdown > li > span,
      body.high-contrast .topBar ul.dropdown > li button {
        padding: 7px 10px 7px; } }

@media only screen {
      body.high-contrast .topBar ul.dropdown > li > span:hover,
      body.high-contrast .topBar ul.dropdown > li button:hover {
        background: repeating-linear-gradient(45deg, #000, #000 5px, #333333 5px, #333333 10px) !important; }
    body.high-contrast .topBar ul.dropdown > li span.active {
      background: #fff !important;
      color: #000 !important; }
    body.high-contrast .topBar ul.dropdown > li > ul {
      width: auto;
      margin-left: 2px;
      margin-right: 2px; } }
    @media only screen and (min-width: 768px), only screen and (hover: hover) {
      body.high-contrast .topBar ul.dropdown > li > ul {
        top: 100%; } }

@media only screen {
      body.high-contrast .topBar ul.dropdown > li > ul li {
        color: #fff; }
        body.high-contrast .topBar ul.dropdown > li > ul li > div,
        body.high-contrast .topBar ul.dropdown > li > ul li > a,
        body.high-contrast .topBar ul.dropdown > li > ul li > button {
          box-shadow: 0 0 0 1px #fff; }
  body.high-contrast section#council ul.dropdown.sorting > li > ul,
  body.high-contrast section#council .switchProposals ul.dropdown > li > ul {
    margin-left: 0;
    margin-right: 0;
    left: 2px;
    right: 2px;
    min-width: initial;
    width: auto; }
  body.high-contrast section#council .switchProposals {
    background: none; }
  body.high-contrast .topBar ul.dropdown.sorting button {
    padding: 0; }
  body.high-contrast .topBar .filters ul.dropdown > li {
    display: block;
    padding: 7px 26px 7px 10px; }
    body.high-contrast .topBar .filters ul.dropdown > li:hover {
      background: repeating-linear-gradient(45deg, #000, #000 5px, #333333 5px, #333333 10px) !important; }
  body.high-contrast .result .wa-charges #wa-charges,
  body.high-contrast .result .average-locality #average-locality,
  body.high-contrast .result .average-national #average-national,
  body.high-contrast .result .comparison-national #comparison-national,
  body.high-contrast .result .comparison-regional #comparison-regional,
  body.high-contrast .result .comparison-real #comparison-real,
  body.high-contrast .result .charges #charges {
    background: #fff !important;
    color: #000 !important; }
    body.high-contrast .result .wa-charges #wa-charges:before,
    body.high-contrast .result .average-locality #average-locality:before,
    body.high-contrast .result .average-national #average-national:before,
    body.high-contrast .result .comparison-national #comparison-national:before,
    body.high-contrast .result .comparison-regional #comparison-regional:before,
    body.high-contrast .result .comparison-real #comparison-real:before,
    body.high-contrast .result .charges #charges:before {
      color: #000 !important; }
  body.high-contrast section#council .dropdown li ul li a {
    background-color: #000;
    color: #fff; }
    body.high-contrast section#council .dropdown li ul li a:before {
      color: #fff; }
    body.high-contrast section#council .dropdown li ul li a:hover {
      background: repeating-linear-gradient(45deg, #000, #000 5px, #333333 5px, #333333 10px) !important; }
    body.high-contrast section#council .dropdown li ul li a.checked, body.high-contrast section#council .dropdown li ul li a.active {
      background: #fff !important;
      color: #000 !important; }
      body.high-contrast section#council .dropdown li ul li a.checked:before, body.high-contrast section#council .dropdown li ul li a.active:before {
        color: #000 !important; }
      body.high-contrast section#council .dropdown li ul li a.checked:hover, body.high-contrast section#council .dropdown li ul li a.active:hover {
        background: repeating-linear-gradient(-45deg, #fff, #fff 5px, #ccc 5px, #ccc 10px) !important; }
    body.high-contrast section#council .dropdown li ul li a.icon-plus {
      background: #000 !important;
      color: #fff !important;
      box-shadow: none; }
      body.high-contrast section#council .dropdown li ul li a.icon-plus:before {
        color: #fff !important; }
      body.high-contrast section#council .dropdown li ul li a.icon-plus:hover {
        background: repeating-linear-gradient(45deg, #000, #000 5px, #333333 5px, #333333 10px) !important;
        box-shadow: 0 0 0 1px #fff; }
  body.high-contrast section#council .filters .dropdown li ul li a.active {
    background: #fff !important;
    color: #000 !important; }
    body.high-contrast section#council .filters .dropdown li ul li a.active:hover {
      background: repeating-linear-gradient(-45deg, #fff, #fff 5px, #ccc 5px, #ccc 10px) !important; }
    body.high-contrast section#council .filters .dropdown li ul li a.active:before {
      color: #000 !important; }
  body.high-contrast section#council .filters .dropdown li ul li button {
    background-color: #000;
    color: #fff; }
    body.high-contrast section#council .filters .dropdown li ul li button:before {
      color: #fff; }
    body.high-contrast section#council .filters .dropdown li ul li button:hover {
      background: repeating-linear-gradient(45deg, #000, #000 5px, #333333 5px, #333333 10px) !important; }
    body.high-contrast section#council .filters .dropdown li ul li button.checked, body.high-contrast section#council .filters .dropdown li ul li button.active {
      background: #fff !important;
      color: #000 !important; }
      body.high-contrast section#council .filters .dropdown li ul li button.checked:before, body.high-contrast section#council .filters .dropdown li ul li button.active:before {
        color: #000 !important; }
      body.high-contrast section#council .filters .dropdown li ul li button.checked:hover, body.high-contrast section#council .filters .dropdown li ul li button.active:hover {
        background: repeating-linear-gradient(-45deg, #fff, #fff 5px, #ccc 5px, #ccc 10px) !important; }
  body.high-contrast .result article .localities ul li.enabled button {
    background-color: #fff;
    color: #000; }
    body.high-contrast .result article .localities ul li.enabled button:before {
      color: #000; }
    body.high-contrast .result article .localities ul li.enabled button:hover {
      background: repeating-linear-gradient(-45deg, #fff, #fff 5px, #ccc 5px, #ccc 10px) !important; }
  body.high-contrast .result article .localities .cities {
    background: #000; }
    body.high-contrast .result article .localities .cities ul {
      box-shadow: none; }
    body.high-contrast .result article .localities .cities li {
      color: #fff;
      text-decoration: underline; }
  body.high-contrast .graph-column:not(.total) {
    box-shadow: inset 1px 0 0 0 #000;
    background-color: #fff; }
    body.high-contrast .graph-column:not(.total):nth-child(odd) {
      background-color: #666 !important; }
    body.high-contrast .graph-column:not(.total):nth-child(even) {
      background-color: #fff !important; }
      body.high-contrast .graph-column:not(.total):nth-child(even):after {
        filter: invert(100%); }
  body.high-contrast .ember-view.graph .graph-column .showMoney span {
    color: #000; }
    body.high-contrast .ember-view.graph .graph-column .showMoney span:before {
      color: #000; }
  body.high-contrast .ember-view.graph .totalSide,
  body.high-contrast .ember-view.graph .total,
  body.high-contrast .ember-view.graph .graph-column.total {
    color: #fff; }
  body.high-contrast .graphDiffWrap {
    color: #fff; }
  body.high-contrast .comparisonGraph.current, body.high-contrast .comparisonGraph.self {
    border-top: 1px dashed #888;
    border-bottom: 1px dashed #888;
    background: none; }
    body.high-contrast .comparisonGraph.current.hidden, body.high-contrast .comparisonGraph.self.hidden {
      border-color: transparent; }
    body.high-contrast .comparisonGraph.current:before, body.high-contrast .comparisonGraph.self:before {
      content: none; }
  body.high-contrast .result-wrapper table td, body.high-contrast .result-wrapper table th {
    color: #fff; }
  body.high-contrast .result-wrapper table tr.self,
  body.high-contrast .result-wrapper table tr.current {
    background: none; }
    body.high-contrast .result-wrapper table tr.self td,
    body.high-contrast .result-wrapper table tr.current td {
      border-top: 1px dashed #888;
      border-bottom: 1px dashed #888; }
  body.high-contrast .result-wrapper table tr.self + tr td,
  body.high-contrast .result-wrapper table tr.current + tr td {
    border-top: none; }
  body.high-contrast form messages message.warning, body.high-contrast form messages message.error {
    color: #000; }
  body.high-contrast control {
    color: #fff; }
  body.high-contrast .modalDialogWindow h1, body.high-contrast .modalDialogWindow h2, body.high-contrast .modalDialogWindow h3, body.high-contrast .modalDialogWindow h4, body.high-contrast .modalDialogWindow h5, body.high-contrast .modalDialogWindow h6, body.high-contrast .modalDialogWindow p {
    color: #000; }
  body.high-contrast section.step aside button {
    border: none;
    background: none; }
    body.high-contrast section.step aside button span {
      display: none; }
    body.high-contrast section.step aside button:after {
      display: none; }
  body.high-contrast aside {
    z-index: +1;
    top: 0px;
    right: 0px;
    left: 0px;
    width: auto;
    background: #000;
    box-shadow: inset 0 -1px 0 0 #fff; }
    body.high-contrast aside button:nth-child(2), body.high-contrast aside button:nth-child(3), body.high-contrast aside button:nth-child(4), body.high-contrast aside button:nth-child(5), body.high-contrast aside button:nth-child(6), body.high-contrast aside button:nth-child(7) {
      background: none;
      color: #fff;
      box-shadow: inset 0 1px 0 0 #000; }
    body.high-contrast aside button.disabled i {
      opacity: .3; }
    body.high-contrast aside button:first-child {
      box-shadow: -1px 0px 0 0 #000, inset 0 1px 0 0 #000; }
    body.high-contrast aside button:last-child {
      box-shadow: 1px 0px 0 0 #000,inset 0 1px 0 0 #000; }
      body.high-contrast aside button:last-child:before {
        color: #fff; }
    body.high-contrast aside button.active {
      background: #fff;
      box-shadow: inset 1px 0px 0 0 #fff, inset 0 1px 0px 0 #fff, inset -1px 0px 0 0 #fff, inset 0 -2px 0 0 #000; }
      body.high-contrast aside button.active:hover {
        background: none; }
    body.high-contrast aside button.enabled:not(:last-child):after {
      border-left: none !important;
      right: -7px; }
    body.high-contrast aside button.enabled:not(:last-child):after {
      border-left: 7px solid #fff !important; }
    body.high-contrast aside button.enabled.active:hover {
      background: none !important; }
    body.high-contrast aside button.enabled:not(.active):hover {
      background: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px) !important; }
    body.high-contrast aside button.icon-tax.enabled, body.high-contrast aside button.result.enabled {
      background: none; }
  body.high-contrast #councilIndex article.welcome {
    background: #000;
    box-shadow: inset 0 0 0 1px #fff; }
    body.high-contrast #councilIndex article.welcome:after {
      content: none; }
    body.high-contrast #councilIndex article.welcome button {
      color: #000;
      background: #fff; }
    body.high-contrast #councilIndex article.welcome #backdrop {
      display: none; }
  body.high-contrast #councilIndex .login-block p {
    color: #000; }
  body.high-contrast #councilIndex label {
    color: #000; }
  body.high-contrast #councilIndex article.login-block p {
    color: #000; }
  body.high-contrast #councilIndex [name="tabs"] ~ label {
    color: #fff;
    box-shadow: 0 1px 0 0 #fff, 0 2px 0 0 #efefef, inset -1px 0 0 0 #fff, inset 0 1px 0 0 #fff;
    background: #000; }
  body.high-contrast #councilIndex [name="tabs"]:not(:checked) + label:hover {
    background: repeating-linear-gradient(45deg, #000, #000 5px, #333333 5px, #333333 10px) !important; }
  body.high-contrast #councilIndex [name="tabs"]:checked + label {
    color: #000 !important; }
  body.high-contrast [type="authLogin"] .links a {
    color: #000; }
    body.high-contrast [type="authLogin"] .links a:before {
      color: #000; }
  body.high-contrast [type="authLogin"] control[type="action"] button {
    background: #000; }
  body.high-contrast #councilIndex [type="authRegister"] control[type="action"].register button {
    background: #000; }
  body.high-contrast section#taxplans-editor div.value.infinity .smart-value {
    background-color: #000;
    border-color: #f0f0f0; }
  body.high-contrast section#taxplans-editor .name-input h2 {
    color: #fff; }
  body.high-contrast section#taxplans-editor .name-input input {
    background: #000; }
  body.high-contrast section#taxplans-editor div.value .smart-value {
    background-color: transparent; }
    body.high-contrast section#taxplans-editor div.value .smart-value button.values:hover ~ .clear,
    body.high-contrast section#taxplans-editor div.value .smart-value .smart-value-comparison:hover ~ .clear {
      clear: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      background: repeating-linear-gradient(45deg, #000, #000 5px, #333333 5px, #333333 10px) !important; }
    body.high-contrast section#taxplans-editor div.value .smart-value .values {
      color: #fff; }
    body.high-contrast section#taxplans-editor div.value .smart-value input {
      color: #fff;
      background-color: #000; }
      body.high-contrast section#taxplans-editor div.value .smart-value input::selection {
        background-color: #fff;
        color: #000; }
  body.high-contrast section#taxplans-editor navigation div a:before {
    color: #fff; }
  body.high-contrast section#taxplans-editor navigation a:hover {
    background: repeating-linear-gradient(45deg, #000, #000 5px, #333333 5px, #333333 10px); }
  body.high-contrast section#taxplans-editor navigation .active a {
    background: #fff; }
    body.high-contrast section#taxplans-editor navigation .active a:before {
      color: #000 !important; }
    body.high-contrast section#taxplans-editor navigation .active a:after {
      border-bottom: 10px solid #000; }
    body.high-contrast section#taxplans-editor navigation .active a span:before {
      border-bottom: 10px solid #fff !important; }
  body.high-contrast section#council .panel {
    background: none; }
  body.high-contrast #councilIndex article button {
    color: #fff;
    background: #000; }
  body.high-contrast #councilIndex article button[role="checkbox"] {
    color: #000;
    background: none; }
  body.high-contrast #councilIndex article h2 {
    color: #000; }
  body.high-contrast .taxplan-totals tr td {
    background: #000; }
  body.high-contrast .taxplan-totals tr.last td {
    border-bottom: 2px solid #000;
    border-bottom: none; }
  body.high-contrast .taxplan-totals tr.total.last td {
    border-top: 1px solid #fff; }
  body.high-contrast .taxplan-totals tr div.value .label, body.high-contrast .taxplan-totals tr.value,
  body.high-contrast .taxplan-totals tr div.value.totalvalue td, body.high-contrast .taxplan-totals tr.value.totalvalue td {
    color: #fff; }
    body.high-contrast .taxplan-totals tr div.value .label .yield.total,
    body.high-contrast .taxplan-totals tr div.value .label .label, body.high-contrast .taxplan-totals tr.value .yield.total,
    body.high-contrast .taxplan-totals tr.value .label,
    body.high-contrast .taxplan-totals tr div.value.totalvalue td .yield.total,
    body.high-contrast .taxplan-totals tr div.value.totalvalue td .label, body.high-contrast .taxplan-totals tr.value.totalvalue td .yield.total,
    body.high-contrast .taxplan-totals tr.value.totalvalue td .label {
      color: #fff; }
  body.high-contrast .taxplan-totals tr div.value.totalvalue td, body.high-contrast .taxplan-totals tr tr.value.totalvalue td {
    border-top: 1px solid #fff; }
  body.high-contrast .totals.property .property.total td, body.high-contrast .totals.property .property.subtotal td {
    background: #fff;
    border-bottom: 1px solid #fff; }
    body.high-contrast .totals.property .property.total td span, body.high-contrast .totals.property .property.subtotal td span {
      color: #000; }
    body.high-contrast .totals.property .property.total td:first-child, body.high-contrast .totals.property .property.subtotal td:first-child {
      border-left: 1px solid #fff; }
    body.high-contrast .totals.property .property.total td:last-child, body.high-contrast .totals.property .property.subtotal td:last-child {
      border-right: 1px solid #fff; }
  body.high-contrast .totals.waste .waste.total td, body.high-contrast .totals.waste .waste.subtotal td {
    background: #fff;
    border-bottom: 1px solid #fff; }
    body.high-contrast .totals.waste .waste.total td span, body.high-contrast .totals.waste .waste.subtotal td span {
      color: #000; }
    body.high-contrast .totals.waste .waste.total td:first-child, body.high-contrast .totals.waste .waste.subtotal td:first-child {
      border-left: 1px solid #fff; }
    body.high-contrast .totals.waste .waste.total td:last-child, body.high-contrast .totals.waste .waste.subtotal td:last-child {
      border-right: 1px solid #fff; }
  body.high-contrast .totals.garbage .garbage.total td, body.high-contrast .totals.garbage .garbage.subtotal td {
    background: #fff;
    border-bottom: 1px solid #fff; }
    body.high-contrast .totals.garbage .garbage.total td span, body.high-contrast .totals.garbage .garbage.subtotal td span {
      color: #000; }
    body.high-contrast .totals.garbage .garbage.total td:first-child, body.high-contrast .totals.garbage .garbage.subtotal td:first-child {
      border-left: 1px solid #fff; }
    body.high-contrast .totals.garbage .garbage.total td:last-child, body.high-contrast .totals.garbage .garbage.subtotal td:last-child {
      border-right: 1px solid #fff; }
  body.high-contrast .totals.parking .parking.total td, body.high-contrast .totals.parking .parking.subtotal td {
    background: #fff;
    border-bottom: 1px solid #fff; }
    body.high-contrast .totals.parking .parking.total td span, body.high-contrast .totals.parking .parking.subtotal td span {
      color: #000; }
    body.high-contrast .totals.parking .parking.total td:first-child, body.high-contrast .totals.parking .parking.subtotal td:first-child {
      border-left: 1px solid #fff; }
    body.high-contrast .totals.parking .parking.total td:last-child, body.high-contrast .totals.parking .parking.subtotal td:last-child {
      border-right: 1px solid #fff; }
  body.high-contrast .totals.dog .dog.total td, body.high-contrast .totals.dog .dog.subtotal td {
    background: #fff;
    border-bottom: 1px solid #fff; }
    body.high-contrast .totals.dog .dog.total td span, body.high-contrast .totals.dog .dog.subtotal td span {
      color: #000; }
    body.high-contrast .totals.dog .dog.total td:first-child, body.high-contrast .totals.dog .dog.subtotal td:first-child {
      border-left: 1px solid #fff; }
    body.high-contrast .totals.dog .dog.total td:last-child, body.high-contrast .totals.dog .dog.subtotal td:last-child {
      border-right: 1px solid #fff; }
  body.high-contrast .totals.fees .fees.total td, body.high-contrast .totals.fees .fees.subtotal td {
    background: #fff;
    border-bottom: 1px solid #fff; }
    body.high-contrast .totals.fees .fees.total td span, body.high-contrast .totals.fees .fees.subtotal td span {
      color: #000; }
    body.high-contrast .totals.fees .fees.total td:first-child, body.high-contrast .totals.fees .fees.subtotal td:first-child {
      border-left: 1px solid #fff; }
    body.high-contrast .totals.fees .fees.total td:last-child, body.high-contrast .totals.fees .fees.subtotal td:last-child {
      border-right: 1px solid #fff; }
  body.high-contrast .totals.advertising .advertising.total td, body.high-contrast .totals.advertising .advertising.subtotal td {
    background: #fff;
    border-bottom: 1px solid #fff; }
    body.high-contrast .totals.advertising .advertising.total td span, body.high-contrast .totals.advertising .advertising.subtotal td span {
      color: #000; }
    body.high-contrast .totals.advertising .advertising.total td:first-child, body.high-contrast .totals.advertising .advertising.subtotal td:first-child {
      border-left: 1px solid #fff; }
    body.high-contrast .totals.advertising .advertising.total td:last-child, body.high-contrast .totals.advertising .advertising.subtotal td:last-child {
      border-right: 1px solid #fff; }
  body.high-contrast .totals.biz .biz.total td, body.high-contrast .totals.biz .biz.subtotal td {
    background: #fff;
    border-bottom: 1px solid #fff; }
    body.high-contrast .totals.biz .biz.total td span, body.high-contrast .totals.biz .biz.subtotal td span {
      color: #000; }
    body.high-contrast .totals.biz .biz.total td:first-child, body.high-contrast .totals.biz .biz.subtotal td:first-child {
      border-left: 1px solid #fff; }
    body.high-contrast .totals.biz .biz.total td:last-child, body.high-contrast .totals.biz .biz.subtotal td:last-child {
      border-right: 1px solid #fff; }
  body.high-contrast .totals.tourist .tourist.total td, body.high-contrast .totals.tourist .tourist.subtotal td {
    background: #fff;
    border-bottom: 1px solid #fff; }
    body.high-contrast .totals.tourist .tourist.total td span, body.high-contrast .totals.tourist .tourist.subtotal td span {
      color: #000; }
    body.high-contrast .totals.tourist .tourist.total td:first-child, body.high-contrast .totals.tourist .tourist.subtotal td:first-child {
      border-left: 1px solid #fff; }
    body.high-contrast .totals.tourist .tourist.total td:last-child, body.high-contrast .totals.tourist .tourist.subtotal td:last-child {
      border-right: 1px solid #fff; }
  body.high-contrast .totals.commuter .commuter.total td, body.high-contrast .totals.commuter .commuter.subtotal td {
    background: #fff;
    border-bottom: 1px solid #fff; }
    body.high-contrast .totals.commuter .commuter.total td span, body.high-contrast .totals.commuter .commuter.subtotal td span {
      color: #000; }
    body.high-contrast .totals.commuter .commuter.total td:first-child, body.high-contrast .totals.commuter .commuter.subtotal td:first-child {
      border-left: 1px solid #fff; }
    body.high-contrast .totals.commuter .commuter.total td:last-child, body.high-contrast .totals.commuter .commuter.subtotal td:last-child {
      border-right: 1px solid #fff; }
  body.high-contrast .totals.water-authority .water-authority.total td, body.high-contrast .totals.water-authority .water-authority.subtotal td {
    background: #fff;
    border-bottom: 1px solid #fff; }
    body.high-contrast .totals.water-authority .water-authority.total td span, body.high-contrast .totals.water-authority .water-authority.subtotal td span {
      color: #000; }
    body.high-contrast .totals.water-authority .water-authority.total td:first-child, body.high-contrast .totals.water-authority .water-authority.subtotal td:first-child {
      border-left: 1px solid #fff; }
    body.high-contrast .totals.water-authority .water-authority.total td:last-child, body.high-contrast .totals.water-authority .water-authority.subtotal td:last-child {
      border-right: 1px solid #fff; }
  body.high-contrast .totals.wa-purification .wa-purification.total td, body.high-contrast .totals.wa-purification .wa-purification.subtotal td {
    background: #fff;
    border-bottom: 1px solid #fff; }
    body.high-contrast .totals.wa-purification .wa-purification.total td span, body.high-contrast .totals.wa-purification .wa-purification.subtotal td span {
      color: #000; }
    body.high-contrast .totals.wa-purification .wa-purification.total td:first-child, body.high-contrast .totals.wa-purification .wa-purification.subtotal td:first-child {
      border-left: 1px solid #fff; }
    body.high-contrast .totals.wa-purification .wa-purification.total td:last-child, body.high-contrast .totals.wa-purification .wa-purification.subtotal td:last-child {
      border-right: 1px solid #fff; }
  body.high-contrast .totals.wa-pollution .wa-pollution.total td, body.high-contrast .totals.wa-pollution .wa-pollution.subtotal td {
    background: #fff;
    border-bottom: 1px solid #fff; }
    body.high-contrast .totals.wa-pollution .wa-pollution.total td span, body.high-contrast .totals.wa-pollution .wa-pollution.subtotal td span {
      color: #000; }
    body.high-contrast .totals.wa-pollution .wa-pollution.total td:first-child, body.high-contrast .totals.wa-pollution .wa-pollution.subtotal td:first-child {
      border-left: 1px solid #fff; }
    body.high-contrast .totals.wa-pollution .wa-pollution.total td:last-child, body.high-contrast .totals.wa-pollution .wa-pollution.subtotal td:last-child {
      border-right: 1px solid #fff; }
  body.high-contrast .totals.wa-system .wa-system.total td, body.high-contrast .totals.wa-system .wa-system.subtotal td {
    background: #fff;
    border-bottom: 1px solid #fff; }
    body.high-contrast .totals.wa-system .wa-system.total td span, body.high-contrast .totals.wa-system .wa-system.subtotal td span {
      color: #000; }
    body.high-contrast .totals.wa-system .wa-system.total td:first-child, body.high-contrast .totals.wa-system .wa-system.subtotal td:first-child {
      border-left: 1px solid #fff; }
    body.high-contrast .totals.wa-system .wa-system.total td:last-child, body.high-contrast .totals.wa-system .wa-system.subtotal td:last-child {
      border-right: 1px solid #fff; }
  body.high-contrast .totals.wa-roads .wa-roads.total td, body.high-contrast .totals.wa-roads .wa-roads.subtotal td {
    background: #fff;
    border-bottom: 1px solid #fff; }
    body.high-contrast .totals.wa-roads .wa-roads.total td span, body.high-contrast .totals.wa-roads .wa-roads.subtotal td span {
      color: #000; }
    body.high-contrast .totals.wa-roads .wa-roads.total td:first-child, body.high-contrast .totals.wa-roads .wa-roads.subtotal td:first-child {
      border-left: 1px solid #fff; }
    body.high-contrast .totals.wa-roads .wa-roads.total td:last-child, body.high-contrast .totals.wa-roads .wa-roads.subtotal td:last-child {
      border-right: 1px solid #fff; }
  body.high-contrast section#taxplans-editor .property.block {
    border-top: 2px solid #fff; }
    body.high-contrast section#taxplans-editor .property.block button[class^="icon-"]:before,
    body.high-contrast section#taxplans-editor .property.block a[class*="icon-"]:before,
    body.high-contrast section#taxplans-editor .property.block h2,
    body.high-contrast section#taxplans-editor .property.block span.amount {
      color: #fff; }
  body.high-contrast section#taxplans-editor .property button.optionsToggle.active:before {
    color: #fff; }
  body.high-contrast section#taxplans-editor .waste.block {
    border-top: 2px solid #fff; }
    body.high-contrast section#taxplans-editor .waste.block button[class^="icon-"]:before,
    body.high-contrast section#taxplans-editor .waste.block a[class*="icon-"]:before,
    body.high-contrast section#taxplans-editor .waste.block h2,
    body.high-contrast section#taxplans-editor .waste.block span.amount {
      color: #fff; }
  body.high-contrast section#taxplans-editor .waste button.optionsToggle.active:before {
    color: #fff; }
  body.high-contrast section#taxplans-editor .garbage.block {
    border-top: 2px solid #fff; }
    body.high-contrast section#taxplans-editor .garbage.block button[class^="icon-"]:before,
    body.high-contrast section#taxplans-editor .garbage.block a[class*="icon-"]:before,
    body.high-contrast section#taxplans-editor .garbage.block h2,
    body.high-contrast section#taxplans-editor .garbage.block span.amount {
      color: #fff; }
  body.high-contrast section#taxplans-editor .garbage button.optionsToggle.active:before {
    color: #fff; }
  body.high-contrast section#taxplans-editor .parking.block {
    border-top: 2px solid #fff; }
    body.high-contrast section#taxplans-editor .parking.block button[class^="icon-"]:before,
    body.high-contrast section#taxplans-editor .parking.block a[class*="icon-"]:before,
    body.high-contrast section#taxplans-editor .parking.block h2,
    body.high-contrast section#taxplans-editor .parking.block span.amount {
      color: #fff; }
  body.high-contrast section#taxplans-editor .parking button.optionsToggle.active:before {
    color: #fff; }
  body.high-contrast section#taxplans-editor .dog.block {
    border-top: 2px solid #fff; }
    body.high-contrast section#taxplans-editor .dog.block button[class^="icon-"]:before,
    body.high-contrast section#taxplans-editor .dog.block a[class*="icon-"]:before,
    body.high-contrast section#taxplans-editor .dog.block h2,
    body.high-contrast section#taxplans-editor .dog.block span.amount {
      color: #fff; }
  body.high-contrast section#taxplans-editor .dog button.optionsToggle.active:before {
    color: #fff; }
  body.high-contrast section#taxplans-editor .fees.block {
    border-top: 2px solid #fff; }
    body.high-contrast section#taxplans-editor .fees.block button[class^="icon-"]:before,
    body.high-contrast section#taxplans-editor .fees.block a[class*="icon-"]:before,
    body.high-contrast section#taxplans-editor .fees.block h2,
    body.high-contrast section#taxplans-editor .fees.block span.amount {
      color: #fff; }
  body.high-contrast section#taxplans-editor .fees button.optionsToggle.active:before {
    color: #fff; }
  body.high-contrast section#taxplans-editor .advertising.block {
    border-top: 2px solid #fff; }
    body.high-contrast section#taxplans-editor .advertising.block button[class^="icon-"]:before,
    body.high-contrast section#taxplans-editor .advertising.block a[class*="icon-"]:before,
    body.high-contrast section#taxplans-editor .advertising.block h2,
    body.high-contrast section#taxplans-editor .advertising.block span.amount {
      color: #fff; }
  body.high-contrast section#taxplans-editor .advertising button.optionsToggle.active:before {
    color: #fff; }
  body.high-contrast section#taxplans-editor .biz.block {
    border-top: 2px solid #fff; }
    body.high-contrast section#taxplans-editor .biz.block button[class^="icon-"]:before,
    body.high-contrast section#taxplans-editor .biz.block a[class*="icon-"]:before,
    body.high-contrast section#taxplans-editor .biz.block h2,
    body.high-contrast section#taxplans-editor .biz.block span.amount {
      color: #fff; }
  body.high-contrast section#taxplans-editor .biz button.optionsToggle.active:before {
    color: #fff; }
  body.high-contrast section#taxplans-editor .tourist.block {
    border-top: 2px solid #fff; }
    body.high-contrast section#taxplans-editor .tourist.block button[class^="icon-"]:before,
    body.high-contrast section#taxplans-editor .tourist.block a[class*="icon-"]:before,
    body.high-contrast section#taxplans-editor .tourist.block h2,
    body.high-contrast section#taxplans-editor .tourist.block span.amount {
      color: #fff; }
  body.high-contrast section#taxplans-editor .tourist button.optionsToggle.active:before {
    color: #fff; }
  body.high-contrast section#taxplans-editor .commuter.block {
    border-top: 2px solid #fff; }
    body.high-contrast section#taxplans-editor .commuter.block button[class^="icon-"]:before,
    body.high-contrast section#taxplans-editor .commuter.block a[class*="icon-"]:before,
    body.high-contrast section#taxplans-editor .commuter.block h2,
    body.high-contrast section#taxplans-editor .commuter.block span.amount {
      color: #fff; }
  body.high-contrast section#taxplans-editor .commuter button.optionsToggle.active:before {
    color: #fff; }
  body.high-contrast section#taxplans-editor .water-authority.block {
    border-top: 2px solid #fff; }
    body.high-contrast section#taxplans-editor .water-authority.block button[class^="icon-"]:before,
    body.high-contrast section#taxplans-editor .water-authority.block a[class*="icon-"]:before,
    body.high-contrast section#taxplans-editor .water-authority.block h2,
    body.high-contrast section#taxplans-editor .water-authority.block span.amount {
      color: #fff; }
  body.high-contrast section#taxplans-editor .water-authority button.optionsToggle.active:before {
    color: #fff; }
  body.high-contrast section#taxplans-editor .wa-purification.block {
    border-top: 2px solid #fff; }
    body.high-contrast section#taxplans-editor .wa-purification.block button[class^="icon-"]:before,
    body.high-contrast section#taxplans-editor .wa-purification.block a[class*="icon-"]:before,
    body.high-contrast section#taxplans-editor .wa-purification.block h2,
    body.high-contrast section#taxplans-editor .wa-purification.block span.amount {
      color: #fff; }
  body.high-contrast section#taxplans-editor .wa-purification button.optionsToggle.active:before {
    color: #fff; }
  body.high-contrast section#taxplans-editor .wa-pollution.block {
    border-top: 2px solid #fff; }
    body.high-contrast section#taxplans-editor .wa-pollution.block button[class^="icon-"]:before,
    body.high-contrast section#taxplans-editor .wa-pollution.block a[class*="icon-"]:before,
    body.high-contrast section#taxplans-editor .wa-pollution.block h2,
    body.high-contrast section#taxplans-editor .wa-pollution.block span.amount {
      color: #fff; }
  body.high-contrast section#taxplans-editor .wa-pollution button.optionsToggle.active:before {
    color: #fff; }
  body.high-contrast section#taxplans-editor .wa-system.block {
    border-top: 2px solid #fff; }
    body.high-contrast section#taxplans-editor .wa-system.block button[class^="icon-"]:before,
    body.high-contrast section#taxplans-editor .wa-system.block a[class*="icon-"]:before,
    body.high-contrast section#taxplans-editor .wa-system.block h2,
    body.high-contrast section#taxplans-editor .wa-system.block span.amount {
      color: #fff; }
  body.high-contrast section#taxplans-editor .wa-system button.optionsToggle.active:before {
    color: #fff; }
  body.high-contrast section#taxplans-editor .wa-roads.block {
    border-top: 2px solid #fff; }
    body.high-contrast section#taxplans-editor .wa-roads.block button[class^="icon-"]:before,
    body.high-contrast section#taxplans-editor .wa-roads.block a[class*="icon-"]:before,
    body.high-contrast section#taxplans-editor .wa-roads.block h2,
    body.high-contrast section#taxplans-editor .wa-roads.block span.amount {
      color: #fff; }
  body.high-contrast section#taxplans-editor .wa-roads button.optionsToggle.active:before {
    color: #fff; }
  body.high-contrast section#taxplans-editor .neutral a,
  body.high-contrast section#taxplans-editor .neutral h2,
  body.high-contrast section#taxplans-editor .smart-value-comparison,
  body.high-contrast section#taxplans-editor button[class^="icon-"]:before {
    color: #fff; }
  body.high-contrast section#taxplans-editor .options {
    background-color: #000; }
  body.high-contrast section#council .taxplan-totals table button[class^="icon-"].active:before,
  body.high-contrast section#council .taxplan-totals table button[class^="icon-"]:before {
    color: #fff; }
  body.high-contrast section#council .totals .select select {
    color: #fff;
    background: #000; }
  body.high-contrast .highcharts-data-labels:nth-child(odd) div span {
    color: #666 !important; }
  body.high-contrast .highcharts-data-labels:nth-child(even) div span {
    color: #fff !important; }
  body.high-contrast rect.highcharts-point:nth-child(odd) {
    fill: #666;
    stroke: #666; }
  body.high-contrast rect.highcharts-point:nth-child(even) {
    fill: #fff; }
  body.high-contrast g.highcharts-series-group .highcharts-point {
    fill: #fff;
    stroke: #000; }
  body.high-contrast .totals .total td {
    background: #000;
    color: #fff; }
  body.high-contrast div.value.difference td, body.high-contrast tr.value.difference td {
    background: #fff;
    color: #000; }
    body.high-contrast div.value.difference td .yield.total, body.high-contrast tr.value.difference td .yield.total {
      color: #000;
      background: #fff; }
  body.high-contrast .totals tr.difference td {
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff; }
  body.high-contrast .topBar {
    background: none;
    position: relative; }
    body.high-contrast .topBar:before {
      position: absolute;
      bottom: 0;
      display: block;
      box-shadow: -710px 0px 0px 0px #fff, 710px 0px 0px 0px #fff;
      background: #fff;
      height: 1px;
      top: initial; }
      .showMenu body.high-contrast .topBar:before {
        top: 50px; }
    body.high-contrast .topBar button:before,
    body.high-contrast .topBar button:active:before {
      color: #fff; } }

@media only screen and (min-width: 1024px) {
  body.high-contrast aside {
    position: absolute;
    left: -1px;
    top: 1px; }
    body.high-contrast aside button.active {
      box-shadow: -1px 0px 0 0 #fff, 0px 1px 0 0 #fff, 0px -1px 0 0 #fff, 1px 0 0 0 #000; }
    body.high-contrast aside button:last-child {
      box-shadow: inset 0 -1px 0 0 #000; }
    body.high-contrast aside button.active:last-child {
      box-shadow: -1px 0px 0 0 #fff, 0px -1px 0 0 #fff, 0px -1px 0 0 #fff, 1px 0 0 0 #000; }
  body.high-contrast section.step > .large-10 {
    padding-top: 20px; } }

@media only screen {
  body.high-contrast section.report .header p {
    color: #000; }
  body.high-contrast section.report .taxes-table td,
  body.high-contrast section.report .taxes-table th {
    color: #fff; }
  body.high-contrast section.report .taxes-table span.check {
    background: #666; }
  body.high-contrast section.report .taxes-table span.checked {
    background: #fff; }
  body.high-contrast section.report form h1,
  body.high-contrast section.report form h2,
  body.high-contrast section.report form p,
  body.high-contrast section.report form button {
    color: #000; }
  body.high-contrast section.report form div.chapters label,
  body.high-contrast section.report form div.chapter label,
  body.high-contrast section.report form button.add.large,
  body.high-contrast section.report form control.title input,
  body.high-contrast section.report form button[type='submit'],
  body.high-contrast section.report form input {
    color: #000;
    background: #fff; }
  body.high-contrast section.report form button:after,
  body.high-contrast section.report form button.add.large:before,
  body.high-contrast section.report form button.add.large:after {
    background: #000; } }

article.council {
  background: #00437A; }
  article.council h2,
  article.council p,
  article.council .button {
    color: #fff; }

header logo {
  margin-top: -13px; }

article.intro h1 {
  color: #3a3a3a; }

.result article.try-council {
  display: none; }
