/* Minification failed. Returning unminified contents.
(13208,28): run-time error CSS1063: Expected calculation unit, found '@gutter'
(13208,28): run-time error CSS1064: Expected calculation product, found '@gutter'
(13208,28): run-time error CSS1065: Expected calculation sum, found '@gutter'
(13208,28): run-time error CSS1034: Expected closing parenthesis, found '@gutter'
(13208,28): run-time error CSS1042: Expected function, found '@gutter'
(13208,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@gutter'
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.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: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-remove:before,
.fa-close:before,
.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,
.fa-bar-chart: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-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.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,
.fa-gratipay: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-pp: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-buoy: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-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url(/assets/fonts/webfont/flexslider-icon.eot);
  src: url(/assets/fonts/webfonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/webfonts/flexslider-icon.woff) format('woff'), url(/assets/fonts/webfonts/flexslider-icon.ttf) format('truetype'), url(/assets/fonts/webfonts/flexslider-icon.svg#flexslider-icon) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

@font-face {
  font-family: 'Streamline';
  src: url(/assets/fonts/streamline.eot?v=4.0.3);
  src: url(/assets/fonts/streamline.eot?#iefix&v=4.0.3) format('embedded-opentype'), url(/assets/fonts/streamline.woff?v=4.0.3) format('woff'), url(/assets/fonts/streamline.ttf?v=4.0.3) format('truetype'), url(/assets/fonts/streamline.svg?v=4.0.3) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   PORTAL: UMBRELLUS ICON-FONT (v2.0)
   ========================================================================== */

@font-face {
	font-family: 'umbrellus20';
  src:
		url(/assets/fonts/Umbrellus-2.0.ttf) format('truetype'),
		url(/assets/fonts/Umbrellus-2.0.woff) format('woff'),
		url(/assets/fonts/Umbrellus-2.0.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}


.ub,
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'umbrellus20';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    transition: color 150ms ease-in-out, background-color 150ms ease-in-out;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ub {
	color:	#FFFFFF;
	display: inline-block;
}

.icon-Raam-tocht:before {
    content: "\E947";
}

.icon-Regenpijp-stuk:before {
    content: "\E946";
}

.icon-Deur-lekt:before {
    content: "\E945";
}

.icon-Dakgoot-kapot:before {
    content: "\E944";
}

.icon-Uitzetijzer-kapot:before {
    content: "\E942";
}

.icon-Uitzetijzer-ontbreekt:before {
    content: "\E943";
}

.icon-Stroom-uitgevallen:before {
    content: "\E941";
}

.icon-Resoneert:before {
    content: "\E940";
}

.icon-Kookplaat-stuk:before {
    content: "\E93F";
}

.icon-Kit:before {
    content: "\E93E";
}

.icon-Vandalisme:before {
    content: "\E93D";
}

.icon-Verrot:before {
    content: "\E938";
}

.icon-Vervuild:before {
    content: "\E939";
}

.icon-Roest:before {
    content: "\E93A";
}

.icon-Kapot:before {
    content: "\E93B";
}

.icon-Bevroren:before {
    content: "\E93C";
}

.icon-Dakraam-lekt:before {
    content: "\E937";
}

.icon-Deur-inkorten:before {
    content: "\E91B";
}

.icon-Metselwerk:before {
    content: "\E91C";
}

.icon-Dakraam-stuk:before {
    content: "\E91D";
}

.icon-leaking_roofwindow:before {
    content: "\E91E";
}

.icon-Dorpel:before {
    content: "\E91F";
}

.icon-Dorpel-stuk:before {
    content: "\E920";
}

.icon-Doucheput-stuk:before {
    content: "\E921";
}

.icon-Dakpannen-stuk:before {
    content: "\E922";
}

.icon-Dakdoorvoer-stuk:before {
    content: "\E923";
}

.icon-Dakdoorvoer-lekt:before {
    content: "\E924";
}

.icon-Metselwerk-stuk:before {
    content: "\E925";
}

.icon-Bestrating-vervuild:before {
    content: "\E926";
}

.icon-Kozijn-stuk:before {
    content: "\E927";
}

.icon-Raamventilatie-stuk:before {
    content: "\E928";
}

.icon-Afzuigkap-vervuild:before {
    content: "\E929";
}

.icon-Afzuigkap-stuk:before {
    content: "\E92A";
}

.icon-Afzuigkap:before {
    content: "\E92B";
}

.icon-Afzuigkap2:before {
    content: "\E92C";
}

.icon-Doucheput-stinkt:before {
    content: "\E92D";
}

.icon-Aanrecht-vervuild:before {
    content: "\E92E";
}

.icon-Beschadigd-cement:before {
    content: "\E92F";
}

.icon-Bestrating-beschadigd:before {
    content: "\E930";
}

.icon-UUI-taken-check:before {
    content: "\E931";
}

.icon-UUI-taken-verwijderen:before {
    content: "\E932";
}

.icon-UUI-taken-delen:before {
    content: "\E933";
}

.icon-Schuifdeuren-kapot:before {
    content: "\E934";
}

.icon-Schuifdeuren:before {
    content: "\E935";
}

.icon-Afstandsbediening-kapot:before {
    content: "\E936";
}

.icon-Schuifdeur:before {
    content: "\E91A";
}

.icon-Zonwering:before {
    content: "\E905";
}

.icon-Wasmachine:before {
    content: "\E906";
}

.icon-Vloerluik:before {
    content: "\E907";
}

.icon-Verlichting:before {
    content: "\E908";
}

.icon-Ventilatierooster:before {
    content: "\E909";
}

.icon-Vensterbank:before {
    content: "\E90A";
}

.icon-Spiegel:before {
    content: "\E90B";
}

.icon-Privacyscherm:before {
    content: "\E90C";
}

.icon-Platdak:before {
    content: "\E90D";
}

.icon-Kraan:before {
    content: "\E90E";
}

.icon-Kozijn:before {
    content: "\E90F";
}

.icon-Isolatie:before {
    content: "\E910";
}

.icon-Intercom:before {
    content: "\E911";
}

.icon-Dakraam:before {
    content: "\E912";
}

.icon-Dakgoot:before {
    content: "\E913";
}

.icon-Raam:before {
    content: "\E914";
}

.icon-Meterkast:before {
    content: "\E915";
}

.icon-Scootmobiel:before {
    content: "\E916";
}

.icon-Kelder:before {
    content: "\E917";
}

.icon-Fiets:before {
    content: "\E918";
}

.icon-Kast:before {
    content: "\E919";
}

.icon-Riool:before {
    content: "\E904";
}

.icon-Plafonds:before {
    content: "\E902";
}

.icon-Wanden:before {
    content: "\E903";
}

.icon-Leidingen:before {
    content: "\E901";
}

.icon-Vloer:before {
    content: "\E900";
}

.icon-beeindiging-dienstverband:before {
    content: "\E000";
}

.icon-aanvraag-niet-regulier-verlof:before {
    content: "\E001";
}

.icon-screening-woningzoekende:before {
    content: "\E002";
}

.icon-strategievorming:before {
    content: "\E003";
}

.icon-zorgwoning:before {
    content: "\E005";
}

.icon-zelf-aangebrachte-voorzieningen:before {
    content: "\E006";
}

.icon-woonfraude:before {
    content: "\E007";
}

.icon-woningruil:before {
    content: "\E008";
}

.icon-woningmarktonderzoek:before {
    content: "\E009";
}

.icon-wmo:before {
    content: "\E00A";
}

.icon-wekelijks:before {
    content: "\E00B";
}

.icon-waardebepaling:before {
    content: "\E00C";
}

.icon-vervuiling:before {
    content: "\E00D";
}

.icon-verkoopovereenkomst:before {
    content: "\E00E";
}

.icon-verkoop:before {
    content: "\E00F";
}

.icon-verhuur:before {
    content: "\E010";
}

.icon-vergunning:before {
    content: "\E011";
}

.icon-vereniging-van-eigenaren:before {
    content: "\E012";
}

.icon-veiligheidskeuring:before {
    content: "\E013";
}

.icon-vastgoedwaardebepaling:before {
    content: "\E014";
}

.icon-vandalisme:before {
    content: "\E015";
}

.icon-urgentieaanvraag:before {
    content: "\E016";
}

.icon-uitschrijven:before {
    content: "\E017";
}

.icon-tuin-of-erfafscheiding:before {
    content: "\E018";
}

.icon-tijdelijk-verhuur:before {
    content: "\E019";
}

.icon-subsidie:before {
    content: "\E01A";
}

.icon-strategisch-voorraadbeleid:before {
    content: "\E01B";
}

.icon-stankoverlast:before {
    content: "\E01C";
}

.icon-sponsoring:before {
    content: "\E01D";
}

.icon-sociale-overlast:before {
    content: "\E01E";
}

.icon-snachts:before {
    content: "\E01F";
}

.icon-schadeclaim:before {
    content: "\E020";
}

.icon-schade:before {
    content: "\E021";
}

.icon-savonds:before {
    content: "\E022";
}

.icon-samenwerken:before {
    content: "\E023";
}

.icon-rondom-huis:before {
    content: "\E024";
}

.icon-reparatieverzoek:before {
    content: "\E025";
}

.icon-psychische-stoornis:before {
    content: "\E026";
}

.icon-projectvoorbereidend-onderzoek:before {
    content: "\E027";
}

.icon-programma-eisen:before {
    content: "\E028";
}

.icon-politiekeurmerk-veilig-wonen:before {
    content: "\E029";
}

.icon-parkeren:before {
    content: "\E02A";
}

.icon-overdag:before {
    content: "\E02B";
}

.icon-organisatie:before {
    content: "\E02C";
}

.icon-ordehandhaving:before {
    content: "\E02D";
}

.icon-oprichting:before {
    content: "\E02E";
}

.icon-ontwikkeling:before {
    content: "\E02F";
}

.icon-ontheffing:before {
    content: "\E030";
}

.icon-ongedierte:before {
    content: "\E031";
}

.icon-onderhoudswerkzaamheden:before {
    content: "\E032";
}

.icon-onderhoud:before {
    content: "\E033";
}

.icon-nee:before {
    content: "\E034";
}

.icon-meerjarenonderhoudsplanning:before {
    content: "\E035";
}

.icon-meerjarenonderhoudsbegroting:before {
    content: "\E036";
}

.icon-medewerker-accolade:before {
    content: "\E037";
}

.icon-medehuurderschap:before {
    content: "\E038";
}

.icon-marketing:before {
    content: "\E039";
}

.icon-maandelijks:before {
    content: "\E03A";
}

.icon-ledenvergadering:before {
    content: "\E03B";
}

.icon-klacht-over-woningcorporatie:before {
    content: "\E03C";
}

.icon-klacht-leefomgeving:before {
    content: "\E03D";
}

.icon-klacht-huurcommissie:before {
    content: "\E03E";
}

.icon-juridisch:before {
    content: "\E03F";
}

.icon-ja:before {
    content: "\E040";
}

.icon-investering:before {
    content: "\E041";
}

.icon-intimidatie-of-dreiging:before {
    content: "\E042";
}

.icon-inspectie:before {
    content: "\E043";
}

.icon-inspectie-alt:before {
    content: "\E044";
}

.icon-inschrijven:before {
    content: "\E045";
}

.icon-inkoop-en-aanbesteding:before {
    content: "\E046";
}

.icon-huurverlenging:before {
    content: "\E047";
}

.icon-huurincasso:before {
    content: "\E048";
}

.icon-huisdieren:before {
    content: "\E049";
}

.icon-herhuisvesting:before {
    content: "\E04A";
}

.icon-geweld-tegen-personen:before {
    content: "\E04B";
}

.icon-geriefsverbetering:before {
    content: "\E04C";
}

.icon-geluidsoverlast:before {
    content: "\E04D";
}

.icon-gebrek-in-woning:before {
    content: "\E04E";
}

.icon-financieel:before {
    content: "\E04F";
}

.icon-financieel-meerjarenprognose:before {
    content: "\E050";
}

.icon-drugs-of-drank:before {
    content: "\E051";
}

.icon-deurwaarder:before {
    content: "\E052";
}

.icon-dagelijks:before {
    content: "\E053";
}

.icon-crediteuren:before {
    content: "\E054";
}

.icon-contributie:before {
    content: "\E055";
}

.icon-contractbeheer:before {
    content: "\E056";
}

.icon-conditiemeting:before {
    content: "\E057";
}

.icon-calamiteit:before {
    content: "\E058";
}

.icon-bouw-en-projectbegeleiding:before {
    content: "\E059";
}

.icon-bijeenkomsten-en-beurzen:before {
    content: "\E05A";
}

.icon-bewonersoverleg:before {
    content: "\E05B";
}

.icon-betalingsregeling:before {
    content: "\E05C";
}

.icon-beroep-of-bezwaar:before {
    content: "\E05D";
}

.icon-beleid-van-accolade:before {
    content: "\E05E";
}

.icon-begroting:before {
    content: "\E05F";
}

.icon-altijd:before {
    content: "\E060";
}

.icon-afhandeling-eerdere-klacht:before {
    content: "\E061";
}

.icon-advies:before {
    content: "\E062";
}

.icon-achterstallig-tuinonderhoud:before {
    content: "\E063";
}

.icon-aankoopwoning:before {
    content: "\E064";
}

.icon-aankoop-vastgoed:before {
    content: "\E065";
}

.icon-aankoop-grond:before {
    content: "\E066";
}

.icon-aangaan-huurovereenkomst:before {
    content: "\E067";
}

.icon-opzegging-huurovereenkomst:before {
    content: "\E068";
}

.icon-wijzigingsverzoek:before {
    content: "\E069";
}

.icon-werkplekonderzoek:before {
    content: "\E06A";
}

.icon-verkoopteam-samenstelling:before {
    content: "\E06B";
}

.icon-verkooprapportage:before {
    content: "\E06C";
}

.icon-vergadering:before {
    content: "\E06D";
}

.icon-uitschrijving-woningzoekende:before {
    content: "\E06E";
}

.icon-uit-exploatatiename:before {
    content: "\E06F";
}

.icon-taxatierapport:before {
    content: "\E070";
}

.icon-schade-aan-eigendommen:before {
    content: "\E071";
}

.icon-processen-procedures:before {
    content: "\E072";
}

.icon-planningsgesprek:before {
    content: "\E073";
}

.icon-planning:before {
    content: "\E074";
}

.icon-personeelswerving-en-selectie:before {
    content: "\E075";
}

.icon-personeelsregeling:before {
    content: "\E076";
}

.icon-personeelsplanning:before {
    content: "\E077";
}

.icon-organisatiestructuur:before {
    content: "\E078";
}

.icon-oprichting-vve:before {
    content: "\E079";
}

.icon-ontwikkelen-communicatieuiting:before {
    content: "\E07A";
}

.icon-onderzoek:before {
    content: "\E07B";
}

.icon-nevenfunctie:before {
    content: "\E07C";
}

.icon-melding-ziekte:before {
    content: "\E07D";
}

.icon-medewerkersopleiding:before {
    content: "\E07E";
}

.icon-marketingplan:before {
    content: "\E07F";
}

.icon-loopbaanbegeleiding:before {
    content: "\E080";
}

.icon-levensloopregeling:before {
    content: "\E081";
}

.icon-kwartaalrapportage:before {
    content: "\E082";
}

.icon-jaarplan:before {
    content: "\E083";
}

.icon-jaarlijkse-huuraanpassing:before {
    content: "\E084";
}

.icon-introductieprogramma:before {
    content: "\E085";
}

.icon-incident:before {
    content: "\E086";
}

.icon-in-exploatatiename:before {
    content: "\E087";
}

.icon-functioneringsgesprek:before {
    content: "\E088";
}

.icon-functieomschrijving:before {
    content: "\E089";
}

.icon-flexibele-werktijden:before {
    content: "\E08A";
}

.icon-financiele-rapportage:before {
    content: "\E08B";
}

.icon-financiele-controle:before {
    content: "\E08C";
}

.icon-financieel-jaarverslag:before {
    content: "\E08D";
}

.icon-eindiging-arbeidsovereenkomst:before {
    content: "\E08E";
}

.icon-declaratie:before {
    content: "\E08F";
}

.icon-crediteurencontrole:before {
    content: "\E090";
}

.icon-bijdrage-fonds-leefbaarheid:before {
    content: "\E091";
}

.icon-beoordelingsgesprek:before {
    content: "\E092";
}

.icon-beleidsplan:before {
    content: "\E093";
}

.icon-bedrijfsafvalinzameling:before {
    content: "\E094";
}

.icon-audit:before {
    content: "\E095";
}

.icon-afrekening-servicekosten:before {
    content: "\E096";
}

.icon-advertentie:before {
    content: "\E097";
}

.icon-aanvraag-stageplaats:before {
    content: "\E098";
}

.icon-aanslag-belasting:before {
    content: "\E099";
}

.icon-aangaan-overeenkomst:before {
    content: "\E09A";
}

.icon-aangaan-arbeidsovereenkomst:before {
    content: "\E09B";
}

.icon-verzekeringen:before {
    content: "\E09C";
}

.icon-aanvullende-diensten:before {
    content: "\E09D";
}

.icon-vrij-bezet-sluiting:before {
    content: "\E600";
}

.icon-zolder:before {
    content: "\E601";
}

.icon-aanbouw-uitbouw-serre:before {
    content: "\E602";
}

.icon-woonkamer:before {
    content: "\E603";
}

.icon-aardlekschakelaar:before {
    content: "\E604";
}

.icon-woning:before {
    content: "\E605";
}

.icon-woning-gestoffeerd:before {
    content: "\E606";
}

.icon-woning-gemeubileerd:before {
    content: "\E607";
}

.icon-afgekeurd:before {
    content: "\E608";
}

.icon-wespen:before {
    content: "\E609";
}

.icon-waterleiding-lekt:before {
    content: "\E60A";
}

.icon-waterkraantje-lekt:before {
    content: "\E60B";
}

.icon-waterdruk-lager:before {
    content: "\E60C";
}

.icon-waterdruk-laag:before {
    content: "\E60D";
}

.icon-water:before {
    content: "\E60E";
}

.icon-water-in-kelder:before {
    content: "\E60F";
}

.icon-wastafelkraan-kapot:before {
    content: "\E610";
}

.icon-wastafelafvoer-verstopt:before {
    content: "\E611";
}

.icon-wastafelafvoer-lekt:before {
    content: "\E612";
}

.icon-wastafel-hangt-los:before {
    content: "\E613";
}

.icon-wastafel-gescheurd:before {
    content: "\E614";
}

.icon-wasruimte:before {
    content: "\E615";
}

.icon-wasmachinekraan-lekt:before {
    content: "\E616";
}

.icon-wasmachinekraan-draait-stroef:before {
    content: "\E617";
}

.icon-wasmachine-schakelaar-kapot:before {
    content: "\E618";
}

.icon-wasmachine-afvoer-verstopt:before {
    content: "\E619";
}

.icon-wasmachine-afvoer-lekt:before {
    content: "\E61A";
}

.icon-wasmachine-aansluiting:before {
    content: "\E61B";
}

.icon-warmtemeter-kapot:before {
    content: "\E61C";
}

.icon-afzuigkap:before {
    content: "\E61D";
}

.icon-wand-kapot:before {
    content: "\E61E";
}

.icon-vuile-entree:before {
    content: "\E61F";
}

.icon-voordeurslot-kapot:before {
    content: "\E620";
}

.icon-voordeursleutel-verloren:before {
    content: "\E621";
}

.icon-voordeur-klemt:before {
    content: "\E622";
}

.icon-voegwerk-los:before {
    content: "\E623";
}

.icon-vochtplekken-wanden:before {
    content: "\E624";
}

.icon-vochtplekken-plafond:before {
    content: "\E625";
}

.icon-vloerluik-defect:before {
    content: "\E626";
}

.icon-vloer-kapot:before {
    content: "\E627";
}

.icon-vlisotrap:before {
    content: "\E628";
}

.icon-verwarming:before {
    content: "\E629";
}

.icon-verwarming-defect:before {
    content: "\E62A";
}

.icon-verlichting-werkt-niet:before {
    content: "\E62B";
}

.icon-verlichting-schuur-buitenkant:before {
    content: "\E62C";
}

.icon-verlichting-lift-defect:before {
    content: "\E62D";
}

.icon-ventilatierooster-klemt:before {
    content: "\E62E";
}

.icon-vaatafwasmachine-verstopt:before {
    content: "\E630";
}

.icon-trappenhuis:before {
    content: "\E631";
}

.icon-trappenhuis-vuil:before {
    content: "\E632";
}

.icon-trappenhuis-niet-schoongemaakt:before {
    content: "\E633";
}

.icon-trapleuning-los:before {
    content: "\E634";
}

.icon-trap:before {
    content: "\E635";
}

.icon-trap-en-trapleuning:before {
    content: "\E636";
}

.icon-toiletpot:before {
    content: "\E637";
}

.icon-toiletpot-los:before {
    content: "\E638";
}

.icon-toiletpot-lekt:before {
    content: "\E639";
}

.icon-toiletpot-gescheurd:before {
    content: "\E63A";
}

.icon-toiletpot-blijft-doorlopen:before {
    content: "\E63B";
}

.icon-toiletdeur-klemt:before {
    content: "\E63C";
}

.icon-toiletbril-los:before {
    content: "\E63D";
}

.icon-toiletbril-kapot:before {
    content: "\E63E";
}

.icon-toiletafvoer-verstopt:before {
    content: "\E63F";
}

.icon-toiletafvoer-lekt:before {
    content: "\E640";
}

.icon-tochtprobleem:before {
    content: "\E641";
}

.icon-tegelwerk-wand-kapot:before {
    content: "\E642";
}

.icon-tegelwerk-vloer-kapot:before {
    content: "\E643";
}

.icon-stucwerk-wand-kapot:before {
    content: "\E644";
}

.icon-stucwerk-plafond-kapot:before {
    content: "\E645";
}

.icon-stucwerk-beschimmeld:before {
    content: "\E646";
}

.icon-stortkokerklep-defect:before {
    content: "\E647";
}

.icon-stortkoker:before {
    content: "\E648";
}

.icon-stortkoker-verstopt:before {
    content: "\E649";
}

.icon-stortbak-loopt-langzaam-vol:before {
    content: "\E64A";
}

.icon-stortbak-lekt:before {
    content: "\E64B";
}

.icon-storm:before {
    content: "\E64C";
}

.icon-stoppen-slaan-door:before {
    content: "\E64D";
}

.icon-boiler:before {
    content: "\E64E";
}

.icon-spiegel-kapot:before {
    content: "\E64F";
}

.icon-slakken:before {
    content: "\E650";
}

.icon-slaapkamer:before {
    content: "\E651";
}

.icon-sifon-lekt:before {
    content: "\E652";
}

.icon-schuurdeurslot-kapot:before {
    content: "\E653";
}

.icon-schuurdeur-klemt:before {
    content: "\E654";
}

.icon-schutting-defect:before {
    content: "\E655";
}

.icon-schoonmaak:before {
    content: "\E656";
}

.icon-schilderwerk-buiten-slecht:before {
    content: "\E657";
}

.icon-schilderwerk-buiten-slecht-geverfd:before {
    content: "\E658";
}

.icon-schilderwerk-binnen-slecht:before {
    content: "\E659";
}

.icon-schilderwerk-binnen-slecht-geverfd:before {
    content: "\E65A";
}

.icon-schakelaar-verlichting-kapot:before {
    content: "\E65B";
}

.icon-boom:before {
    content: "\E65C";
}

.icon-sanitair:before {
    content: "\E65D";
}

.icon-ruit-gebroken:before {
    content: "\E65E";
}

.icon-ruit-gebroken-gevel:before {
    content: "\E65F";
}

.icon-ruit-gebroken-binnenruimte:before {
    content: "\E660";
}

.icon-rookmelder-kapot:before {
    content: "\E661";
}

.icon-rookgasafvoerkanaal-vegen:before {
    content: "\E662";
}

.icon-rolluik-zonwering-defect:before {
    content: "\E663";
}

.icon-roestvorming-radiatorleiding:before {
    content: "\E664";
}

.icon-riolering:before {
    content: "\E665";
}

.icon-ratten:before {
    content: "\E666";
}

.icon-ramen-en-deuren:before {
    content: "\E667";
}

.icon-radiatorkraan-kapot:before {
    content: "\E668";
}

.icon-radiator-niet-warm:before {
    content: "\E669";
}

.icon-raamsluiting-kapot:before {
    content: "\E66A";
}

.icon-raamkozijn-verrot:before {
    content: "\E66B";
}

.icon-raam-verrot:before {
    content: "\E66C";
}

.icon-raam-klemt:before {
    content: "\E66D";
}

.icon-poorten-hekwerken:before {
    content: "\E66E";
}

.icon-plinten-los:before {
    content: "\E66F";
}

.icon-planchet-kapot:before {
    content: "\E670";
}

.icon-plafond-wand-vloer:before {
    content: "\E671";
}

.icon-plafond-moet-gewit:before {
    content: "\E672";
}

.icon-plafond-kapot:before {
    content: "\E673";
}

.icon-parkeergarage-toegangshek-defect:before {
    content: "\E674";
}

.icon-overig:before {
    content: "\E675";
}

.icon-muizen:before {
    content: "\E677";
}

.icon-metselwerk-gescheurd:before {
    content: "\E678";
}

.icon-meterkastdeur-klemt:before {
    content: "\E679";
}

.icon-meterkastdeur-kapot:before {
    content: "\E67A";
}

.icon-meterkast-defect:before {
    content: "\E67B";
}

.icon-mengkop-kapot:before {
    content: "\E67C";
}

.icon-meerjarenonderhoudsbegroting2:before {
    content: "\E67D";
}

.icon-mechanische-ventilatie:before {
    content: "\E67E";
}

.icon-mechanische-ventilatie-werkt-niet:before {
    content: "\E67F";
}

.icon-lift:before {
    content: "\E680";
}

.icon-lift-defect:before {
    content: "\E681";
}

.icon-leiding-verwarmingsradiator-lekt:before {
    content: "\E682";
}

.icon-kraan-lekt:before {
    content: "\E683";
}

.icon-kraan-kapot:before {
    content: "\E684";
}

.icon-kraan-drupt:before {
    content: "\E685";
}

.icon-kraan-draait-stroef:before {
    content: "\E686";
}

.icon-kraan-douche-kapot:before {
    content: "\E687";
}

.icon-keukenlade-kapot:before {
    content: "\E688";
}

.icon-keukenkastdeurtje-kapot:before {
    content: "\E689";
}

.icon-keukenblok:before {
    content: "\E68A";
}

.icon-keukenblad-kapot:before {
    content: "\E68B";
}

.icon-keukenapparatuur:before {
    content: "\E68C";
}

.icon-keukenafvoer-verstopt:before {
    content: "\E68D";
}

.icon-keuken:before {
    content: "\E68E";
}

.icon-kastdeurslot-kapot:before {
    content: "\E68F";
}

.icon-kastdeur-klemt:before {
    content: "\E690";
}

.icon-kakkerlakken:before {
    content: "\E691";
}

.icon-intercom-kapot:before {
    content: "\E692";
}

.icon-intercom-geen-spreekverbinding:before {
    content: "\E693";
}

.icon-intercom-geen-luisterverbinding:before {
    content: "\E694";
}

.icon-installatie-bijvullen:before {
    content: "\E695";
}

.icon-inbraak:before {
    content: "\E696";
}

.icon-hal:before {
    content: "\E697";
}

.icon-groenonderhoud-niet-in-orde:before {
    content: "\E698";
}

.icon-graffiti:before {
    content: "\E699";
}

.icon-glijstang-ophangbeugel-defect:before {
    content: "\E69A";
}

.icon-gevel:before {
    content: "\E69B";
}

.icon-geur-gaslucht-meterkast:before {
    content: "\E69C";
}

.icon-geriefsverbetering2:before {
    content: "\E69D";
}

.icon-gemeenschappelijke-toegangshal:before {
    content: "\E69E";
}

.icon-gemeenschappelijke-toegangshal-regenwaterafvoer-verstopt:before {
    content: "\E69F";
}

.icon-gemeenschappelijke-toegangshal-regenwaterafvoer-lekt:before {
    content: "\E6A0";
}

.icon-geiserkraan-niet-bedienbaar:before {
    content: "\E6A1";
}

.icon-geiserkraan-lekt:before {
    content: "\E6A2";
}

.icon-geiserkraan-kapot:before {
    content: "\E6A3";
}

.icon-geiserkraan-drupt:before {
    content: "\E6A4";
}

.icon-geiser:before {
    content: "\E6A5";
}

.icon-geen-warm-water-uit-kraan:before {
    content: "\E6A6";
}

.icon-bovenkastjekeuken:before {
    content: "\E6A7";
}

.icon-gaskraan-gaat-niet-open:before {
    content: "\E6A8";
}

.icon-gas:before {
    content: "\E6A9";
}

.icon-garagedeurslot-kapot:before {
    content: "\E6AA";
}

.icon-garagedeur-kapot:before {
    content: "\E6AB";
}

.icon-garage:before {
    content: "\E6AC";
}

.icon-galerijhek-kapot:before {
    content: "\E6AD";
}

.icon-galerijdeurdranger-kapot:before {
    content: "\E6AE";
}

.icon-galerijdeur-klemt:before {
    content: "\E6AF";
}

.icon-galerij:before {
    content: "\E6B0";
}

.icon-entree-niet-schoongemaakt:before {
    content: "\E6B1";
}

.icon-elektra:before {
    content: "\E6B2";
}

.icon-electrische-deurdranger-kapot:before {
    content: "\E6B3";
}

.icon-electriciteit-uitgevallen:before {
    content: "\E6B4";
}

.icon-douchedeur-kozijn-verrot:before {
    content: "\E6B5";
}

.icon-douchedeur-klemt:before {
    content: "\E6B6";
}

.icon-douchedeur-kapot:before {
    content: "\E6B7";
}

.icon-doucheafvoer-verstopt:before {
    content: "\E6B8";
}

.icon-douche-slang-kapot:before {
    content: "\E6B9";
}

.icon-deuropener-werkt-niet:before {
    content: "\E6BA";
}

.icon-deurkozijn-verrot:before {
    content: "\E6BB";
}

.icon-deurdranger-kapot:before {
    content: "\E6BC";
}

.icon-deurbel-voordeur-defect:before {
    content: "\E6BD";
}

.icon-deurbel-intercom-defect:before {
    content: "\E6BE";
}

.icon-deur-sluit-niet:before {
    content: "\E6BF";
}

.icon-daklekkage-platdak:before {
    content: "\E6C0";
}

.icon-daklekkage-pannedak:before {
    content: "\E6C1";
}

.icon-dakgoot-verstopt:before {
    content: "\E6C2";
}

.icon-dakgoot-lekt:before {
    content: "\E6C3";
}

.icon-dak:before {
    content: "\E6C4";
}

.icon-dak-en-gevel:before {
    content: "\E6C5";
}

.icon-condens-enkelglas:before {
    content: "\E6C6";
}

.icon-condens-dubbelglas:before {
    content: "\E6C7";
}

.icon-centrale-toegangsdeur-slot-kapot:before {
    content: "\E6C8";
}

.icon-centrale-toegangsdeur-klemt:before {
    content: "\E6C9";
}

.icon-carport-beugelslot-kapot:before {
    content: "\E6CA";
}

.icon-cai-kabel:before {
    content: "\E6CB";
}

.icon-buitendeur-verrot:before {
    content: "\E6CC";
}

.icon-centraaldoosdeksel:before {
    content: "\E6CD";
}

.icon-brievenbusslot-kapot:before {
    content: "\E6CE";
}

.icon-brievenbusklepje-kapot:before {
    content: "\E6CF";
}

.icon-brievenbus:before {
    content: "\E6D0";
}

.icon-brievenbus-deur-kapot:before {
    content: "\E6D1";
}

.icon-brandmeldinginstallatie:before {
    content: "\E6D2";
}

.icon-brandgangverlichting-defect:before {
    content: "\E6D3";
}

.icon-brandganghek-klemt:before {
    content: "\E6D4";
}

.icon-brandblusinstallatie:before {
    content: "\E6D5";
}

.icon-closetrolhouder:before {
    content: "\E6D6";
}

.icon-bomenoverlast-kapvergunning:before {
    content: "\E6D7";
}

.icon-binnendeur-verrot:before {
    content: "\E6D8";
}

.icon-binnen-de-woning:before {
    content: "\E6D9";
}

.icon-beveiligingsinstallatie:before {
    content: "\E6DA";
}

.icon-beveiliging:before {
    content: "\E6DB";
}

.icon-bestrating-niet-in-orde:before {
    content: "\E6DC";
}

.icon-bestrating-en-groen:before {
    content: "\E6DD";
}

.icon-berging:before {
    content: "\E6DE";
}

.icon-berging-gangverlichting:before {
    content: "\E6DF";
}

.icon-berging-eigen-verlichting:before {
    content: "\E6E0";
}

.icon-bellenpaneel-kapot:before {
    content: "\E6E1";
}

.icon-behang-hangt-los:before {
    content: "\E6E2";
}

.icon-bedwants:before {
    content: "\E6E3";
}

.icon-balkonvloer-kapot:before {
    content: "\E6E4";
}

.icon-balkonhek-kapot:before {
    content: "\E6E5";
}

.icon-balkon:before {
    content: "\E6E6";
}

.icon-balkon-regenwaterafvoer-verstopt:before {
    content: "\E6E7";
}

.icon-balkon-regenwaterafvoer-lekt:before {
    content: "\E6E8";
}

.icon-badkamer:before {
    content: "\E6E9";
}

.icon-algemeen:before {
    content: "\E6EA";
}

.icon-alarminstallatie:before {
    content: "\E6EB";
}

.icon-aftapkraantje-niet-bedienbaar:before {
    content: "\E6EC";
}

.icon-aftapkraantje-lekt:before {
    content: "\E6ED";
}

.icon-deurschilderen:before {
    content: "\E6EE";
}

.icon-dorpelbinnendeurkozijn:before {
    content: "\E6EF";
}

.icon-doucheput:before {
    content: "\E6F0";
}

.icon-fonteintoilet:before {
    content: "\E6F1";
}

.icon-gatenherstellen:before {
    content: "\E6F2";
}

.icon-glasschade:before {
    content: "\E6F3";
}

.icon-gordijnen:before {
    content: "\E6F4";
}

.icon-grendelslot:before {
    content: "\E6F5";
}

.icon-hond:before {
    content: "\E6F6";
}

.icon-kroonsteentje:before {
    content: "\E6F7";
}

.icon-lijmrestenverwijderen:before {
    content: "\E6F8";
}

.icon-muursauzen:before {
    content: "\E6F9";
}

.icon-planchetvervangen:before {
    content: "\E6FA";
}

.icon-pompespagnolet:before {
    content: "\E6FB";
}

.icon-raamboompje:before {
    content: "\E6FC";
}

.icon-raamdorpelstenen:before {
    content: "\E6FD";
}

.icon-ramenlappen:before {
    content: "\E6FE";
}

.icon-rookmelder:before {
    content: "\E6FF";
}

.icon-schakelaar:before {
    content: "\E700";
}

.icon-schappenverwijderen:before {
    content: "\E701";
}

.icon-schuurwerk:before {
    content: "\E702";
}

.icon-sleutel:before {
    content: "\E703";
}

.icon-steenstrips:before {
    content: "\E704";
}

.icon-stickersverwijderen:before {
    content: "\E705";
}

.icon-stopmetketting:before {
    content: "\E706";
}

.icon-stopcontact:before {
    content: "\E707";
}

.icon-stukadoren:before {
    content: "\E708";
}

.icon-tapijttrapverwijderen:before {
    content: "\E709";
}

.icon-tapijtverwijderen:before {
    content: "\E70A";
}

.icon-tegelwerkdoucheontkalken:before {
    content: "\E70B";
}

.icon-telefoon:before {
    content: "\E70C";
}

.icon-thermostaat:before {
    content: "\E70D";
}

.icon-tochtstrips:before {
    content: "\E70E";
}

.icon-trekschakelaar:before {
    content: "\E70F";
}

.icon-tuinhuisschuur:before {
    content: "\E710";
}

.icon-uitzetijzer:before {
    content: "\E711";
}

.icon-vensterbankkapot:before {
    content: "\E712";
}

.icon-ventilatieroosterreinigen:before {
    content: "\E713";
}

.icon-vis:before {
    content: "\E714";
}

.icon-vloeregaliseren:before {
    content: "\E715";
}

.icon-vuilnistuinafvalafvoeren:before {
    content: "\E716";
}

.icon-vuilniscontainer:before {
    content: "\E717";
}

.icon-vulslangset:before {
    content: "\E718";
}

.icon-wandbetimmeringverwijderen:before {
    content: "\E719";
}
.introjs-overlay {
  position: absolute;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));
  background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  position: absolute !important;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255,255,255,.9);
  border: 1px solid #777;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0,0,0,.4);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
  position: absolute;
  visibility: hidden;
  z-index: 10000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
      -ms-box-sizing: content-box;
       -o-box-sizing: content-box;
          box-sizing: content-box;
}

.introjs-helperNumberLayer {
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  background: #ff3019; /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
  background:    -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
  background:     -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
  background:      -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
  background:         linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);  /* W3C */
  width: 20px;
  height:20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000); /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

.introjs-arrow {
  border: 5px solid white;
  content:'';
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:white;
}
.introjs-arrow.right-bottom {
  bottom:10px;
  right: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color:white;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:white;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom:10px;
  border-top-color:transparent;
  border-right-color:white;
  border-bottom-color:transparent;
  border-left-color:transparent;
}

.introjs-tooltip {
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0,0,0,.4);
  -webkit-transition: opacity 0.1s ease-out;
     -moz-transition: opacity 0.1s ease-out;
      -ms-transition: opacity 0.1s ease-out;
       -o-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}

.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  margin-right: 5px;
  color: #7a7a7a;
}

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}

.introjs-progress {
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1
}
.introjs-progressbar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.introjs-hint {
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
}

.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}

.introjs-hint-dot {
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-moz-keyframes intrjspulse {
 0% {
    -moz-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -moz-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -moz-transform: scale(1);
    opacity: 0.0;
 }
}

@-webkit-keyframes "introjspulse" {
 0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
 }
}
/*
--------------------------------------------------------------------------------------------------
 Title:			Print Styles
--------------------------------------------------------------------------------------------------
 Summary:
--------------------------------------------------------------------------------------------------
 Generic stylesheet containing all modules print styles.
*/

@media print {
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }

    html,
    body {
        height: auto !important;
        color: #000000 !important;
        background: none !important;
        background-color: #FFFFFF !important;
    }

    /*********************************************************************************************/
    /* =Generic		  							                                      			 */
    /*********************************************************************************************/
    .footer,
    .logo,
    .aside,
    .paging,
    .hide,
    .skiplinks,
    .contentAside,
    .header-container,
    .sidebar,
    .fa,
    .ub,
    .button,
    #indicator,
    /* modules*/
    .question-tree,
    .list-questiontree-large,
    .content + .module.list.list-disclosure,
    .button-group {
        visibility: hidden !important;
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }

    body .wrapper .disclose-this {
        display: block !important;
        color: #000000 !important;
        padding: 20px 0 !important;
    }

    body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000 !important;
        font-size: 16px;
        line-height: 21px;
        background-color: #fff;
    }

    .content {
        width: 100%;
        padding: 0;
        margin: 0;
        float: none;
    }

        .content img {
            padding: 0;
            display: inline;
            border: none;
        }

    h1 {
        padding: 20px 0 !important;
    }

    a {
        color: #000000 !important;
        text-decoration: none;
    }

    ul {
        margin: 0;
        padding: 0;
    }

    strong {
        font-weight: bold;
    }

/* Modules */
.module {
    margin-bottom: 15px !important;
}

/* SelfServiceScenario RepairList */
.list-repairs ul {
    width: 100% !important;
    padding-bottom: 10px !important;
}

.list-repairs ul br {
    display: none !important;
}

.list-repairs li {
    min-height: 0 !important;
    padding: 20px !important;
    margin-bottom: 10px !important;
    color: #000000 !important;
}

.list-repairs li .comment {
    border-bottom: solid 1px #CCCCCC !important;
    margin: 20px 0 !important;
    padding: 0 0 20px 0 !important;
    color: #7f7f7f !important;
    font-size: 14px !important;
}

.list-repairs .item-media {
    display: none !important;
}

.list-repairs .item-details {
    width: 60% !important;
}

.list-repairs .item-status p {
    font-size: 11px !important;
}

.list-repairs .item-content p.description {
    font-size: 14px !important;
    border: none !important;
}
.list-repairs .item-content p.path {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
}

/* SelfServiceScenario Overview */
.overview {
    display: block !important;
}
    .overview h2.fieldset-header + dl {
        padding-top: 0 !important;
    }

    .overview dt {
        width: calc(25% - 20px) !important;
        padding: 0 20px 5px 0 !important;
        display: inline-block !important;
        float: left !important;
    }

        .overview dt span {
            color: #000000 !important;
        }

            .overview dt span:before {
                border-color: #000000 !important;
            }

    .overview dd {
        width: 75% !important;
        display: inline-block !important;
        float: left !important;
    }

/* General */
    .main-article-container {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .main-article-body,
    .main-article-footer {
        width: 100% !important;
        padding: 25px !important;
    }

    .main-article-faq {
        display: none;
    }

    h2#hdrPlannable,
    .feedback,
    .module .feedback,
    body .wrapper .focus-attention,
    body .wrapper .focus-attention:last-child {
        display: none !important;
    }

    fieldset,
    .fieldset {
        border: none !important;
    }

    fieldset.with-icon,
    .fieldset.with-icon,
    .module.with-icon {
        margin-bottom: 0 !important;
        border-bottom: none !important;
    }

    .timeline {
        margin-bottom: 40px !important;
    }

        .timeline.size-4 ol li:after,
        .timeline.size-3 ol li:after {
            top: 24px !important;
        }
}
/* ==========================================================================
   PORTAL: GENERIC STYLES
   ========================================================================== */

/* ==============
	LESS VARIABLES
   ============== */
/*	TYPOGRAPHY */
/* pixels */
/* in pixels */
/*	COLORS */
/* grey */
/* beige */
/* red */
/* purple */
/* green */
/*	RYTHM & GUTTERS */
/* typography */
/* base-font-size + ( 0.5 * base-font-size)*/
/* to fill out the rythm*/
/* Calendar half hour size(smallest option available). Also change the calculation in the view(planning.cshtml) for the total height of .blocktimes*/
/*  ANIMATIONS  */

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: translate(0%, 50%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeFromTop {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 0);
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  }
}
@keyframes fadeFromTop {
  0% {
    opacity: 0;
  }
  100% {
    transform: translate3d(0, -10px, 0);
    opacity: 1;
    transition: opacity 0.3s, -webkit-transform 0.3s;
  }
}
@-webkit-keyframes checkMark {
  0% {
    opacity: 1;
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@-moz-keyframes checkMark {
  0% {
    opacity: 1;
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@-ms-keyframes checkMark {
  0% {
    opacity: 1;
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@keyframes checkMark {
  0% {
    opacity: 1;
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*  LOADER */

.win8-loader {
  position: relative;
  /*      padding-top: 40px;*/
  width: 40px;
  margin: auto;
}
.win8-loader .circle {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0;
  transform: rotate(225deg);
  animation-iteration-count: infinite;
  animation-name: orbit;
  animation-duration: 4s;
}
.win8-loader .circle:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}
.win8-loader .circle:nth-child(2) {
  animation-delay: 240ms;
}
.win8-loader .circle:nth-child(3) {
  animation-delay: 480ms;
}
.win8-loader .circle:nth-child(4) {
  animation-delay: 720ms;
}
.win8-loader .circle:nth-child(5) {
  animation-delay: 960ms;
}
@keyframes orbit {
  0% {
    transform: rotate(225deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  7% {
    transform: rotate(345deg);
    animation-timing-function: linear;
  }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(690deg);
    animation-timing-function: linear;
  }
  70% {
    transform: rotate(815deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  75% {
    transform: rotate(945deg);
    animation-timing-function: ease-out;
  }
  76% {
    transform: rotate(945deg);
    opacity: 0;
  }
  100% {
    transform: rotate(945deg);
    opacity: 0;
  }
}
/*  FUNCTIONS  */
html,
button,
input,
select,
textarea {
  color: black;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 100%;
}
body {
  position: relative;
  color: black;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 103.5%;
  font-size: 87.5%;
  line-height: 1.571428571em;
  background-color: white;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #3e3f3a;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0 0 1em 0;
  background: #efefef;
  color: black;
  padding: 1em;
  border-bottom: 2px solid #888888;
}
b,
strong {
  font-weight: 500;
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
/*	BORDER BOX BABY! */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* KNOWN BROWSER FIXES */

img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  /* IE Scaling fix */

}
/* Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4. Known issue: no IE6 support.	*/

[hidden] {
  display: none;
}
/*
	 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
	 *    and `video` controls.
	 * 2. Corrects inability to style clickable `input` types in iOS.
	 * 3. Improves usability and consistency of cursor style between image-type
	 *    `input` and others.
	 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
	 *    Known issue: inner spacing remains in IE6.
	 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
button p,
form button p {
  margin: 0;
  padding: 0;
}
.icon-link p {
  margin: 0;
  padding: 0;
  display: inline;
}
input[type="text"],
input[type="password"],
input[type="reset"],
input[type="submit"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* PLACEHOLDER TEXT COLOR */

::-webkit-input-placeholder {
  color: #5e5f5a;
}
.js :focus::-webkit-input-placeholder {
  color: transparent;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #5e5f5a;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #5e5f5a;
}
.js :focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
.js :focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
:-ms-input-placeholder {
  color: #5e5f5a;
}
.js :focus:-ms-input-placeholder {
  color: transparent;
}
/*
	 * Re-set default cursor for disabled elements.
	 */

button[disabled],
button[disabled]:hover,
input[disabled] {
  cursor: default;
  background-color: #dddddd;
  color: #aaaaaa;
  border-color: #aaaaaa;
}
a:focus,
a.button.text:focus,
a.button.disabled:focus {
  outline: 1px dotted #cccccc;
}
input[type="radio"] {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type="checkbox"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* ==========================================================================
   DatePicker Overrides
   ========================================================================== */

.picker__box {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
.picker__weekday {
  font-size: 1.1em !important;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999em;
  text-align: left;
  white-space: nowrap;
}
.ir:before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
}
.hide,
body .audible {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  width: 1px;
  overflow: hidden;
  border: 0;
}
.noJsShow.button {
  clear: both;
  float: right;
}
.transform {
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
}
/* clearfixes */

html[xmlns] .clearfix,
html[xmlns] .section {
  display: block;
}
* html .clearfix,
* html .section {
  height: 1%;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* ==============
	START STYLES
   ============== */

.wrapper {
  clear: both;
  display: block;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.wrapper.wrapper-header {
  position: relative;
}
.content-tabs {
  position: relative !important;
}
a {
  color: #d33f49;
  text-decoration: none;
  -webkit-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear;
  -moz-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear;
  -o-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear;
  transition: color 120ms linear, background-color 120ms linear, outline 120ms linear;
}
a:hover {
  color: #b52a33;
  text-decoration: underline;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: black;
}
h1 span,
h2 span,
h3 span,
h4 span,
legend span span {
  color: transparent;
  text-transform: none;
}
h2.confirmationheader {
  margin: 0 0 25px 0;
}
p.link {
  margin-top: 35px;
}
.whitespace_preline p {
  white-space: pre-line;
}
.regular-text p {
  padding-bottom: 0;
}
.regular-text ul,
.regular-text ol {
  list-style-type: disc;
  margin: 0 0 20px 20px;
  white-space: normal;
}
.regular-text ul li,
.regular-text ol li {
  list-style-type: disc;
  padding-left: 10px !important;
  overflow: visible !important;
}
.regular-text ol {
  list-style-type: decimal;
  padding: 0;
}
.regular-text ol li {
  list-style-type: decimal;
}
.content-tabs .tabs-holder div.messages .communication a {
  text-decoration: none;
}
.content-tabs .tabs-holder div.messages .communication li.running:hover p,
.content-tabs .tabs-holder div.messages .communication li.running:hover h3 {
  color: inherit;
}
.content-tabs .tabs-holder div.messages .communication.cases .running > ol {
  list-style-position: inside;
  border-top: 1px dotted #f2f2f2;
  margin-top: 10px;
  padding-top: 10px;
}
.content-tabs .tabs-holder div.messages .communication.cases .running > ol li {
  min-height: unset;
  padding: 0 0 0 10px !important;
  list-style-type: decimal !important;
  display: list-item;
}
.content-tabs .tabs-holder div.messages .communication.cases .running > ol li .title {
  color: black;
}
.content-tabs .tabs-holder div.messages .communication .sub-text,
div.messages .communication.overview .communication .sub-text {
  clear: both;
  margin-top: 30px;
}
.content-tabs .tabs-holder div.messages .communication .sub-text p,
div.messages .communication.overview .communication .sub-text p {
  padding-bottom: 0;
}
.content-tabs .tabs-holder div.messages .communication .sub-text ul,
div.messages .communication.overview .communication .sub-text ul,
.content-tabs .tabs-holder div.messages .communication .sub-text ol,
div.messages .communication.overview .communication .sub-text ol {
  list-style-type: disc;
  margin: 0 0 20px 20px;
  white-space: normal;
}
.content-tabs .tabs-holder div.messages .communication .sub-text ul li,
div.messages .communication.overview .communication .sub-text ul li,
.content-tabs .tabs-holder div.messages .communication .sub-text ol li,
div.messages .communication.overview .communication .sub-text ol li {
  list-style-type: disc;
  padding-left: 10px !important;
  overflow: visible !important;
}
.content-tabs .tabs-holder div.messages .communication .sub-text ol,
div.messages .communication.overview .communication .sub-text ol {
  list-style-type: decimal;
  padding: 0;
}
.content-tabs .tabs-holder div.messages .communication .sub-text ol li,
div.messages .communication.overview .communication .sub-text ol li {
  list-style-type: decimal;
}
.content-tabs .tabs-holder div.messages .communication .sub-text.show-text,
div.messages .communication.overview .communication .sub-text.show-text {
  display: inline-block;
}
.content-tabs .tabs-holder div.messages .communication .sub-text h2,
div.messages .communication.overview .communication .sub-text h2,
.content-tabs .tabs-holder div.messages .communication .sub-text p,
div.messages .communication.overview .communication .sub-text p,
.content-tabs .tabs-holder div.messages .communication .sub-text ul,
div.messages .communication.overview .communication .sub-text ul,
.content-tabs .tabs-holder div.messages .communication .sub-text ol,
div.messages .communication.overview .communication .sub-text ol {
  padding: 9px 0 20px 0 !important;
  margin-left: 0;
}
.content-tabs .tabs-holder div.messages .communication .sub-text h2,
div.messages .communication.overview .communication .sub-text h2,
.content-tabs .tabs-holder div.messages .communication .sub-text h3,
div.messages .communication.overview .communication .sub-text h3 {
  font-weight: 700;
}
.content-tabs .tabs-holder div.messages .communication .sub-text p,
div.messages .communication.overview .communication .sub-text p {
  font-weight: normal;
}
.content-tabs .tabs-holder div.messages .communication .sub-text ul,
div.messages .communication.overview .communication .sub-text ul,
.content-tabs .tabs-holder div.messages .communication .sub-text ol,
div.messages .communication.overview .communication .sub-text ol {
  margin: 0 !important;
  padding-left: 25px !important;
}
.list-cases-messages .cases.overview li.case ol[type] {
  list-style-position: inside;
  border-top: 1px dotted #f2f2f2;
  margin-top: 10px;
  margin-left: 54px;
  padding-top: 10px;
}
.list-cases-messages .cases.overview li.case ol[type] li {
  min-height: unset;
  padding: 0 0 0 10px !important;
  list-style-type: decimal !important;
  display: list-item;
  font-size: 14px !important;
  line-height: 1.285714286em;
}
.list-cases-messages .cases.overview li.case ol[type] li .title {
  color: black;
}
.list-cases-messages .cases.overview li.case ol[type] li .deadline {
  color: #7b7876;
}
/* ==============
	FOCUS
   ============== */

body .wrapper .focus-attention,
body .wrapper .focus-attention:last-child {
  margin-bottom: 20px;
  padding: 30px 20px 20px 20px;
  border: 1px solid #e6e3dd;
  background: #f6f4f0;
  display: block;
  overflow: hidden;
}
.content.focus-attention {
  margin-bottom: 20px;
}
body .wrapper .focus-attention p:last-child {
  padding-bottom: 10px;
}
body .wrapper .focus-attention .button-group:last-child {
  padding-bottom: 0;
}
body .wrapper .focus-attention fieldset:last-child {
  margin-bottom: 0;
}
/* ==============
	MODAL POPUP
   ============== */

.modal-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.8);
  -webkit-animation: fade-in 300ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: fade-in 300ms;
  -moz-animation-fill-mode: forwards;
  -o-animation: fade-in 300ms;
  -o-animation-fill-mode: forwards;
  animation: fade-in 300ms;
  animation-fill-mode: forwards;
}
.modal-popup:after {
  position: absolute;
  display: block;
  right: 15px;
  top: 15px;
  cursor: pointer;
  content: "X";
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  width: 32px;
  height: 32px;
  color: white;
  border: 1px solid white;
  display: none !important;
}
.modal-popup .win8-loader {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
}
.modal-content {
  position: absolute;
  top: 62px;
  left: 50%;
  margin-left: -47.5%;
  width: 95%;
  height: calc(100% - 78px);
  background: white;
  -webkit-animation: fade-in 300ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: fade-in 300ms;
  -moz-animation-fill-mode: forwards;
  -o-animation: fade-in 300ms;
  -o-animation-fill-mode: forwards;
  animation: fade-in 300ms;
  animation-fill-mode: forwards;
}
.modal-content iframe {
  width: 100%;
  height: 100%;
  background: white;
}
.popup-close {
  width: 32px;
  height: 32px;
  margin: 15px 5px 0 0;
  color: black;
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  border: 1px solid black;
  display: inline-block;
  float: right;
  cursor: pointer;
}
.popup-close a {
  color: black;
  text-decoration: none;
}
.popup-close a:hover {
  text-decoration: none;
}
.popup-close:hover {
  background-color: #f1f1f1;
}
.popup-header {
  display: inline-block;
}
body.modal-open {
  overflow: hidden;
}
body.body-iframe {
  padding-top: 80px;
}
body.body-iframe strong {
  font-weight: bold;
}
body.body-iframe em {
  font-style: italic;
}
body.body-iframe ul {
  list-style-type: disc;
  list-style-position: inside;
}
body.body-iframe ol {
  list-style-type: decimal;
  list-style-position: inside;
}
/* TERMS POPUP */

div.popup-main {
  margin-top: 0;
  overflow: auto;
  height: 480px;
  height: 80vh;
}
div.popup-main .content {
  width: 100%;
  padding: 0 15px 65px 0;
  float: none;
}
div.popup-main .button.close {
  margin: 15px 0 0 0;
  float: right;
}
div.popup-main .button.close span {
  margin: 0 5px 0 0;
  display: inline-block;
}
div.popup-main .button.close.popup-close {
  position: absolute;
  min-width: 0;
  right: 30px;
  top: 15px;
  padding: 10px 20px;
}
div.popup-main .button.close.popup-close span {
  display: none;
}
div.popup-main .button.close.popup-close:before {
  content: '\f00d';
  color: white;
  font-family: "FontAwesome";
  font-size: 1.5em;
  font-weight: 100;
  line-height: 38px;
  position: absolute;
  top: 1px;
  left: 13px;
}
div.popup-main b,
div.popup-main strong {
  font-weight: 600;
}
div.popup-main i,
div.popup-main em {
  font-style: italic;
}
div.popup-main h1 {
  font-size: 1.5em;
  font-weight: 600;
  margin-left: 0;
}
div.popup-main h2 {
  font-size: 1.35em;
  font-weight: 600;
}
div.popup-main h3 {
  font-size: 1.2em;
  font-weight: 600;
}
div.popup-main p {
  margin: 0 0 20px 0;
  padding: 0;
  color: inherit;
  clear: both;
}
div.popup-main ul,
div.popup-main ol {
  margin: 0 0 20px 0;
  padding: 0;
  clear: both;
}
div.popup-main ul li,
div.popup-main ol li {
  width: calc(100% - 20px);
  margin: 0 0 5px 20px;
  padding: 0;
  color: inherit;
  list-style-type: disc;
  border: none;
  clear: both;
}
div.popup-main ol li {
  list-style-type: decimal;
}
/*	TOOLTIP */

.placeholderTooltipContainer {
  position: relative;
  margin: 0 20px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.571428571em;
}
.placeholderTooltipContainer .placeholderTooltip:after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: '';
  width: 0;
  height: 0;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #161616;
  font-size: 0;
  line-height: 0;
}
.placeholderTooltipContainer.iconPlaceholderTooltipContainer {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  display: block;
  position: absolute;
  top: 0;
  left: -165px;
}
.placeholderTooltipContainer.iconPlaceholderTooltipContainer .placeholderTooltip {
  position: relative;
  bottom: 0;
}
.placeholderTooltipContainer.iconPlaceholderTooltipContainer .placeholderTooltip:after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: '';
  width: 0;
  height: 0;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #161616;
  font-size: 0;
  line-height: 0;
}
body .wrapper p.placeholderTooltip,
body .wrapper p.placeholderTooltip:last-child {
  position: absolute;
  bottom: 1px;
  display: block;
  max-width: 100%;
  min-width: 1px;
  padding: 7px 12px;
  color: white;
  text-align: center;
  background-color: #161616;
  -webkit-transition: all 180ms ease-out;
  -moz-transition: all 180ms ease-out;
  -o-transition: all 180ms ease-out;
  transition: all 180ms ease-out;
  z-index: 99999;
  opacity: 0;
}
body .wrapper p.iconPlaceholderTooltip,
body .wrapper p.placeholderTooltip:last-child {
  position: absolute;
  bottom: 1px;
  display: block;
  max-width: 100%;
  min-width: 1px;
  padding: 7px 12px;
  color: white;
  text-align: center;
  background-color: #161616;
  -webkit-transition: all 180ms ease-out;
  -moz-transition: all 180ms ease-out;
  -o-transition: all 180ms ease-out;
  transition: all 180ms ease-out;
  z-index: 99999;
  opacity: 0;
}
.repair-request.decision ul .tooltip .tooltip-content {
  display: none;
}
.repair-request.decision ul .tooltip:hover .tooltip-content {
  display: none;
}
/* ==============
	BUTTONS
   ============== */

/* secondary is standard */

.button,
input.button,
a.introjs-button {
  position: relative;
  display: inline-block;
  padding: 10px 22px 10px 22px;
  min-height: 40px;
  min-width: 120px;
  height: auto;
  text-decoration: none;
  text-align: center;
  font-size: 0.9em;
  border: none;
  cursor: pointer;
  -webkit-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear, position 150ms ease;
  -moz-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear, position 150ms ease;
  -o-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear, position 150ms ease;
  transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear, position 150ms ease;
}
.button.secondary {
  background: #e69298;
  border-color: #dd6870;
}
.button.secondary:hover {
  background: #d33f49;
  border-color: #b52a33;
}
.bordered {
  border-color: #2a9d8f !important;
  border-width: 1px !important;
  border-style: solid;
}
.inverse {
  background-color: transparent !important;
  color: #2a9d8f !important;
}
.inactive {
  border-color: transparent !important;
  border-width: 1px !important;
  border-style: none;
  cursor: default !important;
}
.button i {
  padding-right: 6px;
}
/*	button TEXT */

.button.text {
  min-width: 0;
  min-height: 0;
  padding: 9px 0 0 0;
}
.button.text i {
  display: inline-block;
  padding-right: 5px;
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
}
.button.text:hover i {
  display: inline-block;
  margin-left: 3px;
  margin-right: -3px;
}
.button.text:focus,
.button.text:active {
  top: inherit;
}
/*	button DISABLED */

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button.disabled:active {
  cursor: default;
}
.button.disabled:focus,
.button.disabled:active {
  top: inherit;
}
/*	button DISABLED */

.button.loading,
.waiting.loading,
.button.loading:hover,
.waiting.loading:hover,
.button.loading:focus,
.waiting.loading:focus,
.button.loading:active,
.waiting.loading:active {
  padding: 10px 22px 10px 40px;
  /* cursor: not-allowed;*/
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.button.loading:before,
.waiting.loading:before,
.button.loading:hover:before,
.waiting.loading:hover:before,
.button.loading:focus:before,
.waiting.loading:focus:before,
.button.loading:active:before,
.waiting.loading:active:before {
  content: '\f110';
  margin: 0 15px 0 0;
  font-family: "FontAwesome";
  font-size: 1.3em;
  -webkit-animation: spin 0.75s infinite linear;
  -moz-animation: spin 0.75s infinite linear;
  -o-animation: spin 0.75s infinite linear;
  animation: spin 0.75s infinite linear;
  display: inline-block;
  position: absolute;
  left: 15px;
}
.button.loading .fa,
.waiting.loading .fa,
.button.loading:hover .fa,
.waiting.loading:hover .fa,
.button.loading:focus .fa,
.waiting.loading:focus .fa,
.button.loading:active .fa,
.waiting.loading:active .fa {
  display: none;
}
.waiting {
  display: block;
}
.waiting.loading,
.waiting.loading:hover,
.waiting.loading:focus,
.waiting.loading:active {
  padding: 0 0 0 30px;
}
.waiting.loading:before,
.waiting.loading:hover:before,
.waiting.loading:focus:before,
.waiting.loading:active:before {
  margin: 10px 0 0 15px;
}
/*	button SMALL BUTTON */

.small-button {
  padding: 0.285714286em 0.714285714em;
  min-height: 30px;
  min-width: 120px;
  font-size: 1em;
  /* 14 */
  line-height: 1.428571429em;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.wrapper .button.small-button .fa {
  position: relative;
  top: 2px;
  margin: 0;
}
.small-button.loading,
.small-button.loading:hover,
.small-button.loading:focus,
.small-button.loading:active {
  padding: 0.285714286em 0.714285714em 0.285714286em 40px;
}
.wrapper .button.small-button.weeknavigation .fa {
  padding: 0 6px 0 0;
}
.wrapper .button.small-button.weeknavigation:first-of-type.loading {
  padding: 0.285714286em 40px 0.285714286em 0.714285714em;
}
.wrapper .button.small-button.weeknavigation:first-of-type.loading:before {
  right: -125px;
}
.wrapper .button.small-button.weeknavigation:first-of-type .fa {
  padding: 0 0 0 6px;
}
/*	button LARGE BUTTON */

.large-button {
  padding: 29px 30px;
  min-height: 80px;
  min-width: 120px;
  font-size: 1.142857143em;
  line-height: 1.375em;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*	button ICON BUTTON */

.icon-button {
  padding: 6px 3px;
  font-size: 28px;
  line-height: 28px;
  min-height: 40px;
  min-width: 40px;
  height: auto;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.icon-button.large-button {
  padding: 29px 30px;
  min-height: 80px;
  min-width: 80px;
}
/*	BUTTON GROUP */

.button-group {
  clear: both;
  width: 100%;
  display: block;
  padding-bottom: 20px;
  text-align: center;
}
.header-image {
  max-width: 1280px;
  height: 150px;
}
.main-article-body,
.main-article-footer {
  width: 100%;
  float: left;
}
.main-article-body .button-group {
  padding: 0 20px 20px 20px;
}
.button-group .button,
.button-group .icon-link {
  font-family: Lato, Arial, Helvetica, sans-serif;
  float: right;
}
.button-group a.button {
  margin-right: 4px;
}
.button-group .button.left,
.button-group.justify .button:last-child,
.button-group.justify .icon-link:last-child {
  float: left;
}
.button-group .button.right,
.wrapper .button-group.justify .button:first-child,
.wrapper .button-group.justify.icon-link:last-child {
  float: right;
}
.module.list .button-group {
  padding: 20px 10px;
  overflow: hidden;
}
/* link more */

.module.list .link-more {
  margin: 15px 0 0 0;
  text-align: right;
}
.module.list .link-more a {
  color: #d33f49;
}
.module.list .link-more a:hover {
  color: #b52a33;
}
.module.list .link-more.link-more-messages a {
  color: #2a9d8f;
}
.module.list .link-more.link-more-messages a:hover {
  color: #1f756a;
}
/* LOGIN MENU ITEM */

.navigation ul li.login {
  position: relative;
}
.navigation ul li.login a:before {
  margin: 0 10px 0 0;
  font-family: 'FontAwesome';
}
.navigation ul li.login a.button-login {
  height: 80px;
}
.navigation ul li.login a.button-login:before {
  content: '\f023';
}
.navigation ul li.login a.button-loggedin {
  /*height: 80px;*/
  padding: 29px 15px 28px 15px;
  cursor: pointer;
}
.navigation ul li.login a.button-loggedin:before {
  content: '\f13e';
}
.navigation ul li.login a.button-loggedin:after {
  content: '\f078';
  margin: 0 0 0 10px;
  font-family: 'FontAwesome';
  font-size: 0.75em;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  top: -2px;
}
.navigation ul li.login a.button-loggedin.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation ul li.login .panel-loggedin {
  width: 280px;
  height: auto;
  background-color: white;
  border: 1px solid #eeeeee;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  display: none;
}
.navigation ul li.login .panel-loggedin ul {
  width: 100%;
  height: auto;
  text-transform: none;
}
.navigation ul li.login .panel-loggedin ul li {
  padding: 0;
  border-bottom: 1px solid #eeeeee;
  float: none;
}
.navigation ul li.login .panel-loggedin ul li span {
  padding: 10px;
  color: black;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  font-weight: bold;
  display: block;
}
.navigation ul li.login .panel-loggedin ul li a {
  padding: 10px;
  color: #d33f49;
  text-align: left;
  background-color: transparent;
  display: block;
}
.navigation ul li.login .panel-loggedin ul li a:hover {
  color: #b52a33;
  text-decoration: underline;
}
.navigation ul li.login .panel-loggedin ul li a:before,
.navigation ul li.login .panel-loggedin ul li a:after {
  content: '';
  display: none;
}
.navigation ul li.login .panel-loggedin ul li:last-of-type {
  border: none;
}
/* LOGIN PAGE */

.login-form .button-group .field-wrapper.single-choice {
  width: 50%;
}
.login-form .button-group .field-wrapper.single-choice label {
  padding-left: 60%;
}
.login-form .button-group .button.text {
  margin: 38px 10px 0 0;
}
.login-form .button-group .button.text:after {
  display: none;
}
.password-edit .fieldset .field-wrapper .required,
.password-edit .fieldset .button-group .required-info {
  display: none;
}
/* ==============
	ICON-BUTTONS
   ============== */

.icon-disturbance:before {
  content: "\e01e";
}
.icon-complaint:before {
  content: "\e03c";
}
.icon-compliment:before {
  content: "\e09a";
}
.icon-joinservicefund:before {
  content: "\e067";
}
.icon-houseadjustment:before {
  content: "\e006";
}
.icon-terminatecontract:before {
  content: "\e068";
}
.icon-changepaymentmethod:before {
  content: "\e048";
}
.icon-paymentarrangement:before {
  content: "\e05c";
}
.icon-repairrequestcancelation:before {
  content: "\e05d";
}
.icon-repairrequestmodification:before {
  content: "\e03a";
}
.icon-repairrequest:before {
  content: "\e025";
}
.icon-link {
  font-size: 1em;
  color: #2a9d8f;
  display: inline-block;
  float: right;
}
.icon-link:hover {
  color: #1f756a;
}
.icon-link i {
  position: relative;
  top: 2px;
  min-width: 17px;
  min-height: 17px;
  margin: 0 0 0 8px;
  padding: 2px 0 0 0;
  font-size: 1.4em;
  line-height: 10px;
}
.icon-link.left {
  float: left;
}
/*	UPLOADBOX */

.uploadbox .container {
  display: block;
  width: 100%;
  min-height: 135px;
  margin: 0;
  padding: 20px;
  background-color: #f6f4f0;
}
.uploadbox .container i {
  float: left;
  margin: 10px 2.5% 0 12.5%;
  padding: 0;
  font-size: 6.071428571em;
  color: #989793;
}
.uploadbox .container p {
  float: left;
  width: 65%;
  max-width: 400px;
  margin: 0;
  padding: 30px 0 0 0;
  color: #989793;
  font-size: 1.285714286em;
  text-align: center;
}
/* ==============
	Intro-JS
   ============== */

.introjs-overlay {
  background: rgba(0, 0, 0, 0.875);
}
.introjs-tooltipReferenceLayer:not(.introjs-followup) {
  position: static !important;
  top: 0 !important;
}
.introjs-tooltipReferenceLayer:not(.introjs-followup) .introjs-tooltip {
  width: 100%;
  max-width: 620px;
  max-height: 75vh;
  margin: 0 !important;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10000001;
  top: 100px !important;
  left: calc(50% - 310px) !important;
  right: auto;
}
.introjs-tooltipReferenceLayer:not(.introjs-followup) .introjs-tooltip .checkData {
  width: 600px;
  padding: 10px;
}
.introjs-tooltipReferenceLayer:not(.introjs-followup) .introjs-tooltip .checkData h2 {
  color: #d33f49;
  margin-bottom: 10px;
}
.introjs-tooltipReferenceLayer:not(.introjs-followup) .introjs-tooltip .introContent {
  max-width: 300px;
}
.introjs-tooltipReferenceLayer:not(.introjs-followup) .introjs-tooltip .introContent h3 {
  font-weight: 600;
  font-size: 0.925em;
  padding-bottom: 5px;
  color: #d33f49;
}
.introjs-tooltipReferenceLayer:not(.introjs-followup) .introjs-tooltip .introContent p {
  font-size: 0.9em;
  line-height: 17px;
}
.introjs-tooltipReferenceLayer.introjs-followup .introjs-tooltip {
  width: auto;
  margin: inherit;
  overflow-y: hidden;
  bottom: inherit;
}
.introjs-tooltipbuttons {
  display: none;
  text-align: left;
}
.introjs-tooltipbuttons .introjs-button {
  background: #d33f49;
  text-shadow: inherit;
  border: none;
  border-radius: 0px;
  color: white;
}
.introjs-tooltipbuttons .introjs-button:focus {
  background-color: #b52a33;
}
.introjs-tooltipbuttons .introjs-button:active {
  background-color: #b52a33;
}
.introjs-tooltipbuttons .introjs-prevbutton,
.introjs-tooltipbuttons .introjs-skipbutton {
  display: none;
}
/* ==============
	PAGING
   ============== */

.paging {
  width: 100%;
  text-align: center;
  clear: both;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.paging .container {
  display: inline-block;
  min-width: 40px;
  width: auto;
  min-height: 40px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  /* ~90 v 13 */

}
.paging ol {
  display: block;
  clear: none;
  min-width: 1em;
  width: auto;
  min-height: 2.307692308em;
  height: auto;
  margin: 0;
}
.paging ol li {
  display: inline-block;
  padding: 0 1px 0 0;
  margin-bottom: 10px;
  background: transparent;
}
.paging p,
.paging a,
.paging .ellipsis span {
  display: inline-block;
  padding: 9px 10px;
  min-height: 40px;
  min-width: 40px;
  height: auto;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 1.142857143em;
  line-height: 1.375em;
  background: #b52a33;
  -webkit-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear;
  -moz-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear;
  -o-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear;
  transition: color 120ms linear, background-color 120ms linear, outline 120ms linear;
}
.paging a,
.paging .ellipsis span {
  color: black;
  text-decoration: none;
  background: #f2f2f2;
}
.paging a:hover {
  color: white;
  text-decoration: none;
  background: #d33f49;
}
.paging a:focus,
.paging a:active {
  position: relative;
  top: 1px;
  color: white;
  background: #b52a33;
  outline: none;
}
/* next previous */

/*	paging PAGELIST */

.paging.pagelist .container {
  width: 100%;
  margin: 20px auto 0 auto;
}
.paging.pagelist .paging-label {
  padding-top: 10px;
  /*font-size: 0.8571428571428571em;*/
  display: inline-block;
  float: left;
}
.paging.pagelist ol {
  float: right;
}
.paging.pagelist ol li {
  padding: 0 1px 0 0;
  border: none;
}
.paging.pagelist ol li:last-child {
  padding: 0;
}
.paging.pagelist p,
.paging.pagelist a,
.paging.pagelist .ellipsis span {
  color: black;
  background: #f2f2f2;
}
.paging.pagelist a,
.paging.pagelist .ellipsis span {
  color: white;
  background: #d33f49;
}
.paging.pagelist a:hover {
  background: #b52a33;
}
.paging.pagelist a:focus,
.paging.pagelist a:active {
  background: #b52a33;
}
.paging.pagelist.secundary a,
.paging.pagelist.secundary .ellipsis span {
  color: white;
  background: #2a9d8f;
}
.paging.pagelist.secundary a:hover {
  background: #1f756a;
}
.paging.pagelist.secundary a:focus,
.paging.pagelist.secundary a:active {
  background: #144d46;
}
/*	paging PROGRESS */

.paging.progress {
  width: auto;
  text-align: left;
}
.paging.progress .completed a {
  color: white;
  background: #2a9d8f;
}
.paging.progress .completed a:hover {
  background: #1f756a;
}
.paging.progress .completed a:focus,
.paging.progress .completed a:active {
  background: #144d46;
}
.paging.progress p {
  color: black;
  background: #f2f0ea;
}
.paging.progress .active p {
  color: white;
  background: #b52a33;
}
/* ==============
	'Place-anywhere buttons' Container
   ============== */

p.buttons {
  margin: 20px 0;
  overflow: hidden;
}
p.buttons .button.text {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
p.buttons .button.text .fa {
  margin: 0 !important;
  background-color: transparent !important;
}
.main-article-body .search-container .search-form button {
  background: none;
  border: none;
  outline: none;
  position: absolute;
}
.main-article-body .search-container .search-form button.submit {
  color: #d33f49;
  font-size: 1.25em;
  left: 9px;
  top: 10px;
  pointer-events: none !important;
  cursor: inherit !important;
}
.main-article-body .search-container .search-form button.clear {
  color: #4c4c4c;
  right: 3px;
  top: 12px;
}
.main-article-body .search-container .search-form button.clear:focus {
  outline: none;
}
.main-article-body .search-container .autocomplete {
  display: none;
  width: 100%;
  position: absolute;
  background: white;
}
.main-article-body .search-container .autocomplete h2 {
  padding: 10px 10px 5px 10px;
  font-size: 0.9em;
}
.main-article-body .search-container .autocomplete ul li {
  height: 55px;
}
.main-article-body .search-container .autocomplete ul li:hover {
  background: #fefafa;
}
.main-article-body .search-container .autocomplete ul li.no-results i:before {
  font-family: 'Streamline';
  content: "\e603";
  color: #dc0455;
  font-size: 1.25em;
  margin-left: 12px;
  line-height: 55px;
  display: inline-block;
}
.main-article-body .search-container .autocomplete ul li .item-media {
  width: 50px;
  float: left;
}
.main-article-body .search-container .autocomplete ul li .item-media .ub {
  color: #d33f49;
  font-size: 1.25em;
  margin-left: 12px;
  line-height: 55px;
}
.main-article-body .search-container .autocomplete ul li .item-content {
  width: calc(100% - 50px);
  float: left;
  line-height: 55px;
  color: #3e3f3a;
}
.main-article-body .search-container .autocomplete .contact {
  padding-top: 30px;
}
.main-article-body .search-container .autocomplete .contact p {
  padding: 10px 10px 20px 55px;
  line-height: 30px;
  position: relative;
}
.main-article-body .search-container .autocomplete .contact p:before {
  font-family: 'Streamline';
  content: "\e904";
  font-size: 1.3em;
  color: #144d46;
  position: absolute;
  left: 13px;
}
.main-article-body .messages {
  margin: 25px 0 35px 0;
}
.main-article-body .messages.noPadding {
  padding: 0;
}
.main-article-body .messages ul {
  margin-top: 10px;
}
.main-article-body .messages ul li {
  position: relative;
  min-height: 55px;
  padding: 5px 10px 5px 75px;
  transition: all 0.2s;
  background: transparent;
  margin: 0 0 5px 0;
  overflow: hidden;
}
.main-article-body .messages ul li .table {
  display: table;
  width: 100%;
}
.main-article-body .messages ul li .table .row {
  display: table-row;
  width: 100%;
}
.main-article-body .messages ul li .table .row .cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.main-article-body .messages ul li .table .row .cell a {
  width: 100%;
  margin: 0;
  float: none;
  display: block;
}
.main-article-body .messages ul li .table .row .cell a:hover {
  text-decoration: none;
}
.main-article-body .messages ul li p {
  padding: 0 20px 0 0;
  line-height: 22px;
  font-size: 1em;
}
.main-article-body .messages ul li span {
  font-size: 0.85em;
  line-height: 15px;
  color: #aaaba7;
}
.main-article-body .messages ul li span.date {
  float: right;
}
.main-article-body .messages ul li span.info.info {
  font-size: 0.875em;
  font-weight: bold;
}
.main-article-body .messages ul li span.info:emtpy {
  display: none;
}
.main-article-body .messages ul li:before {
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 49px;
  line-height: 47px;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  font-size: 1.6em;
  background: white;
  font-weight: 300;
}
.main-article-body .messages ul li:after {
  font-family: 'Streamline';
  position: absolute;
  top: 10px;
  right: 10px;
  color: #aaaba7;
}
.main-article-body .messages ul li.checked:before {
  font-family: 'Streamline';
  content: "\e62f" !important;
}
.main-article-body .messages ul li.news:before {
  font-family: "Streamline";
  content: "\e668";
  border-color: #d33f49;
  color: #d33f49;
}
.main-article-body .messages ul li.news:hover {
  background: #fefafa;
}
.main-article-body .messages ul li.news .intro {
  margin: 0;
  padding: 0;
}
.main-article-body .messages ul li.message a {
  float: none;
  margin: 0;
  color: #5e5f5a;
}
.main-article-body .messages ul li.message a:hover {
  text-decoration: none;
}
.main-article-body .messages ul li.message:before {
  font-family: "Streamline";
  content: "\e789";
  border-color: #2a9d8f;
  color: #2a9d8f;
}
.main-article-body .messages ul li.message:hover {
  background: #bfeee8;
}
.main-article-body .messages ul li.correspondence a {
  float: none;
  margin: 0;
  color: #5e5f5a;
}
.main-article-body .messages ul li.correspondence a:hover {
  text-decoration: none;
}
.main-article-body .messages ul li.correspondence:before {
  font-family: "Streamline";
  content: "\e681";
  border-color: #2a9d8f;
  color: #2a9d8f;
}
.main-article-body .messages ul li.correspondence:hover {
  background: #bfeee8;
}
.main-article-body .messages ul li.repair:before {
  font-family: 'umbrellus20';
  content: "\e032";
  border-color: #2a9d8f;
  color: #2a9d8f;
}
.main-article-body .messages ul li.repair .problem {
  font-size: 0.95em;
  color: #2a9d8f;
}
.main-article-body .messages ul li.repair span.path-item {
  color: black;
  font-size: 1em;
}
.main-article-body .messages ul li.repair span.path-item:after {
  content: '\\';
  margin: 0 2px 0 5px;
  color: black;
  font-size: 1em;
  display: inline-block;
}
.main-article-body .messages ul li.repair span.path-item:last-of-type:after {
  content: none;
}
.main-article-body .messages ul li.repair.gray:before {
  border-color: #a4a4a4;
  color: #aaaba7;
}
.main-article-body .messages ul li.repair:hover {
  background: #bfeee8;
}
.main-article-body .messages ul li.start {
  display: table;
}
.main-article-body .messages ul li.start:before {
  font-family: 'umbrellus20';
  content: "\e65c";
  border-color: #d33f49;
  color: #d33f49;
}
.main-article-body .messages ul li.start .intro {
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
}
.main-article-body .messages ul li.start .intro p {
  padding: 0;
  margin: 0;
}
.main-article-body .messages ul li.repair-request {
  display: table;
  width: 100%;
  box-sizing: border-box;
  background: #bfeee8;
  overflow: hidden;
}
.main-article-body .messages ul li.repair-request .cell .container > i.ub {
  padding: 0;
  display: block;
  position: absolute;
  left: 3px;
  top: 5px;
  width: 49px;
  line-height: 47px;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  font-size: 1.1em;
  background: white;
  font-weight: 300;
  color: #2a9d8f;
  border-color: #2a9d8f;
}
.main-article-body .messages ul li.repair-request .container {
  width: calc(100% - 145px);
  float: left;
}
.main-article-body .messages ul li.repair-request .item-status {
  overflow: hidden;
  width: 145px;
  float: right;
  z-index: 0;
  position: relative;
  font-size: 0.9em;
}
.main-article-body .messages ul li.repair-request .item-status a {
  width: auto;
  float: none;
  top: 0;
  right: 0;
  margin: 0;
  text-align: right;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 0;
}
.main-article-body .messages ul li.repair-request .item-status a:focus {
  outline: none;
}
.main-article-body .messages ul li.repair-request .item-status .button-deleterepair {
  transition: all 0.2s;
  left: 0;
  font-size: 0.95em;
  line-height: 22px;
}
.main-article-body .messages ul li.repair-request .item-status form {
  transition: all 0.2s;
  margin-left: 160px;
  width: 160px;
  background: #bfeee8;
  z-index: 999;
  text-align: center;
}
.main-article-body .messages ul li.repair-request .item-status form .button {
  min-width: 55px;
  min-height: auto;
  padding: 8px 10px;
}
.main-article-body .messages ul li.repair-request .item-status form label {
  display: block;
}
.main-article-body .messages ul li.repair-request .item-status form p {
  padding: 0;
  text-align: center;
}
.main-article-body .messages ul li.repair-request .item-status.show .button-deleterepair {
  left: 161px;
}
.main-article-body .messages ul li.repair-request .item-status.show form {
  margin-left: 0;
}
.main-article-body .messages ul li.repair-cancelation {
  display: table;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.main-article-body .messages ul li.repair-cancelation a {
  float: none;
  margin: 0;
}
.main-article-body .messages ul li.repair-cancelation .cell .container > i {
  padding: 0;
  display: block;
  position: absolute;
  top: 1px;
  left: 3px;
  width: 49px;
  line-height: 47px;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  font-size: 1.1em;
  background: white;
  font-weight: 300;
  color: #2a9d8f;
  border-color: #2a9d8f;
}
.main-article-body .messages ul li.repair-cancelation .container {
  width: 100%;
  float: left;
}
.main-article-body .messages ul li.finalize-repair span {
  font-size: 0.9em;
}
.main-article-body .messages ul li.finalize-repair span.cancel {
  font-size: 0.95em;
  color: #d33f49;
}
.main-article-body .messages ul li.finalize-repair:before {
  font-family: 'umbrellus20';
  content: "\e032";
  color: #aaaba7;
  border-color: #aaaba7;
}
.main-article-body .messages ul li.finalize-repair.time:before {
  content: "\e074";
}
.main-article-body .messages ul li.not-plannable {
  padding: 5px 10px 5px 0;
  background: #bfeee8;
  overflow: hidden;
}
.main-article-body .messages ul li.not-plannable .item-media {
  width: 75px;
  float: left;
  overflow: hidden;
}
.main-article-body .messages ul li.not-plannable .item-media i {
  padding: 0;
  display: block;
  position: absolute;
  left: 3px;
  top: 5px;
  width: 49px;
  line-height: 47px;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  background: white;
  font-weight: 300;
  color: #2a9d8f;
  border-color: #2a9d8f;
}
.main-article-body .messages ul li.not-plannable .item-content {
  width: calc(100% - 75px);
  display: inline-block;
  float: right;
}
.main-article-body .messages ul li.not-plannable .item-content .description {
  margin-bottom: 7px;
  color: #2a9d8f;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 22px;
}
.main-article-body .messages ul li.not-plannable .item-content .path {
  margin: 0 0 5px 0;
  color: #5e5f5a;
  line-height: 1.5em !important;
}
.main-article-body .messages ul li.not-plannable p.comment {
  width: 100%;
  max-width: calc(100% - 75px);
  margin: 15px 0 0 75px;
  color: #5e5f5a;
  font-size: 0.75em;
  line-height: 1.5em;
  clear: both;
}
.main-article-body .messages ul li.not-plannable .item-status {
  width: 100%;
  max-width: calc(100% - 75px);
  margin: 0;
  color: #5e5f5a;
  font-size: 0.75em;
  line-height: 1.5em;
  clear: both;
}
.main-article-body .messages ul li.not-plannable .item-status p {
  text-align: left;
}
.main-article-body .messages ul li.not-plannable .item-status p a[href^="mailto"] {
  display: none;
}
.main-article-body .messages ul li.not-plannable p.comment {
  width: calc(100% - 75px);
  margin: 0;
  font-size: 0.675em;
  display: inline-block;
  float: right;
}
.main-article-body .messages ul li.choice {
  cursor: pointer;
}
.main-article-body .messages ul li.choice i.ub {
  padding: 0;
  display: block;
  position: absolute;
  left: 3px;
  top: 5px;
  width: 49px;
  line-height: 47px;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  font-size: 2.15em;
  background: white;
  font-weight: 300;
  color: #2a9d8f;
  border-color: #2a9d8f;
}
.main-article-body .messages ul li.choice:hover {
  background: #bfeee8;
}
.main-article-body .messages ul li.choice a {
  float: none;
}
.main-article-body .messages ul li.choice span {
  font-size: 0.95em;
  color: #2a9d8f;
}
.main-article-body .messages ul li.yes {
  cursor: pointer;
}
.main-article-body .messages ul li.yes:before {
  content: "J";
  border-color: #2a9d8f;
  color: #2a9d8f;
}
.main-article-body .messages ul li.yes:hover {
  background: #bfeee8;
}
.main-article-body .messages ul li.yes span {
  font-size: 0.95em;
  color: #2a9d8f;
}
.main-article-body .messages ul li.no {
  cursor: pointer;
}
.main-article-body .messages ul li.no:before {
  content: "N";
  border-color: #d33f49;
  color: #d33f49;
}
.main-article-body .messages ul li.no:hover {
  background: #fefafa;
}
.main-article-body .messages ul li.no.service:before {
  font-family: 'umbrellus20';
  content: "\e096";
}
.main-article-body .messages ul li.no span {
  font-size: 0.95em;
  color: #d33f49;
}
.main-article-body .messages ul li.service {
  margin-bottom: 10px;
}
.main-article-body .messages ul li.service.checked {
  background: #bfeee8;
}
.main-article-body .messages ul li.service.disabled {
  cursor: inherit;
  background: #f6f6f5;
}
.main-article-body .messages ul li.service input[type=checkbox] {
  display: none;
}
.main-article-body .messages ul li.disturbance {
  color: #3e3f3a;
  cursor: pointer;
}
.main-article-body .messages ul li.disturbance:before {
  font-family: 'umbrellus20';
  content: "\e01e";
  border-color: #d33f49;
  color: #d33f49;
}
.main-article-body .messages ul li.disturbance:hover {
  background: #fefafa;
}
.main-article-body .messages ul li.disturbance span {
  font-size: 0.95em;
  color: #3e3f3a;
}
.main-article-body .messages ul li.running a {
  float: none;
  margin: 0;
  color: #5e5f5a;
}
.main-article-body .messages ul li.running a:hover {
  text-decoration: none;
}
.main-article-body .messages ul li.running i {
  padding: 0;
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 49px;
  line-height: 47px;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  font-size: 1.5em;
  background: white;
  font-weight: 300;
  color: #2a9d8f;
  border-color: #2a9d8f;
  font-family: 'umbrellus20';
}
.main-article-body .messages ul li.running:hover {
  background: #bfeee8;
}
.main-article-body .messages ul li.address {
  cursor: pointer;
}
.main-article-body .messages ul li.address:before {
  font-family: 'umbrellus20';
  content: "\e605";
  border-color: #2a9d8f;
  color: #2a9d8f;
}
.main-article-body .messages ul li.address:hover {
  background: #bfeee8;
}
.main-article-body .messages ul li.address p,
.main-article-body .messages ul li.address span {
  cursor: pointer;
}
.main-article-body .messages ul li.address input[type=radio] {
  display: none;
}
.main-article-body .messages ul li.address.checked:before {
  font-family: "Streamline";
  content: "\e62f";
}
.main-article-body .messages ul li.empty:before {
  font-family: 'Streamline';
  content: "\eb0b";
  border-color: #2a9d8f;
  color: #2a9d8f;
}
.main-article-body .servicefund .messages li.service {
  width: 100%;
  cursor: default;
}
.main-article-body .servicefund .messages li.service .serviceContract {
  display: block;
  opacity: 0;
  min-width: 100%;
  height: 100%;
  min-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.main-article-body .servicefund .messages li.service .serviceContract:hover {
  cursor: pointer;
}
.module .answerlist .item-media .ub {
  font-family: 'umbrellus20';
}
/* ==============
	TIMELINE (ALT. VERSION FOR REPAIR REQUEST SEARCH RESULTS)
   ============== */

.list-media .question-tree {
  width: 100%;
}
ul.searchresults {
  width: calc(100% - 60px);
  margin: 20px 30px;
  display: block;
}
ul.searchresults:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
ul.searchresults li {
  width: 100%;
  min-height: 45px;
  margin: 0 0 15px 0;
  padding: 5px 0;
  background: white;
  display: block;
  overflow: hidden;
  clear: both;
}
ul.searchresults li:hover {
  background: white;
}
ul.searchresults li a {
  width: calc(25% - 10px);
  margin: 0 10px 0 0;
  position: relative;
  padding: 0;
  text-align: center;
  float: left;
}
ul.searchresults li a .item-media {
  width: 30px;
  height: 36px;
  margin: 0 10px 0 0;
  background: none;
  border: none;
  display: inline-block;
  float: left;
  overflow: hidden;
}
ul.searchresults li a .item-media i {
  width: 30px;
  height: 30px;
  border: 1px solid #d33f49;
  border-radius: 3px;
  background: white;
  margin: 0;
  color: #d33f49;
  font-size: 1.2em;
  text-align: center;
  line-height: 32px;
  transition: color 120ms linear, background-color 120ms linear, outline 120ms linear;
}
ul.searchresults li a .item-content {
  width: calc(100% - 45px);
  height: auto;
  padding: 3px 5px 0 0;
  font-size: 0.925em;
  line-height: 1.25em;
  text-align: left;
  display: inline-block;
  float: left;
}
ul.searchresults li a .item-content p {
  height: auto;
  margin: 0;
  padding: 0;
  color: black !important;
  font-size: 0.85em !important;
  text-decoration: none !important;
  display: block;
}
ul.searchresults li a:after {
  width: 10px;
  color: black;
  font-family: "FontAwesome";
  font-size: 0.65em;
  font-style: normal;
  font-weight: normal;
  line-height: 37px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 200ms linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  display: block;
  content: "\f054";
  position: absolute;
  right: 0;
}
ul.searchresults li a:last-child .item-media i {
  color: #2a9d8f;
  border-color: #2a9d8f;
}
ul.searchresults li a:last-child:after {
  display: none;
}
ul.searchresults li a:hover {
  text-decoration: none;
}
ul.searchresults li a:hover .item-media i {
  color: #2a9d8f;
  border-color: #2a9d8f;
}
ul.searchresults li a .item-media i.ub {
  transition: opacity 120ms linear;
}
ul.searchresults li a.waiting .item-media i.ub {
  opacity: 0;
}
ul.searchresults li a.waiting .item-media:before {
  content: '\f110';
  color: #2a9d8f;
  margin: 0 15px 0 0;
  font-family: "FontAwesome";
  font-size: 1.3em;
  -webkit-animation: spin 0.75s infinite linear;
  -moz-animation: spin 0.75s infinite linear;
  -o-animation: spin 0.75s infinite linear;
  animation: spin 0.75s infinite linear;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 7px;
}
ul.searchresults li a.waiting .item-content p {
  opacity: 0.5;
}
/* ==============
	LIST
   ============== */

.list ul {
  display: block;
  margin: 10px 0;
  padding: 0;
}
.list li {
  margin: 0;
  padding: 9px 0 9px 0;
  border-bottom: 1px solid #f2f2f2;
}
.list li.last-item,
.list li:last-child {
  border: none;
}
.list .small-button {
  min-width: 0;
  min-height: 0;
  margin: 0 1em;
}
.list .statement {
  display: block;
  font-size: 12px;
  color: #3e3f3a;
}
.list .statement .button {
  float: right;
}
.list .notification {
  position: absolute;
  right: 0;
  top: 22px;
  display: inline-block;
  padding: 4px 4px;
  min-width: 18px;
  height: 20px;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
  color: white;
  background: #d33f49;
  -webkit-transition: background 120ms linear;
  -moz-transition: background 120ms linear;
  -o-transition: background 120ms linear;
  transition: background 120ms linear;
}
.list a:hover .notification {
  background: #b52a33;
}
/*	TWO ON ROW */

/*	show all */

.list.two-on-row li.show-all {
  width: 100%;
  min-height: 40px;
  padding: 0;
}
.list.two-on-row li.show-all ul {
  background-color: #fafaf8;
}
/*	THREE ON ROW */

.list.three-on-row ul {
  display: block;
}
.list.three-on-row ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.list.three-on-row li {
  float: left;
  width: calc(100% / 3);
}
/*	list LIST-CASES-MESSAGES */

.list-cases-messages li {
  clear: both;
  position: relative;
  display: block;
  padding: 15px 15px 15px 0;
  min-height: 55px;
  height: auto;
  color: #3e3f3a;
  text-decoration: none;
  text-align: left;
  font-size: 1.142857143em;
  line-height: 1.375em;
  border-bottom: none;
  -webkit-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear;
  -moz-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear;
  -o-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear;
  transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear;
}
.list-cases-messages li.last-item,
.list-cases-messages li:last-child {
  border: none;
}
/* media */

.list-cases-messages .item-media {
  float: left;
  margin-right: 10px;
  margin-top: -15px;
  min-width: 40px;
}
.list-cases-messages li i {
  display: block;
  line-height: 47px;
  text-align: center;
  border: 1px solid #2a9d8f;
  color: #2a9d8f;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 20px;
  background: white;
  font-weight: 300;
  -webkit-transition: background 120ms linear;
  -moz-transition: background 120ms linear;
  -o-transition: background 120ms linear;
  transition: background 120ms linear;
}
/* content */

.list-cases-messages .item-content {
  padding: 5px 10px 0 0;
  color: #7b7876;
  display: inline-block;
  float: left;
}
.list-cases-messages .done .item-content {
  padding: 5px 10px 0 0;
  color: #9f9f9f;
  display: inline-block;
  float: left;
}
.list-cases-messages .item-content.item-date {
  width: 20%;
  max-width: 140px;
  padding-right: 10px;
  color: #9f9f9f;
}
.list-cases-messages .item-status.item-status {
  padding-right: 0;
  color: #7b7876;
  float: right;
}
.list-cases-messages .item-content p {
  font-size: 0.875em;
  line-height: 1.285714286em;
}
.list-cases-messages a:hover .item-content p {
  text-decoration: underline;
}
/* State: Case */

.list-cases-messages .case i {
  color: #d33f49;
}
.list-cases-messages .case i:hover {
  color: #b52a33;
}
.list-cases-messages .case .item-status.item-status {
  float: right;
  padding-right: 0;
  color: #b52a33;
}
/* State: Message */

.list-cases-messages .message i {
  background: #2a9d8f;
}
.list-cases-messages .message i:hover {
  background: #1f756a;
}
.list-cases-messages .message .item-status.item-status {
  float: right;
  padding-right: 0;
  color: #2a9d8f;
}
/* State: Finished */

.list-cases-messages .done i {
  background: #b8b8b8;
}
.list-cases-messages .done i:hover {
  background: #888888;
}
.list-cases-messages .done .item-status.item-status {
  color: #9f9f9f;
}
/* message wrapper */

.list-cases-messages .message-wrapper {
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.list-cases-messages .message-wrapper:hover p {
  text-decoration: underline;
}
.list-cases-messages .item-message {
  clear: both;
  display: none;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 30px;
  background: #fafaf8;
}
.list-cases-messages .item-message p {
  margin: 0 0 15px 0;
  font-size: 0.8em;
}
/*	list LIST-FOLDOUT */

.list-foldout li {
  position: relative;
  display: block;
  padding: 15px;
  min-height: 55px;
  height: auto;
  color: #3e3f3a;
  text-decoration: none;
  text-align: left;
  font-size: 1.142857143em;
  line-height: 1.375em;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear;
  -moz-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear;
  -o-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear;
  transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear;
}
.list-foldout li.last-item,
.list-foldout li:last-child {
  border: none;
}
/* header */

.list-foldout li.list-header {
  height: auto;
  min-height: inherit;
  padding: 14px 15px 12px 15px;
  color: #6b6a69;
  font-size: 1em;
  line-height: 1em;
  background-color: #eeede8;
  overflow: hidden;
}
.list-foldout li.list-header span {
  display: inline-block;
  float: left;
}
.list-foldout li.list-header span:last-child {
  float: right;
  display: inline-block;
  margin-right: 120px;
}
/* media */

.list-foldout .item-media {
  float: left;
  margin-right: 10px;
  min-width: 40px;
}
.list-foldout i {
  margin-top: 0;
  padding: 2px 1px 0 0;
  font-size: 12px;
  line-height: 12px;
  width: 17px;
  height: 17px;
  text-align: center;
  color: white;
  background: #b8b8b8;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: background 120ms linear;
  -moz-transition: background 120ms linear;
  -o-transition: background 120ms linear;
  transition: background 120ms linear;
}
.list-foldout i:hover {
  background: #888888;
  -webkit-transition: background 120ms linear;
  -moz-transition: background 120ms linear;
  -o-transition: background 120ms linear;
  transition: background 120ms linear;
}
/* content */

.list-foldout .item-content {
  float: left;
  display: inline-block;
  width: calc(100% - 220px);
  padding: 5px 10px 0 0;
  color: #7b7876;
}
.list-foldout .item-content.item-points {
  width: 140px;
  padding-right: 10px;
  color: #9f9f9f;
}
.list-foldout .item-content.item-info {
  margin-left: 10px;
  min-width: 40px;
}
.list-foldout .item-content p {
  font-size: 14px;
  line-height: 1.25em;
}
.list-foldout a:hover .item-content p {
  text-decoration: underline;
}
.list-foldout .item-info i {
  background: #d33f49;
}
.list-foldout .item-info i:hover {
  background: #b52a33;
}
.list-foldout .foldout-wrapper {
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.list-foldout .foldout-wrapper:hover p {
  text-decoration: underline;
}
.list-foldout .item-foldout {
  clear: both;
  display: none;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 30px;
  background: #fafaf8;
}
/*	FOLDOUT - table */

.list-foldout .item-foldout table {
  width: 100%;
  margin: 0;
  color: #6b6a69;
  font-size: 0.8em;
}
.list-foldout .item-foldout table thead th {
  padding: 10px 0;
  font-weight: bold;
}
.list-foldout .item-foldout table thead th:first-child {
  width: calc(60% - 40px);
  padding-left: 40px;
}
.list-foldout .item-foldout table thead th:last-child {
  width: 20%;
}
.list-foldout .item-foldout table tbody tr {
  border-bottom: solid 1px white;
}
.list-foldout .item-foldout table tbody tr:last-child {
  border-bottom: none;
}
.list-foldout .item-foldout table tbody tr td {
  padding: 10px 0;
}
.list-foldout .item-foldout table tbody td:first-child {
  width: calc(60% - 40px);
  padding-left: 40px;
}
.list-foldout .item-foldout table tbody td:last-child {
  width: 20%;
}
/*	list QUESTIONTREE-LARGE */

.list-questiontree-large ul {
  display: block;
  width: 100%;
}
.list-questiontree-large ul li {
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333333%;
  padding: 20px 20px 20px 0;
  text-align: center;
  border: none;
}
.list-questiontree-large ul li a {
  color: #3e3f3a;
}
.list-questiontree-large ul li a:hover {
  color: #1f756a;
}
.list-questiontree-large ul li a i {
  width: 100%;
  height: 100px;
  margin-bottom: 5px;
  text-align: center;
  color: white;
  font-size: 4.571428571em;
  line-height: 110px;
  background: #2a9d8f;
  -webkit-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear;
  -moz-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear;
  -o-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear;
  transition: color 120ms linear, background-color 120ms linear, outline 120ms linear;
}
.list-questiontree-large ul li a:hover i {
  background: #1f756a;
}
.list-questiontree-large ul li a:active i,
.list-questiontree-large ul li a:focus i {
  position: relative;
  top: 1px;
  background: #144d46;
}
.list-questiontree-large ul li .choice {
  display: block;
  clear: both;
  line-height: 1.35em;
  padding: 5px 5px 20px 5px;
}
/* state ARCHIVE */

.list-media .archive a,
.list-media .archive .statement {
  color: #888888;
}
.list-media .archive a i {
  color: #b8b8b8;
  background: #f2f2f2;
  border: none;
}
/* state ARCHIVE */

.list-media .archive a {
  color: #888888;
}
.list-media .archive a:hover {
  color: black;
}
.list-media .archive .statement {
  color: #888888;
}
.list-media .archive a i {
  color: #b8b8b8;
  background: #f2f2f2;
  border: none;
}
.list-media .archive a:hover i {
  color: #aaaaaa;
  background: #e2e2e2;
}
/* state URGENT */

.list-media .urgent a {
  color: #d33f49;
}
.list-media .urgent a:hover {
  color: #b52a33;
}
.list-media .urgent .statement {
  color: #3e3f3a;
}
.list-media .urgent a i {
  color: white;
  background: #d33f49;
  border: none;
}
.list-media .urgent a:hover i {
  background: #b52a33;
}
/* content */

/*	list LINK-FINANCIAL-OVERVIEW */

.list-financial .warning-icon {
  color: red;
}
.list.list-financial-overview li {
  position: relative;
}
.list-financial-overview .status {
  position: absolute;
  right: 10px;
  top: 9px;
  color: #2a9d8f;
  width: 120px;
  text-align: right;
}
.list-financial-overview .amount {
  position: absolute;
  right: 130px;
  top: 9px;
  width: 100px;
  color: #777777;
  text-align: right;
}
/* payment-plan */

.list-financial-overview.payment-plan .amount {
  right: 170px;
  text-align: right;
}
.list-financial-overview.payment-plan .payable-by {
  position: absolute;
  right: 0;
  top: 9px;
  width: 160px;
  text-align: right;
  padding-right: 20px;
}
/* urgent */

.list-financial-overview .urgent .status {
  color: #b52a33;
}
.list-financial-overview .status .button {
  margin: 0;
}
.list-financial-overview .urgent .amount,
.list-financial-overview .urgent .payable-by {
  color: #3e3f3a;
  font-weight: 700;
}
/* saldo */

.saldo {
  padding: 20px 10px 20px 20px;
  background: #f2f2f2;
  margin-bottom: 20px;
  text-align: right;
  border-top: 1px solid #cccccc;
}
.saldo span {
  color: #b52a33;
  font-weight: 700;
}
/*	list LINK-LIST PERSONAL */

.list.list-links.personal li a:hover {
  color: white;
  border-color: white;
  background-color: #d33f49;
}
.list.list-links.personal li a:hover:after {
  color: white;
  background-color: #b52a33;
}
.list.list-links.personal li a:active,
.list.list-links.personal li a:focus {
  color: white;
  border-color: white;
  background-color: #1f756a;
  outline: none;
}
.list.list-links.personal li a:active:after,
.list.list-links.personal li a:focus:after {
  color: white;
  background-color: #1f756a;
}
.list.list-links.personal li a.reversed {
  color: white;
  border-color: white;
  background-color: #d33f49;
}
.list.list-links.personal li a.reversed:after {
  color: white;
  border-color: white;
  background-color: #b52a33;
}
.list.list-links.personal li a.reversed:hover {
  color: white;
  border-color: white;
  background-color: #b52a33;
}
.list.list-links.personal li a.reversed:hover:after {
  color: white;
  background-color: #b52a33;
}
.list.list-links.personal li a.reversed:active,
.list.list-links.personal li a.reversed:focus {
  color: white;
  background-color: #b52a33;
  outline: none;
}
.list.list-links.personal li a.reversed:active:after,
.list.list-links.personal li a.reversed:focus:after {
  color: white;
  background-color: #b52a33;
}
/*	list LINK-LIST SECONDARY */

.list.list-links.secondary li a:hover {
  color: white;
  border-color: white;
  background-color: #5e5f5a;
}
.list.list-links.secondary li a:hover:after {
  color: white;
  background-color: #3e3f3a;
}
.list.list-links.secondary li a:active,
.list.list-links.secondary li a:focus {
  color: white;
  border-color: white;
  background-color: #3e3f3a;
  outline: none;
}
.list.list-links.secondary li a:active:after,
.list.list-links.secondary li a:focus:after {
  color: white;
  background-color: #3e3f3a;
}
.list.list-links.secondary li a.reversed {
  color: white;
  border-color: white;
  background-color: #5e5f5a;
}
.list.list-links.secondary li a.reversed:after {
  color: white;
  border-color: white;
  background-color: #3e3f3a;
}
.list.list-links.secondary li a.reversed:hover {
  color: white;
  border-color: white;
  background-color: #3e3f3a;
}
.list.list-links.secondary li a.reversed:hover:after {
  color: white;
  background-color: #3e3f3a;
}
.list.list-links.secondary li a.reversed:active,
.list.list-links.secondary li a.reversed:focus {
  color: #3e3f3a;
  border-color: white;
  background-color: white;
  outline: none;
}
.list.list-links.secondary li a.reversed:active:after,
.list.list-links.secondary li a.reversed:focus:after {
  color: #3e3f3a;
  background-color: white;
}
/*	list DISCLOSURE */

/*disclose elements */

.js .disclose-this {
  display: none;
}
.js .disclose-label.closed.with-chevron:after {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.disclose-label.with-chevron {
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
.js .disclose-label.with-chevron:after {
  position: absolute;
  right: 0;
  top: 20px;
  display: block;
  content: "\f077";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-size: 1.142857143em;
  line-height: 1.375em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* disclose as button */

.js .button.disclose-label {
  width: 100%;
}
.js .button.disclose-label:active,
.js .button.disclose-label:focus {
  top: 0;
}
.js .button.disclose-label.with-chevron:after {
  top: 50%;
  margin-top: -0.68em;
  right: 20px;
}
.list-disclosure li {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: none;
}
.list-disclosure .disclose-label {
  display: block;
  padding: 20px 40px 20px 0;
  min-height: 50px;
  height: auto;
  color: #3e3f3a;
  text-decoration: none;
  text-align: left;
  font-size: 1.142857143em;
  line-height: 1.375em;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: none;
  border-bottom: 1px solid #f2f2f2;
}
.list-disclosure .disclose-label a {
  color: #3e3f3a;
}
.list-disclosure .disclose-label:hover,
.list-disclosure .disclose-label:hover a,
.list-disclosure .disclose-label:hover a:hover {
  cursor: pointer;
  color: #e3b836;
  color: #2a9d8f;
  text-decoration: none;
}
.list-disclosure .disclose-label:active,
.list-disclosure .disclose-label:focus {
  color: #dca604;
  color: #1f756a;
}
/* label */

.js .list-disclosure .disclose-label.with-chevron:after {
  color: #3e3f3a;
  background: transparent;
}
.js .list-disclosure .disclose-label.with-chevron:hover:after {
  color: #2a9d8f;
}
.js .list-disclosure .disclose-label:active:after,
.js .list-disclosure .disclose-label:focus:after,
.list-disclosure .disclose-label:active a:hover,
.list-disclosure .disclose-label:focus a :hover {
  color: #1f756a;
}
.list-disclosure .disclose-this {
  padding: 20px;
  color: white;
  background: #2a9d8f;
}
.list-disclosure .disclose-this p {
  margin: 0 0 15px 0;
  padding: 0;
}
.list-disclosure .disclose-this ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
.list-disclosure .disclose-this ul li {
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0 0 5px 15px;
  font-size: 1em;
  border: none;
  list-style-type: none;
  display: list-item;
}
.list-disclosure .disclose-this ul li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 1em;
  display: inline-block;
  position: relative;
  left: -10px;
}
.list-disclosure .disclose-this ol {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: decimal;
}
.list-disclosure .disclose-this ol li {
  margin: 0 0 5px 18px;
  padding: 0 0 0 5px;
  list-style-type: decimal;
  overflow: visible;
  display: list-item;
}
/* list-disclosure PERSONAL*/

.list-disclosure.personal .disclose-label:hover,
.list-disclosure.personal .disclose-label:hover a,
.list-disclosure.personal .disclose-label:hover a:hover {
  color: #d33f49;
}
.list-disclosure.personal .disclose-label:active,
.list-disclosure.personal .disclose-label:focus,
.list-disclosure.personal .disclose-label:active a:hover,
.list-disclosure.personal .disclose-label:focus a :hover {
  color: #b52a33;
}
/* label */

.js .list-disclosure.personal .disclose-label:hover:after {
  color: #d33f49;
}
.js .list-disclosure.personal .disclose-label:active:after,
.js .list-disclosure.personal .disclose-label:focus:after {
  color: #b52a33;
}
.list-disclosure.personal .disclose-this {
  background: #b52a33;
}
.list-disclosure.personal .disclose-this a {
  color: white;
  text-decoration: underline;
}
/*	 DOCUMENT/LINK LIST */

.list-disclosure.personal .attachmentlist li {
  padding: 5px 0 10px 0;
}
.list-disclosure.personal .attachmentlist li:before {
  content: '\f0c1';
  width: 30px;
  color: black;
  font-size: 1.3em;
  font-family: 'FontAwesome';
  display: inline-block;
  float: left;
}
.list-disclosure.personal .attachmentlist li.MediaDocumentModel:before {
  content: '\f0f6';
}
.list-disclosure.personal .attachmentlist li.MediaLinkModel:before {
  content: '\f0c1';
}
.list-disclosure.personal .attachmentlist li a {
  display: inline-block;
  float: left;
}
/*	 SELECTBOX */

.selectbox dl {
  width: 100%;
}
.selectbox dt {
  clear: none;
  float: left;
  width: 35%;
  padding-top: 6px;
}
.selectbox dd {
  clear: none;
  float: left;
  width: 65%;
}
.selectbox dd select {
  width: 100%;
  padding: 6px;
}
/*	OVERVIEW */

.umbrella-streetmap {
  width: 100%;
  height: 282px;
  overflow: hidden;
}
.umbrella-streetmap > div {
  position: relative;
  width: 100%;
  height: 250px;
  z-index: 0;
}
.umbrella-streetmap .gmap-openstreetview {
  display: block;
  background: #666666;
  color: white;
  text-decoration: none;
  padding: 5px;
}
.umbrella-streetmap .gmap-openstreetview:hover {
  background: #444444;
  color: white;
  text-decoration: none;
}
.umbrella-streetmap .gmap-openstreetview .fa {
  padding-left: 10px;
}
.umbrella-streetmap .leaflet-container.scroll-off {
  pointer-events: none;
}
.overview dl {
  display: block;
  margin-bottom: 25px;
}
.overview dl:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.overview h3 + dl {
  padding-top: 8px;
}
.overview dl + h3 {
  margin-top: 20px;
}
.overview dt {
  clear: both;
  color: #b52a33;
  display: block;
}
.overview dd {
  display: block;
  padding-bottom: 15px;
}
/*	NOTIFICATION */

/* GOOGLE MAPS */

.woning-media {
  height: 237px;
  height: auto;
  margin-bottom: 45px;
  position: relative;
}
.woning-media .image {
  width: 64.75%;
  height: 237px;
  margin-right: 0.25%;
  float: left;
}
.woning-media .image.scroll-off {
  pointer-events: none;
}
.woning-media .gmap {
  width: 35%;
  height: 237px;
  float: right;
}
.woning-media .gmap.fullwidth {
  width: 100%;
  clear: both;
}
.woning-media .gmap.scroll-off {
  pointer-events: none;
}
.woning-media .gmap_error {
  width: 100%;
  margin: 20px 0 30px 0;
  font-size: 0.825em;
  font-weight: bold;
  clear: both;
}
/* ==============
	SIDEBAR OVERRIDES
   ============== */

.sidebar .module {
  background: white;
}
.sidebar .contact h2 {
  padding: 25px 25px 5px 25px;
}
.sidebar .contact ul li {
  padding: 0;
}
.sidebar .contact ul li a {
  padding: 14px 25px 14px 75px;
  display: block;
  width: 100%;
  position: relative;
}
.sidebar .contact ul li a:before {
  position: absolute;
  font-family: 'Streamline';
}
.sidebar .contact ul li a span {
  display: block;
}
/* ==============
	MENU
   ============== */

.module.menu {
  width: 100%;
  margin-bottom: 0;
}
.menu h2 {
  padding: 10px 20px 8px 20px;
  font-size: 1.142857143em;
  line-height: 1.375em;
  color: #3e3f3a;
  text-transform: uppercase;
}
.menu ul,
.menu ul li {
  display: block;
  margin: 0;
  padding: 0;
}
/*	menu LEVELS */

.menu ul .selected > ul li a {
  padding-left: 40px;
}
.menu ul .selectedPath > ul .selected > ul li a {
  padding-left: 60px;
}
/*	menu LINK STYLE */

.menu a,
.menu .selected > ul li a,
.menu .selectedPath > ul li a {
  position: relative;
  display: block;
  padding: 9px 50px 9px 20px;
  min-height: 40px;
  min-width: 120px;
  height: auto;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #777777;
  text-decoration: none;
  text-align: left;
  font-size: 1.142857143em;
  line-height: 1.375em;
  border-bottom: 1px solid #f2f2f2;
  background-color: transparent;
  -webkit-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear;
  -moz-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear;
  -o-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear;
  transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear;
}
.menu a:hover,
.menu .selected > ul li a:hover,
.menu .selectedPath > ul li a:hover {
  color: #d33f49;
}
.menu a:focus,
.menu a:active,
.menu .selected a:active:hover,
.menu .selected a:focus:hover {
  color: black;
  background-color: #d2d2d2;
  border-color: white;
}
.menu a:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "\f054";
  min-height: 40px;
  width: 40px;
  color: #b30446;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  -webkit-transition: opacity 120ms linear;
  -moz-transition: opacity 120ms linear;
  -o-transition: opacity 120ms linear;
  transition: opacity 120ms linear;
  opacity: 0;
}
.menu a:hover:after {
  opacity: 1;
}
.menu a:focus:after,
.menu a:active:after {
  color: #3e3f3a;
  opacity: 1;
}
.menu .selected a {
  color: #777777;
  background-color: #f2f2f2;
  border-color: white;
}
/* Level 1 */

.menu .selectedPath a,
.menu .selected a {
  color: white;
  background: #b52a33;
}
.menu .selectedPath a:after,
.menu .selected a:after {
  color: white;
}
.menu .selectedPath > ul li a:after,
.menu .selected > ul li a:after {
  color: #b30446;
}
.menu .selectedPath > ul .selected > a {
  color: black;
}
/* ==============================
   INTRO
   ============================= */

.intro p,
.intro ol,
.intro ul {
  margin: 0 0 15px 0;
}
.intro ul li {
  padding: 0 0 0 15px;
}
.intro ul li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 1em;
  display: inline-block;
  position: relative;
  left: -10px;
}
.intro ol {
  padding: 0;
  list-style: decimal;
}
.intro ol li {
  margin: 0 0 5px 18px;
  padding: 0 0 0 5px;
  list-style-type: decimal;
  overflow: visible;
}
.intro p:empty {
  display: none;
}
/* ==============
	MODULE
   ============== */

.module {
  clear: both;
  display: block;
  margin-bottom: 15px;
}
.module:last-child {
  margin-bottom: 30px;
}
.module .module:last-child {
  margin-bottom: 0;
}
.module:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* header */

body .module h2 {
  margin-bottom: 20px;
  padding-bottom: 0;
}
body .module h2:last-child {
  padding: 4px 0 0 0;
  margin-bottom: 0;
}
.module h3 {
  clear: both;
  padding-bottom: 10px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.142857143em;
  line-height: 1.5em;
  color: #3e3f3a;
}
.module .header {
  display: block;
  padding: 0px 30px 30px 30px;
  min-width: 120px;
  height: auto;
  margin-bottom: 5px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 1.142857143em;
  line-height: 1.357142857em;
  background-color: #e3b836;
  background-color: #2a9d8f;
}
.module hr.tenants {
  border-top: 1px solid #e8e6e0;
}
/* CART */

.module.cart {
  position: relative;
}
.module.cart .header {
  margin: 0;
  padding: 31px 60px 27px 30px;
  background-color: #2a9d8f;
  cursor: pointer;
}
.module.cart .header .fa {
  float: right;
  margin-top: -3px;
  font-size: 1.5em;
}
.module.cart ul {
  display: none;
}
.module.personal .header {
  background-color: #b52a33;
}
.module.secondary .header {
  background-color: #5e5f5a;
}
.module .button .fa {
  margin: 0 5px 0 0;
  font-size: 1.214285714em;
}
fieldset.with-icon,
.fieldset.with-icon,
.module.with-icon {
  position: relative;
  padding-top: 40px;
}
.with-icon i.category {
  position: absolute;
  display: block;
  left: 50%;
  top: -20px;
  color: #b52a33;
  margin-left: -20px;
}
.with-icon i.category:before {
  font-size: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.with-icon-alternate i.category:before {
  font-size: 25px;
  line-height: 25px;
  width: 25px;
  height: 25px;
}
/*	list LIST-REPAIRS */

.list-repairs ul {
  padding-bottom: 25px;
}
.list-repairs li {
  position: relative;
  display: block;
  padding: 20px;
  min-height: 80px;
  height: auto;
  margin-bottom: 10px;
  color: #3e3f3a;
  text-decoration: none;
  text-align: left;
  font-size: 1.142857143em;
  line-height: 1.375em;
  border-bottom: none;
  background-color: #f8f7f4;
  -webkit-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear;
  -moz-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear;
  -o-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear;
  transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear;
  clear: both;
}
.list-repairs li:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* media */

.list-repairs .item-media {
  float: left;
  margin-right: 10px;
  min-width: 40px;
}
.list-repairs li i {
  /*  margin-top: 2px;
    padding: 6px 3px;
    font-size: 28px;
    line-height: 28px;
    min-height: 40px;
    min-width: 40px;
    height: auto;
    text-align: center;
    color: #FFFFFF;
    background: #b8b8b8;
    border: 1px solid transparent;
    -webkit-transition: background 120ms linear;
    -moz-transition: background 120ms linear;
    -o-transition: background 120ms linear;
    transition: background 120ms linear;*/
  padding: 0;
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 49px;
  line-height: 47px;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  font-size: 20px;
  background: white;
  font-weight: 300;
  color: #2a9d8f;
  border-color: #2a9d8f;
}
.list-repairs i:hover {
  background: #888888;
  -webkit-transition: background 120ms linear;
  -moz-transition: background 120ms linear;
  -o-transition: background 120ms linear;
  transition: background 120ms linear;
}
/* content */

.list-repairs .item-content {
  float: left;
  display: inline-block;
}
.list-repairs .item-content p {
  margin: 0;
  font-size: 14px;
  clear: both;
}
.list-repairs a:hover .item-content p {
  text-decoration: underline;
}
.list-repairs .item-content .description {
  color: #7f7f7f;
  padding: 0;
}
.list-repairs .item-content .path {
  color: #5e5f5a;
  font-size: 0.8em !important;
  padding: 0;
}
.list-repairs .item-content .note {
  margin-top: 12px;
  font-size: 0.785714286em;
  line-height: 1.35em;
}
.list-repairs li p.comment {
  width: 100%;
  margin: 20px 0 10px 0;
  padding: 0;
  font-size: 0.8em !important;
  display: block;
  clear: both;
  float: left;
}
/* feedback */

.list-repairs .feedback li {
  font-size: 1em;
  border: 1px solid #cccccc;
  border-color: rgba(180, 180, 180, 0.5);
  background-color: #f8f7f4;
  background-color: rgba(255, 255, 255, 0.5);
  min-height: 0;
}
/*	status*/

.list-repairs .item-status {
  float: right;
  max-width: 30%;
  font-size: 0.8em;
}
.list-repairs .item-status p {
  color: #7f7f7f;
  font-size: 0.785714286em;
  text-align: right;
}
.list-repairs .item-status p.planned-date {
  display: none;
}
.list-repairs .item-content a.button-deleterepair {
  display: inline-block;
  width: 110px;
  color: #7f7f7f;
  line-height: 22px;
}
.list-repairs .item-content a.button-deleterepair:hover {
  text-decoration: underline;
  cursor: pointer;
}
.list-repairs .item-content a.button-deleterepair i {
  float: right;
  position: relative;
  border: none;
  width: auto;
  left: auto;
  top: auto;
  min-width: 1px;
  min-height: 1px;
  margin: 0 0 0 6px;
  padding: 0;
  color: #7f7f7f;
  font-size: 1.25em;
  line-height: 22px;
  background: none;
}
/* State: Plannable */

/* State: Not-Plannable */

.list-repairs .plannable i:hover,
.list-repairs .not-plannable i:hover {
  background: #1f756a;
}
/*	FORM */

.module .login-form .button.text:after {
  content: '';
  clear: both;
  display: block;
}
/* ==============
	FEEDBACK
   ============== */

/* default state is .info */

.feedback {
  clear: both;
  position: relative;
  display: block;
  padding: 20px 20px 20px 60px;
  background: #bfeee8;
  margin-bottom: 25px;
}
.feedback:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.feedback .item-media {
  clear: none;
  position: absolute;
  left: 20px;
  top: 20px;
  margin-right: 10px;
  width: 30px;
  font-size: 2em;
  color: #3e3f3a;
  text-align: center;
}
.feedback .item-content {
  padding: 0 20px;
  color: black;
}
body .feedback h2 {
  font-size: 1.142857143em;
  color: #3e3f3a;
  text-transform: uppercase;
  padding: 0 0 6px 0;
}
body .feedback p {
  padding: 0;
}
body .feedback p:empty {
  display: none;
}
body .feedback p:not(:empty) {
  padding: 0 0 20px 0;
}
body .feedback p:first-of-type ~ p:not(:empty) {
  padding-top: 0;
}
body .feedback p:not(:empty) ~ p:empty {
  padding-bottom: 0;
}
body .feedback .item-content ul:last-child {
  padding-bottom: 0;
}
.feedback a {
  color: black;
  text-decoration: underline;
}
.feedback a:hover {
  color: #3e3f3a;
  text-decoration: underline;
}
.feedback .item-content .button {
  color: white;
  text-decoration: none;
}
body .feedback .button-group {
  padding-bottom: 10px;
}
/*	SUCCESS */

.feedback.success {
  border-color: #bdd2ae;
  background: #e3ecdc;
}
.feedback.success .item-media {
  color: #2a9d8f;
}
/*	WARNING */

.feedback.warning {
  border-color: #dfcf9e;
  background: #f4eedc;
}
.feedback.warning .item-media {
  color: #c09f3d;
}
/*	ERROR */

.feedback.error {
  border-color: transparent;
  background: #fefafa;
}
.feedback.error .item-media {
  color: #c94235;
}
.feedback.error .validation-summary-errors ul {
  margin: 0;
  padding: 0;
}
.feedback.error .validation-summary-errors ul li {
  margin: 0;
  padding: 0;
  color: #3e3f3a;
  line-height: 1.375em;
  background-color: transparent;
  border: none;
}
.feedback.error .validation-summary-errors ul li:after {
  content: '';
  display: none;
}
.feedback.error .back-link {
  margin: 5px 0 0 24px;
  text-decoration: underline;
  display: inline-block;
}
.feedback.error .back-link:hover {
  text-decoration: none;
}
/*	 (HOMEPAGE) NOTIFICATION */

.feedback.notification {
  border-color: #f8cdde;
  background: #fef5f8;
}
.feedback.notification .item-media span {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  background: #d33f49;
}
.feedback.notification .item-media span .ub {
  color: white;
  font-size: 1.714285714em;
  line-height: 60px;
}
.feedback.notification .item-content {
  padding: 0 20px 0 60px;
  font-size: 0.857142857em;
  line-height: 18px;
}
.feedback.notification .item-content strong {
  margin: 0 0 10px 0;
  display: block;
}
.feedback.notification .item-content strong .date {
  color: #d33f49;
  display: inline-block;
  float: right;
}
.feedback.notification .item-content p {
  margin: 0 0 10px 0;
  max-width: 75%;
  display: inline-block;
}
.feedback.service {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f2f6ef;
  border-color: #2a9d8f;
}
.feedback.service .item-checkbox {
  width: 40px;
  min-height: 30px;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
  position: static;
}
.feedback.service .item-checkbox input {
  width: 18px;
  height: 18px;
  outline: none;
}
.feedback.service .item-checkbox input.hidden {
  display: none;
}
.feedback.service .item-media {
  width: 75px;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
  position: static;
}
.feedback.service .item-media span {
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  display: block;
}
.feedback.service .item-media span .ub {
  color: white;
  font-size: 1.714285714em;
  line-height: 60px;
}
.feedback.service .item-content {
  width: calc(100% - 125px);
  padding: 0;
  color: #2a9d8f;
  font-size: 1em;
  display: inline-block;
  float: left;
  position: static;
}
.feedback.service .item-content p {
  margin: 0 0 10px 0;
  max-width: 75%;
  display: inline-block;
}
.feedback.service .item-content strong {
  margin: 0 0 10px 0;
  display: block;
}
.feedback.service .item-content .date {
  color: #514f4b;
  font-size: 0.9em;
  display: inline-block;
  float: right;
}
.feedback.service.tertiary {
  background-color: #fdf3f6;
  border-color: #d31145;
}
.feedback.service.tertiary .item-media span {
  background-color: #d31145;
}
.feedback.service.tertiary .item-media span .ub {
  color: white;
}
.feedback.service.tertiary .item-content {
  color: #d31145;
  position: relative;
}
.feedback.service.tertiary .item-content .date {
  color: #514c4b;
  font-size: 0.9em;
  text-indent: -9999px;
}
.feedback.service.tertiary .item-content .date:before {
  content: 'Reeds afgesloten';
  color: #514f4b;
  text-indent: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
/*	FORM Feedback*/

.field-wrapper .feedback {
  margin: 0 30px 20px 0;
}
/*	ARROWED	*/

.arrowed:after,
.arrowed:before {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}
.arrowed:after {
  border-width: 10px;
}
.arrowed:before {
  border-width: 11px;
}
/* up */

.arrowed.arrowed-up:after {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top: none;
  border-color: transparent transparent #999999 transparent;
}
.arrowed.arrowed-up:before {
  top: -11px;
  left: 50%;
  margin-left: -6px;
  border-top: none;
  border-color: transparent transparent #e3ecdc transparent;
}
/* UP: COLORS error */

.arrowed.error.arrowed-up:after {
  border-color: transparent transparent #f5dddb transparent;
}
.arrowed.error.arrowed-up:before {
  border-color: transparent transparent #fec8dc transparent;
}
/* UP: COLORS warning */

.arrowed.warning.arrowed-up:after {
  border-color: transparent transparent #f4eedc transparent;
}
.arrowed.warning.arrowed-up:before {
  border-color: transparent transparent #f4eedc transparent;
}
/* ==============
	BILL
   ============== */

/* form */

.focus-header {
  display: block;
  padding: 10px 20px 0 20px;
  margin-bottom: 40px;
  color: black;
}
.focus-header label {
  width: auto;
}
.focus-header label span {
  font-weight: bold;
}
.focus-header .field {
  float: right;
}
/* Remaning */

div.bill-remaining {
  padding: 0 0 10px 0;
}
div.bill-remaining strong {
  display: inline-block;
  padding-right: 30px;
  color: #d33f49;
}
div.bill-remaining .amount {
  position: relative;
  display: inline-block;
  padding: 0.285714286em 0.714285714em;
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  line-height: inherit;
  border: none;
  background-color: #d33f49;
  text-transform: uppercase;
}
/* ==============
	FORM
   ============== */

form.req-indicator .button-group .required-info {
  display: none;
  opacity: 0;
}
form p {
  padding-bottom: 20px;
  padding-top: 9px;
}
.field-wrapper {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.field-wrapper + div {
  display: inline-block;
  float: left;
}
.field-wrapper + div.one-third {
  width: 30%;
  margin: 0 3% 0 0;
}
.field-wrapper + div.two-thirds {
  width: 67%;
}
h2 + .field-wrapper {
  margin-top: 8px;
}
.field-text.phonenumber {
  margin-bottom: 20px;
}
.field-wrapper:last-child {
  margin-bottom: 10px;
}
.field-wrapper .info-icon {
  color: #d33f49;
  font-size: 1.1em;
  position: relative;
  left: 5px;
}
.field-wrapper .info-icon:hover {
  color: #b52a33;
  -webkit-transition: color 0.125s ease-in-out;
  -moz-transition: color 0.125s ease-in-out;
  -o-transition: color 0.125s ease-in-out;
  transition: color 0.125s ease-in-out;
  cursor: pointer;
}
.field-wrapper .info-icon::-webkit-input-placeholder,
.field-wrapper .info-icon::-moz-placeholder,
.field-wrapper .info-icon:-ms-input-placeholder,
.field-wrapper .info-icon:-moz-placeholder {
  position: absolute;
  top: -75px;
}
.field {
  font-family: Lato, Arial, Helvetica, sans-serif;
  display: block;
  position: relative;
  -webkit-transition: padding 120ms ease;
  -moz-transition: padding 120ms ease;
  -o-transition: padding 120ms ease;
  transition: padding 120ms ease;
}
.field img {
  display: inline-block;
  padding: 10px 0;
}
.field.invalid,
.field.valid {
  padding-right: 30px;
}
.wrapper .field input.disabled,
.wrapper .field input.disabled:hover {
  background: #f6f4f0;
  border-color: #d8d6d0;
  cursor: default;
}
.field-text,
.field-textarea,
.field-select,
.field-file {
  width: 100%;
  min-height: 40px;
  height: auto;
  padding: 8px 20px;
  margin: 0;
  color: #777777;
  font-size: 1em;
  line-height: 1.571428571em;
  background: white;
  border: 1px solid #d8d6d0;
  outline: none;
  -webkit-transition: border-color 120ms linear, color 120ms linear, outline 200ms ease;
  -moz-transition: border-color 120ms linear, color 120ms linear, outline 200ms ease;
  -o-transition: border-color 120ms linear, color 120ms linear, outline 200ms ease;
  transition: border-color 120ms linear, color 120ms linear, outline 200ms ease;
}
.field-text::-ms-clear {
  display: none;
}
.field-text:hover,
.field-textarea:hover,
.field-select:hover {
  background: white;
  color: black;
  border: 1px solid #d8d8d8;
}
.field-text:active,
.field-text:focus,
.field-textarea:active,
.field-textarea:focus,
.field-select:active,
.field-select:focus {
  background: white;
  color: #3e3f3a;
  border: 1px solid #b52a33;
}
.field-text.input-validation-error,
.field-textarea.input-validation-error,
.field-select.input-validation-error,
.field-file.input-validation-error {
  border-color: #d49099;
  background: #f8f8f8;
}
.field-radio.input-validation-error,
.field-checkbox.input-validation-error {
  border-color: #d49099;
}
.dropdown-button-combo img {
  height: 31px;
  margin: 8px 0 0 -60px;
  float: left;
}
.dropdown-button-combo .field-select {
  max-width: calc(100% - 130px);
  min-height: 47px;
  margin: 0 10px 0 0;
  float: left;
}
.dropdown-button-combo .button {
  float: right;
}
/* FileUpload IE-Only */

::-ms-browse,
::-ms-value {
  color: #777777;
  background-color: white;
  border: none;
}
::-ms-browse {
  color: white;
  background-color: #3e3f3a;
  border: none;
}
/* states */

.field-text.invalid,
.field-textarea.invalid,
.field-select.invalid {
  color: #b52a33;
  border-color: #b52a33;
}
.field-text.invalid:hover,
.field-textarea.invalid:hover,
.field-select.invalid:hover {
  border-color: #b52a33;
}
.field-text.valid,
.field-textarea.valid,
.field-select.valid {
  border-color: #2a9d8f;
}
.field-text.valid:hover,
.field-textarea.valid:hover,
.field-select.valid:hover {
  border-color: #2a9d8f;
}
/* field length */

.field-text.date {
  max-width: 180px;
}
.field-text.time {
  max-width: 100px;
}
.field-text.short {
  max-width: 150px;
}
.field-text.medium {
  max-width: 200px;
}
/*	LABELS */

.field-wrapper label {
  display: block;
  padding: 8px 20px 10px 0;
  line-height: 1.571428571em;
}
.field-wrapper label strong {
  font-weight: bold;
}
.field-wrapper.full-width label {
  padding-top: 0;
}
.field-wrapper label img {
  position: relative;
  top: -9px;
  display: inline-block;
}
.field-wrapper label .required-field {
  color: #d33f49;
}
/*	FIELD ICON */

.field-icon {
  position: relative;
}
.field-icon:before {
  color: #777777;
  font-family: 'FontAwesome';
  -webkit-transition: color 120ms linear, opacity 120ms linear;
  -moz-transition: color 120ms linear, opacity 120ms linear;
  -o-transition: color 120ms linear, opacity 120ms linear;
  transition: color 120ms linear, opacity 120ms linear;
  opacity: 1;
  position: absolute;
  left: 20px;
  top: 14px;
  pointer-events: none;
}
.field-icon.icon-calendar:before {
  content: '\f073';
}
.field-icon.icon-email:before {
  content: '\f0e0';
}
.field-icon.icon-password:before {
  content: '\f023';
}
.field-icon.icon-phone:before {
  content: '\f095';
}
.field-icon:hover:before {
  color: black;
}
.field-icon input {
  padding-left: 50px;
}
/* asterisk */

.mandatory:before {
  font-size: 9px;
  position: relative;
  top: -7px;
  color: #b52a33;
  padding-left: 3px;
}
.optional {
  color: #cccccc;
}
/*	FIELD BUTTON */

.field-button span {
  display: none;
}
.js .field-button span {
  display: inline-block;
  cursor: pointer;
  padding: 12px 0;
  margin: 0 0 0 -4px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  background: #e8e6e0;
  -webkit-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear, position 150ms ease;
  -moz-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear, position 150ms ease;
  -o-transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear, position 150ms ease;
  transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear, position 150ms ease;
}
.js .field-button span:hover {
  color: white;
  background: #b52a33;
}
.js .field-button span:active,
.js .field-button span:focus {
  position: relative;
  top: 1px;
  color: white;
  background-color: #b52a33;
  outline: none;
}
.field-text:active ~ span,
.field-text:focus ~ span {
  background-color: #b52a33;
  color: white;
}
/*	login states */

.field-wrapper .button-group,
.field-wrapper .button-group .field-wrapper {
  padding-bottom: 0;
  margin-bottom: 0;
}
.content + .button-group {
  margin-top: 20px;
}
.field-wrapper .button-group label {
  width: auto;
  white-space: nowrap;
  padding-bottom: 0;
}
/*	SHOW-ALL BUTTON */

.list .show-all {
  float: none;
  clear: both;
  text-align: center;
  background-color: #eeede8;
  border: none;
}
.list .show-all .show-all-button {
  display: inline-block;
  margin: 10px 0;
  color: #514e4b;
  font-size: 0.9em;
}
.list .show-all .show-all-button:hover {
  display: inline-block;
  margin: 10px 0;
  color: #514e4b;
  font-size: 0.9em;
  text-decoration: underline;
  cursor: pointer;
}
.list .show-all .show-all-button .fa {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin: 0 10px 0 0;
  padding: 0;
  color: #2a9d8f;
  font-size: 1em;
  line-height: 25px;
  background-color: white;
  border-radius: 50%;
}
.list .show-all ul {
  background-color: white;
}
/*	MESSAGE ICON */

.message-icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  font-size: 20px;
}
.message-icon.valid {
  color: #2a9d8f;
}
.message-icon.invalid {
  color: #c94235;
}
/*	FOCUSSED */

.field-icon.focussed:before {
  color: #b52a33;
}
/*	FIELDSET */

fieldset,
.fieldset {
  position: relative;
  clear: both;
  padding: 0 0 30px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #e8e6e0;
}
fieldset:after,
.fieldset:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
fieldset.last-item,
.fieldset.last-item,
fieldset:last-child,
.fieldset:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.fieldset .button-group:last-child {
  padding-bottom: 10px;
}
fieldset + fieldset {
  padding: 0 20px 20px 20px;
  margin-top: 0;
}
.fieldset h2 + p,
fieldset h2 + p {
  padding-bottom: 20px;
}
fieldset legend {
  display: block;
  width: 100%;
}
fieldset legend span {
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.142857143em;
  line-height: 1.5em;
  color: #3e3f3a;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
fieldset .field-wrapper:last-child {
  margin-bottom: 0;
}
.fieldset h2 {
  clear: both;
  padding-bottom: 6px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: black;
}
h2,
body .fieldset-header {
  font-size: 1.4em;
  padding: 5px 0 20px 0;
  text-transform: none;
  font-weight: 300;
}
/* radio and checkbox grouping*/

fieldset.radiobox-group,
fieldset.checkbox-group {
  clear: both;
  padding: 0;
  margin-bottom: 20px;
  display: block;
  border: none;
}
fieldset.radiobox-group.horizontal .field-wrapper,
fieldset.checkbox-group.horizontal .field-wrapper,
form fieldset.radiobox-group .field-wrapper:last-child,
form fieldset.checkbox-group .field-wrapper:last-child {
  margin-bottom: 20px;
}
fieldset.radiobox-group.horizontal .field-wrapper,
fieldset.checkbox-group.horizontal .field-wrapper,
form fieldset.radiobox-group.horizontal .field-wrapper:last-child,
form fieldset.checkbox-group.horizontal .field-wrapper:last-child {
  margin-bottom: 0;
}
fieldset.radiobox-group legend span,
fieldset.checkbox-group legend span {
  display: block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.571428571em;
  padding-bottom: 10px;
}
fieldset.radiobox-group.horizontal label,
fieldset.checkbox-group.horizontal label {
  padding-left: 0;
}
/* vertical */

fieldset.radiobox-group label,
fieldset.checkbox-group label {
  width: 100%;
  padding-left: 20px;
}
.form-disclosure fieldset {
  padding: 20px;
  margin-bottom: 20px;
  background: #f2f2f2;
}
/* additional info  container */

.additional-info-container {
  position: relative;
  clear: both;
  padding: 20px;
  background: #f6f4f0;
  background: #fefafa;
  border-bottom: 0;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: visible !important;
}
.additional-info-container:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.additional-info-container:before {
  position: absolute;
  top: -10px;
  left: 50%;
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-left: -5px;
  border: 10px solid #fefafa;
  border-color: transparent transparent #fefafa transparent;
  border-top: none;
}
.additional-info-container.closed,
main .closed {
  display: none;
}
.additional-info-container .field-wrapper {
  padding: 0 20px;
  margin: 0;
}
.additional-info-container h2,
.additional-info-container h3,
.additional-info-container p {
  padding-left: 20px;
  padding-right: 20px;
}
.additional-info-container h3 {
  clear: both;
  padding-bottom: 6px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.142857143em;
  line-height: 1.5em;
  color: black;
}
.additional-info-container .button-group {
  padding-left: 20px;
  padding-right: 20px;
}
.additional-info-container .button-group:last-child {
  padding-bottom: 0;
}
/*	 ENERGY LABEL */

.energylabel {
  display: inline-block;
  float: left;
  width: 70px;
  height: 25px;
  padding: 0 0 0 10px;
  color: white;
  font-size: 1.428571429em;
  line-height: 0.95em;
  font-variant: small-caps;
  background: url(/assets/images/general/bg_energylabel.png) no-repeat top right;
}
.energylabel.a {
  background-color: #568136;
}
.energylabel.b {
  background-color: #7fb756;
}
/*	PASSWORD STRENGTH */

#result {
  display: block;
  clear: both;
  margin: 10px 0 0 0;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  background-color: transparent;
}
#register .short {
  color: #b52a33;
}
#register .weak {
  color: #bc8600;
}
#register .good {
  color: #2a9d8f;
}
#register .strong {
  color: #144d46;
}
/*	SCROLL-INDICATOR BUTTON */

.scroll-indicator,
.scroll-indicator:hover {
  position: fixed;
  bottom: 1px;
  left: calc(50% - 40px);
  width: 85px;
  padding: 10px 14px;
  color: white;
  font-size: 1em;
  text-decoration: none;
  background-color: #5e5f5a;
  border-radius: 2px;
  z-index: 500;
  cursor: text;
}
.fontLarge .scroll-indicator,
.fontLarge .scroll-indicator:hover {
  width: 85px;
}
/*	OVERLAY + POPUP */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  display: none;
}
.overlay.pink {
  background: rgba(211, 63, 73, 0.5);
}
.overlay.show {
  display: block;
}
.popup {
  width: 500px;
  height: auto;
  margin: 15% auto 0 auto;
  padding: 25px;
  background-color: white;
  overflow: hidden;
  cursor: default;
}
.popup h2 {
  margin: 0 0 20px 0;
  color: #b52a33;
}
.popup p {
  margin: 0 0 20px 0;
  background-color: white;
  overflow: hidden;
}
.popup .button {
  margin: 20px 20px 0 0;
}
/*	OVERLAY/POPUP */

.popup_notification {
  position: absolute;
  top: 20px;
  left: -460px;
  width: 446px;
  height: 236px;
  margin: 0;
  padding: 30px 40px 30px 30px;
  background: transparent url(/assets/images/general/bg_popup_notification.png) no-repeat top left;
  overflow: hidden;
}
.popup_notification h2 {
  margin-bottom: 10px;
  color: #2a9d8f;
}
.popup_notification p {
  margin-bottom: 15px;
  font-size: 1em;
}
.popup_notification .button {
  min-width: 10px;
  font-size: 1em;
}
/* Breadcrumb / Google Translate */

.content-header {
  width: 100%;
  clear: both;
  overflow: hidden;
}
.content-header .breadcrumb {
  width: calc(100% - 185px);
  margin: 0;
  padding: 0 0 0 15px;
  float: left;
}
.content-header .breadcrumb ul li {
  padding: 0 5px 0 0;
  display: inline-block;
  float: left;
}
.content-header .breadcrumb ul li a:after {
  content: '\f105';
  margin: 0 0 0 5px;
  font-family: 'FontAwesome';
  display: inline-block;
}
.content-header .translate {
  margin: 0;
  padding: 0;
  float: right;
}
/* Planning */

.module.planning.normal table.blocktimescontainer td.blocktimes a.waiting:before {
  content: '\f110';
  color: #2a9d8f;
  margin: 0;
  font-family: "FontAwesome";
  font-size: 1.3em;
  -webkit-animation: spin 0.75s infinite linear;
  -moz-animation: spin 0.75s infinite linear;
  -o-animation: spin 0.75s infinite linear;
  animation: spin 0.75s infinite linear;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 7px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

/*@media only screen and (max-width: 480px)*/

@media only screen and (max-width: 30em) {
  /*	MODULES */
  
  /*	list LINK-FINANCIAL-OVERVIEW */
  
  .list.list-financial-overview li {
    clear: both;
  }
  .list-financial-overview a.status {
    position: static;
    float: left;
    width: 50%;
    display: block;
    right: auto;
    top: auto;
    padding-right: 1em;
  }
  .list-financial-overview .amount {
    position: static;
    float: left;
    width: 50%;
    display: block;
    right: auto;
    top: auto;
    text-align: left;
  }
  /* payment-plan */
  
  .list-financial-overview.payment-plan .amount {
    right: 170px;
    text-align: right;
  }
  .list-financial-overview.payment-plan .payable-by {
    position: static;
    display: block;
    right: auto;
    top: auto;
  }
  /*	NOTIFICATIONS */
  
  .feedback {
    padding-left: 20px;
  }
  .feedback .item-media {
    display: block;
    position: static;
    text-align: center;
    padding-bottom: 10px;
    width: auto;
    left: auto;
    top: auto;
  }
  .feedback .item-content,
  .feedback.notification .item-content {
    clear: both;
    padding: 0;
  }
  .feedback h2 {
    text-align: center;
  }
  .feedback.service {
    padding: 10px;
  }
  .feedback.service .item-media {
    width: 55px !important;
  }
  .feedback.service .item-media span {
    width: 45px;
    height: 45px;
  }
  .feedback.service .item-media span .ub {
    font-size: 1.35em;
    line-height: 45px;
  }
  .feedback.service .item-content {
    width: calc(100% - 85px) !important;
  }
  .feedback.service .item-content strong {
    line-height: 1.1em;
  }
  .feedback.service .item-content .date {
    margin-top: 5px;
  }
  /* Breadcrumb / Google Translate */
  
  .content-header .breadcrumb {
    width: 100%;
    padding: 0;
    font-size: 0.925em;
  }
  .content-header .breadcrumb ul {
    font-size: 0.9em;
  }
  .content-header .breadcrumb ul li {
    padding: 0 5px 0 0;
  }
  .content-header .breadcrumb ul li a:after {
    margin: 0 0 0 5px;
  }
  .content-header .translate {
    display: none;
  }
  .paging.progress ol li {
    padding: 0 2px 0 0;
  }
  .paging.progress p {
    width: 30px;
    min-width: 0;
    height: 30px;
    min-height: 0;
    padding: 0;
    line-height: 30px;
  }
  .umbrella-streetmap {
    width: 100%;
    height: 250px;
    padding: 0 40px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .umbrella-streetmap > div {
    padding-bottom: 40%;
  }
}
/*@media only screen and (max-width: 768px) */

@media only screen and (max-width: 48em) {
  /*	POPUP */
  
  body .popup {
    width: 100%;
  }
  /*  Intro-JS */
  
  .introjs-tooltipReferenceLayer:not(.introjs-followup) {
    position: static !important;
    top: 0 !important;
  }
  .introjs-tooltipReferenceLayer:not(.introjs-followup) .introjs-tooltip {
    width: 85vw;
    max-height: 85vh;
    top: 7.5vw !important;
    left: 7.5vw !important;
  }
  .introjs-tooltipReferenceLayer:not(.introjs-followup) .introjs-tooltip .checkData {
    width: calc(100% - 20px);
  }
  /*	CASE MESSAGES */
  
  .list-cases-messages li {
    min-height: 80px;
    padding: 0 0 30px 0;
    clear: both;
  }
  .list-cases-messages li .item-media {
    width: 40px;
    margin-top: 5px;
  }
  .wrapper .list-cases-messages .item-content,
  .wrapper .list-cases-messages .item-content.item-date {
    width: calc(100% - 60px);
    float: right;
    display: block;
    max-width: 100%;
  }
  .wrapper .list-cases-messages .item-content.item-date p {
    font-size: 0.6875em;
    /* 11 v 16 */
  
  }
  .wrapper .list-cases-messages .item-content.item-status {
    width: calc(100% - 60px);
    padding: 0;
    float: right;
    display: block;
  }
  /*	SERVICE */
  
  .feedback.service .item-checkbox {
    width: 30px;
  }
  .feedback.service .item-media {
    width: 70px;
  }
  .feedback.service .item-content {
    width: calc(100% - 115px);
    padding: 0;
    clear: none;
  }
  .feedback.service .item-content .date {
    display: block !important;
    clear: both;
    float: none !important;
  }
  .feedback.service.tertiary .item-content {
    position: static;
  }
  .feedback.service.tertiary .item-content .date {
    position: relative;
  }
  .feedback.service.tertiary .item-content .date:before {
    left: 0;
  }
  /*	PLANNING */
  
  .module.planning .button-group {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0;
  }
  .module.planning .button-group span {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    margin-right: 25px;
    display: inline-block;
    float: left;
  }
  .module.planning .button-group span.week-number {
    margin: 0;
    padding: 0 10px;
  }
  .module.planning .button-group .button {
    min-width: 0;
  }
  .module.planning .button-group .weeknavigation span {
    margin: 0;
    color: black;
    font-weight: normal;
  }
  .module.planning .button-group .weeknavigation span:hover {
    color: #2a9d8f;
  }
  .module.planning .button-group .weeknavigation.disabled span {
    color: #e4e4e4;
    cursor: not-allowed;
  }
  .module.planning .button-group .weeknavigation.disabled span:hover {
    color: #e4e4e4;
  }
  .module.planning table {
    width: 100%;
  }
  .module.planning table thead,
  .module.planning table tbody,
  .module.planning table tr {
    width: 100%;
    display: inherit;
  }
  .module.planning table.dayblockscontainer {
    display: none;
  }
  .module.planning table.hourblockscontainer {
    display: none;
  }
  .module.planning table.blocktimescontainer {
    width: 100%;
  }
  .module.planning table.blocktimescontainer td.blocktimes {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    position: relative;
    /* PlanningCalendar: clickables */
  
  }
  .module.planning table.blocktimescontainer td.blocktimes a {
    width: 100%;
    padding: 17px 0 15px 0;
    color: #d33f49;
    font-size: 1em;
    line-height: 150%;
    border-bottom: solid 1px #e8e8e8;
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    /* Tooltip */
  
  }
  .module.planning table.blocktimescontainer td.blocktimes a dl dd,
  .module.planning table.blocktimescontainer td.blocktimes a dl dt {
    width: auto;
    padding: 0 5px;
    display: inline-block;
    float: left;
  }
  .module.planning table.blocktimescontainer td.blocktimes a dl dd .date {
    color: black;
    font-weight: 600;
    display: block;
  }
  .module.planning table.blocktimescontainer td.blocktimes a dl dd .date.current-day:after {
    content: '(vandaag)';
    padding-left: 5px;
    font-size: 0.8em;
    font-weight: 400;
    display: inline-block;
  }
  .module.planning table.blocktimescontainer td.blocktimes a dl dt {
    text-align: right;
    float: right;
  }
  .module.planning table.blocktimescontainer td.blocktimes a dl dt .status {
    display: none;
  }
  .module.planning table.blocktimescontainer td.blocktimes a dl dt .plan-button {
    margin: 5px 10px 0 0;
    padding: 5px 20px;
    color: white;
    font-size: 0.85em;
    line-height: 21px;
    background-color: #d33f49;
    transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear, position 150ms ease;
    display: inline-block;
  }
  .module.planning table.blocktimescontainer td.blocktimes a dl dt .plan-button:hover {
    background-color: #d33f49;
  }
  .module.planning table.blocktimescontainer td.blocktimes a .button {
    margin-left: -60px;
    min-height: 18px;
    color: white;
    font-size: 1em;
    line-height: 18px;
    text-transform: uppercase;
    background: black;
    border-radius: 3px;
    opacity: 0;
    transition: opacity 120ms ease-out, top 120ms ease-out;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5000;
    display: none;
  }
  .module.planning table.blocktimescontainer td.blocktimes a .button:after {
    content: '';
    width: 0;
    height: 0;
    margin-left: -5px;
    border: solid 10px black transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -18px;
    left: 50%;
  }
  .module.planning table.blocktimescontainer td.blocktimes a:hover {
    text-decoration: none;
    background-color: #f7e5ec;
  }
  .module.planning table.blocktimescontainer td.blocktimes a:hover .button {
    top: -27px;
    opacity: 1;
  }
  .module.planning table.blocktimescontainer td.blocktimes .background {
    display: none;
  }
  /* ==============
  	BILL
     ============== */
  
  .focus-header .button {
    float: right;
    margin-top: 10px;
    padding: 12px 22px 11px 22px;
  }
  /* TABLE */
  
  .module.list-bill table {
    display: block;
  }
  .module.list-bill table thead {
    display: block;
  }
  .module.list-bill table tbody {
    display: block;
  }
  .module.list-bill table tr {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
  }
  .module.list-bill table tr:last-child {
    border-bottom: none;
    margin-bottom: 30px;
  }
  .module.list-bill table thead tr:last-child,
  .module.list-bill table thead tr {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .module.list-bill table th {
    display: block;
    text-align: left;
  }
  .module.list-bill table td {
    display: block;
    text-align: left;
  }
  .module.list-bill table td:before {
    display: inline-block;
    width: 45%;
  }
  .module.list-bill .bill-description {
    font-size: 1em;
    padding: 0 0 12px 0;
    text-transform: none;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #5e5f5a;
  }
  .module.list-bill .bill-total:before {
    content: "Totaal bedrag ";
  }
  .module.list-bill .bill-remaining {
    font-weight: bold;
    color: #aa0000;
  }
  .module.list-bill .bill-remaining:before {
    content: "Te betalen ";
    font-weight: normal;
  }
  .module.list-bill .bill-end-date:before {
    content: "Betalen voor ";
  }
  .module.list-bill .bill-end-date.past-due {
    font-size: 0.9em;
    font-weight: bold;
    color: #b52a33;
  }
  .module.list-bill .bill-end-date.past-due:before {
    font-weight: normal;
  }
  .module.list-bill .bill-end-date.past-due:after {
    content: "\f071";
    display: inline-block;
    padding-left: 6px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .module.list-bill .bill-action {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .module.list-bill .bill-info {
    font-size: 0.857em;
    font-weight: normal;
    color: #888888;
    display: block;
  }
  /* headers */
  
  th.bill-total,
  th.bill-remaining,
  th.bill-payed,
  th.bill-end-date,
  th.bill-pay-date,
  th.bill-action,
  .redundant {
    position: absolute;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    width: 1px;
    overflow: hidden;
    border: 0;
  }
}
/*@media only screen and (max-width: 480px)*/

@media only screen and (max-width: 29.9375em) {
  /* GOOGLE MAPS */
  
  .woning-media .image {
    display: none;
  }
  .woning-media .gmap {
    width: 100%;
    height: 237px;
    float: none;
  }
}
/*@media only screen and (min-width: 480px)*/

@media only screen and (min-width: 30em) {
  /* with icon */
  
  fieldset.with-icon,
  .fieldset.with-icon,
  .module.with-icon {
    position: relative;
    padding-top: 0;
    padding-left: 60px;
  }
  .with-icon i.category {
    left: 0;
    top: 0;
    margin-left: 0;
  }
  /* with icon alternate */
  
  .with-icon-alternate h3 {
    padding-left: 40px;
  }
  .with-icon-alternate h3 > i {
    position: absolute;
    left: 0;
    color: #b52a33;
  }
  .with-icon-alternate dl {
    padding-left: 40px;
  }
  /*	
      OVERVIEW */
  
  .overview h2 {
    padding-bottom: 16px;
    /* 6 + 9 */
  
  }
  .overview dl + h2 {
    padding-top: 30px;
  }
  .overview h2.fieldset-header + dl {
    padding-top: 9px;
  }
  .overview dt {
    clear: both;
    position: relative;
    float: left;
    width: 45%;
    overflow: hidden;
    z-index: 100;
    padding-bottom: 10px;
  }
  .overview dt span {
    position: relative;
    background-color: white;
    display: inline-block;
    padding-right: 10px;
  }
  .focus-attention.overview dt span {
    background-color: #f6f4f0;
  }
  .overview dt span:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 6px;
    height: 1px;
    width: 800px;
    z-index: -1;
  }
  .overview dd {
    float: left;
    width: 55%;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .overview dd .small-button {
    float: right;
  }
  /* Breadcrumb / Google Translate */
  
  .content-header .breadcrumb {
    width: calc(100% - 185px);
    padding: 0 0 0 15px;
  }
  .content-header .breadcrumb ul {
    font-size: 0.9em;
  }
  .content-header .translate {
    display: none;
  }
  .paging.progress {
    position: relative;
    top: -30px;
    right: -35px;
  }
  .paging.progress ol li {
    padding: 0 2px 0 0;
  }
  .paging.progress p {
    width: 30px;
    min-width: 0;
    height: 30px;
    min-height: 0;
    padding: 0;
    line-height: 30px;
  }
}
/*@media only screen and (min-width: 480px) (max-width: 1024px) */

@media only screen and (min-width: 30em) and (max-width: 64em) {
  
}
/******************************************************* RULER *******************************************************/

/*@media only screen and (min-width: 768px) */

@media only screen and (min-width: 48em) {
  /*	MODAL CONTENT */
  
  .modal-content {
    position: absolute;
    top: 52px;
    left: 50%;
    margin-left: -35%;
    width: 70%;
    height: calc(80vh + 40px);
    padding: 20px 0 20px 20px;
  }
  .module.planning.multipledays .button-group {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0;
  }
  .module.planning.multipledays .button-group span {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    margin-right: 25px;
    display: inline-block;
    float: left;
  }
  .module.planning.multipledays .button-group span.week-number {
    margin: 0;
    padding: 0 10px;
  }
  .module.planning.multipledays .button-group .button {
    min-width: 0;
  }
  .module.planning.multipledays .button-group .weeknavigation span {
    margin: 0;
    color: black;
    font-weight: normal;
  }
  .module.planning.multipledays .button-group .weeknavigation span:hover {
    color: #2a9d8f;
  }
  .module.planning.multipledays .button-group .weeknavigation.disabled span {
    color: #e4e4e4;
    cursor: not-allowed;
  }
  .module.planning.multipledays .button-group .weeknavigation.disabled span:hover {
    color: #e4e4e4;
  }
  .module.planning.multipledays table {
    width: 100%;
  }
  .module.planning.multipledays table thead,
  .module.planning.multipledays table tbody,
  .module.planning.multipledays table tr {
    width: 100%;
    display: inherit;
  }
  .module.planning.multipledays table.dayblockscontainer {
    display: none;
  }
  .module.planning.multipledays table.hourblockscontainer {
    display: none;
  }
  .module.planning.multipledays table.blocktimescontainer {
    width: 100%;
  }
  .module.planning.multipledays table.blocktimescontainer td.blocktimes {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    position: relative;
    /* PlanningCalendar: clickables */
  
  }
  .module.planning.multipledays table.blocktimescontainer td.blocktimes a {
    width: 100%;
    padding: 17px 0 15px 0;
    color: #d33f49;
    font-size: 1em;
    line-height: 150%;
    border-bottom: solid 1px #e8e8e8;
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    /* Tooltip */
  
  }
  .module.planning.multipledays table.blocktimescontainer td.blocktimes a dl dd,
  .module.planning.multipledays table.blocktimescontainer td.blocktimes a dl dt {
    width: auto;
    padding: 0 5px;
    display: inline-block;
    float: left;
  }
  .module.planning.multipledays table.blocktimescontainer td.blocktimes a dl dd .date {
    color: black;
    font-weight: 600;
    display: block;
  }
  .module.planning.multipledays table.blocktimescontainer td.blocktimes a dl dd .date.current-day:after {
    content: '(vandaag)';
    padding-left: 5px;
    font-size: 0.8em;
    font-weight: 400;
    display: inline-block;
  }
  .module.planning.multipledays table.blocktimescontainer td.blocktimes a dl dt {
    text-align: right;
    float: right;
  }
  .module.planning.multipledays table.blocktimescontainer td.blocktimes a dl dt .status {
    display: none;
  }
  .module.planning.multipledays table.blocktimescontainer td.blocktimes a dl dt .plan-button {
    margin: 5px 10px 0 0;
    padding: 5px 20px;
    color: white;
    font-size: 0.85em;
    line-height: 21px;
    background-color: #d33f49;
    transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear, position 150ms ease;
    display: inline-block;
  }
  .module.planning.multipledays table.blocktimescontainer td.blocktimes a dl dt .plan-button:hover {
    background-color: #d33f49;
  }
  .module.planning.multipledays table.blocktimescontainer td.blocktimes a .button {
    margin-left: -60px;
    min-height: 18px;
    color: white;
    font-size: 1em;
    line-height: 18px;
    text-transform: uppercase;
    background: black;
    border-radius: 3px;
    opacity: 0;
    transition: opacity 120ms ease-out, top 120ms ease-out;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5000;
    display: none;
  }
  .module.planning.multipledays table.blocktimescontainer td.blocktimes a .button:after {
    content: '';
    width: 0;
    height: 0;
    margin-left: -5px;
    border: solid 10px black transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -18px;
    left: 50%;
  }
  .module.planning.multipledays table.blocktimescontainer td.blocktimes a:hover {
    text-decoration: none;
    background-color: #f7e5ec;
  }
  .module.planning.multipledays table.blocktimescontainer td.blocktimes a:hover .button {
    top: -27px;
    opacity: 1;
  }
  .module.planning.multipledays table.blocktimescontainer td.blocktimes .background {
    display: none;
  }
  /*	PLANNING */
  
  .module.planning.normal {
    margin-bottom: 40px;
  }
  .module.planning.normal .button-group {
    padding: 40px 0 24px 0;
    text-align: right;
  }
  .module.planning.normal .button-group .title {
    float: left;
    font-size: 23px;
    font-weight: 300;
  }
  .module.planning .button-group a.weeknavigation {
    color: black;
    font-size: 23px;
    font-weight: 300;
    line-height: 30px;
  }
  .module.planning .button-group a.weeknavigation:hover {
    text-decoration: none;
  }
  .module.planning .button-group a.weeknavigation.disabled {
    color: #e4e4e4;
  }
  .module.planning.normal .button-group a.weeknavigation#prevWeek {
    padding-right: 10px;
  }
  .module.planning.normal .button-group a.weeknavigation#nextWeek {
    padding-left: 10px;
  }
  .module.planning.normal .button-group .week-number {
    display: inline-block;
    line-height: 30px;
    font-weight: 300;
    font-size: 23px;
    color: black;
  }
  .module.planning.normal table {
    width: 100%;
    height: 100%;
  }
  .module.planning.normal table thead,
  .module.planning.normal table tbody,
  .module.planning.normal table tr {
    width: 100%;
    height: 100%;
    display: block;
  }
  .module.planning.normal table.dayblockscontainer {
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
  }
  .module.planning.normal table.dayblockscontainer tr th {
    width: 20%;
    padding: 5px 0;
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
    display: inline-block;
    float: left;
    padding: 5px;
    height: 75px;
  }
  .module.planning.normal table.dayblockscontainer tr th .day-name,
  .module.planning.normal table.dayblockscontainer tr th .day-number {
    display: inline-block;
    float: left;
    width: auto;
    margin: 0 5px 3px 0;
    color: #b4b4b4;
    font-size: 16px;
    font-weight: 300;
  }
  .module.planning.normal table.dayblockscontainer tr th .day-number {
    font-size: 20px;
  }
  .module.planning.normal table.dayblockscontainer tr th.current-day .day-name,
  .module.planning.normal table.dayblockscontainer tr th.current-day .day-number {
    color: #3e3f3a;
  }
  .module.planning.normal table.dayblockscontainer tr th.current-day .day-number {
    font-size: 30px;
  }
  .module.planning.normal table.hourblockscontainer {
    width: 10%;
    display: none;
    float: left;
  }
  .module.planning.normal table.hourblockscontainer tr th {
    width: 7.5%;
    padding: 0 5px 5px 0;
    text-align: right;
    vertical-align: top;
    border-bottom: 1px solid #e4e4e4;
    border-right: 2px solid #e4e4e4;
  }
  .module.planning.normal table.hourblockscontainer tr:nth-child(2n-1) th {
    border-bottom: none;
  }
  .module.planning.normal table.hourblockscontainer tr:nth-child(2n-2) th {
    color: transparent;
  }
  .module.planning.normal table.hourblockscontainer tr:nth-child(4n +3),
  .module.planning.normal table.hourblockscontainer tr:nth-child(4n +4) {
    background: #f8f8f8;
  }
  .module.planning.normal table.hourblockscontainer tr:last-child th {
    padding: 0 5px 6px 0;
    border-bottom: 1px solid #e4e4e4;
  }
  .module.planning.normal table.blocktimescontainer {
    width: 100%;
    display: inline-block;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    /* PlanningCalendar: clickables */
  
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a {
    width: 19.5%;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8em;
    line-height: 150%;
    background-color: #2a9d8f;
    border: solid 1px #b52a33;
    position: absolute;
    cursor: pointer;
    border-radius: 3px;
    padding: 6px;
    /* Tooltip */
  
    /* PlanningCalendar: overlapping blocktimes */
  
    /* PlanningCalendar: days */
  
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a dl dd,
  .module.planning.normal table.blocktimescontainer td.blocktimes a dl dt {
    width: 100%;
    padding: 0;
    float: none;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a dl dd .date {
    display: none;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a dl dt .status {
    display: none;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a dl dt .plan-button {
    display: none;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a .button {
    margin-left: -60px;
    min-height: 18px;
    color: white;
    font-size: 1em;
    line-height: 18px;
    text-transform: uppercase;
    background: black;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: opacity 120ms ease-out, top 120ms ease-out;
    -moz-transition: opacity 120ms ease-out, top 120ms ease-out;
    -o-transition: opacity 120ms ease-out, top 120ms ease-out;
    transition: opacity 120ms ease-out, top 120ms ease-out;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5000;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a .button:after {
    content: '';
    width: 0;
    height: 0;
    margin-left: -5px;
    border: solid 10px black transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -18px;
    left: 50%;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a:hover {
    text-decoration: none;
    background-color: #1f756a;
    /*.button {
                                   top: -27px;
                                   opacity: 1;
                               }*/
  
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a.split {
    width: calc(10% - 2px);
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a.dow-monday {
    left: 0.25%;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a.dow-monday.split.later {
    left: 10%;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a.dow-tuesday {
    left: 20.25%;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a.dow-tuesday.split.later {
    left: 30%;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a.dow-wednesday {
    left: 40.25%;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a.dow-wednesday.split.later {
    left: 50%;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a.dow-thursday {
    left: 60.25%;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a.dow-thursday.split.later {
    left: 70%;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a.dow-friday {
    left: 80.25%;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a.dow-friday.split.later {
    left: 90%;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes .background {
    width: 19.5%;
    margin-right: 0.25%;
    margin-left: 0.25%;
    height: 100%;
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, #f8f8f8, #f8f8f8 50%, white 50%, white);
    background-size: 100% 120px;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes .background:nth-child(5) {
    left: 80%;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes .background:nth-child(4) {
    left: 60%;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes .background:nth-child(3) {
    left: 40%;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes .background:nth-child(2) {
    left: 20%;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes .background:nth-child(1) {
    left: 0%;
  }
  /* ==============
  	BILL
     ============== */
  
  /* form */
  
  .focus-header {
    padding: 10px 20px 0 20px;
    background: #f0f0f0;
    border-bottom: 1px solid #e4e4e4;
  }
  .focus-header.contract {
    display: inline-block;
  }
  .focus-header.contract .field-text {
    width: auto;
    display: inline-block;
  }
  .focus-header.focus-header label,
  .focus-header .field {
    width: auto;
  }
  .focus-header .button {
    margin-left: 10px;
    padding: 12px 22px 11px 22px;
  }
  /* TABLE */
  
  .module.list-bill table {
    display: table;
    width: 100%;
    margin-bottom: 24px;
  }
  .module.list-bill table tr {
    display: table-row;
    height: 100%;
  }
  .module.list-bill table tr:last-child {
    border-bottom: none;
    margin-bottom: 30px;
  }
  .module.list-bill table thead tr:last-child,
  .module.list-bill table thead tr {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .module.list-bill table th {
    width: 15% !important;
    display: table-cell;
    text-align: left;
    vertical-align: top;
  }
  .module.list-bill table th:first-child {
    width: auto !important;
  }
  .module.list-bill table td {
    width: 15% !important;
    display: table-cell;
    text-align: left;
    vertical-align: top;
    /*min-height: 2em;*/
    font-weight: bold;
    height: auto;
    padding: 10px 30px 10px 0;
    border-bottom: 1px solid #f2f2f2;
    text-align: right;
  }
  .module.list-bill table td .button {
    font-weight: normal;
  }
  .module.list-bill table td:first-child {
    width: auto !important;
    text-align: left;
  }
  .module.list-bill .bill-description {
    font-weight: bold;
    color: black;
    width: 30%;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 10px;
  }
  .module.list-bill .bill-info {
    font-size: 0.857em;
    font-weight: normal;
    color: #888888;
    display: block;
  }
  .module.list-bill .bill-total {
    white-space: nowrap;
  }
  .module.list-bill .bill-remaining .bill-payed {
    font-weight: bold;
    white-space: nowrap;
  }
  .module.list-bill .bill-end-date .bill-pay-date {
    white-space: nowrap;
  }
  .module.list-bill .bill-action {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    width: 8%;
  }
  .module.list-bill .bill-end-date.past-due {
    font-size: 0.9em;
    font-weight: bold;
    color: #b52a33;
  }
  .module.list-bill .bill-end-date.past-due:after {
    content: "\f071";
    display: inline-block;
    padding-left: 6px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* headers */
  
  body .module.list-bill thead th,
  body .module.list-bill thead th.bill-description,
  body .module.list-bill thead th.bill-remaining {
    font-size: 0.857em;
    line-height: 1em;
    display: table-cell;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #5e5f5a;
    padding-top: 14px;
    padding-bottom: 12px;
    padding-right: 30px;
    text-align: right;
    border-bottom: 1px solid #f2f2f2;
  }
  body .module.list-bill thead th.bill-description {
    text-align: left;
  }
  body .module.list-bill tbody td.bill-remaining .negative {
    color: #bb0000;
  }
  .redundant {
    position: absolute;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    width: 1px;
    overflow: hidden;
    border: 0;
  }
  /* ============ */
  
  /*	FORM */
  
  body .full-width .field,
  body .full-width label,
  body .agree.full-width .field,
  body .agree.full-width label {
    float: none;
    width: 100%;
  }
  body .agree.full-width label {
    padding-left: 0;
  }
  .field {
    float: left;
    width: 70%;
  }
  .field-wrapper label {
    float: left;
    width: 30%;
  }
  .field-wrapper .field label {
    width: 100%;
    float: none;
  }
  /* agree */
  
  .field-wrapper.agree .field,
  .field-wrapper.single-choice .field {
    width: 100%;
    float: none;
  }
  .field-wrapper.agree label,
  .field-wrapper.single-choice label {
    padding-left: 30%;
    float: none;
  }
  .field-wrapper .feedback {
    display: inline-block;
    width: 70%;
    margin: 20px 0 20px 30%;
  }
  /* horizontal */
  
  fieldset.radiobox-group.horizontal legend,
  fieldset.checkbox-group.horizontal legend {
    float: left;
    width: 30%;
  }
  fieldset.radiobox-group.horizontal legend span,
  fieldset.checkbox-group.horizontal legend span {
    padding: 8px 20px 10px 0;
  }
  fieldset.radiobox-group.horizontal legend span.required-field,
  fieldset.checkbox-group.horizontal legend span.required-field {
    padding: 0;
    color: #d33f49;
    display: inline;
  }
  fieldset.radiobox-group.horizontal .field-wrapper,
  fieldset.checkbox-group.horizontal .field-wrapper {
    float: right;
    width: 70%;
  }
  fieldset.radiobox-group .field-wrapper .field,
  fieldset.checkbox-group .field-wrapper .field {
    width: 100%;
  }
  fieldset.radiobox-group.horizontal.two-on-row .field-wrapper,
  fieldset.checkbox-group.horizontal.two-on-row .field-wrapper {
    float: left;
    width: 35%;
  }
  fieldset.radiobox-group.horizontal.three-on-row .field-wrapper,
  fieldset.checkbox-group.horizontal.three-on-row .field-wrapper {
    float: left;
    width: 23.333333333%;
  }
  fieldset.radiobox-group.horizontal.four-on-row .field-wrapper,
  fieldset.checkbox-group.horizontal.four-on-row .field-wrapper {
    float: left;
    width: 17.5%;
  }
  /* additional info horizontal */
  
  .additional-info-container {
    padding-right: 0;
    padding-left: 0;
  }
  .additional-info-container label,
  .additional-info-container .radiobox-group.horizontal legend,
  .additional-info-container .checkbox-group.horizontal legend {
    padding-left: 20px;
  }
  /*	OVERVIEW */
  
  .overview dl {
    width: 100%;
  }
  .overview dt {
    width: 30%;
  }
  .overview dd {
    width: 70%;
  }
  .with-map.overview dl {
    float: right;
    width: 55%;
    margin-bottom: 20px;
  }
  .umbrella-streetmap {
    width: calc(45% - 20px);
    height: 282px;
    margin: 0 0 20px 20px;
    overflow: hidden;
    float: right;
  }
  .umbrella-streetmap.big {
    width: 100%;
  }
  /*	VALUATION */
  
  .valuation dl {
    width: 100%;
  }
  .valuation dt {
    width: 40%;
  }
  .valuation dd {
    width: 60%;
  }
  .valuation dd .waarde {
    width: 60%;
    display: inline-block;
    float: left;
  }
  .valuation dd .points {
    width: 30%;
    display: inline-block;
    text-align: left;
  }
  /*	overview TWO ON ROW */
  
  .overview.two-on-row dt {
    clear: none;
    width: 20%;
  }
  .overview.two-on-row dt:nth-of-type(2n+1) {
    clear: both;
  }
  .overview.two-on-row dt.narrow {
    width: 5%;
  }
  .overview.two-on-row dd {
    width: 30%;
  }
  .overview.two-on-row dd.wide {
    width: 45%;
  }
  .overview.two-on-row dd.full-width {
    width: 85%;
  }
  /*	TWO ON ROW */
  
  .list.two-on-row ul {
    display: block;
  }
  .list.two-on-row ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .list.two-on-row li {
    float: left;
    width: calc(50% - 20px);
  }
  .list.two-on-row li:nth-child(odd) {
    clear: both;
  }
  /*	LIST GRAY BACKGROUND */
  
  .list.bg-gray ul {
    display: block;
    background-color: #fafaf8;
  }
  .list.bg-gray ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  /*	HIDDEN ELEMENTS */
  
  .hidden {
    display: none !important;
  }
  /* Breadcrumb / Google Translate */
  
  .content-header .breadcrumb {
    width: calc(100% - 160px);
    padding: 0 0 0 15px;
  }
  .content-header .breadcrumb ul {
    font-size: 1em;
  }
  .content-header .translate {
    display: block;
  }
  .paging.progress {
    top: 0;
    right: 5px;
  }
  .paging.progress ol li {
    padding: 0 1px 0 0;
  }
}
/*@media only screen and (min-width: 768px) and (max-width: 860px) */

@media only screen and (min-width: 48em) and (max-width: 53em) {
  
}
/*@media only screen and (min-width: 768px) and (max-width: 1024px) */

@media only screen and (min-width: 48em) and (max-width: 64em) {
  
}
/*@media only screen and min-width: 768px and max-width: 896px */

@media only screen and (min-width: 48em) and (max-width: 56em) {
  
}
/*@media only screen and max-width: 896px */

@media only screen and (max-width: 56em) {
  /* LOGIN MENU ITEM */
  
  .navigation ul li.login a.button-loggedin {
    margin: 19px 10px 19px 0;
    padding: 10px 15px;
    color: white;
    background-color: #d33f49;
    border-radius: 3px;
    display: inline-block;
    float: right;
  }
  .navigation ul li.login a.button-loggedin:hover {
    background-color: #b52a33;
  }
  .navigation ul li.login a.button-loggedin.active {
    background-color: #b52a33;
  }
  .navigation ul li.login .panel-loggedin {
    top: 63px;
    right: 10px;
  }
  .navigation ul li.login .panel-loggedin ul li:not(:first-child):hover {
    background-color: #f2f2f2;
    transition: background-color 120ms linear;
  }
}
/*@media only screen and (min-width: 896px) */

@media only screen and (min-width: 56em) {
  
}
/*@media only screen and (min-width: 960px) */

@media only screen and (min-width: 60em) {
  .paging.progress p {
    width: auto;
    min-width: 40px;
    height: auto;
    min-height: 40px;
    padding: 0;
    line-height: 40px;
  }
}
/*@media only screen and (min-width: 1024px) */

@media only screen and (min-width: 64em) {
  
}
/*@media only screen and (min-width: 1140px) */

@media only screen and (min-width: 71.25em) {
  /*	MODAL CONTENT */
  
  .modal-content {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -30%;
    width: 60%;
    height: calc(80vh + 60px);
  }
}
/*@media only screen and (min-width: 1280px) */

@media only screen and (min-width: 80em) {
  
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
  /* ====================
      RETINA
     ==================== */
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 48em) and (min-moz-device-pixel-ratio: 2), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 48em) and (min-device-pixel-ratio: 2) {
  /* ====================
      RETINA
     ==================== */
}
/* ====================
    MixIns and Layout
   ==================== */

/* DROP ZONE */

.dropzone {
  position: relative;
  display: block;
  background: #f2f2f2;
  min-height: 200px;
  padding: 5px;
  color: #aaaaaa;
  border: 1px solid #d8d8d8;
}
.dropzone i.fa {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  color: #e4e4e4;
  text-align: center;
  font-size: 80px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  pointer-events: none;
}
.upload-tooltip {
  display: none;
}
@media only screen and (min-width: 48em) {
  .upload-tooltip {
    position: absolute;
    display: none;
    bottom: -20px;
    left: 50%;
    height: auto;
    width: 150px;
    text-align: center;
    padding: 0 10px 10px 10px;
    margin-left: -75px;
    min-height: 40px;
    color: white;
    background: #d33f49;
    opacity: 0;
    line-height: 17px;
    cursor: default;
    transition: opacity 0.3s, transform 0.3s;
    pointer-events: none;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.2);
  }
  .dropzone.dz-drag-hover .upload-tooltip {
    display: block;
    pointer-events: auto;
    -webkit-animation-name: fadeFromTop;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-name: fadeFromTop;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }
  .upload-tooltip .checkmark {
    display: block;
    height: 40px;
    position: relative;
    width: 50px;
    margin: 0 auto;
  }
  .upload-tooltip .checkmark:after {
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-right: 4px solid white;
    border-top: 4px solid white;
    content: '';
    display: block;
    height: 20px;
    left: 14px;
    position: absolute;
    top: 26px;
    width: 10px;
  }
  .dropzone.dz-drag-hover .upload-tooltip .checkmark:after {
    -webkit-animation: checkMark 0.64s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: checkMark 0.64s;
    -moz-animation-fill-mode: forwards;
    -o-animation: checkMark 0.64s;
    -o-animation-fill-mode: forwards;
    animation: checkMark 0.64s;
    animation-fill-mode: forwards;
    border-color: white;
  }
  .dropzone.dz-default.dz-message {
    display: none;
  }
}
/*DROPZONE */

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 0;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  background: #999999;
  background: linear-gradient(to bottom, #eeeeee, #dddddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 0;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 0;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 2px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333333;
  background: linear-gradient(to bottom, #666666, #444444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 3px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
/* END DROP ZONE */

/**/
.module.toggle-list {
  padding: 0;
}
.module.toggle-list .title span {
  font-weight: 700;
}
.module.toggle-list div[aria-hidden] {
  display: none;
}
.module.toggle-list article {
  clear: both;
  position: relative;
  display: block;
  padding: 0;
  border-top: 1px solid #f2f2f2;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
}
.module.toggle-list article:first-child {
  border: none;
}
.module.toggle-list article:last-of-type {
  border-bottom: 1px solid #f2f2f2;
}
.module.toggle-list .toggle-trigger {
  font-weight: 600;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.module.toggle-list .toggle-trigger:hover:before,
.module.toggle-list .toggle-trigger:hover:after {
  background: white;
  -webkit-transition: all 140ms ease-out;
  -moz-transition: all 140ms ease-out;
  -o-transition: all 140ms ease-out;
  -ms-transition: all 140ms ease-out;
  transition: all 140ms ease-out;
}
.module.toggle-list .toggle-trigger button {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: inherit;
  text-align: inherit;
  font-family: inherit;
  overflow: visible;
  color: black;
  padding: 17px 30px;
  -webkit-transition: all 140ms ease-out;
  -moz-transition: all 140ms ease-out;
  -o-transition: all 140ms ease-out;
  -ms-transition: all 140ms ease-out;
  transition: all 140ms ease-out;
}
.module.toggle-list .toggle-trigger button:hover {
  background: #2a9d8f;
  color: white;
}
.module.toggle-list .toggle-trigger button:focus {
  position: relative;
  /*outline: 2px solid $brand-color1;*/

}
.module.toggle-list .toggle-content {
  padding: 21px 30px;
  font-size: 13px;
  line-height: 21px;
}
.module.toggle-list .toggle-content h2,
.module.toggle-list .toggle-content h3,
.module.toggle-list .toggle-content h4 {
  margin-left: 0;
}
.module.toggle-list .toggle-content p {
  padding-bottom: 1.5em;
}
.module.toggle-list .toggle-content ul {
  margin-bottom: 20px;
}
.module.toggle-list .toggle-content ul:first-child {
  margin-bottom: 20px;
}
.module.toggle-list .toggle-content ul:empty {
  display: none;
}
.module.toggle-list .toggle-content ul:last-child,
.module.toggle-list .toggle-content ul:first-child:last-child {
  margin-bottom: 0;
}
.module.toggle-list .toggle-content ul > li {
  position: relative;
  display: block;
  padding: 0 0 10px 20px;
}
.module.toggle-list .toggle-content ul > li:after {
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #d33f49;
}
.module.toggle-list .toggle-more {
  margin: 20px 0;
}
.module.toggle-list .toggle-trigger:before,
.module.toggle-list .toggle-trigger:after {
  position: absolute;
  display: block;
  content: "";
  background: #d33f49;
  transform-origin: 50% 50%;
  z-index: 1;
}
.module.toggle-list .toggle-trigger:before {
  right: 30px;
  top: 22px;
  width: 2px;
  height: 14px;
}
.module.toggle-list .toggle-trigger:after {
  right: 24px;
  top: 28px;
  width: 14px;
  height: 2px;
}
.module.toggle-list .toggle-trigger:hover:before,
.module.toggle-list .toggle-trigger:hover:after {
  background: white;
}
.module.toggle-list .toggle-trigger button {
  padding: 17px 40px 17px 30px;
}
.module.toggle-list .expanded > .toggle-trigger:after {
  transform: rotate(180deg);
}
.module.toggle-list .expanded > .toggle-trigger:before {
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .module.toggle-list .toggle-trigger button {
    padding: 17px 15px;
  }
  .module.toggle-list .toggle-content {
    padding: 20px 15px;
  }
  .module.toggle-list .toggle-trigger:before {
    right: 13px;
  }
  .module.toggle-list .toggle-trigger:after {
    right: 7px;
  }
  .module.toggle-list .toggle-trigger button {
    padding: 17px 25px 17px 15px;
  }
  .module.toggle-list .question-tree {
    width: calc(100% + 0.5*@gutter+0px);
    margin-left: -20px;
    padding: 15px 10px;
  }
}
.module.toggle-list .question-tree {
  counter-reset: item1;
  background-color: #fafafa;
  padding: 10px 20px 20px 20px;
  width: calc(100% +  40px );
  margin-left: -20px;
  margin-bottom: 20px;
}
.module.toggle-list .question-tree p {
  padding-top: 4px;
}
.module.toggle-list .question-tree .path dl {
  display: block;
  padding-left: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.module.toggle-list .question-tree .path dl:empty {
  margin: 0;
  padding: 0;
  border-color: transparent;
}
.module.toggle-list .question-tree .path dt {
  clear: both;
  position: relative;
  display: block;
  padding-right: 0.5em;
  margin-top: 20px;
}
.module.toggle-list .question-tree .path dt:after {
  left: -40px;
  top: 0;
  position: absolute;
  counter-increment: item1;
  content: counter(item1);
  color: white;
  text-align: center;
  line-height: 28px;
  width: 30px;
  height: 28px;
  background: #2a9d8f;
}
.module.toggle-list .question-tree .path dd {
  display: inline;
  font-weight: 700;
}
.module.toggle-list .question-tree .path dd:after {
  content: "";
  clear: both;
  display: block;
}
.module.toggle-list .question-tree .title.like-h4 {
  clear: both;
  font-size: 1em;
  font-weight: 700;
  margin: 15px 0 5px;
}
.module.toggle-list .question-tree .contourField {
  margin-bottom: 0;
}
.module.toggle-list .question-tree .current-question {
  clear: both;
  position: relative;
  display: block;
  padding-left: 40px;
  padding-bottom: 10px;
}
.module.toggle-list .question-tree .current-question:after {
  left: 0;
  top: 0;
  position: absolute;
  counter-increment: item1;
  content: counter(item1);
  color: white;
  text-align: center;
  line-height: 28px;
  width: 30px;
  height: 28px;
  background: #2a9d8f;
}
/* footer */

.main-article-footer .module.timeline .container ol {
  padding-left: 3px !important;
}
.main-article-footer .module.timeline .container ol li a i {
  transition: color 125ms linear, background-color 125ms linear;
}
.main-article-footer .module.timeline .container ol li a i:hover {
  color: #2a9d8f;
  border-color: #2a9d8f;
}
.no-js .module.toggle-list .toggle-trigger {
  font-weight: 700;
  color: #2a9d8f;
  padding: 15px 30px 10px 30px;
}
.no-js .module.toggle-list .toggle-trigger:before {
  display: none;
}
.no-js .module.toggle-list .toggle-content {
  padding-left: 30px;
}
.current-question .button-group {
  display: block;
  margin: 20px 0 0 0;
  padding: 0;
}
.current-question .button-group:after {
  clear: both;
  display: block;
  content: "";
}
.current-question .button-group .button {
  float: left;
}
.current-question .button-group .button:last-child {
  float: right;
}
.current-question .button-group:last-child {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .current-question .button-group {
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .current-question .button-group .button {
    display: inline-block;
    float: none;
    margin: 0 5px 10px 5px;
  }
  .current-question .button-group .button:last-child {
    float: none;
  }
  .current-question .button-group:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 478px) {
  .current-question .button-group {
    width: calc(140%);
    margin-left: -40px;
  }
}
/* CONTOUR STYLING*/

/************************************************************************************************/

/*  RESET ALL STYLES
/************************************************************************************************/

body .contour {
  padding: 20px 0 0 0;
  /* 10px 0px 10px 0px;*/

}
body .contourPageName {
  font-size: 2em !important;
  line-height: 2em !important;
  display: none;
}
body .contourField {
  clear: both;
}
body .contourField div label {
  display: inline;
}
body .contour label.fieldLabel {
  font-weight: normal;
  /* bold; */
  display: inline-block;
  background: transparent !important;
}
body .contour small {
  display: block;
  float: none;
  clear: both;
  padding: 0;
  /*5px 5px 5px 200px;*/

}
body .contour fieldset {
  padding: 0;
  /* 1em 1em 0em 0em; */
  margin: 0;
  /* 0 0 1.5em 0; */
  border: none !important;
}
body .contour .contourNavigation {
  padding: 0;
  /* 1em 0em; */

}
body .contour legend {
  font-weight: normal;
  /* bold; */
  font-size: 1em;
  /* 1.2em; */
  line-height: 1.2em;
  display: block;
}
body .contour input.text,
body .contour input.title,
body .contour textarea,
body .contour select,
body .contour input.datepickerfield,
body .contour input[type=file] {
  margin: 0;
  /* 0.5em 0; */
  border: 1px solid #bbbbbb;
}
body .contour input.text:focus,
body .contour input.title:focus,
body .contour textarea:focus,
body .contour select:focus,
body .contour input.datepickerfield:focus,
body .contour input[type=file]:focus {
  border: 1px solid #666666;
}
body .contour input.text,
body .contour textarea,
body .contour input.datepickerfield,
body .contour input[type=file] {
  padding: 0;
  /* 5px;*/
  display: block;
  width: 100%;
  max-width: none !important;
}
body .contour input.datepickerfield,
body .contour input[type=file] {
  width: calc(60%);
}
body .contour textarea {
  height: 250px;
}
body .contour input.fileupload {
  height: auto !important;
}
body .contour span.checkboxlist,
body .contour span.radiobuttonlist,
body .contour span.checkbox {
  display: block;
  float: none;
  padding: 0;
}
body .contour .checkboxlist label {
  float: none;
  /* left; */
  clear: none;
  /* left; */

}
body .contour .checkboxlist input,
body .contour .radiobuttonlist input,
body .contour .checkbox input {
  width: auto !important;
  height: auto !important;
  border: none !important;
  display: block !important;
}
body .contour .hiddenfield {
  display: none;
}
body .contourButton {
  margin-right: 0;
  /* 10px; */
  padding: 0;
  /* 2px 10px; */

}
/* errors */

body .contourErrorMessage {
  padding: 0.8em;
  margin-bottom: 0.5em;
  border: 2px solid #fbc2c4;
}
body .contourErrorMessage,
body .contourError {
  background: #fbe3e4;
  color: #8a1f11;
}
body .contour input.contourError,
body .contour textarea.contourError,
body .contour input.input-validation-error,
body .contour textarea.input-validation-error {
  background: #fbe3e4;
  border-color: #fbc2c4;
}
body .contour span.contourError,
body .contour span.field-validation-error {
  color: #8a1f11 !important;
  background: transparent !important;
}
body .contour #recaptcha_widget_div {
  margin-left: 0;
}
body .contour .field-validation-error {
  padding-left: 5px;
}
body .contourPageName:empty {
  display: none;
}
/************************************************************************************************/

/*  SETTINGS
/************************************************************************************************/

/*  BORDER RADIUS*/

.contour.contour input.text,
.contour.contour textarea,
.contour.contour input.datepickerfield,
.contour.contour .dropdown select,
.dropdown .custom-select > span span,
.contour.contour input[type=file],
body .pika-single,
.custom-fileupload .custom-fileupload-field {
  border-radius: 0;
}
/*  FOCUS STYLES */

.contour.contour input.text:focus,
.contour.contour textarea:focus,
.contour.contour input.datepickerfield:focus,
.dropdown.dropdown select:focus,
.contour.contour input.text:active,
.contour.contour textarea:active,
.contour.contour input.datepickerfield:active,
.dropdown.dropdown select:active,
.custom-fileupload .custom-fileupload-field:focus {
  border-color: #2a9d8f;
  outline: none;
}
/*  BORDER COLORS */

.checkboxlist .checkboxlist input[type=checkbox]:checked + label::after,
.radiobuttonlist .radiobuttonlist input[type=radio]:checked + label:before,
.checkbox input[type=checkbox]:checked + span:after,
.multiplechoice .checkboxlist input[type=checkbox]:checked + label:after,
.singlechoice .radiobuttonlist input[type=radio]:checked + label:before,
.dropdown .custom-select.active > span span:after,
.dropdown .custom-select.active.hover > span span:after,
.custom-fileupload .custom-fileupload-field:hover {
  border-color: #2a9d8f;
}
/* checkbox / radio */

.checkboxlist .checkboxlist label::after,
.radiobuttonlist .radiobuttonlist label::before,
.checkbox input[type=checkbox] + span:after,
.multiplechoice .checkboxlist label:after,
.singlechoice .radiobuttonlist label:before {
  border: 2px solid #dedede;
}
.radiobuttonlist .radiobuttonlist label:hover:before,
.checkboxlist .checkboxlist label:hover::after,
.checkboxlist .checkboxlist input[type=checkbox]:checked:disabled + label::after,
.checkboxlist .checkboxlist input[type=checkbox][disabled]:checked + label::after,
.radiobuttonlist .radiobuttonlist input[type=checkbox][disabled]:checked + label::after,
.singlechoice .radiobuttonlist label:hover:before,
.checkbox label:hover + div > span:after,
.multiplechoice .checkboxlist label:hover:after,
.multiplechoice .checkboxlist input[type=checkbox]:checked:disabled + label:after,
.checkbox input[type=checkbox][disabled]:checked + span:after,
.multiplechoice .checkboxlist input[type=checkbox][disabled]:checked + label:after,
.singlechoice .radiobuttonlist input[type=checkbox][disabled]:checked + label:after,
input.text[disabled] {
  border-color: #aaaaaa;
}
/* BACKGROUND */

.radiobuttonlist .radiobuttonlist input[type=radio]:checked + label::after,
.radiobuttonlist .radiobuttonlist label::after,
.singlechoice .radiobuttonlist input[type=radio]:checked + label:after,
body .is-selected .pika-button,
.singlechoice .radiobuttonlist label:after {
  background: #d33f49;
}
body .pika-button:hover {
  background: #2a9d8f !important;
}
/* FONT COLOR */

.contourIndicator,
body .is-today .pika-button,
.js .contour .fileupload .custom-fileupload-field:hover:after,
.contour .contourField > div:hover:after {
  color: #2a9d8f;
}
.js .contour .fileupload .custom-fileupload-field:after,
.contour .contourField > div:after {
  color: #aaaaaa;
}
/************************************************************************************************/

/*  BASIC CONTOUR FORM STYLES
/************************************************************************************************/

/*  PAGE */

h1 + .contour {
  margin-top: 0;
}
.contour {
  clear: both;
  width: 100%;
  max-width: 40em;
  /* 640 px */
  margin: 20px 0 20px 0;
  /*padding:              20px;
        border:                 1px solid #dedfe1;*/

}
.contour *,
.contour :after,
.contour :before {
  box-sizing: border-box;
}
.contourPage {
  margin-top: -1.867em;
  /* 30 v 16 */

}
/*  FORM NAME / CAPTION */

body h4.contourPageName {
  margin: 0;
}
/*  FIELDSET */

body .contour fieldset {
  margin-bottom: 0;
  padding: 0;
}
/* ELEMENT / FIELD WRAPPER */

.contourField {
  clear: both;
  margin-bottom: 20px;
}
/*  INPUT FIELDS */

.contour.contour input.text,
.contour.contour textarea,
.contour.contour input.datepickerfield,
.contour.contour .dropdown select,
.dropdown .custom-select > span span,
.contour.contour input[type=file],
.custom-fileupload .custom-fileupload-field {
  display: block;
  padding: 0.625em;
  /* 10px v 13 */
  border: 1px solid #cccccc;
  background: white;
  min-height: 2.5em;
  /* 1.6 em  + 10px 10px */
  -webkit-transition: all 140ms ease-out;
  -moz-transition: all 140ms ease-out;
  -o-transition: all 140ms ease-out;
  -ms-transition: all 140ms ease-out;
  transition: all 140ms ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
contour.contour textarea {
  background: white;
}
.contour input.text:hover,
.contour textarea:hover,
.contour input.datepickerfield:hover,
.contour .dropdown select:hover,
.dropdownfield .custom-select > span span:hover,
.contour input[type=file]:hover,
.custom-fileupload .custom-fileupload-field:hover {
  border-color: #aaaaaa;
}
/*  FIELDSETS TITLES  / LABELS*/

.contour .multiplechoice > .fieldLabel,
.contour .singlechoice > .fieldLabel,
.contour .longanswer > .fieldLabel,
.contour .shortanswer > .fieldLabel,
.contour .fileupload > .fieldLabel,
.contour .password > .fieldLabel,
.contour .date > .fieldLabel,
.contour .recaptcha > .fieldLabel,
.contour .dropdown > .fieldLabel,
.contour .shortanswer.text div > h2 {
  color: #2a9d8f;
  font-size: 20px;
  line-height: 30px;
  margin-top: 10;
  margin-bottom: 10;
}
/*  CHECKBOXFIELD / CHECKBOX LIST */

.checkboxlist .checkboxlist,
.checkbox,
.multiplechoice .checkboxlist {
  position: relative;
  display: block;
}
.checkboxlist .checkboxlist label,
.checkbox label,
.multiplechoice .checkboxlist label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.375em;
  /* 1.1875em;*/
  margin: 0 0 0.5em 0;
  z-index: 0;
}
/* checkbox itself */

.checkboxlist .checkboxlist label:after,
.checkbox input[type=checkbox] + span:after,
.multiplechoice .checkboxlist label:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
  content: '';
  width: 15px;
  height: 15px;
  /*border:                   2px solid  #dedfe1;*/
  background: white;
  -webkit-transition: all 140ms ease-out;
  -moz-transition: all 140ms ease-out;
  -o-transition: all 140ms ease-out;
  -ms-transition: all 140ms ease-out;
  transition: all 140ms ease-out;
  border-radius: 0;
  z-index: 0;
  cursor: pointer;
}
.checkbox input[type=checkbox] + span:after/* sing;e checkbox */ {
  top: 0.2em;
}
/* HOVER STATE */

.checkboxlist .checkboxlist label:hover:after,
.checkbox label:hover + div > span:after,
.multiplechoice .checkboxlist label:hover:after {
  /*border-color:         #aaa;*/
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.checkboxlist .checkboxlist input[type=checkbox],
.checkbox input[type=checkbox],
.multiplechoice .checkboxlist input[type=checkbox] {
  display: block;
  clear: both;
  visibility: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  width: 0 !important;
  float: left !important;
  position: absolute !important;
}
/* checked */

.checkboxlist .checkboxlist input[type=checkbox]:checked + label:after,
.checkbox input[type=checkbox]:checked + span:after,
.multiplechoice .checkboxlist input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 7px;
  /*border-color:             #50b948;*/
  border-top-color: transparent;
  border-right-color: transparent;
  background: transparent;
}
/* disabled*/

.radiobuttonlist .checkboxlist input[type=checkbox][disabled]:checked + label:after,
.radiobuttonlist .radiobuttonlist input[type=checkbox][disabled]:checked + label:after,
.checkbox input[type=checkbox][disabled]:checked + span:after,
.multiplechoice .checkboxlist input[type=checkbox][disabled]:checked + label:after,
.singlechoice .radiobuttonlist input[type=checkbox][disabled]:checked + label:after,
input.text[disabled] {
  opacity: 0.4;
  border-top-color: transparent;
  border-right-color: transparent;
  background: transparent;
}
/*  RADIOBUTTONLIST */

.radiobuttonlist .radiobuttonlist,
.singlechoice .radiobuttonlist {
  display: block;
}
.radiobuttonlist .radiobuttonlist label,
.singlechoice .radiobuttonlist label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.5em;
  margin: 0 0 0.5em 0;
}
/* button itself*/

.radiobuttonlist .radiobuttonlist label:before,
.singlechoice .radiobuttonlist label:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0.15em;
  content: '';
  width: 15px;
  height: 15px;
  /*border:                   2px solid #dedfe1; */
  background: white;
  -webkit-transition: all 140ms ease-out;
  -moz-transition: all 140ms ease-out;
  -o-transition: all 140ms ease-out;
  -ms-transition: all 140ms ease-out;
  transition: all 140ms ease-out;
  border-radius: 50%;
}
.radiobuttonlist .radiobuttonlist label:after,
.singlechoice .radiobuttonlist label:after {
  position: absolute;
  left: 0;
  top: 0.15em;
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  margin: 2px;
  /*background:               #50b948;*/
  opacity: 0;
  -webkit-transition: all 140ms ease-out;
  -moz-transition: all 140ms ease-out;
  -o-transition: all 140ms ease-out;
  -ms-transition: all 140ms ease-out;
  transition: all 140ms ease-out;
  border-radius: 50%;
  border: 2px solid white;
  /* This needs to be the background color if it needs to look transparent */
  cursor: pointer;
}
.radiobuttonlist .radiobuttonlist label + br,
.singlechoice .radiobuttonlist label + br {
  content: "" !important;
  clear: both;
  display: block !important;
  height: 0;
  width: 0;
}
/* HOVER STATE */

.radiobuttonlist .radiobuttonlist label:hover:before,
.singlechoice .radiobuttonlist label:hover:before {
  /*border-color:         #aaa;*/
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.radiobuttonlist .radiobuttonlist input[type=radio],
.singlechoice .radiobuttonlist input[type=radio] {
  visibility: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  width: 0 !important;
  float: left !important;
  position: absolute !important;
}
/* selected */

.radiobuttonlist .radiobuttonlist input[type=radio]:checked + label:after,
.singlechoice .radiobuttonlist input[type=radio]:checked + label:after {
  opacity: 1;
  /*background:               #50b948;*/

}
/*  TEXT */

.textfield.text h2 + p {
  margin-top: 0;
}
.textfield.text > div > div p:last-child {
  padding-bottom: 0;
}
/*  SELECT BOX / COMBOBOX*/

.dropdown.dropdown select {
  background: transparent;
  padding: 0.625em;
  /* 10px v 13 */
  border: 1px solid transparent;
  min-height: 2.5em;
  /* 1.6 em  + 10px 10px */

}
/* CUSTOM STYLED DROP DOWN */

.dropdown .custom-select-container {
  position: relative;
}
/* original select */

.dropdown select.replaced {
  position: relative;
  z-index: 10;
  width: 100%;
  font-size: 1em;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
  border: none;
  background: transparent;
}
.dropdown .custom-select {
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
}
.dropdown .custom-select > span {
  display: block;
  padding: 0;
  width: 100%;
}
.dropdown .custom-select > span span {
  display: block;
  width: 100%;
  padding-right: 3.138461538em;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2370a5;
}
.dropdown .custom-select > span span:before {
  position: absolute;
  top: 0;
  right: 3.138461538em;
  display: block;
  content: "";
  height: 100%;
  /* 1.6 + 10px +10px */
  border-left: 1px solid #dedfe1;
  -webkit-transition: all 140ms ease-out;
  -moz-transition: all 140ms ease-out;
  -o-transition: all 140ms ease-out;
  -ms-transition: all 140ms ease-out;
  transition: all 140ms ease-out;
}
.dropdown .custom-select.hover > span span:before,
.dropdown .custom-select.hover > span span {
  border-color: #aaaaaa;
}
.dropdown .custom-select > span span:after {
  display: block;
  position: absolute;
  right: 0.875em;
  top: 0.625em;
  content: '';
  width: 1em;
  height: 1em;
  border: 2px solid #dedfe1;
  -ms-transform-origin: 25% 75%;
  -webkit-transform-origin: 25% 75%;
  transform-origin: 25% 75%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transition: all 140ms ease-out;
  -moz-transition: all 140ms ease-out;
  -o-transition: all 140ms ease-out;
  -ms-transition: all 140ms ease-out;
  transition: all 140ms ease-out;
}
.dropdown .custom-select.hover > span span:after {
  border-color: #aaaaaa;
  border-top-color: transparent;
  border-right-color: transparent;
}
.dropdown .custom-select.active > span span:after,
.dropdown .custom-select.active.hover > span span:after {
  /*border-color:             #50b948;*/
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
/*  FILEUPLOAD */

.js .fileupload input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.js .fileupload label > .custom-fileupload {
  position: relative;
  display: block;
  font-size: 0.8em;
  margin-top: 0.875em;
}
.js .fileupload label > .custom-fileupload > .custom-fileupload-field {
  cursor: text;
}
.js .fileupload label > .custom-fileupload > .button {
  clear: both;
  margin-top: 10px;
}
/* FILEUPLOAD NEW */

.fileUploader {
  overflow: hidden;
  position: relative;
}
.fileUploader .button {
  float: left;
  line-height: 16px;
}
.fileUploader .infotext {
  display: flex;
  padding-left: 10px;
  margin-left: 10px;
}
.fileUploader:hover {
  cursor: pointer;
}
.fileUploader:hover .button {
  cursor: pointer;
  color: white;
  background-color: #b52a33;
  border-color: #b52a33;
}
.fileUploader [type=file] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
/*  DATEPICKERFIELD */

body .date div > .datepickerfield {
  max-width: 10em !important;
}
/* datepicker - pikaday */

body .pika-single {
  font-family: inherit;
  opacity: 1;
  -webkit-transition: opacity 140ms ease-out;
  -moz-transition: opacity 140ms ease-out;
  -o-transition: opacity 140ms ease-out;
  -ms-transition: opacity 140ms ease-out;
  transition: opacity 140ms ease-out;
  margin-top: 4px;
}
body .pika-single.is-hidden {
  display: inherit;
  opacity: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  clip: rect(0 0 0 0) !important;
}
body .pika-button {
  text-align: center;
}
/* states */

body .is-selected .pika-button {
  /*background:               #50b948;*/
  color: white;
  box-shadow: none;
}
/*  MANDATORY INDICATOR */

.contourIndicator {
  font-weight: 600;
  /*color:                    #50b948;*/
  font-size: 15px;
  position: relative;
  top: -0.3em;
}
/*  HELP */

span.help-block {
  clear: both;
  display: block;
  margin-top: 20px;
}
span.help-block {
  position: relative;
  top: -10px;
  display: block;
  float: left;
  max-width: 100%;
  text-align: left;
  padding: 7px 12px;
  color: #5b5b5b;
  background-color: #f0f0f0;
  z-index: 199;
  -webkit-transition: all 140ms ease-out;
  -moz-transition: all 140ms ease-out;
  -o-transition: all 140ms ease-out;
  -ms-transition: all 140ms ease-out;
  transition: all 140ms ease-out;
}
span.help-block:before {
  position: absolute;
  left: 40px;
  bottom: -5px;
  content: '';
  width: 0;
  height: 0;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f0f0f0;
  font-size: 0;
  line-height: 0;
}
span.help-block:after {
  content: '';
  display: block;
  clear: both;
}
span.help-block + * {
  clear: both;
}
/*  ERROR - VALIDATION */

span.field-validation-error {
  clear: both;
  display: block;
  margin-bottom: 20px;
}
.contour span.field-validation-error.field-validation-error {
  position: relative;
  top: 10px;
  float: left;
  display: block;
  max-width: 100%;
  padding: 7px 12px;
  text-align: left;
  color: white !important;
  background: #8a1f11 !important;
  font-weight: 500;
  z-index: 199;
  -webkit-transition: all 140ms ease-out;
  -moz-transition: all 140ms ease-out;
  -o-transition: all 140ms ease-out;
  -ms-transition: all 140ms ease-out;
  transition: all 140ms ease-out;
}
span.field-validation-error:before {
  position: absolute;
  left: 40px;
  top: -5px;
  content: '';
  width: 0;
  height: 0;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #8a1f11;
  font-size: 0;
  line-height: 0;
}
span.field-validation-error:after {
  content: '';
  display: block;
  clear: both;
}
/*  RECAPTCHA */

body #recaptcha_area,
body #recaptcha_table {
  margin: 0 !important;
  width: 100% !important;
  max-width: 500px !important;
}
body #recaptcha_table {
  background-color: #810200;
  border-radius: 7px;
  border: 1px solid #cccccc;
}
body .recaptchatable #recaptcha_image {
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
}
#recaptcha_area .recaptcha_r1_c1,
#recaptcha_area .recaptcha_r2_c2,
#recaptcha_area .recaptcha_r3_c1,
#recaptcha_area .recaptcha_r3_c2,
#recaptcha_area .recaptcha_r7_c1,
#recaptcha_area .recaptcha_r8_c1,
#recaptcha_area .recaptcha_r3_c3,
#recaptcha_area .recaptcha_r2_c1,
#recaptcha_area .recaptcha_r4_c1,
#recaptcha_area .recaptcha_r4_c2,
#recaptcha_area .recaptcha_r4_c4,
#recaptcha_area .recaptcha_image_cell {
  background: none !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}
#recaptcha_area .recaptcha_input_area {
  width: 94% !important;
  margin: 0 3% 3% 3% !important;
  border-radius: 4px;
  padding: 10px;
  background: #ffdc73 !important;
}
#recaptcha_area .recaptcha_image_cell center {
  height: auto !important;
}
#recaptcha_area #recaptcha_response_field {
  width: 100% !important;
  margin: 0 !important;
  padding: 5px !important;
  bottom: auto !important;
}
#recaptcha_area #recaptcha_image #recaptcha_challenge_image {
  width: 94% !important;
  margin: 3% !important;
  border: 1px solid white !important;
  height: auto !important;
  border-radius: 5px;
}
#recaptcha_area #recaptcha_switch_audio_btn,
#recaptcha_area #recaptcha_switch_img_btn,
#recaptcha_area #recaptcha_reload_btn,
#recaptcha_area #recaptcha_whatsthis_btn {
  display: block;
  position: relative;
  top: -7px;
}
/*@media only screen and (max-width: 768px) */

@media only screen and (max-width: 47.9375em) {
  /*  MOBILE fix, so that the screen does not zoom */
  
  /*  INPUT FIELDS */
  
  .contour.contour input.text,
  .contour.contour textarea,
  .contour.contour input.datepickerfield,
  .contour.contour .dropdown select,
  .contour.contour .dropdown .custom-select,
  .dropdown select,
  .contour.contour input[type=file],
  .custom-fileupload .custom-fileupload-field,
  .contour > .contourField.radiobuttonlist,
  .contour > .contourField.multiplechoice,
  .js .contour .fileupload .custom-fileupload-field:after,
  .contour .password > div:after,
  .contour .date > div:after {
    font-size: 16px;
  }
  .contour label {
    line-height: 1.5625em;
    /* 25 v 16 */
  
  }
  .contour .button {
    line-height: 1.571428571em;
    /* 24 */
  
  }
}
/*  FONT ICONS Remove if not wanted!! */

@font-face {
  font-family: 'form-icon';
  src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAaAAA0AAAAADSgAAAYrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACDDhEICo4wiw0BNgIkAzALGgAEIAWDGweBARuCCsjGINq02TtIsOSIAaki9g0RERKvctSUxOE/JBWF1uHfq0Iq5MWrYrzpDX+/1F9XRRlAR3ZGLy5jmQEyHg7oKmxrkPT0iYx5KrJJ8PuGesd7l7QACABcIPobsfx/BN2UAJAAkAGgQEAgBgGvNBugaRP5GHxz4jLqFICP9KuQl0gmQgj7RIokJHCP3sftQwHtu/bBCb+yFKQR7Nbuna/7iVPPQ/M+eaULtI+3UQY0gcKAM7AosD9wJHCP+4/jONZtK8s9Yh4wh5mFjJMpZ0qYGMZzZRDZCGiABAGErgSpI1+D8J8BD8Z4AsJxYEBLZisAdAcohx/cD9cpCBByFJT0M2cQ5h5ajJEow+Q8vgE9b2ScIzL2PZPJWKGMJcbzDg0h7rw9Ik/OLmA05YpcKAr1yBYT2i1fIhYT98CrYi97GRB7oxahifRAV+5usTd/LxG7TIOWan0ij35jlyFfEqFSVMT6p2BNqAZySBQ2y28tPYS4ZYtFIk/kQsAVtUgs9sqXdCCG/QZ2lhrIcxk3i6SeXn7Cd8d07iEKa73vbJmtypE+e4pLsTRyafkx0QHF9Rv9lhNZV6xy3JdJi7ssl2EOcSd/Z1hi2HR842MXRS+LXhSl18JlPLCYduFWcbnzcr/zbPscsbfrkq4rDJ10vOjt0HVEbceiKW6ZdbHIY6QgBng+oemU3s1MXlZ1QD5wCamlNUZaFjaEYghwf+C5d/ECea1OYnNVW3aJPEXWPcQ9oP85kScvTdxn4F6xt5DdDVfffhc1Ird2iitniKx/7RVYi7G2Q/BsRpWs9rJ5bVY0pvOK+2q36zCd/Wh90eyvOIZt5zGFOsVJ6C2Zl9ktuo7UH7SbpG81bIq5OrBzoMv0ecal6oVaX6S/U3R6x5+xXtHviPvyQtBhK8X1fuS09pzl/twcvz/HfiOtQs5xcm2A0xnh9oaqysqqhhBadQ328Pp8/Fie69+Sk7tFASsl+DTPcHb7zC5dIqN8z8x0piFvEsta2MmTAIRiEio6eo75tnZsDX3HguiPW/WWYzc7fNJX3lJ707cV0R99Q+I3NO3JXvsEFrNAKzBbBClZ0lpi2fB4GP+GFqldFtbiE5T0Jy65GXOzh4XtruthtvQwUrDmHhVper9frw1Opt1cPLmiO8v2QFLfn5lBg4bvWjMsRXr+fmTkrJl19YXOHeWmGvETTeU703lzx2cYCwt79GBSD/118vKcOYwg8dP0xg2fffzRtLAp3ox0gZgEYmMZTszXGyIiBg8mMTUTJtT0wqJFiYljWvniAHfhAgOJwOnctlV19U9BVtYiZ1aEACkEcm78eE6uoKTz56s11jKZTCg7sX8gGD26bVyyev78sDCFnGtr5+Ty/wcM4GSffFpC44xvFAqE8ZJLuQI5Tybk2ZKuS1QK7lNz6ID+b83me+3t/5tLlWrKbN5Yk7mEaWp5W1IaJhA+QDuHJOWaotOnimvm79xZUDh46Js3Q4cU5g8ebA4WEqkwmB085GR2zvLluTk7duxMjtdNmKCNT66qeh0p9fulEXdePKe0WJ6/SOy6DhOIT9JUVc3rgwJKdUTn9+sqgyJHvPwz3uqMP6pzu4d0p/x3ya3+Y1Tpzmm/Kw7Ebtu28sqi5AHdTVuPCYW/PgqhQh79KhQe22rqPiB5dPGo4lzDX8+1pmktJpYd+ldsZgA+56/fjmRyfoP43Xvhwv/EHddwW3kY3ApA8NGqJ8BHNwDiHrzFMABI3uEBNgZoBahPEa8AT5zWgRT6KdpkAkAC78dhzY/jZAAIxZfbGCQIhjQnKZaRpFkFJI81yMqHGBOtQQjGwnIidMEF0CA8IQhCRyOQFEtB0qwEkscqt/IhwyhrEEIxu5gIKViJBoyFAy1wyNl2oGGso8XhSJL3hw11aEczRqO12Gura28ejQ1RN9Rma4UNrXCiYbQSiYhDgvkLba3OBoddmRiXMM5fWh7dBiXqYFsgFu9ovdaGcagdg0mhv2IcqyZ5HFDqsLcp62x2W+uzMXuccswkZcVYRw3XAeIu1Crhl/zxPJYiNGjCI3wSRIKJgAiJKKiuedK79YnB7faGBOBYU5qQlBxMKbPShZmplcWJYNJi5gQ=) format('woff2'), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAucAAsAAAAAC1AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxINHGNtYXAAAAFoAAAAhAAAAIThgbOrZ2FzcAAAAewAAAAIAAAACAAAABBnbHlmAAAB9AAAB0AAAAdAR4NVoGhlYWQAAAk0AAAANgAAADYJGkR3aGhlYQAACWwAAAAkAAAAJAfCA8xobXR4AAAJkAAAACwAAAAsHJMAC2xvY2EAAAm8AAAAGAAAABgF8ggqbWF4cAAACdQAAAAgAAAAIAAbAI1uYW1lAAAJ9AAAAYYAAAGGmUoJ+3Bvc3QAAAt8AAAAIAAAACAAAwAAAAMDEgGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8OADwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAGgAAAAWABAAAwAGAAEAIPAj8EHwc/CV8MHwxvDg//3//wAAAAAAIPAj8EHwc/CV8MHwxvDg//3//wAB/+MP4Q/ED5MPcg9HD0MPKgADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAgAAAEkCkgNuAAsAKwAAEyE1NCcmIyIHBh0BBREUBwYjISInJjURNDc2OwE1NDc2MzIXFh0BMzIXFhW3ASQqKz08KysB2xAQF/3cFxAQEBAXEkxLaWlMSxIXEBACAG48KysrKzxuN/63FxAQEBAXAUkXEBBuaUtMTEtpbhAQFwACAAAAAAJJA24AEAAnAAABNCcmIyIHBhUUFxYzMjc2NTMUBwMGBwYjIicmJwMmNTQ3NjMyFxYVAbcrKzw9KysrKz08KyuSE9AJEhIUFRISCdATVlV6eVVWAkk9KyoqKz08KysrKzw+KP5GEwsLCwsTAbooPnlWVlZWeQAADwAA/7cDtwO3AAMACAAMABEAFQAaAB8AIwAoADwAQABFAEkAXQCKAAA3MzUjFzM1IxUnMzUjFzM1IxUnMzUjATM1IxUDMzUjFQEzNSMnMzUjFQM1NCcmKwEiBwYdARQXFjsBMjc2ATM1IyczNSMVOwE1Izc1NCcmKwEiBwYdARQXFjsBMjc2NxEUBwYjISInJjURNDc2OwE1NDc2OwEyFxYdATM1NDc2OwEyFxYdATMyFxYVSaWlybe3yaWlybe3yaWlAaW3t9y3twG3paXbt7fJBgUIJAgFBgYFCCQIBQYBpKWl27e326WlEgUFCCQIBQYGBQgkCAUF3BYWHfzbHhUWFhUeSRsbJiQmGxvbGxsmJCYbG0kdFhYApaWlpcm3t7e33KT9t6WlAaWkpP5bpSS3twHupAgFBgYFCKQIBQUFBf4atyWkpKRupAgFBgYFCKQIBQUFBSz9JR4VFhYVHgLbHhYWNiYbGxsbJjY2JhsbGxsmNhYWHgAAAAABAAAASQMlA24AcAAAJRQHBgcGBwYjIicmJyYnJicmJyYnJicmJyYnJicmJyYnJicmNTQ3Njc2NzYzMhcWFxYXFhcWFxYXFhcWFRQHBgcGBwYVFBcWFxYXFhUWFxYXFhcWFxYXFjMyNzY3Njc2MzIXFhcWFxYXFhcWFxYXFhUDJQYGBgw6NjQQDg8SEgkJFxcFOCxJTk4tHBQBCQgEAwUFAgIdIB0OGRkPCAQKFAcLCgoJCAIICQQEERATExEQAwMCAgYGLDg4TgEKCgQEBwgFCxAQDg4REQwICAgMDAMOEBEUFAooBALyDxkZDh0gHQICBQUEAwgJAhQbLU5OSSw4BRcXCQkSEg8PDzU1OgwGBgYCAygLFBQREA4CDAwJCAgLEhEODhAQCwUHCAQECgoBTjg4KwEGBgICAwMREBMTEBEEBAkIAggJCQsLBhQLBAgAAAAAAwAJAAkDrgOuACsAVwB/AAABNC8BJiMiBxYXFhcWFxYXFhUUBwYjIicmJyYnJicmJwYVFB8BFjMyPwE2NQE0LwEmIyIPAQYVFB8BFjMyNyYnJicmJyYnJjU0NzYzMhcWFxYXFhcWFzY1ARQPAQYjIi8BJjU0NycGIyIvASY1ND8BNjMyHwEWFRQHFzYzMh8BFgNAEHcQFxgRAgkJAwMGBQICEBAXCAcHCAcEAwkJAhIQdRAXFxBUEP5uEHUQFxcQVBAQdw8YGBECCQkDBAUFAgIQEBYJBwcIBwQDCQkBEwIAMVQvRUUvdjAzMzFFRTB3MDFUL0VFL3YvMjIyRUUwdzABABcQdxATAQkJAwQHCAcHCRYQEAICBQUEAwkJAhIYFxB2EA9UEBYBkxcQdhAPVBAWFxB3DxECCQkDBAcIBwcIFxAQAgIFBgMDCQkCEhj+bUUvUzAxdi9FRjEzMzB3MEVEMFMwMXYwREYyMjIwdjAAAAAAAQACAAIDIgNrAEgAACUUBwYjIicBJjU0NzYzMhcBFhUUBwYjIicBJiMiBwYVFBcBFjMyNzY1NCcBJiMiBwYVFB8BFhUUBwYjIi8BJjU0NzYzMhcBFhUDIi0tQ005/kRBPz9bWkIBWgUREgkHBv6mLTs8KiosAbskLyUYGCT+tA8UEAsLDusFERIJBwbqJCEgLzIjAUw5n0IuLTkBvEJZWz8/QP6mBgcJEhEGAVssKys9PCv+RCQYGCQvJAFMDgsLEBMP6gYHCRIRBesiMy8gIST+tDhPAAAAAgAAAAAEAAMlAB8ATAAAAREUBwYjISInJjURFhcWFxYXFhcWOwEyNzY3Njc2NzY3FAcGBwYHBgcGBwYHBgcGKwEiJyYnJicmJyYnJicmJyYnJjU0NzYzITIXFhUEABsbJfy2JRsbGSHPTSAVFCIhHQIdISIUFSBhvCAZHBwq1zQGEhMMDREREA8NAg0PEBERDQwTEgY0YmEUIyAfGBcsA0olGxsCIf46JRsbGxslAcYcFow5GA0ODg4ODg4NGEd+F8MtKSkdliQEDg0ICQoKBQUFBQoKCQgNDgQkREQOGCoqJCweHhsbJgAAAAABAAAAAAAANHUD8V8PPPUACwQAAAAAANL+AAYAAAAA0v4ABgAA/7cEAAO3AAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAKSAAACSQAAA7cAAAMlAAADtwAJAyUAAgQAAAAAAAAAAAoAFAAeAF4AnAFaAgQCvgMqA6AAAQAAAAsAiwAPAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('woff');
  font-weight: normal;
  font-style: normal;
}
.js .contour .fileupload > .custom-fileupload,
.contour .password > div,
.contour .date > div {
  position: relative;
}
.js .contour .fileupload .custom-fileupload-field:after,
.contour .password > div:after,
.contour .date > div:after {
  display: block;
  position: absolute;
  left: 0.625em;
  top: 0.625em;
  font-family: 'form-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.4em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  -webkit-transition: all 140ms ease-out;
  -moz-transition: all 140ms ease-out;
  -o-transition: all 140ms ease-out;
  -ms-transition: all 140ms ease-out;
  transition: all 140ms ease-out;
}
.contour.contour input.datepickerfield,
.contour.contour .password input,
.js .contour .fileupload .custom-fileupload-field {
  padding-left: 2.1em;
}
/* icons */

.contour .password > div:after {
  content: "\f023";
  /* lock */

}
.contour .icon-map-marker:before {
  content: "\f041";
  /* map marker */

}
.contour.contour .date > div:after {
  content: "\f073";
  /* calendar */

}
.contour .icon-phone:before {
  content: "\f095";
  /* phone */

}
.contour .icon-link:before {
  content: "\f0c1";
  /* link */

}
.js .contour .fileupload .custom-fileupload-field:after {
  content: "\f0c6";
  /* paperclip */

}
.contour .icon-envelope:before {
  content: "\f0e0";
  /* envelope */

}
/* FIXES */

.overview dt.priceComponent_Outstanding,
.overview dd.priceComponent_Outstanding {
  display: none;
}
.dropzone .dz-preview .dz-error-message {
  opacity: 1;
  top: 150px;
}
/*	==============
	CONVERT PIXELS TO EM
	============== */

/*	==============
	VERTICAL RYTHM
	============== */
/* when */
/* bootstrap...ish */

.col-lg-4,
.col-md-6,
.col-sm-12,
.col-md-12 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .col-sm-12 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 .col-md-6,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-lg-4 {
    width: 33.333%;
  }
}
/* wrv: basic styling */

#wrv {
  color: #4e3030;
  line-height: 2em;
  /* form general */

  /* form dropdown */

  /* form */

  /* form radio/checkbox */

  /* paging */

  /* account aanmaken pagina's */

  /* actieve inschrijvingen */

  /* woningaanbod detail pagina */

  /* mijn reacties */

  /* verantwoording */

  /* flex slider */

  /* energielabel */

}
#wrv .colorgrey {
  color: #8e8582;
}
#wrv .focus-attention,
#wrv .focus-attention:last-child {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: block;
  overflow: hidden;
}
#wrv h1 {
  color: #b90056;
  font-size: 26px;
}
#wrv h3 {
  font-size: 18px;
  margin-top: 0;
}
#wrv h3,
#wrv ul li {
  color: #1d0c06;
}
#wrv a:hover {
  text-decoration: none;
}
#wrv [class^="reg-ac-"] {
  width: 100%;
  padding: 30px 30px;
  display: inline-block;
}
#wrv .reg-ac-header {
  padding-top: 0;
}
#wrv .reg-ac-header p {
  padding-top: 0 !important;
}
#wrv .reg-ac-content {
  display: inline-block;
}
#wrv .reg-ac-footer {
  padding-bottom: 0;
}
#wrv .reg-ac-footer ul,
#wrv .reg-ac-footer.paging {
  padding-top: 0 !important;
}
#wrv .feedback.module {
  margin: 0 0 30px 0;
  padding: 15px;
}
#wrv .feedback .item-content {
  padding: 0 0 0 50px;
}
#wrv .field-icon.icon-calendar:before {
  content: '';
}
#wrv .field {
  width: 100%;
}
#wrv [class^="set-width-"] {
  float: left;
}
#wrv .set-width-30 {
  width: 30%;
}
#wrv .set-width-50 {
  width: 50%;
}
#wrv .set-width-70 {
  width: 70%;
}
#wrv .set-width-auto {
  width: auto;
  margin-right: 15px;
}
#wrv .select2-container .select2-selection--single {
  height: 40px;
  border: 1px solid #d8d6d0;
  border: 1px solid transparent;
  border-radius: 0;
}
#wrv .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}
#wrv .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding-left: 20px;
  padding-right: 20px;
}
#wrv form .col-md-6 {
  padding-right: 15%;
  padding-right: 0;
}
#wrv form .col-md-12 {
  padding-right: 0;
}
#wrv .dimmed {
  background: #f5f4f4;
}
#wrv .field-wrapper {
  margin-bottom: 20px;
  padding-left: 0;
}
#wrv .field-wrapper.zero-input {
  margin-bottom: 0;
}
#wrv .field-wrapper.pad-left-15 {
  padding-left: 15px;
}
#wrv .field-wrapper.merged .select2-container {
  width: 80px !important;
  position: absolute;
  top: 1px;
  left: 1px;
}
#wrv .field-wrapper.merged .select2-container .select2-selection--single {
  height: 38px;
  border: 0;
}
#wrv .field-wrapper.merged input {
  padding-left: 100px;
}
#wrv .field-wrapper label {
  width: 100%;
  padding: 0 0 5px 0;
  font-weight: 700;
}
#wrv .field-wrapper input {
  padding-left: 20px;
}
#wrv .field-wrapper .icon-iban:before {
  content: '\f09d';
  left: 0;
}
#wrv .field-wrapper .icon-iban span {
  line-height: 40px;
  padding-left: 30px;
}
#wrv .field-wrapper .icon-iban input {
  float: right;
}
#wrv .button-group {
  padding: 0;
}
#wrv .button-group .field-wrapper.single-choice {
  margin: 8px 0 7px 15px;
  width: auto;
  max-width: 100%;
  display: inline-block;
  text-align: left;
  float: left;
}
#wrv .button {
  float: left;
}
#wrv .button.primary {
  border: 0;
  border-radius: 5px;
  background-color: #b90056;
  line-height: 20px;
}
#wrv .button.primary.register {
  background-color: #4e3030;
}
#wrv .button.primary.accept {
  background-color: #579c1e;
}
#wrv .button.float-right {
  margin-left: 10px;
  margin-bottom: 5px;
}
#wrv .button:last-child {
  margin-left: 0;
}
#wrv input[type="radio"],
#wrv input[type="checkbox"] {
  display: none;
}
#wrv input[type="radio"] + label,
#wrv input[type="checkbox"] + label {
  cursor: pointer;
}
#wrv input[type="radio"] + label:before,
#wrv input[type="checkbox"] + label:before {
  width: 22px;
  height: 22px;
  border: 1px solid #d8d6d0;
  background: white;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 1px 0 0 1px;
  vertical-align: top;
  border-radius: 100%;
  content: "\f111";
  color: transparent;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  font-family: FontAwesome;
}
#wrv input[type="checkbox"] + label:before {
  border-radius: 5px;
  font-size: 20px;
  line-height: 18px;
  content: "\f0c8";
}
#wrv input[type="radio"] + label:hover:before,
#wrv input[type="checkbox"] + label:hover:before {
  color: #d8d6d0;
}
#wrv input[type="radio"]:checked + label:before,
#wrv input[type="checkbox"]:checked + label:before {
  color: #b90056;
}
#wrv input[type="radio"]:checked + label:after,
#wrv input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}
#wrv .paging .paging.pagelist div ol li.active p,
#wrv .paging .paging.pagelist a,
#wrv .paging .paging.pagelist .ellipsis span {
  border-radius: 5px;
}
#wrv .paging .paging.pagelist a,
#wrv .paging .paging.pagelist .ellipsis span {
  background: #d33f49;
}
#wrv.account .reg-ac-header div {
  width: auto;
  float: left;
  margin: 0 20px 20px 0;
  padding-left: 30px;
  border: 10 x dotted #cc0000;
}
#wrv.account .reg-ac-header div span {
  float: left;
}
#wrv.account .reg-ac-header div span.fa {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #1d0c06;
}
#wrv.account .reg-ac-header div span.fa:before {
  margin-left: -30px;
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: normal;
  color: #b87800;
}
#wrv.account .reg-ac-header div:last-child {
  margin-right: 0;
}
#wrv.account .reg-ac-content {
  color: #1d0c06;
  background: #f5f4f4;
}
#wrv.account.ac-exists .reg-ac-content {
  padding-bottom: 0;
}
#wrv.subscriptions .reg-ac-content {
  padding-top: 0;
}
#wrv.subscriptions h3 {
  margin-bottom: 15px;
}
#wrv.subscriptions .fieldset {
  border-bottom: 1px solid #d8d6d0;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
#wrv.subscriptions .fieldset.no-border {
  border: 0;
  margin-bottom: 0;
}
#wrv.detail .reg-ac-content .col-md-6 {
  padding-left: 0;
  padding-right: 0;
  /* zie verder bij responsive */

}
#wrv.detail .reg-ac-content ul,
#wrv.detail .reg-ac-content ol {
  list-style-type: disc;
  margin: 15px 0 15px 20px;
}
#wrv.detail .reg-ac-content ul li,
#wrv.detail .reg-ac-content ol li {
  padding-left: 10px;
}
#wrv.detail .reg-ac-content ol {
  list-style-type: decimal;
}
#wrv.detail .reg-ac-header,
#wrv.detail .reg-ac-content {
  padding-bottom: 0;
}
#wrv.detail .reg-ac-content,
#wrv.detail .reg-ac-footer {
  padding-top: 0;
}
#wrv.detail h3 {
  margin-bottom: 15px;
}
#wrv.detail .overview dl {
  margin-bottom: 0;
}
#wrv.detail .fieldset {
  border-bottom: 1px solid #d8d6d0;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
#wrv.detail .fieldset.no-border {
  border: 0;
  margin-bottom: 0;
}
#wrv.detail .reg-ac-header .fieldset {
  border-bottom: 1px solid #d8d6d0;
}
#wrv.detail .pricetag {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
  width: auto;
  height: auto;
  padding: 5px 10px;
}
#wrv.detail .pricetag span {
  color: white;
  font-weight: 600;
  white-space: nowrap;
}
#wrv.detail .ground-plans {
  padding: 0;
}
#wrv.detail .ground-plans li {
  list-style-position: inside;
  list-style-type: none;
}
#wrv.detail .ground-plans li a {
  padding-left: 30px;
  display: inline-block;
  line-height: 18px;
}
#wrv.detail .ground-plans li a i {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  margin-left: -30px;
}
#wrv.detail .ground-plans li a i.icoon-document_file_paper_text:before {
  content: "\f019";
}
#wrv.detail .umbrella-streetmap {
  margin: 0;
  height: 450px;
}
#wrv.detail .umbrella-streetmap > div {
  height: 412px;
}
#wrv.overview .col-lg-4 {
  margin-bottom: 30px;
}
#wrv.overview .ovunit .img-container {
  position: relative;
  width: 100%;
  padding-bottom: 66.6666%;
  margin-bottom: 30px;
}
#wrv.overview .ovunit .img-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
#wrv.overview .ovunit .delete-reaction {
  position: absolute;
  left: calc(50% - 20px);
  bottom: -20px;
}
#wrv.overview .ovunit .delete {
  text-align: center;
  margin: 0;
}
#wrv.overview .ovunit .delete button.delete,
#wrv.overview .ovunit .delete a.delete {
  background: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.5em;
  border-radius: 100%;
  border: 0;
  margin: 0;
  transition: color 125ms linear;
}
#wrv.overview .ovunit .delete button.delete:hover,
#wrv.overview .ovunit .delete a.delete:hover {
  text-decoration: none;
  color: #d33f49;
}
#wrv.overview .ovunit h3,
#wrv.overview .ovunit h4 {
  margin-bottom: -5px;
}
#wrv.overview .ovunit h4 {
  opacity: 0.5;
}
#wrv.overview .ovunit p {
  padding: 0 0 10px 0;
}
#wrv.justification .table {
  display: table;
  border-collapse: collapse;
}
#wrv.justification .table .row {
  display: table-row;
}
#wrv.justification .table .row .col {
  display: table-cell;
  padding-right: 10px;
  padding-top: 10px;
  width: 10%;
}
#wrv.justification .table .row .col:last-child {
  padding-right: 0;
}
#wrv.justification .table .row .col:nth-child(2) {
  width: 50%;
}
#wrv.justification .table .row .col:nth-child(1),
#wrv.justification .table .row .col:nth-child(4) {
  width: 15%;
}
#wrv.justification .table .row.header {
  font-weight: 700;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.65);
}
#wrv.justification .table .row.header .col {
  padding-top: 0;
  padding-bottom: 10px;
}
#wrv.justification .paging .buttons {
  display: none !important;
}
#wrv .flexslider {
  margin-bottom: 30px;
  border: 0;
}
#wrv .flexslider ul,
#wrv .flexslider ol {
  margin: 0 !important;
  padding: 0 !important;
}
#wrv .flexslider ul li,
#wrv .flexslider ol li {
  padding: 0 !important;
  list-style-type: none !important;
}
#wrv .flexslider ul.flex-control-thumbs,
#wrv .flexslider ol.flex-control-thumbs {
  margin-top: 1px !important;
}
#wrv .flexslider ul.flex-control-thumbs li:first-child,
#wrv .flexslider ol.flex-control-thumbs li:first-child {
  width: 50%;
  margin-bottom: -1px;
}
#wrv .flexslider ul.flex-direction-nav .flex-prev,
#wrv .flexslider ol.flex-direction-nav .flex-prev,
#wrv .flexslider ul.flex-direction-nav .flex-next,
#wrv .flexslider ol.flex-direction-nav .flex-next {
  top: 70px;
}
#wrv .flexslider ul.flex-direction-nav .flex-prev:before,
#wrv .flexslider ol.flex-direction-nav .flex-prev:before,
#wrv .flexslider ul.flex-direction-nav .flex-next:before,
#wrv .flexslider ol.flex-direction-nav .flex-next:before {
  font-family: FontAwesome;
}
#wrv .flexslider ul.flex-direction-nav .flex-prev:before,
#wrv .flexslider ol.flex-direction-nav .flex-prev:before {
  content: "\f104";
}
#wrv .flexslider ul.flex-direction-nav .flex-next:before,
#wrv .flexslider ol.flex-direction-nav .flex-next:before {
  content: "\f105";
}
#wrv .energy-class {
  position: relative;
  width: 155px;
  font-family: sans-serif;
}
#wrv .energy-class span {
  display: block;
  position: absolute;
  left: 110%;
  background: black;
  width: 30px;
  height: 30px;
}
#wrv .energy-class span.a {
  top: 0px;
}
#wrv .energy-class span.b {
  top: 20px;
}
#wrv .energy-class span.c {
  top: 40px;
}
#wrv .energy-class span.d {
  top: 60px;
}
#wrv .energy-class span.e {
  top: 80px;
}
#wrv .energy-class span.f {
  top: 100px;
}
#wrv .energy-class span.g {
  top: 120px;
}
#wrv .energy-class span:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid black;
  border-bottom: 15px solid transparent;
}
#wrv .energy-class span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 30px;
  text-transform: uppercase;
}
#wrv .energy-class span.a:after {
  content: ' a ';
}
#wrv .energy-class span.b:after {
  content: ' b ';
}
#wrv .energy-class span.c:after {
  content: ' c ';
}
#wrv .energy-class span.d:after {
  content: ' d ';
}
#wrv .energy-class span.e:after {
  content: ' e ';
}
#wrv .energy-class span.f:after {
  content: ' f ';
}
#wrv .energy-class span.g:after {
  content: ' g ';
}
#wrv .energy-class div {
  position: relative;
  height: 20px;
  margin: 2px 0;
}
#wrv .energy-class div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  background: transparent;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#wrv .energy-class div:after {
  position: absolute;
  top: 0;
  right: 0.25em;
  height: 20px;
  line-height: 20px;
  color: white;
  text-shadow: 0 0 1px black;
  text-transform: uppercase;
}
#wrv .energy-class div.a {
  background: #3b7634;
  width: 50px;
}
#wrv .energy-class div.a:before {
  border-left: 8px solid #3b7634;
}
#wrv .energy-class div.a:after {
  content: ' a ';
}
#wrv .energy-class div.b {
  background: #5da436;
  width: 65px;
}
#wrv .energy-class div.b:before {
  border-left: 8px solid #5da436;
}
#wrv .energy-class div.b:after {
  content: ' b ';
}
#wrv .energy-class div.c {
  background: #a3cf2a;
  width: 80px;
}
#wrv .energy-class div.c:before {
  border-left: 8px solid #a3cf2a;
}
#wrv .energy-class div.c:after {
  content: ' c ';
}
#wrv .energy-class div.d {
  background: #f6df1b;
  width: 95px;
}
#wrv .energy-class div.d:before {
  border-left: 8px solid #f6df1b;
}
#wrv .energy-class div.d:after {
  content: ' d ';
}
#wrv .energy-class div.e {
  background: #f29020;
  width: 110px;
}
#wrv .energy-class div.e:before {
  border-left: 8px solid #f29020;
}
#wrv .energy-class div.e:after {
  content: ' e ';
}
#wrv .energy-class div.f {
  background: #eb422c;
  width: 125px;
}
#wrv .energy-class div.f:before {
  border-left: 8px solid #eb422c;
}
#wrv .energy-class div.f:after {
  content: ' f ';
}
#wrv .energy-class div.g {
  background: #ea2039;
  width: 140px;
}
#wrv .energy-class div.g:before {
  border-left: 8px solid #ea2039;
}
#wrv .energy-class div.g:after {
  content: ' g ';
}
@media only screen and (max-width: 1023px) {
  #wrv form .col-md-6 {
    padding-right: 0;
    margin-bottom: 60px;
  }
  #wrv.justification .table {
    display: block;
  }
  #wrv.justification .table .row {
    display: block;
  }
  #wrv.justification .table .row .col {
    display: block;
    padding-right: 0;
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  #wrv h1 {
    padding-left: 30px;
    text-align: left;
  }
  #wrv .field-wrapper.pad-left-15 {
    padding-left: 0;
  }
  #wrv :not(.zero-input).set-width-30,
  #wrv :not(.zero-input).set-width-50,
  #wrv :not(.zero-input).set-width-70 {
    width: 100%;
    float: none;
  }
  #wrv .paging .paging.pagelist ol {
    padding-left: 0;
    float: none;
    clear: both;
  }
}
@media (min-width: 992px) {
  #wrv.overview .reg-ac-content .col-lg-4 {
    width: 30%;
    margin-right: 5%;
  }
  #wrv.overview .reg-ac-content .col-lg-4:nth-child(3n + 0) {
    margin-right: 0;
  }
  #wrv:not(.detail) .reg-ac-content .col-md-6:nth-last-child(2) {
    padding-right: 15px;
  }
  #wrv:not(.detail) .reg-ac-content .col-md-6:last-child {
    padding-left: 15px;
  }
  #wrv.detail .reg-ac-content .col-md-6:first-child {
    padding-right: 15px;
  }
  #wrv.detail .reg-ac-content .col-md-6:nth-child(2) {
    padding-left: 15px;
  }
}
/* ===============
    ALL: Basic Defaults
   =============== */

.width-100 {
  width: 100%;
}
.float-none {
  float: none;
}
.float-right {
  float: right !important;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  /*padding: .5em;*/
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #aaaaaa;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
}

/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2;
}
@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: .875em;
  }
}
/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative;
}

/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
	max-width: none !important;
	}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(/assets/styles/#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-clickable {
	cursor: pointer;
	}
.leaflet-container {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}


/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/assets/styles/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/assets/styles/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;

	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

/*
	base font 				14px
	base line height		22px
	
	mediaqueries based on BROWSER font size of 16px (default)
*/

/* ==============
	LESS VARIABLES
   ============== */
/*	TYPOGRAPHY */
/* pixels */
/* in pixels */
/*	COLORS */
/* grey */
/* beige */
/* red */
/* purple */
/* green */
/*	RYTHM & GUTTERS */
/* typography */
/* base-font-size + ( 0.5 * base-font-size)*/
/* to fill out the rythm*/
/* Calendar half hour size(smallest option available). Also change the calculation in the view(planning.cshtml) for the total height of .blocktimes*/
/*  ANIMATIONS  */

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: translate(0%, 50%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeFromTop {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 0);
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  }
}
@keyframes fadeFromTop {
  0% {
    opacity: 0;
  }
  100% {
    transform: translate3d(0, -10px, 0);
    opacity: 1;
    transition: opacity 0.3s, -webkit-transform 0.3s;
  }
}
@-webkit-keyframes checkMark {
  0% {
    opacity: 1;
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@-moz-keyframes checkMark {
  0% {
    opacity: 1;
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@-ms-keyframes checkMark {
  0% {
    opacity: 1;
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@keyframes checkMark {
  0% {
    opacity: 1;
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*  LOADER */

.win8-loader {
  position: relative;
  /*      padding-top: 40px;*/
  width: 40px;
  margin: auto;
}
.win8-loader .circle {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0;
  transform: rotate(225deg);
  animation-iteration-count: infinite;
  animation-name: orbit;
  animation-duration: 4s;
}
.win8-loader .circle:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}
.win8-loader .circle:nth-child(2) {
  animation-delay: 240ms;
}
.win8-loader .circle:nth-child(3) {
  animation-delay: 480ms;
}
.win8-loader .circle:nth-child(4) {
  animation-delay: 720ms;
}
.win8-loader .circle:nth-child(5) {
  animation-delay: 960ms;
}
@keyframes orbit {
  0% {
    transform: rotate(225deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  7% {
    transform: rotate(345deg);
    animation-timing-function: linear;
  }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(690deg);
    animation-timing-function: linear;
  }
  70% {
    transform: rotate(815deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  75% {
    transform: rotate(945deg);
    animation-timing-function: ease-out;
  }
  76% {
    transform: rotate(945deg);
    opacity: 0;
  }
  100% {
    transform: rotate(945deg);
    opacity: 0;
  }
}
/*  FUNCTIONS  */
html {
  position: relative;
  min-height: 100%;
}
body {
  background: #eeede8 url(/assets/images/general/body_background_1920.jpg) no-repeat left -50px;
  background: #ececec;
}
/* ==============
	BUTTONS
   ============== */

/* secondary is standard */

.button,
input.button,
a.introjs-button {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: white;
  background-color: #d33f49;
  border-color: #d33f49;
  border-width: 0;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  outline: none;
  border-radius: 0;
  border: none;
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
}
.button:hover,
input.button:hover,
a.introjs-button:hover {
  color: white;
  text-decoration: none;
  background-color: #b52a33;
  border-color: #b52a33;
}
.button.green,
input.button.green,
a.introjs-button.green {
  background: #2a9d8f;
  border-color: #2a9d8f;
}
.button.green:hover,
input.button.green:hover,
a.introjs-button.green:hover {
  background: #1f756a;
  border-color: #1f756a;
  color: white;
}
.button.green:focus,
input.button.green:focus,
a.introjs-button.green:focus {
  background-color: #1f756a;
}
.button.outline,
input.button.outline,
a.introjs-button.outline {
  background: none;
  padding: 9px 21px 9px 21px;
  border-style: solid;
  border-width: 1px;
  color: black;
  position: relative;
  z-index: 0;
}
.button:focus,
input.button:focus,
a.introjs-button:focus {
  background-color: #8c2027;
  outline: none;
}
.button:active,
input.button:active,
a.introjs-button:active {
  background-color: #8c2027;
}
.button.chevron-right,
input.button.chevron-right,
a.introjs-button.chevron-right {
  padding-left: 40px;
}
.button.chevron-right:before,
input.button.chevron-right:before,
a.introjs-button.chevron-right:before {
  color: #3e3f3a;
  font-family: "FontAwesome";
  content: "\f054";
  position: absolute;
  left: 16px;
  top: 0;
  font-size: 0.85em;
  line-height: 45px;
}
.button.close,
input.button.close,
a.introjs-button.close {
  padding-left: 40px;
}
.button.close:not(.popup-close):before,
input.button.close:not(.popup-close):before,
a.introjs-button.close:not(.popup-close):before {
  color: #3e3f3a;
  font-family: "FontAwesome";
  content: "\f00d";
  position: absolute;
  left: 16px;
  top: 0;
  font-size: 0.85em;
  line-height: 45px;
}
.button i {
  padding-right: 6px;
}
/*	button PRIMARY */

.button.primary {
  background-color: #d33f49;
}
.button.primary:hover {
  background-color: #b52a33;
}
.button.primary:focus,
.button.primary:active {
  background-color: #8c2027;
}
/*	button TERTIARY */

.button.tertiary {
  background-color: #3e3f3a;
}
.button.tertiary:hover {
  background-color: #1f756a;
}
.button.tertiary:focus,
.button.tertiary:active {
  background-color: #144d46;
}
/*	button TEXT */

.button.text {
  min-width: 0;
  min-height: 0;
  padding: 9px 0 0 0;
  color: #d33f49;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border: none;
}
.button.text i {
  display: inline-block;
  padding-right: 5px;
  color: black;
  transition: all 120ms linear;
}
.button.text:hover,
.button.text:hover i {
  color: #b30446;
  text-decoration: none;
}
.button.text:hover i {
  display: inline-block;
  margin-left: 3px;
  margin-right: -3px;
}
.button.text:focus,
.button.text:active {
  top: inherit;
}
/*	button DISABLED */

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button.disabled:active {
  cursor: default;
  color: #989490;
  background-color: #dddbd4;
}
.button.disabled:focus,
.button.disabled:active {
  top: inherit;
}
/*	button DISABLED */

.button.loading,
.button.loading:hover,
.button.loading:focus,
.button.loading:active {
  color: #989490;
  background-color: #dddbd4;
  transition: all 0.25s ease-in-out;
}
.button.loading:before,
.button.loading:hover:before,
.button.loading:focus:before,
.button.loading:active:before {
  content: '\f110';
  margin: 0 15px 0 0;
  font-family: "FontAwesome";
  font-size: 1.3em;
  -webkit-animation: spin 0.75s infinite linear;
  -moz-animation: spin 0.75s infinite linear;
  -o-animation: spin 0.75s infinite linear;
  animation: spin 0.75s infinite linear;
  display: inline-block;
  position: absolute;
  left: 15px;
}
.button.loading .fa,
.button.loading:hover .fa,
.button.loading:focus .fa,
.button.loading:active .fa {
  display: none;
}
/* ==============
	Intro-JS
   ============== */

.introjs-overlay {
  background: rgba(211, 63, 73, 0.5);
}
.emailSent {
  padding-bottom: 30px;
}
h1,
.main-article-faq h2 {
  clear: both;
  font-size: 1.857142857em;
  line-height: 1.5em;
  padding: 20px 0 1.75em 0;
  color: #d33f49;
  margin: 0 30px;
  font-weight: 300;
}
.content {
  padding-bottom: 20px;
}
.button-group-info {
  width: 100%;
  text-align: right;
  padding-right: 20px;
}
.logo {
  position: absolute;
  top: 50%;
  margin-right: 0;
  display: block;
  width: 50px;
  height: 50px;
}
.logo img {
  display: block;
  width: 100%;
}
.fontsize {
  width: 80px;
  height: 80px;
  margin: 0;
  border-left: solid 1px #d6d6d6;
  display: inline-block;
  position: fixed;
  top: 0;
  right: 350px;
}
.fontsize ul {
  width: 100%;
}
.fontsize ul li {
  width: 50%;
  display: inline-block;
  float: left;
}
.fontsize ul li a {
  width: 100%;
  height: 80px;
  font-size: 1.35em;
  font-weight: bold;
  line-height: 84px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.fontsize ul li a.active {
  color: #333333;
  cursor: default;
}
.fontsize ul li a.active:hover {
  text-decoration: none;
}
/*	Feedback */

.feedback {
  background: #bfeee8;
}
.feedback h2,
.feedback .item-media {
  color: #2a9d8f;
}
.feedback.module {
  margin: 0 30px;
}
.introjs-tooltip .introjs-tooltiptext .feedback.error {
  margin: 0 0 20px 0;
  width: 100%;
}
.introjs-tooltip .introjs-tooltiptext .feedback.error .item-content {
  padding-top: 3px;
}
.introjs-tooltip .introjs-tooltiptext .feedback.error .item-content br {
  display: none !important;
}
.sidebar {
  display: block;
}
.sidebar .module {
  background: white;
}
.sidebar .module h2 {
  background: transparent;
  text-align: left;
  color: #3e3f3a;
  padding: 20px 25px 5px 25px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 100;
  font-size: 1.575em;
}
.sidebar .list.list-links.personal {
  padding-bottom: 30px;
  background: #2a9d8f;
  border-bottom: 4px solid #1f756a;
}
.sidebar .list.list-links.personal h2.header {
  padding: 25px 30px 16px 30px;
  background: transparent;
}
.sidebar .list.list-links.personal ul li a {
  color: white;
  padding: 9px 90px 9px 50px;
  border: none;
  font-size: 0.925em;
}
.sidebar .list.list-links.personal ul li a:hover {
  background-color: #1f756a;
}
.sidebar .list.list-links.personal ul li a:before {
  color: #3e3f3a;
  font-family: "FontAwesome";
  content: "\f054";
  position: absolute;
  left: 30px;
  top: 10px;
  font-size: 0.9em;
}
.sidebar .list.list-links.personal ul li a:after {
  content: none;
}
.sidebar .list.list-links.personal ul.noUser li {
  padding: 5px 30px;
  color: white;
}
.sidebar .list.list-links.personal ul.noUser li:before {
  font-family: 'Streamline';
  content: "\e900";
  font-size: 1.3em;
  margin-right: 5px;
  color: #3e3f3a;
}
.sidebar .contact {
  margin-bottom: 0;
}
.sidebar .contact h2 {
  font-weight: 100;
}
.sidebar .contact p {
  padding: 0 25px 15px 25px;
  color: black;
  border-bottom: 1px solid #f2f2f2;
}
.sidebar .contact p span {
  color: black;
}
.sidebar .contact .open {
  color: #2a9d8f;
}
.sidebar .contact .close {
  color: #d33f49;
}
.sidebar .contact ul {
  margin: 0;
}
.sidebar .contact ul li {
  transition: all 0.2s;
}
.sidebar .contact ul li:hover {
  background: #bfeee8;
}
.sidebar .contact ul li:active,
.sidebar .contact ul li :focus {
  background: #96e3da;
}
.sidebar .contact ul li a .text {
  color: #515e44;
  font-weight: 600;
}
.sidebar .contact ul li a .sub-text {
  color: #9d9d9b;
  font-size: 0.875em;
}
.sidebar .contact ul li a:hover {
  text-decoration: none;
}
.sidebar .contact ul li a:before {
  left: 25px;
  top: 19px;
  font-family: 'Streamline';
  color: #2a9d8f;
  font-size: 2.15em;
}
.sidebar .contact ul li a.online:before {
  content: "\e788";
}
.sidebar .contact ul li a.phone:before {
  content: "\e7cd";
}
.sidebar .contact ul li a.twitter:before {
  content: "\e902";
}
.sidebar .contact ul li a.email:before {
  content: "\e681";
}
.sidebar .contact ul li a.times:before {
  content: "\e66c";
}
.sidebar .contact ul li a.times .sub-text span {
  display: inline;
}
.sidebar .contact ul #customerInquiryForm {
  height: 0px;
  overflow: hidden;
  padding: 0;
  transition: height 120ms;
}
.sidebar .contact ul #customerInquiryForm .feedback {
  box-shadow: none;
}
.sidebar .contact ul li.showForm #customerInquiryForm {
  height: 186px;
  padding: 15px 25px 25px 25px;
}
.sidebar .contact table {
  width: 100%;
}
.sidebar .contact table td {
  color: #9d9d9b;
  font-size: 0.875em;
}
.sidebar .contact table td:first-child {
  width: 25%;
}
.sidebar .list-financial .sidebarinfo.financial {
  padding: 0 25px 25px 25px;
  color: #1f756a;
  text-align: center;
}
.sidebar .list-financial .sidebarinfo.financial .title {
  display: block;
  text-align: right;
  color: #a5a69f;
  font-size: 0.8em;
  margin: 20px 0 10px 0;
}
.sidebar .list-financial .sidebarinfo.financial .sum-container {
  display: inline-block;
  width: auto;
}
.sidebar .list-financial .sidebarinfo.financial .sum {
  display: block;
  font-size: 3.4em;
  font-weight: 100;
  padding: 5px 0 40px 0;
  color: #72746b;
  clear: both;
}
.sidebar .list-financial .sidebarinfo.financial .sum .fa {
  position: relative;
}
.sidebar .list-financial .sidebarinfo.financial .type {
  margin-bottom: 15px;
  font-size: 0.9em;
  display: block;
  margin-bottom: 30px;
  color: #2a9d8f;
  line-height: 22px;
}
.sidebar .list-financial .sidebarinfo.financial .type:before {
  font-family: 'Streamline';
  content: "\e66c";
  font-size: 1.5em;
  display: inline-block;
  margin: -3px 15px 0 0;
  vertical-align: middle;
}
.sidebar .list-financial .sidebarinfo.financial .type .subtype {
  font-size: 0.85em;
  display: block;
}
.sidebar .list-financial .sidebarinfo.financial a {
  text-align: center;
}
.sidebar .question p span {
  font-weight: 600;
}
.sidebar .question .open {
  color: #2a9d8f;
}
.sidebar .question .close {
  color: #d33f49;
}
.sidebar .question form {
  padding: 15px 25px 25px 25px;
}
.sidebar .question form textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
}
.sidebar .question form table {
  width: 100%;
  margin-bottom: 20px;
}
.sidebar .question form button {
  float: right;
}
/* layout */

.main-article-container {
  margin-bottom: 65px;
  background: white;
}
.main-article-body {
  background: white;
  padding: 20px;
}
.main-article-body .margin-5.margin-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.main-article-body .margin-25.margin-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.main-article-body .margin-30.margin-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.main-article-body .right {
  float: right;
}
.main-article-body h1 {
  padding-bottom: 20px;
}
.main-article-body .intro + .pickAddress .module .messages {
  margin-top: 0;
}
.main-article-body .search-header {
  padding: 30px 0 12px 0;
}
.main-article-body .search-container {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.main-article-body .search-container .search-form {
  position: relative;
}
.main-article-body .search-container .search-form input[type=text] {
  width: 100%;
  height: 30px;
  padding: 0 40px 0 50px;
  line-height: 30px;
  border: 1px solid #5e5f5a;
}
.main-article-body .search-container .search-form input[type=text]:focus {
  outline: none;
}
.main-article-body .search-container .search-form button {
  background: none;
  border: none;
  outline: none;
  position: absolute;
}
.main-article-body .search-container .search-form button.submit {
  color: #d33f49;
  font-size: 1.25em;
  left: 9px;
  top: 10px;
}
.main-article-body .search-container .search-form button.clear {
  color: #4c4c4c;
  right: 3px;
  top: 12px;
}
.main-article-body .search-container .search-form button.clear:focus {
  outline: none;
}
.main-article-body .search-container .autocomplete {
  display: none;
  width: 100%;
  position: absolute;
  background: white;
}
.main-article-body .search-container .autocomplete h2 {
  padding: 10px 10px 5px 10px;
  font-size: 0.9em;
}
.main-article-body .search-container .autocomplete ul li {
  height: 55px;
}
.main-article-body .search-container .autocomplete ul li:hover {
  background: #fefafa;
}
.main-article-body .search-container .autocomplete ul li.no-results i:before {
  font-family: 'Streamline';
  content: "\e603";
  color: #dc0455;
  font-size: 1.25em;
  margin-left: 12px;
  line-height: 55px;
  display: inline-block;
}
.main-article-body .search-container .autocomplete ul li .item-media {
  width: 50px;
  float: left;
}
.main-article-body .search-container .autocomplete ul li .item-media .ub {
  color: #d33f49;
  font-size: 1.25em;
  margin-left: 12px;
  line-height: 55px;
}
.main-article-body .search-container .autocomplete ul li .item-content {
  width: calc(100% - 50px);
  float: left;
  line-height: 55px;
  color: #3e3f3a;
}
.main-article-body .search-container .autocomplete .contact {
  padding-top: 30px;
}
.main-article-body .search-container .autocomplete .contact p {
  padding: 10px 10px 20px 55px;
  line-height: 30px;
  position: relative;
}
.main-article-body .search-container .autocomplete .contact p:before {
  font-family: 'Streamline';
  content: "\e904";
  font-size: 1.3em;
  color: #144d46;
  position: absolute;
  left: 13px;
}
.main-article-body .messages {
  margin: 25px 0 35px 0;
}
.main-article-body .messages.noPadding {
  padding: 0;
}
.main-article-body .messages ul {
  margin-top: 10px;
}
.main-article-body .messages ul li {
  position: relative;
  min-height: 55px;
  padding: 5px 10px 5px 75px;
  transition: all 0.2s;
  background: transparent;
  margin: 0 0 5px 0;
  overflow: hidden;
}
.main-article-body .messages ul li .table {
  display: table;
  width: 100%;
}
.main-article-body .messages ul li .table .row {
  display: table-row;
  width: 100%;
}
.main-article-body .messages ul li .table .row .cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.main-article-body .messages ul li .table .row .cell a {
  width: 100%;
  margin: 0;
  float: none;
  display: block;
}
.main-article-body .messages ul li .table .row .cell a:hover {
  text-decoration: none;
}
.main-article-body .messages ul li p {
  padding: 0 20px 0 0;
  line-height: 22px;
  font-size: 1em;
}
.main-article-body .messages ul li span {
  font-size: 0.85em;
  line-height: 15px;
  color: #aaaba7;
}
.main-article-body .messages ul li span.date {
  float: right;
}
.main-article-body .messages ul li span.info.info {
  font-size: 0.875em;
  font-weight: bold;
}
.main-article-body .messages ul li span.info:emtpy {
  display: none;
}
.main-article-body .messages ul li:before {
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 49px;
  line-height: 47px;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  font-size: 1.6em;
  background: white;
  font-weight: 300;
}
.main-article-body .messages ul li:after {
  font-family: 'Streamline';
  position: absolute;
  top: 10px;
  right: 10px;
  color: #aaaba7;
}
.main-article-body .messages ul li.checked:before {
  font-family: 'Streamline';
  content: "\e62f" !important;
}
.main-article-body .messages ul li.news:before {
  font-family: "Streamline";
  content: "\e668";
  border-color: #d33f49;
  color: #d33f49;
}
.main-article-body .messages ul li.news:hover {
  background: #fefafa;
}
.main-article-body .messages ul li.news .intro {
  margin: 0;
  padding: 0;
}
.main-article-body .messages ul li.message a {
  float: none;
  margin: 0;
  color: #5e5f5a;
}
.main-article-body .messages ul li.message a:hover {
  text-decoration: none;
}
.main-article-body .messages ul li.message:before {
  font-family: "Streamline";
  content: "\e789";
  border-color: #2a9d8f;
  color: #2a9d8f;
}
.main-article-body .messages ul li.message:hover {
  background: #bfeee8;
}
.main-article-body .messages ul li.correspondence a {
  float: none;
  margin: 0;
  color: #5e5f5a;
}
.main-article-body .messages ul li.correspondence a:hover {
  text-decoration: none;
}
.main-article-body .messages ul li.correspondence:before {
  font-family: "Streamline";
  content: "\e681";
  border-color: #2a9d8f;
  color: #2a9d8f;
}
.main-article-body .messages ul li.correspondence:hover {
  background: #bfeee8;
}
.main-article-body .messages ul li.repair:before {
  font-family: 'umbrellus20';
  content: "\e032";
  border-color: #2a9d8f;
  color: #2a9d8f;
}
.main-article-body .messages ul li.repair .problem {
  font-size: 0.95em;
  color: #2a9d8f;
}
.main-article-body .messages ul li.repair span.path-item {
  color: black;
  font-size: 1em;
}
.main-article-body .messages ul li.repair span.path-item:after {
  content: '\\';
  margin: 0 2px 0 5px;
  color: black;
  font-size: 1em;
  display: inline-block;
}
.main-article-body .messages ul li.repair span.path-item:last-of-type:after {
  content: none;
}
.main-article-body .messages ul li.repair.gray:before {
  border-color: #a4a4a4;
  color: #aaaba7;
}
.main-article-body .messages ul li.repair:hover {
  background: #bfeee8;
}
.main-article-body .messages ul li.start {
  display: table;
}
.main-article-body .messages ul li.start:before {
  font-family: 'umbrellus20';
  content: "\e65c";
  border-color: #d33f49;
  color: #d33f49;
}
.main-article-body .messages ul li.start .intro {
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
}
.main-article-body .messages ul li.start .intro p {
  padding: 0;
  margin: 0;
}
.main-article-body .messages ul li.repair-request {
  display: table;
  width: 100%;
  box-sizing: border-box;
  background: #bfeee8;
  overflow: hidden;
}
.main-article-body .messages ul li.repair-request .cell .container > i.ub {
  padding: 0;
  display: block;
  position: absolute;
  left: 3px;
  top: 5px;
  width: 49px;
  line-height: 47px;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  font-size: 1.1em;
  background: white;
  font-weight: 300;
  color: #2a9d8f;
  border-color: #2a9d8f;
}
.main-article-body .messages ul li.repair-request .container {
  width: calc(100% - 145px);
  float: left;
}
.main-article-body .messages ul li.repair-request .item-status {
  overflow: hidden;
  width: 145px;
  float: right;
  z-index: 0;
  position: relative;
  font-size: 0.9em;
}
.main-article-body .messages ul li.repair-request .item-status a {
  width: auto;
  float: none;
  top: 0;
  right: 0;
  margin: 0;
  text-align: right;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 0;
}
.main-article-body .messages ul li.repair-request .item-status a:focus {
  outline: none;
}
.main-article-body .messages ul li.repair-request .item-status .button-deleterepair {
  transition: all 0.2s;
  left: 0;
  font-size: 0.95em;
  line-height: 22px;
}
.main-article-body .messages ul li.repair-request .item-status form {
  transition: all 0.2s;
  margin-left: 160px;
  width: 160px;
  background: #bfeee8;
  z-index: 999;
  text-align: center;
}
.main-article-body .messages ul li.repair-request .item-status form .button {
  min-width: 55px;
  min-height: auto;
  padding: 8px 10px;
}
.main-article-body .messages ul li.repair-request .item-status form label {
  display: block;
}
.main-article-body .messages ul li.repair-request .item-status form p {
  padding: 0;
  text-align: center;
}
.main-article-body .messages ul li.repair-request .item-status.show .button-deleterepair {
  left: 161px;
}
.main-article-body .messages ul li.repair-request .item-status.show form {
  margin-left: 0;
}
.main-article-body .messages ul li.repair-cancelation {
  display: table;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.main-article-body .messages ul li.repair-cancelation a {
  float: none;
  margin: 0;
}
.main-article-body .messages ul li.repair-cancelation .cell .container > i {
  padding: 0;
  display: block;
  position: absolute;
  top: 1px;
  left: 3px;
  width: 49px;
  line-height: 47px;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  font-size: 1.1em;
  background: white;
  font-weight: 300;
  color: #2a9d8f;
  border-color: #2a9d8f;
}
.main-article-body .messages ul li.repair-cancelation .container {
  width: 100%;
  float: left;
}
.main-article-body .messages ul li.finalize-repair span {
  font-size: 0.9em;
}
.main-article-body .messages ul li.finalize-repair span.cancel {
  font-size: 0.95em;
  color: #d33f49;
}
.main-article-body .messages ul li.finalize-repair:before {
  font-family: 'umbrellus20';
  content: "\e032";
  color: #aaaba7;
  border-color: #aaaba7;
}
.main-article-body .messages ul li.finalize-repair.time:before {
  content: "\e074";
}
.main-article-body .messages ul li.not-plannable {
  padding: 5px 10px 5px 0;
  background: #bfeee8;
  overflow: hidden;
}
.main-article-body .messages ul li.not-plannable .item-media {
  width: 75px;
  float: left;
  overflow: hidden;
}
.main-article-body .messages ul li.not-plannable .item-media i {
  padding: 0;
  display: block;
  position: absolute;
  left: 3px;
  top: 5px;
  width: 49px;
  line-height: 47px;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  background: white;
  font-weight: 300;
  color: #2a9d8f;
  border-color: #2a9d8f;
}
.main-article-body .messages ul li.not-plannable .item-content {
  width: calc(100% - 75px);
  display: inline-block;
  float: right;
}
.main-article-body .messages ul li.not-plannable .item-content .description {
  margin-bottom: 7px;
  color: #2a9d8f;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 22px;
}
.main-article-body .messages ul li.not-plannable .item-content .path {
  margin: 0 0 5px 0;
  color: #5e5f5a;
  line-height: 1.5em !important;
  font-size: 0.8em;
}
.main-article-body .messages ul li.not-plannable p.comment {
  width: 100%;
  max-width: calc(100% - 75px);
  margin: 15px 0 0 75px;
  color: #5e5f5a;
  font-size: 0.75em;
  line-height: 1.5em;
  clear: both;
}
.main-article-body .messages ul li.not-plannable .item-status {
  width: 100%;
  max-width: calc(100% - 75px);
  margin: 0;
  color: #5e5f5a;
  font-size: 0.75em;
  line-height: 1.5em;
  clear: both;
}
.main-article-body .messages ul li.not-plannable .item-status p {
  text-align: left;
  /*a[href^="mailto"] {
                                display: none;
                            }*/

}
.main-article-body .messages ul li.not-plannable .item-status p a {
  float: none;
  margin-top: 0px;
}
.main-article-body .messages ul li.not-plannable p.comment {
  width: calc(100% - 75px);
  margin: 0;
  font-size: 0.675em;
  display: inline-block;
  float: right;
}
.main-article-body .messages ul li.choice {
  cursor: pointer;
}
.main-article-body .messages ul li.choice i.ub {
  padding: 0;
  display: block;
  position: absolute;
  left: 3px;
  top: 5px;
  width: 49px;
  line-height: 47px;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  font-size: 2.15em;
  background: white;
  font-weight: 300;
  color: #2a9d8f;
  border-color: #2a9d8f;
}
.main-article-body .messages ul li.choice:hover {
  background: #bfeee8;
}
.main-article-body .messages ul li.choice a {
  float: none;
}
.main-article-body .messages ul li.choice span {
  font-size: 0.95em;
  color: #2a9d8f;
}
.main-article-body .messages ul li.yes {
  cursor: pointer;
}
.main-article-body .messages ul li.yes:before {
  content: "J";
  border-color: #2a9d8f;
  color: #2a9d8f;
}
.main-article-body .messages ul li.yes:hover {
  background: #bfeee8;
}
.main-article-body .messages ul li.yes span {
  font-size: 0.95em;
  color: #2a9d8f;
}
.main-article-body .messages ul li.no {
  cursor: pointer;
}
.main-article-body .messages ul li.no:before {
  content: "N";
  border-color: #d33f49;
  color: #d33f49;
}
.main-article-body .messages ul li.no:hover {
  background: #fefafa;
}
.main-article-body .messages ul li.no.service:before {
  font-family: 'umbrellus20';
  content: "\e096";
}
.main-article-body .messages ul li.no span {
  font-size: 0.95em;
  color: #d33f49;
}
.main-article-body .messages ul li.service {
  margin-bottom: 10px;
}
.main-article-body .messages ul li.service.checked {
  background: #bfeee8;
}
.main-article-body .messages ul li.service.disabled {
  cursor: inherit;
  background: #f6f6f5;
}
.main-article-body .messages ul li.service input[type=checkbox] {
  display: none;
}
.main-article-body .messages ul li.disturbance {
  color: #3e3f3a;
  cursor: pointer;
}
.main-article-body .messages ul li.disturbance:before {
  font-family: 'umbrellus20';
  content: "\e01e";
  border-color: #d33f49;
  color: #d33f49;
}
.main-article-body .messages ul li.disturbance:hover {
  background: #fefafa;
}
.main-article-body .messages ul li.disturbance span {
  font-size: 0.95em;
  color: #3e3f3a;
}
.main-article-body .messages ul li.running a {
  float: none;
  margin: 0;
  color: #5e5f5a;
}
.main-article-body .messages ul li.running a:hover {
  text-decoration: none;
}
.main-article-body .messages ul li.running i {
  padding: 0;
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 49px;
  line-height: 47px;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  font-size: 1.5em;
  background: white;
  font-weight: 300;
  color: #2a9d8f;
  border-color: #2a9d8f;
  font-family: 'umbrellus20';
}
.main-article-body .messages ul li.running:hover {
  background: #bfeee8;
}
.main-article-body .messages ul li.address {
  cursor: pointer;
}
.main-article-body .messages ul li.address:before {
  font-family: "umbrellus20";
  content: "\e605";
  border-color: #2a9d8f;
  color: #2a9d8f;
}
.main-article-body .messages ul li.address:hover {
  background: #bfeee8;
}
.main-article-body .messages ul li.address p,
.main-article-body .messages ul li.address span {
  cursor: pointer;
}
.main-article-body .messages ul li.address input[type=radio] {
  display: none;
}
.main-article-body .messages ul li.address.checked:before {
  font-family: "Streamline";
  content: "\e62f";
}
.main-article-body .messages ul li.empty:before {
  font-family: 'Streamline';
  content: "\eb0b";
  border-color: #2a9d8f;
  color: #2a9d8f;
}
.main-article-body .messages ul.highlighted {
  background: #eba7ab;
}
.main-article-body .messages ul.highlighted li.repair:before {
  border-color: #d33f49;
  color: #d33f49;
}
.main-article-body .messages ul.highlighted li.repair span.update {
  color: #5e5f5a;
}
.main-article-body .messages ul.highlighted li.repair:hover {
  background: #eba7ab;
}
.main-article-body .messages .noCommunication {
  display: block;
  padding: 100px 0;
  background: whitesmoke;
  text-align: center;
  font-size: 1.8em;
  font-weight: 100;
  margin-top: 20px;
}
.main-article-body .messages .noCommunication:before {
  font-family: 'Streamline';
  content: "\e6b3";
  margin-right: 30px;
}
.main-article-body .messages a {
  float: right;
  margin-top: 20px;
}
.main-article-body .messages a.float-none {
  float: none;
}
.main-article-body .messages {
  margin: 0;
  margin-bottom: 38px;
}
.main-article-body .messages.general-messages ul li,
.main-article-body .messages.submitted-messages ul li {
  padding-right: 0 !important;
}
.main-article-body .messages.general-messages h2 {
  display: inline-block;
  color: #d33f49;
  border-bottom: 2px solid #d33f49;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.main-article-body .messages.general-messages .warning {
  background: #f4d0d3 !important;
  margin-bottom: 10px !important;
}
.main-article-body .messages.general-messages .warning .item-media {
  color: #d33f49;
}
.main-article-body .messages.general-messages ul li.repair.gray:before {
  border-color: #d33f49;
  color: #d33f49;
}
.main-article-body .messages.general-messages ul li.repair p.path span {
  font-size: 1em;
  font-weight: 700;
  color: #d33f49;
}
.main-article-body .messages.general-messages ul li.repair:hover {
  background-color: transparent;
}
.main-article-body .messages.submitted-messages .button.primary {
  background-color: #2a9d8f;
  padding-left: 10px;
  padding-right: 10px;
}
.main-article-body .messages.submitted-messages .button.primary.inverse {
  border: 1px solid #2a9d8f;
}
.main-article-body .list-media ul.answerlist li:hover {
  background: #bfeee8 !important;
}
.main-article-body .list-media ul.answerlist li a i {
  border-color: #2a9d8f;
  color: #2a9d8f;
}
.main-article-body .list-media ul.answerlist li a .item-content .item-title {
  font-weight: 700;
  color: #2a9d8f;
}
.main-article-body .module.timeline .container ol {
  padding-left: 3px !important;
}
.module .answerlist {
  padding-bottom: 30px;
  padding-left: 0 !important;
  margin-left: 5px;
  margin-right: 5px;
}
.module .answerlist .item-media .ub {
  font-family: 'umbrellus20';
}
.list-media {
  margin-bottom: 0;
}
.list-media li {
  position: relative;
  display: block;
  padding: 0 20px 0 0;
  min-height: 10px;
  margin-bottom: 5px;
  height: auto;
  color: #3e3f3a;
  text-decoration: none;
  text-align: left;
  font-size: 1.142857143em;
  line-height: 1.375em;
  border-bottom: none;
  transition: color 120ms linear, background-color 120ms linear, outline 120ms linear, height 120ms linear;
}
.list-media li:hover {
  background: #fefafa;
  background: #eba7ab;
}
.list-media li.last-item,
.list-media li:last-child {
  border: none;
}
/* media */

.list-media .item-media {
  float: left;
  margin-right: 10px;
  margin-left: 7px;
  width: 55px;
  height: 55px;
  border-radius: 3px;
  text-align: center;
}
.list-media .item-content {
  height: 55px;
  padding-left: 75px;
}
.list-media i {
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 49px;
  line-height: 47px;
  text-align: center;
  border: 1px solid;
  color: #b52a33;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 1.25em;
  background: white;
  font-weight: 300;
  transition: background 120ms linear;
}
.list-media a {
  color: #3e3f3a;
  display: block;
  text-decoration: none;
}
.list-media div {
  height: auto;
}
.list-media a i {
  color: #d33f49;
  border-color: #d33f49;
}
.list-media.archive p,
.list-media.question-tree p {
  height: 55px;
  display: table-cell;
  vertical-align: middle;
  font-size: 0.875em;
  line-height: 1.25em;
  padding: 0;
}
.list-media.question-tree.two-on-row h2 {
  padding: 0;
  margin-left: 30px;
  margin-right: 30px;
}
/* FOR HOMEPAGE ONLY ? */

.content-tabs .list-media.question-tree i {
  border: none;
  font-size: 1.4em;
  background: none;
}
h2 + .selfservice-button {
  margin-top: 0 !important;
}
.selfservice-button {
  position: relative;
  min-height: 55px;
  padding: 10px 10px 10px 75px;
  box-sizing: inherit;
  transition: all 0.2s;
  display: block;
  color: #2a9d8f;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  cursor: pointer;
}
.selfservice-button .table {
  display: table;
  width: 100%;
  min-height: 49px;
}
.selfservice-button .table .row {
  display: table-row;
  width: 100%;
}
.selfservice-button .table .row .cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.selfservice-button p {
  padding: 0 20px 0 0;
  font-weight: bold;
}
.selfservice-button span {
  color: #aaaba7;
  font-size: 0.85em;
}
.selfservice-button:before {
  font-family: 'Streamline';
  display: block;
  position: absolute;
  top: 8px;
  left: 7px;
  width: 55px;
  line-height: 47px;
  height: 47px;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  font-size: 1.1em;
  background: white;
  font-weight: 300;
}
.selfservice-button:hover {
  text-decoration: none;
}
.selfservice-button.new-repair:before {
  content: '\e9f3';
  width: 47px;
  border-color: #2a9d8f;
  color: #2a9d8f;
}
.selfservice-button.new-repair:hover {
  background: #bfeee8;
}
.selfservice-button.finalize-repair {
  background: #bfeee8;
  height: auto;
  min-height: 55px;
  cursor: default;
}
.selfservice-button.finalize-repair:before {
  background: transparent;
  font-family: "FontAwesome";
  content: "\f1d9";
  border: none;
  font-size: 1.3em;
}
.selfservice-button.finalize-repair span {
  color: #3e3f3a;
  font-size: 0.9em;
}
.selfservice-button.succes {
  background: #bfeee8;
  height: auto;
  min-height: 55px;
  cursor: default;
}
.selfservice-button.succes:before {
  background: transparent;
  font-family: "Streamline";
  content: "\e903";
  border: none;
  font-size: 43px;
  left: 14px;
}
.selfservice-button.succes span {
  color: #3e3f3a;
  font-size: 0.9em;
  display: block;
}
.selfservice-button.succes span:nth-child(3) {
  margin-top: 15px;
}
.selfservice-button.succes span a {
  color: #1f756a;
}
.selfservice-button.succes span a:hover {
  color: #2a9d8f;
}
#hdrPlannable {
  padding-top: 20px;
}
.module.list .button-group {
  padding: 20px 0px;
  width: auto;
  text-align: left;
}
.module.list .button-group.next {
  border-bottom: 1px solid #f2f2f2;
}
.module.list .button-group h2 {
  padding-top: 0;
}
.main-article-faq {
  background: white;
  padding: 20px;
  margin-bottom: 0;
}
.main-article-faq .module {
  margin-bottom: 20px;
}
.content.user-fix {
  padding: 10px 10px 10px 70px;
  background: #fefafa;
  position: relative;
  min-height: 55px;
  margin-bottom: 30px;
}
.content.user-fix:before {
  font-family: "FontAwesome";
  content: "\f071";
  position: absolute;
  left: 20px;
  top: 18px;
  font-size: 1.75em;
  color: #d33f49;
}
.content.user-fix.green {
  background: #bfeee8;
}
.content.user-fix.green:before {
  font-family: "Streamline";
  content: "\e903";
  color: #2a9d8f;
}
.content.user-fix h3 {
  font-weight: bold;
  color: #d33f49;
  margin-bottom: 5px;
}
.content.user-fix p {
  padding: 7px 0 0 0;
}
.margin-30 .timeline.size-4 {
  padding: 0 0 15px 0;
}
.timeline.size-4 {
  width: 100%;
  padding: 0 30px 15px 30px;
}
.timeline.size-4.compliment {
  padding: 0 0 15px 0;
}
.timeline.size-4.compliment ol {
  padding-top: 0;
}
.timeline.size-4 ol {
  display: block;
  width: 100%;
  padding-top: 15px;
}
.timeline.size-4 ol li {
  position: relative;
  width: inherit;
  float: left;
  padding-right: 40px;
}
.timeline.size-4 ol li:hover {
  background: transparent;
}
.timeline.size-4 ol li a {
  height: 55px;
  font-weight: 300;
  text-decoration: none;
}
.timeline.size-4 ol li a i {
  color: #d2d2d2;
  line-height: 47px;
  margin: 0;
  padding: 0;
  min-height: inherit;
  min-width: inherit;
  display: inline-block;
  text-align: center;
  height: 49px;
  width: 49px;
  vertical-align: middle;
  font-size: 2.15em;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
}
.timeline.size-4 ol li a > span {
  display: inline-block;
}
.timeline.size-4 ol li a span.choice {
  display: block;
  line-height: 0;
  height: 0;
  vertical-align: middle;
  max-width: 0;
  overflow: hidden;
  transition: 0.2s;
  padding-left: 20px;
  color: #888888;
}
.timeline.size-4 ol li a .tooltip-content {
  left: 50%;
  margin: 0px 0 5px -120px;
  width: 200px;
}
.timeline.size-4 ol li:last-child .tooltip-content {
  display: none;
}
.timeline.size-4 ol li:last-child span.choice {
  display: inline-block;
  max-width: 100%;
  line-height: 49px;
  height: 49px;
}
.timeline.size-4 ol li h3 {
  display: none;
}
.timeline.size-4 ol li.tooltip {
  width: auto;
}
/*	list LINK-LIST */

.list.list-links ul {
  border-top: 1px solid transparent;
}
.list.list-links p.noresults {
  padding: 18px;
}
.list.list-links ul li {
  padding: 0;
  border: none;
}
.list.list-links ul li.margined-top {
  margin-top: 10px;
}
.list.list-links li a {
  position: relative;
  display: block;
  padding: 9px 50px 9px 25px;
  min-width: 120px;
  height: auto;
}
.list.list-links li a:after {
  content: "";
  height: 4px;
  width: 4px;
  background: #3e3f3a;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 18px;
}
.step1 .text {
  width: 60%;
  float: left;
  padding-right: 30px;
}
.step1 .text p {
  margin-bottom: 15px;
}
.step1 .text ul li {
  padding-left: 25px;
  margin-bottom: 8px;
  position: relative;
}
.step1 .text ul li:before {
  position: absolute;
  left: 0;
}
.step1 .text ul li:nth-child(1):before {
  content: "1.";
}
.step1 .text ul li:nth-child(2):before {
  content: "2.";
}
.step1 .text ul li:nth-child(3):before {
  content: "3.";
}
.step1 .text ul li:nth-child(4):before {
  content: "4.";
}
.step1 .text ul li:nth-child(5):before {
  content: "5.";
}
.step1 .text ul li:nth-child(6):before {
  content: "6.";
}
.step1 .text ul li:nth-child(7):before {
  content: "7.";
}
.step1 .text ul li:nth-child(8):before {
  content: "8.";
}
.step1 .video {
  width: 40%;
  float: left;
}
.step1 .button-group {
  padding-top: 30px;
}
.step1 .button-group .close {
  float: left;
}
.step2 {
  display: none;
}
.step2 .list-disclosure li span {
  margin-bottom: 5px;
}
.step2 .list-disclosure li span img {
  padding: 0;
}
.disturbance .no-contact {
  display: none;
}
.disturbance .no-contact .messages {
  padding: 0 0 40px 0;
}
.disturbance .no-contact h2 {
  color: #2a9d8f;
  margin-top: 50px;
}
.disturbance .no-contact h2:first-child {
  margin-top: 0;
}
.disturbance .no-contact p {
  margin-bottom: 20px;
}
.disturbance .no-contact p:last-of-type {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.disturbance .no-contact ul li:before {
  content: "-  ";
}
.disturbance .list {
  display: none;
}
#klacht_eerdergemeld_contact {
  display: none;
}
.complaint .messages {
  padding-bottom: 15px;
}
.complaint .messages li label {
  cursor: pointer;
}
.complaint .messages li input {
  display: none;
}
.field-wrapper.password {
  margin: 10px 0;
}
.field-wrapper.password .field {
  font-size: 0.9em;
}
em {
  font-style: italic !important;
}
/* AZ #17618, #17625, #17736, #17680, #17784, #17877 */

.wrapper #content > div ul,
.wrapper .content > div ul,
.wrapper #content .field-wrapper ul,
.wrapper .content .field-wrapper ul,
.wrapper #content .content ul,
.wrapper .content .content ul,
.wrapper #content span.sub-text ul,
.wrapper .content span.sub-text ul,
.wrapper #content > div ol,
.wrapper .content > div ol,
.wrapper #content .field-wrapper ol,
.wrapper .content .field-wrapper ol,
.wrapper #content .content ol,
.wrapper .content .content ol,
.wrapper #content span.sub-text ol,
.wrapper .content span.sub-text ol {
  padding-left: 25px;
  padding-top: 9px;
  margin-bottom: 1.25em;
}
.wrapper #content > div ul li,
.wrapper .content > div ul li,
.wrapper #content .field-wrapper ul li,
.wrapper .content .field-wrapper ul li,
.wrapper #content .content ul li,
.wrapper .content .content ul li,
.wrapper #content span.sub-text ul li,
.wrapper .content span.sub-text ul li,
.wrapper #content > div ol li,
.wrapper .content > div ol li,
.wrapper #content .field-wrapper ol li,
.wrapper .content .field-wrapper ol li,
.wrapper #content .content ol li,
.wrapper .content .content ol li,
.wrapper #content span.sub-text ol li,
.wrapper .content span.sub-text ol li {
  padding: 0 0 0.53333em 0;
  padding: 0 0 0.1em 0;
  list-style-position: outside;
  list-style-type: disc;
  overflow: visible;
}
.wrapper #content > div ul,
.wrapper .content > div ul,
.wrapper #content .field-wrapper ul,
.wrapper .content .field-wrapper ul,
.wrapper #content .content ul,
.wrapper .content .content ul,
.wrapper #content span.sub-text ul,
.wrapper .content span.sub-text ul {
  list-style-type: disc;
}
.wrapper #content > div ol,
.wrapper .content > div ol,
.wrapper #content .field-wrapper ol,
.wrapper .content .field-wrapper ol,
.wrapper #content .content ol,
.wrapper .content .content ol,
.wrapper #content span.sub-text ol,
.wrapper .content span.sub-text ol {
  padding-left: 20px;
  list-style-type: decimal;
}
.wrapper #content > div ol li,
.wrapper .content > div ol li,
.wrapper #content .field-wrapper ol li,
.wrapper .content .field-wrapper ol li,
.wrapper #content .content ol li,
.wrapper .content .content ol li,
.wrapper #content span.sub-text ol li,
.wrapper .content span.sub-text ol li {
  padding-left: 5px;
  margin-left: 0;
  list-style-type: decimal;
}
.wrapper #content div.content-tabs > ul,
.wrapper .content div.content-tabs > ul,
.wrapper #content div.messages > ul,
.wrapper .content div.messages > ul,
.wrapper #content div.content-tabs > ul ul,
.wrapper .content div.content-tabs > ul ul,
.wrapper #content div.messages > ul ul,
.wrapper .content div.messages > ul ul {
  padding: 10px 0 0 0;
  margin: 0 5px;
}
.wrapper #content div.content-tabs > ul li,
.wrapper .content div.content-tabs > ul li,
.wrapper #content div.messages > ul li,
.wrapper .content div.messages > ul li,
.wrapper #content div.content-tabs > ul ul li,
.wrapper .content div.content-tabs > ul ul li,
.wrapper #content div.messages > ul ul li,
.wrapper .content div.messages > ul ul li {
  padding: 5px 10px 5px 75px;
  list-style-position: outside;
  list-style-type: disc;
  overflow: visible;
  list-style-type: none;
}
.wrapper #content div.content-tabs > ul li.communication ul li,
.wrapper .content div.content-tabs > ul li.communication ul li,
.wrapper #content div.messages > ul li.communication ul li,
.wrapper .content div.messages > ul li.communication ul li,
.wrapper #content div.content-tabs > ul ul li.communication ul li,
.wrapper .content div.content-tabs > ul ul li.communication ul li,
.wrapper #content div.messages > ul ul li.communication ul li,
.wrapper .content div.messages > ul ul li.communication ul li,
.wrapper #content div.content-tabs > ul li.communication ol li,
.wrapper .content div.content-tabs > ul li.communication ol li,
.wrapper #content div.messages > ul li.communication ol li,
.wrapper .content div.messages > ul li.communication ol li,
.wrapper #content div.content-tabs > ul ul li.communication ol li,
.wrapper .content div.content-tabs > ul ul li.communication ol li,
.wrapper #content div.messages > ul ul li.communication ol li,
.wrapper .content div.messages > ul ul li.communication ol li {
  min-height: initial;
  min-height: 1px;
  padding: 0 0 0.53333em 0;
  padding: 0 0 0.1em 0;
  list-style-type: disc;
  display: list-item;
}
.wrapper #content div.content-tabs > ul li.communication ul,
.wrapper .content div.content-tabs > ul li.communication ul,
.wrapper #content div.messages > ul li.communication ul,
.wrapper .content div.messages > ul li.communication ul,
.wrapper #content div.content-tabs > ul ul li.communication ul,
.wrapper .content div.content-tabs > ul ul li.communication ul,
.wrapper #content div.messages > ul ul li.communication ul,
.wrapper .content div.messages > ul ul li.communication ul {
  margin-left: 0;
  padding-left: 25px;
}
.wrapper #content div.content-tabs > ul li.communication ol,
.wrapper .content div.content-tabs > ul li.communication ol,
.wrapper #content div.messages > ul li.communication ol,
.wrapper .content div.messages > ul li.communication ol,
.wrapper #content div.content-tabs > ul ul li.communication ol,
.wrapper .content div.content-tabs > ul ul li.communication ol,
.wrapper #content div.messages > ul ul li.communication ol,
.wrapper .content div.messages > ul ul li.communication ol {
  padding-left: 20px;
}
.wrapper #content div.content-tabs > ul li.communication ol li,
.wrapper .content div.content-tabs > ul li.communication ol li,
.wrapper #content div.messages > ul li.communication ol li,
.wrapper .content div.messages > ul li.communication ol li,
.wrapper #content div.content-tabs > ul ul li.communication ol li,
.wrapper .content div.content-tabs > ul ul li.communication ol li,
.wrapper #content div.messages > ul ul li.communication ol li,
.wrapper .content div.messages > ul ul li.communication ol li {
  padding-left: 5px;
  list-style-type: decimal;
}
.wrapper #content div.content-tabs > ul.tabs li,
.wrapper .content div.content-tabs > ul.tabs li,
.wrapper #content div.messages > ul.tabs li,
.wrapper .content div.messages > ul.tabs li,
.wrapper #content div.content-tabs > ul ul.tabs li,
.wrapper .content div.content-tabs > ul ul.tabs li,
.wrapper #content div.messages > ul ul.tabs li,
.wrapper .content div.messages > ul ul.tabs li {
  padding: 0 0 10px 0;
}
.wrapper #content .module.timeline .container ol,
.wrapper .content .module.timeline .container ol {
  list-style-type: none;
}
.wrapper #content .module.timeline .container ol li,
.wrapper .content .module.timeline .container ol li {
  list-style-type: none;
}
.wrapper #content > div p,
.wrapper .content > div p,
.wrapper #content form p,
.wrapper .content form p,
.wrapper #content .content p,
.wrapper .content .content p {
  padding-bottom: 20px;
  padding-top: 9px;
}
.wrapper #content > div li.running p,
.wrapper .content > div li.running p,
.wrapper #content form li.running p,
.wrapper .content form li.running p,
.wrapper #content .content li.running p,
.wrapper .content .content li.running p,
.wrapper #content > div li.repair p,
.wrapper .content > div li.repair p,
.wrapper #content form li.repair p,
.wrapper .content form li.repair p,
.wrapper #content .content li.repair p,
.wrapper .content .content li.repair p,
.wrapper #content > div li.repair-cancelation p,
.wrapper .content > div li.repair-cancelation p,
.wrapper #content form li.repair-cancelation p,
.wrapper .content form li.repair-cancelation p,
.wrapper #content .content li.repair-cancelation p,
.wrapper .content .content li.repair-cancelation p,
.wrapper #content > div li.repair-request p,
.wrapper .content > div li.repair-request p,
.wrapper #content form li.repair-request p,
.wrapper .content form li.repair-request p,
.wrapper #content .content li.repair-request p,
.wrapper .content .content li.repair-request p,
.wrapper #content > div li.tooltip p,
.wrapper .content > div li.tooltip p,
.wrapper #content form li.tooltip p,
.wrapper .content form li.tooltip p,
.wrapper #content .content li.tooltip p,
.wrapper .content .content li.tooltip p {
  padding: 0 20px 0 0;
}
.wrapper #content .complaint .messages fieldset.radiobox-group.horizontal legend,
.wrapper .content .complaint .messages fieldset.radiobox-group.horizontal legend {
  width: 100%;
}
/* AZ #17884 */

ul.communication a:hover,
ul.correspondence a:hover {
  color: #b52a33;
  text-decoration: none;
}
/* AZ #17210 */

.customSelfServiceForm div .fieldset {
  display: inline-block;
}
/* AZ #17861 */

/* Hide outstanding balance */

.overview dt.priceComponent_Outstanding,
.overview dd.priceComponent_Outstanding {
  display: none;
}
/* AZ #17897 */

.main-article-body .messages ul li,
.content .messages ul li {
  min-height: 60px;
  display: inline-block;
}
.main-article-body .messages ul li .item-status,
.content .messages ul li .item-status,
.main-article-body .messages ul li .item-content,
.content .messages ul li .item-content,
.main-article-body .messages ul li p.comment,
.content .messages ul li p.comment {
  width: 100%;
  max-width: 100%;
}
.main-article-body .messages ul li .item-status,
.content .messages ul li .item-status {
  padding-top: 15px;
}
.main-article-body .messages ul li .item-status p,
.content .messages ul li .item-status p {
  text-align: left;
}
.main-article-body .messages ul li div p,
.content .messages ul li div p {
  padding: 0 20px 0 0 !important;
}
.main-article-body .messages ul li.repair-request,
.content .messages ul li.repair-request {
  width: 100%;
}
.main-article-body .messages ul li.not-plannable,
.content .messages ul li.not-plannable {
  width: 100%;
}
.main-article-body .messages + form,
.content .messages + form {
  clear: both;
}
/* AZ #17884, #18037 */

span.ng-hide {
  display: none !important;
}
ul.communication li,
ul.correspondence li,
ul.cases li {
  width: 100%;
}
ul.communication a:hover,
ul.correspondence a:hover,
ul.cases a:hover {
  color: #b52a33;
  text-decoration: none;
}
ul li.communication.news {
  border: 0;
}
ul li.communication.news .date {
  margin-top: -20px;
}
ul li.communication.news .sub-text {
  display: none;
}
ul li.communication.news .sub-text a {
  float: none;
  margin-top: 0;
}
ul li.communication.news .sub-text ul li,
ul li.communication.news .sub-text ol li {
  border: 0;
}
.list-cases-messages .cases.overview {
  padding: 13px 0 0 0 !important;
  margin: 0 5px 0 8px;
}
.list-cases-messages .cases.overview li {
  margin-bottom: 10px;
}
.list-cases-messages .cases.overview li .item-media {
  margin-top: 0;
  width: 49px;
}
.list-cases-messages .cases.overview li .case i {
  color: #2a9d8f;
}
.wrapper #content div.messages > ul.correspondence.overview {
  margin-top: -25px;
}
.wrapper #content div.intro-Announcements div.messages {
  margin-top: 0;
}
.paging.pagelist div ol li.active p {
  padding: 9px 10px !important;
}
.umbrellaAccordion {
  clear: both;
  background: whitesmoke;
  width: 100%;
  padding: 25px 30px;
}
.umbrellaAccordion .accordion-sections {
  border-bottom: 1px solid #e8e8e8;
}
.umbrellaAccordion .accordion-sections:last-child {
  border: 0;
}
.umbrellaAccordion .accordion-sections .accordion-title {
  display: block;
  cursor: pointer;
  padding: 20px 25px 20px 0;
  position: relative;
  color: #2a9d8f;
  font-size: 1.35em;
  font-weight: 300;
}
.umbrellaAccordion .accordion-sections .accordion-title:before,
.umbrellaAccordion .accordion-sections .accordion-title:after {
  font-family: 'FontAwesome';
  font-size: 0.425em;
  color: #2a9d8f;
  position: absolute;
  top: 20px;
}
.umbrellaAccordion .accordion-sections .accordion-title:after {
  content: "\f078";
  right: 10px;
  font-size: 0.8em;
  transition: transform ease-in-out 0.2s;
}
.umbrellaAccordion .accordion-sections .section {
  overflow: hidden;
  position: relative;
  padding: 0;
  box-sizing: inherit;
  display: none;
}
.umbrellaAccordion .accordion-sections .section:before {
  font-family: 'FontAwesome';
  font-size: 0.7em;
  color: #2a9d8f;
  position: absolute;
  top: 1px;
  content: "\f111";
  left: 2px;
}
.umbrellaAccordion .accordion-sections .section div {
  font-size: 13px;
  margin: 0 0 20px 0;
}
.umbrellaAccordion .accordion-sections.active .accordion-title:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-tabs {
  z-index: 0;
  margin: 0 25px 30px 25px;
}
.content-tabs:after {
  content: " ";
  display: block;
  clear: both;
}
.content-tabs .tabs {
  clear: both;
  position: relative;
  padding-top: 10px;
  margin: 0 5px;
}
.content-tabs .tabs:after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: 2px;
  left: 0;
  position: absolute;
  background: #f2f2f2;
}
.content-tabs .tabs li {
  padding-bottom: 10px;
  display: inline-block;
  margin: 0 20px;
  font-size: 1.425em;
  color: #aaaba7;
  cursor: pointer;
  font-weight: 300;
  transition: all 0.2s;
  position: relative;
}
.content-tabs .tabs li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d33f49;
  opacity: 0;
  transition: transform 0.3s;
  -webkit-transform: translate3d(0, 70%, 0);
  transform: translate3d(0, 70%, 0);
}
.content-tabs .tabs li:hover {
  color: #5e5f5a;
}
.content-tabs .tabs li:hover:after {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.content-tabs .tabs li.active {
  color: #5e5f5a;
}
.content-tabs .tabs li.active:after {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.content-tabs .tabs li:first-child {
  margin-left: 0;
}
.content-tabs .tabs li:last-child {
  margin-right: 0;
}
.content-tabs .tabs-holder > div {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  transition: opacity 0.25s;
}
.content-tabs .tabs-holder > div.active {
  overflow: inherit;
  height: auto;
  opacity: 1;
}
.content-tabs .messages {
  padding: 0;
}
.content-tabs .tabs-holder div.messages .communication a {
  text-decoration: none;
}
.content-tabs .tabs-holder div.messages .communication li .running:hover p,
.content-tabs .tabs-holder div.messages .communication li .running:hover h3 {
  color: inherit;
}
.content-tabs .tabs-holder div.messages .communication.cases .running > ol {
  list-style-position: inside;
  border-top: 1px dotted #f2f2f2;
  margin-top: 10px;
  padding-top: 10px;
}
.content-tabs .tabs-holder div.messages .communication.cases .running > ol li {
  min-height: unset;
  padding: 0 0 0 10px !important;
  list-style-type: decimal !important;
  display: list-item;
}
.content-tabs .tabs-holder div.messages .communication.cases .running > ol li .title {
  color: black;
}
.list-cases-messages .cases.overview li.case ol[type] {
  list-style-position: inside;
  border-top: 1px dotted #f2f2f2;
  margin-top: 10px;
  margin-left: 54px;
  padding-top: 10px;
}
.list-cases-messages .cases.overview li.case ol[type] li {
  min-height: unset;
  padding: 0 0 0 10px !important;
  list-style-type: decimal !important;
  display: list-item;
  font-size: 14px !important;
  line-height: 1.285714286em;
}
.list-cases-messages .cases.overview li.case ol[type] li .title {
  color: black;
}
.list-cases-messages .cases.overview li.case ol[type] li .deadline {
  color: #7b7876;
}
@media only screen and (min-width: 48em) {
  /* AZ 17948 */
  
  .field-wrapper.singlechoice .choices label,
  .field-wrapper.multiplechoice .choices label {
    float: right;
    width: 70%;
  }
  .tooltip {
    position: relative;
    z-index: 2;
  }
  .tooltip .tooltip-item {
    cursor: pointer;
  }
  .tooltip .tooltip-content {
    position: absolute;
    display: block;
    bottom: 106%;
    bottom: 85%;
    left: 12%;
    margin: 0px 0 -8px 0;
    padding: 15px;
    width: 76%;
    background: white;
    opacity: 0;
    line-height: 17px;
    cursor: default;
    transition: opacity 0.3s, transform 0.3s;
    pointer-events: none;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  .tooltip .tooltip-content:after {
    font-family: 'FontAwesome';
    content: '\f0d7';
    position: absolute;
    left: calc(46%);
    bottom: 6px;
    width: 0;
    height: 0;
    color: white;
    font-size: 1.3em;
  }
  .tooltip .tooltip-content span {
    font-size: 0.9em;
    line-height: 14px;
  }
  .tooltip .tooltip-content span.title {
    color: #d33f49;
    display: block;
    margin-bottom: 5px;
  }
  .tooltip:hover .tooltip-content {
    pointer-events: auto;
    -webkit-animation-name: fadeFromTop;
    -webkit-animation-delay: 0.32s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-name: fadeFromTop;
    animation-duration: 0.2s;
    animation-delay: 0.32s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }
  .module.planning.normal table.dayblockscontainer {
    border-color: #e4e4e4;
  }
  .module.planning.normal table.dayblockscontainer tr th .day-name,
  .module.planning.normal table.dayblockscontainer tr th .day-number {
    color: #5e5f5a;
    font-weight: 700;
  }
  .module.planning.normal table.dayblockscontainer tr th.current-day .day-name,
  .module.planning.normal table.dayblockscontainer tr th.current-day .day-number {
    color: #3e3f3a;
  }
  .module.planning.normal table.hourblockscontainer tr th {
    border-color: #e4e4e4;
  }
  .module.planning.normal table.hourblockscontainer tr:nth-child(4n +3),
  .module.planning.normal table.hourblockscontainer tr:nth-child(4n +4) {
    background: #f8f8f8;
  }
  .module.planning.normal table.hourblockscontainer tr:last-child th {
    border-bottom-color: #e4e4e4;
  }
  .module.planning.normal table.blocktimescontainer {
    border-color: #e4e4e4;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a {
    color: #1f756a;
    font-size: 0.9em;
    font-weight: 700;
    background-color: #b6dbd6;
    border-color: white;
    transition: color 175ms ease-in-out background-color 175ms ease-in-out;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a.Good {
    color: white;
    background-color: green;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a.Average {
    background-color: orange;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes a:hover {
    color: white;
    background-color: #3f9e90;
  }
  .module.planning.normal table.blocktimescontainer td.blocktimes .background {
    background-color: #f8f8f8;
    background: linear-gradient(to bottom, #f8f8f8, #f8f8f8 50%, white 50%, white);
    background-size: 100% 120px;
  }
}
/* My Mijn Langewaard Wonen */

.my-dashboard .module {
  padding: 0;
  background: #f2f2f2;
  margin-bottom: 40px;
}
.my-dashboard .list.list-links ul li {
  float: none;
  width: 100%;
}
/* ===============
    TIMELINE
   =============== */

.timeline.size-4 ol li {
  margin-right: 0;
}
.timeline.size-4 a i {
  font-size: 2.571428571em;
  /* 36 v 14 */
  line-height: 45px;
  min-width: 45px;
  min-height: 45px;
}
/* ==============
	MOBILE: Footer
   ============== */

.footer {
  height: 100px;
  width: 100%;
  background: #3e3f3a;
  padding: 30px 0;
  color: #919191;
}
.footer h2 {
  float: left;
  padding: 0 20px 0 0;
  font-size: 16px;
  line-height: 50px;
  color: #919191;
  font-family: Lato, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.footer .social-icon {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 16px;
  margin-right: 10px;
  color: #919191;
  line-height: 50px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #919191;
}
.footer .social-icon:hover {
  color: white;
  border-color: white;
}
/* Breadcrumb / Google Translate */

.content-header .header-image {
  background: url(/assets/images/general/header_image.jpg) no-repeat center center;
  background-size: cover;
  height: 360px;
}
.content-header .sub-header {
  height: 60px;
  line-height: 60px;
}
.content-header .sub-header .breadcrumb a {
  color: #393937;
}
.content-header .sub-header .breadcrumb span {
  color: #6c9452;
  font-weight: 600;
}
.content-header .sub-header .translate {
  position: relative;
}
.content-header .sub-header .translate:before {
  position: absolute;
  content: '\f1a0';
  top: 3px;
  font-family: 'FontAwesome';
  color: #2a9d8f;
  font-size: 1.1em;
  transition: 0.2s;
}
.content-header .sub-header .translate:hover:before {
  color: #144d46;
}
.content-header .sub-header .translate .goog-te-gadget-simple {
  background: transparent;
  border: none;
}
.content-header .sub-header .translate .goog-te-gadget-simple img {
  opacity: 0;
}
.content-header .sub-header .translate .goog-te-gadget-simple a.goog-te-menu-value:hover {
  text-decoration: none;
}
.content-header .sub-header .translate .goog-te-gadget-simple a.goog-te-menu-value span {
  border-left: none !important;
}
/* ===============
    NAVIGATION
   =============== */

.navigation {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: black;
}
.large-button {
  font-size: 1em;
}
.navigation a {
  display: block;
  color: black;
  text-align: center;
}
/* Mobile search / login */

.header-container {
  position: fixed;
  left: 0;
  top: 0;
  height: 80px;
  width: 100%;
  background: white;
  z-index: 101;
}
.header-container .my-dashboard {
  width: calc(80% - 60px);
  height: 80px;
  position: absolute;
  right: 60px;
  top: 0;
}
.header-container .my-dashboard .button.disclose-label.with-chevron {
  height: 80px;
  padding: 29px 10px;
}
.header-container .my-dashboard .button.disclose-label.with-chevron:after {
  right: 10px;
}
/* ==============
	DATEPICKER
   ============== */

.picker__input.picker__input--active {
  border-color: #d33f49 !important;
}
/* ==============
	SEARCH / LOGIN
   ============== */

.search {
  width: 60px;
  height: 80px;
  position: relative;
}
.search .search-query-wrapper .search-query-wrapper-inner {
  position: relative;
}
.search .search-query-wrapper .search-query {
  border: none;
  outline: none;
}
.search .search-query-wrapper .search-query:active,
.search .search-query-wrapper .search-query:focus {
  outline: none;
}
/* autocomplete*/

.search .search-query-wrapper .autocomplete {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 500;
  overflow: hidden;
  display: none;
  background: white;
}
.search .search-query-wrapper .autocomplete li.item-active {
  background-color: #eaeaea;
}
.search .search-query-wrapper .autocomplete li.faq {
  font-size: 0.9em;
  line-height: 1.3em;
}
.search .search-query-wrapper .autocomplete li.suggest.item-active,
.search .search-query-wrapper .autocomplete li.suggest.item-active .inner {
  background-color: #eaeaea;
}
.search .search-query-wrapper .autocomplete li.suggest {
  border-bottom: solid 1px #eaeaea;
}
.search .search-query-wrapper .autocomplete li.suggest .inner {
  background: #f8f8f8;
}
.search .search-query-wrapper .autocomplete li.suggest .inner .item-media i {
  color: white;
  font-size: 14px;
  /* 16 */
  line-height: 14px;
  /* 22 v 16 */
  background: #d33f49;
  border: 1px solid transparent;
  transition: background 200ms linear;
}
.search .search-query-wrapper .autocomplete li.suggest .inner .item-media i:hover {
  background: #d33f49;
  transition: background 200ms linear;
}
/*	SEARCH BUTTON */

.search .search-button {
  border-radius: 0;
}
.wrapper .search .search-button i {
  color: #3c3c37;
  font-size: 2em;
  line-height: 1.75em;
  line-height: 80px;
}
/*	LOGIN PAGE */

.search-login {
  width: 60px;
  height: 80px;
  margin: 0;
  display: block;
  position: fixed;
  right: 0;
  z-index: 1000;
}
.search-login.search-login-withform {
  width: 80%;
}
.search .search-query-wrapper {
  width: 0;
  height: 80px;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  background-color: white;
  display: inline-block;
  position: absolute;
  right: 0;
}
.search .search-query {
  width: calc(100% - 61px);
  height: 80px;
  margin: 0;
  padding: 3px 15px 0 15px;
  font-size: 1.2em;
  display: inline-block;
  float: left;
}
.search .search-button {
  width: 60px;
  min-height: 20px;
  height: 80px;
  min-width: 20px;
  padding: 0;
  margin-top: 0;
  background: transparent;
  display: inline-block;
  float: right;
  position: relative;
}
.search .search-button i {
  width: 60px;
  height: 80px;
  margin-top: 0;
  padding: 0;
  font-size: 1.6em;
  line-height: 85px;
}
.search .search-button:hover,
.search .search-button:active,
.search .search-button:focus {
  top: 0;
  color: white;
}
.search .search-button:hover i,
.search .search-button:active i,
.search .search-button:focus i {
  color: white;
}
.search .autocomplete {
  width: 100%;
  height: auto;
  max-height: 400px;
  padding: 0;
  font-size: 0.857142857em;
  top: 40px;
}
.search .autocomplete li {
  padding: 0;
}
.search .autocomplete li.suggest {
  padding: 3px;
  font-size: 0.9em;
}
.search .autocomplete li.suggest .inner {
  padding: 0 0 5px 0;
  overflow: hidden;
}
.search .autocomplete li.suggest .inner .label {
  margin: 0 0 5px 5px;
  display: block;
  clear: both;
}
.search .autocomplete li.suggest .inner a {
  clear: both;
}
.search .autocomplete li.suggest .inner .item-media {
  margin: 0 10px 0 5px;
  min-width: 20px;
  float: left;
}
.search .autocomplete li.suggest .inner .item-media i {
  width: 25px;
  height: 25px;
  margin-top: 0;
  padding: 5px 3px;
  text-align: center;
}
.search .autocomplete li.suggest .inner .value {
  margin: 0;
  float: left;
}
.search .autocomplete li.faq {
  padding: 10px 10px 15px 10px;
}
.search .autocomplete li.faq:first-child {
  padding-top: 10px;
}
.search .autocomplete li.faq p {
  margin: 3px 0 0 0;
}
/* mobile nav */

body .button.nav-control {
  width: 20%;
  min-width: 80px;
  max-height: 80px;
  padding: 29px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
/* ==============================
   CONTENT
   ============================= */

.intro {
  font-size: 1.142857143em;
  line-height: 1.5em;
  padding-bottom: 30px;
  margin: 0 30px;
}
.intro:empty {
  display: none;
}
.log-in {
  margin: 0 30px;
}
.log-in input:-webkit-autofill,
.log-in textarea:-webkit-autofill,
.log-in select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
}
.alignLeft {
  float: left;
  display: block;
  padding: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}
.content p {
  padding-bottom: 20px;
}
/* ===============
    ALL: IE Fixes
   =============== */

/*@media only screen and (max-width: 768px) */

@media only screen and (max-width: 48em) {
  /*  Intro-JS */
  
  .introjs-tooltipReferenceLayer:not(.introjs-followup) {
    margin-top: -525px;
  }
}
/*@media only screen and min-width: 768px and max-width: 896px */

@media only screen and (min-width: 48em) and (max-width: 56em) {
  /*  Intro-JS */
  
  .introjs-tooltipReferenceLayer:not(.introjs-followup) {
    margin-top: -525px;
  }
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

/*@media only screen and (max-width: 480px)*/

@media only screen and (max-width: 30em) {
  body {
    background: white;
  }
  .sidebar .module {
    box-shadow: none;
  }
  .sidebar .module:last-child {
    margin-bottom: 5px;
  }
  .sidebar .list.list-links.personal {
    padding: 0;
    margin-bottom: 5px;
  }
  .main-article-container {
    margin-bottom: 5px;
  }
  .timeline.size-4 {
    padding: 0 15px 15px 15px;
  }
  .timeline.size-4 ol li {
    padding-right: 0;
  }
  .content-header {
    display: none;
  }
  .intro,
  .log-in {
    margin: 0 10px;
  }
  .login-form .button-group .field-wrapper.single-choice {
    width: 100%;
  }
  .login-form .button-group .field-wrapper.single-choice label {
    padding-left: 0;
    padding-right: 0;
    clear: both;
    text-align: left;
  }
  .login-form .button-group .button.text {
    float: left;
    margin-top: 11px;
  }
  main {
    margin-top: 90px;
  }
  body .main-article-body {
    padding: 0;
  }
  body .main-article-body .margin-30.margin-30,
  body .main-article-body .margin-25.margin-25 {
    margin-left: 10px;
    margin-right: 10px;
  }
  body .main-article-body .margin-5.margin-5 {
    margin-left: 0;
    margin-right: 0;
  }
  body .main-article-body .content-tabs {
    margin-left: 10px;
    margin-right: 10px;
  }
  body .main-article-body .content-tabs .tabs {
    display: none;
  }
  body .main-article-body .content-tabs .tabs-holder > div {
    height: auto;
    opacity: 1;
    margin-bottom: 50px;
  }
  body .main-article-body .content-tabs .tabs-holder > div:before {
    content: attr(data-title);
    padding-bottom: 17px;
    display: inline-block;
    border-bottom: 2px solid #dc0455;
    font-size: 20px;
    color: #5e5f5a;
    cursor: pointer;
    font-weight: 300;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    position: relative;
  }
  body .main-article-body .messages .noCommunication {
    font-size: 1.2em;
    padding: 50px 0;
  }
  body .main-article-body .messages .noCommunication:before {
    margin-right: 10px;
  }
  body .main-article-body .messages a.button {
    float: none;
    display: block;
  }
  .paging.progress {
    width: 100%;
    text-align: center;
  }
  .first-read {
    width: 100%;
  }
  h1,
  h2,
  body h2.fieldset-header {
    margin: 0 auto;
    text-align: center;
  }
  body h2.fieldset-header {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
  }
  form h1,
  form h2,
  body form h2.se-header {
    text-align: left;
  }
  .list.three-on-row li {
    width: 100%;
  }
  /* ACCORDEON */
  
  .umbrellaAccordion .accordion-sections .section:before {
    display: none;
  }
  .umbrellaAccordion .accordion-sections .section {
    padding: 0;
  }
  .umbrellaAccordion .accordion-sections .section div {
    margin: 0;
  }
}
/*@media only screen and (max-width: 768px) */

@media only screen and (max-width: 48em) {
  .login-form .button-group .field-wrapper.single-choice {
    margin-left: -20px;
  }
  .login-form .button-group .field-wrapper.single-choice label {
    padding-left: 0;
  }
  .login-form .button-group .field-wrapper.single-choice .field {
    text-align: left;
  }
  .focus-header {
    padding: 10px 0 0 0;
  }
  .focus-header label {
    width: calc(55% - 20px);
    padding: 8px 20px 10px 0;
    display: inline-block;
    float: left;
  }
  .focus-header .field {
    width: 45%;
    padding: 0;
  }
  .module.list-bill table td:before {
    width: calc(100% - 75px);
  }
}
/*@media only screen and (min-width: 480px)*/

@media only screen and (min-width: 30em) {
  .paging.progress {
    text-align: right;
    margin-right: 25px;
    margin-top: -56px;
    /*  position: absolute;
          top: 15px !important;
          right: 15px !important;*/
  
  }
  .large-button {
    font-size: 1.142857143em;
  }
  /* nav */
  
  body .button.nav-control {
    min-width: 120px;
  }
  /* ====================
  	INTERMEDIATE: Layout
     ==================== */
  
  .main-article-container {
    width: 100%;
    position: relative;
  }
  .main-article-body {
    background: white;
    padding: 20px;
  }
  .main-article-faq {
    background: white;
    padding: 20px;
    margin-bottom: 0;
  }
  .main-article-faq:empty {
    display: none;
  }
  .main-article-container .flourish {
    display: none;
  }
  .wrapper {
    padding: 0 10px;
  }
}
/*@media only screen and (min-width: 480px and max-width: < 1024px)*/

@media only screen and (min-width: 30em) and (max-width: 63.9375em) {
  .main-article-body {
    padding: 20px 0;
  }
  .content-tabs .tabs li {
    margin: 0 10px;
    font-size: 1.15em;
  }
  .list.three-on-row li {
    float: left;
    width: calc(100% / 2);
  }
  .main-article-body .messages ul li .table .row .cell {
    vertical-align: top;
  }
  .main-article-body .messages a {
    min-width: 0;
    min-height: 20px;
    padding: 5px 10px;
  }
}
/******************************************************* RULER *******************************************************/

/*@media only screen and (min-width: 768px) */

@media only screen and (min-width: 48em) {
  .list.list-links ul li {
    float: left;
    width: 50%;
  }
  /* ====================
      WIDE: Layout
     ==================== */
  
  .main-article-body {
    padding: 0 0 20px 0;
  }
  .main-article-faq {
    padding: 20px 30px;
  }
  .main-article-faq .module {
    margin-bottom: 30px;
  }
  /*	HEADER */
  
  body {
    padding-top: 80px;
  }
}
/******************************************************* RULER *******************************************************/

/*@media only screen and (max-width: 896px)*/

@media only screen and (max-width: 56em) {
  body {
    font-size: 0.85em;
  }
  .first-read .button {
    margin-bottom: 12px;
  }
  .navigation {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    line-height: 22px;
    width: 100%;
    font-size: 1em;
    background: #fcfcfc;
    z-index: 999;
  }
  .navigation ul li {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
  }
  .navigation a {
    display: block;
    padding: 19px 10px;
    border-right: white;
  }
  .navigation a:hover {
    color: white;
    background-color: #d33f49;
    text-decoration: none;
  }
  .navigation a:active,
  .navigation a:focus {
    background-color: #b52a33;
  }
  .fontsize {
    width: 60px;
    right: 23.5%;
    display: none;
  }
  /* List */
  
  .list-media li {
    margin: 0;
    padding: 0;
  }
  .list-media .item-media {
    margin: 0;
  }
  .list-media .item-content {
    padding-left: 50px;
  }
  /* Sidebar */
  
  .sidebar .list-financial .sidebarinfo.financial .title {
    text-align: center;
  }
}
/*@media only screen and (min-width: 768 > 896px) */

@media only screen and (min-width: 48em) and (max-width: 56em) {
  /* mobile nav */
  
  body .button.nav-control {
    position: fixed;
    top: 0;
    right: 340px;
    z-index: 998;
  }
}
/*@media only screen and (min-width: 896px) */

@media only screen and (min-width: 56em) {
  body {
    font-size: 0.875em;
  }
  body .button.nav-control {
    position: absolute;
    left: -10px;
    height: 0;
    width: 0;
    min-height: 0;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
  }
  #content {
    position: relative;
    display: block;
  }
  .sidebar.sticky {
    margin-bottom: 40px;
  }
  .sidebar.sticky .module:last-child {
    margin-bottom: 0;
  }
  .sidebar .list.list-links ul li {
    float: none;
    width: 100%;
  }
  /* ====================
      BETWEENIE : Menu
     ==================== */
  
  /* ====================
      BETWEENIE : Main
     ==================== */
  
  .main-article-container {
    position: relative;
    float: left;
    width: 70%;
    margin-bottom: 165px;
  }
  .main-article-container .menu {
    width: 30%;
    float: right;
  }
  .sidebar {
    float: left;
    padding-left: 15px;
    width: 30%;
    margin-bottom: 100px;
  }
  /* ===============
      NAVIGATION
     =============== */
  
  .header-container .my-dashboard {
    display: none;
  }
  .header-container .my-dashboard.login {
    display: block;
  }
  .navigation {
    width: auto;
    line-height: 21px;
    margin-left: 10%;
    margin-left: 65px;
    font-size: 1em;
    display: inline-block !important;
    position: relative;
    z-index: 0;
    top: 0;
  }
  .navigation ul li {
    float: left;
    padding: 0;
    margin: 0;
  }
  .navigation a {
    display: inline-block;
    padding: 29px 10px 30px 10px;
    border-right: white;
    min-height: 76px;
    display: block;
    padding: 23px 15px;
    font-size: 18px;
    line-height: 30px;
    color: black;
    font-weight: 600;
    text-decoration: none;
    background: white;
    border-bottom: 4px solid transparent;
  }
  .navigation a:hover {
    color: #333333;
    text-decoration: none;
    border-bottom-color: #b52a33;
  }
  .navigation a:active,
  .navigation a:focus {
    border-bottom-color: #b52a33;
  }
  .navigation a.navigation-home {
    display: none;
  }
  .navigation ul li.login a.button-loggedin {
    padding: 23px 15px;
    height: 76px;
  }
  .fontsize {
    width: 60px;
    right: 23.5%;
    right: 50px;
  }
  .search-login,
  .search-login.search-login-withform {
    width: 22.5%;
    width: 50px;
    height: 80px;
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
  }
  .search {
    width: 50px;
    height: 80px;
    float: left;
    position: relative;
    top: 0;
  }
  .search .search-query-wrapper {
    border-left: solid 1px #d6d6d6;
    right: 50px;
  }
  .search .search-query-wrapper .search-query {
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0 2.5%;
    font-size: 1.2em;
    display: inline-block;
    float: left;
  }
  .search .search-button {
    width: 50px;
    min-height: 80px;
    height: 80px;
    min-width: 40px;
    padding: 0;
    background: transparent;
    display: inline-block;
    float: right;
    position: relative;
  }
  .search .search-button i {
    width: 50px;
    height: 80px;
    font-size: 1.6em;
  }
  .search .autocomplete {
    top: 80px;
  }
  .login .loginbox {
    width: 350px;
    height: auto;
    padding: 20px 15px 0 15px;
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 600;
  }
  .login .loginbox a.register {
    margin-top: 15px;
    float: left;
  }
  .login .loginbox label {
    width: 37.5%;
    padding: 10px 2.5% 0 0;
    text-align: left;
  }
  .login .loginbox .field {
    width: 60%;
  }
  .logo {
    top: 15px;
  }
}
/*@media only screen and (min-width: 960px) */

@media only screen and (min-width: 60em) {
  
}
/******************************************************* RULER *******************************************************/

/*@media only screen and (min-width: 896px and max-width: 1024px) */

@media only screen and (min-width: 56em) and (max-width: 64em) {
  
}
/*@media only screen and (min-width: 1024px) */

@media only screen and (min-width: 64em) {
  .navigation {
    width: calc(100% - 65px);
    margin-left: 75px;
    font-size: 1em;
  }
  .fontsize {
    width: 60px;
    right: 60px;
  }
  .search-login,
  .search-login.search-login-withform {
    width: 60px;
  }
  .search {
    width: 60px;
    height: 80px;
  }
  .search .search-query-wrapper {
    right: 60px;
  }
  .search .search-button {
    width: 60px;
  }
  .search .search-button i {
    width: 60px;
  }
  /* ===============
      QUESTION TREE
     =============== */
  
  .list.list-questiontree-large {
    margin-bottom: 0;
  }
  .list-questiontree-large ul li a i {
    font-size: 8.5em;
    /* 48 v 14 */
    line-height: 165px;
    width: 160px;
    height: 160px;
    margin-bottom: 10px;
  }
  .list-questiontree-large ul li .choice {
    line-height: 1.5em;
  }
}
/******************************************************* RULER *******************************************************/

/*@media only screen and (min-width: 1140px) */

@media only screen and (min-width: 71.25em) {
  /* ===============
     ALMOST MAX WIDTH:  Layout
     =============== */
  
  .navigation {
    margin-left: 90px;
    font-size: 1em;
  }
  .fontsize {
    width: 80px;
    right: 80px;
  }
  .search-login,
  .search-login.search-login-withform {
    width: 80px;
  }
  .search {
    width: 80px;
  }
  .search .search-query-wrapper {
    right: 80px;
  }
  .search .search-query-wrapper .search-query {
    font-size: 1.4em;
    line-height: 1.5em;
  }
  .search .search-button {
    width: 80px;
  }
  .search .search-button i {
    width: 80px;
    font-size: 2em;
  }
}
/******************************************************* RULER *******************************************************/

/*@media only screen and (min-width: 1280px) */

@media only screen and (min-width: 80em) {
  /* ===============
     MAX WIDTH:  Layout
     =============== */
  
  .navigation {
    margin-left: 100px;
    font-size: 1.142857143em;
    /* 16 v 14 */
  
  }
  .fontsize {
    width: 80px;
    right: 80px;
    position: absolute;
  }
  .header-container .wrapper {
    position: relative;
  }
  .search-login,
  .search-login.search-login-withform {
    position: absolute;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
  /* ====================
      RETINA
     ==================== */
  
  .logo {
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
    background-image: url(/assets/images/general/logo-2x.png);
  }
}

