html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  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;
  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 {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !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: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.78571429;
  color: #1e1e1e;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1fb6e0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #167f9d;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.78571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #d6d6d6;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #63666a;
}
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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.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: 12.5px;
  margin-bottom: 12.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: 35px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #1fb6e0;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1992b3;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #1fb6e0;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1992b3;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.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: 25px;
}
dt,
dd {
  line-height: 1.78571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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 #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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.78571429;
  color: #777777;
}
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 #eeeeee;
  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';
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.78571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  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);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 13px;
  line-height: 1.78571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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: 12px;
  padding-right: 13px;
}
@media (min-width: 768px) {
  .container {
    width: 745px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 965px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 13px;
}
.row {
  margin-left: -12px;
  margin-right: -13px;
}
.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: 13px;
  padding-right: 12px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.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.78571429;
  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: #fff;
}
.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-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  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:hover > .active,
.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:hover > .success,
.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:hover > .info,
.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:hover > .warning,
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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: 25px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 13px;
  font-size: 14px;
  line-height: 1.78571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 51px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.78571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e9e9eb;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #ccccd0;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 208, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 208, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 51px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 40px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 66px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
  min-height: 39px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 40px;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 40px;
  line-height: 40px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 40px;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 40px;
  line-height: 40px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 40px;
  min-height: 37px;
  padding: 11px 20px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 66px;
  padding: 20px 32px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 66px;
  line-height: 66px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 66px;
  padding: 20px 32px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 66px;
  line-height: 66px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 66px;
  min-height: 43px;
  padding: 21px 32px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 63.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 66px;
  height: 66px;
  line-height: 66px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #5e5e5e;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 38px;
}
.form-horizontal .form-group {
  margin-left: -12px;
  margin-right: -13px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 13px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 12px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 21px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 11px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.78571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #1fb6e0;
  border-color: #1ca4ca;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #1992b3;
  border-color: #0c495a;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1992b3;
  border-color: #147894;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1992b3;
  border-color: #147894;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #147894;
  border-color: #0c495a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #1fb6e0;
  border-color: #1ca4ca;
}
.btn-primary .badge {
  color: #1fb6e0;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #1fb6e0;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #167f9d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 20px 32px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  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);
  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: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.78571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #1fb6e0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.78571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 66px;
  padding: 20px 32px;
  font-size: 18px;
  line-height: 1.3333333;
  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: 66px;
  line-height: 66px;
}
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: 40px;
  padding: 10px 20px;
  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: 40px;
  line-height: 40px;
}
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: 12px 24px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #e9e9eb;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 10px 20px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 20px 32px;
  font-size: 18px;
  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 {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #1fb6e0;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.78571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #1fb6e0;
}
.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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 12px;
  padding-left: 12px;
  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: 992px) {
  .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;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 992px) {
  .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: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .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: 22.5px 12px;
  font-size: 18px;
  line-height: 25px;
  height: 70px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -12px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 12px;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.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: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 11.25px -12px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 991px) {
  .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: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }
}
.navbar-form {
  margin-left: -12px;
  margin-right: -12px;
  padding: 10px 12px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9.5px;
  margin-bottom: 9.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 .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-xs {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-text {
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -12px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #63666a;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #4a4d50;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #63666a;
}
.navbar-default .navbar-nav > li > a {
  color: #63666a;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #1fb6e0;
  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: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #1fb6e0;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #63666a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000;
    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: #1fb6e0;
    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: #63666a;
}
.navbar-default .navbar-link:hover {
  color: #000;
}
.navbar-default .btn-link {
  color: #63666a;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #000;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 0;
  margin-bottom: 25px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #909398;
}
.breadcrumb > .active {
  color: #63666a;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 12px 24px;
  line-height: 1.78571429;
  text-decoration: none;
  color: #1fb6e0;
  background-color: #fff;
  border: 1px solid #ddd;
  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 {
  z-index: 2;
  color: #167f9d;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #1fb6e0;
  border-color: #1fb6e0;
  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: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 20px 32px;
  font-size: 18px;
  line-height: 1.3333333;
}
.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: 10px 20px;
  font-size: 12px;
  line-height: 1.5;
}
.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: 25px 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 #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #1fb6e0;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1992b3;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #1fb6e0;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 25px;
  line-height: 1.78571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1fb6e0;
}
.thumbnail .caption {
  padding: 9px;
  color: #1e1e1e;
}
.alert {
  padding: 15px;
  margin-bottom: 25px;
  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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .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: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-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: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-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: 25px;
  color: #fff;
  text-align: center;
  background-color: #1fb6e0;
  -webkit-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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.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: -o-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: #5bc0de;
}
.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: -o-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: #f0ad4e;
}
.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: -o-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: #d9534f;
}
.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: -o-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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.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;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #1fb6e0;
  border-color: #1fb6e0;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #d2f0f9;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-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: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > 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,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .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,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.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,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-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,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-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,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  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: 25px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #1fb6e0;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1fb6e0;
  border-color: #1fb6e0;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1fb6e0;
}
.panel-primary > .panel-heading .badge {
  color: #1fb6e0;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1fb6e0;
}
.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-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.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);
  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: 21px;
  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: hidden;
  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%);
  -o-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);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.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);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.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;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.78571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@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);
    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: 1070;
  display: block;
  font-family: 'Raleway', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.78571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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;
  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;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Raleway', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.78571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.row-footer:before,
.row-footer:after,
.cr-lead-wrap .cr-lead:before,
.cr-lead-wrap .cr-lead:after,
.banner-pane .cr-search-wrap:before,
.banner-pane .cr-search-wrap:after,
.news-lead:before,
.news-lead:after,
.banner-menu-wrapper:before,
.banner-menu-wrapper:after,
.mega-menu > .container:before,
.mega-menu > .container:after,
.mega-nav:before,
.mega-nav:after,
.mega-subnav:before,
.mega-subnav:after,
.dnnLogin .loginContent .LoginContainerGroup .LoginContainer:before,
.dnnLogin .loginContent .LoginContainerGroup .LoginContainer:after,
.no-clearfix-wrap:before,
.no-clearfix-wrap:after,
.alternating-layout.section-wl:before,
.alternating-layout.section-wl:after,
.dl-location-property dd:before,
.dl-location-property dd:after,
.domain-list-row:before,
.domain-list-row:after,
.aam-row:before,
.aam-row:after,
.cr-results-container:before,
.cr-results-container:after,
.row-footer:before,
.row-footer:after,
.row-footer:before,
.row-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd: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-header:after,
.modal-footer:after,
.row-footer:after,
.cr-lead-wrap .cr-lead:after,
.banner-pane .cr-search-wrap:after,
.news-lead:after,
.banner-menu-wrapper:after,
.mega-menu > .container:after,
.mega-nav:after,
.mega-subnav:after,
.dnnLogin .loginContent .LoginContainerGroup .LoginContainer:after,
.no-clearfix-wrap:after,
.alternating-layout.section-wl:after,
.dl-location-property dd:after,
.domain-list-row:after,
.aam-row:after,
.cr-results-container:after,
.row-footer:after,
.row-footer: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;
  overflow: hidden;
  text-indent: -5000em;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/Portals/_default/Skins/CR/Styling/Libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/Portals/_default/Skins/CR/Styling/Libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/Portals/_default/Skins/CR/Styling/Libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/Portals/_default/Skins/CR/Styling/Libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/Portals/_default/Skins/CR/Styling/Libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/Portals/_default/Skins/CR/Styling/Libraries/font-awesome-4.7.0/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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: 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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.bitshop-transition-rotate span {
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.bitshop-transition-rotate:not(.collapsed) span {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bitshop-transition-x span {
  -moz-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.bitshop-transition-x span:before,
.bitshop-transition-x span:after {
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -moz-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.bitshop-transition-x span:before {
  -moz-transition-property: top, transform;
  -o-transition-property: top, transform;
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
}
.bitshop-transition-x span:after {
  -moz-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
.bitshop-transition-x:not(.collapsed) span {
  background: none;
}
.bitshop-transition-x:not(.collapsed) span:before {
  top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bitshop-transition-x:not(.collapsed) span:after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bitshop-transition-x:not(.collapsed) span:before,
.bitshop-transition-x:not(.collapsed) span:after {
  -moz-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
#media-query {
  line-height: 0px;
}
@media (min-width: 480px) {
  #media-query {
    line-height: 1px;
  }
}
@media (min-width: 768px) {
  #media-query {
    line-height: 2px;
  }
}
@media (min-width: 992px) {
  #media-query {
    line-height: 3px;
  }
}
@media (min-width: 1200px) {
  #media-query {
    line-height: 4px;
  }
}
body#Body > div[width] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}
body#Body > form #ControlBar_ControlPanel {
  z-index: 3020 !important;
}
body#Body > form #ControlBar_ControlPanel * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
body#Body form#Form {
  height: auto;
}
.dnnFormItem * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dnnCheckbox > .mark {
  background-color: none !important;
  padding: 0;
}
.Head {
  margin: 0;
  display: inline;
}
.SkinObject,
.registerGroup,
.registerGroup *,
.loginGroup,
.loginGroup *,
.Normal,
.NormalDisabled,
.NormalDeleted,
.NormalBold,
.NormalTextBox {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #1e1e1e;
}
#main-wrapper div.dnnForm img {
  display: inline !important;
}
#main-wrapper .reDropDownBody .reContentArea a,
#main-wrapper .RadEditor .reContentArea a {
  text-decoration: underline !important;
}
#main-wrapper .DynamicForms_RequiredFieldAsterik {
  font-size: 1em;
  margin-left: 0.5em;
}
#main-wrapper .DynamicForms_Maintable td .NormalRed {
  margin-left: 0.5em;
}
#main-wrapper .dnnSortable {
  min-height: 6em;
}
.dnnActions li a.dnnPrimaryAction:link,
.dnnActions li a.dnnPrimaryAction:visited {
  color: #ffffff;
}
.DnnModule.DnnModule-DynamicForms:before,
.DnnModule.DnnModule-DynamicForms:after {
  content: " ";
  display: table;
}
.DnnModule.DnnModule-DynamicForms:after {
  clear: both;
}
.DnnModule.DnnModule-DynamicForms:before,
.DnnModule.DnnModule-DynamicForms:after {
  content: " ";
  display: table;
}
.DnnModule.DnnModule-DynamicForms:after {
  clear: both;
}
.RadTreeView ul li {
  margin: 0;
}
.dnnEditState .DnnModule {
  opacity: 1;
}
.loginGroup {
  display: inline;
}
/* usercontrols */
#usercrontrol-wrapper {
  z-index: 2;
  border-top: #333 1px solid;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
}
#usercrontrol-wrapper > .wrapper > div {
  background: #ffffff;
}
#main-wrapper td.reContentCell {
  overflow: hidden;
}
#main-wrapper td.reContentCell .reContentArea {
  width: 100%;
}
#main-wrapper td.reContentCell .reContentArea img {
  max-width: 1345px !important;
}
.html_preview img {
  max-width: 1345px !important;
}
.userControls-wrapper {
  z-index: 6000;
  background: #efefef;
}
.userControls-wrapper * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.userControls-wrapper ul.searchSkinObjectPreview {
  z-index: 6050;
}
.userControls-wrapper .wrapper {
  margin: 0 auto;
  width: 1400px;
}
#userControls {
  height: 32px;
  /*------------------------------------------------*/
  /* SEARCH */
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /* LOGIN */
  /*------------------------------------------------*/
  /* Register Group Styles */
  /* Login Group Styles */
  /* Number of message next to the message icon*/
}
#userControls #search {
  float: right;
  width: 209px;
  height: 32px;
}
#userControls #search a.SearchButton:link,
#userControls #search a.SearchButton:visited {
  display: inline-block;
  float: right;
  height: 32px;
  width: 32px;
  margin: 0;
  padding: 0;
  background: #333 url('images/search.png') no-repeat center center;
  text-indent: -9999px;
}
#userControls #search a.SearchButton:hover {
  background: url('images/search.png') no-repeat center center, #2d2d2d;
  /* Old browsers */
  background: url('images/search.png') no-repeat center center, -moz-linear-gradient(top, #2d2d2d 0%, #565656 100%);
  /* FF3.6+ */
  background: url('images/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2d2d), color-stop(100%, #565656));
  /* Chrome,Safari4+ */
  background: url('images/search.png') no-repeat center center, -webkit-linear-gradient(top, #2d2d2d 0%, #565656 100%);
  /* Chrome10+,Safari5.1+ */
  background: url('images/search.png') no-repeat center center, -o-linear-gradient(top, #2d2d2d 0%, #565656 100%);
  /* Opera 11.10+ */
  background: url('images/search.png') no-repeat center center, -ms-linear-gradient(top, #2d2d2d 0%, #565656 100%);
  /* IE10+ */
  background: url('images/search.png') no-repeat center center, linear-gradient(to bottom, #2d2d2d 0%, #565656 100%);
  /* W3C */
}
#userControls #dnn_dnnSearch_txtSearch {
  display: block;
  float: left;
  width: 160px;
  height: 32px;
  padding: 0 5px 0 10px;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border-left: 1px solid #ddd;
  color: #000;
  line-height: 32px;
  font-size: 11px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
#userControls #dnn_dnnSearch_txtSearch:active,
#userControls #dnn_dnnSearch_txtSearch:focus {
  background: #ccc;
  box-shadow: inset 0px 3px 8px #999;
}
#userControls #login {
  float: right;
}
#userControls #login .registerGroup,
#userControls #login .registerGroup *,
#userControls #login .loginGroup,
#userControls #login .loginGroup * {
  display: block;
}
#userControls #login .registerGroup,
#userControls #login .loginGroup {
  float: left;
  padding: 0;
  margin: 0;
}
#userControls #login .registerGroup li:first-child:hover {
  border-left: #222;
}
#userControls #login .registerGroup li {
  float: left;
}
#userControls #login .registerGroup .buttonGroup {
  margin-right: 0;
}
#userControls #login .registerGroup .buttonGroup li {
  margin-left: 0;
}
#userControls #login .registerGroup a,
#userControls #login .loginGroup a {
  display: block;
  position: relative;
  height: 25px;
  min-width: 12px;
  padding: 7px 15px 0 15px;
  color: #333;
  font-size: 11px;
  vertical-align: middle;
}
#userControls #login .registerGroup a:hover,
#userControls #login .loginGroup a:hover {
  background: #2d2d2d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2d2d2d 0%, #565656 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2d2d), color-stop(100%, #565656));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2d2d2d 0%, #565656 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2d2d2d 0%, #565656 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2d2d2d 0%, #565656 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2d2d2d 0%, #565656 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#565656', GradientType=0);
  /* IE6-9 */
  color: #ddd;
  text-shadow: 0px -1px 0px #333333;
}
#userControls #login .registerGroup a:active,
#userControls #login .loginGroup a:active {
  color: #fff;
  text-shadow: 0px -1px 0px #333333;
}
#userControls #login .registerGroup a:hover,
#userControls #login .loginGroup a:hover {
  text-decoration: none;
}
#userControls #login .registerGroup a strong,
#userControls #login .loginGroup a strong {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  font-size: 11px;
  text-indent: -9999px;
}
#userControls #login .userMessages a,
#userControls #login .userNotifications a {
  background-color: #333;
}
#userControls #login .userMessages strong {
  height: 100%;
  background: url('images/icon_message.png') no-repeat center center;
}
#userControls #login .userNotifications {
  border-right: 1px solid #CCC;
}
#userControls #login .userNotifications strong {
  height: 100%;
  background: url('images/icon_notification.png') no-repeat center center;
}
#userControls #login .registerGroup a span {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: -9px;
  min-width: 7px;
  margin-right: 3px;
  background: #3b96b6;
  /* Old browsers */
  text-align: center;
  font-size: 11px;
  color: #fff;
  text-shadow: 0px 1px 0px #333333;
}
#userControls #login .registerGroup .userProfileImg a {
  min-width: 25px;
  min-height: 32px;
  padding: 0;
  background: none;
}
#userControls #login .registerGroup a img {
  height: 32px;
  width: 32px;
  background: #333;
}
#userControls #login .loginGroup {
  border-right: 1px solid #CCC;
}
#userControls #login .loginGroup a {
  color: #333;
}
#userControls #login .userMessages a span,
#userControls #login .userNotifications a span {
  display: inline-block;
  margin-top: 9px;
  margin-right: 0px;
  background-color: transparent;
  font-size: 10px;
}
.reContentArea table tr td {
  border: #999 2px dotted;
  padding: 5px;
}
div.actionMenu ul.dnn_mact {
  color: #000;
}
div.actionMenu ul.dnn_mact * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.dnnRadiobutton .mark {
  background-color: transparent;
  padding: 0;
}
li.cke_panel_listItem > a > * {
  font-size: inherit;
  font-weight: inherit;
  color: initial;
}
.DnnModule .DF-FieldRow,
.DnnModule .DynamicForms_QuestionTopDiv,
.DnnModule .DynamicForms_QuestionDiv {
  clear: none;
  overflow: visible;
}
.DnnModule .DynamicForms_MainPanel {
  padding: 0;
  margin: 0;
}
.DnnModule .normalred {
  display: block;
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.DnnModule .normalred h4 {
  margin-top: 0;
  color: inherit;
}
.DnnModule .normalred .alert-link {
  font-weight: bold;
}
.DnnModule .normalred > p,
.DnnModule .normalred > ul {
  margin-bottom: 0;
}
.DnnModule .normalred > p + p {
  margin-top: 5px;
}
.DnnModule .normalred hr {
  border-top-color: #e4b9c0;
}
.DnnModule .normalred .alert-link {
  color: #843534;
}
.DnnModule .normalred:empty {
  display: none;
}
.DnnModule .mark {
  background: none;
  padding: 0;
}
.DnnModule table.normaltextbox {
  width: 100% !important;
  table-layout: fixed;
}
.DnnModule table.normaltextbox label {
  font-size: 14px;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: normal;
}
.DnnModule .DF-FieldRow {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.DnnModule .DF-FieldRow label {
  display: inline;
}
.DnnModule .DF-FieldRow > div > label {
  font-size: 14px;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: normal;
  padding: 0;
}
.DnnModule .DF-FieldRow > div > input {
  display: block !important;
  height: 51px !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  line-height: 1.78571429 !important;
  color: #555555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #e9e9eb !important;
  border-radius: 4px !important;
  -webkit-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;
  -o-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;
  font-weight: 500 !important;
  font-style: italic !important;
  box-shadow: none !important;
  width: 100% !important;
}
.DnnModule .DF-FieldRow > div > input:focus {
  border-color: #ccccd0 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 208, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 208, 0.6) !important;
}
.DnnModule .DF-FieldRow > div > input::-moz-placeholder {
  color: #999 !important;
  opacity: 1 !important;
}
.DnnModule .DF-FieldRow > div > input:-ms-input-placeholder {
  color: #999 !important;
}
.DnnModule .DF-FieldRow > div > input::-webkit-input-placeholder {
  color: #999 !important;
}
.DnnModule .DF-FieldRow > div > input::-ms-expand {
  border: 0 !important;
  background-color: transparent !important;
}
.DnnModule .DF-FieldRow > div > input[disabled],
.DnnModule .DF-FieldRow > div > input[readonly],
fieldset[disabled] .DnnModule .DF-FieldRow > div > input {
  background-color: #eeeeee !important;
  opacity: 1 !important;
}
.DnnModule .DF-FieldRow > div > input[disabled],
fieldset[disabled] .DnnModule .DF-FieldRow > div > input {
  cursor: not-allowed !important;
}
textarea.DnnModule .DF-FieldRow > div > input {
  height: auto !important;
}
input::-webkit-input-placeholder.DnnModule .DF-FieldRow > div > input,
input::-moz-placeholder.DnnModule .DF-FieldRow > div > input,
input:-ms-input-placeholder.DnnModule .DF-FieldRow > div > input,
input:-moz-placeholder.DnnModule .DF-FieldRow > div > input {
  font-weight: 500 !important;
  font-style: normal !important;
}
.DnnModule .DF-FieldRow > div > input:focus {
  box-shadow: none !important;
}
.DnnModule .DF-FieldRow > div select {
  display: block !important;
  height: 51px !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  line-height: 1.78571429 !important;
  color: #555555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #e9e9eb !important;
  border-radius: 4px !important;
  -webkit-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;
  -o-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;
  font-weight: 500 !important;
  font-style: italic !important;
  box-shadow: none !important;
  width: 100% !important;
}
.DnnModule .DF-FieldRow > div select:focus {
  border-color: #ccccd0 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 208, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 208, 0.6) !important;
}
.DnnModule .DF-FieldRow > div select::-moz-placeholder {
  color: #999 !important;
  opacity: 1 !important;
}
.DnnModule .DF-FieldRow > div select:-ms-input-placeholder {
  color: #999 !important;
}
.DnnModule .DF-FieldRow > div select::-webkit-input-placeholder {
  color: #999 !important;
}
.DnnModule .DF-FieldRow > div select::-ms-expand {
  border: 0 !important;
  background-color: transparent !important;
}
.DnnModule .DF-FieldRow > div select[disabled],
.DnnModule .DF-FieldRow > div select[readonly],
fieldset[disabled] .DnnModule .DF-FieldRow > div select {
  background-color: #eeeeee !important;
  opacity: 1 !important;
}
.DnnModule .DF-FieldRow > div select[disabled],
fieldset[disabled] .DnnModule .DF-FieldRow > div select {
  cursor: not-allowed !important;
}
textarea.DnnModule .DF-FieldRow > div select {
  height: auto !important;
}
input::-webkit-input-placeholder.DnnModule .DF-FieldRow > div select,
input::-moz-placeholder.DnnModule .DF-FieldRow > div select,
input:-ms-input-placeholder.DnnModule .DF-FieldRow > div select,
input:-moz-placeholder.DnnModule .DF-FieldRow > div select {
  font-weight: 500 !important;
  font-style: normal !important;
}
.DnnModule .DF-FieldRow > div select:focus {
  box-shadow: none !important;
}
.DnnModule .DF-FieldRow > div > textarea {
  display: block !important;
  height: 51px !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  line-height: 1.78571429 !important;
  color: #555555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #e9e9eb !important;
  border-radius: 4px !important;
  -webkit-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;
  -o-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;
  font-weight: 500 !important;
  font-style: italic !important;
  box-shadow: none !important;
  width: 100% !important;
  height: 100px !important;
  overflow-x: hidden;
}
.DnnModule .DF-FieldRow > div > textarea:focus {
  border-color: #ccccd0 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 208, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 208, 0.6) !important;
}
.DnnModule .DF-FieldRow > div > textarea::-moz-placeholder {
  color: #999 !important;
  opacity: 1 !important;
}
.DnnModule .DF-FieldRow > div > textarea:-ms-input-placeholder {
  color: #999 !important;
}
.DnnModule .DF-FieldRow > div > textarea::-webkit-input-placeholder {
  color: #999 !important;
}
.DnnModule .DF-FieldRow > div > textarea::-ms-expand {
  border: 0 !important;
  background-color: transparent !important;
}
.DnnModule .DF-FieldRow > div > textarea[disabled],
.DnnModule .DF-FieldRow > div > textarea[readonly],
fieldset[disabled] .DnnModule .DF-FieldRow > div > textarea {
  background-color: #eeeeee !important;
  opacity: 1 !important;
}
.DnnModule .DF-FieldRow > div > textarea[disabled],
fieldset[disabled] .DnnModule .DF-FieldRow > div > textarea {
  cursor: not-allowed !important;
}
textarea.DnnModule .DF-FieldRow > div > textarea {
  height: auto !important;
}
input::-webkit-input-placeholder.DnnModule .DF-FieldRow > div > textarea,
input::-moz-placeholder.DnnModule .DF-FieldRow > div > textarea,
input:-ms-input-placeholder.DnnModule .DF-FieldRow > div > textarea,
input:-moz-placeholder.DnnModule .DF-FieldRow > div > textarea {
  font-weight: 500 !important;
  font-style: normal !important;
}
.DnnModule .DF-FieldRow > div > textarea:focus {
  box-shadow: none !important;
}
@media (min-width: 480px) {
  .DnnModule .DF-FieldRow {
    margin-left: -12px;
    margin-right: -13px;
  }
  .DnnModule .DF-FieldRow:before,
  .DnnModule .DF-FieldRow:after {
    content: " ";
    display: table;
  }
  .DnnModule .DF-FieldRow:after {
    clear: both;
  }
  .DnnModule .DF-FieldRow:before,
  .DnnModule .DF-FieldRow:after {
    content: " ";
    display: table;
  }
  .DnnModule .DF-FieldRow:after {
    clear: both;
  }
  .DnnModule .DF-FieldRow > div {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .DnnModule .DF-FieldRow > div.dnnFormItem {
    float: left;
    width: 41.66666667%;
    position: relative;
    min-height: 1px;
    padding-left: 12.5px;
    padding-right: 12.5px;
    padding-top: 0.35em;
    margin-right: 0;
  }
  .DnnModule .DF-FieldRow > div.dynamicforms_QuestionTopDiv,
  .DnnModule .DF-FieldRow > div.DynamicForms_QuestionTopDiv,
  .DnnModule .DF-FieldRow > div.DynamicForms_QuestionDiv {
    float: left;
    width: 58.33333333%;
    position: relative;
    min-height: 1px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .DnnModule .DF-FieldRow.df-FieldLabelSame-1 > div.dynamicforms_QuestionTopDiv,
  .DnnModule .DF-FieldRow.df-FieldLabelSame-1 > div.dnnFormItem,
  .DnnModule .DF-FieldRow.df-FieldLabelSame-1 > div.DynamicForms_QuestionTopDiv,
  .DnnModule .DF-FieldRow.df-FieldLabelSame-1 > div.DynamicForms_QuestionDiv {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .DnnModule .DF-FieldRow > div.dnnFormItem {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .DnnModule .DF-FieldRow > div.dynamicforms_QuestionTopDiv,
  .DnnModule .DF-FieldRow > div.DynamicForms_QuestionTopDiv,
  .DnnModule .DF-FieldRow > div.DynamicForms_QuestionDiv {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .DnnModule .DF-FieldRow.df-FieldLabelSame-1 > div.dynamicforms_QuestionTopDiv,
  .DnnModule .DF-FieldRow.df-FieldLabelSame-1 > div.dnnFormItem,
  .DnnModule .DF-FieldRow.df-FieldLabelSame-1 > div.DynamicForms_QuestionTopDiv,
  .DnnModule .DF-FieldRow.df-FieldLabelSame-1 > div.DynamicForms_QuestionDiv {
    float: left;
    width: 100%;
  }
}
.DnnModule .DynamicForms_SaveFormDiv {
  border: 0 solid;
  border: none;
  padding: 0;
  margin: 0 0 25px 0;
}
.DnnModule .DynamicForms_SaveFormDiv input[type=button] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.78571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  color: #fff;
  background-color: #1fb6e0;
  border-color: #1ca4ca;
  float: left;
  display: block;
}
.DnnModule .DynamicForms_SaveFormDiv input[type=button]:focus,
.DnnModule .DynamicForms_SaveFormDiv input[type=button]:active:focus,
.DnnModule .DynamicForms_SaveFormDiv input[type=button].active:focus,
.DnnModule .DynamicForms_SaveFormDiv input[type=button].focus,
.DnnModule .DynamicForms_SaveFormDiv input[type=button]:active.focus,
.DnnModule .DynamicForms_SaveFormDiv input[type=button].active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.DnnModule .DynamicForms_SaveFormDiv input[type=button]:hover,
.DnnModule .DynamicForms_SaveFormDiv input[type=button]:focus,
.DnnModule .DynamicForms_SaveFormDiv input[type=button].focus {
  color: #333;
  text-decoration: none;
}
.DnnModule .DynamicForms_SaveFormDiv input[type=button]:active,
.DnnModule .DynamicForms_SaveFormDiv input[type=button].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.DnnModule .DynamicForms_SaveFormDiv input[type=button].disabled,
.DnnModule .DynamicForms_SaveFormDiv input[type=button][disabled],
fieldset[disabled] .DnnModule .DynamicForms_SaveFormDiv input[type=button] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.DnnModule .DynamicForms_SaveFormDiv input[type=button].disabled,
fieldset[disabled] a.DnnModule .DynamicForms_SaveFormDiv input[type=button] {
  pointer-events: none;
}
.DnnModule .DynamicForms_SaveFormDiv input[type=button]:focus,
.DnnModule .DynamicForms_SaveFormDiv input[type=button].focus {
  color: #fff;
  background-color: #1992b3;
  border-color: #0c495a;
}
.DnnModule .DynamicForms_SaveFormDiv input[type=button]:hover {
  color: #fff;
  background-color: #1992b3;
  border-color: #147894;
}
.DnnModule .DynamicForms_SaveFormDiv input[type=button]:active,
.DnnModule .DynamicForms_SaveFormDiv input[type=button].active,
.open > .dropdown-toggle.DnnModule .DynamicForms_SaveFormDiv input[type=button] {
  color: #fff;
  background-color: #1992b3;
  border-color: #147894;
}
.DnnModule .DynamicForms_SaveFormDiv input[type=button]:active:hover,
.DnnModule .DynamicForms_SaveFormDiv input[type=button].active:hover,
.open > .dropdown-toggle.DnnModule .DynamicForms_SaveFormDiv input[type=button]:hover,
.DnnModule .DynamicForms_SaveFormDiv input[type=button]:active:focus,
.DnnModule .DynamicForms_SaveFormDiv input[type=button].active:focus,
.open > .dropdown-toggle.DnnModule .DynamicForms_SaveFormDiv input[type=button]:focus,
.DnnModule .DynamicForms_SaveFormDiv input[type=button]:active.focus,
.DnnModule .DynamicForms_SaveFormDiv input[type=button].active.focus,
.open > .dropdown-toggle.DnnModule .DynamicForms_SaveFormDiv input[type=button].focus {
  color: #fff;
  background-color: #147894;
  border-color: #0c495a;
}
.DnnModule .DynamicForms_SaveFormDiv input[type=button]:active,
.DnnModule .DynamicForms_SaveFormDiv input[type=button].active,
.open > .dropdown-toggle.DnnModule .DynamicForms_SaveFormDiv input[type=button] {
  background-image: none;
}
.DnnModule .DynamicForms_SaveFormDiv input[type=button].disabled:hover,
.DnnModule .DynamicForms_SaveFormDiv input[type=button][disabled]:hover,
fieldset[disabled] .DnnModule .DynamicForms_SaveFormDiv input[type=button]:hover,
.DnnModule .DynamicForms_SaveFormDiv input[type=button].disabled:focus,
.DnnModule .DynamicForms_SaveFormDiv input[type=button][disabled]:focus,
fieldset[disabled] .DnnModule .DynamicForms_SaveFormDiv input[type=button]:focus,
.DnnModule .DynamicForms_SaveFormDiv input[type=button].disabled.focus,
.DnnModule .DynamicForms_SaveFormDiv input[type=button][disabled].focus,
fieldset[disabled] .DnnModule .DynamicForms_SaveFormDiv input[type=button].focus {
  background-color: #1fb6e0;
  border-color: #1ca4ca;
}
.DnnModule .DynamicForms_SaveFormDiv input[type=button] .badge {
  color: #1fb6e0;
  background-color: #fff;
}
.DnnModule .DynamicForms_SaveFormDiv p > span {
  float: left;
  display: block;
}
@media (min-width: 480px) {
  .DnnModule .DynamicForms_SaveFormDiv p {
    margin-left: -12px;
    margin-right: -13px;
  }
  .DnnModule .DynamicForms_SaveFormDiv p:before,
  .DnnModule .DynamicForms_SaveFormDiv p:after {
    content: " ";
    display: table;
  }
  .DnnModule .DynamicForms_SaveFormDiv p:after {
    clear: both;
  }
  .DnnModule .DynamicForms_SaveFormDiv p:before,
  .DnnModule .DynamicForms_SaveFormDiv p:after {
    content: " ";
    display: table;
  }
  .DnnModule .DynamicForms_SaveFormDiv p:after {
    clear: both;
  }
  .DnnModule .DynamicForms_SaveFormDiv p > span {
    float: left;
    width: 41.66666667%;
    position: relative;
    min-height: 1px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .DnnModule .DynamicForms_SaveFormDiv p input[type=button] {
    margin-left: 12px;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .DnnModule .DynamicForms_SaveFormDiv p > span {
    float: left;
    width: 33.33333333%;
  }
}
.blockUI.blockOverlay {
  z-index: 1060 !important;
}
.blockUI.blockMsg {
  z-index: 1090 !important;
}
.dynamicforms_requiredfieldasterik {
  margin-left: 0.25em;
  color: #555555;
}
.user_dashboard {
  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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.user_dashboard blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.user_dashboard > a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.78571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  text-decoration: none !important;
}
.user_dashboard > a:focus,
.user_dashboard > a:active:focus,
.user_dashboard > a.active:focus,
.user_dashboard > a.focus,
.user_dashboard > a:active.focus,
.user_dashboard > a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.user_dashboard > a:hover,
.user_dashboard > a:focus,
.user_dashboard > a.focus {
  color: #333;
  text-decoration: none;
}
.user_dashboard > a:active,
.user_dashboard > a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.user_dashboard > a.disabled,
.user_dashboard > a[disabled],
fieldset[disabled] .user_dashboard > a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.user_dashboard > a.disabled,
fieldset[disabled] a.user_dashboard > a {
  pointer-events: none;
}
.user_dashboard > a:focus,
.user_dashboard > a.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.user_dashboard > a:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.user_dashboard > a:active,
.user_dashboard > a.active,
.open > .dropdown-toggle.user_dashboard > a {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.user_dashboard > a:active:hover,
.user_dashboard > a.active:hover,
.open > .dropdown-toggle.user_dashboard > a:hover,
.user_dashboard > a:active:focus,
.user_dashboard > a.active:focus,
.open > .dropdown-toggle.user_dashboard > a:focus,
.user_dashboard > a:active.focus,
.user_dashboard > a.active.focus,
.open > .dropdown-toggle.user_dashboard > a.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.user_dashboard > a:active,
.user_dashboard > a.active,
.open > .dropdown-toggle.user_dashboard > a {
  background-image: none;
}
.user_dashboard > a.disabled:hover,
.user_dashboard > a[disabled]:hover,
fieldset[disabled] .user_dashboard > a:hover,
.user_dashboard > a.disabled:focus,
.user_dashboard > a[disabled]:focus,
fieldset[disabled] .user_dashboard > a:focus,
.user_dashboard > a.disabled.focus,
.user_dashboard > a[disabled].focus,
fieldset[disabled] .user_dashboard > a.focus {
  background-color: #fff;
  border-color: #ccc;
}
.user_dashboard > a .badge {
  color: #fff;
  background-color: #333;
}
.edn_printButton {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.78571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.edn_printButton:focus,
.edn_printButton:active:focus,
.edn_printButton.active:focus,
.edn_printButton.focus,
.edn_printButton:active.focus,
.edn_printButton.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.edn_printButton:hover,
.edn_printButton:focus,
.edn_printButton.focus {
  color: #333;
  text-decoration: none;
}
.edn_printButton:active,
.edn_printButton.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.edn_printButton.disabled,
.edn_printButton[disabled],
fieldset[disabled] .edn_printButton {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.edn_printButton.disabled,
fieldset[disabled] a.edn_printButton {
  pointer-events: none;
}
.edn_printButton:focus,
.edn_printButton.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.edn_printButton:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.edn_printButton:active,
.edn_printButton.active,
.open > .dropdown-toggle.edn_printButton {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.edn_printButton:active:hover,
.edn_printButton.active:hover,
.open > .dropdown-toggle.edn_printButton:hover,
.edn_printButton:active:focus,
.edn_printButton.active:focus,
.open > .dropdown-toggle.edn_printButton:focus,
.edn_printButton:active.focus,
.edn_printButton.active.focus,
.open > .dropdown-toggle.edn_printButton.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.edn_printButton:active,
.edn_printButton.active,
.open > .dropdown-toggle.edn_printButton {
  background-image: none;
}
.edn_printButton.disabled:hover,
.edn_printButton[disabled]:hover,
fieldset[disabled] .edn_printButton:hover,
.edn_printButton.disabled:focus,
.edn_printButton[disabled]:focus,
fieldset[disabled] .edn_printButton:focus,
.edn_printButton.disabled.focus,
.edn_printButton[disabled].focus,
fieldset[disabled] .edn_printButton.focus {
  background-color: #fff;
  border-color: #ccc;
}
.edn_printButton .badge {
  color: #fff;
  background-color: #333;
}
.eds_subCollection_contentBlock .edn_mainWrapper .eds_noContent,
.eds_subCollection_contentBlock .edn_mainWrapper .eds_contentError {
  display: none;
}
.navbar-text {
  color: #63666a;
}
.navbar-text a {
  color: #63666a;
}
.navbar-text .dropdown-menu a {
  color: #63666a;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-text a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-text .dropdown-menu a {
  color: #63666a;
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce-ltr {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@-moz-keyframes bounce-ltr {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@-webkit-keyframes bounce-ltr {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@keyframes bounce-ltr {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
.btn-tango,
.btn.btn-tango,
.btn-tango:focus,
.btn.btn-tango:focus {
  background-color: #1fb6e0;
  color: #fff;
  border-color: #1fb6e0;
}
.btn-tango:hover,
.btn.btn-tango:hover {
  background-color: #1b9dc1;
  color: #fff;
  border-color: #1b9dc1;
}
.btn-tango.btn-line,
.btn.btn-tango.btn-line,
.btn-tango.btn-line:focus,
.btn.btn-tango.btn-line:focus {
  background-color: transparent;
  color: #1fb6e0;
  border-color: #1fb6e0;
}
.btn-tango.btn-line:hover,
.btn.btn-tango.btn-line:hover {
  background-color: #1b9dc1;
  color: #fff;
  border-color: #1b9dc1;
}
.btn-prussian-blue,
.btn.btn-prussian-blue,
.btn-prussian-blue:focus,
.btn.btn-prussian-blue:focus {
  background-color: #63666a;
  color: #fff;
  border-color: #63666a;
}
.btn-prussian-blue:hover,
.btn.btn-prussian-blue:hover {
  background-color: #525458;
  color: #fff;
  border-color: #525458;
}
.btn-prussian-blue.btn-line,
.btn.btn-prussian-blue.btn-line,
.btn-prussian-blue.btn-line:focus,
.btn.btn-prussian-blue.btn-line:focus {
  background-color: transparent;
  color: #63666a;
  border-color: #63666a;
}
.btn-prussian-blue.btn-line:hover,
.btn.btn-prussian-blue.btn-line:hover {
  background-color: #525458;
  color: #fff;
  border-color: #525458;
}
.btn-white,
.btn.btn-white,
.btn-white:focus,
.btn.btn-white:focus {
  background-color: #fff;
  color: #1e1e1e;
  border-color: #fff;
}
.btn-white:hover,
.btn.btn-white:hover {
  background-color: #ededed;
  color: #1e1e1e;
  border-color: #ededed;
}
.btn-white.btn-line,
.btn.btn-white.btn-line,
.btn-white.btn-line:focus,
.btn.btn-white.btn-line:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-white.btn-line:hover,
.btn.btn-white.btn-line:hover {
  background-color: #ededed;
  color: #1e1e1e;
  border-color: #ededed;
}
.btn {
  font-weight: 600;
}
.btn-secondary {
  font-weight: 600;
  color: #63666a;
}
.btn-secondary:focus,
.btn-secondary:hover {
  text-decoration: none;
  color: #525458;
}
.btn-ask-question,
.btn.btn-ask-question {
  background-size: 22px 24px;
  background-position: 24px center;
  background-repeat: no-repeat;
  background-image: url('/Portals/_default/Skins/Twinta/images/svg/Contact-veelgestelde-vragen-white.svg?v3');
  padding-left: 60px;
}
.btn-ask-question.btn-line,
.btn.btn-ask-question.btn-line {
  background-image: url('/Portals/_default/Skins/Twinta/images/svg/Contact-veelgestelde-vragen-green.svg?v3');
}
.btn-ask-question.btn-line:hover,
.btn.btn-ask-question.btn-line:hover,
.btn-ask-question.btn-line:focus,
.btn.btn-ask-question.btn-line:focus {
  background-image: url('/Portals/_default/Skins/Twinta/images/svg/Contact-veelgestelde-vragen-white.svg?v3');
}
.btn-call,
.btn.btn-call {
  background-size: 22px 24px;
  background-position: 24px center;
  background-repeat: no-repeat;
  background-image: url('/Portals/_default/Skins/Twinta/images/svg/Contact-phone-white.svg?v3');
  padding-left: 60px;
}
.btn-call.btn-line,
.btn.btn-call.btn-line {
  background-image: url('/Portals/_default/Skins/Twinta/images/svg/Contact-phone-green.svg?v3');
}
.btn-call.btn-line:hover,
.btn.btn-call.btn-line:hover,
.btn-call.btn-line:focus,
.btn.btn-call.btn-line:focus {
  background-image: url('/Portals/_default/Skins/Twinta/images/svg/Contact-phone-white.svg?v3');
}
a.skip-to-content {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
a.skip-to-content:focus {
  position: static;
  width: auto;
  height: auto;
}
#links-nav {
  padding: 0;
  margin: 0;
  position: fixed;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9000;
  display: none !important;
}
#links-nav ul,
#links-nav li {
  padding: 0;
  margin: 0;
}
#links-nav li {
  list-style: none none;
}
#links-nav > li > a {
  display: block;
  background-color: #333333;
  color: #ffffff;
  padding: 3px 10px;
}
#links-nav > li > a > span {
  display: none;
}
#links-nav > li:first-child > a {
  border-top-right-radius: 4px;
}
#links-nav > li:last-child > a {
  border-bottom-right-radius: 4px;
}
#links-nav > li.active > a {
  background-color: #1fb6e0;
}
#links-nav .tooltip-inner {
  max-width: 250px;
}
#links-nav.logged-in {
  display: block !important;
}
body {
  letter-spacing: 0.2px;
}
html {
  -ms-overflow-style: scrollbar;
}
.center-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 35px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
}
.titles-margin h1,
.titles-margin .h1,
.titles-margin h2,
.titles-margin .h2,
.titles-margin h3,
.titles-margin .h3 {
  margin-top: 25px;
}
.titles-margin h1.faq-details-title,
.titles-margin .h1.faq-details-title,
.titles-margin h2.faq-details-title,
.titles-margin .h2.faq-details-title,
.titles-margin h3.faq-details-title,
.titles-margin .h3.faq-details-title,
.titles-margin h1.section-title,
.titles-margin .h1.section-title,
.titles-margin h2.section-title,
.titles-margin .h2.section-title,
.titles-margin h3.section-title,
.titles-margin .h3.section-title {
  margin-top: 0;
}
.titles-margin h4,
.titles-margin .h4,
.titles-margin h5,
.titles-margin .h5,
.titles-margin h6,
.titles-margin .h6 {
  margin-top: 12.5px;
}
.titles-margin h4.faq-details-title,
.titles-margin .h4.faq-details-title,
.titles-margin h5.faq-details-title,
.titles-margin .h5.faq-details-title,
.titles-margin h6.faq-details-title,
.titles-margin .h6.faq-details-title,
.titles-margin h4.section-title,
.titles-margin .h4.section-title,
.titles-margin h5.section-title,
.titles-margin .h5.section-title,
.titles-margin h6.section-title,
.titles-margin .h6.section-title {
  margin-top: 0;
}
.section-padding {
  padding-top: 62px;
  padding-bottom: 62px;
}
.section-padding-top {
  padding-top: 62px;
}
.section-padding-bottom {
  padding-bottom: 62px;
}
.cr-news {
  padding-top: 62px;
  text-align: center;
}
.cr-news .section-title {
  color: #1fb6e0;
}
.cr-news .cr-lead {
  margin-bottom: 62px;
}
/*.titles-margin.content-pane {
    h1, h2, h3,
    .section-title {
        .title-blue;
    }
}*/
.cr-newslist {
  text-align: left;
}
.cr-newslist > div {
  padding-bottom: 62px;
}
h4,
h5 {
  font-weight: 600;
}
.cr-lef h4,
.cr-lef h5 {
  font-weight: 500;
}
h6,
h7 {
  font-weight: 700;
}
.footer-wrap.style .section-title {
  font-weight: 500;
}
.footer-wrap.style .footer-top {
  background-color: #63666a;
  padding-top: 62px;
  color: #ffffff;
}
.footer-wrap.style .footer-top .SkinObject,
.footer-wrap.style .footer-top .Normal,
.footer-wrap.style .footer-top a {
  color: #ffffff;
}
.footer-wrap.style .footer-top a:focus,
.footer-wrap.style .footer-top a:hover {
  color: #ffffff;
}
.footer-wrap.style .footer-top .section-title {
  color: #ffffff;
}
.footer-wrap.style .footer-top a:focus,
.footer-wrap.style .footer-top a:hover {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}
.footer-wrap.style .footer-top .row-footer > div {
  padding-bottom: 50px;
}
.footer-wrap.style .footer-bottom {
  background-color: #fff;
  padding: 12px 0;
  font-size: 12px;
  color: #63666a;
}
.footer-wrap.style .footer-bottom .SkinObject,
.footer-wrap.style .footer-bottom .Normal,
.footer-wrap.style .footer-bottom a {
  color: #63666a;
}
.footer-wrap.style .footer-bottom a:focus,
.footer-wrap.style .footer-bottom a:hover {
  color: #63666a;
}
.footer-wrap-alt .footer-bottom {
  padding: 12px 0;
  font-size: 12px;
  color: #1e1e1e;
}
.footer-wrap-alt .footer-bottom .SkinObject,
.footer-wrap-alt .footer-bottom .Normal,
.footer-wrap-alt .footer-bottom a {
  color: #1e1e1e;
}
.footer-wrap-alt .footer-bottom a:focus,
.footer-wrap-alt .footer-bottom a:hover {
  color: #1e1e1e;
}
.row-footer {
  margin-left: -12px;
  margin-right: -13px;
}
.row-footer > .col-footer {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 768px) {
  .row-footer > .col-footer {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .row-footer > .col-footer {
    float: left;
    width: 20%;
  }
}
.row-footer > .col-footer.col-double {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 992px) {
  .row-footer > .col-footer.col-double {
    float: left;
    width: 40%;
  }
}
.cr-list {
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
}
.cr-list ul,
.cr-list li {
  padding: 0;
  margin: 0;
}
.cr-list li {
  list-style: none none;
}
.cr-list > li {
  padding-left: 15px;
}
.cr-list > 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;
  content: "\f105";
}
.cr-list > li:before,
.cr-list > li .fa {
  float: left;
  line-height: inherit;
  margin-left: -15px;
}
.bg-tango {
  background-color: #1fb6e0;
}
.bg-prussian-blue {
  background-color: #63666a;
}
.bg-turquoise-blue {
  background-color: #1fb6e0;
}
.bg-porcelain {
  background-color: #f5f6f7;
}
.bg-primary-light {
  background-color: #f4fbfd;
}
.bg-secondary-light {
  background-color: #f7f7f8;
}
.bg-location {
  background-color: #1fb6e0;
}
.text-tango {
  color: #1fb6e0;
}
.text-prussian-blue {
  color: #63666a;
}
.text-porcelain {
  color: #f5f6f7;
}
.text-secondary {
  color: #63666a;
}
.cr-intro {
  padding: 62px 0 31px;
}
.cr-intro .h1 {
  margin-bottom: 25px;
}
.cr-intro .cr-box p {
  margin-top: 25px;
  margin-bottom: 25px;
}
.cr-intro .cr-box a {
  font-weight: 600;
  color: #63666a;
}
.cr-intro .cr-box a:focus,
.cr-intro .cr-box a:hover {
  text-decoration: none;
  color: #525458;
}
.cr-intro .row > .cr-intro-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  margin-bottom: 31px;
}
@media (min-width: 480px) {
  .cr-intro .row > .cr-intro-col {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .cr-intro .row > .cr-intro-col.cr-wonen {
    position: relative;
    min-height: 1px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media (min-width: 480px) and (min-width: 1200px) {
  .cr-intro .row > .cr-intro-col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 480px) and (min-width: 1200px) {
  .cr-intro .row > .cr-intro-col.cr-wonen {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 480px) and (min-width: 1200px) {
  .cr-intro .row > .cr-intro-col.cr-wonen {
    left: 16.66666667%;
  }
}
.no-textdecoration,
.no-textdecoration:hover,
.no-textdecoration:focus {
  text-decoration: none;
}
a .fa.fa-animate {
  margin-left: 0.5em;
}
a:hover .fa.fa-animate,
a:focus .fa.fa-animate {
  -moz-animation: bounce-ltr 2s infinite;
  -o-animation: bounce-ltr 2s infinite;
  -webkit-animation: bounce-ltr 2s infinite;
  animation: bounce-ltr 2s infinite;
}
.cr-image {
  padding: 27px 15px 15px;
}
.cr-image img {
  margin-bottom: 15px;
}
.cr-image,
.cr-image .cr-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.cr-title {
  font-weight: 500;
}
.DnnModule + .DnnModule .cr-lead-wrap .scroll-to {
  display: none;
}
.annual-lead-wrap,
.cr-lead-wrap {
  padding: 62px 0 15px;
  margin-bottom: 62px;
  position: relative;
}
.annual-lead-wrap .section-title,
.cr-lead-wrap .section-title {
  color: #1fb6e0;
}
.annual-volg .annual-lead-wrap,
.annual-volg .cr-lead-wrap,
.annual-home .annual-lead-wrap,
.annual-home .cr-lead-wrap,
.home .annual-lead-wrap,
.home .cr-lead-wrap {
  padding-bottom: 62px;
  margin-bottom: 0;
}
.annual-volg .annual-lead-wrap .scroll-to,
.annual-volg .cr-lead-wrap .scroll-to,
.annual-home .annual-lead-wrap .scroll-to,
.annual-home .cr-lead-wrap .scroll-to,
.home .annual-lead-wrap .scroll-to,
.home .cr-lead-wrap .scroll-to {
  content: " ";
  width: 35px;
  height: 14px;
  background: url('/Portals/_default/Skins/Twinta/images/svg/arrow-slide-down-pos.svg?v3') center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -17px;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.cr-lead-wrap .cr-lead {
  margin-bottom: 0;
  line-height: 1.875;
  font-weight: 500;
  margin-left: -12px;
  margin-right: -13px;
}
.cr-lead-wrap .cr-lead > div {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  position: static;
}
.cr-lead-wrap .cr-lead > div.DnnModule-DNN_HTML > div {
  max-width: 775px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cr-lead-wrap .cr-lead > div.DnnModule-DNN_HTML > div .btn {
  margin: 1em 0.5em 0;
}
.cr-lead-wrap .cr-lead > div.DnnModule.DnnModule-EasyDNNnewsCategoriesMenu,
.cr-lead-wrap .cr-lead > div.DnnModule.DnnModule-EasyDNNnewsSearch {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 768px) {
  .cr-lead-wrap .cr-lead > div.DnnModule.DnnModule-EasyDNNnewsCategoriesMenu,
  .cr-lead-wrap .cr-lead > div.DnnModule.DnnModule-EasyDNNnewsSearch {
    float: left;
    width: 50%;
  }
}
.cr-lead-wrap .cr-lead > div.DnnModule.DnnModule-EasyDNNnewsCategoriesMenu .section-title,
.cr-lead-wrap .cr-lead > div.DnnModule.DnnModule-EasyDNNnewsSearch .section-title {
  text-align: left;
  color: #1e1e1e;
}
.cr-lead-wrap .cr-lead > div.DnnModule.DnnModule-avtSearchBoostInput {
  text-align: left;
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 768px) {
  .cr-lead-wrap .cr-lead > div.DnnModule.DnnModule-avtSearchBoostInput {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .cr-lead-wrap .cr-lead > div.DnnModule.DnnModule-avtSearchBoostInput {
    margin-left: 16.66666667%;
  }
}
.cr-lead-wrap .cr-lead > div.DnnModule.DnnModule-avtSearchBoostInput + .DnnModule {
  text-align: left;
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 768px) {
  .cr-lead-wrap .cr-lead > div.DnnModule.DnnModule-avtSearchBoostInput + .DnnModule {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .cr-lead-wrap .cr-lead > div.DnnModule.DnnModule-avtSearchBoostInput + .DnnModule {
    margin-left: 16.66666667%;
  }
}
.max-width {
  max-width: 775px;
}
.cr-lead {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
}
.breadcrumb {
  color: #909398;
  margin-left: 0;
  margin-bottom: 62px;
}
.breadcrumb .SkinObject,
.breadcrumb .Normal,
.breadcrumb a {
  color: #909398;
}
.breadcrumb a:focus,
.breadcrumb a:hover {
  color: #909398;
}
.breadcrumb li.active {
  color: #909398;
  font-weight: 500;
}
.breadcrumb li.active .SkinObject,
.breadcrumb li.active .Normal,
.breadcrumb li.active a {
  color: #909398;
}
.breadcrumb li.active a:focus,
.breadcrumb li.active a:hover {
  color: #909398;
}
.breadcrumb li.active:focus,
.breadcrumb li.active:hover {
  color: #63666a;
}
.breadcrumb li.active:focus .SkinObject,
.breadcrumb li.active:hover .SkinObject,
.breadcrumb li.active:focus .Normal,
.breadcrumb li.active:hover .Normal,
.breadcrumb li.active:focus a,
.breadcrumb li.active:hover a {
  color: #63666a;
}
.breadcrumb li.active:focus a:focus,
.breadcrumb li.active:hover a:focus,
.breadcrumb li.active:focus a:hover,
.breadcrumb li.active:hover a:hover {
  color: #63666a;
}
.bg-tango .breadcrumb {
  color: #ffffff;
}
.bg-tango .breadcrumb .SkinObject,
.bg-tango .breadcrumb .Normal,
.bg-tango .breadcrumb a {
  color: #ffffff;
}
.bg-tango .breadcrumb a:focus,
.bg-tango .breadcrumb a:hover {
  color: #ffffff;
}
.bg-tango .breadcrumb li.active {
  color: #ffffff;
}
.bg-tango .breadcrumb li.active .SkinObject,
.bg-tango .breadcrumb li.active .Normal,
.bg-tango .breadcrumb li.active a {
  color: #ffffff;
}
.bg-tango .breadcrumb li.active a:focus,
.bg-tango .breadcrumb li.active a:hover {
  color: #ffffff;
}
.bg-tango .breadcrumb > li + li:before {
  color: #ffffff;
}
.breadcrumb-wrap .breadcrumb {
  margin-bottom: 0;
  padding-top: 31px;
}
.cr-category-select .dropdown-menu {
  min-width: 100%;
}
.cr-category-select > .btn {
  text-align: left;
  border-color: #e9e9eb;
  font-weight: 500;
  font-style: italic;
  box-shadow: none;
}
input::-webkit-input-placeholder.cr-category-select > .btn,
input::-moz-placeholder.cr-category-select > .btn,
input:-ms-input-placeholder.cr-category-select > .btn,
input:-moz-placeholder.cr-category-select > .btn {
  font-weight: 500;
  font-style: normal;
}
.cr-categories {
  display: none;
}
.fa.pull-right,
.fa.pull-left {
  line-height: inherit;
}
.fa.pull-right.fa-lg,
.fa.pull-left.fa-lg {
  line-height: 0.8;
}
.banner-pane .cr-search-wrap {
  position: relative;
}
.banner-pane .cr-search-wrap .cr-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 13px;
}
@media (min-width: 768px) {
  .banner-pane .cr-search-wrap .cr-container {
    width: 745px;
  }
}
@media (min-width: 992px) {
  .banner-pane .cr-search-wrap .cr-container {
    width: 965px;
  }
}
@media (min-width: 1200px) {
  .banner-pane .cr-search-wrap .cr-container {
    width: 1200px;
  }
}
.banner-pane .cr-search-wrap .cr-row {
  margin-left: -12px;
  margin-right: -13px;
}
.banner-pane .cr-search-wrap .cr-row .cr-column {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 992px) {
  .banner-pane .cr-search-wrap .cr-row .cr-column {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .banner-pane .cr-search-wrap .cr-row .cr-column {
    left: 75%;
  }
}
@media (min-width: 992px) {
  .banner-pane .cr-search-wrap .cr-row .cr-column > .cr-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    padding-bottom: 62px;
  }
}
.cr-social {
  padding-top: 62px;
}
.cr-social .row > div {
  padding-bottom: 62px;
}
.cr-article-list {
  padding-top: 31px;
}
.cr-article-list .row > div > div {
  padding-bottom: 62px;
}
.title-anthracite {
  color: #63666a;
}
.title-blue {
  color: #1fb6e0;
}
.banner-pane .cr-contact-box {
  background-color: #fff;
  padding: 12px 0;
}
.content-pane .cr-contact-box {
  margin-left: -24px;
  margin-right: -24px;
}
.content-pane .cr-contact-box a,
.banner-pane .cr-contact-box a {
  color: #1e1e1e;
  padding-left: 24px;
  padding-right: 24px;
}
.content-pane .cr-contact-box a:hover,
.banner-pane .cr-contact-box a:hover,
.content-pane .cr-contact-box a:focus,
.banner-pane .cr-contact-box a:focus {
  background-color: #f5f6f7;
  text-decoration: none;
  font-weight: 600;
  color: #1e1e1e;
}
.content-pane .cr-contact-box.indent-icon a,
.banner-pane .cr-contact-box.indent-icon a {
  padding-left: 54px;
}
.content-pane .cr-contact-box.indent-icon a > img,
.banner-pane .cr-contact-box.indent-icon a > img {
  float: left;
  margin-left: -30px;
}
.cr-contact-box a {
  display: block;
  padding: 6px 0;
}
.cr-contact-box a:first-child {
  margin-top: 0;
}
.cr-contact-box a > img {
  margin-right: 0.25em;
}
.cr-contact-box a .fa {
  margin-left: 0.5em;
}
.wl-logo {
  background-size: contain;
  width: 172.15px;
  height: 17.05px;
  text-indent: -5000em;
  overflow: hidden;
}
@media (min-width: 768px) {
  .wl-logo {
    width: 273.875px;
    height: 27.125px;
  }
}
@media (min-width: 992px) {
  .wl-logo {
    width: 313px;
    height: 31px;
  }
}
.wl-default-title {
  font-size: 22px;
  font-weight: 500;
  color: #63666a;
}
.wl-default-title em {
  font-weight: normal;
}
.wl-default-title small {
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 1.78571429;
}
@media (min-width: 768px) {
  .wl-default-title {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .wl-default-title {
    font-size: 40px;
    /*small {
            padding-left: 56px;
        }*/
  }
}
.wl-default-title em {
  color: #1fb6e0;
}
.wl-default-title small {
  color: #1e1e1e;
}
.bg-turquoise-blue .wl-default-title {
  color: #1e1e1e;
}
.bg-turquoise-blue .wl-default-title em {
  color: #fff;
}
.bg-turquoise-blue .wl-default-title small {
  color: #1e1e1e;
}
.wl-default-title .fa.fa-play {
  margin-left: 0.5em;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: right;
  padding-right: 5px;
  font-size: 10px;
}
.social-media-buttons a,
p.social-media-buttons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #1fb6e0;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
}
.social-media-buttons a:hover,
p.social-media-buttons a:hover,
.social-media-buttons a:focus,
p.social-media-buttons a:focus {
  background-color: #7e8287;
}
.social-media-buttons a .fa-play,
p.social-media-buttons a .fa-play {
  margin-right: -5px;
}
.google-map-wrap {
  position: relative;
}
.google-map-wrap .location-finder {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 24px;
  max-width: 430px;
  /*.form-control {
         .placeholder();   
        }*/
}
@media (min-width: 992px) {
  .google-map-wrap .location-finder {
    padding: 62px;
  }
}
.form-control {
  font-weight: 500;
  font-style: italic;
  box-shadow: none;
}
input::-webkit-input-placeholder.form-control,
input::-moz-placeholder.form-control,
input:-ms-input-placeholder.form-control,
input:-moz-placeholder.form-control {
  font-weight: 500;
  font-style: normal;
}
.form-control:focus {
  box-shadow: none;
}
.input-group-btn .btn {
  border-color: #e9e9eb;
  border-left: 0 solid;
}
.section-blue-box .blue-box {
  border: #1fb6e0 1px solid;
  padding: 15px;
}
.section-body .blue-box .cr-contact-box {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.blue-box-hoofdkantoor {
  border: none !important;
}
.blue-box-text {
  border-left: #1fb6e0 1px solid;
  border-right: #1fb6e0 1px solid;
  border-bottom: #1fb6e0 1px solid;
  padding: 15px;
  margin-top: 0;
}
.input-group-btn .btn .fa.fa-search:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url('/Portals/_default/Skins/Twinta/images/svg/icon-search.svg?v3') center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.input-group-btn .btn .fa.fa-search:after {
  content: " ";
}
.rating {
  font-size: 35px;
  color: #fbba00;
}
.rating.rating-1 .fa:nth-child(-n + 0):before {
  content: "\f005";
}
.rating.rating-1 .fa:nth-child(1):before {
  content: "\f123";
}
.rating.rating-2 .fa:nth-child(-n + 1):before {
  content: "\f005";
}
.rating.rating-3 .fa:nth-child(-n + 1):before {
  content: "\f005";
}
.rating.rating-3 .fa:nth-child(2):before {
  content: "\f123";
}
.rating.rating-4 .fa:nth-child(-n + 2):before {
  content: "\f005";
}
.rating.rating-5 .fa:nth-child(-n + 2):before {
  content: "\f005";
}
.rating.rating-5 .fa:nth-child(3):before {
  content: "\f123";
}
.rating.rating-6 .fa:nth-child(-n + 3):before {
  content: "\f005";
}
.rating.rating-7 .fa:nth-child(-n + 3):before {
  content: "\f005";
}
.rating.rating-7 .fa:nth-child(4):before {
  content: "\f123";
}
.rating.rating-8 .fa:nth-child(-n + 4):before {
  content: "\f005";
}
.rating.rating-9 .fa:nth-child(-n + 4):before {
  content: "\f005";
}
.rating.rating-9 .fa:nth-child(5):before {
  content: "\f123";
}
.rating.rating-10 .fa:nth-child(-n + 5):before {
  content: "\f005";
}
.cr-colums > .container {
  margin-top: -1px;
}
.cr-colums > .container > .row > div > div:not(.DNNEmptyPane) {
  margin-bottom: 62px;
}
.indent-modules .section + .section {
  margin-top: 62px;
}
.indent-modules .section-wrap + .section-wrap .section,
.indent-modules .DnnModule + .DnnModule .section {
  margin-top: 62px;
}
.apply-margin-top {
  margin-top: 62px;
}
.cr-colums-row > .cr-col {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 992px) {
  .cr-colums-row > .cr-col {
    float: left;
    width: 62.5%;
  }
}
.cr-colums-row > .cr-col.cr-right {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 992px) {
  .cr-colums-row > .cr-col.cr-right {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .cr-colums-row > .cr-col.cr-right {
    left: 4.16666667%;
  }
}
.section-complaints {
  padding: 62px 0;
}
.section-complaints .cr-lead,
.section-complaints .section-title {
  text-align: center;
}
.section-complaints.bg-turquoise-blue,
.section-complaints.bg-turquoise-blue .row,
.section-complaints.bg-turquoise-blue .cr-lead {
  color: #fff;
}
.cr-category-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.cr-category-select .dropdown-menu ul,
.cr-category-select .dropdown-menu ol {
  margin-left: 0;
}
.cr-category-select .dropdown-menu ul > li,
.cr-category-select .dropdown-menu ol > li {
  list-style: none none;
}
.cr-category-select .dropdown-menu ul > li > a,
.cr-category-select .dropdown-menu ol > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.78571429;
  color: #333333;
  white-space: nowrap;
}
.cr-category-select .dropdown-menu .level_0 {
  border-top: #e9e9eb 1px solid;
}
.cr-category-select .dropdown-menu .level_0:first-child {
  border-top: 0 solid;
}
.cr-category-select .dropdown-menu .level_0 > a {
  font-weight: 600;
  font-style: italic;
  padding: 5px 20px;
  color: #1fb6e0;
}
.cr-category-select .dropdown-menu .level_0.active > a {
  color: #fff;
}
.cr-category-select .dropdown-menu ul > li > a:hover,
.cr-category-select .dropdown-menu ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.cr-category-select .dropdown-menu .active > a,
.cr-category-select .dropdown-menu .active > a:hover,
.cr-category-select .dropdown-menu .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #1fb6e0;
}
.cr-category-select .dropdown-menu .disabled > a,
.cr-category-select .dropdown-menu .disabled > a:hover,
.cr-category-select .dropdown-menu .disabled > a:focus {
  color: #777777;
}
.cr-category-select .dropdown-menu .disabled > a:hover,
.cr-category-select .dropdown-menu .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.page-info {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: yellow;
  padding: 15px;
  color: #000;
}
.ledenservice-blue {
  background-color: #E9F7FD;
  display: block;
  padding: 25px 20px;
}
.ledenservice-blue > .ledenservice-heading {
  margin-top: 0;
  margin-bottom: 12.5px;
  font-size: 39px;
  color: #1fb6e0;
}
.ledenservice-blue > .ledenservice-subheading,
.titles-margin.content-pane .ledenservice-blue > .ledenservice-subheading {
  color: #1e1e1e;
  font-size: 20px;
}
.ledenservice-blue .ledenservice-blue-voordeel {
  margin-bottom: 25px;
}
.ledenservice-blue .ledenservice-blue-voordeel .lid-worden {
  margin-top: 40px;
}
.ledenservice-blue .ledenservice-blue-voordeel > .col-md-6 p {
  margin-bottom: 0 !important;
}
.enlarge-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}
.btn-group.top-group {
  margin-bottom: 62px;
}
.btn-group.bottom-group {
  margin-bottom: 62px;
  margin-top: 62px;
}
ul.cr-sitemap {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
ul.cr-sitemap ul,
ul.cr-sitemap li {
  padding: 0;
  margin: 0;
}
ul.cr-sitemap li {
  list-style: none none;
}
ul.cr-sitemap:before,
ul.cr-sitemap:after {
  content: " ";
  display: table;
}
ul.cr-sitemap:after {
  clear: both;
}
ul.cr-sitemap:before,
ul.cr-sitemap:after {
  content: " ";
  display: table;
}
ul.cr-sitemap:after {
  clear: both;
}
ul.cr-sitemap > li {
  /*@media(min-width: @screen-sm) {
            .float-l;
            margin-left: 1.5em;
        }*/
  margin-bottom: 25px;
}
ul.cr-sitemap > li:first-child {
  margin-left: 0;
}
ul.cr-sitemap > li > a,
ul.cr-sitemap > li > span {
  display: block;
  font-size: 20px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  ul.cr-sitemap > li > ul li {
    margin-top: 1.5em;
  }
}
ul.cr-sitemap > li > ul > li ul {
  padding-left: 10px;
  border-left: #e9e9eb dotted 1px;
}
@media (max-width: 767px) {
  ul.mobile-tick > li,
  ol.mobile-tick > li {
    margin-top: 1.5em;
  }
}
ul.list-group {
  margin-left: 0;
}
.d-flex {
  display: flex !important;
}
.align-items-stretch {
  -ms-align-items: stretch!important;
  align-items: stretch!important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.cover-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.reveal-title {
  display: none;
}
.logged-in .reveal-title {
  display: block;
}
@media (min-width: 992px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.linkbox {
  display: block;
  position: relative;
  transition: transform 100ms ease-in-out;
  transform: scale(1);
  margin-bottom: 25px;
}
.linkbox img {
  width: 100%;
}
.linkbox:hover {
  transform: scale(1.05);
}
.linkbox:hover .linkbox-caption {
  background-color: #1fb6e0;
  color: #fff;
}
.linkbox .linkbox-caption {
  position: absolute;
  background-color: #fff;
  bottom: 0;
  padding: 15px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  left: 10%;
  text-align: center;
  height: 100px;
  font-size: 20px;
  color: #1fb6e0;
}
p + ul,
p + ol {
  margin-top: -12.5px;
}
.wl-default-title em {
  color: #59cae8;
  font-weight: 600;
  color: #0aa1cb;
}
.news-lead-wrap {
  margin-bottom: 62px;
}
.location-image,
.office-image,
.news-image {
  position: relative;
  border-bottom: #1fb6e0 1px solid;
}
.location-image .via-woningnet,
.office-image .via-woningnet,
.news-image .via-woningnet {
  width: 74px;
  height: 74px;
}
.location-image img,
.office-image img,
.news-image img {
  min-width: 100%;
}
.location-image + .location-body,
.office-image + .location-body,
.news-image + .location-body,
.location-image + .office-body,
.office-image + .office-body,
.news-image + .office-body,
.location-image + .news-body,
.office-image + .news-body,
.news-image + .news-body {
  padding-top: 30px;
}
.news-detail-image {
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.location-body,
.office-body,
.news-body {
  padding: 15px 0;
}
.top-article .news-body {
  padding-top: 30px;
}
.news-lead {
  line-height: 1.78571429;
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
}
.bg-turquoise-blue .news-lead {
  color: #fff;
}
.bg-turquoise-blue .news-lead a {
  color: inherit;
  text-decoration: underline;
}
.bg-turquoise-blue .news-lead a:hover,
.bg-turquoise-blue .news-lead a:focus {
  color: inherit;
  text-decoration: underline;
}
.news-2020 .news-detail-title {
  margin-bottom: 21px;
}
.news-2020 .breadcrumb {
  padding-bottom: 31px;
}
.news-2020 .news-time {
  margin-bottom: 0;
}
.flex-row-md {
  padding-bottom: 31px;
}
.flex-row-md .news-detail-image {
  max-width: 300px;
}
.flex-row-md .news-lead {
  padding-top: 0;
  padding-bottom: 0;
}
.flex-row-md .news-lead p:last-child {
  margin-bottom: 0;
}
.flex-row-md > div {
  display: flex;
  margin-bottom: 31px;
}
.flex-row-md > div > div {
  width: 100%;
}
.flex-row-md > div.align-top {
  align-items: flex-start;
}
.flex-row-md > div.align-center {
  align-items: center;
}
.social-align {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .social-align {
    text-align: left;
  }
}
.cr-quote {
  padding: 15px 0;
  border-top: #1fb6e0 1px solid;
  border-bottom: #1fb6e0 1px solid;
  font-weight: 500;
  color: #1fb6e0;
  margin-bottom: 25px;
  font-size: 20px;
}
.edn__articleListWrapper + .news-body,
.top-article + .news-body {
  padding-top: 0;
}
.news-time {
  display: block;
  font-size: 18px !important;
  margin-bottom: 15px;
}
.location-title,
.office-title,
.news-title {
  color: #63666a;
  font-weight: 500;
  line-height: 1.59090909;
}
.location-title a,
.office-title a,
.news-title a {
  color: inherit;
}
.location-title a:hover,
.office-title a:hover,
.news-title a:hover,
.location-title a:focus,
.office-title a:focus,
.news-title a:focus {
  color: #1fb6e0;
  text-decoration: none;
}
.location-title,
.office-title {
  margin-bottom: 12.5px;
}
.news-title {
  margin-bottom: 30px;
}
.top-article .news-title {
  margin-bottom: 3px;
  font-weight: 500;
}
.articles-item-title {
  font-size: 22px !important;
}
.article-list .news-title {
  font-weight: 500;
  line-height: 1.78571429;
  margin: 0 0 5px;
  padding-left: 15px;
}
.article-list .news-title:before,
.article-list .news-title .fa {
  float: left;
  line-height: inherit;
  margin-left: -15px;
}
.article-list .news-title .fa {
  color: #1fb6e0;
}
.wl-wrap .wl-title {
  margin-bottom: 62px;
}
.wl-wrap .wl-default-title small {
  font-size: 18px;
}
.wl-wrap .wl-summary {
  font-style: italic;
  font-size: 18px;
}
.wl-wrap .wl-summary p:before {
  content: open-quote;
}
.wl-wrap .wl-summary p:after {
  content: close-quote;
}
.eds_template_List_Article_Default {
  /*margin-top: -1px;
    padding-top : 1px;
    .bg-porcelain;*/
}
.ednMoreArticlesTriggerWrapper {
  padding: 25px 0;
  text-align: center;
}
.ednMoreArticlesTriggerWrapper .loadingOverlay {
  display: none;
}
button.trigger {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.78571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
}
button.trigger:focus,
button.trigger:active:focus,
button.trigger.active:focus,
button.trigger.focus,
button.trigger:active.focus,
button.trigger.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.trigger:hover,
button.trigger:focus,
button.trigger.focus {
  color: #333;
  text-decoration: none;
}
button.trigger:active,
button.trigger.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
button.trigger.disabled,
button.trigger[disabled],
fieldset[disabled] button.trigger {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
abutton.trigger.disabled,
fieldset[disabled] abutton.trigger {
  pointer-events: none;
}
button.trigger,
button.trigger:focus {
  background-color: transparent;
  color: #1fb6e0;
  border-color: #1fb6e0;
}
button.trigger:hover {
  background-color: #1b9dc1;
  color: #fff;
  border-color: #1b9dc1;
}
.edn_article_gallery > ul {
  padding: 0;
  margin: 0;
  margin: -3px;
}
.edn_article_gallery > ul ul,
.edn_article_gallery > ul li {
  padding: 0;
  margin: 0;
}
.edn_article_gallery > ul li {
  list-style: none none;
}
.edn_article_gallery > ul:before,
.edn_article_gallery > ul:after {
  content: " ";
  display: table;
}
.edn_article_gallery > ul:after {
  clear: both;
}
.edn_article_gallery > ul:before,
.edn_article_gallery > ul:after {
  content: " ";
  display: table;
}
.edn_article_gallery > ul:after {
  clear: both;
}
.edn_article_gallery > ul > li {
  float: left;
  display: block;
  padding: 3px;
  margin: 3px;
  border: #ddd 1px solid;
}
.edn_article_gallery > ul > li:hover {
  border-color: #1fb6e0;
}
.related-articles-all {
  padding-top: 30px;
  margin-bottom: 15px;
}
.related-articles-all > .related-articles-title {
  margin-bottom: 30px;
}
.related-articles-all > .related-articles-item {
  margin-bottom: 15px;
}
.related-articles-body {
  padding-left: 15px;
  padding-right: 10px;
}
.related-articles-body.related-articles-item-body {
  background-color: #fff !important;
}
.more-related-articles {
  margin-bottom: 30px;
}
.news-list {
  margin-bottom: 62px;
}
.news-list .news-list-item {
  margin-top: 25px;
}
.news-list .news-list-item:first-child {
  margin-top: 0;
}
.news-list .news-list-title > a {
  color: inherit;
}
.news-list .news-list-time {
  font-style: italic;
}
.news-list.simple .news-list-title {
  margin-bottom: 0;
}
.news-list.simple .news-list-item {
  margin-top: 12px;
}
.news-list.simple .news-list-item:first-child {
  margin-top: 0;
}
.eds_openModal.edn_eventRegistrationModalTrigger {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.78571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  color: #fff;
  background-color: #1fb6e0;
  border-color: #1ca4ca;
}
.eds_openModal.edn_eventRegistrationModalTrigger:focus,
.eds_openModal.edn_eventRegistrationModalTrigger:active:focus,
.eds_openModal.edn_eventRegistrationModalTrigger.active:focus,
.eds_openModal.edn_eventRegistrationModalTrigger.focus,
.eds_openModal.edn_eventRegistrationModalTrigger:active.focus,
.eds_openModal.edn_eventRegistrationModalTrigger.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.eds_openModal.edn_eventRegistrationModalTrigger:hover,
.eds_openModal.edn_eventRegistrationModalTrigger:focus,
.eds_openModal.edn_eventRegistrationModalTrigger.focus {
  color: #333;
  text-decoration: none;
}
.eds_openModal.edn_eventRegistrationModalTrigger:active,
.eds_openModal.edn_eventRegistrationModalTrigger.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.eds_openModal.edn_eventRegistrationModalTrigger.disabled,
.eds_openModal.edn_eventRegistrationModalTrigger[disabled],
fieldset[disabled] .eds_openModal.edn_eventRegistrationModalTrigger {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.eds_openModal.edn_eventRegistrationModalTrigger.disabled,
fieldset[disabled] a.eds_openModal.edn_eventRegistrationModalTrigger {
  pointer-events: none;
}
.eds_openModal.edn_eventRegistrationModalTrigger:focus,
.eds_openModal.edn_eventRegistrationModalTrigger.focus {
  color: #fff;
  background-color: #1992b3;
  border-color: #0c495a;
}
.eds_openModal.edn_eventRegistrationModalTrigger:hover {
  color: #fff;
  background-color: #1992b3;
  border-color: #147894;
}
.eds_openModal.edn_eventRegistrationModalTrigger:active,
.eds_openModal.edn_eventRegistrationModalTrigger.active,
.open > .dropdown-toggle.eds_openModal.edn_eventRegistrationModalTrigger {
  color: #fff;
  background-color: #1992b3;
  border-color: #147894;
}
.eds_openModal.edn_eventRegistrationModalTrigger:active:hover,
.eds_openModal.edn_eventRegistrationModalTrigger.active:hover,
.open > .dropdown-toggle.eds_openModal.edn_eventRegistrationModalTrigger:hover,
.eds_openModal.edn_eventRegistrationModalTrigger:active:focus,
.eds_openModal.edn_eventRegistrationModalTrigger.active:focus,
.open > .dropdown-toggle.eds_openModal.edn_eventRegistrationModalTrigger:focus,
.eds_openModal.edn_eventRegistrationModalTrigger:active.focus,
.eds_openModal.edn_eventRegistrationModalTrigger.active.focus,
.open > .dropdown-toggle.eds_openModal.edn_eventRegistrationModalTrigger.focus {
  color: #fff;
  background-color: #147894;
  border-color: #0c495a;
}
.eds_openModal.edn_eventRegistrationModalTrigger:active,
.eds_openModal.edn_eventRegistrationModalTrigger.active,
.open > .dropdown-toggle.eds_openModal.edn_eventRegistrationModalTrigger {
  background-image: none;
}
.eds_openModal.edn_eventRegistrationModalTrigger.disabled:hover,
.eds_openModal.edn_eventRegistrationModalTrigger[disabled]:hover,
fieldset[disabled] .eds_openModal.edn_eventRegistrationModalTrigger:hover,
.eds_openModal.edn_eventRegistrationModalTrigger.disabled:focus,
.eds_openModal.edn_eventRegistrationModalTrigger[disabled]:focus,
fieldset[disabled] .eds_openModal.edn_eventRegistrationModalTrigger:focus,
.eds_openModal.edn_eventRegistrationModalTrigger.disabled.focus,
.eds_openModal.edn_eventRegistrationModalTrigger[disabled].focus,
fieldset[disabled] .eds_openModal.edn_eventRegistrationModalTrigger.focus {
  background-color: #1fb6e0;
  border-color: #1ca4ca;
}
.eds_openModal.edn_eventRegistrationModalTrigger .badge {
  color: #1fb6e0;
  background-color: #fff;
}
.dl-horizontal.text-left dt {
  text-align: left;
}
.eds_modalWrapper .eds_modalContent label,
.eds_modalWrapper .eds_modalContent .eds_labelAndInput > span {
  width: 200px !important;
}
.article-intern #contentItems a {
  color: inherit;
}
.article-intern #contentPart h1,
.article-intern #contentPart h2,
.article-intern #contentPart h3,
.article-intern #contentPart h4,
.article-intern #contentPart h5,
.article-intern #contentPart h6 {
  color: #1fb6e0;
}
.news .user_dashboard > div,
.news .user_dashboard a {
  vertical-align: baseline;
}
.header-image-wrap {
  height: 150px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-position: 25% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-image-wrap > div,
.header-image-wrap img {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 480px) {
  .header-image-wrap {
    height: 155px;
  }
}
@media (min-width: 768px) {
  .header-image-wrap {
    height: 245px;
  }
}
@media (min-width: 992px) {
  .header-image-wrap {
    height: 380px;
  }
}
@media (min-width: 1200px) {
  .header-image-wrap {
    height: 450px;
  }
}
@media (min-width: 1400px) {
  .header-image-wrap {
    height: 600px;
  }
}
.header-image-wrap.article-details {
  /*height: 150px;
    overflow: hidden;
    position: relative;*/
  /*.center-block;*/
  /*.fit-image-img;*/
  height: auto;
  /*@media(min-width: @screen-xs) {
        height: 220px;
    }

    @media(min-width: @screen-sm) {
        height: 290px;
    }

    @media(min-width: @screen-md) {
        height: 360px;
    }*/
}
@media (min-width: 1200px) {
  .header-image-wrap.article-details {
    height: 430px;
  }
}
.header-image-wrap.article-details img {
  position: relative;
  display: block;
  /* color: black; */
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
@media (min-width: 266px) {
  .header-image-wrap.article-details img {
    -webkit-transform: translateX(-50%) translateY(0) !important;
    transform: translateX(-50%) translateY(0) !important;
  }
}
@media (min-width: 480px) {
  .header-image-wrap.article-details img {
    -webkit-transform: translateX(-50%) translateY(0) !important;
    transform: translateX(-50%) translateY(0) !important;
  }
}
@media (min-width: 768px) {
  .header-image-wrap.article-details img {
    -webkit-transform: translateX(-50%) translateY(0%) !important;
    transform: translateX(-50%) translateY(0%) !important;
  }
}
@media (min-width: 992px) {
  .header-image-wrap.article-details img {
    -webkit-transform: translateX(-50%) translateY(0%) !important;
    transform: translateX(-50%) translateY(0%) !important;
  }
}
@media (min-width: 1200px) {
  .header-image-wrap.article-details img {
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important;
  }
}
.slide-me,
.header-image-wrap,
.cycle-slideshow {
  width: 100%;
}
.slide-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 82px;
}
@media (min-width: 992px) {
  .slide-box {
    padding-bottom: 125px;
  }
}
.volg .slide-box {
  padding-top: 25px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
.volg .slide-box .wl-default-title,
.volg .slide-box .wl-default-title > em {
  color: #ffffff;
  font-size: 35px;
}
.banner-pane h5.section-title {
  font-weight: 500;
  font-style: italic;
}
@media (min-width: 992px) {
  .banner-pane h5.section-title {
    font-weight: normal;
  }
}
.banner-pane .cr-box {
  padding-top: 25px;
}
.home .banner-pane.banner-top-fade:not(.DNNEmptyPane) {
  position: relative;
}
.home .banner-pane.banner-top-fade:not(.DNNEmptyPane):after {
  content: "";
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.85) 4%, rgba(255, 255, 255, 0.04) 51%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.85) 4%, rgba(255, 255, 255, 0.04) 51%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 4%, rgba(255, 255, 255, 0.04) 51%, rgba(255, 255, 255, 0) 100%);
  filter: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  z-index: 990;
}
.lt-ie9 .home .banner-pane.banner-top-fade:not(.DNNEmptyPane):after {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9ffffff', endColorstr='#00ffffff', GradientType=0);
}
.gradient-white {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.85) 4%, rgba(255, 255, 255, 0.04) 51%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.85) 4%, rgba(255, 255, 255, 0.04) 51%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 4%, rgba(255, 255, 255, 0.04) 51%, rgba(255, 255, 255, 0) 100%);
  filter: none;
}
.lt-ie9 .gradient-white {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9ffffff', endColorstr='#00ffffff', GradientType=0);
}
.home .header-image-wrap {
  height: 250px;
}
@media (min-width: 480px) {
  .home .header-image-wrap {
    height: 375px;
  }
}
@media (min-width: 768px) {
  .home .header-image-wrap {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .home .header-image-wrap {
    height: 625px;
    background-position: 40% 50%;
  }
}
@media (min-width: 1200px) {
  .home .header-image-wrap {
    height: 750px;
    background-position: 20% 50%;
  }
}
@media (min-width: 1400px) {
  .home .header-image-wrap {
    height: 750px;
  }
}
.home .header-image-wrap img {
  display: none;
}
.header-wrap {
  position: relative;
}
.slide-me {
  background-color: #f5f6f7;
}
.slide-me + .slide-me {
  position: absolute;
  top: 0;
  z-index: -1;
}
.cycle-slideshow > .cycle-next,
.cycle-slideshow > .cycle-prev {
  position: absolute;
  top: 0;
  width: 12.5px;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
}
.cycle-slideshow > .cycle-next {
  right: 0;
}
.cycle-slideshow > .cycle-prev {
  left: 0;
}
.navbar-default {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle {
  padding: 0;
  font-size: 0;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  overflow: hidden;
  border-width: 1px;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.navbar-default .navbar-toggle:focus {
  outline: none;
}
.navbar-default .navbar-toggle span {
  display: block;
  position: absolute;
  top: 15px;
  left: 4px;
  right: 4px;
  height: 2px;
  background: #888888;
}
.navbar-default .navbar-toggle span:before,
.navbar-default .navbar-toggle span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #888;
  content: "";
}
.navbar-default .navbar-toggle span:before {
  top: -6px;
}
.navbar-default .navbar-toggle span:after {
  bottom: -6px;
}
.navbar-inverse {
  background-color: #222222;
}
.navbar-inverse .navbar-toggle {
  padding: 0;
  font-size: 0;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  overflow: hidden;
  border-width: 1px;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.navbar-inverse .navbar-toggle:focus {
  outline: none;
}
.navbar-inverse .navbar-toggle span {
  display: block;
  position: absolute;
  top: 15px;
  left: 4px;
  right: 4px;
  height: 2px;
  background: #ffffff;
}
.navbar-inverse .navbar-toggle span:before,
.navbar-inverse .navbar-toggle span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}
.navbar-inverse .navbar-toggle span:before {
  top: -6px;
}
.navbar-inverse .navbar-toggle span:after {
  bottom: -6px;
}
.navbar-toggle span {
  -moz-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.navbar-toggle span:before,
.navbar-toggle span:after {
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -moz-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.navbar-toggle span:before {
  -moz-transition-property: top, transform;
  -o-transition-property: top, transform;
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
}
.navbar-toggle span:after {
  -moz-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
.navbar-toggle:not(.collapsed) span {
  background: none;
}
.navbar-toggle:not(.collapsed) span:before {
  top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle:not(.collapsed) span:after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggle:not(.collapsed) span:before,
.navbar-toggle:not(.collapsed) span:after {
  -moz-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.navbar-brand.with-logo {
  padding-top: 4px;
  padding-bottom: 4px;
  -moz-transition: padding 200ms linear;
  -o-transition: padding 200ms linear;
  -webkit-transition: padding 200ms linear;
  transition: padding 200ms linear;
}
.navbar-brand.with-logo .logo-cr {
  float: left;
  display: block;
  width: 124px;
  height: 62px;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.logo-cr {
  background: url('/Portals/_default/Skins/Twinta/images/logo-carintreggeland.svg?v3') center center no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: -5000em;
  width: 132px;
  height: 66px;
}
.navbar {
  z-index: 1000;
  -moz-transition: background-color linear 0.4s;
  -o-transition: background-color linear 0.4s;
  -webkit-transition: background-color linear 0.4s;
  transition: background-color linear 0.4s;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .navbar.main-nav,
  .cr-contact-box {
    font-size: 16px;
  }
  .annual-volg .navbar.main-nav,
  .annual-home .navbar.main-nav,
  .home .navbar.main-nav {
    border: 0 solid;
    background-color: transparent;
  }
  .annual-volg .banner-menu-wrapper > div,
  .annual-home .banner-menu-wrapper > div,
  .home .banner-menu-wrapper > div {
    margin-top: -70px;
  }
  .annual-volg .collapse-push,
  .annual-home .collapse-push,
  .home .collapse-push {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .navbar.main-nav {
    border: 0 solid;
    font-weight: 500;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-nav.main-nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.bg-black .navbar.nav-on-top {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-black .navbar.nav-on-top .navbar-brand.with-logo {
  padding-top: 8px;
  padding-bottom: 0;
}
.bg-black .navbar.nav-on-top .navbar-brand.with-logo .logo-cr {
  float: left;
  display: block;
  width: 132px;
  height: 66px;
}
.sticky-nav .header-wrap.style {
  padding-top: 115px;
}
.annual-volg.sticky-nav .header-wrap.style,
.annual-home.sticky-nav .header-wrap.style,
.home.sticky-nav .header-wrap.style {
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  #mainNav .search-wrap {
    position: absolute;
    width: 25%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  #mainNav .navbar-collapse {
    padding-right: calc(25% + 25px );
  }
}
#mainNav #quickMenu {
  display: none;
}
@media screen and (max-width: 991px) {
  #mainNav #quickMenu {
    display: block;
  }
}
#mainNav .navbar-bottom {
  position: relative;
}
#mainNav .navbar-top {
  height: auto;
}
#mainNav .navbar-top #quickMenu {
  display: block;
}
#mainNav .navbar-top .navbar-text {
  font-size: 14px;
  line-height: 14px;
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
#mainNav .navbar-top .navbar-nav > li > a {
  font-size: 14px;
  line-height: 14px;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}
#mainNav .navbar-top .navbar-form {
  margin-top: -3px;
  margin-bottom: -3px;
}
#mainNav .navbar-top img {
  margin-top: -0.7em;
  margin-bottom: -0.5em;
  margin-right: 0.25em;
  vertical-align: middle;
  display: inline;
}
@media screen and (min-width: 1200px) {
  #mainNav .navbar-top .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  #mainNav .navbar-top #quickMenu {
    display: none;
  }
  #mainNav .navbar-top .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  #mainNav .navbar-top .navbar-nav.navbar-right {
    float: right;
  }
  #mainNav .navbar-top .navbar-nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  #mainNav .navbar-top .navbar-nav > li {
    float: left;
  }
  #mainNav .navbar-top .navbar-nav .dropdown-menu > li > a {
    color: #333333;
  }
  #mainNav .navbar-top .navbar-nav .dropdown-menu > li > a:hover,
  #mainNav .navbar-top .navbar-nav .dropdown-menu > li > a:focus {
    color: #262626;
    background-color: #f5f5f5;
  }
  .added-contrast #mainNav .navbar-top .navbar-nav .dropdown-menu > li > a {
    color: #000 !important;
  }
  #mainNav .navbar-top .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    width: auto;
    margin-top: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
}
.added-size #mainNav .navbar-top {
  height: auto;
}
.added-size #mainNav .navbar-top .navbar-text {
  font-size: 17px;
  line-height: 17px;
  margin-top: 14px;
  margin-bottom: 14px;
}
.added-size #mainNav .navbar-top .navbar-nav > li > a {
  font-size: 17px;
  line-height: 17px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.added-size #mainNav .navbar-top .navbar-form {
  margin-top: -3px;
  margin-bottom: -3px;
}
.added-contrast #mainNav .navbar-top {
  background-color: #ffffff;
}
.added-contrast #mainNav .navbar-top,
.added-contrast #mainNav .navbar-top a {
  color: #000;
}
.banner-menu-wrapper {
  position: relative;
}
.mega-menu {
  position: relative;
  z-index: 999;
}
.mega-menu .fa.fa-home:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url('/Portals/_default/Skins/Twinta/images/svg/icon-home.svg?v3') center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.mega-menu .fa.fa-home:after {
  content: "\00a0\00a0\00a0";
}
.mega-downdown {
  background-color: #fff;
}
.mega-downdown > nav,
.mega-downdown > div {
  padding-top: 62px;
  padding-bottom: 62px;
}
.mega-downdown > nav > a,
.mega-downdown > div > a {
  font-weight: 600;
  color: #63666a;
}
.mega-downdown > nav > a:focus,
.mega-downdown > div > a:focus,
.mega-downdown > nav > a:hover,
.mega-downdown > div > a:hover {
  text-decoration: none;
  color: #525458;
}
.mega-downdown > nav > a + .mega-subnav,
.mega-downdown > div > a + .mega-subnav {
  padding-top: 31px;
}
.mega-downdown.mobile > nav,
.mega-downdown.mobile > div {
  padding: 0;
}
.mega-downdown.mobile > nav a,
.mega-downdown.mobile > div a {
  display: block;
}
.mega-downdown.mobile > nav a:hover,
.mega-downdown.mobile > div a:hover,
.mega-downdown.mobile > nav a:focus,
.mega-downdown.mobile > div a:focus {
  background-color: #f5f6f7;
  text-decoration: none;
}
.mega-downdown.mobile > nav > a,
.mega-downdown.mobile > div > a {
  border-top: #ddd 1px solid;
  padding: 15px 31px;
  font-size: 16px;
  font-weight: 400;
  color: #63666a;
}
.mega-downdown.mobile > nav > a:first-child,
.mega-downdown.mobile > div > a:first-child {
  border-top: 0 solid;
}
.mega-downdown.mobile > nav > a:hover,
.mega-downdown.mobile > div > a:hover,
.mega-downdown.mobile > nav > a:focus,
.mega-downdown.mobile > div > a:focus {
  color: #1e1e1e;
  font-weight: 700;
}
.mega-downdown.mobile > nav ul.mega-subnav,
.mega-downdown.mobile > div ul.mega-subnav {
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
  display: block;
}
.mega-downdown.mobile > nav ul.mega-subnav ul,
.mega-downdown.mobile > div ul.mega-subnav ul,
.mega-downdown.mobile > nav ul.mega-subnav li,
.mega-downdown.mobile > div ul.mega-subnav li {
  padding: 0;
  margin: 0;
}
.mega-downdown.mobile > nav ul.mega-subnav li,
.mega-downdown.mobile > div ul.mega-subnav li {
  list-style: none none;
}
.mega-downdown.mobile > nav ul.mega-subnav > li,
.mega-downdown.mobile > div ul.mega-subnav > li {
  display: block;
}
.mega-downdown.mobile > nav ul.mega-subnav > li > a,
.mega-downdown.mobile > div ul.mega-subnav > li > a {
  padding: 7px 31px;
  color: inherit;
}
.mega-downdown.mobile > nav ul.mega-subnav > li > a:hover,
.mega-downdown.mobile > div ul.mega-subnav > li > a:hover,
.mega-downdown.mobile > nav ul.mega-subnav > li > a:focus,
.mega-downdown.mobile > div ul.mega-subnav > li > a:focus {
  color: inherit;
  font-weight: 600;
}
.mega-nav,
.mega-subnav {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.mega-nav {
  float: left;
  display: block;
}
.mega-nav > li {
  display: inline-block;
  /*display: block;*/
}
.mega-nav > li,
.mega-nav > li.dropdown {
  position: static;
}
.mega-nav > li > a {
  background-color: #fff;
  display: block;
  padding: 20px 18px 10px;
  line-height: 1.78571429;
  color: #63666a;
  position: relative;
  z-index: 2;
  border: #f5f6f7 1px solid;
  font-size: 16px;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.mega-nav > li > a[aria-expanded="true"],
.mega-nav > li > a:hover,
.mega-nav > li > a:focus {
  text-decoration: none;
  color: #1fb6e0;
}
.mega-nav > li > a[aria-expanded="true"] {
  border-bottom-color: transparent;
}
.mega-nav > li > a[aria-expanded="true"] .fa.fa-angle-down:before {
  content: "\f106";
}
.mega-nav > li.disabled > a {
  color: #777777;
}
.mega-nav > li.disabled > a:hover,
.mega-nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
}
.mega-nav > li.active > a[aria-expanded="false"],
.mega-nav > li.active.no-dropdown > a {
  background-color: #1fb6e0;
  border-color: #1fb6e0;
  border-bottom-color: transparent;
}
.mega-nav > li.active > a[aria-expanded="false"],
.mega-nav > li.active.no-dropdown > a,
.mega-nav > li.active > a[aria-expanded="false"]:hover,
.mega-nav > li.active.no-dropdown > a:hover,
.mega-nav > li.active > a[aria-expanded="false"]:focus,
.mega-nav > li.active.no-dropdown > a:focus {
  color: #fff;
  font-weight: 600;
}
.dropdown-menu.mega-downdown {
  padding: 0;
  margin: 0;
  border: 0 solid;
}
@media (min-width: 992px) {
  .mega-menu .mega-downdown {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 100%;
    width: 100%;
  }
  /*.mega-nav {
        .float-l;

        > li {
            display: inline-block;
        }
    }*/
  .mega-subnav {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px 0 -13px;
  }
  .mega-subnav a {
    display: block;
  }
  .mega-subnav a:hover,
  .mega-subnav a:focus {
    text-decoration: none;
  }
  .mega-subnav > li {
    padding: 0 12px 12px 13px;
  }
  .mega-subnav > li > a {
    font-weight: 600;
    font-size: 16px;
  }
  .mega-subnav > li > a:hover,
  .mega-subnav > li > a:focus {
    font-weight: 700;
  }
  .mega-subnav > li > a img {
    margin-bottom: 12px;
  }
  .mega-subnav > li ul {
    padding: 0;
    margin: 0;
  }
  .mega-subnav > li ul ul,
  .mega-subnav > li ul li {
    padding: 0;
    margin: 0;
  }
  .mega-subnav > li ul li {
    list-style: none none;
  }
  .mega-subnav > li ul > li > a {
    color: inherit;
  }
  .mega-subnav > li ul > li > a:hover,
  .mega-subnav > li ul > li > a:focus {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
  }
  #cr-33 .mega-subnav > li,
  .domain-list .mega-subnav > li {
    -ms-flex: 0 0 240px;
    -webkit-flex: 0 0 240px;
    flex: 0 0 240px;
  }
  #cr-33 .mega-subnav > li > .mega-description {
    display: none;
  }
  .domain-list .mega-subnav > li > .mega-description {
    display: block;
  }
  #cr-67 .mega-subnav > li {
    -ms-flex: 0 0 300px;
    -webkit-flex: 0 0 300px;
    flex: 0 0 300px;
  }
  #cr-67 .mega-subnav > li > .mega-description {
    display: block;
  }
  #cr-67 .mega-subnav > li > ul {
    display: none;
  }
  .mega-subnav li.leden-service {
    -ms-flex: 0 0 300px;
    -webkit-flex: 0 0 300px;
    flex: 0 0 300px;
  }
  .mega-subnav li.leden-service > .mega-description {
    display: block;
  }
  .mega-subnav li.leden-service > ul {
    display: block;
  }
}
body:not(.dnnEditState) .banner-pane:not(.DNNEmptyPane) + .mega-menu,
body:not(.dnnEditState) .banner-pane:not(.DNNEmptyPane) + div + .mega-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.dnnLogin .LoginTabGroup {
  height: auto;
  margin: 0;
  border: 0 solid;
}
.dnnLogin .LoginTabGroup span {
  vertical-align: bottom;
  background: #fff;
  padding: 20px 18px 10px;
  line-height: 1.78571429;
  color: #1e1e1e;
  position: relative;
  z-index: 2;
  border: #f5f6f7 1px solid;
  font-size: 16px;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: 600;
}
.dnnLogin .LoginTabGroup span.LoginTabHover,
.dnnLogin .LoginTabGroup span.LoginTabSelected {
  background: #f5f6f7;
  border-bottom-color: transparent;
  padding: 20px 18px 10px;
  color: #1e1e1e;
}
.dnnLogin .loginContent .LoginContainerGroup .LoginContainer {
  padding: 31px 0 62px;
  min-height: 280px;
}
.cr-childrensmenu {
  margin-bottom: 62px;
}
.cr-childrensmenu .btn {
  margin-right: 5px;
  margin-bottom: 10px;
  font-weight: normal;
  background-repeat: no-repeat;
  background-position: center center;
}
.cr-childrensmenu .btn.btn-line {
  color: #1e1e1e;
}
.cr-childrensmenu.with-image {
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -2px -2px 60px;
}
.cr-childrensmenu.with-image a {
  display: block;
  -ms-flex: 0 0 175px;
  -webkit-flex: 0 0 175px;
  flex: 0 0 175px;
  margin: 2px;
  padding: 30px 15px 22px;
  font-style: italic;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
}
.cr-childrensmenu.with-image a img {
  margin-bottom: 23px;
}
.cr-childrensmenu.with-image a:hover,
.cr-childrensmenu.with-image a:focus {
  color: #fff;
  text-decoration: none;
}
#onpageScrollListSpacer {
  margin-bottom: 62px;
}
#onpageScrollList {
  background-color: #ffffff;
  padding-top: 10px;
}
#onpageScrollList.fixed-position {
  position: fixed;
  z-index: 1029;
}
#onpageScrollList .btn {
  margin-right: 7px;
  margin-bottom: 10px;
  font-weight: normal;
  background-repeat: no-repeat;
  background-position: center center;
  /*&.btn-line {
            color: @text-color;
        }*/
}
.wl-wrap .wl-col-text {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 992px) {
  .wl-wrap .wl-col-text {
    float: left;
    width: 41.66666667%;
  }
}
.wl-wrap .wl-col-img a.video-in-modal:after {
  content: " ";
  text-indent: -5000em;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 102px;
  height: 102px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url('/Portals/_default/Skins/Twinta/images/svg/play-button.svg?v3') center center no-repeat;
  background-size: cover;
}
.section-wl.alternating-layout .wl-default-title em {
  /*font-weight: 600;*/
}
.section-wl.alternating-layout .wl-default-title small {
  padding-left: 0;
}
.section-wl.alternating-layout > div > .wl-wrap a {
  font-weight: 600;
  color: #63666a;
}
.section-wl.alternating-layout > div > .wl-wrap a:focus,
.section-wl.alternating-layout > div > .wl-wrap a:hover {
  text-decoration: none;
  color: #525458;
}
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) {
  background-color: #1fb6e0;
  color: #1e1e1e;
}
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a {
  font-weight: 600;
}
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a,
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a .fa {
  color: #1e1e1e;
}
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a:focus,
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a:hover {
  text-decoration: none;
}
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a:focus,
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a:hover,
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a:focus .fa,
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a:hover .fa {
  color: #ffffff;
}
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) .wl-default-title,
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) .wl-default-title small {
  color: #1e1e1e;
}
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) .wl-default-title em {
  color: #ffffff;
}
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) .wl-default-title .wl-logo {
  background-image: url('/Portals/_default/Skins/Twinta/images/waardevol-leven-onblue.svg?v3');
}
.wl-col-img,
.block-img {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .wl-col-img,
  .block-img {
    float: left;
    width: 50%;
  }
}
.fit-image {
  display: block;
  overflow: hidden;
  min-height: 220px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 480px) {
  .fit-image {
    min-height: 280px;
  }
}
@media (min-width: 768px) {
  .fit-image {
    min-height: 340px;
  }
}
@media (min-width: 992px) {
  .fit-image {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .fit-image {
    min-height: 470px;
  }
}
.fit-image > div,
.fit-image img {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fit-image,
.fit-image > .lazy-image {
  background-position: top center;
}
.fit-image > .lazy-image {
  min-width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-text,
.wl-col-text {
  padding-top: 62px;
  padding-bottom: 62px;
}
.wl-container .cr-lead {
  margin-bottom: 62px;
}
.cr-searchresults {
  padding: 62px 0;
}
.cr-searchresults .sb-title,
.cr-searchresults .sb-title a {
  font-size: 22px;
  color: #1fb6e0;
}
.sb-container {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #f5f6f7 1px solid;
}
.sb-description {
  margin-bottom: 0;
}
a.sb-link {
  color: #777777;
}
.sb-head {
  margin-bottom: 25px;
}
/*Styles for navbar search*/
.bstrapCR .sb-default .dropdown.dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 6px 20px;
}
.cr-default,
.bstrapCR .sb-default {
  padding: 12.5px 0 12.5px 0;
}
.bstrapCR .sb-default .input-group-btn .btn-group {
  display: flex !important;
}
.bstrapCR .sb-default .btn-group .btn {
  border-radius: 0;
  margin-left: -1px;
}
.bstrapCR .sb-default .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .bstrapCR .sb-default #adv-search {
    /*max-width: 500px;
        margin: 0 auto;*/
  }
  .bstrapCR .sb-default .dropdown.dropdown-lg {
    position: static !important;
  }
  .bstrapCR .sb-default .dropdown.dropdown-lg .dropdown-menu {
    min-width: 500px;
  }
}
.sb-skinobj #topHeader .search {
  width: 300px;
  overflow: visible;
}
.sb-skinobj #userControls #search {
  width: 300px;
  overflow: hidden;
  margin-top: -1px;
}
.sb-skinobj #userControls .bstrapCR .sb-default,
#topHeader .bstrapCR .sb-default {
  padding: 0px 0 0px 0;
}
.sb-skinobj #search-top {
  clear: both;
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}
.sb-skinobj #search-top.active {
  overflow: visible;
}
.sb-skinobj #search-top .bstrapCR input {
  background: #fff;
  border: none;
  font-size: 1em;
  height: 34px;
  margin: 0 0 0 0;
  width: 100%;
}
.sb-skinobj #search-top .bstrapCR span {
  display: inline-flex !important;
}
.sb-skinobj .topHeader .search {
  width: 300px;
  background-color: transparent;
}
.sb-skinobj .topHeader .search .bstrapCR .sb-default {
  padding: 0px;
}
@media screen and (max-width: 1025px) {
  .sb-skinobj .topHeader .search {
    width: 100%;
  }
  .sb-skinobj .topHeader .search .bstrapCR .sb-default #adv-search {
    max-width: 340px;
    margin: 0 auto;
  }
}
.bstrapCR .sb-default .twitter-typeahead {
  width: 100%;
  display: inline-flex !important;
}
.bstrapCR .sb-default .twitter-typeahead .tt-query,
.bstrapCR .sb-default .twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.bstrapCR .sb-default .tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
}
.bstrapCR .sb-default .tt-suggestion {
  display: block;
  padding: 3px 20px;
}
.bstrapCR .sb-default .tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.bstrapCR .sb-default .tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}
.bstrapCR .sb-default .tt-suggestion p {
  margin: 0;
}
.bstrapCR .sb-default span.twitter-typeahead .tt-menu,
.bstrapCR .sb-default span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.bstrapCR .sb-default span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.bstrapCR .sb-default span.twitter-typeahead .tt-suggestion.tt-cursor,
.bstrapCR .sb-default span.twitter-typeahead .tt-suggestion:hover,
.bstrapCR .sb-default span.twitter-typeahead .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.bstrapCR .sb-default .input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bstrapCR .sb-default .input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bstrapCR .sb-default span.twitter-typeahead {
  width: 100%;
}
.bstrapCR .sb-default .input-group span.twitter-typeahead {
  display: block !important;
  height: 34px;
}
.bstrapCR .sb-default .input-group span.twitter-typeahead .tt-menu,
.bstrapCR .sb-default .input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.bstrapCR .sb-default .input-group.input-group-sm span.twitter-typeahead {
  height: 30px;
}
.bstrapCR .sb-default .input-group.input-group-sm span.twitter-typeahead .tt-menu,
.bstrapCR .sb-default .input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important;
}
.bstrapCR .sb-default .input-group.input-group-lg span.twitter-typeahead {
  height: 46px;
}
.bstrapCR .sb-default .input-group.input-group-lg span.twitter-typeahead .tt-menu,
.bstrapCR .sb-default .input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important;
}
.bstrapCR .sb-default .input-group input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nc-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 13px;
}
@media (min-width: 768px) {
  .nc-container {
    width: 745px;
  }
}
@media (min-width: 992px) {
  .nc-container {
    width: 965px;
  }
}
@media (min-width: 1200px) {
  .nc-container {
    width: 1200px;
  }
}
.nc-row {
  margin-left: -12px;
  margin-right: -13px;
}
@media (min-width: 992px) {
  .nc-img-left .nc-text {
    float: right !important;
  }
}
@media (min-width: 992px) {
  .nc-img-right .nc-img {
    float: right !important;
  }
}
.news-lead,
.nc-text {
  padding-top: 62px;
  padding-bottom: 62px;
}
@media (min-width: 992px) {
  .alternating-layout > div > .wl-wrap:nth-child(2n) .nc-text {
    float: right !important;
  }
}
@media (min-width: 992px) {
  .alternating-layout > div > .wl-wrap:nth-child(2n + 1) .nc-img {
    float: right !important;
  }
}
.alternating-layout.section-wl {
  position: relative;
}
.alternating-layout.section-wl > div {
  margin-top: -62px;
}
.sb-body,
.faq-body {
  padding-left: 30px;
}
.sb-body .sb-items,
.faq-body .sb-items,
.sb-body .edn_articleSummary,
.faq-body .edn_articleSummary {
  padding-bottom: 12px;
}
.faq-body {
  /*font-size: @font-size-small;*/
}
.sb-items a {
  color: inherit;
  display: block;
}
.sb-items a:hover,
.sb-items a:focus {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}
.sb-items a.active {
  font-weight: 600;
}
.sb-items .sub-items {
  padding-left: 1em;
}
.rating-wrap + a,
.rating-wrap + p > a,
.cr-faq-list > a {
  font-size: 12px;
}
.sb-title,
.faq-title,
.sb-title a,
.faq-title a {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.sb-title.active,
.faq-title.active,
.sb-title a.active,
.faq-title a.active,
.sb-title:hover,
.faq-title:hover,
.sb-title a:hover,
.faq-title a:hover,
.sb-title:focus,
.faq-title:focus,
.sb-title a:focus,
.faq-title a:focus {
  text-decoration: none;
  font-weight: 700;
}
.sb-title .fa,
.faq-title .fa,
.sb-title a .fa,
.faq-title a .fa {
  margin-left: -30px;
}
.sb-title .fa.fa-chevron-circle-right,
.faq-title .fa.fa-chevron-circle-right,
.sb-title a .fa.fa-chevron-circle-right,
.faq-title a .fa.fa-chevron-circle-right {
  width: 18px;
  height: 18px;
  background: url('/Portals/_default/Skins/Twinta/images/svg/icon-faq-closed.svg?v3') center center no-repeat;
  background-size: contain;
}
.sb-title .fa.fa-chevron-circle-right:before,
.faq-title .fa.fa-chevron-circle-right:before,
.sb-title a .fa.fa-chevron-circle-right:before,
.faq-title a .fa.fa-chevron-circle-right:before {
  content: "";
  /*position: absolute;
                    left: 50%;
                    top: 50%;*/
  /*-moz-transform: translateX(-50%) translateY(-50%);
                    -ms-transform: translateX(-50%) translateY(-50%);
                    -o-transform: translateX(-50%) translateY(-50%);
                    -webkit-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%);*/
}
.sb-title[aria-expanded="true"],
.faq-title[aria-expanded="true"],
.sb-title a[aria-expanded="true"],
.faq-title a[aria-expanded="true"] {
  color: #1fb6e0;
  font-weight: 600;
}
.sb-title[aria-expanded="true"] .fa.fa-chevron-circle-right,
.faq-title[aria-expanded="true"] .fa.fa-chevron-circle-right,
.sb-title a[aria-expanded="true"] .fa.fa-chevron-circle-right,
.faq-title a[aria-expanded="true"] .fa.fa-chevron-circle-right {
  background-image: url('/Portals/_default/Skins/Twinta/images/svg/icon-faq-open.svg?v3');
  /*content: @fa-var-chevron-circle-down;*/
}
.section-title + .cr-faq-list {
  padding-top: 25px;
}
.section-title + .cr-faq-list .faq-body {
  font-size: 16px;
}
.faq-details-title {
  margin-top: 0;
}
.location-list {
  padding: 0 0 62px;
}
.office-list {
  padding: 62px 0;
}
.region-title {
  color: #63666a;
}
.office-section,
.location-section {
  padding: 31px 0;
  border-bottom: #ccc 1px solid;
}
.office-section:last-child,
.location-section:last-child {
  border-bottom: 0 solid;
}
@media (min-width: 992px) {
  .location-row > div:nth-child(3n + 1) {
    clear: left;
  }
}
.price {
  font-size: 35px;
}
.via-woningnet {
  width: 114px;
  height: 114px;
  background: url('/Portals/_default/Skins/Twinta/images/svg/via-woningnet.svg?v3') top right no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -5000em;
  overflow: hidden;
}
.rent-seperator {
  height: 1px;
  background-color: #969696;
  display: inline-block;
  margin: 12.5px 0;
  width: 100%;
  max-width: 175px;
}
.dl-location-property .rent-seperator {
  display: none;
}
@media (min-width: 480px) {
  .dl-location-property dt {
    float: left;
    width: 220px;
    clear: left;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-location-property dd {
    margin-left: 240px;
  }
  .dl-location-property .rent-seperator {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .dl-location-property dt {
    width: 280px;
  }
  .dl-location-property dd {
    margin-left: 300px;
  }
}
.location-description {
  line-height: 1.42857143;
  margin-bottom: 25px;
}
.section-location-info {
  border-top: #d6d6d6 1px solid;
}
.section-location-info > .section-body {
  padding: 62px 0;
}
.section-location-info.section-list > .section-body {
  padding: 25px 0 0;
}
.section-location-info.section-list:first-child {
  border-top: 0 solid;
}
.section-location-info.section-list:first-child > .section-body {
  padding-top: 0;
}
.section-location-info ul a {
  color: inherit;
}
.section-location-info ul a i {
  color: #1fb6e0;
}
.section-location-info ul a i {
  margin-left: 0.5em;
}
.available-apartment-list,
ul.available-apartment-list {
  padding: 0;
  margin: 0;
}
.available-apartment-list ul,
ul.available-apartment-list ul,
.available-apartment-list li,
ul.available-apartment-list li {
  padding: 0;
  margin: 0;
}
.available-apartment-list li,
ul.available-apartment-list li {
  list-style: none none;
}
.available-apartment-list a,
ul.available-apartment-list a {
  color: inherit;
}
.available-apartment-list a i,
ul.available-apartment-list a i {
  color: #1fb6e0;
}
.available-apartment-list a:hover,
ul.available-apartment-list a:hover,
.available-apartment-list a:focus,
ul.available-apartment-list a:focus {
  text-decoration: none;
  color: #1fb6e0;
}
.filter-wrap {
  margin-bottom: 62px;
}
.filter-wrap > .container {
  padding-top: 62px;
  padding-bottom: 62px;
}
.domain-tango .cr-lead-wrap {
  background-color: #effafd;
}
.domain-tango .cr-lead-wrap .section-title {
  color: #1fb6e0;
}
.domain-tango .mega-nav > li.active > a[aria-expanded="false"],
.domain-tango .mega-nav > li.active.no-dropdown > a {
  background-color: #effafd;
}
.domain-prussian-blue .cr-lead-wrap {
  background-color: #f4f4f5;
}
.domain-prussian-blue .cr-lead-wrap .section-title {
  color: #63666a;
}
.domain-prussian-blue .mega-nav > li.active > a[aria-expanded="false"],
.domain-prussian-blue .mega-nav > li.active.no-dropdown > a {
  background-color: #f4f4f5;
}
.domain .cr-lead-wrap {
  margin-bottom: 0;
}
.domain .cr-lead-wrap .cr-lead {
  padding-top: 15px;
}
.domain .mega-nav > li.active > a[aria-expanded="false"],
.domain .mega-nav > li.active.no-dropdown > a,
.domain .mega-nav > li.active > a[aria-expanded="false"]:hover,
.domain .mega-nav > li.active.no-dropdown > a:hover,
.domain .mega-nav > li.active > a[aria-expanded="false"]:focus,
.domain .mega-nav > li.active.no-dropdown > a:focus {
  color: #1e1e1e;
}
.cr-diensten {
  padding: 62px 0;
}
/*.cr-diensten-title {
}*/
.cr-diensten-title,
.cr-diensten-box {
  margin-bottom: 31px;
}
.cr-diensten-title {
  font-size: 35px;
}
.cr-diensten-box img {
  margin-bottom: 15px;
}
.cr-diensten-box h5 {
  margin-bottom: 5px;
}
.domain-list > .mega-subnav-wrap {
  padding-top: 31px;
}
.domain-list > .mega-subnav-wrap:first-child {
  padding-top: 0;
}
.domain-list .mega-subnav {
  padding-top: 31px;
}
.domain-list-row {
  /*display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -@grid-gutter-width;*/
  margin-left: -12px;
  margin-right: -13px;
}
.domain-list-row > div {
  /*display: block;
        -ms-flex: 0 0 floor((@container-lg - (@grid-gutter-width * 3)) / 4);
        -webkit-flex: 0 0 floor((@container-lg - (@grid-gutter-width * 3)) / 4);
        flex: 0 0 floor((@container-lg - (@grid-gutter-width * 3)) / 4);
        margin-left: @grid-gutter-width;
        margin-bottom: @grid-gutter-width;*/
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 480px) {
  .domain-list-row > div {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media (min-width: 768px) {
  .domain-list-row > div {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .domain-list-row > div {
    float: left;
    width: 25%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .domain-list-row > div:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .domain-list-row > div:nth-child(3n + 1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .domain-list-row > div:nth-child(4n + 1) {
    clear: left;
  }
}
ul.resource-list,
ul.big-blocks,
ul.list-blocks,
ul.video-list,
ul.document-list {
  padding: 0;
  margin: 0;
}
ul.resource-list ul,
ul.big-blocks ul,
ul.list-blocks ul,
ul.video-list ul,
ul.document-list ul,
ul.resource-list li,
ul.big-blocks li,
ul.list-blocks li,
ul.video-list li,
ul.document-list li {
  padding: 0;
  margin: 0;
}
ul.resource-list li,
ul.big-blocks li,
ul.list-blocks li,
ul.video-list li,
ul.document-list li {
  list-style: none none;
}
.resource-title {
  display: block;
  padding: 50px 15px 25px;
  margin: 0;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}
.bitwise-content,
.videos,
.brochures {
  background: #f5f6f7;
}
ul.resource-list > li > a,
ul.video-list > li > a,
ul.document-list > li > a {
  display: block;
  position: relative;
  padding: 15px;
  background: #ffffff;
}
ul.resource-list > li a.media,
ul.video-list > li a.media,
ul.document-list > li a.media {
  display: table;
  width: 100%;
  color: #1e1e1e;
}
ul.resource-list > li a.media .media-left,
ul.video-list > li a.media .media-left,
ul.document-list > li a.media .media-left {
  padding-right: 15px;
}
ul.resource-list > li a.media .media-left > img,
ul.video-list > li a.media .media-left > img,
ul.document-list > li a.media .media-left > img {
  width: 85px;
  max-width: none;
}
ul.resource-list > li a.media .media-heading,
ul.video-list > li a.media .media-heading,
ul.document-list > li a.media .media-heading {
  font-weight: normal;
  line-height: 1.1;
  font-size: 20px;
}
ul.resource-list > li a.media .media-body > p,
ul.video-list > li a.media .media-body > p,
ul.document-list > li a.media .media-body > p,
ul.resource-list > li a.media .media-body > span,
ul.video-list > li a.media .media-body > span,
ul.document-list > li a.media .media-body > span {
  display: block;
  font-size: 12px;
  margin: 0;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.1;
  height: 40px;
  color: #777777;
}
ul.resource-list > li a.media:focus,
ul.video-list > li a.media:focus,
ul.document-list > li a.media:focus,
ul.resource-list > li a.media:hover,
ul.video-list > li a.media:hover,
ul.document-list > li a.media:hover {
  text-decoration: none;
}
ul.resource-list > li a.media.video .media-left,
ul.video-list > li a.media.video .media-left,
ul.document-list > li a.media.video .media-left {
  position: relative;
}
ul.resource-list > li a.media.video .media-left:after,
ul.video-list > li a.media.video .media-left:after,
ul.document-list > li a.media.video .media-left:after {
  content: " ";
  background-image: url('/Portals/_default/Skins/Twinta/images/playButtonFrame.png?v3');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 65px;
  height: 65px;
}
ul.resource-list > li,
ul.video-list > li,
ul.document-list > li {
  margin-bottom: 25px;
}
ul.resource-list > li > a.media,
ul.video-list > li > a.media,
ul.document-list > li > a.media {
  -moz-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}
ul.resource-list:hover > li > a.media,
ul.video-list:hover > li > a.media,
ul.document-list:hover > li > a.media {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
ul.resource-list:hover > li:hover > a.media,
ul.video-list:hover > li:hover > a.media,
ul.document-list:hover > li:hover > a.media {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 480px) {
  ul.resource-list,
  ul.video-list,
  ul.document-list {
    margin-left: -12px;
    margin-right: -13px;
  }
  ul.resource-list:before,
  ul.video-list:before,
  ul.document-list:before,
  ul.resource-list:after,
  ul.video-list:after,
  ul.document-list:after {
    content: " ";
    display: table;
  }
  ul.resource-list:after,
  ul.video-list:after,
  ul.document-list:after {
    clear: both;
  }
  ul.resource-list:before,
  ul.video-list:before,
  ul.document-list:before,
  ul.resource-list:after,
  ul.video-list:after,
  ul.document-list:after {
    content: " ";
    display: table;
  }
  ul.resource-list:after,
  ul.video-list:after,
  ul.document-list:after {
    clear: both;
  }
  ul.resource-list > li,
  ul.video-list > li,
  ul.document-list > li {
    position: relative;
    min-height: 1px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media (min-width: 480px) and (min-width: 768px) {
  ul.resource-list > li,
  ul.video-list > li,
  ul.document-list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  ul.resource-list > li,
  ul.video-list > li,
  ul.document-list > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.resource-list > li:nth-child(2n + 1),
  ul.video-list > li:nth-child(2n + 1),
  ul.document-list > li:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  ul.resource-list > li:nth-child(3n + 1),
  ul.video-list > li:nth-child(3n + 1),
  ul.document-list > li:nth-child(3n + 1) {
    clear: left;
  }
}
ul.list-blocks > li > a {
  position: relative;
  display: block;
  padding: 15px 15px 45px;
  border: #ddd 1px solid;
  border-top-width: 4px;
  border-top-color: #63666b;
  color: #1e1e1e;
  text-decoration: none;
  background: #ffffff;
}
ul.list-blocks > li > a .item-title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.2em;
}
ul.list-blocks > li > a .item-description {
  font-size: 12px;
  /*line-height: 1.1;*/
  display: block;
}
ul.list-blocks > li > a .item-learn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 12px;
}
ul.list-blocks > li > a .item-learn: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: #1fb6e0;
  margin-right: 0.5em;
  content: "\f0a9";
}
ul.list-blocks > li > a .item-learn:before.fa-pull-left {
  margin-right: 0.3em;
}
ul.list-blocks > li > a .item-learn:before.fa-pull-right {
  margin-left: 0.3em;
}
ul.list-blocks > li > a .item-learn:before.pull-left {
  margin-right: 0.3em;
}
ul.list-blocks > li > a .item-learn:before.pull-right {
  margin-left: 0.3em;
}
ul.list-blocks > li > a .item-learn:before.pull-right,
ul.list-blocks > li > a .item-learn:before.pull-left {
  line-height: inherit;
}
ul.list-blocks > li > a .item-learn:before.pull-right.fa-lg,
ul.list-blocks > li > a .item-learn:before.pull-left.fa-lg {
  line-height: 0.8;
}
ul.list-blocks > li:hover > a {
  background: #63666b;
  border-color: #63666b;
  color: #ffffff;
  text-decoration: none;
}
ul.list-blocks > li:hover > a .item-learn {
  color: #ffffff;
}
ul.list-blocks > li:hover > a .item-learn:before {
  color: #ffffff;
}
ul.list-blocks {
  margin-bottom: 50px;
}
ul.list-blocks > li {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  ul.list-blocks > li > a {
    min-height: 210px;
  }
}
@media (min-width: 480px) {
  ul.list-blocks {
    margin-left: -5px;
    margin-right: -5px;
  }
  ul.list-blocks:before,
  ul.list-blocks:after {
    content: " ";
    display: table;
  }
  ul.list-blocks:after {
    clear: both;
  }
  ul.list-blocks:before,
  ul.list-blocks:after {
    content: " ";
    display: table;
  }
  ul.list-blocks:after {
    clear: both;
  }
  ul.list-blocks > li {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 480px) and (min-width: 768px) {
  ul.list-blocks > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  ul.list-blocks > li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.list-blocks > li:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  ul.list-blocks > li:nth-child(4n + 1) {
    clear: left;
  }
}
#tapetember-500 {
  background: #f5f6f7;
}
#tapetember-500 > .center-container {
  max-width: 1000px;
}
ul.big-blocks > li > a {
  position: relative;
  display: block;
  background: #63666b;
  border-color: #63666b;
  color: #ffffff;
  text-decoration: none;
  border-top: #63666b 4px solid;
}
ul.big-blocks > li > a img {
  width: 100%;
}
ul.big-blocks > li > a .item-details {
  display: block;
  padding: 15px 15px 45px;
}
ul.big-blocks > li > a .item-title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.2em;
}
ul.big-blocks > li > a .item-description {
  font-size: 12px;
  /*line-height: 1.1;*/
  display: block;
}
ul.big-blocks > li > a .item-learn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 12px;
  color: #ffffff;
}
ul.big-blocks > li > a .item-learn:before {
  color: #ffffff;
}
.item-learn {
  color: #1e1e1e;
}
.item-learn: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: #1fb6e0;
  margin-right: 0.5em;
  content: "\f0a9";
}
.item-learn:before.fa-pull-left {
  margin-right: 0.3em;
}
.item-learn:before.fa-pull-right {
  margin-left: 0.3em;
}
.item-learn:before.pull-left {
  margin-right: 0.3em;
}
.item-learn:before.pull-right {
  margin-left: 0.3em;
}
.item-learn:before.pull-right,
.item-learn:before.pull-left {
  line-height: inherit;
}
.item-learn:before.pull-right.fa-lg,
.item-learn:before.pull-left.fa-lg {
  line-height: 0.8;
}
ul.big-blocks {
  margin-bottom: 50px;
}
ul.big-blocks > li {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  ul.big-blocks > li > a .item-details {
    min-height: 150px;
  }
}
ul.big-blocks:hover > li > a {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}
ul.big-blocks:hover > li:hover > a {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 480px) {
  ul.big-blocks {
    margin-left: -5px;
    margin-right: -5px;
  }
  ul.big-blocks:before,
  ul.big-blocks:after {
    content: " ";
    display: table;
  }
  ul.big-blocks:after {
    clear: both;
  }
  ul.big-blocks:before,
  ul.big-blocks:after {
    content: " ";
    display: table;
  }
  ul.big-blocks:after {
    clear: both;
  }
  ul.big-blocks > li {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 480px) and (min-width: 768px) {
  ul.big-blocks > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  ul.big-blocks > li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.big-blocks > li:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  ul.big-blocks > li:nth-child(4n + 1) {
    clear: left;
  }
}
.video-player {
  background: #000;
}
.video-player iframe {
  display: block;
}
@media (min-width: 992px) {
  .banner-wrap .video-player {
    padding-top: 70px;
  }
}
#video-modal {
  display: none;
}
.doc-wrapper {
  background: #000;
  padding: 50px 0;
  color: #ffffff;
}
.doc-wrapper .item-learn {
  color: #ffffff;
}
.doc-wrapper .item-learn:before {
  color: #ffffff;
}
@media (min-width: 480px) {
  .doc-row {
    margin-left: -12px;
    margin-right: -13px;
  }
  .doc-row:before,
  .doc-row:after {
    content: " ";
    display: table;
  }
  .doc-row:after {
    clear: both;
  }
  .doc-row:before,
  .doc-row:after {
    content: " ";
    display: table;
  }
  .doc-row:after {
    clear: both;
  }
  .doc-row > div.doc-col {
    float: left;
    width: 66.66666667%;
    position: relative;
    min-height: 1px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .doc-row > div.doc-col:first-child {
    float: left;
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .doc-row > div.doc-col {
    float: left;
    width: 75%;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .doc-row > div.doc-col:first-child {
    float: left;
    width: 25%;
  }
}
.doc-row audio {
  margin: 2em 0;
}
.bitwise-content {
  padding-bottom: 100px;
}
.employ-block,
a.employ-block {
  display: block;
  margin-bottom: 25px;
}
.employ-block,
a.employ-block,
.employ-block:hover,
a.employ-block:hover,
.employ-block:focus,
a.employ-block:focus {
  text-decoration: none;
}
.employ-img {
  display: block;
  padding: 25px 5px;
  background-color: #1fb6e0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.employ-title {
  color: #1e1e1e;
}
.lp-heading {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .lp-heading {
    font-size: 56px;
  }
}
.lp-subheading {
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .lp-subheading {
    font-size: 28px;
  }
}
.lp-page-padding {
  padding: 60px;
}
.lp-page-padding-lr {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .row.d-flex {
    flex-direction: column;
  }
}
.landingpage .bg-shuttle-gray,
.landingpage .bg-shuttle-gray .Normal {
  color: #ffffff;
}
#toegankelijkheid-blok {
  position: fixed;
  top: 20px;
  font-size: 20px;
  /* background-color: rgba(30,32,32,0.116); */
  z-index: 1001;
}
@media screen and (min-width: 992px) {
  #toegankelijkheid-blok {
    right: 20px;
  }
}
#toegankelijkheid-blok a {
  color: #282a2c;
  padding: 3px 5px;
  border-radius: 2px;
}
#toegankelijkheid-blok a.selected {
  color: #fff;
  background-color: #282a2c;
}
#toegankelijkheid-blokInMenu.navbar-nav > li > a.selected {
  background-color: #1fb6e0;
  color: #fff;
}
.added-contrast #toegankelijkheid-blokInMenu.navbar-nav > li > a.selected {
  background-color: #000;
}
@media screen and (min-width: 992px) {
  #toegankelijkheid-blokInMenu.navbar-nav .tooltip {
    font-size: 20px;
  }
}
@font-face {
  font-family: 'opendyslexicregular';
  src: url('/Portals/_default/Skins/CR/fonts/opendyslexic-regular-webfont.woff2') format('woff2'), url('/Portals/_default/Skins/CR/fonts/opendyslexic-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
#main-wrapper.added-font {
  font-family: 'opendyslexicregular';
}
#main-wrapper.added-font .nav {
  font-size: 13px;
}
#main-wrapper.added-font .wl-logo {
  background: url(/Portals/_default/Skins/CR/images/waardevol-leven-pos-dyslexie.svg) left center no-repeat;
}
#main-wrapper.added-font .bg-turquoise-blue .wl-logo {
  background: url(/Portals/_default/Skins/CR/images/waardevol-leven-onblue-dyslexie.svg) left center no-repeat;
}
#main-wrapper.added-contrast.home .nav-on-top {
  background-color: #fff;
}
#main-wrapper.added-contrast.home .header-image-wrap {
  background-color: #000;
  background-image: none !important;
  color: #fff;
}
#main-wrapper.added-contrast .dropdown-menu li.active {
  background-color: #000;
  color: #fff;
}
#main-wrapper.added-contrast .logo-cr {
  background: url(/Portals/_default/Skins/CR/images/logo-carintreggeland-contrast.svg) center center no-repeat;
}
#main-wrapper.added-contrast .scroll-to {
  background: url(/Portals/_default/Skins/CR/images/svg/arrow-slide-down-pos-black.svg) center center no-repeat;
}
#main-wrapper.added-contrast a {
  text-decoration: underline;
}
#main-wrapper.added-contrast a,
#main-wrapper.added-contrast h1,
#main-wrapper.added-contrast h2,
#main-wrapper.added-contrast h3,
#main-wrapper.added-contrast h4,
#main-wrapper.added-contrast h5,
#main-wrapper.added-contrast h6,
#main-wrapper.added-contrast .text-primary {
  color: #000;
}
#main-wrapper.added-contrast .btn-white {
  color: #000 !important;
}
#main-wrapper.added-contrast .cr-intro-col figure {
  background-color: #000;
}
#main-wrapper.added-contrast .mega-subnav img,
#main-wrapper.added-contrast .cr-contact-box img,
#main-wrapper.added-contrast .mega-subnav a.scroll-to,
#main-wrapper.added-contrast .cr-contact-box a.scroll-to {
  filter: brightness(-100%);
}
#main-wrapper.added-contrast .btn-primary,
#main-wrapper.added-contrast .btn-primary:hover,
#main-wrapper.added-contrast .btn-atlantis,
#main-wrapper.added-contrast .social-media-buttons a,
#main-wrapper.added-contrast .btn-qmenu {
  background-color: #000;
  border-color: #000;
  color: #fff !important;
}
#main-wrapper.added-contrast .blue-box,
#main-wrapper.added-contrast .btn-line {
  border-color: #000;
}
#main-wrapper.added-contrast .bg-turquoise-blue,
#main-wrapper.added-contrast .bg-kortdurend-verblijf,
#main-wrapper.added-contrast .bg-vitaal-thuis,
#main-wrapper.added-contrast .bg-zorg-thuis,
#main-wrapper.added-contrast .bg-verpleegthuiszorg,
#main-wrapper.added-contrast .footer-top,
#main-wrapper.added-contrast .footer-bottom,
#main-wrapper.added-contrast .wl-wrap .no-clearfix-wrap {
  background-color: #000;
  color: #fff !important;
}
#main-wrapper.added-contrast .bg-turquoise-blue img,
#main-wrapper.added-contrast .bg-kortdurend-verblijf img,
#main-wrapper.added-contrast .bg-vitaal-thuis img,
#main-wrapper.added-contrast .bg-zorg-thuis img,
#main-wrapper.added-contrast .bg-verpleegthuiszorg img,
#main-wrapper.added-contrast .footer-top img,
#main-wrapper.added-contrast .footer-bottom img,
#main-wrapper.added-contrast .wl-wrap .no-clearfix-wrap img {
  filter: brightness(100%);
}
#main-wrapper.added-contrast .bg-turquoise-blue a,
#main-wrapper.added-contrast .bg-kortdurend-verblijf a,
#main-wrapper.added-contrast .bg-vitaal-thuis a,
#main-wrapper.added-contrast .bg-zorg-thuis a,
#main-wrapper.added-contrast .bg-verpleegthuiszorg a,
#main-wrapper.added-contrast .footer-top a,
#main-wrapper.added-contrast .footer-bottom a,
#main-wrapper.added-contrast .wl-wrap .no-clearfix-wrap a,
#main-wrapper.added-contrast .bg-turquoise-blue h5,
#main-wrapper.added-contrast .bg-kortdurend-verblijf h5,
#main-wrapper.added-contrast .bg-vitaal-thuis h5,
#main-wrapper.added-contrast .bg-zorg-thuis h5,
#main-wrapper.added-contrast .bg-verpleegthuiszorg h5,
#main-wrapper.added-contrast .footer-top h5,
#main-wrapper.added-contrast .footer-bottom h5,
#main-wrapper.added-contrast .wl-wrap .no-clearfix-wrap h5,
#main-wrapper.added-contrast .bg-turquoise-blue h1,
#main-wrapper.added-contrast .bg-kortdurend-verblijf h1,
#main-wrapper.added-contrast .bg-vitaal-thuis h1,
#main-wrapper.added-contrast .bg-zorg-thuis h1,
#main-wrapper.added-contrast .bg-verpleegthuiszorg h1,
#main-wrapper.added-contrast .footer-top h1,
#main-wrapper.added-contrast .footer-bottom h1,
#main-wrapper.added-contrast .wl-wrap .no-clearfix-wrap h1 {
  color: #fff;
}
#main-wrapper.added-contrast .bg-turquoise-blue .btn-white.btn-line,
#main-wrapper.added-contrast .bg-kortdurend-verblijf .btn-white.btn-line,
#main-wrapper.added-contrast .bg-vitaal-thuis .btn-white.btn-line,
#main-wrapper.added-contrast .bg-zorg-thuis .btn-white.btn-line,
#main-wrapper.added-contrast .bg-verpleegthuiszorg .btn-white.btn-line,
#main-wrapper.added-contrast .footer-top .btn-white.btn-line,
#main-wrapper.added-contrast .footer-bottom .btn-white.btn-line,
#main-wrapper.added-contrast .wl-wrap .no-clearfix-wrap .btn-white.btn-line {
  border-color: #fff !important;
  color: #fff !important;
}
#main-wrapper.added-contrast .bg-turquoise-blue.section-wl .wl-summary,
#main-wrapper.added-contrast .bg-kortdurend-verblijf.section-wl .wl-summary,
#main-wrapper.added-contrast .bg-vitaal-thuis.section-wl .wl-summary,
#main-wrapper.added-contrast .bg-zorg-thuis.section-wl .wl-summary,
#main-wrapper.added-contrast .bg-verpleegthuiszorg.section-wl .wl-summary,
#main-wrapper.added-contrast .footer-top.section-wl .wl-summary,
#main-wrapper.added-contrast .footer-bottom.section-wl .wl-summary,
#main-wrapper.added-contrast .wl-wrap .no-clearfix-wrap.section-wl .wl-summary,
#main-wrapper.added-contrast .bg-turquoise-blue.section-wl small,
#main-wrapper.added-contrast .bg-kortdurend-verblijf.section-wl small,
#main-wrapper.added-contrast .bg-vitaal-thuis.section-wl small,
#main-wrapper.added-contrast .bg-zorg-thuis.section-wl small,
#main-wrapper.added-contrast .bg-verpleegthuiszorg.section-wl small,
#main-wrapper.added-contrast .footer-top.section-wl small,
#main-wrapper.added-contrast .footer-bottom.section-wl small,
#main-wrapper.added-contrast .wl-wrap .no-clearfix-wrap.section-wl small {
  color: #fff !important;
}
#main-wrapper.added-contrast .section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) {
  background-color: #000;
  color: #fff;
}
#main-wrapper.added-contrast .section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) .wl-title.wl-default-title.track-title,
#main-wrapper.added-contrast .section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a {
  color: #fff;
}
#main-wrapper.added-contrast .wl-logo {
  background: url(/Portals/_default/Skins/CR/images/waardevol-leven-white.svg) left center no-repeat;
}
#main-wrapper.added-contrast .btn-turquoise-blue .btn-line,
#main-wrapper.added-contrast .btn-atlantis .btn-line,
#main-wrapper.added-contrast button.trigger {
  background-color: transparent !important;
  border-color: #000;
  color: #000;
}
#main-wrapper.added-contrast .banner-pane .wl-default-title small,
#main-wrapper.added-contrast .banner-pane h2 {
  color: #fff;
}
#main-wrapper.added-contrast .btn-line {
  background-color: transparent !important;
  color: #000 !important;
}
#main-wrapper.added-contrast .care-services-types .bg-primary {
  background-color: #000;
  color: #fff;
}
#main-wrapper.added-contrast .content-block-item-block {
  background-color: #000;
}
#main-wrapper.added-contrast .content-block-item-block h2,
#main-wrapper.added-contrast .content-block-item-block small {
  color: #fff;
}
#main-wrapper.added-contrast .cr-results-item-block {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
#main-wrapper.added-contrast .cr-results-item-block h3 {
  color: #fff;
}
#main-wrapper.added-contrast .cr-results-item-block.open {
  background-color: #fff;
  color: #000;
}
#main-wrapper.added-contrast .cr-results-item-block.open h3 {
  color: #000;
}
#main-wrapper.added-contrast .cr-results-item-block.open .icon {
  filter: brightness(-100%);
}
#main-wrapper.added-contrast .sb-title[aria-expanded="true"] .fa.fa-chevron-circle-right,
#main-wrapper.added-contrast .faq-title[aria-expanded="true"] .fa.fa-chevron-circle-right,
#main-wrapper.added-contrast .sb-title a[aria-expanded="true"] .fa.fa-chevron-circle-right,
#main-wrapper.added-contrast .faq-title a[aria-expanded="true"] .fa.fa-chevron-circle-right {
  background-image: url(/Portals/_default/Skins/CR/images/svg/icon-faq-open-black.svg);
}
#main-wrapper.added-contrast .sb-title .fa.fa-chevron-circle-right,
#main-wrapper.added-contrast .faq-title .fa.fa-chevron-circle-right,
#main-wrapper.added-contrast .sb-title a .fa.fa-chevron-circle-right,
#main-wrapper.added-contrast .faq-title a .fa.fa-chevron-circle-right {
  background-image: url(/Portals/_default/Skins/CR/images/svg/icon-faq-closed-black.svg);
}
#main-wrapper.added-contrast .btn-ask-question.btn-line,
#main-wrapper.added-contrast .btn.btn-ask-question.btn-line .btn-ask-question.btn-line:hover,
#main-wrapper.added-contrast .btn.btn-ask-question.btn-line:hover,
#main-wrapper.added-contrast .btn-ask-question.btn-line:focus,
#main-wrapper.added-contrast .btn.btn-ask-question.btn-line:focus {
  background-image: url(/Portals/_default/Skins/CR/images/svg/Contact-veelgestelde-vragen-black.svg);
}
#main-wrapper.added-contrast .blue-box-text {
  border-color: #000;
}
#main-wrapper.added-contrast .DnnModule .DynamicForms_SaveFormDiv input[type=button] {
  background-color: #000;
  border-color: #000;
}
#main-wrapper.added-contrast .DnnModule .DynamicForms_SaveFormDiv input[type=button]:hover {
  background-color: #000;
}
#main-wrapper.added-size {
  font-size: 19px;
}
#main-wrapper.added-size .navbar-brand.with-logo {
  display: none;
}
#main-wrapper.added-size.annual-home .navbar-brand.with-logo,
#main-wrapper.added-size.annual-volg .navbar-brand.with-logo {
  display: block;
}
#main-wrapper.added-size p,
#main-wrapper.added-size .btn,
#main-wrapper.added-size li,
#main-wrapper.added-size .aam-heading,
#main-wrapper.added-size button.trigger,
#main-wrapper.added-size .news-list-body,
#main-wrapper.added-size .DnnModule .DF-FieldRow > div > label,
#main-wrapper.added-size .DnnModule .DynamicForms_SaveFormDiv input[type=button] {
  font-size: 19px;
}
#main-wrapper.added-size .nav li,
#main-wrapper.added-size .footer-wrap.style .footer-bottom {
  font-size: calc(19px - 2px) !important;
}
#main-wrapper.added-size h1,
#main-wrapper.added-size .h1 {
  font-size: calc(19px + 21px);
}
#main-wrapper.added-size h2,
#main-wrapper.added-size .h2 {
  font-size: calc(19px + 13px);
}
#main-wrapper.added-size h4,
#main-wrapper.added-size .h4 {
  font-size: calc(19px + 10px);
}
#main-wrapper.added-size h5,
#main-wrapper.added-size .h5 {
  font-size: calc(19px + 8px);
}
#main-wrapper.added-size h3,
#main-wrapper.added-size .h3,
#main-wrapper.added-size .cr-title,
#main-wrapper.added-size .sb-title,
#main-wrapper.added-size .faq-title,
#main-wrapper.added-size .sb-title a,
#main-wrapper.added-size .faq-title a,
#main-wrapper.added-size .wl-summary p {
  font-size: calc(19px + 6px);
}
#main-wrapper.added-size .cr-box > p {
  height: 140px !important;
}
#main-wrapper.added-size .block-with-image .nc-text,
#main-wrapper.added-size .wl-wrap .nc-text,
#main-wrapper.added-size .block-with-image .fit-image,
#main-wrapper.added-size .wl-wrap .fit-image {
  height: 540px !important;
}
#main-wrapper.added-size .form-control {
  height: 59px;
  font-size: 19px;
}
@media screen and (min-width: 992px) {
  #main-wrapper.added-size .wl-logo {
    width: 385px;
  }
}
#main-wrapper.added-size .location-item .location-body {
  min-height: 475px;
  height: auto !important;
}
#main-wrapper.added-size .wl-default-title small,
#main-wrapper.added-size .mega-nav > li > a {
  font-size: calc(19px + 4px);
}
#main-wrapper.added-size.added-font .nav li {
  font-size: 13px !important;
}
#main-wrapper.added-size.added-font .navbar-brand.with-logo {
  display: block;
}
.aam-row {
  margin-left: -5px;
  margin-right: -5px;
  margin-left: -25px;
  /*.media-object {
        margin-left: -@space;
    }*/
}
.aam-row > .aam-col {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .aam-row > .aam-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .aam-row > .aam-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 1199px) {
  .aam-row > .aam-col:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .aam-row > .aam-col:nth-child(3n + 1) {
    clear: left;
  }
}
.aam-col {
  margin-bottom: 25px;
}
.aam-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.1;
}
.aam-heading a {
  color: inherit;
}
.aam-text {
  font-style: italic;
  line-height: 1.4;
}
.aam-text:after,
.aam-text:before {
  content: "\"";
}
.pos-absolute {
  position: absolute;
  right: 0;
  width: 100%;
}
.annual-volg .cr-lef,
.annual-home .cr-lef {
  position: static;
}
.section-aa-sidebar .blue-box {
  padding: 15px;
  background-color: #fff;
}
.section-aa-sidebar .sb-title.active {
  color: #1fb6e0;
}
.section-aa-sidebar .sb-title.active a {
  color: inherit;
}
.aa-navigation {
  margin-bottom: 62px;
}
.aa-navigation a {
  position: relative;
}
.aa-navigation .fa.fa-home:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url('/Portals/_default/Skins/Twinta/images/svg/icon-home.svg?v3') center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.aa-navigation .fa.fa-home:after {
  content: "\00a0\00a0\00a0";
}
.annual-lead-wrap .aa-navigation {
  margin-bottom: 31px;
}
.aa-header-interactive {
  background-color: #1fb6e0;
}
.aa-header-interactive .scroll-to {
  content: " ";
  width: 35px;
  height: 14px;
  background: url('/Portals/_default/Skins/Twinta/images/svg/arrow-slide-down-pos.svg?v3') center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -17px;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.interactive-img {
  position: relative;
  max-width: 1560px;
}
.item-interactive {
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -moz-transition: background-color 400ms ease-out;
  -o-transition: background-color 400ms ease-out;
  -webkit-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
  cursor: pointer;
}
@media (min-width: 992px) {
  .item-interactive {
    width: 100px;
    height: 100px;
  }
}
.item-interactive:hover,
.tick-items .item-interactive {
  background-color: rgba(255, 255, 255, 0.5);
}
.nav-btn {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-indent: -5000em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #ffffff;
  border: #f5f6f7 1px solid;
}
.nav-btn:not(.disabled):focus,
.nav-btn:not(.disabled):hover {
  background-color: #1fb6e0;
}
.nav-btn.disabled {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.nav-icon-home {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpolygon%20fill%3D%22%237E8287%22%20points%3D%2225%2014%2014%2024.59%2017.3%2024.59%2017.3%2034%2022.8%2034%2022.8%2026.94%2027.2%2026.94%2027.2%2034%2032.7%2034%2032.7%2024.59%2036%2024.59%2025%2014%22%20/%3E%3C/svg%3E');
}
.nav-icon-home:not(.disabled):focus,
.nav-icon-home:not(.disabled):hover {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2225%2014%2014%2024.59%2017.3%2024.59%2017.3%2034%2022.8%2034%2022.8%2026.94%2027.2%2026.94%2027.2%2034%2032.7%2034%2032.7%2024.59%2036%2024.59%2025%2014%22%20/%3E%3C/svg%3E');
}
.nav-icon-next {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpolygon%20fill%3D%22%237E8287%22%20points%3D%2223.65%2019.86%2022.43%2021.07%2026.4%2025%2022.43%2028.93%2023.65%2030.14%2028.86%2025%2023.65%2019.86%22%20/%3E%3C/svg%3E');
}
.nav-icon-next:not(.disabled):focus,
.nav-icon-next:not(.disabled):hover {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2223.65%2019.86%2022.43%2021.07%2026.4%2025%2022.43%2028.93%2023.65%2030.14%2028.86%2025%2023.65%2019.86%22%20/%3E%3C/svg%3E');
}
.nav-icon-previous {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpolygon%20fill%3D%22%237E8287%22%20points%3D%2227.57%2021.07%2026.35%2019.86%2021.14%2025%2026.35%2030.14%2027.57%2028.93%2023.6%2025%2027.57%2021.07%22%20/%3E%3C/svg%3E');
}
.nav-icon-previous:not(.disabled):focus,
.nav-icon-previous:not(.disabled):hover {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2227.57%2021.07%2026.35%2019.86%2021.14%2025%2026.35%2030.14%2027.57%2028.93%2023.6%2025%2027.57%2021.07%22%20/%3E%3C/svg%3E');
}
.content-block-container {
  display: flex;
}
.content-block-item {
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 1 175px;
  -webkit-flex: 0 1 175px;
  flex: 0 1 175px;
  margin: 0 1.5rem 0 0;
}
.content-block-item-block {
  padding: 1rem;
  background-color: #1fb6e0;
  color: white;
  flex-grow: 1;
}
.content-block-item-block .cbib-heading {
  margin: 1rem 0 1rem 0;
  font-weight: 700;
}
.content-block-item-block .small {
  line-height: 1.4285714;
}
.interactive-overlay {
  display: none;
  background-color: rgba(245, 246, 247, 0);
  -moz-transition: background-color 400ms ease-in;
  -o-transition: background-color 400ms ease-in;
  -webkit-transition: background-color 400ms ease-in;
  transition: background-color 400ms ease-in;
}
.interactive-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(245, 246, 247, 0.7);
}
.overlay-circle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 330px;
  width: 330px;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.overlay-img-wrap {
  pointer-events: none;
}
.overlay-img-wrap > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
}
.overlay-body {
  padding: 0 50px 50px;
}
.overlay-body h6 {
  margin: 0 0 3px;
}
.overlay-body p {
  margin: 0;
  line-height: 1.4;
}
.overlay-close {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
}
.drop-main-page-scroll {
  overflow: hidden;
  overflow-y: scroll;
  height: 100vh;
}
.drop-main-page-scroll body {
  overflow: hidden !important;
  max-height: 100vh;
}
.cr-results-container {
  margin-left: -12px;
  margin-right: -13px;
  /*@media(min-width: @screen-xs) {
        -moz-columns: 2;
        -webkit-columns: 2;
        columns: 2;
    }*/
}
.cr-results-container > div {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 768px) {
  .cr-results-container > div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .cr-results-container > div:nth-child(2n+1) {
    clear: left;
  }
}
.cr-results-item {
  margin-bottom: 25px;
  -webkit-break-inside: avoid;
  break-inside: avoid;
}
.cr-results-item-block {
  background-color: #1fb6e0;
  border: #1fb6e0 1px solid;
  color: #ffffff;
}
.cr-results-item-block.open {
  background-color: #ffffff;
  color: #1fb6e0;
}
.cr-results-item-block .cr-results-title {
  margin: 0;
}
.cr-results-title: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;
  width: 1.28571429em;
  text-align: center;
  content: "\f105";
  float: right;
  line-height: inherit;
}
.open .cr-results-title:before {
  content: "\f107";
}
.cr-results-box {
  padding: 15px;
  height: 210px;
  position: relative;
}
.collapsing .cr-results-box,
.collapse .cr-results-box {
  height: 235px;
  color: #1e1e1e;
}
.cr-value-wrap {
  display: flex;
  position: absolute;
  padding: 15px;
  left: 0;
  bottom: 0;
  width: 100%;
}
.cr-value {
  line-height: 1.1;
}
.cr-value strong {
  font-size: 40px;
  font-weight: normal;
}
.cr-value .icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.cr-value.cr-value-multiple {
  padding-right: 1em;
  margin-right: 2em;
  position: relative;
}
.cr-value.cr-value-multiple .icon {
  right: 0;
  bottom: 22px;
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.icon-bed-eerste-lijn {
  width: 165px;
  height: 123px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20165%20123%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.7,68.82V37a5.65,5.65,0,0,0-5.65-5.65H1.71V94.2a7.44,7.44,0,0,0,4.82,7V122.5h11l6.67-20.87H135.41l6.66,20.87h11V101.63h2.78a7.43,7.43,0,0,0,7.43-7.43V68.82ZM160.29,94.2a4.44,4.44,0,0,1-4.43,4.43h-5.78V119.5h-5.81L137.6,98.63H22L15.34,119.5H9.53V98.78l-1.22-.23a4.43,4.43,0,0,1-3.6-4.35V34.39H15.05a2.65,2.65,0,0,1,1.88.78A2.62,2.62,0,0,1,17.7,37V71.82H160.29Zm2.9-34.37A8.34,8.34,0,0,0,155,51.36H57.15a6.13,6.13,0,0,0-6-6.17H24.34V64.76H163.19Zm-3,1.93H27.34V48.19H51.08a3.14,3.14,0,0,1,3.07,3.21v3H155a5.34,5.34,0,0,1,5.23,5.44ZM65.55,30.2c4.66,6.75,13.29,18,19.1,18S99.08,37,103.74,30.2a12.36,12.36,0,0,0,2.91-8h0a12.38,12.38,0,0,0-22-7.79A12.38,12.38,0,0,0,64.05,28,13.39,13.39,0,0,0,65.55,30.2Zm.51-10.77a9.38,9.38,0,0,1,17.26-1.57l1.32,2.53L86,17.86a9.38,9.38,0,0,1,17.68,4.37h0a9.33,9.33,0,0,1-2.24,6.08l-.1.12c-7,10.18-13.56,16.75-16.66,16.75S75,38.61,68,28.43l-.09-.12a9.37,9.37,0,0,1-1.83-8.88Z%22%20/%3E%3C/svg%3E');
}
.cr-results-item-block.open .icon-bed-eerste-lijn {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20165%20123%22%3E%3Cpath%20fill%3D%22%231fb6e0%22%20d%3D%22M20.7,68.82V37a5.65,5.65,0,0,0-5.65-5.65H1.71V94.2a7.44,7.44,0,0,0,4.82,7V122.5h11l6.67-20.87H135.41l6.66,20.87h11V101.63h2.78a7.43,7.43,0,0,0,7.43-7.43V68.82ZM160.29,94.2a4.44,4.44,0,0,1-4.43,4.43h-5.78V119.5h-5.81L137.6,98.63H22L15.34,119.5H9.53V98.78l-1.22-.23a4.43,4.43,0,0,1-3.6-4.35V34.39H15.05a2.65,2.65,0,0,1,1.88.78A2.62,2.62,0,0,1,17.7,37V71.82H160.29Zm2.9-34.37A8.34,8.34,0,0,0,155,51.36H57.15a6.13,6.13,0,0,0-6-6.17H24.34V64.76H163.19Zm-3,1.93H27.34V48.19H51.08a3.14,3.14,0,0,1,3.07,3.21v3H155a5.34,5.34,0,0,1,5.23,5.44ZM65.55,30.2c4.66,6.75,13.29,18,19.1,18S99.08,37,103.74,30.2a12.36,12.36,0,0,0,2.91-8h0a12.38,12.38,0,0,0-22-7.79A12.38,12.38,0,0,0,64.05,28,13.39,13.39,0,0,0,65.55,30.2Zm.51-10.77a9.38,9.38,0,0,1,17.26-1.57l1.32,2.53L86,17.86a9.38,9.38,0,0,1,17.68,4.37h0a9.33,9.33,0,0,1-2.24,6.08l-.1.12c-7,10.18-13.56,16.75-16.66,16.75S75,38.61,68,28.43l-.09-.12a9.37,9.37,0,0,1-1.83-8.88Z%22%20/%3E%3C/svg%3E');
}
.icon-bed-ocon {
  width: 165px;
  height: 123px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20165%20123%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M63.79,29.76a6.62,6.62,0,0,0,0,9.23,6.52,6.52,0,0,0,3.28,1.79,6.75,6.75,0,0,0,1.83,3.38A6.46,6.46,0,0,0,78,44.09a6.63,6.63,0,0,0,.56-8.6l4.92-5,4.93,5A6.61,6.61,0,0,0,89,44.09l0,0A6.59,6.59,0,0,0,93.58,46h0a6.35,6.35,0,0,0,4.57-1.9,6.66,6.66,0,0,0,1.77-3.31A6.45,6.45,0,0,0,103.21,39a6.61,6.61,0,0,0,0-9.23l-.08-.08a6.46,6.46,0,0,0-8.45-.52l-4.93-5,4.93-5a6.47,6.47,0,0,0,8.52-.59,6.61,6.61,0,0,0,0-9.24A6.43,6.43,0,0,0,99.93,7.6,6.7,6.7,0,0,0,98.1,4.21a6.4,6.4,0,0,0-4.52-1.85h0A6.4,6.4,0,0,0,89,4.28c-.18.18-.34.37-.5.56a6.57,6.57,0,0,0-1.35,4.85,6.42,6.42,0,0,0,1.29,3.19l-4.93,5-4.92-5A6.61,6.61,0,0,0,78,4.29L78,4.21a6.45,6.45,0,0,0-9.11.07,6.66,6.66,0,0,0-1.77,3.31,6.52,6.52,0,0,0-3.28,1.79,6.62,6.62,0,0,0,0,9.23l.08.08a6.46,6.46,0,0,0,8.45.52l4.93,5-4.93,5A6.46,6.46,0,0,0,63.79,29.76Zm8.4-14.95-1,1.36c-.09.12-.19.24-.29.35a3.42,3.42,0,0,1-2.43,1,3.49,3.49,0,0,1-2.49-1,3.61,3.61,0,0,1,0-5,3.46,3.46,0,0,1,2.5-1H70l0-1.53a3.57,3.57,0,0,1,1-2.55,3.48,3.48,0,0,1,4.92,0,3.61,3.61,0,0,1,0,5l-.33.29-1.33,1,9.27,9.38,9.28-9.38-1.33-1a3.56,3.56,0,0,1-.6-5l.27-.31a3.48,3.48,0,0,1,4.92,0,3.58,3.58,0,0,1,1,2.55l0,1.54,1.54,0a3.28,3.28,0,0,1,2.49,1,3.58,3.58,0,0,1,0,5,3.46,3.46,0,0,1-4.91,0,3.17,3.17,0,0,1-.3-.34l-1-1.36-9.28,9.38,9.28,9.37,1-1.36c.1-.12.19-.23.3-.34a3.39,3.39,0,0,1,2.43-1,3.51,3.51,0,0,1,2.49,1,3.59,3.59,0,0,1,0,5,3.46,3.46,0,0,1-2.5,1H97.05l0,1.51A3.62,3.62,0,0,1,96,42a3.38,3.38,0,0,1-2.43,1h0a3.52,3.52,0,0,1-2.47-6l.33-.3,1.33-1L83.5,26.25l-9.27,9.37,1.32,1a2.35,2.35,0,0,1,.33.3,3.58,3.58,0,0,1,0,5A3.45,3.45,0,0,1,71,42a3.56,3.56,0,0,1-1-2.54l0-1.54-1.54,0a3.43,3.43,0,0,1-2.49-1,3.61,3.61,0,0,1,0-5,3.48,3.48,0,0,1,4.92,0c.1.11.2.22.29.34l1,1.36,9.28-9.37Zm-51.49,54V37a5.65,5.65,0,0,0-5.65-5.65H1.71V94.2a7.44,7.44,0,0,0,4.82,7V122.5h11l6.67-20.87H135.41l6.66,20.87h11V101.63h2.78a7.43,7.43,0,0,0,7.43-7.43V68.82ZM160.29,94.2a4.44,4.44,0,0,1-4.43,4.43h-5.78V119.5h-5.81L137.6,98.63H22L15.34,119.5H9.53V98.78l-1.22-.23a4.43,4.43,0,0,1-3.6-4.35V34.39H15.05a2.65,2.65,0,0,1,1.88.78A2.62,2.62,0,0,1,17.7,37V71.82H160.29Zm2.9-34.37A8.34,8.34,0,0,0,155,51.36H57.15a6.13,6.13,0,0,0-6-6.17H24.34V64.76H163.19Zm-3,1.93H27.34V48.19H51.08a3.14,3.14,0,0,1,3.07,3.21v3H155a5.34,5.34,0,0,1,5.23,5.44Z%22%20/%3E%3C/svg%3E');
}
.cr-results-item-block.open .icon-bed-ocon {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20165%20123%22%3E%3Cpath%20fill%3D%22%231fb6e0%22%20d%3D%22M63.79,29.76a6.62,6.62,0,0,0,0,9.23,6.52,6.52,0,0,0,3.28,1.79,6.75,6.75,0,0,0,1.83,3.38A6.46,6.46,0,0,0,78,44.09a6.63,6.63,0,0,0,.56-8.6l4.92-5,4.93,5A6.61,6.61,0,0,0,89,44.09l0,0A6.59,6.59,0,0,0,93.58,46h0a6.35,6.35,0,0,0,4.57-1.9,6.66,6.66,0,0,0,1.77-3.31A6.45,6.45,0,0,0,103.21,39a6.61,6.61,0,0,0,0-9.23l-.08-.08a6.46,6.46,0,0,0-8.45-.52l-4.93-5,4.93-5a6.47,6.47,0,0,0,8.52-.59,6.61,6.61,0,0,0,0-9.24A6.43,6.43,0,0,0,99.93,7.6,6.7,6.7,0,0,0,98.1,4.21a6.4,6.4,0,0,0-4.52-1.85h0A6.4,6.4,0,0,0,89,4.28c-.18.18-.34.37-.5.56a6.57,6.57,0,0,0-1.35,4.85,6.42,6.42,0,0,0,1.29,3.19l-4.93,5-4.92-5A6.61,6.61,0,0,0,78,4.29L78,4.21a6.45,6.45,0,0,0-9.11.07,6.66,6.66,0,0,0-1.77,3.31,6.52,6.52,0,0,0-3.28,1.79,6.62,6.62,0,0,0,0,9.23l.08.08a6.46,6.46,0,0,0,8.45.52l4.93,5-4.93,5A6.46,6.46,0,0,0,63.79,29.76Zm8.4-14.95-1,1.36c-.09.12-.19.24-.29.35a3.42,3.42,0,0,1-2.43,1,3.49,3.49,0,0,1-2.49-1,3.61,3.61,0,0,1,0-5,3.46,3.46,0,0,1,2.5-1H70l0-1.53a3.57,3.57,0,0,1,1-2.55,3.48,3.48,0,0,1,4.92,0,3.61,3.61,0,0,1,0,5l-.33.29-1.33,1,9.27,9.38,9.28-9.38-1.33-1a3.56,3.56,0,0,1-.6-5l.27-.31a3.48,3.48,0,0,1,4.92,0,3.58,3.58,0,0,1,1,2.55l0,1.54,1.54,0a3.28,3.28,0,0,1,2.49,1,3.58,3.58,0,0,1,0,5,3.46,3.46,0,0,1-4.91,0,3.17,3.17,0,0,1-.3-.34l-1-1.36-9.28,9.38,9.28,9.37,1-1.36c.1-.12.19-.23.3-.34a3.39,3.39,0,0,1,2.43-1,3.51,3.51,0,0,1,2.49,1,3.59,3.59,0,0,1,0,5,3.46,3.46,0,0,1-2.5,1H97.05l0,1.51A3.62,3.62,0,0,1,96,42a3.38,3.38,0,0,1-2.43,1h0a3.52,3.52,0,0,1-2.47-6l.33-.3,1.33-1L83.5,26.25l-9.27,9.37,1.32,1a2.35,2.35,0,0,1,.33.3,3.58,3.58,0,0,1,0,5A3.45,3.45,0,0,1,71,42a3.56,3.56,0,0,1-1-2.54l0-1.54-1.54,0a3.43,3.43,0,0,1-2.49-1,3.61,3.61,0,0,1,0-5,3.48,3.48,0,0,1,4.92,0c.1.11.2.22.29.34l1,1.36,9.28-9.37Zm-51.49,54V37a5.65,5.65,0,0,0-5.65-5.65H1.71V94.2a7.44,7.44,0,0,0,4.82,7V122.5h11l6.67-20.87H135.41l6.66,20.87h11V101.63h2.78a7.43,7.43,0,0,0,7.43-7.43V68.82ZM160.29,94.2a4.44,4.44,0,0,1-4.43,4.43h-5.78V119.5h-5.81L137.6,98.63H22L15.34,119.5H9.53V98.78l-1.22-.23a4.43,4.43,0,0,1-3.6-4.35V34.39H15.05a2.65,2.65,0,0,1,1.88.78A2.62,2.62,0,0,1,17.7,37V71.82H160.29Zm2.9-34.37A8.34,8.34,0,0,0,155,51.36H57.15a6.13,6.13,0,0,0-6-6.17H24.34V64.76H163.19Zm-3,1.93H27.34V48.19H51.08a3.14,3.14,0,0,1,3.07,3.21v3H155a5.34,5.34,0,0,1,5.23,5.44Z%22%20/%3E%3C/svg%3E');
}
.icon-bedrevalidatie {
  width: 165px;
  height: 123px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20165%20123%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M163.19,59.83A8.34,8.34,0,0,0,155,51.36H57.15a6.13,6.13,0,0,0-6-6.17H24.34V64.76H163.19Zm-3,1.93H27.34V48.19H51.08a3.14,3.14,0,0,1,3.07,3.21v3H155a5.34,5.34,0,0,1,5.23,5.44ZM20.7,68.82V37a5.65,5.65,0,0,0-5.65-5.65H1.71V94.2a7.44,7.44,0,0,0,4.82,7V122.5h11l6.67-20.87H135.41l6.66,20.87h11V101.63h2.78a7.43,7.43,0,0,0,7.43-7.43V68.82ZM160.29,94.2a4.44,4.44,0,0,1-4.43,4.43h-5.78V119.5h-5.81L137.6,98.63H22L15.34,119.5H9.53V98.78l-1.22-.23a4.43,4.43,0,0,1-3.6-4.35V34.39H15.05a2.65,2.65,0,0,1,1.88.78A2.62,2.62,0,0,1,17.7,37V71.82H160.29Z%22%20/%3E%3C/svg%3E');
}
.cr-results-item-block.open .icon-bedrevalidatie {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20165%20123%22%3E%3Cpath%20fill%3D%22%231fb6e0%22%20d%3D%22M163.19,59.83A8.34,8.34,0,0,0,155,51.36H57.15a6.13,6.13,0,0,0-6-6.17H24.34V64.76H163.19Zm-3,1.93H27.34V48.19H51.08a3.14,3.14,0,0,1,3.07,3.21v3H155a5.34,5.34,0,0,1,5.23,5.44ZM20.7,68.82V37a5.65,5.65,0,0,0-5.65-5.65H1.71V94.2a7.44,7.44,0,0,0,4.82,7V122.5h11l6.67-20.87H135.41l6.66,20.87h11V101.63h2.78a7.43,7.43,0,0,0,7.43-7.43V68.82ZM160.29,94.2a4.44,4.44,0,0,1-4.43,4.43h-5.78V119.5h-5.81L137.6,98.63H22L15.34,119.5H9.53V98.78l-1.22-.23a4.43,4.43,0,0,1-3.6-4.35V34.39H15.05a2.65,2.65,0,0,1,1.88.78A2.62,2.62,0,0,1,17.7,37V71.82H160.29Z%22%20/%3E%3C/svg%3E');
}
.icon-leden {
  width: 136px;
  height: 123px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20136%20123%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M97.53,98.89l-18.5-5a4.08,4.08,0,0,1-2.79-2.65A28.3,28.3,0,0,0,84,83.34c4.1-6,6.65-13.62,6.65-19.92a23.41,23.41,0,0,0-46.81,0c0,6.3,2.55,13.93,6.65,19.92a28.48,28.48,0,0,0,7.3,7.57,4.06,4.06,0,0,1-2.86,2.93l-18.5,5a14.56,14.56,0,0,0-10.7,14v9.59h82.54v-9.59A14.56,14.56,0,0,0,97.53,98.89ZM47.32,63.42A19.91,19.91,0,0,1,67.19,43.53h0A19.91,19.91,0,0,1,87.07,63.42c0,10.71-8.9,27.12-19.87,27.12S47.32,74.13,47.32,63.42ZM104.7,119H29.21v-6.06A11,11,0,0,1,37.3,102.3l18.5-5a7.61,7.61,0,0,0,5.06-4.58,15.63,15.63,0,0,0,6.33,1.4,15.33,15.33,0,0,0,5.93-1.23,7.56,7.56,0,0,0,5,4.41l18.5,5a11,11,0,0,1,8.1,10.61ZM48.2,94.17ZM112.8,119v3.53h22.7V94.17a8.82,8.82,0,0,0-6.48-8.5l-10.2-2.79a1.44,1.44,0,0,1-.71-.46c4.67-3.46,7.67-10.4,7.67-15.55a13.7,13.7,0,0,0-27.4,0c0,5.08,2.93,11.92,7.5,15.42a1.43,1.43,0,0,1-.81.59l-10.2,2.79a8.83,8.83,0,0,0-6.49,8.5H91.9a5.29,5.29,0,0,1,3.89-5.09L106,86.29A5,5,0,0,0,109,84a9.09,9.09,0,0,0,6,.08,5,5,0,0,0,2.92,2.2l10.2,2.79A5.29,5.29,0,0,1,132,94.17V119ZM112.07,81c-5.14,0-10.17-8.11-10.17-14.16a10.17,10.17,0,1,1,20.34,0C122.24,72.92,117.22,81,112.07,81ZM30.59,86.29l10.2,2.79a5.3,5.3,0,0,1,3.89,5.09H48.2a8.82,8.82,0,0,0-6.48-8.5l-10.2-2.79a1.4,1.4,0,0,1-.81-.59c4.57-3.5,7.5-10.34,7.5-15.42a13.7,13.7,0,0,0-27.4,0c0,5.15,3,12.09,7.67,15.55a1.49,1.49,0,0,1-.71.46L7.57,85.67a8.83,8.83,0,0,0-6.49,8.5V122.5H21.31V119H4.61V94.17a5.28,5.28,0,0,1,3.88-5.09L18.7,86.29a4.92,4.92,0,0,0,2.91-2.2,9.08,9.08,0,0,0,2.9.47A9.29,9.29,0,0,0,27.62,84,5,5,0,0,0,30.59,86.29ZM14.33,66.87a10.18,10.18,0,1,1,20.35,0c0,6-5,14.16-10.17,14.16S14.33,72.92,14.33,66.87Z%22%20/%3E%3C/svg%3E');
}
.cr-results-item-block.open .icon-leden {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20136%20123%22%3E%3Cpath%20fill%3D%22%231fb6e0%22%20d%3D%22M97.53,98.89l-18.5-5a4.08,4.08,0,0,1-2.79-2.65A28.3,28.3,0,0,0,84,83.34c4.1-6,6.65-13.62,6.65-19.92a23.41,23.41,0,0,0-46.81,0c0,6.3,2.55,13.93,6.65,19.92a28.48,28.48,0,0,0,7.3,7.57,4.06,4.06,0,0,1-2.86,2.93l-18.5,5a14.56,14.56,0,0,0-10.7,14v9.59h82.54v-9.59A14.56,14.56,0,0,0,97.53,98.89ZM47.32,63.42A19.91,19.91,0,0,1,67.19,43.53h0A19.91,19.91,0,0,1,87.07,63.42c0,10.71-8.9,27.12-19.87,27.12S47.32,74.13,47.32,63.42ZM104.7,119H29.21v-6.06A11,11,0,0,1,37.3,102.3l18.5-5a7.61,7.61,0,0,0,5.06-4.58,15.63,15.63,0,0,0,6.33,1.4,15.33,15.33,0,0,0,5.93-1.23,7.56,7.56,0,0,0,5,4.41l18.5,5a11,11,0,0,1,8.1,10.61ZM48.2,94.17ZM112.8,119v3.53h22.7V94.17a8.82,8.82,0,0,0-6.48-8.5l-10.2-2.79a1.44,1.44,0,0,1-.71-.46c4.67-3.46,7.67-10.4,7.67-15.55a13.7,13.7,0,0,0-27.4,0c0,5.08,2.93,11.92,7.5,15.42a1.43,1.43,0,0,1-.81.59l-10.2,2.79a8.83,8.83,0,0,0-6.49,8.5H91.9a5.29,5.29,0,0,1,3.89-5.09L106,86.29A5,5,0,0,0,109,84a9.09,9.09,0,0,0,6,.08,5,5,0,0,0,2.92,2.2l10.2,2.79A5.29,5.29,0,0,1,132,94.17V119ZM112.07,81c-5.14,0-10.17-8.11-10.17-14.16a10.17,10.17,0,1,1,20.34,0C122.24,72.92,117.22,81,112.07,81ZM30.59,86.29l10.2,2.79a5.3,5.3,0,0,1,3.89,5.09H48.2a8.82,8.82,0,0,0-6.48-8.5l-10.2-2.79a1.4,1.4,0,0,1-.81-.59c4.57-3.5,7.5-10.34,7.5-15.42a13.7,13.7,0,0,0-27.4,0c0,5.15,3,12.09,7.67,15.55a1.49,1.49,0,0,1-.71.46L7.57,85.67a8.83,8.83,0,0,0-6.49,8.5V122.5H21.31V119H4.61V94.17a5.28,5.28,0,0,1,3.88-5.09L18.7,86.29a4.92,4.92,0,0,0,2.91-2.2,9.08,9.08,0,0,0,2.9.47A9.29,9.29,0,0,0,27.62,84,5,5,0,0,0,30.59,86.29ZM14.33,66.87a10.18,10.18,0,1,1,20.35,0c0,6-5,14.16-10.17,14.16S14.33,72.92,14.33,66.87Z%22%20/%3E%3C/svg%3E');
}
.icon-locaties {
  width: 165px;
  height: 123px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20165%20123%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M76.94,1.47v35.9H.5V71H6.12v51.5H27.63V85.15H60.37V122.5H164.09V1.47Zm84.15,118H63.37V82.15H24.63V119.5H9.12V68H3.5V40.37H79.94V4.47h81.15Zm-9-105.71h-26.6V32.37h26.6Zm-3,15.58h-20.6V16.79h20.6Zm3,7.87h-26.6V55.81h26.6Zm-3,15.57h-20.6V40.24h20.6ZM114.82,37.24H88.22V55.81h26.6Zm-3,15.57H91.22V40.24h20.6Zm3-39H88.22V32.37h26.6Zm-3,15.58H91.22V16.79h20.6Zm40.27,31.32h-26.6V79.27h26.6Zm-3,15.58h-20.6V63.69h20.6ZM114.82,60.69H88.22V79.27h26.6Zm-3,15.58H91.22V63.69h20.6Z%22%20/%3E%3C/svg%3E');
}
.cr-results-item-block.open .icon-locaties {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20165%20123%22%3E%3Cpath%20fill%3D%22%231fb6e0%22%20d%3D%22M76.94,1.47v35.9H.5V71H6.12v51.5H27.63V85.15H60.37V122.5H164.09V1.47Zm84.15,118H63.37V82.15H24.63V119.5H9.12V68H3.5V40.37H79.94V4.47h81.15Zm-9-105.71h-26.6V32.37h26.6Zm-3,15.58h-20.6V16.79h20.6Zm3,7.87h-26.6V55.81h26.6Zm-3,15.57h-20.6V40.24h20.6ZM114.82,37.24H88.22V55.81h26.6Zm-3,15.57H91.22V40.24h20.6Zm3-39H88.22V32.37h26.6Zm-3,15.58H91.22V16.79h20.6Zm40.27,31.32h-26.6V79.27h26.6Zm-3,15.58h-20.6V63.69h20.6ZM114.82,60.69H88.22V79.27h26.6Zm-3,15.58H91.22V63.69h20.6Z%22%20/%3E%3C/svg%3E');
}
.icon-medewerkers {
  width: 147px;
  height: 146px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20147%20146%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M110.22,124.93,98,128.3a10.43,10.43,0,0,0-7.62,10.06v7.14H146.5v-7.14a10.44,10.44,0,0,0-7.63-10.06l-12.26-3.37a1.92,1.92,0,0,1-1.1-.83c5.65-4.08,9.31-12.53,9.31-18.77a16.32,16.32,0,0,0-14.4-16.25v-11a9.57,9.57,0,0,0-9.52-9.6H75V57.32H101.2V50.19a10.45,10.45,0,0,0-7.63-10.07L81.31,36.75a2,2,0,0,1-1.15-.91c5.59-4.11,9.2-12.49,9.19-18.69a16.24,16.24,0,1,0-32.47,0c0,6.2,3.6,14.58,9.19,18.69a2,2,0,0,1-1.15.91L52.65,40.12A10.44,10.44,0,0,0,45,50.19v7.13H71.22V68.5H36.87a9.58,9.58,0,0,0-9.52,9.6v11a16.31,16.31,0,0,0-14.29,16.24c0,6.15,3.55,14.46,9.07,18.61a2,2,0,0,1-1.19,1L8.68,128.3a10.44,10.44,0,0,0-7.63,10.06v7.14H57.22v-7.14a10.43,10.43,0,0,0-7.63-10.06l-12.26-3.37a2,2,0,0,1-1.1-.82c5.65-4.09,9.31-12.54,9.31-18.78a16.32,16.32,0,0,0-14.4-16.25v-11a5.76,5.76,0,0,1,5.73-5.77h74a5.74,5.74,0,0,1,5.73,5.77v11a16.3,16.3,0,0,0-14.29,16.24c0,6.15,3.55,14.46,9.07,18.61A2,2,0,0,1,110.22,124.93Zm-73.88,3.68L48.6,132a6.61,6.61,0,0,1,4.83,6.37v3.32H4.84v-3.32A6.62,6.62,0,0,1,9.67,132l12.26-3.38a5.81,5.81,0,0,0,3.54-2.82,10.42,10.42,0,0,0,7.4.1A5.77,5.77,0,0,0,36.34,128.61Zm5.41-23.28c0,8.94-7,17.37-12.45,17.37s-12.45-8.43-12.45-17.37a12.45,12.45,0,1,1,24.9,0ZM60.66,17.15a12.46,12.46,0,1,1,24.91,0c0,8.94-7,17.37-12.46,17.37S60.66,26.09,60.66,17.15ZM48.82,53.5V50.19a6.62,6.62,0,0,1,4.83-6.38l12.26-3.38a5.8,5.8,0,0,0,3.5-2.76,11,11,0,0,0,3.7.67,10.69,10.69,0,0,0,3.7-.67,5.85,5.85,0,0,0,3.51,2.76l12.26,3.38a6.62,6.62,0,0,1,4.83,6.38V53.5Zm57.31,51.83a12.45,12.45,0,1,1,24.9,0c0,8.94-7,17.37-12.45,17.37S106.13,114.27,106.13,105.33Zm8.61,20.46a10.45,10.45,0,0,0,7.41.1,5.78,5.78,0,0,0,3.46,2.72L137.88,132a6.61,6.61,0,0,1,4.83,6.37v3.32H94.12v-3.32A6.62,6.62,0,0,1,99,132l12.26-3.38A5.76,5.76,0,0,0,114.74,125.79Z%22%20/%3E%3C/svg%3E');
}
.cr-results-item-block.open .icon-medewerkers {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20147%20146%22%3E%3Cpath%20fill%3D%22%231fb6e0%22%20d%3D%22M110.22,124.93,98,128.3a10.43,10.43,0,0,0-7.62,10.06v7.14H146.5v-7.14a10.44,10.44,0,0,0-7.63-10.06l-12.26-3.37a1.92,1.92,0,0,1-1.1-.83c5.65-4.08,9.31-12.53,9.31-18.77a16.32,16.32,0,0,0-14.4-16.25v-11a9.57,9.57,0,0,0-9.52-9.6H75V57.32H101.2V50.19a10.45,10.45,0,0,0-7.63-10.07L81.31,36.75a2,2,0,0,1-1.15-.91c5.59-4.11,9.2-12.49,9.19-18.69a16.24,16.24,0,1,0-32.47,0c0,6.2,3.6,14.58,9.19,18.69a2,2,0,0,1-1.15.91L52.65,40.12A10.44,10.44,0,0,0,45,50.19v7.13H71.22V68.5H36.87a9.58,9.58,0,0,0-9.52,9.6v11a16.31,16.31,0,0,0-14.29,16.24c0,6.15,3.55,14.46,9.07,18.61a2,2,0,0,1-1.19,1L8.68,128.3a10.44,10.44,0,0,0-7.63,10.06v7.14H57.22v-7.14a10.43,10.43,0,0,0-7.63-10.06l-12.26-3.37a2,2,0,0,1-1.1-.82c5.65-4.09,9.31-12.54,9.31-18.78a16.32,16.32,0,0,0-14.4-16.25v-11a5.76,5.76,0,0,1,5.73-5.77h74a5.74,5.74,0,0,1,5.73,5.77v11a16.3,16.3,0,0,0-14.29,16.24c0,6.15,3.55,14.46,9.07,18.61A2,2,0,0,1,110.22,124.93Zm-73.88,3.68L48.6,132a6.61,6.61,0,0,1,4.83,6.37v3.32H4.84v-3.32A6.62,6.62,0,0,1,9.67,132l12.26-3.38a5.81,5.81,0,0,0,3.54-2.82,10.42,10.42,0,0,0,7.4.1A5.77,5.77,0,0,0,36.34,128.61Zm5.41-23.28c0,8.94-7,17.37-12.45,17.37s-12.45-8.43-12.45-17.37a12.45,12.45,0,1,1,24.9,0ZM60.66,17.15a12.46,12.46,0,1,1,24.91,0c0,8.94-7,17.37-12.46,17.37S60.66,26.09,60.66,17.15ZM48.82,53.5V50.19a6.62,6.62,0,0,1,4.83-6.38l12.26-3.38a5.8,5.8,0,0,0,3.5-2.76,11,11,0,0,0,3.7.67,10.69,10.69,0,0,0,3.7-.67,5.85,5.85,0,0,0,3.51,2.76l12.26,3.38a6.62,6.62,0,0,1,4.83,6.38V53.5Zm57.31,51.83a12.45,12.45,0,1,1,24.9,0c0,8.94-7,17.37-12.45,17.37S106.13,114.27,106.13,105.33Zm8.61,20.46a10.45,10.45,0,0,0,7.41.1,5.78,5.78,0,0,0,3.46,2.72L137.88,132a6.61,6.61,0,0,1,4.83,6.37v3.32H94.12v-3.32A6.62,6.62,0,0,1,99,132l12.26-3.38A5.76,5.76,0,0,0,114.74,125.79Z%22%20/%3E%3C/svg%3E');
}
.icon-omzet {
  width: 156px;
  height: 84px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20156%2084%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.85,79.86l1.48-2.07L40,52.24A7.56,7.56,0,0,0,50.13,51L88.65,68.25c0,.23,0,.45,0,.68a7.58,7.58,0,1,0,14.63-2.74l45.93-30.12v3.82h3.63v-10h-10v3.63h3.62L101.15,63.21a7.57,7.57,0,0,0-11.3,1.59L51.75,47.7a8,8,0,0,0,.18-1.63h0a7.58,7.58,0,1,0-14.34,3.42L16.34,66.65,42.71,30a7.55,7.55,0,0,0,8.16-1.91l38.83,20a9.1,9.1,0,0,0-.08,1.05,7.58,7.58,0,0,0,15.16,0h0a7.59,7.59,0,0,0-.65-3.06l46.05-33V16.7h3.64V6.7h-10v3.63h3.93L101.89,43.15a7.57,7.57,0,0,0-10.83,1.51L52.65,24.89a7.45,7.45,0,0,0,.28-2h0a7.58,7.58,0,1,0-13.22,5l-34,47.35L4.14,76.51V1.66H.5V77.94A5.56,5.56,0,0,0,6.06,83.5H155.25V79.86ZM96.2,65a4,4,0,0,1,3.94,3.94h0A3.95,3.95,0,1,1,96.2,65ZM44.35,42.13a3.93,3.93,0,0,1,3.94,3.94h0a3.94,3.94,0,1,1-3.94-3.94Z%22%20/%3E%3C/svg%3E');
}
.cr-results-item-block.open .icon-omzet {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20156%2084%22%3E%3Cpath%20fill%3D%22%231fb6e0%22%20d%3D%22M6.85,79.86l1.48-2.07L40,52.24A7.56,7.56,0,0,0,50.13,51L88.65,68.25c0,.23,0,.45,0,.68a7.58,7.58,0,1,0,14.63-2.74l45.93-30.12v3.82h3.63v-10h-10v3.63h3.62L101.15,63.21a7.57,7.57,0,0,0-11.3,1.59L51.75,47.7a8,8,0,0,0,.18-1.63h0a7.58,7.58,0,1,0-14.34,3.42L16.34,66.65,42.71,30a7.55,7.55,0,0,0,8.16-1.91l38.83,20a9.1,9.1,0,0,0-.08,1.05,7.58,7.58,0,0,0,15.16,0h0a7.59,7.59,0,0,0-.65-3.06l46.05-33V16.7h3.64V6.7h-10v3.63h3.93L101.89,43.15a7.57,7.57,0,0,0-10.83,1.51L52.65,24.89a7.45,7.45,0,0,0,.28-2h0a7.58,7.58,0,1,0-13.22,5l-34,47.35L4.14,76.51V1.66H.5V77.94A5.56,5.56,0,0,0,6.06,83.5H155.25V79.86ZM96.2,65a4,4,0,0,1,3.94,3.94h0A3.95,3.95,0,1,1,96.2,65ZM44.35,42.13a3.93,3.93,0,0,1,3.94,3.94h0a3.94,3.94,0,1,1-3.94-3.94Z%22%20/%3E%3C/svg%3E');
}
.icon-resultaat {
  width: 156px;
  height: 84px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20156%2084%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.85,79.86l1.48-2.07L40,52.24A7.56,7.56,0,0,0,50.13,51L88.65,68.25c0,.23,0,.45,0,.68a7.58,7.58,0,1,0,14.63-2.74l45.93-30.11v3.81h3.63v-10h-10v3.63h3.62L101.15,63.21a7.57,7.57,0,0,0-11.3,1.59L51.75,47.7a8,8,0,0,0,.18-1.63h0a7.58,7.58,0,1,0-14.34,3.42L16.35,66.65,42.71,30a7.55,7.55,0,0,0,8.16-1.91l38.83,20a8.93,8.93,0,0,0-.08,1.05,7.58,7.58,0,0,0,15.16,0h0a7.59,7.59,0,0,0-.65-3.06l46.05-33V16.7h3.64V6.7h-10v3.63h3.93L101.89,43.15a7.57,7.57,0,0,0-10.83,1.51L52.65,24.89a7.45,7.45,0,0,0,.28-2h0a7.58,7.58,0,1,0-13.22,5l-34,47.35L4.14,76.51V1.66H.5V77.94A5.56,5.56,0,0,0,6.06,83.5H155.25V79.86ZM97.2,45.15a4,4,0,0,1,3.94,3.94h0a3.94,3.94,0,1,1-3.94-4ZM45.36,18.94a4,4,0,0,1,3.94,3.94h0a3.95,3.95,0,1,1-3.94-3.94Z%22%20/%3E%3C/svg%3E');
}
.cr-results-item-block.open .icon-resultaat {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20156%2084%22%3E%3Cpath%20fill%3D%22%231fb6e0%22%20d%3D%22M6.85,79.86l1.48-2.07L40,52.24A7.56,7.56,0,0,0,50.13,51L88.65,68.25c0,.23,0,.45,0,.68a7.58,7.58,0,1,0,14.63-2.74l45.93-30.11v3.81h3.63v-10h-10v3.63h3.62L101.15,63.21a7.57,7.57,0,0,0-11.3,1.59L51.75,47.7a8,8,0,0,0,.18-1.63h0a7.58,7.58,0,1,0-14.34,3.42L16.35,66.65,42.71,30a7.55,7.55,0,0,0,8.16-1.91l38.83,20a8.93,8.93,0,0,0-.08,1.05,7.58,7.58,0,0,0,15.16,0h0a7.59,7.59,0,0,0-.65-3.06l46.05-33V16.7h3.64V6.7h-10v3.63h3.93L101.89,43.15a7.57,7.57,0,0,0-10.83,1.51L52.65,24.89a7.45,7.45,0,0,0,.28-2h0a7.58,7.58,0,1,0-13.22,5l-34,47.35L4.14,76.51V1.66H.5V77.94A5.56,5.56,0,0,0,6.06,83.5H155.25V79.86ZM97.2,45.15a4,4,0,0,1,3.94,3.94h0a3.94,3.94,0,1,1-3.94-4ZM45.36,18.94a4,4,0,0,1,3.94,3.94h0a3.95,3.95,0,1,1-3.94-3.94Z%22%20/%3E%3C/svg%3E');
}
.icon-verpleeghuis {
  width: 165px;
  height: 123px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20165%20123%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.5,43.5h24v-17h-24Zm3-14h18v11h-18Zm106,38h-24v17h24Zm-3,14h-18v-11h18Zm-31-66v107h77V15.5Zm74,104h-71V18.5h71Zm-149-55h24v-17h-24Zm3-14h18v11h-18Zm-3,34h24v-17h-24Zm3-14h18v11h-18Zm30,14h24v-17h-24Zm3-14h18v11h-18Zm106-3h-24v17h24Zm-3,14h-18v-11h18Zm-149,41h77V15.5H1.5Zm3-104h71v101H4.5Zm149,8h-24v17h24Zm-3,14h-18v-11h18Zm3,7h-24v17h24Zm-3,14h-18v-11h18Zm-30-35h-24v17h24Zm-3,14h-18v-11h18Zm-73,24h24v-17h-24Zm3-14h18v11h-18Zm-3-7h24v-17h-24Zm3-14h18v11h-18Zm73,18h-24v17h24Zm-3,14h-18v-11h18Z%22%20/%3E%3C/svg%3E');
}
.cr-results-item-block.open .icon-verpleeghuis {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20165%20123%22%3E%3Cpath%20fill%3D%22%231fb6e0%22%20d%3D%22M11.5,43.5h24v-17h-24Zm3-14h18v11h-18Zm106,38h-24v17h24Zm-3,14h-18v-11h18Zm-31-66v107h77V15.5Zm74,104h-71V18.5h71Zm-149-55h24v-17h-24Zm3-14h18v11h-18Zm-3,34h24v-17h-24Zm3-14h18v11h-18Zm30,14h24v-17h-24Zm3-14h18v11h-18Zm106-3h-24v17h24Zm-3,14h-18v-11h18Zm-149,41h77V15.5H1.5Zm3-104h71v101H4.5Zm149,8h-24v17h24Zm-3,14h-18v-11h18Zm3,7h-24v17h24Zm-3,14h-18v-11h18Zm-30-35h-24v17h24Zm-3,14h-18v-11h18Zm-73,24h24v-17h-24Zm3-14h18v11h-18Zm-3-7h24v-17h-24Zm3-14h18v11h-18Zm73,18h-24v17h24Zm-3,14h-18v-11h18Z%22%20/%3E%3C/svg%3E');
}
.icon-vrijwilligers {
  width: 115px;
  height: 100px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20115%20100%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M104.09,9.39a28.9,28.9,0,0,0-44.32,8.53,2.56,2.56,0,0,1-4.52,0A28.75,28.75,0,0,0,29.71,2.48h0a28.88,28.88,0,0,0-22,47.63l.15.2C28.79,80.65,47.81,99.5,57.51,99.5s28.71-18.85,49.64-49.19a1,1,0,0,1,.15-.2A28.92,28.92,0,0,0,104.09,9.39ZM105,48.15a5.19,5.19,0,0,0-.36.46C81.86,81.69,64.55,96.5,57.51,96.5S33.16,81.69,10.35,48.62a5.55,5.55,0,0,0-.35-.46A25.87,25.87,0,0,1,29.67,5.48h0A25.77,25.77,0,0,1,52.6,19.32a5.49,5.49,0,0,0,2.32,2.33,5.57,5.57,0,0,0,7.5-2.33,26.49,26.49,0,0,1,3.23-4.77A25.88,25.88,0,0,1,105,48.15Z%22%20/%3E%3C/svg%3E');
}
.cr-results-item-block.open .icon-vrijwilligers {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20115%20100%22%3E%3Cpath%20fill%3D%22%231fb6e0%22%20d%3D%22M104.09,9.39a28.9,28.9,0,0,0-44.32,8.53,2.56,2.56,0,0,1-4.52,0A28.75,28.75,0,0,0,29.71,2.48h0a28.88,28.88,0,0,0-22,47.63l.15.2C28.79,80.65,47.81,99.5,57.51,99.5s28.71-18.85,49.64-49.19a1,1,0,0,1,.15-.2A28.92,28.92,0,0,0,104.09,9.39ZM105,48.15a5.19,5.19,0,0,0-.36.46C81.86,81.69,64.55,96.5,57.51,96.5S33.16,81.69,10.35,48.62a5.55,5.55,0,0,0-.35-.46A25.87,25.87,0,0,1,29.67,5.48h0A25.77,25.77,0,0,1,52.6,19.32a5.49,5.49,0,0,0,2.32,2.33,5.57,5.57,0,0,0,7.5-2.33,26.49,26.49,0,0,1,3.23-4.77A25.88,25.88,0,0,1,105,48.15Z%22%20/%3E%3C/svg%3E');
}
.icon-wijkverpleging {
  width: 90px;
  height: 91px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2090%2091%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M55.72,65.25h26V47.07h-26Zm3-15.18h20V62.25h-20Zm22-25.76V.2H62.14V9.54L53.4,2.61H36.6L.81,31V90.5H19V50.07H39V90.5H89.19V31ZM86.19,87.5H42V47.07H16V87.5H3.81V32.43L37.64,5.61H52.35L65.14,15.75V3.2H77.77V25.76l8.42,6.67Z%22%20/%3E%3C/svg%3E');
}
.cr-results-item-block.open .icon-wijkverpleging {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2090%2091%22%3E%3Cpath%20fill%3D%22%231fb6e0%22%20d%3D%22M55.72,65.25h26V47.07h-26Zm3-15.18h20V62.25h-20Zm22-25.76V.2H62.14V9.54L53.4,2.61H36.6L.81,31V90.5H19V50.07H39V90.5H89.19V31ZM86.19,87.5H42V47.07H16V87.5H3.81V32.43L37.64,5.61H52.35L65.14,15.75V3.2H77.77V25.76l8.42,6.67Z%22%20/%3E%3C/svg%3E');
}
.benefit {
  margin-bottom: 62px;
}
@media (min-width: 768px) {
  .benefit-row {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
  .benefit-row .benefit-col {
    -webkit-break-inside: avoid;
    break-inside: avoid;
  }
  .benefit-row .benefit-col.double {
    -webkit-column-span: all;
    column-span: all;
  }
}
@media (min-width: 1200px) {
  .benefit-row {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
.benefit-box {
  padding: 15px;
  border: #f5f6f7 1px solid;
  margin-bottom: 10px;
}
.double .benefit-box {
  padding-top: 30px;
  padding-bottom: 30px;
}
.double .benefit-box .cr-lead {
  margin-bottom: 0;
}
.benefit-things-in-order .double .benefit-box {
  background-color: #1fb6e0;
  border-color: #1fb6e0;
  color: #ffffff;
}
.benefit-things-in-order .benefit-box.indicate {
  border-color: #1fb6e0;
}
.benefit-things-in-order .benefit-box.indicate .benefit-title {
  color: #1fb6e0;
  font-weight: 600;
}
.benefit-things-in-order .benefit-heading {
  color: #ffffff;
}
.benefit-things-in-order .benefit-heading > span {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20200%2030%22%3E%3Cpath%20fill%3D%22%231fb6e0%22%20d%3D%22M64.53,26c2.16-.89,8.07-.56,15-.54-.18-.3,10.5-.09,11.57,0L93,25.36a1,1,0,0,0,.67-.61c1.89.1,4.2,1.09,5.76,1.24,20.48-.77,30.52,2.21,53.05,1.3,4.54-.53,16.88,1.12,23.51,1.51-1-2.91,14.64-10.44,11.43-13.48,4.26.26,8.13-6.43,8.67-6.38-2.46-.17,1.35-1.06.54-1.34-1.64-.55-3.31-1.11-1.85-1.39-1.25-.13-2.3-.21-3.4-.3L188,5.64c-2.2-.18-4.31-.31-6.46-.45-4.3-.29-30.62-2-47.83-2.76-5.86.39-17.09-.28-40.81-1-2.94-.1-5.46.07-8.4,0s-6.88,0-9.81-.16c-5.87-.22-4.31.76-9.49.63l-1.88,0C52,1.78,38.43,2.37,29.15,3.83c-4.24.83-11.67-.53-15.91.45,2.08.38-.19,3.11,1.49,3.51-4.44.12-1.49.31-3.11.91-4,.72-2.59,4-4.14,6.62-2.08,3.53-5.91,6.61-1.1,7.2-2.85.11-.09,1.55-3.07,1.9l0,0c1.51,0,2.11.18.4.25.29.17.63.34,1,.51,1.3.1,1.67.21.53.25a22.5,22.5,0,0,0,6.6,1c17.71-.22,35.35-.47,52.7-.45%22%20/%3E%3C/svg%3E');
}
.benefit-things-in-order strong {
  color: #1fb6e0;
}
.benefit-feel-safe .double .benefit-box {
  background-color: #63666b;
  border-color: #63666b;
  color: #ffffff;
}
.benefit-feel-safe .benefit-box.indicate {
  border-color: #fbba00;
}
.benefit-feel-safe .benefit-box.indicate .benefit-title {
  color: #fbba00;
  font-weight: 600;
}
.benefit-feel-safe .benefit-heading {
  color: #ffffff;
}
.benefit-feel-safe .benefit-heading > span {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20200%2030%22%3E%3Cpath%20fill%3D%22%2363666b%22%20d%3D%22M64.53,26c2.16-.89,8.07-.56,15-.54-.18-.3,10.5-.09,11.57,0L93,25.36a1,1,0,0,0,.67-.61c1.89.1,4.2,1.09,5.76,1.24,20.48-.77,30.52,2.21,53.05,1.3,4.54-.53,16.88,1.12,23.51,1.51-1-2.91,14.64-10.44,11.43-13.48,4.26.26,8.13-6.43,8.67-6.38-2.46-.17,1.35-1.06.54-1.34-1.64-.55-3.31-1.11-1.85-1.39-1.25-.13-2.3-.21-3.4-.3L188,5.64c-2.2-.18-4.31-.31-6.46-.45-4.3-.29-30.62-2-47.83-2.76-5.86.39-17.09-.28-40.81-1-2.94-.1-5.46.07-8.4,0s-6.88,0-9.81-.16c-5.87-.22-4.31.76-9.49.63l-1.88,0C52,1.78,38.43,2.37,29.15,3.83c-4.24.83-11.67-.53-15.91.45,2.08.38-.19,3.11,1.49,3.51-4.44.12-1.49.31-3.11.91-4,.72-2.59,4-4.14,6.62-2.08,3.53-5.91,6.61-1.1,7.2-2.85.11-.09,1.55-3.07,1.9l0,0c1.51,0,2.11.18.4.25.29.17.63.34,1,.51,1.3.1,1.67.21.53.25a22.5,22.5,0,0,0,6.6,1c17.71-.22,35.35-.47,52.7-.45%22%20/%3E%3C/svg%3E');
}
.benefit-feel-safe strong {
  color: #fbba00;
}
.benefit-going-out .double .benefit-box {
  background-color: #fbba00;
  border-color: #fbba00;
  color: #ffffff;
}
.benefit-going-out .benefit-box.indicate {
  border-color: #fbba00;
}
.benefit-going-out .benefit-box.indicate .benefit-title {
  color: #fbba00;
  font-weight: 600;
}
.benefit-going-out .benefit-heading {
  color: #ffffff;
}
.benefit-going-out .benefit-heading > span {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20200%2030%22%3E%3Cpath%20fill%3D%22%23fbba00%22%20d%3D%22M64.53,26c2.16-.89,8.07-.56,15-.54-.18-.3,10.5-.09,11.57,0L93,25.36a1,1,0,0,0,.67-.61c1.89.1,4.2,1.09,5.76,1.24,20.48-.77,30.52,2.21,53.05,1.3,4.54-.53,16.88,1.12,23.51,1.51-1-2.91,14.64-10.44,11.43-13.48,4.26.26,8.13-6.43,8.67-6.38-2.46-.17,1.35-1.06.54-1.34-1.64-.55-3.31-1.11-1.85-1.39-1.25-.13-2.3-.21-3.4-.3L188,5.64c-2.2-.18-4.31-.31-6.46-.45-4.3-.29-30.62-2-47.83-2.76-5.86.39-17.09-.28-40.81-1-2.94-.1-5.46.07-8.4,0s-6.88,0-9.81-.16c-5.87-.22-4.31.76-9.49.63l-1.88,0C52,1.78,38.43,2.37,29.15,3.83c-4.24.83-11.67-.53-15.91.45,2.08.38-.19,3.11,1.49,3.51-4.44.12-1.49.31-3.11.91-4,.72-2.59,4-4.14,6.62-2.08,3.53-5.91,6.61-1.1,7.2-2.85.11-.09,1.55-3.07,1.9l0,0c1.51,0,2.11.18.4.25.29.17.63.34,1,.51,1.3.1,1.67.21.53.25a22.5,22.5,0,0,0,6.6,1c17.71-.22,35.35-.47,52.7-.45%22%20/%3E%3C/svg%3E');
}
.benefit-going-out strong {
  color: #fbba00;
}
.benefit-at-home-services .double .benefit-box {
  background-color: #76b82a;
  border-color: #76b82a;
  color: #ffffff;
}
.benefit-at-home-services .benefit-box.indicate {
  border-color: #76b82a;
}
.benefit-at-home-services .benefit-box.indicate .benefit-title {
  color: #76b82a;
  font-weight: 600;
}
.benefit-at-home-services .benefit-heading {
  color: #ffffff;
}
.benefit-at-home-services .benefit-heading > span {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20200%2030%22%3E%3Cpath%20fill%3D%22%2376b82a%22%20d%3D%22M64.53,26c2.16-.89,8.07-.56,15-.54-.18-.3,10.5-.09,11.57,0L93,25.36a1,1,0,0,0,.67-.61c1.89.1,4.2,1.09,5.76,1.24,20.48-.77,30.52,2.21,53.05,1.3,4.54-.53,16.88,1.12,23.51,1.51-1-2.91,14.64-10.44,11.43-13.48,4.26.26,8.13-6.43,8.67-6.38-2.46-.17,1.35-1.06.54-1.34-1.64-.55-3.31-1.11-1.85-1.39-1.25-.13-2.3-.21-3.4-.3L188,5.64c-2.2-.18-4.31-.31-6.46-.45-4.3-.29-30.62-2-47.83-2.76-5.86.39-17.09-.28-40.81-1-2.94-.1-5.46.07-8.4,0s-6.88,0-9.81-.16c-5.87-.22-4.31.76-9.49.63l-1.88,0C52,1.78,38.43,2.37,29.15,3.83c-4.24.83-11.67-.53-15.91.45,2.08.38-.19,3.11,1.49,3.51-4.44.12-1.49.31-3.11.91-4,.72-2.59,4-4.14,6.62-2.08,3.53-5.91,6.61-1.1,7.2-2.85.11-.09,1.55-3.07,1.9l0,0c1.51,0,2.11.18.4.25.29.17.63.34,1,.51,1.3.1,1.67.21.53.25a22.5,22.5,0,0,0,6.6,1c17.71-.22,35.35-.47,52.7-.45%22%20/%3E%3C/svg%3E');
}
.benefit-at-home-services strong {
  color: #76b82a;
}
.benefit-title-sub {
  margin-bottom: 0;
}
.indicate-new {
  position: relative;
}
.indicate-new:after {
  content: "Nieuw";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 72px;
  height: 72px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2080%2080%22%3E%3Cpath%20fill%3D%22%23c93c9a%22%20d%3D%22M79,45.47l-5.17-6.33A6.12,6.12,0,0,1,73,33.23l3.21-7.58a1.69,1.69,0,0,0-1.08-2.35l-7.66-2.47a6,6,0,0,1-3.87-4.51L62.27,8.16a1.66,1.66,0,0,0-2.16-1.38L52.36,8.92a5.91,5.91,0,0,1-5.67-1.68l-5.42-6.1a1.64,1.64,0,0,0-2.55,0L33.3,7.24a5.9,5.9,0,0,1-5.67,1.68L19.87,6.78a1.65,1.65,0,0,0-2.15,1.38l-1.33,8.16a6,6,0,0,1-3.87,4.51L4.86,23.3a1.69,1.69,0,0,0-1.08,2.35L7,33.23a6.12,6.12,0,0,1-.84,5.91L1,45.47A1.71,1.71,0,0,0,1.35,48L8,52.63a6.07,6.07,0,0,1,2.46,5.42l-1,8.21A1.67,1.67,0,0,0,11.2,68.2l9.59.21a3.27,3.27,0,0,1,2.74,1.78l3.52,7.43s1.49,3.14,4.45,1.3l6.87-4.28a3.21,3.21,0,0,1,3.25,0l6.87,4.28s2.95,1.84,4.44-1.3l3.53-7.43a3.27,3.27,0,0,1,2.74-1.78l9.59-.21a1.67,1.67,0,0,0,1.69-1.94l-1-8.21A6.07,6.07,0,0,1,72,52.63L78.63,48A1.7,1.7,0,0,0,79,45.47Z%22%20/%3E%3C/svg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  display: flex;
  font-weight: 600;
  align-items: center;
  text-align: center;
  color: #ffffff;
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.benefit-heading {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.benefit-heading > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 267px;
  text-align: center;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-weight: 600;
  position: relative;
}
.benefit-heading:before {
  content: " ";
  width: 100%;
  display: flex;
  position: absolute;
  top: 20px;
  height: 1px;
  background-color: #f5f6f7;
}
.benefit-img {
  position: relative;
}
.benefit-img img {
  min-width: 100%;
}
.benefit-img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  color: #ffffff;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 600;
}
.benefit-img-caption span {
  color: #fbba00;
}
@media (min-width: 992px) {
  .benefit-img-caption {
    font-size: 63px;
  }
}
.corona-container {
  display: none !important;
}
.corona-active .corona-container {
  display: block !important;
  position: absolute;
  top: 54%;
  left: 0;
  z-index: 100;
  width: 100%;
  transform: translateY(-50%);
}
.corona-active .slide-box {
  display: none !important;
}
.corona-block {
  max-width: 273px;
}
@media screen and (max-width: 991px) {
  .corona-block img {
    display: none;
  }
}
.corona-block .corona-block-caption {
  background-color: #fff;
  padding: 15px;
  text-align: center;
}
.corona-block .corona-block-caption h3 {
  font-size: 20px;
  color: #1fb6e0;
  margin: 0 0 15px;
}
a.btn-aanmelden {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 154px;
  height: 140px;
  font-size: 18px;
  background-color: #1fb6e0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
  transition: transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: scale(1) rotate(0deg);
  line-height: 1.1;
}
@media screen and (min-width: 1200px) {
  a.btn-aanmelden {
    bottom: 30%;
    right: 30%;
    width: 160px;
    height: 160px;
    font-size: 20px;
  }
}
a.btn-aanmelden > div {
  padding: 15px 10px 0;
}
a.btn-aanmelden:hover,
a.btn-aanmelden:focus {
  text-decoration: none;
  transform: scale(1.1) rotate(5deg);
  box-shadow: -6px 6px 10px rgba(0, 0, 0, 0.6);
}
.cr-image {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
a .cr-image:hover.bg-tango {
  background-color: #1b9dc1;
  border-right: #1fb6e0 2px solid;
  border-bottom: #1fb6e0 2px solid;
  margin: -2px 0 0 -2px;
}
.bg-tango .wl-default-title {
  color: #fff;
}
.bg-tango .wl-default-title em {
  color: #fff;
}
.bg-tango .wl-default-title small {
  color: #fff;
}
.bg-tango .wl-summary {
  color: #fff;
}
.block-with-image.bg-primary-light .default-title {
  color: #1fb6e0;
  font-weight: 500;
}
.block-with-image.bg-primary-light .default-title em {
  color: #1fb6e0;
}
.block-with-image.bg-primary-light .default-title small {
  color: #1fb6e0;
}
.block-with-image.bg-primary-light .btn-primary,
.btn.block-with-image.bg-primary-light .btn-primary,
.block-with-image.bg-primary-light .btn-primary:focus,
.btn.block-with-image.bg-primary-light .btn-primary:focus {
  background-color: #1fb6e0;
  color: #fff;
  border-color: #1fb6e0;
}
.block-with-image.bg-primary-light .btn-primary:hover,
.btn.block-with-image.bg-primary-light .btn-primary:hover {
  background-color: #1b9dc1;
  color: #fff;
  border-color: #1b9dc1;
}
.block-with-image.bg-primary-light .btn-primary.btn-line,
.btn.block-with-image.bg-primary-light .btn-primary.btn-line,
.block-with-image.bg-primary-light .btn-primary.btn-line:focus,
.btn.block-with-image.bg-primary-light .btn-primary.btn-line:focus {
  background-color: transparent;
  color: #1fb6e0;
  border-color: #1fb6e0;
}
.block-with-image.bg-primary-light .btn-primary.btn-line:hover,
.btn.block-with-image.bg-primary-light .btn-primary.btn-line:hover {
  background-color: #1b9dc1;
  color: #fff;
  border-color: #1b9dc1;
}
.block-with-image.bg-secondary-light .default-title {
  color: #63666a;
  font-weight: 500;
}
.block-with-image.bg-secondary-light .default-title em {
  color: #63666a;
}
.block-with-image.bg-secondary-light .default-title small {
  color: #63666a;
}
.block-with-image.bg-secondary-light .btn-primary,
.btn.block-with-image.bg-secondary-light .btn-primary,
.block-with-image.bg-secondary-light .btn-primary:focus,
.btn.block-with-image.bg-secondary-light .btn-primary:focus {
  background-color: #63666a;
  color: #fff;
  border-color: #63666a;
}
.block-with-image.bg-secondary-light .btn-primary:hover,
.btn.block-with-image.bg-secondary-light .btn-primary:hover {
  background-color: #525458;
  color: #fff;
  border-color: #525458;
}
.block-with-image.bg-secondary-light .btn-primary.btn-line,
.btn.block-with-image.bg-secondary-light .btn-primary.btn-line,
.block-with-image.bg-secondary-light .btn-primary.btn-line:focus,
.btn.block-with-image.bg-secondary-light .btn-primary.btn-line:focus {
  background-color: transparent;
  color: #63666a;
  border-color: #63666a;
}
.block-with-image.bg-secondary-light .btn-primary.btn-line:hover,
.btn.block-with-image.bg-secondary-light .btn-primary.btn-line:hover {
  background-color: #525458;
  color: #fff;
  border-color: #525458;
}
.cr-lead-wrap.bg-location .Normal,
.cr-lead-wrap.bg-tango .Normal,
.cr-lead-wrap.bg-location,
.cr-lead-wrap.bg-tango {
  color: #fff;
}
.cr-lead-wrap.bg-location .section-title,
.cr-lead-wrap.bg-tango .section-title {
  color: #fff;
}
.cr-lead-wrap.bg-location .breadcrumb,
.cr-lead-wrap.bg-tango .breadcrumb {
  padding-bottom: 0;
}
.location-item {
  background-color: #f5f6f7;
  margin-bottom: 25px;
}
.location-item .location-image {
  border: none;
}
.location-item .location-body {
  padding: 15px;
}
.summary-slide-title.wl-default-title {
  color: #1fb6e0;
  font-style: italic;
  font-size: 30px;
  line-height: 1.3;
}
.summary-slide-title.wl-default-title em {
  color: #63666a;
}
.summary-slide-title.wl-default-title small {
  color: #63666a;
}
.summary-slide-title.wl-default-title > p:before {
  content: open-quote;
}
.summary-slide-title.wl-default-title > p:after {
  content: close-quote;
}
.news-lead-wrap .news-lead {
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
}
.news-lead-wrap .news-lead > p:before {
  content: open-quote;
}
.news-lead-wrap .news-lead > p:after {
  content: close-quote;
}
.bg-black .navbar.nav-on-top .navbar-brand.with-logo .logo-cr {
  background-image: url('/Portals/_default/Skins/Twinta/images/logo-carintreggeland.svg?v3');
}
.bg-tango .btn-white,
.btn.bg-tango .btn-white,
.bg-tango .btn-white:focus,
.btn.bg-tango .btn-white:focus {
  background-color: #fff;
  color: #1fb6e0;
  border-color: #fff;
}
.bg-tango .btn-white:hover,
.btn.bg-tango .btn-white:hover {
  background-color: #ededed;
  color: #1fb6e0;
  border-color: #ededed;
}
.bg-tango .btn-white.btn-line,
.btn.bg-tango .btn-white.btn-line,
.bg-tango .btn-white.btn-line:focus,
.btn.bg-tango .btn-white.btn-line:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.bg-tango .btn-white.btn-line:hover,
.btn.bg-tango .btn-white.btn-line:hover {
  background-color: #ededed;
  color: #1fb6e0;
  border-color: #ededed;
}
.content-pane .DnnModule .DF-FieldRow > div > textarea,
.content-pane .DnnModule .DF-FieldRow > div > input {
  border-color: #1fb6e0 !important;
}
.content-pane .form-control {
  border-color: #1fb6e0;
}
.bg-tango .content-pane .form-control {
  border-color: #e9e9eb;
}
.content-pane label.control-label {
  font-weight: normal;
}
.vh-list {
  padding: 0;
  margin: 0;
  padding-bottom: 25px;
  border-bottom: #d6d6d6 1px solid;
  margin-bottom: 25px;
}
.vh-list ul,
.vh-list li {
  padding: 0;
  margin: 0;
}
.vh-list li {
  list-style: none none;
}
.vh-list a {
  color: inherit;
}
.vh-list a:hover,
.vh-list a:focus {
  color: #1fb6e0;
}
.section-wl .wl-summary.cr-lead {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 300;
}
.section-wl.alternating-layout > div > .wl-wrap {
  background-color: #f4fbfd;
}
.section-wl.alternating-layout > div > .wl-wrap a {
  font-weight: 600;
  color: #63666a;
}
.section-wl.alternating-layout > div > .wl-wrap a:focus,
.section-wl.alternating-layout > div > .wl-wrap a:hover {
  text-decoration: none;
  color: #525458;
}
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) {
  background-color: #f7f7f8;
  color: #1e1e1e;
}
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a {
  font-weight: 600;
  color: #63666a;
}
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a:focus,
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a:hover {
  text-decoration: none;
  color: #525458;
}
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a .fa,
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a:hover .fa,
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a:focus .fa {
  color: #1fb6e0;
}
.dnnInputFileWrapper.dnnSecondaryAction {
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  line-height: 1.78571429 !important;
  border-radius: 4px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  font-weight: 600 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.dnnInputFileWrapper.dnnSecondaryAction:focus,
.dnnInputFileWrapper.dnnSecondaryAction:active:focus,
.dnnInputFileWrapper.dnnSecondaryAction.active:focus,
.dnnInputFileWrapper.dnnSecondaryAction.focus,
.dnnInputFileWrapper.dnnSecondaryAction:active.focus,
.dnnInputFileWrapper.dnnSecondaryAction.active.focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}
.dnnInputFileWrapper.dnnSecondaryAction:hover,
.dnnInputFileWrapper.dnnSecondaryAction:focus,
.dnnInputFileWrapper.dnnSecondaryAction.focus {
  color: #333 !important;
  text-decoration: none !important;
}
.dnnInputFileWrapper.dnnSecondaryAction:active,
.dnnInputFileWrapper.dnnSecondaryAction.active {
  outline: 0 !important;
  background-image: none !important;
  -webkit-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;
}
.dnnInputFileWrapper.dnnSecondaryAction.disabled,
.dnnInputFileWrapper.dnnSecondaryAction[disabled],
fieldset[disabled] .dnnInputFileWrapper.dnnSecondaryAction {
  cursor: not-allowed !important;
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
a.dnnInputFileWrapper.dnnSecondaryAction.disabled,
fieldset[disabled] a.dnnInputFileWrapper.dnnSecondaryAction {
  pointer-events: none !important;
}
.dnnInputFileWrapper.dnnSecondaryAction,
.dnnInputFileWrapper.dnnSecondaryAction:focus {
  background-color: transparent !important;
  color: #1fb6e0 !important;
  border-color: #1fb6e0 !important;
}
.dnnInputFileWrapper.dnnSecondaryAction:hover {
  background-color: #1b9dc1 !important;
  color: #fff !important;
  border-color: #1b9dc1 !important;
}
.icon-read-more {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('/Portals/_default/Skins/Twinta/images/svg/icon-read-more.svg') center center no-repeat;
  background-size: contain;
  text-indent: -5000em;
  overflow: hidden;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
}
.mega-nav > li > a {
  font-size: 15px;
}
#careBlocks.cr-intro {
  padding: 0;
}
.row-footer {
  margin-left: -12px;
  margin-right: -13px;
}
.row-footer > .col-footer {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  /*&.col-double {
            .make-md-column(@col * 2, @space);
        }*/
}
@media (min-width: 768px) {
  .row-footer > .col-footer {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .row-footer > .col-footer {
    float: left;
    width: 25%;
  }
}
.pager li > a,
.pager li > span {
  border-color: transparent !important;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  text-decoration: none;
}
.navbar-nav > .active > a > span,
.navbar-nav > .active > a:hover > span,
.navbar-nav > .active > a:focus > span {
  position: relative;
}
.navbar-nav > .active > a > span:after,
.navbar-nav > .active > a:hover > span:after,
.navbar-nav > .active > a:focus > span:after {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #1fb6e0;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.bg-tango .content-pane .cr-contact-box {
  background-color: #ffffff;
  /*a {
            /*color: @white;

            &:hover,
            &:focus {
                background-color: @contact-box-hover-bg-color;
                color: @contact-box-hover-color;
            }*
        }*/
}
.volg .header-image-wrap {
  background-position: center top;
}
.ModTwintaLocatiesDetailsHeaderC .header-image-wrap {
  background-position: center center;
}
/*@breadcrumb-color: #fff;
@breadcrumb-active-color: @breadcrumb-color;*/
.cr-image {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
a .cr-image:hover.bg-tango {
  background-color: #1b9dc1;
  border-right: #1fb6e0 2px solid;
  border-bottom: #1fb6e0 2px solid;
  margin: -2px 0 0 -2px;
}
.bg-tango .wl-default-title {
  color: #fff;
}
.bg-tango .wl-default-title em {
  color: #fff;
}
.bg-tango .wl-default-title small {
  color: #fff;
}
.bg-tango .wl-summary {
  color: #fff;
}
.block-with-image.bg-primary-light .default-title {
  color: #1fb6e0;
  font-weight: 500;
}
.block-with-image.bg-primary-light .default-title em {
  color: #1fb6e0;
}
.block-with-image.bg-primary-light .default-title small {
  color: #1fb6e0;
}
.block-with-image.bg-primary-light .btn-primary,
.btn.block-with-image.bg-primary-light .btn-primary,
.block-with-image.bg-primary-light .btn-primary:focus,
.btn.block-with-image.bg-primary-light .btn-primary:focus {
  background-color: #1fb6e0;
  color: #fff;
  border-color: #1fb6e0;
}
.block-with-image.bg-primary-light .btn-primary:hover,
.btn.block-with-image.bg-primary-light .btn-primary:hover {
  background-color: #1b9dc1;
  color: #fff;
  border-color: #1b9dc1;
}
.block-with-image.bg-primary-light .btn-primary.btn-line,
.btn.block-with-image.bg-primary-light .btn-primary.btn-line,
.block-with-image.bg-primary-light .btn-primary.btn-line:focus,
.btn.block-with-image.bg-primary-light .btn-primary.btn-line:focus {
  background-color: transparent;
  color: #1fb6e0;
  border-color: #1fb6e0;
}
.block-with-image.bg-primary-light .btn-primary.btn-line:hover,
.btn.block-with-image.bg-primary-light .btn-primary.btn-line:hover {
  background-color: #1b9dc1;
  color: #fff;
  border-color: #1b9dc1;
}
.block-with-image.bg-secondary-light .default-title {
  color: #63666a;
  font-weight: 500;
}
.block-with-image.bg-secondary-light .default-title em {
  color: #63666a;
}
.block-with-image.bg-secondary-light .default-title small {
  color: #63666a;
}
.block-with-image.bg-secondary-light .btn-primary,
.btn.block-with-image.bg-secondary-light .btn-primary,
.block-with-image.bg-secondary-light .btn-primary:focus,
.btn.block-with-image.bg-secondary-light .btn-primary:focus {
  background-color: #63666a;
  color: #fff;
  border-color: #63666a;
}
.block-with-image.bg-secondary-light .btn-primary:hover,
.btn.block-with-image.bg-secondary-light .btn-primary:hover {
  background-color: #525458;
  color: #fff;
  border-color: #525458;
}
.block-with-image.bg-secondary-light .btn-primary.btn-line,
.btn.block-with-image.bg-secondary-light .btn-primary.btn-line,
.block-with-image.bg-secondary-light .btn-primary.btn-line:focus,
.btn.block-with-image.bg-secondary-light .btn-primary.btn-line:focus {
  background-color: transparent;
  color: #63666a;
  border-color: #63666a;
}
.block-with-image.bg-secondary-light .btn-primary.btn-line:hover,
.btn.block-with-image.bg-secondary-light .btn-primary.btn-line:hover {
  background-color: #525458;
  color: #fff;
  border-color: #525458;
}
.cr-lead-wrap.bg-location .Normal,
.cr-lead-wrap.bg-tango .Normal,
.cr-lead-wrap.bg-location,
.cr-lead-wrap.bg-tango {
  color: #fff;
}
.cr-lead-wrap.bg-location .section-title,
.cr-lead-wrap.bg-tango .section-title {
  color: #fff;
}
.cr-lead-wrap.bg-location .breadcrumb,
.cr-lead-wrap.bg-tango .breadcrumb {
  padding-bottom: 0;
}
.location-item {
  background-color: #f5f6f7;
  margin-bottom: 25px;
}
.location-item .location-image {
  border: none;
}
.location-item .location-body {
  padding: 15px;
}
.summary-slide-title.wl-default-title {
  color: #1fb6e0;
  font-style: italic;
  font-size: 30px;
  line-height: 1.3;
}
.summary-slide-title.wl-default-title em {
  color: #63666a;
}
.summary-slide-title.wl-default-title small {
  color: #63666a;
}
.summary-slide-title.wl-default-title > p:before {
  content: open-quote;
}
.summary-slide-title.wl-default-title > p:after {
  content: close-quote;
}
.news-lead-wrap .news-lead {
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
}
.news-lead-wrap .news-lead > p:before {
  content: open-quote;
}
.news-lead-wrap .news-lead > p:after {
  content: close-quote;
}
.bg-black .navbar.nav-on-top .navbar-brand.with-logo .logo-cr {
  background-image: url('/Portals/_default/Skins/Twinta/images/logo-carintreggeland.svg?v3');
}
.bg-tango .btn-white,
.btn.bg-tango .btn-white,
.bg-tango .btn-white:focus,
.btn.bg-tango .btn-white:focus {
  background-color: #fff;
  color: #1fb6e0;
  border-color: #fff;
}
.bg-tango .btn-white:hover,
.btn.bg-tango .btn-white:hover {
  background-color: #ededed;
  color: #1fb6e0;
  border-color: #ededed;
}
.bg-tango .btn-white.btn-line,
.btn.bg-tango .btn-white.btn-line,
.bg-tango .btn-white.btn-line:focus,
.btn.bg-tango .btn-white.btn-line:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.bg-tango .btn-white.btn-line:hover,
.btn.bg-tango .btn-white.btn-line:hover {
  background-color: #ededed;
  color: #1fb6e0;
  border-color: #ededed;
}
.content-pane .DnnModule .DF-FieldRow > div > textarea,
.content-pane .DnnModule .DF-FieldRow > div > input {
  border-color: #1fb6e0 !important;
}
.content-pane .form-control {
  border-color: #1fb6e0;
}
.bg-tango .content-pane .form-control {
  border-color: #e9e9eb;
}
.content-pane label.control-label {
  font-weight: normal;
}
.vh-list {
  padding: 0;
  margin: 0;
  padding-bottom: 25px;
  border-bottom: #d6d6d6 1px solid;
  margin-bottom: 25px;
}
.vh-list ul,
.vh-list li {
  padding: 0;
  margin: 0;
}
.vh-list li {
  list-style: none none;
}
.vh-list a {
  color: inherit;
}
.vh-list a:hover,
.vh-list a:focus {
  color: #1fb6e0;
}
.section-wl .wl-summary.cr-lead {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 300;
}
.section-wl.alternating-layout > div > .wl-wrap {
  background-color: #f4fbfd;
}
.section-wl.alternating-layout > div > .wl-wrap a {
  font-weight: 600;
  color: #63666a;
}
.section-wl.alternating-layout > div > .wl-wrap a:focus,
.section-wl.alternating-layout > div > .wl-wrap a:hover {
  text-decoration: none;
  color: #525458;
}
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) {
  background-color: #f7f7f8;
  color: #1e1e1e;
}
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a {
  font-weight: 600;
  color: #63666a;
}
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a:focus,
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a:hover {
  text-decoration: none;
  color: #525458;
}
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a .fa,
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a:hover .fa,
.section-wl.alternating-layout > div > .wl-wrap:nth-child(2n) a:focus .fa {
  color: #1fb6e0;
}
.dnnInputFileWrapper.dnnSecondaryAction {
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  line-height: 1.78571429 !important;
  border-radius: 4px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  font-weight: 600 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.dnnInputFileWrapper.dnnSecondaryAction:focus,
.dnnInputFileWrapper.dnnSecondaryAction:active:focus,
.dnnInputFileWrapper.dnnSecondaryAction.active:focus,
.dnnInputFileWrapper.dnnSecondaryAction.focus,
.dnnInputFileWrapper.dnnSecondaryAction:active.focus,
.dnnInputFileWrapper.dnnSecondaryAction.active.focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}
.dnnInputFileWrapper.dnnSecondaryAction:hover,
.dnnInputFileWrapper.dnnSecondaryAction:focus,
.dnnInputFileWrapper.dnnSecondaryAction.focus {
  color: #333 !important;
  text-decoration: none !important;
}
.dnnInputFileWrapper.dnnSecondaryAction:active,
.dnnInputFileWrapper.dnnSecondaryAction.active {
  outline: 0 !important;
  background-image: none !important;
  -webkit-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;
}
.dnnInputFileWrapper.dnnSecondaryAction.disabled,
.dnnInputFileWrapper.dnnSecondaryAction[disabled],
fieldset[disabled] .dnnInputFileWrapper.dnnSecondaryAction {
  cursor: not-allowed !important;
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
a.dnnInputFileWrapper.dnnSecondaryAction.disabled,
fieldset[disabled] a.dnnInputFileWrapper.dnnSecondaryAction {
  pointer-events: none !important;
}
.dnnInputFileWrapper.dnnSecondaryAction,
.dnnInputFileWrapper.dnnSecondaryAction:focus {
  background-color: transparent !important;
  color: #1fb6e0 !important;
  border-color: #1fb6e0 !important;
}
.dnnInputFileWrapper.dnnSecondaryAction:hover {
  background-color: #1b9dc1 !important;
  color: #fff !important;
  border-color: #1b9dc1 !important;
}
.icon-read-more {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('/Portals/_default/Skins/Twinta/images/svg/icon-read-more.svg') center center no-repeat;
  background-size: contain;
  text-indent: -5000em;
  overflow: hidden;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
}
.mega-nav > li > a {
  font-size: 15px;
}
#careBlocks.cr-intro {
  padding: 0;
}
.row-footer {
  margin-left: -12px;
  margin-right: -13px;
}
.row-footer > .col-footer {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  /*&.col-double {
            .make-md-column(@col * 2, @space);
        }*/
}
@media (min-width: 768px) {
  .row-footer > .col-footer {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .row-footer > .col-footer {
    float: left;
    width: 25%;
  }
}
.pager li > a,
.pager li > span {
  border-color: transparent !important;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  text-decoration: none;
}
.navbar-nav > .active > a > span,
.navbar-nav > .active > a:hover > span,
.navbar-nav > .active > a:focus > span {
  position: relative;
}
.navbar-nav > .active > a > span:after,
.navbar-nav > .active > a:hover > span:after,
.navbar-nav > .active > a:focus > span:after {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #1fb6e0;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.bg-tango .content-pane .cr-contact-box {
  background-color: #ffffff;
  /*a {
            /*color: @white;

            &:hover,
            &:focus {
                background-color: @contact-box-hover-bg-color;
                color: @contact-box-hover-color;
            }*
        }*/
}
.volg .header-image-wrap {
  background-position: center top;
}
.ModTwintaLocatiesDetailsHeaderC .header-image-wrap {
  background-position: center center;
}
