@charset "utf-8";
/**
FICHIERS LESS DE BOOTSTRAP PACKAGE
 */
/*!
 * 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,
.htmlarea-content-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;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
.htmlarea-content-body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #333333;
  background-color: #f3f3f3;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #005096;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00274a;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.55;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 2em;
}
h2,
.h2 {
  font-size: 1.75em;
}
h3,
.h3 {
  font-size: 1.5em;
}
h4,
.h4 {
  font-size: 1.25em;
}
h5,
.h5 {
  font-size: 1em;
}
h6,
.h6 {
  font-size: 0.85em;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 6%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #005096;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #003563;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #005096;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #003563;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.55;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1280px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.55;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.55;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 13px;
  line-height: 1.55;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 758px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1270px;
  }
}
@media (min-width: 1378px) {
  .container {
    width: 1368px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1378px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.55;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f3f3f3;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.55;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.55;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(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: 35px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 13em;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 24em;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 35px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 13em;
  padding: 5px 10px;
  font-size: 0.85em;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 13em;
  line-height: 13em;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 13em;
  padding: 5px 10px;
  font-size: 0.85em;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 13em;
  line-height: 13em;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 13em;
  min-height: 21.85px;
  padding: 6px 10px;
  font-size: 0.85em;
  line-height: 1.5;
}
.input-lg {
  height: 24em;
  padding: 10px 16px;
  font-size: 1.25em;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 24em;
  line-height: 24em;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 24em;
  padding: 10px 16px;
  font-size: 1.25em;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 24em;
  line-height: 24em;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 24em;
  min-height: 22.25px;
  padding: 11px 16px;
  font-size: 1.25em;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  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: 24em;
  height: 24em;
  line-height: 24em;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 13em;
  height: 13em;
  line-height: 13em;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 1.25em;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 0.85em;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.55;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #005096;
  border-color: #00427d;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #003563;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #003563;
  border-color: #00223f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #003563;
  border-color: #00223f;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #00223f;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #005096;
  border-color: #00427d;
}
.btn-primary .badge {
  color: #005096;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #40B64C;
  border-color: #39a344;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #33903c;
  border-color: #18451d;
}
.btn-success:hover {
  color: #fff;
  background-color: #33903c;
  border-color: #297631;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #33903c;
  border-color: #297631;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #297631;
  border-color: #18451d;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #40B64C;
  border-color: #39a344;
}
.btn-success .badge {
  color: #40B64C;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #E8A912;
  border-color: #d09810;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #b9870e;
  border-color: #5a4207;
}
.btn-warning:hover {
  color: #fff;
  background-color: #b9870e;
  border-color: #986e0c;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #b9870e;
  border-color: #986e0c;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #986e0c;
  border-color: #5a4207;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #E8A912;
  border-color: #d09810;
}
.btn-warning .badge {
  color: #E8A912;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #DC3E1A;
  border-color: #c53817;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ae3115;
  border-color: #53170a;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ae3115;
  border-color: #8e2811;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ae3115;
  border-color: #8e2811;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #8e2811;
  border-color: #53170a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #DC3E1A;
  border-color: #c53817;
}
.btn-danger .badge {
  color: #DC3E1A;
  background-color: #fff;
}
.btn-link {
  color: #005096;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00274a;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 1.25em;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 0.85em;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 0.85em;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  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 #eeeeee;
  border-radius: 0px;
  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: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.55;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #005096;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #005096;
}
.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: 0.85em;
  line-height: 1.55;
  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: 1280px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 24em;
  padding: 10px 16px;
  font-size: 1.25em;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 24em;
  line-height: 24em;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 13em;
  padding: 5px 10px;
  font-size: 0.85em;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 13em;
  line-height: 13em;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 0.85em;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 1.25em;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #005096;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.55;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f3f3f3;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #005096;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f3f3f3;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 45px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
@media (min-width: 1280px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 1280px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1280px) {
  .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: 980px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 1280px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1280px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1280px) {
  .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: 12px 10px;
  font-size: 1.25em;
  line-height: 21px;
  height: 45px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1280px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 5.5px;
  margin-bottom: 5.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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: 1280px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 1279px) {
  .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: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1280px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1279px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    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: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-sm {
  margin-top: 16px;
  margin-bottom: 16px;
}
.navbar-btn.btn-xs {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
.navbar-text {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 1280px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 1280px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default,
.navbar-default-transition,
.navbar-default-transition.navbar-transition {
  background-color: #fff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand,
.navbar-default-transition .navbar-brand,
.navbar-default-transition.navbar-transition .navbar-brand {
  color: #8c8c8c;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default-transition .navbar-brand:hover,
.navbar-default-transition .navbar-brand:focus,
.navbar-default-transition.navbar-transition .navbar-brand:hover,
.navbar-default-transition.navbar-transition .navbar-brand:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-text,
.navbar-default-transition .navbar-text,
.navbar-default-transition.navbar-transition .navbar-text {
  color: #333;
}
.navbar-default .navbar-nav > li > a,
.navbar-default-transition .navbar-nav > li > a,
.navbar-default-transition.navbar-transition .navbar-nav > li > a {
  color: #8c8c8c;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default-transition .navbar-nav > li > a:hover,
.navbar-default-transition .navbar-nav > li > a:focus,
.navbar-default-transition.navbar-transition .navbar-nav > li > a:hover,
.navbar-default-transition.navbar-transition .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,
.navbar-default-transition .navbar-nav > .active > a,
.navbar-default-transition .navbar-nav > .active > a:hover,
.navbar-default-transition .navbar-nav > .active > a:focus,
.navbar-default-transition.navbar-transition .navbar-nav > .active > a,
.navbar-default-transition.navbar-transition .navbar-nav > .active > a:hover,
.navbar-default-transition.navbar-transition .navbar-nav > .active > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default-transition .navbar-nav > .disabled > a,
.navbar-default-transition .navbar-nav > .disabled > a:hover,
.navbar-default-transition .navbar-nav > .disabled > a:focus,
.navbar-default-transition.navbar-transition .navbar-nav > .disabled > a,
.navbar-default-transition.navbar-transition .navbar-nav > .disabled > a:hover,
.navbar-default-transition.navbar-transition .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle,
.navbar-default-transition .navbar-toggle,
.navbar-default-transition.navbar-transition .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default-transition .navbar-toggle:hover,
.navbar-default-transition .navbar-toggle:focus,
.navbar-default-transition.navbar-transition .navbar-toggle:hover,
.navbar-default-transition.navbar-transition .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar,
.navbar-default-transition .navbar-toggle .icon-bar,
.navbar-default-transition.navbar-transition .navbar-toggle .icon-bar {
  background-color: #8c8c8c;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form,
.navbar-default-transition .navbar-collapse,
.navbar-default-transition .navbar-form,
.navbar-default-transition.navbar-transition .navbar-collapse,
.navbar-default-transition.navbar-transition .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default-transition .navbar-nav > .open > a,
.navbar-default-transition .navbar-nav > .open > a:hover,
.navbar-default-transition .navbar-nav > .open > a:focus,
.navbar-default-transition.navbar-transition .navbar-nav > .open > a,
.navbar-default-transition.navbar-transition .navbar-nav > .open > a:hover,
.navbar-default-transition.navbar-transition .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #333;
}
@media (max-width: 1279px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default-transition .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default-transition.navbar-transition .navbar-nav .open .dropdown-menu > li > a {
    color: #8c8c8c;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default-transition .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default-transition .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default-transition.navbar-transition .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default-transition.navbar-transition .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,
  .navbar-default-transition .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default-transition .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default-transition .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default-transition.navbar-transition .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default-transition.navbar-transition .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default-transition.navbar-transition .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default-transition .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default-transition .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default-transition .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default-transition.navbar-transition .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default-transition.navbar-transition .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default-transition.navbar-transition .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link,
.navbar-default-transition .navbar-link,
.navbar-default-transition.navbar-transition .navbar-link {
  color: #8c8c8c;
}
.navbar-default .navbar-link:hover,
.navbar-default-transition .navbar-link:hover,
.navbar-default-transition.navbar-transition .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link,
.navbar-default-transition .btn-link,
.navbar-default-transition.navbar-transition .btn-link {
  color: #8c8c8c;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus,
.navbar-default-transition .btn-link:hover,
.navbar-default-transition .btn-link:focus,
.navbar-default-transition.navbar-transition .btn-link:hover,
.navbar-default-transition.navbar-transition .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus,
.navbar-default-transition .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default-transition .btn-link:hover,
.navbar-default-transition .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default-transition .btn-link:focus,
.navbar-default-transition.navbar-transition .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default-transition.navbar-transition .btn-link:hover,
.navbar-default-transition.navbar-transition .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default-transition.navbar-transition .btn-link:focus {
  color: #ccc;
}
.navbar-inverse,
.navbar-inverse-transition,
.navbar-inverse-transition.navbar-transition {
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.navbar-inverse .navbar-brand,
.navbar-inverse-transition .navbar-brand,
.navbar-inverse-transition.navbar-transition .navbar-brand {
  color: #bfbfbf;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse-transition .navbar-brand:hover,
.navbar-inverse-transition .navbar-brand:focus,
.navbar-inverse-transition.navbar-transition .navbar-brand:hover,
.navbar-inverse-transition.navbar-transition .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text,
.navbar-inverse-transition .navbar-text,
.navbar-inverse-transition.navbar-transition .navbar-text {
  color: #ccc;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse-transition .navbar-nav > li > a,
.navbar-inverse-transition.navbar-transition .navbar-nav > li > a {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse-transition .navbar-nav > li > a:hover,
.navbar-inverse-transition .navbar-nav > li > a:focus,
.navbar-inverse-transition.navbar-transition .navbar-nav > li > a:hover,
.navbar-inverse-transition.navbar-transition .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,
.navbar-inverse-transition .navbar-nav > .active > a,
.navbar-inverse-transition .navbar-nav > .active > a:hover,
.navbar-inverse-transition .navbar-nav > .active > a:focus,
.navbar-inverse-transition.navbar-transition .navbar-nav > .active > a,
.navbar-inverse-transition.navbar-transition .navbar-nav > .active > a:hover,
.navbar-inverse-transition.navbar-transition .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse-transition .navbar-nav > .disabled > a,
.navbar-inverse-transition .navbar-nav > .disabled > a:hover,
.navbar-inverse-transition .navbar-nav > .disabled > a:focus,
.navbar-inverse-transition.navbar-transition .navbar-nav > .disabled > a,
.navbar-inverse-transition.navbar-transition .navbar-nav > .disabled > a:hover,
.navbar-inverse-transition.navbar-transition .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle,
.navbar-inverse-transition .navbar-toggle,
.navbar-inverse-transition.navbar-transition .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse-transition .navbar-toggle:hover,
.navbar-inverse-transition .navbar-toggle:focus,
.navbar-inverse-transition.navbar-transition .navbar-toggle:hover,
.navbar-inverse-transition.navbar-transition .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar,
.navbar-inverse-transition .navbar-toggle .icon-bar,
.navbar-inverse-transition.navbar-transition .navbar-toggle .icon-bar {
  background-color: #bfbfbf;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form,
.navbar-inverse-transition .navbar-collapse,
.navbar-inverse-transition .navbar-form,
.navbar-inverse-transition.navbar-transition .navbar-collapse,
.navbar-inverse-transition.navbar-transition .navbar-form {
  border-color: #191919;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse-transition .navbar-nav > .open > a,
.navbar-inverse-transition .navbar-nav > .open > a:hover,
.navbar-inverse-transition .navbar-nav > .open > a:focus,
.navbar-inverse-transition.navbar-transition .navbar-nav > .open > a,
.navbar-inverse-transition.navbar-transition .navbar-nav > .open > a:hover,
.navbar-inverse-transition.navbar-transition .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}
@media (max-width: 1279px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header,
  .navbar-inverse-transition .navbar-nav .open .dropdown-menu > .dropdown-header,
  .navbar-inverse-transition.navbar-transition .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #2b2b2b;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider,
  .navbar-inverse-transition .navbar-nav .open .dropdown-menu .divider,
  .navbar-inverse-transition.navbar-transition .navbar-nav .open .dropdown-menu .divider {
    background-color: #2b2b2b;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
  .navbar-inverse-transition .navbar-nav .open .dropdown-menu > li > a,
  .navbar-inverse-transition.navbar-transition .navbar-nav .open .dropdown-menu > li > a {
    color: #bfbfbf;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse-transition .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse-transition .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse-transition.navbar-transition .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse-transition.navbar-transition .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,
  .navbar-inverse-transition .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse-transition .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse-transition .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse-transition.navbar-transition .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse-transition.navbar-transition .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse-transition.navbar-transition .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .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,
  .navbar-inverse-transition .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse-transition .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse-transition .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse-transition.navbar-transition .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse-transition.navbar-transition .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse-transition.navbar-transition .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link,
.navbar-inverse-transition .navbar-link,
.navbar-inverse-transition.navbar-transition .navbar-link {
  color: #bfbfbf;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse-transition .navbar-link:hover,
.navbar-inverse-transition.navbar-transition .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link,
.navbar-inverse-transition .btn-link,
.navbar-inverse-transition.navbar-transition .btn-link {
  color: #bfbfbf;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus,
.navbar-inverse-transition .btn-link:hover,
.navbar-inverse-transition .btn-link:focus,
.navbar-inverse-transition.navbar-transition .btn-link:hover,
.navbar-inverse-transition.navbar-transition .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus,
.navbar-inverse-transition .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse-transition .btn-link:hover,
.navbar-inverse-transition .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse-transition .btn-link:focus,
.navbar-inverse-transition.navbar-transition .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse-transition.navbar-transition .btn-link:hover,
.navbar-inverse-transition.navbar-transition .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse-transition.navbar-transition .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination,
.tx-indexedsearch-browsebox {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 0px;
}
.pagination > li,
.tx-indexedsearch-browsebox > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span,
.tx-indexedsearch-browsebox > li > strong > a,
.tx-indexedsearch-browsebox > li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.55;
  text-decoration: none;
  color: #005096;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.tx-indexedsearch-browsebox > li > strong > a:hover,
.tx-indexedsearch-browsebox > li > strong > a:focus,
.tx-indexedsearch-browsebox > li > a:hover,
.tx-indexedsearch-browsebox > li > a:focus {
  z-index: 2;
  color: #00274a;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > strong > a,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > strong > a:hover,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > strong > a:focus,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > a,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > a:hover,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > a:focus {
  z-index: 3;
  color: #fff;
  background-color: #005096;
  border-color: #005096;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 1.25em;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 0.85em;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #005096;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #003563;
}
.label-success {
  background-color: #40B64C;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #33903c;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #E8A912;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #b9870e;
}
.label-danger {
  background-color: #DC3E1A;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ae3115;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 0.85em;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #005096;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron,
.frame-jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #fff;
  background-color: #005096;
}
.jumbotron h1,
.jumbotron .h1,
.frame-jumbotron h1,
.frame-jumbotron .h1 {
  color: inherit;
}
.jumbotron p,
.frame-jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr,
.frame-jumbotron > hr {
  border-top-color: #003563;
}
.container .jumbotron,
.container-fluid .jumbotron,
.container .frame-jumbotron,
.container-fluid .frame-jumbotron {
  border-radius: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.jumbotron .container,
.frame-jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron,
  .frame-jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron,
  .container .frame-jumbotron,
  .container-fluid .frame-jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1,
  .frame-jumbotron h1,
  .frame-jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.55;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #005096;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 0px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 0.85em;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #005096;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #40B64C;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #E8A912;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #DC3E1A;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #005096;
  border-color: #005096;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #63b6ff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #005096;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #005096;
  border-color: #005096;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #005096;
}
.panel-primary > .panel-heading .badge {
  color: #005096;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #005096;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well,
.frame-well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote,
.frame-well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.55;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1280px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.55;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.85em;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.55;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .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: 1279px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) and (max-width: 1377px) {
  .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: 1280px) and (max-width: 1377px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1280px) and (max-width: 1377px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) and (max-width: 1377px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1378px) {
  .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: 1378px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1378px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1378px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1377px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1378px) {
  .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;
  }
}
.section {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  .section {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media (min-width: 1280px) {
  .section {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media (min-width: 1378px) {
  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
.section-mini {
  padding-top: 1em;
  padding-bottom: 1em;
}
.section-small {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  .section-small {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.section-primary {
  color: #fff;
  background-color: #005096;
}
.section-primary a:not(.btn) {
  color: #fff;
}
.section-primary a:not(.btn):focus,
.section-primary a:not(.btn):hover {
  color: #d9d9d9;
}
.section-primary + .section-primary {
  border-top: 1px solid #00427d;
}
.section-light {
  color: #333;
  background-color: #f2f2f2;
}
.section-light a:not(.btn) {
  color: #005096;
}
.section-light a:not(.btn):focus,
.section-light a:not(.btn):hover {
  color: #00274a;
}
.section-light + .section-light {
  border-top: 1px solid #e5e5e5;
}
.section-dark {
  color: #fff;
  background-color: #333;
}
.section-dark a:not(.btn) {
  color: #005096;
}
.section-dark a:not(.btn):focus,
.section-dark a:not(.btn):hover {
  color: #00274a;
}
.section-dark + .section-dark {
  border-top: 1px solid #262626;
}
.section-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.section-column {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  h1.awesome,
  .h1.awesome {
    font-size: 2.5em;
    line-height: 1.2;
  }
  h2.awesome,
  .h2.awesome {
    font-size: 2.1875em;
    line-height: 1.2;
  }
  h3.awesome,
  .h3.awesome {
    font-size: 1.875em;
    line-height: 1.2;
  }
  h4.awesome,
  .h4.awesome {
    font-size: 1.5625em;
    line-height: 1.2;
  }
  h5.awesome,
  .h5.awesome {
    font-size: 1.25em;
    line-height: 1.2;
  }
  h6.awesome,
  .h6.awesome {
    font-size: 1.0625em;
    line-height: 1.2;
  }
}
@media (min-width: 1280px) {
  h1.awesome,
  .h1.awesome {
    font-size: 3em;
    line-height: 1.2;
  }
  h2.awesome,
  .h2.awesome {
    font-size: 2.625em;
    line-height: 1.2;
  }
  h3.awesome,
  .h3.awesome {
    font-size: 2.25em;
    line-height: 1.2;
  }
  h4.awesome,
  .h4.awesome {
    font-size: 1.875em;
    line-height: 1.2;
  }
  h5.awesome,
  .h5.awesome {
    font-size: 1.5em;
    line-height: 1.2;
  }
  h6.awesome,
  .h6.awesome {
    font-size: 1.275em;
    line-height: 1.2;
  }
}
@media (min-width: 1378px) {
  h1.awesome,
  .h1.awesome {
    font-size: 3.5em;
    line-height: 1.2;
  }
  h2.awesome,
  .h2.awesome {
    font-size: 3.0625em;
    line-height: 1.2;
  }
  h3.awesome,
  .h3.awesome {
    font-size: 2.625em;
    line-height: 1.2;
  }
  h4.awesome,
  .h4.awesome {
    font-size: 2.1875em;
    line-height: 1.2;
  }
  h5.awesome,
  .h5.awesome {
    font-size: 1.75em;
    line-height: 1.2;
  }
  h6.awesome,
  .h6.awesome {
    font-size: 1.4875em;
    line-height: 1.2;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin-top: 0;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.2em;
  }
  h2,
  .h2 {
    font-size: 1.925em;
  }
  h3,
  .h3 {
    font-size: 1.65em;
  }
  h4,
  .h4 {
    font-size: 1.375em;
  }
  h5,
  .h5 {
    font-size: 1.1em;
  }
  h6,
  .h6 {
    font-size: 1.1em;
  }
}
@media (min-width: 1280px) {
  h1,
  .h1 {
    font-size: 2.4em;
  }
  h2,
  .h2 {
    font-size: 2.1em;
  }
  h3,
  .h3 {
    font-size: 1.8em;
  }
  h4,
  .h4 {
    font-size: 1.5em;
  }
  h5,
  .h5 {
    font-size: 1.2em;
  }
  h6,
  .h6 {
    font-size: 1.2em;
  }
}
@media (min-width: 1378px) {
  h1,
  .h1 {
    font-size: 2.6em;
  }
  h2,
  .h2 {
    font-size: 2.275em;
  }
  h3,
  .h3 {
    font-size: 1.95em;
  }
  h4,
  .h4 {
    font-size: 1.625em;
  }
  h5,
  .h5 {
    font-size: 1.3em;
  }
  h6,
  .h6 {
    font-size: 1.3em;
  }
}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5 {
  margin-top: 10.5px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 16.8px;
  }
}
@media (min-width: 1280px) {
  .lead {
    font-size: 18.2px;
  }
}
.text-column > *:first-child {
  margin-top: 0;
}
.text-column > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .text-column {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.scroll-top {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  background-color: #555555;
  color: #fff;
  bottom: 10px;
  right: 10px;
  position: fixed;
  opacity: 0;
  width: 3em;
  height: 3em;
}
.scroll-top:active,
.scroll-top:focus,
.scroll-top:hover {
  color: #ffffff;
  background-color: #005096;
}
.scroll-top.scroll-top-visible {
  opacity: 1;
}
.css-arrow,
.scroll-top .scroll-top-icon {
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.css-arrow:before,
.scroll-top .scroll-top-icon:before {
  content: '';
  position: absolute;
  height: 30%;
  width: 30%;
  border-top: 1px solid;
  border-left: 1px solid;
  top: 55%;
  left: 55%;
  transform: translate(-50%, -50%);
}
audio {
  width: 100%;
}
.valign {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.valign > .vcontainer {
  display: table-cell;
  vertical-align: middle;
}
.jumbotron a,
.jumbotron a:hover,
.jumbotron a:active,
.jumbotron a:focus,
.frame-jumbotron a,
.frame-jumbotron a:hover,
.frame-jumbotron a:active,
.frame-jumbotron a:focus {
  color: inherit;
  text-decoration: underline;
}
.panel-body *:last-child {
  margin-bottom: 0;
}
img.lazyload {
  opacity: 0.3;
  transition: opacity 0.3s ease-in 0s;
}
.panel-group {
  margin-bottom: 20px;
}
.caret {
  margin-left: 5px;
}
.caption {
  word-break: break-all;
  color: #777777;
}
body,
.htmlarea-content-body {
  position: relative;
}
.body-bg {
  overflow: hidden;
  zoom: 1;
}
::-moz-selection {
  background-color: #005096;
  color: white;
}
::selection {
  background-color: #005096;
  color: white;
}
.htmlarea-content-body {
  padding: 20px;
}
.body-bg-top {
  padding-top: 45px;
}
@media (min-width: 1280px) {
  .body-bg-top {
    padding-top: 90px;
  }
}
.body-bg-bottom {
  padding-bottom: 45px;
}
@media (min-width: 1280px) {
  .body-bg-bottom {
    padding-bottom: 90px;
  }
}
.navbar {
  position: relative;
  z-index: 1000;
}
.navbar.navbar-fixed-top,
.navbar.navbar-fixed-bottom {
  position: fixed;
}
.navbar-brand > .navbar-brand-logo-normal {
  display: block;
}
.navbar-brand > .navbar-brand-logo-inverted {
  display: none;
}
@media (min-width: 1280px) {
  .navbar-brand-image {
    position: relative;
  }
  .navbar-brand-image > img {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    max-height: 65%;
    width: auto;
  }
}
@media (min-width: 1280px) {
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .navbar-default-transition,
  .navbar-inverse-transition {
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default-transition .navbar-nav > .open > a,
  .navbar-inverse-transition .navbar-nav > .open > a,
  .navbar-default-transition .navbar-nav > .active > a,
  .navbar-inverse-transition .navbar-nav > .active > a,
  .navbar-default-transition .navbar-nav > li > a,
  .navbar-inverse-transition .navbar-nav > li > a,
  .navbar-default-transition .navbar-nav > .open > a:hover,
  .navbar-inverse-transition .navbar-nav > .open > a:hover,
  .navbar-default-transition .navbar-nav > .active > a:hover,
  .navbar-inverse-transition .navbar-nav > .active > a:hover,
  .navbar-default-transition .navbar-nav > li > a:hover,
  .navbar-inverse-transition .navbar-nav > li > a:hover,
  .navbar-default-transition .navbar-nav > .open > a:focus,
  .navbar-inverse-transition .navbar-nav > .open > a:focus,
  .navbar-default-transition .navbar-nav > .active > a:focus,
  .navbar-inverse-transition .navbar-nav > .active > a:focus,
  .navbar-default-transition .navbar-nav > li > a:focus,
  .navbar-inverse-transition .navbar-nav > li > a:focus {
    color: #ffffff;
  }
  .navbar-default-transition .navbar-brand > .navbar-brand-logo-normal,
  .navbar-inverse-transition .navbar-brand > .navbar-brand-logo-normal {
    display: none;
  }
  .navbar-default-transition .navbar-brand > .navbar-brand-logo-inverted,
  .navbar-inverse-transition .navbar-brand > .navbar-brand-logo-inverted {
    display: block;
  }
  .navbar-transition .navbar-header-main .navbar-brand,
  .navbar-transition .navbar-main > li > .navbar-text,
  .navbar-transition .navbar-main > li > a {
    line-height: 45px;
    height: 45px;
  }
  .navbar-transition .navbar-brand > .navbar-brand-logo-normal {
    display: block;
  }
  .navbar-transition .navbar-brand > .navbar-brand-logo-inverted {
    display: none;
  }
}
.navbar.navbar-top {
  border-left: none;
  border-right: none;
  border-top: none;
  margin-bottom: 0px;
}
.navbar-header-main .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-family: inherit;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 90px;
  height: 90px;
  transition: opacity 0.15s ease-in-out 0s;
}
.navbar-header-main .navbar-brand:hover {
  opacity: 0.8;
}
.navbar-header-main .navbar-header-border-bottom {
  display: none;
  left: 50%;
  bottom: -1px;
  position: absolute;
  margin-left: -100%;
  width: 200%;
  background-color: #eeeeee;
  height: 1px;
}
@media (max-width: 1279px) {
  .navbar-header-main {
    position: relative;
  }
  .navbar-header-main .navbar-brand {
    padding: 12px 10px;
    font-size: 1.25em;
    line-height: 21px;
    height: auto;
  }
  .navbar-header-main .navbar-brand.navbar-brand-image {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-header-main .navbar-brand.navbar-brand-image > img {
    max-height: 15px;
    width: auto;
  }
  .navbar-header-main .navbar-header-border-bottom {
    display: block;
  }
}
.navbar-main > li > .navbar-text {
  font-family: inherit;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 15px;
}
.navbar-main > li > a {
  font-family: inherit;
  text-transform: uppercase;
}
.navbar-main > li > a .bar {
  position: absolute;
  top: -10px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: #005096;
  opacity: 0;
  transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
}
.navbar-main > li.dropdown.open > a > .bar,
.navbar-main > li:hover > a > .bar,
.navbar-main > li.active > a > .bar {
  top: 0px;
  opacity: 0.5;
}
.navbar-main > li.dropdown.open > a > .bar,
.navbar-main > li.active > a > .bar {
  opacity: 1;
}
@media (min-width: 1280px) {
  .navbar-bottom .navbar-main > li > a .bar {
    top: auto;
    bottom: -10px;
  }
  .navbar-bottom .navbar-main > li.dropdown.open > a > .bar,
  .navbar-bottom .navbar-main > li:hover > a > .bar,
  .navbar-bottom .navbar-main > li.active > a > .bar {
    top: auto;
    bottom: 0px;
  }
  .navbar-bottom .dropdown-menu {
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1);
  }
  .navbar-bottom .dropdown .dropdown-menu {
    margin-bottom: 0;
  }
}
@media (max-width: 1279px) {
  .navbar-main .open .dropdown-menu {
    border-left: 4px solid rgba(0, 80, 150, 0.5);
  }
  .navbar-main > li > a .bar {
    top: 0px;
    left: -10px;
    width: 4px;
    height: 100%;
    transition: left 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
  }
  .navbar-main > li.dropdown.open > a > .bar,
  .navbar-main > li:hover > a > .bar,
  .navbar-main > li.active > a > .bar {
    left: 0px;
  }
  .navbar-main > li.dropdown > a {
    padding-right: 40px;
  }
  .navbar-main > li.dropdown > a > .caret {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    display: block;
    transition: transform 250ms ease-out 0s;
    transform: rotate(0deg);
  }
  .navbar-main > li.dropdown.open > a > .caret {
    transform: rotate(180deg);
  }
}
@media (min-width: 1280px) {
  .navbar-main:last-child {
    float: right;
  }
  .navbar-main > li.dropdown > a > .caret {
    display: none;
  }
  .navbar-main > li:last-child > a {
    margin-right: 0px;
  }
  .navbar-main > li > .navbar-text,
  .navbar-main > li > a {
    line-height: 90px;
    padding: 0px 10px;
  }
  .navbar-main > li > .navbar-text .caret,
  .navbar-main > li > a .caret {
    display: none;
  }
}
.navbar-toggle {
  height: 34px;
  width: 34px;
  padding: 0;
}
.navbar-toggle .icon-bar {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -1px;
  transition: all 0.3s ease-in-out;
}
.navbar-toggle .icon-bar:nth-child(2) {
  margin-top: -1px;
  transform: rotate(-45deg);
}
.navbar-toggle .icon-bar:nth-child(3) {
  margin-top: -1px;
  opacity: 0;
}
.navbar-toggle .icon-bar:nth-child(4) {
  margin-top: -1px;
  transform: rotate(45deg);
}
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  margin-top: -7px;
  transform: rotate(0deg);
}
.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  opacity: 1;
}
.navbar-toggle.collapsed .icon-bar:nth-child(4) {
  margin-top: 5px;
  transform: rotate(0deg);
}
.navbar-toggle:hover .icon-bar:nth-child(3) {
  margin-left: 2px;
}
@media (hover: none), (hover: on-demand) {
  .navbar-toggle:hover .icon-bar:nth-child(3) {
    margin-left: 0;
  }
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-inverse .navbar-header-main .navbar-toggle,
.navbar-inverse-transition .navbar-header-main .navbar-toggle,
.navbar-inverse-transition.navbar-transition .navbar-header-main .navbar-toggle {
  color: #bfbfbf;
}
.navbar-inverse .navbar-header-main .navbar-header-border-bottom,
.navbar-inverse-transition .navbar-header-main .navbar-header-border-bottom,
.navbar-inverse-transition.navbar-transition .navbar-header-main .navbar-header-border-bottom {
  background-color: #2b2b2b;
}
.navbar-item-text,
.navbar-item-icon {
  display: inline-block;
}
.navbar-item-icon {
  margin-right: 0.25em;
}
.navbar-item-icon img {
  vertical-align: sub;
}
.nav.nav-sidebar {
  font-size: 0.85em;
  margin-bottom: 21px;
  border-radius: 0px;
}
.nav.nav-sidebar ul {
  margin-top: -1px;
  list-style: none;
  padding-left: 0;
  border-left: 15px solid #ebebeb;
}
.nav.nav-sidebar > li {
  position: relative;
}
.nav.nav-sidebar > li > ul:before {
  position: absolute;
  content: '';
  width: 1px;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #dadada;
}
.nav.nav-sidebar li:first-child a {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.nav.nav-sidebar li:last-child a {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.nav.nav-sidebar li + li {
  margin-top: -1px;
}
.nav.nav-sidebar li.nav-header {
  padding: 7px 15px;
  font-size: 0.75em;
  text-transform: uppercase;
  background-color: #ebebeb;
  border: 1px solid #dadada;
}
.nav.nav-sidebar li a {
  position: relative;
  display: block;
  padding: 7px 15px;
  color: #999999;
  border: 1px solid #dadada;
  transition: all 0.15s ease-in-out;
}
.nav.nav-sidebar li a:active,
.nav.nav-sidebar li a:hover,
.nav.nav-sidebar li a:focus {
  z-index: 1;
  border-color: #c8c8c8;
  background-color: #eeeeee;
  outline: 0;
  color: #333333;
  text-decoration: none;
}
.nav.nav-sidebar li.active > a {
  color: #005096;
}
.nav.nav-sidebar li.active > a:active,
.nav.nav-sidebar li.active > a:hover,
.nav.nav-sidebar li.active > a:focus {
  color: #00274a;
}
.nav-tabs {
  margin-bottom: 1.5em;
}
.nav-tabs > li > a {
  color: #555555;
}
.dropdown-header {
  text-transform: uppercase;
  font-size: 0.75em;
  margin-top: 10px;
  padding: 6px 10px;
  border-bottom: 1px solid #e5e5e5;
}
.dropdown-menu {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  padding: 6px 10px;
}
.dropdown-menu > li.dropdown-header:first-child {
  margin-top: 0px;
}
.breadcrumb-section {
  background-color: #f5f5f5;
  border-bottom: 1px solid #eeeeee;
}
.breadcrumb-section .breadcrumb {
  padding: 10.5px;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.csc-textpic-caption-c {
  text-align: center;
}
.csc-textpic-caption-l {
  text-align: left;
}
.csc-textpic-caption-r {
  text-align: right;
}
.news-info {
  margin-bottom: 10.5px;
}
.carousel .item {
  height: 305px;
}
@media (min-width: 1280px) {
  .carousel .item {
    height: 420px;
  }
}
.carousel-small .item {
  height: 300px;
}
@media (min-width: 1280px) {
  .carousel-small .item {
    height: 400px;
  }
}
.carousel-fullscreen .item {
  height: 100vh;
}
.navbar + a + .carousel-fullscreen,
.navbar + a + a + .carousel-fullscreen,
.navbar + .typo3-feedit-element > a + .carousel-fullscreen,
.navbar + .typo3-feedit-element > a + a + .carousel-fullscreen,
.navbar + .main-section > a + .carousel-fullscreen,
.navbar + .main-section > a + a + .carousel-fullscreen,
.navbar + .main-section > .typo3-feedit-element > a + .carousel-fullscreen,
.navbar + .main-section > .typo3-feedit-element > a + a + .carousel-fullscreen {
  margin-top: -45px;
}
@media (min-width: 1280px) {
  .navbar + a + .carousel-fullscreen,
  .navbar + a + a + .carousel-fullscreen,
  .navbar + .typo3-feedit-element > a + .carousel-fullscreen,
  .navbar + .typo3-feedit-element > a + a + .carousel-fullscreen,
  .navbar + .main-section > a + .carousel-fullscreen,
  .navbar + .main-section > a + a + .carousel-fullscreen,
  .navbar + .main-section > .typo3-feedit-element > a + .carousel-fullscreen,
  .navbar + .main-section > .typo3-feedit-element > a + a + .carousel-fullscreen {
    margin-top: -90px;
  }
}
@media (min-width: 1280px) {
  .navbar-fixed-top.navbar-default-transition + a + .carousel,
  .navbar-fixed-top.navbar-inverse-transition + a + .carousel,
  .navbar-fixed-top.navbar-default-transition + a + a + .carousel,
  .navbar-fixed-top.navbar-inverse-transition + a + a + .carousel,
  .navbar-fixed-top.navbar-default-transition + .typo3-feedit-element > a + .carousel,
  .navbar-fixed-top.navbar-inverse-transition + .typo3-feedit-element > a + .carousel,
  .navbar-fixed-top.navbar-default-transition + .typo3-feedit-element > a + a + .carousel,
  .navbar-fixed-top.navbar-inverse-transition + .typo3-feedit-element > a + a + .carousel,
  .navbar-fixed-top.navbar-default-transition + .main-section > a + .carousel,
  .navbar-fixed-top.navbar-inverse-transition + .main-section > a + .carousel,
  .navbar-fixed-top.navbar-default-transition + .main-section > a + a + .carousel,
  .navbar-fixed-top.navbar-inverse-transition + .main-section > a + a + .carousel,
  .navbar-fixed-top.navbar-default-transition + .main-section > .typo3-feedit-element > a + .carousel,
  .navbar-fixed-top.navbar-inverse-transition + .main-section > .typo3-feedit-element > a + .carousel,
  .navbar-fixed-top.navbar-default-transition + .main-section > .typo3-feedit-element > a + a + .carousel,
  .navbar-fixed-top.navbar-inverse-transition + .main-section > .typo3-feedit-element > a + a + .carousel {
    margin-top: -90px;
  }
}
.navbar-fixed-bottom + a + .carousel-fullscreen,
.navbar-fixed-bottom + a + a + .carousel-fullscreen,
.navbar-fixed-bottom + .typo3-feedit-element > a + .carousel-fullscreen,
.navbar-fixed-bottom + .typo3-feedit-element > a + a + .carousel-fullscreen,
.navbar-fixed-bottom + .main-section > a + .carousel-fullscreen,
.navbar-fixed-bottom + .main-section > a + a + .carousel-fullscreen,
.navbar-fixed-bottom + .main-section > .typo3-feedit-element > a + .carousel-fullscreen,
.navbar-fixed-bottom + .main-section > .typo3-feedit-element > a + a + .carousel-fullscreen {
  margin-top: 0;
  height: calc(100vh - 45px);
}
@media (min-width: 1280px) {
  .navbar-fixed-bottom + a + .carousel-fullscreen,
  .navbar-fixed-bottom + a + a + .carousel-fullscreen,
  .navbar-fixed-bottom + .typo3-feedit-element > a + .carousel-fullscreen,
  .navbar-fixed-bottom + .typo3-feedit-element > a + a + .carousel-fullscreen,
  .navbar-fixed-bottom + .main-section > a + .carousel-fullscreen,
  .navbar-fixed-bottom + .main-section > a + a + .carousel-fullscreen,
  .navbar-fixed-bottom + .main-section > .typo3-feedit-element > a + .carousel-fullscreen,
  .navbar-fixed-bottom + .main-section > .typo3-feedit-element > a + a + .carousel-fullscreen {
    height: calc(100vh - 45px - 45px);
  }
}
.carousel .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .carousel .item {
    padding-left: 0;
    padding-right: 0;
  }
}
.carousel .item h1,
.carousel .item h2,
.carousel .item h3,
.carousel .item h4,
.carousel .item h5,
.carousel .item h6 {
  color: inherit;
  margin-top: 0;
}
.carousel .item .valign {
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 768px) {
  .carousel .item .valign {
    width: 738px;
  }
}
@media (min-width: 1280px) {
  .carousel .item .valign {
    width: 1250px;
  }
}
@media (min-width: 1378px) {
  .carousel .item .valign {
    width: 1348px;
  }
}
.carousel {
  overflow: hidden;
}
.carousel .carousel-control {
  text-shadow: none;
}
@media (min-width: 1280px) {
  .carousel .carousel-control {
    width: 100px;
  }
  .carousel .carousel-control.left,
  .carousel .carousel-control.right {
    filter: none;
    background-image: none;
  }
}
.carousel .carousel-indicators li {
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
}
.carousel .carousel-control,
.carousel .carousel-indicators {
  transition: opacity 0.4s ease-in-out 0s;
  z-index: 1;
  opacity: 0;
}
.carousel:hover .carousel-indicators,
.carousel:hover .carousel-control {
  opacity: 1;
}
.carousel .carousel-control-icon {
  transition: all 0.4s ease-in-out 0s;
  transform: translate(0, -50%);
  color: #005096;
  position: absolute;
  top: 50%;
  display: inline-block;
  padding: 1em;
  background-color: #fff;
}
.carousel .carousel-control-icon:before {
  transform: rotate(45deg);
  content: '';
  width: 0.5em;
  height: 0.5em;
  display: block;
  border-top: 1px solid #005096;
  border-right: 1px solid #005096;
}
.carousel .left .carousel-control-icon {
  left: -100%;
}
.carousel .left .carousel-control-icon:before {
  transform: rotate(225deg);
}
.carousel .right .carousel-control-icon {
  right: -100%;
}
.carousel .right .carousel-control-icon:before {
  transform: rotate(45deg);
}
.carousel:hover .left .carousel-control-icon {
  left: 0;
}
.carousel:hover .right .carousel-control-icon {
  right: 0;
}
.carousel .carousel-indicators-navigation {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  margin: 0;
  width: 100%;
  z-index: 15;
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
}
.carousel .carousel-indicators-navigation > li {
  overflow: visible;
  position: relative;
  padding: 0.75em;
  margin: 0;
  border: 0;
  text-indent: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 0;
}
.carousel .carousel-indicators-navigation > li.active:before {
  content: '';
  position: absolute;
  bottom: 0.65em;
  left: 0.75em;
  right: 0.75em;
  border-top: 1px solid #005096;
}
.carousel .carousel-indicators-navigation > li:first-child {
  padding-left: 0;
}
.carousel .carousel-indicators-navigation > li:first-child.active:before {
  left: 0;
}
.carousel .carousel-indicators-navigation > li:last-child {
  padding-right: 0;
}
.carousel .carousel-indicators-navigation > li:last-child.active:before {
  right: 0;
}
.carousel-transition-fade {
  transition: opacity 0.6s ease-in-out 0s;
}
.carousel-transition-fade .item {
  opacity: 0;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-transition-fade .item {
    transition: opacity 0.6s ease-in-out 0s;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    perspective: none;
  }
  .carousel-transition-fade .item.next,
  .carousel-transition-fade .item.next.left,
  .carousel-transition-fade .item.prev,
  .carousel-transition-fade .item.prev.right,
  .carousel-transition-fade .item.active.right,
  .carousel-transition-fade .item.active.left,
  .carousel-transition-fade .item.active {
    transform: none;
  }
}
.carousel-transition-fade .carousel-inner > .active {
  z-index: 1;
  opacity: 1;
}
.carousel-transition-fade .carousel-inner > .next,
.carousel-transition-fade .carousel-inner > .prev {
  opacity: 1;
}
.carousel-transition-fade .carousel-inner > .next,
.carousel-transition-fade .carousel-inner > .prev,
.carousel-transition-fade .carousel-inner > .active.left,
.carousel-transition-fade .carousel-inner > .active.right {
  left: 0;
}
.carousel-transition-fade .carousel-inner > .active.left,
.carousel-transition-fade .carousel-inner > .active.right {
  opacity: 0;
}
.carousel-item-type-header .carousel-text-inner {
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .carousel-item-type-header .carousel-text-inner {
    width: 80%;
  }
}
@media (min-width: 1378px) {
  .carousel-item-type-header .carousel-text-inner {
    width: 65%;
  }
}
.carousel-item-type-text_and_image .carousel-image {
  display: none;
}
.carousel-item-type-text_and_image .carousel-image img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
  height: auto;
}
@media (min-width: 768px) {
  .carousel-item-type-text_and_image .carousel-image {
    display: table-cell;
  }
}
.carousel-item-type-background_image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.carousel-item-type-image .carousel-image img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
  height: auto;
}
.container .carousel {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .container .carousel {
    margin-left: 0;
    margin-right: 0;
  }
}
.container .carousel-inner .item {
  padding-left: 20px;
  padding-right: 20px;
}
.container .carousel-inner .valign {
  width: 100%;
}
.texticon:before,
.texticon:after {
  content: " ";
  display: table;
}
.texticon:after {
  clear: both;
}
.texticon:before,
.texticon:after {
  content: " ";
  display: table;
}
.texticon:after {
  clear: both;
}
.texticon-icon {
  font-size: 2em;
}
.texticon-icon .texticon-inner-icon {
  text-align: center;
  margin: 0 auto;
  display: block;
  height: 1em;
  width: 1em;
}
.texticon-size-awesome {
  font-size: 3em;
}
@media (min-width: 768px) {
  .texticon-size-large {
    font-size: 3em;
  }
  .texticon-size-awesome {
    font-size: 4em;
  }
}
@media (min-width: 1280px) {
  .texticon-size-medium {
    font-size: 3em;
  }
  .texticon-size-large {
    font-size: 4em;
  }
  .texticon-size-awesome {
    font-size: 5em;
  }
}
.texticon-top .texticon-icon {
  margin-bottom: 0.5em;
}
.texticon-type-square .texticon-inner-icon,
.texticon-type-circle .texticon-inner-icon {
  line-height: 2.3em;
  height: 2.3em;
  width: 2.3em;
}
.texticon-type-circle .texticon-inner-icon {
  border-radius: 50%;
}
.texticon-left .texticon-icon,
.texticon-right .texticon-icon {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.texticon-left .texticon-icon {
  float: left;
  margin-left: -10px;
}
.texticon-right .texticon-icon {
  float: right;
  margin-right: -10px;
}
.texticon-left .texticon-content,
.texticon-right .texticon-content {
  overflow: hidden;
  zoom: 1;
}
.texticon-left .texticon-content *:first-child,
.texticon-right .texticon-content *:first-child {
  margin-top: 0px;
}
.texticon-left .texticon-content *:last-child,
.texticon-right .texticon-content *:last-child {
  margin-bottom: 0px;
}
.frame {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .frame {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
@media (min-width: 1280px) {
  .frame {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.frame > *:last-child {
  margin-bottom: 0;
}
.frame-inner > *:last-child {
  margin-bottom: 0;
}
.frame-ruler-before {
  border-top: 1px solid #eeeeee;
  margin-top: 2em;
}
.frame-ruler-after {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .frame-indent .frame-inner {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (min-width: 1280px) {
  .frame-indent .frame-inner {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media (min-width: 1378px) {
  .frame-indent .frame-inner {
    margin-left: 15%;
    margin-right: 15%;
  }
}
.frame-indent-left .frame-inner {
  margin-left: 33%;
}
.frame-indent-right .frame-inner {
  margin-right: 33%;
}
.frame-well {
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 768px) {
  .frame-well {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media (min-width: 1280px) {
  .frame-well {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.frame-jumbotron {
  padding: 2em!important;
}
.frame-jumbotron .btn {
  text-decoration: none!important;
}
@media (min-width: 768px) {
  .frame-jumbotron {
    padding: 3em!important;
  }
}
@media (min-width: 1280px) {
  .frame-jumbotron {
    padding: 4em!important;
  }
}
.frame-small {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media (min-width: 768px) {
  .frame-small {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.frame-has-backgroundimage,
.frame-background-primary,
.frame-background-light,
.frame-background-dark {
  background-position: center;
  background-size: cover;
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 768px) {
  .frame-has-backgroundimage,
  .frame-background-primary,
  .frame-background-light,
  .frame-background-dark {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media (min-width: 1280px) {
  .frame-has-backgroundimage,
  .frame-background-primary,
  .frame-background-light,
  .frame-background-dark {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.frame-background-primary {
  color: #fff;
  background-color: #005096;
  padding-left: 1em;
  padding-right: 1em;
}
.frame-background-primary a:not(.btn) {
  color: #fff;
}
.frame-background-primary a:not(.btn):focus,
.frame-background-primary a:not(.btn):hover {
  color: #d9d9d9;
}
@media (min-width: 768px) {
  .frame-background-primary {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media (min-width: 1280px) {
  .frame-background-primary {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.frame-background-primary + .frame-background-primary {
  border-top: 1px solid #00427d;
}
.frame-background-light {
  color: #333;
  background-color: #f2f2f2;
  padding-left: 1em;
  padding-right: 1em;
}
.frame-background-light a:not(.btn) {
  color: #005096;
}
.frame-background-light a:not(.btn):focus,
.frame-background-light a:not(.btn):hover {
  color: #00274a;
}
@media (min-width: 768px) {
  .frame-background-light {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media (min-width: 1280px) {
  .frame-background-light {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.frame-background-light + .frame-background-light {
  border-top: 1px solid #e5e5e5;
}
.frame-background-dark {
  color: #fff;
  background-color: #333;
  padding-left: 1em;
  padding-right: 1em;
}
.frame-background-dark a:not(.btn) {
  color: #005096;
}
.frame-background-dark a:not(.btn):focus,
.frame-background-dark a:not(.btn):hover {
  color: #00274a;
}
@media (min-width: 768px) {
  .frame-background-dark {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media (min-width: 1280px) {
  .frame-background-dark {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.frame-background-dark + .frame-background-dark {
  border-top: 1px solid #262626;
}
.frame-space-before-none {
  margin-top: 0;
}
.frame-space-before-extra-small {
  margin-top: 1em;
}
.frame-space-before-small {
  margin-top: 2em;
}
.frame-space-before-medium {
  margin-top: 3em;
}
.frame-space-before-large {
  margin-top: 4em;
}
.frame-space-before-extra-large {
  margin-top: 5em;
}
.frame-space-after-none {
  margin-bottom: 0;
}
.frame-space-after-extra-small {
  margin-bottom: 1em;
}
.frame-space-after-small {
  margin-bottom: 2em;
}
.frame-space-after-medium {
  margin-bottom: 3em;
}
.frame-space-after-large {
  margin-bottom: 4em;
}
.frame-space-after-extra-large {
  margin-bottom: 5em;
}
.footer-section-content-column-left,
.footer-section-content-column-middle,
.footer-section-content-column-right {
  width: 100%;
}
@media (min-width: 768px) {
  .footer-section-content-column-left,
  .footer-section-content-column-middle,
  .footer-section-content-column-right {
    width: 33.33333333%;
  }
}
.footer-section {
  color: #fff;
  background: #333;
}
.footer-section a {
  color: #005096;
}
.footer-section a:hover,
.footer-section a:focus {
  color: #00274a;
  text-decoration: underline;
}
.footer-section h1,
.footer-section .h1,
.footer-section h2,
.footer-section .h2,
.footer-section h3,
.footer-section .h3,
.footer-section h4,
.footer-section .h4,
.footer-section h5,
.footer-section .h5 {
  color: inherit;
}
.footer-section-meta {
  color: #fff;
  background: #2b2b2b;
}
.footer-section-meta a {
  color: #00274a;
}
.footer-section-meta a:hover,
.footer-section-meta a:focus {
  color: #00274a;
}
.footer-section-meta .meta-menu {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  .footer-section-meta .meta-menu {
    padding-left: 0;
    list-style: none;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .footer-section-meta .meta-menu > li {
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.footer-section-meta .language-menu {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  .footer-section-meta .language-menu {
    padding-left: 0;
    list-style: none;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .footer-section-meta .language-menu > li {
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.footer-section-meta .language-menu .active a {
  font-weight: bold;
  color: #005096;
}
@media (min-width: 1280px) {
  .footer-section-meta {
    text-align: center;
  }
}
.modal-lightbox {
  margin: 10px auto;
}
.modal-lightbox .close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px 15px;
  line-height: 40px;
}
.modal-lightbox .modal-body {
  padding: 0px;
}
.modal-lightbox .modal-content {
  border: none;
}
.modal-lightbox .modal-caption {
  background-color: #005096;
  background-color: rgba(0, 80, 150, 0.9);
  color: #FFFFFF;
  padding: 10.5px;
  padding-left: 21px;
  padding-right: 21px;
}
.modal-lightbox .modal-caption-title {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
.modal-lightbox .img-responsive {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .modal-lightbox {
    margin: 30px auto;
    width: 600px;
  }
  .modal-lightbox .modal-caption {
    position: absolute;
    left: 0px;
    bottom: 21px;
    max-width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .modal-lightbox {
    width: 800px;
  }
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.thumbnail-caption {
  font-size: 0.85em;
  word-wrap: break-word;
  padding: 9px;
  color: #333333;
}
.thumbnail-caption *:first-child {
  margin-top: 0;
}
.thumbnail-caption *:last-child {
  margin-bottom: 0;
}
.thumbnail-caption h1,
.thumbnail-caption h2,
.thumbnail-caption h3,
.thumbnail-caption h4,
.thumbnail-caption h5,
.thumbnail-caption h6 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.thumbnail-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-bottom: 56.25%;
}
.thumbnail-image img {
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-in-out;
}
.thumbnail:hover > .thumbnail-image img,
.thumbnail:focus > .thumbnail-image img {
  transform: translate(-50%, -50%) scale(1.05);
}
.thumbnail-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
.thumbnail-menu-item {
  padding: 5px;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.thumbnail-menu-image img {
  margin: auto;
  display: block;
  height: auto;
  max-width: 100%;
}
.thumbnail-menu-caption {
  text-align: center;
  color: #333333;
  padding: 1em;
}
.thumbnail-menu-caption-title {
  font-size: 1.2em;
}
.thumbnail-menu-caption-abstract {
  display: none;
  font-size: 0.8em;
}
@media (min-width: 600px) {
  .thumbnail-menu {
    margin-left: -10px;
    margin-right: -10px;
  }
  .thumbnail-menu-item {
    padding: 10px;
  }
  .thumbnail-menu-caption-abstract {
    display: block;
  }
}
.uploads-fileicon {
  margin-right: 0.25em;
}
.uploads-filename {
  margin-right: 0.25em;
}
.uploads-filesize {
  font-size: 0.75em;
}
.gallery-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.frame > .gallery-row:last-child {
  margin-bottom: -1em;
}
.gallery-item {
  float: none;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
figure {
  display: block;
  margin-bottom: 1em;
  line-height: 1.55;
}
figure > img,
figure a > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
figure .caption {
  padding-top: 0.5em;
  font-size: 0.85em;
  line-height: 1.4em;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url('../Images/PhotoSwipe/default-skin.png') 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url('../Images/PhotoSwipe/default-skin.svg');
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url('../Images/PhotoSwipe/preloader.gif') 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
          animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
body .typo3-feedit-element,
.htmlarea-content-body .typo3-feedit-element {
  border: none;
  outline: 3px solid rgba(0, 66, 125, 0.5) !important;
  margin: 0;
}
body .typo3-feedit-element:hover,
.htmlarea-content-body .typo3-feedit-element:hover {
  outline: 3px solid #00427d !important;
}
body .typo3-feedit-element + .typo3-feedit-element,
.htmlarea-content-body .typo3-feedit-element + .typo3-feedit-element {
  margin-top: 1.5em;
}
body .typo3-editPanel,
.htmlarea-content-body .typo3-editPanel {
  background-color: #eaeaea !important;
  border-color: #cacaca !important;
  color: #333333;
  line-height: 2em;
  margin: 0;
}
body .typo3-feedit-element-hidden,
.htmlarea-content-body .typo3-feedit-element-hidden {
  opacity: 0.5;
  outline: 3px solid #e5b848 !important;
}
body .typo3-feedit-element-hidden:hover,
.htmlarea-content-body .typo3-feedit-element-hidden:hover {
  outline: 3px solid #e5b848 !important;
  opacity: 1;
}
body .typo3-editPanel-btn,
.htmlarea-content-body .typo3-editPanel-btn {
  background-color: #eeeeee !important;
  border-color: #bbbbbb !important;
  color: #333333 !important;
}
body .typo3-editPanel-btn:hover,
.htmlarea-content-body .typo3-editPanel-btn:hover {
  background-color: #dadada !important;
}
/**
 FONTAWESOME
 */
/**
FONTAWESOME 5
 */
/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-brands-400.eot');
  src: url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-brands-400.woff2') format('woff2'), url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-brands-400.woff') format('woff'), url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-brands-400.ttf') format('truetype'), url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-light-300.eot');
  src: url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-light-300.woff2') format('woff2'), url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-light-300.woff') format('woff'), url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-light-300.ttf') format('truetype'), url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-light-300.svg#fontawesome') format('svg');
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-regular-400.eot');
  src: url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-regular-400.woff2') format('woff2'), url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-regular-400.woff') format('woff'), url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-regular-400.ttf') format('truetype'), url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-solid-900.eot');
  src: url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-solid-900.woff2') format('woff2'), url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-solid-900.woff') format('woff'), url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-solid-900.ttf') format('truetype'), url('../Fonts/fontawesome/web-fonts-with-css/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-alarm-clock:before {
  content: "\f34e";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-alt-down:before {
  content: "\f354";
}
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}
.fa-arrow-alt-from-left:before {
  content: "\f347";
}
.fa-arrow-alt-from-right:before {
  content: "\f348";
}
.fa-arrow-alt-from-top:before {
  content: "\f349";
}
.fa-arrow-alt-left:before {
  content: "\f355";
}
.fa-arrow-alt-right:before {
  content: "\f356";
}
.fa-arrow-alt-square-down:before {
  content: "\f350";
}
.fa-arrow-alt-square-left:before {
  content: "\f351";
}
.fa-arrow-alt-square-right:before {
  content: "\f352";
}
.fa-arrow-alt-square-up:before {
  content: "\f353";
}
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}
.fa-arrow-alt-up:before {
  content: "\f357";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-from-bottom:before {
  content: "\f342";
}
.fa-arrow-from-left:before {
  content: "\f343";
}
.fa-arrow-from-right:before {
  content: "\f344";
}
.fa-arrow-from-top:before {
  content: "\f345";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-square-down:before {
  content: "\f339";
}
.fa-arrow-square-left:before {
  content: "\f33a";
}
.fa-arrow-square-right:before {
  content: "\f33b";
}
.fa-arrow-square-up:before {
  content: "\f33c";
}
.fa-arrow-to-bottom:before {
  content: "\f33d";
}
.fa-arrow-to-left:before {
  content: "\f33e";
}
.fa-arrow-to-right:before {
  content: "\f340";
}
.fa-arrow-to-top:before {
  content: "\f341";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-aws:before {
  content: "\f375";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-badge:before {
  content: "\f335";
}
.fa-badge-check:before {
  content: "\f336";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball:before {
  content: "\f432";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-basketball-hoop:before {
  content: "\f435";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-bolt:before {
  content: "\f376";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-slash:before {
  content: "\f377";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-bowling-pins:before {
  content: "\f437";
}
.fa-boxing-glove:before {
  content: "\f438";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-browser:before {
  content: "\f37e";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-edit:before {
  content: "\f333";
}
.fa-calendar-exclamation:before {
  content: "\f334";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-alt:before {
  content: "\f332";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-caret-circle-down:before {
  content: "\f32d";
}
.fa-caret-circle-left:before {
  content: "\f32e";
}
.fa-caret-circle-right:before {
  content: "\f330";
}
.fa-caret-circle-up:before {
  content: "\f331";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-bishop-alt:before {
  content: "\f43b";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-clock:before {
  content: "\f43d";
}
.fa-chess-clock-alt:before {
  content: "\f43e";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-king-alt:before {
  content: "\f440";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-knight-alt:before {
  content: "\f442";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-pawn-alt:before {
  content: "\f444";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-queen-alt:before {
  content: "\f446";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chess-rook-alt:before {
  content: "\f448";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-double-down:before {
  content: "\f322";
}
.fa-chevron-double-left:before {
  content: "\f323";
}
.fa-chevron-double-right:before {
  content: "\f324";
}
.fa-chevron-double-up:before {
  content: "\f325";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-square-down:before {
  content: "\f329";
}
.fa-chevron-square-left:before {
  content: "\f32a";
}
.fa-chevron-square-right:before {
  content: "\f32b";
}
.fa-chevron-square-up:before {
  content: "\f32c";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-club:before {
  content: "\f327";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comments:before {
  content: "\f086";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-wide:before {
  content: "\f326";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-credit-card-blank:before {
  content: "\f389";
}
.fa-credit-card-front:before {
  content: "\f38a";
}
.fa-cricket:before {
  content: "\f449";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-curling:before {
  content: "\f44a";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-desktop-alt:before {
  content: "\f390";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-square:before {
  content: "\f321";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows:before {
  content: "\f31d";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expand-wide:before {
  content: "\f320";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-female:before {
  content: "\f182";
}
.fa-field-hockey:before {
  content: "\f44c";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-check:before {
  content: "\f316";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-edit:before {
  content: "\f31c";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-exclamation:before {
  content: "\f31a";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-minus:before {
  content: "\f318";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-plus:before {
  content: "\f319";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-times:before {
  content: "\f317";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-film:before {
  content: "\f008";
}
.fa-film-alt:before {
  content: "\f3a0";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-football-helmet:before {
  content: "\f44f";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frown:before {
  content: "\f119";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-golf-club:before {
  content: "\f451";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-h1:before {
  content: "\f313";
}
.fa-h2:before {
  content: "\f314";
}
.fa-h3:before {
  content: "\f315";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-hexagon:before {
  content: "\f312";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-hockey-sticks:before {
  content: "\f454";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-inbox-in:before {
  content: "\f310";
}
.fa-inbox-out:before {
  content: "\f311";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-industry-alt:before {
  content: "\f3b3";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-info-square:before {
  content: "\f30f";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-jack-o-lantern:before {
  content: "\f30e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-key:before {
  content: "\f084";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-alt:before {
  content: "\f30d";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-lock-open-alt:before {
  content: "\f3c2";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luchador:before {
  content: "\f455";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-male:before {
  content: "\f183";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-hexagon:before {
  content: "\f307";
}
.fa-minus-octagon:before {
  content: "\f308";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-mobile-android:before {
  content: "\f3ce";
}
.fa-mobile-android-alt:before {
  content: "\f3cf";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-moon:before {
  content: "\f186";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octagon:before {
  content: "\f306";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pennant:before {
  content: "\f456";
}
.fa-percent:before {
  content: "\f295";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-alt:before {
  content: "\f3de";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-hexagon:before {
  content: "\f300";
}
.fa-plus-octagon:before {
  content: "\f301";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-print:before {
  content: "\f02f";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-question-square:before {
  content: "\f2fd";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-racquet:before {
  content: "\f45a";
}
.fa-random:before {
  content: "\f074";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-rectangle-landscape:before {
  content: "\f2fa";
}
.fa-rectangle-portrait:before {
  content: "\f2fb";
}
.fa-rectangle-wide:before {
  content: "\f2fc";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-repeat-1:before {
  content: "\f365";
}
.fa-repeat-1-alt:before {
  content: "\f366";
}
.fa-repeat-alt:before {
  content: "\f364";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-retweet-alt:before {
  content: "\f361";
}
.fa-road:before {
  content: "\f018";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scrubber:before {
  content: "\f2f8";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-all:before {
  content: "\f367";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield:before {
  content: "\f132";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-check:before {
  content: "\f2f7";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttlecock:before {
  content: "\f45b";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-sliders-h-square:before {
  content: "\f3f0";
}
.fa-sliders-v:before {
  content: "\f3f1";
}
.fa-sliders-v-square:before {
  content: "\f3f2";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-spade:before {
  content: "\f2f4";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spinner-third:before {
  content: "\f3f4";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-exclamation:before {
  content: "\f2f3";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-strava:before {
  content: "\f428";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablet-android:before {
  content: "\f3fb";
}
.fa-tablet-android-alt:before {
  content: "\f3fc";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tennis-ball:before {
  content: "\f45e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-times-hexagon:before {
  content: "\f2ee";
}
.fa-times-octagon:before {
  content: "\f2f0";
}
.fa-times-square:before {
  content: "\f2d3";
}
.fa-tint:before {
  content: "\f043";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-train:before {
  content: "\f238";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-tree-alt:before {
  content: "\f400";
}
.fa-trello:before {
  content: "\f181";
}
.fa-triangle:before {
  content: "\f2ec";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-trophy-alt:before {
  content: "\f2eb";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-tv-retro:before {
  content: "\f401";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-usb:before {
  content: "\f287";
}
.fa-usd-circle:before {
  content: "\f2e8";
}
.fa-usd-square:before {
  content: "\f2e9";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-fork:before {
  content: "\f2e3";
}
.fa-utensil-knife:before {
  content: "\f2e4";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-utensils-alt:before {
  content: "\f2e6";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f2e2";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-watch:before {
  content: "\f2e1";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whistle:before {
  content: "\f460";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-window:before {
  content: "\f40e";
}
.fa-window-alt:before {
  content: "\f40f";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/**
FICHIERS LESS DU PROJET
 */
/**
 * Various shades of gray (no pun intended)
 */
/**
 * Switch used in the footer
 */
@font-face {
  font-family: 'Roboto';
  src: url('../Fonts/Roboto-Black.eot');
  src: local('Roboto Black'), local('Roboto-Black'), url('../Fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../Fonts/Roboto-Black.woff2') format('woff2'), url('../Fonts/Roboto-Black.woff') format('woff'), url('../Fonts/Roboto-Black.ttf') format('truetype'), url('../Fonts/Roboto-Black.svg#Roboto-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../Fonts/Roboto-Medium.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../Fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../Fonts/Roboto-Medium.woff2') format('woff2'), url('../Fonts/Roboto-Medium.woff') format('woff'), url('../Fonts/Roboto-Medium.ttf') format('truetype'), url('../Fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../Fonts/Roboto-Italic.eot');
  src: local('Roboto Italic'), local('Roboto-Italic'), url('../Fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'), url('../Fonts/Roboto-Italic.woff2') format('woff2'), url('../Fonts/Roboto-Italic.woff') format('woff'), url('../Fonts/Roboto-Italic.ttf') format('truetype'), url('../Fonts/Roboto-Italic.svg#Roboto-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../Fonts/Roboto-MediumItalic.eot');
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('../Fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../Fonts/Roboto-MediumItalic.woff2') format('woff2'), url('../Fonts/Roboto-MediumItalic.woff') format('woff'), url('../Fonts/Roboto-MediumItalic.ttf') format('truetype'), url('../Fonts/Roboto-MediumItalic.svg#Roboto-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../Fonts/Roboto-Regular.eot');
  src: local('Roboto'), local('Roboto-Regular'), url('../Fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/Roboto-Regular.woff2') format('woff2'), url('../Fonts/Roboto-Regular.woff') format('woff'), url('../Fonts/Roboto-Regular.ttf') format('truetype'), url('../Fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../Fonts/Roboto-Light.eot');
  src: local('Roboto Light'), local('Roboto-Light'), url('../Fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../Fonts/Roboto-Light.woff2') format('woff2'), url('../Fonts/Roboto-Light.woff') format('woff'), url('../Fonts/Roboto-Light.ttf') format('truetype'), url('../Fonts/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../Fonts/Roboto-Bold.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../Fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../Fonts/Roboto-Bold.woff2') format('woff2'), url('../Fonts/Roboto-Bold.woff') format('woff'), url('../Fonts/Roboto-Bold.ttf') format('truetype'), url('../Fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../Fonts/Roboto-BlackItalic.eot');
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('../Fonts/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../Fonts/Roboto-BlackItalic.woff2') format('woff2'), url('../Fonts/Roboto-BlackItalic.woff') format('woff'), url('../Fonts/Roboto-BlackItalic.ttf') format('truetype'), url('../Fonts/Roboto-BlackItalic.svg#Roboto-BlackItalic') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../Fonts/Roboto-ThinItalic.eot');
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('../Fonts/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'), url('../Fonts/Roboto-ThinItalic.woff2') format('woff2'), url('../Fonts/Roboto-ThinItalic.woff') format('woff'), url('../Fonts/Roboto-ThinItalic.ttf') format('truetype'), url('../Fonts/Roboto-ThinItalic.svg#Roboto-ThinItalic') format('svg');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../Fonts/Roboto-LightItalic.eot');
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('../Fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'), url('../Fonts/Roboto-LightItalic.woff2') format('woff2'), url('../Fonts/Roboto-LightItalic.woff') format('woff'), url('../Fonts/Roboto-LightItalic.ttf') format('truetype'), url('../Fonts/Roboto-LightItalic.svg#Roboto-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../Fonts/Roboto-BoldItalic.eot');
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('../Fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../Fonts/Roboto-BoldItalic.woff2') format('woff2'), url('../Fonts/Roboto-BoldItalic.woff') format('woff'), url('../Fonts/Roboto-BoldItalic.ttf') format('truetype'), url('../Fonts/Roboto-BoldItalic.svg#Roboto-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../Fonts/Roboto-Thin.eot');
  src: local('Roboto Thin'), local('Roboto-Thin'), url('../Fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../Fonts/Roboto-Thin.woff2') format('woff2'), url('../Fonts/Roboto-Thin.woff') format('woff'), url('../Fonts/Roboto-Thin.ttf') format('truetype'), url('../Fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
}
/*
 * sizes and positions
 */
a.datepicker-button {
  cursor: pointer;
}
div.datepicker-calendar {
  margin: 0 10px 10px 0;
  font-size: 0.9em;
  padding: 2px;
  position: absolute;
  width: 261px;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 50;
}
div.datepicker-calendar div.datepicker-month-wrap {
  margin: 0;
  padding-top: 1px;
  text-align: center;
  height: 30px;
}
div.datepicker-calendar div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar div.datepicker-month-fast-next.disabled,
div.datepicker-calendar div.datepicker-month-prev.disabled,
div.datepicker-calendar div.datepicker-month-next.disabled {
  border: none;
  cursor: default;
}
div.datepicker-calendar div.datepicker-month-fast-prev,
div.datepicker-calendar div.datepicker-month-fast-next,
div.datepicker-calendar div.datepicker-month-prev,
div.datepicker-calendar div.datepicker-month-next {
  cursor: pointer;
  margin: 3px;
  width: 24px;
  height: 24px;
  padding-top: 3px;
}
div.datepicker-calendar div.datepicker-month-fast-prev {
  padding-right: 2px;
}
div.datepicker-calendar div.datepicker-month-fast-next {
  padding-left: 2px;
}
div.datepicker-calendar div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar div.datepicker-month-next.enabled:hover,
div.datepicker-calendar div.datepicker-month-next.enabled:focus {
  margin-top: 2px;
  border: 1px solid #800;
  border-radius: 4px;
}
div.datepicker-calendar div.datepicker-month {
  margin: 3px 56px 2px 56px;
  height: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  cursor: pointer;
  padding-top: 1px;
}
div.datepicker-calendar div.datepicker-month:after {
  font-family: 'Font Awesome 5 Pro';
  font-size: 0.6em;
  display: inline-block;
  margin-left: 5px;
  content: "\f078";
}
div.datepicker-calendar div.datepicker-month:hover,
div.datepicker-calendar div.datepicker-month:focus {
  padding-top: 0;
  border: 1px solid #800;
  border-radius: 4px;
}
div.datepicker-calendar table.datepicker-grid {
  width: 100%;
  font-size: 1.2em;
  text-align: center;
}
div.datepicker-calendar table.datepicker-grid.rtl {
  direction: rtl;
}
div.datepicker-calendar table.datepicker-grid:focus {
  outline: none;
}
div.datepicker-calendar table.datepicker-grid th,
div.datepicker-calendar table.datepicker-grid td {
  text-align: center;
  padding: 0;
}
div.datepicker-calendar table.datepicker-grid th abbr {
  border: none;
}
div.datepicker-calendar table.datepicker-grid td {
  border: 1px solid #999;
  cursor: pointer;
}
div.datepicker-calendar table.datepicker-grid td.unselectable {
  cursor: default;
}
div.datepicker-calendar table.datepicker-grid th,
div.datepicker-calendar table.datepicker-grid td.day {
  height: 30px;
}
div.datepicker-calendar table.datepicker-grid td.month {
  height: 60px;
}
div.datepicker-calendar table.datepicker-grid td.year {
  height: 45px;
}
div.datepicker-calendar table.datepicker-grid td.curDay,
div.datepicker-calendar table.datepicker-grid td.curMonth,
div.datepicker-calendar table.datepicker-grid td.curYear {
  border: 1px solid #999;
}
div.datepicker-calendar table.datepicker-grid td.empty {
  border: 1px solid #999;
  cursor: default;
}
div.datepicker-calendar .offscreen {
  position: absolute;
  left: -200em;
  top: -100em;
}
.datepicker-overlay {
  background: #777;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  height: 100%;
  min-height: 100%;
  z-index: 40;
}
div.datepicker-calendar button.datepicker-close {
  height: 30px;
  width: 100%;
  font-weight: bold;
  margin-top: 1px;
  border: 1px solid #eee;
  border-radius: 2px;
}
/****************************
 * colors
 ***************************/
/****************************
 * default theme colors
 ***************************/
a.datepicker-button.default:hover,
a.datepicker-button.default:focus {
  background-color: #005096;
  color: #d4d4d4;
}
div.datepicker-calendar.default {
  background-color: #FFF;
}
div.datepicker-calendar.default div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar.default div.datepicker-month-fast-next.disabled,
div.datepicker-calendar.default div.datepicker-month-prev.disabled,
div.datepicker-calendar.default div.datepicker-month-next.disabled {
  color: #999;
}
div.datepicker-calendar.default div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar.default div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar.default div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar.default div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-next.enabled:focus,
div.datepicker-calendar.default div.datepicker-month:hover,
div.datepicker-calendar.default div.datepicker-month:focus,
div.datepicker-calendar.default button.datepicker-close:hover,
div.datepicker-calendar.default button.datepicker-close:focus {
  background-color: #EEE;
  border-color: #999;
}
div.datepicker-calendar.default table.datepicker-grid:focus {
  outline: 1px dotted #999;
}
div.datepicker-calendar.default tr.datepicker-weekdays {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
div.datepicker-calendar.default table.datepicker-grid th {
  background-color: #EEE;
  border: none;
}
div.datepicker-calendar.default table.datepicker-grid td {
  border: none;
  color: #000;
}
div.datepicker-calendar.default table.datepicker-grid td.unselectable {
  color: #999;
}
div.datepicker-calendar.default table.datepicker-grid td.curDay,
div.datepicker-calendar.default table.datepicker-grid td.curMonth,
div.datepicker-calendar.default table.datepicker-grid td.curYear {
  background-color: #FFF0C4;
}
div.datepicker-calendar.default table.datepicker-grid td.empty {
  border: none;
  color: #CCC;
}
div.datepicker-calendar.default table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.default table.datepicker-grid td.selectable.focus {
  background-color: #005096;
}
div.datepicker-calendar.default table.datepicker-grid td.empty:hover {
  background-color: #F9F9F9;
}
div.datepicker-calendar.default button.datepicker-close {
  background-color: #005096;
  border-color: #999;
  color: #d4d4d4;
}
/****************************
 * bootstrap theme colors
 ***************************/
a.datepicker-button.bootstrap:hover,
a.datepicker-button.bootstrap:focus {
  background-color: #005096;
}
div.datepicker-calendar.bootstrap {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  min-width: 160px;
  font-size: 0.8em;
  background-clip: padding-box;
  background-color: #FFF;
  border-radius: 4px;
  line-height: 20px;
}
div.datepicker-calendar.bootstrap.below {
  margin-top: 2px;
}
div.datepicker-calendar.bootstrap.above {
  margin-top: -2px;
}
div.datepicker-calendar.bootstrap.above:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
div.datepicker-calendar.bootstrap.above:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.disabled,
div.datepicker-calendar.bootstrap div.datepicker-month-prev.disabled,
div.datepicker-calendar.bootstrap div.datepicker-month-next.disabled {
  color: #999;
}
div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar.bootstrap div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.bootstrap div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar.bootstrap div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.bootstrap div.datepicker-month-next.enabled:focus,
div.datepicker-calendar.bootstrap div.datepicker-month:hover,
div.datepicker-calendar.bootstrap div.datepicker-month:focus,
div.datepicker-calendar.bootstrap button.datepicker-close:hover,
div.datepicker-calendar.bootstrap button.datepicker-close:focus {
  background-color: #EEE;
  border-color: #999;
}
div.datepicker-calendar.bootstrap table.datepicker-grid:focus {
  outline: none;
}
div.datepicker-calendar.bootstrap tr.datepicker-weekdays {
  border: none;
}
div.datepicker-calendar.bootstrap table.datepicker-grid th abbr {
  text-decoration: none;
  cursor: default;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td {
  border: none;
  color: #000;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td.curDay,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curMonth,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curYear,
div.datepicker-calendar.bootstrap table.datepicker-grid td.focus {
  color: #d4d4d4;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td:focus,
div.datepicker-calendar.bootstrap table.datepicker-grid td:hover,
div.datepicker-calendar.bootstrap table.datepicker-grid td:active {
  color: #d4d4d4;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td.unselectable {
  color: #999;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td.curDay,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curMonth,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curYear {
  background-color: rgba(200, 231, 255, 0.93);
}
div.datepicker-calendar.bootstrap table.datepicker-grid td.empty {
  border: none;
  color: #CCC;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable.focus {
  background-color: #005096;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td.empty:hover {
  background-color: #F9F9F9;
}
div.datepicker-calendar.bootstrap button.datepicker-close {
  background-color: #005096;
  border-color: #999;
  color: #d4d4d4;
}
.date-picker-wrapper {
  position: relative;
}
.date-picker-wrapper .glyphicon {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
.date-picker-wrapper .glyphicon.glyphicon-calendar:before {
  content: "\f133";
}
.date-picker-wrapper .glyphicon.glyphicon-triangle-left:before {
  content: "\f0d9";
}
.date-picker-wrapper .glyphicon.glyphicon-triangle-right:before {
  content: "\f0da";
}
textarea.form-control {
  height: auto;
  min-height: 100px;
}
.form-check-label input[type="radio"] {
  position: absolute;
}
.form-check-label input[type="radio"] + span {
  padding-left: 20px;
}
form .actions button.btn {
  border-radius: 20px;
  padding: 6px 20px;
}
.tx_pcv_form .form-group .input-wrapper .caret.caret-down {
  cursor: pointer;
}
.btn.btn-primary {
  border-radius: 20px;
  padding: 6px 20px;
  line-height: 26px;
}
ul.typo3-messages {
  list-style: none;
  padding: 0;
}
ul.typo3-messages li.alert {
  margin-bottom: 20px;
}
/*

JMA :
Le HR dépassait sur la gauche, voir #pageTitle dans content.less

#pageTitle {
  height: 150px;
  display: table;
  width: 100%;

  h1 {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 28px;
    span {
      background-color: @body-bg;
      padding-right: 25px;
    }
    hr {
      height: 1px;
      background: @theme-gray;
      margin-top: -17px;
      display: block;
      width: 100%;
      border: 0;
    }
  }
}

.chapo {
  color: @theme-gray;
  font-size: 20px;
  line-height: 30px;
}*/
.pcv-icon {
  min-width: 50px;
  min-height: 50px;
}
.pcv-icon path {
  fill: #000000;
}
.directlink .pcv-icon {
  min-width: 40px;
  min-height: 40px;
}
.directlink .pcv-icon path {
  fill: #ffffff;
}
.body-bg-mainsection-white #mainSection .wrapper {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 30px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.tx-qccp .qccp-detail {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.tx-qccp .qccp-detail .qccp-carousel .carousel-item {
  height: 600px;
}
@media (max-width: 768px) {
  .tx-qccp .qccp-detail .qccp-carousel .carousel-item {
    height: 470px;
  }
}
@media (max-width: 576px) {
  .tx-qccp .qccp-detail .qccp-carousel .carousel-item {
    height: 350px;
  }
}
.right-section .frame:first-of-type {
  padding-top: 0;
}
.frame-default .tx-qccp .qccp-item {
  padding: 0 !important;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 30px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.list-group-item-header h2,
.list-group-item-header h3 {
  font-size: 15px !important;
}
.frame-block.frame-background-none {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 30px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 0px 10px;
}
.frame-block.frame-background-none .header-block {
  padding: 20px;
}
.frame-block.frame-background-none .header-block a {
  color: #323232;
  padding: 8px 15px;
  border-radius: 50px;
  border: 1px solid #323232;
  font-size: 13px;
  line-height: 18px;
}
.frame-block.frame-background-none .header-block .icon-wrapper {
  float: left;
  padding: 2px 0 0 0;
}
.frame-block.frame-background-none .header-block .icon-wrapper svg {
  max-width: 50px;
}
.frame-block.frame-background-none .header-block h2,
.frame-block.frame-background-none .header-block h3,
.frame-block.frame-background-none .header-block h4,
.frame-block.frame-background-none .header-block h5 {
  margin-bottom: 0;
  margin-left: 40px;
}
.frame-block.frame-background-none .header-block h2 a,
.frame-block.frame-background-none .header-block h3 a,
.frame-block.frame-background-none .header-block h4 a,
.frame-block.frame-background-none .header-block h5 a {
  border: none;
}
@media (max-width: 767px) {
  .frame-block.frame-background-none .header-block {
    padding: 10px;
  }
  .frame-block.frame-background-none .header-block .text-right {
    margin: 5px 0;
  }
  .frame-block.frame-background-none .header-block h2,
  .frame-block.frame-background-none .header-block h3,
  .frame-block.frame-background-none .header-block h4,
  .frame-block.frame-background-none .header-block h5 {
    margin-left: 20px;
  }
}
.frame-block.frame-background-none .qccp-list .qccp-item {
  margin: 0 -5px;
  padding: 0;
}
@media (max-width: 1279px) {
  .frame-block.frame-background-none .qccp-list .qccp-item {
    margin: 0 -10px;
    box-shadow: 0 0 0 1px #c7c7c7;
  }
}
.frame-block.frame-background-none .qccp-list .qccp-item .panel-image {
  margin: 0 -5px;
}
.frame-block.frame-background-none .qccp-list .control-slide {
  z-index: 99;
  top: 36%;
  position: absolute;
  color: white;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 60px;
  padding: 5px;
  width: 30px;
  height: 30px;
  background: none;
}
.frame-block.frame-background-none .qccp-list .control-slide,
.frame-block.frame-background-none .qccp-list .control-slide:focus,
.frame-block.frame-background-none .qccp-list .control-slide:active {
  outline: none;
}
.frame-block.frame-background-none .qccp-list .control-slide.prev-slide {
  left: 5px;
}
.frame-block.frame-background-none .qccp-list .control-slide.next-slide {
  right: 5px;
}
.frame-block.frame-background-none .footer-block {
  clear: both;
  border-top: 1px solid #c7c7c7;
  background: #f3f3f3;
  border-radius: 0 0 8px 8px;
}
.frame-block.frame-background-none .footer-block a {
  color: #323232;
}
@media (max-width: 767px) {
  .tx-qccp + .footer-block {
    border-top: 0 !important;
  }
}
@media (max-width: 1279px) {
  div.section div.frame {
    margin-top: 2em !important;
  }
}
/**
Sources : https://github.com/daneden/animate.css
 */
@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}
@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}
@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (min-width: 1280px) {
  .navbar-brand-image > img {
    max-height: none;
    width: 108px;
  }
}
@media (max-width: 1279px) {
  body,
  .htmlarea-content-body {
    margin-top: 50px;
  }
}
header.navbar.navbar-top {
  height: 90px;
  border: 0;
  background-color: #848484;
}
header.navbar.navbar-top .navbar-header-main {
  overflow: hidden;
  margin: 0;
}
@media (max-width: 1279px) {
  header.navbar.navbar-top {
    background-image: linear-gradient(to bottom, #005096 0%, #0078C8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005096', endColorstr='#ff0078c8', GradientType=0);
    height: 56px;
  }
}
header.navbar.navbar-top.no-margin {
  margin: 0;
}
header.navbar.navbar-top nav.nav-main {
  height: 50px;
}
@media (max-width: 1279px) {
  header.navbar.navbar-top nav.nav-main {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
  header.navbar.navbar-top nav.nav-main .navbar-main {
    width: 100vw;
    margin: 0;
    height: inherit;
    max-height: inherit;
    border-bottom: 1px solid #005096;
  }
  header.navbar.navbar-top nav.nav-main .navbar-main .mobile-footer-menu-icon {
    width: 100%;
    margin-bottom: 5px;
  }
  header.navbar.navbar-top nav.nav-main .navbar-main li {
    height: inherit;
    width: 25vw;
    margin: 0;
    border-color: #d4d4d4;
    border-bottom: 0;
    float: left;
  }
  header.navbar.navbar-top nav.nav-main .navbar-main li a {
    border: 0;
    color: #d4d4d4;
    background: none;
    text-transform: none;
    font-size: 0.6em;
  }
  header.navbar.navbar-top nav.nav-main .navbar-main li a .bar {
    display: none;
  }
  header.navbar.navbar-top nav.nav-main .navbar-main li.active a {
    color: #005096;
  }
  header.navbar.navbar-top nav.nav-main .navbar-main li.active:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 2px;
    background: #005096;
  }
}
header.navbar.navbar-top nav li.nav-button.search-button,
header.navbar.navbar-top nav li.nav-button.user-button {
  float: right;
}
header.navbar.navbar-top .container {
  padding: 0;
  background-color: white;
}
header.navbar.navbar-top .navbar-header {
  height: 90px;
  border-bottom: #005096 1px solid;
  background-color: #005096;
}
@media (max-width: 1279px) {
  header.navbar.navbar-top .navbar-header {
    background-image: linear-gradient(to bottom, #005096 0%, #0078C8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005096', endColorstr='#ff0078c8', GradientType=0);
    height: 55px;
    border: none;
  }
}
header.navbar.navbar-top .navbar-header .navbar-brand {
  line-height: 89px;
  padding: 0;
  width: 237px;
  text-align: center;
  color: #fff;
}
header.navbar.navbar-top .navbar-header .navbar-brand .navbar-brand-logo-normal,
header.navbar.navbar-top .navbar-header .navbar-brand .navbar-brand-logo-inverted {
  margin: auto;
}
@media (max-width: 1279px) {
  header.navbar.navbar-top .navbar-header .navbar-brand {
    margin: 0 15px;
    width: 118.5px;
    line-height: 55px;
    max-height: 55px;
    padding: 0;
  }
  header.navbar.navbar-top .navbar-header .navbar-brand .navbar-brand-logo-normal,
  header.navbar.navbar-top .navbar-header .navbar-brand .navbar-brand-logo-inverted {
    height: 55px;
    max-height: 55px;
    padding: 5px;
  }
}
@media (min-width: 1280px) {
  header.navbar.navbar-top .navbar-header .navbar-brand {
    margin-left: 0 !important;
  }
}
header.navbar.navbar-top .navbar-header .mobile-buttons {
  float: right;
  height: 55px;
  margin-right: 20px;
}
header.navbar.navbar-top .navbar-header .mobile-buttons li {
  display: inline-block;
  height: 100%;
  border: none;
  text-align: center;
  width: 40px;
}
header.navbar.navbar-top .navbar-header .mobile-buttons li a {
  display: table;
  height: 100%;
  color: #fff;
  background: none;
  width: 100%;
}
@media (min-width: 1279px) {
  header.navbar.navbar-top .navbar-header .mobile-buttons li a:hover {
    background: none;
  }
}
header.navbar.navbar-top .navbar-header .mobile-buttons li a i {
  vertical-align: middle;
  display: table-cell;
}
header.navbar.navbar-top .navbar-main {
  float: initial;
  overflow: hidden;
  height: 90px;
  background: #fff;
  border-bottom: #d4d4d4 1px solid;
}
header.navbar.navbar-top .navbar-main li {
  border-bottom: #d4d4d4 1px solid;
  background-color: #fff;
  height: 90px;
  display: table;
  font-weight: bold;
  text-align: center;
}
header.navbar.navbar-top .navbar-main li a {
  display: table-cell;
  vertical-align: middle;
  color: #d4d4d4;
  padding: 0;
  line-height: 1;
  line-height: initial;
}
@media (max-width: 1279px) {
}
header.navbar.navbar-top .navbar-main li a:hover,
header.navbar.navbar-top .navbar-main li a:active,
header.navbar.navbar-top .navbar-main li a:focus {
  background: none;
}
header.navbar.navbar-top .navbar-main li.dropdown.open > a,
header.navbar.navbar-top .navbar-main li:hover > a,
header.navbar.navbar-top .navbar-main li.active > a {
  color: #005096;
}
header.navbar.navbar-top .navbar-main li.dropdown.open > a > .bar,
header.navbar.navbar-top .navbar-main li:hover > a > .bar,
header.navbar.navbar-top .navbar-main li.active > a > .bar {
  top: 86px;
}
header.navbar.navbar-top .navbar-main:first-of-type {
  width: calc(100% - 237px);
}
header.navbar.navbar-top .navbar-mobile {
  float: right;
}
header.navbar.navbar-top .navbar-mobile .title-wrapper {
  float: left;
}
header.navbar.navbar-top .navbar-mobile h1.mobile-active-page {
  color: #005096;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0;
}
header.navbar.navbar-top .navbar-mobile h2.mobile-active-parent {
  color: #005096;
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-top: 7px;
}
@media (max-width: 1279px) {
  header.navbar.navbar-top .navbar-mobile .navbar-toggle {
    float: left;
    margin: calc(28px - 34px / 2) 20px 0 20px;
  }
}
header.navbar.navbar-top .navbar-mobile .navbar-toggle .icon-bar {
  background: white;
}
header.navbar.navbar-top .nav-link {
  border-right: #d4d4d4 1px solid;
  /*
    ## REP-130
    CORRECTION TANT QUE LES FAVORIS NE SONT PAS ACTIVES.
    SI FAVORIS, IL FAUT SUPPRIMER LE "*0.6667" en fin d'equation
    COMME CECI :
    width: ~"calc(@{navbar-link-width} - (@{icons-size}))";
     */
  width: calc(33.33333333333333% - (90px*0.6667));
}
@media (max-width: 1377px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header.navbar.navbar-top .nav-link {
    width: calc(33.33333333333333% - 90px - 1px);
  }
}
header.navbar.navbar-top .nav-button {
  border-right: #d4d4d4 1px solid;
  width: 90px;
}
header.navbar.navbar-top .nav-button.search-button {
  border-bottom: #005096 1px solid;
  border-right: #005096 1px solid;
}
header.navbar.navbar-top .nav-button.search-button a,
header.navbar.navbar-top .nav-button.search-button a:hover,
header.navbar.navbar-top .nav-button.search-button a:focus {
  background-color: #005096;
  color: #fff;
}
.navbar-header-main .navbar-brand {
  opacity: 0.85;
}
.navbar-header-main .navbar-brand:focus,
.navbar-header-main .navbar-brand:hover {
  opacity: 1;
}
.tx-qccp .nav {
  height: inherit;
}
.subnavigation {
  padding: 0;
  background-color: #fff;
  width: 237px;
}
@media (max-width: 1279px) {
  .subnavigation {
    z-index: 1000;
    position: fixed;
    overflow: auto;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 80%;
    left: -80%;
    transition: left ease-in-out 0.3s;
  }
}
.subnavigation.transition {
  min-height: 100vh;
  overflow: hidden;
}
.subnavigation .subnavigation-nav {
  background: #fff;
  min-height: 100%;
  z-index: 100;
}
@media (max-width: 1377px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .subnavigation .subnavigation-nav {
    min-height: 100vh;
  }
}
.subnavigation .nav {
  margin-bottom: 0;
  min-height: 100%;
  max-height: initial;
}
@media (max-width: 1377px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .subnavigation .nav {
    min-height: 100vh;
  }
}
.subnavigation .nav.nav-sidebar {
  /**
       * JMA : Added this to try to correct the issue with the menu being too long for the screen
       */
  height: auto;
  width: 100%;
  text-transform: uppercase;
}
.subnavigation .nav.nav-sidebar .title-wrapper,
.subnavigation .nav.nav-sidebar .nav-arrow-left {
  display: inline-block;
}
.subnavigation .nav.nav-sidebar li {
  position: relative;
  border: 0;
  font-size: 13px;
  width: 100%;
  margin: 0;
  z-index: 100;
}
.subnavigation .nav.nav-sidebar li.open-submenu:after {
  position: absolute;
  content: '';
  border: solid black;
  border-width: 0 1px 1px 0;
  display: block;
  padding: 3px;
  height: 3px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
  z-index: 2;
}
.subnavigation .nav.nav-sidebar li.open-submenu > a {
  cursor: pointer;
}
.subnavigation .nav.nav-sidebar li > a {
  color: #333333;
  border: 0;
  margin: 0;
  padding: 25px 37px 25px 30px;
}
.subnavigation .nav.nav-sidebar li > a:hover,
.subnavigation .nav.nav-sidebar li > a:active,
.subnavigation .nav.nav-sidebar li > a:focus {
  background: none;
}
.subnavigation .nav.nav-sidebar li.active > a,
.subnavigation .nav.nav-sidebar li.trail > a {
  position: relative;
  font-weight: bold;
  color: #005096;
}
.subnavigation .nav.nav-sidebar li.active > a:after,
.subnavigation .nav.nav-sidebar li.trail > a:after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #005096;
  bottom: 18px;
  z-index: 2;
}
@media (max-width: 1279px) {
  .subnavigation .nav.nav-sidebar li.active > a:after,
  .subnavigation .nav.nav-sidebar li.trail > a:after {
    height: 100%;
    width: 3px;
    bottom: inherit;
    left: 0;
    top: 0;
  }
}
.subnavigation .nav.nav-sidebar li.nav-header {
  height: 180px;
  padding: 25px;
  margin-bottom: 30px;
  background-image: linear-gradient(to bottom, #005096 0%, #0078C8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005096', endColorstr='#ff0078c8', GradientType=0);
  border-bottom: #005096 4px solid;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.subnavigation .nav.nav-sidebar li.nav-header .goback-drawer {
  background: none;
  display: inline-block;
  border: none;
  padding: 20px 20px 20px 0;
  cursor: pointer;
}
.subnavigation .nav.nav-sidebar li.nav-header .close-drawer {
  display: none;
  background: none;
  border: none;
  padding: 20px 20px 20px 0;
  cursor: pointer;
  float: right;
  margin-top: 20px;
}
@media (max-width: 1279px) {
  .subnavigation .nav.nav-sidebar li.nav-header .close-drawer {
    display: inline-block;
  }
}
.subnavigation .nav.nav-sidebar li.nav-header span.wrapper {
  display: inline-block;
  max-width: calc(100% - 37px);
}
@media (max-width: 1279px) {
  .subnavigation .nav.nav-sidebar li.nav-header span.wrapper {
    max-width: calc(100% - 120px);
  }
}
.subnavigation .nav.nav-sidebar li.nav-header span.menu {
  margin-top: 30px;
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.subnavigation .nav.nav-sidebar li.nav-header:after {
  content: none;
}
@media (min-width: 1279px) {
  .subnavigation .nav:hover li:after {
    opacity: 0.4;
  }
  .subnavigation .nav:hover li > a {
    opacity: 0.4;
  }
  .subnavigation .nav:hover li.nav-header,
  .subnavigation .nav:hover li.nav-header a {
    opacity: 1;
  }
  .subnavigation .nav:hover li.nav-header:after,
  .subnavigation .nav:hover li.nav-header a:after {
    opacity: 1;
  }
  .subnavigation .nav:hover li:hover:after {
    opacity: 1;
  }
  .subnavigation .nav:hover li:hover > a {
    opacity: 1;
    color: #005096;
  }
}
.subnavigation-wrapper.open {
  z-index: 9999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  min-height: 100vh;
}
.subnavigation-wrapper.open .subnavigation {
  left: 0;
  transition: left ease-in-out 0.3s;
}
.footer-section {
  padding: 50px 0;
  background-color: #f3f3f3;
  color: #323232;
}
.footer-section .social-network-links {
  float: right;
}
@media (max-width: 1279px) {
  .footer-section .social-network-links {
    float: left;
  }
}
.footer-section .social-network-links a:hover,
.footer-section .social-network-links a:focus,
.footer-section .social-network-links a:active {
  text-decoration: none;
}
.footer-section .suggestion_box {
  padding-left: 17px;
}
.footer-section .suggestion_box li a {
  color: #323232;
  font-size: 13px;
}
.footer-section .suggestion_box li a:focus,
.footer-section .suggestion_box li a:hover {
  text-decoration: none;
}
.footer-section h2 {
  color: #005096;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: normal;
}
.footer-section .circle {
  display: table;
  width: 30px;
  height: 30px;
  border: 1px solid #005096;
  border-radius: 15px;
  text-align: center;
}
.footer-section .circle > * {
  display: table-cell;
  vertical-align: middle;
  color: #005096;
}
.scroll-top-wrapper {
  width: 100%;
  text-align: center;
  margin: auto;
  position: relative;
  margin-top: 50px;
}
.scroll-top-wrapper .scroll-top-text {
  margin: auto;
  max-width: 197px;
  padding: 1px;
  background: #d4d4d4;
  display: block;
  border-radius: 15px;
  position: initial;
}
.scroll-top-wrapper .scroll-top-text a {
  opacity: 0.6;
  color: #323232;
  font-size: 12px;
  transition: opacity 0.34s ease;
}
.scroll-top-wrapper .scroll-top-text a:hover,
.scroll-top-wrapper .scroll-top-text a:focus {
  opacity: 0.8;
}
.scroll-top-wrapper:before {
  content: '';
  background: #d4d4d4;
  width: calc(50% - 90px);
  position: absolute;
  left: 0;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.scroll-top-wrapper:after {
  content: '';
  background: #d4d4d4;
  width: calc(50% - 90px);
  position: absolute;
  right: 0;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.alert {
  margin-bottom: 0;
}
body,
.htmlarea-content-body {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 26px;
  color: #323232;
  background-color: #848484;
}
.h1 {
  font-size: 1.75em;
  line-height: 38px;
  font-weight: 300;
  letter-spacing: 2px;
}
.h2 {
  font-size: 1em;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.h3-labels {
  font-size: 0.875em;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.h4-chapo {
  font-size: 1.25em;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}
.h5-legend {
  font-size: 0.875em;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}
.regular-text {
  font-size: 1em;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
}
.side-h2 {
  font-size: 0.8125em;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #005096;
  border-top: solid 2px #d4d4d4;
  padding-top: 2em;
}
.side-h3-labels {
  font-size: 0.75em;
  line-height: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.side-h4-chapo {
  font-size: 0.8125em;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 1px;
}
.side-h5-legend {
  font-size: 0.75em;
  line-height: 16px;
  font-weight: normal;
  letter-spacing: 1px;
}
.side-regular-text {
  font-size: 0.8125em;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 1px;
}
/**
 * Titles
 **/
h1 {
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
  margin-top: 21px;
  margin-bottom: 10.5px;
  font-size: 2em;
  margin-top: 0;
  font-size: 1.75em;
  line-height: 38px;
  font-weight: 300;
  letter-spacing: 2px;
}
h1 small,
h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1 small,
h1 .small {
  font-size: 65%;
}
h2 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  margin-top: 21px;
  margin-bottom: 10.5px;
  font-size: 1.75em;
  margin-top: 0;
  font-size: 1em;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h2 small,
h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h2 small,
h2 .small {
  font-size: 65%;
}
h3 {
  font-size: 0.875em;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h4 {
  font-size: 1.25em;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}
h5 {
  font-size: 0.875em;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}
p {
  font-size: 1em;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
}
p a {
  text-decoration: underline;
  color: #005090;
}
.frame-type-directlink {
  color: white;
}
#title-wrapper + .section {
  padding-top: 0;
}
.section > .col-md-3 h2 {
  font-size: 0.8125em;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #005096;
  border-top: solid 2px #d4d4d4;
  padding-top: 2em;
}
.section > .col-md-3 h3 {
  font-size: 0.75em;
  line-height: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section > .col-md-3 h4 {
  font-size: 0.8125em;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 1px;
}
.section > .col-md-3 h5 {
  font-size: 0.75em;
  line-height: 16px;
  font-weight: normal;
  letter-spacing: 1px;
}
.section > .col-md-3 p {
  font-size: 0.8125em;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 1px;
}
.section > .col-md-3 p a {
  text-decoration: underline;
  color: #005090;
}
#pageTitle {
  margin: 52px 0 20px;
}
@media (max-width: 1279px) {
  #pageTitle {
    margin: 20px 20px 20px 0;
  }
}
#pageTitle h1 {
  color: #323232;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 0;
}
#pageTitle h1::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-right: -100%;
  border-bottom: 1pt solid #323232;
  transform: translateY(-10px);
}
/**
 * Carousel
 */
.carousel .carousel-inner .item {
  padding: 0;
}
.carousel .carousel-control {
  background: rgba(0, 0, 0, 0.6);
  width: 50px;
}
.carousel .carousel-control .carousel-control-icon {
  background: none;
}
.carousel .carousel-control .carousel-control-icon::before {
  border-color: #d4d4d4 !important;
}
/**
 * Image / Video
 **/
figure.image figcaption,
figure.video figcaption,
.frame-type-carousel figcaption {
  margin-top: 20px;
  position: relative;
  padding-left: 30px;
}
figure.image figcaption:before,
figure.video figcaption:before,
.frame-type-carousel figcaption:before {
  background: #323232;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
}
figure.image figcaption span,
figure.video figcaption span,
.frame-type-carousel figcaption span {
  display: block;
}
figure.image figcaption span.image-title,
figure.video figcaption span.image-title,
.frame-type-carousel figcaption span.image-title {
  font-size: 0.875em;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #323232;
}
figure.image figcaption span.image-description,
figure.video figcaption span.image-description,
.frame-type-carousel figcaption span.image-description {
  font-size: 0.875em;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}
.section > .col-md-2 figure.image figcaption,
.section > .col-md-2 figure.video figcaption {
  display: none;
}
/**
 * Table
 **/
table {
  width: 100%;
}
table thead {
  text-transform: uppercase;
  border-bottom: 1px solid #323232;
}
table thead th {
  padding: 15px 0;
}
table tbody tr td:first-of-type {
  padding: 15px 0;
}
table tbody tr {
  border-bottom: 1px solid #d4d4d4;
}
table tbody tr:last-child {
  border-bottom: none;
}
/**
 * Accordions
 **/
.panel-group .panel {
  padding-left: 10px;
  margin-top: 0 !important;
  box-shadow: none;
  border: 1px solid #d4d4d4;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.panel-group .panel .panel-heading,
.panel-group .panel .panel-body {
  border: 0 !important;
  background: none;
}
.panel-group .panel .panel-title {
  padding: 15px 0;
  font-size: 0.875em;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.panel-group .panel .panel-title a {
  position: relative;
}
.panel-group .panel .panel-title a span {
  color: #323232;
}
.panel-group .panel .panel-title a:before {
  position: absolute;
  content: '';
  border: solid black;
  border-width: 0 1px 1px 0;
  display: block;
  padding: 3px;
  height: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-135deg);
  transform-origin: 5px;
  left: -25px;
  z-index: 2;
  transition: transform 0.2s ease-in-out;
}
.panel-group .panel .panel-title a.collapsed span {
  color: #848484;
}
.panel-group .panel .panel-title a.collapsed:before {
  transform: rotate(45deg);
  transition: transform 0.2s ease-in-out;
}
/**
 * Tabs
 **/
ul.nav-tabs {
  border: none;
}
ul.nav-tabs li a {
  text-transform: uppercase;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #d4d4d4 !important;
}
ul.nav-tabs li a span {
  font-size: 0.875em;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #848484;
}
ul.nav-tabs li.active a {
  border-bottom: 1px solid #323232 !important;
}
ul.nav-tabs li.active a span {
  color: #323232;
}
/**
 * HR
 **/
hr {
  border-color: #d4d4d4;
  margin: 21px -30px;
}
.section .right-section h2 {
  color: #005096;
  line-height: 1.5em;
  padding: 0 !important;
  border: none !important;
  font-size: 13px;
  float: left;
}
.section .right-section header {
  border-top: 2px solid #d4d4d4;
  padding-top: 10px;
}
/**
 * Sidebar - Page information
 */
.page-information {
  border-top: 2px solid #0078C8;
  background: #fff;
  padding: 16px 20px;
  font-size: 0.85em;
}
.page-information h3 {
  margin-bottom: 0;
}
.page-information p {
  line-height: 1.8em;
}
.qccp-list {
  margin: 0;
}
.qccp-item {
  list-style: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 5px 0;
  overflow: hidden;
}
.qccp-item .panel-image {
  margin: 0;
}
.qccp-item .panel-image .img {
  padding-top: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.qccp-item a:hover,
.qccp-item a:active,
.qccp-item a:focus {
  outline: none;
}
.qccp-item .panel-heading {
  position: relative;
  margin-top: 17px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .qccp-item .panel-heading {
    padding: 0 10px;
  }
}
.qccp-item .panel-heading .qccp-status {
  height: 26px;
  top: -30px;
  left: 20px;
  padding: 0px 10px;
  position: absolute;
  color: #f3f3f3;
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .qccp-item .panel-heading .qccp-status {
    height: 20px;
    font-size: 0.7em;
    padding: 0px 10px;
    display: block;
    margin: 0 -10px 0 -10px;
    line-height: 2;
  }
}
.qccp-item .panel-heading .panel-title {
  color: #323232;
  text-transform: initial;
  margin-bottom: 0;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .qccp-item .panel-heading .panel-title {
    font-size: 0.8em;
    margin-top: 5px;
  }
}
.qccp-item .panel-heading .panel-title .featured {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #0078C8;
  border-radius: 10px;
  content: "";
}
.qccp-item .panel-body {
  font-size: 0.8em;
  color: #d4d4d4;
  padding-top: 0;
}
@media (max-width: 767px) {
  .qccp-item .panel-body {
    font-size: 0.75em;
    padding: 5px 10px;
  }
}
.qccp-detail {
  color: #848484;
  font-weight: normal;
  font-size: 0.8em;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
}
.qccp-detail p {
  font-weight: normal;
  line-height: 18px;
}
.qccp-detail .round-button-wrapper a {
  color: #323232;
  padding: 10px 15px;
  border-radius: 30px;
  border: 1px solid #323232;
}
.qccp-detail .pictures-holder {
  background-color: #f3f3f3;
}
@media (max-width: 1279px) {
  .qccp-detail .pictures-holder {
    margin: -10px -10px 20px -10px !important;
    border-radius: 8px 8px 0 0;
  }
}
.qccp-detail .img-thumbnail {
  padding-top: 26%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  opacity: 0.6;
  border: none;
}
.qccp-detail .img-thumbnail.active {
  opacity: 1;
}
.qccp-detail div.left {
  padding-left: 0px;
}
@media (max-width: 1279px) {
  .qccp-detail div.left {
    padding-left: 10px;
  }
}
.qccp-detail div.right {
  padding: 20px 30px;
}
.qccp-detail div.right h2 {
  margin-top: 5px;
}
.qccp-detail #main-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 75%;
  border-radius: 8px 0 0 0;
}
.qccp-detail #main-image.onlyoneimage {
  padding-top: 100%;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 1279px) {
  .qccp-detail #main-image {
    border-radius: 8px 8px 0 0 !important;
  }
}
.qccp-detail .images .firstimg {
  border-radius: 0 0 0 8px;
}
.qccp-detail .images .firstimg.onlyoneimage {
  display: none;
}
@media (max-width: 1279px) {
  .qccp-detail .images .firstimg {
    border-radius: 0;
  }
}
.qccp-detail .qccp-status {
  padding: 5px 10px;
}
.qccp-detail .spacer {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.qccp-detail h1 {
  color: #323232;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.qccp-detail h2,
.qccp-detail h3,
.qccp-detail h4 {
  color: #323232;
  margin-bottom: 0;
}
.qccp-detail .dark-color {
  color: #323232;
}
.qccp-detail .light-color {
  color: #f3f3f3;
}
.qccp-detail .small-lineheight {
  margin-top: 3px;
  line-height: 1.5;
}
.qccp-detail #qccp_id {
  line-height: 8px;
  margin: 0;
}
.new-items-counter {
  position: absolute;
  height: 19px;
  width: 19px;
  border: 1px solid #fff;
  background-color: #228ae7;
  border-radius: 50%;
  left: 9px;
  top: -7px;
}
.new-items-counter.right {
  position: inherit;
  margin-left: 4px;
  display: inline-table;
}
.new-items-counter div {
  position: relative;
  width: 100%;
  height: 100%;
}
.new-items-counter div span {
  font-size: 10px;
  font-weight: 500;
  padding-left: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
}
.operational-info {
  margin-top: 15px;
}
.panel-group.panel-archive .panel {
  border: 0;
  position: relative;
}
.panel-group.panel-archive .panel::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #d4d4d4;
  left: 15px;
  right: 15px;
  bottom: 0;
}
.panel-group.panel-archive .panel:last-child::after {
  background-color: transparent;
}
.panel-archive .panel-title {
  color: #333333;
}
.panel-archive > .panel-default:first-child {
  border-top: 0;
}
.panel-archive .btn.btn-default {
  border-radius: 50px;
  margin-bottom: 15px;
  font-size: 11px;
  letter-spacing: 1px;
  border-color: #323232;
  line-height: 15px;
}
.panel-archive .panel-body {
  padding-top: 0;
  padding-bottom: 25px;
}
.panel-archive h4 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  color: #005096;
  margin-top: 10px;
}
.panel-group.panel-archive .panel .panel-title {
  padding: 0;
}
.panel-group.panel-archive .panel .panel-title a {
  position: relative;
  padding: 15px;
  display: block;
}
.panel-group.panel-archive .panel .panel-title a::before {
  margin-top: 0;
  left: -8px;
  top: 21px;
}
.panel-group.panel-archive .panel .panel-title a.collapsed span {
  color: #323232;
}
.panel-file-archive {
  background-color: #f1f1f1;
  padding: 20px 30px 15px;
  margin-top: 15px;
}
.panel-file-archive h4 {
  margin-bottom: 27px;
}
.file-block {
  border-bottom: solid 1px #d7d7d7;
  margin-bottom: 15px !important;
  padding-bottom: 6px;
}
.file-link {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 500;
}
.file-link:hover {
  opacity: 0.75;
  color: #000;
}
.panel-group .panel .panel-title a:before {
  margin-top: 1px;
}
.table-latest tbody .row-file:first-child td {
  border-top: 0;
}
.table-latest .row-file td {
  word-break: break-word;
}
.file-date {
  line-height: 1.3;
  font-size: 11px;
  font-weight: normal;
}
.col {
  float: left;
  padding: 0 10px;
}
.col .img-circle {
  margin-top: 5px;
}
.col-dpt {
  width: 40%;
  float: right;
  padding: 0 10px 10px;
}
.col-dpt p {
  color: #323232;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 300;
  text-align: right;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .col-dpt {
    position: static;
    margin-top: 10px;
    width: 100%;
  }
  .col-dpt p {
    text-align: left;
    color: black;
  }
}
.col-small {
  width: 20%;
  float: left;
}
.col-large {
  width: 80%;
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  .col-small {
    width: 32%;
  }
  .col-large {
    width: 68%;
  }
}
.col-desc {
  width: 100%;
}
.col-name h5,
.col-desc h5 {
  font-weight: normal;
  text-transform: uppercase;
  color: #323232;
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 0;
}
.col-name p,
.col-desc p {
  margin-bottom: 0;
  line-height: 1;
  margin-top: 5px;
}
.col-name .person-name,
.col-desc .person-name {
  color: #323232;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
}
.col-name .person-function,
.col-desc .person-function {
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 20px;
  width: 100%;
}
.hr-info-nav .nav {
  margin-bottom: 25px;
}
.list-group-info-rh .img-circle {
  max-width: 60px;
}
.hr-info {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 26px 30px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.hr-info .hr-info-grade {
  color: #323232;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: normal;
}
.hr-info .hr-info-img img {
  margin: 0 auto;
}
.hr-info .hr-info-fullname {
  color: #323232;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 0;
}
.hr-info .hr-info-desc {
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}
.hr-info .hr-info-entity {
  color: #323232;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
}
.info-type {
  color: #333333;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.info-name {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
}
.info-fct {
  color: #333333;
  font-size: 13px;
  font-weight: 300;
}
.info-cat {
  color: #323232;
  font-size: 12px;
}
.info-cat::before {
  content: "";
  display: block;
  margin-top: 10px;
}
.td-info {
  padding-left: 15px !important;
  width: 100%;
}
.td-info,
.td-img {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.td-info .img,
.td-img .img {
  width: 45px !important;
  height: 45px !important;
}
.placeholder {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.placeholder-user {
  border-radius: 100%;
  background: #d2d2d2;
  color: #f9f9f9;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.placeholder-size-small {
  font-size: 32px;
  height: 45px;
  width: 45px;
}
.placeholder-size-default {
  font-size: 32px;
  height: 60px;
  width: 60px;
}
.placeholder-size-large {
  font-size: 76px;
  height: 140px;
  width: 140px;
}
.events-filter {
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.events-filter .dropdown-toggle:hover {
  cursor: pointer;
}
.events-filter .nav a.dropdown-toggle {
  padding-right: 40px;
}
.events-filter .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #C8C8C8;
}
.events-filter .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.event-item {
  background-color: #fff;
  border-radius: 7px;
  padding: 20px;
  height: 100%;
  margin-bottom: 30px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.event-item .event-date {
  margin-bottom: 10px;
}
.event-category {
  position: absolute;
  right: 30px;
  font-size: 12px;
  color: white;
  background-color: #005096;
  padding: 0 10px;
}
.event-hour {
  font-size: 12px;
}
.event-location {
  line-height: 23px;
}
.event-date {
  color: #323232;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1;
  display: block;
}
.event-title {
  color: #323232;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 5px;
}
.event-link {
  position: absolute;
  bottom: 10px;
  margin-bottom: 0;
}
.event-link a {
  color: #333333;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  opacity: 0.75;
}
.event-link a:focus,
.event-link a:hover {
  opacity: 0.88;
}
.month-separator {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 27px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .month-separator {
    display: block;
  }
}
.month-separator .separator {
  flex: 1;
  margin-top: 1em;
  height: 1px;
  background-color: #D7D7D7;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .month-separator .separator {
    display: none;
  }
}
.month-separator .display-results {
  padding-right: 10px;
}
@media (max-width: 768px) {
  .month-separator .display-results {
    /* Roberto m'a dit de faire ca j'y suis pour rien */
    display: none;
  }
}
.month-separator .sort {
  padding-left: 10px;
}
.month-separator .sort a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .month-separator .sort {
    padding-left: 0;
  }
}
.row-month {
  margin-bottom: 36px;
}
.list-group {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.list-group-item {
  border-top: solid 1px #dcdcdc;
  border-right: solid 1px transparent;
  border-left: solid 1px transparent;
  border-bottom: solid 1px #dcdcdc;
  padding: 25px 20px 25px 30px;
}
.list-group-item a {
  display: block;
}
.list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.list-group-item-header.header-block {
  border-bottom: solid 1px #dcdcdc;
}
.list-group-item-header h2 {
  margin-top: 2px;
}
.list-group-item-header h2,
.list-group-item-header h3 {
  color: #323232;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: normal;
  position: relative;
}
.list-group-item-header .fal,
.list-group-item-header .fa {
  font-weight: 100;
  font-size: 20px;
  margin-right: 15px;
}
.list-group-item--has-more-link {
  padding: 0;
  background-color: #f3f3f3;
  border-radius: 0 0 8px 8px;
}
.list-group-item--has-more-link a {
  color: #323232;
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-align: right;
  position: relative;
  padding: 13px 50px 13px 20px;
}
.list-group-item--has-more-link a::after {
  position: absolute;
  content: '\f061';
  right: 20px;
  font-size: 10px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: normal;
  font-style: normal;
}
.list-group-item--has-more-link a:hover::after {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.hr-info--new .list-group-item-date::after,
.event-item--new .list-group-item-date::after,
.list-group-item--new .list-group-item-date::after,
.hr-info--new .new-indicator::after,
.event-item--new .new-indicator::after,
.list-group-item--new .new-indicator::after {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #1E7FE3;
  position: absolute;
  right: -17px;
  top: 3px;
}
.events-group {
  position: relative;
}
.events-group .new-items-counter {
  float: left;
  position: relative;
  top: -1px;
}
.events-group h2 span {
  float: left;
}
.new-indicator {
  position: relative;
  display: inline-block;
}
.list-group-item-date {
  color: #323232;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1;
  display: inline-block;
  font-weight: normal;
  position: relative;
}
.list-group-item-title {
  color: #323232;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 23px;
  text-transform: none;
  margin-bottom: 0;
}
.quick-links {
  background-color: #005096;
}
.quick-links .quick-links-header {
  padding: 25px;
  border-bottom: 1px solid #00498A;
}
.quick-links .quick-links-content {
  padding: 25px 25px 15px;
}
@media (max-width: 767px) {
  .quick-links .quick-links-content {
    display: none;
  }
}
.quick-links .quick-links-more {
  background-color: #00498A;
}
@media (max-width: 767px) {
  .quick-links .quick-links-more {
    display: none;
  }
}
.quick-links .quick-links-more a {
  padding: 15px 50px 15px;
  display: block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: normal;
  text-decoration: none;
  position: relative;
}
.quick-links .quick-links-more a::after {
  content: '\f061';
  right: 20px;
  font-size: 10px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: normal;
  font-style: normal;
  transition-property: transform;
  transition-duration: 1s;
  position: absolute;
}
@media (max-width: 767px) {
  .quick-links .quick-links-more a::after {
    top: 15px;
  }
}
.quick-links .quick-links-more a:hover::after {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.quick-links li > a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: normal;
  margin-top: 10px;
  display: flex !important;
}
.quick-links li > a::before {
  content: '\f061';
  margin-right: 10px;
  font-size: 10px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: normal;
  font-style: normal;
  transition-property: transform;
  transition-duration: 1s;
}
.quick-links li > a:hover::before {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.quick-links p {
  margin-bottom: 0;
}
.quick-links h4 {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
}
.quick-links h4 span {
  margin-right: 10px;
}
.quick-links-content .off-canvas {
  visibility: hidden;
  display: none;
}
@-webkit-keyframes rotate {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotate {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
.sidebar {
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #005096;
  transition: transform ease-in-out 0.5s;
  z-index: 9999;
  transform: translateX(100%);
  width: 85%;
  overflow-y: auto;
}
@media (min-width: 1280px) {
  .sidebar {
    width: 40%;
  }
}
@media (min-width: 1378px) {
  .sidebar {
    width: 28%;
  }
}
.sidebar .sidebar-header {
  padding: 40px 30px 30px;
  border-bottom: 1px solid #00498A;
}
.sidebar .sidebar-header h4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.sidebar .close-btn {
  font-size: 30px;
  font-weight: 100;
  color: #fff;
}
.sidebar.open {
  transform: translateX(0);
}
.sidebar li {
  padding: 10px 30px;
  border-bottom: 1px solid #00498A;
}
.sidebar li > a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 31px;
  display: flex;
}
.sidebar li > a::before {
  content: '\f061';
  margin-right: 10px;
  font-size: 10px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: normal;
  font-style: normal;
  transition-property: transform;
  transition-duration: 1s;
}
.sidebar li > a:hover::before {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.sidebar li:active,
.sidebar li:focus,
.sidebar li:hover {
  color: #f1f1f1;
}
body,
.htmlarea-content-body {
  transition: background-color ease-in-out 0.35s;
}
body.sidebar-opened,
.htmlarea-content-body.sidebar-opened {
  position: relative;
}
body.sidebar-opened::before,
.htmlarea-content-body.sidebar-opened::before {
  content: "";
  position: absolute;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }
  .sidebar a {
    font-size: 18px;
  }
}
.gallery-row .default-image {
  background-color: #005096;
  cursor: pointer;
}
.gallery-row .light-gallery-video {
  position: relative;
  display: block;
}
.gallery-row .light-gallery-video .popup-video-player {
  position: absolute;
  left: 0;
  right: 0;
  color: white;
  width: 26px;
  height: 25px;
  margin: 0 auto;
  font-size: 1.8em;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
.directlink {
  background-color: #0078C8;
  padding: 20px;
  position: relative;
}
.directlink h3 {
  margin: 3px 0 !important;
  font-size: 0.9375em !important;
  line-height: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
}
.directlink h3 a {
  font-weight: 400;
}
.directlink a {
  font-weight: 200;
  color: white;
}
.directlink .texticon-content {
  padding-left: 15px;
}
.directlink.withimage .directlink_container {
  position: absolute;
  top: 50%;
  /* poussé de la moitié de hauteur du référent */
  transform: translateY(-50%);
}
.listblockitems .texticon {
  padding: 12px 0;
  border-top: solid 1px #d4d4d4;
  min-height: 55px;
  font-size: smaller;
}
.listblockitems .texticon.first {
  border: 0px;
}
.listblockitems .texticon .texticon-icon {
  margin-top: 10px;
}
.listblockitems .texticon .texticon-content {
  margin-top: 3px;
}
.listblockitems .texticon .subheader {
  font-weight: 200;
}
.right-section .texticon-content .header {
  line-height: 16px;
}
.table-responsive {
  clear: both;
}
.table-responsive td,
.table-responsive th {
  padding: 15px 15px 15px 0;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    border: 0;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body,
html .htmlarea-content-body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
html .body-bg {
  overflow: visible;
}
html .backendlayout-02PCVOutil1Col div#mainSection .frame,
html .backendlayout-02PCVOutil1Col div.top-section .frame {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (min-width: 1280px) {
  html .backendlayout-02PCVOutil1Col div#mainSection .frame,
  html .backendlayout-02PCVOutil1Col div.top-section .frame {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (min-width: 768px) {
  html .backendlayout-02PCVOutil1Col div#mainSection .frame,
  html .backendlayout-02PCVOutil1Col div.top-section .frame {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.dashboard {
  padding-top: 35px;
}
.dashboard.container,
#content.container,
#footer.container {
  background-color: #f3f3f3;
}
.backendlayout-01PCVTableauDeBord #content.container,
.backendlayout-02PCVOutil1Col #content.container,
.backendlayout-03PCVOutil2Cols #content.container {
  padding: 20px;
}
.section {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1280px) {
  .section {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media (min-width: 1378px) {
  .section {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
#content {
  padding: 0;
}
.body-rubrique #content {
  background-color: #fff;
}
.body-rubrique .main-section {
  background-color: #f3f3f3;
  width: calc(100% - 237px);
  min-height: calc(100vh - 90px);
}
@media (max-width: 1279px) {
  .body-rubrique .main-section {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  html {
    margin-bottom: 50px;
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 92px;
  height: 26px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d4d4d4;
  transition: 0.4s;
  border-radius: 13px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 46px;
  left: 2px;
  bottom: 2px;
  top: 2px;
  background-color: white;
  border-radius: 13px;
  transition: 0.4s;
}
.slider .text {
  font-size: 0.875em;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  position: absolute;
  margin: auto;
  line-height: 26px;
  color: #323232;
  width: 46px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider .text.on-text {
  opacity: 1;
  transition: 0.4s;
}
.slider .text.off-text {
  left: 44px;
  opacity: 0.4;
  transition: 0.4s;
}
/**
When the button is checked
 */
.switch input:checked + .slider .text.on-text {
  opacity: 0.4;
  transition: 0.4s;
}
.switch input:checked + .slider .text.off-text {
  opacity: 1;
  transition: 0.4s;
}
.switch input:checked + .slider:before {
  transform: translateX(42px);
}
.list-arrow {
  list-style-image: url('data:image/svg+xml,%0A%3Csvg%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22M-FOOTER%22%20transform%3D%22translate%280.000000%2C%20-75.000000%29%22%20fill%3D%22%23323232%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22IDEA%22%20transform%3D%22translate%28-1.000000%2C%2054.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-4%22%20transform%3D%22translate%281.000000%2C%2019.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22ICON%22%20transform%3D%22translate%280.000000%2C%202.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22VIEW-MORE%22%20points%3D%2210%205.00061195%204.99938805%2010.0012239%204.13408581%209.13592167%207.65621813%205.61378935%200%205.61378935%200%204.38988237%207.65744203%204.38988237%204.13408581%200.865302237%204.99938805%200%22%3E%3C/polygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E');
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .row-eq-height {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .row .col-md-3:first-child .hr-info {
    margin-top: 50px;
  }
}
.link-with-arrow {
  color: #323232 !important;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none !important;
}
.link-with-arrow::after {
  content: '\f061';
  margin-left: 10px;
  font-size: 10px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: normal;
  font-style: normal;
}
body .frame,
.htmlarea-content-body .frame {
  padding: 0;
}
body .right-section .frame,
.htmlarea-content-body .right-section .frame {
  margin-bottom: 20px;
}
.news + .footer-block {
  margin-top: 1px;
}
.header-block .new-items-counter {
  left: -27px;
}
#news-issuer {
  max-width: 350px;
}
[data-toggle="collapse"].collapsed .if-open {
  display: none;
}
[data-toggle="collapse"]:not(.collapsed) .if-close {
  display: none;
}
#print-logo,
.visible-print {
  display: none;
}
@media print {
  #print-logo,
  .visible-print {
    display: block;
  }
}
.btn-rounded {
  color: #323232;
  padding: 7px 12px;
  border-radius: 30px;
  border: 1px solid #323232;
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
}
.btn-rounded-white {
  color: #fff;
}
.font-weight-bold {
  font-weight: bold;
}
.pt-4 {
  padding-top: 15px;
}
.pb-4 {
  padding-bottom: 15px;
}
.mt-4 {
  margin-top: 15px;
}
.mb-4 {
  margin-bottom: 15px;
}
.pt-3 {
  padding-top: 10px;
}
.pb-3 {
  padding-bottom: 10px;
}
.mt-3 {
  margin-top: 10px;
}
.mb-3 {
  margin-bottom: 10px;
}
.pt-2 {
  padding-top: 5px;
}
.pb-2 {
  padding-bottom: 5px;
}
.mt-2 {
  margin-top: 5px;
}
.mb-2 {
  margin-bottom: 5px;
}
.pt-1 {
  padding-top: 2.5px;
}
.pb-1 {
  padding-bottom: 2.5px;
}
.mt-1 {
  margin-top: 2.5px;
}
.mb-1 {
  margin-bottom: 2.5px;
}
.postulation-notice {
  display: inline-flex;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  padding-top: 1px;
}
.postulation-notice + .postulation-notice {
  margin-left: 5px;
}
.postulation-notice + .postulation-notice-text {
  display: inline-block;
  line-height: 2em;
  vertical-align: top;
}
.postulation-notice.postulation-notice-big {
  font-size: 1.7em;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.postulation-notice:before {
  color: white;
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  margin-left: 1px;
}
.postulation-notice.postulation-notice-pending {
  background-color: #d4d4d4;
}
.postulation-notice.postulation-notice-pending:before {
  color: #d4d4d4;
  opacity: 0;
}
.postulation-notice.postulation-notice-pending-visible:before {
  color: white;
  opacity: 1;
}
.postulation-notice.postulation-notice-pending + .postulation-notice-text {
  color: #d4d4d4;
}
.postulation-notice.postulation-notice-ok {
  background-color: #40B64C;
}
.postulation-notice.postulation-notice-ok + .postulation-notice-text {
  color: #40B64C;
}
.postulation-notice.postulation-notice-ko {
  background-color: #DC3E1A;
}
.postulation-notice.postulation-notice-ko + .postulation-notice-text {
  color: #DC3E1A;
}
label .postulation-notice.postulation-notice-big {
  margin-right: 0;
  margin-bottom: 0;
}
label .postulation-notice.postulation-notice-ok {
  color: #40B64C;
}
label .postulation-notice.postulation-notice-ko {
  color: #DC3E1A;
}
.tx-pcv-mutation form.notice-form .notice-ok-ko {
  opacity: 0;
  position: absolute;
}
.tx-pcv-mutation form.notice-form .notice-ok-ko + label {
  cursor: pointer;
  padding: 10px;
  color: #848484;
  border-radius: 8px;
  border: 1px solid #848484;
}
.tx-pcv-mutation form.notice-form .notice-ok-ko + label:first-of-type {
  margin-right: 20px;
}
.tx-pcv-mutation form.notice-form .notice-ok-ko + label .postulation-notice {
  background-color: #d4d4d4;
}
.tx-pcv-mutation form.notice-form .notice-ok-ko + label span {
  line-height: 2em;
  vertical-align: middle;
}
.tx-pcv-mutation form.notice-form .notice-ok-ko + label span:last-of-type {
  margin-left: 5px;
}
.tx-pcv-mutation form.notice-form .notice-ok-ko#response-ok:checked + label {
  background-color: #40B64C;
  color: white;
  border-color: #40B64C;
}
.tx-pcv-mutation form.notice-form .notice-ok-ko#response-ok:checked + label span:first-of-type {
  background: white;
}
.tx-pcv-mutation form.notice-form .notice-ok-ko#response-ok:checked + label span:first-of-type:before {
  color: #40B64C;
}
.tx-pcv-mutation form.notice-form .notice-ok-ko#response-ok:checked + label span:after {
  color: #40B64C;
}
.tx-pcv-mutation form.notice-form .notice-ok-ko#response-ko:checked + label {
  background-color: #DC3E1A;
  color: white;
  border-color: #DC3E1A;
}
.tx-pcv-mutation form.notice-form .notice-ok-ko#response-ko:checked + label span:first-of-type {
  background: white;
}
.tx-pcv-mutation form.notice-form .notice-ok-ko#response-ko:checked + label span:first-of-type:before {
  color: #DC3E1A;
}
.tx-pcv-mutation form.notice-form .notice-ok-ko#response-ko:checked + label span:after {
  color: #DC3E1A;
}
.tx-pcv-mutation h4.can-collapse {
  margin-top: 40px;
  position: relative;
}
@media (max-width: 1279px) {
  .tx-pcv-mutation h4.can-collapse {
    margin-top: 0;
  }
}
.tx-pcv-mutation h4.can-collapse a {
  display: inline-block;
  padding-left: 20px;
  color: black;
}
.tx-pcv-mutation h4.can-collapse a:before {
  position: absolute;
  content: '';
  border: solid black;
  border-width: 0 1px 1px 0;
  display: block;
  padding: 3px;
  height: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-135deg);
  transform-origin: 5px;
  left: 0;
  z-index: 2;
  transition: transform 0.2s ease-in-out;
}
.tx-pcv-mutation h4.can-collapse a.collapsed:before {
  transform: rotate(45deg);
}
@media (min-width: 1280px) {
  .tx-pcv-mutation h4.can-collapse + div {
    padding-left: 20px;
  }
}
.tx-pcv-mutation table thead tr td {
  padding: 10px 0;
}
.tx-pcv-mutation table td {
  padding: 10px 0;
}
.tx-pcv-mutation table .btn {
  float: right;
}
.tx-pcv-mutation form .btn-rounded {
  background-color: #005096;
  color: white;
}
.tx-pcv-mutation form .btn-rounded.btn-cancel {
  background-color: white;
  color: #323232;
}
.blue-wrapper {
  padding: 15px;
  background: #0078C8;
  color: white;
}
.blue-wrapper h4.can-collapse {
  margin-top: 0;
}
.blue-wrapper h4.can-collapse a {
  color: white;
}
.blue-wrapper h4.can-collapse a:before {
  border-color: white;
}
.blue-wrapper table {
  color: white;
}
.blue-wrapper table thead {
  border-color: white;
}
.blue-wrapper .blue-wrapper-footer {
  padding: 15px;
  background: #005096;
  color: white;
  margin: 20px/2 -20px/2 * 1.5 -20px/2 * 1.5 -20px/2 * 1.5;
}
.blue-wrapper .blue-wrapper-footer p {
  margin: 0;
}
.blue-wrapper .blue-wrapper-footer a {
  color: white;
  text-decoration: underline;
}
.blue-wrapper .btn {
  border-color: transparent;
  color: #005096;
  background-color: white;
}
.mutation-list.collapse.in {
  display: flex;
  flex-wrap: wrap;
}
.mutation-list-bordered-item-wrapper {
  padding: 20px 0;
  border-top: 1px solid white;
}
@media (max-width: 1279px) {
  .tx-pcv-mutation.table-responsive {
    display: block;
  }
  .tx-pcv-mutation.table-responsive thead {
    display: none;
  }
  .tx-pcv-mutation.table-responsive tbody {
    display: block;
    width: 100%;
  }
  .tx-pcv-mutation.table-responsive tbody tr {
    padding: 10px;
    display: block;
    width: 100%;
  }
  .tx-pcv-mutation.table-responsive tbody tr td {
    padding: 0;
    width: 100%;
    display: block;
  }
  .tx-pcv-mutation.table-responsive tbody tr td .btn {
    margin: 20px 0;
    float: none;
  }
  .tx-pcv-mutation .btn {
    white-space: normal;
  }
}
.pending-notice + .pending-notice {
  display: none;
}
@media (max-width: 1279px) {
  /** Barre de navigation **/
  header.navbar.navbar-top {
    margin-top: 50px;
  }
  header.navbar.navbar-top.no-margin {
    margin-top: 50px;
  }
  .subnavigation {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .subnavigation nav ul li a span {
    transform: translate3d(0);
  }
  body,
  .htmlarea-content-body,
  .htmlarea-content-body {
    margin-top: 0;
  }
  /** Accordéons **/
  .panel-group .panel .panel-body {
    padding: 15px 0;
  }
  /** Teaser supprimé **/
  .article .content-right p.teaser {
    display: none !important;
  }
  .article.view-dashboard.top-news {
    padding: 0 !important;
  }
  .article.view-dashboard.top-news .circle {
    background-color: #005096 !important;
  }
  .frame-block .news {
    margin: 0 -24px;
    background-color: white;
  }
  .frame-block .tx-qccp {
    margin: 0 -14px;
    background-color: white;
  }
  .backendlayout-01PCVTableauDeBord #content.container,
  .backendlayout-02PCVOutil1Col #content.container,
  .backendlayout-03PCVOutil2Cols #content.container {
    padding: 15px;
  }
  .daterangepicker {
    z-index: 100000 !important;
    margin-top: -50px !important;
  }
  .operational-info {
    margin-top: 0 !important;
  }
  .backendlayout-01PCVTableauDeBord div.section > div.row > div > div.frame {
    margin-top: 2em;
  }
  .backendlayout-01PCVTableauDeBord .dashboard {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #pageTitle h1::after {
    display: none !important;
  }
  #title-link {
    background-color: transparent !important;
  }
  header.navbar.navbar-top .navbar-mobile .navbar-toggle {
    margin-left: 0;
  }
  .navbar-collapse {
    padding: 0;
  }
  .subnavigation .nav.nav-sidebar li.nav-header {
    height: 160px;
    padding: 5px 25px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .subnavigation .nav.nav-sidebar li > a {
    padding: 5px 37px 5px 30px;
  }
  .qccp-single .nav,
  .news-single .nav {
    height: 60px;
    margin-bottom: 20px;
  }
  .qccp-single .nav ul li a,
  .news-single .nav ul li a {
    padding: 18px 30px;
  }
}

/*# sourceMappingURL=maps/theme.css.map */
