@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700,800");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1440px) {
    .container {
      width: 1470px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1440px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    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);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #fff; }
  .form-control::-webkit-input-placeholder {
    color: #fff; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@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: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.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-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1439px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1439px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1439px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1439px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1440px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1440px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1440px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1440px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 * jquery-confirm v3.3.2 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2017 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */

@keyframes jconfirm-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

body[class*=jconfirm-no-scroll-] {
  overflow: hidden !important; }

.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden; }

.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity .4s; }

.jconfirm .jconfirm-bg.jconfirm-bg-h {
  opacity: 0 !important; }

.jconfirm .jconfirm-scrollpane {
  perspective: 500px;
  perspective-origin: center;
  display: table;
  width: 100%;
  height: 100%; }

.jconfirm .jconfirm-row {
  display: table-row;
  width: 100%; }

.jconfirm .jconfirm-cell {
  display: table-cell;
  vertical-align: middle; }

.jconfirm .jconfirm-holder {
  max-height: 100%;
  padding: 50px 0; }

.jconfirm .jconfirm-box-container {
  transition: transform;
  transition: transform, -webkit-transform; }

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
  transition: none !important; }

.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  outline: none;
  padding: 15px 15px 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }

@keyframes type-blue {
  1%,
  100% {
    border-color: #3498db; }
  50% {
    border-color: #5faee3; } }

@keyframes type-green {
  1%,
  100% {
    border-color: #2ecc71; }
  50% {
    border-color: #54d98c; } }

@keyframes type-red {
  1%,
  100% {
    border-color: #e74c3c; }
  50% {
    border-color: #ed7669; } }

@keyframes type-orange {
  1%,
  100% {
    border-color: #f1c40f; }
  50% {
    border-color: #f4d03f; } }

@keyframes type-purple {
  1%,
  100% {
    border-color: #9b59b6; }
  50% {
    border-color: #b07cc6; } }

@keyframes type-dark {
  1%,
  100% {
    border-color: #34495e; }
  50% {
    border-color: #46627f; } }

.jconfirm .jconfirm-box.jconfirm-type-animated {
  animation-duration: 2s;
  animation-iteration-count: infinite; }

.jconfirm .jconfirm-box.jconfirm-type-blue {
  border-top: solid 7px #3498db;
  animation-name: type-blue; }

.jconfirm .jconfirm-box.jconfirm-type-green {
  border-top: solid 7px #2ecc71;
  animation-name: type-green; }

.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #e74c3c;
  animation-name: type-red; }

.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-top: solid 7px #f1c40f;
  animation-name: type-orange; }

.jconfirm .jconfirm-box.jconfirm-type-purple {
  border-top: solid 7px #9b59b6;
  animation-name: type-purple; }

.jconfirm .jconfirm-box.jconfirm-type-dark {
  border-top: solid 7px #34495e;
  animation-name: type-dark; }

.jconfirm .jconfirm-box.loading {
  height: 120px; }

.jconfirm .jconfirm-box.loading:before {
  content: '';
  position: absolute;
  left: 0;
  background: white;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: 1; }

.jconfirm .jconfirm-box.loading:after {
  opacity: 0.6;
  content: '';
  height: 30px;
  width: 30px;
  border: solid 3px transparent;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  border-radius: 50%;
  animation: jconfirm-spin 1s infinite linear;
  border-bottom-color: dodgerblue;
  top: 50%;
  margin-top: -15px;
  z-index: 2; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: .6;
  text-align: center;
  font-size: 27px !important;
  line-height: 14px !important;
  display: none;
  z-index: 1; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
  display: none; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
  font-size: 16px; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
  font-size: 16px; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
  font-size: 16px; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
  opacity: 1; }

.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: block;
  font-size: 22px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  padding-bottom: 15px; }

.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
  cursor: move; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  font-size: inherit;
  display: inline-block;
  vertical-align: middle; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
  vertical-align: middle; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
  display: none; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
  display: none; }

.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 15px;
  height: auto;
  transition: height 0.4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto; }

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
  overflow-y: hidden; }

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
  width: 3px; }

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1); }

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 3px; }

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: auto; }

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
  max-width: 100%;
  height: auto; }

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
  display: none; }

.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 11px; }

.jconfirm .jconfirm-box .jconfirm-buttons > button {
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px; }

.jconfirm .jconfirm-box .jconfirm-buttons button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  min-height: 1em;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-tap-highlight-color: transparent;
  border: none;
  background-image: none; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
  background-color: #3498db;
  color: #FFF;
  text-shadow: none;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
  background-color: #2980b9;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
  background-color: #2ecc71;
  color: #FFF;
  text-shadow: none;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
  background-color: #27ae60;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
  background-color: #e74c3c;
  color: #FFF;
  text-shadow: none;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
  background-color: #c0392b;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
  background-color: #f1c40f;
  color: #FFF;
  text-shadow: none;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
  background-color: #f39c12;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #ecf0f1;
  color: #000;
  text-shadow: none;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background-color: #bdc3c7;
  color: #000; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
  background-color: #9b59b6;
  color: #FFF;
  text-shadow: none;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
  background-color: #8e44ad;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
  background-color: #34495e;
  color: #FFF;
  text-shadow: none;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
  background-color: #2c3e50;
  color: #FFF; }

.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
  color: #e74c3c !important; }

.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
  color: #3498db !important; }

.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
  color: #2ecc71 !important; }

.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
  color: #9b59b6 !important; }

.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
  color: #f1c40f !important; }

.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
  color: #34495e !important; }

.jconfirm .jconfirm-clear {
  clear: both; }

.jconfirm.jconfirm-rtl {
  direction: rtl; }

.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
  left: 5px;
  right: auto; }

.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg {
  background-color: #444;
  opacity: .2; }

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
  float: right; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  box-shadow: none;
  color: #333; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #ddd; }

.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px; }

.jconfirm.jconfirm-black .jconfirm-bg,
.jconfirm.jconfirm-dark .jconfirm-bg {
  background-color: darkslategray;
  opacity: .4; }

.jconfirm.jconfirm-black .jconfirm-box,
.jconfirm.jconfirm-dark .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #444;
  border-radius: 5px;
  color: white; }

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px; }

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
  float: right; }

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  transition: background .1s;
  color: white; }

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
  box-shadow: none;
  color: #fff;
  background: none; }

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #666; }

.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px; }

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0); }

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
  animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0); }

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-2px, 0, 0); }
  20%,
  80% {
    transform: translate3d(4px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-8px, 0, 0); }
  40%,
  60% {
    transform: translate3d(8px, 0, 0); } }

@keyframes glow {
  0%,
  100% {
    box-shadow: 0 0 0px red; }
  50% {
    box-shadow: 0 0 30px red; } }

/*Transition rules*/
.jconfirm {
  perspective: 400px; }

.jconfirm .jconfirm-box {
  opacity: 1;
  transition-property: all; }

.jconfirm .jconfirm-box.jconfirm-animation-top,
.jconfirm .jconfirm-box.jconfirm-animation-left,
.jconfirm .jconfirm-box.jconfirm-animation-right,
.jconfirm .jconfirm-box.jconfirm-animation-bottom,
.jconfirm .jconfirm-box.jconfirm-animation-opacity,
.jconfirm .jconfirm-box.jconfirm-animation-zoom,
.jconfirm .jconfirm-box.jconfirm-animation-scale,
.jconfirm .jconfirm-box.jconfirm-animation-none,
.jconfirm .jconfirm-box.jconfirm-animation-rotate,
.jconfirm .jconfirm-box.jconfirm-animation-rotatex,
.jconfirm .jconfirm-box.jconfirm-animation-rotatey,
.jconfirm .jconfirm-box.jconfirm-animation-scaley,
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  opacity: 0; }

.jconfirm .jconfirm-box.jconfirm-animation-rotate {
  transform: rotate(90deg); }

.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
  transform: rotateX(90deg);
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
  transform: rotateX(-90deg);
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
  transform: rotatey(90deg);
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
  transform: rotatey(-90deg);
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-scaley {
  transform: scaley(1.5);
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  transform: scalex(1.5);
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-top {
  transform: translate(0px, -100px); }

.jconfirm .jconfirm-box.jconfirm-animation-left {
  transform: translate(-100px, 0px); }

.jconfirm .jconfirm-box.jconfirm-animation-right {
  transform: translate(100px, 0px); }

.jconfirm .jconfirm-box.jconfirm-animation-bottom {
  transform: translate(0px, 100px); }

.jconfirm .jconfirm-box.jconfirm-animation-zoom {
  transform: scale(1.2); }

.jconfirm .jconfirm-box.jconfirm-animation-scale {
  transform: scale(0.5); }

.jconfirm .jconfirm-box.jconfirm-animation-none {
  visibility: hidden; }

.jconfirm.jconfirm-supervan .jconfirm-bg {
  background-color: rgba(54, 70, 93, 0.95); }

.jconfirm.jconfirm-supervan .jconfirm-box {
  background-color: transparent; }

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
  border: none; }

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
  border: none; }

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
  border: none; }

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
  border: none; }

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
  border: none; }

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
  border: none; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
  color: white; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: normal; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
  padding-bottom: 25px; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 25px; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
  text-align: center;
  color: white; }

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
  text-align: center; }

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
  font-size: 16px;
  border-radius: 2px;
  background: #303f53;
  text-shadow: none;
  border: none;
  color: white;
  padding: 10px;
  min-width: 100px; }

.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px; }

.jconfirm.jconfirm-material .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.67); }

.jconfirm.jconfirm-material .jconfirm-box {
  background-color: white;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 25px 10px 25px; }

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px; }

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87); }

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold; }

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87); }

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
  text-align: right; }

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-weight: 500; }

.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px; }

.jconfirm.jconfirm-bootstrap .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.21); }

.jconfirm.jconfirm-bootstrap .jconfirm-box {
  background-color: white;
  box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 15px 0 0; }

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px; }

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87); }

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px; }

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87);
  padding: 0px 15px; }

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
  text-align: right;
  padding: 10px;
  margin: -5px 0 0px;
  border-top: solid 1px #ddd;
  overflow: hidden;
  border-radius: 0 0 4px 4px; }

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
  font-weight: 500; }

.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px; }

.jconfirm.jconfirm-modern .jconfirm-bg {
  background-color: slategray;
  opacity: .6; }

.jconfirm.jconfirm-modern .jconfirm-box {
  background-color: white;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 30px 15px; }

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
  top: 15px;
  right: 15px; }

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px; }

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  transform: scale(0);
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 69px;
  color: #aaa; }

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
  text-align: center;
  font-size: 15px;
  color: #777;
  margin-bottom: 25px; }

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
  text-align: center; }

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
  font-weight: bold;
  text-transform: uppercase;
  transition: background .1s;
  padding: 10px 20px; }

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
  margin-left: 4px; }

.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  transform: scale(1); }

* {
  text-decoration: none;
  outline: none !important; }

body {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  color: #704f4f;
  background: #ffffff; }
  body .container-fluid {
    margin: 0  auto;
    min-width: 320px;
    max-width: 1440px; }

p {
  font-family: inherit;
  font-size: inherit;
  line-height: 1.4em;
  margin: 0 0 15px 0;
  padding: 0; }

a {
  color: #24a5de;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s; }
  a:hover, a:focus {
    text-decoration: none;
    color: #704f4f; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  line-height: 1.4em;
  color: #e00916;
  margin: 0 0 15px 0;
  padding: 0; }

h1 {
  font-size: 48px;
  font-weight: 800; }

h2 {
  font-size: 30px;
  font-weight: 800; }

h3, h4, h5, h6 {
  font-size: inherit;
  margin-bottom: 0px;
  color: #704f4f; }

input, select, button {
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  color: #704f4f;
  margin: 0;
  padding: 0; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.line {
  height: 1px;
  border-bottom: 1px solid #4eb7e4; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.h-auto {
  height: auto !important; }

.mb-4 {
  margin-bottom: 20px !important; }

.color9 {
  color: #1A96D1; }

.w-100 {
  width: 100% !important; }

.pt-0 {
  padding-top: 0 !important; }

a.button,
input.button,
button.button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 20px;
  border: none; }
  a.button:hover,
  input.button:hover,
  button.button:hover {
    border: none; }
  a.button.btn-red,
  input.button.btn-red,
  button.button.btn-red {
    background: #e00916;
    color: #ffffff; }
    a.button.btn-red:hover,
    input.button.btn-red:hover,
    button.button.btn-red:hover {
      background: #af0711; }
  a.button.btn-blue,
  input.button.btn-blue,
  button.button.btn-blue {
    background: #24a5de;
    color: #ffffff; }
    a.button.btn-blue:hover,
    input.button.btn-blue:hover,
    button.button.btn-blue:hover {
      background: #1b85b4; }
  a.button.btn-white,
  input.button.btn-white,
  button.button.btn-white {
    background: #ffffff;
    color: #24a5de; }
    a.button.btn-white:hover,
    input.button.btn-white:hover,
    button.button.btn-white:hover {
      color: #704f4f; }

#location-error {
  display: none;
  line-height: 1.4em;
  background: #d9534f;
  color: #ffffff;
  font-size: 20px;
  padding: 15px;
  margin-bottom: 15px; }

#toTop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 25px;
  border-radius: 50%;
  background: #e00916;
  height: 45px;
  width: 45px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 35px;
  font-weight: bold;
  z-index: 99;
  border: 1px solid #ffffff;
  transition: 0.5s ease-in-out; }
  #toTop .fa {
    color: #ffffff; }
  #toTop:hover {
    background: #ffffff;
    border: 1px solid #24a5de; }
    #toTop:hover .fa {
      color: #24a5de; }

.custom-tooltip {
  --bs-tooltip-max-width: 400px;
  --bs-tooltip-font-size: 14px; }

.tooltip-mark {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14px;
  height: 14px; }

@media (max-width: 768px) {
  body {
    font-size: 14px; }
  h1 {
    font-size: 24px; }
  h2 {
    font-size: 18px; }
  a.button {
    font-size: 16px; } }

@media (min-width: 992px) {
  .tooltip-mark {
    width: 16px;
    height: 16px; } }

#footer-bubbles img {
  max-width: 280px; }

#footer-bubbles svg {
  max-width: 280px;
  margin-bottom: -8px; }

#footer {
  background: #24a5de; }
  #footer .row:nth-of-type(1) {
    padding-top: 35px;
    padding-bottom: 35px; }
  #footer .row:nth-of-type(2) {
    padding-top: 0;
    padding-bottom: 0; }
  #footer .row:nth-of-type(3) {
    padding-top: 30px;
    padding-bottom: 30px; }
  #footer #footer-menu,
  #footer #footer-address {
    list-style: none;
    margin: 0;
    padding: 0; }
    #footer #footer-menu li,
    #footer #footer-address li {
      display: inline-block;
      color: #ffffff;
      font-size: 16px;
      padding-right: 30px; }
      #footer #footer-menu li a,
      #footer #footer-address li a {
        color: inherit; }
        #footer #footer-menu li a:hover,
        #footer #footer-address li a:hover {
          color: #4eb7e4; }
      #footer #footer-menu li:last-of-type,
      #footer #footer-address li:last-of-type {
        padding-right: 0px; }
  #footer #footer-address li {
    padding-right: 15px;
    font-style: normal; }
    #footer #footer-address li a {
      color: #e00916; }
    #footer #footer-address li:first-of-type {
      display: block; }
  #footer #footer-links {
    margin: 0 0 0 -2px;
    padding: 0; }
    #footer #footer-links li {
      font-size: 14px;
      color: #ffffff;
      display: inline-block;
      margin-left: 5px; }
      #footer #footer-links li a {
        color: inherit; }
        #footer #footer-links li a:hover {
          color: #4eb7e4; }
      #footer #footer-links li:before {
        content: '|';
        margin-right: 5px; }
      #footer #footer-links li:first-of-type {
        margin-left: 0px; }
        #footer #footer-links li:first-of-type:before {
          content: ''; }

@media (max-width: 768px) {
  #footer .text-right {
    text-align: left; }
  #footer #footer-address {
    margin-bottom: 30px; }
    #footer #footer-address li {
      display: block; } }

#header {
  position: fixed;
  z-index: 50;
  top: 0;
  width: 100%;
  min-height: 129px;
  background: #ffffff;
  border-bottom: 50px solid #1a96d1; }
  .homepage #header {
    border-bottom: 1px solid #dfdfdf; }
  #header .logo {
    display: inline-block;
    position: relative;
    z-index: 40;
    float: left;
    padding: 20px 0; }
    #header .logo img {
      max-width: 210px; }
  #header .search {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1; }
    #header .search form {
      background: #e63a45;
      color: #ffffff;
      float: left; }
      #header .search form label {
        display: none; }
      #header .search form input {
        background: inherit;
        border: 0px;
        border-radius: 0px;
        color: inherit;
        width: 200px;
        box-shadow: none;
        height: 44px;
        line-height: 44px;
        font-size: 20px; }
      #header .search form button {
        background: #e00916;
        border: 0px;
        border-radius: 0px;
        color: inherit;
        padding: 0 15px;
        height: 44px;
        line-height: 44px;
        font-size: 14px; }
    #header .search .secured-buttons {
      float: right; }
      #header .search .secured-buttons a {
        line-height: 44px;
        padding: 0 15px;
        display: block;
        float: left;
        font-size: 16px; }
        #header .search .secured-buttons a.dashboard {
          background: #1a96d1;
          color: #fff;
          padding: 0 30px; }
        #header .search .secured-buttons a.logout {
          background: #24a5de;
          color: #fff; }
  #header #mobilenav .search {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 15px 0 15px; }
    #header #mobilenav .search form {
      background: #ffffff;
      color: #704f4f; }
      #header #mobilenav .search form input {
        position: relative;
        z-index: 10;
        width: 100%;
        padding-right: 45px; }
      #header #mobilenav .search form button {
        position: absolute;
        z-index: 11;
        right: 15px;
        top: 15px;
        background: #ffffff;
        padding: 0 16px; }

#header-spacing {
  height: 179px; }
  .homepage #header-spacing {
    height: 129px; }

@media (max-width: 992px) {
  #header {
    min-height: 118px; }
    #header .logo {
      padding: 30px 0 20px; }
      #header .logo img {
        max-width: 160px; }
  #header-spacing {
    height: 168px; }
    .homepage #header-spacing {
      height: 118px; } }

@media (max-width: 768px) {
  #header {
    min-height: 81px; }
    #header .logo {
      padding: 16px 0; }
      #header .logo img {
        max-width: 110px; }
    #header .search form {
      float: none; }
      #header .search form .form-control::-webkit-input-placeholder {
        color: #f5bec4; }
    #header .search .secured-buttons {
      float: none;
      border-bottom: 1px solid #1a96d1;
      margin-bottom: 5px; }
      #header .search .secured-buttons a.dashboard,
      #header .search .secured-buttons a.logout {
        float: none;
        margin: 0;
        padding: 0;
        background: none;
        font-size: 20px;
        position: relative; }
        #header .search .secured-buttons a.dashboard span,
        #header .search .secured-buttons a.logout span {
          margin-right: 30px; }
        #header .search .secured-buttons a.dashboard .fa,
        #header .search .secured-buttons a.logout .fa {
          position: absolute;
          right: 0;
          top: 12px; }
      #header .search .secured-buttons a.logout {
        margin-bottom: 10px; }
  #header-spacing {
    height: 131px; }
    .homepage #header-spacing {
      height: 81px; } }

@media (min-width: 1440px) {
  #header .search form {
    background: none; }
    #header .search form .form-group input {
      background: #e63a45;
      width: 0;
      padding: 0;
      transition: all 300ms ease; }
      #header .search form .form-group input.active {
        width: 250px;
        padding: 0 15px; }
    #header .search form .form-group,
    #header .search form button {
      float: left; } }

nav {
  padding: 33px 0 0 0;
  float: right; }
  nav ul#menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    nav ul#menu li {
      position: relative;
      white-space: nowrap;
      display: inline-block;
      font-size: 18px;
      color: #704f4f;
      margin: 0;
      padding: 30px 0; }
      nav ul#menu li a {
        color: inherit;
        padding: 0 15px; }
        nav ul#menu li a.active, nav ul#menu li a:hover {
          color: #e00916;
          text-decoration: none; }
        nav ul#menu li a:last-of-type {
          padding-right: 0px; }
      nav ul#menu li ul {
        display: none;
        position: absolute;
        left: 15px;
        top: 70px;
        border: 1px solid #dfdfdf;
        margin: 0;
        padding: 0;
        background: #ffffff; }
        nav ul#menu li ul li {
          display: block;
          padding: 5px 10px 5px 5px;
          font-size: 16px; }
          nav ul#menu li ul li a {
            padding: 0 5px; }
      nav ul#menu li:hover ul {
        display: block; }

#mobilenav {
  position: absolute;
  z-index: 30;
  width: 100%;
  right: 0;
  top: 18px; }
  #mobilenav .slicknav_menu {
    background: none;
    padding: 0; }
    #mobilenav .slicknav_menu .slicknav_btn {
      background: #24a5de;
      height: 45px;
      width: 45px;
      margin: 0 15px 0 0;
      border-radius: 0px; }
      #mobilenav .slicknav_menu .slicknav_btn .slicknav_icon {
        height: 11px;
        padding: 5px 3px; }
        #mobilenav .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar {
          width: 20px;
          height: 3px;
          margin: 3.5px 0;
          box-shadow: none;
          background: #ffffff; }
    #mobilenav .slicknav_menu ul.slicknav_nav {
      background: #24a5de;
      padding: 0 0 15px 0;
      margin: 0;
      overflow: scroll;
      max-height: calc(100vh - 63px); }
      #mobilenav .slicknav_menu ul.slicknav_nav li {
        font-size: 20px;
        font-family: "Raleway", sans-serif;
        padding: 5px 0; }
        #mobilenav .slicknav_menu ul.slicknav_nav li:hover a {
          background: none;
          color: #ffffff; }
        #mobilenav .slicknav_menu ul.slicknav_nav li:hover ul li a {
          background: none; }
        #mobilenav .slicknav_menu ul.slicknav_nav li a.active,
        #mobilenav .slicknav_menu ul.slicknav_nav li:hover a:hover {
          color: #704f4f; }
        #mobilenav .slicknav_menu ul.slicknav_nav li ul {
          padding: 0;
          margin: 0 0 0 15px; }
          #mobilenav .slicknav_menu ul.slicknav_nav li ul li {
            margin: 0; }
            #mobilenav .slicknav_menu ul.slicknav_nav li ul li a {
              color: #ffffff; }

@media (max-width: 1440px) {
  nav ul#menu li a {
    padding: 0 10px; }
  nav ul#menu li ul {
    left: 10px; } }

@media (max-width: 992px) {
  nav {
    padding-top: 28px; }
    nav ul#menu li, nav ul#menu li ul li {
      font-size: 13px; }
    nav ul#menu li ul li {
      padding: 0px 10px 0px 5px; } }

@media (min-width: 1440px) {
  nav ul#menu li, nav ul#menu li ul li {
    font-size: 20px; } }

#breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 30px 0; }
  #breadcrumbs ol li {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #b6b6b6;
    display: inline-block; }
    #breadcrumbs ol li a {
      color: inherit;
      margin: 0 2px 0 0;
      padding: 0; }
      #breadcrumbs ol li a:hover {
        color: #24a5de;
        text-decoration: none; }
    #breadcrumbs ol li:after {
      content: '/';
      margin-left: 3px; }
  #breadcrumbs ol span:last-of-type li:after {
    content: '';
    margin-left: 0px; }

@media (max-width: 768px) {
  #breadcrumbs ol {
    padding: 15px 0; } }

#aside {
  padding-top: 15px; }
  #aside.contact h2 {
    font-size: 48px; }
  #aside.contact p {
    font-size: 16px; }

@media (max-width: 768px) {
  #aside {
    padding-top: 60px; } }

#content .banner,
#content-blocks .banner {
  position: relative;
  border: 1px solid #dfdfdf;
  min-height: 350px;
  overflow: hidden; }
  #content .banner a h2,
  #content-blocks .banner a h2 {
    position: absolute;
    z-index: 21;
    width: 100%;
    left: 0;
    top: 0;
    padding: 15px 60px 0 15px; }
    #content .banner a h2 img,
    #content-blocks .banner a h2 img {
      position: absolute;
      right: 15px;
      top: 15px;
      height: 40px;
      border: none; }
  #content .banner a figure,
  #content-blocks .banner a figure {
    position: relative;
    z-index: 20; }
    #content .banner a figure img,
    #content-blocks .banner a figure img {
      border: none;
      max-width: auto;
      width: 100%; }

#content #aside .horizontal {
  min-height: 0px;
  margin-bottom: 20px; }
  #content #aside .horizontal a h2 {
    padding: 20px 15px 20px 15px;
    margin: 0;
    line-height: 1em;
    font-size: 28px; }
    #content #aside .horizontal a h2 img {
      left: 15px;
      right: auto;
      height: 48px;
      top: 50%;
      transform: translate(0, -50%); }

@media (min-width: 1440px) {
  #content #aside .horizontal a h2 {
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 30px; } }

@media (max-width: 992px) {
  #content #aside .horizontal a h2 {
    font-size: 20px; }
    #content #aside .horizontal a h2 img {
      height: 40px; } }

@media (max-width: 768px) {
  .banner a h2 {
    font-size: 20px; } }

.contact-form.applicatie form .form-group label {
  width: 30%; }

.contact-form.applicatie form .form-group div {
  width: 70%; }
  .contact-form.applicatie form .form-group div select {
    height: 47px; }
  .contact-form.applicatie form .form-group div .radio {
    width: 50%;
    float: left;
    margin-top: 0; }
    .contact-form.applicatie form .form-group div .radio label {
      width: 100%; }
      .contact-form.applicatie form .form-group div .radio label input {
        width: 10%;
        display: inline-block; }

.contact-form.applicatie form .form-group.custom .radio, .contact-form.applicatie form .form-group.custom .checkbox {
  margin-top: 0; }
  .contact-form.applicatie form .form-group.custom .radio label, .contact-form.applicatie form .form-group.custom .checkbox label {
    width: 100%; }
    .contact-form.applicatie form .form-group.custom .radio label input, .contact-form.applicatie form .form-group.custom .checkbox label input {
      width: 20px;
      display: inline-block; }

.contact-form.applicatie form .form-group:last-of-type div {
  margin-left: 30%; }

.contact-form.applicatie form h2 {
  margin-top: 20px; }

.contact-form.applicatie form .g-recaptcha {
  margin-left: 30%; }

.contact-form form .form-group label:not(.radio label) {
  float: left;
  width: 25%;
  padding: 10px 0;
  font-weight: 400; }

.contact-form form .form-group div:not(.radio) {
  float: left;
  width: 75%; }
  .contact-form form .form-group div:not(.radio) input, .contact-form form .form-group div:not(.radio) textarea, .contact-form form .form-group div:not(.radio) select {
    position: relative;
    z-index: 20;
    display: inline-block;
    border: 1px solid #4eb7e4;
    border-radius: 4px;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    padding: 10px 20px;
    width: 100%;
    height: auto;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    border-radius: 5px; }
  .contact-form form .form-group div:not(.radio) textarea {
    height: 150px; }

.contact-form form .form-group .g-recaptcha {
  display: inline-block;
  position: relative;
  z-index: 40; }

.contact-form form .form-group input[type="submit"] {
  background: #24a5de;
  color: #ffffff;
  float: none;
  margin: 0;
  padding: 15px 0;
  width: 250px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  border: none; }

.contact-form form .form-group:after {
  content: "";
  display: table;
  clear: both; }

.contact-form form .form-group:last-of-type div {
  margin-left: 25%; }

.contact-form form .form-group .g-recaptcha:last-of-type div {
  margin-left: 0px; }

.contact-form form .help-block {
  position: relative;
  z-index: 21;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #f2dede;
  color: #a94442;
  width: 100%;
  margin: -5px 0 0 0;
  padding: 10px;
  font-size: 14px;
  z-index: -1; }

.contact-form form .captcha .help-block {
  position: relative;
  z-index: 30;
  width: 302px;
  margin-left: 25%; }

#gmap_wrapper {
  width: 100%;
  height: 400px;
  border: 1px solid #4eb7e4;
  margin-bottom: 30px; }

@media (max-width: 1440px) {
  .contact-form form .form-group label {
    float: none;
    width: 100%;
    padding: 5px 0; }
  .contact-form form .form-group div {
    float: none;
    width: 100%; }
    .contact-form form .form-group div input, .contact-form form .form-group div textarea, .contact-form form .form-group div select {
      padding: 5px 20px; }
  .contact-form form .form-group:last-of-type div {
    margin-left: 0; }
  .contact-form form .captcha .help-block {
    margin-top: -10px;
    margin-left: 0px; } }

.carousel {
  position: relative;
  z-index: 1; }
  .carousel .slick-list {
    position: relative;
    z-index: 20;
    overflow: hidden; }
    .carousel .slick-list .slide {
      position: relative;
      z-index: 21;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      padding: 0;
      width: 100%;
      min-height: 400px;
      height: 30vh; }
    .carousel .slick-list .slick-slide {
      position: relative; }
      .carousel .slick-list .slick-slide .title {
        position: absolute;
        z-index: 22; }
        .carousel .slick-list .slick-slide .title.top-left {
          top: 0;
          left: 0;
          text-align: left; }
        .carousel .slick-list .slick-slide .title.top-center {
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          text-align: center; }
        .carousel .slick-list .slick-slide .title.top-right {
          top: 0;
          right: 0;
          text-align: right; }
        .carousel .slick-list .slick-slide .title.middle-left {
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          text-align: left; }
        .carousel .slick-list .slick-slide .title.middle-center {
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          text-align: center; }
        .carousel .slick-list .slick-slide .title.middle-right {
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          text-align: right; }
        .carousel .slick-list .slick-slide .title.bottom-left {
          left: 0;
          bottom: 0;
          text-align: left; }
        .carousel .slick-list .slick-slide .title.bottom-center {
          left: 50%;
          bottom: 0;
          transform: translateX(-50%);
          text-align: center; }
        .carousel .slick-list .slick-slide .title.bottom-right {
          bottom: 0;
          right: 0;
          text-align: right; }
        .carousel .slick-list .slick-slide .title h2, .carousel .slick-list .slick-slide .title p {
          text-align: inherit; }
          .carousel .slick-list .slick-slide .title h2.black, .carousel .slick-list .slick-slide .title p.black {
            color: #000; }
          .carousel .slick-list .slick-slide .title h2.grey-white, .carousel .slick-list .slick-slide .title p.grey-white {
            color: #fff; }
        .carousel .slick-list .slick-slide .title h2 {
          font-size: 50px;
          font-family: "Raleway", sans-serif;
          font-weight: 700;
          margin: 0;
          padding: 0;
          line-height: normal; }
        .carousel .slick-list .slick-slide .title p {
          font-size: 20px;
          margin: 0;
          padding: 15px 0 0 0;
          line-height: normal; }
        .carousel .slick-list .slick-slide .title a {
          text-decoration: none; }
          .carousel .slick-list .slick-slide .title a h2.black, .carousel .slick-list .slick-slide .title a p.black {
            color: #000; }
          .carousel .slick-list .slick-slide .title a h2.grey-white, .carousel .slick-list .slick-slide .title a p.grey-white {
            color: #fff; }
  .carousel button {
    position: absolute;
    z-index: 21;
    top: 50%;
    margin-top: -10px;
    background: none;
    border: none;
    color: #fff;
    font-size: 80px; }
    .carousel button.slick-prev {
      left: 15px; }
    .carousel button.slick-next {
      right: 15px; }
  .carousel .slick-dots {
    position: absolute;
    z-index: 21;
    bottom: 15px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0; }
    .carousel .slick-dots li {
      list-style: none;
      display: inline-block;
      background: #24a5de;
      width: 12px;
      height: 12px;
      line-height: 12px;
      cursor: pointer;
      margin: 0 5px;
      border-radius: 50%;
      border: 1px solid #ffffff; }
      .carousel .slick-dots li.slick-active {
        background: #ffffff; }
      .carousel .slick-dots li button {
        display: none; }
      .carousel .slick-dots li button::before {
        content: " "; }
  .carousel.page {
    background: #24a5de;
    text-align: center;
    padding: 30px 0; }
    .carousel.page h2 {
      color: #fff; }

.carousel.homepage-carousel .slick-list .slide {
  min-height: 500px;
  height: 50vh; }

.carousel.homepage-carousel .slick-list .title {
  padding: 60px 100px;
  background: #e00916; }
  .carousel.homepage-carousel .slick-list .title h2 {
    font-size: 60px;
    font-weight: 800; }
  .carousel.homepage-carousel .slick-list .title p {
    font-size: 30px;
    font-weight: 400;
    max-width: 550px; }

@media (max-width: 1440px) {
  .carousel.homepage-carousel .slick-list .title {
    padding: 40px; }
    .carousel.homepage-carousel .slick-list .title h2 {
      font-size: 40px; }
    .carousel.homepage-carousel .slick-list .title p {
      font-size: 20px;
      max-width: 400px; } }

@media (max-width: 992px) {
  .carousel .slick-list .slide {
    min-height: 0px;
    max-height: 300px; }
  .carousel.homepage-carousel .slick-list .title {
    display: none; }
  .carousel.homepage-carousel .slick-list .slide {
    min-height: 0px;
    max-height: 200px; } }

#content .pagination {
  padding: 30px 0px;
  margin-top: 0px;
  text-align: center; }
  #content .pagination li {
    padding: 0;
    margin: 0 2.5px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px; }
    #content .pagination li.disabled {
      color: #F6F5F6; }
    #content .pagination li.active,
    #content .pagination li a:hover {
      color: #fff;
      background: #4eb7e4;
      text-decoration: none; }
    #content .pagination li a {
      display: block;
      color: #4eb7e4;
      border-radius: 5px; }
    #content .pagination li:before, #content .pagination li:after {
      display: none; }

.friends {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e00916;
  padding: 30px;
  text-align: center;
  background-image: url("/img/ballen-footer.svg");
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: bottom right; }
  .friends img {
    margin-bottom: 10px; }
  .friends p {
    color: white; }
  .friends .btn {
    font-weight: bold; }

#partial-searchtrombosediensten {
  text-align: left; }
  #partial-searchtrombosediensten h2 {
    text-align: inherit;
    margin-bottom: 15px;
    padding: 15px 0; }
  #partial-searchtrombosediensten .item {
    text-align: left;
    line-height: 60px;
    position: relative;
    color: #ffffff; }
    #partial-searchtrombosediensten .item #mijn-locatie {
      padding: 0 20px;
      line-height: inherit;
      background: #1a96d1;
      text-align: center;
      cursor: pointer;
      display: inline-block; }
      #partial-searchtrombosediensten .item #mijn-locatie:before {
        font-family: fontawesome;
        content: '\f041';
        margin-right: 10px; }
    #partial-searchtrombosediensten .item #form-locatie form {
      margin-bottom: 15px; }
      #partial-searchtrombosediensten .item #form-locatie form label {
        display: none; }
      #partial-searchtrombosediensten .item #form-locatie form .form-group {
        margin: 0; }
        #partial-searchtrombosediensten .item #form-locatie form .form-group input {
          width: 100%;
          background: #4eb7e4;
          height: 60px;
          line-height: inherit;
          border-radius: 0px;
          border: none;
          padding: 0 70px 0 15px;
          color: #ffffff;
          font-size: 20px;
          box-shadow: none; }
      #partial-searchtrombosediensten .item #form-locatie form button {
        position: absolute;
        top: 0;
        right: 0px;
        border: none;
        padding: 0;
        width: 60px;
        height: 60px;
        font-family: fontawesome;
        content: '\f002';
        font-size: 16px;
        color: #ffffff;
        background: #1a96d1;
        border-radius: 0px;
        box-shadow: none; }

@media (max-width: 768px) {
  #partial-searchtrombosediensten .item #form-locatie form .form-group input {
    font-size: 16px; } }

#news-index article.news {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b6b6b6; }
  #news-index article.news h2 {
    margin: 0;
    padding: 0; }
  #news-index article.news h3 {
    margin: 0;
    padding: 0;
    font-weight: 400; }
  #news-index article.news p {
    margin: 0 0 5px 0;
    padding: 0;
    color: #b6b6b6;
    font-size: 16px;
    font-style: italic; }

#news-index .newsletter {
  position: relative;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%; }
  #news-index .newsletter:hover img {
    transform: scale(1.05);
    transition: transform 0.5s ease; }
  #news-index .newsletter img {
    width: 100%;
    transition: transform 0.5s ease; }
  #news-index .newsletter .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, white 0%, white 15%, transparent 100%);
    z-index: 20; }
  #news-index .newsletter h2 {
    position: absolute;
    z-index: 21;
    width: 100%;
    left: 0;
    top: 0;
    padding: 15px 60px 0 15px; }

#news-show dl.row {
  padding: 0 0 15px 0; }
  #news-show dl.row dt {
    margin: 0;
    padding: 3px 15px;
    font-weight: 700; }
  #news-show dl.row dd {
    margin: 0;
    padding: 3px 15px; }

#news-show #content #aside figure {
  padding-top: 30px; }
  #news-show #content #aside figure img {
    width: 100%;
    border: 1px solid #b6b6b6; }

#news-show #content #aside ul {
  padding-top: 30px; }

#events-index article.events {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b6b6b6; }
  #events-index article.events h2 {
    margin: 0 0 15px 0;
    padding: 0; }
  #events-index article.events h3 {
    margin: 0;
    padding: 0;
    font-weight: 400; }
  #events-index article.events .date {
    float: left;
    color: #ffffff;
    background: #4eb7e4;
    text-align: center;
    width: 50px;
    padding: 10px 0;
    margin: 5px 20px 10px 0;
    font-size: 12px;
    line-height: 1.1em; }
  #events-index article.events p {
    margin: 0 0 5px 0;
    padding: 0;
    color: #b6b6b6;
    font-size: 16px;
    font-style: italic; }

#events-show #content .date {
  float: left;
  color: #ffffff;
  background: #4eb7e4;
  text-align: center;
  width: 50px;
  padding: 10px 0;
  margin: 12px 20px 10px 0;
  font-size: 12px;
  line-height: 1.1em; }

#events-show #content #aside figure {
  padding-top: 30px; }
  #events-show #content #aside figure img {
    width: 100%;
    border: 1px solid #b6b6b6; }

#events-show #content #aside ul {
  padding-top: 30px; }

#content.vriendenShow h1 {
  font-weight: 900; }

#content.vriendenShow h3 {
  color: #1A96D1;
  font-size: 22px;
  margin-bottom: 20px; }

#content.vriendenShow strong {
  font-weight: 900; }

#content.vriendenShow a {
  font-weight: bold; }

@media (min-width: 1440px) {
  #content.vriendenShow h3 {
    font-size: 30px; } }

#content.periodiek {
  padding-bottom: 60px; }
  #content.periodiek .top p {
    margin-bottom: 30px; }
  #content.periodiek .donatie-banner {
    background-color: rgba(26, 150, 209, 0.1);
    background-image: url("/img/ballen-footer.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 30px;
    margin-bottom: 30px; }
    #content.periodiek .donatie-banner p {
      color: #1A96D1;
      font-weight: bold;
      margin-bottom: 0; }
  #content.periodiek .donatie-form {
    background-color: rgba(26, 150, 209, 0.1);
    padding: 40px 30px; }
    #content.periodiek .donatie-form form .row {
      margin-bottom: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center; }
      #content.periodiek .donatie-form form .row.textarea {
        margin-top: 60px; }
        #content.periodiek .donatie-form form .row.textarea span {
          display: block;
          margin-bottom: 20px; }
    #content.periodiek .donatie-form form .amount {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 20px;
      height: 110px;
      width: 100%; }
      #content.periodiek .donatie-form form .amount label {
        height: 100%;
        width: 100%;
        background-color: white;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
        border: 2px solid #1A96D1;
        cursor: pointer; }
        #content.periodiek .donatie-form form .amount label span {
          font-size: 30px; }
        #content.periodiek .donatie-form form .amount label .circle {
          width: 20px;
          height: 20px;
          border-radius: 100%;
          border: 2px solid #1A96D1;
          position: relative; }
          #content.periodiek .donatie-form form .amount label .circle:after {
            transition: all .2s;
            width: 0;
            height: 0;
            transform: translate(-50%, -50%) scale(0); }
      #content.periodiek .donatie-form form .amount input[type="radio"] {
        display: none; }
        #content.periodiek .donatie-form form .amount input[type="radio"]:checked + label {
          background-color: #1A96D1;
          color: white; }
          #content.periodiek .donatie-form form .amount input[type="radio"]:checked + label .circle {
            border: 2px solid #705050;
            background-color: white; }
            #content.periodiek .donatie-form form .amount input[type="radio"]:checked + label .circle:after {
              content: '';
              width: 10px;
              height: 10px;
              border-radius: 100%;
              background-color: #1A96D1;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%) scale(1); }
    #content.periodiek .donatie-form form span {
      font-weight: 900; }
    #content.periodiek .donatie-form form label {
      font-weight: normal;
      font-size: 14px;
      color: #705050; }
    #content.periodiek .donatie-form form input:not(input[type="radio"]):not(input[type="checkbox"]), #content.periodiek .donatie-form form textarea:not(input[type="radio"]):not(input[type="checkbox"]) {
      width: 100%;
      height: 60px;
      border: 2px solid #1A96D1;
      padding: 0 20px; }
      #content.periodiek .donatie-form form input:not(input[type="radio"]):not(input[type="checkbox"]):-ms-input-placeholder, #content.periodiek .donatie-form form textarea:not(input[type="radio"]):not(input[type="checkbox"]):-ms-input-placeholder {
        opacity: 0.5; }
      #content.periodiek .donatie-form form input:not(input[type="radio"]):not(input[type="checkbox"])::placeholder, #content.periodiek .donatie-form form textarea:not(input[type="radio"]):not(input[type="checkbox"])::placeholder {
        opacity: 0.5; }
    #content.periodiek .donatie-form form textarea {
      padding: 10px 20px !important;
      height: 121px !important; }
  #content.periodiek .help-block {
    display: block;
    position: relative;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #f2dede;
    color: #a94442;
    width: 100%;
    margin: -5px 0 0 0;
    padding: 10px;
    font-size: 14px;
    z-index: -1; }

@media (min-width: 768px) {
  #content.periodiek .donatie-form form label {
    font-size: 16px; } }

@media (min-width: 992px) {
  #content.periodiek {
    padding-bottom: 90px; }
    #content.periodiek .top {
      font-size: 24px;
      margin-bottom: 40px; }
    #content.periodiek .donatie-form form label {
      font-size: 20px; } }

#content {
  position: relative;
  z-index: 10; }
  #content p a,
  #content li a {
    border-bottom: 1px solid #ffffff; }
    #content p a:hover,
    #content li a:hover {
      border-bottom: 1px solid #24a5de; }
  #content ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0; }
    #content ul li {
      position: relative;
      padding: 0 0 0 25px; }
      #content ul li:before {
        position: absolute;
        left: 0;
        top: 1px;
        font-family: fontawesome;
        content: '\f111';
        color: #e00916;
        font-size: 12px; }
      #content ul li.file:before {
        content: '\f1c1'; }
      #content ul li.source:before {
        content: '\f0ac'; }
      #content ul li.back:before {
        content: '\f104'; }
      #content ul li.distance:before {
        left: 6px;
        content: '\f041'; }
      #content ul li.route:before {
        left: 4px;
        content: '\f278'; }
      #content ul li.calendar:before {
        content: '\f073'; }
  #content ol {
    padding: 0 0 0 20px;
    margin: 0 0 15px 0; }
    #content ol li {
      padding-left: 5px; }
  #content img {
    max-width: 100%;
    height: auto; }
  #content .list .row {
    padding-top: 5px;
    padding-bottom: 5px; }
    #content .list .row:nth-child(even) {
      background: #F5F5F5; }
  #content td {
    vertical-align: top; }

@media (max-width: 768px) {
  #content {
    padding-bottom: 60px; } }

#homepage {
  padding-top: 40px; }
  #homepage #trombosedienst-zoeken {
    margin-bottom: 60px; }
    #homepage #trombosedienst-zoeken .item {
      background: #24a5de;
      color: #ffffff;
      line-height: 60px; }
      #homepage #trombosedienst-zoeken .item #mijn-locatie,
      #homepage #trombosedienst-zoeken .item #mijn-locatie-mobiel {
        padding: 0 30px;
        line-height: inherit;
        background: #1a96d1;
        text-align: center;
        cursor: pointer; }
        #homepage #trombosedienst-zoeken .item #mijn-locatie:after,
        #homepage #trombosedienst-zoeken .item #mijn-locatie-mobiel:after {
          font-family: fontawesome;
          content: '\f041';
          margin-left: 10px; }
      #homepage #trombosedienst-zoeken .item #mijn-locatie-mobiel {
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        width: 38px;
        text-align: center;
        display: block;
        background: #4eb7e4; }
        #homepage #trombosedienst-zoeken .item #mijn-locatie-mobiel:after {
          margin-left: 0px;
          font-size: 14px; }
      #homepage #trombosedienst-zoeken .item #zoek-locatie {
        line-height: inherit;
        background: #24a5de;
        font-weight: 800; }
      #homepage #trombosedienst-zoeken .item #form-locatie form label {
        display: none; }
      #homepage #trombosedienst-zoeken .item #form-locatie form .form-group {
        margin: 0; }
        #homepage #trombosedienst-zoeken .item #form-locatie form .form-group input {
          width: 100%;
          background: #4eb7e4;
          height: 60px;
          line-height: inherit;
          border-radius: 0px;
          border: none;
          padding: 0 70px 0 15px;
          color: #ffffff;
          font-size: 20px;
          box-shadow: none; }
      #homepage #trombosedienst-zoeken .item #form-locatie form button {
        position: absolute;
        top: 0;
        right: 15px;
        border: none;
        padding: 0;
        width: 60px;
        height: 60px;
        font-family: fontawesome;
        content: '\f002';
        font-size: 16px;
        color: #ffffff;
        background: #1a96d1;
        border-radius: 0px;
        box-shadow: none; }
  #homepage #content {
    margin-bottom: 60px; }
    #homepage #content img {
      border: none; }
    #homepage #content #agenda {
      margin-top: 20px;
      border: none;
      text-align: left; }
      #homepage #content #agenda .agenda .date {
        float: left;
        background: #dfdfdf;
        color: inherit;
        text-align: center;
        width: 50px;
        padding: 10px 0;
        margin: 5px 20px 10px 0;
        font-size: 12px;
        line-height: 1.1em;
        color: #000; }
      #homepage #content #agenda .agenda h3 {
        color: #e00916; }
  #homepage #content-blocks .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column; }
  #homepage #content-blocks .item {
    height: auto;
    margin-bottom: 30px; }
    #homepage #content-blocks .item > div {
      height: 100%; }
    #homepage #content-blocks .item .banner.img-banner > div {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      #homepage #content-blocks .item .banner.img-banner > div .top {
        padding: 15px 15px 0 15px; }
        #homepage #content-blocks .item .banner.img-banner > div .top h2 {
          position: relative;
          margin-bottom: 0; }
      #homepage #content-blocks .item .banner.img-banner > div .bottom {
        padding: 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px; }
        #homepage #content-blocks .item .banner.img-banner > div .bottom .img-link {
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          border: 1px solid #DFDFDF;
          position: relative;
          display: inline-block; }
          #homepage #content-blocks .item .banner.img-banner > div .bottom .img-link i {
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%); }
          #homepage #content-blocks .item .banner.img-banner > div .bottom .img-link:first-of-type {
            background-color: #d72b22; }
            #homepage #content-blocks .item .banner.img-banner > div .bottom .img-link:first-of-type i {
              color: white; }
          #homepage #content-blocks .item .banner.img-banner > div .bottom .img-link:last-of-type img {
            padding: 10px; }
          #homepage #content-blocks .item .banner.img-banner > div .bottom .img-link img {
            width: 80%; }
    #homepage #content-blocks .item .banner figure {
      position: absolute;
      width: 100%;
      bottom: 0; }
      #homepage #content-blocks .item .banner figure .img-responsive {
        max-width: auto;
        width: 100%; }
    #homepage #content-blocks .item .banner#nieuws, #homepage #content-blocks .item .banner#agenda {
      padding: 15px 30px 60px 30px;
      border: none; }
      #homepage #content-blocks .item .banner#nieuws h2, #homepage #content-blocks .item .banner#agenda h2 {
        text-align: center;
        position: relative;
        margin-bottom: 30px; }
      #homepage #content-blocks .item .banner#nieuws p.text-center, #homepage #content-blocks .item .banner#agenda p.text-center {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%; }
    #homepage #content-blocks .item .banner#nieuws {
      background: #e00916;
      color: #4eb7e4; }
      #homepage #content-blocks .item .banner#nieuws h2 {
        margin-bottom: 0;
        color: #ffffff; }
        #homepage #content-blocks .item .banner#nieuws h2 a {
          color: #ffffff; }
      #homepage #content-blocks .item .banner#nieuws .news {
        font-size: 17px;
        line-height: 24px;
        padding: 15px 0; }
        #homepage #content-blocks .item .banner#nieuws .news h3,
        #homepage #content-blocks .item .banner#nieuws .news p {
          color: #ffffff;
          margin: 0;
          padding: 0; }
          #homepage #content-blocks .item .banner#nieuws .news h3 a,
          #homepage #content-blocks .item .banner#nieuws .news p a {
            color: inherit;
            border-bottom: 1px solid #ffffff; }
        #homepage #content-blocks .item .banner#nieuws .news:last-of-type {
          margin-bottom: 45px; }
    #homepage #content-blocks .item .banner#agenda {
      padding: 15px 30px;
      background: #ffffff; }
      #homepage #content-blocks .item .banner#agenda h2 {
        color: #24a5de;
        margin-bottom: 0; }
      #homepage #content-blocks .item .banner#agenda .agenda {
        font-size: 17px;
        line-height: 24px;
        padding: 15px 0;
        border-bottom: 1px solid #dfdfdf; }
        #homepage #content-blocks .item .banner#agenda .agenda a {
          color: #704f4f; }
          #homepage #content-blocks .item .banner#agenda .agenda a .date {
            float: left;
            background: #e3e3e3;
            color: inherit;
            text-align: center;
            width: 50px;
            padding: 10px 0;
            margin: 5px 20px 10px 0;
            font-size: 12px;
            line-height: 1.1em; }
          #homepage #content-blocks .item .banner#agenda .agenda a h3 {
            color: #e00916; }
          #homepage #content-blocks .item .banner#agenda .agenda a h3,
          #homepage #content-blocks .item .banner#agenda .agenda a p {
            margin: 0;
            padding: 0; }
            #homepage #content-blocks .item .banner#agenda .agenda a h3 a,
            #homepage #content-blocks .item .banner#agenda .agenda a p a {
              color: inherit;
              border-bottom: 1px solid #ffffff; }
          #homepage #content-blocks .item .banner#agenda .agenda a:after {
            content: "";
            display: table;
            clear: both; }
        #homepage #content-blocks .item .banner#agenda .agenda:hover {
          background: #f9f9f9; }
        #homepage #content-blocks .item .banner#agenda .agenda:last-of-type {
          margin-bottom: 45px; }
    #homepage #content-blocks .item .banner#updates {
      position: relative;
      padding: 15px;
      border: none;
      background: #4eb7e4; }
      #homepage #content-blocks .item .banner#updates h2 {
        text-align: center; }
        #homepage #content-blocks .item .banner#updates h2 a {
          color: #fff; }
      #homepage #content-blocks .item .banner#updates .update {
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
        color: #fff;
        overflow: hidden;
        font-size: 17px;
        line-height: 24px; }
        #homepage #content-blocks .item .banner#updates .update .date {
          float: left;
          background: #fff;
          color: inherit;
          text-align: center;
          width: 50px;
          padding: 10px 0;
          margin: 5px 20px 10px 0;
          font-size: 12px;
          line-height: 1.1em;
          color: #4eb7e4; }
        #homepage #content-blocks .item .banner#updates .update:after {
          content: ' ';
          position: absolute;
          height: 1px;
          width: calc(100% - 30px);
          left: 15px;
          bottom: 0;
          background: #fff; }
        #homepage #content-blocks .item .banner#updates .update:last-of-type {
          padding-bottom: 0;
          margin-bottom: 0; }
          #homepage #content-blocks .item .banner#updates .update:last-of-type:after {
            display: none; }
      #homepage #content-blocks .item .banner#updates .button {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap; }

@media (min-width: 768px) {
  #homepage #content-blocks .row {
    -ms-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 1440px) {
  #homepage #content-blocks .item #agenda.banner .agenda {
    margin: 0 -30px; } }

@media (max-width: 1440px) {
  #homepage #trombosedienst-zoeken .container-fluid {
    padding: 0; }
  #homepage #trombosedienst-zoeken .row:first-of-type {
    margin: 0; }
  #homepage #trombosedienst-zoeken div[class^='col-'] {
    padding-left: 0;
    padding-right: 0; }
  #homepage #trombosedienst-zoeken .item #form-locatie form button {
    right: 0px; }
  #homepage #trombosedienst-zoeken .item #zoek-locatie {
    padding: 0 30px; }
  #homepage #content-blocks .item #agenda.banner {
    padding-left: 0;
    padding-right: 0; }
  #homepage #content-blocks .item .banner a h2 {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
    padding: 15px 60px 45px 15px; } }

@media (min-width: 768px) and (max-width: 1440px) {
  #homepage #content-blocks .banner {
    min-height: 400px; } }

@media (max-width: 768px) {
  #homepage #trombosedienst-zoeken {
    margin-bottom: 30px; }
    #homepage #trombosedienst-zoeken .item #zoek-locatie {
      text-align: center;
      padding: 25px 0;
      line-height: 1.1em; }
    #homepage #trombosedienst-zoeken .item #form-locatie form .form-group input {
      padding: 0 70px 0 50px;
      font-size: 16px;
      border-radius: 0px; }
  #homepage #content-blocks .item #nieuws.banner {
    min-height: auto; }
    #homepage #content-blocks .item #nieuws.banner h2 {
      font-size: 20px; }
  #homepage #content-blocks .item #nieuws.banner h2,
  #homepage #content-blocks .item #agenda.banner h2 {
    margin-bottom: 15px; }
  #homepage #content-blocks .item #nieuws.banner .news:last-of-type,
  #homepage #content-blocks .item #nieuws.banner .agenda:last-of-type,
  #homepage #content-blocks .item #agenda.banner .news:last-of-type,
  #homepage #content-blocks .item #agenda.banner .agenda:last-of-type {
    margin-bottom: 15px; } }

#offices #content #map-holder {
  position: relative; }
  #offices #content #map-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #eee;
    z-index: 2; }
    #offices #content #map-holder .overlay .text {
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      transform: translateY(-50%); }
      #offices #content #map-holder .overlay .text i {
        display: block;
        color: #24a5de;
        font-size: 50px;
        margin-bottom: 20px; }
      #offices #content #map-holder .overlay .text.no-results, #offices #content #map-holder .overlay .text.error {
        display: none; }
        #offices #content #map-holder .overlay .text.no-results .form, #offices #content #map-holder .overlay .text.error .form {
          width: 400px;
          margin: 0 auto;
          text-align: center; }
          #offices #content #map-holder .overlay .text.no-results .form input, #offices #content #map-holder .overlay .text.no-results .form button, #offices #content #map-holder .overlay .text.error .form input, #offices #content #map-holder .overlay .text.error .form button {
            box-shadow: none;
            border: none;
            border-bottom: 2px solid #24a5de; }
          #offices #content #map-holder .overlay .text.no-results .form input, #offices #content #map-holder .overlay .text.error .form input {
            position: relative;
            z-index: 10;
            width: 100%;
            border-radius: 0px;
            background: #ffffff;
            color: #24a5de;
            font-family: "Raleway", sans-serif;
            font-size: 20px;
            display: inline-block;
            height: auto;
            width: 60%;
            border-right: 1px solid #24a5de; }
            #offices #content #map-holder .overlay .text.no-results .form input::-webkit-input-placeholder, #offices #content #map-holder .overlay .text.error .form input::-webkit-input-placeholder {
              color: #4eb7e4; }
          #offices #content #map-holder .overlay .text.no-results .form select, #offices #content #map-holder .overlay .text.error .form select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            color: #24a5de;
            box-shadow: none;
            border: none;
            border-radius: 0;
            border-bottom: 2px solid #24a5de;
            font-size: 20px;
            height: auto;
            width: 30%; }
          #offices #content #map-holder .overlay .text.no-results .form button, #offices #content #map-holder .overlay .text.error .form button {
            position: relative;
            z-index: 11;
            cursor: pointer;
            font-family: "Raleway", sans-serif;
            font-size: 20px;
            background: #24a5de;
            color: #ffffff;
            width: 10%;
            height: 42px; }
            #offices #content #map-holder .overlay .text.no-results .form button #loader, #offices #content #map-holder .overlay .text.error .form button #loader {
              position: absolute;
              left: 8px;
              top: 8px;
              height: 25px;
              width: 25px;
              line-height: 25px;
              text-align: center;
              background: #24a5de; }
          #offices #content #map-holder .overlay .text.no-results .form input,
          #offices #content #map-holder .overlay .text.no-results .form select,
          #offices #content #map-holder .overlay .text.no-results .form button, #offices #content #map-holder .overlay .text.error .form input,
          #offices #content #map-holder .overlay .text.error .form select,
          #offices #content #map-holder .overlay .text.error .form button {
            display: inline-block;
            float: left; }
      #offices #content #map-holder .overlay .text.error .form {
        width: 300px; }
        #offices #content #map-holder .overlay .text.error .form input {
          width: 80%; }
        #offices #content #map-holder .overlay .text.error .form button {
          width: 20%; }
  #offices #content #map-holder #aside {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    padding: 0;
    height: calc(100% - 40px); }
    #offices #content #map-holder #aside #search {
      position: relative;
      display: block; }
      #offices #content #map-holder #aside #search input, #offices #content #map-holder #aside #search button {
        box-shadow: none;
        border: none;
        border-bottom: 2px solid #24a5de; }
      #offices #content #map-holder #aside #search input {
        position: relative;
        z-index: 10;
        width: 100%;
        border-radius: 0px;
        background: #ffffff;
        color: #24a5de;
        padding: 15px 70px 15px 15px;
        font-family: "Raleway", sans-serif;
        font-size: 20px; }
        #offices #content #map-holder #aside #search input::-webkit-input-placeholder {
          color: #4eb7e4; }
      #offices #content #map-holder #aside #search button {
        position: absolute;
        z-index: 11;
        right: 0;
        top: 0;
        cursor: pointer;
        padding: 15px;
        font-family: "Raleway", sans-serif;
        font-size: 20px;
        background: #24a5de;
        color: #ffffff; }
        #offices #content #map-holder #aside #search button #loader {
          position: absolute;
          left: 10px;
          top: 12px;
          height: 30px;
          width: 30px;
          line-height: 30px;
          text-align: center;
          background: #24a5de; }
    #offices #content #map-holder #aside #my-location {
      display: block;
      cursor: pointer;
      color: #24a5de;
      padding: 0 15px;
      height: 52px;
      line-height: 52px;
      background: #fff; }
      #offices #content #map-holder #aside #my-location .fa {
        margin-left: 15px;
        color: #e00916; }
      #offices #content #map-holder #aside #my-location:hover .fa {
        color: #24a5de; }
    #offices #content #map-holder #aside #diensten-lijst {
      position: relative;
      margin-top: 10px;
      max-height: calc(100% - 116px);
      overflow-y: scroll;
      background: #fff; }
      #offices #content #map-holder #aside #diensten-lijst .dienst {
        border-top: 1px solid #dfdfdf;
        padding: 15px;
        cursor: pointer; }
        #offices #content #map-holder #aside #diensten-lijst .dienst h3, #offices #content #map-holder #aside #diensten-lijst .dienst p {
          font-size: 12px !important;
          line-height: 16px;
          margin: 0; }
        #offices #content #map-holder #aside #diensten-lijst .dienst h3 span {
          color: #e00916; }
        #offices #content #map-holder #aside #diensten-lijst .dienst p {
          font-size: 16px; }
          #offices #content #map-holder #aside #diensten-lijst .dienst p.tel, #offices #content #map-holder #aside #diensten-lijst .dienst p.email, #offices #content #map-holder #aside #diensten-lijst .dienst p.geaccrediteerd {
            padding-top: 10px; }
          #offices #content #map-holder #aside #diensten-lijst .dienst p.geaccrediteerd {
            font-size: 16px; }
        #offices #content #map-holder #aside #diensten-lijst .dienst ul {
          padding: 15px 0 0 0;
          margin: 0; }
          #offices #content #map-holder #aside #diensten-lijst .dienst ul li {
            font-size: 16px; }
        #offices #content #map-holder #aside #diensten-lijst .dienst:first-of-type {
          border: none; }
        #offices #content #map-holder #aside #diensten-lijst .dienst:hover {
          background: #f9f9f9; }
  #offices #content #map-holder #map {
    height: 80vh;
    width: 100%; }
    #offices #content #map-holder #map .infobubble img {
      width: 30px;
      height: auto; }
    #offices #content #map-holder #map .infobubble .inner {
      position: relative;
      padding: 30px; }
      #offices #content #map-holder #map .infobubble .inner h2, #offices #content #map-holder #map .infobubble .inner h3, #offices #content #map-holder #map .infobubble .inner p {
        font-size: 14px;
        margin: 0;
        padding: 0; }
      #offices #content #map-holder #map .infobubble .inner h2 {
        font-size: 16px;
        margin-bottom: 5px;
        padding-right: 15px; }
      #offices #content #map-holder #map .infobubble .inner h3 span {
        color: #e00916; }
      #offices #content #map-holder #map .infobubble .inner p.tel, #offices #content #map-holder #map .infobubble .inner p.email, #offices #content #map-holder #map .infobubble .inner p.geaccrediteerd {
        padding-top: 10px; }

@media (max-width: 768px) {
  #offices #content #aside #overviewItems {
    height: auto; }
  #offices #content #aside #overviewItems .item {
    cursor: default; }
    #offices #content #aside #overviewItems .item:hover {
      background: none; } }

@media (min-width: 768px) {
  #offices #content .inner #aside {
    width: 300px; } }

#cumarine-interacties #content #curamines-search .row:first-of-type {
  margin: 0;
  padding: 0; }
  #cumarine-interacties #content #curamines-search .row:first-of-type div[class^="col-"] {
    padding: 0;
    margin: 0; }

#cumarine-interacties #content #curamines-search ul#alphabet {
  background: #24a5de;
  margin: 0;
  padding: 10px 30px;
  min-height: 60px; }
  #cumarine-interacties #content #curamines-search ul#alphabet li {
    display: inline-block;
    margin: 0;
    padding: 10px 2.5px 9px 2.5px;
    line-height: normal; }
    #cumarine-interacties #content #curamines-search ul#alphabet li a {
      display: block;
      color: #ffffff;
      border-bottom: 1px solid #24a5de;
      font-weight: 800;
      font-size: 16px; }
      #cumarine-interacties #content #curamines-search ul#alphabet li a:hover, #cumarine-interacties #content #curamines-search ul#alphabet li a.active {
        border-bottom: 1px solid #ffffff;
        color: #ffffff; }
    #cumarine-interacties #content #curamines-search ul#alphabet li:after, #cumarine-interacties #content #curamines-search ul#alphabet li:before {
      display: none; }

#cumarine-interacties #content #curamines-search form {
  position: realtive;
  background: #4eb7e4; }
  #cumarine-interacties #content #curamines-search form label {
    display: none; }
  #cumarine-interacties #content #curamines-search form input {
    background: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0 75px 0 15px;
    font-family: "Raleway", sans-serif;
    color: #ffffff;
    background: #4eb7e4;
    font-size: 20px;
    border: none;
    border-radius: 0;
    box-shadow: none; }
  #cumarine-interacties #content #curamines-search form button {
    position: absolute;
    right: 0px;
    top: 0;
    width: 60px;
    height: 60px;
    padding: 0;
    background: #24a5de;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    font-size: 16px; }

#cumarine-interacties #content ul#curamines {
  margin: 0;
  padding: 30px;
  background: #e9f6fc; }
  #cumarine-interacties #content ul#curamines li {
    margin: 0;
    padding: 15px 85px 15px 15px;
    position: relative; }
    #cumarine-interacties #content ul#curamines li a {
      border: none;
      color: #704f4f;
      display: block; }
      #cumarine-interacties #content ul#curamines li a span.download {
        position: absolute;
        right: 15px;
        top: 15px;
        color: #24a5de; }
    #cumarine-interacties #content ul#curamines li:before, #cumarine-interacties #content ul#curamines li:after {
      display: none; }
    #cumarine-interacties #content ul#curamines li:nth-child(odd) {
      background: #ffffff; }
    #cumarine-interacties #content ul#curamines li:hover {
      background: #e00916; }
      #cumarine-interacties #content ul#curamines li:hover a, #cumarine-interacties #content ul#curamines li:hover a span.download {
        color: #ffffff; }

#cumarine-interacties #content .disclaimer {
  border-top: 2px solid #ffffff;
  padding: 30px;
  background: #e9f6fc;
  margin: 0 0 15px 0; }
  #cumarine-interacties #content .disclaimer h3, #cumarine-interacties #content .disclaimer p, #cumarine-interacties #content .disclaimer ul, #cumarine-interacties #content .disclaimer ul li {
    font-size: 14px;
    line-height: 2em;
    margin: 0;
    padding: 0; }
  #cumarine-interacties #content .disclaimer ul li {
    padding-left: 20px; }
    #cumarine-interacties #content .disclaimer ul li:before {
      color: #704f4f;
      font-size: 8px; }

#cumarine-interacties #content #aside {
  text-align: right; }
  #cumarine-interacties #content #aside ul {
    display: inline-block; }
    #cumarine-interacties #content #aside ul li {
      padding: 0;
      margin: 0 0 10px 0;
      background: #e00916;
      text-align: left; }
      #cumarine-interacties #content #aside ul li a {
        padding: 15px;
        color: #ffffff;
        border: none;
        display: block; }
      #cumarine-interacties #content #aside ul li:before, #cumarine-interacties #content #aside ul li:after {
        display: none; }
      #cumarine-interacties #content #aside ul li:hover {
        background: #e84750; }

@media (max-width: 992px) {
  #cumarine-interacties #content #aside ul li {
    font-size: 14px; } }

@media (max-width: 992px) {
  #cumarine-interacties #content #aside {
    text-align: left; }
  #cumarine-interacties #content #curamines-search ul#alphabet {
    border-bottom: 2px solid #ffffff; } }

#page-search #content .search-block {
  padding: 15px 0; }
  #page-search #content .search-block article {
    padding: 0 0 15px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #dfdfdf; }
    #page-search #content .search-block article h3 {
      font-weight: bold; }
    #page-search #content .search-block article p {
      font-weight: normal; }
    #page-search #content .search-block article:last-of-type {
      margin-bottom: 0px;
      border-bottom: none; }

#page-secured #content #aside ul li {
  background: #e00916;
  margin: 0 0 5px 0;
  padding: 5px 10px;
  font-size: 16px; }
  #page-secured #content #aside ul li a {
    color: #ffffff;
    border: 0px;
    display: block; }
  #page-secured #content #aside ul li:first-of-type {
    margin-bottom: 15px; }
  #page-secured #content #aside ul li:hover {
    background: #e63a45; }
  #page-secured #content #aside ul li.active {
    background: #24a5de; }
  #page-secured #content #aside ul li:before, #page-secured #content #aside ul li:after {
    display: none; }

@media (max-width: 768px) {
  #page-secured #content #aside ul li {
    padding: 15px 10px; } }

#page-trombosediensten #partial-searchtrombosediensten h2, #page-trombosediensten #partial-searchtrombosediensten #mijn-locatie {
  display: none; }

#page-trombosediensten .trombosedienst {
  padding: 15px; }
  #page-trombosediensten .trombosedienst h2 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 20px; }
  #page-trombosediensten .trombosedienst h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400; }
  #page-trombosediensten .trombosedienst h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400; }
  #page-trombosediensten .trombosedienst p {
    margin: 0 0 5px 0;
    padding: 0; }
    #page-trombosediensten .trombosedienst p.geaccrediteerd {
      font-style: italic; }
  #page-trombosediensten .trombosedienst:nth-child(odd) {
    background: #f9f9f9; }

#page-trombosediensten .list strong {
  font-size: 18px; }

#nascholing h1 {
  font-size: 40px; }

#nascholing small.form-small {
  display: block;
  margin-left: 30%;
  width: 70%;
  margin-bottom: 20px; }

#nascholing .form-group {
  margin-bottom: 0;
  margin-top: 15px; }
  #nascholing .form-group div label {
    margin-bottom: 0; }
  #nascholing .form-group div .checkbox {
    width: 100%; }
    #nascholing .form-group div .checkbox label {
      width: 100%; }
      #nascholing .form-group div .checkbox label input {
        width: initial;
        margin: 7px 10px 0 0;
        float: left; }

.cursuskalender .wrapper {
  padding: 40px 0; }

.cursuskalender h2 {
  color: #1A96D1; }

.cursuskalender h4 {
  color: #4C565C; }

.cursuskalender #filters .filters {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cursuskalender #filters .filters .filter {
    padding: 10px;
    background-color: #1A96D1;
    color: #fff;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: bold; }
    .cursuskalender #filters .filters .filter:hover {
      background: #1475a4; }

.cursuskalender #filters .reset {
  font-size: 16px;
  text-decoration: underline;
  color: #e00916; }

.cursuskalender #overview {
  background-color: #F5F5F5; }
  .cursuskalender #overview .courses .course {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 15px 0;
    text-align: center; }
    .cursuskalender #overview .courses .course .part:not(:last-child) {
      border-bottom: 1px solid #DEDEDE; }
    .cursuskalender #overview .courses .course .part {
      position: relative;
      padding: 10px 20px;
      font-size: 14px; }
      .cursuskalender #overview .courses .course .part:last-child {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 15px;
        -ms-flex-direction: column;
        flex-direction: column; }
      .cursuskalender #overview .courses .course .part .availability {
        color: #4C565C;
        font-size: 14px;
        margin: 0 auto 10px auto;
        font-style: italic;
        width: -webkit-max-content;
        width: max-content;
        position: absolute;
        bottom: 130px;
        left: 50%;
        transform: translateX(-50%); }
      .cursuskalender #overview .courses .course .part ul {
        list-style: none;
        padding: 0;
        text-align: left; }
        .cursuskalender #overview .courses .course .part ul li {
          position: relative;
          padding-left: 20px; }
          .cursuskalender #overview .courses .course .part ul li::before {
            content: '\2713';
            position: absolute;
            left: 0;
            color: #1A96D1; }
      .cursuskalender #overview .courses .course .part .buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        width: 100%; }
        .cursuskalender #overview .courses .course .part .buttons .button {
          width: 100%;
          padding: 10px 20px; }
    .cursuskalender #overview .courses .course h2 {
      margin-bottom: 10px; }
    .cursuskalender #overview .courses .course h3 {
      margin-bottom: 15px;
      color: #e00916; }
    .cursuskalender #overview .courses .course p {
      font-size: 14px; }
    .cursuskalender #overview .courses .course .full {
      background-color: #4C565C;
      border-radius: 3px;
      color: #fff;
      font-size: 14px;
      padding: 5px 8px;
      margin-left: 10px; }

.inschrijven blockquote {
  background-color: rgba(26, 150, 209, 0.15);
  margin: 0 0 20px 0;
  padding: 15px;
  width: -webkit-max-content;
  width: max-content; }

.inschrijven h2 {
  color: #1A96D1; }

.inschrijven h3 {
  color: #1A96D1;
  margin-bottom: 20px; }

.inschrijven p {
  color: #705050; }

.inschrijven table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px; }
  .inschrijven table tr td:first-of-type {
    font-weight: bold; }

.inschrijven .document-link {
  color: #705050; }
  .inschrijven .document-link span {
    text-decoration: underline; }
  .inschrijven .document-link:after {
    font-family: fontawesome;
    content: '\f1c1';
    margin-left: 10px;
    color: #1A96D1; }

.inschrijven .block {
  background-color: rgba(26, 150, 209, 0.1);
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
  max-width: calc(100vw - 30px); }
  .inschrijven .block .ideal {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    height: 80px;
    width: auto; }

.inschrijven .badge {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 5px 7px;
  background-color: #1A96D1;
  border-radius: 3px;
  width: -webkit-max-content !important;
  width: max-content !important;
  margin-left: 20px !important; }
  .inschrijven .badge.badge-danger {
    background-color: #E00916;
    text-transform: uppercase; }

.inschrijven form .radio {
  display: -ms-flexbox;
  display: flex;
  gap: 20px; }
  .inschrijven form .radio.column {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px; }
  .inschrijven form .radio label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: start;
    width: -webkit-max-content !important;
    width: max-content !important;
    -ms-flex-direction: column;
    flex-direction: column; }
    .inschrijven form .radio label input {
      margin-top: 4px !important;
      height: 16px !important;
      width: 16px !important;
      min-width: 16px !important;
      min-height: 16px !important; }
    .inschrijven form .radio label .name {
      font-size: 14px; }

.inschrijven form .form-group .g-recaptcha {
  display: inline-block;
  position: relative;
  z-index: 40; }

.inschrijven form .form-group input[type="submit"] {
  background: #24a5de;
  color: #ffffff;
  margin: 0 !important;
  padding: 15px 5px;
  width: -webkit-max-content !important;
  width: max-content !important;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  border: none; }
  .inschrijven form .form-group input[type="submit"]:hover {
    background: #1b85b4; }

.inschrijven form .form-group:after {
  content: "";
  display: table;
  clear: both; }

.inschrijven form .form-group .g-recaptcha:last-of-type div {
  margin-left: 0px; }

.inschrijven form .help-block {
  position: relative;
  z-index: 21;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #f2dede;
  color: #a94442;
  width: 100%;
  margin: -5px 0 0 0;
  padding: 10px;
  font-size: 14px;
  z-index: -1; }

.inschrijven form .captcha .help-block {
  position: relative;
  z-index: 30;
  width: 302px;
  margin-left: 25%; }

.inschrijven .workshop-round {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px; }
  .inschrijven .workshop-round h3 {
    color: #705050;
    font-weight: bold;
    margin-bottom: 0; }
  .inschrijven .workshop-round .form-group {
    margin-bottom: 0; }

@media (min-width: 992px) {
  .inschrijven blockquote {
    background-color: rgba(26, 150, 209, 0.15);
    margin: 0 0 20px 0;
    padding: 30px;
    width: -webkit-max-content;
    width: max-content; }
  .inschrijven .block {
    padding: 30px; }
    .inschrijven .block .ideal {
      height: 150px;
      width: auto; }
  .inschrijven .badge {
    margin-left: 30px !important; }
  .inschrijven form .form-group label:not(.radio label) {
    float: left;
    width: 25%;
    padding: 10px 0;
    font-weight: 400; }
  .inschrijven form .form-group label {
    float: none;
    width: 100%;
    padding: 5px 0; }
  .inschrijven form .form-group div {
    float: none;
    width: 100%; }
    .inschrijven form .form-group div input, .inschrijven form .form-group div textarea, .inschrijven form .form-group div select {
      padding: 5px 20px; }
  .inschrijven form .form-group div:not(.radio) {
    float: left;
    width: 75%; }
    .inschrijven form .form-group div:not(.radio) input, .inschrijven form .form-group div:not(.radio) textarea, .inschrijven form .form-group div:not(.radio) select {
      position: relative;
      z-index: 20;
      display: inline-block;
      border: 1px solid #4eb7e4;
      border-radius: 4px;
      display: block;
      font-size: 18px;
      margin: 0 auto;
      padding: 10px 20px;
      width: 100%;
      height: auto;
      font-family: "Raleway", sans-serif;
      font-weight: 400;
      border-radius: 5px; }
    .inschrijven form .form-group div:not(.radio) textarea {
      height: 150px; }
  .inschrijven form .form-group:last-of-type div {
    margin-left: 0; }
  .inschrijven form .captcha .help-block {
    margin-top: -10px;
    margin-left: 0px; }
  .inschrijven form .radio.column {
    gap: 0; }
  .inschrijven form .radio label {
    gap: 10px;
    -ms-flex-direction: row;
    flex-direction: row; }
    .inschrijven form .radio label input {
      margin-top: 4px !important;
      accent-color: #1A96D1;
      height: 20px !important;
      width: 20px !important;
      min-width: 20px !important;
      min-height: 20px !important; }
    .inschrijven form .radio label .name {
      font-size: 18px; }
  .cursuskalender .wrapper {
    padding: 60px 0; }
  .cursuskalender h4 {
    margin-bottom: 30px; }
  .cursuskalender #filters .filters {
    gap: 20px; }
    .cursuskalender #filters .filters .filter {
      margin-bottom: 0;
      font-size: 20px;
      padding: 15px; }
  .cursuskalender #filters p {
    font-size: 18px;
    margin-bottom: 40px; }
  .cursuskalender #overview .courses .course {
    height: 100%; }
    .cursuskalender #overview .courses .course .part {
      padding: 15px 30px;
      font-size: 16px; }
      .cursuskalender #overview .courses .course .part:last-child {
        -ms-flex-align: end;
        align-items: end;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 30px 30px 15px 30px; }
      .cursuskalender #overview .courses .course .part .availability {
        bottom: 70px; }
      .cursuskalender #overview .courses .course .part .buttons .button {
        padding: 15px 30px; }
    .cursuskalender #overview .courses .course h3 {
      margin-bottom: 30px;
      font-size: 20px; }
    .cursuskalender #overview .courses .course p {
      font-size: 16px; } }

#content.updates table {
  width: 100%;
  font-size: 18px; }
  #content.updates table tr:nth-child(even) {
    background: #f5f5f5; }
  #content.updates table tr td,
  #content.updates table tr th {
    text-align: left;
    padding: 10px 10px; }
    #content.updates table tr td:first-child,
    #content.updates table tr th:first-child {
      width: 10%; }
    #content.updates table tr td:nth-child(2),
    #content.updates table tr th:nth-child(2) {
      width: 75%; }
    #content.updates table tr td:nth-child(3),
    #content.updates table tr th:nth-child(3) {
      width: 10%; }
    #content.updates table tr td:last-child,
    #content.updates table tr th:last-child {
      width: 5%;
      text-align: center; }
      #content.updates table tr td:last-child a,
      #content.updates table tr th:last-child a {
        color: #4eb7e4; }
      #content.updates table tr td:last-child .info,
      #content.updates table tr th:last-child .info {
        position: relative; }
        #content.updates table tr td:last-child .info .fa,
        #content.updates table tr th:last-child .info .fa {
          color: #4eb7e4;
          cursor: pointer; }
        #content.updates table tr td:last-child .info .pop-up,
        #content.updates table tr th:last-child .info .pop-up {
          position: absolute;
          top: 0;
          right: 100%;
          max-width: calc(100vw - 30px);
          padding: 15px;
          border-radius: 5px;
          background: #fff;
          min-width: 300px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          text-align: left;
          transition: all 300ms ease;
          visibility: hidden;
          opacity: 0; }
        #content.updates table tr td:last-child .info:hover .pop-up,
        #content.updates table tr th:last-child .info:hover .pop-up {
          visibility: visible;
          opacity: 1; }
  #content.updates table tbody tr {
    transition: all 300ms ease; }
    #content.updates table tbody tr.clickable {
      cursor: pointer; }
    #content.updates table tbody tr:hover {
      background: #e3e3e3; }

.offices .btn {
  padding: 10px 20px;
  font-size: 16px;
  background: #24a5de;
  color: #ffffff;
  border: none; }
  .offices .btn .fa {
    margin-right: 5px; }
  .offices .btn:hover {
    background: #704f4f; }

.offices .offices-overview .row {
  font-size: 20px;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .offices .offices-overview .row:nth-child(odd) {
    background: #F5F5F5; }
  .offices .offices-overview .row:hover {
    background: #24a5de;
    color: #ffffff; }
    .offices .offices-overview .row:hover a {
      color: #ffffff; }
  .offices .offices-overview .row a {
    margin-left: 10px; }

.office .form-horizontal .control-label {
  text-align: left;
  font-size: 20px; }

.office .btn-primary {
  padding: 10px 20px;
  font-size: 16px; }

/*# sourceMappingURL=app.css.map */
