/*!
 * ehi-siegel-styleguide
 *
 *
 * @author ISAP AG
 * @version 0.2.5
 * Copyright . MIT licensed.
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Asap, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #4c4c4c;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #c83631;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #8b2522;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #b7b7b7;
}
.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;
}
table {
  background-color: #fff;
}
caption {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #9e9e9e;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.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: 1em;
  line-height: 1.5;
  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: #e1e1e1;
}
.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: 15.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: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #4c4c4c;
  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;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #666666;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 102, 102, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 102, 102, 0.6);
}
.form-control::-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #8c8c8c;
}
.form-control::-webkit-input-placeholder {
  color: #8c8c8c;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #e1e1e1;
  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: 38px;
  }
  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: 28px;
  }
  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: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 35px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 28px;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 28px;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 28px;
  min-height: 33px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 53px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.33;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 53px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.33;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 39px;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  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: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.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: #67b53f;
}
.has-success .form-control {
  border-color: #67b53f;
  -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: #518f32;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a0d585;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a0d585;
}
.has-success .input-group-addon {
  color: #67b53f;
  border-color: #67b53f;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #67b53f;
}
.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: #c79e50;
}
.has-warning .form-control {
  border-color: #c79e50;
  -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: #ad8437;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e0c99d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e0c99d;
}
.has-warning .input-group-addon {
  color: #c79e50;
  border-color: #c79e50;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #c79e50;
}
.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: #c72323;
}
.has-error .form-control {
  border-color: #c72323;
  -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: #9c1b1b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e56b6b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e56b6b;
}
.has-error .input-group-addon {
  color: #c72323;
  border-color: #c72323;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #c72323;
}
.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8c8c8c;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  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: #fff;
  background-color: #737373;
  border-color: #737373;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #595959;
  border-color: #333333;
}
.btn-default:hover {
  color: #fff;
  background-color: #595959;
  border-color: #545454;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #595959;
  border-color: #545454;
}
.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: #fff;
  background-color: #474747;
  border-color: #333333;
}
.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: #737373;
  border-color: #737373;
}
.btn-default .badge {
  color: #737373;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #DA4241;
  border-color: #DA4241;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #c22726;
  border-color: #821a19;
}
.btn-primary:hover {
  color: #fff;
  background-color: #c22726;
  border-color: #ba2524;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #c22726;
  border-color: #ba2524;
}
.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: #a42120;
  border-color: #821a19;
}
.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: #DA4241;
  border-color: #DA4241;
}
.btn-primary .badge {
  color: #DA4241;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #67b53f;
  border-color: #5ca238;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #518f32;
  border-color: #264417;
}
.btn-success:hover {
  color: #fff;
  background-color: #518f32;
  border-color: #427529;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #518f32;
  border-color: #427529;
}
.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: #427529;
  border-color: #264417;
}
.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: #67b53f;
  border-color: #5ca238;
}
.btn-success .badge {
  color: #67b53f;
  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: #c79e50;
  border-color: #c0933d;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ad8437;
  border-color: #5f491f;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ad8437;
  border-color: #92702f;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ad8437;
  border-color: #92702f;
}
.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: #92702f;
  border-color: #5f491f;
}
.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: #c79e50;
  border-color: #c0933d;
}
.btn-warning .badge {
  color: #c79e50;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #c72323;
  border-color: #b11f1f;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #9c1b1b;
  border-color: #450c0c;
}
.btn-danger:hover {
  color: #fff;
  background-color: #9c1b1b;
  border-color: #7d1616;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #9c1b1b;
  border-color: #7d1616;
}
.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: #7d1616;
  border-color: #450c0c;
}
.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: #c72323;
  border-color: #b11f1f;
}
.btn-danger .badge {
  color: #c72323;
  background-color: #fff;
}
.btn-link {
  color: #c83631;
  font-weight: normal;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #8b2522;
  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: #737373;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.33;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.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;
  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);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #4c4c4c;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #c83631;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #c83631;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #737373;
}
.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.5;
  color: #737373;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.33;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
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: 28px;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #666666;
  text-align: center;
  background-color: #b7b7b7;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 12px;
  font-size: 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 15px 20px;
  font-size: 18px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 6px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #fff;
}
.nav > li.disabled > a {
  color: #737373;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #fff;
  border-color: #c83631;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #737373;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #b7b7b7 #b7b7b7 #737373;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #666666;
  background-color: #fff;
  border: 1px solid #737373;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.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: #c83631;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #4c4c4c;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: .25em;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #4c4c4c;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #b7b7b7;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #9e9e9e;
}
.label-primary {
  background-color: #DA4241;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #c22726;
}
.label-success {
  background-color: #91ce72;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #74c14d;
}
.label-info {
  background-color: #9bd8eb;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #70c8e2;
}
.label-warning {
  background-color: #dabe8a;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cda963;
}
.label-danger {
  background-color: #e15555;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #da2a2a;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-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: #c83631;
}
.thumbnail .caption {
  padding: 9px;
  color: #4c4c4c;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  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: #67b53f;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #518f32;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c79e50;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #ad8437;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #c72323;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #9c1b1b;
}
.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;
}
.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;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-family: Asap, "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  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: 400px;
  padding: 3px 8px;
  color: #666666;
  text-align: center;
  background-color: #e1e1e1;
  -webkit-border-radius: 4px;
  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: #e1e1e1;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #e1e1e1;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #e1e1e1;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #e1e1e1;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #e1e1e1;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e1e1e1;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e1e1e1;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e1e1e1;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 25em;
  padding: 1px;
  font-family: Asap, "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -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: -12px;
}
.popover.right {
  margin-left: 12px;
}
.popover.bottom {
  margin-top: 12px;
}
.popover.left {
  margin-left: -12px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 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: 13px;
}
.popover > .arrow:after {
  border-width: 12px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -13px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -13px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -12px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -13px;
  margin-top: -13px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -12px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -13px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -13px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -12px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -13px;
  margin-top: -13px;
  border-right-width: 0;
  border-left-color: #999;
  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: -12px;
}
.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;
  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;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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 #b7b7b7;
  -webkit-border-radius: 10px;
  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: #c83631;
}
.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;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 960px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
  float: left;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
body {
  min-width: 960px;
  min-height: 20em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 10.5px 0;
}
h1,
.h1 {
  font-size: 3.2em;
}
h2,
.h2 {
  font-size: 2.5em;
}
h3,
.h3 {
  font-size: 2.1em;
}
h4,
.h4 {
  font-size: 1.7em;
}
h5,
.h5 {
  font-size: 1.25em;
}
h6,
.h6 {
  font-size: 0.9em;
}
p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0 0 1em 0;
}
hr {
  color: transparent;
  background: transparent;
  border: 0;
  margin: 0;
}
.spacer {
  padding-top: 2em;
  padding-bottom: 2em;
}
.spacer-top {
  padding-top: 2em;
}
.spacer-bottom {
  padding-bottom: 2em;
}
.spacer-sm {
  padding-top: 1em;
  padding-bottom: 1em;
}
.spacer-sm-top {
  padding-top: 1em;
}
.spacer-sm-bottom {
  padding-bottom: 1em;
}
.lead {
  font-size: 1.1em;
}
.underline {
  padding-bottom: 0.2em;
  border-bottom: 2px solid #e1e1e1;
}
.read-more {
  font-weight: bold;
  font-style: italic;
  color: #b0413b;
  white-space: nowrap;
}
.desposited {
  position: relative;
  text-shadow: 0 0 1px #fff;
  z-index: 1;
}
.desposited .desposited-bg {
  background: #fff;
  padding: 0 0.25em;
}
.desposited:after {
  content: " ";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #b7b7b7;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.bold {
  font-weight: 700;
}
.caret {
  border-top-width: 6px !important;
}
.nowrap {
  text-overflow: ellipsis;
  overflow: hidden;
}
.no-bg {
  background: none !important;
}
.monospace {
  font-family: Monaco, Menlo, Consolas, "Ubuntu Mono", "Courier New", monospace;
}
.inline-icon {
  cursor: pointer;
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.tags,
.date {
  padding-right: 0.5em;
}
hr,
.hr,
.hr-sm,
.hr-lg {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 7px solid #e1e1e1;
}
.hr-sm {
  border-bottom: 1px solid #e1e1e1;
}
.hr-lg {
  border-bottom: 10.5px solid #e1e1e1;
}
.hr-narrow {
  margin-bottom: 10.5px;
  padding-bottom: 10.5px;
}
.media .pull-left,
.media .pull-right {
  max-width: 50%;
}
.media > .pull-left {
  margin: 0.25em 1em 1em 0;
}
.media > .pull-right {
  margin: 0.25em 0 1em 1em;
}
.media .media-left,
.media .media-right {
  padding-top: 0.25em;
}
.media .media-object {
  max-width: 100%;
  height: auto;
}
.media iframe {
  display: block;
}
.bullets {
  border-top: 1px solid #b7b7b7;
  padding-left: 0;
}
.bullets li {
  list-style: none;
  position: relative;
  padding: 0.8em 0 0.8em 2em;
  border-bottom: 1px solid #b7b7b7;
}
.bullets li:before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -360px -24px;
}
.highlighted {
  border-top: 1px solid #e1e1e1;
  list-style: none;
  padding-left: 0;
}
.highlighted li {
  border-bottom: 1px solid #e1e1e1;
  padding: 0.5em 0em 0.5em 0em;
}
blockquote {
  padding: 0;
  margin: 0;
}
blockquote p {
  margin: 0 0 0.25em 0;
}
blockquote cite[title] {
  cursor: help;
}
blockquote.bubble {
  position: relative;
  -webkit-box-shadow: inset 1px 3px 4px #e1e1e1;
  box-shadow: inset 1px 3px 4px #e1e1e1;
  border-color: #b7b7b7;
  background: #fff;
  padding: 1.25em;
  margin-bottom: 3em;
}
blockquote.bubble cite {
  position: absolute;
  font-style: normal;
  left: 0;
  top: 100%;
  padding-top: 1.25em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAOCAQAAADgIAYEAAAAzUlEQVQoz6WRMRJDUBCGt1A5gQM4hDa12i3cwgEcQKN6BzB2tVqV0ajM6J5GY1JR2BBFIhEe+bb/Zv/5IGPJ/yA5Y4hv2FSXFRVjE98AAA1KSx6nO8fIJVOKBiyEGvo5t6dELeeMfqjBO4lDXa2sqZm6xIFvIpMKtVnTjCIyYRuhkyi529XcZ4UQOuyBLg3y5z+SaUAXjiELm+1Zc1CyQI0ler/S9OugKoQaeTS+ZrVMI3kfQVWIbeqqp2YOGttwjSX6blAVpugBBQdB4QFLg/34nj1gVQAAAABJRU5ErkJggg==") 1.25em top no-repeat;
}
dl {
  margin-top: 0;
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 100px;
    clear: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 120px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
.social-link {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.25em;
  color: #b0b0b0;
}
.social-link .inline-icon {
  padding-right: 0.25em;
}
.social-link:hover,
.social-link:focus {
  text-decoration: none;
}
#main .external-link-new-window,
#main .download,
#main .mail {
  white-space: nowrap;
}
#main .external-link-new-window:before,
#main .download:before,
#main .mail:before {
  padding-right: 0.25em;
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main .external-link-new-window:before {
  content: "\f08e";
}
#main .download:before {
  content: "\f016";
}
#main .mail:before {
  content: "\f003";
}
.box,
.box-brand,
.striped-box,
.box-translucent-dark,
.box-translucent-bright,
.gray-light-box {
  padding: 1em;
  margin: 1em 0;
}
.box-lg {
  padding: 2em;
}
.box-shadow {
  -webkit-box-shadow: 1px 1px 0.5em rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0.5em rgba(0, 0, 0, 0.2);
}
.bevel-box,
.bevel-box-alt {
  display: block;
  width: 215px;
  height: 215px;
  background: #e1e1e1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 2em 3em;
  -webkit-box-shadow: inset 0 0 1em #b7b7b7;
  box-shadow: inset 0 0 1em #b7b7b7;
  text-align: center;
}
.bevel-box img,
.box-brand img,
.bevel-box-alt img {
  position: relative;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bevel-box .lt-ie9 img,
.box-brand .lt-ie9 img,
.bevel-box-alt .lt-ie9 img {
  top: 0;
}
.box-brand {
  display: block;
  margin: 0 0.5em 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  width: 128px;
  height: 128px;
}
.bevel-box-alt {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eeeeee));
  background: -webkit-linear-gradient(#fff, #eeeeee);
  background: linear-gradient(#fff, #eeeeee);
  border: 1px solid #b7b7b7;
  -webkit-box-shadow: 1px 1px 1px #e1e1e1;
  box-shadow: 1px 1px 1px #e1e1e1;
  height: 160px;
}
.striped-box,
.gray-light-box {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAAGUlEQVR4AWNgkGKAAOwsvJJSdJYcdRphSQAmXQSTSzoqTgAAAABJRU5ErkJggg==");
  border: 1px solid #b0b0b0;
}
.box-translucent-dark {
  background: rgba(0, 0, 0, 0.25);
}
.box-translucent-bright {
  background: rgba(255, 255, 255, 0.5);
}
.gray-box {
  background: #e1e1e1;
  padding: 1.2em 2em;
  border-top: 9px solid #e4e4e4;
  border-bottom: 9px solid #e4e4e4;
  margin: 1em 0;
}
.gray-box:before,
.gray-box:after {
  content: " ";
  display: table;
}
.gray-box:after {
  clear: both;
}
.gray-box:before,
.gray-box:after {
  content: " ";
  display: table;
}
.gray-box:after {
  clear: both;
}
.gray-light-box {
  background: #eeeeee;
  border-color: #e1e1e1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.gray-light-box:before,
.gray-light-box:after {
  content: " ";
  display: table;
}
.gray-light-box:after {
  clear: both;
}
.gray-light-box:before,
.gray-light-box:after {
  content: " ";
  display: table;
}
.gray-light-box:after {
  clear: both;
}
.form-control {
  border: 2px solid #b7b7b7;
  -webkit-box-shadow: inset 1px 2px 3px #e1e1e1;
  box-shadow: inset 1px 2px 3px #e1e1e1;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  position: relative;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA3CAQAAADUd8CoAAAAf0lEQVRYw+3UsQ2AIBAFUGjoDBWjuYBLEFq8wCLsYEVvKROhaGFnwxkT8//1r/r3RamCNwABAgQIEOBjnKHFGTZwGmgNlTarWcBRUQ61HeVR9YOS0sWdZBKyE/Tx5tr5iB4C/KA23MXmf70jVrdxmAvTOLwwXyg2QIAAAf4R3AHWXK94rghuDAAAAABJRU5ErkJggg==") right center no-repeat;
}
label {
  font-weight: normal;
  font-size: 1.14em;
  cursor: pointer;
}
div:not(#foo) div.checkbox,
div:not(#foo) div.radio,
div:not(#foo) div.checkbox-inline,
div:not(#foo) div.radio-inline,
div:not(#foo) div.checkbox + div.checkbox,
div:not(#foo) div.radio + div.radio {
  padding: 0;
  margin: 0 0.5em 0.5em 0;
}
div:not(#foo) div.checkbox:active,
div:not(#foo) div.radio:active,
div:not(#foo) div.checkbox-inline:active,
div:not(#foo) div.radio-inline:active,
div:not(#foo) div.checkbox + div.checkbox:active,
div:not(#foo) div.radio + div.radio:active {
  opacity: 0.8;
}
div:not(#foo) .checkbox input[type="checkbox"],
div:not(#foo) .radio input[type="radio"] {
  opacity: 0;
  float: left;
  width: 0;
  height: 0;
  font-size: 0;
}
div:not(#foo) .checkbox label,
div:not(#foo) .radio label {
  clear: none;
  padding: 0.1em 0 0.1em 30px;
  display: inline-block;
  min-height: 24px;
}
div:not(#foo) .radio input[type="radio"] + label {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAABRElEQVR4AY2UhY3DQBRE3dVxQ6nA6cRNHNN+uYIwJ2a+i9iCI+Hc1yprrYP2E+vNLNuof2/ntinuyKFvxhF3tvl2bhz6nm+ERWUXE6zgMytM0QOVwnq+2aO/tcgZwkPAhJJIEmAEct5aW/p7m/4WSmYtZpINMVzQ33u73v630uQEKTKNFAFH1Cg8d3K4fUvONTLGAzmbtQhrqPRKLvChUcjQFMKSG0mlp/RK/qwjQwmo5E22zZ7sV7qS1xoqNIRtGuJuKvsTTddlPeRA3BnkrKr+4oCuIjHIMeg7qPWvj1CAvmVA628QcBzETfqZBOTwomdIGgZcXrTc1qaBMW+rPLio6ZL54OTVmDQKLCCs6vL5JwOxunzqekdHtzVT11t/QMHBMWL9AelPdIZ8J1JgIZ/owZ/ACA4S+QoSuBgf/gk0/c38A4jXXxLn4/CrAAAAAElFTkSuQmCC") left 1px no-repeat;
}
div:not(#foo) .radio input[type="radio"]:checked + label {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAABeklEQVR4AY2UBa7cMBRFs6vyhmYF+UsoicrcbuAz+Ckr+AxDYQZxBCXhrW3NWC/pkI9g4J5nttVtx/cdW2yTS78krth27OP71rJ28ES8p/YMt5gikExxh3NQK94fPFkQPx6QewUfoSTSxJoQ1yD3eNCLn2zR37EJx0gk6YwEHujvyVa3+t8pC6fIkDMyhFI5Hpixkyur98IFQ333Qe5sLuL91TxuwiUqRqmlO4j3eiGp9edxE657KCkFtXKRHftc1TfxCtfYwRvJDm7QKIx0Bce2xPadrp+a+Gc8m/FWKUxyIbYtcqemfola1n3G+IGGKQnItehXyOrXeNMRXqJhlKBfWjD1jWBYILguElO/6Q3pdUdI1ZDE9hApE27wlglHHcGD2NbLygWl/MBLVb0XV/84tt64mAtLKfXG6aNxu5EwhnhvDl+wVkj04WPHO1bLulTJ2fE2Fyhc2kfCLxC/okMU/yklxvqKLn0EruEiRSVJ4eFm2SOw+TPzDxgwTHY3nIIyAAAAAElFTkSuQmCC") left 1px no-repeat;
}
div:not(#foo) .checkbox input[type="checkbox"] + label {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAAAAADFHGIkAAAAPklEQVR4Ae3LwQ1AABTA0Fb+IPZfwSzMInGTlJOjXl86G92wCiD3jkHEOlATdPHlMI6rOoAnEAyIvoIfdrITny8DFYUTFFIAAAAASUVORK5CYII=") left 1px no-repeat;
}
div:not(#foo) .checkbox input[type="checkbox"]:checked + label {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAAAAADFHGIkAAAAi0lEQVR4Ac3JNQLCQBQA0Vwf9wo7ANLg7h0OVWQt8q/Bxr1nynnCKiVhJclmSiQO5kSxTFAQJrE4KIhQFssETJmqapE4IMJUTfd76mYO6IbX4muY2aDpBjgt+mAVhUVBToRFdgxJsMiWSQyGWbMNxEDv8t/Q4gCols1eIAHgnW8ZiQDHGySD2b9ASj8EkenKhSb6dQAAAABJRU5ErkJggg==") left 1px no-repeat;
}
div:not(#foo) .radio input[type="radio"]:focus + label,
div:not(#foo) .checkbox input[type="checkbox"]:focus + label {
  outline: 1px dotted;
}
div:not(#foo) .radio input[type="radio"]:focus + label:hover,
div:not(#foo) .checkbox input[type="checkbox"]:focus + label:hover {
  outline: 0;
}
div:not(#foo) .radio input[disabled] + label,
div:not(#foo) .checkbox input[disabled] + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn {
  font-size: 18px;
  position: relative;
  border: 0;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.33;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.btn-sm,
.btn-xs,
.btn-group-xs > .btn,
.btn-group-sm > .btn {
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
}
.btn-default {
  text-shadow: 0px 1px 1px #666666;
}
.btn-primary {
  text-shadow: 0px 1px 1px #621a18;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #DA4241;
}
.btn-primary:active {
  -webkit-box-shadow: inset 0.1em 0.3em 0.5em #b8322d;
  box-shadow: inset 0.1em 0.3em 0.5em #b8322d;
}
.btn-arrow,
.btn-download,
.btn-logout {
  padding-right: 3.2em;
}
.btn-arrow:after,
.btn-download:after,
.btn-logout:after {
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  display: inline-block;
  height: 100%;
  width: 2.4em;
  border-left: 1px solid #fff;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-arrow:hover:after,
.btn-download:hover:after,
.btn-logout:hover:after,
.btn-arrow:focus:after,
.btn-download:focus:after,
.btn-logout:focus:after {
  background-color: #c83631;
}
.btn-arrow:active:after,
.btn-download:active:after,
.btn-logout:active:after {
  -webkit-box-shadow: inset -0.1em 0.3em 0.4em #af2f2b;
  box-shadow: inset -0.1em 0.3em 0.4em #af2f2b;
}
.btn-arrow:after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAl0lEQVQYlWP4////fCDmYsAHgAr+f3318sXLmzcN8CoCgd8/fvx+e/N6MV5FMPDu3p1dGNajK4JZ/+LGDT28ijCsx6Xo1/fvf052tF2erSzvgVXRp8ePvm4JDT41X01pB1ZFD/fsfr7UxODQPDWlhZPkxBVRrAMb3958HSi5f56qYmUhAwMnisMxjMcSTgsxjMcGMIxHAwA4metrnjXxgQAAAABJRU5ErkJggg==") center center no-repeat;
}
.btn-default.btn-arrow:hover:after,
.btn-default.btn-arrow:focus:after {
  background-color: transparent;
}
.btn-default.btn-arrow:active:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-download:after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAQCAYAAADNo/U5AAAAsElEQVR4AWNAB//RAANhgKlpnprSfrjkqCZMRYv+Ew8WwDRxf339+iUh1R8fPfqyxFDv0Fw1pQqwxg8PHxr//vHjNy4Nv75//7M52P/UfDXlBbkMDOxwZ76+frUUl6aTbc3X56sp7ZgiISGP4b939+7uQdfwYM+u56DAmKWs4I6uHt1/mP7AB17dvmYE8h/IHxtD/U7C/YETIPxXcrKj5RLcH8SC2cryHnNUFNywyQEAtxVk08yik/gAAAAASUVORK5CYII=") center center no-repeat;
}
.btn-login:after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAANCAYAAABPeYUaAAAAVElEQVR4AWP4TwJgwAFIMmSemtJ+HIYgFODCyGqwugi/LQiAbiBOQ0j1KoWGIACFhiD0UWAIIjIIBiy+mAJhomMH2f/IBlCU2EA09VMszGRiMTb9ACnJ5SeVlFF7AAAAAElFTkSuQmCC") center center no-repeat;
}
.btn-logout:after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAANCAYAAABPeYUaAAAAVElEQVR4AWP4TwJgwAFIMmSemtJ+HIYgFODCyGqwugi/LQiAbiBOQ0j1KoWGIACFhiD0UWAIIjIIBiy+mAJhomMH2f/IBlCU2EA09VMszGRiMTb9ACnJ5SeVlFF7AAAAAElFTkSuQmCC") center center no-repeat;
}
.text-left,
.align-left,
.certificate-header .media-body {
  text-align: left;
}
.text-right,
.align-right,
.shop-links {
  text-align: right;
}
.text-center,
.align-center,
.certificate-header {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap,
.nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase,
.uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted,
.muted {
  color: #9e9e9e;
}
.text-primary {
  color: #c83631;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9f2b27;
}
.text-success {
  color: #67b53f;
}
a.text-success:hover,
a.text-success:focus {
  color: #518f32;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-warning {
  color: #c79e50;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ad8437;
}
.text-danger {
  color: #c72323;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9c1b1b;
}
.running-text {
  font-family: Arial, sans-serif;
}
.text-white {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.info-text {
  color: #c79e50;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 15px;
  line-height: 1.5;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #b7b7b7;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
  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: #fff;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  cursor: not-allowed;
}
.pagination {
  position: relative;
  z-index: 1;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination .pagination-hr {
  z-index: -1;
  content: '';
  display: inline-block;
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b0b0b0;
}
.pagination > li > a,
.pagination > li > span {
  color: #fff;
  background: #b0b0b0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 2em;
  width: 2em;
  padding: 0;
  line-height: 2em;
  text-align: center;
  font-size: 12px;
  border: 0;
  margin: 0 0.5em;
}
.pagination > li.first > a,
.pagination > li.first > span {
  margin-left: 0;
}
.pagination > li.last > a,
.pagination > li.last > span {
  margin-right: 0;
}
.pagination > .active > a,
.pagination > .active > span {
  position: relative;
  top: -0.4em;
  height: 2.8em;
  width: 2.8em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #666666;
}
.pagination > .active > a .circle,
.pagination > .active > span .circle {
  z-index: -1;
  content: '';
  display: inline-block;
  position: absolute;
  height: 2em;
  width: 2em;
  top: 0.3em;
  left: 0.3em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #666666;
}
.pagination .prev,
.pagination .next {
  width: auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 0.8em;
}
.pagination .prev {
  margin-left: 0;
  padding-left: 3.2em;
  background: #b0b0b0 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAICAQAAAAhW3XQAAAAS0lEQVR4AWPAD/5r/d/OQC3wX+B/z/9f//9TxzCW/1n/X/8HA2oY5/H/6n+iAPEG3qTMQEwj2f4X/3+Pqolyj4v8n/r/N4UGUp5sAPK2eYyY+jlQAAAAAElFTkSuQmCC") left center no-repeat;
}
.pagination .next {
  margin-right: 0;
  padding-right: 3.2em;
  background: #b0b0b0 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAICAQAAAAhW3XQAAAAR0lEQVR4AWMgDfzf/l+LgZrg////v/9P/S9CPQMh4P3/4v9spGkiDG7+96CugVcRBlLu5df/s/6zUCsMf/3v+S+AWwXVkw0A1hF5jEwZBzkAAAAASUVORK5CYII=") right center no-repeat;
}
.tooltip-inner {
  background-image: -webkit-linear-gradient(90deg, #e1e1e1, #fff);
  background-image: linear-gradient(0deg, #e1e1e1, #fff);
  border: 1px solid #b7b7b7;
  font-weight: 700;
  z-index: 1030;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.tooltip-arrow {
  z-index: 1031;
}
.tooltip-arrow:after {
  content: "";
  z-index: -1;
  display: inline-block;
  position: absolute;
  left: -5px;
  top: -6px;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 0;
  border-top-color: #e1e1e1;
}
.tooltip.top .tooltip-arrow {
  bottom: 1px;
  border-top-color: #b7b7b7;
}
.popover {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.popover.top {
  margin-top: -15px;
}
.popover.right {
  margin-left: 15px;
}
.popover.bottom {
  margin-top: 15px;
}
.popover.left {
  margin-left: -15px;
}
.popover-title {
  font-weight: bold;
  border-bottom: 0;
  padding: 10px 14px 0 14px;
}
button.popover-close {
  padding: 0.5em 0.6em 0.2em 0.2em;
  font-size: 14px;
}
button.popover-close:focus {
  outline: 0;
}
button.popover-close:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.dropdown-right {
  left: initial;
  right: 0;
}
.table .light {
  background: #fff;
}
.table .dark {
  background: #e1e1e1;
}
.table > thead > tr > th {
  background: #e1e1e1;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.15em;
  border-bottom-width: 1px;
}
.table > tfoot > tr > td,
.table > tfoot > tr > th {
  background: #e1e1e1;
  border-top: 4px solid #737373;
  vertical-align: middle;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #e1e1e1;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}
.csc-uploads {
  list-style: none;
  padding: 1em 0;
}
.csc-uploads-fileName {
  display: block;
}
.csc-uploads-element {
  margin-top: 0.5em;
}
.csc-uploads-element.li-first {
  margin-top: 0;
}
.label-tag {
  position: relative;
  color: #666666;
  border: 1px solid #b0b0b0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  padding: 0.5em 0.6em;
  margin-left: 9px;
  font-size: 0.85em;
}
.label-tag:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 11px;
  background: red;
  right: 100%;
  top: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAcCAAAAAB5I6HaAAAAVklEQVR4AWP4DwGbKGI8PgthPDv9D8x4eeLvfxDjzfE//0GM98d+/QcxPh75+R/E+HL4x38w4/C7/xDGZ5AIQg1Y1zuQLoQ5EJNPAk2G2QWz/Rx5jgcAuNXWo3nx0m0AAAAASUVORK5CYII=") right center no-repeat;
}
.label-tag:hover,
.label-tag:focus {
  color: #4c4c4c;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li {
  /*
        &.active > a {
            //box-shadow: 1px 0px 0px @gray-lighter;
        }
        */
}
.nav-tabs > li > a {
  color: #737373;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  will-change: border-color;
  border-bottom: 0;
}
.tab-content {
  border: 1px solid #737373;
  padding: 1em 15px;
  margin-bottom: 2em;
  -webkit-box-shadow: 0 1px 2px #b7b7b7;
  box-shadow: 0 1px 2px #b7b7b7;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  min-height: 8.2em;
  -webkit-transform: translate3d(0, 0, 0);
}
.lt-ie9 #header {
  border-bottom: 1px solid #737373;
}
#header a:hover,
#header a:focus {
  text-decoration: none;
}
.header-slim #header {
  min-height: 4.2em;
  position: relative;
}
.header-slim #header > .container {
  position: relative;
}
.header-slim #logo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 60px;
  top: 0.6em;
}
.header-slim #header-nav {
  height: 4.2em;
  position: absolute;
  left: 80px;
  line-height: 4.2em;
}
.header-slim #main {
  margin-top: 0;
}
#header-topbar {
  display: none;
  background: #737373;
  height: 2em;
}
#header-topbar .container {
  position: relative;
}
#header-topbar ul {
  position: absolute;
  right: 10px;
  background: #666666;
  margin: 0;
  padding-left: 0;
  list-style: none;
  line-height: 2em;
}
#header-topbar li {
  display: inline;
}
#header-topbar a {
  color: #fff;
  float: left;
  height: 2em;
  line-height: 2em;
  padding: 0 1em;
}
#header-topbar a:hover,
#header-topbar a:focus {
  background: #666666;
}
.user-logged-in #header-topbar {
  display: block;
}
#logo {
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
#logo img {
  z-index: 120;
  position: absolute;
  top: 1em;
  left: 0;
}
#site-title {
  line-height: 4.2em;
  position: relative;
  left: 60px;
  color: #9e9e9e;
}
#header-nav {
  height: 8.2em;
  padding: 0;
  position: relative;
}
#header-nav-main,
#header-nav-meta {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
  position: absolute;
  right: 0;
  list-style: none;
}
#header-nav-main {
  width: 800px;
  bottom: 0.5em;
  margin: 0;
  text-align: right;
}
#header-nav-main > li {
  list-style: none;
  display: inline;
}
#header-nav-main > li:first-child > a {
  margin-left: 0;
}
#header-nav-main > li:last-child > a {
  margin-right: 0;
  /*> a {
			padding-right: 0;
		}*/
}
#header-nav-main > li:last-child > a:after {
  border: 0;
}
#header-nav-main > li > a {
  display: inline-block;
  position: relative;
  color: #666666;
  background: #fff;
  border: 1px solid transparent;
  border-bottom: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3em;
  padding: 0.8em;
  margin: 0 0.8em 0 0;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
#header-nav-main > li > a:after {
  content: " ";
  display: inline-block;
  position: absolute;
  right: -0.5em;
  height: 1em;
  width: 1px;
  border-left: 1px solid #737373;
}
#header-nav-main > li > a:hover,
#header-nav-main > li > a:focus,
#header-nav-main > li.open > a {
  z-index: 999;
  color: #c83631;
  border-color: #737373;
  -webkit-box-shadow: 1px -1px 1px #d4d4d4;
  box-shadow: 1px -1px 1px #d4d4d4;
  outline: 0;
}
#header-nav-main .dropdown-menu {
  z-index: 998;
  text-align: left;
  min-width: 60px;
  padding: 9px;
  margin: -1px 0 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-color: #737373;
}
#header-nav-main .dropdown-menu ul {
  padding-left: 0;
  list-style: none;
}
#header-nav-main .dropdown-menu ul a {
  font-size: 1.15em;
  color: #666666;
  display: block;
  padding: 3px 0;
}
#header-nav-main .dropdown-menu ul a:hover,
#header-nav-main .dropdown-menu ul a:focus {
  color: #4c4c4c;
}
#header-nav-main .dropdown-menu img {
  max-width: 100%;
  height: auto;
}
.lt-ie9 #header-nav-main {
  right: -15px;
  width: 900px;
}
#header-nav-main .dropdown-menu > .row > .col-1 {
  width: 66px;
  padding: 5px 15px;
}
#header-nav-main .dropdown-menu > .row > .col-2 {
  width: 133px;
  padding: 5px 15px;
}
#header-nav-main .dropdown-menu > .row > .col-3 {
  width: 200px;
  padding: 5px 15px;
}
#header-nav-main .dropdown-menu > .row > .col-4 {
  width: 266px;
  padding: 5px 15px;
}
#header-nav-main .dropdown-menu > .row > .col-5 {
  width: 333px;
  padding: 5px 15px;
}
#header-nav-main .dropdown-menu > .row > .col-6 {
  width: 400px;
  padding: 5px 15px;
}
#header-nav-main .dropdown-menu > .row > .col-7 {
  width: 466px;
  padding: 5px 15px;
}
#header-nav-main .dropdown-menu > .row > .col-8 {
  width: 533px;
  padding: 5px 15px;
}
#header-nav-main .dropdown-menu > .row > .col-9 {
  width: 600px;
  padding: 5px 15px;
}
#header-nav-main .dropdown-menu > .row > .col-10 {
  width: 666px;
  padding: 5px 15px;
}
#header-nav-main .dropdown-menu > .row > .col-11 {
  width: 733px;
  padding: 5px 15px;
}
#header-nav-main .dropdown-menu > .row > .col-12 {
  width: 800px;
}
#header-nav-meta {
  width: auto;
}
#header-nav-meta > li {
  position: relative;
  float: left;
  margin-left: 0.2em;
}
#header-nav-meta > li .caret {
  border-top-color: #666666;
  border-bottom-color: #666666;
}
#header-nav-meta > li > a {
  float: left;
  padding: 0.2em 0.4em;
  color: #666666;
  border: 1px solid transparent;
}
#header-nav-meta > li > a .inline-icon {
  width: 24px;
  height: 24px;
}
#header-nav-meta > li > a:hover,
#header-nav-meta > li > a:focus {
  color: #e19c1f;
}
#header-nav-meta > li > a:hover .caret,
#header-nav-meta > li > a:focus .caret {
  border-top-color: #e19c1f;
  border-bottom-color: #e19c1f;
}
#header-nav-meta .login:hover {
  color: #c83631;
}
#header-nav-meta .login:hover .caret {
  border-top-color: #c83631;
  border-bottom-color: #c83631;
}
#header-nav-meta .login:focus,
#header-nav-meta .quicklinks:focus {
  color: #666666;
}
#header-nav-meta .login:focus .caret,
#header-nav-meta .quicklinks:focus .caret {
  border-top-color: #666666;
  border-bottom-color: #666666;
}
#header-nav-meta li.open > a {
  border-color: #666666;
  background: #fff;
  border-bottom: 0;
  position: relative;
  z-index: 1010;
}
#header-nav-meta .phone .phone-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: 0px 0px;
}
#header-nav-meta .phone:hover .phone-icon,
#header-nav-meta .phone:focus .phone-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: 0px -24px;
}
#header-nav-meta .email .email-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -24px 0px;
}
#header-nav-meta .email:hover .email-icon,
#header-nav-meta .email:focus .email-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -24px -24px;
}
#header-nav-meta .quicklinks .quicklinks-icon,
#header-nav-meta .quicklinks:hover:focus .quicklinks-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -48px 0px;
}
#header-nav-meta .quicklinks:hover .quicklinks-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -48px -24px;
}
#header-nav-meta .login .login-icon,
#header-nav-meta .login:hover:focus .login-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -72px 0px;
}
#header-nav-meta .login:hover .login-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -72px -24px;
}
#header-nav-meta .dropdown-menu {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: -1px 0 0 0;
}
#header-nav-meta .dropdown-quicklinks {
  border-top: 1px solid #666666;
}
#header-nav-meta .dropdown-quicklinks ul {
  padding: 0;
}
#header-nav-meta .dropdown-quicklinks li {
  list-style: none;
  padding-left: 0;
}
#header-nav-meta .dropdown-quicklinks a {
  color: #666666;
  display: block;
  padding: 8px 23px;
  border: 1px solid #666666;
  border-top: 0;
}
#header-nav-meta .dropdown-quicklinks a:hover,
#header-nav-meta .dropdown-quicklinks a:focus {
  color: #fff;
  background: #c83631;
  border-color: #c83631;
}
#header-nav-meta .dropdown-login {
  border: 1px solid #666666;
  padding: 0.8em 0.8em 0 0.8em;
  width: 21.5em;
}
#header-nav-meta .dropdown-login label {
  font-size: 1em;
}
#header-nav-meta .dropdown-login .form-control {
  border-width: 1px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#header-nav-meta .dropdown-login .col-6 {
  padding-bottom: 0.8em;
}
#header-nav-meta .dropdown-login.login-active {
  background: #737373;
  color: #fff;
}
#header-nav-meta .dropdown-login.login-active a {
  color: #fff;
  display: block;
}
#header-nav-meta .dropdown-login .login-nav {
  margin-bottom: 1em;
}
#header-nav-meta .dropdown-login .login-nav a {
  display: block;
  padding: 0.5em 1em;
  background: #666666;
}
#header-nav-meta .dropdown-login .login-nav a:hover,
#header-nav-meta .dropdown-login .login-nav a:focus {
  background: #4c4c4c;
}
.user-logged-in #header-nav-meta .login {
  position: relative;
  margin-top: -1em;
  height: 3.5em;
  line-height: 3.5em;
  background: #737373;
  color: #fff;
}
.user-logged-in #header-nav-meta .login .login-icon,
.user-logged-in #header-nav-meta .login:hover:focus .login-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -336px -24px;
}
.user-logged-in #header-nav-meta .login:hover .login-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -336px -24px;
}
.user-logged-in #header-nav-meta .login .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#toggle-password-forgotten {
  font-size: 0.85em;
  font-style: italic;
  color: #666666;
}
#toggle-password-forgotten:hover,
#toggle-password-forgotten:focus {
  color: #4c4c4c;
}
#password-forgotten {
  background: #b7b7b7;
  padding: 0.8em 0;
}
#header-nav-search {
  width: 15em;
  margin-left: 0.2em;
}
#header-nav-search .form-control {
  border-width: 1px;
}
#header-nav-search .btn-primary {
  padding: 5px 9px;
}
#header-nav-search .inline-icon {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAQAAAAqJXdxAAAAjUlEQVQI12XLoa6BARxA8f/cJgnC3WeS5AVERVAEm41NUD2D97hB8QY2zyAZCiMJqoAgYPeW3y2f+XbvSWc7OxGhZePbXi+yaLoaqOg762TDyiC1rl02/EhSKyD3Dkf11GpO2WNkqxTh09LN9PWHD1+eDh4m1rhov69EQzlC0QyM5eMvhu5Yx39ULcx/AZBoW7QqcVD9AAAAAElFTkSuQmCC") center center no-repeat;
}
#highlight {
  position: relative;
  z-index: 90;
  margin-top: -2em;
  margin-bottom: 2em;
}
#fullsize-carousel .carousel-inner {
  background: #e4e4e3;
  height: 30.5em;
  min-width: 960px;
  position: absolute;
}
#fullsize-carousel .item {
  height: 30.5em;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
#fullsize-carousel .container {
  position: relative;
  z-index: 10;
  height: 100%;
}
#fullsize-carousel .text-content {
  margin-top: 3.5em;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
#fullsize-carousel-nav {
  min-width: 960px;
  max-width: 1260px;
  height: 30.5em;
  position: relative;
  top: 0;
  margin: auto;
}
#fullsize-carousel-nav .carousel-prev,
#fullsize-carousel-nav .carousel-next {
  height: 100%;
  width: 10em;
  position: absolute;
  z-index: 91;
  top: 0;
}
#fullsize-carousel-nav .carousel-prev {
  left: 1px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAC5CAMAAABDX6wrAAAAMFBMVEUAAABSUlJSUlIzMzMuLi5VVVVTU1NTU1M/Pz9ISEhFRUVTU1NLS0tRUVFVVVVTU1OdcwisAAAAEHRSTlMATUoFC0U6QBAcFjQiLCcxPC/6uQAAAU1JREFUeNrtl0sOxCAMQ0P4lDal3P+2oxkVdTcSsQRCTfZvg13bJd2F7El5OTnHl44N0X1PR1f3O/YKNrv7sgJODQ797N7YrZ/1scFHP3w1VhQy8c1y6IfF3Vf62aOxUSHy1uC9nz1nyVQmyfSY+lpRpqSQiYEMqI2tQPZgMgHZE2dlTwJMDclUEJk8INNpFWEV8UemPLginFXE8Iqw7BlVEYOzJ0OmRmR63TwVy56OK4vNU1ymOEmmYBUxviJWmqdWEVYRfy4DpiYBsof4kUkPR09jvycKDhh7VJDn9kjJ0IlYjLbH3FilAy0lhPTjQdg/9tj4pAPpV0qAxYFNMdniO2TxtKjF/TstLo2uwy1+LW/xMs/i6Z0WD4tafFvN4jbubNzZuLNxZ+POxp2NuzEWLzbubNy9ZNwJ8mZMwJsxARYXFRy4+VtFC7MEog8zCRKmFs829QAAAABJRU5ErkJggg==") center center no-repeat;
}
#fullsize-carousel-nav .carousel-prev:active {
  -webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
}
#fullsize-carousel-nav .carousel-next {
  right: 1px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAC6CAMAAAAqCbW7AAAAvVBMVEUAAACfOTX////6+PhOAACXMjGcPTqlPDmcNTL///////9qEAh0FRWqRD////+rVVB7HR3t5+fu5ub////Ag4GSKynUrKx4HhuxYWD///+YNjWqQT13Ghm5cW5wGBVvFRFyGBTu5+f////ew8Pfx8VuFhXJk5FxFxXRqqqVNDL////t3t6oc3O0R0OwREC3Ske/UE3DVVCeMi6LJySaLSmlODWTLSq7TEmvQDyUJyOCIR6rOzfIWVV3GhjNXVkl98nQAAAALXRSTlMA6h2oDc66/v6xDx8w0ga3Riw/ep/kc12skpXp5KSu8cmtY6dYkYl3onROqjUErTWeAAAESElEQVR4AdWW1ZojIRSEJwpjO+7uCrR3Z+z9H2vPgc7e51/nvr6fVFWKXpIzXltdwuehaZrJGhZba8zgFYnHjTU+OL+xQtRrjfVtlrVun6hXGxPyj4+8Xd8i8omqvz7ysEvUm8aJ+usjO9km8qlvRf2Vt4ffyC83IcGZcccJ/tFuDEnkA5cpPA/3BP5k2lzhGUttPcJ5aqFP7ZallvWprfxEavl/mNrBj9RQ3Sdz+Bmp+xpPrTcupbaBUhv0qQWU2pNPxrXrfyG1zZgaHynX1/3nUnM/nxox7lekRp+Wnx2pn39aPv7a0xIfVT5SCQ6fFr07T823/Uj9laclGRfg06LG8dT07vFLiqYmcprawQ/4NkwtwunT4rIIh0+L6eHwaYnG5TA1qXu8e0B1H8+Nc3Ck0t1bOFKmTb/8EKVmXRvhHqYWslzh8GnxPRyOlIvwQEcqZAqHqalxucDhSKlxOU1t1fo2E3Xr4Ui5BJ+ykZrD2UhZF+UOpmZcgqOnZS0ax1MTeCZwx0bKmhDhho1U7doIZ0/LntxdTqCpiXGZwGWkWGpthLOnRY2T4wZspOp0dy+pMeNE3jqYmvUhwnHdExyOVJL7AXtaah/hHRypnzLu2HqRC3zK6i53l+MMe1qsiXCamoSucnOGU2sFzuo+tT7KDRypWu7eBk9TMwkOU9O7C7yGI2V8UPiEjZTtnNpeP6KnpVB48PLL4X9N4d1gh/nWuaDqEVDfNb16CtRrZSE3D8GZG3Dz80YiE7HfWB4uHncZL+784Op6cctOFS3qbne0srD6oSwE7WQflp8XFq+WEe1893gELBPDFd1tLC++TZtztHkBaV3O0WfIsoTuTkbPKC1Fe/N49G3xgie079aXFx+GtbfGvnfee3NDLVP0ISy4ojtWcEV3vnvfHTHLBM0sW31TtBc0K7iiu+4dFTyi5QxYwXs0LHhEvw/IJpyWlaLfa1jwhJ4Cy9bEsoRmBRf0u4hRwTUtRbOCC/pdTo0K/qb3FjHbBC2KHHtDCj5Hy6NHCl5ZFTPLerRFBZ+jJ6TgF2VE1wXahB5tp2wTEtqiTXhrKlvLvQ+XV0jBE3oPplUVimYFV7SIJ6Tgn1KUoq5tgTZB0hJxXWywTYjoAlrWo2HBE5oVPKGLChZc0UWBCi5pRXTBCt6jD5FlihbxHvmqu1C0nGr3CBVc0AUueI+GBU9iVHBBVyLGBU9otAmfbzNFI8tW52k1qOA9uoIFj+iqIQUXyxIaFVzRoq724CYoumrIV915QlfVhHzVfSpaToMK3qMbWvCIRgW/kKI0Ip7Bgkd0IwXnls3IV91lr55NyVfdXNygTZiracFnop6xgif0bAY3QdAiZpvQo0v06M3RG+SrTtBRTAse0bDggtbDCq5oOeXNDknrM4pRwZcuevSpWIbVpX7VsZ6Vs5IUXF0TuBzZBHRezy/eJjcjsQyd4c5otIPE3wF3yEougHOojgAAAABJRU5ErkJggg==") center center no-repeat;
}
#fullsize-carousel-nav .carousel-next:active {
  -webkit-transform: translateX(1px);
  -ms-transform: translateX(1px);
  transform: translateX(1px);
}
#fullsize-carousel-indicators {
  border-top: 6px solid #c83631;
  border-bottom: 1px solid #e1e1e1;
  padding: 1em;
}
#fullsize-carousel-indicators .carousel-indicators {
  position: static;
  bottom: inherit;
  left: inherit;
  width: 100%;
  margin: 0;
}
#fullsize-carousel-indicators .carousel-indicators li {
  display: inline-block;
  margin: 0 2px;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-color: transparent;
  -webkit-transition: border-color 0.8s ease-out;
  transition: border-color 0.8s ease-out;
}
#fullsize-carousel-indicators .carousel-indicators li .circle {
  background: #b7b7b7;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 6px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
#fullsize-carousel-indicators .carousel-indicators .active {
  border-color: #b7b7b7;
  background: #fff;
}
#fullsize-carousel-indicators .carousel-indicators .active .circle {
  background-color: #c83631;
}
.breadcrumb {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5em;
}
.breadcrumb:before,
.breadcrumb:after {
  content: " ";
  display: table;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb:before,
.breadcrumb:after {
  content: " ";
  display: table;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb a {
  color: #666666;
}
.breadcrumb li {
  float: left;
  background: #b0b0b0;
  padding: 0.2em 1em;
  height: 26px;
  position: relative;
}
.breadcrumb li.active {
  background: #7e7e7e;
  color: #fff;
}
.breadcrumb li.active a {
  color: #fff;
}
.breadcrumb li:first-child {
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.breadcrumb li:last-child {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.breadcrumb li.divider,
.breadcrumb li.divider-active {
  width: 12px;
  height: 26px;
  padding: 0;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAaCAAAAACmkeK9AAAAXklEQVR4AW3NsQmEMQxD4X//aQQBd+mzQzZwqQmueOLcxN0HD+tTeyv3absHuj6D1a4/dHwHCYNyr2BCkDGQsYAfIGOAH29Udz0eEAGigAgQAaKACBAFRAFRsGwp9wOcHOQBwmp61AAAAABJRU5ErkJggg==") 0 0 no-repeat;
}
.breadcrumb li.divider-active {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAaCAAAAACmkeK9AAAAXklEQVR4AW3OQQ0DIBBEUYxXQW1UwFzRgAsUrISmfYW9lNtLfnYY2fV8/N7IrN3IqjRSQli1Gtn1argBn3A2jIEQhLkwBsb+wAXZ+QSIICIQgQhEcCMQgQhEB6LvewM2TMjpw6aOQQAAAABJRU5ErkJggg==") 0 0 no-repeat;
}
.sidebar-nav-header {
  padding: 0.2em 0;
  margin-bottom: 0.5em;
  border: 1px solid #b0b0b0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.sidebar-nav-header h5 {
  margin: 0.3em 0;
  color: #666666;
  text-shadow: 0px 1px 1px #fff;
}
.sidebar-nav-header a {
  text-shadow: 0px 1px 0px #fff;
}
.sidebar-nav-header.open:before,
.sidebar-nav-header.open:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 6;
  border-bottom: 0 dotted;
}
.sidebar-nav-header.open:after {
  margin-left: -30px;
  border-top: 15px solid #fff;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
.sidebar-nav-header.open:before {
  z-index: 5;
  margin-left: -31px;
  border-top: 16px solid #b0b0b0;
  border-right: 31px solid transparent;
  border-left: 31px solid transparent;
}
.sidebar-nav {
  margin: 0 2em 0.5em 0;
}
.sidebar-nav ul {
  padding-left: 0;
  list-style: none;
}
.sidebar-nav a,
.sidebar-nav b,
.sidebar-nav span {
  color: #4c4c4c;
  display: block;
  padding: 7px 20px;
}
.sidebar-nav li.active ul a,
.sidebar-nav li.active ul span,
.sidebar-nav li.active ul b {
  padding-left: 40px;
}
.sidebar-nav li.active > a,
.sidebar-nav li.active > span,
.sidebar-nav li.active > b {
  font-weight: bold;
  background-color: #e1e1e1;
}
.sidebar-nav-body {
  margin-bottom: 0.5em;
}
.sidebar-nav-body li {
  list-style: none;
  padding-left: 0;
  border-top: 1px solid #b7b7b7;
}
.sidebar-nav-body a:hover,
.sidebar-nav-body a:focus {
  background-color: #e1e1e1;
  outline: 0;
  text-decoration: none;
}
.sidebar-nav-body a:active {
  font-weight: bold;
}
.sidebar-nav-body > li:first-child {
  border-top: 0;
}
.sidebar-nav-body > li:first-child a {
  border-top: 0;
}
#main {
  margin-top: 8.2em;
  padding-top: 2em;
  min-height: 15em;
  background: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAgGBgYGBggGBggMCAcIDA4KCAgKDhANDQ4NDRARDA4NDQ4MEQ8SExQTEg8YGBoaGBgjIiIiIycnJycnJycnJycBCQgICQoJCwkJCw4LDQsOEQ4ODg4REw0NDg0NExgRDw8PDxEYFhcUFBQXFhoaGBgaGiEhICEhJycnJycnJycnJ//CABEIALoHBQMBIgACEQEDEQH/xAAZAAEBAQEBAQAAAAAAAAAAAAAAAQIDBAf/2gAIAQEAAAAA+/kiTOZmSZxx55xnGcYxMySC26tttt1bVtWlISSTMmZiZxJFW669OtXU8/j8Xk8/Dlx5884kLrWqxy5Yyo1vv06ej0duu9BC6307d+nTp19O/PwxkqltUWrdXW+m9a3c4yQSqq6q3VurdatIkmc5kzMc+WM5znGeeM5mZKW6urpq3Vt1atWhCSSSSZkmcySFNdOupLZw8nj8nDhy5YzJV1re+mrjlx5t669/X6+++miZmZmRd9u/q9WufLNccZW2gq1S26utb6dN3enPMCAq6tautW26oSSZmZM88c85zMZzjGM5zIFtt1bq3Vt1batAkjMmZMyZkkgWrre2cXV5eTx+Xjx5YzLda3vp069etzm9+/o79tMZzmZzjGJLrfTr29fpebxccILVlSFVbbbrWta6dd61q5xICCrbbdatt1QIkkmM4mczMxM5xnOcyIFWrbV1bbVtBEmZMzOZnMzMxFturddNsZtvPy+by8MZyutdOnXr17+j0du3Xpu3GOeOeM5mc5i6prfp9Dy+HjkqgiIFtt1da1rW99el1rWcSELBWrbdaW6oARJJJJJmSTMmcySREsULS1VVBJMzOZnOczMzmZiVdXWtb6dNTKseby8c4l1vp19Hf0+jv26a1SZznOMZzmJM5zjniX0eh5/LiKsCIiCrdXWta1vW99Om2tTGSAC6W60utAACIiRIhJJIkiEgACkImZM5znOM5znOcySSC61re+nXpuRpnjy45b69/R6e/XpqgBJmSYxjHLlx5cstdOrGZKCJERIWrbrWtb1vW9dOurazmCWKWrdWtaAAAkIiCEIiEIIUSkJEzM5znOM4xjOMZzmZkFt1rfTp069dlumMa69u3XdoAAJOfLjx4ceeMy3W7SBEiRJElLbbda3vW9b106bKZyAKrVta0AAA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AQEAAAAAAAAAEQEQIDBAUGBhcKD/2gAIAQEAAT8h9DW79eIiIiIiInasMLxVVvRHTcbjcbiIiIiIiInLppvhQ+GaWzTDDPNXwY44ZysxjdaVVXvV9DO0T52t/ARERERE5zWb0qpeimuum9AidwM6u10vjS2aZp/B/Dyy4ROTHHOBnDvC8u77ub2iJ8idNxERERE6hERERET7N4icVUbzXTXfHgPHHHDOg5/DP5Z/LP5ZlPk4BOx8cMMMxGPhs1naJ8aIiIntAD/gIiIiInx6q9s3icJzGu803wf+OOGGGcHDDMswlHSbwb5gD6JxjS/GsZ2ifIiIiIie4D//AICIiIiIifAqqqqqs3iInMbxdd7H444YY4Y4ZxTtE8g/InNVWbwYbwN+LnefQiIiIiIieqAAARERERERERERET1aqqqs1ms3iJzGumm9GxxwxwwieWInJE41rdbrdXpirzETmfAxnafdiIiIiIiIiIiIiIiIiIiIiIiIiIiIiea8VVYrNZrN4iczjvLxwxwnra1rdbrW+KIiInwsZ3n5iIiIiIiJyRERERPBVVVZrGcVms4icM6BE9ndbrWt4iIiIiIiIiIiIn+DRERE8wACInXGMZxjGYzgie7rWt4iIiIiIiIiIiIiInET8FVVV/ARERE9IP8AxhhhhhmMZ8KNxERERERERERERERERERERERERERE6RPo1VVVVVVVVV+vERERE8g8M6FPixERERERERERERERERERERERERERE5nWfZqqqqqqqr8uIiIiIiIiIiInhAIiIifEiIiIiIiIiJ3nERERERERERERERE/bxERERERERERPPVVVXx1VVfNERE9GInEREREREROInE4n72IiIiIiJ3qqqqq/XnM4iIiIiJxOkT/ACifHnSInMRE/wBenM/7M//EACQQAQEBAQABBQADAQEBAQAAAAARARAgMEBBUWEhUHFgMXCA/9oACAEBAAE/EPQ1qr2t1rhuta1rWt1rWtXl8s8IidzE5ERERE5EREREREbjc43hprrrrrvZO4us10MtVM54zVGzfG+N+po00003na2GaYY/zbb8Wv00+m68LfFM39Nd+Gj4Zt8PoN/pL4fiyfhk/D+Hx6MNhnJr9NfrjkszjLE4wjFrvdVVVXpVVVVVVVZrNZrNaZrGM1K003ERERE5njnZzGczwxnjvhrW83uta43G43G43G43G43NbWv59DOZzGcxjGeMRERERERETkRG43OREbiNxuNxvogCMuNM4f8ArcXcYzrcGO/D8m+fDf6fl1dNN8WZwxzlzj/L4bfw2+mufDfqZr6Z9DNPho+Gz4bkDMZ8MxnwzOfCM+EfXO8t/POm+DY/hz/J+LP6bnPhBuR/BktpVu9iedVVVV5VVmsZrNZrN4ZrGM1n8tNdIiIiInhEYzuMYzmdzyic3G43ERpuNxucNNdddddddNN4a675+IiMxOZzGcxjGdnYiIiIiNxEbjcbjcRrW83m+jERn8MM2v5NdzcZphuNZ78PxbfTb6fi/BprvfjjjhngB/BX4fy+G18Nv4a8bMywzfDMPhGfDc/TcfTctdNNNNNNdLUz8s/LDGGMmbFuJy1Nbq6vIiInoVVVVVWby8xmsZrN4aYxms1K00iIiIiIiJzOYjGM5nMZ6MRE6aaa66aaa666666b+G/hrrv4V9eyPHxmIzEZiInhERERERG4jcbjWta3mtaqqvTCqzWazeGbmtxrS8Zm4xGs9X+EPhpnw/Frv574Y52v4Pwa/Tf6afSnwx+n0H0mZfDMvhOfCW44bw66aaaabyv65xhOJxDI1lYMN1pr+W9iInp1VVVVms1WMYxjGa00zUYzUrTSIiJyIieGczmMZ3GepERPI+9+m+D6b+ON/Lfz3/zz/nwH+PZuHgREREREREbjca1rWta1rWt7VXphhhhhnDm5qNbzm5ydY6p8J/CHw38N/L/DPyz88fxfkv8AD835M/pnnwwz4ZlmWZnY3G8dNddNNN4QluW5bhsbuNy3y1WjVaiIiJ7Ks1WaxjGMYxmtM3ubzcabiIiIjcRETmM7jPaRERERE9ABPj0f0IAAH8BpppppuNxuNxuNxrWta1u8q8qqwwwwwzpcNfxvSMxOsN+GP0/Fp9P8s39M19NPp+b8mWfDDPhjjMswnpRMb17hprpuca8Bd0usY1Gbbtu1ueAicRERERERETs8sYxjGMYxjTT/ANTsabiIiInIiJzO4z3kTsRERERET+hAAAAH9dddNddNNNNNNxuNxreVVVVXjNYYYaZ0NH/vSMxGtxqvw/wz8MfpjnwxxjjMpns43GONdrXG43EZjMZjMRPMCIiIiIiIiJ6OMYxjGaxjGNNeW40nsM9xE8YnYnYnIiIiIiIiIiIiIiIiIiIieIaa666666aa666666abjcbeVV4wwwzg00zWceqzLzm2cGMszjMswnttbvQ00w3G+IsMM9QACIiIiIiIiIjMTmYnMxjGMYxjGM1ms1E7G4id3ETk5nc5nh8e2iIiJydiIiIiIiIiIiIiIiIiIiIiciIiIiI000111000111113bdt03TdN3xSamsrGmmuMY1nexmGOGZ7qt1rwG403yHxz1sACN4RuI3EREREREZiIzEZjMYxjGMYxms3yiIiIieM5GIznx2qqqq+QKqqqqvoRERE7ORERERERERERERERETsRERERG43Gmmmmuummuummu/lv5bv6btu/pf0pa2aaNGngvicYz3et1rW43g0032b8gDfEGmmm+gAZ0YRGZxhmMxmIzGMYxjNZvhnNxE8Injnc78L4XtVVX2APwqqqqq+V9GIiIiIiIiIiIiIiIiI3G4iNxGmm8N8ndyhuUv8v8AD/D/ACz8vxZDIZDDMYzWazV91rebjcaaa677bAAANNNN9MAGcInGYjMRhmIzGYjOYxjNYidiInpZ4fHob6FVVVV9UPyqv9BERERE8wd9b/8AJSzLMoR5cwzGKvub4REaab6uACIiNxOI3hppvsgAAIzGYiMxEZidzmazfOIieeeHw3099pVVVVVVVVf6GIiJ6w//ADwyIiIiJiYnavmBVVfK+QKqqvlETyBERERERERERPAT1QAJ0nGYwiIiMxEZnlnvN7O7nhERE5ERERERPS/n2c9vERE9QAERO30R6s1m8z0Y3E5VVVX0oiIiIiIiIiIiIiJxE4npACMIicYRERERETwjGehETxzwzu+G+W+ERETkRERERERE8Yn9JPCJ6VVVVV874b2J5ZrN9KI3OIiexiIiJyInIiIiInERPARPEIiIiIiIiIiJ6Gexzu+M8InIiJyIiIiIiInYiIidiehPexERERPCedVVVVVfH+H8IiIncXlXlXkTsRERPYxETsTkRERERERERETiJxERERERE5ERE5E9SejnpzxiIiInYiIieMRP7WeE8onIiepV7m+F9OIiInoT1p2IiIiIiIiIiIiIiInYiInYnrz28Tk9aIn/AAk7ERERERE9GqqqvpxETk9zERERERERERERE7OxERE8YiJ7yInoxERPWnIn/BRERERERERERP6yeMREROxERERET+zn/JTziIiIiIiIiIiIiJ/ysRP6GciciIiJ/wABPGIiJ7aIn9jERE5E7PGJ4RE8InhP+ziIn9BP/o8RERERERERETsRET/8if/EACERAQEAAgEEAwEBAAAAAAAAABEBABICECAwQAMTUGCA/9oACAECAQECAPBbl6XL7QHVVsvG8bDtDFTT6/r011DXWcLwG24AdsyZMmTJgB1PKFlmuuut4aa666gAAAB6Bll4XhrrrrrOM4zh9U+GfFprqBrrrqTOWXAAAAJkyZMmTJgeoAGuuummmmmmmuuoHaAAHYqy4F43hprrOE4TgHUNdQuW2stoAAAABJMmTJ0PeAAAAAO8AMWXJcDXTU8dy29AAAAAAJCQkmT8QAw8QAB0AyZJJIee5YAAAAAABIAHqqqqvqAAAa666ah6QAAAAAAAEh0P1wADtVe9e8AwAAAAAP5M84AAAB/UABh/mf8A/8QAHREBAAEDBQAAAAAAAAAAAAAAAQACMGAQESBQkP/aAAgBAgEDPwDsRtsdWVMqjkI3CEMl35mXHuB//8QAIxEBAQACAgEEAwEBAAAAAAAAEQECEgADEBMgMEAEUGAUgP/aAAgBAwEBAgDzPbPqPhVVVV5ZYEyx7cc5lt7G5XI11G91/Ivf6vqb77b3sy7fUdZPjvLy8vLxfpKqrttttsqqqqqqy/FYvJnj249s7N97ney9l7L3f6b+VfyfW3me20y339Te3K48nFVVV83l5eXy/UVVXbbbbbbbZV9qq7TKZSvkCyzizOds7PUvZe3LuvZcnwu22+0s5JIXGTZVVVVW8vLy/pF4vhVVXyrMplMpeBZZZeLv6lzuXxTk5JONy22VVVVVVW8v7NV2VWWZbW223K1+acnJVVVVVVVVV+uAAfWVVdttt/U9TfZ+gqqqqqqqqr+5VV2V9gAe4D2q+9VVVf4p+J+m+Ff5I/6G/8QAIBEBAQAABwADAQAAAAAAAAAAAQACEBEgMEFgMVBRkP/aAAgBAwEDPwD602JkcBYbC95n7YD5bAR1M8Gtr5QyTi07k7mxPcvfEz5dzTezxOwy08icWkzPoSIjMiI9g/zl/9k=") top center no-repeat;
}
#main .csc-default .row {
  padding-bottom: 1em;
}
.user-logged-in #main {
  margin-top: 10.2em;
}
/*
#main.bg-gradient {
	padding-top: 3em;
}*/
#certified-partners {
  background: #e1e1e1;
  padding: 2em 0;
  min-height: 4em;
  line-height: 4em;
  border: 1px solid #b7b7b7;
}
#certified-partners .col-3 {
  border-left: 1px solid #737373;
  text-align: center;
}
#certified-partners .col-3:first-child {
  border: 0;
}
#certified-partners .carousel-prev,
#certified-partners .carousel-next {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAA3CAAAAADP8/4NAAAAAnRSTlMAAHaTzTgAAADmSURBVHgBhdG1eURREEPh238hWmZmZmZmph4cS29tT/hH+s4YvlcoI9JElOHqwIqlgDTDzmY/scRRYZjBdSd4+9ElMF343wR3F2YEpoI4w8lu27GkUWBYwXFlCaPJMIL3xVk8GBGYBsKWLGuWPDL/ZYmhyjCF66FZegSmg4Aly/yfLMaJhUgGWZGzHRuhGiIiTzdGQgOtZT4hNM1/1U0aOWP53laoiqh1wVioD58uCKLFYpbWBUkURI42206ogpjI3YWpUA++N8s7gDaLmcN5E0qgKHKw2fZCJcR1gRMzoQ4CIu9I/Ac3nJR/lNVExwAAAABJRU5ErkJggg==") center center no-repeat;
  height: 4em;
  width: 2em;
  display: block;
}
#certified-partners .carousel-next {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAA3CAAAAADP8/4NAAAAAnRSTlMAAHaTzTgAAADfSURBVHgBjdNTlsUAEAbh7H8hfzi2rm3bvoM9zHPXMI/fCas7zsvVm2OPG5UgY/k70LOSkLXnzkFZ3UMOofqgms7frbyfq4aT+goPoHtlIXPXW4OSeobsfI1BJV1D3k7VBrV1ylDXKv4d6uU/oXK6+xqqB6p/DXWhKk4a/CfUUAEkphcLU9fbcC3yLBK9slqTZa8+WH9kT4lzQrMvU7xVzkJH0dE++Ux1e0pZl3hyoCF345H7466s3DFdj3nfz7irFV3YMe0DDewpKT1YWLjukkNL8w8IMNivw7+7wYJ8Al/plHqBx86UAAAAAElFTkSuQmCC") center center no-repeat;
}
.share-tools {
  padding: 1em 0 0 0;
  margin: 2em 0;
  list-style: none;
  border-top: 1px #b7b7b7 solid;
}
.share-tools:before,
.share-tools:after {
  content: " ";
  display: table;
}
.share-tools:after {
  clear: both;
}
.share-tools:before,
.share-tools:after {
  content: " ";
  display: table;
}
.share-tools:after {
  clear: both;
}
.share-tools .inline-icon {
  width: 24px;
  height: 24px;
  margin-right: 0.4em;
}
.share-tools li {
  float: left;
  margin: 0 1.5em 0 0;
}
.share-tools a {
  color: #666666;
  padding: 0.5em 0;
}
#footer-nav {
  margin-top: 3em;
  color: #737373;
}
#footer-nav a {
  color: #737373;
}
#footer-nav hr {
  height: 6px;
  color: #e1e1e1;
  background: #e1e1e1;
  border-color: #e1e1e1;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
#footer-nav-meta,
#footer-nav-tools {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
#footer-nav-meta ul,
#footer-nav-tools ul {
  list-style: none;
  padding-left: 0;
}
#footer-nav-meta li,
#footer-nav-tools li {
  float: left;
}
#footer-nav-meta ul:before,
#footer-nav-meta ul:after {
  content: " ";
  display: table;
}
#footer-nav-meta ul:after {
  clear: both;
}
#footer-nav-meta ul:before,
#footer-nav-meta ul:after {
  content: " ";
  display: table;
}
#footer-nav-meta ul:after {
  clear: both;
}
#footer-nav-meta li {
  padding: 0.5em 0;
}
#footer-nav-meta a {
  float: left;
  line-height: 1;
  border-left: 1px solid #737373;
  padding: 0 0.8em;
  white-space: nowrap;
}
#footer-nav-meta li:first-child a {
  border-left: 0;
  padding-left: 0;
}
#footer-nav-tools li {
  width: 25%;
  text-align: right;
}
#footer-nav-tools .inline-icon {
  width: 24px;
  height: 24px;
  margin-right: 0.4em;
}
#footer-nav-tools a {
  padding: 0.5em 0;
}
#footer-tags {
  margin-top: 2em;
  padding: 3em 0;
  color: #fff;
  background: #666666;
}
#how-it-works {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 20em;
  height: 90em;
  background: url('vhs-assets-css-8c8dc4b8c71f21a24a26a3c24a91335a.jpg') top center repeat-x;
}
#how-it-works h1 {
  margin-bottom: 0;
}
#how-it-works li {
  list-style: none;
  padding-left: 0;
}
#how-it-works a {
  display: block;
  position: absolute;
  width: 20em;
  height: 20em;
  border: 1px solid #b7b7b7;
  padding: 1.5em;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#how-it-works a:hover,
#how-it-works a:focus {
  text-decoration: none;
}
#how-it-works a div {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #b7b7b7;
  background-image: -webkit-linear-gradient(315deg, #e1e1e1, #b7b7b7 30%, #ababab 70%);
  background-image: linear-gradient(135deg, #e1e1e1, #b7b7b7 30%, #ababab 70%);
  width: 17em;
  height: 17em;
  padding: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#how-it-works .active {
  width: 30em;
  height: 30em;
  padding: 3em;
  border-color: #e19c1f;
}
#how-it-works .active div {
  background: #DA4241;
  background-image: -webkit-linear-gradient(290deg, #e68281, #d62d2c 40%, #d83a38 80%, #c2684d);
  background-image: linear-gradient(160deg, #e68281, #d62d2c 40%, #d83a38 80%, #c2684d);
  padding: 3em;
  width: 24em;
  height: 24em;
}
#how-it-works .steps {
  position: relative;
  top: -12em;
}
#how-it-works .step-1 {
  top: 0;
  left: 3em;
}
#how-it-works .step-1.active {
  top: -2em;
  left: -3em;
}
#how-it-works .step-2 {
  top: 12em;
  left: 27em;
}
#how-it-works .step-2.active {
  top: 6em;
  left: 22em;
}
#how-it-works .step-3 {
  top: 35em;
  left: 14em;
}
#how-it-works .step-3.active {
  top: 32em;
  left: 7em;
}
#how-it-works .step-4 {
  top: 27em;
  left: 48em;
}
#how-it-works .step-4.active {
  top: 21em;
  left: 44em;
}
#how-it-works .step-5 {
  top: 50em;
  left: 38em;
}
#how-it-works .step-5.active {
  top: 44em;
  left: 31em;
}
#cert-descriptions {
  position: relative;
  height: 250px;
}
#cert-descriptions ul {
  padding: 0;
}
#cert-descriptions li {
  list-style: none;
  display: inline;
}
.cert-desc-logo-1,
.cert-desc-logo-2,
.cert-desc-logo-3 {
  background: url('vhs-assets-css-5655389626753e3586a129ba54acfd18.png') 180px top;
  width: 170px;
  height: 100px;
  margin-right: 0.8em;
  position: relative;
}
.cert-desc-logo-1:after,
.cert-desc-logo-2:after,
.cert-desc-logo-3:after {
  content: "";
  position: absolute;
  top: 85px;
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  left: 50%;
  z-index: 6;
  border-bottom: 0 dotted;
  margin-left: -20px;
  border-bottom: 12px solid transparent;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  -webkit-transition: all 0.1s 0.1s ease-out;
  transition: all 0.1s 0.1s ease-out;
}
.cert-desc-logo-2 {
  background-position: 180px -100px;
  width: 160px;
}
.cert-desc-logo-3 {
  background-position: 180px -200px;
  width: 150px;
}
.active .cert-desc-logo-1 {
  background-position: 0 0px;
}
.active .cert-desc-logo-1:after {
  border-bottom-color: #e2b56d;
}
.active .cert-desc-logo-2 {
  background-position: 0 -100px;
}
.active .cert-desc-logo-2:after {
  border-bottom-color: #f57d01;
}
.active .cert-desc-logo-3 {
  background-position: 0 -200px;
}
.active .cert-desc-logo-3:after {
  border-bottom-color: #9cb0b9;
}
.active .cert-desc-logo-1,
.active .cert-desc-logo-2,
.active .cert-desc-logo-3 {
  background-position-x: 0;
}
.active .cert-desc-logo-1:after,
.active .cert-desc-logo-2:after,
.active .cert-desc-logo-3:after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.cert-desc-info-1,
.cert-desc-info-2,
.cert-desc-info-3 {
  position: absolute;
  margin-right: 1em;
  top: 95px;
  padding: 0.8em;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.cert-desc-info-1 {
  background: #e2b56d;
}
.cert-desc-info-2 {
  background: #f57d01;
}
.cert-desc-info-3 {
  background: #9cb0b9;
}
#news-teaser {
  min-height: 50em;
  background: url('vhs-assets-css-10053926e362237d41240add991d41d7.jpg') top center no-repeat;
  padding-top: 12em;
}
#news-teaser .col-6,
#news-teaser .col-12 {
  padding: 0 2em;
}
#news-teaser .news-article-teaser {
  margin-bottom: 1em;
  padding-bottom: 0;
}
.news .teaser-text,
.news .news-text-wrap {
  font-size: 1.2em;
}
#register-summary {
  background-color: #e1e1e1;
  -webkit-box-shadow: inset 0 1px 10px #b7b7b7;
  box-shadow: inset 0 1px 10px #b7b7b7;
  padding: 2em 0;
  padding-bottom: 0;
}
#register-summary .summary-left {
  padding-right: 2em;
  padding-bottom: 1.6em;
}
#register-summary .summary-right {
  background-image: -webkit-linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  padding: 0;
  margin: -2em -1em -2em 1em;
  width: 296px;
}
#register-summary .summary-right.fixed {
  position: fixed;
  margin-left: 654px;
  top: 10.2em;
  z-index: 50;
  background-color: #e1e1e1;
}
#register-summary .price-label {
  padding: 1.2em 0.5em 0 3em;
  height: 120px;
  overflow: hidden;
  text-align: right;
}
#register-summary .price-label h1,
#register-summary .price-label h4 {
  line-height: 1;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
}
#register-summary .price-label h1 {
  color: #b0413b;
  font-size: 4em;
}
#register-summary .summary-table {
  margin-bottom: 0;
  border-top: 2px solid #b7b7b7;
}
#register-summary .summary-table tbody,
#register-summary .summary-table tfoot {
  font-size: 1.4em;
}
#register-summary .summary-table h4 {
  line-height: 1.4;
  margin-bottom: 0;
}
#register-summary .summary-table td,
#register-summary .summary-table th {
  padding: 0.2em 0.5em;
}
#register-summary .summary-table th {
  text-align: right;
}
.certificate,
.certificate:before,
.certificate:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAC9AAAAJ7CAAAAACUqsfoAAAmYUlEQVR4AezdCXKrzhWF8Y97keNVZAkZ97+DzHNqyhIyJy7DvZ3yawULCfRHFhpsnV95wnS/5zdQdYBDqyk8NBHJLL/5KZ+TiPz8+/7UPLmxSGb87qd8MSI63lvuh4hkRn0jMiKI4JUeaN29Mcfd3Jr229uvf6gDWERERFpE5Ab6km9vRNARkSUi6KGlJndnY89OW8O7Dl8RWUnPoxNRoP/5+3XCDW7N0bQhImSWrOE9MoKa3Hug5Ql33H3juNnbGy0nCQNDREREFOgX6/nhTjh5OewDOBvczeobIo8jM3hP7sPBMUruz9sz4JWODu8dwBARWaogIg8e6Glb+N5c75c+iIyXifZArf3yBXK+SM9Qc69lmcPTWtsmd2vMuKCuxdIQEVHlRkSBfqnCNLP2aPAJui6mugbm87lH5P5r7jy7mXOj4pl3G1rnQYiIiEj6+YE+nVO0tEdiUsmgeyGC/+d8d8dvXc8X1dyDiZr7Xd5iikIaIiLLBQ9ORFfokzXM1XaW1/NpOZnI0A0rObEmJEPN/dPcNGoRERERaTlFOBdjdrSeX3K+no+rni8jPVELX8Go5t4yUXNveRAiIpbJgxNRoMe5qvl6fqbq+TLqb+3X3J/Yq7k7LTeSrM14Y8lpRERUuRFR5abhTpgtqOfXeDduVNgXqOer5h7cV809ubY0AA8ehoiIiISvsg69cVvn1/O72Xo+bX3jjqnm7tys5p6sLbE00kjeWFoCxjdpaWmIiKzKOkRkPXqqLrkawzcceq/t1MdwD3vWjl4l65JlmXHNPeKg5u5c+XZKXndmkpC7G+PNZIaxyhV6ERER0UOx+bnPBdw5VLKn9Fk6snuho7wS9Krnf1TmRM29Z1Rzd666flFeYlbhYxZfh29KwyDtQ38YEZFARPRQ7IUjRHJzjTsTYhtMI+l2VtsZcr7q+ZnBqOYeTNbct013Li1XnVBOmZaWcxWboWRj70OTHcYUg0Jh0PBm8zqk+0VERBToRRTo4z6je+EKzJhSayM1w/6bmvOn6/lfJ+cPrwDMRM29savW3HOlcWXhpJzdV2aOlLSdsUEQlgXobPKgaqI57NYYycBIY0t5XkRERC76SrFVXi2dJ7fQ0k4XxLcxv4tIJvrh+L3X84dFg7hxzT1ZIFfI62k5taMcnZVz+b6hAE3Za82UhgM2+jT6MqAh379pJOR2v3MaERH19EQU6GPDrDwvqSffJU+fc2fFnVrPzyCDlyBLxFw9Hze71ZqQTC3rv9rzwYldJLWX5f9jcnZe5F62T8uZsXnurSsP35lv9RM0fGOHOb8hh8q95eOtQy8iIiJlnQ79WQnr+Jw89xce5Cc7geopSSTBa5AleGX1ev50zX1UlqEm9+cVTimSI/Ijc8sp/2dyZl6Ov8rjST3mf7fgUCxZKNYZdJ5UBsRov9Vsn3VnGoAVqN9MwOpGQUTkA3FARNShT/Ksa6RVnj69ytNT//0zjD1N6YAM4hUCIoKpen7N33M196Esc7D0vp1bc89VZi1P7AlHEnva3v4cj5jP6jkRysNjNqsnO0rN1BPzPHCqGrwboMPS9gZ4vG9td9Y9BhANJEZlFHY7OHFiEU5EJHgjIlq2Mo8nsZzenJy1fE5VlsfK4CswY8NYBgQRvFCCGvNH/5Q947b+s5vV5H+HqT2PN2IoM+NyfkAwyMmL5/OZvkzl+b3h8fF6jfP+aejCB3h4eEDdACx2Y/0w1hIDCiRvDBEREZGWGT9nyt/+wp2Sfm+rR27oSv8af2baT//H3p3sR44k36E+MAdLV8NW09X4Bnr/x/hvNG41T2t1Ee5QMYLMqbIYpV3D4vt+3SSzMrdGWBiOmwfgp37NEwET+n+VawL+JgEANPR7/soBAAB7gHbWzyP2AEeAdvYA7cxsqVUBADT0wAX9mtpX5UcAqwJ0UwHaOc95BMAeetDQA9e0VtYZgB+tlwAaegDgqs4AGnoA4LLWHkBDDwBc1QqgoQcALmsF0NADAJd1jgDXtTT0APDk1ghgQg8AiNwAGnoAwIQe0NADAH/eueXCgPXcDT0AsCrtAHverHWu4/a/ueac68yv6QYAGOkJNPT/9T9lzxhjqzEyXkZte/279AIAzJGeQEM//sE/Ww7BXxUAACI3c7Vv5gGA15GeQENfs1M7D/yH7L/88suoW35u218qNwCVnkBDv61O7Tzwj2cyktf/MzMz57/8ewF4M18CPWno9/P7fv7MlQF/JzV+2SpvKv8mAA7FtocMfb5xBuhjeYADIjfQ2v5NdS/tPPSwUuca+bBWkgrA2gK0e8lW+c029fPQy0rOtXIzs9bKCsBZge5suTkdjYUGzqy1KllJJTlnalUAZgVop5KscqsUtLO+fDtyZAVA+g56qi9fVpJTPw8drHWurPO8lfS9p/8NwNwCPWnot8N8HppZZ35znsmaAbibe4B29nzjTJau/vpgJuM9QH9u50veAVSgKZGbFSl66OVcK1lLQQPfOrYA7VTe1ArQzcqb8wiACT00sB4V9sqH97ke0KDuV3IGAOjh/KShPwM08+VQzK7CgbsjDQGVN/v6+vhvMp8H1g8PcIA9/QDV8RgsMNfKuzUCcHMGaNvQj2XJDbQ9FTsC4AM+tG/ozzQFrNwBrADtIzcrWVlpA1hfKh1gjgCNIzctAfX1AQ4wAvQ7CLPnzbZ+mOedaQYAWFuAtjfFnvnelusC1vryfeV1BODmqPQD7LlZH1P5Za0VtD37BlABumboZ5oC5vAMBxyKhWc6FLsM6KHXiH5+1DrACNB3Qr++ef6faQA4v3+AA8w0BFR6A1ayBaD5TbFgy83M3VpfDsc2AYwA3MwK0P9QbKUpsKYOYKQfYP+hjV9N990BADNA2wn9ttIUMDu/fgOsrQTqd4ttzqsP6IE536t5vT/AKwBA64Z+n+kKqADcrD2NgS03nQBr5sORO4CzcmnAejy6W6tJ4gY4v9T9FoAOh2KB9cmWm20mZ9bXf7jSAVDvZQ7Q9VAsUD8sr+wCWO9fXgMA9M/QH9/P8FfaACoAN3NPP0ClKWDlvH0F+LClH2D/WX2vrAA9Pq+vvAM4AvSN3Lzm3Zmln4dOs7j58vETQKUtUNlDtUPLyE0bgIYeWJ9Wdp3f/KO1AnS7GBLgCNCxp6/ee22AI+8A9jQEVG72lUaAmawAfOdMR0D9cAVNVtbqU/PAOQJws0YaAqrfh3ZgzmR9+aB+B7DSGdhys3q+lAPmCMDz/D4AayvPPv08UN/9ADDSEFC/W4SxmuyuBpbMLPCttQW4tvXZhP4M0LLg5xaAm6MCncnQX+/cDAAAUD8srV76eehlVgC6HIoF1qeHYitAP/Oj0gFGoDeRm5WbJmdigfer4sa91AFmoDmRm2TFTTTQSyUjWwBsvYK26v2JP5udiAVOr9yAJzpTAyb0NX/8j8B1zSTTITjgRyNA0z30PzizxOzg2uZ8rlufARl6MKF/WXlzKnno5tfy4g3wxg46q9ydebeSlRng2qa74gCgm/lZQ7/Nj14e6GLdK3rcCx1g7QH6Tuh3r+ShqaOUN3B3VoDmW25Wr0N0QAWg06FYYH12sdQpQg/drJVkbQHofygWDPC2bGZ60LK+ZwA84qGz+n2FLysxoIeVN3sAbmYFGtPQH2egNVE7gC3Ahc0/P6HP1APA1X0p4xWAd0egM2m6ZZoHLZ35ALAH6DuhH3MLNCRns4bX7IChHXRxftLQr3Hm7lTy0MlRAbhZATpP6FPr+3KfATy2gU7OPUBH9fvn/9TPQwPLAxwAWlkPborNMtwDs3qgs2ME6KiswoDW5ggA0MH5oKHfV36zViTooYVpOg/4gA9PdCj23Tq9ooe2n+MBRoCONVy5G0eAhl5HAG7WFqDzhH6cSW35YgYAcC8FcJ1LoNdH5Gbq5uHqTplZAGjn10cT+mnHHfQy82ZuAfABHzqrHzL2p8QNdLDyod7/DzACXN96eLHUFqBj1QPMAC2X2FVuaswvmyuXood+ZQ+wRoArO/Jz9ZMan5kBepi/BOBmVoCOyns4aGnOAMjQQ0OPt9xAQzKzFYAZ4NJek5yfNPSl5qHzmroK0Jy1lWBCvwJcFQCgoa/TfB46Oupe5wBrD3BlM1n5ifr4MnM3dfTQwJkPI1slATgrQOcJ/TZdRgNtTLUM/N4MdKahr32qd2hn2TsNPM+hWJChzzLPg44FvgXgrgJ0vin229fzc+rqocGL9ZWVpHImAN7YQf+1lUcF8AAHGtsCdFT5uTNAA+fwCAfeHQGubT7I0K8lPw/dVFZWAO72AK0Pxc5up2WAc2WNCoCtF9DB/mBCv6l5aGdLViVZWwBWgJ6VXPnWOkXooYW5snKqZeCrcw9waePBhD5jBWhnJRUAoLHKTb2fit1cFwtdVLb3M3CVABwjwKWNP1hiU/lw1j1qMzMDdLhX6kzme+EDrBHg0urhf195N7POGaCFEYCbM0DPMq6827MCdLNmAEzooYX94YT+CNDFzLv5SwDutgAtVW5Wxlm21ELbKgc4KkD/tZUrX8wADfw6AiBDDz08augzkzLMg6Y1D7BGgOYT+qyslbmSnDNAi1Hc2u51DjBHgEsbj9K12/LYh37OEqMHgFbWH98UmwogeAN0tV4CNFhVtT6J3MyPU7FzJXMGuKw5XSwF+IAP3dTx+FAs0M4MgAw99PXDhD6ABzgAXJVDscMSegDwAR/4qzVek6xPGvpKpR1guC22NwCoL1/PlZsZZ2JbgPl+1XsFIFl7mgORm5k2gPlD2QOcFbg8k/j1WUNfMx/OdAGMANzM9ATKuHKzss3795kOgDlnktcAOBQLTxK5qZSTc/3gyV0BuKv0Boq7sr5N5RxpAJhbAG5mBbi0cTxaW3nk3RKz6wcxO4AtLQH18W3LG7GbVmCNAPR4+Q7sDyM3r/nNcjC2J8zpAfYAF7ceH4ptBszhjnEvc4AV4PLm40Ox72aT13LAmTdbAFaaAu/ZquMbemDmZo37ARmAc09PQOWL5V7JdqDSBAAwZtbnT/vThL4rRO0AjpHuwPhupB1gTxOANbbAmEnOTxr6Wo7OdAHHD2UNcAa4unqcoW/2lh5YHx/kAdZIc2APffYledsRbOkA8MsA2M9HE/qz2Ts5oOYIwM1R6QmovNtGvjrSATBHAMzrmoAxH2foAQAZeuCyaytnsyU3wJojjQDe2IEJ/WkPPTyVyua22OYAoPLu3F4/RvMzPQCzAnCzXtIDyNCvB+vpy6y+F6gAGNe1AFverE9uip3fTOhngEubMrPNgAw9UI8PxaYrAKDSBOBQbH+w8m6OCsCbuQW4uHE8uFgqS9IOzOW6AlYFuLiR36zPJvRnt14eOEYA7irdgequ2a2dB1atVACSowJc3HiVoQfb6YDntaU7sOWmfv3S1x9pAZhpDnDRHFA/ff6vAFe2Psr4pdIDIEMPjEfVvaUN4EiZ0DcDJvTAfNDQ70duVmZ6AI4tAH4fPAtM6CtfzRwBLm0lWXuf9+wAwIOLpc4sJ+kagUq2lQ8Ae3oCZVwf37Ztpg9gJecZgLuVBoD5KHLTDCj3NZx47wM09MCeJ2voQeRmBuDu3ANc33rQ0M80Ayp+pA0AYDy6ZWKc6QQ4U/cqBzhGgOubWcu1cfAkZmy5Ab6xRpoC6pvvK62A4p57AG7OANf3MpOcn0VujrQBrACY0MMzKOmb5pC7CYBfBj3APh809DnzxZEGQORmBODmqPQHJvT7ShvAykh/gAw9UAFkZgG/D4AL+OVR5GZMh+k6gZlzBOBmjvQHJvRjGdv3AlNBdwIAM/mTF0utmSPAxY1kqwC8WS8BLm/kYeSm8mamFwBgpg2wf3b9YUO/zbQAzPevv1YqTQAy9EDN/GZ9crHUXHkzAlzbUMs/AirwPJT3zAxwZfOHs+4AcwtweWP+6S03Ix0AxzCXA+5WBXiCQ7FnOTjTDFS6APw6AMaRZD24WKoPYGaNe5EDHJX+wOf1mmkEGJkVgLstwOXVw/86c3ekFQBgVoDrW48y9OkFmAF4ooYebLmpNAOMANxV+gORm+1IK8BRFYA3x5ZWgMcT+r8EuLrK9l7bABXgqSI3x/G3Alzd3LMC8DwNPZjQv+bDbkLfAKwA3K00AOyfNvSVbPniCHB9c6QTQEMPnF7AwRPaAnDuaQAYDyI3+0zlbk8TQAUgK22BYq78zBHg4ipZL/cSB1gjXQHV7+M7cKQhQEMPvMyc67MtNyMrLQArK5kBuDsDmNADV1Kpbg09YEIP7CvJ+YcN/bayqipNgC21lT0Ad1s6AOaDCf3LaUjfAhwzycj0DH8HHBXgSSI3Kx0AEvSADD083R76iud/H1BZbooFZOjh6SI3uzto+oD6+jEeYI40AIxHDX2bfh5Yycgcqro9AKh8NVY6AbYA3KyXNADs69OG/qwxk5VuQMwOYKYLYH06oZ9JpQGgkplZLozrD0qGHp5InT/p6avtx3eQoQdwSq4XGHmzPpnQp9IHcIwA3MwtvYE99O9WGgIzOYBVAZ5hD/040w+4SKYCUOkP7KHfMqbYbUd4hgMclS7Ac3152MPTmKMUOXC3BXiKyM2sHptugPq2wAFmpT9wKPb95xHg+lZ6AjT0wKOLpd79JcDlzREAGdtGoI4/X99/K20AAMeWBoDtYeTmSB9gFrcd9f4jQKUBoNaD+t5yM0RuWkCG/kwrgIYeqEf/cX/NmylyA9c3khWAu5UWgJoPt9w0AVRScw/AUzX0IEMfkZt+YAvAuacHYH3S0FeyzT5bboC1RloBTOiBsR5k6NNnDz1QeQewRloA6nzwyD/ymzKh7wHmy9a+rQc09EDlG3s2E/p2UOEAZ3oA9pVzffq4P2To+4AZgLu1pwdgPpjfjXQBjMw9ADcrPQAjvzk/m9CfDsX2AlsAklVpC6ifrMHZRW46wUQO4BxpARiPGvpKhgl9DzA9wAEf8OHJ9tBXkulQbD8AMEeAJzgUu5I9mWkBGB7g7QDA9nBL9Uo7AMDrS1oA6uGh2JmRJoBf97QCAIxf7aEHABl64NLWg0OxfQCVCsCbSidgy836gwLfMqYpfT9YUwswtzQCrD/+xL6t9ADM5BhpBXBTLDDORxdLnWkDWCNvKgCVFoCaD7fcVLoBkRuAo9IWUPmqRn4zRtoAF0tVAJItLQBjJllewYEZPfBkZgWehYul+vQBwKxemysBDT2wPWroa3baRQ9UAG4q7YFDse/qPp7fA1zZ+OYrQI4twJNEbo4VwFYLwIQeuGhDXwq+BxCfawk09MB2PCjwTcX3gw03ACvwNEzoX9MGsAfgyRp60NDvqS7v5YCVVLIF4NzTA/CzAXz9/qdtBLi+OdIMYEIPjPUgQz/zm3OmDwBgjTQB1MMtN20Ac6jqdkBDDxx/pqHf0ggAcKYLYH84tF9dFt6Bap+1BeDN2tMFcOZcjxr6EeDyjmS9f0QHWGkMKJfRtARDgg74YlWaAH5Zv8vRlZBdR7DPHHsAbs6RLoD5aEK/0gdQaQUQuQHGo+d9zbQADBk6oOFFc8BmgAce4ICR3oUB60FDv2cL0CtiB/BaaQKo+XgP/d2eawFM5ADAmbktY967gJHLA7YANIvgAb/Mx3voRyoNAEcF4GZWGgH++KbY6hO6BbavdQ2wpQlgzN/19PXjP+gBGGsE4GbtaQVYfxS5OWtbmWkAON+LuSrA0zvTBVCP/lOdGekBGAFolqEHxsq75pEbYDOeBxpm6IE6H265qYy0AIwANJvQA9tMsj5L4cwLXSsFeIADfh8ADSM3wP5dcQNUmgD2+ehQbLoAjhGAm2NLX0ClKaAqAL0e98B4NKF/OQJ0e3oDVPoCquNqDGDkNXcAK20A++cN/ZZtpdIBMNIOoKEH6ngwod9nkzYAmHsAbs493QAPttzMAE3G81sAVtoAxqcNfX37z/5WLg2YIwA3a6QxoH68SvbdX3JpwExDgIYeWI8iN5VKLj6hB+rrd4AzfQD7o4b+SA/AGvf6Blh7gKeZ0GdfHSI3wMhZAbhZ6QMYZ86Vb9VPa35cP3IDbHkDsCqNAfW7jr8FYGrpgXfnSBvAWEnORxP6LUCbq6EBVhoB5qMJfYPNGMCwthJoei8FsD+K3NRMRhoARu4ARhoDKj8xsufSgDHHvcIBXittAPV4bWX+SgEAAONBhr4N4BjPUOKADD1Q3/885pYWgC0AN7MCPM+Efsz0AFQqDQE+4AOf3xQ70wLwmjuAtacN4GX+2NNX75toAIAz3QDrwU2xlasDRoaD70C/DD0wHl4sdeb6gD2Z473AAbYAz7OHfsyMtABUALpN6IHt/JM3xV4bMHLkDmDuaQOomWR9NqFPE8BIOwBA5WHkpnQC0KreAY4twPM09DXTCwBQ6QOYn5b4Vl0W0gPHSDuAhh4Y81Hk5khGgwtjgT0AN0eAp4rc9DhNB8wAAM/Y0G8rlweMrw09wLmnD2A7/tyh2D2XBmz38t4CsEZ6AR5EbqpyfcDaA3Cz0giwf9rQV6O1lUAFwIQenu+RvwVoUdjnuH8HONMKsB5Ebo4GK26AkRmAjhE8YH/U0F93pgcAyNCDCX321WFED8yXANysSiPAOH/o6avjx3igPg7FAJwjvQDnpxP6caYBYAag46wOGCvJ2X9CD+wBuJkjnQGV742ZywNGAHr+SgD2+aChr3QAHLkDeK10BlTPD/JAy4ulAID6U2srt4wADV6xVwDmSCPA+DRyU91WYwAAs9IZUP3iNsCevI5U3gBsAfpP6L8ac0syKtcGbFveAKw9vQAPboqdaQCYuQM40wnwMvNmPYzc7AEa5OkqDQEy9MD64wn9tnJ9wAhAyww9MB4diq0zDQDHMJ4HTOjhKffQj5nLA0YyAnAz9zQCbOenDf2W8Vf7th4AAKiZZP3xhL4yM5KZawOOEYCbY0sjQOXPRG4qQJdqB6gAz9TQVzoA/pKWAA09MPO9arnxDvhbAbg50gowHjX046j0AT67A+zpBKhHRV6d5vMAwJkegP89k18yZ36w97spFhhZt9reArBGWgD+R+1j1S+//N0HDf0+0wcAsNID8E9SY+yVP7vlZqQBAGCOtAbUj3+YuTxgO/b3kgYYaQZ4kKFPVZL9NQ0AAGsL0GYSX3Ur6b0+3XLTATCSLQnAUWkCGGMflVSy1ScN/XH5d3PAyMyoNAIAvGTbX2p7H8LXH182sa8+HT0AMEdaAEZq1H00X5/fHrdSuThgvqQVAKBSST1eW5lx5iIAABN6oNIPUEcA3o0Az9XQj5U2AIDXCvBcDX3NXB/gYikAeBLV8d0csJ41UwfI0IOGfl9bsmXkwoCZO4BZaQ2olkdkgZHKG4AtwJMdip1pA2y1AFh7WgP2nzf0o3JZwMjMHcCZ7xxpBthbRm+BIUb3UyBD/zeB/wfLw+Q3/5e9+0huJTiCMPx3VmPktdQVpJXs/W8gs9dG7gbyIqZqFEEXeHgDQzhi8PKj957MyEg2PkPpjEDfMbPlGzGzOd7Q/4bKp6l49u8//6xggoIEAkQDBMIe2ZhJZWZNSebImhyBThCiE0HQFERwCWKnmH2mtvflxeP7w08hFDoh0DcozGz5AgSYmaU4RjxoYLJxqqzMJMmX6E6O0AlY0QlioIm4ZXQ/PrsL+3CgR0pijZktnQAwM8vOLpEAbeKdWC6rymTNc+2eyVhJjkAPWEEnIr7XRASu3e9enRPoiSdALJmZxYiZ2Q5NKZ4FEkUREy8aSM5W92/MIisza4Snt+y+MZiJiCYGQlxS7Ev17evHyp3TqaoHKCS+pHZUoOcBmNnAMzOzsbGlUzzrBJMooAAQIGjcDZvqZTPDUzFmMlKZvHfuRLSBCELBJYlNbevx2vmcNOwSFILWG19SZ0ZnVrBkZva/wMxsNm+hWk08qxgooIrgmRAg7DPUuiorK99WMyOVb5U70TREECLUuAQdGL60g895Pfa/1Qq0El9q6Lhz6JWYmZnZgwZ6lXgVNIIJURvP266e1SxrfGve3xfv643kTgysYEXrnG9viS4AHSzmneRvrXXRpCa26YhAr4TAzMzMHsK4Lw6stHXQeNtOeHamcfoqu4+wkdwjQoSaOpfQDpTw2v2cju73JRpSkzhCx8weT2Jm9qqzRwlU0JjO7OatKl+uk3UmmTwxQoeIoCmIQYSaJC6gcWJ2FwvI7jYFoFN/ylcjZrZwje8AwsyMiX0m7Kzafc187T6gUKPrJrW7o7uPrXw8ZlaYmb2oYLdeAaiAdmLY82Jm8GLmCqzinEDfCjNbuqmDaJiZFXtEMU9s8mKm4cXMbVm1cwJ9TwnoI2ZmZrZ4GexR33LtnhxYzEhezNhnmQCdFuhViMdhZmZmwW4xAaB61LDoxYwtVensDX1gZkuWmJm9qH/87nBDr3rUxcy8kRGgc7rYujdmY73YKa6UvkJcRNzVq+nf3nuzPm9DnyACM1uw7DwzM/vhLyBHJub8jV1D7jtWNb+YgQ4EAQSdgYOKWWKn2RifH8qLcd0qJv/ziIc0jHdVd+VNPqifnBPohZktnXhlZiZRUMWcGPmiotdSFjMwQNBERBAouCTB7sJdO58RGmafoLNFI2a2dBkcwcxsUvFMd7OYqdxczHSIuGp0PzG7N67PTCcGenphZosn3pmZiXnBLN1kMZNsnTFDEERDxAAh4mqZfT6165jILh95eiOmc1b9xUMxMzMzMa8+aTETQdDQW3LXfZwxIzaYsJ2K6xPt5EAfmNnSjSvemZmpCOYMiepyi5mRrxczQQRNwUCIUOM02vMQOnI2A2JW40wT3xYTt6ETAz0TBGa2aMUbMzOVmBfFDH1sMfPE9tHuIUKt48WMAcWJTJze0FdAw8wWrMRhZuZYoDWoPr6YGTYulWnV6PKlMu3k8Cvs9v8UqwzM7AGI/czMYs2z2ojuG4uZDhEb0Z3W0VWi+7HZXcwSj0KYfVxnXoyY2WLlQAOxl5mZ/vvHfGIsvdfuQQwo1KTPrN1Pj+5mDvRKOt8EMzMz+/EKUXgxY7ZoPrbS7CEFZmaHrVZV09P0yYsZcVlmDvSR/2/vzrLcxpUggAaTtL2g3v++PAhUL6CH16+HksK497P+cRDKCiYCeCkWQGMGOgP9sVGgB/N5gFlzPzVm4Kea0E9Wzh+TYsDj/Ev3KcDcR3ljBrh+/y8AwCbOKWvMAOI7bOBIjgD8b6I71Pu9h6VUcKHdIwCeMoJtT/GZCeCCBgBaA/0yn4d23z4HADDGA2qtADsDTOiBcmcmRwCAHQP9rAC1AAAT+gAKNwBA74T+MZNqwJdsCwAE+iPlgDubAwBbbs40ArwBDQAC/fUjmeZEDzyzKQAQ6CeZ9AOc5T4A4MoHbLkBAIH+WKkF6NADgA59ABN6AEDlBniV5XB3AgBrKwFHGAAE+seRHGkEiPQAINCfz1QDHmdqAQA69MCc2RcAmNDfqQbcfq7vDACBftINWNfGZxkABPprpRIAAAj0cwQAAOid0M9558wEsLQSAKjccrNSC3CIAcCWmwA/xR76yZYAQKBfAQAAeis3k2rAufF4HgAE+qO8dgM8di7cAIBAP3cAW24AgNoO/TMAAICPYoHX+HYGALC2EgAA6NxyM+kEAAAC/axUA/yjDQBUbs7UAr4EANh5Qv9IJqUAAMDDUt2AKzsCAIG+HwAACPTXj1QCAACBfvqH9sAVAECHHtCmAwBq99CfqQTYOwsAAn35kB5YvSN6AMD/5YEzlQAAgR4AAAT68w5gQg8A1E7o7zQDJgDAtvf+JOcznQALaAHAIO/I3DkDSPQAQOnaSsBLsQBAb9X2WmkAAABMAAAAW26A9/E5AMDWe+jXpB4w2RQACPTN79IADjAAmNAHsLQSAGgN9McK0J7mJ7sCAIF+AlSbAAC23ABAJwAd+udMgF5nAAAfxQIAAJ2BPkAthxgABPpZyQQAAKgM9Fl5GQAAQOUGmGwLAFRuHgGU6AGA2pdi8wIAAICXYgEAQKC/cwQAACgM9JPMygsAAAA69AAA4GGpCQAA0BroA9hbCQAUvz1zBwAAaA30ZwAAgNJAf0zuV2V6AABA5QaYbAoAXPqTnM8AAj0AUGAkAQAAULkBzOffBQC49q9MgFYAgDneClALALCH/g4AAFAb6FeAdhMAwJUPAACNTOgnAABAZ6A/1uSvAwAAPCwFAAB4WAoAAHTon3kFAADA2krgVJ37aAAg0AMAAD6KBQAAgT4rQC0AQOUmQLnJ1gBA5eYIAABQ+lLsI0AxAMCEHqjlFAOAQH9PAACAxkA/yawAtQAAHfp8OAAAQIceAAAE+kPlphoAACb0dwAAgNJAnzMAAEBtoAcAAJoD/SNAJbuqAECgn+TMBCgFAJjQzzNALQBA5eYO0GuyNwBw718rLwAAABjkAQCAPfSTDwcAAOjQAwCACf3KhwMAAAR6AAAQ6I8VAACgNdBPPh4AAOCjWAAAEOg/PwNUO7IzADChXwEAAHoflgIAAGoD/ay8BAAAoHIDTAAAlRsAoBRgD/0EAABofSn2EaDYGQDAS7EAAEBhoJ8cEwAAoPej2B95cwAAgMoNAAAI9AAAgIelAAAAE3oAADChP+8AAACtgR5wsgGgmWv/EUCiB4BKbv1JPgXoBQAY4z0DAADUBvo7AABAa6C/AvQCAEzoV4BaAIA99Pl/AAAAHpYCAABUbgAAwIR+BQAA0KEHAAD2qNwAAAA+igUAAIH+GQAAQOUGAADwUSzw1znBACDQzwrQ6wgAYA89AADQOqEP0MpHMAAg0B8BAACKKzePAD6KBQAqA/28pnIDAADo0AMAgEB//AgAAFAX6AEAgP5AfwUAAHh/Y401AAD4KBYAAHiBscYaAAB6TQAAgFrTm/IBAIDJ7/sUAABA5QYAABDoAQCA/yPQXwGKTQAAtz4AALDDHnrAL3UAQKAHAAAEegAAEOiPALXuAAC7mN4KLqBEDwBMAAAAHXoAAKAz0AMAACo3AACACT3glzoAuPePCQAAYEIPAADYQw+888tSAICXYgF5HgAwoQcAAIF+BHoAADChBwAAdOgBAIB9JvEAACDQXwEAANoCPQAA0B/oJxMAAGCPCT0AACDQAw42AODeB+4AAAI9AAAg0AMAAG8S6AEnGwBw7QMAAAI9AABw5ffM5JcApRxfANjIr3SsZw229rA4AAAAAElFTkSuQmCC");
}
.certificate {
  position: relative;
  background-position: center 0;
  background-repeat: repeat-y;
  padding-bottom: 4em;
  width: 1008px;
  min-height: 1100px;
  margin: auto;
  margin-top: 2em;
}
.certificate:before,
.certificate:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 634px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.certificate:after {
  bottom: 0;
  height: 430px;
  background-position: right 0;
}
.certificate .container {
  width: 940px;
  position: relative;
  z-index: 1;
}
.certificate-header {
  position: relative;
  margin-top: -0.6em;
  margin-bottom: 1.2em;
  padding: 4.4em 0 0 0;
  min-height: 150px;
}
.certificate-header .media {
  display: inline-block;
}
.certificate-header .media-body {
  width: auto;
}
.certificate-header h2,
.certificate-header h3,
.certificate-header h4,
.certificate-header h5,
.certificate-header h6 {
  margin: 0;
}
/*
.certificate-page {
	#main {
		background-position: center 0px;
	}
}
*/
.box-cert {
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  padding: 0 1em;
  margin-top: 1em;
}
.box-cert-inline {
  margin: 0 -1em;
  padding: 1.5em 1em;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}
.ribbon,
.ribbon-sm {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: -1em -1em 0 -2.75em;
  height: 160px;
  min-width: 450px;
  max-width: 600px;
  padding: 2.2em 5em 2em 6.5em;
  color: #61450d;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.5);
  background: url('vhs-assets-css-d1f9ce0ad459d635f7b45044f461630e.png'), url('vhs-assets-css-d1f9ce0ad459d635f7b45044f461630e.png');
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
}
.ribbon h3,
.ribbon h5 {
  margin-bottom: 0;
}
.ribbon-sm {
  max-width: 500px;
}
.ribbon-certified {
  margin: -1em 0 1em 0;
  padding: 3em 3em 1em 2em;
  height: 208px;
  width: 620px;
  max-width: 620px;
  background: url("data:image/png;base64,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") left top no-repeat;
}
.ribbon-certified .upcoming {
  margin: 1.6em 0 0 3em;
}
.rating-bar,
.rating-bar .rating-state {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAyCAMAAAB4dUvgAAAAvVBMVEUAAAD89/C8git4eHj+/vyqgUiudyO2fif+/v6Hh4f///////////9+fn6AgID///////////+veCV1dXWOjo56enr////05M3//v7///+bm5u1fCbNpWiueCTct36ueCWRkZG7gSiAgIC0fSbBjT2wsLDqojP///+rq6utra3jnTLZli+dnZ3noDLRkS3Kiyy/hCnfmjCjo6OOjo6Xl5enp6elpaWSkpLot23lvoDk5OTkw5HX19fszJy8vLxq2wOPAAAAJXRSTlMA9qt22xNF/r7+N5Wmu+x8IkzYJuGQW/6IZ9V2mFnKgTLey4z5rVhrNAAAAddJREFUeAF104WWqzAUBdDgDuPudnHXqfz/Z70bQl/J6uQs7+6JQ7joOhHn4kJsz4bxJC4a5ZcmsEejLEtBVTPKAvN39bMscszLaUt/lNESTC4/6se2/ipfGEZJrYrjKsmLsnyXX/XDBigxY4psPLPqkzETWoZBpfwSnM94s8GVIKH9/KDS8g7ghlXvN9QyNMxc3gDckyXBRJHSzPEEEBy3cjcmKxwB7sgqL6zKijtwyDpynhxxMokYx4DH9yKpsiVV7PBYIsbxOLIz4ofV6MmOtwC3Y4VHoHKol8UkAYBpgjQl+S2PMiXXJsR2kW/POLWRll/OXACbw3OHEWPnnJxGUYg4vi+2a8t6EJlmNU2jCdBrhrYVVC+toU3T9u1P/ECr6zQ9bSme36B1XZ1eecrlf8DfLVzKQC0MUduhsXxPWTbAiFoUUaXcXLPqA6Me7fsbtaccmew5OF07EzWqlL/h8MjcDodkxLhDc8kSs+cxAli9FLPu17g2TFd3R9wD/4iu0j48YBhK5ASjw6i9yWOT1kesVR6HeTMhhp4RP+zb0OJ6twDbsMMj+OVQadr+FwAkCX7DOt3yr+eKknpDyI0Kv/3e5vQeaXms5yrAPYd36urPtsq++n+8p2M+hPWQNAAAAABJRU5ErkJggg==");
}
.rating-bar,
.rating-bar-lg {
  background-position: left bottom;
  width: 140px;
  height: 25px;
}
.rating-bar .rating-state,
.rating-bar-lg .rating-state {
  background-position: left top;
  display: inline-block;
  height: 100%;
  width: 0;
}
.rating-bar-lg,
.rating-bar-lg .rating-state {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAABgCAMAAABsUgFCAAABgFBMVEUAAACmcSCNdFD///+pdSP////m5uaDZ2f///7///////////////////////99fX19fX2mciF8fHyYiXTS0tJ/f3////////7///////+qdSPu7u7///99fX18fHx8fHyncyOlciF+fn77+PV/f3+nciOodCP///////////////+tra2jo6Pb29vp2L6ndCK7hjX26taDg4OGhobHsZLa0sTLtpfUnkrPp2nnzaX///////////+rdif///+Pj4+wsLC/hCmtra3KiyvSpWC/hCnJomXZpliwsLDqojOvr6/////poTPjnTGqqqqEhIStra2cnJy4fyisdyXPjy3noDKBgYHfmjDYlS+IiIizfCeLi4uVlZWRkZHUki7DhyrcmDCioqKnp6eodCSfn5+veSbmnzKlpaW9gymOjo7Hiit+fn7KiyyZmZm+vr7e3t64uLj148fstWDIyMjqqUb11qX37dzzzI/sv3rrsFX227H34L3mw47Yq2fhsWfamDRLlGy6AAAASHRSTlMAJgsJ7Ef9Af5xUyUxP8hHyUcoG/7oK3+q5oX9841be85b8c+qdsBjYde5lNv09K/98XS2O5Ne7Ij8k4uYmpnq3+rv4cixrd81ebnzAAAEJklEQVR4AZSUVY/rMBBGJ7spg3SZmZmZGRy/OLYSLcSRolTLzPjX70wZYt30PJ+vQ43BwJEjMBS5y5dzMAxXoug1DMGIHbmPRyA9NyI3HvsJqTlmoy8eH4O0fIjcMaH1d0iJhQ0JPSPlc0jHIywwNSOD4Bek4ki9gPTD0H+Z7mZUYC4IOQ9f5dLcDH0qwBH/P9ezjpx9ZNcbmgs8rhT3gm8/zh6xkvqwrpy9aUdR5Lro48QhrzlOjYdyZkrE9s2zV6zu7m40XZTjsTHyfY87CPd8SoyNxbFr37zRacUmG90xIcSURj/kyvnzx1E8xISeEgJDdldrL2LU0Z3SemZOBj41RAFqyg/k3IzWU4+fVE9Bi9JDtOuyDFD3Gn4j4WEkkFIuszMlaFN+OKXpp/FansebfjPBPS8MD5fZ+TJ0UXlInaOLtnLIbyUchRm+y85XoIfMG1oNyWR34yA7LJ+BPopvgsasCayzfBEGuLWHJVRSYJPlb0ECheQE+qwAiZzaT0qsMHYKDLySfv8YFHgLJr7M0eB9gbVqzvgcCU277V/rNTBh4aeMJVRf4AmYOEKf2kBA7Y4aH7w4MbB+EgycTQ5sZowPUjuwtr6+1vpTqa0CGLg8JmhoZ3snz1h+Z1vVM872OzBg17e0sov6mULhTH53pUaZtdOmM9ADdrDMGLtzGxczevsOW16h18Z0CMsV+xuoV4vN0+aKVbaxVeOmQxz5QPrdCnRRuYuRZdMhTrL86TL0UT6dZ6ZDZD6WIIHS+wz8a7csWCSHwQCKXfCRCrJu2LngcoYNK2mCBEISoCEQShXm/8N9adY3GVr0LPj0vX4NnbbvD1n/13I5s5dWq3m9dFTXb2b1Ul4zMaeXjmtWFDNGpGes4EJN76VDGCCUfDuVTzzf0qm9dFEzXklqzPeJ92wcQEtry2m9tBoHGIux/Tnl7h25AZKWmBBs3+xm0+XxRQ48V63RTtDm7ZfPyzR0HcnR4eqsrmvGgIcdW0wuL2EElRUv8i+HR8njqzu+Y+H+wh0DvtTAg6FLMASHn9nZ6vheSHJHA8u5EJUC3g3YbNwIMFQlBBzKk0e9VDCggVVKytaMvBNGw7RSugPocS+9E7xyLKUGcO15b2hQDKUUPe2ld3AKakq4Wxpwz3sDFG2tRc976Z2k7tQYaMAd7w1QwMHoZS9ltPTnvqMfOZd9qJcy4/caWH24lzI3IiRksV7awv0KGFm8lzYho9vRS29pYBvdjl761howngnDjl4Sqi31c+Ey3kuJf9LIM2E/Kizdo/ZCICjaS58LoQJCH+2lw7CQvYoJF/fC0PfD3Z+KbKO9tCqE2/Rl17te6gcyOpddtJfyogKhQ3e9hDoyOtFeci+wAT3uJacQHLsRCePD/vNe2t8SjGK34WI/0EugoH+wl/6vXzTe5t0DzfQ6AAAAAElFTkSuQmCC");
}
.rating-bar-lg {
  width: 240px;
  height: 48px;
}
.box-cert .rating-state {
  background-color: #f6f6f6;
}
.ekomi-testimonial-header h4,
.ekomi-testimonial-header h5,
.ekomi-testimonial-header h6 {
  margin-bottom: 0.2em;
}
.ekomi-testimonial,
.ekomi-testimonial-header {
  -webkit-box-shadow: inset 0 3px 10px #e1e1e1, inset 0 -4px 7px #FFF;
  box-shadow: inset 0 3px 10px #e1e1e1, inset 0 -4px 7px #FFF;
  border-top: 1px solid #e1e1e1;
}
.emota-button {
  position: absolute;
  right: 0.8em;
  top: 3.6em;
}
.emota-button a {
  color: #296099;
  padding: 0.5em 0.25em;
  background: #f7fafd;
  border: 1px solid #cfe0f2;
  display: inline-block;
}
.emota-button a:hover,
.emota-button a:focus {
  border-color: #a7c6e7;
}
.emota-button .btn-sm {
  color: #296099;
}
.certificate-responsive {
  margin: 0 1em;
}
.certificate-responsive > .container {
  background: #fff;
  -webkit-box-shadow: 1px 2px 1em #ccc;
  box-shadow: 1px 2px 1em #ccc;
  padding: 1em;
}
.certificate-responsive .certificate-header {
  margin: 0;
  padding: 2em;
  min-height: auto;
}
.certificate-responsive .ribbon,
.certificate-responsive .ribbon-sm {
  max-width: 100%;
  margin-left: -2.3em;
}
.certificate-responsive .emota-button {
  top: 0.5em;
}
.ribbon-subline {
  position: relative;
  color: #fff;
  margin: 1rem 0 1rem -3rem;
  padding: 0.25em 1em 0.25em 3rem;
  display: inline-block;
  background: #39a935;
}
.ribbon-subline h2,
.ribbon-subline h3,
.ribbon-subline h4,
.ribbon-subline h5,
.ribbon-subline h6 {
  margin: 0;
}
.ribbon-subline:after {
  content: '';
  display: block;
  position: absolute;
  left: 99.9%;
  bottom: 0;
  height: 1.68em;
  width: 1.68em;
  border-bottom: 1.68em solid #39a935;
  border-right: 1.68em solid transparent;
}
.certificate-bullets .media {
  margin: 0;
}
.shoplist_more_link {
  display: none;
}
.shoplist_more_link.collapsed {
  display: inline;
}
.shop-description {
  margin: 0 0 1em 0;
}
.shop-description .long_description.in {
  display: inline;
}
.shop-head h4 {
  display: inline;
}
.shop-head a {
  display: inline-block;
  margin: 0 0 4px 9px;
  top: -3px;
}
/*.shop {

    .btn {
        padding-right: 3.4em !important;
    }
}*/
#complaint_form_wrapper {
  top: 50px;
  padding: 25px;
  margin: auto;
  z-index: 10;
  position: absolute;
  background: #fff;
  border: 1px solid #999999;
  border-top-width: 20px;
}
#complaint_form_button {
  margin: 0 0 1em 0;
}
#complaint_form_container {
  position: relative;
  width: 940px;
  margin: auto;
}
.sidebar-nav-header span {
  text-shadow: 0 1px 0 #FFFFFF;
  color: #595959;
  display: block;
  padding: 7px 20px;
}
.rating-stars {
  display: inline-block;
  width: 5em;
  height: 1em;
  background-image: url('vhs-assets-css-1b0c710dac60c791cfa9ae197dde02da.svg');
  -webkit-background-size: 5em auto;
  background-size: 5em auto;
}
.rating-stars > span {
  height: 100%;
  display: block;
  background-image: url('vhs-assets-css-a09312b9fcef680f51df6e50bd91fb5b.svg');
  -webkit-background-size: 5em auto;
  background-size: 5em auto;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
.partner {
  margin-top: 3em !important;
}
.partner-head .hr-sm {
  padding-bottom: 0;
  margin-bottom: 0.8em;
}
.landing-page #highlight legend,
.landing-page #highlight label.powermail_label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.landing-page #highlight .form-group {
  margin: 0;
}
.landing-page #highlight .form-control {
  font-size: 1.14em;
}
.clearfix:before,
.clearfix: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,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.container:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.facebook-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -120px 0px;
}
.facebook-like-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -216px 0px;
}
.facebook-circle-icon {
  background: url('vhs-assets-css-feb985b7b87ce3a3fff5c4f8c9baa996.png') no-repeat;
  background-position: -288px 0px;
  width: 48px;
  height: 48px;
}
.facebook:hover,
.facebook:focus {
  color: #43609c !important;
}
.facebook:hover .facebook-icon,
.facebook:focus .facebook-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -120px -24px;
}
.facebook:hover .facebook-like-icon,
.facebook:focus .facebook-like-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -216px -24px;
}
.facebook:hover .facebook-circle-icon,
.facebook:focus .facebook-circle-icon {
  background: url('vhs-assets-css-feb985b7b87ce3a3fff5c4f8c9baa996.png') no-repeat;
  background-position: -288px -48px;
}
.twitter .twitter-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -144px 0px;
}
.twitter .tweet-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -240px 0px;
}
.twitter .twitter-circle-icon {
  background: url('vhs-assets-css-feb985b7b87ce3a3fff5c4f8c9baa996.png') no-repeat;
  background-position: -336px 0px;
  width: 48px;
  height: 48px;
}
.twitter:hover,
.twitter:focus {
  color: #55acee !important;
}
.twitter:hover .twitter-icon,
.twitter:focus .twitter-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -144px -24px;
}
.twitter:hover .tweet-icon,
.twitter:focus .tweet-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -240px -24px;
}
.twitter:hover .twitter-circle-icon,
.twitter:focus .twitter-circle-icon {
  background: url('vhs-assets-css-feb985b7b87ce3a3fff5c4f8c9baa996.png') no-repeat;
  background-position: -336px -48px;
}
.xing .xing-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -264px 0px;
  width: 48px !important;
}
.xing:hover,
.xing:focus {
  color: #026466 !important;
}
.xing:hover .xing-icon,
.xing:focus .xing-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -264px -24px;
}
.email .email-alt-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -168px 0px;
}
.email:hover,
.email:focus {
  color: #c79e50 !important;
}
.email:hover .email-alt-icon,
.email:focus .email-alt-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -168px -24px;
}
.print .print-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -192px 0px;
}
.print:hover,
.print:focus {
  color: #c79e50 !important;
}
.print:hover .print-icon,
.print:focus .print-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -192px -24px;
}
.tags-icon {
  width: 24px;
  height: 24px;
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -312px 0px;
}
.date-icon {
  width: 24px;
  height: 24px;
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -336px 0px;
}
.info-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -312px -24px;
  width: 24px;
  height: 24px;
}
.search-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -384px -24px;
  width: 24px;
  height: 20px;
}
.rating-none-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -384px 0px;
  width: 24px;
  height: 24px;
}
.rating-half-icon {
  position: relative;
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -384px 0px;
  width: 24px;
  height: 24px;
}
.rating-half-icon:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 24px;
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -360px 0px;
}
.rating-full-icon {
  background: url('vhs-assets-css-81b903d62f30f9599a60393dd44161b7.png') no-repeat;
  background-position: -360px 0px;
  width: 24px;
  height: 24px;
}
.circle-icon {
  background: url('vhs-assets-css-feb985b7b87ce3a3fff5c4f8c9baa996.png') no-repeat;
  background-position: 0px 0px;
  width: 38px;
  height: 40px;
}
.news-icon {
  background: url('vhs-assets-css-feb985b7b87ce3a3fff5c4f8c9baa996.png') no-repeat;
  background-position: -48px 0px;
  width: 45px;
  height: 40px;
}
.partners-icon {
  background: url('vhs-assets-css-feb985b7b87ce3a3fff5c4f8c9baa996.png') no-repeat;
  background-position: -96px 0px;
  width: 48px;
  height: 42px;
  padding-right: 4px;
}
.thumbup-icon {
  background: url('vhs-assets-css-feb985b7b87ce3a3fff5c4f8c9baa996.png') no-repeat;
  background-position: -144px 0px;
  width: 48px;
  height: 40px;
}
.thumb-icon {
  background: url('vhs-assets-css-feb985b7b87ce3a3fff5c4f8c9baa996.png') no-repeat;
  background-position: -192px 0px;
  width: 48px;
  height: 40px;
}
.thumbdown-icon {
  background: url('vhs-assets-css-feb985b7b87ce3a3fff5c4f8c9baa996.png') no-repeat;
  background-position: -240px 0px;
  width: 48px;
  height: 40px;
}
.lock-checked-icon {
  background: url('vhs-assets-css-feb985b7b87ce3a3fff5c4f8c9baa996.png') no-repeat;
  background-position: -384px 0px;
  width: 40px;
  height: 40px;
}
.calendar-checked-icon {
  background: url('vhs-assets-css-feb985b7b87ce3a3fff5c4f8c9baa996.png') no-repeat;
  background-position: -432px 0px;
  width: 40px;
  height: 40px;
}
.papersheet-icon {
  background: url('vhs-assets-css-feb985b7b87ce3a3fff5c4f8c9baa996.png') no-repeat;
  background-position: -480px 0px;
  width: 40px;
  height: 40px;
}
.conversation-icon {
  background: url('vhs-assets-css-feb985b7b87ce3a3fff5c4f8c9baa996.png') no-repeat;
  background-position: -528px 0px;
  width: 40px;
  height: 40px;
}
.rating-full-lg-icon {
  background: url('vhs-assets-css-feb985b7b87ce3a3fff5c4f8c9baa996.png') no-repeat;
  background-position: 0px -48px;
  width: 45px;
  height: 45px;
}
.rating-none-lg-icon {
  background: url('vhs-assets-css-feb985b7b87ce3a3fff5c4f8c9baa996.png') no-repeat;
  background-position: -48px -48px;
  width: 45px;
  height: 45px;
}
.rating-half-lg-icon {
  background: url('vhs-assets-css-feb985b7b87ce3a3fff5c4f8c9baa996.png') no-repeat;
  background-position: -48px -48px;
  width: 45px;
  height: 45px;
  position: relative;
}
.rating-half-lg-icon:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 45px;
  background: url('vhs-assets-css-feb985b7b87ce3a3fff5c4f8c9baa996.png') no-repeat;
  background-position: 0px -48px;
}
.lock-icon {
  background: url('vhs-assets-css-ad99e47e5284af0f050ef85706187f1f.png') no-repeat;
  background-position: 0px 0px;
  width: 90px;
  height: 80px;
}
.star-icon {
  background: url('vhs-assets-css-ad99e47e5284af0f050ef85706187f1f.png') no-repeat;
  background-position: -96px 0px;
  width: 90px;
  height: 80px;
}
.checked-icon {
  background: url('vhs-assets-css-ad99e47e5284af0f050ef85706187f1f.png') no-repeat;
  background-position: -192px 0px;
  width: 90px;
  height: 80px;
}
.redbadge-news-icon {
  background: url('vhs-assets-css-b53aafea719a03ed475209b8fd094802.png') no-repeat;
  background-position: 0px 0px;
}
.redbadge-person-icon {
  background: url('vhs-assets-css-b53aafea719a03ed475209b8fd094802.png') no-repeat;
  background-position: -160px 0px;
  width: 150px;
  height: 150px;
}
.redbadge-checked-icon {
  background: url('vhs-assets-css-b53aafea719a03ed475209b8fd094802.png') no-repeat;
  background-position: -320px 0px;
}
.redbadge-star-icon {
  background: url('vhs-assets-css-b53aafea719a03ed475209b8fd094802.png') no-repeat;
  background-position: -480px 0px;
}
.redbadge-lock-icon {
  background: url('vhs-assets-css-b53aafea719a03ed475209b8fd094802.png') no-repeat;
  background-position: -640px 0px;
}
.graybadge-lg-phone {
  background: url('vhs-assets-css-f61bd6b4d44120ba9f3ac63450c9ab3a.png') no-repeat;
  background-position: 0px 0px;
  width: 288px;
  height: 288px;
}
.graybadge-lg-check {
  background: url('vhs-assets-css-f61bd6b4d44120ba9f3ac63450c9ab3a.png') no-repeat;
  background-position: -288px 0px;
  width: 288px;
  height: 288px;
}
.graybadge-lg-lock {
  background: url('vhs-assets-css-f61bd6b4d44120ba9f3ac63450c9ab3a.png') no-repeat;
  background-position: 0px -288px;
  width: 288px;
  height: 288px;
}

