/* Minification failed. Returning unminified contents.
(8369,71): run-time error CSS1055: Expected media-query expression, found 'only'
(8374,71): run-time error CSS1055: Expected media-query expression, found 'only'
(8379,71): run-time error CSS1055: Expected media-query expression, found 'only'
(8384,71): run-time error CSS1055: Expected media-query expression, found 'only'
(8389,71): run-time error CSS1055: Expected media-query expression, found 'only'
(8394,71): run-time error CSS1055: Expected media-query expression, found 'only'
(8399,71): run-time error CSS1055: Expected media-query expression, found 'only'
(8404,71): run-time error CSS1055: Expected media-query expression, found 'only'
(8409,71): run-time error CSS1055: Expected media-query expression, found 'only'
(8414,71): run-time error CSS1055: Expected media-query expression, found 'only'
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1164px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #81858d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(129, 133, 141, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(129, 133, 141, 0.6);
}
.form-control::-moz-placeholder {
  color: #81858d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #81858d;
}
.form-control::-webkit-input-placeholder {
  color: #81858d;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 0px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -moz-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
       transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
       transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-background-clip: padding-box;
     background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 100px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    -webkit-border-radius: 4px;
            border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    -webkit-border-radius: 0;
            border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    -webkit-border-radius: 0;
            border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 0px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px 0px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url('/content/fonts/fa-solid-900.eot');
  src: url('/content/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('/content/fonts/fa-solid-900.woff2') format('woff2'), url('/content/fonts/fa-solid-900.woff') format('woff'), url('/content/fonts/fa-solid-900.ttf') format('truetype'), url('/content/fonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url('/content/fonts/fa-brands-400.eot');
  src: url('/content/fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('/content/fonts/fa-brands-400.woff2') format('woff2'), url('/content/fonts/fa-brands-400.woff') format('woff'), url('/content/fonts/fa-brands-400.ttf') format('truetype'), url('/content/fonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url('/content/fonts/fa-regular-400.eot');
  src: url('/content/fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('/content/fonts/fa-regular-400.woff2') format('woff2'), url('/content/fonts/fa-regular-400.woff') format('woff'), url('/content/fonts/fa-regular-400.ttf') format('truetype'), url('/content/fonts/fa-regular-400.svg#fontawesome') format('svg');
}


@font-face {
  font-family: 'FontAwesome';
  src: url('/Content/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/Content/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/Content/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/Content/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/Content/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/Content/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: .1em;
  border: solid 0.08em #eee;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.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);
}
.fa-flip-horizontal.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 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-aws:before {
  content: "\f375";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-moon:before {
  content: "\f186";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-plane:before {
  content: "\f072";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-random:before {
  content: "\f074";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-train:before {
  content: "\f238";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;

  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /*background: url("owl.video.play.png") no-repeat;*/
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { left:-9999px; position:absolute !important; top: auto !important; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px; }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0; }
.ui-multiselect-header a { text-decoration:none; }
.ui-multiselect-header a:hover { text-decoration:underline; }
.ui-multiselect-header span.ui-icon { float:left; }
.ui-multiselect-header .ui-multiselect-close { float:right; padding-right:0; text-align:right; }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; text-align: left; }
.ui-multiselect-checkboxes { overflow-y:auto; position:relative; }
.ui-multiselect-checkboxes label { border:1px solid transparent; cursor:default; display:block; padding:3px 1px; }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; list-style: none; padding-right:3px; }
.ui-multiselect-checkboxes .ui-multiselect-optgroup { padding: 3px; }
.ui-multiselect-columns { display: inline-block; vertical-align: top; }
.ui-multiselect-checkboxes .ui-multiselect-optgroup a { border-bottom:1px solid; cursor: pointer; display:block; font-weight:bold; margin:1px 0; padding:3px; text-align:center; text-decoration:none; }

@media print{
    .ui-multiselect-menu {display: none;}
}

.object-fit-element img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.object-fit-element.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.object-fit-element.compat-object-fit img {
  opacity: 0;
}
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'titillium-web', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6875;
  color: #BBBBBB;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
.no-margin {
  margin: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'titillium-web', sans-serif;
  line-height: 1em;
  padding: 0;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 33.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 36.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 30.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 31.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 26.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 27.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  h3 {
    font-size: 28px;
  }
}
h4 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 22.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h4 {
    font-size: 22.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  h4 {
    font-size: 23px;
  }
}
h5 {
  margin: 0px 0px 0px 0px;
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h5 {
    font-size: 20.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h5 {
    font-size: 20.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  h5 {
    font-size: 21px;
  }
}
h6 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h6 {
    font-size: 18.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h6 {
    font-size: 18.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  h6 {
    font-size: 19px;
  }
}
hr {
  width: 60px;
  display: inline-block;
  height: 0px;
  border: 0px;
  border-bottom: 2px solid #dad7d5;
  margin: 0px;
  line-height: 0px;
}
.text-container {
  float: left;
  padding: 0 35px 45px 35px;
  color: #000;
}
.text-container h1:first-child {
  margin-top: 0;
  color: #00529E;
  text-align: center;
}
.text-container h2 {
  color: #00529E;
}
.text-container p {
  margin: 10px 0 20px 0px;
}
.text-container p img {
  max-width: 100%;
  text-align: center;
}
.text-container .iframe {
  padding-top: 0;
}
.text-container .iframe p {
  margin: 0;
  padding: 0;
  font-family: 'titillium-web', sans-serif;
  text-align: center;
}
.text-container .iframe p .iframewrapper {
  position: relative;
  height: 0;
  min-height: 256px;
}
.text-container .iframe p .iframewrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.text-container .social-share {
  padding-top: 45px;
}
.text-container.vacatureTekst h1 {
  color: #009894;
  font-size: 26px;
  font-weight: 400;
}
.text-container.vacatureTekst p:nth-child(2) {
  float: left;
  width: 100%;
  color: #000;
  font-family: 'titillium-web', sans-serif;
  font-weight: 'titillium-web', sans-serif;
  font-size: 14px;
  padding: 0;
  word-wrap: break-word;
  margin-bottom: 0px;
}
.text-container.vacatureTekst strong,
.text-container.vacatureTekst strong span,
.text-container.vacatureTekst p strong,
.text-container.vacatureTekst p strong span,
.text-container.vacatureTekst p b,
.text-container.vacatureTekst p b span {
  color: #646464;
  font-family: 'titillium-web', sans-serif;
  font-weight: normal;
  font-size: 20px !important;
}
.text-container.vacatureTekst strong em,
.text-container.vacatureTekst strong span em,
.text-container.vacatureTekst p strong em,
.text-container.vacatureTekst p strong span em,
.text-container.vacatureTekst p b em,
.text-container.vacatureTekst p b span em {
  font-family: 'titillium-web', sans-serif;
  line-height: 1.125em;
  padding: 0;
  word-wrap: break-word;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .text-container.vacatureTekst strong em,
  .text-container.vacatureTekst strong span em,
  .text-container.vacatureTekst p strong em,
  .text-container.vacatureTekst p strong span em,
  .text-container.vacatureTekst p b em,
  .text-container.vacatureTekst p b span em {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-container.vacatureTekst strong em,
  .text-container.vacatureTekst strong span em,
  .text-container.vacatureTekst p strong em,
  .text-container.vacatureTekst p strong span em,
  .text-container.vacatureTekst p b em,
  .text-container.vacatureTekst p b span em {
    font-size: 18.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .text-container.vacatureTekst strong em,
  .text-container.vacatureTekst strong span em,
  .text-container.vacatureTekst p strong em,
  .text-container.vacatureTekst p strong span em,
  .text-container.vacatureTekst p b em,
  .text-container.vacatureTekst p b span em {
    font-size: 21.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-container.vacatureTekst strong em,
  .text-container.vacatureTekst strong span em,
  .text-container.vacatureTekst p strong em,
  .text-container.vacatureTekst p strong span em,
  .text-container.vacatureTekst p b em,
  .text-container.vacatureTekst p b span em {
    font-size: 24px;
  }
}
.text-container ul {
  margin: 2px 0 20px 0px;
  color: #000;
  padding: 0;
}
.text-container ul li {
  list-style: none;
  margin-left: 0.5em;
  color: #646464;
}
.text-container li:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #646464;
  display: inline-block;
  margin-right: 10px;
  width: 8px;
  height: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .text-container {
    padding: 0 30px 30px 30px;
  }
  .text-container .social-share {
    padding-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-container {
    padding: 0 25px 25px 25px;
  }
  .text-container .social-share {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .text-container {
    padding: 0 20px 20px 20px;
  }
  .text-container .social-share {
    padding-top: 15px;
  }
}
img.loading {
  position: absolute;
  height: auto;
  top: 50% !important;
  left: 50% !important;
}
img.loading.w32 {
  height: 32px !important;
  width: 32px !important;
  margin: -16px 0 0 -16px !important;
}
img.loading.w48 {
  height: 48px !important;
  width: 48px !important;
  margin: -24px 0 0 -24px !important;
}
img.loading.w64 {
  height: 64px !important;
  width: 64px !important;
  margin: -32px 0 0 -32px !important;
}
img.loading.w72 {
  height: 72px !important;
  width: 72px !important;
  margin: -36px 0 0 -36px !important;
}
.field-validation-error {
  float: left;
  width: 100%;
  display: block;
  line-height: 1.5em;
  color: #0c0304;
  margin: 0.5em 0 0 0;
}
a {
  color: #FFD22D;
  font-weight: 400;
}
a:hover {
  color: #E6E6E6;
  text-decoration: none;
}
a:focus {
  color: #E6E6E6;
  text-decoration: none;
}
.btn {
  padding: 0;
  font-family: 'titillium-web', sans-serif;
  color: #00529E;
  background: #FFD22D;
  line-height: 1em;
  font-weight: 600;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  white-space: normal;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: none;
  text-transform: uppercase;
  border-radius: 0;
}
.btn.small {
  padding-left: 10px;
}
.btn.normal {
  padding-left: 18px;
}
.btn.big {
  width: 100%;
}
.btn.btn-solid {
  font-size: 14px;
  padding: 15px 35px;
  border-radius: 0;
}
.btn.btn-solid:hover,
.btn.btn-solid:focus {
  color: #fff;
  background-image: linear-gradient(to right top, #005ba2, #006da8, #007da6, #008c9e, #009894);
  outline: none;
}
.btn.btn-solid:hover i,
.btn.btn-solid:focus i {
  color: rgba(255, 255, 255, 0.65);
}
.btn.btn-solid:hover {
  background-image: linear-gradient(to right top, #005ba2, #006da8, #007da6, #008c9e, #009894);
}
.btn.btn-solid:focus {
  background: #878686;
}
.btn.btn-solid.btn-lg {
  padding: 19px 25px 18px;
}
.btn.btn-solid.zwart:hover {
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .btn.btn-solid {
    width: 100%;
  }
}
.btn.btn-alt {
  font-size: 15px;
  padding: 14px 22px;
  color: #646464;
  text-decoration: none;
}
.btn.btn-alt:hover,
.btn.btn-alt:focus {
  color: #646464;
  outline: none;
}
.btn.btn-alt:hover i,
.btn.btn-alt:focus i {
  color: rgba(255, 255, 255, 0.65);
}
.btn.btn-alt:hover {
  background-color: linear-gradient(-90deg, #ef7810, #e9540d);
}
.btn.btn-alt:focus {
  background-color: linear-gradient(-90deg, #ef7810, #e9540d);
}
.btn.btn-alt.btn-lg {
  font-size: 20px;
  padding: 19px 25px 18px;
}
@media only screen and (max-width: 767px) {
  .btn.btn-alt {
    width: 100%;
  }
}
.btn.btn-link {
  text-decoration: underline;
  font-family: 'titillium-web', sans-serif;
  font-size: 15px;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
  text-decoration: none;
  color: #FFD22D;
}
.btn.btn-link.rood {
  color: #fff;
}
.btn.btn-link.zwart:hover {
  background: #878686;
}
.btn i {
  position: relative;
  font-size: 12px;
  line-height: 12px;
  height: 1em;
  width: 1em;
  margin-right: 5px;
}
.btn i:before {
  position: absolute;
  left: 0;
  top: 1px;
}
.btn.min-width {
  min-width: 245px;
}
.btn:hover i {
  color: #fff;
}
ol p {
  color: #BBBBBB;
  font-size: 15px;
  font-family: 'titillium-web', sans-serif;
  margin: 0;
}
.a2a_default_style a {
  padding: 0 0 4px 0;
}
.a2a_default_style a:not(:last-child) {
  padding-right: 8px;
}
.a2a_default_style a.a2a_dd span.a2a_svg {
  background-color: #F4F4F4 !important;
}
.a2a_default_style a.a2a_dd span.a2a_svg svg path {
  fill: #71706F !important;
}
.a2a_default_style a span.a2a_svg {
  border-radius: 8px;
  height: 45px;
  line-height: 45px;
  width: 45px;
}
.a2a_default_style a span.a2a_svg svg {
  height: 100%;
  width: 100%;
  padding: 11px;
}
.a2a_default_style a span.a2a_svg.a2a_s__default.a2a_s_share1 svg path:nth-child(1) {
  fill: none !important;
}
.a2a_default_style a span.a2a_svg.a2a_s__default.a2a_s_share1 svg path:nth-child(n + 2) {
  fill: #E6E6E6 !important;
}
.a2a_default_style a:hover span.a2a_svg {
  opacity: 1;
  background: #00529E !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .a2a_default_style a span.a2a_svg {
    height: 42px;
    line-height: 42px;
    width: 42px;
  }
}
#breadcrumbs {
  display: none;
  float: left;
  width: 100%;
  font-size: 14px;
}
#breadcrumbs ol {
  margin: 0px;
  padding: 0px;
}
#breadcrumbs ol li {
  display: inline-block;
  list-style-type: none;
}
#breadcrumbs .breadcrumb {
  margin: 0;
  padding: 16px 10px 17px;
  background: #fff;
  font-family: 'titillium-web', sans-serif;
}
#breadcrumbs .breadcrumb .breadcrumb-divider {
  color: #BBBBBB;
}
#breadcrumbs .breadcrumb .breadcrumb-item a {
  color: #000;
  text-decoration: underline;
}
#breadcrumbs .breadcrumb .breadcrumb-item a i {
  font-size: 11px;
  margin-right: 7px;
}
#breadcrumbs .breadcrumb > .active {
  color: #666666;
}
@media only screen and (max-width: 767px) {
  #breadcrumbs .breadcrumb {
    padding-left: 25px;
    padding-right: 25px;
  }
}
section#topbar {
  position: relative;
  width: 100%;
  background: #00529E;
  font-size: 15px;
  font-family: 'titillium-web', sans-serif;
}
@media only screen and (max-width: 767px) {
  section#topbar {
    background: #fff;
    height: 0px;
  }
}
section#topbar .container {
  font-family: 'titillium-web', sans-serif;
  font-size: 14px;
}
section#topbar .container a {
  display: block;
  float: left;
  text-decoration: none;
  color: #BBBBBB;
  line-height: 1em;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  section#topbar .container a {
    float: right;
  }
}
section#topbar .container a i {
  margin-right: 8px;
  font-size: 12px;
  color: #E6E6E6;
  /*@media @xs {
                    display: none;
                }*/
}
section#topbar .container a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  section#topbar .container a {
    font-size: 0px !important;
  }
}
section#topbar .container div.left {
  text-align: left;
  float: left;
  position: relative;
  padding: 15px 0;
}
section#topbar .container div.left a {
  margin-right: 22px;
}
@media only screen and (max-width: 767px) {
  section#topbar .container div.left a {
    margin-right: 0px;
    float: none;
    border-right: solid 0px rgba(0, 0, 0, 0.1);
    padding-right: 23px;
  }
}
section#topbar .container div.middle a {
  float: left;
}
section#topbar .container div.right {
  text-align: right;
  float: right;
  position: relative;
  padding: 15px 0px 15px 0;
}
@media only screen and (max-width: 767px) {
  section#topbar .container div.right {
    float: left;
  }
}
#header-logo {
  position: absolute;
  right: 10px;
  top: -1px;
  width: auto;
  z-index: 99;
  display: block;
}
@media only screen and (max-width: 767px) {
  #header-logo {
    display: none;
  }
}
#header-logo .navbar-brand {
  display: block;
  float: none;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
}
#header-logo .navbar-brand img {
  position: relative;
  display: block;
  height: 320px;
  width: auto;
  z-index: 1;
}
.afbeelding {
  min-height: 20px;
  min-width: 359px;
  float: right;
  width: 100%;
  margin-top: 20px;
}
.header-logo {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px 0px 10px 0px;
}
.header-logo img {
  padding-top: 15px;
  width: 100%;
  height: auto;
  max-width: 400px;
  float: left;
}
.header-logo .companyInfo {
  padding-left: 18px;
}
.header-logo .companyInfo a {
  display: block;
  color: #000;
  float: left;
  margin-right: 15px;
  font-size: 14px;
}
.header-logo .companyInfo a.padding {
  padding-top: 25px;
}
.header-logo .companyInfo a.corporate {
  padding-top: 25px;
}
.header-logo .companyInfo a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .header-logo .companyInfo a {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-logo .companyInfo a {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo .companyInfo a {
    display: none;
  }
}
.header-logo .companyInfo i {
  color: #E6E6E6;
  margin-right: 8px;
  font-size: 12px;
}
.header-logo .companyInfo ul.icons {
  color: #878686;
  display: block;
  margin: 0 0px;
  padding: 15px 0px 0px 0px;
  list-style: none;
}
.header-logo .companyInfo ul.icons .btn {
  margin-top: 0px;
  margin-left: 6px;
  margin-bottom: 6px;
  font-family: 'titillium-web', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.header-logo .companyInfo ul.icons li {
  float: left;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo .companyInfo ul.icons li a.icon.linkedin {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-logo .companyInfo ul.icons li:first-child {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo .companyInfo ul.icons li:first-child {
    clear: both;
  }
}
.header-logo .companyInfo ul.icons li a.icon {
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 0px 6px 6px;
  border-radius: 50%;
  color: #fff;
  transition: 0.2s;
  font-size: 14px;
  /*&:hover {
                        background: none;
                        border: solid 1px @black;

                        i {
                            color: @black;
                        }
                    }*/
}
.header-logo .companyInfo ul.icons li a.icon i {
  color: #fff;
  margin: 0px;
  font-size: 16px;
}
.header-logo .companyInfo ul.icons li a.icon.linkedin {
  background: #007BB5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-logo .companyInfo ul.icons li a.icon.linkedin {
    margin-left: 0px;
  }
}
.header-logo .companyInfo ul.icons li a.icon.linkedin:hover {
  background: #06608A;
}
.header-logo .companyInfo ul.icons li a.icon.twitter {
  background: #55ACEE;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-logo .companyInfo ul.icons li a.icon.twitter {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo .companyInfo ul.icons li a.icon.twitter {
    margin-left: 0px;
    margin-top: 30px;
  }
}
.header-logo .companyInfo ul.icons li a.icon.facebook {
  background: #3B5998;
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo .companyInfo ul.icons li a.icon.facebook {
    margin-left: 20px;
  }
}
.header-logo .companyInfo ul.icons li a.icon.facebook:hover {
  background: #264891;
}
.header-logo .companyInfo ul.icons li a.icon.instagram {
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3ClinearGradient%20id%3D%22g%22%20x1%3D%220%25%22%20y1%3D%22100%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23f09433%22%2F%3E%3Cstop%20offset%3D%2225%25%22%20stop-color%3D%22%23e6683c%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23dc2743%22%2F%3E%3Cstop%20offset%3D%2275%25%22%20stop-color%3D%22%23cc2366%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23bc1888%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23g)%22%20%2F%3E%3C%2Fsvg%3E');
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo .companyInfo ul.icons li a.icon.instagram {
    margin-left: 0px;
  }
}
.header-logo .companyInfo ul.icons li a.icon.instagram:hover {
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3ClinearGradient%20id%3D%22g%22%20x1%3D%220%25%22%20y1%3D%22100%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23bc1888%22%2F%3E%3Cstop%20offset%3D%2225%25%22%20stop-color%3D%22%23cc2366%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23dc2743%22%2F%3E%3Cstop%20offset%3D%2275%25%22%20stop-color%3D%22%23e6683c%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23f09433%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23g)%22%20%2F%3E%3C%2Fsvg%3E');
}
.header-logo .companyInfo ul.icons li a.icon.youtube {
  background: red;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo .companyInfo ul.icons li a.icon.youtube {
    margin-left: 5px;
  }
}
.header-logo .companyInfo ul.icons li a.icon.youtube:hover {
  background: darkred;
}
.header-logo .companyInfo ul.icons li a.icon.whatsapp {
  background: #4DC247;
}
.header-logo .companyInfo ul.icons li a.icon.blog {
  background: #E6E6E6;
  width: auto;
  line-height: normal;
  padding: 8px 10px;
  border-radius: 18px;
  text-decoration: none;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .header-logo .companyInfo ul.icons {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-logo .companyInfo ul.icons {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo .companyInfo ul.icons {
    display: none;
  }
}
.header-logo .bedrijven .bedrijfImage {
  float: right;
  margin-top: 22px;
  max-width: 81px;
  max-height: 20px;
  top: 50%;
  padding: 0 5px;
  display: inline-block;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo {
    padding: 20px;
  }
  .header-logo .navbar-logo {
    width: 100%;
    float: left;
    text-align: center;
  }
  .header-logo .navbar-logo img {
    display: inline-block;
    float: none;
  }
  .header-logo .bedrijven {
    width: 100%;
    text-align: center;
  }
  .header-logo .bedrijven a {
    display: inline-block;
    width: 23%;
    text-align: center;
  }
}
.navbar {
  background: #E6E6E6;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  transition: all 0.25s ease-in-out;
  margin: 0;
  border: 0px;
  border-radius: 0;
  min-height: 0;
  z-index: 2;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  /*@media @md {
        height: 100px;
    }

    @media @sm {
        height: 80px;
    }

    @media @xs {
        height: 60px;
    }*/
}
.navbar .container {
  position: relative;
  border-bottom: none;
}
.navbar .container .right .navbar-toggle .button-label {
  font-family: 'titillium-web', sans-serif;
}
.navbar .container #header-nav {
  float: left;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container #header-nav {
    width: auto !important;
  }
}
.navbar .container #header-nav #main-menu {
  margin: 0px 0 0 0;
  text-align: left;
  padding: 5px 5px 5px 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar .container #header-nav #main-menu {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .container #header-nav #main-menu {
    padding: 0;
  }
}
.navbar .container #header-nav #main-menu li {
  float: left;
  font-family: 'titillium-web', sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-right: 20px;
}
.navbar .container #header-nav #main-menu li:first-child {
  margin-left: 0;
}
.navbar .container #header-nav #main-menu li.corporateLinkMenu {
  margin-top: 0;
}
.navbar .container #header-nav #main-menu li.corporateLinkMenu a.corporateInfo {
  font-size: 14px;
  padding: 5px 0px 5px 15px;
  margin: 0px 0px;
  text-transform: none;
}
.navbar .container #header-nav #main-menu li.corporateLinkMenu a.corporateInfo i {
  margin-right: 7px;
}
.navbar .container #header-nav #main-menu li a {
  font-family: 'titillium-web', sans-serif;
  line-height: 1em;
  text-decoration: none;
  padding: 0;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .navbar .container #header-nav #main-menu li a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container #header-nav #main-menu li a {
    font-size: 14.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .container #header-nav #main-menu li a {
    font-size: 14.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar .container #header-nav #main-menu li a {
    font-size: 14px;
  }
}
.navbar .container #header-nav #main-menu li a .vacatureCounter {
  top: -3px;
  right: 0px;
  background-color: #FFD22D;
  padding: 1px 4px;
  border-radius: 30px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .container #header-nav #main-menu li a .vacatureCounter {
    right: -10px;
    top: 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container #header-nav #main-menu li a .vacatureCounter {
    right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .container #header-nav #main-menu li a .vacatureCounter {
    top: 0;
    right: 90px;
  }
}
.navbar .container #header-nav #main-menu li a.item {
  font-family: 'titillium-web', sans-serif;
  margin: 0px 0px;
  padding: 8px 10px;
  background: none;
}
.navbar .container #header-nav #main-menu li a.item .counter {
  top: -13px;
  right: -7px;
  position: absolute;
  color: #000;
  background: #FFD22D;
  font-size: 11px;
  line-height: 1em;
  padding: 5px 7px;
  border-radius: 11px;
}
.navbar .container #header-nav #main-menu li a.item:first-child {
  margin-left: 0;
  padding-left: 0px;
}
@media only screen and (max-width: 767px) {
  .navbar .container #header-nav #main-menu li a.item:first-child {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container #header-nav #main-menu li a.item:first-child {
    font-size: 14.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .container #header-nav #main-menu li a.item:first-child {
    font-size: 14.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar .container #header-nav #main-menu li a.item:first-child {
    font-size: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar .container #header-nav #main-menu li a.item:first-child {
    padding: 15px 0px 8px 0px;
  }
}
.navbar .container #header-nav #main-menu li a.menutoggle {
  display: none;
}
.navbar .container #header-nav #main-menu li a:hover {
  background: none;
  text-decoration: underline;
}
.navbar .container #header-nav #main-menu li a:focus,
.navbar .container #header-nav #main-menu li a:hover {
  border: none;
  outline: none;
}
.navbar .container #header-nav #main-menu li a.active {
  cursor: default;
  opacity: 1;
  text-decoration: underline;
}
.navbar .container #header-nav #main-menu li a .fa-angle-down {
  margin-left: 5px;
}
.navbar .container #header-nav #main-menu li.last a {
  padding-right: 0;
}
.navbar .container #header-nav #main-menu li:hover > .dropdown {
  visibility: visible;
  opacity: 1;
}
.navbar .container #header-nav #main-menu li ul.dropdown {
  top: 36px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  display: block;
  position: absolute;
  min-width: 0;
  padding: 0;
  background: none;
  margin: 0;
  list-style: none;
  background: #fff;
  box-shadow: 0 1px 1px #fff;
  transition: all ease-in-out 0.5s;
}
.navbar .container #header-nav #main-menu li ul.dropdown li {
  width: 100%;
  padding: 0;
  display: block;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container #header-nav #main-menu li ul.dropdown li {
    min-width: 300px;
  }
}
.navbar .container #header-nav #main-menu li ul.dropdown li a {
  margin: 0;
  border: 0;
  display: block;
}
.navbar .container #header-nav #main-menu li ul.dropdown li a.item {
  font-weight: 400;
  display: block;
  float: none;
  padding: 15px 10px;
  margin: 0;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  text-transform: uppercase !important;
}
.navbar .container #header-nav #main-menu li ul.dropdown li a.menutoggle {
  display: none;
}
.navbar .container #header-nav #main-menu li ul.dropdown li a:focus {
  background: none;
}
.navbar .container #header-nav #main-menu li ul.dropdown li a .fa-angle-right {
  position: absolute;
  right: 0;
  margin-right: 15px;
  line-height: 21px;
}
.navbar .container #header-nav #main-menu li ul.dropdown li:hover > a {
  color: #000;
  border: 0;
  background: #E6E6E6;
  text-decoration: none;
}
.navbar .container #header-nav #main-menu li ul.dropdown li:hover > a.item {
  color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .container {
    position: relative;
    border-bottom: none;
  }
  .navbar .container .right .navbar-toggle .button-label {
    font-family: 'titillium-web', sans-serif;
  }
  .navbar .container #header-nav {
    float: none;
  }
  .navbar .container #header-nav #main-menu {
    margin: 0px 0 0 0;
    text-align: center;
    float: none;
  }
  .navbar .container #header-nav #main-menu li {
    float: none;
    font-family: 'titillium-web', sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-right: 20px;
  }
  .navbar .container #header-nav #main-menu li:first-child {
    margin-left: 0;
  }
  .navbar .container #header-nav #main-menu li.corporateLinkMenu {
    margin-top: 0;
  }
  .navbar .container #header-nav #main-menu li.corporateLinkMenu a.corporateInfo {
    font-size: 14px;
    padding: 5px 15px;
    margin: 0px 0px;
    text-transform: none;
  }
  .navbar .container #header-nav #main-menu li.corporateLinkMenu a.corporateInfo i {
    margin-right: 7px;
  }
  .navbar .container #header-nav #main-menu li a {
    font-family: 'titillium-web', sans-serif;
    line-height: 1em;
    text-decoration: none;
    padding: 0;
    color: #000;
    text-transform: uppercase;
  }
  .navbar .container #header-nav #main-menu li a.item {
    font-family: 'titillium-web', sans-serif;
    margin: 0px 0px;
    padding: 8px 10px;
    background: none;
  }
  .navbar .container #header-nav #main-menu li a.item:first-child {
    margin-left: 0;
    padding-left: 0px;
    float: left;
  }
  .navbar .container #header-nav #main-menu li a.menutoggle {
    display: none;
  }
  .navbar .container #header-nav #main-menu li a:hover {
    background: none;
  }
  .navbar .container #header-nav #main-menu li a:focus,
  .navbar .container #header-nav #main-menu li a:hover {
    border: none;
    outline: none;
  }
  .navbar .container #header-nav #main-menu li a.active {
    cursor: default;
    opacity: 1;
    font-weight: bold;
  }
  .navbar .container #header-nav #main-menu li a .fa-angle-down {
    margin-left: 5px;
  }
  .navbar .container #header-nav #main-menu li.last a {
    padding-right: 0;
  }
  .navbar .container #header-nav #main-menu li:hover > .dropdown {
    visibility: visible;
    opacity: 1;
  }
  .navbar .container #header-nav #main-menu li ul.dropdown {
    top: 44px;
    visibility: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    min-width: 0;
    padding: 0;
    background: none;
    margin: 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 1px 1px #fff;
    transition: all ease-in-out 0.5s;
  }
  .navbar .container #header-nav #main-menu li ul.dropdown li {
    width: 100%;
    padding: 0;
    display: block;
  }
  .navbar .container #header-nav #main-menu li ul.dropdown li a {
    margin: 0;
    border: 0;
    display: block;
    text-transform: none;
  }
  .navbar .container #header-nav #main-menu li ul.dropdown li a.item {
    font-weight: 400;
    display: block;
    float: none;
    padding: 15px 10px;
    margin: 0;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  }
  .navbar .container #header-nav #main-menu li ul.dropdown li a.menutoggle {
    display: none;
  }
  .navbar .container #header-nav #main-menu li ul.dropdown li a:focus {
    background: none;
  }
  .navbar .container #header-nav #main-menu li ul.dropdown li a .fa-angle-right {
    position: absolute;
    right: 0;
    margin-right: 15px;
    line-height: 21px;
  }
  .navbar .container #header-nav #main-menu li ul.dropdown li:hover > a {
    color: #000;
    border: 0;
    background: #E6E6E6;
    text-decoration: none;
  }
  .navbar .container #header-nav #main-menu li ul.dropdown li:hover > a.item {
    color: #000;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container #header-nav {
    width: auto !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (max-width: 767px) {
  .navbar .container #header-nav #main-menu li a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container #header-nav #main-menu li a {
    font-size: 14.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .container #header-nav #main-menu li a {
    font-size: 14.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 1200px) {
  .navbar .container #header-nav #main-menu li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (max-width: 767px) {
  .navbar .container #header-nav #main-menu li a.item:first-child {
    font-size: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container #header-nav #main-menu li a.item:first-child {
    font-size: 11.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .container #header-nav #main-menu li a.item:first-child {
    font-size: 13.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 1200px) {
  .navbar .container #header-nav #main-menu li a.item:first-child {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container #header-nav #main-menu li ul.dropdown li {
    min-width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container {
    width: 100%;
    padding: 0px 15px;
  }
  .navbar .container #main-menu {
    width: 100%;
    text-align: center !important;
  }
  .navbar .container #header-logo .navbar-brand img {
    height: 170px;
    width: auto;
  }
  .navbar .container #header-nav {
    width: 100% !important;
  }
  .navbar .container #header-nav #main-menu li {
    margin-right: 12px;
    float: none;
    display: inline-block;
  }
  .navbar .container #header-nav #main-menu li.active a {
    font-weight: bold;
  }
  .navbar .container #header-nav #main-menu li a {
    padding: 0 0 2px 0;
  }
  .navbar .container #header-nav #main-menu li a.item {
    font-size: 12px;
    padding-right: 0px;
  }
  .navbar .container #header-nav #main-menu li ul.dropdown {
    top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar {
    background-color: #E6E6E6;
    box-shadow: none;
    height: 45px;
    top: 0px;
  }
  .navbar .container #header-logo .navbar-brand {
    margin: 0 0 0 15px;
  }
  .navbar .container #header-logo .navbar-brand img {
    height: 170px;
    width: auto;
    float: left;
  }
  .navbar .container #header-nav {
    position: fixed;
    z-index: 1000;
    background: #E6E6E6;
    height: 100%;
    max-height: 100%;
    right: 0;
    padding: 130px 0px 20px 0px;
    top: 0;
    width: 240px;
    overflow-y: hidden;
  }
  .navbar .container #header-nav nav {
    width: 190px;
    background-color: #E6E6E6;
  }
  .navbar .container #header-nav nav #main-menu li {
    width: 100%;
    margin: 0;
    background: #E6E6E6;
  }
  .navbar .container #header-nav nav #main-menu li:hover {
    border-bottom: 1px solid #E6E6E6;
  }
  .navbar .container #header-nav nav #main-menu li a.item {
    font-size: 14px;
    margin: 0;
    display: block;
    padding: 15px;
    border-bottom: none;
    padding-left: 15px !important;
  }
  .navbar .container #header-nav nav #main-menu li a:hover,
  .navbar .container #header-nav nav #main-menu li a:focus {
    border-color: transparent;
  }
  .navbar .container #header-nav nav #main-menu li.active > a {
    font-size: 14px;
    width: 190px;
    color: #000;
    border-color: transparent;
    outline: none;
    box-shadow: none;
  }
  .navbar .container #header-nav nav #main-menu li.corporateLinkMenu {
    margin-top: 50px;
  }
  .navbar .container #header-nav nav #main-menu li.corporateLinkMenu > a {
    color: #000;
    border-color: transparent;
    outline: none;
    box-shadow: none;
  }
  .navbar .container #header-nav nav #main-menu .fa-angle-down {
    display: none;
  }
  .navbar .container #header-nav nav #main-menu.has-submenu {
    width: calc(100% - 78px);
  }
  .navbar .container #header-nav nav #main-menu .menutoggle {
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    margin: 0;
    padding: 0;
    width: 78px;
  }
  .navbar .container #header-nav nav #main-menu .menutoggle .inner {
    position: relative;
    top: 0;
    right: 15px;
    cursor: pointer;
    height: 36px;
    width: 36px;
    margin: 0px;
    padding: 0;
    display: block;
    float: right;
    text-align: center;
    color: #E6E6E6;
    border: 1px solid #f5f4f3;
    border-radius: 2px;
    font-size: 0;
    line-height: 0;
  }
  .navbar .container #header-nav nav #main-menu .menutoggle .inner i {
    display: block;
    font-size: 21px;
    line-height: 36px;
    margin-left: 0px;
  }
  .navbar .container #header-nav nav #main-menu .menutoggle:focus {
    border-bottom: 0px !important;
  }
  .navbar .container #header-nav nav #main-menu .dropdown {
    z-index: 10;
    display: none !important;
  }
  .navbar .container #header-nav nav #main-menu .dropdown li {
    background: #BBBBBB;
    text-transform: uppercase;
  }
  .navbar .container #header-nav nav #main-menu .dropdown li a.item {
    color: #000;
    font-family: 'titillium-web', sans-serif;
    padding: 10px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase !important;
  }
  .navbar .container #header-nav nav #main-menu .dropdown li a.item:hover {
    background-color: linear-gradient(-90deg, #ef7810, #e9540d) !important;
  }
  .navbar .container #header-nav nav #main-menu.dropdown .dropdown-menu {
    padding: 8px 0;
    border: 0;
    background: #fff;
  }
  .navbar .container #header-nav nav #main-menu.dropdown .dropdown-menu li {
    margin: 0;
    padding: 0;
    display: block;
    text-transform: uppercase;
  }
  .navbar .container #header-nav nav #main-menu.dropdown .dropdown-menu li a {
    padding: 12px 20px;
    border-bottom: 0;
    text-transform: uppercase;
  }
  .navbar .container #header-nav nav #main-menu.dropdown .dropdown-menu li a:hover,
  .navbar .container #header-nav nav #main-menu.dropdown .dropdown-menu li a.active,
  .navbar .container #header-nav nav #main-menu.dropdown .dropdown-menu li a:focus {
    background: #fff;
  }
  .navbar .container #header-nav nav.navbar-nav > li ul.dropdown {
    position: relative;
    opacity: 1;
    visibility: visible;
    left: 0;
    display: none;
    padding: 0 0 0 10px;
    background: #fff;
    transition: none;
    box-shadow: none;
  }
  .navbar .container #header-nav nav.navbar-nav > li ul.dropdown .fa-angle-right {
    display: none;
  }
  .navbar .container #header-nav nav.navbar-nav > li ul.dropdown li a.menutoggle {
    display: block;
  }
  .navbar .container #header-nav nav.navbar-nav > li ul.dropdown li ul.dropdown {
    float: none;
    top: 0;
    left: 0 !important;
  }
  .navbar .right {
    float: right;
    z-index: 2000;
    position: absolute;
    margin-top: 3px;
  }
  .navbar .right .navbar-toggle {
    float: left;
    width: auto;
    margin: 0 0 0 15px;
    text-align: center;
    border-color: transparent;
    border: none;
  }
  .navbar .right .navbar-toggle .button-hamburger {
    width: 20px;
    display: block;
    float: left;
    margin: 4px 0 0 0;
    height: 16px;
  }
  .navbar .right .navbar-toggle .button-hamburger .icon-bar {
    background: #005BA2;
    height: 3px;
    margin-right: 0;
    margin-top: 3px;
    padding: 0;
    width: 100%;
  }
  .navbar .right .navbar-toggle .button-hamburger .icon-bar:first-child {
    margin-top: 0;
  }
  .navbar .right .navbar-toggle.collapsed .button-hamburger .icon-bar {
    background: #009894;
    border-radius: 0px;
  }
  .navbar .right .navbar-toggle .button-label {
    float: left;
    font: 700 'titillium-web', sans-serif;
    color: #000;
    font-size: 15px;
    margin: -2px 0 1px 10px;
    text-transform: uppercase;
  }
  .navbar .right .button-label {
    float: left;
    font: 700 'titillium-web', sans-serif;
    color: #000;
    font-size: 18px;
    margin: -4px 0 1px 15px;
  }
  .navbar #right-nav {
    display: none;
  }
}
section#welkom {
  padding: 20px 0 0 0;
  background-color: #f9f9f9;
  text-align: center;
}
section#welkom h2 {
  color: #000;
}
@media only screen and (max-width: 767px) {
  section#welkom h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#welkom h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#welkom h2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1200px) {
  section#welkom h2 {
    font-size: 42px;
  }
}
section#welkom p {
  color: #000;
  text-align: justify;
  font-family: 'titillium-web', sans-serif;
  font-size: 14px;
}
section#welkom a {
  color: #000;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  section#welkom h2 {
    text-align: left;
    margin-top: 20px;
    padding: 0px 20px;
  }
  section#welkom p {
    text-align: left;
    margin-top: 20px;
    padding: 0 20px;
  }
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
}
.collapsing.width {
  width: 0;
  height: auto;
}
.centerdiv1 {
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.centerdiv1 .centerdiv2 {
  display: table-cell;
  vertical-align: middle;
  background: none;
}
section {
  float: left;
  position: relative;
  width: 100%;
}
section.generic-index {
  background-color: #ffffff;
  font-family: 'titillium-web', sans-serif;
}
section.generic-index:nth-child(odd) {
  background: #ffffff !important;
}
section.generic-index .container .text-container {
  width: 100%;
  padding-top: 40px;
}
section.generic-index .container .text-container h1 {
  display: none;
}
section.generic-index .container .text-container strong {
  font-family: 'titillium-web', sans-serif;
}
section.generic-index .container .text-container h3 {
  font-weight: 400;
  color: #00529E;
}
section.generic-index .container .text-container h6 {
  color: #000;
}
section.generic-index .container .text-container h4 {
  font-weight: 400;
  color: #009894;
}
section.generic-index .container .text-container a {
  color: #646464;
  text-decoration: underline;
}
section.generic-index .container .text-container a:hover {
  color: #FFD22D;
  text-decoration: none;
}
section.generic-index .container .text-container a.knopoverons {
  margin-top: 20px;
  font-family: 'titillium-web', sans-serif;
  color: #00529E;
  background: #FFD22D;
  line-height: 1em;
  font-weight: 700;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  white-space: normal;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: none;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  padding: 15px 35px;
}
section.generic-index .container .text-container a.knopoverons:hover {
  background: #009894;
  color: #fff;
}
section.generic-index .container .text-container p {
  font-family: 'titillium-web', sans-serif;
  color: #646464;
}
section.generic-index .container .text-container span {
  font-family: 'titillium-web', sans-serif;
}
section.generic-index .container .text-container iframe {
  width: 100%;
  /*@media @lg, @md {
                    width: 116.66666%;
                    margin-left: -8.3333%;
                }*/
}
section.generic-index .container .text-container img {
  width: 100%;
  height: auto;
  /*@media @lg { width: 116.66666%; margin-left: -8.3333%; max-width: none;}
                      @media @md { width: 116.66666%; margin-left: -8.3333%; max-width: none;}*/
}
@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  section.generic-index .container .text-container img {
    width: 100%;
  }
}
section.generic-index .container .text-container .videoWrapper {
  position: relative;
  height: 0;
  margin: 2em 0px;
}
section.generic-index .container .text-container .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border: 0;
  /*@media @lg { width: 116.66666%; margin-left: -8.3333%; max-width: none;}
                    @media @md { width: 116.66666%; margin-left: -8.3333%; max-width: none;}*/
}
section.generic-index .container .text-container table {
  width: 100% !important;
  height: auto !important;
  margin: 30px 0px 0px;
}
section.generic-index .container .text-container table img {
  width: 140px !important;
  height: auto !important;
  margin: 0px 20px 0px 0px;
}
section.generic-index .container .text-container table tr {
  vertical-align: top;
}
section.generic-index .container .text-container table td h3 {
  margin-top: 0px;
}
section.generic-index .container .text-container ul li::before {
  color: #009894;
}
#sollicitatietext {
  background: #E6E6E6;
}
#sollicitatietext .container {
  padding: 40px 0px;
}
#sollicitatietext .container .content h3 {
  color: #00529E;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
#sollicitatietext .container .content p {
  margin: 10px 0px 30px 0px;
  padding: 0;
  font-family: 'titillium-web', sans-serif;
  color: #000;
  text-align: left;
  border-bottom: solid 3px #00529E;
  padding-bottom: 10px;
  font-size: 14px;
}
#sollicitatietext .container .content ul {
  list-style-type: none;
  padding: 0;
}
#sollicitatietext .container .content ul li {
  color: #000;
  font-size: 14px;
}
#sollicitatietext .container .content ul li i {
  font-size: 10px;
  color: #00529E;
  padding-right: 10px;
}
section#page-title h1 {
  line-height: 1.25em;
  color: #00529E;
  margin: 0;
  padding: 1em 35px 0.5em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#page-title h1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#page-title h1 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  section#page-title h1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.hero {
  margin-bottom: 0;
}
section.hero.other .container-fluid .overlay .container .text .content h2 {
  color: #fff;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  section.hero.other .container-fluid .overlay .container .text .content h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.hero.other .container-fluid .overlay .container .text .content h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.hero.other .container-fluid .overlay .container .text .content h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  section.hero.other .container-fluid .overlay .container .text .content h2 {
    font-size: 36px;
  }
}
section.hero .container-fluid {
  position: relative;
  text-align: left;
  z-index: 1;
}
section.hero .container-fluid .owl-stage {
  background: #fff;
}
section.hero .container-fluid .owl-stage .owl-item .image {
  position: relative;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  section.hero .container-fluid .owl-stage .owl-item .image {
    opacity: 1;
  }
}
section.hero .container-fluid .owl-dots {
  position: absolute;
  left: 0px;
  bottom: 6px;
  width: 100%;
  background: transparent;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
section.hero .container-fluid .owl-dots .owl-dot {
  display: inline-block;
}
section.hero .container-fluid .owl-dots .owl-dot.active span {
  background: #FFD22D;
}
section.hero .container-fluid .owl-dots .owl-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #FFD22D;
  border-radius: 50%;
  margin: 3px;
}
section.hero .container-fluid .overlay {
  position: absolute;
  z-index: 200;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: 100%;
  overflow: hidden;
}
section.hero .container-fluid .overlay .container {
  height: 100%;
}
section.hero .container-fluid .overlay .container .headerdots {
  background: url("/content/images/Group 824.png") no-repeat;
  width: 100%;
  bottom: 30px;
  position: absolute;
  background-size: auto 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  section.hero .container-fluid .overlay .container .headerdots {
    height: 65px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.hero .container-fluid .overlay .container .headerdots {
    height: 60px;
    bottom: 27.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.hero .container-fluid .overlay .container .headerdots {
    height: 55px;
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  section.hero .container-fluid .overlay .container .headerdots {
    height: 50px;
    bottom: 22.5px;
  }
}
section.hero .container-fluid .overlay .container .text {
  height: 100%;
}
section.hero .container-fluid .overlay .container .text .content {
  padding: 0;
}
section.hero .container-fluid .overlay .container .text .content h2 {
  color: #fff;
  font-weight: 700;
  margin: 0;
  line-height: 45px;
  font-family: 'titillium-web', sans-serif;
}
@media only screen and (max-width: 767px) {
  section.hero .container-fluid .overlay .container .text .content h2 {
    font-size: 23.4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.hero .container-fluid .overlay .container .text .content h2 {
    font-size: 27.576px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.hero .container-fluid .overlay .container .text .content h2 {
    font-size: 31.788px;
  }
}
@media only screen and (min-width: 1200px) {
  section.hero .container-fluid .overlay .container .text .content h2 {
    font-size: 36px;
  }
}
section.hero .container-fluid .overlay .container .text .content h1 {
  color: #fff;
  font-weight: 700;
  margin: 0;
  line-height: 45px;
  font-family: 'titillium-web', sans-serif;
}
@media only screen and (max-width: 767px) {
  section.hero .container-fluid .overlay .container .text .content h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.hero .container-fluid .overlay .container .text .content h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.hero .container-fluid .overlay .container .text .content h1 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1200px) {
  section.hero .container-fluid .overlay .container .text .content h1 {
    font-size: 48px;
  }
}
section.hero .container-fluid .overlay .container .text .content b {
  font-family: 'titillium-web', sans-serif;
}
@media only screen and (max-width: 767px) {
  section.hero .container-fluid .overlay .container .text .content b {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.hero .container-fluid .overlay .container .text .content b {
    font-size: 19px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.hero .container-fluid .overlay .container .text .content b {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  section.hero .container-fluid .overlay .container .text .content b {
    font-size: 19px;
  }
}
section.hero .container-fluid .overlay .container .text .content p {
  font-family: 'titillium-web', sans-serif;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  section.hero .container-fluid .overlay .container .text .content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.hero .container-fluid .overlay .container .text .content p {
    font-size: 14.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.hero .container-fluid .overlay .container .text .content p {
    font-size: 14.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  section.hero .container-fluid .overlay .container .text .content p {
    font-size: 15px;
  }
}
section.hero .container-fluid .overlay .container .text .content a.btn {
  min-width: 130px;
  font-family: 'titillium-web', sans-serif;
  font-size: 300;
  padding: 15px 20px 15px 20px;
  color: #00529E;
  text-decoration: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
}
section.hero .container-fluid .overlay .container .text .content a.btn:hover {
  background: #fff;
  color: #000;
}
section.hero .container-fluid .sliderOverlay {
  background: url("/content/images/Rectangle 855.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}
section.hero .container-fluid .sliderOverlay img {
  top: 0px;
  left: 0px;
}
section.hero .container-fluid .image {
  float: left;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.hero .container-fluid img {
  position: absolute;
  z-index: 1;
}
section.hero .container-fluid .holder {
  position: relative;
  background-color: #00529E;
  z-index: -1;
}
section.hero .container-fluid .holder.hero-small {
  height: 400px;
}
section.hero .container-fluid .holder.hero-big {
  padding-bottom: 28.64583333%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.hero .container-fluid .image .holder.hero-small {
    height: 350px;
  }
  section.hero .container-fluid .image .holder.hero-big {
    min-height: 500px;
  }
  section.hero .container-fluid .overlay .container .text {
    padding: 0;
  }
  section.hero .container-fluid .overlay .container .text .content {
    padding: 0;
  }
  section.hero .container-fluid .overlay .container .text .content h2 {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.hero .container-fluid .owl-dots {
    height: 0;
    bottom: 30px;
    padding: 25px 0 0 20px;
    text-align: left;
  }
  section.hero .container-fluid .owl-dots .owl-dot span {
    border-color: #FFD22D;
    margin: 0 0 0 5px;
  }
  section.hero .container-fluid .owl-dots .owl-dot.active span {
    background: #FFD22D;
  }
  section.hero .container-fluid .image {
    float: left;
    width: 100%;
  }
  section.hero .container-fluid .image img {
    width: 100%;
    /* height: auto;*/
  }
  section.hero .container-fluid .image .holder.hero-small {
    height: 300px;
  }
  section.hero .container-fluid .image .holder.hero-big {
    /*padding-bottom: (550/1920)*100+0%;*/
    min-height: 350px;
  }
  section.hero .container-fluid .overlay {
    position: absolute;
    top: 0;
    float: left;
    width: 100%;
    height: 100%;
    background: transparent;
  }
  section.hero .container-fluid .overlay .container {
    width: 100% !important;
  }
  section.hero .container-fluid .overlay .container .headerdots {
    background-position: 20px center;
  }
  section.hero .container-fluid .overlay .container .text .centerdiv1 .centerdiv2 {
    vertical-align: top;
    padding-top: 30px;
  }
  section.hero .container-fluid .overlay .container .text .content {
    width: 100%;
    padding: 20px 20px 40px;
  }
  section.hero .container-fluid .overlay .container .text .content h2 {
    color: #fff;
    margin-top: 0px;
  }
  section.hero .container-fluid .overlay .container .text .content p {
    color: #fff;
    font-weight: 300;
  }
}
@media only screen and (max-width: 767px) {
  section.hero .container-fluid .owl-dots {
    top: 70px;
    padding: 0px 0 0 20px;
  }
  section.hero .container-fluid .owl-dots .owl-dot span {
    border-color: #FFD22D;
    margin: 0 5px 0 0;
  }
  section.hero .container-fluid .owl-dots .owl-dot.active span {
    background: #FFD22D;
  }
  section.hero .container-fluid .image {
    float: left;
    position: relative;
  }
  section.hero .container-fluid .image img {
    position: relative;
  }
  section.hero .container-fluid .image .holder.hero-small {
    padding-bottom: 0px;
    height: 250px;
  }
  section.hero .container-fluid .image .holder.hero-big {
    padding-bottom: 0px;
    min-height: unset;
  }
  section.hero .container-fluid .overlay .container {
    padding-bottom: 100px;
  }
  section.hero .container-fluid .overlay .container .headerdots {
    background-position: 20px center;
  }
  section.hero .container-fluid .overlay .container .text .content {
    width: 100%;
    padding: 30px 20px 40px;
  }
  section.hero .container-fluid .overlay .container .text .content .bottom .btn {
    margin-top: 10px;
    width: 100%;
  }
  section.hero .container-fluid .overlay .container .text .content h2 {
    color: #005BA2;
    line-height: 36px;
    font-size: 36px;
  }
  section.hero .container-fluid .overlay .container .text .content p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 300;
  }
}
section#dots {
  background: url("/content/images/group 1141.png") no-repeat;
  padding: 20px;
  margin-bottom: 40px;
}
.alert {
  padding: 25px;
  text-align: center;
  margin-top: 22.5px;
  margin-bottom: 22.5px;
  border: solid 1px transparent;
  background: #fff;
}
.alert ul {
  list-style-type: none;
}
.alert.left {
  text-align: left;
}
.alert strong {
  display: block;
  line-height: 1em;
  margin: 0 0 0.5em 0;
  padding: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .alert strong {
    font-size: 15.6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .alert strong {
    font-size: 18.384px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .alert strong {
    font-size: 21.192px;
  }
}
@media only screen and (min-width: 1200px) {
  .alert strong {
    font-size: 24px;
  }
}
.alert b,
.alert strong,
.alert a {
  color: inherit;
}
.alert a {
  text-decoration: underline;
}
.alert a:hover,
.alert a:focus {
  text-decoration: none;
}
.alert.alert-info {
  color: #003fa9;
  background: rgba(41, 121, 255, 0.06);
}
.alert.alert-success {
  color: #255627;
  background: rgba(76, 175, 80, 0.06);
}
.alert.alert-warning {
  color: #804900;
  background: rgba(255, 145, 0, 0.06);
}
.alert.alert-danger {
  color: #fff;
  background-color: rgba(248, 215, 218, 0.5);
  color: #721c24;
}
.alert.alert-danger ul {
  padding-left: 20px;
}
.alert.alert-danger ul li {
  position: relative;
}
.alert.alert-danger ul li:before {
  position: absolute;
  left: 0;
  font-family: 'FontAwesome';
  content: '\f00d';
  top: 0;
  left: -20px;
  color: #721c24;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .alert {
    padding: 35px;
    margin-top: 17.5px;
    margin-bottom: 17.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .alert {
    padding: 25px;
    margin-top: 12.5px;
    margin-bottom: 12.5px;
  }
}
@media only screen and (max-width: 767px) {
  .alert {
    padding: 15px;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
}
#quote {
  background: #2e2a26;
  height: 150px;
  width: 100%;
}
#quote h1 {
  padding-top: 54px;
  margin: 0px;
  text-align: center;
  font-weight: 200;
  font-style: normal;
  color: #fff;
}
#text-center {
  background-color: #f9f9f9;
  text-align: left;
}
#vacancies-search {
  text-align: center;
  padding: 20px 0 10px 0;
}
#vacancies-search h2 {
  font-family: 'titillium-web', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  margin: 50px 0 0.75px 0;
  padding: 0;
  color: #00529E;
  text-transform: uppercase;
  text-align: left;
}
#vacancies-search p {
  margin: 10px 0px 30px 0px;
  padding: 0;
  font-family: 'titillium-web', sans-serif;
  color: #000;
  text-align: left;
  border-bottom: solid 3px #00529E;
  padding-bottom: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #vacancies-search p {
    margin: 10px 0px 20px 0px;
  }
}
#vacancies-search a {
  color: #000;
  text-decoration: underline;
}
#vacancies-search hr {
  border: 2px solid #E6E6E6;
  border-radius: 2px;
  width: 80px;
  margin: 0 auto;
  margin-top: 32px;
  display: block;
}
#vacancies-search .videoWrapper {
  width: 50%;
  padding-bottom: 20px !important;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #vacancies-search .videoWrapper {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  #vacancies-search .videoWrapper {
    width: 100%;
  }
}
#vacancies-search form {
  margin: 0 auto;
  float: left;
  font-size: 0;
  line-height: 0;
  width: 100%;
}
#vacancies-search form .form-group {
  padding: 0 10px 0px 0px;
  display: inline-block;
  width: 180px;
  float: left;
}
#vacancies-search form .form-group .form-control {
  border-radius: 0px;
  border: solid 1px #dad7d5;
  float: left;
  font-family: 'titillium-web', sans-serif;
}
#vacancies-search form .form-group .form-control #zoekterm {
  margin-left: 50px;
}
#vacancies-search form .form-group.button .btn {
  font-family: 'titillium-web', sans-serif;
  font-size: 300;
  float: left;
  padding: 14px 35px;
  width: 100%;
  border-radius: 0px;
  width: 220px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #vacancies-search {
    padding: 20px 0px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #vacancies-search {
    padding: 35px 0px 25px;
  }
  #vacancies-search form .form-group {
    margin: 0 5px 10px 0px;
    width: calc(50% - 10px);
    padding-right: 0px;
  }
  #vacancies-search form .form-group.button {
    width: 100%;
    text-align: center;
  }
  #vacancies-search form .form-group.button .btn {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  #vacancies-search {
    padding: 0px 20px;
    text-align: center;
  }
  #vacancies-search h2 {
    margin: 20px 0 0.75px 0;
  }
  #vacancies-search form .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  #vacancies-search form .row .form-group {
    margin: 0 0 7.5px 0;
    width: 100%;
    text-align: center;
    padding-right: 5px;
  }
  #vacancies-search form .row .form-group.button {
    width: 100%;
    text-align: center;
    padding-right: 5px;
  }
  #vacancies-search form .row .form-group.button .btn {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  #vacancies-search form .row .form-group .form-control {
    margin-left: 0px;
    margin-bottom: 0px;
  }
  #vacancies-search form .row .form-group.select {
    display: none;
  }
}
#groepen {
  background-color: #f5f4f3;
}
#groepen .container {
  margin-bottom: 100px;
}
#groepen .container .row {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}
#groepen .container .row .btn {
  margin-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 18px;
  padding-bottom: 18px;
  background: #00529E;
  border: 1px solid #00529E;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
#groepen .container .row .btn:hover {
  background: #e1e0e0;
  color: #fff;
  border: 1px solid #e1e0e0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #groepen .container .row {
    /*padding-bottom: 60px;*/
  }
  #groepen .container .row .btn {
    /*margin-top: 40px;*/
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #groepen .container .row {
    /*padding-bottom: 40px;*/
  }
  #groepen .container .row .btn {
    /*margin-top: 30px;*/
  }
}
@media only screen and (max-width: 767px) {
  #groepen .container .row {
    margin: auto 0px;
    padding: 0 20px 20px;
  }
  #groepen .container .row .btn {
    /*margin-top: 20px;*/
  }
}
#groepen .container.extramargin {
  margin-top: 35px;
}
#groepen .container .groep {
  float: none;
  text-decoration: none;
  display: inline-block;
  margin: -15px 0px 0px -15px;
  padding: 0px;
  padding: 0 15px 30px 15px;
}
@media only screen and (max-width: 767px) {
  #groepen .container .groep {
    padding-left: 0px;
    padding-right: 0px;
  }
  #groepen .container .groep:nth-child(1) {
    padding: 30px 0px 30px 0px;
  }
}
#groepen .container .groep .content {
  width: 100%;
  background-color: #fff;
  padding: 6px 30px 30px 30px;
  float: left;
  text-align: left;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.1);
}
#groepen .container .groep .content h3 {
  font-family: 'titillium-web', sans-serif;
  font-weight: 700;
  color: #00529E;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #groepen .container .groep .content h3 {
    font-size: 15.6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #groepen .container .groep .content h3 {
    font-size: 18.384px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #groepen .container .groep .content h3 {
    font-size: 21.192px;
  }
}
@media only screen and (min-width: 1200px) {
  #groepen .container .groep .content h3 {
    font-size: 24px;
  }
}
#groepen .container .groep .content .description {
  height: 135px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #groepen .container .groep .content .description {
    height: auto;
  }
}
#groepen .container .groep .content .location {
  font-size: 16px;
  color: #7b7b7b;
  padding-bottom: 20px;
}
#groepen .container .groep .content .location i {
  padding: 0px 5px 0px 0px;
}
#groepen .container .groep .content .link {
  display: inline-block;
  color: #00529E;
  font-weight: 700;
  text-decoration: none;
}
#groepen .container .groep .content .link:after {
  content: "\f061";
  font-size: 12px;
  text-decoration: none;
  margin-left: 5px;
  font-weight: 900;
  position: relative;
  top: -1px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
}
#groepen .container .groep:hover .content {
  background-color: #00529E;
}
#groepen .container .groep:hover .content h3,
#groepen .container .groep:hover .content .location,
#groepen .container .groep:hover .content .link,
#groepen .container .groep:hover .content .description {
  color: #fff;
}
#groepen .container .groep:hover .content .link {
  text-decoration: none;
}
section#vacancies {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}
section#vacancies .container .row {
  margin-left: -10px;
  margin-right: -10px;
}
section#vacancies .container .row ul {
  margin: 0px;
  padding: 0px;
}
section#vacancies .container .row a.vacature {
  padding: 10px;
  text-align: center;
  position: relative;
}
section#vacancies .container .row a.vacature img {
  width: 100%;
  height: auto;
}
section#vacancies .container .row a.vacature .container {
  background: #E6E6E6;
  width: 100%;
  text-align: left;
  padding: 0px 30px 30px;
}
section#vacancies .container .row a.vacature .container .text {
  float: left;
  width: 100%;
}
section#vacancies .container .row a.vacature .container .title {
  width: 100%;
  color: #009894;
  line-height: 1em;
  text-transform: uppercase;
  margin: 31px 0 10px;
  min-height: 52px;
}
@media only screen and (max-width: 767px) {
  section#vacancies .container .row a.vacature .container .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#vacancies .container .row a.vacature .container .title {
    font-size: 24.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#vacancies .container .row a.vacature .container .title {
    font-size: 25.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  section#vacancies .container .row a.vacature .container .title {
    font-size: 26px;
  }
}
section#vacancies .container .row a.vacature .container p {
  color: #646464;
  float: left;
  margin: 0 8px 0 0;
}
section#vacancies .container .row a.vacature .container p i {
  color: #009894;
  margin-right: 5px;
  font-size: 12px;
}
section#vacancies .container .row a.vacature .container p .blueIcon {
  color: #00529E;
  font-size: 10px;
  margin-bottom: 2px;
}
section#vacancies .container .row a.vacature .container p.link {
  width: 100%;
  padding-top: 10px;
  color: #00529E;
  text-decoration: underline;
  text-transform: uppercase;
}
section#vacancies .container .row a.vacature:hover .container {
  background-image: linear-gradient(to right top, #005ba2, #006da8, #007da6, #008c9e, #009894);
}
section#vacancies .container .row a.vacature:hover .title,
section#vacancies .container .row a.vacature:hover a,
section#vacancies .container .row a.vacature:hover p,
section#vacancies .container .row a.vacature:hover p.link {
  color: #fff;
}
section#vacancies .container .row a.vacature:hover .title i,
section#vacancies .container .row a.vacature:hover a i,
section#vacancies .container .row a.vacature:hover p i,
section#vacancies .container .row a.vacature:hover p.link i {
  color: #fff;
}
section#vacancies .btn {
  font-family: 'titillium-web', sans-serif;
  margin-top: 30px;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#vacancies {
    padding-bottom: 60px;
  }
  section#vacancies .btn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#vacancies {
    padding-bottom: 40px;
  }
  section#vacancies .btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  section#vacancies {
    padding: 0 20px 40px;
  }
  section#vacancies .btn {
    margin-top: 20px;
  }
}
section#dots {
  width: 100%;
  padding-bottom: 50px;
}
#vacancy-detail {
  /*background-image: url("/content/images/carinova-background.svg");*/
  background-repeat: no-repeat;
  background-color: #fff;
}
#vacancy-detail p {
  color: #646464;
}
#vacancy-detail h5 {
  color: #009894;
  font-size: 26px;
  padding: 20px 0 10px 0;
  font-weight: 600;
}
#vacancy-detail section#google-map iframe {
  width: 100%;
}
#vacancy-detail section#google-map #googleMap {
  width: 100%;
  height: 428px;
}
#vacancy-detail .buttonHolder {
  padding: 35px 0 0;
  margin-bottom: 20px;
}
#vacancy-detail .buttonHolder .btn {
  padding-left: 40px;
  padding-right: 40px;
  min-width: 220px;
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
#vacancy-detail .buttonHolder .btn:hover {
  opacity: 0.9;
}
#vacancy-detail .buttonHolder .textLink {
  margin-left: 25px;
  color: #00529E;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}
#vacancy-detail .buttonHolder .textLink:hover {
  color: #000;
}
@media only screen and (max-width: 767px) {
  #vacancy-detail .buttonHolder .textLink {
    float: left;
    margin-top: 15px;
    margin-left: 0px;
  }
}
#vacancy-detail .Acquisitie {
  font-style: italic;
}
#vacancy-detail .Acquisitie p {
  margin-top: 50px;
  color: #969696;
}
#vacancy-detail .summary h2 {
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  #vacancy-detail .summary h2 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #vacancy-detail .summary h2 {
    font-size: 19.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #vacancy-detail .summary h2 {
    font-size: 21.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  #vacancy-detail .summary h2 {
    font-size: 24px;
  }
}
#vacancy-apply .buttonHolder {
  padding: 35px 0 0;
}
#vacancy-apply .buttonHolder .btn {
  padding-left: 40px;
  padding-right: 40px;
}
#vacancy-apply .buttonHolder .textLink {
  margin-left: 25px;
  color: #E6E6E6;
  text-decoration: underline;
}
#vacancy-apply .buttonHolder .textLink:hover {
  text-decoration: none;
}
.sidebar aside {
  float: left;
  margin: 0 0 60px 0;
  padding: 0;
  width: 100%;
}
.sidebar aside .inner {
  float: left;
  width: 100%;
  padding: 0 20px 45px 45px;
}
.sidebar aside .inner.sollicitatie h3 {
  margin-top: 13px;
}
.sidebar aside .inner h3 {
  font-family: 'titillium-web', sans-serif;
  line-height: 1em;
  margin: 1.60714286em 0 0.80357143em 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar aside .inner h3 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar aside .inner h3 {
    font-size: 15.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar aside .inner h3 {
    font-size: 15.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar aside .inner h3 {
    font-size: 16px;
  }
}
.sidebar aside .inner p:last-child {
  margin-bottom: 0;
}
.sidebar aside .inner .imageWrapper,
.sidebar aside .inner .videoWrapper {
  margin: 15px 0;
}
.sidebar aside .inner .imageWrapper p,
.sidebar aside .inner .videoWrapper p {
  margin: 0;
  line-height: 0;
}
.sidebar aside .inner .imageWrapper img {
  width: 100%;
  height: auto;
  border-radius: 50px 0px 50px 50px !important;
  transition: all 0.25s ease-in-out;
}
.sidebar aside .inner .imageWrapper img:hover {
  border-radius: 50px !important;
}
.sidebar aside .inner .videoWrapper {
  padding-bottom: 0px !important;
}
.sidebar aside .inner .videoWrapper iframe {
  width: 100% !important;
  height: 200px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar aside .inner .videoWrapper iframe {
    height: 375px !important;
  }
}
.sidebar aside .inner .line hr {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 29px;
}
.sidebar aside .row {
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.sidebar aside .row ul {
  margin: 0;
  padding: 0px;
  float: left;
  width: 100%;
  list-style: none;
}
.sidebar aside .row ul li.detail {
  position: relative;
  float: left;
  width: 100%;
  font: normal 16px/1em 'titillium-web', sans-serif;
  padding-right: 25px;
  padding-bottom: 20px;
}
.sidebar aside .row ul li.detail.last {
  padding-bottom: 0px;
}
.sidebar aside .row ul li.detail i {
  font-size: 16px;
  color: #BBBBBB;
  margin: 0 5px;
}
.sidebar aside .row ul li.detail span.title {
  display: block;
  font-family: 'titillium-web', sans-serif;
  margin-bottom: 0.5em;
  color: #035BA2;
  font-size: 20px;
}
.sidebar aside .row .btn {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 10px;
  font-size: 14px;
  z-index: 5;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.sidebar aside .row .btn:hover {
  opacity: 0.9;
}
.sidebar aside .row.noborder {
  border-bottom: 0px;
  margin-bottom: 0;
}
.sidebar aside .row .social-share h6 {
  margin: 0px;
  padding: 0px;
  font-family: 'titillium-web', sans-serif;
  margin-bottom: 0.75em;
  color: #035BA2;
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar aside {
    margin: 0 0 50px 0;
  }
  .sidebar aside .inner {
    padding: 0 35px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar aside {
    margin: 0 0 25px 0;
  }
  .sidebar aside .inner {
    padding: 0 25px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar aside {
    margin: 0;
    padding: 15px;
  }
  .sidebar aside .inner {
    padding: 0 0px 15px;
  }
}
section.application-process {
  text-align: center;
  padding: 45px 0 35px;
}
section.application-process h5 {
  font-family: 'titillium-web', sans-serif;
  font-size: 15px;
  line-height: 1em;
  margin: 0 0 0.5em 0;
  padding: 0;
}
section.application-process h4 {
  line-height: 1em;
  margin: 0 0 20px 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  section.application-process h4 {
    font-size: 18.2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.application-process h4 {
    font-size: 21.448px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.application-process h4 {
    font-size: 24.724px;
  }
}
@media only screen and (min-width: 1200px) {
  section.application-process h4 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.application-process {
    padding: 35px 0 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.application-process {
    padding: 25px 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  section.application-process {
    padding: 15px;
  }
}
section.form {
  background-color: #f9f9f9;
  text-align: center;
}
section.form h2:first-child {
  margin-top: 0;
  margin-bottom: 0.5em;
}
section.form p {
  margin: 1.5em 0;
  padding: 0;
}
section.form a {
  color: #000;
  text-decoration: underline;
}
section.form form {
  width: 100%;
  margin-top: 1.5em;
}
section.form form .form-group {
  display: block;
  width: 100%;
  float: left;
}
section.form form .form-group:last-child {
  margin-bottom: 0;
}
section.form form .form-group .left label {
  float: right;
  text-align: right;
  line-height: 1em;
  font-weight: normal;
  margin: 0;
  padding: 13px 10px 0;
  color: #1c1c1c;
}
section.form form .form-group .left label small {
  font-size: 70%;
  float: right;
}
section.form form .form-group .left label:after {
  content: ':';
}
section.form form .form-group .right {
  text-align: left;
}
section.form form .form-group .right label {
  position: relative;
  line-height: 1em;
  font-weight: normal;
  margin: 0;
  padding: 13px 35px 0 25px;
}
section.form form .form-group .right label input[type=radio],
section.form form .form-group .right label input[type=checkbox] {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 12px;
  left: 0;
  margin: 0;
  padding: 0;
}
section.form form .form-group .right .checkbox {
  margin: 0;
}
section.form form .form-group .right .checkbox label {
  display: block;
}
section.form form .form-group .right input[type=file] {
  padding: 10px 0 0 0;
  width: 100%;
}
section.form form .form-group .right textarea {
  height: 125px;
}
section.form form .form-group .actions {
  float: left;
  width: 100%;
  margin-top: 45px;
}
section.form form .form-group .actions .btn.btn-outline {
  float: left;
}
section.form form .form-group .actions .btn.btn-solid {
  float: right;
  font-size: 14px;
  padding-left: 40px;
  padding-right: 40px;
  min-width: 220px;
  border-radius: 0px;
}
section.form form .form-group .actions .btn.btn-solid:hover {
  opacity: 0.9;
}
section.form form .form-group .actions .backLink {
  color: #009894;
  float: left;
  margin-top: 15px;
  text-decoration: none;
}
section.form form .form-group .actions .backLink i {
  font-size: 12px;
  margin-right: 10px;
  color: #00529E;
}
section.form form .form-group .actions .backLink:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.form form .form-group .actions {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.form form .form-group .actions {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  section.form form .form-group .actions {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  section.form form .form-group .actions .backLink {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  section.form form .form-group {
    margin-bottom: 10px;
  }
  section.form form .form-group .left label {
    float: left;
    padding: 10px 15px;
  }
  section.form form .form-group .left label small {
    float: left;
  }
  section.form form .form-group .right label.checkbox-inline:first-child {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  section.form {
    padding: 0;
  }
}
section.text-center {
  background: #fff;
}
section.text-center h3 {
  color: #000;
}
section.text-center p {
  color: #000;
}
section.text-center.vacancy-summary h1 {
  color: #00529E;
}
section.text-center.vacancy-summary.completed h2,
section.text-center.vacancy-summary.completed h1,
section.text-center.vacancy-summary.completed p,
section.text-center.vacancy-summary.completed .row i {
  color: #00529E;
}
section.text-center.vacancy-summary.completed .row a {
  color: #009894;
}
section.text-center.vacancy-summary.completed .row a:hover {
  text-decoration: underline;
}
section.text-center.vacancy-summary h2 {
  font-family: 'titillium-web', sans-serif;
  color: #00529E;
  line-height: 1.6875;
  margin: 1.25em 0 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  section.text-center.vacancy-summary h2 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.text-center.vacancy-summary h2 {
    font-size: 15.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.text-center.vacancy-summary h2 {
    font-size: 16.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  section.text-center.vacancy-summary h2 {
    font-size: 17px;
  }
}
section.text-center.vacancy-summary h1 {
  margin-top: 0;
  color: #00529E !important;
}
@media only screen and (max-width: 767px) {
  section.text-center.vacancy-summary h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.text-center.vacancy-summary h1 {
    font-size: 38.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.text-center.vacancy-summary h1 {
    font-size: 37.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  section.text-center.vacancy-summary h1 {
    font-size: 36px;
  }
}
section.text-center.vacancy-summary p {
  color: #000;
}
section.text-center.vacancy-summary i {
  font-size: 12px;
  margin-right: 10px;
  color: #E6E6E6;
}
section.text-center.vacancy-summary .row a {
  color: #009894;
}
section.text-center.vacancy-summary .row a i {
  color: #00529E;
}
section.text-center.vacancy-summary .row a:hover {
  text-decoration: underline;
}
section.text-center.bottom-no-padding .container {
  padding: 45px 0px 0px;
}
section.text-center .container {
  padding: 40px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.text-center .container {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.text-center .container {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.text-center .container {
    padding: 40px 20px;
  }
}
section.text-center .content {
  text-align: center;
}
section.text-center .content h1 {
  color: #878686;
}
section.text-center .content p {
  padding: 0px 30px;
}
section.text-center .content p img {
  width: 100%;
}
button.ui-multiselect {
  width: 100% !important;
  padding-right: 10px;
}
.form-control {
  height: 42px;
  font-size: 15px;
  margin: 0;
  padding: 0 15px;
  color: #000;
  border: solid 1px #dad7d5;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-appearance: none;
}
.form-control .ui-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.form-control .ui-icon:after {
  position: absolute;
  width: 100%;
  content: "\f107";
  font-family: "FontAwesome";
  color: #1c1c1c;
  top: 0;
  left: 0;
}
.form-control:focus {
  color: #BBBBBB;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(187, 187, 187, 0.5);
}
.form-control.ui-multiselect-menu {
  z-index: 10;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.form-control.ui-multiselect-menu ul.ui-multiselect-checkboxes {
  float: left;
  padding: 15px;
  margin: 0px 0 0 0;
  background: #fff;
  width: 100%;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 6px rgba(187, 187, 187, 0.5);
}
.form-control.ui-multiselect-menu ul.ui-multiselect-checkboxes li {
  float: left;
  width: 100%;
  font-size: 15px;
  clear: none;
}
.form-control.ui-multiselect-menu ul.ui-multiselect-checkboxes li label {
  position: relative;
  float: left;
  width: 100%;
  font-weight: normal;
  margin: 0;
  padding: 5px 0;
  border: 0;
  cursor: pointer;
}
.form-control.ui-multiselect-menu ul.ui-multiselect-checkboxes li label input {
  position: absolute;
  float: left;
  height: 16px;
  width: 16px;
  margin: 8px 0 0 0;
}
.form-control.ui-multiselect-menu ul.ui-multiselect-checkboxes li label input:focus {
  outline: none;
}
.form-control.ui-multiselect-menu ul.ui-multiselect-checkboxes li label span {
  float: left;
  display: block;
  margin: 0px 0 0 25px;
}
select::-ms-expand {
  display: none;
}
textarea.form-control {
  padding-top: 11px;
}
.form-group {
  position: relative;
}
.form-group.select {
  /*&:after { position:absolute; content: "\f107"; font:16px/38px @Myfont; color: #42413b; top:0; right:10px; } */
}
.form-group.select select {
  padding-right: 30px;
  background: url('/content/images/background-select.jpg') no-repeat right top #fff;
}
section.text .form-group {
  float: left;
  display: block;
  width: 100%;
}
section.text .form-group.has-error label {
  color: #721c24;
}
section.text .form-group.has-error .form-control {
  border-color: #721c24;
}
section.text .form-group label {
  float: left;
  width: 37.5%;
  text-align: right;
  line-height: 1em;
  font-weight: normal;
  padding: 13px 10px;
  margin: 0 10px;
}
section.text .form-group label .mandatory {
  display: none;
}
section.text .form-group input {
  float: left;
  width: 37.5%;
}
section.text .form-group select {
  float: left;
  width: 37.5%;
}
section.text .form-group textarea {
  float: left;
  width: calc((100/8)*5+0% -20px);
  height: 10em;
  padding: 11px 15px;
}
#email-sitemap,
#about {
  background-color: #00529E;
  position: relative;
  float: left;
  width: 100%;
  padding: 60px 0 50px;
  /*&.jobalert {
        background: @white;

        .container {
            text-align: center;
            background: @secondary-color; 
            padding: 50px 40px;

            .row {
                h6 {
                    color: @primary-color;
                }

                p {
                    color: @text-color;
                }
            }

            .form-group {
                display: inline-block;
                margin: 0px;

                label {
                    display: none;
                }

                input {
                    width: 180px;
                    height: 41px;
                }
            }

            .btn-lg {
                padding: 15px 60px;
            }
        }
    }*/
}
#email-sitemap .btn.btn-solid,
#about .btn.btn-solid {
  padding-left: 25px;
  padding-right: 25px;
}
#email-sitemap h6,
#about h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 0.65em 0;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 3px solid #fff;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #email-sitemap h6,
  #about h6 {
    margin-top: 20px;
    margin: 0;
  }
}
#email-sitemap hr,
#about hr {
  display: none;
}
#email-sitemap p,
#about p {
  font-family: 'titillium-web', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
#email-sitemap p span,
#about p span {
  width: 100%;
}
#email-sitemap p span i,
#about p span i {
  height: 12px;
  width: 12px;
  text-align: center;
  position: absolute;
  margin: 7px 0 0 0;
  left: 0px;
  color: #E6E6E6;
  font-size: 12px !important;
}
#email-sitemap p a.mail,
#about p a.mail {
  color: #fff;
  text-decoration: none;
}
#email-sitemap p a.mail:hover,
#about p a.mail:hover {
  text-decoration: underline;
}
#email-sitemap p a.phone,
#about p a.phone,
#email-sitemap p a.fax,
#about p a.fax {
  color: #fff;
  text-decoration: none;
  cursor: default;
}
#email-sitemap p a.phone:hover,
#about p a.phone:hover,
#email-sitemap p a.fax:hover,
#about p a.fax:hover {
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #email-sitemap p a.phone,
  #about p a.phone,
  #email-sitemap p a.fax,
  #about p a.fax {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  #email-sitemap p a.phone:hover,
  #about p a.phone:hover,
  #email-sitemap p a.fax:hover,
  #about p a.fax:hover {
    text-decoration: underline;
    color: #fff;
  }
}
#email-sitemap .cmsTekst,
#about .cmsTekst {
  padding: 0 30px 0 0;
}
#email-sitemap .cmsTekst p a,
#about .cmsTekst p a {
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 10px;
}
#email-sitemap .cmsTekst p:first-child,
#about .cmsTekst p:first-child {
  padding-top: 0;
  margin-top: 0;
}
#email-sitemap .cmsTekst ul,
#about .cmsTekst ul {
  padding-left: 20px;
}
#email-sitemap .cmsTekst ul li,
#about .cmsTekst ul li {
  position: relative;
  list-style-type: circle;
  color: #E6E6E6;
}
#email-sitemap .cmsTekst ul li:before,
#about .cmsTekst ul li:before {
  position: absolute;
  left: 0;
  font-family: 'titillium-web', sans-serif;
  font-size: 8px;
  content: '\f111';
  top: 7px;
  left: -20px;
  color: #005BA2;
}
#email-sitemap #email,
#about #email {
  padding: 0 0px;
}
#email-sitemap #email div,
#about #email div {
  padding: 0px 0px;
}
#email-sitemap #email .form-group,
#about #email .form-group {
  float: left;
  margin: 0 9px 18px 0;
  width: calc(50% - 9px);
  padding: 0px;
}
#email-sitemap #email .form-group:nth-child(even),
#about #email .form-group:nth-child(even) {
  margin: 0px 0px 18px 9px;
  width: calc(50% - 9px);
}
#email-sitemap #email #JobAlertContainer,
#about #email #JobAlertContainer {
  position: relative;
}
#email-sitemap #email #JobAlertContainer div,
#about #email #JobAlertContainer div {
  text-align: left;
}
#email-sitemap #email #JobAlertContainer .modal,
#about #email #JobAlertContainer .modal {
  opacity: 0.7;
  background: url('/content/images/ring.svg') no-repeat center center #555555;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 20px;
}
#email-sitemap #email #JobAlertContainer .alert,
#about #email #JobAlertContainer .alert {
  padding: 20px 20px;
}
#email-sitemap #email #JobAlertContainer .btn.btn-outline.grey,
#about #email #JobAlertContainer .btn.btn-outline.grey {
  float: right;
  margin: 6px 0px 0px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #email-sitemap #email #JobAlertContainer .btn,
  #about #email #JobAlertContainer .btn {
    width: 100%;
  }
  #email-sitemap #email #JobAlertContainer .btn.btn-outline.grey,
  #about #email #JobAlertContainer .btn.btn-outline.grey {
    float: none;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #email-sitemap #email #JobAlertContainer .btn.btn-outline.grey,
  #about #email #JobAlertContainer .btn.btn-outline.grey {
    float: none;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  #email-sitemap #email #JobAlertContainer .btn.btn-outline.grey,
  #about #email #JobAlertContainer .btn.btn-outline.grey {
    float: right;
    margin: 6px 0px 0px 0px;
  }
}
#email-sitemap ul.icons,
#about ul.icons {
  color: #878686;
  display: block;
  float: left;
  margin: 0 0px;
  padding: 10px 0px 0px 0px;
  list-style: none;
  width: 100%;
}
#email-sitemap ul.icons .btn,
#about ul.icons .btn {
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 6px;
  font-family: 'titillium-web', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
#email-sitemap ul.icons li,
#about ul.icons li {
  float: left;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #email-sitemap ul.icons li:first-child,
  #about ul.icons li:first-child {
    clear: both;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #email-sitemap ul.icons li:first-child,
  #about ul.icons li:first-child {
    clear: both;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #email-sitemap ul.icons li:first-child,
  #about ul.icons li:first-child {
    clear: both;
    width: 100%;
  }
}
#email-sitemap ul.icons li a.icon,
#about ul.icons li a.icon {
  display: block;
  float: left;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  margin: 0 6px 6px 0;
  border-radius: 50%;
  color: #fff;
  transition: 0.2s;
  font-size: 16px;
}
#email-sitemap ul.icons li a.icon.linkedin,
#about ul.icons li a.icon.linkedin {
  color: #007BB5;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #email-sitemap ul.icons li a.icon.linkedin,
  #about ul.icons li a.icon.linkedin {
    margin-top: 30px;
    margin: 30px 26px 5px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #email-sitemap ul.icons li a.icon.linkedin,
  #about ul.icons li a.icon.linkedin {
    margin-top: 30px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #email-sitemap ul.icons li a.icon.linkedin,
  #about ul.icons li a.icon.linkedin {
    margin-left: 0px;
    margin-top: 30px;
  }
}
#email-sitemap ul.icons li a.icon.linkedin:hover,
#about ul.icons li a.icon.linkedin:hover {
  background: #007BB5;
  color: white;
}
#email-sitemap ul.icons li a.icon.twitter,
#about ul.icons li a.icon.twitter {
  color: #55ACEE;
  background: #fff;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #email-sitemap ul.icons li a.icon.twitter,
  #about ul.icons li a.icon.twitter {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #email-sitemap ul.icons li a.icon.twitter,
  #about ul.icons li a.icon.twitter {
    margin-left: 0px;
    margin-top: 30px;
  }
}
#email-sitemap ul.icons li a.icon.facebook,
#about ul.icons li a.icon.facebook {
  color: #3B5998;
  background: #fff;
  margin-left: 20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #email-sitemap ul.icons li a.icon.facebook,
  #about ul.icons li a.icon.facebook {
    margin-top: 30px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #email-sitemap ul.icons li a.icon.facebook,
  #about ul.icons li a.icon.facebook {
    margin-left: 0px;
    margin-top: 30px;
  }
}
#email-sitemap ul.icons li a.icon.facebook:hover,
#about ul.icons li a.icon.facebook:hover {
  background: #3B5998;
  color: white;
}
#email-sitemap ul.icons li a.icon.instagram,
#about ul.icons li a.icon.instagram {
  color: #cc2366;
  background: #fff;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #email-sitemap ul.icons li a.icon.instagram,
  #about ul.icons li a.icon.instagram {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #email-sitemap ul.icons li a.icon.instagram,
  #about ul.icons li a.icon.instagram {
    margin-left: 0px;
    margin-top: 30px;
  }
}
#email-sitemap ul.icons li a.icon.instagram:hover,
#about ul.icons li a.icon.instagram:hover {
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3ClinearGradient%20id%3D%22g%22%20x1%3D%220%25%22%20y1%3D%22100%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23f09433%22%2F%3E%3Cstop%20offset%3D%2225%25%22%20stop-color%3D%22%23e6683c%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%23dc2743%22%2F%3E%3Cstop%20offset%3D%2275%25%22%20stop-color%3D%22%23cc2366%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23bc1888%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22url(%23g)%22%20%2F%3E%3C%2Fsvg%3E');
  color: white;
}
#email-sitemap ul.icons li a.icon.whatsapp,
#about ul.icons li a.icon.whatsapp {
  background: #4DC247;
}
#email-sitemap ul.icons li a.icon.youtube,
#about ul.icons li a.icon.youtube {
  color: red;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #email-sitemap ul.icons li a.icon.youtube,
  #about ul.icons li a.icon.youtube {
    margin-top: 30px;
    margin: 30px 26px 5px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #email-sitemap ul.icons li a.icon.youtube,
  #about ul.icons li a.icon.youtube {
    margin-top: 30px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #email-sitemap ul.icons li a.icon.youtube,
  #about ul.icons li a.icon.youtube {
    margin-left: 0px;
    margin-top: 30px;
  }
}
#email-sitemap ul.icons li a.icon.youtube:hover,
#about ul.icons li a.icon.youtube:hover {
  background: red;
  color: white;
}
#email-sitemap ul.icons li a.icon.blog,
#about ul.icons li a.icon.blog {
  background: #E6E6E6;
  width: auto;
  line-height: normal;
  padding: 8px 10px;
  border-radius: 18px;
  text-decoration: none;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  #email-sitemap ul.icons,
  #about ul.icons {
    padding: 0px;
  }
}
#email-sitemap #contactgegevens p,
#about #contactgegevens p {
  padding-left: 25px;
}
#email-sitemap #contactgegevens p.last,
#about #contactgegevens p.last {
  padding-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #email-sitemap,
  #about {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #email-sitemap,
  #about {
    padding: 50px 0;
  }
  #email-sitemap .cmsTekst,
  #about .cmsTekst {
    padding: 0 15px 0 0;
  }
  #email-sitemap #email,
  #about #email,
  #email-sitemap #contactgegevens,
  #about #contactgegevens {
    padding: 0 0px;
  }
  #email-sitemap #email .form-group,
  #about #email .form-group {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  #email-sitemap,
  #about {
    padding: 40px 30px;
  }
  #email-sitemap .container,
  #about .container {
    padding: 0;
  }
  #email-sitemap .container .cmsTekst,
  #about .container .cmsTekst {
    padding: 0;
  }
  #email-sitemap ul.icons,
  #about ul.icons {
    float: none;
    text-align: center;
  }
  #email-sitemap ul.icons li,
  #about ul.icons li {
    float: none;
    display: inline-block;
  }
  #email-sitemap #email,
  #about #email,
  #email-sitemap #contactgegevens,
  #about #contactgegevens {
    padding: 40px 0px 0px;
  }
  #email-sitemap #email .form-group,
  #about #email .form-group {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
#jobalert {
  position: relative;
  float: left;
  background: none;
  width: 100%;
}
#jobalert h6 {
  color: #00529E;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
#jobalert p {
  margin: 10px 0px 30px 0px;
  padding: 0;
  font-family: 'titillium-web', sans-serif;
  color: #000;
  text-align: left;
  border-bottom: solid 3px #00529E;
  padding-bottom: 10px;
  font-size: 14px;
}
#jobalert .container {
  padding: 0 20px 40px 20px;
  background-color: #fff;
}
#jobalert .container #JobAlertContainer {
  position: relative;
}
#jobalert .container #JobAlertContainer .modal {
  opacity: 0.7;
  background: url('/content/images/ring.svg') no-repeat center center #1c1c1c;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 20px;
}
#jobalert .container #JobAlertContainer .alert {
  margin: 0 0 20px 0;
  padding: 20px 20px;
}
#jobalert .container #JobAlertContainer form {
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin: 0 -5px;
}
#jobalert .container #JobAlertContainer form .form-group {
  float: left;
  display: block;
  margin: 0 0px 0px 0px;
  padding: 0 5px;
  width: 21%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #jobalert .container #JobAlertContainer form .form-group {
    width: 33%;
  }
}
#jobalert .container #JobAlertContainer form .form-group .btn.btn-solid {
  float: left;
  padding: 13px 20px;
  width: 100%;
}
#jobalert .container #JobAlertContainer form .form-group:last-of-type {
  width: 16%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #jobalert .container #JobAlertContainer form .form-group:last-of-type {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  #jobalert .container #JobAlertContainer form .form-group:last-of-type {
    width: 100%;
  }
}
#jobalert .container #JobAlertContainer form .form-group .form-control {
  width: 100%;
}
#jobalert .container #JobAlertContainer form .form-group [name="JobAlertKeywords"] {
  display: none;
}
#jobalert .container #JobAlertContainer form .form-group .form-control {
  border-radius: 0 !important;
}
#jobalert .container #JobAlertContainer form .form-group:last-child {
  margin-right: 0;
}
#jobalert .container #JobAlertContainer form .form-group input {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #jobalert .container #JobAlertContainer form .form-group input {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #jobalert .container #JobAlertContainer form .form-group input {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #jobalert .container {
    padding: 52px 25px;
  }
}
@media only screen and (max-width: 767px) {
  #jobalert {
    background: #fff;
    margin-bottom: 0px;
  }
  #jobalert .container #JobAlertContainer form .form-group {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
footer {
  position: relative;
  float: left;
  width: 100%;
  padding: 15px;
  background-color: #009894;
  background: linear-gradient(to bottom left, #009894, #005BA2);
}
footer .container {
  padding: 0px;
}
footer .logo {
  display: inline-block;
  margin: 0 auto 25px;
}
footer .logo img {
  display: block;
}
footer #copyright {
  color: #fff;
  font-family: 'titillium-web', sans-serif;
  float: right;
  text-align: left;
  font-size: 15px;
  line-height: 1em;
  margin: 0px 0;
  padding: 0;
}
footer #copyright img {
  display: block;
  float: left;
  margin: 1px 10px 2px 0;
}
footer #copyright .text {
  display: block;
  float: left;
}
footer #footermenu {
  float: left;
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
footer #footermenu li {
  font-family: 'titillium-web', sans-serif;
  display: block;
  float: left;
  margin: 0 14px 0px 0px;
  padding: 0;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  footer #footermenu li {
    margin: 0 5px 0px 5px;
  }
}
footer #footermenu li a.item {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 1em;
  color: #fff;
  text-decoration: none;
  padding: 0;
}
footer #footermenu li a.item:hover {
  color: #fff;
  text-decoration: underline;
}
footer #footermenu li:last-child {
  border-right: none;
}
@media only screen and (max-width: 767px) {
  footer #footermenu li {
    float: left;
    padding: 0 0 10px 0;
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  footer .container {
    padding: 0 20px;
  }
  footer .container #copyright {
    margin: 0.5em 0;
    text-align: center;
    display: block;
    width: 100%;
  }
  footer .container #copyright .text {
    float: none;
    color: #fff;
  }
  footer .container #footermenu {
    margin: 0.5em 0;
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .container #footermenu li {
    display: inline-block;
    float: none;
  }
  footer .container #footermenu li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
}
#cookie-bar {
  position: fixed;
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 1.25em;
  text-align: center;
  padding-bottom: 0px;
  background-image: linear-gradient(to right top, #005ba2, #006da8, #007da6, #008c9e, #009894);
  bottom: 0px;
  z-index: 999;
}
#cookie-bar .container-fluid {
  padding: 15px;
}
#cookie-bar .message {
  margin: 0;
  padding: 0;
  color: #fff;
}
#cookie-bar .buttons {
  float: left;
  width: 100%;
  margin: 1em 0 0 0;
}
#cookie-bar .buttons a {
  margin: 0 0.5em;
  color: #00529E;
}
#cookie-bar .buttons a:hover {
  background-color: #E6E6E6;
  color: #000;
}
#cookie-bar .cb-enable {
  padding: 0;
  font-family: 'titillium-web', sans-serif;
  color: #00529E;
  background: #FFD22D;
  line-height: 1em;
  font-weight: 600;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  white-space: normal;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: none;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 15px;
  padding: 14px 22px;
  color: #646464;
  text-decoration: none;
  font-size: 13px !important;
  padding: 10px 20px;
  border-width: 1px;
}
#cookie-bar .cb-enable.small {
  padding-left: 10px;
}
#cookie-bar .cb-enable.normal {
  padding-left: 18px;
}
#cookie-bar .cb-enable.big {
  width: 100%;
}
#cookie-bar .cb-enable.btn-solid {
  font-size: 14px;
  padding: 15px 35px;
  border-radius: 0;
}
#cookie-bar .cb-enable.btn-solid:hover,
#cookie-bar .cb-enable.btn-solid:focus {
  color: #fff;
  background-image: linear-gradient(to right top, #005ba2, #006da8, #007da6, #008c9e, #009894);
  outline: none;
}
#cookie-bar .cb-enable.btn-solid:hover i,
#cookie-bar .cb-enable.btn-solid:focus i {
  color: rgba(255, 255, 255, 0.65);
}
#cookie-bar .cb-enable.btn-solid:hover {
  background-image: linear-gradient(to right top, #005ba2, #006da8, #007da6, #008c9e, #009894);
}
#cookie-bar .cb-enable.btn-solid:focus {
  background: #878686;
}
#cookie-bar .cb-enable.btn-solid.btn-lg {
  padding: 19px 25px 18px;
}
#cookie-bar .cb-enable.btn-solid.zwart:hover {
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 767px) {
  #cookie-bar .cb-enable.btn-solid {
    width: 100%;
  }
}
#cookie-bar .cb-enable.btn-alt {
  font-size: 15px;
  padding: 14px 22px;
  color: #646464;
  text-decoration: none;
}
#cookie-bar .cb-enable.btn-alt:hover,
#cookie-bar .cb-enable.btn-alt:focus {
  color: #646464;
  outline: none;
}
#cookie-bar .cb-enable.btn-alt:hover i,
#cookie-bar .cb-enable.btn-alt:focus i {
  color: rgba(255, 255, 255, 0.65);
}
#cookie-bar .cb-enable.btn-alt:hover {
  background-color: linear-gradient(-90deg, #ef7810, #e9540d);
}
#cookie-bar .cb-enable.btn-alt:focus {
  background-color: linear-gradient(-90deg, #ef7810, #e9540d);
}
#cookie-bar .cb-enable.btn-alt.btn-lg {
  font-size: 20px;
  padding: 19px 25px 18px;
}
@media only screen and (max-width: 767px) {
  #cookie-bar .cb-enable.btn-alt {
    width: 100%;
  }
}
#cookie-bar .cb-enable.btn-link {
  text-decoration: underline;
  font-family: 'titillium-web', sans-serif;
  font-size: 15px;
}
#cookie-bar .cb-enable.btn-link:hover,
#cookie-bar .cb-enable.btn-link:focus {
  text-decoration: none;
  color: #FFD22D;
}
#cookie-bar .cb-enable.btn-link.rood {
  color: #fff;
}
#cookie-bar .cb-enable.btn-link.zwart:hover {
  background: #878686;
}
#cookie-bar .cb-enable i {
  position: relative;
  font-size: 12px;
  line-height: 12px;
  height: 1em;
  width: 1em;
  margin-right: 5px;
}
#cookie-bar .cb-enable i:before {
  position: absolute;
  left: 0;
  top: 1px;
}
#cookie-bar .cb-enable.min-width {
  min-width: 245px;
}
#cookie-bar .cb-enable:hover i {
  color: #fff;
}
#cookie-bar .cb-enable:hover,
#cookie-bar .cb-enable:focus {
  color: #646464;
  outline: none;
}
#cookie-bar .cb-enable:hover i,
#cookie-bar .cb-enable:focus i {
  color: rgba(255, 255, 255, 0.65);
}
#cookie-bar .cb-enable:hover {
  background-color: linear-gradient(-90deg, #ef7810, #e9540d);
}
#cookie-bar .cb-enable:focus {
  background-color: linear-gradient(-90deg, #ef7810, #e9540d);
}
#cookie-bar .cb-enable.btn-lg {
  font-size: 20px;
  padding: 19px 25px 18px;
}
@media only screen and (max-width: 767px) {
  #cookie-bar .cb-enable {
    width: 100%;
  }
}
#cookie-bar .cb-policy {
  padding: 0;
  font-family: 'titillium-web', sans-serif;
  color: #00529E;
  background: #FFD22D;
  line-height: 1em;
  font-weight: 600;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  white-space: normal;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: none;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 15px;
  padding: 14px 22px;
  color: #646464;
  text-decoration: none;
  font-size: 13px !important;
  padding: 10px 20px;
  border-width: 1px;
}
#cookie-bar .cb-policy.small {
  padding-left: 10px;
}
#cookie-bar .cb-policy.normal {
  padding-left: 18px;
}
#cookie-bar .cb-policy.big {
  width: 100%;
}
#cookie-bar .cb-policy.btn-solid {
  font-size: 14px;
  padding: 15px 35px;
  border-radius: 0;
}
#cookie-bar .cb-policy.btn-solid:hover,
#cookie-bar .cb-policy.btn-solid:focus {
  color: #fff;
  background-image: linear-gradient(to right top, #005ba2, #006da8, #007da6, #008c9e, #009894);
  outline: none;
}
#cookie-bar .cb-policy.btn-solid:hover i,
#cookie-bar .cb-policy.btn-solid:focus i {
  color: rgba(255, 255, 255, 0.65);
}
#cookie-bar .cb-policy.btn-solid:hover {
  background-image: linear-gradient(to right top, #005ba2, #006da8, #007da6, #008c9e, #009894);
}
#cookie-bar .cb-policy.btn-solid:focus {
  background: #878686;
}
#cookie-bar .cb-policy.btn-solid.btn-lg {
  padding: 19px 25px 18px;
}
#cookie-bar .cb-policy.btn-solid.zwart:hover {
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 767px) {
  #cookie-bar .cb-policy.btn-solid {
    width: 100%;
  }
}
#cookie-bar .cb-policy.btn-alt {
  font-size: 15px;
  padding: 14px 22px;
  color: #646464;
  text-decoration: none;
}
#cookie-bar .cb-policy.btn-alt:hover,
#cookie-bar .cb-policy.btn-alt:focus {
  color: #646464;
  outline: none;
}
#cookie-bar .cb-policy.btn-alt:hover i,
#cookie-bar .cb-policy.btn-alt:focus i {
  color: rgba(255, 255, 255, 0.65);
}
#cookie-bar .cb-policy.btn-alt:hover {
  background-color: linear-gradient(-90deg, #ef7810, #e9540d);
}
#cookie-bar .cb-policy.btn-alt:focus {
  background-color: linear-gradient(-90deg, #ef7810, #e9540d);
}
#cookie-bar .cb-policy.btn-alt.btn-lg {
  font-size: 20px;
  padding: 19px 25px 18px;
}
@media only screen and (max-width: 767px) {
  #cookie-bar .cb-policy.btn-alt {
    width: 100%;
  }
}
#cookie-bar .cb-policy.btn-link {
  text-decoration: underline;
  font-family: 'titillium-web', sans-serif;
  font-size: 15px;
}
#cookie-bar .cb-policy.btn-link:hover,
#cookie-bar .cb-policy.btn-link:focus {
  text-decoration: none;
  color: #FFD22D;
}
#cookie-bar .cb-policy.btn-link.rood {
  color: #fff;
}
#cookie-bar .cb-policy.btn-link.zwart:hover {
  background: #878686;
}
#cookie-bar .cb-policy i {
  position: relative;
  font-size: 12px;
  line-height: 12px;
  height: 1em;
  width: 1em;
  margin-right: 5px;
}
#cookie-bar .cb-policy i:before {
  position: absolute;
  left: 0;
  top: 1px;
}
#cookie-bar .cb-policy.min-width {
  min-width: 245px;
}
#cookie-bar .cb-policy:hover i {
  color: #fff;
}
#cookie-bar .cb-policy:hover,
#cookie-bar .cb-policy:focus {
  color: #646464;
  outline: none;
}
#cookie-bar .cb-policy:hover i,
#cookie-bar .cb-policy:focus i {
  color: rgba(255, 255, 255, 0.65);
}
#cookie-bar .cb-policy:hover {
  background-color: linear-gradient(-90deg, #ef7810, #e9540d);
}
#cookie-bar .cb-policy:focus {
  background-color: linear-gradient(-90deg, #ef7810, #e9540d);
}
#cookie-bar .cb-policy.btn-lg {
  font-size: 20px;
  padding: 19px 25px 18px;
}
@media only screen and (max-width: 767px) {
  #cookie-bar .cb-policy {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right top, #005ba2, #006da8, #007da6, #008c9e, #009894);
    color: #000;
    z-index: 99;
  }
  #cookie-bar .container-fluid {
    padding: 15px;
  }
  #cookie-bar .container-fluid .buttons a {
    margin: 0;
  }
  #cookie-bar .container-fluid .buttons a:first-child {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  p {
    /*font-size: 15px !important;*/
  }
}
.grecaptcha-badge {
  z-index: 10;
}
iframe {
  width: 100%;
}
#googleMap {
  width: 100%;
  height: 450px;
  background-color: #00529E;
  position: relative;
  top: 0px;
  left: 0px;
}
#googleMap h1,
#googleMap h2 {
  text-align: center;
}
#googleMap #content #details .vacancie {
  text-decoration: none;
  padding: 20px 10px;
  display: block;
  border-bottom: 1px solid #f5f4f3;
  margin-bottom: 20px;
  text-align: center;
}
#googleMap #content #details .vacancie .title {
  display: block;
  color: #E6E6E6;
  font-family: 'titillium-web', sans-serif;
  text-transform: uppercase;
  line-height: 0.83333333em;
  padding: 0;
  word-wrap: break-word;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #googleMap #content #details .vacancie .title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #googleMap #content #details .vacancie .title {
    font-size: 19.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #googleMap #content #details .vacancie .title {
    font-size: 21.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  #googleMap #content #details .vacancie .title {
    font-size: 24px;
  }
}
#googleMap #content #details .vacancie .subtitle {
  display: block;
  margin: 5px 0px;
  background: #f5f4f3;
  padding: 10px;
}
#googleMap #content #details .vacancie .subtitle .divider {
  background: #f5f4f3 none repeat scroll 0 0;
  margin: 0 5px;
  width: 1px;
  display: inline-block;
  height: 10px;
}
#googleMap #content #details .vacancie .subtitle .label {
  color: #E6E6E6;
}
@media only screen and (max-width: 767px) {
  #googleMap #content #details .vacancie .subtitle .label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #googleMap #content #details .vacancie .subtitle .label {
    font-size: 14.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #googleMap #content #details .vacancie .subtitle .label {
    font-size: 15.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  #googleMap #content #details .vacancie .subtitle .label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #googleMap #content #details .vacancie .subtitle .value {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #googleMap #content #details .vacancie .subtitle .value {
    font-size: 14.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #googleMap #content #details .vacancie .subtitle .value {
    font-size: 15.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  #googleMap #content #details .vacancie .subtitle .value {
    font-size: 16px;
  }
}
#googleMap #content #details .vacancie .description {
  display: block;
  font-family: 'titillium-web', sans-serif;
  color: #BBBBBB;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #googleMap #content #details .vacancie .description {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #googleMap #content #details .vacancie .description {
    font-size: 14.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #googleMap #content #details .vacancie .description {
    font-size: 15.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  #googleMap #content #details .vacancie .description {
    font-size: 16px;
  }
}
#googleMap #content #details .vacancie .readmore {
  padding: 11px 18px;
  font-family: 'titillium-web', sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1em;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  border: 0;
  text-decoration: none;
  white-space: normal;
  text-align: right;
  padding: 11px 15px 12px;
  background-color: #E6E6E6;
  color: #fff;
}
#googleMap #content #details .vacancie .readmore:hover,
#googleMap #content #details .vacancie .readmore:focus,
#googleMap #content #details .vacancie .readmore.active {
  background-color: #cdcdcd;
  color: #fff;
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  outline: none;
}
#googleMap #content #details .vacancie .readmore:hover i,
#googleMap #content #details .vacancie .readmore:focus i,
#googleMap #content #details .vacancie .readmore.active i {
  color: rgba(255, 255, 255, 0.65);
}
#googleMap #content #details .vacancie .readmore:hover {
  background-color: #000;
}
#googleMap #content #details .vacancie .readmore:focus {
  background-color: #000;
}
#werkvoorbereiders-index .hero h1 {
  margin: 0.2em 0;
}
@media only screen and (max-width: 767px) {
  #werkvoorbereiders-index .hero h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #werkvoorbereiders-index .hero h1 {
    font-size: 29.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #werkvoorbereiders-index .hero h1 {
    font-size: 32.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  #werkvoorbereiders-index .hero h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #home-index section.hero .container-fluid .overlay {
    position: relative;
  }
  #home-index section.hero .container-fluid .owl-dots {
    position: relative;
    top: -110px;
  }
}
#custom-modal {
  background: rgba(85, 85, 85, 0.35);
  display: none;
  position: fixed;
  z-index: 99999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#custom-modal .content {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 8px;
  border: 1px solid #dfe0d5;
  text-align: center;
  padding: 50px 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  max-height: calc(100vh - 30px);
}
#custom-modal .content .text {
  position: relative;
  height: 100%;
  max-height: calc(100vh - 70px);
  overflow: auto;
}
#custom-modal .content p,
#custom-modal .content ul {
  margin: 1em 0 0;
  line-height: 1.5em;
  color: #000;
}
#custom-modal .content p a,
#custom-modal .content ul a {
  text-decoration: underline;
  color: #00529E;
}
#custom-modal .content p a:hover,
#custom-modal .content ul a:hover {
  text-decoration: none;
}
#custom-modal .content ul {
  margin-left: 20px;
  list-style: circle;
}
#custom-modal .content ul li {
  margin-bottom: 0.5em;
}
#custom-modal .content a.close-modal {
  height: 32px;
  width: 32px;
  background: #00529E;
  color: #fff;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  right: -16px;
  top: -16px;
}
#custom-modal .content a.close-modal:hover {
  background: #00529E;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  #custom-modal .content {
    width: 860px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #custom-modal .content {
    width: 730px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #custom-modal .content {
    width: 580px;
  }
  #custom-modal .content img {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  #custom-modal .content {
    width: calc(100% - 30px);
    padding: 15px;
  }
  #custom-modal .content img {
    max-width: 230px;
  }
}
#vacancies-group #vacancies-categories {
  padding: 64px 0 30px;
}
#vacancies-group #vacancies-categories h2 {
  color: #00529E;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  margin: 0.48em 0;
  padding: 0 20px;
}
#vacancies-group #vacancies-categories .item {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #00529E;
  text-transform: uppercase;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
#vacancies-group #vacancies-categories .item .image {
  position: relative;
  z-index: 9;
  display: block;
}
#vacancies-group #vacancies-categories .item .image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
#vacancies-group #vacancies-categories .item .text {
  width: 100%;
  padding: 24px;
  display: inline-block;
  text-align: center;
  min-height: 135px;
}
#vacancies-group #vacancies-categories .item .text h4 {
  font-size: 20px;
  color: #00529E;
  margin: 10px 0;
  min-height: 40px;
}
#vacancies-group #vacancies-categories .item .text h4 + span {
  text-transform: none;
  color: #000;
  text-align: center;
  text-decoration: underline;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}
#vacancies-group #vacancies-categories .item:hover {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.24);
}
#vacancies-group #vacancies-categories .item:hover .text h4 + span {
  text-decoration: none;
}
#vacancies-group #vacancies-categories .wrapper {
  padding: 0 10px;
}
#vacancies-group #vacancies-categories .buttons {
  padding: 0 20px;
  text-align: center;
}
#vacancies-group #vacancies-categories .buttons .btn {
  font-family: 'titillium-web', sans-serif;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 40px;
}
@media (max-width: 565px) {
  #vacancies-group #vacancies-categories .col-xs-6 {
    width: 100%;
  }
  #vacancies-group #vacancies-categories .col-xs-6 .image {
    display: none;
  }
  #vacancies-group #vacancies-categories .col-xs-6 .text {
    max-height: 100%;
    min-height: initial;
  }
}

