/**
 * The 7-1 pattern
 * @see https://sass-guidelin.es/#the-7-1-pattern
 */
/**
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.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: 1200px) {
  .container {
    width: 1170px;
  }
}

.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.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

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

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

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

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

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

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

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

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

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

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

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

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

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

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

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

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

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

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

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

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

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .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.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

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

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

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

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

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

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

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

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

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

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

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

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

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

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

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

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

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

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

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

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

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

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

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

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

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

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

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

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

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

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

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

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

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

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

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

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .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, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

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

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  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.33333;
}

.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-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-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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .wpcf7 label.screen-reader-response ~ .form-control-feedback, .wpcf7 .has-feedback label.screen-reader-response ~ .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;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.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;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.embed-responsive-3by2 {
  padding-bottom: 66.66667%;
}

@-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: 1199px) {
  .visible-md {
    display: block !important;
  }

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

  tr.visible-md {
    display: table-row !important;
  }

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

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

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

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

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

  tr.visible-lg {
    display: table-row !important;
  }

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

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

  tr.visible-print {
    display: table-row !important;
  }

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
html:not(.is-ie) .row.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
html:not(.is-ie) .row.flex .col-sm-1,
html:not(.is-ie) .row.flex .col-md-1,
html:not(.is-ie) .row.flex .col-lg-1 {
  width: 100%;
}
html:not(.is-ie) .row.flex .col-sm-2,
html:not(.is-ie) .row.flex .col-md-2,
html:not(.is-ie) .row.flex .col-lg-2 {
  width: 100%;
}
html:not(.is-ie) .row.flex .col-sm-3,
html:not(.is-ie) .row.flex .col-md-3,
html:not(.is-ie) .row.flex .col-lg-3 {
  width: 100%;
}
html:not(.is-ie) .row.flex .col-sm-4,
html:not(.is-ie) .row.flex .col-md-4,
html:not(.is-ie) .row.flex .col-lg-4 {
  width: 100%;
}
html:not(.is-ie) .row.flex .col-sm-5,
html:not(.is-ie) .row.flex .col-md-5,
html:not(.is-ie) .row.flex .col-lg-5 {
  width: 100%;
}
html:not(.is-ie) .row.flex .col-sm-6,
html:not(.is-ie) .row.flex .col-md-6,
html:not(.is-ie) .row.flex .col-lg-6 {
  width: 100%;
}
html:not(.is-ie) .row.flex .col-sm-7,
html:not(.is-ie) .row.flex .col-md-7,
html:not(.is-ie) .row.flex .col-lg-7 {
  width: 100%;
}
html:not(.is-ie) .row.flex .col-sm-8,
html:not(.is-ie) .row.flex .col-md-8,
html:not(.is-ie) .row.flex .col-lg-8 {
  width: 100%;
}
html:not(.is-ie) .row.flex .col-sm-9,
html:not(.is-ie) .row.flex .col-md-9,
html:not(.is-ie) .row.flex .col-lg-9 {
  width: 100%;
}
html:not(.is-ie) .row.flex .col-sm-10,
html:not(.is-ie) .row.flex .col-md-10,
html:not(.is-ie) .row.flex .col-lg-10 {
  width: 100%;
}
html:not(.is-ie) .row.flex .col-sm-11,
html:not(.is-ie) .row.flex .col-md-11,
html:not(.is-ie) .row.flex .col-lg-11 {
  width: 100%;
}
html:not(.is-ie) .row.flex .col-sm-12,
html:not(.is-ie) .row.flex .col-md-12,
html:not(.is-ie) .row.flex .col-lg-12 {
  width: 100%;
}
html:not(.is-ie) .row.flex .col-xs-1 {
  width: 8.33333%;
  -webkit-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
}
html:not(.is-ie) .row.flex .col-xs-2 {
  width: 16.66667%;
  -webkit-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
}
html:not(.is-ie) .row.flex .col-xs-3 {
  width: 25%;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
}
html:not(.is-ie) .row.flex .col-xs-4 {
  width: 33.33333%;
  -webkit-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}
html:not(.is-ie) .row.flex .col-xs-5 {
  width: 41.66667%;
  -webkit-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
}
html:not(.is-ie) .row.flex .col-xs-6 {
  width: 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
}
html:not(.is-ie) .row.flex .col-xs-7 {
  width: 58.33333%;
  -webkit-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
}
html:not(.is-ie) .row.flex .col-xs-8 {
  width: 66.66667%;
  -webkit-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
}
html:not(.is-ie) .row.flex .col-xs-9 {
  width: 75%;
  -webkit-flex: 0 0 75%;
  flex: 0 0 75%;
}
html:not(.is-ie) .row.flex .col-xs-10 {
  width: 83.33333%;
  -webkit-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
}
html:not(.is-ie) .row.flex .col-xs-11 {
  width: 91.66667%;
  -webkit-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
}
html:not(.is-ie) .row.flex .col-xs-12 {
  width: 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  html:not(.is-ie) .row.flex .col-sm-1 {
    width: 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
}
@media (min-width: 768px) {
  html:not(.is-ie) .row.flex .col-sm-2 {
    width: 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
}
@media (min-width: 768px) {
  html:not(.is-ie) .row.flex .col-sm-3 {
    width: 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (min-width: 768px) {
  html:not(.is-ie) .row.flex .col-sm-4 {
    width: 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
}
@media (min-width: 768px) {
  html:not(.is-ie) .row.flex .col-sm-5 {
    width: 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
}
@media (min-width: 768px) {
  html:not(.is-ie) .row.flex .col-sm-6 {
    width: 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  html:not(.is-ie) .row.flex .col-sm-7 {
    width: 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
}
@media (min-width: 768px) {
  html:not(.is-ie) .row.flex .col-sm-8 {
    width: 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
}
@media (min-width: 768px) {
  html:not(.is-ie) .row.flex .col-sm-9 {
    width: 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
  }
}
@media (min-width: 768px) {
  html:not(.is-ie) .row.flex .col-sm-10 {
    width: 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
}
@media (min-width: 768px) {
  html:not(.is-ie) .row.flex .col-sm-11 {
    width: 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
}
@media (min-width: 768px) {
  html:not(.is-ie) .row.flex .col-sm-12 {
    width: 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  html:not(.is-ie) .row.flex .col-md-1 {
    width: 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
}
@media (min-width: 992px) {
  html:not(.is-ie) .row.flex .col-md-2 {
    width: 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
}
@media (min-width: 992px) {
  html:not(.is-ie) .row.flex .col-md-3 {
    width: 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (min-width: 992px) {
  html:not(.is-ie) .row.flex .col-md-4 {
    width: 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
}
@media (min-width: 992px) {
  html:not(.is-ie) .row.flex .col-md-5 {
    width: 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
}
@media (min-width: 992px) {
  html:not(.is-ie) .row.flex .col-md-6 {
    width: 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  html:not(.is-ie) .row.flex .col-md-7 {
    width: 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
}
@media (min-width: 992px) {
  html:not(.is-ie) .row.flex .col-md-8 {
    width: 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
}
@media (min-width: 992px) {
  html:not(.is-ie) .row.flex .col-md-9 {
    width: 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
  }
}
@media (min-width: 992px) {
  html:not(.is-ie) .row.flex .col-md-10 {
    width: 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
}
@media (min-width: 992px) {
  html:not(.is-ie) .row.flex .col-md-11 {
    width: 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
}
@media (min-width: 992px) {
  html:not(.is-ie) .row.flex .col-md-12 {
    width: 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  html:not(.is-ie) .row.flex .col-lg-1 {
    width: 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
}
@media (min-width: 1200px) {
  html:not(.is-ie) .row.flex .col-lg-2 {
    width: 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
}
@media (min-width: 1200px) {
  html:not(.is-ie) .row.flex .col-lg-3 {
    width: 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (min-width: 1200px) {
  html:not(.is-ie) .row.flex .col-lg-4 {
    width: 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
}
@media (min-width: 1200px) {
  html:not(.is-ie) .row.flex .col-lg-5 {
    width: 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
}
@media (min-width: 1200px) {
  html:not(.is-ie) .row.flex .col-lg-6 {
    width: 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 1200px) {
  html:not(.is-ie) .row.flex .col-lg-7 {
    width: 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
}
@media (min-width: 1200px) {
  html:not(.is-ie) .row.flex .col-lg-8 {
    width: 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
}
@media (min-width: 1200px) {
  html:not(.is-ie) .row.flex .col-lg-9 {
    width: 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
  }
}
@media (min-width: 1200px) {
  html:not(.is-ie) .row.flex .col-lg-10 {
    width: 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
}
@media (min-width: 1200px) {
  html:not(.is-ie) .row.flex .col-lg-11 {
    width: 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
}
@media (min-width: 1200px) {
  html:not(.is-ie) .row.flex .col-lg-12 {
    width: 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
html:not(.is-ie) .row.flex:before, html:not(.is-ie) .row.flex:after {
  display: none;
}

.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.no-gutter .row {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter .row [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

/**
 * Outdated Browser
 * version:    1.1.2 - 2015
 * author:     Burocratik
 * website:    http://www.burocratik.com
 */
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #ffffff;
}
#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 30px 0 10px;
}
#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}
#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 230px;
  /*need for IE*/
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  cursor: pointer;
}
#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #ffffff;
}
#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px;
}
#outdated .last[dir='rtl'] {
  right: auto !important;
  left: 25px !important;
}
#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
}
* html #outdated {
  position: absolute;
}

@media (max-width: 767px) {
  .owl-carousel .owl-nav {
    display: none;
  }
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
  width: 2.8125rem;
  height: 20rem;
  display: block;
  margin-top: -10rem;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2.8125rem 2.8125rem;
  position: absolute;
  top: 50%;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
  background-image: url("../images/arrow-prev.png");
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
  background-image: url("../images/arrow-next.png");
}
.owl-carousel:hover .owl-nav .owl-next,
.owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:focus .owl-nav .owl-next,
.owl-carousel:focus .owl-nav .owl-prev {
  opacity: .3;
}
.owl-carousel:hover .owl-nav .owl-next:hover, .owl-carousel:hover .owl-nav .owl-next:focus,
.owl-carousel:hover .owl-nav .owl-prev:hover,
.owl-carousel:hover .owl-nav .owl-prev:focus, .owl-carousel:focus .owl-nav .owl-next:hover, .owl-carousel:focus .owl-nav .owl-next:focus,
.owl-carousel:focus .owl-nav .owl-prev:hover,
.owl-carousel:focus .owl-nav .owl-prev:focus {
  opacity: .7;
}
.owl-carousel .owl-dots {
  line-height: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  padding: 0.75rem 0.375rem;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  border-radius: 0.375rem;
  background-color: rgba(255, 255, 255, 0.65);
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #3273dc;
}

.wpcf7 .screen-reader-response {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  position: absolute;
}

.wpcf7-form .wpcf7-response-output {
  margin: 0 0 15px;
  padding: 10px 15px;
  border: 2px solid transparent;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #c9302c;
  border-color: #d9534f;
  background-color: #f9e2e2;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-success, .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #449d44;
  border-color: #5cb85c;
  background-color: #d8eed8;
}
.wpcf7-form .wpcf7-response-output.wpcf7-display-none {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item {
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item label {
  font-weight: 400;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type="radio"],
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"] {
  margin-right: 0.3125rem;
}
.wpcf7-form .form-group {
  margin-bottom: 15px;
}
.wpcf7-form .form-group.last {
  margin-bottom: 0;
}
.wpcf7-form .form-group label {
  font-weight: 600;
  display: block;
}
.wpcf7-form .form-group label sup {
  color: #337ab7;
  font-size: 1.25em;
  font-weight: 600;
  top: 0;
}
.wpcf7-form .form-group .wpcf7-form-control {
  width: 100%;
  height: 38px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: #f2f2f2;
  border-width: 2px;
  border-radius: 0;
  box-shadow: none;
}
.wpcf7-form .form-group .wpcf7-form-control.wpcf7-submit {
  width: auto;
  float: left;
}
.wpcf7-form .form-group .wpcf7-form-control.wpcf7-submit + .ajax-loader {
  float: left;
  margin-top: 12px;
  margin-left: 15px;
}
.wpcf7-form .form-group .wpcf7-form-control.wpcf7-textarea, .wpcf7-form .form-group .wpcf7-form-control.wpcf7-recaptcha {
  height: auto;
}
.wpcf7-form .form-group .wpcf7-form-control.wpcf7-recaptcha {
  padding-top: 0;
  padding-bottom: 0;
}
.wpcf7-form .form-group .wpcf7-form-control.wpcf7-not-valid {
  border-color: #d9534f !important;
}
.wpcf7-form .form-group .wpcf7-not-valid-tip {
  color: #d9534f;
  font-weight: 600;
  margin-top: 5px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

body {
  min-height: 100%;
  padding-top: 60px;
}
@media (min-width: 768px) {
  body {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 90px;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
}

a {
  text-decoration: none;
}

p, ul {
  margin: 0;
}
+ p, + ul {
  margin-top: 0.75rem;
}

hr {
  margin-top: 0;
  margin-bottom: 1.875rem;
  border-top-color: #f2f2f2;
}
@media (min-width: 768px) {
  hr {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 992px) {
  hr {
    margin-bottom: 3.75rem;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

address {
  color: #595959;
  font-style: normal;
  margin-bottom: 0;
}

.container {
  position: relative;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

body {
  color: #595959;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 1.875rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

a {
  color: #337ab7;
}
a:hover, a:focus {
  color: #286090;
}

b, strong {
  font-weight: 600;
}

address {
  color: #595959;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
a, address, button, input, label, p, span, ul li {
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading
.h1, .wf-loading .h2, .wf-loading .h3, .wf-loading .h4, .wf-loading .h5, .wf-loading .h6, .wf-loading
a, .wf-loading address, .wf-loading button, .wf-loading input, .wf-loading label, .wf-loading p, .wf-loading span, .wf-loading ul li {
  opacity: 0;
  filter: alpha(opacity=0);
}
.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active
.h1, .wf-active .h2, .wf-active .h3, .wf-active .h4, .wf-active .h5, .wf-active .h6, .wf-active
a, .wf-active address, .wf-active button, .wf-active input, .wf-active label, .wf-active p, .wf-active span, .wf-active ul li {
  opacity: 1;
  filter: alpha(opacity=100);
}

.alert {
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.address .title {
  margin-bottom: 0.625rem;
}
.address address {
  margin-bottom: 0.625rem;
}
.address li .icon {
  color: gray;
}

.btn {
  -webkit-transition: color 250ms, padding 250ms, border-color 250ms, border-radius 250ms, background-color 250ms;
  -o-transition: color 250ms, padding 250ms, border-color 250ms, border-radius 250ms, background-color 250ms;
  transition: color 250ms, padding 250ms, border-color 250ms, border-radius 250ms, background-color 250ms;
  will-change: color, padding, border-color, border-radius, background-color;
  color: #595959;
  line-height: 1.25rem;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border: 1px solid #f2f2f2;
  border-radius: 0.1875rem;
  background-color: #fff;
}
.btn.w-icon {
  position: relative;
}
.btn.w-icon .icon {
  width: 2.25rem;
  height: 2.25rem;
}
.btn.w-icon.icon-only {
  padding: 0;
}
.btn.w-icon.icon-suffixed .icon, .btn.w-icon.icon-prefixed .icon {
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
  will-change: opacity;
  opacity: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn.w-icon.icon-suffixed:hover .icon, .btn.w-icon.icon-suffixed:focus .icon, .btn.w-icon.icon-prefixed:hover .icon, .btn.w-icon.icon-prefixed:focus .icon {
  opacity: 1;
}
.btn.w-icon.icon-suffixed .icon {
  right: 0rem;
}
.btn.w-icon.icon-suffixed:hover, .btn.w-icon.icon-suffixed:focus {
  padding-right: 2.25rem;
}
.btn.w-icon.icon-prefixed .icon {
  left: 0rem;
}
.btn.w-icon.icon-prefixed:hover, .btn.w-icon.icon-prefixed:focus {
  padding-left: 2.25rem;
}
.btn:hover, .btn:focus {
  color: #fff;
  text-decoration: none;
  border-color: #dbdbdb;
  background-color: #fff;
}
.btn[disabled], .btn.disabled {
  color: #b3b3b3 !important;
  cursor: not-allowed !important;
  border-color: #f7f7f7 !important;
  background-color: #f7f7f7 !important;
}
.btn[disabled]:hover, .btn[disabled]:focus, .btn.disabled:hover, .btn.disabled:focus {
  color: #b3b3b3 !important;
  border-color: #f7f7f7 !important;
  background-color: #f7f7f7 !important;
}

.btn-primary {
  color: #fff;
  border-color: #3273dc;
  background-color: #3273dc;
}
.btn-primary:hover, .btn-primary:focus {
  border-color: #215dbf;
  background-color: #215dbf;
}
.btn-primary.inverted {
  color: #3273dc;
  background-color: transparent;
}
.btn-primary.inverted:hover, .btn-primary.inverted:focus {
  color: #fff;
  border-color: #3273dc;
  background-color: #3273dc;
}

.contextual-edit {
  -webkit-transition: background-color 250ms;
  -o-transition: background-color 250ms;
  transition: background-color 250ms;
  will-change: background-color;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  box-shadow: rgba(35, 40, 45, 0.15) 0 3px 10px, rgba(35, 40, 45, 0.35) 0 3px 10px;
  background-color: #e5232c;
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  z-index: 9;
}
.contextual-edit .icon {
  color: #fff;
  width: 2.375rem;
  height: 2.375rem;
}
.contextual-edit:hover, .contextual-edit:focus {
  color: inherit;
  text-decoration: none;
  background-color: #c3171f;
}

.card {
  margin-bottom: 1.875rem;
  -webkit-box-shadow: 0 0 1rem rgba(35, 40, 45, 0.15);
  box-shadow: 0 0 1rem rgba(35, 40, 45, 0.15);
  background-color: #fff;
  position: relative;
}
.card > a:not(.contextual-edit) {
  color: inherit;
}
.card .card--media {
  position: relative;
}
.card .card--content {
  padding: 1.5625rem 1.875rem;
}
.card .card--content .title {
  line-height: normal;
}
.card .card--content .title + .wysiwyg,
.card .card--content .title + .btn {
  margin-top: 0.625rem;
}
.card .card--content .wysiwyg + .btn {
  margin-top: 0.9375rem;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.icon .fa {
  font-size: 0.875rem;
}

img[src$="svg"] {
  width: 100%;
  height: auto;
}

.image.w-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.img-fill {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}

.file {
  color: #595959;
  display: block;
  border-top: 1px solid #f2f2f2;
  padding-top: 0.375rem;
  padding-right: 3.25rem;
  padding-bottom: 0.375rem;
  position: relative;
}
.file > span {
  line-height: 1.25rem;
  font-size: 0.875rem;
  display: inline-block;
}
.file .filename {
  font-weight: 600;
  text-transform: capitalize;
  display: block;
}
.file .filetype,
.file .filesize {
  color: #b3b3b3;
}
.file .filetype {
  text-transform: uppercase;
}
.file .filesize:before {
  color: #d9d9d9;
  content: "-";
  display: inline-block;
  padding: 0 0.1875rem;
}
.file .btn {
  color: #595959;
  border: 2px solid rgba(89, 89, 89, 0);
  background-color: #f7f7f7;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.file .btn:hover, .file .btn:focus {
  color: #fff;
  border-color: #595959;
  background-color: #595959;
}

.responsive-google-map .google-map {
  height: 20rem;
}
@media (min-width: 992px) {
  .responsive-google-map .google-map {
    height: 25rem;
  }
}

.table {
  height: 100%;
  display: table;
  margin-bottom: 0;
}
.table > .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.language-switcher {
  position: relative;
}
.language-switcher .dropdown-toggle {
  border: 0;
  background-color: #f7f7f7;
}
.language-switcher .menu,
.language-switcher .dropdown-menu {
  min-width: auto;
  margin: 0;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.language-switcher .menu > li > a,
.language-switcher .dropdown-menu > li > a {
  min-width: 2.25rem;
  color: #999999;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  padding: 0.5rem 0.3125rem;
  border-bottom: 0;
}
.language-switcher .menu > li > a:hover,
.language-switcher .menu > li > a:focus,
.language-switcher .dropdown-menu > li > a:hover,
.language-switcher .dropdown-menu > li > a:focus {
  color: #595959;
  background-color: #f7f7f7;
}
.language-switcher .menu > li.active > a, .language-switcher .menu > li.active > a:hover, .language-switcher .menu > li.active > a:focus,
.language-switcher .dropdown-menu > li.active > a,
.language-switcher .dropdown-menu > li.active > a:hover,
.language-switcher .dropdown-menu > li.active > a:focus {
  color: #595959;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .language-switcher .dropdown-toggle {
    display: none;
  }
  .language-switcher .dropdown-menu {
    display: block;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    position: static;
  }
  .language-switcher .dropdown-menu > li {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .language-switcher {
    position: absolute;
    top: 1.375rem;
    right: 0;
  }
  .language-switcher .dropdown-toggle {
    min-width: 2.25rem;
    line-height: 1.5rem;
    padding: 0.375rem 0.25rem 0.375rem 0.625rem;
  }
  .language-switcher .menu > li {
    display: inline-block;
  }
  .language-switcher .dropdown-menu {
    width: 100%;
    border-color: #f2f2f2;
  }
  .language-switcher .dropdown-menu > li.active {
    display: none;
  }
}

.wysiwyg p + p, .wysiwyg p + ul, .wysiwyg p + ol, .wysiwyg p + dl, .wysiwyg p + table, .wysiwyg ul + p, .wysiwyg ul + ul, .wysiwyg ul + ol, .wysiwyg ul + dl, .wysiwyg ul + table, .wysiwyg ol + p, .wysiwyg ol + ul, .wysiwyg ol + ol, .wysiwyg ol + dl, .wysiwyg ol + table, .wysiwyg dl + p, .wysiwyg dl + ul, .wysiwyg dl + ol, .wysiwyg dl + dl, .wysiwyg dl + table, .wysiwyg table + p, .wysiwyg table + ul, .wysiwyg table + ol, .wysiwyg table + dl, .wysiwyg table + table {
  margin-top: 0.625rem;
}

.navbar {
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.navbar .container {
  position: relative;
}
.navbar .navbar-header {
  position: relative;
  z-index: 2;
}
.navbar .navbar-header .site-brand {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.875rem;
  float: left;
  padding: 0.625rem 0.9375rem;
}
.navbar .navbar-header .site-brand img,
.navbar .navbar-header .site-brand svg {
  width: auto;
  max-width: none;
  height: 2.5rem;
  display: block;
}
.navbar .navbar-header .site-brand:hover, .navbar .navbar-header .site-brand:focus {
  text-decoration: none;
}
.navbar .navbar-header .navbar-toggle {
  color: #333;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-align: left;
  text-transform: uppercase;
  margin: 0.625rem 0.9375rem;
  padding: 0.625rem 2.3125rem 0.625rem 0.75rem;
  border: 0;
  border-radius: 0;
  position: relative;
}
.navbar .navbar-header .navbar-toggle .bars {
  position: absolute;
  top: 9px;
  right: 0;
}
.navbar .navbar-header .navbar-toggle .bars .bar {
  -webkit-transition: transform 350ms, opacity 350ms;
  -o-transition: transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms;
  will-change: transform;
  width: 22px;
  height: 2px;
  display: block;
  margin: 4px 0;
  background-color: #595959;
}
.navbar .navbar-header .navbar-toggle .bars .bar.bar-two {
  width: 16px;
}
.navbar .navbar-header .navbar-toggle:hover, .navbar .navbar-header .navbar-toggle:focus {
  background-color: transparent;
}
.navbar .navbar-header .navbar-toggle:not(.collapsed) .bar-one {
  -moz-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.navbar .navbar-header .navbar-toggle:not(.collapsed) .bar-two {
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
  opacity: 0;
}
.navbar .navbar-header .navbar-toggle:not(.collapsed) .bar-three {
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}
.navbar .navbar-collapse {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  border-top: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0.9375rem 1.875rem -0.9375rem rgba(35, 40, 45, 0.1);
  box-shadow: 0 0.9375rem 1.875rem -0.9375rem rgba(35, 40, 45, 0.1);
  position: relative;
  z-index: 1;
}
.navbar .navbar-collapse .navbar-nav:before, .navbar .navbar-collapse .navbar-nav:after {
  content: " ";
  display: table;
}
.navbar .navbar-collapse .navbar-nav:after {
  clear: both;
}
.navbar .navbar-collapse .navbar-nav > li {
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}
.navbar .navbar-collapse .navbar-nav > li > a,
.navbar .navbar-collapse .navbar-nav > li > span {
  color: #595959;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: block;
  padding: 0.625rem 0;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.navbar .navbar-collapse .navbar-nav > li > a .caret,
.navbar .navbar-collapse .navbar-nav > li > span .caret {
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
}
.navbar .navbar-collapse .navbar-nav > li > a:hover,
.navbar .navbar-collapse .navbar-nav > li > a:focus {
  background-color: #f2f2f2;
}
.navbar .navbar-collapse .navbar-nav > li.active > a {
  background-color: #f2f2f2;
}
.navbar .navbar-collapse .navbar-nav .dropdown-menu {
  padding: 0;
}
.navbar .navbar-collapse .navbar-nav .dropdown-menu > li > a,
.navbar .navbar-collapse .navbar-nav .dropdown-menu > li > span {
  color: gray;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.625rem 0.9375rem;
  border-bottom: 1px solid #f2f2f2;
}
.navbar .navbar-collapse .navbar-nav .dropdown-menu > li > a:hover,
.navbar .navbar-collapse .navbar-nav .dropdown-menu > li > a:focus {
  color: gray;
}
.navbar .navbar-collapse .navbar-nav.language-switcher {
  margin-bottom: 0.9375rem;
}

@media (max-width: 991px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
  }

  .navbar .navbar-header {
    min-height: 60px;
    float: none;
  }
  .navbar .navbar-header .navbar-toggle {
    display: block;
  }
  .navbar .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar .navbar-collapse .navbar-nav {
    float: none !important;
    margin: 1.875rem -15px;
  }
  .navbar .navbar-collapse .navbar-nav > li {
    float: none;
  }
  .navbar .navbar-collapse .navbar-nav .open .dropdown-menu {
    width: auto;
    float: none;
    margin-top: 0;
    box-shadow: none;
    position: static;
  }
  .navbar .navbar-collapse .navbar-nav + .navbar-nav {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-header .site-brand {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .navbar-header .site-brand img,
  .navbar .navbar-header .site-brand svg {
    height: 3.75rem;
  }
  .navbar .navbar-collapse {
    border-top: 0;
  }
  .navbar .navbar-collapse .navbar-nav {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .navbar .navbar-collapse .navbar-nav > li {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar .navbar-collapse .navbar-nav > li > a {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    border-bottom: 0;
  }
  .navbar .navbar-collapse .navbar-nav > li + li {
    margin-left: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-header .site-brand img,
  .navbar .navbar-header .site-brand svg {
    height: 4.375rem;
  }
  .navbar .navbar-collapse .navbar-nav {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .navbar .navbar-collapse .navbar-nav > li + li {
    margin-left: 1.25rem;
  }
}
#hero {
  position: relative;
}
#hero .carousel {
  min-height: 20rem;
}
@media (min-width: 992px) {
  #hero .carousel {
    min-height: 25rem;
  }
}
@media (min-width: 1440px) {
  #hero .carousel {
    min-height: 35rem;
  }
}
#hero .slide {
  height: 20rem;
  padding-top: 0;
}
@media (min-width: 992px) {
  #hero .slide {
    height: 0;
    padding-top: 33.33333%;
  }
}
@media (min-width: 1440px) {
  #hero .slide {
    height: 35rem;
    padding-top: 0;
  }
}
#hero .slide .image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#hero .slide .container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
#hero .slide .figcaption {
  padding: 0.9375rem;
}
@media (min-width: 768px) {
  #hero .slide .figcaption {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #hero .slide .figcaption {
    padding: 1.875rem;
  }
}
#hero .slide .title {
  color: #fff;
}
#hero .slide .title + .subtitle,
#hero .slide .title + .btn-primary {
  margin-top: 0.75rem;
}
#hero .slide .subtitle {
  color: rgba(255, 255, 255, 0.85);
  line-height: normal;
}
#hero .slide .subtitle + .btn-primary {
  margin-top: 0.75rem;
}
#hero .slide.w-figcaption:before {
  -webkit-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(35, 40, 45, 0.35);
  bottom: 0;
  top: auto;
  z-index: 1;
}
@media (min-width: 768px) {
  #hero .slide.w-figcaption:before {
    width: 50%;
  }
}

#lead {
  position: relative;
}
#lead .image {
  width: 100%;
  height: 0;
  padding-top: 40%;
}
#lead .figcaption {
  text-align: center;
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  #lead .figcaption {
    padding-top: 2.8125rem;
  }
}
@media (min-width: 992px) {
  #lead .figcaption {
    padding-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  #lead .figcaption .container {
    max-width: 625px;
  }
}
@media (min-width: 992px) {
  #lead .figcaption .container {
    max-width: 646.66667px;
  }
}
@media (min-width: 1200px) {
  #lead .figcaption .container {
    max-width: 780px;
  }
}
#lead .title + .desc {
  margin-top: 0.75rem;
}
#lead .desc {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  #lead .image {
    padding-top: 25%;
  }
}
@media (min-width: 992px) {
  #lead .image {
    padding-top: 18.75%;
  }
}

.section {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .section {
    padding-top: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .section {
    padding-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .section {
    padding-bottom: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .section {
    padding-bottom: 3.75rem;
  }
}

.teaser {
  position: relative;
}
.archive .teaser {
  margin-bottom: 1.875rem;
}

/**
 * WordPress Contact Form 7
 *
 * Reset
 */
input[type=email],
input[type=text],
input[type=number],
input[type=search],
input[type=url],
input[type=tel],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

label[for] {
  cursor: pointer;
}

/**
 * Markup
 */
.form-group label {
  margin-bottom: 0.3125rem;
}
.form-group label sup {
  color: #d9534f;
  position: relative;
  left: 0.1875rem;
}

.has-success .form-control,
.has-success .form-control:focus,
.has-warning .form-control,
.has-warning .form-control:focus,
.has-error .form-control,
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  height: auto;
  font-size: 1rem;
  padding: 0.4375rem 0.75rem;
  border: 2px solid #f2f2f2;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #c4c4c4;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select.form-control {
  height: 2.375rem;
}

.footer .directory .container {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
.footer .directory .block--title,
.footer .directory address {
  margin-bottom: 0.625rem;
}
.footer .directory a,
.footer .directory address {
  color: inherit;
}
.footer .directory .fa {
  color: #b3b3b3;
}
.footer .directory a:hover,
.footer .directory a:focus {
  text-decoration: underline;
}
.footer .legal {
  color: #b3b3b3;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(35, 40, 45, 0.15);
}
.footer .legal:before, .footer .legal:after {
  content: " ";
  display: table;
}
.footer .legal:after {
  clear: both;
}
.footer .legal .copy {
  float: left;
}
.footer .legal .made-w-fluo {
  float: right;
}

#basic-page {
  padding-top: 0;
}

.layout + .layout {
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .layout + .layout {
    padding-top: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .layout + .layout {
    padding-top: 3.75rem;
  }
}
.layout > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.layout > .container-fluid > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.layout > .container-fluid > .row > [class^="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.layout .title + .desc {
  margin-top: 0.625rem;
}
.layout .wysiwyg p + p, .layout .wysiwyg p + ul, .layout .wysiwyg p + dl, .layout .wysiwyg p + ol, .layout .wysiwyg p + table, .layout .wysiwyg ul + p, .layout .wysiwyg ul + ul, .layout .wysiwyg ul + dl, .layout .wysiwyg ul + ol, .layout .wysiwyg ul + table, .layout .wysiwyg dl + p, .layout .wysiwyg dl + ul, .layout .wysiwyg dl + dl, .layout .wysiwyg dl + ol, .layout .wysiwyg dl + table, .layout .wysiwyg ol + p, .layout .wysiwyg ol + ul, .layout .wysiwyg ol + dl, .layout .wysiwyg ol + ol, .layout .wysiwyg ol + table, .layout .wysiwyg table + p, .layout .wysiwyg table + ul, .layout .wysiwyg table + dl, .layout .wysiwyg table + ol, .layout .wysiwyg table + table {
  margin-top: 0.625rem;
}
.layout .wysiwyg ul {
  list-style: disc;
  padding-left: 1.25rem;
}
.layout .wysiwyg + .btn {
  margin-top: 0.9375rem;
}
.layout .image {
  position: relative;
}
.layout .image .icon {
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(35, 40, 45, 0.65);
  position: absolute;
  right: 0;
  bottom: 0;
}
.layout.text-center {
  text-align: center;
}
@media (min-width: 768px) {
  .layout.text-columns .desc {
    column-count: 2;
    column-gap: 1.875rem;
  }
}

@media (min-width: 768px) {
  .layout.paragraph .container-fluid {
    max-width: 591.66667px;
  }
}
@media (min-width: 992px) {
  .layout.paragraph .container-fluid {
    max-width: 620px;
  }
}
@media (min-width: 1200px) {
  .layout.paragraph .container-fluid {
    max-width: 753.33333px;
  }
}

.layout.gallery {
  margin-bottom: -20px;
}
.layout.gallery .image {
  margin-bottom: 20px;
}
.layout.gallery + .layout.gallery {
  padding-top: 1.25rem;
}
@media (min-width: 768px) {
  .layout.gallery.layout--844 .col-sm-4 .image, .layout.gallery.layout--448 .col-sm-4 .image {
    padding-top: 147.77778px;
    padding-top: calc(66.66667% - 3.33333px);
  }
  .layout.gallery.layout--844 .col-sm-4 .image img, .layout.gallery.layout--448 .col-sm-4 .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .layout.gallery.layout--844 .col-sm-4 .image, .layout.gallery.layout--448 .col-sm-4 .image {
    padding-top: 196.66667px;
    padding-top: calc(66.66667% - 3.33333px);
  }
}
@media (min-width: 1200px) {
  .layout.gallery.layout--844 .col-sm-4 .image, .layout.gallery.layout--448 .col-sm-4 .image {
    padding-top: 241.11111px;
    padding-top: calc(66.66667% - 3.33333px);
  }
}
@media (min-width: 768px) {
  .layout.gallery.layout--84 .col-sm-4 .image, .layout.gallery.layout--48 .col-sm-4 .image {
    padding-top: 315.55556px;
    background-size: cover;
  }
  .layout.gallery.layout--84 .col-sm-4 .image img, .layout.gallery.layout--48 .col-sm-4 .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .layout.gallery.layout--84 .col-sm-4 .image, .layout.gallery.layout--48 .col-sm-4 .image {
    padding-top: 413.33333px;
  }
}
@media (min-width: 1200px) {
  .layout.gallery.layout--84 .col-sm-4 .image, .layout.gallery.layout--48 .col-sm-4 .image {
    padding-top: 502.22222px;
  }
}
.layout.gallery.layout--84 .col-sm-8 .image, .layout.gallery.layout--48 .col-sm-8 .image {
  padding-top: 66.66667%;
  background-size: cover;
}
.layout.gallery.layout--84 .col-sm-8 .image img, .layout.gallery.layout--48 .col-sm-8 .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.layout.parity .col-sm-6 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.layout.parity .col-sm-6 .group {
  width: 100%;
}
.layout.parity .col-sm-6 .group.paragraph {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 768px) {
  .layout.parity .col-sm-6 .group.paragraph {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .layout.parity .col-sm-6 .group.paragraph {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.is-ie .layout.parity .group {
  width: 100%;
}

.layout.accordion .panel {
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}
.layout.accordion .panel .panel-heading {
  border-radius: 4px 4px 0 0;
  background-color: #f2f2f2;
}
.layout.accordion .panel .panel-heading a {
  color: inherit;
  display: block;
  padding: 0.75rem 1rem;
  position: relative;
}
.layout.accordion .panel .panel-heading a .icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.layout.accordion .panel .panel-heading a.collapsed .icon [class^="fa"]::before {
  content: "\f067";
}
.layout.accordion .panel .panel-body {
  padding: 1rem;
  border-top: 1px solid #e6e6e6;
}
.layout.accordion .panel + .panel {
  margin-top: 0.5rem;
}

#address-map {
  padding-top: 0;
  padding-bottom: 0;
}
