/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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;
  width: auto;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3,
  .block-mon-calendar #formadviseur h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  .block-mon-calendar #formadviseur h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4375;
  color: #333;
  background-color: #f5f5f5;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #6c2a40;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #35151f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.4375;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #f5f5f5;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.block-mon-calendar #formadviseur h3 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #ccc;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
.block-mon-calendar #formadviseur h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2,
.block-mon-calendar #formadviseur h3 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 11.5px;
}
.lead {
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #b0b0b0;
}
.text-primary {
  color: #6c2a40;
}
a.text-primary:hover {
  color: #471c2a;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #3fa6d7;
}
a.text-info:hover {
  color: #278cbc;
}
.text-warning {
  color: #ed8000;
}
a.text-warning:hover {
  color: #ba6400;
}
.text-danger {
  color: #cc0000;
}
a.text-danger:hover {
  color: #990000;
}
.bg-primary {
  color: #fff;
  background-color: #6c2a40;
}
a.bg-primary:hover {
  background-color: #471c2a;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #f5f5f5;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 23px;
}
dt,
dd {
  line-height: 1.4375;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 20px;
  border-left: 5px solid #f5f5f5;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.4375;
  color: #ccc;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f5f5f5;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.4375;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 15px;
  line-height: 1.4375;
  word-break: break-all;
  word-wrap: break-word;
  color: #555;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.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: 0%;
}
.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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 23px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4375;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f5f5f5;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 17.25px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 24px;
  line-height: inherit;
  color: #555;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.4375;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4375;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #b0b0b0;
}
.form-control:focus {
  border-color: #555;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(85, 85, 85, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(85, 85, 85, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(85, 85, 85, 0.6);
}
.form-control::-moz-placeholder {
  color: #b0b0b0;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b0b0b0;
}
.form-control::-webkit-input-placeholder {
  color: #b0b0b0;
}
.form-control::-webkit-input-placeholder {
  color: #b0b0b0;
}
.form-control::-moz-placeholder {
  color: #b0b0b0;
}
.form-control:-moz-placeholder {
  color: #b0b0b0;
}
.form-control:-ms-input-placeholder {
  color: #b0b0b0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f5f5f5;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 37px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 23px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 46.25px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 28px;
  right: 0;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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;
  -moz-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 {
  color: #ed8000;
}
.has-warning .form-control {
  border-color: #ed8000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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: #ba6400;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb054;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb054;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb054;
}
.has-warning .input-group-addon {
  color: #ed8000;
  border-color: #ed8000;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #ed8000;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #cc0000;
}
.has-error .form-control {
  border-color: #cc0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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: #990000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333;
}
.has-error .input-group-addon {
  color: #cc0000;
  border-color: #cc0000;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #cc0000;
}
.form-control-static {
  margin-bottom: 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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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: 30px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4375;
  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 {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #a7b731;
  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);
  -moz-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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #a7b731;
  background-color: #fff;
  border-color: #a7b731;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #a7b731;
  background-color: #ebebeb;
  border-color: #7b8724;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #a7b731;
}
.btn-default .badge {
  color: #fff;
  background-color: #a7b731;
}
.btn-primary {
  color: #a7b731;
  background-color: #fff;
  border-color: #a7b731;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #a7b731;
  background-color: #ebebeb;
  border-color: #7b8724;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fff;
  border-color: #a7b731;
}
.btn-primary .badge {
  color: #fff;
  background-color: #a7b731;
}
.btn-success {
  color: #fff;
  background-color: #8dc63f;
  border-color: #80b636;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #77aa32;
  border-color: #5f8628;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #8dc63f;
  border-color: #80b636;
}
.btn-success .badge {
  color: #8dc63f;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #3fa6d7;
  border-color: #3fa6d7;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #2992c4;
  border-color: #2586b3;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #3fa6d7;
  border-color: #3fa6d7;
}
.btn-info .badge {
  color: #3fa6d7;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #ed8000;
  border-color: #ed8000;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c46a00;
  border-color: #b05f00;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ed8000;
  border-color: #ed8000;
}
.btn-warning .badge {
  color: #ed8000;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #a30000;
  border-color: #8f0000;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-danger .badge {
  color: #cc0000;
  background-color: #fff;
}
.btn-link {
  color: #6c2a40;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-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: #35151f;
  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: #ccc;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4375;
  color: #555;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #484848;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #a7b731;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ccc;
}
.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: 12px;
  line-height: 1.4375;
  color: #ccc;
}
.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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@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:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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-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) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-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 {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-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);
  -moz-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;
  -moz-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) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-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%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: 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-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.33;
  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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  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: 30px;
  line-height: 30px;
}
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) {
  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: #555;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  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 {
  border-bottom-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 {
  border-bottom-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 {
  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: transparent;
}
.nav > li.disabled > a {
  color: #ccc;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ccc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #6c2a40;
}
.nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ccc;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.4375;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ccc #ccc #ccc;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  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;
  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 #ccc;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ccc;
    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: #f5f5f5;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  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: #a7b731;
  background-color: transparent;
}
.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;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ccc;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ccc;
    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: #f5f5f5;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 23px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  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;
    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;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@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 {
    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 {
    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: 13.5px 15px;
  font-size: 20px;
  line-height: 23px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    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: 23px;
  }
  .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: 13.5px;
    padding-bottom: 13.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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);
  -moz-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: 6.5px;
  margin-bottom: 6.5px;
}
@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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@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;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e9e9e9;
}
.navbar-default .navbar-brand {
  color: #6c2a40;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #471c2a;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #6c2a40;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #a7b731;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #a7b731;
  background-color: transparent;
}
.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: #e9e9e9;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #a7b731;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #6c2a40;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #a7b731;
    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: #a7b731;
    background-color: transparent;
  }
  .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: #6c2a40;
}
.navbar-default .navbar-link:hover {
  color: #a7b731;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ccc;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ccc;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ccc;
}
.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: #ccc;
  }
  .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: #ccc;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 23px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #ccc;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.4375;
  text-decoration: none;
  color: #6c2a40;
  background-color: #fff;
  border: 1px solid #6c2a40;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #a7b731;
  border-color: inherit;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #6c2a40;
  border-color: inherit;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ccc;
  background-color: #f5f5f5;
  border-color: inherit;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 23px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #6c2a40;
  border-radius: 4px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #a7b731;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #ccc;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #ccc;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #b3b3b3;
}
.label-primary {
  background-color: #6c2a40;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #471c2a;
}
.label-success {
  background-color: #8dc63f;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #72a230;
}
.label-info {
  background-color: #3fa6d7;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #278cbc;
}
.label-warning {
  background-color: #ed8000;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ba6400;
}
.label-danger {
  background-color: #cc0000;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #990000;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #ccc;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #6c2a40;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3fa6d7;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #278cbc;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #ed8000;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #ba6400;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #cc0000;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #990000;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 23px;
  margin-bottom: 23px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  background-color: #6c2a40;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #8dc63f;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #3fa6d7;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ed8000;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #cc0000;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #a7b731;
  background-color: transparent;
  border-color: transparent;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: rgba(102, 102, 102, 0);
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #3fa6d7;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #3fa6d7;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #3fa6d7;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #3fa6d7;
  border-color: #3fa6d7;
}
.list-group-item-warning {
  color: #ed8000;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #ed8000;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ed8000;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ed8000;
  border-color: #ed8000;
}
.list-group-item-danger {
  color: #cc0000;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #cc0000;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #cc0000;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 23px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 23px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #555;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #6c2a40;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #6c2a40;
  border-color: #6c2a40;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #6c2a40;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #6c2a40;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3fa6d7;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #ed8000;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #cc0000;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.4375px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.4375;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.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,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
#footer .nav-secondary .menu-block-wrapper > ul.menu:before,
#footer .nav-secondary .menu-block-wrapper > ul.menu:after,
.uitvaartpakketten .field-name-field-funeral-packages-group:before,
.uitvaartpakketten .field-name-field-funeral-packages-group: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,
.pager:after,
.panel-body:after,
.modal-footer:after,
#footer .nav-secondary .menu-block-wrapper > ul.menu:after,
.uitvaartpakketten .field-name-field-funeral-packages-group: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !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;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .container {
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 990px;
  }
}
.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.word-break {
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.text-nowrap {
  white-space: nowrap;
}
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}
body {
  position: relative;
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 64px !important;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
body.toolbar {
  padding-top: 30px !important;
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
body.toolbar-drawer {
  padding-top: 64px !important;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}
body div#admin-toolbar {
  z-index: 1600;
}
body #toolbar,
body #admin-menu,
body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
body #admin-menu .dropdown li {
  line-height: normal;
}
.navbar.container {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar.container > .container {
  margin: 0;
  padding: 0;
  width: auto;
}
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}
#toolbar {
  z-index: 1600;
}
.modal {
  z-index: 1620;
}
.modal iframe {
  width: 100%;
}
.modal-dialog {
  z-index: 1630;
}
.modal-backdrop {
  z-index: 1610;
}
.modal-content {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.close {
  opacity: 1;
  text-shadow: none;
  position: relative;
  font-size: 28px;
  right: -10px;
}
.close .fa:before {
  color: #fff;
}
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
ul.secondary {
  float: left;
}
@media screen and (min-width: 768px) {
  ul.secondary {
    float: right;
  }
}
.page-header {
  margin-top: 0;
}
.block h2.block-title {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.region-help > .glyphicon {
  font-size: 20px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
form#search-block-form {
  margin: 0;
}
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    float: right;
  }
}
.navbar-search .control-group {
  margin-bottom: 0px;
}
ul.action-links {
  margin: 12px 0;
  padding: 0;
}
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
ul.action-links .glyphicon {
  padding-right: 0.5em;
}
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}
input.error {
  color: #cc0000;
  border-color: #ebccd1;
}
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
}
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}
.form-actions {
  clear: both;
}
.resizable-textarea textarea {
  border-radius: 4px 4px 0 0;
}
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}
.help-block,
.control-group .help-inline {
  color: #ccc;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.panel-heading {
  display: block;
}
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}
.error {
  color: #cc0000;
}
div.error,
table tr.error {
  background-color: #f2dede;
  color: #cc0000;
}
.control-group.error {
  background: none;
}
.control-group.error label,
.control-group.error .control-label {
  color: #cc0000;
  font-weight: 600;
}
.control-group.error input,
.control-group.error textarea,
.control-group.error select,
.control-group.error .uneditable-input {
  color: #555;
  border: 1px solid #ccc;
}
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #333;
}
.list-inline > li.first {
  padding-left: 0;
}
.nav-tabs {
  margin-bottom: 10px;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}
.tabs--secondary {
  margin: 0 0 10px;
}
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #b0b0b0;
}
.password-strength {
  width: 17em;
  float: right;
  /* LTR */
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
}
.password-strength-text {
  float: right;
  /* LTR */
  font-weight: bold;
}
.password-indicator {
  background-color: #ababab;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #b0b0b0;
}
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  float: right;
  /* LTR */
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.confirm-parent,
.password-parent {
  clear: left;
  /* LTR */
  margin: 0;
  width: 36.3em;
}
.progress {
  height: 16px;
  min-width: 25px;
  margin-right: 16px;
  margin-left: 16px;
}
.pagination ul > li > a.progress-disabled {
  float: left;
}
.form-autocomplete .glyphicon {
  color: #ccc;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #6c2a40;
}
.form-autocomplete .input-group-addon {
  background-color: #ffffff;
}
.ajax-progress .glyphicon {
  font-size: 90%;
  margin: 0 -0.25em 0 0.5em;
}
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-refresh {
  -webkit-transform-origin: 50% 45%;
  -moz-transform-origin: 50% 45%;
  -ms-transform-origin: 50% 45%;
  -o-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #ccc;
  font-size: 12px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ccc;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ccc;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ccc #ccc #ccc;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #ccc #ccc #ccc #ccc;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ccc transparent #ccc #ccc;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #ccc #ccc #ccc #ccc;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ccc #ccc #ccc transparent;
}
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
.alert a:not(.btn) {
  text-decoration: none;
  border-width: 0 0 1px 0;
  border-style: dotted;
  color: inherit;
}
.alert a:not(.btn):hover {
  border-style: solid;
}
.alert-success p {
  color: #2b542c;
}
.alert-info p {
  color: #237ca7;
}
.alert-warning p {
  color: #a15700;
}
.alert-danger p {
  color: #990000;
}
.alert .placeholder {
  font-family: "mp-regular-webfont", sans-serif;
  font-style: normal;
  color: inherit;
}
.lt9 .img-responsive {
  width: auto;
}
.grecaptcha-badge {
  z-index: 1;
  bottom: 58px !important;
}
keyframes bounce 0% {
  transform: translateY(-100%) scaleY(1);
}
keyframes bounce 60% {
  transform: translateY(5%) scaleY(1);
}
keyframes bounce 70% {
  transform: translateY(10%) scaleY(0.7) scaleX(1.2);
}
keyframes bounce 80% {
  transform: translateY(5%) scaleY(0.8);
}
keyframes bounce 100% {
  transform: translateY(-100%) scaleY(1);
}
@-webkit-keyframes bounce {
  0% {
    transform: translateY(-100%) scaleY(1);
  }
  60% {
    transform: translateY(5%) scaleY(1);
  }
  70% {
    transform: translateY(10%) scaleY(0.7) scaleX(1.2);
  }
  80% {
    transform: translateY(5%) scaleY(0.8);
  }
  100% {
    transform: translateY(-100%) scaleY(1);
  }
}
/* base webfonts for the site */
@font-face {
  font-family: 'mp-light-webfont';
  src: url('../fonts/mp-light-webfont.eot');
  src: url('../fonts/mp-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mp-light-webfont.woff') format('woff'), url('../fonts/mp-light-webfont.ttf') format('truetype'), url('../fonts/mp-light-webfont.svg#proxima_novalight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'mp-regular-webfont';
  src: url('../fonts/mp-regular-webfont.eot');
  src: url('../fonts/mp-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mp-regular-webfont.woff') format('woff'), url('../fonts/mp-regular-webfont.ttf') format('truetype'), url('../fonts/mp-regular-webfont.svg#MyriadProRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'mp-semibold-webfont';
  src: url('../fonts/mp-semibold-webfont.eot');
  src: url('../fonts/mp-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mp-semibold-webfont.woff') format('woff'), url('../fonts/mp-semibold-webfont.ttf') format('truetype'), url('../fonts/mp-semibold-webfont.svg#MyriadProSemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONTAWESOME */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* overwrite font location */
html {
  font-size: 16px;
}
body {
  font-size: 1em;
  font-family: "mp-light-webfont", sans-serif;
  font-weight: normal;
  line-height: 1.4375;
}
.body-bg {
  background-color: #f5f5f5;
}
strong,
b {
  font-family: "mp-regular-webfont", sans-serif;
}
a {
  text-decoration: underline;
  cursor: pointer;
}
.no-touch a[href^=tel] {
  text-decoration: none !important;
  color: inherit !important;
  cursor: default !important;
  pointer-events: none !important;
}
a.more,
.more-link a,
.agenda_text footer a {
  font-family: "mp-regular-webfont", sans-serif;
  text-decoration: none;
}
a.more:before,
.more-link a:before,
.agenda_text footer a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: relative;
  top: .07em;
  left: 0;
  vertical-align: baseline;
  margin: 0 .3em 0 0;
  line-height: 1;
  font-size: 120%;
  color: inherit;
  transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
}
a.more:before.fa-pull-left,
.more-link a:before.fa-pull-left,
.agenda_text footer a:before.fa-pull-left {
  margin-right: .3em;
}
a.more:before.fa-pull-right,
.more-link a:before.fa-pull-right,
.agenda_text footer a:before.fa-pull-right {
  margin-left: .3em;
}
a.more:before.pull-left,
.more-link a:before.pull-left,
.agenda_text footer a:before.pull-left {
  margin-right: .3em;
}
a.more:before.pull-right,
.more-link a:before.pull-right,
.agenda_text footer a:before.pull-right {
  margin-left: .3em;
}
a.more:hover,
.more-link a:hover,
.agenda_text footer a:hover {
  text-decoration: underline;
}
.ie a.more:hover,
.ie .more-link a:hover,
.ie .agenda_text footer a:hover {
  text-decoration: none;
}
a.more:hover:before,
.more-link a:hover:before,
.agenda_text footer a:hover:before {
  left: .2em;
}
a.back {
  font-family: "mp-regular-webfont", sans-serif;
  text-decoration: none;
}
a.back:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  position: relative;
  top: .07em;
  left: 0;
  vertical-align: baseline;
  margin: 0 .3em 0 0;
  line-height: 1;
  font-size: 120%;
  color: inherit;
  transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
}
a.back:before.fa-pull-left {
  margin-right: .3em;
}
a.back:before.fa-pull-right {
  margin-left: .3em;
}
a.back:before.pull-left {
  margin-right: .3em;
}
a.back:before.pull-right {
  margin-left: .3em;
}
a.back:hover {
  text-decoration: underline;
}
.ie a.back:hover {
  text-decoration: none;
}
a.back:hover:before {
  left: -0.2em;
}
a.secondary-link {
  color: #a7b731;
}
a.secondary-link:hover {
  text-decoration: underline;
  color: #6c2a40;
}
.title-more {
  margin: 0;
  border-bottom: 1px solid #e9e9e9;
  font-size: 22px;
}
.title-more a {
  display: block;
  position: relative;
  padding: 10px 16px;
}
.title-more a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  top: 20px;
  right: 16px;
  vertical-align: baseline;
  line-height: 0;
  font-size: 125%;
  color: inherit;
  transition: right 0.3s ease-in-out;
}
.title-more a:after.fa-pull-left {
  margin-right: .3em;
}
.title-more a:after.fa-pull-right {
  margin-left: .3em;
}
.title-more a:after.pull-left {
  margin-right: .3em;
}
.title-more a:after.pull-right {
  margin-left: .3em;
}
.title-more a:hover {
  text-decoration: none;
}
.title-more a:hover:after {
  right: 8px;
}
h1,
h2,
h3,
h4,
.block-mon-calendar #formadviseur h3 {
  margin: 1em 0 0.5em;
  font-family: "mp-regular-webfont", sans-serif;
  font-weight: normal;
  line-height: 1.1;
}
h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none;
  color: inherit;
}
h1,
.h1 {
  margin-top: .1em;
  font-family: "mp-semibold-webfont", sans-serif;
  font-size: 36px;
  color: #6c2a40;
}
h2,
.h2,
.block-mon-calendar #formadviseur h3 {
  font-size: 24px;
  color: #6c2a40;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 20px;
}
p.lead {
  margin-bottom: 1em;
  font-size: 1.33em;
}
p {
  max-width: 850px;
}
blockquote {
  position: relative;
  padding: 10px 40px;
  margin-bottom: 1.25em;
  border-left: 0;
  color: #333;
}
blockquote:before {
  content: "\201c";
  position: absolute;
  left: 0;
  top: 10px;
  font-family: Georgia, Times, serif;
  font-size: 74px;
  line-height: 1;
  color: #ccc;
}
blockquote p {
  margin: 0;
  font-style: italic;
  font-size: 1.2em;
}
blockquote p + p {
  font-size: .9em;
  color: #b0b0b0;
}
blockquote p + p:before {
  content: "\2013";
  margin-right: .25em;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav a,
.nav-tabs a {
  text-decoration: none;
}
.list-arrows {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-arrows li {
  font-size: 20px;
}
.list-arrows li a {
  position: relative;
  display: block;
  padding: 6px 0 6px 24px;
  text-decoration: none;
  color: #555;
}
.list-arrows li a:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 6px;
  left: 5px;
  margin-top: .1em;
  font-size: 1.1em;
  color: #6c2a40;
  transition: left 0.3s ease-in-out;
}
.list-arrows li a:before.fa-pull-left {
  margin-right: .3em;
}
.list-arrows li a:before.fa-pull-right {
  margin-left: .3em;
}
.list-arrows li a:before.pull-left {
  margin-right: .3em;
}
.list-arrows li a:before.pull-right {
  margin-left: .3em;
}
.list-arrows li a:hover,
.list-arrows li a:focus {
  color: #6c2a40;
}
.list-arrows li a:hover:before,
.list-arrows li a:focus:before {
  left: 9px;
}
.btn {
  background: #fff;
  border-color: #a7b731;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none !important;
  font-family: "mp-regular-webfont", sans-serif;
  color: #a7b731;
  transition: all 0.2s ease-in;
  max-width: 100%;
}
.btn:after,
.btn.btn-back:before,
.btn.btn-play:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: relative;
  top: .075em;
  right: 0;
  vertical-align: baseline;
  margin: 0 0 0 .35em;
  line-height: 1;
  font-size: 125%;
  color: inherit;
  transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
}
.btn:after.fa-pull-left,
.btn.btn-back:before.fa-pull-left,
.btn.btn-play:before.fa-pull-left {
  margin-right: .3em;
}
.btn:after.fa-pull-right,
.btn.btn-back:before.fa-pull-right,
.btn.btn-play:before.fa-pull-right {
  margin-left: .3em;
}
.btn:after.pull-left,
.btn.btn-back:before.pull-left,
.btn.btn-play:before.pull-left {
  margin-right: .3em;
}
.btn:after.pull-right,
.btn.btn-back:before.pull-right,
.btn.btn-play:before.pull-right {
  margin-left: .3em;
}
.btn.btn-back:after,
.btn.btn-play:after {
  display: none;
}
.btn.btn-back:before {
  content: "\f104";
  margin: 0 .35em 0 0;
  right: auto;
  left: 0;
}
.btn.btn-play:before {
  content: "\f04b";
  margin: 0 .35em 0 0;
  right: auto;
  left: 0;
}
.btn:hover:after,
.btn:focus:after,
.btn:active:after {
  right: -0.2em;
}
.btn:hover:before,
.btn:focus:before,
.btn:active:before {
  left: -0.2em;
}
.btn.btn-primary,
.btn.btn-inverted,
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.submitButton,
.page-search-gss .search-form.gss button.btn-default {
  color: #fff;
  background-color: #a7b731;
  border-color: #a7b731;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #b8ca38;
}
.btn.btn-purple {
  border-color: #6c2a40;
  color: #6c2a40;
}
.btn.btn-purple.btn-inverted,
.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple:active {
  background-color: #6c2a40;
  color: #fff;
}
.btn.btn-purple.btn-inverted:hover,
.btn.btn-purple.btn-inverted:focus,
.btn.btn-purple.btn-inverted:active {
  background-color: #8d3754;
}
.btn.btn-orange {
  border-color: #ed8000;
  color: #ed8000;
}
.btn.btn-orange.btn-inverted,
.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange:active {
  background-color: #ed8000;
  color: #fff;
}
.btn.btn-orange.btn-inverted:hover,
.btn.btn-orange.btn-inverted:focus,
.btn.btn-orange.btn-inverted:active {
  background-color: #ff971c;
}
.btn.btn-blue {
  border-color: #3fa6d7;
  color: #3fa6d7;
}
.btn.btn-blue.btn-inverted,
.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue:active {
  background-color: #3fa6d7;
  color: #fff;
}
.btn.btn-blue.btn-inverted:hover,
.btn.btn-blue.btn-inverted:focus,
.btn.btn-blue.btn-inverted:active {
  background-color: #65b8df;
}
.btn.btn-white-blue {
  border-color: #fff;
  color: #3fa6d7;
}
.btn.btn-white-blue.btn-inverted,
.btn.btn-white-blue:hover,
.btn.btn-white-blue:focus,
.btn.btn-white-blue:active {
  background-color: #fff;
  color: #3fa6d7;
}
.btn.btn-white-blue.btn-inverted:hover,
.btn.btn-white-blue.btn-inverted:focus,
.btn.btn-white-blue.btn-inverted:active {
  background-color: #65b8df;
  color: #fff;
}
.btn.btn-success {
  border-color: #3c763d;
  color: #3c763d;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active {
  background-color: #3c763d;
  color: #fff;
}
.btn.btn-info {
  border-color: #3fa6d7;
  color: #3fa6d7;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active {
  background-color: #3fa6d7;
  color: #fff;
}
.btn.btn-warning {
  border-color: #ed8000;
  color: #ed8000;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active {
  background-color: #ed8000;
  color: #fff;
}
.btn.btn-danger {
  border-color: #cc0000;
  color: #cc0000;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
  background-color: #cc0000;
  color: #fff;
}
.btn.btn-search:after {
  display: none;
}
.btn.btn-search:before {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: .35em;
}
.btn.btn-search:before.fa-pull-left {
  margin-right: .3em;
}
.btn.btn-search:before.fa-pull-right {
  margin-left: .3em;
}
.btn.btn-search:before.pull-left {
  margin-right: .3em;
}
.btn.btn-search:before.pull-right {
  margin-left: .3em;
}
.btn + .btn {
  margin-left: 12px;
}
.well {
  background: #f5f5f5;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 1.1em;
}
fieldset {
  min-width: 0;
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid silver;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  font-weight: normal;
  cursor: pointer;
}
span.input {
  position: relative;
}
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;
}
.form-control {
  display: inline;
}
.form-control:focus {
  box-shadow: none;
}
.has-error .form-control:focus {
  box-shadow: none;
}
input[type=text],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
textarea,
select,
.block-mon-calendar input[type="date"],
.block-mon-calendar textarea {
  margin: 0 .25em .5em 0;
  padding: 6px 8px;
  height: 37px;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.4375;
  background: #fff;
  box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #555;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border-color: #b0b0b0;
  color: #333;
  outline: 0;
}
input[type=text].error,
input[type=email].error,
input[type=number].error,
input[type=search].error,
input[type=password].error,
textarea.error,
select.error {
  border-color: #cc0000;
  color: #cc0000;
}
.lt9 input[type=text],
.lt9 input[type=email],
.lt9 input[type=number],
.lt9 input[type=search],
.lt9 input[type=password] {
  line-height: 1;
  padding: 8px;
}
input[type=checkbox],
input[type=radio] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
  display: none;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=search] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=radio],
input[type=checkbox] {
  margin: 4px;
  margin-top: 1px \9;
  line-height: normal;
  border: 0;
}
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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type=search] {
  -webkit-appearance: none;
}
input[type=date] {
  line-height: 34px;
}
textarea {
  height: auto;
  overflow: auto;
}
select {
  height: 34px;
}
optgroup {
  font-weight: 700;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b0b0b0;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b0b0b0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b0b0b0;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b0b0b0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b0b0b0;
}
.placeholder {
  color: #b0b0b0;
}
div.error.form-item {
  background: none;
}
.resizable-textarea .grippie {
  display: none;
}
textarea {
  resize: none;
}
.form-required {
  color: #6c2a40;
}
ul.list-pro,
ul.list-con,
ul.list-chevron,
ul.list-files {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
ul.list-pro > li,
ul.list-con > li,
ul.list-chevron > li,
ul.list-files > li {
  position: relative;
}
ul.list-pro li:before,
ul.list-con li:before,
ul.list-chevron li:before,
ul.list-files li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
  font-size: 110%;
}
ul.list-pro li:before.fa-pull-left,
ul.list-con li:before.fa-pull-left,
ul.list-chevron li:before.fa-pull-left,
ul.list-files li:before.fa-pull-left {
  margin-right: .3em;
}
ul.list-pro li:before.fa-pull-right,
ul.list-con li:before.fa-pull-right,
ul.list-chevron li:before.fa-pull-right,
ul.list-files li:before.fa-pull-right {
  margin-left: .3em;
}
ul.list-pro li:before.pull-left,
ul.list-con li:before.pull-left,
ul.list-chevron li:before.pull-left,
ul.list-files li:before.pull-left {
  margin-right: .3em;
}
ul.list-pro li:before.pull-right,
ul.list-con li:before.pull-right,
ul.list-chevron li:before.pull-right,
ul.list-files li:before.pull-right {
  margin-left: .3em;
}
ul.list-pro li:before.fa-lg,
ul.list-con li:before.fa-lg,
ul.list-chevron li:before.fa-lg,
ul.list-files li:before.fa-lg {
  left: -1.85714286em;
}
ul.list-pro li span img,
ul.list-con li span img,
ul.list-chevron li span img,
ul.list-files li span img {
  display: none;
}
ul.list-pro li:before {
  content: "\f00c";
  color: #a7b731;
}
ul.list-con li:before {
  content: "\f00d";
  color: #c00;
}
ul.list-chevron li:before {
  content: "\f054";
  color: #a7b731;
  font-size: 90%;
  top: 3px;
}
ul.list-files li {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
}
ul.list-files li:before {
  content: "\f1c1";
  color: #a7b731;
  top: 3px;
}
ul.list-files li a {
  color: #6c2a40;
  text-decoration: none;
}
ul.list-files .media-element-container .file.file-document .content .file {
  padding: 0;
  background: transparent;
  margin: 0 0 10px 0;
}
ul.list-files .media-element-container .file.file-document .content .file img {
  display: none;
}
ul.list-files .media-element-container .file.file-document .content .file a {
  text-decoration: none;
  color: #6c2a40;
  font-size: 18px;
}
ul.list-files .media-element-container .file.file-document .content .file a:after {
  content: '';
}
ul.list-chevron-inverted {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.list-chevron-inverted > li {
  position: relative;
}
ul.list-chevron-inverted li:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
  transition: all 0.3s ease-in;
  content: "\f105";
  color: #a7b731;
  font-size: 1.2em;
  top: 13px;
  left: auto;
  right: 0px;
}
ul.list-chevron-inverted li:after.fa-pull-left {
  margin-right: .3em;
}
ul.list-chevron-inverted li:after.fa-pull-right {
  margin-left: .3em;
}
ul.list-chevron-inverted li:after.pull-left {
  margin-right: .3em;
}
ul.list-chevron-inverted li:after.pull-right {
  margin-left: .3em;
}
ul.list-chevron-inverted li:after.fa-lg {
  left: -1.85714286em;
}
ul.list-chevron-inverted li:hover:after {
  right: -0.2em;
}
ul.list-chevron-inverted a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  border-top: 1px solid #e9e9e9;
}
ul.list-social {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.list-social li {
  padding: 10px 0;
}
ul.list-social li a {
  display: block;
  text-decoration: none;
}
ul.list-social li a img {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  transition: transform 0.2s ease-out;
}
ul.list-social li a i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-family: "mp-regular-webfont", sans-serif;
}
ul.list-social li a:hover img {
  transform: scale(1.2);
}
ul.mpFormTable {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mpForm li {
  height: auto;
  overflow: auto;
}
.mpQuestionTable {
  padding: 10px;
  border-top: 1px solid #e9e9e9;
}
li.mpQuestionTable:nth-child(odd) {
  background: #fbfbfb;
}
li.mpQuestionTable:nth-child(odd):last-child {
  background: none;
}
.mpFormLabel {
  padding-top: 4px;
}
@media (min-width: 768px) {
  .mpFormLabel {
    float: left;
    width: 40%;
  }
}
.mpFormField {
  padding: 0;
  vertical-align: top;
}
@media (min-width: 768px) {
  .mpFormField {
    float: left;
    width: 60%;
  }
}
.mpFormField ul {
  margin: 0;
  padding: 0;
}
.mpFormField .sublabel {
  margin-top: 5px;
  font-size: .8em;
  color: #b0b0b0;
}
.mpFormField ul {
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mpFormField li {
  clear: both;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.mpFormField input.mpOtherCustomInput[type="text"] {
  margin: 0 0 0 3px;
  width: 50%;
}
.mpFormField input[type="text"],
.mpFormField textarea {
  margin: 0 3px 0 0;
  width: 90%;
}
.mpFormText {
  cursor: text;
  font-weight: normal !important;
  vertical-align: top;
}
.mpSpacerCell {
  cursor: text;
  vertical-align: top;
  width: 100%;
  min-height: 20px;
}
.mpSpacerCell hr {
  margin: 15px 0 0;
}
.submitCell,
.submitCellSpacer {
  width: 100%;
}
@media (min-width: 768px) {
  .submitCell,
  .submitCellSpacer {
    padding-left: 40%;
  }
}
input.mpDateField {
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: 3em !important;
  text-align: center;
  vertical-align: middle !important;
}
input.mpDateField.mpYYYY {
  width: 4em !important;
}
input.mpDateField:first-child {
  margin-left: 0 !important;
}
.mpFormField ul li input,
.mpFormField input.submitButton {
  width: auto;
}
.mpradioButtonTable {
  width: 100%;
}
.mpradioButtonTable .mpFormAnswer {
  text-align: center;
}
input[type=radio] + label,
input[type=checkbox] + label {
  max-width: 90%;
  vertical-align: top;
}
.mandatorySign {
  color: #a7b731;
}
.mpFormDescription {
  font-size: 10px;
  margin: 0 3px 0 0;
  padding: 0;
  text-align: center;
}
.mpFormTable td,
.mpFormTable th {
  color: #555;
  font-size: 12px;
}
.mpQuestionTable,
.mpFormTable,
.mpFormResult {
  width: 100%;
}
.mpFormResult {
  padding-top: 10px !important;
}
.mpFormResult .mpFormResultLabel {
  font-weight: bold;
}
.mpFormResultChildLabel {
  text-indent: 20px;
}
.mpQuestionTable li,
.mpFormTable ul {
  border: 0;
  vertical-align: top;
}
.mpErrorSummary {
  margin: 10px 0;
  color: #cc0000;
}
.mpErrorSummary label {
  display: block;
  position: relative;
  padding-left: 25px;
  font-family: "mp-regular-webfont", sans-serif;
}
.mpErrorSummary label:before {
  content: "\f071";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 4px;
  left: 2px;
  color: inherit;
}
.mpErrorSummary label:before.fa-pull-left {
  margin-right: .3em;
}
.mpErrorSummary label:before.fa-pull-right {
  margin-left: .3em;
}
.mpErrorSummary label:before.pull-left {
  margin-right: .3em;
}
.mpErrorSummary label:before.pull-right {
  margin-left: .3em;
}
.mpErrorSummary ul {
  margin: 0 0 1em;
  padding-left: 25px;
}
.mpErrorSummary li {
  list-style: inside;
  color: #cc0000;
  font-family: "mp-light-webfont", sans-serif;
}
li.error {
  color: inherit;
}
.mpErrorRow {
  clear: both;
  padding: 8px 0;
  width: 90%;
}
@media (min-width: 768px) {
  .mpErrorRow {
    padding-left: 40%;
    width: 94%;
  }
}
label.error {
  display: block;
  position: relative;
  padding: 5px 5px 5px 30px;
  background: #cc0000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
}
label.error a {
  color: #fff;
}
label.error:before {
  content: "\f071";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 9px;
  left: 7px;
  color: inherit;
}
label.error:before.fa-pull-left {
  margin-right: .3em;
}
label.error:before.fa-pull-right {
  margin-left: .3em;
}
label.error:before.pull-left {
  margin-right: .3em;
}
label.error:before.pull-right {
  margin-left: .3em;
}
label.error:after {
  content: "\f0d8";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  position: absolute;
  top: -18px;
  left: 20px;
  color: #cc0000;
}
label.error:after.fa-pull-left {
  margin-right: .3em;
}
label.error:after.fa-pull-right {
  margin-left: .3em;
}
label.error:after.pull-left {
  margin-right: .3em;
}
label.error:after.pull-right {
  margin-left: .3em;
}
label.error + .error {
  margin-top: 10px;
}
label.error + .error:after {
  display: none;
}
label.error.error-premieform {
  font-size: 14px;
}
input[aria-invalid=true] {
  border-color: #cc0000;
}
.mpMatrixTable {
  width: 100%;
  border-collapse: collapse;
}
.mpMatrixHeader .mpFormDescription4 {
  width: 17%;
}
.mpMatrixHeader .mpFormDescription5 {
  width: 14%;
}
.mpMatrixHeader .mpFormDescription10 {
  width: 7%;
}
.mpTwoColumnLayout .mpMatrixTable .mpErrorRow td {
  padding-left: 30%;
}
.mpMatrixTable .mpFormAnswer {
  text-align: center;
}
.formHelpText {
  cursor: help;
}
.formHelpText:before {
  content: "\f05a";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a7b731;
}
.formHelpText:before.fa-pull-left {
  margin-right: .3em;
}
.formHelpText:before.fa-pull-right {
  margin-left: .3em;
}
.formHelpText:before.pull-left {
  margin-right: .3em;
}
.formHelpText:before.pull-right {
  margin-left: .3em;
}
.ui-datepicker-trigger {
  display: inline-block !important;
  vertical-align: middle !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  background: none !important;
  border: 0 !important;
  visibility: hidden;
}
.ui-datepicker-trigger:before {
  content: "\f073";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -12px;
  right: -4px;
  background: #fff;
  color: #a7b731;
  font-size: 24px;
  visibility: visible;
}
.ui-datepicker-trigger:before.fa-pull-left {
  margin-right: .3em;
}
.ui-datepicker-trigger:before.fa-pull-right {
  margin-left: .3em;
}
.ui-datepicker-trigger:before.pull-left {
  margin-right: .3em;
}
.ui-datepicker-trigger:before.pull-right {
  margin-left: .3em;
}
.formResultLabel {
  font-size: 11px;
  padding-right: 5px;
}
.formResultValue {
  font-size: 11px;
  padding-left: 5px;
}
table.pollTable {
  width: 500px;
}
td.pollQuestion {
  font-weight: bold;
  padding: 0 0 15px;
  width: 100%;
}
td.pollItem {
  padding-bottom: 6px;
  vertical-align: top;
}
td.pollAnswerHighLight {
  font-weight: bold;
  padding: 0 10px 0 0;
  vertical-align: top;
}
td.pollAnswer {
  padding: 0 10px 0 0;
  vertical-align: top;
}
td.pollVisual {
  padding-bottom: 6px;
  padding-top: 6px;
  vertical-align: top;
  width: 250px;
}
td.pollCellLeft {
  background-color: #4EA5E4;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-top: 1px solid black;
  height: 4px;
}
td.pollCellRight {
  background-color: #FFFFFF;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
  height: 4px;
}
td.pollCell0Pct {
  background-color: #FFFFFF;
  border: 1px solid black;
  height: 4px;
}
td.pollCell100Pct {
  background-color: #4EA5E4;
  border: 1px solid black;
  height: 4px;
}
td.pollPercentage {
  padding-bottom: 6px;
  padding-left: 20px;
  text-align: right;
  vertical-align: top;
}
tr.pollAnswerHighLight td.pollCellLeft,
td.pollCell100Pct {
  background-color: #13B708;
}
.pollVisualTable {
  border-collapse: collapse;
  width: 100%;
}
.pollTable .mpFormResultLabel {
  font-weight: bold;
}
.previousPageButton,
.nextPageButton {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4375;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none !important;
  font-family: "mp-regular-webfont", sans-serif;
  transition: all 0.2s ease-in;
  max-width: 100%;
  color: #a7b731;
  background-color: #fff;
  border-color: #a7b731;
}
.previousPageButton:focus,
.nextPageButton:focus,
.previousPageButton:active:focus,
.nextPageButton:active:focus,
.previousPageButton.active:focus,
.nextPageButton.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.previousPageButton:hover,
.nextPageButton:hover,
.previousPageButton:focus,
.nextPageButton:focus {
  color: #a7b731;
  text-decoration: none;
}
.previousPageButton:active,
.nextPageButton:active,
.previousPageButton.active,
.nextPageButton.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.previousPageButton.disabled,
.nextPageButton.disabled,
.previousPageButton[disabled],
.nextPageButton[disabled],
fieldset[disabled] .previousPageButton,
fieldset[disabled] .nextPageButton {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.previousPageButton:after,
.nextPageButton:after,
.previousPageButton.btn-back:before,
.nextPageButton.btn-back:before,
.previousPageButton.btn-play:before,
.nextPageButton.btn-play:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: relative;
  top: .075em;
  right: 0;
  vertical-align: baseline;
  margin: 0 0 0 .35em;
  line-height: 1;
  font-size: 125%;
  color: inherit;
  transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
}
.previousPageButton:after.fa-pull-left,
.nextPageButton:after.fa-pull-left,
.previousPageButton.btn-back:before.fa-pull-left,
.nextPageButton.btn-back:before.fa-pull-left,
.previousPageButton.btn-play:before.fa-pull-left,
.nextPageButton.btn-play:before.fa-pull-left {
  margin-right: .3em;
}
.previousPageButton:after.fa-pull-right,
.nextPageButton:after.fa-pull-right,
.previousPageButton.btn-back:before.fa-pull-right,
.nextPageButton.btn-back:before.fa-pull-right,
.previousPageButton.btn-play:before.fa-pull-right,
.nextPageButton.btn-play:before.fa-pull-right {
  margin-left: .3em;
}
.previousPageButton:after.pull-left,
.nextPageButton:after.pull-left,
.previousPageButton.btn-back:before.pull-left,
.nextPageButton.btn-back:before.pull-left,
.previousPageButton.btn-play:before.pull-left,
.nextPageButton.btn-play:before.pull-left {
  margin-right: .3em;
}
.previousPageButton:after.pull-right,
.nextPageButton:after.pull-right,
.previousPageButton.btn-back:before.pull-right,
.nextPageButton.btn-back:before.pull-right,
.previousPageButton.btn-play:before.pull-right,
.nextPageButton.btn-play:before.pull-right {
  margin-left: .3em;
}
.previousPageButton.btn-back:after,
.nextPageButton.btn-back:after,
.previousPageButton.btn-play:after,
.nextPageButton.btn-play:after {
  display: none;
}
.previousPageButton.btn-back:before,
.nextPageButton.btn-back:before {
  content: "\f104";
  margin: 0 .35em 0 0;
  right: auto;
  left: 0;
}
.previousPageButton.btn-play:before,
.nextPageButton.btn-play:before {
  content: "\f04b";
  margin: 0 .35em 0 0;
  right: auto;
  left: 0;
}
.previousPageButton:hover:after,
.nextPageButton:hover:after,
.previousPageButton:focus:after,
.nextPageButton:focus:after,
.previousPageButton:active:after,
.nextPageButton:active:after {
  right: -0.2em;
}
.previousPageButton:hover:before,
.nextPageButton:hover:before,
.previousPageButton:focus:before,
.nextPageButton:focus:before,
.previousPageButton:active:before,
.nextPageButton:active:before {
  left: -0.2em;
}
.previousPageButton.btn-primary,
.nextPageButton.btn-primary,
.previousPageButton.btn-inverted,
.nextPageButton.btn-inverted,
.previousPageButton.btn-default:hover,
.nextPageButton.btn-default:hover,
.previousPageButton.btn-default:focus,
.nextPageButton.btn-default:focus,
.previousPageButton.btn-default:active,
.nextPageButton.btn-default:active {
  color: #fff;
  background-color: #a7b731;
  border-color: #a7b731;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.previousPageButton.btn-primary:hover,
.nextPageButton.btn-primary:hover,
.previousPageButton.btn-primary:focus,
.nextPageButton.btn-primary:focus,
.previousPageButton.btn-primary:active,
.nextPageButton.btn-primary:active {
  background-color: #b8ca38;
}
.previousPageButton.btn-purple,
.nextPageButton.btn-purple {
  border-color: #6c2a40;
  color: #6c2a40;
}
.previousPageButton.btn-purple.btn-inverted,
.nextPageButton.btn-purple.btn-inverted,
.previousPageButton.btn-purple:hover,
.nextPageButton.btn-purple:hover,
.previousPageButton.btn-purple:focus,
.nextPageButton.btn-purple:focus,
.previousPageButton.btn-purple:active,
.nextPageButton.btn-purple:active {
  background-color: #6c2a40;
  color: #fff;
}
.previousPageButton.btn-purple.btn-inverted:hover,
.nextPageButton.btn-purple.btn-inverted:hover,
.previousPageButton.btn-purple.btn-inverted:focus,
.nextPageButton.btn-purple.btn-inverted:focus,
.previousPageButton.btn-purple.btn-inverted:active,
.nextPageButton.btn-purple.btn-inverted:active {
  background-color: #8d3754;
}
.previousPageButton.btn-orange,
.nextPageButton.btn-orange {
  border-color: #ed8000;
  color: #ed8000;
}
.previousPageButton.btn-orange.btn-inverted,
.nextPageButton.btn-orange.btn-inverted,
.previousPageButton.btn-orange:hover,
.nextPageButton.btn-orange:hover,
.previousPageButton.btn-orange:focus,
.nextPageButton.btn-orange:focus,
.previousPageButton.btn-orange:active,
.nextPageButton.btn-orange:active {
  background-color: #ed8000;
  color: #fff;
}
.previousPageButton.btn-orange.btn-inverted:hover,
.nextPageButton.btn-orange.btn-inverted:hover,
.previousPageButton.btn-orange.btn-inverted:focus,
.nextPageButton.btn-orange.btn-inverted:focus,
.previousPageButton.btn-orange.btn-inverted:active,
.nextPageButton.btn-orange.btn-inverted:active {
  background-color: #ff971c;
}
.previousPageButton.btn-blue,
.nextPageButton.btn-blue {
  border-color: #3fa6d7;
  color: #3fa6d7;
}
.previousPageButton.btn-blue.btn-inverted,
.nextPageButton.btn-blue.btn-inverted,
.previousPageButton.btn-blue:hover,
.nextPageButton.btn-blue:hover,
.previousPageButton.btn-blue:focus,
.nextPageButton.btn-blue:focus,
.previousPageButton.btn-blue:active,
.nextPageButton.btn-blue:active {
  background-color: #3fa6d7;
  color: #fff;
}
.previousPageButton.btn-blue.btn-inverted:hover,
.nextPageButton.btn-blue.btn-inverted:hover,
.previousPageButton.btn-blue.btn-inverted:focus,
.nextPageButton.btn-blue.btn-inverted:focus,
.previousPageButton.btn-blue.btn-inverted:active,
.nextPageButton.btn-blue.btn-inverted:active {
  background-color: #65b8df;
}
.previousPageButton.btn-white-blue,
.nextPageButton.btn-white-blue {
  border-color: #fff;
  color: #3fa6d7;
}
.previousPageButton.btn-white-blue.btn-inverted,
.nextPageButton.btn-white-blue.btn-inverted,
.previousPageButton.btn-white-blue:hover,
.nextPageButton.btn-white-blue:hover,
.previousPageButton.btn-white-blue:focus,
.nextPageButton.btn-white-blue:focus,
.previousPageButton.btn-white-blue:active,
.nextPageButton.btn-white-blue:active {
  background-color: #fff;
  color: #3fa6d7;
}
.previousPageButton.btn-white-blue.btn-inverted:hover,
.nextPageButton.btn-white-blue.btn-inverted:hover,
.previousPageButton.btn-white-blue.btn-inverted:focus,
.nextPageButton.btn-white-blue.btn-inverted:focus,
.previousPageButton.btn-white-blue.btn-inverted:active,
.nextPageButton.btn-white-blue.btn-inverted:active {
  background-color: #65b8df;
  color: #fff;
}
.previousPageButton.btn-success,
.nextPageButton.btn-success {
  border-color: #3c763d;
  color: #3c763d;
}
.previousPageButton.btn-success:hover,
.nextPageButton.btn-success:hover,
.previousPageButton.btn-success:focus,
.nextPageButton.btn-success:focus,
.previousPageButton.btn-success:active,
.nextPageButton.btn-success:active {
  background-color: #3c763d;
  color: #fff;
}
.previousPageButton.btn-info,
.nextPageButton.btn-info {
  border-color: #3fa6d7;
  color: #3fa6d7;
}
.previousPageButton.btn-info:hover,
.nextPageButton.btn-info:hover,
.previousPageButton.btn-info:focus,
.nextPageButton.btn-info:focus,
.previousPageButton.btn-info:active,
.nextPageButton.btn-info:active {
  background-color: #3fa6d7;
  color: #fff;
}
.previousPageButton.btn-warning,
.nextPageButton.btn-warning {
  border-color: #ed8000;
  color: #ed8000;
}
.previousPageButton.btn-warning:hover,
.nextPageButton.btn-warning:hover,
.previousPageButton.btn-warning:focus,
.nextPageButton.btn-warning:focus,
.previousPageButton.btn-warning:active,
.nextPageButton.btn-warning:active {
  background-color: #ed8000;
  color: #fff;
}
.previousPageButton.btn-danger,
.nextPageButton.btn-danger {
  border-color: #cc0000;
  color: #cc0000;
}
.previousPageButton.btn-danger:hover,
.nextPageButton.btn-danger:hover,
.previousPageButton.btn-danger:focus,
.nextPageButton.btn-danger:focus,
.previousPageButton.btn-danger:active,
.nextPageButton.btn-danger:active {
  background-color: #cc0000;
  color: #fff;
}
.previousPageButton.btn-search:after,
.nextPageButton.btn-search:after {
  display: none;
}
.previousPageButton.btn-search:before,
.nextPageButton.btn-search:before {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: .35em;
}
.previousPageButton.btn-search:before.fa-pull-left,
.nextPageButton.btn-search:before.fa-pull-left {
  margin-right: .3em;
}
.previousPageButton.btn-search:before.fa-pull-right,
.nextPageButton.btn-search:before.fa-pull-right {
  margin-left: .3em;
}
.previousPageButton.btn-search:before.pull-left,
.nextPageButton.btn-search:before.pull-left {
  margin-right: .3em;
}
.previousPageButton.btn-search:before.pull-right,
.nextPageButton.btn-search:before.pull-right {
  margin-left: .3em;
}
.previousPageButton:hover,
.nextPageButton:hover,
.previousPageButton:focus,
.nextPageButton:focus,
.previousPageButton:active,
.nextPageButton:active,
.previousPageButton.active,
.nextPageButton.active,
.open .dropdown-toggle.previousPageButton,
.open .dropdown-toggle.nextPageButton {
  color: #a7b731;
  background-color: #ebebeb;
  border-color: #7b8724;
}
.previousPageButton:active,
.nextPageButton:active,
.previousPageButton.active,
.nextPageButton.active,
.open .dropdown-toggle.previousPageButton,
.open .dropdown-toggle.nextPageButton {
  background-image: none;
}
.previousPageButton.disabled,
.nextPageButton.disabled,
.previousPageButton[disabled],
.nextPageButton[disabled],
fieldset[disabled] .previousPageButton,
fieldset[disabled] .nextPageButton,
.previousPageButton.disabled:hover,
.nextPageButton.disabled:hover,
.previousPageButton[disabled]:hover,
.nextPageButton[disabled]:hover,
fieldset[disabled] .previousPageButton:hover,
fieldset[disabled] .nextPageButton:hover,
.previousPageButton.disabled:focus,
.nextPageButton.disabled:focus,
.previousPageButton[disabled]:focus,
.nextPageButton[disabled]:focus,
fieldset[disabled] .previousPageButton:focus,
fieldset[disabled] .nextPageButton:focus,
.previousPageButton.disabled:active,
.nextPageButton.disabled:active,
.previousPageButton[disabled]:active,
.nextPageButton[disabled]:active,
fieldset[disabled] .previousPageButton:active,
fieldset[disabled] .nextPageButton:active,
.previousPageButton.disabled.active,
.nextPageButton.disabled.active,
.previousPageButton[disabled].active,
.nextPageButton[disabled].active,
fieldset[disabled] .previousPageButton.active,
fieldset[disabled] .nextPageButton.active {
  background-color: #fff;
  border-color: #a7b731;
}
.previousPageButton .badge,
.nextPageButton .badge {
  color: #fff;
  background-color: #a7b731;
}
.submitButton {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
  border: 0;
}
.submitButton:hover,
.submitButton:focus,
.submitButton:active {
  color: #fff;
}
#ui-datepicker-div {
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
}
.ui-tooltip {
  background: #a7b731;
  border: none;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  font-family: "mp-light-webfont", sans-serif;
  font-size: .9em;
  color: #fff;
}
/* Verzend/volgende/vorige-knop als afbeelding
.submitButton{
background-image:url('');
width:100px;
height:35px;
}

.nextPageButton{
background-image:url('');
width:100px;
height:35px;
}

.previousPageButton{
background-image:url('');
width:100px;
height:25px;
}


.mpQuestionTable.error.inlineValidated .mpFormField, .mpQuestionTable.error.inlineValidated .mpMatrix { background: transparent url(https://static.mailplus.nl/icons/delete.png) no-repeat scroll 100% 10%; }
.mpQuestionTable.inlineValidated .mpFormField, .mpQuestionTable.inlineValidated .mpMatrix { background: transparent url(https://static.mailplus.nl/icons/check.png) no-repeat scroll 100% 10%; }
*/
.block-workbench {
  margin-bottom: 20px;
}
div.workbench-info-block {
  padding: 6px 12px;
}
.node-draft:before,
.node-unpublished:before,
.node-needs_review:before {
  content: "Let op! Deze revisie is niet gepubliceerd.";
  display: block;
  margin-bottom: 20px;
  padding: 6px 12px;
  background: #ed8000;
  color: #fff;
}
form.workbench-moderation-moderate-form .form-control {
  max-width: 400px;
}
.page-search-gss .breadcrumb {
  display: none;
}
.page-search-gss #main-content {
  margin-top: 20px;
}
.page-search-gss .search-form.gss {
  max-width: 400px;
}
.page-search-gss .search-form.gss input#edit-keys {
  border-color: #a7b731;
  height: 38px;
}
.page-search-gss .searchhead {
  margin-bottom: 10px;
  font-family: "mp-regular-webfont", sans-serif;
}
ol.google-search-results {
  margin-bottom: 20px;
}
ol.google-search-results li.gss-result {
  clear: both;
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}
ol.google-search-results li.gss-result:first-child {
  border-top: 1px solid #e9e9e9;
}
ol.google-search-results li.gss-result .gss-title {
  margin: 0;
  font-size: 22px;
  color: #6c2a40;
}
ol.google-search-results li.gss-result .gss-thumbnail-image {
  float: right;
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 60px;
}
ol.google-search-results li.gss-result .gss-search-snippet-info .gss-search-snippet {
  margin: 6px 0;
}
ol.google-search-results li.gss-result .gss-search-snippet-info .gss-search-url {
  font-style: normal;
}
ol.google-search-results li.gss-result .gss-search-snippet-info .gss-search-url a {
  text-decoration: none;
  color: #a7b731;
}
ol.google-search-results li.gss-result .gss-search-snippet-info .gss-search-url a:hover,
ol.google-search-results li.gss-result .gss-search-snippet-info .gss-search-url a:focus,
ol.google-search-results li.gss-result .gss-search-snippet-info .gss-search-url a:active {
  text-decoration: underline;
  color: #6c2a40;
}
div.google-search-pager {
  margin-bottom: 20px;
}
div.google-search-pager ul.pager li {
  padding: 0;
}
div.google-search-pager ul.pager li.pager-current,
div.google-search-pager ul.pager li.pager-ellipsis {
  padding: 4px;
}
div.google-search-pager ul.pager li,
div.google-search-pager ul.pager a {
  float: none !important;
}
/* base webfonts for the site */
@font-face {
  font-family: 'mp-light-webfont';
  src: url('../fonts/mp-light-webfont.eot');
  src: url('../fonts/mp-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mp-light-webfont.woff') format('woff'), url('../fonts/mp-light-webfont.ttf') format('truetype'), url('../fonts/mp-light-webfont.svg#mp-light-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'mp-regular-webfont';
  src: url('../fonts/mp-regular-webfont.eot');
  src: url('../fonts/mp-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mp-regular-webfont.woff') format('woff'), url('../fonts/mp-regular-webfont.ttf') format('truetype'), url('../fonts/mp-regular-webfont.svg#MyriadProRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * Here we include a single character which originates from FontAwesome.
 */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?-dea07y');
  src: url('../fonts/icomoon.eot?#iefix-dea07y') format('embedded-opentype'), url('../fonts/icomoon.woff?-dea07y') format('woff'), url('../fonts/icomoon.ttf?-dea07y') format('truetype'), url('../fonts/icomoon.svg?-dea07y#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
#sliding-popup,
#sliding-popup *,
#sliding-popup *:after,
#sliding-popup *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sliding-popup {
  position: fixed;
  bottom: 0;
  z-index: 100000000;
  width: 100% !important;
  padding-bottom: 20px;
  text-align: center;
  background: #e9e9e9;
  box-shadow: 10px 10px 30px 10px #ccc;
  font-size: 1em;
  font-family: "mp-light-webfont", "Myriad Pro", arial, helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.4375;
  color: #555;
  margin: 0;
}
#sliding-popup a {
  text-decoration: underline;
  cursor: pointer;
  color: #69003c;
}
#sliding-popup a:hover,
#sliding-popup a:focus {
  color: #69003c;
}
#sliding-popup p,
#sliding-popup ul,
#cookie-preferences-overlay p,
#cookie-preferences-overlay ul {
  margin: 0 0 11.5px;
  max-width: 100%;
}
#sliding-popup ul li {
  display: list-item;
}
#cookie-preferences-overlay ul {
  list-style-type: none;
}
#sliding-popup #popup-buttons .btn {
  float: left;
}
#sliding-popup .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4375;
  -webkit-user-select: none;
  background: #fff;
  border-color: #b9be00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none !important;
  font-family: "mp-regular-webfont", sans-serif;
  color: #b9be00;
  transition: all 0.2s ease-in;
  max-width: 100%;
}
#sliding-popup .btn:after {
  display: inline-block;
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: relative;
  top: .075em;
  right: 0;
  vertical-align: baseline;
  margin: 0 0 0 .35em;
  line-height: 1;
  font-size: 125%;
  color: inherit;
  transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
}
#sliding-popup .popup-content {
  position: relative;
  margin: auto;
  text-align: left;
  width: 1170px;
  padding: 15px;
}
@media (max-width: 767px) {
  #sliding-popup .popup-content {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #sliding-popup .popup-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #sliding-popup .popup-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #sliding-popup .popup-content {
    width: 1170px;
  }
}
#sliding-popup .popup-content h2 {
  margin: 10px 0;
  font-size: 23px;
  color: #69003c;
  font-weight: normal;
}
#sliding-popup .popup-content h2:before {
  font-family: icomoon;
  margin-right: 0.5em;
  content: "\f05a";
}
#sliding-popup #popup-text {
  padding: 0;
}
#sliding-popup #popup-buttons .btn {
  float: left;
}
#cookie-preferences-overlay {
  position: fixed;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000000;
  width: 100% !important;
  height: 100% !important;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
#cookie-preferences-widget {
  font-family: "mp-regular-webfont", sans-serif;
  text-align: left;
  position: relative;
  margin: 10% auto auto auto;
  width: 70%;
  max-width: 1170px;
  background: #e9e9e9;
  padding: 20px;
  color: #555;
  box-shadow: 0 0 50px black;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  font-weight: normal;
}
@media (max-width: 481px) {
  #cookie-preferences-widget {
    width: auto;
    display: block;
    height: 100%;
    padding: 10px;
    margin: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
#cookie-preferences-widget h2 {
  margin: 0 0 0 0;
  padding: 0 0 20px;
  /* border-bottom: 1px solid #e9e9e9; */
  font-size: 21px;
  color: #69003c;
  font-weight: normal;
}
.cookie-preferences-options {
  padding: 20px 10px 10px 10px;
  margin-bottom: 20px;
  background: #fff;
  color: #333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cookie-preferences-options ul {
  margin-left: 0;
  padding-left: 0;
}
.cookie-preferences-options ul li p {
  padding-left: 20px;
  font-size: 0.9em;
  font-style: italic;
  color: #777;
}
#cookie-preferences-widget .btn {
  background: #fff;
  border-color: #b9be00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none !important;
  font-family: "mp-regular-webfont", sans-serif;
  color: #b9be00;
  transition: all 0.2s ease-in;
  max-width: 100%;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4375;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#cookie-preferences-widget .btn:after {
  display: inline-block;
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: relative;
  top: .075em;
  right: 0;
  vertical-align: baseline;
  margin: 0 0 0 .35em;
  line-height: 1;
  font-size: 125%;
  color: inherit;
  transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
}
#sliding-popup .btn.btn-cookie,
#cookie-preferences-widget .btn.btn-cookie {
  border-color: #b9be00;
  color: #b9be00;
}
#sliding-popup .btn.btn-cookie:hover,
#sliding-popup .btn.btn-cookie:focus,
#sliding-popup .btn.btn-cookie:active,
#cookie-preferences-widget .btn.btn-cookie:hover,
#cookie-preferences-widget .btn.btn-cookie:focus,
#cookie-preferences-widget .btn.btn-cookie:active {
  color: #fff;
  background: #b9be00;
  background-color: #b9be00;
  border-color: #b9be00;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.bodyCookieBarPadding {
  padding-bottom: 204px;
}
.ui-autocomplete {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 1000;
  background: #fff;
  border: 1px solid #b0b0b0;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  max-height: 90vh;
  overflow-y: auto;
}
.touch .ui-autocomplete {
  max-height: 140px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.ui-autocomplete .ui-menu-item a {
  display: block;
  padding: 6px 8px;
  background: none;
  border: 0;
  border-top: 1px solid #e9e9e9;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  font-family: "mp-light-webfont", sans-serif;
  font-size: 14px;
  color: #333;
}
.ui-autocomplete .ui-menu-item a:focus,
.no-touch .ui-autocomplete .ui-menu-item a:hover {
  background-color: #f5f5d9;
}
@media not print {
  .print-only {
    display: none;
  }
}
/*
#admin-menu {
	display: none;
}
html body.admin-menu {
	margin-top: 0 !important;
}
*/
.navbar {
  position: relative;
  z-index: 1;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
}
.cx.front .navbar {
  border-bottom: 0;
}
.navbar-collapse {
  max-height: 1000px;
  position: relative;
}
.navbar-default {
  background: #fff;
  border-radius: 0;
  border: 0;
}
.navbar-default .navbar-nav {
  font-size: 20px;
}
.navbar-default .navbar-nav > li > a {
  font-family: "mp-regular-webfont", sans-serif;
  color: #6c2a40;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #a7b731;
}
.navbar-default .navbar-nav > li > a > i {
  display: none;
}
.navbar-default .navbar-nav > li.active-trail > a {
  color: #a7b731;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .dropdown-menu > li > a:active {
  color: #a7b731;
}
.navbar-default hr {
  margin: 0;
  height: 1px;
  background: #e9e9e9;
  border-top: 1px solid #fff;
}
.navbar-default .navbar-toggle {
  margin-top: 6px;
  padding: 8px;
  background: #fff !important;
  border: 2px solid #6c2a40;
}
.navbar-default .navbar-toggle .icon-bar {
  height: 3px;
  background-color: #6c2a40;
}
.navbar-default .navbar-toggle:hover {
  background-color: #f9faed !important;
}
.service-menu a,
.mijnmonuta-menu a {
  color: #b0b0b0;
}
.service-menu a:hover,
.mijnmonuta-menu a:hover,
.service-menu a:focus,
.mijnmonuta-menu a:focus {
  color: #a7b731;
}
.mijnmonuta-menu li.account i {
  text-transform: lowercase;
  font-style: normal;
  font-size: .9em;
}
.mijnmonuta-menu li.account i > a:before {
  content: "(";
}
.mijnmonuta-menu li.account i > a:after {
  content: ")";
}
.navbar-header {
  position: relative;
}
.navbar-header a.logo {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.navbar-header a.logo img {
  height: 34px;
  width: auto;
  margin-bottom: 8px;
}
.navbar-header a.name {
  display: none;
}
@media (min-width: 768px) {
  .topbar {
    position: absolute;
    top: -56px;
    right: 0;
    height: 55px;
  }
}
.header-call {
  float: right;
  margin: 6px 12px;
  color: #3fa6d7;
}
@media (min-width: 1200px) {
  .no-cx .header-call {
    position: absolute;
    top: 59px;
    right: 0;
    z-index: 2;
    min-width: 208px;
  }
}
@media (min-width: 768px) {
  .header-call {
    position: absolute;
    top: 59px;
    right: 0;
    z-index: 2;
  }
}
.header-call a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.header-call a .icon {
  float: left;
  padding: 6px 6px 5px;
  border: 2px solid #3fa6d7;
  line-height: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header-call a .icon img {
  height: 23px;
  vertical-align: middle;
}
.header-call a .icon i {
  display: inline-block;
  padding: 2px 0 0 2px;
  vertical-align: middle;
  font-style: normal;
  font-size: 18px;
}
.header-call a:hover .icon,
.header-call a:focus .icon,
.header-call a:active .icon {
  background-color: #f0f8fc;
}
.header-call a .text {
  float: left;
  margin: 0 0 0 8px;
  padding: 4px 0 0 0;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .header-call a .text {
    display: none;
  }
}
.header-call a .text .title {
  display: block;
  font-family: "mp-regular-webfont", sans-serif;
  font-size: 13px;
}
.header-call a .text .number {
  display: block;
  font-family: "mp-semibold-webfont", sans-serif;
  font-size: 18px;
}
.header-search form {
  margin: 0;
}
.header-search span.input {
  display: block;
}
.header-search span.input input {
  width: 100%;
  margin: 0;
  padding-right: 3em;
  padding: 11px 3em 11px .75em;
  font-size: 18px;
  line-height: 1.2;
}
.header-search span.input input.has-autocomplete {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.header-search span.input button {
  position: absolute;
  top: 1px;
  right: 2px;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  padding: 10px .75em;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.33;
  color: #b0b0b0;
}
.header-search span.input button:hover,
.header-search span.input button:focus,
.header-search span.input button:active {
  color: #6c2a40;
}
.header-search span.input button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
}
.header-search span.input button:after.fa-pull-left {
  margin-right: .3em;
}
.header-search span.input button:after.fa-pull-right {
  margin-left: .3em;
}
.header-search span.input button:after.pull-left {
  margin-right: .3em;
}
.header-search span.input button:after.pull-right {
  margin-left: .3em;
}
.header-search span.input button i {
  display: none;
}
/*
 * Temporary cookie implementation
 */
#cookieBar {
  background: #333;
  display: none;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding-top: 5px;
}
#cookieBar a {
  color: #fff;
}
#cookieBar .message {
  font-size: 0.83em;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
}
#cookieBar .cookieClose {
  cursor: pointer;
  font-size: 12px;
  height: 26px;
  width: 83px;
  border: 0;
  padding: 0 10px;
  background: url('https://www.monuta.nl/verzekeringsmodule/static/images/redesignSept2012/cookiebarCloseButton.png');
}
#cookieBar .cookieClose:hover {
  background-position: 0 29px;
}
@media (max-width: 767px) {
  #admin-menu {
    display: none;
  }
  html body.admin-menu {
    margin-top: 0 !important;
  }
  .navbar-default {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  }
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-default .navbar-nav > li {
    border-top: 1px solid #e9e9e9;
  }
  .navbar-default .navbar-nav > li.nav_last {
    border-top: 0;
  }
  .navbar-default .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-default .navbar-nav > li > a .caret {
    float: right;
    border: 0;
  }
  .navbar-default .navbar-nav > li > a .caret:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    float: right;
    margin: -0.35em -15px 0 0;
    padding: .5em;
    font-size: .8em;
  }
  .navbar-default .navbar-nav > li > a .caret:before.fa-pull-left {
    margin-right: .3em;
  }
  .navbar-default .navbar-nav > li > a .caret:before.fa-pull-right {
    margin-left: .3em;
  }
  .navbar-default .navbar-nav > li > a .caret:before.pull-left {
    margin-right: .3em;
  }
  .navbar-default .navbar-nav > li > a .caret:before.pull-right {
    margin-left: .3em;
  }
  .navbar-default .navbar-nav > li.open .caret:before {
    content: "\f077";
  }
  .navbar-default hr {
    display: none;
  }
  .navbar-default .navbar-header {
    z-index: 2;
    background: #fff;
  }
  .navbar-nav {
    font-family: "mp-regular-webfont", sans-serif;
  }
  .navbar-nav li {
    border-top: 1px solid #e9e9e9;
    font-size: 1em;
  }
  .main-menu .navbar-nav li {
    font-size: 24px;
  }
  .main-menu .navbar-nav li:first-child {
    border-top: 0;
  }
  .navbar-nav li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #6c2a40;
  }
  .navbar-nav li a:hover {
    color: #a7b731;
  }
  .navbar-nav li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .5em;
    content: "\f105";
  }
  .navbar-nav li a:before.fa-pull-left {
    margin-right: .3em;
  }
  .navbar-nav li a:before.fa-pull-right {
    margin-left: .3em;
  }
  .navbar-nav li a:before.pull-left {
    margin-right: .3em;
  }
  .navbar-nav li a:before.pull-right {
    margin-left: .3em;
  }
  .main-menu ul.dropdown-menu {
    padding: 0 0 10px 12px;
    font-family: "mp-light-webfont", sans-serif;
  }
  .main-menu ul.dropdown-menu > li {
    border: 0;
    font-size: 1.25em;
  }
  .main-menu ul.dropdown-menu > li > a {
    padding: 7px 15px 7px 25px;
  }
  .main-menu ul.dropdown-menu > li > a:before {
    content: "-";
  }
  .service-menu ul,
  .mijnmonuta-menu ul {
    margin: 0 -15px;
    font-family: "mp-regular-webfont", sans-serif;
  }
  .service-menu ul li,
  .mijnmonuta-menu ul li {
    border-top: 1px solid #e9e9e9;
  }
  .service-menu ul li a,
  .mijnmonuta-menu ul li a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 23px;
  }
  .service-menu ul li a:before,
  .mijnmonuta-menu ul li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .6em;
    content: "\f105";
  }
  .service-menu ul li a:before.fa-pull-left,
  .mijnmonuta-menu ul li a:before.fa-pull-left {
    margin-right: .3em;
  }
  .service-menu ul li a:before.fa-pull-right,
  .mijnmonuta-menu ul li a:before.fa-pull-right {
    margin-left: .3em;
  }
  .service-menu ul li a:before.pull-left,
  .mijnmonuta-menu ul li a:before.pull-left {
    margin-right: .3em;
  }
  .service-menu ul li a:before.pull-right,
  .mijnmonuta-menu ul li a:before.pull-right {
    margin-left: .3em;
  }
  .mijnmonuta-menu ul li.account a {
    display: inline-block;
  }
  .mijnmonuta-menu ul li.account i a {
    float: right;
    padding-top: 9px;
    font-size: 16px;
  }
  .mijnmonuta-menu ul li.account i a:before,
  .mijnmonuta-menu ul li.account i a:after {
    display: none;
  }
  .header-search {
    position: relative;
    margin: 0 -15px;
    padding: 12px 15px;
    background: #f5f5f5;
    border-bottom: 1px solid #e9e9e9;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav {
    font-size: 18px;
    padding: 10px 0;
  }
  .navbar-default .navbar-nav > li {
    border: 1px solid transparent;
    border-left: 1px solid #e9e9e9;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 5px 10px;
  }
  .navbar-default .navbar-nav > li:first-child > a {
    padding-left: 15px;
  }
  .navbar-default .navbar-nav .caret {
    width: auto;
    height: auto;
    border: 0;
    position: relative;
    display: inline-block;
    margin: -14px -15px -10px -5px;
    padding: 17px 17px 17px 10px;
    vertical-align: middle;
    line-height: 0;
  }
  .navbar-default .navbar-nav .caret:before {
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 0;
    font-size: 14px;
  }
  .navbar-default .navbar-nav .caret:before.fa-pull-left {
    margin-right: .3em;
  }
  .navbar-default .navbar-nav .caret:before.fa-pull-right {
    margin-left: .3em;
  }
  .navbar-default .navbar-nav .caret:before.pull-left {
    margin-right: .3em;
  }
  .navbar-default .navbar-nav .caret:before.pull-right {
    margin-left: .3em;
  }
  .navbar-default .navbar-nav > li.open {
    position: relative;
    margin-top: -4px;
    margin-bottom: -4px;
    border: 1px solid #e9e9e9 !important;
    border-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .navbar-default .navbar-nav > li.open > a {
    padding: 9px 15px;
    color: #6c2a40;
  }
  .navbar-default .navbar-nav > li.open:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10001;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #fff;
  }
  .navbar-default .navbar-nav > li.open > .dropdown-menu {
    left: -1px;
    min-width: 100%;
    padding: 1px;
    border: 1px solid #e9e9e9;
  }
  .navbar-default .navbar-nav > li.open > .dropdown-menu a {
    padding: 4px 15px;
  }
  .navbar-default .navbar-nav > li.open .caret:before {
    content: "\f0d8";
  }
  .navbar-default .navbar-nav > li.open + li {
    border-color: #fff;
  }
  .navbar-default .navbar-nav > li:first-child {
    border-left-color: #fff;
    margin-left: -15px;
  }
  .navbar-default .navbar-nav > li.dropdown-wide .dropdown-menu {
    border-top-right-radius: 4px;
  }
  .navbar-default .navbar-nav > li.drodown-tight .dropdown-menu {
    right: -1px;
  }
  .navbar-default .navbar-header {
    float: none;
  }
  .navbar-default .navbar-header .header-call {
    margin-right: 0;
  }
  .navbar-collapse {
    padding: 0;
  }
  .service-menu,
  .mijnmonuta-menu {
    float: right;
  }
  .service-menu ul,
  .mijnmonuta-menu ul {
    height: 55px;
  }
  .service-menu ul li,
  .mijnmonuta-menu ul li {
    float: left;
    padding: 17.9px 20px;
    border-right: 1px solid #e9e9e9;
    line-height: 1.2;
    font-size: 16px;
  }
  .service-menu ul li:last-of-type,
  .mijnmonuta-menu ul li:last-of-type {
    border-right: none;
  }
  .service-menu ul li a,
  .mijnmonuta-menu ul li a {
    display: inline-block;
    max-width: 200px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mijnmonuta-menu ul {
    background-color: #a7b731;
    color: #fff;
  }
  .mijnmonuta-menu ul li {
    color: inherit;
    padding-left: 48px;
  }
  .mijnmonuta-menu ul li:before {
    position: absolute;
    margin-top: -3px;
    margin-left: -28px;
    width: 18px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    content: "\f007";
  }
  .mijnmonuta-menu ul li:before.fa-pull-left {
    margin-right: .3em;
  }
  .mijnmonuta-menu ul li:before.fa-pull-right {
    margin-left: .3em;
  }
  .mijnmonuta-menu ul li:before.pull-left {
    margin-right: .3em;
  }
  .mijnmonuta-menu ul li:before.pull-right {
    margin-left: .3em;
  }
  .mijnmonuta-menu ul li a {
    color: inherit;
  }
  .mijnmonuta-menu ul li a:hover,
  .mijnmonuta-menu ul li a:focus {
    color: inherit;
  }
  .header-search {
    position: absolute;
    top: -50px;
    right: 80px;
  }
  .header-search span.input input {
    padding: 8px 26px 8px 8px;
    border-color: #e9e9e9;
    font-size: 16px;
  }
  .header-search span.input input:focus {
    outline: 0;
    border-color: #b0b0b0;
  }
  .header-search span.input button {
    top: 0;
    padding: 7px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .navbar-default .main-menu .navbar-nav {
    font-size: 20px;
  }
  .navbar-default .main-menu .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-search {
    right: 220px;
  }
  .header-search span.input input {
    width: 208px;
  }
  .lt9 .header-search span.input input {
    max-width: 208px;
  }
}
@media (min-width: 1200px) {
  .header-search {
    right: 0;
  }
}
@media (min-width: 992px) {
  .not-front .main-container {
    min-height: calc(100vh - 379px);
  }
  .node-type-uitvaart-landingpage .main-container,
  .node-type-verzekeringen-landingpage .main-container {
    min-height: 0;
  }
}
.page-header {
  margin: 0 0 .5em;
  padding: 0;
  border: 0;
}
.content-main {
  padding: 10px 16px;
  margin-bottom: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .content-main {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  #main-content.col-md-9,
  #main-content.col-md-8 {
    float: right;
  }
}
.content-second {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .content-second {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.content-post {
  padding: 20px 0;
  background: #e9e9e9;
}
.content-post .block-wrapper {
  margin-bottom: 20px;
}
.content-share {
  clear: both;
}
html .block h2.block-title,
.views-field-title h2 {
  margin-top: 0 !important;
}
ol.breadcrumb {
  margin: 10px 0;
  padding: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ol.breadcrumb > li {
  color: #b0b0b0 !important;
}
ol.breadcrumb > li + li:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 6px 0 4px;
}
ol.breadcrumb > li + li:before.fa-pull-left {
  margin-right: .3em;
}
ol.breadcrumb > li + li:before.fa-pull-right {
  margin-left: .3em;
}
ol.breadcrumb > li + li:before.pull-left {
  margin-right: .3em;
}
ol.breadcrumb > li + li:before.pull-right {
  margin-left: .3em;
}
ol.breadcrumb > li a {
  text-decoration: none;
  color: #b0b0b0;
}
ol.breadcrumb > li a:hover {
  text-decoration: underline;
  color: #333;
}
.no-touch .views-field-phone a {
  pointer-events: none;
  text-decoration: none;
}
.field-type-image img,
.node-teaser img {
  display: block;
  max-width: 100%;
  height: auto;
}
.highcharts-credits {
  display: none !important;
  color: #fff !important;
}
.highcharts-label a {
  text-decoration: none;
}
.media-youtube-video {
  clear: both;
  position: relative;
  max-width: 810px;
  margin: 0 0 6px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.media-youtube-video iframe,
.media-youtube-video object,
.media-youtube-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.view-monuta-video .caption {
  margin: .25em 0 .5em;
  font-size: .9em;
  font-style: italic;
  color: #555;
}
.fluid-map {
  clear: both;
  position: relative;
  margin: 0 0 6px;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.fluid-map iframe,
.fluid-map object,
.fluid-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.glw-share {
  text-decoration: none;
}
.glw-share:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1e0";
  margin-right: 10px;
}
.glw-share:before.fa-pull-left {
  margin-right: .3em;
}
.glw-share:before.fa-pull-right {
  margin-left: .3em;
}
.glw-share:before.pull-left {
  margin-right: .3em;
}
.glw-share:before.pull-right {
  margin-left: .3em;
}
.glw-input {
  min-width: 200px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .glw-input {
    min-width: 350px;
  }
}
@media (min-width: 768px) {
  .view-filters {
    float: right;
  }
}
.view-filters .views-exposed-widget {
  float: none;
  padding: 0;
}
.view-filters .views-exposed-widget .form-submit {
  margin: 0 0 0 .5em;
}
.view-filters label,
.view-filters .views-exposed-widget,
.view-filters .views-widget,
.view-filters .views-submit-button {
  display: inline-block;
  vertical-align: middle;
}
.lt9 .view-filters label,
.lt9 .view-filters .views-exposed-widget,
.lt9 .view-filters .views-widget,
.lt9 .view-filters .views-submit-button {
  display: block;
}
.view-filters .lt9 .form-select {
  max-width: 300px;
}
.view-filters + .view-content {
  clear: both;
}
body.page-node .field-type-text-with-summary,
body.page-comment .field-type-text-with-summary {
  margin-bottom: 1em;
}
body.page-node .field-type-image,
body.page-comment .field-type-image {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  body.page-node .field-type-image,
  body.page-comment .field-type-image {
    float: right;
    max-width: 50%;
    margin-left: 2.5em;
  }
}
.node-homepage,
.node-uitvaart-landingpage,
.node-verzekeringen-landingpage {
  padding: 30px 0;
}
.node-homepage h2,
.node-uitvaart-landingpage h2,
.node-verzekeringen-landingpage h2 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
  margin-top: 23px;
  margin-bottom: 11.5px;
  margin-top: .1em;
  font-family: "mp-semibold-webfont", sans-serif;
  font-size: 36px;
  color: #6c2a40;
  font-size: 30px;
  color: #333;
}
.node-homepage h2 small,
.node-uitvaart-landingpage h2 small,
.node-verzekeringen-landingpage h2 small,
.node-homepage h2 .small,
.node-uitvaart-landingpage h2 .small,
.node-verzekeringen-landingpage h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #ccc;
}
.node-homepage h2 small,
.node-uitvaart-landingpage h2 small,
.node-verzekeringen-landingpage h2 small,
.node-homepage h2 .small,
.node-uitvaart-landingpage h2 .small,
.node-verzekeringen-landingpage h2 .small {
  font-size: 65%;
}
#user-login .form-item {
  max-width: 300px;
}
.pagination > li,
.pager > li {
  display: inline-block;
  margin: 1px;
  padding: 0;
  font-family: "mp-regular-webfont", sans-serif;
}
.pagination > li.next > a:after,
.pager > li.next > a:after,
.pagination > li.prev > a:before,
.pager > li.prev > a:before,
.pagination > li.pager-next > a:after,
.pager > li.pager-next > a:after,
.pagination > li.pager-previous > a:before,
.pager > li.pager-previous > a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -2px;
  vertical-align: middle;
  line-height: inherit;
  color: inherit;
  font-size: 1.1em;
}
.pagination > li.next > a:after.fa-pull-left,
.pager > li.next > a:after.fa-pull-left,
.pagination > li.prev > a:before.fa-pull-left,
.pager > li.prev > a:before.fa-pull-left,
.pagination > li.pager-next > a:after.fa-pull-left,
.pager > li.pager-next > a:after.fa-pull-left,
.pagination > li.pager-previous > a:before.fa-pull-left,
.pager > li.pager-previous > a:before.fa-pull-left {
  margin-right: .3em;
}
.pagination > li.next > a:after.fa-pull-right,
.pager > li.next > a:after.fa-pull-right,
.pagination > li.prev > a:before.fa-pull-right,
.pager > li.prev > a:before.fa-pull-right,
.pagination > li.pager-next > a:after.fa-pull-right,
.pager > li.pager-next > a:after.fa-pull-right,
.pagination > li.pager-previous > a:before.fa-pull-right,
.pager > li.pager-previous > a:before.fa-pull-right {
  margin-left: .3em;
}
.pagination > li.next > a:after.pull-left,
.pager > li.next > a:after.pull-left,
.pagination > li.prev > a:before.pull-left,
.pager > li.prev > a:before.pull-left,
.pagination > li.pager-next > a:after.pull-left,
.pager > li.pager-next > a:after.pull-left,
.pagination > li.pager-previous > a:before.pull-left,
.pager > li.pager-previous > a:before.pull-left {
  margin-right: .3em;
}
.pagination > li.next > a:after.pull-right,
.pager > li.next > a:after.pull-right,
.pagination > li.prev > a:before.pull-right,
.pager > li.prev > a:before.pull-right,
.pagination > li.pager-next > a:after.pull-right,
.pager > li.pager-next > a:after.pull-right,
.pagination > li.pager-previous > a:before.pull-right,
.pager > li.pager-previous > a:before.pull-right {
  margin-left: .3em;
}
.pagination > li.next > a:after,
.pager > li.next > a:after,
.pagination > li.pager-next > a:after,
.pager > li.pager-next > a:after {
  content: "\f105";
}
.pagination > li.prev > a:before,
.pager > li.prev > a:before,
.pagination > li.pager-previous > a:before,
.pager > li.pager-previous > a:before {
  content: "\f104";
}
.pagination > li > a,
.pager > li > a,
.pagination > li > span,
.pager > li > span,
.pagination > li.pager-current,
.pager > li.pager-current,
.pagination > li.pager-ellipsis,
.pager > li.pager-ellipsis {
  float: left !important;
  margin: 1px;
  padding: 4px 4px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  text-align: center;
  min-width: 2em;
}
.pagination > li.pager-current,
.pager > li.pager-current {
  background-color: #6c2a40;
  color: #fff;
}
.pagination > li > a:hover,
.pager > li > a:hover,
.pagination > li > a:focus,
.pager > li > a:focus,
.pagination > li > a:active,
.pager > li > a:active {
  color: #fff;
}
#footer {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  background: #6c2a40;
  font-size: .95em;
  color: #af8d9d;
}
#footer a {
  color: inherit;
}
#footer a:hover,
#footer a:focus,
#footer a:active {
  color: #fff;
}
#footer .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .container + .container:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -10px;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: #793e53;
  border-top: 1px solid #5a2234;
}
#footer hr {
  display: block;
  margin: 10px 0;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: #793e53;
  border-top: 1px solid #5a2234;
}
@media (max-width: 767px) {
  #footer .footer-section {
    margin: .5em 0;
  }
}
#footer .footer-logo {
  margin: .5em 0;
}
@media (min-width: 768px) {
  #footer .footer-logo {
    float: left;
  }
}
#footer .footer-logo img {
  width: 284px;
  display: block;
  max-width: 100%;
  height: auto;
}
.lt9 #footer .footer-logo img {
  max-width: 284px;
}
#footer .footer-search {
  padding: 10px 0 0;
}
@media (min-width: 768px) {
  #footer .footer-search {
    float: right;
  }
}
#footer .footer-search form {
  margin: 0;
}
#footer .footer-search h4 {
  display: block;
  margin: 0;
  padding: 8px 10px 6px 0;
  color: #fff;
  font-family: "mp-light-webfont", sans-serif;
  font-weight: normal;
  font-size: inherit;
}
@media (min-width: 480px) {
  #footer .footer-search h4 {
    display: inline-block;
  }
}
#footer .footer-search h4,
#footer .footer-search span.input {
  vertical-align: middle;
}
#footer .footer-search span.input {
  position: relative;
  display: block;
  width: 200px;
}
@media (min-width: 480px) {
  #footer .footer-search span.input {
    display: inline-block;
  }
}
#footer .footer-search span.input input {
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 6px .5em;
  padding-right: 40px;
  background: #af8d9d;
  border: none;
  text-transform: lowercase;
  font-size: 15px;
  line-height: 1.2;
  color: #471c2a;
}
#footer .footer-search span.input input::-moz-placeholder {
  color: #6c2a40;
  opacity: 1;
}
#footer .footer-search span.input input:-ms-input-placeholder {
  color: #6c2a40;
}
#footer .footer-search span.input input::-webkit-input-placeholder {
  color: #6c2a40;
}
#footer .footer-search span.input input::-webkit-input-placeholder {
  color: #6c2a40;
}
#footer .footer-search span.input input::-moz-placeholder {
  color: #6c2a40;
}
#footer .footer-search span.input input:-moz-placeholder {
  color: #6c2a40;
}
#footer .footer-search span.input input:-ms-input-placeholder {
  color: #6c2a40;
}
#footer .footer-search span.input input:focus {
  background: #d9c9d1;
}
#footer .footer-search span.input button {
  position: absolute;
  top: 1px;
  right: 1px;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  padding: 3px .5em;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.33;
  color: #6c2a40;
}
#footer .footer-search span.input button:hover,
#footer .footer-search span.input button:focus,
#footer .footer-search span.input button:active {
  color: #471c2a;
}
#footer .footer-search span.input button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
}
#footer .footer-search span.input button:after.fa-pull-left {
  margin-right: .3em;
}
#footer .footer-search span.input button:after.fa-pull-right {
  margin-left: .3em;
}
#footer .footer-search span.input button:after.pull-left {
  margin-right: .3em;
}
#footer .footer-search span.input button:after.pull-right {
  margin-left: .3em;
}
#footer .footer-search span.input button i {
  display: none;
}
#footer .footer-search .errors label.error {
  margin: 5px 0;
}
#footer .bottom-navigation a {
  text-decoration: none;
}
#footer .bottom-navigation a:hover {
  text-decoration: underline;
}
#footer .nav-primary ul.menu a,
#footer .nav-secondary li.dropdown > ul.menu a {
  position: relative;
  padding: 0 0 0 .75em;
}
#footer .nav-primary ul.menu a:before,
#footer .nav-secondary li.dropdown > ul.menu a:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.1em;
  transition: left 0.3s ease-in-out;
}
#footer .nav-primary ul.menu a:before.fa-pull-left,
#footer .nav-secondary li.dropdown > ul.menu a:before.fa-pull-left {
  margin-right: .3em;
}
#footer .nav-primary ul.menu a:before.fa-pull-right,
#footer .nav-secondary li.dropdown > ul.menu a:before.fa-pull-right {
  margin-left: .3em;
}
#footer .nav-primary ul.menu a:before.pull-left,
#footer .nav-secondary li.dropdown > ul.menu a:before.pull-left {
  margin-right: .3em;
}
#footer .nav-primary ul.menu a:before.pull-right,
#footer .nav-secondary li.dropdown > ul.menu a:before.pull-right {
  margin-left: .3em;
}
#footer .nav-primary ul.menu a:hover:before,
#footer .nav-secondary li.dropdown > ul.menu a:hover:before,
#footer .nav-primary ul.menu a:focus:before,
#footer .nav-secondary li.dropdown > ul.menu a:focus:before {
  left: 3px;
}
#footer .nav-primary ul.menu,
#footer .nav-secondary .menu-block-wrapper > ul.menu > li > a {
  padding: 0;
  color: #fff;
  font-family: "mp-regular-webfont", sans-serif;
  font-size: 18px;
}
#footer .nav-primary ul.menu {
  margin: 10px 0;
}
#footer .nav-primary ul.menu > li {
  margin-bottom: 5px;
}
#footer .nav-secondary .menu-block-wrapper > ul.menu {
  margin-left: -15px;
  margin-right: -15px;
}
#footer .nav-secondary .menu-block-wrapper > ul.menu > li {
  position: relative;
  min-height: 1px;
  margin: 10px 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #footer .nav-secondary .menu-block-wrapper > ul.menu > li {
    float: left;
    width: 33.33333333%;
  }
}
#footer .nav-secondary .menu-block-wrapper > ul.menu > li li {
  margin-top: 3px;
}
@media (max-width: 767px) {
  #footer .nav-secondary .menu-block-wrapper > ul.menu > li.dropdown > a {
    position: relative;
    padding: 0 0 0 .75em;
  }
  #footer .nav-secondary .menu-block-wrapper > ul.menu > li.dropdown > a:before {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 1px;
    left: -3px;
    font-size: 1.1em;
    transition: left 0.3s ease-in-out;
  }
  #footer .nav-secondary .menu-block-wrapper > ul.menu > li.dropdown > a:before.fa-pull-left {
    margin-right: .3em;
  }
  #footer .nav-secondary .menu-block-wrapper > ul.menu > li.dropdown > a:before.fa-pull-right {
    margin-left: .3em;
  }
  #footer .nav-secondary .menu-block-wrapper > ul.menu > li.dropdown > a:before.pull-left {
    margin-right: .3em;
  }
  #footer .nav-secondary .menu-block-wrapper > ul.menu > li.dropdown > a:before.pull-right {
    margin-left: .3em;
  }
  #footer .nav-secondary .menu-block-wrapper > ul.menu > li.dropdown > a.open + ul.menu {
    display: block;
  }
  #footer .nav-secondary .menu-block-wrapper > ul.menu > li.dropdown > ul.menu {
    display: none;
    margin-left: 16px;
  }
}
@media (min-width: 992px) {
  #footer .footer-copyright {
    float: left;
    padding-top: 6px;
  }
}
@media (min-width: 992px) {
  #footer .footer-menu {
    padding-top: 6px;
    text-align: center;
  }
}
#footer .footer-menu ul.links li {
  display: inline;
}
#footer .footer-menu ul.links li a {
  display: inline;
}
#footer .footer-menu ul.links li ul {
  display: none;
}
#footer .footer-menu ul.links li + li {
  position: relative;
  padding-left: 1.25em;
}
#footer .footer-menu ul.links li + li:before {
  position: absolute;
  top: .3em;
  left: .25em;
  content: "\2022";
  line-height: 0;
  font-size: 1.5em;
}
@media (min-width: 480px) {
  #footer .footer-social {
    float: right;
    text-align: right;
  }
}
#footer ul.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul.social-icons li {
  display: inline-block;
  margin: 0 0 0 5px;
}
#footer ul.social-icons li a {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-decoration: none;
  font-size: 10px;
  line-height: 1;
  background-image: url(../images/icons_social.png);
  background-repeat: no-repeat;
  background-position: 1000px 1000px;
}
#footer ul.social-icons li a i {
  display: none;
}
#footer ul.social-icons li.facebook a {
  background-position: 0 -50px;
}
#footer ul.social-icons li.facebook a:hover {
  background-position: 0 0;
}
#footer ul.social-icons li.twitter a {
  background-position: -50px -50px;
}
#footer ul.social-icons li.twitter a:hover {
  background-position: -50px 0;
}
#footer ul.social-icons li.instagram a {
  background-position: -100px -50px;
}
#footer ul.social-icons li.instagram a:hover {
  background-position: -100px 0;
}
#footer ul.social-icons li.linkedin a {
  background-position: -150px -50px;
}
#footer ul.social-icons li.linkedin a:hover {
  background-position: -150px 0;
}
#footer ul.social-icons li.youtube a {
  background-position: -200px -50px;
}
#footer ul.social-icons li.youtube a:hover {
  background-position: -200px 0;
}
#footer ul.social-icons li.pinterest a {
  background-position: -250px -50px;
}
#footer ul.social-icons li.pinterest a:hover {
  background-position: -250px 0;
}
#footer ul.social-icons li.channelme {
  vertical-align: top;
}
#footer ul.social-icons li.channelme .channelme-container {
  display: inline-block;
  margin: 5px 0 0 2px;
  padding: 2px 7px;
  background: #a7a720;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0), 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  background-image: -webkit-linear-gradient(top, #c4c43e, #a7a720);
  background-image: -moz-linear-gradient(center top, #c4c43e, #a7a720);
  font: bold 17px/1 arial, sans-serif;
  text-shadow: 0 1px 1px #fff;
  color: #214021;
}
#footer ul.social-icons li.channelme .channelme-container:empty {
  display: none;
}
#footer .backHome {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  color: inherit;
  transition: all .2s;
  z-index: 20;
}
#footer .backHome:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f062";
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
#footer .backHome:before.fa-pull-left {
  margin-right: .3em;
}
#footer .backHome:before.fa-pull-right {
  margin-left: .3em;
}
#footer .backHome:before.pull-left {
  margin-right: .3em;
}
#footer .backHome:before.pull-right {
  margin-left: .3em;
}
#footer .backHome:hover,
#footer .backHome:focus {
  color: #fff;
}
#footer .backHome:hover:before,
#footer .backHome:focus:before {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
@media (min-width: 768px) {
  #footer .backHome {
    display: none !important;
  }
}
/* 1.5 & 2 dpr */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  #footer ul.social-icons li a {
    background-image: url(../images/icons_social@2x.png);
    background-size: 300px 100px;
  }
}
/*
* Slider core (slickslider)
*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*
* Slider Custom CSS (slickslider)
*/
.slider {
  display: none;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99;
  transition: transform .3s ease;
}
.slick-prev:before,
.slick-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  color: #fff;
}
.slick-prev:before.fa-pull-left,
.slick-next:before.fa-pull-left {
  margin-right: .3em;
}
.slick-prev:before.fa-pull-right,
.slick-next:before.fa-pull-right {
  margin-left: .3em;
}
.slick-prev:before.pull-left,
.slick-next:before.pull-left {
  margin-right: .3em;
}
.slick-prev:before.pull-right,
.slick-next:before.pull-right {
  margin-left: .3em;
}
.slick-prev {
  left: 15px;
}
.slick-prev:before {
  content: "\f053";
}
.slick-prev:hover {
  transform: translate(-5px, 0);
}
.slick-next {
  right: 15px;
}
.slick-next:before {
  content: "\f054";
}
.slick-next:hover {
  transform: translate(5px, 0);
}
.block-mon-calendar {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  color: #555;
  background: #fff;
}
.block-mon-calendar h1 {
  font-size: 30px;
  font-weight: bold;
  color: #6c2a40;
  text-align: center;
  margin: 20px 0;
}
.block-mon-calendar h2 {
  font-size: 20px;
  font-weight: bold;
  color: #6c2a40;
  text-align: center;
  margin: 0 0 20px 0;
}
.block-mon-calendar form {
  display: inline-block;
  text-align: left;
  width: auto;
}
.block-mon-calendar .button {
  padding: 0 30px;
  line-height: 38px;
  background: #a7b731;
  color: #fff;
  border: 0;
  border-radius: 4px;
  float: left;
  font-weight: bold;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  box-shadow: none;
  transition: opacity 0.2s ease-out;
}
.block-mon-calendar .button:hover {
  background: #b8ca38;
}
.block-mon-calendar .button:active {
  background: #a7b731;
}
.block-mon-calendar .button:disabled {
  background: #f5f5f5;
}
.block-mon-calendar #prevStep {
  background: #fff;
  border: 2px solid #a7b731;
  color: #a7b731;
  padding: 0 30px 0 13px;
}
.block-mon-calendar #prevStep:before {
  font-size: 20px;
  font-family: "FontAwesome";
  color: #a7b731;
  content: '\f104';
  margin: 0 24px 0 0;
  float: left;
  transition: opacity 0.2s ease-out;
  position: relative;
  left: 0;
}
.block-mon-calendar #prevStep:hover:before {
  left: -5px;
}
.block-mon-calendar #nextStep {
  padding: 0 13px 0 30px;
  border: 2px solid #a7b731;
  float: right;
  text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0;
}
.block-mon-calendar #nextStep:after {
  font-size: 20px;
  font-family: "FontAwesome";
  content: '\f105';
  margin: 0 0 0 24px;
  float: right;
  transition: opacity 0.2s ease-out;
  position: relative;
  right: 0;
}
.block-mon-calendar #nextStep:hover:after {
  right: -5px;
}
.block-mon-calendar #postButton {
  padding: 0 13px 0 30px;
  border: 2px solid #a7b731;
  float: right;
  text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0;
}
.block-mon-calendar #postButton:after {
  font-size: 20px;
  font-family: "FontAwesome";
  content: '\f105';
  margin: 0 0 0 24px;
  float: right;
  transition: opacity 0.2s ease-out;
  position: relative;
  right: 0;
}
.block-mon-calendar #postButton:hover:after {
  right: -5px;
}
.block-mon-calendar #reload {
  padding: 0 30px 0 13px;
}
.block-mon-calendar #reload:before {
  content: '\2039';
  margin: 0 24px 0 0;
}
.block-mon-calendar .buttonLarge {
  width: 100%;
  line-height: 32px;
  height: 32px;
  max-width: 375px;
  display: block;
  margin: 0 auto;
  padding: 0;
  border: 0;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.2s ease-out;
}
.block-mon-calendar .buttonLarge .buttonLabel {
  float: left;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  color: #555;
  transition: opacity 0.2s ease-out;
}
.block-mon-calendar .buttonLarge .buttonLabel:before {
  content: '\f105';
  font-size: 20px;
  line-height: 32px;
  font-family: "FontAwesome";
  color: #a7b731;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  right: 0;
  transition: opacity 0.2s ease-out;
}
.block-mon-calendar .buttonLarge:hover,
.block-mon-calendar .buttonLarge.active {
  text-decoration: none;
  cursor: pointer;
  color: #a7b731;
}
.block-mon-calendar .buttonLarge:hover .image,
.block-mon-calendar .buttonLarge.active .image {
  border: 2px solid #6c2a40;
}
.block-mon-calendar .buttonLarge:hover .buttonLabel,
.block-mon-calendar .buttonLarge.active .buttonLabel {
  color: #a7b731;
}
.block-mon-calendar .buttonLarge:hover .buttonLabel:before,
.block-mon-calendar .buttonLarge.active .buttonLabel:before {
  right: -5px;
}
.block-mon-calendar .labelLarge {
  height: 84px;
  line-height: 84px;
}
.block-mon-calendar .labelLarge span {
  display: inline-block;
  line-height: 18px;
  position: relative;
  top: 5px;
}
.block-mon-calendar #steps {
  width: 100%;
  height: 90px;
  background: #fff;
  padding: 25px 60px 0 60px;
  box-sizing: border-box;
  z-index: 10;
}
.block-mon-calendar #steps #stepsWrap {
  width: 100%;
  padding: 0;
  position: relative;
}
.block-mon-calendar #steps .step {
  width: 19px;
  height: 19px;
  border: 2px solid #95a32c;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 33.33%;
  margin: 0 0 0 -9.5px;
  transition: opacity 0.2s ease-out;
}
.block-mon-calendar #steps .step:first-child {
  left: 0;
  margin: 0;
}
.block-mon-calendar #steps .step:nth-child(5) {
  left: 66.6%;
}
.block-mon-calendar #steps .step:last-child {
  left: auto;
  right: 0;
  margin: 0;
}
.block-mon-calendar #steps .step .stepLabel {
  position: absolute;
  top: 20px;
  left: -60px;
  width: 140px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #95a32c;
}
.block-mon-calendar #steps .step.active {
  border: 2px solid #6c2a40;
  background: #fff;
}
.block-mon-calendar #steps .step.active:after {
  content: '';
  display: block;
  background: #a7b731;
  width: 9px;
  height: 9px;
  margin: 0;
  position: absolute;
  top: 3px;
  left: 3px;
  border: 0;
  border-radius: 9px;
}
.block-mon-calendar #steps .step.active .stepLabel {
  color: #6c2a40;
}
.block-mon-calendar #steps .step.done {
  border: 2px solid #6c2a40;
  background: #fff;
}
.block-mon-calendar #steps .step.done:after {
  content: '';
  display: block;
  background: #6c2a40;
  width: 9px;
  height: 9px;
  margin: 0;
  position: absolute;
  top: 3px;
  left: 3px;
  border: 0;
  border-radius: 9px;
}
.block-mon-calendar #steps .step.done .stepLabel {
  color: #6c2a40;
}
.block-mon-calendar #steps .stepPath {
  width: 33.33%;
  height: 3px;
  background: #ccc;
  margin: 8px 0 0 0;
  float: left;
  transition: opacity 0.2s ease-out;
}
.block-mon-calendar #steps .stepPath .path {
  height: 3px;
  width: 0;
  float: left;
  background: #6c2a40;
  transition: opacity 0.2s ease-out;
}
.block-mon-calendar #steps .stepPath.done .path {
  width: 100%;
}
.block-mon-calendar #content {
  width: 100%;
  height: auto;
  padding: 20px 0 0 0;
  overflow-x: hidden;
}
.block-mon-calendar #content #wrapSteps {
  margin: 0;
  padding: 0;
  width: 600%;
  overflow-x: hidden;
  transition: opacity 0.2s ease-out;
}
.block-mon-calendar #content .stepContent {
  float: left;
  height: 0;
  overflow: hidden;
  width: 16.6%;
  position: relative;
  top: 0;
  left: 0;
  list-style: none;
  padding: 0 0 20px 0;
}
.block-mon-calendar #content .stepContent .row {
  display: none;
}
.block-mon-calendar #content .stepContent.active {
  height: auto;
  min-height: 270px;
}
.block-mon-calendar #content .stepContent.active .row {
  display: block;
}
.block-mon-calendar #content .stepContent[data-step="4"] .col-xs-12.text-center {
  text-align: left;
}
.block-mon-calendar #content .stepContent[data-step="4"] .col-xs-12.text-center h2,
.block-mon-calendar #content .stepContent[data-step="4"] .col-xs-12.text-center .formData {
  margin-left: 35px;
}
.block-mon-calendar .tableRadio {
  border: 0;
  border-collapse: collapse;
}
.block-mon-calendar .tableRadio td {
  text-align: left;
  padding: 0 15px 0 0;
}
.block-mon-calendar .tableRadio td label {
  font-weight: normal;
  font-size: 12px;
}
.block-mon-calendar .tableRadio td input {
  margin: 0 5px 0 0;
  float: left;
}
.block-mon-calendar #formadviseur {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.block-mon-calendar #formadviseur h2 {
  text-align: left;
  margin: 0 10px;
}
.block-mon-calendar #formadviseur h3 {
  font-size: 18px;
  color: #a7b731;
  margin: 0 10px 10px 10px;
}
.block-mon-calendar #formadviseur #resources {
  padding: 15px 15px 0 15px;
}
.block-mon-calendar #formadviseur #resources label {
  min-height: 100px;
  cursor: pointer;
}
.block-mon-calendar #formadviseur .endOfRegion {
  height: 1px;
  width: 100%;
  margin: 10px 0;
  background: #f5f5f5;
}
.block-mon-calendar #formadviseur .advisorPhoto {
  vertical-align: top;
  width: 80px;
  height: auto;
  margin: 0 5px 0 10px;
  display: inline;
}
.block-mon-calendar #formadviseur .advisorName {
  color: #6c2a40;
  font-size: 18px;
  font-weight: bold;
  display: inherit;
}
.block-mon-calendar #formadviseur .advisorName .advisorTitle {
  display: block;
  clear: both;
  color: #555;
  font-weight: normal;
  font-size: 13px;
}
.block-mon-calendar #mogelijkeTijdenSelect {
  display: none;
  opacity: 0.01;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.block-mon-calendar .dataValue {
  display: block;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #ededed;
  color: #95a32c;
}
.block-mon-calendar #availability label {
  width: 60px;
}
.block-mon-calendar #availability .inputWrap {
  display: inline;
}
.block-mon-calendar #availability.hidden {
  display: none;
}
.block-mon-calendar .inputWrap {
  width: 294px;
  position: relative;
  font-size: 14px;
  margin: 0 auto;
  overflow: hidden;
}
.block-mon-calendar .inputWrap.small {
  width: 202px;
}
.block-mon-calendar .inputWrap#date:after {
  content: '\f073';
  display: block;
  font-size: 20px;
  font-family: "FontAwesome";
  color: #a7b731;
  position: absolute;
  right: 15px;
  top: 1px;
  margin-top: 0;
  pointer-events: none;
}
.block-mon-calendar .inputWrap#time:after {
  display: block;
  font-size: 20px;
  font-family: "FontAwesome";
  color: #a7b731;
  position: absolute;
  right: 15px;
  top: 1px;
  margin-top: 0;
  pointer-events: none;
  content: '\f017';
}
.block-mon-calendar .inputWrap .errorMsg {
  color: #cc0000;
  display: none;
  padding: 5px 0 0 0;
  text-align: left;
  float: left;
  margin: -15px 0 10px 0;
}
.error .block-mon-calendar .inputWrap .errorMsg {
  display: block;
}
.block-mon-calendar .inputWrap.open {
  height: auto;
  overflow: inherit;
}
.block-mon-calendar .mandatory {
  color: #cc0000;
}
.block-mon-calendar #formAfspraak .errorMsg {
  color: #cc0000;
  display: none;
  padding: 5px 0 0 0;
}
.error .block-mon-calendar #formAfspraak .errorMsg {
  display: block;
}
.block-mon-calendar #formAfspraak label {
  font-size: 14px;
  color: #555;
}
.block-mon-calendar input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 38px;
  color: #95a32c;
  background: #fff;
  padding: 0 14px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.1);
  transition: opacity 0.2s ease-out;
  margin: 0 0 15px 0;
}
.block-mon-calendar input[type="text"]:focus {
  border-color: #a7b731;
  color: #6c2a40;
}
.error .block-mon-calendar input[type="text"] {
  border-color: #cc0000;
}
.block-mon-calendar input[type="radio"] {
  margin: 0 0 0 25px;
  float: left;
}
.block-mon-calendar textarea {
  height: 200px;
  line-height: 20px;
  padding: 14px;
  resize: none;
  width: 100%;
}
.block-mon-calendar .error:after {
  content: '\f06a';
  color: #cc0000;
  font-family: "FontAwesome";
  float: right;
  position: absolute;
  right: 5px;
  width: 20px;
  height: 20px;
  margin: 0;
  font-size: 20px;
  padding: 0;
  top: 31px;
}
.block-mon-calendar .dropdown-menu {
  border-radius: 0;
  border: 1px solid #95a32c;
  box-shadow: none;
  margin: 5px 0 0 0;
  padding: 0;
}
.block-mon-calendar .dropdown-menu.scroller {
  width: 100%;
  margin: -40px 0 0 0;
  max-height: 160px;
  overflow-y: auto;
}
.block-mon-calendar .dropdown-menu li {
  height: 40px;
  padding: 0;
  margin: 0;
}
.block-mon-calendar .dropdown-menu li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin: 0;
  cursor: pointer;
  color: #a7b731;
  box-sizing: border-box;
}
.block-mon-calendar .dropdown-menu li a:hover {
  color: #a7b731;
}
.block-mon-calendar #postalcode input {
  text-transform: uppercase;
}
.block-mon-calendar #date input,
.block-mon-calendar #time input {
  width: 202px;
  padding-right: 40px;
}
.block-mon-calendar .datepicker table {
  border-collapse: separate;
  padding: 25px;
}
.block-mon-calendar .datepicker table th {
  color: #6c2a40;
  font-weight: normal;
  font-size: 16px;
}
.block-mon-calendar .datepicker table th.dow {
  color: #95a32c;
  font-size: 14px;
}
.block-mon-calendar .datepicker table tr {
  padding: 0;
  margin: 0;
}
.block-mon-calendar .datepicker table tr td {
  padding: 0;
  margin: 0;
}
.block-mon-calendar .datepicker table tr td.day {
  padding: 0;
  margin: 0;
  width: 36px;
  height: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  position: relative;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 18px;
  border: 2px solid #fff;
  color: #6c2a40;
}
.block-mon-calendar .datepicker table tr td.day.active {
  background: #6c2a40;
  border: 0;
  color: #fff;
}
.block-mon-calendar .datepicker table tr td.day.active:hover {
  background: #6c2a40;
  color: #fff;
}
.block-mon-calendar .datepicker table tr td.day:hover {
  background: #fff;
  border: 2px solid #6c2a40;
}
.block-mon-calendar .datepicker table tr td.day.disabled {
  color: #f5f5f5;
  font-size: 12px;
}
.block-mon-calendar #wrap_Naam_kantoor {
  margin-top: 50px;
}
.block-mon-calendar #navigation {
  padding: 15px 0;
  border-top: 1px solid #f5f5f5;
}
.block-mon-calendar #navigation.hidden {
  display: none;
}
@media only screen and (max-width: 768px) {
  .block-mon-calendar #mogelijkeTijdenSelect {
    display: block;
  }
}
.page-alerts {
  display: none;
}
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 0;
}
.alert .title {
  position: relative;
  margin: 0;
  padding: 10px 15px 10px 35px;
  font-size: 22px;
}
.alert .title:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  font-size: 30px;
}
.alert .title:before.fa-pull-left {
  margin-right: .3em;
}
.alert .title:before.fa-pull-right {
  margin-left: .3em;
}
.alert .title:before.pull-left {
  margin-right: .3em;
}
.alert .title:before.pull-right {
  margin-left: .3em;
}
.alert-success .title:before {
  content: "\f058";
}
.alert-info .title:before {
  content: "\f05a";
}
.alert-warning .title:before {
  content: "\f071";
}
.alert-danger .title:before {
  content: "\f06a";
}
.alert .close {
  position: relative;
  z-index: 3;
  color: inherit;
  cursor: pointer;
}
.page-hero {
  position: relative;
}
@media (max-width: 767px) {
  .page-hero {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.page-hero .page-title {
  margin: 0;
  padding: 10px 16px;
  background: #6c2a40;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-hero .page-title {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  .page-hero .page-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(105, 0, 60, 0.7);
  }
}
@media (max-width: 480px) {
  .no-mobile-hero .page-hero img {
    display: none;
  }
  .no-mobile-hero .page-hero .page-title {
    position: static;
    background: #fff;
    color: #6c2a40;
  }
}
.home-hero {
  margin: 0 0 20px;
  background: #f5f5f5;
}
@media (min-width: 992px) {
  .home-hero {
    background: #e9e9e9;
  }
  .home-hero .container {
    position: relative;
  }
}
.home-hero .hero-content {
  margin-bottom: 10px;
  padding: 15px 15px 0;
}
.home-hero .hero-content .hero-title {
  margin: 0 0 10px;
  font-family: "mp-semibold-webfont", sans-serif;
  font-size: 48px;
}
@media (max-width: 991px) {
  .home-hero .hero-content .hero-title {
    font-size: 36px;
  }
  .home-hero .hero-content .hero-title br {
    display: none;
  }
}
.home-hero .hero-image {
  background-color: #e9e9e9;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 991px) {
  .home-hero .hero-image {
    background-image: none !important;
  }
  .home-hero .hero-image .container {
    padding: 0;
  }
  .home-hero .hero-image .hero-title br {
    display: none;
  }
}
@media (min-width: 992px) {
  .home-hero .hero-image {
    background-size: cover;
  }
  .home-hero .hero-image .container {
    height: 400px;
  }
  .home-hero .hero-image .hero-content {
    position: absolute;
    top: 30px;
    left: 20px;
    max-width: 550px;
    margin: 0 350px 0 0;
    padding: 0;
  }
  .home-hero .hero-image .hero-content .hero-title {
    margin: 0 0 10px;
    font-size: 48px;
    color: #fff;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
  }
  .home-hero .hero-image .hero-content .btn-lg {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 992px) and (min-height: 500px) {
  .home-hero .hero-image .container {
    max-height: 70vh;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .home-hero .hero-image .container {
    height: 480px;
  }
}
@media (min-width: 1200px) {
  .home-hero .hero-image {
    background-size: auto;
  }
}
.home-hero .hero-widget-button {
  display: block;
  padding: 9px 12px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  text-decoration: none;
  font-family: "mp-regular-webfont", sans-serif;
  font-size: 20px;
  color: #333;
  transition: background 0.2s ease-in;
}
@media (max-width: 991px) {
  .home-hero .hero-widget-button {
    margin-bottom: 16px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .home-hero .hero-widget-button {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-hero .hero-widget-button {
    font-size: 18px;
  }
}
.home-hero .hero-widget-button img {
  height: 40px;
  width: auto;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 360px) {
  .home-hero .hero-widget-button img {
    display: none;
  }
}
.home-hero .hero-widget-button .hero-icon-button {
  margin-right: 5px;
  margin-bottom: 6px;
  margin-top: 6px;
  display: inline-block;
  font-size: 28px;
  color: #a7b731;
  vertical-align: middle;
}
@media (max-width: 360px) {
  .home-hero .hero-widget-button .hero-icon-button {
    display: none;
  }
}
.home-hero .hero-widget-button span {
  display: inline-block;
  vertical-align: middle;
}
.home-hero .hero-widget-button span:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: relative;
  right: 0;
  margin: -0.1em 0 0 0.35em;
  vertical-align: middle;
  font-size: 1.1em;
  color: #a7b731;
  transition: all 0.2s ease-in;
}
.home-hero .hero-widget-button span:after.fa-pull-left {
  margin-right: .3em;
}
.home-hero .hero-widget-button span:after.fa-pull-right {
  margin-left: .3em;
}
.home-hero .hero-widget-button span:after.pull-left {
  margin-right: .3em;
}
.home-hero .hero-widget-button span:after.pull-right {
  margin-left: .3em;
}
@media (max-width: 991px) {
  .home-hero .hero-widget-button span:after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin: -20px 0 0 0;
    font-size: 26px;
  }
}
@media (max-width: 360px) {
  .home-hero .hero-widget-button span:after {
    margin-top: -23px;
  }
}
.home-hero .hero-widget-button:hover,
.home-hero .hero-widget-button:focus,
.home-hero .hero-widget-button:active {
  background-color: #fff;
  text-decoration: none;
  color: #a7b731;
}
.home-hero .hero-widget-button:hover span:after,
.home-hero .hero-widget-button:focus span:after,
.home-hero .hero-widget-button:active span:after {
  right: -0.2em;
}
@media (max-width: 991px) {
  .home-hero .hero-widget-button:hover span:after,
  .home-hero .hero-widget-button:focus span:after,
  .home-hero .hero-widget-button:active span:after {
    right: 24px;
  }
}
.home-hero .col-xs-12 .hero-widget-button {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
@media (max-width: 991px) {
  .home-hero .col-xs-12 .hero-widget-button {
    opacity: 1 !important;
  }
}
.home-hero .col-xs-12[style^=height] .hero-widget-button {
  opacity: 1;
}
.list-view h2 {
  margin: 0;
  font-size: 22px;
}
.list-view h2 a {
  display: block;
}
.list-view a:hover img {
  transition: opacity 0.2s ease-out;
  opacity: .8;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  .list-view a:hover img {
    opacity: 1;
  }
}
.list-view {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-thema .view-header {
  padding-left: 15px;
  padding-right: 15px;
}
.list-thema .view-header h2 {
  font-size: 26px;
}
.list-thema .view-wrapper {
  margin-bottom: 20px;
  background: #fff;
}
.list-thema .view-wrapper header {
  padding: 10px 16px;
}
.list-thema .view-wrapper .view-summary {
  padding: 0 16px 10px;
}
.list-thema .view-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 16px 10px;
}
.list-thema .view-wrapper ul li {
  font-size: 20px;
}
.list-thema .view-wrapper ul li a {
  position: relative;
  display: block;
  padding: 6px 0 6px 24px;
  text-decoration: none;
  color: #555;
}
.list-thema .view-wrapper ul li a:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 6px;
  left: 5px;
  margin-top: .1em;
  font-size: 1.1em;
  color: #6c2a40;
  transition: left 0.3s ease-in-out;
}
.list-thema .view-wrapper ul li a:before.fa-pull-left {
  margin-right: .3em;
}
.list-thema .view-wrapper ul li a:before.fa-pull-right {
  margin-left: .3em;
}
.list-thema .view-wrapper ul li a:before.pull-left {
  margin-right: .3em;
}
.list-thema .view-wrapper ul li a:before.pull-right {
  margin-left: .3em;
}
.list-thema .view-wrapper ul li a:hover,
.list-thema .view-wrapper ul li a:focus {
  color: #6c2a40;
}
.list-thema .view-wrapper ul li a:hover:before,
.list-thema .view-wrapper ul li a:focus:before {
  left: 9px;
}
.list-thema .view-wrapper footer {
  padding: 0 16px 16px;
}
.view-monuta-gerelateerde-themas .view-header {
  padding-left: 15px;
  padding-right: 15px;
}
.view-monuta-gerelateerde-themas .view-header h2 {
  margin-top: 0;
  font-size: 26px;
}
.list-related .view-wrapper {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  overflow: hidden;
}
.list-related .view-wrapper * {
  cursor: pointer;
}
.list-related .view-wrapper .related-image img {
  width: 100%;
  height: auto;
  max-width: auto;
}
.list-related .view-wrapper .related-title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 22px;
  padding: 10px 32px 10px 16px;
  background: #a7b731;
}
.list-related .view-wrapper .related-title a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.list-related .view-wrapper .related-title a:after {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 16px;
  margin-top: .1em;
  font-size: .9em;
  transition: right 0.3s ease-in-out;
}
.list-related .view-wrapper .related-title a:after.fa-pull-left {
  margin-right: .3em;
}
.list-related .view-wrapper .related-title a:after.fa-pull-right {
  margin-left: .3em;
}
.list-related .view-wrapper .related-title a:after.pull-left {
  margin-right: .3em;
}
.list-related .view-wrapper .related-title a:after.pull-right {
  margin-left: .3em;
}
.list-related .view-wrapper:hover .related-title {
  background: #6c2a40;
}
.list-related .view-wrapper:hover .related-title a:after {
  right: 8px;
}
.list-related .view-wrapper .related-summary {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  padding: 6px 16px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  transition: top 0.3s ease-out;
}
.list-related .view-wrapper .related-summary > * {
  display: none;
}
.list-related .view-wrapper:hover .related-summary {
  display: block;
  top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .region-content-post .list-related > li:nth-child(n+3) {
    display: none;
  }
}
@media (min-width: 768px) {
  .list-news li.item-news {
    margin: 0;
  }
  .list-news li.item-news:hover {
    cursor: pointer;
    background: #f5f5d9;
  }
}
.list-news li.item-news article .news-date {
  display: inline-block;
  color: #a7b731;
}
.list-news li.item-news article .news-date .day {
  font-family: "mp-regular-webfont", sans-serif;
}
.list-news li.item-news article .news-date .month {
  text-transform: uppercase;
}
.list-news-summary li.item-news {
  border-bottom: 1px solid #e9e9e9;
}
.list-news-summary li.item-news:first-child {
  border-top: 1px solid #e9e9e9;
}
.list-news-summary li.item-news article {
  padding: 20px 0;
}
.list-news-summary li.item-news article .news-date {
  font-size: 20px;
}
@media (min-width: 768px) {
  .list-news-summary li.item-news article .news-date span {
    margin-top: 3px;
    display: block;
    text-align: center;
    line-height: 1;
  }
  .list-news-summary li.item-news article .news-date span.month {
    color: #555;
  }
  .list-news-summary li.item-news article .news-date span.day {
    font-size: 36px;
  }
  .list-news-summary li.item-news article .news-date span.year {
    margin-top: 3px;
    padding: 6px;
    border-top: 1px solid #e9e9e9;
    color: #ccc;
  }
}
.list-news-summary li.item-news article .news-content h2 {
  margin: 0;
}
.list-news-summary li.item-news article .news-content h2 a {
  text-decoration: none;
}
.list-news-summary li.item-news article .news-content .news-summary {
  padding: 6px 0;
}
.list-news-summary li.item-news article .news-content img {
  margin: 10px 0;
}
@media (min-width: 480px) {
  .list-news-summary li.item-news article .news-content img {
    float: right;
    max-height: 110px;
    width: auto;
    margin: 0 0 0 32px;
  }
}
.list-news-title {
  padding: 6px 8px;
}
.list-news-title li.item-news {
  padding: 0 8px;
}
.list-news-title li.item-news article {
  padding: 10px 0;
}
.list-news-title li.item-news article .news-date {
  font-size: 16px;
  display: inline-block;
  color: #a7b731;
}
.list-news-title li.item-news article .news-date .day {
  font-family: "mp-regular-webfont", sans-serif;
}
.list-news-title li.item-news article .news-date .month {
  text-transform: uppercase;
}
.list-news-title li.item-news article .news-content h4 {
  margin: 0;
  font-size: 16px;
}
.list-news-title li.item-news article .news-content h4 a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .list-news-title li.item-news {
    padding: 6px 8px;
  }
  .list-news-title li.item-news article {
    display: table-row;
  }
  .list-news-title li.item-news article .news-date {
    display: table-cell;
    vertical-align: middle;
    width: 48px;
    border-radius: 6px;
    padding: 6px 0;
    background: #dfe28c;
    color: #8b8f01;
    line-height: 1;
  }
  .list-news-title li.item-news article .news-date span {
    display: block;
    text-align: center;
  }
  .list-news-title li.item-news article .news-date span.day {
    font-size: 16px;
    color: #fff;
  }
  .list-news-title li.item-news article .news-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 16px;
  }
  .list-news-title li.item-news:hover .news-date {
    background: #a7b731;
    color: #5a5c01;
  }
}
.view-monuta-nieuws .more-link {
  padding: 10px 16px;
}
.not-front .content-second .block-wrapper > .view-monuta-nieuws {
  margin-bottom: 20px;
  padding: 10px 16px;
  background: #fff;
}
.not-front .content-second .block-wrapper > .view-monuta-nieuws .view-header h2 {
  margin-top: 0;
  font-size: 26px;
}
.front .block-news .block-wrapper,
.front .block-promoted .block-wrapper {
  margin-bottom: 20px;
  background: #fff;
}
.block-promoted .promo-news {
  padding: 16px;
}
@media (min-width: 768px) {
  .block-promoted .promo-news .promo-image {
    float: right;
    margin: 0 0 .5em 1em;
  }
}
.block-promoted .promo-page .promo-content {
  padding: 16px;
}
.block-promoted h2 {
  margin: 0 0 .25em;
  font-size: 22px;
}
.block-promoted .promo-date {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #b0b0b0;
  margin-bottom: .25em;
}
.block-promoted .promo-summary {
  margin: 0 0 .25em;
}
.block-faqs {
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 10px 16px;
  background: #fff;
}
.title-faq {
  margin: 1em 0 .5em;
  font-size: 24px;
}
.js dl.list-faq dd {
  display: none;
}
dl.list-faq {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
}
dl.list-faq dt {
  position: relative;
  padding: 10px 16px 10px 36px;
  border-top: 1px solid #e9e9e9;
  font-family: "mp-light-webfont", sans-serif;
  font-size: 20px;
  color: #6c2a40;
  cursor: pointer;
}
dl.list-faq dt:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 16px;
  margin-top: .1em;
  font-size: 1.2em;
  transition: transform 0.3s ease-in-out;
}
dl.list-faq dt:after.fa-pull-left {
  margin-right: .3em;
}
dl.list-faq dt:after.fa-pull-right {
  margin-left: .3em;
}
dl.list-faq dt:after.pull-left {
  margin-right: .3em;
}
dl.list-faq dt:after.pull-right {
  margin-left: .3em;
}
dl.list-faq dt.active:after,
dl.list-faq dt:hover:after {
  transform: rotate(90deg);
}
dl.list-faq dd {
  margin-bottom: 20px;
  padding: 0 16px 10px;
}
.view-display-id-landingspage_faqs,
.paragraphs-item-lp-faq {
  margin-bottom: 30px;
  background: #fff;
}
.view-display-id-landingspage_faqs .view-header,
.paragraphs-item-lp-faq .view-header,
.view-display-id-landingspage_faqs header,
.paragraphs-item-lp-faq header {
  padding: 16px;
  background: #a7b731;
  color: #fff;
}
.view-display-id-landingspage_faqs .view-header h2,
.paragraphs-item-lp-faq .view-header h2,
.view-display-id-landingspage_faqs header h2,
.paragraphs-item-lp-faq header h2 {
  margin: 0;
  font-family: "mp-semibold-webfont", sans-serif;
  font-size: 30px;
  text-align: center;
  color: inherit;
}
.view-display-id-landingspage_faqs .view-content,
.paragraphs-item-lp-faq .view-content,
.view-display-id-landingspage_faqs .faq-content-wrapper,
.paragraphs-item-lp-faq .faq-content-wrapper {
  position: relative;
  padding: 16px;
}
@media (min-width: 768px) {
  .view-display-id-landingspage_faqs .view-content:after,
  .paragraphs-item-lp-faq .view-content:after,
  .view-display-id-landingspage_faqs .faq-content-wrapper:after,
  .paragraphs-item-lp-faq .faq-content-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 33.33333333%;
    margin-left: -15px;
    width: 1px;
    background: #e9e9e9;
  }
}
.view-display-id-landingspage_faqs .title-faq,
.paragraphs-item-lp-faq .title-faq {
  margin: 10px 0;
  font-size: 24px;
}
@media (min-width: 768px) {
  .view-display-id-landingspage_faqs .title-faq,
  .paragraphs-item-lp-faq .title-faq {
    font-size: 18px;
  }
}
.view-display-id-landingspage_faqs .title-faq a,
.paragraphs-item-lp-faq .title-faq a {
  display: block;
  position: relative;
  padding: 6px 0 6px 16px;
  color: #6c2a40;
  cursor: pointer;
}
.view-display-id-landingspage_faqs .title-faq a span,
.paragraphs-item-lp-faq .title-faq a span {
  display: block;
}
.view-display-id-landingspage_faqs .title-faq a:before,
.paragraphs-item-lp-faq .title-faq a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  left: 0;
  top: 6px;
  color: #a7b731;
  transition: left 0.3s ease-in-out;
}
.view-display-id-landingspage_faqs .title-faq a:before.fa-pull-left,
.paragraphs-item-lp-faq .title-faq a:before.fa-pull-left {
  margin-right: .3em;
}
.view-display-id-landingspage_faqs .title-faq a:before.fa-pull-right,
.paragraphs-item-lp-faq .title-faq a:before.fa-pull-right {
  margin-left: .3em;
}
.view-display-id-landingspage_faqs .title-faq a:before.pull-left,
.paragraphs-item-lp-faq .title-faq a:before.pull-left {
  margin-right: .3em;
}
.view-display-id-landingspage_faqs .title-faq a:before.pull-right,
.paragraphs-item-lp-faq .title-faq a:before.pull-right {
  margin-left: .3em;
}
.view-display-id-landingspage_faqs .title-faq a:hover:before,
.paragraphs-item-lp-faq .title-faq a:hover:before {
  left: 5px;
}
.view-display-id-landingspage_faqs .title-faq a.active,
.paragraphs-item-lp-faq .title-faq a.active {
  color: #a7b731;
}
@media (min-width: 768px) {
  .view-display-id-landingspage_faqs .title-faq a.active span:before,
  .paragraphs-item-lp-faq .title-faq a.active span:before,
  .view-display-id-landingspage_faqs .title-faq a.active span:after,
  .paragraphs-item-lp-faq .title-faq a.active span:after {
    content: "";
    position: absolute;
    top: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
  }
  .view-display-id-landingspage_faqs .title-faq a.active span:before,
  .paragraphs-item-lp-faq .title-faq a.active span:before {
    border-color: transparent transparent transparent #fff;
    right: -19px;
    z-index: 1;
  }
  .view-display-id-landingspage_faqs .title-faq a.active span:after,
  .paragraphs-item-lp-faq .title-faq a.active span:after {
    z-index: 0;
    border-color: transparent transparent transparent #e9e9e9;
    right: -21px;
  }
}
@media (max-width: 767px) {
  .view-display-id-landingspage_faqs .faq-content,
  .paragraphs-item-lp-faq .faq-content {
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;
  }
}
.view-display-id-landingspage_faqs dl.list-faq,
.paragraphs-item-lp-faq dl.list-faq {
  border-bottom: none;
}
@media (min-width: 768px) {
  .view-display-id-landingspage_faqs dl.list-faq,
  .paragraphs-item-lp-faq dl.list-faq {
    padding-left: 16px;
  }
}
.view-display-id-landingspage_faqs dl.list-faq dt,
.paragraphs-item-lp-faq dl.list-faq dt {
  border-top: none;
}
.view-display-id-landingspage_faqs dl.list-faq dt:after,
.paragraphs-item-lp-faq dl.list-faq dt:after {
  content: "\f0fe";
  left: 0;
  color: #a7b731;
}
.view-display-id-landingspage_faqs dl.list-faq dt:hover:after,
.paragraphs-item-lp-faq dl.list-faq dt:hover:after {
  transform: rotate(0deg) scale(1.1);
}
.view-display-id-landingspage_faqs dl.list-faq dt.active:after,
.paragraphs-item-lp-faq dl.list-faq dt.active:after {
  transform: none;
  content: "\f146";
}
.paragraphs-item-lp-faq {
  background: transparent;
  padding: 16px 0;
  margin-bottom: 8px;
}
.paragraphs-item-lp-faq .faq-content-wrapper {
  background: #fff;
  padding: 5px 0;
}
.paragraphs-item-lp-faq .faq-content-wrapper:after {
  margin-left: -9px !important;
}
@media (min-width: 768px) {
  .paragraphs-item-lp-faq .title-faq a.active span:before {
    right: -25px;
  }
  .paragraphs-item-lp-faq .title-faq a.active span:after {
    right: -27px;
  }
}
@media (max-width: 480px) {
  .list-photos .col-xs-6 {
    width: 100%;
  }
}
.list-photos .view-wrapper {
  margin-bottom: 20px;
  background: #fff;
  padding: 12px;
}
.lt9 .list-photos .view-wrapper {
  height: auto !important;
}
.list-photos .view-wrapper .photo-info {
  margin: 12px 0;
}
.list-photos .view-wrapper .photo-image {
  margin: 0 auto 12px;
}
.list-photos .view-wrapper .photo-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.list-photos .view-wrapper .photo-title {
  margin: 0 0 .2em;
  font-size: 20px;
  color: #6c2a40;
}
.list-photos .view-wrapper .photo-description {
  line-height: 1.25;
}
.list-photos .view-wrapper .photo-size {
  float: left;
  padding: 7px 0;
  font-size: .9em;
  color: #b0b0b0;
}
.list-photos .view-wrapper .photo-download {
  float: right;
}
.list-photos li:hover {
  cursor: pointer;
}
.list-photos li:hover .view-wrapper {
  background: #f5f5d9;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.view-monuta-agenda .list-agenda {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.view-monuta-agenda .list-agenda:before,
.view-monuta-agenda .list-agenda:after {
  content: " ";
  display: table;
}
.view-monuta-agenda .list-agenda:after {
  clear: both;
}
.view-monuta-agenda .list-agenda:before,
.view-monuta-agenda .list-agenda:after {
  content: " ";
  display: table;
}
.view-monuta-agenda .list-agenda:after {
  clear: both;
}
@media (min-width: 768px) {
  .view-monuta-agenda .list-agenda {
    padding: 1.5em 0;
  }
  .view-monuta-agenda .list-agenda:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18%;
    width: 6px;
    height: 100%;
    background: #e9e9e9;
  }
}
@media (min-width: 992px) {
  .view-monuta-agenda .list-agenda:before {
    left: 13%;
  }
}
.view-monuta-agenda .list-agenda li {
  margin-bottom: 20px;
}
.view-monuta-agenda .list-agenda li time {
  font-size: 20px;
}
.view-monuta-agenda .list-agenda li time span.day {
  font-family: "mp-regular-webfont", sans-serif;
  color: #6c2a40;
}
@media (max-width: 767px) {
  .view-monuta-agenda .list-agenda li time span.day {
    float: left;
    margin: -1px 0.25em 0 12px;
  }
}
.view-monuta-agenda .list-agenda li time span.month {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .view-monuta-agenda .list-agenda li time {
    line-height: 1;
  }
  .view-monuta-agenda .list-agenda li time span {
    display: block;
    text-align: center;
  }
  .view-monuta-agenda .list-agenda li time span.day {
    font-size: 32px;
  }
  .view-monuta-agenda .list-agenda li time span.month {
    font-size: 18px;
  }
  .view-monuta-agenda .list-agenda li time span.year {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .view-monuta-agenda .list-agenda li:before {
    content: "";
    display: block;
    position: absolute;
    left: 18%;
    margin: 15px 0 0 -7px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 3px solid #6c2a40;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media (min-width: 992px) {
  .view-monuta-agenda .list-agenda li:before {
    left: 13%;
  }
}
.view-monuta-agenda .list-agenda li .agenda_text {
  position: relative;
  padding: 10px 12px;
  background: #fff;
}
.view-monuta-agenda .list-agenda li .agenda_text h2 {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .view-monuta-agenda .list-agenda li .agenda_text h2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 15px 0 0 -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
  }
}
.view-monuta-agenda .list-agenda li .agenda_text .location {
  color: #a7b731;
  font-family: "mp-regular-webfont", sans-serif;
}
.view-monuta-agenda .list-agenda li .agenda_text .timespan {
  font-family: "mp-regular-webfont", sans-serif;
}
.view-monuta-agenda .list-agenda li .agenda_text .info-link {
  position: relative;
  top: 20px;
}
.view-monuta-agenda .list-agenda li .agenda_text .info-link:hover {
  text-decoration: underline;
}
.view-monuta-agenda .list-agenda li .agenda_text p {
  margin: .25em 0;
}
@media (min-width: 768px) {
  .view-monuta-agenda .list-agenda li.item-agenda:hover {
    cursor: pointer;
  }
  .view-monuta-agenda .list-agenda li.item-agenda:hover:before {
    background: #a7b731;
    box-shadow: inset 0 0 0 2px #fff;
  }
  .view-monuta-agenda .list-agenda li.item-agenda:hover .agenda_text {
    background: #f5f5d9;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  }
  .view-monuta-agenda .list-agenda li.item-agenda:hover .agenda_text h2:before {
    border-right-color: #f5f5d9;
  }
  .view-monuta-agenda .list-agenda li.item-agenda:hover .agenda_text h2 a {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .view-monuta-agenda .list-agenda li.item-agenda.no-hover:hover {
    cursor: default;
  }
  .view-monuta-agenda .list-agenda li.item-agenda.no-hover:hover:before {
    background: #fff;
    box-shadow: none;
  }
  .view-monuta-agenda .list-agenda li.item-agenda.no-hover:hover .agenda_text {
    background: #fff;
    box-shadow: none;
  }
  .view-monuta-agenda .list-agenda li.item-agenda.no-hover:hover .agenda_text h2:before {
    border-right-color: #fff;
  }
  .view-monuta-agenda .list-agenda li.item-agenda.no-hover:hover .agenda_text h2 a {
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .view-monuta-agenda-columned .list-agenda:before {
    left: 18%;
  }
}
.view-monuta-agenda-columned .list-agenda a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .view-monuta-agenda-columned li:before {
    left: 18% !important;
  }
}
.view-monuta-agenda-columned time span {
  text-align: left !important;
}
.view-monuta-agenda-columned .aanmeld-link,
.view-monuta-agenda-columned .blog-link {
  float: right;
}
body.node-type-agenda h1 {
  margin-bottom: 6px;
}
body.node-type-agenda .view-agenda-datum-details {
  display: inline-block;
  font-family: "mp-regular-webfont", sans-serif;
  font-size: 1.2em;
  color: #a7b731;
}
body.node-type-agenda .node-agenda {
  padding-top: 10px;
}
body.node-type-agenda .node-agenda .field {
  margin-bottom: 10px;
}
body.node-type-agenda .node-agenda .field-name-body,
body.node-type-agenda .node-agenda .location-wrapper {
  max-width: 850px;
}
@media (min-width: 768px) {
  body.node-type-agenda .node-agenda .field-name-body,
  body.node-type-agenda .node-agenda .location-wrapper {
    float: left;
    width: 60%;
  }
}
@media (min-width: 768px) {
  body.node-type-agenda .node-agenda .location-wrapper {
    width: 35%;
    clear: right;
    float: right;
  }
}
body.node-type-agenda .node-agenda .field-name-field-agenda-remark {
  font-size: .9em;
  font-style: italic;
  color: #555;
}
.location-items,
.people-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.location-items li,
.people-items li {
  margin-bottom: .1em;
}
.location-items li > a,
.people-items li > a {
  display: block;
  position: relative;
  padding-left: 1.5em;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.location-items li > a:hover,
.people-items li > a:hover {
  text-decoration: underline;
  color: #a7b731;
}
.ie .location-items li > a:hover,
.ie .people-items li > a:hover {
  text-decoration: none;
}
.location-items li > a:before,
.people-items li > a:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: .2em;
  left: 0;
  display: inline-block;
  width: 1em;
  text-align: center;
  color: #a7b731;
}
.location-items li > a:before.fa-pull-left,
.people-items li > a:before.fa-pull-left {
  margin-right: .3em;
}
.location-items li > a:before.fa-pull-right,
.people-items li > a:before.fa-pull-right {
  margin-left: .3em;
}
.location-items li > a:before.pull-left,
.people-items li > a:before.pull-left {
  margin-right: .3em;
}
.location-items li > a:before.pull-right,
.people-items li > a:before.pull-right {
  margin-left: .3em;
}
.location-items li.locations-postalcode {
  margin-right: .5em;
}
.location-items li.locations-postalcode,
.location-items li.locations-city {
  display: inline-block;
}
.people-items li.people-social {
  text-transform: lowercase;
}
.people-items li.people-phone > a {
  display: inline;
}
.people-items li a[href^=tel] {
  display: inline;
}
.people-items li .costs {
  position: relative;
  top: -2px;
  font-size: 0.8em;
  white-space: nowrap;
  color: #555;
}
.list-people .view-wrapper {
  margin-bottom: 20px;
  background: #fff;
}
.list-people .view-wrapper:before,
.list-people .view-wrapper:after {
  content: " ";
  display: table;
}
.list-people .view-wrapper:after {
  clear: both;
}
.list-people .view-wrapper:before,
.list-people .view-wrapper:after {
  content: " ";
  display: table;
}
.list-people .view-wrapper:after {
  clear: both;
}
.list-people .content-people {
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-people .people-items h2 {
  margin: .25em 0 0;
  font-size: 20px;
}
.list-people .people-items li {
  margin-bottom: .2em;
}
.list-people .people-items li.people-function {
  margin-bottom: 10px;
}
.list-people .people-summary {
  margin: 0;
  padding: 10px 16px;
  color: #555;
}
.list-products .item-product {
  margin-bottom: 20px;
  background: #fff;
}
.list-products .item-product .img,
.list-products .item-product .content {
  padding-top: 16px;
  padding-bottom: 16px;
}
.list-products .item-product .view-summary {
  padding: 10px 0;
}
.view-monuta-cms-services {
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .view-monuta-cms-services {
    background-color: #f5f5f5;
  }
}
@media (min-width: 992px) {
  .view-monuta-cms-services.view-display-id-vestigingen,
  .view-monuta-cms-services.view-display-id-intermediairs {
    margin: 0 -16px -20px;
  }
  .view-monuta-cms-services.view-display-id-vestigingen .views-exposed-form,
  .view-monuta-cms-services.view-display-id-intermediairs .views-exposed-form {
    padding: 0 16px 16px 16px;
  }
}
.view-monuta-cms-services .view-intro {
  padding: 0 16px 10px;
  background: #fff;
}
.view-monuta-cms-services .view-header {
  margin-top: 20px;
  padding: 10px 16px;
}
.view-monuta-cms-services .view-header h2 {
  margin: 0;
  font-size: 22px;
}
.view-monuta-cms-services .view-filters {
  float: none;
  padding: 10px 16px;
  background: #fff;
}
.view-monuta-cms-services .view-filters .show-edit-straal-wrapper {
  position: relative;
  top: 46px;
}
@media (max-width: 692px) {
  .view-monuta-cms-services .view-filters .show-edit-straal-wrapper {
    top: 0px;
  }
}
.view-monuta-cms-services .view-filters .show-edit-straal-wrapper a {
  color: #a7b731;
  font-size: .875em;
}
.view-monuta-cms-services .view-filters .edit-straal-hidden {
  display: none;
}
.view-monuta-cms-services .view-filters .views-exposed-widget {
  float: left;
  margin: 0 16px 10px 0;
}
.view-monuta-cms-services .view-filters .views-exposed-widget label {
  display: block;
  font-family: "mp-regular-webfont", sans-serif;
}
.view-monuta-cms-services .view-filters .views-exposed-widget.views-submit-button {
  padding-top: 27px;
}
@media (max-width: 600px) {
  .view-monuta-cms-services .view-filters .views-exposed-widget.views-submit-button {
    float: none;
    display: block;
    clear: left;
    padding-top: 0;
  }
}
.view-monuta-cms-services .view-filters .views-exposed-widget.views-submit-button .form-submit {
  margin-left: 0;
  color: #fff;
  background-color: #a7b731;
  border-color: #a7b731;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.view-monuta-cms-services .view-filters .views-exposed-widget.views-submit-button .form-submit:hover,
.view-monuta-cms-services .view-filters .views-exposed-widget.views-submit-button .form-submit:focus,
.view-monuta-cms-services .view-filters .views-exposed-widget.views-submit-button .form-submit:active {
  background-color: #b8ca38;
}
.view-monuta-cms-services .view-filters .views-exposed-widget.views-submit-button .form-submit:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  margin: 0 .35em 0 0;
}
.view-monuta-cms-services .view-filters .views-exposed-widget.views-submit-button .form-submit:before.fa-pull-left {
  margin-right: .3em;
}
.view-monuta-cms-services .view-filters .views-exposed-widget.views-submit-button .form-submit:before.fa-pull-right {
  margin-left: .3em;
}
.view-monuta-cms-services .view-filters .views-exposed-widget.views-submit-button .form-submit:before.pull-left {
  margin-right: .3em;
}
.view-monuta-cms-services .view-filters .views-exposed-widget.views-submit-button .form-submit:before.pull-right {
  margin-left: .3em;
}
.view-monuta-cms-services .view-filters .views-exposed-widget.views-submit-button .form-submit:after {
  display: none;
}
.view-monuta-cms-services .view-filters .views-exposed-widget.views-widget-filter-plaats_1 {
  clear: left;
}
.region-content .view-monuta-cms-services .view-filters {
  padding: 0 !important;
}
.region-content .view-monuta-cms-services .view-filters .views-exposed-widgets {
  margin: 0;
  padding: 0;
}
.region-content .view-monuta-cms-services .view-filters .views-exposed-widgets .views-exposed-widget {
  margin-top: 10px;
  margin-bottom: 0;
}
.view-monuta-cms-services .view-content {
  margin-bottom: -20px;
}
.view-monuta-cms-services .view-empty {
  margin-bottom: -20px;
  padding: 10px 16px 20px;
}
.view-monuta-cms-services .view-empty h2 {
  margin: 0;
}
.view-monuta-cms-services .pagination {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .list-locations .col-sm-6:nth-child(odd) {
    clear: both;
  }
}
.list-locations .view-wrapper {
  margin-bottom: 20px;
  padding: 16px;
  background: #fff;
}
.list-locations .view-wrapper:before,
.list-locations .view-wrapper:after {
  content: " ";
  display: table;
}
.list-locations .view-wrapper:after {
  clear: both;
}
.list-locations .view-wrapper:before,
.list-locations .view-wrapper:after {
  content: " ";
  display: table;
}
.list-locations .view-wrapper:after {
  clear: both;
}
.list-locations .content-locations {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
}
.list-locations .location-image {
  max-width: 200px;
  min-height: 10px;
}
@media (min-width: 480px) and (max-width: 768px), (min-width: 992px) {
  .list-locations .location-image {
    float: right;
    margin: 0 0 .5em 1em;
  }
}
.list-locations .location-image img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 200px;
}
.list-locations .location-items h2 {
  margin: 0;
  font-size: 20px;
}
.list-locations .location-items li {
  margin-bottom: .2em;
}
.list-locations .location-summary {
  margin: 0;
  padding: 10px 16px;
  color: #555;
}
.search-location .input {
  margin: 0 16px 6px 0;
}
@media (min-width: 768px) {
  .search-location .input {
    float: left;
  }
}
.search-location .input label {
  display: block;
  padding: 6px 0 0;
  font-family: "mp-regular-webfont", sans-serif;
}
.search-location .input label i {
  color: #a7b731;
}
@media (min-width: 768px) {
  .search-location .input input,
  .search-location .input select {
    width: 100%;
  }
}
.search-location .input-location input {
  min-width: 190px;
}
@media (min-width: 768px) {
  .search-location .submit {
    padding: 32px 0 0 0;
  }
}
.monuta-dr {
  margin-bottom: 20px;
}
.monuta-dr h2 {
  margin: 0;
  font-size: 30px;
  font-family: "mp-regular-webfont", sans-serif;
}
.tiles-service {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -8px;
  margin-right: -8px;
}
.tiles-service.tiles-service-landingspage {
  margin-left: 0;
  margin-right: 0;
}
.tiles-service.tiles-service-landingspage > li {
  margin-bottom: 16px;
}
.tile-service {
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.tile-service-link {
  display: block;
  padding: 20px 24px;
  background: #fff;
  text-decoration: none;
  color: #333;
}
@media (max-width: 767px) {
  .tile-service-link {
    padding: 10px 24px 10px 16px;
  }
}
.tile-service-link i {
  display: table-cell;
  padding-right: 12px;
  vertical-align: middle;
  font-size: 36px;
  color: #a7b731;
}
@media (max-width: 767px) {
  .tile-service-link i {
    min-width: 45px;
    text-align: center;
  }
}
.tile-service-link span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  transition: all 0.2s ease-in;
}
@media (max-width: 767px) {
  .tile-service-link span {
    font-size: 20px;
  }
}
.tile-service-link span:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: relative;
  right: 0;
  margin: -0.1em 0 0 0.25em;
  vertical-align: middle;
  font-size: 1.25em;
  color: #a7b731;
  transition: all 0.2s ease-in;
}
.tile-service-link span:after.fa-pull-left {
  margin-right: .3em;
}
.tile-service-link span:after.fa-pull-right {
  margin-left: .3em;
}
.tile-service-link span:after.pull-left {
  margin-right: .3em;
}
.tile-service-link span:after.pull-right {
  margin-left: .3em;
}
@media (max-width: 767px) {
  .tile-service-link span:after {
    position: absolute;
    top: 50%;
    right: 24px;
    margin: -13px 0 0 0;
    font-size: 26px;
  }
}
.tile-service-link .fa-child + span {
  max-width: 180px;
}
@media (min-width: 768px) {
  .tile-lg .tile-service-link {
    padding-top: 40px;
    font-size: 22px;
  }
  .tile-lg .tile-service-link .fa {
    display: block;
    font-size: 60px;
  }
  .tile-lg .tile-service-link .fa.fa-heart,
  .tile-lg .tile-service-link .fa.fa-user-plus {
    font-size: 52px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .tile-lg .tile-service-link span {
    display: block;
  }
}
.tile-service-link:hover,
.tile-service-link:focus,
.tile-service-link:active {
  text-decoration: none;
  color: #a7b731;
}
.tile-service-link:hover span:after,
.tile-service-link:focus span:after,
.tile-service-link:active span:after {
  right: -0.2em;
}
@media (max-width: 767px) {
  .tile-service-link:hover span:after,
  .tile-service-link:focus span:after,
  .tile-service-link:active span:after {
    right: 12px;
  }
}
@media (min-width: 992px) {
  .webform-dr .page-title {
    display: none;
  }
}
.webform-dr .sidebar {
  position: relative;
  background: #fff;
  border-left: 15px solid #f5f5f5;
  border-right: 15px solid #f5f5f5;
}
.webform-dr .dr-intro {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 16px;
}
@media (max-width: 991px) {
  .webform-dr .dr-intro {
    display: none;
  }
}
.webform-dr .dr-intro .dr-intro-header {
  position: relative;
}
.webform-dr .dr-intro .dr-intro-header:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #fff;
  position: absolute;
  z-index: 0;
  top: 5px;
  right: -30px;
}
.webform-dr .dr-intro .dr-intro-header h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 .1em;
  font-size: 28px;
  font-family: "mp-semibold-webfont", sans-serif;
}
.webform-dr .dr-intro .dr-intro-header h1.has-icon {
  padding: 5px 0 0 45px;
}
.webform-dr .dr-intro .dr-intro-header h1.has-icon .fa {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 34px;
  color: #a7b731;
}
.webform-dr .region-sidebar-first {
  max-width: 100%;
}
@media (max-width: 991px) {
  .webform-dr .region-sidebar-first {
    width: auto !important;
  }
}
.dr-contact-widget {
  transition: opacity 1s ease;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 16px;
  background: #fff;
}
@media (min-width: 992px) {
  .dr-contact-widget {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .dr-contact-widget {
    margin-bottom: 20px;
  }
}
.dr-contact-widget h2 {
  color: #3fa6d7;
  font-size: 24px;
}
@media (max-width: 480px) {
  .dr-contact-widget h2 {
    max-width: 156px;
  }
}
.dr-contact-widget .widget-content:before,
.dr-contact-widget .widget-content:after {
  content: " ";
  display: table;
}
.dr-contact-widget .widget-content:after {
  clear: both;
}
.dr-contact-widget .widget-content:before,
.dr-contact-widget .widget-content:after {
  content: " ";
  display: table;
}
.dr-contact-widget .widget-content:after {
  clear: both;
}
.dr-contact-widget .widget-content > p {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .dr-contact-widget .widget-content > p {
    display: none;
  }
}
.dr-contact-widget .contact-avatar {
  float: right;
  margin: -10px -10px 0 0;
  width: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dr-contact-widget .contact-avatar {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .dr-contact-widget .contact-avatar {
    display: none;
  }
}
.dr-contact-widget .contact-options {
  float: left;
  padding-top: 10px;
  color: #3fa6d7;
}
.dr-contact-widget .contact-options li {
  margin-top: 6px;
  font-size: 1.2em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dr-contact-widget .contact-options li {
    font-size: 1em;
  }
}
.dr-contact-widget .contact-options li > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dr-contact-widget .contact-options a {
  text-decoration: none;
  color: inherit;
}
.dr-contact-widget .contact-options a:hover,
.dr-contact-widget .contact-options a:focus {
  text-decoration: underline;
}
.dr-contact-widget .contact-options .badge {
  margin: 0 0 0 5px;
  background-color: #a3cfe8;
  border-radius: 3px;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "mp-light-webfont", sans-serif;
  font-size: 11px;
  color: white;
}
.home-monuta-contact,
.block_uitvaart_contact .block-wrapper {
  background: #3fa6d7;
}
.home-monuta-contact .container,
.block_uitvaart_contact .block-wrapper .container {
  padding: 0;
}
.home-monuta-contact .monuta-contact,
.block_uitvaart_contact .block-wrapper .monuta-contact {
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: transparent;
  color: #fff;
}
@media (min-width: 992px) {
  .home-monuta-contact .monuta-contact,
  .block_uitvaart_contact .block-wrapper .monuta-contact {
    background-image: url(../images/contact_home@2x.jpg);
    background-size: 250px;
  }
  .lt9 .home-monuta-contact .monuta-contact,
  .lt9 .block_uitvaart_contact .block-wrapper .monuta-contact {
    background-image: url(../images/contact_home.jpg);
  }
}
.home-monuta-contact .monuta-contact a,
.block_uitvaart_contact .block-wrapper .monuta-contact a {
  color: inherit;
}
.home-monuta-contact .monuta-contact .h1,
.block_uitvaart_contact .block-wrapper .monuta-contact .h1 {
  color: inherit;
  margin-bottom: .35em;
}
.home-monuta-contact .monuta-contact .row h2,
.block_uitvaart_contact .block-wrapper .monuta-contact .row h2 {
  margin-bottom: .2em;
  font-size: 30px;
  color: #003656;
}
.home-monuta-contact .monuta-contact .row h3,
.block_uitvaart_contact .block-wrapper .monuta-contact .row h3 {
  color: inherit;
}
.home-monuta-contact .monuta-contact .contact-description,
.block_uitvaart_contact .block-wrapper .monuta-contact .contact-description {
  max-width: 360px;
  padding-bottom: 16px;
}
.home-monuta-contact .monuta-contact a[href^=tel],
.block_uitvaart_contact .block-wrapper .monuta-contact a[href^=tel],
.home-monuta-contact .monuta-contact a[href^=mailto],
.block_uitvaart_contact .block-wrapper .monuta-contact a[href^=mailto],
.home-monuta-contact .monuta-contact a.mail,
.block_uitvaart_contact .block-wrapper .monuta-contact a.mail {
  color: #fff !important;
}
.home-monuta-contact .monuta-contact a[href^=tel]:before,
.block_uitvaart_contact .block-wrapper .monuta-contact a[href^=tel]:before,
.home-monuta-contact .monuta-contact a[href^=mailto]:before,
.block_uitvaart_contact .block-wrapper .monuta-contact a[href^=mailto]:before,
.home-monuta-contact .monuta-contact a.mail:before,
.block_uitvaart_contact .block-wrapper .monuta-contact a.mail:before {
  color: #a3cfe8;
}
.home-monuta-contact .monuta-contact a[href^=tel] em,
.block_uitvaart_contact .block-wrapper .monuta-contact a[href^=tel] em,
.home-monuta-contact .monuta-contact a[href^=mailto] em,
.block_uitvaart_contact .block-wrapper .monuta-contact a[href^=mailto] em,
.home-monuta-contact .monuta-contact a.mail em,
.block_uitvaart_contact .block-wrapper .monuta-contact a.mail em {
  background: #fff;
  color: #3fa6d7;
}
.home-monuta-contact .monuta-contact .toggle-abroad,
.block_uitvaart_contact .block-wrapper .monuta-contact .toggle-abroad {
  color: #a3cfe8;
}
.home-monuta-contact .monuta-contact .link-search,
.block_uitvaart_contact .block-wrapper .monuta-contact .link-search {
  font-size: 18px;
}
.home-monuta-contact .monuta-contact .link-search:hover,
.block_uitvaart_contact .block-wrapper .monuta-contact .link-search:hover {
  text-decoration: none;
}
.home-monuta-contact .monuta-contact .link-search:before,
.block_uitvaart_contact .block-wrapper .monuta-contact .link-search:before {
  color: #a3cfe8;
}
.block-monuta-vacatures .block-wrapper {
  background: #fff;
  margin-bottom: 20px;
  padding: 10px 16px;
}
.block-monuta-vacatures .block-wrapper .block-title {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
  margin-top: 23px;
  margin-bottom: 11.5px;
  margin-top: .1em;
  font-family: "mp-semibold-webfont", sans-serif;
  font-size: 36px;
  color: #6c2a40;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 32px;
}
.block-monuta-vacatures .block-wrapper .block-title small,
.block-monuta-vacatures .block-wrapper .block-title .small {
  font-weight: normal;
  line-height: 1;
  color: #ccc;
}
.block-monuta-vacatures .block-wrapper .block-title small,
.block-monuta-vacatures .block-wrapper .block-title .small {
  font-size: 65%;
}
.block-monuta-vacatures .title-job-category {
  margin: 0;
  padding: 18px 0 10px;
  border-top: 1px solid #e9e9e9;
  color: inherit;
}
.block-monuta-vacatures .list-jobs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.block-monuta-vacatures .list-jobs li {
  font-size: 20px;
}
.block-monuta-vacatures .list-jobs li a {
  position: relative;
  display: block;
  padding: 6px 0 6px 24px;
  text-decoration: none;
  color: #555;
}
.block-monuta-vacatures .list-jobs li a:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 6px;
  left: 5px;
  margin-top: .1em;
  font-size: 1.1em;
  color: #6c2a40;
  transition: left 0.3s ease-in-out;
}
.block-monuta-vacatures .list-jobs li a:before.fa-pull-left {
  margin-right: .3em;
}
.block-monuta-vacatures .list-jobs li a:before.fa-pull-right {
  margin-left: .3em;
}
.block-monuta-vacatures .list-jobs li a:before.pull-left {
  margin-right: .3em;
}
.block-monuta-vacatures .list-jobs li a:before.pull-right {
  margin-left: .3em;
}
.block-monuta-vacatures .list-jobs li a:hover,
.block-monuta-vacatures .list-jobs li a:focus {
  color: #6c2a40;
}
.block-monuta-vacatures .list-jobs li a:hover:before,
.block-monuta-vacatures .list-jobs li a:focus:before {
  left: 9px;
}
.block-monuta-vacatures .list-jobs > li {
  margin-bottom: 10px;
  font-size: 18px;
}
.block-monuta-vacatures .list-jobs .job-title {
  margin: 0;
  font-size: 1em;
}
.block-monuta-vacatures .list-jobs .job-title a {
  padding-left: 20px;
  color: #6c2a40;
}
.block-monuta-vacatures .list-jobs .job-title a:before {
  top: 2px;
}
.block-monuta-vacatures .list-jobs .job-title a:hover {
  background: #f5f5d9;
}
.block-monuta-vacatures .list-jobs .job-title em {
  font-style: normal;
  color: #b0b0b0;
  font-family: "mp-light-webfont", sans-serif;
  font-size: .9em;
}
.block-monuta-vacatures .list-jobs .job-title .job-location {
  padding: 0 0 0 12px;
  font-size: .85em;
  color: #a7b731;
}
@media (min-width: 768px) {
  .block-monuta-vacatures .list-jobs .job-title .job-location {
    float: right;
    padding: 0 12px 0 0;
  }
}
.block-monuta-vacatures.related {
  margin-bottom: 20px;
  padding: 24px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.block-monuta-vacatures.related h2 {
  margin: 0 0 .5em;
}
.block-monuta-vacatures.related .view-header {
  margin: 0 0 1em;
}
.node-vacature h2 {
  margin-bottom: 6px;
}
.node-vacature .job-additionalinformation {
  margin-bottom: 10px;
}
.node-vacature .job-additionalinformation dl {
  margin: 0;
}
.node-vacature .job-additionalinformation dl dt {
  font-family: "mp-regular-webfont", sans-serif;
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .node-vacature .job-additionalinformation dl dt {
    float: left;
    clear: both;
    width: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.node-vacature .job-additionalinformation dl dd {
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .node-vacature .job-additionalinformation dl dd {
    margin-left: 6.5em;
  }
}
.node-vacature.closed .field-name-body * {
  color: #b0b0b0;
}
.node-vacature.closed .widget .view-header h2 {
  background-color: #ccc;
}
.node-vacature.closed .widget .view-content * {
  color: #b0b0b0;
}
.node-vacature.closed .widget .view-content .btn {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
}
/**
 * Monuta Music Player Styles
 *
 */
.widget-musicplayer {
  background: #f5f5f5;
  padding: 10px;
}
.widget-musicplayer .row {
  margin: 0;
}
.widget-musicplayer .wmp-body {
  width: 100%;
  display: table;
  border: 1px solid #e9e9e9;
}
.widget-musicplayer .wmp-container-video:after {
  padding-top: 56.25%;
  /* 16:9 ratio */
  display: block;
  content: '';
}
.widget-musicplayer .wmp-iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  width: 100%;
  /* let's see it! */
  color: white;
}
.widget-musicplayer .wmp-head div {
  padding: 0;
}
.widget-musicplayer .wmp-head-text h3 {
  margin: 4px 0 0 0 !important;
}
.widget-musicplayer .wmp-select-playlist-container {
  text-align: right;
}
.widget-musicplayer .wmp-select-playlist-container .wmp-select-text,
.widget-musicplayer .wmp-select-playlist-container .wmp-title {
  position: relative;
  top: 7px;
}
.widget-musicplayer .wmp-select-playlist-container .wmp-select-text {
  margin-right: 9px;
}
.widget-musicplayer .wmp-head-text {
  margin: 4px 0 5px 0 !important;
}
.widget-musicplayer .wmp-container-playlist {
  height: 215px;
  display: table-cell;
  overflow-y: scroll;
  background: #fff;
  padding: 0;
}
.widget-musicplayer .wmp-container-playlist ol {
  margin: 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
.widget-musicplayer .wmp-container-playlist ol li {
  padding: 0;
  padding-left: 20px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}
.widget-musicplayer .wmp-container-playlist ol li a {
  width: 100%;
  padding: 10px 0;
  display: block;
  font-size: 14px;
  text-decoration: none;
}
.widget-musicplayer .wmp-container-playlist ol li a .wmp-number {
  display: inline-block;
  width: 10%;
  vertical-align: top;
}
.widget-musicplayer .wmp-container-playlist ol li a .wmp-track {
  display: inline-block;
  width: 90%;
}
.widget-musicplayer .wmp-container-playlist ol li a .wmp-artist {
  font-family: "mp-regular-webfont", sans-serif;
  font-weight: bold;
}
.widget-musicplayer .wmp-container-playlist ol li:hover,
.widget-musicplayer .wmp-container-playlist ol li.selected {
  background: #a7b731;
}
.widget-musicplayer .wmp-container-playlist ol li:hover a,
.widget-musicplayer .wmp-container-playlist ol li.selected a {
  color: #FFF;
}
.widget.widget-klantenvertellen-list {
  width: 100%;
  background: transparent;
  margin-bottom: 0;
}
.widget.widget-klantenvertellen-list table {
  width: 100%;
}
.widget.widget-klantenvertellen-list .rating-stars-wrapper {
  width: 82px;
  height: 1em;
}
.widget.widget-klantenvertellen-list .rating-stars-wrapper .rating-stars {
  display: block;
  font-size: 1em;
}
.widget.widget-klantenvertellen-list .rating-stars-wrapper .rating-stars.rating-stars-inactive {
  color: #e9e9e9;
}
.widget.widget-klantenvertellen-list .rating-stars-wrapper .rating-stars.rating-stars-active {
  margin-top: -23px;
  color: #ed8000;
  overflow-x: hidden;
}
.widget.widget-klantenvertellen-list .rating-label,
.widget.widget-klantenvertellen-list .rating-progress-bar,
.widget.widget-klantenvertellen-list .rating-value {
  display: inline-block;
}
.widget.widget-klantenvertellen-list .rating-label {
  font-size: .8em;
  width: 50%;
  padding: 6px 0;
}
.widget.widget-klantenvertellen-list .rating-progress-bar {
  width: 40%;
}
.widget.widget-klantenvertellen-list .rating-value {
  width: 10%;
  text-align: right;
  font-family: "mp-regular-webfont", sans-serif;
}
.widget.widget-klantenvertellen-list .progress {
  height: 10px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
.grafkostenmap-map {
  max-width: 100%;
}
@media (max-width: 991px) {
  .grafkostenmap-map {
    height: auto !important;
  }
}
.widget {
  margin-bottom: 20px;
  background: #fff;
}
.widget .block-title,
.widget .view-header h2 {
  background: #a7b731;
}
.widget h3 {
  color: #a7b731;
}
.widget li a {
  color: inherit;
}
.widget li a:hover,
.widget li a:focus,
.widget li a:active,
.widget li a:before {
  color: #a7b731;
}
.widget li.active a,
.widget li.active-trail a {
  color: #a7b731;
}
.widget .block-title,
.widget .view-header h2 {
  margin: 0;
  padding: 10px 16px;
  font-size: 20px;
  color: #fff;
}
.widget .block-title a,
.widget .view-header h2 a {
  color: inherit;
}
.widget .block-title a:hover,
.widget .view-header h2 a:hover,
.widget .block-title a:focus,
.widget .view-header h2 a:focus,
.widget .block-title a:active,
.widget .view-header h2 a:active {
  color: inherit;
}
.widget .view-content {
  padding: 10px 16px 16px;
}
.widget .view-content:before,
.widget .view-content:after {
  content: " ";
  display: table;
}
.widget .view-content:after {
  clear: both;
}
.widget .view-content:before,
.widget .view-content:after {
  content: " ";
  display: table;
}
.widget .view-content:after {
  clear: both;
}
.widget h3 {
  margin: 0;
  font-size: 20px;
}
.widget-blue .block-title,
.widget-blue .view-header h2 {
  background: #3fa6d7;
}
.widget-blue h3 {
  color: #3fa6d7;
}
.widget-blue li a {
  color: inherit;
}
.widget-blue li a:hover,
.widget-blue li a:focus,
.widget-blue li a:active,
.widget-blue li a:before {
  color: #3fa6d7;
}
.widget-blue li.active a,
.widget-blue li.active-trail a {
  color: #3fa6d7;
}
.widget-purple .block-title,
.widget-purple .view-header h2 {
  background: #6c2a40;
}
.widget-purple h3 {
  color: #6c2a40;
}
.widget-purple li a {
  color: inherit;
}
.widget-purple li a:hover,
.widget-purple li a:focus,
.widget-purple li a:active,
.widget-purple li a:before {
  color: #6c2a40;
}
.widget-purple li.active a,
.widget-purple li.active-trail a {
  color: #6c2a40;
}
.widget-orange .block-title,
.widget-orange .view-header h2 {
  background: #ed8000;
}
.widget-orange h3 {
  color: #ed8000;
}
.widget-orange li a {
  color: inherit;
}
.widget-orange li a:hover,
.widget-orange li a:focus,
.widget-orange li a:active,
.widget-orange li a:before {
  color: #ed8000;
}
.widget-orange li.active a,
.widget-orange li.active-trail a {
  color: #ed8000;
}
.widget-transparent {
  background: transparent;
}
.widget .btn {
  font-size: 13px;
}
@media (min-width: 1200px) {
  .widget .btn {
    font-size: 16px;
  }
}
.widget-submenu li + li {
  border-top: 1px solid #e9e9e9;
}
.widget-submenu li a {
  position: relative;
  padding: 10px 16px 10px 30px;
  text-decoration: none;
}
.widget-submenu li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  top: 10px;
  left: 16px;
  margin-top: .1em;
  line-height: 1;
  font-size: 1.1em;
  transition: left 0.3s ease-in-out;
}
.widget-submenu li a:before.fa-pull-left {
  margin-right: .3em;
}
.widget-submenu li a:before.fa-pull-right {
  margin-left: .3em;
}
.widget-submenu li a:before.pull-left {
  margin-right: .3em;
}
.widget-submenu li a:before.pull-right {
  margin-left: .3em;
}
.widget-submenu li a.active,
.widget-submenu li a.active-trail {
  color: #a7b731;
}
.widget-submenu li a:hover,
.widget-submenu li a:focus,
.widget-submenu li a:active {
  background: transparent;
}
.widget-submenu li a:hover:before,
.widget-submenu li a:focus:before,
.widget-submenu li a:active:before {
  left: 19.2px;
}
.widget-submenu li.dropdown ul {
  display: none;
}
.widget-submenu.widget-list h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.widget-submenu.widget-list h3 a {
  color: #a7b731;
}
.widget-submenu.widget-list li a {
  padding: 4px 0 4px 16px;
}
.widget-submenu.widget-list li a:before {
  top: 5px;
  left: 0;
}
.widget-submenu.widget-list li a:hover:before {
  left: 4px;
}
.widget-submenu.widget-list a.all-locations {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .widget-people .img-people {
    float: right;
    margin: 0 0 0 32px;
  }
}
@media (min-width: 992px) {
  .widget-people .img-people {
    margin: 0 0 6px;
  }
}
@media (min-width: 1200px) {
  .widget-people .img-people {
    float: right;
    width: 70px;
  }
}
@media (min-width: 1200px) {
  .widget-people .content-people {
    font-size: .9375em;
  }
  .widget-people .content-people .people-items li a:before {
    top: .15em;
  }
}
.grafkostenwidget {
  max-width: none;
  margin-bottom: 0;
}
.grafkostenwidget div.input:first-child .dropdown {
  margin-top: 0;
}
.grafkostenwidget div.input:last-child .dropdown {
  margin-bottom: 0;
}
.view-monuta-agenda-widget {
  margin-bottom: 20px;
  background: #fff;
}
.view-monuta-agenda-widget .view-header h2 {
  margin: 0;
  padding: 10px 16px;
  background: #a7b731;
  font-size: 20px;
  color: #fff;
}
.view-monuta-agenda-widget .view-header h2 a {
  color: inherit;
}
.view-monuta-agenda-widget > .view-footer {
  padding: 16px;
  border-top: 1px solid #e9e9e9;
}
.view-monuta-agenda-widget .list-agenda .item-agenda {
  margin: 0;
  padding: 10px 16px;
  border-top: 1px solid #e9e9e9;
}
.view-monuta-agenda-widget .list-agenda .item-agenda:first-child {
  border: 0;
}
.view-monuta-agenda-widget .list-agenda .item-agenda:hover {
  background: #f5f5d9;
  cursor: pointer;
}
.view-monuta-agenda-widget .list-agenda .item-agenda:hover a {
  text-decoration: none;
}
.view-monuta-agenda-widget .list-agenda h2 {
  font-size: 18px;
}
.view-monuta-agenda-widget .list-agenda .agenda_time {
  font-family: "mp-regular-webfont", sans-serif;
  color: #a7b731;
}
.view-monuta-agenda-widget .list-agenda .day {
  float: left;
}
.view-monuta-agenda-widget .list-agenda .month {
  padding: 0 6px;
  float: left;
}
.view-monuta-agenda-widget .list-agenda .location {
  float: right;
  color: #555;
  font-size: .9em;
}
.widget-klantenvertellen {
  font-family: "mp-regular-webfont", sans-serif;
  background: transparent;
  max-width: 240px;
  height: auto;
}
.widget-klantenvertellen > a {
  display: table;
  color: #343433;
  text-decoration: none;
}
.widget-klantenvertellen img {
  width: 100%;
  height: auto;
  margin: 0 auto !important;
}
.widget-klantenvertellen_logo {
  display: table-cell;
  width: 60%;
  padding-top: 25px;
  vertical-align: top;
}
.widget-klantenvertellen_logo span {
  display: inline-block;
  padding: 10px 0 0;
  font-size: .9em;
}
.widget-klantenvertellen_logo span:hover {
  text-decoration: underline;
}
.widget-klantenvertellen_logo span:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  content: "\f054";
}
.widget-klantenvertellen_logo span:before.fa-pull-left {
  margin-right: .3em;
}
.widget-klantenvertellen_logo span:before.fa-pull-right {
  margin-left: .3em;
}
.widget-klantenvertellen_logo span:before.pull-left {
  margin-right: .3em;
}
.widget-klantenvertellen_logo span:before.pull-right {
  margin-left: .3em;
}
.widget-klantenvertellen_cijfer {
  display: table-cell;
  position: relative;
  width: 40%;
  padding-left: 5%;
  vertical-align: top;
}
.widget-klantenvertellen_cijfer .cijfer {
  position: absolute;
  top: 13%;
  left: 16%;
  right: 0;
  text-align: center;
  font-family: "mp-semibold-webfont", sans-serif;
  font-size: 40px;
  transition: all .3s ease;
}
.widget-klantenvertellen_cijfer .cijfer sup {
  font-family: "mp-regular-webfont", sans-serif;
  position: relative;
  font-size: 55%;
}
.widget-klantenvertellen a:hover .widget-klantenvertellen_cijfer .cijfer {
  transform: scale(1.1);
}
.widget-premie {
  padding: 16px;
  background: #f5f5f5;
}
.widget-premie h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-family: "mp-regular-webfont", sans-serif;
}
.widget-premie h4 {
  margin: 0 0 5px;
  font-size: 1em;
  font-family: "mp-regular-webfont", sans-serif;
}
.widget-premie .input input {
  height: 38px;
  font-size: 22px;
  text-align: center;
  border-color: #ccc;
  font-family: "mp-regular-webfont", sans-serif;
}
.widget-premie .input input.date_day,
.widget-premie .input input.date_month {
  width: 55px;
}
.widget-premie .input input.date_year {
  width: 65px;
}
@media (min-width: 1200px) {
  .widget-premie .input input.date_year {
    width: 75px;
  }
}
.widget-premie .btn-primary i {
  font-style: normal;
}
.widget-premie--bg-green {
  padding: 16px;
  margin-bottom: 20px;
  background: #a7b731;
}
.widget-premie--bg-green h2 {
  font-size: 28px;
  font-family: "mp-semibold-webfont", sans-serif;
  color: #fff;
}
.widget-premie--bg-green h4 {
  font-size: 18px;
}
.widget-premie--bg-green .input input {
  margin-right: 12px;
  padding: 8px 8px;
  height: 42px;
  border: 0;
}
.widget-premie--bg-green .btn-primary {
  background-color: #ed8000;
  color: #fff;
}
.widget-premie--bg-green .btn-primary:hover,
.widget-premie--bg-green .btn-primary:focus,
.widget-premie--bg-green .btn-primary:active {
  background-color: #ff971c;
}
.widget-grafkosten h2,
.widget-grafkosten h3,
.widget-grafkosten h4 {
  font-family: "mp-regular-webfont", sans-serif;
}
.widget-grafkosten h4 {
  margin-bottom: 8px;
}
.widget-grafkosten.styled {
  padding: 16px;
  background: #f5f5f5;
}
.widget-grafkosten.styled h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-family: "mp-regular-webfont", sans-serif;
}
.widget-grafkosten.styled h4 {
  margin: 0 0 5px;
  font-size: 1em;
  font-family: "mp-regular-webfont", sans-serif;
}
.widget-grafkosten.styled .input input {
  height: 38px;
  font-size: 22px;
  text-align: center;
  border-color: #ccc;
  font-family: "mp-regular-webfont", sans-serif;
}
.widget-grafkosten.styled .input input.date_day,
.widget-grafkosten.styled .input input.date_month {
  width: 55px;
}
.widget-grafkosten.styled .input input.date_year {
  width: 65px;
}
@media (min-width: 1200px) {
  .widget-grafkosten.styled .input input.date_year {
    width: 75px;
  }
}
.widget-grafkosten.styled .btn-primary i {
  font-style: normal;
}
.widget-grafkosten.styled--bg-green {
  padding: 16px;
  margin-bottom: 20px;
  background: #a7b731;
}
.widget-grafkosten.styled--bg-green h2 {
  font-size: 28px;
  font-family: "mp-semibold-webfont", sans-serif;
  color: #fff;
}
.widget-grafkosten.styled--bg-green h4 {
  font-size: 18px;
}
.widget-grafkosten.styled--bg-green .input input {
  margin-right: 12px;
  padding: 8px 8px;
  height: 42px;
  border: 0;
}
.widget-grafkosten.styled--bg-green .btn-primary {
  background-color: #ed8000;
  color: #fff;
}
.widget-grafkosten.styled--bg-green .btn-primary:hover,
.widget-grafkosten.styled--bg-green .btn-primary:focus,
.widget-grafkosten.styled--bg-green .btn-primary:active {
  background-color: #ff971c;
}
@media (max-width: 991px) {
  .hero-widgets {
    padding: 15px;
  }
  .hero-widgets .col-xs-12 {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .hero-widgets {
    position: absolute;
    bottom: 20px;
    right: 15px;
    left: 15px;
  }
}
@media (min-width: 1200px) {
  .hero-widgets {
    bottom: 30px;
  }
}
.hero-widget {
  position: relative;
  padding: 16px 8px 8px 55px;
  background: #fff;
}
.hero-widget.has-error {
  height: auto !important;
}
@media (min-width: 992px) {
  .hero-widget {
    background: rgba(255, 255, 255, 0.9);
  }
}
.hero-widget h2 {
  margin: 0 0 6px;
  font-size: 20px;
  color: #333;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-widget h2 {
    font-size: 18px;
  }
}
.hero-widget h2:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1ec";
  position: absolute;
  top: 13px;
  left: 16px;
  color: #a7b731;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 28px;
}
.hero-widget h2:before.fa-pull-left {
  margin-right: .3em;
}
.hero-widget h2:before.fa-pull-right {
  margin-left: .3em;
}
.hero-widget h2:before.pull-left {
  margin-right: .3em;
}
.hero-widget h2:before.pull-right {
  margin-left: .3em;
}
.hero-widget h4 {
  margin: 0 0 6px;
  font-family: "mp-light-webfont", sans-serif;
  font-size: 16px;
  color: #555;
}
.hero-widget .input input {
  display: inline;
  margin: 0 14px 10px 0;
  padding: 5px;
  height: 42px;
  border-color: #ccc;
  font-family: "mp-regular-webfont", sans-serif;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px), (max-width: 380px) {
  .hero-widget .input input {
    margin-right: 7px;
  }
}
.hero-widget .input input.date_day,
.hero-widget .input input.date_month {
  width: 50px;
}
@media (min-width: 1200px) {
  .hero-widget .input input.date_day,
  .hero-widget .input input.date_month {
    width: 55px;
  }
}
.hero-widget .input input.date_year {
  width: 65px;
}
@media (min-width: 1200px) {
  .hero-widget .input input.date_year {
    width: 70px;
  }
}
.hero-widget .input input:focus {
  border-color: #b0b0b0;
}
.hero-widget .input input.error {
  border-color: #cc0000;
  color: #cc0000;
}
.hero-widget .btn-primary {
  padding: 5px 6px;
  width: 45px;
  font-size: 20px;
  text-align: center;
}
.hero-widget .btn-primary i {
  display: none;
}
.hero-widget .btn-primary:after {
  content: "\f054";
  margin: 0 0 0 5px;
}
.hero-widget .errors {
  position: relative;
  z-index: 20;
}
.hero-widget .errors label.error:after {
  display: none;
}
.cke_editable {
  padding: 6px 12px;
  background: #fff;
}
.cke_editable .row {
  padding: 5px;
}
.cke_editable .row,
.cke_editable .col-sm-4,
.cke_editable .col-md-4,
.cke_editable .col-sm-6,
.cke_editable .col-md-6,
.cke_editable .col-sm-8,
.cke_editable .col-md-8 {
  border: 1px dotted #cecece;
}
@media (max-width: 767px) {
  .cke_editable .well,
  .field-name-body .well,
  .cke_editable .col-sm-4,
  .field-name-body .col-sm-4,
  .cke_editable .col-md-4,
  .field-name-body .col-md-4,
  .cke_editable .col-sm-6,
  .field-name-body .col-sm-6,
  .cke_editable .col-md-6,
  .field-name-body .col-md-6,
  .cke_editable .col-sm-8,
  .field-name-body .col-sm-8,
  .cke_editable .col-md-8,
  .field-name-body .col-md-8 {
    margin-bottom: 20px !important;
  }
}
.cke_editable .well h2,
.field-name-body .well h2,
.cke_editable .col-sm-4 h2,
.field-name-body .col-sm-4 h2,
.cke_editable .col-md-4 h2,
.field-name-body .col-md-4 h2,
.cke_editable .col-sm-6 h2,
.field-name-body .col-sm-6 h2,
.cke_editable .col-md-6 h2,
.field-name-body .col-md-6 h2,
.cke_editable .col-sm-8 h2,
.field-name-body .col-sm-8 h2,
.cke_editable .col-md-8 h2,
.field-name-body .col-md-8 h2 {
  margin: .25em 0;
}
.cke_editable .well .col-sm-4,
.field-name-body .well .col-sm-4,
.cke_editable .well .col-md-4,
.field-name-body .well .col-md-4,
.cke_editable .well .col-sm-6,
.field-name-body .well .col-sm-6,
.cke_editable .well .col-md-6,
.field-name-body .well .col-md-6,
.cke_editable .well .col-sm-8,
.field-name-body .well .col-sm-8,
.cke_editable .well .col-md-8,
.field-name-body .well .col-md-8 {
  margin-bottom: 0;
}
.cke_editable .btn,
.field-name-body .btn {
  margin-bottom: 10px;
}
.well h2 {
  margin: 0;
  color: #6c2a40;
}
.node img,
img.imgLeft,
img.imgRight,
img.media-element {
  display: block;
  margin: 1em auto;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  img.imgRight {
    float: left;
    margin: .5em 2.5em 1em 0;
    max-width: 60%;
  }
  img.imgRight {
    float: right;
    margin: .5em 0 1em 2.5em;
    max-width: 60%;
  }
}
.media-element-container {
  display: block;
}
.media-element-container .file.file-document {
  display: inline;
}
.media-element-container .file.file-document .content {
  display: inline;
}
.media-element-container .file.file-document .content .file {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 12px;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.media-element-container .file.file-document .content .file img {
  display: inline;
  margin: 0 3px 0 0;
}
.media-element-container .file.file-document .content .file a {
  background: transparent;
  color: #333;
}
.media-element-container .file.file-document .content .file a:after {
  content: "\f063";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  margin-left: 5px;
  opacity: 0;
  -webkit-animation: bounce 1.6s ease-out 0 infinite;
  -moz-animation: bounce 1.6s ease-out 0 infinite;
  animation: bounce 1.6s ease-out 0 infinite;
}
.media-element-container .file.file-document .content .file a:after.fa-pull-left {
  margin-right: .3em;
}
.media-element-container .file.file-document .content .file a:after.fa-pull-right {
  margin-left: .3em;
}
.media-element-container .file.file-document .content .file a:after.pull-left {
  margin-right: .3em;
}
.media-element-container .file.file-document .content .file a:after.pull-right {
  margin-left: .3em;
}
.media-element-container .file.file-document .content .file:hover {
  background-color: #f5f5d9;
  cursor: pointer;
}
.media-element-container .file.file-document .content .file:hover a {
  text-decoration: underline;
  color: #6c2a40;
}
.media-element-container .file.file-document .content .file:hover a:after {
  opacity: 1;
}
.media-element-container br,
.media-element-container + br {
  display: none;
}
.node-checklist .row.body-bg {
  margin-left: -16px;
  margin-right: -16px;
}
.node-checklist .row.body-bg:last-child {
  margin-bottom: -26px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .node-checklist .row.body-bg > [class^=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .node-checklist .row.vdivide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .node-checklist .row.vdivide [class^=col-]:not(:last-child):after {
    content: "";
    background: #f5f5f5;
    width: 2px;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: -1px;
  }
}
.node-checklist .btn {
  margin-bottom: 0;
}
.node-checklist h4 {
  color: #6c2a40;
}
@media (min-width: 768px) {
  .node-checklist h4 {
    height: 55px;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #c5c5c5;
  }
}
.node-checklist ul.list-pro li {
  font-size: 14px;
  margin: 10px 0;
}
.node-checklist ul.list-pro li:before {
  position: absolute;
  top: 0;
  font-size: 24px;
  font-weight: lighter;
}
.clickdform.mainDiv {
  float: none;
}
.clickdform.mainDiv input[type="button"] {
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  padding: 6px 12px !important;
  font-size: 16px !important;
  line-height: 1.4375 !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  background: #fff !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  text-decoration: none !important !important;
  font-family: "mp-regular-webfont", sans-serif !important;
  color: #a7b731 !important;
  transition: all 0.2s ease-in !important;
  max-width: 100% !important;
  color: #fff !important;
  background-color: #a7b731 !important;
  border-color: #a7b731 !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
}
.clickdform.mainDiv input[type="button"]:focus,
.clickdform.mainDiv input[type="button"]:active:focus,
.clickdform.mainDiv input[type="button"].active:focus {
  outline: thin dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}
.clickdform.mainDiv input[type="button"]:hover,
.clickdform.mainDiv input[type="button"]:focus {
  color: #a7b731 !important;
  text-decoration: none !important;
}
.clickdform.mainDiv input[type="button"]:active,
.clickdform.mainDiv input[type="button"].active {
  outline: 0 !important;
  background-image: none !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.clickdform.mainDiv input[type="button"].disabled,
.clickdform.mainDiv input[type="button"][disabled],
fieldset[disabled] .clickdform.mainDiv input[type="button"] {
  cursor: not-allowed !important;
  pointer-events: none !important;
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.clickdform.mainDiv input[type="button"]:after,
.clickdform.mainDiv input[type="button"].btn-back:before,
.clickdform.mainDiv input[type="button"].btn-play:before {
  display: inline-block !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  content: "\f105" !important;
  position: relative !important;
  top: .075em !important;
  right: 0 !important;
  vertical-align: baseline !important;
  margin: 0 0 0 .35em !important;
  line-height: 1 !important;
  font-size: 125% !important;
  color: inherit !important;
  transition: left 0.3s ease-in-out, right 0.3s ease-in-out !important;
}
.clickdform.mainDiv input[type="button"]:after.fa-pull-left,
.clickdform.mainDiv input[type="button"].btn-back:before.fa-pull-left,
.clickdform.mainDiv input[type="button"].btn-play:before.fa-pull-left {
  margin-right: .3em !important;
}
.clickdform.mainDiv input[type="button"]:after.fa-pull-right,
.clickdform.mainDiv input[type="button"].btn-back:before.fa-pull-right,
.clickdform.mainDiv input[type="button"].btn-play:before.fa-pull-right {
  margin-left: .3em !important;
}
.clickdform.mainDiv input[type="button"]:after.pull-left,
.clickdform.mainDiv input[type="button"].btn-back:before.pull-left,
.clickdform.mainDiv input[type="button"].btn-play:before.pull-left {
  margin-right: .3em !important;
}
.clickdform.mainDiv input[type="button"]:after.pull-right,
.clickdform.mainDiv input[type="button"].btn-back:before.pull-right,
.clickdform.mainDiv input[type="button"].btn-play:before.pull-right {
  margin-left: .3em !important;
}
.clickdform.mainDiv input[type="button"].btn-back:after,
.clickdform.mainDiv input[type="button"].btn-play:after {
  display: none !important;
}
.clickdform.mainDiv input[type="button"].btn-back:before {
  content: "\f104" !important;
  margin: 0 .35em 0 0 !important;
  right: auto !important;
  left: 0 !important;
}
.clickdform.mainDiv input[type="button"].btn-play:before {
  content: "\f04b" !important;
  margin: 0 .35em 0 0 !important;
  right: auto !important;
  left: 0 !important;
}
.clickdform.mainDiv input[type="button"]:hover:after,
.clickdform.mainDiv input[type="button"]:focus:after,
.clickdform.mainDiv input[type="button"]:active:after {
  right: -0.2em !important;
}
.clickdform.mainDiv input[type="button"]:hover:before,
.clickdform.mainDiv input[type="button"]:focus:before,
.clickdform.mainDiv input[type="button"]:active:before {
  left: -0.2em !important;
}
.clickdform.mainDiv input[type="button"].btn-primary,
.clickdform.mainDiv input[type="button"].btn-inverted,
.clickdform.mainDiv input[type="button"].btn-default:hover,
.clickdform.mainDiv input[type="button"].btn-default:focus,
.clickdform.mainDiv input[type="button"].btn-default:active {
  color: #fff !important;
  background-color: #a7b731 !important;
  border-color: #a7b731 !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
}
.clickdform.mainDiv input[type="button"].btn-primary:hover,
.clickdform.mainDiv input[type="button"].btn-primary:focus,
.clickdform.mainDiv input[type="button"].btn-primary:active {
  background-color: #b8ca38 !important;
}
.clickdform.mainDiv input[type="button"].btn-purple {
  border-color: #6c2a40 !important;
  color: #6c2a40 !important;
}
.clickdform.mainDiv input[type="button"].btn-purple.btn-inverted,
.clickdform.mainDiv input[type="button"].btn-purple:hover,
.clickdform.mainDiv input[type="button"].btn-purple:focus,
.clickdform.mainDiv input[type="button"].btn-purple:active {
  background-color: #6c2a40 !important;
  color: #fff !important;
}
.clickdform.mainDiv input[type="button"].btn-purple.btn-inverted:hover,
.clickdform.mainDiv input[type="button"].btn-purple.btn-inverted:focus,
.clickdform.mainDiv input[type="button"].btn-purple.btn-inverted:active {
  background-color: #8d3754 !important;
}
.clickdform.mainDiv input[type="button"].btn-orange {
  border-color: #ed8000 !important;
  color: #ed8000 !important;
}
.clickdform.mainDiv input[type="button"].btn-orange.btn-inverted,
.clickdform.mainDiv input[type="button"].btn-orange:hover,
.clickdform.mainDiv input[type="button"].btn-orange:focus,
.clickdform.mainDiv input[type="button"].btn-orange:active {
  background-color: #ed8000 !important;
  color: #fff !important;
}
.clickdform.mainDiv input[type="button"].btn-orange.btn-inverted:hover,
.clickdform.mainDiv input[type="button"].btn-orange.btn-inverted:focus,
.clickdform.mainDiv input[type="button"].btn-orange.btn-inverted:active {
  background-color: #ff971c !important;
}
.clickdform.mainDiv input[type="button"].btn-blue {
  border-color: #3fa6d7 !important;
  color: #3fa6d7 !important;
}
.clickdform.mainDiv input[type="button"].btn-blue.btn-inverted,
.clickdform.mainDiv input[type="button"].btn-blue:hover,
.clickdform.mainDiv input[type="button"].btn-blue:focus,
.clickdform.mainDiv input[type="button"].btn-blue:active {
  background-color: #3fa6d7 !important;
  color: #fff !important;
}
.clickdform.mainDiv input[type="button"].btn-blue.btn-inverted:hover,
.clickdform.mainDiv input[type="button"].btn-blue.btn-inverted:focus,
.clickdform.mainDiv input[type="button"].btn-blue.btn-inverted:active {
  background-color: #65b8df !important;
}
.clickdform.mainDiv input[type="button"].btn-white-blue {
  border-color: #fff !important;
  color: #3fa6d7 !important;
}
.clickdform.mainDiv input[type="button"].btn-white-blue.btn-inverted,
.clickdform.mainDiv input[type="button"].btn-white-blue:hover,
.clickdform.mainDiv input[type="button"].btn-white-blue:focus,
.clickdform.mainDiv input[type="button"].btn-white-blue:active {
  background-color: #fff !important;
  color: #3fa6d7 !important;
}
.clickdform.mainDiv input[type="button"].btn-white-blue.btn-inverted:hover,
.clickdform.mainDiv input[type="button"].btn-white-blue.btn-inverted:focus,
.clickdform.mainDiv input[type="button"].btn-white-blue.btn-inverted:active {
  background-color: #65b8df !important;
  color: #fff !important;
}
.clickdform.mainDiv input[type="button"].btn-success {
  border-color: #3c763d !important;
  color: #3c763d !important;
}
.clickdform.mainDiv input[type="button"].btn-success:hover,
.clickdform.mainDiv input[type="button"].btn-success:focus,
.clickdform.mainDiv input[type="button"].btn-success:active {
  background-color: #3c763d !important;
  color: #fff !important;
}
.clickdform.mainDiv input[type="button"].btn-info {
  border-color: #3fa6d7 !important;
  color: #3fa6d7 !important;
}
.clickdform.mainDiv input[type="button"].btn-info:hover,
.clickdform.mainDiv input[type="button"].btn-info:focus,
.clickdform.mainDiv input[type="button"].btn-info:active {
  background-color: #3fa6d7 !important;
  color: #fff !important;
}
.clickdform.mainDiv input[type="button"].btn-warning {
  border-color: #ed8000 !important;
  color: #ed8000 !important;
}
.clickdform.mainDiv input[type="button"].btn-warning:hover,
.clickdform.mainDiv input[type="button"].btn-warning:focus,
.clickdform.mainDiv input[type="button"].btn-warning:active {
  background-color: #ed8000 !important;
  color: #fff !important;
}
.clickdform.mainDiv input[type="button"].btn-danger {
  border-color: #cc0000 !important;
  color: #cc0000 !important;
}
.clickdform.mainDiv input[type="button"].btn-danger:hover,
.clickdform.mainDiv input[type="button"].btn-danger:focus,
.clickdform.mainDiv input[type="button"].btn-danger:active {
  background-color: #cc0000 !important;
  color: #fff !important;
}
.clickdform.mainDiv input[type="button"].btn-search:after {
  display: none !important;
}
.clickdform.mainDiv input[type="button"].btn-search:before {
  content: "\f002" !important;
  display: inline-block !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  margin-right: .35em !important;
}
.clickdform.mainDiv input[type="button"].btn-search:before.fa-pull-left {
  margin-right: .3em !important;
}
.clickdform.mainDiv input[type="button"].btn-search:before.fa-pull-right {
  margin-left: .3em !important;
}
.clickdform.mainDiv input[type="button"].btn-search:before.pull-left {
  margin-right: .3em !important;
}
.clickdform.mainDiv input[type="button"].btn-search:before.pull-right {
  margin-left: .3em !important;
}
.clickdform.mainDiv input[type="button"]:hover,
.clickdform.mainDiv input[type="button"]:focus,
.clickdform.mainDiv input[type="button"]:active {
  background-color: #b8ca38 !important;
}
.clickdform.mainDiv span {
  font-size: 16px !important;
  font-family: "mp-light-webfont", sans-serif !important;
}
.clickdform.mainDiv .responsiveRow input[type="text"] {
  display: block !important;
  width: 100% !important;
  height: 37px !important;
  padding: 6px 12px !important;
  font-size: 16px !important;
  line-height: 1.4375 !important;
  color: #555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  color: #b0b0b0 !important;
  display: inline !important;
  max-width: 100% !important;
  font-family: "mp-light-webfont", sans-serif !important;
  color: #000 !important;
}
.clickdform.mainDiv .responsiveRow input[type="text"]:focus {
  border-color: #555 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(85, 85, 85, 0.6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(85, 85, 85, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(85, 85, 85, 0.6) !important;
}
.clickdform.mainDiv .responsiveRow input[type="text"]::-moz-placeholder {
  color: #b0b0b0 !important;
  opacity: 1 !important;
}
.clickdform.mainDiv .responsiveRow input[type="text"]:-ms-input-placeholder {
  color: #b0b0b0 !important;
}
.clickdform.mainDiv .responsiveRow input[type="text"]::-webkit-input-placeholder {
  color: #b0b0b0 !important;
}
.clickdform.mainDiv .responsiveRow input[type="text"]::-webkit-input-placeholder {
  color: #b0b0b0 !important;
}
.clickdform.mainDiv .responsiveRow input[type="text"]::-moz-placeholder {
  color: #b0b0b0 !important;
}
.clickdform.mainDiv .responsiveRow input[type="text"]:-moz-placeholder {
  color: #b0b0b0 !important;
}
.clickdform.mainDiv .responsiveRow input[type="text"]:-ms-input-placeholder {
  color: #b0b0b0 !important;
}
.clickdform.mainDiv .responsiveRow input[type="text"][disabled],
.clickdform.mainDiv .responsiveRow input[type="text"][readonly],
fieldset[disabled] .clickdform.mainDiv .responsiveRow input[type="text"] {
  cursor: not-allowed !important;
  background-color: #f5f5f5 !important;
  opacity: 1 !important;
}
textarea.clickdform.mainDiv .responsiveRow input[type="text"] {
  height: auto !important;
}
.clickdform.mainDiv .responsiveRow input[type="text"]:focus {
  box-shadow: none !important;
}
.has-error .clickdform.mainDiv .responsiveRow input[type="text"]:focus {
  box-shadow: none !important;
}
.testtool-container {
  padding: 1rem;
  margin: .5rem 0;
  border: 1px solid #eee;
}
.testtool-container .testtool-body {
  margin-top: 1rem;
}
.testtool-container .testtool-counter {
  margin: .25rem .5rem .25rem 0;
}
.testtool-container .testtool-counter .testtool-counter-circle {
  border: 1px solid #a7b731;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  color: #000;
  display: inline-block;
  font-weight: bold;
  line-height: 1.8em;
  margin-right: 5px;
  text-align: center;
  width: 1.8em;
}
.testtool-container .testtool-counter .testtool-counter-circle.current {
  background-color: #a7b731;
  color: #fff;
}
.testtool-container .testtool-titel {
  display: inline-block;
  vertical-align: top;
}
ul.testtool-antwoorden {
  list-style: none;
  padding-left: 0;
}
ul.testtool-antwoorden li.testtool-antwoord {
  margin: 0.5em 0;
  border: 1px solid #a7b731;
  border-radius: 4px;
  line-height: 1.5;
  padding: .5rem;
}
ul.testtool-antwoorden li.testtool-antwoord:hover {
  background-color: #a7b731;
  color: white;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.testtool-uitslag {
  padding: .5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 125%;
  border-radius: 4px;
}
.testtool-uitslag-tips {
  padding: 1rem;
  background: #ededed;
  color: #666;
  border-radius: 4px;
}
.node.node-webform .content .webform-component {
  padding: 10px;
  border: solid #e9e9e9;
  border-width: 1px 0;
  margin-bottom: -1px;
}
.node.node-webform .content .webform-component:after {
  content: " ";
  clear: both;
  display: table;
}
.node.node-webform .content .webform-component:nth-child(odd) {
  background: #fbfbfb;
}
.node.node-webform .content .webform-component > label .form-required {
  color: #a7b731;
}
.node.node-webform .content .webform-component > label,
.node.node-webform .content .webform-component > .form-control {
  display: inline-block;
}
@media (min-width: 768px) {
  .node.node-webform .content .webform-component > label {
    padding-top: 4px;
    float: left;
    width: 39%;
  }
  .node.node-webform .content .webform-component > label + * {
    float: right;
    width: 59%;
  }
}
.node.node-webform .content .webform-component .webform-container-inline.webform-datepicker .form-item {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 0;
}
.node.node-webform .content .webform-component .webform-container-inline.webform-datepicker .form-item:last-child {
  margin-right: 0;
}
.node.node-webform .content .webform-component .webform-container-inline.webform-datepicker .form-item[class*=day] {
  width: 100px;
}
.node.node-webform .content .webform-component .webform-container-inline.webform-datepicker .form-item[class*=month] {
  width: 130px;
}
.node.node-webform .content .webform-component .webform-container-inline.webform-datepicker .form-item[class*=year] {
  width: 130px;
}
.node.node-webform .content .form-actions {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.mon-webform-submission .webform-component-display {
  padding: 3px;
  border: 0px solid #e9e9e9;
  border-top-width: 1px;
}
.mon-webform-submission .webform-component-display label {
  max-width: 250px;
  width: 30%;
}
.mon-webform-submission .webform-component-display:nth-child(odd) {
  background: #fbfbfb;
}
.mon-webform-submission .webform-component-display:last-child {
  border-bottom-width: 1px;
}
@media screen and (max-width: 480px) {
  .mon-webform-submission .webform-component-display label {
    display: block;
    margin-bottom: 0px;
    font-family: "mp-semibold-webfont", sans-serif;
    max-width: inherit;
    width: 100%;
  }
}
.view-display-id-home_categories_block {
  margin: 10px -15px;
}
.view-display-id-home_categories_block:before,
.view-display-id-home_categories_block:after {
  content: " ";
  display: table;
}
.view-display-id-home_categories_block:after {
  clear: both;
}
.view-display-id-home_categories_block:before,
.view-display-id-home_categories_block:after {
  content: " ";
  display: table;
}
.view-display-id-home_categories_block:after {
  clear: both;
}
.view-display-id-home_categories_block .col-sm-6 {
  margin-bottom: 20px;
}
.view-display-id-home_categories_block a {
  display: block;
  text-decoration: none;
}
.view-display-id-home_categories_block a h2 {
  margin: 0;
  padding: 10px 16px;
  position: relative;
  background: #6c2a40;
  color: #fff;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.view-display-id-home_categories_block a h2:after {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 16px;
  margin-top: .1em;
  font-size: .9em;
  transition: right 0.3s ease-in-out;
}
.view-display-id-home_categories_block a h2:after.fa-pull-left {
  margin-right: .3em;
}
.view-display-id-home_categories_block a h2:after.fa-pull-right {
  margin-left: .3em;
}
.view-display-id-home_categories_block a h2:after.pull-left {
  margin-right: .3em;
}
.view-display-id-home_categories_block a h2:after.pull-right {
  margin-left: .3em;
}
.view-display-id-home_categories_block a img {
  width: 100%;
  transition: opacity 0.2s ease-out;
}
.view-display-id-home_categories_block a:hover h2:after {
  right: 8px;
}
.view-display-id-home_categories_block a:hover img {
  opacity: .8;
}
.page-press .content-second .block-wrapper {
  margin-bottom: 20px;
}
.page-press .content-second .block-wrapper > .view-monuta-nieuws {
  margin-top: 0;
}
.page-press .content-second .block-wrapper .block-title {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "mp-regular-webfont", sans-serif;
}
.view-monuta-verzekeringen-landingpage {
  margin-bottom: 20px;
}
.view-monuta-verzekeringen-landingpage .widget-premie--bg-green .btn-primary {
  font-size: 20px;
}
.block_verzekering {
  margin-bottom: 20px;
  background: #fff;
}
#popupDienstenpakket .block_verzekering {
  margin: 0;
}
.block_verzekering h2 {
  font-family: "mp-semibold-webfont", sans-serif;
  font-size: 28px;
}
@media (max-width: 360px) {
  .block_verzekering h2 {
    font-size: 26px;
  }
}
.block_verzekering header h2 {
  margin: 5px 0;
  padding: 16px 16px 0;
}
.block_verzekering header .image {
  position: relative;
}
.block_verzekering header .image img {
  width: 100%;
}
.block_verzekering header .image h2 {
  margin: 0;
  padding: 10px 16px;
  background: #6c2a40;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block_verzekering header .image h2 {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  .block_verzekering header .image h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(105, 0, 60, 0.7);
  }
}
.block_verzekering article {
  padding: 10px 16px 16px;
}
#popupDienstenpakket .block_verzekering article {
  padding: 0;
}
.block_verzekering article h3,
.block_verzekering article h4 {
  margin-top: 0;
}
.block_verzekering article .col-sm-6 {
  margin-bottom: 16px;
}
@media (max-width: 767px), (min-width: 992px) {
  .block_verzekering article .col-sm-6:first-child {
    margin-bottom: 32px;
  }
}
.block_verzekering article .list-pro > li {
  margin-bottom: 10px;
}
#popupDienstenpakket .modal-body {
  padding: 30px;
}
#popupDienstenpakket .modal-body .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
}
#popupDienstenpakket .modal-body h2 {
  margin: 0 0 .35em;
  padding: 0 30px 0 0;
}
.verzekering_keurmerken {
  margin-bottom: 30px;
  padding: 32px;
  background: #fff;
}
.verzekering_keurmerken .col-sm-4 {
  text-align: center;
}
.verzekering_keurmerken .col-sm-4 img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .verzekering_keurmerken .col-sm-4 {
    margin-bottom: 20px;
  }
  .verzekering_keurmerken .col-sm-4 .widget-klantenvertellen {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .verzekering_keurmerken .col-sm-4:nth-child(1) {
    text-align: left;
  }
  .verzekering_keurmerken .col-sm-4:nth-child(1) .widget-klantenvertellen {
    padding: 20px 0 10px;
  }
  .verzekering_keurmerken .col-sm-4:nth-child(3) {
    text-align: right;
  }
  .verzekering_keurmerken .col-sm-4:nth-child(3) img {
    margin: 20px 0;
    width: 250px;
  }
}
.field-name-body span.file {
  display: block;
  position: relative;
}
.field-name-body span.file img {
  display: none;
}
.field-name-body span.file a {
  text-decoration: none;
  color: #6c2a40;
  padding-left: 25px;
}
.field-name-body span.file a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  position: absolute;
  top: 3px;
  left: 0;
  color: #a7b731;
}
.field-name-body span.file a:before.fa-pull-left {
  margin-right: .3em;
}
.field-name-body span.file a:before.fa-pull-right {
  margin-left: .3em;
}
.field-name-body span.file a:before.pull-left {
  margin-right: .3em;
}
.field-name-body span.file a:before.pull-right {
  margin-left: .3em;
}
.field-name-body span.file a:hover {
  text-decoration: underline;
}
.verzekeringen_voorwaarden-contact .verzekeringen_voorwaarden,
.lp-contact-container .verzekeringen_voorwaarden,
.verzekeringen_voorwaarden-contact .lp-contact,
.lp-contact-container .lp-contact,
.verzekeringen_voorwaarden-contact .verzekeringen_contact,
.lp-contact-container .verzekeringen_contact {
  margin-bottom: 20px;
  background: #fff;
  padding: 10px 16px 16px;
}
.verzekeringen_voorwaarden-contact .verzekeringen_voorwaarden h2,
.lp-contact-container .verzekeringen_voorwaarden h2,
.verzekeringen_voorwaarden-contact .lp-contact h2,
.lp-contact-container .lp-contact h2,
.verzekeringen_voorwaarden-contact .verzekeringen_contact h2,
.lp-contact-container .verzekeringen_contact h2 {
  margin: 5px 0;
  font-size: 28px;
  font-family: "mp-semibold-webfont", sans-serif;
}
.verzekeringen_voorwaarden-contact .verzekeringen_voorwaarden p,
.lp-contact-container .verzekeringen_voorwaarden p,
.verzekeringen_voorwaarden-contact .lp-contact p,
.lp-contact-container .lp-contact p,
.verzekeringen_voorwaarden-contact .verzekeringen_contact p,
.lp-contact-container .verzekeringen_contact p {
  font-size: 18px;
}
.verzekeringen_voorwaarden-contact .verzekeringen_voorwaarden ul,
.lp-contact-container .verzekeringen_voorwaarden ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1em;
}
.verzekeringen_voorwaarden-contact .verzekeringen_voorwaarden ul li,
.lp-contact-container .verzekeringen_voorwaarden ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 18px;
}
.verzekeringen_voorwaarden-contact .verzekeringen_voorwaarden ul li a,
.lp-contact-container .verzekeringen_voorwaarden ul li a {
  text-decoration: none;
  color: #6c2a40;
}
.verzekeringen_voorwaarden-contact .verzekeringen_voorwaarden ul li a:before,
.lp-contact-container .verzekeringen_voorwaarden ul li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  position: absolute;
  top: 3px;
  left: 0;
  color: #a7b731;
}
.verzekeringen_voorwaarden-contact .verzekeringen_voorwaarden ul li a:before.fa-pull-left,
.lp-contact-container .verzekeringen_voorwaarden ul li a:before.fa-pull-left {
  margin-right: .3em;
}
.verzekeringen_voorwaarden-contact .verzekeringen_voorwaarden ul li a:before.fa-pull-right,
.lp-contact-container .verzekeringen_voorwaarden ul li a:before.fa-pull-right {
  margin-left: .3em;
}
.verzekeringen_voorwaarden-contact .verzekeringen_voorwaarden ul li a:before.pull-left,
.lp-contact-container .verzekeringen_voorwaarden ul li a:before.pull-left {
  margin-right: .3em;
}
.verzekeringen_voorwaarden-contact .verzekeringen_voorwaarden ul li a:before.pull-right,
.lp-contact-container .verzekeringen_voorwaarden ul li a:before.pull-right {
  margin-left: .3em;
}
.verzekeringen_voorwaarden-contact .verzekeringen_voorwaarden ul li a:hover,
.lp-contact-container .verzekeringen_voorwaarden ul li a:hover {
  text-decoration: underline;
}
.verzekeringen_voorwaarden-contact .verzekeringen_contact h3,
.lp-contact-container .verzekeringen_contact h3,
.verzekeringen_voorwaarden-contact .lp-contact h3,
.lp-contact-container .lp-contact h3 {
  margin: -5px 0 15px;
  font-size: 22px;
}
.verzekeringen_voorwaarden-contact .verzekeringen_contact h3 a[href^=tel],
.lp-contact-container .verzekeringen_contact h3 a[href^=tel],
.verzekeringen_voorwaarden-contact .lp-contact h3 a[href^=tel],
.lp-contact-container .lp-contact h3 a[href^=tel] {
  color: #3fa6d7 !important;
}
.verzekeringen_voorwaarden-contact .verzekeringen_contact h3 a[href^=tel]:before,
.lp-contact-container .verzekeringen_contact h3 a[href^=tel]:before,
.verzekeringen_voorwaarden-contact .lp-contact h3 a[href^=tel]:before,
.lp-contact-container .lp-contact h3 a[href^=tel]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f095";
  margin: .15em .25em 0 0;
}
.verzekeringen_voorwaarden-contact .verzekeringen_contact h3 a[href^=tel]:before.fa-pull-left,
.lp-contact-container .verzekeringen_contact h3 a[href^=tel]:before.fa-pull-left,
.verzekeringen_voorwaarden-contact .lp-contact h3 a[href^=tel]:before.fa-pull-left,
.lp-contact-container .lp-contact h3 a[href^=tel]:before.fa-pull-left {
  margin-right: .3em;
}
.verzekeringen_voorwaarden-contact .verzekeringen_contact h3 a[href^=tel]:before.fa-pull-right,
.lp-contact-container .verzekeringen_contact h3 a[href^=tel]:before.fa-pull-right,
.verzekeringen_voorwaarden-contact .lp-contact h3 a[href^=tel]:before.fa-pull-right,
.lp-contact-container .lp-contact h3 a[href^=tel]:before.fa-pull-right {
  margin-left: .3em;
}
.verzekeringen_voorwaarden-contact .verzekeringen_contact h3 a[href^=tel]:before.pull-left,
.lp-contact-container .verzekeringen_contact h3 a[href^=tel]:before.pull-left,
.verzekeringen_voorwaarden-contact .lp-contact h3 a[href^=tel]:before.pull-left,
.lp-contact-container .lp-contact h3 a[href^=tel]:before.pull-left {
  margin-right: .3em;
}
.verzekeringen_voorwaarden-contact .verzekeringen_contact h3 a[href^=tel]:before.pull-right,
.lp-contact-container .verzekeringen_contact h3 a[href^=tel]:before.pull-right,
.verzekeringen_voorwaarden-contact .lp-contact h3 a[href^=tel]:before.pull-right,
.lp-contact-container .lp-contact h3 a[href^=tel]:before.pull-right {
  margin-left: .3em;
}
.verzekeringen_voorwaarden-contact .verzekeringen_contact h3 a[href^=tel] em,
.lp-contact-container .verzekeringen_contact h3 a[href^=tel] em,
.verzekeringen_voorwaarden-contact .lp-contact h3 a[href^=tel] em,
.lp-contact-container .lp-contact h3 a[href^=tel] em {
  display: inline-block;
  vertical-align: top;
  margin: .3em 0 0;
  padding: .3em .4em .15em;
  border-radius: 3px;
  background: #a3cfe8;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  font-family: "mp-light-webfont", sans-serif;
  font-style: normal;
  text-shadow: none;
}
.verzekeringen_voorwaarden-contact .verzekeringen_contact .contact-options,
.lp-contact-container .verzekeringen_contact .contact-options,
.verzekeringen_voorwaarden-contact .lp-contact .contact-options,
.lp-contact-container .lp-contact .contact-options {
  margin-bottom: 20px;
}
.verzekeringen_voorwaarden-contact .verzekeringen_contact .contact-link,
.lp-contact-container .verzekeringen_contact .contact-link,
.verzekeringen_voorwaarden-contact .lp-contact .contact-link,
.lp-contact-container .lp-contact .contact-link {
  text-decoration: none;
  color: #333;
}
.verzekeringen_voorwaarden-contact .verzekeringen_contact .contact-link .fa,
.lp-contact-container .verzekeringen_contact .contact-link .fa,
.verzekeringen_voorwaarden-contact .lp-contact .contact-link .fa,
.lp-contact-container .lp-contact .contact-link .fa {
  display: inline-block;
  color: #a7b731;
  width: 1em;
  text-align: center;
}
.verzekeringen_voorwaarden-contact .verzekeringen_contact .contact-link:hover,
.lp-contact-container .verzekeringen_contact .contact-link:hover,
.verzekeringen_voorwaarden-contact .lp-contact .contact-link:hover,
.lp-contact-container .lp-contact .contact-link:hover {
  color: #a7b731;
}
.verzekeringen_voorwaarden-contact .verzekeringen_contact .contact-link:before,
.lp-contact-container .verzekeringen_contact .contact-link:before,
.verzekeringen_voorwaarden-contact .lp-contact .contact-link:before,
.lp-contact-container .lp-contact .contact-link:before {
  content: '' !important;
  margin: 0 !important;
}
.verzekeringen_voorwaarden-contact.lp-widget .verzekeringen_contact,
.lp-contact-container.lp-widget .verzekeringen_contact {
  padding: 0;
  margin: -10px 0 0 0;
}
.page-contact h2 {
  font-family: "mp-regular-webfont", sans-serif;
  font-size: 24px;
}
.page-contact .col-sm-4 h2 + h3 {
  margin-top: .2em;
}
@media (min-width: 768px) and (max-width: 830px), (min-width: 990px) and (max-width: 1199px) {
  .page-contact .col-sm-4 h2 {
    font-size: 20px;
  }
}
.monuta-contact {
  padding: 10px 16px 32px;
  margin-bottom: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .monuta-contact .container {
    padding: 0;
  }
  .monuta-contact .col-sm-6 {
    margin-bottom: 30px;
  }
}
.monuta-contact .row h2 {
  margin: 0;
  font-size: 28px;
  font-family: "mp-regular-webfont", sans-serif;
}
.monuta-contact .row h3 {
  margin: 0 0 5px;
  font-size: 22px;
}
@media (min-width: 992px) {
  .monuta-contact {
    padding-right: 230px;
    background-image: url(../images/contact_service@2x.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 180px;
  }
  .lt9 .monuta-contact {
    background-image: url(../images/contact_service.jpg);
  }
}
@media (min-width: 1200px) {
  .monuta-contact {
    background-size: 213px;
  }
}
.monuta-contact .contact-options {
  min-height: 60px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .monuta-contact .contact-options {
    margin-bottom: 10px;
  }
}
.monuta-contact .contact-description {
  padding-bottom: 10px;
}
.monuta-contact .abroad {
  margin-top: 5px;
  display: none;
}
.monuta-contact .toggle-abroad {
  color: #b0b0b0;
  cursor: pointer;
}
.monuta-contact .toggle-abroad:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-size: 22px;
  margin-right: .25em;
}
.monuta-contact .toggle-abroad:before.fa-pull-left {
  margin-right: .3em;
}
.monuta-contact .toggle-abroad:before.fa-pull-right {
  margin-left: .3em;
}
.monuta-contact .toggle-abroad:before.pull-left {
  margin-right: .3em;
}
.monuta-contact .toggle-abroad:before.pull-right {
  margin-left: .3em;
}
.monuta-contact .toggle-abroad.is-open:before {
  content: "\f106";
}
.monuta-contact .toggle-abroad:hover,
.monuta-contact .toggle-abroad:focus {
  text-decoration: underline;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .monuta-contact .link-search {
    text-decoration: none;
  }
}
.monuta-contact .link-search:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  margin-right: .25em;
  color: #a7b731;
  font-size: 22px;
}
.monuta-contact .link-search:before.fa-pull-left {
  margin-right: .3em;
}
.monuta-contact .link-search:before.fa-pull-right {
  margin-left: .3em;
}
.monuta-contact .link-search:before.pull-left {
  margin-right: .3em;
}
.monuta-contact .link-search:before.pull-right {
  margin-left: .3em;
}
.monuta-contact a[href^=mailto],
.monuta-contact a.mail,
.monuta-contact a.mm-login,
.monuta-contact a.chat {
  color: #3fa6d7 !important;
}
.monuta-contact a[href^=mailto]:before,
.monuta-contact a.mail:before,
.monuta-contact a.mm-login:before,
.monuta-contact a.chat:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  margin: .15em .25em 0 0;
}
.monuta-contact a[href^=mailto]:before.fa-pull-left,
.monuta-contact a.mail:before.fa-pull-left,
.monuta-contact a.mm-login:before.fa-pull-left,
.monuta-contact a.chat:before.fa-pull-left {
  margin-right: .3em;
}
.monuta-contact a[href^=mailto]:before.fa-pull-right,
.monuta-contact a.mail:before.fa-pull-right,
.monuta-contact a.mm-login:before.fa-pull-right,
.monuta-contact a.chat:before.fa-pull-right {
  margin-left: .3em;
}
.monuta-contact a[href^=mailto]:before.pull-left,
.monuta-contact a.mail:before.pull-left,
.monuta-contact a.mm-login:before.pull-left,
.monuta-contact a.chat:before.pull-left {
  margin-right: .3em;
}
.monuta-contact a[href^=mailto]:before.pull-right,
.monuta-contact a.mail:before.pull-right,
.monuta-contact a.mm-login:before.pull-right,
.monuta-contact a.chat:before.pull-right {
  margin-left: .3em;
}
.monuta-contact a[href^=tel] {
  color: #3fa6d7 !important;
}
.monuta-contact a[href^=tel]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f095";
  margin: .15em .25em 0 0;
}
.monuta-contact a[href^=tel]:before.fa-pull-left {
  margin-right: .3em;
}
.monuta-contact a[href^=tel]:before.fa-pull-right {
  margin-left: .3em;
}
.monuta-contact a[href^=tel]:before.pull-left {
  margin-right: .3em;
}
.monuta-contact a[href^=tel]:before.pull-right {
  margin-left: .3em;
}
.monuta-contact a[href^=tel] em {
  display: inline-block;
  vertical-align: top;
  margin: .3em 0 0 .3em;
  padding: 5px 5px 3px;
  border-radius: 3px;
  background: #a3cfe8;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  font-family: "mp-light-webfont", sans-serif;
  font-style: normal;
  text-shadow: none;
}
.monuta-contact a.mm-login:before {
  content: "\f007";
}
.monuta-contact a.chat:before {
  content: "\f086";
}
.monuta-contact.monuta-contact-blue {
  background: #3fa6d7;
  background-image: none !important;
}
.monuta-contact.monuta-contact-blue h2 {
  color: #fff;
}
.monuta-contact.monuta-contact-blue a[href^=tel],
.monuta-contact.monuta-contact-blue a[href^=mailto],
.monuta-contact.monuta-contact-blue a.mail {
  color: #fff !important;
}
.monuta-contact.monuta-contact-blue a[href^=tel]:before,
.monuta-contact.monuta-contact-blue a[href^=mailto]:before,
.monuta-contact.monuta-contact-blue a.mail:before {
  color: #a3cfe8;
}
.monuta-contact.monuta-contact-blue a[href^=tel] em,
.monuta-contact.monuta-contact-blue a[href^=mailto] em,
.monuta-contact.monuta-contact-blue a.mail em {
  background: #fff;
  color: #3fa6d7;
}
.monuta-contact.monuta-contact-blue .toggle-abroad {
  color: #a3cfe8;
}
.monuta-contact.monuta-contact-blue .abroad {
  color: #fff;
}
.monuta-contact {
  padding: 10px 16px 32px;
  margin-bottom: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .monuta-contact .container {
    padding: 0;
  }
  .monuta-contact .col-sm-6 {
    margin-bottom: 30px;
  }
}
.monuta-contact .row h2 {
  margin: 0;
  font-size: 28px;
  font-family: "mp-regular-webfont", sans-serif;
}
.monuta-contact .row h3 {
  margin: 0 0 5px;
  font-size: 22px;
}
@media (min-width: 992px) {
  .monuta-contact {
    padding-right: 230px;
    background-image: url(../images/contact_service@2x.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 180px;
  }
  .lt9 .monuta-contact {
    background-image: url(../images/contact_service.jpg);
  }
}
@media (min-width: 1200px) {
  .monuta-contact {
    background-size: 213px;
  }
}
.node-type-contact .main-container {
  min-height: 0;
}
.node-type-contact .main-row {
  margin-bottom: 32px;
}
.node-type-contact .col-content {
  background: #fff;
  padding: 16px;
}
.node-type-contact .col-content--green {
  background: #a7b731;
  color: #fff;
}
.node-type-contact .col-content--green h2,
.node-type-contact .col-content--green h3,
.node-type-contact .col-content--green h4,
.node-type-contact .col-content--green h5,
.node-type-contact .col-content--green h6 {
  color: #fff;
}
.node-type-contact .col-content h2,
.node-type-contact .col-content h3,
.node-type-contact .col-content h4,
.node-type-contact .col-content h5,
.node-type-contact .col-content h6 {
  margin-top: 0;
}
.node-type-contact .col-content .link-search {
  display: block;
  text-decoration: none;
}
@media (min-width: 991px) {
  .node-type-contact .col-content .link-search {
    position: absolute;
    bottom: 16px;
  }
}
.node-type-contact .col-content .link-search:hover {
  text-decoration: underline;
}
.node-type-contact .col-content .link-search:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  margin-right: .25em;
  color: #a7b731;
  font-size: 22px;
}
.node-type-contact .col-content .link-search:before.fa-pull-left {
  margin-right: .3em;
}
.node-type-contact .col-content .link-search:before.fa-pull-right {
  margin-left: .3em;
}
.node-type-contact .col-content .link-search:before.pull-left {
  margin-right: .3em;
}
.node-type-contact .col-content .link-search:before.pull-right {
  margin-left: .3em;
}
.node-type-contact .monuta-contact {
  margin-bottom: 32px;
}
@media (min-width: 991px) {
  .node-type-contact .monuta-contact {
    margin-bottom: 0;
  }
}
.node-type-contact .monuta-contact h3 {
  font-size: 19px;
}
@media (min-width: 1200px) {
  .node-type-contact .monuta-contact h3 {
    font-size: 22px;
  }
}
.node-type-contact .monuta-contact a.no-before:before {
  content: none;
  padding: 0;
  margin: 0;
}
.node-type-contact .monuta-contact a em {
  margin: 0;
}
.node-type-contact .monuta-contact a .tel-title {
  font-size: .8em;
  font-family: "mp-light-webfont", sans-serif;
}
.node-type-contact .monuta-contact a[href^=tel] {
  color: #3fa6d7 !important;
}
.node-type-contact .monuta-contact a[href^=tel]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f095";
  margin: .15em .25em 0 0;
}
.node-type-contact .monuta-contact a[href^=tel]:before.fa-pull-left {
  margin-right: .3em;
}
.node-type-contact .monuta-contact a[href^=tel]:before.fa-pull-right {
  margin-left: .3em;
}
.node-type-contact .monuta-contact a[href^=tel]:before.pull-left {
  margin-right: .3em;
}
.node-type-contact .monuta-contact a[href^=tel]:before.pull-right {
  margin-left: .3em;
}
.node-type-contact .monuta-contact a[href^=tel].no-before:before {
  content: none;
  padding: 0;
  margin: 0;
}
.node-type-contact .monuta-contact a[href^=tel] em {
  display: inline-block;
  vertical-align: top;
  margin: .3em 0 0 .3em;
  padding: 5px 5px 3px;
  border-radius: 3px;
  background: #a3cfe8;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  font-family: "mp-light-webfont", sans-serif;
  font-style: normal;
  text-shadow: none;
}
.node-type-contact .monuta-contact i {
  font-size: 3em;
  color: #3fa6d7;
  float: left;
  margin-right: 16px;
}
.node-type-contact .monuta-contact .toggle-abroad {
  margin-bottom: 10px;
  cursor: pointer;
}
.node-type-contact .monuta-contact .toggle-abroad:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-size: 22px;
  margin-right: .25em;
}
.node-type-contact .monuta-contact .toggle-abroad:before.fa-pull-left {
  margin-right: .3em;
}
.node-type-contact .monuta-contact .toggle-abroad:before.fa-pull-right {
  margin-left: .3em;
}
.node-type-contact .monuta-contact .toggle-abroad:before.pull-left {
  margin-right: .3em;
}
.node-type-contact .monuta-contact .toggle-abroad:before.pull-right {
  margin-left: .3em;
}
.node-type-contact .monuta-contact .toggle-abroad.is-open:before {
  content: "\f106";
}
.node-type-contact .monuta-contact .toggle-abroad:hover,
.node-type-contact .monuta-contact .toggle-abroad:focus {
  text-decoration: underline;
}
.node-type-contact .monuta-contact .abroad {
  margin-top: 5px;
  margin-bottom: 10px;
  display: none;
}
.node-type-contact .monuta-contact .abroad h3 {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .node-type-contact .monuta-contact,
  .node-type-contact .insurance-contact {
    position: relative;
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .node-type-contact .insurance-contact .column {
    margin-bottom: 32px;
  }
}
.node-type-contact .insurance-contact .column h3 {
  color: #6c2a40;
  display: inline-block;
}
.node-type-contact .insurance-contact .column h3 i {
  color: #a7b731;
  font-size: 1.4em;
  margin-right: 10px;
}
.node-type-contact .insurance-contact .column h3 em {
  display: inline-block;
  vertical-align: top;
  margin: .5em 0 0 1em;
  padding: 5px 5px 3px;
  border-radius: 3px;
  background: #a3cfe8;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  font-family: "mp-light-webfont", sans-serif;
  font-style: normal;
  text-shadow: none;
}
.node-type-contact .insurance-contact .column a[href^=tel] {
  color: #3fa6d7 !important;
  margin-top: 10px;
  display: block;
}
.node-type-contact .view-monuta-faq h3 {
  font-size: 1.2em;
}
.node-type-contact .view-monuta-faq .list-faq {
  margin-bottom: 0;
}
.node-type-contact .view-monuta-faq .more {
  margin-top: 10px;
  display: block;
}
.node-type-contact .view-monuta-faq .more.more-link-uitvaart {
  margin-bottom: 32px;
}
.node-type-contact .mijn-monuta i {
  font-size: 3em;
}
@media (max-width: 991px) {
  .node-type-contact .social {
    margin-bottom: 32px;
  }
}
.node-type-contact .social .social-icon {
  width: 47px;
  height: 47px;
  display: inline-block;
  border: 3px solid transparent;
  margin-right: 12px;
}
.node-type-contact .social .social-icon--facebook {
  border-color: #3f5799;
}
.node-type-contact .social .social-icon--facebook:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f09a";
  color: #3f5799;
  font-size: 36px;
  left: 10px;
  top: 4px;
  position: relative;
}
.node-type-contact .social .social-icon--facebook:before.fa-pull-left {
  margin-right: .3em;
}
.node-type-contact .social .social-icon--facebook:before.fa-pull-right {
  margin-left: .3em;
}
.node-type-contact .social .social-icon--facebook:before.pull-left {
  margin-right: .3em;
}
.node-type-contact .social .social-icon--facebook:before.pull-right {
  margin-left: .3em;
}
.node-type-contact .social .social-icon--twitter {
  border-color: #4ba2eb;
}
.node-type-contact .social .social-icon--twitter:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f099";
  color: #4ba2eb;
  font-size: 36px;
  left: 5px;
  top: 2px;
  position: relative;
}
.node-type-contact .social .social-icon--twitter:before.fa-pull-left {
  margin-right: .3em;
}
.node-type-contact .social .social-icon--twitter:before.fa-pull-right {
  margin-left: .3em;
}
.node-type-contact .social .social-icon--twitter:before.pull-left {
  margin-right: .3em;
}
.node-type-contact .social .social-icon--twitter:before.pull-right {
  margin-left: .3em;
}
.node-type-contact .background-gray {
  padding-top: 16px;
  background: #e9e9e9;
}
.node-type-contact .background-gray .col-content {
  height: 100%;
}
.node-type-contact .background-gray .field-type-text-with-summary {
  margin-bottom: 0;
}
.node-type-contact .background-gray #maps {
  text-decoration: none;
}
.node-type-contact .background-gray #maps:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 12px;
  content: "\f041";
  color: #6c2a40;
}
.node-type-contact .background-gray #maps:before.fa-pull-left {
  margin-right: .3em;
}
.node-type-contact .background-gray #maps:before.fa-pull-right {
  margin-left: .3em;
}
.node-type-contact .background-gray #maps:before.pull-left {
  margin-right: .3em;
}
.node-type-contact .background-gray #maps:before.pull-right {
  margin-left: .3em;
}
@media (max-width: 991px) {
  .node-type-contact .background-gray .row-1:last-of-type {
    margin-top: 32px;
  }
}
.node-type-contact .background-gray .row-2 {
  font-size: .8em;
}
.node-landing-page h2 a:hover {
  text-decoration: none;
  color: #6c2a40;
}
.node-landing-page .style-gray .lp-widget {
  background: #e8e8e8;
}
.node-landing-page .style-green article,
.node-landing-page .style-purple article,
.node-landing-page .style-blue article {
  color: #fff;
}
.node-landing-page .style-green article a,
.node-landing-page .style-purple article a,
.node-landing-page .style-blue article a {
  color: #fff;
}
.node-landing-page .style-green .lp-widget {
  background: #a7b731;
}
.node-landing-page .style-green .widget-premie h2 {
  font-family: "mp-semibold-webfont", sans-serif;
  color: #fff;
}
.node-landing-page .style-green .widget-premie .btn.btn-primary {
  background-color: #ed8000;
  color: #fff;
}
.node-landing-page .style-purple .lp-widget {
  background: #6c2a40;
}
.node-landing-page .style-blue .lp-widget {
  background: #3fa6d7;
}
.node-landing-page .style-blue .lp-widget h2,
.node-landing-page .style-blue .lp-widget h3,
.node-landing-page .style-blue .lp-widget h4,
.node-landing-page .style-blue .lp-widget h5 {
  color: #fff;
}
.node-landing-page .style-blue .lp-widget .btn,
.node-landing-page .style-blue .lp-widget .btn-primary,
.node-landing-page .style-blue .lp-widget .btn-secondary {
  background: #fff;
  border: 1px solid #fff;
  color: #3fa6d7;
}
.node-landing-page .style-contact header h2,
.node-landing-page .style-contact header h3,
.node-landing-page .style-contact header h4,
.node-landing-page .style-contact header h5,
.node-landing-page .style-contact header h6 {
  color: #3fa6d7;
}
.node-landing-page .style-contact article a {
  color: #3fa6d7;
}
.node-landing-page #uitvaart-hero-container {
  position: relative;
  margin-bottom: 20px;
}
.node-landing-page #uitvaart-hero-container .title-hero {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  margin: 0;
  padding: 10px 20px;
  bottom: 0;
  font-family: "mp-semibold-webfont", sans-serif;
}
@media (min-width: 991px) {
  .node-landing-page #uitvaart-hero-container .title-hero {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .node-landing-page #uitvaart-hero-container .title-hero {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .node-landing-page #uitvaart-hero-container .title-hero {
    font-family: "mp-regular-webfont", sans-serif;
    position: relative;
    padding: 8px 20px;
  }
}
.node-landing-page #uitvaart-hero-container img {
  margin: 0;
}
.node-landing-page #uitvaart-hero-container .hero-img-container {
  display: inline-block;
  position: relative;
}
.node-landing-page #uitvaart-hero-container #hero-widget-purple {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  z-index: 100;
  padding: 16px;
  left: 16px;
  bottom: 70px;
  width: 350px;
}
@media (max-width: 768px) {
  .node-landing-page #uitvaart-hero-container #hero-widget-purple {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: unset;
    margin-top: 14px;
  }
}
.node-landing-page #uitvaart-hero-container #hero-widget-purple .widget-premie-purple {
  position: relative;
}
.node-landing-page .ul-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .node-landing-page .ul-container {
    background-color: white;
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
    margin-bottom: 16px;
  }
}
.node-landing-page .ul-container .ul-info {
  display: none;
  font-family: "mp-regular-webfont", sans-serif;
  font-size: 22px;
  width: 100%;
}
@media (max-width: 768px) {
  .node-landing-page .ul-container .ul-info {
    display: block;
  }
  .node-landing-page .ul-container .ul-info:after {
    font: normal normal normal 14px/1 FontAwesome;
    color: #6c2a40;
    display: inline-block;
    margin-left: 12px;
    font-size: 1.2em;
    transition: transform 0.2s ease-in;
    content: "\f105";
  }
  .node-landing-page .ul-container .ul-info.arrow-down:after {
    transform: rotate(90deg);
  }
  .node-landing-page .ul-container .ul-info.arrow-right:after {
    transform: rotate(0deg);
  }
}
.node-landing-page .ul-container .ul-quick-links {
  list-style: none;
  margin: auto;
  padding: 0;
}
@media (max-width: 768px) {
  .node-landing-page .ul-container .ul-quick-links {
    margin: unset;
    display: none;
  }
}
@media (min-width: 768px) {
  .node-landing-page .ul-container .ul-quick-links {
    display: block;
  }
}
.node-landing-page .ul-container .ul-quick-links li {
  float: left;
  display: block;
  cursor: pointer;
  position: relative;
  color: black;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 10px;
  font-size: 20px;
  font-family: "mp-regular-webfont", sans-serif;
  text-decoration: none;
}
.node-landing-page .ul-container .ul-quick-links li .last-item {
  padding-right: 0;
}
.node-landing-page .ul-container .ul-quick-links li:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .node-landing-page .ul-container .ul-quick-links li {
    font-family: "mp-light-webfont", sans-serif;
    font-size: 16px;
    margin-top: 16px;
    padding-left: 12px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    float: unset;
  }
  .node-landing-page .ul-container .ul-quick-links li:after {
    font: normal normal normal 14px/1 FontAwesome;
    color: #6c2a40;
    content: "\f105";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2em;
  }
}
.node-landing-page .widget-premie-purple h2 {
  margin-top: 0;
}
.node-landing-page .widget-premie-purple .date-input-insurance {
  padding: 0;
  border-bottom: 1px solid #6c2a40;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
  color: #6c2a40;
  font-size: 28px;
  font-family: "mp-semibold-webfont", sans-serif;
  background-color: transparent;
  width: 100%;
}
.node-landing-page .widget-premie-purple .date-input-insurance::-webkit-input-placeholder {
  /* Edge */
  color: #6c2a40;
}
.node-landing-page .widget-premie-purple .date-input-insurance::placeholder {
  color: #6c2a40;
}
.node-landing-page .lp-widget {
  background: #fff;
  margin-bottom: 20px;
}
.node-landing-page .lp-widget.widget-transparent {
  background: transparent;
}
.node-landing-page .lp-widget .header-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget {
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget.widget-align-left {
    left: 16px;
    right: auto;
  }
}
@media (min-width: 768px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget.widget-align-right {
    left: auto;
    right: 16px;
  }
}
.node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--premie {
  width: auto;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--premie {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--premie {
    position: absolute;
    top: 45px;
  }
}
@media (min-width: 992px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--premie {
    top: 100px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--premie {
    top: 145px;
  }
}
.node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--premie .hero-widget {
  background: transparent;
}
.node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--premie .widget-premie {
  padding-right: 16px;
}
.node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--musicplayer {
  background: transparent;
  margin-top: 16px;
  position: relative;
  padding: 0;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--musicplayer {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--musicplayer {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--musicplayer {
    position: absolute;
    padding: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--musicplayer .wmp-head {
    height: 52px;
    padding-top: 10px;
    display: block;
    background: transparent;
  }
}
@media (min-width: 768px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--musicplayer .wmp-container-video,
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--musicplayer .wmp-container-playlist {
    max-height: 160px;
  }
}
@media (min-width: 820px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--musicplayer .wmp-container-video,
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--musicplayer .wmp-container-playlist {
    max-height: 190px;
  }
}
@media (min-width: 900px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--musicplayer .wmp-container-video,
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--musicplayer .wmp-container-playlist {
    max-height: 210px;
  }
}
@media (min-width: 992px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--musicplayer .wmp-container-video,
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--musicplayer .wmp-container-playlist {
    max-height: none;
  }
}
.node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--customer-reviews {
  width: 270px;
}
@media (max-width: 767px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--customer-reviews {
    margin-left: auto;
    margin-right: auto;
  }
}
.node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--grafkosten {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--grafkosten {
    float: left;
    width: 33.33333333%;
  }
}
.node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--grafkosten select {
  width: 100%;
}
.node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--customer-reviews,
.node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--grafkosten {
  position: relative;
  margin-top: 16px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.7);
}
@media (min-width: 480px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--customer-reviews,
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--grafkosten {
    margin-bottom: calc(50px + 16px);
  }
}
@media (min-width: 768px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--customer-reviews,
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--grafkosten {
    position: absolute;
    margin-top: 0;
    top: 45px;
  }
}
@media (min-width: 992px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--customer-reviews,
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--grafkosten {
    position: absolute;
    top: 100px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--customer-reviews,
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--grafkosten {
    top: 145px;
  }
}
.node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--customer-reviews .widget,
.node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--grafkosten .widget {
  margin-bottom: 0;
}
.node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--video {
  background: transparent;
}
@media (min-width: 768px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--video {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 60;
    top: -20px;
  }
}
@media (min-width: 992px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--video {
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .node-landing-page .lp-widget .header-wrapper .landingspage-hero-widget--video .btn {
    border-radius: 0;
    background: #a7b731;
    border-color: #a7b731;
    width: 100%;
    display: block;
  }
}
.node-landing-page .lp-widget .header-wrapper .full-title-wrapper {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .node-landing-page .lp-widget .header-wrapper .full-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .node-landing-page .lp-widget .header-wrapper .full-title-wrapper {
    position: absolute;
    height: 100%;
  }
}
.node-landing-page .lp-widget .header-wrapper .full-title-wrapper .full-title {
  display: table;
  width: 100%;
  height: 100%;
}
.node-landing-page .lp-widget .header-wrapper .full-title-wrapper .circle-wrapper {
  display: none;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .node-landing-page .lp-widget .header-wrapper .full-title-wrapper .circle-wrapper {
    display: table-cell;
  }
}
.node-landing-page .lp-widget .header-wrapper .full-title-wrapper .circle {
  background: transparent;
  border-radius: 100%;
  width: 100%;
  min-height: 75px;
  left: 0;
  display: inline-block;
  position: relative;
  left: 50px;
  z-index: 10;
}
@media (min-width: 768px) {
  .node-landing-page .lp-widget .header-wrapper .full-title-wrapper .page-title-wrapper {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    position: relative;
  }
}
.node-landing-page .lp-widget .header-wrapper .full-title-wrapper .page-title {
  background: #6c2a40;
  position: relative;
  z-index: 50;
}
@media (min-width: 768px) {
  .node-landing-page .lp-widget .header-wrapper .full-title-wrapper .page-title {
    font-size: 28px;
    background: transparent;
    font-family: "mp-semibold-webfont", sans-serif;
    display: table-cell;
    vertical-align: middle;
    width: 280px;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .node-landing-page .lp-widget .header-wrapper .full-title-wrapper .page-title {
    font-size: 32px;
    width: 325px;
  }
}
@media (min-width: 1200px) {
  .node-landing-page .lp-widget .header-wrapper .full-title-wrapper .page-title {
    font-size: 40px;
    width: 380px;
  }
}
.node-landing-page .lp-widget .header-wrapper .full-title-wrapper .page-title.circle--purple {
  color: #6c2a40;
}
@media (min-width: 768px) {
  .node-landing-page .lp-widget .header-wrapper .full-title-wrapper .page-title.narrow {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .node-landing-page .lp-widget .header-wrapper .full-title-wrapper .page-title.narrow {
    width: 220px;
  }
}
.node-landing-page .lp-widget h2,
.node-landing-page .lp-widget h3,
.node-landing-page .lp-widget h4 {
  margin-top: 0;
}
.node-landing-page .lp-widget h3.body-title {
  font-family: "mp-regular-webfont", sans-serif;
}
.node-landing-page .lp-widget img {
  margin: 0;
}
.node-landing-page .lp-widget img.media-element {
  margin-left: 10px;
}
.node-landing-page .lp-widget .page-hero {
  margin-left: 0;
  margin-right: 0;
}
.node-landing-page .lp-widget .page-hero header {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 768px) {
  .node-landing-page .lp-widget .page-hero header {
    position: absolute;
  }
}
.node-landing-page .lp-widget .page-hero img.img-responsive {
  display: none;
}
@media (min-width: 768px) {
  .node-landing-page .lp-widget .page-hero img.img-responsive {
    display: block;
  }
}
@media (max-width: 767px) {
  .node-landing-page .lp-widget .page-hero .header-banner-wrapper {
    display: table;
    width: 100%;
  }
}
.node-landing-page .lp-widget .page-hero .header-banner-wrapper.header-banner-wrapper-middle {
  display: table;
  width: 100%;
  height: 100%;
}
.node-landing-page .lp-widget .page-hero .header-banner-wrapper.header-banner-wrapper-middle .header-banner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 0;
  right: auto;
}
@media (max-width: 767px) {
  .node-landing-page .lp-widget .page-hero .header-banner-wrapper.header-banner-wrapper-middle .header-banner .header-banner-content {
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .node-landing-page .lp-widget .page-hero .header-banner {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .node-landing-page .lp-widget .page-hero .header-banner {
    position: absolute;
    right: 0;
    top: 10%;
    max-width: 480px;
  }
}
@media (min-width: 930px) {
  .node-landing-page .lp-widget .page-hero .header-banner {
    max-width: none;
    top: 30%;
    right: 16px;
  }
}
@media (min-width: 1200px) {
  .node-landing-page .lp-widget .page-hero .header-banner {
    top: 33%;
    right: 110px;
  }
}
.node-landing-page .lp-widget .page-hero .header-banner-content {
  background: #3fa6d7;
  padding: 16px;
  min-height: 150px;
  position: relative;
  margin: 0 auto;
  max-width: 700px;
  text-shadow: 0px 1px 1px #000000;
  color: white;
  font-family: "mp-semibold-webfont", sans-serif;
}
@media (min-width: 768px) {
  .node-landing-page .lp-widget .page-hero .header-banner-content {
    background: rgba(255, 255, 255, 0.5);
  }
}
.node-landing-page .lp-widget .page-hero .header-banner-content h3 {
  color: white;
  font-family: "mp-semibold-webfont", sans-serif;
  font-size: 32.4px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .node-landing-page .lp-widget .page-hero .header-banner-content h3 {
    color: #ed8000;
  }
}
@media (min-width: 992px) {
  .node-landing-page .lp-widget .page-hero .header-banner-content h3 {
    font-size: 39.6px;
  }
}
.node-landing-page .lp-widget .page-hero .header-banner-content h3 a {
  position: relative;
  z-index: 10;
  cursor: pointer !important;
  pointer-events: all !important;
}
.node-landing-page .lp-widget .page-hero .header-banner-content em {
  color: #ed8000;
  text-transform: uppercase;
  font-style: normal;
  padding: 5px 5px 3px;
  margin-left: 16px;
  font-size: 16px;
  border-radius: 3px;
  background: white;
  text-shadow: none;
  font-family: "mp-light-webfont", sans-serif;
  position: relative;
  top: -2px;
}
.node-landing-page .lp-widget .page-hero .header-banner-content ul {
  font-size: 20px;
}
.node-landing-page .lp-widget .text-center img,
.node-landing-page .lp-widget .text-center .widget-klantenvertellen {
  margin: 0 auto;
  max-width: 240px;
  height: auto;
}
@media (max-width: 767px) {
  .node-landing-page .lp-widget .text-center img,
  .node-landing-page .lp-widget .text-center .widget-klantenvertellen {
    margin-bottom: 22.5px;
  }
}
.node-landing-page .lp-widget blockquote {
  padding-right: 0;
}
.node-landing-page .lp-widget article {
  padding: 16px;
}
.node-landing-page .lp-widget article .field-type-text-long {
  padding: 0;
}
.node-landing-page .lp-widget article .field-type-text-long .btn {
  font-size: 1rem;
}
.node-landing-page .lp-widget article a {
  text-decoration: none;
}
.node-landing-page .lp-widget article p {
  max-width: 100%;
}
.node-landing-page .lp-widget article .field-name-field-form {
  margin-top: 1em;
}
.node-landing-page .lp-widget .lp-widget-multibar .grafkostenwidget {
  padding: 0;
  border: 0;
}
.node-landing-page .lp-widget .lp-widget-multibar .widget-premie {
  background: transparent;
  margin: -16px;
  margin-top: -27px;
}
.node-landing-page .lp-widget .toggle {
  text-decoration: none;
  position: relative;
  padding-left: 10px;
  display: block;
  margin: 10px 0;
}
.node-landing-page .lp-widget .toggle:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  transition: transform 0.2s ease-in;
  content: "\f105";
}
.node-landing-page .lp-widget .toggle:after.fa-pull-left {
  margin-right: .3em;
}
.node-landing-page .lp-widget .toggle:after.fa-pull-right {
  margin-left: .3em;
}
.node-landing-page .lp-widget .toggle:after.pull-left {
  margin-right: .3em;
}
.node-landing-page .lp-widget .toggle:after.pull-right {
  margin-left: .3em;
}
.node-landing-page .lp-widget .toggle:hover:after {
  transform: rotate(90deg);
}
.node-landing-page .lp-widget .toggle.is-open:after {
  transform: rotate(-90deg);
}
.node-landing-page .lp-widget .field-name-field-lp-multibar-widget-body-rm {
  display: none;
}
.node-landing-page .lp-widget .col-sm-4 .lp-widget-multibar div.input select {
  font-size: 14px;
}
.node-landing-page .lp-widget .col-sm-4 .lp-widget-multibar .grafkostenberekening .kostenpost.looptijd {
  max-width: none;
  font-size: 14px;
}
.node-landing-page .lp-widget-multibar .slider-wrapper {
  position: relative;
}
.node-landing-page .lp-widget-multibar .slider-title h2 {
  margin: 0;
  padding: 10px 16px;
  background: #6c2a40;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .node-landing-page .lp-widget-multibar .slider-title h2 {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  .node-landing-page .lp-widget-multibar .slider-title h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(105, 0, 60, 0.7);
  }
}
.node-landing-page .lp-widget-uitvaart-contact {
  background: #61b6de;
}
.node-landing-page .lp-widget-uitvaart-contact:before,
.node-landing-page .lp-widget-uitvaart-contact:after {
  content: " ";
  display: table;
}
.node-landing-page .lp-widget-uitvaart-contact:after {
  clear: both;
}
.node-landing-page .lp-widget-uitvaart-contact:before,
.node-landing-page .lp-widget-uitvaart-contact:after {
  content: " ";
  display: table;
}
.node-landing-page .lp-widget-uitvaart-contact:after {
  clear: both;
}
@media (min-width: 768px) {
  .node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block {
    float: left;
    width: 50%;
  }
}
.node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block a[href^=tel] {
  color: #fff !important;
}
.node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block a[href^=tel]:before {
  content: "\f095";
}
.node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block a[href^=mailto]:before {
  content: "\f0e0";
}
.node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block a[href^=tel],
.node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block a[href^=mailto] {
  text-decoration: none;
}
.node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block a[href^=tel]:before,
.node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block a[href^=mailto]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .15em .25em 0 0;
}
.node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block a[href^=tel]:before.fa-pull-left,
.node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block a[href^=mailto]:before.fa-pull-left {
  margin-right: .3em;
}
.node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block a[href^=tel]:before.fa-pull-right,
.node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block a[href^=mailto]:before.fa-pull-right {
  margin-left: .3em;
}
.node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block a[href^=tel]:before.pull-left,
.node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block a[href^=mailto]:before.pull-left {
  margin-right: .3em;
}
.node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block a[href^=tel]:before.pull-right,
.node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block a[href^=mailto]:before.pull-right {
  margin-left: .3em;
}
.node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block a[href^=tel]:hover,
.node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block a[href^=mailto]:hover {
  text-decoration: underline;
}
.node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block a[href^=tel] em,
.node-landing-page .lp-widget-uitvaart-contact .uitvaart-contact-block a[href^=mailto] em {
  text-transform: uppercase;
  font-style: normal;
  padding: 5px 5px 3px;
  margin-left: 2px;
  font-size: 12px;
  border-radius: 3px;
}
.node-landing-page .lp-widget-uitvaart-contact .monuta-contact {
  margin-bottom: 0;
  padding: 16px;
}
.node-landing-page .lp-widget-uitvaart-contact .monuta-contact .contact-options {
  margin-bottom: 0;
  min-height: 0;
}
.node-landing-page .lp-widget-uitvaart-contact .monuta-search-uitvaartverzorger {
  background: #61b6de;
  color: #fff;
  padding: 16px;
}
.node-landing-page .lp-widget-uitvaart-contact .monuta-search-uitvaartverzorger h2 {
  color: #fff;
}
.node-landing-page .lp-widget-uitvaart-contact .monuta-search-uitvaartverzorger input[type="search"] {
  width: 65%;
  border: 1px solid #3fa6d7;
}
.node-landing-page .lp-widget-uitvaart-contact .monuta-search-uitvaartverzorger button {
  position: absolute;
  top: 0px;
  right: 5px;
  background: none;
  border: none;
  margin: 0;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 24px;
  line-height: 1.33;
  color: #b0b0b0;
}
.node-landing-page .lp-widget-uitvaart-contact .monuta-search-uitvaartverzorger button:hover,
.node-landing-page .lp-widget-uitvaart-contact .monuta-search-uitvaartverzorger button:focus,
.node-landing-page .lp-widget-uitvaart-contact .monuta-search-uitvaartverzorger button:active {
  color: #471c2a;
}
.node-landing-page .lp-widget-uitvaart-contact .monuta-search-uitvaartverzorger button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
}
.node-landing-page .lp-widget-uitvaart-contact .monuta-search-uitvaartverzorger button:after.fa-pull-left {
  margin-right: .3em;
}
.node-landing-page .lp-widget-uitvaart-contact .monuta-search-uitvaartverzorger button:after.fa-pull-right {
  margin-left: .3em;
}
.node-landing-page .lp-widget-uitvaart-contact .monuta-search-uitvaartverzorger button:after.pull-left {
  margin-right: .3em;
}
.node-landing-page .lp-widget-uitvaart-contact .monuta-search-uitvaartverzorger button:after.pull-right {
  margin-left: .3em;
}
.node-landing-page .lp-widget-uitvaart-contact .monuta-search-uitvaartverzorger button i {
  display: none;
}
@media (min-width: 768px) AND (max-width: 991px) {
  .node-landing-page .column.col-sm-8 .page-hero header h2.page-title {
    font-size: 20px;
    padding: 5px 16px;
  }
}
@media (min-width: 768px) {
  .node-landing-page .column.col-sm-8 .landingspage-hero-widget--premie,
  .node-landing-page .column.col-sm-8 .landingspage-hero-widget--customer-reviews,
  .node-landing-page .column.col-sm-8 .landingspage-hero-widget--grafkosten {
    top: 16px;
  }
}
.node-landing-page .column.col-sm-8 .landingspage-hero-widget--grafkosten {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .node-landing-page .column.col-sm-8 .landingspage-hero-widget--grafkosten {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .node-landing-page .column.col-sm-8 .landingspage-hero-widget--grafkosten {
    position: absolute;
  }
}
.old-theme .node-landing-page .page-hero header {
  padding-bottom: 0;
}
.old-theme .node-landing-page .page-hero header h2.page-title {
  font-size: 30px;
  color: white;
  font-family: "mp-semibold-webfont", sans-serif;
}
.new-theme .node-landing-page .column.col-sm-12 .circle-wrapper {
  width: 100px;
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-12 .circle-wrapper {
    width: 125px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-12 .circle-wrapper {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-12 .circle-wrapper {
    width: 200px;
  }
}
.new-theme .node-landing-page .column.col-sm-12 .circle {
  --box-shadow-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-12 .circle {
    box-shadow: 0px 0px 56.25px 20px var(--box-shadow-color);
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-12 .circle {
    box-shadow: 0px 0px 67.5px 24px var(--box-shadow-color);
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-12 .circle {
    box-shadow: 0px 0px 90px 32px var(--box-shadow-color);
  }
}
.new-theme .node-landing-page .column.col-sm-12 .circle--purple {
  --box-shadow-color: rgba(108, 42, 64, 0.75);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-12 .circle,
  .new-theme .node-landing-page .column.col-sm-12 .page-title-wrapper {
    height: 125px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-12 .circle,
  .new-theme .node-landing-page .column.col-sm-12 .page-title-wrapper {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-12 .circle,
  .new-theme .node-landing-page .column.col-sm-12 .page-title-wrapper {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-12 .page-title-wrapper {
    left: -32.5px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-12 .page-title-wrapper {
    left: -49px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-12 .page-title-wrapper {
    left: -82px;
  }
}
.new-theme .node-landing-page .column.col-sm-11 .circle-wrapper {
  width: 91.66666667px;
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-11 .circle-wrapper {
    width: 114.58333333px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-11 .circle-wrapper {
    width: 137.5px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-11 .circle-wrapper {
    width: 183.33333333px;
  }
}
.new-theme .node-landing-page .column.col-sm-11 .circle {
  --box-shadow-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-11 .circle {
    box-shadow: 0px 0px 51.5625px 18.33333333px var(--box-shadow-color);
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-11 .circle {
    box-shadow: 0px 0px 61.875px 22px var(--box-shadow-color);
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-11 .circle {
    box-shadow: 0px 0px 82.5px 29.33333333px var(--box-shadow-color);
  }
}
.new-theme .node-landing-page .column.col-sm-11 .circle--purple {
  --box-shadow-color: rgba(108, 42, 64, 0.75);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-11 .circle,
  .new-theme .node-landing-page .column.col-sm-11 .page-title-wrapper {
    height: 114.58333333px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-11 .circle,
  .new-theme .node-landing-page .column.col-sm-11 .page-title-wrapper {
    height: 137.5px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-11 .circle,
  .new-theme .node-landing-page .column.col-sm-11 .page-title-wrapper {
    height: 183.33333333px;
  }
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-11 .page-title-wrapper {
    left: -25.625px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-11 .page-title-wrapper {
    left: -40.75px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-11 .page-title-wrapper {
    left: -71px;
  }
}
.new-theme .node-landing-page .column.col-sm-10 .circle-wrapper {
  width: 83.33333333px;
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-10 .circle-wrapper {
    width: 104.16666667px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-10 .circle-wrapper {
    width: 125px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-10 .circle-wrapper {
    width: 166.66666667px;
  }
}
.new-theme .node-landing-page .column.col-sm-10 .circle {
  --box-shadow-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-10 .circle {
    box-shadow: 0px 0px 46.875px 16.66666667px var(--box-shadow-color);
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-10 .circle {
    box-shadow: 0px 0px 56.25px 20px var(--box-shadow-color);
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-10 .circle {
    box-shadow: 0px 0px 75px 26.66666667px var(--box-shadow-color);
  }
}
.new-theme .node-landing-page .column.col-sm-10 .circle--purple {
  --box-shadow-color: rgba(108, 42, 64, 0.75);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-10 .circle,
  .new-theme .node-landing-page .column.col-sm-10 .page-title-wrapper {
    height: 104.16666667px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-10 .circle,
  .new-theme .node-landing-page .column.col-sm-10 .page-title-wrapper {
    height: 125px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-10 .circle,
  .new-theme .node-landing-page .column.col-sm-10 .page-title-wrapper {
    height: 166.66666667px;
  }
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-10 .page-title-wrapper {
    left: -18.75px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-10 .page-title-wrapper {
    left: -32.5px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-10 .page-title-wrapper {
    left: -60px;
  }
}
.new-theme .node-landing-page .column.col-sm-9 .circle-wrapper {
  width: 75px;
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-9 .circle-wrapper {
    width: 93.75px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-9 .circle-wrapper {
    width: 112.5px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-9 .circle-wrapper {
    width: 150px;
  }
}
.new-theme .node-landing-page .column.col-sm-9 .circle {
  --box-shadow-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-9 .circle {
    box-shadow: 0px 0px 42.1875px 15px var(--box-shadow-color);
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-9 .circle {
    box-shadow: 0px 0px 50.625px 18px var(--box-shadow-color);
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-9 .circle {
    box-shadow: 0px 0px 67.5px 24px var(--box-shadow-color);
  }
}
.new-theme .node-landing-page .column.col-sm-9 .circle--purple {
  --box-shadow-color: rgba(108, 42, 64, 0.75);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-9 .circle,
  .new-theme .node-landing-page .column.col-sm-9 .page-title-wrapper {
    height: 93.75px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-9 .circle,
  .new-theme .node-landing-page .column.col-sm-9 .page-title-wrapper {
    height: 112.5px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-9 .circle,
  .new-theme .node-landing-page .column.col-sm-9 .page-title-wrapper {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-9 .page-title-wrapper {
    left: -11.875px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-9 .page-title-wrapper {
    left: -24.25px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-9 .page-title-wrapper {
    left: -49px;
  }
}
.new-theme .node-landing-page .column.col-sm-8 .circle-wrapper {
  width: 66.66666667px;
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-8 .circle-wrapper {
    width: 83.33333333px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-8 .circle-wrapper {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-8 .circle-wrapper {
    width: 133.33333333px;
  }
}
.new-theme .node-landing-page .column.col-sm-8 .circle {
  --box-shadow-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-8 .circle {
    box-shadow: 0px 0px 37.5px 13.33333333px var(--box-shadow-color);
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-8 .circle {
    box-shadow: 0px 0px 45px 16px var(--box-shadow-color);
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-8 .circle {
    box-shadow: 0px 0px 60px 21.33333333px var(--box-shadow-color);
  }
}
.new-theme .node-landing-page .column.col-sm-8 .circle--purple {
  --box-shadow-color: rgba(108, 42, 64, 0.75);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-8 .circle,
  .new-theme .node-landing-page .column.col-sm-8 .page-title-wrapper {
    height: 83.33333333px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-8 .circle,
  .new-theme .node-landing-page .column.col-sm-8 .page-title-wrapper {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-8 .circle,
  .new-theme .node-landing-page .column.col-sm-8 .page-title-wrapper {
    height: 133.33333333px;
  }
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-8 .page-title-wrapper {
    left: -5px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-8 .page-title-wrapper {
    left: -16px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-8 .page-title-wrapper {
    left: -38px;
  }
}
.new-theme .node-landing-page .column.col-sm-7 .circle-wrapper {
  width: 58.33333333px;
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-7 .circle-wrapper {
    width: 72.91666667px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-7 .circle-wrapper {
    width: 87.5px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-7 .circle-wrapper {
    width: 116.66666667px;
  }
}
.new-theme .node-landing-page .column.col-sm-7 .circle {
  --box-shadow-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-7 .circle {
    box-shadow: 0px 0px 32.8125px 11.66666667px var(--box-shadow-color);
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-7 .circle {
    box-shadow: 0px 0px 39.375px 14px var(--box-shadow-color);
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-7 .circle {
    box-shadow: 0px 0px 52.5px 18.66666667px var(--box-shadow-color);
  }
}
.new-theme .node-landing-page .column.col-sm-7 .circle--purple {
  --box-shadow-color: rgba(108, 42, 64, 0.75);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-7 .circle,
  .new-theme .node-landing-page .column.col-sm-7 .page-title-wrapper {
    height: 72.91666667px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-7 .circle,
  .new-theme .node-landing-page .column.col-sm-7 .page-title-wrapper {
    height: 87.5px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-7 .circle,
  .new-theme .node-landing-page .column.col-sm-7 .page-title-wrapper {
    height: 116.66666667px;
  }
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-7 .page-title-wrapper {
    left: 1.875px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-7 .page-title-wrapper {
    left: -7.75px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-7 .page-title-wrapper {
    left: -27px;
  }
}
.new-theme .node-landing-page .column.col-sm-6 .circle-wrapper {
  width: 50px;
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-6 .circle-wrapper {
    width: 62.5px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-6 .circle-wrapper {
    width: 75px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-6 .circle-wrapper {
    width: 100px;
  }
}
.new-theme .node-landing-page .column.col-sm-6 .circle {
  --box-shadow-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-6 .circle {
    box-shadow: 0px 0px 28.125px 10px var(--box-shadow-color);
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-6 .circle {
    box-shadow: 0px 0px 33.75px 12px var(--box-shadow-color);
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-6 .circle {
    box-shadow: 0px 0px 45px 16px var(--box-shadow-color);
  }
}
.new-theme .node-landing-page .column.col-sm-6 .circle--purple {
  --box-shadow-color: rgba(108, 42, 64, 0.75);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-6 .circle,
  .new-theme .node-landing-page .column.col-sm-6 .page-title-wrapper {
    height: 62.5px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-6 .circle,
  .new-theme .node-landing-page .column.col-sm-6 .page-title-wrapper {
    height: 75px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-6 .circle,
  .new-theme .node-landing-page .column.col-sm-6 .page-title-wrapper {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-6 .page-title-wrapper {
    left: 8.75px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-6 .page-title-wrapper {
    left: 0.5px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-6 .page-title-wrapper {
    left: -16px;
  }
}
.new-theme .node-landing-page .column.col-sm-5 .circle-wrapper {
  width: 41.66666667px;
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-5 .circle-wrapper {
    width: 52.08333333px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-5 .circle-wrapper {
    width: 62.5px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-5 .circle-wrapper {
    width: 83.33333333px;
  }
}
.new-theme .node-landing-page .column.col-sm-5 .circle {
  --box-shadow-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-5 .circle {
    box-shadow: 0px 0px 23.4375px 8.33333333px var(--box-shadow-color);
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-5 .circle {
    box-shadow: 0px 0px 28.125px 10px var(--box-shadow-color);
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-5 .circle {
    box-shadow: 0px 0px 37.5px 13.33333333px var(--box-shadow-color);
  }
}
.new-theme .node-landing-page .column.col-sm-5 .circle--purple {
  --box-shadow-color: rgba(108, 42, 64, 0.75);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-5 .circle,
  .new-theme .node-landing-page .column.col-sm-5 .page-title-wrapper {
    height: 52.08333333px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-5 .circle,
  .new-theme .node-landing-page .column.col-sm-5 .page-title-wrapper {
    height: 62.5px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-5 .circle,
  .new-theme .node-landing-page .column.col-sm-5 .page-title-wrapper {
    height: 83.33333333px;
  }
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-5 .page-title-wrapper {
    left: 15.625px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-5 .page-title-wrapper {
    left: 8.75px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-5 .page-title-wrapper {
    left: -5px;
  }
}
.new-theme .node-landing-page .column.col-sm-4 .circle-wrapper {
  width: 33.33333333px;
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-4 .circle-wrapper {
    width: 41.66666667px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-4 .circle-wrapper {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-4 .circle-wrapper {
    width: 66.66666667px;
  }
}
.new-theme .node-landing-page .column.col-sm-4 .circle {
  --box-shadow-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-4 .circle {
    box-shadow: 0px 0px 18.75px 6.66666667px var(--box-shadow-color);
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-4 .circle {
    box-shadow: 0px 0px 22.5px 8px var(--box-shadow-color);
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-4 .circle {
    box-shadow: 0px 0px 30px 10.66666667px var(--box-shadow-color);
  }
}
.new-theme .node-landing-page .column.col-sm-4 .circle--purple {
  --box-shadow-color: rgba(108, 42, 64, 0.75);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-4 .circle,
  .new-theme .node-landing-page .column.col-sm-4 .page-title-wrapper {
    height: 41.66666667px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-4 .circle,
  .new-theme .node-landing-page .column.col-sm-4 .page-title-wrapper {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-4 .circle,
  .new-theme .node-landing-page .column.col-sm-4 .page-title-wrapper {
    height: 66.66666667px;
  }
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-4 .page-title-wrapper {
    left: 22.5px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-4 .page-title-wrapper {
    left: 17px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-4 .page-title-wrapper {
    left: 6px;
  }
}
.new-theme .node-landing-page .column.col-sm-3 .circle-wrapper {
  width: 25px;
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-3 .circle-wrapper {
    width: 31.25px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-3 .circle-wrapper {
    width: 37.5px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-3 .circle-wrapper {
    width: 50px;
  }
}
.new-theme .node-landing-page .column.col-sm-3 .circle {
  --box-shadow-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-3 .circle {
    box-shadow: 0px 0px 14.0625px 5px var(--box-shadow-color);
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-3 .circle {
    box-shadow: 0px 0px 16.875px 6px var(--box-shadow-color);
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-3 .circle {
    box-shadow: 0px 0px 22.5px 8px var(--box-shadow-color);
  }
}
.new-theme .node-landing-page .column.col-sm-3 .circle--purple {
  --box-shadow-color: rgba(108, 42, 64, 0.75);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-3 .circle,
  .new-theme .node-landing-page .column.col-sm-3 .page-title-wrapper {
    height: 31.25px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-3 .circle,
  .new-theme .node-landing-page .column.col-sm-3 .page-title-wrapper {
    height: 37.5px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-3 .circle,
  .new-theme .node-landing-page .column.col-sm-3 .page-title-wrapper {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-3 .page-title-wrapper {
    left: 29.375px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-3 .page-title-wrapper {
    left: 25.25px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-3 .page-title-wrapper {
    left: 17px;
  }
}
.new-theme .node-landing-page .column.col-sm-2 .circle-wrapper {
  width: 16.66666667px;
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-2 .circle-wrapper {
    width: 20.83333333px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-2 .circle-wrapper {
    width: 25px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-2 .circle-wrapper {
    width: 33.33333333px;
  }
}
.new-theme .node-landing-page .column.col-sm-2 .circle {
  --box-shadow-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-2 .circle {
    box-shadow: 0px 0px 9.375px 3.33333333px var(--box-shadow-color);
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-2 .circle {
    box-shadow: 0px 0px 11.25px 4px var(--box-shadow-color);
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-2 .circle {
    box-shadow: 0px 0px 15px 5.33333333px var(--box-shadow-color);
  }
}
.new-theme .node-landing-page .column.col-sm-2 .circle--purple {
  --box-shadow-color: rgba(108, 42, 64, 0.75);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-2 .circle,
  .new-theme .node-landing-page .column.col-sm-2 .page-title-wrapper {
    height: 20.83333333px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-2 .circle,
  .new-theme .node-landing-page .column.col-sm-2 .page-title-wrapper {
    height: 25px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-2 .circle,
  .new-theme .node-landing-page .column.col-sm-2 .page-title-wrapper {
    height: 33.33333333px;
  }
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-2 .page-title-wrapper {
    left: 36.25px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-2 .page-title-wrapper {
    left: 33.5px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-2 .page-title-wrapper {
    left: 28px;
  }
}
.new-theme .node-landing-page .column.col-sm-1 .circle-wrapper {
  width: 8.33333333px;
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-1 .circle-wrapper {
    width: 10.41666667px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-1 .circle-wrapper {
    width: 12.5px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-1 .circle-wrapper {
    width: 16.66666667px;
  }
}
.new-theme .node-landing-page .column.col-sm-1 .circle {
  --box-shadow-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-1 .circle {
    box-shadow: 0px 0px 4.6875px 1.66666667px var(--box-shadow-color);
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-1 .circle {
    box-shadow: 0px 0px 5.625px 2px var(--box-shadow-color);
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-1 .circle {
    box-shadow: 0px 0px 7.5px 2.66666667px var(--box-shadow-color);
  }
}
.new-theme .node-landing-page .column.col-sm-1 .circle--purple {
  --box-shadow-color: rgba(108, 42, 64, 0.75);
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-1 .circle,
  .new-theme .node-landing-page .column.col-sm-1 .page-title-wrapper {
    height: 10.41666667px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-1 .circle,
  .new-theme .node-landing-page .column.col-sm-1 .page-title-wrapper {
    height: 12.5px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-1 .circle,
  .new-theme .node-landing-page .column.col-sm-1 .page-title-wrapper {
    height: 16.66666667px;
  }
}
@media (min-width: 768px) {
  .new-theme .node-landing-page .column.col-sm-1 .page-title-wrapper {
    left: 43.125px;
  }
}
@media (min-width: 992px) {
  .new-theme .node-landing-page .column.col-sm-1 .page-title-wrapper {
    left: 41.75px;
  }
}
@media (min-width: 1200px) {
  .new-theme .node-landing-page .column.col-sm-1 .page-title-wrapper {
    left: 39px;
  }
}
.uitvaartpakketten.main-container {
  min-height: 0px;
}
.uitvaartpakketten.page-hero {
  background: #e9e9e9;
}
.uitvaartpakketten .page-title-center-top {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50px;
  left: 0;
}
.uitvaartpakketten .page-title-center-top h1,
.uitvaartpakketten .page-title-center-top h2 {
  color: white;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.65);
  margin: 10px 0 0 0;
}
.uitvaartpakketten .page-title-center-top h2 {
  font-family: "mp-light-webfont", sans-serif;
}
.uitvaartpakketten .field-name-field-funeral-packages-group {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 16px;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group {
    float: left;
    width: 33.33333333%;
  }
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group > .content {
  background: #fff;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-out;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .field-name-field-fp-title {
  color: #6c2a40;
  font-family: "mp-semibold-webfont", sans-serif;
  font-size: 1.25rem;
  padding: 10px 16px;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .field-name-field-fp-price {
  background: #6c2a40;
  color: #fff;
  padding: 6px 16px;
  font-size: 1.8rem;
  font-family: "mp-semibold-webfont", sans-serif;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .field-name-field-fp-description {
  margin: 0 16px;
  padding: 10px 0;
  font-family: "mp-semibold-webfont", sans-serif;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .field-name-field-fp-body-bg-gray {
  background: #e5e5e5;
  font-size: .9rem;
  font-family: "mp-regular-webfont", sans-serif;
  margin: 0;
  padding: 6px 16px;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .toggle-abroad {
  text-align: center;
  padding: 10px 0;
  background: #e9e9e9;
  color: #000;
  cursor: pointer;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .toggle-abroad:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: .85em;
  margin-right: 10px;
  position: relative;
  top: -1px;
  content: "\f078";
  transition: all 0.2s ease-out;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .toggle-abroad:before.fa-pull-left {
  margin-right: .3em;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .toggle-abroad:before.fa-pull-right {
  margin-left: .3em;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .toggle-abroad:before.pull-left {
  margin-right: .3em;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .toggle-abroad:before.pull-right {
  margin-left: .3em;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .toggle-abroad:hover:before {
  top: 1px;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .toggle-abroad.is-open:hover:before {
  top: -3px;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .toggle-abroad.is-open:before {
  transform: rotate(180deg);
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .abroad {
  display: none;
  background: #e9e9e9;
  padding: 10px;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .abroad ul.list-pro {
  margin-left: 25px;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .abroad li {
  padding-bottom: 10px;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .abroad li:last-of-type {
  padding-bottom: 0;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .field-name-field-fp-list {
  margin-top: 16px;
  padding: 10px 8px;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .field-name-field-fp-list input[type="checkbox"] {
  display: none;
  background-image: url(../images/checkbox-checked.png);
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .field-name-field-fp-list label {
  padding-left: 25px;
  padding-bottom: 0;
  background: transparent url(../images/checkbox-empty.png) left top no-repeat;
  background-size: 20px;
  margin-bottom: 0;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .field-name-field-fp-list label.checked {
  background-image: url(../images/checkbox-checked.png);
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .field-name-field-fp-list .field-item {
  padding-bottom: 10px;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .field-name-field-fp-list .field-item:last-of-type {
  padding-bottom: 0;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .field-name-field-fp-list .list-item {
  display: block;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .field-name-field-fp-list .list-item:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 12px;
  content: "\f00c";
  color: #a7b731;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .field-name-field-fp-list .list-item:before.fa-pull-left {
  margin-right: .3em;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .field-name-field-fp-list .list-item:before.fa-pull-right {
  margin-left: .3em;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .field-name-field-fp-list .list-item:before.pull-left {
  margin-right: .3em;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .field-name-field-fp-list .list-item:before.pull-right {
  margin-left: .3em;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .field-name-field-fp-list .list-item.gray {
  color: #ccc;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .field-name-field-fp-list .list-item.gray:before {
  color: #ccc;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group .field-name-field-button {
  display: block;
  text-align: center;
  padding: 20px 0;
  margin: 0;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-collection-item-field-funeral-packages-group:hover > .content {
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.175);
  cursor: default;
}
.uitvaartpakketten .field-name-field-funeral-packages-group .field-item:first-child .field-name-field-fp-description {
  border-bottom: 1px solid #e9e9e9;
}
.uitvaartpakketten .field-name-body p {
  max-width: none;
}
body.node-type-blog .btn-back {
  margin-top: 10px;
}
.node-blog .field-name-field-tags {
  text-align: right;
}
.node-blog .field-name-field-tags .field-item {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 6px;
}
.node-blog .field-name-field-tags a {
  color: #fff;
  text-decoration: none;
  padding: 3px 6px;
  background: #6c2a40;
  border: 1px solid #5a2335;
  border-radius: 4px;
}
.node-blog.node-teaser {
  border-top: 1px solid #e9e9e9;
  margin-top: 10px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .node-blog.node-teaser h2 {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.node-blog.node-teaser img {
  margin: 0;
}
.node-blog.node-teaser .blog-date {
  margin-bottom: 10px;
}
.views-row-first .node-blog.node-teaser {
  border: 0;
  padding-top: 0;
  margin-top: 0;
}
.node-blog.node-teaser .links.list-inline {
  margin: 10px 0;
}
.page-taxonomy h1.page-title::first-letter {
  text-transform: capitalize;
}
.view-id-monuta_blog.view-display-id-related .views-row a {
  text-decoration: none;
  display: block;
  position: relative;
}
.view-id-monuta_blog.view-display-id-related .views-row a:hover h4 {
  background: white;
}
.view-id-monuta_blog.view-display-id-related .views-row h4 {
  transition: 0.2s ease-in background;
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  top: 16px;
  padding: 10px 16px;
}
.node-type-actiepagina .banner {
  min-height: 300px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 992px) {
  .node-type-actiepagina .banner {
    min-height: 550px;
  }
}
.node-type-actiepagina .banner__block {
  padding: 20px;
  width: 90%;
  margin: 10px auto;
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
  .node-type-actiepagina .banner__block {
    width: 70%;
    margin: 100px auto 0;
  }
}
.node-type-actiepagina .content-main {
  margin: 0;
  padding: 0;
  background: none;
}
.node-type-actiepagina .actionpage-taxatie .banner {
  height: 375px;
  width: 100%;
  min-height: 300px;
}
@media (max-width: 768px) {
  .node-type-actiepagina .actionpage-taxatie .banner {
    background-image: none !important;
    min-height: 10px !important;
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .node-type-actiepagina .actionpage-taxatie .banner {
    margin-bottom: 20px;
  }
}
.node-type-actiepagina .actionpage-taxatie .banner h1.page-title {
  text-align: left;
}
.node-type-actiepagina .actionpage-taxatie .gallery {
  background: #fff;
  margin-bottom: 20px;
}
.node-type-actiepagina .actionpage-taxatie .gallery iframe {
  max-width: 100%;
  height: 362px;
}
.node-type-actiepagina .actionpage-taxatie .promo-content {
  background: #fff;
  margin-bottom: 20px;
}
.custom-actionpage h1,
.custom-actionpage h2,
.custom-actionpage h3 {
  margin-top: 0;
}
.custom-actionpage h3 {
  font-size: 32px;
  font-family: "mp-semibold-webfont", sans-serif;
  margin-bottom: 30px;
}
.custom-actionpage h3.text-purple {
  color: #6c2a40;
}
.custom-actionpage .modal iframe {
  margin-top: 10px;
  max-width: 100% !important;
}
@media (max-width: 991px) {
  .custom-actionpage .modal iframe {
    max-height: 200px !important;
  }
}
.custom-actionpage .actionpage-hero {
  height: auto;
  background-color: #ededed;
  position: relative;
  height: 300px;
  background: transparent url(../images/actionpage-hero.jpg) top center no-repeat;
}
@media (max-width: 767px) {
  .custom-actionpage .actionpage-hero {
    height: initial;
    background-image: none !important;
  }
}
@media (min-width: 992px) {
  .custom-actionpage .actionpage-hero {
    background-size: cover;
    height: 400px;
  }
}
@media (min-width: 992px) and (min-height: 500px) {
  .custom-actionpage .actionpage-hero {
    max-height: 70vh;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .custom-actionpage .actionpage-hero {
    height: 480px;
  }
}
.custom-actionpage .actionpage-hero .container,
.custom-actionpage .actionpage-hero .row,
.custom-actionpage .actionpage-hero div[class^="col-"],
.custom-actionpage .actionpage-hero .column {
  height: 100%;
}
@media (max-width: 767px) {
  .custom-actionpage .actionpage-hero .container,
  .custom-actionpage .actionpage-hero .row,
  .custom-actionpage .actionpage-hero div[class^="col-"],
  .custom-actionpage .actionpage-hero .column {
    height: initial;
  }
}
@media (max-width: 767px) {
  .custom-actionpage .actionpage-hero .column {
    padding: 0;
    text-align: center;
  }
}
.custom-actionpage .actionpage-hero .full-title-wrapper {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .custom-actionpage .actionpage-hero .full-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .custom-actionpage .actionpage-hero .full-title-wrapper {
    position: absolute;
    height: 100%;
  }
}
.custom-actionpage .actionpage-hero .full-title-wrapper .full-title {
  display: table;
  width: 100%;
  height: 100%;
}
.custom-actionpage .actionpage-hero .full-title-wrapper .circle-wrapper {
  display: none;
  vertical-align: middle;
  width: 150px;
}
@media (min-width: 768px) {
  .custom-actionpage .actionpage-hero .full-title-wrapper .circle-wrapper {
    display: table-cell;
  }
}
.custom-actionpage .actionpage-hero .full-title-wrapper .circle {
  background: transparent;
  border-radius: 100%;
  width: 100%;
  min-height: 75px;
  display: inline-block;
  position: relative;
  left: 50px;
  z-index: 10;
  height: 150px;
  box-shadow: 0px 0px 67.5px 24px rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .custom-actionpage .actionpage-hero .full-title-wrapper .page-title-wrapper {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    position: relative;
    left: -49px;
  }
}
.custom-actionpage .actionpage-hero .full-title-wrapper .page-title {
  background: #6c2a40;
  position: relative;
  z-index: 50;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .custom-actionpage .actionpage-hero .full-title-wrapper .page-title {
    font-size: 28px;
    line-height: 36px;
    overflow: hidden;
    padding: 10px;
    display: block;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .custom-actionpage .actionpage-hero .full-title-wrapper .page-title {
    font-size: 28px;
    background: transparent;
    font-family: "mp-semibold-webfont", sans-serif;
    display: table-cell;
    vertical-align: middle;
    width: 280px;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .custom-actionpage .actionpage-hero .full-title-wrapper .page-title {
    font-size: 32px;
    width: 325px;
  }
}
@media (min-width: 1200px) {
  .custom-actionpage .actionpage-hero .full-title-wrapper .page-title {
    font-size: 40px;
    width: 380px;
  }
}
.custom-actionpage .actionpage-hero h1 {
  color: white;
  bottom: 10%;
  font-size: 2rem;
  position: absolute;
}
@media (max-width: 767px) {
  .custom-actionpage .actionpage-hero .widget-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .custom-actionpage .actionpage-hero .widget-premie {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .custom-actionpage .actionpage-hero .widget-premie {
    position: absolute;
    bottom: 0;
  }
}
.custom-actionpage .section {
  padding: 20px 0 0 0;
  display: block;
  position: relative;
}
.custom-actionpage .section .row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.custom-actionpage .section .row.no-gutter [class^="col-"],
.custom-actionpage .section .row.no-gutter .visible-xs {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .custom-actionpage .section .row.no-gutter .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .custom-actionpage .section {
    padding: 30px 0;
  }
}
.custom-actionpage .section--no-padding {
  padding: 0 0;
}
.custom-actionpage .section--no-padding-top {
  padding-top: 0;
}
.custom-actionpage .section--no-padding-bottom {
  padding-bottom: 0;
}
.custom-actionpage .section--situations h4 a {
  padding-bottom: 5px;
  border-bottom: 1px solid black;
}
.custom-actionpage .section--situations h4 a:hover {
  text-decoration: none;
}
.custom-actionpage .section--situations i {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .custom-actionpage .section--situations [class^="col-"] {
    margin-bottom: 16px;
  }
}
.custom-actionpage .section--commercial h4 {
  color: #6c2a40;
}
.custom-actionpage .section--commercial form h4 {
  color: black;
}
.custom-actionpage .section--commercial .image-holder {
  margin-top: 1rem;
}
.custom-actionpage .section--commercial .background-white {
  background: white;
}
@media (max-width: 767px) {
  .custom-actionpage .section--commercial .background-white {
    padding: 10px !important;
  }
}
@media (max-width: 767px) {
  .custom-actionpage .section--commercial .background-white h4 {
    margin-top: 0;
  }
}
.custom-actionpage .section--commercial .widget-premie {
  text-align: center;
}
@media (max-width: 767px) {
  .custom-actionpage .section--commercial .widget-premie {
    margin-top: 16px;
  }
}
.custom-actionpage .section--commercial .video-block {
  position: relative;
}
.custom-actionpage .section--commercial .video-block a.video-link {
  display: block;
  position: relative;
}
.custom-actionpage .section--commercial .video-block a.video-link:before {
  font: 100px/1 "FontAwesome";
  display: block;
  content: "\f04b";
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  margin-top: -50px;
  top: 50%;
  color: #fff;
}
.mon-custom-share-wrapper .mon-custom-share-button {
  font-size: 0px;
  margin-left: 6px;
  display: inline-block;
}
.mon-custom-share-wrapper .mon-custom-share-button::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #a7b731;
}
.mon-custom-share-wrapper .mon-custom-share-button::before.fa-pull-left {
  margin-right: .3em;
}
.mon-custom-share-wrapper .mon-custom-share-button::before.fa-pull-right {
  margin-left: .3em;
}
.mon-custom-share-wrapper .mon-custom-share-button::before.pull-left {
  margin-right: .3em;
}
.mon-custom-share-wrapper .mon-custom-share-button::before.pull-right {
  margin-left: .3em;
}
.mon-custom-share-wrapper .mon-custom-share-button--linkedin::before {
  content: "\f08c";
}
.mon-custom-share-wrapper .mon-custom-share-button--fb::before {
  content: "\f082";
}
.mon-custom-share-wrapper .mon-custom-share-button--twit::before {
  content: "\f081";
}
.mon-custom-share-wrapper .mon-custom-share-button--mail::before {
  content: "\f199";
}
.mon-custom-share--small {
  padding-top: 10px;
}
.mon-custom-share--small .mon-custom-share-wrapper {
  padding-top: 10px;
  text-align: right;
  border-top: 1px solid #e9e9e9;
}
.mon-custom-share--small .mon-custom-share-button::before {
  font-size: 20px;
  color: #6c2a40;
}
.mon-custom-share--small .mon-custom-share-button:hover::before {
  color: #913856;
}
.mon-custom-share--large .mon-custom-share-wrapper .mon-custom-share-button::before {
  font-size: 30px;
}
.mon-custom-share--large .mon-custom-share-wrapper .mon-custom-share-button--linkedin::before {
  color: #0077B5;
}
.mon-custom-share--large .mon-custom-share-wrapper .mon-custom-share-button--fb::before {
  color: #3B5998;
}
.mon-custom-share--large .mon-custom-share-wrapper .mon-custom-share-button--twit::before {
  color: #1DA1F2;
}
/*# sourceMappingURL=style.css.map */