/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
a.formtooltip {
    position: relative;
    text-decoration: none;
    padding-left: 15px;
}
a.formtooltip span {
    display: none;
    padding: 0.125rem 0.1875rem;
    margin-left: 1em;
    margin-top: -2rem;
    text-decoration: none;
    min-width: 200px;
}
meta.foundation-version {
    font-family: "/5.5.1/";
}
meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0em;
}
meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0em;
}
meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.0625em)/";
    width: 40.0625em;
}
meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
    width: 40.0625em;
}
meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.0625em)/";
    width: 64.0625em;
}
meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
    width: 64.0625em;
}
meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.0625em)/";
    width: 90.0625em;
}
meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
    width: 90.0625em;
}
meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.0625em)/";
    width: 120.0625em;
}
meta.foundation-data-attribute-namespace {
    font-family: false;
}
html,
body {
    height: 100%;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
html,
body {
    font-size: 100%;
}
body {
    background: #fff;
    color: #4a4a4a;
    padding: 0;
    margin: 0;
    font-family: "FrutigerNeue", Arial, "Helvetica Regular", Helvetica, Roboto, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    cursor: auto;
}
a:hover {
    cursor: pointer;
}
img {
    max-width: 100%;
    height: auto;
}
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;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.hide {
    display: none;
}
.invisible {
    visibility: hidden;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    display: inline-block;
    vertical-align: middle;
}
textarea {
    height: auto;
    min-height: 50px;
}
select {
    width: 100%;
}
.row {
    width: 100%;
    margin: 0 auto;
    max-width: 80rem;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}
.row.collapse .row {
    margin-left: 0;
    margin-right: 0;
}
.row .row {
    width: auto;
    margin: 0 -0.9375rem;
    max-width: none;
}
.row .row:before,
.row .row:after {
    content: " ";
    display: table;
}
.row .row:after {
    clear: both;
}
.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
}
.row .row.collapse:before,
.row .row.collapse:after {
    content: " ";
    display: table;
}
.row .row.collapse:after {
    clear: both;
}
.column,
.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}
[class*="column"] + [class*="column"].end {
    float: left;
}
@media only screen {
    .small-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }
    .small-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }
    .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: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
    .small-1 {
        width: 8.33333%;
    }
    .small-2 {
        width: 16.66667%;
    }
    .small-3 {
        width: 25%;
    }
    .small-4 {
        width: 33.33333%;
    }
    .small-5 {
        width: 41.66667%;
    }
    .small-6 {
        width: 50%;
    }
    .small-7 {
        width: 58.33333%;
    }
    .small-8 {
        width: 66.66667%;
    }
    .small-9 {
        width: 75%;
    }
    .small-10 {
        width: 83.33333%;
    }
    .small-11 {
        width: 91.66667%;
    }
    .small-12 {
        width: 100%;
    }
    .small-offset-0 {
        margin-left: 0 !important;
    }
    .small-offset-1 {
        margin-left: 8.33333% !important;
    }
    .small-offset-2 {
        margin-left: 16.66667% !important;
    }
    .small-offset-3 {
        margin-left: 25% !important;
    }
    .small-offset-4 {
        margin-left: 33.33333% !important;
    }
    .small-offset-5 {
        margin-left: 41.66667% !important;
    }
    .small-offset-6 {
        margin-left: 50% !important;
    }
    .small-offset-7 {
        margin-left: 58.33333% !important;
    }
    .small-offset-8 {
        margin-left: 66.66667% !important;
    }
    .small-offset-9 {
        margin-left: 75% !important;
    }
    .small-offset-10 {
        margin-left: 83.33333% !important;
    }
    .small-offset-11 {
        margin-left: 91.66667% !important;
    }
    .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }
    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .column.small-uncentered,
    .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none;
    }
    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left;
    }
    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right;
    }
    .row.small-collapse > .column,
    .row.small-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row.small-uncollapse > .column,
    .row.small-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
}
@media only screen and (min-width: 40.0625em) {
    .medium-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }
    .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }
    .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: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
    .medium-1 {
        width: 8.33333%;
    }
    .medium-2 {
        width: 16.66667%;
    }
    .medium-3 {
        width: 25%;
    }
    .medium-4 {
        width: 33.33333%;
    }
    .medium-5 {
        width: 41.66667%;
    }
    .medium-6 {
        width: 50%;
    }
    .medium-7 {
        width: 58.33333%;
    }
    .medium-8 {
        width: 66.66667%;
    }
    .medium-9 {
        width: 75%;
    }
    .medium-10 {
        width: 83.33333%;
    }
    .medium-11 {
        width: 91.66667%;
    }
    .medium-12 {
        width: 100%;
    }
    .medium-offset-0 {
        margin-left: 0 !important;
    }
    .medium-offset-1 {
        margin-left: 8.33333% !important;
    }
    .medium-offset-2 {
        margin-left: 16.66667% !important;
    }
    .medium-offset-3 {
        margin-left: 25% !important;
    }
    .medium-offset-4 {
        margin-left: 33.33333% !important;
    }
    .medium-offset-5 {
        margin-left: 41.66667% !important;
    }
    .medium-offset-6 {
        margin-left: 50% !important;
    }
    .medium-offset-7 {
        margin-left: 58.33333% !important;
    }
    .medium-offset-8 {
        margin-left: 66.66667% !important;
    }
    .medium-offset-9 {
        margin-left: 75% !important;
    }
    .medium-offset-10 {
        margin-left: 83.33333% !important;
    }
    .medium-offset-11 {
        margin-left: 91.66667% !important;
    }
    .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }
    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none;
    }
    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left;
    }
    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right;
    }
    .row.medium-collapse > .column,
    .row.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row.medium-uncollapse > .column,
    .row.medium-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
    .push-0 {
        position: relative;
        left: 0;
        right: auto;
    }
    .pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }
    .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 only screen and (min-width: 64.0625em) {
    .large-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }
    .large-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }
    .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: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
    .large-1 {
        width: 8.33333%;
    }
    .large-2 {
        width: 16.66667%;
    }
    .large-3 {
        width: 25%;
    }
    .large-4 {
        width: 33.33333%;
    }
    .large-5 {
        width: 41.66667%;
    }
    .large-6 {
        width: 50%;
    }
    .large-7 {
        width: 58.33333%;
    }
    .large-8 {
        width: 66.66667%;
    }
    .large-9 {
        width: 75%;
    }
    .large-10 {
        width: 83.33333%;
    }
    .large-11 {
        width: 91.66667%;
    }
    .large-12 {
        width: 100%;
    }
    .large-offset-0 {
        margin-left: 0 !important;
    }
    .large-offset-1 {
        margin-left: 8.33333% !important;
    }
    .large-offset-2 {
        margin-left: 16.66667% !important;
    }
    .large-offset-3 {
        margin-left: 25% !important;
    }
    .large-offset-4 {
        margin-left: 33.33333% !important;
    }
    .large-offset-5 {
        margin-left: 41.66667% !important;
    }
    .large-offset-6 {
        margin-left: 50% !important;
    }
    .large-offset-7 {
        margin-left: 58.33333% !important;
    }
    .large-offset-8 {
        margin-left: 66.66667% !important;
    }
    .large-offset-9 {
        margin-left: 75% !important;
    }
    .large-offset-10 {
        margin-left: 83.33333% !important;
    }
    .large-offset-11 {
        margin-left: 91.66667% !important;
    }
    .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }
    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none;
    }
    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left;
    }
    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right;
    }
    .row.large-collapse > .column,
    .row.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row.large-uncollapse > .column,
    .row.large-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
    .push-0 {
        position: relative;
        left: 0;
        right: auto;
    }
    .pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }
    .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;
    }
}
.accordion {
    margin-bottom: 0;
}
.accordion:before,
.accordion:after {
    content: " ";
    display: table;
}
.accordion:after {
    clear: both;
}
.accordion .accordion-navigation,
.accordion dd {
    display: block;
    margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a,
.accordion dd.active > a {
    background: #e8e8e8;
}
.accordion .accordion-navigation > a,
.accordion dd > a {
    background: #efefef;
    color: #222;
    padding: 1rem;
    display: block;
    font-family: "FrutigerNeue", Arial, "Helvetica Regular", Helvetica, Roboto, sans-serif;
    font-size: 1rem;
}
.accordion .accordion-navigation > a:hover,
.accordion dd > a:hover {
    background: #e3e3e3;
}
.accordion .accordion-navigation > .content,
.accordion dd > .content {
    display: none;
    padding: 0.9375rem;
}
.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
    display: block;
    background: #fff;
}
[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
    content: " ";
    display: table;
}
[class*="block-grid-"]:after {
    clear: both;
}
[class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
}
@media only screen {
    .small-block-grid-1 > li {
        width: 100%;
        list-style: none;
    }
    .small-block-grid-1 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-1 > li:nth-of-type(1n + 1) {
        clear: both;
    }
    .small-block-grid-2 > li {
        width: 50%;
        list-style: none;
    }
    .small-block-grid-2 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-2 > li:nth-of-type(2n + 1) {
        clear: both;
    }
    .small-block-grid-3 > li {
        width: 33.33333%;
        list-style: none;
    }
    .small-block-grid-3 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-3 > li:nth-of-type(3n + 1) {
        clear: both;
    }
    .small-block-grid-4 > li {
        width: 25%;
        list-style: none;
    }
    .small-block-grid-4 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-4 > li:nth-of-type(4n + 1) {
        clear: both;
    }
    .small-block-grid-5 > li {
        width: 20%;
        list-style: none;
    }
    .small-block-grid-5 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-5 > li:nth-of-type(5n + 1) {
        clear: both;
    }
    .small-block-grid-6 > li {
        width: 16.66667%;
        list-style: none;
    }
    .small-block-grid-6 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-6 > li:nth-of-type(6n + 1) {
        clear: both;
    }
    .small-block-grid-7 > li {
        width: 14.28571%;
        list-style: none;
    }
    .small-block-grid-7 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-7 > li:nth-of-type(7n + 1) {
        clear: both;
    }
    .small-block-grid-8 > li {
        width: 12.5%;
        list-style: none;
    }
    .small-block-grid-8 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-8 > li:nth-of-type(8n + 1) {
        clear: both;
    }
    .small-block-grid-9 > li {
        width: 11.11111%;
        list-style: none;
    }
    .small-block-grid-9 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-9 > li:nth-of-type(9n + 1) {
        clear: both;
    }
    .small-block-grid-10 > li {
        width: 10%;
        list-style: none;
    }
    .small-block-grid-10 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-10 > li:nth-of-type(10n + 1) {
        clear: both;
    }
    .small-block-grid-11 > li {
        width: 9.09091%;
        list-style: none;
    }
    .small-block-grid-11 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-11 > li:nth-of-type(11n + 1) {
        clear: both;
    }
    .small-block-grid-12 > li {
        width: 8.33333%;
        list-style: none;
    }
    .small-block-grid-12 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-12 > li:nth-of-type(12n + 1) {
        clear: both;
    }
}
@media only screen and (min-width: 40.0625em) {
    .medium-block-grid-1 > li {
        width: 100%;
        list-style: none;
    }
    .medium-block-grid-1 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-1 > li:nth-of-type(1n + 1) {
        clear: both;
    }
    .medium-block-grid-2 > li {
        width: 50%;
        list-style: none;
    }
    .medium-block-grid-2 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-2 > li:nth-of-type(2n + 1) {
        clear: both;
    }
    .medium-block-grid-3 > li {
        width: 33.33333%;
        list-style: none;
    }
    .medium-block-grid-3 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-3 > li:nth-of-type(3n + 1) {
        clear: both;
    }
    .medium-block-grid-4 > li {
        width: 25%;
        list-style: none;
    }
    .medium-block-grid-4 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-4 > li:nth-of-type(4n + 1) {
        clear: both;
    }
    .medium-block-grid-5 > li {
        width: 20%;
        list-style: none;
    }
    .medium-block-grid-5 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-5 > li:nth-of-type(5n + 1) {
        clear: both;
    }
    .medium-block-grid-6 > li {
        width: 16.66667%;
        list-style: none;
    }
    .medium-block-grid-6 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-6 > li:nth-of-type(6n + 1) {
        clear: both;
    }
    .medium-block-grid-7 > li {
        width: 14.28571%;
        list-style: none;
    }
    .medium-block-grid-7 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-7 > li:nth-of-type(7n + 1) {
        clear: both;
    }
    .medium-block-grid-8 > li {
        width: 12.5%;
        list-style: none;
    }
    .medium-block-grid-8 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-8 > li:nth-of-type(8n + 1) {
        clear: both;
    }
    .medium-block-grid-9 > li {
        width: 11.11111%;
        list-style: none;
    }
    .medium-block-grid-9 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-9 > li:nth-of-type(9n + 1) {
        clear: both;
    }
    .medium-block-grid-10 > li {
        width: 10%;
        list-style: none;
    }
    .medium-block-grid-10 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-10 > li:nth-of-type(10n + 1) {
        clear: both;
    }
    .medium-block-grid-11 > li {
        width: 9.09091%;
        list-style: none;
    }
    .medium-block-grid-11 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-11 > li:nth-of-type(11n + 1) {
        clear: both;
    }
    .medium-block-grid-12 > li {
        width: 8.33333%;
        list-style: none;
    }
    .medium-block-grid-12 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-12 > li:nth-of-type(12n + 1) {
        clear: both;
    }
}
@media only screen and (min-width: 64.0625em) {
    .large-block-grid-1 > li {
        width: 100%;
        list-style: none;
    }
    .large-block-grid-1 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-1 > li:nth-of-type(1n + 1) {
        clear: both;
    }
    .large-block-grid-2 > li {
        width: 50%;
        list-style: none;
    }
    .large-block-grid-2 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-2 > li:nth-of-type(2n + 1) {
        clear: both;
    }
    .large-block-grid-3 > li {
        width: 33.33333%;
        list-style: none;
    }
    .large-block-grid-3 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-3 > li:nth-of-type(3n + 1) {
        clear: both;
    }
    .large-block-grid-4 > li {
        width: 25%;
        list-style: none;
    }
    .large-block-grid-4 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-4 > li:nth-of-type(4n + 1) {
        clear: both;
    }
    .large-block-grid-5 > li {
        width: 20%;
        list-style: none;
    }
    .large-block-grid-5 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-5 > li:nth-of-type(5n + 1) {
        clear: both;
    }
    .large-block-grid-6 > li {
        width: 16.66667%;
        list-style: none;
    }
    .large-block-grid-6 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-6 > li:nth-of-type(6n + 1) {
        clear: both;
    }
    .large-block-grid-7 > li {
        width: 14.28571%;
        list-style: none;
    }
    .large-block-grid-7 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-7 > li:nth-of-type(7n + 1) {
        clear: both;
    }
    .large-block-grid-8 > li {
        width: 12.5%;
        list-style: none;
    }
    .large-block-grid-8 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-8 > li:nth-of-type(8n + 1) {
        clear: both;
    }
    .large-block-grid-9 > li {
        width: 11.11111%;
        list-style: none;
    }
    .large-block-grid-9 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-9 > li:nth-of-type(9n + 1) {
        clear: both;
    }
    .large-block-grid-10 > li {
        width: 10%;
        list-style: none;
    }
    .large-block-grid-10 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-10 > li:nth-of-type(10n + 1) {
        clear: both;
    }
    .large-block-grid-11 > li {
        width: 9.09091%;
        list-style: none;
    }
    .large-block-grid-11 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-11 > li:nth-of-type(11n + 1) {
        clear: both;
    }
    .large-block-grid-12 > li {
        width: 8.33333%;
        list-style: none;
    }
    .large-block-grid-12 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-12 > li:nth-of-type(12n + 1) {
        clear: both;
    }
}
.breadcrumbs {
    display: block;
    padding: 0.5625rem 0.875rem 0.5625rem;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    border-style: solid;
    border-width: 1px;
    background-color: #f4f4f4;
    border-color: #dcdcdc;
    border-radius: 3px;
}
.breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #008cba;
}
.breadcrumbs > *:hover a,
.breadcrumbs > *:focus a {
    text-decoration: underline;
}
.breadcrumbs > * a {
    color: #008cba;
}
.breadcrumbs > *.current {
    cursor: default;
    color: #333;
}
.breadcrumbs > *.current a {
    cursor: default;
    color: #333;
}
.breadcrumbs > *.current:hover,
.breadcrumbs > *.current:hover a,
.breadcrumbs > *.current:focus,
.breadcrumbs > *.current:focus a {
    text-decoration: none;
}
.breadcrumbs > *.unavailable {
    color: #999;
}
.breadcrumbs > *.unavailable a {
    color: #999;
}
.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a,
.breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
    text-decoration: none;
    color: #999;
    cursor: not-allowed;
}
.breadcrumbs > *:before {
    content: "/";
    color: #aaa;
    margin: 0 0.75rem;
    position: relative;
    top: 1px;
}
.breadcrumbs > *:first-child:before {
    content: " ";
    margin: 0;
}
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
    content: "/";
}
button,
.button {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "FrutigerNeue", Arial, "Helvetica Regular", Helvetica, Roboto, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #008cba;
    border-color: #007095;
    color: #fff;
    transition: background-color 300ms ease-out;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #007095;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
    color: #fff;
}
button.secondary,
.button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    background-color: #b9b9b9;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    color: #333;
}
button.success,
.button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff;
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    background-color: #368a55;
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    color: #fff;
}
button.alert,
.button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff;
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    background-color: #cf2a0e;
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    color: #fff;
}
button.warning,
.button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff;
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
    background-color: #cf6e0e;
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
    color: #fff;
}
button.info,
.button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333;
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
    background-color: #61b6d9;
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
    color: #fff;
}
button.large,
.button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem;
}
button.small,
.button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem;
}
button.tiny,
.button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem;
}
button.expand,
.button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}
button.left-align,
.button.left-align {
    text-align: left;
    text-indent: 0.75rem;
}
button.right-align,
.button.right-align {
    text-align: right;
    padding-right: 0.75rem;
}
button.radius,
.button.radius {
    border-radius: 3px;
}
button.round,
.button.round {
    border-radius: 1000px;
}
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
    background-color: #008cba;
    border-color: #007095;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #007095;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    color: #fff;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #008cba;
}
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    background-color: #b9b9b9;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    color: #333;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    background-color: #e7e7e7;
}
button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    background-color: #368a55;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    color: #fff;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    background-color: #43ac6a;
}
button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    background-color: #cf2a0e;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    color: #fff;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    background-color: #f04124;
}
button.disabled.warning,
button[disabled].warning,
.button.disabled.warning,
.button[disabled].warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
    background-color: #cf6e0e;
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
    color: #fff;
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
    background-color: #f08a24;
}
button.disabled.info,
button[disabled].info,
.button.disabled.info,
.button[disabled].info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333;
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
    background-color: #61b6d9;
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
    color: #fff;
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
    background-color: #a0d3e8;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
@media only screen and (min-width: 40.0625em) {
    button,
    .button {
        display: inline-block;
    }
}
.button-group {
    list-style: none;
    margin: 0;
    left: 0;
}
.button-group:before,
.button-group:after {
    content: " ";
    display: table;
}
.button-group:after {
    clear: both;
}
.button-group.even-2 li {
    display: inline-block;
    margin: 0 -2px;
    width: 50%;
}
.button-group.even-2 li > button,
.button-group.even-2 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-2 li:first-child button,
.button-group.even-2 li:first-child .button {
    border-left: 0;
}
.button-group.even-2 li button,
.button-group.even-2 li .button {
    width: 100%;
}
.button-group.even-3 li {
    display: inline-block;
    margin: 0 -2px;
    width: 33.33333%;
}
.button-group.even-3 li > button,
.button-group.even-3 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-3 li:first-child button,
.button-group.even-3 li:first-child .button {
    border-left: 0;
}
.button-group.even-3 li button,
.button-group.even-3 li .button {
    width: 100%;
}
.button-group.even-4 li {
    display: inline-block;
    margin: 0 -2px;
    width: 25%;
}
.button-group.even-4 li > button,
.button-group.even-4 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-4 li:first-child button,
.button-group.even-4 li:first-child .button {
    border-left: 0;
}
.button-group.even-4 li button,
.button-group.even-4 li .button {
    width: 100%;
}
.button-group.even-5 li {
    display: inline-block;
    margin: 0 -2px;
    width: 20%;
}
.button-group.even-5 li > button,
.button-group.even-5 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-5 li:first-child button,
.button-group.even-5 li:first-child .button {
    border-left: 0;
}
.button-group.even-5 li button,
.button-group.even-5 li .button {
    width: 100%;
}
.button-group.even-6 li {
    display: inline-block;
    margin: 0 -2px;
    width: 16.66667%;
}
.button-group.even-6 li > button,
.button-group.even-6 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-6 li:first-child button,
.button-group.even-6 li:first-child .button {
    border-left: 0;
}
.button-group.even-6 li button,
.button-group.even-6 li .button {
    width: 100%;
}
.button-group.even-7 li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.28571%;
}
.button-group.even-7 li > button,
.button-group.even-7 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-7 li:first-child button,
.button-group.even-7 li:first-child .button {
    border-left: 0;
}
.button-group.even-7 li button,
.button-group.even-7 li .button {
    width: 100%;
}
.button-group.even-8 li {
    display: inline-block;
    margin: 0 -2px;
    width: 12.5%;
}
.button-group.even-8 li > button,
.button-group.even-8 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-8 li:first-child button,
.button-group.even-8 li:first-child .button {
    border-left: 0;
}
.button-group.even-8 li button,
.button-group.even-8 li .button {
    width: 100%;
}
.button-group > li {
    display: inline-block;
    margin: 0 -2px;
}
.button-group > li > button,
.button-group > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group > li:first-child button,
.button-group > li:first-child .button {
    border-left: 0;
}
.button-group.stack > li {
    display: block;
    margin: 0;
    float: none;
}
.button-group.stack > li > button,
.button-group.stack > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack > li:first-child button,
.button-group.stack > li:first-child .button {
    border-left: 0;
}
.button-group.stack > li > button,
.button-group.stack > li .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
}
.button-group.stack > li > button {
    width: 100%;
}
.button-group.stack > li:first-child button,
.button-group.stack > li:first-child .button {
    border-top: 0;
}
.button-group.stack-for-small > li {
    display: inline-block;
    margin: 0 -2px;
}
.button-group.stack-for-small > li > button,
.button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack-for-small > li:first-child button,
.button-group.stack-for-small > li:first-child .button {
    border-left: 0;
}
@media only screen and (max-width: 40em) {
    .button-group.stack-for-small > li {
        display: block;
        margin: 0;
    }
    .button-group.stack-for-small > li > button,
    .button-group.stack-for-small > li .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }
    .button-group.stack-for-small > li:first-child button,
    .button-group.stack-for-small > li:first-child .button {
        border-left: 0;
    }
    .button-group.stack-for-small > li > button,
    .button-group.stack-for-small > li .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block;
    }
    .button-group.stack-for-small > li > button {
        width: 100%;
    }
    .button-group.stack-for-small > li:first-child button,
    .button-group.stack-for-small > li:first-child .button {
        border-top: 0;
    }
}
.button-group.radius > * {
    display: inline-block;
    margin: 0 -2px;
}
.button-group.radius > * > button,
.button-group.radius > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius > *:first-child button,
.button-group.radius > *:first-child .button {
    border-left: 0;
}
.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button {
    border-radius: 0;
}
.button-group.radius > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.button-group.radius.stack > * {
    display: block;
    margin: 0;
}
.button-group.radius.stack > * > button,
.button-group.radius.stack > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius.stack > *:first-child button,
.button-group.radius.stack > *:first-child .button {
    border-left: 0;
}
.button-group.radius.stack > * > button,
.button-group.radius.stack > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
}
.button-group.radius.stack > * > button {
    width: 100%;
}
.button-group.radius.stack > *:first-child button,
.button-group.radius.stack > *:first-child .button {
    border-top: 0;
}
.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button {
    border-radius: 0;
}
.button-group.radius.stack > *:first-child,
.button-group.radius.stack > *:first-child > a,
.button-group.radius.stack > *:first-child > button,
.button-group.radius.stack > *:first-child > .button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.button-group.radius.stack > *:last-child,
.button-group.radius.stack > *:last-child > a,
.button-group.radius.stack > *:last-child > button,
.button-group.radius.stack > *:last-child > .button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
@media only screen and (min-width: 40.0625em) {
    .button-group.radius.stack-for-small > * {
        display: inline-block;
        margin: 0 -2px;
    }
    .button-group.radius.stack-for-small > * > button,
    .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }
    .button-group.radius.stack-for-small > *:first-child button,
    .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0;
    }
    .button-group.radius.stack-for-small > *,
    .button-group.radius.stack-for-small > * > a,
    .button-group.radius.stack-for-small > * > button,
    .button-group.radius.stack-for-small > * > .button {
        border-radius: 0;
    }
    .button-group.radius.stack-for-small > *:first-child,
    .button-group.radius.stack-for-small > *:first-child > a,
    .button-group.radius.stack-for-small > *:first-child > button,
    .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }
    .button-group.radius.stack-for-small > *:last-child,
    .button-group.radius.stack-for-small > *:last-child > a,
    .button-group.radius.stack-for-small > *:last-child > button,
    .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }
}
@media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
        display: block;
        margin: 0;
    }
    .button-group.radius.stack-for-small > * > button,
    .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }
    .button-group.radius.stack-for-small > *:first-child button,
    .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0;
    }
    .button-group.radius.stack-for-small > * > button,
    .button-group.radius.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block;
    }
    .button-group.radius.stack-for-small > * > button {
        width: 100%;
    }
    .button-group.radius.stack-for-small > *:first-child button,
    .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0;
    }
    .button-group.radius.stack-for-small > *,
    .button-group.radius.stack-for-small > * > a,
    .button-group.radius.stack-for-small > * > button,
    .button-group.radius.stack-for-small > * > .button {
        border-radius: 0;
    }
    .button-group.radius.stack-for-small > *:first-child,
    .button-group.radius.stack-for-small > *:first-child > a,
    .button-group.radius.stack-for-small > *:first-child > button,
    .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .button-group.radius.stack-for-small > *:last-child,
    .button-group.radius.stack-for-small > *:last-child > a,
    .button-group.radius.stack-for-small > *:last-child > button,
    .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
}
.button-group.round > * {
    display: inline-block;
    margin: 0 -2px;
}
.button-group.round > * > button,
.button-group.round > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round > *:first-child button,
.button-group.round > *:first-child .button {
    border-left: 0;
}
.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button {
    border-radius: 0;
}
.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}
.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}
.button-group.round.stack > * {
    display: block;
    margin: 0;
}
.button-group.round.stack > * > button,
.button-group.round.stack > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round.stack > *:first-child button,
.button-group.round.stack > *:first-child .button {
    border-left: 0;
}
.button-group.round.stack > * > button,
.button-group.round.stack > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
}
.button-group.round.stack > * > button {
    width: 100%;
}
.button-group.round.stack > *:first-child button,
.button-group.round.stack > *:first-child .button {
    border-top: 0;
}
.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button {
    border-radius: 0;
}
.button-group.round.stack > *:first-child,
.button-group.round.stack > *:first-child > a,
.button-group.round.stack > *:first-child > button,
.button-group.round.stack > *:first-child > .button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.button-group.round.stack > *:last-child,
.button-group.round.stack > *:last-child > a,
.button-group.round.stack > *:last-child > button,
.button-group.round.stack > *:last-child > .button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
@media only screen and (min-width: 40.0625em) {
    .button-group.round.stack-for-small > * {
        display: inline-block;
        margin: 0 -2px;
    }
    .button-group.round.stack-for-small > * > button,
    .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }
    .button-group.round.stack-for-small > *:first-child button,
    .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0;
    }
    .button-group.round.stack-for-small > *,
    .button-group.round.stack-for-small > * > a,
    .button-group.round.stack-for-small > * > button,
    .button-group.round.stack-for-small > * > .button {
        border-radius: 0;
    }
    .button-group.round.stack-for-small > *:first-child,
    .button-group.round.stack-for-small > *:first-child > a,
    .button-group.round.stack-for-small > *:first-child > button,
    .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px;
    }
    .button-group.round.stack-for-small > *:last-child,
    .button-group.round.stack-for-small > *:last-child > a,
    .button-group.round.stack-for-small > *:last-child > button,
    .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px;
    }
}
@media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
        display: block;
        margin: 0;
    }
    .button-group.round.stack-for-small > * > button,
    .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }
    .button-group.round.stack-for-small > *:first-child button,
    .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0;
    }
    .button-group.round.stack-for-small > * > button,
    .button-group.round.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block;
    }
    .button-group.round.stack-for-small > * > button {
        width: 100%;
    }
    .button-group.round.stack-for-small > *:first-child button,
    .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0;
    }
    .button-group.round.stack-for-small > *,
    .button-group.round.stack-for-small > * > a,
    .button-group.round.stack-for-small > * > button,
    .button-group.round.stack-for-small > * > .button {
        border-radius: 0;
    }
    .button-group.round.stack-for-small > *:first-child,
    .button-group.round.stack-for-small > *:first-child > a,
    .button-group.round.stack-for-small > *:first-child > button,
    .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .button-group.round.stack-for-small > *:last-child,
    .button-group.round.stack-for-small > *:last-child > a,
    .button-group.round.stack-for-small > *:last-child > button,
    .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
}
.button-bar:before,
.button-bar:after {
    content: " ";
    display: table;
}
.button-bar:after {
    clear: both;
}
.button-bar .button-group {
    float: left;
    margin-right: 0.625rem;
}
.button-bar .button-group div {
    overflow: hidden;
}
.clearing-thumbs,
[data-clearing] {
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
}
.clearing-thumbs:before,
.clearing-thumbs:after,
[data-clearing]:before,
[data-clearing]:after {
    content: " ";
    display: table;
}
.clearing-thumbs:after,
[data-clearing]:after {
    clear: both;
}
.clearing-thumbs li,
[data-clearing] li {
    float: left;
    margin-right: 10px;
}
.clearing-thumbs[class*="block-grid-"] li,
[data-clearing][class*="block-grid-"] li {
    margin-right: 0;
}
.clearing-blackout {
    background: #333;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
}
.clearing-blackout .clearing-close {
    display: block;
}
.clearing-container {
    position: relative;
    z-index: 998;
    height: 100%;
    overflow: hidden;
    margin: 0;
}
.clearing-touch-label {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #aaa;
    font-size: 0.6em;
}
.visible-img {
    height: 95%;
    position: relative;
}
.visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%;
}
.clearing-caption {
    color: #ccc;
    font-size: 0.875em;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
    bottom: 0;
    background: #333;
    width: 100%;
    padding: 10px 30px 20px;
    position: absolute;
    left: 0;
}
.clearing-close {
    z-index: 999;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 30px;
    line-height: 1;
    color: #ccc;
    display: none;
}
.clearing-close:hover,
.clearing-close:focus {
    color: #ccc;
}
.clearing-assembled .clearing-container {
    height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
    display: none;
}
.clearing-feature li {
    display: none;
}
.clearing-feature li.clearing-featured-img {
    display: block;
}
@media only screen and (min-width: 40.0625em) {
    .clearing-main-prev,
    .clearing-main-next {
        position: absolute;
        height: 100%;
        width: 40px;
        top: 0;
    }
    .clearing-main-prev > span,
    .clearing-main-next > span {
        position: absolute;
        top: 50%;
        display: block;
        width: 0;
        height: 0;
        border: solid 12px;
    }
    .clearing-main-prev > span:hover,
    .clearing-main-next > span:hover {
        opacity: 0.8;
    }
    .clearing-main-prev {
        left: 0;
    }
    .clearing-main-prev > span {
        left: 5px;
        border-color: transparent;
        border-right-color: #ccc;
    }
    .clearing-main-next {
        right: 0;
    }
    .clearing-main-next > span {
        border-color: transparent;
        border-left-color: #ccc;
    }
    .clearing-main-prev.disabled,
    .clearing-main-next.disabled {
        opacity: 0.3;
    }
    .clearing-assembled .clearing-container .carousel {
        background: rgba(51, 51, 51, 0.8);
        height: 120px;
        margin-top: 10px;
        text-align: center;
    }
    .clearing-assembled .clearing-container .carousel > ul {
        display: inline-block;
        z-index: 999;
        height: 100%;
        position: relative;
        float: none;
    }
    .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none;
    }
    .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
        height: 100%;
        max-width: none;
    }
    .clearing-assembled .clearing-container .carousel > ul li a.th {
        border: none;
        box-shadow: none;
        display: block;
    }
    .clearing-assembled .clearing-container .carousel > ul li img {
        cursor: pointer !important;
        width: 100% !important;
    }
    .clearing-assembled .clearing-container .carousel > ul li.visible {
        opacity: 1;
    }
    .clearing-assembled .clearing-container .carousel > ul li:hover {
        opacity: 0.8;
    }
    .clearing-assembled .clearing-container .visible-img {
        background: #333;
        overflow: hidden;
        height: 85%;
    }
    .clearing-close {
        position: absolute;
        top: 10px;
        right: 20px;
        padding-left: 0;
        padding-top: 0;
    }
}
.dropdown.button,
button.dropdown {
    position: relative;
    padding-right: 3.5625rem;
}
.dropdown.button::after,
button.dropdown::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 50%;
}
.dropdown.button::after,
button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem;
}
.dropdown.button::after,
button.dropdown::after {
    border-color: #fff transparent transparent transparent;
}
.dropdown.button.tiny,
button.dropdown.tiny {
    padding-right: 2.625rem;
}
.dropdown.button.tiny:after,
button.dropdown.tiny:after {
    border-width: 0.375rem;
    right: 1.125rem;
    margin-top: -0.125rem;
}
.dropdown.button.tiny::after,
button.dropdown.tiny::after {
    border-color: #fff transparent transparent transparent;
}
.dropdown.button.small,
button.dropdown.small {
    padding-right: 3.0625rem;
}
.dropdown.button.small::after,
button.dropdown.small::after {
    border-width: 0.4375rem;
    right: 1.3125rem;
    margin-top: -0.15625rem;
}
.dropdown.button.small::after,
button.dropdown.small::after {
    border-color: #fff transparent transparent transparent;
}
.dropdown.button.large,
button.dropdown.large {
    padding-right: 3.625rem;
}
.dropdown.button.large::after,
button.dropdown.large::after {
    border-width: 0.3125rem;
    right: 1.71875rem;
    margin-top: -0.15625rem;
}
.dropdown.button.large::after,
button.dropdown.large::after {
    border-color: #fff transparent transparent transparent;
}
.dropdown.button.secondary:after,
button.dropdown.secondary:after {
    border-color: #333 transparent transparent transparent;
}
.flex-video {
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
}
.flex-video.widescreen {
    padding-bottom: 56.34%;
}
.flex-video.vimeo {
    padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
form {
    margin: 0 0 1rem;
}
form .row .row {
    margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
    padding: 0 0.5rem;
}
form .row .row.collapse {
    margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
    padding: 0;
}
form .row .row.collapse input {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
    padding-left: 0.5rem;
}
label {
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}
label.right {
    float: none !important;
    text-align: right;
}
label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0;
}
label small {
    text-transform: capitalize;
    color: #676767;
}
.prefix,
.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: visible;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
}
.postfix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    border: none;
}
.prefix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    border: none;
}
.prefix.button.radius {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.postfix.button.radius {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.prefix.button.round {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}
.postfix.button.round {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}
span.prefix,
label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333;
    border-color: #ccc;
}
span.postfix,
label.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333;
    border-color: #ccc;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition:
        border-color 0.15s linear,
        background 0.15s linear;
    -moz-transition:
        border-color 0.15s linear,
        background 0.15s linear;
    -ms-transition:
        border-color 0.15s linear,
        background 0.15s linear;
    -o-transition:
        border-color 0.15s linear,
        background 0.15s linear;
    transition:
        border-color 0.15s linear,
        background 0.15s linear;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
    background: #fafafa;
    border-color: #999;
    outline: none;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
    background-color: #ddd;
    cursor: default;
}
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
    background-color: #ddd;
    cursor: default;
}
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
    border-radius: 3px;
}
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}
textarea[rows] {
    height: auto;
}
textarea {
    max-width: 100%;
}
select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border-radius: 0;
    background-color: #fafafa;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    padding: 0.5rem;
    font-size: 0.875rem;
    font-family: inherit;
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    border-radius: 0;
    height: 2.3125rem;
}
select::-ms-expand {
    display: none;
}
select.radius {
    border-radius: 3px;
}
select:hover {
    background-color: #f3f3f3;
    border-color: #999;
}
select:disabled {
    background-color: #ddd;
    cursor: default;
}
select[multiple] {
    height: auto;
}
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 1rem 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline;
}
input[type="file"] {
    width: 100%;
}
fieldset {
    border: 1px solid #ddd;
    padding: 1.25rem;
    margin: 1.125rem 0;
}
fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem;
}
[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff;
}
[data-abide] span.error,
[data-abide] small.error {
    display: none;
}
span.error,
small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff;
}
.error input,
.error textarea,
.error select {
    margin-bottom: 0;
}
.error input[type="checkbox"],
.error input[type="radio"] {
    margin-bottom: 1rem;
}
.error label,
.error label.error {
    color: #f04124;
}
.error small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff;
}
.error > label > small {
    color: #676767;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    font-size: 60%;
    margin: 0;
    display: inline;
}
.error span.error-message {
    display: block;
}
input.error,
textarea.error,
select.error {
    margin-bottom: 0;
}
label.error {
    color: #f04124;
}
.icon-bar {
    width: 100%;
    font-size: 0;
    display: inline-block;
    background: #333;
}
.icon-bar > * {
    text-align: center;
    font-size: 1rem;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 1.25rem;
    float: left;
}
.icon-bar > * i,
.icon-bar > * img {
    display: block;
    margin: 0 auto;
}
.icon-bar > * i + label,
.icon-bar > * img + label {
    margin-top: 0.0625rem;
}
.icon-bar > * i {
    font-size: 1.875rem;
    vertical-align: middle;
}
.icon-bar > * img {
    width: 1.875rem;
    height: 1.875rem;
}
.icon-bar.label-right > * i,
.icon-bar.label-right > * img {
    margin: 0 0.0625rem 0 0;
    display: inline-block;
}
.icon-bar.label-right > * i + label,
.icon-bar.label-right > * img + label {
    margin-top: 0;
}
.icon-bar.label-right > * label {
    display: inline-block;
}
.icon-bar.vertical.label-right > * {
    text-align: left;
}
.icon-bar.vertical,
.icon-bar.small-vertical {
    height: 100%;
    width: auto;
}
.icon-bar.vertical .item,
.icon-bar.small-vertical .item {
    width: auto;
    margin: auto;
    float: none;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.medium-vertical {
        height: 100%;
        width: auto;
    }
    .icon-bar.medium-vertical .item {
        width: auto;
        margin: auto;
        float: none;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.large-vertical {
        height: 100%;
        width: auto;
    }
    .icon-bar.large-vertical .item {
        width: auto;
        margin: auto;
        float: none;
    }
}
.icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem;
}
.icon-bar > * i + label,
.icon-bar > * img + label {
    margin-top: 0.0625rem;
}
.icon-bar > * i {
    font-size: 1.875rem;
}
.icon-bar > * img {
    width: 1.875rem;
    height: 1.875rem;
}
.icon-bar > * label {
    color: #fff;
}
.icon-bar > * i {
    color: #fff;
}
.icon-bar > a:hover {
    background: #008cba;
}
.icon-bar > a:hover label {
    color: #fff;
}
.icon-bar > a:hover i {
    color: #fff;
}
.icon-bar > a.active {
    background: #008cba;
}
.icon-bar > a.active label {
    color: #fff;
}
.icon-bar > a.active i {
    color: #fff;
}
.icon-bar .item.disabled {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}
.icon-bar .item.disabled > * {
    opacity: 0.7;
    cursor: not-allowed;
}
.icon-bar.two-up .item {
    width: 50%;
}
.icon-bar.two-up.vertical .item,
.icon-bar.two-up.small-vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.two-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.two-up.large-vertical .item {
        width: auto;
    }
}
.icon-bar.three-up .item {
    width: 33.3333%;
}
.icon-bar.three-up.vertical .item,
.icon-bar.three-up.small-vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.three-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.three-up.large-vertical .item {
        width: auto;
    }
}
.icon-bar.four-up .item {
    width: 25%;
}
.icon-bar.four-up.vertical .item,
.icon-bar.four-up.small-vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.four-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.four-up.large-vertical .item {
        width: auto;
    }
}
.icon-bar.five-up .item {
    width: 20%;
}
.icon-bar.five-up.vertical .item,
.icon-bar.five-up.small-vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.five-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.five-up.large-vertical .item {
        width: auto;
    }
}
.icon-bar.six-up .item {
    width: 16.66667%;
}
.icon-bar.six-up.vertical .item,
.icon-bar.six-up.small-vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.six-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.six-up.large-vertical .item {
        width: auto;
    }
}
.icon-bar.seven-up .item {
    width: 14.28571%;
}
.icon-bar.seven-up.vertical .item,
.icon-bar.seven-up.small-vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.seven-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.seven-up.large-vertical .item {
        width: auto;
    }
}
.icon-bar.eight-up .item {
    width: 12.5%;
}
.icon-bar.eight-up.vertical .item,
.icon-bar.eight-up.small-vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.eight-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.eight-up.large-vertical .item {
        width: auto;
    }
}
.inline-list {
    margin: 0 auto 1.0625rem auto;
    margin-left: -1.375rem;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block;
}
.inline-list > li > * {
    display: block;
}
.label {
    font-weight: normal;
    font-family: "FrutigerNeue", Arial, "Helvetica Regular", Helvetica, Roboto, sans-serif;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    margin-bottom: auto;
    padding: 0.25rem 0.5rem 0.25rem;
    font-size: 0.6875rem;
    background-color: #008cba;
    color: #fff;
}
.label.radius {
    border-radius: 3px;
}
.label.round {
    border-radius: 1000px;
}
.label.alert {
    background-color: #f04124;
    color: #fff;
}
.label.warning {
    background-color: #f08a24;
    color: #fff;
}
.label.success {
    background-color: #43ac6a;
    color: #fff;
}
.label.secondary {
    background-color: #e7e7e7;
    color: #333;
}
.label.info {
    background-color: #a0d3e8;
    color: #333;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.slideshow-wrapper {
    position: relative;
}
.slideshow-wrapper ul {
    list-style-type: none;
    margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
    display: none;
}
.slideshow-wrapper ul li:first-child {
    display: block;
}
.slideshow-wrapper .orbit-container {
    background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
    display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
    display: block;
}
.slideshow-wrapper .orbit-container .orbit-bullets li {
    display: inline-block;
}
.slideshow-wrapper .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555 #fff;
    border-radius: 1000px;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.orbit-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: none;
}
.orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.orbit-container .orbit-slides-container img {
    display: block;
    max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
    position: absolute;
    top: 0;
    width: 100%;
    margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
    margin-left: 0;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
    position: absolute;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
    width: 100%;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
}
.orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    background: transparent;
    z-index: 10;
}
.orbit-container .orbit-slide-number span {
    font-weight: 700;
    padding: 0.3125rem;
}
.orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
    height: 3px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    width: 0;
    position: relative;
    right: 20px;
    top: 5px;
}
.orbit-container .orbit-timer > span {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 14px;
    border: solid 4px #fff;
    border-top: none;
    border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
    right: -4px;
    top: 0;
    width: 11px;
    height: 14px;
    border: inset 8px;
    border-left-style: solid;
    border-color: transparent;
    border-left-color: #fff;
}
.orbit-container .orbit-timer.paused > span.dark {
    border-left-color: #333;
}
.orbit-container:hover .orbit-timer > span {
    display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10;
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 0;
    height: 0;
    border: inset 10px;
}
.orbit-container .orbit-prev {
    left: 0;
}
.orbit-container .orbit-prev > span {
    border-right-style: solid;
    border-color: transparent;
    border-right-color: #fff;
}
.orbit-container .orbit-prev:hover > span {
    border-right-color: #fff;
}
.orbit-container .orbit-next {
    right: 0;
}
.orbit-container .orbit-next > span {
    border-color: transparent;
    border-left-style: solid;
    border-left-color: #fff;
    left: 50%;
    margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
    border-left-color: #fff;
}
.orbit-bullets-container {
    text-align: center;
}
.orbit-bullets {
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    top: 10px;
    float: none;
    text-align: center;
    display: block;
}
.orbit-bullets li {
    cursor: pointer;
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #ccc;
    float: none;
    margin-right: 6px;
    border-radius: 1000px;
}
.orbit-bullets li.active {
    background: #999;
}
.orbit-bullets li:last-child {
    margin-right: 0;
}
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
    display: none;
}
.touch .orbit-bullets {
    display: none;
}
@media only screen and (min-width: 40.0625em) {
    .touch .orbit-container .orbit-prev,
    .touch .orbit-container .orbit-next {
        display: inherit;
    }
    .touch .orbit-bullets {
        display: block;
    }
}
@media only screen and (max-width: 40em) {
    .orbit-stack-on-small .orbit-slides-container {
        height: auto !important;
    }
    .orbit-stack-on-small .orbit-slides-container > * {
        position: relative;
        margin: 0 !important;
        opacity: 1 !important;
    }
    .orbit-stack-on-small .orbit-slide-number {
        display: none;
    }
    .orbit-timer {
        display: none;
    }
    .orbit-next,
    .orbit-prev {
        display: none;
    }
    .orbit-bullets {
        display: none;
    }
}
ul.pagination {
    display: block;
    min-height: 1.5rem;
    margin-left: -0.3125rem;
}
ul.pagination li {
    height: 1.5rem;
    color: #222;
    font-size: 0.875rem;
    margin-left: 0.3125rem;
}
ul.pagination li a,
ul.pagination li button {
    display: block;
    padding: 0.0625rem 0.625rem 0.0625rem;
    color: #999;
    background: none;
    border-radius: 3px;
    font-weight: normal;
    font-size: 1em;
    line-height: inherit;
    transition: background-color 300ms ease-out;
}
ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
    background: #e6e6e6;
}
ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
    cursor: default;
    color: #999;
}
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
    background: transparent;
}
ul.pagination li.current a,
ul.pagination li.current button {
    background: #008cba;
    color: #fff;
    font-weight: bold;
    cursor: default;
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus {
    background: #008cba;
}
ul.pagination li {
    float: left;
    display: block;
}
.pagination-centered {
    text-align: center;
}
.pagination-centered ul.pagination li {
    float: none;
    display: inline-block;
}
.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #333;
}
.panel > :first-child {
    margin-top: 0;
}
.panel > :last-child {
    margin-bottom: 0;
}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p,
.panel li,
.panel dl {
    color: #333;
}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem;
}
.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
    line-height: 1.4;
}
.panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b6edff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff;
    color: #333;
}
.panel.callout > :first-child {
    margin-top: 0;
}
.panel.callout > :last-child {
    margin-bottom: 0;
}
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p,
.panel.callout li,
.panel.callout dl {
    color: #333;
}
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
    line-height: 1;
    margin-bottom: 0.625rem;
}
.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
    line-height: 1.4;
}
.panel.callout a:not(.button) {
    color: #008cba;
}
.panel.callout a:not(.button):hover,
.panel.callout a:not(.button):focus {
    color: #0078a0;
}
.panel.radius {
    border-radius: 3px;
}
.progress {
    background-color: #f6f6f6;
    height: 1.5625rem;
    border: 1px solid #fff;
    padding: 0.125rem;
    margin-bottom: 0.625rem;
}
.progress .meter {
    background: #008cba;
    height: 100%;
    display: block;
}
.progress.secondary .meter {
    background: #e7e7e7;
    height: 100%;
    display: block;
}
.progress.success .meter {
    background: #43ac6a;
    height: 100%;
    display: block;
}
.progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block;
}
.progress.radius {
    border-radius: 3px;
}
.progress.radius .meter {
    border-radius: 2px;
}
.progress.round {
    border-radius: 1000px;
}
.progress.round .meter {
    border-radius: 999px;
}
.reveal-modal-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1004;
    display: none;
    left: 0;
}
.reveal-modal {
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 1005;
    width: 100%;
    top: 0;
    border-radius: 3px;
    left: 0;
    background-color: #fff;
    padding: 1.875rem;
    border: solid 1px #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 40em) {
    .reveal-modal {
        min-height: 100vh;
    }
}
.reveal-modal .column,
.reveal-modal .columns {
    min-width: 0;
}
.reveal-modal > :first-child {
    margin-top: 0;
}
.reveal-modal > :last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 40.0625em) {
    .reveal-modal {
        width: 80%;
        max-width: 80rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 40.0625em) {
    .reveal-modal {
        top: 6.25rem;
    }
}
.reveal-modal.radius {
    border-radius: 3px;
}
.reveal-modal.round {
    border-radius: 1000px;
}
.reveal-modal.collapse {
    padding: 0;
}
@media only screen and (min-width: 40.0625em) {
    .reveal-modal.tiny {
        width: 30%;
        max-width: 80rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 40.0625em) {
    .reveal-modal.small {
        width: 40%;
        max-width: 80rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 40.0625em) {
    .reveal-modal.medium {
        width: 60%;
        max-width: 80rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 40.0625em) {
    .reveal-modal.large {
        width: 70%;
        max-width: 80rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 40.0625em) {
    .reveal-modal.xlarge {
        width: 95%;
        max-width: 80rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
.reveal-modal.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important;
}
@media only screen and (min-width: 40.0625em) {
    .reveal-modal.full {
        width: 100%;
        max-width: 80rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
.reveal-modal.toback {
    z-index: 1003;
}
.reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
}
.side-nav {
    display: block;
    margin: 0;
    padding: 0.875rem 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: "FrutigerNeue", Arial, "Helvetica Regular", Helvetica, Roboto, sans-serif;
}
.side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem;
    font-weight: normal;
}
.side-nav li a:not(.button) {
    display: block;
    color: #008cba;
    margin: 0;
    padding: 0.4375rem 0.875rem;
}
.side-nav li a:not(.button):hover,
.side-nav li a:not(.button):focus {
    background: rgba(0, 0, 0, 0.025);
    color: #1cc7ff;
}
.side-nav li a:not(.button):active {
    color: #1cc7ff;
}
.side-nav li.active > a:first-child:not(.button) {
    color: #1cc7ff;
    font-weight: normal;
    font-family: "FrutigerNeue", Arial, "Helvetica Regular", Helvetica, Roboto, sans-serif;
}
.side-nav li.divider {
    border-top: 1px solid;
    height: 0;
    padding: 0;
    list-style: none;
    border-top-color: #fff;
}
.side-nav li.heading {
    color: #008cba;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
}
.split.button {
    position: relative;
    padding-right: 5.0625rem;
}
.split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px;
}
.split.button span:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: inset;
    top: 50%;
    left: 50%;
}
.split.button span:active {
    background-color: rgba(0, 0, 0, 0.1);
}
.split.button span {
    border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button span {
    width: 3.09375rem;
}
.split.button span:after {
    border-top-style: solid;
    border-width: 0.375rem;
    top: 48%;
    margin-left: -0.375rem;
}
.split.button span:after {
    border-color: #fff transparent transparent transparent;
}
.split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.secondary span:after {
    border-color: #fff transparent transparent transparent;
}
.split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.tiny {
    padding-right: 3.75rem;
}
.split.button.tiny span {
    width: 2.25rem;
}
.split.button.tiny span:after {
    border-top-style: solid;
    border-width: 0.375rem;
    top: 48%;
    margin-left: -0.375rem;
}
.split.button.small {
    padding-right: 4.375rem;
}
.split.button.small span {
    width: 2.625rem;
}
.split.button.small span:after {
    border-top-style: solid;
    border-width: 0.4375rem;
    top: 48%;
    margin-left: -0.375rem;
}
.split.button.large {
    padding-right: 5.5rem;
}
.split.button.large span {
    width: 3.4375rem;
}
.split.button.large span:after {
    border-top-style: solid;
    border-width: 0.3125rem;
    top: 48%;
    margin-left: -0.375rem;
}
.split.button.expand {
    padding-left: 2rem;
}
.split.button.secondary span:after {
    border-color: #333 transparent transparent transparent;
}
.split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}
.split.button.no-pip span:before {
    border-style: none;
}
.split.button.no-pip span:after {
    border-style: none;
}
.split.button.no-pip span > i {
    top: 50%;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -0.28889em;
    margin-top: -0.48889em;
}
.sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin: -0.25rem 0 1.125rem;
    padding-top: 0.25rem;
}
.sub-nav dt {
    text-transform: uppercase;
}
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
    float: left;
    margin-left: 1rem;
    margin-bottom: 0;
    font-family: "FrutigerNeue", Arial, "Helvetica Regular", Helvetica, Roboto, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999;
}
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
    text-decoration: none;
    color: #999;
    padding: 0.1875rem 1rem;
}
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
    color: #737373;
}
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
    border-radius: 3px;
    font-weight: normal;
    background: #008cba;
    padding: 0.1875rem 1rem;
    cursor: default;
    color: #fff;
}
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
    background: #0078a0;
}
.switch {
    padding: 0;
    border: none;
    position: relative;
    outline: 0;
    margin-bottom: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.switch label {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    color: transparent;
    background: #ddd;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    cursor: pointer;
    transition: left 0.15s ease-out;
}
.switch input {
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 10px;
    padding: 0;
}
.switch input + label {
    margin-left: 0;
    margin-right: 0;
}
.switch label:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.switch input:checked + label {
    background: #008cba;
}
.switch input:checked + label:after {
    left: 2.25rem;
}
.switch label {
    width: 4rem;
    height: 2rem;
}
.switch label:after {
    width: 1.5rem;
    height: 1.5rem;
}
.switch input:checked + label:after {
    left: 2.25rem;
}
.switch label {
    color: transparent;
    background: #ddd;
}
.switch label:after {
    background: #fff;
}
.switch input:checked + label {
    background: #008cba;
}
.switch.large label {
    width: 5rem;
    height: 2.5rem;
}
.switch.large label:after {
    width: 2rem;
    height: 2rem;
}
.switch.large input:checked + label:after {
    left: 2.75rem;
}
.switch.small label {
    width: 3.5rem;
    height: 1.75rem;
}
.switch.small label:after {
    width: 1.25rem;
    height: 1.25rem;
}
.switch.small input:checked + label:after {
    left: 2rem;
}
.switch.tiny label {
    width: 3rem;
    height: 1.5rem;
}
.switch.tiny label:after {
    width: 1rem;
    height: 1rem;
}
.switch.tiny input:checked + label:after {
    left: 1.75rem;
}
.switch.radius label {
    border-radius: 4px;
}
.switch.radius label:after {
    border-radius: 3px;
}
.switch.round {
    border-radius: 1000px;
}
.switch.round label {
    border-radius: 2rem;
}
.switch.round label:after {
    border-radius: 2rem;
}
table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: solid 1px #ddd;
    table-layout: auto;
}
table caption {
    background: transparent;
    color: #222;
    font-size: 1rem;
    font-weight: bold;
}
table thead {
    background: #f5f5f5;
}
table thead tr th,
table thead tr td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: #222;
}
table tfoot {
    background: #f5f5f5;
}
table tfoot tr th,
table tfoot tr td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: #222;
}
table tr th,
table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222;
    text-align: left;
}
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
    background: #f9f9f9;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
    display: table-cell;
    line-height: 1.125rem;
}
.th {
    line-height: 0;
    display: inline-block;
    border: solid 4px #fff;
    max-width: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    transition: all 200ms ease-out;
}
.th:hover,
.th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}
.th.radius {
    border-radius: 3px;
}
.toolbar {
    background: #333;
    width: 100%;
    font-size: 0;
    display: inline-block;
}
.toolbar.label-bottom .tab .tab-content i,
.toolbar.label-bottom .tab .tab-content img {
    margin-bottom: 10px;
}
.toolbar.label-right .tab .tab-content i,
.toolbar.label-right .tab .tab-content img {
    margin-right: 10px;
    display: inline-block;
}
.toolbar.label-right .tab .tab-content label {
    display: inline-block;
}
.toolbar.vertical.label-right .tab .tab-content {
    text-align: left;
}
.toolbar.vertical {
    height: 100%;
    width: auto;
}
.toolbar.vertical .tab {
    width: auto;
    margin: auto;
    float: none;
}
.toolbar .tab {
    text-align: center;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 20px;
    float: left;
}
.toolbar .tab:hover {
    background: rgba(255, 255, 255, 0.1);
}
.toolbar .tab-content {
    font-size: 16px;
    text-align: center;
}
.toolbar .tab-content label {
    color: #ccc;
}
.toolbar .tab-content i {
    font-size: 30px;
    display: block;
    margin: 0 auto;
    color: #ccc;
    vertical-align: middle;
}
.toolbar .tab-content img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}
meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:40.0625em)/";
    width: 40.0625em;
}
.contain-to-grid {
    width: 100%;
    background: #333;
}
.contain-to-grid .top-bar {
    margin-bottom: 0;
}
.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99;
}
.fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
    position: fixed;
    width: 100%;
    z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
    z-index: 98;
    margin-top: 2.8125rem;
}
.top-bar {
    overflow: hidden;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative;
    background: #333;
    margin-bottom: 0;
}
.top-bar ul {
    margin-bottom: 0;
    list-style: none;
}
.top-bar .row {
    max-width: none;
}
.top-bar form,
.top-bar input {
    margin-bottom: 0;
}
.top-bar input {
    height: 1.75rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    font-size: 0.75rem;
}
.top-bar .button,
.top-bar button {
    padding-top: 0.4125rem;
    padding-bottom: 0.4125rem;
    margin-bottom: 0;
    font-size: 0.75rem;
}
@media only screen and (max-width: 40em) {
    .top-bar .button,
    .top-bar button {
        position: relative;
        top: -1px;
    }
}
.top-bar .title-area {
    position: relative;
    margin: 0;
}
.top-bar .name {
    height: 2.8125rem;
    margin: 0;
    font-size: 16px;
}
.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
    line-height: 2.8125rem;
    font-size: 1.0625rem;
    margin: 0;
}
.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
    font-weight: normal;
    color: #fff;
    width: 75%;
    display: block;
    padding: 0 0.9375rem;
}
.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}
.top-bar .toggle-topbar a {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 0.9375rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
}
.top-bar .toggle-topbar.menu-icon {
    top: 50%;
    margin-top: -16px;
}
.top-bar .toggle-topbar.menu-icon a {
    height: 34px;
    line-height: 33px;
    padding: 0 2.5rem 0 0.9375rem;
    color: #fff;
    position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -8px;
    right: 0.9375rem;
    box-shadow:
        0 0 0 1px #fff,
        0 7px 0 1px #fff,
        0 14px 0 1px #fff;
    width: 16px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
    box-shadow:
        0 0 0 1px "",
        0 7px 0 1px "",
        0 14px 0 1px "";
}
.top-bar.expanded {
    height: auto;
    background: transparent;
}
.top-bar.expanded .title-area {
    background: #333;
}
.top-bar.expanded .toggle-topbar a {
    color: #888;
}
.top-bar.expanded .toggle-topbar a span::after {
    box-shadow:
        0 0 0 1px #888,
        0 7px 0 1px #888,
        0 14px 0 1px #888;
}
.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out;
}
.top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0;
}
.top-bar-section .divider,
.top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%;
}
.top-bar-section ul li {
    background: #333;
}
.top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 12px 0 12px 0;
    padding-left: 0.9375rem;
    font-family: "FrutigerNeue", Arial, "Helvetica Regular", Helvetica, Roboto, sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
    text-transform: none;
}
.top-bar-section ul li > a.button {
    font-size: 0.8125rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    background-color: #008cba;
    border-color: #007095;
    color: #fff;
}
.top-bar-section ul li > a.button:hover,
.top-bar-section ul li > a.button:focus {
    background-color: #007095;
}
.top-bar-section ul li > a.button:hover,
.top-bar-section ul li > a.button:focus {
    color: #fff;
}
.top-bar-section ul li > a.button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
}
.top-bar-section ul li > a.button.secondary:hover,
.top-bar-section ul li > a.button.secondary:focus {
    background-color: #b9b9b9;
}
.top-bar-section ul li > a.button.secondary:hover,
.top-bar-section ul li > a.button.secondary:focus {
    color: #333;
}
.top-bar-section ul li > a.button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff;
}
.top-bar-section ul li > a.button.success:hover,
.top-bar-section ul li > a.button.success:focus {
    background-color: #368a55;
}
.top-bar-section ul li > a.button.success:hover,
.top-bar-section ul li > a.button.success:focus {
    color: #fff;
}
.top-bar-section ul li > a.button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff;
}
.top-bar-section ul li > a.button.alert:hover,
.top-bar-section ul li > a.button.alert:focus {
    background-color: #cf2a0e;
}
.top-bar-section ul li > a.button.alert:hover,
.top-bar-section ul li > a.button.alert:focus {
    color: #fff;
}
.top-bar-section ul li > a.button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff;
}
.top-bar-section ul li > a.button.warning:hover,
.top-bar-section ul li > a.button.warning:focus {
    background-color: #cf6e0e;
}
.top-bar-section ul li > a.button.warning:hover,
.top-bar-section ul li > a.button.warning:focus {
    color: #fff;
}
.top-bar-section ul li > a.button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333;
}
.top-bar-section ul li > a.button.info:hover,
.top-bar-section ul li > a.button.info:focus {
    background-color: #61b6d9;
}
.top-bar-section ul li > a.button.info:hover,
.top-bar-section ul li > a.button.info:focus {
    color: #fff;
}
.top-bar-section ul li > button {
    font-size: 0.8125rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    background-color: #008cba;
    border-color: #007095;
    color: #fff;
}
.top-bar-section ul li > button:hover,
.top-bar-section ul li > button:focus {
    background-color: #007095;
}
.top-bar-section ul li > button:hover,
.top-bar-section ul li > button:focus {
    color: #fff;
}
.top-bar-section ul li > button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
}
.top-bar-section ul li > button.secondary:hover,
.top-bar-section ul li > button.secondary:focus {
    background-color: #b9b9b9;
}
.top-bar-section ul li > button.secondary:hover,
.top-bar-section ul li > button.secondary:focus {
    color: #333;
}
.top-bar-section ul li > button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff;
}
.top-bar-section ul li > button.success:hover,
.top-bar-section ul li > button.success:focus {
    background-color: #368a55;
}
.top-bar-section ul li > button.success:hover,
.top-bar-section ul li > button.success:focus {
    color: #fff;
}
.top-bar-section ul li > button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff;
}
.top-bar-section ul li > button.alert:hover,
.top-bar-section ul li > button.alert:focus {
    background-color: #cf2a0e;
}
.top-bar-section ul li > button.alert:hover,
.top-bar-section ul li > button.alert:focus {
    color: #fff;
}
.top-bar-section ul li > button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff;
}
.top-bar-section ul li > button.warning:hover,
.top-bar-section ul li > button.warning:focus {
    background-color: #cf6e0e;
}
.top-bar-section ul li > button.warning:hover,
.top-bar-section ul li > button.warning:focus {
    color: #fff;
}
.top-bar-section ul li > button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333;
}
.top-bar-section ul li > button.info:hover,
.top-bar-section ul li > button.info:focus {
    background-color: #61b6d9;
}
.top-bar-section ul li > button.info:hover,
.top-bar-section ul li > button.info:focus {
    color: #fff;
}
.top-bar-section ul li:hover:not(.has-form) > a {
    background-color: #555;
    background: #333;
    color: #fff;
}
.top-bar-section ul li.active > a {
    background: #008cba;
    color: #fff;
}
.top-bar-section ul li.active > a:hover {
    background: #0078a0;
    color: #fff;
}
.top-bar-section .has-form {
    padding: 0.9375rem;
}
.top-bar-section .has-dropdown {
    position: relative;
}
.top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
    border-left-style: solid;
    margin-right: 0.9375rem;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0;
}
.top-bar-section .has-dropdown.moved {
    position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
    width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
    display: none;
}
.top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.top-bar-section .dropdown li {
    width: 100%;
    height: auto;
}
.top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li a.parent-link {
    font-weight: normal;
}
.top-bar-section .dropdown li.title h5,
.top-bar-section .dropdown li.parent-link {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.125rem;
}
.top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.parent-link a {
    color: #fff;
    display: block;
}
.top-bar-section .dropdown li.title h5 a:hover,
.top-bar-section .dropdown li.parent-link a:hover {
    background: none;
}
.top-bar-section .dropdown li.has-form {
    padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
    top: auto;
}
.top-bar-section .dropdown label {
    padding: 8px 0.9375rem 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #777;
    font-weight: bold;
    font-size: 0.625rem;
}
.js-generated {
    display: block;
}
@media only screen and (min-width: 40.0625em) {
    .top-bar {
        background: #333;
        overflow: visible;
    }
    .top-bar:before,
    .top-bar:after {
        content: " ";
        display: table;
    }
    .top-bar:after {
        clear: both;
    }
    .top-bar .toggle-topbar {
        display: none;
    }
    .top-bar .title-area {
        float: left;
    }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
        width: auto;
    }
    .top-bar input,
    .top-bar .button,
    .top-bar button {
        font-size: 0.875rem;
        position: relative;
        height: 1.75rem;
        top: 0.53125rem;
    }
    .top-bar.expanded {
        background: #333;
    }
    .contain-to-grid .top-bar {
        max-width: 80rem;
        margin: 0 auto;
        margin-bottom: 0;
    }
    .top-bar-section {
        transition: none 0 0;
        left: 0 !important;
    }
    .top-bar-section ul {
        width: auto;
        height: auto !important;
        display: inline;
    }
    .top-bar-section ul li {
        float: left;
    }
    .top-bar-section ul li .js-generated {
        display: none;
    }
    .top-bar-section li.hover > a:not(.button) {
        background-color: #555;
        background: #333;
        color: #fff;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 0.9375rem;
        line-height: 2.8125rem;
        background: #333;
    }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555;
        background: #333;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        padding: 0 0.9375rem;
        line-height: 2.8125rem;
        color: #fff;
        background: #008cba;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0;
        color: #fff;
    }
    .top-bar-section .has-dropdown > a {
        padding-right: 2.1875rem !important;
    }
    .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem;
    }
    .top-bar-section .has-dropdown.moved {
        position: relative;
    }
    .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    .top-bar-section .has-dropdown.hover > .dropdown,
    .top-bar-section .has-dropdown.not-click:hover > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
    }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        border: none;
        content: "\00bb";
        top: 1rem;
        margin-top: -1px;
        right: 5px;
        line-height: 1.2;
    }
    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: transparent;
        min-width: 100%;
    }
    .top-bar-section .dropdown li a {
        color: #fff;
        line-height: 2.8125rem;
        white-space: nowrap;
        padding: 12px 0.9375rem;
        background: #333;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: #fff;
        background: #333;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #fff;
        background-color: #555;
        background: #333;
    }
    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333;
    }
    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0;
    }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
        border-bottom: none;
        border-top: none;
        border-right: solid 1px #4e4e4e;
        clear: none;
        height: 2.8125rem;
        width: 0;
    }
    .top-bar-section .has-form {
        background: #333;
        padding: 0 0.9375rem;
        height: 2.8125rem;
    }
    .top-bar-section .right li .dropdown {
        left: auto;
        right: 0;
    }
    .top-bar-section .right li .dropdown li .dropdown {
        right: 100%;
    }
    .top-bar-section .left li .dropdown {
        right: auto;
        left: 0;
    }
    .top-bar-section .left li .dropdown li .dropdown {
        left: 100%;
    }
    .no-js .top-bar-section ul li:hover > a {
        background-color: #555;
        background: #333;
        color: #fff;
    }
    .no-js .top-bar-section ul li:active > a {
        background: #008cba;
        color: #fff;
    }
    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
    }
    .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown {
        clip: initial;
    }
    .top-bar.expanded .top-bar-section .dropdown {
        clip: initial;
    }
    .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown {
        clip: initial;
    }
    .top-bar.expanded .top-bar-section .dropdown {
        clip: initial;
    }
    .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0;
    }
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}
@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important;
    }
    .small-only-text-right {
        text-align: right !important;
    }
    .small-only-text-center {
        text-align: center !important;
    }
    .small-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen {
    .small-text-left {
        text-align: left !important;
    }
    .small-text-right {
        text-align: right !important;
    }
    .small-text-center {
        text-align: center !important;
    }
    .small-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important;
    }
    .medium-only-text-right {
        text-align: right !important;
    }
    .medium-only-text-center {
        text-align: center !important;
    }
    .medium-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 40.0625em) {
    .medium-text-left {
        text-align: left !important;
    }
    .medium-text-right {
        text-align: right !important;
    }
    .medium-text-center {
        text-align: center !important;
    }
    .medium-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important;
    }
    .large-only-text-right {
        text-align: right !important;
    }
    .large-only-text-center {
        text-align: center !important;
    }
    .large-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 64.0625em) {
    .large-text-left {
        text-align: left !important;
    }
    .large-text-right {
        text-align: right !important;
    }
    .large-text-center {
        text-align: center !important;
    }
    .large-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important;
    }
    .xlarge-only-text-right {
        text-align: right !important;
    }
    .xlarge-only-text-center {
        text-align: center !important;
    }
    .xlarge-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 90.0625em) {
    .xlarge-text-left {
        text-align: left !important;
    }
    .xlarge-text-right {
        text-align: right !important;
    }
    .xlarge-text-center {
        text-align: center !important;
    }
    .xlarge-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 120.0625em) and (max-width: 99999999em) {
    .xxlarge-only-text-left {
        text-align: left !important;
    }
    .xxlarge-only-text-right {
        text-align: right !important;
    }
    .xxlarge-only-text-center {
        text-align: center !important;
    }
    .xxlarge-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 120.0625em) {
    .xxlarge-text-left {
        text-align: left !important;
    }
    .xxlarge-text-right {
        text-align: right !important;
    }
    .xxlarge-text-center {
        text-align: center !important;
    }
    .xxlarge-text-justify {
        text-align: justify !important;
    }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
a {
    color: #4a4a4a;
    text-decoration: none;
    line-height: inherit;
}
a:hover,
a:focus {
    color: #404040;
}
a img {
    border: none;
}
p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}
p.lead {
    font-size: 1.21875rem;
    line-height: 1.6;
}
p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "FrutigerNeue", Arial, "Helvetica Regular", Helvetica, Roboto, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0;
}
h1 {
    font-size: 2.125rem;
}
h2 {
    font-size: 1.6875rem;
}
h3 {
    font-size: 1.375rem;
}
h4 {
    font-size: 1.125rem;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1rem;
}
.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}
hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0;
}
em,
i {
    font-style: italic;
    line-height: inherit;
}
strong,
b {
    font-weight: bold;
    line-height: inherit;
}
small {
    font-size: 60%;
    line-height: inherit;
}
code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #333;
    background-color: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #dfdfdf;
    padding: 0.125rem 0.3125rem 0.0625rem;
}
ul,
ol,
dl {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit;
}
ul {
    margin-left: 1.1rem;
}
ul.no-bullet {
    margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none;
}
ul li ul,
ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}
ul.square li ul,
ul.circle li ul,
ul.disc li ul {
    list-style: inherit;
}
ul.square {
    list-style-type: square;
    margin-left: 1.1rem;
}
ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem;
}
ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem;
}
ul.no-bullet {
    list-style: none;
}
ol {
    margin-left: 1.4rem;
}
ol li ul,
ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}
dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}
dl dd {
    margin-bottom: 0.75rem;
}
abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #4a4a4a;
    cursor: help;
}
abbr {
    text-transform: none;
}
abbr[title] {
    border-bottom: 1px dotted #ddd;
}
blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd;
}
blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555;
}
blockquote cite:before {
    content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
    color: #555;
}
blockquote,
blockquote p {
    line-height: 1.6;
    color: #6f6f6f;
}
.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: 0.625rem 0.75rem;
}
.vcard li {
    margin: 0;
    display: block;
}
.vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem;
}
.vevent .summary {
    font-weight: bold;
}
.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem;
}
@media only screen and (min-width: 40.0625em) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4;
    }
    h1 {
        font-size: 2.75rem;
    }
    h2 {
        font-size: 2.3125rem;
    }
    h3 {
        font-size: 1.6875rem;
    }
    h4 {
        font-size: 1.4375rem;
    }
    h5 {
        font-size: 1.125rem;
    }
    h6 {
        font-size: 1rem;
    }
}
.off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
}
.inner-wrap {
    position: relative;
    width: 100%;
    -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;
}
.inner-wrap:before,
.inner-wrap:after {
    content: " ";
    display: table;
}
.inner-wrap:after {
    clear: both;
}
.tab-bar {
    -webkit-backface-visibility: hidden;
    background: #333;
    color: #fff;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative;
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
    color: #fff;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0;
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
    font-size: 1.125rem;
}
.left-small {
    width: 2.8125rem;
    height: 2.8125rem;
    position: absolute;
    top: 0;
    border-right: solid 1px #1a1a1a;
    left: 0;
}
.right-small {
    width: 2.8125rem;
    height: 2.8125rem;
    position: absolute;
    top: 0;
    border-left: solid 1px #1a1a1a;
    right: 0;
}
.tab-bar-section {
    padding: 0 0.625rem;
    position: absolute;
    height: 2.8125rem;
    text-align: center;
    top: 0;
}
.tab-bar-section.left {
    text-align: left;
}
.tab-bar-section.right {
    text-align: right;
}
.tab-bar-section.left {
    left: 0;
    right: 2.8125rem;
}
.tab-bar-section.right {
    left: 2.8125rem;
    right: 0;
}
.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem;
}
.tab-bar .menu-icon {
    text-indent: 2.1875rem;
    width: 2.8125rem;
    height: 2.8125rem;
    display: block;
    padding: 0;
    color: #fff;
    position: relative;
    transform: translate3d(0, 0, 0);
}
.tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow:
        0 0 0 1px #fff,
        0 7px 0 1px #fff,
        0 14px 0 1px #fff;
    width: 1rem;
}
.tab-bar .menu-icon span:hover:after {
    box-shadow:
        0 0 0 1px #b3b3b3,
        0 7px 0 1px #b3b3b3,
        0 14px 0 1px #b3b3b3;
}
.left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    background: #333;
    z-index: 1001;
    box-sizing: content-box;
    transition: transform 500ms ease 0s;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
}
.left-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}
.right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    background: #333;
    z-index: 1001;
    box-sizing: content-box;
    transition: transform 500ms ease 0s;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
}
.right-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}
ul.off-canvas-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #444;
    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;
    transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
    background: #242424;
}
ul.off-canvas-list li a:active {
    background: #242424;
}
.move-right > .inner-wrap {
    -webkit-transform: translate3d(15.625rem, 0, 0);
    -moz-transform: translate3d(15.625rem, 0, 0);
    -ms-transform: translate(15.625rem, 0);
    -ms-transform: translate3d(15.625rem, 0, 0);
    -o-transform: translate3d(15.625rem, 0, 0);
    transform: translate3d(15.625rem, 0, 0);
}
.move-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    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;
    -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.0625em) {
    .move-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.move-left > .inner-wrap {
    -webkit-transform: translate3d(-15.625rem, 0, 0);
    -moz-transform: translate3d(-15.625rem, 0, 0);
    -ms-transform: translate(-15.625rem, 0);
    -ms-transform: translate3d(-15.625rem, 0, 0);
    -o-transform: translate3d(-15.625rem, 0, 0);
    transform: translate3d(-15.625rem, 0, 0);
}
.move-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    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;
    -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.0625em) {
    .move-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    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;
    -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.offcanvas-overlap-left .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    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;
    -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.offcanvas-overlap-right .left-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    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;
    -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.no-csstransforms .left-off-canvas-menu {
    left: -15.625rem;
}
.no-csstransforms .right-off-canvas-menu {
    right: -15.625rem;
}
.no-csstransforms .move-left > .inner-wrap {
    right: 15.625rem;
}
.no-csstransforms .move-right > .inner-wrap {
    left: 15.625rem;
}
.left-submenu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #333;
    z-index: 1002;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
    -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;
}
.left-submenu * {
    -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0;
}
.left-submenu .back > a:hover {
    background: #303030;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
}
.left-submenu .back > a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline;
}
.left-submenu.move-right,
.left-submenu.offcanvas-overlap-right,
.left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.right-submenu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #333;
    z-index: 1002;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
    -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;
}
.right-submenu * {
    -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0;
}
.right-submenu .back > a:hover {
    background: #303030;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
}
.right-submenu .back > a:after {
    content: "\BB";
    margin-left: 0.5rem;
    display: inline;
}
.right-submenu.move-left,
.right-submenu.offcanvas-overlap-left,
.right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
    content: "\BB";
    margin-left: 0.5rem;
    display: inline;
}
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline;
}
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}
.chosen-container a {
    cursor: pointer;
}
.chosen-container-single {
    position: absolute;
    display: inline-table;
    height: 100%;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(
        linear,
        50% 0%,
        50% 100%,
        color-stop(20%, #fff),
        color-stop(50%, #f6f6f6),
        color-stop(52%, #eee),
        color-stop(100%, #f4f4f4)
    );
    background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow:
        0 0 3px #fff inset,
        0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}
.chosen-container-single .chosen-default {
    color: #999;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}
.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("chosen-sprite.png") no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url("chosen-sprite.png") no-repeat 100% -20px;
    background: url("chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
    display: table;
    position: absolute;
    height: 100%;
    margin-bottom: 15px;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}
.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}
.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
    background-image: -o-linear-gradient(#eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text;
}
.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(
        linear,
        50% 0%,
        50% 100%,
        color-stop(20%, #f4f4f4),
        color-stop(50%, #f0f0f0),
        color-stop(52%, #e8e8e8),
        color-stop(100%, #eee)
    );
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow:
        0 0 2px #fff inset,
        0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(
        linear,
        50% 0%,
        50% 100%,
        color-stop(20%, #f4f4f4),
        color-stop(50%, #f0f0f0),
        color-stop(52%, #e8e8e8),
        color-stop(100%, #eee)
    );
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
    background-image: -o-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}
.chosen-disabled .chosen-single {
    cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}
.chosen-rtl {
    text-align: right;
}
.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}
.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}
.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}
.chosen-rtl .chosen-choices li {
    float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: #fff url("chosen-sprite.png") no-repeat -30px -20px;
    background: url("chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url("chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
} /*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: "FontAwesome";
    src: url("../../fonts/fontawesome-webfont.eot?v=4.1.0");
    src:
        url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"),
        url("../../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"),
        url("../../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"),
        url("../../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
@font-face {
    font-family: "Material Design Icons";
    src: url("../../fonts/materialdesignicons-webfont.eot?v=1.5.54");
    src:
        url("../../fonts/materialdesignicons-webfont.eot?#iefix&v=1.5.54") format("embedded-opentype"),
        url("../../fonts/materialdesignicons-webfont.woff2?v=1.5.54") format("woff2"),
        url("../../fonts/materialdesignicons-webfont.woff?v=1.5.54") format("woff"),
        url("../../fonts/materialdesignicons-webfont.ttf?v=1.5.54") format("truetype"),
        url("../../fonts/materialdesignicons-webfont.svg?v=1.5.54#materialdesigniconsregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.mdi {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.mdi-access-point:before {
    content: "\F002";
}
.mdi-access-point-network:before {
    content: "\F003";
}
.mdi-account:before {
    content: "\F004";
}
.mdi-account-alert:before {
    content: "\F005";
}
.mdi-account-box:before {
    content: "\F006";
}
.mdi-account-box-outline:before {
    content: "\F007";
}
.mdi-account-card-details:before {
    content: "\F5D2";
}
.mdi-account-check:before {
    content: "\F008";
}
.mdi-account-circle:before {
    content: "\F009";
}
.mdi-account-convert:before {
    content: "\F00A";
}
.mdi-account-key:before {
    content: "\F00B";
}
.mdi-account-location:before {
    content: "\F00C";
}
.mdi-account-minus:before {
    content: "\F00D";
}
.mdi-account-multiple:before {
    content: "\F00E";
}
.mdi-account-multiple-minus:before {
    content: "\F5D3";
}
.mdi-account-multiple-outline:before {
    content: "\F00F";
}
.mdi-account-multiple-plus:before {
    content: "\F010";
}
.mdi-account-network:before {
    content: "\F011";
}
.mdi-account-off:before {
    content: "\F012";
}
.mdi-account-outline:before {
    content: "\F013";
}
.mdi-account-plus:before {
    content: "\F014";
}
.mdi-account-remove:before {
    content: "\F015";
}
.mdi-account-search:before {
    content: "\F016";
}
.mdi-account-star:before {
    content: "\F017";
}
.mdi-account-star-variant:before {
    content: "\F018";
}
.mdi-account-switch:before {
    content: "\F019";
}
.mdi-adjust:before {
    content: "\F01A";
}
.mdi-air-conditioner:before {
    content: "\F01B";
}
.mdi-airballoon:before {
    content: "\F01C";
}
.mdi-airplane:before {
    content: "\F01D";
}
.mdi-airplane-landing:before {
    content: "\F5D4";
}
.mdi-airplane-off:before {
    content: "\F01E";
}
.mdi-airplane-takeoff:before {
    content: "\F5D5";
}
.mdi-airplay:before {
    content: "\F01F";
}
.mdi-alarm:before {
    content: "\F020";
}
.mdi-alarm-check:before {
    content: "\F021";
}
.mdi-alarm-multiple:before {
    content: "\F022";
}
.mdi-alarm-off:before {
    content: "\F023";
}
.mdi-alarm-plus:before {
    content: "\F024";
}
.mdi-album:before {
    content: "\F025";
}
.mdi-alert:before {
    content: "\F026";
}
.mdi-alert-box:before {
    content: "\F027";
}
.mdi-alert-circle:before {
    content: "\F028";
}
.mdi-alert-circle-outline:before {
    content: "\F5D6";
}
.mdi-alert-octagon:before {
    content: "\F029";
}
.mdi-alert-outline:before {
    content: "\F02A";
}
.mdi-alpha:before {
    content: "\F02B";
}
.mdi-alphabetical:before {
    content: "\F02C";
}
.mdi-altimeter:before {
    content: "\F5D7";
}
.mdi-amazon:before {
    content: "\F02D";
}
.mdi-amazon-clouddrive:before {
    content: "\F02E";
}
.mdi-ambulance:before {
    content: "\F02F";
}
.mdi-amplifier:before {
    content: "\F030";
}
.mdi-anchor:before {
    content: "\F031";
}
.mdi-android:before {
    content: "\F032";
}
.mdi-android-debug-bridge:before {
    content: "\F033";
}
.mdi-android-studio:before {
    content: "\F034";
}
.mdi-animation:before {
    content: "\F5D8";
}
.mdi-apple:before {
    content: "\F035";
}
.mdi-apple-finder:before {
    content: "\F036";
}
.mdi-apple-ios:before {
    content: "\F037";
}
.mdi-apple-mobileme:before {
    content: "\F038";
}
.mdi-apple-safari:before {
    content: "\F039";
}
.mdi-appnet:before {
    content: "\F03A";
}
.mdi-apps:before {
    content: "\F03B";
}
.mdi-archive:before {
    content: "\F03C";
}
.mdi-arrange-bring-forward:before {
    content: "\F03D";
}
.mdi-arrange-bring-to-front:before {
    content: "\F03E";
}
.mdi-arrange-send-backward:before {
    content: "\F03F";
}
.mdi-arrange-send-to-back:before {
    content: "\F040";
}
.mdi-arrow-all:before {
    content: "\F041";
}
.mdi-arrow-bottom-left:before {
    content: "\F042";
}
.mdi-arrow-bottom-right:before {
    content: "\F043";
}
.mdi-arrow-collapse:before {
    content: "\F044";
}
.mdi-arrow-down:before {
    content: "\F045";
}
.mdi-arrow-down-bold:before {
    content: "\F046";
}
.mdi-arrow-down-bold-circle:before {
    content: "\F047";
}
.mdi-arrow-down-bold-circle-outline:before {
    content: "\F048";
}
.mdi-arrow-down-bold-hexagon-outline:before {
    content: "\F049";
}
.mdi-arrow-down-drop-circle:before {
    content: "\F04A";
}
.mdi-arrow-down-drop-circle-outline:before {
    content: "\F04B";
}
.mdi-arrow-expand:before {
    content: "\F04C";
}
.mdi-arrow-left:before {
    content: "\F04D";
}
.mdi-arrow-left-bold:before {
    content: "\F04E";
}
.mdi-arrow-left-bold-circle:before {
    content: "\F04F";
}
.mdi-arrow-left-bold-circle-outline:before {
    content: "\F050";
}
.mdi-arrow-left-bold-hexagon-outline:before {
    content: "\F051";
}
.mdi-arrow-left-drop-circle:before {
    content: "\F052";
}
.mdi-arrow-left-drop-circle-outline:before {
    content: "\F053";
}
.mdi-arrow-right:before {
    content: "\F054";
}
.mdi-arrow-right-bold:before {
    content: "\F055";
}
.mdi-arrow-right-bold-circle:before {
    content: "\F056";
}
.mdi-arrow-right-bold-circle-outline:before {
    content: "\F057";
}
.mdi-arrow-right-bold-hexagon-outline:before {
    content: "\F058";
}
.mdi-arrow-right-drop-circle:before {
    content: "\F059";
}
.mdi-arrow-right-drop-circle-outline:before {
    content: "\F05A";
}
.mdi-arrow-top-left:before {
    content: "\F05B";
}
.mdi-arrow-top-right:before {
    content: "\F05C";
}
.mdi-arrow-up:before {
    content: "\F05D";
}
.mdi-arrow-up-bold:before {
    content: "\F05E";
}
.mdi-arrow-up-bold-circle:before {
    content: "\F05F";
}
.mdi-arrow-up-bold-circle-outline:before {
    content: "\F060";
}
.mdi-arrow-up-bold-hexagon-outline:before {
    content: "\F061";
}
.mdi-arrow-up-drop-circle:before {
    content: "\F062";
}
.mdi-arrow-up-drop-circle-outline:before {
    content: "\F063";
}
.mdi-assistant:before {
    content: "\F064";
}
.mdi-at:before {
    content: "\F065";
}
.mdi-attachment:before {
    content: "\F066";
}
.mdi-audiobook:before {
    content: "\F067";
}
.mdi-auto-fix:before {
    content: "\F068";
}
.mdi-auto-upload:before {
    content: "\F069";
}
.mdi-autorenew:before {
    content: "\F06A";
}
.mdi-av-timer:before {
    content: "\F06B";
}
.mdi-baby:before {
    content: "\F06C";
}
.mdi-backburger:before {
    content: "\F06D";
}
.mdi-backspace:before {
    content: "\F06E";
}
.mdi-backup-restore:before {
    content: "\F06F";
}
.mdi-bank:before {
    content: "\F070";
}
.mdi-barcode:before {
    content: "\F071";
}
.mdi-barcode-scan:before {
    content: "\F072";
}
.mdi-barley:before {
    content: "\F073";
}
.mdi-barrel:before {
    content: "\F074";
}
.mdi-basecamp:before {
    content: "\F075";
}
.mdi-basket:before {
    content: "\F076";
}
.mdi-basket-fill:before {
    content: "\F077";
}
.mdi-basket-unfill:before {
    content: "\F078";
}
.mdi-battery:before {
    content: "\F079";
}
.mdi-battery-10:before {
    content: "\F07A";
}
.mdi-battery-20:before {
    content: "\F07B";
}
.mdi-battery-30:before {
    content: "\F07C";
}
.mdi-battery-40:before {
    content: "\F07D";
}
.mdi-battery-50:before {
    content: "\F07E";
}
.mdi-battery-60:before {
    content: "\F07F";
}
.mdi-battery-70:before {
    content: "\F080";
}
.mdi-battery-80:before {
    content: "\F081";
}
.mdi-battery-90:before {
    content: "\F082";
}
.mdi-battery-alert:before {
    content: "\F083";
}
.mdi-battery-charging:before {
    content: "\F084";
}
.mdi-battery-charging-100:before {
    content: "\F085";
}
.mdi-battery-charging-20:before {
    content: "\F086";
}
.mdi-battery-charging-30:before {
    content: "\F087";
}
.mdi-battery-charging-40:before {
    content: "\F088";
}
.mdi-battery-charging-60:before {
    content: "\F089";
}
.mdi-battery-charging-80:before {
    content: "\F08A";
}
.mdi-battery-charging-90:before {
    content: "\F08B";
}
.mdi-battery-minus:before {
    content: "\F08C";
}
.mdi-battery-negative:before {
    content: "\F08D";
}
.mdi-battery-outline:before {
    content: "\F08E";
}
.mdi-battery-plus:before {
    content: "\F08F";
}
.mdi-battery-positive:before {
    content: "\F090";
}
.mdi-battery-unknown:before {
    content: "\F091";
}
.mdi-beach:before {
    content: "\F092";
}
.mdi-beats:before {
    content: "\F097";
}
.mdi-beer:before {
    content: "\F098";
}
.mdi-behance:before {
    content: "\F099";
}
.mdi-bell:before {
    content: "\F09A";
}
.mdi-bell-off:before {
    content: "\F09B";
}
.mdi-bell-outline:before {
    content: "\F09C";
}
.mdi-bell-plus:before {
    content: "\F09D";
}
.mdi-bell-ring:before {
    content: "\F09E";
}
.mdi-bell-ring-outline:before {
    content: "\F09F";
}
.mdi-bell-sleep:before {
    content: "\F0A0";
}
.mdi-beta:before {
    content: "\F0A1";
}
.mdi-bible:before {
    content: "\F0A2";
}
.mdi-bike:before {
    content: "\F0A3";
}
.mdi-bing:before {
    content: "\F0A4";
}
.mdi-binoculars:before {
    content: "\F0A5";
}
.mdi-bio:before {
    content: "\F0A6";
}
.mdi-biohazard:before {
    content: "\F0A7";
}
.mdi-bitbucket:before {
    content: "\F0A8";
}
.mdi-black-mesa:before {
    content: "\F0A9";
}
.mdi-blackberry:before {
    content: "\F0AA";
}
.mdi-blender:before {
    content: "\F0AB";
}
.mdi-blinds:before {
    content: "\F0AC";
}
.mdi-block-helper:before {
    content: "\F0AD";
}
.mdi-blogger:before {
    content: "\F0AE";
}
.mdi-bluetooth:before {
    content: "\F0AF";
}
.mdi-bluetooth-audio:before {
    content: "\F0B0";
}
.mdi-bluetooth-connect:before {
    content: "\F0B1";
}
.mdi-bluetooth-off:before {
    content: "\F0B2";
}
.mdi-bluetooth-settings:before {
    content: "\F0B3";
}
.mdi-bluetooth-transfer:before {
    content: "\F0B4";
}
.mdi-blur:before {
    content: "\F0B5";
}
.mdi-blur-linear:before {
    content: "\F0B6";
}
.mdi-blur-off:before {
    content: "\F0B7";
}
.mdi-blur-radial:before {
    content: "\F0B8";
}
.mdi-bone:before {
    content: "\F0B9";
}
.mdi-book:before {
    content: "\F0BA";
}
.mdi-book-minus:before {
    content: "\F5D9";
}
.mdi-book-multiple:before {
    content: "\F0BB";
}
.mdi-book-multiple-variant:before {
    content: "\F0BC";
}
.mdi-book-open:before {
    content: "\F0BD";
}
.mdi-book-open-page-variant:before {
    content: "\F5DA";
}
.mdi-book-open-variant:before {
    content: "\F0BE";
}
.mdi-book-plus:before {
    content: "\F5DB";
}
.mdi-book-variant:before {
    content: "\F0BF";
}
.mdi-bookmark:before {
    content: "\F0C0";
}
.mdi-bookmark-check:before {
    content: "\F0C1";
}
.mdi-bookmark-music:before {
    content: "\F0C2";
}
.mdi-bookmark-outline:before {
    content: "\F0C3";
}
.mdi-bookmark-plus:before {
    content: "\F0C5";
}
.mdi-bookmark-plus-outline:before {
    content: "\F0C4";
}
.mdi-bookmark-remove:before {
    content: "\F0C6";
}
.mdi-boombox:before {
    content: "\F5DC";
}
.mdi-border-all:before {
    content: "\F0C7";
}
.mdi-border-bottom:before {
    content: "\F0C8";
}
.mdi-border-color:before {
    content: "\F0C9";
}
.mdi-border-horizontal:before {
    content: "\F0CA";
}
.mdi-border-inside:before {
    content: "\F0CB";
}
.mdi-border-left:before {
    content: "\F0CC";
}
.mdi-border-none:before {
    content: "\F0CD";
}
.mdi-border-outside:before {
    content: "\F0CE";
}
.mdi-border-right:before {
    content: "\F0CF";
}
.mdi-border-style:before {
    content: "\F0D0";
}
.mdi-border-top:before {
    content: "\F0D1";
}
.mdi-border-vertical:before {
    content: "\F0D2";
}
.mdi-bowling:before {
    content: "\F0D3";
}
.mdi-box:before {
    content: "\F0D4";
}
.mdi-box-cutter:before {
    content: "\F0D5";
}
.mdi-briefcase:before {
    content: "\F0D6";
}
.mdi-briefcase-check:before {
    content: "\F0D7";
}
.mdi-briefcase-download:before {
    content: "\F0D8";
}
.mdi-briefcase-upload:before {
    content: "\F0D9";
}
.mdi-brightness-1:before {
    content: "\F0DA";
}
.mdi-brightness-2:before {
    content: "\F0DB";
}
.mdi-brightness-3:before {
    content: "\F0DC";
}
.mdi-brightness-4:before {
    content: "\F0DD";
}
.mdi-brightness-5:before {
    content: "\F0DE";
}
.mdi-brightness-6:before {
    content: "\F0DF";
}
.mdi-brightness-7:before {
    content: "\F0E0";
}
.mdi-brightness-auto:before {
    content: "\F0E1";
}
.mdi-broom:before {
    content: "\F0E2";
}
.mdi-brush:before {
    content: "\F0E3";
}
.mdi-bug:before {
    content: "\F0E4";
}
.mdi-bulletin-board:before {
    content: "\F0E5";
}
.mdi-bullhorn:before {
    content: "\F0E6";
}
.mdi-bullseye:before {
    content: "\F5DD";
}
.mdi-burst-mode:before {
    content: "\F5DE";
}
.mdi-bus:before {
    content: "\F0E7";
}
.mdi-cached:before {
    content: "\F0E8";
}
.mdi-cake:before {
    content: "\F0E9";
}
.mdi-cake-layered:before {
    content: "\F0EA";
}
.mdi-cake-variant:before {
    content: "\F0EB";
}
.mdi-calculator:before {
    content: "\F0EC";
}
.mdi-calendar:before {
    content: "\F0ED";
}
.mdi-calendar-blank:before {
    content: "\F0EE";
}
.mdi-calendar-check:before {
    content: "\F0EF";
}
.mdi-calendar-clock:before {
    content: "\F0F0";
}
.mdi-calendar-multiple:before {
    content: "\F0F1";
}
.mdi-calendar-multiple-check:before {
    content: "\F0F2";
}
.mdi-calendar-plus:before {
    content: "\F0F3";
}
.mdi-calendar-remove:before {
    content: "\F0F4";
}
.mdi-calendar-text:before {
    content: "\F0F5";
}
.mdi-calendar-today:before {
    content: "\F0F6";
}
.mdi-call-made:before {
    content: "\F0F7";
}
.mdi-call-merge:before {
    content: "\F0F8";
}
.mdi-call-missed:before {
    content: "\F0F9";
}
.mdi-call-received:before {
    content: "\F0FA";
}
.mdi-call-split:before {
    content: "\F0FB";
}
.mdi-camcorder:before {
    content: "\F0FC";
}
.mdi-camcorder-box:before {
    content: "\F0FD";
}
.mdi-camcorder-box-off:before {
    content: "\F0FE";
}
.mdi-camcorder-off:before {
    content: "\F0FF";
}
.mdi-camera:before {
    content: "\F100";
}
.mdi-camera-enhance:before {
    content: "\F101";
}
.mdi-camera-front:before {
    content: "\F102";
}
.mdi-camera-front-variant:before {
    content: "\F103";
}
.mdi-camera-iris:before {
    content: "\F104";
}
.mdi-camera-off:before {
    content: "\F5DF";
}
.mdi-camera-party-mode:before {
    content: "\F105";
}
.mdi-camera-rear:before {
    content: "\F106";
}
.mdi-camera-rear-variant:before {
    content: "\F107";
}
.mdi-camera-switch:before {
    content: "\F108";
}
.mdi-camera-timer:before {
    content: "\F109";
}
.mdi-candle:before {
    content: "\F5E2";
}
.mdi-candycane:before {
    content: "\F10A";
}
.mdi-car:before {
    content: "\F10B";
}
.mdi-car-battery:before {
    content: "\F10C";
}
.mdi-car-connected:before {
    content: "\F10D";
}
.mdi-car-wash:before {
    content: "\F10E";
}
.mdi-carrot:before {
    content: "\F10F";
}
.mdi-cart:before {
    content: "\F110";
}
.mdi-cart-outline:before {
    content: "\F111";
}
.mdi-cart-plus:before {
    content: "\F112";
}
.mdi-case-sensitive-alt:before {
    content: "\F113";
}
.mdi-cash:before {
    content: "\F114";
}
.mdi-cash-100:before {
    content: "\F115";
}
.mdi-cash-multiple:before {
    content: "\F116";
}
.mdi-cash-usd:before {
    content: "\F117";
}
.mdi-cast:before {
    content: "\F118";
}
.mdi-cast-connected:before {
    content: "\F119";
}
.mdi-castle:before {
    content: "\F11A";
}
.mdi-cat:before {
    content: "\F11B";
}
.mdi-cellphone:before {
    content: "\F11C";
}
.mdi-cellphone-android:before {
    content: "\F11D";
}
.mdi-cellphone-basic:before {
    content: "\F11E";
}
.mdi-cellphone-dock:before {
    content: "\F11F";
}
.mdi-cellphone-iphone:before {
    content: "\F120";
}
.mdi-cellphone-link:before {
    content: "\F121";
}
.mdi-cellphone-link-off:before {
    content: "\F122";
}
.mdi-cellphone-settings:before {
    content: "\F123";
}
.mdi-certificate:before {
    content: "\F124";
}
.mdi-chair-school:before {
    content: "\F125";
}
.mdi-chart-arc:before {
    content: "\F126";
}
.mdi-chart-areaspline:before {
    content: "\F127";
}
.mdi-chart-bar:before {
    content: "\F128";
}
.mdi-chart-bubble:before {
    content: "\F5E3";
}
.mdi-chart-histogram:before {
    content: "\F129";
}
.mdi-chart-line:before {
    content: "\F12A";
}
.mdi-chart-pie:before {
    content: "\F12B";
}
.mdi-check:before {
    content: "\F12C";
}
.mdi-check-all:before {
    content: "\F12D";
}
.mdi-check-circle:before {
    content: "\F5E0";
}
.mdi-check-circle-outline:before {
    content: "\F5E1";
}
.mdi-checkbox-blank:before {
    content: "\F12E";
}
.mdi-checkbox-blank-circle:before {
    content: "\F12F";
}
.mdi-checkbox-blank-circle-outline:before {
    content: "\F130";
}
.mdi-checkbox-blank-outline:before {
    content: "\F131";
}
.mdi-checkbox-marked:before {
    content: "\F132";
}
.mdi-checkbox-marked-circle:before {
    content: "\F133";
}
.mdi-checkbox-marked-circle-outline:before {
    content: "\F134";
}
.mdi-checkbox-marked-outline:before {
    content: "\F135";
}
.mdi-checkbox-multiple-blank:before {
    content: "\F136";
}
.mdi-checkbox-multiple-blank-outline:before {
    content: "\F137";
}
.mdi-checkbox-multiple-marked:before {
    content: "\F138";
}
.mdi-checkbox-multiple-marked-outline:before {
    content: "\F139";
}
.mdi-checkerboard:before {
    content: "\F13A";
}
.mdi-chemical-weapon:before {
    content: "\F13B";
}
.mdi-chevron-double-down:before {
    content: "\F13C";
}
.mdi-chevron-double-left:before {
    content: "\F13D";
}
.mdi-chevron-double-right:before {
    content: "\F13E";
}
.mdi-chevron-double-up:before {
    content: "\F13F";
}
.mdi-chevron-down:before {
    content: "\F140";
}
.mdi-chevron-left:before {
    content: "\F141";
}
.mdi-chevron-right:before {
    content: "\F142";
}
.mdi-chevron-up:before {
    content: "\F143";
}
.mdi-church:before {
    content: "\F144";
}
.mdi-cisco-webex:before {
    content: "\F145";
}
.mdi-city:before {
    content: "\F146";
}
.mdi-clipboard:before {
    content: "\F147";
}
.mdi-clipboard-account:before {
    content: "\F148";
}
.mdi-clipboard-alert:before {
    content: "\F149";
}
.mdi-clipboard-arrow-down:before {
    content: "\F14A";
}
.mdi-clipboard-arrow-left:before {
    content: "\F14B";
}
.mdi-clipboard-check:before {
    content: "\F14C";
}
.mdi-clipboard-outline:before {
    content: "\F14D";
}
.mdi-clipboard-text:before {
    content: "\F14E";
}
.mdi-clippy:before {
    content: "\F14F";
}
.mdi-clock:before {
    content: "\F150";
}
.mdi-clock-alert:before {
    content: "\F5CE";
}
.mdi-clock-end:before {
    content: "\F151";
}
.mdi-clock-fast:before {
    content: "\F152";
}
.mdi-clock-in:before {
    content: "\F153";
}
.mdi-clock-out:before {
    content: "\F154";
}
.mdi-clock-start:before {
    content: "\F155";
}
.mdi-close:before {
    content: "\F156";
}
.mdi-close-box:before {
    content: "\F157";
}
.mdi-close-box-outline:before {
    content: "\F158";
}
.mdi-close-circle:before {
    content: "\F159";
}
.mdi-close-circle-outline:before {
    content: "\F15A";
}
.mdi-close-network:before {
    content: "\F15B";
}
.mdi-close-octagon:before {
    content: "\F15C";
}
.mdi-close-octagon-outline:before {
    content: "\F15D";
}
.mdi-closed-caption:before {
    content: "\F15E";
}
.mdi-cloud:before {
    content: "\F15F";
}
.mdi-cloud-check:before {
    content: "\F160";
}
.mdi-cloud-circle:before {
    content: "\F161";
}
.mdi-cloud-download:before {
    content: "\F162";
}
.mdi-cloud-outline:before {
    content: "\F163";
}
.mdi-cloud-outline-off:before {
    content: "\F164";
}
.mdi-cloud-print:before {
    content: "\F165";
}
.mdi-cloud-print-outline:before {
    content: "\F166";
}
.mdi-cloud-upload:before {
    content: "\F167";
}
.mdi-code-array:before {
    content: "\F168";
}
.mdi-code-braces:before {
    content: "\F169";
}
.mdi-code-brackets:before {
    content: "\F16A";
}
.mdi-code-equal:before {
    content: "\F16B";
}
.mdi-code-greater-than:before {
    content: "\F16C";
}
.mdi-code-greater-than-or-equal:before {
    content: "\F16D";
}
.mdi-code-less-than:before {
    content: "\F16E";
}
.mdi-code-less-than-or-equal:before {
    content: "\F16F";
}
.mdi-code-not-equal:before {
    content: "\F170";
}
.mdi-code-not-equal-variant:before {
    content: "\F171";
}
.mdi-code-parentheses:before {
    content: "\F172";
}
.mdi-code-string:before {
    content: "\F173";
}
.mdi-code-tags:before {
    content: "\F174";
}
.mdi-codepen:before {
    content: "\F175";
}
.mdi-coffee:before {
    content: "\F176";
}
.mdi-coffee-to-go:before {
    content: "\F177";
}
.mdi-coin:before {
    content: "\F178";
}
.mdi-color-helper:before {
    content: "\F179";
}
.mdi-comment:before {
    content: "\F17A";
}
.mdi-comment-account:before {
    content: "\F17B";
}
.mdi-comment-account-outline:before {
    content: "\F17C";
}
.mdi-comment-alert:before {
    content: "\F17D";
}
.mdi-comment-alert-outline:before {
    content: "\F17E";
}
.mdi-comment-check:before {
    content: "\F17F";
}
.mdi-comment-check-outline:before {
    content: "\F180";
}
.mdi-comment-multiple-outline:before {
    content: "\F181";
}
.mdi-comment-outline:before {
    content: "\F182";
}
.mdi-comment-plus-outline:before {
    content: "\F183";
}
.mdi-comment-processing:before {
    content: "\F184";
}
.mdi-comment-processing-outline:before {
    content: "\F185";
}
.mdi-comment-question-outline:before {
    content: "\F186";
}
.mdi-comment-remove-outline:before {
    content: "\F187";
}
.mdi-comment-text:before {
    content: "\F188";
}
.mdi-comment-text-outline:before {
    content: "\F189";
}
.mdi-compare:before {
    content: "\F18A";
}
.mdi-compass:before {
    content: "\F18B";
}
.mdi-compass-outline:before {
    content: "\F18C";
}
.mdi-console:before {
    content: "\F18D";
}
.mdi-contact-mail:before {
    content: "\F18E";
}
.mdi-content-copy:before {
    content: "\F18F";
}
.mdi-content-cut:before {
    content: "\F190";
}
.mdi-content-duplicate:before {
    content: "\F191";
}
.mdi-content-paste:before {
    content: "\F192";
}
.mdi-content-save:before {
    content: "\F193";
}
.mdi-content-save-all:before {
    content: "\F194";
}
.mdi-contrast:before {
    content: "\F195";
}
.mdi-contrast-box:before {
    content: "\F196";
}
.mdi-contrast-circle:before {
    content: "\F197";
}
.mdi-cookie:before {
    content: "\F198";
}
.mdi-copyright:before {
    content: "\F5E6";
}
.mdi-counter:before {
    content: "\F199";
}
.mdi-cow:before {
    content: "\F19A";
}
.mdi-credit-card:before {
    content: "\F19B";
}
.mdi-credit-card-multiple:before {
    content: "\F19C";
}
.mdi-credit-card-off:before {
    content: "\F5E4";
}
.mdi-credit-card-scan:before {
    content: "\F19D";
}
.mdi-crop:before {
    content: "\F19E";
}
.mdi-crop-free:before {
    content: "\F19F";
}
.mdi-crop-landscape:before {
    content: "\F1A0";
}
.mdi-crop-portrait:before {
    content: "\F1A1";
}
.mdi-crop-square:before {
    content: "\F1A2";
}
.mdi-crosshairs:before {
    content: "\F1A3";
}
.mdi-crosshairs-gps:before {
    content: "\F1A4";
}
.mdi-crown:before {
    content: "\F1A5";
}
.mdi-cube:before {
    content: "\F1A6";
}
.mdi-cube-outline:before {
    content: "\F1A7";
}
.mdi-cube-send:before {
    content: "\F1A8";
}
.mdi-cube-unfolded:before {
    content: "\F1A9";
}
.mdi-cup:before {
    content: "\F1AA";
}
.mdi-cup-off:before {
    content: "\F5E5";
}
.mdi-cup-water:before {
    content: "\F1AB";
}
.mdi-currency-btc:before {
    content: "\F1AC";
}
.mdi-currency-eur:before {
    content: "\F1AD";
}
.mdi-currency-gbp:before {
    content: "\F1AE";
}
.mdi-currency-inr:before {
    content: "\F1AF";
}
.mdi-currency-ngn:before {
    content: "\F1B0";
}
.mdi-currency-rub:before {
    content: "\F1B1";
}
.mdi-currency-try:before {
    content: "\F1B2";
}
.mdi-currency-usd:before {
    content: "\F1B3";
}
.mdi-cursor-default:before {
    content: "\F1B4";
}
.mdi-cursor-default-outline:before {
    content: "\F1B5";
}
.mdi-cursor-move:before {
    content: "\F1B6";
}
.mdi-cursor-pointer:before {
    content: "\F1B7";
}
.mdi-cursor-text:before {
    content: "\F5E7";
}
.mdi-database:before {
    content: "\F1B8";
}
.mdi-database-minus:before {
    content: "\F1B9";
}
.mdi-database-plus:before {
    content: "\F1BA";
}
.mdi-debug-step-into:before {
    content: "\F1BB";
}
.mdi-debug-step-out:before {
    content: "\F1BC";
}
.mdi-debug-step-over:before {
    content: "\F1BD";
}
.mdi-decimal-decrease:before {
    content: "\F1BE";
}
.mdi-decimal-increase:before {
    content: "\F1BF";
}
.mdi-delete:before {
    content: "\F1C0";
}
.mdi-delete-forever:before {
    content: "\F5E8";
}
.mdi-delete-sweep:before {
    content: "\F5E9";
}
.mdi-delete-variant:before {
    content: "\F1C1";
}
.mdi-delta:before {
    content: "\F1C2";
}
.mdi-deskphone:before {
    content: "\F1C3";
}
.mdi-desktop-mac:before {
    content: "\F1C4";
}
.mdi-desktop-tower:before {
    content: "\F1C5";
}
.mdi-details:before {
    content: "\F1C6";
}
.mdi-deviantart:before {
    content: "\F1C7";
}
.mdi-diamond:before {
    content: "\F1C8";
}
.mdi-dice-1:before {
    content: "\F1CA";
}
.mdi-dice-2:before {
    content: "\F1CB";
}
.mdi-dice-3:before {
    content: "\F1CC";
}
.mdi-dice-4:before {
    content: "\F1CD";
}
.mdi-dice-5:before {
    content: "\F1CE";
}
.mdi-dice-6:before {
    content: "\F1CF";
}
.mdi-dice-d20:before {
    content: "\F5EA";
}
.mdi-dice-d4:before {
    content: "\F5EB";
}
.mdi-dice-d6:before {
    content: "\F5EC";
}
.mdi-dice-d8:before {
    content: "\F5ED";
}
.mdi-directions:before {
    content: "\F1D0";
}
.mdi-disk:before {
    content: "\F5EE";
}
.mdi-disk-alert:before {
    content: "\F1D1";
}
.mdi-disqus:before {
    content: "\F1D2";
}
.mdi-disqus-outline:before {
    content: "\F1D3";
}
.mdi-division:before {
    content: "\F1D4";
}
.mdi-division-box:before {
    content: "\F1D5";
}
.mdi-dns:before {
    content: "\F1D6";
}
.mdi-domain:before {
    content: "\F1D7";
}
.mdi-dots-horizontal:before {
    content: "\F1D8";
}
.mdi-dots-vertical:before {
    content: "\F1D9";
}
.mdi-download:before {
    content: "\F1DA";
}
.mdi-drag:before {
    content: "\F1DB";
}
.mdi-drag-horizontal:before {
    content: "\F1DC";
}
.mdi-drag-vertical:before {
    content: "\F1DD";
}
.mdi-drawing:before {
    content: "\F1DE";
}
.mdi-drawing-box:before {
    content: "\F1DF";
}
.mdi-dribbble:before {
    content: "\F1E0";
}
.mdi-dribbble-box:before {
    content: "\F1E1";
}
.mdi-drone:before {
    content: "\F1E2";
}
.mdi-dropbox:before {
    content: "\F1E3";
}
.mdi-drupal:before {
    content: "\F1E4";
}
.mdi-duck:before {
    content: "\F1E5";
}
.mdi-dumbbell:before {
    content: "\F1E6";
}
.mdi-earth:before {
    content: "\F1E7";
}
.mdi-earth-off:before {
    content: "\F1E8";
}
.mdi-edge:before {
    content: "\F1E9";
}
.mdi-eject:before {
    content: "\F1EA";
}
.mdi-elevation-decline:before {
    content: "\F1EB";
}
.mdi-elevation-rise:before {
    content: "\F1EC";
}
.mdi-elevator:before {
    content: "\F1ED";
}
.mdi-email:before {
    content: "\F1EE";
}
.mdi-email-open:before {
    content: "\F1EF";
}
.mdi-email-open-outline:before {
    content: "\F5EF";
}
.mdi-email-outline:before {
    content: "\F1F0";
}
.mdi-email-secure:before {
    content: "\F1F1";
}
.mdi-email-variant:before {
    content: "\F5F0";
}
.mdi-emoticon:before {
    content: "\F1F2";
}
.mdi-emoticon-cool:before {
    content: "\F1F3";
}
.mdi-emoticon-devil:before {
    content: "\F1F4";
}
.mdi-emoticon-happy:before {
    content: "\F1F5";
}
.mdi-emoticon-neutral:before {
    content: "\F1F6";
}
.mdi-emoticon-poop:before {
    content: "\F1F7";
}
.mdi-emoticon-sad:before {
    content: "\F1F8";
}
.mdi-emoticon-tongue:before {
    content: "\F1F9";
}
.mdi-engine:before {
    content: "\F1FA";
}
.mdi-engine-outline:before {
    content: "\F1FB";
}
.mdi-equal:before {
    content: "\F1FC";
}
.mdi-equal-box:before {
    content: "\F1FD";
}
.mdi-eraser:before {
    content: "\F1FE";
}
.mdi-escalator:before {
    content: "\F1FF";
}
.mdi-ethernet:before {
    content: "\F200";
}
.mdi-ethernet-cable:before {
    content: "\F201";
}
.mdi-ethernet-cable-off:before {
    content: "\F202";
}
.mdi-etsy:before {
    content: "\F203";
}
.mdi-ev-station:before {
    content: "\F5F1";
}
.mdi-evernote:before {
    content: "\F204";
}
.mdi-exclamation:before {
    content: "\F205";
}
.mdi-exit-to-app:before {
    content: "\F206";
}
.mdi-export:before {
    content: "\F207";
}
.mdi-eye:before {
    content: "\F208";
}
.mdi-eye-off:before {
    content: "\F209";
}
.mdi-eyedropper:before {
    content: "\F20A";
}
.mdi-eyedropper-variant:before {
    content: "\F20B";
}
.mdi-facebook:before {
    content: "\F20C";
}
.mdi-facebook-box:before {
    content: "\F20D";
}
.mdi-facebook-messenger:before {
    content: "\F20E";
}
.mdi-factory:before {
    content: "\F20F";
}
.mdi-fan:before {
    content: "\F210";
}
.mdi-fast-forward:before {
    content: "\F211";
}
.mdi-fax:before {
    content: "\F212";
}
.mdi-ferry:before {
    content: "\F213";
}
.mdi-file:before {
    content: "\F214";
}
.mdi-file-chart:before {
    content: "\F215";
}
.mdi-file-check:before {
    content: "\F216";
}
.mdi-file-cloud:before {
    content: "\F217";
}
.mdi-file-delimited:before {
    content: "\F218";
}
.mdi-file-document:before {
    content: "\F219";
}
.mdi-file-document-box:before {
    content: "\F21A";
}
.mdi-file-excel:before {
    content: "\F21B";
}
.mdi-file-excel-box:before {
    content: "\F21C";
}
.mdi-file-export:before {
    content: "\F21D";
}
.mdi-file-find:before {
    content: "\F21E";
}
.mdi-file-hidden:before {
    content: "\F613";
}
.mdi-file-image:before {
    content: "\F21F";
}
.mdi-file-import:before {
    content: "\F220";
}
.mdi-file-lock:before {
    content: "\F221";
}
.mdi-file-multiple:before {
    content: "\F222";
}
.mdi-file-music:before {
    content: "\F223";
}
.mdi-file-outline:before {
    content: "\F224";
}
.mdi-file-pdf:before {
    content: "\F225";
}
.mdi-file-pdf-box:before {
    content: "\F226";
}
.mdi-file-powerpoint:before {
    content: "\F227";
}
.mdi-file-powerpoint-box:before {
    content: "\F228";
}
.mdi-file-presentation-box:before {
    content: "\F229";
}
.mdi-file-send:before {
    content: "\F22A";
}
.mdi-file-video:before {
    content: "\F22B";
}
.mdi-file-word:before {
    content: "\F22C";
}
.mdi-file-word-box:before {
    content: "\F22D";
}
.mdi-file-xml:before {
    content: "\F22E";
}
.mdi-film:before {
    content: "\F22F";
}
.mdi-filmstrip:before {
    content: "\F230";
}
.mdi-filmstrip-off:before {
    content: "\F231";
}
.mdi-filter:before {
    content: "\F232";
}
.mdi-filter-outline:before {
    content: "\F233";
}
.mdi-filter-remove:before {
    content: "\F234";
}
.mdi-filter-remove-outline:before {
    content: "\F235";
}
.mdi-filter-variant:before {
    content: "\F236";
}
.mdi-fingerprint:before {
    content: "\F237";
}
.mdi-fire:before {
    content: "\F238";
}
.mdi-firefox:before {
    content: "\F239";
}
.mdi-fish:before {
    content: "\F23A";
}
.mdi-flag:before {
    content: "\F23B";
}
.mdi-flag-checkered:before {
    content: "\F23C";
}
.mdi-flag-outline:before {
    content: "\F23D";
}
.mdi-flag-outline-variant:before {
    content: "\F23E";
}
.mdi-flag-triangle:before {
    content: "\F23F";
}
.mdi-flag-variant:before {
    content: "\F240";
}
.mdi-flash:before {
    content: "\F241";
}
.mdi-flash-auto:before {
    content: "\F242";
}
.mdi-flash-off:before {
    content: "\F243";
}
.mdi-flashlight:before {
    content: "\F244";
}
.mdi-flashlight-off:before {
    content: "\F245";
}
.mdi-flask:before {
    content: "\F093";
}
.mdi-flask-empty:before {
    content: "\F094";
}
.mdi-flask-empty-outline:before {
    content: "\F095";
}
.mdi-flask-outline:before {
    content: "\F096";
}
.mdi-flattr:before {
    content: "\F246";
}
.mdi-flip-to-back:before {
    content: "\F247";
}
.mdi-flip-to-front:before {
    content: "\F248";
}
.mdi-floppy:before {
    content: "\F249";
}
.mdi-flower:before {
    content: "\F24A";
}
.mdi-folder:before {
    content: "\F24B";
}
.mdi-folder-account:before {
    content: "\F24C";
}
.mdi-folder-download:before {
    content: "\F24D";
}
.mdi-folder-google-drive:before {
    content: "\F24E";
}
.mdi-folder-image:before {
    content: "\F24F";
}
.mdi-folder-lock:before {
    content: "\F250";
}
.mdi-folder-lock-open:before {
    content: "\F251";
}
.mdi-folder-move:before {
    content: "\F252";
}
.mdi-folder-multiple:before {
    content: "\F253";
}
.mdi-folder-multiple-image:before {
    content: "\F254";
}
.mdi-folder-multiple-outline:before {
    content: "\F255";
}
.mdi-folder-outline:before {
    content: "\F256";
}
.mdi-folder-plus:before {
    content: "\F257";
}
.mdi-folder-remove:before {
    content: "\F258";
}
.mdi-folder-upload:before {
    content: "\F259";
}
.mdi-food:before {
    content: "\F25A";
}
.mdi-food-apple:before {
    content: "\F25B";
}
.mdi-food-fork-drink:before {
    content: "\F5F2";
}
.mdi-food-off:before {
    content: "\F5F3";
}
.mdi-food-variant:before {
    content: "\F25C";
}
.mdi-football:before {
    content: "\F25D";
}
.mdi-football-australian:before {
    content: "\F25E";
}
.mdi-football-helmet:before {
    content: "\F25F";
}
.mdi-format-align-center:before {
    content: "\F260";
}
.mdi-format-align-justify:before {
    content: "\F261";
}
.mdi-format-align-left:before {
    content: "\F262";
}
.mdi-format-align-right:before {
    content: "\F263";
}
.mdi-format-bold:before {
    content: "\F264";
}
.mdi-format-clear:before {
    content: "\F265";
}
.mdi-format-color-fill:before {
    content: "\F266";
}
.mdi-format-float-center:before {
    content: "\F267";
}
.mdi-format-float-left:before {
    content: "\F268";
}
.mdi-format-float-none:before {
    content: "\F269";
}
.mdi-format-float-right:before {
    content: "\F26A";
}
.mdi-format-header-1:before {
    content: "\F26B";
}
.mdi-format-header-2:before {
    content: "\F26C";
}
.mdi-format-header-3:before {
    content: "\F26D";
}
.mdi-format-header-4:before {
    content: "\F26E";
}
.mdi-format-header-5:before {
    content: "\F26F";
}
.mdi-format-header-6:before {
    content: "\F270";
}
.mdi-format-header-decrease:before {
    content: "\F271";
}
.mdi-format-header-equal:before {
    content: "\F272";
}
.mdi-format-header-increase:before {
    content: "\F273";
}
.mdi-format-header-pound:before {
    content: "\F274";
}
.mdi-format-indent-decrease:before {
    content: "\F275";
}
.mdi-format-indent-increase:before {
    content: "\F276";
}
.mdi-format-italic:before {
    content: "\F277";
}
.mdi-format-line-spacing:before {
    content: "\F278";
}
.mdi-format-line-style:before {
    content: "\F5C8";
}
.mdi-format-line-weight:before {
    content: "\F5C9";
}
.mdi-format-list-bulleted:before {
    content: "\F279";
}
.mdi-format-list-bulleted-type:before {
    content: "\F27A";
}
.mdi-format-list-numbers:before {
    content: "\F27B";
}
.mdi-format-paint:before {
    content: "\F27C";
}
.mdi-format-paragraph:before {
    content: "\F27D";
}
.mdi-format-quote:before {
    content: "\F27E";
}
.mdi-format-size:before {
    content: "\F27F";
}
.mdi-format-strikethrough:before {
    content: "\F280";
}
.mdi-format-strikethrough-variant:before {
    content: "\F281";
}
.mdi-format-subscript:before {
    content: "\F282";
}
.mdi-format-superscript:before {
    content: "\F283";
}
.mdi-format-text:before {
    content: "\F284";
}
.mdi-format-textdirection-l-to-r:before {
    content: "\F285";
}
.mdi-format-textdirection-r-to-l:before {
    content: "\F286";
}
.mdi-format-title:before {
    content: "\F5F4";
}
.mdi-format-underline:before {
    content: "\F287";
}
.mdi-format-wrap-inline:before {
    content: "\F288";
}
.mdi-format-wrap-square:before {
    content: "\F289";
}
.mdi-format-wrap-tight:before {
    content: "\F28A";
}
.mdi-format-wrap-top-bottom:before {
    content: "\F28B";
}
.mdi-forum:before {
    content: "\F28C";
}
.mdi-forward:before {
    content: "\F28D";
}
.mdi-foursquare:before {
    content: "\F28E";
}
.mdi-fridge:before {
    content: "\F28F";
}
.mdi-fridge-filled:before {
    content: "\F290";
}
.mdi-fridge-filled-bottom:before {
    content: "\F291";
}
.mdi-fridge-filled-top:before {
    content: "\F292";
}
.mdi-fullscreen:before {
    content: "\F293";
}
.mdi-fullscreen-exit:before {
    content: "\F294";
}
.mdi-function:before {
    content: "\F295";
}
.mdi-gamepad:before {
    content: "\F296";
}
.mdi-gamepad-variant:before {
    content: "\F297";
}
.mdi-gas-station:before {
    content: "\F298";
}
.mdi-gate:before {
    content: "\F299";
}
.mdi-gauge:before {
    content: "\F29A";
}
.mdi-gavel:before {
    content: "\F29B";
}
.mdi-gender-female:before {
    content: "\F29C";
}
.mdi-gender-male:before {
    content: "\F29D";
}
.mdi-gender-male-female:before {
    content: "\F29E";
}
.mdi-gender-transgender:before {
    content: "\F29F";
}
.mdi-ghost:before {
    content: "\F2A0";
}
.mdi-gift:before {
    content: "\F2A1";
}
.mdi-git:before {
    content: "\F2A2";
}
.mdi-github-box:before {
    content: "\F2A3";
}
.mdi-github-circle:before {
    content: "\F2A4";
}
.mdi-glass-flute:before {
    content: "\F2A5";
}
.mdi-glass-mug:before {
    content: "\F2A6";
}
.mdi-glass-stange:before {
    content: "\F2A7";
}
.mdi-glass-tulip:before {
    content: "\F2A8";
}
.mdi-glassdoor:before {
    content: "\F2A9";
}
.mdi-glasses:before {
    content: "\F2AA";
}
.mdi-gmail:before {
    content: "\F2AB";
}
.mdi-gnome:before {
    content: "\F2AC";
}
.mdi-google:before {
    content: "\F2AD";
}
.mdi-google-cardboard:before {
    content: "\F2AE";
}
.mdi-google-chrome:before {
    content: "\F2AF";
}
.mdi-google-circles:before {
    content: "\F2B0";
}
.mdi-google-circles-communities:before {
    content: "\F2B1";
}
.mdi-google-circles-extended:before {
    content: "\F2B2";
}
.mdi-google-circles-group:before {
    content: "\F2B3";
}
.mdi-google-controller:before {
    content: "\F2B4";
}
.mdi-google-controller-off:before {
    content: "\F2B5";
}
.mdi-google-drive:before {
    content: "\F2B6";
}
.mdi-google-earth:before {
    content: "\F2B7";
}
.mdi-google-glass:before {
    content: "\F2B8";
}
.mdi-google-maps:before {
    content: "\F5F5";
}
.mdi-google-nearby:before {
    content: "\F2B9";
}
.mdi-google-pages:before {
    content: "\F2BA";
}
.mdi-google-physical-web:before {
    content: "\F2BB";
}
.mdi-google-play:before {
    content: "\F2BC";
}
.mdi-google-plus:before {
    content: "\F2BD";
}
.mdi-google-plus-box:before {
    content: "\F2BE";
}
.mdi-google-translate:before {
    content: "\F2BF";
}
.mdi-google-wallet:before {
    content: "\F2C0";
}
.mdi-grid:before {
    content: "\F2C1";
}
.mdi-grid-off:before {
    content: "\F2C2";
}
.mdi-group:before {
    content: "\F2C3";
}
.mdi-guitar-electric:before {
    content: "\F2C4";
}
.mdi-guitar-pick:before {
    content: "\F2C5";
}
.mdi-guitar-pick-outline:before {
    content: "\F2C6";
}
.mdi-hand-pointing-right:before {
    content: "\F2C7";
}
.mdi-hanger:before {
    content: "\F2C8";
}
.mdi-hangouts:before {
    content: "\F2C9";
}
.mdi-harddisk:before {
    content: "\F2CA";
}
.mdi-headphones:before {
    content: "\F2CB";
}
.mdi-headphones-box:before {
    content: "\F2CC";
}
.mdi-headphones-settings:before {
    content: "\F2CD";
}
.mdi-headset:before {
    content: "\F2CE";
}
.mdi-headset-dock:before {
    content: "\F2CF";
}
.mdi-headset-off:before {
    content: "\F2D0";
}
.mdi-heart:before {
    content: "\F2D1";
}
.mdi-heart-box:before {
    content: "\F2D2";
}
.mdi-heart-box-outline:before {
    content: "\F2D3";
}
.mdi-heart-broken:before {
    content: "\F2D4";
}
.mdi-heart-outline:before {
    content: "\F2D5";
}
.mdi-heart-pulse:before {
    content: "\F5F6";
}
.mdi-help:before {
    content: "\F2D6";
}
.mdi-help-circle:before {
    content: "\F2D7";
}
.mdi-hexagon:before {
    content: "\F2D8";
}
.mdi-hexagon-outline:before {
    content: "\F2D9";
}
.mdi-highway:before {
    content: "\F5F7";
}
.mdi-history:before {
    content: "\F2DA";
}
.mdi-hololens:before {
    content: "\F2DB";
}
.mdi-home:before {
    content: "\F2DC";
}
.mdi-home-map-marker:before {
    content: "\F5F8";
}
.mdi-home-modern:before {
    content: "\F2DD";
}
.mdi-home-variant:before {
    content: "\F2DE";
}
.mdi-hops:before {
    content: "\F2DF";
}
.mdi-hospital:before {
    content: "\F2E0";
}
.mdi-hospital-building:before {
    content: "\F2E1";
}
.mdi-hospital-marker:before {
    content: "\F2E2";
}
.mdi-hotel:before {
    content: "\F2E3";
}
.mdi-houzz:before {
    content: "\F2E4";
}
.mdi-houzz-box:before {
    content: "\F2E5";
}
.mdi-human:before {
    content: "\F2E6";
}
.mdi-human-child:before {
    content: "\F2E7";
}
.mdi-human-male-female:before {
    content: "\F2E8";
}
.mdi-human-pregnant:before {
    content: "\F5CF";
}
.mdi-image:before {
    content: "\F2E9";
}
.mdi-image-album:before {
    content: "\F2EA";
}
.mdi-image-area:before {
    content: "\F2EB";
}
.mdi-image-area-close:before {
    content: "\F2EC";
}
.mdi-image-broken:before {
    content: "\F2ED";
}
.mdi-image-broken-variant:before {
    content: "\F2EE";
}
.mdi-image-filter:before {
    content: "\F2EF";
}
.mdi-image-filter-black-white:before {
    content: "\F2F0";
}
.mdi-image-filter-center-focus:before {
    content: "\F2F1";
}
.mdi-image-filter-center-focus-weak:before {
    content: "\F2F2";
}
.mdi-image-filter-drama:before {
    content: "\F2F3";
}
.mdi-image-filter-frames:before {
    content: "\F2F4";
}
.mdi-image-filter-hdr:before {
    content: "\F2F5";
}
.mdi-image-filter-none:before {
    content: "\F2F6";
}
.mdi-image-filter-tilt-shift:before {
    content: "\F2F7";
}
.mdi-image-filter-vintage:before {
    content: "\F2F8";
}
.mdi-image-multiple:before {
    content: "\F2F9";
}
.mdi-import:before {
    content: "\F2FA";
}
.mdi-inbox:before {
    content: "\F2FB";
}
.mdi-incognito:before {
    content: "\F5F9";
}
.mdi-information:before {
    content: "\F2FC";
}
.mdi-information-outline:before {
    content: "\F2FD";
}
.mdi-instagram:before {
    content: "\F2FE";
}
.mdi-instapaper:before {
    content: "\F2FF";
}
.mdi-internet-explorer:before {
    content: "\F300";
}
.mdi-invert-colors:before {
    content: "\F301";
}
.mdi-jeepney:before {
    content: "\F302";
}
.mdi-jira:before {
    content: "\F303";
}
.mdi-jsfiddle:before {
    content: "\F304";
}
.mdi-keg:before {
    content: "\F305";
}
.mdi-kettle:before {
    content: "\F5FA";
}
.mdi-key:before {
    content: "\F306";
}
.mdi-key-change:before {
    content: "\F307";
}
.mdi-key-minus:before {
    content: "\F308";
}
.mdi-key-plus:before {
    content: "\F309";
}
.mdi-key-remove:before {
    content: "\F30A";
}
.mdi-key-variant:before {
    content: "\F30B";
}
.mdi-keyboard:before {
    content: "\F30C";
}
.mdi-keyboard-backspace:before {
    content: "\F30D";
}
.mdi-keyboard-caps:before {
    content: "\F30E";
}
.mdi-keyboard-close:before {
    content: "\F30F";
}
.mdi-keyboard-off:before {
    content: "\F310";
}
.mdi-keyboard-return:before {
    content: "\F311";
}
.mdi-keyboard-tab:before {
    content: "\F312";
}
.mdi-keyboard-variant:before {
    content: "\F313";
}
.mdi-kodi:before {
    content: "\F314";
}
.mdi-label:before {
    content: "\F315";
}
.mdi-label-outline:before {
    content: "\F316";
}
.mdi-lan:before {
    content: "\F317";
}
.mdi-lan-connect:before {
    content: "\F318";
}
.mdi-lan-disconnect:before {
    content: "\F319";
}
.mdi-lan-pending:before {
    content: "\F31A";
}
.mdi-language-csharp:before {
    content: "\F31B";
}
.mdi-language-css3:before {
    content: "\F31C";
}
.mdi-language-html5:before {
    content: "\F31D";
}
.mdi-language-javascript:before {
    content: "\F31E";
}
.mdi-language-php:before {
    content: "\F31F";
}
.mdi-language-python:before {
    content: "\F320";
}
.mdi-language-python-text:before {
    content: "\F321";
}
.mdi-laptop:before {
    content: "\F322";
}
.mdi-laptop-chromebook:before {
    content: "\F323";
}
.mdi-laptop-mac:before {
    content: "\F324";
}
.mdi-laptop-windows:before {
    content: "\F325";
}
.mdi-lastfm:before {
    content: "\F326";
}
.mdi-launch:before {
    content: "\F327";
}
.mdi-layers:before {
    content: "\F328";
}
.mdi-layers-off:before {
    content: "\F329";
}
.mdi-leaf:before {
    content: "\F32A";
}
.mdi-led-off:before {
    content: "\F32B";
}
.mdi-led-on:before {
    content: "\F32C";
}
.mdi-led-outline:before {
    content: "\F32D";
}
.mdi-led-variant-off:before {
    content: "\F32E";
}
.mdi-led-variant-on:before {
    content: "\F32F";
}
.mdi-led-variant-outline:before {
    content: "\F330";
}
.mdi-library:before {
    content: "\F331";
}
.mdi-library-books:before {
    content: "\F332";
}
.mdi-library-music:before {
    content: "\F333";
}
.mdi-library-plus:before {
    content: "\F334";
}
.mdi-lightbulb:before {
    content: "\F335";
}
.mdi-lightbulb-outline:before {
    content: "\F336";
}
.mdi-link:before {
    content: "\F337";
}
.mdi-link-off:before {
    content: "\F338";
}
.mdi-link-variant:before {
    content: "\F339";
}
.mdi-link-variant-off:before {
    content: "\F33A";
}
.mdi-linkedin:before {
    content: "\F33B";
}
.mdi-linkedin-box:before {
    content: "\F33C";
}
.mdi-linux:before {
    content: "\F33D";
}
.mdi-lock:before {
    content: "\F33E";
}
.mdi-lock-open:before {
    content: "\F33F";
}
.mdi-lock-open-outline:before {
    content: "\F340";
}
.mdi-lock-outline:before {
    content: "\F341";
}
.mdi-lock-plus:before {
    content: "\F5FB";
}
.mdi-login:before {
    content: "\F342";
}
.mdi-login-variant:before {
    content: "\F5FC";
}
.mdi-logout:before {
    content: "\F343";
}
.mdi-logout-variant:before {
    content: "\F5FD";
}
.mdi-looks:before {
    content: "\F344";
}
.mdi-loupe:before {
    content: "\F345";
}
.mdi-lumx:before {
    content: "\F346";
}
.mdi-magnet:before {
    content: "\F347";
}
.mdi-magnet-on:before {
    content: "\F348";
}
.mdi-magnify:before {
    content: "\F349";
}
.mdi-magnify-minus:before {
    content: "\F34A";
}
.mdi-magnify-plus:before {
    content: "\F34B";
}
.mdi-mail-ru:before {
    content: "\F34C";
}
.mdi-map:before {
    content: "\F34D";
}
.mdi-map-marker:before {
    content: "\F34E";
}
.mdi-map-marker-circle:before {
    content: "\F34F";
}
.mdi-map-marker-multiple:before {
    content: "\F350";
}
.mdi-map-marker-off:before {
    content: "\F351";
}
.mdi-map-marker-radius:before {
    content: "\F352";
}
.mdi-margin:before {
    content: "\F353";
}
.mdi-markdown:before {
    content: "\F354";
}
.mdi-marker-check:before {
    content: "\F355";
}
.mdi-martini:before {
    content: "\F356";
}
.mdi-material-ui:before {
    content: "\F357";
}
.mdi-math-compass:before {
    content: "\F358";
}
.mdi-maxcdn:before {
    content: "\F359";
}
.mdi-medium:before {
    content: "\F35A";
}
.mdi-memory:before {
    content: "\F35B";
}
.mdi-menu:before {
    content: "\F35C";
}
.mdi-menu-down:before {
    content: "\F35D";
}
.mdi-menu-left:before {
    content: "\F35E";
}
.mdi-menu-right:before {
    content: "\F35F";
}
.mdi-menu-up:before {
    content: "\F360";
}
.mdi-message:before {
    content: "\F361";
}
.mdi-message-alert:before {
    content: "\F362";
}
.mdi-message-draw:before {
    content: "\F363";
}
.mdi-message-image:before {
    content: "\F364";
}
.mdi-message-outline:before {
    content: "\F365";
}
.mdi-message-processing:before {
    content: "\F366";
}
.mdi-message-reply:before {
    content: "\F367";
}
.mdi-message-reply-text:before {
    content: "\F368";
}
.mdi-message-text:before {
    content: "\F369";
}
.mdi-message-text-outline:before {
    content: "\F36A";
}
.mdi-message-video:before {
    content: "\F36B";
}
.mdi-microphone:before {
    content: "\F36C";
}
.mdi-microphone-off:before {
    content: "\F36D";
}
.mdi-microphone-outline:before {
    content: "\F36E";
}
.mdi-microphone-settings:before {
    content: "\F36F";
}
.mdi-microphone-variant:before {
    content: "\F370";
}
.mdi-microphone-variant-off:before {
    content: "\F371";
}
.mdi-microsoft:before {
    content: "\F372";
}
.mdi-minecraft:before {
    content: "\F373";
}
.mdi-minus:before {
    content: "\F374";
}
.mdi-minus-box:before {
    content: "\F375";
}
.mdi-minus-circle:before {
    content: "\F376";
}
.mdi-minus-circle-outline:before {
    content: "\F377";
}
.mdi-minus-network:before {
    content: "\F378";
}
.mdi-monitor:before {
    content: "\F379";
}
.mdi-monitor-multiple:before {
    content: "\F37A";
}
.mdi-more:before {
    content: "\F37B";
}
.mdi-motorbike:before {
    content: "\F37C";
}
.mdi-mouse:before {
    content: "\F37D";
}
.mdi-mouse-off:before {
    content: "\F37E";
}
.mdi-mouse-variant:before {
    content: "\F37F";
}
.mdi-mouse-variant-off:before {
    content: "\F380";
}
.mdi-movie:before {
    content: "\F381";
}
.mdi-multiplication:before {
    content: "\F382";
}
.mdi-multiplication-box:before {
    content: "\F383";
}
.mdi-music-box:before {
    content: "\F384";
}
.mdi-music-box-outline:before {
    content: "\F385";
}
.mdi-music-circle:before {
    content: "\F386";
}
.mdi-music-note:before {
    content: "\F387";
}
.mdi-music-note-bluetooth:before {
    content: "\F5FE";
}
.mdi-music-note-bluetooth-off:before {
    content: "\F5FF";
}
.mdi-music-note-eighth:before {
    content: "\F388";
}
.mdi-music-note-half:before {
    content: "\F389";
}
.mdi-music-note-off:before {
    content: "\F38A";
}
.mdi-music-note-quarter:before {
    content: "\F38B";
}
.mdi-music-note-sixteenth:before {
    content: "\F38C";
}
.mdi-music-note-whole:before {
    content: "\F38D";
}
.mdi-nature:before {
    content: "\F38E";
}
.mdi-nature-people:before {
    content: "\F38F";
}
.mdi-navigation:before {
    content: "\F390";
}
.mdi-near-me:before {
    content: "\F5CD";
}
.mdi-needle:before {
    content: "\F391";
}
.mdi-nest-protect:before {
    content: "\F392";
}
.mdi-nest-thermostat:before {
    content: "\F393";
}
.mdi-new-box:before {
    content: "\F394";
}
.mdi-newspaper:before {
    content: "\F395";
}
.mdi-nfc:before {
    content: "\F396";
}
.mdi-nfc-tap:before {
    content: "\F397";
}
.mdi-nfc-variant:before {
    content: "\F398";
}
.mdi-nodejs:before {
    content: "\F399";
}
.mdi-note:before {
    content: "\F39A";
}
.mdi-note-outline:before {
    content: "\F39B";
}
.mdi-note-plus:before {
    content: "\F39C";
}
.mdi-note-plus-outline:before {
    content: "\F39D";
}
.mdi-note-text:before {
    content: "\F39E";
}
.mdi-notification-clear-all:before {
    content: "\F39F";
}
.mdi-numeric:before {
    content: "\F3A0";
}
.mdi-numeric-0-box:before {
    content: "\F3A1";
}
.mdi-numeric-0-box-multiple-outline:before {
    content: "\F3A2";
}
.mdi-numeric-0-box-outline:before {
    content: "\F3A3";
}
.mdi-numeric-1-box:before {
    content: "\F3A4";
}
.mdi-numeric-1-box-multiple-outline:before {
    content: "\F3A5";
}
.mdi-numeric-1-box-outline:before {
    content: "\F3A6";
}
.mdi-numeric-2-box:before {
    content: "\F3A7";
}
.mdi-numeric-2-box-multiple-outline:before {
    content: "\F3A8";
}
.mdi-numeric-2-box-outline:before {
    content: "\F3A9";
}
.mdi-numeric-3-box:before {
    content: "\F3AA";
}
.mdi-numeric-3-box-multiple-outline:before {
    content: "\F3AB";
}
.mdi-numeric-3-box-outline:before {
    content: "\F3AC";
}
.mdi-numeric-4-box:before {
    content: "\F3AD";
}
.mdi-numeric-4-box-multiple-outline:before {
    content: "\F3AE";
}
.mdi-numeric-4-box-outline:before {
    content: "\F3AF";
}
.mdi-numeric-5-box:before {
    content: "\F3B0";
}
.mdi-numeric-5-box-multiple-outline:before {
    content: "\F3B1";
}
.mdi-numeric-5-box-outline:before {
    content: "\F3B2";
}
.mdi-numeric-6-box:before {
    content: "\F3B3";
}
.mdi-numeric-6-box-multiple-outline:before {
    content: "\F3B4";
}
.mdi-numeric-6-box-outline:before {
    content: "\F3B5";
}
.mdi-numeric-7-box:before {
    content: "\F3B6";
}
.mdi-numeric-7-box-multiple-outline:before {
    content: "\F3B7";
}
.mdi-numeric-7-box-outline:before {
    content: "\F3B8";
}
.mdi-numeric-8-box:before {
    content: "\F3B9";
}
.mdi-numeric-8-box-multiple-outline:before {
    content: "\F3BA";
}
.mdi-numeric-8-box-outline:before {
    content: "\F3BB";
}
.mdi-numeric-9-box:before {
    content: "\F3BC";
}
.mdi-numeric-9-box-multiple-outline:before {
    content: "\F3BD";
}
.mdi-numeric-9-box-outline:before {
    content: "\F3BE";
}
.mdi-numeric-9-plus-box:before {
    content: "\F3BF";
}
.mdi-numeric-9-plus-box-multiple-outline:before {
    content: "\F3C0";
}
.mdi-numeric-9-plus-box-outline:before {
    content: "\F3C1";
}
.mdi-nutrition:before {
    content: "\F3C2";
}
.mdi-octagon:before {
    content: "\F3C3";
}
.mdi-octagon-outline:before {
    content: "\F3C4";
}
.mdi-odnoklassniki:before {
    content: "\F3C5";
}
.mdi-office:before {
    content: "\F3C6";
}
.mdi-oil:before {
    content: "\F3C7";
}
.mdi-oil-temperature:before {
    content: "\F3C8";
}
.mdi-omega:before {
    content: "\F3C9";
}
.mdi-onedrive:before {
    content: "\F3CA";
}
.mdi-opacity:before {
    content: "\F5CC";
}
.mdi-open-in-app:before {
    content: "\F3CB";
}
.mdi-open-in-new:before {
    content: "\F3CC";
}
.mdi-openid:before {
    content: "\F3CD";
}
.mdi-opera:before {
    content: "\F3CE";
}
.mdi-ornament:before {
    content: "\F3CF";
}
.mdi-ornament-variant:before {
    content: "\F3D0";
}
.mdi-outbox:before {
    content: "\F3D1";
}
.mdi-owl:before {
    content: "\F3D2";
}
.mdi-package:before {
    content: "\F3D3";
}
.mdi-package-down:before {
    content: "\F3D4";
}
.mdi-package-up:before {
    content: "\F3D5";
}
.mdi-package-variant:before {
    content: "\F3D6";
}
.mdi-package-variant-closed:before {
    content: "\F3D7";
}
.mdi-page-first:before {
    content: "\F600";
}
.mdi-page-last:before {
    content: "\F601";
}
.mdi-palette:before {
    content: "\F3D8";
}
.mdi-palette-advanced:before {
    content: "\F3D9";
}
.mdi-panda:before {
    content: "\F3DA";
}
.mdi-pandora:before {
    content: "\F3DB";
}
.mdi-panorama:before {
    content: "\F3DC";
}
.mdi-panorama-fisheye:before {
    content: "\F3DD";
}
.mdi-panorama-horizontal:before {
    content: "\F3DE";
}
.mdi-panorama-vertical:before {
    content: "\F3DF";
}
.mdi-panorama-wide-angle:before {
    content: "\F3E0";
}
.mdi-paper-cut-vertical:before {
    content: "\F3E1";
}
.mdi-paperclip:before {
    content: "\F3E2";
}
.mdi-parking:before {
    content: "\F3E3";
}
.mdi-pause:before {
    content: "\F3E4";
}
.mdi-pause-circle:before {
    content: "\F3E5";
}
.mdi-pause-circle-outline:before {
    content: "\F3E6";
}
.mdi-pause-octagon:before {
    content: "\F3E7";
}
.mdi-pause-octagon-outline:before {
    content: "\F3E8";
}
.mdi-paw:before {
    content: "\F3E9";
}
.mdi-pen:before {
    content: "\F3EA";
}
.mdi-pencil:before {
    content: "\F3EB";
}
.mdi-pencil-box:before {
    content: "\F3EC";
}
.mdi-pencil-box-outline:before {
    content: "\F3ED";
}
.mdi-pencil-lock:before {
    content: "\F3EE";
}
.mdi-pencil-off:before {
    content: "\F3EF";
}
.mdi-percent:before {
    content: "\F3F0";
}
.mdi-pharmacy:before {
    content: "\F3F1";
}
.mdi-phone:before {
    content: "\F3F2";
}
.mdi-phone-bluetooth:before {
    content: "\F3F3";
}
.mdi-phone-classic:before {
    content: "\F602";
}
.mdi-phone-forward:before {
    content: "\F3F4";
}
.mdi-phone-hangup:before {
    content: "\F3F5";
}
.mdi-phone-in-talk:before {
    content: "\F3F6";
}
.mdi-phone-incoming:before {
    content: "\F3F7";
}
.mdi-phone-locked:before {
    content: "\F3F8";
}
.mdi-phone-log:before {
    content: "\F3F9";
}
.mdi-phone-missed:before {
    content: "\F3FA";
}
.mdi-phone-outgoing:before {
    content: "\F3FB";
}
.mdi-phone-paused:before {
    content: "\F3FC";
}
.mdi-phone-settings:before {
    content: "\F3FD";
}
.mdi-phone-voip:before {
    content: "\F3FE";
}
.mdi-pi:before {
    content: "\F3FF";
}
.mdi-pi-box:before {
    content: "\F400";
}
.mdi-pig:before {
    content: "\F401";
}
.mdi-pill:before {
    content: "\F402";
}
.mdi-pin:before {
    content: "\F403";
}
.mdi-pin-off:before {
    content: "\F404";
}
.mdi-pine-tree:before {
    content: "\F405";
}
.mdi-pine-tree-box:before {
    content: "\F406";
}
.mdi-pinterest:before {
    content: "\F407";
}
.mdi-pinterest-box:before {
    content: "\F408";
}
.mdi-pizza:before {
    content: "\F409";
}
.mdi-play:before {
    content: "\F40A";
}
.mdi-play-box-outline:before {
    content: "\F40B";
}
.mdi-play-circle:before {
    content: "\F40C";
}
.mdi-play-circle-outline:before {
    content: "\F40D";
}
.mdi-play-pause:before {
    content: "\F40E";
}
.mdi-play-protected-content:before {
    content: "\F40F";
}
.mdi-playlist-check:before {
    content: "\F5C7";
}
.mdi-playlist-minus:before {
    content: "\F410";
}
.mdi-playlist-play:before {
    content: "\F411";
}
.mdi-playlist-plus:before {
    content: "\F412";
}
.mdi-playlist-remove:before {
    content: "\F413";
}
.mdi-playstation:before {
    content: "\F414";
}
.mdi-plus:before {
    content: "\F415";
}
.mdi-plus-box:before {
    content: "\F416";
}
.mdi-plus-circle:before {
    content: "\F417";
}
.mdi-plus-circle-multiple-outline:before {
    content: "\F418";
}
.mdi-plus-circle-outline:before {
    content: "\F419";
}
.mdi-plus-network:before {
    content: "\F41A";
}
.mdi-plus-one:before {
    content: "\F41B";
}
.mdi-pocket:before {
    content: "\F41C";
}
.mdi-pokeball:before {
    content: "\F41D";
}
.mdi-polaroid:before {
    content: "\F41E";
}
.mdi-poll:before {
    content: "\F41F";
}
.mdi-poll-box:before {
    content: "\F420";
}
.mdi-polymer:before {
    content: "\F421";
}
.mdi-pool:before {
    content: "\F606";
}
.mdi-popcorn:before {
    content: "\F422";
}
.mdi-pound:before {
    content: "\F423";
}
.mdi-pound-box:before {
    content: "\F424";
}
.mdi-power:before {
    content: "\F425";
}
.mdi-power-settings:before {
    content: "\F426";
}
.mdi-power-socket:before {
    content: "\F427";
}
.mdi-presentation:before {
    content: "\F428";
}
.mdi-presentation-play:before {
    content: "\F429";
}
.mdi-printer:before {
    content: "\F42A";
}
.mdi-printer-3d:before {
    content: "\F42B";
}
.mdi-printer-alert:before {
    content: "\F42C";
}
.mdi-priority-high:before {
    content: "\F603";
}
.mdi-priority-low:before {
    content: "\F604";
}
.mdi-professional-hexagon:before {
    content: "\F42D";
}
.mdi-projector:before {
    content: "\F42E";
}
.mdi-projector-screen:before {
    content: "\F42F";
}
.mdi-pulse:before {
    content: "\F430";
}
.mdi-puzzle:before {
    content: "\F431";
}
.mdi-qqchat:before {
    content: "\F605";
}
.mdi-qrcode:before {
    content: "\F432";
}
.mdi-qrcode-scan:before {
    content: "\F433";
}
.mdi-quadcopter:before {
    content: "\F434";
}
.mdi-quality-high:before {
    content: "\F435";
}
.mdi-quicktime:before {
    content: "\F436";
}
.mdi-radar:before {
    content: "\F437";
}
.mdi-radiator:before {
    content: "\F438";
}
.mdi-radio:before {
    content: "\F439";
}
.mdi-radio-handheld:before {
    content: "\F43A";
}
.mdi-radio-tower:before {
    content: "\F43B";
}
.mdi-radioactive:before {
    content: "\F43C";
}
.mdi-radiobox-blank:before {
    content: "\F43D";
}
.mdi-radiobox-marked:before {
    content: "\F43E";
}
.mdi-raspberrypi:before {
    content: "\F43F";
}
.mdi-ray-end:before {
    content: "\F440";
}
.mdi-ray-end-arrow:before {
    content: "\F441";
}
.mdi-ray-start:before {
    content: "\F442";
}
.mdi-ray-start-arrow:before {
    content: "\F443";
}
.mdi-ray-start-end:before {
    content: "\F444";
}
.mdi-ray-vertex:before {
    content: "\F445";
}
.mdi-rdio:before {
    content: "\F446";
}
.mdi-read:before {
    content: "\F447";
}
.mdi-readability:before {
    content: "\F448";
}
.mdi-receipt:before {
    content: "\F449";
}
.mdi-record:before {
    content: "\F44A";
}
.mdi-record-rec:before {
    content: "\F44B";
}
.mdi-recycle:before {
    content: "\F44C";
}
.mdi-reddit:before {
    content: "\F44D";
}
.mdi-redo:before {
    content: "\F44E";
}
.mdi-redo-variant:before {
    content: "\F44F";
}
.mdi-refresh:before {
    content: "\F450";
}
.mdi-regex:before {
    content: "\F451";
}
.mdi-relative-scale:before {
    content: "\F452";
}
.mdi-reload:before {
    content: "\F453";
}
.mdi-remote:before {
    content: "\F454";
}
.mdi-rename-box:before {
    content: "\F455";
}
.mdi-repeat:before {
    content: "\F456";
}
.mdi-repeat-off:before {
    content: "\F457";
}
.mdi-repeat-once:before {
    content: "\F458";
}
.mdi-replay:before {
    content: "\F459";
}
.mdi-reply:before {
    content: "\F45A";
}
.mdi-reply-all:before {
    content: "\F45B";
}
.mdi-reproduction:before {
    content: "\F45C";
}
.mdi-resize-bottom-right:before {
    content: "\F45D";
}
.mdi-responsive:before {
    content: "\F45E";
}
.mdi-rewind:before {
    content: "\F45F";
}
.mdi-ribbon:before {
    content: "\F460";
}
.mdi-road:before {
    content: "\F461";
}
.mdi-road-variant:before {
    content: "\F462";
}
.mdi-rocket:before {
    content: "\F463";
}
.mdi-rotate-3d:before {
    content: "\F464";
}
.mdi-rotate-left:before {
    content: "\F465";
}
.mdi-rotate-left-variant:before {
    content: "\F466";
}
.mdi-rotate-right:before {
    content: "\F467";
}
.mdi-rotate-right-variant:before {
    content: "\F468";
}
.mdi-rounded-corner:before {
    content: "\F607";
}
.mdi-router-wireless:before {
    content: "\F469";
}
.mdi-routes:before {
    content: "\F46A";
}
.mdi-rowing:before {
    content: "\F608";
}
.mdi-rss:before {
    content: "\F46B";
}
.mdi-rss-box:before {
    content: "\F46C";
}
.mdi-ruler:before {
    content: "\F46D";
}
.mdi-run:before {
    content: "\F46E";
}
.mdi-sale:before {
    content: "\F46F";
}
.mdi-satellite:before {
    content: "\F470";
}
.mdi-satellite-variant:before {
    content: "\F471";
}
.mdi-saxophone:before {
    content: "\F609";
}
.mdi-scale:before {
    content: "\F472";
}
.mdi-scale-balance:before {
    content: "\F5D1";
}
.mdi-scale-bathroom:before {
    content: "\F473";
}
.mdi-school:before {
    content: "\F474";
}
.mdi-screen-rotation:before {
    content: "\F475";
}
.mdi-screen-rotation-lock:before {
    content: "\F476";
}
.mdi-screwdriver:before {
    content: "\F477";
}
.mdi-script:before {
    content: "\F478";
}
.mdi-sd:before {
    content: "\F479";
}
.mdi-seal:before {
    content: "\F47A";
}
.mdi-seat-flat:before {
    content: "\F47B";
}
.mdi-seat-flat-angled:before {
    content: "\F47C";
}
.mdi-seat-individual-suite:before {
    content: "\F47D";
}
.mdi-seat-legroom-extra:before {
    content: "\F47E";
}
.mdi-seat-legroom-normal:before {
    content: "\F47F";
}
.mdi-seat-legroom-reduced:before {
    content: "\F480";
}
.mdi-seat-recline-extra:before {
    content: "\F481";
}
.mdi-seat-recline-normal:before {
    content: "\F482";
}
.mdi-security:before {
    content: "\F483";
}
.mdi-security-network:before {
    content: "\F484";
}
.mdi-select:before {
    content: "\F485";
}
.mdi-select-all:before {
    content: "\F486";
}
.mdi-select-inverse:before {
    content: "\F487";
}
.mdi-select-off:before {
    content: "\F488";
}
.mdi-selection:before {
    content: "\F489";
}
.mdi-send:before {
    content: "\F48A";
}
.mdi-server:before {
    content: "\F48B";
}
.mdi-server-minus:before {
    content: "\F48C";
}
.mdi-server-network:before {
    content: "\F48D";
}
.mdi-server-network-off:before {
    content: "\F48E";
}
.mdi-server-off:before {
    content: "\F48F";
}
.mdi-server-plus:before {
    content: "\F490";
}
.mdi-server-remove:before {
    content: "\F491";
}
.mdi-server-security:before {
    content: "\F492";
}
.mdi-settings:before {
    content: "\F493";
}
.mdi-settings-box:before {
    content: "\F494";
}
.mdi-shape-plus:before {
    content: "\F495";
}
.mdi-share:before {
    content: "\F496";
}
.mdi-share-variant:before {
    content: "\F497";
}
.mdi-shield:before {
    content: "\F498";
}
.mdi-shield-outline:before {
    content: "\F499";
}
.mdi-shopping:before {
    content: "\F49A";
}
.mdi-shopping-music:before {
    content: "\F49B";
}
.mdi-shredder:before {
    content: "\F49C";
}
.mdi-shuffle:before {
    content: "\F49D";
}
.mdi-shuffle-disabled:before {
    content: "\F49E";
}
.mdi-shuffle-variant:before {
    content: "\F49F";
}
.mdi-sigma:before {
    content: "\F4A0";
}
.mdi-sign-caution:before {
    content: "\F4A1";
}
.mdi-signal:before {
    content: "\F4A2";
}
.mdi-signal-variant:before {
    content: "\F60A";
}
.mdi-silverware:before {
    content: "\F4A3";
}
.mdi-silverware-fork:before {
    content: "\F4A4";
}
.mdi-silverware-spoon:before {
    content: "\F4A5";
}
.mdi-silverware-variant:before {
    content: "\F4A6";
}
.mdi-sim:before {
    content: "\F4A7";
}
.mdi-sim-alert:before {
    content: "\F4A8";
}
.mdi-sim-off:before {
    content: "\F4A9";
}
.mdi-sitemap:before {
    content: "\F4AA";
}
.mdi-skip-backward:before {
    content: "\F4AB";
}
.mdi-skip-forward:before {
    content: "\F4AC";
}
.mdi-skip-next:before {
    content: "\F4AD";
}
.mdi-skip-previous:before {
    content: "\F4AE";
}
.mdi-skype:before {
    content: "\F4AF";
}
.mdi-skype-business:before {
    content: "\F4B0";
}
.mdi-slack:before {
    content: "\F4B1";
}
.mdi-sleep:before {
    content: "\F4B2";
}
.mdi-sleep-off:before {
    content: "\F4B3";
}
.mdi-smoking:before {
    content: "\F4B4";
}
.mdi-smoking-off:before {
    content: "\F4B5";
}
.mdi-snapchat:before {
    content: "\F4B6";
}
.mdi-snowman:before {
    content: "\F4B7";
}
.mdi-soccer:before {
    content: "\F4B8";
}
.mdi-sofa:before {
    content: "\F4B9";
}
.mdi-sort:before {
    content: "\F4BA";
}
.mdi-sort-alphabetical:before {
    content: "\F4BB";
}
.mdi-sort-ascending:before {
    content: "\F4BC";
}
.mdi-sort-descending:before {
    content: "\F4BD";
}
.mdi-sort-numeric:before {
    content: "\F4BE";
}
.mdi-sort-variant:before {
    content: "\F4BF";
}
.mdi-soundcloud:before {
    content: "\F4C0";
}
.mdi-source-fork:before {
    content: "\F4C1";
}
.mdi-source-pull:before {
    content: "\F4C2";
}
.mdi-speaker:before {
    content: "\F4C3";
}
.mdi-speaker-off:before {
    content: "\F4C4";
}
.mdi-speedometer:before {
    content: "\F4C5";
}
.mdi-spellcheck:before {
    content: "\F4C6";
}
.mdi-spotify:before {
    content: "\F4C7";
}
.mdi-spotlight:before {
    content: "\F4C8";
}
.mdi-spotlight-beam:before {
    content: "\F4C9";
}
.mdi-square-inc:before {
    content: "\F4CA";
}
.mdi-square-inc-cash:before {
    content: "\F4CB";
}
.mdi-stackexchange:before {
    content: "\F60B";
}
.mdi-stackoverflow:before {
    content: "\F4CC";
}
.mdi-stairs:before {
    content: "\F4CD";
}
.mdi-star:before {
    content: "\F4CE";
}
.mdi-star-circle:before {
    content: "\F4CF";
}
.mdi-star-half:before {
    content: "\F4D0";
}
.mdi-star-off:before {
    content: "\F4D1";
}
.mdi-star-outline:before {
    content: "\F4D2";
}
.mdi-steam:before {
    content: "\F4D3";
}
.mdi-steering:before {
    content: "\F4D4";
}
.mdi-step-backward:before {
    content: "\F4D5";
}
.mdi-step-backward-2:before {
    content: "\F4D6";
}
.mdi-step-forward:before {
    content: "\F4D7";
}
.mdi-step-forward-2:before {
    content: "\F4D8";
}
.mdi-stethoscope:before {
    content: "\F4D9";
}
.mdi-sticker:before {
    content: "\F5D0";
}
.mdi-stocking:before {
    content: "\F4DA";
}
.mdi-stop:before {
    content: "\F4DB";
}
.mdi-store:before {
    content: "\F4DC";
}
.mdi-store-24-hour:before {
    content: "\F4DD";
}
.mdi-stove:before {
    content: "\F4DE";
}
.mdi-subdirectory-arrow-left:before {
    content: "\F60C";
}
.mdi-subdirectory-arrow-right:before {
    content: "\F60D";
}
.mdi-subway:before {
    content: "\F4DF";
}
.mdi-sunglasses:before {
    content: "\F4E0";
}
.mdi-surround-sound:before {
    content: "\F5C5";
}
.mdi-swap-horizontal:before {
    content: "\F4E1";
}
.mdi-swap-vertical:before {
    content: "\F4E2";
}
.mdi-swim:before {
    content: "\F4E3";
}
.mdi-switch:before {
    content: "\F4E4";
}
.mdi-sword:before {
    content: "\F4E5";
}
.mdi-sync:before {
    content: "\F4E6";
}
.mdi-sync-alert:before {
    content: "\F4E7";
}
.mdi-sync-off:before {
    content: "\F4E8";
}
.mdi-tab:before {
    content: "\F4E9";
}
.mdi-tab-unselected:before {
    content: "\F4EA";
}
.mdi-table:before {
    content: "\F4EB";
}
.mdi-table-column-plus-after:before {
    content: "\F4EC";
}
.mdi-table-column-plus-before:before {
    content: "\F4ED";
}
.mdi-table-column-remove:before {
    content: "\F4EE";
}
.mdi-table-column-width:before {
    content: "\F4EF";
}
.mdi-table-edit:before {
    content: "\F4F0";
}
.mdi-table-large:before {
    content: "\F4F1";
}
.mdi-table-row-height:before {
    content: "\F4F2";
}
.mdi-table-row-plus-after:before {
    content: "\F4F3";
}
.mdi-table-row-plus-before:before {
    content: "\F4F4";
}
.mdi-table-row-remove:before {
    content: "\F4F5";
}
.mdi-tablet:before {
    content: "\F4F6";
}
.mdi-tablet-android:before {
    content: "\F4F7";
}
.mdi-tablet-ipad:before {
    content: "\F4F8";
}
.mdi-tag:before {
    content: "\F4F9";
}
.mdi-tag-faces:before {
    content: "\F4FA";
}
.mdi-tag-multiple:before {
    content: "\F4FB";
}
.mdi-tag-outline:before {
    content: "\F4FC";
}
.mdi-tag-text-outline:before {
    content: "\F4FD";
}
.mdi-target:before {
    content: "\F4FE";
}
.mdi-taxi:before {
    content: "\F4FF";
}
.mdi-teamviewer:before {
    content: "\F500";
}
.mdi-telegram:before {
    content: "\F501";
}
.mdi-television:before {
    content: "\F502";
}
.mdi-television-guide:before {
    content: "\F503";
}
.mdi-temperature-celsius:before {
    content: "\F504";
}
.mdi-temperature-fahrenheit:before {
    content: "\F505";
}
.mdi-temperature-kelvin:before {
    content: "\F506";
}
.mdi-tennis:before {
    content: "\F507";
}
.mdi-tent:before {
    content: "\F508";
}
.mdi-terrain:before {
    content: "\F509";
}
.mdi-text-to-speech:before {
    content: "\F50A";
}
.mdi-text-to-speech-off:before {
    content: "\F50B";
}
.mdi-textbox:before {
    content: "\F60E";
}
.mdi-texture:before {
    content: "\F50C";
}
.mdi-theater:before {
    content: "\F50D";
}
.mdi-theme-light-dark:before {
    content: "\F50E";
}
.mdi-thermometer:before {
    content: "\F50F";
}
.mdi-thermometer-lines:before {
    content: "\F510";
}
.mdi-thumb-down:before {
    content: "\F511";
}
.mdi-thumb-down-outline:before {
    content: "\F512";
}
.mdi-thumb-up:before {
    content: "\F513";
}
.mdi-thumb-up-outline:before {
    content: "\F514";
}
.mdi-thumbs-up-down:before {
    content: "\F515";
}
.mdi-ticket:before {
    content: "\F516";
}
.mdi-ticket-account:before {
    content: "\F517";
}
.mdi-ticket-confirmation:before {
    content: "\F518";
}
.mdi-tie:before {
    content: "\F519";
}
.mdi-timelapse:before {
    content: "\F51A";
}
.mdi-timer:before {
    content: "\F51B";
}
.mdi-timer-10:before {
    content: "\F51C";
}
.mdi-timer-3:before {
    content: "\F51D";
}
.mdi-timer-off:before {
    content: "\F51E";
}
.mdi-timer-sand:before {
    content: "\F51F";
}
.mdi-timetable:before {
    content: "\F520";
}
.mdi-toggle-switch:before {
    content: "\F521";
}
.mdi-toggle-switch-off:before {
    content: "\F522";
}
.mdi-tooltip:before {
    content: "\F523";
}
.mdi-tooltip-edit:before {
    content: "\F524";
}
.mdi-tooltip-image:before {
    content: "\F525";
}
.mdi-tooltip-outline:before {
    content: "\F526";
}
.mdi-tooltip-outline-plus:before {
    content: "\F527";
}
.mdi-tooltip-text:before {
    content: "\F528";
}
.mdi-tooth:before {
    content: "\F529";
}
.mdi-tor:before {
    content: "\F52A";
}
.mdi-traffic-light:before {
    content: "\F52B";
}
.mdi-train:before {
    content: "\F52C";
}
.mdi-tram:before {
    content: "\F52D";
}
.mdi-transcribe:before {
    content: "\F52E";
}
.mdi-transcribe-close:before {
    content: "\F52F";
}
.mdi-transfer:before {
    content: "\F530";
}
.mdi-translate:before {
    content: "\F5CA";
}
.mdi-tree:before {
    content: "\F531";
}
.mdi-trello:before {
    content: "\F532";
}
.mdi-trending-down:before {
    content: "\F533";
}
.mdi-trending-neutral:before {
    content: "\F534";
}
.mdi-trending-up:before {
    content: "\F535";
}
.mdi-triangle:before {
    content: "\F536";
}
.mdi-triangle-outline:before {
    content: "\F537";
}
.mdi-trophy:before {
    content: "\F538";
}
.mdi-trophy-award:before {
    content: "\F539";
}
.mdi-trophy-outline:before {
    content: "\F53A";
}
.mdi-trophy-variant:before {
    content: "\F53B";
}
.mdi-trophy-variant-outline:before {
    content: "\F53C";
}
.mdi-truck:before {
    content: "\F53D";
}
.mdi-truck-delivery:before {
    content: "\F53E";
}
.mdi-tshirt-crew:before {
    content: "\F53F";
}
.mdi-tshirt-v:before {
    content: "\F540";
}
.mdi-tumblr:before {
    content: "\F541";
}
.mdi-tumblr-reblog:before {
    content: "\F542";
}
.mdi-twitch:before {
    content: "\F543";
}
.mdi-twitter:before {
    content: "\F544";
}
.mdi-twitter-box:before {
    content: "\F545";
}
.mdi-twitter-circle:before {
    content: "\F546";
}
.mdi-twitter-retweet:before {
    content: "\F547";
}
.mdi-ubuntu:before {
    content: "\F548";
}
.mdi-umbraco:before {
    content: "\F549";
}
.mdi-umbrella:before {
    content: "\F54A";
}
.mdi-umbrella-outline:before {
    content: "\F54B";
}
.mdi-undo:before {
    content: "\F54C";
}
.mdi-undo-variant:before {
    content: "\F54D";
}
.mdi-unfold-less:before {
    content: "\F54E";
}
.mdi-unfold-more:before {
    content: "\F54F";
}
.mdi-ungroup:before {
    content: "\F550";
}
.mdi-untappd:before {
    content: "\F551";
}
.mdi-upload:before {
    content: "\F552";
}
.mdi-usb:before {
    content: "\F553";
}
.mdi-vector-arrange-above:before {
    content: "\F554";
}
.mdi-vector-arrange-below:before {
    content: "\F555";
}
.mdi-vector-circle:before {
    content: "\F556";
}
.mdi-vector-circle-variant:before {
    content: "\F557";
}
.mdi-vector-combine:before {
    content: "\F558";
}
.mdi-vector-curve:before {
    content: "\F559";
}
.mdi-vector-difference:before {
    content: "\F55A";
}
.mdi-vector-difference-ab:before {
    content: "\F55B";
}
.mdi-vector-difference-ba:before {
    content: "\F55C";
}
.mdi-vector-intersection:before {
    content: "\F55D";
}
.mdi-vector-line:before {
    content: "\F55E";
}
.mdi-vector-point:before {
    content: "\F55F";
}
.mdi-vector-polygon:before {
    content: "\F560";
}
.mdi-vector-polyline:before {
    content: "\F561";
}
.mdi-vector-rectangle:before {
    content: "\F5C6";
}
.mdi-vector-selection:before {
    content: "\F562";
}
.mdi-vector-square:before {
    content: "\F001";
}
.mdi-vector-triangle:before {
    content: "\F563";
}
.mdi-vector-union:before {
    content: "\F564";
}
.mdi-verified:before {
    content: "\F565";
}
.mdi-vibrate:before {
    content: "\F566";
}
.mdi-video:before {
    content: "\F567";
}
.mdi-video-off:before {
    content: "\F568";
}
.mdi-video-switch:before {
    content: "\F569";
}
.mdi-view-agenda:before {
    content: "\F56A";
}
.mdi-view-array:before {
    content: "\F56B";
}
.mdi-view-carousel:before {
    content: "\F56C";
}
.mdi-view-column:before {
    content: "\F56D";
}
.mdi-view-dashboard:before {
    content: "\F56E";
}
.mdi-view-day:before {
    content: "\F56F";
}
.mdi-view-grid:before {
    content: "\F570";
}
.mdi-view-headline:before {
    content: "\F571";
}
.mdi-view-list:before {
    content: "\F572";
}
.mdi-view-module:before {
    content: "\F573";
}
.mdi-view-quilt:before {
    content: "\F574";
}
.mdi-view-stream:before {
    content: "\F575";
}
.mdi-view-week:before {
    content: "\F576";
}
.mdi-vimeo:before {
    content: "\F577";
}
.mdi-vine:before {
    content: "\F578";
}
.mdi-violin:before {
    content: "\F60F";
}
.mdi-visualstudio:before {
    content: "\F610";
}
.mdi-vk:before {
    content: "\F579";
}
.mdi-vk-box:before {
    content: "\F57A";
}
.mdi-vk-circle:before {
    content: "\F57B";
}
.mdi-vlc:before {
    content: "\F57C";
}
.mdi-voice:before {
    content: "\F5CB";
}
.mdi-voicemail:before {
    content: "\F57D";
}
.mdi-volume-high:before {
    content: "\F57E";
}
.mdi-volume-low:before {
    content: "\F57F";
}
.mdi-volume-medium:before {
    content: "\F580";
}
.mdi-volume-off:before {
    content: "\F581";
}
.mdi-vpn:before {
    content: "\F582";
}
.mdi-walk:before {
    content: "\F583";
}
.mdi-wallet:before {
    content: "\F584";
}
.mdi-wallet-giftcard:before {
    content: "\F585";
}
.mdi-wallet-membership:before {
    content: "\F586";
}
.mdi-wallet-travel:before {
    content: "\F587";
}
.mdi-wan:before {
    content: "\F588";
}
.mdi-watch:before {
    content: "\F589";
}
.mdi-watch-export:before {
    content: "\F58A";
}
.mdi-watch-import:before {
    content: "\F58B";
}
.mdi-water:before {
    content: "\F58C";
}
.mdi-water-off:before {
    content: "\F58D";
}
.mdi-water-percent:before {
    content: "\F58E";
}
.mdi-water-pump:before {
    content: "\F58F";
}
.mdi-watermark:before {
    content: "\F612";
}
.mdi-weather-cloudy:before {
    content: "\F590";
}
.mdi-weather-fog:before {
    content: "\F591";
}
.mdi-weather-hail:before {
    content: "\F592";
}
.mdi-weather-lightning:before {
    content: "\F593";
}
.mdi-weather-night:before {
    content: "\F594";
}
.mdi-weather-partlycloudy:before {
    content: "\F595";
}
.mdi-weather-pouring:before {
    content: "\F596";
}
.mdi-weather-rainy:before {
    content: "\F597";
}
.mdi-weather-snowy:before {
    content: "\F598";
}
.mdi-weather-sunny:before {
    content: "\F599";
}
.mdi-weather-sunset:before {
    content: "\F59A";
}
.mdi-weather-sunset-down:before {
    content: "\F59B";
}
.mdi-weather-sunset-up:before {
    content: "\F59C";
}
.mdi-weather-windy:before {
    content: "\F59D";
}
.mdi-weather-windy-variant:before {
    content: "\F59E";
}
.mdi-web:before {
    content: "\F59F";
}
.mdi-webcam:before {
    content: "\F5A0";
}
.mdi-wechat:before {
    content: "\F611";
}
.mdi-weight:before {
    content: "\F5A1";
}
.mdi-weight-kilogram:before {
    content: "\F5A2";
}
.mdi-whatsapp:before {
    content: "\F5A3";
}
.mdi-wheelchair-accessibility:before {
    content: "\F5A4";
}
.mdi-white-balance-auto:before {
    content: "\F5A5";
}
.mdi-white-balance-incandescent:before {
    content: "\F5A6";
}
.mdi-white-balance-irradescent:before {
    content: "\F5A7";
}
.mdi-white-balance-sunny:before {
    content: "\F5A8";
}
.mdi-wifi:before {
    content: "\F5A9";
}
.mdi-wifi-off:before {
    content: "\F5AA";
}
.mdi-wii:before {
    content: "\F5AB";
}
.mdi-wikipedia:before {
    content: "\F5AC";
}
.mdi-window-close:before {
    content: "\F5AD";
}
.mdi-window-closed:before {
    content: "\F5AE";
}
.mdi-window-maximize:before {
    content: "\F5AF";
}
.mdi-window-minimize:before {
    content: "\F5B0";
}
.mdi-window-open:before {
    content: "\F5B1";
}
.mdi-window-restore:before {
    content: "\F5B2";
}
.mdi-windows:before {
    content: "\F5B3";
}
.mdi-wordpress:before {
    content: "\F5B4";
}
.mdi-worker:before {
    content: "\F5B5";
}
.mdi-wrap:before {
    content: "\F5B6";
}
.mdi-wrench:before {
    content: "\F5B7";
}
.mdi-wunderlist:before {
    content: "\F5B8";
}
.mdi-xbox:before {
    content: "\F5B9";
}
.mdi-xbox-controller:before {
    content: "\F5BA";
}
.mdi-xbox-controller-off:before {
    content: "\F5BB";
}
.mdi-xda:before {
    content: "\F5BC";
}
.mdi-xing:before {
    content: "\F5BD";
}
.mdi-xing-box:before {
    content: "\F5BE";
}
.mdi-xing-circle:before {
    content: "\F5BF";
}
.mdi-xml:before {
    content: "\F5C0";
}
.mdi-yeast:before {
    content: "\F5C1";
}
.mdi-yelp:before {
    content: "\F5C2";
}
.mdi-youtube-play:before {
    content: "\F5C3";
}
.mdi-zip-box:before {
    content: "\F5C4";
}
.mdi-18px {
    font-size: 18px;
}
.mdi-24px {
    font-size: 24px;
}
.mdi-36px {
    font-size: 36px;
}
.mdi-48px {
    font-size: 48px;
}
.mdi-dark {
    color: rgba(0, 0, 0, 0.54);
}
.mdi-dark.mdi-inactive {
    color: rgba(0, 0, 0, 0.26);
}
.mdi-light {
    color: #fff;
}
.mdi-light.mdi-inactive {
    color: rgba(255, 255, 255, 0.3);
}
.ath-viewport * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ath-viewport {
    position: relative;
    z-index: 2147483641;
    pointer-events: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}
.ath-modal {
    pointer-events: auto !important;
    background: rgba(0, 0, 0, 0.6);
}
.ath-mandatory {
    background: #000;
}
.ath-container {
    pointer-events: auto !important;
    position: absolute;
    z-index: 2147483641;
    padding: 0.7em 0.6em;
    width: 18em;
    background: #eee;
    background-size: 100% auto;
    box-shadow: 0 0.2em 0 #d1d1d1;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
}
.ath-container small {
    font-size: 0.8em;
    line-height: 1.3em;
    display: block;
    margin-top: 0.5em;
}
.ath-ios.ath-phone {
    bottom: 1.8em;
    left: 50%;
    margin-left: -9em;
}
.ath-ios6.ath-tablet {
    left: 5em;
    top: 1.8em;
}
.ath-ios7.ath-tablet {
    left: 0.7em;
    top: 1.8em;
}
.ath-ios8.ath-tablet,
.ath-ios9.ath-tablet {
    right: 0.4em;
    top: 1.8em;
}
.ath-android {
    bottom: 1.8em;
    left: 50%;
    margin-left: -9em;
}
.ath-container:before {
    content: "";
    position: relative;
    display: block;
    float: right;
    margin: -0.7em -0.6em 0 0.5em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 2.7em;
    height: 2.7em;
    text-align: center;
    overflow: hidden;
    color: #a33;
    z-index: 2147483642;
}
.ath-container.ath-icon:before {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    float: none;
}
.ath-mandatory .ath-container:before {
    display: none;
}
.ath-container.ath-android:before {
    float: left;
    margin: -0.7em 0.5em 0 -0.6em;
}
.ath-container.ath-android.ath-icon:before {
    position: absolute;
    right: auto;
    left: 0;
    margin: 0;
    float: none;
}
.ath-action-icon {
    display: inline-block;
    vertical-align: middle;
    background-position: 50%;
    background-repeat: no-repeat;
    text-indent: -9999em;
    overflow: hidden;
}
.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon,
.ath-ios9 .ath-action-icon {
    width: 1.6em;
    height: 1.6em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAF6UlEQVR4AezZWWxUZRiH8VcQEdxZEFFiUZBFUCIa1ABBDARDcCciYGKMqTEGww3SOcNSAwQTjOBiiIpEhRjAhRgXRC8MFxojEhAFZUGttVhaoSxlaW3n8W3yXZxm6vTrOMM5Q98n+V9MMu1pvl++uZhKuypghu49KaaTWGdZSYoVN6VD95nMpLNYZ9XNbdQR2od2k88O3Gm6Bh0t7H0p5Vwp2Ax3ajpu2tYbciFWwkTFO63DY6+JcI4USFaSyYpWp8N7SVZJKR3EinkBk9JxvZFXxhnZSjBaoWp1ZL0ES8WKYXMZp0AndORgy8WKFe5Yf1zvvSBWDEpys2LU6MjD5kmEWQlGKsJRHXlcqUSQVcItEnDEA6gAb7LhjvD9WO6yIEfICQI5A1nzGCYB1T4og5bBiFcyv2f6ujYhl4iVxwKG6qp8MK55HsqPwK0rMr9v/yEo3uCPrJstVh5KMER30Aeh31Ioq0FrHfjXw9CYghnrvYFTuqfEymFzGSwBlT4ARYr7u+K6GLmCVGvAGg2NMG0d/sgJnpScZLjXSkC5z8H3eQ72/k24Q8NfzvwFyK4qtuJSZKaubRPyE/K/Mtx+EvCHL+7uasId1t10w0scz/RzSzYzAfgKV30D3LPaG7lRkR8RK4tKKJKAMp+D7r0EfmmOe0x3m2itAc/ZxBjgAt1mXHWKPPkdb+QGSTJdrDaU5EoJ2OtzwD0WwY7KNNzbRfMFFg24WPdtGHnS221Cflgsj56hjwTs8TnY7oq7/QDhjutGicsb2AVcovsO18l6uPPNNiE/JFaGAq7Q7fY50G4LYVtz3FrdaNGyBXbIl+q24DqhyHes9EaulwR3SwtZs+ktAT/7HORliru1gnCndONFyx44Dfn7MPLYN7yR6yTJZAllJeguAT/4HOBFz8I3ZWm4E0TLFbBD7qn7EVdtHYx53R9ZN0ksrZRuErDN5+AuLIWvm+Oe1k0ULdfADrmX7idcR0/DyBXeyCdlLuMMOGCBz4F1ng+f7yFcve5e0fIFHELeiav6BAx70Rt5p0yhY3u/wR0kyarW/uX35b403PtFyzewQ75ctwtXzSkY8WqruHslSV8RscrL6TJ1bcvfWJ0/HzbtIdw/ugdFyzdwOOAq3T6fmzxwGQ3vbmO8iFioIWqYSsHMj9M/ljfuTsOdItoZBXYBfXX7cVXVwvXLm/8+fU3lcdCqdEMNGBbgUmRmfQISQKd5sGEn4VK6YtEiAXYBA3QVuA4q8hCHrDcafR1ul65jewfuovsCl7vJrNlOuEbdo6JFCuwCrtb9hqusBu56Cw4cI1y1briIWEBn3Ue0XKPuMdGiBg4H9NdV0HJ/6QZLOEPmPN0GmpfSPS5arIBdwHUtIFfoBsl/ZsgfhHCfFi2WwC5goO4AmvanbqBkzJA76tboZokWa2AXMEi3RTdAvDLkDqJFAhzB32xFD2wZsGXA0WfAlgFbBmwZsGXAlgFbBpzk04JaKb0iA9ZnF9x5SQAFtRKKIgPWZxfaeRmwAZ/BGbAB37eaG6MCbnq2Aed5czYyKirgpmcbsAHHZAZswN0Wwo7KeG1fFf2jAm56dtzOQ42yB+65mDhWFBUwUETMUiMDNmADbp/APRaTAh6I2bpGCNw1bufRZJQ1cPdF/NueHZsgDEBBGLbMGoIu4AZu5gLOZeEaYmEXeznF3jRPyEv4frgJvvJe3qTefY0AAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwb8rwADBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgz4/sz1Nia/9hizA7zgklwy3RYwYMBzBRjw4bPjxAbAAizAAtwgwAIswAIswAIMGDBgARZgARZgAS4FWIAFWIAFWIABAwYswAIswAIswIUAC7AAC7AACzBgwIAFWIAFWIAFuBBgARZgARZgAQYMGPApQ99ZCdgWtzqwATbABtgAG2DbnxNb7zbRimsMLMACrDf2wMWI/WasfQAAAABJRU5ErkJggg==);
    margin-top: -0.3em;
    background-size: auto 100%;
}
.ath-ios6 .ath-action-icon {
    width: 1.8em;
    height: 1.8em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAF4klEQVR4Ae3a/a+XdR3H8ec5HM45HDmKICoVohkZsxESRRCzcZM/2JKkdGR5MrSkleA0Pd00O4u5IVuNM2yYc6XSzCExU4oUNRPCJFdMUAhsYZpUGhscOHA4N8/WZzsL6HBxvofvdV3fa3yer//gsV3vH659KHzncBsJxUYhDzOEhCKQbORs+ip2wzgM+wvj+P9i35qAGLaHGcQSgKSTrxBLABJppZpYApCspoFYApBsZjSxBCD5OxOJJQBJG1cQSwCSLpqJJQCJ3MvgCGTinuSMCJS8LZwfgZL3FtMiUPIOcU0ESl4PLRHoRPsJtREoeRsYGYGS9yrvo6RmpbLaigWSfzOdErLs6+bLUMFA0sF1+QF1cz1UNlBYK9V5AHXyWSgEkKyiIWOgGh829Ki1lLcaxjCVK7mJRSxjBY+zgRf/u9pXcMB7jhEZAg32EUP3O6hMKOP5Iq2sZQeHMZXt5KKMgOpcY+iHVnFyjeQKlrCBdsxge5ieAVC9vzLUelI8H+A7bKIHM10H81IGGuKvDf1ggDxVTKOV1zG3/Yia1ICG+ltD32MgNTKfP2HuW0VDKkCNrjfUTOm9i6XswwrZJkaVHeh0f2fodkrtfO6jAytqrzG+rEDDfVG1x1sprZEs5RBW4PZxeT+Bbrf5hPu9arfzKaU6WjiAFbseWvoF1GW/6vYGSmkyW7Dit4xB5QHq9Br6Xx2t9GAhtp6zkoHsfNp1J9wX6H+jeR4LtJc4LxGopZZyNpN/YcG2mw9nBTSPLizgOmjKAujGgvJID3ekD7QYi7nGzkvmQtpA38Vi7iJf0TedlC7QTVjMfcY2QyvSBPpUMW/PIBfbo9pls1XpAX2EdizeznStob3OJpQO0DB2YfE21q2GtnghpAm0Gou3T9tm6BGHQppA12HRVt17eboNlydNoLHsx2JtmL801OYcQmkC/QKLtQt9ydBW3wNpA30ci7Ur3WdolUMhbaBqNhf/8qQJ9Hkszs5wjaH9XkUobaAqtmFRdoGbDb3sWMgG6DIs5852knO82RaXer+P+qyb3eWeo7ZNBrRZvm1otY2QFdBjeHIb6hTne49Put12+9ObMoDdYmfy5UkF6AK6cCCr9aM2u9IddptcOYCG+FNDB5xLKCugO7G01TndFp/xgAntdYvrfdwVLnORt3q9Vx25F27DUjbGPxr6qxMgW6Cd2N+d6wLXedA+6nKbK73Lr/pJxzusvE/wZrvX0FOOgGyBxmF/dprXutYOj6nNdS6xyYnWp/dGcaGdhr5vDWQN9E1MXrUzfcA2j2qPj/l1J1uT9iPOeh8w1O7nCGUN9HzyGZ7ndo9qp0ucanU2r1xH+wdDu5wIeQDVVx0+/kd1i697RNv8thdn+Qz4Uv9p6DeOhHyApmBfq3OBu+3Nfd7nVELZAX3Nw4ZarYG8gG7GY1dlk6/Zm3/2Rk8jlB1QvT82dNAmQjkBVf8Mj957fdrefM7ZVhPKEuidvmDob06CXIGGbsX/bZDf8KAhfdbJhLIGmuZuQ084HHIGatiLvRvrRkP6qldbBXkAzbfD0N0OhryBGqrEMOd50FC7d1hPKGugBh8ydMh5hPIGGouI1d5lj6F1vptQ9kDvcKOhN5wMlQH0QcRGnzC03yZCeQDN9G1D6xwBFQI07FI8x02GdjgB8gJqttPQcmuhYoAumzvG7YZWejrkA1TrPYYO+SVCFQO0aM4bqj0uJJQH0LluSP7PkyeQU9QOmyAvoBm+Zegpz4LKA/qYB/wE5AXUe3m81zqoRKAPOYWcuvP9dxvqcD6h7IAKkaNU3eUlHLcI9EzS5YlAi62h/zUy89QCqqKUmvgHywsJlEHnsQYxAvXVIJo5gIhnPhiBju1iNmLvLn85Ah1ZPYs5jBGo72awEzEC9dVwHqQHI9DxWoAYgSLQQKteGIESu/qhCJTYtT+PQBEoAkWgCBSBkotAEehUWwSKQBEoAkWg/BeBIlAEikARKAJFoFmealu4gVLy1Gt5dkARKAL9BzujPSurTmu/AAAAAElFTkSuQmCC);
    margin-bottom: 0.4em;
    background-size: 100% auto;
}
.ath-android .ath-action-icon {
    width: 1.4em;
    height: 1.5em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
    background-size: 100% auto;
}
.ath-container p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2147483642;
    text-shadow: 0 0.1em 0 #fff;
    font-size: 1.1em;
}
.ath-ios.ath-phone:after {
    content: "";
    background: #eee;
    position: absolute;
    width: 2em;
    height: 2em;
    bottom: -0.9em;
    left: 50%;
    margin-left: -1em;
    -webkit-transform: scaleX(0.9) rotate(45deg);
    transform: scaleX(0.9) rotate(45deg);
    box-shadow: 0.2em 0.2em 0 #d1d1d1;
}
.ath-ios.ath-tablet:after {
    content: "";
    background: #eee;
    position: absolute;
    width: 2em;
    height: 2em;
    top: -0.9em;
    left: 50%;
    margin-left: -1em;
    -webkit-transform: scaleX(0.9) rotate(45deg);
    transform: scaleX(0.9) rotate(45deg);
    z-index: 2147483641;
}
.ath-application-icon {
    position: relative;
    padding: 0;
    border: 0;
    margin: 0 auto 0.2em auto;
    height: 6em;
    width: 6em;
    z-index: 2147483642;
}
.ath-container.ath-ios .ath-application-icon {
    border-radius: 1em;
    box-shadow:
        0 0.2em 0.4em rgba(0, 0, 0, 0.3),
        inset 0 0.07em 0 rgba(255, 255, 255, 0.5);
    margin: 0 auto 0.4em auto;
}
@media only screen and (orientation: landscape) {
    .ath-container.ath-phone {
        width: 24em;
    }
    .ath-android.ath-phone {
        margin-left: -12em;
    }
    .ath-ios.ath-phone {
        margin-left: -12em;
    }
    .ath-ios6:after {
        left: 39%;
    }
    .ath-ios8.ath-phone {
        left: auto;
        bottom: auto;
        right: 0.4em;
        top: 1.8em;
    }
    .ath-ios8.ath-phone:after {
        bottom: auto;
        top: -0.9em;
        left: 68%;
        z-index: 2147483641;
        box-shadow: none;
    }
}
.datepicker.dropdown-menu {
    width: 100%;
    max-width: 280px;
    background-color: #aeb60b;
    border: none;
    box-shadow: none;
    font-family: "AvenirNextRegular", sans-serif;
}
.datepicker.dropdown-menu .date-switch {
    text-transform: lowercase;
}
.datepicker.dropdown-menu .dow {
    text-transform: uppercase;
}
.datepicker td.active.day,
.datepicker th.active.day {
    background: #aeb60b;
    color: white;
    border: none;
    border-radius: 5px;
}
.prev .fa-chevron-left:before,
.next .fa-chevron-right:before,
.datepicker th.date-switch {
    color: #fff;
    font-size: 1rem;
}
th.prev,
th.next,
.datepicker th.date-switch,
.datepicker.dropdown-menu th:hover,
.datepicker.dropdown-menu td:hover {
    background-color: #aeb60b;
}
.datepicker table tr th,
.datepicker table tr td {
    color: #45480b;
    font-size: 0.875rem;
    width: 40px;
    height: 40px;
}
.datepicker tbody {
    border: none;
}
.datepicker table thead {
    border: none;
}
.datepicker table thead tr th,
.datepicker table thead tr td {
    color: black;
    padding: 0.9375rem;
}
.datepicker td.old,
.datepicker td.new {
    color: #b5b69d;
}
.table-condensed thead tr th:hover {
    color: #fff;
    background-color: #aeb60b;
}
a.button.datepicker-close.small.alert.right {
    width: 20px;
    height: 20px;
    bottom: 10px;
    display: none;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
    padding: 10px 5px;
}
.datepicker.dropdown-menu td:hover {
    border-radius: 5px !important;
    color: #fff;
    border: none;
}
.adminButton,
.woonbron-button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-transform: lowercase;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
    background: #3a3d0c;
    padding: 12px 25px !important;
    font-weight: bold;
    color: #fff;
    font-size: 1rem;
    font-family: "AvenirNextDemi", sans-serif;
    text-decoration: none;
    float: left;
    transition: background 0.3s;
}
.adminButton:hover,
.adminButton:focus,
.woonbron-button:hover,
.woonbron-button:focus {
    background: #aeb60b;
    color: #fff !important;
    font-weight: bold;
}
@media only screen and (max-width: 40em) {
    .adminButton,
    .woonbron-button {
        width: 100%;
        margin-bottom: 0.9375rem;
    }
}
.adminButton:visited {
    background: #3a3d0c;
}
button,
.button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 8px;
    text-transform: lowercase;
    padding: 0 25px !important;
    background: #3a3d0c;
    float: left;
    margin: 0 0 1.125rem 0;
    height: 3rem;
    background-color: rgb(209, 218, 108);
    color: black;
    box-shadow: none !important;
    font-family: "AvenirNextMedium", sans-serif;
    font-size: 1.125rem;
    font-weight: normal;
}
button:hover,
button:active,
button:focus,
.button:hover,
.button:active,
.button:focus {
    background-color: rgb(209, 218, 108) !important;
    box-shadow: none !important;
    color: black !important;
    font-weight: normal;
}
button:visited,
.button:visited {
    background-color: rgb(209, 218, 108) !important;
    box-shadow: none !important;
    font-weight: normal;
}
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
    opacity: 1;
    background: #babba9;
}
.forms #dg_answers {
    display: block;
}
.forms #dg_answers ul {
    margin-bottom: 0;
}
.forms #dg_answers + ul + #dg_question + #dg_expandedelements {
    margin-top: 10px;
}
.forms #dg_answers + ul + #dg_question {
    margin-bottom: 0;
}
.forms .dg_questionAnswerText {
    min-width: inherit;
}
.forms .wrvInschrijven .valueText {
    width: 100%;
    max-width: 574px;
}
.forms .wrvInschrijven form > div:not(.row) {
    margin-top: 30px;
}
.forms h1 {
    padding-bottom: 30px;
}
.forms #LoginFormText h1 {
    padding-bottom: 0px;
}
.forms .colorblock {
    border-bottom: 10px solid #fff;
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 570px) {
    .forms .colorblock {
        border-bottom: 0px solid #fff;
    }
}
.forms fieldset .wrvInschrijven div[data-mode="0"] form {
    padding: 0;
    background-color: transparent;
}
.forms .wrvInschrijven div[data-mode="0"] form {
    background: #eaebe0;
    padding: 30px 3.75rem 3.75rem 3.75rem;
}
@media screen and (max-width: 1024px) {
    .forms .wrvInschrijven div[data-mode="0"] form {
        padding: 30px 15px 3.75rem 15px;
    }
}
.forms .wrvInschrijven div[data-mode="0"] form #btnOpslaan {
    margin-top: 0rem;
}
.forms fieldset {
    padding: 3.75rem;
    margin-top: -14px;
    margin-bottom: 1.875rem;
}
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
    .forms fieldset {
        margin-top: 0px;
    }
}
.forms fieldset legend {
    margin-bottom: 15px;
}
@media screen and (max-width: 64em) {
    .forms fieldset {
        padding: 2rem;
    }
}
@media screen and (max-width: 40em) {
    .forms fieldset {
        padding: 0.9375rem;
    }
}
.forms .dg_questionPanel > div {
    background: #eaebe0;
    padding: 3.75rem;
}
.forms .wrvInschrijven form .row {
    display: block;
}
.forms .wrvInschrijven form > .row + .row {
    width: auto;
}
@media screen and (max-width: 64em) {
    .forms {
        padding: 0;
    }
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #000 inset;
    -webkit-fill-color: #fff;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #000 inset;
    -webkit-fill-color: #fff;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border-width: 1px;
    border-color: #eaebe0;
    box-shadow: inset 0 0 0 #b5b69d;
    color: black;
    display: block;
    font-size: 1.125rem;
    margin: 0 0 1.125rem 0;
    padding: 1rem !important;
    height: auto;
    margin-bottom: 0;
    border-top: 2px solid #b5b69d;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-family: "AvenirNextMedium", sans-serif;
    border-bottom: 2px solid #fff;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: #aeb60b;
    border-width: 2px;
    box-shadow: none;
    background: #fff;
    border-bottom-color: #aeb60b;
}
input[type="text"].ng-invalid-required:not(.ng-untouched),
input[type="password"].ng-invalid-required:not(.ng-untouched),
input[type="date"].ng-invalid-required:not(.ng-untouched),
input[type="datetime"].ng-invalid-required:not(.ng-untouched),
input[type="datetime-local"].ng-invalid-required:not(.ng-untouched),
input[type="month"].ng-invalid-required:not(.ng-untouched),
input[type="week"].ng-invalid-required:not(.ng-untouched),
input[type="email"].ng-invalid-required:not(.ng-untouched),
input[type="number"].ng-invalid-required:not(.ng-untouched),
input[type="search"].ng-invalid-required:not(.ng-untouched),
input[type="tel"].ng-invalid-required:not(.ng-untouched),
input[type="time"].ng-invalid-required:not(.ng-untouched),
input[type="url"].ng-invalid-required:not(.ng-untouched),
input[type="color"].ng-invalid-required,
textarea.ng-invalid-required:not(.ng-untouched) {
    border: 2px solid #e56c0c;
}
.labelText:nth-child(n + 2) {
    margin-top: 1.875rem;
}
.chosen-container {
    font-family: "AvenirNextRegular", sans-serif;
}
.chosen-container-single {
    position: relative;
}
.chosen-container-single .chosen-search {
    display: none;
}
.chosen-container-single .chosen-single {
    background: #fff;
    height: auto;
    border: none;
    border-bottom: 1px solid #adb545;
    position: relative;
    box-shadow: none;
}
.chosen-container-single .chosen-single span {
    padding: 8px 5px;
    font-size: 1rem;
    color: #929275;
}
.chosen-container-single .chosen-single:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 5;
    font-family: "FontAwesome";
    color: black;
    font-size: 1.5em;
}
.chosen-container .chosen-results {
    padding: 0;
    margin: 0;
}
.chosen-container .chosen-results li.active-result {
    padding: 8px 12px;
}
.chosen-container .chosen-results li.active-result.highlighted {
    background: #aeb60b;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    background: #fff;
}
.chosen-container-active .chosen-single {
    border: 2px solid #aeb60b;
}
span.error {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #e56c0c;
    position: relative;
    font-family: "AvenirNextMedium", sans-serif;
    font-size: 18px;
    line-height: 30px;
    height: auto;
    min-height: 50px;
    padding: 7.5px 15px;
    text-align: left;
}
span.error:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #e56c0c;
    border-width: 7px;
    margin-left: -7px;
}
input[type="text"]::-ms-clear {
    display: none;
}
.formfocus form .valueText > div > input:first-child {
    background: #f0f;
}
input[type="checkbox"] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type="checkbox"] + label {
    margin: 0;
    padding: 0;
}
input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    background: transparent url("../../../../uiCustom/woonbron/images/checkbox_unselected.svg") no-repeat center center;
    cursor: pointer;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 15px;
}
input[type="checkbox"]:checked + label::before {
    background-image: url("../../../../uiCustom/woonbron/images/checkbox_selected.svg");
}
.form-label-left > .row {
    margin-bottom: 1.875rem !important;
}
.form-label-left > .row:last-child {
    margin-bottom: 0;
}
.form-label-left .valueText {
    max-width: none !important;
}
.form-label-left .button-link {
    display: inline-block;
    margin: 0 1.875rem;
    padding: 0 0.9375rem;
    line-height: 48px;
    color: black;
    text-transform: lowercase;
}
input[data-ac-datepicker],
input[data-wb-datepicker] {
    background: #fff url("../../../../uiCustom/woonbron/images/calendar.svg") no-repeat scroll right center;
}
input[data-ac-datepicker]:focus,
input[data-wb-datepicker]:focus {
    background: #fff url("../../../../uiCustom/woonbron/images/calendar-active.svg") no-repeat scroll right center;
}
.forms .dg_questionPanel > div {
    background: #eaebe0;
    padding: 60px;
}
.forms .wrvInschrijven form .row {
    display: block;
}
.forms .wrvInschrijven form > .row + .row {
    width: auto;
}
.contactform-emailvraag > div {
    width: 100%;
}
.contactform-emailvraag .labelText {
    margin-top: 10px;
}
.contactform-emailvraag .valueText {
    width: 100%;
}
.contactform-emailvraag .valueText textarea {
    max-width: 100%;
    margin-top: -15px;
}
contactform-onderwerp + div,
.contactform-emailvraag .row + div:not(.row),
.contactform-mailterug .row + div:not(.row),
.contactform-belterug .row + div:not(.row) {
    margin-top: 30px;
}
.contactform-mailterug > div {
    width: 100%;
}
.contactform-mailterug .labelText {
    margin-top: 10px;
}
.contactform-mailterug .valueText {
    width: 100%;
}
.contactform-mailterug .valueText textarea {
    max-width: 100%;
}
.contactform-emailvraag .valueText {
    width: 100%;
}
.contactform-emailvraag .valueText textarea {
    max-width: 100%;
    margin-top: -15px;
    font-family: "AvenirNextRegular", sans-serif;
}
.contactform-emailvraag .row:nth-child(2) {
    margin-top: 20px;
}
.contactform-belterug .valueText {
    width: 100%;
}
.contactform-belterug > div:nth-child(1) {
    margin-bottom: 15px !important;
}
.contactform-belterug > div:nth-child(2) {
    float: left;
    padding-bottom: 15px;
}
.contactform-belterug > div:nth-child(3) {
    float: left;
    width: 115px;
}
.contactform-belterug > div:nth-child(4) {
    float: left;
}
.contactform-belterug input {
    font-family: "AvenirNextRegular", sans-serif;
}
.contactform-mailterug input {
    font-family: "AvenirNextRegular", sans-serif;
}
.contactform-mailterug .valueText {
    width: 100%;
}
.contactform-mailterug .valueText textarea {
    max-width: 100%;
    margin-top: -15px;
    font-family: "AvenirNextRegular", sans-serif;
}
.contactform-mailterug > div:nth-child(5) {
    margin-bottom: 15px !important;
}
.contactform-mailterug > div:nth-child(6) {
    float: left;
    padding-bottom: 15px;
}
.contactform-mailterug > div:nth-child(7) {
    float: left;
    width: 115px;
}
.contactform-mailterug > div:nth-child(8) {
    float: left;
}
.contactform-mailterug .row:nth-child(4) .labelText {
    margin-top: 90px;
    background: transparent;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    position: relative;
    color: black;
    font-weight: normal;
    text-transform: none !important;
    position: relative;
}
.contactform-mailterug .row:nth-child(2) {
    margin-top: 20px;
}
.contactform-mailterug .row:nth-child(4) .labelText:before {
    content: "";
    position: absolute;
    top: -55px;
    height: 10px;
    background: #fff;
    display: block;
    width: calc(100% + 120px);
    left: -60px;
}
@media screen and (max-width: 64em) {
    .contactform-mailterug .row:nth-child(4) .labelText:before {
        width: calc(100% + 64px);
        left: -32px;
    }
}
@media screen and (max-width: 40em) {
    .contactform-mailterug .row:nth-child(4) .labelText:before {
        width: calc(100% + 30px);
        left: -15px;
    }
}
@media screen and (max-width: 40em) {
    .contactform-belterug > div:nth-child(1) {
        margin-top: 15px;
    }
    .contactform-belterug > div:nth-child(2) {
        float: none;
    }
    .contactform-belterug > div:nth-child(3) {
        padding-bottom: 15px;
    }
    .contactform-belterug > div:nth-child(4) {
        padding-bottom: 15px;
    }
    .contactform-mailterug > div:nth-child(6) {
        float: none;
    }
    .contactform-mailterug > div:nth-child(7) {
        padding-bottom: 15px;
    }
    .contactform-mailterug > div:nth-child(8) {
        padding-bottom: 15px;
    }
}
body {
    font-family: "AvenirNextRegular", sans-serif, sans-serif;
    color: black;
    font-size: 1.125rem;
}
h1 {
    color: black;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: "AvenirNextDemi", sans-serif;
}
@media screen and (max-width: 40em) {
    h1 {
        font-size: 1.875rem;
    }
}
h2 {
    background: transparent;
    font-size: 1.375rem;
    font-family: "AvenirNextBold", sans-serif;
    position: relative;
    font-weight: bold;
    color: black;
    margin: 0;
}
h3 {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.125rem;
}
a {
    color: #e56c0c;
    text-decoration: underline;
}
a:hover {
    color: #a86129;
}
p {
    color: black;
    font-size: 1.125rem;
    font-family: "AvenirNextRegular", sans-serif, sans-serif;
}
.subtitle {
    color: black;
    font-family: "AvenirNextMedium", sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.75rem;
    display: block;
    margin-bottom: 2.2em;
}
@media screen and (max-width: 40em) {
    .subtitle {
        font-size: 1.375rem;
        margin-bottom: 1.5em;
    }
}
.text-centered {
    text-align: center;
    margin: 0 3.75rem;
}
@media screen and (max-width: 64em) {
    .text-centered {
        margin: 0 1.875rem;
    }
}
@media screen and (max-width: 40em) {
    .text-centered {
        margin: 0 0.9375rem;
    }
}
.infocard h2 {
    text-align: center;
}
.infocard blockquote {
    border-left: 0;
}
.infocard p {
    font-family: "AvenirNextRegular", sans-serif;
}
.infocard span,
.infocard b,
.infocard strong {
    font-size: 18px;
}
@media screen and (max-width: 40em) {
    .postcode_links {
        padding: 0 0px 0 0 !important;
    }
}
@media screen and (min-width: 40em) {
    .postcode_links {
        text-align: left;
        padding: 0 30px 0 0 !important;
    }
}
@media screen and (min-width: 40em) {
    .woonplaats_links {
        text-align: left;
        padding: 0px 0 0 30px !important;
    }
}
@media screen and (max-width: 40em) {
    .woonplaats_links {
        padding: 15px 0 0 0px !important;
    }
}
.float_postcode {
    float: right;
}
@media screen and (max-width: 40em) {
    .float_postcode {
        float: none;
    }
}
.bold-kopje {
    color: black;
    font-weight: bold;
}
.colorblock h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    position: relative;
    top: 0rem;
    color: #292b06;
    margin-bottom: 0.5rem;
    border-bottom: 0px solid #c3cc59;
    display: block;
    background-color: transparent;
    font-family: "AvenirNextDemi", sans-serif;
    font-weight: normal;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
    .main-content .row .columns .row .columns .colorblock,
    .main-content .row .columns .row .columns fieldset {
        margin-left: -0.9375rem !important;
        margin-right: -0.9375rem !important;
    }
}
.wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 45px;
    position: relative;
}
@media screen and (max-width: 64.063em) {
    .wrapper {
        padding: 0px 30px;
    }
}
@media sreen and (max-width: 40em) {
    .wrapper {
        padding: 0px 15px;
    }
}
.holder {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 60px;
    position: relative;
}
@media screen and (max-width: 64em) {
    .holder {
        padding: 0px 60px;
    }
}
@media screen and (max-width: 40em) {
    .holder {
        padding: 0px 15px;
    }
}
@media screen and (max-width: 64.063em) {
    .default {
        padding: 0px 0px;
    }
}
#PageContent {
    margin-left: 0rem !important;
}
@media screen and (min-width: 64.063em) {
    #PageContent {
        margin-left: 0rem !important;
    }
}
@media screen and (max-width: 64.063em) {
    #PageContent {
        margin-left: 0rem !important;
    }
}
.colorblock {
    background-color: #eaebe0;
    padding: 3.75rem;
}
@media screen and (max-width: 64.063em) {
    .colorblock {
        padding: 1.875rem 1.875rem 3.75rem;
    }
}
@media screen and (max-width: 40em) {
    .colorblock {
        padding: 1.875rem 0.9375rem 3.75rem;
    }
}
.colorblock .adresregel {
    margin-top: 1.875rem;
    margin-bottom: 0.9375rem;
}
@media screen and (max-width: 40em) {
    .colorblock .adresregel {
        margin-top: 0.9375rem;
        margin-bottom: 0px;
    }
}
.colorblock .adresregel p.labeltext {
    text-transform: lowercase;
    width: 100%;
    font-size: 1rem;
    padding: 0;
    color: black;
    opacity: 0.6;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 30px;
    font-family: "AvenirNextMedium", sans-serif;
}
.colorblock .adresregel p {
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 40em) {
    .colorblock .formtextlink {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 40em) {
    .colorblock button {
        width: 100%;
    }
}
fieldset {
    background-color: #eaebe0;
    display: block;
    border: none;
    padding: 3.75rem 3.75rem;
    margin: 0;
    margin-top: -15px;
}
@media screen and (max-width: 64.063em) {
    fieldset {
        padding: 3.75rem 1.875rem;
    }
}
@media screen and (max-width: 40em) {
    fieldset {
        padding: 1.875rem 0.9375rem;
    }
}
fieldset legend {
    background: transparent;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    position: relative;
    top: 3.75rem;
    color: black;
    font-weight: normal;
}
@media screen and (max-width: 64.063em) {
    fieldset legend {
        top: 3.75rem;
    }
}
@media screen and (max-width: 64.063em) {
    .maincontent {
        padding: 0 45px;
    }
}
@media screen and (max-width: 64.063em) {
    .maincontent #PanelContent,
    .maincontent section#content {
        margin: 0 -45px;
    }
}
@media screen and (max-width: 64.063em) {
    .maincontent .row .row {
        margin: 0 0;
    }
}
@media screen and (max-width: 64.063em) {
    .maincontent .columns .columns {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 64.063em) {
    .maincontent .dgstartelement {
        margin: 0 0;
    }
}
@media screen and (max-width: 64.063em) {
    .maincontent .row .row.adresgegevens {
        margin: 0 0;
    }
    .maincontent .row .row.adresgegevens + button {
        margin-top: 0.9375rem;
    }
}
@media screen and (max-width: 64.063em) {
    .maincontent fieldset {
        margin-left: 0;
        float: left;
        width: 100%;
    }
}
@media screen and (max-width: 64.063em) {
    .maincontent fieldset .infoRVHistorie {
        padding-top: 0.9375rem;
    }
}
.head {
    position: relative;
    margin-bottom: 3.75rem;
    display: flex;
}
.head.head-no-margin {
    margin-bottom: 0;
}
.head.head-no-margin .menu-holder {
    border: 0;
}
@media screen and (max-width: 40em) {
    .head {
        margin-bottom: 30px;
    }
}
.head .logo-holder {
    border-bottom: 8px solid #aeb60b;
    padding: 0.9375rem 0;
    margin-right: 10px;
    width: 150px;
}
.head .logo-holder a.logo-blok {
    display: inline-block;
    width: 100%;
}
.head .logo-holder a.logo-blok .logo-woonbron {
    width: 100%;
    height: auto;
}
.head .menu-holder {
    flex: 1;
    border-bottom: 8px solid #aeb60b;
    padding-right: 0;
    text-align: right;
}
.head .menu-holder ul.mainnav {
    float: right;
    margin-top: 65px;
}
@media only screen and (max-width: 40em) {
    .head .menu-holder ul.mainnav {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
}
.head .menu-holder ul.mainnav li {
    display: inline-block;
}
.head .menu-holder ul.mainnav li a {
    color: black !important;
    font-size: 1.125rem;
    padding-right: 0;
    padding-left: 0.9375rem;
    margin-right: 0;
    margin-left: 0.9375rem;
    position: relative;
    transition: color 0.3s;
    font-family: "AvenirNextDemi", sans-serif;
}
.head .menu-holder ul.mainnav li a:hover {
    background-color: transparent !important;
    color: #000 !important;
}
.head .menu-holder ul.mainnav li a:after {
    font-family: "FontAwesome";
    position: absolute;
    font-size: 1.125rem;
    top: 1px;
    left: 0;
    color: black;
}
.head .menu-holder a.btn-inloggen::before {
    content: " ";
    vertical-align: middle;
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url("../../../../uiCustom/woonbron/images/account.svg");
    background-repeat: no-repeat;
    background-position: 0;
}
.head .menu-holder a.btn-menu::before {
    content: " ";
    vertical-align: middle;
    display: inline-block;
    width: 19px;
    height: 23px;
    margin-right: 7px;
    background-image: url("../../../../uiCustom/woonbron/images/menu.svg");
    background-repeat: no-repeat;
    background-position: 0;
}
.head .menu-holder a.uitlog-btn {
    margin-left: 0 !important;
    padding-left: 3px !important;
    color: black !important;
    font-size: 14px !important;
    font-family: "AvenirNextRegular", sans-serif;
}
.off-canvas-content {
    background: #fff;
    box-shadow: none;
    position: relative;
    left: 0;
    right: 0;
    transition: all 0.7s ease-in-out;
}
.is-open-left .off-canvas-content {
    position: relative;
    transition: all 0.7s ease-in-out;
}
.off-canvas-wrapper {
    overflow: inherit;
}
.off-canvas.position-left {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}
.is-open-right,
.is-open-left {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
aside#offCanvas {
    visibility: hidden;
    height: 0;
}
.is-open-left aside#offCanvas {
    visibility: visible;
    height: auto;
}
.off-canvas-wrapper-inner aside {
    position: relative;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    z-index: 1001;
    opacity: 0;
    transition: all 0.7s ease;
}
.off-canvas-wrapper-inner.is-off-canvas-open.is-open-left aside {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
}
.close-btn-holder {
    padding-top: 1.875rem;
    padding-right: 1.875rem;
}
@media screen and (max-width: 40em) {
    .close-btn-holder {
        padding-top: 15px;
        padding-right: 15px;
    }
}
.close-btn-holder .close-btn {
    color: black;
    float: right;
    font-size: 24px;
    text-decoration: none;
}
.off-canvas {
    background: #eaebe0;
}
ul.off-canvas-list {
    width: 100%;
}
ul.off-canvas-list > li {
    width: 50%;
    color: black;
    float: left;
}
@media screen and (max-width: 40em) {
    ul.off-canvas-list > li {
        width: 100%;
    }
}
ul.off-canvas-list > li a {
    border-bottom: none;
    color: black;
    text-decoration: none;
    padding: 0.1rem 25px 0.1rem 0.66667rem;
    transition: color 300ms ease;
}
@media screen and (max-width: 40em) {
    ul.off-canvas-list > li a {
        padding-left: 0;
    }
}
ul.off-canvas-list > li a:hover {
    background: none;
    color: #929275;
}
ul.sub-nav-itemslist {
    margin-left: 10px;
}
@media screen and (max-width: 40em) {
    ul.sub-nav-itemslist {
        margin-left: 0;
    }
}
.sub-item {
    position: relative;
    width: 50%;
    float: left;
}
.sub-item:nth-child(even) {
    float: right;
}
@media screen and (max-width: 62em) {
    .sub-item {
        width: 100%;
    }
}
.sub-item:hover:before {
    color: #929275;
}
.sub-item:before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: -8px;
    top: 3px;
    color: black;
}
@media screen and (max-width: 40em) {
    .sub-item:before {
        left: inherit;
        right: 7px;
    }
}
.main-item {
    margin-bottom: 20px;
}
.main-nav-itemslist .main-item .main-item-title {
    border-bottom: 5px solid #aeb60b;
    color: black;
    padding-bottom: 15px;
    margin: 20px 30px 15px 0;
    display: block;
    font-size: 1.375rem;
    font-family: "AvenirNextDemi", sans-serif;
}
@media screen and (max-width: 40em) {
    .main-nav-itemslist .main-item .main-item-title {
        border-bottom: 0px;
        padding-bottom: 0px;
        margin: 10px 15px 5px 0;
    }
}
@media screen and (max-width: 40em) {
    .main-nav-itemslist .main-item .main-item-title:after {
        content: "\F107";
        font-family: FontAwesome;
        right: 3px;
        position: absolute;
    }
}
.main-nav-itemslist .main-item .main-item-title.aanbod {
    margin-right: 0;
}
.main-nav-itemslist .main-item .main-item-title.woonbron {
    margin-right: 0;
}
.extra-item-title {
    position: relative;
    font-size: 1.375rem;
    font-family: "AvenirNextDemi", sans-serif;
    text-decoration: none;
    color: black;
    padding: 0.5rem 0 0;
    width: 100%;
    padding-left: 30px;
    display: inline;
}
@media only screen and (max-width: 40em) {
    .extra-item-title {
        margin-bottom: 5px;
        display: block;
    }
}
.extra-item-title:hover {
    color: #929275;
}
.inlog-holder {
    position: relative;
}
.inlog-holder .extra-item-title {
    background-image: url("../../../../uiCustom/woonbron/images/account.svg");
    background-repeat: no-repeat;
    background-position: 2px 16px;
}
.inlog-holder .extra-item-title a {
    color: black;
    text-decoration: none;
}
.inlog-holder .extra-item-title a:hover {
    color: #929275;
}
.extra-item-holder {
    text-align: right;
}
@media screen and (max-width: 64em) {
    .extra-item-holder {
        text-align: left;
    }
}
.extra-item-holder .extra-item-title {
    background-image: url("../../../../uiCustom/woonbron/images/contact.svg");
    background-repeat: no-repeat;
    background-position: 0px 16px;
}
.close-btn-holder .close-btn {
    background-image: url("../../../../uiCustom/woonbron/images/close.svg");
    background-repeat: no-repeat;
    background-position: 2px 0px;
    display: inline-block;
    padding-left: 18px;
}
.close-btn-holder .close-btn:hover {
    opacity: 0.5;
}
.close-btn-holder .close-btn:focus {
    outline: none;
}
.close-btn-holder .close-btn i.fa-times:before {
    display: none;
}
.accordion {
    background: transparent;
    border: none;
}
.accordion-title:hover,
.accordion-title:focus {
    background: transparent;
}
.accordion-title {
    border-bottom: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    cursor: context-menu !important;
}
.is-active > .accordion-title:before,
.accordion-title:before {
    content: "";
}
.accordion-content {
    display: block;
    border-bottom: none;
    padding: 0 !important;
}
@media screen and (max-width: 40em) {
    .accordion-content {
        display: none;
    }
    .main-nav-itemslist .main-item .main-item-title:hover {
        color: #929275;
    }
    .accordion-title {
        cursor: pointer !important;
    }
    .main-item {
        margin-bottom: 10px;
    }
    .extra-item-title:after {
        content: "\F105";
        font-family: FontAwesome;
        right: 5px;
        position: absolute;
    }
}
.wb-container {
    min-height: 100%;
    width: 100%;
    position: relative;
    transform: translate3d(0, 0, 0);
}
.wb-content {
    position: relative;
    display: block;
    min-height: 100%;
    width: 100%;
    transition: padding-top 0.5s ease-in-out;
}
@media only screen and (max-width: 40em) {
    .wb-content .mobile-margin {
        margin-top: -15px;
    }
}
.wb-menu {
    height: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #eaebe0;
    z-index: 1;
    padding: 0 3.75rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: height 0.5s ease-in-out;
}
@media screen and (max-width: 40em) {
    .wb-menu {
        padding: 0 0.9375rem;
    }
}
.wb-menu-inner {
    padding: 1.875rem 0 3.75rem 0;
    max-width: 1190px;
    margin: 0 auto;
    position: relative;
}
.wb-menu-list {
    margin: 0;
    margin-bottom: 2.8125rem;
    padding: 0;
    list-style: none;
    text-align: left;
    line-height: 1.875rem;
}
.wb-menu-list li {
    margin: 0;
    padding: 0;
}
.wb-menu-list > span {
    display: block;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
}
.wb-menu-list-correct {
    margin-bottom: 0;
}
@media screen and (max-width: 48em) {
    .wb-menu-list .columns.medium-6 {
        width: 100% !important;
    }
}
@media screen and (max-width: 64em) {
    .wb-menu-list li {
        margin: 0;
        padding: 0;
        display: block;
        float: none;
        width: 100%;
    }
}
@media screen and (max-width: 40em) {
    .wb-menu-list {
        margin-bottom: 0;
    }
    .wb-menu-list li {
        margin-bottom: 0.9375rem;
    }
    .wb-menu-list-correct {
        margin-top: -0.9375rem;
    }
    .wb-menu-list > span {
        width: 100%;
        height: 0;
    }
}
.wb-menu-header {
    display: block;
    width: 100% !important;
}
.wb-menu-header > h3 {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.375rem;
    border-bottom: 5px solid #aeb60b;
    padding-bottom: 15px;
    margin: 15px 0;
}
.wb-menu-header > h3:not(.no-lowercase) {
    text-transform: lowercase;
}
@media screen and (max-width: 40em) {
    .wb-menu-header > h3 {
        border-bottom: none;
        padding-bottom: 0;
    }
    .wb-menu-header > h3::after {
        content: "\F105";
        font-family: FontAwesome;
        right: 0;
        position: absolute;
        transform: rotateZ(90deg);
    }
}
.wb-menu-item > a:not(.no-lowercase) {
    text-transform: lowercase;
}
.wb-menu-item > a,
.wb-menu-item a:visited {
    display: block;
    color: black;
    text-decoration: none;
    position: relative;
    font-family: "AvenirNextRegular", sans-serif;
    padding-left: 7px;
    padding-right: 20px;
    margin-left: 10px;
    transition: color 0.3s ease-out;
}
.wb-menu-item > a::before,
.wb-menu-item a:visited::before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    line-height: 1;
    left: -8px;
    top: 7px;
    color: black;
    transition: color 0.3s ease-out;
}
.wb-menu-item > a:hover,
.wb-menu-item a:visited:hover {
    color: #929275;
}
.wb-menu-item > a:hover:before,
.wb-menu-item a:visited:hover:before {
    color: #929275;
}
@media only screen and (max-width: 40em) {
    .wb-menu-item > a,
    .wb-menu-item a:visited {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .wb-menu-item > a::before,
    .wb-menu-item a:visited::before {
        left: auto;
        right: 0;
        top: 8px;
    }
}
.wb-menu-search {
    margin: 0 1.875rem 1.875rem 0;
}
.wb-menu-search .search-button {
    display: block;
    position: absolute;
    top: 0;
    right: 45px;
    padding: 15px;
    cursor: pointer;
}
.wb-menu-search .search-button i {
    color: #929275;
}
@media only screen and (max-width: 40em) {
    .wb-menu-search {
        margin-right: 0;
    }
    .wb-menu-search .search-button {
        right: 0;
    }
}
.wb-menu-close-btn {
    display: block;
    position: fixed;
    top: -1.875rem;
    right: 0.9375rem;
    width: 20px;
    height: 20px;
    background-image: url("../../../../uiCustom/woonbron/images/close.svg");
    background-repeat: no-repeat;
    background-position: 2px 0px;
    padding-left: 18px;
    -webkit-transition:
        opacity 0.3s ease-in-out,
        top 0.3s ease-in-out;
    transition:
        opacity 0.3s ease-in-out,
        top 0.3s ease-in-out;
}
.wb-menu-close-btn:hover {
    opacity: 0.5;
}
.wb-menu-close-btn:focus {
    outline: none;
}
.wb-menu-close-btn i.fa-times:before {
    display: none;
}
.menu-is-open .wb-menu-close-btn {
    top: 0.9375rem;
}
.wb-menu-service-link {
    position: relative;
    font-size: 1.375rem;
    font-family: "AvenirNextDemi", sans-serif;
    text-decoration: none;
    color: black;
    padding: 0.5rem 0 0;
    width: 100%;
    padding-left: 30px;
    background-image: url("../../../../uiCustom/woonbron/images/contact.svg");
    background-repeat: no-repeat;
    background-position: 0 16px;
    text-transform: lowercase;
    top: 10px;
}
@media only screen and (max-width: 40em) {
    .wb-menu-service-link {
        margin-bottom: 0.9375rem;
        display: block;
        text-align: left;
        background-position: 0px 16px;
    }
    .wb-menu-service-link::after {
        content: "\F105";
        font-family: FontAwesome;
        right: 0;
        position: absolute;
    }
}
.wb-menu-service-link:hover {
    color: #929275;
}
.wb-menu-login-link {
    position: relative;
    display: block;
    background-image: url("../../../../uiCustom/woonbron/images/account.svg");
    background-repeat: no-repeat;
    background-position: 0 8px;
    margin-bottom: 5px;
    padding-left: 2.8125rem;
}
.wb-menu-login-link a,
.wb-menu-login-link a:visited {
    font-size: 1.375rem;
    margin-left: 30px;
    font-family: "AvenirNextDemi", sans-serif;
    text-decoration: none;
    color: black;
}
.wb-menu-login-link::after {
    content: "\F105";
    font-family: FontAwesome;
    font-size: 1.375rem;
    top: 0;
    right: 0;
    position: absolute;
}
@media only screen and (max-width: 40em) {
    .wb-menu-login-link {
        margin-top: 5px;
        margin-bottom: 0;
    }
    .wb-menu-login-link a,
    .wb-menu-login-link a:visited {
        display: block;
        margin-right: 30px;
    }
}
.search-container {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}
@media only screen and (max-width: 40em) {
    .search-container {
        margin-bottom: 0;
    }
}
.search-container .search-box {
    position: relative;
}
.search-container .search-box .search-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    padding: 15px;
    cursor: pointer;
}
.search-container .search-box .search-button i {
    color: #929275;
}
.tt-dropdown-menu {
    margin-top: -4px;
    border-radius: 0 0 5px 5px;
    box-shadow: none;
    border: 2px solid #aeb60b;
    border-top: 1px solid #fff;
}
.tt-dropdown-menu h3 {
    display: none;
}
.tt-suggestion p {
    margin: 0;
    display: block;
    padding: 3px 20px;
    clear: both;
    white-space: nowrap;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    border-top: 1px solid #cbcbcb;
}
.tt-suggestion > p:hover,
.tt-suggestion > p:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #aeb60b;
    border-color: #aeb60b;
    cursor: pointer;
}
.tt-suggestion.tt-cursor {
    color: #ffffff;
    background-color: #aeb60b;
}
#SiteSearchResults {
    width: 100%;
    margin: 0 auto;
    float: none;
}
#SiteSearchResults .searchresult-content {
    margin: 0 0 0.9375rem 0;
    padding-left: 0;
}
#SiteSearchResults .searchresult-content:hover h3 {
    text-decoration: none;
}
#SiteSearchResults a {
    text-decoration: none;
    float: none;
}
#SiteSearchResults a:hover h3 {
    text-decoration: none;
}
#SiteSearchResults a.woonbron-button {
    display: inline-block;
}
#SiteSearchResults a.woonbron-button:focus {
    outline: none;
}
#SiteSearchResults a.adminButton.center {
    color: white;
    transition: background 0.3s;
    float: none;
}
#SiteSearchResults a.adminButton.center:hover {
    background-color: #aeb60b !important;
}
#SiteSearchResults h1 {
    margin-bottom: 0;
}
@media only screen and (max-width: 40em) {
    #SiteSearchResults h1 {
        margin: 1.875rem 0 0 0;
    }
}
#SiteSearchResults h3 {
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    margin-bottom: 0;
}
#SiteSearchResults h3:hover {
    text-decoration: none;
}
#SiteSearchResults a.search-group-label {
    display: none;
}
#SiteSearchResults .pagination-section {
    display: block;
    width: 100%;
    margin: auto;
    float: none;
    text-align: center;
}
section.row.list-content {
    margin: 0 auto;
    float: none;
    width: 100%;
}
#SiteSearchResults .list-content--main {
    cursor: pointer;
    margin-bottom: 1.875rem;
}
.columns.action-bar__header {
    padding-left: 0;
}
ul.search-result.no-bullet {
    margin-top: 0.9375rem;
    width: auto;
}
@media only screen and (max-width: 40em) {
    ul.search-result.no-bullet {
        margin-top: 0.9375rem;
    }
}
ul.search-result.no-bullet > li {
    margin: 1.875rem 0;
    width: auto;
}
ul.search-result.no-bullet > li:hover h3 {
    text-decoration: underline !important;
}
.home #PanelContent {
    padding-left: 30px;
}
@media only screen and (max-width: 1024px) {
    .home #PanelContent {
        padding-left: 15px;
    }
}
.RV_default #PanelContent {
    padding-left: 15px;
}
@media only screen and (max-width: 1024px) {
    .RV_default #PanelContent {
        padding-left: 0;
    }
}
.RV_default #SiteSearchResults .searchresult-content {
    padding: 1.875rem 0;
}
@media only screen and (max-width: 1024px) {
    .RV_default #SiteSearchResults .searchresult-content {
        padding: 0;
    }
}
.RV_default .colorblock.search-again {
    padding: 3.75rem;
}
@media only screen and (max-width: 1024px) {
    .RV_default .colorblock.search-again {
        padding: 1.875rem;
    }
}
.search-again h2 {
    padding-bottom: 1.875rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
    position: relative;
    top: 0rem;
    color: #292b06;
    margin-bottom: 0.5rem;
}
.search-again #search .searchs-container.search-box {
    position: relative;
}
.search-again #search .searchs-container.search-box .search-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    padding: 15px;
    cursor: pointer;
}
.search-again #search .searchs-container.search-box .search-button i {
    color: #929275;
}
.colorblock.search-again {
    background-color: #eaebe0 !important;
    margin-left: 0;
}
@media only screen and (max-width: 1024px) {
    .colorblock.search-again {
        margin-left: 0;
    }
}
.default .search-again h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    position: relative;
    top: 0rem;
    color: #292b06;
    margin-bottom: 0.5rem;
    padding-top: 0;
    padding-bottom: 1.875rem;
    font-weight: normal;
    border-bottom: 0px solid #c3cc59;
    display: block;
    background-color: transparent;
    font-family: "AvenirNextDemi", sans-serif;
    font-weight: normal;
}
.woonbron_searchTopBar {
    margin-right: 1.875rem;
}
@media only screen and (max-width: 40em) {
    .woonbron_searchTopBar {
        margin-right: 0;
    }
}
.default ul.search-result,
.forms ul.search-result {
    list-style: none;
    padding: 0;
}
.default ul.search-result > li,
.forms ul.search-result > li {
    padding: 0;
}
.default ul.search-result > li:before,
.forms ul.search-result > li:before {
    display: none;
}
.default #SiteSearchResults .searchresult-content,
.forms #SiteSearchResults .searchresult-content {
    padding-left: 0;
}
.default .colorblock.search-again,
.forms .colorblock.search-again {
    margin-left: 0;
}
.searchresult-content.row[data-ng-show="isLoading"] + section {
    opacity: 0;
}
@media only screen and (max-width: 40em) {
    .has-form {
        margin-bottom: 15px;
    }
}
.home {
    padding: 0px;
    margin-top: -60px;
}
.homepage {
    position: relative;
    height: 500px;
    margin: 10px;
    display: none;
}
@media screen and (max-width: 40em) {
    .homepage.has-notification .homepage__links {
        top: 84px;
    }
}
.homepage__image {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}
.homepage__image > img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: none;
}
.homepage__links {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    font-size: 0;
    text-align: center;
    background: linear-gradient(to bottom, rgba(65, 65, 54, 0) 0%, rgba(65, 65, 54, 0.9) 100%);
    background-blend-mode: multiply;
    padding-top: 140px;
}
.homepage__links > ul {
    padding: 0 2.8125rem;
    margin: 0 auto;
    display: flex;
    max-width: 80em;
}
.homepage__links > ul > li {
    display: inline-block;
    width: 25%;
    font-size: 12px;
    margin: 0;
    padding: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    vertical-align: bottom;
}
.homepage__links > ul > li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 40em) {
    .homepage__links {
        bottom: 0;
        left: 0;
        right: 50%;
        top: 0;
        background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
        text-align: left;
        padding-top: 0;
    }
    .homepage__links > ul {
        padding: 0;
        margin: 0;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
    }
    .homepage__links > ul > li {
        display: block;
        width: 100%;
        height: 25%;
        font-size: 12px;
        margin: 0;
        padding: 0;
        border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        vertical-align: bottom;
    }
    .homepage__links > ul > li:last-child {
        border-right: none;
        border-bottom: none;
    }
}
a.homepage__link {
    position: relative;
    display: block;
    width: 100%;
    height: 140px;
    margin: 0;
    margin-bottom: -10px;
    padding: 0.9375rem;
    font-family: "AvenirNextMedium", sans-serif;
    font-size: 18px;
    text-transform: lowercase;
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 10px solid transparent;
    transition: all 0.125s ease-in-out;
    line-height: 1.2;
    text-decoration: none;
}
a.homepage__link > p {
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.125s ease-in-out;
}
a.homepage__link:hover {
    border-color: #aeb60b;
    color: #fff;
}
a.homepage__link:hover span {
    opacity: 1;
}
a.homepage__link:hover i {
    opacity: 1;
}
a.homepage__link:hover p {
    color: #fff;
}
a.homepage__link span {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(to bottom, rgba(174, 182, 11, 0) 0%, rgba(174, 182, 11, 0.2) 80%);
    background-blend-mode: multiply;
    transition: opacity 0.125s ease-in-out;
}
a.homepage__link b {
    font-weight: normal;
    display: none;
}
a.homepage__link i {
    display: block;
    height: 65px;
    opacity: 0.9;
    transition: opacity 0.125s ease-in-out;
}
@media screen and (max-width: 40em) {
    a.homepage__link {
        border: none;
        margin-bottom: 0;
        height: 100%;
        color: #fff;
        width: 90%;
    }
    a.homepage__link:hover {
        border: none;
    }
    a.homepage__link b {
        display: inline;
    }
    a.homepage__link span {
        background: linear-gradient(to left, rgba(174, 182, 11, 0) 0%, rgba(174, 182, 11, 0.2) 80%);
    }
}
.homepage__notification {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 9999;
}
.homepage__notification a.notification-link,
.homepage__notification a.notification-link:visited {
    display: block;
    padding: 0.9375rem;
    margin: 0;
    font-family: "AvenirNextDemi", sans-serif;
    text-align: center;
    background-color: #babba9;
    text-decoration: none;
    color: #fff;
}
.homepage__notification a.notification-link > i,
.homepage__notification a.notification-link:visited > i {
    font-size: 0.875rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.homepage__notification--actualiteit a.notification-link,
.homepage__notification--actualiteit a.notification-link:visited {
    background-color: #aeb60b;
    color: black;
}
.homepage__notification--calamiteit {
    display: block;
    background-color: #da2231;
    overflow: hidden;
    padding: 0.9375rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.homepage__notification--calamiteit a.notification-link,
.homepage__notification--calamiteit a.notification-link:visited {
    background-color: #da2231;
    color: #fff;
}
.homepage__notification--calamiteit h3 {
    padding: 0;
    margin: 0;
    font-size: 1.125rem;
    font-family: "AvenirNextDemi", sans-serif;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.homepage__notification--calamiteit h3 > i {
    font-size: 0.875rem;
    margin-left: 5px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.homepage__notification--calamiteit p {
    font-family: "AvenirNextMedium", sans-serif;
    margin: 0;
    color: #fff;
    height: 0;
    overflow: hidden;
    font-size: 1.125rem;
    text-align: center;
    line-height: 30px;
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.homepage__notification--calamiteit .notification-close {
    display: block;
    position: absolute;
    top: -30px;
    right: 0.9375rem;
    width: 20px;
    height: 20px;
    background-image: url("../../../../uiCustom/woonbron/images/close-w.svg");
    background-repeat: no-repeat;
    background-position: 2px 0px;
    padding-left: 18px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.homepage__notification--calamiteit a.notification-button {
    position: absolute;
    bottom: -50px;
    display: inline-block;
    height: 50px;
    width: 120px;
    margin-left: -60px;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    overflow: hidden;
    text-decoration: none;
    background-color: #fff;
    color: black;
    font-size: 1.125rem;
    font-family: "AvenirNextMedium", sans-serif;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.homepage__notification--calamiteit a.notification-button:hover {
    color: #fff;
    background-color: #ae1b27;
}
.homepage__notification--is-open {
    top: 3.75rem;
    left: 3.75rem;
    right: 3.75rem;
    padding: 3.75rem;
}
.homepage__notification--is-open h3 {
    padding-bottom: 1.875rem;
    margin-left: 20px;
    transform: scale(1.2);
}
.homepage__notification--is-open h3 > i {
    margin-left: 0.9375rem;
    opacity: 0;
}
.homepage__notification--is-open p {
    height: 185px;
}
.homepage__notification--is-open .notification-close {
    opacity: 1;
    top: 0.9375rem;
}
.homepage__notification--is-open a.notification-button {
    opacity: 1;
    bottom: 60px;
}
@media screen and (max-width: 64em) {
    .homepage__notification .homepage__notification--is-open p {
        height: 320px;
    }
}
@media screen and (max-width: 40em) {
    .homepage__notification .homepage__notification--is-open {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 0.9375rem;
    }
}
.vacatures-detail .vacatures-body {
    display: inline-block;
    padding-top: 1.875rem;
}
.vacatures-detail a.woonbron-button {
    margin: 1.875rem 0 0 0;
}
.vacatures-detail h2,
.vacatures-detail .vacatures h2 span {
    color: #292b06 !important;
    padding-top: 0px !important;
}
.vacatures-detail strong {
    color: black;
    line-height: 1.6;
    font-size: 1.375rem;
}
.vacatures-list {
    background-color: #eaebe0;
    padding: 1.875rem;
    margin-bottom: 10px;
}
.vacatures-list h2.vacatures-list-title {
    margin: 0;
    padding: 0;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    color: #292b06;
}
.vacatures-list p.vacatures-list-subtitle {
    margin: 0;
    padding: 0 0 1.875rem 0;
    font-family: "AvenirNextMedium", sans-serif;
    font-size: 1.25rem;
    color: #292b06;
}
.vacatures-list h4.vacatures-list-label {
    margin: 0;
    padding: 0;
    font-family: "AvenirNextMedium", sans-serif;
    font-size: 1rem;
    color: #292b06;
    opacity: 0.5;
    text-transform: lowercase;
}
.vacatures-list p.vacatures-list-value {
    margin: 0;
    padding: 0;
    font-family: "AvenirNextMedium", sans-serif;
    font-size: 1rem;
    color: #292b06;
}
.vacatures-list .vacatures-list-button {
    color: #fff !important;
    line-height: 2.9;
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}
.vacatures-list .vacatures-list:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 40em) {
    .vacatures-list {
        padding: 1.875rem 0.9375rem;
    }
    .vacatures-list p.vacatures-list-subtitle {
        padding-bottom: 0.9375rem;
    }
    .vacatures-list h4.vacatures-list-label {
        margin-top: 0.9375rem;
    }
    .vacatures-list .vacatures-list-button {
        display: block;
        width: 100%;
    }
}
.ideal-item {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 1.875rem;
    cursor: pointer;
}
.ideal-item:last-child {
    margin-bottom: 0;
}
.ideal-item.selectedRow {
    background-color: #fff !important;
}
.ideal-item input[type="checkbox"] + label::before {
    background: transparent url("../../../../uiCustom/woonbron/images/checkbox-empty.svg") no-repeat center center !important;
    width: 22px;
    height: 22px;
}
.ideal-item input[type="checkbox"]:checked + label::before {
    background-image: url("../../../../uiCustom/woonbron/images/checkbox-selected.svg") !important;
}
@media screen and (max-width: 40em) {
    .ideal-item {
        padding: 0.9375rem;
    }
}
@media screen and (min-width: 40em) and (max-width: 48em) {
    .ideal-item .inter-50 {
        width: 50% !important;
    }
    .ideal-item .inter-100 {
        width: 100% !important;
    }
}
.ideal-item-wrapper,
.ideal-item-total-wrapper {
    padding: 3.75rem;
    padding-bottom: 10px;
    background-color: #eaebe1;
}
.ideal-item-wrapper h2,
.ideal-item-wrapper h4,
.ideal-item-wrapper p,
.ideal-item-total-wrapper h2,
.ideal-item-total-wrapper h4,
.ideal-item-total-wrapper p {
    text-align: left !important;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 40em) {
    .ideal-item-wrapper,
    .ideal-item-total-wrapper {
        padding: 0.9375rem;
    }
}
.ideal-item-total-wrapper {
    padding: 3.75rem;
    padding-top: 0;
}
.ideal-item-total-wrapper:first-child {
    padding-bottom: 1.875rem;
}
.ideal-item-total-wrapper button {
    margin: 0 auto !important;
    display: block;
    float: none;
}
@media only screen and (max-width: 40em) {
    .ideal-item-total-wrapper {
        padding: 0;
    }
    .ideal-item-total-wrapper:last-child {
        padding-bottom: 1.875rem;
    }
}
.ideal-item-total {
    border-top: 5px solid #292b06;
    padding: 0.9375rem 1.875rem;
    background-color: #fff;
}
.ideal-item-total h2 {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 40em) {
    .ideal-item-total {
        margin: 0 0.9375rem;
        padding-bottom: 1.875rem;
    }
}
h2.ideal-item-title {
    margin: 0;
    padding: 0;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    color: #292b06;
}
h4.ideal-item-label {
    margin: 0;
    padding: 0;
    font-family: "AvenirNextMedium", sans-serif;
    font-size: 1rem;
    color: #292b06;
    opacity: 0.5;
    text-transform: lowercase;
}
@media only screen and (max-width: 48em) {
    h4.ideal-item-label {
        margin-top: 5px;
    }
}
p.ideal-item-value {
    margin: 0;
    padding: 0;
    font-family: "AvenirNextMedium", sans-serif;
    font-size: 1rem;
    color: #292b06;
}
span.ideal-item-amount {
    display: block;
    text-align: right;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    color: #292b06;
    white-space: nowrap;
}
.ideal-item-checkbox {
    padding-top: 5px !important;
}
.dgBetalingBevestigen select {
    max-width: 350px !important;
    padding: 0.9375rem 0;
}
.dgBetalingBevestigen .ideal-item-wrapper {
    padding-top: 0.9375rem;
    padding-bottom: 3.75rem;
}
.dgBetalingBevestigen .ideal-item-wrapper p {
    padding: 0.9375rem 0;
}
.ideal-block .dgSelecterenOpenstaandePosten {
    padding-top: 5.625rem;
    background-color: #eaebe1;
}
@media only screen and (max-width: 40em) {
    .ideal-block .dgSelecterenOpenstaandePosten {
        padding-top: 130px;
    }
}
.ideal-block .dgWOALijstoverzicht {
    margin-top: 0 !important;
    padding-top: 5.625rem;
    padding-bottom: 50px !important;
    background-color: #eaebe1;
}
.ideal-block > .row .row:nth-child(2) {
    margin-top: 10px !important;
}
.ideal-block .actions {
    padding-top: 1.875rem;
}
.ideal-block .actions button {
    float: none !important;
}
.ideal-block .actions .formtextlink {
    margin-left: 0 !important;
}
.ideal-geen-posten .transConclusiescherm {
    background-color: #eaebe1;
    padding: 1.875rem 3.75rem 3.75rem 3.75rem;
}
.ideal-geen-posten .button {
    display: none;
}
.iban-check .wrvInschrijven > div:first-child {
    max-width: 600px;
    margin: 0 auto;
}
.iban-check .wrvInschrijven > div:first-child .labelText,
.iban-check .wrvInschrijven > div:first-child .valueText {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.iban-check .wrvInschrijven > div:first-child .valueText {
    margin-bottom: 1.875rem;
}
.iban-check .wrvInschrijven .row:first-child {
    max-width: 100% !important;
    margin-left: 0 !important;
}
.suggest {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    display: block;
    border-radius: 3px;
    background: #aeb60b;
    position: relative;
    font-family: "AvenirNextMedium", sans-serif;
    font-size: 18px;
    line-height: 30px;
    height: auto;
    min-height: 50px;
    padding: 7.5px 15px;
    text-align: left;
    margin-top: -1px;
    margin-bottom: 1rem;
}
.suggest::before {
    bottom: 100%;
    left: 16%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #aeb60b;
    border-width: 7px;
    margin-left: -7px;
}
.suggest a,
.suggest a:visited {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "AvenirNextMedium", sans-serif;
}
.suggest a:hover,
.suggest a:visited:hover {
    text-decoration: underline;
}
.chosen-container {
    text-align: left !important;
}
.news-list {
    margin: 0;
    padding: 0;
}
a.news-list-item {
    display: block;
    text-decoration: none;
    margin: 0;
    margin-bottom: 10px;
    padding: 0 0.9375rem;
    padding-right: 2.8125rem;
    font-size: 1.125rem;
    line-height: 2.5;
    text-decoration: none;
    color: #292b06;
    background-color: #f0f1e9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
a.news-list-item::after {
    content: "\F105";
    font-family: FontAwesome;
    right: 1.875rem;
    position: absolute;
}
a.news-list-item:last-child {
    margin-bottom: 0;
}
span.news-list-item-date {
    display: inline-block;
    width: 95px;
    color: #babba9 !important;
    font-size: 1rem;
}
span.news-list-item-title {
    color: #292b06;
}
.news-article {
    margin: 0;
    padding: 0;
}
.news-article-image .newsimage,
.news-article-image-wrapper .newsimage {
    width: 100%;
}
.news-article-image-wrapper {
    margin: 2.8125rem 0;
}
.social-media {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.social-media > li {
    margin: 0 0.9375rem 0 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}
.social-media > li::before {
    content: "" !important;
}
.social-media > li:last-child {
    margin: 0 !important;
}
.social-media a,
.social-media a:hover {
    color: black !important;
    text-decoration: none;
}
.social-media a i,
.social-media a:hover i {
    font-size: 3.75rem;
    display: block;
    text-align: center;
}
.social-media a span,
.social-media a:hover span {
    display: none;
    text-align: center;
}
.social-media-facebook i {
    color: #3b5998;
}
.social-media-twitter i {
    color: #55acee;
}
.social-media-youtube i {
    color: #bb0000;
}
.dgRegistrerenBetalingsregeling {
    background-color: #eaebe1;
    padding: 3.75rem;
    padding-top: 0.9375rem;
}
.dgRegistrerenBetalingsregeling .termijnen {
    display: block;
    background-color: white;
    margin: 1.875rem 0;
    padding: 1.875rem;
    font-size: 1.125rem;
    font-family: "AvenirNextMedium", sans-serif;
}
.dgRegistrerenBetalingsregeling .termijnen .labelText {
    font-size: 1rem;
    text-transform: lowercase;
    color: black;
    line-height: 30px;
    opacity: 0.6;
}
@media only screen and (max-width: 40em) {
    .dgRegistrerenBetalingsregeling .termijnen {
        padding: 0;
    }
    .dgRegistrerenBetalingsregeling .termijnen .text-right {
        text-align: left !important;
    }
    .dgRegistrerenBetalingsregeling .termijnen > .row {
        border-bottom: 10px solid #d1db64;
        padding: 0.9375rem;
    }
    .dgRegistrerenBetalingsregeling .termijnen > .row:last-child {
        border: none;
    }
}
.dgRegistrerenBetalingsregeling .actions {
    padding-top: 1.875rem;
}
.dgRegistrerenBetalingsregeling .actions button {
    float: none !important;
}
.dgRegistrerenBetalingsregeling .actions .formtextlink {
    margin-left: 0 !important;
}
.dgRegistrerenBetalingsregeling .row.betalingsgegevens {
    margin: 1.875rem 0;
    color: black;
    text-align: left;
    font-size: 1.125rem;
    font-family: "AvenirNextMedium", sans-serif;
}
.dgRegistrerenBetalingsregeling .row.betalingsgegevens p.labeltext {
    opacity: 0.6;
    font-size: 16px;
    font-family: "AvenirNextMedium", sans-serif;
}
.dgRegistrerenBetalingsregeling .row.betalingsgegevens p {
    display: block;
    color: black;
    font-family: "AvenirNextMedium", sans-serif;
}
.dgRegistrerenBetalingsregeling .row.betalingsgegevens .columns {
    padding-left: 0px;
    padding-right: 0px;
}
.dgRegistrerenBetalingsregeling .row.betalingsgegevens .labelText {
    font-size: 16px;
    text-transform: lowercase;
    opacity: 0.6;
    color: black;
    font-family: "AvenirNextMedium", sans-serif;
}
.dgRegistrerenBetalingsregeling h3 {
    padding-left: 1.875rem !important;
    padding-bottom: 1.875rem !important;
    background-color: #fff;
    font-size: 20px;
    font-family: "AvenirNextDemi", sans-serif;
    color: black;
}
.dgRegistrerenBetalingsregeling p.info {
    background-color: #fff;
    padding: 0 1.875rem 1.875rem 1.875rem;
}
.dgRegistrerenBetalingsregeling > div:nth-child(3) {
    background-color: #fff;
    margin-top: -20px;
    padding: 0px 30px 30px 30px;
    font-family: "AvenirNextDemi", sans-serif;
    line-height: 30px;
}
.dgRegistrerenBetalingsregeling > div:nth-child(3) div#BrutoHuur {
    text-align: right;
}
.dgRegistrerenBetalingsregeling .button.hollow {
    border: none;
    color: black;
    text-decoration: underline;
    box-shadow: none !important;
}
.dgRegistrerenBetalingsregeling .button.hollow:hover {
    background: none !important;
    color: black !important;
}
@media screen and (max-width: 40em) {
    .dgRegistrerenBetalingsregeling {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        padding-bottom: 0.9375rem;
    }
    .dgRegistrerenBetalingsregeling h3,
    .dgRegistrerenBetalingsregeling p.info {
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }
    .dgRegistrerenBetalingsregeling p.labelText {
        padding: 0;
    }
}
.review-widget {
    display: flex;
    align-content: stretch;
    padding-bottom: 1.875rem;
    text-decoration: none;
    color: #45480b;
}
.review-widget-waardering span {
    display: block;
    height: 38px;
    width: 38px;
    border: 3px solid #aeb60b;
    border-radius: 50%;
    color: black;
    font-family: "AvenirNextDemi", sans-serif;
    line-height: 32px;
    font-size: 16px;
    margin-right: 0.9375rem;
    text-align: center;
}
.review-widget-label {
    line-height: 36px;
    font-size: 20px;
}
.review-widget-label strong {
    font-family: "AvenirNextDemi", sans-serif;
    font-weight: normal;
    color: black;
}
.review-widget:hover {
    color: #45480b;
}
.reviews-list-holder {
    margin-top: 1.875rem;
}
.reviews-list-summary {
    background-color: #eaebe0;
    padding: 1.875rem;
    display: flex;
    align-content: stretch;
    margin-bottom: 1.875rem;
}
.reviews-list-summary-rating > span {
    display: block;
    height: 75px;
    width: 75px;
    border: 3px solid #aeb60b;
    border-radius: 50%;
    color: black;
    font-family: "AvenirNextDemi", sans-serif;
    line-height: 72px;
    font-size: 30px;
    text-align: center;
    margin-right: 0.9375rem;
}
.reviews-list-summary-body h2 {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 24px;
    color: #292b06 !important;
    margin: 0;
    padding: 0 !important;
}
.reviews-list-summary-body p strong {
    color: black;
    margin: 0;
    padding: 0;
}
.reviews-list-block {
    background-color: #eaebe0;
    padding: 1.875rem;
    display: flex;
    align-content: stretch;
    margin-bottom: 10px;
}
.reviews-list-block-rating > span {
    display: block;
    height: 50px;
    width: 50px;
    border: 3px solid #aeb60b;
    border-radius: 50%;
    color: black;
    font-family: "AvenirNextDemi", sans-serif;
    line-height: 46px;
    font-size: 24px;
    text-align: center;
    margin-right: 0.9375rem;
}
.reviews-list-block-body h3 {
    font-family: "AvenirNextMedium", sans-serif;
    font-size: 20px;
    color: #292b06 !important;
    margin: 0;
    padding: 0 !important;
    margin-bottom: 0.9375rem !important;
}
.reviews-list-block-body h4 {
    font-family: "AvenirNextMedium", sans-serif;
    font-size: 16px;
    color: #292b06 !important;
    opacity: 0.6;
    text-transform: lowercase;
    margin: 0;
    padding: 0 !important;
}
.asbest-list {
    background-color: #eaebe0;
    padding: 3.75rem;
    padding-top: 0.9375rem;
}
.asbest-list-item {
    background-color: #fff;
    padding: 0 1.875rem 5px 1.875rem;
}
.asbest-list-item-title {
    padding-top: 1.875rem;
    text-overflow: ellipsis;
    overflow: hidden;
}
.asbest-list-item-ja {
    border-left: 2px solid #da2231;
    padding-left: 5px;
}
.asbest-list-item-ja .asbest-list-value-color {
    color: #da2231;
}
.asbest-list-item-vermoeden {
    border-left: 2px solid #e56c0c;
    padding-left: 5px;
}
.asbest-list-item-vermoeden .asbest-list-value-color {
    color: #e56c0c;
}
.asbest-list-item-nee {
    border-left: 2px solid #aeb60b;
    padding-left: 5px;
}
.asbest-list-item-nee .asbest-list-value-color {
    color: black;
}
.asbest-list-item-gap {
    margin-bottom: 30px;
}
.asbest-list-label {
    display: block;
    text-transform: lowercase;
    opacity: 0.6;
    font-size: 1rem;
}
.asbest-list-value {
    display: block;
}
.asbest-list-value-color {
    font-weight: bold;
}
.asbest-list-value-ja {
    font-weight: bold;
    color: #da2231;
}
.asbest-list-value-vermoeden {
    font-weight: bold;
    color: #e56c0c;
}
.asbest-list-value-nee {
    font-weight: bold;
    color: black;
}
.asbest-list-address {
    background-color: #eaebe0;
    padding: 3.75rem;
    padding-bottom: 0;
}
.asbest-list-address h2 {
    margin-bottom: 1.875rem;
}
.asbest-list-devider {
    height: 1.875rem;
}
@media screen and (max-width: 40em) {
    .asbest-list {
        padding: 0.9375rem;
    }
    .asbest-list-address {
        padding: 0.9375rem;
        padding-bottom: 0;
    }
    .asbest-list-item {
        padding: 0.9375rem;
    }
    .asbest-list-devider {
        height: 0.9375rem;
    }
}
.gap-bottom-small {
    margin-bottom: 0.9375rem !important;
}
.gap-bottom-normal {
    margin-bottom: 1.875rem !important;
}
.gap-bottom-large {
    margin-bottom: 3.75rem !important;
}
.po-list {
    background-color: #eaebe0;
    padding: 3.75rem;
    margin: 0;
    margin-top: -1.875rem;
}
.po-list-item {
    background-color: #fff;
    padding: 1.875rem;
    margin-bottom: 10px;
}
.po-list-item-title {
    text-overflow: ellipsis;
    overflow: hidden;
}
.po-list-label {
    display: block;
    text-transform: lowercase;
    opacity: 0.6;
    font-size: 1rem;
}
.po-list-value {
    display: block;
}
.po-list-value-color {
    font-weight: bold;
}
.po-list-address {
    background-color: #eaebe0;
    padding: 3.75rem;
    padding-bottom: 0;
}
.po-list-address h2 {
    margin-bottom: 1.875rem;
}
@media screen and (max-width: 40em) {
    .po-list {
        padding: 0.9375rem;
    }
    .po-list-item {
        padding: 0.9375rem;
    }
    .po-list-address {
        padding-bottom: 1.875rem;
    }
}
.po-progress {
    padding: 45px 0 15px 0;
}
.po-progress-nodes {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.po-progress-node {
    display: inline-block;
    text-align: center;
    position: relative;
    text-transform: lowercase;
    vertical-align: text-bottom;
    margin-top: -39px;
    line-height: 30px;
    font-size: 14px;
    color: rgba(41, 43, 6, 0.6);
    width: 25%;
    z-index: 99;
    white-space: nowrap;
}
.po-progress-node.is-active {
    font-size: 18px;
    line-height: 26px;
    color: #292b06;
}
.po-progress-node:after {
    position: absolute;
    text-align: center;
    display: block;
    content: " ";
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    background-color: #eaebe0;
    left: 50%;
    margin-left: -12px;
}
.po-progress-node.is-active:after {
    margin-top: 4px;
    background: #aeb60b url("../../images/Progress-Current.svg") no-repeat center center;
}
.po-progress-node.is-done:after {
    background: #aeb60b url("../../images/Progress-Done.svg") no-repeat center center;
}
.po-progress-node:first-child {
    text-align: left;
    margin-right: -9.5%;
}
.po-progress-node:first-child::after {
    left: 0;
    margin-left: 0;
}
.po-progress-node:last-child {
    text-align: right;
    margin-left: -9.5%;
}
.po-progress-node:last-child::after {
    right: 0;
    left: auto;
    margin-left: 0;
}
.po-progress-bar {
    height: 6px;
    width: 100%;
    border-radius: 3px;
    background-color: #eaebe0;
}
.po-progress-bar-progress {
    height: 6px;
    width: 50%;
    border-radius: 3px;
    background-color: #aeb60b;
    z-index: 2;
    margin-top: -6px;
}
.gap-bottom-small {
    margin-bottom: 0.9375rem !important;
}
.dagboek-list {
    background-color: #eaebe1;
    display: block;
    padding: 3.75rem;
    margin: 0;
    margin-bottom: 10px;
}
.dagboek-list-title {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: black;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 1.875rem;
    text-align: center;
}
.dagboek-list-label {
    display: block;
    text-transform: lowercase;
    font-size: 1rem;
    opacity: 0.6;
}
.dagboek-list-value {
    display: block;
}
.dagboek-list-value-color {
    font-weight: bold;
}
.dagboek-list-item {
    background-color: #fff;
    padding: 1.875rem;
    position: relative;
    margin-bottom: 10px;
}
.dagboek-list-datum {
    position: absolute;
    right: 1.875rem;
    top: 1.875rem;
    font-size: 0.75rem;
    text-transform: lowercase;
}
@media only screen and (max-width: 40em) {
    .dagboek-list {
        padding: 0.9375rem;
    }
    .dagboek-list-title {
        margin-top: 0.9375rem;
    }
    .dagboek-list-item {
        padding: 0.9375rem;
    }
    .dagboek-list-datum {
        right: 0.9375rem;
        top: 0.9375rem;
    }
}
.dagboek-form {
    background-color: #eaebe1;
    display: block;
    padding: 3.75rem;
}
.dagboek-form .labelText {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1rem;
    font-family: "AvenirNextMedium", sans-serif;
    text-transform: lowercase;
    opacity: 0.6;
}
.dagboek-form .actions .button {
    margin: 0 auto;
    margin-top: 0.9375rem;
    text-align: center;
    display: inherit;
}
.dagboek-form-title {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: black;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 1.875rem;
    text-align: center;
}
@media only screen and (max-width: 40em) {
    .dagboek-form {
        padding: 0.9375rem;
    }
    .dagboek-form-title {
        margin-top: 0.9375rem;
    }
}
.dagboek-button-list {
    background-color: #eaebe1;
    display: block;
    padding: 3.75rem;
    margin: 0;
    margin-bottom: 10px;
}
.dagboek-button-list-head-title {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: black;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 1.875rem;
    text-align: center;
}
.dagboek-button-list-label {
    display: block;
    text-transform: lowercase;
    font-size: 1rem;
    opacity: 0.6;
}
.dagboek-button-list-value {
    display: block;
}
.dagboek-button-list-value-color {
    font-weight: bold;
}
.dagboek-button-list-item {
    background-color: #fff;
    padding: 1.875rem;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
    position: relative;
}
.dagboek-button-list-item:after {
    position: absolute;
    right: 1.875rem;
    top: 46%;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.375rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
}
@media only screen and (max-width: 40em) {
    .dagboek-button-list {
        padding: 0.9375rem;
    }
    .dagboek-button-list-head-title {
        margin-top: 0.9375rem;
    }
    .dagboek-button-list-item {
        padding: 0.9375rem;
    }
    .dagboek-button-list-item:after {
        right: 0.9375rem;
    }
}
.video_holder {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video_holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@font-face {
    font-family: "woonbron-icons";
    src: url("../../fonts/woonbron-icons.eot");
    src:
        url("../../fonts/woonbron-icons.eot?#iefix") format("embedded-opentype"),
        url("../../fonts/woonbron-icons.woff") format("woff"),
        url("../../fonts/woonbron-icons.ttf") format("truetype"),
        url("../../fonts/woonbron-icons.svg#woonbron-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: "woonbron-icons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "woonbron-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    display: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-badkamer:before {
    content: "a";
}
.icon-keuken:before {
    content: "b";
}
.icon-balkon:before {
    content: "c";
}
.icon-lift:before {
    content: "d";
}
.icon-bedrijfsruimte:before {
    content: "e";
}
.icon-overloop:before {
    content: "f";
}
.icon-parkeerruimte:before {
    content: "g";
}
.icon-bergingsgang:before {
    content: "h";
}
.icon-berging:before {
    content: "i";
}
.icon-recreatieruimte:before {
    content: "j";
}
.icon-schuur:before {
    content: "k";
}
.icon-brandgang:before {
    content: "l";
}
.icon-entree:before {
    content: "m";
}
.icon-slaapkamer:before {
    content: "n";
}
.icon-toilet:before {
    content: "o";
}
.icon-ketelruimte:before {
    content: "p";
}
.icon-dak:before {
    content: "q";
}
.icon-trappenhuis:before {
    content: "r";
}
.icon-tuin:before {
    content: "s";
}
.icon-galerij:before {
    content: "t";
}
.icon-gevel:before {
    content: "u";
}
.icon-woonhuis:before {
    content: "v";
}
.icon-woonkamer:before {
    content: "w";
}
.icon-hal:before,
.icon-gang:before {
    content: "x";
}
.icon-kelder:before {
    content: "y";
}
.icon-zolder:before {
    content: "z";
}
.icon-woonkamer:before,
.icon-slaapkamer:before,
.icon-badkamer:before,
.icon-balkon:before,
.icon-keuken:before,
.icon-toilet:before,
.icon-zolder:before,
.icon-gang:before,
.icon-kelder:before,
.icon-box:before,
.icon-schuur:before,
.icon-tuin:before,
.icon-ketelruimte:before,
.icon-gevel:before,
.icon-parkeerplaats:before,
.icon-dak:before,
.icon-hal:before,
.icon-parkeerruimte:before,
.icon-berging:before,
.icon-overloop:before {
    display: block;
}
.dgWOALijstoverzicht {
    margin-top: 1.875rem;
}
@media screen and (max-width: 40em) {
    .dgWOALijstoverzicht {
        margin-top: 3.75rem;
    }
}
.dgWOALijstoverzicht .loading.ng-hide-remove-active + .responsive-table,
.dgWOALijstoverzicht .loading.ng-hide-add-active + .responsive-table {
    opacity: 0;
    transition: 1s ease-in;
    transition-delay: 1s;
    transition-duration: 1s;
}
.dgWOALijstoverzicht .responsive-table.MeerderContracten {
    cursor: pointer;
    border: 0px;
}
.dgWOALijstoverzicht .responsive-table.MeerderContracten thead {
    display: none;
}
.dgWOALijstoverzicht .responsive-table.MeerderContracten tbody {
    border: 0px;
}
.dgWOALijstoverzicht .responsive-table.MeerderContracten tr {
    padding: 0;
    margin: 0;
    background-color: white;
    position: relative;
    display: block;
    border: 0px;
}
.dgWOALijstoverzicht .responsive-table.MeerderContracten tr:nth-of-type(even) {
    background-color: white;
}
.dgWOALijstoverzicht .responsive-table.MeerderContracten tr td {
    padding: 1.875rem;
    color: black;
    font-size: 1rem;
    line-height: 1.5rem;
    width: 100%;
    border-bottom: 10px solid #eaebe0;
}
.dgWOALijstoverzicht .responsive-table.MeerderContracten tr td img {
    min-width: 50px;
}
@media screen and (max-width: 40em) {
    .dgWOALijstoverzicht .responsive-table.MeerderContracten tr td img {
        margin-left: -10px;
    }
}
.dgWOALijstoverzicht .responsive-table.MeerderContracten tr > td:first-child {
    padding: 1.875rem;
    min-width: 100px;
    max-width: 100px;
    width: 100px !important;
    left: 0;
    display: inline-block;
}
.dgWOALijstoverzicht .responsive-table.MeerderContracten tr > td:nth-child(2) {
    top: 0;
    left: 75px;
    max-width: calc(100% - 75px);
    position: absolute;
    height: 100%;
    color: #898b6d;
    font-family: "AvenirNextDemi", sans-serif;
    padding-top: 25px;
}
@media screen and (max-width: 40em) {
    .dgWOALijstoverzicht .responsive-table.MeerderContracten tr > td:nth-child(2) {
        left: 55px;
        max-width: calc(100% - 55px);
    }
}
.dgWOALijstoverzicht .responsive-table.MeerderContracten tr > td:nth-child(3) {
    position: absolute;
    height: 100%;
    left: 75px;
    top: 30px;
    width: calc(100% - 75px) !important;
    color: black;
    padding-top: 15px;
    background-color: transparent;
}
@media screen and (max-width: 40em) {
    .dgWOALijstoverzicht .responsive-table.MeerderContracten tr > td:nth-child(3) {
        left: 55px;
        max-width: calc(100% - 55px);
    }
}
.dgWOALijstoverzicht .responsive-table.MeerderContracten tr td:not(.non-responsive):before {
    display: none;
}
.dgWOALijstoverzicht .responsive-table.MeerderContracten tr.ng-hide {
    display: none;
}
.dgWOALijstoverzicht .responsive-table.MeerderContracten tr.ng-hide td {
    display: none !important;
}
.correspondentie-item-wrapper {
    background-color: #eaebe0;
    padding: 1.875rem;
    margin-bottom: 10px;
    color: black;
    font-size: 1rem;
}
@media screen and (max-width: 40em) {
    .correspondentie-item-wrapper {
        padding: 0.9875rem;
    }
}
.correspondentie-item-wrapper .item {
    background-color: #fff;
    padding: 1.875rem;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.correspondentie-item-wrapper .item span {
    padding-right: 15px;
}
@media screen and (max-width: 40em) {
    .correspondentie-item-wrapper .item span {
        padding-left: 0;
        display: block;
        padding-right: 0;
    }
}
@media screen and (min-width: 64em) {
    .correspondentie-item-wrapper .item span.post-item-subtitle {
        display: inline-block;
        min-width: 250px;
    }
}
.correspondentie-item-wrapper .item span.post-item-download {
    color: black !important;
    float: none;
    text-decoration: underline;
}
.correspondentie-item-wrapper .item span.post-item-download::before {
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f1c1";
    margin-right: 5px;
}
@media screen and (min-width: 40em) {
    .correspondentie-item-wrapper .item span.post-item-download {
        float: right;
    }
}
.correspondentie-item-wrapper a {
    color: black !important;
    float: none;
}
.correspondentie-item-wrapper a::before {
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f1c1";
    margin-right: 5px;
}
@media screen and (min-width: 40em) {
    .correspondentie-item-wrapper a {
        float: right;
    }
}
.correspondentie-item-wrapper .post-item-title {
    color: black;
    width: 100%;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5rem;
}
.correspondentie-item-wrapper .post-item-datevalue {
    padding-left: 0.9375rem;
}
.correspondentie-item-wrapper .non-responsive {
    background-color: white;
    display: block;
    line-height: 40px;
    padding: 0.9375rem !important;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 20px;
}
#Login .irisLogo {
    dislay: none;
}
@media only screen and (max-width: 1024px) {
    div#LoginContent {
        padding: 0 0;
    }
}
@media only screen and (min-width: 40em) {
    div#LoginContent section.login-content {
        margin: 0 0;
    }
}
@media only screen and (max-width: 40em) {
    div#LoginContent section.login-content {
        margin: -0.9375rem;
    }
}
.forms #LoginContent .dg_elementExpandedPanel .columns {
    padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
    .forms #LoginContent .dg_elementExpandedPanel .columns {
        padding: 0 7.5px;
    }
}
#LoginForm {
    width: 100%;
    border: 0px solid;
    background-color: #f0f1e9 !important;
    padding: 1.875rem 3.75rem;
    margin: 1.875rem 0;
    display: inline-block;
}
@media only screen and (max-width: 1024px) {
    #LoginForm {
        margin: 1.875rem 0;
        padding: 1.875rem 15px;
    }
}
#LoginForm span.error {
    max-width: 592px;
    margin-bottom: 0;
    height: auto;
    min-height: 50px;
    padding: 7.5px 15px;
}
#LoginForm label {
    position: absolute;
    top: -30px;
    width: 200px;
    left: 5px;
    font-size: 16px;
    color: black;
    opacity: 0.6;
    padding: 0 0 7px 5px;
    font-family: "AvenirNextMedium", sans-serif;
    line-height: 30px;
}
#LoginForm .input-field .data-row .columns {
    min-width: 100%;
}
#LoginForm button {
    display: block;
    width: auto;
    margin: 1.875rem auto;
    float: left;
}
@media only screen and (max-width: 1024px) {
    #LoginForm button {
        padding-left: 15px;
        padding-right: 15px;
    }
}
#LoginForm .input-field.mailadres {
    margin-top: 30px;
    position: relative;
    max-width: 592px;
    float: left;
}
#LoginForm .input-field.password {
    margin-top: 50px;
    position: relative;
    max-width: 592px;
    float: left;
}
#LoginForm .data-row > div + div {
    position: absolute;
}
#LoginForm .row.inlog-links {
    padding-top: 0;
    max-width: 592px;
    margin: -15px 0 0 0 !important;
}
@media only screen and (max-width: 40em) {
    #LoginForm .row.inlog-links {
        margin: 30px 0 0 0 !important;
    }
}
#LoginForm .row.inlog-links .make-account {
    text-align: right;
}
@media only screen and (max-width: 40em) {
    #LoginForm .row.inlog-links .make-account {
        width: 100%;
        text-align: left;
        padding-top: 15px;
    }
}
@media only screen and (max-width: 40em) {
    #LoginForm .row.inlog-links .forgot-password {
        min-width: 100%;
    }
}
#LoginForm .row.inlog-links a {
    color: black;
    opacity: 0.6;
}
#LoginForm .row.inlog-links a:hover {
    color: black;
    opacity: 0.6;
}
#LoginForm .row.inlog-links + .row + button {
    margin-top: 0px;
    margin-left: auto;
    float: none;
}
@media only screen and (max-width: 40em) {
    #LoginForm .row.inlog-links + .row + button {
        margin-left: 0.5rem;
        float: left;
    }
}
#LoginForm panel {
    border-width: 0px;
    background-color: transparent;
}
#LoginForm h1 {
    color: black;
    font-family: "AvenirNextMedium", sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.75rem;
}
#LoginForm > .row {
    margin: 1.875rem auto 0 auto !important;
}
p.introtext-login {
    margin-top: -3.75rem;
}
#LoginFormText {
    display: inline-block;
    padding-bottom: 0.9375rem;
}
@media only screen and (max-width: 1024px) {
    #LoginFormText {
        text-align: left !important;
        padding: 0;
    }
    #LoginFormText h1 {
        text-align: left !important;
    }
}
#LoginFormText p {
    padding-top: 0.5rem;
}
#loginerror.error {
    text-align: left !important;
    color: #e56c0c !important;
    padding-top: 0;
    margin-bottom: 1.875rem;
    max-width: 592px;
    margin-top: 0 !important;
    font-size: 1.125rem !important;
    font-family: "AvenirNextMedium", sans-serif !important;
    line-height: 30px !important;
}
form > .FP:nth-child(1) .labelText {
    color: black;
    font-size: 1.125rem;
    font-family: "AvenirNextRegular", sans-serif;
    line-height: 30px;
}
input[type="password"] {
    margin-bottom: 0em !important;
}
input[type="password"] + input + span.error {
    margin-top: 0rem !important;
    margin-bottom: -1.875rem;
}
input.ng-valid-required + input + span.error {
    display: none;
}
.wachtwoord_vergeten > .fp {
    margin-bottom: 1.875rem !important;
    width: 100%;
    max-width: 594px;
}
.wachtwoord_vergeten > .fp:first-child .labelText {
    color: black;
    font-size: 1.125rem;
    font-family: "AvenirNextRegular", sans-serif;
    line-height: 30px;
    padding: 0;
    margin-top: -45px;
}
@media only screen and (max-width: 1024px) {
    .wachtwoord_vergeten > .fp:first-child .labelText {
        margin-top: 0px;
    }
}
.wachtwoord_vergeten > .fp .labelText,
.wachtwoord_vergeten > .fp .valueText {
    width: 100%;
    max-width: 594px;
}
.wachtwoord_vergeten > div:last-child:not(.row) {
    padding-top: 15px !important;
    width: 100%;
    max-width: 594px;
}
.forms .wrvInschrijven form > div:not(.row):last-child {
    display: block;
    width: 100%;
    margin-bottom: -1.875rem;
}
@media only screen and (max-width: 40em) {
    .forms .wrvInschrijven form > div:not(.row):last-child {
        margin-bottom: 15px;
    }
}
.forms .wrvInschrijven form > div:not(.row):last-child #btnAnnuleren {
    border-radius: 4px;
}
@media only screen and (max-width: 40em) {
    .forms .wrvInschrijven form > div:not(.row):last-child #btnAnnuleren {
        width: 100%;
    }
}
.forms .wrvInschrijven form > div:not(.row):last-child #btnAnnuleren + #btnOpslaan {
    margin: 0;
    float: right !important;
}
@media only screen and (max-width: 40em) {
    .forms .wrvInschrijven form > div:not(.row):last-child #btnAnnuleren + #btnOpslaan {
        margin: 0 0;
    }
}
input.ng-valid-required + span.error {
    display: none;
}
.MeerdereContracten .MC_item {
    background-color: white;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 15px;
    cursor: pointer;
}
.MeerdereContracten .MC_item .list-left {
    display: inline-block;
    width: 100px;
    float: left;
}
@media only screen and (max-width: 40em) {
    .MeerdereContracten .MC_item .list-left {
        width: 90px;
    }
}
.MeerdereContracten .MC_item .list-right {
    width: calc(100% - 100px);
    display: inline-block;
}
@media only screen and (max-width: 40em) {
    .MeerdereContracten .MC_item .list-right {
        width: calc(100% - 90px);
    }
}
.MeerdereContracten .MC_item .list-right .profiel {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    color: black;
    opacity: 0.6;
    font-family: "AvenirNextMedium", sans-serif;
    line-height: 30px;
}
@media only screen and (max-width: 340px) {
    .MeerdereContracten .MC_item .list-right .profiel {
        font-size: 15px;
    }
}
@media screen and (max-width: 40em) {
    .infoRVHistorie .adresgegevens {
        margin-top: 30px;
    }
}
.infoRVHistorie .adresgegevens .adresregel {
    margin-bottom: 15px;
    margin-top: 0px;
}
@media screen and (max-width: 40em) {
    .infoRVHistorie .adresgegevens .adresregel {
        margin-top: 15px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 40em) {
    .infoRVHistorie .adresgegevens .adresregel p {
        margin-bottom: 0.5rem;
        text-align: left;
    }
}
.infoRVHistorie .adresgegevens .adresregel p.labeltext {
    text-transform: lowercase;
    width: 100%;
    font-size: 1rem;
    padding: 0;
    color: black;
    font-weight: normal;
    margin-bottom: 5px;
    opacity: 0.6;
    line-height: 30px;
    font-family: "AvenirNextMedium", sans-serif;
}
@media screen and (max-width: 40em) {
    .infoRVHistorie .adresgegevens .adresregel p.labeltext {
        text-align: left;
    }
}
.infoRVHistorie table {
    table-layout: fixed;
    position: relative;
    border: none;
}
.infoRVHistorie table thead {
    display: none;
}
.infoRVHistorie table tbody {
    border: none;
    border-bottom: 10px solid #eaebe0;
}
.infoRVHistorie table tr {
    position: relative;
    display: block;
}
.infoRVHistorie table tr td:first-child {
    color: black;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.5rem;
    width: 100% !important;
    padding: 30px 30px 100px;
}
.infoRVHistorie table tr td:first-child:before {
    display: none;
}
.infoRVHistorie table tr.hide {
    display: none;
}
.infoRVHistorie table tr td:nth-child(2),
.infoRVHistorie table tr td:nth-child(3),
.infoRVHistorie table tr td:nth-child(4) {
    position: absolute;
    top: 110px;
    font-size: 1rem;
}
.infoRVHistorie table tr td:nth-child(2) {
    left: 20px;
}
.infoRVHistorie table tr td:nth-child(2):empty:after {
    content: "in behandeling";
    position: relative;
    top: 0;
}
.infoRVHistorie table tr td:nth-child(2):before {
    content: "reparatiedatum";
    color: #babba9;
    top: -15px;
    position: absolute;
}
.infoRVHistorie table tr td:nth-child(3) {
    left: 200px;
}
.infoRVHistorie table tr td:nth-child(3):before {
    content: "tijdstip";
    color: #babba9;
    top: -15px;
    position: absolute;
}
.infoRVHistorie table tr td:nth-child(4) {
    left: 300px;
}
.infoRVHistorie table tr td:nth-child(4):before {
    content: "-";
    left: -15px;
    position: absolute;
}
.infoRVHistorie table tr td:nth-child(4):empty:before {
    content: none;
}
.infoRVHistorie .text-left {
    border-bottom: none !important;
}
.infoRVHistorie table.responsive-table tbody > tr.non-responsive:first-child {
    display: block !important;
}
.infoRVHistorie table.responsive-table tbody > tr.non-responsive:first-child td {
    padding: 3.875rem;
}
.infoRVHistorie table.responsive-table tbody + tbody > tr.non-responsive.ng-hide:first-child {
    display: none !important;
}
.infoRVHistorie .button[disabled],
.infoRVHistorie button[disabled] {
    background-color: #babba9;
}
@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {
    .infoRVHistorie .responsive-table tr:not(.non-responsive) {
        border: 0 solid #ccc;
    }
}
@media screen and (max-width: 40em) {
    .infoRVHistorie table tr td:first-child {
        padding: 20px 20px 200px;
    }
    .infoRVHistorie table tr td:nth-child(3),
    .infoRVHistorie table tr td:nth-child(4) {
        position: absolute;
        top: 175px;
    }
    .infoRVHistorie table tr td:nth-child(2),
    .infoRVHistorie table tr td:nth-child(3) {
        left: 10px;
    }
    .infoRVHistorie table tr td:nth-child(4) {
        left: 200px;
    }
}
a.formtextlink {
    color: black;
    display: inline-block;
    margin-top: 12px;
    margin-left: 1.875rem;
}
fieldset.DG_button {
    padding: 0 3.75rem 1.875rem;
    margin-top: -3rem;
    margin-bottom: 1.875rem;
}
@media screen and (max-width: 64em) {
    fieldset.DG_button {
        padding: 0 1.875rem 0.9375rem;
    }
}
@media screen and (max-width: 40em) {
    fieldset.DG_button {
        padding: 0 0.9375rem 0.9375rem;
    }
}
.dgPlannenOnderhoudsverzoek {
    position: relative;
    display: block;
}
.dgPlannenOnderhoudsverzoek .loading {
    height: 100px;
    width: 100%;
    transition: 0.5s linear all;
    opacity: 1;
}
.formtextlink-plus::before {
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "+";
    margin-right: 5px;
}
.date-section {
    background-color: #eaebe1;
    position: relative;
    display: block;
    padding: 3.75rem;
    margin-bottom: 10px;
    top: 0;
    transition: 1s easy-in-out;
    transition-delay: 1s;
    transition-duration: 1s;
}
.date-section .formtextlink {
    margin-left: 0 !important;
    margin-top: 0 !important;
}
@media screen and (max-width: 40em) {
    .date-section {
        padding: 0.9375rem;
    }
}
.date-section ul {
    background-color: transparent;
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
}
@media screen and (max-width: 40em) {
    .date-section ul {
        margin-bottom: 15px;
    }
}
.date-section ul li {
    display: inline-block;
    float: none;
    width: auto;
    background-color: #fff;
    padding: 10px 25px;
    height: auto;
    margin: 7px;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 rgba(58, 61, 12, 0.3);
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.125rem;
    text-transform: lowercase;
    text-align: center;
    line-height: 30px;
    opacity: 0.5;
    cursor: pointer;
}
@media only screen and (max-width: 40em) {
    .date-section ul li {
        width: 100%;
        margin: 0;
        margin-bottom: 0.9375rem;
    }
}
.date-section ul li.selected-date {
    opacity: 1;
}
.time-section {
    background-color: #eaebe1;
    margin: 0;
    position: relative;
    display: block;
    padding: 3.75rem;
    transition: 1s easy-in-out;
    transition-delay: 1s;
    transition-duration: 1s;
    text-align: center;
}
.time-section .formtextlink {
    margin-left: 0 !important;
}
@media screen and (max-width: 40em) {
    .time-section {
        padding: 0.9375rem;
    }
}
.time-section h2 {
    padding: 0 0 1.875rem 0;
    font-size: 1.5rem;
    top: 0rem;
    position: relative;
    font-family: "AvenirNextDemi", sans-serif;
    line-height: 40px;
    display: block;
    color: black;
}
@media screen and (max-width: 40em) {
    .time-section h2 {
        padding-left: 0;
        padding-right: 0;
    }
}
.time-section ul {
    background-color: transparent;
    margin-left: 0;
}
.time-section ul li {
    display: inline-block;
    float: none;
    width: auto;
    background-color: #fff;
    padding: 10px 25px;
    height: auto;
    margin: 7px;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 rgba(58, 61, 12, 0.3);
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.125rem;
    text-transform: lowercase;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    opacity: 0.5;
}
@media only screen and (max-width: 40em) {
    .time-section ul li {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 0.9375rem;
    }
}
.time-section ul li.selected-time {
    opacity: 1;
}
.pagination-section {
    margin: 0;
    text-align: center;
}
.pagination-section a {
    font-size: 18px;
    line-height: 30px;
}
.pagination-loader[data-ng-show="!isLoadingNextPage"] {
    display: none;
}
.pagination-loader.ng-hide-remove[data-ng-show="!isLoadingNextPage"],
.pagination-loader.ng-hide-animate,
.pagination-loader.ng-hide-remove {
    display: block;
}
.actionbar {
    display: block;
    width: 100%;
    float: none;
    margin: auto auto;
}
.actionbar button {
    float: none;
    margin: 1.875rem 0 0 0;
}
ul.date-picker + .actionbar + p {
    margin-top: 30px;
}
.dossiers {
    background-color: #eaebe1;
    margin-top: 10px;
    margin-bottom: 10px;
}
.dossiers .inner {
    padding: 3.75rem;
    padding-top: 0;
}
@media only screen and (max-width: 40em) {
    .dossiers .inner {
        padding: 0.9375rem;
        padding-top: 0;
    }
}
.dossiers table {
    border: 0;
    margin: 0;
}
.dossiers table thead {
    background-color: #fff;
    border: 0px;
}
.dossiers table thead tr th {
    padding: 0 1.875rem;
}
.dossiers table thead tr th span {
    font-size: 16px;
    color: black;
    line-height: 30px;
    opacity: 0.6;
}
.dossiers table thead tr th a {
    text-decoration: none;
    color: black;
    opacity: 0.6;
    font-size: 18px;
}
.dossiers table thead tr th a:hover {
    color: black;
    opacity: 0.6;
}
.dossiers table thead td {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}
.dossiers table tbody {
    background-color: #fff;
    border: 0px;
}
.dossiers table tbody tr:nth-of-type(even) {
    background-color: #fff;
}
.dossiers table tbody tr td {
    color: black;
    font-size: 18px;
    font-family: "AvenirNextMedium", sans-serif;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dossiers table tbody tr td a {
    color: black !important;
    font-size: 18px !important;
    font-family: "AvenirNextMedium", sans-serif !important;
}
.dossiers table tbody tr td a:hover {
    color: black !important;
}
@media screen and (max-width: 40em) {
    .dossiers table {
        width: 100%;
    }
    .dossiers table thead tr th,
    .dossiers table tbody tr td {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 35%;
    }
    .dossiers table tbody tr td:first-child {
        width: 65%;
        max-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .dossiers h3,
    .dossiers p.info {
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }
    .dossiers p.labelText {
        padding: 0;
    }
    .dossiers #lblBrutoHuur,
    .dossiers #BrutoHuur {
        padding-left: 0;
        padding-right: 0;
    }
}
h1,
h2,
h3,
h4,
p,
figcaption,
ul,
ol,
li,
a {
    font-weight: normal !important;
}
.default {
    margin-bottom: 3.75rem;
    font-family: "AvenirNextRegular", sans-serif;
    font-size: 1.125rem;
    color: #292b06;
}
.default h1,
.default h2,
.default h3,
.default h4,
.default p,
.default figcaption,
.default ul,
.default ol,
.default li,
.default a:not(.woonbron-button):not(.news-list-item) {
    margin: 0;
    padding: 0;
    font-family: "AvenirNextRegular", sans-serif;
    font-weight: normal;
    color: #292b06;
}
.default a:not(.woonbron-button):not(.news-list-item),
.default a:visited:not(.woonbron-button):not(.news-list-item) {
    color: #e56c0c;
}
.default a:not(.woonbron-button):not(.news-list-item):hover,
.default a:visited:not(.woonbron-button):not(.news-list-item):hover {
    color: #a86129;
}
a[href^="tel"] {
    color: inherit;
}
.default h1 {
    padding: 0;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 2.5rem;
    line-height: 50px;
    color: black;
}
@media only screen and (max-width: 40em) {
    .default h1 {
        font-size: 1.875rem;
        line-height: 40px;
    }
}
.default .subtitle {
    display: block;
    padding: 0;
    font-family: "AvenirNextMedium", sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    color: #292b06;
}
.default h2,
.default .header-2 {
    display: block;
    padding-top: 1.875rem;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.375rem;
    color: black;
}
.default h3,
.default .header-3,
.default h4,
.default .header-4 {
    display: block;
    padding-top: 1.875rem;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.125rem;
    color: #292b06;
}
.default .download-links-header {
    display: block;
    padding-top: 2.8125rem;
    border-top: 2px solid #aeb60b;
    font-family: "AvenirNextMedium", sans-serif;
    font-size: 1.375rem;
    color: #292b06;
}
.default ul,
.default ol {
    padding-left: 1.25rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    font-size: 1.125rem;
    list-style: none;
}
.default ul li,
.default ol li {
    display: block;
    position: relative;
    padding-left: 0.625rem;
    font-size: 1.125rem;
}
.default ul li:before,
.default ol li:before {
    margin-right: 0.625rem;
    font-family: "AvenirNextMedium", sans-serif;
    color: black;
    position: absolute;
    top: 0;
    left: -1.25rem;
}
.default ol li {
    counter-increment: item;
}
.default ol li:before {
    content: counter(item) ".";
}
.default ul li:before {
    content: "\2022";
}
.default .featured-image {
    margin: 1.875rem 0;
    display: block;
    min-height: 100px;
    padding: 0;
    width: 100%;
    width: 118%;
    position: relative;
    left: -9%;
}
@media screen and (max-width: 64em) {
    .default .featured-image {
        width: 100%;
        position: relative;
        left: 0;
    }
}
.default .featured-image img {
    display: block;
    width: 100%;
}
.default .featured-image figcaption {
    padding: 1.875rem 3.75rem;
    font-family: "AvenirNextMedium", sans-serif;
    color: #292b06;
    background-color: #f0f1e9;
    font-size: 1rem;
}
.default .featured-image figcaption:empty {
    display: none;
}
.default p {
    font-size: 1.125rem;
    color: #333;
}
.default .intro-text,
.default .intro {
    font-size: 1.25rem;
    padding-bottom: 0;
}
.default .well {
    background-color: #f0f1e9;
    padding: 3.75rem;
    margin: 1.875rem 1.5rem;
    width: 118%;
    position: relative;
    left: -9%;
    padding: 0 7%;
}
@media screen and (max-width: 64em) {
    .default .well {
        width: 100%;
        position: relative;
        left: 0;
        padding: 0 15px;
    }
}
.default .well h1:first-child,
.default .well h2:first-child,
.default .well h3:first-child,
.default .well p:first-child {
    padding-top: 0;
}
.default .well p:last-child {
    padding-bottom: 0;
}
.default .quote {
    border: none;
    margin: 1.875rem 0;
    padding: 0;
    width: 118%;
    position: relative;
    left: -9%;
}
@media screen and (max-width: 64em) {
    .default .quote {
        width: 100%;
        position: relative;
        left: 0;
    }
}
.default .quote p {
    font-family: "AvenirNextMedium", sans-serif;
    color: black;
    font-size: 1.5rem;
}
.default .quote p:before,
.default .quote p:after {
    font-family: "AvenirNextMedium", sans-serif;
    content: '" ';
    font-style: italic;
}
.default .quote footer {
    display: none;
}
.default a.download-link {
    display: block;
    position: relative;
    text-decoration: none;
}
.default a.download-link > div {
    display: block;
    position: relative;
    padding: 0 0.9375rem !important;
    padding-left: 2.8125rem !important;
    font-size: 1.125rem;
    line-height: 2.5;
    text-decoration: none;
    color: #292b06;
    background-color: #f0f1e9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.default a.download-link > div:before {
    padding: 0.9375rem;
    line-height: 1.3;
    position: absolute;
    top: 0;
    left: 0;
}
.default a.download-link:hover > div {
    color: #292b06;
}
.download-link {
    display: block;
    position: relative;
    text-decoration: none;
    opacity: 1 !important;
}
.download-link > a,
.download-link > a:hover {
    display: block;
    position: relative;
    padding: 0 0.9375rem !important;
    padding-left: 2.8125rem !important;
    font-size: 1.125rem;
    line-height: 3.75rem;
    text-decoration: none;
    color: black !important;
    background-color: #f0f1e9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.download-link > a::before,
.download-link > a:hover::before {
    padding: 0.9375rem;
    line-height: 1.3;
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f016";
    top: 5px;
    left: 0;
}
.default .featured-content {
    padding: 3.75rem;
    margin: 1.875rem 0;
    display: block;
    background-color: #f0f1e9;
}
.default .featured-content .header-2:first-of-type {
    padding-top: 0;
}
.default #content > .row {
    margin-bottom: 0.9375rem;
}
.action-title h3 {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.375rem;
    margin: 10px 0 20px 0;
    padding: 15px 0 5px 0;
    font-size: #3a3d0c;
}
.action-button {
    margin-bottom: 10px;
}
.action-button-title > a,
.action-button-title > a:hover {
    display: block;
    position: relative;
    padding: 0.9375rem;
    padding-right: 2.8125rem;
    margin-bottom: 10px;
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-decoration: none;
    color: black !important;
    background-color: #f0f1e9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.action-button-title > a::after,
.action-button-title > a:hover::after {
    content: "\F105";
    font-family: FontAwesome;
    right: 0.9375rem;
    position: absolute;
    color: black;
    top: 15px;
}
a.action-button-link {
    display: block;
    position: relative;
    text-decoration: none;
}
a.action-button-link .action-button-title {
    display: block;
    position: relative;
    padding: 0.9375rem;
    padding-right: 2.8125rem;
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-decoration: none;
    color: #292b06;
    background-color: #f0f1e9;
    margin-bottom: 10px;
    color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
a.action-button-link .action-button-title::after {
    content: "\F105";
    font-family: FontAwesome;
    right: 0.9375rem;
    position: absolute;
    top: 15px;
}
.form-title {
    margin-bottom: 2.8125rem;
    text-align: center;
}
.default-list {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    list-style: initial;
}
@media only screen and (max-width: 40em) {
    .default-list {
        margin-left: 15px;
    }
}
.featured-content-green {
    padding: 60px;
    background-color: #eaebe1;
}
.featured-content-grey {
    padding: 60px;
    background-color: #f0f1e9;
}
.media-header {
    text-align: center;
}
.media-header h1 {
    margin-top: 1rem !important;
    margin-bottom: -2.8125rem !important;
    padding-bottom: 0 !important;
    position: relative;
    z-index: 1;
}
.media-header-illustration {
    position: relative;
    width: auto;
    height: 280px;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
}
.media-header-illustration-servicecontact {
    background: #fff url("../../../../publishedMedia/75ba845e2cd5fda81e4c78161cbaa7c8.svg") no-repeat top center;
    background-size: auto 280px;
}
@media only screen and (max-width: 40em) {
    .media-header-illustration-servicecontact {
        background-position: 41%;
    }
}
.media-header-illustration-reparatieverzoek {
    background: #fff url("../../../../publishedMedia/95f63848e8981f40a047ad999bb18851.svg") no-repeat top center;
    background-size: auto 280px;
}
@media only screen and (max-width: 40em) {
    .media-header-illustration-reparatieverzoek {
        background-position: 14%;
    }
}
.wb-error {
    display: none !important;
}
.wb-error.has-error {
    display: block !important;
}
.wb_img_keuzepagina img,
img.wb_img_keuzepagina {
    padding: 0px;
    margin-top: -45px;
    max-height: 350px;
    width: 100%;
}
@media screen and (max-width: 64em) {
    .wb_img_keuzepagina img,
    img.wb_img_keuzepagina {
        max-height: 250px;
    }
}
.RV_default .dg_questionPanel > div {
    padding: 3.75rem;
    background-color: #eaebe1;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}
@media only screen and (max-width: 40em) {
    .RV_default .dg_questionPanel > div {
        padding: 1.875rem 15px;
    }
}
.RV_default select {
    max-width: 594px;
    height: 50px;
    border-radius: 4px;
    font-size: 18px;
    font-family: "AvenirNextDemi", sans-serif;
    color: black;
    border-bottom: 2px solid #b3bb52;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-position: 98% 50%;
    display: block;
    margin: auto;
    float: none;
    width: 100%;
    outline: none;
}
.RV_default select:focus {
    cursor: pointer;
}
.RV_default textarea {
    line-height: 30px;
    font-size: 18px;
    max-width: 592px;
    font-family: "AvenirNextMedium", sans-serif;
    max-height: 150px !important;
}
@media only screen and (max-width: 40em) {
    .RV_default textarea {
        margin-bottom: 1.875rem;
    }
}
.RV_default a.button.left {
    float: none !important;
}
.RV_default .colorblock.text-center a.button {
    margin: auto;
    float: none;
    padding: 15px 25px !important;
    display: inline-block;
}
@media only screen and (max-width: 40em) {
    .RV_default h1 {
        font-size: 2rem;
        text-align: left !important;
    }
}
.RV_default table {
    border: 0px solid #d1db64;
}
@media only screen and (max-width: 40em) {
    .RV_default subtitle {
        font-size: 1.2rem;
    }
}
.RV_default button[disabled],
.RV_default .button[disabled] {
    opacity: 0.5;
}
.RV_default .simple-table {
    padding-bottom: 1.875rem;
}
.RV_default .simple-table + div p a.button {
    float: none !important;
}
.RV_default .colorblock.omhoog {
    margin-top: -5.625rem;
    padding: 1.875rem !important;
}
.RV_default .colorblock.omhoog button.button.center {
    float: none;
    margin: auto;
    transform: none;
}
.RV_default #LoginForm {
    background-color: #eaebe1;
}
.RV_default .dgstartelement {
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0rem;
    display: block;
    width: 100%;
}
.RV_default .dgstartelement #dg_expandedelements .row .columns .wrapper {
    width: 100%;
    text-align: center;
    background-color: #eaebe1;
    text-align: center;
    padding: 1.875rem;
    display: inline-block;
    width: 100%;
    margin-bottom: 0.625rem;
}
@media only screen and (max-width: 40em) {
    .RV_default .dgstartelement #dg_expandedelements .row .columns .wrapper {
        padding: 1.875rem 0.9875rem 0 0.9875rem;
        text-align: left;
    }
}
.RV_default .dgstartelement #dg_expandedelements .row .columns .wrapper h1 {
    color: #292b06;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
@media only screen and (max-width: 40em) {
    .RV_default .dgstartelement #dg_expandedelements .row .columns .wrapper h1 {
        padding-top: 0px;
    }
}
.RV_default .dgstartelement #dg_expandedelements .row .columns .wrapper article.infocard {
    width: 100%;
    text-align: center;
    background-color: white;
    text-align: center;
    padding: 1.875rem;
    display: inline-block;
    width: 100%;
}
@media only screen and (max-width: 40em) {
    .RV_default .dgstartelement #dg_expandedelements .row .columns .wrapper article.infocard {
        text-align: left;
        padding: 30px 15px;
    }
}
.RV_default #dg_answers {
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    width: 100%;
}
.RV_default #dg_answers > div {
    margin-top: 0;
    margin-bottom: 0px;
    display: block;
    width: 100%;
}
.RV_default #dg_answers ul {
    margin: 0;
}
.RV_default #dg_answers + ul + #dg_question {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
}
.RV_default .aanmelden {
    margin-top: -1.875rem;
}
.RV_default .aanmelden .contact {
    display: inline-block;
    float: none;
    max-width: 594px;
    width: 100%;
    padding: 30px 3.75rem 0 3.75rem;
    margin-top: 0;
}
@media only screen and (max-width: 40em) {
    .RV_default .aanmelden .contact {
        padding: 30px 15px 0 15px;
    }
}
.RV_default .aanmelden .contact .labelText,
.RV_default .aanmelden .contact .valueText {
    display: inline-block;
    width: 100%;
    text-align: left;
    float: none;
    margin: 0 auto;
    max-width: none;
}
.RV_default .aanmelden .aanmelden > div:not(.contact) {
    margin-top: 1.875rem;
}
.RV_default .contactformulier_aanmelden {
    display: block;
    float: none;
    width: 100%;
    padding: 0 3.75rem;
    margin: auto;
}
@media only screen and (max-width: 40em) {
    .RV_default .contactformulier_aanmelden {
        padding: 0 15px;
        text-align: left;
    }
}
.RV_default .contactformulier_aanmelden > .iban {
    display: block;
}
.RV_default .contactformulier_aanmelden > .iban .labelText {
    margin: auto;
}
.RV_default .contactformulier_aanmelden > .iban .valueText {
    margin: auto;
    margin-top: -45px;
    margin-bottom: 0;
    width: 100%;
}
.RV_default .contactformulier_aanmelden > .iban:nth-child(1) {
    margin-left: 0px;
    max-width: none;
    margin-bottom: 15px;
}
.RV_default .contactformulier_aanmelden > .iban:nth-child(1) .labelText {
    width: 100%;
    margin-left: 0;
    margin-top: -45px;
    width: 100%;
    max-width: none;
    display: block;
    float: none;
    margin: auto;
    text-align: center;
}
@media only screen and (max-width: 40em) {
    .RV_default .contactformulier_aanmelden > .iban:nth-child(1) .labelText {
        text-align: left;
    }
}
.RV_default .contactformulier_aanmelden > .iban:nth-child(2) .valueText {
    margin-left: 90px;
}
@media only screen and (max-width: 40em) {
    .RV_default .contactformulier_aanmelden > .iban:nth-child(2) .valueText {
        margin-left: 0px;
        margin-top: -105px;
    }
}
.RV_default .contactformulier_aanmelden > .iban:nth-child(2) .valueText:before {
    content: "NL XX BANK XXXXX";
    position: relative;
    left: -185px;
    top: 46px;
    font-weight: normal;
    font-size: 18px;
    opacity: 0.35;
    font-family: "AvenirNextMedium", sans-serif;
    background-color: white;
    padding: 0.8rem;
    border: 1px solid #eaebe0;
    border-radius: 4px;
    border-color: #eaebe0;
    box-shadow: inset 0 0 0 #b5b69d;
    border-top: 2px solid #b5b69d;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
@media only screen and (max-width: 40em) {
    .RV_default .contactformulier_aanmelden > .iban:nth-child(2) .valueText:before {
        left: 0px;
        top: 0px;
    }
}
.RV_default .contactformulier_aanmelden > .iban:nth-child(2) .labelText {
    margin-left: 200px;
    display: inline-block;
}
@media only screen and (max-width: 40em) {
    .RV_default .contactformulier_aanmelden > .iban:nth-child(2) .labelText {
        margin-left: 0px;
        display: inline-block;
        text-align: left;
        margin-top: 60px;
    }
}
.RV_default .contactformulier_aanmelden > .iban:nth-child(2) .error .error {
    max-width: 150px;
    display: block;
    margin: auto;
    padding: 7.5px 15px;
    text-align: left;
}
@media only screen and (max-width: 40em) {
    .RV_default .contactformulier_aanmelden > .iban:nth-child(2) .error .error {
        margin-top: -30px;
        margin-bottom: 60px;
    }
}
.RV_default .contactformulier_aanmelden > .iban:nth-child(2) .error .error:not(empty) + .error:empty {
    display: none;
}
.RV_default .contactformulier_aanmelden > .iban input[data-ng-model*="ItemObject.item.VraagIBAN"] {
    min-width: 150px;
    max-width: 150px;
    float: none;
    margin: auto;
    max-height: 50px;
}
@media only screen and (max-width: 40em) {
    .RV_default .contactformulier_aanmelden > .iban input[data-ng-model*="ItemObject.item.VraagIBAN"] {
        max-width: 150px;
        margin-bottom: 30px;
        margin-top: 60px;
        text-align: left;
    }
}
.RV_default .columns {
    padding-left: 0;
    padding-right: 0;
}
.RV_default .row .row {
    width: 100%;
    margin: 0 0 !important;
}
.RV_default fieldset {
    background-color: #fff;
    margin-bottom: 3.75rem;
    margin-top: 0;
    display: inline-block;
    width: 100%;
    padding: 0;
    text-align: center;
}
.RV_default fieldset legend {
    color: black;
    font-family: "AvenirNextDemi", sans-serif;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -1px;
    width: 100%;
    display: block;
    z-index: 9;
    top: 0;
    background-color: #eaebe1;
    padding: 3.75rem 3.75rem 0rem 3.75rem;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
}
@media only screen and (max-width: 40em) {
    .RV_default fieldset legend {
        padding: 1.875rem 15px 0rem 15px;
        text-align: left;
    }
}
.RV_default .formtextlink {
    display: block;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    color: black;
    opacity: 0.6;
    font-family: "AvenirNextMedium", sans-serif;
    font-size: 1.125rem;
}
.RV_default .colorblock {
    background-color: #eaebe1;
    text-align: center;
    float: none;
    margin-bottom: 3.75rem;
    padding: 3.75rem;
    font-size: 18px;
    font-family: "AvenirNextMedium", sans-serif;
    line-height: 30px;
    margin-top: 0;
}
@media only screen and (max-width: 40em) {
    .RV_default .colorblock {
        padding: 1.875rem 15px;
    }
}
.RV_default .colorblock h2 {
    color: black;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 40px;
}
@media only screen and (max-width: 40em) {
    .RV_default .colorblock h2 {
        text-align: left;
    }
}
@media only screen and (max-width: 40em) {
    .RV_default .colorblock .adresgegevens {
        padding-bottom: 1rem;
    }
}
@media only screen and (max-width: 40em) {
    .RV_default .colorblock .adresgegevens .adresregel {
        float: left !important;
        text-align: left !important;
    }
}
.RV_default .colorblock .adresgegevens .adresregel .labeltext {
    text-align: left !important;
    margin-left: 12rem !important;
    font-size: 1rem;
    color: black;
    font-family: "AvenirNextMedium", sans-serif;
    opacity: 0.6;
    margin-bottom: 0px;
}
@media only screen and (max-width: 40em) {
    .RV_default .colorblock .adresgegevens .adresregel .labeltext {
        text-align: left !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
    }
}
@media only screen and (min-width: 40em) and (max-width: 1024px) {
    .RV_default .colorblock .adresgegevens .adresregel .labeltext {
        padding-right: 1.875rem !important;
        margin-left: 4rem !important;
    }
}
.RV_default .colorblock .adresgegevens .adresregel .labeltext + p {
    margin-left: 12rem !important;
    text-align: left !important;
    font-size: 1.25rem;
    font-family: "AvenirNextMedium", sans-serif;
}
@media only screen and (max-width: 40em) {
    .RV_default .colorblock .adresgegevens .adresregel .labeltext + p {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 40em) and (max-width: 1024px) {
    .RV_default .colorblock .adresgegevens .adresregel .labeltext + p {
        margin-right: 1.875rem !important;
        margin-left: 4rem !important;
    }
}
.RV_default .colorblock .adresgegevens .adresregel + .adresregel .labeltext {
    text-align: left !important;
    margin-left: 0 !important;
    font-size: 1rem;
    font-family: "AvenirNextMedium", sans-serif;
}
@media only screen and (max-width: 40em) {
    .RV_default .colorblock .adresgegevens .adresregel + .adresregel .labeltext {
        padding-left: 0 !important;
    }
}
@media only screen and (min-width: 40em) and (max-width: 1024px) {
    .RV_default .colorblock .adresgegevens .adresregel + .adresregel .labeltext {
        padding-left: 1.875rem !important;
    }
}
.RV_default .colorblock .adresgegevens .adresregel + .adresregel .labeltext + p {
    margin-left: 0 !important;
    text-align: left !important;
    font-size: 1.25rem;
    font-family: "AvenirNextMedium", sans-serif;
}
@media only screen and (max-width: 40em) {
    .RV_default .colorblock .adresgegevens .adresregel + .adresregel .labeltext + p {
        margin-left: 0 !important;
    }
}
@media only screen and (min-width: 40em) and (max-width: 1024px) {
    .RV_default .colorblock .adresgegevens .adresregel + .adresregel .labeltext + p {
        margin-left: 1.875rem !important;
    }
}
.RV_default .colorblock .labeltext {
    font-size: 1rem;
    color: black;
    font-family: "AvenirNextMedium", sans-serif;
    opacity: 0.6;
    margin-bottom: 0px;
    line-height: 30px;
    margin-bottom: 0px;
}
.RV_default .colorblock .labeltext + p {
    color: black;
    font-size: 1.25rem;
    opacity: 1;
}
.RV_default .colorblock.text-center {
    font-size: 1.125rem;
    font-family: "AvenirNextMedium", sans-serif;
}
.RV_default .colorblock.text-center article.infocard {
    background-color: #fff;
    padding: 1.875rem 0;
    margin-top: 1.875rem;
}
@media only screen and (max-width: 40em) {
    .RV_default .colorblock.text-center article.infocard {
        padding: 15px;
    }
}
.RV_default .colorblock.text-center h2 {
    color: black;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 40px;
}
@media only screen and (max-width: 40em) {
    .RV_default .colorblock.text-center h2 {
        text-align: left;
    }
}
.RV_default .colorblock.text-center strong,
.RV_default .colorblock.text-center b {
    line-height: 28px;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.125rem;
}
.RV_default .colorblock.text-center p {
    line-height: 30px;
    margin-bottom: 0;
}
.RV_default .colorblock.text-center p + p {
    margin-top: 0;
}
.RV_default .colorblock.text-center .centered button {
    margin-top: 1.875rem;
}
.RV_default .colorblock.text-center table:not(.responsive-table) {
    border: 0px solid #d1db64;
    min-width: 400px;
    width: auto;
    float: none;
    margin: 1.875rem auto;
}
@media only screen and (max-width: 40em) {
    .RV_default .colorblock.text-center table:not(.responsive-table) {
        min-width: 100%;
    }
}
.RV_default .colorblock.text-center table:not(.responsive-table) tbody {
    background-color: #fff;
    border: 0px;
}
.RV_default .colorblock.text-center table:not(.responsive-table) tr:nth-of-type(even) {
    background-color: #fff;
}
.RV_default .colorblock.text-center table:not(.responsive-table) tr > td:nth-child(1) {
    min-width: 200px;
    width: auto;
    text-align: left;
    float: right;
    margin: auto;
    padding-right: 15px;
}
@media only screen and (max-width: 40em) {
    .RV_default .colorblock.text-center table:not(.responsive-table) tr > td:nth-child(1) {
        width: 100%;
        display: block;
        text-align: left;
    }
}
.RV_default .colorblock.text-center table:not(.responsive-table) tr td {
    color: black;
    font-size: 1.125rem;
    font-family: "AvenirNextMedium", sans-serif;
    padding: 0;
    line-height: 15px;
    width: auto;
}
@media only screen and (max-width: 40em) {
    .RV_default .colorblock.text-center table:not(.responsive-table) tr td {
        width: 100%;
        display: block;
        text-align: left;
    }
}
.RV_default .colorblock.text-center table:not(.responsive-table) tr td b,
.RV_default .colorblock.text-center table:not(.responsive-table) tr td strong {
    font-family: "AvenirNextBold", sans-serif;
    font-size: 18px;
}
.RV_default .wrvInschrijven {
    background-color: #eaebe1;
}
.RV_default .wrvInschrijven .labelText {
    color: black;
    text-align: left;
    text-transform: lowercase;
    max-width: 175px;
    font-size: 1rem;
    font-family: "AvenirNextMedium", sans-serif;
    opacity: 0.6;
}
.RV_default .wrvInschrijven .labelText.large-color {
    font-size: 1.5rem;
    line-height: 1.6rem;
    color: #292b06;
}
.RV_default .wrvInschrijven button#btnOpslaan {
    float: none !important;
    margin-left: 0px;
    text-transform: none;
}
@media only screen and (max-width: 40em) {
    .RV_default .wrvInschrijven button#btnOpslaan {
        max-width: 200px;
    }
}
.RV_default .wrvInschrijven > div form {
    margin: 15px auto 0 auto;
    width: 100%;
    display: inline-block;
    position: relative;
    top: 0px;
    z-index: 0;
    padding-bottom: 3.75rem;
    background-color: #eaebe1;
}
@media only screen and (max-width: 40em) {
    .RV_default .wrvInschrijven > div form {
        padding-bottom: 1.875rem;
    }
}
.RV_default .wrvInschrijven .row {
    display: inline-block;
}
.RV_default .wrvInschrijven .row:first-child {
    max-width: 195px;
    margin-left: 12.5%;
}
@media only screen and (max-width: 40em) {
    .RV_default .wrvInschrijven .row:first-child {
        margin-left: 0.9875rem !important;
        display: block;
    }
}
.RV_default .wrvInschrijven form button#btnOpslaan {
    float: none !important;
    margin: 1.875rem auto 0 auto;
    text-transform: none !important;
}
@media only screen and (max-width: 40em) {
    .RV_default .wrvInschrijven form button#btnOpslaan {
        float: none !important;
        text-transform: none !important;
        margin: 0 auto !important;
        width: calc(100% - 30px) !important;
        max-width: none;
        padding-left: 30px;
        padding-right: 0;
        margin-top: 30px;
    }
}
.RV_default .simple-table {
    padding-bottom: 1.875rem;
}
.RV_default article.woonbron-dg-diagnose-text h1 {
    text-align: center;
}
.RV_default .content article p {
    text-align: center;
    margin-bottom: 0rem;
    line-height: 2rem;
}
@media only screen and (max-width: 40em) {
    .RV_default .content article p {
        text-align: left;
    }
}
.RV_default .content article > p:last-of-type {
    margin-bottom: 1.25rem;
}
.RV_default .content article a.button.left {
    float: none;
    margin-top: 1rem;
}
.RV_default a.button.left {
    float: none !important;
    margin-top: 1rem;
}
.RV_default .content article.infocard a.button.left {
    float: none !important;
    margin-top: 1rem;
}
.RV_default .infoRVHistorie {
    background-color: #eaebe1;
    padding: 0 1.875rem;
}
@media only screen and (max-width: 40em) {
    .RV_default .infoRVHistorie {
        padding: 0 15px;
    }
}
.RV_default .infoRVHistorie .row {
    background-color: #eaebe1;
}
.RV_default .infoRVHistorie table tbody {
    border-bottom: 10px solid #d1db64;
}
.RV_default .infoRVHistorie table tr td:nth-child(1) {
    padding: 20px 20px 120px 20px;
}
@media only screen and (max-width: 40em) {
    .RV_default .infoRVHistorie table tr td:nth-child(1) {
        padding: 20px 20px 180px 20px;
    }
}
@media only screen and (max-width: 40em) {
    .RV_default .infoRVHistorie table tr td:nth-child(2) {
        top: 110px;
        margin-left: 0px;
    }
}
@media only screen and (max-width: 40em) {
    .RV_default .infoRVHistorie table tr td:nth-child(2):before {
        top: -20px;
    }
}
.RV_default .infoRVHistorie table tr td:nth-child(3) {
    left: 450px;
}
@media only screen and (max-width: 60em) {
    .RV_default .infoRVHistorie table tr td:nth-child(3) {
        left: 300px;
    }
}
@media only screen and (max-width: 40em) {
    .RV_default .infoRVHistorie table tr td:nth-child(3) {
        left: 10px;
    }
}
@media only screen and (max-width: 40em) {
    .RV_default .infoRVHistorie table tr td:nth-child(3):before {
        top: -20px;
        margin-left: 0px;
    }
}
.RV_default .infoRVHistorie table tr td:nth-child(4) {
    left: 550px;
}
@media only screen and (max-width: 60em) {
    .RV_default .infoRVHistorie table tr td:nth-child(4) {
        left: 400px;
    }
}
.RV_default .infoRVHistorie .labeltext {
    font-size: 1rem;
    color: black;
    font-family: "AvenirNextMedium", sans-serif;
    opacity: 0.6;
    margin-bottom: 0px;
    line-height: 30px;
    margin-bottom: 0px;
}
.RV_default .labeltext {
    font-size: 1rem;
    color: black;
    font-family: "AvenirNextMedium", sans-serif;
    opacity: 0.6;
    margin-bottom: 0px;
    line-height: 30px;
    margin-bottom: 0px;
}
.RV_default ul#dg_answers:not(empty) + ul + div + ul#dg_expandedelements fieldset {
    margin-top: 0px;
    margin-bottom: 15px !important;
}
@media only screen and (max-width: 40em) {
    .RV_default .wrvInschrijven div[data-container="Apps/R_Element_WRVInschrijven"] form > div.row:nth-child(2) {
        width: 100px;
        display: inline-block;
        margin-left: 0.9875rem !important;
        margin-top: 1.875rem !important;
        float: left !important;
    }
}
@media only screen and (max-width: 40em) {
    .RV_default .wrvInschrijven div[data-container="Apps/R_Element_WRVInschrijven"] form > div.row:nth-child(3) {
        margin-top: 1.875rem !important;
        margin-left: 10px !important;
        float: left;
    }
}
@media only screen and (max-width: 40em) {
    .RV_default .wrvInschrijven div[data-container="Apps/R_Element_WRVInschrijven"] form > div.row:nth-child(4) {
        width: 100%;
    }
}
.RV_default .content p.imgc {
    text-align: center;
}
.RV_default .content p.imgc > img {
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 64px;
    width: 64px;
}
.RV_default .content .row img {
    margin-bottom: 0;
    width: 100%;
    padding: 0;
    display: block;
    width: 100%;
}
@media only screen and (max-width: 40em) {
    .RV_default .content .row img {
        object-fit: cover;
        min-height: 250px;
    }
}
.RV_default .dg_elementExpandedPanel > .row:last-child .row .colorblock.text-center {
    margin-top: 0px !important;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area.splits + div.colorblock.text-center {
    margin-top: 60px !important;
}
.RV_default .contact_area.splits.dg_question {
    margin-bottom: 3.75rem;
    padding: 0 3.75rem;
}
@media only screen and (max-width: 40em) {
    .RV_default .contact_area.splits.dg_question {
        padding: 0;
    }
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
    .RV_default .contact_area.splits.dg_question {
        padding: 0 15px;
    }
}
.RV_default .wrvInschrijven .colorblock_white .contact_area.splits {
    margin-bottom: 0;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area.splits .valueText {
    padding-bottom: 15px;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area.splits + div:not(.contact_area) {
    padding-top: 15px;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area.splits + .text-center.colorblock + div:not(.contact_area) {
    background-color: #eaebe1;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area.splits + .text-center.colorblock {
    margin-top: 65px;
    padding-top: 3.75rem;
}
@media only screen and (max-width: 40em) {
    .RV_default .wrvInschrijven .colorblock_white .contact_area.splits + .text-center.colorblock {
        padding-top: 1.875rem;
    }
}
.wrvInschrijven .contactform_tip .contact_area {
    display: block;
}
.wrvInschrijven .contactform_tip .contact_area .valueText {
    float: left !important;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area {
    display: block;
    width: 100%;
    padding-bottom: 1.875rem;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area .valueText textarea {
    margin-bottom: 30px;
    margin-top: 30px;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area + div:not(.contact_area) {
    display: block;
    margin-top: 0px;
}
.wrvInschrijven .colorblock_white > div.rv_verzekeraar:nth-child(2) .labelText {
    display: block;
    width: 100%;
    margin: -15px auto 0 auto;
}
.RV_default .wrvInschrijven .colorblock_white > div:nth-child(4) .labelText,
.RV_default .wrvInschrijven .colorblock_white > div:nth-child(5) .labelText,
.RV_default .wrvInschrijven .colorblock_white > div:nth-child(6) .labelText {
    text-align: left;
}
@media only screen and (max-width: 40em) {
    .RV_default .wrvInschrijven .colorblock_white > div:nth-child(4) .labelText,
    .RV_default .wrvInschrijven .colorblock_white > div:nth-child(5) .labelText,
    .RV_default .wrvInschrijven .colorblock_white > div:nth-child(6) .labelText {
        text-align: left;
    }
}
.RV_default .wrvInschrijven .colorblock_white > div:nth-child(5) .labelText,
.wrvInschrijven .colorblock_white > div:nth-child(5) .valueText {
    max-width: 200px;
    float: left;
    padding-bottom: 15px;
}
.text-center.colorblock.dg_question a.button {
    float: none;
    line-height: 1rem;
    display: inline-block;
    margin-top: 1.875rem;
}
.RV_default .chosen-container {
    max-width: 592px;
}
.wrvInschrijven .colorblock_white .contact_area.rv_verzekeraar .valueText {
    width: 100%;
    float: none !important;
    display: block;
    text-align: center;
    margin-top: -30px;
    margin: 0 auto;
}
@media only screen and (max-width: 40em) {
    .RV_default .colorblock.text-center {
        text-align: left !important;
    }
}
.RV_default .colorblock.text-center p + button.button[data-ng-click="doAction('LoginShow');"] {
    margin-top: 1.875rem;
    margin-bottom: 0px;
}
.RV_default .colorblock.text-center a + button {
    display: block;
    float: none;
    margin: 1.875rem auto;
}
.RV_default .wrvInschrijven .contactform_tip {
    width: 100%;
    display: block;
    background-color: transparent;
    margin: 0 auto;
    float: none;
}
.RV_default .wrvInschrijven .contactform_tip > div:not(.tip) {
    margin-top: -1.875rem;
}
@media only screen and (max-width: 1024px) {
    .RV_default .wrvInschrijven .contactform_tip > div:not(.tip) {
        margin-top: -1.875rem;
    }
}
.RV_default .wrvInschrijven .contactform_tip > .tip {
    width: 100%;
    display: inline-block;
    float: none;
    padding: 0 3.75rem 0 3.75rem;
    margin-top: 0rem;
    max-width: none;
    height: 100%;
}
@media only screen and (max-width: 1024em) {
    .RV_default .wrvInschrijven .contactform_tip > .tip {
        padding: 0 1.875rem 1.8975rem 1.875rem;
        margin-top: -15px;
    }
}
@media only screen and (max-width: 40em) {
    .RV_default .wrvInschrijven .contactform_tip > .tip {
        padding: 0 0.9875rem 1.8975rem 0.9875rem;
        margin-top: 0px;
    }
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(1) {
    margin-bottom: 0rem;
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(1) .labelText {
    display: none;
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(1) + div:not(.tip) {
    margin-top: -3.75rem;
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(2) {
    border-top: 10px solid #fff;
    padding: 3.75rem 0 1.875rem 0;
}
@media only screen and (max-width: 40em) {
    .RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(2) {
        padding: 0.9875rem 0 0.9875rem 0;
        text-align: left;
    }
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(2) .labelText {
    color: black;
    font-family: "AvenirNextDemi", sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0;
    line-height: 40px;
    text-align: center;
    font-size: 1.5rem;
    opacity: 1;
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(2) .labelText:first-letter {
    text-transform: none;
}
@media only screen and (max-width: 40em) {
    .RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(2) .labelText {
        padding: 15px 15px 0 15px;
        text-align: left;
    }
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(2) .valueText {
    display: none;
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(3) {
    padding-bottom: 0px;
    width: 100%;
    display: block;
    margin-top: 0px;
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(4) {
    width: 160px;
    padding: 0;
    text-align: left;
    margin-right: 25px;
}
@media only screen and (min-width: 768px) {
    .RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(4) {
        margin-left: -240px;
        float: none;
    }
}
@media only screen and (min-width: 40em) and (max-width: 768px) {
    .RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(4) {
        float: left;
        margin-left: 1.875rem;
    }
}
@media only screen and (max-width: 40em) {
    .RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(4) {
        display: block;
        width: 100%;
        padding: 0 0.9875rem 0 0.9875rem;
        margin-left: 0;
    }
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(4) .labelText {
    margin-left: 0px;
}
@media only screen and (max-width: 40em) {
    .RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(4) .labelText {
        display: block;
        text-align: left;
        margin-left: 0;
        padding: 0;
    }
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(4) .valueText {
    width: 160px;
}
@media only screen and (max-width: 40em) {
    .RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(4) .valueText {
        width: 160px;
        float: none !important;
        display: block;
        margin-bottom: 1.875rem;
        margin: 0 auto 15px auto;
        width: 100%;
        max-width: 100%;
    }
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(4) .valueText input {
    max-width: 160px;
    margin-left: 0px;
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(4) .valueText .error span.error {
    width: 160px;
    display: table;
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(4) .valueText .error span.error + span.error {
    display: none;
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(5) {
    float: none;
    width: 90px;
    padding: 0;
    margin-right: 15px;
}
@media only screen and (max-width: 40em) {
    .RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(5) {
        float: left;
        padding-left: 15px;
    }
}
@media only screen and (min-width: 40em) and (max-width: 768px) {
    .RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(5) {
        float: left;
    }
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(5) .valueText {
    width: 90px;
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(5) .valueText .error span.error {
    width: 90px;
    display: table;
    line-height: 1.25rem;
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(5) .valueText .error span.error + span.error {
    display: none;
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(6) {
    float: none;
    width: 50px;
    padding: 0px;
}
@media only screen and (min-width: 40em) and (max-width: 768px) {
    .RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(6) {
        float: left;
    }
}
@media only screen and (max-width: 40em) {
    .RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(6) {
        float: left;
        padding-left: 15px;
    }
}
.RV_default .wrvInschrijven .contactform_tip > .tip:nth-child(6) .valueText {
    width: 50px;
}
.RV_default .wrvInschrijven .contactform_tip > .tip .labelText {
    float: none !important;
    display: inline-block;
    max-width: none;
    text-align: left;
    width: 100%;
    max-width: 594px;
}
.RV_default .wrvInschrijven .contactform_tip > .tip .valueText {
    float: none !important;
    display: block;
    margin-bottom: 1.875rem;
    max-width: 594px;
    margin: 0 auto 1.875rem auto;
    width: 100%;
}
@media only screen and (max-width: 40em) {
    .RV_default .wrvInschrijven .contactform_tip > .tip .valueText {
        margin-bottom: 0.9875rem;
    }
}
.RV_default .wrvInschrijven .contactform_tip > .tip .valueText .error span.error {
    padding: 7.5px 15px;
    width: 100%;
}
.RV_default .contactformulier_tips .contact_tips {
    float: none;
    margin: auto;
    display: block;
    width: 100%;
    margin-top: -15px;
}
.RV_default .contactformulier_tips .contact_tips .valueText {
    width: 100%;
    margin-bottom: 1.875rem;
    max-width: 594px;
    float: none !important;
    margin: 0 auto 1.875rem auto;
    padding: 0 1.875rem;
}
@media only screen and (max-width: 40em) {
    .RV_default .contactformulier_tips .contact_tips .valueText {
        padding: 0 15px;
    }
}
.RV_default .contactformulier_tips .contact_tips .labelText {
    width: 100%;
    float: none;
    margin: auto;
    display: inline-block;
    max-width: 594px !important;
    text-align: left !important;
    padding: 0 1.875rem;
}
@media only screen and (max-width: 40em) {
    .RV_default .contactformulier_tips .contact_tips .labelText {
        text-align: left !important;
        padding: 0 15px;
    }
}
.RV_default .contactformulier_tips .contact_tips > div:not(.contact_tips) {
    display: inline-block;
}
.RV_default .contactformulier_tips .text-center.colorblock.dg_question {
    border-top: 10px solid #fff;
}
.RV_default .contactformulier_tips .text-center.colorblock.dg_question h2 {
    margin-top: 30px;
}
.RV_default .contactformulier_tips .chosen-container {
    text-align: left;
}
.RV_default div[data-keyword="RV_Locatie"] .dg_questionAnswers > li {
    height: auto;
    position: relative;
    padding-top: 85px;
    min-width: 100px;
}
.RV_default [class^="icon-"]:before,
.RV_default [class*=" icon-"]:before {
    font-size: 6rem;
    color: #57590a;
}
.RV_default .dg_questionAnswerIcon,
.RV_default .dg_questionIcon {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    width: 100%;
}
.RV_default #dg_answers > div > ul > li.dg_questionAnswerHist:nth-child(2) .dg_questionAnswerHistIcon {
    display: block;
    position: relative;
}
.RV_default #dg_answers > div > ul > li.dg_questionAnswerHist:nth-child(2) > .dg_questionAnswerHistIcon {
    display: none;
}
.RV_default
    #dg_answers
    > div[data-container="DG/DGGraph_RV_Reparatieverzoek_Online"]
    > ul
    > li.dg_questionAnswerHist:nth-child(2)
    > .dg_questionAnswerHistText
    ul
    > li {
    padding-top: 85px;
    height: auto;
    position: relative;
    min-width: 100px;
}
.RV_default
    #dg_answers
    > div[data-container="DG/DGGraph_MD_Meldingen"]
    > ul
    > li.dg_questionAnswerHist:nth-child(2)
    > .dg_questionAnswerHistText
    ul
    > li {
    padding-top: 7.5px !important;
}
.RV_default
    #dg_answers
    > div[data-container="DG/DGGraph_SC_Service en contact"]
    > ul
    > li.dg_questionAnswerHist:nth-child(2)
    > .dg_questionAnswerHistText
    ul
    > li {
    padding-top: 7.5px !important;
}
.RV_default .dg_questionAnswerHist:nth-child(2) .answer-hist-icon {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    width: 100%;
}
.RV_default .wrvInschrijven > div form .text-center.colorblock.dg_question + .row {
    width: 100%;
    position: relative;
    top: -30px;
}
.RV_default .wrvInschrijven > div form .text-center.colorblock.dg_question + .row .valueText {
    width: 100%;
}
.RV_default .wrvInschrijven > div form .text-center.colorblock.dg_question + .row .labelText {
    min-width: 100%;
    text-align: center;
}
.RV_default .wrvInschrijven > div form .text-center.colorblock.dg_question + .row + div:not(.row) {
    margin-top: -45px;
}
.RV_default
    fieldset
    .wrvInschrijven
    div[data-container="Apps/R_Element_WRVInschrijven"]
    form
    .text-center.colorblock.dg_question {
    margin: 0;
    padding: 0 30px 15px 30px;
    margin-top: -15px;
}
@media only screen and (max-width: 40em) {
    .RV_default
        fieldset
        .wrvInschrijven
        div[data-container="Apps/R_Element_WRVInschrijven"]
        form
        .text-center.colorblock.dg_question {
        padding: 0 15px 15px 15px;
    }
}
.RV_default
    fieldset
    .wrvInschrijven
    div[data-container="Apps/R_Element_WRVInschrijven"]
    form
    .text-center.colorblock.dg_question
    table
    tbody
    tr
    td {
    padding: 7.5px 15px;
}
.RV_default .default.small-12.medium-12.large-8.large-offset-2 {
    padding-left: 15px;
    margin: 30px 0 30px 0;
}
.RV_default .colorblock.rv_melden,
.RV_default .colorblock_white.rv_melden {
    padding: 3.75rem 3.75rem 15px 3.75rem;
    margin-bottom: 30px;
    margin-top: -65px;
}
.RV_default .colorblock.rv_melden .contact_area.rv_verzekeraar,
.RV_default .colorblock_white.rv_melden .contact_area.rv_verzekeraar {
    display: inline-block;
    width: 100%;
    margin: 15px 0px;
    max-width: 592px;
}
.RV_default .colorblock.rv_melden .contact_area.rv_verzekeraar .labelText,
.RV_default .colorblock.rv_melden .contact_area.rv_verzekeraar .valueText,
.RV_default .colorblock_white.rv_melden .contact_area.rv_verzekeraar .labelText,
.RV_default .colorblock_white.rv_melden .contact_area.rv_verzekeraar .valueText {
    width: 100%;
    text-align: center !important;
    margin: 0;
    float: none;
    max-width: none;
}
.RV_default .colorblock.rv_melden .contact_area.rv_verzekeraar + div:not(.contact_area),
.RV_default .colorblock_white.rv_melden .contact_area.rv_verzekeraar + div:not(.contact_area) {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: -60px;
}
.RV_default .colorblock.rv_melden .contact_area.rv_verzekeraar + div:not(.contact_area) #btnAnnuleren,
.RV_default .colorblock_white.rv_melden .contact_area.rv_verzekeraar + div:not(.contact_area) #btnAnnuleren {
    display: block;
    margin-top: 15px;
    margin-bottom: 0;
}
.RV_default .colorblock.rv_melden > .contact_area.rv_verzekeraar:first-of-type {
    margin-top: -45px;
}
.RV_default .row + .row + .row #dg_expandedelements .row .row fieldset {
    margin-bottom: 10px;
}
.wrvInschrijven .colorblock_white .contact_area .valueText textarea {
    margin-top: 30px !important;
    display: block;
}
.wrvInschrijven .colorblock_white .contact_area.rv_verzekeraar .valueText textarea {
    margin-top: 0px !important;
}
.wrvInschrijven .colorblock_white .contact_area.rv_schade:nth-child(1) {
    margin-bottom: 0;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area.rv_schade:nth-child(1) .labelText {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    text-transform: none;
    color: black;
    padding: 30px 0;
    opacity: 1;
    display: block;
    min-width: 100%;
    text-transform: none;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area.rv_schade:nth-child(2) {
    padding: 0;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area.rv_schade:nth-child(2) .labelText {
    text-align: left;
    float: none;
    display: block;
    text-transform: none;
    padding-top: 0;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area.rv_schade:nth-child(3) .labelText {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    text-transform: none;
    color: black;
    padding: 30px 0;
    opacity: 1;
    display: block;
    min-width: 100%;
    text-transform: none;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area.rv_verzekeraar {
    margin-bottom: 0px;
    margin-top: -30px;
    display: block;
    float: none;
    margin: 0 auto;
    padding: 30px 0;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area.rv_verzekeraar .labelText {
    display: block;
    width: 100%;
    max-width: 594px;
    padding: 30px 0;
}
@media only screen and (max-width: 40em) {
    .RV_default .wrvInschrijven .colorblock_white .contact_area.rv_verzekeraar .labelText {
        padding: 30px 15px;
    }
}
.RV_default .wrvInschrijven .colorblock_white > .contact_area.rv_verzekeraar:nth-child(3) {
    margin-bottom: 0px;
    margin-top: -30px;
}
.RV_default .wrvInschrijven .colorblock_white > .contact_area.rv_verzekeraar:nth-child(3) .labelText {
    display: block;
    margin-bottom: 0px;
    padding: 15px 0 0px 0;
}
.RV_default .wrvInschrijven .colorblock_white > .contact_area.rv_verzekeraar:nth-child(2) .labelText {
    color: black;
    text-align: left;
    text-transform: lowercase;
    font-size: 1rem;
    font-family: "AvenirNextMedium", sans-serif;
    opacity: 0.6;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area + div:not(.contact_area) .centered {
    float: none;
    text-align: center;
    display: inline-block;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area + div:not(.contact_area) .centered button {
    display: block;
    float: none !important;
    margin: 30px auto -120px auto;
}
.RV_default .dg_elementExpandedPanel > .row:last-child .row .colorblock_white .contact_area + .colorblock.text-center {
    margin-top: 10px !important;
    padding: 3.75rem 3.75rem 0 3.75rem;
}
.RV_default
    .dg_elementExpandedPanel
    > .row:last-child
    .row
    .colorblock_white
    .contact_area
    + .colorblock.text-center
    + div {
    display: inline-block;
    width: 100%;
    margin-bottom: -30px;
}
.wrvInschrijven .colorblock_white .contact_area + .colorblock.text-center .centered {
    margin-bottom: -60px;
    display: inline-block;
}
.RV_default
    .dg_elementExpandedPanel
    .wrvInschrijven
    .colorblock_white
    > .contact_area.splits:first-child
    + div.colorblock.text-center {
    margin-top: 70px;
}
.RV_default
    .dg_elementExpandedPanel
    > .row:last-child
    .row
    .colorblock_white
    .contact_area
    + .colorblock.text-center
    + div:not(.contact_area):not(.splits):not(.rv_verzekeraar) {
    background-color: #eaebe1;
    margin-bottom: -15px;
    margin-top: 0;
}
@media only screen and (max-width: 40em) {
    .RV_default
        .dg_elementExpandedPanel
        > .row:last-child
        .row
        .colorblock_white
        .contact_area
        + .colorblock.text-center
        + div:not(.contact_area):not(.splits):not(.rv_verzekeraar) {
        margin-bottom: 0;
    }
}
.RV_default .wrvInschrijven .colorblock_white .contact_area + div:not(.contact_area):not(.rv_verzekeraar).colorblock {
    margin-top: 10px !important;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area.rv_verzekeraar:first-child {
    margin-top: 15px;
    padding: 1.875rem 0;
    margin-bottom: -1.875rem;
}
.RV_default
    .wrvInschrijven
    .colorblock_white
    .contact_area
    + div:not(.contact_area).colorblock
    + div:not(.rv_verzekeraar):not(.contact_area) {
    background-color: #eaebe1;
    float: none;
    margin: -30px auto 0 auto;
    width: 100%;
}
@media only screen and (max-width: 40em) {
    .RV_default
        .wrvInschrijven
        .colorblock_white
        .contact_area
        + div:not(.contact_area).colorblock
        + div:not(.rv_verzekeraar):not(.contact_area) {
        margin-top: 0;
    }
}
.RV_default
    .wrvInschrijven
    .colorblock_white
    .contact_area
    + div:not(.contact_area).colorblock
    + div:not(.rv_verzekeraar):not(.contact_area)
    button {
    display: block;
}
.RV_default #dg_answers + ul + #dg_question + #dg_expandedelements .colorblock {
    margin-top: 0px;
}
.RV_default .dg_elementExpandedPanel .row .row fieldset {
    margin-bottom: 10px;
    display: inline-block;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area + div:not(.contact_area):not(.rv_verzekeraar) {
    display: inline-block;
    margin-top: 0px;
    margin: auto;
    float: none;
    width: 100%;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area + div:not(.contact_area):not(.rv_verzekeraar) button {
    display: block;
    margin-top: 0px !important;
}
.RV_default .wrvInschrijven .colorblock_white .contact_area + div:not(.contact_area):not(.rv_verzekeraar) button + a {
    text-align: center;
    display: block;
    margin: 1.875rem 0 0 0;
}
.RV_default .text-center.colorblock.dg_question h2 b {
    margin-top: 20px;
}
.RV_default .text-center.colorblock.dg_question h2:first-child b {
    margin-top: 40px;
}
.RV_default .article {
    background-color: #eaebe1;
    padding: 3.75rem 11.25rem !important;
}
.RV_default .article p {
    margin: 0;
}
.RV_default .article a,
.RV_default .article a:hover {
    color: black !important;
}
.RV_default .article h2,
.RV_default .article .header-2 {
    display: block;
    padding-top: 1.875rem;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.375rem;
    font-weight: bold;
    color: black;
}
.RV_default .article h3,
.RV_default .article .header-3 {
    display: block;
    padding-top: 1.875rem;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    color: #292b06;
}
.RV_default .article ul,
.RV_default .article ol {
    padding-left: 1.25rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    font-size: 1.125rem;
    list-style: none;
}
.RV_default .article ul li,
.RV_default .article ol li {
    display: block;
    position: relative;
    padding-left: 0.625rem;
    font-size: 1.125rem;
}
.RV_default .article ul li:before,
.RV_default .article ol li:before {
    margin-right: 0.625rem;
    font-family: "AvenirNextMedium", sans-serif;
    color: black;
    position: absolute;
    top: 0;
    left: -1.25rem;
}
.RV_default .article ol li {
    counter-increment: item;
}
.RV_default .article ol li:before {
    content: counter(item) ".";
}
.RV_default .article ul li:before {
    content: "\2022";
}
@media only screen and (max-width: 40em) {
    .RV_default .article {
        padding: 0.9375rem !important;
    }
}
#HuuropbouwContract_Periode {
    float: left;
    width: 100%;
    margin-top: 0.9375rem;
}
#HuuropbouwContract_Periode .chosen-container-single .chosen-single span {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 18px;
}
#HuuropbouwContract_Periode .chosen-single .search-choice-close {
    display: none !important;
}
#HuuropbouwContract_Periode .chosen-container .chosen-results li.active-result {
    font-size: 18px;
}
@media screen and (max-width: 40em) {
    #HuuropbouwContract_Periode {
        margin-top: 2.8125rem;
        margin-bottom: -1.875rem;
    }
}
#lblHuuropbouwContract_Periode {
    display: none;
}
#R_Element_InfoHuuropbouwContract_Periode {
    margin-bottom: 30px;
    margin-top: 15px;
}
.infoHuuropbouwHuurtoeslag {
    margin-top: 0.9375rem;
}
.infoHuuropbouwHuurtoeslag table {
    margin-bottom: 0 !important;
}
.infoHuuropbouwHuurtoeslag table::after {
    content: "";
    display: block;
    height: 1.875rem;
    width: 100%;
    background-color: #fff;
}
.infoHuuropbouwContract .row.adresgegevens,
.dossiers .row.adresgegevens {
    margin: 1.875rem 0;
    color: black;
}
.infoHuuropbouwContract .row.adresgegevens .adresregel p.labeltext,
.dossiers .row.adresgegevens .adresregel p.labeltext {
    opacity: 0.6;
    font-size: 16px;
    font-family: "AvenirNextMedium", sans-serif;
}
.infoHuuropbouwContract .row.adresgegevens .adresregel p,
.dossiers .row.adresgegevens .adresregel p {
    color: black;
    font-family: "AvenirNextMedium", sans-serif;
}
.infoHuuropbouwContract .row.adresgegevens .columns,
.dossiers .row.adresgegevens .columns {
    padding-left: 0px;
    padding-right: 0px;
}
.infoHuuropbouwContract .row.adresgegevens .labelText,
.dossiers .row.adresgegevens .labelText {
    opacity: 0.6;
    color: black;
}
.infoHuuropbouwContract h3,
.dossiers h3 {
    padding-left: 1.875rem !important;
    padding-bottom: 1.875rem !important;
    background-color: #fff;
    font-size: 20px;
    font-family: "AvenirNextDemi", sans-serif;
    color: black;
}
.infoHuuropbouwContract p.info,
.dossiers p.info {
    background-color: #fff;
    padding: 0 1.875rem 1.875rem 1.875rem;
}
.infoHuuropbouwContract > div:nth-child(3),
.dossiers > div:nth-child(3) {
    background-color: #fff;
    margin-top: -20px;
    padding: 0px 30px 30px 30px;
    font-family: "AvenirNextDemi", sans-serif;
    line-height: 30px;
}
.infoHuuropbouwContract > div:nth-child(3) div#BrutoHuur,
.dossiers > div:nth-child(3) div#BrutoHuur {
    text-align: right;
}
.infoHuuropbouwContract table,
.dossiers table {
    border: 0px;
}
.infoHuuropbouwContract table thead,
.dossiers table thead {
    background-color: #fff;
    border: 0px;
}
.infoHuuropbouwContract table thead tr th,
.dossiers table thead tr th {
    padding: 0 1.875rem;
}
.infoHuuropbouwContract table thead tr th span,
.dossiers table thead tr th span {
    font-size: 16px;
    color: black;
    line-height: 30px;
    opacity: 0.6;
}
.infoHuuropbouwContract table thead tr th a,
.dossiers table thead tr th a {
    text-decoration: none;
    color: black;
    opacity: 0.6;
    font-size: 18px;
}
.infoHuuropbouwContract table thead tr th a:hover,
.dossiers table thead tr th a:hover {
    color: black;
    opacity: 0.6;
}
.infoHuuropbouwContract table thead td,
.dossiers table thead td {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}
.infoHuuropbouwContract table tbody,
.dossiers table tbody {
    background-color: #fff;
    border: 0px;
}
.infoHuuropbouwContract table tbody tr:nth-of-type(even),
.dossiers table tbody tr:nth-of-type(even) {
    background-color: #fff;
}
.infoHuuropbouwContract table tbody tr td,
.dossiers table tbody tr td {
    color: black;
    font-size: 18px;
    font-family: "AvenirNextMedium", sans-serif;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.infoHuuropbouwContract table tbody tr td a,
.dossiers table tbody tr td a {
    color: black !important;
    font-size: 18px !important;
    font-family: "AvenirNextMedium", sans-serif !important;
}
.infoHuuropbouwContract table tbody tr td a:hover,
.dossiers table tbody tr td a:hover {
    color: black !important;
}
@media screen and (max-width: 40em) {
    .infoHuuropbouwContract table,
    .dossiers table {
        width: 100%;
    }
    .infoHuuropbouwContract table thead tr th,
    .infoHuuropbouwContract table tbody tr td,
    .dossiers table thead tr th,
    .dossiers table tbody tr td {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 35%;
    }
    .infoHuuropbouwContract table tbody tr td:first-child,
    .dossiers table tbody tr td:first-child {
        width: 65%;
        max-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .infoHuuropbouwContract h3,
    .infoHuuropbouwContract p.info,
    .dossiers h3,
    .dossiers p.info {
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }
    .infoHuuropbouwContract p.labelText,
    .dossiers p.labelText {
        padding: 0;
    }
    .infoHuuropbouwContract #lblBrutoHuur,
    .infoHuuropbouwContract #BrutoHuur,
    .dossiers #lblBrutoHuur,
    .dossiers #BrutoHuur {
        padding-left: 0;
        padding-right: 0;
    }
}
.infoWoningwaardering .row.punten {
    margin: 1.875rem 0;
    color: black;
}
.infoWoningwaardering .row.punten .columns {
    padding-left: 0px;
    padding-right: 0px;
}
.infoWoningwaardering .row.punten .labelText {
    opacity: 0.6;
    font-size: 16px;
    color: black;
    text-transform: lowercase;
}
.infoWoningwaardering .row.punten p {
    font-family: "AvenirNextMedium", sans-serif;
}
.infoWoningwaardering h3 {
    padding-left: 1.875rem !important;
    padding-bottom: 1.875rem !important;
    background-color: #fff;
    font-size: 20px;
    font-family: "AvenirNextDemi", sans-serif;
    color: black;
}
.infoWoningwaardering table {
    border: 0px;
    margin-bottom: 0;
}
.infoWoningwaardering table thead {
    background-color: #fff;
    border: 0px;
}
.infoWoningwaardering table thead tr th {
    padding: 1.875rem;
    padding-bottom: 5px;
}
.infoWoningwaardering table thead tr th span {
    font-size: 16px;
    color: black !important;
    line-height: 30px;
    opacity: 0.6;
    text-transform: lowercase;
}
.infoWoningwaardering table thead tr th a {
    text-decoration: none;
    color: black !important;
    opacity: 0.6;
    font-size: 16px;
    text-transform: lowercase;
}
.infoWoningwaardering table thead tr th a:hover {
    color: black !important;
}
.infoWoningwaardering table thead tr th:nth-of-type(2) {
    padding-left: 0;
}
.infoWoningwaardering table thead td {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}
.infoWoningwaardering table tbody {
    background-color: #fff;
    border: 0px;
}
.infoWoningwaardering table tbody tr:nth-of-type(even) {
    background-color: #fff;
}
.infoWoningwaardering table tbody tr {
    cursor: pointer !important;
}
.infoWoningwaardering table tbody tr td {
    color: black;
    font-size: 18px;
    font-family: "AvenirNextMedium", sans-serif;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.infoWoningwaardering table tbody tr td a {
    color: black !important;
    font-size: 18px !important;
    font-family: "AvenirNextMedium", sans-serif !important;
}
.infoWoningwaardering table tbody tr td a:hover {
    color: black !important;
}
.infoWoningwaardering table tbody tr td:nth-of-type(2) {
    padding-left: 0;
}
.infoWoningwaardering table .fa {
    font-size: 0.875rem;
    color: #929275;
}
@media screen and (max-width: 40em) {
    .infoWoningwaardering table {
        width: 100%;
    }
    .infoWoningwaardering table thead tr th,
    .infoWoningwaardering table tbody tr td {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 35%;
    }
    .infoWoningwaardering table tbody tr td:first-child {
        width: 65%;
        max-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .infoWoningwaardering h3,
    .infoWoningwaardering p.info {
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }
    .infoWoningwaardering p.labelText {
        padding: 0;
    }
}
.loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: 999;
    background-color: rgba(240, 241, 233, 0.75);
}
.loader-wrapper {
    display: block;
    width: 66px;
    height: 66px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.loader-image {
    background: url("../../../../uiCustom/woonbron/images/wb-loader.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 66px;
    height: 66px;
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: width 2s;
}
@-webkit-keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.dgstartelement .wrvInschrijven .button:nth-child(1):nth-last-child(1) {
    float: none !important;
}
.bb-default {
    padding: 0;
    padding-bottom: 3.75rem;
}
.bb-default .button:disabled {
    background-color: #3a3d0c !important;
    opacity: 0.25 !important;
}
.bb-default h1 {
    margin: 0;
    padding: 0;
    padding-bottom: 3.75rem;
}
.bb-default .default.columns {
    padding: 0 0.9375rem;
}
.bb-default span.error,
.bb-default small.error {
    font-style: normal;
}
.bb-default .download-links-header {
    display: block;
    padding-top: 2.8125rem;
    border-top: 2px solid #aeb60b;
    font-family: "AvenirNextMedium", sans-serif;
    font-size: 1.375rem;
    color: #292b06;
}
.bb-default .article {
    background-color: #eaebe1;
    padding: 3.75rem !important;
    border-right: 0.9375rem white solid;
    border-left: 0.9375rem white solid;
}
.bb-default .article-inline {
    border: 0;
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
}
.bb-default .article-spaced {
    margin-bottom: 10px;
}
.bb-default .article p {
    margin: 0;
}
.bb-default .article a,
.bb-default .article a:hover {
    color: black !important;
}
.bb-default .article h2,
.bb-default .article .header-2 {
    display: block;
    padding-top: 1.875rem;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.375rem;
    font-weight: bold;
    color: black;
}
.bb-default .article h2:first-child,
.bb-default .article .header-2:first-child {
    padding: 0;
}
.bb-default .article h3,
.bb-default .article .header-3 {
    display: block;
    padding-top: 1.875rem;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    color: #292b06;
}
.bb-default .article .conclusion h3 {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: black;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 1.875rem;
    display: block;
    width: 100%;
    text-align: center;
}
.bb-default .article .conclusion .labeltext {
    line-height: 40px !important;
    font-size: 1rem !important;
    font-family: "AvenirNextMedium", sans-serif !important;
    opacity: 0.6 !important;
    text-transform: lowercase !important;
}
.bb-default .article ul,
.bb-default .article ol {
    padding-left: 1.25rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    font-size: 1.125rem;
    list-style: none;
}
.bb-default .article ul li,
.bb-default .article ol li {
    display: block;
    position: relative;
    padding-left: 0.625rem;
    font-size: 1.125rem;
}
.bb-default .article ul li:before,
.bb-default .article ol li:before {
    margin-right: 0.625rem;
    font-family: "AvenirNextMedium", sans-serif;
    color: black;
    position: absolute;
    top: 0;
    left: -1.25rem;
}
.bb-default .article ol li {
    counter-increment: item;
}
.bb-default .article ol li:before {
    content: counter(item) ".";
}
.bb-default .article ul li:before {
    content: "\2022";
}
.bb-default .article .woonbron-button {
    color: white !important;
    float: none;
}
.bb-default .article .woonbron-button:hover {
    color: #fff !important;
}
.bb-default .article .woonbron-button:focus {
    outline: none;
}
.bb-default .article .woonbron-button + .formtextlink {
    padding-left: 0.9375rem;
}
.bb-default .article .button {
    float: none;
}
@media only screen and (max-width: 40em) {
    .bb-default .article {
        padding: 0.9375rem !important;
    }
}
.bb-default .article .actions {
    padding-top: 1.875rem;
}
.bb-default .article .actions button {
    float: none !important;
}
.bb-default .article .actions .formtextlink {
    margin-left: 0 !important;
}
.bb-default .article .medium-centered {
    width: 100%;
}
.bb-default .dgstartelement {
    padding: 0;
    margin: 0;
    margin-bottom: 3.75rem;
    max-width: 100%;
}
@media screen and (min-width: 64em) {
    .bb-default .dgstartelement {
        padding: 0;
    }
}
.bb-default .dgstartelement input[name^="inpPostcode_"],
.bb-default .dgstartelement input[name^="inpHuisNr_"],
.bb-default .dgstartelement input[name^="inpHuisNrToevoeging_"] {
    width: 100% !important;
}
.bb-default .dgstartelement .dg_answerPanel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bb-default .dgstartelement .dg_answerPanel ul li.dg_questionAnswerHist {
    display: block;
    background-color: #eaebe1;
    padding: 3.75rem;
    margin: 0;
    margin-bottom: 10px;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.125rem;
    line-height: 30px;
    font-weight: normal;
}
@media only screen and (max-width: 40em) {
    .bb-default .dgstartelement .dg_answerPanel ul li.dg_questionAnswerHist {
        padding: 1.875rem 0.9375rem !important;
    }
}
.bb-default .dgstartelement .dg_answerPanel ul li.dg_questionAnswerHist .dg_questionAnswerHistText {
    display: block;
    margin: 0;
    padding: 0;
    overflow: visible;
}
.bb-default .dgstartelement .dg_answerPanel ul li.dg_questionAnswerHist .dg_questionAnswerHistText > span {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: black;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 1.875rem;
    display: block;
    width: 100%;
    text-align: center;
}
.bb-default .dgstartelement .dg_answerPanel ul li.dg_questionAnswerHist .dg_questionAnswerHistText > ul {
    list-style: none;
    margin: -7px 0;
    padding: 0;
    text-align: center;
}
.bb-default .dgstartelement .dg_answerPanel ul li.dg_questionAnswerHist .dg_questionAnswerHistText > ul > li {
    display: inline-block;
    float: none;
    width: auto;
    background-color: #fff;
    padding: 10px 25px;
    height: auto;
    margin: 7px;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 rgba(58, 61, 12, 0.3);
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.125rem;
    text-transform: lowercase;
    text-align: center;
    line-height: 30px;
    opacity: 0.5;
}
@media only screen and (max-width: 40em) {
    .bb-default .dgstartelement .dg_answerPanel ul li.dg_questionAnswerHist .dg_questionAnswerHistText > ul > li {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 0.9375rem;
    }
}
.bb-default .dgstartelement .dg_answerPanel ul li.dg_questionAnswerHist .dg_questionAnswerHistText > ul > li.selected {
    opacity: 1;
}
.bb-default
    .dgstartelement
    .dg_answerPanel
    ul
    li.dg_questionAnswerHist
    .dg_questionAnswerHistText
    > ul
    > li
    .answer-hist-icon {
    display: block;
    font-size: 75px;
    padding-top: 10px;
    margin-bottom: -10px;
    width: auto;
}
.bb-default .dgstartelement .dg_question {
    border: none;
    margin: 0;
    padding: 0;
}
.bb-default .dgstartelement .dg_question .dg_questionIcon {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.bb-default .dgstartelement .dg_question .dg_questionText {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: black;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 1.875rem;
    display: block;
    width: 100%;
    text-align: center;
}
.bb-default .dgstartelement ul.dg_questionAnswers {
    list-style: none;
    margin: -7px 0;
    padding: 0;
    text-align: center;
}
.bb-default .dgstartelement ul.dg_questionAnswers > li {
    display: inline-block;
    float: none;
    width: auto;
    background-color: #fff;
    padding: 10px 25px;
    height: auto;
    margin: 7px;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 rgba(58, 61, 12, 0.3);
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.125rem;
    text-transform: lowercase;
    text-align: center;
    line-height: 30px;
}
@media only screen and (max-width: 40em) {
    .bb-default .dgstartelement ul.dg_questionAnswers > li {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 0.9375rem;
    }
}
.bb-default .dgstartelement ul.dg_questionAnswers > li .dg_questionAnswerIcon {
    display: block;
    font-size: 75px;
    padding-top: 10px;
    margin-bottom: -10px;
    width: auto;
}
.bb-default .dgstartelement ul.dg_questionAnswers > li .dg_questionAnswerText {
    display: block;
    padding: 0;
    margin: 0;
}
.bb-default .dgstartelement .dg_questionPanel > .ng-isolate-scope {
    display: block;
    padding: 3.75rem;
    background-color: #eaebe1;
    margin: 0;
    margin-bottom: 10px;
}
@media only screen and (max-width: 40em) {
    .bb-default .dgstartelement .dg_questionPanel > .ng-isolate-scope {
        padding: 1.875rem 0.9375rem !important;
    }
}
.bb-default fieldset {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    background-color: white;
}
.bb-default fieldset legend {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: black;
    z-index: 1;
    position: relative;
    top: auto;
    font-weight: normal;
    padding: 0;
    margin: 3.75rem 0;
    margin-bottom: 1.875rem;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 40em) {
    .bb-default fieldset legend {
        margin: 0.9375rem 0;
        margin-top: 1.875rem;
        width: 100%;
    }
}
.bb-default fieldset .wrvInschrijven,
.bb-default fieldset .infoRVHistorie {
    background-color: #eaebe1;
    font-size: 1.125rem;
}
.bb-default fieldset .wrvInschrijven .formtextlink,
.bb-default fieldset .infoRVHistorie .formtextlink {
    margin: 0.9375rem auto;
    color: black;
}
.bb-default fieldset .wrvInschrijven > div,
.bb-default fieldset .wrvInschrijven > div::before,
.bb-default fieldset .wrvInschrijven > div::after,
.bb-default fieldset .infoRVHistorie > div,
.bb-default fieldset .infoRVHistorie > div::before,
.bb-default fieldset .infoRVHistorie > div::after {
    content: " ";
    display: table;
    width: 100%;
}
.bb-default fieldset .wrvInschrijven form > div.row,
.bb-default fieldset .infoRVHistorie form > div.row {
    padding: 3.75rem;
    padding-top: 0;
    padding-bottom: 0.9375rem;
}
@media only screen and (max-width: 40em) {
    .bb-default fieldset .wrvInschrijven form > div.row,
    .bb-default fieldset .infoRVHistorie form > div.row {
        padding: 0.9375rem;
        padding-top: 0;
        padding-bottom: 0.9375rem;
    }
}
.bb-default fieldset .wrvInschrijven form > div.row .labelText:not(.labelText_),
.bb-default fieldset .infoRVHistorie form > div.row .labelText:not(.labelText_) {
    line-height: 40px;
    font-size: 1rem;
    font-family: "AvenirNextMedium", sans-serif;
    opacity: 0.6;
    text-transform: lowercase;
}
.bb-default fieldset .wrvInschrijven form > div.row .labelText_checkbox,
.bb-default fieldset .wrvInschrijven form > div.row .valueText_checkbox,
.bb-default fieldset .infoRVHistorie form > div.row .labelText_checkbox,
.bb-default fieldset .infoRVHistorie form > div.row .valueText_checkbox {
    text-align: center;
}
.bb-default fieldset .wrvInschrijven form > div.text-center,
.bb-default fieldset .infoRVHistorie form > div.text-center {
    padding: 0 1.875rem;
}
@media only screen and (max-width: 40em) {
    .bb-default fieldset .wrvInschrijven form > div.text-center,
    .bb-default fieldset .infoRVHistorie form > div.text-center {
        padding: 0 0.9375rem;
    }
}
.bb-default fieldset .wrvInschrijven form > div.horizontal-rule,
.bb-default fieldset .infoRVHistorie form > div.horizontal-rule {
    overflow: hidden;
    height: 10px;
    background: white;
    margin: 2.8125rem 0 3.75rem 0;
}
.bb-default fieldset .wrvInschrijven form > div.horizontal-rule + div.row > .labelText,
.bb-default fieldset .infoRVHistorie form > div.horizontal-rule + div.row > .labelText {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: black;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 1.875rem;
    display: block;
    width: 100%;
    text-align: center;
    opacity: 1;
}
.bb-default fieldset .wrvInschrijven form > div.horizontal-rule + div.row > .labelText.large-centered.labelText_label,
.bb-default fieldset .infoRVHistorie form > div.horizontal-rule + div.row > .labelText.large-centered.labelText_label {
    text-transform: none !important;
}
.bb-default fieldset .wrvInschrijven form > div.text-center h2,
.bb-default fieldset .infoRVHistorie form > div.text-center h2 {
    font-family: "AvenirNextDemi", sans-serif !important;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: normal;
    margin-bottom: 1.875rem;
}
.bb-default fieldset .wrvInschrijven form > div.actions,
.bb-default fieldset .infoRVHistorie form > div.actions {
    background-color: #eaebe1;
    padding-top: 0.9375rem;
    padding-bottom: 3.75rem;
    margin: 0;
    text-align: center;
}
.bb-default fieldset .wrvInschrijven form > div.actions button,
.bb-default fieldset .infoRVHistorie form > div.actions button {
    float: none !important;
    margin: 0;
}
.bb-default fieldset .wrvInschrijven form > div.actions > .columns,
.bb-default fieldset .infoRVHistorie form > div.actions > .columns {
    padding: 0;
}
@media only screen and (max-width: 40em) {
    .bb-default fieldset .wrvInschrijven form > div.actions,
    .bb-default fieldset .infoRVHistorie form > div.actions {
        padding-bottom: 1.875rem;
    }
    .bb-default fieldset .wrvInschrijven form > div.actions button,
    .bb-default fieldset .infoRVHistorie form > div.actions button {
        display: block;
        width: 100%;
    }
}
.bb-default fieldset .wrvInschrijven form > div.conclusion h3,
.bb-default fieldset .infoRVHistorie form > div.conclusion h3 {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: black;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 1.875rem;
    display: block;
    width: 100%;
    text-align: center;
}
.bb-default fieldset .wrvInschrijven form > div.conclusion div.adresgegevens,
.bb-default fieldset .infoRVHistorie form > div.conclusion div.adresgegevens {
    padding: 0.9375rem 0;
}
.bb-default fieldset .wrvInschrijven form > div.conclusion div.adresgegevens p,
.bb-default fieldset .infoRVHistorie form > div.conclusion div.adresgegevens p {
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    font-family: "AvenirNextMedium", sans-serif;
}
.bb-default fieldset .wrvInschrijven form > div.conclusion div.adresgegevens p.labeltext,
.bb-default fieldset .infoRVHistorie form > div.conclusion div.adresgegevens p.labeltext {
    text-transform: lowercase;
    opacity: 0.6;
    font-size: 1rem;
}
.bb-default .infoRVHistorie > div:first-child {
    padding: 60px;
    padding-top: 0;
}
.bb-default .infoRVHistorie table {
    table-layout: fixed;
    position: relative;
    border: none;
}
.bb-default .infoRVHistorie table thead {
    display: none;
}
.bb-default .infoRVHistorie table tbody {
    border: none;
    border-bottom: 10px solid #d1db64;
}
.bb-default .infoRVHistorie table tr {
    position: relative;
    display: block;
}
.bb-default .infoRVHistorie table tr td:first-child {
    color: black;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.5rem;
    width: 100% !important;
    padding: 30px 30px 100px;
}
.bb-default .infoRVHistorie table tr td:first-child:before {
    display: none;
}
.bb-default .infocard.text-left h2 {
    text-align: left;
}
.bb-default .infocard {
    margin: 1.875rem 3.75rem !important;
    padding: 1.875rem !important;
    background-color: white !important;
}
.bb-default .infocard .columns {
    font-size: 18px;
}
.bb-default .infocard .formtextlink {
    margin-left: 0 !important;
}
.bb-default .infocard h3:first-child {
    padding-top: 0;
    margin-top: 0;
}
@media only screen and (max-width: 40em) {
    .bb-default .infocard {
        margin: 0.9375rem 15px !important;
        padding: 1.875rem 0.9375rem !important;
    }
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
    .bb-default .infocard {
        margin: 1.875rem 1.875rem !important;
    }
}
.bb-default .adresgegevens {
    margin: 0;
}
.bb-default .adresgegevens h2 {
    padding-bottom: 1.875rem !important;
}
.bb-default .adresgegevens .labelText {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    font-size: 1rem;
    font-family: "AvenirNextMedium", sans-serif;
    text-transform: lowercase;
    opacity: 0.6;
}
.bb-default .adresgegevens .actions {
    padding-top: 1.875rem;
}
.bb-default .adresgegevens .actions button {
    float: none !important;
}
.bb-default .adresgegevens .actions .formtextlink {
    margin-left: 0 !important;
    margin: 0;
}
.bb-default .reparatieverzoeken > ul {
    margin: 0;
    margin: 0 0.9375rem;
    padding: 0;
    padding-bottom: 20px;
    list-style: none;
}
@media screen and (max-width: 40em) {
    .bb-default .reparatieverzoeken > ul {
        margin: 0 -30px;
    }
}
.bb-default .reparatieverzoeken > ul > li {
    margin: 0;
    margin-bottom: 10px;
    padding: 1.875rem;
    background-color: white;
}
.bb-default .reparatieverzoeken > ul > li h3 {
    color: black;
    font-size: 1.25rem;
    font-family: "AvenirNextDemi", sans-serif;
    line-height: 30px;
    margin: 0;
    padding: 0;
    padding-bottom: 0.9375rem;
}
.bb-default .reparatieverzoeken > ul > li h4 {
    color: #929275;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    font-size: 1rem;
    font-family: "AvenirNextMedium", sans-serif;
    text-transform: lowercase;
}
.bb-default .reparatieverzoeken > ul > li p {
    margin: 0;
    padding: 0;
    color: black;
    font-size: 1.125rem;
}
.bb-default .reparatieverzoeken .actions {
    display: block;
    width: 100%;
    text-align: center;
}
.bb-default .reparatieverzoeken .actions button {
    float: none !important;
    margin: 0 auto;
}
.bb-default section.search-again {
    margin: 60px -15px 0 -15px;
}
.bb-default .article.witregel {
    margin-top: 10px;
}
.conclusion-with-gap {
    margin-bottom: 10px;
}
.dgstartelement .wrvInschrijven .button:nth-child(1):nth-last-child(1) {
    float: none !important;
}
.bb-default-secondary {
    padding: 0;
    padding-bottom: 3.75rem;
}
@media screen and (max-width: 40em) {
    .bb-default-secondary form {
        padding: 0.9375rem;
    }
}
.bb-default-secondary h1 {
    margin: 0;
    padding: 0;
    padding-bottom: 3.75rem;
}
.bb-default-secondary .subtitle {
    margin-top: -3.75rem;
}
.bb-default-secondary h2 {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    line-height: 30px;
}
.bb-default-secondary #LoginContent {
    width: 100%;
    margin: 0;
}
.bb-default-secondary #LoginForm {
    margin: 0 0;
}
.bb-default-secondary .valueText_dropdownItems {
    padding: 0 0.9375rem;
    display: block;
}
.bb-default-secondary .article.article-inline {
    padding: 1.875rem 3.75rem !important;
    border-left: 0 #fff solid !important;
    border-right: 0 #fff solid !important;
    margin: -15px 0px !important;
}
.bb-default-secondary .article-inline {
    background-color: #eaebe0 !important;
    border-right: 3.75rem #eaebe0 solid !important;
    border-left: 3.75rem #eaebe0 solid !important;
    padding: 1.875rem 0 !important;
    margin: 0.9375rem !important;
}
@media screen and (max-width: 40em) {
    .bb-default-secondary .article-inline {
        border-right: 0.9375rem #eaebe0 solid;
        border-left: 0.9375rem #eaebe0 solid;
        margin: -1.875rem !important;
    }
}
.bb-default-secondary .iban-check .article-inline + div.actions {
    margin-top: -1.875rem !important;
}
.bb-default-secondary .article {
    background-color: #eaebe0;
    padding: 1.875rem 3.75rem !important;
    border-right: 0.9375rem white solid;
    border-left: 0.9375rem white solid;
    margin-bottom: 10px;
}
@media screen and (max-width: 40em) {
    .bb-default-secondary .article {
        margin-bottom: 10px;
        border-right: 0.9375rem white solid;
        border-left: 0.9375rem white solid;
        padding: 0.9375rem 0.9375rem !important;
    }
}
.bb-default-secondary .article .infocard.text-left {
    margin: 1.875rem 0 !important;
}
.bb-default-secondary .article .text-center {
    text-align: left !important;
    padding: 0;
    margin: 0;
}
.bb-default-secondary .article .text-center .columns .columns {
    padding: 0;
}
.bb-default-secondary .article .large-centered {
    margin: 0 0 !important;
    text-align: left;
}
.bb-default-secondary .article .large-centered .text-center {
    margin: 1.875rem 0 0 0;
    text-align: left !important;
    padding: 0;
}
.bb-default-secondary .article .large-centered h2.text-center {
    font-size: 1.5rem;
}
.bb-default-secondary .article h2.text-center {
    padding-left: 0.9375rem !important;
}
.bb-default-secondary .article a.formtextlink {
    display: inline-block;
    padding-bottom: 0.9375rem;
    margin-left: 0px !important;
    padding-left: 0px;
}
@media screen and (max-width: 40em) {
    .bb-default-secondary .article a.formtextlink {
        width: 100%;
        padding-left: 0;
    }
}
.bb-default-secondary .article a.formtextlink + .button {
    margin-left: 1.875rem !important;
    padding-top: 0.9375rem;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary .article a.formtextlink + .button {
        margin-left: 0 !important;
        padding-top: 0px;
    }
}
.bb-default-secondary .article .adresgegevens {
    margin: 0;
}
.bb-default-secondary .article .adresgegevens .row .columns {
    padding: 0;
}
@media screen and (max-width: 40em) {
    .bb-default-secondary .article .adresgegevens .row .columns {
        margin: 0 0 0 0;
        padding: 0 0.9375rem;
    }
}
@media screen and (max-width: 40em) {
    .bb-default-secondary .article .adresgegevens .row .columns .columns {
        padding: 0 0;
    }
}
@media screen and (max-width: 40em) {
    .bb-default-secondary .article .adresgegevens .row .columns .columns + .columns {
        padding: 0.9375rem 0;
    }
}
.bb-default-secondary .article .adresgegevens .row .columns h2.text-center {
    padding-left: 0px !important;
}
.bb-default-secondary .article .adresgegevens .row + .columns .actions {
    margin-left: -0.9375rem;
}
.bb-default-secondary .article .adresgegevens .adresregel {
    padding-left: 0;
    padding-right: 0;
    margin: 0.9375rem 0 1.875rem 0;
}
@media screen and (max-width: 40em) {
    .bb-default-secondary .article .adresgegevens .adresregel {
        margin: 0.9375rem 0;
    }
}
.bb-default-secondary .article .adresgegevens .adresregel .labeltext,
.bb-default-secondary .article .adresgegevens .adresregel .labelText {
    opacity: 0.6;
    font-size: 1rem;
    font-family: "AvenirNextMedium", sans-serif;
}
.bb-default-secondary .article .adresgegevens .actions button {
    margin-top: 1.875rem;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary .article .adresgegevens .actions .formtextlink {
        margin-top: 0;
    }
}
.bb-default-secondary .article p {
    margin: 0;
}
.bb-default-secondary .article a,
.bb-default-secondary .article a:hover {
    color: black !important;
}
.bb-default-secondary .article h2,
.bb-default-secondary .article .header-2 {
    display: block;
    padding-top: 1.875rem;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.375rem;
    font-weight: bold;
    color: black;
}
.bb-default-secondary .article h2:first-child,
.bb-default-secondary .article .header-2:first-child {
    padding: 1.875rem 0 0 0;
    line-height: 40px;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary .article h2:first-child,
    .bb-default-secondary .article .header-2:first-child {
        padding: 0.9375rem 0 0 0;
        line-height: 30px;
    }
}
.bb-default-secondary .article h3,
.bb-default-secondary .article .header-3 {
    display: block;
    padding-top: 1.875rem;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    color: #292b06;
}
.bb-default-secondary .article ul,
.bb-default-secondary .article ol {
    padding-left: 1.25rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    font-size: 1.125rem;
    list-style: none;
}
.bb-default-secondary .article ul li,
.bb-default-secondary .article ol li {
    display: block;
    position: relative;
    padding-left: 0.625rem;
    font-size: 1.125rem;
}
.bb-default-secondary .article ul li:before,
.bb-default-secondary .article ol li:before {
    margin-right: 0.625rem;
    font-family: "AvenirNextMedium", sans-serif;
    color: black;
    position: absolute;
    top: 0;
    left: -1.25rem;
}
.bb-default-secondary .article ol li {
    counter-increment: item;
}
.bb-default-secondary .article ol li:before {
    content: counter(item) ".";
}
.bb-default-secondary .article ul li:before {
    content: "\2022";
}
.bb-default-secondary .article .woonbron-button {
    color: white !important;
}
.bb-default-secondary .article .woonbron-button:hover {
    color: #fff !important;
}
.bb-default-secondary .article .button {
    float: none;
    margin-top: 0.9375rem;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary .article .button {
        margin-top: 0px;
    }
}
.bb-default-secondary .article .button + a.formtextlink {
    margin-left: 1.875rem !important;
    padding-top: 0.9375rem;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary .article .button + a.formtextlink {
        margin-left: 0 !important;
        padding-top: 0;
    }
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary .article {
        padding: 1.875rem 0.9375rem !important;
    }
}
.bb-default-secondary .dgstartelement {
    padding: 0;
    margin: 0;
    margin-bottom: 3.75rem;
    max-width: 100%;
}
@media screen and (min-width: 64em) {
    .bb-default-secondary .dgstartelement {
        padding: 0;
    }
}
.bb-default-secondary .dgstartelement input[name^="inpPostcode_"],
.bb-default-secondary .dgstartelement input[name^="inpHuisNr_"],
.bb-default-secondary .dgstartelement input[name^="inpHuisNrToevoeging_"] {
    width: 100% !important;
}
.bb-default-secondary .dgstartelement .dg_answerPanel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bb-default-secondary .dgstartelement .dg_answerPanel ul li.dg_questionAnswerHist {
    display: block;
    background-color: #eaebe0;
    padding: 3.75rem;
    margin: 0;
    margin-bottom: 10px;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.125rem;
    line-height: 30px;
    font-weight: normal;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary .dgstartelement .dg_answerPanel ul li.dg_questionAnswerHist {
        padding: 1.875rem 0.9375rem !important;
    }
}
.bb-default-secondary .dgstartelement .dg_answerPanel ul li.dg_questionAnswerHist .dg_questionAnswerHistText {
    display: block;
    margin: 0;
    padding: 0 0;
    overflow: visible;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary .dgstartelement .dg_answerPanel ul li.dg_questionAnswerHist .dg_questionAnswerHistText {
        padding: 0 0;
    }
}
.bb-default-secondary .dgstartelement .dg_answerPanel ul li.dg_questionAnswerHist .dg_questionAnswerHistText > span {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    line-height: 40px;
    color: black;
    font-weight: normal;
    padding: 0 0;
    margin: 0;
    margin-bottom: 1.875rem;
    display: block;
    width: 100%;
    text-align: left;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary
        .dgstartelement
        .dg_answerPanel
        ul
        li.dg_questionAnswerHist
        .dg_questionAnswerHistText
        > span {
        line-height: 30px;
    }
}
.bb-default-secondary .dgstartelement .dg_answerPanel ul li.dg_questionAnswerHist .dg_questionAnswerHistText > ul {
    list-style: none;
    margin: -7px 0;
    padding: 0;
    text-align: left;
}
.bb-default-secondary .dgstartelement .dg_answerPanel ul li.dg_questionAnswerHist .dg_questionAnswerHistText > ul > li {
    display: inline-block;
    float: none;
    width: auto;
    background-color: #fff;
    padding: 10px 25px;
    height: auto;
    margin: 7px;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 rgba(58, 61, 12, 0.3);
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.125rem;
    text-transform: lowercase;
    text-align: left;
    line-height: 30px;
    opacity: 0.5;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary
        .dgstartelement
        .dg_answerPanel
        ul
        li.dg_questionAnswerHist
        .dg_questionAnswerHistText
        > ul
        > li {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 0.9375rem;
    }
}
.bb-default-secondary
    .dgstartelement
    .dg_answerPanel
    ul
    li.dg_questionAnswerHist
    .dg_questionAnswerHistText
    > ul
    > li.selected {
    opacity: 1;
}
.bb-default-secondary
    .dgstartelement
    .dg_answerPanel
    ul
    li.dg_questionAnswerHist
    .dg_questionAnswerHistText
    > ul
    > li
    .answer-hist-icon {
    display: block;
    font-size: 75px;
    padding-top: 10px;
    margin-bottom: -10px;
    width: auto;
}
.bb-default-secondary .dgstartelement .dg_question {
    border: none;
    margin: 0;
    padding: 0;
}
.bb-default-secondary .dgstartelement .dg_question .dg_questionIcon {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.bb-default-secondary .dgstartelement .dg_question .dg_questionText {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    line-height: 40px;
    color: black;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 1.875rem;
    display: block;
    width: 100%;
    text-align: left;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary .dgstartelement .dg_question .dg_questionText {
        line-height: 30px;
    }
}
.bb-default-secondary .dgstartelement ul.dg_questionAnswers {
    list-style: none;
    margin: -7px 0;
    padding: 0;
    text-align: left;
}
.bb-default-secondary .dgstartelement ul.dg_questionAnswers > li {
    display: inline-block;
    float: none;
    width: auto;
    background-color: #fff;
    padding: 10px 25px;
    height: auto;
    margin: 7px;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 rgba(58, 61, 12, 0.3);
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.125rem;
    text-transform: lowercase;
    text-align: left;
    line-height: 30px;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary .dgstartelement ul.dg_questionAnswers > li {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 0.9375rem;
    }
}
.bb-default-secondary .dgstartelement ul.dg_questionAnswers > li .dg_questionAnswerIcon {
    display: block;
    font-size: 75px;
    padding-top: 10px;
    margin-bottom: -10px;
    width: auto;
}
.bb-default-secondary .dgstartelement ul.dg_questionAnswers > li .dg_questionAnswerText {
    display: block;
    padding: 0;
    margin: 0;
}
.bb-default-secondary .dgstartelement .dg_questionPanel > .ng-isolate-scope {
    display: block;
    padding: 3.75rem;
    background-color: #eaebe0;
    margin: 0;
    margin-bottom: 10px;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary .dgstartelement .dg_questionPanel > .ng-isolate-scope {
        padding: 1.875rem 0.9375rem !important;
    }
}
.bb-default-secondary fieldset {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    background-color: white;
}
.bb-default-secondary fieldset legend {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    line-height: 30px;
    color: black;
    position: static;
    top: auto;
    font-weight: normal;
    padding: 0 3.75rem;
    margin: 3.75rem 0;
    margin-bottom: 1.875rem;
    float: left;
    display: block;
    width: 100%;
    text-align: left;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary fieldset legend {
        margin: 0;
        margin-top: 1.875rem;
        width: 100%;
        padding-left: 0;
        padding: 0 0.9375rem;
    }
}
.bb-default-secondary fieldset.DG_button {
    background-color: #eaebe0;
    padding-left: 3.75rem !important;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary fieldset.DG_button {
        padding-left: 0.9375rem !important;
    }
}
.bb-default-secondary fieldset.DG_button a {
    line-height: 3rem;
    margin-bottom: 3.75rem;
    margin-top: -0.9375rem;
}
.bb-default-secondary .IBANdisabled {
    height: 45px;
    border-radius: 5px;
    padding: 0.9375rem 0 0 0;
    font-family: "AvenirNextMedium", sans-serif;
    opacity: 0.6;
    color: black;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary .IBANdisabled {
        padding: 0.9375rem 0 0 0;
    }
}
@media only screen and (min-width: 40em) {
    .bb-default-secondary .IBANdisabled {
        width: 100%;
    }
}
.bb-default-secondary .IBANlast5 {
    border: 2px solid #da2231;
    padding: 0 5px 0 0;
    display: inline;
}
.bb-default-secondary .iban-check {
    padding: 0 15px;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary .iban-check fieldset {
        margin: 0 0;
    }
}
.bb-default-secondary .iban-check fieldset .row p.text-left {
    margin-bottom: 0;
}
.bb-default-secondary .iban-check .wrvInschrijven > div:first-child {
    margin: 0;
    max-width: 100%;
    padding: 0 0;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary .iban-check .wrvInschrijven > div:first-child {
        padding: 0 0;
    }
}
.bb-default-secondary fieldset .wrvInschrijven,
.bb-default-secondary fieldset .infoRVHistorie {
    background-color: #eaebe0;
    font-size: 1.125rem;
}
.bb-default-secondary fieldset .wrvInschrijven .formtextlink,
.bb-default-secondary fieldset .infoRVHistorie .formtextlink {
    margin: 0.9375rem auto;
    color: black;
}
.bb-default-secondary fieldset .wrvInschrijven .adres,
.bb-default-secondary fieldset .infoRVHistorie .adres {
    padding: 0 0 !important;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary fieldset .wrvInschrijven .postcode,
    .bb-default-secondary fieldset .infoRVHistorie .postcode {
        margin-bottom: 0.9375rem;
    }
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary fieldset .wrvInschrijven input#inpIBAN_1,
    .bb-default-secondary fieldset .infoRVHistorie input#inpIBAN_1 {
        margin-top: 0.9375rem;
    }
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary fieldset .wrvInschrijven .IBAN_cijfers,
    .bb-default-secondary fieldset .infoRVHistorie .IBAN_cijfers {
        margin-top: 0px;
    }
}
.bb-default-secondary fieldset .wrvInschrijven .columns.IBAN,
.bb-default-secondary fieldset .infoRVHistorie .columns.IBAN {
    padding: 0;
}
.bb-default-secondary fieldset .wrvInschrijven > div,
.bb-default-secondary fieldset .wrvInschrijven > div::before,
.bb-default-secondary fieldset .wrvInschrijven > div::after,
.bb-default-secondary fieldset .infoRVHistorie > div,
.bb-default-secondary fieldset .infoRVHistorie > div::before,
.bb-default-secondary fieldset .infoRVHistorie > div::after {
    content: " ";
    display: table;
    width: 100%;
}
.bb-default-secondary fieldset .wrvInschrijven .article .text-center,
.bb-default-secondary fieldset .infoRVHistorie .article .text-center {
    text-align: left !important;
}
.bb-default-secondary fieldset .wrvInschrijven .article .text-center .formtextlink,
.bb-default-secondary fieldset .infoRVHistorie .article .text-center .formtextlink {
    width: 100%;
    margin: 0.9375rem 0;
}
.bb-default-secondary fieldset .wrvInschrijven .large-centered,
.bb-default-secondary fieldset .wrvInschrijven .medium-centered,
.bb-default-secondary fieldset .wrvInschrijven .medium-centered.large-centered,
.bb-default-secondary fieldset .infoRVHistorie .large-centered,
.bb-default-secondary fieldset .infoRVHistorie .medium-centered,
.bb-default-secondary fieldset .infoRVHistorie .medium-centered.large-centered {
    text-align: left !important;
    margin: 0;
    padding: 0;
}
.bb-default-secondary fieldset .wrvInschrijven .large-centered .text-center,
.bb-default-secondary fieldset .wrvInschrijven .medium-centered .text-center,
.bb-default-secondary fieldset .wrvInschrijven .medium-centered.large-centered .text-center,
.bb-default-secondary fieldset .infoRVHistorie .large-centered .text-center,
.bb-default-secondary fieldset .infoRVHistorie .medium-centered .text-center,
.bb-default-secondary fieldset .infoRVHistorie .medium-centered.large-centered .text-center {
    text-align: left !important;
}
.bb-default-secondary fieldset .wrvInschrijven .large-centered .text-center .formtextlink,
.bb-default-secondary fieldset .wrvInschrijven .medium-centered .text-center .formtextlink,
.bb-default-secondary fieldset .wrvInschrijven .medium-centered.large-centered .text-center .formtextlink,
.bb-default-secondary fieldset .infoRVHistorie .large-centered .text-center .formtextlink,
.bb-default-secondary fieldset .infoRVHistorie .medium-centered .text-center .formtextlink,
.bb-default-secondary fieldset .infoRVHistorie .medium-centered.large-centered .text-center .formtextlink {
    width: 100%;
    margin: 0.9375rem 0;
}
.bb-default-secondary fieldset .wrvInschrijven .large-centered .actions,
.bb-default-secondary fieldset .wrvInschrijven .medium-centered .actions,
.bb-default-secondary fieldset .wrvInschrijven .medium-centered.large-centered .actions,
.bb-default-secondary fieldset .infoRVHistorie .large-centered .actions,
.bb-default-secondary fieldset .infoRVHistorie .medium-centered .actions,
.bb-default-secondary fieldset .infoRVHistorie .medium-centered.large-centered .actions {
    text-align: left !important;
}
.bb-default-secondary fieldset .wrvInschrijven .large-centered .actions button,
.bb-default-secondary fieldset .wrvInschrijven .medium-centered .actions button,
.bb-default-secondary fieldset .wrvInschrijven .medium-centered.large-centered .actions button,
.bb-default-secondary fieldset .infoRVHistorie .large-centered .actions button,
.bb-default-secondary fieldset .infoRVHistorie .medium-centered .actions button,
.bb-default-secondary fieldset .infoRVHistorie .medium-centered.large-centered .actions button {
    margin-top: 1.875rem 0 0 0 !important;
}
.bb-default-secondary fieldset .wrvInschrijven .large-centered .columns .columns,
.bb-default-secondary fieldset .wrvInschrijven .medium-centered .columns .columns,
.bb-default-secondary fieldset .wrvInschrijven .medium-centered.large-centered .columns .columns,
.bb-default-secondary fieldset .infoRVHistorie .large-centered .columns .columns,
.bb-default-secondary fieldset .infoRVHistorie .medium-centered .columns .columns,
.bb-default-secondary fieldset .infoRVHistorie .medium-centered.large-centered .columns .columns {
    padding: 0;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary fieldset .wrvInschrijven .large-centered .row .columns .columns,
    .bb-default-secondary fieldset .wrvInschrijven .medium-centered .row .columns .columns,
    .bb-default-secondary fieldset .wrvInschrijven .medium-centered.large-centered .row .columns .columns,
    .bb-default-secondary fieldset .infoRVHistorie .large-centered .row .columns .columns,
    .bb-default-secondary fieldset .infoRVHistorie .medium-centered .row .columns .columns,
    .bb-default-secondary fieldset .infoRVHistorie .medium-centered.large-centered .row .columns .columns {
        margin-bottom: 0.9375rem;
    }
}
.bb-default-secondary fieldset .wrvInschrijven form.ng-valid-email > div.row,
.bb-default-secondary fieldset .infoRVHistorie form.ng-valid-email > div.row {
    margin: 0;
}
.bb-default-secondary fieldset .wrvInschrijven form.ng-valid-email > div.row .labelText_input,
.bb-default-secondary fieldset .wrvInschrijven form.ng-valid-email > div.row .valueText_input,
.bb-default-secondary fieldset .infoRVHistorie form.ng-valid-email > div.row .labelText_input,
.bb-default-secondary fieldset .infoRVHistorie form.ng-valid-email > div.row .valueText_input {
    padding: 0 0;
}
.bb-default-secondary fieldset .wrvInschrijven form.ng-valid-email > p,
.bb-default-secondary fieldset .infoRVHistorie form.ng-valid-email > p {
    display: inline-block;
    padding: 0 3.75rem;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary fieldset .wrvInschrijven form.ng-valid-email > p,
    .bb-default-secondary fieldset .infoRVHistorie form.ng-valid-email > p {
        padding: 0 0;
    }
}
.bb-default-secondary fieldset .wrvInschrijven form > p,
.bb-default-secondary fieldset .infoRVHistorie form > p {
    padding: 0 3.75rem;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary fieldset .wrvInschrijven form > p,
    .bb-default-secondary fieldset .infoRVHistorie form > p {
        padding: 0 0;
    }
}
.bb-default-secondary fieldset .wrvInschrijven form > div.row,
.bb-default-secondary fieldset .infoRVHistorie form > div.row {
    padding: 3.75rem 3.75rem;
    padding-top: 0;
    padding-bottom: 0.9375rem;
    margin: 0;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary fieldset .wrvInschrijven form > div.row,
    .bb-default-secondary fieldset .infoRVHistorie form > div.row {
        padding: 0.9375rem 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}
.bb-default-secondary fieldset .wrvInschrijven form > div.row .labelText,
.bb-default-secondary fieldset .infoRVHistorie form > div.row .labelText {
    line-height: 30px;
    font-size: 1rem;
    font-family: "AvenirNextMedium", sans-serif;
    opacity: 0.6;
}
.bb-default-secondary fieldset .wrvInschrijven form > div.row .labelText_input,
.bb-default-secondary fieldset .wrvInschrijven form > div.row .valueText_input,
.bb-default-secondary fieldset .wrvInschrijven form > div.row .labelText_Password,
.bb-default-secondary fieldset .wrvInschrijven form > div.row .valueText_Password,
.bb-default-secondary fieldset .infoRVHistorie form > div.row .labelText_input,
.bb-default-secondary fieldset .infoRVHistorie form > div.row .valueText_input,
.bb-default-secondary fieldset .infoRVHistorie form > div.row .labelText_Password,
.bb-default-secondary fieldset .infoRVHistorie form > div.row .valueText_Password {
    padding: 0 0;
}
.bb-default-secondary fieldset .wrvInschrijven form > div.row .labelText_checkbox,
.bb-default-secondary fieldset .wrvInschrijven form > div.row .valueText_checkbox,
.bb-default-secondary fieldset .infoRVHistorie form > div.row .labelText_checkbox,
.bb-default-secondary fieldset .infoRVHistorie form > div.row .valueText_checkbox {
    text-align: center;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary fieldset .wrvInschrijven form > div.row + .row:not(.actions),
    .bb-default-secondary fieldset .infoRVHistorie form > div.row + .row:not(.actions) {
        margin-top: 0.9375rem;
    }
}
.bb-default-secondary fieldset .wrvInschrijven form > div.horizontal-rule,
.bb-default-secondary fieldset .infoRVHistorie form > div.horizontal-rule {
    overflow: hidden;
    height: 10px;
    background: white;
    margin: 2.8125rem 0 3.75rem 0;
}
.bb-default-secondary fieldset .wrvInschrijven form > div.horizontal-rule + div.row > .labelText,
.bb-default-secondary fieldset .infoRVHistorie form > div.horizontal-rule + div.row > .labelText {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    line-height: 30px;
    color: black;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 1.875rem;
    display: block;
    width: 100%;
    text-align: center;
    opacity: 1;
}
.bb-default-secondary fieldset .wrvInschrijven form > div.actions,
.bb-default-secondary fieldset .infoRVHistorie form > div.actions {
    background-color: #eaebe0;
    padding-top: 0.9375rem;
    padding-bottom: 3.75rem;
    margin: 0;
    text-align: left;
    padding: 1.875rem 3.75rem;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary fieldset .wrvInschrijven form > div.actions,
    .bb-default-secondary fieldset .infoRVHistorie form > div.actions {
        padding: 1.875rem 0;
    }
}
.bb-default-secondary fieldset .wrvInschrijven form > div.actions button,
.bb-default-secondary fieldset .infoRVHistorie form > div.actions button {
    float: none !important;
    margin: 0;
}
.bb-default-secondary fieldset .wrvInschrijven form > div.actions > .columns,
.bb-default-secondary fieldset .infoRVHistorie form > div.actions > .columns {
    padding: 0;
}
@media only screen and (max-width: 40em) {
    .bb-default-secondary fieldset .wrvInschrijven form > div.actions,
    .bb-default-secondary fieldset .infoRVHistorie form > div.actions {
        padding-bottom: 1.875rem;
    }
    .bb-default-secondary fieldset .wrvInschrijven form > div.actions button,
    .bb-default-secondary fieldset .infoRVHistorie form > div.actions button {
        display: block;
        width: 100%;
    }
}
.bb-default-secondary fieldset .wrvInschrijven form > div.conclusion h3,
.bb-default-secondary fieldset .infoRVHistorie form > div.conclusion h3 {
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.5rem;
    line-height: 30px;
    color: black;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 1.875rem;
    display: block;
    width: 100%;
    text-align: center;
}
.bb-default-secondary fieldset .wrvInschrijven form > div.conclusion div.adresgegevens,
.bb-default-secondary fieldset .infoRVHistorie form > div.conclusion div.adresgegevens {
    padding: 0.9375rem 0;
}
.bb-default-secondary fieldset .wrvInschrijven form > div.conclusion div.adresgegevens p,
.bb-default-secondary fieldset .infoRVHistorie form > div.conclusion div.adresgegevens p {
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    font-family: "AvenirNextMedium", sans-serif;
}
.bb-default-secondary fieldset .wrvInschrijven form > div.conclusion div.adresgegevens p.labeltext,
.bb-default-secondary fieldset .infoRVHistorie form > div.conclusion div.adresgegevens p.labeltext {
    text-transform: lowercase;
    opacity: 0.6;
    font-size: 1rem;
}
.bb-default-secondary fieldset .wrvInschrijven form > div.conclusion div.adresgegevens .actions,
.bb-default-secondary fieldset .infoRVHistorie form > div.conclusion div.adresgegevens .actions {
    text-align: left !important;
}
.bb-default-secondary fieldset .wrvInschrijven form > div.conclusion div.adresgegevens .actions button,
.bb-default-secondary fieldset .infoRVHistorie form > div.conclusion div.adresgegevens .actions button {
    margin-top: 1.875rem 0 0 0;
}
.bb-default-secondary .keuzemenu-top-space {
    padding-top: 60px;
}
.bb-default-secondary .meldingen_overzicht {
    margin: 0.9375rem 0 0 0;
    list-style: none;
}
@media screen and (max-width: 40em) {
    .bb-default-secondary .meldingen_overzicht {
        margin: 0.9375rem 0 1.875rem 0;
    }
}
.bb-default-secondary .meldingen_overzicht li.item-gemelde-reparaties {
    background-color: #fff;
    padding: 1.875rem;
    margin-bottom: 10px;
}
@media screen and (max-width: 40em) {
    .bb-default-secondary .meldingen_overzicht li.item-gemelde-reparaties {
        padding: 0.9375rem;
    }
}
.bb-default-secondary .meldingen_overzicht li.item-gemelde-reparaties h2.omschrijving {
    padding: 0 0 1.875rem 0;
    line-height: 30px;
    font-family: "AvenirNextDemi", sans-serif;
    font-size: 1.25rem;
}
.bb-default-secondary .meldingen_overzicht li.item-gemelde-reparaties .datum-reparatie {
    min-width: 125px;
}
@media screen and (max-width: 40em) {
    .bb-default-secondary .meldingen_overzicht li.item-gemelde-reparaties .datum-reparatie {
        min-width: 100%;
        width: 100%;
        margin-bottom: 0.9375rem;
    }
}
.bb-default-secondary .meldingen_overzicht li.item-gemelde-reparaties .begintijd,
.bb-default-secondary .meldingen_overzicht li.item-gemelde-reparaties .eindtijd {
    display: inline-block;
}
.bb-default-secondary .meldingen_overzicht li.item-gemelde-reparaties .labelText {
    width: 100%;
    display: inline-block;
    color: black;
    font-family: "AvenirNextMedium", sans-serif;
    opacity: 0.6;
}
.bb-default-secondary .meldingen_overzicht li.item-gemelde-reparaties .valueText {
    color: black;
    display: inline-block;
}
.bb-default-secondary div:not(.hide)[data-ng-show*="isLoading"] {
    opacity: 0;
    display: none;
}
.bb-default-secondary div:not(.hide)[data-ng-show*="!isLoading"] {
    opacity: 1;
    display: block;
    padding: 0 0.9375rem;
}
.bb-default-secondary .infoRVHistorie > div:first-child {
    padding: 3.75rem;
    padding-top: 0;
}
@media screen and (max-width: 40em) {
    .bb-default-secondary .infoRVHistorie > div:first-child {
        padding: 0.9375rem 1.875rem;
    }
}
.bb-default-secondary .infoRVHistorie .adresgegevens .adresregel {
    padding: 0;
}
.bb-default-secondary .infoRVHistorie table {
    table-layout: fixed;
    position: relative;
    border: none;
}
.bb-default-secondary .infoRVHistorie table thead {
    display: none;
}
.bb-default-secondary .infoRVHistorie table tbody {
    border: none;
    border-bottom: 10px solid #eaebe0;
}
@media screen and (max-width: 40em) {
    .bb-default-secondary .infoRVHistorie table tbody {
        min-height: 200px;
        width: 100%;
    }
}
.bb-default-secondary .infoRVHistorie table tr {
    position: relative;
    display: block;
}
.bb-default-secondary .infoRVHistorie table tr td:first-child {
    color: black;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.5rem;
    width: 100% !important;
    padding: 1.875rem 1.875rem 100px;
}
.bb-default-secondary .infoRVHistorie table tr td:first-child:before {
    display: none;
}
.bb-default-secondary .reparatieverzoeken > ul {
    margin: 0;
    margin: 0 0.9375rem;
    padding: 0;
    padding-bottom: 20px;
    list-style: none;
}
.bb-default-secondary .reparatieverzoeken > ul > li {
    margin: 0;
    margin-bottom: 10px;
    padding: 1.875rem;
    background-color: white;
}
.bb-default-secondary .reparatieverzoeken > ul > li h3 {
    color: black;
    font-size: 1.25rem;
    font-family: "AvenirNextDemi", sans-serif;
    line-height: 30px;
    margin: 0;
    padding: 0;
    padding-bottom: 0.9375rem;
}
.bb-default-secondary .reparatieverzoeken > ul > li h4 {
    color: #929275;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    font-size: 1rem;
    font-family: "AvenirNextMedium", sans-serif;
    text-transform: lowercase;
}
.bb-default-secondary .reparatieverzoeken > ul > li p {
    margin: 0;
    padding: 0;
    color: black;
    font-size: 1.125rem;
}
.bb-default-secondary .reparatieverzoeken .actions {
    display: block;
    width: 100%;
    text-align: center;
}
.bb-default-secondary .reparatieverzoeken .actions button {
    float: none !important;
    margin: 0 auto;
}
.bb-default-secondary .correspondentie-item-wrapper fieldset {
    background-color: #eaebe0 !important;
}
.bb-default-secondary .correspondentie-item-wrapper fieldset legend {
    text-align: left;
    margin-top: 0;
    padding: 0 0 0 0;
}
@media screen and (max-width: 40em) {
    .bb-default-secondary .correspondentie-item-wrapper fieldset legend {
        margin-top: 0;
    }
}
.bb-default-secondary button#btnOpslaan + .formtextlink {
    padding-left: 0.9375rem;
}
.ng-animate {
    transition: 0s none !important;
    -webkit-transition: 0s none !important;
    animation: 0s none !important;
    -webkit-animation: 0s none !important;
}

/* Admin fix */

.page-builder .loader {
    position: fixed;
    top: 40vh;
    left: 50%;
    bottom: unset;
    right: unset;
    height: unset;
    background: none;
}
