@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  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, .button > .caret,
  .dropup > .btn > .caret,
  .dropup > .button > .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; } }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

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

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

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

@viewport {
  width: device-width; }

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "MetaPro", "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #000d6e;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, .titlebar .back-link, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #a7d0fa;
  text-decoration: none; }
  a:focus, a:hover {
    color: #5fa9f6;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, .titlebar .back-link, h6,
.h1, .h2, .h3, .page-title, .titlebar, .h4, .h5, .sub-title, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5, .titlebar .back-link {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }


.h1 {
  font-size: 2.5rem; }

.h2 {
  font-size: 2rem; }

.h3, .page-title, .titlebar {
  font-size: 1.75rem; }

.h4 {
  font-size: 1.5rem; }

.h5, .sub-title {
  font-size: 1.25rem; }

.h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem; }
  .dl-horizontal::after {
    content: "";
    display: table;
    clear: both; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #818a91; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

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

.img-rounded {
  border-radius: 0.3rem; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #818a91; }

.container, .grid-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media (min-width: 544px) {
    .container, .grid-container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container, .grid-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container, .grid-container {
      max-width: 940px; } }
  @media (min-width: 992px) {
    .container, .grid-container {
      max-width: 940px; } }

.container-fluid, .grid-container--fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

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

.col-xs-1, .column-xs--1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333333%;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%; }

.col-xs-2, .column-xs--2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66666667%;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%; }

.col-xs-3, .column-xs--3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%; }

.col-xs-4, .column-xs--4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333333%;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%; }

.col-xs-5, .column-xs--5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66666667%;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%; }

.col-xs-6, .column-xs--6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

.col-xs-7, .column-xs--7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333333%;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%; }

.col-xs-8, .column-xs--8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66666667%;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%; }

.col-xs-9, .column-xs--9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%; }

.col-xs-10, .column-xs--10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333333%;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%; }

.col-xs-11, .column-xs--11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66666667%;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%; }

.col-xs-12, .single-column, .column-xs--12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-1, .column-xs-offset--1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2, .column-xs-offset--2 {
  margin-left: 16.66666667%; }

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

.col-xs-offset-4, .column-xs-offset--4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5, .column-xs-offset--5 {
  margin-left: 41.66666667%; }

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

.col-xs-offset-7, .column-xs-offset--7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8, .column-xs-offset--8 {
  margin-left: 66.66666667%; }

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

.col-xs-offset-10, .column-xs-offset--10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11, .column-xs-offset--11 {
  margin-left: 91.66666667%; }

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

@media (min-width: 544px) {
  .col-sm-1, .column-sm--1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%; }
  .col-sm-2, .column-sm--2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%; }
  .col-sm-3, .column-sm--3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  .col-sm-4, .column-sm--4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%; }
  .col-sm-5, .column-sm--5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%; }
  .col-sm-6, .column-sm--6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .col-sm-7, .column-sm--7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%; }
  .col-sm-8, .column-sm--8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%; }
  .col-sm-9, .column-sm--9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
  .col-sm-10, .column-sm--10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%; }
  .col-sm-11, .column-sm--11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%; }
  .col-sm-12, .column-sm--12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1, .column-sm-offset--1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2, .column-sm-offset--2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3, .column-sm-offset--3 {
    margin-left: 25%; }
  .col-sm-offset-4, .column-sm-offset--4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5, .column-sm-offset--5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6, .column-sm-offset--6 {
    margin-left: 50%; }
  .col-sm-offset-7, .column-sm-offset--7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8, .column-sm-offset--8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9, .column-sm-offset--9 {
    margin-left: 75%; }
  .col-sm-offset-10, .column-sm-offset--10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11, .column-sm-offset--11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-12, .column-sm-offset--12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-1, .column-md--1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%; }
  .col-md-2, .column-md--2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%; }
  .col-md-3, .column-md--3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  .col-md-4, .column-md--4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%; }
  .col-md-5, .column-md--5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%; }
  .col-md-6, .column-md--6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .col-md-7, .column-md--7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%; }
  .col-md-8, .column-md--8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%; }
  .col-md-9, .column-md--9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
  .col-md-10, .column-md--10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%; }
  .col-md-11, .column-md--11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%; }
  .col-md-12, .column-md--12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1, .column-md-offset--1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2, .column-md-offset--2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3, .column-md-offset--3 {
    margin-left: 25%; }
  .col-md-offset-4, .column-md-offset--4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5, .column-md-offset--5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6, .column-md-offset--6 {
    margin-left: 50%; }
  .col-md-offset-7, .column-md-offset--7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8, .column-md-offset--8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9, .column-md-offset--9 {
    margin-left: 75%; }
  .col-md-offset-10, .column-md-offset--10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11, .column-md-offset--11 {
    margin-left: 91.66666667%; }
  .col-md-offset-12, .column-md-offset--12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-lg-1, .column-lg--1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%; }
  .col-lg-2, .column-lg--2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%; }
  .col-lg-3, .column-lg--3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  .col-lg-4, .column-lg--4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%; }
  .col-lg-5, .column-lg--5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%; }
  .col-lg-6, .column-lg--6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .col-lg-7, .column-lg--7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%; }
  .col-lg-8, .column-lg--8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%; }
  .col-lg-9, .column-lg--9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
  .col-lg-10, .column-lg--10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%; }
  .col-lg-11, .column-lg--11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%; }
  .col-lg-12, .column-lg--12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1, .column-lg-offset--1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2, .column-lg-offset--2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3, .column-lg-offset--3 {
    margin-left: 25%; }
  .col-lg-offset-4, .column-lg-offset--4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5, .column-lg-offset--5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6, .column-lg-offset--6 {
    margin-left: 50%; }
  .col-lg-offset-7, .column-lg-offset--7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8, .column-lg-offset--8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9, .column-lg-offset--9 {
    margin-left: 75%; }
  .col-lg-offset-10, .column-lg-offset--10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11, .column-lg-offset--11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-12, .column-lg-offset--12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-xl-1, .column-xl--1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%; }
  .col-xl-2, .column-xl--2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%; }
  .col-xl-3, .column-xl--3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  .col-xl-4, .column-xl--4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%; }
  .col-xl-5, .column-xl--5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%; }
  .col-xl-6, .column-xl--6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .col-xl-7, .column-xl--7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%; }
  .col-xl-8, .column-xl--8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%; }
  .col-xl-9, .column-xl--9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
  .col-xl-10, .column-xl--10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%; }
  .col-xl-11, .column-xl--11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%; }
  .col-xl-12, .column-xl--12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333333%; }
  .col-xl-pull-2 {
    right: 16.66666667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333333%; }
  .col-xl-pull-5 {
    right: 41.66666667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333333%; }
  .col-xl-pull-8 {
    right: 66.66666667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333333%; }
  .col-xl-pull-11 {
    right: 91.66666667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333333%; }
  .col-xl-push-2 {
    left: 16.66666667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333333%; }
  .col-xl-push-5 {
    left: 41.66666667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333333%; }
  .col-xl-push-8 {
    left: 66.66666667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333333%; }
  .col-xl-push-11 {
    left: 91.66666667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1, .column-xl-offset--1 {
    margin-left: 8.33333333%; }
  .col-xl-offset-2, .column-xl-offset--2 {
    margin-left: 16.66666667%; }
  .col-xl-offset-3, .column-xl-offset--3 {
    margin-left: 25%; }
  .col-xl-offset-4, .column-xl-offset--4 {
    margin-left: 33.33333333%; }
  .col-xl-offset-5, .column-xl-offset--5 {
    margin-left: 41.66666667%; }
  .col-xl-offset-6, .column-xl-offset--6 {
    margin-left: 50%; }
  .col-xl-offset-7, .column-xl-offset--7 {
    margin-left: 58.33333333%; }
  .col-xl-offset-8, .column-xl-offset--8 {
    margin-left: 66.66666667%; }
  .col-xl-offset-9, .column-xl-offset--9 {
    margin-left: 75%; }
  .col-xl-offset-10, .column-xl-offset--10 {
    margin-left: 83.33333333%; }
  .col-xl-offset-11, .column-xl-offset--11 {
    margin-left: 91.66666667%; }
  .col-xl-offset-12, .column-xl-offset--12 {
    margin-left: 100%; } }

.col-xs-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.col-xs-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

@media (min-width: 544px) {
  .col-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .col-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 768px) {
  .col-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .col-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 992px) {
  .col-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .col-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 992px) {
  .col-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .col-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

.row-xs-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.row-xs-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.row-xs-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media (min-width: 544px) {
  .row-sm-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row-sm-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .row-sm-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 768px) {
  .row-md-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row-md-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .row-md-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 992px) {
  .row-lg-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row-lg-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .row-lg-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 992px) {
  .row-xl-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row-xl-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .row-xl-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

.col-xs-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.col-xs-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.col-xs-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

@media (min-width: 544px) {
  .col-sm-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .col-sm-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center; }
  .col-sm-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; } }

@media (min-width: 768px) {
  .col-md-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .col-md-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center; }
  .col-md-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; } }

@media (min-width: 992px) {
  .col-lg-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .col-lg-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center; }
  .col-lg-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; } }

@media (min-width: 992px) {
  .col-xl-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .col-xl-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center; }
  .col-xl-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; } }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #000d6e;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0.25rem; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    border-color: #000d6e;
    outline: none; }
  .form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

.form-control-file,
.form-control-range {
  display: block; }

.form-control-label {
  padding: 0.5rem 0rem;
  margin-bottom: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input.form-control[type="date"],
  input.form-control[type="time"],
  input.form-control[type="datetime-local"],
  input.form-control[type="month"] {
    line-height: 2.5rem; }
  input[type="date"].input-sm,
  .input-group-sm input.form-control[type="date"],
  input[type="time"].input-sm,
  .input-group-sm input.form-control[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm input.form-control[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm input.form-control[type="month"] {
    line-height: 1.8625rem; }
  input[type="date"].input-lg,
  .input-group-lg input.form-control[type="date"],
  input[type="time"].input-lg,
  .input-group-lg input.form-control[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg input.form-control[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg input.form-control[type="month"] {
    line-height: 3.16666667rem; } }

.form-control-static {
  min-height: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0; }
  .input-group-sm > .form-control.form-control-static, .input-group-sm > .input-group-addon.form-control-static, .input-group-sm > .input-group-btn > .form-control-static.button, .input-group-sm > .input-group-btn > .btn.form-control-static, .form-control-sm.form-control-static, .input-group-lg > .form-control.form-control-static, .input-group-lg > .input-group-addon.form-control-static, .input-group-lg > .input-group-btn > .form-control-static.button, .input-group-lg > .input-group-btn > .btn.form-control-static, .form-control-lg.form-control-static {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .input-group-sm > .input-group-btn > .button {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > .button {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333333;
  border-radius: 0.3rem; }

.form-group {
  margin-bottom: 1.5rem; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .radio label,
  .checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.radio--inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.checkbox--inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem; }

.radio-inline, .radio--inline,
.checkbox-inline,
.checkbox--inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

.radio-inline + .radio-inline, .radio--inline + .radio-inline, .radio-inline + .radio--inline, .radio--inline + .radio--inline,
.checkbox-inline + .checkbox-inline,
.checkbox--inline + .checkbox-inline,
.checkbox-inline + .checkbox--inline,
.checkbox--inline + .checkbox--inline {
  margin-top: 0;
  margin-left: .75rem; }

input[type="radio"]:disabled, input[type="radio"].disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed; }

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

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

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 0rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  -webkit-background-size: 1.625rem 1.625rem;
          background-size: 1.625rem 1.625rem; }

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .radio--inline,
.has-success .checkbox-inline,
.has-success .checkbox--inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.radio--inline label,
.has-success.checkbox-inline label,
.has-success.checkbox--inline label {
  color: #5cb85c; }

.has-success .form-control {
  border-color: #5cb85c; }

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }

.has-success .form-control-feedback {
  color: #5cb85c; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="); }

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .radio--inline,
.has-warning .checkbox-inline,
.has-warning .checkbox--inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.radio--inline label,
.has-warning.checkbox-inline label,
.has-warning.checkbox--inline label {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

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

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"); }

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .radio--inline,
.has-danger .checkbox-inline,
.has-danger .checkbox--inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.radio--inline label,
.has-danger.checkbox-inline label,
.has-danger.checkbox--inline label {
  color: #d9534f; }

.has-danger .form-control {
  border-color: #d9534f; }

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7; }

.has-danger .form-control-feedback {
  color: #d9534f; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

@media (min-width: 544px) {
  .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 .form-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; } }

.btn, .button {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem; }
  .btn:focus, .button:focus, .btn.focus, .focus.button, .btn:active:focus, .button:active:focus, .btn:active.focus, .button:active.focus, .btn.active:focus, .active.button:focus, .btn.active.focus, .active.focus.button {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .button:focus, .btn:hover, .button:hover {
    text-decoration: none; }
  .btn.focus, .focus.button {
    text-decoration: none; }
  .btn:active, .button:active, .btn.active, .active.button {
    background-image: none;
    outline: 0; }
  .btn.disabled, .disabled.button, .btn:disabled, .button:disabled {
    cursor: not-allowed;
    opacity: .65; }

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

.btn-primary, .button--confirm, .button--neutral, .button--abort {
  color: #fff;
  background-color: #000d6e;
  border-color: transparent; }
  .btn-primary:hover, .button--confirm:hover, .button--neutral:hover, .button--abort:hover {
    color: #fff;
    background-color: #00073b;
    border-color: rgba(0, 0, 0, 0); }
  .btn-primary:focus, .button--confirm:focus, .button--neutral:focus, .button--abort:focus, .btn-primary.focus, .focus.button--confirm, .focus.button--neutral, .focus.button--abort {
    color: #fff;
    background-color: #00073b;
    border-color: rgba(0, 0, 0, 0); }
  .btn-primary:active, .button--confirm:active, .button--neutral:active, .button--abort:active, .btn-primary.active, .active.button--confirm, .active.button--neutral, .active.button--abort,
  .open > .btn-primary.dropdown-toggle,
  .open > .dropdown-toggle.button--confirm,
  .open > .dropdown-toggle.button--neutral,
  .open > .dropdown-toggle.button--abort {
    color: #fff;
    background-color: #00073b;
    border-color: rgba(0, 0, 0, 0);
    background-image: none; }
    .btn-primary:active:hover, .button--confirm:active:hover, .button--neutral:active:hover, .button--abort:active:hover, .btn-primary:active:focus, .button--confirm:active:focus, .button--neutral:active:focus, .button--abort:active:focus, .btn-primary:active.focus, .button--confirm:active.focus, .button--neutral:active.focus, .button--abort:active.focus, .btn-primary.active:hover, .active.button--confirm:hover, .active.button--neutral:hover, .active.button--abort:hover, .btn-primary.active:focus, .active.button--confirm:focus, .active.button--neutral:focus, .active.button--abort:focus, .btn-primary.active.focus, .active.focus.button--confirm, .active.focus.button--neutral, .active.focus.button--abort,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .dropdown-toggle.button--confirm:hover,
    .open > .dropdown-toggle.button--neutral:hover,
    .open > .dropdown-toggle.button--abort:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .dropdown-toggle.button--confirm:focus,
    .open > .dropdown-toggle.button--neutral:focus,
    .open > .dropdown-toggle.button--abort:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .dropdown-toggle.focus.button--confirm,
    .open > .dropdown-toggle.focus.button--neutral,
    .open > .dropdown-toggle.focus.button--abort {
      color: #fff;
      background-color: #000317;
      border-color: rgba(0, 0, 0, 0); }
  .btn-primary.disabled:focus, .disabled.button--confirm:focus, .disabled.button--neutral:focus, .disabled.button--abort:focus, .btn-primary.disabled.focus, .disabled.focus.button--confirm, .disabled.focus.button--neutral, .disabled.focus.button--abort, .btn-primary:disabled:focus, .button--confirm:disabled:focus, .button--neutral:disabled:focus, .button--abort:disabled:focus, .btn-primary:disabled.focus, .button--confirm:disabled.focus, .button--neutral:disabled.focus, .button--abort:disabled.focus {
    background-color: #000d6e;
    border-color: transparent; }
  .btn-primary.disabled:hover, .disabled.button--confirm:hover, .disabled.button--neutral:hover, .disabled.button--abort:hover, .btn-primary:disabled:hover, .button--confirm:disabled:hover, .button--neutral:disabled:hover, .button--abort:disabled:hover {
    background-color: #000d6e;
    border-color: transparent; }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e5e5;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e5e5;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e5e5;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-primary-outline {
  color: #000d6e;
  background-image: none;
  background-color: transparent;
  border-color: #000d6e; }
  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active,
  .open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #000d6e;
    border-color: #000d6e; }
  .btn-primary-outline:hover {
    color: #fff;
    background-color: #000d6e;
    border-color: #000d6e; }
  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
    border-color: #0019d4; }
  .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    border-color: #0019d4; }

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active,
  .open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
    border-color: white; }
  .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
    border-color: white; }

.btn-info-outline {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active,
  .open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info-outline:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
    border-color: #b0e1ef; }
  .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
    border-color: #b0e1ef; }

.btn-success-outline {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active,
  .open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success-outline:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
    border-color: #a3d7a3; }
  .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
    border-color: #a3d7a3; }

.btn-warning-outline {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active,
  .open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning-outline:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
    border-color: #f8d9ac; }
  .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
    border-color: #f8d9ac; }

.btn-danger-outline {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active,
  .open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger-outline:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
    border-color: #eba5a3; }
  .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
    border-color: #eba5a3; }

.btn-link, .button--link {
  font-weight: normal;
  color: #a7d0fa;
  border-radius: 0; }
  .btn-link, .button--link, .btn-link:active, .button--link:active, .btn-link.active, .active.button--link, .btn-link:disabled, .button--link:disabled {
    background-color: transparent; }
  .btn-link, .button--link, .btn-link:focus, .button--link:focus, .btn-link:active, .button--link:active {
    border-color: transparent; }
  .btn-link:hover, .button--link:hover {
    border-color: transparent; }
  .btn-link:focus, .button--link:focus, .btn-link:hover, .button--link:hover {
    color: #5fa9f6;
    text-decoration: none;
    background-color: transparent; }
  .btn-link:disabled:focus, .button--link:disabled:focus, .btn-link:disabled:hover, .button--link:disabled:hover {
    color: #818a91;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .button {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333333;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .button {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

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

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.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;
  font-size: 1rem;
  color: #000d6e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3e5c70;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #818a91;
  white-space: nowrap; }

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .button,
  .btn-group-vertical > .btn,
  .btn-group-vertical > .button {
    position: relative;
    float: left; }
    .btn-group > .btn:focus, .btn-group > .button:focus, .btn-group > .btn:active, .btn-group > .button:active, .btn-group > .btn.active, .btn-group > .active.button,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .button:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .button:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.button {
      z-index: 2; }
    .btn-group > .btn:hover, .btn-group > .button:hover,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .button:hover {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .button + .btn, .btn-group .btn + .button, .btn-group .button + .button,
.btn-group .btn + .btn-group,
.btn-group .button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .btn-toolbar > .button,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .btn-group > .button:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .button: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 > .button: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, .btn-group > .btn-group:not(:first-child):not(:last-child) > .button {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .button: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, .btn-group > .btn-group:last-child:not(:first-child) > .button: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, .btn-group > .button + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .button + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn .caret, .button .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .button .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .button .caret {
  border-width: 0 0.3em 0.3em; }


.btn-group-vertical > .btn,
.btn-group-vertical > .button,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }


.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .button {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .button + .btn, .btn-group-vertical > .btn + .button, .btn-group-vertical > .button + .button,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .button + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .button,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .button:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .button:first-child:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .button:last-child:not(:first-child) {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .button {
  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) > .button: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, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .button:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .button input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .button input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .button input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.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 {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 0rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #000d6e;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ccc;
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group-sm > .input-group-btn > .input-group-addon.button {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-lg > .input-group-btn > .input-group-addon.button {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .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 > .button,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .button {
  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 > .button,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .button {
  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, .input-group-btn > .button {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > .button + .btn, .input-group-btn > .btn + .button, .input-group-btn > .button + .button {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .button:focus, .input-group-btn > .btn:active, .input-group-btn > .button:active, .input-group-btn > .btn:hover, .input-group-btn > .button:hover {
      z-index: 3; }
  
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .button,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .button,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .button:focus, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .button:active, .input-group-btn:last-child > .btn:hover, .input-group-btn:last-child > .button:hover,
    .input-group-btn:last-child > .btn-group:focus,
    .input-group-btn:last-child > .btn-group:active,
    .input-group-btn:last-child > .btn-group:hover {
      z-index: 3; }

.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer; }
  .c-input > input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .c-input > input:checked ~ .c-indicator {
      color: #fff;
      background-color: #0074d9; }
    .c-input > input:focus ~ .c-indicator {
      -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
              box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; }
    .c-input > input:active ~ .c-indicator {
      color: #fff;
      background-color: #84c6ff; }
  .c-input + .c-input {
    margin-left: 1rem; }

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
          background-size: 50% 50%; }

.c-checkbox .c-indicator {
  border-radius: .25rem; }

.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }

.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K); }

.c-radio .c-indicator {
  border-radius: 50%; }

.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

.c-inputs-stacked .c-input {
  display: inline; }
  .c-inputs-stacked .c-input::after {
    display: block;
    margin-bottom: .25rem;
    content: ""; }
  .c-inputs-stacked .c-input + .c-input {
    margin-left: 0; }

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #000d6e;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  -webkit-background-size: 8px 10px;
          background-size: 8px 10px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .c-select:focus {
    border-color: #51a7e8;
    outline: none; }

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px; }
  .c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px; }

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer; }

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem; }

.file-custom::after {
  content: "Choose file..."; }

.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #818a91; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: .2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 0 solid transparent;
    border-radius: 0.25rem 0.25rem 0 0; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: .2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #3e5c70; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0; }

.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;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .navbar {
      border-radius: 0.25rem; } }

.navbar-full {
  z-index: 1000; }
  @media (min-width: 544px) {
    .navbar-full {
      border-radius: 0; } }

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

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 544px) {
    .navbar-sticky-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6); }

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: #555; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #555; }

.navbar-dark .navbar-nav .nav-link {
  color: #fff; }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: #555; }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .label:empty {
    display: none; }

.btn .label, .button .label {
  position: relative;
  top: -1px; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

.label-default {
  background-color: #818a91; }
  .label-default[href]:focus, .label-default[href]:hover {
    background-color: #687077; }

.label-primary {
  background-color: #3e5c70; }
  .label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #2c414f; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c; }

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

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

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

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

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

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

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.media-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.media-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:focus, a.list-group-item:hover,
  button.list-group-item:focus,
  button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.disabled.list-group-item, .disabled.list-group-item:focus, .disabled.list-group-item:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef; }
  .disabled.list-group-item .list-group-item-heading, .disabled.list-group-item:focus .list-group-item-heading, .disabled.list-group-item:hover .list-group-item-heading {
    color: inherit; }
  .disabled.list-group-item .list-group-item-text, .disabled.list-group-item:focus .list-group-item-text, .disabled.list-group-item:hover .list-group-item-text {
    color: #818a91; }

.active.list-group-item, .active.list-group-item:focus, .active.list-group-item:hover {
  z-index: 2;
  color: #fff;
  background-color: #3e5c70;
  border-color: #3e5c70; }
  .active.list-group-item .list-group-item-heading,
  .active.list-group-item .list-group-item-heading > small,
  .active.list-group-item .list-group-item-heading > .small, .active.list-group-item:focus .list-group-item-heading,
  .active.list-group-item:focus .list-group-item-heading > small,
  .active.list-group-item:focus .list-group-item-heading > .small, .active.list-group-item:hover .list-group-item-heading,
  .active.list-group-item:hover .list-group-item-heading > small,
  .active.list-group-item:hover .list-group-item-heading > .small {
    color: inherit; }
  .active.list-group-item .list-group-item-text, .active.list-group-item:focus .list-group-item-text, .active.list-group-item:hover .list-group-item-text {
    color: #aac1d0; }

.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:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    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:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    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:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    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:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    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; }

.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;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.85714286%; }

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

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

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

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

.center-block, .block--centered {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

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

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

.invisible {
  visibility: hidden !important; }

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #818a91; }

.text-primary {
  color: #3e5c70 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #2c414f; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c; }

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #3e5c70 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #2c414f; }

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44; }

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5; }

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f; }

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0, .m--a-0 {
  margin: 0 0 !important; }

.m-t-0, .m--t-0 {
  margin-top: 0 !important; }

.m-r-0, .m--r-0 {
  margin-right: 0 !important; }

.m-b-0, .m--b-0 {
  margin-bottom: 0 !important; }

.m-l-0, .m--l-0 {
  margin-left: 0 !important; }

.m-x-0, .m--x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0, .m--y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-tiny, .m--a-tiny {
  margin: 0.5rem 0.5rem !important; }

.m-t-tiny, .m--t-tiny {
  margin-top: 0.5rem !important; }

.m-r-tiny, .m--r-tiny {
  margin-right: 0.5rem !important; }

.m-b-tiny, .m--b-tiny {
  margin-bottom: 0.5rem !important; }

.m-l-tiny, .m--l-tiny {
  margin-left: 0.5rem !important; }

.m-x-tiny, .m--x-tiny {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.m-y-tiny, .m--y-tiny {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-a-1, .m--a-1 {
  margin: 1rem 1rem !important; }

.m-t-1, .m--t-1 {
  margin-top: 1rem !important; }

.m-r-1, .m--r-1 {
  margin-right: 1rem !important; }

.m-b-1, .m--b-1 {
  margin-bottom: 1rem !important; }

.m-l-1, .m--l-1 {
  margin-left: 1rem !important; }

.m-x-1, .m--x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1, .m--y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2, .m--a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2, .m--t-2 {
  margin-top: 1.5rem !important; }

.m-r-2, .m--r-2 {
  margin-right: 1.5rem !important; }

.m-b-2, .m--b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2, .m--l-2 {
  margin-left: 1.5rem !important; }

.m-x-2, .m--x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2, .m--y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3, .m--a-3 {
  margin: 3rem 3rem !important; }

.m-t-3, .m--t-3 {
  margin-top: 3rem !important; }

.m-r-3, .m--r-3 {
  margin-right: 3rem !important; }

.m-b-3, .m--b-3 {
  margin-bottom: 3rem !important; }

.m-l-3, .m--l-3 {
  margin-left: 3rem !important; }

.m-x-3, .m--x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3, .m--y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0, .p--a-0 {
  padding: 0 0 !important; }

.p-t-0, .p--t-0 {
  padding-top: 0 !important; }

.p-r-0, .p--r-0 {
  padding-right: 0 !important; }

.p-b-0, .p--b-0 {
  padding-bottom: 0 !important; }

.p-l-0, .p--l-0 {
  padding-left: 0 !important; }

.p-x-0, .p--x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0, .p--y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-tiny, .p--a-tiny {
  padding: 0.5rem 0.5rem !important; }

.p-t-tiny, .p--t-tiny {
  padding-top: 0.5rem !important; }

.p-r-tiny, .p--r-tiny {
  padding-right: 0.5rem !important; }

.p-b-tiny, .p--b-tiny {
  padding-bottom: 0.5rem !important; }

.p-l-tiny, .p--l-tiny {
  padding-left: 0.5rem !important; }

.p-x-tiny, .p--x-tiny {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.p-y-tiny, .p--y-tiny {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-a-1, .p--a-1 {
  padding: 1rem 1rem !important; }

.p-t-1, .p--t-1 {
  padding-top: 1rem !important; }

.p-r-1, .p--r-1 {
  padding-right: 1rem !important; }

.p-b-1, .p--b-1 {
  padding-bottom: 1rem !important; }

.p-l-1, .p--l-1 {
  padding-left: 1rem !important; }

.p-x-1, .p--x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1, .p--y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2, .p--a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2, .p--t-2 {
  padding-top: 1.5rem !important; }

.p-r-2, .p--r-2 {
  padding-right: 1.5rem !important; }

.p-b-2, .p--b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2, .p--l-2 {
  padding-left: 1.5rem !important; }

.p-x-2, .p--x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2, .p--y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3, .p--a-3 {
  padding: 3rem 3rem !important; }

.p-t-3, .p--t-3 {
  padding-top: 3rem !important; }

.p-r-3, .p--r-3 {
  padding-right: 3rem !important; }

.p-b-3, .p--b-3 {
  padding-bottom: 3rem !important; }

.p-l-3, .p--l-3 {
  padding-left: 3rem !important; }

.p-x-3, .p--x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3, .p--y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down, .hidden-on-phones, .optional-title {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up, .hidden-on-tablets-and-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down, .hidden-on-small-devices {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down, .hidden-on-mobile-devices {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up, .hidden-on-desktop {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714286em; }

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

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

.fa-stop-circle:before {
  content: ""; }

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

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

/* Just using the ones which are really needed to prevent browsers from loading
all font files from the server */
/*
@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/airlock/SourceSansPro-ExtraLight.eot') format('embedded-opentype'),
         url('../fonts/airlock/SourceSansPro-ExtraLight.ttf.woff2') format('woff2'),
         url('../fonts/airlock/SourceSansPro-ExtraLight.otf.woff') format('woff'),
         url('../fonts/airlock/SourceSansPro-ExtraLight.otf') format('opentype'),
         url('../fonts/airlock/SourceSansPro-ExtraLight.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 200;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/airlock/SourceSansPro-ExtraLightIt.eot') format('embedded-opentype'),
         url('../fonts/airlock/SourceSansPro-ExtraLightIt.ttf.woff2') format('woff2'),
         url('../fonts/airlock/SourceSansPro-ExtraLightIt.otf.woff') format('woff'),
         url('../fonts/airlock/SourceSansPro-ExtraLightIt.otf') format('opentype'),
         url('../fonts/airlock/SourceSansPro-ExtraLightIt.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/airlock/SourceSansPro-Light.eot') format('embedded-opentype'),
         url('../fonts/airlock/SourceSansPro-Light.ttf.woff2') format('woff2'),
         url('../fonts/airlock/SourceSansPro-Light.otf.woff') format('woff'),
         url('../fonts/airlock/SourceSansPro-Light.otf') format('opentype'),
         url('../fonts/airlock/SourceSansPro-Light.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/airlock/SourceSansPro-LightIt.eot') format('embedded-opentype'),
         url('../fonts/airlock/SourceSansPro-LightIt.ttf.woff2') format('woff2'),
         url('../fonts/airlock/SourceSansPro-LightIt.otf.woff') format('woff'),
         url('../fonts/airlock/SourceSansPro-LightIt.otf') format('opentype'),
         url('../fonts/airlock/SourceSansPro-LightIt.ttf') format('truetype');
}
*/
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/airlock/SourceSansPro-Regular.eot") format("embedded-opentype"), url("../fonts/airlock/SourceSansPro-Regular.ttf.woff2") format("woff2"), url("../fonts/airlock/SourceSansPro-Regular.otf.woff") format("woff"), url("../fonts/airlock/SourceSansPro-Regular.otf") format("opentype"), url("../fonts/airlock/SourceSansPro-Regular.ttf") format("truetype"); }

/*
@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/airlock/SourceSansPro-It.eot') format('embedded-opentype'),
         url('../fonts/airlock/SourceSansPro-It.ttf.woff2') format('woff2'),
         url('../fonts/airlock/SourceSansPro-It.otf.woff') format('woff'),
         url('../fonts/airlock/SourceSansPro-It.otf') format('opentype'),
         url('../fonts/airlock/SourceSansPro-It.ttf') format('truetype');
}
*/
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/airlock/SourceSansPro-Semibold.eot") format("embedded-opentype"), url("../fonts/airlock/SourceSansPro-Semibold.ttf.woff2") format("woff2"), url("../fonts/airlock/SourceSansPro-Semibold.otf.woff") format("woff"), url("../fonts/airlock/SourceSansPro-Semibold.otf") format("opentype"), url("../fonts/airlock/SourceSansPro-Semibold.ttf") format("truetype"); }

/*
@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/airlock/SourceSansPro-SemiboldIt.eot') format('embedded-opentype'),
         url('../fonts/airlock/SourceSansPro-SemiboldIt.ttf.woff2') format('woff2'),
         url('../fonts/airlock/SourceSansPro-SemiboldIt.otf.woff') format('woff'),
         url('../fonts/airlock/SourceSansPro-SemiboldIt.otf') format('opentype'),
         url('../fonts/airlock/SourceSansPro-SemiboldIt.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/airlock/SourceSansPro-Bold.eot') format('embedded-opentype'),
         url('../fonts/airlock/SourceSansPro-Bold.ttf.woff2') format('woff2'),
         url('../fonts/airlock/SourceSansPro-Bold.otf.woff') format('woff'),
         url('../fonts/airlock/SourceSansPro-Bold.otf') format('opentype'),
         url('../fonts/airlock/SourceSansPro-Bold.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/airlock/SourceSansPro-BoldIt.eot') format('embedded-opentype'),
         url('../fonts/airlock/SourceSansPro-BoldIt.ttf.woff2') format('woff2'),
         url('../fonts/airlock/SourceSansPro-BoldIt.otf.woff') format('woff'),
         url('../fonts/airlock/SourceSansPro-BoldIt.otf') format('opentype'),
         url('../fonts/airlock/SourceSansPro-BoldIt.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/airlock/SourceSansPro-Black.eot') format('embedded-opentype'),
         url('../fonts/airlock/SourceSansPro-Black.ttf.woff2') format('woff2'),
         url('../fonts/airlock/SourceSansPro-Black.otf.woff') format('woff'),
         url('../fonts/airlock/SourceSansPro-Black.otf') format('opentype'),
         url('../fonts/airlock/SourceSansPro-Black.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/airlock/SourceSansPro-BlackIt.eot') format('embedded-opentype'),
         url('../fonts/airlock/SourceSansPro-BlackIt.ttf.woff2') format('woff2'),
         url('../fonts/airlock/SourceSansPro-BlackIt.otf.woff') format('woff'),
         url('../fonts/airlock/SourceSansPro-BlackIt.otf') format('opentype'),
         url('../fonts/airlock/SourceSansPro-BlackIt.ttf') format('truetype');
}
*/
.vertical--margin--auto {
  margin-top: auto;
  margin-bottom: auto; }

.vertical--text--bottom {
  vertical-align: text-bottom; }

.block--inline {
  display: inline-block; }

.pull--left {
  float: left !important; }

.pull--right {
  float: right !important; }

.text--right, .button-group--right {
  text-align: right !important; }

.text--left {
  text-align: left !important; }

.text--center {
  text-align: center !important; }

/***
  order: 40
  section: Links
  visible: false
***/
/***
  title: Links
  section: Links
  description: The basic class for all &lt;a href&gt; type of links is 'general-link'
  example:
    <include id="links-basic">
***/
/***
  visible: false
  title: Links
  section: Links
  id: links-basic
  example:
    <a href="javascript:void();" class="general-link">Some Link</a>
***/
body {
  background: #f5f5f5; }

a:active {
  outline: none; }

a:focus {
  outline: thin dotted; }

.border-top {
  border-top: 1px solid #818a91; }

.border-left {
  border-left: 1px solid #818a91; }

.border-bottom {
  border-bottom: 1px solid #818a91; }

.border-right {
  border-right: 1px solid #818a91; }

/***
  order: 50
  section: Buttons
  visible: false
***/
/***
  title: Buttons Responsive
  section: Buttons
  description: Buttons in different variations.
  enable: button-spacing
  example:
    <include id="buttons-basic">
***/
/***
  title: Buttons Mobile
  section: Buttons
  description: Buttons in different variations.
  enable: button-spacing
  viewport: 375
  example:
    <include id="buttons-basic">
***/
/***
  title: Buttons Tablet
  section: Buttons
  description: Buttons in different variations.
  enable: button-spacing
  viewport: 768
  example:
    <include id="buttons-basic">
***/
.button {
  min-width: 10rem;
  text-decoration: none; }
  .button:active, .button:hover, .button:focus {
    outline: none !important; }
  .button--abort:focus:not(:hover), .button--neutral:focus:not(:hover), .button--confirm:focus:not(:hover) {
    background-color: #000d6e;
    border-color: #000d6e;
    -webkit-box-shadow: 0px 0px 0px 1px #45657b inset, 0 0 8px rgba(69, 101, 123, 0.6);
            box-shadow: 0px 0px 0px 1px #45657b inset, 0 0 8px rgba(69, 101, 123, 0.6);
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  @media (max-width: 543px) {
    .button--block-level-xs-down {
      display: block;
      width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
      .button--block-level-xs-down + .button--block-level-xs-down {
        margin-top: 1rem !important; } }
  @media (max-width: 767px) {
    .button--block-level-sm-down {
      display: block;
      width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
      .button--block-level-sm-down + .button--block-level-sm-down {
        margin-top: 1rem !important; } }
  @media (max-width: 991px) {
    .button--block-level-md-down {
      display: block;
      width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
      .button--block-level-md-down + .button--block-level-md-down {
        margin-top: 1rem !important; } }
  @media (max-width: 991px) {
    .button--block-level-lg-down {
      display: block;
      width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
      .button--block-level-lg-down + .button--block-level-lg-down {
        margin-top: 1rem !important; } }
  .button--block-level-xl-down {
    display: block;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    .button--block-level-xl-down + .button--block-level-xl-down {
      margin-top: 1rem !important; }

/***
  visible: false
  title: Buttons
  section: Buttons
  id: buttons-basic
  example:

      <!-- Provides extra visual weight and identifies the confirm action in a set of buttons -->
      <button type="button" class="button button--confirm">Button</button>

      <!-- Deemphasize a button by making it look like a link while maintaining button behavior -->
      <button type="button" class="button button--confirm button--link">Link</button>

      <!-- Fills whole available space. Great to use with grid sizes.  -->
      <button type="button" class="button button--neutral button--block-level">Normal Button</button>

      <!-- Aligning buttons left or right, best shown in a row -->
      <div>
        <button type="button" class="button button--abort button--left">Abort Button</button>

        <button type="button" class="button button--confirm button--right">Confirm Button</button>
      </div>
***/
/***
  order: 60
  section: Forms
  visible: false
***/
/***
  title: Forms Responsive
  section: Forms
  description: Form fields in different variations.
  example:
    <include id="forms-basic">
***/
/***
  title: Forms Mobile
  section: Forms
  description: Form fields in different variations.
  viewport: 375
  example:
    <include id="forms-basic">
***/
/***
  title: Forms Tablet
  section: Forms
  description: Form fields in different variations.
  viewport: 768
  example:
    <include id="forms-basic">
***/
.form-row > [class*="column-"] {
  padding-right: 0;
  padding-left: 0; }

.form-group {
  position: relative; }
  @media (max-width: 767px) {
    .active.form-group::before {
      position: absolute;
      top: 32px;
      left: -40px;
      height: 34px;
      content: "";
      border-left-color: #3c763d;
      border-left-style: solid;
      border-left-width: 5px; } }
  @media (min-width: 768px) {
    .active.form-group::before {
      position: absolute;
      top: 0;
      left: -40px;
      height: 100%;
      content: "";
      border-left-color: #3c763d;
      border-left-style: solid;
      border-left-width: 5px; } }
  @media (max-width: 767px) {
    .invalid.form-group::before {
      position: absolute;
      top: 32px;
      left: -40px;
      height: 34px;
      content: "";
      border-left-color: #a94442;
      border-left-style: solid;
      border-left-width: 5px; } }
  @media (min-width: 768px) {
    .invalid.form-group::before {
      position: absolute;
      top: 0;
      left: -40px;
      height: 100%;
      content: "";
      border-left-color: #a94442;
      border-left-style: solid;
      border-left-width: 5px; } }

.form-control {
  width: 100%; }
  .active.form-control, .form-control:focus {
    border-color: #000d6e;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    outline: 0 none; }
  .invalid.form-control {
    margin: -1px;
    border-color: #a94442;
    border-style: solid;
    border-width: 2px; }
    .invalid.form-control:focus {
      border-color: #a94442; }

.has-danger .form-control:focus {
  border-color: #d9534f;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(217, 83, 79, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(217, 83, 79, 0.6);
  -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  outline: 0 none; }

.form-control-label {
  font-weight: bold; }
  .required.form-control-label:after {
    content: "*";
    color: #373a3c;
    font-size: inherit;
    vertical-align: baseline; }

.c-select {
  padding: 0.5rem 0rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiPgogIDxwYXRoIGQ9Ik0wIDBsNCA0IDQtNGgtOHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMikiIHN0eWxlPSJmaWxsOiM5ZmE5YmIiLz4KPC9zdmc+); }
  .c-select optgroup {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 5px; }
  .c-select option {
    padding-top: .25rem;
    padding-bottom: .25rem; }

.form__required-hint {
  float: left !important; }
  .form__required-hint > .form-control-label {
    padding-left: 0px; }

.line-separator {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #ccc;
  line-height: 0.1em;
  margin-top: 10px;
  margin-bottom: 10px; }

.line-separator-text {
  background: #f5f5f5;
  padding: 0 10px; }

/***
  visible: false
  title: Forms
  section: Forms
  id: forms-basic
  example:
    <include id="content-start">

    <include id="form-start">
      <include id="form-control-static">
      <include id="form-active-input-field-demo">

      <include id="form-names-country-email">
      <include id="form-birthday">
      <include id="form-password">
      <include id="form-checkbox">
    <include id="form-end">

    <include id="content-end">
***/
/***
  visible: false
  section: Forms
  id: form-start
  example:
    <form method="post" action="#" novalidate>
***/
/***
  visible: false
  section: Forms
  id: form-end
  example:
    </form>
***/
/***
  visible: false
  section: Forms
  id: form-active-input-field-demo
  example:
    <div class="form-group form-row row active">
      <label for="lastname" class="column-xs--12 column-md--5 form-control-label required">Active Input Field Demo</label>
      <div class="column-xs--12 column-md--7">
        <input type="text" class="form-control active" id="lastname">
      </div>
    </div>
***/
/***
  visible: false
  section: Forms
  id: form-control-static
  example:
    <div class="form-group form-row row">
      <label class="column-xs--12 column-md--5 form-control-label">Seriennummer der Matrixkarte:</label>
      <div class="column-xs--12 column-md--7">
        <p class="form-control-static">1448571183616</p>
      </div>
    </div>
***/
/***
  visible: false
  section: Forms
  id: form-birthday
  example:
    <div class="form-group form-row invalid row">
      <label for="birthdate" class="column-xs--12 column-md--5 form-control-label required">Geburtsdatum</label>
      <div class="column-xs--12 column-md--7">
        <input type="text" class="form-control invalid" id="birthdate" value="16.12.19744">
      </div>
    </div>
***/
/***
  visible: false
  section: Forms
  id: form-password
  example:
    <div class="form-group form-row row">
      <label for="password" class="column-xs--12 column-md--5 form-control-label required">Passwort</label>
      <div class="column-xs--12 column-md--7">
        <input type="password" class="form-control" id="password" value="password">
      </div>
    </div>
***/
/***
  visible: false
  section: Forms
  id: form-change-password
  example:
    <div class="form-group form-row row">
      <label for="password-old" class="column-xs--12 column-md--5 form-control-label">Old Password</label>
      <div class="column-xs--12 column-md--7">
        <input type="password" class="form-control" id="password-old">
      </div>
    </div>
    <div class="form-group form-row row">
      <label for="password-new" class="column-xs--12 column-md--5 form-control-label">New Password</label>
      <div class="column-xs--12 column-md--7">
        <input type="password" class="form-control" id="password-new">
      </div>
    </div>
    <div class="form-group form-row row">
      <label for="password-new2" class="column-xs--12 column-md--5 form-control-label">Confirmation</label>
      <div class="column-xs--12 column-md--7">
        <input type="password" class="form-control" id="password-new2">
      </div>
    </div>
***/
/***
  visible: false
  section: Forms
  id: form-login
  example:
    <div class="form-group form-row row">
      <label for="username" class="column-xs--12 column-md--5 form-control-label">Username</label>
      <div class="column-xs--12 column-md--7">
        <input type="text" class="form-control" id="username">
      </div>
    </div>
    <div class="form-group form-row row">
      <label for="password" class="column-xs--12 column-md--5 form-control-label">Password</label>
      <div class="column-xs--12 column-md--7">
        <input type="password" class="form-control" id="password">
      </div>
    </div>
***/
/***
  visible: false
  section: Forms
  id: form-checkbox
  example:
    <div class="form-group row form-row">
      <label class="form-control-label column-xs--12 column-md--5">AGB gelesen und akzeptiert*</label>
      <div class="column-xs--12 column-md--7">
        <div class="checkbox">
          <label>
            <input checked type="checkbox">
          </label>
        </div>
      </div>
    </div>
***/
/***
  visible: false
  section: Forms
  id: form-mobile-phone
  example:
    <div class="form-group form-row row">
      <label for="mobile-phone" class="column-xs--12 column-md--5 form-control-label required">Mobile Phone</label>
      <div class="column-xs--12 column-md--7">
        <input type="text" class="form-control" id="mobile-phone">
      </div>
    </div>
***/
/***
  visible: false
  section: Forms
  id: form-names-country-email
  example:
    <include id="form-firstname">
    <include id="form-lastname">
    <include id="form-country">
    <include id="form-email">
***/
/***
  visible: false
  section: Forms
  id: form-firstname
  example:
    <div class="form-group form-row row">
      <label for="firstname" class="column-xs--12 column-md--5 form-control-label required">Vorname</label>
      <div class="column-xs--12 column-md--7">
        <input type="text" class="form-control" id="firstname" value="John">
      </div>
    </div>
***/
/***
  visible: false
  section: Forms
  id: form-lastname
  example:
    <div class="form-group form-row row">
      <label for="lastname" class="column-xs--12 column-md--5 form-control-label required">Name</label>
      <div class="column-xs--12 column-md--7">
        <input type="text" class="form-control" id="lastname" value="Doe">
      </div>
    </div>
***/
/***
  visible: false
  section: Forms
  id: form-company
  example:
    <div class="form-group form-row row">
      <label for="company" class="column-xs--12 column-md--5 form-control-label required">Firma</label>
      <div class="column-xs--12 column-md--7">
        <input type="text" class="form-control" id="company">
      </div>
    </div>
***/
/***
  visible: false
  section: Forms
  id: form-country
  example:
    <div class="form-group form-row row">
      <label for="nationality" class="column-xs--12 column-md--5 form-control-label required">Nationalität</label>
      <include id="forms-nationality">
    </div>
***/
/***
  visible: false
  section: Forms
  id: form-email
  example:
    <div class="form-group form-row row">
      <label for="email" class="column-xs--12 column-md--5 form-control-label required">Email</label>
      <div class="column-xs--12 column-md--7">
        <input type="email" class="form-control" id="email" value="felix.muster@example.com">
      </div>
    </div>
***/
/***
  visible: false
  section: Forms
  id: form-email-settings
  example:
    <div class="form-group form-row row">
      <label for="current-email" class="column-xs--12 column-md--5 form-control-label">Aktuelle Email-Adresse</label>
      <div class="column-xs--12 column-md--7">
        <input type="email" class="form-control" id="current-email">
      </div>
    </div>
    <div class="form-group form-row row">
      <label for="new-email" class="column-xs--12 column-md--5 form-control-label">Neue Email-Adresse</label>
      <div class="column-xs--12 column-md--7">
        <input type="email" class="form-control" id="new-email">
      </div>
    </div>
***/
/***
  order: 65
  section: Messages
  visible: false
***/
/***
  title: Warning & Highlight Message Responsive
  section: Messages
  description: Messages in different variations.
  example:
    <include id="message-demo">
***/
/***
  title: Warning & Highlight Message Mobile
  section: Messages
  description: Messages in different variations.
  viewport: 375
  example:
    <include id="message-demo">
***/
/***
  title: Warning & Highlight Message Tablet
  section: Messages
  description: Messages in different variations.
  viewport: 768
  example:
    <include id="message-demo">
***/
.message {
  padding: 0.75rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem; }
  .message--warning {
    background-color: #f2dede;
    color: #a94442;
    border: 1px solid #ebcccc; }
  .message--info {
    background-color: #dff0d8;
    color: #3c763d;
    border: 1px solid #d0e9c6; }

.text-message {
  margin-bottom: 1rem; }
  .text-message--upper {
    margin-top: 1rem; }

/***
  visible: false
  title: Warning Message
  section: Messages
  id: message-demo
  example:
    <include id="content-start">
      <include id="upper-message">
      <include id="message">
      <include id="warning-message">
      <include id="info-message">
      <include id="lower-message">
    <include id="content-end">
***/
/***
  visible: false
  title: Message
  section: Messages
  id: message
  example:
    Hier steht weisser Text:<div class="message">Sie können einige Benutzerdaten selbst ändern. Falls sie weitere Daten ändern möchten, kontaktieren Sie bitte unseren Kundendienst.</div>
***/
/***
  visible: false
  title: Warning Message
  section: Messages
  id: warning-message
  example:
    <div class="message message--warning">Bitte ergänzen Sie die gekennzeichneten Pflichtangaben.</div>
***/
/***
  visible: false
  section: Messages
  id: info-message
  example:
    <div class="message message--info">Zur Aktivierung Ihrer Matrixkarte geben Sie bitte die geforderten Sicherheitscodes ein.</div>
***/
/***
  visible: false
  section: Messages
  id: upper-message
  example:
    <div class="text-message text-message--upper">Dies ist eine Nachricht (upper-message) die oben am Content angezeigt wird. </div>
***/
/***
  visible: false
  section: Messages
  id: lower-message
  example:
    <div class="text-message text-message--lower">Dies ist eine Nachricht (lower-message) die am Ende des Contents angezeigt wird. </div>
***/
/***
  visible: false
  title: Forms
  section: Forms
  id: forms-nationality
  example:
    <div class="column-xs--12 column-md--7">
      <select class="form-control c-select" name="nationality" id="nationality" >
          <option value="AF">Afghanistan</option>
          <option value="EG">Ägypten</option>
          <option value="AX">Aland</option>
          <option value="AL">Albanien</option>
          <option value="DZ">Algerien</option>
          <option value="AS">Amerikanisch-Samoa</option>
          <option selected value="VI">Amerikanische Jungferninseln</option>
          <option value="AD">Andorra</option>
          <option value="AO">Angola</option>
          <option value="AI">Anguilla</option>
          <option value="AQ">Antarktis</option>
          <option value="AG">Antigua und Barbuda</option>
          <option value="GQ">Äquatorialguinea</option>
          <option value="AR">Argentinien</option>
          <option value="AM">Armenien</option>
          <option value="AW">Aruba</option>
          <option value="AC">Ascension</option>
          <option value="AZ">Aserbaidschan</option>
          <option value="ET">Äthiopien</option>
          <option value="AU">Australien</option>
          <option value="BS">Bahamas</option>
          <option value="BH">Bahrain</option>
          <option value="BD">Bangladesch</option>
          <option value="BB">Barbados</option>
          <option value="BE">Belgien</option>
          <option value="BZ">Belize</option>
          <option value="BJ">Benin</option>
          <option value="BM">Bermuda</option>
          <option value="BT">Bhutan</option>
          <option value="BO">Bolivien</option>
          <option value="BA">Bosnien und Herzegowina</option>
          <option value="BW">Botswana</option>
          <option value="BV">Bouvetinsel</option>
          <option value="BR">Brasilien</option>
          <option value="BN">Brunei</option>
          <option value="BG">Bulgarien</option>
          <option value="BF">Burkina Faso</option>
          <option value="BI">Burundi</option>
          <option value="CL">Chile</option>
          <option value="CN">China</option>
          <option value="CK">Cookinseln</option>
          <option value="CR">Costa Rica</option>
          <option value="CI">Cote d'Ivoire</option>
          <option value="DK">Dänemark</option>
          <option value="DE">Deutschland</option>
          <option value="DG">Diego Garcia</option>
          <option value="DM">Dominica</option>
          <option value="DO">Dominikanische Republik</option>
          <option value="DJ">Dschibuti</option>
          <option value="EC">Ecuador</option>
          <option value="SV">El Salvador</option>
          <option value="ER">Eritrea</option>
          <option value="EE">Estland</option>
          <option value="EU">Europäische Union</option>
          <option value="FK">Falklandinseln</option>
          <option value="FO">Färöer</option>
          <option value="FJ">Fidschi</option>
          <option value="FI">Finnland</option>
          <option value="FR">Frankreich</option>
          <option value="GF">Französisch-Guayana</option>
          <option value="PF">Französisch-Polynesien</option>
          <option value="GA">Gabun</option>
          <option value="GM">Gambia</option>
          <option value="GE">Georgien</option>
          <option value="GH">Ghana</option>
          <option value="GI">Gibraltar</option>
          <option value="GD">Grenada</option>
          <option value="GR">Griechenland</option>
          <option value="GL">Grönland</option>
          <option value="GB">Großbritannien</option>
          <option value="CP">Guadeloupe</option>
          <option value="GU">Guam</option>
          <option value="GT">Guatemala</option>
          <option value="GG">Guernsey</option>
          <option value="GN">Guinea</option>
          <option value="GW">Guinea-Bissau</option>
          <option value="GY">Guyana</option>
          <option value="HT">Haiti</option>
          <option value="HM">Heard und McDonaldinseln</option>
          <option value="HN">Honduras</option>
          <option value="HK">Hongkong</option>
          <option value="IN">Indien</option>
          <option value="ID">Indonesien</option>
          <option value="IQ">Irak</option>
          <option value="IR">Iran</option>
          <option value="IE">Irland</option>
          <option value="IS">Island</option>
          <option value="IL">Israel</option>
          <option value="IT">Italien</option>
          <option value="JM">Jamaika</option>
          <option value="JP">Japan</option>
          <option value="YE">Jemen</option>
          <option value="JE">Jersey</option>
          <option value="JO">Jordanien</option>
          <option value="KY">Kaimaninseln</option>
          <option value="KH">Kambodscha</option>
          <option value="CM">Kamerun</option>
          <option value="CA">Kanada</option>
          <option value="IC">Kanarische Inseln</option>
          <option value="CV">Kap Verde</option>
          <option value="KZ">Kasachstan</option>
          <option value="QA">Katar</option>
          <option value="KE">Kenia</option>
          <option value="KG">Kirgisistan</option>
          <option value="KI">Kiribati</option>
          <option value="CC">Kokosinseln</option>
          <option value="CO">Kolumbien</option>
          <option value="KM">Komoren</option>
          <option value="CG">Kongo</option>
          <option value="HR">Kroatien</option>
          <option value="CU">Kuba</option>
          <option value="KW">Kuwait</option>
          <option value="LA">Laos</option>
          <option value="LS">Lesotho</option>
          <option value="LV">Lettland</option>
          <option value="LB">Libanon</option>
          <option value="LR">Liberia</option>
          <option value="LY">Libyen</option>
          <option value="LI">Liechtenstein</option>
          <option value="LT">Litauen</option>
          <option value="LU">Luxemburg</option>
          <option value="MO">Macao</option>
          <option value="MG">Madagaskar</option>
          <option value="MW">Malawi</option>
          <option value="MY">Malaysia</option>
          <option value="MV">Malediven</option>
          <option value="ML">Mali</option>
          <option value="MT">Malta</option>
          <option value="MA">Marokko</option>
          <option value="MH">Marshallinseln</option>
          <option value="MQ">Martinique</option>
          <option value="MR">Mauretanien</option>
          <option value="MU">Mauritius</option>
          <option value="YT">Mayotte</option>
          <option value="MK">Mazedonien</option>
          <option value="MX">Mexiko</option>
          <option value="FM">Mikronesien</option>
          <option value="MD">Moldawien</option>
          <option value="MC">Monaco</option>
          <option value="MN">Mongolei</option>
          <option value="MS">Montserrat</option>
          <option value="MZ">Mosambik</option>
          <option value="MM">Myanmar</option>
          <option value="NA">Namibia</option>
          <option value="NR">Nauru</option>
          <option value="NP">Nepal</option>
          <option value="NC">Neukaledonien</option>
          <option value="NZ">Neuseeland</option>
          <option value="NT">Neutrale Zone</option>
          <option value="NI">Nicaragua</option>
          <option value="NL">Niederlande</option>
          <option value="AN">Niederländische Antillen</option>
          <option value="NE">Niger</option>
          <option value="NG">Nigeria</option>
          <option value="NU">Niue</option>
          <option value="KP">Nordkorea</option>
          <option value="MP">Nördliche Marianen</option>
          <option value="NF">Norfolkinsel</option>
          <option value="NO">Norwegen</option>
          <option value="OM">Oman</option>
          <option value="AT">Österreich</option>
          <option value="PK">Pakistan</option>
          <option value="PS">Palästina</option>
          <option value="PW">Palau</option>
          <option value="PA">Panama</option>
          <option value="PG">Papua-Neuguinea</option>
          <option value="PY">Paraguay</option>
          <option value="PE">Peru</option>
          <option value="PH">Philippinen</option>
          <option value="PN">Pitcairninseln</option>
          <option value="PL">Polen</option>
          <option value="PT">Portugal</option>
          <option value="PR">Puerto Rico</option>
          <option value="RE">Réunion</option>
          <option value="RW">Ruanda</option>
          <option value="RO">Rumänien</option>
          <option value="RU">Russische Föderation</option>
          <option value="SB">Salomonen</option>
          <option value="ZM">Sambia</option>
          <option value="WS">Samoa</option>
          <option value="SM">San Marino</option>
          <option value="ST">São Tomé und Príncipe</option>
          <option value="SA">Saudi-Arabien</option>
          <option value="SE">Schweden</option>
          <option value="CH">Schweiz</option>
          <option value="SN">Senegal</option>
          <option value="CS">Serbien und Montenegro</option>
          <option value="SC">Seychellen</option>
          <option value="SL">Sierra Leone</option>
          <option value="ZW">Simbabwe</option>
          <option value="SG">Singapur</option>
          <option value="SK">Slowakei</option>
          <option value="SI">Slowenien</option>
          <option value="SO">Somalia</option>
          <option value="ES">Spanien</option>
          <option value="LK">Sri Lanka</option>
          <option value="SH">St. Helena</option>
          <option value="KN">St. Kitts und Nevis</option>
          <option value="LC">St. Lucia</option>
          <option value="PM">St. Pierre und Miquelon</option>
          <option value="VC">St. Vincent/Grenadinen (GB)</option>
          <option value="ZA">Südafrika, Republik</option>
          <option value="SD">Sudan</option>
          <option value="KR">Südkorea</option>
          <option value="SR">Suriname</option>
          <option value="SJ">Svalbard und Jan Mayen</option>
          <option value="SZ">Swasiland</option>
          <option value="SY">Syrien</option>
          <option value="TJ">Tadschikistan</option>
          <option value="TW">Taiwan</option>
          <option value="TZ">Tansania</option>
          <option value="TH">Thailand</option>
          <option value="TL">Timor-Leste</option>
          <option value="TG">Togo</option>
          <option value="TK">Tokelau</option>
          <option value="TO">Tonga</option>
          <option value="TT">Trinidad und Tobago</option>
          <option value="TA">Tristan da Cunha</option>
          <option value="TD">Tschad</option>
          <option value="CZ">Tschechische Republik</option>
          <option value="TN">Tunesien</option>
          <option value="TR">Türkei</option>
          <option value="TM">Turkmenistan</option>
          <option value="TC">Turks- und Caicosinseln</option>
          <option value="TV">Tuvalu</option>
          <option value="UG">Uganda</option>
          <option value="UA">Ukraine</option>
          <option value="HU">Ungarn</option>
          <option value="UY">Uruguay</option>
          <option value="UZ">Usbekistan</option>
          <option value="VU">Vanuatu</option>
          <option value="VA">Vatikanstadt</option>
          <option value="VE">Venezuela</option>
          <option value="AE">Vereinigte Arabische Emirate</option>
          <option value="US">Vereinigte Staaten von Amerika</option>
          <option value="VN">Vietnam</option>
          <option value="WF">Wallis und Futuna</option>
          <option value="CX">Weihnachtsinsel</option>
          <option value="BY">Weißrussland</option>
          <option value="EH">Westsahara</option>
          <option value="CF">Zentralafrikanische Republik</option>
          <option value="CY">Zypern</option>
      </select>
    </div>
***/
/***
  order: 40
  section: Grid
  visible: false
***/
/***
  title: Semantic Markup
  section: Grid
  description: |
    Creating a grid structure with CSS classes. Be aware that the
    background color and some padding is only visible in this style guide.
  enable: grid-background
  example:
    <div class="grid-container">
      <div class="row">
        <div class="column-md--3">.column-md--3</div>
        <div class="column-md--3">.column-md--3</div>
        <div class="column-md--3">.column-md--3</div>
        <div class="column-md--3">.column-md--3</div>
      </div>
      <div class="row">
        <div class="column-md--4">.column-md--4</div>
        <div class="column-md--4">.column-md--4</div>
        <div class="column-md--4">.column-md--4</div>
      </div>
      <div class="row">
        <div class="column-md--6">.column-md--6</div>
        <div class="column-md--6">.column-md--6</div>
      </div>
      <div class="row">
        <div class="column-md--12">.column-md-12</div>
      </div>
    </div>
***/
.row {
  margin-left: 0;
  margin-right: 0; }

.row-xs--top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.row-xs--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.row-xs--bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media (min-width: 544px) {
  .row-sm--top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row-sm--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .row-sm--bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 768px) {
  .row-md--top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row-md--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .row-md--bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 992px) {
  .row-lg--top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row-lg--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .row-lg--bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 992px) {
  .row-xl--top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row-xl--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .row-xl--bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

.row-xs--top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.row-xs--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.row-xs--bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media (min-width: 544px) {
  .row-sm--top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row-sm--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .row-sm--bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 768px) {
  .row-md--top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row-md--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .row-md--bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 992px) {
  .row-lg--top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row-lg--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .row-lg--bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 992px) {
  .row-xl--top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row-xl--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .row-xl--bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

/***
  visible: false
  section: Grid
  id: grid-container-column-xs-12-start
  example:
    <div class="grid-container">
      <div class="row">
        <div class="column-xs--12">
***/
/***
  visible: false
  section: Grid
  id: grid-container-column-xs-12-end
  example:
        </div>
      </div>
    </div>
***/
/***
  order: 10
  section: Typography
  visible: false
***/
/***
  title: Typography Responsive
  section: Typography
  description: |
    All HTML headings, &lt;h1&gt; through &lt;h6&gt;, are available. .h1 through .h6 classes are also available, for when you want to match the font styling of a heading but still want your text to be displayed inline.
  example:
    <include id="typography-basic">
***/
/***
  title: Typography Mobile
  section: Typography
  description: |
    All HTML headings, &lt;h1&gt; through &lt;h6&gt;, are available. .h1 through .h6 classes are also available, for when you want to match the font styling of a heading but still want your text to be displayed inline.
  viewport: 375
  example:
    <include id="typography-basic">
***/
/***
  title: Typography Tablet
  section: Typography
  description: |
    All HTML headings, &lt;h1&gt; through &lt;h6&gt;, are available. .h1 through .h6 classes are also available, for when you want to match the font styling of a heading but still want your text to be displayed inline.
  viewport: 768
  example:
    <include id="typography-basic">
***/
.page-title {
  margin-bottom: 0;
  margin-left: 80px;
  margin-right: 80px;
  font-weight: bold; }

.sub-title {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold; }
  @media (max-width: 543px) {
    .sub-title::before {
      position: absolute;
      left: 20px; } }

.content-paragraph {
  margin-left: 80px;
  margin-right: 80px; }

/***
  visible: false
  title: Typography
  section: Typography
  id: typography-basic
  example:
    <include id="grid-container-column-xs-12-start">
      <h1>Heading H1</h1>
      <h2>Heading H2</h2>
      <h3>Heading H3</h3>
      <h4>Heading H4</h4>
      <h5>Heading H5</h5>
      <h1 class="bla"><span>Heading H1</span></h1>
      <h6>Heading H6</h6>
      <p>Paragraph Genti blandes sundem facienda cuptatur, tortor. </p>
      <h1 class="page-title">Page Title</h1>
      <h2 class="sub-title"><span>Sub Title</span></h2>
      <h2 class="sub-title">
        <span class="optional-title">Title with Optional And</span>
        <span>Regular Title</span>
      </h2>
      <h2 class="sub-title"><span>Sub Title with dashed lines</span></h2>
    <include id="grid-container-column-xs-12-end">
***/
/***
  order: 35
  section: Content
  visible: false
***/
/***
  title: Content Responsive
  section: Content
  description: Body shown with border and empty content body.
  enable: content-100
  example:
    <include id="content">
***/
/***
  title: Content Mobile
  section: Content
  description: Body shown with border and empty content body.
  enable: content-100
  viewport: 375
  example:
    <include id="content">
***/
/***
  title: Content Tablet
  section: Content
  description: Body shown with border and empty content body.
  enable: content-100
  viewport: 768
  example:
    <include id="content">
***/
/***
  title: Content With Title Bar Responsive
  section: Content
  description: Body shown with border and empty content body.
  enable: content-100
  example:
    <include id="content-with-title-bar">
***/
/***
  title: Content With Title Bar Mobile
  section: Content
  description: Body shown with border and empty content body.
  enable: content-100
  viewport: 375
  example:
    <include id="content-with-title-bar">
***/
/***
  title: Content With Title Bar Tablet
  section: Content
  description: Body shown with border and empty content body.
  enable: content-100
  viewport: 768
  example:
    <include id="content-with-title-bar">
***/
/***
  title: Content With Title Bar And Back Link Responsive
  section: Content
  description: Body shown with border and empty content body.
  enable: content-100
  example:
    <include id="content-with-title-bar-and-back-link">
***/
/***
  title: Content With Title Bar And Back Link Mobile
  section: Content
  description: Body shown with border and empty content body.
  enable: content-100
  viewport: 375
  example:
    <include id="content-with-title-bar-and-back-link">
***/
/***
  title: Content With Title Bar And Back Link Tablet
  section: Content
  description: Body shown with border and empty content body.
  enable: content-100
  viewport: 768
  example:
    <include id="content-with-title-bar-and-back-link">
***/
.content {
  position: relative;
  border-color: #000d6e;
  border-style: solid;
  border-width: 1px;
  border-radius: 12px;
  background-color: #fff; }
  @media (min-width: 544px) {
    .content {
      border-left-color: #000d6e;
      border-left-width: 1px; } }

.content-body {
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 60px;
  margin-bottom: 60px; }

/***
  visible: false
  section: Content
  id: content
  example:
    <include id="content-start">
    <include id="content-end">
***/
/***
  visible: false
  section: Content
  id: content-start
  example:
    <include id="grid-container-column-xs-12-start">
      <div class="content">
***/
/***
  visible: false
  section: Content
  id: content-with-title-bar
  example:
    <include id="content-with-title-bar-start">
    <include id="content-with-title-bar-end">
***/
/***
  visible: false
  section: Content
  id: content-with-title-bar-and-back-link
  example:
    <include id="content-with-title-bar-and-back-link-start">
    <include id="content-with-title-bar-end">
***/
/***
  visible: false
  section: Content
  id: content-with-title-bar-start
  example:
    <include id="grid-container-column-xs-12-start">
      <div class="content">
        <include id="title-bar">
***/
/***
  visible: false
  section: Content
  id: content-with-title-bar-and-back-link-start
  example:
    <include id="grid-container-column-xs-12-start">
      <div class="content">
        <include id="title-bar-with-back-link">
***/
/***
  visible: false
  section: Content
  id: content-with-title-bar-end
  example:
    <include id="content-end">
***/
/***
  order: 37
  section: Footer
  visible: false
***/
/***
  title: Footer Responsive
  section: Footer
  description: Footer shown with empty content body.
  enable: content-100
  example:
    <include id="footer--with-empty-content">
***/
/***
  title: Footer Mobile
  section: Footer
  description: Footer shown with empty content body.
  enable: content-100
  viewport: 375
  example:
    <include id="footer--with-empty-content">
***/
/***
  title: Footer Tablet
  section: Footer
  description: Footer shown with empty content body.
  enable: content-100
  viewport: 768
  example:
    <include id="footer--with-empty-content">
***/
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

/***
  visible: false
  section: Footer
  id: footer--with-empty-content
  example:
    <include id="content">
    <include id="grid-container-column-xs-12-start">
      <footer class="footer">
        <img class="footer-logo" src="images/airlock/logo.svg">
      </footer>
    <include id="grid-container-column-xs-12-end">
***/
/***
  visible: false
  section: Footer
  id: footer
  example:
    <include id="grid-container-column-xs-12-start">
      <footer class="footer">
        <img class="footer-logo" src="images/airlock/logo.svg">
      </footer>
    <include id="grid-container-column-xs-12-end">
***/
/***
  order: 30
  section: Header
  visible: false
***/
/***
  title: Header Responsive
  section: Header
  description: Header shown with empty content body.
  enable: content-100
  example:
    <include id="header--with-empty-content">
***/
/***
  title: Header Mobile
  section: Header
  description: Header shown with empty content body.
  enable: content-100
  viewport: 375
  example:
    <include id="header--with-empty-content">
***/
/***
  title: Header Tablet
  section: Header
  description: Header shown with empty content body.
  enable: content-100
  viewport: 768
  example:
    <include id="header--with-empty-content">
***/
.language-switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .language-switcher__link--active {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    text-decoration: none; }

.language-switcher__link + .language-switcher__link {
  padding-left: 20px; }

.error-static {
  margin-top: 69px; }

/***
  title: Header
  section: Header
  description:
  visible: false
  id: header--with-empty-content
  example:
    <include id="grid-container-column-xs-12-start">
      <header class="header">
        <include id="language-switcher">
      </header>
    <include id="grid-container-column-xs-12-end">

    <include id="content">
***/
/***
  title: Header
  section: Header
  description:
  visible: false
  id: header
  example:
    <include id="grid-container-column-xs-12-start">
      <header class="header">
        <include id="language-switcher">
      </header>
    <include id="grid-container-column-xs-12-end">
***/
/***
  title: Language Switcher
  section: Header
  description:
  visible: false
  id: language-switcher
  example:
    <div class="language-switcher">
      <a class="language-switcher__link" href="#">deutsch</a>
      <a class="language-switcher__link" href="#">francais</a>
      <a class="language-switcher__link" href="#">italiano</a>
      <a class="language-switcher__link" href="#">english</a>
    </div>
***/
/***
  order: 33
  section: Navigation
  visible: false
***/
/***
  title: Navigation Responsive (First Element active)
  section: Navigation
  description: Navigation with first element active.
  example:
    <include id="navigation-first-active">
***/
/***
  title: Navigation  Mobile (First Element active)
  section: Navigation
  description: Navigation with first element active.
  viewport: 375
  example:
    <include id="navigation-first-active">
***/
/***
  title: Navigation  Tablet (First Element active)
  section: Navigation
  description: Navigation with first element active.
  viewport: 768
  example:
    <include id="navigation-first-active">
***/
/***
  title: Navigation Responsive (Second Element active)
  section: Navigation
  description: Navigation with second element active.
  example:
    <include id="navigation-second-active">
***/
/***
  title: Navigation  Mobile (Second Element active)
  section: Navigation
  description: Navigation with second element active.
  viewport: 375
  example:
    <include id="navigation-second-active">
***/
/***
  title: Navigation  Tablet (Second Element active)
  section: Navigation
  description: Navigation with second element active.
  viewport: 768
  example:
    <include id="navigation-second-active">
***/
.navbar-nav {
  margin-bottom: 40px; }

.nav-tabs {
  background-color: #3e5c70;
  border-bottom-width: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .nav-tabs .nav-link {
    width: 50%;
    font-weight: bold;
    color: #fff;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center; }
    @media (min-width: 544px) {
      .nav-tabs .nav-link {
        width: 30%; } }

.navbar-nav .nav-item + .nav-item {
  margin-left: 0; }

.navbar-brand {
  display: none !important; }

/***
  section: Navigation
  id: navigation-first-active
  visible: false
  example:
    <include id="navigation-first-active-start">
    <include id="navigation-end">
***/
/***
  section: Navigation
  id: navigation-second-active
  visible: false
  example:
    <include id="navigation-second-active-start">
    <include id="navigation-end">
***/
/***
  section: Navigation
  id: navigation-first-active-start
  visible: false
  example:
    <include id="content-start">
      <a class="navbar-brand" href="#">
        <img src="images/airlock/theme/brand-logo.png">
      </a>
      <nav class="nav nav-tabs navbar-nav">
        <a class="nav-item nav-link active" href="#">Applications</a>
        <a class="nav-item nav-link" href="#">Self Service</a>
      </nav>
***/
/***
  section: Navigation
  id: navigation-second-active-start
  visible: false
  example:
    <include id="content-start">
      <a class="navbar-brand" href="#">
        <img src="images/airlock/theme/brand-logo.png">
      </a>
      <nav class="nav nav-tabs navbar-nav">
        <a class="nav-item nav-link" href="#">Applications</a>
        <a class="nav-item nav-link active" href="#">Self Service</a>
      </nav>
***/
/***
  section: Navigation
  id: navigation-end
  visible: false
  example:
    <include id="content-end">
***/
/***
  order: 79
  section: Miscellaneous Components
  visible: false
***/
/***
  title: Bordered Image Responsive
  section: Miscellaneous Components
  example:
    <include id="bordered-image">
***/
/***
  title: Bordered Image  Mobile
  section: Miscellaneous Components
  viewport: 375
  example:
    <include id="bordered-image">
***/
/***
  title: Bordered Image  Tablet
  section: Miscellaneous Components
  viewport: 768
  example:
    <include id="bordered-image">
***/
.bordered-image {
  margin-bottom: 40px;
  text-align: center;
  border-color: #b1b3b5;
  border-style: solid;
  border-width: 1px; }

/***
  section: Miscellaneous Components
  id: bordered-image
  visible: false
  example:
    <div class="bordered-image">
       <img src="images/airlock/cockpit/jira.png">
    </div>
***/
/***
  order: 79
  section: Miscellaneous Components
  visible: false
***/
/***
  title: Captcha Responsive
  section: Miscellaneous Components
  example:
    <include id="captcha">
***/
/***
  title: Captcha  Mobile
  section: Miscellaneous Components
  viewport: 375
  example:
    <include id="captcha">
***/
/***
  title: Captcha  Tablet
  section: Miscellaneous Components
  viewport: 768
  example:
    <include id="captcha">
***/
.captcha {
  max-width: 100%;
  padding: 0.5rem;
  border-color: #b1b3b5;
  border-style: solid;
  border-width: 1px; }
  .captcha img {
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    max-width: 90%;
    padding: 0.5rem 0; }

/***
  section: Miscellaneous Components
  id: captcha
  visible: false
  example:
    <div class="captcha">
      <img class="block--centered" src="images/airlock/examples/captcha-example.png">
    </div>
***/
/***
  order: 70
  section: Portal
  visible: false
***/
/***
  title: Portal Responsive (Public Services)
  section: Portal
  enable: body-200
  example:
    <include id="public-services">
***/
/***
  title: Portal Responsive (Employee Services)
  section: Portal
  enable: body-200
  example:
    <include id="employee-services">
***/
/***
  title: Portal Responsive (External Services)
  section: Portal
  enable: body-200
  example:
    <include id="external-services">
***/
/***
  title: Portal Mobile (Public Services)
  section: Portal
  enable: body-200
  viewport: 375
  example:
    <include id="public-services">
***/
/***
  title: Portal Mobile (Employee Services)
  section: Portal
  enable: body-200
  viewport: 375
  example:
    <include id="employee-services">
***/
/***
  title: Portal Mobile (External Services)
  section: Portal
  enable: body-200
  viewport: 375
  example:
    <include id="external-services">
***/
/***
  title: Portal Tablet (Public Services)
  section: Portal
  enable: body-200
  viewport: 768
  example:
    <include id="public-services">
***/
/***
  title: Portal Tablet (Employee Services)
  section: Portal
  enable: body-200
  viewport: 768
  example:
    <include id="employee-services">
***/
/***
  title: Portal Tablet (External Services)
  section: Portal
  enable: body-200
  viewport: 768
  example:
    <include id="external-services">
***/
.portal__applications {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px; }
  @media (min-width: 544px) {
    .portal__applications {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .portal__applications .list-group-item {
    margin-right: 5px;
    margin-bottom: 5px; }
    @media (min-width: 544px) {
      .portal__applications .list-group-item {
        width: 140px;
        height: 140px;
        padding: 0;
        margin-bottom: 30px;
        margin-left: 8px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.portal-link {
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none; }
  @media (min-width: 544px) {
    .portal-link {
      border-left-width: 0;
      -webkit-box-shadow: -8px 0 0 0 #3e5c70;
              box-shadow: -8px 0 0 0 #3e5c70; } }
  @media (max-width: 543px) {
    .portal-link {
      padding-left: 30px;
      margin-bottom: 0; }
      .portal-link.disabled-service::before {
        border-left-color: #555; }
      .portal-link::before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        content: "";
        border-left-color: #3e5c70;
        border-left-style: solid;
        border-left-width: 10px; }
      .portal-link::after {
        position: absolute;
        top: 18px;
        right: 20px;
        display: inline-block;
        width: 15px;
        height: 30px;
        content: "";
        background-image: url(../images/airlock/icons/arrow-right.png);
        background-repeat: no-repeat; } }
  .portal-link.disabled-service {
    opacity: .25; }
    .portal-link.disabled-service, .portal-link.disabled-service:focus, .portal-link.disabled-service:hover {
      cursor: not-allowed; }
    @media (min-width: 544px) {
      .portal-link.disabled-service {
        -webkit-box-shadow: -8px 0 0 0 #555;
                box-shadow: -8px 0 0 0 #555; } }

.portal-link__image {
  padding-right: 10px; }
  @media (max-width: 543px) {
    .portal-link__image {
      width: 40px; } }
  @media (min-width: 544px) {
    .portal-link__image {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      max-width: 90%;
      height: 46.66666667px;
      padding-right: 0;
      margin-top: -23.33333333px;
      margin-right: auto;
      margin-left: auto; } }

.portal-link__titles {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.2; }
  @media (min-width: 544px) {
    .portal-link__titles {
      position: absolute;
      right: 0;
      bottom: 5%;
      left: 0;
      margin-right: auto;
      margin-left: auto;
      text-align: center; } }

.portal-link__icon {
  position: absolute;
  line-height: normal;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/portal/target.png");
  width: 90px;
  height: 90px;
  -webkit-background-size: 90px 90px;
          background-size: 90px 90px;
  left: calc(50% - 90px / 2);
  top: calc(50% - 90px / 2); }

.portal-link__icon--tgtapp-gw-cc {
  background-image: url("../images/portal/gw/cc.png");
  width: 90px;
  height: 90px;
  -webkit-background-size: 90px 90px;
          background-size: 90px 90px;
  left: calc(50% - 90px / 2);
  top: calc(50% - 90px / 2); }

.portal-link__icon--tgtapp-gw-pc {
  background-image: url("../images/portal/gw/pc.png");
  width: 90px;
  height: 90px;
  -webkit-background-size: 90px 90px;
          background-size: 90px 90px;
  left: calc(50% - 90px / 2);
  top: calc(50% - 90px / 2); }

.portal-link__icon--tgtapp-gw-bc {
  background-image: url("../images/portal/gw/bc.png");
  width: 90px;
  height: 90px;
  -webkit-background-size: 90px 90px;
          background-size: 90px 90px;
  left: calc(50% - 90px / 2);
  top: calc(50% - 90px / 2); }

.portal-link__icon--tgtapp-gw-cm {
  background-image: url("../images/portal/gw/cm.png");
  width: 90px;
  height: 90px;
  -webkit-background-size: 90px 90px;
          background-size: 90px 90px;
  left: calc(50% - 90px / 2);
  top: calc(50% - 90px / 2); }

.portal-link__icon--tgtapp-po-ao {
  background-image: url("../images/portal/po/ao.png");
  width: 90px;
  height: 90px;
  -webkit-background-size: 90px 90px;
          background-size: 90px 90px;
  left: calc(50% - 90px / 2);
  top: calc(50% - 90px / 2); }

.portal-link__icon--tgtapp-po-mo {
  background-image: url("../images/portal/po/mo.png");
  width: 90px;
  height: 90px;
  -webkit-background-size: 90px 90px;
          background-size: 90px 90px;
  left: calc(50% - 90px / 2);
  top: calc(50% - 90px / 2); }

.portal-link__icon--tgtapp-po-si {
  background-image: url("../images/portal/po/si.png");
  width: 90px;
  height: 90px;
  -webkit-background-size: 90px 90px;
          background-size: 90px 90px;
  left: calc(50% - 90px / 2);
  top: calc(50% - 90px / 2); }

.portal-link__icon--tgtapp-po-bvs {
  background-image: url("../images/portal/po/bvs.png");
  width: 90px;
  height: 90px;
  -webkit-background-size: 90px 90px;
          background-size: 90px 90px;
  left: calc(50% - 90px / 2);
  top: calc(50% - 90px / 2); }

.portal-link__icon--tgtapp-po-zeus {
  background-image: url("../images/portal/po/zeus.png");
  width: 90px;
  height: 90px;
  -webkit-background-size: 90px 90px;
          background-size: 90px 90px;
  left: calc(50% - 90px / 2);
  top: calc(50% - 90px / 2); }

.portal-link__icon--tgtapp-venta {
  background-image: url("../images/portal/venta/venta.png");
  width: 90px;
  height: 90px;
  -webkit-background-size: 90px 90px;
          background-size: 90px 90px;
  left: calc(50% - 90px / 2);
  top: calc(50% - 90px / 2); }

.portal-link__icon--tgtapp-bsi-crm {
  background-image: url("../images/portal/bsi/crm.png");
  width: 90px;
  height: 90px;
  -webkit-background-size: 90px 90px;
          background-size: 90px 90px;
  left: calc(50% - 90px / 2);
  top: calc(50% - 90px / 2); }

@media (max-width: 543px) {
  .portal-link__icon {
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px 30px;
            background-size: 30px 30px;
    left: calc(50% - 30px / 2);
    top: calc(50% - 30px / 2);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: 0;
    top: 0;
    margin-right: 1rem; }
  .portal-link__icon--iam-default {
    background-image: url("../images/airlock/cockpit/www-mobile.png"); } }

@media (max-width: 543px) {
  .portal-link__icon--tgtapp-gw-cc {
    background-image: url("../images/portal/gw/cc.png");
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px 30px;
            background-size: 30px 30px; } }

@media (max-width: 543px) {
  .portal-link__icon--tgtapp-gw-pc {
    background-image: url("../images/portal/gw/pc.png");
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px 30px;
            background-size: 30px 30px; } }

@media (max-width: 543px) {
  .portal-link__icon--tgtapp-gw-bc {
    background-image: url("../images/portal/gw/bc.png");
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px 30px;
            background-size: 30px 30px; } }

@media (max-width: 543px) {
  .portal-link__icon--tgtapp-gw-cm {
    background-image: url("../images/portal/gw/cm.png");
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px 30px;
            background-size: 30px 30px; } }

@media (max-width: 543px) {
  .portal-link__icon--tgtapp-po-ao {
    background-image: url("../images/portal/po/ao.png");
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px 30px;
            background-size: 30px 30px; } }

@media (max-width: 543px) {
  .portal-link__icon--tgtapp-po-mo {
    background-image: url("../images/portal/po/mo.png");
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px 30px;
            background-size: 30px 30px; } }

@media (max-width: 543px) {
  .portal-link__icon--tgtapp-po-si {
    background-image: url("../images/portal/po/si.png");
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px 30px;
            background-size: 30px 30px; } }

@media (max-width: 543px) {
  .portal-link__icon--tgtapp-po-bvs {
    background-image: url("../images/portal/po/bvs.png");
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px 30px;
            background-size: 30px 30px; } }

@media (max-width: 543px) {
  .portal-link__icon--tgtapp-po-zeus {
    background-image: url("../images/portal/po/zeus.png");
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px 30px;
            background-size: 30px 30px; } }

@media (max-width: 543px) {
  .portal-link__icon--tgtapp-venta {
    background-image: url("../images/portal/venta/venta.png");
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px 30px;
            background-size: 30px 30px; } }

@media (max-width: 543px) {
  .portal-link__icon--tgtapp-bsi-crm {
    background-image: url("../images/portal/bsi/crm.png");
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px 30px;
            background-size: 30px 30px; } }

/***
  visible: false
  section: Portal
  id: public-services
  example:
    <div class="portal__applications list-group">

      <a href="#" class="list-group-item portal-link portal-link--iam-default">

        <div class="portal-link__icon portal-link__icon--iam-default"></div>

        <div class="portal-link__titles">
          <span class="optional-title">Example.com <br></span>
          <span class="portal-link__title portal-link__title--iam-default">Public Website</span>
        </div>
      </a>

      <a href="#" class="list-group-item portal-link portal-link--iam-default disabled-service">

        <div class="portal-link__icon portal-link__icon--iam-default"></div>

        <div class="portal-link__titles">
          <span class="optional-title">Example.com <br></span>
          <span class="portal-link__title  portal-link__title--iam-default">Customer Portal</span>
        </div>
      </a>

      <a href="#" class="list-group-item portal-link portal-link--iam-default">

        <div class="portal-link__icon portal-link__icon--iam-default"></div>

        <div class="portal-link__titles">
          <span class="optional-title">Example.com <br></span>
          <span class="portal-link__title portal-link__title--iam-default">Partner Portal</span>
        </div>
      </a>

      <a href="#" class="list-group-item portal-link portal-link--iam-default">

        <div class="portal-link__icon portal-link__icon--iam-default"></div>

        <div class="portal-link__titles">
          <span class="optional-title">Example.com <br></span>
          <span class="portal-link__title portal-link__title--iam-default">Offer Generator 2.0</span>
        </div>
      </a>

    </div>
***/
/***
  visible: false
  section: Portal
  id: employee-services
  example:
    <div class="portal__applications list-group">

      <a href="#" class="list-group-item portal-link portal-link--iam-default">

        <div class="portal-link__icon portal-link__icon--iam-default"></div>

        <div class="portal-link__titles">
          <span class="optional-title"> <br></span>
          <span class="portal-link__title portal-link__title--iam-default">Intranet</span>
        </div>
      </a>

      <a href="#" class="list-group-item portal-link portal-link--iam-default disabled-service">

        <div class="portal-link__icon portal-link__icon--iam-default"></div>

        <div class="portal-link__titles">
          <span class="optional-title">Microsoft<br></span>
          <span class="portal-link__title portal-link__title--iam-default">Outlook Anywhere</span>
        </div>
      </a>

      <a href="#" class="list-group-item portal-link portal-link--iam-default">

        <div class="portal-link__icon portal-link__icon--iam-default"></div>

        <div class="portal-link__titles">
          <span class="optional-title">Microsoft <br></span>
          <span class="portal-link__title portal-link__title--iam-default">Sharepoint</span>
        </div>
      </a>

      <a href="#" class="list-group-item portal-link portal-link--iam-default">
        <div class="portal-link__icon portal-link__icon--iam-default"></div>
        <div class="portal-link__titles">
          <span class="optional-title">Atlassian <br></span>
          <span class="portal-link__title portal-link__title--iam-default">JIRA</span>
        </div>
      </a>

      <a href="#" class="list-group-item portal-link portal-link--iam-default">
        <div class="portal-link__icon portal-link__icon--iam-default"></div>
        <div class="portal-link__titles">
          <span class="optional-title">Atlassian <br></span>
          <span class="portal-link__title portal-link__title--iam-default">Confluence</span>
        </div>
      </a>

    </div>
***/
/***
  visible: false
  section: Portal
  id: external-services
  example:
    <div class="portal__applications list-group">

      <a href="#" class="list-group-item portal-link portal-link--iam-default">
        <div class="portal-link__icon portal-link__icon--iam-default"></div>
        <div class="portal-link__titles">
          <span class="optional-title">Salesforce.com <br></span>
          <span class="portal-link__title portal-link__title--iam-default">Salesforce</span>
        </div>
      </a>

      <a href="#" class="list-group-item portal-link portal-link--iam-default">
        <div class="portal-link__icon portal-link__icon--iam-default"></div>
        <div class="portal-link__titles">
          <span class="optional-title">Microsoft <br></span>
          <span class="portal-link__title portal-link__title--iam-default">Office 365</span>
        </div>
      </a>

      <a href="#" class="list-group-item portal-link portal-link--iam-default disabled-service">
        <div class="portal-link__icon portal-link__icon--iam-default"></div>
        <div class="portal-link__titles">
          <span class="optional-title">B2B <br></span>
          <span class="portal-link__title portal-link__title--iam-default">Partner Portal</span>
        </div>
      </a>

    </div>
***/
/***
  order: 71
  section: Miscellaneous Components
  visible: false
***/
/***
  title: Title Bar with Back Link Responsive
  section: Miscellaneous Components
  description: The Title Bar component has to be used outside the grid!
  example:
    <include id="title-bar-with-back-link">
***/
/***
  title: Title Bar with Back Link Mobile
  section: Miscellaneous Components
  description: The Title Bar component has to be used outside the grid!
  viewport: 375
  example:
    <include id="title-bar-with-back-link">
***/
/***
  title: Title Bar with Back Link Tablet
  section: Miscellaneous Components
  description: The Title Bar component has to be used outside the grid!
  viewport: 768
  example:
    <include id="title-bar-with-back-link">
***/
/***
  title: Title Bar Responsive
  section: Miscellaneous Components
  description: The Title Bar component has to be used outside the grid!
  example:
    <include id="title-bar">
***/
/***
  title: Title Bar Mobile
  section: Miscellaneous Components
  description: The Title Bar component has to be used outside the grid!
  viewport: 375
  example:
    <include id="title-bar">
***/
/***
  title: Title Bar Tablet
  section: Miscellaneous Components
  description: The Title Bar component has to be used outside the grid!
  viewport: 768
  example:
    <include id="title-bar">
***/
.titlebar {
  font-size: 1.5rem;
  padding: 1rem;
  text-align: left;
  margin-bottom: 0;
  font-weight: bold;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; }
  .titlebar .back-link {
    font-weight: bold;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center; }
  .titlebar--inverse {
    color: #fff;
    background-color: #000d6e; }

/***
  visible: false
  section: Miscellaneous Components
  id: title-bar
  example:
    <include id="title-bar-start">
      Matrixkarte aktivieren
    <include id="title-bar-end">
***/
/***
  visible: false
  section: Miscellaneous Components
  id: title-bar-with-back-link
  example:
    <include id="title-bar-start">
      Neuen Benutzer Registrieren
    <include id="title-bar-with-back-link-end">
***/
/***
  visible: false
  section: Miscellaneous Components
  id: title-bar-start
  example:
    <h1 class="titlebar titlebar--inverse">
***/
/***
  visible: false
  section: Miscellaneous Components
  id: title-bar-end
  example:
    </h1>
***/
/***
  visible: false
  section: Miscellaneous Components
  id: title-bar-with-back-link-end
  example:
      <a class="back-link">zurück</a>
    </h1>
***/
/***
  order: 72
  section: Miscellaneous Components
  visible: false
***/
/***
  title: Radios
  section: Miscellaneous Components
  example:
    <include id="radio">
***/
/***
  title: Radios Inline
  section: Miscellaneous Components
  example:
    <include id="radio-inline">
***/
/***
  title: Checkboxes
  section: Miscellaneous Components
  example:
    <include id="checkbox">
***/
/***
  title: Checkboxes Inline
  section: Miscellaneous Components
  example:
    <include id="checkbox-inline">
***/
.radio input[type="radio"] {
  margin-right: 10px; }


.checkbox input[type="checkbox"] {
  margin-right: 10px; }
  .checkbox input[type="checkbox"]:focus {
    -webkit-box-shadow: inset 0 0 0 1px #000d6e;
            box-shadow: inset 0 0 0 1px #000d6e;
    outline: 1px solid #000d6e; }

/***
  visible: false
  section: Miscellaneous Components
  id: radio
  example:

      <div class="radio">
        <label><input type="radio" name="radioselect">Option 1</label>
      </div>
      <div class="radio">
        <label><input type="radio" name="radioselect">Option 2</label>
      </div>
      <div class="radio">
        <label><input type="radio" name="radioselect">Option 3</label>
      </div>
***/
/***
  visible: false
  section: Miscellaneous Components
  id: radio-inline
  example:

      <label class="radio radio--inline"><input type="radio" name="radioselect">Option 1</label>
      <label class="radio radio--inline"><input type="radio" name="radioselect">Option 2</label>
      <label class="radio radio--inline"><input type="radio" name="radioselect">Option 3</label>
***/
/***
  visible: false
  section: Miscellaneous Components
  id: checkbox
  example:

      <div class="checkbox">
        <label><input type="checkbox">Option 1</label>
      </div>
      <div class="checkbox">
        <label><input type="checkbox">Option 2</label>
      </div>
      <div class="checkbox">
        <label><input type="checkbox">Option 3</label>
      </div>
***/
/***
  visible: false
  section: Miscellaneous Components
  id: checkbox-inline
  example:

     <label class="checkbox checkbox--inline"><input type="checkbox">Option 1</label>
     <label class="checkbox checkbox--inline"><input type="checkbox">Option 2</label>
     <label class="checkbox checkbox--inline"><input type="checkbox">Option 3</label>
***/
/***
  order: 20
  section: Colors
  visible: false
***/
/***
  title: Colors
  section: Colors
  description: |
    This is the company color palette.
    Only color variables defined here can be used in any website or application.
  example:
    <div class="colors">
      <div class="color-item--inverse">
        Ergon
      </div>
      <div class="color-item color-brand-primary">
        <div class="color-var">$brand-primary</div>
        229-38-31
      </div>
    </div>
    <div class="colors">
      <div class="color-item--inverse">
        Airlock
      </div>
      <div class="color-item color-airlock--green1">
        <div class="color-var">$iam-color-airlock--green1</div>
        94-139-46
      </div>
      <div class="color-item color-airlock--green2">
        <div class="color-var">$iam-color-airlock--green2</div>
        64-100-37
      </div>
      <div class="color-item color-airlock--green3">
        <div class="color-var">$iam-color-airlock--green3</div>
        74-114-41
      </div>
      <div class="color-item color-airlock--green4">
        <div class="color-var">$iam-color-airlock--green4</div>
        130-165-51
      </div>
    </div>
    <div class="colors">
      <div class="color-item--inverse">
        Produkt
      </div>
      <div class="color-item color-product--1">
        <div class="color-var">$iam-color-product--1</div>
        69-101-123
      </div>
      <div class="color-item color-product--2">
        <div class="color-var">$iam-color-product--2</div>
        52-78-95
      </div>
      <div class="color-item color-product--3">
        <div class="color-var">$iam-color-product--3</div>
        62-92-112
      </div>
    </div>
    <div class="colors">
      <div class="color-item"></div>
      <div class="color-item color-blue--grayish">
        <div class="color-var">$iam-color-blue--grayish</div>
        161-187-208
      </div>
    </div>
    <div class="colors">
      <div class="color-item"></div>
      <div class="color-item color-yellow--dark">
        <div class="color-var">$iam-color-yellow--dark</div>
        155-164-100
      </div>
    </div>
    <div class="colors">
      <div class="color-item"></div>
      <div class="color-item color-orange--bright">
        <div class="color-var">$iam-color-orange--bright</div>
        241-194-61
      </div>
    </div>
    <div class="colors">
      <div class="color-item"></div>
      <div class="color-item--inverse color-yellow--bright">
        <div class="color-var">$iam-color-yellow--bright</div>
        254-227-44
      </div>
    </div>
    <div class="colors">
      <div class="color-item"></div>
      <div class="color-item color-magenta--very-dark">
        <div class="color-var">$iam-color-magenta--very--dark</div>
        105-38-104
      </div>
    </div>
    <div class="colors"></div>
    <div class="colors">
      <div class="color-item--inverse">
        Industrien
      </div>
      <div class="color-item color-industry-cyan--very-soft">
        <div class="color-var">$iam-color-industry-cyan--very-soft</div>
        164-216-230
      </div>
      <div class="color-item color-industry-olive">
        <div class="color-var">$iam-color-industry-olive</div>
        153-129-0
      </div>
      <div class="color-item color-industry-cyan--dark">
        <div class="color-var">$iam-color-industry-cyan--dark</div>
        0-162-133
      </div>
      <div class="color-item color-industry-red--soft">
        <div class="color-var">$iam-color-industry-red--soft</div>
        235-93-89
      </div>
    </div>
    <div class="colors"></div>
    <div class="colors">
      <div class="color-item--inverse">
        Graustufen
      </div>
      <div class="color-item color-gray--1">
        <div class="color-var">$iam-color-gray--1</div>
        120-123-122
      </div>
      <div class="color-item color-gray--2">
        <div class="color-var">$iam-color-gray--2</div>
        158-159-158
      </div>
      <div class="color-item color-gray--3">
        <div class="color-var">$iam-color-gray--3</div>
        168-172-175
      </div>
      <div class="color-item color-gray--4">
        <div class="color-var">$iam-color-gray--4</div>
        177-179-181
      </div>
      <div class="color-item--inverse">
        <!-- placeholder -->
      </div>
      <div class="color-item color-gray--5">
        <div class="color-var">$iam-color-gray--5</div>
        184-187-189
      </div>
      <div class="color-item color-gray--6">
        <div class="color-var">$iam-color-gray--6</div>
        194-195-195
      </div>
      <div class="color-item color-gray--7">
        <div class="color-var">$iam-color-gray--7</div>
        202-202-202
      </div>
      <div class="color-item--inverse color-gray--8">
        <div class="color-var">$iam-color-gray--8</div>
        212-212-211
      </div>
      <div class="color-item--inverse">
        <!-- placeholder -->
      </div>
      <div class="color-item--inverse color-gray--9">
        <div class="color-var">$iam-color-gray--9</div>
        221-222-220
      </div>
      <div class="color-item--inverse color-gray--10">
        <div class="color-var">$iam-color-gray--10</div>
        234-234-234
      </div>
      <div class="color-item--inverse color-gray--11">
        <div class="color-var">$iam-color-gray--11</div>
        237-238-238
      </div>
    </div>
***/
.color-brand-primary {
  background-color: #3e5c70; }

.color-airlock--green1 {
  background-color: #5e8b2e; }

.color-airlock--green2 {
  background-color: #406425; }

.color-airlock--green3 {
  background-color: #4a7229; }

.color-airlock--green4 {
  background-color: #82a433; }

.color-product--1 {
  background-color: #45657b; }

.color-product--2 {
  background-color: #344e5f; }

.color-product--3 {
  background-color: #3e5c70; }

.color-blue--grayish {
  background-color: #a1bbd0; }

.color-yellow--dark {
  background-color: #9ba40a; }

.color-orange--bright {
  background-color: #f1c23d; }

.color-yellow--bright {
  background-color: #fee32c; }

.color-magenta--very-dark {
  background-color: #692668; }

.color-industry-cyan--very-soft {
  background-color: #a4d8e6; }

.color-industry-olive {
  background-color: #998100; }

.color-industry-cyan--dark {
  background-color: #00a285; }

.color-industry-red--soft {
  background-color: #eb5d59; }

.color-gray--1 {
  background-color: #787b7a; }

.color-gray--2 {
  background-color: #9e9e9e; }

.color-gray--3 {
  background-color: #a8acaf; }

.color-gray--4 {
  background-color: #b1b3b5; }

.color-gray--5 {
  background-color: #b8bbbd; }

.color-gray--6 {
  background-color: #c2c3c3; }

.color-gray--7 {
  background-color: #cacaca; }

.color-gray--8 {
  background-color: #d4d4d3; }

.color-gray--9 {
  background-color: #dddedc; }

.color-gray--10 {
  background-color: #eaeaea; }

.color-gray--11 {
  background-color: #edeeee; }

.colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start; }

.color-item, .color-item--inverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: bold;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .color-item--inverse {
    color: #000; }

.color-var {
  margin-bottom: 0;
  font-family: monospace, monospace;
  font-size: .775em;
  font-weight: bold;
  word-wrap: break-word; }

/***
  order: 80
  section: Page-Templates
  visible: false
***/
/***
  title: Page With Navigation Responsive
  section: Page-Templates
  example:
    <include id="page-with-navigation">
***/
/***
  title: Page With Navigation Mobile
  section: Page-Templates
  viewport: 375
  example:
    <include id="page-with-navigation">
***/
/***
  title: Page With Navigation Tablet
  section: Page-Templates
  viewport: 768
  example:
    <include id="page-with-navigation">
***/
/***
  section: Page-Templates
  id: page-with-navigation
  visible: false
  example:
    <include id="page-with-navigation-2nd-start">
    <include id="page-with-navigation-end">
***/
/***
  section: Page-Templates
  id: page-with-navigation-1st-start
  visible: false
  example:
    <include id="header">
    <include id="navigation-first-active-start">
***/
/***
  section: Page-Templates
  id: page-with-navigation-2nd-start
  visible: false
  example:
    <include id="header">
    <include id="navigation-second-active-start">
***/
/***
  section: Page-Templates
  id: page-with-navigation-end
  visible: false
  example:
    <include id="navigation-end">
    <include id="footer">
***/
/***
  order: 81
  section: Page-Templates
  visible: false
***/
/***
  title: Page With Title Bar Responsive
  section: Page-Templates
  example:
    <include id="page-with-title-bar">
***/
/***
  title: Page With Title Bar Mobile
  section: Page-Templates
  viewport: 375
  example:
    <include id="page-with-title-bar">
***/
/***
  title: Page With Title Bar Tablet
  section: Page-Templates
  viewport: 768
  example:
    <include id="page-with-title-bar">
***/
/***
  title: Page With Title Bar And Back Link Responsive
  section: Page-Templates
  example:
    <include id="page-with-title-bar-and-back-link">
***/
/***
  title: Page With Title Bar And Back Link Mobile
  section: Page-Templates
  viewport: 375
  example:
    <include id="page-with-title-bar-and-back-link">
***/
/***
  title: Page With Title Bar And Back Link Tablet
  section: Page-Templates
  viewport: 768
  example:
    <include id="page-with-title-bar-and-back-link">
***/
/***
  section: Page-Templates
  id: page-with-title-bar
  visible: false
  example:
    <include id="page-with-title-bar-start">
    <include id="page-with-title-bar-end">
***/
/***
  section: Page-Templates
  id: page-with-title-bar-start
  visible: false
  example:
    <include id="header">
    <include id="content-with-title-bar-start">
***/
/***
  section: Page-Templates
  id: page-with-title-bar-end
  visible: false
  example:
    <include id="content-with-title-bar-end">
    <include id="footer">
***/
/***
  section: Page-Templates
  id: page-with-title-bar-and-back-link
  visible: false
  example:
    <include id="page-with-title-bar-and-back-link-start">
    <include id="page-with-title-bar-and-back-link-end">
***/
/***
  section: Page-Templates
  id: page-with-title-bar-and-back-link-start
  visible: false
  example:
    <include id="header">
    <include id="content-with-title-bar-and-back-link-start">
***/
/***
  section: Page-Templates
  id: page-with-title-bar-and-back-link-end
  visible: false
  example:
    <include id="content-with-title-bar-end">
    <include id="footer">
***/
/***
  order: 91
  section: Showcase Cockpit
  visible: false
***/
/***
  title: Cockpit Responsive
  section: Showcase Cockpit
  example:
    <include id="showcase-cockpit">
***/
/***
  title: Cockpit Mobile
  section: Showcase Cockpit
  viewport: 375
  example:
    <include id="showcase-cockpit">
***/
/***
  title: Cockpit Tablet
  section: Showcase Cockpit
  viewport: 768
  example:
    <include id="showcase-cockpit">
***/
/***
  visible: false
  section: Showcase Cockpit
  id: showcase-cockpit
  example:
    <include id="page-with-navigation-1st-start">
    <!-- The Cockpit showcase -->

      <h1 class="page-title">Applications</h1>
      <h2 class="sub-title">
        <span class="optional-title">Example.com &ndash;</span>
        <span class="service-link__title">Public Services</span>
      </h2>
      <include id="public-services">

      <h2 class="sub-title">
        <span class="optional-title">Example.com &ndash;</span>
        <span class="service-link__title">Services for Employees</span>
      </h2>
      <include id="employee-services">

      <h2 class="sub-title">
        <span class="service-link__title">External</span>
        <span class="optional-title">Services</span>
      </h2>
      <include id="external-services">

    <include id="page-with-navigation-end">
***/
/***
  order: 94
  section: Showcase Self Service
  visible: false
***/
/***
  title: Self Service Responsive
  section: Showcase Self Service
  example:
    <include id="showcase-self-service">
***/
/***
  title: Self Service Mobile
  section: Showcase Self Service
  viewport: 375
  example:
    <include id="showcase-self-service">
***/
/***
  title: Self Service Tablet
  section: Showcase Self Service
  viewport: 768
  example:
    <include id="showcase-self-service">
***/
/***
  visible: false
  section: Showcase Self Service
  id: showcase-self-service
  example:
    <include id="page-with-navigation-2nd-start">

      <!-- The Self Service showcase -->

      <h1 class="page-title">Self Service</h1>
      <h2 class="sub-title"><span>Update Personal Information</span></h2>

      <div class="text-message"> You can update some of your personal information yourself. For updates not possible with this form, please contact our customer service.</div>

      <include id="form-start">
        <include id="form-names-country-email">
        <include id="form-mobile-phone">
        <div class="form-group form-row row">
          <div class="column-xs--12 column-md-offset--5 column-md--7">
            <button type="submit" class="button button--confirm button--block-level">Update Personal Information</button>
          </div>
        </div>
      <include id="form-end">

      <h2 class="sub-title"><span>Change Password</span></h2>

      <div class="text-message">The password must be at least 6 and at most 30 characters long and must contain at least one number.</div>

      <include id="form-start">
        <include id="form-change-password">
        <div class="form-group form-row row">
          <div class="column-xs--12 column-md-offset--5 column-md--7">
            <button type="submit" class="button button--confirm button--block-level">Change Password</button>
          </div>
        </div>
      <include id="form-end">

      <h2 class="sub-title"><span>Register Application Login Information</span></h2>

      <div class="text-message">You can change your login information for the following applications.</div>
      <include id="bordered-image">

      <include id="form-start">
        <include id="form-login">

        <div class="form-group form-row row">
          <div class="column-xs--12 column-md-offset--5 column-md--7">
            <button type="submit" class="button button--confirm button--block-level">Register Login</button>
          </div>
        </div>
      <include id="form-end">

    <include id="page-with-navigation-end">
***/
/***
  order: 92
  section: Showcase Matrixkarte aktivieren
  visible: false
***/
/***
  title: Matrixkarte aktivieren Responsive
  section: Showcase Matrixkarte aktivieren
  example:
    <include id="showcase-card-activation">
***/
/***
  title: Matrixkarte aktivieren  Mobile
  section: Showcase Matrixkarte aktivieren
  viewport: 375
  example:
    <include id="showcase-card-activation">
***/
/***
  title: Matrixkarte aktivieren  Tablet
  section: Showcase Matrixkarte aktivieren
  viewport: 768
  example:
    <include id="showcase-card-activation">
***/
/***
  visible: false
  section: Showcase Matrixkarte aktivieren
  id: showcase-card-activation
  example:
    <include id="page-with-title-bar-start">

      <!-- The Card Activation showcase -->

      <include id="info-message">
      <include id="form-control-static">

      <form>
        <div class="form-group form-row row">
          <label for="inputPosition" class="column-xs--12 column-md--5 form-control-label">Position <strong>D5</strong></label>
          <div class="column-xs--12 column-md--7">
            <input type="text" class="form-control active" id="inputPosition" value="g738d">
          </div>
        </div>

        <div class="form-group form-row row">
          <div class="column-xs-offset--6 column-xs--6 column-md-offset--9 column-md--3">
            <!-- Zurück Button anstatt zurück im Header -->
            <button type="submit" class="button button--confirm button--block-level">Aktivieren</button>
          </div>
        </div>
      </form>

    <include id="page-with-title-bar-end">
***/
/***
  order: 93
  section: Showcase Benutzer Registrieren
  visible: false
***/
/***
  title: Benutzer Registrieren Responsive
  section: Showcase Benutzer Registrieren
  example:
    <include id="showcase-register-user">
***/
/***
  title: Benutzer Registrieren Mobile
  section: Showcase Benutzer Registrieren
  viewport: 375
  example:
    <include id="showcase-register-user">
***/
/***
  title: Benutzer Registrieren Tablet
  section: Showcase Benutzer Registrieren
  viewport: 768
  example:
    <include id="showcase-register-user">
***/
/***
  visible: false
  section: Showcase Benutzer Registrieren
  id: showcase-register-user
  example:
    <include id="page-with-title-bar-and-back-link-start">
      <!-- The Register User showcase -->

      <div class="text-message"> Bitte vervollständigen Sie die folgenden Angaben, um sich für unseren Dienst zu registrieren.</div>

      <include id="form-start">

        <include id="form-names-country-email">

        <div class="form-group form-row row">
          <label for="birthdate" class="column-xs--12 column-md--5 form-control-label required">Geburtsdatum</label>
          <div class="column-xs--12 column-md--7">
            <input type="text" class="form-control" id="birthdate" value="16.12.1974">
          </div>
        </div>

        <div class="form-group form-row row">
          <label class="form-control-label required column-xs--12 column-md--5">AGB gelesen und akzeptiert</label>
          <div class="column-xs--12 column-md--7">
            <div class="checkbox">
              <label>
                <input checked type="checkbox">
              </label>
            </div>
          </div>
        </div>


        <div class="text-message"> Bitte abgebildete Zeichenfolge eingeben:</div>
        <div class="form-group form-row row">
          <div class="column-xs--12">
            <include id="captcha">
          </div>
        </div>

        <div class="form-group form-row row">
          <label for="captcha-value" class="column-md--5 form-control-label required">Zeichenfolge</label>
          <div class="column-xs--12 column-md--7">
            <input type="text" class="form-control active" id="captcha-value" value="g738d">
          </div>
        </div>

        <div class="form-group form-row row">
          <div class="column-xs-offset--6 column-xs--6 column-md-offset--9 column-md--3">
            <!-- Zurück Button anstatt zurück im Header -->
            <button type="submit" class="button button--confirm button--block-level">Weiter</button>
          </div>
        </div>
      <include id="form-end">

    <include id="page-with-title-bar-and-back-link-end">
***/
/***
  order: 94
  section: Showcase Profile
  visible: false
***/
/***
  title: Profile Responsive
  section: Showcase Profile
  example:
    <include id="showcase-profile">
***/
/***
  title: Profile Mobile
  section: Showcase Profile
  viewport: 375
  example:
    <include id="showcase-profile">
***/
/***
  title: Profile Tablet
  section: Showcase Profile
  viewport: 768
  example:
    <include id="showcase-profile">
***/
/***
  visible: false
  section: Showcase Profile
  id: showcase-profile
  example:
    <include id="header">
      <include id="grid-container-column-xs-12-start">
        <div class="content">
          <include id="title-bar-start">
            Benutzerdaten-Einstellungen
          <include id="title-bar-with-back-link-end">
      <!-- The Profile Settings showcase -->

      <h2 class="sub-title"><span>Benutzerdaten</span></h2>

      <div class="text-message"> Sie können einige Benutzerdaten selbst ändern. Falls sie weitere Daten ändern möchten, kontaktieren Sie bitte unseren Kundendienst.</div>

      <include id="form-start">
        <include id="form-firstname">
        <include id="form-lastname">
        <include id="form-country">
        <include id="form-birthday">
        <include id="form-company">
        <div class="message message--warning">Bitte ergänzen Sie die gekennzeichneten Pflichtangaben.</div>
        <div class="form-group form-row row">
          <div class="column-xs--12 column-md-offset--5 column-md--7">
            <button type="submit" class="button button--confirm button--block-level">Speichern</button>
          </div>
        </div>
      <include id="form-end">

      <h2 class="sub-title"><span>Email</span></h2>
      <include id="form-start">
        <include id="form-email-settings">
        <div class="form-group form-row row">
          <div class="column-xs--12 column-md-offset--5 column-md--7">
            <button type="submit" class="button button--confirm button--block-level">Speichern</button>
          </div>
        </div>
      <include id="form-end">

      <h2 class="sub-title"><span>Passwort</span></h2>
      <div class="text-message">Das neue Passwort muss mindestens 6 und hoechstens 30 Zeichen lang sein und muss mindestens eine Zahl beinhalten.</div>
      <include id="form-start">
        <include id="form-change-password">
        <div class="form-group form-row row">
          <div class="column-xs--12 column-md-offset--5 column-md--7">
            <button type="submit" class="button button--confirm button--block-level">Speichern</button>
          </div>
        </div>
      <include id="form-end">

    <include id="page-with-title-bar-and-back-link-end">
***/
@media (min-width: 992px) {
  .container, .grid-container, .grid-container {
    max-width: 832px; } }

@font-face {
  font-family: 'BaloiseCreateText';
  src: url("../fonts/BaloiseCreateText-regular.woff");
  font-weight: normal; }

@font-face {
  font-family: 'BaloiseCreateText';
  src: url("../fonts/BaloiseCreateText-bold.woff");
  font-weight: bold; }

@font-face {
  font-family: 'BaloiseCreateHeadline';
  src: url("../fonts/BaloiseCreateHeadline-bold.woff");
  font-weight: bold; }

body {
  font-family: BaloiseCreateText, Arial, sans-serif; }

h1, h2, h3, h4, h5, .titlebar .back-link, .titlebar .back-link, h6,
.h1, .h2, .h3, .page-title, .titlebar, .page-title, .titlebar, .h4, .h5, .sub-title, .sub-title, .h6 {
  font-family: BaloiseCreateHeadline, Arial, sans-serif;
  font-weight: bold; }

header {
  height: 64px; }

div.content {
  border-color: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  -webkit-box-shadow: rgba(0, 33, 98, 0.25) 0px 0px 12px 0px;
          box-shadow: rgba(0, 33, 98, 0.25) 0px 0px 12px 0px; }

h1, .titlebar {
  border-width: 0px; }

a {
  font-weight: bold; }

a:hover {
  color: #a7d0fa;
  text-decoration: underline; }

div.language-switcher {
  margin: 0;
  padding: 32px 64px;
  line-height: 32px; }

.language-switcher__link--active {
  color: #ffffff;
  opacity: 1.0; }

input::-webkit-input-placeholder {
  color: #bbbbbb !important; }

input::-moz-placeholder {
  color: #bbbbbb !important; }

input:-ms-input-placeholder {
  color: #bbbbbb !important; }

input::placeholder {
  color: #bbbbbb !important; }

/* login */
button, .button {
  font-weight: bold;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

button:hover, .button:hover {
  background-color: #a7d0fa;
  color: #000d6e; }

/*
#loginButton:hover {
  background-color: #a7d0fa;
}
*/
.form-control {
  border-radius: 0;
  border-style: none none solid none;
  border-color: #d3dbea;
  border-width: 1px;
  margin-bottom: 1px;
  padding: 0.5rem 0.25rem; }

.form-control:focus {
  border-bottom: 2px solid #000d6e;
  margin-bottom: 0px; }

/* portal */
.nav-tabs {
  background-color: transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; }

.nav-tabs .nav-link {
  padding: 0.5em; }

.nav-tabs .nav-link.active {
  color: #000d6e; }

.nav-tabs .nav-link.active:hover {
  color: #000d6e; }

.nav-tabs .nav-item {
  background-color: #000d6e;
  margin-bottom: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-left: 4px;
  margin-right: 4px; }

.nav-tabs .nav-item:first-child {
  margin-left: 0;
  border-top-left-radius: 12px; }

.nav-tabs .nav-item:last-child {
  margin-right: 0;
  border-top-right-radius: 12px; }

.nav-item:hover {
  background-color: #a7d0fa;
  color: #000d6e; }

.portal-link__titles {
  white-space: nowrap; }

.sub-title {
  margin-top: 20px;
  margin-bottom: 10px; }

.portal__applications {
  margin-bottom: 0; }

@media (max-width: 543px) {
  .portal-link::before {
    border-left-color: #dddddd;
    border-left-width: 8px; }
  .portal-link:hover::before {
    border-left-color: #000d6e; }
  .portal-link::after {
    top: calc(50% - 30px / 2); } }

@media (min-width: 544px) {
  a.portal-link {
    -webkit-box-shadow: -8px 0 0 0 #dddddd;
            box-shadow: -8px 0 0 0 #dddddd;
    margin-bottom: 10px !important; }
  a.portal-link:hover {
    -webkit-box-shadow: -8px 0 0 0 #000d6e;
            box-shadow: -8px 0 0 0 #000d6e; }
  div.portal-link__icon {
    top: calc(50% - 10px - 90px / 2); } }

a.portal-link {
  background-color: #f5f5f5;
  border-radius: 4px !important; }

a.portal-link > div.portal-link__icon {
  filter: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"><defs><filter id="000d6e" color-interpolation-filters="sRGB"><feColorMatrix type="matrix" values="0 0 0 0 0.161 0 0 0 0 0.204 0 0 0 0 0.522 0 0 0 1 0"/></filter></defs></svg>#000d6e'); }

a.portal-link:hover {
  background-color: #a7d0fa;
  border-color: #000d6e; }

a.portal-link:hover > div.portal-link__icon {
  filter: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"><defs><filter id="a7d0fa" color-interpolation-filters="sRGB"><feColorMatrix type="matrix" values="0 0 0 0 0.000 0 0 0 0 0.051 0 0 0 0 0.431 0 0 0 1 0"/></filter></defs></svg>#a7d0fa'); }

/* 2020-03-06/BMO: Baloise-Balken oben und unten */
html {
  height: 100%; }

body {
  height: 100%; }

#local_wrapper {
  display: block;
  position: relative;
  min-height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }

#local_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 14px;
  width: 100%;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#000d6e), color-stop(66%, #000d6e), color-stop(66%, #a7d0fa), to(#a7d0fa));
  background: -webkit-linear-gradient(left, #000d6e 0%, #000d6e 66%, #a7d0fa 66%, #a7d0fa 100%);
  background: -o-linear-gradient(left, #000d6e 0%, #000d6e 66%, #a7d0fa 66%, #a7d0fa 100%);
  background: linear-gradient(90deg, #000d6e 0%, #000d6e 66%, #a7d0fa 66%, #a7d0fa 100%);
  color: #fff; }

#local_wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 66%;
  bottom: 0;
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%) skew(-45deg);
       -o-transform: translateX(-50%) skew(-45deg);
          transform: translateX(-50%) skew(-45deg); }

#local_top {
  display: block;
  position: relative;
  height: 96px;
  width: 100%;
  background: #000d6e url("../images/baloise.svg") 64px 32px/158px 32px no-repeat;
  color: #fff; }

#footer {
  display: none; }

#local_copyright {
  text-align: center;
  font-size: 14px;
  color: #bbbbbb;
  margin: 20px 0 54px 0;
  /* 40+14px */
  padding: 0; }

#local_info {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 14px;
  width: 34%;
  padding: 0 4px;
  font-family: monospace;
  font-weight: bold;
  font-size: 10px;
  text-align: right;
  color: transparent; }

#local_info:hover {
  color: #000d6e; }
